/* ==========================================================================
   V4 · SIGNAL — True Performance homepage wildcard (Phase 1.5-R round 1)
   Kinetic typography + crimson / wine colour fields, brutalist-adjacent grid.
   All URLs relative (served under /v4/). GSAP-only motion (signal.js); this
   file holds NO @keyframes. Content is fully visible with JS off.
   ========================================================================== */

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onest-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  /* colour: one accent (crimson); wine is its deep field tone, not a second accent */
  --ink: #151114;          /* warm off-black, wine-tinted (never #000) */
  --ink-2: #1e181b;
  --bone: #efebe7;          /* light substrate + text on dark */
  --paper: #f8f5f2;         /* inner cores on bone */
  --crimson: #ab1e34;       /* brand key 1 = THE accent */
  --wine: #631232;          /* brand key 2 = deep field */
  --gold: #fbbc04;          /* Google stars only */
  --line-d: rgba(239, 235, 231, .14);
  --line-l: rgba(21, 17, 20, .14);

  --f-display: 'Archivo', 'Arial Narrow', sans-serif;
  --f-body: 'Onest', 'Segoe UI', sans-serif;

  --e-out: cubic-bezier(.16, 1, .3, 1);
  --e-snap: cubic-bezier(.32, .72, 0, 1);
  --dur: .6s;

  --wrap: 1320px;
  --gut: clamp(16px, 4vw, 48px);
  --sec: clamp(84px, 9.5vw, 144px);
  --header-height: 76px;
  --brand-accent: #ab1e34;
  --color-primary-rgb: 171, 30, 52;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; overflow-x: clip; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--ink); color: var(--bone);
  font-family: var(--f-body); font-size: 17px; line-height: 1.55;
  overflow-x: clip; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 4px; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 70; background: var(--bone); color: var(--ink); padding: 10px 16px; border-radius: 999px; font-weight: 600; }
.skip:focus { top: 12px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gut); }
.field { position: relative; padding-block: var(--sec) calc(var(--sec) * 1.1); }
.field--ink { background: var(--ink); color: var(--bone); }
.field--crimson { background: var(--crimson); color: var(--bone); }
.field--wine { background: var(--wine); color: var(--bone); }
.field--bone { background: var(--bone); color: var(--ink); }
.has-curtain { isolation: isolate; }
.has-curtain > :not(.curtain) { position: relative; z-index: 1; }
.curtain { position: absolute; inset: 0; z-index: 0; pointer-events: none; transform-origin: 50% 0; }

/* ---------- type ---------- */
.h2 {
  font-family: var(--f-display); font-weight: 800; font-stretch: 112%;
  font-size: clamp(2rem, 4.2vw, 3.75rem); line-height: .98; letter-spacing: -.025em;
  text-wrap: balance; max-width: 18ch;
}
.h3 { font-family: var(--f-display); font-weight: 750; font-stretch: 105%; font-size: clamp(1.25rem, 1.9vw, 1.6rem); line-height: 1.1; letter-spacing: -.01em; }
.lede { font-size: clamp(1.05rem, 1.3vw, 1.22rem); line-height: 1.55; max-width: 56ch; margin-top: 1.25rem; opacity: .92; }
.fine { font-size: 13px; line-height: 1.5; opacity: .66; }
.kicker { display: inline-flex; align-items: center; gap: .7rem; font-weight: 600; font-size: .9rem; letter-spacing: .01em; margin-bottom: 1.4rem; }
.chev { display: inline-flex; color: var(--crimson); }
.chev svg { width: 30px; height: 12px; overflow: visible; }
.chev path, .marquee path { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: square; }
.field--crimson .chev, .field--wine .chev { color: var(--bone); }
.stars { color: var(--gold); letter-spacing: 2px; }
.stars--sm { font-size: 11px; letter-spacing: 1px; }

