

@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/big-shoulders-display-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/big-shoulders-display-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/chivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/chivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/chivo-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/chivo-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #0c0c0b;
  --cream: #f8f6f2;

  --bone: #efece5;

  --radius-photo: clamp(8px, 0.85vw, 14px);
  --radius-frame: var(--radius-photo);
  --gold: #cfa84e;

  --avoxan: #e75d26;
  --forest: #0e3b2a;

  --signal: #3df07c;
  --signal-cream: #0e3b2a;

  --price-figure: #F2E3BE;

  --ink-05: rgba(12, 12, 11, 0.05);
  --ink-10: rgba(12, 12, 11, 0.1);
  --ink-15: rgba(12, 12, 11, 0.15);
  --ink-60: rgba(12, 12, 11, 0.6);
  --ink-75: rgba(12, 12, 11, 0.75);

  --cream-08: rgba(248, 246, 242, 0.08);
  --cream-15: rgba(248, 246, 242, 0.15);
  --cream-55: rgba(248, 246, 242, 0.55);
  --cream-75: rgba(248, 246, 242, 0.75);
  --gold-14: rgba(207, 168, 78, 0.14);
  --gold-22: rgba(207, 168, 78, 0.22);
  --gold-38: rgba(207, 168, 78, 0.38);

  --display: "Big Shoulders Display", "Arial Narrow", system-ui, sans-serif;
  --body: "Chivo", system-ui, -apple-system, "Segoe UI", sans-serif;

  --nav-h: clamp(141px, 113px + 7vw, 153px);
  --pad-x: clamp(20px, 5vw, 64px);
  --pad-y: clamp(64px, 9vw, 128px);
  --max: 1240px;
  --radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

picture { display: contents; }

figure { margin: 0; }
figcaption { margin: 0; }

p, li, dd, figcaption, blockquote, .lede, .note, .form-note {
  text-wrap: pretty;
}

h1 .kw {
  display: block; font-family: var(--body); color: var(--gold);
  font-size: clamp(10px, 1.05vw, 12px); font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; line-height: 1.7; text-wrap: wrap;
  margin: 0 0 clamp(14px, 1.8vw, 20px);
}
a { color: var(--gold); text-decoration: none; transition: color 160ms ease-out; }
a:hover { color: var(--cream); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold); color: var(--ink); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--gold); color: var(--ink); padding: 14px 20px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 13px;
}
.skip:focus { left: 0; }

@view-transition { navigation: auto; }

.nav { view-transition-name: site-nav; }

::view-transition-old(root) {
  animation: 180ms cubic-bezier(0.4, 0, 1, 1) both bcPageOut;
}
::view-transition-new(root) {
  animation: 420ms cubic-bezier(0.16, 1, 0.3, 1) 40ms both bcPageIn;
}
@keyframes bcPageOut { to { opacity: 0; } }
@keyframes bcPageIn { from { opacity: 0; transform: translateY(10px); } }

@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
}

h1, h2, h3, h4 {
  font-family: var(--display);
  text-transform: uppercase;
  font-weight: 800;
  line-height: var(--lead-title);
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(44px, 7vw, 104px); line-height: var(--lead-display); }
h2 { font-size: clamp(34px, 5vw, 68px); }
h3 { font-size: clamp(23px, 2.4vw, 32px); font-weight: 700; letter-spacing: 0.002em; line-height: 1.08; }
h4 { font-size: clamp(19px, 1.8vw, 23px); font-weight: 700; letter-spacing: 0.01em; line-height: 1.1; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.lede { font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: var(--cream-75); font-weight: 300; }
.on-cream .lede,
.on-bone .lede { color: var(--ink-75); }

.eyebrow {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
  display: block;
}

.on-cream .eyebrow,
.on-bone .eyebrow { color: var(--ink-75); }
.on-cream .eyebrow::before,
.on-bone .eyebrow::before {
  content: ""; display: inline-block; width: 18px; height: 2px;
  background: var(--gold); vertical-align: middle; margin: -2px 10px 0 0;
}
.on-cream .zip-result[data-state="no"] { color: var(--ink-75); }
.on-cream .quote cite,
.on-bone .quote cite { color: var(--ink-75); }
.on-cream .footer h2, .on-cream .footer h3 { color: var(--ink-75); }

.num {
  font-family: var(--display);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wrap { max-width: var(--max); margin: 0 auto; }
.wrap-narrow { max-width: 820px; margin: 0 auto; }

section { padding: var(--pad-y) var(--pad-x); }
.on-cream { background: var(--cream); color: var(--ink); }
.on-cream a,
.on-bone a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--gold); }
.on-cream a:hover,
.on-bone a:hover { color: var(--gold); }
.on-ink { background: var(--ink); color: var(--cream); }
.on-forest { background: var(--forest); color: var(--cream); }

.grid { display: grid; gap: clamp(20px, 3vw, 40px); }
.g2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.g3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.g4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.split { display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: 1fr; }
@media (min-width: 900px) { .split { grid-template-columns: 0.95fr 1.05fr; align-items: start; } }

.stack > * + * { margin-top: clamp(14px, 2vw, 22px); }
.section-head { margin-bottom: clamp(34px, 5vw, 60px); }
.section-head p { max-width: 62ch; }

.grain {
  position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>");
  background-size: 160px 160px;
}

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  background: var(--ink);
  border-bottom: 1px solid var(--gold-38);
  padding: 0 var(--pad-x);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 14px 0;
  display: flex; align-items: center; gap: clamp(12px, 2vw, 28px);
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--cream); flex: 0 0 auto; min-width: 0; }
.brand:hover { color: var(--cream); }
.brand img.mark { width: clamp(34px, 8vw, 44px); height: auto; flex: none; }
.brand .word { display: grid; gap: 4px; min-width: 0; }

.brand .word img { height: clamp(28px, 7vw, 40px); width: auto; max-width: none; flex: none; }
.brand .sub { font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream-55); font-weight: 600; white-space: nowrap; }

.nav-links {
  display: none; align-items: center; margin-left: auto;

  --nav-gap: clamp(14px, 1.8vw, 26px);
  gap: var(--nav-gap);
}

.nav-links .nav-item { position: relative; }
.nav-links .nav-item + .nav-item::before {
  content: ""; position: absolute; left: calc(var(--nav-gap) / -2 - 0.5px);
  top: 50%; margin-top: -7px; width: 1px; height: 14px;
  background: var(--gold-38); pointer-events: none;
}

@media (max-width: 959px) {
  .nav-links .nav-item + .nav-item::before { display: none; }
}
.nav-links a {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--cream); white-space: nowrap;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold); }

.has-menu { position: relative; display: inline-flex; align-items: center; gap: 5px; }

.menu-toggle {
  background: none; border: 0; padding: 4px 2px; margin: 0; cursor: pointer;
  color: inherit; display: inline-flex; align-items: center; line-height: 0;
}
.menu-toggle:hover, .menu-toggle[aria-expanded="true"] { color: var(--gold); }
.menu-toggle svg { width: 9px; height: 9px; transition: transform 180ms ease-out; }
.menu-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.has-menu:hover > a, .has-menu:hover > .menu-toggle { color: var(--gold); }
.has-menu > button {
  font-family: var(--body);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  color: var(--cream); background: none; border: 0; padding: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
}
.has-menu > button:hover, .has-menu > button[aria-expanded="true"] { color: var(--gold); }
.has-menu > button svg { width: 9px; height: 9px; transition: transform 180ms ease-out; }
.has-menu > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.menu {
  position: absolute; top: calc(100% + 14px); left: -18px; min-width: 240px;
  background: var(--ink); border: 1px solid var(--gold-38); border-radius: var(--radius);
  padding: 10px; display: none; box-shadow: 0 18px 40px rgba(0,0,0,0.5);
}

.menu::before {
  content: ""; position: absolute; left: 0; right: 0; top: -28px; height: 28px;
}

.has-menu > a, .has-menu > button, .has-menu > .menu-toggle { position: relative; z-index: 1; }
.menu[data-open="true"] { display: grid; gap: 2px; }
.menu a { display: block; padding: 9px 12px; font-size: 12px; letter-spacing: 0.1em; }
.menu a:hover { background: var(--cream-08); }

.nav-disc { flex: none; position: static; }
.burger {
  background: none; border: 1px solid var(--gold);
  border-radius: var(--radius); padding: 0 12px; min-height: 44px; min-width: 46px;
  display: grid; align-content: center; gap: 4px; cursor: pointer; flex: none;
  list-style: none;
}
.burger::-webkit-details-marker { display: none; }
.burger::marker { content: ""; }
.burger span { display: block; width: 20px; height: 2px; background: var(--gold); }

.burger:active span { background: var(--cream); }
.nav-disc[open] > .burger { background: var(--gold-14); }

.nav-account-compact {
  display: none; align-items: center; justify-content: center;

  width: 46px; height: 44px; flex: none;
  border: 1px solid var(--gold-38); border-radius: var(--radius);
  color: var(--gold);
}
.nav-account-compact svg { width: 17px; height: 17px; }
.nav-account-compact:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
@media (max-width: 767px) {
  .nav-account-compact { display: inline-flex; margin-left: auto; }
  .nav-disc { margin-left: 0; }
}

.mobile-nav {
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--ink);
  border-top: 1px solid var(--gold-22);
  border-bottom: 1px solid var(--gold-38);

  padding: 8px var(--pad-x) 20px;
  max-height: calc(100svh - var(--nav-h) - 12px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-nav a:not(.btn) {
  display: block; padding: 13px 0; font-size: 13px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600; color: var(--cream);
  border-bottom: 1px solid var(--cream-08);
}
.mobile-nav a.indent { padding-left: 18px; color: var(--cream-75); font-weight: 400; letter-spacing: 0.08em; }

.mobile-nav .group-label {
  display: block; padding: 13px 0 7px; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 700; color: var(--gold);
}
.mobile-nav .btn { margin-top: 18px; width: 100%; justify-content: center; }

@media (min-width: 768px) {

  :root { --nav-h: 82px; }
  .nav-links { display: flex; }
  .burger, .nav-disc, .mobile-nav, .nav-account-compact { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1249px) {
  .nav-inner { gap: 12px; }

  .nav-links { --nav-gap: 14px; }
  .nav-links a, .has-menu > button { font-size: 11px; letter-spacing: 0.07em; }

  .nav-links .nav-account span { display: none; }
  .nav-links .nav-account { gap: 0; }
  .nav-links a.btn {
    font-size: 11px; letter-spacing: 0.1em; padding: 12px 16px;
  }

  .menu { left: -12px; min-width: 210px; }
}

@media (min-width: 768px) and (max-width: 959px) {
  .nav-inner { gap: 10px; }
  .nav-links { --nav-gap: 8px; }
  .nav-links a, .has-menu > button { font-size: 10.5px; letter-spacing: 0.04em; }
  .nav-links a.btn { font-size: 10.5px; letter-spacing: 0.06em; padding: 11px 12px; }
  .has-menu > button { gap: 4px; }
  .has-menu > button svg { width: 8px; height: 8px; }
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--body); font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 15px 26px; border-radius: var(--radius); cursor: pointer;
  border: 1px solid var(--gold); background: var(--gold); color: var(--ink);
  transition: background 160ms ease-out, color 160ms ease-out, border-color 160ms ease-out;
  text-decoration: none; white-space: nowrap;
}
.btn-ghost { background: transparent; color: var(--gold); }

@media (hover: hover) {
  .btn:hover { background: var(--cream); border-color: var(--cream); color: var(--ink); }
  .btn-ghost:hover { background: var(--gold); color: var(--ink); }
}
.btn:active { transform: scale(0.98); }
.btn { transition: background 160ms ease-out, color 160ms ease-out, border-color 160ms ease-out, transform 60ms ease-out; }

.nav-cta-bar { display: none; }
@media (max-width: 767px) {
  .nav-cta-bar {
    display: flex; width: 100%; max-width: var(--max);
    margin: 0 auto 12px; min-height: 48px;
  }
}

.nav-links a.btn, .mobile-nav a.btn { color: var(--ink); }
.nav-links a.btn:hover, .mobile-nav a.btn:hover { color: var(--ink); }
.nav-links a.btn-ghost, .mobile-nav a.btn-ghost { color: var(--gold); }
.on-cream .btn { background: var(--ink); border-color: var(--ink); color: var(--cream); text-decoration: none; }
.on-cream .btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
@media (hover: hover) {
  .on-cream .btn:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
  .on-cream .btn-ghost:hover { background: var(--ink); color: var(--cream); }
}
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.hero {
  padding-top: calc(var(--nav-h) + clamp(40px, 6vw, 80px));
  padding-bottom: clamp(48px, 7vw, 96px);
  border-bottom: 1px solid var(--gold-22);
  position: relative;
}
.hero h1 span.kw {
  display: block;
  font-size: clamp(13px, 1.5vw, 17px);
  font-family: var(--body); font-weight: 700; letter-spacing: 0.18em;
  color: var(--gold); text-transform: uppercase; margin-bottom: 20px; line-height: 1.4;
}
.hero-home { min-height: min(88vh, 900px); display: flex; align-items: center; }
.hero-media { position: relative; }
.hero-media img { width: 100%; border-radius: var(--radius); }

.trustbar {
  border-top: 1px solid var(--gold-22); border-bottom: 1px solid var(--gold-22);
  padding: 20px var(--pad-x); background: var(--ink);
}
.trustbar ul {
  max-width: var(--max); margin: 0 auto; padding: 0; list-style: none;
  display: flex; flex-wrap: wrap; gap: 12px clamp(20px, 4vw, 56px); justify-content: center;
}
.trustbar li {
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 700; color: var(--cream-75); display: flex; align-items: center; gap: 9px;
}
.trustbar li::before { content: ""; width: 5px; height: 5px; background: var(--gold); flex: none; }

.card {
  border: 1px solid var(--ink-15); border-radius: var(--radius);
  padding: clamp(22px, 3vw, 34px); background: transparent;
  display: flex; flex-direction: column; gap: 12px;
}
.on-ink .card, .on-forest .card { border-color: var(--cream-15); }
.card h3 { margin-bottom: 2px; }
.card p { color: var(--ink-75); font-size: 16px; }
.on-ink .card p, .on-forest .card p { color: var(--cream-75); }
.card .card-link { margin-top: auto; padding-top: 12px; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

a.card { text-decoration: none; transition: border-color 160ms ease-out, background 160ms ease-out; }
a.card:hover { border-color: var(--gold); background: var(--ink-05); }
.on-ink a.card:hover, .on-forest a.card:hover { background: var(--cream-08); }

.step { display: grid; gap: 14px; align-content: start; }
.step .icon { margin: 2px 0 -2px; }
.step .n {
  font-family: var(--display); font-weight: 700; font-size: 52px; line-height: 1;
  color: var(--gold); border-bottom: 1px solid currentColor; padding-bottom: 10px;
}
.on-cream .step .n { color: var(--ink); border-color: var(--ink-15); }

.rates { display: grid; gap: 2px; border: 1px solid var(--ink-15); border-radius: var(--radius); overflow: hidden; }
.on-ink .rates, .on-forest .rates { border-color: var(--cream-15); }
.rate {
  display: grid; gap: 6px 20px; padding: clamp(18px, 2.5vw, 26px);
  grid-template-columns: 1fr auto; align-items: baseline;
  border-bottom: 1px solid var(--ink-10);
}
.on-ink .rate, .on-forest .rate { border-color: var(--cream-08); }
.rate:last-child { border-bottom: 0; }
.rate .name { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(21px, 2.2vw, 27px); line-height: 1; }
.rate .price { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 3vw, 36px); line-height: 1; font-variant-numeric: tabular-nums; color: var(--gold); white-space: nowrap; }
.on-cream .rate .price { color: var(--ink); }
.rate .turn { grid-column: 1 / -1; font-size: 14px; color: var(--ink-60); letter-spacing: 0.04em; }
.on-ink .rate .turn, .on-forest .rate .turn { color: var(--cream-55); }
.rate .blurb { grid-column: 1 / -1; font-size: 15px; color: var(--ink-75); margin: 0; }
.on-ink .rate .blurb, .on-forest .rate .blurb { color: var(--cream-75); }
.rate[data-featured] { background: var(--ink-05); }
.on-ink .rate[data-featured] { background: var(--cream-08); }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 460px; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--ink-10); vertical-align: top; }
.on-ink th, .on-ink td, .on-forest th, .on-forest td { border-color: var(--cream-08); }
th {
  font-family: var(--body); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 700; color: var(--ink-60); white-space: nowrap;
}
.on-ink th, .on-forest th { color: var(--cream-55); }
td.num-cell { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 600; }

.faq { border-top: 1px solid var(--ink-15); }
.on-ink .faq, .on-forest .faq { border-color: var(--cream-15); }
.faq details { border-bottom: 1px solid var(--ink-10); }
.on-ink .faq details, .on-forest .faq details { border-color: var(--cream-08); }
.faq summary {
  cursor: pointer; list-style: none; padding: 22px 44px 22px 0; position: relative;
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(19px, 2vw, 25px); line-height: 1.15;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-family: var(--body); font-weight: 300; font-size: 30px; line-height: 1; color: var(--gold);
  transition: transform 220ms cubic-bezier(0.3, 0, 0.2, 1);
}
.faq details[open] summary::after { content: "–"; }

.faq summary:hover::after, .faq summary:focus-visible::after {
  transform: translateY(-50%) rotate(90deg) scale(1.12);
}
.faq summary:hover { color: var(--gold); }

.faq-item { border-top: 1px solid var(--cream-15); border-bottom: 1px solid var(--cream-15); }
.on-cream .faq-item { border-color: var(--ink-15); }
.faq-item > summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; gap: 12px;
  padding: 15px 0; color: var(--gold);
  font-family: var(--body); font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::marker { content: ""; }
.faq-item > summary::after {
  content: ""; flex: none; width: 8px; height: 8px; margin: -4px 0 0 auto;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 240ms cubic-bezier(0.3, 0, 0.2, 1);
}
.faq-item[open] > summary::after { transform: rotate(-135deg); margin-top: 2px; }
.faq-item > summary:hover::after { transform: translateY(3px) rotate(45deg); }
.faq-item[open] > summary:hover::after { transform: translateY(-3px) rotate(-135deg); }
.faq-item > summary:hover { color: var(--cream); }
.on-cream .faq-item > summary:hover { color: var(--ink); }
.faq-item > div { padding: 0 0 20px; max-width: 68ch; color: var(--cream-75); }
.on-cream .faq-item > div { color: var(--ink-75); }
.faq-item > div p { margin: 0 0 12px; }
.faq-item > div p:last-child { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  .faq summary::after, .faq-item > summary::after { transition: none; }
}
.faq .answer { padding: 0 0 24px; max-width: 74ch; color: var(--ink-75); }
.on-ink .faq .answer, .on-forest .faq .answer { color: var(--cream-75); }

