/* ==========================================================================
   Rose Mary V2 — RAW STRENGTH
   Near-black · bone · volt. Anton / Archivo / Space Mono (self-hosted, OFL).
   ========================================================================== */
@font-face { font-family: "Anton"; src: url(fonts/anton-latin-400-normal.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Archivo"; src: url(fonts/archivo-latin-wdth-normal.woff2) format("woff2-variations"), url(fonts/archivo-latin-wdth-normal.woff2) format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; }
@font-face { font-family: "Space Mono"; src: url(fonts/space-mono-latin-400-normal.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Space Mono"; src: url(fonts/space-mono-latin-700-normal.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Marker"; src: url(fonts/permanent-marker-latin.woff2) format("woff2"); font-weight: 400; font-display: swap; }

:root {
  --ink: #0a0a0a;
  --ink-2: #111111;
  --ink-3: #181818;
  --ink-4: #222222;
  --bone: #ede8df;
  --bone-2: #cfc9bf;
  --mute: #a39e95;          /* 7.3:1 on ink */
  --line: rgba(237, 232, 223, .14);
  --line-2: rgba(237, 232, 223, .28);
  --volt: #c8ff00;          /* 16.9:1 on ink */
  --volt-ink: #0a0a0a;
  --fire: #ff4a1c;          /* 5.9:1 on ink — used large or as graphic */
  --display: "Anton", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
  --body: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "Space Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --gut: clamp(16px, 4vw, 56px);
  --max: 1360px;
  --ease: cubic-bezier(.2, .8, .1, 1);
  --snap: cubic-bezier(.7, 0, .2, 1);
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; }
html:focus-within { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ink); color: var(--bone);
  font-family: var(--body); font-size: 17px; line-height: 1.55; font-stretch: 100%;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
mark { background: none; color: var(--volt); }
::selection { background: var(--volt); color: var(--ink); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--volt); color: var(--ink); padding: 10px 16px; font: 700 14px var(--mono); text-decoration: none; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--volt); outline-offset: 3px; }
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }
.volt { color: var(--volt); }
.fire { color: var(--fire); }
.o { color: transparent; -webkit-text-stroke: 2px var(--bone); paint-order: stroke fill; }
.ico { width: 1em; height: 1em; flex: none; fill: currentColor; }
.hide-sm { display: none; }
@media (min-width: 760px) { .hide-sm { display: inline; } }

/* grain overlay */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1.2 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); }
}

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font: 700 12px/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--bone-2);
}
.eyebrow span { color: var(--volt); }
.eyebrow span::after { content: ""; display: inline-block; width: 28px; height: 2px; background: var(--volt); vertical-align: middle; margin-left: 12px; }
.h2 {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(54px, 9.4vw, 152px); line-height: .9; letter-spacing: .004em; margin-top: 18px;
}
.h2 .o { -webkit-text-stroke-width: clamp(1.5px, .16vw, 2.5px); }
.mega {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(64px, 14.5vw, 236px); line-height: .86; margin-top: 18px;
}
.mega span { display: inline-block; }
.mega .o { -webkit-text-stroke-width: clamp(1.5px, .2vw, 3px); }
.marker { font-family: "Marker", "Comic Sans MS", cursive; font-weight: 400; }

/* ---------- buttons ---------- */
.btn {
  --bg: transparent; --fg: var(--bone);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 24px; border: 2px solid var(--bone); background: var(--bg); color: var(--fg);
  font: 700 14px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s;
  overflow: hidden; isolation: isolate; white-space: nowrap;
}
.btn::before { /* hard wipe on hover */
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--wipe, var(--bone));
  transform: translateX(-101%) skewX(-18deg); transform-origin: left; transition: transform .38s var(--snap);
}
.btn:focus-visible::before { transform: translateX(0) skewX(0); }
.btn:focus-visible { color: var(--wipe-fg, var(--ink)); }
.btn .ico { width: 18px; height: 18px; transition: transform .3s var(--ease); }
@media (hover: hover) {
  .btn:hover::before { transform: translateX(0) skewX(0); }
  .btn:hover { color: var(--wipe-fg, var(--ink)); }
  .btn:hover .ico { transform: translateX(4px); }
}
.btn--volt { --bg: var(--volt); --fg: var(--ink); border-color: var(--volt); --wipe: var(--bone); --wipe-fg: var(--ink); }
.btn--ink { --bg: var(--ink); --fg: var(--volt); border-color: var(--ink); --wipe: var(--bone); --wipe-fg: var(--ink); }
.btn--ghost { --wipe: var(--volt); }
.btn--ghost:hover { border-color: var(--volt); }
.btn--lg { min-height: 62px; padding: 0 30px; font-size: 15px; }
.btn--sm { min-height: 42px; padding: 0 16px; font-size: 12px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
.btn .play { display: grid; place-items: center; width: 30px; height: 30px; background: var(--volt); color: var(--ink); margin-left: -8px; }
.btn .play .ico { width: 13px; height: 13px; }
.link {
  display: inline-flex; align-items: center; gap: 10px; background: none; border: 0; padding: 6px 0;
  font: 700 13px/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--volt); text-decoration: none;
  border-bottom: 2px solid currentColor;
}
.link .ico { width: 15px; height: 15px; }
.link:hover { color: var(--bone); }
.magnetic { will-change: transform; }

/* ---------- loader ---------- */
.loader { display: none; }
.show-loader .loader {
  position: fixed; inset: 0; z-index: 200; display: grid; grid-template-rows: auto 1fr auto auto;
  background: var(--ink); color: var(--bone); padding: 20px var(--gut) 24px;
  transition: clip-path .6s var(--snap);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.show-loader.loader-out .loader { clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
.loader__top, .loader__bottom { display: flex; justify-content: space-between; align-items: center; font: 700 12px var(--mono); letter-spacing: .18em; }
.loader__count { position: relative; display: grid; place-items: center; overflow: hidden; }
.loader__count span {
  grid-area: 1 / 1; font-family: var(--display); font-size: clamp(180px, 42vw, 520px); line-height: .8;
  transform: translateY(105%); opacity: 0;
}
.loader__count span.on { animation: rep .34s var(--snap) forwards; }
.loader__count .go { font-size: clamp(88px, 19vw, 300px); color: var(--volt); white-space: nowrap; }
.loader__count .go.on { animation: slam .42s var(--snap) forwards; }
@keyframes rep { 0% { transform: translateY(70%) skewY(8deg); opacity: 0; } 30%, 72% { transform: none; opacity: 1; } 100% { transform: translateY(-70%) skewY(-8deg); opacity: 0; } }
@keyframes slam { 0% { transform: scale(2.4); opacity: 0; filter: blur(10px); } 60% { transform: scale(.96); opacity: 1; filter: blur(0); } 100% { transform: scale(1); opacity: 1; } }
.loader__bar { height: 6px; background: var(--ink-4); margin: 18px 0 14px; }
.loader__bar i { display: block; height: 100%; width: 100%; background: var(--volt); transform: scaleX(0); transform-origin: left; }
.loader__skip { background: none; border: 2px solid var(--line-2); padding: 8px 14px; font: 700 12px var(--mono); letter-spacing: .18em; }
.loader__bottom b { color: var(--volt); }

/* ---------- cursor ---------- */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .has-cursor .cursor { display: block; position: fixed; left: 0; top: 0; z-index: 300; pointer-events: none; }
  .has-cursor, .has-cursor a, .has-cursor button, .has-cursor summary { cursor: none; }
  .cursor__dot { position: fixed; width: 8px; height: 8px; margin: -4px 0 0 -4px; background: var(--volt); border-radius: 50%; }
  .cursor__ring {
    position: fixed; width: 44px; height: 44px; margin: -22px 0 0 -22px; border: 1.5px solid rgba(200, 255, 0, .7); border-radius: 50%;
    display: grid; place-items: center; transition: width .3s var(--ease), height .3s var(--ease), margin .3s var(--ease), background .3s, border-color .3s;
  }
  .cursor__label { font: 700 11px var(--mono); letter-spacing: .14em; color: var(--ink); opacity: 0; transition: opacity .2s; }
  .cursor.is-link .cursor__ring { width: 70px; height: 70px; margin: -35px 0 0 -35px; border-color: var(--volt); }
  .cursor.is-label .cursor__ring { width: 92px; height: 92px; margin: -46px 0 0 -46px; background: var(--volt); border-color: var(--volt); }
  .cursor.is-label .cursor__label { opacity: 1; }
  .cursor.is-label .cursor__dot { opacity: 0; }
  .cursor.is-hidden { opacity: 0; }
}

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; gap: 24px; padding: 0 var(--gut);
  transition: transform .45s var(--ease), background .3s, border-color .3s; border-bottom: 1px solid transparent;
}
.nav.is-solid { background: rgba(10, 10, 10, .82); -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); border-bottom-color: var(--line); }
.nav.is-hidden { transform: translateY(-100%); }
.nav__logo { font-family: var(--display); font-size: 26px; letter-spacing: .02em; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; line-height: 1; }
.nav__logo i { width: 10px; height: 24px; background: var(--volt); transform: skewX(-18deg); display: inline-block; }
.nav__links { display: none; margin-left: auto; gap: 4px; }
.nav__links a {
  position: relative; padding: 10px 12px; font: 700 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--bone-2);
}
.nav__links a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; background: var(--volt); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.nav__links a:hover { color: var(--bone); }
.nav__links a:hover::after, .nav__links a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.nav__links a[aria-current="true"] { color: var(--bone); }
.nav__cta { margin-left: auto; }
.nav__menu {
  display: inline-flex; align-items: center; gap: 10px; background: var(--ink); border: 2px solid var(--line-2); height: 42px; padding: 0 12px;
  font: 700 12px var(--mono); letter-spacing: .16em; text-transform: uppercase;
}
.burger { display: grid; gap: 5px; width: 18px; }
.burger i { height: 2px; background: currentColor; transition: transform .3s var(--ease); }
.nav__menu[aria-expanded="true"] .burger i:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav__menu[aria-expanded="true"] .burger i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
@media (max-width: 1079.98px) {
  .nav__cta { display: none; }
  .nav__menu { margin-left: auto; }
}
@media (min-width: 1080px) {
  .nav__links { display: flex; }
  .nav__cta { margin-left: 8px; }
  .nav__menu { display: none; }
}
.menu {
  position: fixed; inset: 0; z-index: 99; background: var(--ink); padding: calc(var(--nav-h) + 20px) var(--gut) 32px;
  display: flex; flex-direction: column; gap: 28px; overflow-y: auto;
}
.menu[hidden] { display: none; }
.menu nav { display: grid; }
.menu nav a {
  display: flex; align-items: baseline; gap: 14px; text-decoration: none; border-bottom: 1px solid var(--line);
  font-family: var(--display); font-size: clamp(44px, 12vw, 80px); line-height: 1.08; text-transform: uppercase;
  opacity: 0; transform: translateY(24px); animation: menuIn .5s var(--ease) forwards;
}
.menu nav a small { font: 700 12px var(--mono); color: var(--volt); letter-spacing: .1em; }
.menu nav a:nth-child(2) { animation-delay: .04s; } .menu nav a:nth-child(3) { animation-delay: .08s; } .menu nav a:nth-child(4) { animation-delay: .12s; } .menu nav a:nth-child(5) { animation-delay: .16s; } .menu nav a:nth-child(6) { animation-delay: .2s; }
@keyframes menuIn { to { opacity: 1; transform: none; } }
.menu__meta { font: 400 13px var(--mono); color: var(--mute); }
.menu-open { overflow: hidden; }

/* ---------- HERO ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 100svh; min-height: max(640px, 100svh);
  padding: calc(var(--nav-h) + 16px) var(--gut) 20px;
  display: flex; flex-direction: column;
}
.hero__grid { position: absolute; inset: 0; z-index: -3; background-image: linear-gradient(to right, var(--line) 1px, transparent 1px); background-size: calc((100% - 2 * var(--gut)) / 4) 100%; background-position: var(--gut) 0; opacity: .5; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 70%, transparent); -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 70%, transparent); }
.hero__light { position: absolute; z-index: -2; width: 90vmax; height: 90vmax; right: -30vmax; top: -10vmax; background: radial-gradient(closest-side, rgba(237, 232, 223, .16), rgba(237, 232, 223, .05) 55%, transparent 72%); }
.hero__slash { position: absolute; z-index: -1; right: 6vw; top: -10%; width: clamp(40px, 7vw, 110px); height: 130%; background: var(--volt); transform: rotate(18deg) scaleY(var(--slash, 1)); transform-origin: top; }
.hero__kicker { display: inline-flex; align-items: center; gap: 10px; font: 700 11px/1.3 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--bone-2); position: relative; z-index: 4; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fire); box-shadow: 0 0 0 0 rgba(255, 74, 28, .6); animation: beat 1.4s infinite; flex: none; }
@keyframes beat { 0% { box-shadow: 0 0 0 0 rgba(255, 74, 28, .6); } 70% { box-shadow: 0 0 0 10px rgba(255, 74, 28, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 74, 28, 0); } }

.hero__title { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: .86; margin-top: 14px; font-size: 33vw; letter-spacing: .005em; }
.hl { display: block; position: relative; will-change: transform; }
.hl--1 { z-index: 1; }
.hl--2 { z-index: 3; }
.hl--2 .o { -webkit-text-stroke-width: clamp(2px, .3vw, 4px); }
.hl--2 .br { display: block; }
.slice { position: relative; display: inline-block; }
.slice > .s { display: block; }
.slice > .s + .s { position: absolute; inset: 0; }
.slice > .s:nth-child(1) { clip-path: inset(-10% -5% 64% -5%); --fx: -28%; }
.slice > .s:nth-child(2) { clip-path: inset(36% -5% 32% -5%); --fx: 22%; }
.slice > .s:nth-child(3) { clip-path: inset(68% -5% -10% -5%); --fx: -14%; }
.js .slice > .s { transform: translateX(var(--fx)); opacity: 0; }
.js .is-in .slice > .s, .is-in .slice > .s { transform: none; opacity: 1; transition: transform .8s var(--snap), opacity .2s; }
.is-in .hl--1 .s:nth-child(2) { transition-delay: .05s; } .is-in .hl--1 .s:nth-child(3) { transition-delay: .1s; }
.sliced .slice > .s:first-child { clip-path: none; }
.sliced .slice > .s + .s { display: none; }
.is-in .hl--2 .s:nth-child(1) { transition-delay: .14s; } .is-in .hl--2 .s:nth-child(2) { transition-delay: .2s; } .is-in .hl--2 .s:nth-child(3) { transition-delay: .26s; }

.hero__fig {
  position: absolute; z-index: 2; right: -12vw; bottom: 0; height: 76svh; height: min(76svh, 190vw); width: auto; margin: 0;
  transform-origin: 50% 100%; will-change: transform;
}
.hero__fig img { -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 7%); mask-image: linear-gradient(to bottom, transparent 0, #000 7%); height: 100%; width: auto; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .6)); }
.js .hero__fig { opacity: 0; transform: translateY(40px) scale(1.04); }
.is-in .hero__fig { opacity: 1; transform: translateY(var(--fy, 0px)) scale(var(--fs, 1)); transition: opacity 1s var(--ease) .15s, transform 1.2s var(--ease) .15s; }
.is-in.hero--scrolled .hero__fig { transition: none; }

.hero__plate {
  display: none; position: absolute; z-index: 4; right: var(--gut); bottom: 120px; width: 230px; padding: 14px; background: rgba(10, 10, 10, .72);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid var(--line-2);
}
.plate__row { display: flex; justify-content: space-between; font: 700 10px var(--mono); letter-spacing: .14em; color: var(--bone-2); }
.plate__big { font-family: var(--display); font-size: 64px; line-height: 1; margin: 2px 0 6px; display: flex; align-items: baseline; gap: 8px; }
.plate__big small { font: 700 11px var(--mono); letter-spacing: .14em; color: var(--volt); }
.pulse path { fill: none; stroke: var(--fire); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.pulse--mini { width: 100%; height: 40px; margin: 8px 0 2px; }
.pulse--mini path { stroke-dasharray: 260; stroke-dashoffset: 260; animation: ecg 2.2s linear infinite; }
@keyframes ecg { to { stroke-dashoffset: -260; } }

.hero__copy { position: relative; z-index: 4; margin-top: auto; padding-top: 24px; max-width: 560px; }
.hero__copy::before { content: ""; position: absolute; inset: -60px calc(-1 * var(--gut)) -30px; z-index: -1; background: linear-gradient(to top, rgba(10, 10, 10, .92) 30%, rgba(10, 10, 10, .6) 70%, transparent); pointer-events: none; }
.hero__lede { font-size: 16px; line-height: 1.5; color: var(--bone-2); max-width: 30ch; text-shadow: 0 1px 12px rgba(0, 0, 0, .8); }
.hero__lede strong { display: block; color: var(--bone); font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 26px; line-height: 1.05; letter-spacing: .01em; margin-bottom: 8px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hero__ctas .btn--ghost { background: var(--ink); }
.hero__foot { position: relative; z-index: 4; display: none; gap: 28px; align-items: center; margin-top: 26px; padding-top: 14px; border-top: 1px solid var(--line); font: 700 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--bone-2); }
.scrollcue { margin-left: auto; display: inline-flex; align-items: center; gap: 10px; }
.scrollcue i { width: 2px; height: 26px; background: var(--line-2); position: relative; overflow: hidden; }
.scrollcue i::after { content: ""; position: absolute; inset: 0; background: var(--volt); animation: cue 1.6s var(--ease) infinite; }
@keyframes cue { from { transform: translateY(-100%); } to { transform: translateY(100%); } }

.js .intro { opacity: 0; transform: translateY(18px); }
.is-in .intro { opacity: 1; transform: none; transition: opacity .7s var(--ease) calc(.35s + var(--i, 0) * .08s), transform .7s var(--ease) calc(.35s + var(--i, 0) * .08s); }

@media (max-width: 759.98px) {
  .hero__ctas .btn { flex: 1 1 auto; }
  .hero__ctas .btn--ghost { flex: 0 1 auto; }
}
@media (min-width: 760px) {
  .hero__title { font-size: min(16.2vw, 30vh); margin-top: 22px; }
  .hl--2 .br { display: inline; }
  .hero__fig { right: 13vw; height: calc(100% - var(--nav-h) + 10px); max-height: 980px; }
  .hero__plate { display: block; }
  .hero__foot { display: flex; }
  .hero__copy { margin-top: auto; }
  .hero__copy::before { display: none; }
  .hero__lede { max-width: 40ch; font-size: 17px; }
  .hero__lede strong { font-size: 30px; }
  .hero__kicker { font-size: 12px; }
}
@media (min-width: 1200px) {
  .hero__fig { right: 15vw; }
}

/* ---------- tickers ---------- */
.tickers { position: relative; z-index: 5; height: clamp(150px, 18vw, 250px); margin-top: -40px; overflow: hidden; pointer-events: none; }
.ticker { position: absolute; left: -5%; right: -5%; top: 50%; overflow: hidden; padding: 14px 0; }
.ticker--volt { background: var(--volt); color: var(--ink); transform: translateY(-50%) rotate(-4deg) skewX(var(--sk, 0deg)); z-index: 2; box-shadow: 0 20px 40px rgba(0, 0, 0, .5); }
.ticker--ink { background: var(--ink-2); color: var(--bone); transform: translateY(-50%) rotate(3deg) skewX(var(--sk, 0deg)); border-block: 1px solid var(--line-2); }
.ticker__track { display: flex; align-items: center; gap: 28px; width: max-content; will-change: transform; }
.ticker span { font-family: var(--display); font-size: clamp(28px, 4.2vw, 60px); line-height: 1; text-transform: uppercase; white-space: nowrap; letter-spacing: .01em; }
.ticker .o { -webkit-text-stroke: 1.5px var(--bone); }
.ticker svg { width: clamp(20px, 2.4vw, 34px); height: clamp(20px, 2.4vw, 34px); flex: none; color: currentColor; }
.ticker--ink svg { color: var(--volt); }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(46px); }
.js .reveal.is-vis { opacity: 1; transform: none; transition: opacity .9s var(--ease) var(--d, 0s), transform .9s var(--ease) var(--d, 0s); }

