/* ===========================================================================
 * rush-r3-pages.css — /about/ + /faq/, REDESIGN r3 "THE CUT" (WP track,
 * builder "pages"). Replaces the inline <style> blocks of page-about.php /
 * page-faq.php (their paper/ink literals broke the light theme: the About
 * sub-copy was invisible on paper).
 *
 * Every colour is a ROLE token (--t-*) from rush-theme.css; fixed surfaces
 * carry data-surface in the markup; every literal that survives is annotated
 * `fixed` on its own line. Scoped under body.rush-page-active because the
 * Bricks parent sheet and rush-home.css are still enqueued on real pages.
 * Motion only through rush-motion.css / rush-motion.js (M2 M3 M3b M12 M14
 * M15 M16 M17 M18 M19 M21 M27); every hidden-at-rest state keys on
 * html.rush-motion so reduced motion / no JS resolves to the final frame.
 * Pins are position:sticky stages inside CSS-sized sections (CLS 0).
 * Mobile-first; breakpoints 768 / 1024 / 1280. Every url() carries ?v=.
 * ======================================================================== */

/* ── r3 primitives — MIRROR of rush-shot.css (identical in every rush-r3-*.css; diff gate) ── */
:root { --rush-foil: none; }
html.rush-loaded { --rush-foil: url("../img/rush-gold-texture.webp?v=1.23.2"); }
.rush-display-xxl { font-weight: 900; text-transform: uppercase; font-size: clamp(3.625rem, 15vw, 11rem); line-height: 0.86; letter-spacing: -0.025em; font-variant-numeric: tabular-nums; }
.rush-display-xl { font-weight: 900; text-transform: uppercase; font-size: clamp(3rem, 11vw, 8rem); line-height: 0.88; letter-spacing: -0.02em; }
.rush-display-l { font-weight: 900; text-transform: uppercase; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 0.92; letter-spacing: -0.015em; text-wrap: balance; }
.rush-gold-word { color: var(--t-gold-text); text-decoration: none; }
.rush-eyebrow { font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: 0.14em; color: var(--t-gold-text); margin: 0 0 14px; }
.rush-lede { font-size: 20px; line-height: 1.45; max-width: 52ch; color: var(--t-fg-2); margin-top: 18px; }
.rush-scene-head { margin-bottom: clamp(32px, 4vw, 56px); }
.rush-scene-head .rush-display-l { max-width: 14ch; }
.rush-meta { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--t-fg-2); }
.rush-cta-gold, .rush-cta-ghost, .rush-btn-ink, .rush-btn-paper, .rush-btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 0.35em; min-height: 48px; padding: 0 26px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; cursor: pointer; white-space: nowrap; transition: background-color 240ms var(--ease-out-cine), color 240ms var(--ease-out-cine), border-color 240ms var(--ease-out-cine), box-shadow 240ms var(--ease-out-cine); -webkit-tap-highlight-color: transparent; }
.rush-cta-gold { min-height: 52px; background: var(--t-gold); color: var(--t-on-gold); border-color: var(--t-gold); box-shadow: 0 12px 32px -12px var(--t-glow); }
.rush-cta-gold:hover { background: var(--t-gold-hover); border-color: var(--t-gold-hover); }
.rush-cta-ghost { background: transparent; color: var(--t-fg); border-color: var(--t-line-strong); }
.rush-cta-ghost:hover { border-color: var(--t-gold); }
.rush-btn-ink { min-height: 44px; background: var(--t-fg); color: var(--t-bg); border-color: var(--t-fg); }
.rush-btn-ink:hover { background: var(--t-gold); border-color: var(--t-gold); color: var(--t-on-gold); }
.rush-btn-paper { background: var(--t-fg); color: var(--t-bg); border-color: var(--t-fg); }
.rush-btn-ghost { min-height: 44px; background: transparent; color: var(--t-fg); border-color: var(--t-line-strong); }
.rush-btn-ghost:hover { border-color: var(--t-gold); }
.rush-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 2px; background: none; border: 0; font-weight: 800; font-size: 15px; text-decoration: none; color: var(--t-fg); cursor: pointer; position: relative; }
.rush-link.m-ul::after { bottom: 8px; }
.rush-status { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px; letter-spacing: 0.02em; text-transform: none; margin-right: 10px; }
.rush-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--t-fg-3); flex: none; transform-origin: center; }
.rush-status[data-open="true"]::before, .rush-status.is-open::before { background: var(--t-gold); box-shadow: 0 0 0 4px var(--t-glow); }
.rush-status.is-closed { color: var(--t-fg-2); }
.rush-foil-chip { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 999px; background: var(--t-gold) var(--rush-foil) center / cover; color: var(--t-on-gold); font-weight: 800; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); /* fixed */ }
.rush-h1-lede { display: block; font-weight: 800; font-size: 17px; line-height: 1.3; color: var(--t-fg-2); max-width: 42ch; margin-bottom: 12px; }
@media (min-width: 768px) { .rush-h1-lede { font-size: 18px; } }
.rush-counter-tile { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.rush-counter { display: inline-flex; align-items: flex-start; --digits: 2; min-width: calc(var(--digits) * 1ch); font-size: clamp(3rem, 11vw, 8rem); line-height: 0.88; color: var(--t-fg); font-variant-numeric: tabular-nums; white-space: nowrap; }
.rush-counter[data-digits="1"] { --digits: 1; } .rush-counter[data-digits="3"] { --digits: 3; } .rush-counter[data-digits="4"] { --digits: 4; }
.rush-counter[data-suffix] { min-width: calc(var(--digits) * 1ch + 0.6ch); }
.rush-counter .rk-slot { height: 0.88em; line-height: 0.88; } .rush-counter .rk-col > span { height: 0.88em; }
.rush-counter-k { align-self: flex-start; font-weight: 800; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--t-on-gold-2); padding-bottom: 6px; }
.rush-counter-k.m-ul::after { bottom: 0; }
html.rush-motion .rush-counter-tile.is-in .rush-counter-k.m-ul::after { transform: scaleX(1); transition-delay: 900ms; }
@media (min-width: 1280px) { .rush-counter { font-size: clamp(5rem, 8.5vw, 9.5rem); } }

