.svc-group-title {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-slate-blue);
}
.svc-group-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

@font-face { font-family: "Libre Franklin"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/libre-franklin-600.woff2") format("woff2"); }
@font-face { font-family: "Libre Franklin"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/libre-franklin-700.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/inter-600.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/jetbrains-mono-500.woff2") format("woff2"); }

:root {

  --icon-plus:  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5l0 14"/><path d="M5 12l14 0"/></svg>');
  --icon-minus: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l14 0"/></svg>');

  --icon-chevron: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1 1l5 5 5-5" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
  --icon-alert: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"/><path d="M12 8v4"/><path d="M12 16h.01"/></svg>');

  --color-brand-50:  #ECFAFF;
  --color-brand-100: #D2F1FA;
  --color-brand-200: #ABE3F3;
  --color-brand-300: #82D4EC;
  --color-brand-400: #5EC6E2;
  --color-brand-500: #30A9CC;
  --color-brand-600: #1C88A8;
  --color-brand-700: #126480;
  --color-brand-800: #0E4B60;
  --color-brand-900: #0A3142;
  --color-brand-950: #061F2B;

  --color-ink-900: #0F1115;
  --color-ink-700: #2A2F36;
  --color-ink-500: #5A626B;
  --color-ink-400: #828A93;
  --color-ink-200: #E2E8EC;
  --color-ink-50:  #F5FAFC;
  --color-white:   #FFFFFF;

  --color-gold-star: #F5B000;

  --color-red-600: #B3261E;
  --color-red-800: #7A1B14;
  --color-red-50:  #FDF3F2;

  --scrim-ink: 6, 31, 43;

  --brand-400-rgb: 94, 198, 226;

  --color-slate-blue: #3F6E82;
  --color-on-dark-soft: #B4D6E0;
  --color-border-dark: #1C5066;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;

  --text-xs:   12px;
  --text-sm:   14px;
  --text-base: 18px;
  --text-lg:   20px;
  --text-xl:   26px;
  --text-2xl:  40px;
  --text-3xl:  56px;

  /* One H1 step. --fs-hero used to carry a 30px floor, 2px under --fs-h1, so
     the home page's own H1 rendered SMALLER than every inner page's at 390.
     Ruled 2026-09-01: the /services size wins, the alias keeps old references
     working. */
  --fs-h1:    clamp(32px, 5.2vw, 56px);
  --fs-hero:  var(--fs-h1);
  --fs-h2:    clamp(26px, 3.4vw, 40px);
  --fs-h3:    clamp(20px, 2.1vw, 26px);
  --fs-lead:  clamp(19px, 1.5vw, 21px);
  --fs-metric: clamp(28px, 3.4vw, 40px);

  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-full: 9999px;

  --font-display: "Libre Franklin", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, "Cascadia Mono", monospace;

  --track-display: -0.02em;
  --track-mono:    0.16em;

  --track-label:   0.12em;

  --dur-fast: 140ms;
  --dur-base: 260ms;
  --dur-slow: 640ms;
  --ease-settle: cubic-bezier(0.22, 0.61, 0.36, 1);

  --ease-reveal: cubic-bezier(0.16, 1, 0.3, 1);
  --stagger-step: 80ms;

  /* Mobile menu panel: enters on an iOS-like drawer curve (craft/motion.md
     Sec 3), exits on the matching ease-in so the close reads quicker and
     lighter than the open, per the book's "exits run faster" rule. */
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-in-exit: cubic-bezier(0.7, 0, 0.84, 0);

  --press-scale: 0.96;
  --press-scale-surface: 0.98;
}

:root {

  --color-bg:           #F7FAFB;
  --color-bg-subtle:    #EAF2F6;
  --color-bg-wash:      var(--color-brand-50);
  --color-bg-dark:      var(--color-brand-900);
  --color-bg-dark-deep: var(--color-brand-950);

  --color-text:          var(--color-ink-900);
  --color-text-body:     var(--color-ink-700);
  --color-text-muted:    var(--color-ink-500);
  --color-text-faint:    var(--color-ink-400);
  --color-on-dark:       var(--color-white);
  --color-on-dark-muted: var(--color-on-dark-soft);

  --color-action:       var(--color-brand-700);
  --color-action-hover: var(--color-brand-800);
  --color-action-text:  var(--color-white);
  --color-link:         var(--color-brand-700);

  --color-brand:      var(--color-brand-400);
  --color-brand-wash: var(--color-brand-50);

  --color-header-bg:      var(--color-white);
  --color-border:         var(--color-ink-200);
  --color-border-strong:  var(--color-ink-400);
  --color-border-on-dark: var(--color-border-dark);
  --color-focus:          var(--color-brand-600);

  --color-error:      var(--color-red-600);
  --color-error-bg:   var(--color-red-50);
  --color-error-text: var(--color-red-800);

  --section-y:  clamp(48px, 5vw, 72px);

  --reviews-floor: 21px;
  --body-size:  var(--text-base);
  --body-line:  1.55;
  --measure:    68ch;
  --container:  1180px;
  --container-narrow: 760px;
  --header-h:   72px;
}

:root {

  --button-primary-bg:       var(--color-brand-400);
  --button-primary-fg:       var(--color-brand-950);
  --button-primary-hover-bg: var(--color-brand-500);
  --button-radius:           var(--radius-md);
  --button-padding-y:        var(--space-3);
  --button-padding-x:        var(--space-6);

  --hero-banner-h: clamp(460px, 46vw, 620px);

  --hero-crest-h: 40px;

  --hero-cta-w: 16rem;

  --button-secondary-bg:     var(--color-brand-50);
  --button-secondary-fg:     var(--color-action);
  --button-secondary-border: var(--color-brand-400);

  --card-bg:      var(--color-white);
  --card-fg:      var(--color-text-body);
  --card-border:  var(--color-border);
  --card-radius:  var(--radius-sm);
  --card-padding: var(--space-8);

  --media-radius: var(--radius-lg);

  --cta-strip-bg: var(--color-bg-dark);
  --cta-strip-fg: var(--color-on-dark);

  --input-bg:           var(--color-bg);

  --input-border:       var(--color-border-strong);
  --input-border-focus: var(--color-focus);

  --input-radius:       11px;

  --input-border-hover: var(--color-slate-blue);
  --input-border-error: var(--color-error);
  --input-bg-error:     var(--color-error-bg);
  --input-bg-disabled:  var(--color-bg-subtle);
  --input-border-disabled: var(--color-border);

  --picker-radius:      var(--input-radius);

  --shadow-lift: 0 2px 4px rgba(10, 49, 66, 0.06), 0 12px 32px rgba(10, 49, 66, 0.10);
  --shadow-review:       0 1px 2px rgba(10, 49, 66, 0.05), 0 4px 14px rgba(10, 49, 66, 0.06);
  --shadow-review-hover: 0 2px 4px rgba(10, 49, 66, 0.07), 0 10px 26px rgba(10, 49, 66, 0.11);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--space-4));
}

body {
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: var(--body-line);
  color: var(--color-text-body);
  background: var(--color-bg);
  font-feature-settings: "kern", "liga", "calt";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }

a, button, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
ul, ol { padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: var(--track-display);
  text-wrap: balance;
}
h1 { font-size: var(--fs-h1); line-height: 1.08; }
h2 { font-size: var(--fs-h2); line-height: 1.15; }
h3 { font-size: var(--fs-h3); line-height: 1.25; }
h4 { font-size: var(--text-lg); line-height: 1.3; font-weight: 600; }

p { max-width: var(--measure); }

:where(h1, h2, h3, h4) + :where(p, ul, ol, figure, div) { margin-top: var(--space-4); }

::selection { background: var(--color-brand-200); color: var(--color-brand-950); }

:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: var(--color-action);
  color: var(--color-action-text);
  padding: var(--space-3) var(--space-6);
  border-radius: 0 0 var(--radius-md) 0;
  font-weight: 600;

  transform: translateY(calc(-100% - 8px));

  transition: none;
}
.skip-link:focus {
  transform: translateY(0);
  transition: transform var(--dur-fast) var(--ease-settle);
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

html:not(.is-ready) *,
html:not(.is-ready) *::before,
html:not(.is-ready) *::after {
  transition: none !important;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: var(--section-y); }
.section--wash { background: var(--color-bg-subtle); }
.section--brand-wash { background: var(--color-bg-wash); }
.section--dark {
  background: var(--color-bg-dark);
  color: var(--color-on-dark-muted);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--color-on-dark); }
.section--tight { padding-block: var(--space-12); }

.section-head {
  text-align: center;
  max-width: var(--container-narrow);
  margin-inline: auto;
  margin-bottom: var(--space-12);
}
.section-head p {
  margin-inline: auto;
  margin-top: var(--space-4);
  font-size: var(--fs-lead);
  color: var(--color-text-muted);
  max-width: 56ch;
}
.section--dark .section-head p { color: var(--color-on-dark-muted); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-slate-blue);
  margin-bottom: var(--space-4);
}
.eyebrow::before {
  content: "";
  width: var(--space-8);
  height: 1px;
  background: var(--color-brand-400);
}
.section-head .eyebrow::after {
  content: "";
  width: var(--space-8);
  height: 1px;
  background: var(--color-brand-400);
}
.section--dark .eyebrow { color: var(--color-brand-400); }
.section--dark .eyebrow::before,
.section--dark .eyebrow::after { background: var(--color-border-on-dark); }

.lead {
  font-size: var(--fs-lead);
  color: var(--color-text-muted);
  line-height: 1.5;
}

.pull-quote {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: var(--track-display);
  color: var(--color-text);
  max-width: 30ch;
  margin-bottom: var(--space-6);
}
.pull-quote::before {
  content: "";
  display: block;
  width: var(--space-8);
  height: 1px;
  margin-bottom: var(--space-4);
  background: var(--color-brand-400);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 48px;
  padding: var(--button-padding-y) var(--button-padding-x);
  border-radius: var(--button-radius);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: background-color var(--dur-fast) var(--ease-settle),
              color var(--dur-fast) var(--ease-settle),
              transform var(--dur-fast) var(--ease-settle);
}
.btn:active:not(:disabled) { transform: scale(var(--press-scale)); }

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.btn--primary { background: var(--button-primary-bg); color: var(--button-primary-fg); }
.btn--primary:hover:not(:disabled) { background: var(--button-primary-hover-bg); }

.btn--secondary {
  background: var(--button-secondary-bg);
  color: var(--button-secondary-fg);
  box-shadow: inset 0 0 0 1px var(--button-secondary-border);
}
.btn--secondary:hover:not(:disabled) { background: var(--color-brand-100); }

.btn--on-dark { background: var(--color-brand-400); color: var(--color-brand-950); }
.btn--on-dark:hover:not(:disabled) { background: var(--color-brand-300); }

.btn--dark {
  background: var(--color-brand-950);
  color: var(--color-on-dark);
  box-shadow: inset 0 0 0 1px var(--color-brand-400);
}
.btn--dark:hover:not(:disabled) { background: var(--color-brand-900); }
.btn--dark:focus-visible { outline-color: var(--color-on-dark); }

.btn--ghost {
  color: var(--color-action);
  padding-inline: 0;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  text-decoration-color: var(--color-brand-300);
}
.btn--ghost:hover:not(:disabled) { color: var(--color-action-hover); text-decoration-color: currentColor; }

.cta-strip .btn--ghost {
  padding: var(--button-padding-y) var(--button-padding-x);
  border-radius: var(--button-radius);
  color: var(--color-brand-400);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px var(--color-brand-400);
}
.cta-strip .btn--ghost:hover:not(:disabled) {
  color: var(--color-brand-950);
  background: var(--color-brand-400);
}
.section--dark .btn--ghost { color: var(--color-brand-400); }

.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4) var(--space-6);
}
.btn-row--center { justify-content: center; }

.prose-link {
  color: var(--color-link);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.prose-link:hover { color: var(--color-action-hover); }

.section--line { padding-block: var(--space-12); }

.guarantee-line {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin: 0;
  padding: var(--space-4);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  box-shadow: inset 0 0 0 1px var(--color-border);
  color: var(--color-text-body);
}
.guarantee-line__mark {
  flex: none;
  width: 72px;
  height: 72px;

  background: url("assets/logo/crown-still.svg") no-repeat center / contain;
}

@media (prefers-reduced-motion: reduce) {
  .guarantee-line__mark { background-image: url("assets/logo/crown-still.svg"); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-header-bg);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-base) var(--ease-settle);
}
.site-header.is-scrolled { border-bottom-color: var(--color-border); }

.site-header.is-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.is-menu-open {
  padding-top: calc(var(--header-h) + 1px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: var(--space-3);
  min-height: var(--header-h);
  padding-block: var(--space-3);
}

.brand-link { display: inline-flex; align-items: center; min-height: 44px; }

.brand-link img {
  flex-shrink: 0;
  width: 34px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
}

.nav {
  display: none;
  align-items: center;
  gap: var(--space-2);
}
.nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: var(--space-3);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--color-text-body);
  border-radius: var(--radius-sm);
  transition: color var(--dur-fast) var(--ease-settle);
}
.nav__link:hover { color: var(--color-action); }
.nav__link[aria-current="page"] {
  color: var(--color-action);
  box-shadow: inset 0 -2px 0 var(--color-brand-400);
}

.header-actions { display: flex; align-items: center; gap: var(--space-2); }

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding-inline: 0;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: var(--color-action);
  box-shadow: inset 0 0 0 1px var(--color-border);
}
.header-phone:hover { color: var(--color-action-hover); }

.nav__link {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.005em;
}
.site-header .btn,
header .btn {
  font-family: var(--font-display);
  letter-spacing: 0.005em;
}

.header-phone {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.005em;
}
.header-phone__icon { width: 20px; height: 20px; flex-shrink: 0; }
.header-phone__num { display: none; }

.header-actions .btn {

  font-size: var(--text-sm);
  padding-inline: var(--space-3);
  min-height: 44px;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-1);

  width: 44px;
  height: 44px;
  padding: var(--space-3);
  border-radius: var(--radius-md);
}

.menu-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-text);
  transition: transform var(--dur-base) var(--ease-settle),
              opacity var(--dur-fast) var(--ease-settle);
}
.menu-toggle.is-open .menu-toggle__bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open .menu-toggle__bar:nth-child(2) { opacity: 0; }
.menu-toggle.is-open .menu-toggle__bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed;

  top: calc(var(--header-h) + 1px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: var(--color-bg-dark);
  color: var(--color-on-dark);
  padding: var(--space-6);

  overflow: hidden;

  visibility: hidden;
  transform: translateY(-100%);
  /* CLOSED / exit state. No transition property existed here before, so the
     class toggle in app.js snapped the panel instantly regardless of the
     transform value, which is the reported "too snappy" bug. Exit runs
     faster than the open (200ms vs 320ms, roughly two-thirds, per
     craft/motion.md Sec 2) on ease-in so it de-emphasises itself once the
     visitor has already acted. visibility is delayed to the end of the
     transform so the slide is seen in full before the panel leaves the a11y
     tree; without the delay it would vanish mid-slide. */
  transition: transform 200ms var(--ease-in-exit),
              visibility 0s linear 200ms;
}
.mobile-menu.is-open {
  visibility: visible;
  transform: translateY(0);
  /* OPEN / enter state. Longer than the exit and on the drawer curve, which
     decelerates like an iOS sheet settling into place rather than a linear
     snap. Sits inside the 200-400ms "layout change" band. */
  transition: transform 320ms var(--ease-drawer),
              visibility 0s linear 0s;
}

@media (max-height: 600px) {
  .mobile-menu.is-open { overflow-y: auto; }
}

.mobile-menu__list { margin-top: var(--space-4); display: grid; gap: var(--space-1); }
.mobile-menu__link {
  display: block;
  padding-block: var(--space-3);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  letter-spacing: var(--track-display);
  color: var(--color-on-dark);
  border-bottom: 1px solid var(--color-border-on-dark);

  /* Rest/exit state: content lives in static HTML per non-negotiable #4, so
     this is only ever hidden while the parent panel is also hidden
     (translateY(-100%), off-canvas); it is never a gate. Exit is quick with
     no stagger, matching the panel's faster close. */
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 120ms var(--ease-in-exit), transform 120ms var(--ease-in-exit);
}
.mobile-menu__link:hover { color: var(--color-brand-400); }

/* Entrance choreography: a light 40ms stagger across the 4 nav items
   (craft/motion.md Sec 5, dense-list band 30-50ms/item), so the list
   settles into place a beat after the panel rather than appearing as one
   flat block with it. */
.mobile-menu.is-open .mobile-menu__link {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms var(--ease-settle), transform 220ms var(--ease-settle);
}
.mobile-menu.is-open .mobile-menu__list li:nth-child(1) .mobile-menu__link { transition-delay: 60ms; }
.mobile-menu.is-open .mobile-menu__list li:nth-child(2) .mobile-menu__link { transition-delay: 100ms; }
.mobile-menu.is-open .mobile-menu__list li:nth-child(3) .mobile-menu__link { transition-delay: 140ms; }
.mobile-menu.is-open .mobile-menu__list li:nth-child(4) .mobile-menu__link { transition-delay: 180ms; }
.mobile-menu__foot { margin-top: var(--space-8); display: grid; gap: var(--space-4); }

.mobile-menu__phone {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: var(--color-brand-400);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.hero-banner {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;

  padding-block: var(--space-12) var(--space-8);
  background: var(--color-brand-950);
  color: var(--color-on-dark);
  text-align: center;
}

.hero-banner__poster,
.hero-banner__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.hero-banner__video {
  opacity: 0;
  transition: opacity var(--dur-slow) var(--ease-settle);
}
.hero-banner.is-playing .hero-banner__video { opacity: 1; }

.hero-banner__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom,
    rgba(var(--scrim-ink), 0.88) 0%,
    rgba(var(--scrim-ink), 0.62) 26%,
    rgba(var(--scrim-ink), 0.62) 74%,
    rgba(var(--scrim-ink), 0.90) 100%);
}

.hero-banner__body {
  position: relative;
  display: grid;
  justify-items: center;
}

.hero-banner__crest {
  display: none;
  height: var(--hero-crest-h);
  width: auto;
  margin-bottom: var(--space-3);
}

.hero-banner__title {
  max-width: 22ch;
  font-size: var(--fs-hero);
  line-height: 1.08;
  letter-spacing: var(--track-display);
  color: var(--color-on-dark);
  text-wrap: balance;
}

.hero-banner__title.reveal,
.hero-banner__lead.reveal { transform: translateY(30px); }
.hero-banner__title.reveal.is-visible,
.hero-banner__lead.reveal.is-visible { transform: translateY(0); }

.figure .figure__cap,
.figure__cap {
  margin-top: var(--space-3);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
  font-style: italic;
  letter-spacing: var(--track-label);

  color: var(--color-action);
}
.hero-banner__title strong { color: var(--color-brand-400); font-weight: inherit; }

.page-hero > .container > * {
  animation: hero-in 420ms var(--ease-settle) both;
}
.page-hero > .container > *:nth-child(1),
.page-hero > .container > *:nth-child(2) { animation-delay: 0ms; }
.page-hero > .container > *:nth-child(3) { animation-delay: 90ms; }
.page-hero > .container > *:nth-child(4) { animation-delay: 180ms; }
.page-hero > .container > *:nth-child(n+5) { animation-delay: 180ms; }

/* MOTION COVERAGE FIX, 2026-09-01: the blanket `*` selector above swept up
   the hero photograph too. Every page-hero that carries one (the ten
   service pages at child 5, about/privacy/enquiry-sent at child 4 via their
   .hero__body wrapper) marks it fetchpriority="high" specifically BECAUSE it
   is the LCP element (gen-service-pages.mjs section 4's own comment already
   says "the figure carries no reveal of its own"), so animating it from
   opacity:0 was contradicting the documented intent: it delays the moment
   the largest paint is visually complete for no purpose the decision tree
   in craft/motion.md Sec 1 would accept (this is the rare, once-per-load,
   above-the-fold hero image, not a section a visitor scrolls to). Reset it
   back to its plain, immediately-visible state; the rest of the cascade
   (breadcrumb, h1, lead, buttons) is untouched. */
.page-hero > .container > figure {
  animation: none;
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-hero > .container > * { animation: none; opacity: 1; transform: none; }
}

@keyframes hero-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}

.hero-banner__title,
.hero-banner__lead,
.hero-banner__actions {
  animation: hero-in 420ms var(--ease-settle) both;
}
.hero-banner__title   { animation-delay: 0ms; }
.hero-banner__lead    { animation-delay: 80ms; }
.hero-banner__actions { animation-delay: 160ms; }

.hero-chips__item { animation: hero-in 420ms var(--ease-settle) both; }
.hero-chips__item:nth-child(1) { animation-delay: 230ms; }
.hero-chips__item:nth-child(2) { animation-delay: 270ms; }
.hero-chips__item:nth-child(3) { animation-delay: 310ms; }
.hero-chips__item:nth-child(4) { animation-delay: 350ms; }

@keyframes hero-in-muted {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 0.62; transform: none; }
}
.section-head--band { animation: hero-in-muted 420ms var(--ease-settle) both; animation-delay: 330ms; }

.section-band .logo-band { animation: hero-in 420ms var(--ease-settle) both; animation-delay: 370ms; }

@media (prefers-reduced-motion: reduce) {
  .hero-banner__title,
  .hero-banner__lead,
  .hero-banner__actions,
  .hero-chips__item,
  .section-band .logo-band { animation: none; opacity: 1; transform: none; }

  .section-head--band { animation: none; transform: none; }
}

.hero-banner__lead {
  margin-top: var(--space-4);
  max-width: 46ch;
  font-size: var(--fs-lead);
  line-height: 1.5;
  color: var(--color-on-dark);

  text-wrap: balance;
}

