/* Hallmark · genre: civic · macrostructure: parity-conversion (hosted-factory standard) · theme: business-derived (DHC brand: logo sky/navy + site raspberry) · display-font: Plus Jakarta Sans (the client's own) · nav: topbar + sticky header + mega · footer: dark index
 * Design direction derived FROM the business: logo #4CA9E3/#28507E, site action color #F2295B, Elementor kit ink #0A2232 + border #DFE4E1, font Plus Jakarta Sans.
 * pre-emit critique: P5 H5 E4 S5 R4 V4
 * Client: Dental Hygiene Centers, Fort Myers FL (dental-hygiene-centers) · v2 rebuild 2026-07-08 */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --navy: #28507E;          /* logo mid navy - headings */
  --navy-deep: #0A2232;     /* their kit "accent" - ink, dark bands */
  --navy-2: #1E3F63;
  --sky: #4CA9E3;           /* logo sky blue */
  --sky-deep: #1E6CA8;      /* AA-safe link/accent on white */
  --sky-tint: #EAF4FB;      /* icon circles, soft washes */
  --berry: #F2295B;         /* their site's action color */
  --berry-deep: #C81243;    /* AA-safe button fill */
  --ink: #10243A;
  --muted: #53637A;
  --line: #DFE4E1;          /* their kit border */
  --bg: #F4F8FB;
  --surface: #fff;
  --dark-ink: #EAF1F8;

  --head: "Plus Jakarta Sans", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;

  --text-sm: 0.875rem;
  --text-base: 1.0625rem;
  --text-md: 1.25rem;
  --text-lg: 1.55rem;
  --text-xl: clamp(1.6rem, 3.2vw, 2.4rem);
  --text-display: clamp(2.1rem, 3.6vw + 0.6rem, 3.4rem);

  --space-2xs: 0.25rem; --space-xs: 0.5rem; --space-sm: 0.75rem; --space-md: 1rem;
  --space-lg: 1.5rem; --space-xl: 2.5rem; --space-2xl: 4rem; --space-3xl: 6rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-micro: 120ms; --dur-short: 200ms;

  --maxw: 74rem;
  --radius: 14px; --radius-sm: 10px;
  --shadow-card: 0 10px 30px -22px rgba(15, 33, 80, .5);
  --shadow-pop: 0 18px 50px -28px rgba(15, 33, 80, .45);
  --z-dropdown: 100; --z-sticky: 200;
  --measure: 64ch;
}