/* ---------- STATS ---------- */
.stats { padding: clamp(40px, 7vw, 100px) 0 0; }
.stats__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 12px 30px; margin-bottom: 28px; }
.stats__note { color: var(--mute); max-width: 36ch; font-size: 15px; }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.stat { position: relative; padding: 26px var(--gut) 24px; border-right: 1px solid var(--line-2); overflow: hidden; }
.stat:nth-child(2n) { border-right: 0; }
.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-2); }
.stat__n { display: flex; align-items: flex-start; font-family: var(--display); font-weight: 400; font-size: clamp(64px, 18vw, 190px); line-height: .9; letter-spacing: -.01em; }
.stat__n em { font-style: normal; color: var(--volt); font-size: .5em; line-height: 1; margin-left: 4px; margin-top: .06em; }
.stat__l { display: block; margin-top: 12px; font: 700 11px/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.stat__c { position: absolute; right: 14px; top: 14px; font: 400 10px var(--mono); color: var(--mute); letter-spacing: .1em; writing-mode: vertical-rl; }
.stat::before { content: ""; position: absolute; inset: 0; background: var(--volt); transform: scaleY(0); transform-origin: bottom; z-index: -1; }
.stat { isolation: isolate; }
.js .stat .stat__n { opacity: 0; transform: scale(2.1); filter: blur(8px); }
.js .stat.is-slam .stat__n { opacity: 1; transform: none; filter: none; transition: transform .5s cubic-bezier(.3, 1.6, .5, 1), opacity .2s, filter .35s; }
.stat.is-slam { animation: shake .36s .38s linear; }
.stat.is-slam::before { animation: flash .5s .32s var(--ease); }
@keyframes shake { 0%, 100% { transform: none; } 20% { transform: translate(-4px, 2px); } 40% { transform: translate(3px, -3px); } 60% { transform: translate(-2px, 2px); } 80% { transform: translate(2px, -1px); } }
@keyframes flash { 0% { transform: scaleY(0); opacity: .9; } 30% { transform: scaleY(1); opacity: .9; } 100% { transform: scaleY(1); opacity: 0; } }
@media (min-width: 900px) {
  .stats__grid { grid-template-columns: repeat(4, 1fr); }
  .stat { border-bottom: 0 !important; border-right: 1px solid var(--line-2) !important; padding: 34px 28px 30px; }
  .stat:last-child { border-right: 0 !important; }
  .stat__n { font-size: clamp(90px, 9.5vw, 170px); }
}

/* ---------- duotone image (bone/black → colour) ---------- */
.duo { position: relative; overflow: hidden; background: var(--ink-3); }
.duo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), opacity .6s var(--ease), clip-path .8s var(--snap); }
.duo .duo__c { position: absolute; inset: 0; clip-path: inset(100% 0 0 0); }
.duo:hover .duo__c, .duo.is-color .duo__c { clip-path: inset(0 0 0 0); }
.duo:hover img { transform: scale(1.05); }
.distort.is-distort img, .distort.is-distort .yt-thumb img { filter: url(#distort); }

/* ---------- COACH ---------- */
.coach { position: relative; display: grid; gap: 40px; padding: clamp(80px, 11vw, 170px) 0 clamp(60px, 8vw, 120px); max-width: var(--max); margin-inline: auto; }
.coach__media { position: relative; margin: 0 var(--gut); }
.coach__media .duo { aspect-ratio: 900 / 1092; clip-path: polygon(0 0, 100% 0, 100% 88%, 82% 100%, 0 100%); }
.coach__badge { position: absolute; left: -8px; bottom: 36px; }
.tag { display: inline-block; font: 700 12px/1.35 var(--mono); letter-spacing: .12em; text-transform: uppercase; padding: 12px 16px; }
.tag span { font-weight: 400; letter-spacing: .06em; text-transform: none; }
.tag--volt { background: var(--volt); color: var(--ink); }
.coach__num { position: absolute; right: -6px; top: -54px; font-family: var(--display); font-size: clamp(120px, 20vw, 260px); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--line-2); z-index: -1; }
.coach__body { padding: 0 var(--gut); }
.coach__quote { margin-top: 28px; padding-left: 20px; border-left: 4px solid var(--volt); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; color: var(--bone); font-weight: 500; }
.coach__p { margin-top: 20px; color: var(--bone-2); max-width: 52ch; }
.facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border-top: 1px solid var(--line-2); }
.facts li { padding: 16px 14px 16px 0; border-bottom: 1px solid var(--line-2); }
.facts li:nth-child(odd) { border-right: 1px solid var(--line-2); }
.facts li:nth-child(even) { padding-left: 16px; }
.facts b { display: block; font-family: var(--display); font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); text-transform: uppercase; line-height: 1.05; }
.facts span { display: block; margin-top: 4px; font-size: 13px; color: var(--mute); }
.row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 32px; }
@media (min-width: 900px) {
  .coach { grid-template-columns: 46% 1fr; gap: 64px; align-items: center; padding-inline: var(--gut); }
  .coach__media, .coach__body { margin: 0; padding: 0; }
}

/* ---------- JOURNEY ---------- */
.journey { position: relative; background: var(--ink-2); border-block: 1px solid var(--line); }
.journey__pin { position: relative; overflow: hidden; }
.js .journey.is-pinned { height: var(--jh, 400vh); }
.js .journey.is-pinned .journey__pin { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; flex-direction: column; }
.journey__bar { display: flex; justify-content: space-between; align-items: center; padding: calc(var(--nav-h) + 8px) var(--gut) 0; }
.journey__count { font: 700 13px var(--mono); letter-spacing: .14em; color: var(--mute); }
.journey__count b { color: var(--volt); }
.journey__track { display: flex; gap: clamp(16px, 3vw, 40px); padding: 24px var(--gut) 40px; align-items: stretch; will-change: transform; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.journey__track::-webkit-scrollbar { display: none; }
.js .journey.is-pinned .journey__track { overflow: visible; flex: 1; min-height: 0; padding-bottom: 24px; }
.jpanel { flex: none; width: min(82vw, 380px); display: flex; flex-direction: column; gap: 16px; scroll-snap-align: start; position: relative; }
.jpanel__media { position: relative; flex: 1 1 auto; min-height: 220px; max-height: 58vh; overflow: hidden; background: var(--ink-3); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%); }
.jpanel__media.duo img { position: absolute; inset: 0; height: 100%; }
.jpanel__txt { position: relative; }
.jpanel__n { position: absolute; right: 0; top: -58px; z-index: 2; font-family: var(--display); font-size: 40px; line-height: 1; padding: 6px 12px 4px; background: var(--volt); color: var(--ink); }
.jpanel h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(34px, 3.6vw, 52px); line-height: .95; }
.jpanel p { margin-top: 8px; color: var(--bone-2); font-size: 15px; max-width: 38ch; }
.jpanel .jpanel__cap { font: 400 12px/1.5 var(--mono); color: var(--volt); letter-spacing: .02em; }
.jpanel--intro { width: min(86vw, 560px); justify-content: center; }
.journey__title { font-family: var(--display); font-weight: 400; font-size: clamp(88px, 13vw, 210px); line-height: .84; }
.journey__title .o { -webkit-text-stroke-width: clamp(1.5px, .2vw, 3px); }
.journey__intro { font-size: 18px; color: var(--bone-2); margin-top: 18px; }
.hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font: 700 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--volt); }
.hint .ico { animation: nudge 1.2s var(--ease) infinite; }
@keyframes nudge { 50% { transform: translateX(6px); } }
.jpanel--end { width: min(84vw, 460px); background: var(--volt); color: var(--ink); padding: 28px; justify-content: space-between; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%); }
.jpanel--end .jpanel__n { position: static; align-self: flex-start; background: var(--ink); color: var(--volt); }
.jpanel .jpanel__endt { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(54px, 7.6vw, 128px); line-height: .88; padding: 0 !important; }
.jpanel .jpanel__endt span { display: block; color: transparent; -webkit-text-stroke: 2.5px var(--ink); }
.yt-thumb { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: var(--ink); }
.yt-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2) brightness(.8); transition: filter .5s, transform 1s var(--ease); }
.yt-thumb:hover img, .yt-thumb:focus-visible img { filter: none; transform: scale(1.04); }
.yt-thumb__play { position: absolute; left: 50%; top: 50%; width: 84px; height: 84px; margin: -42px 0 0 -42px; display: grid; place-items: center; background: var(--volt); color: var(--ink); border-radius: 50%; transition: transform .3s var(--ease); }
.yt-thumb__play::before { content: ""; position: absolute; inset: -10px; border: 2px solid var(--volt); border-radius: 50%; animation: ring 1.8s var(--ease) infinite; }
@keyframes ring { from { transform: scale(.8); opacity: 1; } to { transform: scale(1.35); opacity: 0; } }
.yt-thumb__play .ico { width: 28px; height: 28px; margin-left: 4px; }
.yt-thumb:hover .yt-thumb__play { transform: scale(1.1); }
.journey__progress { height: 4px; margin: 0 var(--gut) 24px; background: var(--ink-4); }
.journey__progress i { display: block; height: 100%; background: var(--volt); transform: scaleX(var(--jp, 0)); transform-origin: left; }
@media (min-width: 760px) {
  .jpanel { width: min(34vw, 460px); }
  .jpanel--intro { width: min(52vw, 700px); }
  .jpanel--end { width: min(36vw, 480px); padding: 40px; }
}