.field { display: grid; gap: 7px; }
.field label, .fieldset-label {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 700; color: var(--ink-60);
}
.on-ink .field label, .on-ink .fieldset-label { color: var(--cream-55); }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"],
input[type="number"], input[type="password"], input[type="search"], input[type="url"],
input:not([type]), select, textarea {
  font-family: var(--body); font-size: 16px; color: inherit;
  background: transparent; border: 1px solid var(--ink-15);
  border-radius: var(--radius); padding: 13px 14px; width: 100%;
}
.on-ink input, .on-ink select, .on-ink textarea { border-color: var(--cream-15); }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: transparent; }
textarea { min-height: 96px; resize: vertical; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 13px) 22px; background-size: 6px 6px; background-repeat: no-repeat; }
fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 10px; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice {
  border: 1px solid var(--ink-15); border-radius: var(--radius);
  padding: 11px 16px; cursor: pointer; font-size: 14px; font-weight: 600;
  display: inline-flex; gap: 8px; align-items: baseline;
}
.on-ink .choice { border-color: var(--cream-15); }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice:has(input:checked) { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.choice:has(input:focus-visible) { outline: 2px solid var(--gold); outline-offset: 2px; }
.choice small { opacity: 0.7; font-weight: 400; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; cursor: pointer; }
.check input { margin-top: 4px; accent-color: var(--gold); flex: none; }

.extra-buy { border: 0; padding: 0; margin: 0; display: grid; gap: 7px; }
.extra-buy .choice { display: flex; width: 100%; align-items: flex-start; padding: 14px 16px; }
.extra-buy .choice > span { display: block; }
.extra-buy .choice small { display: block; margin-top: 6px; line-height: 1.5; font-size: 13px; }

.extra-buy .choice.has-shot {
  display: grid;
  grid-template-columns: auto 104px 1fr;
  grid-template-areas: "box shot name" "box shot spec";
  align-content: center; column-gap: 14px; row-gap: 6px;
}

.extra-buy .choice.has-shot::before { grid-area: box; align-self: start; margin-top: 0.2em; }

.buy-shot { grid-area: shot; align-self: center; width: 104px; min-width: 0; }
.buy-name { grid-area: name; }
.extra-buy .choice.has-shot .buy-spec { grid-area: spec; margin-top: 0; }
@media (max-width: 559px) {
  .extra-buy .choice.has-shot {
    grid-template-columns: auto 76px 1fr;
    grid-template-areas: "box shot name" "spec spec spec";
    align-items: center;
  }
  .buy-shot { align-self: start; width: 76px; }
}

.repeat-pick { border: 0; padding: 0; margin: 0; }
.repeat-pick .choice { align-items: flex-start; }
.repeat-pick .choice > span { display: block; }
.repeat-pick .choice small { display: block; margin-top: 3px; font-size: 13px; }

.choice-col .choice, .extra-buy .choice { align-items: flex-start; }
.choice-col .choice::before,
.extra-buy .choice::before {
  content: ""; flex: none; width: 19px; height: 19px;

  margin-top: 0.14em;
  border: 1.5px solid currentColor; border-radius: var(--radius);
  opacity: 0.5;

  padding: 3px; background-clip: content-box; background-color: transparent;
  transition: opacity 140ms ease-out, background-color 140ms ease-out;
}
.choice-col .choice:has(input[type="radio"])::before,
.extra-buy .choice:has(input[type="radio"])::before { border-radius: 50%; }

.choice-col .choice:has(input:checked)::before,
.extra-buy .choice:has(input:checked)::before {
  opacity: 1; background-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .choice-col .choice::before, .extra-buy .choice::before { transition: none; }
}

input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 45px;
  background: var(--ink-15); background-clip: content-box;
  border: 0; padding: 21px 0; outline-offset: 8px;
}
.on-ink input[type="range"] { background: var(--cream-15); background-clip: content-box; }
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 16px; height: 30px; background: var(--gold);
  border: 1px solid var(--ink); border-radius: var(--radius); cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 16px; height: 30px; background: var(--gold);
  border: 1px solid var(--ink); border-radius: var(--radius); cursor: pointer;
}

.form-note { font-size: 14px; color: var(--ink-60); }
.on-ink .form-note { color: var(--cream-55); }

.zip {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
  border: 1px solid var(--gold-38); border-radius: var(--radius); padding: 10px; max-width: 480px;
}

.zip input { border: 0; flex: 1 1 140px; min-width: 120px; padding: 8px 10px; min-height: 44px; }
.zip input:focus { outline-offset: -2px; }
.zip .btn { padding: 12px 20px; }
.zip-result { margin-top: 12px; font-size: 15.5px; min-height: 1.5em; font-weight: 600; }
.zip-result[data-state="yes"] { color: var(--signal); }
.on-cream .zip-result[data-state="yes"] { color: var(--signal-cream); }
.zip-result[data-state="no"] { color: var(--gold); }

.calc { display: grid; gap: clamp(24px, 3vw, 36px); }
.calc-step { display: grid; gap: 12px; }
.calc-step > .fieldset-label { font-size: 11px; }
.bag-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 8px; }
.bag {
  border: 1px solid var(--ink-15); border-radius: var(--radius); padding: 14px;
  cursor: pointer; text-align: left; background: transparent; font-family: var(--body); color: inherit;
}
.on-ink .bag { border-color: var(--cream-15); }
.bag[aria-pressed="true"] { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.bag b { display: block; font-family: var(--display); font-weight: 700; font-size: 22px; text-transform: uppercase; line-height: 1; margin-bottom: 5px; }
.bag span { font-size: 13px; opacity: 0.72; }

.calc-total {
  border: 1px solid var(--gold); border-radius: var(--radius);
  padding: clamp(22px, 3vw, 32px); display: grid; gap: 8px;
}
.calc-total .amount {
  font-family: var(--display); font-weight: 800; font-size: clamp(54px, 8vw, 92px);
  line-height: 1; letter-spacing: -0.02em; color: var(--signal); font-variant-numeric: tabular-nums;
}
.on-cream .calc-total .amount { color: var(--signal-cream); }
.calc-total .breakdown { font-size: 14.5px; color: var(--ink-60); }
.on-ink .calc-total .breakdown { color: var(--cream-55); }
.stepper { display: inline-flex; align-items: center; gap: 4px; }
.stepper button {
  width: 42px; height: 42px; border: 1px solid var(--ink-15); background: transparent;
  color: inherit; font-size: 20px; cursor: pointer; border-radius: var(--radius); font-family: var(--body);
}
.on-ink .stepper button { border-color: var(--cream-15); }
.stepper button:hover { border-color: var(--gold); color: var(--gold); }
.stepper output { min-width: 46px; text-align: center; font-family: var(--display); font-weight: 700; font-size: 26px; font-variant-numeric: tabular-nums; }

.bulky { display: grid; gap: 0; margin-top: 10px; border-top: 1px solid var(--ink-15); }
.on-ink .bulky { border-top-color: var(--cream-15); }

.bulky-row {
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px clamp(10px, 1.6vw, 18px);
  padding: 9px 0; border-bottom: 1px solid var(--ink-10);
}
.on-ink .bulky-row { border-bottom-color: var(--cream-08); }
.bulky-name { font-size: 14.5px; line-height: 1.3; min-width: 0; }
.bulky-price {
  font-family: var(--display); font-weight: 700; font-size: 17px;
  font-variant-numeric: tabular-nums; color: var(--ink-60); white-space: nowrap;
}
.on-ink .bulky-price { color: var(--cream-55); }

.bulky-row[data-bulky-on="true"] .bulky-name { font-weight: 600; }
.bulky-row[data-bulky-on="true"] .bulky-price { color: var(--gold-deep); }
.on-ink .bulky-row[data-bulky-on="true"] .bulky-price { color: var(--gold); }

.bulky .stepper { gap: 6px; }
.bulky .stepper button { width: 44px; height: 44px; font-size: 17px; }
.bulky .stepper output { min-width: 30px; font-size: 20px; }

.bulky-note {
  margin: 12px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--ink-60);
  max-width: 46ch;
}
.on-ink .bulky-note { color: var(--cream-55); }
.bulky-note b { color: var(--ink); font-weight: 700; }
.on-ink .bulky-note b { color: var(--cream); }

@media (max-width: 399px) {
  .bulky-row { grid-template-columns: minmax(0, 1fr) auto; }
  .bulky-row .stepper { grid-column: 1 / -1; justify-content: flex-start; }
}

.bulky-rates {
  display: grid; grid-template-columns: 1fr; gap: 0; margin: clamp(28px, 3.4vw, 44px) 0 0;
  border-top: 2px solid var(--ink);
}
.on-ink .bulky-rates { border-top-color: var(--cream); }
.bulky-rates > div {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline; gap: 4px 20px;
  padding: clamp(14px, 1.7vw, 20px) 0; border-bottom: 1px solid var(--ink-15);
}
.on-ink .bulky-rates > div { border-bottom-color: var(--cream-15); }
.bulky-rates dt {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(18px, 1.9vw, 24px); line-height: 1.05; letter-spacing: 0.01em;
}
.bulky-rates dd { margin: 0; }
.bulky-rates dd.p {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(26px, 2.8vw, 38px); line-height: 1;
  font-variant-numeric: tabular-nums; color: var(--gold-deep); text-align: right;
}
.on-ink .bulky-rates dd.p { color: var(--gold); }
.bulky-rates dd.n {
  grid-column: 1 / -1; font-size: 14px; line-height: 1.5; color: var(--ink-60); max-width: 54ch;
}
.on-ink .bulky-rates dd.n { color: var(--cream-55); }

.bulky-rates .is-surcharge { padding-left: clamp(14px, 2.4vw, 34px); }
.bulky-rates .is-surcharge dt { font-size: clamp(15px, 1.5vw, 19px); color: var(--ink-75); }
.on-ink .bulky-rates .is-surcharge dt { color: var(--cream-75); }
.bulky-rates .is-surcharge dd.p { font-size: clamp(20px, 2vw, 26px); }

.bulky-tail {
  display: grid; grid-template-columns: 1fr; gap: clamp(32px, 4vw, 64px);
  margin-top: clamp(38px, 4.6vw, 68px);
}
@media (min-width: 820px) { .bulky-tail { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); } }
.bulky-tail > * { min-width: 0; }
.bulky-h {
  font-size: clamp(22px, 2.4vw, 30px); line-height: 1; margin: 0 0 18px;
  padding-bottom: 14px; border-bottom: 1px solid var(--ink-15);
}
.on-ink .bulky-h { border-bottom-color: var(--cream-15); }
.bulky-no, .bulky-ask { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 10px; }
.bulky-no li, .bulky-ask li {
  font-family: var(--display); font-weight: 600; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 8px 13px; border: 1px solid var(--ink-15); border-radius: var(--radius);
}
.on-ink .bulky-no li, .on-ink .bulky-ask li { border-color: var(--cream-15); }

.bulky-no li { color: var(--ink-60); text-decoration: line-through; text-decoration-color: var(--gold); }
.on-ink .bulky-no li { color: var(--cream-55); }
.bulky-ask li { color: var(--ink); border-color: var(--gold-38); }
.on-ink .bulky-ask li { color: var(--cream); }

.quote {
  border-left: 2px solid var(--gold); padding: 4px 0 4px 22px; margin: 0;
  font-size: clamp(17px, 1.9vw, 21px); line-height: 1.45; font-style: italic; font-weight: 300;
}
.quote cite { display: block; margin-top: 12px; font-size: 13px; font-style: normal; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--gold); }

.callout {
  border: 1px solid var(--gold); border-radius: var(--radius);
  padding: clamp(20px, 3vw, 30px); display: grid; gap: 10px;
}
.callout h3 { color: var(--gold); }
.on-cream .callout h3 { color: var(--ink); }

.pill-row { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.pill {
  border: 1px solid var(--ink-15); border-radius: 100px; padding: 7px 16px;
  font-size: 13px; letter-spacing: 0.06em; font-weight: 600;
}
.on-ink .pill, .on-forest .pill { border-color: var(--cream-15); }
a.pill:hover { border-color: var(--gold); color: var(--gold); }

.pill-static { display: inline-block; opacity: 0.72; }

.tick { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.tick li { position: relative; padding-left: 27px; }
.tick li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 11px; height: 6px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.crumbs {
  padding: calc(var(--nav-h) + 20px) var(--pad-x) 0;
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
}
.crumbs ol { max-width: var(--max); margin: 0 auto; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li { color: var(--cream-55); }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--gold); }
.crumbs a { color: var(--cream-55); }
.crumbs a:hover { color: var(--gold); }
.crumbs + .hero { padding-top: clamp(28px, 4vw, 44px); }

.map-shell { border: 1px solid var(--cream-15); border-radius: var(--radius); overflow: hidden; min-height: 340px; background: var(--ink); }
.city-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1px; }
.city-list a,
.city-list .city-plain {
  display: flex; align-items: center; gap: 12px; padding: 11px 0; color: var(--cream);
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(19px, 1.7vw, 25px); letter-spacing: 0.01em; border-bottom: 1px solid var(--cream-08);
}
.city-list a:hover { color: var(--gold); padding-left: 10px; }
.city-list .swatch { width: 9px; height: 9px; background: var(--cream-15); flex: none; }
.city-list a:hover .swatch { background: var(--gold); }

.city-list .city-plain { color: var(--cream-75); cursor: pointer; }
.city-soon > summary { list-style: none; }
.city-soon > summary::-webkit-details-marker { display: none; }
.city-soon > summary::marker { content: ""; }
.city-soon > summary .zips::after {
  content: "+"; margin-left: 12px; display: inline-block;
  font-weight: 700; color: var(--cream-55);
}
.city-soon[open] > summary .zips::after { content: "\2013"; }
@media (hover: hover) {
  .city-soon:hover > summary { color: var(--gold); }
  .city-soon:hover > summary .swatch { background: var(--gold); }
}
.city-soon[open] > summary { color: var(--gold); }
.city-soon-note {
  margin: 0 0 6px; padding: 12px 14px 14px;
  background: var(--cream-08); border-left: 2px solid var(--signal);
  font-size: 13.5px; line-height: 1.55; color: var(--cream-75); text-wrap: pretty;
}

.city-soon-note b { display: block; margin-bottom: 4px; color: var(--signal); font-weight: 700; }
.city-list .zips { margin-left: auto; font-family: var(--body); font-size: 12px; font-weight: 400; letter-spacing: 0.08em; color: var(--cream-55); }