/* ---------- buttons (pill + button-in-button icon) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .9rem; text-decoration: none;
  padding: .45rem .45rem .45rem 1.35rem; border-radius: 999px;
  font-weight: 600; font-size: 1rem; line-height: 1; white-space: nowrap;
  transition: transform .5s var(--e-snap), background-color .5s var(--e-snap);
}
.btn:active { transform: scale(.98); }
.btn--primary { background: var(--crimson); color: #fff; }
.btn--primary:hover { background: #bb2440; }
.btn--ink { background: var(--ink); color: var(--bone); }
.btn--sm { font-size: .9rem; padding-left: 1.1rem; }
.btn--sm .btn__icon { width: 1.9rem; height: 1.9rem; }
.btn--lg { font-size: 1.15rem; padding: .55rem .55rem .55rem 2rem; }
.btn--lg .btn__icon { width: 3.1rem; height: 3.1rem; }
.btn__icon {
  flex: none; display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: 50%;
  background: rgba(255, 255, 255, .16); transition: transform .5s var(--e-snap), background-color .5s var(--e-snap);
}
.btn__icon svg { width: 16px; height: 16px; }
.btn__icon path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn:hover .btn__icon, .arrow-link:hover .btn__icon { transform: translate(3px, -2px) scale(1.06); }
.arrow-link { display: inline-flex; align-items: center; gap: .75rem; font-weight: 600; text-decoration: none; }
.arrow-link .btn__icon { background: var(--line-d); }
.arrow-link--dark .btn__icon, .field--bone .arrow-link .btn__icon { background: var(--line-l); }
.link-tel { font-weight: 600; text-decoration: none; font-size: 1.05rem; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.link-tel__k { opacity: .7; margin-right: .25rem; }

/* ---------- floating island header ---------- */
.nav { position: fixed; top: 14px; left: 0; right: 0; z-index: 40; padding-inline: 12px; pointer-events: none; }
.nav__island {
  pointer-events: auto; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 22px;
  padding: 8px 8px 8px 20px; border-radius: 999px;
  background: rgba(21, 17, 20, .72); border: 1px solid rgba(239, 235, 231, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 18px 40px -24px rgba(21, 17, 20, .6);
  -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2);
  color: var(--bone);
}
.nav__logo img { width: 150px; height: auto; }
.nav__links { display: flex; gap: 22px; margin-left: auto; }
.nav__links a, .nav__tel { text-decoration: none; font-size: 14px; font-weight: 500; opacity: .8; transition: opacity .3s var(--e-out); }
.nav__links a:hover, .nav__tel:hover { opacity: 1; }
.nav__tel { margin-left: 6px; }
.nav__burger { display: none; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--line-d); position: relative; cursor: pointer; color: var(--bone); }
.nav__burger span { position: absolute; left: 13px; right: 13px; height: 2px; background: currentColor; transition: transform .5s var(--e-snap); }
.nav__burger span:first-child { top: 17px; }
.nav__burger span:last-child { top: 25px; }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.menu { position: fixed; inset: 0; z-index: 35; background: rgba(21, 17, 20, .97); padding: 110px var(--gut) 40px; }
.menu nav { display: flex; flex-direction: column; gap: 6px; }
.menu a { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: clamp(2rem, 9vw, 3rem); line-height: 1.15; text-decoration: none; color: var(--bone); }
.menu a:last-child { font-family: var(--f-body); font-size: 1.1rem; font-weight: 600; margin-top: 24px; opacity: .8; }
@media (max-width: 1023px) {
  .nav__links, .nav__tel { display: none; }
  .nav__island { gap: 10px; }
  .nav__island .btn--sm { margin-left: auto; }
  .nav__burger { display: block; }
}

/* ---------- HERO ---------- */
.hero { min-height: 100dvh; display: grid; grid-template-rows: 1fr auto; padding-block: 128px 0; overflow: clip; }
.hero__inner { align-self: center; width: 100%; }
.hero__chevrons { position: absolute; right: -7vw; bottom: 11%; width: min(50vw, 740px); height: auto; opacity: .9; pointer-events: none; }
.hero__chevrons path { fill: none; stroke: var(--crimson); stroke-width: 13; stroke-linecap: square; opacity: .55; }
.hero__h1 { display: flex; align-items: center; gap: .8rem; font-family: var(--f-body); font-weight: 600; font-size: clamp(15px, 1.15vw, 17px); line-height: 1.3; letter-spacing: .01em; margin-bottom: clamp(22px, 3vw, 40px); }
.hero__h1 .chev { flex: none; }
.hero__display {
  margin: 0; font-family: var(--f-display); font-weight: 860; font-stretch: 116%;
  font-size: clamp(2.2rem, 6.35vw, 7.1rem); line-height: .94; letter-spacing: -.04em; text-transform: uppercase;
}
.hd-line { display: block; width: max-content; max-width: none; white-space: nowrap; position: relative; }
.hd-line--2 { margin-top: .06em; margin-left: clamp(0px, 9vw, 170px); padding: .02em .14em .04em; }
.hd-bar { position: absolute; inset: 0; background: var(--crimson); transform-origin: 50% 100%; }
.hd-text { position: relative; display: inline-block; }
.hero__foot { display: grid; grid-template-columns: minmax(0, 640px); gap: 32px; align-items: start; margin-top: clamp(36px, 5vw, 64px); }
.hero__sub { max-width: 54ch; margin: 0; font-size: clamp(1.02rem, 1.25vw, 1.2rem); opacity: .86; }
.hero__ctas { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 36px; margin: clamp(48px, 7vw, 96px) auto 0; padding-top: 20px; padding-bottom: 28px; border-top: 1px solid var(--line-d); font-size: 14px; position: relative; }
.hero__trust a { text-decoration: none; opacity: .82; display: inline-flex; gap: .5rem; align-items: baseline; transition: opacity .3s var(--e-out); }
.hero__trust a:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 760px) {
  .hero { padding-top: 112px; }
  .hero__display { font-stretch: 80%; font-size: min(10vw, 3.4rem); letter-spacing: -.03em; }
  .hd-line--2 { margin-left: 0; }
  .hero__foot { grid-template-columns: 1fr; }
  .hero__chevrons { display: none; }
  .hero__h1 { text-wrap: balance; }
  .hero__trust { flex-direction: column; gap: 10px; }
}

/* ---------- WHY (crimson field) ---------- */
.why__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 6vw, 110px); }
.why__head { position: sticky; top: 120px; align-self: start; }
.why__rows { list-style: none; margin: 0; padding: 0; }
.why__row { border-top: 1px solid rgba(239, 235, 231, .32); padding: 28px 0 36px; }
.why__row:last-child { border-bottom: 1px solid rgba(239, 235, 231, .32); }
.why__title { font-family: var(--f-display); font-weight: 860; font-stretch: 118%; text-transform: uppercase; font-size: clamp(1.9rem, 3.7vw, 3.5rem); line-height: .95; letter-spacing: -.03em; margin: 0 0 16px; }
.why__row p:not(.why__title) { max-width: 54ch; margin: 0; opacity: .94; }

/* ---------- PROOF ---------- */
.proof { overflow: clip; }
.proof__feature > * { min-width: 0; }
.proof__feature { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.proof__name {
  grid-column: 1 / -1; display: flex; gap: .02em; font-family: var(--f-display); font-weight: 900; font-stretch: 125%;
  text-transform: uppercase; font-size: min(10.6vw, 12.5rem); line-height: .82; letter-spacing: -.05em;
  color: var(--bone); margin-bottom: clamp(24px, 3vw, 48px); white-space: nowrap;
}
.proof__name span:first-child { color: var(--crimson); }
.bezel { margin: 0; padding: 6px; border-radius: 22px; background: rgba(239, 235, 231, .05); border: 1px solid rgba(239, 235, 231, .1); }
.bezel__core { position: relative; overflow: hidden; border-radius: 16px; background: var(--ink-2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08); }
.bezel--light { background: rgba(21, 17, 20, .045); border-color: rgba(21, 17, 20, .08); }
.bezel--light .bezel__core { background: var(--paper); box-shadow: inset 0 1px 0 #fff; }
.proof__video video { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.play {
  position: absolute; inset: 0; display: flex; align-items: flex-end; gap: 14px; padding: 22px; border: 0; cursor: pointer;
  background: linear-gradient(to top, rgba(21, 17, 20, .78), rgba(21, 17, 20, 0) 55%); color: var(--bone); font: inherit; text-align: left;
}
.play__disc { flex: none; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--crimson); transition: transform .5s var(--e-snap); }
.play__disc svg { width: 20px; height: 20px; fill: #fff; }
.play:hover .play__disc { transform: scale(1.08); }
.play__label { font-weight: 600; font-size: 15px; padding-bottom: 18px; }
.play[hidden] { display: none; }
.pull { margin: 28px 0 0; }
.pull p { font-family: var(--f-display); font-weight: 650; font-stretch: 100%; font-size: clamp(1.35rem, 2.3vw, 2.05rem); line-height: 1.22; letter-spacing: -.012em; max-width: 30ch; }
.pull footer { font-size: 15px; opacity: .74; }
.transcript { margin-top: 26px; font-size: 15px; max-width: 62ch; }
.transcript summary { cursor: pointer; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.transcript p { margin-top: 12px; opacity: .85; }
.kicker--light { color: var(--bone); }

.rail-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-top: clamp(80px, 10vw, 140px); margin-bottom: 28px; }
.rail-head .h3 { max-width: 24ch; }
.rail {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
  padding: 6px max(var(--gut), calc((100vw - var(--wrap)) / 2 + var(--gut))) 20px;
  scroll-padding-left: max(var(--gut), calc((100vw - var(--wrap)) / 2 + var(--gut)));
  scrollbar-width: thin; scrollbar-color: var(--crimson) transparent;
}
.reel { --h: clamp(300px, 32vw, 440px); flex: none; scroll-snap-align: start; width: calc(var(--h) * 900 / 788); }
.reel--9x16 { width: calc(var(--h) * 9 / 16); }
.reel--4x5 { width: calc(var(--h) * 4 / 5); }
.reel__media { height: var(--h); border-radius: 16px; overflow: hidden; background: var(--ink-2); box-shadow: inset 0 0 0 1px var(--line-d); }
.reel__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--e-out); }
.reel:hover .reel__media img { transform: scale(1.05); }
.reel h4 { font-family: var(--f-display); font-weight: 750; font-stretch: 105%; font-size: 1.05rem; line-height: 1.2; margin: 14px 0 4px; }
.reel p { font-size: 13.5px; line-height: 1.45; opacity: .74; margin: 0; }
.reel p.fine { margin-top: 6px; opacity: .55; font-size: 12px; }

.reviews { margin-top: clamp(80px, 10vw, 140px); }
.reviews__head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px 36px; margin-bottom: 36px; }
.score { display: flex; align-items: center; gap: 14px; padding-right: 36px; border-right: 1px solid var(--line-d); }
.score__num { font-family: var(--f-display); font-weight: 860; font-stretch: 112%; font-size: clamp(2.8rem, 5vw, 3.8rem); line-height: 1; }
.score__col { display: flex; flex-direction: column; gap: 2px; }
.score__count { font-size: 13.5px; opacity: .72; }
.lane { overflow-x: auto; margin-top: 18px; padding-block: 12px 8px; scrollbar-width: none; }
.lane.is-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.lane__track { display: flex; width: max-content; }
.lane__set { display: flex; gap: 18px; padding-right: 18px; }
.lane__set:first-child { padding-left: var(--gut); }
.lane.is-marquee .lane__set:first-child { padding-left: 0; }
.lane__set:empty { display: none; }
.rcard { position: relative; flex: none; width: min(390px, 82vw); display: flex; flex-direction: column; padding: 30px 24px 20px; border-radius: 18px; background: rgba(239, 235, 231, .045); border: 1px solid var(--line-d); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.rcard__tag { position: absolute; top: -11px; left: 20px; font-size: 12px; font-weight: 600; background: var(--crimson); color: #fff; border-radius: 999px; padding: 4px 11px; }
.rcard p { font-size: 15px; line-height: 1.62; opacity: .9; flex: 1; }
.rcard footer { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.rcard__name { font-weight: 700; }
.rcard__src { margin-left: auto; opacity: .55; }
.reviews__note { margin-top: 22px; }

/* ---------- BOOK (wine field) ---------- */
.book__grid { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.steps3 { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 18px; }
.steps3 li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.steps3__n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(239, 235, 231, .12); font-family: var(--f-display); font-weight: 800; font-size: 1.1rem; }
.steps3 li > span:last-child { padding-top: 9px; }
.book__assure { margin-top: 32px; font-size: 14.5px; opacity: .86; max-width: 48ch; }
.poptin-host { min-height: 560px; color: var(--ink); padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 14px; }
.poptin-host__label { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: 1.6rem; margin: 0; }
.poptin-host__note { font-size: 14px; opacity: .7; margin: 0; max-width: 44ch; }
.poptin-host__note code { font-size: 13px; background: rgba(21, 17, 20, .07); padding: 2px 6px; border-radius: 6px; }
.poptin-host__ghost { display: grid; gap: 12px; margin: 10px 0 12px; flex: 1; align-content: start; }
.poptin-host__ghost i { display: block; height: 50px; border-radius: 12px; background: rgba(21, 17, 20, .06); box-shadow: inset 0 0 0 1px rgba(21, 17, 20, .05); }
.poptin-host__ghost i.w { height: 110px; }
.poptin-host .btn { align-self: flex-start; white-space: normal; text-align: left; }

/* ---------- INDEX / entity routing (bone field) ---------- */
.index__head { display: flex; flex-direction: column; margin-bottom: clamp(40px, 5vw, 72px); }
.index__title { font-family: var(--f-display); font-weight: 900; font-stretch: 120%; text-transform: uppercase; font-size: clamp(2.3rem, 5.6vw, 5.8rem); line-height: .9; letter-spacing: -.045em; margin: 0; max-width: 16ch; }
.index__rows { border-bottom: 1px solid var(--line-l); }
.irow {
  position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto; gap: 16px 40px; align-items: center;
  padding: 30px 12px; border-top: 1px solid var(--line-l); text-decoration: none; color: var(--ink);
  transition: color .5s var(--e-out);
}
.irow::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--crimson); transform: scaleX(0); transform-origin: 0 50%; transition: transform .7s var(--e-out); }
.irow:hover, .irow:focus-visible { color: var(--bone); }
.irow:hover::before, .irow:focus-visible::before { transform: scaleX(1); }
.irow__rule { position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: var(--crimson); transform-origin: 0 50%; }
.irow__h { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: clamp(1.45rem, 2.8vw, 2.55rem); line-height: 1; letter-spacing: -.025em; }
.irow__city { display: block; font-family: var(--f-body); font-weight: 500; font-stretch: 100%; font-size: .95rem; letter-spacing: 0; margin-top: 10px; opacity: .72; }
.irow__p { margin: 0; font-size: 15px; line-height: 1.55; max-width: 54ch; }
.irow__go { width: 46px; height: 46px; background: var(--line-l); }
.irow:hover .irow__go { background: var(--bone); color: var(--crimson); transform: translateX(4px); }
.elevated { margin-top: clamp(56px, 7vw, 96px); display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1px; background: var(--line-l); border-radius: 20px; overflow: hidden; }
.elevated__label { grid-column: 1 / -1; margin: 0; padding: 16px 24px; background: var(--ink); color: var(--bone); font-weight: 600; font-size: 14px; }
.etile { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; min-height: 240px; padding: 28px; background: var(--ink); color: var(--bone); text-decoration: none; }
.etile::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--crimson); transform: scaleY(0); transform-origin: 50% 100%; transition: transform .7s var(--e-out); }
.etile:hover::before, .etile:focus-visible::before { transform: scaleY(1); }
.etile__name { font-family: var(--f-display); font-weight: 820; font-stretch: 112%; font-size: clamp(1.5rem, 2.4vw, 2.3rem); line-height: 1; letter-spacing: -.02em; }
.etile:first-of-type .etile__name { font-size: clamp(1.9rem, 3.4vw, 3.3rem); }
.etile__p { font-size: 14.5px; opacity: .8; max-width: 40ch; }

