/* ============================================================================
   WELL RUN · SIGNAL SYSTEM — VIDEO & PHOTO PRODUCTION
   Built on Signal Core tokens (assets/css/global.css).
   Page prefix: .vp-  ·  States: .is-*  ·  Effects in play:
     · Brand Plate    — art-directed image surfaces (hero drift pills, stills)
     · Hero Mode      — full-viewport cinematic hero (3 variants: Drift/Plasma/Editorial)
     · Signal Drift   — the sticky showreel→flythrough-gallery sequence (vp-gallery.js)
     · Signal FX      — reusable card hover motion (data-card-fx, card-fx.*)
     · Reveal Lift    — .reveal scroll-in entrances (animations.js)
   ========================================================================== */

/* Page background — warm off-white for light body sections */
.vp-page {
  --vp-bg: #F9F8F5; background: var(--wr-black);
  /* Cross-browser guards: stop sub-pixel horizontal scroll on small viewports,
     hold font size steady in iOS landscape, kill the grey tap flash on links. */
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; text-size-adjust: 100%;
}
.vp-page a, .vp-page summary, .vp-page button { -webkit-tap-highlight-color: transparent; }
/* Long client / proof names break rather than force overflow on narrow screens. */
.vp-clients__name, .vp-pc__name, .vp-tier__name { overflow-wrap: anywhere; }

/* Reveal Lift — content lifts above the fixed footer to uncover it */
/* The footer-reveal zone exposes the body background behind the fixed footer;
   global `body` paints it white, so force it to the dark base here (matches the
   FAQ above and the footer below — no white flash between them). */
body.vp-page { background: var(--wr-black) !important; } /* beats the global body `!important` white */
.vp-page main { position: relative; z-index: 2; }
.vp-foot-reveal #site-footer-mount { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; }
.vp-foot-reveal { padding-bottom: 55vh; }

.vp-del,
.vp-what,
.vp-price,
.vp-ret { background: var(--vp-bg); }

/* Shared inner container */
.vp-del__in, .vp-what__in, .vp-price__in,
.vp-ino__in, .vp-proof__in, .vp-ret__in {
  max-width: var(--wr-max-width);
  margin: 0 auto;
  width: 100%;
}

/* Shared section heading margin */
.vp-del__hd, .vp-what__hd, .vp-price__hd,
.vp-proof__hd, .vp-faq__hd { margin-bottom: 56px; }

/* ── Section label (page variant: chunkier gradient pill) ── */
.vp-lbl {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, 'Liberation Mono', monospace;
  font-size: 12px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(13, 10, 7, 0.6);
  margin-bottom: 18px;
}
.vp-lbl::before {
  content: ''; display: inline-block; width: 22px; height: 2px;
  border-radius: 2px; background: var(--wr-grad); flex-shrink: 0;
  animation: wrEyebrowPulse 6s ease-in-out infinite;
}
.vp-lbl--lt { color: var(--wr-white-45); }
.vp-lbl--lt::before { opacity: .5; }

/* ── Headings ── */
.vp-h2 {
  font-size: clamp(28px, 3.2vw, 48px); font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.12;
  color: var(--wr-black); margin-bottom: 16px; text-wrap: balance;
}
.vp-h2--lt { color: var(--wr-white); }