.footer { background: var(--ink); border-top: 1px solid var(--gold-38); padding: clamp(50px, 7vw, 84px) var(--pad-x) 34px; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; gap: clamp(28px, 4vw, 48px); grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.footer h2, .footer h3 { font-size: 12px; font-family: var(--body); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }

.footer li > a, .footer li > .footer-plain { display: inline-block; padding: 5px 0; }
.footer .footer-plain { color: var(--cream-55); font-size: 15px; }
.footer a { color: var(--cream-75); font-size: 15px; }
.footer a:hover { color: var(--gold); }
.footer .brand-col p { color: var(--cream-55); font-size: 15px; max-width: 34ch; }
.footer-bottom {
  max-width: var(--max); margin: clamp(34px, 5vw, 52px) auto 0; padding-top: 22px;
  border-top: 1px solid var(--cream-08); display: flex; flex-wrap: wrap; gap: 12px 28px;
  justify-content: space-between; font-size: 13px; color: var(--cream-55);
}

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

[data-form-status][data-tone="ok"] { border-color: var(--forest); }
[data-form-status][data-tone="error"] { border-color: #B3261E; }

.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.center { text-align: center; }
.center .section-head p, .center .lede { margin-left: auto; margin-right: auto; }
.muted { color: var(--cream-55); font-size: 15px; }
.on-cream .muted { color: var(--ink-60); }
.gold { color: var(--gold); }
.tight { --pad-y: clamp(44px, 6vw, 76px); }
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(40px, 7vw, 104px); margin-bottom: clamp(24px, 3vw, 38px); }

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

@media print {
  .nav, .footer, .grain, .btn, .crumbs { display: none !important; }
  body { background: #fff; color: #000; }
}

@keyframes bcTrail { 0% { transform: translateY(-100%); opacity: 0; } 18% { opacity: 1; } 78% { opacity: 1; } 100% { transform: translateY(270%); opacity: 0; } }
@keyframes bcDrip { 0% { opacity: 0; transform: translateY(-100%); } 12% { opacity: 1; } 72% { opacity: 1; } 100% { opacity: 0; transform: translateY(210%); } }
@keyframes bcDrop { 0% { opacity: 0; transform: translateY(-10px) scaleY(0.8); } 14% { opacity: 1; } 84% { opacity: 1; } 100% { opacity: 0; transform: translateY(94vh) scaleY(1.5); } }
@keyframes bcWipeGrime { 0%, 23% { opacity: 1; -webkit-mask-image: linear-gradient(90deg, #000 0 100%); mask-image: linear-gradient(90deg, #000 0 100%); } 24%, 34% { opacity: 1; -webkit-mask-image: linear-gradient(96deg, #000 0 21%, transparent 21% 31%, #000 31% 57%, transparent 57% 67%, #000 67% 100%); mask-image: linear-gradient(96deg, #000 0 21%, transparent 21% 31%, #000 31% 57%, transparent 57% 67%, #000 67% 100%); } 35%, 44% { opacity: 0.92; -webkit-mask-image: linear-gradient(96deg, transparent 0 13%, #000 13% 25%, transparent 25% 45%, #000 45% 57%, transparent 57% 71%, #000 71% 87%, transparent 87% 100%); mask-image: linear-gradient(96deg, transparent 0 13%, #000 13% 25%, transparent 25% 45%, #000 45% 57%, transparent 57% 71%, #000 71% 87%, transparent 87% 100%); } 45%, 55% { opacity: 0.8; -webkit-mask-image: linear-gradient(104deg, transparent 0 29%, #000 29% 39%, transparent 39% 65%, #000 65% 75%, transparent 75% 100%); mask-image: linear-gradient(104deg, transparent 0 29%, #000 29% 39%, transparent 39% 65%, #000 65% 75%, transparent 75% 100%); } 56%, 65% { opacity: 0.5; -webkit-mask-image: linear-gradient(104deg, transparent 0 51%, #000 51% 61%, transparent 61% 100%); mask-image: linear-gradient(104deg, transparent 0 51%, #000 51% 61%, transparent 61% 100%); } 66%, 100% { opacity: 0; } }
@keyframes bcHandMove { 0% { transform: translate(2em, -0.4em) rotate(13deg) scale(0.97); opacity: 0; } 7% { opacity: 1; } 14% { transform: translate(0.4em, 0.02em) rotate(5deg) scale(1); } 24% { transform: translate(-0.3em, 0.06em) rotate(-5deg) scale(1.05, 0.95); } 34% { transform: translate(0.28em, 0.03em) rotate(5deg) scale(1.03, 0.97); } 45% { transform: translate(-0.26em, 0.05em) rotate(-4deg) scale(1.04, 0.96); } 56% { transform: translate(0.22em, 0.02em) rotate(4deg) scale(1.02, 0.98); } 66% { transform: translate(-0.15em, 0.03em) rotate(-2deg) scale(1.01, 0.99); } 76% { transform: translate(0.08em, -0.14em) rotate(4deg) scale(1); } 88% { opacity: 1; } 100% { transform: translate(2.2em, -0.8em) rotate(15deg) scale(0.96); opacity: 0; } }
@keyframes bcPoseA { 0%, 28.9% { opacity: 1; } 29%, 39.9% { opacity: 0; } 40%, 50.9% { opacity: 1; } 51%, 61.9% { opacity: 0; } 62%, 100% { opacity: 1; } }
@keyframes bcPoseB { 0%, 28.9% { opacity: 0; } 29%, 39.9% { opacity: 1; } 40%, 50.9% { opacity: 0; } 51%, 61.9% { opacity: 1; } 62%, 100% { opacity: 0; } }
@keyframes bcTraceFade { 0% { opacity: 0; } 7% { opacity: 1; } 72% { opacity: 1; } 100% { opacity: 0; } }
@keyframes bcTraceSnake { 0% { -webkit-mask-position: -70% center; mask-position: -70% center; } 100% { -webkit-mask-position: 170% center; mask-position: 170% center; } }
@keyframes bcLetterPop { 0%, 64% { transform: scale(1); } 70% { transform: scale(1.045); } 80% { transform: scale(0.992); } 100% { transform: scale(1); } }
@keyframes bcCtaPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(207, 168, 78, 0.55); } 55% { box-shadow: 0 0 0 7px rgba(207, 168, 78, 0); } }

.hero-film {
  position: relative; overflow: hidden;
  background-color: var(--ink);
  background-image: url("/uploads/mascot-hero-gray.jpg");
  background-image: image-set(url("/uploads/r/mascot-hero-gray-1535.avif") type("image/avif"), url("/uploads/r/mascot-hero-gray-1535.webp") type("image/webp"), url("/uploads/mascot-hero-gray.jpg") type("image/jpeg"));
  background-size: cover; background-position: center; background-repeat: no-repeat;
  padding: calc(clamp(56px, 8vw, 104px) + var(--nav-h)) var(--pad-x) clamp(48px, 6vw, 88px);
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center;
}
.hero-film > .wrap { position: relative; z-index: 2; width: 100%; }

.hero-reveal {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0; transition: opacity 380ms ease-out;
  background-image: url("/uploads/mascot-hero-color.jpg");
  background-image: image-set(url("/uploads/r/mascot-hero-color-1535.avif") type("image/avif"), url("/uploads/r/mascot-hero-color-1535.webp") type("image/webp"), url("/uploads/mascot-hero-color.jpg") type("image/jpeg"));
  background-size: cover; background-position: center; background-repeat: no-repeat;
  -webkit-mask-image: radial-gradient(circle 260px at var(--mx, 50%) var(--my, 50%), #000 0%, #000 30%, rgba(0,0,0,0.45) 62%, transparent 100%);
          mask-image: radial-gradient(circle 260px at var(--mx, 50%) var(--my, 50%), #000 0%, #000 30%, rgba(0,0,0,0.45) 62%, transparent 100%);
}

.hero-trace {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0;
  mix-blend-mode: screen;
  -webkit-mask-image: url("/uploads/mascot-hero-edges.png");
          mask-image: url("/uploads/mascot-hero-edges.png");
  -webkit-mask-size: cover; mask-size: cover;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  animation: bcTraceFade 3400ms 450ms ease-out both;
}
.hero-trace > i {
  position: absolute; inset: 0; display: block;
  background-image: url("/uploads/mascot-hero-color.jpg");
  background-image: image-set(url("/uploads/r/mascot-hero-color-1535.avif") type("image/avif"), url("/uploads/r/mascot-hero-color-1535.webp") type("image/webp"), url("/uploads/mascot-hero-color.jpg") type("image/jpeg"));
  background-size: cover; background-position: center; background-repeat: no-repeat;
  filter: saturate(1.6) brightness(1.85) drop-shadow(0 0 10px rgba(207,168,78,0.55));
  -webkit-mask-image: linear-gradient(102deg, transparent 0 10%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0.72) 43%, #000 52%, rgba(0,0,0,0.45) 63%, transparent 86% 100%);
          mask-image: linear-gradient(102deg, transparent 0 10%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0.72) 43%, #000 52%, rgba(0,0,0,0.45) 63%, transparent 86% 100%);
  -webkit-mask-size: 60% 150%; mask-size: 60% 150%;
  -webkit-mask-position: -70% center; mask-position: -70% center;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  animation: bcTraceSnake 3400ms 450ms cubic-bezier(0.5, 0.05, 0.45, 0.95) both;
}

.hero-film h1 {
  font-size: clamp(52px, 8.2vw, 118px); line-height: 0.94;
  text-shadow: 0 2px 20px rgba(12,12,11,0.9); margin: 0;
}
.hero-film h1 .kw {
  display: block; font-family: var(--body); color: var(--gold);
  font-size: clamp(10px, 1.1vw, 12px); font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; margin: 0 0 clamp(20px, 3vw, 24px);
  line-height: 1.7; text-shadow: 0 1px 14px rgba(12,12,11,0.9); text-wrap: wrap;
}
.hero-film h1 .l2 { display: block; position: relative; color: var(--cream); }
.hero-film h1 .l3 { display: block; position: relative; color: var(--gold); }

.dirty-letter {
  display: inline-block; position: relative; vertical-align: baseline;
  animation: bcLetterPop 2600ms 700ms ease-out both;
}

[data-grime]::after { content: attr(data-grime); }
.grime {
  position: absolute; left: -0.04em; top: 0; right: -0.04em; bottom: 0;
  pointer-events: none; font: inherit; letter-spacing: inherit;
  text-transform: inherit; line-height: inherit;
  color: transparent; -webkit-text-fill-color: transparent; text-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='260' viewBox='0 0 160 260' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='dw' x='-40%' y='-40%' width='180%' height='180%'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.045 0.075' numOctaves='4' seed='71' result='t'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='t' scale='15' xChannelSelector='R' yChannelSelector='G'/%3E%3CfeGaussianBlur stdDeviation='0.6'/%3E%3C/filter%3E%3Cfilter id='sp' x='-40%' y='-40%' width='180%' height='180%'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.11 0.15' numOctaves='3' seed='29' result='t'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='t' scale='7' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23dw)'%3E%3Cellipse cx='17' cy='24' rx='21' ry='18' fill='%233a3a1e' opacity='0.84'/%3E%3Cellipse cx='15' cy='22' rx='11' ry='9' fill='%23232314' opacity='0.76'/%3E%3Cellipse cx='17' cy='46' rx='23' ry='20' fill='%234a3418' opacity='0.88'/%3E%3Cellipse cx='14' cy='43' rx='12' ry='10' fill='%232c2010' opacity='0.8'/%3E%3Cpath d='M9 58 Q17 100 25 58Z' fill='%234a3418' opacity='0.45'/%3E%3Cellipse cx='20' cy='96' rx='22' ry='19' fill='%23583e1a' opacity='0.83'/%3E%3Cellipse cx='18' cy='94' rx='11' ry='9' fill='%2333240e' opacity='0.74'/%3E%3Cpath d='M13 108 Q20 144 27 108Z' fill='%23583e1a' opacity='0.4'/%3E%3Cellipse cx='76' cy='131' rx='31' ry='17' fill='%23583e1a' opacity='0.85'/%3E%3Cellipse cx='71' cy='130' rx='16' ry='8' fill='%2338280f' opacity='0.75'/%3E%3Cpath d='M62 140 Q70 180 78 140Z' fill='%23583e1a' opacity='0.42'/%3E%3Cellipse cx='108' cy='133' rx='24' ry='15' fill='%234a3418' opacity='0.8'/%3E%3Cellipse cx='110' cy='132' rx='12' ry='7' fill='%232c2010' opacity='0.7'/%3E%3Cellipse cx='141' cy='38' rx='20' ry='19' fill='%23583e1a' opacity='0.84'/%3E%3Cellipse cx='143' cy='36' rx='10' ry='9' fill='%2333240e' opacity='0.74'/%3E%3Cpath d='M136 52 Q143 88 150 52Z' fill='%23583e1a' opacity='0.4'/%3E%3Cellipse cx='141' cy='84' rx='21' ry='25' fill='%233a3a1e' opacity='0.86'/%3E%3Cellipse cx='143' cy='81' rx='10' ry='12' fill='%23232314' opacity='0.75'/%3E%3Cpath d='M135 104 Q142 146 149 104Z' fill='%233a3a1e' opacity='0.4'/%3E%3Cellipse cx='19' cy='214' rx='25' ry='21' fill='%23583e1a' opacity='0.82'/%3E%3Cellipse cx='21' cy='212' rx='12' ry='9' fill='%2333240e' opacity='0.72'/%3E%3Cpath d='M14 228 Q21 258 28 228Z' fill='%23583e1a' opacity='0.36'/%3E%3Cellipse cx='16' cy='168' rx='20' ry='17' fill='%234a3418' opacity='0.8'/%3E%3Cellipse cx='14' cy='166' rx='10' ry='8' fill='%232c2010' opacity='0.7'/%3E%3Cellipse cx='139' cy='201' rx='19' ry='17' fill='%234a3418' opacity='0.8'/%3E%3Cellipse cx='137' cy='199' rx='9' ry='8' fill='%232c2010' opacity='0.7'/%3E%3Cpath d='M132 214 Q139 248 146 214Z' fill='%234a3418' opacity='0.38'/%3E%3Cellipse cx='143' cy='160' rx='19' ry='16' fill='%233a3a1e' opacity='0.78'/%3E%3Cellipse cx='145' cy='158' rx='9' ry='7' fill='%23232314' opacity='0.68'/%3E%3Cellipse cx='140' cy='238' rx='20' ry='17' fill='%23583e1a' opacity='0.8'/%3E%3Cellipse cx='18' cy='246' rx='19' ry='16' fill='%233a3a1e' opacity='0.78'/%3E%3C/g%3E%3Cg filter='url(%23sp)'%3E%3Ccircle cx='30' cy='104' r='6' fill='%234a3418' opacity='0.6'/%3E%3Ccircle cx='9' cy='150' r='5' fill='%233a3a1e' opacity='0.55'/%3E%3Ccircle cx='150' cy='140' r='6' fill='%23583e1a' opacity='0.5'/%3E%3Ccircle cx='128' cy='42' r='4' fill='%234a3418' opacity='0.45'/%3E%3Ccircle cx='24' cy='170' r='4' fill='%23583e1a' opacity='0.5'/%3E%3Ccircle cx='100' cy='120' r='4' fill='%233a3a1e' opacity='0.42'/%3E%3Ccircle cx='146' cy='232' r='5' fill='%234a3418' opacity='0.45'/%3E%3Ccircle cx='6' cy='88' r='4' fill='%23583e1a' opacity='0.4'/%3E%3Ccircle cx='88' cy='142' r='4' fill='%234a3418' opacity='0.5'/%3E%3Ccircle cx='30' cy='188' r='4' fill='%23583e1a' opacity='0.46'/%3E%3Ccircle cx='131' cy='120' r='5' fill='%233a3a1e' opacity='0.44'/%3E%3Ccircle cx='10' cy='128' r='4' fill='%234a3418' opacity='0.48'/%3E%3Ccircle cx='152' cy='60' r='4' fill='%23583e1a' opacity='0.42'/%3E%3Ccircle cx='26' cy='72' r='4' fill='%233a3a1e' opacity='0.46'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: 100% 100%;
  -webkit-background-clip: text; background-clip: text;
  animation: bcWipeGrime 2600ms 700ms steps(1, end) both;
}

.wipe-hand {
  position: absolute; left: 50%; top: 50%;
  width: 1.02em; height: 1.02em; margin: -0.47em 0 0 -0.5em;
  z-index: 3; pointer-events: none;
  animation: bcHandMove 2600ms 700ms cubic-bezier(0.42, 0, 0.4, 1) both;
}

.wipe-hand i {
  position: absolute; inset: 0; display: block;
  background-repeat: no-repeat; background-position: center; background-size: contain;
  filter: drop-shadow(0 4px 12px rgba(12,12,11,0.55));
}
.wipe-hand i:nth-child(1) { background-image: url("/uploads/wipe-hand-a.png"); background-image: image-set(url("/uploads/r/wipe-hand-a-300.avif") type("image/avif"), url("/uploads/wipe-hand-a.png") type("image/png")); animation: bcPoseA 2600ms 700ms steps(1, end) both; }
.wipe-hand i:nth-child(2) { background-image: url("/uploads/wipe-hand-b.png"); background-image: image-set(url("/uploads/r/wipe-hand-b-300.avif") type("image/avif"), url("/uploads/wipe-hand-b.png") type("image/png")); animation: bcPoseB 2600ms 700ms steps(1, end) both; }

.hero-film .lede {
  font-size: clamp(15px, 1.4vw, 19px); line-height: 1.65; color: #F8F6F2B8;
  margin: clamp(24px, 3vw, 28px) 0 0; max-width: 52ch;
  text-shadow: 0 1px 14px rgba(12,12,11,0.9); position: relative;
}
.hero-film .zip { background: #0C0C0BCC; border-color: #F8F6F240; width: 360px; max-width: 100%; }
.hero-film .zip:focus-within { border-color: var(--gold); }
.hero-film .zip-result { text-shadow: 0 1px 14px rgba(12,12,11,0.9); }
.hero-proof {
  margin: clamp(26px, 3.4vw, 38px) 0 0; display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px 18px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #F8F6F2C4; text-shadow: 0 1px 14px rgba(12,12,11,0.9);
}
.hero-proof .sep { color: rgba(248,246,242,0.52); }
.hero-call { display: inline-flex; align-items: center; gap: 10px; color: var(--cream); font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-call:hover { color: var(--gold); }
.hero-call .dot { width: 7px; height: 7px; background: var(--signal); border-radius: 50%; flex: none; display: inline-block; }
.hero-link {
  color: var(--cream); font-size: 13px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 4px;
}
.hero-link:hover { color: var(--gold); }

.scroll-cue {
  position: fixed; z-index: 110; right: clamp(14px, 2vw, 26px); top: 50%;
  transform: translateY(-50%); display: flex; flex-direction: column;
  align-items: center; gap: 16px; pointer-events: none; opacity: 1;
  transition: opacity 400ms ease-out;
}
.scroll-cue .label {
  writing-mode: vertical-rl; font-size: 9px; font-weight: 700;
  letter-spacing: 0.42em; text-transform: uppercase; color: rgba(248,246,242,0.5);
}
.scroll-cue .rail { position: relative; display: block; width: 1px; height: 96px; overflow: hidden; background: #F8F6F21A; }
.scroll-cue .rail i { position: absolute; left: 0; top: 0; display: block; width: 1px; height: 36px; background: var(--gold); animation: bcTrail 2.2s cubic-bezier(0.55, 0, 0.45, 1) infinite; }

[data-nav-cta][data-live="1"] {
  background: var(--gold) !important; color: var(--ink) !important;
  animation: bcCtaPulse 2.6s ease-out infinite;
}

@media (hover: hover) {
  [data-nav-cta][data-live="1"]:hover { background: var(--cream) !important; animation: none; }
}

.nav-cta-bar[data-live="1"] { animation: none !important; }
.nav-cta-bar { transition: background 260ms ease-out, color 260ms ease-out, border-color 260ms ease-out; }

[data-fill-text] { color: #F8F6F233; }
.on-cream [data-fill-text] { color: rgba(12,12,11,0.22); }

@media (max-width: 760px) { .scroll-cue { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .scroll-cue .rail i, .dirty-letter, .wipe-hand, .wipe-hand i,
  .hero-trace, .hero-trace > i, [data-nav-cta] { animation: none !important; }
  .grime, .hero-trace { opacity: 0 !important; animation: none !important; }
  .wipe-hand { display: none !important; }
  [data-fill-text], [data-fill-text] span { color: inherit !important; }
}

.band {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(76px, 14vw, 180px) var(--pad-x);
  background: var(--ink); color: var(--cream);
  border-top: 1px solid var(--gold-22); border-bottom: 1px solid var(--gold-22);
}
.band > img, .band > picture > img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: 30% center;
}
.band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(12,12,11,0.92) 0%, rgba(12,12,11,0.72) 38%, rgba(12,12,11,0.35) 68%, rgba(12,12,11,0.55) 100%);
}
.band .wrap-narrow { margin: 0 auto 0 0; max-width: 620px; }
.band h2 { text-shadow: 0 2px 24px rgba(12,12,11,0.85); }
.band .lede, .band p { text-shadow: 0 1px 16px rgba(12,12,11,0.9); }

@media (max-width: 820px) {
  .band > img, .band > picture > img { object-position: 22% center; }
  .band::before {
    background: linear-gradient(180deg, rgba(12,12,11,0.72) 0%, rgba(12,12,11,0.88) 55%, rgba(12,12,11,0.95) 100%);
  }
}

.reveal { transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1); }
.reveal[data-reveal="out"] { opacity: 0; transform: translateY(18px); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal[data-reveal="out"] { opacity: 1 !important; transform: none !important; }
}

.reading-progress {
  position: fixed; top: var(--nav-h); left: 0; right: 0; height: 2px;
  z-index: 119; background: transparent; pointer-events: none;
}
.reading-progress i {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--signal));
  transition: width 90ms linear;
}

.post-head { padding: clamp(30px, 4vw, 52px) var(--pad-x) clamp(40px, 5vw, 66px); }
.crumbs + .post .post-head { padding-top: clamp(18px, 2.5vw, 30px); }
.post-head h1 { font-size: clamp(38px, 5.6vw, 82px); line-height: var(--lead-display); }
.post-head .eyebrow { margin-bottom: 20px; }

.post-standfirst {
  font-size: clamp(18px, 1.85vw, 23px); line-height: 1.55; font-weight: 300;
  color: var(--cream-75); margin: clamp(22px, 3vw, 32px) 0 0; max-width: 62ch;
}
.post-standfirst strong { color: var(--cream); font-weight: 600; }

.post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px;
  margin: clamp(24px, 3vw, 32px) 0 0;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.17em;
  text-transform: uppercase; color: var(--cream-55);
}
.post-meta .by { color: var(--gold); }
.post-meta .sep { color: var(--cream-15); }
.post-meta.is-light { color: var(--ink-60); }
.post-meta.is-light .by { color: var(--ink); }

.post-lead-figure {
  margin: 0; overflow: hidden; background: var(--ink);
  border-top: 1px solid var(--gold-22); border-bottom: 1px solid var(--gold-22);
}
.post-lead-figure img {
  width: 100%; height: auto; max-height: 58vh; object-fit: cover; object-position: center;
  animation: bcFigureIn 1400ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes bcFigureIn { from { transform: scale(1.06); opacity: 0.55; } to { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .post-lead-figure img { animation: none; } }

.post-shell { padding: clamp(48px, 6vw, 96px) var(--pad-x); }
.post-layout { display: grid; gap: clamp(32px, 4vw, 64px); grid-template-columns: 1fr; }

@media (min-width: 1024px) {
  .post-layout { grid-template-columns: 250px minmax(0, 1fr); align-items: start; }
  .post-aside { position: sticky; top: calc(var(--nav-h) + 26px); }
}

.post-section, #faq { scroll-margin-top: calc(var(--nav-h) + 22px); }

.post-body { max-width: 70ch; font-size: 17.5px; line-height: 1.72; }
.post-body > .post-section + .post-section { margin-top: clamp(44px, 5vw, 72px); }
.post-body p { margin: 0 0 1.15em; }
.post-body h2 { font-size: clamp(28px, 3.4vw, 44px); margin: 0 0 22px; }
.post-body h3 { margin: 2em 0 0.6em; }
.post-body ul, .post-body ol { margin: 0 0 1.3em; }
.post-body > .post-section > p:first-of-type { margin-top: 0; }

.post-body h2 .anchor { color: inherit; text-decoration: none; position: relative; }
.post-body h2 .anchor::after {
  content: "#"; color: var(--gold); margin-left: 0.28em; font-family: var(--body);
  font-weight: 400; font-size: 0.5em; vertical-align: 0.35em;
  opacity: 0; transition: opacity 180ms ease-out;
}
.post-body h2 .anchor:hover::after, .post-body h2 .anchor:focus-visible::after { opacity: 1; }

.post-toc { border-left: 1px solid var(--ink-15); padding-left: 18px; }
.post-toc h2 {
  font-family: var(--body); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-60); margin: 0 0 14px;
}
.post-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; display: grid; gap: 2px; }
.post-toc li { counter-increment: toc; }
.post-toc a {
  display: block; padding: 7px 0 7px 26px; position: relative;
  font-size: 14px; line-height: 1.35; font-weight: 500;
  color: var(--ink-60); text-decoration: none;
  transition: color 200ms ease-out, transform 200ms ease-out;
}
.post-toc a::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute; left: 0; top: 7px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums; color: var(--ink-15);
  transition: color 200ms ease-out;
}
.post-toc a:hover { color: var(--ink); transform: translateX(2px); }
.post-toc a[aria-current="true"] { color: var(--ink); font-weight: 700; }
.post-toc a[aria-current="true"]::before { color: var(--gold); }

.post-aside-cta {
  margin-top: 30px; border: 1px solid var(--ink-15); border-radius: var(--radius);
  padding: 22px; display: grid; gap: 12px;
}
.post-aside-kicker {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
}
.on-cream .post-aside-kicker { color: var(--ink-60); }
.post-aside-cta p { font-size: 14.5px; color: var(--ink-75); margin: 0; }
.post-aside-cta .btn { width: 100%; }
.post-aside-link { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; text-align: center; }

@media (max-width: 1023px) {
  .post-toc { border-left: 0; border-top: 1px solid var(--ink-15); padding: 20px 0 0; }
  .post-toc ol { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
  .post-aside-cta { max-width: 420px; }
}

.takeaway {
  margin: 30px 0; padding: clamp(22px, 3vw, 30px);
  border-radius: var(--radius); border: 1px solid var(--ink-15);
  border-left: 3px solid var(--gold);
  background: linear-gradient(100deg, var(--gold-22), transparent 62%), var(--ink-05);
}
.takeaway h3 { font-size: clamp(17px, 1.6vw, 20px); letter-spacing: 0.04em; margin: 0 0 16px; }
.takeaway .tick li { font-size: 16px; }

.steps { list-style: none; counter-reset: step; padding: 0; margin: 0 0 1.3em; display: grid; gap: 16px; }
.steps li { counter-increment: step; position: relative; padding-left: 52px; min-height: 34px; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: -2px;
  width: 34px; height: 34px; display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 18px; line-height: 1;
  color: var(--gold); border: 1px solid var(--gold-38); border-radius: 50%;
}

.weigh-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  gap: 12px; margin: 30px 0;
}
.weigh { margin: 0; border: 1px solid var(--ink-15); border-radius: var(--radius); overflow: hidden; background: var(--ink); }
.weigh img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1); }
.weigh:hover img { transform: scale(1.05); }
.weigh figcaption { padding: 14px; display: grid; gap: 3px; background: var(--cream); }
.weigh figcaption b { font-size: clamp(24px, 2.6vw, 32px); line-height: 1; color: var(--ink); }
.weigh figcaption span { font-size: 13px; color: var(--ink-60); letter-spacing: 0.04em; }
.weigh figcaption em {
  font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--forest); margin-top: 4px;
}
.weigh.is-min { border-color: var(--gold); }
.weigh.is-min figcaption { background: var(--gold); }
.weigh.is-min figcaption span, .weigh.is-min figcaption em { color: rgba(12, 12, 11, 0.72); }