/* ---------- STATS (crimson field, odometer) ---------- */
.stats__h { max-width: 20ch; margin-bottom: clamp(40px, 5vw, 72px); }
.stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-top: 1px solid rgba(239, 235, 231, .4); }
.stat { padding: 28px 24px 0 0; }
.stat + .stat { padding-left: 24px; border-left: 1px solid rgba(239, 235, 231, .25); }
.stat__v { font-family: var(--f-display); font-weight: 900; font-stretch: 110%; font-size: clamp(3.4rem, 7.6vw, 8.2rem); line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.stat dd { margin: 16px 0 0; font-size: 15px; line-height: 1.45; max-width: 26ch; opacity: .94; }
.odo { display: inline-flex; align-items: flex-start; overflow: hidden; height: 1em; line-height: 1; vertical-align: top; }
.odo__col { display: flex; flex-direction: column; }
.odo__col span, .odo__static { display: block; height: 1em; }
.stats__note { margin-top: 40px; }

/* ---------- ROUTER (dense gapless bento) ---------- */
.router__head { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 64px; align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.router__head .lede { margin: 0; }
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-flow: dense; gap: 1px; background: var(--line-d); border: 1px solid var(--line-d); border-radius: 22px; overflow: hidden; }
.tile { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; min-height: 230px; padding: 28px; background: var(--ink); color: var(--bone); text-decoration: none; overflow: hidden; }
.tile::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--crimson); transform: scaleY(0); transform-origin: 50% 100%; transition: transform .7s var(--e-out); }
.tile:hover::before, .tile:focus-visible::before { transform: scaleY(1); }
.tile--a { grid-column: span 3; grid-row: span 2; min-height: 470px; }
.tile--b, .tile--c { grid-column: span 3; }
.tile--d, .tile--e, .tile--f { grid-column: span 2; }
.tile--bar { grid-column: span 6; min-height: 96px; flex-direction: row; align-items: center; justify-content: space-between; }
.tile__name { font-family: var(--f-display); font-weight: 820; font-stretch: 110%; font-size: clamp(1.4rem, 2.3vw, 2.2rem); line-height: 1; letter-spacing: -.025em; }
.tile--a .tile__name { font-size: clamp(2.3rem, 4.8vw, 4.6rem); text-transform: uppercase; font-stretch: 118%; letter-spacing: -.04em; line-height: .92; }
.tile__p { font-size: 14.5px; line-height: 1.5; opacity: .78; max-width: 38ch; }
.tile__go { position: absolute; top: 22px; right: 22px; background: var(--line-d); }
.tile--bar .tile__go { position: static; }
.tile:hover .tile__go { transform: translate(4px, -4px); background: var(--bone); color: var(--crimson); }

/* ---------- TEAM (bone field, crimson duotone) ---------- */
.founder { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 96px); align-items: center; margin-top: clamp(40px, 5vw, 72px); }
.duo { position: relative; overflow: hidden; margin: 0; }
.duo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: transform 1.2s var(--e-out); }
.duo__tint { position: absolute; inset: 0; background: var(--crimson); mix-blend-mode: multiply; opacity: .78; transition: opacity .7s var(--e-out); }
.duo:hover .duo__tint { opacity: .32; }
.duo:hover img { transform: scale(1.04); }
.founder__name { font-family: var(--f-display); font-weight: 880; font-stretch: 116%; text-transform: uppercase; font-size: clamp(2rem, 4.3vw, 3.9rem); line-height: .94; letter-spacing: -.035em; }
.founder__role { margin: 14px 0 22px; font-weight: 600; color: var(--crimson); }
.founder__copy p:not(.founder__role) { max-width: 58ch; }
.crew { list-style: none; margin: clamp(64px, 8vw, 110px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.crew__photo { border-radius: 16px; }
.crew__mono { display: grid; place-items: center; aspect-ratio: 1; border-radius: 16px; background: var(--ink); color: var(--crimson); font-family: var(--f-display); font-weight: 900; font-stretch: 125%; font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: -.05em; }
.crew__card h3 { font-family: var(--f-display); font-weight: 750; font-stretch: 104%; font-size: 1.05rem; line-height: 1.25; margin: 16px 0 6px; }
.crew__card p { font-size: 14px; opacity: .72; margin: 0; }

/* ---------- PROCESS (signal timeline) ---------- */
.timeline { position: relative; margin-top: clamp(48px, 6vw, 80px); }
.timeline__line { position: absolute; top: 21px; left: 0; right: 0; height: 2px; background: var(--line-d); }
.timeline__line i { display: block; height: 100%; background: var(--crimson); transform-origin: 0 50%; }
.timeline__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; position: relative; }
.tstep__n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--crimson); border: 2px solid var(--crimson); font-family: var(--f-display); font-weight: 800; font-size: .9rem; transition: background-color .5s var(--e-out), border-color .5s var(--e-out); }
.js .timeline.is-live .tstep__n { background: var(--ink); border-color: rgba(239, 235, 231, .3); }
.js .timeline.is-live .tstep.is-lit .tstep__n { background: var(--crimson); border-color: var(--crimson); }
.tstep h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 108%; font-size: clamp(1.3rem, 1.8vw, 1.6rem); line-height: 1.05; margin: 28px 0 10px; }
.tstep p { font-size: 15px; opacity: .8; max-width: 32ch; margin: 0; }
.founder-quote { margin: clamp(80px, 10vw, 140px) 0 0; padding-left: clamp(0px, 18vw, 330px); }
.founder-quote p { font-family: var(--f-display); font-weight: 820; font-stretch: 110%; font-size: clamp(1.8rem, 3.7vw, 3.5rem); line-height: 1.04; letter-spacing: -.025em; max-width: 22ch; margin-bottom: 18px; }
.founder-quote footer { font-size: 15px; opacity: .72; }

/* ---------- PAY (wine field) ---------- */
.pay__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.pay__big { font-family: var(--f-display); font-weight: 900; font-stretch: 125%; text-transform: uppercase; font-size: clamp(3.6rem, 10.5vw, 10rem); line-height: .84; letter-spacing: -.055em; margin: 28px 0 0; white-space: nowrap; }
.pay__copy .lede { margin-top: 0; }
.pay__list { list-style: none; padding: 0; margin: 32px 0; }
.pay__list li { padding: 18px 0; border-top: 1px solid rgba(239, 235, 231, .26); font-family: var(--f-display); font-weight: 720; font-stretch: 106%; font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
.pay__list li:last-child { border-bottom: 1px solid rgba(239, 235, 231, .26); }

/* ---------- GALLERY ---------- */
.gbento { margin-top: clamp(40px, 5vw, 72px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: clamp(200px, 21vw, 300px); grid-auto-flow: dense; gap: 14px; }
.g .bezel__core { height: 100%; }
.g img, .g video { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--e-out); }
.g:hover img { transform: scale(1.04); }
.g--video { grid-column: span 5; grid-row: span 2; }
.g--hbot, .g--gyro { grid-column: span 7; }
.g--memo { grid-column: span 12; }
.g figcaption { position: absolute; left: 14px; bottom: 14px; background: rgba(21, 17, 20, .78); color: var(--bone); font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; }
.memo { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 18px 18px 58px; }
.memo img { width: 100%; height: 100%; min-width: 0; border-radius: 10px; object-fit: cover; }

/* ---------- LOCATIONS (bone field) ---------- */
.loc__coords { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin: 0; font-family: var(--f-display); font-weight: 900; font-stretch: 125%; font-size: clamp(2.2rem, 7.2vw, 7.8rem); line-height: .9; letter-spacing: -.045em; color: var(--crimson); font-variant-numeric: tabular-nums; }
.loc__grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(32px, 6vw, 96px); margin-top: clamp(48px, 6vw, 88px); align-items: start; }
.loc address { font-style: normal; font-size: 17px; line-height: 1.65; margin: 24px 0; }
.hours { border-collapse: collapse; width: 100%; max-width: 560px; font-size: 15px; }
.hours caption { text-align: left; font-weight: 700; padding-bottom: 8px; }
.hours th, .hours td { text-align: left; font-weight: 400; padding: 10px 20px 10px 0; border-top: 1px solid var(--line-l); vertical-align: top; }
.hours th { font-weight: 600; }
.loc__links { display: flex; gap: 20px 28px; flex-wrap: wrap; align-items: center; margin-top: 32px; }
.loc__nb h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 108%; font-size: 1.5rem; line-height: 1.1; }
.loc__nb .bezel__core { padding: 28px; }
.loc__nb address { margin: 14px 0; font-size: 15.5px; }
.loc__nb p { font-size: 14.5px; opacity: .8; }