/* ---------- PHILOSOPHY ---------- */
.method { padding: clamp(90px, 12vw, 180px) 0 0; overflow: hidden; }
.method .mega span:first-child { display: block; font-size: .42em; color: var(--mute); }
.method__lede { margin-top: 30px; font-size: clamp(19px, 2vw, 26px); line-height: 1.45; max-width: 36ch; font-weight: 500; }
.method__lede b { color: var(--volt); font-weight: 800; }
.method__lede cite { font: 400 13px var(--mono); color: var(--mute); font-style: normal; letter-spacing: .1em; }
.whys { display: grid; grid-template-columns: 1fr; margin-top: 50px; border-top: 1px solid var(--line-2); counter-reset: w; }
.why { position: relative; padding: 22px 0 24px; border-bottom: 1px solid var(--line-2); display: grid; grid-template-columns: auto 1fr; gap: 0 16px; align-items: baseline; }
.why__w {
  font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(64px, 18vw, 150px); line-height: .88;
  color: transparent; -webkit-text-stroke: 1.5px var(--bone); position: relative;
  background: linear-gradient(var(--volt), var(--volt)) no-repeat left bottom / 100% 0%; -webkit-background-clip: text; background-clip: text;
  transition: background-size .9s var(--snap), -webkit-text-stroke-color .5s;
}
.why.is-vis .why__w, .why:hover .why__w { background-size: 100% 100%; -webkit-text-stroke-color: var(--volt); }
.why__s { font: 700 12px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--volt); }
.why p { grid-column: 1 / -1; margin-top: 10px; color: var(--bone-2); max-width: 40ch; font-size: 15px; }
@media (min-width: 900px) {
  .whys { grid-template-columns: repeat(4, 1fr); }
  .why { display: block; padding: 28px 22px 30px; border-right: 1px solid var(--line-2); border-bottom: 0; }
  .why:first-child { padding-left: 0; }
  .why:last-child { border-right: 0; }
  .why__w { font-size: clamp(64px, 7.4vw, 124px); display: block; }
  .why__s { display: block; margin-top: 8px; }
}
.heart { position: relative; margin-top: clamp(40px, 6vw, 80px); padding: 40px 0 clamp(80px, 10vw, 140px); }
.pulse--big { display: block; width: 100%; height: clamp(110px, 14vw, 200px); }
.pulse--big .base { stroke: rgba(200, 255, 0, .16); stroke-width: 2; stroke-dasharray: none; filter: none; animation: none !important; }
.pulse--big path { stroke: var(--volt); stroke-width: 3; vector-effect: non-scaling-stroke; stroke-dasharray: .34 .66; stroke-dashoffset: 1; filter: drop-shadow(0 0 8px rgba(200, 255, 0, .55)); }
.heart.is-vis .pulse--big path { animation: ecgBig 2.8s linear infinite; }
@keyframes ecgBig { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
.heart__tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 18px var(--gut) 0; }
.heart__tags li { font: 700 12px var(--mono); letter-spacing: .16em; text-transform: uppercase; padding: 10px 14px; border: 1.5px solid var(--line-2); }
.heart__say { text-align: center; margin: 40px var(--gut) 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(40px, 7vw, 110px); line-height: .92; }

