@font-face {
  font-family: "Site Sans";
  src: url("assets/fonts/nimbus-sans-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Site Sans";
  src: url("assets/fonts/nimbus-sans-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Site Serif";
  src: url("assets/fonts/p052-roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Site Serif";
  src: url("assets/fonts/p052-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #14263d;
  --blue: #0b315f;
  --blue-2: #164f88;
  --blue-3: #2c6fa8;
  --blue-soft: #eaf2f9;
  --blue-pale: #f4f8fc;
  --blue-gradient: linear-gradient(112deg, #6ea7cf 0%, #2d6f9f 42%, #0b315f 76%, #082f49 100%);
  --gold: #c3a15f;
  --gold-dark: #9d7d3f;
  --gold-soft: #f4ecdc;
  --white: #ffffff;
  --off-white: #f8fafc;
  --muted: #68778a;
  --line: #dce4ed;
  --shadow: 0 20px 55px rgba(11, 49, 95, .07);
  --shadow-soft: 0 8px 24px rgba(11, 49, 95, .04);
  --sans: "Site Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Site Serif", Palatino, "Book Antiqua", serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); 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; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; color: var(--white); background: var(--blue); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
.demo-alert { padding: 8px 20px; color: #5b4925; background: var(--gold-soft); border-bottom: 1px solid #e4d4b4; font-size: 12px; line-height: 1.5; text-align: center; }

.site-header { position: absolute; z-index: 20; top: 33px; left: 0; width: 100%; color: var(--blue); }
.nav-wrap { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 13px; align-items: center; color: var(--blue); text-decoration: none; line-height: 1.1; }
.brand strong { display: block; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { flex: 0 0 43px; width: 43px; }
.brand-mark svg { fill: var(--blue); }
.brand-mark .brand-mark-line { fill: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav a { position: relative; color: #354d69; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:not(.nav-cta):hover::after { transform: scaleX(1); }
.main-nav .nav-cta { padding: 12px 19px; color: var(--white); background: var(--blue); border-radius: 3px; box-shadow: 0 8px 22px rgba(11,49,95,.16); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--blue); }

.hero { position: relative; min-height: 820px; display: grid; align-items: end; color: var(--ink); background: var(--white); overflow: hidden; }
.hero::before { position: absolute; top: 130px; right: -130px; width: 630px; height: 630px; content: ""; background: var(--blue-pale); border-radius: 50%; }
.hero::after { position: absolute; top: 215px; right: 95px; width: 360px; height: 360px; content: ""; border: 1px solid rgba(195,161,95,.5); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .76fr; gap: 92px; align-items: end; padding-top: 150px; }
.hero-copy { width: 100%; padding: 86px 0 82px; }
.hero-portrait { position: relative; width: min(100%, 465px); aspect-ratio: 1; height: auto; margin: 0 0 105px; justify-self: end; }
.hero-portrait::before { position: absolute; z-index: -1; inset: 14px -14px -14px 14px; content: ""; background: var(--blue); border-radius: 50%; }
.hero-portrait::after { position: absolute; top: -15px; right: 28px; width: 90px; height: 3px; content: ""; background: var(--gold); }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; border: 8px solid var(--white); border-radius: 50%; box-shadow: none; }
.hero-portrait figcaption { position: absolute; right: -20px; bottom: -62px; min-width: 270px; padding: 17px 21px; color: var(--white); background: var(--blue); border-left: 3px solid var(--gold); box-shadow: 0 16px 38px rgba(11,49,95,.2); }
.hero-portrait figcaption strong, .hero-portrait figcaption span { display: block; }
.hero-portrait figcaption strong { font-size: 13px; }
.hero-portrait figcaption span { margin-top: 3px; color: #cddbea; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: var(--blue-2); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--gold); }
.eyebrow-dark { color: var(--blue-2); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: 1.03; }
h1 { max-width: 680px; color: var(--blue); font-size: clamp(60px, 6vw, 88px); }
h2 { color: var(--blue); font-size: clamp(48px, 5vw, 72px); }
h1 em, h2 em { color: var(--blue-2); font-family: inherit; font-style: italic; font-weight: 400; }
.hero h1 em { color: inherit; font-style: normal; }
.prevention h2 em, .services h2 em, .about h2 em, .faq h2 em { color: var(--blue-2); }
.hero-lead { max-width: 620px; margin: 32px 0; color: #304a64; font-size: 17px; font-weight: 700; line-height: 1.6; }
.home-availability { display: flex; gap: 17px; align-items: baseline; width: fit-content; margin: -5px 0 27px; padding: 11px 0 11px 18px; border-left: 4px solid var(--gold); }
.home-availability span { color: var(--blue); font-size: 16px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.home-availability strong { color: var(--gold-dark); font-family: var(--serif); font-size: clamp(40px, 3.8vw, 52px); font-weight: 700; letter-spacing: -.025em; line-height: 1; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; align-items: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 24px; border: 0; border-radius: 1px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease; }
.button:hover { box-shadow: inset 0 0 0 1px rgba(195,161,95,.7); }
.button svg { width: 18px; fill: currentColor; }
.button-primary { color: var(--white); background: var(--blue); }
.hero-actions a[href^="tel:"] { font-size: 15px; letter-spacing: .04em; }
.button-ghost { color: var(--blue); background: var(--white); border: 1px solid #b9c8d8; }
.hero-meta { display: flex; gap: 60px; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; }
.hero-meta strong { color: var(--blue); font-size: 13px; }
.hero-meta small { grid-column: 2; color: var(--muted); font-size: 12px; }
.status-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(195,161,95,.14); }

.trust-strip { background: var(--blue-gradient); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 22px; padding: 31px 34px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.trust-grid p { margin: 0; color: #b9cadb; font-size: 12px; line-height: 1.5; }
.trust-grid strong { display: block; color: var(--white); font-size: 13px; }

.section { padding: 136px 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 72px; align-items: end; margin-bottom: 60px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; }

.prevention { background: var(--off-white); }
.prevention-heading { margin-bottom: 48px; }
.prevention-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.prevention-card { position: relative; min-height: 610px; display: flex; flex-direction: column; padding: 50px; overflow: hidden; border: 1px solid var(--line); box-shadow: none; }
.prevention-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; content: ""; background: var(--gold); }
.prevention-card::after { position: absolute; right: -120px; bottom: -140px; width: 310px; height: 310px; content: ""; border: 1px solid rgba(195,161,95,.22); border-radius: 50%; pointer-events: none; }
.prevention-covered { background: var(--white); }
.prevention-private { color: var(--white); background: var(--blue-gradient); border-color: var(--blue); }
.prevention-private::after { border-color: rgba(255,255,255,.12); }
.offer-topline { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; margin-bottom: 40px; }
.offer-kicker { padding: 7px 10px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.prevention-private .offer-kicker { color: var(--gold); background: rgba(255,255,255,.08); }
.offer-price { flex: 0 0 auto; text-align: right; line-height: 1; }
.offer-price strong, .offer-price small { display: block; }
.offer-price strong { color: var(--gold-dark); font-family: var(--serif); font-size: 40px; font-weight: 400; }
.prevention-private .offer-price strong { color: var(--gold); }
.offer-price small { margin-top: 7px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.prevention-private .offer-price small { color: #b7c9db; }
.prevention-card h3 { max-width: 520px; margin: 0 0 18px; color: var(--blue); font-family: var(--serif); font-size: clamp(29px, 3vw, 41px); font-weight: 400; letter-spacing: -.02em; line-height: 1.08; }
.prevention-private h3 { color: var(--white); }
.offer-lead { margin: 0 0 26px; color: var(--muted); font-size: 14px; }
.prevention-private .offer-lead { color: #c4d3e0; }
.age-groups { display: grid; grid-template-columns: repeat(4, 1fr); margin: 3px 0 27px; border: 1px solid #cbd7e4; }
.age-groups span { padding: 12px 8px; color: var(--blue); border-right: 1px solid #cbd7e4; font-size: 12px; font-weight: 800; text-align: center; }
.age-groups span:last-child { border-right: 0; }
.offer-list { display: grid; gap: 9px; margin: 0 0 27px; padding: 0; list-style: none; }
.offer-list li { position: relative; padding-left: 24px; color: #344b64; font-size: 12px; }
.offer-list li::before { position: absolute; top: 0; left: 0; color: var(--gold-dark); content: "✓"; font-weight: 900; }
.prevention-private .offer-list li { color: #d8e3ec; }
.prevention-private .offer-list li::before { color: var(--gold); }
.offer-note, .non-covered-notice { position: relative; z-index: 1; margin: 0 0 28px; padding: 16px 18px; font-size: 12px; line-height: 1.6; }
.offer-note { color: #42566c; background: var(--blue-pale); border-left: 3px solid var(--gold); }
.non-covered-notice { display: grid; gap: 3px; color: #c4d3e0; background: rgba(255,255,255,.07); border-left: 3px solid var(--gold); }
.non-covered-notice strong { color: var(--white); font-size: 12px; }
.offer-button { position: relative; z-index: 1; align-self: flex-start; margin-top: auto; color: var(--white); background: var(--blue); }
.offer-button-light { color: var(--blue); background: var(--gold); }
.prevention-source { max-width: 900px; margin: 25px auto 0; color: var(--muted); font-size: 12px; text-align: center; }
.prevention-source a { color: var(--blue-2); font-weight: 800; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 38px; background: var(--white); border: 1px solid var(--line); box-shadow: none; }
.service-card.featured { background: var(--blue-pale); border-top: 3px solid var(--gold); }
.service-number { position: absolute; top: 25px; right: 28px; color: #98a9bb; font-family: var(--serif); }
.service-icon { width: 48px; height: 48px; margin-bottom: 46px; color: var(--blue-2); }
.service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.service-card h3 { max-width: 270px; margin: 0 0 14px; color: var(--blue); font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.22; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-card { display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--blue-gradient); border-color: var(--blue); }
.contact-card p { color: #c8d6e3; }
.contact-card a { display: flex; justify-content: space-between; margin-top: 32px; padding-top: 18px; color: var(--gold); border-top: 1px solid rgba(255,255,255,.18); font-size: 14px; font-weight: 800; text-decoration: none; }

.care-rates { background: var(--off-white); }
.rates-heading { margin-bottom: 48px; }
.rates-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 24px; align-items: stretch; }
.rates-card { position: relative; display: flex; flex-direction: column; padding: 48px; border: 1px solid var(--line); }
.covered-care { background: var(--white); border-top: 4px solid var(--gold); }
.private-care { color: var(--white); background: var(--blue-gradient); border-color: var(--blue); border-top: 4px solid var(--gold); }
.rates-card-header { margin-bottom: 28px; }
.rates-kicker { display: inline-block; margin-bottom: 20px; padding: 7px 10px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.private-care .rates-kicker { color: var(--gold); background: rgba(255,255,255,.08); }
.rates-card h3 { margin: 0 0 14px; color: var(--blue); font-family: var(--serif); font-size: clamp(29px, 3vw, 40px); font-weight: 400; letter-spacing: -.02em; line-height: 1.08; }
.private-care h3 { color: var(--white); }
.rates-card-header p { margin: 0; color: var(--muted); font-size: 13px; }
.private-care .rates-card-header p { color: #c4d3e0; }
.care-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.care-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.care-list li span { color: var(--gold-dark); font-family: var(--serif); font-size: 13px; }
.care-list li strong { color: var(--blue); font-size: 12px; font-weight: 700; }
.price-table { border-top: 1px solid rgba(255,255,255,.18); }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.price-row > span { color: #eef4f8; font-size: 12px; font-weight: 700; line-height: 1.35; }
.price-row > span b { font-family: var(--serif); font-size: 15px; font-weight: 500; }
.price-row > strong { min-width: 98px; color: var(--gold); font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.15; text-align: right; }
.price-row small { display: block; margin-top: 4px; color: #b9cad9; font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .02em; }
.price-row-featured { margin: 0 -18px; padding: 18px; background: rgba(255,255,255,.08); border-left: 3px solid var(--gold); }
.price-row-featured + .price-row-featured { margin-top: 8px; }
.rates-legal { margin: 24px 0 0; padding: 16px 18px; color: #52677c; background: var(--blue-pale); border-left: 3px solid var(--gold); font-size: 12px; line-height: 1.6; }
.private-legal { color: #c8d6e3; background: rgba(255,255,255,.07); }
.payment-note { margin: 14px 0 0; padding: 16px 18px; color: #dbe6ef; background: rgba(255,255,255,.07); border-left: 2px solid var(--gold); font-size: 12px; line-height: 1.6; }
.payment-note strong { color: var(--white); }
.rates-button { align-self: flex-start; margin-top: 24px; color: var(--blue); background: var(--gold); }

.area { color: var(--white); background: var(--blue-gradient); }
.area-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 94px; align-items: center; }
.area h2 { color: var(--white); }
.area h2 em { color: var(--gold); }
.area .eyebrow { color: #c7d6e4; }
.area-copy > p:not(.eyebrow) { max-width: 510px; color: #c6d4e1; }
.map-card { position: relative; aspect-ratio: 1.05; overflow: hidden; background: #edf3f7; border: 8px solid var(--white); box-shadow: none; }
.map-embed::before, .map-embed::after { display: none; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(.96); }
.map-attribution { position: absolute; z-index: 6; right: 12px; bottom: 10px; padding: 5px 8px; color: var(--blue); background: rgba(255,255,255,.94); font-size: 11px; font-weight: 700; text-decoration: none; }
.map-card::before, .map-lines, .map-card::after { display: none; }
.map-label { position: absolute; z-index: 2; color: #4c6680; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.label-1 { top: 35%; left: 39%; } .label-2 { top: 20%; left: 55%; } .label-3 { top: 35%; left: 69%; } .label-4 { top: 16%; left: 23%; } .label-5 { top: 53%; left: 70%; }
.map-pin { position: absolute; z-index: 4; top: 41%; left: 45%; width: 30px; height: 30px; display: grid; place-items: center; background: var(--blue); border: 6px solid var(--white); border-radius: 50%; box-shadow: 0 6px 20px rgba(11,49,95,.3); }
.map-pin i { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.map-caption { position: absolute; z-index: 5; left: 25px; bottom: 25px; padding: 16px 21px; color: var(--ink); background: var(--white); border-left: 3px solid var(--gold); box-shadow: 0 8px 30px rgba(11,49,95,.12); }
.map-caption small, .map-caption strong { display: block; }
.map-caption small { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.map-caption strong { color: var(--blue); font-size: 12px; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 28px; margin: 30px 0; padding: 0; list-style: none; }
.area-list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.area-list li::before { margin-right: 9px; color: var(--gold); content: "•"; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.light-link { color: var(--gold); }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; align-items: start; }
.about-copy { padding-top: 40px; }
.about-copy p { color: var(--muted); }
.about-copy .large-copy { margin-top: 0; color: var(--blue); font-family: var(--serif); font-size: 24px; line-height: 1.5; }
.experience-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 24px 0 32px; padding: 0; list-style: none; }
.experience-list li { padding: 11px 13px; color: var(--blue); background: var(--blue-pale); border-left: 2px solid var(--gold); font-size: 12px; font-weight: 700; }
.about-copy blockquote { margin: 40px 0 0; padding: 20px 0 20px 30px; border-left: 3px solid var(--gold); }
.about-copy blockquote p { margin: 0; color: var(--blue-2); font-family: var(--serif); font-size: 25px; line-height: 1.4; }

.appointment { color: var(--ink); background: var(--off-white); }
.appointment-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: end; margin-bottom: 44px; }
.appointment-heading .eyebrow { margin: 0 0 8px; }
.appointment-heading > div { display: grid; grid-template-columns: 1fr .7fr; gap: 48px; align-items: end; }
.appointment-heading h2 { font-size: clamp(48px, 5vw, 70px); }
.appointment-heading p { margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.appointment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.booking-panel { display: flex; flex-direction: column; min-height: 600px; padding: 48px; border-top: 4px solid var(--gold); }
.booking-panel-office { color: var(--white); background: var(--blue-gradient); }
.booking-panel-home { color: var(--ink); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.booking-label { display: block; margin-bottom: 24px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.booking-panel h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(31px, 3.4vw, 46px); font-weight: 400; line-height: 1.08; }
.booking-panel-office h3 { color: var(--white); }
.booking-panel-home h3 { color: var(--blue); }
.booking-panel > p { margin: 0; font-size: 13px; line-height: 1.65; }
.booking-panel-office > p { color: #c8d6e3; }
.booking-panel-home > p { color: var(--muted); }
.weekly-schedule { margin: 20px 0 16px; padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); }
.weekly-schedule > p { display: flex; justify-content: space-between; gap: 16px; margin: 0 0 16px; padding-bottom: 14px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); font-size: 12px; }
.weekly-schedule > p span { color: var(--gold); font-weight: 800; }
.weekly-schedule > div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.weekly-schedule > div > span { display: block; }
.weekly-schedule small, .weekly-schedule strong { display: block; }
.weekly-schedule small { margin-bottom: 3px; color: #afc1d2; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.weekly-schedule strong { color: var(--white); font-size: 14px; }
.office-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.schedule-button { width: 100%; color: var(--blue); background: var(--gold); }
.form-link-button { width: 100%; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.42); }
.form-link-button:hover, .form-link-button:focus-visible { color: var(--blue); background: var(--white); }
.booking-note { margin: 10px 0 0; color: #afc1d2; font-size: 11px; line-height: 1.55; }
.phone-link { display: flex; gap: 16px; align-items: center; margin: 18px 0 0; text-decoration: none; }
.phone-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--blue); background: var(--gold); border-radius: 50%; }
.phone-icon svg { width: 19px; fill: currentColor; }
.phone-link small, .phone-link strong { display: block; }
.phone-link small { color: #b9cad9; font-size: 12px; }
.phone-link strong { color: var(--white); font-size: 21px; }
.emergency { margin-top: auto !important; padding-top: 21px; color: #bdccd9 !important; border-top: 1px solid rgba(255,255,255,.18); font-size: 12px !important; }
.emergency a { color: var(--gold); font-weight: 800; }
.home-phone { display: flex; gap: 17px; align-items: center; margin: 34px 0; padding: 22px; color: var(--white); background: var(--blue-gradient); text-decoration: none; }
.home-phone small, .home-phone strong { display: block; }
.home-phone small { margin-bottom: 4px; color: #c4d3e0; font-size: 12px; }
.home-phone strong { font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: .02em; }
.home-contact-details { border-top: 1px solid var(--line); }
.home-contact-details p { margin: 0; padding: 18px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.55; }
.home-contact-details strong { display: block; margin-bottom: 4px; color: var(--blue); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.home-call-button { width: 100%; margin-top: 26px; color: var(--white); background: var(--blue); }
.contact-form { padding: 47px; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: none; }
.form-heading { margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-heading .eyebrow { margin-bottom: 12px; }
.form-heading h3 { margin: 0 0 10px; color: var(--blue); font-family: var(--serif); font-size: 32px; font-weight: 400; }
.form-heading > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 0; }
.contact-form label { display: block; margin-bottom: 17px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.contact-form label small { color: var(--muted); font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; color: var(--ink); background: var(--off-white); border: 1px solid var(--line); border-radius: 0; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(22,79,136,.1); }
.contact-form textarea { resize: vertical; }
.checkbox-label { display: flex !important; gap: 10px; align-items: flex-start; color: var(--muted) !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.4; text-transform: none !important; }
.checkbox-label input { margin-top: 3px; accent-color: var(--blue); }
.button-submit { width: 100%; color: var(--white); background: var(--blue); border-radius: 0; }
.form-note { margin-bottom: 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-status { min-height: 1.5em; margin: 10px 0 0; color: var(--gold-dark); font-size: 12px; text-align: center; }

.request-page { min-height: 75vh; background: var(--off-white); }
.request-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: stretch; }
.request-intro { padding: 58px; color: var(--white); background: var(--blue-gradient); border-top: 4px solid var(--gold); }
.request-intro .eyebrow { color: #cbd9e5; }
.request-intro h1 { margin: 0 0 24px; color: var(--white); font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: .98; }
.request-intro h1 em { color: var(--gold); }
.request-intro > p:not(.eyebrow):not(.emergency) { color: #c8d6e3; }
.request-slots { margin: 30px 0 22px; padding: 23px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.request-slots strong, .request-slots span { display: block; }
.request-slots strong { color: var(--white); }
.request-slots span { margin-top: 5px; color: var(--gold); font-size: 12px; font-weight: 800; }
.request-slots p { margin: 17px 0 0; color: #c8d6e3; font-size: 16px; line-height: 1.8; }
.form-heading h2 { margin: 0 0 10px; color: var(--blue); font-family: var(--serif); font-size: 32px; font-weight: 400; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; color: var(--blue); font-family: var(--serif); font-size: 19px; font-weight: 400; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold-dark); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -6px 40px 24px 0; color: var(--muted); font-size: 13px; }

.professional-notice { padding: 86px 0; background: var(--white); border-top: 1px solid var(--line); }
.professional-notice-inner { display: grid; grid-template-columns: 1fr; gap: 34px; }
.deontology-notice { display: flex; gap: 28px; align-items: center; padding: 42px 48px; border: 1px solid var(--line); }
.legal-mark { flex: 0 0 auto; color: var(--gold-dark); font-family: var(--serif); font-size: 54px; line-height: 1; }
.deontology-notice p { margin: 0; color: var(--blue); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.deontology-notice a { color: inherit; font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.professional-credentials { display: grid; grid-template-columns: 1.12fr .88fr; gap: 50px; align-items: center; padding: 40px 42px; background: var(--off-white); border-top: 3px solid var(--blue); }
.professional-identity { display: flex; gap: 28px; align-items: center; }
.professional-identity img { width: 112px; height: 112px; object-fit: contain; }
.professional-identity .eyebrow { margin-bottom: 14px; }
.professional-identity h2 { margin: 0; color: var(--blue); font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.15; }
.professional-identity > div > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.credential-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; border-left: 1px solid var(--line); }
.credential-list div { padding: 9px 18px; border-right: 1px solid var(--line); }
.credential-list dt { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.credential-list dd { margin: 7px 0 0; color: var(--blue); font-size: 17px; font-weight: 800; letter-spacing: .02em; }

.site-footer { padding: 72px 0 24px; color: #afc1d2; background: linear-gradient(112deg, #164f88 0%, #0b315f 55%, #072748 100%); border-top: 4px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand { display: flex; gap: 15px; align-items: flex-start; }
.footer-brand p { margin: 5px 0 0; font-size: 12px; }
.footer-brand strong { color: var(--white); }
.footer-grid h3 { margin: 0 0 15px; color: var(--gold); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid a, .footer-grid address { display: block; margin: 7px 0; color: inherit; font-size: 13px; font-style: normal; text-decoration: none; }
.footer-grid a[href^="tel:"] { color: var(--white); font-size: 18px; font-weight: 800; letter-spacing: .02em; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }
.mobile-contact { display: none; }

.legal-page { background: var(--white); }
.legal-header { padding: 28px 0; color: var(--blue); background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header .brand small { color: var(--muted); }
.legal-main { min-height: 70vh; padding: 80px 0 100px; }
.legal-content { max-width: 820px; }
.legal-content h1 { color: var(--blue); font-size: clamp(44px, 7vw, 70px); }
.legal-content h1 em { color: var(--blue-2); }
.legal-content h2 { margin: 50px 0 15px; color: var(--blue); font-family: var(--sans); font-size: 20px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; }
.legal-content .placeholder { padding: 16px 20px; color: #5b4925; background: var(--gold-soft); border-left: 3px solid var(--gold); }
.back-link { display: inline-block; margin-bottom: 35px; color: var(--blue-2); font-size: 13px; font-weight: 800; text-decoration: none; }

@media (max-width: 960px) {
  .site-header { top: 47px; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 28px; color: var(--white); background: rgba(7,39,72,.98); visibility: hidden; opacity: 0; transition: .2s ease; }
  .main-nav.open { z-index: 10; visibility: visible; opacity: 1; }
  .main-nav a { color: var(--white); font-size: 20px; }
  .main-nav .nav-cta { color: var(--blue); background: var(--gold); }
  .menu-toggle { position: relative; z-index: 20; display: block; }
  .menu-open .menu-toggle span:not(.sr-only) { background: var(--white); }
  .hero { min-height: 760px; }
  .hero-grid { grid-template-columns: 1fr 320px; gap: 42px; }
  .hero-copy { width: 100%; }
  .hero-portrait { height: auto; }
  .section { padding: 92px 0; }
  .section-heading, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .prevention-grid { grid-template-columns: 1fr; }
  .prevention-card { min-height: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .rates-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; gap: 60px; }
  .map-card { max-width: 650px; width: 100%; }
  .about-copy { padding-top: 0; }
  .appointment-heading, .appointment-heading > div, .appointment-grid, .request-grid { grid-template-columns: 1fr; }
  .appointment-heading { gap: 24px; }
  .professional-credentials { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .demo-alert { padding-inline: 12px; font-size: 11px; }
  .site-header { top: 48px; }
  .nav-wrap { height: 74px; }
  .brand-mark { width: 36px; flex-basis: 36px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 11px; }
  .hero { min-height: auto; align-items: end; }
  .hero::before { top: 570px; right: -190px; }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 122px; }
  .hero-copy { width: 100%; padding: 66px 0 34px; }
  .hero-portrait { width: calc(100% - 36px); max-width: 500px; height: auto; margin: 10px auto 92px; justify-self: center; }
  .hero-portrait figcaption { right: -18px; bottom: -62px; min-width: 235px; }
  h1 { font-size: clamp(49px, 15vw, 68px); }
  h2 { font-size: clamp(41px, 12.5vw, 57px); }
  .hero-lead { margin: 23px 0; font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 28px; margin-top: 31px; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 40px; }
  .prevention-card { padding: 31px 24px; }
  .offer-topline { margin-bottom: 30px; }
  .age-groups { grid-template-columns: repeat(2, 1fr); }
  .age-groups span:nth-child(2) { border-right: 0; }
  .age-groups span:nth-child(-n+2) { border-bottom: 1px solid #cbd7e4; }
  .offer-button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-icon { margin-bottom: 30px; }
  .rates-card { padding: 32px 24px; }
  .price-row { gap: 14px; }
  .price-row > strong { min-width: 88px; }
  .area-grid { gap: 46px; }
  .map-card { aspect-ratio: .9; box-shadow: 10px 10px 0 rgba(195,161,95,.22); }
  .area-copy { grid-row: 1; }
  .area-list { grid-template-columns: 1fr; }
  .about-grid, .faq-grid { gap: 36px; }
  .experience-list { grid-template-columns: 1fr; }
  .booking-panel { min-height: auto; padding: 36px 25px; }
  .office-actions { grid-template-columns: 1fr; }
  .weekly-schedule > p { display: grid; gap: 4px; }
  .weekly-schedule > div { grid-template-columns: 1fr; }
  .request-intro { padding: 36px 25px; }
  .contact-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .professional-notice { padding: 64px 0; }
  .deontology-notice { align-items: flex-start; gap: 18px; padding: 31px 25px; }
  .legal-mark { font-size: 42px; }
  .deontology-notice p { font-size: 19px; }
  .professional-credentials { padding: 30px 24px; }
  .professional-identity { align-items: flex-start; gap: 18px; }
  .professional-identity img { width: 82px; height: 82px; }
  .professional-identity h2 { font-size: 23px; }
  .credential-list { grid-template-columns: 1fr; border-left: 0; border-top: 1px solid var(--line); }
  .credential-list div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .credential-list dd { margin: 0; font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; padding-bottom: 60px; }
  .mobile-contact { position: fixed; z-index: 30; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 1fr 1fr; padding: 5px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 8px 35px rgba(11,49,95,.24); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px; color: var(--blue); font-size: 14px; font-weight: 800; text-decoration: none; }
  .mobile-contact a:first-child { color: var(--white); background: var(--blue); }
  .mobile-contact svg { width: 15px; fill: currentColor; }
}

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

/* Ajustements retenus : accueil bleu épuré, portrait recentré et carte fixe. */
.hero {
  background: linear-gradient(112deg, #ffffff 0%, #ffffff 54%, #edf4fa 54%, #d9e7f3 100%);
}
.hero::before,
.hero::after,
.hero-portrait::after,
.prevention-card::after {
  display: none;
}
.hero-portrait::before {
  inset: -10px;
  background: transparent;
  border: 1px solid rgba(11, 49, 95, .32);
}
.portrait-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--blue-pale);
  border: 8px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(11, 49, 95, .12);
}
.hero-portrait .portrait-frame img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  transform: scale(1.36);
  transform-origin: center;
}
.area { background: var(--blue-gradient); }
.area-grid {
  grid-template-columns: 1.22fr .78fr;
  gap: 76px;
}
.map-static {
  aspect-ratio: 14 / 9;
  border: 6px solid rgba(255, 255, 255, .96);
  background: #dbe6ec;
}
.map-static::before,
.map-static::after,
.map-static .map-caption {
  display: none;
}
.map-static > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .hero {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 62%, #e1edf6 100%);
  }
  .area-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .area {
    background: linear-gradient(180deg, #082f49 0%, #174f84 58%, #6ea7cf 100%);
  }
  .hero-portrait .portrait-frame img {
    transform: scale(1.36);
  }
  .map-static {
    aspect-ratio: 14 / 9 !important;
  }
}

/* Lisibilité renforcée : aucun texte informatif important sous 14 px. */
body {
  font-size: 16px;
}

small,
.demo-alert,
.brand small,
.main-nav a,
.hero-portrait figcaption span,
.eyebrow,
.button,
.hero-meta small,
.trust-grid p,
.offer-kicker,
.offer-price small,
.age-groups span,
.offer-list li,
.offer-note,
.non-covered-notice,
.non-covered-notice strong,
.prevention-source,
.rates-kicker,
.care-list li strong,
.price-row small,
.rates-legal,
.payment-note,
.map-attribution,
.map-label,
.map-caption small,
.map-caption strong,
.area-list li,
.text-link,
.experience-list li,
.booking-label,
.weekly-schedule > p,
.weekly-schedule small,
.booking-note,
.phone-link small,
.emergency,
.home-phone small,
.home-contact-details p,
.home-contact-details strong,
.form-heading > p:last-child,
.contact-form label,
.form-note,
.form-status,
.request-slots span,
.footer-brand p,
.footer-grid h3,
.footer-grid a,
.footer-grid address,
.footer-bottom,
.back-link {
  font-size: 14px !important;
}

.hero-portrait figcaption strong,
.hero-meta strong,
.trust-grid strong,
.service-card p,
.rates-card-header p,
.care-list li span,
.price-row > span,
.booking-panel > p,
.accordion details p {
  font-size: 15px;
}

.price-row > span b {
  font-size: 18px;
}

.button {
  min-height: 56px;
  line-height: 1.35;
  letter-spacing: .035em;
}

.main-nav {
  gap: 18px;
}

.price-row,
.home-contact-details p,
.offer-note,
.non-covered-notice,
.rates-legal,
.payment-note {
  line-height: 1.65;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  font-size: 16px;
}

@media (max-width: 640px) {
  .demo-alert,
  .brand small {
    font-size: 14px !important;
  }

  .site-header {
    top: 58px;
  }
}

/* Mise en avant des repères de confiance et de l’identité professionnelle. */
.trust-grid strong {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 1.25;
}

.trust-grid p {
  color: #edf5fb;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.5;
}

.trust-grid span {
  font-size: 25px;
}

.hero-portrait figcaption {
  min-width: 320px;
  padding: 19px 23px;
}

.hero-portrait figcaption strong {
  font-size: 18px;
  line-height: 1.25;
}

.hero-portrait figcaption span {
  margin-top: 6px;
  font-size: 16px !important;
  letter-spacing: .055em;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .hero-portrait figcaption {
    min-width: 285px;
  }
}

/* Alignement uniforme des actions d’accueil et du cartouche professionnel. */
.hero-actions {
  align-items: stretch;
}

.hero-actions .button {
  height: 58px;
  min-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
}

.hero-actions .button-primary {
  min-width: 190px;
}

.hero-portrait figcaption {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.hero-meta-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 430px;
}

.hero-meta .hero-meta-item {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.hero-meta .hero-meta-item > .status-dot {
  margin-top: 7px;
}

.hero-meta .hero-meta-item > span:last-child,
.hero-meta .hero-meta-item strong,
.hero-meta .hero-meta-item small {
  display: block;
}

.hero-meta .hero-meta-item small {
  grid-column: auto;
  margin-top: 5px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .hero-meta {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-availability {
    display: block;
    width: 100%;
    margin: -2px 0 25px;
    padding: 15px 18px;
    background: var(--gold-soft);
  }

  .home-availability span,
  .home-availability strong {
    display: block;
  }

  .home-availability strong {
    margin-top: 8px;
    font-size: 42px;
  }
}

/* Accueil retenu : fond blanc, portrait légèrement rehaussé et liseré doré. */
.hero {
  background: var(--white);
}

.hero-portrait {
  transform: translate(22px, -100px);
}

.portrait-frame {
  box-shadow:
    0 0 0 4px var(--gold),
    0 22px 55px rgba(11, 49, 95, .12);
}

.hero h1 {
  font-size: clamp(54px, 5.2vw, 76px);
}

@media (max-width: 960px) {
  .hero {
    background: var(--white);
  }

  .hero-portrait {
    transform: translateY(-78px);
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .hero-portrait {
    margin-top: 36px;
    transform: none;
  }
}