/* ---------- FAQ ---------- */
.scope { margin-top: clamp(40px, 5vw, 64px); }
.scope__t { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 15px; }
.scope__t th, .scope__t td { text-align: left; padding: 18px 20px 18px 0; border-top: 1px solid var(--line-d); vertical-align: top; }
.scope__t thead th { font-size: 13px; font-weight: 600; opacity: .62; border-top: 0; }
.scope__t tbody th { font-family: var(--f-display); font-weight: 750; font-size: 1.05rem; width: 30%; padding-left: 16px; }
.scope__us th, .scope__us td { background: rgba(171, 30, 52, .3); }
.qa { margin-top: clamp(56px, 7vw, 96px); max-width: 920px; border-bottom: 1px solid var(--line-d); }
.qa details { border-top: 1px solid var(--line-d); }
.qa summary { list-style: none; cursor: pointer; position: relative; padding: 24px 56px 24px 0; font-family: var(--f-display); font-weight: 720; font-stretch: 104%; font-size: clamp(1.1rem, 1.7vw, 1.45rem); line-height: 1.2; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: ''; position: absolute; right: 8px; top: 50%; width: 18px; height: 18px; margin-top: -9px; background:
  linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat, linear-gradient(currentColor, currentColor) center / 2px 18px no-repeat; transition: transform .5s var(--e-snap); }
.qa details[open] summary::after { transform: rotate(135deg); }
.qa details p { margin: 0 0 26px; max-width: 64ch; opacity: .84; }

/* ---------- CTA (crimson field) ---------- */
.cta { overflow: clip; padding-top: clamp(64px, 8vw, 110px); }
.marquee { overflow: hidden; margin-bottom: clamp(56px, 7vw, 96px); }
.marquee__track { display: flex; width: max-content; }
.marquee__item { display: inline-flex; align-items: center; gap: .32em; padding-right: .32em; white-space: nowrap; font-family: var(--f-display); font-weight: 900; font-stretch: 125%; text-transform: uppercase; font-size: clamp(3.4rem, 11vw, 11.5rem); line-height: .9; letter-spacing: -.05em; }
.marquee__item svg { width: auto; height: .5em; color: var(--ink); }
.cta__inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.cta__row { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }

/* ---------- FOOTER ---------- */
.foot { padding-block: clamp(72px, 9vw, 120px) 0; font-size: 14.5px; }
.foot__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.foot__brand img { width: 220px; height: auto; margin-bottom: 20px; }
.foot__brand p { max-width: 34ch; opacity: .78; }
.foot__rev { text-decoration: none; font-weight: 600; }
.foot__h { font-size: 13px; font-weight: 600; opacity: .6; margin-bottom: 14px; font-family: var(--f-body); }
.foot address { font-style: normal; line-height: 1.7; margin-bottom: 12px; }
.foot__hours { opacity: .78; }
.foot__nav a, .foot__lnk { display: block; text-decoration: none; line-height: 2; opacity: .82; }
.foot__nav a:hover, .foot__lnk:hover { opacity: 1; text-decoration: underline; }
.foot__legal { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 64px; padding-top: 24px; padding-bottom: 32px; border-top: 1px solid var(--line-d); font-size: 13px; opacity: .62; }
.foot__legal a { text-decoration: none; }

/* ---------- fixed layers ---------- */
.mbar { display: none; }
.vbadge { position: fixed; right: 14px; bottom: 14px; z-index: 50; background: var(--bone); color: var(--ink); font-weight: 700; font-size: 12px; letter-spacing: .02em; padding: 7px 13px; border-radius: 999px; box-shadow: 0 10px 30px -12px rgba(21, 17, 20, .55), inset 0 0 0 1px rgba(21, 17, 20, .08); pointer-events: none; }
.grain { position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ---------- responsive collapse (<=900 / <=768) ---------- */
@media (max-width: 900px) {
  .why__grid, .proof__feature, .book__grid, .founder, .pay__grid, .loc__grid, .router__head { grid-template-columns: 1fr; }
  .why__head { position: static; }
  .irow { grid-template-columns: 1fr auto; }
  .irow__p { grid-column: 1 / -1; grid-row: 2; }
  .irow__go { grid-column: 2; grid-row: 1; }
  .elevated { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .stat { padding-bottom: 28px; }
  .crew { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .founder-quote { padding-left: 0; }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  .bento { grid-template-columns: 1fr; }
  .tile--a, .tile--b, .tile--c, .tile--d, .tile--e, .tile--f, .tile--bar { grid-column: 1 / -1; grid-row: auto; min-height: 200px; }
  .tile--a { min-height: 300px; }
  .tile--bar { min-height: 84px; }
  .timeline__line { top: 0; bottom: 0; left: 21px; right: auto; width: 2px; height: auto; }
  .timeline__line i { width: 100%; height: 100%; transform-origin: 50% 0; }
  .timeline__steps { grid-template-columns: 1fr; gap: 40px; }
  .tstep { position: relative; padding-left: 68px; }
  .tstep__n { position: absolute; left: 0; top: 0; }
  .tstep h3 { margin-top: 8px; }
  .gbento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .g--video, .g--hbot, .g--gyro, .g--memo { grid-column: 1 / -1; grid-row: auto; }
  .g--video .bezel__core { aspect-ratio: 1; }
  .g--hbot .bezel__core, .g--gyro .bezel__core { aspect-ratio: 3 / 2; }
  .memo { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 58px; }
  .memo img { height: 180px; }
  .reviews__head { grid-template-columns: 1fr; }
  .score { border-right: 0; padding-right: 0; }
  .scope__t thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .scope__t tr, .scope__t th, .scope__t td { display: block; width: auto; }
  .scope__t tbody th { padding: 18px 16px 6px; width: auto; }
  .scope__t td { border-top: 0; padding: 0 16px 18px; }
  .foot__grid { grid-template-columns: 1fr; }
  .foot { padding-bottom: 70px; }
  .mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-d); padding-bottom: env(safe-area-inset-bottom); }
  .mbar a { display: block; padding: 17px 12px; text-align: center; font-weight: 700; text-decoration: none; background: var(--ink-2); color: var(--bone); }
  .mbar .mbar__book { background: var(--crimson); color: #fff; }
  .vbadge { bottom: auto; top: 84px; right: 12px; }
  .pay__big { white-space: normal; }
  .proof__name { font-stretch: 96%; font-size: 13.4vw; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; }
}
