:root {
  --bg:#f5f5f7; --paper:#ffffff; --ink:#1d1d1f; --muted:#6e6e73; --soft:#e8e8ed; --blue:#071524; --gold:#a8895d; --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Inter","Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.45}
a{color:inherit;text-decoration:none} img{display:block;max-width:100%}
.nav{position:sticky;top:0;z-index:50;background:rgba(251,251,253,.78);backdrop-filter:saturate(180%) blur(22px);border-bottom:1px solid rgba(0,0,0,.08)}
.nav-inner{width:min(var(--max),calc(100% - 36px));height:52px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:600;letter-spacing:-.02em}.brand img{height:32px;width:auto;mix-blend-mode:multiply}
.links{display:flex;align-items:center;gap:26px;font-size:13px;color:#3a3a3c}.links a:hover{color:#000}
.cta-link{color:#06c;font-weight:500}.menu{display:none}
.section{padding:110px 0}.wrap{width:min(var(--max),calc(100% - 44px));margin:auto}
.hero{min-height:calc(100svh - 52px);display:grid;align-items:center;text-align:left;position:relative;overflow:hidden;background:#000;color:#fff}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:38% center;opacity:.72;filter:saturate(.98) contrast(1.02)}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.08) 34%,rgba(0,0,0,.18) 55%,rgba(0,0,0,.36) 74%,rgba(0,0,0,.58) 100%)}
.hero-copy{position:relative;z-index:2;width:min(520px,calc(100% - 44px));padding:38px 40px;margin:0 clamp(24px,6vw,84px) 0 auto;background:rgba(7,21,36,.34);backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%);border:1px solid rgba(255,255,255,.16);border-radius:30px;box-shadow:0 24px 70px rgba(0,0,0,.24)}
.eyebrow{font-size:15px;font-weight:600;letter-spacing:.01em;color:rgba(255,255,255,.82);margin:0 0 16px}
h1{font-size:clamp(48px,5.6vw,82px);line-height:.92;letter-spacing:-.06em;margin:0 0 22px;font-weight:650;max-width:720px}
.hero p{font-size:clamp(19px,2vw,25px);line-height:1.22;letter-spacing:-.025em;max-width:440px;margin:0 0 30px;color:rgba(255,255,255,.86)}
.actions{display:flex;justify-content:flex-start;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 23px;font-size:17px;font-weight:500;background:#0071e3;color:#fff}.button.secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.32);color:#fff}
.statement{background:var(--paper);text-align:center;padding:110px 0}.statement h2{font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.058em;max-width:980px;margin:0 auto 24px;font-weight:650}.statement p{font-size:clamp(20px,2.2vw,28px);line-height:1.25;letter-spacing:-.025em;color:var(--muted);max-width:850px;margin:0 auto}
.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}.panel{background:var(--paper);border-radius:32px;overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.panel.text{padding:56px;display:flex;flex-direction:column;justify-content:center}.kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;margin-bottom:18px}
h2{font-size:clamp(40px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;font-weight:650}h3{font-size:clamp(28px,3vw,44px);line-height:1.02;letter-spacing:-.045em;margin:0 0 14px;font-weight:650}p{font-size:18px;color:var(--muted);margin:0 0 18px}.panel img{width:100%;height:100%;object-fit:cover;min-height:520px}
.chapter{padding:118px 0 50px;text-align:center}.chapter .kicker{margin-bottom:20px}.chapter h2{max-width:1000px;margin:0 auto 22px}.chapter p{font-size:22px;line-height:1.32;max-width:820px;margin:auto}
.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.feature{background:var(--paper);border-radius:28px;padding:34px;min-height:300px}.feature .num{font-size:15px;color:var(--gold);font-weight:700;margin-bottom:32px}.feature p{font-size:17px}
.dark{background:#05070a;color:#f5f5f7}.dark p{color:#a1a1a6}.dark .panel{background:#111216}.dark .feature{background:#111216}
.wide-media{border-radius:36px;overflow:hidden;background:#111;margin-top:34px}.wide-media img{width:100%;height:min(72vw,760px);object-fit:cover;object-position:center}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px}.case-card{margin:0;background:var(--paper);border-radius:28px;overflow:hidden}.case-card img{width:100%;height:260px;object-fit:cover}.case-card figcaption{padding:18px 20px 22px;color:#424245;font-size:15px;font-weight:600}
.process{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:36px}.step{background:var(--paper);border-radius:24px;padding:26px 22px;min-height:210px}.step strong{display:block;color:var(--gold);font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:34px}.step span{display:block;font-size:22px;font-weight:650;line-height:1.05;letter-spacing:-.03em;margin-bottom:10px}.step p{font-size:15px;line-height:1.35}
.bio{display:grid;grid-template-columns:.82fr 1.18fr;gap:28px;align-items:stretch}.bio-card{background:var(--paper);border-radius:32px;overflow:hidden}.bio-card img{width:100%;height:100%;min-height:650px;object-fit:cover}.bio-text{background:var(--paper);border-radius:32px;padding:56px}.credentials{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.cred{border-top:1px solid var(--soft);padding-top:18px}.cred strong{display:block;font-size:14px;color:#1d1d1f;margin-bottom:6px}.cred span{color:var(--muted);font-size:15px}
.final{background:#000;color:#fff;text-align:center;padding:120px 0}.final h2{font-size:clamp(48px,7vw,96px);max-width:900px;margin:0 auto 24px}.final p{font-size:24px;color:#a1a1a6;max-width:760px;margin:0 auto 34px}
.footer{padding:42px 0;color:#6e6e73;font-size:13px}.footer .wrap{border-top:1px solid #d2d2d7;padding-top:22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:900px){.links{display:none}.menu{display:block;font-size:13px;color:#6e6e73}.section{padding:70px 0}.story-grid,.bio{grid-template-columns:1fr}.feature-row,.case-grid{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.panel.text,.bio-text{padding:34px}.statement{padding:80px 0}.panel img{min-height:360px}.hero{align-items:end}.hero-copy{width:min(640px,calc(100% - 32px));margin:0 auto 20px;padding:28px 26px;background:rgba(7,21,36,.42)}.actions{justify-content:flex-start}}
@media(max-width:560px){.process{grid-template-columns:1fr}h1{font-size:44px}.hero p{font-size:19px}.button{font-size:15px}.credentials{grid-template-columns:1fr}.hero img{object-position:34% center}.hero-copy{text-align:left;padding:24px 22px;border-radius:24px}.actions{flex-direction:column;align-items:stretch}.actions .button{width:100%}}

/* --- Apple-style interaction additions: consult form, referral modal, case lightbox --- */
.links button.nav-button{border:0;background:transparent;color:#3a3a3c;font:inherit;cursor:pointer;padding:0}.links button.nav-button:hover{color:#000}
.consult-section{background:#fff;padding:112px 0}.consult-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.consult-copy,.consult-form{background:#f5f5f7;border-radius:34px;padding:44px}.consult-copy{display:flex;flex-direction:column;justify-content:space-between;min-height:520px}.investment{margin-top:36px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.investment-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:22px}.investment-card strong{display:block;font-size:28px;letter-spacing:-.03em;margin-bottom:8px}.investment-card span{color:var(--muted);font-size:14px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field label{display:block;font-size:12px;letter-spacing:.04em;color:#6e6e73;margin-bottom:8px;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(0,0,0,.14);background:#fff;border-radius:16px;padding:14px 15px;font:inherit;color:#1d1d1f;outline:none}.field textarea{min-height:118px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#06c;box-shadow:0 0 0 4px rgba(0,102,204,.12)}.fine-print{font-size:13px;color:#86868b;margin:14px 0 0}.form-submit{width:100%;border:0;border-radius:999px;background:#0071e3;color:#fff;padding:15px 22px;font-weight:600;font-size:16px;cursor:pointer}.form-submit:hover{background:#0077ed}.referral-modal,.case-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.referral-modal.show,.case-lightbox.show{display:flex}.modal-scrim{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(18px)}.referral-box{position:relative;width:min(920px,100%);max-height:92svh;overflow:auto;background:#fbfbfd;border-radius:34px;box-shadow:0 40px 120px rgba(0,0,0,.35)}.referral-head{padding:34px 38px 22px;border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;gap:22px}.referral-head h2{font-size:42px;line-height:1.05;margin:8px 0 12px;letter-spacing:-.04em}.referral-form{padding:30px 38px 38px}.checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.checkline{display:flex!important;gap:8px;align-items:center;margin:0!important;font-size:14px!important;color:#1d1d1f!important;letter-spacing:0!important}.close-x{width:42px;height:42px;border-radius:50%;border:0;background:#e8e8ed;font-size:28px;line-height:1;cursor:pointer;flex:0 0 auto}.close-x:hover{background:#d2d2d7}.case-card{cursor:pointer;position:relative}.case-card:after{content:'View case';position:absolute;right:14px;bottom:54px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:600;color:#1d1d1f;opacity:0;transform:translateY(6px);transition:.2s ease}.case-card:hover:after{opacity:1;transform:translateY(0)}.case-card button{all:unset;display:block;width:100%;height:100%}.case-lightbox{padding:32px}.case-viewer{position:relative;width:min(1240px,100%);max-height:92svh;background:#fbfbfd;border-radius:34px;overflow:hidden;box-shadow:0 50px 140px rgba(0,0,0,.48);display:grid;grid-template-columns:1.08fr .92fr}.case-image-panel{background:#06070a;display:flex;align-items:center;justify-content:center;min-height:70svh}.case-image-panel img{width:100%;height:100%;max-height:92svh;object-fit:contain}.case-detail-panel{padding:44px;overflow:auto}.case-detail-panel h3{font-size:44px;line-height:1.03;letter-spacing:-.045em;margin:8px 0 18px}.case-detail-panel p{color:#6e6e73;font-size:17px}.case-detail-list{margin:28px 0 0;display:grid;gap:14px}.case-detail-item{border-top:1px solid rgba(0,0,0,.1);padding-top:14px}.case-detail-item strong{display:block;color:#1d1d1f;margin-bottom:5px}.case-close{position:absolute;top:18px;right:18px;z-index:2}.case-nav{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:space-between;pointer-events:none}.case-nav button{pointer-events:auto;border:0;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;backdrop-filter:blur(14px);padding:12px 18px;font-weight:600;cursor:pointer}.case-nav button:hover{background:#fff;color:#1d1d1f}@media(max-width:900px){.consult-grid,.case-viewer{grid-template-columns:1fr}.consult-copy,.consult-form{padding:28px}.field-grid,.investment,.checkbox-grid{grid-template-columns:1fr}.case-image-panel{min-height:42svh}.case-detail-panel{padding:28px}.referral-head,.referral-form{padding-left:26px;padding-right:26px}.case-card:after{opacity:1;transform:none}}


/* v3 refinements: larger case pages, stronger step titles, Dr. Negru timeline overlay */
.dark .process .step span{color:#111111;font-weight:750}.dark .process .step p{color:#3a3a3c}.dark .process .step strong{color:#8a6e45}
.case-lightbox,.doctor-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:22px}.case-lightbox.show,.doctor-modal.show{display:flex}
.case-viewer{width:min(1500px,96vw);height:min(94svh,980px);max-height:94svh;display:block;overflow:auto;background:#fbfbfd;border-radius:38px;box-shadow:0 50px 140px rgba(0,0,0,.48)}
.case-page-head{padding:54px 64px 26px}.case-page-head .kicker{color:#86868b}.case-page-head h3{font-size:clamp(44px,6vw,82px);line-height:.98;letter-spacing:-.06em;margin:10px 0 18px;max-width:1050px}.case-page-head p{font-size:clamp(18px,2vw,25px);line-height:1.22;letter-spacing:-.025em;color:#6e6e73;max-width:980px}
.case-image-panel{margin:0 64px 38px;background:#06070a;border-radius:30px;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.case-image-panel img{width:100%;height:auto;max-height:62svh;object-fit:contain}
.case-detail-panel{padding:0 64px 64px;overflow:visible}.case-detail-panel h3{display:none}.case-detail-panel>p{display:none}.case-detail-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0}.case-detail-item{border-top:1px solid rgba(0,0,0,.12);padding-top:18px}.case-detail-item strong{font-size:14px;color:#1d1d1f}.case-detail-item span{font-size:15px;line-height:1.42;color:#6e6e73}
.case-close{position:fixed;top:calc(3svh + 10px);right:calc(2vw + 10px);z-index:1002}.case-nav{position:sticky;left:auto;right:auto;bottom:18px;padding:0 24px 20px;display:flex;justify-content:space-between;pointer-events:none}.case-nav button{pointer-events:auto;border:0;border-radius:999px;background:rgba(29,29,31,.78);color:#fff;backdrop-filter:blur(14px);padding:12px 18px;font-weight:600;cursor:pointer}.case-nav button:hover{background:#000;color:#fff}
.bio-actions{margin-top:30px}.text-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0071e3;color:#fff!important;padding:13px 22px;font-size:16px;font-weight:600;border:0;cursor:pointer}.text-button:hover{background:#0077ed}
.doctor-box{position:relative;width:min(1280px,96vw);max-height:94svh;overflow:auto;background:#fbfbfd;border-radius:38px;box-shadow:0 50px 140px rgba(0,0,0,.48)}
.doctor-hero{padding:58px 64px 34px}.doctor-visual{margin:0 64px 18px;border-radius:34px;overflow:hidden;background:#111;box-shadow:0 28px 80px rgba(0,0,0,.16)}.doctor-visual img{width:100%;height:min(58svh,620px);object-fit:cover;object-position:center 42%}.doctor-hero h2{font-size:clamp(44px,6vw,82px);line-height:.98;letter-spacing:-.06em;margin:10px 0 18px;max-width:960px}.doctor-hero p{font-size:clamp(18px,2vw,24px);line-height:1.25;letter-spacing:-.025em;max-width:940px;color:#6e6e73}
.timeline{position:relative;margin:44px 64px 64px;border-left:1px solid #d2d2d7;padding-left:30px}.tl{position:relative;padding:0 0 32px}.tl::before{content:"";position:absolute;left:-36px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 8px #fbfbfd}.tl .year{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:750;margin-bottom:7px}.tl h4{font-size:24px;line-height:1.12;font-weight:650;letter-spacing:-.025em;margin:0 0 8px;color:#1d1d1f}.tl p{font-size:16px;line-height:1.48;color:#6e6e73;margin:0;max-width:900px}
.doctor-close{position:sticky;top:18px;float:right;margin:18px 18px 0 0;z-index:3}
@media(max-width:900px){.case-page-head,.case-detail-panel{padding-left:28px;padding-right:28px}.case-image-panel{margin-left:28px;margin-right:28px}.case-detail-list{grid-template-columns:1fr}.doctor-hero{padding:46px 28px 24px}.doctor-visual{margin:0 28px 14px;border-radius:24px}.doctor-visual img{width:100%;height:min(58svh,620px);object-fit:cover;object-position:center 42%}.timeline{margin:32px 28px 44px}.case-close{top:14px;right:14px}}


/* v8 technology page */
.tech-page{background:#fbfbfd;padding:120px 0}
.tech-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.tech-copy{background:#fff;border-radius:34px;padding:56px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.tech-copy .kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;margin-bottom:18px}
.tech-copy h2{font-size:clamp(44px,5.7vw,84px);line-height:.96;letter-spacing:-.06em;margin:0 0 24px;font-weight:650}
.tech-copy p{font-size:21px;line-height:1.34;color:#6e6e73;max-width:720px}
.tech-visual{border-radius:34px;overflow:hidden;background:#111;box-shadow:0 24px 80px rgba(0,0,0,.12)}
.tech-visual img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center}
.tech-statement{margin-top:28px;background:#05070a;color:#fff;border-radius:36px;padding:68px 56px;text-align:center}
.tech-statement h3{font-size:clamp(38px,5vw,76px);line-height:.98;letter-spacing:-.055em;margin:0 auto 22px;max-width:960px}
.tech-statement p{font-size:22px;line-height:1.34;color:#a1a1a6;max-width:820px;margin:0 auto}
.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.tech-card{background:#fff;border-radius:28px;padding:30px;min-height:270px;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.tech-card strong{display:block;font-size:22px;line-height:1.08;letter-spacing:-.03em;margin-bottom:14px;color:#1d1d1f}
.tech-card p{font-size:16px;line-height:1.42;color:#6e6e73;margin:0}
.tech-disclaimer{margin-top:28px;border-top:1px solid #d2d2d7;padding-top:24px;color:#86868b;font-size:15px;max-width:880px}
@media(max-width:900px){.tech-hero{grid-template-columns:1fr}.tech-copy{padding:34px}.tech-visual img{min-height:380px}.tech-grid{grid-template-columns:1fr 1fr}.tech-statement{padding:44px 28px}}
@media(max-width:560px){.tech-grid{grid-template-columns:1fr}.tech-copy h2{font-size:42px}.tech-copy p,.tech-statement p{font-size:19px}}


/* v10 Technology overlay: opened from main website, not part of homepage flow */
.technology-modal{position:fixed;inset:0;z-index:1100;display:none;align-items:center;justify-content:center;padding:22px}
.technology-modal.show{display:flex}
.technology-shell{position:relative;width:min(1500px,96vw);height:min(94svh,980px);max-height:94svh;overflow:auto;background:#fbfbfd;border-radius:38px;box-shadow:0 50px 140px rgba(0,0,0,.48)}
.technology-close{position:sticky;top:18px;float:right;z-index:3;margin:18px 18px 0 0}
.technology-page-content .tech-page,.technology-page-content{background:#fbfbfd}
.technology-page-content{padding:38px 0 78px}
.technology-page-content .wrap{width:min(var(--max),calc(100% - 64px))}
.technology-page-content .tech-hero{margin-top:18px}
.technology-page-content .tech-copy{box-shadow:none}
.technology-page-content .tech-visual img{min-height:520px}
.technology-page-content .tech-statement{margin-top:28px}
.tech-modal-actions{margin-top:42px;text-align:center}
@media(max-width:900px){
  .technology-modal{padding:12px}
  .technology-shell{width:100%;height:96svh;border-radius:28px}
  .technology-page-content .wrap{width:min(var(--max),calc(100% - 36px))}
  .technology-page-content{padding-top:42px}
}


.tech-photo-band{margin-top:28px;background:#fff;border-radius:34px;overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.tech-photo-band img{width:100%;height:min(58vw,700px);min-height:360px;object-fit:cover;object-position:center}
.tech-photo-caption{padding:26px 30px 30px}
.tech-photo-caption strong{display:block;font-size:28px;line-height:1.04;letter-spacing:-.035em;color:#1d1d1f;margin-bottom:10px}
.tech-photo-caption p{margin:0;font-size:18px;line-height:1.42;color:#6e6e73;max-width:860px}
@media(max-width:900px){.tech-photo-caption{padding:22px 22px 24px}.tech-photo-caption strong{font-size:24px}.tech-photo-caption p{font-size:17px}}


/* v14 restore v2-style case popup layout */
.case-lightbox{
  padding:32px;
}
.case-viewer{
  position:relative;
  width:min(1240px,100%);
  max-height:92svh;
  height:auto;
  background:#fbfbfd;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 50px 140px rgba(0,0,0,.48);
  display:grid;
  grid-template-columns:1.08fr .92fr;
}
.case-page-head{
  display:none;
}
.case-image-panel{
  margin:0;
  background:#06070a;
  border-radius:0;
  min-height:70svh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.case-image-panel img{
  width:100%;
  height:100%;
  max-height:92svh;
  object-fit:contain;
  object-position:center center;
  border-radius:0;
  background:transparent;
}
.case-detail-panel{
  padding:44px;
  overflow:auto;
}
.case-detail-panel h3{
  display:block;
  font-size:44px;
  line-height:1.03;
  letter-spacing:-.045em;
  margin:8px 0 18px;
}
.case-detail-panel>p{
  display:block;
  color:#6e6e73;
  font-size:17px;
}
.case-detail-list{
  margin:28px 0 0;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.case-detail-item{
  border-top:1px solid rgba(0,0,0,.1);
  padding-top:14px;
}
.case-detail-item strong{
  display:block;
  color:#1d1d1f;
  margin-bottom:5px;
}
.case-detail-item span{
  font-size:15px;
  line-height:1.42;
  color:#6e6e73;
}
.case-close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:1002;
}
.case-nav{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  justify-content:space-between;
  pointer-events:none;
  padding:0;
}
.case-nav button{
  pointer-events:auto;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  backdrop-filter:blur(14px);
  padding:12px 18px;
  font-weight:600;
  cursor:pointer;
}
.case-nav button:hover{
  background:#fff;
  color:#1d1d1f;
}
@media(max-width:900px){
  .case-viewer{
    grid-template-columns:1fr;
    width:min(720px,100%);
    max-height:92svh;
    overflow:auto;
  }
  .case-image-panel{
    min-height:42svh;
  }
  .case-image-panel img{
    max-height:48svh;
  }
  .case-detail-panel{
    padding:28px;
  }
  .case-detail-panel h3{
    font-size:36px;
  }
}


/* v15 make case Previous / Next controls equally visible */
.case-nav button,
#case-prev,
#case-next{
  background:rgba(255,255,255,.82)!important;
  color:#1d1d1f!important;
  border:1px solid rgba(0,0,0,.12)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.24)!important;
  opacity:1!important;
}
.case-nav button:hover,
#case-prev:hover,
#case-next:hover{
  background:#ffffff!important;
  color:#000000!important;
  transform:translateY(-1px);
}


/* v16 restore visible Case Description title and case summary in v2-style popup */
.case-description-block{
  border-bottom:1px solid rgba(0,0,0,.1);
  padding-bottom:24px;
  margin-bottom:26px;
}
.case-description-label{
  color:#a8895d;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:750;
  margin:0 0 14px;
}
.case-description-block h3{
  display:block!important;
  font-size:44px;
  line-height:1.03;
  letter-spacing:-.045em;
  margin:0 0 16px!important;
  color:#1d1d1f;
}
.case-description-block p{
  display:block!important;
  color:#6e6e73;
  font-size:18px;
  line-height:1.42;
  margin:0;
}
@media(max-width:900px){
  .case-description-block h3{font-size:34px}
  .case-description-block p{font-size:17px}
}


/* v17 Patient Selection section */
.patient-selection{
  background:#fbfbfd;
  padding:118px 0;
}
.patient-selection .selection-header{
  text-align:center;
  max-width:980px;
  margin:0 auto 44px;
}
.patient-selection .selection-header .kicker{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:700;
  margin-bottom:18px;
}
.patient-selection .selection-header h2{
  font-size:clamp(44px,6vw,84px);
  line-height:.96;
  letter-spacing:-.06em;
  margin:0 0 24px;
  font-weight:650;
}
.patient-selection .selection-header p{
  font-size:clamp(20px,2.2vw,28px);
  line-height:1.25;
  letter-spacing:-.025em;
  color:#6e6e73;
  max-width:820px;
  margin:0 auto;
}
.selection-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}
.selection-card{
  background:#fff;
  border-radius:34px;
  padding:42px;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.selection-card h3{
  font-size:clamp(30px,3.2vw,48px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:0 0 28px;
  color:#1d1d1f;
}
.selection-list{
  display:grid;
  gap:18px;
  margin:0;
  padding:0;
  list-style:none;
}
.selection-list li{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:14px;
  align-items:start;
  color:#424245;
  font-size:18px;
  line-height:1.36;
}
.selection-list li:before{
  content:"—";
  color:#a8895d;
  font-weight:700;
  font-size:24px;
  line-height:1;
}
.selection-card.not-fit{
  background:#f5f5f7;
}
.selection-card.not-fit .selection-list li:before{
  color:#86868b;
}
@media(max-width:900px){
  .patient-selection{padding:82px 0}
  .selection-grid{grid-template-columns:1fr}
  .selection-card{padding:30px}
}


/* v18 upgraded dark Patient Selection section */
.patient-selection{
  background:
    radial-gradient(circle at 18% 12%, rgba(168,137,93,.22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(135deg,#05070a 0%,#071524 52%,#111111 100%)!important;
  color:#fff;
  padding:128px 0!important;
  position:relative;
  overflow:hidden;
}
.patient-selection:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0) 34%);
  pointer-events:none;
}
.patient-selection .wrap{
  position:relative;
  z-index:1;
}
.patient-selection .selection-header{
  text-align:left!important;
  max-width:1040px!important;
  margin:0 0 52px!important;
}
.patient-selection .selection-header .kicker{
  color:#c9a975!important;
}
.patient-selection .selection-header h2{
  color:#fff!important;
  font-size:clamp(50px,7vw,96px)!important;
  max-width:860px;
}
.patient-selection .selection-header p{
  color:rgba(255,255,255,.72)!important;
  font-size:clamp(21px,2.4vw,30px)!important;
  margin:0!important;
  max-width:900px!important;
}
.selection-grid{
  gap:22px!important;
}
.selection-card{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.13);
  border-radius:36px!important;
  padding:44px!important;
  box-shadow:0 28px 80px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(18px);
}
.selection-card h3{
  color:#fff!important;
  font-size:clamp(32px,3.6vw,52px)!important;
  margin-bottom:30px!important;
}
.selection-card.not-fit{
  background:rgba(255,255,255,.045)!important;
}
.selection-list{
  gap:0!important;
}
.selection-list li{
  color:rgba(255,255,255,.78)!important;
  font-size:18px!important;
  line-height:1.42!important;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.12);
}
.selection-list li:first-child{
  border-top:0;
  padding-top:0;
}
.selection-list li:before{
  color:#c9a975!important;
  font-size:26px!important;
  line-height:1.1!important;
}
.selection-card.not-fit .selection-list li:before{
  color:rgba(255,255,255,.42)!important;
}
.selection-card.not-fit h3{
  color:rgba(255,255,255,.88)!important;
}
@media(max-width:900px){
  .patient-selection{padding:88px 0!important}
  .patient-selection .selection-header{text-align:left!important}
  .selection-card{padding:30px!important}
}


/* v19 keep patient selection card headings on one line */
.selection-card h3{
  white-space:nowrap!important;
  font-size:clamp(26px,2.65vw,42px)!important;
  letter-spacing:-.04em!important;
}
.selection-card{
  padding-left:38px!important;
  padding-right:38px!important;
}
@media(max-width:1050px){
  .selection-card h3{
    white-space:normal!important;
    font-size:clamp(30px,3.4vw,46px)!important;
  }
}


/* v21 contact, location, and appointment-by-reservation footer */
.nav-phone{
  color:#1d1d1f;
  font-weight:600;
  white-space:nowrap;
}
.nav-phone:hover{
  color:#06c!important;
}
.hero-contact{
  margin-top:22px;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.82);
  font-size:15px;
  letter-spacing:-.01em;
}
.hero-contact span{
  color:rgba(255,255,255,.7);
}
.hero-contact a{
  color:#fff;
  font-weight:650;
  border-bottom:1px solid rgba(255,255,255,.45);
}
.hero-contact a:hover{
  border-bottom-color:#fff;
}
.footer{
  background:#fbfbfd;
  padding:54px 0 48px!important;
  color:#6e6e73;
}
.footer-grid{
  border-top:1px solid #d2d2d7;
  padding-top:30px!important;
  display:grid!important;
  grid-template-columns:1.15fr 1.2fr 1.15fr 1fr;
  gap:28px;
  align-items:start;
}
.footer-brand-block strong,
.footer-info strong{
  display:block;
  color:#1d1d1f;
  font-size:14px;
  margin-bottom:10px;
}
.footer-brand-block span,
.footer-info span,
.footer-info a{
  display:block;
  color:#6e6e73;
  font-size:14px;
  line-height:1.45;
  margin-bottom:5px;
}
.footer-info a{
  color:#06c;
  font-weight:600;
}
@media(max-width:900px){
  .nav-phone{display:none}
  .footer-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr!important}
  .hero-contact{font-size:14px}
}


/* v22 stronger header mark and larger footer logo */
.brand-mark{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:74px;
}
.brand-monogram{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#071524;
  font-size:28px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.06em;
}
.brand-slash{
  color:#a8895d;
  font-weight:500;
  transform:translateY(-1px);
}
.footer-brand-block{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.footer-logo{
  display:block;
  width:min(240px,100%);
  height:auto;
  margin:0 0 14px;
  mix-blend-mode:multiply;
}
.footer-brand-block strong{
  margin-bottom:6px!important;
}
@media(max-width:560px){
  .brand-monogram{font-size:24px}
  .footer-logo{width:min(210px,100%)}
}


/* v23 text-only header brand and horizontally aligned footer */
.brand-text{
  font-size:19px!important;
  font-weight:650!important;
  letter-spacing:-.035em!important;
  color:#071524!important;
  white-space:nowrap;
}
.brand-text:hover{
  color:#000!important;
}
.footer-grid{
  grid-template-columns:1.25fr 1.15fr 1.15fr 1fr!important;
  align-items:center!important;
}
.footer-brand-block{
  justify-content:center;
}
.footer-logo{
  width:min(260px,100%)!important;
  margin:0!important;
}
.footer-info{
  align-self:center;
}
.footer-info strong{
  margin-bottom:8px!important;
}
@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr 1fr!important;
    align-items:start!important;
  }
  .footer-brand-block{
    grid-column:1 / -1;
    justify-content:flex-start;
  }
}
@media(max-width:560px){
  .brand-text{font-size:18px!important}
  .footer-grid{grid-template-columns:1fr!important}
  .footer-logo{width:min(230px,100%)!important}
}


/* v25 force approach statement into two clean lines */
.statement h2{
  max-width:1120px!important;
  font-size:clamp(40px,5.5vw,76px)!important;
  line-height:1.02!important;
}
@media(max-width:560px){
  .statement h2{
    font-size:42px!important;
  }
}


/* v26 fixed case presentation size for smooth Previous / Next transitions
   Calculated from largest natural case image: 1592px x 1226px; widest aspect ratio: 1.37 */
.case-viewer{
  width:min(1240px,96vw)!important;
  height:min(780px,90svh)!important;
  max-height:90svh!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  overflow:hidden!important;
}
.case-image-panel{
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  background:#06070a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.case-image-panel img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
}
.case-detail-panel{
  height:100%!important;
  overflow:auto!important;
}
.case-nav{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
}
@media(max-width:900px){
  .case-viewer{
    width:min(720px,96vw)!important;
    height:min(860px,92svh)!important;
    grid-template-columns:1fr!important;
    grid-template-rows:minmax(320px,48svh) 1fr!important;
    overflow:hidden!important;
  }
  .case-image-panel{
    height:100%!important;
  }
  .case-detail-panel{
    height:auto!important;
    overflow:auto!important;
  }
}


/* v27 privacy overlay and functional accessibility widget */
.footer-privacy-link{
  display:block;
  margin-top:8px;
  padding:0;
  border:0;
  background:transparent;
  color:#06c;
  font:inherit;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  text-align:left;
}
.footer-privacy-link:hover{
  text-decoration:underline;
}
.privacy-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.privacy-modal.show{
  display:flex;
}
.privacy-shell{
  position:relative;
  width:min(1080px,96vw);
  height:min(94svh,980px);
  max-height:94svh;
  overflow:auto;
  background:#fbfbfd;
  border-radius:38px;
  box-shadow:0 50px 140px rgba(0,0,0,.48);
}
.privacy-close{
  position:sticky;
  top:18px;
  float:right;
  z-index:3;
  margin:18px 18px 0 0;
}
.privacy-content{
  padding:62px 72px 76px;
}
.privacy-content h2{
  font-size:clamp(46px,6vw,84px);
  line-height:.98;
  letter-spacing:-.06em;
  margin:10px 0 12px;
}
.privacy-updated{
  color:#86868b;
  font-size:15px;
  margin-bottom:38px;
}
.privacy-content section{
  border-top:1px solid #d2d2d7;
  padding:24px 0;
}
.privacy-content section h3{
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.035em;
  margin:0 0 12px;
}
.privacy-content section p{
  font-size:17px;
  line-height:1.5;
  color:#6e6e73;
  margin:0;
}
.privacy-content a{
  color:#06c;
  font-weight:600;
}
.privacy-note{
  margin-top:18px;
  color:#86868b;
  font-size:14px;
}
.accessibility-button{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1300;
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.14);
  background:#071524;
  color:#fff;
  font-size:27px;
  box-shadow:0 14px 40px rgba(0,0,0,.28);
  cursor:pointer;
}
.accessibility-button:hover{
  background:#000;
}
.accessibility-panel{
  position:fixed;
  right:18px;
  bottom:82px;
  z-index:1300;
  width:260px;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:22px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  padding:14px;
  display:none;
}
.accessibility-panel.show{
  display:block;
}
.accessibility-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:4px 4px 12px;
}
.accessibility-panel-head strong{
  font-size:15px;
  color:#1d1d1f;
}
.accessibility-panel-head button{
  border:0;
  background:#e8e8ed;
  border-radius:50%;
  width:30px;
  height:30px;
  cursor:pointer;
}
.accessibility-panel > button:not(.accessibility-panel-head button){
  width:100%;
  border:1px solid #d2d2d7;
  background:#fbfbfd;
  color:#1d1d1f;
  border-radius:14px;
  padding:12px 13px;
  margin-top:8px;
  text-align:left;
  font-weight:600;
  cursor:pointer;
}
.accessibility-panel > button:hover{
  background:#f0f0f2;
}
body.access-large-text{
  font-size:112%;
}
body.access-large-text p,
body.access-large-text li,
body.access-large-text a,
body.access-large-text button{
  font-size:112%!important;
}
body.access-high-contrast{
  background:#000!important;
  color:#fff!important;
}
body.access-high-contrast .panel,
body.access-high-contrast .selection-card,
body.access-high-contrast .consult-copy,
body.access-high-contrast .consult-form,
body.access-high-contrast .feature,
body.access-high-contrast .tech-card,
body.access-high-contrast .bio-text,
body.access-high-contrast .footer,
body.access-high-contrast .privacy-shell{
  background:#000!important;
  color:#fff!important;
  border-color:#fff!important;
}
body.access-high-contrast p,
body.access-high-contrast span,
body.access-high-contrast li{
  color:#fff!important;
}
body.access-high-contrast a,
body.access-high-contrast button{
  outline-color:#fff;
}
body.access-underline-links a{
  text-decoration:underline!important;
}
body.access-reduce-motion *,
body.access-reduce-motion *::before,
body.access-reduce-motion *::after{
  scroll-behavior:auto!important;
  transition:none!important;
  animation:none!important;
}
@media(max-width:700px){
  .privacy-content{padding:54px 28px 48px}
  .accessibility-button{right:14px;bottom:14px}
  .accessibility-panel{right:14px;bottom:76px;width:min(280px,calc(100vw - 28px))}
}


/* v32 premium redesigned footer */
.premium-footer{
  background:
    radial-gradient(circle at 14% 10%, rgba(168,137,93,.16), transparent 34%),
    linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 100%)!important;
  padding:72px 0 42px!important;
  color:#1d1d1f!important;
}
.footer-premium-wrap{
  display:block!important;
  border-top:0!important;
  padding-top:0!important;
}
.footer-main-card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:38px;
  padding:42px;
  display:grid;
  grid-template-columns:.95fr 1.65fr;
  gap:42px;
  align-items:center;
  box-shadow:0 24px 70px rgba(0,0,0,.07);
}
.footer-logo-column{
  border-right:1px solid #e8e8ed;
  padding-right:42px;
}
.premium-footer-logo{
  width:min(300px,100%)!important;
  height:auto!important;
  margin:0 0 24px!important;
  mix-blend-mode:multiply;
}
.footer-logo-column p{
  color:#6e6e73;
  font-size:17px;
  line-height:1.45;
  margin:0;
  max-width:390px;
}
.footer-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.footer-detail-card{
  background:#f5f5f7;
  border:1px solid rgba(0,0,0,.06);
  border-radius:26px;
  padding:24px;
  min-height:188px;
}
.footer-label{
  display:block;
  color:#a8895d!important;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px!important;
  font-weight:750;
  margin:0 0 18px!important;
}
.footer-detail-card strong{
  display:block;
  color:#1d1d1f;
  font-size:20px;
  line-height:1.14;
  letter-spacing:-.025em;
  margin:0 0 12px;
}
.footer-detail-card p,
.footer-detail-card a{
  color:#6e6e73;
  font-size:15px;
  line-height:1.45;
  margin:0;
}
.footer-detail-card a{
  color:#06c;
  font-weight:650;
}
.footer-bottom-bar{
  margin-top:18px;
  background:#071524;
  color:rgba(255,255,255,.72);
  border-radius:24px;
  padding:18px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  font-size:13px;
}
.footer-bottom-bar .footer-privacy-link{
  color:#fff!important;
  font-size:13px!important;
  font-weight:650;
  margin:0!important;
}
.footer-bottom-bar .footer-privacy-link:hover{
  text-decoration:underline;
}
@media(max-width:1000px){
  .footer-main-card{
    grid-template-columns:1fr;
    gap:30px;
  }
  .footer-logo-column{
    border-right:0;
    border-bottom:1px solid #e8e8ed;
    padding-right:0;
    padding-bottom:28px;
  }
}
@media(max-width:760px){
  .premium-footer{padding:54px 0 34px!important}
  .footer-main-card{padding:28px;border-radius:30px}
  .footer-detail-grid{grid-template-columns:1fr}
  .footer-detail-card{min-height:auto}
  .footer-bottom-bar{align-items:flex-start;flex-direction:column}
}


/* v34 Technology nav links to main section; overlay opens from section button */
#functional-dentistry{
  scroll-margin-top:72px;
}
.section-actions{
  display:flex;
  justify-content:center;
  margin:-22px 0 42px;
}
#functional-dentistry .section-actions .text-button{
  background:#0071e3;
  color:#fff!important;
  border-radius:999px;
  padding:13px 22px;
  font-size:16px;
  font-weight:600;
  border:0;
  cursor:pointer;
}
#functional-dentistry .section-actions .text-button:hover{
  background:#0077ed;
}


/* v37 New Patient Forms additions */
.new-patient-forms{
  background:#fbfbfd;
  padding:80px 0 28px;
}
.forms-card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:36px;
  padding:42px;
  display:grid;
  grid-template-columns:1.4fr auto;
  gap:28px;
  align-items:center;
  box-shadow:0 20px 60px rgba(0,0,0,.06);
}
.forms-card h2{
  font-size:clamp(36px,4vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:0 0 14px;
}
.forms-card p{
  font-size:19px;
  line-height:1.4;
  max-width:760px;
  margin:0;
  color:#6e6e73;
}
.forms-button{
  white-space:nowrap;
  background:#071524!important;
}
.consult-forms-prompt{
  width:min(760px,calc(100% - 44px));
  margin:24px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(0,0,0,.14);
  text-align:center;
}
.consult-forms-prompt span{
  display:block;
  color:#6e6e73;
  font-size:16px;
  margin-bottom:14px;
}
.consult-forms-button{
  background:#fff!important;
  color:#071524!important;
  border:1px solid #071524!important;
}
.footer-detail-grid{
  grid-template-columns:repeat(4,1fr)!important;
}
@media(max-width:1050px){
  .footer-detail-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:760px){
  .forms-card{
    grid-template-columns:1fr;
    padding:30px;
  }
  .forms-button{
    width:100%;
  }
  .footer-detail-grid{grid-template-columns:1fr!important}
}


/* v38 cleaner forms flow and phone button in top banner */
.nav-phone{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(7,21,36,.22);
  border-radius:999px;
  padding:8px 14px;
  color:#071524!important;
  font-weight:650!important;
  line-height:1;
  background:rgba(255,255,255,.72);
  box-shadow:0 1px 0 rgba(0,0,0,.04);
  white-space:nowrap;
}
.nav-phone:hover{
  background:#071524!important;
  color:#ffffff!important;
  border-color:#071524!important;
}
.consult-forms-prompt{
  display:none!important;
}


/* v39 relaxed footer spacing */
.premium-footer{
  padding:92px 0 56px !important;
}
.footer-main-card{
  padding:56px !important;
  gap:56px !important;
  border-radius:42px !important;
}
.footer-logo-column{
  padding-right:54px !important;
}
.premium-footer-logo{
  width:min(320px,100%) !important;
  margin:0 0 28px !important;
}
.footer-logo-column p{
  font-size:18px !important;
  line-height:1.55 !important;
  max-width:420px !important;
}
.footer-detail-grid{
  gap:26px !important;
  align-items:stretch !important;
}
.footer-detail-card{
  padding:30px 28px !important;
  border-radius:28px !important;
  min-height:214px !important;
}
.footer-label{
  margin:0 0 20px !important;
}
.footer-detail-card strong{
  font-size:22px !important;
  margin:0 0 14px !important;
}
.footer-detail-card p,
.footer-detail-card a{
  font-size:16px !important;
  line-height:1.55 !important;
}
.footer-bottom-bar{
  margin-top:24px !important;
  padding:22px 28px !important;
  border-radius:26px !important;
  gap:22px !important;
}
@media(max-width:1000px){
  .footer-main-card{
    padding:40px !important;
    gap:34px !important;
  }
  .footer-logo-column{
    padding-right:0 !important;
    padding-bottom:32px !important;
  }
}
@media(max-width:760px){
  .premium-footer{
    padding:62px 0 38px !important;
  }
  .footer-main-card{
    padding:28px !important;
    gap:26px !important;
  }
  .footer-detail-card{
    min-height:auto !important;
    padding:24px !important;
  }
  .footer-bottom-bar{
    padding:18px 20px !important;
  }
}



/* v42 exact Version 34 footer lock */
.footer.premium-footer{
  background:
    radial-gradient(circle at 14% 10%, rgba(168,137,93,.16), transparent 34%),
    linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 100%)!important;
  padding:72px 0 42px!important;
  color:#1d1d1f!important;
}
.footer-premium-wrap{
  display:block!important;
  border-top:0!important;
  padding-top:0!important;
  width:min(var(--max),calc(100% - 44px))!important;
  margin:auto!important;
}
.footer-main-card{
  background:#ffffff!important;
  border:1px solid rgba(0,0,0,.08)!important;
  border-radius:38px!important;
  padding:42px!important;
  display:grid!important;
  grid-template-columns:.95fr 1.65fr!important;
  gap:42px!important;
  align-items:center!important;
  box-shadow:0 24px 70px rgba(0,0,0,.07)!important;
}
.footer-logo-column{
  border-right:1px solid #e8e8ed!important;
  padding-right:42px!important;
}
.premium-footer-logo{
  width:min(300px,100%)!important;
  height:auto!important;
  margin:0 0 24px!important;
  mix-blend-mode:multiply!important;
}
.footer-logo-column p{
  color:#6e6e73!important;
  font-size:17px!important;
  line-height:1.45!important;
  margin:0!important;
  max-width:390px!important;
}
.footer-detail-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:18px!important;
}
.footer-detail-card{
  background:#f5f5f7!important;
  border:1px solid rgba(0,0,0,.06)!important;
  border-radius:26px!important;
  padding:24px!important;
  min-height:188px!important;
}
.footer-label{
  display:block!important;
  color:#a8895d!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-size:11px!important;
  font-weight:750!important;
  margin:0 0 18px!important;
}
.footer-detail-card strong{
  display:block!important;
  color:#1d1d1f!important;
  font-size:20px!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
  margin:0 0 12px!important;
}
.footer-detail-card p,
.footer-detail-card a{
  color:#6e6e73!important;
  font-size:15px!important;
  line-height:1.45!important;
  margin:0!important;
}
.footer-detail-card a{
  color:#06c!important;
  font-weight:650!important;
}
.footer-bottom-bar{
  margin-top:18px!important;
  background:#071524!important;
  color:rgba(255,255,255,.72)!important;
  border-radius:24px!important;
  padding:18px 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  flex-wrap:wrap!important;
  font-size:13px!important;
}
.footer-bottom-bar .footer-privacy-link{
  color:#fff!important;
  font-size:13px!important;
  font-weight:650!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
}
@media(max-width:1000px){
  .footer-main-card{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .footer-logo-column{
    border-right:0!important;
    border-bottom:1px solid #e8e8ed!important;
    padding-right:0!important;
    padding-bottom:28px!important;
  }
}
@media(max-width:760px){
  .footer.premium-footer{
    padding:54px 0 34px!important;
  }
  .footer-main-card{
    padding:28px!important;
    border-radius:30px!important;
  }
  .footer-detail-grid{
    grid-template-columns:1fr!important;
  }
  .footer-detail-card{
    min-height:auto!important;
  }
  .footer-bottom-bar{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}


/* v43 single-tooth / small dentistry comprehensive perspective section */
.single-tooth-section{
  background:#fbfbfd;
  padding:112px 0;
}
.single-tooth-wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:stretch;
}
.single-tooth-intro{
  background:#ffffff;
  border-radius:36px;
  padding:56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.single-tooth-intro .kicker{
  color:#a8895d;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:700;
  margin-bottom:18px;
}
.single-tooth-intro h2{
  font-size:clamp(42px,5.6vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  margin:0 0 24px;
  font-weight:650;
}
.single-tooth-intro p{
  font-size:21px;
  line-height:1.38;
  color:#6e6e73;
  margin:0 0 18px;
}
.single-tooth-intro .closing-line{
  color:#1d1d1f;
  font-weight:650;
  margin-top:12px;
}
.single-tooth-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.single-tooth-card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:30px;
  padding:32px;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.single-tooth-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#071524;
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  margin-bottom:22px;
}
.single-tooth-card h3{
  font-size:clamp(26px,2.8vw,40px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:0 0 12px;
  color:#1d1d1f;
}
.single-tooth-card p{
  font-size:17px;
  line-height:1.45;
  color:#6e6e73;
  margin:0;
}
@media(max-width:950px){
  .single-tooth-section{
    padding:78px 0;
  }
  .single-tooth-wrap{
    grid-template-columns:1fr;
  }
  .single-tooth-intro{
    padding:36px;
  }
}
@media(max-width:560px){
  .single-tooth-intro,
  .single-tooth-card{
    padding:28px;
  }
  .single-tooth-intro p{
    font-size:19px;
  }
}


/* v44 simplified navigation with Approach dropdown */
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}
.nav-dropdown-toggle{
  border:0;
  background:transparent;
  color:#3a3a3c;
  font:inherit;
  cursor:pointer;
  padding:14px 0;
}
.nav-dropdown-toggle:hover{
  color:#000;
}
.nav-dropdown-toggle::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  margin-left:8px;
}
.nav-dropdown-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:50%;
  transform:translateX(-50%) translateY(8px);
  min-width:210px;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px) saturate(160%);
  border:1px solid rgba(0,0,0,.09);
  border-radius:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.16);
  padding:10px;
  display:grid;
  gap:2px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.18s ease;
  z-index:100;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.nav-dropdown-menu a{
  display:block;
  padding:11px 13px;
  border-radius:12px;
  color:#1d1d1f!important;
  font-size:13px;
  white-space:nowrap;
}
.nav-dropdown-menu a:hover{
  background:#f5f5f7;
  color:#000!important;
}
@media(max-width:900px){
  .nav-dropdown{
    display:none;
  }
}


.nav-dropdown.open .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}


/* v45 Dr. Negru expertise positioning */
.doctor-expertise-block{
  margin:10px 64px 44px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:30px;
  padding:38px 42px;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.doctor-expertise-block h3{
  font-size:clamp(34px,4vw,56px);
  line-height:1.02;
  letter-spacing:-.05em;
  margin:0 0 20px;
  color:#1d1d1f;
}
.doctor-expertise-block p{
  font-size:18px;
  line-height:1.52;
  color:#6e6e73;
  margin:0 0 16px;
}
.doctor-expertise-block p:last-child{
  margin-bottom:0;
}
@media(max-width:900px){
  .doctor-expertise-block{
    margin:10px 28px 34px;
    padding:30px 28px;
    border-radius:24px;
  }
  .doctor-expertise-block p{
    font-size:17px;
  }
}



/* ─── Accessibility & PageSpeed additions ─────────────────────────────────── */

/* Skip to main content link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  background: #071524;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 0 0 8px 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.15s;
}
.skip-link:focus {
  top: 0;
}

/* Global focus-visible ring — keyboard users only, never mouse */
:focus-visible {
  outline: 3px solid #0071e3;
  outline-offset: 3px;
  border-radius: 4px;
}
/* Remove default outline for mouse users */
:focus:not(:focus-visible) {
  outline: none;
}

/* Gold on white contrast fix: #a8895d → #8a6d3b passes WCAG AA (4.5:1) for small text */
.kicker,
.num,
.step strong,
.footer-label,
.tl .year,
.case-description-label,
.selection-list li:before {
  color: #8a6d3b !important;
}
/* Gold accent used on dark backgrounds is fine as-is — keep it */
.dark .kicker,
.dark .num,
.patient-selection .selection-header .kicker,
.patient-selection .selection-list li:before,
.footer-bottom-bar,
.timeline .tl .year {
  color: #c9a975 !important;
}

/* Ensure interactive elements always have a visible focus state */
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #0071e3 !important;
  outline-offset: 3px !important;
}

/* Nav mobile menu button needs a tap target */
.menu {
  min-width: 44px;
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 900px) {
  .menu { display: flex; }
}

/* Ensure all tap targets are at least 44×44px */
.nav-dropdown-toggle,
.close-x,
.accessibility-button,
.case-nav button,
.form-submit,
.button,
.text-button {
  min-height: 44px;
}

/* Form label associations — visual aid */
.field label {
  cursor: pointer;
}

/* Reduce motion: honour OS preference for all transitions */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.menu[data-astro-cid-dmqpwcec]{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:1001}.hamburger[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;height:2px;width:100%;background:currentColor;border-radius:2px;transform-origin:center;transition:transform 0.25s ease,opacity 0.2s ease,width 0.25s ease}.menu[data-astro-cid-dmqpwcec].is-open .hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu[data-astro-cid-dmqpwcec].is-open .hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0;width:0}.menu[data-astro-cid-dmqpwcec].is-open .hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu[data-astro-cid-dmqpwcec]{display:none;position:fixed;top:52px;left:0;right:0;z-index:999;background:#05070a;overflow:hidden;max-height:0;transition:max-height 0.38s cubic-bezier(0.4,0,0.2,1)}.mobile-menu[data-astro-cid-dmqpwcec].open{max-height:100svh}.mobile-menu-inner[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;padding:12px 0 32px;opacity:0;transform:translateY(-8px);transition:opacity 0.28s ease 0.08s,transform 0.28s ease 0.08s}.mobile-menu[data-astro-cid-dmqpwcec].open .mobile-menu-inner[data-astro-cid-dmqpwcec]{opacity:1;transform:translateY(0)}.mobile-menu-inner[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec],.mobile-menu-inner[data-astro-cid-dmqpwcec] .mobile-referral-btn[data-astro-cid-dmqpwcec]{display:block;padding:14px 28px;color:#f5f5f7;font-size:17px;font-weight:500;letter-spacing:-0.01em;text-decoration:none;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid rgba(255,255,255,0.06);transition:background 0.15s,color 0.15s}.mobile-menu-inner[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:last-of-type{border-bottom:none}.mobile-menu-inner[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.mobile-menu-inner[data-astro-cid-dmqpwcec] .mobile-referral-btn[data-astro-cid-dmqpwcec]:hover{background:rgba(255,255,255,0.05);color:#c9a975}.mobile-phone[data-astro-cid-dmqpwcec]{color:#c9a975!important;font-weight:600!important;letter-spacing:0.01em!important}.mobile-cta[data-astro-cid-dmqpwcec]{margin:16px 28px 0;padding:14px 24px!important;background:#a8895d!important;color:#ffffff!important;border-radius:10px;text-align:center!important;font-weight:600!important;border-bottom:none!important}.mobile-cta[data-astro-cid-dmqpwcec]:hover{background:#8a6d3b!important;color:#ffffff!important}@media (max-width: 900px){.menu[data-astro-cid-dmqpwcec]{display:flex;align-items:center}.mobile-menu[data-astro-cid-dmqpwcec]{display:block}.links[data-astro-cid-dmqpwcec]{display:none}}.reveal {
    opacity: 0;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.7s;
  }
  .reveal[data-reveal="up"]    { transform: translateY(40px); }
  .reveal[data-reveal="down"]  { transform: translateY(-30px); }
  .reveal[data-reveal="left"]  { transform: translateX(50px); }
  .reveal[data-reveal="right"] { transform: translateX(-50px); }
  .reveal[data-reveal="scale"] { transform: scale(0.94); }
  .reveal[data-reveal="fade"]  { transform: none; }

  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .reveal-stagger > * {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .reveal-stagger.is-visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s;   }
  .reveal-stagger.is-visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.1s; }
  .reveal-stagger.is-visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.2s; }
  .reveal-stagger.is-visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.3s; }
  .reveal-stagger.is-visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.4s; }
  .reveal-stagger.is-visible > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.5s; }
  .reveal-stagger.is-visible > *:nth-child(7) { opacity: 1; transform: none; transition-delay: 0.6s; }
  .reveal-stagger.is-visible > *:nth-child(8) { opacity: 1; transform: none; transition-delay: 0.7s; }
  .reveal-stagger.is-visible > *:nth-child(9) { opacity: 1; transform: none; transition-delay: 0.8s; }

  @media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-stagger > * {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }