:root {
  --navy: #25292c;
  --navy-2: #30363a;
  --teal: #25a6ce;
  --teal-dark: #076887;
  --aqua: #76d3ed;
  --seafoam: #edf8fc;
  --sand: #f2f7f9;
  --cream: #ffffff;
  --coral: #25a6ce;
  --coral-dark: #076887;
  --gold: #e6b656;
  --ink: #25292c;
  --muted: #5d6870;
  --line: #dbe8ed;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(34, 75, 92, 0.14);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-weight: 760; letter-spacing: -0.035em; line-height: 1.07; }
h1 { max-width: 760px; font-size: clamp(2.65rem, 6.6vw, 5.7rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 16px; }
.eyebrow { margin-bottom: 16px; color: var(--teal-dark); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: #98def2; }

.notice-bar { background: var(--navy); color: #e6f5fa; font-size: 0.79rem; letter-spacing: 0.02em; }
.notice-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-actions { display: flex; align-items: center; gap: 9px; }
.notice-actions a { color: var(--white); font-weight: 760; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(37, 166, 206, 0.13); background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.brand img { width: 36px; height: 45px; object-fit: contain; }
.brand img.brand-wordmark { width: clamp(190px, 19vw, 255px); height: auto; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 1.03rem; letter-spacing: -0.025em; }
.brand small { margin-top: 5px; color: var(--teal-dark); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
header.site-header .brand { flex-direction: column; align-items: flex-start; gap: 0; }
header.site-header .brand-tagline { display: block; margin-top: 3px; color: var(--teal-dark); font-size: 16px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-align: center; text-transform: none; white-space: nowrap; }
.site-nav { position: relative; display: flex; align-items: center; gap: 12px; }
.site-nav-links { display: none; align-items: center; gap: clamp(14px, 2vw, 28px); }
.site-nav.is-open .site-nav-links { display: flex; }
.site-nav a { color: #39474d; font-size: 0.89rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--teal-dark); }
.site-nav .nav-cta { flex: 0 0 auto; padding: 10px 17px; border-radius: 999px; background: var(--navy); color: var(--white); }
.site-nav .nav-cta:hover { background: var(--teal-dark); color: var(--white); }
.site-nav .nav-cta-secondary { flex: 0 0 auto; padding: 10px 17px; border: 1.5px solid var(--teal-dark); border-radius: 999px; background: transparent; color: var(--teal-dark); }
.site-nav .nav-cta-secondary:hover { background: var(--teal-dark); color: var(--white); }
.menu-button { display: inline-block; order: 2; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--seafoam); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--navy); }
.site-nav-links { order: 1; }
.site-nav .nav-cta { order: 3; }
.site-nav.is-open .menu-button > span:not(.sr-only):nth-child(2) { transform: translateY(6px) rotate(45deg); }
.site-nav.is-open .menu-button > span:not(.sr-only):nth-child(3) { opacity: 0; }
.site-nav.is-open .menu-button > span:not(.sr-only):nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
.site-nav.is-open .site-nav-links { position: absolute; top: 100%; right: 20px; display: grid; min-width: 220px; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.site-nav.is-open .site-nav-links a { padding: 12px 14px; }

.hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 110px) 0 clamp(72px, 9vw, 126px); background: radial-gradient(circle at 82% 15%, rgba(37,166,206,.17), transparent 29%), linear-gradient(145deg, #ffffff 0%, #edf8fc 100%); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background-color: rgba(0, 0, 0, 0.2); background-size: cover; background-position: 45% 42%; background-repeat: no-repeat; opacity: .9; }
.hero-bg > img { width: 100%; height: 100%; object-fit: cover; object-position: 45% 42%; }
@media (max-width: 720px) { .hero-bg::after { background: rgba(255,255,255,.72) !important; } }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #ffffff 0%, #ffffff 24%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: clamp(38px, 5vw, 72px); }
  .hero-copy { position: relative; z-index: 2; max-width: 560px; }
  .hero-copy h1 { margin-bottom: 28px; font-size: clamp(2.65rem, 6.6vw, 3.5rem); }
.hero-lede { max-width: 700px; margin-bottom: 30px; font-size: clamp(1.05rem, 1.6vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 17px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; font-weight: 820; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: var(--white); box-shadow: 0 10px 28px rgba(37,166,206,.24); }
.button-primary, .button-accent { color: var(--navy) !important; }
.button-primary:hover, .button-accent:hover { color: var(--white) !important; }
.site-footer .footer-grid p { color: var(--white); }
.button-primary:hover { background: var(--coral-dark); }
.button-secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.button-secondary:hover { background: var(--navy); color: var(--white); }
.button-light { background: var(--white); color: var(--navy); }
.button-accent { border: 0; background: var(--coral); color: var(--white); }
.button-accent:hover { background: var(--coral-dark); }
.button-full { width: 100%; }
.text-link { color: var(--teal-dark); font-weight: 800; }
.availability { display: flex; align-items: center; gap: 10px; margin-top: 26px; color: #486168; font-size: .88rem; font-weight: 650; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #2aa273; box-shadow: 0 0 0 6px rgba(42,162,115,.12); }

.award-ticker { position: relative; z-index: 3; background: var(--navy); }
.award-ticker-inner { display: flex; align-items: center; gap: 22px; padding: 14px 0; }
.award-badge { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; padding-right: 22px; border-right: 1px solid rgba(255,255,255,.16); color: var(--white); text-decoration: none; }
.award-badge-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 1rem; flex: 0 0 auto; }
.award-badge-text { display: grid; gap: 1px; line-height: 1.25; }
.award-badge-text strong { color: var(--white); font-size: .92rem; letter-spacing: -.01em; }
.award-badge-text span { color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 600; }
.award-badge:hover .award-badge-text span { color: var(--aqua); }
.ticker { position: relative; flex: 1 1 auto; min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ticker-track { display: flex; align-items: center; gap: 48px; margin: 0; padding: 0; list-style: none; width: max-content; animation: ticker-scroll 26s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; color: rgba(255,255,255,.92); font-size: .86rem; font-weight: 600; white-space: nowrap; }
.ticker-stars { color: var(--gold); letter-spacing: .1em; font-size: .78rem; }
.ticker-name { color: rgba(255,255,255,.6); font-weight: 700; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.trust-strip { position: relative; z-index: 3; border-top: 1px solid rgba(37,166,206,.12); border-bottom: 1px solid rgba(37,166,206,.12); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: grid; gap: 2px; padding: 26px 34px; text-align: center; text-decoration: none; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { color: var(--navy); font-size: 1.05rem; letter-spacing: -.01em; }
.trust-item strong span { color: var(--gold); letter-spacing: .04em; }
.trust-item > span { color: var(--muted); font-size: .83rem; }

.section { padding: clamp(76px, 9vw, 126px) 0; }
#how-it-works { padding-top: 21px; padding-bottom: 34px; }
#services { padding-top: 36px; padding-bottom: 1px; }
.mobile-section { padding-bottom: 34px; }
.practice-gallery { padding-top: 38px; }
#reviews { padding-top: 40px; padding-bottom: 45px; }
#areas { padding: 19px 0 38px; }
#areas .eyebrow { margin-bottom: 0; }
.section-sand { background: var(--sand); }
.section-seafoam { background: var(--seafoam); }
  #conditions { padding-top: 67px; padding-bottom: 15px; }
.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(30px, 7vw, 90px); margin-bottom: 44px; }
.split-heading h2, .section-intro h2, .reviews-heading h2, .areas-grid h2, .faq-grid h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 5px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); }
.step-card > span { display: inline-flex; margin-bottom: 34px; color: var(--coral); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step-card h3 { margin-bottom: 12px; }
.step-card p { margin-bottom: 0; font-size: .95rem; }
.section-intro { max-width: 760px; margin-bottom: 48px; }
.section-intro h2 { margin-bottom: 20px; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card, .service-card.service-featured { grid-column: span 1; min-height: 278px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 45px rgba(8,47,59,.08); }
.service-card.service-featured { background: var(--navy); }
.service-featured h3, .service-featured p { color: var(--white); }
.service-featured p { color: #cfe1e3; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 40px; border-radius: 50%; background: var(--seafoam); color: var(--teal-dark); font-size: .75rem; font-weight: 900; }
.service-featured .service-icon { background: rgba(255,255,255,.14); color: #8fe0dc; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin-bottom: 0; font-size: .94rem; }
.services-more { margin-top: 32px; text-align: center; }

.pricing-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(36px, 5vw, 64px); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.pricing-info { flex: 1 1 420px; max-width: 620px; }
.pricing-info h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.pricing-desc { margin-bottom: 28px; font-size: 16px; }
.pricing-note { margin: 8px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.pricing-figure { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 6px; padding: 28px 44px; border-radius: var(--radius); background: var(--seafoam); text-align: center; }
.pricing-label { color: var(--teal-dark); font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pricing-amount { color: var(--navy); font-size: clamp(3rem, 6vw, 4.4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.pricing-currency { font-size: 0.5em; font-weight: 700; vertical-align: super; }

.mobile-section { overflow: hidden; background: var(--navy); }
.mobile-grid { display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: clamp(46px, 8vw, 100px); }
.mobile-image { position: relative; }
.mobile-image::before { content: ""; position: absolute; inset: -26px auto auto -32px; width: 140px; height: 140px; border: 2px solid var(--aqua); border-radius: 50%; opacity: .4; }
.mobile-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.mobile-copy h2 { color: var(--white); font-size: 60px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 30px 0 34px; color: #e8f4f7; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
  .check-list li::before { content: ""; position: absolute; left: 2px; top: 6px; width: 12px; height: 7px; border-left: 2px solid #76d3ed; border-bottom: 2px solid #76d3ed; transform: rotate(-45deg); }

.practice-gallery { background: var(--white); }
.gallery-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(30px, 7vw, 90px); margin-bottom: 38px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { margin-bottom: 5px; font-size: 16px; }
.carousel { position: relative; }
.carousel-viewport { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow); }
.carousel-slide { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s ease; }
.carousel-slide.is-active { opacity: 1; visibility: visible; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.carousel-slide figcaption { position: absolute; left: 24px; bottom: 24px; display: grid; max-width: min(460px, calc(100% - 48px)); padding: 16px 19px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; background: rgba(37,41,44,.82); color: var(--white); backdrop-filter: blur(10px); }
.carousel-slide figcaption strong { font-size: .95rem; }
.carousel-slide figcaption span { margin-top: 2px; color: #d7e9ef; font-size: .8rem; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; }
.carousel-controls > button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); font-size: 1.15rem; cursor: pointer; }
.carousel-controls > button:hover { border-color: var(--teal); color: var(--teal-dark); }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-controls { flex-wrap: wrap; }
.carousel-controls > .carousel-pause { width: auto; padding: 0 16px; border-radius: 14px; font-size: 14px; }
.carousel-dots { order: 4; flex-basis: 100%; justify-content: center; gap: 4px; }
.carousel-dots button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-dots button::after { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--muted); }
.carousel-dots button.is-active::after { width: 26px; border-radius: 999px; background: var(--teal-dark); }
.ticker.is-paused .ticker-track { animation-play-state: paused; }
.ticker-pause { min-height: 44px; padding: 8px 12px; border: 1px solid var(--white); border-radius: 12px; background: var(--navy); color: var(--white); font-size: 14px; }
@media(prefers-reduced-motion: reduce) { .ticker-pause { display: none; } }

.conditions-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(30px, 7vw, 90px); margin-bottom: 46px; }
.conditions-heading h2 { margin-bottom: 0; }
.conditions-heading > p { margin-bottom: 5px; }
.conditions-groups { display: grid; gap: 40px; }
.conditions-group-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--navy); font-size: 1.15rem; font-weight: 760; letter-spacing: -0.01em; }
.conditions-group-icon { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--white); color: var(--teal-dark); box-shadow: 0 6px 18px rgba(8,47,59,.08); }
.conditions-group-icon svg { width: 18px; height: 18px; }
.conditions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; list-style: none; padding: 0; margin: 0; }
.condition-card { margin: 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease, border-color .2s ease, box-shadow .2s ease; }
.condition-card.is-visible { opacity: 1; transform: translateY(0); }
.condition-card:hover { border-color: rgba(37, 166, 206, .45); box-shadow: 0 12px 30px rgba(8,47,59,.07); }
.condition-card strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: .93rem; font-weight: 760; }
.condition-card span { display: block; color: var(--muted); font-size: .8rem; line-height: 1.4; }

.about-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(44px, 8vw, 110px); }
.doctor-card { overflow: hidden; border-radius: 180px 180px 26px 26px; background: var(--seafoam); box-shadow: var(--shadow); }
.doctor-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.doctor-card div { display: grid; padding: 20px 24px 24px; text-align: center; }
.doctor-card strong { color: var(--navy); }
.doctor-card span { color: var(--muted); font-size: .83rem; }
.about-copy h2 { margin-bottom: 28px; }
.credential-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.credential-row span, .city-pills span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: var(--white); font-size: .82rem; font-weight: 760; }

.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.reviews-heading > div { max-width: 770px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { margin: 0; padding: 30px; border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 40px rgba(8,47,59,.06); }
.stars { margin-bottom: 25px; color: #d99a27; letter-spacing: .12em; }
.review-card blockquote { margin: 0 0 32px; color: var(--navy); font-size: 1.2rem; font-weight: 650; line-height: 1.45; }
.review-card figcaption { color: var(--ink); font-size: .88rem; font-weight: 800; }
.review-card figcaption span { display: block; color: var(--muted); font-size: .75rem; font-weight: 550; }
.review-note { margin-top: 24px; margin-bottom: 0; font-size: .77rem; }

.areas-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(44px, 8vw, 105px); }
.areas-grid h2 { margin-bottom: 0; }
.city-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.area-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.city-pills span { background: var(--seafoam); border-color: transparent; }
.area-card { padding: 34px; border-radius: var(--radius); background: var(--sand); }
.area-card h3 { margin-bottom: 22px; }
.area-card dl { margin: 0; }
.area-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); }
.area-card dt { font-weight: 760; }
.area-card dd { margin: 0; color: var(--muted); }

.dot-banner { padding: 19px 0 17px; background: linear-gradient(120deg, #076887, #25292c); }
.dot-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.dot-inner h2 { margin-bottom: 12px; color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }
.dot-inner p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: #d2e7e8; }
.dot-inner .button { flex: 0 0 auto; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 110px); }
.faq-grid > div:first-child h2 { font-size: 30px; }
.accordion-list { border-top: 1px solid var(--line); }
.accordion-list details { border-bottom: 1px solid var(--line); }
.accordion-list summary { position: relative; padding: 22px 42px 22px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--teal-dark); font-size: 1.5rem; font-weight: 500; }
.accordion-list details[open] summary::after { content: "−"; }
.accordion-list p { padding-right: 35px; margin-bottom: 24px; }

.request-section { background: var(--navy); }
.request-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(48px, 8vw, 100px); }
.request-copy h2 { color: var(--white); }
.request-copy > p:not(.eyebrow) { color: #cfe1e3; }
.contact-stack { display: grid; gap: 10px; margin: 34px 0; }
.contact-stack a { display: grid; padding: 14px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: #f3eeee; color: var(--teal-dark); text-align: center; text-decoration: none; }
.contact-stack span { color: var(--teal-dark); font-size: 18px; font-weight: 800; letter-spacing: .04em; text-transform: none; }
.contact-stack strong { font-size: .98rem; overflow-wrap: anywhere; }
.small-note { font-size: .78rem; }
.lead-form { padding: clamp(24px, 4vw, 42px); border-radius: var(--radius); background: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.form-row { display: grid; gap: 7px; margin-bottom: 17px; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { color: var(--navy); font-size: .82rem; font-weight: 800; }
.lead-form label > span[aria-hidden="true"] { color: var(--coral-dark); }
.optional { color: var(--muted); font-weight: 500; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #cbd7d6; border-radius: 11px; background: #fbfdfc; color: var(--ink); }
.lead-form input, .lead-form select { min-height: 48px; padding: 9px 12px; }
.lead-form textarea { min-height: 116px; padding: 12px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 3px solid rgba(8,127,134,.18); border-color: var(--teal); }
.form-hint { margin: -7px 0 17px; color: var(--muted); font-size: .78rem; font-weight: 550; line-height: 1.5; }
.form-hint.is-error { color: #a33c29; font-weight: 700; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 24px; margin-top: 12px; color: var(--muted); font-size: .84rem; font-weight: 650; text-align: center; }
.form-status.is-success { color: #17734d; }
.form-status.is-error { color: #a33c29; }
.form-fallback { margin-top: 18px; color: #cfe1e3; font-size: .86rem; font-weight: 600; text-align: center; }
.form-fallback a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 66px 0 100px; background: #25292c; color: #d7e9ef; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .72fr 1fr 1fr; gap: 44px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child p { max-width: 320px; margin-top: 22px; }
.footer-grid h2 { margin-bottom: 18px; color: #76d3ed; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: 8px; color: #d7e9ef; font-size: .84rem; }
.footer-grid a:hover { color: var(--white); }
.brand-footer { padding: 9px 12px; border-radius: 10px; background: var(--white); }
.social-panel { padding-top: 28px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12); }
.social-panel > h2 { margin-bottom: 15px; color: #76d3ed; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.social-widgets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.social-widget:nth-child(1) .social-icon { background: rgba(37, 166, 206, .07); }
.social-widget:nth-child(2) .social-icon { background: rgba(37, 166, 206, .02); }
.social-widget:nth-child(3) .social-icon { background: rgba(37, 166, 206, 0); font-size: 20px; }
.social-widget:nth-child(4) .social-icon { background: rgba(37, 166, 206, .03); font-size: 20px; }
.social-widget { min-height: 82px; display: grid; place-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: var(--white); text-decoration: none; transition: border-color .2s ease, background-color .2s ease; }
.social-widget:hover { border-color: rgba(118,211,237,.65); background: rgba(255,255,255,.05); }
.social-widget > .social-icon { margin: 0; }
.social-widget strong, .social-widget small { display: none; }
.social-icon { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--teal); color: var(--white); font-size: 1.1rem; font-weight: 900; }
.social-icon img { display: block; width: 28px; height: 28px; object-fit: contain; }
.social-widget:nth-child(3) .social-icon, .social-widget:nth-child(4) .social-icon { font-size: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 28px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.12); color: #8ba5aa; font-size: .74rem; }
.mobile-actions { display: none; }

.subpage-hero { padding: clamp(64px, 8vw, 108px) 0; background: linear-gradient(145deg, #ffffff 0%, #edf8fc 100%); }
.subpage-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(38px, 6vw, 78px); }
.subpage-hero h1 { margin-bottom: 26px; font-size: clamp(2.7rem, 5.5vw, 5rem); }
.subpage-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.service-detail-list { display: grid; gap: 16px; }
.service-detail-list details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); scroll-margin-top: 120px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.service-detail-list details[open] { border-color: var(--teal-dark); box-shadow: var(--shadow); }
.service-detail-list summary { display: flex; align-items: center; gap: 20px; padding: clamp(22px, 3.4vw, 32px) clamp(26px, 4vw, 46px); cursor: pointer; list-style: none; }
.service-detail-list summary::-webkit-details-marker { display: none; }
.service-detail-list .service-num { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--seafoam); color: var(--teal-dark); font-size: .78rem; font-weight: 900; }
.service-detail-list summary h2 { flex: 1 1 auto; margin: 0; font-size: clamp(1.3rem, 2.4vw, 1.9rem); }
.service-detail-list summary::after { content: "+"; flex: 0 0 auto; color: var(--teal-dark); font-size: 1.7rem; font-weight: 500; line-height: 1; }
.service-detail-list details[open] summary::after { content: "\2212"; }
.service-detail-list .service-body { display: grid; grid-template-columns: 200px minmax(0, 1fr); align-items: center; gap: 24px; padding: 0 clamp(26px, 4vw, 46px) clamp(26px, 4vw, 46px); }
.service-detail-list .service-body img { width: 100%; height: 250px; border-radius: calc(var(--radius) - 10px); object-fit: cover; }
.service-detail-list .service-body p { margin: 0; }
.service-cta { padding: 58px 0; background: linear-gradient(120deg, #076887, #25292c); }
.service-cta h2 { margin-bottom: 12px; color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }
.service-cta p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: #dceff5; }
.cta-stack { flex: 0 0 auto; display: grid; gap: 10px; }
.button-outline-light { border-color: rgba(255,255,255,.75); color: var(--white); }
.button-outline-light:hover { background: var(--white); color: var(--navy); }

.privacy-main { min-height: 70vh; padding: 84px 0 110px; }
.privacy-main article { max-width: 800px; }
.privacy-main h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }
.privacy-main h2 { margin-top: 50px; font-size: 1.65rem; }
.privacy-main li { margin-bottom: 8px; color: var(--muted); }
.privacy-main .back-link { display: inline-flex; margin-bottom: 44px; color: var(--teal-dark); font-weight: 800; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 780px); }
  .menu-button { display: block; }
  .site-nav { position: static; display: flex; gap: 8px; }
  .site-nav > .nav-cta { display: none; }
  .site-nav.is-open .site-nav-links { top: 100%; left: 14px; right: 14px; min-width: 0; max-height: calc(100dvh - 180px); overflow-y: auto; }
  .header-inner .brand { min-width: 0; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 13px 14px; border-radius: 10px; font-size: 1rem; }
  .site-nav .nav-cta { margin-top: 4px; text-align: center; }
  .hero-grid, .mobile-grid, .about-grid, .areas-grid, .request-grid, .subpage-hero-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 58px; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .availability { justify-content: center; }
  .split-heading, .faq-grid, .gallery-heading, .conditions-heading { grid-template-columns: 1fr; }
  .service-card, .service-card.service-featured { grid-column: span 6; }
  .mobile-image { order: 2; }
  .about-grid { max-width: 720px; }
  .doctor-card { width: min(100%, 430px); margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .social-widgets { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 66px; font-size: 16px; }
  html { scroll-padding-top: 100px; }
  .notice-inner { justify-content: center; }
  .notice-inner > span:first-child { display: none; }
  header.site-header .header-inner { min-height: 70px; gap: 14px; }
  header.site-header .brand img.brand-wordmark { width: min(62vw, 270px); }
  header.site-header .brand-tagline { white-space: normal; max-width: 62vw; font-size: 14px; letter-spacing: 0.05em; line-height: 1.35; }
  header.site-header .menu-button { width: 48px; height: 44px; border-radius: 14px; }
  header.site-header .nav-cta { min-height: 44px; padding: 10px 16px; font-size: .88rem; }
  .site-nav { top: calc(100% + 8px); left: 14px; right: 14px; }
  .hero { padding-top: 58px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .carousel-viewport { aspect-ratio: 4 / 3; }
  .carousel-slide figcaption { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .award-ticker-inner { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px 0; }
  .award-badge { padding-right: 0; padding-bottom: 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); width: 100%; }
  .ticker { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { padding: 18px 20px; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .steps-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.service-featured { grid-column: 1 / -1; min-height: auto; }
  .service-icon { margin-bottom: 26px; }
  .pricing-card { flex-direction: column; align-items: stretch; text-align: center; }
  .pricing-info { max-width: none; }
  .pricing-figure { width: 100%; }
  .reviews-heading, .dot-inner { align-items: flex-start; flex-direction: column; }
  .dot-inner .button { width: 100%; }
  .form-two { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .social-widgets { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 60; height: 66px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -12px 35px rgba(8,47,59,.12); backdrop-filter: blur(12px); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--navy); font-size: .78rem; font-weight: 820; text-decoration: none; }
  .mobile-actions a + a { border-left: 1px solid var(--line); }
  .site-footer { padding-bottom: 54px; }
  .about-grid, .reviews-heading, .areas-grid, .conditions-heading, .gallery-heading, .faq-grid, .request-grid, .dot-inner, .split-heading, .section-intro { text-align: center; }
  .about-copy .credential-row { justify-content: center; text-align: center; margin-top: 24px; }
  .about-copy .credential-row span:first-child { padding-right: 15px; }
  .mobile-copy .check-list { text-align: left; }
  .pricing-info h2, .mobile-copy h2, .reviews-heading h2, .areas-grid h2, #conditions-title, #gallery-title, #dot-title, .faq-grid h2, .request-copy h2 { text-align: center; }
  .faq-grid .accordion-list summary { text-align: center; }
  .city-pills { justify-content: center; gap: 5px; text-align: center; }
  .request-copy { text-align: center; }
  .footer-grid { text-align: center; }
  .footer-grid > div:first-child .brand-footer { padding: 0; justify-content: center; }
  .brand-footer img.brand-wordmark { width: min(270px, 100%); height: auto; margin-inline: auto; }
  .social-widgets .social-google { padding: 12px 11px 12px 8px; font-size: 24px; }
  .social-widgets .social-widget:nth-child(2) { padding-left: 8px; }
  .social-widgets .social-widget:nth-child(3) { padding-left: 4px; }
  .social-widgets .social-google img { border-radius: 12px; }
  .dot-inner > div > p:last-child { text-align: center; }
  .service-card:nth-child(10) { padding-top: 63px; padding-bottom: 0; }
  .service-detail-list .service-body { grid-template-columns: 1fr; }
  .service-detail-list .service-body img { height: 300px; }
  .cta-stack { width: 100%; }
  .cta-stack .button { width: 100%; }
}

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

@media (min-width: 981px) and (max-width: 1199px) {
  header.site-header .header-inner { gap: 16px !important; }
  header.site-header .brand img.brand-wordmark { width: 280px !important; }
  header.site-header .brand-tagline { max-width: 320px; white-space: normal; font-size: 14px; }
  header.site-header .site-nav { gap: 10px !important; }
  header.site-header .nav-cta { padding: 12px 16px !important; font-size: 14px !important; }
  header.site-header .menu-button { width: 48px !important; }
}

@media (min-width: 981px) {
  header.site-header { background: rgba(255, 255, 255, .96); }
  header.site-header .header-inner { min-height: 92px; gap: 36px; }
  header.site-header .brand img.brand-wordmark { width: clamp(300px, 30vw, 430px); }
  header.site-header .site-nav { gap: 22px; }
  header.site-header .menu-button { width: 88px; height: 56px; border-radius: 20px; }
  header.site-header .menu-button > span:not(.sr-only) { width: 39px; height: 3px; margin: 6px auto; }
  header.site-header .nav-cta { min-height: 56px; padding: 14px 34px; font-size: 1.05rem; }
  header.site-header + main { border-top: 1px solid rgba(37, 166, 206, .08); }
  .site-header { background: rgba(255, 255, 255, .88); }
  .hero-copy h1 { text-wrap: balance; }
  .service-card, .step-card, .review-card, .area-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
  .service-card:hover, .step-card:hover { border-color: rgba(37, 166, 206, .45); }
}

@media (max-width: 720px) {
  .hero-copy h1, .section h2, .dot-inner h2, .service-cta h2 { text-wrap: balance; }
  .lead-form { padding: 22px 18px; }
  .contact-stack a { padding: 13px 15px; }
  .carousel-controls { gap: 11px; }
}

.about-grid { padding-top: 0; padding-bottom: 0; }
#about { padding-top: 0; padding-bottom: 0; }
.service-card, .service-card.service-featured { min-height: 278px; padding: 75px 30px 30px; background: var(--white); color: var(--ink); text-align: center; }
.service-card.service-featured h3, .service-card.service-featured p { color: var(--ink); }
.service-card.service-featured p { color: var(--muted); }
.social-icon img { width: 21px; height: 21px; object-fit: contain; }
.social-widgets { grid-template-columns: repeat(4, 1fr); }

  @media (max-width: 720px) {
  .social-widgets { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  }

@media print {
  .notice-bar, .site-header, .mobile-actions, .hero-actions, .button { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding: 30px 0; }
}

.live-review-summary {
  margin: 0.75rem 0 0;
  color: var(--ink, #173b40);
}

.google-review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.google-review-avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.google-review-author-name,
.google-review-time {
  display: block;
}

.google-review-author-name {
  color: inherit;
  font-weight: 700;
}

.google-review-time {
  margin-top: 0.15rem;
  color: var(--muted, #5d6f70);
  font-size: 0.875rem;
}

.google-review-card .stars {
  color: #b97816;
  letter-spacing: 0.08em;
}

.google-review-card blockquote {
  margin: 0.75rem 0 1rem;
}

.google-review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
  font-size: 0.875rem;
}

.google-review-disclosure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.75rem;
  margin-top: 1rem;
  color: var(--muted, #5d6f70);
  font-size: 0.8125rem;
}

.google-maps-attribution {
  color: #1a73e8;
  font-weight: 700;
  white-space: nowrap;
}

.live-review-status {
  min-height: 1.25em;
  margin: 0.75rem 0 0;
  color: var(--muted, #5d6f70);
  font-size: 0.875rem;
}

[hidden] {
  display: none !important;
}

:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
.google-review-card { display: flex; flex-direction: column; }
.google-review-disclosure { font-size: 14px; }
.google-review-links a { min-height: 44px; display: inline-flex; align-items: center; }
.site-nav-links .mobile-nav-action { display: none; }
@media(max-width:980px) { .site-nav-links .mobile-nav-action { display: block; } }
.sd-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; }