/* ---- base --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0; overflow-x: clip;
  background: var(--surface); color: var(--ink);
  font-family: var(--body); font-size: var(--text-base); line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 {
  font-family: var(--head); font-weight: 700; line-height: 1.14;
  letter-spacing: -0.02em; color: var(--navy); margin: 0 0 var(--space-md);
  overflow-wrap: anywhere; min-width: 0;
}
h1 { font-size: var(--text-display); font-weight: 800; }
h2 { font-size: var(--text-xl); }
h3 { font-size: var(--text-md); }
p, ul, ol, dl { margin: 0 0 var(--space-md); max-width: var(--measure); }
a { color: var(--sky-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--sky-deep); outline-offset: 2px; border-radius: 3px; }
.skip { position: absolute; left: -9999px; top: 0; z-index: var(--z-sticky); background: var(--navy-deep); color: #fff; padding: var(--space-sm) var(--space-md); }
.skip:focus { left: var(--space-md); }
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1rem, 3vw, 2rem); }
.eyebrow {
  font-family: var(--head); font-weight: 600; letter-spacing: 0.13em;
  text-transform: uppercase; font-size: 0.78rem; color: var(--sky-deep); margin: 0 0 var(--space-xs);
}

/* ---- buttons (8 states) --------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font: 600 1rem var(--head); padding: 0.85rem 1.6rem; border-radius: 999px;
  text-decoration: none; cursor: pointer; border: 0; white-space: nowrap;
  background: var(--berry-deep); color: #fff;
  box-shadow: 0 12px 26px -14px rgba(200, 18, 67, .65);
  transition: background-color var(--dur-short) var(--ease-out), transform 100ms var(--ease-out);
}
.btn:hover, .btn.is-hover { background: var(--berry); color: #fff; transform: translateY(-1.5px); }
.btn:active, .btn.is-active { transform: translateY(1px); }
.btn:focus-visible { outline: 3px solid var(--navy-deep); outline-offset: 3px; }
.btn:disabled, .btn.is-disabled { background: var(--line); color: var(--muted); box-shadow: none; cursor: not-allowed; transform: none; }
.btn[data-state="loading"] { opacity: .7; pointer-events: none; }
.btn[data-state="error"] { background: #8f1030; }
.btn[data-state="success"] { background: #17694b; }
.btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); box-shadow: none; }
.btn--ghost:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn--navy { background: var(--navy); box-shadow: 0 12px 26px -14px rgba(40,80,126,.6); }
.btn--navy:hover { background: var(--navy-2); }

/* ---- topbar ---------------------------------------------------------------- */
.topbar { background: var(--navy-deep); color: #C9D6E6; font-size: 0.85rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: var(--space-md); padding-block: 0.45rem; flex-wrap: wrap; }
.topbar__meta { display: flex; gap: 1.1rem; flex-wrap: wrap; align-items: center; }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }
.topbar a:hover { color: var(--sky); }
.topbar .star { color: #F7B500; }
@media (max-width: 40rem) { .topbar__meta--hours { display: none; } }

/* ---- header + nav ------------------------------------------------------------ */
.nav { position: sticky; top: 0; z-index: var(--z-sticky); background: var(--surface); border-bottom: 1px solid var(--line); }
.nav__row { display: flex; align-items: center; justify-content: space-between; gap: var(--space-md); padding-block: 0.55rem; }
.nav__mark { display: flex; align-items: center; text-decoration: none; }
.nav__mark img { height: 44px; width: auto; }
.nav__links { display: none; align-items: stretch; gap: 0.15rem; font-family: var(--head); font-weight: 600; font-size: 0.95rem; }
.nav__links > a, .nav__dd > a {
  display: inline-flex; align-items: center; color: var(--ink); text-decoration: none;
  padding: 0.6rem 0.75rem; border-radius: 8px; white-space: nowrap;
}
.nav__links > a:hover, .nav__dd > a:hover { color: var(--sky-deep); background: var(--bg); }
.nav__links a[aria-current="page"] { color: var(--sky-deep); }
.nav__phone { color: var(--muted) !important; font-weight: 500 !important; }
.nav__cta { margin-left: 0.4rem; padding: 0.6rem 1.25rem !important; border-radius: 999px;
  background: var(--berry-deep); color: #fff !important; }
.nav__cta:hover { background: var(--berry) !important; color: #fff !important; }

/* mega menu (hover + focus-within, no role=menu) */
.nav__dd { position: relative; display: flex; align-items: stretch; }
.nav__dd > a::after { content: ""; width: 0.42rem; height: 0.42rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 0.45rem; opacity: .7; }
.nav__panel { position: absolute; top: 100%; left: -0.5rem; padding-top: 0.6rem; display: none; z-index: var(--z-dropdown); }
.nav__panel > div {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-pop); padding: 1.1rem; min-width: 34rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.15rem 1.4rem;
}
.nav__panel .col-h { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 0.35rem 0 0.2rem; grid-column: 1 / -1; }
.nav__panel .col-h:first-child { margin-top: 0; }
.nav__panel a { display: block; padding: 0.4rem 0.5rem; border-radius: 8px; color: var(--ink); text-decoration: none; font-size: 0.92rem; font-weight: 500; }
.nav__panel a:hover { background: var(--bg); color: var(--sky-deep); }
.nav__dd:hover .nav__panel, .nav__dd:focus-within .nav__panel { display: block; }

/* mobile disclosure */
.nav__m { position: relative; }
.nav__m > summary { list-style: none; cursor: pointer; font: 600 0.9rem var(--head); border: 1.5px solid var(--line); border-radius: 999px; padding: 0.5rem 1.05rem; }
.nav__m > summary::-webkit-details-marker { display: none; }
.nav__m[open] > summary { background: var(--bg); }
.nav__m ul { position: absolute; right: 0; z-index: var(--z-dropdown); width: min(20rem, 88vw); margin: 0.5rem 0 0; padding: 0.6rem; list-style: none; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-pop); }
.nav__m li + li { border-top: 1px solid var(--line); }
.nav__m a { display: block; padding: 0.7rem 0.5rem; text-decoration: none; font: 600 1rem var(--head); color: var(--ink); }
@media (min-width: 64rem) { .nav__links { display: flex; } .nav__m { display: none; } }

/* ---- HOME hero: photographic + diagonal navy scrim ----------------------------- */
.hero {
  position: relative; isolation: isolate; color: #fff;
  padding-block: clamp(3rem, 8vw, 6.5rem);
}
.hero .hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(103deg, var(--navy-deep) 32%, rgba(10, 34, 50, 0.82) 55%, rgba(10, 34, 50, 0.28) 100%);
}
.hero__col { max-width: 40rem; }
.hero .eyebrow { color: var(--sky); }
.hero h1 { color: #fff; max-width: 20ch; }
.hero h1 .accent { color: var(--sky); }
.hero__lede { font-size: var(--text-md); color: #D8E4F0; max-width: 46ch; }
.hero__acts { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-md); margin-top: var(--space-lg); }
.hero__acts a:not(.btn) { color: #fff; font-weight: 600; white-space: nowrap; }
.hero__serving { margin-top: var(--space-lg); font-size: var(--text-sm); color: #A9BDD2; }
.hero__stars { color: #F7B500; letter-spacing: 0.12em; }
.hero__stars small { color: #D8E4F0; letter-spacing: 0; margin-left: 0.5em; }

/* ---- interior page hero: soft band + floating image ------------------------------ */
.phero { background: linear-gradient(180deg, var(--bg) 0%, #fff 100%); border-bottom: 1px solid var(--line); }
.phero__grid { display: grid; gap: var(--space-xl); align-items: center; padding-block: var(--space-xl) var(--space-2xl); }
.phero h1 { max-width: 22ch; }
.phero__sub { font-size: var(--text-md); color: var(--muted); max-width: 52ch; }
.phero__img img { border-radius: var(--radius); box-shadow: var(--shadow-pop); width: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.phero .hero__acts a:not(.btn) { color: var(--navy); }
@media (min-width: 60rem) { .phero__grid { grid-template-columns: 1.15fr 0.85fr; } }

/* ---- trust / stat strip ----------------------------------------------------------- */
.trust { background: var(--navy-deep); color: #fff; }
.trust .wrap { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-lg); padding-block: var(--space-lg); }
.trust .num { font: 800 1.7rem var(--head); font-variant-numeric: tabular-nums; }
.trust .num .star { color: #F7B500; font-size: 1.1rem; margin-left: 2px; }
.trust .lbl { color: #A9BDD2; font-size: var(--text-sm); }
@media (min-width: 48rem) { .trust .wrap { grid-template-columns: repeat(4, minmax(0,1fr)); } }

/* ---- credential chips --------------------------------------------------------------- */
.creds { background: var(--bg); border-bottom: 1px solid var(--line); }
.creds .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; padding-block: var(--space-md); }
.creds .lead-lbl { font: 600 0.8rem var(--head); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-right: 0.4rem; }
.chip, .chips li { background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.95rem; font-size: var(--text-sm); color: var(--ink); font-weight: 500; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; padding: 0; max-width: none; }

/* ---- sections ------------------------------------------------------------------------ */
.sec { padding-block: var(--space-3xl); }
.sec--tight { padding-block: var(--space-2xl); }
.bg-soft { background: var(--bg); }
.bg-navy { background: var(--navy-deep); color: var(--dark-ink); }
.bg-navy h2, .bg-navy h3 { color: #fff; }
.bg-navy p { color: var(--dark-ink); }
.sec__head { max-width: 52ch; margin-bottom: var(--space-xl); }
.sec__head--split { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--space-md); max-width: none; }
.sec__kicker { color: var(--muted); max-width: 56ch; }

/* ---- service icon cards ----------------------------------------------------------------- */
.svc { display: grid; gap: var(--space-md); grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr)); }
.svc a {
  display: flex; flex-direction: column; gap: var(--space-sm);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--space-lg); text-decoration: none; color: var(--ink);
  box-shadow: var(--shadow-card);
  transition: transform var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out);
}
.svc a:hover { transform: translateY(-3px); border-color: var(--sky); }
.svc a:hover h3 { color: var(--sky-deep); }
.svc .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--sky-tint); color: var(--sky-deep); display: grid; place-items: center; }
.svc .ico svg { width: 24px; height: 24px; }
.svc h3 { margin: 0; transition: color var(--dur-short) var(--ease-out); }
.svc p { margin: 0; color: var(--muted); font-size: var(--text-sm); max-width: none; flex-grow: 1; }
.svc .go { color: var(--berry-deep); font-weight: 600; font-size: var(--text-sm); font-family: var(--head); }

/* ---- split media band (image + text, alternating) ------------------------------------------ */
.split { display: grid; gap: var(--space-2xl); align-items: center; padding-block: var(--space-2xl); }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow-pop); width: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split .checks { list-style: none; padding: 0; }
.split .checks li { padding: 0.5rem 0 0.5rem 2rem; position: relative; }
.split .checks li::before {
  content: ""; position: absolute; left: 0; top: 0.72rem; width: 1.15rem; height: 1.15rem;
  border-radius: 50%; background: var(--sky-tint);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E6CA8' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 0.7rem; background-position: center; background-repeat: no-repeat;
}
.split .checks strong { color: var(--navy); }
@media (min-width: 60rem) {
  .split { grid-template-columns: 1.05fr 0.95fr; }
  .split--flip .split__media { order: -1; }
}

/* ---- mini cards (why-us grids on interior pages) ------------------------------------------------ */
.mini { display: grid; gap: var(--space-md); grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr)); list-style: none; padding: 0; max-width: none; }
.mini li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--space-lg); box-shadow: var(--shadow-card); }
.mini strong { display: block; font-family: var(--head); color: var(--navy); font-size: var(--text-md); margin-bottom: var(--space-2xs); }
.mini p { margin: 0; color: var(--muted); font-size: var(--text-sm); max-width: none; }