/* ── r3 scene skeleton — MIRROR (shared across the r3 sheets) ── */
.r3-hero { position: relative; overflow: clip; contain: paint; display: grid; align-items: end; min-height: calc(100svh - 132px); }
@media (max-width: 767px) { .r3-hero { min-height: calc(100svh - 104px - 64px); padding-bottom: 24px; } }
.r3-hero-media { position: absolute; inset: 0; }
.r3-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
html.rush-loaded .r3-hero-media img { filter: var(--t-media-grade); }
.r3-hero-grade { position: absolute; inset: 0; background: var(--t-scrim-wide); }
.r3-hero-plate { position: absolute; top: 0; bottom: 0; left: 0; width: calc(var(--plate-w, 46vw) + 57.7svh); background: var(--t-gold) var(--rush-foil, none) center / cover; opacity: var(--t-slab-alpha); clip-path: polygon(0 0, 100% 0, calc(100% - 57.7svh) 100%, 0 100%); }
.r3-hero-plate--ink { background: var(--t-bg-2); opacity: 1; }
html.rush-motion .r3-hero-plate { transform: translateX(-30vw); transition: transform 700ms var(--ease-out-cine) 120ms; }
html.rush-motion .r3-hero.is-in .r3-hero-plate { transform: none; }
.r3-hero-copy { position: relative; z-index: 2; width: min(100% - 32px, var(--rush-max-width)); margin-inline: auto; padding-block: clamp(40px, 8vh, 96px); color: var(--t-fg); text-shadow: var(--t-halo); }
:root:not([data-theme="dark"]) .r3-hero--plate .r3-hero-copy { --t-fg: #10100e; --t-fg-2: rgba(16,16,14,.86); --t-fg-3: rgba(16,16,14,.74); --t-gold-text: #10100e; --t-line-strong: rgba(16,16,14,.34); text-shadow: none; }
.r3-scene { position: relative; contain: paint; padding-block: clamp(64px, 10vh, 128px); }
.r3-scene-in { width: min(100% - 32px, var(--rush-max-width)); margin-inline: auto; }
.r3-notch-b { clip-path: polygon(0 0, 100% 0, 100% 100%, 10.4vw 100%, 0 calc(100% - 6vw)); }
.r3-notch-t { clip-path: polygon(0 6vw, 10.4vw 0, 100% 0, 100% 100%, 0 100%); margin-top: -6vw; position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .r3-hero-plate { transform: none !important; transition: none !important; } }

/* ═══════════════════════════════════════════════════════════════════════
 * INHERITANCE SHIELD. Real pages keep rush-home.css (the routes' chrome
 * sheet) AND the Bricks parent sheet. rush-home.css ships
 * `.rush-home a:not(.rush-button) { color: inherit }` at (0,2,1) — that is
 * what turned the r2 About "Shop menu" pill invisible — plus h1/h2/h3 sizes
 * at (0,1,1). The primitives above are (0,1,0) by contract, so the pills and
 * display heads are re-stated here at (0,3,1) with the SAME values.
 * ═══════════════════════════════════════════════════════════════════════ */
body.rush-page-active .rush-home a.rush-cta-gold { color: var(--t-on-gold); }
body.rush-page-active .rush-home a.rush-cta-ghost { color: var(--t-fg); }
body.rush-page-active .rush-home a.rush-btn-ink,
body.rush-page-active .rush-home button.rush-btn-ink { color: var(--t-bg); }
body.rush-page-active .rush-home a.rush-btn-ink:hover,
body.rush-page-active .rush-home button.rush-btn-ink:hover { color: var(--t-on-gold); }
body.rush-page-active .rush-home a.rush-btn-ghost,
body.rush-page-active .rush-home a.rush-link,
body.rush-page-active .rush-home button.rush-link { color: var(--t-fg); }
body.rush-page-active .rush-home a.rush-foil-chip { color: var(--t-on-gold); }
body.rush-page-active .rush-home h1.r3p-h1 { max-width: none; font-size: inherit; line-height: 1; }
body.rush-page-active .rush-home h1 .rush-display-xxl { display: block; }
body.rush-page-active .rush-home h2.rush-display-l { font-size: clamp(2.5rem, 6vw, 5rem); line-height: 0.92; letter-spacing: -0.015em; }
body.rush-page-active .rush-home h2.rush-display-xxl { font-size: clamp(3.625rem, 15vw, 11rem); line-height: 0.86; letter-spacing: -0.025em; }
body.rush-page-active .rush-home h3 { font-size: 24px; line-height: 1.1; }
@media (min-width: 768px) { body.rush-page-active .rush-home h3 { font-size: 28px; } }
body.rush-page-active .rush-home :focus-visible { outline: 2px solid var(--t-focus); outline-offset: 3px; }
/* Store rows on THESE pages vs rush-store-context.css's generic outline mark. */
body.rush-page-active .rush-storerow.is-mine,
body.rush-page-active .rush-storerow.is-mine:focus-visible { outline: 0; box-shadow: none; border-radius: 0; }
body.rush-page-active .rush-storerow:focus-visible { outline: 2px solid var(--t-focus); outline-offset: 3px; }
body.rush-page-active .rush-storerow .rush-storerow-flags { margin: 0; min-height: 0; gap: 8px; display: inline-flex; align-items: center; }
body.rush-page-active .rush-storerow .rush-storerow-your { order: 2; height: 22px; padding: 0 9px; font-size: 11px; letter-spacing: 0.12em; }
body.rush-page-active .rush-storerow .rush-storerow-status { font-size: 12px; font-weight: 800; }

/* ── Page base ─────────────────────────────────────────────────────────── */
:root {
	--r3p-hdr: 96px;
	--r3p-grain: url("../img/rush-black-grain.webp?v=1.23.2");
	--r3p-tan30: 0.5773503;
}
@media (min-width: 768px) { :root { --r3p-hdr: 124px; } }
/* The Bricks parent sheet (still enqueued on real pages) sets the root to
 * 62.5% (10px), which halves every rem in the type scale (Display XXL capped
 * at 110px instead of 176px, Display L at 50px). The r3 scale is authored
 * against a 16px root, exactly as the front page (which dequeues Bricks). */
:root:has(body.rush-page-active) { font-size: 100%; } /* r3 repair: Bricks is dequeued on about/faq now (rush_canna_r3_pages_dequeue_bricks); kept as a belt-and-braces shield */
body.rush-page-active { margin: 0; background: var(--t-bg); color: var(--t-fg); font-variant-numeric: tabular-nums; overflow-x: clip; }
body.rush-page-active .rush-home { font: 400 16px/1.55 "Work Sans", "Helvetica Neue", sans-serif; }
@media (min-width: 768px) { body.rush-page-active .rush-home { font-size: 17px; } }
/* 1.23.2: :not(.rush-brand-logo) — this page-wide reset out-specified
 * .rush-brand-logo{height:clamp(48px,4.25vw,62px)} (rush-home.css) so the
 * header wordmark rendered at its intrinsic 440x210 ratio scaled to the
 * nav (170x81 at 1280) on /about/ and /faq/ instead of 114x54. */
body.rush-page-active .rush-home img:not(.rush-brand-logo) { display: block; max-width: 100%; height: auto; }
body.rush-page-active .rush-home p { margin: 0; }
body.rush-page-active .rush-home main > section[data-scene] { position: relative; contain: paint; }
body.rush-page-active .rush-home [id] { scroll-margin-top: calc(var(--r3p-hdr) + 20px); }
body.rush-page-active .r3-hero-copy .rush-eyebrow { display: inline-flex; align-items: center; gap: 10px; }
body.rush-page-active .r3-hero-copy .rush-eyebrow .rush-status { margin: 0; }
body.rush-page-active .r3-hero-copy .rush-eyebrow .rush-status:not([hidden]) + span { display: none; }
body.rush-page-active .r3p-h1 { margin: 0; }
body.rush-page-active .r3p-h1 .rush-h1-lede { text-transform: none; letter-spacing: 0; }
body.rush-page-active .r3p-h1 .rush-display-xxl .rk-line { padding-bottom: 0.08em; margin-bottom: -0.08em; }
body.rush-page-active .r3p-hero-actions { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; margin-top: 26px; }
body.rush-page-active .r3p-hero-actions .rush-cta-ghost { text-shadow: none; }
/* Hero load choreography (CSS delays; the JS only adds .is-in once the still
 * has landed). Plate slides (skeleton), then eyebrow, lines, lede, CTAs. */
html.rush-motion body.rush-page-active .r3-hero .r3p-hero-bit { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity 600ms var(--ease-out-cine), transform 600ms var(--ease-out-cine); transition-delay: calc(240ms + var(--m-i, 0) * 90ms); }
html.rush-motion body.rush-page-active .r3-hero.is-in .r3p-hero-bit { opacity: 1; transform: none; }
html.rush-motion body.rush-page-active .r3-hero .rk-line-in { --m-base: 260ms; }
/* Scroll cue: a 30° tick that breathes. */
body.rush-page-active .r3p-cue { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--t-fg-2); text-decoration: none; min-height: 24px; }
body.rush-page-active .r3p-cue i { display: block; width: 28px; height: 3px; background: var(--t-gold-text); transform: skewX(-30deg); }
/* On the LIGHT gold plate the hero's gold CTA would be gold-on-gold: it acts
 * as ink there (ink pill, gold label 9.4:1) — still the page's one gold CTA. */