.hero-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  width: 100%;
  margin-top: var(--space-6);
}
.hero-banner__cta {
  flex: 1 1 var(--hero-cta-w);
  max-width: 100%;
}

.hero-banner__alt {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-on-dark);
}
.hero-banner__alt a {
  color: var(--color-on-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.28em;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-brand-400);
  transition: text-decoration-color var(--dur-fast) var(--ease-settle);
}
.hero-banner__alt a:hover { text-decoration-color: currentColor; }

/* Mobile drops the proof badges entirely (operator, 2026-09-01): the hero is
   headline + lead + CTAs, the badges carry on from 768px up. The hero then
   extends taller so the footage still owns the first screen. */
@media (max-width: 767px) {
  .hero-banner .hero-chips { display: none; }
  .hero-banner { min-height: 88svh; }
  /* Copy sits up top, the CTA pair anchors to the bottom of the taller hero.
     The 1fr row is load-bearing: with an auto row, the copy's height resolves
     to content and the CTA auto-margin has nothing to push against. */
  .hero-banner__body { align-content: stretch; grid-template-rows: 1fr; }
  /* Doubled selector beats the base .hero-banner__copy grid rule that lives
     later in the file (the split-hero block), whatever the source order. */
  .hero-banner .hero-banner__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  /* The headline holds the top, the free space sits between it and the lead,
     so the paragraph rides just above the CTAs at the bottom. */
  .hero-banner .hero-banner__copy .hero-banner__lead { margin-top: auto; padding-top: var(--space-8); }
  .hero-banner .hero-banner__copy .hero-banner__actions { margin-top: var(--space-6); }
}
.hero-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: var(--space-2);
  width: 100%;
  max-width: 100%;
  margin: var(--space-8) auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 600px) {
  .hero-chips {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 880px;
  }
}

.hero-banner__body { flex: 1; align-content: space-between; }
.hero-chips { margin-top: auto; padding-top: var(--space-12); }
@media (max-width: 767px) {
  .hero-chips { padding-top: var(--space-8); }
}

.hero-chips__item {

  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-on-dark);
  padding: var(--space-2) var(--space-2);
  background: rgba(var(--scrim-ink), 0.32);
  border: 1px solid rgba(var(--brand-400-rgb), 0.45);
  border-radius: var(--radius-sm);
}

.proof-head {
  display: grid;
  gap: var(--space-8);
}

.proof-evidence {
  display: grid;
  gap: var(--space-6);
  align-content: start;
  justify-items: start;
}
.proof-head__lead {
  font-size: var(--fs-lead);
  color: var(--color-text-body);
  max-width: 46ch;
}

.crown-stamp {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  justify-self: start;
  text-decoration: none;
  color: var(--color-text);
  transition: transform var(--dur-fast) var(--ease-settle);
}
.crown-stamp__seal {
  flex: none;
  width: 72px;
  height: auto;
}
.crown-stamp__text { display: grid; gap: var(--space-1); }
.crown-stamp__name {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
}

.crown-stamp__more {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--color-action);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-settle);
}
.crown-stamp:hover .crown-stamp__more { color: var(--color-brand-600); }
.crown-stamp:active { transform: scale(0.96); }

.page-hero__crowned {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.page-hero__crowned picture { flex: none; display: block; line-height: 0; }
.page-hero .page-hero__crown {
  flex: none;

  width: 122px;
  height: auto;
  border-radius: 0;

  transform: translateY(-20px);
}
.page-hero__crowned h1 { margin: 0; }
@media (max-width: 30rem) {
  .page-hero .page-hero__crown { width: 88px; }
  .page-hero__crowned { gap: var(--space-3); }
}

.rating {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-2) var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-text);
  color: var(--color-text);
  text-decoration: none;
  transition: border-color var(--dur-fast) var(--ease-settle);
}
.rating:hover { border-top-color: var(--color-action); }
.rating:hover .rating__from { color: var(--color-action); }
.rating__score {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: var(--fs-metric);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rating__meta {
  display: grid;
  gap: var(--space-1);
  font-size: var(--text-sm);
  line-height: 1.35;
}
.rating__from {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color var(--dur-fast) var(--ease-settle);
}
.rating__note { color: var(--color-text-muted); }

.section--dark .proof-head__lead { color: var(--color-on-dark); }
.section--dark .crown-stamp { color: var(--color-on-dark); }
.section--dark .crown-stamp__more { color: var(--color-brand-400); }
.section--dark .crown-stamp:hover .crown-stamp__more { color: var(--color-on-dark); }

.section--dark .rating {
  border-top-color: var(--color-border-on-dark);
  color: var(--color-on-dark);
}
.section--dark .rating:hover { border-top-color: var(--color-brand-400); }
.section--dark .rating:hover .rating__from { color: var(--color-brand-400); }
.section--dark .rating__note { color: var(--color-on-dark-muted); }

.stars { display: inline-flex; gap: 1px; color: var(--color-gold-star); }
.stars svg { width: 16px; height: 16px; fill: currentColor; }

.hero__body { display: grid; gap: var(--space-8); }

.client-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  gap: var(--space-8) var(--space-6);
  margin-top: var(--space-8);
}

.client-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: var(--space-4) var(--space-6);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}
.client-logos img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;

  filter: saturate(0.92);
}

@media (min-width: 600px) {
  .client-logos { grid-template-columns: repeat(4, 1fr); gap: var(--space-6); }
  .client-logos li { min-height: 104px; }
  .client-logos img { max-height: 52px; }
}
@media (min-width: 1024px) {
  .client-logos { gap: var(--space-8); }
  .client-logos li { min-height: 112px; }
  .client-logos img { max-height: 56px; }
}

.metrics {
  display: grid;
  gap: var(--space-8);
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-12);
}
.section--dark .metrics { border-top-color: var(--color-border-on-dark); }
.metric__num {
  display: block;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: var(--fs-metric);
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
  margin-bottom: var(--space-3);
}
.section--dark .metric__num { color: var(--color-brand-400); }
.metric__label { font-size: var(--text-sm); color: var(--color-text-muted); }
.section--dark .metric__label { color: var(--color-on-dark-muted); }

.steps { display: grid; }
.step {
  display: grid;
  gap: var(--space-2) var(--space-8);
  padding-block: var(--space-8);
  border-top: 1px solid var(--color-border);
}
.step:first-child { border-top-color: var(--color-text); }
.step:last-child { border-bottom: 1px solid var(--color-border); }

#system { background: var(--color-bg-dark); }
#system .section-head h2 { color: var(--color-on-dark); }
#system .section-head p  { color: var(--color-on-dark-muted); }
#system .step { border-top-color: var(--color-border-on-dark); }
#system .step:first-child { border-top-color: var(--color-brand-400); }
#system .step:last-child  { border-bottom-color: var(--color-border-on-dark); }
#system .step h3 { color: var(--color-on-dark); }
#system .step p  { color: var(--color-on-dark-muted); }

#system .step__icon { color: var(--color-brand-400); }

/* Dark-ground colour swap only; the badge treatment itself lives in the base
   .step__num rule so every page renders the same badge (drift fix 2026-09-01,
   was an accidental specificity fork: only home has #system, so every other
   page fell through to a mono badge nothing ever chose deliberately). */
#system .step__num {
  color: var(--color-on-dark);
}

.step__mark {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.step__num {
  font-family: var(--font-display);
  font-variant-numeric: tabular-nums;
  font-size: var(--text-xl);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;

  color: var(--color-text);
}
.step:first-child .step__num {
  background: var(--color-brand-400);
  color: var(--color-bg-dark);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}
.step h3 { margin-bottom: var(--space-3); }
.step p { color: var(--color-text-body); max-width: 62ch; }

@supports ((mask-image: none) and (mask-size: cover)) or
          ((-webkit-mask-image: none) and (-webkit-mask-size: cover)) {

  .step__icon { color: var(--color-brand-600); }
  .step__icon {
    --frame: var(--space-16);
    --strip: calc(var(--frame) * 24);
    display: block;
    flex: none;
    width: var(--frame);
    height: var(--frame);
    overflow: hidden;
  }
  .step__icon::before {
    content: "";
    display: block;
    width: var(--frame);
    height: var(--strip);

    background-color: currentColor;

    -webkit-mask-image: var(--sprite, linear-gradient(transparent, transparent));
    -webkit-mask-size: var(--frame) var(--strip);
    -webkit-mask-repeat: no-repeat;
    mask-image: var(--sprite, linear-gradient(transparent, transparent));
    mask-size: var(--frame) var(--strip);
    mask-repeat: no-repeat;
  }

  .steps.is-live .step__icon--visit  { --sprite: url("assets/icons/step-site-visit-mask.webp"); }
  .steps.is-live .step__icon--scope  { --sprite: url("assets/icons/step-solutions-mask.webp"); }
  .steps.is-live .step__icon--forget { --sprite: url("assets/icons/step-set-forget-mask.webp"); }

  .steps.is-playing .step__icon::before {
    animation: step-sprite-cycle 1.9s infinite both;
  }

  @media (scripting: none) {
    .step__icon--visit  { --sprite: url("assets/icons/step-site-visit-mask.webp"); }
    .step__icon--scope  { --sprite: url("assets/icons/step-solutions-mask.webp"); }
    .step__icon--forget { --sprite: url("assets/icons/step-set-forget-mask.webp"); }
  }
}

@keyframes step-sprite-cycle {
  0% {
    transform: translateY(0);
    animation-timing-function: steps(23, end);
  }
  94.74%, 100% { transform: translateY(calc(var(--frame) * -23)); }
}

.tile-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: var(--space-4);
}

.tile {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;

  justify-content: flex-end;
  overflow: hidden;

  aspect-ratio: 1 / 1;

  container-type: inline-size;
  border-radius: var(--media-radius);

  background: var(--color-brand-900);
  text-decoration: none;
  transition: transform var(--dur-fast) var(--ease-settle);
}

.tile__photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(var(--scrim-ink), 0.24);
  transition: background-color var(--dur-fast) var(--ease-settle);
}

.tile__label {
  position: relative;

  padding: var(--space-6) var(--space-3) var(--space-4);
  text-align: center;
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-on-dark);
  text-wrap: balance;

  overflow-wrap: break-word;
  background: linear-gradient(to top,
    rgba(var(--scrim-ink), 0.88) 0%,
    rgba(var(--scrim-ink), 0.76) 55%,
    rgba(var(--scrim-ink), 0.60) 100%);
}

@container (min-width: 150px) {
  .tile__label { font-size: var(--text-base); }
}

.tile__label::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: var(--space-8);
  background: linear-gradient(to top, rgba(var(--scrim-ink), 0.60), rgba(var(--scrim-ink), 0));
}

.tile__lane {
  display: block;
  margin-bottom: var(--space-1);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-on-dark-muted);
}