/* ---- process steps ---------------------------------------------------------------------------- */
.steps { list-style: none; counter-reset: step; padding: 0; max-width: var(--measure); }
.steps li { counter-increment: step; display: grid; grid-template-columns: 3rem 1fr; gap: var(--space-md); padding: var(--space-md) 0; }
.steps li::before {
  content: counter(step); width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--sky-tint); color: var(--navy); font: 700 1.05rem var(--head);
  display: grid; place-items: center;
}
.steps strong { display: block; color: var(--navy); font-family: var(--head); margin-bottom: var(--space-2xs); }
.steps p { margin: 0; color: var(--muted); }
/* horizontal 3-up variant for interior pages */
@media (min-width: 60rem) {
  .steps--row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-xl); max-width: none; }
  .steps--row li { display: block; padding: 0; }
  .steps--row li::before { margin-bottom: var(--space-sm); }
}

/* ---- reviews band (navy) ------------------------------------------------------------------------- */
.revband { background: var(--navy-deep); color: var(--dark-ink); }
.revband .wrap { padding-block: var(--space-3xl); }
.revband__head { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-xl); margin-bottom: var(--space-xl); }
.revband__score .big { font: 800 3.2rem var(--head); color: #fff; line-height: 1; }
.revband__score .stars { color: #F7B500; letter-spacing: 0.15em; }
.revband__score .src { color: #A9BDD2; font-size: var(--text-sm); }
.revband h2 { margin: 0; max-width: 20ch; }
.revs { display: grid; gap: var(--space-md); grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr)); max-width: none; }
.rev { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: var(--space-lg); margin: 0; }
.rev__stars { color: #F7B500; letter-spacing: 0.12em; font-size: var(--text-sm); margin: 0 0 var(--space-xs); }
.rev blockquote { margin: 0 0 var(--space-sm); font-size: var(--text-base); line-height: 1.55; color: #fff; }
.rev figcaption { color: #A9BDD2; font-size: var(--text-sm); }
/* light variant when .revs used outside the navy band */
.sec .revs .rev, .bg-soft .revs .rev { background: var(--surface); border-color: var(--line); box-shadow: var(--shadow-card); }
.sec .revs .rev blockquote, .bg-soft .revs .rev blockquote { color: var(--ink); }
.sec .revs .rev figcaption, .bg-soft .revs .rev figcaption { color: var(--muted); }

/* ---- areas ------------------------------------------------------------------------------------------ */
.areas { display: flex; flex-wrap: wrap; gap: var(--space-sm); padding: 0; list-style: none; max-width: none; }
.areas a {
  display: inline-block; background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
  padding: 0.55rem 1.15rem; text-decoration: none; color: var(--navy); font: 600 var(--text-sm) var(--head); white-space: nowrap;
  transition: border-color var(--dur-short) var(--ease-out), transform var(--dur-short) var(--ease-out);
}
.areas a:hover { border-color: var(--sky); transform: translateY(-2px); }

/* ---- FAQ ---------------------------------------------------------------------------------------------- */
.faq { max-width: var(--measure); }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: var(--space-sm); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: var(--space-md); padding: var(--space-md) var(--space-lg); font: 600 var(--text-base) var(--head); color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--berry-deep); font-size: var(--text-lg); line-height: 1; flex-shrink: 0; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 var(--space-lg) var(--space-md); color: var(--muted); }

/* ---- inline CTA moment (mid-page) --------------------------------------------------------------------------- */
.cta-inline {
  background: var(--sky-tint); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--space-lg) var(--space-xl); margin-block: var(--space-xl);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-md);
  /* belt-and-suspenders: even if authored outside a .wrap, never run full-bleed */
  max-width: calc(var(--maxw) - 2 * clamp(1rem, 3vw, 2rem)); margin-inline: auto;
}
.cta-inline p { margin: 0; font: 700 var(--text-md) var(--head); color: var(--navy); }
.cta-inline > div { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-md); }
.cta-inline a:not(.btn) { white-space: nowrap; font-weight: 600; }

