/* Hornbeam Street Dental — concept site by Northpin Studio
   Palette drawn from the building: lilac door, red brick, white trim, indigo ink. */

@font-face {
  font-family: "Bricolage";
  src: url("../fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/dm-serif-display-latin-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --porcelain: #F7F6FC;
  --paper: #FFFFFF;
  --card: #E4E1F7;
  --card-deep: #CFCAF0;
  --ink: #1F1D4A;
  --ink-soft: #4B4972;
  --ink-night: #121031;
  --maple: #BF3A1C;
  --maple-deep: #9C2D13;
  --leaf: #2E6B45;
  --pen: #2B2F8F;
  --line: #DCD9EE;
  --line-strong: #938FBD; /* 3:1 on white, for control borders */
  --field: #7C79A0;
  --on-dark: #F7F6FC;
  --on-dark-soft: #C9C6E8;

  --f-display: "Bricolage", "Arial Narrow", system-ui, sans-serif;
  --f-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-pen: "DM Serif Display", Georgia, "Times New Roman", serif;

  --gutter: 16px;
  --max: 1240px;
  --radius: 18px;
  --radius-lg: 28px;
  --section: 72px;
  --focus: var(--maple);
  --header-h: 64px;
}

@media (min-width: 600px) { :root { --gutter: 28px; --section: 88px; } }
@media (min-width: 1080px) { :root { --gutter: 40px; --section: 120px; --header-h: 76px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 16px; }
html.smooth { scroll-behavior: smooth; }
@media (min-width: 900px) { html { scroll-padding-top: calc(var(--header-h) + 16px); } }
body {
  margin: 0;
  background: var(--porcelain);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@supports (overflow: clip) { body { overflow-x: clip; } }
img, svg { max-width: 100%; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
img { display: block; height: auto; }
picture { display: block; }
a { color: inherit; text-underline-offset: .18em; text-decoration-thickness: 1.5px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.028em;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.7rem, 1.7rem + 4.6vw, 5.5rem); letter-spacing: -.04em; line-height: .96; }
h2 { font-size: clamp(2.05rem, 1.45rem + 2.7vw, 3.5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.3rem, 1.15rem + .6vw, 1.6rem); }
h4 { font-size: 1.15rem; letter-spacing: -.015em; }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 6px; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: 12px; top: -80px; z-index: 100;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 10px; text-decoration: none; font-weight: 600;
}
.skip:focus { top: 12px; }

.wrap { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 52px; padding: .8em 1.35em;
  border-radius: 14px; border: 2px solid transparent;
  font-family: var(--f-body); font-weight: 700; font-size: 1.0625rem; line-height: 1.15;
  text-decoration: none; text-align: center;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-primary { background: var(--maple); color: #fff; }
.btn-primary:hover { background: var(--maple-deep); }
.btn-primary:active { transform: translateY(1px); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--maple-deep); }
.btn-light:hover { background: var(--card); }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--ink); }
.btn-small { min-height: 44px; padding: .55em 1em; font-size: 1rem; white-space: nowrap; }
.text-link { font-weight: 700; color: var(--maple-deep); }

/* ---------- Concept ribbon ---------- */
.ribbon {
  background: var(--ink-night); color: var(--card);
  font-size: .8125rem; line-height: 1.4;
}
.ribbon-in {
  width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; padding: 7px 0;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2px 20px;
}
.ribbon p { margin: 0; }
.ribbon-links { display: flex; gap: 18px; }
.ribbon a {
  color: #fff; font-weight: 600; white-space: nowrap;
  display: inline-flex; align-items: center; min-height: 44px; margin-block: -12px;
}
.clean .ribbon { display: none; }
.nw { white-space: nowrap; }

/* ---------- Header ---------- */
.site-header {
  position: relative; z-index: 40;
  background: var(--porcelain);
  background: color-mix(in srgb, var(--porcelain) 92%, transparent);
  border-bottom: 1px solid transparent;
}
@media (min-width: 900px) {
  .site-header { position: sticky; top: 0; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
  .site-header.scrolled { border-bottom-color: var(--line); }
}
.header-inner { display: flex; align-items: center; gap: 16px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); min-height: 44px; margin-right: auto; }
.brand-sign { width: 84px; height: auto; flex: none; }
.brand-word { font-family: var(--f-display); font-weight: 700; font-size: 1.45rem; letter-spacing: -.03em; line-height: 1; padding-top: 12px; }
.site-nav ul { list-style: none; }
.site-nav a { text-decoration: none; font-weight: 600; white-space: nowrap; }
.site-header .header-status { display: none; }
.header-tel { display: none; }
.header-book { display: none; }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 48px; min-height: 48px; padding: 0 14px; border-radius: 14px;
  border: 1.5px solid var(--ink); background: transparent; font-weight: 700;
}
.menu-btn svg { width: 20px; height: 20px; }
.menu-btn .close-ico { display: none; }
.nav-open .menu-btn .open-ico { display: none; }
.nav-open .menu-btn .close-ico { display: block; }

@media (max-width: 1079.98px) {
  .site-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--porcelain); border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -24px rgba(31,29,74,.35);
    display: none;
  }
  .nav-open .site-nav { display: block; }
  .site-nav ul { width: min(100% - 2 * var(--gutter), var(--max)); margin: 0 auto; padding: 8px 0 20px; }
  .site-nav li + li { border-top: 1px solid var(--line); }
  .site-nav a { display: flex; align-items: center; min-height: 54px; font-size: 1.125rem; }
  .site-nav .nav-cta { display: grid; gap: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
  .site-nav .nav-cta .btn { justify-content: center; min-height: 52px; font-size: 1.0625rem; }
  .site-nav .nav-cta .btn-primary { color: #fff; }
}
@media (min-width: 600px) and (max-width: 1079.98px) { .site-nav .nav-cta { grid-template-columns: 1fr 1fr; } }
@media (min-width: 600px) { .header-book { display: inline-flex; } }
@media (min-width: 1080px) {
  .menu-btn { display: none; }
  .site-nav .nav-cta { display: none; }
  .site-nav ul { display: flex; gap: 4px; }
  .site-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; border-radius: 10px; font-size: .98rem; }
  .site-nav a:hover { background: var(--card); }
  .header-tel:hover { text-decoration: underline; }
}
@media (min-width: 1240px) { .header-tel { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; text-decoration: none; white-space: nowrap; } }