:root:not([data-theme="dark"]) body.rush-page-active .r3-hero--plate .r3-hero-copy a.rush-cta-gold { background: var(--t-fg); color: var(--t-gold); border-color: var(--t-fg); box-shadow: none; }
:root:not([data-theme="dark"]) body.rush-page-active .r3-hero--plate .r3-hero-copy a.rush-cta-gold:hover { color: var(--t-bg); }
html.rush-motion.rush-loaded body.rush-page-active .r3p-cue i { animation: r3pCue 1800ms var(--ease-inout-cine) infinite; }
html.rush-hidden body.rush-page-active .r3p-cue i,
html.rush-theme-cutting body.rush-page-active .r3p-cue i { animation-play-state: paused; }
@keyframes r3pCue { 0%, 100% { transform: skewX(-30deg) scaleX(1); } 50% { transform: skewX(-30deg) scaleX(0.4); } }
@media (max-width: 767px) { body.rush-page-active .r3p-cue { display: none; } }
/* Scene head shared. */
body.rush-page-active .r3p-head { display: grid; gap: 12px; margin-bottom: clamp(32px, 4vw, 56px); }
body.rush-page-active .r3p-head .rush-eyebrow { margin: 0; }
body.rush-page-active .r3p-head .rush-lede { margin-top: 6px; }
/* Grain sits above every page (fx sheet owns the tile; the class is printed by the template). */

/* ═══════════════════════════════════════════════════════════════════════
 * ABOUT — 7 scenes: hero / numbers / story / stores (pinned reel) / how (ink)
 * / know / close (pinned plate).
 * ═══════════════════════════════════════════════════════════════════════ */

/* ── Scene 1 · hero (gold plate on the first store still) ── */
body.rush-page-active .r3p-hero-about { --plate-w: 46vw; }
/* The raw foil has bronze patches (≈2.5:1 for ink); the plate lifts it with
 * the .88 gold wash the numbers scene uses, so ink copy on it stays ≥ 4.5. */
@media (min-width: 768px) { html.rush-loaded body.rush-page-active .r3p-hero-about .r3-hero-plate { background-image: linear-gradient(rgba(255, 170, 0, 0.88), rgba(255, 170, 0, 0.88)), var(--rush-foil); background-size: cover; } } /* fixed: gold wash over the foil; phones stay flat (LCP = the still) */
/* r3 repair: phones get the routes' BOTTOM plate (the still on top, the plate cut at 30° under it, one geometry in both themes). */
@media (max-width: 767px) {
	body.rush-page-active .r3p-hero-about .r3-hero-plate { top: auto; bottom: 0; height: min(72%, 640px); width: 100%; clip-path: polygon(0 16%, 28% 0, 100% 0, 100% 100%, 0 100%); background-image: none; }
	html.rush-motion body.rush-page-active .r3p-hero-about .r3-hero-plate { transform: translateY(40%); }
	html.rush-motion body.rush-page-active .r3p-hero-about.is-in .r3-hero-plate { transform: none; }
	:root[data-theme="dark"] body.rush-page-active .r3p-hero-about .r3-hero-grade { background: linear-gradient(to top, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.78) 40%, rgba(8, 8, 8, 0.3) 72%, rgba(8, 8, 8, 0.12) 100%); } /* fixed: scrim on the still */
}
html.rush-motion body.rush-page-active .r3p-hero-about .r3-hero-media img { transform: scale(1.06); transition: transform 1600ms var(--ease-out-cine); }
html.rush-motion body.rush-page-active .r3p-hero-about.is-in .r3-hero-media img { transform: scale(1); }
body.rush-page-active .r3p-hero-about .r3-hero-copy { padding-bottom: clamp(48px, 9vh, 112px); }
body.rush-page-active .r3p-hero-about .rush-h1-lede { max-width: 46ch; }
/* Dark: the plate is a 22 % stripe, so the copy sits on the photo — a second,
 * bottom-up scrim under the copy column and full-paper eyebrow/lede keep the
 * worst pixel ≥ 4.5 over a bright sky. (Light: the plate is opaque, ink copy.) */
:root[data-theme="dark"] body.rush-page-active .r3p-hero-about .r3-hero-grade { background: var(--t-scrim), var(--t-scrim-wide); }
:root[data-theme="dark"] body.rush-page-active .r3p-hero-about .rush-h1-lede { color: var(--t-fg); }
/* The eyebrow is a chip of the page surface in BOTH themes (its box never
 * changes with the theme → no shift on the cut): gold on carbon in dark
 * (9.4:1 over any sky), ink on paper on the light plate. */
body.rush-page-active .r3p-hero-about .r3-hero-copy .rush-eyebrow { color: var(--t-gold-text); background: var(--t-bg); padding: 7px 12px 6px; clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 0 100%); text-shadow: none; }
/* Hairline tab under the H1 (M2 draw). */
body.rush-page-active .r3p-hero-rule { display: block; width: 96px; height: 3px; margin: 22px 0 0; background: var(--t-fg); transform: skewX(-30deg); }
html.rush-motion body.rush-page-active .r3p-hero-rule { transform: skewX(-30deg) scaleX(0); transform-origin: left center; transition: transform 500ms var(--ease-mark) 900ms; }
html.rush-motion body.rush-page-active .r3-hero.is-in .r3p-hero-rule { transform: skewX(-30deg) scaleX(1); }

/* ── Scene 2 · by the numbers (gold plate, bottom-left notch) ── */
body.rush-page-active .r3p-numbers { padding: clamp(56px, 9vh, 96px) 0 clamp(72px, 12vh, 136px); z-index: 2; }
html.rush-loaded body.rush-page-active .r3p-numbers { background-image: linear-gradient(rgba(255, 170, 0, 0.88), rgba(255, 170, 0, 0.88)), var(--rush-foil); background-size: cover; } /* fixed: gold foil, ink copy (9.9:1) */
body.rush-page-active .r3p-numbers.m-rule-top::before { display: none; }
body.rush-page-active .r3p-numbers-in { display: grid; gap: 40px; }
body.rush-page-active .r3p-numbers .rush-display-l { max-width: 12ch; }
body.rush-page-active .r3p-counters { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
body.rush-page-active .r3p-counters .rush-counter-tile { position: relative; padding-left: 16px; }
body.rush-page-active .r3p-counters .rush-counter-tile::before { content: ""; position: absolute; left: 0; top: 0.1em; bottom: 0; width: 4px; background: var(--t-on-gold); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4px), 0 100%); transform: scaleY(0); transform-origin: top; transition: transform 500ms var(--ease-mark) 300ms; }
body.rush-page-active .r3p-counters .rush-counter-tile.is-in::before,
html:not(.rush-motion) body.rush-page-active .r3p-counters .rush-counter-tile::before { transform: scaleY(1); }
body.rush-page-active .r3p-numbers .rush-lede { max-width: 40ch; }
body.rush-page-active .r3p-counters .rush-counter-k { color: var(--t-on-gold); } /* 12px on the foil's darkest patch: full ink */
@media (min-width: 768px) {
	body.rush-page-active .r3p-counters { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 28px; }
}
@media (min-width: 1280px) {
	body.rush-page-active .r3p-numbers-in { grid-template-columns: 5fr 7fr; column-gap: 64px; align-items: end; }
	body.rush-page-active .r3p-numbers .r3p-head { margin-bottom: 0; }
	body.rush-page-active .r3p-counters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 32px; }
}

