:root {
  --navy: #10364c;
  --blue: #0875b9;
  --deep-blue: #065e96;
  --green: #5c893e;
  --lime: #a6cc72;
  --muted: #5b707d;
  --line: #dce6e9;
  --pale: #f3f7f9;
  --font: 'DM Sans', sans-serif;
  --heading: 'Manrope', sans-serif;
  --gutter: clamp(20px, 4vw, 64px);
}

/* Shared layout */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--navy); background: #fff; font: 16px/1.7 var(--font); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.25; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.container > *, .section-heading > *, .hero-grid > *, .care-grid > *, .about-grid > *, .appointment-grid > * { min-width: 0; }
svg.icon { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 18px; background: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 22px; border: 1px solid transparent; border-radius: 5px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 600; line-height: 1.5; transition: background .2s, box-shadow .2s; }
.button:hover { background: var(--deep-blue); box-shadow: 0 5px 16px #05649718; }
.button .icon { width: 19px; height: 19px; }
.button-small { min-height: 46px; padding: 11px 17px; gap: 12px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14px; font-weight: 600; }
.text-link .icon { width: 18px; height: 18px; }
.text-link:hover { color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.6; color: var(--blue); }
.small-line { display: block; width: 25px; height: 2px; flex-shrink: 0; background: var(--green); }

/* Header */
.topbar { color: #e9f0f4; background: var(--navy); font-size: 12px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; gap: 20px; }
.topbar-inner > span, .topbar-inner > a { display: flex; align-items: center; gap: 8px; }
.topbar .icon { width: 14px; height: 14px; }
.topbar-phone { font-weight: 700; letter-spacing: .04em; margin-left: 6px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #edf1f2; background: #fffffff5; backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 96px; }
.brand { display: block; position: relative; flex-shrink: 0; width: 264px; height: 68px; overflow: hidden; border-radius: 3px; background: #0474b7; }
.brand img { position: absolute; width: 300px; height: 300px; max-width: none; left: -23px; top: -116px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 550; }
.main-nav > a:not(.button):hover { color: var(--blue); }
.menu-toggle { display: none; }

/* A real portrait in a fluid image frame: no cutout, offsets or overlays. */
.hero { background: linear-gradient(110deg, #fff 35%, #f1f7fa); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; gap: clamp(36px, 5vw, 72px); padding-block: 56px; }
.hero-content { padding-block: 18px; }
h1 { margin-top: 22px; font-size: clamp(44px, 4.4vw, 64px); font-weight: 550; line-height: 1.13; letter-spacing: -.055em; }
h1 > span { color: var(--green); }
.hero-description { max-width: 455px; margin-top: 23px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 29px; }
.hero-reassurance { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 27px; color: var(--muted); font-size: 12px; }
.check-circle { width: 20px; height: 20px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; color: var(--green); background: #eaf2e2; }
.check-circle .icon { width: 12px; height: 12px; stroke-width: 2.5; }
.reassurance-divider { width: 1px; height: 13px; margin-inline: 3px; background: #c9d5d9; }
.hero-visual { width: 100%; max-width: 430px; justify-self: end; overflow: hidden; border: 1px solid #dce6eb; border-radius: 16px; background: #fff; box-shadow: 0 14px 42px #183b5410; }
.portrait-field { padding: 16px 16px 0; background: #fff; }
.doctor-portrait { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; object-position: center; border-radius: 8px 8px 0 0; }
.portrait-caption { padding: 23px 25px 19px; border-top: 1px solid #e9eff2; }
.portrait-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.portrait-title h2 { font-size: 21px; font-weight: 650; letter-spacing: -.6px; }
.portrait-title p { color: var(--muted); font-size: 13px; margin-top: 5px; }
.portrait-title > a { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #edf5f8; color: var(--blue); }
.portrait-title > a:hover { background: #dcecf3; }
.portrait-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 16px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #e8eef1; color: var(--muted); font-size: 11px; }
.portrait-meta > span { display: flex; align-items: center; gap: 6px; }
.portrait-meta .icon { width: 15px; height: 15px; color: var(--green); }

/* Credentials share four equal columns and the page's common edges. */
.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 29px; }
.trust-grid > div { display: flex; align-items: center; gap: 15px; padding-inline: 22px; border-right: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.6; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { padding-right: 0; border: 0; }
.trust-grid > div > .icon { width: 30px; height: 30px; color: var(--blue); stroke-width: 1.35; }
.trust-grid strong { color: var(--navy); font-weight: 600; }

/* Content sections */
.section { padding-block: 88px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); align-items: end; gap: 64px; margin-bottom: 36px; }
.section-heading h2, .about-heading h2 { margin-top: 17px; font-size: clamp(32px, 3vw, 41px); line-height: 1.25; font-weight: 550; letter-spacing: -.045em; }
.section-heading h2 span { color: var(--muted); }
.section-heading > p { max-width: 350px; justify-self: end; font-size: 16px; line-height: 1.8; color: var(--muted); }
.care-section { background: #f6f9fa; }
.care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.care-card { display: flex; flex-direction: column; align-items: stretch; padding: 27px; border: 1px solid #e1e9eb; border-radius: 7px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.care-card:hover { border-color: #a6bfcc; box-shadow: 0 8px 20px #123b4e08; }
.care-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.care-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 9px; background: #eef6f9; color: var(--blue); }
.care-icon .icon { width: 27px; height: 27px; stroke-width: 1.4; }
.care-card:nth-child(2n) .care-icon { background: #f0f5ea; color: var(--green); }
.care-number { color: #8295a0; font-size: 12px; }
.care-card h3 { font-size: 18px; font-weight: 650; line-height: 1.4; letter-spacing: -.025em; margin-bottom: 11px; }
.care-card p { font-size: 16px; line-height: 1.8; color: var(--muted); }
.card-rule { display: block; width: 28px; height: 2px; margin-top: auto; padding-top: 22px; border-bottom: 2px solid #dce9ee; }
.care-card:nth-child(2n) .card-rule { border-color: #d6e5c7; }
.care-footnote { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 6px 20px; margin-top: 26px; color: var(--muted); font-size: 14px; }
.care-footnote .text-link { color: var(--blue); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: start; }
.about-heading h2 { margin-top: 20px; }
.about-heading h2 > span { color: var(--green); }
.doctor-signoff { display: flex; flex-direction: column; gap: 4px; margin-top: 34px; padding-left: 20px; border-left: 2px solid var(--lime); }
.doctor-signoff strong { font-family: var(--heading); font-weight: 650; font-size: 20px; letter-spacing: -.5px; }
.doctor-signoff span { color: var(--muted); font-size: 13px; }
.about-content > p { font-size: 16px; line-height: 1.85; margin-bottom: 17px; color: var(--muted); }
.about-content .lead { font-family: var(--heading); color: var(--navy); font-weight: 550; font-size: 22px; line-height: 1.5; letter-spacing: -.5px; margin-bottom: 22px; }
.credential-list { display: grid; gap: 13px; margin-top: 24px; padding-top: 23px; border-top: 1px solid var(--line); font-size: 14px; }
.credential-list > div { display: flex; align-items: center; gap: 12px; }
.credential-list .icon { width: 20px; height: 20px; color: var(--green); }
.profile-link { margin-top: 20px; color: var(--blue); }
.visit-section { background: var(--pale); }
.visit-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 37px; }
.step-number { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; font-family: var(--heading); font-size: 31px; color: var(--blue); }
.step-number > span { flex: 1; height: 1px; background: #d3e1e6; }
.visit-steps h3 { font-size: 17px; font-weight: 650; line-height: 1.4; margin-bottom: 12px; letter-spacing: -.3px; }
.visit-steps p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.faq { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.9fr); gap: 55px; margin-top: 52px; padding-top: 40px; border-top: 1px solid #d7e3e7; }
.faq-label > span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.faq-label h3 { max-width: 230px; font-size: 24px; font-weight: 550; line-height: 1.4; letter-spacing: -.6px; margin-top: 10px; }
.faq-items details { border-bottom: 1px solid #d7e3e7; }
.faq-items details:first-child { border-top: 1px solid #d7e3e7; }
.faq-items summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 20px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 550; line-height: 1.6; }
.faq-items summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; top: 8px; left: 2px; height: 1px; width: 13px; background: var(--blue); }
.faq-plus::after { transform: rotate(90deg); transition: transform .2s; }
details[open] .faq-plus::after { transform: rotate(0); }
.faq-answer { padding: 0 28px 22px 0; font-size: 16px; line-height: 1.85; color: var(--muted); }
.faq-answer a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* Contact and footer */
.appointment-section { padding-block: 76px; background: #103c55; color: #fff; }
.appointment-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 80px; align-items: center; }
.appointment-copy .eyebrow { color: #c5dce7; }
.appointment-copy h2 { font-size: clamp(34px, 3.2vw, 46px); font-weight: 500; line-height: 1.25; letter-spacing: -.045em; margin-top: 18px; }
.appointment-copy h2 > span { color: var(--lime); }
.appointment-copy > p:not(.eyebrow) { max-width: 390px; font-size: 16px; line-height: 1.85; color: #c1d4df; margin-top: 21px; }
.button-light { background: #fff; color: var(--navy); margin-top: 27px; }
.button-light:hover { color: var(--navy); background: #eef5e8; }
.booking-note { display: block; font-size: 12px; color: #b3cad7; margin-top: 13px; }
.clinic-card { padding: 32px; border: 1px solid #ffffff29; border-radius: 8px; background: #ffffff07; }
.clinic-overline { font-size: 11px; letter-spacing: .13em; font-weight: 600; color: #b5cdd9; }
.clinic-card h3 { font-size: 23px; line-height: 1.4; letter-spacing: -.7px; font-weight: 550; margin-top: 12px; }
.clinic-subtitle { color: #c1d4e0; font-size: 15px; margin-top: 4px; }
.clinic-detail { display: flex; align-items: flex-start; gap: 14px; margin-top: 25px; color: #d1e1e9; font-size: 15px; line-height: 1.85; }
.clinic-detail > .icon { width: 21px; height: 21px; color: var(--lime); margin-top: 3px; }
.clinic-detail a { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; color: #fff; font-size: 14px; font-weight: 600; }
.clinic-detail a:hover { color: var(--lime); }
.clinic-detail a > .icon { width: 17px; height: 17px; }
.phone-detail { padding-top: 22px; border-top: 1px solid #ffffff25; }
.phone-detail span { color: #b6cedb; font-size: 10px; letter-spacing: .12em; }
.phone-detail .clinic-phone { display: block; margin-top: 4px; font-family: var(--heading); font-size: 28px; line-height: 1.5; font-weight: 600; letter-spacing: .5px; }
.phone-detail small { display: block; margin-top: 3px; color: #bed2dd; font-size: 12px; }
.site-footer { padding: 40px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding-bottom: 30px; }
.footer-brand { font-family: var(--heading); font-size: 22px; letter-spacing: -.65px; font-weight: 650; }
.footer-brand span { display: block; margin-top: 5px; color: var(--blue); font-family: var(--font); font-size: 10px; letter-spacing: .16em; font-weight: 600; }
.footer-main > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; }
.social-links a:hover { background: #edf5f7; }
.social-links .icon { width: 18px; height: 18px; }
.facebook-icon { fill: currentColor !important; stroke: none !important; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding-top: 21px; border-top: 1px solid var(--line); color: #6a7d88; font-size: 11px; }
.footer-bottom > a { color: var(--navy); white-space: nowrap; }

/* Editorial photographs add warmth within the existing content grid. */
.care-story { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); overflow: hidden; margin-bottom: 28px; border-radius: 12px; background: var(--navy); }
.care-story-photo { min-width: 0; overflow: hidden; }
.care-story-photo img { width: 100%; height: 100%; min-height: 315px; aspect-ratio: 1.85; object-fit: cover; object-position: 50% 0%; }
.care-story-copy { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 34px 38px; color: #fff; }
.care-story-copy .eyebrow { color: #c4d9e5; font-size: 10px; }
.care-story-copy h3 { font-size: clamp(27px, 2.6vw, 37px); font-weight: 500; line-height: 1.25; letter-spacing: -.035em; }
.care-story-copy h3 span { color: var(--lime); }
.care-story-copy > p:last-child { max-width: 310px; font-size: 15px; line-height: 1.8; color: #d0e0e9; }
.family-photo { margin-top: 32px; }
.family-photo-frame { overflow: hidden; border-radius: 10px; background: #edf4f7; }
.family-photo img { width: 100%; height: auto; aspect-ratio: 1.7; object-fit: cover; object-position: 50% 46%; }
.family-photo figcaption { display: flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.family-photo figcaption .icon { width: 17px; height: 17px; color: var(--green); }
.visit-journey { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 52px; align-items: center; }
.visit-photo { min-width: 0; overflow: hidden; border-radius: 12px; background: #e8f1f5; }
.visit-photo img { width: 100%; height: auto; aspect-ratio: 1.18; object-fit: cover; object-position: center; }
.visit-journey .visit-steps { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 0; }
.visit-journey .visit-steps article { position: relative; padding-left: 58px; }
.visit-journey .step-number { position: absolute; top: -4px; left: 0; margin: 0; font-size: 28px; }
.visit-journey .step-number > span { display: none; }
.visit-journey .visit-steps h3 { margin-bottom: 8px; }
.family-photo img, .care-story-photo img { transition: transform .6s ease; }
@media (hover: hover) { .family-photo-frame:hover img, .care-story-photo:hover img { transform: scale(1.025); } }

/* Tablet: collapse navigation before it crowds the logo. */
@media (max-width: 1100px) {
  .main-nav { gap: 20px; }
  .brand { width: 242px; height: 62px; }
  .brand img { width: 278px; height: 278px; left: -22px; top: -108px; }
  .hero-grid { gap: 34px; }
  .hero-actions { gap: 10px 18px; }
  .portrait-caption { padding: 20px; }
  .portrait-title h2 { font-size: 19px; }
  .portrait-title p { font-size: 12px; }
  .portrait-meta { font-size: 10px; }
  .trust-grid > div { padding-inline: 16px; gap: 11px; font-size: 12px; }
  .trust-grid > div > .icon { width: 26px; height: 26px; }
  .about-grid, .appointment-grid { gap: 52px; }
  .section-heading { gap: 44px; }
  .care-card { padding: 24px; }
}
@media (max-width: 980px) {
  html { scroll-padding-top: 100px; }
  .header-inner { min-height: 84px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
  .menu-toggle span { width: 18px; height: 1.5px; background: var(--navy); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; inset: 100% 0 auto; flex-direction: column; align-items: stretch; gap: 0; padding: 10px var(--gutter) 22px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 12px 18px #10364c08; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 12px 0; font-size: 16px; }
  .main-nav .button { margin-top: 10px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .88fr); gap: 28px; padding-block: 44px; }
  h1 { font-size: clamp(38px, 4.9vw, 48px); }
  .hero-description { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-actions .button { font-size: 14px; }
  .hero-reassurance { font-size: 11px; margin-top: 22px; }
  .portrait-field { padding: 10px 10px 0; }
  .portrait-caption { padding: 18px; }
  .portrait-title { gap: 8px; }
  .portrait-title h2 { font-size: 18px; }
  .portrait-title p { font-size: 12px; }
  .portrait-title > a { width: 34px; height: 34px; }
  .portrait-meta { justify-content: flex-start; font-size: 11px; gap: 8px 15px; }
  .section { padding-block: 70px; }
  .care-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { gap: 32px; }
  .section-heading h2, .about-heading h2 { font-size: 34px; }
  .about-grid, .appointment-grid { gap: 38px; }
  .about-content .lead { font-size: 20px; }
  .visit-steps { gap: 28px; }
  .faq { gap: 36px; }
  .clinic-card { padding: 25px; }
  .clinic-card h3 { font-size: 21px; }
  .appointment-copy h2 { font-size: 36px; }
  .footer-main { gap: 24px; }
  .footer-brand { font-size: 20px; }
}

/* Mobile: all major sections use the same single-column alignment. */
@media (max-width: 720px) {
  html { scroll-padding-top: 94px; }
  .topbar-inner { min-height: 34px; gap: 12px; font-size: 11px; }
  .topbar-inner > a { font-size: 0; gap: 5px; }
  .topbar-phone { font-size: 12px; margin: 0; }
  .topbar .icon { width: 12px; height: 12px; }
  .header-inner { min-height: 80px; gap: 20px; }
  .brand { width: 224px; height: 59px; }
  .brand img { width: 258px; height: 258px; left: -20px; top: -100px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; padding-block: 40px; }
  .hero-content { padding: 0; }
  .eyebrow { font-size: 10px; letter-spacing: .11em; }
  h1 { font-size: clamp(39px, 7.5vw, 54px); margin-top: 20px; }
  .hero-description { max-width: 500px; margin-top: 20px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 12px 20px; margin-top: 24px; }
  .hero-actions .button { min-height: 50px; padding: 12px 18px; font-size: 14px; }
  .hero-actions .text-link { font-size: 14px; }
  .hero-reassurance { font-size: 11px; }
  .hero-visual { justify-self: center; max-width: 420px; border-radius: 12px; }
  .portrait-field { padding: 14px 14px 0; }
  .portrait-caption { padding: 21px; }
  .portrait-title h2 { font-size: 21px; }
  .portrait-title p { font-size: 13px; }
  .portrait-title > a { width: 38px; height: 38px; }
  .portrait-meta { justify-content: space-between; font-size: 11px; gap: 9px 16px; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding-block: 28px; }
  .trust-grid > div { padding: 0; border: 0; font-size: 12px; gap: 11px; }
  .trust-grid > div > .icon { width: 26px; height: 26px; }
  .section { padding-block: 58px; }
  .section-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-bottom: 28px; }
  .section-heading h2, .about-heading h2 { font-size: 33px; margin-top: 16px; }
  .section-heading > p { justify-self: start; max-width: 520px; }
  .care-grid { gap: 16px; }
  .care-card { padding: 24px; }
  .care-card h3 { font-size: 18px; }
  .care-footnote { justify-content: flex-start; margin-top: 23px; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .doctor-signoff { margin-top: 26px; }
  .about-content .lead { font-size: 21px; }
  .visit-steps { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 30px; }
  .visit-steps article { position: relative; padding-left: 56px; }
  .step-number { position: absolute; top: -6px; left: 0; margin: 0; font-size: 28px; }
  .step-number > span { display: none; }
  .visit-steps h3 { font-size: 18px; margin-bottom: 9px; }
  .faq { grid-template-columns: minmax(0, 1fr); gap: 24px; margin-top: 36px; padding-top: 30px; }
  .faq-label h3 { max-width: none; font-size: 23px; }
  .faq-items summary { padding-block: 18px; }
  .faq-answer { padding-right: 12px; }
  .appointment-section { padding-block: 56px; }
  .appointment-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .appointment-copy h2 { font-size: 38px; }
  .clinic-card { padding: 27px; }
  .clinic-card h3 { font-size: 23px; }
  .site-footer { padding-top: 32px; }
  .footer-main { grid-template-columns: minmax(0, 1fr) auto; gap: 20px; padding-bottom: 27px; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
  .social-links { gap: 8px; }
  .social-links a { width: 38px; height: 38px; }
  .footer-bottom { gap: 13px 20px; }
  .footer-bottom p:nth-child(2) { order: 3; width: 100%; }
}
@media (max-width: 520px) {
  .care-grid { grid-template-columns: minmax(0, 1fr); }
  .care-card h3 { font-size: 19px; }
}
@media (max-width: 380px) {
  .topbar-inner { font-size: 10px; }
  .topbar-inner > span { gap: 5px; }
  .brand { width: 202px; height: 55px; }
  .brand img { width: 237px; height: 237px; left: -20px; top: -91px; }
  .header-inner { gap: 14px; }
  .hero-actions { gap: 6px 16px; }
  .hero-actions .button { width: 100%; }
  .hero-reassurance { font-size: 10px; gap: 6px; }
  .portrait-caption { padding: 17px; }
  .portrait-title h2 { font-size: 18px; }
  .portrait-title p { font-size: 12px; }
  .portrait-title > a { width: 34px; height: 34px; }
  .portrait-meta { justify-content: flex-start; }
  .trust-grid { gap: 22px 16px; }
  .trust-grid > div { font-size: 11px; gap: 8px; }
  .trust-grid > div > .icon { width: 23px; height: 23px; }
  .clinic-card { padding: 22px; }
  .footer-main { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .footer-main > p { grid-column: auto; grid-row: auto; }
  .footer-brand { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

@media (max-width: 980px) {
  .care-story { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
  .care-story-copy { padding: 29px; gap: 15px; }
  .care-story-copy h3 { font-size: 30px; }
  .care-story-photo img { min-height: 300px; }
  .visit-journey { gap: 32px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .visit-photo img { aspect-ratio: .85; }
  .visit-journey .visit-steps article { padding-left: 48px; }
}
@media (max-width: 720px) {
  .care-story { grid-template-columns: minmax(0, 1fr); margin-bottom: 22px; }
  .care-story-photo img { min-height: 0; height: auto; aspect-ratio: 1.6; }
  .care-story-copy { padding: 27px; }
  .care-story-copy h3 { font-size: 32px; }
  .care-story-copy > p:last-child { max-width: 460px; font-size: 16px; }
  .family-photo { margin-top: 27px; }
  .family-photo img { aspect-ratio: 1.5; }
  .visit-journey { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .visit-photo img { aspect-ratio: 1.55; }
  .visit-journey .visit-steps { gap: 28px; }
  .visit-journey .visit-steps article { padding-left: 56px; }
}

/* Shared multi-page design: the same edges, type and image framing throughout. */
.main-nav > a[aria-current="page"], .main-nav > .nav-parent-active { color: var(--blue); text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 2px; }
.eyebrow, .care-story-copy .eyebrow { font-size: 12px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding-block: 25px; color: var(--muted); font-size: 14px; }
.breadcrumb a:hover { color: var(--blue); text-decoration: underline; }
.breadcrumb > span[aria-hidden] { color: #95a8b2; }
.page-hero { background: linear-gradient(110deg,#fff 30%,#edf5f8); border-bottom: 1px solid var(--line); }
.page-hero-grid { padding-block: 20px 64px; }
.page-hero-grid.with-image { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.page-hero-grid > * { min-width: 0; }
.page-hero h1 { font-size: clamp(38px,4vw,56px); line-height: 1.17; letter-spacing: -.045em; }
.page-hero .text-only { max-width: 790px; padding-bottom: 60px; }
.page-intro { margin-top: 22px; max-width: 660px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.page-photo { border-radius: 12px; overflow: hidden; background: #e9f1f5; }
.page-photo img { width: 100%; height: auto; aspect-ratio: 1.35; object-fit: cover; object-position: center top; }
.doctor-page-hero.with-image { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); }
.doctor-page-photo { max-width: 430px; justify-self: end; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; padding: 15px; }
.doctor-page-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.credential-line { display: block; margin-top: 18px; color: var(--blue); font-family: var(--font); font-size: 19px; letter-spacing: 0; }
.care-card-link { align-self: flex-start; margin-top: auto; padding-top: 20px; color: var(--blue); }
.section-more { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 28px; margin-top: 27px; }
.training-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.training-grid article { padding: 25px 0 0; border-top: 2px solid #b3cfdb; }
.training-label { color: var(--blue); font-size: 12px; letter-spacing: .12em; font-weight: 700; }
.training-grid h3 { margin-block: 15px 13px; font-size: 20px; line-height: 1.4; }
.training-grid p { color: var(--muted); font-size: 16px; line-height: 1.85; }
.training-grid .step-number { position: static; margin: 0; font-size: 28px; }
.info-panel { margin-top: 38px; padding: 30px 34px; background: #edf4f7; border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; }
.info-panel h2 { font-size: 25px; font-weight: 600; }
.info-panel p { margin-top: 14px; color: var(--muted); max-width: 850px; }
.info-panel .text-link, .info-panel .button { margin-top: 19px; }
.page-cta { padding-block: 55px; background: var(--navy); color: #fff; }
.page-cta > .container { display: flex; align-items: center; justify-content: space-between; gap: 24px 45px; }
.page-cta .eyebrow { color: #c9dce6; }
.page-cta h2 { margin-block: 13px; font-size: clamp(28px,3vw,36px); font-weight: 500; letter-spacing: -.035em; }
.page-cta p:not(.eyebrow) { color: #d0dfe7; }
.page-cta .button { flex-shrink: 0; margin: 0; }
.footer-links { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.5fr); gap: 48px; padding: 28px 0; border-top: 1px solid var(--line); }
.footer-links h2 { margin-bottom: 15px; font-size: 16px; font-weight: 650; }
.footer-links nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 22px; font-size: 14px; color: var(--muted); }
.footer-links a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 76px; }
.care-article h2, .visit-content-grid h2, .location-grid h2 { margin-top: 17px; font-size: 30px; line-height: 1.35; font-weight: 550; letter-spacing: -.03em; }
.care-article h2:not(:first-of-type) { margin-top: 42px; }
.article-intro { margin-top: 22px; font-size: 18px; color: var(--muted); line-height: 1.9; }
.check-list { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 17px; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; color: var(--muted); line-height: 1.85; }
.check-list .icon { width: 19px; height: 19px; color: var(--green); margin-top: 5px; }
.gentle-note { margin-top: 35px; padding: 22px 25px; border-left: 3px solid var(--lime); background: #f5f8f0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.sources { margin-top: 37px; padding-top: 26px; border-top: 1px solid var(--line); }
.sources h3 { font-size: 17px; margin-bottom: 13px; }
.sources .text-link { display: flex; justify-content: space-between; padding-block: 8px; line-height: 1.65; color: var(--blue); font-weight: 450; }
.care-aside { position: sticky; top: 124px; }
.aside-booking { padding: 27px; border: 1px solid #dbe7ed; border-radius: 9px; background: #f1f6f8; }
.aside-booking h2, .aside-booking h3 { margin-top: 18px; font-size: 23px; font-weight: 550; line-height: 1.4; }
.aside-booking p { margin-top: 14px; color: var(--muted); line-height: 1.85; }
.aside-booking .button { margin-top: 23px; width: 100%; }
.aside-phone { display: block; text-align: center; padding-top: 17px; font-size: 15px; font-weight: 600; color: var(--blue); }
.related-care { margin-top: 30px; }
.related-care h2 { font-size: 18px; margin-bottom: 12px; }
.related-care a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-block: 13px; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.related-care a .icon { width: 17px; height: 17px; }
.related-care a[aria-current], .related-care a:hover { color: var(--blue); font-weight: 600; }
.visit-content-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,.8fr); gap: 80px; align-items: start; }
.section-intro { margin-top: 20px; color: var(--muted); }
.visit-content-grid .info-panel { margin-top: 0; }
.visit-content-grid .info-panel h2 { margin-top: 0; font-size: 25px; }
.faq-page-layout { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 70px; align-items: start; }
.faq-page-nav { position: sticky; top: 126px; }
.faq-page-nav > h2 { margin-bottom: 15px; font-size: 20px; }
.faq-page-nav > a { display: block; padding-block: 11px; color: var(--muted); font-size: 15px; border-bottom: 1px solid var(--line); }
.faq-page-nav > a:hover { color: var(--blue); }
.faq-page-nav .aside-booking { margin-top: 28px; }
.faq-page-nav .aside-booking h3 { margin-top: 0; font-size: 20px; }
.faq-group { display: block; border-top: 0; padding-top: 0; margin-top: 42px; }
.faq-group:first-child { margin-top: 0; }
.faq-group h2 { font-size: 27px; font-weight: 550; margin-bottom: 23px; letter-spacing: -.03em; }
.faq-group summary { font-size: 16px; }
.booking-section { padding-top: 48px; }
.booking-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.booking-option { display: flex; align-items: flex-start; gap: 23px; padding: 35px; border: 1px solid var(--line); border-radius: 10px; }
.booking-option > .care-icon { flex-shrink: 0; }
.booking-option h2 { margin-top: 14px; font-size: 29px; font-weight: 550; letter-spacing: -.035em; }
.booking-option p:not(.eyebrow) { color: var(--muted); margin-top: 16px; }
.booking-option .button { margin-top: 25px; }
.booking-option .small-note { font-size: 13px; }
.button-outline { background: #fff; border-color: #a6c8d9; color: var(--blue); }
.button-outline:hover { background: #eef6f9; }
.location-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: 75px; align-items: center; }
.location-subtitle { color: var(--blue); margin-top: 10px; font-size: 18px; }
.location-grid address { margin-top: 24px; font-style: normal; font-size: 17px; color: var(--muted); line-height: 1.85; }
.parking-note { margin-top: 25px; color: var(--muted); font-size: 14px; max-width: 540px; }
.hours-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 9px; }
.hours-card h3 { font-size: 24px; font-weight: 550; }
.hours-card dl { margin: 25px 0; }
.hours-card dl > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 18px; padding-block: 13px; border-bottom: 1px solid var(--line); font-size: 15px; }
.hours-card dd { margin: 0; color: var(--blue); }
.hours-card p { color: var(--muted); font-size: 14px; }
.hours-card > a { display: block; margin-top: 18px; color: var(--blue); text-decoration: underline; font-size: 13px; text-underline-offset: 3px; }
.appointment-resources { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 32px; }
.appointment-resources h2 { font-size: 29px; font-weight: 550; }
.appointment-resources p { margin-top: 13px; color: var(--muted); }
.error-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 35px; }
@media(max-width:1100px) {
  .main-nav { gap: 18px; }
  .page-hero-grid.with-image { gap: 38px; }
  .detail-layout { gap: 40px; grid-template-columns: minmax(0,1fr) 290px; }
  .visit-content-grid, .location-grid, .faq-page-layout { gap: 38px; }
  .booking-option { padding: 27px; gap: 18px; }
}
@media(max-width:980px) {
  .page-hero-grid.with-image { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 30px; }
  .page-hero h1 { font-size: 42px; }
  .page-photo img { aspect-ratio: 1; }
  .detail-layout { grid-template-columns: minmax(0,1fr) 260px; gap: 32px; }
  .aside-booking { padding: 22px; }
  .aside-booking .button { padding-inline: 12px; gap: 10px; font-size: 14px; }
  .page-cta > .container { flex-wrap: wrap; }
  .faq-page-layout { grid-template-columns: 230px minmax(0,1fr); gap: 32px; }
  .booking-option { display: block; }
  .booking-option > .care-icon { margin-bottom: 22px; }
  .training-grid { gap: 23px; }
}
@media(max-width:720px) {
  .page-hero-grid.with-image, .doctor-page-hero.with-image, .detail-layout, .visit-content-grid, .faq-page-layout, .location-grid, .booking-options { grid-template-columns: minmax(0,1fr); }
  .page-hero-grid { padding-block: 12px 42px; }
  .page-hero .text-only { padding-bottom: 42px; }
  .page-hero h1 { font-size: clamp(36px,7.5vw,48px); }
  .page-intro { font-size: 17px; }
  .page-photo img { aspect-ratio: 1.5; }
  .doctor-page-photo { justify-self: center; max-width: 390px; }
  .breadcrumb { padding-block: 19px; font-size: 13px; }
  .training-grid { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .training-grid article { padding-top: 20px; }
  .training-grid h3 { margin-top: 10px; }
  .page-cta { padding-block: 42px; }
  .footer-links { grid-template-columns: minmax(0,1fr); gap: 27px; }
  .care-aside, .faq-page-nav { position: static; }
  .care-aside { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }
  .related-care { margin-top: 0; }
  .care-article h2, .visit-content-grid h2, .location-grid h2 { font-size: 28px; }
  .faq-page-nav .aside-booking { display: none; }
  .info-panel, .hours-card { padding: 26px; }
  .booking-option { display: flex; }
  .booking-option > .care-icon { margin-bottom: 0; }
  .location-grid, .visit-content-grid { gap: 34px; }
}
@media(max-width:520px) {
  .care-aside { grid-template-columns: minmax(0,1fr); }
  .booking-option { display: block; padding: 25px; }
  .booking-option > .care-icon { margin-bottom: 21px; }
  .booking-option h2 { font-size: 28px; }
  .booking-option .button { padding-inline: 16px; gap: 10px; }
  .footer-links nav { gap: 12px 20px; }
}
