@charset "UTF-8";

:root {
  --navy-950: #082637;
  --navy-900: #0f3448;
  --navy-800: #16455a;
  --navy-700: #1d5669;
  --teal-600: #2a7d78;
  --teal-500: #3c918a;
  --teal-100: #d9ebe8;
  --ivory: #f7f4ed;
  --ivory-deep: #eee9dd;
  --white: #fff;
  --ink: #172b34;
  --muted: #5d6d73;
  --line: rgba(23, 43, 52, .14);
  --shadow-sm: 0 12px 40px rgba(5, 33, 47, .09);
  --shadow-lg: 0 34px 90px rgba(5, 33, 47, .2);
  --radius: 20px;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1em; height: 1em; }
address { font-style: normal; }

::selection { background: var(--teal-100); color: var(--navy-950); }
:focus-visible { outline: 3px solid #73cfc6; outline-offset: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; border-radius: 10px; background: var(--white); color: var(--navy-950); transform: translateY(-150%); transition: transform 180ms var(--ease-out); }
.skip-link:focus { transform: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { position: relative; overflow: hidden; background: var(--navy-950); color: var(--white); }
.section-soft { background: var(--ivory-deep); }

.eyebrow { margin: 0 0 18px; color: var(--teal-600); font-size: .75rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #99d4cd; }
.eyebrow span { display: inline-block; margin-left: 12px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.3); color: #d8e7e9; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
h1 { max-width: 790px; margin-bottom: 26px; font-size: clamp(3.4rem, 7vw, 6.8rem); }
h2 { margin-bottom: 24px; color: var(--navy-950); font-size: clamp(2.4rem, 4.8vw, 4.65rem); }
.section-dark h2 { color: var(--white); }
h1 em, h2 em { color: #9fd9d3; font-weight: 400; }
h3 { margin-bottom: 12px; color: var(--navy-950); font-size: 1.35rem; line-height: 1.25; }
.lead { color: var(--ink); font-family: var(--serif); font-size: 1.45rem; line-height: 1.45; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 1px solid var(--navy-900); border-radius: 999px; background: var(--navy-900); color: var(--white); font-size: .86rem; font-weight: 800; letter-spacing: .02em; line-height: 1.2; text-decoration: none; transition: transform 160ms var(--ease-out), box-shadow 180ms var(--ease-out), background 180ms var(--ease-out); }
.button svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { background: var(--navy-800); box-shadow: 0 12px 28px rgba(4, 36, 51, .2); transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .78rem; }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy-950); }
.button-light:hover { background: #eaf4f2; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-size: .86rem; font-weight: 800; letter-spacing: .02em; text-underline-offset: 5px; }
.text-link span { transition: transform 180ms var(--ease-out); }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); }

.utility-bar { position: relative; z-index: 101; background: #061f2d; color: #dfeaed; font-size: .74rem; letter-spacing: .045em; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; }
.utility-inner p { display: flex; align-items: center; gap: 8px; margin: 0; }
.utility-links { display: flex; gap: 12px; align-items: center; }
.utility-links a { text-decoration: none; }
.utility-links a:hover { color: var(--white); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #7fccc2; box-shadow: 0 0 0 4px rgba(127,204,194,.13); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(247,244,237,.94); box-shadow: 0 8px 26px rgba(5,33,47,.05); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-950); text-decoration: none; }
.brand-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--navy-900); color: #a9d9d3; }
.brand-mark svg { width: 28px; height: 28px; }
.brand-copy { display: flex; flex-direction: column; gap: 0; font-size: .72rem; letter-spacing: .09em; line-height: 1.28; text-transform: uppercase; }
.brand-copy strong { font-family: var(--serif); font-size: 1.03rem; letter-spacing: .02em; text-transform: none; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { position: relative; color: #29434d; font-size: .82rem; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--teal-600); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease-out); }
.primary-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy-950); transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }

.hero { min-height: 740px; padding: 92px 0 72px; }
.hero::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px); background-size: 20px 20px; content: ""; opacity: .45; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(350px, .76fr); gap: clamp(40px, 7vw, 96px); align-items: center; }
.hero-copy { padding-top: 10px; }
.hero-lede { max-width: 660px; margin-bottom: 34px; color: #cfdee2; font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 42px; }
.trust-row span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d6e6e9; font-size: .72rem; font-weight: 700; letter-spacing: .035em; }
.doctor-portrait { position: relative; justify-self: end; width: min(100%, 440px); }
.portrait-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 190px 190px 24px 24px; background: var(--ivory); box-shadow: var(--shadow-lg); }
.portrait-frame img { width: 100%; aspect-ratio: 1 / 1.17; object-fit: cover; object-position: center top; }
.portrait-caption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.3); border-radius: 15px; background: rgba(7,35,49,.86); backdrop-filter: blur(10px); }
.portrait-caption p { margin: 0; font-family: var(--serif); font-size: 1.25rem; }
.portrait-caption span { color: #bcd1d5; font-size: .74rem; }
.credential-card { position: absolute; right: -34px; top: 23%; display: flex; align-items: center; gap: 12px; max-width: 260px; padding: 14px 16px; border-radius: 14px; background: var(--white); box-shadow: 0 18px 48px rgba(0,0,0,.2); color: var(--ink); }
.credential-icon { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border-radius: 50%; background: var(--teal-100); color: var(--teal-600); font-weight: 900; }
.credential-card div { display: flex; flex-direction: column; line-height: 1.3; }
.credential-card strong { font-size: .78rem; }
.credential-card span:last-child { margin-top: 2px; color: var(--muted); font-size: .65rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(143,204,197,.13); border-radius: 50%; }
.hero-orbit-one { top: -280px; right: -230px; width: 760px; height: 760px; }
.hero-orbit-two { right: 180px; bottom: -370px; width: 620px; height: 620px; }

.quick-contact { position: relative; z-index: 3; margin-top: -1px; background: var(--white); box-shadow: 0 16px 45px rgba(5,33,47,.05); }
.quick-grid { display: grid; grid-template-columns: .85fr 1.25fr 1.1fr; }
.quick-item { display: flex; align-items: center; gap: 15px; min-width: 0; min-height: 108px; padding: 22px 28px; border-right: 1px solid var(--line); text-decoration: none; transition: background 180ms var(--ease-out); }
.quick-item:last-child { border-right: 0; }
.quick-item:hover { background: #f3f7f5; }
.quick-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: var(--teal-100); color: var(--teal-600); }
.quick-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quick-item > span:last-child { display: flex; min-width: 0; flex-direction: column; line-height: 1.35; }
.quick-item small { margin-bottom: 4px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.quick-item strong { overflow: hidden; font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .66fr); gap: 70px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.section-heading.inverse > p { color: #c6d7db; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.56); transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), background 220ms var(--ease-out); }
.service-card:hover { background: var(--white); box-shadow: var(--shadow-sm); transform: translateY(-6px); }
.service-number { position: absolute; top: 24px; right: 26px; color: rgba(15,52,72,.23); font-family: var(--serif); font-size: .9rem; }
.service-icon { display: grid; width: 64px; height: 64px; margin-bottom: 62px; place-items: center; border: 1px solid rgba(42,125,120,.2); border-radius: 50%; background: var(--teal-100); color: var(--teal-600); }
.service-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.care-note { max-width: 780px; margin: 26px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }

.conditions-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.conditions-intro { position: sticky; top: 132px; }
.conditions-intro p:not(.eyebrow) { max-width: 460px; color: var(--muted); }
.condition-list { border-top: 1px solid rgba(23,43,52,.18); }
.condition { display: grid; grid-template-columns: 44px 1fr 1fr; gap: 18px; align-items: center; padding: 27px 0; border-bottom: 1px solid rgba(23,43,52,.18); }
.condition > span { color: var(--teal-600); font-family: var(--serif); font-size: .78rem; }
.condition strong { color: var(--navy-950); font-family: var(--serif); font-size: 1.17rem; font-weight: 400; }
.condition small { color: var(--muted); font-size: .78rem; line-height: 1.5; }

.doctor-section { background: var(--white); }
.doctor-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.doctor-image { position: relative; }
.doctor-image::before { position: absolute; top: -25px; left: -25px; width: 126px; height: 126px; border-radius: 50%; background: var(--teal-100); content: ""; }
.doctor-image img { position: relative; z-index: 1; width: 100%; min-height: 560px; border-radius: 220px 20px 20px 20px; box-shadow: var(--shadow-sm); object-fit: cover; }
.image-note { position: absolute; z-index: 2; right: -28px; bottom: 28px; display: flex; max-width: 310px; flex-direction: column; padding: 20px 24px; border-radius: 16px 0 0 16px; background: var(--navy-950); color: var(--white); box-shadow: var(--shadow-sm); }
.image-note strong { font-family: var(--serif); font-size: 1.18rem; }
.image-note span { color: #bfd3d7; font-size: .76rem; }
.doctor-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.credentials { margin: 34px 0; border-top: 1px solid var(--line); }
.credentials > div { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.credentials dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.credentials dd { margin: 0; color: var(--navy-950); font-size: .9rem; font-weight: 700; }
.profile-links { display: flex; gap: 16px; flex-wrap: wrap; }
.profile-links a { color: var(--navy-900); font-size: .76rem; font-weight: 800; text-underline-offset: 4px; }

.approach { padding: 110px 0 120px; }
.approach::after { position: absolute; right: -120px; bottom: -160px; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; box-shadow: 0 0 0 72px rgba(255,255,255,.018), 0 0 0 144px rgba(255,255,255,.012); }
.steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.15); list-style: none; overflow: hidden; }
.steps li { display: flex; gap: 20px; min-height: 225px; padding: 36px 30px; background: rgba(8,38,55,.88); }
.steps li > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(154,216,209,.35); border-radius: 50%; color: #9ad8d1; font-family: var(--serif); }
.steps h3 { color: var(--white); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.steps p { margin: 0; color: #bdd0d5; font-size: .9rem; }

.feedback { background: var(--ivory); }
.review-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { position: relative; display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.review-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.review-card span { color: var(--teal-600); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-card strong { max-width: 240px; color: var(--navy-950); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.3; }
.review-card i { position: absolute; right: 24px; bottom: 24px; color: var(--teal-600); font-size: 1.15rem; font-style: normal; }

.visit { position: relative; min-height: 720px; overflow: hidden; }
.visit-bg, .visit-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.visit-bg { object-fit: cover; }
.visit-overlay { background: linear-gradient(90deg, rgba(4,28,41,.86) 0%, rgba(4,28,41,.58) 46%, rgba(4,28,41,.1) 78%); }
.visit-inner { position: relative; z-index: 2; display: flex; min-height: 720px; align-items: center; }
.visit-card { width: min(100%, 540px); padding: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(6,32,45,.82); box-shadow: var(--shadow-lg); color: var(--white); backdrop-filter: blur(12px); }
.visit-card h2 { margin-bottom: 22px; color: var(--white); }
.visit-card address { margin-bottom: 26px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.45; }
.visit-details { margin-bottom: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.visit-details p { display: grid; grid-template-columns: 120px 1fr; margin: 0; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .82rem; }
.visit-details span { color: #9fc0c6; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.visit-details a { font-weight: 800; }

.contact { background: var(--ivory-deep); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-copy { position: sticky; top: 132px; }
.contact-copy > p:not(.eyebrow):not(.emergency) { color: var(--muted); }
.phone-display { display: flex; flex-direction: column; margin: 36px 0; color: var(--navy-950); text-decoration: none; }
.phone-display small { color: var(--teal-600); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.phone-display strong { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 400; }
.emergency { max-width: 440px; padding-left: 16px; border-left: 3px solid #ba5b4e; color: #6f4a44; font-size: .78rem; }
.callback-form { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.field-row { margin-bottom: 20px; }
.field-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-row label { display: block; margin-bottom: 7px; color: var(--navy-950); font-size: .73rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
input, select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cdd6d7; border-radius: 10px; background: #fbfcfa; color: var(--ink); transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
input:focus, select:focus { border-color: var(--teal-500); box-shadow: 0 0 0 4px rgba(60,145,138,.12); outline: 0; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 6px 0 24px; color: var(--muted); font-size: .76rem; }
.consent input { width: 18px; min-height: auto; height: 18px; margin-top: 3px; accent-color: var(--teal-600); }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.captcha-wrap { min-height: 78px; margin: 0 0 20px; overflow-x: auto; }
.captcha-preview { display: grid; min-height: 74px; margin: 0; place-items: center; border: 1px dashed #b9c8c9; border-radius: 10px; background: #f5f8f6; color: var(--muted); font-size: .75rem; text-align: center; }
.callback-form .button { width: 100%; border: 0; }
.form-note, .form-status { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.form-status { min-height: 1.2em; color: #8c3f35; font-weight: 700; }

.site-footer { padding: 76px 0 30px; background: #061f2d; color: #d7e3e6; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 50px; padding-bottom: 60px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { background: rgba(255,255,255,.08); }
.footer-tagline { max-width: 350px; margin: 22px 0 0; color: #93abb1; font-size: .88rem; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { margin: 0 0 8px; color: #91cfc8; font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { color: #c5d4d8; font-size: .82rem; text-decoration: none; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #78939a; font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 600px; text-align: right; }
.mobile-call { display: none; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity 640ms var(--ease-out), transform 640ms var(--ease-out); }
.js-ready .reveal.visible { opacity: 1; transform: none; }
.js-ready .delay-1 { transition-delay: 90ms; }
.js-ready .delay-2 { transition-delay: 180ms; }

.legal-page { min-height: 100vh; background: var(--ivory); }
.legal-main { padding: 80px 0 110px; }
.legal-copy { max-width: 820px; }
.legal-copy h1 { color: var(--navy-950); font-size: clamp(3rem, 6vw, 5.3rem); }
.legal-copy h2 { margin-top: 46px; font-family: var(--sans); font-size: 1.3rem; font-weight: 800; letter-spacing: -.02em; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.back-link { display: inline-flex; margin-bottom: 32px; color: var(--teal-600); font-size: .82rem; font-weight: 800; }
.error-main { display: grid; min-height: calc(100vh - 84px); place-items: center; padding: 60px 0; text-align: center; }
.error-main p { color: var(--muted); }

@media (max-width: 1040px) {
  .primary-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 360px; gap: 42px; }
  .credential-card { right: -8px; top: 20%; }
  .quick-item { padding-inline: 18px; }
  .quick-item strong { font-size: .78rem; }
  .doctor-grid { gap: 60px; }
  .doctor-image img { min-height: 500px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 82px; }
  .section { padding: 86px 0; }
  .utility-inner { justify-content: center; }
  .utility-links { display: none; }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 74px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 20px 22px; border-bottom: 1px solid var(--line); background: rgba(247,244,237,.98); box-shadow: var(--shadow-sm); }
  .primary-nav.open { display: flex; flex-direction: column; }
  .primary-nav > a:not(.button) { padding: 12px 4px; }
  .primary-nav .button { margin-top: 8px; }
  .hero { min-height: auto; padding: 72px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .doctor-portrait { justify-self: start; width: min(100%, 500px); margin-left: auto; margin-right: auto; }
  .credential-card { right: -12px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-item { border-bottom: 1px solid var(--line); }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid, .review-links { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-icon { margin-bottom: 36px; }
  .conditions-grid, .doctor-grid, .contact-grid { grid-template-columns: 1fr; }
  .conditions-intro, .contact-copy { position: static; }
  .condition { grid-template-columns: 38px 1fr; }
  .condition small { grid-column: 2; }
  .doctor-image { max-width: 680px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy span { font-size: .64rem; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { padding-top: 58px; }
  h1 { font-size: clamp(3.05rem, 16vw, 4.4rem); }
  h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { margin-top: 32px; }
  .trust-row span { font-size: .65rem; }
  .doctor-portrait { width: 100%; }
  .credential-card { position: relative; top: auto; right: auto; margin: 12px 0 0; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item, .quick-item:nth-child(2) { grid-column: auto; min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-item:last-child { grid-column: auto; }
  .quick-item strong { white-space: normal; }
  .section-heading { margin-bottom: 38px; }
  .service-card { min-height: auto; padding: 28px; }
  .condition { gap: 12px; padding: 23px 0; }
  .doctor-image img { min-height: 420px; border-radius: 120px 16px 16px 16px; }
  .image-note { right: 12px; bottom: 12px; left: 12px; max-width: none; border-radius: 14px; }
  .credentials > div { grid-template-columns: 1fr; gap: 4px; }
  .approach { padding: 78px 0 86px; }
  .visit, .visit-inner { min-height: 650px; }
  .visit-overlay { background: rgba(4,28,41,.6); }
  .visit-card { padding: 34px 26px; }
  .visit-details p { grid-template-columns: 100px 1fr; }
  .callback-form { padding: 28px 22px; }
  .field-row.two-col { grid-template-columns: 1fr; }
  .captcha-wrap { transform: scale(.92); transform-origin: left top; margin-bottom: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .mobile-call { position: fixed; z-index: 99; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; border-radius: 999px; background: var(--teal-600); box-shadow: 0 12px 36px rgba(3,32,46,.3); color: var(--white); font-size: .84rem; font-weight: 800; text-decoration: none; }
  .mobile-call svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js-ready .reveal { opacity: 1; transform: none; }
}
