:root {
  --navy: #172b4d;
  --navy-deep: #10213c;
  --sun: #f2cf55;
  --sun-dark: #e4bd31;
  --sky: #27a7a3;
  --sky-dark: #177a78;
  --sky-pale: #e0f4f2;
  --cream: #f6f3ec;
  --paper: #ffffff;
  --ink: #172b4d;
  --muted: #627086;
  --line: #dde3e9;
  --shadow: 0 24px 64px rgba(16,33,60,.14);
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button, summary { position: relative; pointer-events: auto; touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; border-radius: 6px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 1000; padding: 12px 18px; border-radius: 10px; background: white; font-weight: 800; }
.skip-link:focus { top: 14px; }

.takeover-banner { color: white; background: var(--navy); }
.takeover-banner-inner { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 8px; }
.takeover-banner p { margin: 0; font-size: .9rem; line-height: 1.45; }
.takeover-banner strong { color: #72d5d0; }
.takeover-banner a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 9px; color: var(--navy); background: var(--sun); font-size: .82rem; font-weight: 900; line-height: 1.3; text-decoration: none; }
.takeover-banner a:hover { background: white; }
.takeover-banner a span { font-size: 1rem; }

.topbar { color: var(--navy); background: var(--sky-pale); font-size: .84rem; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar span { display: flex; align-items: center; gap: 9px; }
.topbar i { width: 4px; height: 4px; border-radius: 50%; background: var(--sky-dark); }
.topbar-inner > div { display: flex; gap: 24px; }
.topbar a { font-weight: 850; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(221,227,233,.86); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; text-decoration: none; }
.brand img { width: 265px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a { font-size: .9rem; font-weight: 750; text-decoration: none; }
.main-nav > a:not(.nav-button):hover { color: var(--sky-dark); }
.nav-button { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border-radius: 10px; color: white; background: var(--navy); }
.nav-button span { color: #72d5d0; }
.menu-button { display: none; padding: 10px; border: 0; background: none; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--navy); }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr; width: 100%; min-height: 700px; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; width: min(660px, 52vw); display: flex; flex-direction: column; justify-content: center; padding: 80px 58px 90px max(20px, calc((100vw - 1160px) / 2)); }
.availability { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #e8f8f7; background: rgba(255,255,255,.07); font-size: .78rem; font-weight: 800; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #72d5d0; box-shadow: 0 0 0 5px rgba(114,213,208,.13); }
.kicker { margin: 0 0 15px; color: var(--sky-dark); font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .kicker { color: #72d5d0; }
h1, h2 { margin-top: 0; font-weight: 850; letter-spacing: -.055em; line-height: 1.02; }
h1 { max-width: 610px; margin-bottom: 0; font-size: clamp(3.5rem, 6.2vw, 6.6rem); }
h1 em { color: #72d5d0; font-style: normal; }
h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.4vw, 4.45rem); }
.lead { max-width: 590px; margin: 29px 0 32px; color: #d7deea; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { min-width: 224px; justify-content: space-between; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 2px solid transparent; border-radius: 10px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-sun { color: var(--navy); background: #72d5d0; box-shadow: 0 14px 30px rgba(39,167,163,.22); }
.button-sun:hover { color: white; background: var(--sky-dark); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.28); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 31px 0 0; padding: 0; color: #d7deea; list-style: none; font-size: .86rem; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: #72d5d0; font-weight: 950; }
.hero-media { position: absolute; inset: 0; z-index: 0; min-height: 700px; }
.hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(16,33,60,.98) 0%, rgba(16,33,60,.9) 32%, rgba(16,33,60,.52) 53%, rgba(16,33,60,.08) 78%); }
.hero-media .hero-photo { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: 62% center; }

.action-bar { position: relative; z-index: 3; margin-top: -26px; }
.action-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.action-grid a { min-height: 116px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 24px 27px; border-right: 1px solid var(--line); text-decoration: none; }
.action-grid a:last-child { border-right: 0; }
.action-grid a:hover { background: #fbfaf6; }
.action-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--navy); background: var(--sky-pale); font-size: .72rem; font-weight: 900; }
.action-grid strong, .action-grid small { display: block; }
.action-grid strong { font-size: .98rem; }
.action-grid small { margin-top: 3px; color: var(--muted); font-size: .79rem; }
.action-grid b { color: var(--sky-dark); font-size: 1.3rem; }

.section { padding: 112px 0; }
.promise { padding-top: 138px; background: var(--cream); }
.promise-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 105px; }
.promise-copy > p { color: var(--muted); }
.promise-copy .large-copy { margin-top: 0; color: var(--ink); font-size: 1.23rem; line-height: 1.55; }
.large-copy { color: var(--ink); font-size: 1.23rem; line-height: 1.55; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 42px; }
.principles > div { min-height: 154px; padding: 21px; border: 1px solid #e3dfd4; border-radius: 14px; background: white; }
.principles span, .principles strong, .principles small { display: block; }
.principles span { color: var(--sky-dark); font-size: .7rem; font-weight: 900; }
.principles strong { margin-top: 25px; }
.principles small { margin-top: 5px; color: var(--muted); line-height: 1.45; }
.brand-story { display: grid; grid-template-columns: 220px 1fr; gap: 58px; align-items: center; margin-top: 76px; padding: 50px 56px; border: 1px solid #e3dfd4; border-radius: 22px; background: white; box-shadow: 0 20px 55px rgba(23,43,77,.07); }
.brand-symbol { display: grid; min-height: 210px; place-items: center; border-radius: 18px; background: var(--sky-pale); }
.brand-symbol img { width: 150px; height: 150px; }
.brand-story-copy h2 { max-width: 760px; margin: 7px 0 18px; font-size: clamp(2rem, 4vw, 3.6rem); }
.brand-story-copy > p:not(.kicker) { max-width: 800px; margin: 0 0 13px; color: var(--muted); }
.logo-meaning { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.logo-meaning span { padding: 10px 13px; border-radius: 10px; color: var(--muted); background: var(--cream); font-size: .82rem; }
.logo-meaning b { margin-right: 4px; color: var(--navy); }

.practice-gallery { background: white; }
.gallery-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.gallery-heading > p { margin: 0; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 260px); gap: 14px; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: var(--cream); }
.gallery-grid .gallery-featured { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid .gallery-featured img { object-position: center center; }
.gallery-grid figure:nth-child(2) img { object-position: center 58%; }
.gallery-grid figcaption { position: absolute; left: 16px; bottom: 16px; padding: 9px 13px; border-radius: 9px; color: white; background: rgba(16,33,60,.88); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 800; }

.treatment-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 90px; align-items: end; }
.treatment-heading > p { margin: 0; color: var(--muted); }
.treatment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 62px; }
.treatment-card { min-height: 225px; padding: 29px; border: 1px solid var(--line); border-radius: 15px; color: inherit; background: white; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.treatment-card:hover { transform: translateY(-3px); border-color: var(--sky); }
.treatment-card > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 10px; color: var(--navy); background: var(--sky-pale); font-size: .72rem; font-weight: 900; }
.treatment-grid h3 { margin: 28px 0 9px; font-size: 1.24rem; line-height: 1.2; }
.treatment-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.treatment-card b { display: inline-block; margin-top: 20px; color: var(--sky-dark); font-size: .82rem; }
.treatment-question { display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; padding: 22px 25px; border-radius: 13px; background: var(--cream); }
.treatment-question a { color: var(--sky-dark); font-weight: 850; text-decoration: none; }

.first-visit { background: var(--sky-pale); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.visit-card { padding: 48px; border-radius: 22px; background: white; box-shadow: 0 20px 55px rgba(23,43,77,.08); }
.visit-card p:not(.kicker) { margin: 25px 0 31px; color: var(--muted); }
.button-dark { color: white; background: var(--navy); }
.visit-steps { margin: 0; padding: 0; list-style: none; }
.visit-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 19px; padding: 26px 0; border-bottom: 1px solid rgba(23,43,77,.15); }
.visit-steps li:last-child { border-bottom: 0; }
.visit-steps b { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; color: var(--navy); background: var(--sun); }
.visit-steps strong { font-size: 1.08rem; }
.visit-steps p { margin: 5px 0 0; color: var(--muted); }

.family { color: white; background: var(--navy); }
.family-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.family .kicker { color: #72d5d0; }
.family p { margin-top: 0; color: #d7deea; font-size: 1.08rem; }
.family ul { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.family li { position: relative; padding-left: 33px; }
.family li::before { content: "✓"; position: absolute; left: 0; color: #72d5d0; font-weight: 950; }

.dentist { background: white; }
.dentist-editorial { display: grid; grid-template-columns: minmax(0,1.32fr) minmax(300px,.68fr); gap: 42px 62px; align-items: start; }
.dentist-heading { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,.7fr) minmax(280px,.3fr); gap: 48px; align-items: end; }
.dentist-heading p:not(.kicker) { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.dentist-mark { aspect-ratio: 4 / 4.3; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 28px 90px 28px 28px; color: white; background: var(--sky); box-shadow: var(--shadow); }
.dentist-mark span { font-size: clamp(4.8rem, 10vw, 8.6rem); font-weight: 900; letter-spacing: -.1em; line-height: .9; }
.dentist-mark small { margin-top: 20px; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.dentist-copy { padding: 30px 0; }
.dentist-copy h3 { margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.dentist-copy > p:not(.kicker) { color: var(--muted); }
.home-team-photo { overflow: hidden; width: 100%; margin: 0; border-radius: 24px 72px 24px 24px; background: var(--cream); box-shadow: var(--shadow); }
.home-team-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.home-team-photo figcaption { padding: 14px 18px; color: var(--muted); background: white; font-size: .8rem; line-height: 1.5; }
.credential-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0 27px; }
.credential-row a { padding: 20px; border: 1px solid var(--line); border-radius: 13px; text-decoration: none; }
.credential-row small, .credential-row strong { display: block; }
.credential-row small { color: var(--muted); font-size: .73rem; }
.credential-row strong { margin-top: 5px; font-size: .9rem; }
.credential-row a:hover { border-color: var(--sky); }
.text-link { color: var(--sky-dark); font-weight: 850; text-decoration: none; }

.reviews { background: var(--cream); }
.review-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 82px; align-items: center; }
.review-score { min-height: 330px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 38px; border-radius: 24px; text-align: center; color: white; background: var(--navy); box-shadow: var(--shadow); }
.review-score small { color: #cdd7e5; }
.review-score strong { margin: 19px 0 5px; color: #72d5d0; font-size: 5.6rem; letter-spacing: -.08em; line-height: .9; }
.review-score strong em { font-size: 1.35rem; font-style: normal; letter-spacing: 0; }
.review-score span { font-size: .88rem; font-weight: 750; }
.review-score a { margin-top: 26px; color: white; font-size: .8rem; font-weight: 800; }
.review-quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 35px; }
.review-quotes article { margin: 0; padding: 25px; border: 1px solid #e3dfd4; border-radius: 14px; background: white; }
.review-quotes strong, .review-quotes span { display: block; }
.review-quotes strong { color: var(--navy); font-size: 2rem; letter-spacing: -.04em; line-height: 1; }
.review-quotes span { margin-top: 10px; color: var(--muted); font-size: .82rem; font-weight: 750; }
.review-note { margin: 18px 0 0; color: var(--muted); font-size: .77rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:not(.kicker) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 18px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: var(--navy); background: var(--sun); font-size: 1.25rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -3px 50px 24px 0; color: var(--muted); }

.contact { padding: 105px 0; color: white; background: var(--navy-deep); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .9fr .82fr; gap: 45px; align-items: start; }
.kicker-light { color: #72d5d0; }
.contact-lead > p:not(.kicker) { max-width: 510px; color: #cdd7e5; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 29px; }
.text-link-light { color: white; font-weight: 800; text-decoration: none; }
.contact-card, .hours-card { padding: 31px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.contact-card > div { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.contact-card > div:last-child { border-bottom: 0; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--sky); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { margin-top: 5px; font-size: .9rem; line-height: 1.45; }
.social-inline { display: flex !important; flex-wrap: wrap; gap: 4px 15px; }
.contact-card a { text-decoration: none; overflow-wrap: anywhere; }
.hours-card h3 { margin: 0 0 17px; }
.hours-card dl { margin: 0; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 13px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hours-card dt { color: #cdd7e5; }
.hours-card dd { margin: 0; font-weight: 750; }
.hours-card > p { margin: 21px 0 0; color: #aebdce; font-size: .8rem; }

footer { color: white; background: #0b192d; }
.footer-main { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand-footer img { width: 270px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 23px; }
.footer-links a { color: #d1dae6; font-size: .86rem; text-decoration: none; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa0b5; font-size: .73rem; }
.footer-bottom > div { display: flex; gap: 20px; }
.footer-bottom a { color: #c9d3df; }

.subhero { padding: 84px 0 78px; color: white; background: var(--navy); }
.subhero .kicker { color: #72d5d0; }
.subhero h1 { max-width: 850px; font-size: clamp(3rem, 6vw, 5.8rem); }
.subhero .lead { max-width: 720px; margin-bottom: 0; }
.breadcrumb { margin-bottom: 32px; color: #b9c7d8; font-size: .78rem; }
.breadcrumb a { color: white; text-decoration: none; }
.content-section { padding: 90px 0; }
.content-section.alt { background: var(--cream); }
.content-heading { max-width: 760px; margin-bottom: 48px; }
.content-heading p:not(.kicker) { color: var(--muted); }
.team-values-lead { display: grid; grid-template-columns: 112px 1fr; gap: 30px; align-items: start; }
.team-values-lead > img { padding: 15px; border-radius: 18px; background: white; box-shadow: 0 14px 35px rgba(23,43,77,.07); }
.team-values-lead .content-heading { max-width: 820px; }
.profile-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.profile-photo { position: relative; overflow: hidden; margin: 0; border-radius: 28px 84px 28px 28px; background: var(--sky-pale); box-shadow: var(--shadow); }
.profile-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.profile-photo figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 12px 14px; border-radius: 10px; color: white; background: rgba(16,33,60,.88); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 800; }
.profile-body > p { color: var(--muted); }
.team-concept-section { padding-top: 32px; }
.team-concept-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: 48px; align-items: center; }
.team-concept-media { overflow: hidden; margin: 0; border-radius: 22px; background: var(--cream); box-shadow: var(--shadow); }
.team-concept-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.team-concept-media figcaption { padding: 13px 17px; color: var(--muted); background: white; font-size: .76rem; line-height: 1.45; }
.team-concept-grid .content-heading { margin-bottom: 0; }
.role-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.role-chips span { padding: 9px 12px; border-radius: 999px; color: var(--navy); background: var(--sky-pale); font-size: .78rem; font-weight: 800; }
.fact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 34px 0; }
.fact-card { padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.fact-card small, .fact-card strong { display: block; }
.fact-card small { color: var(--muted); font-size: .72rem; }
.fact-card strong { margin-top: 7px; line-height: 1.35; }
.fact-card a { text-decoration: none; }
.care-list { display: grid; gap: 18px; }
.care-item { scroll-margin-top: 120px; display: grid; grid-template-columns: 74px 1fr; gap: 25px; padding: 31px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.care-item > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; color: var(--navy); background: var(--sky-pale); font-size: .78rem; font-weight: 900; }
.care-item h2 { margin: 0 0 13px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.care-item p { margin: 0 0 14px; color: var(--muted); }
.care-item ul { margin: 0; padding-left: 20px; color: var(--muted); }
.care-item .button { margin-top: 20px; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.info-card { padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.info-card span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--navy); background: var(--sun); font-size: .75rem; font-weight: 900; }
.info-card h2 { margin: 25px 0 12px; font-size: 1.4rem; letter-spacing: -.03em; }
.info-card p { color: var(--muted); }
.info-card a { color: var(--sky-dark); font-weight: 800; }
.notice-box { margin-top: 26px; padding: 22px 24px; border: 1px solid rgba(39,167,163,.24); border-radius: 14px; background: #eefaf9; color: var(--navy); }
.notice-box strong { display: block; margin-bottom: 6px; font-size: 1.02rem; }
.notice-box p { margin: 0; color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--navy); font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sky); font-weight: 950; }
.legal-stack { max-width: 860px; }
.legal-stack section { padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid var(--line); }
.legal-stack section:last-child { border-bottom: 0; }
.legal-stack h2 { margin: 0 0 12px; font-size: clamp(1.45rem, 3vw, 2rem); }
.legal-stack p { margin: 0; color: var(--muted); }
.legal-stack a { color: var(--navy); font-weight: 850; }
.page-cta { padding: 70px 0; color: white; background: var(--sky-dark); }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.page-cta h2 { max-width: 690px; font-size: clamp(2.2rem, 4vw, 4rem); }
.button-white { color: var(--navy); background: white; }

/* 2026 patient-first refresh */
.trust-strip { position: relative; z-index: 3; padding: 18px 0; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 16px 45px rgba(16,33,60,.06); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 11px; min-height: 58px; padding: 10px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--navy); background: var(--sky-pale); font-weight: 950; }
.trust-grid strong { font-size: .86rem; line-height: 1.35; }
.trust-grid strong a { text-decoration: none; }
.trust-grid strong a:hover { text-decoration: underline; text-underline-offset: 3px; }
.section-intro { display: grid; grid-template-columns: minmax(0,.95fr) minmax(280px,.55fr); gap: 72px; align-items: end; margin-bottom: 46px; }
.section-intro > p { margin: 0 0 8px; color: var(--muted); font-size: 1.03rem; }
.team-showcase { display: grid; grid-template-columns: minmax(0,1.48fr) minmax(300px,.52fr); gap: 18px; align-items: start; }
.team-showcase .home-team-photo { display: grid; grid-template-rows: 1fr auto; border-radius: 24px 72px 24px 24px; }
.team-showcase .home-team-photo img { height: auto; min-height: 0; aspect-ratio: 3 / 2; object-fit: contain; object-position: center; }
.team-portrait-card { overflow: hidden; display: grid; grid-template-rows: 315px 1fr; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 16px 44px rgba(23,43,77,.08); }
.team-portrait-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.team-portrait-card > div { padding: 25px; }
.team-portrait-card h3 { margin: 3px 0 10px; font-size: 1.7rem; line-height: 1.1; }
.team-portrait-card p:not(.kicker) { margin: 0; color: var(--muted); font-size: .91rem; }
.team-portrait-card ul { display: grid; gap: 5px; margin: 18px 0 20px; padding: 0; list-style: none; color: var(--navy); font-size: .78rem; font-weight: 800; }
.team-portrait-card li::before { content: "✓"; margin-right: 7px; color: var(--sky-dark); }
.confidence { background: var(--cream); }
.confidence-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.confidence-grid article { padding: 30px; border: 1px solid #e3dfd4; border-radius: 17px; background: white; }
.confidence-grid span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; color: var(--navy); background: var(--sky-pale); font-size: .74rem; font-weight: 900; }
.confidence-grid h3 { margin: 25px 0 10px; font-size: 1.24rem; }
.confidence-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.continuity-note { display: grid; grid-template-columns: 72px 1fr auto; gap: 22px; align-items: center; margin-top: 26px; padding: 23px; border-radius: 17px; background: white; }
.continuity-note img { width: 72px; height: 72px; }
.continuity-note strong { display: block; margin-bottom: 3px; }
.continuity-note p { margin: 0; color: var(--muted); font-size: .88rem; }
.gallery-more { margin: 27px 0 0; text-align: right; }
.profile-photo--portrait img { aspect-ratio: 4 / 5; object-position: center; }
.practice-intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; }
.brand-story-page { margin-top: 0; }
.subhero-image { padding: 62px 0; }
.subhero-split { display: grid; grid-template-columns: .83fr 1.17fr; gap: 54px; align-items: center; }
.subhero-split img { width: 100%; max-height: 440px; object-fit: cover; border-radius: 24px 72px 24px 24px; box-shadow: 0 22px 55px rgba(6,18,34,.24); }
.location-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.location-grid p:not(.kicker) { color: var(--muted); }
.location-card { display: grid; gap: 7px; padding: 34px; border-radius: 20px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.location-card small { margin-top: 13px; color: #72d5d0; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.location-card small:first-child { margin-top: 0; }
.location-card strong { line-height: 1.5; }
.location-card a { text-decoration: none; }
.mobile-quickbar { display: none; }

/* Online inschrijfformulier */
.form-subhero { padding: 54px 0 48px; }
.form-subhero h1 { max-width: 840px; font-size: clamp(2.8rem,5.7vw,5.2rem); }
.form-subhero .lead { max-width: 790px; }
.registration-layout { display: grid; grid-template-columns: minmax(0,1.42fr) minmax(300px,.58fr); gap: 42px; align-items: start; }
.registration-form-card { overflow: hidden; scroll-margin-top: 110px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 22px 58px rgba(23,43,77,.09); }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-progress { display: grid; gap: 13px; padding: 25px 32px 23px; border-bottom: 1px solid rgba(39,167,163,.2); background: var(--sky-pale); }
.form-progress-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.form-progress-label { flex: 0 0 auto; color: var(--sky-dark); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-progress-head strong { color: var(--navy); font-size: 1rem; }
.form-progress-track { overflow: hidden; height: 7px; border-radius: 999px; background: rgba(23,43,77,.12); }
.form-progress-track > span { display: block; width: 16.6667%; height: 100%; border-radius: inherit; background: var(--sky-dark); transition: width .25s ease; }
.form-progress p { margin: 0; color: var(--muted); font-size: .76rem; }
.form-urgent-route { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 24px 32px 0; padding: 18px 20px; border: 1px solid rgba(242,207,85,.58); border-radius: 13px; background: #fffaf0; }
.form-urgent-route div { display: grid; gap: 3px; }
.form-urgent-route strong { color: var(--navy); font-size: .9rem; }
.form-urgent-route div > span { color: var(--muted); font-size: .79rem; line-height: 1.45; }
.form-urgent-route > a { flex: 0 0 auto; color: var(--navy); font-size: .8rem; font-weight: 900; text-decoration: none; }
.form-urgent-route > a:hover { color: var(--sky-dark); }
.form-step { display: inline-grid; place-items: center; border-radius: 50%; color: white; background: var(--sky-dark); font-weight: 900; }
.registration-form-card fieldset { margin: 0; padding: 34px 32px 38px; border: 0; border-bottom: 1px solid var(--line); }
.registration-form-card fieldset:last-child { border-bottom: 0; }
.registration-form-card.is-wizard-active fieldset { border-bottom: 0; }
.registration-form-card.is-wizard-active fieldset[hidden] { display: none; }
.registration-form-card legend { width: 100%; padding: 0; color: var(--navy); font-size: 1.28rem; font-weight: 850; letter-spacing: -.02em; }
.form-step { width: 30px; height: 30px; margin-right: 8px; font-size: .72rem; vertical-align: 3px; }
.required-mark { color: #a13b45; }
.registration-form-card legend small { color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: 0; }
.form-help { margin: 7px 0 20px; color: var(--muted); font-size: .88rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 19px 16px; margin-top: 20px; }
.form-field { display: grid; gap: 7px; color: var(--navy); font-size: .88rem; font-weight: 800; }
.form-field--wide { grid-column: 1 / -1; }
.form-field:has(input[required]) > span::after, .form-field:has(select[required]) > span::after, .form-field:has(textarea[required]) > span::after { content: " *"; color: #a13b45; }
.form-field span small { color: var(--muted); font-size: .72rem; font-weight: 650; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd5df; border-radius: 10px; color: var(--navy); background: white; font: inherit; font-weight: 500; }
.form-field textarea { min-height: 108px; resize: vertical; }
.form-field input::placeholder { color: #8b98a9; }
.form-field textarea::placeholder { color: #8b98a9; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(39,167,163,.22); border-color: var(--sky-dark); }
.choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.choice-card { display: flex; gap: 10px; align-items: flex-start; min-height: 88px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.choice-card:hover { border-color: var(--sky); background: #fbfefd; }
.choice-card:has(input:checked) { border-color: var(--sky-dark); background: var(--sky-pale); box-shadow: inset 0 0 0 1px var(--sky-dark); }
.choice-card input { flex: 0 0 auto; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--sky-dark); }
.choice-card input:focus-visible, .inline-choice input:focus-visible, .medical-check-grid input:focus-visible, .form-consent input:focus-visible { outline: 3px solid rgba(39,167,163,.35); outline-offset: 3px; }
.choice-card strong, .choice-card small { display: block; }
.choice-card small { margin-top: 3px; color: var(--muted); font-size: .73rem; font-weight: 500; }
.family-members { margin-top: 24px; padding: 22px; border: 1px solid rgba(39,167,163,.22); border-radius: 14px; background: #f5fbfa; }
.family-members[hidden] { display: none; }
.family-members-head, .family-member-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.family-members-head strong { display: block; }
.family-members-head p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.family-add-button { flex: 0 0 auto; min-height: 43px; padding: 9px 13px; border: 1px solid var(--sky-dark); border-radius: 9px; color: var(--navy); background: white; font: inherit; font-size: .78rem; font-weight: 850; cursor: pointer; }
.family-add-button:hover { color: white; background: var(--sky-dark); }
.family-member-list { display: grid; gap: 12px; margin-top: 18px; }
.family-member-card { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.family-member-card .form-grid { margin-top: 15px; }
.family-member-title strong { font-size: .9rem; }
.family-member-title button { min-height: 44px; padding: 8px 0; border: 0; color: #8b2f36; background: transparent; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }
.family-member-title button:disabled { color: var(--muted); cursor: not-allowed; opacity: .65; }
.family-medical-history { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.family-medical-title { display: block; font-size: 1.05rem; }
.family-medical-history > .form-help { margin-top: 6px; }
.medical-question { display: grid; gap: 16px; margin-top: 22px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfd; }
.medical-question > strong { font-size: .95rem; }
.medical-question > strong small { color: var(--muted); font-size: .75rem; font-weight: 650; }
.inline-choice { display: flex; flex-wrap: wrap; gap: 10px; }
.inline-choice label { min-width: 105px; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; background: white; font-size: .86rem; font-weight: 750; cursor: pointer; }
.inline-choice label:has(input:checked) { border-color: var(--sky-dark); background: var(--sky-pale); }
.inline-choice input, .medical-check-grid input { width: 18px; height: 18px; margin: 0; accent-color: var(--sky-dark); }
.medical-text-grid { margin-top: 22px; }
.medical-check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.medical-check-grid label { display: flex; gap: 10px; align-items: flex-start; min-height: 58px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--navy); font-size: .8rem; font-weight: 700; cursor: pointer; }
.medical-check-grid label:has(input:checked) { border-color: var(--sky-dark); background: var(--sky-pale); }
.medical-check-grid input { flex: 0 0 auto; margin-top: 2px; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 19px; padding: 18px; border-radius: 12px; background: var(--cream); color: var(--muted); font-size: .86rem; }
.form-consent input { flex: 0 0 auto; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--sky-dark); }
.form-consent a { color: var(--navy); font-weight: 800; }
.form-review { margin-top: 20px; padding: 22px; border: 1px solid rgba(39,167,163,.22); border-radius: 14px; background: var(--sky-pale); }
.form-review .kicker { margin-bottom: 5px; }
.form-review h3 { margin: 0; font-size: 1.25rem; }
.form-review dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 20px 0 0; }
.form-review dl > div { padding: 13px 15px; border-radius: 10px; background: white; }
.form-review dt { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.form-review dd { overflow-wrap: anywhere; margin: 4px 0 0; color: var(--navy); font-size: .84rem; font-weight: 800; }
.form-review > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: .78rem; }
.form-actions { margin-top: 25px; }
.form-actions p { margin: 13px 0 0; color: var(--muted); font-size: .84rem; }
.form-actions a { color: var(--navy); font-weight: 850; }
.form-wizard-nav { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-wizard-nav .button { width: auto; min-width: 146px; border: 0; cursor: pointer; }
.form-wizard-back { color: var(--navy); background: white; box-shadow: inset 0 0 0 1px #cbd5df; }
.form-wizard-back:hover { color: var(--sky-dark); box-shadow: inset 0 0 0 1px var(--sky-dark); }
.form-wizard-next { color: white; background: var(--navy); box-shadow: 0 12px 25px rgba(23,43,77,.16); }
.form-wizard-next:hover { background: var(--sky-dark); }
.form-actions > .form-wizard-nav { margin: 0 0 16px; padding: 0; border: 0; }
.form-actions > .form-wizard-nav .form-submit { flex: 1; }
.form-status { margin-top: 16px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 11px; color: var(--navy); background: #f7f9fb; font-size: .88rem; font-weight: 700; }
.form-status--pending { border-color: #e6ce75; background: #fff9e8; }
.form-status--success { border-color: rgba(39,167,163,.35); background: var(--sky-pale); }
.form-status--error { border-color: rgba(161,59,69,.3); color: #7f2931; background: #fff4f5; }
.form-submit { width: 100%; border: 0; color: white; background: var(--navy); box-shadow: 0 14px 30px rgba(23,43,77,.18); cursor: pointer; }
.form-submit:hover { background: var(--sky-dark); }
.registration-sidebar { position: sticky; top: 116px; display: grid; gap: 15px; }
.form-side-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.form-side-card--accent { color: white; border-color: transparent; background: var(--navy); box-shadow: var(--shadow); }
.form-side-card .kicker { margin-bottom: 12px; }
.form-side-card--accent .kicker { color: #72d5d0; }
.form-side-card h2 { margin-bottom: 17px; font-size: clamp(2rem,3vw,2.8rem); }
.form-side-card h3 { margin: 0 0 10px; font-size: 1.15rem; }
.form-side-card p { margin: 0 0 20px; color: var(--muted); font-size: .92rem; }
.form-side-card--accent p { color: #d7deea; }
.form-side-card .button { width: 100%; }
.form-side-link { display: block; margin-top: 18px; color: var(--navy); font-size: .79rem; font-weight: 850; line-height: 1.45; text-decoration: none; }
.form-side-link:hover { color: var(--sky-dark); }
.security-list { display: grid; gap: 9px; margin: 16px 0 0; padding: 0; color: var(--muted); list-style: none; }
.security-list li { position: relative; padding-left: 25px; }
.security-list li::before { content: "•"; position: absolute; left: 0; color: var(--sky-dark); font-weight: 900; }
.security-list a { color: var(--navy); font-weight: 800; }

@media (max-width: 1020px) {
  .profile-panel { grid-template-columns: 1fr; }
  .profile-panel .profile-photo { max-width: 500px; }
  .team-concept-grid { grid-template-columns: 1fr; gap: 32px; }
  .fact-grid, .info-grid { grid-template-columns: repeat(2,1fr); }
  .registration-layout { grid-template-columns: 1fr; }
  .registration-sidebar { position: static; grid-template-columns: repeat(2,1fr); }
  .registration-sidebar .form-side-card--accent { grid-column: 1 / -1; }
}

@media (max-width: 1020px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 84px; display: none; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav > a { padding: 12px 14px; }
  .nav-button { margin-top: 6px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; width: var(--shell); }
  .hero-copy { width: 100%; padding: 78px 0 55px; }
  .hero-media { position: relative; inset: auto; min-height: 0; margin: 32px 0 48px; }
  .hero-media::after { content: none; }
  .hero-media::before { inset: 0 -40px; }
  .hero-media .hero-photo { position: relative; inset: auto; width: 100%; height: auto; transform: none; border-radius: 30px; }
  .welcome-card { left: 26px; }
  .promise-grid, .visit-grid, .family-grid, .treatment-heading, .gallery-heading, .faq-grid, .dentist-editorial, .review-layout { grid-template-columns: 1fr; gap: 40px; }
  .brand-story { grid-template-columns: 170px 1fr; gap: 36px; padding: 40px; }
  .brand-symbol { min-height: 170px; }
  .brand-symbol img { width: 122px; height: 122px; }
  .dentist-heading { grid-column: auto; grid-template-columns: 1fr; gap: 14px; }
  .dentist-copy { padding: 0; }
  .dentist-mark { max-width: 500px; width: 100%; justify-self: center; }
  .treatment-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-lead { grid-column: 1 / -1; }
  .faq-intro { position: static; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 28px; }
  .nav-wrap:not(:has(.menu-button)) .main-nav { position: static; display: flex; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .nav-wrap:not(:has(.menu-button)) .main-nav > a:not(.nav-button) { display: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-intro, .team-showcase, .practice-intro-grid, .subhero-split, .location-grid { grid-template-columns: 1fr; gap: 34px; }
  .team-showcase .home-team-photo img { min-height: 0; aspect-ratio: 3 / 2; }
  .team-portrait-card { max-width: 560px; grid-template-columns: .8fr 1.2fr; grid-template-rows: none; }
  .team-portrait-card > img { min-height: 100%; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .takeover-banner-inner { align-items: stretch; flex-direction: column; gap: 10px; padding-block: 14px; text-align: center; }
  .takeover-banner p { font-size: .84rem; }
  .takeover-banner a { justify-content: center; width: 100%; min-height: 44px; }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-inner > div { display: none; }
  .nav-wrap { min-height: 76px; }
  .main-nav { top: 76px; }
  .brand img { width: 218px; }
  .hero-grid { width: var(--shell); }
  .hero-copy { padding: 52px 0 40px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .lead { font-size: 1.02rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-points { display: grid; gap: 8px; }
  .hero-media { overflow: hidden; min-height: 0; margin: 8px 0 42px; border: 1px solid rgba(114,213,208,.24); border-radius: 24px 56px 24px 24px; box-shadow: 0 20px 42px rgba(6,18,34,.28); }
  .hero-media .hero-photo { position: relative; inset: auto; width: 100%; height: auto; transform: none; border-radius: inherit; object-position: center; }
  .action-bar { margin-top: 0; padding: 14px 0; background: white; }
  .action-grid { grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: 14px; box-shadow: none; }
  .action-grid a { min-height: 82px; padding: 18px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .action-grid a:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .promise { padding-top: 102px; }
  .principles, .treatment-grid { grid-template-columns: 1fr; }
  .brand-story { grid-template-columns: 1fr; margin-top: 52px; padding: 28px 24px; }
  .brand-symbol { min-height: 160px; }
  .team-values-lead { grid-template-columns: 76px 1fr; gap: 18px; }
  .team-values-lead > img { width: 76px; height: 76px; padding: 10px; }
  .profile-photo { max-width: 100%; border-radius: 22px 54px 22px 22px; }
  .principles > div { min-height: 0; }
  .principles strong { margin-top: 13px; }
  .treatment-card { min-height: 0; }
  .credential-row, .review-quotes { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-grid .gallery-featured { grid-row: auto; }
  .gallery-grid figure { min-height: 260px; }
  .gallery-grid .gallery-featured { min-height: 360px; }
  .treatment-question { align-items: flex-start; flex-direction: column; }
  .visit-card { padding: 32px 24px; }
  .family-grid { gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-lead { grid-column: auto; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .footer-bottom > div { flex-direction: column; gap: 7px; }
  .subhero { padding: 58px 0; }
  .content-section { padding: 68px 0; }
  .fact-grid, .info-grid { grid-template-columns: 1fr; }
  .care-item { grid-template-columns: 1fr; padding: 25px; }
  .page-cta-inner { align-items: stretch; flex-direction: column; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .hero-copy { padding-top: 48px; }
  .trust-strip { padding: 0; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 72px; padding: 12px 14px; }
  .trust-grid strong { font-size: .76rem; }
  .section-intro { margin-bottom: 30px; }
  .team-portrait-card { max-width: none; grid-template-columns: 1fr; grid-template-rows: 420px auto; }
  .team-portrait-card > img { object-position: center 24%; }
  .confidence-grid { grid-template-columns: 1fr; }
  .continuity-note { grid-template-columns: 56px 1fr; }
  .continuity-note img { width: 56px; height: 56px; }
  .continuity-note .text-link { grid-column: 1 / -1; }
  .subhero-split img { border-radius: 18px 44px 18px 18px; }
  .gallery-more { text-align: left; }
  .registration-form-card fieldset { padding: 28px 21px 32px; }
  .form-progress { padding: 22px 21px 20px; }
  .form-progress-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .form-urgent-route { align-items: flex-start; flex-direction: column; gap: 12px; margin: 18px 21px 0; padding: 16px; }
  .form-wizard-nav { gap: 9px; }
  .form-wizard-nav .button { flex: 1; min-width: 0; padding-inline: 14px; }
  .form-review dl { grid-template-columns: 1fr; }
  .form-grid, .choice-grid, .registration-sidebar { grid-template-columns: 1fr; }
  .family-members { padding: 14px; }
  .family-member-card { padding: 16px 14px; }
  .family-medical-history .medical-question { padding: 16px 14px; }
  .family-members-head { align-items: flex-start; flex-direction: column; }
  .family-add-button { width: 100%; }
  .medical-check-grid { grid-template-columns: 1fr; }
  .form-field--wide, .registration-sidebar .form-side-card--accent { grid-column: auto; }
  .mobile-quickbar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 100; display: grid; grid-template-columns: repeat(3,1fr); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(221,227,233,.92); background: rgba(255,255,255,.98); box-shadow: 0 -12px 34px rgba(16,33,60,.13); backdrop-filter: blur(16px); }
  .mobile-quickbar a { min-height: 46px; display: grid; place-items: center; padding: 7px 4px; border-right: 1px solid var(--line); color: var(--navy); font-size: .72rem; font-weight: 900; text-align: center; text-decoration: none; }
  .mobile-quickbar a:last-child { border-right: 0; color: #8b2f36; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
