:root{
  --wine:#8d1535;
  --wine-dark:#6f0f29;
  --ink:#171312;
  --muted:#625a56;
  --cream:#fbf6f1;
  --cream-2:#f7eee7;
  --beige:#f2e4da;
  --line:#eadfd7;
  --card:#fffdfb;
  --gold:#d8a13a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff;font-size:16px;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{display:block}
.container{width:min(1480px,calc(100% - 80px));margin:0 auto}
h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.025em}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 26px;border-radius:999px;font-weight:700;font-size:14px;white-space:nowrap;transition:.2s ease}
.button svg{width:19px;height:19px}
.button-primary{color:#fff;background:linear-gradient(135deg,var(--wine),#9f2444);box-shadow:0 7px 18px rgba(141,21,53,.12)}
.button-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(141,21,53,.17)}
.button-outline{border:1px solid #bd9d93;background:rgba(255,255,255,.55);color:#221917}
.button-outline span,.service-card a span{font-size:18px}
.button-small{min-height:44px;padding:0 22px;font-size:13px}
.full{width:100%}
.kicker{margin:0;color:#9d3b53;font-size:13px;letter-spacing:.065em;font-weight:600}
.section{padding:34px 0}
.section-heading.centered{text-align:center;margin-bottom:24px}
.section-heading h2{font-size:38px;color:var(--wine);margin:0 0 7px}
.section-heading p{margin:0;color:#514743;font-size:14px}

/* header */
.site-header{height:98px;border-bottom:1px solid #f0e9e4;background:rgba(255,255,255,.98);position:sticky;top:0;z-index:50}
.header-inner{height:100%;display:flex;align-items:center;gap:30px}
.logo{display:flex;align-items:center;gap:11px;margin-right:auto;min-width:190px}
.logo-mark{width:34px;height:42px;color:var(--wine)}
.logo strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:25px;letter-spacing:.035em;line-height:1}
.logo small{display:block;font-size:9px;letter-spacing:.32em;margin-top:5px}
.main-nav{display:flex;align-items:center;gap:30px;font-size:14px}
.main-nav a{padding:10px 0}
.main-nav a:hover{color:var(--wine)}
.header-phone{display:flex;align-items:center;gap:11px;margin-left:12px}
.header-phone>svg{width:22px;height:22px;color:#6e5d57}
.header-phone strong,.header-phone small{display:block}
.header-phone strong{font-size:16px}
.header-phone small{font-size:10px;color:#766964;margin-top:3px}
.header-button{min-height:48px;padding:0 24px}

/* hero */
.hero{background:var(--cream)}
.hero-grid{display:grid;grid-template-columns:46% 54%;min-height:660px}
.hero-copy{background:linear-gradient(105deg,#fbf7f3 0%,#fbf7f3 83%,#f7eee7 100%);display:flex;align-items:center}
.hero-copy-inner{width:min(100%,820px);margin:0 auto;padding:68px 42px 54px;box-sizing:border-box}
.hero h1{font-size:70px;line-height:1.01;margin:18px 0 28px}
.hero h1 em{font-style:normal;color:var(--wine)}
.hero-lead{font-size:17px;line-height:1.6;color:#312826;margin:0;max-width:610px}
.hero-actions{display:flex;gap:16px;margin:32px 0 42px}
.hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;width:100%;max-width:none;padding-top:2px}
.benefit{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;column-gap:11px;min-width:0}
.line-icon{color:var(--wine);width:38px;height:38px;display:block}
.line-icon svg{width:100%;height:100%}
.benefit p{margin:0;line-height:1.2;min-width:0}
.benefit strong,.benefit small{display:block}
.benefit strong{font-size:14px;letter-spacing:-.01em}
.benefit small{font-size:12.5px;margin-top:4px;color:#655a55}
.hero-photo{position:relative;background-image:url('assets/photos/hero.webp');background-size:cover;background-position:center center;min-height:660px}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,238,231,.16),rgba(0,0,0,0) 28%)}
.care-badge{position:absolute;right:7%;bottom:9%;z-index:2;width:160px;height:160px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(145deg,var(--wine),#a02a49);color:#fff;box-shadow:0 16px 34px rgba(95,13,37,.2)}
.care-badge span{font-size:25px;line-height:1;margin-bottom:8px}
.care-badge strong{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:18px;line-height:1.35}

/* services */
.services-section{padding-top:34px;padding-bottom:34px}
.services-section .section-heading{margin-bottom:28px}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.service-card{min-height:100%;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);border-radius:18px;padding:0 0 22px;overflow:hidden;box-shadow:0 8px 24px rgba(73,37,25,.055);transition:transform .2s ease,box-shadow .2s ease}
.service-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(73,37,25,.08)}
.service-art{aspect-ratio:3/2;overflow:hidden;background:#f8efe9;border-bottom:1px solid #efe3dc;margin:0}
.service-art img{width:100%;height:100%;object-fit:cover}
.service-card h3{font-size:21px;line-height:1.18;margin:20px 22px 10px;min-height:0}
.service-card p{font-size:14px;line-height:1.55;color:#514743;margin:0 22px 20px}
.service-card a{margin:auto 22px 0;color:var(--wine);font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px}

/* about */
.about-section{padding:4px 0 24px}
.about-card{display:grid;grid-template-columns:minmax(430px,44%) minmax(0,1fr);min-height:620px;border-radius:18px;overflow:hidden;background:linear-gradient(105deg,#f3e7de 0%,#fffaf6 61%,#f8eee7 100%);box-shadow:0 8px 28px rgba(73,37,25,.055)}
.about-photo{background-image:url('assets/photos/darina.jpg');background-size:cover;background-position:center 29%;min-height:620px}
.about-content{padding:58px 64px 54px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.about-heading{margin-bottom:18px}
.about-content h2{font-size:58px;line-height:.95;color:var(--wine);margin:5px 0 14px;font-weight:500}
.about-intro{font-family:Georgia,'Times New Roman',serif!important;font-size:22px!important;line-height:1.38!important;color:#332a27!important;margin:0!important;max-width:590px!important}
.about-copy{display:grid;gap:9px;max-width:690px}
.about-content .about-copy p{font-size:16px;line-height:1.72;color:#493f3b;margin:0}
.about-focus{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 22px}
.about-focus span{display:inline-flex;align-items:center;min-height:32px;padding:0 13px;border:1px solid #ead8ce;border-radius:999px;background:rgba(255,255,255,.62);font-size:13px;font-weight:600;color:#6a4b46}
.about-list{list-style:none;padding:22px 0 0;margin:0;border-top:1px solid rgba(139,42,67,.12);display:grid;grid-template-columns:1fr;gap:10px}
.about-list li{position:relative;padding-left:27px;font-size:15px;line-height:1.5;color:#423834}
.about-list li:before{content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;border:1px solid #b95b70;color:var(--wine);border-radius:50%;display:grid;place-items:center;font-size:10px}


/* visit — rebuilt */
.visit-section{
  padding-top:34px;
  padding-bottom:32px;
}
.visit-head{
  max-width:720px;
  margin:0 auto 26px;
  text-align:center;
}
.visit-head .eyebrow{
  display:block;
  margin-bottom:7px;
  color:#a06b64;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.visit-head h2{
  margin:0;
  color:var(--wine);
  font-family:var(--serif);
  font-size:42px;
  line-height:1.08;
  font-weight:500;
}
.visit-head p{
  max-width:600px;
  margin:10px auto 0;
  color:#6b5e58;
  font-size:14px;
  line-height:1.55;
}
.visit-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:13px;
}
.visit-card{
  position:relative;
  min-width:0;
  padding:22px 18px 20px;
  border:1px solid #eaded7;
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#fffaf6 100%);
  box-shadow:0 7px 20px rgba(73,37,25,.035);
}
.visit-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px;
}
.visit-number{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#8b2a43;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
}
.visit-icon{
  width:68px;
  height:68px;
  border-radius:20px;
  display:grid;
  place-items:center;
  color:var(--wine);
  background:#f8eee8;
  border:1px solid #ecd8ce;
}
.visit-icon svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.visit-card h3{
  margin:0 0 8px;
  font-family:var(--serif);
  color:#302925;
  font-size:20px;
  line-height:1.16;
  font-weight:500;
}
.visit-card p{
  margin:0;
  color:#625752;
  font-size:13px;
  line-height:1.52;
}
.visit-bottom{
  margin-top:14px;
  padding:16px 20px;
  border-radius:15px;
  background:#7d2135;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:left;
}
.visit-bottom-icon{
  width:38px;
  height:38px;
  flex:0 0 auto;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
}
.visit-bottom-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:#fff;
  stroke-width:1.7;
}
.visit-bottom div{
  display:flex;
  flex-wrap:wrap;
  gap:3px 9px;
  align-items:baseline;
}
.visit-bottom strong{
  font-size:14px;
}
.visit-bottom span{
  font-size:13px;
  color:rgba(255,255,255,.88);
}

/* tablet */
@media (max-width:1100px){
  .visit-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .visit-card-last{
    grid-column:auto;
  }
}

/* mobile: compact 2-column grid, not a long vertical timeline */
@media (max-width:700px){
  .visit-section{
    padding-top:26px;
    padding-bottom:24px;
  }
  .visit-head{
    margin-bottom:18px;
  }
  .visit-head h2{
    font-size:34px;
  }
  .visit-head p{
    font-size:13px;
    padding:0 8px;
  }
  .visit-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .visit-card{
    padding:15px 13px 14px;
    border-radius:15px;
  }
  .visit-card-last{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:86px 1fr;
    column-gap:14px;
    align-items:center;
  }
  .visit-card-last .visit-card-top{
    grid-row:1/3;
    margin:0;
    height:100%;
    align-items:center;
  }
  .visit-card-last h3{
    align-self:end;
  }
  .visit-card-last p{
    align-self:start;
  }
  .visit-card-top{
    margin-bottom:11px;
  }
  .visit-number{
    width:29px;
    height:29px;
    font-size:10px;
  }
  .visit-icon{
    width:50px;
    height:50px;
    border-radius:15px;
  }
  .visit-icon svg{
    width:31px;
    height:31px;
  }
  .visit-card h3{
    font-size:16px;
    margin-bottom:6px;
  }
  .visit-card p{
    font-size:11.5px;
    line-height:1.42;
  }
  .visit-bottom{
    margin-top:10px;
    padding:13px 15px;
    justify-content:flex-start;
  }
  .visit-bottom-icon{
    width:34px;
    height:34px;
  }
  .visit-bottom div{
    display:block;
  }
  .visit-bottom strong{
    display:block;
    margin-bottom:2px;
    font-size:13px;
  }
  .visit-bottom span{
    font-size:11.5px;
  }
}

@media (max-width:390px){
  .visit-grid{
    gap:7px;
  }
  .visit-card{
    padding:13px 11px;
  }
  .visit-card h3{
    font-size:15px;
  }
  .visit-card p{
    font-size:11px;
  }
}

/* reviews */
.reviews-section{padding-top:10px;padding-bottom:22px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-grid article{border:1px solid var(--line);background:#fffaf6;border-radius:14px;padding:19px 22px}
.stars{color:var(--gold);letter-spacing:3px;font-size:15px}
.review-grid p{font-size:12px;line-height:1.55;color:#504641;min-height:57px}
.review-grid b{font-size:12px}


/* process — rebuilt */
.process-section{
  padding:44px 0 34px;
}
.process-head{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
}
.process-head .eyebrow{
  display:block;
  margin-bottom:8px;
  color:#a06b64;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.process-head h2{
  margin:0;
  font-family:var(--serif);
  color:var(--wine);
  font-size:44px;
  line-height:1.08;
  font-weight:500;
}
.process-head p{
  max-width:640px;
  margin:11px auto 0;
  color:#6c5e58;
  font-size:15px;
  line-height:1.6;
}
.process-panel{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  padding:28px;
  background:linear-gradient(135deg,#fff 0%,#fcf8f4 100%);
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 10px 30px rgba(73,37,25,.04);
}
.process-panel:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:66px;
  height:1px;
  background:linear-gradient(90deg,transparent,#dfc7bc 12%,#dfc7bc 88%,transparent);
  z-index:0;
}
.process-step{
  position:relative;
  z-index:1;
  min-width:0;
  padding:0 10px 8px;
}
.process-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}
.process-num{
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--wine);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  box-shadow:0 0 0 7px #fff;
}
.process-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f7ebe4;
  color:var(--wine);
  border:1px solid #ead6cc;
}
.process-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.process-step h3{
  margin:0 0 9px;
  color:#2f2926;
  font-size:17px;
  line-height:1.25;
  font-weight:700;
}
.process-step p{
  margin:0;
  color:#6a5d57;
  font-size:13px;
  line-height:1.58;
}
.process-note{
  margin-top:16px;
  padding:18px 22px;
  display:flex;
  align-items:center;
  gap:15px;
  background:#7b1f31;
  color:#fff;
  border-radius:16px;
}
.process-note-icon{
  width:42px;
  height:42px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.12);
}
.process-note-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:#fff;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.process-note div:last-child{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:5px 10px;
}
.process-note strong{
  font-size:15px;
}
.process-note span{
  font-size:14px;
  line-height:1.5;
  color:rgba(255,255,255,.88);
}

@media (max-width:1180px){
  .process-panel{
    grid-template-columns:repeat(3,minmax(0,1fr));
    row-gap:26px;
  }
  .process-panel:before{display:none}
}
@media (max-width:760px){
  .process-section{padding:32px 0 28px}
  .process-head{margin-bottom:22px}
  .process-head h2{font-size:36px}
  .process-head p{font-size:14px}
  .process-panel{
    grid-template-columns:1fr;
    gap:0;
    padding:12px 18px;
  }
  .process-step{
    display:grid;
    grid-template-columns:54px 1fr;
    column-gap:14px;
    padding:18px 0;
    border-bottom:1px solid #eee2db;
  }
  .process-step:last-child{border-bottom:0}
  .process-topline{
    grid-row:1/3;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:9px;
    margin:0;
  }
  .process-num{
    width:34px;
    height:34px;
    font-size:12px;
    box-shadow:none;
  }
  .process-icon{
    width:46px;
    height:46px;
  }
  .process-icon svg{width:25px;height:25px}
  .process-step h3{
    margin:4px 0 7px;
    font-size:16px;
  }
  .process-step p{font-size:13px}
  .process-note{
    padding:16px 18px;
    align-items:flex-start;
  }
  .process-note div:last-child{
    display:block;
  }
  .process-note strong{
    display:block;
    margin-bottom:4px;
  }
}


.footer-inner{display:flex;justify-content:space-between;gap:20px}

@media(max-width:1500px) and (min-width:1251px){
  .hero-copy-inner{padding-left:38px;padding-right:38px}
  .hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 30px;max-width:600px}
  .benefit{grid-template-columns:38px minmax(0,1fr)}
}

@media(max-width:1250px){
  .container{width:min(1180px,calc(100% - 48px))}
  .main-nav{gap:18px;font-size:13px}.header-phone small{display:none}.header-button{padding:0 18px;font-size:12px}
  .hero-grid{grid-template-columns:47% 53%;min-height:610px}.hero-photo{min-height:610px}.hero-copy-inner{width:min(100%,680px);padding:54px 34px 44px}.hero h1{font-size:58px}.hero-lead{font-size:16px}.hero-actions{margin:28px 0 34px}.hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;max-width:560px}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:0}
  .about-card{grid-template-columns:42% 58%;min-height:540px}.about-photo{min-height:540px}.about-content{padding:42px 38px}.about-content h2{font-size:48px}.about-intro{font-size:19px!important}
  .steps-grid{gap:20px;padding:0}.step:not(:last-child):after{right:-17px;width:18px}
}

@media(max-width:900px){
  .site-header{height:76px}.header-inner{gap:15px}.main-nav,.header-phone{display:none}.logo{min-width:0}.logo strong{font-size:21px}.header-button{margin-left:auto}
  .hero-grid{grid-template-columns:1fr}.hero-copy{order:1}.hero-photo{order:2;min-height:430px}.hero-copy-inner{padding:46px 7% 38px}.hero h1{font-size:57px}.hero-benefits{max-width:620px}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .about-card{grid-template-columns:42% 58%;min-height:0}.about-photo{min-height:500px}.about-content{padding:40px 32px}
  .steps-grid{grid-template-columns:repeat(2,1fr);gap:22px}.step:not(:last-child):after{display:none}
  .contacts-panel{grid-template-columns:1fr 1fr}.contacts-action{grid-column:1/-1;border-left:0;border-top:1px solid #eee3dc}
}

@media(max-width:600px){
  body{font-size:15px}.container{width:calc(100% - 28px)}
  .header-button{min-height:42px;padding:0 14px;font-size:11px}.logo-mark{width:28px}.logo small{font-size:7px}
  .hero-copy-inner{padding:34px 20px 30px}.hero h1{font-size:43px}.hero-lead{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.hero-benefits{grid-template-columns:1fr 1fr}.benefit strong{font-size:13.5px}.benefit small{font-size:12px}.hero-photo{min-height:340px;background-position:58% center}.care-badge{width:115px;height:115px;right:5%;bottom:6%}.care-badge strong{font-size:13px}
  .section-heading h2{font-size:32px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{min-width:0;padding-bottom:14px;border-radius:13px}.service-art{aspect-ratio:1/1}.service-card h3{font-size:15px;margin:12px 12px 7px}.service-card p{font-size:11.5px;line-height:1.42;margin:0 12px 12px}.service-card a{font-size:11px;margin:0 12px}.service-card a span{font-size:15px}
  .about-card{grid-template-columns:1fr;border-radius:15px}.about-photo{min-height:430px;background-position:center 29%}.about-content{padding:32px 22px 30px}.about-content h2{font-size:44px}.about-intro{font-size:18px!important}.about-content .about-copy p{font-size:14px}.about-focus{margin:18px 0}
  .steps-grid{grid-template-columns:1fr}.step{min-height:180px}.step p{max-width:260px}
  .review-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.review-grid article{min-width:84vw;scroll-snap-align:start}
  .contacts-panel{grid-template-columns:1fr}.map-card{min-height:200px}.contacts-action{grid-column:auto}.footer-inner{flex-direction:column;gap:6px}
}


/* trust — rebuilt */
.trust-section{
  padding:24px 0 26px;
}
.trust-panel{
  background:linear-gradient(135deg,#fbf6f1 0%,#fff 52%,#faf3ed 100%);
  border:1px solid var(--line);
  border-radius:22px;
  padding:38px 38px 34px;
  box-shadow:0 10px 30px rgba(73,37,25,.045);
}
.trust-head{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}
.trust-head .eyebrow{
  display:block;
  margin-bottom:8px;
  color:#a06b64;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.trust-head h2{
  margin:0;
  color:var(--wine);
  font-family:var(--serif);
  font-size:42px;
  line-height:1.08;
  font-weight:500;
}
.trust-head p{
  max-width:620px;
  margin:10px auto 0;
  color:#6c5e58;
  font-size:15px;
  line-height:1.55;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.trust-item{
  min-width:0;
  min-height:190px;
  padding:24px 19px 21px;
  background:rgba(255,255,255,.86);
  border:1px solid #eee1da;
  border-radius:17px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.trust-item:hover{
  transform:translateY(-3px);
  border-color:#dfc7bc;
  box-shadow:0 10px 24px rgba(91,39,45,.06);
}
.trust-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--wine);
  background:#f7ebe4;
  flex:0 0 auto;
}
.trust-icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.trust-item h3{
  margin:0 0 9px;
  color:#2f2926;
  font-size:16px;
  line-height:1.25;
  font-weight:700;
}
.trust-item p{
  margin:0;
  color:#6a5d57;
  font-size:13px;
  line-height:1.55;
}

@media (max-width:1180px){
  .trust-panel{padding:32px 28px}
  .trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .trust-item{min-height:170px}
}
@media (max-width:760px){
  .trust-section{padding:18px 0 22px}
  .trust-panel{padding:26px 18px 20px;border-radius:18px}
  .trust-head{margin-bottom:20px}
  .trust-head h2{font-size:34px}
  .trust-head p{font-size:14px}
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .trust-item{min-height:165px;padding:20px 15px 18px;gap:14px}
  .trust-icon{width:46px;height:46px}
  .trust-icon svg{width:27px;height:27px}
  .trust-item h3{font-size:15px}
  .trust-item p{font-size:12.5px}
}
@media (max-width:520px){
  .trust-grid{grid-template-columns:1fr}
  .trust-item{
    min-height:0;
    display:grid;
    grid-template-columns:48px 1fr;
    align-items:start;
    gap:14px;
  }
  .trust-icon{grid-row:1}
}


/* contacts — rebuilt */
.contacts-section{
  padding-top:38px;
  padding-bottom:42px;
}
.contacts-head{
  max-width:720px;
  margin:0 auto 26px;
  text-align:center;
}
.contacts-head .eyebrow{
  display:block;
  margin-bottom:8px;
  color:#a06b64;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.contacts-head h2{
  margin:0;
  color:var(--wine);
  font-family:var(--serif);
  font-size:44px;
  line-height:1.08;
  font-weight:500;
}
.contacts-head p{
  max-width:600px;
  margin:10px auto 0;
  color:#6b5e58;
  font-size:14px;
  line-height:1.55;
}
.contacts-shell{
  display:grid;
  grid-template-columns:minmax(390px,.92fr) minmax(0,1.18fr);
  gap:18px;
  align-items:stretch;
}
.contacts-info{
  padding:34px 34px 30px;
  border-radius:22px;
  background:linear-gradient(145deg,#7e2236 0%,#682033 100%);
  color:#fff;
  display:flex;
  flex-direction:column;
  min-height:100%;
  box-shadow:0 10px 30px rgba(73,37,25,.08);
}
.contacts-kicker{
  display:block;
  margin-bottom:8px;
  color:#e9cfc7;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.contacts-main h3{
  margin:0;
  font-family:var(--serif);
  font-size:34px;
  line-height:1.1;
  font-weight:500;
}
.contacts-address{
  margin:14px 0 0;
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:1.6;
}
.contacts-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:24px;
}
.contact-mini-card{
  min-width:0;
  padding:15px 14px;
  display:flex;
  align-items:center;
  gap:11px;
  border-radius:15px;
  color:#fff;
  background:rgba(255,255,255,.085);
  border:1px solid rgba(255,255,255,.14);
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}
.contact-mini-card:hover{
  background:rgba(255,255,255,.13);
  transform:translateY(-2px);
}
.contact-mini-icon{
  width:40px;
  height:40px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.12);
}
.contact-mini-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:#fff;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-mini-card small{
  display:block;
  margin-bottom:3px;
  color:#e7cdc6;
  font-size:10px;
}
.contact-mini-card strong{
  display:block;
  font-size:13px;
  line-height:1.3;
}
.contacts-meta{
  margin-top:18px;
  display:grid;
  gap:10px;
}
.contacts-meta-item{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:11px;
  align-items:start;
  padding:13px 0;
  border-top:1px solid rgba(255,255,255,.12);
}
.contacts-meta-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.1);
}
.contacts-meta-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:#fff;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contacts-meta-item strong{
  display:block;
  margin-bottom:3px;
  font-size:13px;
}
.contacts-meta-item span{
  color:rgba(255,255,255,.74);
  font-size:12px;
  line-height:1.45;
}
.contacts-actions{
  display:flex;
  gap:10px;
  margin-top:auto;
  padding-top:22px;
}
.contacts-actions .button{
  min-width:0;
}
.contacts-actions .button-primary{
  background:#fff;
  color:var(--wine);
}
.contacts-actions .button-primary:hover{
  background:#f7eee9;
}
.contacts-actions .button-light{
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  background:transparent;
}
.contacts-map{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.contacts-map-frame{
  min-height:480px;
  flex:1;
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--line);
  background:#eee4dd;
}
.contacts-map-frame > div,
.contacts-map-frame iframe{
  width:100%;
  height:100%;
  min-height:480px;
  display:block;
}
.map-link{
  margin-top:9px;
  padding:0 4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--wine);
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}
.map-link span{
  font-size:18px;
  line-height:1;
}
@media (max-width:980px){
  .contacts-shell{
    grid-template-columns:1fr;
  }
  .contacts-map-frame,
  .contacts-map-frame > div,
  .contacts-map-frame iframe{
    min-height:390px;
  }
}
@media (max-width:620px){
  .contacts-section{
    padding-top:28px;
    padding-bottom:28px;
  }
  .contacts-head{
    margin-bottom:18px;
  }
  .contacts-head h2{
    font-size:36px;
  }
  .contacts-head p{
    font-size:13px;
  }
  .contacts-info{
    padding:24px 20px 20px;
    border-radius:18px;
  }
  .contacts-main h3{
    font-size:29px;
  }
  .contacts-address{
    font-size:14px;
  }
  .contacts-cards{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:18px;
  }
  .contact-mini-card{
    padding:13px;
  }
  .contacts-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    padding-top:18px;
  }
  .contacts-actions .button{
    width:100%;
    padding-left:12px;
    padding-right:12px;
  }
  .contacts-map-frame,
  .contacts-map-frame > div,
  .contacts-map-frame iframe{
    min-height:320px;
  }
}


/* =========================================================
   V20 COLOR RESTYLING ONLY
   Warm premium medical / wellness palette
   Layout and approved geometry intentionally unchanged.
   ========================================================= */

:root{
  --wine:#713847;
  --wine-dark:#5f2f3c;
  --wine-soft:#c9a6a0;
  --cream:#f7f3ee;
  --cream-2:#efe6de;
  --paper:#fffdfc;
  --text:#302b29;
  --muted:#746963;
  --line:#ded2ca;
  --sage:#a8b2a1;
  --sage-soft:#e8ece5;
}

body{
  background:var(--cream);
  color:var(--text);
}

/* softer general surfaces */
.section:nth-of-type(even){
  background-color:rgba(255,253,252,.36);
}
.button-primary{
  background:var(--wine);
  border-color:var(--wine);
}
.button-primary:hover{
  background:var(--wine-dark);
  border-color:var(--wine-dark);
}

/* HERO — preserve geometry, calm the burgundy accents */
.hero .eyebrow,
.hero-kicker{
  color:#8b5a64;
}
.hero h1{
  color:#4f2f38;
}
.hero .button-primary{
  background:#713847;
}
.hero .button-primary:hover{
  background:#5f2f3c;
}
.hero .button-secondary,
.hero .button-light{
  border-color:#cdbbb3;
  color:#4d403b;
}
.hero-feature-icon,
.hero-benefit-icon{
  color:#713847;
  background:#f2e8e4;
}
.hero-feature strong,
.hero-benefit strong{
  color:#3c3431;
}

/* service cards */
.services-section,
.services{
  background:#f7f3ee;
}
.service-card{
  background:#fffdfc;
  border-color:#ded2ca;
  box-shadow:0 8px 24px rgba(58,43,37,.035);
}
.service-card h3{
  color:#403432;
}
.service-card a,
.service-link{
  color:#713847;
}

/* Darina — wine only as an accent */
.about-section{
  background:#f1e9e2;
}
.about-card{
  background:#fffdfc;
  border-color:#ded2ca;
  box-shadow:0 12px 34px rgba(58,43,37,.045);
}
.about-content h2{
  color:#5f3540;
}
.about-focus span{
  background:#f2e8e4;
  color:#684751;
  border-color:#e4d3cc;
}
.about-list li:before{
  color:#7f8e79;
}
.about-content .eyebrow{
  color:#8b5a64;
}

/* Trust — introduce restrained sage */
.trust-section{
  background:#f7f3ee;
}
.trust-panel{
  background:linear-gradient(135deg,#f3eee8 0%,#fffdfc 50%,#edf0ea 100%);
  border-color:#ded2ca;
  box-shadow:0 10px 30px rgba(58,43,37,.035);
}
.trust-head h2{
  color:#5f3540;
}
.trust-head .eyebrow{
  color:#7f8e79;
}
.trust-item{
  background:rgba(255,253,252,.9);
  border-color:#e2d8d1;
}
.trust-item:hover{
  border-color:#c9b7ad;
  box-shadow:0 10px 24px rgba(58,43,37,.045);
}
.trust-icon{
  color:#65725f;
  background:#e8ece5;
}
.trust-item:nth-child(2n) .trust-icon{
  color:#713847;
  background:#f2e8e4;
}

/* Visit/process — reduce repeated red circles */
.visit-section{
  background:#f1e9e2;
}
.visit-head h2{
  color:#5f3540;
}
.visit-head .eyebrow{
  color:#7f8e79;
}
.visit-card{
  border-color:#ded2ca;
  background:linear-gradient(180deg,#fffdfc 0%,#faf6f2 100%);
  box-shadow:0 7px 20px rgba(58,43,37,.03);
}
.visit-number{
  background:#713847;
}
.visit-card:nth-child(2n) .visit-number{
  background:#788471;
}
.visit-icon{
  color:#65725f;
  background:#e8ece5;
  border-color:#d8dfd4;
}
.visit-card:nth-child(2n) .visit-icon{
  color:#713847;
  background:#f2e8e4;
  border-color:#e4d3cc;
}
.visit-bottom{
  background:#5f3540;
}

/* CONTACTS — biggest change: no large red plane */
.contacts-section{
  background:#f7f3ee;
}
.contacts-head h2{
  color:#5f3540;
}
.contacts-head .eyebrow{
  color:#7f8e79;
}
.contacts-info{
  background:linear-gradient(145deg,#fffdfc 0%,#f0e8e1 100%);
  color:#302b29;
  border:1px solid #ded2ca;
  box-shadow:0 10px 30px rgba(58,43,37,.045);
}
.contacts-kicker{
  color:#7b5961;
}
.contacts-main h3{
  color:#51363d;
}
.contacts-address{
  color:#746963;
}
.contact-mini-card{
  color:#302b29;
  background:rgba(255,255,255,.72);
  border-color:#ded2ca;
}
.contact-mini-card:hover{
  background:#fffdfc;
}
.contact-mini-icon{
  background:#e8ece5;
  color:#65725f;
}
.contact-mini-icon svg{
  stroke:#65725f;
}
.contact-mini-card small{
  color:#8a7a72;
}
.contact-mini-card strong{
  color:#403633;
}
.contacts-meta-item{
  border-top-color:#ded2ca;
}
.contacts-meta-icon{
  background:#f2e8e4;
}
.contacts-meta-icon svg{
  stroke:#713847;
}
.contacts-meta-item strong{
  color:#403633;
}
.contacts-meta-item span{
  color:#746963;
}
.contacts-actions .button-primary{
  background:#713847;
  color:#fff;
  border-color:#713847;
}
.contacts-actions .button-primary:hover{
  background:#5f2f3c;
}
.contacts-actions .button-light{
  border:1px solid #cdbdb5;
  color:#513f3a;
  background:#fffdfc;
}
.contacts-actions .button-light:hover{
  background:#f5eee9;
}
.contacts-map-frame{
  border-color:#ded2ca;
  background:#e8e3dd;
}
.map-link{
  color:#65725f;
}

/* footer / small accents */
footer,
.footer{
  background:#302b29;
}
footer a,
.footer a{
  color:#e6d7d1;
}

/* mobile: retain same layout, only calm surfaces */
@media (max-width:700px){
  .trust-panel{
    background:linear-gradient(145deg,#f3eee8 0%,#fffdfc 62%,#edf0ea 100%);
  }
  .visit-card{
    background:#fffdfc;
  }
  .contacts-info{
    background:linear-gradient(145deg,#fffdfc 0%,#f0e8e1 100%);
  }
}


/* =========================================================
   V21 BACKGROUND REFINEMENT
   No alternating full-width stripes.
   One continuous warm canvas + subtle local depth.
   ========================================================= */

body{
  background:#f7f3ee;
}

/* neutralize generic alternating section bands */
.section,
.section:nth-of-type(even),
.section:nth-of-type(odd){
  background:transparent;
}

/* Keep sections visually separated by space, cards and subtle local gradients */
.services-section,
.services{
  background:transparent;
}

.about-section{
  background:
    radial-gradient(circle at 10% 50%, rgba(168,178,161,.075), transparent 28%),
    radial-gradient(circle at 92% 15%, rgba(201,166,160,.08), transparent 25%);
}

.trust-section{
  background:transparent;
}

.visit-section{
  background:
    linear-gradient(180deg, rgba(255,253,252,0) 0%,
    rgba(255,253,252,.42) 18%,
    rgba(255,253,252,.42) 82%,
    rgba(255,253,252,0) 100%);
}

.contacts-section{
  background:
    radial-gradient(circle at 86% 30%, rgba(168,178,161,.07), transparent 30%);
}

/* subtle separators instead of background stripes */
.about-section,
.trust-section,
.visit-section,
.contacts-section{
  position:relative;
}
.about-section:before,
.trust-section:before,
.visit-section:before,
.contacts-section:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(1180px,calc(100% - 40px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,#ded2ca 16%,#ded2ca 84%,transparent);
  opacity:.62;
  pointer-events:none;
}

/* mobile: even calmer, no visible banding */
@media (max-width:700px){
  .about-section,
  .visit-section,
  .contacts-section{
    background:transparent;
  }
  .about-section:before,
  .trust-section:before,
  .visit-section:before,
  .contacts-section:before{
    width:calc(100% - 28px);
    opacity:.5;
  }
}


/* =========================================================
   V22 UNIFORM PAGE BACKGROUND
   One background for all content sections.
   ========================================================= */

html,
body{
  background:#f7f3ee;
}

main,
.section,
section,
.section:nth-of-type(even),
.section:nth-of-type(odd),
.services-section,
.services,
.about-section,
.trust-section,
.visit-section,
.contacts-section{
  background:#f7f3ee !important;
  background-image:none !important;
}

/* No section-wide separators: hierarchy is created by cards and spacing */
.about-section:before,
.trust-section:before,
.visit-section:before,
.contacts-section:before{
  display:none !important;
}

/* Hero remains an intentional image-led first screen */
.hero{
  background-color:#f7f3ee;
}


/* =========================================================
   V23 MOBILE FLOATING ACTIONS
   ========================================================= */

.mobile-floating-actions{
  display:none;
}

@media (max-width:700px){
  body{
    padding-bottom:calc(76px + env(safe-area-inset-bottom));
  }

  .mobile-floating-actions{
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    z-index:9999;
    display:grid;
    grid-template-columns:.92fr 1.28fr;
    gap:8px;
    padding:7px;
    border-radius:18px;
    background:rgba(255,253,252,.94);
    border:1px solid rgba(113,56,71,.12);
    box-shadow:0 12px 32px rgba(48,43,41,.18);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }

  .mobile-floating-actions a{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:13px;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
    -webkit-tap-highlight-color:transparent;
  }

  .mobile-floating-call{
    color:#4b403c;
    background:#f3ede8;
    border:1px solid #ded2ca;
  }

  .mobile-floating-book{
    color:#fff;
    background:#713847;
    border:1px solid #713847;
  }

  .mobile-floating-icon{
    width:22px;
    height:22px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
  }

  .mobile-floating-icon svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-floating-actions a:active{
    transform:translateY(1px);
  }
}

@media (max-width:360px){
  .mobile-floating-actions{
    left:8px;
    right:8px;
    gap:6px;
    padding:6px;
  }
  .mobile-floating-actions a{
    min-height:50px;
    font-size:13px;
  }
}


/* =========================================================
   V24 REMOVE GREEN ACCENTS
   Replace sage with warm taupe / dusty rose.
   Layout unchanged.
   ========================================================= */

:root{
  --wine:#713847;
  --wine-dark:#5f2f3c;
  --wine-soft:#c9a6a0;
  --cream:#f7f3ee;
  --cream-2:#efe6de;
  --paper:#fffdfc;
  --text:#302b29;
  --muted:#746963;
  --line:#ded2ca;
  --taupe:#9b8178;
  --taupe-dark:#806a62;
  --taupe-soft:#eee5e0;
  --rose-soft:#f1e5e1;
}

/* Trust */
.trust-head .eyebrow{
  color:var(--taupe);
}
.trust-icon{
  color:var(--taupe-dark);
  background:var(--taupe-soft);
}
.trust-item:nth-child(2n) .trust-icon{
  color:var(--wine);
  background:var(--rose-soft);
}

/* Visit / process */
.visit-head .eyebrow{
  color:var(--taupe);
}
.visit-card:nth-child(2n) .visit-number{
  background:var(--taupe-dark);
}
.visit-icon{
  color:var(--taupe-dark);
  background:var(--taupe-soft);
  border-color:#dfd2ca;
}
.visit-card:nth-child(2n) .visit-icon{
  color:var(--wine);
  background:var(--rose-soft);
  border-color:#e4d3cc;
}

/* Darina / secondary details */
.about-list li:before{
  color:var(--taupe-dark);
}

/* Contacts */
.contacts-head .eyebrow{
  color:var(--taupe);
}
.contact-mini-icon{
  background:var(--taupe-soft);
  color:var(--taupe-dark);
}
.contact-mini-icon svg{
  stroke:var(--taupe-dark);
}
.map-link{
  color:var(--taupe-dark);
}

/* Hero/support icons if any green inherited */
.hero-feature-icon,
.hero-benefit-icon{
  color:var(--wine);
  background:var(--rose-soft);
}

/* Generic green remnants */
[style*="#a8b2a1"],
[style*="#A8B2A1"]{
  color:var(--taupe-dark) !important;
  border-color:var(--taupe) !important;
}

/* Mobile floating actions remain wine/taupe only */
.mobile-floating-call{
  background:var(--taupe-soft);
  border-color:#d8cbc3;
  color:#4b403c;
}



/* =========================================================
   V26 BRAND + HEADER
   ========================================================= */
.site-header{
  position:sticky;
  top:0;
  z-index:9000;
  background:rgba(247,243,238,.96) !important;
  border-bottom:1px solid rgba(113,56,71,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.header-inner{
  min-height:82px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:30px;
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:210px;
  color:#302b29;
  text-decoration:none;
}
.brand-mark{
  width:48px;
  height:48px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#f1e5e1;
  color:#713847;
  border:1px solid #e2d2cb;
}
.brand-mark svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.brand-copy{
  display:grid;
  line-height:1;
}
.brand-copy strong{
  color:#5f2f3c;
  font-family:var(--serif);
  font-size:20px;
  font-weight:600;
  letter-spacing:.07em;
}
.brand-copy > span{
  margin-top:3px;
  color:#9b8178;
  font-size:10px;
  font-weight:800;
  letter-spacing:.28em;
}
.brand-copy small{
  margin-top:6px;
  color:#746963;
  font-size:9px;
  letter-spacing:.04em;
}
.main-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
}
.main-nav a{
  position:relative;
  padding:31px 0 29px;
  color:#554a45;
  font-size:12.5px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}
.main-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:22px;
  height:1px;
  background:#713847;
  transition:right .2s ease;
}
.main-nav a:hover{
  color:#713847;
}
.main-nav a:hover:after{
  right:0;
}
.header-actions{
  display:flex;
  align-items:center;
  gap:15px;
}
.header-phone{
  display:grid;
  text-align:right;
  color:#302b29;
  text-decoration:none;
  white-space:nowrap;
}
.header-phone small{
  margin-bottom:3px;
  color:#9b8178;
  font-size:9.5px;
}
.header-phone strong{
  font-size:13px;
  font-weight:700;
}
.header-book{
  min-height:42px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#713847;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}
.header-book:hover{
  background:#5f2f3c;
  transform:translateY(-1px);
}
.mobile-menu-toggle,
.mobile-menu{
  display:none;
}

@media (max-width:1120px){
  .header-inner{
    gap:18px;
  }
  .main-nav{
    gap:15px;
  }
  .main-nav a{
    font-size:11.5px;
  }
  .header-phone{
    display:none;
  }
}
@media (max-width:820px){
  .site-header{
    position:sticky;
  }
  .header-inner{
    min-height:68px;
    grid-template-columns:1fr auto;
    gap:14px;
  }
  .brand{
    min-width:0;
  }
  .brand-mark{
    width:42px;
    height:42px;
    border-radius:13px;
  }
  .brand-mark svg{
    width:29px;
    height:29px;
  }
  .brand-copy strong{
    font-size:17px;
  }
  .brand-copy > span{
    font-size:9px;
  }
  .brand-copy small{
    display:none;
  }
  .main-nav,
  .header-actions{
    display:none;
  }
  .mobile-menu-toggle{
    width:44px;
    height:44px;
    padding:0;
    display:grid;
    place-content:center;
    gap:5px;
    border:1px solid #ded2ca;
    border-radius:13px;
    background:#fffdfc;
    cursor:pointer;
  }
  .mobile-menu-toggle span{
    width:20px;
    height:1.5px;
    display:block;
    background:#713847;
    transition:.2s ease;
  }
  .mobile-menu{
    display:block;
    max-height:0;
    overflow:hidden;
    background:#fffdfc !important;
    border-top:1px solid transparent;
    transition:max-height .28s ease,border-color .2s ease;
  }
  .mobile-menu nav{
    padding:7px 18px 16px;
    display:grid;
  }
  .mobile-menu a{
    padding:13px 3px;
    border-bottom:1px solid #eee5e0;
    color:#403633;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
  }
  .mobile-menu a:last-child{
    border-bottom:0;
  }
  .menu-open .mobile-menu{
    max-height:330px;
    border-top-color:#eee5e0;
  }
  .menu-open .mobile-menu-toggle span:nth-child(1){
    transform:translateY(6.5px) rotate(45deg);
  }
  .menu-open .mobile-menu-toggle span:nth-child(2){
    opacity:0;
  }
  .menu-open .mobile-menu-toggle span:nth-child(3){
    transform:translateY(-6.5px) rotate(-45deg);
  }
}


/* =========================================================
   V27 HEADER REFINEMENT
   ========================================================= */

/* Logo tagline removed in HTML; tighten brand rhythm */
.brand-copy{
  gap:0;
}
.brand-copy strong{
  line-height:1;
}
.brand-copy > span{
  margin-top:4px;
}

/* Menu in uppercase */
.main-nav a{
  text-transform:uppercase;
  letter-spacing:.055em;
  font-size:11.5px;
  font-weight:700;
}

/* More expressive desktop phone block */
.header-phone{
  position:relative;
  min-width:174px;
  padding:8px 14px 8px 43px;
  border:1px solid #ded2ca;
  border-radius:14px;
  background:#fffdfc;
  box-shadow:0 5px 18px rgba(48,43,41,.045);
  text-align:left;
}
.header-phone:before{
  content:"";
  position:absolute;
  left:12px;
  top:50%;
  width:22px;
  height:22px;
  transform:translateY(-50%);
  border-radius:50%;
  background:#f1e5e1;
}
.header-phone:after{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  width:10px;
  height:10px;
  transform:translateY(-50%) rotate(-18deg);
  border-left:2px solid #713847;
  border-bottom:2px solid #713847;
  border-radius:0 0 0 5px;
}
.header-phone small{
  margin-bottom:2px;
  color:#9b8178;
  font-size:9px;
  font-weight:700;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.header-phone strong{
  color:#4e343b;
  font-size:14.5px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:.01em;
}
.header-phone:hover{
  border-color:#cdbab1;
  box-shadow:0 7px 20px rgba(48,43,41,.065);
}
.header-phone:hover strong{
  color:#713847;
}

@media (max-width:1120px){
  .main-nav a{
    font-size:10.5px;
    letter-spacing:.045em;
  }
}

@media (max-width:820px){
  .brand-copy > span{
    margin-top:4px;
  }
  .mobile-menu a{
    text-transform:uppercase;
    letter-spacing:.045em;
    font-size:12.5px;
    font-weight:700;
  }
}


/* =========================================================
   V28 PHONE — SIMPLE, AS BEFORE, SLIGHTLY LARGER
   ========================================================= */
@media (min-width:1121px){
  .header-phone{
    position:static;
    min-width:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    text-align:right;
  }
  .header-phone:before,
  .header-phone:after{
    display:none;
    content:none;
  }
  .header-phone small{
    margin-bottom:4px;
    color:#9b8178;
    font-size:10.5px;
    line-height:1.1;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
  }
  .header-phone strong{
    color:#302b29;
    font-size:15.5px;
    line-height:1.12;
    font-weight:750;
    letter-spacing:0;
  }
  .header-phone:hover{
    border:0;
    box-shadow:none;
    background:transparent;
  }
  .header-phone:hover strong{
    color:#713847;
  }
}

/* V4: refined SVG icons — block "Как проходит приём" */
.visit-icon{
  border-radius:18px;
  background:#f1e6e1;
  border:1px solid #dfcfc7;
  color:#713847;
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.34);
}
.visit-icon svg{
  width:43px;
  height:43px;
  stroke-width:1.75;
}
.visit-card:nth-child(2n) .visit-icon{
  background:#eee5e0;
  color:#806a62;
  border-color:#d9ccc5;
}
@media (max-width:700px){
  .visit-icon{
    width:52px;
    height:52px;
    border-radius:15px;
  }
  .visit-icon svg{
    width:32px;
    height:32px;
  }
}


/* HOME RESULTS TEASER */
.home-results-section{
  padding:18px 0 72px;
}
.home-results-panel{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);
  gap:64px;
  align-items:center;
  padding:42px 46px;
  border:1px solid #dfd0ca;
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(113,56,71,.075), transparent 34%),
    #efe6de;
}
.home-results-panel::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-95px;
  width:230px;
  height:230px;
  border:1px solid rgba(113,56,71,.10);
  border-radius:50%;
  pointer-events:none;
}
.home-results-copy{
  position:relative;
  z-index:1;
  max-width:650px;
}
.home-results-copy .kicker{
  margin-bottom:11px;
}
.home-results-copy h2{
  margin:0 0 16px;
  color:#433532;
  font-family:var(--serif);
  font-size:clamp(35px,4vw,50px);
  line-height:1.04;
  font-weight:500;
  letter-spacing:-.025em;
}
.home-results-copy h2 em{
  color:#713847;
  font-style:normal;
}
.home-results-copy>p:last-child{
  max-width:610px;
  margin:0;
  color:#6d615c;
  font-size:14px;
  line-height:1.65;
}
.home-results-side{
  position:relative;
  z-index:1;
}
.home-results-stats{
  display:grid;
  grid-template-columns:.72fr 1fr 1fr;
  margin-bottom:23px;
}
.home-results-stat{
  min-height:78px;
  padding:4px 20px;
  border-left:1px solid rgba(113,56,71,.18);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.home-results-stat:first-child{
  padding-left:0;
  border-left:0;
}
.home-results-stat strong{
  display:block;
  margin-bottom:6px;
  color:#5f2f3c;
  font-family:var(--serif);
  font-size:21px;
  line-height:1.05;
  font-weight:500;
}
.home-results-stat-number strong{
  margin-bottom:2px;
  font-size:42px;
  line-height:.95;
}
.home-results-stat span{
  color:#756761;
  font-size:11px;
  line-height:1.35;
}
.home-results-action{
  display:flex;
  align-items:center;
  gap:17px;
}
.home-results-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:48px;
  padding:0 21px;
  border-radius:999px;
  background:#713847;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease;
}
.home-results-button:hover{
  background:#5f2f3c;
  transform:translateY(-1px);
}
.home-results-button span{
  font-size:18px;
  line-height:1;
}
.home-results-action small{
  max-width:165px;
  color:#86746d;
  font-size:10px;
  line-height:1.4;
}

@media(max-width:980px){
  .home-results-panel{
    grid-template-columns:1fr;
    gap:30px;
  }
  .home-results-copy{
    max-width:720px;
  }
  .home-results-side{
    max-width:700px;
  }
}
@media(max-width:680px){
  .home-results-section{
    padding:6px 0 48px;
  }
  .home-results-panel{
    gap:25px;
    padding:28px 20px 24px;
    border-radius:21px;
  }
  .home-results-copy h2{
    font-size:35px;
  }
  .home-results-copy>p:last-child{
    font-size:13px;
    line-height:1.6;
  }
  .home-results-stats{
    grid-template-columns:.72fr 1fr 1fr;
    margin-bottom:20px;
  }
  .home-results-stat{
    min-height:68px;
    padding:2px 10px;
  }
  .home-results-stat strong{
    font-size:15px;
  }
  .home-results-stat-number strong{
    font-size:32px;
  }
  .home-results-stat span{
    font-size:9.5px;
  }
  .home-results-action{
    display:block;
  }
  .home-results-button{
    width:100%;
  }
  .home-results-action small{
    display:block;
    max-width:none;
    margin-top:10px;
    text-align:center;
  }
}


/* ===== RESULTS PAGE STYLES — V14 HARD FIX ===== */

.results-hero{
  padding:64px 0 54px;
  background:#f7f3ee;
}
.results-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
  gap:70px;
  align-items:end;
}
.results-back{
  display:inline-block;
  margin-bottom:32px;
  color:#806a62;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
}
.results-hero h1{
  margin:8px 0 22px;
  max-width:820px;
  color:#302b29;
  font-family:var(--serif);
  font-size:clamp(48px,6vw,78px);
  line-height:.98;
  font-weight:500;
  letter-spacing:-.045em;
}
.results-hero h1 em{
  color:#713847;
  font-style:normal;
}
.results-lead{
  max-width:760px;
  margin:0;
  color:#675d58;
  font-size:clamp(17px,1.7vw,21px);
  line-height:1.58;
}
.results-facts{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:28px;
}
.results-facts span{
  padding:9px 13px;
  border:1px solid #ded2ca;
  border-radius:999px;
  background:#fffdfc;
  color:#685d57;
  font-size:12px;
  font-weight:600;
}
.results-facts b{color:#713847}
.results-guide{
  display:flex;
  gap:16px;
  padding:24px;
  border:1px solid #ded2ca;
  border-radius:20px;
  background:#fffdfc;
  box-shadow:0 10px 28px rgba(48,43,41,.035);
}
.results-guide-icon{
  width:36px;
  height:36px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f1e5e1;
  color:#713847;
  font-family:var(--serif);
  font-size:20px;
}
.results-guide strong{
  display:block;
  margin-bottom:7px;
  color:#4b3c38;
  font-size:15px;
}
.results-guide p{
  margin:0 0 12px;
  color:#746963;
  font-size:13px;
  line-height:1.55;
}
.results-guide a{
  color:#713847;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.results-explain{
  padding:48px 0 54px;
  border-top:1px solid rgba(222,210,202,.7);
  border-bottom:1px solid rgba(222,210,202,.7);
}
.results-explain-head{
  max-width:760px;
  margin-bottom:28px;
}
.results-explain-head h2,
.results-heading h2,
.results-cta h2{
  margin:6px 0 12px;
  color:#433532;
  font-family:var(--serif);
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  font-weight:500;
}
.results-explain-head>p:last-child{
  color:#746963;
  font-size:14px;
  line-height:1.6;
}
.results-explain-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.results-explain-card{
  padding:21px 22px;
  border:1px solid #ded2ca;
  border-radius:17px;
  background:#fffdfc;
}
.results-explain-card>span{
  display:block;
  margin-bottom:14px;
  color:#9b8178;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
}
.results-explain-card strong{
  display:block;
  margin-bottom:7px;
  color:#5f2f3c;
  font-family:var(--serif);
  font-size:20px;
  font-weight:500;
}
.results-explain-card p{
  margin:0;
  color:#746963;
  font-size:12.5px;
  line-height:1.52;
}

.results-gallery{padding:62px 0 74px}
.results-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:35px;
  margin-bottom:23px;
}
.results-heading>p{
  max-width:360px;
  margin:0;
  color:#746963;
  font-size:13px;
  line-height:1.55;
}
.results-filter{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:28px;
}
.results-filter button{
  padding:10px 15px;
  border:1px solid #ded2ca;
  border-radius:999px;
  background:#fffdfc;
  color:#625651;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.results-filter button:hover,
.results-filter button.is-active{
  border-color:#713847;
  background:#713847;
  color:#fff;
}
.results-grid{
  columns:2;
  column-gap:20px;
}
.result-card{
  break-inside:avoid;
  margin:0 0 20px;
  overflow:hidden;
  border:1px solid #ded2ca;
  border-radius:20px;
  background:#fffdfc;
  box-shadow:0 8px 26px rgba(48,43,41,.04);
}
.result-card[hidden]{display:none!important}
.result-open{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  overflow:hidden;
  border:0;
  background:#eee6df;
  cursor:zoom-in;
}
.result-open img{
  display:block;
  width:100%;
  height:auto;
  transition:transform .3s ease;
}
.result-open:hover img{transform:scale(1.012)}
.result-zoom{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(113,56,71,.12);
  border-radius:50%;
  background:rgba(255,253,252,.94);
  color:#713847;
  box-shadow:0 5px 16px rgba(48,43,41,.1);
}
.result-zoom svg{
  width:18px;height:18px;
  fill:none;stroke:currentColor;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round;
}
.result-meta{padding:16px 18px 18px}
.result-case{
  display:block;
  margin-bottom:6px;
  color:#9b8178;
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.12em;
}
.result-meta h3{
  margin:0 0 5px;
  color:#493936;
  font-family:var(--serif);
  font-size:20px;
  line-height:1.2;
  font-weight:500;
}
.result-meta p{
  margin:0;
  color:#746963;
  font-size:12px;
  line-height:1.48;
}
.results-disclaimer{
  max-width:860px;
  margin:28px auto 0;
  padding:17px 20px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  border-radius:15px;
  background:#f1e9e3;
  color:#695e59;
}
.results-disclaimer>span{
  color:#713847;
  font-size:20px;
  line-height:1;
}
.results-disclaimer p{
  margin:0;
  font-size:12px;
  line-height:1.55;
}

.results-cta{padding:0 0 100px}
.results-cta-card{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:42px;
  padding:40px 44px;
  border:1px solid #ded2ca;
  border-radius:25px;
  background:#efe6de;
}
.results-cta-card>div:first-child{max-width:690px}
.results-cta-card p:not(.kicker){
  margin:12px 0 0;
  color:#685d58;
  font-size:14px;
  line-height:1.6;
}
.results-cta-actions{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  min-width:max-content;
}
.main-nav a.active{color:#713847}

.result-lightbox[hidden]{display:none}
.result-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  padding:34px;
  background:rgba(31,25,25,.92);
}
.result-lightbox img{
  max-width:min(94vw,1180px);
  max-height:90vh;
  border-radius:16px;
  box-shadow:0 22px 80px rgba(0,0,0,.4);
}
.result-close{
  position:fixed;
  top:18px;
  right:22px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#fffdfc;
  color:#5f2f3c;
  font-size:29px;
  cursor:pointer;
}
.lightbox-open{overflow:hidden}

@media(max-width:980px){
  .results-hero-grid{grid-template-columns:1fr;gap:28px}
  .results-guide{max-width:620px}
}
@media(max-width:760px){
  .results-hero{padding:38px 0 38px}
  .results-back{margin-bottom:24px}
  .results-hero h1{font-size:44px}
  .results-lead{font-size:15px}
  .results-guide{padding:18px;border-radius:17px}
  .results-explain{padding:38px 0}
  .results-explain-grid{grid-template-columns:1fr}
  .results-explain-card{
    display:grid;
    grid-template-columns:32px 1fr;
    gap:2px 10px;
    padding:15px 16px;
  }
  .results-explain-card>span{grid-row:1/3;margin:4px 0 0}
  .results-explain-card strong{font-size:17px;margin-bottom:2px}
  .results-explain-card p{font-size:11.5px}
  .results-gallery{padding:42px 0 54px}
  .results-heading{display:block;margin-bottom:18px}
  .results-heading>p{margin-top:8px}
  .results-filter{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:3px;
    scrollbar-width:none;
  }
  .results-filter::-webkit-scrollbar{display:none}
  .results-filter button{white-space:nowrap}
  .results-grid{columns:1}
  .result-card{margin-bottom:14px;border-radius:17px}
  .result-meta{padding:14px 15px 16px}
  .result-meta h3{font-size:18px}
  .results-cta{padding-bottom:105px}
  .results-cta-card{display:block;padding:28px 22px;border-radius:21px}
  .results-cta-actions{margin-top:22px;min-width:0}
  .results-cta-actions .button{width:100%;text-align:center}
  .result-lightbox{padding:10px}
  .result-lightbox img{max-width:97vw;max-height:84vh}
  .results-facts span{font-size:11px;padding:8px 10px}
}


/* RESULTS PAGE HERO — CLEAN FINAL */
.results-page-hero .results-page-hero-photo{
  background-image:url("assets/photos/results-hero.webp");
}

.results-page-hero .results-back{
  display:inline-block;
  margin:0 0 25px;
  color:#806a62;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
}

.results-page-hero .kicker{
  margin-bottom:13px;
}

.results-page-hero h1{
  margin:0 0 21px;
  font-size:clamp(58px,5vw,76px);
  line-height:.95;
  letter-spacing:-.035em;
}

.results-page-hero .hero-lead{
  max-width:610px;
  margin:0;
  font-size:17px;
  line-height:1.62;
}

.results-page-hero .results-facts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 0;
}

.results-page-hero .results-facts span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:9px 13px;
  border:1px solid #ded2ca;
  border-radius:999px;
  background:#fffdfc;
  color:#685d57;
  font-size:11px;
  line-height:1;
  font-weight:600;
}

.results-page-hero .results-facts b{
  margin-right:3px;
  color:#713847;
}

.results-page-hero-action{
  margin-top:24px;
}

.results-page-hero-action .button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:50px;
  padding:0 22px;
  font-size:13px;
}

.results-page-hero .results-photo-note{
  margin:11px 0 0;
  color:#84756f;
  font-size:10.5px;
  line-height:1.4;
}

.results-page-hero .results-hero-badge{
  position:absolute;
  right:30px;
  bottom:30px;
  min-width:122px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(113,56,71,.95);
  color:#fff;
  box-shadow:0 16px 40px rgba(48,43,41,.16);
}

.results-page-hero .results-hero-badge strong{
  display:block;
  margin-bottom:5px;
  font-family:var(--serif);
  font-size:40px;
  line-height:.9;
  font-weight:500;
}

.results-page-hero .results-hero-badge span{
  font-size:11px;
  line-height:1.35;
}

/* Tablet */
@media(max-width:980px){
  .results-page-hero h1{
    font-size:52px;
  }

  .results-page-hero .hero-lead{
    font-size:15px;
  }
}

/* Mobile */
@media(max-width:680px){
  .results-page-hero .results-back{
    margin-bottom:20px;
    font-size:12px;
  }

  .results-page-hero .kicker{
    margin-bottom:10px;
  }

  .results-page-hero h1{
    margin-bottom:17px;
    font-size:43px;
    line-height:.98;
  }

  .results-page-hero .hero-lead{
    font-size:14px;
    line-height:1.58;
  }

  .results-page-hero .results-facts{
    gap:7px;
    margin-top:20px;
  }

  .results-page-hero .results-facts span{
    min-height:31px;
    padding:8px 10px;
    font-size:10px;
  }

  .results-page-hero-action{
    margin-top:18px;
  }

  .results-page-hero-action .button{
    width:100%;
    min-height:48px;
  }

  .results-page-hero .results-photo-note{
    margin-top:10px;
    text-align:center;
    font-size:10px;
  }

  .results-page-hero .results-hero-badge{
    right:16px;
    bottom:16px;
    min-width:104px;
    padding:14px 16px;
  }

  .results-page-hero .results-hero-badge strong{
    font-size:32px;
  }

  .results-page-hero .results-hero-badge span{
    font-size:10px;
  }
}



/* RESULTS PAGE V15 — DESKTOP READABILITY */
@media (min-width:981px){

  /* Hero chips: 17 реальных примеров / До-после / Динамика */
  .results-page-hero .results-facts span{
    min-height:40px;
    padding:10px 15px;
    font-size:13px;
    line-height:1.15;
  }
  .results-page-hero .results-facts b{
    font-size:14px;
  }

  /* 01 / 02 / 03 */
  .results-explain-card > span{
    margin-bottom:16px;
    font-size:12px;
    line-height:1;
    letter-spacing:.11em;
  }

  /* Card headings and descriptions — proportional bump */
  .results-explain-card strong{
    font-size:23px;
  }
  .results-explain-card p{
    font-size:14px;
    line-height:1.58;
  }

  /* Text beside gallery heading */
  .results-heading > p{
    max-width:420px;
    font-size:15px;
    line-height:1.6;
  }

  /* Important disclaimer */
  .results-disclaimer{
    max-width:920px;
    padding:20px 24px;
    gap:15px;
  }
  .results-disclaimer > span{
    font-size:25px;
    line-height:1;
  }
  .results-disclaimer p{
    font-size:14px;
    line-height:1.62;
  }
  .results-disclaimer p strong{
    font-size:14px;
  }
}