.post-body table { font-size: 15px; }
.post-body .row-group th {
  background: var(--ink-05); font-family: var(--body); font-size: 10.5px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-60);
  padding-top: 16px; padding-bottom: 10px;
}
.post-body tbody th[scope="row"] { font-family: var(--display); font-size: 19px; text-transform: none; letter-spacing: 0; color: var(--ink); }
.th-sub { display: block; font-size: 9.5px; font-weight: 400; letter-spacing: 0.12em; opacity: 0.65; margin-top: 3px; }
.post-body .table-scroll { margin: 26px 0; border: 1px solid var(--ink-15); border-radius: var(--radius); }
.post-body .table-scroll table { min-width: 520px; }
.post-body .table-scroll th, .post-body .table-scroll td { padding: 12px 16px; }
.post-body .table-scroll tr:last-child td { border-bottom: 0; }

.post-body .quote, .post-body .callout { margin: 30px 0; }

.post-footer { border-top: 1px solid var(--gold-22); }
.author-card { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; }
.author-card img { width: 64px; height: auto; }
.author-card h2 { font-size: clamp(22px, 2.2vw, 28px); margin: 6px 0 0; }
.author-card p { font-size: 15.5px; color: var(--cream-75); max-width: 62ch; }

.post-related { margin-top: clamp(38px, 5vw, 56px); padding-top: 30px; border-top: 1px solid var(--cream-08); }
.post-related h2 { font-size: 12px; font-family: var(--body); letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.post-related ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 1px; }
.post-related a {
  display: flex; align-items: center; gap: 12px; padding: 13px 0;
  border-bottom: 1px solid var(--cream-08); color: var(--cream);
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(18px, 1.6vw, 23px); transition: color 200ms ease-out, padding-left 200ms ease-out;
}
.post-related a::before { content: "\2192"; color: var(--gold); font-family: var(--body); font-size: 15px; }
.post-related a:hover { color: var(--gold); padding-left: 8px; }

.post-card {
  display: grid; text-decoration: none; color: inherit;
  border: 1px solid var(--ink-15); border-radius: var(--radius); overflow: hidden;
  background: transparent;
  transition: border-color 260ms ease-out, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.post-card:hover { border-color: var(--gold); transform: translateY(-3px); }

.post-card-media { display: block; overflow: hidden; background: var(--ink); }
.post-card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}
.post-card:hover .post-card-media img { transform: scale(1.045); }

.post-card-text { display: grid; gap: 12px; align-content: start; padding: clamp(22px, 3vw, 34px); }
.post-card-tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink-60);
  display: inline-flex; align-items: center; gap: 9px;
}
.post-card-tag::before { content: ""; width: 16px; height: 2px; background: var(--gold); flex: none; }
.post-card h3 { font-size: clamp(26px, 3.2vw, 42px); line-height: var(--lead-head); }
.post-card-excerpt { font-size: 16px; line-height: 1.6; color: var(--ink-75); max-width: 56ch; }
.post-card-foot {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-top: 4px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; color: var(--ink-60);
}
.post-card-foot .sep { color: var(--ink-15); }
.post-card-go {
  margin-left: auto; color: var(--ink); display: inline-flex; align-items: center; gap: 8px;
  transition: color 200ms ease-out, gap 200ms ease-out;
}
.post-card-go::after { content: "\2192"; font-family: var(--body); letter-spacing: 0; }
.post-card:hover .post-card-go { color: var(--gold); gap: 13px; }

@media (min-width: 860px) {
  .post-card.is-featured { grid-template-columns: 1.05fr 1fr; align-items: stretch; }
  .post-card.is-featured .post-card-media { min-height: 100%; }
  .post-card.is-featured .post-card-text { padding: clamp(30px, 4vw, 52px); align-content: center; }
}
.post-card.is-featured .post-card-media img { aspect-ratio: 16 / 10; }

.post-grid {
  display: grid; gap: clamp(16px, 2vw, 26px); margin-top: clamp(16px, 2vw, 26px);
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.post-grid .post-card-media img { aspect-ratio: 16 / 9; }

.post-empty {
  margin-top: clamp(24px, 3vw, 38px); padding: clamp(24px, 3vw, 36px);
  border: 1px dashed var(--ink-15); border-radius: var(--radius);
}
.post-empty p { color: var(--ink-75); max-width: 64ch; }

.nav-account {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--cream-75); white-space: nowrap;
  padding-left: clamp(4px, 1vw, 14px);
}
.nav-account svg { width: 15px; height: 15px; flex: none; }
.nav-account:hover { color: var(--gold); }
.nav-links a.nav-account { color: var(--cream-75); }
.nav-links a.nav-account:hover { color: var(--gold); }

.founder-grid { display: grid; gap: clamp(28px, 4vw, 56px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .founder-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); } }

.eyebrow.rule-before { display: flex; align-items: center; gap: 14px; }
.eyebrow.rule-before::before { content: ""; width: 46px; height: 1px; background: var(--gold); flex: none; }

.founder-story h2 { font-size: clamp(34px, 4.6vw, 62px); margin-top: 18px; text-transform: uppercase; }
.founder-story .lede { margin-top: 22px; max-width: 56ch; }
.founder-story p { max-width: 56ch; margin-top: 16px; }

.pull {
  margin: clamp(24px, 3vw, 34px) 0; padding: 4px 0 4px 22px;
  border-left: 2px solid var(--gold);
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(22px, 2.6vw, 34px); line-height: 1.1; max-width: 22ch;
}

.founder-stats {
  display: flex; flex-wrap: wrap; gap: 18px 44px; margin: 0;
  padding-top: 20px; border-top: 1px solid var(--ink-15);
}
.founder-stats div { display: grid; gap: 4px; }
.founder-stats dt { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-60); }
.founder-stats dd { margin: 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(24px, 2.4vw, 32px); line-height: 1; }

.founder-portrait { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; }
.founder-portrait img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.founder-portrait figcaption {
  position: absolute; inset: auto 0 0 0; display: grid; gap: 3px; padding: 22px 20px 18px;
  background: linear-gradient(to top, rgba(13, 11, 9, 0.62), rgba(13, 11, 9, 0));
}
.founder-portrait figcaption b {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(22px, 2.2vw, 28px); line-height: 1; color: var(--cream);
}
.founder-portrait figcaption span { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--gold); }

@media (max-width: 899px) {
  .founder-grid { grid-template-columns: 1fr; }
  .founder-portrait { order: 2; max-width: 420px; }
}

.photo-row {
  display: grid; gap: clamp(10px, 1.4vw, 18px);
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.photo-row img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  border: 1px solid var(--ink-15); border-radius: var(--radius-photo);
}
.on-ink .photo-row img, .on-forest .photo-row img { border-color: var(--cream-15); }

.wide-photo {
  width: 100%; height: auto; margin: clamp(24px, 3vw, 38px) 0;
  border: 1px solid var(--ink-15); border-radius: var(--radius-photo);

  max-height: clamp(240px, 34vw, 440px); object-fit: cover;
}
.on-ink .wide-photo, .on-forest .wide-photo { border-color: var(--cream-15); }

.band-photo { max-height: clamp(180px, 26vw, 320px); object-fit: cover; }

.street-band { width: 100%; height: clamp(150px, 20vw, 260px); object-fit: cover; display: block; }

.icon { display: block; flex: none; color: var(--forest); }
.on-ink .icon, .on-forest .icon { color: var(--gold); }

.card-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }

.link-btn {
  background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--body);
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--forest); border-bottom: 1px solid currentColor; text-decoration: none;
}
.link-btn:hover { color: var(--gold); }

.order-actions {
  display: flex; flex-wrap: wrap; gap: 10px 20px;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ink-10);
}
.order-detail { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ink-10); }
.order-detail .detail-list { margin-top: 14px; }

.reschedule-panel, .confirm-panel { border-color: var(--gold); border-left: 3px solid var(--gold); }
.confirm-panel { border-color: #A8500F; border-left-color: #A8500F; }
.profile-form { border-top: 1px solid var(--ink-10); padding-top: 18px; }
.empty-icon { color: var(--forest); margin-bottom: 12px; }

.nav-account-wrap { position: relative; display: flex; align-items: center; }
.nav-account-wrap .nav-account { background: none; border: 0; cursor: pointer; font: inherit; }
.nav-account-menu {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 40; min-width: 190px;
  display: grid; background: var(--ink); border: 1px solid var(--gold-38);
  border-radius: var(--radius); padding: 6px; box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.5);
}
.nav-account-menu a, .nav-account-menu button {
  text-align: left; background: none; border: 0; cursor: pointer; font-family: var(--body);
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream-75); padding: 11px 13px;
}
.nav-account-menu a:hover, .nav-account-menu button:hover { color: var(--gold); background: var(--cream-08); }

.auth-hero { padding-top: clamp(26px, 4vw, 44px); padding-bottom: clamp(24px, 3vw, 36px); }
.auth-hero h1 { font-size: clamp(38px, 6vw, 68px); }
.auth-hero .lede { font-size: clamp(16px, 1.5vw, 19px); max-width: 46ch; }
.auth-panel {
  max-width: 520px; margin: 0 auto;
  border: 1px solid var(--ink-15); border-radius: var(--radius);
  padding: clamp(24px, 4vw, 40px); background: transparent;
}
.auth-alt { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--ink-10); font-size: 15px; color: var(--ink-75); }
.auth-panel .btn { width: 100%; }
.auth-panel { margin-top: clamp(-30px, -3vw, -18px); background: var(--cream); }
.auth-panel .field + .field, .auth-panel .grid + .field { margin-top: 18px; }

.form-alert {
  border: 1px solid var(--gold); border-left-width: 3px; border-radius: var(--radius);
  padding: 14px 16px; font-size: 15px; font-weight: 500; margin-bottom: 22px;
  background: var(--ink-05);
}
.form-alert[data-tone="ok"] { border-color: var(--forest); }
.on-ink .form-alert { background: var(--cream-08); }

.ns-call { min-height: 52px; align-items: center; }
@media (max-width: 560px) { .ns-call { display: flex; width: 100%; justify-content: center; } }

.field-error {
  margin: 6px 0 0; font-size: 13.5px; font-weight: 600; color: #B3261E; line-height: 1.4;
}
.on-ink .field-error { color: #FFB4AB; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #B3261E; }

.signed-in-as {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px;
  border: 1px solid var(--gold-38); border-radius: var(--radius);
  padding: 13px 16px; font-size: 14.5px; margin-bottom: 6px;
}
.signed-in-as span { font-weight: 600; }
.signed-in-as a { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; margin-left: auto; }

.book-shell { padding-top: clamp(38px, 5vw, 64px); }
.book-layout { display: grid; gap: clamp(28px, 4vw, 56px); grid-template-columns: 1fr; }
@media (min-width: 980px) {
  .book-layout { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; }
  .book-side { position: sticky; top: calc(var(--nav-h) + 22px); }
}

.book-rail {
  display: flex; flex-wrap: wrap; gap: 6px 22px; list-style: none; padding: 0;
  margin: 0 0 clamp(26px, 3vw, 40px); counter-reset: rail;
}
.book-rail li {
  display: flex; align-items: center; gap: 8px; counter-increment: rail;
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-15); white-space: nowrap;
}
.book-rail .dot {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid currentColor; font-size: 10px; font-variant-numeric: tabular-nums;
}
.book-rail .dot::before { content: counter(rail); }
.book-rail li.is-done { color: var(--forest); cursor: pointer; }
.book-rail li.is-done .dot { background: var(--forest); border-color: var(--forest); color: var(--cream); }
.book-rail li.is-done .dot::before { content: "✓"; }
.book-rail li[aria-current="step"] { color: var(--ink); }
.book-rail li[aria-current="step"] .dot { border-color: var(--gold); background: var(--gold); color: var(--ink); }

.book-step { border: 0; padding: 0; margin: 0; }
.book-step[hidden] { display: none; }

.step-head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: clamp(20px, 3vw, 30px); }
.step-head h2 { font-size: clamp(26px, 3.2vw, 40px); margin: 0; }
.step-head .muted { margin: 8px 0 0; max-width: 58ch; font-size: 15px; }
.step-n {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; margin-top: 2px;
  font-family: var(--display); font-weight: 800; font-size: 19px;
  border: 1px solid var(--gold); color: var(--gold);
}

.step-nav {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: clamp(26px, 3vw, 38px); padding-top: 22px; border-top: 1px solid var(--ink-10);
}

.saved-address {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
  border: 1px solid var(--gold); border-radius: var(--radius); padding: 18px 20px;
}
.saved-address p { margin: 4px 0 0; font-weight: 600; font-size: 16px; }

.zip-verdict { margin-top: 12px; font-size: 15px; font-weight: 600; min-height: 1.4em; }
.zip-verdict[data-state="yes"] { color: var(--forest); }
.zip-verdict[data-state="no"] { color: #A8500F; }

.choice-col { display: grid; gap: 8px; align-content: start; }
.choice-col .choice { justify-content: flex-start; }

.book-step h2 { scroll-margin-top: calc(var(--nav-h) + 24px); }

.rush-hatch {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;
  margin: 0 0 22px; padding: 12px 16px;
  border: 1px solid var(--ink-10); border-radius: var(--radius);
}
.rush-hatch p { margin: 0; font-size: 14.5px; color: var(--ink-75); }
.btn-sm { padding: 8px 15px; font-size: 12px; }
.rush-hatch [aria-pressed="true"] { border-color: var(--gold); background: var(--gold-22); }

.more-dates {
  margin-top: 16px; background: none; border: 0; padding: 8px 0; cursor: pointer;
  font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--forest); border-bottom: 1px solid var(--forest);
}
.more-dates:hover { color: var(--gold); border-color: var(--gold); }

.book-summary { border: 1px solid var(--ink-15); border-radius: var(--radius); padding: 22px; }
.summary-list { display: grid; grid-template-columns: auto 1fr; gap: 7px 14px; margin: 14px 0 0; }
.summary-list dt { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-60); }
.summary-list dd { margin: 0; font-size: 14.5px; font-weight: 500; text-align: right; }
.summary-total {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--ink-10);
}
.summary-total span { font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-60); }

.summary-total span b,
.review-line.is-total span b { color: var(--ink); font-weight: inherit; }
.book-bar-label b { color: var(--cream); font-weight: inherit; }
.summary-total b { font-size: 30px; line-height: 1; color: var(--forest); }
.summary-note { font-size: 12.5px; color: var(--ink-60); margin: 10px 0 0; line-height: 1.5; }

.review-headline { font-size: 14.5px; line-height: 1.5; color: var(--ink-75); margin: 0 0 14px; }
.review-headline b { color: var(--ink); }
.review { margin-top: 26px; border-top: 1px solid var(--ink-10); padding-top: 18px; }
.review-line { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; font-size: 15px; }
.review-line.is-credit { color: var(--forest); }
.review-line.is-total {
  border-top: 1px solid var(--ink-10); margin-top: 8px; padding-top: 14px;
  font-family: var(--display); text-transform: uppercase; font-size: 20px; font-weight: 700;
}

.slot-picker { display: grid; gap: 4px; }

.slot-day { padding: 20px 0; border-bottom: 1px solid var(--ink-10); }
.slot-day:first-child { border-top: 1px solid var(--ink-10); }
.slot-day-head {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; margin: 0 0 14px;
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(19px, 1.9vw, 25px); letter-spacing: 0.01em; line-height: 1;
}
.slot-day-note {
  font-family: var(--body); font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--forest);
}

.slot-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)); gap: 10px; }

.slot {
  position: relative; display: grid; gap: 6px; align-content: start; text-align: left;
  cursor: pointer; border: 1px solid var(--ink-15); border-left: 3px solid var(--ink-15);
  border-radius: var(--radius); padding: 15px 16px; background: transparent; color: inherit;
  font-family: var(--body); min-height: 92px;
  transition: border-color 160ms ease-out, background 160ms ease-out, box-shadow 160ms ease-out;
}
.slot-time { font-family: var(--display); font-weight: 700; font-size: 22px; text-transform: uppercase; line-height: 1; }
.slot-reason { font-size: 12.5px; line-height: 1.4; color: var(--forest); font-weight: 600; }
.slot-saving {
  font-family: var(--display); font-size: 17px; font-weight: 700; text-transform: uppercase;
  line-height: 1; color: var(--forest);
}
.slot-left { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--ink-60); }

.slot-left.is-scarce { color: #A8500F; }

@media (hover: hover) {
  .slot:not(.is-full):hover { border-color: var(--gold); }
}
.slot:not(.is-full):active { border-color: var(--gold); }

.slot.is-full {
  cursor: default; background: var(--ink-05);
  border-color: var(--ink-10); border-left-color: var(--ink-10);
}
.slot.is-full .slot-time { color: var(--ink-60); }
.slot-left.is-full { color: var(--ink-60); }

.slot.is-recommended {
  border-color: var(--gold-38); border-left-color: var(--gold);
  background: var(--ink-05);
  box-shadow: 0 8px 8px -6px rgba(12, 12, 11, 0.16);
}

.slot[aria-pressed="true"] {
  border-color: var(--forest); border-left-color: var(--forest);
  background: var(--forest); color: var(--cream);
}
.slot[aria-pressed="true"] .slot-left,
.slot[aria-pressed="true"] .slot-reason,
.slot[aria-pressed="true"] .slot-saving { color: var(--cream-75); }
.slot[aria-pressed="true"] .slot-saving { color: var(--gold); }
.slot[aria-pressed="true"]::after {
  content: ""; position: absolute; top: 12px; right: 13px;
  width: 12px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.return-context {
  margin: 0 0 18px; font-size: 15.5px; color: var(--ink-75);
  padding-left: 13px; border-left: 2px solid var(--gold);
}
.return-list { display: grid; gap: 10px; }

.return-opt {
  display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; align-items: baseline;
  width: 100%; text-align: left; cursor: pointer; font-family: var(--body); color: inherit;
  background: transparent; border: 1px solid var(--ink-15); border-left: 3px solid var(--ink-15);
  border-radius: var(--radius); padding: 17px 19px;
  transition: border-color 160ms ease-out, background 160ms ease-out, box-shadow 160ms ease-out;
}
.return-when { display: grid; gap: 3px; }
.return-when b { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 24px; line-height: 1; }
.return-when small { font-size: 12.5px; letter-spacing: 0.06em; color: var(--ink-60); }
.return-price { font-size: 30px; line-height: 1; text-align: right; }
.return-price small { display: block; font-size: 11.5px; letter-spacing: 0.08em; color: var(--forest); margin-top: 5px; }
.return-tag {
  display: inline-block; margin-left: 10px; vertical-align: 2px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid var(--ink-15); border-radius: 100px; padding: 3px 9px; color: var(--ink-60);
}
.return-opt[aria-checked="true"] .return-tag { border-color: var(--cream-15); color: var(--cream-75); }

.return-flag {
  grid-column: 1 / -1; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--ink-10);
  font-size: 12.5px; font-weight: 600; color: var(--forest);
}

.return-opt:hover { border-color: var(--gold); }
.return-opt.is-recommended {
  border-color: var(--gold-38); border-left-color: var(--gold);
  background: var(--ink-05); box-shadow: 0 8px 8px -6px rgba(12, 12, 11, 0.16);
}
.return-opt[aria-checked="true"] {
  border-color: var(--forest); border-left-color: var(--forest);
  background: var(--forest); color: var(--cream);
}
.return-opt[aria-checked="true"] .return-when small,
.return-opt[aria-checked="true"] .return-flag { color: var(--cream-75); }
.return-opt[aria-checked="true"] .return-flag { border-top-color: var(--cream-15); }
.return-opt[aria-checked="true"] .return-price small { color: var(--gold); }

.estimate-bar {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px;
  border: 1px solid var(--gold); border-radius: var(--radius);
  padding: 16px 18px; background: var(--ink-05);
}
.estimate-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-60); }
.estimate-bar b { font-size: clamp(26px, 3vw, 34px); line-height: 1; color: var(--forest); }
.estimate-note { font-size: 13.5px; color: var(--ink-60); flex-basis: 100%; }

