/* ==========================================================================
   Tennessee Countertops — Lebanon, TN
   Palette measured off the logo file (sharp, 2026-09-16):
     #FD8B00  state silhouette + tri-star   → --orange (buttons, highlights)
     #000000  "TENNESSEE COUNTER TOPS"       → --ink
     #EAEAEA  the logo's own bed            → --bed (alternate light sections)
   Display: Saira set expanded (echoes the extended wordmark). Body: Commissioner.
   Native scroll only. Motion = CSS + one IntersectionObserver.
   ========================================================================== */

@font-face {
  font-family: "Saira";
  src: url("/fonts/saira-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 50% 125%;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("/fonts/commissioner-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --orange: #FD8B00;
  --orange-hi: #FF9D26;
  --orange-deep: #A05200;
  --orange-glow: rgba(253, 139, 0, .55);
  --ink: #000000;
  --night: #0C0C0C;
  --night-2: #141414;
  --night-3: #1D1D1D;
  --bed: #EAEAEA;
  --paper: #F4F4F2;
  --white: #FFFFFF;
  --text: #131313;
  --muted: #57574F;
  --muted-d: #ABABA4;
  --line: rgba(0, 0, 0, .13);
  --line-d: rgba(255, 255, 255, .15);

  --f-d: "Saira", "Arial Narrow", Arial, sans-serif;
  --f-b: "Commissioner", "Segoe UI", Arial, sans-serif;

  --hdr-h: 68px;
  --max: 1280px;
  --pad: clamp(20px, 5.2vw, 56px);
  --sec: clamp(76px, 11vw, 148px);
  --r: 3px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --shadow: 0 30px 60px -30px rgba(0, 0, 0, .45);
  color-scheme: light;
}
@media (min-width: 1100px) {
  :root { --hdr-h: 84px; }
}

/* ---------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--hdr-h) + 12px); -webkit-tap-highlight-color: rgba(253, 139, 0, .18); }
body {
  margin: 0;
  font-family: var(--f-b);
  font-size: 1.0625rem;
  line-height: 1.62;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
::selection { background: var(--orange); color: #000; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip {
  position: absolute; left: 12px; top: -80px; z-index: 100;
  background: var(--orange); color: #000; padding: 12px 18px;
  font-weight: 700; text-decoration: none; border-radius: var(--r);
}
.skip:focus { top: 12px; }

/* ----------------------------------------------------------- type system */
.d, h1, h2, h3 {
  font-family: var(--f-d);
  font-stretch: 112%;
  letter-spacing: -.012em;
  line-height: 1;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.h1 { font-size: clamp(2.2rem, 9.1vw, 5.1rem); font-weight: 800; line-height: .98; }
@media (min-width: 700px) and (max-width: 1099px) { .h1 { font-size: clamp(2.2rem, 7.4vw, 5.1rem); } }
.h2 { font-size: clamp(1.95rem, 6.6vw, 3.9rem); font-weight: 800; }
.h3 { font-size: clamp(1.32rem, 3.8vw, 1.8rem); font-weight: 750; line-height: 1.08; }
.lede { font-size: clamp(1.06rem, 2.4vw, 1.24rem); line-height: 1.55; color: var(--muted); }
.dark .lede, .hero .lede, .phero .lede { color: rgba(255, 255, 255, .84); }

.kick {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-d); font-stretch: 125%; font-weight: 700;
  font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text); margin-bottom: 18px;
}
.kick::before { content: ""; width: 10px; height: 10px; background: var(--orange); flex: none; }
.dark .kick { color: #fff; }

/* the two-tone accent: marker on light, orange type on dark */
.hl {
  background: linear-gradient(var(--orange), var(--orange)) 0 92% / 100% .2em no-repeat;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  padding: 0 .04em;
}
.dark .hl, .hero .hl, .phero .hl, .vein .hl, .qbreak .hl, .walk .hl {
  background: none; color: var(--orange); padding: 0;
}
.cta .hl { background: linear-gradient(#000, #000) 0 94% / 100% .1em no-repeat; color: #000; padding: 0; }

.slashes { display: flex; flex-wrap: wrap; gap: 4px 0; font-family: var(--f-d); font-stretch: 112%; font-weight: 600; font-size: .92rem; letter-spacing: .01em; }
.slashes li { display: inline-flex; align-items: center; }
.slashes li + li::before { content: "//"; color: var(--orange-deep); margin: 0 10px; font-weight: 700; }
.dark .slashes li + li::before { color: var(--orange); }

/* ------------------------------------------------------------- layout */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
.sec { padding-block: var(--sec); position: relative; }
.bg-bed { background: var(--bed); }
.bg-paper { background: var(--paper); }
.dark { background: var(--night); color: #fff; }
.sec-head { display: grid; gap: 18px; margin-bottom: clamp(36px, 6vw, 64px); }
.sec-head .lede { max-width: 46ch; }
@media (min-width: 900px) {
  .sec-head.row { grid-template-columns: 1.25fr 1fr; align-items: end; gap: 40px; }
  .sec-head.row .lede { justify-self: end; }
}

/* ------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px;
  border: 1.5px solid transparent; border-radius: var(--r);
  font-family: var(--f-d); font-stretch: 115%; font-weight: 700;
  font-size: .84rem; line-height: 1; letter-spacing: .075em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s, transform .25s var(--ease), box-shadow .25s;
  touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn .arr { transition: transform .25s var(--ease); }
.btn-or { background: var(--orange); color: #000; }
.btn-line { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(0, 0, 0, .18); }
.btn-ink { background: #000; color: #fff; }
.btn-line-ink { color: #000; border-color: rgba(0, 0, 0, .45); }
@media (hover: hover) and (pointer: fine) {
  .btn-or:hover { background: var(--orange-hi); transform: translateY(-2px); box-shadow: 0 14px 28px -14px var(--orange-glow); }
  .btn-line:hover { background: #fff; color: #000; border-color: #fff; }
  .btn-ink:hover { background: #262626; transform: translateY(-2px); }
  .btn-line-ink:hover { background: #000; color: #fff; border-color: #000; }
  .btn:hover .arr { transform: translateX(4px); }
}
.btn:active { transform: translateY(1px); }

.tlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-d); font-stretch: 115%; font-weight: 700; font-size: .84rem;
  letter-spacing: .07em; text-transform: uppercase; text-decoration: none;
  padding-block: 10px; border-bottom: 2px solid var(--orange);
}
.tlink svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
@media (hover: hover) { .tlink:hover svg { transform: translateX(4px); } }

/* -------------------------------------------------------------- header */
.hdr {
  position: fixed; inset: 0 0 auto; z-index: 60;
  height: calc(var(--hdr-h) + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
  color: #fff;
  transition: background-color .3s, box-shadow .3s, transform .4s var(--ease);
}
.hdr::before {
  content: ""; position: absolute; inset: 0 0 -30px; z-index: -1; pointer-events: none;
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  transition: opacity .3s;
}
.hdr.solid { background: rgba(12, 12, 12, .96); box-shadow: 0 1px 0 var(--line-d); }
.hdr.solid::before { opacity: 0; }
.hdr.up { transform: translateY(-100%); }
@media (hover: hover) and (pointer: fine) {
  .hdr.solid { background: rgba(12, 12, 12, .84); -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2); }
}
.hdr-in {
  height: var(--hdr-h); max-width: var(--max); margin-inline: auto;
  padding-inline: var(--pad);
  display: flex; align-items: center; gap: 12px;
}
.brand { display: block; flex: none; text-decoration: none; }
.brand img { height: 46px; width: auto; }
@media (min-width: 1100px) { .brand img { height: 58px; } }
.nav { display: none; }
@media (min-width: 1100px) {
  .nav { display: flex; align-items: center; gap: clamp(18px, 1.9vw, 30px); margin-left: auto; }
  .nav a {
    position: relative; padding-block: 10px;
    font-family: var(--f-d); font-stretch: 110%; font-weight: 600; font-size: .8rem;
    letter-spacing: .09em; text-transform: uppercase; text-decoration: none;
    color: rgba(255, 255, 255, .86); transition: color .2s;
  }
  .nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px;
    background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
  }
  .nav a:hover { color: #fff; }
  .nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
  .nav a[aria-current="page"] { color: #fff; }
}
.hdr-call {
  margin-left: auto; display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding: 0 14px; border-radius: var(--r);
  background: var(--orange); color: #000; text-decoration: none;
  font-family: var(--f-d); font-stretch: 112%; font-weight: 700; font-size: .84rem; letter-spacing: .04em;
  transition: background-color .2s, transform .25s var(--ease);
  touch-action: manipulation;
}
.hdr-call svg { width: 17px; height: 17px; }
.hdr-call .num { display: none; }
@media (min-width: 560px) { .hdr-call .num { display: inline; } .hdr-call .lbl { display: none; } }
@media (min-width: 1100px) { .hdr-call { margin-left: 8px; } }
@media (hover: hover) { .hdr-call:hover { background: var(--orange-hi); } }
.burger {
  flex: none; width: 44px; height: 44px; display: grid; place-items: center;
  background: transparent; color: #fff; border: 1px solid var(--line-d); border-radius: var(--r);
  touch-action: manipulation;
}
.burger svg { width: 22px; height: 22px; }
@media (min-width: 1100px) { .hdr .burger { display: none; } }

/* drawer */
.drawer {
  position: fixed; inset: 0; z-index: 80; background: var(--night); color: #fff;
  display: flex; flex-direction: column;
  padding: calc(env(safe-area-inset-top) + 12px) var(--pad) calc(env(safe-area-inset-bottom) + 24px);
  transform: translateX(100%); visibility: hidden;
  transition: transform .45s var(--ease), visibility 0s linear .45s;
  overscroll-behavior: contain; overflow-y: auto;
}
.drawer.open { transform: none; visibility: visible; transition: transform .45s var(--ease), visibility 0s; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; height: var(--hdr-h); }
.drawer-top img { height: 46px; width: auto; }
.drawer-nav { display: grid; margin-top: 18px; border-top: 1px solid var(--line-d); }
.drawer-nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 17px 0; border-bottom: 1px solid var(--line-d); text-decoration: none;
  font-family: var(--f-d); font-stretch: 112%; font-weight: 750; font-size: 1.45rem; letter-spacing: -.01em;
}
.drawer-nav a[aria-current="page"] { color: var(--orange); }
.drawer-nav a span { font-size: .72rem; font-stretch: 125%; letter-spacing: .14em; color: var(--muted-d); font-weight: 600; }
.drawer-cta { display: grid; gap: 10px; margin-top: auto; padding-top: 28px; }
.drawer-cta .btn { width: 100%; }
.drawer-note { margin-top: 14px; font-size: .9rem; color: var(--muted-d); }
body.body-lock { overflow: hidden; }

/* ---------------------------------------------------------------- hero */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: max(640px, 100svh);
  display: grid; align-items: center;
  background: var(--night); color: #fff; text-align: center;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media img { position: absolute; inset: 0; }
.hero-media video { position: relative; }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(70% 55% at 50% 50%, rgba(6, 6, 6, .42) 0%, rgba(6, 6, 6, .3) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .08) 34%, rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, .82) 100%);
}
@media (max-width: 700px) {
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .44) 40%, rgba(0, 0, 0, .52) 72%, rgba(0, 0, 0, .88) 100%);
  }
}
.hero-in {
  width: 100%; max-width: 1120px; margin-inline: auto;
  padding: calc(var(--hdr-h) + env(safe-area-inset-top) + 26px) var(--pad) clamp(76px, 10vh, 110px);
}
.hero-logo {
  width: min(292px, 64vw); height: auto; margin: 0 auto clamp(18px, 3vh, 28px);
  filter: drop-shadow(0 8px 26px rgba(0, 0, 0, .5));
}
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 15px 8px 12px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .3); background: rgba(0, 0, 0, .32);
  font-family: var(--f-d); font-stretch: 118%; font-weight: 600; font-size: .7rem;
  letter-spacing: .16em; text-transform: uppercase;
}
.pill svg { width: 15px; height: 15px; flex: none; }
.hero h1 { margin: clamp(18px, 2.6vh, 24px) auto 16px; max-width: 16ch; text-shadow: 0 2px 30px rgba(0, 0, 0, .35); }
@media (min-width: 700px) { .hero h1 { max-width: 20ch; } }
.hero .lede { max-width: 38ch; margin-inline: auto; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px;
  margin-top: 26px; font-size: .9rem; color: rgba(255, 255, 255, .86);
}
.trust li { display: inline-flex; align-items: center; gap: 8px; }
.trust svg { width: 16px; height: 16px; color: var(--orange); flex: none; }
.trust .stars { display: inline-flex; gap: 1px; }
.trust .stars svg { width: 14px; height: 14px; }
a.trust-g { text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .3); }
@media (hover: hover) { a.trust-g:hover { border-color: var(--orange); } }
@media (max-width: 420px) {
  .cta-row .btn { flex: 1 1 100%; }
}
.motion-toggle {
  position: absolute; right: var(--pad); bottom: 22px; z-index: 2;
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(0, 0, 0, .4); color: #fff; border: 1px solid rgba(255, 255, 255, .28);
  transition: background-color .2s;
}
.motion-toggle svg { width: 16px; height: 16px; }
.motion-toggle .i-play { display: none; }
html.motion-off .motion-toggle .i-play { display: block; }
html.motion-off .motion-toggle .i-pause { display: none; }
@media (hover: hover) { .motion-toggle:hover { background: rgba(0, 0, 0, .7); } }

/* page hero (inner pages) */
.phero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: clamp(560px, 82svh, 800px);
  display: grid; align-items: end;
  background: var(--night); color: #fff; text-align: center;
}
.phero-media { position: absolute; inset: 0; z-index: -2; }
.phero-media img { width: 100%; height: 100%; object-fit: cover; }
.phero .hero-scrim {
  background: linear-gradient(180deg, rgba(0, 0, 0, .66) 0%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .7) 78%, rgba(0, 0, 0, .9) 100%);
}
.phero .hero-in { padding-bottom: clamp(64px, 9vh, 100px); }
.phero h1 { margin: 16px auto 16px; max-width: 18ch; }
@media (min-width: 700px) { .phero h1 { max-width: 22ch; } }
.phero .lede { max-width: 44ch; margin-inline: auto; }
.crumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; font-size: .8rem; color: rgba(255, 255, 255, .78); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--orange); }
.crumbs [aria-current] { color: #fff; }

/* Ken Burns — slow, pure CSS */
.kb { animation: kb 26s ease-in-out infinite alternate; transform-origin: 50% 50%; will-change: transform; }
@keyframes kb { from { transform: scale(1.02) translate3d(0, 0, 0); } to { transform: scale(1.13) translate3d(-1.6%, -1.2%, 0); } }

/* ------------------------------------------------------------- ticker */
.ticker { background: var(--orange); color: #000; overflow: hidden; padding-block: 15px; }
.ticker-track { display: flex; width: max-content; animation: tick 46s linear infinite; }
.ticker ul { display: flex; flex: none; }
.ticker li {
  display: inline-flex; align-items: center; white-space: nowrap;
  font-family: var(--f-d); font-stretch: 122%; font-weight: 800; font-size: clamp(.92rem, 2.4vw, 1.15rem);
  letter-spacing: .03em; text-transform: uppercase;
}
.ticker li::after { content: "//"; margin: 0 22px; opacity: .45; }
@keyframes tick { to { transform: translate3d(-50%, 0, 0); } }

/* ---------------------------------------------------------------- intro */
.intro-grid { display: grid; gap: clamp(44px, 7vw, 90px); }
@media (min-width: 960px) { .intro-grid { grid-template-columns: 1fr 1.08fr; align-items: center; } }
.intro-copy .h2 { margin-bottom: 22px; }
.intro-copy .lede { margin-bottom: 18px; }
.sig {
  display: flex; align-items: center; gap: 14px; margin-top: 28px; padding-top: 22px;
  border-top: 1px solid var(--line); font-size: .98rem;
}
.sig strong { font-family: var(--f-d); font-stretch: 112%; font-weight: 750; font-size: 1.05rem; display: block; }
.sig svg { width: 42px; height: 42px; flex: none; }
.stack { position: relative; padding-bottom: 18%; }
.stack .ph-a { aspect-ratio: 4 / 5; width: 84%; margin-left: auto; overflow: hidden; border-radius: var(--r); box-shadow: var(--shadow); }
.stack .ph-b {
  position: absolute; left: 0; bottom: 0; width: 50%; aspect-ratio: 1 / 1; overflow: hidden;
  border-radius: var(--r); box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .55);
}
.stack img { width: 100%; height: 100%; object-fit: cover; }
.stack .tag {
  position: absolute; right: 0; top: 18px; background: #000; color: #fff;
  font-family: var(--f-d); font-stretch: 118%; font-weight: 700; font-size: .68rem; letter-spacing: .14em;
  text-transform: uppercase; padding: 9px 12px;
}
.stack .tag b { color: var(--orange); font-weight: 700; }

/* -------------------------------------------------------------- services */
.svc-list { display: grid; gap: clamp(64px, 9vw, 120px); }
.svc-item { display: grid; gap: 26px; align-items: center; }
@media (min-width: 900px) {
  .svc-item { grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 88px); }
  .svc-item:nth-child(even) .svc-ph { order: 2; }
}
.svc-ph { position: relative; display: block; overflow: hidden; border-radius: var(--r); aspect-ratio: 16 / 11; background: #cfcfcb; }
@media (min-width: 900px) { .svc-ph { aspect-ratio: 4 / 3; } }
.svc-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
@media (hover: hover) { .svc-item:hover .svc-ph img { transform: scale(1.045); } }
.svc-num {
  position: absolute; left: 14px; bottom: -.14em; z-index: 1;
  font-family: var(--f-d); font-stretch: 125%; font-weight: 900; line-height: 1;
  font-size: clamp(4.6rem, 16vw, 9rem); letter-spacing: -.03em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, .92);
  pointer-events: none;
}
.svc-ph::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .45)); pointer-events: none; }
.svc-body .h3 { font-size: clamp(1.7rem, 5vw, 2.6rem); font-weight: 800; margin-bottom: 14px; }
.svc-body p { color: var(--muted); max-width: 44ch; }
.svc-body .slashes { margin: 18px 0 22px; }

/* --------------------------------------------------- signature: the vein */
.vein { position: relative; background: var(--night); color: #fff; view-timeline-name: --vein; }
.vein-stage { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: end; }
.vein-fig { position: absolute; inset: 0; }
.vein-fig img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.vein-fig::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .25) 55%, rgba(0, 0, 0, .88) 100%);
}
.vein-copy { position: relative; padding-block: 0 clamp(56px, 9vh, 96px); }
.vein-copy .h2 { font-size: clamp(2.3rem, 8.6vw, 5.8rem); max-width: 12ch; margin-bottom: 18px; }
.vein-copy p { max-width: 40ch; color: rgba(255, 255, 255, .86); font-size: clamp(1.02rem, 2.2vw, 1.2rem); }
.vein-copy .cap { margin-top: 22px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-d); font-family: var(--f-d); font-stretch: 118%; }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .vein { height: 150svh; }
    @media (min-width: 900px) { .vein { height: 170svh; } }
    .vein-stage { position: sticky; top: 0; height: 100svh; }
    .vein-fig { animation: veinOpen linear both; animation-timeline: --vein; animation-range: contain 0% contain 62%; }
    .vein-fig img { animation: veinSettle linear both; animation-timeline: --vein; animation-range: contain 0% contain 100%; }
    .vein-copy { animation: veinCopy linear both; animation-timeline: --vein; animation-range: contain 28% contain 66%; }
  }
}
@keyframes veinOpen { from { clip-path: inset(16% 9% 22% 9% round 6px); } to { clip-path: inset(0 0 0 0 round 0); } }
@keyframes veinSettle { from { transform: scale(1.22); } to { transform: scale(1); } }
@keyframes veinCopy { from { opacity: 0; transform: translate3d(0, 40px, 0); } to { opacity: 1; transform: none; } }

/* --------------------------------------------------------------- gallery */
.work-grid {
  display: grid; gap: 8px;
  grid-template-columns: repeat(2, 1fr); grid-auto-rows: 118px; grid-auto-flow: dense;
}
@media (min-width: 700px) { .work-grid { grid-auto-rows: 170px; gap: 10px; } }
@media (min-width: 1000px) { .work-grid { grid-template-columns: repeat(12, 1fr); grid-auto-rows: 92px; gap: 12px; } }
.tile {
  position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0;
  overflow: hidden; border-radius: var(--r); background: #cfcfcb; text-align: left;
  grid-column: span 1; grid-row: span 2;
}
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.tile::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .7)); opacity: .9; transition: opacity .3s; pointer-events: none; }
.tile figcaption, .tile .cap {
  position: absolute; left: 12px; right: 12px; bottom: 10px; z-index: 1; color: #fff;
  font-size: .78rem; line-height: 1.3; font-weight: 500;
}
.tile .zoom {
  position: absolute; right: 10px; top: 10px; z-index: 1; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(0, 0, 0, .45); color: #fff; opacity: 0; transition: opacity .3s;
}
.tile .zoom svg { width: 15px; height: 15px; }
@media (hover: hover) {
  .tile:hover img { transform: scale(1.05); }
  .tile:hover .zoom { opacity: 1; }
}
.m-wide { grid-column: span 2; }
.m-tall { grid-row: span 3; }
@media (max-width: 699px) { .m-short { grid-row: span 2; } }
@media (min-width: 1000px) {
  .tile { grid-column: span 4; grid-row: span 3; }
  .d-7 { grid-column: span 7; } .d-5 { grid-column: span 5; } .d-6 { grid-column: span 6; }
  .d-4 { grid-column: span 4; } .d-3 { grid-column: span 3; } .d-8 { grid-column: span 8; }
  .r-4 { grid-row: span 4; } .r-5 { grid-row: span 5; } .r-3 { grid-row: span 3; } .r-6 { grid-row: span 6; }
}
.work-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 28px; }
.work-foot p { color: var(--muted); font-size: .95rem; max-width: 52ch; }

/* photo viewer */
.viewer {
  width: min(1200px, 100vw); max-width: 100vw; max-height: 100svh; margin: auto;
  padding: 0; border: 0; background: transparent; color: #fff; overflow: visible;
  overscroll-behavior: contain;
}
.viewer::backdrop { background: rgba(0, 0, 0, .92); }
.viewer img { width: auto; max-width: 100%; max-height: calc(100svh - 110px); margin: 0 auto; border-radius: var(--r); }
.viewer-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px var(--pad) 0; }
.viewer-bar p { font-size: .92rem; color: rgba(255, 255, 255, .85); }
.viewer-close {
  flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: #000; border: 0;
}
.viewer-close svg { width: 18px; height: 18px; }

/* ---------------------------------------------------------------- process */
.process-grid { display: grid; gap: clamp(40px, 6vw, 80px); }
@media (min-width: 960px) { .process-grid { grid-template-columns: .9fr 1.1fr; align-items: start; } .process-side { position: sticky; top: calc(var(--hdr-h) + 32px); } }
.process-side .h2 { margin-bottom: 20px; }
.process-ph { margin-top: 30px; aspect-ratio: 5 / 4; overflow: hidden; border-radius: var(--r); }
@media (max-width: 959px) { .process-ph, .process-ph + .photo-note { display: none; } }
.process-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.photo-note { margin-top: 10px; font-size: .78rem; color: var(--muted-d); }
.bg-paper .photo-note, .bg-bed .photo-note { color: var(--muted); }
.steps { counter-reset: step; border-top: 1px solid var(--line-d); }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 6px 22px;
  padding: clamp(26px, 4vw, 40px) 0; border-bottom: 1px solid var(--line-d);
}
.step-n {
  grid-row: span 2; font-family: var(--f-d); font-stretch: 125%; font-weight: 800;
  font-size: clamp(2.4rem, 7vw, 3.6rem); line-height: .9; color: var(--orange); min-width: 2.2ch;
}
.step h3 { font-size: clamp(1.3rem, 3.4vw, 1.75rem); font-weight: 750; align-self: end; }
.step p { color: rgba(255, 255, 255, .8); max-width: 46ch; }