/* ---------- Open status ---------- */
.status { display: inline-flex; align-items: center; gap: .55em; font-weight: 600; font-size: .9375rem; line-height: 1.3; }
.status::before {
  content: ""; width: 10px; height: 10px; border-radius: 50%; flex: none;
  background: var(--ink-soft);
}
.status[data-state="open"]::before { background: var(--leaf); box-shadow: 0 0 0 0 rgba(46,107,69,.5); animation: pulse 2.4s ease-out infinite; }
.status[data-state="closed"]::before { background: var(--maple); }
.status[data-state="open"] { color: var(--leaf); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46,107,69,.45); } 70%, 100% { box-shadow: 0 0 0 9px rgba(46,107,69,0); } }

/* ---------- Hero ---------- */
.hero { padding: 20px 0 var(--section); }
/* Phones and tablets: copy, then the photo + next-opening card, then proof points. */
.hero-grid { display: grid; gap: 28px; }
.hero-where { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin: 0 0 16px; font-size: .9375rem; color: var(--ink-soft); }
.hero-where .addr-mini { font-weight: 600; }
.hero h1 { max-width: 12ch; font-size: clamp(2.5rem, 1.45rem + 4.6vw, 4.4rem); }
.hero h1 em { font-style: normal; color: var(--maple); }
.lede { font-size: 1.125rem; line-height: 1.55; margin: 18px 0 24px; max-width: 34em; color: var(--ink); text-wrap: pretty; }
.cta-row { display: grid; gap: 12px; }
.hero-proof {
  list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;
  font-size: clamp(.875rem, .8rem + .3vw, .9375rem); line-height: 1.35; color: var(--ink-soft);
}
.hero-proof strong { display: block; color: var(--ink); font-family: var(--f-display); font-size: clamp(.98rem, .75rem + 1vw, 1.1rem); letter-spacing: -.02em; line-height: 1.15; margin-bottom: 2px; }
.hero-emergency {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; min-height: 44px;
  font-weight: 700; color: var(--maple-deep); text-decoration: none;
}
.hero-emergency:hover { text-decoration: underline; }
.hero-emergency svg { width: 18px; height: 18px; flex: none; }

.hero-visual { position: relative; }
.hero-photo { border-radius: var(--radius-lg); overflow: hidden; background: var(--card); }
.hero-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 30% 30%; }
.hero-card { position: relative; margin: -76px 12px 0; z-index: 2; }
.hero-card .btn { width: 100%; margin-top: 16px; }
.hero-card .appt-lines > div { grid-template-columns: 3em 1fr; }
.hero-card .appt-lines dd { font-size: clamp(1.2rem, .95rem + 1.2vw, 1.45rem); }

@media (min-width: 600px) {
  .cta-row { display: flex; flex-wrap: wrap; }
  .hero-card { max-width: 380px; margin: -110px 0 0 auto; margin-right: 24px; }
  .hero-photo img { aspect-ratio: 4 / 3.2; }
  .hero-grid { gap: 36px; }
}
@media (min-width: 900px) {
  .hero { padding: 40px 0 96px; }
  .hero-grid { grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); grid-template-rows: auto auto; column-gap: 64px; row-gap: 0; }
  .hero-copy { grid-column: 1; grid-row: 1; align-self: end; }
  .hero-visual { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .hero-meta { grid-column: 1; grid-row: 2; align-self: start; }
  .hero-proof { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
  .hero-emergency { margin-top: 22px; }
  .hero h1 { max-width: none; font-size: clamp(3.4rem, 1rem + 4.2vw, 5rem); }
  .lede { font-size: 1.15rem; margin: 22px 0 28px; }
  .hero-where { margin-bottom: 18px; }
  .hero-photo img { aspect-ratio: 4 / 4.9; max-height: 680px; }
  .hero-card { position: absolute; left: -44px; bottom: 32px; width: 356px; margin: 0; }
  .hero-card .appt-lines dd { font-size: 1.32rem; }
}
/* iPad landscape: the card sits under the photo, overlapping only its bottom edge, so it never covers a face. */
@media (min-width: 900px) and (max-width: 1079.98px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 48px; }
  .hero-photo img { aspect-ratio: 1 / 1; object-position: 30% 22%; }
  .hero-card { position: relative; left: auto; bottom: auto; width: auto; max-width: 350px; margin: -56px 0 0 -24px; }
  .hero-card .appt-lines dd { font-size: 1.25rem; }
}
/* Small laptops: a slimmer card that hangs below the photo's edge, clear of both faces. */
@media (min-width: 1080px) and (max-width: 1239.98px) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); column-gap: 56px; }
  .hero-card { width: 300px; left: -28px; bottom: -56px; }
  .hero-card .appt { padding: 16px 18px 16px 44px; }
  .hero-card .appt-sign { display: none; }
  .hero-card .appt-lines dd { font-size: 1.12rem; }
  .hero-card .btn { min-height: 48px; margin-top: 12px; }
  .hero { padding-bottom: 150px; }
}

