:root{--teal:#2a9d8f;--teal-dark:#1d7a6e;--ink:#18181b;--muted:#6b7280;--warm:#f7f6f4;--border:#e8e6e1}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.wrap{max-width:1200px;margin:0 auto;padding:0 48px}
.home-intro-grid>*,.editorial-grid>*,.bc-inner>*,.t-featured>*,.doctor-block>*,.contact-grid>*,.content-layout>*{min-width:0}
.section-label{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--teal);display:flex;align-items:center;gap:12px;margin-bottom:28px}
.section-label::before{content:"";display:block;width:20px;height:1px;background:var(--teal)}
.section-label--light{color:rgba(255,255,255,.42)}
.section-label--light::before{background:var(--teal)}
h1,h2,h3,h4{font-family:"DM Serif Display",serif;font-weight:400;letter-spacing:-.03em}
p{line-height:1.8}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;background:rgba(255,255,255,.97);backdrop-filter:blur(24px);border-bottom:1px solid rgba(0,0,0,.05);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 2px 24px rgba(0,0,0,.06)}
.nav-inner{max-width:1200px;width:100%;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;text-decoration:none}
.logo img{height:32px;width:auto}
nav{display:flex;align-items:center;gap:40px}
nav a{font-size:12.5px;font-weight:400;color:#52525b;letter-spacing:.02em;transition:color .2s}
nav a:hover,nav a.active{color:var(--ink)}
nav a.active{font-weight:500}
.nav-cta,.btn-ink,.btn-teal,.btn-ghost,.btn-dark,.btn-submit,.t-feat-cta,.da-link,.qc-cta{display:inline-flex;align-items:center;justify-content:center}
.nav-cta{font-size:12.5px;font-weight:500;color:#fff;background:var(--ink);border-radius:6px;padding:9px 20px;transition:background .2s}
.nav-cta:hover,.btn-ink:hover,.btn-dark:hover,.btn-submit:hover,.t-feat-cta:hover,.da-link:hover{background:#27272a}
.hamburger{display:none;padding:8px;background:none;border:none;cursor:pointer}
#mob-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:#fff;z-index:99;flex-direction:column;padding:40px 28px;border-top:1px solid var(--border);overflow-y:auto;-webkit-overflow-scrolling:touch}
#mob-menu.open{display:flex}
#mob-menu a{display:block;padding:18px 0;font-size:22px;font-family:"DM Serif Display",serif;border-bottom:1px solid var(--border)}
#mob-menu .mob-cta{margin-top:32px;font-size:15px;font-family:"DM Sans",sans-serif;font-weight:500;background:var(--ink);color:#fff;text-align:center;padding:18px;border-radius:10px}

.hero{margin-top:64px}
.hero-tag{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--teal);margin-bottom:24px;display:flex;align-items:center;gap:12px}
.hero-tag::before{content:"";display:block;width:20px;height:1px;background:var(--teal)}
.hero-note{margin-top:40px;padding-top:32px;border-top:1px solid var(--border);max-width:680px}
.hero-note p{font-size:14px;font-weight:300;color:var(--muted);line-height:1.85}

.hero-home{position:relative;height:100vh;min-height:640px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media .fallback-img,.hero-media video,.hero-media iframe{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 25%;border:0}
.hero-media .fallback-img{z-index:0}
.hero-media video,.hero-media iframe{z-index:1}
.hero-overlay{z-index:2;background:linear-gradient(100deg,rgba(5,5,10,.9) 0%,rgba(5,5,10,.72) 38%,rgba(5,5,10,.36) 65%,rgba(5,5,10,.12) 100%),linear-gradient(0deg,rgba(5,5,10,.86) 0%,rgba(5,5,10,.34) 24%,transparent 46%),linear-gradient(180deg,rgba(5,5,10,.38) 0%,transparent 14%)}
.hero-content{position:relative;z-index:2;max-width:1160px;width:100%;margin:0 auto;padding:0 48px 88px}
.hero-eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:48px}
.hero-eyebrow-tick{width:36px;height:1px;background:var(--teal);flex-shrink:0}
.hero-eyebrow span:last-child{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.78);text-shadow:0 1px 18px rgba(0,0,0,.35)}
.hero-home h1{font-size:clamp(60px,9.4vw,118px);line-height:1.02;color:#fff;letter-spacing:-.045em;margin-bottom:0;max-width:1040px}
.h1-line{display:block;overflow:visible}
.h1-inner{display:block}
.hero-rule{display:block;width:36px;height:1px;background:rgba(255,255,255,.12);margin:44px 0 36px}
.hero-subgrid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:end;max-width:920px}
.hero-subgrid p{font-size:15px;font-weight:400;color:rgba(255,255,255,.86);line-height:1.9;text-shadow:0 1px 18px rgba(0,0,0,.4)}
.hero-actions{display:flex;justify-content:flex-start}
.btn-dark{font-size:13px;font-weight:500;color:#fff;background:var(--ink);border-radius:6px;padding:15px 28px}

.hero-split-dark{background:var(--ink);min-height:54vh;max-height:860px;display:grid;grid-template-columns:1fr 1fr}
.hero-split-dark .hero-left{display:flex;flex-direction:column;justify-content:flex-end;padding:72px 64px}
.hero-split-dark h1{font-size:clamp(44px,6vw,88px);line-height:.9;color:#fff;margin-bottom:44px}
.hero-split-dark p{font-size:14px;font-weight:300;color:rgba(255,255,255,.38);line-height:1.85;max-width:420px}
.hero-right{overflow:hidden;position:relative}
.hero-right img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:grayscale(18%) brightness(.86)}
.hero-right::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,24,27,.3) 0%,transparent 60%);z-index:1}
.hero-nums{display:flex;gap:36px;padding-top:36px;border-top:1px solid rgba(255,255,255,.07);flex-wrap:wrap}
.hero-num-item .n{font-family:"DM Serif Display",serif;font-size:28px;color:#fff;line-height:1}
.hero-num-item .l{font-size:10px;font-weight:400;color:rgba(255,255,255,.35);margin-top:5px;letter-spacing:.08em;text-transform:uppercase}

.hero-warm-simple{background:var(--warm);min-height:48vh;max-height:580px;display:flex;flex-direction:column;justify-content:flex-end;padding:72px 0;border-bottom:1px solid var(--border)}
.hero-warm-simple h1,.hero-simple-dark h1,.hero-detail h1{font-size:clamp(44px,5.5vw,76px);line-height:.9;max-width:720px}
.hero-warm-simple h1{color:var(--ink)}
.hero-simple-dark{background:var(--ink);min-height:52vh;max-height:640px;display:flex;flex-direction:column;justify-content:flex-end;padding:72px 0}
.hero-simple-dark h1,.hero-detail h1{color:#fff}
.hero-simple-dark .hero-note{border-top:1px solid rgba(255,255,255,.06)}
.hero-simple-dark .hero-note p{color:rgba(255,255,255,.45)}
.hero-detail{position:relative;background:var(--ink);min-height:46vh;max-height:560px;display:flex;flex-direction:column;justify-content:flex-end;padding:64px 0}
.hero-detail.has-media{overflow:hidden}
.hero-detail.has-media .hero-media,.hero-detail.has-media .hero-overlay{position:absolute;inset:0}
.hero-detail.has-media .hero-media .fallback-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-detail.has-media .hero-overlay{background:linear-gradient(180deg,rgba(42,157,143,.5) 0%,rgba(29,122,110,.88) 100%),linear-gradient(90deg,rgba(29,122,110,.72) 0%,rgba(42,157,143,.18) 70%)}
.hero-detail.has-media .wrap{position:relative;z-index:2}
.hero-detail.has-media .hero-note p{color:rgba(255,255,255,.55)}
.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:28px}
.breadcrumb a,.breadcrumb span{font-size:11px;color:rgba(255,255,255,.28);letter-spacing:.06em;text-transform:uppercase}
.breadcrumb a:hover{color:rgba(255,255,255,.5)}
.breadcrumb .sep{color:rgba(255,255,255,.14)}

.home-intro-section{padding:64px 0 32px}
.home-intro-grid,.editorial-grid,.bc-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.home-intro-grid h2,.editorial-copy h2,.section-heading h2,.section-heading-light h2,.manifesto-grid h2,.beliefs-intro h2,.infra-header h2,.std-block h2,.bc-inner h2,.page-end h2{font-size:clamp(32px,4vw,56px);line-height:1}
.home-intro-body{display:grid;gap:24px;justify-items:start}
.home-intro-body p,.editorial-copy p,.infra-header p,.bc-right p{font-size:15px;font-weight:300;color:#52525b;line-height:1.85}
.editorial-section{padding:72px 0}
.editorial-media{background:#e8e6e1;overflow:hidden;min-height:420px}
.editorial-media img{width:100%;height:100%;object-fit:cover}
.editorial-section--reverse .editorial-grid{grid-template-columns:1fr 1fr}
.trust-band,.bottom-cta--dark{background:var(--ink)}
.trust-band{padding:120px 0}
.section-heading-light{margin-bottom:56px}
.section-heading-light h2{color:#fff}
.beliefs-intro p,.belief-item p,.stat-l,.bc-copy p{color:rgba(255,255,255,.4)}
.beliefs-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.05)}
.belief-item{padding:52px 44px;background:var(--ink)}
.belief-item h3{font-size:22px;color:#fff;margin-bottom:14px;line-height:1.2}
.belief-item p{font-size:13.5px;font-weight:300;line-height:1.78}
.belief-n{font-family:"DM Serif Display",serif;font-size:11px;color:var(--teal);letter-spacing:.12em;margin-bottom:24px}

.treatments{padding:80px 0 120px}
.section-heading{max-width:760px;margin-bottom:48px}
.intro-line{padding:96px 0 0}
.intro-line p{font-family:"DM Serif Display",serif;font-size:clamp(22px,2.8vw,34px);line-height:1.15;max-width:760px}
.intro-line p em{font-style:italic;color:rgba(24,24,27,.25)}
.t-featured{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);margin-bottom:2px}
.t-featured-left{padding:72px 64px}
.t-feat-n,.t-card-n{font-family:"DM Serif Display",serif;font-weight:400;letter-spacing:-.06em;line-height:1}
.t-feat-n{font-size:88px;color:var(--border);margin-bottom:36px}
.t-featured-left h2{font-size:clamp(32px,3.5vw,52px);line-height:.95;margin-bottom:24px}
.t-featured-left p,.doctor-desc,.faq-a,.ps-body p,.cost-section p{font-size:14px;font-weight:300;color:#52525b;line-height:1.85}
.t-meta,.t-card-facts{display:flex;flex-direction:column;gap:9px;margin-bottom:32px;padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.t-meta-item,.t-card-fact{font-size:12px;color:var(--muted);display:flex;gap:10px;line-height:1.6}
.t-meta-item::before{content:"→";color:var(--teal);flex-shrink:0}
.t-card-fact::before{content:"–";color:var(--teal);flex-shrink:0}
.t-feat-cta{font-size:13px;font-weight:500;color:#fff;background:var(--ink);padding:15px 28px;border-radius:4px}
.t-featured-right{overflow:hidden;position:relative;min-height:480px;background:#e8e6e1}
.t-featured-right img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) brightness(.88)}
.t-grid,.infra-grid,.da-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.t-card,.infra-card,.da-card{padding:52px 44px;border:1px solid var(--border);display:flex;flex-direction:column}
.t-card{background:#fff}
.t-card:hover{background:var(--warm)}
.t-card-n{font-size:44px;color:rgba(24,24,27,.08);margin-bottom:32px}
.t-card h3{font-size:26px;line-height:1.05;margin-bottom:16px}
.t-card p{font-size:13.5px;font-weight:300;color:#52525b;line-height:1.8;margin-bottom:28px;flex:1}
.t-card-link{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}

.process-band{padding:80px 0 120px;background:linear-gradient(180deg,rgba(15,111,102,.04),rgba(15,111,102,.01))}
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step-card{padding:40px 32px;background:#fff;border:1px solid var(--border)}
.step-card__number{font-family:"DM Serif Display",serif;font-size:36px;color:rgba(24,24,27,.12);margin-bottom:20px}
.step-card h3{font-size:22px;margin-bottom:12px}
.step-card p{font-size:13.5px;font-weight:300;color:#52525b;line-height:1.8}

.manifesto{padding:140px 0}
.manifesto-grid{display:grid;grid-template-columns:360px 1fr;gap:120px;align-items:start}
.manifesto-grid h2 em,.page-end h2 em,.std-block.dark h2 em,.bc-inner h2 em{font-style:italic;color:rgba(24,24,27,.3)}
.manifesto-body p{font-size:17px;font-weight:300;color:#3f3f46;line-height:1.9;margin-bottom:28px;max-width:580px}
.pull-quote{margin-top:56px;padding:40px 0;border-top:1px solid var(--border)}
.pull-quote blockquote{font-family:"DM Serif Display",serif;font-size:24px;font-style:italic;line-height:1.45}
.timeline{padding:0 0 140px}
.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);overflow:hidden}
.tl-item{padding:56px 48px;border-right:1px solid var(--border)}
.tl-item:last-child{border-right:none}
.tl-year{font-family:"DM Serif Display",serif;font-size:52px;letter-spacing:-.05em;line-height:1;margin-bottom:24px;opacity:.12}
.tl-item h3{font-size:14px;font-family:"DM Sans",sans-serif;font-weight:500;margin-bottom:10px}
.tl-item p{font-size:13px;font-weight:300;color:var(--muted);line-height:1.75}
.beliefs{padding:140px 0;background:var(--ink)}
.beliefs-intro{display:grid;grid-template-columns:1fr 1fr;gap:120px;align-items:end;margin-bottom:96px}
.beliefs-intro h2{color:#fff}
.beliefs-intro h2 em{font-style:italic;color:rgba(255,255,255,.3)}
.beliefs-intro p{font-size:15px;font-weight:300;color:rgba(255,255,255,.45);line-height:1.85}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat-cell{padding:72px 52px;border-right:1px solid rgba(255,255,255,.04);background:var(--ink)}
.stat-cell:last-child{border-right:none}
.stat-n{font-family:"DM Serif Display",serif;font-size:64px;color:#fff;letter-spacing:-.06em;line-height:1;margin-bottom:12px}
.stat-l{font-size:11px;font-weight:400;letter-spacing:.16em;text-transform:uppercase}
.page-end{padding:160px 0;text-align:center}
.end-btns{display:inline-flex;gap:12px}
.btn-ink{font-size:14px;font-weight:500;color:#fff;background:var(--ink);border-radius:6px;padding:16px 32px}
.btn-ghost{font-size:14px;font-weight:400;color:var(--ink);border:1px solid var(--border);border-radius:6px;padding:15px 32px}

.hero-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.hero-stats-wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.hs-cell{padding:36px 24px;border-right:1px solid var(--border)}
.hs-cell:last-child{border-right:none}
.hs-n{font-family:"DM Serif Display",serif;font-size:44px;letter-spacing:-.05em;line-height:1;margin-bottom:8px}
.hs-l{font-size:11px;font-weight:400;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.doctors{padding:120px 0}
.doctor-block{display:grid;grid-template-columns:400px 1fr;border:1px solid var(--border);margin-bottom:2px;overflow:hidden}
.doctor-block:nth-child(even){grid-template-columns:1fr 400px}
.doctor-block:nth-child(even) .doctor-img{order:2}
.doctor-block:nth-child(even) .doctor-body{order:1}
.doctor-img{overflow:hidden;background:#e5e3df;min-height:500px}
.doctor-img img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(12%) brightness(.93);transition:transform .5s ease}
.doctor-block:hover .doctor-img img{transform:scale(1.02)}
.doctor-body{padding:72px 64px;display:flex;flex-direction:column;justify-content:center}
.doctor-n{font-size:10px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--teal);margin-bottom:24px;display:flex;align-items:center;gap:10px}
.doctor-n::before{content:"";display:block;width:14px;height:1px;background:var(--teal)}
.doctor-body h2{font-size:clamp(28px,3vw,42px);line-height:1;margin-bottom:8px}
.doctor-title{font-size:13px;font-weight:300;color:var(--muted);margin-bottom:24px;letter-spacing:.02em}
.doctor-cta{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--ink);padding-bottom:2px;align-self:flex-start}

.process-strip{background:var(--ink);border-top:1px solid rgba(255,255,255,.04)}
.process-inner{display:grid;grid-template-columns:repeat(5,1fr)}
.process-step{padding:40px 32px;border-right:1px solid rgba(255,255,255,.05)}
.process-step:last-child{border-right:none}
.process-step h4{font-size:13px;font-family:"DM Sans",sans-serif;font-weight:500;color:#fff;margin-bottom:8px;line-height:1.3}
.process-step p{font-size:11.5px;font-weight:300;color:rgba(255,255,255,.32);line-height:1.7}
.ps-n{font-family:"DM Serif Display",serif;font-size:13px;color:var(--teal);letter-spacing:.12em;margin-bottom:16px}
.ps-time{display:inline-block;margin-top:12px;font-size:10px;font-weight:500;color:rgba(42,157,143,.7);letter-spacing:.1em;text-transform:uppercase}
.gallery{padding:120px 0 80px}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px}
.gallery-item{overflow:hidden;position:relative;background:#e8e6e1;aspect-ratio:4/3;min-height:0}
.gallery-item.tall{grid-row:span 1;min-height:0}
.gallery-item img{width:100%;height:100%;object-fit:cover;filter:grayscale(15%);transition:transform .5s ease}
.gallery-item:hover img{transform:scale(1.03)}
.gallery-trigger{display:block;width:100%;border:0;padding:0;text-align:left;cursor:zoom-in;font:inherit;color:inherit}
.gallery-trigger:focus-visible{outline:3px solid var(--teal);outline-offset:4px;z-index:2}
.gal-cap{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;background:linear-gradient(transparent,rgba(24,24,27,.5));font-size:10px;font-weight:400;color:rgba(255,255,255,.5);letter-spacing:.08em;text-transform:uppercase}
.gallery-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:32px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.gallery-lightbox.open{opacity:1;visibility:visible}
.gallery-lightbox__backdrop{position:absolute;inset:0;border:0;background:rgba(14,18,24,.82);backdrop-filter:blur(10px);cursor:zoom-out}
.gallery-lightbox__dialog{position:relative;z-index:1;width:min(1120px,92vw);max-height:88vh;margin:0;display:flex;flex-direction:column;gap:14px}
.gallery-lightbox__image{width:100%;max-height:78vh;object-fit:contain;background:#101418;box-shadow:0 28px 80px rgba(0,0,0,.38)}
.gallery-lightbox__caption{color:#fff;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-align:center}
.gallery-lightbox__close{position:absolute;right:-14px;top:-14px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#17181c;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 14px 30px rgba(0,0,0,.24)}
.gallery-lightbox__close:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
body.gallery-lightbox-open{overflow:hidden}

/* Home approach block: align the former dark band with the Denta green system. */
.trust-band{
  background:linear-gradient(135deg,#167f73 0%,#26998b 58%,#2a9d8f 100%);
  position:relative;
  overflow:hidden;
}
.trust-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.08));
  pointer-events:none;
}
.trust-band .wrap{position:relative;z-index:1}
.trust-band .section-label--light{color:rgba(255,255,255,.74)}
.trust-band .section-label--light::before{background:rgba(255,255,255,.58)}
.trust-band .section-heading-light h2{color:#fff}
.trust-band .beliefs-list{background:rgba(255,255,255,.16)}
.trust-band .belief-item{
  background:rgba(10,86,78,.34);
  border-color:rgba(255,255,255,.08);
}
.trust-band .belief-n{color:rgba(255,255,255,.72)}
.trust-band .belief-item p{color:rgba(255,255,255,.72)}
.infra{padding:0 0 120px}
.infra-card{background:var(--warm)}
.infra-icon{font-family:"DM Serif Display",serif;font-size:32px;color:var(--teal);margin-bottom:24px}
.infra-card h3,.da-card h3{font-family:"DM Sans",sans-serif;font-size:16px;font-weight:500;margin-bottom:12px}
.infra-card p,.da-card p{font-size:13px;font-weight:300;color:var(--muted);line-height:1.8;flex:1}
.infra-spec{margin-top:16px;font-size:11px;font-weight:500;color:var(--teal);letter-spacing:.06em;text-transform:uppercase}
.standards{padding:0 0 120px}
.standards-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.std-block{padding:64px 56px}
.std-block.dark{background:var(--ink)}
.std-block.light{background:var(--warm);border:1px solid var(--border)}
.std-block.dark h2{color:#fff}
.std-block.light h2{color:var(--ink)}
.std-block p{font-size:14px;font-weight:300;line-height:1.85}
.std-block.dark p{color:rgba(255,255,255,.4)}
.std-block.light p{color:#52525b}
.std-list{display:flex;flex-direction:column;gap:12px;margin-top:32px}
.std-item{display:flex;gap:12px;font-size:13.5px;font-weight:300;line-height:1.7}
.std-block.dark .std-item{color:rgba(255,255,255,.55)}
.std-block.light .std-item{color:#52525b}
.std-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0;margin-top:8px}
.std-block.dark .std-dot{background:var(--teal)}
.std-block.light .std-dot{background:rgba(24,24,27,.25)}
.bottom-cta{padding:120px 0;background:var(--warm);border-top:1px solid var(--border)}
.bottom-cta .bc-copy p,.bottom-cta .bc-right p{color:#3f3f46;margin:18px 0 28px}
.bottom-cta--dark{background:#111113;border-top:none}
.bottom-cta--dark .bc-inner h2,.bottom-cta--dark .bc-copy p,.bottom-cta--dark .bc-right p{color:#fff}
.bottom-cta--dark .bc-inner h2 em{color:rgba(255,255,255,.22)}
.bc-inner--single{grid-template-columns:1fr}
.bc-copy{max-width:760px}
.btn-teal{font-size:13px;font-weight:500;color:#fff;background:var(--teal);padding:15px 30px;border-radius:4px}
.btn-teal:hover{background:var(--teal-dark)}

.response-promise{background:var(--ink);border-top:1px solid rgba(255,255,255,.04)}
.rp-inner{display:grid;grid-template-columns:repeat(3,1fr)}
.rp-cell{padding:40px 0 40px 48px;border-right:1px solid rgba(255,255,255,.05)}
.rp-cell:last-child{border-right:none}
.rp-n{font-family:"DM Serif Display",serif;font-size:44px;color:#fff;margin-bottom:6px}
.rp-l{font-size:11px;font-weight:400;color:rgba(255,255,255,.3);letter-spacing:.1em;text-transform:uppercase}
.contact-body{padding:96px 0 120px}
.contact-grid{display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:start}
.form-intro{margin-bottom:48px}
.form-intro h2{font-size:clamp(28px,3vw,44px);margin-bottom:16px}
.form-intro p{font-size:14px;font-weight:300;color:var(--muted);line-height:1.8;max-width:520px}
.contact-form-shell{display:flex;flex-direction:column}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;margin-bottom:16px}
.field label{font-size:10.5px;font-weight:500;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-family:"DM Sans",sans-serif}
.field input,.field textarea,.field select{font-family:"DM Sans",sans-serif;font-size:14px;font-weight:300;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:2px;padding:14px 16px;outline:none}
.field textarea{resize:vertical;min-height:120px}
.form-note{font-size:11.5px;font-weight:300;color:var(--muted);line-height:1.7;margin-bottom:24px}
.btn-submit{font-family:"DM Sans",sans-serif;font-size:13px;font-weight:500;color:#fff;background:var(--ink);border:none;border-radius:4px;padding:16px 36px;cursor:pointer;justify-content:flex-start}
.info-block{padding:48px 40px;background:var(--warm);border:1px solid var(--border);margin-bottom:2px}
.info-block h3{font-size:13px;font-weight:500;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px;font-family:"DM Sans",sans-serif}
.info-block p{font-size:14px;font-weight:300;color:var(--ink);line-height:1.8}
.info-block a{font-size:15px;font-weight:400;display:block;margin-bottom:6px}
.map-embed-shell iframe{display:block;width:100%;height:320px;border:none;filter:grayscale(30%)}
.contact-map-column .map-embed-shell{height:610px;min-height:610px;padding:0;overflow:hidden}
.contact-map-column .map-embed-shell iframe{width:100%!important;height:100%!important}
.direct-actions{padding:0 0 120px}
.da-card{background:var(--warm)}
.da-card:hover,.infra-card:hover{background:#f0ede8}
.da-n{font-family:"DM Serif Display",serif;font-size:36px;color:rgba(24,24,27,.1);margin-bottom:24px}
.da-link{font-size:12px;font-weight:500;color:#fff;background:var(--ink);padding:12px 20px;border-radius:4px;align-self:flex-start}
.da-link.teal{background:var(--teal)}
.da-link.teal:hover{background:var(--teal-dark)}

.content-layout{padding:96px 0 140px;display:grid;grid-template-columns:1fr 340px;gap:80px;align-items:start}
.intro-block,.article-content,.process-section,.cost-section{margin-bottom:80px}
.intro-block p{font-size:17px;font-weight:300;color:#3f3f46;line-height:1.9;max-width:620px}
.article-content{max-width:760px;color:#35353a}
.article-content h2,.article-content h3{margin:34px 0 14px;color:#111;font-family:var(--font-display)}
.article-content h2{font-size:30px;line-height:1.18}
.article-content h3{font-size:22px;line-height:1.25}
.article-content p{margin:0 0 18px;font-size:16px;line-height:1.85;color:#3f3f46}
.article-content ul{margin:0 0 24px;padding-left:20px;color:#3f3f46}
.article-content li{margin:0 0 10px;line-height:1.7}
.related-services{padding-top:40px;border-top:1px solid var(--border)}
.related-services ul{margin:0;padding-left:20px;color:#3f3f46}
.related-services li{margin:0 0 10px;line-height:1.7}
.related-services a{color:var(--ink)}
.decision-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin-bottom:80px}
.decision-block{padding:48px 40px}
.decision-block.yes{background:var(--warm)}
.decision-block.no{background:#fdf4f4}
.db-label{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;margin-bottom:24px;display:flex;align-items:center;gap:10px;font-family:"DM Sans",sans-serif}
.db-label.yes-label{color:var(--teal)}
.db-label.yes-label::before{content:"✓";font-size:12px}
.db-label.no-label{color:#c0392b}
.db-label.no-label::before{content:"✕";font-size:12px}
.decision-block h3,.cost-section h3{font-size:26px;margin-bottom:20px}
.decision-block ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.decision-block li{font-size:13.5px;font-weight:300;color:#52525b;line-height:1.7;padding-left:16px;position:relative}
.decision-block.yes li::before,.decision-block.no li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:1px}
.decision-block.yes li::before{background:var(--teal)}
.decision-block.no li::before{background:#c0392b}
.process-steps{display:flex;flex-direction:column}
.process-step-detail{display:grid;grid-template-columns:64px 1fr;gap:32px;padding:36px 0;border-bottom:1px solid var(--border)}
.process-step-detail:first-child{border-top:1px solid var(--border)}
.process-step-detail .ps-n{font-size:32px;color:rgba(24,24,27,.1);padding-top:4px;margin-bottom:0}
.process-step-detail .ps-body h4{font-family:"DM Sans",sans-serif;font-size:14px;font-weight:500;color:var(--ink);margin-bottom:8px}
.cost-section{padding:48px;background:var(--warm);border-radius:2px}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:first-of-type{border-top:1px solid var(--border)}
.faq-q{width:100%;background:none;border:none;cursor:pointer;text-align:left;padding:28px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;font-family:"DM Sans",sans-serif}
.faq-q span{font-size:15px;font-weight:400;color:var(--ink);line-height:1.4}
.faq-icon{width:20px;height:20px;flex-shrink:0;position:relative}
.faq-icon::before,.faq-icon::after{content:"";position:absolute;background:var(--muted);transition:transform .25s,opacity .25s}
.faq-icon::before{width:14px;height:1px;top:9px;left:3px}
.faq-icon::after{width:1px;height:14px;top:3px;left:9px}
.faq-item.open .faq-icon::after{transform:rotate(90deg);opacity:0}
.faq-a{display:none;padding:0 0 28px;max-width:560px}
.faq-item.open .faq-a{display:block}
.quick-card{position:sticky;top:88px;background:var(--ink);padding:44px 36px;border-radius:2px}
.qc-label{font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--teal);margin-bottom:32px;display:flex;align-items:center;gap:8px}
.qc-label::before{content:"";display:block;width:14px;height:1px;background:var(--teal)}
.qc-rows{display:flex;flex-direction:column;margin-bottom:36px}
.qc-row{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:start}
.qc-row:first-child{border-top:1px solid rgba(255,255,255,.06)}
.qc-key{font-size:10px;font-weight:400;color:rgba(255,255,255,.28);letter-spacing:.08em;text-transform:uppercase;line-height:1.4}
.qc-val{font-size:13px;font-weight:400;color:rgba(255,255,255,.72);line-height:1.5;text-align:right}
.qc-cta{display:block;text-align:center;padding:16px;font-size:13px;font-weight:500;color:#fff;background:var(--teal);border-radius:4px;margin-bottom:12px}
.qc-cta:hover{background:var(--teal-dark)}
.qc-sub{text-align:center;font-size:11px;color:rgba(255,255,255,.24);line-height:1.6}

footer{background:#111113;padding:80px 0 40px}
.footer-grid{display:grid;grid-template-columns:280px 1fr 1fr 1fr;gap:56px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:32px}
.footer-logo{height:32px;width:auto}
.footer-brand p{font-size:12.5px;font-weight:300;color:rgba(255,255,255,.72);line-height:1.75;margin-top:16px}
.footer-col h4{font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.68);margin-bottom:22px;font-family:"DM Sans",sans-serif}
.footer-col a,.footer-col p{font-size:13px;font-weight:300;color:rgba(255,255,255,.76);line-height:1.7}
.footer-col a{display:block;margin-bottom:12px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.footer-bottom p,.footer-bottom a{font-size:11.5px;color:rgba(255,255,255,.64)}
.footer-col a:hover,.footer-bottom a:hover{color:#fff}
.agency-signature{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;font-size:11.5px;color:rgba(255,255,255,.68);line-height:1.6}
.agency-signature a{color:rgba(255,255,255,.92);font-weight:500;text-decoration:underline;text-decoration-color:rgba(255,255,255,.24);text-underline-offset:4px}
.agency-signature a:hover{color:#fff}

.success-card{padding:180px 0 120px;max-width:720px}
.success-card h1{font-size:clamp(36px,4vw,56px);margin-bottom:20px}
.success-card p{font-size:15px;font-weight:300;color:#52525b;margin-bottom:28px}

@media(max-width:1024px){
  .hero-split-dark,.home-intro-grid,.editorial-grid,.bc-inner,.beliefs-intro,.contact-grid,.content-layout,.manifesto-grid,.standards-grid{grid-template-columns:1fr}
  .editorial-section--reverse .editorial-grid{grid-template-columns:1fr}
  .hero-right{height:48vw}
  .process-inner{grid-template-columns:1fr 1fr}
  .process-step:nth-child(2),.hs-cell:nth-child(2){border-right:none}
  .gallery-grid,.beliefs-list,.t-grid,.infra-grid,.step-grid,.da-inner,.footer-grid,.hero-stats-wrap,.stats,.timeline-grid{grid-template-columns:1fr 1fr}
  .gallery-item.tall{grid-row:span 1}
  .doctor-block,.doctor-block:nth-child(even),.t-featured,.decision-grid{grid-template-columns:1fr}
  .doctor-block:nth-child(even) .doctor-img,.doctor-block:nth-child(even) .doctor-body{order:unset}
  .doctor-img{min-height:320px}
  .quick-card{position:static}
}
@media(max-width:768px){
  .wrap,.nav-inner{padding:0 24px}
  .site-header{height:60px}
  .hero{margin-top:60px}
  #mob-menu{top:60px;padding:28px 24px 40px}
  #mob-menu a{font-size:20px;padding:15px 0}
  nav,.nav-cta{display:none}
  .hamburger{display:block}
  .hero-content{padding:112px 24px 64px}
  .hero-home{height:auto;min-height:calc(100svh - 64px)}
  .hero-media .fallback-img,.hero-media video,.hero-media iframe{object-position:center top}
  .hero-split-dark .hero-left,.hero-simple-dark,.hero-warm-simple,.hero-detail{min-height:auto;padding-top:64px;padding-bottom:64px}
  .hero-subgrid,.form-row,.gallery-grid,.beliefs-list,.t-grid,.infra-grid,.step-grid,.da-inner,.footer-grid,.hero-stats-wrap,.stats,.timeline-grid,.process-inner,.rp-inner{grid-template-columns:1fr}
  .hero-subgrid{gap:24px}
  .hero-home h1{font-size:clamp(42px,11vw,72px);line-height:1.04}
  .hero-split-dark h1,.hero-warm-simple h1,.hero-simple-dark h1,.hero-detail h1{line-height:1.02}
  .hero-eyebrow{margin-bottom:28px}
  .hero-rule{margin:30px 0 26px}
  .hero-right{height:58vw;min-height:260px}
  .hero-note{margin-top:28px;padding-top:24px}
  .hero-split-dark .hero-left,.doctor-body,.t-featured-left,.std-block,.info-block{padding:40px 24px}
  .home-intro-section{padding:56px 0 24px}
  .editorial-section{padding:56px 0}
  .editorial-media{min-height:260px;aspect-ratio:4/3}
  .treatments{padding:64px 0 80px}
  .t-card,.belief-item,.infra-card,.da-card{padding:36px 28px}
  .t-card-n{font-size:36px;margin-bottom:22px}
  .t-card h3{font-size:24px}
  .process-step,.rp-cell{padding-left:24px}
  .process-band,.direct-actions,.infra,.standards{padding-bottom:80px}
  .gallery{padding:80px 0 56px}
  .gallery-item{aspect-ratio:4/3}
  .doctor-img{min-height:280px}
  .doctor-block{margin-bottom:16px}
  .hs-cell,.stat-cell,.tl-item{border-right:none;border-bottom:1px solid var(--border)}
  .process-step{border-right:none;border-bottom:1px solid rgba(255,255,255,.05)}
  .footer-grid{gap:32px}
  .manifesto,.beliefs,.doctors,.gallery,.contact-body,.content-layout,.page-end,.bottom-cta,.trust-band{padding-top:80px;padding-bottom:80px}
  .intro-line{padding-top:64px}
  .success-card{padding:140px 24px 80px}
}
@media(max-width:480px){
  .wrap,.nav-inner{padding:0 18px}
  .logo img{height:28px}
  .hero-content{padding:88px 18px 48px}
  .hero-home{min-height:calc(100svh - 60px)}
  .hero-home h1{font-size:clamp(38px,13vw,58px)}
  .hero-subgrid p{font-size:14px;line-height:1.75}
  .btn-dark,.btn-ink,.btn-ghost,.btn-teal,.btn-submit,.t-feat-cta,.da-link{width:100%;min-height:48px;text-align:center}
  .section-label{letter-spacing:.18em;margin-bottom:20px}
  .home-intro-grid,.editorial-grid{gap:32px}
  .home-intro-grid h2,.editorial-copy h2,.section-heading h2,.section-heading-light h2,.manifesto-grid h2,.beliefs-intro h2,.infra-header h2,.std-block h2,.bc-inner h2,.page-end h2{font-size:clamp(30px,10vw,42px);line-height:1.05}
  .hero-split-dark .hero-left,.doctor-body,.t-featured-left,.std-block,.info-block,.t-card,.belief-item,.infra-card,.da-card,.step-card{padding:32px 22px}
  .doctor-block{grid-template-columns:1fr}
  .doctor-img{min-height:240px}
  .contact-grid{gap:40px}
  .field input,.field textarea,.field select{font-size:16px}
  footer{padding:56px 0 32px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


.home-intro-grid--visual{align-items:center;gap:48px}
.home-intro-grid--visual .home-intro-media{min-width:0}
.home-intro-grid--visual .home-intro-media img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f4f1ec;border-radius:6px;display:block}
.home-intro-grid--visual p{font-size:17px;line-height:1.75;color:#3f3f46;margin-top:18px}
.treatments--titles .t-grid{align-items:stretch}
.t-card--title-only{text-decoration:none;min-height:170px;display:flex;flex-direction:column;justify-content:space-between}
.t-card--title-only h3{margin:34px 0 0}
.t-card-media{aspect-ratio:4/3;overflow:hidden;border-radius:8px;margin-bottom:28px}
.t-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.t-card:hover .t-card-media img{transform:scale(1.04)}
.experience-visual-band{padding:88px 0;background:var(--warm)}
.experience-visual-band img{display:block;width:100%;max-height:640px;object-fit:contain;background:#f4f1ec;border-radius:6px}
@media (max-width: 900px){
  .home-intro-grid--visual{grid-template-columns:1fr;gap:28px}
  .experience-visual-band{padding:56px 0}
  .experience-visual-band img{max-height:none;aspect-ratio:auto}
  .t-card--title-only{min-height:140px}
}

.contact-body .contact-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
@media(max-width:1024px){
  .contact-body .contact-grid{grid-template-columns:1fr}
}

.response-promise .rp-cell{padding:40px 24px;text-align:center}
@media(max-width:768px){.response-promise .rp-cell{padding:32px 24px}}

/* Typography polish */
.article-content{max-width:780px}
.article-content h2,
.article-content h3,
.article-content h4{color:#151518;text-wrap:balance}
.article-content h2{
  font-family:"DM Serif Display",serif;
  font-weight:400;
  font-size:clamp(30px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:52px 0 18px;
}
.article-content h2:first-child{margin-top:0}
.article-content h3{
  font-family:"DM Serif Display",serif;
  font-weight:400;
  font-size:clamp(23px,2.2vw,31px);
  line-height:1.16;
  letter-spacing:-.025em;
  margin:40px 0 14px;
}
.article-content h4{
  font-family:"DM Sans",sans-serif;
  font-weight:600;
  font-size:17px;
  line-height:1.35;
  letter-spacing:.01em;
  margin:32px 0 10px;
}
.article-content p{
  font-size:16.5px;
  line-height:1.9;
  color:#37373c;
  margin:0 0 20px;
}
.article-content strong,
.article-content b{font-weight:600;color:#17171a}
.article-content ul,
.article-content ol{margin:0 0 28px;padding-left:24px;color:#37373c}
.article-content li{margin:0 0 12px;line-height:1.85;padding-left:2px}
.article-content p:empty{display:none}
.article-content p:has(> br:only-child){display:none}
.intro-block p{font-size:17px;line-height:1.9;color:#37373c}
.hero-split-dark p{color:rgba(255,255,255,.5)}
.hero-simple-dark .hero-note p,
.hero-detail.has-media .hero-note p{color:rgba(255,255,255,.58)}
.section-label,.hero-tag{font-weight:600}
.footer-col h4{font-weight:600;color:rgba(255,255,255,.76)}

/* Keep list-page hero blocks compact so they do not create a large empty stage. */
.hero-simple-dark{
  min-height:0;
  max-height:none;
  padding:clamp(104px,14vh,148px) 0 clamp(58px,8vh,88px);
}
.hero-simple-dark h1{
  margin:0;
}
.hero-simple-dark .hero-note{
  margin-top:28px;
}
@media(max-width:768px){
  .hero-simple-dark{
    padding:72px 0 56px;
  }
}

/* Keep split-page hero images inside their own frame on about/clinic pages. */
.hero-split-dark{
  min-height:0;
  height:clamp(520px,62vh,760px);
  max-height:none;
  overflow:hidden;
  align-items:stretch;
}
.hero-split-dark .hero-left,
.hero-split-dark .hero-right{min-height:0}
.hero-split-dark .hero-right{height:100%}
.hero-split-dark .hero-right img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
@media(max-width:768px){
  .content-layout{
    grid-template-columns:minmax(0,1fr);
    overflow:hidden;
  }
  .article-content{max-width:none}
  .article-content,
  .article-content p,
  .article-content li{overflow-wrap:anywhere}
  .article-content h2{font-size:clamp(28px,8vw,36px);line-height:1.12;margin:42px 0 16px}
  .article-content h3{font-size:clamp(22px,6.8vw,28px);line-height:1.18;margin:34px 0 12px}
  .article-content h4{font-size:16px;margin:28px 0 10px}
  .article-content p,.article-content li{font-size:16px;line-height:1.85}
  .intro-block p{font-size:16px;line-height:1.85}
}
@media(max-width:1024px){
  .hero-split-dark{
    height:auto;
    max-height:none;
    overflow:visible;
  }
  .hero-split-dark .hero-right{
    height:clamp(320px,48vw,520px);
  }
}
@media(max-width:768px){
  .hero-split-dark .hero-right{
    height:auto;
    min-height:0;
    aspect-ratio:16/10;
  }
}
@media(max-width:480px){
  .hero-split-dark .hero-right{aspect-ratio:4/3}
}
@media(max-width:480px){
  .article-content h2{font-size:30px}
  .article-content h3{font-size:24px}
}

/* Final brand color revision */
.nav-cta,
#mob-menu .mob-cta,
.btn-dark{background:var(--teal)}
.nav-cta:hover,
.btn-dark:hover{background:var(--teal-dark)}
.hero-simple-dark,
.hero-detail,
.hero-split-dark{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--teal) 100%)}
.hero-detail.has-media .hero-overlay{background:linear-gradient(180deg,rgba(42,157,143,.5) 0%,rgba(29,122,110,.88) 100%),linear-gradient(90deg,rgba(29,122,110,.72) 0%,rgba(42,157,143,.18) 70%)}
.direct-actions .da-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:768px){
  .direct-actions .da-inner{grid-template-columns:1fr}
}

/* Green hero readability */
.hero-warm-simple,
.hero-simple-dark,
.hero-detail,
.hero-split-dark{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--teal) 100%)}
.hero-warm-simple{border-bottom:none}
.hero-warm-simple h1,
.hero-simple-dark h1,
.hero-detail h1,
.hero-split-dark h1{color:#fff}
.hero-warm-simple .hero-tag,
.hero-simple-dark .hero-tag,
.hero-detail .hero-tag,
.hero-split-dark .hero-tag{color:rgba(255,255,255,.82)}
.hero-warm-simple .hero-tag::before,
.hero-simple-dark .hero-tag::before,
.hero-detail .hero-tag::before,
.hero-split-dark .hero-tag::before{background:rgba(255,255,255,.62)}
.hero-warm-simple .hero-note,
.hero-simple-dark .hero-note,
.hero-detail .hero-note{border-top-color:rgba(255,255,255,.28)}
.hero-warm-simple .hero-note p,
.hero-simple-dark .hero-note p,
.hero-detail.has-media .hero-note p,
.hero-detail .hero-note p,
.hero-split-dark p{color:rgba(255,255,255,.84)}
.breadcrumb a,
.breadcrumb span{color:rgba(255,255,255,.72)}
.breadcrumb .sep{color:rgba(255,255,255,.42)}
.breadcrumb a:hover{color:#fff}

/* About page bottom image */
.about-bottom-image{padding:0 0 112px;background:#fff}
.about-bottom-image img{width:100%;max-height:620px;object-fit:cover;object-position:center;border-radius:6px}
@media(max-width:768px){
  .about-bottom-image{padding:0 0 72px}
  .about-bottom-image img{max-height:none;aspect-ratio:4/3}
}

/* Unified compact inner-page hero height */
.hero-warm-simple,
.hero-simple-dark,
.hero-detail,
.hero-split-dark{
  min-height:330px;
  max-height:330px;
  height:330px;
  padding-top:56px;
  padding-bottom:56px;
}
.hero-split-dark{
  display:flex;
  align-items:center;
}
.hero-split-dark .hero-left{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 48px;
}
.hero-split-dark .hero-right{display:none}
.hero-warm-simple h1,
.hero-simple-dark h1,
.hero-detail h1,
.hero-split-dark h1{font-size:clamp(44px,5vw,68px)}
@media(max-width:768px){
  .hero-warm-simple,
  .hero-simple-dark,
  .hero-detail,
  .hero-split-dark{
    min-height:280px;
    max-height:280px;
    height:280px;
    padding-top:48px;
    padding-bottom:48px;
  }
  .hero-split-dark .hero-left{padding:0 24px}
}
@media(max-width:480px){
  .hero-warm-simple,
  .hero-simple-dark,
  .hero-detail,
  .hero-split-dark{
    min-height:250px;
    max-height:250px;
    height:250px;
  }
}

/* Unified inner-page hero alignment */
.hero-warm-simple,
.hero-simple-dark,
.hero-detail{
  justify-content:center;
  text-align:center;
}
.hero-warm-simple .wrap,
.hero-simple-dark .wrap,
.hero-detail .wrap{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero-split-dark{
  justify-content:center;
  text-align:center;
}
.hero-split-dark .hero-left{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.hero-tag{
  justify-content:center;
  margin-bottom:18px;
}
.hero-note{
  margin:24px auto 0;
  padding-top:22px;
  max-width:620px;
}
.hero-detail .breadcrumb{
  justify-content:center;
  margin-bottom:18px;
}
.hero-split-dark h1{margin-bottom:0}
.hero-split-dark p{
  max-width:620px;
  margin:24px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.28);
}
@media(max-width:768px){
  .hero-tag{margin-bottom:14px}
  .hero-note{margin-top:18px;padding-top:18px}
  .hero-detail .breadcrumb{margin-bottom:14px}
  .hero-split-dark p{margin-top:18px;padding-top:18px}
}

/* Final visual polish */
@media(max-width:768px){
  .hero-home .hero-media .fallback-img,
  .hero-home .hero-media video,
  .hero-home .hero-media iframe{object-position:center center}
}

.hero-detail.has-media .hero-overlay{
  background:linear-gradient(180deg,rgba(42,157,143,.28) 0%,rgba(29,122,110,.66) 100%),linear-gradient(90deg,rgba(29,122,110,.58) 0%,rgba(42,157,143,.12) 72%);
}
.hero-detail.has-media h1,
.hero-detail.has-media .hero-note p,
.hero-detail.has-media .hero-tag,
.hero-detail.has-media .breadcrumb{ text-shadow:0 1px 16px rgba(0,0,0,.18) }

.gallery--clinic{padding-top:28px}
.home-intro-section--clinic{padding:56px 0 16px}
.home-intro-section--clinic .home-intro-body p{max-width:680px}

.treatments--titles .t-card{padding:44px 40px}
.treatments--titles .t-card-media{margin-bottom:22px}
.treatments--titles .t-card-n{margin-bottom:22px}
.treatments--titles .t-card--title-only h3{margin-top:18px}

.contact-body{padding-top:72px}
.contact-map-column .map-embed-shell{min-height:420px}

@media(max-width:768px){
  .manifesto{padding-top:64px}
  .manifesto-grid{gap:30px}
  .manifesto-grid h2{font-size:clamp(34px,9vw,42px);line-height:1.06}
  .manifesto-body p{font-size:16px;line-height:1.85}
  .gallery--clinic{padding-top:18px}
  .home-intro-section--clinic{padding:48px 0 10px}
  .treatments--titles .t-card{padding:32px 24px}
  .treatments--titles .t-card-media{margin-bottom:18px}
  .treatments--titles .t-card-n{margin-bottom:16px}
  .contact-body{padding-top:56px}
  .contact-map-column .map-embed-shell{min-height:320px}
}

@media(max-width:480px){
  .manifesto-grid h2{font-size:36px}
  .gallery-lightbox{padding:18px}
  .gallery-lightbox__dialog{width:94vw;max-height:86vh}
  .gallery-lightbox__image{max-height:74vh}
  .gallery-lightbox__close{right:0;top:-52px}
}
