/* Clínica Shen — layout editorial 2026 (reescrita total, mesmos textos) */
:root{
  --paper:#FAF7EE;
  --cream:#F2ECDA;
  --card:#FFFFFF;
  --ink:#2C2C22;
  --muted:#6F6E5C;
  --olive:#5F6330;
  --olive-deep:#3F4222;
  --moss:#2F3A2A;
  --gold:#C19A3D;
  --gold-soft:#EAD9A8;
  --line:#E4DCC3;
  --radius:20px;
  --radius-lg:28px;
  --shadow:0 18px 44px rgba(44,44,34,.10);
  --shadow-sm:0 8px 22px rgba(44,44,34,.08);
  --font-display:"Playfair Display",Georgia,serif;
  --font-body:"Inter",system-ui,-apple-system,sans-serif;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--paper);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{font-family:var(--font-display);line-height:1.12;letter-spacing:-.015em;margin:0 0 .7rem;font-weight:600}
h1{font-size:clamp(2.4rem,5.2vw,3.9rem)}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem)}
h3{font-size:1.2rem}
p{margin:0 0 1rem}
a{color:var(--olive-deep)}
.wrap{width:min(var(--max),100% - 3rem);margin-inline:auto}
.muted{color:var(--muted)}
.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:.6rem 1rem;z-index:300}
.skip:focus{left:0}
a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:2px}

/* kicker / heads */
.kicker{font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--olive);margin:0 0 .8rem}
.kicker--center{text-align:center}
.kicker--light{color:var(--gold-soft)}
.head{max-width:680px;margin-bottom:2.4rem}
.head--center{margin-inline:auto;text-align:center}
.section{padding:clamp(3.8rem,7vw,6rem) 0}