/* ---------- Appointment card (signature) ---------- */
.appt-wrap { filter: drop-shadow(0 18px 26px rgba(31,29,74,.20)) drop-shadow(0 2px 3px rgba(31,29,74,.14)); }
.appt {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0) 42%),
    var(--card);
  border-radius: var(--radius);
  padding: 18px 20px 18px 46px;
  -webkit-mask:
    radial-gradient(circle 11px at 27px 0, #0000 96%, #000) top / 100% 51% no-repeat,
    radial-gradient(circle 11px at 27px 100%, #0000 96%, #000) bottom / 100% 51% no-repeat;
          mask:
    radial-gradient(circle 11px at 27px 0, #0000 96%, #000) top / 100% 51% no-repeat,
    radial-gradient(circle 11px at 27px 100%, #0000 96%, #000) bottom / 100% 51% no-repeat;
}
.appt::before {
  content: ""; position: absolute; left: 26px; top: 16px; bottom: 16px;
  border-left: 2px dashed rgba(31,29,74,.28);
}
.appt-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.appt-kicker {
  margin: 0; font-size: .8125rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-soft);
}
.appt-sign { width: 58px; height: auto; flex: none; }
.appt-lines { margin: 0; display: grid; gap: 4px; }
.appt-lines > div { display: grid; grid-template-columns: 3.4em 1fr; align-items: end; gap: 10px; }
.appt-lines dt {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft);
  padding-bottom: 7px;
}
.appt-lines dd {
  margin: 0; min-height: 2.1rem; padding: 0 2px 2px;
  border-bottom: 1.5px solid rgba(31,29,74,.28);
  font-family: var(--f-pen); font-style: italic; font-size: 1.45rem; line-height: 1.35; color: var(--pen);
  overflow-wrap: anywhere;
}
.appt-lines dd.empty { color: rgba(31,29,74,.32); }
.appt-lines dd.inked { animation: ink .55s ease-out both; }
/* Hero card writes itself in when it comes into view */
.hero-card .appt-lines dd.pre-ink { clip-path: inset(0 100% 0 0); }
.hero-card .appt-lines dd.inked { animation-duration: .8s; animation-timing-function: cubic-bezier(.45,.05,.4,1); }
.hero-card .appt-lines > div:nth-child(1) dd.inked { animation-delay: .15s; }
.hero-card .appt-lines > div:nth-child(2) dd.inked { animation-delay: .75s; }
.hero-card .appt-lines > div:nth-child(3) dd.inked { animation-delay: 1.3s; }
@keyframes ink { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
.appt-small { margin: 12px 0 0; font-size: .75rem; line-height: 1.45; color: var(--ink-soft); }
.appt-left { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; font-size: .9375rem; font-weight: 700; line-height: 1.3; color: var(--maple-deep); }
.appt-left::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--maple); flex: none; }
.appt-left[hidden] { display: none; }

.stamp {
  position: absolute; right: 12px; top: 50px;
  border: 3px solid var(--maple-deep); color: var(--maple-deep); border-radius: 10px;
  padding: 4px 10px 3px; text-align: center;
  font-family: var(--f-display); font-weight: 800; font-size: 1.15rem; letter-spacing: .1em; text-transform: uppercase; line-height: 1.05;
  transform: rotate(-11deg); pointer-events: none; display: none;
  background: rgba(228,225,247,.7);
}
.stamp small { display: block; font-size: .62rem; letter-spacing: .16em; font-weight: 700; }
.is-booked .stamp { display: block; opacity: .92; animation: stamp .4s cubic-bezier(.2,1.4,.4,1) both; }
@keyframes stamp { from { opacity: 0; transform: rotate(-11deg) scale(1.5); } to { opacity: .92; transform: rotate(-11deg) scale(1); } }