a.tile:active { transform: scale(var(--press-scale-surface)); }
a.tile:hover::before { background-color: rgba(var(--scrim-ink), 0.10); }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .tile__photo { transition: transform var(--dur-base) var(--ease-settle); }
  a.tile:hover .tile__photo,
  a.tile:focus-within .tile__photo { transform: scale(1.05); }
}

.tile:focus-visible { outline-color: var(--color-on-dark); outline-offset: -3px; }

.page-hero__lead + .btn-row { margin-top: var(--space-8); }

[aria-labelledby="apart-h"] .apart__item {
  display: flex;
  gap: var(--space-3);
  padding-left: 0;
}
[aria-labelledby="apart-h"] .apart__item::before { content: none; }
[aria-labelledby="apart-h"] .apart__mark {
  flex: none;
  display: inline-flex;
  margin-top: 0.15em;
  color: var(--color-brand-600);
}
[aria-labelledby="apart-h"] .apart__ic { width: 1.5em; height: 1.5em; }

[aria-labelledby="values-h"] .step h3 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
[aria-labelledby="values-h"] .value__mark {
  flex: none;
  display: inline-flex;
  color: var(--color-brand-600);
}
[aria-labelledby="values-h"] .value__ic {
  width: 1.4em;
  height: 1.4em;
}

.crown-list { display: grid; gap: var(--space-3); }
.crown-list li {
  position: relative;

  padding-left: var(--space-12);
  color: var(--color-text-body);
}
.crown-list li::before {
  content: "";
  position: absolute;
  left: 0;

  top: calc(((1.55em - 34px) / 2) - 4px);
  width: 34px;
  height: 34px;
  background: url("assets/logo/crown-still.svg") no-repeat center / contain;
}
.section--dark .crown-list li { color: var(--color-on-dark-muted); }

.section--dark .crown-list li::before {
  background: none;
  background-color: var(--color-brand-400);
  -webkit-mask: url("assets/logo/crown-still.svg") no-repeat center / contain;
          mask: url("assets/logo/crown-still.svg") no-repeat center / contain;
}

.crown-list--2col { grid-template-columns: 1fr; }

.proof {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
}
.proof__seal {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background: var(--color-brand-50);
  color: var(--color-brand-600);
}
.section--dark .proof__seal { background: var(--color-border-on-dark); color: var(--color-brand-400); }
.proof__seal svg { width: 20px; height: 18px; }
.proof h3 { font-size: var(--text-lg); font-weight: 600; margin-bottom: var(--space-1); }
.proof p { font-size: var(--text-sm); color: var(--color-text-muted); }
.section--dark .proof p { color: var(--color-on-dark-muted); }

.guarantee { position: relative; overflow: hidden; }

.guarantee__wrap { max-width: 880px; margin-inline: auto; text-align: center; }
.guarantee__crown { display: flex; justify-content: center; margin: 0 0 var(--space-8); }
.guarantee__crown img { width: 132px; height: 132px; }
.guarantee__name {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: var(--track-display);
  color: var(--color-on-dark);
  margin: 0;
}
.guarantee .guarantee__promise {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-on-dark);
  text-wrap: balance;
  max-width: 34ch;
  margin: var(--space-6) auto 0;
}
.guarantee .guarantee__promise strong { color: var(--color-brand-400); font-weight: 700; }
.guarantee__rule {
  width: min(100%, 44rem);
  height: 1px;
  background: var(--color-border-on-dark);
  margin: var(--space-12) auto 0;
}

.guarantee__points {
  list-style: none;
  margin: var(--space-8) auto 0;
  padding: 0;
  width: fit-content;
  max-width: min(100%, 34rem);
  display: grid;
  gap: var(--space-4);
  text-align: left;
}
.guarantee__points li {
  position: relative;
  padding-left: var(--space-12);
  line-height: 1.55;
  color: var(--color-on-dark-muted);
}
.guarantee__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(((1.55em - 34px) / 2) - 4px);
  width: 34px;
  height: 34px;
  background: url("assets/logo/crown-still.svg") no-repeat center / contain;
}

.guarantee__cta { margin-top: var(--space-12); }
.guarantee__cta:hover,
.guarantee__cta:focus-visible { background: var(--color-brand-300); }
@media (max-width: 767px) {
  .guarantee__crown { margin-bottom: var(--space-6); }
  .guarantee__rule { margin-top: var(--space-8); }
}

.guarantee__grid { display: grid; gap: var(--space-12); align-items: center; }
.guarantee__seal { display: flex; justify-content: center; }

/* Watermark variant: no seal column, the crown sits ghosted behind the text. */
.guarantee--watermark { position: relative; overflow: hidden; }
.guarantee--watermark::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  background: url("assets/logo/crown-still.svg") no-repeat center / contain;
  filter: grayscale(1);
  opacity: 0.08;
  pointer-events: none;
}
.guarantee__wm-body { position: relative; z-index: 1; }
@media (max-width: 767px) {
  .guarantee--watermark::before { width: 260px; height: 260px; left: -20px; }
}

/* Stacked (mobile) guarantee block centres like the homepage version. */
@media (max-width: 767px) {
  .guarantee__grid { text-align: center; }
  .guarantee__grid .btn-row { justify-content: center; }
  .guarantee__grid .btn-row .btn { width: 100%; }
}

.guarantee__seal img { width: min(132px, 34vw); height: auto; }

.guarantee__seal--crown img { width: 132px; height: 132px; }

.guarantee__seal--crown { align-self: start; }

.guarantee .crown-list { margin-bottom: var(--space-8); }

.guarantee .prose-link {
  display: inline-block;
  padding-block: var(--space-3);
  margin-block: calc(var(--space-3) * -1);
  color: var(--color-brand-300);
}
.guarantee .prose-link:hover { color: var(--color-on-dark); }

.guarantee h2 { margin-bottom: var(--space-6); }
.guarantee p { color: var(--color-on-dark-muted); margin-bottom: var(--space-4); }
.guarantee p:last-of-type { margin-bottom: var(--space-8); }
.guarantee strong { color: var(--color-on-dark); font-weight: 600; }

.quote-grid { display: grid; gap: var(--space-12); }
.quote-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-text);
}
.quote-card blockquote {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--track-display);
  color: var(--color-text);
  max-width: 22ch;
}
.quote-card p { font-size: var(--text-sm); color: var(--color-text-body); }
.quote-card cite {
  margin-top: auto;
  padding-top: var(--space-2);
  font-style: normal;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-slate-blue);
}

.page-hero { padding-block: var(--space-12) var(--section-y); }
.page-hero h1 { margin-bottom: var(--space-8); max-width: 20ch; }
.page-hero--centred h1 { max-width: none; }
.page-hero__lead { font-size: var(--fs-lead); color: var(--color-text-body); max-width: 46ch; }
.page-hero img { border-radius: var(--media-radius); width: 100%; }

.page-hero--centred { text-align: center; }
.page-hero--centred .page-hero__crowned { justify-content: center; }
.page-hero--centred .eyebrow,
.page-hero--centred .btn-row { justify-content: center; }

.page-hero--centred .breadcrumb { justify-content: flex-start; text-align: left; }
.page-hero--centred p { margin-inline: auto; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: var(--space-1);
  color: var(--color-text-muted);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.breadcrumb a:hover { color: var(--color-action); }
.breadcrumb li { display: inline-flex; align-items: center; gap: var(--space-2); }
.breadcrumb li:not(:last-child)::after { content: "/"; color: var(--color-text-faint); }

.panel {
  padding: var(--card-padding);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
}
.panel--wash { background: var(--color-bg-subtle); }
.panel h3 { margin-bottom: var(--space-4); }

.split { display: grid; gap: var(--space-12); align-items: start; }

.media { width: 100%; border-radius: var(--media-radius); }
.media--wide { aspect-ratio: 16 / 9; object-fit: cover; }

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-scroll:focus-visible { outline: 3px solid var(--color-focus); outline-offset: var(--space-1); }

.data-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: var(--text-sm);
  text-align: left;
}
.data-table caption {
  text-align: left;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  padding-bottom: var(--space-4);
}
.data-table th, .data-table td {
  padding: var(--space-4);
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}

.data-table thead th {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-slate-blue);
  border-bottom-color: var(--color-border-strong);
}
.data-table tbody th { font-weight: 600; color: var(--color-text); }
.data-table td { color: var(--color-text-body); }

.faq { display: grid; gap: var(--space-2); }
.faq__item {
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  background: var(--card-bg);
  overflow: hidden;
}
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 56px;
  padding: var(--space-4) var(--space-6);
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  letter-spacing: var(--track-display);
  color: var(--color-text);
  cursor: pointer;
  list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: "";
  flex: none;
  width: 24px;
  height: 24px;
  background-color: var(--color-action);
  -webkit-mask: var(--icon-plus) no-repeat center / 24px 24px;
          mask: var(--icon-plus) no-repeat center / 24px 24px;
  transition: transform var(--dur-base) var(--ease-settle);
}
.faq__item[open] summary::after {
  -webkit-mask-image: var(--icon-minus);
          mask-image: var(--icon-minus);
  transform: rotate(180deg);
}
.faq__item summary:hover { background: var(--color-bg-subtle); }

.faq__body { overflow: hidden; }

.faq__item summary:hover { background: transparent; }
.faq__item summary:hover::after { background-color: var(--color-brand-400); }

.faq__body { padding: 0 var(--space-6) var(--space-6); }
.faq__body p + p { margin-top: var(--space-4); }

.faq__body a {
  color: var(--color-action);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--color-brand-300);
  transition: color var(--dur-fast) var(--ease-settle);
}

.faq__item {
  background: var(--color-bg-dark);
  border: 0;
  border-radius: var(--radius-lg);
}
.faq__item summary { color: var(--color-on-dark); }
.faq__item summary::after { background-color: var(--color-brand-400); }
.faq__item summary:hover::after { background-color: var(--color-on-dark); }
.faq__body { color: var(--color-on-dark-muted); }
.faq__body p { color: var(--color-on-dark-muted); }
.faq__body a { color: var(--color-brand-300); }

.faq__item summary:focus-visible { outline: 2px solid var(--color-brand-400); outline-offset: 2px; }

.faq__body a:hover { color: var(--color-action-hover); text-decoration-color: currentColor; }

.related-grid { display: grid; gap: var(--space-6); }
.related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 60px;
  padding: var(--space-4) var(--space-6);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-weight: 600;
  color: var(--color-text);

  transition: border-color var(--dur-fast) var(--ease-settle), color var(--dur-fast) var(--ease-settle);
}
.related-card::after { content: "\2192"; color: var(--color-action); }
.related-card:hover { border-color: var(--color-brand-400); color: var(--color-action); }