/* ── Scene 3 · story (sticky H2, reading column, ghost line) ── */
body.rush-page-active .r3p-story { overflow: clip; }
body.rush-page-active .r3p-story-in { display: grid; gap: 32px; position: relative; z-index: 1; }
body.rush-page-active .r3p-story-head { align-self: start; }
body.rush-page-active .r3p-story-copy { display: grid; gap: 24px; max-width: 60ch; }
body.rush-page-active .r3p-story-copy p { font-size: 20px; line-height: 1.5; color: var(--t-fg); }
body.rush-page-active .r3p-story-copy p:first-child { font-size: 24px; line-height: 1.4; font-weight: 400; }
body.rush-page-active .r3p-story-copy p::first-letter { font-weight: 800; }
body.rush-page-active .r3p-story-copy p:first-child { position: relative; padding-left: 22px; }
body.rush-page-active .r3p-story-copy p:first-child::before { content: ""; position: absolute; left: 0; top: 0.35em; width: 4px; height: 1.6em; background: var(--t-gold); transform: skewX(-30deg); }
body.rush-page-active .r3p-ghost { position: absolute; right: -4vw; bottom: 8%; z-index: 0; pointer-events: none; user-select: none; font-size: clamp(9rem, 32vw, 30rem); line-height: 0.8; color: transparent; -webkit-text-stroke: 2px var(--t-stroke); opacity: 0.14; letter-spacing: -0.03em; transform: translate3d(0, var(--ghost-y, 0px), 0); }
@media (min-width: 1024px) {
	body.rush-page-active .r3p-story-in { grid-template-columns: 5fr 7fr; column-gap: 64px; }
	body.rush-page-active .r3p-story-head { position: sticky; top: calc(var(--r3p-hdr) + 32px); margin-bottom: 0; }
	body.rush-page-active .r3p-story-copy p:first-child { font-size: 26px; }
	body.rush-page-active .r3p-ghost { right: -2vw; bottom: -4%; }
}

/* ── Scene 4 · the stores (pinned horizontal filmstrip, M15) ── */
body.rush-page-active .r3p-reel { --n: 3; --panel-w: 82vw; --panel-gap: 14px; --reel-travel: 0px; background: var(--t-bg); padding: clamp(64px, 10vh, 128px) 0 clamp(40px, 5vw, 64px); overflow-x: clip; }
body.rush-page-active .r3p-reel-stage { position: relative; }
body.rush-page-active .r3p-reel-head { width: min(100% - 32px, var(--rush-max-width)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 24px; margin-bottom: clamp(24px, 3vw, 40px); }
body.rush-page-active .r3p-reel-head .rush-eyebrow { grid-column: 1 / -1; margin: 0; }
body.rush-page-active .r3p-reel-head .rush-display-l { grid-column: 1; max-width: 16ch; }
body.rush-page-active .r3p-reel-nav { display: none; gap: 8px; grid-column: 2; align-self: end; }
body.rush-page-active .r3p-reel-arrow { width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--t-line-strong); background: transparent; color: var(--t-fg); display: inline-grid; place-items: center; cursor: pointer; padding: 0; transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease; }
body.rush-page-active .r3p-reel-arrow svg { width: 22px; height: 22px; }
body.rush-page-active .r3p-reel-arrow:hover { background: var(--t-fg); color: var(--t-bg); border-color: var(--t-fg); }
body.rush-page-active .r3p-reel-track { list-style: none; margin: 0; padding: 6px 16px 12px; display: flex; gap: var(--panel-gap); overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 16px; overscroll-behavior-x: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
body.rush-page-active .r3p-reel-track::-webkit-scrollbar { display: none; }
body.rush-page-active .r3p-panel { position: relative; flex: 0 0 var(--panel-w); scroll-snap-align: start; display: grid; grid-template-rows: auto auto; isolation: isolate; transition: opacity 400ms var(--ease-out-cine); }
body.rush-page-active .r3p-panel-media { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: var(--t-bg-2); }
body.rush-page-active .r3p-panel-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transition: transform 700ms var(--ease-out-cine); }
html.rush-loaded body.rush-page-active .r3p-panel-media img { filter: var(--t-media-grade); }
body.rush-page-active .r3p-panel-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 8, 8, 0.66), rgba(8, 8, 8, 0.04) 50%); pointer-events: none; } /* fixed: on the photo */
body.rush-page-active .r3p-panel-num { position: absolute; left: 10px; bottom: 6px; z-index: 2; font-size: clamp(5rem, 20vw, 8rem); color: transparent; -webkit-text-stroke: 1.5px rgba(251, 250, 244, 0.92); pointer-events: none; line-height: 0.8; opacity: 0.95; margin: 0; } /* fixed: over the photo's scrim */
body.rush-page-active .r3p-panel-slab { position: absolute; left: -4%; top: -3%; width: 40%; height: 34%; background: var(--t-gold) var(--rush-foil) center / cover; clip-path: polygon(0 0, 100% 0, calc(100% - 26%) 100%, 0 100%); z-index: 0; opacity: 0; transform: translateX(-30%); transition: opacity 400ms var(--ease-out-cine), transform 500ms var(--ease-out-cine); pointer-events: none; }
body.rush-page-active .r3p-panel.is-mine .r3p-panel-slab { opacity: 1; transform: none; }
body.rush-page-active .r3p-panel-slate { padding: 18px 4px 0; display: flex; flex-direction: column; gap: 8px; position: relative; }
body.rush-page-active .r3p-panel-top { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; }
body.rush-page-active .r3p-panel-name { font-weight: 900; font-size: 26px; line-height: 1.05; letter-spacing: -0.01em; text-transform: uppercase; }
body.rush-page-active .r3p-tags { display: flex; flex-wrap: wrap; gap: 6px; }
body.rush-page-active .r3p-tag { display: inline-flex; align-items: center; height: 24px; padding: 0 9px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-fg); border: 1px solid var(--t-line-strong); clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%); padding-inline: 12px; }
body.rush-page-active .r3p-meta { display: grid; gap: 6px; margin-top: 4px; }
body.rush-page-active .r3p-meta-row { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.45; color: var(--t-fg-2); }
body.rush-page-active .r3p-meta-row svg { flex: none; margin-top: 2px; color: var(--t-gold-text); }
body.rush-page-active .r3p-meta-row a { color: var(--t-fg); display: inline-flex; align-items: center; min-height: 24px; text-decoration: none; }
body.rush-page-active .r3p-meta-row a:hover { text-decoration: underline; text-decoration-color: var(--t-gold); }
body.rush-page-active .r3p-meta-row .rush-status { margin: 0 0 0 8px; }
body.rush-page-active .r3p-licence { font-size: 11px; line-height: 1.5; color: var(--t-fg-3); margin-top: 2px; letter-spacing: 0.02em; }
body.rush-page-active .r3p-licence span { display: block; }
body.rush-page-active .r3p-panel-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; margin-top: 10px; }
body.rush-page-active .r3p-panel-actions .rush-btn-ink { padding: 0 22px; }
body.rush-page-active .r3p-panel-pick { flex-basis: 100%; }
body.rush-page-active .r3p-panel.is-mine .r3p-panel-pick { display: none; }
body.rush-page-active .r3p-rail-progress { height: 2px; margin: 12px 16px 0; background: var(--t-line); overflow: hidden; }
body.rush-page-active .r3p-rail-progress i { display: block; height: 100%; width: 100%; background: var(--t-gold); transform: scaleX(var(--rail, 0.3)); transform-origin: left center; transition: transform 120ms linear; }
@media (min-width: 768px) {
	body.rush-page-active .r3p-reel { --panel-w: 60vw; --panel-gap: 20px; }
	body.rush-page-active .r3p-reel-nav { display: flex; }
	body.rush-page-active .r3p-reel-track { padding-inline: max(24px, calc((100% - var(--rush-max-width)) / 2)); scroll-padding-inline: max(24px, calc((100% - var(--rush-max-width)) / 2)); }
	body.rush-page-active .r3p-rail-progress { margin-inline: max(24px, calc((100% - var(--rush-max-width)) / 2)); }
	body.rush-page-active .r3p-panel-name { font-size: 30px; }
	body.rush-page-active .r3p-meta { grid-template-columns: 1fr 1fr; gap: 6px 18px; }
	body.rush-page-active .r3p-meta-row:first-child { grid-column: 1 / -1; }
}
/* ≥1024 with motion: the pinned filmstrip. Each panel is a blade (30° left
 * edge, overlapping its neighbour by 6vw), the photo fills it, and the slate
 * is a bottom band with a 30° NOTCH at its top-left (text-safe partial blade)
 * on the raised surface. The is-mine gold slab peeks through the notch. */