/* ---------- PROGRAM ---------- */
.program { position: relative; padding: clamp(90px, 11vw, 170px) 0; background: var(--ink-2); clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%); margin-top: -4vw; }
.program__wrap { display: grid; gap: 44px; }
.program__p { margin-top: 22px; color: var(--bone-2); max-width: 42ch; font-size: 18px; }
.board {
  position: relative; background: #efece6; color: #111; padding: 22px 18px 26px;
  background-image: linear-gradient(rgba(0, 0, 0, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .06) 1px, transparent 1px);
  background-size: 24px 24px; box-shadow: 0 40px 80px rgba(0, 0, 0, .55), inset 0 0 0 10px #d9d4ca;
  transform: rotate(-1deg);
}
.board::before { content: ""; position: absolute; top: -14px; left: 50%; width: 120px; height: 28px; margin-left: -60px; background: #2a2a2a; clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%); }
.board__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; padding: 6px 6px 14px; border-bottom: 3px solid #111; font: 700 11px var(--mono); letter-spacing: .14em; }
.board__top b { color: #111; background: var(--volt); padding: 1px 6px; }
.board__list li { display: grid; grid-template-columns: 34px 1fr 36px; gap: 10px; align-items: center; padding: 14px 6px; border-bottom: 1.5px dashed rgba(0, 0, 0, .28); }
.board__i { font: 700 13px var(--mono); color: #555; }
.board__list b { display: block; font-family: var(--display); font-weight: 400; font-size: clamp(20px, 2vw, 27px); line-height: 1.05; text-transform: uppercase; color: #111; }
.board__list small { display: block; margin-top: 3px; font-size: 14px; line-height: 1.4; color: #3a3a3a; }
.tick { width: 34px; height: 34px; border: 2px solid #111; padding: 3px; }
.tick path { fill: none; stroke: #111; stroke-width: 3.6; stroke-linecap: square; stroke-dasharray: 1; stroke-dashoffset: 1; }
.board.is-vis .tick path { stroke-dashoffset: 0; transition: stroke-dashoffset .45s var(--ease); }
.board.is-vis li:nth-child(1) .tick path { transition-delay: .5s; } .board.is-vis li:nth-child(2) .tick path { transition-delay: .75s; } .board.is-vis li:nth-child(3) .tick path { transition-delay: 1s; }
.board.is-vis li:nth-child(4) .tick path { transition-delay: 1.25s; } .board.is-vis li:nth-child(5) .tick path { transition-delay: 1.5s; } .board.is-vis li:nth-child(6) .tick path { transition-delay: 1.75s; }
.board.is-vis .tick { animation: tickBg .3s linear forwards; }
.board.is-vis li:nth-child(1) .tick { animation-delay: .65s; } .board.is-vis li:nth-child(2) .tick { animation-delay: .9s; } .board.is-vis li:nth-child(3) .tick { animation-delay: 1.15s; }
.board.is-vis li:nth-child(4) .tick { animation-delay: 1.4s; } .board.is-vis li:nth-child(5) .tick { animation-delay: 1.65s; } .board.is-vis li:nth-child(6) .tick { animation-delay: 1.9s; }
@keyframes tickBg { to { background: var(--volt); } }
.board__note { margin-top: 18px; padding: 0 6px; font-size: 15px; color: #222; }
.board__note .marker { display: block; font-size: 22px; color: #c42e0b; line-height: 1.2; transform: rotate(-1.5deg); }
.board__scrawl { position: absolute; right: 14px; top: -34px; font-size: 24px; color: var(--volt); transform: rotate(-6deg); text-shadow: 0 2px 10px rgba(0, 0, 0, .6); }
.forwho { margin-top: clamp(70px, 9vw, 130px); }
.forwho__list { margin-top: 20px; border-top: 1px solid var(--line-2); }
.forwho__list li { border-bottom: 1px solid var(--line-2); overflow: hidden; }
.forwho__list span {
  display: block; position: relative; padding: 12px 0; font-family: var(--display); text-transform: uppercase; font-size: clamp(36px, 7vw, 104px); line-height: 1;
  background: linear-gradient(90deg, var(--volt) 50%, transparent 50%) no-repeat 100% 0 / 200% 100%; transition: background-position .5s var(--snap), color .3s, padding .4s var(--ease);
}
.forwho__list li:hover span { background-position: 0 0; color: var(--ink); padding-left: 16px; }
@media (min-width: 1000px) {
  .program__wrap { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
  .program__head { position: sticky; top: 110px; }
  .board { padding: 30px 30px 34px; }
}

/* ---------- ROUNDS ---------- */
.rounds { padding: clamp(90px, 11vw, 170px) 0 clamp(60px, 8vw, 120px); }
.rounds__grid { display: grid; gap: 14px; margin-top: 44px; counter-reset: r; position: relative; }
.round { position: relative; padding: 24px 22px 28px; background: var(--ink-2); border: 1px solid var(--line-2); overflow: hidden; isolation: isolate; }
.round::after { content: ""; position: absolute; inset: auto 0 0 0; height: 4px; background: var(--volt); transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease) .3s; }
.round.is-vis::after { transform: scaleX(1); }
.round__k { font: 700 12px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--volt); }
.round__n { position: absolute; right: 12px; top: -6px; z-index: -1; font-family: var(--display); font-weight: 400; font-size: 170px; line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--line-2); transition: color .5s, -webkit-text-stroke-color .5s; }
.round:hover .round__n { color: var(--volt); -webkit-text-stroke-color: var(--volt); }
.round h3 { margin-top: 64px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(32px, 3vw, 44px); line-height: .95; }
.round p { margin-top: 10px; color: var(--bone-2); font-size: 15px; }
.round .link { margin-top: 16px; }
.round strong { color: var(--bone); }
.rounds__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; }
.rounds__foot p { font: 400 14px/1.5 var(--mono); color: var(--bone-2); }
@media (min-width: 700px) { .rounds__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) {
  .rounds__grid { grid-template-columns: repeat(4, 1fr); }
  .round { min-height: 380px; }
  .round:nth-child(2) { transform: translateY(30px); } .round:nth-child(3) { transform: translateY(60px); } .round:nth-child(4) { transform: translateY(90px); }
  .js .round.reveal:not(.is-vis) { transform: translateY(120px); }
  .rounds__foot { margin-top: 130px; }
}

/* ---------- FUEL ---------- */
.fuel { padding: clamp(72px, 8vw, 130px) 0; background: var(--ink-2); position: relative; }
.fuel::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 8px; background: repeating-linear-gradient(-45deg, var(--volt) 0 14px, var(--ink) 14px 28px); }
.fuel__head { display: grid; gap: 22px; align-items: end; }
.fuel__p { color: var(--bone-2); max-width: 42ch; font-size: 18px; }
@media (min-width: 1000px) { .fuel__head { grid-template-columns: 1.4fr 1fr; } }
.meals { display: grid; grid-auto-flow: column; grid-auto-columns: min(78vw, 320px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 44px; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: var(--volt) var(--ink-3); }
.meal { scroll-snap-align: start; background: var(--ink); border: 1px solid var(--line-2); display: flex; flex-direction: column; }
.meal__img { position: relative; aspect-ratio: 474 / 440; overflow: hidden; }
.meal__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .6s; filter: saturate(.9) contrast(1.05); }
.meal:hover .meal__img img { transform: scale(1.07) rotate(.6deg); filter: saturate(1.15) contrast(1.1); }
.meal__img--type { display: grid; place-content: center; text-align: center; background: var(--volt); color: var(--ink); }
.meal__img--type span { font-family: var(--display); font-size: 120px; line-height: .85; }
.meal__img--type small { font: 700 13px var(--mono); letter-spacing: .3em; margin-top: 8px; }
.meal__img--type em { position: absolute; left: 14px; top: 14px; font: 700 11px var(--mono); font-style: normal; letter-spacing: .2em; }
.meal__body { padding: 20px 18px 22px; display: flex; flex-direction: column; flex: 1; }
.meal h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 28px; line-height: 1; }
.meal__sub { font-size: 14px; color: var(--mute); margin-top: 4px; }
.meal__kcal { margin-top: 16px; font: 700 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--bone-2); }
.meal__kcal b { font-family: var(--display); font-weight: 400; font-size: 54px; line-height: 1; letter-spacing: 0; color: var(--bone); margin-right: 4px; }
.macros { margin-top: 12px; display: grid; gap: 10px; }
.macros div { display: grid; grid-template-columns: 1fr auto; gap: 4px; font: 700 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.macros dt { color: var(--bone-2); }
.macros dd { color: var(--bone); }
.macros i { grid-column: 1 / -1; height: 8px; background: var(--ink-4); position: relative; overflow: hidden; }
.macros i::after { content: ""; position: absolute; inset: 0; background: var(--c, var(--volt)); transform: scaleX(0); transform-origin: left; transition: transform 1.2s var(--ease); }
.macros div:nth-child(2) { --c: var(--bone); } .macros div:nth-child(3) { --c: var(--fire); }
.macros div:nth-child(2) i::after { transition-delay: .15s; } .macros div:nth-child(3) i::after { transition-delay: .3s; }
.meal.is-vis .macros i::after, .no-io .macros i::after { transform: scaleX(calc(var(--g) / 50)); }
.fuel__more { display: grid; gap: 28px; margin-top: 60px; align-items: center; }
.snack { position: relative; margin: 0; }
.snack__img { overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%, 0 86%); aspect-ratio: 474 / 480; }
.snack__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.snack:hover .snack__img img { transform: scale(1.06); }
.snack figcaption { position: absolute; right: -6px; bottom: 26px; max-width: 250px; background: var(--volt); color: var(--ink); padding: 12px 14px; font: 400 12px/1.4 var(--mono); }
.snack figcaption b { display: block; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.fuel__list ul { margin: 18px 0 24px; border-top: 1px solid var(--line-2); }
.fuel__list li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 20px; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.fuel__list b { font-family: var(--display); font-weight: 400; font-size: clamp(22px, 2.4vw, 32px); text-transform: uppercase; line-height: 1.05; }
.fuel__list span { font: 400 13px var(--mono); color: var(--volt); align-self: center; }
@media (min-width: 900px) {
  .meals { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .fuel__more { grid-template-columns: 5fr 7fr; gap: 64px; }
}

/* ---------- STORY ---------- */
.story { padding: clamp(72px, 8vw, 130px) 0; position: relative; overflow: hidden; }
.story__wrap { display: grid; gap: 50px; }
.quote { position: relative; margin-top: 26px; padding-top: 70px; }
.quote__mark { position: absolute; left: -6px; top: -10px; font-family: var(--display); font-size: 200px; line-height: .9 !important; line-height: 1; color: var(--volt); pointer-events: none; }
.quote blockquote p { position: relative; font-size: clamp(24px, 3.2vw, 44px); line-height: 1.22; font-weight: 600; letter-spacing: -.01em; font-stretch: 92%; }
.quote figcaption { margin-top: 26px; display: flex; align-items: center; gap: 14px; font: 700 13px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.quote figcaption b { background: var(--bone); color: var(--ink); padding: 6px 10px; }
.quote figcaption span { color: var(--mute); }
.span { display: flex; align-items: center; gap: 14px; margin-top: 28px; font: 700 12px var(--mono); letter-spacing: .14em; max-width: 520px; }
.span i { flex: 1; height: 2px; background: var(--line-2); position: relative; }
.span i::before, .span i::after { content: ""; position: absolute; top: -5px; width: 12px; height: 12px; border-radius: 50%; }
.span i::before { left: 0; background: var(--bone); }
.span i::after { right: 0; background: var(--volt); box-shadow: 0 0 0 6px rgba(200, 255, 0, .2); }
.story__more { border: 1px solid var(--line-2); padding: 28px; align-self: end; background: repeating-linear-gradient(-45deg, transparent 0 12px, rgba(237, 232, 223, .03) 12px 13px); }
.story__big { font-family: var(--display); text-transform: uppercase; font-size: clamp(44px, 5vw, 72px); line-height: .92; }
.story__big .o { -webkit-text-stroke-width: 1.5px; }
.story__more p:not(.story__big) { margin: 16px 0 22px; color: var(--bone-2); font-size: 15px; }
@media (min-width: 1000px) { .story__wrap { grid-template-columns: 8fr 4fr; gap: 70px; } }

/* ---------- TRAIN (YouTube) ---------- */
.train { padding: clamp(72px, 8vw, 130px) 0; background: var(--ink-2); border-top: 1px solid var(--line); }
.train__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px; }
.vids { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 44px; }
.vid { display: grid; grid-template-columns: 1fr; width: 100%; text-align: left; padding: 0; background: var(--ink); border: 1px solid var(--line-2); transition: border-color .3s, transform .4s var(--ease); }
@media (hover: hover) { .vid:hover { border-color: var(--volt); transform: translateY(-4px); } }
.vid__t { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink-3); }
.vid__t img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15) brightness(.85); transition: filter .5s, transform 1s var(--ease); }
.vid:hover .vid__t img, .vid:focus-visible .vid__t img { filter: none; transform: scale(1.05); }
.vid__p { position: absolute; left: 14px; bottom: 14px; width: 48px; height: 48px; display: grid; place-items: center; background: var(--volt); color: var(--ink); transition: transform .3s var(--ease); }
.vid__p .ico { width: 18px; height: 18px; margin-left: 3px; }
.vid:hover .vid__p { transform: scale(1.12) rotate(-6deg); }
.vid__v { padding: 16px 16px 0; font-family: var(--display); font-size: 46px; line-height: 1; color: var(--volt); }
.vid__v small { font: 700 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--bone-2); margin-left: 4px; }
.vid__n { padding: 6px 16px 18px; font-weight: 600; font-size: 16px; line-height: 1.35; }
@media (min-width: 640px) { .vids { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .vids { grid-template-columns: repeat(3, 1fr); gap: 18px; } }

/* ---------- FAQ ---------- */
.faq { padding: clamp(72px, 8vw, 130px) 0; }
.faq__wrap { display: grid; gap: 40px; }
.faq__p { margin-top: 20px; color: var(--bone-2); max-width: 38ch; }
.faq__p a { color: var(--volt); }
.faq__list { border-top: 1px solid var(--line-2); }
.qa { border-bottom: 1px solid var(--line-2); interpolate-size: allow-keywords; }
.qa summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.1; transition: color .25s, padding .35s var(--ease); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--volt); padding-left: 8px; }
.qa summary i { position: relative; flex: none; width: 40px; height: 40px; border: 2px solid var(--line-2); transition: transform .4s var(--snap), background .3s, border-color .3s; }
.qa summary i::before, .qa summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2.5px; margin: -1.25px 0 0 -8px; background: currentColor; }
.qa summary i::after { transform: rotate(90deg); }
.qa[open] summary i { transform: rotate(135deg); background: var(--volt); border-color: var(--volt); color: var(--ink); }
.qa[open] summary { color: var(--volt); }
.qa::details-content { block-size: 0; overflow: hidden; transition: block-size .45s var(--ease), content-visibility .45s allow-discrete; }
.qa[open]::details-content { block-size: auto; }
.qa__a { padding: 0 56px 26px 0; color: var(--bone-2); max-width: 62ch; }
@media (min-width: 1000px) { .faq__wrap { grid-template-columns: 5fr 7fr; gap: 70px; } .faq__head { position: sticky; top: 110px; align-self: start; } }