/* ---- CTA band -------------------------------------------------------------------------------------------- */
.cta { position: relative; isolation: isolate; background: var(--navy); color: #fff; padding-block: var(--space-2xl); overflow: clip; }
.cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-2) 100%); }
.cta h2 { color: #fff; max-width: 24ch; }
.cta p { color: var(--dark-ink); }
.cta a:not(.btn) { color: #fff; font-weight: 600; }
.cta__row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-md); margin-top: var(--space-lg); }

/* ---- footer (dark) ------------------------------------------------------------------------------------------ */
.foot { background: var(--navy-deep); color: #B9C8DA; font-size: var(--text-sm); }
.foot a { color: #fff; text-decoration: none; }
.foot a:hover { color: var(--sky); text-decoration: underline; }
.foot__mast { display: flex; flex-wrap: wrap; gap: var(--space-md) var(--space-2xl); align-items: center; padding-block: var(--space-xl); border-bottom: 1px solid rgba(255,255,255,.14); }
.foot__mast img { height: 40px; width: auto; filter: brightness(0) invert(1); }
.foot__mast p { margin: 0; max-width: none; }
.foot__cols { display: grid; gap: var(--space-xl); grid-template-columns: repeat(2, minmax(0,1fr)); padding-block: var(--space-xl); }
.foot__cols h2 { font: 600 0.78rem var(--head); letter-spacing: 0.12em; text-transform: uppercase; color: #7E93AC; margin: 0 0 var(--space-sm); }
.foot__cols ul { list-style: none; margin: 0; padding: 0; }
.foot__cols li { padding: 0.22rem 0; }
.foot__fine { display: flex; flex-wrap: wrap; gap: var(--space-md); justify-content: space-between; padding-block: var(--space-lg); border-top: 1px solid rgba(255,255,255,.14); color: #7E93AC; }
.foot__fine p { margin: 0; max-width: none; }
@media (min-width: 60rem) { .foot__cols { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }

/* ---- forms -------------------------------------------------------------------------------------------------- */
.form { max-width: 34rem; }
.form label { display: block; font: 600 var(--text-sm) var(--head); color: var(--navy); margin: var(--space-md) 0 var(--space-2xs); }
.form label .opt { font-weight: 400; color: var(--muted); }
.form input, .form textarea {
  width: 100%; padding: 0.8rem 0.95rem; font: inherit; color: var(--ink);
  background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  transition: border-color var(--dur-micro) var(--ease-out);
}
.form input:focus-visible, .form textarea:focus-visible { outline: 3px solid var(--sky-deep); outline-offset: 1px; border-color: var(--sky-deep); }
.form textarea { min-height: 8rem; resize: vertical; }
.form button { margin-top: var(--space-lg); }
.form .hp { position: absolute; left: -5000px; top: -5000px; }
#sent { display: none; border: 1.5px solid #17694b; border-radius: var(--radius-sm); padding: var(--space-md); color: #17694b; font-weight: 600; margin-bottom: var(--space-lg); max-width: 34rem; }
#sent:target { display: block; }

/* ---- page furniture -------------------------------------------------------------------------------------------- */
.crumb { padding-top: var(--space-lg); font-size: var(--text-sm); color: var(--muted); }
.crumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.35em; margin: 0; padding: 0; max-width: none; }
.crumb li + li::before { content: "/"; margin-right: 0.35em; color: var(--line); }
.crumb a { color: var(--muted); }
.prose { max-width: var(--measure); }
.prose h2 { margin-top: var(--space-2xl); }
.prose h3 { margin-top: var(--space-xl); }
.prose li { margin-bottom: var(--space-xs); }
.prose img { border-radius: var(--radius); box-shadow: var(--shadow-card); margin-block: var(--space-lg); }

/* stat inline (interior pages) */
.stand { border-block: 1px solid var(--line); background: var(--bg); }
.stand__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-lg) var(--space-xl); padding-block: var(--space-xl); }
.stand__n { font: 800 2.1rem var(--head); color: var(--navy); font-variant-numeric: tabular-nums; line-height: 1; margin: 0; }
.stand__q { color: var(--muted); font-size: var(--text-sm); margin: var(--space-2xs) 0 0; }
@media (min-width: 40rem) { .stand__grid { grid-template-columns: repeat(4, minmax(0,1fr)); } }

/* ---- mobile floor + motion ----------------------------------------------------------------------------------------- */
@media (max-width: 40rem) {
  .sec { padding-block: var(--space-2xl); }
  .btn { width: 100%; }
  .hero__acts .btn, .cta__row .btn, .phero .btn { width: auto; flex: 1 1 auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 150ms !important; transition-duration: 150ms !important; }
  html { scroll-behavior: auto; }
}