@media (min-width: 1024px) {
	html.rush-motion body.rush-page-active .r3p-reel { --panel-w: clamp(42vw, calc(420vw / var(--n, 3)), 70vw); --panel-gap: 0px; --reel-travel: calc(var(--n) * var(--panel-w) - (var(--n) - 1) * 6vw - 100vw + 18vw); height: calc(100vh + var(--reel-travel)); padding: 0; }
	html.rush-motion body.rush-page-active .r3p-reel-stage { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 4vh; overflow: clip; perspective: 1600px; }
	html.rush-motion body.rush-page-active .r3p-reel-head { position: absolute; top: calc(var(--r3p-hdr) + 12px); left: 0; right: 0; z-index: 3; pointer-events: none; margin-bottom: 0; }
	html.rush-motion body.rush-page-active .r3p-reel-head .rush-display-l { font-size: clamp(2.5rem, 5vw, 4rem); max-width: 18ch; }
	html.rush-motion body.rush-page-active .r3p-reel-head .r3p-reel-nav { pointer-events: auto; }
	html.rush-motion body.rush-page-active .r3p-reel-track { overflow: visible; scroll-snap-type: none; padding: 0 0 0 6vw; gap: 0; }
	html.rush-motion body.rush-page-active .r3p-panel { flex-basis: var(--panel-w); height: 66vh; display: block; margin-left: -6vw; --cp: 0; clip-path: polygon(calc(6vw * (1 - var(--cp))) 0, 100% 0, 100% 100%, 0 100%); }
	html.rush-motion body.rush-page-active .r3p-panel:first-child { margin-left: 0; }
	html.rush-motion body.rush-page-active .r3p-panel[data-tilt] .r3p-panel-media { transform: rotateX(var(--ry, 0deg)) rotateY(var(--rx, 0deg)); transform-style: preserve-3d; transition: transform 600ms var(--ease-out-cine); }
	html.rush-motion body.rush-page-active .r3p-panel.is-tilting .r3p-panel-media { transition: none; }
	html.rush-motion body.rush-page-active .r3p-panel-media { position: absolute; inset: 0; aspect-ratio: auto; height: 100%; }
	html.rush-motion body.rush-page-active .r3p-panel-media img { transform: translateX(calc(var(--px, 0) * 1%)) scale(1.12); }
	html.rush-motion body.rush-page-active .r3p-panel:hover .r3p-panel-media img { transform: translateX(calc(var(--px, 0) * 1%)) scale(1.18); }
	html.rush-motion body.rush-page-active .r3p-panel-scrim { background: linear-gradient(to top, rgba(8, 8, 8, 0.45), rgba(8, 8, 8, 0) 55%); } /* fixed: on the photo */
	html.rush-motion body.rush-page-active .r3p-panel-num { left: 7vw; top: 10vh; bottom: auto; font-size: clamp(5rem, 9.5vw, 9.5rem); }
	html.rush-motion body.rush-page-active .r3p-panel-slate { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 30px max(32px, 6vw) 26px calc(6vw + 24px); background: var(--t-bg-2); clip-path: polygon(0 44px, 76px 0, 100% 0, 100% 100%, 0 100%); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); grid-template-areas: "top top" "tags actions" "meta actions" "lic actions"; column-gap: 32px; row-gap: 8px; align-items: start; }
	html.rush-motion body.rush-page-active .r3p-panel-top { grid-area: top; }
	html.rush-motion body.rush-page-active .r3p-tags { grid-area: tags; }
	html.rush-motion body.rush-page-active .r3p-meta { grid-area: meta; grid-template-columns: 1fr; }
	html.rush-motion body.rush-page-active .r3p-licence { grid-area: lic; }
	html.rush-motion body.rush-page-active .r3p-panel-actions { grid-area: actions; align-self: end; justify-self: end; flex-direction: column; align-items: flex-end; gap: 6px; margin-top: 0; }
	html.rush-motion body.rush-page-active .r3p-panel-pick { flex-basis: auto; }
	html.rush-motion body.rush-page-active .r3p-panel-name { font-size: 36px; }
	/* Dense chain (7–12 stores → 42–60vw panels): the slate stacks in one column. */
	html.rush-motion body.rush-page-active .r3p-reel--dense .r3p-panel-slate { grid-template-columns: 1fr; grid-template-areas: "top" "tags" "meta" "lic" "actions"; row-gap: 6px; padding: 24px 24px 22px calc(6vw + 20px); }
	html.rush-motion body.rush-page-active .r3p-reel--dense .r3p-panel-actions { flex-direction: row; align-items: center; justify-self: start; gap: 4px 16px; margin-top: 6px; }
	html.rush-motion body.rush-page-active .r3p-reel--dense .r3p-panel-name { font-size: 28px; }
	html.rush-motion body.rush-page-active .r3p-reel--dense .r3p-meta-row { font-size: 13px; }
	html.rush-motion body.rush-page-active .r3p-panel-slab { left: 3vw; top: auto; bottom: 18vh; width: 26vw; height: 24vh; z-index: 1; }
	html.rush-motion body.rush-page-active .r3p-panel.is-mine .r3p-panel-slate { box-shadow: inset 0 4px 0 var(--t-gold); }
	html.rush-motion body.rush-page-active .r3p-rail-progress { position: absolute; left: 6vw; right: 6vw; bottom: 2vh; margin: 0; }
	html.rush-motion body.rush-page-active .r3p-reel-track[data-r3p-reel-built] .r3p-panel:not(.is-focus) { opacity: 0.74; }
	html.rush-motion body.rush-page-active .r3p-reel-track:hover .r3p-panel { opacity: 0.74; }
	html.rush-motion body.rush-page-active .r3p-reel-track:hover .r3p-panel:hover { opacity: 1; }
	/* Reduced motion / no motion at ≥1024: a grid. */
	html:not(.rush-motion) body.rush-page-active .r3p-reel-track { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; overflow: visible; width: min(100% - 32px, var(--rush-max-width)); margin-inline: auto; padding: 0; }
	html:not(.rush-motion) body.rush-page-active .r3p-panel { flex: none; }
	html:not(.rush-motion) body.rush-page-active .r3p-panel-media { aspect-ratio: 4 / 3; }
	html:not(.rush-motion) body.rush-page-active .r3p-panel-num { font-size: 5rem; }
	html:not(.rush-motion) body.rush-page-active .r3p-rail-progress { display: none; }
	html:not(.rush-motion) body.rush-page-active .r3p-reel-nav { display: none; }
}
/* Dense mode: 7–12 stores keep the phone rail at 60vw panels but the grid
 * (reduced motion) tightens; the count comes from data-count. */
html:not(.rush-motion) body.rush-page-active .r3p-reel[data-count="7"] .r3p-reel-track,
html:not(.rush-motion) body.rush-page-active .r3p-reel[data-count="8"] .r3p-reel-track,
html:not(.rush-motion) body.rush-page-active .r3p-reel[data-count="9"] .r3p-reel-track,
html:not(.rush-motion) body.rush-page-active .r3p-reel[data-count="10"] .r3p-reel-track,
html:not(.rush-motion) body.rush-page-active .r3p-reel[data-count="11"] .r3p-reel-track,
html:not(.rush-motion) body.rush-page-active .r3p-reel[data-count="12"] .r3p-reel-track { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }

/* ── Scene 5 · how ordering works (ink, foil numerals) ── */
body.rush-page-active .r3p-how { padding-bottom: clamp(96px, 14vh, 168px); overflow: clip; }
/* The blade returns on the ink plate: a gold wedge on the right (full plate in
 * light, the 22 % stripe in dark — the same alpha rule as the hero slab). */