.consent-note {
  margin: 8px 0 0 28px; font-size: 12px; line-height: 1.55; color: var(--ink-60);
  max-width: 62ch;
}
.on-ink .consent-note { color: var(--cream-55); }
.consent-note a { text-decoration: underline; text-underline-offset: 2px; }

.bd-mascot { align-items: start; gap: clamp(16px, 3vw, 36px); }
.bd-mascot > img, .bd-mascot > picture > img { width: clamp(110px, 17vw, 200px); }
.bd-mascot > div { min-width: 0; }
@media (max-width: 720px) {
  .bd-mascot { grid-template-columns: minmax(0, 1fr); }
  .bd-mascot > img, .bd-mascot > picture > img { width: clamp(110px, 38vw, 170px); }
}
.booking-done .callout { border-color: var(--forest); }
.booking-done h2 { margin: 8px 0 14px; }

.repeat-note {
  margin-top: 12px; padding: 12px 14px;
  border-left: 2px solid var(--forest);
  background: var(--ink-05);
}
.on-ink .repeat-note { border-left-color: var(--gold); background: var(--cream-08); }

.detail-rows { margin-top: 6px; }

.detail-row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--ink-10);
}
.detail-row:last-child { border-bottom: 0; }

.detail-row-text { display: grid; gap: 3px; min-width: 0; }

.detail-row-label {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-60);
}
.on-ink .detail-row-label { color: var(--cream-55); }

.detail-row-value { font-size: 15.5px; font-weight: 500; overflow-wrap: anywhere; }

.detail-row-edit {
  flex: none; display: inline-flex; align-items: center;
  min-height: 44px; min-width: 44px; justify-content: flex-end;
}

.detail-row-form { padding: 16px 0; border-bottom: 1px solid var(--ink-10); display: grid; gap: 14px; }
.detail-row-form:last-child { border-bottom: 0; }
.detail-row-form .btn-row { gap: 10px; }

@media (max-width: 560px) {
  .detail-row-form .btn-sm { min-height: 48px; padding-inline: 20px; }
}

.detail-list { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; margin: 18px 0 0; }
.detail-list dt {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-60); align-self: baseline;
}
.on-ink .detail-list dt { color: var(--cream-55); }
.detail-list dd { margin: 0; font-size: 15.5px; font-weight: 500; overflow-wrap: anywhere; }

.dash-hero { padding-top: clamp(28px, 4vw, 48px); padding-bottom: clamp(30px, 4vw, 52px); }
.dash-hero h1 { font-size: clamp(40px, 6vw, 76px); }
.dash-grid { display: grid; gap: clamp(28px, 4vw, 52px); grid-template-columns: 1fr; }
@media (min-width: 940px) { .dash-grid { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; } }

.order-card {
  border: 1px solid var(--ink-15); border-radius: var(--radius);
  padding: clamp(18px, 2.4vw, 26px); margin-bottom: 12px;
}
.order-head { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-bottom: 16px; }
.order-id { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-60); }

.order-placed {
  display: block; margin-top: 3px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: none; color: var(--ink-60);
}
.on-ink .order-placed { color: var(--cream-55); }
.order-status {
  margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 100px;
  border: 1px solid var(--ink-15); white-space: nowrap;
}
.order-status[data-state="active"] { border-color: var(--gold); color: #8A6A22; }
.order-status[data-state="done"] { border-color: var(--forest); color: var(--forest); }

.order-body { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 16px; }
.order-body > div { display: grid; gap: 3px; align-content: start; }
.order-label { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-60); }
.order-body b { font-family: var(--display); font-weight: 700; font-size: 20px; text-transform: uppercase; line-height: 1.05; }
.order-sub { font-size: 13px; color: var(--ink-60); }
.order-notes {
  margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--ink-10);
  font-size: 14.5px; color: var(--ink-75);
}

.tracker {
  border: 1px solid var(--gold); border-radius: var(--radius);
  padding: clamp(22px, 3vw, 32px); margin-bottom: clamp(30px, 4vw, 48px);
  background: var(--ink-05);
}
.tracker-head { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: flex-start; margin-bottom: 26px; }
.tracker-head h2 { font-size: clamp(24px, 2.8vw, 34px); margin: 6px 0 0; }
.tracker-head .order-status { margin-left: auto; }

.track { list-style: none; display: flex; padding: 0; margin: 0 0 26px; counter-reset: track; }
.track li {
  flex: 1; position: relative; display: grid; justify-items: center; gap: 8px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-15); text-align: center;
}

.track li::before {
  content: ""; position: absolute; top: 8px; left: -50%; width: 100%; height: 2px;
  background: var(--ink-15);
}
.track li:first-child::before { display: none; }
.track li.is-done::before, .track li.is-now::before { background: var(--forest); }
.track-dot {
  width: 18px; height: 18px; border-radius: 50%; position: relative; z-index: 1;
  border: 2px solid var(--ink-15); background: var(--cream);
}
.track li.is-done .track-dot { background: var(--forest); border-color: var(--forest); }
.track li.is-done { color: var(--forest); }
.track li.is-now .track-dot { border-color: var(--gold); background: var(--gold); box-shadow: 0 0 0 4px var(--gold-22); }
.track li.is-now { color: var(--ink); }
.track-label { line-height: 1.2; }

.tracker-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 18px; }
.tracker-facts > div { display: grid; gap: 3px; align-content: start; }
.tracker-facts b { font-family: var(--display); font-weight: 700; font-size: 22px; text-transform: uppercase; line-height: 1.05; }

@media (max-width: 560px) {
  .track { flex-wrap: wrap; gap: 14px 0; }
  .track li { flex: 0 0 33.33%; }
  .track li::before { display: none; }
}

.repeat-line { display: grid; gap: 3px; margin: 0 0 10px; }
.repeat-line b { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 18px; }

.empty-state {
  border: 1px dashed var(--ink-15); border-radius: var(--radius);
  padding: clamp(28px, 4vw, 44px); text-align: center;
}
.empty-state h3 { margin-bottom: 10px; }
.empty-state p { color: var(--ink-75); max-width: 42ch; margin: 0 auto 22px; }

:root {

  --lead-poster:  1.0;   
  --lead-display: 1.04;  
  --lead-title:   1.06;  
  --lead-head:    1.1;   
  --lead-sub:     1.16;  

  --t-poster:  clamp(40px, 6.4vw, 96px);
  --t-display: clamp(34px, 4.8vw, 72px);
  --t-title:   clamp(26px, 3.2vw, 44px);
  --t-head:    clamp(21px, 2.2vw, 30px);
  --t-figure:  clamp(72px, 13vw, 190px);
  --t-index:   clamp(40px, 6vw, 104px);

  --gold-deep: #8A6A22;
  --w-wide: 1440px;
  --sp-tight: clamp(48px, 6vw, 88px);
  --sp-wide:  clamp(104px, 13vw, 184px);
}

.wrap-wide { max-width: var(--w-wide); margin: 0 auto; }

.hp-index {
  display: flex; align-items: center; gap: 13px;
  font-family: var(--display); font-weight: 600; font-size: 15px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 20px;
}
.on-cream .hp-index { color: var(--gold-deep); }
.hp-index::before { content: ""; width: 26px; height: 1px; background: currentColor; flex: none; }
.hp-index b { font-weight: 800; font-variant-numeric: tabular-nums; }
.hp-index span { color: inherit; opacity: 0.72; font-weight: 600; }

.hp-plate { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--cream); }
.hp-plate > img, .hp-plate > picture > img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: 62% center;
}
.hp-plate::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(96deg, rgba(12,12,11,0.95) 0%, rgba(12,12,11,0.86) 32%, rgba(12,12,11,0.42) 66%, rgba(12,12,11,0.62) 100%);
}

.hp-plate::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0.055;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/></filter><rect width='140' height='140' filter='url(%23n)'/></svg>");
  background-size: 140px 140px;
}
@media (max-width: 820px) {
  .hp-plate > img, .hp-plate > picture > img { object-position: 58% center; }
  .hp-plate::before {
    background: linear-gradient(178deg, rgba(12,12,11,0.94) 0%, rgba(12,12,11,0.78) 34%, rgba(12,12,11,0.52) 62%, rgba(12,12,11,0.90) 100%);
  }
}

.hp-sunday-grid { display: grid; gap: clamp(28px, 4vw, 56px); grid-template-columns: 1fr; align-items: end; }
@media (min-width: 900px) { .hp-sunday-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); } }

.hp-journey { position: relative; display: grid; gap: 0; grid-template-columns: 1fr; }
.hp-step { position: relative; display: grid; gap: 9px; align-content: start; padding: 26px 0 26px 60px; }
.hp-step .n {
  position: absolute; left: 18px; top: 22px;
  font-family: var(--display); font-weight: 800; font-size: 30px; line-height: 1;
  color: var(--gold-deep); font-variant-numeric: tabular-nums;
}
.on-ink .hp-step .n { color: var(--gold); }

.hp-step .n::before {
  content: ""; position: absolute; left: -18px; top: 50%;
  width: 11px; height: 1px; background: var(--gold);
  transform-origin: left center;
}

.hp-step::before,
.hp-step::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px;
}
.hp-step::before { background: var(--ink-15); }
.on-ink .hp-step::before { background: var(--cream-15); }
.hp-step::after {
  background: var(--gold);
  transform: scaleY(var(--sp, 1)); transform-origin: top center;
}

.hp-step:first-child::before, .hp-step:first-child::after { top: 37px; }
.hp-step:last-child::before, .hp-step:last-child::after { bottom: auto; height: 37px; }

.hp-step h3 { font-size: var(--t-head); }
.hp-step p { font-size: 15.5px; color: var(--ink-75); margin: 0; max-width: 40ch; }
.on-ink .hp-step p { color: var(--cream-75); }
.hp-step .icon { margin-bottom: 2px; }

.hp-journey[data-jr="on"] .n,
.hp-journey[data-jr="on"] .n::before,
.hp-journey[data-jr="on"] .icon,
.hp-journey[data-jr="on"] h3,
.hp-journey[data-jr="on"] p {
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-journey[data-jr="on"] .icon { transition-delay: 70ms; }
.hp-journey[data-jr="on"] h3 { transition-delay: 95ms; }
.hp-journey[data-jr="on"] p { transition-delay: 155ms; }

.hp-step[data-lit="0"] .n { opacity: 0.3; }
.hp-step[data-lit="0"] .n::before { transform: scaleX(0); }
.hp-step[data-lit="0"] .icon,
.hp-step[data-lit="0"] h3,
.hp-step[data-lit="0"] p { opacity: 0.28; transform: translateY(7px); }

@media (prefers-reduced-motion: reduce) {
  .hp-step::after { transform: none !important; }
  .hp-step[data-lit="0"] .n,
  .hp-step[data-lit="0"] .icon,
  .hp-step[data-lit="0"] h3,
  .hp-step[data-lit="0"] p { opacity: 1 !important; transform: none !important; }
  .hp-step[data-lit="0"] .n::before { transform: none !important; }
}

@media (min-width: 700px) {
  .hp-journey { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 30px) clamp(20px, 2.4vw, 36px); }
  .hp-step { padding: 40px 0 clamp(28px, 3vw, 44px); }
  .hp-step h3 { font-size: clamp(18px, 1.55vw, 22px); }
  .hp-step .n { position: static; font-size: clamp(28px, 2.8vw, 40px); margin-bottom: 4px; }
  .hp-step .n::before { content: none; }

  .hp-step::before { left: 0; right: 0; top: 0; bottom: auto; width: auto; height: 1px; }
  .hp-step:first-child::before { left: 0; top: 0; }
  .hp-step:last-child::before { height: 1px; }
  .hp-step::after {
    left: 0; right: auto; top: -3.5px; bottom: auto;
    width: 7px; height: 7px; border-radius: 50%;
    transform: none;
  }
  .hp-step:first-child::after, .hp-step:last-child::after { top: -3.5px; height: 7px; }
  .hp-step p { max-width: none; font-size: 15px; }

  .hp-step[data-lit="0"] .n,
  .hp-step[data-lit="0"] .icon,
  .hp-step[data-lit="0"] h3,
  .hp-step[data-lit="0"] p { opacity: 1; transform: none; }
}

@media (min-width: 1180px) {
  .hp-journey { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .hp-step { padding-bottom: 0; }
}

@media (min-width: 700px) {
  .hp-journey { position: relative; }
  .hp-journey::before {
    content: ""; position: absolute; top: 0; height: 1px;
    left: calc(-1 * var(--pad-x)); right: calc(-1 * var(--pad-x));
    background: var(--ink-15);
  }
  .on-ink .hp-journey::before { background: var(--cream-15); }
}

.hp-reset-head { display: grid; gap: 0; max-width: 62ch; }
.hp-reset-head h2 {
  font-size: var(--t-display); line-height: var(--lead-title); letter-spacing: -0.018em; max-width: 15ch;
}
.hp-reset-head .lede { margin-top: clamp(18px, 2.2vw, 26px); max-width: 46ch; }

.hp-reset-cols {
  margin-top: clamp(48px, 6.4vw, 96px);
  display: grid; grid-template-columns: 1fr;
  gap: clamp(44px, 5vw, 64px) clamp(26px, 3.2vw, 54px);
}
@media (min-width: 900px) {
  .hp-reset-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.reset-col {
  display: grid; align-content: start; grid-template-rows: auto auto auto 1fr;
  border-top: 1px solid var(--cream-15); padding-top: clamp(20px, 2.2vw, 30px);
}
@media (min-width: 900px) {
  .reset-col { align-content: stretch; }
  .reset-col .cadence { align-self: end; }
}
@media (min-width: 900px) {
  .reset-col + .reset-col { border-left: 1px solid var(--cream-15); padding-left: clamp(24px, 2.8vw, 46px); }
}

.reset-col .who {
  display: flex; align-items: baseline; gap: 12px; margin: 0;
  font-family: var(--body); font-size: 12px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-75);
}
.reset-col .who b { color: var(--gold); font-variant-numeric: tabular-nums; font-weight: 800; }

.reset-col .time {
  margin: clamp(16px, 1.8vw, 24px) 0 0;
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(58px, 20vw, 84px); line-height: var(--lead-display); letter-spacing: -0.032em;
  color: var(--cream);
}
@media (min-width: 900px) { .reset-col .time { font-size: clamp(50px, 5.8vw, 78px); } }
.reset-col .time span { display: block; }

.reset-col .time span + span { color: var(--gold); }

.reset-col .load {
  margin-top: clamp(26px, 3vw, 38px);
  border-top: 1px solid var(--cream-08); padding-top: clamp(18px, 2vw, 24px);
}
.reset-col .lb {
  margin: 0 0 14px;
  font-family: var(--display); font-weight: 800; font-size: clamp(21px, 1.9vw, 26px);
  letter-spacing: 0.02em; line-height: 1; color: var(--cream-75);
  font-variant-numeric: tabular-nums;
}
.reset-col .lb i {
  font-style: normal; font-size: 0.52em; letter-spacing: 0.16em;
  margin-left: 0.34em; color: var(--cream-55); text-transform: uppercase;
}

.reset-col .looks {
  margin: 0; font-size: 13.5px; line-height: 1.55;
  color: var(--cream-55); max-width: 30ch; text-wrap: pretty;
}

.reset-col .cadence {
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  border-top: 1px solid var(--cream-08); padding-top: 14px;
  font-family: var(--body); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
}

.hp-reset-close {
  margin-top: clamp(64px, 8vw, 116px);
  border-top: 1px solid var(--gold-38); padding-top: clamp(28px, 3.4vw, 46px);
  display: grid; grid-template-columns: 1fr; gap: clamp(26px, 3vw, 48px);
}
@media (min-width: 900px) {
  .hp-reset-close { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: start; }
}
.hp-reset-close h3 {
  font-size: var(--t-poster); line-height: var(--lead-display); letter-spacing: -0.026em; margin: 0;
}

.hp-reset-close .eyebrow {
  margin-bottom: 16px; font-size: clamp(13px, 1.25vw, 15px); letter-spacing: 0.2em;
}
.reset-shout-note p {
  color: var(--cream-75); font-size: clamp(17px, 1.75vw, 21px); line-height: 1.5;
  max-width: 44ch; margin: 0;
}
.reset-shout-note p b, .reset-shout-note p strong { color: var(--gold); font-weight: 600; }

.reset-glyphs {
  list-style: none; margin: clamp(20px, 2.2vw, 28px) 0 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px clamp(16px, 1.8vw, 26px);
}
.reset-glyphs li { display: flex; align-items: center; gap: 9px; }
.reset-glyphs .g { color: var(--gold); flex: none; }
.reset-glyphs span {
  font-family: var(--body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-55);
}

.hp-reset-cols > .reset-col:nth-child(2) { transition-delay: 120ms; }
.hp-reset-cols > .reset-col:nth-child(3) { transition-delay: 240ms; }

.reset-col .time, .reset-col .load, .reset-col .cadence {
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reset-col[data-reveal="out"] .time { opacity: 0; transform: translateY(16px); }
.reset-col[data-reveal="out"] .load { opacity: 0; transform: translateY(12px); }
.reset-col[data-reveal="out"] .cadence { opacity: 0; }
.reset-col .time { transition-delay: 150ms; }
.reset-col .load { transition-delay: 280ms; }
.reset-col .cadence { transition-delay: 380ms; }
.hp-reset-cols > .reset-col:nth-child(2) .time { transition-delay: 270ms; }
.hp-reset-cols > .reset-col:nth-child(2) .load { transition-delay: 400ms; }
.hp-reset-cols > .reset-col:nth-child(2) .cadence { transition-delay: 500ms; }
.hp-reset-cols > .reset-col:nth-child(3) .time { transition-delay: 390ms; }
.hp-reset-cols > .reset-col:nth-child(3) .load { transition-delay: 520ms; }
.hp-reset-cols > .reset-col:nth-child(3) .cadence { transition-delay: 620ms; }

@media (prefers-reduced-motion: reduce) {
  .reset-col .time, .reset-col .load, .reset-col .cadence,
  .reset-col[data-reveal="out"] .time, .reset-col[data-reveal="out"] .load,
  .reset-col[data-reveal="out"] .cadence {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

.hp-svc { display: grid; }
.hp-row {
  display: grid; gap: clamp(18px, 3vw, 44px); grid-template-columns: 1fr;
  padding: clamp(28px, 4vw, 52px) 0; border-top: 1px solid var(--ink-15);
  text-decoration: none; color: inherit; align-items: center;
}
.on-ink .hp-row { border-color: var(--cream-15); }
.hp-svc .hp-row:first-child { border-top-width: 2px; border-top-color: var(--ink); }
.on-ink .hp-svc .hp-row:first-child { border-top-color: var(--cream); }
@media (min-width: 860px) {
  .hp-row { grid-template-columns: 76px minmax(0, 1fr) minmax(0, 0.86fr); }
  .hp-row .n { grid-column: 1; }
  .hp-row .hp-row-text { grid-column: 2; }
  .hp-row .hp-row-media { grid-column: 3; }

  .hp-row > * { grid-row: 1; }
  .hp-row.is-flipped { grid-template-columns: 76px minmax(0, 0.86fr) minmax(0, 1fr); }
  .hp-row.is-flipped .hp-row-text { grid-column: 3; }
  .hp-row.is-flipped .hp-row-media { grid-column: 2; }
  .hp-row.no-media .hp-row-text { grid-column: 2 / -1; max-width: 62ch; }
}
.hp-row .n {
  font-family: var(--display); font-weight: 800; font-size: clamp(34px, 4vw, 60px);
  line-height: 0.86; color: var(--ink-15); font-variant-numeric: tabular-nums;
  transition: color 260ms ease-out;
}
.on-ink .hp-row .n { color: var(--cream-15); }
.hp-row h3 { font-size: var(--t-title); margin-bottom: 12px; }
.hp-row p { font-size: 16px; color: var(--ink-75); max-width: 46ch; margin: 0; }
.on-ink .hp-row p { color: var(--cream-75); }
.hp-row .meta {
  display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 16px;
  font-family: var(--display); font-weight: 600; font-size: 14px;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--gold-deep);
}
.on-ink .hp-row .meta { color: var(--gold); }
.hp-row .go {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 18px;
  font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; transition: gap 220ms ease-out;
}
.hp-row .go::after { content: "\2192"; }
.hp-row-media { overflow: hidden; background: var(--ink); border-radius: var(--radius-photo); }
.hp-row-media img {
  width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; display: block;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}
a.hp-row:hover .hp-row-media img { transform: scale(1.045); }
a.hp-row:hover .n { color: var(--gold); }
a.hp-row:hover .go { gap: 15px; }
.on-cream a.hp-row { text-decoration: none; }

.hp-promise { background: var(--bone); }

.is-home .hp-promise + section.on-cream {
  background: linear-gradient(180deg, var(--bone) 0, var(--cream) clamp(150px, 22vw, 260px));
}

.promise-grid {
  display: grid; width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
}

.promise-say { display: grid; align-content: center; gap: clamp(16px, 2.1vw, 26px); }
.hp-promise .hp-index { margin: 0; }

.promise-h {
  font-family: var(--display); font-weight: 800;
  font-size: var(--t-poster); line-height: var(--lead-display); letter-spacing: -0.015em;
  text-transform: uppercase; margin: 0;
}
.promise-h span { display: block; }
.promise-h em { font-style: normal; color: var(--gold-deep); }

.hp-promise .lede { margin: 0; max-width: 42ch; }

.promise-act { margin-top: clamp(4px, 1vw, 12px); }
@media (max-width: 560px) {
  .promise-act { display: block; }
  .promise-act .btn { width: 100%; min-height: 52px; }   
}
.promise-spec {
  margin: 0; max-width: 46ch; color: var(--ink-75);
  font-size: clamp(14px, 1.5vw, 16px); line-height: 1.6;
}

.promise-show { position: relative; }

.promise-film {
  position: relative; margin: 0; overflow: hidden;
  aspect-ratio: 5 / 6; background: var(--ink-05);
  border-radius: var(--radius-frame);
}
.promise-film img,
.promise-film video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 38%;   
  display: block;
}

.promise-film video { opacity: 0; transition: opacity 420ms ease; }
.promise-film video[data-playing] { opacity: 1; }

.promise-film img, .promise-film video { transition: opacity 420ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1); }
.promise-show[data-promise="shut"] .promise-film img { transform: scale(1.03); }

.promise-card {
  position: absolute; z-index: 1;
  left: clamp(-56px, -3.4vw, -18px); right: clamp(14px, 2.6vw, 38px);
  bottom: clamp(-34px, -2.4vw, -14px);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 20px);
  margin: 0; padding: clamp(16px, 2.1vw, 28px) clamp(14px, 1.9vw, 26px);
  list-style: none;
  background: var(--cream);
  border-radius: var(--radius-frame);
  box-shadow: 0 20px 46px rgba(12, 12, 11, 0.11);
}
.promise-card li {
  display: grid; align-content: start; gap: 7px;
  padding-left: clamp(10px, 1.5vw, 20px);
  border-left: 1px solid var(--ink-10);
}
.promise-card li:first-child { padding-left: 0; border-left: 0; }
.promise-card b {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(38px, 4.4vw, 66px); line-height: 0.8; letter-spacing: -0.03em;
  color: var(--gold-deep); font-variant-numeric: tabular-nums;
}
.promise-card li > span {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(11px, 1.1vw, 13px); letter-spacing: 0.13em; line-height: 1.32;
  text-transform: uppercase; color: var(--ink-75);
}