/* ── Buttons (mirror .bc-btn proportions for cross-page coherence) ── */
.vp-btn {
  display: inline-flex; align-items: center; gap: 10px;
  height: 52px; padding: 0 28px; border-radius: var(--wr-radius-pill);
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  text-decoration: none; border: none; cursor: pointer;
  transition: transform 0.22s var(--wr-ease-out), box-shadow 0.22s, border-color 0.22s;
}
.vp-btn svg { width: 15px; height: 15px; stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s var(--wr-ease-out); }
.vp-btn--pri { background: var(--wr-grad); color: var(--wr-black); box-shadow: 0 8px 30px -10px #F0492366; }
.vp-btn--pri svg { stroke: var(--wr-black); }
.vp-btn--out { background: rgba(242,242,242,0.06); color: var(--wr-white); border: 1.5px solid rgba(242,242,242,0.38); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.vp-btn--out svg { stroke: var(--wr-orange); }
@media (hover: hover) and (pointer: fine) {
  .vp-btn--pri:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -10px #F0492399; }
  .vp-btn--pri:hover svg { transform: translateX(4px); }
  .vp-btn--out:hover { border-color: var(--wr-orange); transform: translateY(-2px); }
  .vp-btn--out:hover svg { transform: translateX(4px); }
}

/* ── Inline gradient text link ── */
.vp-il {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none;
  background: var(--wr-grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; transition: gap 0.2s;
}
.vp-il svg { stroke: var(--wr-orange); transition: transform 0.2s; }
@media (hover: hover) and (pointer: fine) {
  .vp-il:hover { gap: 10px; }
  .vp-il:hover svg { transform: translateX(3px); }
}

/* ── Gradient border ring (hover reveal) — reused on cards ── */
.vp-grad-ring { position: relative; overflow: hidden; }
.vp-grad-ring::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: var(--wr-grad-diag);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity 0.28s; pointer-events: none;
}
@media (hover: hover) and (pointer: fine) { .vp-grad-ring:hover::before { opacity: 1; } }

/* ============================================================================
   HERO MODE — full-viewport cinematic hero (3 variants via .is-active)
   ========================================================================== */
.vp-hero {
  /* Top offset for the headline — also drives the inner block's fold height so the
     client strip lands just past the first viewport. Tune breathing room here. */
  --vp-hero-padtop: calc(var(--wr-nav-height) + 100px);
  position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding: var(--vp-hero-padtop) var(--wr-pad-x) 96px;
  background: var(--wr-black);
}
.vp-hero[hidden] { display: none; }

/* Layer 1 — Brand Plate drift field: diagonal rows of stills */
.vp-hero__shapes { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.vp-hero__shapes-track {
  position: absolute; width: 300vmax; height: 300vmax; top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
}
/* The rows are wider than the visible (rotated) window, so when centred they
   already cover it. Motion is a bounded, alternating sway — never a full
   marquee sweep — so the field reads as a slow living current yet stays
   gap-free at every frame, including at rest. */
.vp-hero__pill-row { display: flex; gap: 16px; flex-shrink: 0; will-change: transform; }
.vp-hero__pill-row:nth-child(1) { animation: vpDriftA 26s ease-in-out infinite alternate; }
.vp-hero__pill-row:nth-child(2) { animation: vpDriftB 34s ease-in-out infinite alternate; }
.vp-hero__pill-row:nth-child(3) { animation: vpDriftA 30s ease-in-out infinite alternate; }
.vp-hero__pill-row:nth-child(4) { animation: vpDriftB 22s ease-in-out infinite alternate; }
.vp-hero__pill-row:nth-child(5) { animation: vpDriftA 38s ease-in-out infinite alternate; }
.vp-hero__pill-row:nth-child(6) { animation: vpDriftB 28s ease-in-out infinite alternate; }
.vp-hero__pill-row:nth-child(7) { animation: vpDriftA 24s ease-in-out infinite alternate; }
.vp-hero__pill-row:nth-child(8) { animation: vpDriftB 32s ease-in-out infinite alternate; }
@keyframes vpDriftA { from { transform: translateX(-3vw); } to { transform: translateX(3vw); } }
@keyframes vpDriftB { from { transform: translateX(3vw); } to { transform: translateX(-3vw); } }
.vp-hero__pill { flex-shrink: 0; overflow: hidden; height: 280px; border-radius: 140px; position: relative; }
.vp-hero__pill img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(1.02) saturate(1.05) contrast(1.02); }

/* Layer 2 — veil + grain (tuned so drift imagery reads as a living backdrop).
   A soft central plate keeps the headline legible; edges stay open so the
   moving stills / plasma read as a living texture rather than flat black. */
.vp-hero__overlay { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(70% 52% at 50% 46%, #0D0A07E0 0%, #0D0A0799 45%, #0D0A0726 78%, transparent 100%),
    linear-gradient(180deg, #0D0A07CC 0%, #0D0A0759 22%, #0D0A0740 55%, #0D0A07F2 100%); }

/* Drift (Variant A): the production stills are the show, but a legibility-safe
   central scrim + headline text-shadow keeps the copy crisp over a bright,
   busy collage. Edges stay open so the warm field reads as living texture. */
.vp-hero[data-field="drift"] .vp-hero__overlay { background:
    radial-gradient(64% 50% at 50% 46%, #0D0A07CC 0%, #0D0A0799 46%, #0D0A0759 74%, #0D0A0733 100%),
    linear-gradient(180deg, #0D0A07A6 0%, #0D0A0773 24%, #0D0A07B3 52%, #0D0A07 78%, #0D0A07 100%); }

/* Noisy dark wash sitting between the drift field and the copy — multiplies the
   bright stills down so the headline reads cleanly. Drift variant only. */
.vp-hero__tint { position: absolute; inset: 0; z-index: 2; pointer-events: none; display: none; }
.vp-hero[data-field="drift"] .vp-hero__tint {
  display: block; background: #0B0805; opacity: 0.5; mix-blend-mode: multiply;
  /* Fade out before the bottom edge (like the grain) so the hero's bottom is the
     pure base #0D0A07 — identical to the reel's top — and the sections meet seamlessly. */
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 66%, transparent 90%);
  mask-image: linear-gradient(180deg, #000 0%, #000 66%, transparent 90%);
}

/* Page-wide grain comes from the global .wr-noise-overlay (fixed, covers hero +
   reel uniformly) — the hero carries no extra grain layer, which would lift its
   tone above the reel's and reintroduce a seam at the boundary. */

/* Layer 3 — centred content */
.vp-hero__in {
  position: relative; z-index: 3; max-width: 920px; margin: 0 auto; width: 100%;
  /* Fill the first viewport (below the top padding) and centre the headline block
     within it — so the copy sits comfortably in view and the client strip that
     follows drops below the fold. */
  min-height: calc(100svh - var(--vp-hero-padtop));
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.vp-hero__trust { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 24px; }
.vp-trust__stars { display: flex; gap: 4px; }
.vp-trust__text { font-size: 13px; font-weight: 600; color: var(--wr-white-45); letter-spacing: 0.02em; }
.vp-trust__text strong { color: var(--wr-white); }
.vp-hero__h1 {
  font-size: clamp(40px, 5.2vw, 60px); font-weight: 800; line-height: 1.05;
  letter-spacing: -0.03em; color: var(--wr-white); margin-bottom: 24px; max-width: 18ch; text-wrap: balance;
  text-shadow: 0 2px 30px #0D0A07B3;
}
/* The gradient run carries the brand shimmer (global .wr-gradient-text) — no
   text-shadow on it, or the dark halo ghosts the letters and breaks the effect. */
.vp-hero__h1 .wr-gradient-text { text-shadow: none; }
.vp-hero__sub { font-size: clamp(15px, 1.3vw, 18px); font-weight: 400; line-height: 1.7;
  color: var(--wr-white-65); margin-bottom: 36px; max-width: 60ch; text-shadow: 0 1px 24px #0D0A07; }
.vp-hero__ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* Client wordmark strip — real named clients (Brand Plate, text placeholders) */
/* Sits below the fold (a scroll reveals it) — the inner block fills the first
   viewport, so this margin becomes the gap between the fold and the strip. */
.vp-clients {
  position: relative; z-index: 3; /* above the hero overlay/tint layers (z-index 2) */
  margin-top: clamp(56px, 10vh, 120px); width: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.vp-clients__cap { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wr-white-38); }
.vp-clients__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 52px); }
.vp-clients__name {
  font-size: clamp(13px, 1.2vw, 16px); font-weight: 700; letter-spacing: 0.01em;
  color: var(--wr-white-45); white-space: nowrap; transition: color 0.25s;
  text-decoration: none; /* now a link to the client's case */
}
@media (hover: hover) and (pointer: fine) { .vp-clients__name:hover { color: var(--wr-white); } }

/* ============================================================================
   SIGNAL DRIFT — sticky showreel that scales to full-bleed, then crossfades
   into the 3D flythrough gallery. Driven by one scroll-progress var (--p, 0→1)
   set by the page script on .vp-reel. Native sticky (no GSAP pin) = robust.
   ========================================================================== */
.vp-reel { position: relative; height: 340vh; z-index: 10;
  /* Top edge = the hero's exact colour (#0D0A07) so the two sections meet with no
     seam, then the field deepens into space. Depth/warmth comes from the pool
     behind the card below — not a lighter pool here, which would read as a cut. */
  background: linear-gradient(180deg, #0D0A07 0%, #090604 34%, #050302 100%); }
.vp-reel__sticky {
  position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
/* Warm depth pool behind the showreel card so the space reads as deep, not flat black. */
.vp-reel__sticky::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(58% 48% at 50% 46%, #1C130B 0%, #100B0700 72%); }

/* The showreel screen — starts as a centred card, scales to full-bleed.
   Geometry interpolated inline via custom props the script animates. */
.vp-reel__screen {
  position: relative; z-index: 4;
  width: calc(58vw + var(--p, 0) * (100vw - 58vw));
  height: calc(33vw + var(--p, 0) * (100vh - 33vw));
  height: calc(33vw + var(--p, 0) * (100svh - 33vw));
  max-width: 100vw;
  border-radius: calc(18px - var(--p, 0) * 18px);
  overflow: hidden; background: #000;
  border: 1px solid var(--wr-white-16);
  box-shadow: 0 40px 90px -30px #000E;
}

/* Showreel media placeholder — animated brand sheen + grain (real footage later) */
.vp-reel__media { position: absolute; inset: 0; overflow: hidden; background:
  radial-gradient(120% 100% at 30% 30%, #1A130C 0%, #0D0A07 60%, #060503 100%); }
/* Poster still behind the play badge — the video drop-out frame (real video later). */
.vp-reel__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.vp-reel__media::after { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(6,5,3,0.60), rgba(6,5,3,0.12) 42%, rgba(6,5,3,0.30)); }
.vp-reel__media-label {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--wr-white-45); z-index: 3;
}
.vp-reel__playbadge {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 78px; height: 78px; border-radius: 50%; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  background: #14100BB3; border: 1px solid var(--wr-white-16); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: transform 0.25s var(--wr-ease-out), background 0.25s;
}
.vp-reel__playbadge svg { width: 26px; height: 26px; fill: var(--wr-white); margin-left: 4px; }
@media (hover: hover) and (pointer: fine) { .vp-reel__playbadge:hover { transform: translate(-50%, -50%) scale(1.06); background: #1A130CE6; } }

/* ── Camera UI overlay — fades in at full-bleed ── */
.vp-camera-ui {
  position: absolute; inset: clamp(18px, 3vw, 40px); z-index: 5; pointer-events: none;
  color: var(--wr-white-75); font-variant-numeric: tabular-nums;
  font-size: 14px; letter-spacing: 0.05em; opacity: 0;
}
.vp-camera-ui .cam-tl { position: absolute; top: 10px; left: 10px; }
.vp-camera-ui .cam-tr { position: absolute; top: 10px; right: 10px; display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 18px; }
.cam-dot { width: 13px; height: 13px; border-radius: 50%; background: #F04923; display: inline-block; animation: vpRec 1s infinite alternate; }
@keyframes vpRec { from { opacity: 1; } to { opacity: 0.25; } }
.vp-camera-ui .cam-bl-text { position: absolute; bottom: 10px; left: 10px; font-size: 16px; font-weight: 700; }
.vp-camera-ui .cam-br { position: absolute; bottom: 10px; right: 10px; font-size: 16px; }
.vp-camera-ui .cam-c { position: absolute; top: 50%; left: 50%; width: 168px; height: 124px; transform: translate(-50%, -50%); opacity: 0.85; }
.cam-c-bracket { position: absolute; width: 30px; height: 30px; border: 1px solid currentColor; }
.cam-c-bracket.tl { top: 0; left: 0; border-right: none; border-bottom: none; }
.cam-c-bracket.tr { top: 0; right: 0; border-left: none; border-bottom: none; }
.cam-c-bracket.bl { bottom: 0; left: 0; border-right: none; border-top: none; }
.cam-c-bracket.br { bottom: 0; right: 0; border-left: none; border-top: none; }
.cam-c-cross { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; transform: translate(-50%, -50%); }
.cam-c-cross::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: currentColor; transform: translateY(-50%); opacity: 0.6; }
.cam-c-cross::after { content: ''; position: absolute; left: 50%; top: 0; height: 100%; width: 1px; background: currentColor; transform: translateX(-50%); opacity: 0.6; }
.vp-camera-ui .cam-r { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 26px; text-align: center; }
.cam-set { font-size: 11px; font-weight: 700; display: flex; flex-direction: column; gap: 4px; }
.cam-set span { background: var(--wr-white-95); color: #000; padding: 2px 4px; border-radius: 2px; }
.vp-camera-ui .cam-audio { position: absolute; bottom: 74px; left: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.cam-audio-bars { display: flex; gap: 8px; }
.cam-audio-col { display: flex; flex-direction: column; gap: 3px; }
.cam-audio-col div { width: 12px; height: 3px; }
.cam-a-red { background: #F04923; }
.cam-a-wht { background: currentColor; opacity: 0.9; }
.cam-a-blk { background: transparent; border: 1px solid currentColor; opacity: 0.4; }
.cam-audio-lbl { display: flex; gap: 14px; font-size: 10px; opacity: 0.8; font-weight: 700; }
.cam-frame { position: absolute; width: 78px; height: 78px; border: 2px solid currentColor; opacity: 0.75; }
.cam-frame.tl { top: -16px; left: -16px; border-right: none; border-bottom: none; }
.cam-frame.tr { top: -16px; right: -16px; border-left: none; border-bottom: none; }
.cam-frame.bl { bottom: -16px; left: -16px; border-right: none; border-top: none; }
.cam-frame.br { bottom: -16px; right: -16px; border-left: none; border-top: none; }

/* ── Flythrough gallery overlay (Signal Drift mounts planes here) ── */
.vp-gallery { position: absolute; inset: 0; z-index: 20; opacity: 0; pointer-events: none; overflow: hidden; }
.vp-gallery__bg { position: absolute; inset: 0; background: #060503; opacity: 0; }
.vp-gallery__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.vp-gallery__h1 {
  position: absolute; width: 100%; top: 50%; left: 0; transform: translateY(-50%);
  text-align: center; color: var(--wr-white); z-index: 10; margin: 0; padding: 0 24px;
  font-size: clamp(40px, 6vw, 96px); font-weight: 800; letter-spacing: -0.03em; text-wrap: balance;
}
.vp-gallery__h1 em { font-style: normal; background: linear-gradient(90deg, #FFD800, #F04923);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ============================================================================
   LOWER PAGE — art-directed system (broadcast / post-production workflow)
   Shared accents: timecode chips (.vp-tc) · corner-bracket frames (.vp-frame).
   ========================================================================== */
.vp-tc { font-family: var(--drop-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--wr-orange); }
.vp-tc--lt { color: var(--wr-yellow); }

.vp-frame { position: relative; }
.vp-frame::before, .vp-frame::after {
  content: ''; position: absolute; width: 16px; height: 16px; pointer-events: none; z-index: 4;
  border: 1.5px solid var(--wr-orange); opacity: 0.55; }
.vp-frame::before { top: 13px; left: 13px; border-right: none; border-bottom: none; }
.vp-frame::after  { bottom: 13px; right: 13px; border-left: none; border-top: none; }

/* Light ghost button (for use on dark surfaces) */
.vp-btn--ghost { background: transparent; color: var(--wr-white); border: 1.5px solid var(--wr-white-16); }
.vp-btn--ghost svg { stroke: var(--wr-yellow); }
@media (hover: hover) and (pointer: fine) {
  .vp-btn--ghost:hover { border-color: var(--wr-white); transform: translateY(-2px); }
  .vp-btn--ghost:hover svg { transform: translateX(4px); }
}

/* ============================================================================
   S2 · DELIVERY STANDARD — the Delivery Clock (light; slides up over the reel)
   ========================================================================== */
.vp-del {
  /* Parallax cover: rise a full viewport up over the reel so the pinned
     Masterpieces flythrough stays static and this section slides over it. */
  position: relative; z-index: 15; margin-top: -100vh;
  padding: clamp(80px, 11vh, 130px) var(--wr-pad-x);
  border-radius: 40px 40px 0 0; box-shadow: 0 -24px 60px -20px #000A;
}
.vp-del__hd { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 720px; margin: 0 auto 84px; }
.vp-del__intro { font-size: clamp(15px, 1.2vw, 17px); color: var(--wr-black-40); line-height: 1.78; margin-top: 16px; }

.vp-clock { position: relative; }
.vp-clock__track { position: absolute; left: 6px; right: 6px; top: 41px; height: 2px; border-radius: 2px;
  background: repeating-linear-gradient(90deg, #FFD800 0, #F04923 120px, #FFD800 240px); background-size: 240px 100%;
  animation: vpTrackFlow 7s linear infinite; }
.vp-clock__track::before { content: ''; position: absolute; inset: -3px 0;
  background-image: repeating-linear-gradient(90deg, #0D0A0726 0 1px, transparent 1px 30px);
  animation: vpTrackTicks 9s linear infinite; }
.vp-clock__stations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.vp-clock__st { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding-right: 0; }
.vp-clock__tc { font-family: var(--drop-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--wr-black-40); margin-bottom: 18px; }
.vp-clock__node { width: 18px; height: 18px; border-radius: 50%; background: var(--wr-grad-diag);
  box-shadow: 0 0 0 5px #F049231A, 0 6px 18px -3px #F04923AA; position: relative; z-index: 2; margin-bottom: 30px; }
/* Narrow connector dropping from the timeline dot down to the numeral. */
.vp-clock__node::after { content: ''; position: absolute; top: calc(100% + 3px); left: 50%; transform: translateX(-50%);
  width: 2px; height: 22px; background: var(--wr-grad-vert); border-radius: 2px; }
.vp-clock__big { font-size: clamp(46px, 5.6vw, 82px); font-weight: 800; line-height: 0.85; letter-spacing: -0.04em; color: var(--wr-black); }
.vp-clock__big em { font-style: normal; font-size: 0.34em; font-weight: 700; letter-spacing: 0; color: var(--wr-orange); margin-left: 2px; vertical-align: super; }
.vp-clock__title { font-size: clamp(17px, 1.5vw, 21px); font-weight: 700; color: var(--wr-black); margin-top: 18px; }
.vp-clock__desc { font-size: 14px; line-height: 1.62; color: var(--wr-black-40); margin-top: 10px; max-width: 32ch; }
@keyframes vpSpineFlow { from { background-position: 0 0; } to { background-position: 0 240px; } }
@keyframes vpTicksDrift { from { background-position: 0 0; } to { background-position: 0 26px; } }
@keyframes vpTrackFlow { from { background-position: 0 0; } to { background-position: 240px 0; } }
@keyframes vpTrackTicks { from { background-position: 0 0; } to { background-position: 30px 0; } }

.vp-del__proof { margin-top: 72px; background: var(--wr-black); border-radius: 22px; padding: 28px 34px;
  display: flex; align-items: center; gap: 22px; position: relative; overflow: hidden; }
.vp-del__proof::after { content: ''; position: absolute; right: -8%; top: -60%; width: 38%; height: 220%;
  background: radial-gradient(closest-side, #F0492326, transparent 70%); pointer-events: none; }
.vp-del__proof-stamp { flex-shrink: 0; font-family: var(--drop-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-black); background: var(--wr-grad); padding: 8px 13px; border-radius: 6px; }
.vp-del__proof-text { position: relative; font-size: 14px; line-height: 1.7; color: var(--wr-white-65); }
.vp-del__proof-text strong { font-weight: 700; color: var(--wr-white); }

/* ============================================================================
   S3 · OUTPUT QUALITY — the Look + gear manifest (dark)
   ========================================================================== */
.vp-out { background: var(--wr-black); padding: clamp(80px, 11vh, 130px) var(--wr-pad-x); }
.vp-out__in { max-width: var(--wr-max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(40px, 5vw, 84px); align-items: start; }
.vp-out__body { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.78; color: var(--wr-white-65); margin-top: 26px; }
.vp-out__body p + p { margin-top: 18px; }
.vp-out__body strong { font-weight: 700; color: var(--wr-white); }

.vp-kit { border: 1px solid var(--wr-white-10); border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); }
.vp-kit__hd { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px;
  border-bottom: 1px solid var(--wr-white-08); font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--wr-white-45); }
.vp-kit__list { list-style: none; }
.vp-kit__row { display: flex; gap: 18px; align-items: baseline; padding: 17px 22px; border-top: 1px solid var(--wr-white-08); transition: background 0.25s, padding-left 0.25s; }
.vp-kit__list .vp-kit__row:first-child { border-top: none; }
.vp-kit__idx { font-family: var(--drop-mono); font-size: 12px; color: var(--wr-orange); flex-shrink: 0; }
.vp-kit__meta { display: flex; flex-direction: column; }
.vp-kit__name { font-size: 15px; font-weight: 700; color: var(--wr-white); }
.vp-kit__use { font-size: 12.5px; color: var(--wr-white-45); line-height: 1.5; margin-top: 3px; }
@media (hover: hover) and (pointer: fine) { .vp-kit__row:hover { background: var(--wr-glass-08); padding-left: 28px; } }

/* ============================================================================
   S4 · WHAT WE DELIVER — capability index (light)
   ========================================================================== */
.vp-what { padding: clamp(80px, 11vh, 130px) var(--wr-pad-x); }
.vp-what__hd { margin-bottom: 56px; }
.vp-index__cap { display: flex; align-items: baseline; gap: 12px; font-size: 15px; font-weight: 800;
  color: var(--wr-black); padding-bottom: 16px; border-bottom: 2px solid var(--wr-black); margin-bottom: 4px; }
.vp-deliver { display: grid; grid-template-columns: 1.5fr 0.85fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.vp-deliver__lists { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 48px); }
.vp-deliver__list { list-style: none; }
.vp-deliver__item { display: flex; align-items: baseline; gap: 14px; padding: 12px 4px; border-bottom: 1px solid var(--wr-black-08);
  font-size: 14.5px; color: var(--wr-black); position: relative; transition: padding-left 0.25s var(--wr-ease-out); }
.vp-deliver__n { font-family: var(--drop-mono); font-size: 11px; color: var(--wr-black-40); flex-shrink: 0; width: 22px; transition: color 0.25s; }
.vp-deliver__label { flex: 1; }
.vp-deliver__item > svg { width: 14px; height: 14px; stroke: var(--wr-orange); fill: none; flex-shrink: 0; align-self: center; opacity: 0; transform: translateX(-4px); transition: opacity 0.2s, transform 0.2s; }
@media (hover: hover) and (pointer: fine) {
  .vp-deliver__item { cursor: default; }
  .vp-deliver__item:hover, .vp-deliver__item.is-active { padding-left: 8px; }
  .vp-deliver__item:hover .vp-deliver__n, .vp-deliver__item.is-active .vp-deliver__n { background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .vp-deliver__item:hover > svg, .vp-deliver__item.is-active > svg { opacity: 1; transform: none; }
}
.vp-deliver__preview { position: sticky; top: 96px; }
.vp-deliver__frame { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--wr-black); border: 1px solid var(--wr-black-08); }
.vp-deliver__img { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); transition: opacity 0.35s; }
.vp-deliver__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, #0D0A07F2 100%); }
.vp-deliver__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; z-index: 3; }
.vp-deliver__cap .vp-tc { display: block; margin-bottom: 6px; color: var(--wr-yellow); }
.vp-deliver__capname { font-size: 16px; font-weight: 700; color: var(--wr-white); line-height: 1.25; }
.vp-deliver__hint { margin-top: 14px; font-size: 12px; color: var(--wr-black-40); text-align: center; }

/* ============================================================================
   S5 · IN–NOW–OUT — the signal flow (dark)
   ========================================================================== */
.vp-ino { background: var(--wr-black); padding: clamp(80px, 11vh, 130px) var(--wr-pad-x); }
.vp-ino__top { display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 20px; max-width: 800px; margin: 0 auto 64px; }
.vp-ino__hd { margin: 0; }
.vp-ino__lead { font-size: clamp(15px, 1.3vw, 18px); line-height: 1.7; color: var(--wr-white-65); max-width: 64ch; }
.vp-flow { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 28px; }
.vp-flow__line { position: absolute; top: 27px; left: 9%; right: 9%; height: 2px; background: var(--wr-grad); opacity: 0.5; }
.vp-flow__step { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.vp-flow__node { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--drop-mono); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; color: var(--wr-white);
  background-image: linear-gradient(#120E0A, #120E0A), var(--wr-grad-diag);
  background-origin: border-box; background-clip: padding-box, border-box; border: 2px solid transparent;
  margin-bottom: 24px; position: relative; z-index: 2; }
.vp-flow__role { font-family: var(--drop-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); margin-bottom: 6px; }
.vp-flow__name { font-size: clamp(18px, 1.8vw, 23px); font-weight: 800; letter-spacing: -0.02em; color: var(--wr-white); margin-bottom: 12px; }
.vp-flow__step p { font-size: 14px; line-height: 1.7; color: var(--wr-white-65); }
.vp-spot { display: flex; gap: 22px; align-items: flex-start; margin-top: 32px; padding: 32px 38px;
  border: 1px solid var(--wr-white-10); border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); }
.vp-spot__mark { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; color: var(--wr-black); background: var(--wr-grad-diag); }
.vp-spot__body { flex: 1; }
.vp-spot .vp-tc { display: block; margin-bottom: 8px; }
.vp-spot__title { font-size: clamp(18px, 1.6vw, 22px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin-bottom: 10px; }
.vp-spot p { font-size: 14px; line-height: 1.72; color: var(--wr-white-65); }

/* ============================================================================
   S6 · PRICING (light)
   ========================================================================== */
.vp-price { padding: clamp(80px, 11vh, 130px) var(--wr-pad-x); }
.vp-price__hd { margin-bottom: 56px; }
.vp-price__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.vp-tier { position: relative; background: #fff; border: 1.5px solid var(--wr-black-08); border-radius: var(--wr-radius-card);
  padding: 40px 36px; display: flex; flex-direction: column; overflow: hidden; transition: transform 0.3s var(--wr-ease-out), box-shadow 0.3s; }
.vp-tier__kick { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.vp-tier__name { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-black-40); }
.vp-tier__badge { font-family: var(--drop-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--wr-black); background: var(--wr-grad); padding: 5px 10px; border-radius: 5px; white-space: nowrap; }
.vp-tier__price { font-size: clamp(30px, 3vw, 46px); font-weight: 800; letter-spacing: -0.03em; color: var(--wr-black); line-height: 1; }
.vp-tier__note { font-size: 12px; color: var(--wr-black-40); margin: 8px 0 22px; }
.vp-tier__div { height: 1px; background: var(--wr-black-08); margin-bottom: 20px; }
.vp-tier__list { list-style: none; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.vp-tier__list li { font-size: 13.5px; color: var(--wr-black); line-height: 1.5; display: flex; align-items: flex-start; gap: 11px; }
.vp-tier__list li::before { content: ''; width: 14px; height: 9px; border-left: 2px solid var(--wr-orange); border-bottom: 2px solid var(--wr-orange);
  transform: rotate(-45deg); flex-shrink: 0; margin-top: 3px; }
.vp-tier--feat { border-color: transparent; }
.vp-tier--feat::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: var(--wr-grad-diag);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
@media (hover: hover) and (pointer: fine) { .vp-tier:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -24px rgba(13,10,7,0.22); } }
.vp-price__disc { font-size: 12px; color: var(--wr-black-40); margin-bottom: 32px; line-height: 1.6; }
.vp-price__grid--3 { grid-template-columns: repeat(3, 1fr); }
.vp-tier--alt { background: var(--wr-black); border-color: transparent; }
.vp-tier--alt .vp-tier__name { color: var(--wr-white-45); }
.vp-tier--alt .vp-tier__badge { background: var(--wr-white-10); color: var(--wr-white); }
.vp-tier--alt .vp-tier__price { color: var(--wr-white); }
.vp-tier--alt .vp-tier__note { color: var(--wr-white-45); }
.vp-tier--alt .vp-tier__div { background: var(--wr-white-10); }
.vp-tier--alt .vp-tier__list li { color: var(--wr-white-65); }
.vp-tier--alt .vp-tier__list li::before { border-color: var(--wr-yellow); }
.vp-il--lt { margin-top: 22px; }

/* ============================================================================
   S7 · PROOF — proof wall (dark, asymmetric bento)
   ========================================================================== */
.vp-proof { background: var(--wr-black); padding: clamp(80px, 11vh, 130px) var(--wr-pad-x); }
.vp-proof__hd { margin-bottom: 56px; }
.vp-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 16px; margin-bottom: 40px; }
.vp-pc { position: relative; overflow: hidden; border-radius: 18px; border: 1px solid var(--wr-white-10);
  background: var(--wr-glass-08); padding: 26px 24px; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 192px; transition: border-color 0.3s, transform 0.3s, background 0.3s; }
.vp-pc__tag { font-family: var(--drop-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-orange); display: block; margin-bottom: 10px; }
.vp-pc__name { font-size: 16px; font-weight: 800; color: var(--wr-white); margin-bottom: 8px; line-height: 1.15; }
.vp-pc__detail { font-size: 13px; line-height: 1.6; color: var(--wr-white-45); }
.vp-pc__inner { position: relative; z-index: 2; margin-top: auto; }
.vp-pc--feat { grid-column: span 2; grid-row: span 2; min-height: 360px; }
.vp-pc__plate { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.5; transition: opacity 0.4s, transform 0.4s var(--wr-ease-out); }
.vp-pc__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,10,7,0.35) 0%, rgba(13,10,7,0.82) 70%, var(--wr-black) 100%); }
/* Whole-card link to the client's case. */
.vp-pc__link { position: absolute; inset: 0; z-index: 5; border-radius: inherit; }
@media (hover: hover) and (pointer: fine) { .vp-pc:hover { border-color: var(--wr-orange); transform: translateY(-3px); } }
.vp-pc--feat .vp-pc__name { font-size: clamp(24px, 2.6vw, 40px); letter-spacing: -0.02em; }
.vp-pc--feat .vp-pc__detail { font-size: 14px; max-width: 48ch; }
@media (hover: hover) and (pointer: fine) {
  .vp-pc:hover { border-color: var(--wr-white-16); background: var(--wr-glass-14); transform: translateY(-3px); }
  .vp-pc--feat:hover .vp-pc__plate { opacity: 0.62; transform: scale(1.04); }
}

/* ============================================================================
   S8 · RETAINER PATH — dark statement band on light (light section)
   ========================================================================== */
.vp-ret { background: var(--wr-black); padding: clamp(72px, 11vh, 130px) var(--wr-pad-x); }
.vp-ret__band { position: relative; overflow: hidden; border-radius: 28px; border: 1px solid var(--wr-white-10);
  background: linear-gradient(165deg, #17120C 0%, #0A0705 70%); padding: clamp(48px, 7vw, 92px) clamp(28px, 6vw, 80px);
  display: flex; flex-direction: column; align-items: center; text-align: center; }
.vp-ret__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(70% 90% at 50% 0%, #F0492338, transparent 62%); }
.vp-ret__eyebrow {
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, 'Liberation Mono', monospace;
  font-size: 12px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--wr-white-45);
  margin-bottom: 18px;
}
.vp-ret__eyebrow::before {
  content: ''; display: inline-block; width: 22px; height: 2px;
  border-radius: 2px; background: var(--wr-grad); flex-shrink: 0;
  opacity: .5; animation: wrEyebrowPulse 6s ease-in-out infinite;
}
.vp-ret__title { position: relative; font-size: clamp(36px, 5vw, 64px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; color: var(--wr-white); margin-bottom: 22px; }
.vp-ret__lead { position: relative; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.6; color: var(--wr-white-65); max-width: 60ch; margin-bottom: 34px; }
.vp-ret__lead strong { color: var(--wr-white); font-weight: 700; }
.vp-ret__band .vp-btn { position: relative; }

/* ============================================================================
   S9 · FAQ (dark)
   ========================================================================== */
.vp-faq { background: var(--wr-black); padding: clamp(80px, 11vh, 130px) var(--wr-pad-x); }
.vp-faq__in { max-width: 880px; margin: 0 auto; }
.vp-faq__hd { margin-bottom: 40px; }
.vp-fi { border-top: 1px solid var(--wr-white-08); }
.vp-fi:last-of-type { border-bottom: 1px solid var(--wr-white-08); }
.vp-fi summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none;
  font-size: clamp(15px, 1.4vw, 18px); font-weight: 700; color: var(--wr-white); line-height: 1.4; letter-spacing: -0.01em; }
.vp-fi summary::-webkit-details-marker { display: none; }
.vp-fi__ico { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--wr-white-16);
  display: flex; align-items: center; justify-content: center; transition: border-color 0.22s, background 0.22s; }
.vp-fi__ico svg { stroke: var(--wr-white-45); transition: transform 0.3s, stroke 0.22s; }
.vp-fi[open] .vp-fi__ico { background: var(--wr-grad-diag); border-color: transparent; }
.vp-fi[open] .vp-fi__ico svg { transform: rotate(45deg); stroke: var(--wr-black); }
.vp-fi__a { font-size: 14px; line-height: 1.75; color: var(--wr-white-65); padding-bottom: 24px; padding-right: 48px; }
.vp-faq__cta { margin-top: 48px; text-align: center; }

/* ============================================================================
   RESPONSIVE CASCADE — ultrawide → wide → laptop → tablet → mobile → compact.
   The container width scales on the body (.vp-page) so every section that reads
   var(--wr-max-width) tracks it; type ceilings open up in step so the page never
   strands at 1280px in a sea of margin on big displays.
   ========================================================================== */

/* ---- Ultrawide: widen the measure + lift type ceilings (hero/section type is
   vw-clamped, so the max must grow or it caps small inside a wide container). -- */
@media (min-width: 1700px) {
  .vp-page { --wr-max-width: 1480px; }
  .vp-hero__h1   { font-size: clamp(40px, 4.6vw, 74px); max-width: 19ch; }
  .vp-hero__sub  { font-size: clamp(15px, 1.2vw, 21px); }
  .vp-h2         { font-size: clamp(28px, 3vw, 56px); }
  .vp-clock__big { font-size: clamp(46px, 5vw, 94px); }
  .vp-ret__title { font-size: clamp(36px, 4.4vw, 74px); }
}
@media (min-width: 2200px) {
  .vp-page { --wr-max-width: 1680px; }
  .vp-hero__in { max-width: 1040px; }
  .vp-hero__h1   { font-size: clamp(40px, 4.2vw, 86px); }
  .vp-h2         { font-size: clamp(28px, 2.8vw, 64px); }
  .vp-clock__big { font-size: clamp(46px, 4.6vw, 108px); }
  .vp-ret__title { font-size: clamp(36px, 4vw, 86px); }
}

/* ---- Laptop / small desktop: two-column workspaces start to crowd before the
   full tablet collapse — ease the deliver index gutters. ---- */
@media (max-width: 1180px) {
  .vp-deliver { grid-template-columns: 1.35fr 0.82fr; gap: clamp(28px, 4vw, 48px); }
  .vp-out__in { gap: clamp(32px, 4vw, 64px); }
}

/* ---- Tablet landscape & below: collapse the side-by-side workspaces. ---- */
@media (max-width: 1024px) {
  .vp-out__in { grid-template-columns: 1fr; gap: 48px; }
  .vp-deliver { grid-template-columns: 1fr; }
  .vp-deliver__preview { display: none; }
  .vp-ino__top { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  /* Stacked view: a vertical timeline spine runs down the LEFT, a dot sits on the
     spine per station, and a horizontal connector reaches out to each milestone. */
  .vp-clock__track { display: none; }
  .vp-clock__stations { grid-template-columns: 1fr; gap: 0; position: relative; }
  /* Main spine — a seamless yellow↔orange gradient that flows slowly down the line. */
  .vp-clock__stations::before { content: ''; position: absolute; left: 7px; top: 10px; bottom: 10px;
    width: 2px; border-radius: 2px;
    background: repeating-linear-gradient(180deg, #FFD800 0, #F04923 120px, #FFD800 240px);
    background-size: 100% 240px;
    animation: vpSpineFlow 7s linear infinite; }
  /* Subtle cross-ticks along the spine (like the desktop track), drifting slowly. */
  .vp-clock__stations::after { content: ''; position: absolute; left: 3px; top: 10px; bottom: 10px;
    width: 10px; pointer-events: none;
    background: repeating-linear-gradient(180deg, rgba(13,10,7,0.15) 0 1px, transparent 1px 26px);
    animation: vpTicksDrift 9s linear infinite; }
  .vp-clock__st { align-items: flex-start; text-align: left; padding: 0 0 clamp(38px, 6vh, 54px) 50px; }
  .vp-clock__st:last-child { padding-bottom: 0; }
  .vp-clock__node { position: absolute; left: -2px; top: 2px; margin: 0; }
  /* horizontal tick from the spine dot out to the milestone (overrides the vertical drop) */
  .vp-clock__node::after { top: 50%; left: 100%; bottom: auto; transform: translateY(-50%);
    width: 28px; height: 2px; background: var(--wr-grad); }
  .vp-clock__tc { margin-bottom: 8px; }
  .vp-clock__big { font-size: clamp(40px, 12vw, 64px); }
  .vp-clock__desc { max-width: none; }
  .vp-flow { grid-template-columns: 1fr; gap: 0; }
  .vp-flow__line { display: none; }
  .vp-flow__step { padding: 0 0 30px 0; }
  .vp-flow__step:last-child { padding-bottom: 0; }
  .vp-flow__node { margin-bottom: 18px; }
  .vp-price__grid--3 { grid-template-columns: 1fr; }
  .vp-proof__grid { grid-template-columns: 1fr 1fr; }
  .vp-pc--feat { grid-column: span 2; grid-row: span 1; min-height: 240px; }
}

/* ---- Tablet portrait: keep the deliver index two-up a little longer reads
   better than one tall column, but tighten the section rhythm. ---- */
@media (max-width: 900px) {
  .vp-del__hd, .vp-out__in, .vp-what__hd, .vp-price__hd, .vp-proof__hd { margin-bottom: 44px; }
}

/* ---- Phone landscape / small tablet ---- */
@media (max-width: 768px) {
  .vp-hero { --vp-hero-padtop: calc(var(--wr-nav-height) + 56px); }
  .vp-hero__pill { height: 180px; border-radius: 90px; }
  .vp-reel { height: 280vh; }
  .vp-reel__screen {
    width: calc(86vw + var(--p, 0) * (100vw - 86vw));
    height: calc(48vw + var(--p, 0) * (100vh - 48vw));
    height: calc(48vw + var(--p, 0) * (100svh - 48vw));
  }
  .vp-deliver__lists { grid-template-columns: 1fr; }
  .vp-spot { flex-direction: column; gap: 16px; }
  .vp-proof__grid { grid-template-columns: 1fr; }
  .vp-pc--feat { grid-column: span 1; min-height: 300px; }
  .vp-del__proof { flex-direction: column; align-items: flex-start; gap: 16px; }
  .vp-out__lead { max-width: 60ch; }
  .vp-kit__row { padding: 15px 18px; }
  .vp-spot { padding: 26px 24px; }
  .vp-tier { padding: 34px 28px; }
}

/* ---- Mobile ---- */
@media (max-width: 540px) {
  .vp-hero__h1 { font-size: clamp(30px, 8.5vw, 46px); }
  .vp-hero__pill { height: 144px; border-radius: 72px; }
  /* Full-width stacked tap targets on a phone — never two cramped pills in a row. */
  .vp-hero__ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 360px; }
  .vp-hero__ctas .vp-btn { width: 100%; justify-content: center; }
  .vp-faq__cta .vp-btn, .vp-price__in > .reveal > .vp-btn { width: 100%; max-width: 420px; justify-content: center; }
  .vp-clock__big { font-size: clamp(40px, 15vw, 60px); }
  .vp-del { border-radius: 28px 28px 0 0; }
  .vp-del__proof { padding: 24px 22px; }
  .vp-ret__band { padding: 40px 24px; }
  .vp-fi__a { padding-right: 16px; }
  .vp-fi summary { gap: 16px; }
}

/* ---- Compact phones (≤380px): keep big gradient numerals from forcing a
   horizontal scroll and tighten the densest rows. ---- */
@media (max-width: 380px) {
  .vp-clock__big { font-size: clamp(38px, 16vw, 52px); }
  .vp-tier__price { font-size: clamp(28px, 9vw, 38px); }
  .vp-flow__node { width: 48px; height: 48px; }
  .vp-deliver__item { font-size: 13.5px; gap: 10px; }
  .vp-kit__row { gap: 14px; }
}

/* ---- Coarse pointers: guarantee comfortable tap-target heights. ---- */
@media (pointer: coarse) {
  .vp-btn { height: 54px; }
  .vp-fi summary { padding: 22px 0; }
}

/* ============================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .vp-btn, .vp-tier, .vp-kit__row, .vp-deliver__item, .vp-pc, .vp-pc__plate, .vp-deliver__img { transition: none; }
  .vp-hero__pill-row { animation: none !important; }
  .vp-clock__stations::before, .vp-clock__stations::after,
  .vp-clock__track, .vp-clock__track::before { animation: none !important; }
  .vp-reel { height: auto; }
  .vp-reel__sticky { position: relative; height: auto; padding: clamp(60px, 10vh, 110px) var(--wr-pad-x); }
  .vp-reel__screen { width: min(100%, 960px); height: auto; aspect-ratio: 16 / 9; --p: 0; }
  .vp-camera-ui { display: none; }
  .vp-gallery { display: none; }
  .vp-del { margin-top: 0; }
  .vp-foot-reveal #site-footer-mount { position: static; }
  .vp-foot-reveal { padding-bottom: 0; }
  .vp-page main { z-index: auto; }
}

/* END-CHUNK-3 */