body.rush-page-active .r3p-how-slab { position: absolute; top: 0; bottom: 0; right: 0; width: calc(18vw + 57.7vh); background: var(--t-gold) var(--rush-foil, none) center / cover; clip-path: polygon(57.7vh 0, 100% 0, 100% 100%, 0 100%); pointer-events: none; z-index: 0; }
body.rush-page-active .r3p-how-slab { opacity: 0.22; } /* a stripe in both themes: paper copy stays ≥4.5 where the wedge runs under the steps */
html.rush-motion body.rush-page-active .r3p-how-slab { transform: translateX(30vw); transition: transform 900ms var(--ease-out-cine); }
html.rush-motion body.rush-page-active .r3p-how.is-in .r3p-how-slab { transform: none; }
body.rush-page-active .r3p-how > .r3-scene-in { position: relative; z-index: 1; }
body.rush-page-active .r3p-how .rush-display-l { max-width: 16ch; }
body.rush-page-active .r3p-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 36px; counter-reset: none; }
body.rush-page-active .r3p-step { position: relative; min-width: 0; padding-top: 20px; border-top: 1px solid var(--t-line); }
body.rush-page-active .r3p-step-num { display: block; font-weight: 900; font-size: clamp(5.5rem, 14vw, 10rem); line-height: 0.86; letter-spacing: -0.03em; margin: 0 0 16px -0.04em; }
body.rush-page-active .r3p-step-title { display: inline-block; font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; margin: 0 0 10px; padding-bottom: 4px; }
body.rush-page-active .r3p-step p { font-size: 16px; line-height: 1.55; color: var(--t-fg-2); max-width: 34ch; }
body.rush-page-active .r3p-step-title.m-ul::after { bottom: 0; background: var(--t-gold); }
html.rush-motion body.rush-page-active .r3p-step.is-in .r3p-step-title.m-ul::after,
html:not(.rush-motion) body.rush-page-active .r3p-step-title.m-ul::after { transform: scaleX(1); transition-delay: 600ms; }
@media (min-width: 768px) {
	body.rush-page-active .r3p-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
	body.rush-page-active .r3p-step { border-top: 0; padding-top: 0; padding-left: 20px; border-left: 1px solid var(--t-line); }
	body.rush-page-active .r3p-step:first-child { padding-left: 0; border-left: 0; }
}

