@font-face {
  font-family: Goldenbook;
  src: url('/fonts/goldenbook.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Goldenbook;
  src: url('/fonts/goldenbook-light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('/fonts/montserrat-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f8f8f8;
  --white: #fff;
  --header-surface: #fff;
  --ink: #292929;
  --muted: #585650;
  --gold: #c5bb8a;
  --taupe: #aea18f;
  --line: #c9c5bb;
  --review-ground: #d2ccc2;
  --gutter: 64px;
  --page-width: 1320px;
  --serif: Goldenbook, Georgia, serif;
  --sans: Montserrat, Arial, sans-serif;
  --ease: cubic-bezier(.2, .65, .3, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { background: var(--paper); scroll-behavior: smooth; scroll-padding-top: 128px; }
/* The browser canvas above the white header must not inherit the paper/hero tone. */
html.homepage { background: var(--header-surface); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .5; }
a { color: inherit; text-underline-offset: .24em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, a, summary { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
::selection { color: var(--ink); background: #ded6ad; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(56px, 5.28vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
h2 { font-size: clamp(42px, 4.4vw, 64px); line-height: 1.08; letter-spacing: -.035em; }
h3 { font-size: 38px; line-height: 1.12; letter-spacing: -.025em; }
p + p { margin-top: 1em; }
[hidden] { display: none !important; }
.wrap { width: min(var(--page-width), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex: 0 0 24px; stroke-width: 1.5; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.contact-booking { margin-top: 24px; }
.contact-booking p { margin-top: 12px; font-size: 14px; }
.contact-form { grid-column: 1 / -1; width: 100%; max-width: 780px; margin-top: 32px; padding: clamp(24px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.contact-form h3 { font-size: clamp(28px, 3vw, 38px); }
.contact-form > p { margin-block: 18px; }
.contact-form fieldset { display: grid; gap: 10px; margin: 24px 0; padding: 0; border: 0; min-width: 0; }
.contact-form input:not([type='checkbox']), .contact-form textarea { width: 100%; min-width: 0; min-height: 48px; padding: 12px; border: 1px solid #8e897d; border-radius: 4px; background: var(--white); }
.contact-form textarea { resize: vertical; }
.contact-form label { font-weight: 500; }
.contact-form fieldset > label:not(:first-of-type) { margin-top: 12px; }
.contact-form-consent { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 400 !important; }
.contact-form-consent input { flex-shrink: 0; width: 20px; height: 20px; margin-top: 3px; accent-color: var(--ink); }
#callback-message-hint, #callback-privacy { font-size: 13px; color: var(--muted); }
#callback-status { min-height: 1.7em; }
.logika-chat-panel { position: fixed; z-index: 80; right: max(16px, env(safe-area-inset-right)); bottom: calc(98px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; width: min(400px, calc(100vw - 32px)); height: min(660px, calc(100dvh - 126px)); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 50px #29292926; }
.logika-chat-heading { display: flex; align-items: center; gap: 12px; justify-content: space-between; padding: 10px 12px 10px 20px; border-bottom: 1px solid var(--line); }
.logika-chat-heading h2 { font: 600 14px/1.5 var(--sans); letter-spacing: 0; }
.logika-chat-close { flex-shrink: 0; width: 44px; height: 44px; border: 0; background: transparent; font-size: 26px; }
.logika-chat-frame { flex: 1; min-height: 0; }
.logika-chat-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.logika-chat-loading, .logika-chat-fallback { padding: 24px; }
.logika-chat-fallback .button { margin-block: 18px; }
.logika-chat-fallback button { min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); background: var(--white); border-radius: 4px; }
.logika-chat-privacy { padding: 10px 16px; margin-top: auto; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.6; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 12px 20px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: translateY(0); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--gold);
  color: var(--ink);
  font: 600 16px/1.4 var(--sans);
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover { background: #d1c79a; text-decoration: none; transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button.secondary, .button.outline { border-color: var(--ink); background: transparent; }
.button.secondary:hover, .button.outline:hover { background: #e9e6de; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; padding-block: 8px; font-size: 16px; font-weight: 500; color: var(--ink); text-decoration: underline; text-decoration-color: var(--taupe); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; }

.site-header {
  --header-top-inset: calc(20px + env(safe-area-inset-top, 0px));
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: var(--header-top-inset) var(--gutter) 34px;
  /* Opaque through the top gap/notch; only the area below it fades over content. */
  background: linear-gradient(180deg, var(--header-surface) 0%, var(--header-surface) var(--header-top-inset), rgb(255 255 255 / .96) 54%, rgb(255 255 255 / .76) 78%, rgb(255 255 255 / 0) 100%);
  pointer-events: none;
}
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; color: var(--ink); text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: block; max-width: 190px; font: 500 18px/1.3 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.brand span span { font: inherit; letter-spacing: inherit; }
.site-header .brand { min-width: 44px; min-height: 44px; justify-content: center; }
.header-inner { display: flex; width: min(var(--page-width), 100%); margin-inline: auto; align-items: center; justify-content: space-between; gap: 48px; pointer-events: auto; }
.header-assistant { display: flex; align-items: center; justify-content: flex-end; flex: 0 1 auto; margin-left: auto; min-width: 0; gap: 18px; min-height: 64px; padding: 0; border: 0; background: transparent; text-align: right; }
.agent-message { max-width: 440px; min-width: 0; padding-right: 18px; border-right: 1px solid #918354; font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }
.agent-greeting { display: block; }
.agent-callout { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; }
.agent-signal { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(125deg, #ebe3be, #c5bb8a, #d8c9ad, #f1ead2, #c5bb8a); background-size: 300% 300%; box-shadow: 0 0 0 5px rgb(197 187 138 / .12); animation: agent-shimmer 8s ease-in-out infinite; transition: box-shadow 200ms ease; }
.agent-signal .icon { width: 22px; height: 22px; }
.header-assistant:hover .agent-signal, .header-assistant.assistant-active .agent-signal { box-shadow: 0 0 0 7px rgb(197 187 138 / .24); }
.header-assistant[aria-pressed='true'] .agent-message { border-right-width: 2px; }
@keyframes agent-shimmer { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.fallback-nav { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-block: 132px 24px; }
.fallback-nav a { display: inline-flex; align-items: center; min-height: 44px; }
html:not(.js) .header-assistant, html:not(.js) .action-bar > button { display: none; }
html:not(.js) .action-bar { display: flex; width: auto; }

.hero { position: relative; isolation: isolate; display: grid; align-items: center; min-height: 80svh; margin-top: 0; padding-block: 148px 60px; overflow: hidden; background: #e9e5dc; }
.hero-media { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.hero-poster, .hero-video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-poster { opacity: 1; }
.hero-video { opacity: 0; transition: opacity 600ms var(--ease); }
.hero.video-ready .hero-video { opacity: 1; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: rgb(242 239 231 / .58); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: clamp(36px, 5svh, 64px); }
.hero-copy { width: 100%; max-width: 880px; min-width: 0; }
.hero-copy h1 { max-width: 680px; margin-inline: auto; font-size: clamp(52px, 4.4vw, 68px); line-height: 1.12; letter-spacing: -.025em; color: #4b4944; text-wrap: balance; }
.hero-emblem { display: grid; grid-template-columns: 145px auto 145px; align-items: center; justify-content: center; gap: clamp(30px, 3.8vw, 58px); }
.hero-emblem img { width: clamp(148px, 12vw, 184px); height: auto; object-fit: contain; }
.hero-emblem-label { font: 500 16px/1.65 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.hero .actions { justify-content: center; margin-top: 8px; }
.hero .button { min-width: 232px; border-radius: 999px; padding: 16px 30px; font: 500 15px/1.4 var(--sans); }
.hero .button .icon { display: none; }
.practice-lead { font-weight: 500; }
.contact-strip { border-block: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .85fr 1.25fr 1.2fr; padding-block: 26px; }
.contact-grid > * { min-width: 0; padding-inline: 24px; border-left: 1px solid var(--line); font-size: 16px; line-height: 1.6; }
.contact-grid > :first-child { padding-left: 0; border-left: 0; }
.contact-grid > :last-child { padding-right: 0; }
.contact-grid .icon { margin-bottom: 10px; color: #8a7b52; }
.contact-grid a { display: inline-block; min-height: 44px; overflow-wrap: anywhere; text-decoration: none; }
.contact-grid a:hover { text-decoration: underline; }
.contact-grid strong { font-weight: 500; }
.contact-grid h2 { font: 500 16px/1.6 var(--sans); letter-spacing: 0; }
.contact-grid p, .contact-grid address { font-style: normal; }

.section { padding-block: 104px; }
.section-heading { display: grid; grid-template-columns: 1.45fr 1fr; align-items: end; gap: 64px; margin-bottom: 52px; }
.section-heading p { max-width: 430px; font-size: 18px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: start; gap: 64px 18px; }
.service-card { grid-column: span 2; min-width: 0; }
.service-card:nth-child(n + 4) { grid-column: span 3; }
.service-image { position: relative; isolation: isolate; display: grid; place-items: center; min-height: 400px; padding: 32px; overflow: hidden; cursor: pointer; list-style: none; color: var(--white); background: var(--ink); }
.service-image::-webkit-details-marker { display: none; }
.service-category-link { text-decoration: none; }
.service-image::after { content: ''; position: absolute; inset: 0; z-index: -1; background: rgb(0 0 0 / .48); transition: background-color 350ms ease; }
.service-image img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease); }
#general-care .service-image img { object-position: 70% center; }
.service-image h3 { font: 300 clamp(25px, 2.4vw, 36px)/1.15 var(--serif); letter-spacing: -.02em; text-align: center; text-transform: uppercase; text-wrap: balance; }
.service-image:focus-visible { outline: 2px solid var(--white); outline-offset: -8px; }
.service-expand { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgb(255 255 255 / .65); border-radius: 50%; }
.service-expand .icon { transition: transform 250ms ease; }
.service-details[open] .service-expand .icon { transform: rotate(45deg); }
.service-copy { min-width: 0; padding: 26px 8px 8px; }
.service-copy p { max-width: 680px; }
.service-copy p a { text-decoration-color: var(--taupe); }
.service-copy .text-link { margin-top: 16px; }
@media (hover: hover) {
  .service-image:hover img { transform: scale(1.035); }
  .service-image:hover::after { background: rgb(0 0 0 / .42); }
}
.practice-details summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; padding-block: 20px; cursor: pointer; list-style: none; }
.practice-details summary::-webkit-details-marker { display: none; }
.practice-details summary .icon { flex-shrink: 0; transition: transform .2s ease; }
.practice-details[open] summary .icon { transform: rotate(45deg); }
.practice-details { margin-top: 16px; border-top: 1px solid var(--line); }
.practice-details > div { max-width: 68ch; padding-bottom: 8px; }
.practice-details summary:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { .practice-details summary .icon { transition: none; } }
.practice-note { margin-top: 0; padding-top: 40px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; }
.practice-note h2, .practice-note h3 { font-size: 40px; }

.reviews { overflow: clip; background: var(--review-ground); }
.reviews > .wrap > h2 { margin-bottom: 30px; text-align: center; }
.reviews > .wrap > h2::after { content: ''; display: block; width: 100px; height: 1px; margin: 26px auto 0; background: #93855e; }
.reviews .section-heading { display: block; margin-bottom: 28px; text-align: center; }
.reviews .section-heading p { max-width: none; margin: 20px auto 0; font-size: 16px; }
.reviews .section-heading h2::after { content: ''; display: block; width: 100px; height: 1px; margin: 26px auto 0; background: #93855e; }
.review-controls { display: flex; justify-content: flex-end; align-items: center; gap: 16px; margin-bottom: 28px; }
.review-controls button { display: inline-flex; min-width: 48px; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 10px 16px; border: 1px solid var(--ink); border-radius: 4px; background: transparent; font: 500 16px/1.4 var(--sans); }
.review-controls button:hover { background: rgb(255 255 255 / .3); }
.review-controls > div { display: flex; gap: 12px; }
.review-controls > div button { padding: 12px; border-radius: 50%; }
.review-controls p { text-align: center; font-size: 16px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
#review-prev .icon { transform: rotate(180deg); }
.review-rail { display: flex; gap: 24px; padding-inline: max(var(--gutter), calc((100% - var(--page-width)) / 2)); overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #938779 transparent; scroll-padding-inline: max(var(--gutter), calc((100% - var(--page-width)) / 2)); padding-bottom: 18px; }
.review-card { display: flex; flex: 0 0 calc((100% - 48px) / 3); flex-direction: column; min-width: 0; min-height: 440px; padding: 34px 30px; border-radius: 5px; background: var(--paper); scroll-snap-align: start; }
.review-stars { display: flex; gap: 4px; margin-bottom: 18px; color: #a39157; }
.review-stars .icon { width: 22px; height: 22px; flex-basis: 22px; fill: currentColor; stroke-width: 0; }
.review-card blockquote { flex: 1; font-family: var(--serif); font-size: 30px; line-height: 1.26; letter-spacing: -.02em; overflow-wrap: anywhere; }
.review-person { display: flex; align-items: center; gap: 16px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 16px; line-height: 1.5; }
.review-person strong { font-weight: 500; overflow-wrap: anywhere; }
.review-person time { display: block; margin-top: 4px; color: var(--muted); }
.review-person .avatar, .review-person .initial { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; background: #b5a780; font: 400 28px/1 var(--serif); color: var(--ink); }
.review-more { margin-top: 34px; text-align: center; }
.reviews > .wrap > .actions { justify-content: center; margin-top: 34px; }
.reviews .review-note, .reviews .disclosure { max-width: 880px; margin: 22px auto 0; text-align: center; font-size: 16px; }

.team > .wrap > h2, .team > h2 { margin-bottom: 44px; text-align: center; }
.team .section-heading { display: block; text-align: center; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.doctor-card { min-width: 0; }
.doctor-photo { position: relative; overflow: hidden; border-radius: 4px; isolation: isolate; }
.doctor-photo img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; object-position: center 30%; }
.doctor-photo::after { content: ''; position: absolute; z-index: 0; inset: 48% 0 0; background: linear-gradient(transparent, rgb(0 0 0 / .7)); pointer-events: none; }
.doctor-photo h3 { position: absolute; z-index: 1; bottom: 26px; left: 20px; right: 20px; color: var(--white); text-align: center; font-size: clamp(30px, 3vw, 42px); text-wrap: balance; }
.doctor-copy { padding: 24px 16px 0; text-align: center; }
.doctor-copy p { font-size: 17px; }
.doctor-copy .button, .doctor-copy .text-link { margin-top: 22px; }
.journey { padding-top: 72px; border-top: 1px solid var(--line); }
.journey .wrap { border-top: 1px solid var(--line); padding-top: 72px; }
.journey h2 { margin-bottom: 42px; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; margin: 0; padding: 0; list-style: none; counter-reset: visit; }
.steps li { position: relative; counter-increment: visit; text-align: center; }
.step-number { display: block; margin-bottom: 20px; color: #998851; font: 400 60px/1 var(--serif); letter-spacing: -.03em; }
.steps li:not(:last-child)::after { content: ''; position: absolute; top: 126px; left: calc(50% + 65px); width: calc(100% - 78px); height: 1px; background: var(--line); }
.steps h3 { margin: 22px auto 16px; font-size: 30px; }
.steps .icon { width: 88px; height: 88px; margin: 0 auto; padding: 24px; border-radius: 50%; background: #eeebe6; }
.steps p { max-width: 340px; margin-inline: auto; }

.intake-options { padding-top: 12px; }
/* Modern Touch's requested exception: paired on desktop, stacked on mobile. */
.intake-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.intake-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.intake-card.second-opinion { background: #ede9df; }
.intake-card h2 { max-width: 440px; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.12; text-wrap: balance; overflow-wrap: anywhere; }
.intake-card > p { max-width: 430px; margin-block: 20px 28px; font-size: 17px; line-height: 1.6; }
.intake-card > .button { align-self: flex-start; max-width: 100%; margin-top: auto; }
.intake-details { margin-top: 24px; border-top: 1px solid var(--line); }
.intake-details summary:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.intake-details .insurance-plan-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.intake-details summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 64px; padding-block: 16px; cursor: pointer; list-style: none; font: 500 17px/1.5 var(--sans); }
.intake-details summary::-webkit-details-marker { display: none; }
.intake-details summary .icon { transition: transform 200ms ease; }
.intake-details[open] summary .icon { transform: rotate(45deg); }
.second-opinion-copy, .insurance-copy { padding-bottom: 24px; }
.insurance-copy h3 { margin-bottom: 20px; font-size: clamp(28px, 3vw, 36px); }
.insurance-names { margin: 0 0 20px; padding: 0; font-size: 20px; font-weight: 500; line-height: 1.8; text-wrap: balance; }
.insurance-names span { margin-inline: 8px; }
.insurance-plan-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 32px; margin: 0; padding: 0 0 24px; list-style: none; font: 400 16px/1.6 var(--sans); }
.insurance-plan-list li { min-width: 0; padding-block: 12px; border-top: 1px solid var(--line); overflow-wrap: anywhere; }
.urgent-help { padding-block: 28px; border-block: 1px solid #bdb0a2; background: #ddd2c7; }
.urgent-help-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 40px; align-items: center; }
.urgent-help h2 { font-size: clamp(28px, 2.6vw, 36px); }
.urgent-help p { max-width: 700px; margin-top: 8px; }
.urgent-help .button { justify-self: end; }
.faq { padding-top: 20px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.9fr; gap: 56px; align-items: start; }
.faq-layout > h2 { padding-right: 24px; }
.faq-layout > div { padding-left: 44px; border-left: 1px solid var(--taupe); }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { margin-top: -18px; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; padding: 18px 0; list-style: none; cursor: pointer; font-size: 18px; line-height: 1.5; font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { transition: transform 200ms ease; }
.faq details[open] summary .icon { transform: rotate(45deg); }
.faq details p { padding: 0 42px 24px 0; }
.final-cta { padding-block: 74px; background: var(--ink); color: var(--paper); text-align: center; }
.final-cta h2 { max-width: 1000px; margin-inline: auto; }
.final-cta p { max-width: 760px; margin: 22px auto 0; }
.final-cta .actions { justify-content: center; margin-top: 30px; }
.final-cta > .wrap > .button { margin-top: 30px; }
.final-cta .text-link { color: var(--paper); }
.final-cta :focus-visible { outline-color: var(--paper); }
.final-cta .contact-form { max-width: 760px; margin: 38px auto 0; padding: 0; border: 0; border-radius: 0; background: transparent; text-align: left; }
.final-cta .contact-form fieldset { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 24px; margin: 24px 0; }
.contact-form-field { display: grid; align-content: start; gap: 8px; min-width: 0; }
.contact-form-field--wide { grid-column: 1 / -1; }
.final-cta .contact-form input:not([type='checkbox']), .final-cta .contact-form textarea { min-height: 52px; padding: 13px 14px; background: var(--paper); border-color: #c9c5bb; color: var(--ink); font-size: 16px; }
.final-cta .contact-form textarea { min-height: 130px; }
.final-cta .contact-form input::placeholder, .final-cta .contact-form textarea::placeholder { color: var(--muted); opacity: 1; }
.final-cta .contact-form p { max-width: none; margin: 0; }
.final-cta .contact-form > p { margin: 18px 0; }
.final-cta .contact-form #callback-message-hint, .final-cta .contact-form #callback-privacy { color: #dedcd6; }
.final-cta .contact-form .contact-form-consent { margin-top: 0; line-height: 1.6; }
.final-cta .contact-form-consent input { accent-color: var(--gold); }
.final-cta .contact-form .button { min-width: 190px; }
.final-cta .contact-form #callback-status { margin-bottom: 0; }

.contact-section { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; }
.contact-section h2 { margin-bottom: 24px; }
.contact-section h3 { font-size: 34px; }
.contact-section a { display: inline-flex; min-height: 44px; align-items: center; gap: 14px; overflow-wrap: anywhere; }
.contact-section p + p { margin-top: 18px; }
.contact-hours { padding-top: 8px; }
.contact-hours dl { margin: 22px 0; }
.contact-hours dl > div { display: flex; justify-content: space-between; gap: 20px; padding-block: 14px; border-bottom: 1px solid var(--line); }
.contact-hours dd { margin: 0; white-space: nowrap; }
.site-footer { padding-top: 60px; padding-bottom: 120px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr 1.1fr 1.05fr; gap: 28px; }
.footer-grid > * + * { padding-left: 28px; border-left: 1px solid var(--line); }
.footer-grid h2, .footer-grid h3 { margin-bottom: 14px; font-size: 23px; letter-spacing: -.01em; }
.footer-grid a:not(.brand) { display: flex; align-items: center; min-height: 44px; width: fit-content; overflow-wrap: anywhere; }
.footer-grid address { font-style: normal; }
.footer-grid .brand { align-self: start; }
.footer-grid .brand span { max-width: 220px; font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: .05em; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.footer-grid .footer-social .social-link { display: inline-flex; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); text-decoration: none; }
.footer-social .social-link:hover { background: var(--gold); border-color: var(--gold); }
.footer-social .social-link:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; background: var(--gold); }
.footer-social svg { display: block; flex-shrink: 0; }
.policy-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px 24px; margin-top: 38px; padding: 24px 0 12px; border-top: 1px solid var(--line); }
.policy-links a, .policy-links button { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 0; border: 0; background: transparent; font-size: 16px; text-decoration: underline; text-underline-offset: .2em; }
.site-footer small { display: block; margin-top: 8px; font-size: 16px; text-align: center; }
.copyright { margin-top: 8px; font-size: 16px; text-align: center; }

/* Standalone legal URLs: readable without scripts or the homepage's overlays. */
.legal-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; padding-block: calc(28px + env(safe-area-inset-top)) 28px; }
.legal-main { max-width: 960px; padding-block: 42px 88px; }
.legal-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-bottom: 32px; font-size: 16px; }
.legal-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; }
.legal-main h1 { font-size: clamp(38px, 5vw, 72px); line-height: 1.12; overflow-wrap: anywhere; }
.legal-copy { max-width: 720px; margin-top: 32px; }
.legal-copy p + p { margin-top: 20px; }
.legal-copy a { display: inline-flex; min-height: 44px; align-items: center; overflow-wrap: anywhere; max-width: 100%; }
.legal-page .policy-links [aria-current="page"] { font-weight: 600; }

.action-bar { position: fixed; z-index: 60; right: max(24px, env(safe-area-inset-right)); bottom: calc(20px + env(safe-area-inset-bottom)); display: flex; gap: 8px; padding: 7px; border: 1px solid #dad4c5; border-radius: 8px; background: rgb(248 248 248 / .98); box-shadow: 0 6px 24px rgb(0 0 0 / .12); }
.action-bar .button { min-height: 48px; padding: 12px 18px; }
.action-bar > :is(a, button) { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 16px; border: 0; border-radius: 4px; background: transparent; font: 500 16px/1.4 var(--sans); text-decoration: none; }
.action-bar > :first-child { background: var(--gold); }
.action-bar > :is(a, button):hover { background: #e8e3d5; }
.action-bar > :first-child:hover { background: #d1c79a; }
.action-bar > [aria-expanded='true'] { background: #e8e3d5; }
.site-menu { position: fixed; z-index: 65; right: max(24px, env(safe-area-inset-right)); bottom: calc(106px + env(safe-area-inset-bottom)); width: min(360px, calc(100% - 24px)); max-height: calc(100dvh - 142px); overflow-y: auto; overscroll-behavior: contain; padding: 18px 24px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 12px 60px rgb(30 29 26 / .2); }
.menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; font-size: 12px; font-weight: 500; letter-spacing: .04em; }
.menu-heading .round-button { flex: 0 0 44px; }
.nav { display: flex; flex-direction: column; }
.nav a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 50px; padding-block: 10px; border-top: 1px solid var(--line); font-size: 16px; text-decoration: none; }
.nav a:hover { color: #66572e; }
.nav a .icon { width: 20px; height: 20px; }
.voice-edge { position: fixed; inset: 0; z-index: 100; padding: 3px; border-radius: 18px; pointer-events: none; opacity: 0; background: linear-gradient(120deg, #a9d7b9, #e7ddb1, #58a47e, #ddcba1, #a9d7b9); background-size: 300% 300%; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; transition: opacity 200ms ease; }
html[data-voice-state='live'] .voice-edge { opacity: 1; animation: voice-edge-flow 7s linear infinite; }
@keyframes voice-edge-flow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.header-assistant[data-voice-state='live'] .agent-signal { background: linear-gradient(135deg, #bee7c8, #72b991); background-size: 100% 100%; color: #113e2d; animation: none; box-shadow: 0 0 0 calc(5px + var(--voice-level, 0) * 7px) rgb(86 159 116 / .18); transform: scale(calc(1 + var(--voice-level, 0) * .08)); }
.header-assistant[data-voice-state='live'] .agent-message { border-color: #38744e; }
.header-assistant[data-voice-state='connecting'] .agent-signal { box-shadow: 0 0 0 7px rgb(197 187 138 / .24); }
.voice-wave { display: flex; align-items: center; justify-content: center; gap: 2px; height: 24px; width: 24px; }
.voice-wave i { display: block; width: 2px; height: 8px; border-radius: 2px; background: currentColor; }
.voice-wave i:nth-child(2), .voice-wave i:nth-child(4) { height: 14px; }
.voice-wave i:nth-child(3) { height: 20px; }
.header-assistant[data-voice-state='live'] .voice-wave i { height: calc(5px + var(--voice-bar-1, 0) * 17px); }
.header-assistant[data-voice-state='live'] .voice-wave i:nth-child(2) { height: calc(5px + var(--voice-bar-2, 0) * 17px); }
.header-assistant[data-voice-state='live'] .voice-wave i:nth-child(3) { height: calc(5px + var(--voice-bar-3, 0) * 17px); }
.header-assistant[data-voice-state='live'] .voice-wave i:nth-child(4) { height: calc(5px + var(--voice-bar-4, 0) * 17px); }
.header-assistant[data-voice-state='live'] .voice-wave i:nth-child(5) { height: calc(5px + var(--voice-bar-5, 0) * 17px); }
.dialog { width: min(680px, calc(100% - 40px)); max-height: calc(100dvh - 48px); padding: 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; }
.dialog::backdrop { background: rgb(30 29 26 / .6); }
.dialog h2 { padding-right: 32px; font-size: 44px; }
.dialog p { margin-top: 22px; }
.dialog .actions { margin-top: 26px; }
.dialog > .button { margin-top: 26px; }
.reviews-dialog { width: min(1000px, calc(100% - 40px)); }
.reviews-dialog > div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
.reviews-dialog .review-card { min-height: 0; padding: 24px; border: 1px solid var(--line); }
.reviews-dialog .review-card p { margin-top: 0; }
.reviews-dialog .review-card blockquote { font-size: 26px; }
.dialog-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.dialog-close:hover { background: #e9e6de; }

/* Without script, every section remains visible and readable. */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
html.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  :root { --gutter: 40px; }
  .brand span { max-width: 160px; font-size: 16px; }
  .brand img { width: 46px; height: 46px; }
  .header-inner { gap: 28px; }
  .hero-copy { max-width: 620px; }
  h1 { font-size: clamp(52px, 5.3vw, 64px); }
  .hero-lead { font-size: 21px; }
  .hero-body { font-size: 16px; }
  .hero .actions { gap: 10px 18px; }
  .contact-grid { grid-template-columns: 1.1fr .8fr 1.2fr 1.1fr; }
  .contact-grid > * { padding-inline: 18px; }
  .section { padding-block: 80px; }
  .section-heading { gap: 40px; }
  .service-image { padding: 24px; }
  .practice-note { gap: 40px; }
  .review-card { padding: 28px 24px; }
  .review-card blockquote { font-size: 28px; }
  .team-grid { gap: 28px; }
  .journey { padding-top: 56px; }
  .insurance, .faq { padding-top: 16px; }
  .steps { gap: 36px; }
  .footer-grid { grid-template-columns: 1.15fr .7fr 1fr 1fr; gap: 20px; }
  .footer-grid > * + * { padding-left: 20px; }
  .footer-grid .brand { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 1000px) {
  .service-card, .service-card:nth-child(n + 4) { grid-column: span 3; }
  .service-card:last-child { grid-column: 2 / span 4; }
  .service-grid { row-gap: 32px; }
  .service-image { min-height: 360px; }
  .agent-message { font-size: 14px; padding-right: 14px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .contact-grid > :nth-child(odd) { border-left: 0; padding-left: 0; }
  .contact-grid > :nth-child(even) { padding-right: 0; }
  .review-card { flex-basis: calc((100% - 24px) / 2); }
  .faq-layout { grid-template-columns: 1fr 1.7fr; gap: 28px; }
  .faq-layout > div { padding-left: 28px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; gap: 32px; }
  .footer-grid > :nth-child(3) { border-left: 0; padding-left: 0; }
  .footer-grid .brand { flex-direction: row; align-items: center; }
  .contact-section { gap: 40px; }
}

@media (max-width: 760px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 122px; }
  body { font-size: 16px; line-height: 1.65; }
  h1 { font-size: clamp(46px, 10vw, 64px); line-height: 1.03; letter-spacing: -.04em; }
  h2 { font-size: clamp(40px, 8.4vw, 50px); line-height: 1.08; }
  h3 { font-size: 32px; }
  .site-header { --header-top-inset: calc(14px + env(safe-area-inset-top, 0px)); padding: var(--header-top-inset) 18px 26px; }
  .brand { gap: 10px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { max-width: 164px; font-size: 15px; letter-spacing: .13em; }
  .header-inner { gap: 16px; }
  .site-header .brand { width: 44px; gap: 0; }
  .site-header .brand img { width: 32px; height: 32px; }
  .header-assistant { gap: 10px; min-height: 64px; }
  .agent-message { padding-right: 12px; font-size: 13px; line-height: 1.5; }
  .agent-callout { width: 44px; height: 44px; }
  .agent-signal { width: 34px; height: 34px; }
  .agent-signal .icon { width: 20px; height: 20px; }
  .hero { min-height: 90svh; padding-block: 140px 116px; }
  .hero-content { gap: clamp(42px, 7svh, 66px); }
  .hero-copy h1 { max-width: 570px; font-size: clamp(40px, 8.5vw, 60px); line-height: 1.12; }
  .hero-emblem { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); width: min(100%, 430px); gap: 16px; }
  .hero-emblem img { width: clamp(110px, 28vw, 148px); }
  .hero-emblem-label { font-size: clamp(10px, 2.8vw, 14px); line-height: 1.7; letter-spacing: .16em; }
  .hero .actions { width: 100%; margin-top: 4px; }
  .hero .button { max-width: 100%; min-width: 0; padding-inline: 24px; }
  /* Keep icons and wrapping contact text in separate tracks on every phone width. */
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 0; padding-block: 6px; }
  .contact-grid > * { display: grid; grid-template-columns: 24px minmax(0, 1fr); column-gap: 16px; row-gap: 4px; padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .contact-grid > :last-child { border-bottom: 0; }
  .contact-grid .icon { grid-column: 1; grid-row: 1; margin: 4px 0 0; }
  .contact-grid > * > :not(.icon) { grid-column: 2; min-width: 0; margin: 0; }
  .section { padding-block: 64px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading p { margin-top: 22px; max-width: 580px; font-size: 17px; }
  .service-image { min-height: 340px; padding: 24px 20px; }
  .service-image h3 { font-size: 28px; }
  .practice-note { grid-template-columns: 1fr; gap: 34px; }
  .practice-note h2, .practice-note h3 { font-size: 36px; }
  .practice-note { margin-top: 40px; padding-top: 32px; gap: 20px; }
  .reviews .section-heading { margin-bottom: 24px; }
  .reviews .section-heading h2::after { margin-top: 22px; width: 80px; }
  .reviews .section-heading p { max-width: 340px; }
  .review-controls { margin-bottom: 24px; gap: 10px; }
  .review-controls { flex-wrap: wrap; }
  .review-controls p { order: -1; width: 100%; margin-bottom: 6px; letter-spacing: .06em; }
  .review-controls button { padding: 10px 12px; }
  .review-controls > div { gap: 8px; }
  /* Rails span the viewport; first cards and section copy share the 24px gutter. */
  .review-rail, .team-grid { width: calc(100% + 2 * var(--gutter)); margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); scrollbar-width: thin; }
  .review-rail { gap: 16px; padding-bottom: 18px; }
  .reviews > .review-rail { width: 100%; margin-inline: 0; scroll-snap-type: none; }
  .review-card { flex-basis: min(84vw, 410px); min-height: 400px; padding: 28px 24px; scroll-snap-align: start; }
  .review-card blockquote { font-size: 30px; line-height: 1.26; }
  .review-person { margin-top: 26px; gap: 12px; }
  .reviews > .wrap > .actions { margin-top: 24px; }
  .reviews .review-note, .reviews .disclosure { font-size: 16px; }
  .team > .wrap > h2, .team > h2 { margin-bottom: 30px; }
  .team-grid { display: flex; align-items: stretch; gap: 18px; padding-bottom: 16px; }
  .doctor-card { flex: 0 0 min(84vw, 440px); scroll-snap-align: start; }
  .doctor-photo img { aspect-ratio: 4 / 4.8; }
  .doctor-photo h3 { right: 14px; left: 14px; bottom: 22px; font-size: 32px; }
  .doctor-copy { padding: 22px 0 0; }
  .doctor-copy p { font-size: 16px; }
  .doctor-copy .button { width: 100%; padding-inline: 18px; }
  .journey { padding-top: 50px; }
  .journey .wrap { padding-top: 50px; }
  .journey h2 { margin-bottom: 34px; }
  .steps { grid-template-columns: 1fr; gap: 38px; }
  .steps li { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
  .steps li:last-child { padding-bottom: 0; border-bottom: 0; }
  .step-number { margin-bottom: 16px; font-size: 50px; }
  .steps li:not(:last-child)::after { display: none; }
  .steps h3 { margin-top: 20px; font-size: 31px; }
  .steps p { max-width: 490px; }
  .intake-options { width: calc(100% - 32px); padding-top: 10px; }
  .intake-pair { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .intake-card { padding: 24px; }
  .intake-card h2 { font-size: clamp(32px, 5.6vw, 36px); line-height: 1.12; }
  .intake-card > p { margin-block: 16px 20px; font-size: 16px; line-height: 1.5; }
  .intake-card > .button { width: 100%; min-height: 48px; padding: 12px 8px; font-size: 16px; }
  .intake-card > .button .icon { display: none; }
  .intake-details summary { gap: 16px; font-size: 16px; }
  .insurance-names { margin-bottom: 20px; font-size: 18px; }
  .insurance-plan-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .urgent-help { padding-block: 24px; }
  .urgent-help-inner { grid-template-columns: 1fr; gap: 16px; }
  .urgent-help .button { justify-self: start; }
  .faq { padding-top: 8px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-layout > h2 { padding-right: 0; max-width: 540px; }
  .faq-layout > div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .faq details:first-child { margin-top: 0; }
  .faq summary { min-height: 76px; gap: 16px; font-size: 17px; }
  .faq details p { padding-right: 0; }
  .final-cta { padding-block: 56px; }
  .final-cta .actions { gap: 12px 24px; }
  .final-cta .button { width: 100%; max-width: 390px; }
  .final-cta .contact-form fieldset { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .final-cta .contact-form .button { max-width: none; }
  .site-footer { padding-top: 44px; padding-bottom: calc(122px + env(safe-area-inset-bottom)); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .footer-grid > * + * { padding-left: 0; border-left: 0; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid .brand { flex-direction: row; }
  .footer-grid .brand span { max-width: 240px; font-size: 28px; }
  .footer-grid h3 { font-size: 24px; }
  .contact-section { grid-template-columns: 1fr; gap: 36px; }
  .contact-hours { padding-top: 28px; border-top: 1px solid var(--line); }
  .policy-links { justify-content: flex-start; gap: 4px 22px; margin-top: 30px; padding-top: 18px; }
  .site-footer small, .copyright { text-align: left; }
  .action-bar { right: max(12px, env(safe-area-inset-right)); bottom: calc(12px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); width: min(352px, calc(100vw - 24px)); gap: 2px; padding: 6px; }
  .action-bar .button { min-height: 48px; padding: 12px 14px; font-size: 16px; gap: 8px; }
  .action-bar > :is(a, button) { min-width: 0; flex-direction: column; padding: 8px 4px; gap: 4px; font-size: 11px; }
  .action-bar > :is(a, button) span { max-width: 100px; max-height: 24px; opacity: 1; white-space: nowrap; overflow: hidden; transition: max-width 240ms var(--ease), max-height 240ms var(--ease), opacity 180ms ease; }
  .action-bar.compact { width: 270px; }
  .action-bar.compact > :is(a, button) { min-width: 44px; gap: 0; padding-inline: 10px; }
  .action-bar.compact > :is(a, button) span { max-width: 0; max-height: 0; opacity: 0; }
  .action-bar .button span { max-width: 180px; opacity: 1; white-space: nowrap; overflow: hidden; transition: max-width 240ms var(--ease), opacity 180ms ease; }
  .action-bar.compact .button { gap: 0; }
  .action-bar.compact .button span { max-width: 0; opacity: 0; }
  .action-bar.compact .button { min-width: 48px; padding-inline: 12px; }
  .site-menu { right: max(12px, env(safe-area-inset-right)); bottom: calc(106px + env(safe-area-inset-bottom)); max-height: calc(100dvh - 130px); padding-inline: 22px; }
  .dialog { padding: 42px 24px 28px; }
  .dialog h2 { font-size: 36px; }
  .reviews-dialog > div { grid-template-columns: 1fr; }
  .reviews-dialog .review-card { padding: 22px; }
}

@media (max-width: 640px) {
  .service-grid { display: flex; align-items: flex-start; gap: 16px; width: calc(100% + 2 * var(--gutter)); margin-inline: calc(-1 * var(--gutter)); padding: 0 var(--gutter) 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scroll-padding-inline: var(--gutter); scrollbar-width: thin; scrollbar-color: var(--taupe) transparent; }
  .service-card { flex: 0 0 84vw; scroll-snap-align: start; }
  html.js .service-card.reveal { opacity: 1; transform: none; }
  .service-image { min-height: 400px; }
}

@media (max-width: 420px) {
  .brand span { max-width: 148px; font-size: 14px; }
  .brand img { width: 38px; height: 38px; }
  h1 { font-size: 45px; }
  .hero .actions { flex-direction: column; }
  .review-controls button { font-size: 16px; gap: 6px; padding: 10px; }
  .review-card { flex-basis: calc(100vw - 56px); }
  .doctor-card { flex-basis: calc(100vw - 56px); }
  .insurance-plan-list { grid-template-columns: 1fr; }
  .review-card blockquote { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-grid > :first-child { grid-column: auto; }
  .action-bar .button { padding-inline: 10px; }
  .action-bar > :is(a, button) { padding-inline: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.js .reveal { opacity: 1; transform: none; }
  .button:hover { transform: none; }
  .service-image:hover img { transform: none; }
  .hero .hero-video { display: none !important; }
  .hero .hero-poster { opacity: 1; }
}

@media print {
  .site-header { position: static; box-shadow: none; margin-top: 0; }
  .header-assistant, .site-menu, .nav-toggle, .action-bar, .review-controls, .dialog, .skip-link { display: none !important; }
  .hero-media, .voice-edge { display: none !important; }
  .hero { min-height: 0; margin-top: 0; background: none; }
  html.js .reveal { opacity: 1; transform: none; }
  .hero, .section { padding-block: 24px; }
  .review-rail, .team-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; width: 100%; margin: 0; padding: 0; }
  .review-card, .doctor-card { break-inside: avoid; }
  .site-footer { padding-bottom: 24px; }
}
/* Photos lead; the desktop caption overlays them, mobile copy follows them.
   Without JavaScript all photographs remain visible in normal document flow. */
.practice-office { background:var(--paper); padding-block:0; }
.practice-office .practice-note { display:grid; grid-template-columns:minmax(0,1fr); gap:0; width:100%; max-width:none; margin:0; padding:0; border:0; }
.practice-copy { padding:0 max(24px,5vw) 40px; }
.practice-copy .practice-details { margin:0; }
.office-gallery { min-width:0; position:relative; overflow:hidden; }
.office-slides { touch-action:pan-y; }
.office-slide { margin:0; }
.office-slide img { display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; background:#e8e4db; }
.office-caption { padding:32px max(24px,5vw) 20px; }
.practice-office .office-caption h3 { font-size:clamp(34px,3.6vw,52px); line-height:1.12; margin:0 0 16px; max-width:18ch; }
.office-caption p { font-size:18px; max-width:42ch; line-height:1.6; margin:0; }
.office-ready .office-slides { display:grid; }
.office-ready .office-slide { display:grid; grid-area:1/1; grid-template-rows:auto 1fr; visibility:hidden; pointer-events:none; }
.office-ready .office-slide.is-visible { visibility:visible; pointer-events:auto; }
.office-controls:not([hidden]) { display:flex; justify-content:flex-end; align-items:center; gap:16px; padding:16px 24px; }
.office-arrows { display:flex; align-items:center; gap:10px; }
.office-arrows button { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--ink); cursor:pointer; }
.office-arrows button:hover { background:#e9e2ce; }
.office-arrows button:focus-visible { outline:2px solid currentColor; outline-offset:4px; }
.office-arrows button:first-child .icon { transform:rotate(180deg); }
.office-arrows [data-office-count] { font-size:13px; white-space:nowrap; min-width:44px; text-align:center; }
@media(min-width:901px) {
  .office-ready .office-gallery { display:grid; grid-template-rows:minmax(0,1fr) auto; min-height:680px; background:#182020; }
  .office-ready .office-slides { grid-row:1; }
  .office-ready .office-slide { grid-template-rows:1fr; align-items:end; }
  .office-ready .office-slide img { position:absolute; inset:0; width:100%; height:100%; object-position:center; }
  .office-ready .office-gallery::after { content:""; position:absolute; inset:0; z-index:1; pointer-events:none; background:linear-gradient(90deg,rgba(10,17,17,.78),rgba(10,17,17,.43) 40%,rgba(10,17,17,0) 78%),linear-gradient(0deg,rgba(10,17,17,.5),transparent 65%); }
  .office-ready .office-caption { position:relative; z-index:2; width:min(64%,780px); padding:180px 0 24px max(40px,5vw); color:#fff; }
  .office-ready .office-caption p { color:inherit; }
  .office-ready .practice-copy { grid-row:2; position:relative; z-index:2; align-self:end; width:min(62%,760px); padding:0 0 56px max(40px,5vw); color:#fff; pointer-events:none; }
  .office-ready .practice-copy .practice-details { pointer-events:auto; border-color:#ffffff66; }
  .office-ready .practice-copy .practice-details[open] { background:rgba(15,24,24,.88); padding:18px 24px; border-radius:4px; }
  .office-ready .practice-copy p,.office-ready .practice-copy a { color:inherit; }
  .office-ready .practice-copy a:focus-visible { outline-color:currentColor; }
  .office-ready .office-controls { position:absolute; right:4vw; bottom:48px; z-index:3; color:#fff; padding:12px; border-radius:40px; background:#10181880; }
  .office-ready .office-arrows button { color:#fff; border-color:#ffffff99; }
  .office-ready .office-arrows button:hover { background:#ffffff24; }
}
@media(max-width:900px) {
  .practice-office .office-caption h3 { font-size:clamp(32px,5vw,42px); }
  .office-ready .office-slide img { aspect-ratio:16/9; }
  .office-ready .office-caption { align-self:start; }
  .office-controls:not([hidden]) { justify-content:center; }
}

/* Native financing block: existing Modern Touch type, color and CTA tokens. */
.financing { position: relative; isolation: isolate; background: radial-gradient(ellipse at 72% 35%, rgba(255,255,255,.65), transparent 60%), linear-gradient(125deg, #f0ebdc 0%, var(--gold) 65%, #b6aa79 100%); padding-block: 72px; }
.financing::before { content: ''; position: absolute; inset: 0; z-index: -1; background: url('/financing-grain.svg') repeat; opacity: .075; pointer-events: none; }
.financing .section-heading { margin-bottom: 36px; }
.financing .section-heading h2 { max-width: 12ch; }
.financing-providers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; padding: 0; margin: 0; list-style: none; }
.financing-provider { display: flex; flex-direction: column; min-width: 0; padding: 36px; background: var(--white); border: 1px solid rgba(41,41,41,.08); border-radius: 18px; box-shadow: 0 12px 30px rgba(41,41,41,.05); }
.financing-logo { height: 64px; display: flex; align-items: center; margin-bottom: 8px; }
.financing-logo img { width: auto; max-width: min(100%, 240px); max-height: 56px; object-fit: contain; }
.financing-provider .provider-name-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.financing-provider h3 { font-family: var(--serif); font-size: clamp(30px, 3.2vw, 42px); line-height: 1.15; overflow-wrap: anywhere; }
.financing-description, .financing-terms { margin-top: 18px; max-width: 54ch; overflow-wrap: anywhere; }
.financing-description { font-size: 17px; line-height: 1.65; }
.financing-terms { font-size: 14px; line-height: 1.7; color: var(--muted); }
.financing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: auto; padding-top: 28px; }
.financing-actions .button { max-width: 100%; }
.financing-details-link { display: inline-flex; align-items: center; min-height: 44px; font: 500 15px/1.6 var(--sans); }
.financing-note { margin-top: 36px; max-width: 72ch; color: var(--muted); font-size: 14px; line-height: 1.7; }
@media (max-width: 760px) {
  .financing-providers { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .financing { padding-block: 48px; }
  .financing-provider { padding: 26px; }
  .financing-logo img { max-width: min(100%, 220px); }
  .financing-description { font-size: 16px; }
  .financing-actions { align-items: flex-start; flex-direction: column; gap: 14px; padding-top: 22px; }
  .financing-actions .button { width: 100%; }
  .financing-note { margin-top: 28px; }
}