/* ---------------------------------------------------------------- reviews */
.rating-line { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.rating-line .stars { display: inline-flex; gap: 2px; color: var(--orange); }
.rating-line .stars svg { width: 20px; height: 20px; }
.rating-line b { font-family: var(--f-d); font-stretch: 118%; font-weight: 800; font-size: 1.3rem; }
.rating-line a { font-size: .95rem; }
.rail-wrap { position: relative; }
.rail {
  position: relative;
  display: grid; grid-auto-flow: column; grid-auto-columns: min(86%, 420px); gap: 14px;
  overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
  padding: 4px var(--pad) 22px; margin-inline: calc(var(--pad) * -1);
  scroll-padding-inline: var(--pad); scrollbar-width: thin; scrollbar-color: var(--orange) transparent;
}
@media (min-width: 1000px) { .rail { grid-auto-columns: calc((100% - 2 * var(--pad) - 28px) / 3); } }
.review {
  position: relative;
  scroll-snap-align: start; display: flex; flex-direction: column; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(24px, 3vw, 32px); min-height: 100%;
}
.review .stars { display: flex; gap: 2px; color: var(--orange); }
.review .stars svg { width: 17px; height: 17px; }
.review blockquote { margin: 0; font-size: 1.04rem; line-height: 1.58; }
.review.long blockquote p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; }
.review.long.open blockquote p { display: block; -webkit-line-clamp: unset; overflow: visible; }
.review .more {
  align-self: flex-start; margin-top: -6px; padding: 10px 0; min-height: 44px; background: none; border: 0;
  font-family: var(--f-d); font-stretch: 112%; font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 2px solid var(--orange);
}
.review footer { margin-top: auto; display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.review .av {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: #000; color: var(--orange); font-family: var(--f-d); font-stretch: 118%; font-weight: 800;
}
.review cite { font-style: normal; font-weight: 650; display: block; line-height: 1.25; }
.review small { color: var(--muted); font-size: .82rem; }
.rail-ctrl { display: flex; gap: 10px; }
.rail-ctrl button {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: transparent; border: 1.5px solid rgba(0, 0, 0, .35); color: #000; transition: background-color .2s, color .2s;
}
.rail-ctrl button svg { width: 18px; height: 18px; }
@media (hover: hover) { .rail-ctrl button:hover { background: #000; color: #fff; } }

/* ---------------------------------------------------------------- tile band */
.tile-grid { display: grid; gap: clamp(44px, 7vw, 90px); }
@media (min-width: 960px) { .tile-grid { grid-template-columns: 1fr 1fr; align-items: center; } .tile-grid .tile-copy { order: 2; } }
.tile-photos { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 10px; align-items: end; }
.tile-photos .p1 { aspect-ratio: 2 / 3; overflow: hidden; border-radius: var(--r); }
.tile-photos .p2 { aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--r); margin-bottom: 18%; }
.tile-photos img { width: 100%; height: 100%; object-fit: cover; }
.tile-copy .h2 { margin-bottom: 20px; }
.tile-copy .slashes { margin: 20px 0 26px; }

/* -------------------------------------------------------- photo break quote */
.qbreak { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--night); min-height: clamp(520px, 86svh, 820px); display: grid; align-items: center; }
.qbreak-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.qbreak-media img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 50%; }
.qbreak::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .6) 55%, rgba(0, 0, 0, .3) 100%); }
@media (max-width: 700px) { .qbreak::before { background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .78) 100%); } }
.qbreak blockquote { margin: 0; }
.qbreak blockquote p { max-width: 17ch; font-family: var(--f-d); font-stretch: 108%; font-weight: 750; font-size: clamp(1.6rem, 5.4vw, 4rem); line-height: 1.06; letter-spacing: -.012em; }
.qbreak .qmark { display: block; width: 46px; height: 36px; color: var(--orange); margin-bottom: 20px; }
.qbreak cite { display: block; margin-top: 24px; font-style: normal; font-size: .95rem; color: rgba(255, 255, 255, .84); }
.qbreak cite b { color: #fff; font-weight: 650; }
.qbreak .cap { position: absolute; right: var(--pad); bottom: 18px; font-size: .74rem; color: rgba(255, 255, 255, .7); }

/* -------------------------------------------------------------------- faq */
.faq-grid { display: grid; gap: clamp(36px, 6vw, 80px); }
@media (min-width: 960px) { .faq-grid { grid-template-columns: .8fr 1.2fr; align-items: start; } .faq-side { position: sticky; top: calc(var(--hdr-h) + 32px); } }
.faq-side .h2 { margin-bottom: 18px; }
.faq-side .cta-row { justify-content: flex-start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 0; font-family: var(--f-d); font-stretch: 108%; font-weight: 700; font-size: clamp(1.08rem, 2.6vw, 1.28rem); line-height: 1.25;
}
.faq-list summary::-webkit-details-marker { display: none; }
@media (hover: hover) {
  .faq-list summary:hover { color: var(--orange-deep); }
  .faq-list summary:hover i { background: var(--orange); }
  .faq-list summary:hover i::before, .faq-list summary:hover i::after { background: #000; }
  .review .more:hover { color: var(--orange-deep); }
}
.faq-list summary i {
  flex: none; width: 34px; height: 34px; border-radius: 50%; position: relative; background: #000; transition: background-color .25s, transform .35s var(--ease);
}
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: #fff; transform: translate(-50%, -50%); }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s var(--ease); }
.faq-list details[open] summary i { background: var(--orange); }
.faq-list details[open] summary i::before { background: #000; }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); background: #000; }
.faq-list .ans { padding: 0 52px 24px 0; color: var(--muted); max-width: 60ch; }

/* -------------------------------------------------------------- CTA band */
.cta { position: relative; overflow: hidden; background: var(--orange); color: #000; padding-block: clamp(70px, 10vw, 128px); }
.cta-mark { position: absolute; right: -8%; top: 50%; width: min(620px, 90vw); transform: translateY(-50%); opacity: .1; pointer-events: none; }
.cta .h2 { font-size: clamp(2.2rem, 8vw, 5.2rem); max-width: 14ch; margin-bottom: 18px; }
.cta p { font-size: clamp(1.05rem, 2.4vw, 1.25rem); max-width: 40ch; }
.cta .cta-row { justify-content: flex-start; }
.cta .btn-ink { min-height: 58px; font-size: .92rem; }

/* ---------------------------------------------------------------- contact */
.contact-grid { display: grid; gap: clamp(40px, 6vw, 80px); }
@media (min-width: 960px) { .contact-grid { grid-template-columns: .9fr 1.1fr; align-items: start; } }
.contact-side .h2 { margin-bottom: 18px; }
.lines { display: grid; margin-top: 30px; border-top: 1px solid var(--line); }
.lines a, .lines div {
  display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px;
  padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none;
}
.lines .ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #000; color: var(--orange); }
.lines .ic svg { width: 19px; height: 19px; }
.lines small { display: block; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-family: var(--f-d); font-stretch: 118%; font-weight: 600; }
.lines b { font-family: var(--f-d); font-stretch: 110%; font-weight: 750; font-size: 1.12rem; overflow-wrap: anywhere; }
@media (hover: hover) { .lines a:hover b { color: var(--orange-deep); } }

.form { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: clamp(22px, 4vw, 40px); }
.form h3 { font-size: clamp(1.4rem, 3.6vw, 1.9rem); margin-bottom: 6px; }
.form .sub { color: var(--muted); font-size: .95rem; margin-bottom: 22px; }
.fgrid { display: grid; gap: 16px; }
@media (min-width: 620px) { .fgrid.two { grid-template-columns: 1fr 1fr; } }
.field label, .field legend { display: block; font-weight: 650; font-size: .92rem; margin-bottom: 7px; }
.field label em, .field legend em { font-style: normal; color: var(--orange-deep); }
.field input, .field textarea {
  width: 100%; min-height: 52px; padding: 13px 14px; font-size: 1rem;
  background: var(--paper); border: 1.5px solid rgba(0, 0, 0, .18); border-radius: var(--r);
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.field textarea { min-height: 120px; resize: vertical; line-height: 1.5; }
.field input:focus-visible, .field textarea:focus-visible { outline: none; border-color: #000; background: #fff; box-shadow: 0 0 0 3px var(--orange); }
.field input::placeholder, .field textarea::placeholder { color: #7a7a73; }
fieldset.field { border: 0; margin: 0; padding: 0; min-width: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 15px;
  border: 1.5px solid rgba(0, 0, 0, .2); border-radius: 999px; font-size: .92rem; font-weight: 550;
  cursor: pointer; transition: background-color .2s, border-color .2s, color .2s; user-select: none;
}
.chip input:checked + span { background: #000; border-color: #000; color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
@media (hover: hover) { .chip span:hover { border-color: #000; } }
.form .btn { width: 100%; margin-top: 8px; min-height: 58px; }
.f-status { margin-top: 12px; font-size: .95rem; min-height: 1.4em; }
.f-status.ok { color: #1c6b2e; font-weight: 600; }
.f-status.err { color: #8a2a00; }
.f-status a { font-weight: 700; }
.f-fine { margin-top: 12px; font-size: .82rem; color: var(--muted); }

/* ---------------------------------------------------------------- footer */
.foot { background: var(--night); color: #fff; padding: clamp(64px, 9vw, 110px) 0 calc(28px + env(safe-area-inset-bottom)); }
.foot-grid { display: grid; gap: 40px; }
@media (min-width: 900px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 48px; } }
.foot-brand img { width: 210px; height: auto; }
.foot-brand p { margin-top: 18px; color: var(--muted-d); max-width: 32ch; font-size: .96rem; }
.foot .foot-h { font-family: var(--f-d); font-stretch: 125%; font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.foot ul { display: grid; gap: 2px; }
.foot ul a { display: inline-block; padding: 7px 0; text-decoration: none; color: rgba(255, 255, 255, .86); font-size: .98rem; }
@media (hover: hover) { .foot ul a:hover { color: var(--orange); } }
.foot-bot {
  margin-top: clamp(44px, 7vw, 80px); padding-top: 22px; border-top: 1px solid var(--line-d);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; font-size: .84rem; color: var(--muted-d);
}

/* --------------------------------------------------------------- call bar */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(12, 12, 12, .96); box-shadow: 0 -1px 0 var(--line-d);
  transform: translateY(110%); transition: transform .35s var(--ease);
}
.callbar.show { transform: none; }
.callbar .btn { min-height: 50px; padding: 0 12px; font-size: .8rem; letter-spacing: .05em; }
@media (min-width: 900px) { .callbar { display: none; } }
@media (max-width: 899px) { .foot { padding-bottom: calc(96px + env(safe-area-inset-bottom)); } }

/* ------------------------------------------------------- inner page blocks */
.split { display: grid; gap: clamp(40px, 6vw, 84px); align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; } .split.rev .split-ph { order: 2; } }
.split-ph { overflow: hidden; border-radius: var(--r); aspect-ratio: 4 / 3; background: #cfcfcb; }
.split-ph.tall { aspect-ratio: 4 / 5; }
.split-ph img { width: 100%; height: 100%; object-fit: cover; }
.split-copy .h2 { margin-bottom: 20px; }
.split-copy .slashes { margin: 22px 0 0; }
.checks { display: grid; gap: 0; margin-top: 26px; border-top: 1px solid var(--line); }
.checks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.checks svg { width: 20px; height: 20px; color: var(--orange-deep); margin-top: 3px; }
.dark .checks, .dark .checks li { border-color: var(--line-d); }
.dark .checks svg { color: var(--orange); }

.prow { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.prow figure { position: relative; overflow: hidden; border-radius: var(--r); aspect-ratio: 4 / 5; background: #cfcfcb; }
.prow figure:first-child { grid-column: span 2; aspect-ratio: 16 / 10; }
@media (min-width: 900px) {
  .prow { grid-template-columns: 1.5fr 1fr 1fr; gap: 12px; }
  .prow figure, .prow figure:first-child { grid-column: auto; aspect-ratio: auto; height: clamp(360px, 38vw, 520px); }
}
.prow img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.prow figcaption { position: absolute; left: 12px; right: 12px; bottom: 10px; color: #fff; font-size: .8rem; line-height: 1.3; z-index: 1; }
.prow figure::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .65)); }
@media (hover: hover) { .prow figure:hover img { transform: scale(1.04); } }

.decide { display: grid; gap: 0; border-top: 1px solid var(--line); counter-reset: dec; }
@media (min-width: 800px) { .decide { grid-template-columns: 1fr 1fr; column-gap: clamp(32px, 5vw, 72px); } }
.decide li { padding: 26px 0 28px; border-bottom: 1px solid var(--line); counter-increment: dec; }
.decide li::before {
  content: counter(dec, decimal-leading-zero); display: block; margin-bottom: 12px;
  font-family: var(--f-d); font-stretch: 125%; font-weight: 800; font-size: .8rem; letter-spacing: .12em; color: var(--orange-deep);
}
.decide h3 { font-size: clamp(1.25rem, 3vw, 1.55rem); font-weight: 750; margin-bottom: 8px; }
.decide p { color: var(--muted); max-width: 44ch; }

.pull { text-align: center; }
.pull blockquote { margin: 0 auto; max-width: 30ch; }
.pull blockquote p { font-family: var(--f-d); font-stretch: 106%; font-weight: 700; font-size: clamp(1.3rem, 4.6vw, 2.9rem); line-height: 1.14; letter-spacing: -.01em; }
.pull .stars { display: inline-flex; gap: 3px; color: var(--orange); margin-bottom: 22px; }
.pull .stars svg { width: 20px; height: 20px; }
.pull cite { display: block; margin-top: 22px; font-style: normal; color: var(--muted-d); }
.pull cite b { color: #fff; font-weight: 650; }

.related { display: grid; gap: 14px; }
@media (min-width: 800px) { .related { grid-template-columns: repeat(3, 1fr); } }
.rel {
  position: relative; display: grid; align-content: end; min-height: 300px; overflow: hidden; isolation: isolate;
  border-radius: var(--r); color: #fff; text-decoration: none; padding: 22px; background: #222;
}
.rel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s var(--ease); }
.rel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, .05) 30%, rgba(0, 0, 0, .82) 100%); }
.rel small { font-family: var(--f-d); font-stretch: 125%; font-weight: 700; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--orange); }
.rel strong { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; font-family: var(--f-d); font-stretch: 112%; font-weight: 800; font-size: 1.45rem; line-height: 1.05; }
.rel strong svg { width: 22px; height: 22px; flex: none; transition: transform .3s var(--ease); }
@media (hover: hover) { .rel:hover img { transform: scale(1.05); } .rel:hover strong svg { transform: translateX(5px); } }

/* walkthrough video band */
.walk { position: relative; isolation: isolate; overflow: hidden; background: var(--night); color: #fff; min-height: clamp(540px, 80svh, 760px); display: grid; align-items: end; }
.walk video, .walk .walk-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.walk::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .86) 100%); }
.walk .wrap { padding-block: clamp(56px, 9vh, 90px); }
.walk .h2 { max-width: 14ch; margin-bottom: 14px; }
.walk p { max-width: 42ch; color: rgba(255, 255, 255, .86); }
.walk .motion-toggle { top: 22px; bottom: auto; }

/* 404 */
.nf { min-height: 100svh; display: grid; place-items: center; text-align: center; }
.nf .h1 { margin: 18px auto; }

/* ----------------------------------------------------------- reveal */
.js .rv { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
.js .rv.d1 { transition-delay: .08s; } .js .rv.d2 { transition-delay: .16s; } .js .rv.d3 { transition-delay: .24s; }

/* ------------------------------------------------ motion off / reduced */
html.motion-off .kb, html.motion-off .ticker-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .kb { animation: none !important; }
  .ticker-track { animation: none !important; }
  .js .rv { opacity: 1; transform: none; }
  .hero-media video, .walk video { display: none; }
}
@media print {
  .hdr, .callbar, .drawer, .motion-toggle, .hero-media, .qbreak-media { display: none !important; }
  .hero, .phero, .dark, .qbreak, .walk, .foot { background: #fff !important; color: #000 !important; }
}