.updated {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.legal-doc > * { max-width: var(--measure); }
.legal-doc > * + * { margin-top: var(--space-6); }
.legal-doc h2 { margin-top: var(--space-16); }
.legal-doc h3 { margin-top: var(--space-12); }
.legal-doc ul { padding-left: var(--space-6); list-style: disc; }
.legal-doc li + li { margin-top: var(--space-3); }
.legal-doc address { font-style: normal; line-height: 1.6; }

#q-service { padding-right: var(--space-8); }

.form-grid { display: grid; gap: var(--space-6); }
/* align-content: start keeps label + input snug at the top of the grid row,
   so a validation message growing the NEIGHBOUR cell no longer spreads this
   cell's label and input apart. */
.field { display: grid; gap: var(--space-2); align-content: start; }
.field label { font-size: var(--text-sm); font-weight: 600; color: var(--color-text); }
.field .hint { font-size: var(--text-xs); color: var(--color-text-muted); font-weight: 400; }

.field input,
.field select,
.field textarea {
  width: 100%;

  min-height: 44px;
  padding: var(--space-3) var(--space-4);
  background: var(--input-bg);
  border-radius: var(--input-radius);
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text);

  border: 0;
  box-shadow: inset 0 0 0 1px var(--input-border);

  transition: box-shadow var(--dur-fast) var(--ease-settle),
              background-color var(--dur-fast) var(--ease-settle);
}

.field textarea { min-height: 132px; resize: vertical; line-height: 1.5; }

.field input::placeholder, .field textarea::placeholder { color: var(--color-text-muted); }

@media (hover: hover) and (pointer: fine) {
  .field :is(input, select, textarea):hover:not(:disabled):not([aria-invalid="true"]) {
    box-shadow: inset 0 0 0 1px var(--input-border-hover);
  }
}

.field :is(input, select, textarea):active:not(:disabled) {
  box-shadow: inset 0 0 0 1px var(--input-border-focus);
}

.field :is(input, select, textarea)[aria-invalid="true"] {
  background-color: var(--input-bg-error);
  box-shadow: inset 0 0 0 2px var(--input-border-error);
}

.field :is(input, textarea)[aria-invalid="true"]::placeholder { color: var(--color-error-text); }

.field :is(input, select, textarea):disabled {
  background-color: var(--input-bg-disabled);
  color: var(--color-text-muted);
  box-shadow: inset 0 0 0 1px var(--input-border-disabled);
  cursor: not-allowed;
}

.field :is(input, select, textarea):focus-visible {
  box-shadow: inset 0 0 0 2px var(--input-border-focus);
  outline: 3px solid var(--color-focus);
  outline-offset: 1px;
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23126480' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-4) center;
  background-size: 12px 8px;
  padding-right: var(--space-12);
  cursor: pointer;
}
.field select[aria-invalid="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23B3261E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.field select:disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23828A93' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

@supports (appearance: base-select) {
  @media (hover: hover) and (pointer: fine) {

    .field select,
    .field select::picker(select) { appearance: base-select; }

    .field select,
    .field select[aria-invalid="true"],
    .field select:disabled {
      background-image: none;
    }
    .field select {
      padding-right: var(--space-4);
      justify-content: space-between;
      gap: var(--space-4);
    }
    #q-service { padding-right: var(--space-4); }

    .field select::picker-icon {
      color: transparent;
      font-size: 0;
      width: 12px;
      height: 8px;
      flex: 0 0 auto;
      background-color: var(--color-brand-700);
      -webkit-mask: var(--icon-chevron) no-repeat center / 12px 8px;
              mask: var(--icon-chevron) no-repeat center / 12px 8px;
      transition: rotate var(--dur-base) var(--ease-settle);
    }
    .field select:open::picker-icon { rotate: 180deg; }
    .field select[aria-invalid="true"]::picker-icon { background-color: var(--color-error); }
    .field select:disabled::picker-icon { background-color: var(--color-text-faint); }

    .field select::picker(select) {
      border: 1px solid var(--color-border);
      border-radius: var(--picker-radius);
      background: var(--input-bg);
      box-shadow: var(--shadow-lift);
      padding: var(--space-1);
      margin-block-start: var(--space-1);

      max-height: min(50vh, 360px);
      overflow-y: auto;
    }

    .field select option {
      text-transform: none;
      letter-spacing: normal;
      font-weight: 400;
      display: flex;
      align-items: center;
      gap: var(--space-2);
      min-height: 44px;
      padding: var(--space-2) var(--space-3);
      border-radius: var(--radius-sm);
      font-size: var(--text-base);
      line-height: 1.4;
      color: var(--color-text-body);
      cursor: pointer;
    }

    .field select option:checked {
      background: var(--color-brand-50);
      color: var(--color-text);
      font-weight: 600;
    }
    .field select option::checkmark { color: var(--color-action); }
    .field select option:hover { background: var(--color-bg-subtle); }

    .field select option:focus-visible {
      outline: 3px solid var(--color-focus);
      outline-offset: -3px;
    }

    .field select optgroup {
      padding: 0;
      font-size: var(--text-xs);
      font-weight: 700;
      letter-spacing: var(--track-label);
      text-transform: uppercase;
      color: var(--color-text-muted);
    }
    .field select optgroup:not(:first-of-type) { margin-top: var(--space-2); }
    .field select optgroup > option { margin-top: var(--space-1); }
  }
}

@supports (appearance: base-select) {
  #q-service, .field select { align-items: center; }
  #q-service::picker-icon, .field select::picker-icon {
    align-self: center;
    color: var(--color-action);
    transition: transform var(--dur-fast) var(--ease-settle);
  }
  #q-service:open::picker-icon, .field select:open::picker-icon { transform: rotate(180deg); }
}

.field-error-msg {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-error);
}
.field-error-msg::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;

  margin-top: 3px;
  background: currentColor;
  -webkit-mask: var(--icon-alert) no-repeat center / 16px 16px;
          mask: var(--icon-alert) no-repeat center / 16px 16px;
}
.form-error {
  padding: var(--space-4);
  border: 1px solid var(--color-error);
  border-radius: var(--radius-md);
  background: var(--color-error-bg);
  font-size: var(--text-sm);
  color: var(--color-error-text);
}
.form-error a { text-decoration: underline; font-weight: 600; }

.form-honeypot {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-meta { font-size: var(--text-sm); color: var(--color-text-muted); }

.form-or { margin-top: var(--space-6); }

/* One CTA row: submit, "or", call. Column on phones, side by side from 768. */
.form-cta { display: flex; flex-direction: column; gap: var(--space-4); }
.form-cta .form-or__call { margin-top: 0; }
@media (max-width: 767px) {
  .form-cta .btn { width: 100%; }
}
@media (min-width: 768px) {
  .form-cta { flex-direction: row; align-items: center; justify-content: center; }
  .form-cta .form-or__rule::before,
  .form-cta .form-or__rule::after { content: none; }
}

/* Divider between the CTA row and the hours line, desktop only. */
.form-rule { display: none; }
@media (min-width: 768px) {
  .form-rule { display: block; height: 1px; background: var(--color-border); margin-top: var(--space-6); }
}

.form-or__rule {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}
.form-or__rule::before,
.form-or__rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

.form-or__call {
  margin-top: var(--space-4);
  gap: var(--space-2);
}
@media (max-width: 767px) {
  .form-or__call { width: 100%; }
}
.form-or__ic { width: 18px; height: 18px; flex: none; }

.form-or__hrs { margin-top: var(--space-3); text-align: center; max-width: none; margin-inline: auto; }

@media (max-width: 767px) {
  form .btn-row.stack-8 .btn { width: 100%; }
}

form .btn-row.stack-8 + .form-meta { margin-top: var(--space-6); }

#contact-form .btn-row.stack-8 + .form-meta .prose-link {
  display: inline-block;
  padding-block: var(--space-3);
  margin-block: calc(var(--space-3) * -1);
}

.form-success {
  display: grid;
  justify-items: start;
  gap: var(--space-3);
  padding: var(--space-8);
  border: 1px solid var(--color-brand-400);
  border-radius: var(--card-radius);
  background: var(--color-brand-50);
}
.form-success[hidden] { display: none; }
.form-success svg { width: 32px; height: 32px; color: var(--color-action); }
.form-success strong { font-family: var(--font-display); font-size: var(--text-xl); color: var(--color-text); letter-spacing: var(--track-display); }
.form-success span { color: var(--color-text-body); }

.cta-strip { background: var(--cta-strip-bg); color: var(--color-on-dark-muted); }
.cta-strip h1, .cta-strip h2, .cta-strip h3, .cta-strip h4 { color: var(--color-on-dark); }
.cta-strip .btn--ghost { color: var(--color-brand-400); }
.cta-strip .eyebrow { color: var(--color-brand-400); }
.cta-strip .eyebrow::before, .cta-strip .eyebrow::after { background: var(--color-border-on-dark); }
.cta-strip__inner { text-align: center; }
.cta-strip h2 { margin-bottom: var(--space-4); }
.cta-strip p { margin-inline: auto; margin-bottom: var(--space-8); color: var(--color-on-dark-muted); }

.site-footer {
  background: var(--color-bg-dark-deep);
  color: var(--color-on-dark-muted);
  padding-block: var(--section-y) var(--space-8);
  font-size: var(--text-sm);

  --footer-motif-ink: var(--color-brand-400);
  --footer-motif-opacity: 0.07;
  --footer-motif-size: clamp(260px, 28vw, 400px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8) var(--space-4);
  position: relative;
}
.footer-brand,
.footer-col--company { grid-column: 1 / -1; }

.footer-grid > *:not(.footer-motif) { position: relative; z-index: 1; }

.footer-motif {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.footer-motif::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  width: var(--footer-motif-size);
  height: var(--footer-motif-size);
  background: var(--footer-motif-ink);
  opacity: var(--footer-motif-opacity);
  -webkit-mask: url("/assets/logo/mark-white.svg") no-repeat right bottom / contain;
  mask: url("/assets/logo/mark-white.svg") no-repeat right bottom / contain;
}
.footer-brand img { width: 200px; margin-bottom: var(--space-6); }

.footer-brand p:not(.footer-col__label) { color: var(--color-on-dark-muted); max-width: 40ch; }

.footer-brand .footer-col__label { margin-top: var(--space-6); }

.footer-col__label {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-brand-400);

  line-height: 1.15;
  margin-bottom: var(--space-4);
}

.footer-col ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2) var(--space-4);
  align-items: start;
}

.footer-col--services ul,
.footer-col--services-b ul { grid-template-columns: 1fr; }
.footer-col__label--spacer { visibility: hidden; }
.footer-col__label--spacer::before { content: "\00a0"; }
.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--color-on-dark-muted);
  transition: color var(--dur-fast) var(--ease-settle);
}

.footer-col ul a { align-items: flex-start; }
.footer-col a:hover { color: var(--color-on-dark); }
.footer-nap { display: grid; gap: var(--space-2); font-style: normal; }
.footer-nap a { min-height: 44px; }

.footer-nap .mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.footer-nap .tel {
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.site-footer .footer-nap .tel,
.site-footer .footer-nap .footer-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-2);
}
.site-footer .footer-nap .tel {
  min-height: 48px;
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-on-dark);
  transition: color var(--dur-fast) var(--ease-settle),
              transform var(--dur-fast) var(--ease-settle);
}

.site-footer .footer-nap .nap-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-brand-400);
  transform: translateY(-1px);
}