/* ── Scene 6 · what to know (pillars) ── */
body.rush-page-active .r3p-know .rush-display-l { max-width: 14ch; }
body.rush-page-active .r3p-pillars { display: grid; gap: 28px 24px; }
body.rush-page-active .r3p-pillar { min-width: 0; position: relative; padding-top: 18px; }
body.rush-page-active .r3p-pillar::before { content: ""; position: absolute; left: 0; top: 0; width: 48px; height: 8px; background: var(--t-gold) var(--rush-foil, none) center / cover; transform: skewX(-30deg); transform-origin: left top; }
html.rush-motion body.rush-page-active .r3p-pillar::before { transform: skewX(-30deg) scaleX(0); transition: transform 480ms var(--ease-mark) calc(200ms + var(--m-i, 0) * 70ms); }
html.rush-motion body.rush-page-active .r3p-pillar.is-in::before { transform: skewX(-30deg) scaleX(1); }
body.rush-page-active .r3p-pillar-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 14px; color: var(--t-gold-text); border: 1px solid var(--t-line-strong); clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
body.rush-page-active .r3p-pillar h3 { font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; margin: 0 0 8px; }
body.rush-page-active .r3p-pillar p { font-size: 15px; line-height: 1.55; color: var(--t-fg-2); }
@media (min-width: 600px) { body.rush-page-active .r3p-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { body.rush-page-active .r3p-pillars { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; } }
body.rush-page-active .r3p-how,
body.rush-page-active .r3p-know { content-visibility: auto; contain-intrinsic-size: auto 900px; }

/* ── Scene 7 · the close (pinned plate on the active store's still) ── */
body.rush-page-active .r3p-close { min-height: 100svh; overflow: clip; isolation: isolate; background: var(--t-bg); }
body.rush-page-active .r3p-close-stage { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: clip; }
@media (min-width: 768px) {
	html.rush-motion body.rush-page-active .r3p-close { height: 200vh; }
	html.rush-motion body.rush-page-active .r3p-close-stage { position: sticky; top: 0; height: 100vh; }
}
body.rush-page-active .r3p-close-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
body.rush-page-active .r3p-close-img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; object-position: 50% 40%; filter: var(--t-media-grade); }
body.rush-page-active .r3p-close-grade { position: absolute; inset: 0; background: var(--t-scrim-flat); opacity: 0.86; }
body.rush-page-active .r3p-close-grade::after { content: ""; position: absolute; inset: 0; background: var(--t-scrim); }
body.rush-page-active .r3p-close-slab { position: absolute; right: 0; top: 0; bottom: 0; width: calc(100% + 57.7vh); z-index: 1; background: #ffaa00 var(--rush-foil) center / cover; clip-path: polygon(0 100%, 57.7vh 0, 100% 0, 100% 100%); transform: translateX(var(--close-x, 0%)); pointer-events: none; } /* fixed: the gold plate */
html.rush-loaded body.rush-page-active .r3p-close-slab { background-image: linear-gradient(rgba(255, 170, 0, 0.88), rgba(255, 170, 0, 0.88)), var(--rush-foil); background-size: cover; } /* fixed */
@media (max-width: 767px) { body.rush-page-active .r3p-close-slab { top: auto; height: 64%; width: 100%; clip-path: polygon(0 100%, 0 30%, 34% 0, 100% 0, 100% 100%); } }
body.rush-page-active .r3p-close-copy { position: relative; z-index: 2; padding: clamp(72px, 9vw, 128px) 0; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; width: min(100% - 32px, var(--rush-max-width)); margin-inline: auto; }
body.rush-page-active .r3p-close-title { max-width: 12ch; font-size: clamp(3.25rem, 12vw, 9.5rem); }
body.rush-page-active .r3p-close-title .rk-line { min-height: 1lh; padding-bottom: 0.08em; margin-bottom: -0.08em; }
body.rush-page-active .r3p-close-title .rk-line-in { position: relative; display: inline-block; padding: 0.04em 0.22em 0.02em 0.42em; margin-left: -0.2em; color: #10100e; z-index: 0; } /* fixed: ink on gold */
body.rush-page-active .r3p-close-title .rk-line-in::before { content: ""; position: absolute; inset: 0; z-index: -1; background: #ffaa00 var(--rush-foil) center / cover; clip-path: polygon(0.3em 0, 100% 0, 100% 100%, 0 100%); opacity: var(--band-a, 0); } /* fixed: the band */
html.rush-motion body.rush-page-active .r3p-close-title .rk-line-in::before { opacity: var(--band-a, 1); }
html.rush-loaded body.rush-page-active .r3p-close-title .rk-line-in::before { background-image: linear-gradient(rgba(255, 170, 0, 0.88), rgba(255, 170, 0, 0.88)), var(--rush-foil); background-size: cover; } /* fixed */
body.rush-page-active .r3p-close-copy .rush-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0; background: #10100e; color: #ffaa00; padding: 8px 12px 7px; clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 0 100%); } /* fixed: ink chip, gold text (9.4:1) */
body.rush-page-active .r3p-close-copy .rush-eyebrow .rush-status { margin: 0; color: #ffaa00; } /* fixed */
body.rush-page-active .r3p-close-copy .rush-eyebrow .rush-status::before { background: #ffaa00; } /* fixed */
body.rush-page-active .r3p-close-copy .rush-eyebrow .rush-status:not([hidden]) + span { display: none; }
body.rush-page-active .r3p-close-actions { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 14px; padding: 10px 12px 10px 10px; background: var(--t-bg); border-radius: 999px; box-shadow: var(--t-shadow-card); }
body.rush-page-active .r3p-close-actions .rush-link { padding: 0 10px; }
@media (max-width: 767px) {
	body.rush-page-active .r3p-close-copy { padding-bottom: 12vh; justify-content: flex-end; min-height: 100svh; }
	body.rush-page-active .r3p-close-actions { border-radius: 24px; }
}
@media (min-width: 768px) {
	body.rush-page-active .r3p-close-copy { padding-block: 0; }
	body.rush-page-active .r3p-close-actions { flex-direction: row; align-items: center; gap: 20px; }
}

/* ═══════════════════════════════════════════════════════════════════════
 * FAQ — the READING experience: ink-plate opening, sticky topic rail with a
 * gold progress rule, blade-accented groups, native <details> items, gold
 * closing call.
 * ═══════════════════════════════════════════════════════════════════════ */

/* ── Opening (ink plate on --t-bg-2, gold hairline along the cut; no photo) ── */
body.rush-page-active .r3p-hero-faq { --plate-w: 58vw; background: var(--t-bg); }
@media (max-width: 767px) { body.rush-page-active .r3p-hero-faq { --plate-w: 80vw; } }
body.rush-page-active .r3p-hero-faq .r3-hero-plate--ink { z-index: 1; }
body.rush-page-active .r3p-hero-hair { position: absolute; top: 0; bottom: 0; left: 0; width: calc(var(--plate-w, 46vw) + 57.7svh + 5px); background: var(--t-gold); clip-path: polygon(0 0, 100% 0, calc(100% - 57.7svh) 100%, 0 100%); z-index: 0; }
html.rush-motion body.rush-page-active .r3p-hero-hair { transform: translateX(-30vw); transition: transform 700ms var(--ease-out-cine) 120ms; }
html.rush-motion body.rush-page-active .r3-hero.is-in .r3p-hero-hair { transform: none; }
body.rush-page-active .r3p-hero-faq .r3-hero-copy { text-shadow: none; padding-bottom: clamp(36px, 6vh, 72px); display: grid; gap: clamp(28px, 5vh, 56px); }
body.rush-page-active .r3p-hero-faq .rush-lede { margin-top: 14px; }
:root:not([data-theme="dark"]) body.rush-page-active .r3p-hero-faq .rush-eyebrow { color: var(--t-fg); } /* gold-text is 4.37 on the raised paper plate; ink there */
/* Ghost slash field on the right (decorative, --t-line hairlines at 30°). */
body.rush-page-active .r3p-hero-field { position: absolute; top: 0; right: 0; bottom: 0; width: 42vw; z-index: 0; pointer-events: none; background: repeating-linear-gradient(120deg, var(--t-line) 0 1px, transparent 1px 44px); opacity: 0.7; -webkit-mask-image: linear-gradient(90deg, transparent, var(--t-fg) 40%); mask-image: linear-gradient(90deg, transparent, var(--t-fg) 40%); }
/* The store facts strip: a tabular 3-up on ≥768, a snap rail for 7+ stores. */
body.rush-page-active .r3p-facts { display: grid; gap: 0; border-top: 1px solid var(--t-line-strong); list-style: none; margin: 0; padding: 0; }
body.rush-page-active .r3p-fact { position: relative; padding: 16px 0 16px 18px; display: grid; gap: 6px; }
body.rush-page-active .r3p-fact::before { content: ""; position: absolute; left: 0; top: 16px; bottom: 16px; width: 4px; background: var(--t-line-strong); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4px), 0 100%); transition: background-color 300ms ease; }
body.rush-page-active .r3p-fact.is-mine::before { background: var(--t-gold); }
body.rush-page-active .r3p-fact + .r3p-fact { border-top: 1px solid var(--t-line); }
body.rush-page-active .r3p-fact-name { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 18px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.01em; }
body.rush-page-active .r3p-fact-row { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; line-height: 1.45; color: var(--t-fg-2); }
body.rush-page-active .r3p-fact-row svg { flex: none; margin-top: 2px; color: var(--t-gold-text); }
body.rush-page-active .r3p-fact-row a { color: var(--t-fg); text-decoration: none; display: inline-flex; align-items: center; min-height: 24px; }
body.rush-page-active .r3p-fact-row a:hover { text-decoration: underline; text-decoration-color: var(--t-gold); }
body.rush-page-active .r3p-fact-row .rush-status { margin: 0 0 0 4px; }
@media (min-width: 768px) {
	body.rush-page-active .r3p-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 24px; }
	body.rush-page-active .r3p-fact + .r3p-fact { border-top: 0; }
	body.rush-page-active .r3p-fact { padding: 22px 0 8px 18px; }
	body.rush-page-active .r3p-facts[data-count="1"] { grid-template-columns: minmax(0, 1fr); }
	body.rush-page-active .r3p-facts[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.rush-page-active .r3p-facts[data-count="4"],
	body.rush-page-active .r3p-facts[data-count="5"],
	body.rush-page-active .r3p-facts[data-count="6"] { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 8px; }
}
@media (max-width: 767px) {
	/* 7+ stores on a phone: a horizontal snap rail instead of a tall stack. */
	body.rush-page-active .r3p-facts.r3p-facts--dense { grid-auto-flow: column; grid-auto-columns: 78vw; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; column-gap: 16px; }
	body.rush-page-active .r3p-facts.r3p-facts--dense::-webkit-scrollbar { display: none; }
	body.rush-page-active .r3p-facts.r3p-facts--dense .r3p-fact { scroll-snap-align: start; border-top: 0; }
}

/* ── The reading body: rail + column ── */
body.rush-page-active .r3p-read { position: relative; padding-block: clamp(48px, 8vh, 96px) clamp(96px, 14vh, 176px); }
body.rush-page-active .r3p-read-in { display: grid; gap: 32px; }
/* Topic nav: a sticky chip row under the header on phones / tablets, a
 * sticky rail with the reading progress rule at ≥1024. */
body.rush-page-active .r3p-toc { position: sticky; top: var(--r3p-hdr); z-index: 5; margin: 0 -16px; padding: 10px 16px; background: var(--t-header-bg); border-bottom: 1px solid var(--t-line); display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
body.rush-page-active .r3p-toc::-webkit-scrollbar { display: none; }
html.rush-loaded body.rush-page-active .r3p-toc { -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
body.rush-page-active .r3p-toc-link { flex: none; display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--t-fg-2); text-decoration: none; border: 1px solid var(--t-line-strong); clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); padding-inline: 18px; transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease; }
body.rush-page-active .r3p-toc-link[aria-current="true"] { color: var(--t-on-gold); background: var(--t-gold); border-color: var(--t-gold); }
body.rush-page-active .r3p-toc-link.m-ul::after { display: none; }
body.rush-page-active .r3p-toc-k { display: none; }
body.rush-page-active .r3p-groups { display: grid; gap: clamp(56px, 9vh, 112px); max-width: 66ch; min-width: 0; }
/* A group: eyebrow, the cut rule + foil tab (M2 .m-rule-top), the H2, items. */
body.rush-page-active .r3p-group { position: relative; padding-top: 28px; }
body.rush-page-active .r3p-group.m-rule-top::after { left: 0; }
body.rush-page-active .r3p-group .rush-eyebrow { margin-bottom: 10px; }
body.rush-page-active .r3p-group .rush-display-l { font-size: clamp(2rem, 5vw, 3.5rem); max-width: 18ch; margin-bottom: clamp(20px, 3vw, 32px); }
body.rush-page-active .r3p-items { display: grid; gap: 0; border-top: 1px solid var(--t-line); }
body.rush-page-active .r3p-item { position: relative; border-bottom: 1px solid var(--t-line); padding-left: 18px; }
body.rush-page-active .r3p-item.m-rule-v::after { width: 3px; }
/* The gold vertical rule marks the OPEN item (not the reveal): the reveal's
 * .is-in would otherwise draw every rule at once. */
html.rush-motion body.rush-page-active .r3p-item.m-rule-v.is-in:not([open])::after,
html:not(.rush-motion) body.rush-page-active .r3p-item.m-rule-v:not([open])::after { transform: scaleY(0); }
body.rush-page-active .r3p-item[open].m-rule-v::after { transform: scaleY(1); }
body.rush-page-active .r3p-summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; padding: 18px 0; font-size: 18px; font-weight: 800; line-height: 1.3; color: var(--t-fg); min-height: 44px; }
body.rush-page-active .r3p-summary::-webkit-details-marker { display: none; }
body.rush-page-active .r3p-summary::marker { content: ""; }
body.rush-page-active .r3p-summary:hover { color: var(--t-gold-text); }
body.rush-page-active .r3p-summary:focus-visible { outline: 2px solid var(--t-focus); outline-offset: 4px; }
body.rush-page-active .r3p-summary > span:first-child { flex: 1 1 auto; }
/* The + glyph: two bars; open → the horizontal bar becomes a 30° slash and
 * the vertical bar collapses (300 ms, --ease-mark). */
body.rush-page-active .r3p-plus { position: relative; flex: none; width: 24px; height: 24px; margin-top: 1px; }
body.rush-page-active .r3p-plus::before,
body.rush-page-active .r3p-plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; transform-origin: center; }
body.rush-page-active .r3p-plus::before { width: 16px; height: 2px; margin: -1px 0 0 -8px; }
body.rush-page-active .r3p-plus::after { width: 2px; height: 16px; margin: -8px 0 0 -1px; }
html.rush-motion body.rush-page-active .r3p-plus::before,
html.rush-motion body.rush-page-active .r3p-plus::after { transition: transform 300ms var(--ease-mark); }
body.rush-page-active .r3p-item[open] .r3p-plus::before { transform: rotate(-60deg); }
body.rush-page-active .r3p-item[open] .r3p-plus::after { transform: scaleY(0); }
body.rush-page-active .r3p-item[open] .r3p-plus { color: var(--t-gold-text); }
body.rush-page-active .r3p-answer { display: grid; grid-template-rows: 1fr; }
html.rush-motion body.rush-page-active .r3p-answer { transition: grid-template-rows 300ms var(--ease-mark); }
body.rush-page-active .r3p-answer > div { min-height: 0; overflow: hidden; }
body.rush-page-active .r3p-answer p { font-size: 18px; line-height: 1.65; color: var(--t-fg-2); padding: 0 32px 22px 0; max-width: 62ch; transition: color 300ms ease; }
body.rush-page-active .r3p-item[open] .r3p-answer p { color: var(--t-fg); }
@media (min-width: 1024px) {
	body.rush-page-active .r3p-read-in { grid-template-columns: 3fr 1fr 8fr; column-gap: 0; }
	body.rush-page-active .r3p-groups { grid-column: 3; }
	body.rush-page-active .r3p-toc { grid-column: 1; align-self: start; top: calc(var(--r3p-hdr) + 28px); margin: 0; padding: 0 0 0 22px; background: transparent; border: 0; flex-direction: column; gap: 4px; overflow: visible; }
	html.rush-loaded body.rush-page-active .r3p-toc { -webkit-backdrop-filter: none; backdrop-filter: none; }
	body.rush-page-active .r3p-toc-k { display: block; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--t-fg-3); margin-bottom: 10px; }
	/* The rail: a hairline with the 2px gold reading-progress rule over it. */
	body.rush-page-active .r3p-toc::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--t-line); }
	body.rush-page-active .r3p-toc::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--t-gold); transform: scaleY(var(--p, 0)); transform-origin: top; }
	html.rush-motion body.rush-page-active .r3p-toc::after { transition: transform 120ms linear; }
	body.rush-page-active .r3p-toc-link { display: inline-flex; min-height: 32px; padding: 0 2px; font-size: 14px; letter-spacing: 0.02em; text-transform: none; border: 0; clip-path: none; color: var(--t-fg-2); background: transparent; align-self: flex-start; }
	body.rush-page-active .r3p-toc-link.m-ul::after { display: block; bottom: 2px; }
	body.rush-page-active .r3p-toc-link[aria-current="true"] { color: var(--t-fg); background: transparent; }
	body.rush-page-active .r3p-toc-link:hover { color: var(--t-fg); }
}
@media (min-width: 1280px) {
	body.rush-page-active .r3p-groups { max-width: 66ch; }
}