/* reveal */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:600;font-size:.94rem;text-decoration:none;padding:.82rem 1.6rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:.22s;min-height:48px;line-height:1.2}
.btn--dark{background:var(--olive-deep);color:#fff}
.btn--dark:hover{background:var(--moss);transform:translateY(-1px)}
.btn--gold{background:var(--gold);color:#24210f}
.btn--gold:hover{background:#ad8630;color:#fff}
.btn--ghost{background:transparent;color:var(--olive-deep);border-color:var(--olive)}
.btn--ghost:hover{background:var(--olive-deep);color:#fff}
.btn--lg{padding:1.02rem 2.1rem;font-size:1rem}
.btn--sm{padding:.55rem 1.1rem;min-height:40px;font-size:.84rem}

/* topbar */
.topbar{position:fixed;inset:0 0 auto 0;z-index:100;transition:.25s;background:rgba(250,247,238,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.topbar.scrolled{background:rgba(255,255,255,.96);box-shadow:var(--shadow-sm)}
.topbar__in{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--ink);flex:none}
.brand img{height:42px;width:42px;flex:none;border-radius:10px;object-fit:cover}
.brand__txt{display:flex;flex-direction:column;line-height:1.1;font-family:var(--font-display);font-size:1.12rem;white-space:nowrap}
.brand__txt small{font-family:var(--font-body);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600}
.menu{display:flex;align-items:center;gap:1.05rem;min-width:0}
.menu>a:not(.btn){color:var(--ink);text-decoration:none;font-size:.88rem;font-weight:500;white-space:nowrap;padding:.45rem .1rem;position:relative}
.menu>a:not(.btn)::after{content:"";position:absolute;left:.1rem;right:.1rem;bottom:.15rem;height:2px;border-radius:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .22s}
.menu>a:not(.btn):hover::after,.menu>a.active::after{transform:scaleX(1)}
.menu>a:not(.btn):hover,.menu>a.active{color:var(--olive-deep)}
.topbar__side{display:flex;align-items:center;gap:.6rem;flex:none}
.side__cta{white-space:nowrap}
.side__short{display:none}
.burger{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;padding:.6rem;cursor:pointer;flex:none}
.burger span{display:block;width:22px;height:2px;background:var(--ink);margin:4px 0;border-radius:2px;transition:.25s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
@media (max-width:1080px){
  .menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 24px 40px rgba(44,44,34,.12);padding:0 1.2rem;max-height:0;overflow:hidden;transition:max-height .32s ease,padding .32s}
  .menu.open{max-height:70vh;max-height:70dvh;padding:.5rem 1.2rem 1rem;overflow-y:auto}
  .menu>a:not(.btn){padding:.9rem .2rem;border-bottom:1px solid var(--cream);width:100%;font-size:.98rem;white-space:normal}
  .menu>a:not(.btn)::after{display:none}
  .menu>a:not(.btn):hover{background:var(--paper)}
  .burger{display:block}
}
@media (max-width:560px){
  .topbar__in{min-height:64px;gap:.6rem}
  .brand__txt{font-size:1rem}
  .brand__txt small{display:none}
  .brand img{height:38px;width:38px}
  .side__cta{padding:.5rem .9rem;min-height:40px;font-size:.8rem}
  .side__full{display:none}
  .side__short{display:inline}
}

/* hero */
.hero{padding:clamp(7.2rem,11vw,9.5rem) 0 0;background:radial-gradient(900px 480px at 85% -5%,#EFE6C8 0%,transparent 60%),linear-gradient(180deg,#F7F2E2 0%,var(--paper) 70%)}
/* hero: título forte + foto embutida + prova junto ao CTA */
.hero--proof{padding:clamp(7.5rem,10vw,9.5rem) 0 0}
.proof-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2.2rem,4vw,3.6rem);align-items:center}
.hero--proof h1{font-size:clamp(2.7rem,5vw,4.2rem)}
.hero--proof h1 em{font-style:italic;color:var(--olive)}
.hero__proof{display:flex;align-items:center;gap:.5rem;margin:1.1rem 0 0;font-size:.9rem;color:var(--muted)}
.hero__proof strong{color:var(--ink)}
.hero__proof-stars{color:var(--gold);letter-spacing:.12em}
.hero__proof a{font-weight:600}
.hero__media{min-width:0}
.hero__shot{margin:0}
.hero__shot img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:35% 50%;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:8px solid #fff}
.hero--proof .hero__trust{margin-top:1.4rem}
.pill{display:inline-flex;align-items:center;gap:.55rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.45rem 1rem;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--olive-deep);margin:0 0 1.1rem}
.dot{width:9px;height:9px;border-radius:50%;background:#4A7C59;box-shadow:0 0 0 5px rgba(74,124,89,.16)}
.hero__sub{font-size:1.1rem;color:var(--muted);max-width:36rem}
.hero__ctas{display:flex;flex-wrap:wrap;gap:.85rem;margin:1.4rem 0 1.8rem}
.hero__trust{display:flex;gap:2rem;margin:0;flex-wrap:wrap}
.hero__trust div{display:grid;gap:.1rem}
.hero__trust dt{font-family:var(--font-display);font-size:1.45rem;color:var(--olive-deep)}
.hero__trust dd{margin:0;font-size:.84rem;color:var(--muted)}
.hero__strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.9rem 1.2rem;margin:2.6rem auto 0;padding:1rem 1.4rem;background:var(--olive-deep);color:#EFEAD3;border-radius:999px;font-size:.88rem;font-weight:600;letter-spacing:.02em}
.hero__strip i{color:var(--gold);font-style:normal}
.hero__strip a{color:inherit;text-decoration:none}
.hero__strip a:hover{color:var(--gold)}
@media (max-width:900px){
  /* Ordem mobile: selo → título → texto → foto + números → botões → avaliação */
  .proof-grid{display:flex;flex-direction:column;gap:1.4rem}
  .hero__intro{display:contents}
  .hero__intro .pill{order:1}
  .hero__intro h1{order:2}
  .hero__intro .hero__sub{order:3}
  .hero__media{order:4;max-width:620px;width:100%}
  .hero__intro .hero__ctas{order:5}
  .hero__intro .hero__proof{order:6;margin-top:0}
  .hero__shot img{aspect-ratio:16/10}
  .hero__strip{border-radius:22px}
}
@media (max-width:760px){.hero__strip i{display:none}}
@media (max-width:640px){
  .hero__shot img{aspect-ratio:4/3;border-width:6px}
  .hero__strip{font-size:.8rem;gap:.6rem .9rem;padding:.9rem 1rem}
  .hero__trust{gap:1.2rem 1.6rem}
  .hero__trust dt{font-size:1.2rem}
}

/* reviews (compacto) */
.reviews{padding:1.6rem 0 0}
.reviews__box{background:#fff;border:1px dashed var(--gold);border-radius:var(--radius-lg);padding:clamp(1.1rem,2.5vw,1.7rem);box-shadow:var(--shadow-sm)}
.reviews__head{max-width:640px}
.reviews__head h2{margin-bottom:.2rem}
.reviews__summary{display:flex;gap:1rem;align-items:center;margin-top:.2rem}
.reviews__summary .muted{margin:0}
.reviews__score{font-family:var(--font-display);font-size:2.2rem;line-height:1;color:var(--olive-deep)}
.reviews__stars{color:var(--gold);letter-spacing:.15em;font-size:.95rem}
.reviews__carousel{display:flex;align-items:center;gap:.6rem;margin-top:1rem}
.reviews__viewport{overflow:hidden;flex:1;min-width:0}
.reviews__track{display:flex;transition:transform .45s ease;align-items:stretch}
.reviews__slide{flex:0 0 100%;min-width:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;padding:.15rem;align-items:start}
.review{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:.95rem .95rem .8rem;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);min-height:0}
.review__top{display:flex;align-items:center;justify-content:space-between;gap:.6rem}
.review__stars{color:var(--gold);letter-spacing:.15em;font-size:.85rem}
.review__source{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--olive);background:#F1EAD0;border:1px solid var(--line);padding:.2rem .55rem;border-radius:999px;white-space:nowrap}
.review h3{margin:.55rem 0 .3rem;font-size:1rem}
.review p{margin:0;font-size:.86rem;line-height:1.55;color:var(--ink)}
/* texto recolhido: no máximo 4 linhas */
.review p:not(.review__empty){display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.review.expanded p:not(.review__empty){display:block;-webkit-line-clamp:unset}
.review__toggle{align-self:flex-start;background:none;border:0;padding:0;margin:.3rem 0 .6rem;font:inherit;font-size:.82rem;font-weight:700;color:var(--olive-deep);cursor:pointer;text-decoration:underline;text-underline-offset:2px}
.review__empty{color:var(--muted);font-style:italic}
.review__bottom{display:flex;align-items:center;justify-content:space-between;gap:.6rem;border-top:1px solid var(--cream);padding-top:.6rem;margin-top:.5rem;font-size:.78rem;color:var(--muted)}
.review__bottom a{font-weight:700;text-decoration:none;white-space:nowrap}
.reviews__arrow{flex:none;width:42px;height:42px;border-radius:50%;border:1.5px solid var(--olive);background:#fff;color:var(--olive-deep);font-size:1.15rem;line-height:1;cursor:pointer;transition:.2s}
.reviews__arrow:hover{background:var(--olive-deep);color:#fff}
.reviews__controls{margin-top:.6rem;text-align:center;color:var(--muted);font-size:.82rem;font-weight:600}
.reviews__footer{margin-top:.35rem;text-align:center}
.reviews__google-link{font-weight:700;font-size:.9rem}
.reviews__note{margin:.8rem 0 0;font-size:.88rem;color:var(--muted)}
@media (max-width:900px){.reviews__slide{grid-template-columns:1fr;gap:.8rem}.reviews__arrow{width:38px;height:38px}.review p:not(.review__empty){-webkit-line-clamp:3}}

/* split / prose */
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,4vw,3.6rem);align-items:start}
.split__sticky{position:sticky;top:100px}
.timeline{list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:0;border-left:2px solid var(--line)}
.timeline li{padding:.7rem 0 .7rem 1.2rem;position:relative;display:grid}
.timeline li::before{content:"";position:absolute;left:-7px;top:1.2rem;width:12px;height:12px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px #F1E6C4}
.timeline strong{font-family:var(--font-display);font-size:1.2rem;color:var(--olive-deep)}
.timeline span{font-size:.86rem;color:var(--muted)}
.prose{max-width:68ch;font-size:1.03rem}
.prose p{margin-bottom:1.05rem}
@media (max-width:880px){.split{grid-template-columns:1fr}.split__sticky{position:static}}

/* clinic panel */
.clinic{padding:1.5rem 0}
.clinic__panel{background:linear-gradient(135deg,var(--olive-deep) 0%,var(--moss) 70%);color:#F2EEDC;border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.6rem);box-shadow:var(--shadow);position:relative;overflow:hidden}
.clinic__panel::after{content:"✦";position:absolute;right:2rem;top:1rem;font-size:5rem;color:rgba(193,154,61,.22)}
.clinic__panel h2{color:#fff;max-width:16ch}
.clinic__lead{font-size:1.12rem;color:#fff}
.chips{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0 0 1.4rem}
.chips a{display:inline-block;background:rgba(255,255,255,.1);border:1px solid rgba(234,217,168,.5);color:#fff;text-decoration:none;font-weight:600;font-size:.88rem;padding:.55rem 1.1rem;border-radius:999px;transition:.2s}
.chips a:hover{background:var(--gold);border-color:var(--gold);color:#24210f}
.clinic__cols{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}
.clinic__cols p{color:#DDD8C0}
@media (max-width:760px){.clinic__cols{grid-template-columns:1fr}}

/* cards4 */
.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
.tcard{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.4rem;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:.25s;position:relative;overflow:hidden}
.tcard::before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--olive),var(--gold))}
.tcard:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.tcard h3{margin:0 0 .6rem;font-size:1.25rem}
.tcard p{font-size:.92rem;color:var(--muted);flex:1}
.tcard a{font-weight:700;font-size:.9rem;text-decoration:none;color:var(--olive-deep)}
.tcard a:hover{color:var(--olive)}
@media (max-width:1000px){.cards4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.cards4{grid-template-columns:1fr}}

/* areas longas */
.area{padding:clamp(3rem,6vw,4.6rem) 0;border-top:1px solid var(--line)}
.area--alt{background:var(--cream)}
.split--area{grid-template-columns:.7fr 1.3fr}
.area__fig{margin:1.2rem 0 0}
.area__fig img{border-radius:18px;box-shadow:var(--shadow-sm);border:1px solid var(--line);aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;background:var(--cream)}
@media (max-width:880px){.split--area{grid-template-columns:1fr}}

/* gallery */
.gallery{background:#fff;border-block:1px solid var(--line)}
.gal{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:stretch}
.gal__item{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.gal__item:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.gal__item img{aspect-ratio:3/4;object-fit:cover;object-position:50% 50%;width:100%;height:auto;transition:transform .5s;background:var(--cream)}
.gal__item:hover img{transform:scale(1.04)}
.gal__item figcaption{padding:.85rem 1rem;font-weight:600;font-size:.93rem;text-align:center}
@media (max-width:1000px){.gal{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.gal{gap:.7rem}.gal__item figcaption{font-size:.78rem;padding:.7rem .6rem}}

/* nosso espaço — mosaico com texto em cada foto */
.space{background:linear-gradient(180deg,#F5EFDD 0%,var(--cream) 100%);border-block:1px solid var(--line)}
.shots{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;align-items:start}
.shot{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.shot:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.shot img{width:100%;height:auto;transition:transform .5s;background:var(--cream)}
.shot:hover img{transform:scale(1.02)}
.shot figcaption{padding:1rem 1.1rem 1.2rem;text-align:left}
.shot figcaption strong{display:block;font-family:var(--font-display);font-size:1.12rem;color:var(--olive-deep);margin-bottom:.3rem}
.shot figcaption span{font-size:.86rem;line-height:1.6;color:var(--muted)}
.shot--land{grid-column:span 3}
.shot--port{grid-column:span 2}
.shots__arrow{display:none}
.shots__count{display:none}
@media (max-width:880px){.shots{grid-template-columns:repeat(2,1fr)}.shot--land{grid-column:span 2}.shot--port{grid-column:span 1}}
@media (max-width:560px){
.shots-nav{display:flex;align-items:center;gap:.5rem}
.shots{display:flex;gap:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:start;flex:1;min-width:0}
.shots::-webkit-scrollbar{display:none}
.shots .shot{flex:0 0 84%;scroll-snap-align:center}
.shots__arrow{display:inline-flex;flex:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1.5px solid var(--olive);background:#fff;color:var(--olive-deep);font-size:1.1rem;line-height:1;cursor:pointer;transition:.2s}
.shots__arrow:hover{background:var(--olive-deep);color:#fff}
.shots__count{display:block;margin:.6rem 0 0;text-align:center;color:var(--muted);font-size:.82rem;font-weight:600}
}

/* doctor */
.doctor{background:var(--moss);color:#EDE8D2;padding:clamp(3.8rem,7vw,6rem) 0}
.doctor__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,4vw,3.4rem);align-items:center}
.doctor__photo{margin:0;text-align:center}
.doctor__photo img{border-radius:var(--radius-lg);box-shadow:var(--shadow);aspect-ratio:4/3.4;object-fit:cover;object-position:50% 18%;width:100%;height:auto;border:6px solid rgba(255,255,255,.14)}
.doctor__photo figcaption{margin-top:.8rem;font-size:.86rem;color:#CFC9AC}
.doctor h2{color:#fff}
.prose--light p{color:#DDD8C0}
.quote{margin:1.4rem 0;padding:1.2rem 1.4rem;border-left:4px solid var(--gold);background:rgba(255,255,255,.07);border-radius:0 16px 16px 0;font-family:var(--font-display);font-size:1.25rem;font-style:italic;color:#fff}
.quote cite{display:block;margin-top:.5rem;font-family:var(--font-body);font-style:normal;font-size:.84rem;color:var(--gold-soft)}
.doctor__close{color:#DDD8C0}
@media (max-width:880px){.doctor__grid{grid-template-columns:1fr}.doctor__photo{max-width:520px;margin-inline:auto;width:100%}.doctor__photo img{aspect-ratio:4/3.2}}

/* steps */
.steps{display:grid;gap:1.2rem}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem clamp(1.3rem,3vw,2.2rem);box-shadow:var(--shadow-sm)}
.step header{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid var(--cream)}
.step h3{margin:0;font-size:1.4rem;flex:1;min-width:180px}
.tag{font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#F1EAD0;border:1px solid var(--gold);color:var(--olive-deep);padding:.35rem .8rem;border-radius:999px}
.step p{max-width:80ch}
.step p:last-child{margin-bottom:0}

/* texto longo no mobile: leitura progressiva (o texto continua integral, só recolhido) */
.more-btn{display:none;margin-top:.6rem}
.doctor .more-btn{color:#F2EEDC;border-color:rgba(234,217,168,.6)}
.doctor .more-btn:hover{background:var(--gold);border-color:var(--gold);color:#24210f}
@media (max-width:700px){
  .prose{font-size:1rem;line-height:1.75}
  .collapsible .more-btn{display:inline-flex}
  .collapsible .extra{display:none}
  .collapsible.open .extra{display:block;animation:fadeIn .3s ease}
}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

/* expect */
.expect{background:linear-gradient(180deg,#EFE6C6,#E6D9AC);padding:clamp(3.4rem,6vw,5rem) 0;text-align:center;border-block:1px solid var(--gold)}
.expect__in{max-width:760px}
.expect__lead{font-family:var(--font-display);font-size:1.5rem;font-style:italic;color:var(--olive-deep)}
.expect__final{font-weight:700;color:var(--olive-deep);margin-top:1.1rem}

/* contact */
.contact{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,3.5vw,2.6rem);align-items:stretch}
.contact__info{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow-sm)}
.contact__info address{font-style:normal;line-height:1.9;margin-bottom:1.4rem}
.contact__info address a{font-weight:700;text-decoration:none}
.contact__btns{display:flex;flex-wrap:wrap;gap:.7rem}
.contact__map iframe{width:100%;height:100%;min-height:380px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
@media (max-width:880px){.contact{grid-template-columns:1fr}}

/* footer */
.footer{background:var(--olive-deep);color:#E9E4CC;padding:2.8rem 0 0;margin-top:2rem}
.footer__grid{display:grid;grid-template-columns:1.3fr 1fr auto;gap:2rem;align-items:start;padding-bottom:2rem}
.footer__grid img{height:42px;width:42px;object-fit:cover;border-radius:10px}
.footer__grid p{font-size:.9rem;color:#CFC9AC;max-width:32rem}
.footer__grid nav{display:grid;gap:.5rem}
.footer__grid nav a{color:#E9E4CC;text-decoration:none;font-size:.92rem}
.footer__grid nav a:hover{color:var(--gold)}
.footer__social{display:flex;gap:.6rem}
.footer__social a{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(233,228,204,.4);color:#E9E4CC;transition:.2s}
.footer__social a:hover{background:var(--gold);border-color:var(--gold);color:var(--olive-deep)}
.footer__base{border-top:1px solid rgba(233,228,204,.2);padding:1.1rem 0}
.footer__base p{margin:0;font-size:.8rem;color:#CFC9AC}
.footer__privacy{margin-top:.4rem;font-size:.78rem}
.footer__privacy a{color:var(--gold-soft)}
@media (max-width:760px){.footer__grid{grid-template-columns:1fr}}

/* fab */
.fab{position:fixed;right:calc(1.1rem + env(safe-area-inset-right,0px));bottom:calc(1.1rem + env(safe-area-inset-bottom,0px));z-index:110;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(37,211,102,.45);transition:.2s}
.fab:hover{transform:scale(1.07)}
.fab svg{width:29px;height:29px}

@media (max-width:560px){
  html{scroll-padding-top:78px}
  h1{font-size:clamp(2rem,9vw,2.6rem)}
  .wrap{width:calc(100% - 2.2rem)}
  .brand__txt{font-size:1.05rem}
  .brand__txt small{display:none}
  .pill{font-size:.68rem;letter-spacing:.08em}
  .hero{padding-top:5.6rem}
  .hero__sub{font-size:1rem}
  .hero__ctas .btn,.contact__btns .btn{width:100%}
  .expect__lead{font-size:1.25rem}
  .quote{font-size:1.1rem}
  .clinic__panel,.step,.contact__info{padding:1.4rem 1.2rem}
  .clinic__panel::after{font-size:3rem;right:1rem;top:.4rem}
  .contact__map iframe{min-height:300px}
  .footer__base{padding-bottom:4.8rem}
}