@media (max-width: 900px) {
  .promise-grid { grid-template-columns: minmax(0, 1fr); gap: clamp(28px, 6vw, 40px); }

  .promise-film {
    aspect-ratio: 4 / 5;
    max-height: min(70vh, 720px);      
    max-height: min(70svh, 720px);
  }

  .promise-card {
    position: relative; inset: auto;
    margin: calc(-1 * clamp(22px, 6vw, 38px)) clamp(8px, 3vw, 22px) 0;
    padding-top: clamp(22px, 5vw, 32px);
  }
}
@media (max-width: 420px) {
  .promise-card { margin-inline: 0; padding: 26px 12px 16px; gap: 8px; }
  .promise-card li { padding-left: 9px; }
  .promise-card b { font-size: 34px; }
  .promise-card li > span { font-size: 10px; letter-spacing: 0.1em; }
}

@media (prefers-reduced-motion: reduce) {
  .promise-film img, .promise-film video { transition: none; }
  .promise-show[data-promise="shut"] .promise-film img { transform: none; }
}

.hp-held {
  display: grid; align-content: center;

  grid-template-columns: minmax(0, 1fr);

  min-height: calc(100svh - var(--nav-h));

  padding-top: clamp(40px, 7vw, 112px);
  padding-bottom: clamp(40px, 7vw, 112px);
}

@supports not (height: 100svh) { .hp-held { min-height: calc(100vh - var(--nav-h)); } }

@media (max-height: 560px) { .hp-held { min-height: 0; } }

.hp-held .wrap {
  display: grid; width: 100%; gap: clamp(18px, 3.4vw, 34px);
  justify-items: center; text-align: center;
}
.hp-held .hp-index { margin: 0; }

.held-figure {
  display: flex; align-items: baseline; flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(6px, 1vw, 14px);
  margin: 0;
  font-size: clamp(112px, 36vw, 340px);
  line-height: 0.78;
  letter-spacing: -0.035em;
  text-transform: none;

  padding: 0.13em 0 0.05em;
}
.held-amount { font-variant-numeric: tabular-nums; }
.held-unit {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(30px, 6.2vw, 96px);
  letter-spacing: -0.01em; text-transform: uppercase;
  color: var(--gold);

  white-space: nowrap;
}

.held-turn {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px clamp(10px, 1.2vw, 16px);
  margin: 0; font-family: var(--display); font-weight: 600;
  font-size: clamp(12.5px, 1.3vw, 15px); letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--cream-75);
}

.held-turn span {
  display: flex; align-items: center;
  padding: 9px clamp(12px, 1.4vw, 18px);
  background: var(--cream-08); border: 1px solid var(--cream-15);
}

.held-next {
  margin: 0; font-size: clamp(16px, 1.8vw, 20px); color: var(--cream-75);
}
.held-next b { color: var(--cream); font-weight: 600; }

.held-spec {
  display: grid; gap: clamp(20px, 2.6vw, 30px) clamp(18px, 2.4vw, 34px);

  grid-template-columns: repeat(2, 1fr); margin: 0;

  width: 100%; max-width: 900px; text-align: left;
  border-top: 1px solid var(--cream-15); padding-top: clamp(26px, 3vw, 40px);
}
.held-spec > div {
  display: grid; gap: 6px; align-content: start;
  border-left: 2px solid var(--gold); padding-left: clamp(14px, 1.6vw, 22px);
}
.held-spec dt {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(16px, 1.7vw, 21px); letter-spacing: 0.06em; line-height: 1.05;
  color: var(--cream);
}
.held-spec dd {
  margin: 0; font-size: clamp(14px, 1.4vw, 15.5px); line-height: 1.5;
  color: var(--cream-75); max-width: 42ch;
}

.held-cta { margin: 0; }
.held-cta .btn { min-height: 52px; display: inline-flex; align-items: center; }
@media (max-width: 560px) {
  .held-cta { display: grid; }
  .held-cta .btn { justify-content: center; }
}

.hp-calc { display: grid; gap: clamp(26px, 4vw, 56px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .hp-calc { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr); } }

.hp-calc-q { font-size: var(--t-display); line-height: var(--lead-title); margin: 0 0 26px; }
.hp-pick { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 620px) { .hp-pick { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.hp-pick button {
  border: 1px solid var(--cream-15); background: transparent; color: inherit;
  font-family: var(--body); padding: 15px 14px; cursor: pointer; text-align: left;
  border-radius: var(--radius); transition: border-color 160ms ease-out, background 160ms ease-out;
}
.hp-pick button b {
  display: block; font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 19px; line-height: 1.05; margin-bottom: 5px;
}
.hp-pick button span { display: block; font-size: 13px; opacity: 0.66; }

.hp-pick button i {
  display: block; margin-top: 9px; font-style: normal;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 700; color: var(--gold); opacity: 0.85;
}
.hp-pick button[aria-pressed="true"] i { color: var(--ink); opacity: 0.7; }
.hp-pick button:hover { border-color: var(--gold-38); }
.hp-pick button[aria-pressed="true"] { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.hp-pick button[aria-pressed="true"] span { opacity: 0.78; }

.hp-out { border: 1px solid var(--gold-38); padding: clamp(26px, 3.4vw, 40px); display: grid; gap: 0; }

.hp-out .fieldset-label { display: block; }
.hp-out .amt {
  font-family: var(--display); font-weight: 800; font-size: clamp(58px, 9vw, 104px);
  line-height: 0.84; letter-spacing: -0.03em; color: var(--signal);
  font-variant-numeric: tabular-nums; margin: 0.34em 0 0;
}

.on-cream .hp-out .amt { color: var(--signal-cream); }
.hp-out dl { display: grid; gap: 0; margin: clamp(30px, 3.4vw, 40px) 0 0; }
.hp-out dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid var(--cream-15); }
.hp-out dt { font-family: var(--display); font-weight: 600; font-size: 14px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--cream-55); }
.hp-out dd { margin: 0; font-family: var(--display); font-weight: 700; font-size: 18px; text-transform: uppercase; text-align: right; font-variant-numeric: tabular-nums; }
.hp-out .bd { font-size: 13.5px; color: var(--cream-55); margin: 22px 0 0; }
.hp-out .bd:empty { margin: 0; }

.hp-comm .comm-h {
  font-size: clamp(46px, 7vw, 104px); line-height: var(--lead-display); letter-spacing: -0.026em;
  margin: 0;
}
.hp-comm .comm-h span { display: block; }
.hp-sectors { display: flex; flex-wrap: wrap; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--cream-15); }
.hp-sectors li {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(19px, 1.9vw, 25px); line-height: 1.04; padding: 15px 0; min-height: 56px;
  border-bottom: 1px solid var(--cream-15); width: 100%;
  display: flex; align-items: baseline; gap: 12px;
}
@media (min-width: 700px) { .hp-sectors li { width: 50%; } .hp-sectors li:nth-child(odd) { padding-right: 24px; } }
.hp-sectors li::before { content: ""; width: 6px; height: 6px; background: var(--gold); flex: none; }

.hp-route { display: grid; gap: 0 clamp(24px, 4vw, 64px); grid-template-columns: 1fr; border-top: 2px solid var(--cream); }
@media (min-width: 680px) { .hp-route { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .hp-route { grid-template-columns: repeat(3, 1fr); } }
.hp-town {
  display: flex; align-items: baseline; gap: 14px; padding: 13px 0;
  border-bottom: 1px solid var(--cream-15); color: var(--cream); text-decoration: none;
  transition: padding-left 200ms ease-out, color 200ms ease-out;
}
.hp-town .nm { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(19px, 1.9vw, 26px); line-height: 1; }
.hp-town .zp { margin-left: auto; font-size: 12px; letter-spacing: 0.08em; color: var(--cream-55); font-variant-numeric: tabular-nums; white-space: nowrap; }

@media (max-width: 559px) {
  .hp-town { display: grid; gap: 4px; }
  .hp-town .zp { margin-left: 0; white-space: normal; }
}
a.hp-town:hover, .hp-town-soon:hover > .hp-town, .hp-town-soon[open] > .hp-town { color: var(--gold); padding-left: 8px; }
a.hp-town:hover .zp, .hp-town-soon:hover > .hp-town .zp, .hp-town-soon[open] > .hp-town .zp { color: var(--gold); }

.hp-town-soon { position: relative; height: 100%; }
.hp-town-soon > summary {
  cursor: pointer; list-style: none;

  -webkit-tap-highlight-color: transparent;
}
.hp-town-soon > summary::-webkit-details-marker { display: none; }
.hp-town-soon > summary::marker { content: ""; }

.hp-town-soon > summary .nm::after {
  content: ""; display: inline-block; vertical-align: middle;
  width: 7px; height: 7px; margin-left: 10px; border-radius: 50%;
  border: 1px solid var(--gold);
  transition: background 200ms ease-out, border-color 200ms ease-out;
}
.hp-town-soon:hover > summary .nm::after,
.hp-town-soon[open] > summary .nm::after { background: var(--gold); border-color: var(--gold); }

.hp-soon {
  position: absolute; z-index: 6; left: 0; right: 0; top: calc(100% - 1px);
  margin: 0; padding: 16px 18px 18px;
  background: var(--ink); border: 1px solid var(--gold-38);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  font-size: 13.5px; line-height: 1.5; color: var(--cream-75);
}
.hp-soon b { display: block; margin-bottom: 5px; color: var(--gold); font-weight: 700; }
@media (prefers-reduced-motion: no-preference) {
  .hp-town-soon[open] .hp-soon { animation: soon-in 220ms cubic-bezier(0.22, 1, 0.36, 1) both; }
}
@keyframes soon-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}

.hp-quotes { display: grid; gap: clamp(20px, 3vw, 40px); grid-template-columns: 1fr; }
@media (min-width: 820px) { .hp-quotes { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
.hp-quote { margin: 0; padding-top: 20px; border-top: 1px solid var(--ink-15); }
.hp-quote blockquote { margin: 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.42; font-weight: 300; }
.hp-quote figcaption { margin-top: 16px; font-family: var(--display); font-weight: 600; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); }

.hp-faq-grid { display: grid; gap: clamp(22px, 4vw, 60px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .hp-faq-grid { grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr); } }
.hp-faq-grid .faq { border-top: 2px solid var(--ink); }
.hp-faq-grid .faq summary { font-size: clamp(19px, 2.1vw, 27px); padding: 24px 44px 24px 0; }
.hp-faq-grid .faq .answer { max-width: 66ch; }

.hp-close { padding: clamp(96px, 15vw, 210px) var(--pad-x); text-align: center; }
.hp-close h2 { font-size: clamp(46px, 9.6vw, 150px); line-height: var(--lead-poster); letter-spacing: -0.028em; margin: 0; }

.hp-close h2 span { display: block; }
.hp-close h2 span + span { display: inline; }
.hp-close h2 .em { color: var(--gold); }
.hp-close .sub {
  font-size: clamp(18px, 2.2vw, 27px); font-weight: 300; color: var(--cream-75);
  margin: clamp(24px, 3vw, 36px) auto 0; max-width: 34ch;
}
.hp-close .btn-row { margin-top: clamp(28px, 3.6vw, 44px); gap: 20px; justify-content: center; }
.hp-close .foot-note { margin: 26px auto 0; font-size: 13.5px; color: var(--cream-55); max-width: 52ch; }

.hp-reveal { transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1); }
.hp-reveal[data-reveal="out"] { opacity: 0; transform: translateY(20px); }

@media (prefers-reduced-motion: reduce) {
  .hp-reveal, .hp-reveal[data-reveal="out"] { opacity: 1 !important; transform: none !important; }
  .hp-row-media img { transition: none !important; }
}

@media (max-width: 760px) {
  .hero-film { background-image: url("/uploads/mascot-hero-gray-portrait.jpg");
    background-image: image-set(url("/uploads/r/mascot-hero-gray-portrait-960.avif") type("image/avif"), url("/uploads/r/mascot-hero-gray-portrait-960.webp") type("image/webp"), url("/uploads/mascot-hero-gray-portrait.jpg") type("image/jpeg")); }

  .hero-film::after {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(178deg, rgba(12,12,11,0.90) 0%, rgba(12,12,11,0.78) 42%, rgba(12,12,11,0.42) 68%, rgba(12,12,11,0.30) 100%);
  }
  .hero-reveal { display: none !important; }

  .hero-trace { display: none !important; }

  .wipe-hand i:nth-child(1) { background-image: url("/uploads/wipe-hand-a.png"); background-image: image-set(url("/uploads/r/wipe-hand-a-150.avif") type("image/avif"), url("/uploads/r/wipe-hand-a-150.webp") type("image/webp"), url("/uploads/wipe-hand-a.png") type("image/png")); }
  .wipe-hand i:nth-child(2) { background-image: url("/uploads/wipe-hand-b.png"); background-image: image-set(url("/uploads/r/wipe-hand-b-150.avif") type("image/avif"), url("/uploads/r/wipe-hand-b-150.webp") type("image/webp"), url("/uploads/wipe-hand-b.png") type("image/png")); }
}

@media (hover: none) {
  .hero-reveal { display: none !important; }
}

.hero-proof .sep { display: none; }
.hero-proof > span + span { position: relative; }
@media (min-width: 560px) {
  .hero-proof > span + span::before {
    content: ""; position: absolute; left: -10px; top: 0.15em; bottom: 0.15em;
    width: 1px; background: rgba(248, 246, 242, 0.34);
  }
}

.hero-film .btn-row { gap: clamp(16px, 2.4vw, 26px); }

.btn { white-space: normal; text-wrap: balance; min-height: 52px; }

.split > *, .grid > * { min-width: 0; }

.is-home main > section + section { border-top: 1px solid var(--gold-22); }
.is-home main > .trustbar + section { border-top: 0; }
.is-home main > section + section.on-cream { border-top-color: rgba(207, 168, 78, 0.30); }

@media (min-width: 1250px) {
  :root { --nav-h: 89px; }
}

@media (min-width: 768px) and (max-width: 1249px) {
  .brand .sub { display: none; }
}

@media (min-width: 768px) and (max-width: 847px) {
  .brand img.mark { display: none; }
}

.hp-town { height: 100%; }

.hp-close > img, .hp-close > picture > img { object-position: 74% center; }

.hp-close::before {
  background: linear-gradient(96deg, rgba(12,12,11,0.96) 0%, rgba(12,12,11,0.90) 30%, rgba(12,12,11,0.72) 62%, rgba(12,12,11,0.62) 100%);
}
@media (max-width: 820px) {
  .hp-close > img, .hp-close > picture > img { object-position: 62% center; }
  .hp-close::before {
    background: linear-gradient(178deg, rgba(12,12,11,0.94) 0%, rgba(12,12,11,0.86) 40%, rgba(12,12,11,0.72) 68%, rgba(12,12,11,0.93) 100%);
  }
}

.post-layout > *, .dash-grid > *, .founder-grid > *, .hp-calc > *, .hp-sunday-grid > *,
.hp-reset-cols > *, .hp-reset-close > * { min-width: 0; }

.card h3, .step h3, .hp-step h3 { overflow-wrap: break-word; hyphens: auto; }

@media (max-width: 600px) {
  .hero h1 { font-size: clamp(36px, 9.2vw, 62px); }
}

.split > * > h2,
.split > * > .section-head > h2 { font-size: var(--t-title); }

.wrap-narrow > h1,
.hero .wrap-narrow h1,
.cta-band h2 { font-size: clamp(36px, 6vw, 84px); }

a[href^="mailto:"], a[href^="tel:"] { overflow-wrap: anywhere; }

.hiw-plate { position: relative; background: var(--ink); }
.hiw-film { position: relative; width: 100%; overflow: hidden; }
.hiw-film img, .hiw-film video {
  display: block; width: 100%; height: auto; object-fit: cover;
}

.hiw-film video {
  position: absolute; inset: 0; height: 100%;
  opacity: 0; transition: opacity 420ms ease;
}
.hiw-film video[data-playing] { opacity: 1; }

.hiw-slab {
  background: var(--ink); color: var(--cream);
  border-top: 1px solid var(--gold-38);
  padding: clamp(24px, 2.8vw, 38px) var(--pad-x) clamp(22px, 2.6vw, 34px);
}
.hiw-slab > * { max-width: var(--max); margin-inline: auto; }

@media (min-width: 901px) {
  .hiw-slab {
    display: grid; align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(24px, 3.4vw, 64px);
    column-gap: clamp(32px, 4vw, 80px);
  }

  .hiw-slab > * { max-width: none; margin-inline: 0; }
  .hiw-slab { max-width: none; }
  .hiw-slab-inner { display: contents; }

  .hiw-slab { align-content: start; row-gap: 18px; }
  .hiw-slab h1 { grid-column: 1; grid-row: 1 / span 2; align-self: start; }
  .hiw-slab p { grid-column: 2; grid-row: 1; margin-top: 0; }
  .hiw-slab .btn-row { grid-column: 2; grid-row: 2; margin-top: 0; }
}