/* ---------- FINAL ---------- */
.final { position: relative; background: var(--volt); color: var(--ink); overflow: hidden; padding: 0 0 clamp(70px, 9vw, 130px); clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%); }
.final ::selection { background: var(--ink); color: var(--volt); }
.final__ticker { background: var(--ink); color: var(--volt); padding: 12px 0; margin-top: 3vw; transform: rotate(-2deg) scale(1.05); overflow: hidden; }
.final__ticker span { font-family: var(--display); font-size: clamp(22px, 3vw, 40px); white-space: nowrap; }
.final__ticker svg { width: 22px; height: 22px; }
.final__wrap { padding-top: clamp(50px, 7vw, 100px); }
.final__t { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(76px, 25vw, 290px); line-height: .84; letter-spacing: -.005em; }
.fl { display: block; will-change: transform; }
.fl--o { color: transparent; -webkit-text-stroke: clamp(2px, .3vw, 4px) var(--ink); }
.final__row { display: grid; gap: 30px; align-items: center; margin-top: 40px; }
.final__p { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.5; max-width: 40ch; font-weight: 500; }
.final__btn {
  position: relative; justify-self: start; display: grid; place-content: center; justify-items: center; gap: 6px; width: 190px; height: 190px; border-radius: 50%;
  background: var(--ink); color: var(--volt); text-decoration: none; font-family: var(--display); font-size: 40px; text-transform: uppercase; line-height: 1;
  transition: transform .3s var(--ease), background .3s, color .3s;
}
.final__btn .ico { width: 34px; height: 34px; transition: transform .3s var(--ease); }
.final__btn::before { content: ""; position: absolute; inset: -12px; border: 2px dashed var(--ink); border-radius: 50%; animation: spin 14s linear infinite; }
@media (hover: hover) {
  .final__btn:hover { background: var(--bone); color: var(--ink); }
  .final__btn:hover .ico { transform: translateX(6px) rotate(-45deg); }
}
.final__btn:focus-visible { outline-color: var(--ink); }
@keyframes spin { to { transform: rotate(360deg); } }
.final__mail { margin-top: 36px; font: 700 13px var(--mono); letter-spacing: .1em; }
.final a:not(.final__btn):focus-visible { outline-color: var(--ink); }
@media (min-width: 900px) { .final__row { grid-template-columns: 1fr auto; } .final__btn { width: 230px; height: 230px; font-size: 48px; } }