.site-footer .footer-nap .footer-mail { margin-top: calc(var(--space-2) * -1); }
.site-footer .footer-nap .mono { margin-top: var(--space-2); }
.site-footer .footer-nap .footer-mail {
  color: var(--color-on-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-settle);
}

@media (hover: hover) and (pointer: fine) {
  .site-footer .footer-nap .tel:hover,
  .site-footer .footer-nap .footer-mail:hover { color: var(--color-brand-400); }
  .site-footer .footer-nap .tel:hover .nap-icon,
  .site-footer .footer-nap .footer-mail:hover .nap-icon { color: var(--color-brand-300); }
}

.site-footer .footer-nap .tel:active { transform: scale(0.96); }

/* In-body "Where we are" blocks reuse .footer-nap on LIGHT ground; give them
   the same icon, hover and press behaviour the footer instance has. */
.section .footer-nap .tel,
.section .footer-nap .footer-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-2);
}
.section .footer-nap .tel {
  min-height: 48px;
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-text);
  transition: color var(--dur-fast) var(--ease-settle),
              transform var(--dur-fast) var(--ease-settle);
}
.section .footer-nap .nap-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-brand-600);
  transform: translateY(-1px);
}
.section .footer-nap .footer-mail {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-settle);
}
@media (hover: hover) {
  .section .footer-nap .tel:hover,
  .section .footer-nap .footer-mail:hover { color: var(--color-action); }
  .section .footer-nap .tel:hover .nap-icon,
  .section .footer-nap .footer-mail:hover .nap-icon { color: var(--color-brand-400); }
}
.section .footer-nap .tel:active { transform: scale(0.96); }
@media (prefers-reduced-motion: reduce) {
  .site-footer .footer-nap .tel:active { transform: none; }
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  font-size: var(--text-xs);
  color: var(--color-text-faint);
}

/* The separator only exists when there is content above to separate from.
   /404 omits .footer-grid, and used to show 144px of dead navy plus a stray
   rule line because these three declarations fired against nothing. */
.footer-grid + .footer-bottom {
  margin-top: var(--section-y);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border-on-dark);
}

@media (max-width: 767px) {
  .footer-grid + .footer-bottom { margin-top: var(--space-8); }
}
/* The legal cluster (and so the Devalo credit, its last item) stays pinned to
   the RIGHT edge even when the row wraps at narrow widths: the auto margin
   keeps pushing it right on its own wrapped line, where space-between alone
   would let it fall back to the left. */
.footer-bottom__legal { display: flex; flex-wrap: wrap; gap: var(--space-4); margin-left: auto; justify-content: flex-end; }
.footer-bottom__legal a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.devalo-credit { color: var(--color-text-faint); transition: color var(--dur-fast) var(--ease-settle); }
.devalo-credit:hover { color: var(--color-gold-star); }

.figure { margin: 0; }
.figure figcaption {
  padding-top: var(--space-3);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-slate-blue);
}

.stack-6 { margin-top: var(--space-6); }
.stack-8 { margin-top: var(--space-8); }
.stack-12 { margin-top: var(--space-12); }
.stack-16 { margin-top: var(--space-16); }

[data-hero-i="0"] { --stagger-i: 0; }
[data-hero-i="1"] { --stagger-i: 1; }
[data-hero-i="2"] { --stagger-i: 2; }
[data-hero-i="3"] { --stagger-i: 3; }

.reveal {

  opacity: 0.001;
  transform: translateY(30px) scale(0.985);
  transition: opacity 800ms var(--ease-reveal),
              transform 800ms var(--ease-reveal);
  transition-delay: calc(var(--stagger-i, 0) * var(--stagger-step, 80ms));

}

html:not(.js-reveal) .reveal {
  animation: reveal-failsafe 1ms linear 2.2s forwards;
}
.reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); animation: none; }
@keyframes reveal-failsafe { to { opacity: 1; transform: none; } }

[data-stagger] > .reveal {
  transition-duration: 420ms;
  transition-delay: calc(var(--stagger-i, 0) * 50ms);
}

/* Photo tiles reveal without the 0.985 scale: scaling a raster makes its
   edges crawl during the stagger, which reads as jitter. Fade + rise only. */
.tile-board > .reveal { transform: translateY(24px); }

@media (scripting: none) {

  .reveal { opacity: 1; transform: none; transition: none; animation: none; }
}

@media (min-width: 600px) {

  .header-inner { gap: var(--space-6); }
  .header-actions { gap: var(--space-3); }
  .brand-link img { width: 176px; height: 37px; }
  .header-actions .btn {

    font-size: 15px;
    padding-inline: var(--button-padding-x);
    min-height: 48px;
  }
  .menu-toggle { width: 48px; height: 48px; }
  .header-phone {
    width: auto;
    height: auto;
    box-shadow: none;
    padding-inline: 0;
    color: var(--color-text);
  }
  .header-phone:hover { color: var(--color-action); }
  .header-phone__icon { display: none; }
  .header-phone__num { display: inline; }

  .hero-banner { padding-block: var(--space-16) var(--space-12); }

  .crown-list--2col { grid-template-columns: 1fr 1fr; column-gap: var(--space-8); }
  .metrics { grid-template-columns: repeat(3, 1fr); }

  .metrics--2 { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid--2 { grid-template-columns: 1fr 1fr; }
  .form-grid--2 .field--full { grid-column: 1 / -1; }
}

@media (min-width: 768px) {

  .hero-banner { min-height: var(--hero-banner-h); }

  .hero-banner__crest {

    display: block;
    --hero-crest-h: 60px;
    margin-bottom: var(--space-6);
  }

  .hero-banner__cta { flex: 0 1 var(--hero-cta-w); }

  .tile-board { grid-template-columns: repeat(5, 1fr); }

  .tile { aspect-ratio: 4 / 3; }

  .footer-col ul { grid-template-columns: 1fr; gap: var(--space-1) 0; }
  .quote-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-8); }
  .guarantee__grid { grid-template-columns: 248px 1fr; gap: var(--space-16); }

  .guarantee__seal--crown img { width: 200px; height: 200px; }

  .footer-grid {
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
    gap: var(--space-8) var(--space-6);
  }
  .footer-brand,
  .footer-col--company { grid-column: auto; }

  .proof-head {
    grid-template-columns: minmax(0, 46ch) minmax(0, max-content);
    justify-content: space-between;
    align-items: start;
    column-gap: var(--space-16);
  }
  .crown-stamp__seal { width: 104px; }

  .step { grid-template-columns: var(--space-16) 1fr; }
  .step__mark {
    grid-row: 1 / span 2;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
    padding-top: var(--space-1);
  }

  .page-hero .media--wide { aspect-ratio: 21 / 9; }
}

@media (min-width: 1024px) {

  .footer-grid { column-gap: var(--space-12); }

  .nav { display: flex; }
  .header-phone { display: inline-flex; }
  .menu-toggle { display: none; }
  .mobile-menu { display: none; }

  .hero__body {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
    grid-template-rows: 1fr auto;
    gap: var(--space-6) var(--space-16);
    align-items: end;
  }

  .hero__body .rating { grid-column: 2; grid-row: 1; align-self: end; }

  .hero__lead { grid-column: 1; grid-row: 1 / span 2; align-self: start; }
  .hero__cta  { grid-column: 2; grid-row: 2; }

  .step { grid-template-columns: var(--space-16) minmax(0, 3fr) minmax(0, 6fr); align-items: baseline; }
  .step h3 { margin-bottom: 0; }
  .step p { margin-top: 0; }

  .split { grid-template-columns: 5fr 7fr; gap: var(--space-16); }
  .split--even { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: repeat(4, 1fr); }
  .crown-list--2col { column-gap: var(--space-16); }
}

.lane-board { display: grid; gap: var(--space-8); }
.lane-board__item { border-top: 3px solid var(--color-action); padding-top: var(--space-4); }
.lane-board__item--both { border-top-color: var(--color-brand-400); }
.lane-board__kicker {
  font-family: var(--font-mono); font-size: var(--text-xs); font-weight: 500;
  text-transform: uppercase; letter-spacing: var(--track-label);
  color: var(--color-text-muted);
}
.lane-board__claim {
  margin-top: var(--space-2);
  font-family: var(--font-display); font-size: var(--text-xl); font-weight: 700;
  letter-spacing: var(--track-display); line-height: 1.15;
  text-wrap: balance;
}
.lane-board__scope { margin-top: var(--space-3); color: var(--color-text-body); }

.sa-tool { display: grid; gap: var(--space-8); }

.sa-checker {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  padding: clamp(20px, 3vw, 32px);
}
.sa-checker h2 { margin-bottom: var(--space-2); }
.sa-checker > .lead { margin-bottom: var(--space-6); }

.sa-check__row { display: grid; gap: var(--space-3); align-items: end; }
.sa-check__row .field { min-width: 0; }
.sa-check__row .btn { min-height: 52px; }

.sa-result {
  margin-top: var(--space-6);
  padding: var(--space-4) var(--space-6);
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  background: var(--color-bg-subtle);
}
.sa-result__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  letter-spacing: var(--track-display);
  color: var(--color-text);
}
.sa-result__title .mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.sa-result p { margin-top: var(--space-2); color: var(--color-text-body); }
.sa-result__actions { margin-top: var(--space-4); }

.sa-result--both      { background: var(--color-brand-50); border-color: var(--color-brand-400); }
.sa-result--commercial{ background: var(--color-bg-subtle); border-color: var(--color-action); }
.sa-result--out       { background: var(--color-bg-subtle); border-color: var(--color-border-strong); }
.sa-result--invalid   { background: var(--color-error-bg); border-color: var(--color-error); }
.sa-result--invalid .sa-result__title { color: var(--color-error-text); }

.sa-map-wrap { position: relative; isolation: isolate; }
.sa-map {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: var(--color-bg-subtle);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  overflow: hidden;
  font-family: var(--font-body);
}

@media (scripting: none) { .sa-map { display: none; } }

@media (scripting: none) {
  .sa-checker > .lead,
  #sa-check-form,
  #sa-result { display: none; }
}

.sa-map .leaflet-bar a {
  background: var(--card-bg);
  color: var(--color-action);
  border-bottom-color: var(--card-border);
  width: 34px; height: 34px; line-height: 34px;
}
.sa-map .leaflet-bar a:hover { background: var(--color-bg-subtle); color: var(--color-action-hover); }
.sa-map .leaflet-bar { border-color: var(--card-border); }

.sa-map .leaflet-control-attribution {
  background: var(--card-bg);
  color: var(--color-text-muted);
  font-size: var(--text-xs);
}
.sa-map .leaflet-control-attribution a { color: var(--color-action); }

.sa-base-marker, .sa-you-marker { background: transparent; border: none; }

.leaflet-tooltip.sa-town-label--both,
.sa-town-dot--both { display: none; }
.sa-map--near .leaflet-tooltip.sa-town-label--both,
.sa-map--near .sa-town-dot--both { display: block; }