.hiw-slab h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(38px, 6.4vw, 92px); line-height: var(--lead-display); margin: 0;
  letter-spacing: 0.005em;
}
.hiw-slab .kw { display: block; font-family: var(--body); text-transform: uppercase;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; color: var(--gold);
  margin-bottom: 14px; }

.hiw-slab p { margin: 16px 0 0; color: var(--cream-75); max-width: 50ch; font-size: 16px; line-height: 1.72; }

.hiw-film img, .hiw-film video {
  max-height: min(54svh, 540px); object-fit: cover; object-position: 50% 50%;
}
@media (max-width: 900px) {
  .hiw-film img, .hiw-film video {
    aspect-ratio: 5 / 4; height: auto; max-height: none;
    object-fit: cover; object-position: 40% 50%;
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .hiw-film img, .hiw-film video { aspect-ratio: 16 / 9; }
}

.hiw-track { display: grid; gap: 0; }
.hiw-step {
  display: grid;
  grid-template-columns: minmax(58px, 0.16fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 56px);
  padding: clamp(38px, 5vw, 76px) 0;
  border-top: 1px solid var(--ink-10);
}
.hiw-step:first-child { border-top: 0; }
.hiw-rail { position: sticky; top: calc(var(--nav-h) + 22px); align-self: start; }

.hiw-rail .n {
  display: block; font-family: var(--display); font-weight: 800;
  font-size: clamp(52px, 8.5vw, 132px); line-height: 0.8;
  color: var(--gold-deep); font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.hiw-rail .who {
  display: block; margin-top: 10px; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-60);
}
.hiw-body h3 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(24px, 3.4vw, 46px); line-height: var(--lead-head); margin: 0 0 16px;
}
.hiw-body p { max-width: 58ch; }
.hiw-body p:last-child { margin-bottom: 0; }
.hiw-you { color: var(--gold-deep); }

@media (prefers-reduced-motion: reduce) {
  .hiw-film video { transition: none; }
}

.on-bone { background: var(--bone); color: var(--ink); }
.svc-open { border-bottom: 1px solid var(--ink-15); }
.svc-open h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(40px, 8.2vw, 116px); line-height: var(--lead-poster); margin: 0;
}
.svc-open p { margin: 22px 0 0; max-width: 54ch; }

.svc-index { display: grid; }
.svc-entry {
  display: grid;
  grid-template-columns: clamp(2.2rem, 4vw, 3.4rem) minmax(0, 1fr) minmax(9rem, 12rem);
  align-items: start;
  gap: 6px clamp(14px, 2.4vw, 34px);
  padding: clamp(26px, 3.6vw, 48px) 0;
  border-bottom: 1px solid var(--ink-15);
  text-decoration: none; color: inherit;
  transition: background 160ms ease, padding-left 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.on-cream a.svc-entry, .on-bone a.svc-entry,
.on-cream a.svc-entry:hover, .on-bone a.svc-entry:hover { text-decoration: none; }
.svc-entry:first-child { border-top: 1px solid var(--ink-15); }
.svc-entry .num {
  font-family: var(--display); font-size: clamp(15px, 1.5vw, 19px);
  color: var(--gold-deep); font-variant-numeric: tabular-nums; letter-spacing: 0.06em;
  padding-top: 0.42em;
}
.svc-entry .nm {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(28px, 5.4vw, 74px); line-height: var(--lead-title); margin: 0;
  text-wrap: balance;
}
.svc-entry .arg { margin: 12px 0 0; max-width: 52ch; color: var(--ink-75); font-size: 16px; }
.svc-entry .tab {
  justify-self: end; text-align: right; padding-top: 0.5em;
  font-variant-numeric: tabular-nums; line-height: 1.3;
}
.svc-entry .tab b { display: block; font-size: clamp(16px, 1.5vw, 19px); white-space: nowrap; }
.svc-entry .tab span {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-60); margin-top: 4px;
}

.svc-entry:hover, .svc-entry:focus-visible {
  background: var(--ink-05); padding-left: 12px; outline: 0;
}
.svc-entry:focus-visible { box-shadow: inset 3px 0 0 var(--gold); }

@media (max-width: 720px) {
  .svc-entry { grid-template-columns: clamp(1.8rem, 6vw, 2.4rem) minmax(0, 1fr); }
  .svc-entry .tab {
    grid-column: 2; justify-self: start; text-align: left;
    margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--ink-10);
    width: 100%;
  }
  .svc-entry .tab b { display: inline; }
  .svc-entry .tab span { display: inline; margin-left: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .svc-entry { transition: none; }
  .svc-entry:hover, .svc-entry:focus-visible { padding-left: 0; }
}

.wf-plate { display: block; width: 100%; background: var(--bone); }
.wf-plate img { display: block; width: 100%; height: auto; }

.wf-plate img {
  max-height: min(64svh, 620px); object-fit: cover; object-position: center;
}

@media (max-width: 700px) {
  .wf-plate img { aspect-ratio: 4 / 3; max-height: none; }
}

.wf-band { border-bottom: 1px solid var(--ink-10); }
.wf-cap {
  display: grid;
  grid-template-columns: clamp(2.2rem, 4vw, 3.4rem) auto minmax(0, 1fr);
  align-items: baseline; gap: 10px clamp(16px, 2.6vw, 40px);
}
.wf-cap .num {
  font-family: var(--display); font-size: clamp(14px, 1.4vw, 18px);
  color: var(--gold-deep); font-variant-numeric: tabular-nums; letter-spacing: 0.06em;
}

.wf-cap .verb {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(44px, 8.4vw, 118px); line-height: 0.82; margin: 0;
  letter-spacing: 0.005em; white-space: nowrap;
}
.wf-cap .say { margin: 0; max-width: 46ch; color: var(--ink-75); align-self: center; }
.wf-cap .say strong { color: var(--ink); }

@media (max-width: 860px) {
  .wf-cap { grid-template-columns: clamp(1.8rem, 6vw, 2.4rem) minmax(0, 1fr); }
  .wf-cap .say { grid-column: 2; margin-top: 4px; }
}

.wf-open h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(34px, 5.6vw, 78px); line-height: var(--lead-title); margin: 0 0 20px;
  text-wrap: balance;
}
.wf-open .lede { max-width: 56ch; }
.wf-open .hr { height: 1px; background: var(--ink-15); margin: clamp(26px, 3.2vw, 40px) 0; }
.wf-open { padding-top: clamp(28px, 3.6vw, 48px); }

.wf-sign { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); flex-wrap: wrap; }
.wf-sign img { width: clamp(120px, 18vw, 210px); height: auto; display: block; }
.wf-sign p { margin: 0; max-width: 42ch; }

.cb-held {
  min-height: calc(100svh - var(--nav-h));
  display: grid; align-content: center;
  border-bottom: 1px solid var(--gold-38);
  overflow: hidden;
}
.cb-held > .wrap {
  width: 100%;
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(16px, 3vw, 48px);
}

.cb-held h1 {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;

  font-size: clamp(52px, 10.5vw, 150px); line-height: var(--lead-poster); margin: 0;
  letter-spacing: 0.002em;
}
.cb-held .kw {
  display: block; font-family: var(--body); text-transform: uppercase;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em;
  color: var(--gold); margin-bottom: 18px;
}
.cb-held .say { margin: 26px 0 0; max-width: 44ch; color: var(--cream-75); }
.cb-held .btn-row { margin-top: 30px; }
.cb-mascot { justify-self: center; }
.cb-mascot img {
  display: block; width: 100%; height: auto;
  max-width: min(40vw, 440px);
}

@media (max-width: 860px) {
  .cb-held > .wrap { grid-template-columns: minmax(0, 1fr); gap: clamp(14px, 4vw, 30px); }
  .cb-mascot img { max-width: min(62vw, 340px); }
  .cb-held { align-content: start; padding-top: clamp(28px, 7vw, 56px); }
}

.cb-ledger { padding-top: clamp(30px, 4vw, 56px); }
.cb-ledger .lead {
  display: flex; flex-wrap: wrap; align-items: baseline;
  gap: 8px clamp(14px, 2.4vw, 30px);
  padding-bottom: clamp(18px, 2.4vw, 30px);
  border-bottom: 1px solid var(--ink-15);
  margin-bottom: clamp(24px, 3vw, 40px);
}
.cb-ledger .lead h2 {
  font-family: var(--display); text-transform: uppercase; margin: 0;
  font-size: clamp(26px, 3.6vw, 48px); line-height: var(--lead-head);
}
.cb-ledger .lead .note { margin: 0; color: var(--ink-60); font-size: 14.5px; }

.rp-field { display: grid; gap: clamp(6px, 0.9vw, 12px); }
.rp-week { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: clamp(6px, 0.9vw, 12px); }
.rp-day {
  aspect-ratio: 1 / 1; border-radius: var(--radius);
  background: var(--ink-05); border: 1px solid var(--ink-10);
}

.rp-field[data-day="1"] .rp-day:nth-child(1),
.rp-field[data-day="2"] .rp-day:nth-child(2),
.rp-field[data-day="3"] .rp-day:nth-child(3),
.rp-field[data-day="4"] .rp-day:nth-child(4),
.rp-field[data-day="5"] .rp-day:nth-child(5) {
  background: var(--gold); border-color: var(--gold-deep);
}
.rp-head {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(6px, 0.9vw, 12px); margin-bottom: clamp(8px, 1.2vw, 14px);
}
.rp-head span {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-60); text-align: center;
}

.rp-field-wrap { position: relative; max-width: 560px; }
.rp-legend {
  display: flex; gap: 20px; flex-wrap: wrap; align-items: center;
  margin-top: clamp(16px, 2vw, 24px); font-size: 13.5px; color: var(--ink-60);
}
.rp-legend i { display: inline-block; width: 13px; height: 13px; border-radius: var(--radius);
  vertical-align: -1px; margin-right: 8px; border: 1px solid var(--ink-10); background: var(--ink-05); }
.rp-legend .lit i { background: var(--gold); border-color: var(--gold-deep); }

.rp-days { display: flex; flex-wrap: wrap; gap: 8px; margin-top: clamp(20px, 2.6vw, 30px); }
.rp-days button {
  font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 12px 18px; min-height: 46px;
  background: transparent; color: var(--ink); border: 1px solid var(--ink-15);
  border-radius: var(--radius); cursor: pointer; transition: background 140ms ease, color 140ms ease;
}
.rp-days button[aria-pressed="true"] { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.rp-days button:hover { border-color: var(--gold-deep); }
.rp-days button:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 2px; }
@media (max-width: 560px) { .rp-days button { flex: 1 1 calc(33.333% - 8px); min-height: 52px; padding: 12px 8px; } }

.rp-open { display: grid; gap: clamp(28px, 4vw, 64px); grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); align-items: start; }
@media (max-width: 900px) { .rp-open { grid-template-columns: minmax(0, 1fr); } }
.rp-open h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(38px, 5.8vw, 82px); line-height: var(--lead-display); margin: 0 0 20px; text-wrap: balance;
}

@media (prefers-reduced-motion: no-preference) {
  .rp-field[data-ignite] .rp-day { opacity: 0; animation: rpIgnite 320ms ease forwards; }
}
@keyframes rpIgnite { to { opacity: 1; } }

.led-open { border-bottom: 1px solid var(--ink-15); }
.led-open h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(34px, 5.4vw, 76px); line-height: var(--lead-title); margin: 0 0 20px;
  text-wrap: balance;
}
.led-open .lede { max-width: 58ch; }

.led {
  display: grid;
  border-top: 1px solid var(--ink);
}
.led-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(6.5rem, 0.42fr) minmax(0, 1.6fr);
  gap: 4px clamp(14px, 2.2vw, 32px);
  padding: clamp(13px, 1.5vw, 18px) 0;
  border-bottom: 1px solid var(--ink-10);
  align-items: baseline;
}

.led-group {
  grid-column: 1 / -1; padding: clamp(26px, 3vw, 38px) 0 10px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(15px, 1.6vw, 20px); letter-spacing: 0.05em; color: var(--gold-deep);
}
.led-row:first-child .led-group, .led-group:first-child { padding-top: 0; }
.led-item { font-weight: 700; font-size: 15.5px; }
.led-price {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(20px, 2vw, 26px); line-height: 1;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.led-price .u { font-size: 0.46em; letter-spacing: 0.1em; margin-left: 2px; }

.led-price.is-word, .rate .price.is-word {
  font-size: clamp(12px, 1.15vw, 14px); letter-spacing: 0.14em;
  text-transform: uppercase; white-space: normal;
  font-variant-numeric: normal; color: var(--gold-deep);
}

.on-ink .led-price.is-word, .on-ink .rate .price.is-word,
.on-forest .led-price.is-word, .on-forest .rate .price.is-word { color: var(--gold); }
.led-note { font-size: 14.5px; color: var(--ink-60); margin: 0; }
.led-row.is-free .led-price { color: var(--gold-deep); }

@media (max-width: 780px) {
  .led-row { grid-template-columns: minmax(0, 1fr) auto; }
  .led-note { grid-column: 1 / -1; margin-top: 2px; }
  .led-group { grid-column: 1 / -1; }
}

.led-foot {
  margin-top: clamp(20px, 2.6vw, 30px); font-size: 14.5px; color: var(--ink-60);
  max-width: 62ch;
}

.cm-open > .wrap {
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(26px, 4vw, 60px);
}
.cm-open h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(36px, 5.2vw, 74px); line-height: var(--lead-title); margin: 0 0 20px;
  text-wrap: balance;
}
.cm-open .lede { max-width: 48ch; }
.cm-shot img { display: block; width: 100%; height: auto; border-radius: var(--radius); }
@media (max-width: 900px) {
  .cm-open > .wrap { grid-template-columns: minmax(0, 1fr); }

  .cm-shot { order: 0; margin-top: clamp(24px, 5vw, 40px); }
}

.ab-value {
  min-height: min(calc(100svh - var(--nav-h)), 760px);
  display: grid; align-content: center;
  position: relative; overflow: hidden;
  border-top: 1px solid var(--ink-10);
}
.on-ink.ab-value { border-top-color: var(--cream-15); }
.ab-value > .wrap { width: 100%; position: relative; z-index: 2; }
.ab-value .n {
  display: block; font-family: var(--display); font-size: clamp(13px, 1.4vw, 17px);
  letter-spacing: 0.14em; color: var(--gold-deep); margin-bottom: 18px;
}
.on-ink.ab-value .n { color: var(--gold); }
.ab-value h2 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(40px, 8.6vw, 118px); line-height: var(--lead-poster); margin: 0;
  max-width: 15ch; text-wrap: balance;
}
.ab-value p { margin: 26px 0 0; max-width: 44ch; }

.ab-shot {
  position: absolute; top: 0; bottom: 0; width: 34%;
  right: 0; z-index: 1; overflow: hidden;
}
.ab-value.is-left .ab-shot { right: auto; left: 0; }
.ab-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-value.is-left > .wrap { padding-left: 30%; }

@media (max-width: 1000px) {
  .ab-shot { display: none; }
  .ab-value.is-left > .wrap { padding-left: 0; }
  .ab-value { min-height: 0; padding-top: clamp(46px, 8vw, 80px); padding-bottom: clamp(46px, 8vw, 80px); }
}

.ar-open > .wrap {
  display: grid; align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
}
.ar-open h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(46px, 8.4vw, 116px); line-height: var(--lead-poster); margin: 0 0 22px;
}
.ar-open .lede { max-width: 42ch; }
.ar-check { padding-top: clamp(4px, 1vw, 14px); }
.ar-tally { margin: clamp(26px, 3.4vw, 40px) 0 0; display: grid; gap: 0; }
.ar-tally > div {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 13px 0; border-bottom: 1px solid var(--cream-15);
}
.ar-tally > div:first-child { border-top: 1px solid var(--cream-15); }
.ar-tally dt {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--cream-55);
}
.ar-tally dd {
  margin: 0; font-family: var(--display); font-weight: 800;
  font-size: clamp(24px, 2.6vw, 34px); line-height: 1;
  font-variant-numeric: tabular-nums; color: var(--gold);
}
@media (max-width: 900px) { .ar-open > .wrap { grid-template-columns: minmax(0, 1fr); } }

.tc-mascot {
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  align-items: center; gap: clamp(20px, 4vw, 56px);
}
.tc-mascot img { display: block; width: clamp(130px, 22vw, 260px); height: auto; }
.tc-mascot h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(38px, 6.6vw, 96px); line-height: var(--lead-display); margin: 0 0 18px;
}
.tc-mascot .lede { max-width: 46ch; }
@media (max-width: 620px) {
  .tc-mascot { grid-template-columns: minmax(0, 1fr); gap: clamp(14px, 4vw, 26px); }
  .tc-mascot img { width: clamp(120px, 42vw, 190px); }
}

.book-head { margin-bottom: clamp(22px, 3vw, 34px); }
.book-head h1 { font-size: clamp(27px, 3.8vw, 48px); margin: 0; }
.book-head p { margin: 14px 0 0; max-width: 54ch; color: var(--ink-75); font-size: 15.5px; }

.ab-shot, .cm-shot, .post-card-media, .weigh, .author-card img {
  border-radius: var(--radius-photo); overflow: hidden;
}
.ab-shot img, .cm-shot img, .post-card-media img, .weigh img {
  border-radius: inherit;
}

@media (max-height: 940px) {

  main > section:first-of-type:not(.hp-plate):not(.hiw-plate):not(.hero-film) {
    padding-top: clamp(20px, 2.4vw, 40px);
    padding-bottom: clamp(40px, 5vw, 72px);
  }

  .hero-film {
    padding-top: calc(clamp(20px, 2.4vw, 40px) + var(--nav-h));
    padding-bottom: clamp(40px, 5vw, 72px);
  }

  .cb-held { min-height: calc(100svh - var(--nav-h) - clamp(20px, 2.4vw, 40px)); }
}

.fo-open > .wrap {
  display: grid; align-items: start;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(28px, 4.5vw, 72px);
}
.fo-open h1 {
  font-size: clamp(38px, 5.4vw, 78px); line-height: var(--lead-title);
  margin: 0;
}

.fo-open h1 .kw {
  display: block; font-family: var(--body); color: var(--gold);
  font-size: clamp(10px, 1.05vw, 12px); font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; line-height: 1.7; text-wrap: wrap;
  margin: 0 0 clamp(18px, 2.4vw, 28px);
}
.fo-open .lede { margin-top: clamp(18px, 2.2vw, 26px); max-width: 46ch; }

.fo-open-shot { margin: 0; }
.fo-open-shot img {
  display: block; width: 100%; height: auto;
  border-radius: var(--radius-photo);
}
.fo-open-shot figcaption {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px;
  margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--gold-38);
}
.fo-open-shot figcaption b {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 17px; letter-spacing: 0.06em; color: var(--cream);
}
.fo-open-shot figcaption span {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--cream-55);
}

@media (max-width: 900px) {
  .fo-open > .wrap { grid-template-columns: minmax(0, 1fr); }
  .fo-open-type { order: -1; }
  .fo-open-shot img { max-width: 520px; margin-inline: auto; }
  .fo-open-shot figcaption { max-width: 520px; margin-inline: auto; }
}

.fo-note p { max-width: 64ch; margin: 0 0 clamp(16px, 1.6vw, 22px); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.72; }
.fo-pull {
  margin: clamp(30px, 4vw, 52px) 0; padding: 0 0 0 clamp(18px, 2.2vw, 30px);
  border-left: 2px solid var(--gold);
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(24px, 3vw, 42px); line-height: var(--lead-head);
  letter-spacing: -0.005em; color: var(--ink); max-width: 22ch;
}

.fo-note p.fo-motto-lead { color: var(--ink-60); margin-bottom: 12px; }
.fo-note p.fo-motto {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(28px, 4.2vw, 60px); line-height: var(--lead-head);
  letter-spacing: -0.012em; color: var(--forest); max-width: 18ch;
  margin: 0 0 clamp(30px, 3.6vw, 46px);
}
.fo-note p.fo-sign {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px;
  padding-top: clamp(18px, 2.2vw, 26px); border-top: 1px solid var(--ink-15);
  margin: 0; max-width: 64ch;
}
.fo-sign b {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 19px; letter-spacing: 0.05em;
}
.fo-sign span {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-60);
}