/* ---------- FOOTER ---------- */
.foot { padding: 70px 0 110px; background: var(--ink); border-top: 1px solid var(--line); overflow: hidden; }
.foot__grid { display: grid; gap: 30px; }
.foot__brand { font-family: var(--display); font-size: 40px; line-height: 1; }
.foot__sub { margin-top: 10px; color: var(--mute); font-size: 14px; }
.foot__links { display: grid; gap: 4px; }
.foot__links a { display: inline-block; padding: 8px 0; font: 700 13px var(--mono); letter-spacing: .08em; text-decoration: none; border-bottom: 1px solid transparent; }
.foot__links a:hover { color: var(--volt); border-color: var(--volt); }
.foot__word { margin: 50px 0 30px; font-family: var(--display); font-size: min(calc((100vw - 2 * var(--gut)) / 3.74), 362px); line-height: .8; color: transparent; -webkit-text-stroke: 1.5px var(--line-2); white-space: nowrap; }
.foot__word span { display: block; font-size: .3em; color: var(--volt); -webkit-text-stroke: 0; margin-top: 12px; letter-spacing: .02em; }
.foot__legal { font-size: 13px; line-height: 1.6; color: var(--mute); max-width: 90ch; }
.foot__copy { margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font: 400 12px var(--mono); color: var(--mute); letter-spacing: .06em; }
.foot__copy a { color: var(--bone-2); }
@media (min-width: 900px) { .foot__grid { grid-template-columns: 1fr auto; } .foot { padding-bottom: 60px; } }

/* ---------- sticky mobile dock ---------- */
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: linear-gradient(to top, rgba(10, 10, 10, .96) 60%, rgba(10, 10, 10, 0)); transform: translateY(110%); transition: transform .45s var(--ease); }
.dock .btn { width: 100%; min-height: 56px; }
.dock.is-on { transform: none; }
@media (min-width: 900px) { .dock { display: none; } }

/* ---------- lightbox ---------- */
.lightbox { width: min(1100px, 94vw); max-width: none; padding: 0; border: 0; background: transparent; color: var(--bone); overflow: visible; }
.lightbox::backdrop { background: rgba(5, 5, 5, .92); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lightbox[open] { animation: lbIn .45s var(--snap); }
@keyframes lbIn { from { opacity: 0; transform: scale(.94) translateY(20px); } }
.lightbox__bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px; }
.lightbox__title { font: 700 13px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.lightbox__close { background: var(--volt); color: var(--ink); border: 0; min-height: 44px; padding: 0 16px; font: 700 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.lightbox__frame { position: relative; aspect-ratio: 16 / 9; background: #000; border: 2px solid var(--volt); }
.lightbox__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  .grain { animation: none; }
  .js .reveal, .js .intro, .js .hero__fig, .js .slice > .s, .js .stat .stat__n { opacity: 1 !important; transform: none !important; filter: none !important; }
  .ticker__track { transform: none !important; }
  .macros i::after { transform: scaleX(calc(var(--g) / 50)) !important; }
  .tick path { stroke-dashoffset: 0 !important; }
  .pulse--big path { stroke-dasharray: none; }
  .pulse--mini path { stroke-dasharray: none; stroke-dashoffset: 0; }
  .why__w { background-size: 100% 100%; -webkit-text-stroke-color: var(--volt); }
  .round::after { transform: scaleX(1); }
}
.ico--in { width: .8em; height: .8em; vertical-align: -.02em; color: var(--volt); }
.btn:active { transform: scale(.97); }
@media (min-width: 1000px) { .quote { padding-top: 0; } .quote__mark { left: -120px; top: -40px; font-size: 280px; } }
@media (min-width: 760px) { .final__t { font-size: clamp(76px, 17vw, 290px); } }
.jpanel--end .btn { width: 100%; padding: 0 16px; font-size: 13px; letter-spacing: .1em; }

/* ---------- contact form ---------- */
.contact { padding: clamp(72px, 8vw, 130px) 0; border-top: 1px solid var(--line); }
.contact__wrap { display: grid; gap: clamp(32px, 5vw, 80px); }
.contact__p { color: var(--bone-2); max-width: 40ch; margin-top: 20px; font-size: 18px; }
.contact__p a { color: var(--volt); }
.cform { display: grid; gap: 18px; }
.cform__row { display: grid; gap: 18px; }
.cform__f { display: grid; gap: 8px; }
.cform__f > span { font: 700 12px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--bone-2); }
.cform__f small { font-weight: 400; letter-spacing: .04em; text-transform: none; color: var(--mute); }
.cform input, .cform textarea { width: 100%; background: var(--ink-2); color: var(--bone); border: 2px solid var(--line-2); border-radius: 0; padding: 14px 16px; font: 500 17px var(--body); transition: border-color .2s; }
.cform textarea { resize: vertical; min-height: 140px; }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--volt); }
.cform__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cform__btn { justify-self: start; min-height: 56px; }
.cform__btn[disabled] { opacity: .6; cursor: progress; }
.cform__status { min-height: 1.5em; font: 700 14px var(--mono); letter-spacing: .06em; }
.cform__status.is-ok { color: var(--volt); }
.cform__status.is-err { color: var(--fire); }
@media (min-width: 700px) { .cform__row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .contact__wrap { grid-template-columns: 5fr 7fr; align-items: start; } }