@media (max-width: 599.98px) {
  .leaflet-tooltip.sa-town-label--dense { display: none; }
}
.leaflet-tooltip.sa-town-label {
  background: var(--card-bg);
  color: var(--color-text-body);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  padding: 1px var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  box-shadow: none;
  white-space: nowrap;
}
.leaflet-tooltip.sa-town-label::before { display: none; }

.sa-base-pin { display: block; }
.sa-base-pin__body { fill: var(--color-brand-950); stroke: var(--color-white); stroke-width: 2; }
.sa-base-pin__gem  { fill: var(--color-brand-400); }
.sa-base-pin__label {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  margin-top: 1px; white-space: nowrap;

  font-family: var(--font-display); font-size: var(--text-xs); font-weight: 600;
  color: var(--color-text); text-transform: uppercase; letter-spacing: var(--track-label);
  paint-order: stroke; -webkit-text-stroke: 3px var(--color-white);
}

.sa-you-pin {
  position: relative; display: block; width: 26px; height: 26px;
  transform-origin: 50% 100%;
  animation: sa-pin-in var(--dur-base) var(--ease-settle) both;
}
.sa-you-pin__ring {
  position: absolute; inset: 1px; border-radius: var(--radius-full);
  background: var(--color-brand-100); border: 2.5px solid var(--color-action);
}
.sa-you-pin__dot {
  position: absolute; top: 50%; left: 50%; width: 11px; height: 11px;
  transform: translate(-50%, -50%); border-radius: var(--radius-full);
  background: var(--color-action); border: 2px solid var(--color-white);
}

.sa-you-pin--commercial .sa-you-pin__ring { background: var(--color-bg-subtle); border-color: var(--color-action); }
.sa-you-pin--commercial .sa-you-pin__dot  { background: var(--color-action); }
.sa-you-pin--out .sa-you-pin__ring { background: var(--color-red-50); border-color: var(--color-error); }
.sa-you-pin--out .sa-you-pin__dot  { background: var(--color-error); }
.sa-you-pin__label {
  position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
  margin-bottom: var(--space-1); white-space: nowrap;

  font-family: var(--font-mono); font-size: var(--text-xs); font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--color-text);
  paint-order: stroke; -webkit-text-stroke: 3px var(--color-white);
}
@keyframes sa-pin-in { from { opacity: 0; transform: translateY(-16px) scale(0.5); } to { opacity: 1; transform: translateY(0) scale(1); } }

.sa-map-note {
  margin-top: var(--space-3);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-slate-blue);
}

.sa-key { margin-top: var(--space-4); display: grid; gap: var(--space-3); }
.sa-key__item {
  display: grid; grid-template-columns: 20px 1fr; gap: var(--space-3);
  align-items: start;
  font-size: var(--text-sm); color: var(--color-text-body);
}
.sa-key__swatch {
  width: 20px; height: 20px; border-radius: var(--radius-sm);
  margin-top: 1px;
}

.sa-key__swatch--commercial {
  background: color-mix(in srgb, var(--color-action) 7%, transparent);
  border: 2px dashed var(--color-action);
}
.sa-key__swatch--both {
  background: color-mix(in srgb, var(--color-brand-400) 25%, transparent);
  border: 2px solid var(--color-action);
  border-radius: var(--radius-full);
}

.districts { display: grid; gap: var(--space-6); }
.district { border-top: 1px solid var(--color-border); padding-top: var(--space-3); }
.district__name {
  font-size: var(--text-base);
  margin-bottom: var(--space-1);
}
.district__subs {
  font-size: var(--text-sm);
  color: var(--color-text-body);
  text-wrap: pretty;
}

.area-bands { display: grid; gap: var(--space-12); }
.area-band__title {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--space-3);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--color-border);
}

.area-band__count {
  font-family: var(--font-mono); font-size: var(--text-sm); font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--color-text-muted);
}
.area-list {
  columns: 2;
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-text-body);
}
.area-list li { break-inside: avoid; padding-block: var(--space-1); }

@media (min-width: 600px) {
  .area-list { columns: 3; }
  .lane-board { grid-template-columns: 1fr 1fr; gap: var(--space-12); }
  .districts { grid-template-columns: 1fr 1fr; column-gap: var(--space-12); }
}
@media (min-width: 1024px) {
  .sa-tool { grid-template-columns: 5fr 7fr; align-items: start; }
  .sa-check__row { grid-template-columns: 1fr auto; }
  .area-list { columns: 4; }
  .districts { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;

    animation: none !important;
  }

  .btn:active, a.tile:active,
  .crown-stamp:active { transform: none !important; }

  a.tile:hover .tile__photo, a.tile:focus-within .tile__photo { transform: none !important; }

  .hero-banner__video { opacity: 0 !important; transition: none !important; }
  .hero-banner.is-playing .hero-banner__video { opacity: 0 !important; }

  .step__icon::before { animation: none !important; transform: none !important; }

  .faq__item summary::after { transition: none !important; }

  /* The rule above only zeroes duration, not delay: the mobile-menu item
     stagger (transition-delay 60-180ms) would still be visible as a
     sequential pop even at 0.01ms duration each. Zero the delays too so the
     panel and its links appear together, instantly, with no residual
     spatial choreography, matching craft/motion.md Sec 7.2 ("remove spatial
     movement", not just slow it down). */
  .mobile-menu,
  .mobile-menu__link,
  .mobile-menu.is-open .mobile-menu__list li:nth-child(1) .mobile-menu__link,
  .mobile-menu.is-open .mobile-menu__list li:nth-child(2) .mobile-menu__link,
  .mobile-menu.is-open .mobile-menu__list li:nth-child(3) .mobile-menu__link,
  .mobile-menu.is-open .mobile-menu__list li:nth-child(4) .mobile-menu__link {
    transition-delay: 0s !important;
  }
}

@media print {
  .site-header, .mobile-menu, .cta-strip { display: none; }
  .reveal { opacity: 1; transform: none; }
  body { color: #000; background: #fff; }
}

.placeholder-note {
  margin-top: var(--space-4);
  max-width: 60ch;
  padding: var(--space-6);
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.section-band { padding-block: var(--space-6) 0; }

.section-band .section-head--band { opacity: 0.62; }

.section-band .eyebrow {
  position: relative;
  top: 1.83px;
}

.section-band .logo-band { margin-top: var(--space-4); }

.section-head--band { margin-bottom: 0; }

.logo-band {
  position: relative;
  margin-top: var(--space-8);

  --logo-band-dur: 34s;

  --logo-band-sets: 5;
}

.logo-band__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-band__rail {
  display: flex;
  width: max-content;
}

.logo-band.is-running .logo-band__rail {
  animation: logo-band-scroll var(--logo-band-dur) linear infinite;

  will-change: transform;
}

.logo-band {
  transition: opacity var(--dur-base) var(--ease-settle);
}
.logo-band.is-obscured { opacity: 0; }
.logo-band:focus-within .logo-band__rail,
.logo-band.is-obscured .logo-band__rail,
.logo-band.is-away .logo-band__rail,
.logo-band.is-tab-hidden .logo-band__rail {
  animation-play-state: paused;
}

@media (hover: hover) {
  .logo-band__viewport:hover .logo-band__rail {
    animation-play-state: paused;
  }
}

@keyframes logo-band-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-100% / var(--logo-band-sets)), 0, 0); }
}

.logo-band__set {
  display: flex;
  flex: none;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.logo-band__item {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  padding-block: var(--space-6);
  padding-inline: var(--space-8);
}

.logo-band__item img {
  display: block;
  width: calc(var(--logo-w) * var(--logo-scale, 1));
  height: calc(var(--logo-h) * var(--logo-scale, 1));
  object-fit: contain;
}

.logo-band__item img,
.logo-band__wordmark {
  opacity: 0.62;
  transition: opacity var(--dur-fast) var(--ease-settle);
}
@media (hover: hover) and (pointer: fine) {
  .logo-band__item:hover img,
  .logo-band__item:hover .logo-band__wordmark {
    opacity: 1;
  }
}

.logo-band__item--ufc         { --logo-w:  68px; --logo-h: 41px; }
.logo-band__item--nkps        { --logo-w: 164px; --logo-h: 43px; }
.logo-band__item--livewell    { --logo-w: 143px; --logo-h: 38px; }
.logo-band__item--jumpswim    { --logo-w: 119px; --logo-h: 46px; }
.logo-band__item--maraylya    { --logo-w:  40px; --logo-h: 55px; }
.logo-band__item--roundcorner { --logo-w: 205px; --logo-h: 33px; }

.logo-band__item--armani { --logo-w: 216px; --logo-h: 18px; --logo-track: 0.16em; }
.logo-band__wordmark {
  width: calc(var(--logo-w) * var(--logo-scale, 1));
  font-family: var(--font-display);
  font-size: calc(var(--logo-h) * var(--logo-scale, 1));
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--logo-track);
  margin-inline-end: calc(var(--logo-track) * -1);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;

  color: var(--color-ink-900);
}

@media (prefers-reduced-motion: reduce), (scripting: none) {
  .logo-band.is-running .logo-band__rail,
  .logo-band__rail { animation: none !important; transform: none !important; }

  .logo-band { transition: none !important; }

  .logo-band__viewport {
    -webkit-mask-image: none;
            mask-image: none;
  }
  .logo-band__rail {
    display: block;
    width: auto;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--space-6);
  }
  .logo-band__set { flex-wrap: wrap; justify-content: center; }
  .logo-band__set[aria-hidden="true"] { display: none; }

  .logo-band__item { padding-block: var(--space-3); padding-inline: var(--space-4); }
}

.logo-band--reviews {

  --logo-band-sets: 3;

  --logo-band-dur: 36s;

  --review-card-w: min(360px, 74vw);
}

.logo-band--reviews .logo-band__set { align-items: stretch; }

.logo-band--reviews .logo-band__item { align-items: stretch; }
.logo-band--reviews .quote-card cite { margin-top: 0; }

.logo-band--reviews .logo-band__item { padding-block: var(--space-3); padding-inline: var(--space-4); }

#reviews .section-head { margin-bottom: var(--space-6); }
.logo-band--reviews { margin-top: var(--space-6); }
#reviews .rating {
  justify-content: center;
  align-items: center;
  gap: var(--space-3);
  border-top: 0;
  padding-top: 0;
  margin-top: var(--space-4);
}
#reviews .rating__score { font-size: var(--text-xl); }

#reviews .rating__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: var(--space-1) var(--space-3);
  text-align: center;
}

.logo-band--reviews .quote-card {

  width: var(--review-card-w);
  background: var(--card-bg);
  border-top: 0;
  border-radius: var(--card-radius);
  padding: var(--card-padding);
  box-shadow: var(--shadow-review);

  transition:
    box-shadow var(--dur-fast) var(--ease-settle),
    transform  var(--dur-fast) var(--ease-settle);
}

.logo-band--reviews .quote-card {
  padding: 10px;
  gap: 10px;
}
.logo-band--reviews .quote-card cite { margin-top: auto; }