.pr-hero {
  position: relative; overflow: hidden;
  min-height: calc(100svh - var(--nav-h));
  display: grid; align-content: center;
  border-bottom: 1px solid var(--gold-38);
}

.pr-hero-inner {
  position: relative; z-index: 2; text-align: center;
  width: 100%;
}
.pr-hero { grid-template-columns: minmax(0, 1fr); }

.pr-figure .num { position: relative; }
.pr-figure .num::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;

  inset: -0.50em -0.38em -0.40em -0.52em;
  border-radius: 50%;
  background:
    radial-gradient(closest-side,
      color-mix(in srgb, var(--price-figure) 8.5%, transparent),
      color-mix(in srgb, var(--price-figure) 0%, transparent) 80%),
    radial-gradient(closest-side, rgba(255,244,220,0.055), rgba(255,244,220,0) 100%);
  filter: blur(0.22em);
}

.pr-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='g'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/></filter><rect width='180' height='180' filter='url(%23g)'/></svg>");
  background-size: 180px 180px;
}

.pr-hero .eyebrow { justify-content: center; }

.pr-figure {
  position: relative; margin: clamp(20px, 2.8vw, 34px) 0 0;
  font-family: var(--display); font-weight: 800; color: var(--price-figure);
  font-size: clamp(96px, 21vw, 300px); line-height: 0.9;
  letter-spacing: -0.04em; font-variant-numeric: tabular-nums;
  display: flex; align-items: baseline; justify-content: center; gap: 0.02em;
  will-change: transform;

  text-shadow:
    0 0.004em 0 rgba(12,12,11,0.6),
    0 0.03em 0.075em rgba(12,12,11,0.7);
}
.pr-figure .cur { font-size: 0.42em; letter-spacing: -0.02em; align-self: flex-start; margin-top: 0.16em; }

.pr-figure .unit {
  font-family: var(--display); font-weight: 800; color: var(--gold);
  font-size: 0.2em; letter-spacing: 0.02em;
  text-transform: uppercase; margin-left: 0.14em; align-self: baseline;
  white-space: nowrap;
}

.pr-h1 {
  font-size: clamp(22px, 2.6vw, 34px); line-height: var(--lead-sub);
  margin: 0; color: var(--cream); letter-spacing: 0.005em;
}
.pr-h1 .kw {
  display: block; font-family: var(--body); color: var(--gold);
  font-size: clamp(10px, 1.05vw, 12px); font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; line-height: 1.7; text-wrap: wrap;
  margin: 0 0 clamp(14px, 1.8vw, 20px);
}

.pr-turn {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px clamp(14px, 1.8vw, 26px);
  max-width: 800px;
  margin: clamp(22px, 2.8vw, 34px) auto 0;
  padding-top: clamp(18px, 2.2vw, 26px);
  border-top: 1px solid var(--gold-22);
  font-size: clamp(11px, 1.05vw, 13px); font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-75);
}
.pr-turn > span { position: relative; }

@media (min-width: 760px) {
  .pr-turn > span + span::before {
    content: ""; position: absolute; left: calc(clamp(14px, 1.8vw, 26px) / -2 - 1px);
    top: 50%; width: 3px; height: 3px; margin-top: -1.5px; border-radius: 50%;
    background: var(--gold);
  }
}
@media (max-width: 759px) {
  .pr-turn { flex-direction: column; gap: 7px; }
}

.pr-cta { justify-content: center; margin-top: clamp(26px, 3.2vw, 40px); }

.btn { position: relative; overflow: hidden; }
.btn > * { position: relative; z-index: 1; }
.btn::after {
  content: ""; position: absolute; top: -60%; bottom: -60%; width: 38%;
  left: -60%; pointer-events: none; transform: skewX(-18deg);
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0) 100%);
  opacity: 0;
}
@media (hover: hover) {
  .btn:hover::after { animation: bcSheen 620ms cubic-bezier(0.35, 0, 0.2, 1) 1; }
}
@keyframes bcSheen {
  0%   { left: -60%; opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { left: 130%; opacity: 0; }
}

.btn-ghost::after {
  background: linear-gradient(90deg,
    rgba(207,168,78,0) 0%, rgba(207,168,78,0.34) 50%, rgba(207,168,78,0) 100%);
}

[data-magnetic] {
  transform: translate(var(--mx, 0px), var(--my, 0px));
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
[data-magnetic][data-pulling] { transition: transform 90ms linear; }

.led-claim {
  font-size: clamp(34px, 5.4vw, 76px); line-height: var(--lead-title);
  margin: 0 0 20px;
}

@media (min-width: 900px) {
  .led-open > .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    column-gap: clamp(40px, 5vw, 88px);
    align-items: end;
  }
  .led-open .led-claim { grid-column: 1; grid-row: 1; margin-bottom: 0; }
  .led-open > .wrap > .lede {
    grid-column: 2; grid-row: 1; align-self: end;
    max-width: 44ch; margin: 0;

    padding-bottom: 0.35em;
  }
  .led-open > .wrap > .btn-row { grid-column: 1 / -1; grid-row: 2; }
  .led-open > .wrap > .led { grid-column: 1 / -1; grid-row: 3; }
}

[data-pr-stagger="out"] { opacity: 0; transform: translateY(18px); }
[data-pr-stagger] { transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1); }

[data-pr-draw] { transform-origin: top; }
[data-pr-draw="out"] { transform: scaleY(0); }
[data-pr-draw] { transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1); }

@media (prefers-reduced-motion: reduce) {
  .pr-figure { transform: none !important; }
  .btn:hover::after { animation: none; }
  [data-magnetic] { transform: none !important; transition: none; }
  [data-pr-stagger], [data-pr-draw] { transition: none !important; }
  [data-pr-stagger="out"] { opacity: 1 !important; transform: none !important; }
  [data-pr-draw="out"] { transform: none !important; }
}

.pr-facts { padding-top: clamp(44px, 5.5vw, 84px); padding-bottom: clamp(44px, 5.5vw, 84px); }
.pr-facts-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 42px);
}
.pr-fact { display: grid; gap: 10px; align-content: start; padding-left: clamp(14px, 1.4vw, 20px); position: relative; }

.pr-fact .rule {
  position: absolute; left: 0; top: 2px; bottom: 2px; width: 2px;
  background: var(--gold); display: block;
}
.pr-fact b {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(15px, 1.5vw, 21px); letter-spacing: 0.03em; color: var(--cream);
}
.pr-fact p { margin: 0; font-size: clamp(13px, 1.05vw, 14.5px); line-height: 1.6; color: var(--cream-55); }

@media (max-width: 960px) { .pr-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .pr-facts-grid { grid-template-columns: minmax(0, 1fr); } }

@media (max-width: 700px) {
  .pr-cta .btn { width: 100%; }
}

.on-cream h1 .kw,
.on-bone h1 .kw { color: var(--ink-75); }
.on-cream h1 .kw::before,
.on-bone h1 .kw::before {
  content: ""; display: inline-block; width: 18px; height: 2px;
  background: var(--gold); vertical-align: middle; margin: -2px 10px 0 0;
}

.hero-film .hero-link,
.hero-film .hero-call {
  padding: 13px 2px;
  margin: -13px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.bulky .stepper button { position: relative; }
.bulky .stepper button::after {
  content: "";
  position: absolute; left: -3px; right: -3px;
  top: 50%; height: 44px; transform: translateY(-50%);
}

.pill { min-height: 44px; display: inline-flex; align-items: center; }

input[type="range"] {
  background-image: linear-gradient(to right, var(--gold) 0 var(--range-fill, 0%), transparent var(--range-fill, 0%));
  background-repeat: no-repeat;
}
input[type="range"]::-webkit-slider-thumb { width: 24px; }
input[type="range"]::-moz-range-thumb { width: 24px; }

.book-rail li { color: var(--ink-60); position: relative; }
.book-rail li + li::before {
  content: "";
  position: absolute; left: -15px; top: 50%;
  width: 8px; height: 1px; background: var(--ink-15);
}
.book-rail li.is-done + li::before,
.book-rail li.is-done::before { background: var(--forest); }

@media (max-width: 659px) {
  .book-rail li + li::before { display: none; }
}

.book-bar { display: none; }
@media (max-width: 979px) {
  .book-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 115;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "label total" "note total";
    align-items: center;
    column-gap: 16px;
    padding: 10px var(--pad-x);
    background: var(--ink);
    border-top: 1px solid var(--gold-38);
    box-shadow: 0 -12px 32px rgba(12, 12, 11, 0.45);
  }
  .book-bar-label {
    grid-area: label;
    font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--cream-55);
  }
  .book-bar-note {
    grid-area: note;
    font-size: 11.5px; color: var(--cream-55);
  }
  .book-bar b {
    grid-area: total;
    justify-self: end;
    font-size: 34px; line-height: 1; color: var(--signal);
  }

  body.has-book-bar .book-layout { padding-bottom: 104px; }
}

@media (max-width: 759px) {
  .pr-hero {
    align-content: start;
    padding-top: clamp(28px, 7vw, 48px);

    min-height: 0;
  }
}

a[href^="tel:"], a[href^="mailto:"] { padding-top: 14px; padding-bottom: 14px; }

.crumbs a { padding: 15px 0; }

.card p > a:only-child { padding: 13px 0; display: inline-block; }
.table-scroll td a { padding: 13px 0; display: inline-block; }

@media (max-width: 767px) {
  .mobile-nav a:not(.btn) { min-height: 44px; display: flex; align-items: center; }
}

.check { min-height: 44px; padding: 6px 0; }
.check input { width: 18px; height: 18px; margin-top: 1px; }

[data-toc-link] { display: block; padding: 6px 0; min-height: 44px; }

.footer-cta {
  max-width: var(--max); margin: 0 auto clamp(40px, 5vw, 60px);
  padding-bottom: clamp(34px, 4vw, 48px);
  border-bottom: 1px solid var(--cream-08);
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: clamp(20px, 3vw, 40px);
}
.footer-cta-line {
  margin: 0; max-width: 30ch; color: var(--cream);
  font-family: var(--display); text-transform: uppercase; font-weight: 800;
  font-size: clamp(24px, 3.2vw, 40px); line-height: var(--lead-title, 1.05);
  letter-spacing: -0.015em;
}
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: clamp(12px, 1.6vw, 18px); }

@media (max-width: 559px) {
  .footer-cta-actions { width: 100%; }
  .footer-cta-actions .btn { flex: 1 1 100%; }
}

.footer .footer-cta-actions a.btn { font-size: 12.5px; color: var(--ink); }
.footer .footer-cta-actions a.btn-ghost { color: var(--gold); }
@media (hover: hover) {
  .footer .footer-cta-actions a.btn:hover { color: var(--ink); }

  .footer .footer-cta-actions a.btn-ghost:hover { color: var(--ink); border-color: var(--gold); }
}

.footer-credit {
  max-width: var(--max); margin: clamp(18px, 2.4vw, 26px) auto 0;
  text-align: center; font-size: 13px; color: var(--cream-55);
}

.footer .footer-credit a, .footer-credit b {
  color: var(--avoxan); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.12em;
  text-decoration: none;

  display: inline-block; padding: 12px 6px;
}
@media (hover: hover) {
  .footer .footer-credit a:hover {
    color: var(--avoxan); text-decoration: underline; text-underline-offset: 3px;
  }
}

@media (max-width: 767px) {
  .f-col ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px clamp(12px, 4vw, 24px); }

  .f-col-more ul { grid-template-columns: minmax(0, 1fr); }
}

@media (min-width: 400px) and (max-width: 767px) {
  .f-col-areas ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.footer li > a { min-height: 44px; display: flex; align-items: center; padding: 4px 0; }
.footer-legal li > a { min-height: 44px; }

.footer .footer-social {
  display: flex; flex-direction: row; gap: 10px;
  margin-top: 22px; list-style: none; padding: 0;
}
.footer-social li > a {
  width: 44px; height: 44px; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--cream-15); border-radius: var(--radius);
  color: var(--cream-75);
  transition: color 160ms ease-out, border-color 160ms ease-out;
}
.footer-social a:hover { color: var(--gold); border-color: var(--gold); }
.footer-social svg { width: 19px; height: 19px; fill: currentColor; }
.footer-social span {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.footer .footer-legal {
  display: flex; flex-direction: row; flex-wrap: wrap;
  gap: 0 clamp(16px, 2vw, 26px); list-style: none; padding: 0; margin: 0;
}
.footer-bottom .footer-legal a { font-size: 13px; color: var(--cream-55); }
.footer-bottom .footer-legal a:hover { color: var(--gold); }

.hp-field-grid {
  margin-top: clamp(32px, 4vw, 56px);
  display: grid; gap: clamp(26px, 3.4vw, 48px);
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.hp-field-grid .hp-route { grid-template-columns: minmax(0, 1fr) !important; }

@media (min-width: 900px) {
  .hp-field-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }

  .hp-map { position: sticky; top: calc(var(--nav-h) + 24px); }
}

.hp-map { margin: 0; }
.routemap { width: 100%; height: auto; display: block; overflow: visible; }

.rm-county {
  fill: none; stroke: var(--cream-55); stroke-width: 2;
  stroke-linejoin: round; vector-effect: non-scaling-stroke;
}
.rm-town {
  fill: var(--gold-22); stroke: var(--gold-38); stroke-width: 1.5;
  stroke-linejoin: round; vector-effect: non-scaling-stroke;
  transition: fill 180ms ease-out, stroke 180ms ease-out;
}

.rm-town.is-linked { fill: var(--gold-38); stroke: var(--gold); }

.rm-labels text {
  fill: var(--cream-75); font-family: var(--body);
  font-size: 17px; font-weight: 600; letter-spacing: 0.04em;
  text-anchor: middle; paint-order: stroke;
  stroke: var(--ink); stroke-width: 4px; stroke-linejoin: round;
}
.rm-labels circle { fill: var(--gold); }

.rm-town.is-on { fill: var(--gold); stroke: var(--gold); }
.rm-label.is-on text { fill: var(--cream); }
.hp-town-soon.is-on > .hp-town, a.hp-town.is-on { color: var(--gold); padding-left: 8px; }
.hp-town-soon.is-on > .hp-town .zp, a.hp-town.is-on .zp { color: var(--gold); }

.hp-map figcaption {
  display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 14px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--cream-55);
}
.rm-key { display: inline-flex; align-items: center; gap: 8px; }
.rm-key i {
  width: 13px; height: 13px; flex: none; border-radius: 2px;
  background: var(--gold-22); border: 1px solid var(--gold-38);
}
.rm-key i.is-linked { background: var(--gold-38); border-color: var(--gold); }

@media (max-width: 559px) {
  .rm-labels text { display: none; }
}

.slot-leaf {
  width: 1em; height: 1em; flex: none; margin-right: 6px;
  vertical-align: -0.14em; fill: var(--signal);
}
.on-cream .slot-leaf, .on-bone .slot-leaf { fill: var(--signal-cream); }

.ps-grid {
  list-style: none; padding: 0;
  margin: clamp(34px, 4.4vw, 60px) 0 0;
  display: grid; gap: clamp(18px, 2.4vw, 34px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  counter-reset: ps;
}
@media (min-width: 900px) { .ps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.ps-card { display: flex; flex-direction: column; min-width: 0; }

.ps-head {
  display: flex; align-items: baseline; gap: 10px;
  padding-bottom: 12px; margin-bottom: 14px;
  border-bottom: 1px solid var(--gold-38);
}
.ps-n {
  flex: none; font-size: clamp(13px, 1.1vw, 15px); color: var(--gold);
  letter-spacing: 0.04em;
}
.ps-verb {
  font-size: clamp(19px, 2.1vw, 30px);
  line-height: 1.02; 
  letter-spacing: -0.01em; margin: 0; text-wrap: balance;
}

.ps-frame {
  position: relative; overflow: hidden;
  border-radius: var(--radius-photo);
  aspect-ratio: 4 / 5; background: var(--ink-15);
}
@media (min-width: 900px) { .ps-frame { aspect-ratio: 3 / 4; } }
.ps-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ps-line {
  margin: 14px 0 0; font-size: clamp(13.5px, 1.05vw, 15px);
  line-height: 1.5; color: var(--cream-75);
}
.on-cream .ps-line, .on-bone .ps-line { color: var(--ink-75); }

@media (prefers-reduced-motion: no-preference) {
  [data-hp-reveal].is-in .ps-card .ps-frame img { animation: settle 620ms cubic-bezier(0.22, 1, 0.36, 1) both; }
  [data-hp-reveal].is-in .ps-card:nth-child(2) .ps-frame img { animation-delay: 90ms; }
  [data-hp-reveal].is-in .ps-card:nth-child(3) .ps-frame img { animation-delay: 180ms; }
  [data-hp-reveal].is-in .ps-card:nth-child(4) .ps-frame img { animation-delay: 270ms; }
}

.cs-spine {
  list-style: none; padding: 0;
  margin: clamp(30px, 4vw, 52px) 0 0;
  position: relative;
  display: grid; gap: clamp(40px, 6vw, 96px);
}

@media (min-width: 900px) {
  .cs-spine::before {
    content: ""; position: absolute; z-index: 0;
    left: 50%; transform: translateX(-50%);
    top: 10px; bottom: 10px; width: 1px;
    background: var(--ink-15);
  }
  .on-ink .cs-spine::before { background: var(--cream-15); }
}

.cs-step { position: relative; z-index: 1; display: grid; gap: clamp(16px, 2vw, 26px); }

@media (min-width: 900px) {

  .cs-step {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(40px, 6vw, 90px);
    align-items: start;
  }
  .cs-step[data-side="left"] > * { grid-column: 1; }
  .cs-step[data-side="right"] > * { grid-column: 2; }

  .cs-step[data-side="left"] .cs-text { text-align: right; }
  .cs-step[data-side="left"] .cs-say { margin-left: auto; }

  .cs-step::before {
    content: ""; position: absolute; top: 10px;
    left: 50%; transform: translate(-50%, 0);
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--gold); z-index: 2;
  }
}

.cs-n {
  display: block; font-size: clamp(12px, 1vw, 14px);
  color: var(--gold); letter-spacing: 0.06em; margin-bottom: 6px;
}
.cs-verb {
  font-size: clamp(30px, 4.6vw, 62px); line-height: 1.0;
  letter-spacing: -0.015em; margin: 0;
}
.cs-say {
  margin: clamp(10px, 1.4vw, 16px) 0 0; max-width: 42ch;
  font-size: clamp(14.5px, 1.1vw, 16.5px); line-height: 1.55;
  color: var(--ink-75);
}
.on-ink .cs-say { color: var(--cream-75); }

.cs-shot { margin: 0; }
.cs-shot img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-photo);
}

@media (max-width: 899px) {
  .cs-spine { padding-left: 26px; }
  .cs-spine::before {
    content: ""; position: absolute; left: 4px; top: 8px; bottom: 8px;
    width: 1px; background: var(--ink-15);
  }
  .on-ink .cs-spine::before { background: var(--cream-15); }
  .cs-step::before {
    content: ""; position: absolute; top: 8px; left: -26px;
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--gold);
  }
}

.legal { --legal-gap: clamp(30px, 4vw, 46px); }

.legal-lede p {
  max-width: 62ch;
  font-size: clamp(17.5px, 1.6vw, 20px);
  line-height: 1.55;
  font-weight: 300;
  margin: 0 0 0.7em;
}
.legal-lede > :last-child { margin-bottom: 0; }
.legal > .legal-lede + .legal-s { margin-top: var(--legal-gap); }

.legal > .legal-s + .legal-s { margin-top: var(--legal-gap); }

.legal-s h2 {
  font-size: clamp(20px, 2.1vw, 27px);
  letter-spacing: 0.002em;
  line-height: 1.12;
  margin: 0 0 14px;

  text-wrap: pretty;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.legal-n {
  flex: none;

  min-width: 1.35em;
  text-align: right;
  color: var(--gold);
  font-size: 0.82em;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.on-cream .legal-n { color: var(--forest); }

.legal-s p,
.legal-s li { max-width: 68ch; }
.legal-s p { margin: 0 0 0.9em; }
.legal-s > :last-child { margin-bottom: 0; }

.legal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9em;
  display: grid;
  gap: 9px;
}
.legal-list li { position: relative; padding-left: 18px; line-height: 1.55; }
.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 2px;
  background: var(--gold);
}
.on-cream .legal-list li::before { background: var(--forest); }