/* ---------- Section heads ---------- */
.section { padding: var(--section) 0; }
/* Same background as the section before: don't double the gap */
.visit, .faq { padding-top: 0; }
.sec-head { max-width: 46rem; margin-bottom: 36px; }
.sec-head p { margin: 16px 0 0; font-size: 1.125rem; color: var(--ink-soft); }
.tag {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px;
  font-size: .8125rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.fine { font-size: .9375rem; color: var(--ink-soft); }

/* ---------- First visit ---------- */
.first { background: var(--card); padding: var(--section) 0; }
.first-grid { display: grid; gap: 48px; }
.offer .tag { color: var(--maple-deep); }
.offer h2 { max-width: 13ch; }
.offer h2 .price { color: var(--maple-deep); white-space: nowrap; }
.offer-lede { font-size: 1.125rem; margin: 18px 0 24px; max-width: 32em; }
.checks { list-style: none; display: grid; gap: 10px; margin-bottom: 28px; }
.checks li { position: relative; padding-left: 34px; font-weight: 600; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .2em; width: 22px; height: 22px; border-radius: 50%;
  background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.offer .fine { margin: 16px 0 0; }
.offer .btn { width: 100%; }
.hour { background: var(--paper); border-radius: var(--radius-lg); padding: 28px 20px; }
.hour h3 { margin-bottom: 22px; }
.hour-photo { margin: -8px -4px 24px; }
.hour-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 16px; }
@media (min-width: 600px) { .hour-photo { margin: -12px -12px 28px; } }
.timeline { list-style: none; display: grid; gap: 0; }
.timeline li { display: grid; grid-template-columns: 58px 1fr; gap: 14px; position: relative; padding-bottom: 22px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: 28px; top: 34px; bottom: 4px; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline .t {
  display: inline-flex; align-items: center; justify-content: center; height: 30px; border-radius: 8px;
  background: var(--ink); color: #fff; font-family: var(--f-display); font-weight: 700; font-size: .95rem; letter-spacing: -.01em;
  position: relative; z-index: 1;
}
.timeline h4 { margin: 3px 0 6px; }
.timeline p { margin: 0; color: var(--ink-soft); font-size: 1rem; }
@media (min-width: 600px) { .offer .btn { width: auto; } .hour { padding: 36px; } }
@media (min-width: 900px) {
  .first-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
  .offer { position: sticky; top: calc(var(--header-h) + 32px); }
}

/* ---------- Emergency ---------- */
.emergency { background: var(--maple-deep); color: #fff; padding: 44px 0; }
.emergency-grid { display: grid; gap: 22px; align-items: center; }
.emergency h2 { font-size: clamp(1.75rem, 1.3rem + 2vw, 2.6rem); color: #fff; }
.emergency p { margin: 12px 0 0; color: #F9E3DC; max-width: 40em; }
.em-actions { display: grid; gap: 12px; }
.em-actions .btn { width: 100%; }
.em-meta { font-size: .9375rem; margin: 0 !important; }
.emergency :focus-visible { outline-color: #fff; }
.em-live {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px !important; padding: 6px 14px 6px 12px; border-radius: 14px;
  background: rgba(255,255,255,.14); color: #fff !important; font-size: .9375rem; font-weight: 700; line-height: 1.3;
}
.em-live::before { content: ""; width: 9px; height: 9px; border-radius: 50%; flex: none; background: #F9E3DC; }
.em-live[data-state="now"]::before { background: #8BE3AE; box-shadow: 0 0 0 0 rgba(139,227,174,.6); animation: pulse-em 2.2s ease-out infinite; }
.em-live[hidden] { display: none; }
@keyframes pulse-em { 0% { box-shadow: 0 0 0 0 rgba(139,227,174,.55); } 70%, 100% { box-shadow: 0 0 0 9px rgba(139,227,174,0); } }
@media (min-width: 900px) {
  .emergency-grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 48px; }
  .em-actions .btn { width: auto; justify-self: start; }
}

/* ---------- Prices ---------- */
.fee-grid { display: grid; gap: 12px; align-items: start; }
.fee-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 18px; }
.fee-card > summary {
  list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px 14px;
  min-height: 64px; padding: 18px 0;
}
.fee-card > summary::-webkit-details-marker { display: none; }
.fee-card > summary::after {
  content: ""; grid-column: 2; grid-row: 1 / span 2; width: 32px; height: 32px; border-radius: 50%; background: var(--card)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F1D4A' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E") center / 17px no-repeat;
  transition: transform .2s ease;
}
.fee-card[open] > summary::after { transform: rotate(180deg); }
.fee-card[open] > summary { padding-bottom: 6px; }
.fee-card h3 { font-size: 1.3rem; grid-column: 1; }
.fee-card .cover { grid-column: 1; justify-self: start; }
.fee-card .fees { padding-bottom: 8px; }
.cover {
  display: inline-block; margin: 0; padding: 4px 10px; border-radius: 999px;
  background: var(--card); color: var(--ink); font-family: var(--f-body); font-size: .8125rem; font-weight: 700; letter-spacing: 0;
}
.cover.none { background: #F3E3DE; color: var(--maple-deep); }
.fees { list-style: none; }
.fees li { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; align-items: baseline; padding: 12px 0; border-top: 1px dashed var(--line); }
.fees li:first-child { border-top: 0; }
.fee-name { font-weight: 600; line-height: 1.35; }
.fee-name small { display: block; font-weight: 400; font-size: .9375rem; color: var(--ink-soft); margin-top: 2px; }
.fee-price { font-family: var(--f-display); font-weight: 700; font-size: 1.3rem; letter-spacing: -.02em; white-space: nowrap; text-align: right; }
.fee-price .from { font-family: var(--f-body); font-size: .8125rem; font-weight: 600; color: var(--ink-soft); letter-spacing: 0; margin-right: 3px; }
.fee-price.free { color: var(--leaf); }
.fee-note { margin: 24px 0 0; color: var(--ink-soft); max-width: 48em; }
@media (min-width: 700px) {
  .fee-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
  .fee-card { padding: 0 26px; }
  .fee-card > summary { cursor: default; padding: 26px 0 8px; min-height: 0; }
  .fee-card[open] > summary { padding-bottom: 8px; }
  .fee-card > summary::after { display: none; }
  .fee-card .fees { padding-bottom: 12px; }
}

/* ---------- Insurance ---------- */
.insurance { background: var(--paper); }
.ins-grid { display: grid; gap: 40px; }
.ins-lede { font-size: 1.125rem; color: var(--ink-soft); margin: 18px 0 0; max-width: 34em; }
.steps { list-style: none; counter-reset: s; display: grid; gap: 18px; margin-top: 28px; }
.steps li { counter-increment: s; position: relative; padding-left: 50px; }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: -2px; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; border: 2px solid var(--ink);
  font-family: var(--f-display); font-weight: 700; font-size: 1.05rem;
}
.steps strong { display: block; font-size: 1.1rem; }
.steps span { color: var(--ink-soft); }
.calc { background: var(--card); border-radius: var(--radius-lg); padding: 24px 18px; }
.calc h3 { margin-bottom: 18px; }
.calc label, .calc legend { display: block; font-weight: 700; margin-bottom: 8px; padding: 0; }
.calc fieldset { border: 0; margin: 20px 0 0; padding: 0; min-width: 0; }
.seg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.seg label { margin: 0; position: relative; }
.seg input { position: absolute; opacity: 0; width: 100%; height: 100%; inset: 0; margin: 0; cursor: pointer; }
.seg span {
  display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 12px;
  background: var(--paper); border: 1.5px solid var(--line-strong); font-weight: 700;
}
.seg input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.seg input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.calc-out { margin-top: 24px; background: var(--paper); border-radius: 16px; padding: 18px; }
.split-bar { display: flex; height: 14px; border-radius: 999px; overflow: hidden; background: var(--maple); }
.split-bar .plan { width: 90%; background: var(--leaf); transition: width .35s ease; }
.calc-out dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0 0; }
.calc-out dt { font-size: .875rem; font-weight: 700; line-height: 1.3; }
.calc-out dt::before { content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 3px; background: var(--leaf); margin-right: 7px; vertical-align: 0; }
.calc-out div + div dt::before { background: var(--maple); }
.calc-out dd { margin: 2px 0 0; font-family: var(--f-display); font-weight: 700; font-size: 1.9rem; letter-spacing: -.03em; line-height: 1.1; }
.calc .fine { margin: 14px 0 0; font-size: .875rem; }
@media (min-width: 600px) { .seg { grid-template-columns: repeat(6, minmax(0, 1fr)); } .calc { padding: 32px; } }
@media (min-width: 900px) { .ins-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 72px; align-items: center; } }

/* ---------- Form controls (shared) ---------- */
select, input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea {
  width: 100%; min-height: 52px; padding: 12px 14px;
  border: 1.5px solid var(--field); border-radius: 12px; background: var(--paper);
  font-size: 1rem; line-height: 1.4; color: var(--ink);
  -webkit-appearance: none; appearance: none;
}
select {
  padding-right: 44px;
  background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F1D4A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 14px center / 20px no-repeat;
}
input[type="date"] { min-width: 0; display: block; }
input[type="date"]::-webkit-date-and-time-value { text-align: left; }
textarea { min-height: 96px; resize: vertical; }
select:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--focus); outline-offset: 1px; border-color: var(--ink); }
[aria-invalid="true"] { border-color: var(--maple) !important; background-color: #FFF7F5 !important; }

/* ---------- Comfort (dark) ---------- */
.comfort { background: var(--ink); color: var(--on-dark); --focus: #F4B9A8; }
.comfort-grid { display: grid; gap: 36px; }
.comfort h2 { color: #fff; }
.comfort-copy > p { color: var(--on-dark-soft); font-size: 1.125rem; margin: 18px 0 0; max-width: 34em; }
.comfort-copy > p.comfort-stop { font-size: 1.0625rem; }
.comfort-media img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.chips-set { border: 0; padding: 0; margin: 28px 0 0; min-width: 0; }
.chips-set legend { font-family: var(--f-display); font-weight: 700; font-size: 1.25rem; margin-bottom: 14px; padding: 0; color: #fff; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; display: inline-flex; }
.chip input { position: absolute; inset: 0; opacity: 0; margin: 0; width: 100%; height: 100%; cursor: pointer; }
.chip span {
  display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 16px 10px 12px;
  border-radius: 999px; border: 1.5px solid rgba(228,225,247,.45); color: #fff; font-weight: 600; font-size: 1rem; line-height: 1.2;
  transition: background-color .15s ease, color .15s ease;
}
.chip span::before {
  content: ""; width: 20px; height: 20px; border-radius: 50%; flex: none; border: 1.5px solid currentColor;
}
.chip input:checked + span { background: var(--card); color: var(--ink); border-color: var(--card); }
.chip input:checked + span::before {
  border-color: var(--ink);
  background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.chip input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.comfort-cta { display: grid; gap: 10px; margin-top: 28px; }
.comfort-cta .btn { width: 100%; }
.comfort-cta p { margin: 0; font-size: .9375rem; color: var(--on-dark-soft); }
.comfort-cta [data-comfort-count] { color: #fff; font-weight: 700; }
@media (min-width: 600px) { .comfort-cta .btn { width: auto; justify-self: start; } }
@media (min-width: 768px) {
  .comfort-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 40px; align-items: center; }
  .comfort-media img { aspect-ratio: 4 / 4.8; }
}
@media (min-width: 1080px) { .comfort-grid { gap: 64px; } .comfort-media img { aspect-ratio: 4 / 4.4; } }

/* ---------- Families ---------- */
.fam-grid { display: grid; gap: 32px; }
.fam-media img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fam-copy > p { font-size: 1.125rem; margin: 16px 0 24px; color: var(--ink-soft); }
.fam-points { list-style: none; display: grid; gap: 16px; margin-bottom: 28px; }
.fam-points li { padding-left: 18px; border-left: 3px solid var(--card-deep); }
.fam-points strong { display: block; }
.fam-copy .btn { width: 100%; }
@media (min-width: 600px) { .fam-copy .btn { width: auto; } }
@media (min-width: 768px) {
  .fam-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
  .fam-media { order: 2; }
  .fam-media img { aspect-ratio: 4 / 4.6; object-position: 40% center; }
}
@media (min-width: 1080px) {
  .fam-grid { gap: 64px; }
  .fam-media img { aspect-ratio: 4 / 3; }
  .fam-points { grid-template-columns: 1fr 1fr; gap: 20px 28px; }
}

/* ---------- Team ---------- */
.team { padding-top: 0; }
.team-grid { list-style: none; display: grid; gap: 28px; }
.person { display: grid; grid-template-columns: 124px minmax(0, 1fr); grid-template-areas: "photo head" "bio bio"; gap: 16px 18px; align-items: center; align-content: start; }
.person picture { grid-area: photo; }
.person img { border-radius: 16px; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--card); }
.person-head { grid-area: head; }
.person-head h3 { font-size: 1.35rem; }
.role { margin: 6px 0 0; font-weight: 600; color: var(--maple-deep); font-size: .9375rem; line-height: 1.35; }
.person-bio { grid-area: bio; margin: 0; color: var(--ink-soft); }
.langs { display: inline-flex; align-items: center; gap: 6px; margin: 8px 0 0; font-size: .875rem; color: var(--ink-soft); line-height: 1.35; }
.team-more { margin: 32px 0 0; color: var(--ink-soft); max-width: 44em; }
@media (min-width: 700px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .person { grid-template-columns: 1fr; grid-template-areas: "photo" "head" "bio"; align-items: start; gap: 14px; }
  .person img { border-radius: var(--radius); }
}

/* ---------- Reviews ---------- */
.reviews { background: var(--card); }
.reviews-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px 24px; margin-bottom: 32px; }
.example-note {
  display: inline-flex; align-items: center; margin: 0; padding: 4px 10px; border-radius: 999px;
  border: 1px solid var(--card-deep); background: rgba(255,255,255,.55);
  font-size: .8125rem; font-weight: 700; color: var(--ink-soft);
}
.review-grid { list-style: none; display: grid; gap: 16px; }
.review { background: var(--paper); border-radius: var(--radius); padding: 24px 22px; margin: 0; display: flex; flex-direction: column; height: 100%; }
.sample-tag { align-self: flex-start; margin: 0 0 12px; font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.review blockquote { margin: 0 0 18px; font-size: 1.125rem; line-height: 1.5; }
.review blockquote p { margin: 0; }
.review blockquote p::before { content: "\201C"; }
.review blockquote p::after { content: "\201D"; }
.review figcaption { margin-top: auto; font-size: .9375rem; color: var(--ink-soft); }
.review figcaption strong { color: var(--ink); display: block; }
/* Phones: a swipeable row, so three reviews don't cost three screens */
@media (max-width: 699.98px) {
  .review-grid {
    display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
    margin-inline: calc(-1 * var(--gutter)); padding: 4px var(--gutter) 10px; scroll-padding-inline: var(--gutter);
    scrollbar-width: none;
  }
  .review-grid::-webkit-scrollbar { display: none; }
  .review-grid > li { flex: 0 0 86%; scroll-snap-align: start; }
  .review-grid:focus-visible { outline-offset: -3px; }
}
@media (min-width: 700px) and (max-width: 899.98px) { .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .review { padding: 22px 18px; } .review blockquote { font-size: 1.0625rem; } }
@media (min-width: 900px) { .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } .review { padding: 30px 28px; } }

/* ---------- Booking ---------- */
.book-grid { display: grid; gap: 24px; align-items: start; }
.book-card .appt { padding: 14px 16px 14px 42px; }
.book-card .appt-head { margin-bottom: 2px; }
.book-card .appt-lines { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 14px; row-gap: 0; }
.book-card .appt-lines > div { grid-template-columns: 1fr; gap: 0; }
.book-card .appt-lines dt { padding: 5px 0 0; font-size: .75rem; }
.book-card .appt-lines dd { font-size: 1.12rem; min-height: 1.8rem; line-height: 1.5; }
.book-card .appt-lines .full { grid-column: 1 / -1; }
.book-card .appt-small { display: none; }

/* Phones and tablets: the card rides along as a slim sticky ticket stub
   (reason · day · time), and opens up into the full stamped card once booked. */
@media (max-width: 899.98px) {
  .book-grid { display: block; }
  .book-card { position: sticky; top: 8px; z-index: 6; margin-bottom: 14px; }
  .book-card.booked { position: relative; top: auto; }
  .book-card:not(.booked) .appt { padding: 10px 16px 12px 44px; }
  .book-card:not(.booked) .appt::before { top: 12px; bottom: 12px; }
  .book-card:not(.booked) .appt-head { margin-bottom: 0; }
  .book-card:not(.booked) .appt-kicker { font-size: .75rem; }
  .book-card:not(.booked) .appt-sign { width: 46px; }
  /* Items carry their own leading dot; the list is shifted left and clipped so a dot never starts a line. */
  .book-card:not(.booked) .appt-lines { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0; margin-left: -1.2rem; clip-path: inset(-6px -6px -6px 1.2rem); }
  .book-card:not(.booked) .appt-lines > div { display: contents; }
  .book-card:not(.booked) .appt-lines > div:nth-child(n+4) { display: none; }
  .book-card:not(.booked) .appt-lines dt {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
  }
  .book-card:not(.booked) .appt-lines dd { position: relative; border: 0; min-height: 0; padding: 0 0 0 1.2rem; font-size: 1.125rem; line-height: 1.4; white-space: nowrap; }
  .book-card:not(.booked) .appt-lines dd.empty:not([data-card="reason"]) { display: none; }
  .book-card:not(.booked) [data-card="reason"].empty { font-size: 0; }
  .book-card:not(.booked) [data-card="reason"].empty::after { content: "Fills in as you choose"; font-size: 1.0625rem; color: var(--ink-soft); }
  .book-card:not(.booked) [data-card="day"]:not(.empty)::before,
  .book-card:not(.booked) [data-card="time"]:not(.empty)::before { content: "·"; position: absolute; left: .36em; top: 0; color: rgba(31,29,74,.45); font-style: normal; }
  .book-card.booked .appt { padding-bottom: 72px; }
  .book-card .stamp { top: auto; bottom: 14px; right: 16px; font-size: 1rem; padding: 3px 9px 2px; }
  .booking :is(input, textarea, select, button, legend) { scroll-margin-top: 112px; }
}
@media (min-width: 600px) and (max-width: 899.98px) {
  .book-card:not(.booked) .appt { padding: 12px 22px 14px 48px; }
  .book-card:not(.booked) .appt-lines dd { font-size: 1.25rem; }
}
.booking {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 20px 16px 22px; min-width: 0;
}
.progress { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; margin-bottom: 24px; }
.progress li { font-size: .75rem; font-weight: 700; color: var(--ink-soft); text-align: left; letter-spacing: .01em; line-height: 1.2; }
.progress li::before { content: ""; display: block; height: 5px; border-radius: 99px; background: var(--line); margin-bottom: 8px; transition: background-color .25s ease; }
.progress li.done::before { background: var(--ink); }
.progress li.current { color: var(--ink); }
.progress li.current::before { background: var(--maple); }
.step { border: 0; margin: 0; padding: 0; min-width: 0; }
.step[hidden] { display: none; }
.step > legend {
  font-family: var(--f-display); font-weight: 700; font-size: clamp(1.45rem, 1.2rem + 1vw, 1.9rem); letter-spacing: -.03em; line-height: 1.1;
  padding: 0; margin-bottom: 6px; float: left; width: 100%;
}
.step > legend:focus { outline: none; }
.step > legend:focus-visible { outline: none; }
.step > legend + * { clear: both; }
.step-hint { color: var(--ink-soft); margin: 0 0 18px; font-size: 1rem; }
.options { display: grid; gap: 10px; }
.opt { position: relative; display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border: 1.5px solid var(--line-strong); border-radius: 14px; cursor: pointer; transition: border-color .15s ease, background-color .15s ease; }
.opt:hover { border-color: var(--ink-soft); }
.opt input {
  -webkit-appearance: none; appearance: none; flex: none; width: 22px; height: 22px; margin: 2px 0 0; border-radius: 50%;
  border: 2px solid var(--field); background: #fff; display: grid; place-items: center; cursor: pointer;
}
.opt input::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--maple); transform: scale(0); transition: transform .15s ease; }
.opt input:checked { border-color: var(--maple); }
.opt input:checked::after { transform: scale(1); }
.opt:has(input:checked) { border-color: var(--ink); background: var(--porcelain); box-shadow: inset 0 0 0 1px var(--ink); }
.opt input:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.opt strong { display: block; font-size: 1.0625rem; line-height: 1.3; }
.opt small { display: block; color: var(--ink-soft); font-size: .9375rem; line-height: 1.4; margin-top: 3px; }
.field { margin-top: 18px; }
.field > label, .field-label { display: block; font-weight: 700; margin-bottom: 8px; line-height: 1.35; }
.field .opt-hint { font-weight: 400; color: var(--ink-soft); }
.field-row { display: grid; gap: 0 14px; }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field-error { color: var(--maple-deep); font-weight: 600; font-size: .9375rem; margin: 8px 0 0; }
.field-error[hidden] { display: none; }
.note { background: #FBEDE8; border-radius: 12px; padding: 12px 14px; margin: 16px 0 0; font-size: .9375rem; }
.note a { font-weight: 700; color: var(--maple-deep); }
.note[hidden] { display: none; }
.step-nav { display: flex; gap: 10px; margin-top: 24px; }
.step-nav .btn { flex: 1 1 auto; }
.step-nav .btn-back { flex: 0 0 auto; }
@media (min-width: 600px) { .step-nav .btn { flex: 0 0 auto; } .step-nav { justify-content: flex-start; } }

.who { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 18px; }
.who label { position: relative; }
.who input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.who span {
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  min-height: 56px; padding: 6px 4px; border-radius: 12px; border: 1.5px solid var(--line-strong); font-weight: 700; font-size: .9375rem; line-height: 1.2;
}
.who small { font-weight: 500; color: var(--ink-soft); font-size: .8125rem; }
.who input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.who input:checked + span small { color: var(--on-dark-soft); }
.who input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }

.days { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.day { position: relative; }
.day input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.day input:disabled { cursor: not-allowed; }
.day input + span {
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  min-height: 86px; padding: 8px 2px; border-radius: 14px; border: 1.5px solid var(--line-strong); background: var(--paper);
  font-size: .8125rem; font-weight: 600; color: var(--ink-soft); line-height: 1.2;
}
.day b { font-family: var(--f-display); font-weight: 700; font-size: 1.55rem; color: var(--ink); letter-spacing: -.03em; line-height: 1.1; margin: 1px 0; }
.day em { font-style: normal; font-size: .75rem; font-weight: 700; color: var(--leaf); margin-top: 3px; }
.day em.few { color: var(--maple-deep); }
.day input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--on-dark-soft); }
.day input:checked + span b, .day input:checked + span em { color: #fff; }
.day input:disabled + span { opacity: .5; border-color: var(--line); background: var(--porcelain); }
.day.is-full input:disabled + span { text-decoration: line-through; }
.day.is-off input:disabled + span em, .day.is-closed input:disabled + span em { color: var(--ink-soft); }
.day input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
@media (min-width: 600px) { .days { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.slot-group + .slot-group { margin-top: 18px; }
.slot-group h3 { font-family: var(--f-body); font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 10px; }
.slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.slot { position: relative; }
.slot input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.slot input:disabled { cursor: not-allowed; }
.slot input + span {
  display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 4px; border-radius: 12px;
  border: 1.5px solid var(--line-strong); font-weight: 700; font-size: 1rem; white-space: nowrap;
}
.slot input:checked + span { background: var(--maple); border-color: var(--maple); color: #fff; }
.slot input:disabled + span { color: #8F8CAB; background: var(--porcelain); text-decoration: line-through; font-weight: 500; border-style: dashed; border-color: var(--line); }
.slot input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
@media (min-width: 600px) { .slots { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.slot-legend { margin: 16px 0 0; font-size: .875rem; color: var(--ink-soft); }

.booking .chips-set { margin-top: 22px; }
.booking .chips-set legend { color: var(--ink); font-size: 1.0625rem; font-family: var(--f-body); margin-bottom: 10px; }
.booking .chip span { color: var(--ink); border-color: var(--line-strong); font-size: .9375rem; min-height: 44px; }
.booking .chip input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.booking .chip input:checked + span::before { border-color: #fff; background-color: var(--ink); }
.check { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; cursor: pointer; min-height: 44px; }
.check input { width: 22px; height: 22px; margin: 1px 0 0; flex: none; accent-color: var(--maple); }
.radio-list { display: grid; gap: 8px; }
.radio-list label { display: flex; gap: 12px; align-items: center; min-height: 44px; cursor: pointer; font-weight: 500; }
.radio-list input { width: 22px; height: 22px; margin: 0; flex: none; accent-color: var(--maple); }
fieldset.field { border: 0; padding: 0; min-width: 0; margin-inline: 0; }
fieldset.field legend { font-weight: 700; margin-bottom: 8px; padding: 0; }

.review-list { margin: 0; border-top: 1px solid var(--line); }
.review-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.review-list dt { font-size: .8125rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); grid-column: 1; }
.review-list dd { margin: 0; font-weight: 600; grid-column: 1; overflow-wrap: anywhere; }
.review-list .edit {
  grid-column: 2; grid-row: 1 / span 2; min-height: 44px; min-width: 44px; padding: 0 12px; border-radius: 10px;
  border: 0; background: transparent; color: var(--maple-deep); font-weight: 700; text-decoration: underline; text-underline-offset: .18em;
}
.cost-line { margin: 18px 0 0; padding: 14px 16px; border-radius: 12px; background: var(--card); font-size: .9375rem; }
.success { text-align: left; }
.success[hidden] { display: none; }
.success h3 { font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.1rem); margin-bottom: 12px; }
.success h3:focus { outline: none; }
.demo-flag { display: inline-block; margin: 0 0 14px; padding: 4px 10px; border-radius: 999px; background: #FBEDE8; color: var(--maple-deep); font-size: .8125rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.noscript-note { padding: 16px; border-radius: 12px; background: #FBEDE8; margin: 0 0 16px; }

@media (min-width: 900px) {
  .book-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; }
  .book-card { position: sticky; top: calc(var(--header-h) + 28px); }
  .book-card .appt { padding: 26px 28px 24px 56px; }
  .book-card .stamp { top: 128px; right: 26px; }
  .book-card .appt-lines { grid-template-columns: 1fr; }
  .book-card .appt-lines > div { grid-template-columns: 4em 1fr; gap: 10px; }
  .book-card .appt-lines dt { padding: 0 0 8px; }
  .book-card .appt-lines dd { font-size: 1.6rem; min-height: 2.5rem; }
  .book-card .appt-small { display: block; }
  .booking { padding: 32px 32px 34px; }
  .progress li { font-size: .8125rem; }
}

/* ---------- Visit ---------- */
.visit-head { display: grid; gap: 20px; margin-bottom: 32px; }
.addr { font-size: 1.125rem; margin: 14px 0 0; }
.addr strong { font-weight: 700; }
.visit-actions { display: grid; gap: 10px; }
.visit-grid { display: grid; gap: 20px; }
.visit-photo img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 60%; }
@media (min-width: 600px) { .visit-photo img { aspect-ratio: 3 / 2; object-position: center; } }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 20px; }
.panel h3 { margin-bottom: 14px; font-size: 1.35rem; }
.hours { width: 100%; border-collapse: collapse; font-size: 1rem; }
.hours th, .hours td { padding: 10px 0; border-top: 1px solid var(--line); text-align: left; font-weight: 500; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; }
.hours tr:first-child th, .hours tr:first-child td { border-top: 0; }
.hours tr.today th, .hours tr.today td { font-weight: 800; }
.hours tr.today th::after { content: "Today"; margin-left: 8px; padding: 2px 8px; border-radius: 99px; background: var(--card); font-size: .75rem; font-weight: 800; letter-spacing: .04em; vertical-align: 2px; }
.hours-status { margin: 0 0 12px; }
.hours-note { margin: 14px 0 0; font-size: .9375rem; color: var(--ink-soft); }
.map { background: var(--card); border-radius: var(--radius-lg); padding: 10px; align-self: start; }
.map svg { display: block; width: 100%; height: auto; }
.access { list-style: none; display: grid; gap: 14px; }
.access li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.access svg { width: 26px; height: 26px; color: var(--maple-deep); margin-top: 1px; }
.access strong { display: block; }
.area { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 1rem; }
@media (min-width: 600px) { .visit-actions { display: flex; flex-wrap: wrap; } .panel { padding: 30px; } }
@media (min-width: 700px) and (max-width: 899.98px) {
  .visit-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .visit-photo, .map { grid-column: 1 / -1; }
  .map { order: 4; }
}
@media (min-width: 900px) {
  .visit-head { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: end; }
  .visit-actions { justify-content: flex-end; }
  .visit-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
  .visit-photo { grid-column: span 7; }
  .visit-photo img { height: 100%; aspect-ratio: auto; min-height: 420px; }
  .visit-hours { grid-column: span 5; }
  .map { grid-column: span 6; }
  .visit-access { grid-column: span 6; }
}

/* ---------- FAQ ---------- */
.faq-grid { display: grid; gap: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 64px; padding: 14px 0; font-weight: 700; font-size: 1.125rem; line-height: 1.35;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: ""; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--card)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F1D4A' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 16px no-repeat;
  transition: transform .2s ease;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .answer { padding: 0 0 20px; max-width: 44em; color: var(--ink-soft); }
.faq-list .answer p:last-child { margin-bottom: 0; }
@media (min-width: 900px) { .faq-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 64px; } .faq-side { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; } }
.faq-side p { color: var(--ink-soft); margin: 16px 0 24px; font-size: 1.125rem; }
.faq-side .btn { width: 100%; }
@media (min-width: 600px) { .faq-side .btn { width: auto; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-night); color: var(--on-dark-soft); padding: 64px 0 40px; --focus: #F4B9A8; }
.foot-cta { display: grid; gap: 20px; padding-bottom: 44px; margin-bottom: 40px; border-bottom: 1px solid rgba(228,225,247,.18); }
.foot-cta h2 { color: #fff; max-width: 16ch; }
.foot-cta .cta-row .btn { width: 100%; }
@media (min-width: 600px) { .foot-cta .cta-row .btn { width: auto; } }
.foot-grid { display: grid; gap: 28px; font-size: 1rem; }
.foot-grid h3 { font-family: var(--f-body); font-size: .8125rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.foot-grid p { margin: 0; }
.foot-grid a { color: #fff; }
.foot-grid ul { list-style: none; }
.foot-grid li a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; text-decoration: none; }
.foot-grid p a { display: inline-block; padding: 11px 0; margin: -11px 0; }
.foot-grid p.foot-tel { margin-top: 10px; }
.foot-grid li a:hover { text-decoration: underline; }
.foot-brand .brand { color: #fff; }
.foot-brand .brand-sign { --sign-plate: #E4E1F7; --sign-text: #1F1D4A; --sign-rule: #1F1D4A; --sign-tooth: #E86A4B; }
.foot-brand p { margin-top: 14px; max-width: 26em; }
.foot-legal { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(228,225,247,.18); font-size: .875rem; display: grid; gap: 8px; }
.foot-legal p { margin: 0; }
.foot-legal a { color: #fff; font-weight: 600; display: inline-block; padding: 11px 0; margin: -11px 0; }
@media (min-width: 600px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) {
  .foot-cta { grid-template-columns: 1fr auto; align-items: end; }
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
}

/* ---------- Mobile action bar ---------- */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 10px;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: var(--porcelain);
  background: color-mix(in srgb, var(--porcelain) 94%, transparent);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px -18px rgba(31,29,74,.4);
  transition: transform .25s ease, visibility 0s linear 0s;
}
.action-bar .btn { min-height: 52px; padding-inline: 12px; font-size: 1rem; }
/* Hidden while the hero buttons, the booking form or the footer buttons are on screen */
.js body:not(.bar-on) .action-bar { transform: translateY(110%); visibility: hidden; transition: transform .25s ease, visibility 0s linear .25s; }
.ico-wrap { position: relative; display: inline-flex; flex: none; }
.live-dot {
  position: absolute; top: -3px; right: -4px; width: 10px; height: 10px; border-radius: 50%;
  background: var(--leaf); border: 2px solid var(--porcelain); display: none;
}
.is-open .live-dot { display: block; }
.bar-label { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.1; }
.bar-label small { font-size: .75rem; font-weight: 700; color: var(--leaf); letter-spacing: .01em; margin-top: 2px; }
.bar-label small[hidden] { display: none; }
body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
@media (min-width: 900px) {
  .action-bar { display: none; }
  body { padding-bottom: 0; }
}

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero-card { animation: card-in .7s .15s cubic-bezier(.2,.9,.3,1) both; }
  @keyframes card-in { from { opacity: 0; transform: translateY(18px) rotate(-1.5deg); } to { opacity: 1; transform: none; } }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (prefers-reduced-motion: no-preference) {
  .is-open .live-dot { animation: pulse 2.4s ease-out infinite; }
}

@media print {
  .ribbon, .action-bar, .site-nav, .menu-btn { display: none !important; }
}