.logo-band--reviews .logo-band__set { gap: 10px; }
.logo-band--reviews .logo-band__item { padding-inline: 0; padding-block: 0; }

.logo-band--reviews .logo-band__set { margin-inline-end: 10px; }

.logo-band--reviews .quote-card { min-height: 200px; }
@media (max-width: 767px) { .logo-band--reviews .quote-card { min-height: 220px; } }

.logo-band--reviews .quote-card { position: relative; overflow: hidden; padding: 0; }
.logo-band--reviews .quote-card::before {
  content: "";

  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 60%; height: 104%; z-index: 0; pointer-events: none;
  background-color: var(--color-brand-400); opacity: .16;
  -webkit-mask: url("assets/logo/mark.svg") no-repeat right center / contain;
          mask: url("assets/logo/mark.svg") no-repeat right center / contain;
}
.logo-band--reviews .quote-card__stars {
  position: absolute; left: 15px; top: 15px; margin: 0; z-index: 2;
}
.logo-band--reviews .quote-card blockquote {
  position: absolute; left: 20px; right: 20px; top: 32px; bottom: 34px;
  display: flex; align-items: center;
  margin: 0; z-index: 2;
  font-size: 13px; line-height: 1.65; color: #14181C;
}
.logo-band--reviews .quote-card cite {
  position: absolute; left: 15px; bottom: 10px; margin: 0; z-index: 2;
  display: flex; align-items: center; gap: 8px; font-style: normal;
}
.logo-band--reviews .quote-card__who {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: normal; text-transform: none; color: #14181C;
}
.logo-band--reviews .quote-card__sep { flex: none; width: 12px; height: 2px; background: #BFDCEA; }
.logo-band--reviews .quote-card__src {
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase; color: #4E7488;
}
@media (max-width: 767px) {
  .logo-band--reviews .quote-card blockquote { bottom: 36px; }
}

#reviews { padding-top: var(--space-6); }
#reviews .section-head { margin-bottom: var(--space-8); }

#reviews { padding-bottom: var(--reviews-floor); }

#reviews .btn-row { margin-bottom: calc(var(--section-y) - var(--reviews-floor)); }

.logo-band--reviews .logo-band__viewport { padding-block: 12px; }
.logo-band--reviews .quote-card { will-change: transform; }

.logo-band--reviews .quote-card:hover,
.logo-band--reviews .quote-card:focus-within {
  box-shadow: var(--shadow-review-hover);
  transform: translateY(-2px);
}

.quote-card__stars { line-height: 1; }
.quote-card__stars .stars svg { width: 14px; height: 14px; }

.logo-band--reviews .quote-card blockquote {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: var(--color-text-body);
  max-width: none;
}

.logo-band--reverse.is-running .logo-band__rail { animation-direction: reverse; }

.logo-band--reviews.logo-band--reverse { margin-top: 10px; }

@media (prefers-reduced-motion: reduce), (scripting: none) {
  .logo-band--reviews .logo-band__set {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: var(--space-8);
    align-items: start;
  }
  .logo-band--reviews .logo-band__item { padding: 0; }

  .logo-band--reviews .logo-band__item { display: block; }
  .logo-band--reviews .quote-card { width: auto; }

  .logo-band--reviews .quote-card:hover,
  .logo-band--reviews .quote-card:focus-within { transform: none; }

  .logo-band--reviews .logo-band__set[aria-hidden="true"] { display: none; }
}

.client-logos__wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-sm);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-ink-900);
  white-space: nowrap;
}

.coverage {
  --lane-commercial: var(--color-on-dark-soft);
  --lane-home:       var(--color-brand-400);
  padding: var(--space-8) var(--space-6);
  border: 1px solid var(--color-border-on-dark);
  border-radius: var(--radius-lg);
}

.coverage .lead { color: var(--color-on-dark-muted); }

.coverage__grid { display: grid; gap: var(--space-8); }

.coverage__lanes { display: grid; gap: var(--space-8); }

.coverage__lane { border-top: 3px solid var(--lane-dot); padding-top: var(--space-4); }
.coverage__lane--commercial { --lane-dot: var(--lane-commercial); }
.coverage__lane--home       { --lane-dot: var(--lane-home); }
.coverage__lane-name {
  font-size: var(--text-base);
  margin-bottom: var(--space-4);
}

.coverage__places {
  columns: 2;

  column-gap: var(--space-4);
  font-size: var(--text-sm);
  line-height: 1.5;
}
.coverage__places li {
  position: relative;
  padding-left: var(--space-4);
  padding-block: var(--space-1);
  break-inside: avoid;
}
.coverage__places li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: var(--space-2);
  height: var(--space-2);
  border-radius: var(--radius-full);
  background: var(--lane-dot);
}
.coverage__more {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-on-dark-soft);
}

.coverage__more .mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.coverage__figure { container-type: inline-size; }
.coverage__map {
  display: block;
  width: 100%;
  height: auto;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 39px;
}
@container (min-width: 290px) { .coverage__map { font-size: 33px; } }
@container (min-width: 330px) { .coverage__map { font-size: 29px; } }
@container (min-width: 380px) { .coverage__map { font-size: 25px; } }
@container (min-width: 440px) { .coverage__map { font-size: 22px; } }
@container (min-width: 520px) { .coverage__map { font-size: 19px; } }
@container (min-width: 620px) { .coverage__map { font-size: 16px; } }
.coverage__water {

  fill: var(--color-bg-dark);

  stroke: var(--lane-commercial);
  stroke-opacity: 0.85;
  stroke-width: 1.5;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.coverage__land { fill: var(--lane-commercial); fill-opacity: 0.16; }
.coverage__metro {
  fill: none;
  stroke: var(--lane-commercial);
  stroke-width: 1.5;
  stroke-opacity: 0.8;
  stroke-dasharray: 7 6;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.coverage__hills {
  fill: var(--lane-home);

  fill-opacity: 0.22;
  stroke: var(--lane-home);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.coverage__anchors circle { fill: var(--lane-commercial); }
.coverage__anchors text {
  fill: var(--color-on-dark);
  paint-order: stroke fill;
  stroke: var(--color-bg-dark);

  stroke-width: 0.3em;
  stroke-linejoin: round;
}

.coverage__anchors--base circle {
  fill: var(--lane-home);
  stroke: var(--color-bg-dark);
  stroke-width: 2;
}
.coverage__note {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-on-dark-muted);
  max-width: 46ch;
}

.coverage__credit {
  margin-top: var(--space-3);
  font-size: var(--text-xs);
  color: var(--color-on-dark-soft);
  max-width: 46ch;
}
.coverage__credit a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-color: var(--color-brand-400);
}
.coverage__credit a:hover { text-decoration-color: currentColor; }

.coverage__actions {
  margin-top: var(--space-8);
  padding-top: var(--space-8);
  border-top: 1px solid var(--color-border-on-dark);
}

@media (min-width: 600px) {
  .coverage { padding: var(--space-12); }
  .coverage__lanes { grid-template-columns: 1fr 1fr; gap: var(--space-12); }
}
@media (min-width: 900px) {

  .coverage__grid {

    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    grid-template-areas: "head map" "lanes map";

    grid-template-rows: auto 1fr;
    column-gap: var(--space-16);
    row-gap: var(--space-12);
    align-items: start;
  }
  .coverage__head   { grid-area: head; align-self: start; }

  .coverage__figure { grid-area: map; align-self: start; }
  .coverage__lanes  { grid-area: lanes; column-gap: var(--space-12); }
}
@media (min-width: 1024px) {
  .coverage { padding: var(--space-16); }
}

@media (min-width: 1180px) {
  .coverage__places { columns: 1; }
}


/* ---------- Split hero, operator-directed 2026-09-01 ----------------------
   Desktop: left-aligned copy on the dark ground, real b-roll footage as a
   portrait panel on the right (replaces the AI background video). Mobile is
   untouched: poster + scrim + centred copy, and app.js gate 2 still stops any
   video fetch below 768px. The panel video keeps the .hero-banner__video class
   so app.js section (heroVideo) loads and plays it with all four gates. */
.hero-banner__copy { display: grid; justify-items: center; width: 100%; }
.hero-banner__panel { display: none; }

@media (min-width: 768px) {
  .hero-banner--split { text-align: left; }
  .hero-banner--split .hero-banner__poster,
  .hero-banner--split .hero-banner__scrim { display: none; }

  .hero-banner--split .hero-banner__body {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    justify-items: start;
    align-items: center;
    gap: var(--space-12) var(--space-16);
  }
  .hero-banner--split .hero-banner__copy { justify-items: start; }
  /* The copy column is ~half the old width; step the display size down one
     notch so the headline holds two lines (the 2-line H1 rule). */
  .hero-banner--split .hero-banner__title { font-size: clamp(32px, 3.3vw, 47px); }
  .hero-banner--split .hero-banner__actions { justify-content: flex-start; }
  .hero-banner--split .hero-banner__cta { flex: 0 1 auto; }
  .hero-banner--split .hero-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
    margin-inline: 0;
  }

  /* Ghosted white castle mark behind the copy side. Sits under the body
     (z-index 1) and beside the panel (left: 46%), so it never rides the
     footage. Opacity is the dial. */
  .hero-banner--split::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 560px;
    background: url("assets/logo/mark-white.svg") no-repeat center / contain;
    opacity: 0.08;
    pointer-events: none;
  }

  /* Full-banner footage: the panel bleeds to the top, right and bottom edges
     of the section, and a navy gradient fades it out toward the copy side. */
  .hero-banner--split .hero-banner__panel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    z-index: 0;
  }
  .hero-banner--split .hero-banner__panel .hero-banner__video {
    position: static;
    inset: auto;
    z-index: auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    /* MOTION COVERAGE FIX, 2026-09-01: this used to be `opacity: 1
       !important; transition: none`, which forced the panel video fully
       visible from the first frame it could decode. Gate 2 in app.js only
       ever attaches a source here (desktop, >=768px); the base
       `.hero-banner__video` rule two rules up already owns a correct
       opacity-0 -> `.is-playing` opacity-1 crossfade on `--dur-slow`
       (state indication: footage is genuinely playing, matches the mobile
       poster's identical fade), and this override was cancelling it on the
       one breakpoint the video actually runs. Before load the panel now
       shows the section's own dark ground (nothing else sits behind it at
       this breakpoint, poster/scrim are display:none here), then the
       footage settles in over the fade instead of popping in mid-decode. */
  }
  .hero-banner--split .hero-banner__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--color-brand-950) 0%, var(--color-brand-950) 8%, rgba(6, 31, 43, 0) 30%);
  }
  .hero-banner--split .hero-banner__body {
    position: relative;
    z-index: 1;
  }
}

/* Reduced motion: the loader never attaches footage, so the element shows its
   static poster frame. The global rule hides .hero-banner__video outright,
   which would leave an empty panel, so the panel is excepted. */
@media (prefers-reduced-motion: reduce) {
  .hero-banner--split .hero-banner__panel .hero-banner__video { opacity: 1 !important; }
}