/* ── The call (gold, top-left notch over the reading body) ── */
body.rush-page-active .r3p-call { padding: clamp(96px, 14vh, 168px) 0 clamp(72px, 10vh, 128px); }
html.rush-loaded body.rush-page-active .r3p-call { background-image: linear-gradient(rgba(255, 170, 0, 0.88), rgba(255, 170, 0, 0.88)), var(--rush-foil); background-size: cover; } /* fixed: gold foil */
body.rush-page-active .r3p-call-in { display: grid; gap: 28px; }
body.rush-page-active .r3p-call .rush-display-l { max-width: 12ch; }
body.rush-page-active .r3p-call .rush-lede { max-width: 40ch; }
body.rush-page-active .r3p-call-row { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; margin: 0; padding: 0; }
body.rush-page-active .r3p-call-row .rush-btn-ink { min-height: 52px; }
body.rush-page-active .r3p-call-row .rush-storerow { position: relative; }
body.rush-page-active .r3p-call-row .rush-storerow.is-mine::after { content: ""; position: absolute; right: -4px; top: -4px; width: 12px; height: 12px; background: var(--t-bg-3); clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%); }
body.rush-page-active .r3p-call-fine { font-size: 13px; line-height: 1.5; color: var(--t-on-gold); max-width: 60ch; }
@media (min-width: 1024px) {
	body.rush-page-active .r3p-call-in { grid-template-columns: 5fr 7fr; column-gap: 64px; align-items: end; }
	body.rush-page-active .r3p-call-actions { display: grid; gap: 20px; justify-items: start; }
}

/* FOOTER — r3 repair: the shared footer printer + rush-r3-chrome.css replaced the per-template block. */

/* ═══════════════════════════════════════════════════════════════════════
 * REDUCED MOTION — the static variant is a design, not an absence: plates at
 * rest, counters at their final value, rails native, no cue, no scrubs.
 * ═══════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
	body.rush-page-active .r3p-hero-bit,
	body.rush-page-active .r3p-hero-rule,
	body.rush-page-active .r3p-hero-hair,
	body.rush-page-active .r3-hero-media img { opacity: 1 !important; transform: none !important; transition: none !important; }
	body.rush-page-active .r3p-hero-rule { transform: skewX(-30deg) !important; }
	body.rush-page-active .r3p-cue i { animation: none !important; }
	body.rush-page-active .r3p-counters .rush-counter-tile::before,
	body.rush-page-active .r3p-pillar::before,
	body.rush-page-active .r3p-step-title.m-ul::after,
	body.rush-page-active .rush-footer-store::before,
	body.rush-page-active .r3p-fact::before,
	body.rush-page-active .r3p-toc::after,
	body.rush-page-active .r3p-plus::before,
	body.rush-page-active .r3p-plus::after,
	body.rush-page-active .r3p-answer,
	body.rush-page-active .r3p-answer p,
	body.rush-page-active .r3p-toc-link,
	body.rush-page-active .r3p-panel,
	body.rush-page-active .r3p-panel-slab,
	body.rush-page-active .r3p-panel-media img,
	body.rush-page-active .r3p-reel-arrow,
	body.rush-page-active .r3p-rail-progress i,
	body.rush-page-active .r3p-summary { transition: none !important; }
	body.rush-page-active .r3p-pillar::before { transform: skewX(-30deg) !important; }
	body.rush-page-active .r3p-ghost { transform: none !important; }
	body.rush-page-active .r3p-close-slab,
	body.rush-page-active .r3p-how-slab { transform: none !important; transition: none !important; }
	body.rush-page-active .r3p-close-title .rk-line-in::before { opacity: 0 !important; }
	body.rush-page-active .rush-footer-ghost { transform: translate(-50%, 0) !important; }
}
/* While the theme cut snapshots the page, the loops pause (cheap frame). */
html.rush-theme-cutting body.rush-page-active .r3p-cue i { animation-play-state: paused; }
