:root {
  --ink: #132c46;
  --ink-2: #244866;
  --blue: #b9d7e8;
  --blue-pale: #e7f1f5;
  --paper: #f4f0e8;
  --paper-2: #e9e2d7;
  --white: #fffdf9;
  --line: rgba(19, 44, 70, .18);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 15px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; display: grid; grid-template-columns: minmax(245px, 1fr) auto minmax(245px, 1fr); align-items: center; padding: 0 clamp(22px, 4vw, 72px); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s; }
.site-header.scrolled { height: 72px; background: rgba(244, 240, 232, .94); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: fit-content; }
.brand-mark { display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 14px; letter-spacing: -.05em; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.brand-copy small { font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); }
.main-nav a { position: relative; padding: 32px 0; font-size: 12px; text-decoration: none; letter-spacing: .04em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 1px; background: currentColor; transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; gap: 22px; align-items: center; padding: 13px 17px; border: 1px solid var(--ink); text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.header-cta:hover { color: var(--white); background: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 1020px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); align-items: center; overflow: hidden; background: radial-gradient(circle at 17% 77%, rgba(185, 215, 232, .28), transparent 24%), var(--paper); }
.hero::before { content: ""; position: absolute; top: 86px; bottom: 0; left: 52%; width: 1px; background: var(--line); }
.hero-copy { width: min(760px, 88%); margin: 76px auto 0; padding-left: clamp(0px, 2vw, 40px); z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 36px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
h1 { max-width: 800px; font-size: clamp(62px, 6vw, 104px); }
h1 em, h2 em { font-weight: 400; color: #5f8cac; }
.hero-lead { max-width: 610px; margin: 36px 0 0; font-family: var(--serif); font-size: clamp(19px, 1.4vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 35px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 51px; padding: 0 20px; border: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--ink-2); }
.button-outline:hover { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 15px; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link span { transition: transform .2s; }
.hero-notes { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 580px; margin: 52px 0 0; border-top: 1px solid var(--line); }
.hero-notes div { padding: 18px 18px 0 0; border-right: 1px solid var(--line); }
.hero-notes div + div { padding-left: 18px; }
.hero-notes div:last-child { border: 0; }
.hero-notes dt { margin-bottom: 6px; color: #698094; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-notes dd { margin: 0; font-family: var(--serif); font-size: 17px; }
.portrait-stage { position: relative; align-self: stretch; min-height: 680px; overflow: hidden; background: linear-gradient(135deg, #dceaf0, #b7d3e2); }
.portrait-stage::before { content: ""; position: absolute; inset: 13% 11%; border: 1px solid rgba(255, 255, 255, .55); border-radius: 52% 48% 45% 55%; transform: rotate(-8deg); }
.portrait-stage img { position: absolute; z-index: 3; bottom: 0; left: 50%; width: auto; max-width: none; height: 91%; object-fit: contain; object-position: center bottom; transform: translateX(-50%); filter: drop-shadow(0 28px 24px rgba(23, 51, 76, .13)); }
.portrait-backdrop { position: absolute; z-index: 1; left: 11%; right: 9%; bottom: 8%; height: 68%; border-radius: 50% 50% 12% 12%; background: rgba(244, 240, 232, .6); }
.portrait-orbit { position: absolute; z-index: 2; border: 1px solid rgba(19, 44, 70, .22); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; left: -20%; top: 12%; }
.orbit-two { width: 220px; height: 220px; right: -8%; top: 20%; }
.portrait-signature { position: absolute; z-index: 4; right: 6%; bottom: 6%; margin: 0; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 64px; font-style: italic; }
.portrait-card { position: absolute; z-index: 5; top: 21%; right: clamp(18px, 4vw, 60px); display: flex; align-items: center; gap: 11px; padding: 13px 18px; color: var(--white); background: var(--ink); }
.portrait-card span { font-family: var(--serif); font-size: 23px; font-style: italic; }
.portrait-card p { margin: 0; padding-left: 11px; border-left: 1px solid rgba(255,255,255,.25); font-size: 9px; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; }
.hero-side-note { position: absolute; z-index: 6; right: 0; bottom: 0; display: flex; align-items: center; gap: 24px; padding: 18px 25px; color: var(--white); background: var(--ink); text-decoration: none; }
.hero-side-note span { opacity: .65; font-size: 8px; letter-spacing: .12em; }
.hero-side-note strong { font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.section { position: relative; max-width: var(--max); margin-inline: auto; padding-inline: clamp(24px, 5vw, 82px); }
.profile { display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: clamp(60px, 9vw, 150px); padding-top: 140px; padding-bottom: 140px; border-bottom: 1px solid var(--line); }
.profile-intro { align-self: start; }
.profile h2 { max-width: 680px; font-size: clamp(48px, 4.6vw, 76px); }
.profile h2 em { color: #5f8cac; }
.profile-intro > p:last-child { max-width: 610px; margin: 38px 0 0; color: #405b71; font-family: var(--serif); font-size: 19px; line-height: 1.68; }
.journey-group { border-top: 1px solid var(--line); }
.journey-group + .journey-group { margin-top: 42px; }
.journey-group-title { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: #5f7b91; font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.journey-item { display: grid; grid-template-columns: 145px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.journey-date { padding-top: 4px; color: #71899b; font-family: var(--serif); font-size: 13px; }
.journey-item p { margin: 0 0 9px; color: #6e8496; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.journey-item h3 { max-width: 590px; margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.45; }
.manifesto { display: grid; grid-template-columns: 80px minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(26px, 5vw, 84px); padding-top: 145px; padding-bottom: 110px; }
.section-index { color: #7f97aa; font-family: var(--serif); font-size: 14px; }
.manifesto h2, .care h2, .faq h2 { font-size: clamp(50px, 5vw, 82px); }
.manifesto-copy { padding-top: 52px; }
.manifesto-copy p, .care-copy > p { margin: 0 0 18px; color: #3a5268; font-family: var(--serif); font-size: 19px; line-height: 1.65; }
.manifesto-copy .text-link { margin-top: 18px; font-family: var(--sans); font-size: 10px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 150px; }
.principle { position: relative; min-height: 300px; padding: 42px clamp(25px, 3vw, 46px); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.principle:first-child { border-left: 1px solid var(--line); }
.principle-no { position: absolute; top: 23px; right: 24px; color: #8aa0b2; font-family: var(--serif); font-size: 12px; }
.line-icon { width: 59px; height: 59px; margin-bottom: 37px; }
.line-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.principle h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.principle p { max-width: 330px; margin: 0; color: #587086; font-size: 13px; line-height: 1.75; }

.process { max-width: none; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 820px; padding: 0; color: var(--white); background: var(--ink); }
.process-image { position: relative; min-height: 720px; overflow: hidden; }
.process-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,37,60,.48), transparent 45%); }
.process-image img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; }
.process-image > p { position: absolute; z-index: 2; left: 42px; bottom: 35px; margin: 0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.process-image > p span { display: block; margin-bottom: 7px; color: var(--blue); font-family: var(--serif); font-size: 27px; text-transform: none; letter-spacing: 0; }
.process-content { padding: clamp(70px, 8vw, 120px) clamp(35px, 7vw, 110px); }
.eyebrow.light { color: #b9ccda; }
.process h2 { font-size: clamp(48px, 4.5vw, 76px); }
.process h2 em, .appointment h2 em { color: var(--blue); }
.process-list { margin: 58px 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: var(--blue); font-family: var(--serif); font-size: 12px; }
.process-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.process-list p { margin: 0; color: #b8c7d2; font-size: 12px; line-height: 1.7; }
.medical-note { margin: 25px 0 0; color: #91a6b7; font-size: 10px; line-height: 1.6; }

.care { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(55px, 9vw, 150px); align-items: center; padding-top: 140px; padding-bottom: 150px; }
.care-copy { display: grid; grid-template-columns: 65px 1fr; }
.care-copy > *:not(.section-index) { grid-column: 2; }
.care-copy h2 { margin-bottom: 35px; }
.care-links { margin-top: 30px; border-top: 1px solid var(--line); }
.care-links a { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-family: var(--serif); font-size: 19px; }
.care-links a:hover span { transform: translateX(5px); }
.care-links span { transition: transform .2s; }
.care-links b { font-family: var(--sans); font-size: 13px; font-weight: 400; }
.care-image { position: relative; justify-self: end; width: min(100%, 540px); }
.care-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; border: 1px solid var(--line); }
.care-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.care-caption { position: absolute; right: 18px; bottom: 18px; width: min(260px, calc(100% - 36px)); padding: 25px; color: var(--white); background: rgba(19, 44, 70, .96); }
.care-caption span { display: block; margin-bottom: 10px; color: var(--blue); font-family: var(--serif); font-size: 18px; }
.care-caption p { margin: 0; color: #bfccd6; font-size: 11px; line-height: 1.6; }

.clinic { max-width: none; display: grid; grid-template-columns: .9fr .75fr 1fr; gap: clamp(35px, 6vw, 100px); align-items: start; padding-top: 120px; padding-bottom: 120px; background: var(--blue-pale); }
.clinic-heading, .clinic-details, .review-panel { min-width: 0; max-width: 460px; }
.clinic h2 { font-size: clamp(49px, 4.6vw, 74px); }
.clinic-details { padding-top: 38px; }
.clinic-details > p { margin: 0 0 28px; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.clinic address { color: #486277; font-size: 12px; font-style: normal; line-height: 1.8; }
.clinic-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.review-panel { display: grid; grid-template-columns: auto 1fr; gap: 26px; margin-top: 38px; padding-left: clamp(20px, 3vw, 45px); border-left: 1px solid rgba(19, 44, 70, .25); }
.review-score strong { display: block; font-family: var(--serif); font-size: 56px; font-weight: 400; line-height: .9; }
.review-score span { display: block; margin-top: 10px; color: #b4852a; font-size: 10px; letter-spacing: .08em; }
.review-list blockquote { margin: 0; padding: 24px 0; border-top: 1px solid rgba(19, 44, 70, .18); }
.review-list blockquote:first-of-type { padding-top: 0; border-top: 0; }
.review-panel blockquote > p { margin: 0 0 15px; color: var(--ink); font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.review-panel footer { display: grid; gap: 3px; margin-bottom: 15px; }
.review-panel cite { font-family: var(--serif); font-size: 14px; font-style: normal; }
.review-panel footer span { color: #6d8294; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.review-panel .text-link { font-size: 9px; }
.review-swipe-hint { display: none; }

.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 10vw, 160px); padding-top: 145px; padding-bottom: 145px; }
.faq-heading { display: grid; grid-template-columns: 50px 1fr; align-content: start; }
.faq-heading > *:not(.section-index) { grid-column: 2; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 20px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; top: 50%; right: 4px; width: 18px; height: 1px; background: var(--ink); content: ""; }
.accordion summary span::after { top: 0; right: 0; transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 700px; margin: -5px 45px 26px 0; color: #4e667b; font-size: 13px; line-height: 1.8; }

.appointment { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding-top: 115px; padding-bottom: 115px; color: var(--white); background: linear-gradient(110deg, var(--ink), #183d5e); }
.appointment h2 { font-size: clamp(53px, 5vw, 84px); }
.appointment-copy > p:last-child { max-width: 540px; margin: 30px 0 0; color: #b7c8d4; font-size: 13px; line-height: 1.8; }
.appointment-actions { border-top: 1px solid rgba(255,255,255,.2); }
.appointment-link { display: flex; align-items: center; justify-content: space-between; min-height: 85px; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; font-family: var(--serif); font-size: 24px; transition: padding .2s, color .2s; }
.appointment-link:hover { padding-inline: 8px; color: var(--blue); }
.appointment-link small { margin-right: 28px; color: #89a7bb; font-family: var(--sans); font-size: 9px; }
.appointment-link b { font-family: var(--sans); font-size: 14px; font-weight: 400; }

.site-footer { display: grid; grid-template-columns: 1.4fr .65fr .65fr; gap: 50px; padding: 70px clamp(24px, 5vw, 82px) 28px; color: var(--white); background: #0d243a; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.light-mark { border-color: rgba(255,255,255,.55); }
.footer-brand p { display: grid; gap: 4px; margin: 0; }
.footer-brand strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.footer-brand small { color: #8499aa; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 9px; }
.footer-links p, .footer-contact p { margin: 0 0 12px; color: #7d94a6; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-contact a { width: fit-content; color: #c6d2db; font-family: var(--serif); font-size: 15px; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--white); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #71899b; font-size: 9px; line-height: 1.6; }
.mobile-appointment { display: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 100px 9vw; color: var(--white); background: var(--ink); visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
  .main-nav.open { visibility: visible; opacity: 1; }
  .main-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: clamp(34px, 7vw, 56px); }
  .main-nav a::after { display: none; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 6px; width: 42px; height: 42px; padding: 13px 10px; border: 1px solid var(--ink); background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: var(--ink); transition: transform .2s, background .2s; }
  .menu-open .menu-toggle { border-color: rgba(255,255,255,.4); }
  .menu-open .menu-toggle span:not(.sr-only) { background: var(--white); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .menu-open .site-header.scrolled { background: transparent; border-color: transparent; backdrop-filter: none; }
  .hero { min-height: 900px; height: auto; grid-template-columns: 1fr 44%; padding-top: 90px; }
  .hero-copy { width: 92%; padding-left: 0; }
  .hero::before { left: 56%; }
  .portrait-stage { min-height: 810px; }
  .portrait-stage img { bottom: 0; width: auto; height: 89%; }
  .hero-side-note { display: none; }
  .profile { grid-template-columns: 1fr; gap: 60px; }
  .manifesto { grid-template-columns: 45px 1fr; }
  .manifesto-copy { grid-column: 2; padding-top: 0; max-width: 650px; }
  .clinic { grid-template-columns: 1fr 1fr; }
  .review-panel { grid-column: 1 / -1; max-width: none; border-left: 0; padding: 35px 0 0; border-top: 1px solid var(--line); }
  .review-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 45px; }
  .review-list blockquote:nth-of-type(2) { padding-top: 0; border-top: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 18px; }
  .site-header.scrolled { height: 64px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-copy strong { font-size: 15px; }
  .hero { display: flex; flex-direction: column; max-height: none; min-height: 0; padding-top: 72px; }
  .hero::before { display: none; }
  .hero-copy { width: auto; margin: 0; padding: 62px 22px 45px; }
  .hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero-lead { margin-top: 28px; font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-notes { margin-top: 42px; }
  .hero-notes div { padding-right: 10px; }
  .hero-notes div + div { padding-left: 10px; }
  .hero-notes dd { font-size: 14px; }
  .portrait-stage { order: -1; align-self: auto; width: 100%; min-height: 520px; }
  .portrait-stage img { bottom: 0; width: auto; height: 88%; }
  .portrait-card { top: 16%; right: 18px; }
  .portrait-signature { font-size: 45px; }
  .section { padding-inline: 22px; }
  .profile { grid-template-columns: 1fr; gap: 55px; padding-top: 90px; padding-bottom: 90px; }
  .profile h2 { font-size: 47px; }
  .profile-intro > p:last-child { margin-top: 28px; font-size: 17px; }
  .journey-item { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .journey-date { padding-top: 0; }
  .journey-item h3 { font-size: 20px; }
  .journey-group + .journey-group { margin-top: 36px; }
  .manifesto { grid-template-columns: 32px 1fr; gap: 10px; padding-top: 90px; padding-bottom: 75px; }
  .manifesto h2, .care h2, .faq h2 { font-size: 48px; }
  .manifesto-copy { margin-top: 25px; }
  .manifesto-copy p, .care-copy > p { font-size: 17px; }
  .principles { grid-template-columns: 1fr; padding-bottom: 90px; }
  .principle { min-height: 240px; border-left: 1px solid var(--line); border-bottom: 0; }
  .process { grid-template-columns: 1fr; padding: 0; }
  .process-image { min-height: 420px; }
  .process-content { padding: 70px 22px; }
  .process h2 { font-size: 47px; }
  .care { grid-template-columns: minmax(0, 1fr); gap: 70px; padding-top: 90px; padding-bottom: 105px; }
  .care-copy { grid-template-columns: minmax(0, 1fr); }
  .care-copy > *:not(.section-index) { grid-column: 1; }
  .care-copy .section-index { margin-bottom: 14px; }
  .care h2 { font-size: clamp(39px, 12.8vw, 48px); }
  .care-image { width: calc(100% - 18px); min-width: 0; max-width: 100%; margin-right: 0; }
  .care-caption { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .clinic { grid-template-columns: minmax(0, 1fr); gap: 38px; width: 100%; padding-top: 85px; padding-bottom: 85px; overflow: hidden; overflow: clip; }
  .clinic-heading, .clinic-details, .review-panel { width: 100%; max-width: none; }
  .clinic-details { padding-top: 0; }
  .review-panel { display: block; min-width: 0; margin-top: 0; padding-top: 28px; overflow: hidden; }
  .review-score { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
  .review-score strong { font-size: 45px; }
  .review-score span { margin-top: 0; font-size: 12px; }
  .review-swipe-hint { display: flex; align-items: center; justify-content: space-between; margin: -10px 0 14px; color: #5f778a; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
  .review-swipe-hint span { color: var(--ink); font-size: 16px; }
  .review-list { display: flex; gap: 12px; width: 100%; min-width: 0; padding: 0 26px 8px 0; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-padding-inline: 0 26px; scroll-snap-type: inline mandatory; scrollbar-width: none; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; }
  .review-list::-webkit-scrollbar { display: none; }
  .review-list blockquote,
  .review-list blockquote:nth-of-type(2) { box-sizing: border-box; display: flex; flex: 0 0 calc(100% - 26px); min-width: 0; flex-direction: column; min-height: 280px; padding: 22px; border: 1px solid rgba(19, 44, 70, .14); background: rgba(255, 255, 255, .68); box-shadow: 0 10px 28px rgba(19, 44, 70, .06); scroll-snap-align: start; scroll-snap-stop: always; }
  .review-panel blockquote > p { margin-bottom: 18px; font-size: 18px; line-height: 1.48; }
  .review-panel footer { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 9px; margin: auto 0 16px; }
  .review-panel cite { font-size: 15px; }
  .review-panel footer span { font-size: 9px; }
  .review-panel .text-link { display: flex; justify-content: space-between; width: 100%; padding-top: 12px; border-top: 1px solid rgba(19, 44, 70, .18); }
  .faq { grid-template-columns: 1fr; gap: 60px; padding-top: 90px; padding-bottom: 90px; }
  .faq-heading { grid-template-columns: 32px 1fr; }
  .appointment { grid-template-columns: 1fr; gap: 60px; padding-top: 80px; padding-bottom: 85px; }
  .appointment-link { font-size: 20px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-bottom: 90px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; margin-top: 25px; }
  .mobile-appointment { position: fixed; z-index: 90; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; gap: 45px; align-items: center; padding: 16px 19px; color: var(--white); background: var(--ink); box-shadow: 0 9px 30px rgba(13,36,58,.24); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
}

@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; }
}

@media print {
  .site-header, .mobile-appointment, .hero-actions, .appointment { display: none; }
  .hero { min-height: 0; height: auto; }
  body { background: #fff; }
}
