/* ============================================================
   JewelsUp — Landing page styles
   Composes with the design-system tokens (loaded before this).
   ============================================================ */

html { scroll-behavior: smooth; }

.lp { --secpad: 96px; --headgap: 56px; background: var(--surface-page); overflow-x: clip; }
.lp.density-compact  { --secpad: 68px; --headgap: 40px; }
.lp.density-spacious { --secpad: 128px; --headgap: 72px; }

.wrap { max-width: var(--container-max); margin: 0 auto; padding: 0 36px; }
.sec { padding: var(--secpad) 0; scroll-margin-top: 72px; }
/* NOTE (2026-07-20): do NOT use content-visibility:auto here — it wedges
   this preview host's capture/eval pipeline on this page (bisected,
   reproducible 2/2 unarmed). Off-screen animation cost is bounded
   instead by finite iteration counts on every storytelling loop. */

/* ---- Section headers ---- */
.sec-head { max-width: 780px; margin-bottom: var(--headgap); }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .ju-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.gold-rule { display: inline-block; width: 28px; height: 1.5px; background: var(--gold-500); }
.lp.gold-subtle .ju-eyebrow { color: var(--text-muted); }
.lp.gold-subtle .gold-rule { background: var(--neutral-400); }
.lp.gold-rich .gold-rule { width: 44px; }

.display-xl { font-size: clamp(38px, 4.6vw, 60px); line-height: 1.06; letter-spacing: var(--ls-tighter); font-weight: var(--fw-heavy); }
.display-lg { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; letter-spacing: var(--ls-tighter); font-weight: var(--fw-bold); }
.display-md { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.15; letter-spacing: var(--ls-tight); font-weight: var(--fw-bold); }
.lede { font-family: var(--font-body); font-size: 17px; line-height: var(--lh-relaxed); color: var(--text-muted); margin-top: 18px; text-wrap: pretty; }
.hl-accent { color: inherit; }
.lp.gold-rich .theme-dark .hl-accent { color: var(--gold-400); }
.lp.gold-rich .hl-accent { color: var(--gold-700); }

/* ---- Reveal-on-scroll removed: scroll must cause zero DOM mutations ---- */

/* ============================================================ NAV */
/* NOTE (2026-07-20): no backdrop-filter on fixed/sticky chrome — re-blurring
   the animating page beneath it on every scrolled frame saturated the
   renderer once motion armed (bisected: armed full-page scroll died with
   blur, passed 7/7 without). Near-opaque ink reads the same on this page. */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(11,11,13,0.97); border-bottom: 1px solid var(--ink-800); }
.nav-in { height: 64px; display: flex; align-items: center; gap: 32px; }
.nav-logo img { height: 40px; display: block; }
.nav-links { display: flex; gap: 4px; margin: 0 auto; }
.nav-links a { font-family: var(--font-ui); font-size: 13px; font-weight: var(--fw-medium); color: var(--neutral-300); padding: 8px 12px; border-radius: var(--radius-md); transition: color var(--dur-fast) var(--ease-standard), background var(--dur-fast) var(--ease-standard); }
.nav-links a:hover { color: var(--neutral-0); background: var(--ink-800); text-decoration: none; }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-signin { font-family: var(--font-ui); font-size: 13px; font-weight: var(--fw-medium); color: var(--neutral-300); padding: 8px 12px; }
.nav-signin:hover { color: var(--neutral-0); text-decoration: none; }
.nav-burger { display: none; }
.nav-mobile { display: none; }

/* ============================================================ HERO */
.hero { position: relative; overflow: clip; }
.hero.theme-dark { background: var(--ink-950); }
.hero-glow { position: absolute; inset: 0; pointer-events: none; opacity: 0.55;
  background: radial-gradient(820px 480px at 78% 18%, rgba(200,164,81,0.14), transparent 64%),
              radial-gradient(640px 420px at 8% 92%, rgba(200,164,81,0.07), transparent 60%); }
.lp.gold-subtle .hero-glow { opacity: 0.18; }
.lp.gold-rich .hero-glow { opacity: 1; }
.hero:not(.theme-dark) .hero-glow { opacity: 0.35; }
.hero-in { position: relative; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 72px; align-items: center; padding: 84px 0 92px; }
.hero-copy .ju-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.hero-copy h1 { text-wrap: balance; }
.hero-copy .lede { max-width: 54ch; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.hero-more { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); }
.hero-assure { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px 16px; }
.hero-assure span { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-medium); color: var(--text-muted); }
.hero-assure .ic { color: var(--gold-500); }
.hero-services { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border-subtle); font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-medium); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--text-subtle); }
.hero-services .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-500); }

/* Hero visual */
.hv { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.hv > div:not(.hv-join) { display: flex; flex-direction: column; }
.hv > div:not(.hv-join) .hv-panel { flex: 1; display: flex; flex-direction: column; }
.hv-col-label { font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--text-subtle); display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.hv-panel { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 18px; box-shadow: var(--shadow-lg); }
.hv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
/* Hero showcase — one large rotating slot + caption.
   Auto-crossfade is pure CSS (m-hvslide), gated behind html.motion-live
   and disabled in .manual mode (user picked a dot). */
.hv-show { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.hv-show-stage { position: relative; flex: 1; min-height: 240px; border-radius: var(--radius-md); overflow: hidden; background: var(--surface-sunken); border: 1px solid var(--border-subtle); }
.hv-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 700ms var(--ease-standard); }
.hv-slide.on { opacity: 1; visibility: visible; }
.hv-show-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hv-show-caps { position: relative; min-width: 0; flex: 1; height: 20px; overflow: hidden; }
.hv-show-cap { position: absolute; inset: 0; display: flex; align-items: baseline; gap: 8px; opacity: 0; visibility: hidden; transition: opacity 400ms var(--ease-standard); }
.hv-show-cap.on { opacity: 1; visibility: visible; }
.hv-show-cap b { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); white-space: nowrap; }
.hv-show-cap em { font-style: normal; font-family: var(--font-ui); font-size: var(--text-2xs); color: var(--text-subtle); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.hv-show-dots { display: flex; gap: 6px; flex: none; }
.hv-show-dots button { width: 7px; height: 7px; border-radius: 50%; border: none; padding: 0; background: var(--neutral-300); cursor: pointer; transition: background var(--dur-fast) var(--ease-standard), transform var(--dur-fast) var(--ease-standard); position: relative; }
/* static gold twin — only opacity animates */
.hv-show-dots button::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--gold-500); opacity: 0; pointer-events: none; }
.theme-dark .hv-show-dots button { background: var(--ink-600); }
.hv-show-dots button.on { background: var(--gold-500); transform: scale(1.25); }

/* auto-rotation: 5 slides × 5s = 25s loop. Slides push in from the
   right and exit left; visibility keyframed so only the visible slide
   takes pointer events (drag & drop). Captions crossfade in sync. */
@media (prefers-reduced-motion: no-preference) {
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-slide { animation: m-hvslide 25s linear infinite; opacity: 1; visibility: hidden; transition: none; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-cap { animation: m-hvcap 25s linear infinite; opacity: 0; visibility: hidden; transition: none; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) :is(.hv-slide.s2, .hv-show-cap.s2) { animation-delay: 5s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) :is(.hv-slide.s3, .hv-show-cap.s3) { animation-delay: 10s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) :is(.hv-slide.s4, .hv-show-cap.s4) { animation-delay: 15s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) :is(.hv-slide.s5, .hv-show-cap.s5) { animation-delay: 20s; }
}
@keyframes m-hvslide {
  0%    { visibility: visible; transform: translateX(100%); }
  2.4%  { transform: translateX(0); }
  20%   { visibility: visible; transform: translateX(0); }
  22.4% { visibility: hidden; transform: translateX(-100%); }
  100%  { visibility: hidden; transform: translateX(-100%); }
}
@keyframes m-hvcap {
  0%    { opacity: 0; visibility: visible; }
  2.4%  { opacity: 1; }
  20%   { opacity: 1; visibility: visible; }
  22.4% { opacity: 0; visibility: hidden; }
  100%  { opacity: 0; visibility: hidden; }
}
/* dots highlight in sync with the auto-rotation (transform + overlay opacity) */
@media (prefers-reduced-motion: no-preference) {
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button { animation: m-hvdott 25s linear infinite; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button::after { animation: m-hvdoto 25s linear infinite; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d2, html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d2::after { animation-delay: 5s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d3, html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d3::after { animation-delay: 10s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d4, html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d4::after { animation-delay: 15s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d5, html.motion-live .lp:not(.no-scrollfx) .hv-show:not(.manual) .hv-show-dots button.d5::after { animation-delay: 20s; }
}
@keyframes m-hvdott {
  0%    { transform: scale(1.25); }
  20%   { transform: scale(1.25); }
  22.4% { transform: scale(1); }
  100%  { transform: scale(1); }
}
@keyframes m-hvdoto {
  0%    { opacity: 1; }
  20%   { opacity: 1; }
  22.4% { opacity: 0; }
  100%  { opacity: 0; }
}
.hv-card { background: var(--surface-sunken); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 8px; }
.hv-card .slot-frame { height: 74px; border-radius: var(--radius-sm); overflow: hidden; }
.hv-card figcaption { font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-medium); color: var(--text-muted); margin-top: 7px; display: flex; justify-content: space-between; gap: 6px; }
.hv-card figcaption em { font-style: normal; color: var(--text-subtle); }
.hv-steps { display: flex; flex-direction: column; }
.hv-step { display: flex; align-items: center; gap: 12px; padding: 9px 4px; }
.hv-step + .hv-step { border-top: 1px dashed var(--border-subtle); }
.hv-step-ic { width: 30px; height: 30px; border-radius: var(--radius-md); display: grid; place-items: center; background: var(--surface-brand-subtle); color: var(--gold-700); flex: none; position: relative; }
/* static gold "hot" overlay — ONLY its opacity is animated (compositor-only) */
.hv-step-hot { position: absolute; inset: 0; border-radius: inherit; background: var(--gold-500); color: #000000; display: grid; place-items: center; opacity: 0; box-shadow: 0 0 0 4px rgba(200,164,81,0.18); pointer-events: none; }

/* "Fully custom" steps — sequential highlight loop. STABILITY: every
   infinite loop on this page animates ONLY transform/opacity (paint
   properties like background/box-shadow/border sit on static overlay
   twins whose opacity is keyframed) — continuous repaint previously
   wedged the renderer. 5 steps × 2s = 10s cycle. */
@media (prefers-reduced-motion: no-preference) {
  html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step { animation: m-step 10s linear infinite; }
  html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step .hv-step-hot { animation: m-stepo 10s linear infinite; }
  html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(2), html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(2) .hv-step-hot { animation-delay: 2s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(3), html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(3) .hv-step-hot { animation-delay: 4s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(4), html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(4) .hv-step-hot { animation-delay: 6s; }
  html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(5), html.motion-live .lp:not(.no-scrollfx) .hv-steps.hv-live .hv-step:nth-child(5) .hv-step-hot { animation-delay: 8s; }
}
@keyframes m-step {
  0%, 2%   { transform: translateX(0); }
  5%, 20%  { transform: translateX(4px); }
  23%, 100% { transform: translateX(0); }
}
@keyframes m-stepo {
  0%, 2%   { opacity: 0; }
  5%, 20%  { opacity: 1; }
  23%, 100% { opacity: 0; }
}
.theme-dark .hv-step-ic { color: var(--gold-400); }
.hv-step-hot, .hv-step-hot .ic, .theme-dark .hv-step-ic .hv-step-hot { color: #000000; }
.hv-step-hot svg { stroke: #000000; }
.hv-step b { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); display: block; line-height: 1.2; }
.hv-step span { font-family: var(--font-ui); font-size: var(--text-2xs); color: var(--text-subtle); }
.hv-join { grid-column: 1 / -1; position: relative; margin-top: 4px; }
.hv-join::before, .hv-join::after { content: ""; position: absolute; bottom: 100%; width: 1px; height: 22px; background: linear-gradient(to bottom, transparent, var(--gold-500)); }
.hv-join::before { left: 25%; } .hv-join::after { right: 25%; }
.hv-platform { display: flex; align-items: center; gap: 14px; background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: var(--radius-lg); padding: 14px 18px; box-shadow: var(--shadow-xl); }
.hero:not(.theme-dark) .hv-platform { background: var(--ink-950); }
.hv-platform img { height: 30px; }
.hv-platform p { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--neutral-400); line-height: 1.45; }
.hv-platform p b { color: var(--neutral-0); font-weight: var(--fw-semibold); display: block; font-size: var(--text-sm); }
.hv-badge { margin-left: auto; flex: none; }

/* ============================================================ TRUST BAR */
.trustbar { border-bottom: 1px solid var(--border-subtle); background: var(--surface-card); }
.tm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 28px 0; }
.tm-item { display: flex; flex-direction: column; gap: 4px; text-align: center; border-left: 1px solid var(--border-subtle); }
.tm-item:first-child { border-left: none; }
.tm-num { font-family: var(--font-ui); font-size: var(--text-h3); font-weight: var(--fw-bold); letter-spacing: var(--ls-tight); color: var(--ink-950); font-variant-numeric: tabular-nums; }
.tm-num::after { content: ""; display: block; width: 28px; height: 2px; background: var(--gold-500); margin: 6px auto 2px; }
.tm-label { font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--text-muted); }
@media (max-width: 1080px) { .tm-grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; } .tm-item:nth-child(3) { border-left: none; } }
@media (max-width: 640px) { .tm-grid { grid-template-columns: 1fr; } .tm-item { border-left: none; } }

/* ============================================================ PROBLEM */
.problem-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.problem-grid .sec-head { margin-bottom: 0; }
.pa { background: var(--ink-950); border-radius: var(--radius-xl); padding: 26px 28px; box-shadow: var(--shadow-xl); overflow: hidden; container-type: inline-size; }
.pa-label { font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--gold-400); margin-bottom: 20px; }
.pa-body { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; }
.pa-chips { display: flex; flex-direction: column; gap: 8px; }
.pa-chip { display: flex; align-items: center; gap: 8px; background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: var(--radius-md); padding: 8px 12px; font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-medium); color: var(--neutral-300); white-space: nowrap; --pa-ic: var(--neutral-500); }
@property --pa-ic { syntax: "<color>"; inherits: true; initial-value: #000000; }
.pa-chip .ic { color: var(--pa-ic); }
.pa-chip.c1 { --pa-tx: 170px; --pa-ty: 105px; } .pa-chip.c2 { --pa-tx: 170px; --pa-ty: 63px; } .pa-chip.c3 { --pa-tx: 170px; --pa-ty: 21px; }
.pa-chip.c4 { --pa-tx: 170px; --pa-ty: -21px; } .pa-chip.c5 { --pa-tx: 170px; --pa-ty: -63px; } .pa-chip.c6 { --pa-tx: 170px; --pa-ty: -105px; }
.pa-node { display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: var(--radius-lg); padding: 22px 20px; position: relative; z-index: 1; }
/* static glow twin — only opacity animates */
.pa-node::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; border: 1px solid var(--gold-500); box-shadow: 0 0 0 3px rgba(200,164,81,0.35), 0 0 64px rgba(200,164,81,0.3); opacity: 0; pointer-events: none; }
.pa-node img { height: 44px; margin-bottom: 4px; }
.pa-node b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-bold); color: var(--neutral-0); letter-spacing: var(--ls-tight); }
.pa-node span { font-family: var(--font-ui); font-size: var(--text-2xs); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--gold-400); }
.pa-out { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--ink-800); }
.pa-out span { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-medium); color: var(--neutral-300); }
.pa-out .ic { color: var(--gold-400); }

/* Loop: chips absorb one-by-one into the node (4-39%), node glows and
   outputs appear (44-80%), everything resets together (88%). */
@media (prefers-reduced-motion: no-preference) {
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-chip { animation-duration: 14s; animation-timing-function: var(--ease-standard); animation-iteration-count: 2; animation-fill-mode: both; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-chip.c1 { animation-name: m-pac1; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-chip.c2 { animation-name: m-pac2; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-chip.c3 { animation-name: m-pac3; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-chip.c4 { animation-name: m-pac4; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-chip.c5 { animation-name: m-pac5; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-chip.c6 { animation-name: m-pac6; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-node { animation: m-pan 14s var(--ease-standard) 2; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-node::after { animation: m-pano 14s var(--ease-standard) 2; }
  html.motion-live .lp:not(.no-scrollfx) .pa-live .pa-out { animation: m-pao 14s var(--ease-standard) 2; }
}
@keyframes m-pac1 { 0%, 1% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } 2.5%, 4% { opacity: 1; transform: scale(1.05); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 9% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 82% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 88%, 100% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } }
@keyframes m-pac2 { 0%, 7% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } 8.5%, 10% { opacity: 1; transform: scale(1.05); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 15% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 82% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 88%, 100% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } }
@keyframes m-pac3 { 0%, 13% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } 14.5%, 16% { opacity: 1; transform: scale(1.05); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 21% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 82% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 88%, 100% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } }
@keyframes m-pac4 { 0%, 19% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } 20.5%, 22% { opacity: 1; transform: scale(1.05); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 27% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 82% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 88%, 100% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } }
@keyframes m-pac5 { 0%, 25% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } 26.5%, 28% { opacity: 1; transform: scale(1.05); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 33% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 82% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 88%, 100% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } }
@keyframes m-pac6 { 0%, 31% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } 32.5%, 34% { opacity: 1; transform: scale(1.05); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 39% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 82% { opacity: 0; transform: translate(var(--pa-tx), var(--pa-ty)) scale(0.4); background: var(--gold-400); border-color: var(--gold-400); color: #000; --pa-ic: #000; } 88%, 100% { opacity: 1; transform: none; background: var(--ink-900); border-color: var(--ink-700); color: var(--neutral-300); --pa-ic: var(--neutral-500); } }
@keyframes m-pan { 0%, 40% { transform: none; } 46%, 76% { transform: translateX(calc(50% - 50cqw)) scale(1.4); } 84%, 100% { transform: none; } }
@keyframes m-pano { 0%, 40% { opacity: 0; } 46%, 76% { opacity: 1; } 84%, 100% { opacity: 0; } }
@keyframes m-pao { 0%, 42% { opacity: 0; transform: translateY(6px); } 47%, 80% { opacity: 1; transform: none; } 85%, 100% { opacity: 0; transform: translateY(6px); } }

.problem-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; }
.pf-suppliers { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.pf-chip { display: flex; align-items: center; gap: 10px; background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 10px 14px; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-muted); box-shadow: var(--shadow-xs); }
.pf-chip .ic { color: var(--neutral-400); display: grid; place-items: center; }
.pf-node { position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px; background: var(--ink-950); border-radius: var(--radius-xl); padding: 34px 36px; box-shadow: var(--shadow-xl); text-align: center; }
.pf-node img { height: 52px; }
.pf-node b { font-family: var(--font-ui); color: var(--neutral-0); font-size: var(--text-h4); font-weight: var(--fw-bold); letter-spacing: var(--ls-tight); }
.pf-node span { font-family: var(--font-ui); font-size: var(--text-2xs); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--gold-400); }
.pf-arrows { display: flex; flex-direction: column; gap: 6px; color: var(--neutral-400); }
.pf-out { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pf-out-chip { display: flex; align-items: center; gap: 8px; background: var(--surface-brand-subtle); border: 1px solid var(--gold-200); border-radius: var(--radius-md); padding: 10px 12px; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); }
.pf-out-chip .ic { color: var(--gold-700); display: grid; place-items: center; }
.lp.gold-subtle .pf-out-chip { background: var(--surface-card); border-color: var(--border-default); }
.pf-connector { display: grid; place-items: center; color: var(--neutral-400); }

/* ============================================================ TWO WAYS */
.two-ways { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.tw-card { display: flex; flex-direction: column; background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: 36px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.tw-card::before { content: ""; position: absolute; top: 0; left: 36px; right: 36px; height: 2px; background: linear-gradient(to right, var(--gold-500), rgba(200,164,81,0)); }
.lp.gold-subtle .tw-card::before { background: var(--border-default); }
.tw-ic { width: 44px; height: 44px; border-radius: var(--radius-lg); background: var(--surface-brand-subtle); color: var(--gold-700); display: grid; place-items: center; margin-bottom: 20px; }
.tw-card h3 { font-size: var(--text-h2); }
.tw-card .tw-sub { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-muted); margin-top: 10px; }
.tw-list { list-style: none; margin: 24px 0 28px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.tw-list li { display: flex; align-items: center; gap: 9px; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-body); }
.tw-list .ic { color: var(--gold-600); flex: none; display: grid; place-items: center; }
.tw-card .tw-cta { margin-top: auto; }

/* ============================================================ THREE WAYS */
.three-ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.thw-card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: 30px; box-shadow: var(--shadow-sm); transition: transform var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard); }
.thw-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.thw-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 44px; }
.thw-num { font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wider); color: var(--text-brand); }
.lp.gold-subtle .thw-num { color: var(--text-subtle); }
.thw-ic { width: 40px; height: 40px; border-radius: var(--radius-md); background: var(--surface-sunken); color: var(--text-strong); display: grid; place-items: center; }
.thw-card h3 { font-size: var(--text-h3); margin-bottom: 10px; }
.thw-card p { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-muted); }

/* ============================================================ CATALOGUE */
.cat-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.cat-chip { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-muted); background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 7px 16px; cursor: pointer; transition: all var(--dur-fast) var(--ease-standard); }
.cat-chip:hover { border-color: var(--gold-500); color: var(--text-strong); }
.cat-chip.on { background: var(--ink-950); border-color: var(--ink-950); color: var(--neutral-0); }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.prod-card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard); display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.prod-img { height: 260px; background: var(--surface-sunken); position: relative; }
.prod-flags { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; z-index: 2; pointer-events: none; }
.prod-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; }
.prod-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.prod-title-row b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); }
.prod-title-row span { font-family: var(--font-mono); font-size: var(--text-2xs); color: var(--text-subtle); letter-spacing: var(--ls-wide); }
.prod-specs { display: flex; flex-wrap: wrap; gap: 5px 12px; font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); }
.prod-specs i { font-style: normal; color: var(--neutral-300); }
.prod-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border-subtle); padding-top: 10px; margin-top: 4px; font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-subtle); }
.cat-cta { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 44px; text-align: center; }
.cat-cta .display-md { max-width: 640px; text-wrap: balance; }

/* ============================================================ BULK (dark) */
.bulk { background: var(--ink-950); position: relative; overflow: clip; }
.bulk .bulk-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(900px 500px at 85% 0%, rgba(200,164,81,0.10), transparent 62%); opacity: .8; }
.lp.gold-subtle .bulk .bulk-glow { opacity: .25; }
.lp.gold-rich .bulk .bulk-glow { opacity: 1.4; }
.bulk-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.bulk-card { background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: var(--radius-xl); padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.bulk-card .ic { width: 40px; height: 40px; border-radius: var(--radius-md); background: rgba(200,164,81,0.12); color: var(--gold-400); display: grid; place-items: center; }
.bulk-card h3 { color: var(--neutral-0); font-size: var(--text-h3); }
.bulk-card p { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--neutral-400); }
.bulk-strip { position: relative; margin: 40px 0 36px; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--ink-700); height: 240px; }
.bulk-benefits { position: relative; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.bulk-benefit { font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-medium); letter-spacing: var(--ls-wide); color: var(--neutral-300); border: 1px solid var(--ink-600); border-radius: var(--radius-pill); padding: 7px 14px; }

/* ============================================================ DIAMONDS (dark) */
.dia { background: var(--ink-950); position: relative; overflow: clip; }
.dia-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(820px 480px at 82% 10%, rgba(200,164,81,0.12), transparent 62%); }
.lp.gold-subtle .dia-glow { opacity: .3; }
.dia-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.dia-grid .sec-head { margin-bottom: 32px; }
.dia-stats { display: flex; gap: 36px; margin-bottom: 36px; flex-wrap: wrap; }
.dia-stat b { display: block; font-family: var(--font-ui); font-size: var(--text-h2); font-weight: var(--fw-heavy); letter-spacing: var(--ls-tight); color: var(--gold-400); }
.dia-stat span { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--neutral-400); }
.dia-panel { background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: var(--radius-xl); box-shadow: var(--shadow-xl); overflow: hidden; }
.dia-panel-head { display: flex; align-items: center; gap: 10px; padding: 16px 20px; border-bottom: 1px solid var(--ink-700); color: var(--neutral-300); font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); flex-wrap: wrap; }
.dia-chips { margin-left: auto; display: flex; gap: 6px; flex-wrap: wrap; }
.dia-row { display: flex; align-items: center; gap: 14px; padding: 14px 20px; border-bottom: 1px solid var(--ink-800); }
.dia-row-ic { width: 34px; height: 34px; border-radius: var(--radius-md); background: rgba(200,164,81,0.12); color: var(--gold-400); display: grid; place-items: center; flex: none; }
.dia-row b { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--neutral-0); min-width: 64px; }
.dia-row-specs { font-family: var(--font-ui); font-size: var(--text-sm); color: var(--neutral-400); flex: 1; }
.dia-panel-foot { padding: 12px 20px; font-family: var(--font-ui); font-size: var(--text-2xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--neutral-500); }

/* ============================================================ CUSTOM FLOW */
.diamond-band { display: flex; align-items: center; gap: 18px; background: var(--surface-card); border: 1px solid var(--border-subtle); border-left: none; border-right: none; border-radius: 0; padding: 22px 0; margin-bottom: 48px; border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); padding: 22px 26px; box-shadow: var(--shadow-xs); scroll-margin-top: 84px; }
.diamond-band .ic { width: 44px; height: 44px; flex: none; border-radius: 50%; background: var(--surface-brand-subtle); color: var(--gold-700); display: grid; place-items: center; }
.diamond-band b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); display: block; }
.diamond-band p { font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-muted); margin-top: 2px; }
.diamond-chips { margin-left: auto; display: flex; flex-wrap: nowrap; gap: 6px; justify-content: flex-end; flex: none; }
.flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; position: relative; }
.flow::before { content: ""; position: absolute; top: 19px; left: 40px; right: 40px; height: 1px; background: var(--border-default); }
.flow-step { position: relative; display: flex; flex-direction: column; gap: 12px; }
.flow-dot { width: 38px; height: 38px; border-radius: 50%; background: var(--surface-card); border: 1.5px solid var(--gold-500); color: var(--gold-700); font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-bold); display: grid; place-items: center; position: relative; z-index: 1; }
/* static filled twin (ink circle + gold number) — only opacity animates */
.flow-dot::after { content: attr(data-n); position: absolute; inset: -1.5px; border-radius: 50%; background: var(--ink-950); color: var(--gold-400); display: grid; place-items: center; opacity: 0; }
/* gold segment from this dot to the next */
.flow-seg { position: absolute; top: 18.5px; left: 42px; right: -18px; height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: left center; pointer-events: none; }

/* Sequential fill loop: dot1 → seg1 → dot2 → … → dot6, hold, reset.
   9.6s cycle. Dots fill via ::after opacity, segments via transform —
   both compositor-only. */
@media (prefers-reduced-motion: no-preference) {
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(1) .flow-dot::after { animation: m-fdo0 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(1) .flow-seg { animation: m-fs1 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(2) .flow-dot::after { animation: m-fdo2 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(2) .flow-seg { animation: m-fs3 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(3) .flow-dot::after { animation: m-fdo4 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(3) .flow-seg { animation: m-fs5 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(4) .flow-dot::after { animation: m-fdo6 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(4) .flow-seg { animation: m-fs7 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(5) .flow-dot::after { animation: m-fdo8 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(5) .flow-seg { animation: m-fs9 9.6s linear 2; }
  html.motion-live .lp:not(.no-scrollfx) .flow.flow-live .flow-step:nth-child(6) .flow-dot::after { animation: m-fdo10 9.6s linear 2; }
}
@keyframes m-fdo0  { 0%, 2%  { opacity: 0; } 6%, 94%  { opacity: 1; } 100% { opacity: 0; } }
@keyframes m-fdo2  { 0%, 14% { opacity: 0; } 18%, 94% { opacity: 1; } 100% { opacity: 0; } }
@keyframes m-fdo4  { 0%, 26% { opacity: 0; } 30%, 94% { opacity: 1; } 100% { opacity: 0; } }
@keyframes m-fdo6  { 0%, 38% { opacity: 0; } 42%, 94% { opacity: 1; } 100% { opacity: 0; } }
@keyframes m-fdo8  { 0%, 50% { opacity: 0; } 54%, 94% { opacity: 1; } 100% { opacity: 0; } }
@keyframes m-fdo10 { 0%, 62% { opacity: 0; } 66%, 94% { opacity: 1; } 100% { opacity: 0; } }
@keyframes m-fs1  { 0%, 8%  { transform: scaleX(0); } 12%, 94% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes m-fs3  { 0%, 20% { transform: scaleX(0); } 24%, 94% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes m-fs5  { 0%, 32% { transform: scaleX(0); } 36%, 94% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes m-fs7  { 0%, 44% { transform: scaleX(0); } 48%, 94% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes m-fs9  { 0%, 56% { transform: scaleX(0); } 60%, 94% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
.lp.gold-subtle .flow-dot { border-color: var(--border-strong); color: var(--text-muted); }
.flow-step b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); line-height: 1.3; }
.flow-step p { font-family: var(--font-body); font-size: var(--text-sm); line-height: var(--lh-normal); color: var(--text-muted); }
.flow-cta { margin-top: 44px; }

/* ============================================================ REPEAT */
.repeat { background: var(--surface-brand-subtle); border-top: 1px solid var(--gold-100); border-bottom: 1px solid var(--gold-100); }
.lp.gold-subtle .repeat { background: var(--surface-sunken); border-color: var(--border-subtle); }
.chain { display: flex; align-items: stretch; gap: 0; margin: 8px 0 36px; }
.chain-node { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; position: relative; padding: 0 6px; }
.chain-ic { width: 52px; height: 52px; border-radius: 50%; background: var(--surface-card); border: 1px solid var(--gold-300); color: var(--gold-700); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.lp.gold-subtle .chain-ic { border-color: var(--border-default); color: var(--text-muted); }
.chain-node b { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); line-height: 1.3; }
.chain-arrow { align-self: flex-start; margin-top: 15px; color: var(--gold-600); flex: none; }
.lp.gold-subtle .chain-arrow { color: var(--neutral-400); }
.repeat-foot { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: start; }
.repeat-claim { font-size: var(--text-h3); font-weight: var(--fw-bold); color: var(--text-strong); letter-spacing: var(--ls-tight); max-width: 340px; text-wrap: balance; }
.repeat-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, auto); gap: 10px 28px; }
.repeat-list li { display: flex; align-items: center; gap: 8px; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-body); }
.repeat-list .ic { color: var(--gold-600); display: grid; place-items: center; }

/* ============================================================ PLATFORM */
.orders-panel { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.orders-head { display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-bottom: 1px solid var(--border-subtle); }
.orders-head b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); }
.orders-filters { margin-left: auto; display: flex; gap: 6px; }
.orders-table { width: 100%; border-collapse: collapse; }
.orders-table th { font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--text-subtle); text-align: left; padding: 12px 16px; background: var(--surface-sunken); border-bottom: 1px solid var(--border-subtle); white-space: nowrap; }
.orders-table td { padding: 14px 16px; border-bottom: 1px solid var(--border-subtle); font-family: var(--font-ui); font-size: var(--text-sm); color: var(--text-body); vertical-align: middle; white-space: nowrap; }
.orders-table tr:last-child td { border-bottom: none; }
.ord-prod { display: flex; align-items: center; gap: 12px; }
.ord-thumb { width: 38px; height: 38px; border-radius: var(--radius-md); background: var(--surface-sunken); border: 1px solid var(--border-subtle); display: grid; place-items: center; color: var(--gold-600); flex: none; }
.ord-prod b { font-weight: var(--fw-semibold); color: var(--text-strong); display: block; line-height: 1.25; }
.ord-prod span { font-size: var(--text-2xs); color: var(--text-subtle); font-family: var(--font-mono); letter-spacing: var(--ls-wide); }
.stage-track { display: flex; align-items: center; gap: 4px; }
.stage-seg { width: 26px; height: 4px; border-radius: 2px; background: var(--neutral-200); }
.stage-seg.done { background: var(--gold-500); }
.stage-seg.now { background: var(--gold-300); }
.stage-label { font-size: var(--text-2xs); color: var(--text-subtle); margin-top: 5px; font-family: var(--font-ui); }
.platform-note { text-align: center; font-family: var(--font-body); font-size: var(--text-md); color: var(--text-muted); margin-top: 28px; }

/* ============================================================ QUALITY */
.quality-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.qc-note { display: flex; gap: 12px; background: var(--surface-sunken); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 16px 18px; margin-top: 28px; font-family: var(--font-body); font-size: var(--text-sm); line-height: var(--lh-normal); color: var(--text-muted); }
.qc-note .ic { color: var(--gold-700); flex: none; margin-top: 1px; }
.qc-card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.qc-card-head { display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-bottom: 1px solid var(--border-subtle); background: var(--surface-sunken); }
.qc-card-head .ic { color: var(--gold-700); }
.qc-card-head b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); display: block; }
.qc-card-head span { font-family: var(--font-mono); font-size: var(--text-2xs); color: var(--text-subtle); letter-spacing: var(--ls-wide); }
.qc-list { list-style: none; margin: 0; padding: 10px 24px; columns: 2; column-gap: 36px; }
.qc-list li { display: flex; align-items: center; gap: 10px; padding: 9px 0; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-body); break-inside: avoid; }
.qc-check { width: 18px; height: 18px; border-radius: var(--radius-xs); background: var(--gold-500); color: var(--ink-950); display: grid; place-items: center; flex: none; }
.qc-card-foot { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; border-top: 1px solid var(--border-subtle); font-family: var(--font-ui); font-size: var(--text-2xs); color: var(--text-subtle); letter-spacing: var(--ls-wide); text-transform: uppercase; }

/* ============================================================ PROTECTION */
.protect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 36px; }
.protect-card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 24px; display: flex; flex-direction: column; gap: 14px; box-shadow: var(--shadow-xs); }
.protect-card .ic { color: var(--gold-700); }
.protect-card b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); line-height: 1.35; }
.protect-note { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-muted); max-width: 760px; }

/* ============================================================ COMPARISON */
.compare-scroll { overflow-x: auto; border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); background: var(--surface-card); box-shadow: var(--shadow-sm); }
.compare { width: 100%; border-collapse: collapse; min-width: 760px; }
.compare th, .compare td { padding: 12px 18px; border-bottom: 1px solid var(--border-subtle); font-family: var(--font-ui); }
.compare thead th { font-size: var(--text-xs); font-weight: var(--fw-semibold); color: var(--text-muted); text-align: center; padding: 16px 18px; background: var(--surface-sunken); white-space: nowrap; }
.compare thead th:first-child { text-align: left; }
.compare tbody th { font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-body); text-align: left; white-space: nowrap; }
.compare td { text-align: center; }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: none; }
.compare .col-ju { background: var(--surface-brand-subtle); }
.lp.gold-subtle .compare .col-ju { background: var(--surface-sunken); }
.compare thead th.col-ju { background: var(--ink-950); color: var(--neutral-0); }
.compare thead th.col-ju img { height: 30px; vertical-align: middle; }
.cmp-yes { color: var(--gold-700); } .cmp-no { color: var(--neutral-300); }
.compare .cmp-yes, .compare .cmp-no { display: inline-grid; place-items: center; }

/* ============================================================ OUTCOMES */
.outcomes { background: var(--surface-sunken); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.outcome-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 32px; }
.outcome-list li { display: flex; align-items: center; gap: 12px; font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-medium); color: var(--text-body); background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 14px 18px; }
.outcome-list .ic { color: var(--gold-600); flex: none; display: grid; place-items: center; }

/* ============================================================ TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.testi-card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px; }
.testi-q { width: 36px; height: 36px; border-radius: var(--radius-md); background: var(--surface-brand-subtle); color: var(--gold-700); display: grid; place-items: center; }
.testi-card b { font-family: var(--font-ui); font-size: var(--text-h4); font-weight: var(--fw-bold); color: var(--text-strong); letter-spacing: var(--ls-tight); }
.testi-card p { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-muted); }
.testi-who { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border-subtle); }
.testi-av { width: 32px; height: 32px; border-radius: 50%; background: var(--surface-sunken); border: 1px solid var(--border-subtle); color: var(--gold-700); display: grid; place-items: center; flex: none; }
.testi-who i { display: block; font-style: normal; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); line-height: 1.25; }
.testi-who em { font-style: normal; font-family: var(--font-ui); font-size: var(--text-2xs); color: var(--text-subtle); }

/* ============================================================ TRUST */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-slot { border: 1.5px dashed var(--border-default); border-radius: var(--radius-lg); padding: 24px; display: flex; flex-direction: column; gap: 12px; min-height: 150px; background: transparent; }
.trust-slot .ic { color: var(--text-subtle); }
.trust-slot b { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-muted); line-height: 1.4; }
.trust-slot span { font-family: var(--font-ui); font-size: var(--text-2xs); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--text-subtle); margin-top: auto; }

/* ============================================================ FINAL CTA */
.final { background: var(--ink-950); position: relative; overflow: clip; }
.final-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(760px 420px at 50% 0%, rgba(200,164,81,0.13), transparent 65%); }
.lp.gold-subtle .final-glow { opacity: .3; }
.final-emblem { position: absolute; right: -60px; bottom: -80px; height: 420px; opacity: 0.07; pointer-events: none; }
.final-in { position: relative; text-align: center; max-width: 820px; margin: 0 auto; }
.final-in h2 { text-wrap: balance; }
.final-in .lede { max-width: 56ch; margin-left: auto; margin-right: auto; }
.final-ctas { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; margin-top: 36px; }
.final-note { margin-top: 40px; font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-widest); text-transform: uppercase; color: var(--neutral-500); }

.prod-vid { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--ink-950); transition: transform var(--dur-slow) var(--ease-standard); }
.prod-card:hover .prod-vid { transform: scale(1.03); }

/* ============================================================ CONTACT */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.contact-grid .sec-head { margin-bottom: 24px; }
.contact-side { display: flex; flex-direction: column; gap: 12px; }
.contact-side-item { display: flex; align-items: center; gap: 10px; font-family: var(--font-ui); font-size: var(--text-sm); color: var(--text-muted); }
.contact-side-item .ic { color: var(--gold-600); flex: none; }
.contact-form { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-field { display: flex; flex-direction: column; gap: 6px; }
.cf-label { font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-semibold); color: var(--text-strong); }
.cf-req { color: var(--gold-600); }
.cf-textarea { font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-body); background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-md); padding: 10px 12px; resize: vertical; min-height: 110px; }
.cf-textarea:focus { outline: none; border-color: var(--gold-500); box-shadow: var(--focus-ring); }
.cf-textarea::placeholder { color: var(--text-subtle); }
.cf-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.cf-note { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); }
.contact-done { background: var(--surface-brand-subtle); border: 1px solid var(--gold-300); border-radius: var(--radius-lg); padding: 48px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.contact-done .ic { color: var(--gold-600); }
.contact-done h3 { font-family: var(--font-ui); font-size: var(--text-lg); font-weight: var(--fw-bold); color: var(--ink-950); margin: 0; }
.contact-done p { font-size: var(--text-sm); color: var(--text-muted); margin: 0; }
@media (max-width: 1080px) { .contact-grid { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 640px) { .cf-row { grid-template-columns: 1fr; } .contact-form { padding: 20px; } }

/* ============================================================ ABOUT */
.about { background: var(--surface-sunken); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.about-grid .sec-head { margin-bottom: 0; }
.about-pillars { display: flex; flex-direction: column; gap: 14px; }
.about-pillar { display: flex; gap: 14px; background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 18px 20px; box-shadow: var(--shadow-xs); }
.about-pillar .ic { width: 38px; height: 38px; border-radius: var(--radius-md); background: var(--surface-brand-subtle); color: var(--gold-700); display: grid; place-items: center; flex: none; }
.about-pillar b { font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); display: block; margin-bottom: 3px; }
.about-pillar p { font-family: var(--font-body); font-size: var(--text-sm); line-height: var(--lh-normal); color: var(--text-muted); }

/* ============================================================ CONVERSION LAYER */
#how-it-works .thw-top { margin-bottom: 18px; }
.hiw-viz { background: var(--ink-950); border: 1px solid var(--ink-800); border-radius: var(--radius-md); padding: 14px; margin-bottom: 22px; display: flex; flex-direction: column; gap: 9px; min-height: 212px; font-family: var(--font-ui); }
.hv1-head { display: flex; gap: 10px; align-items: center; }
.hv1-av { width: 32px; height: 32px; border-radius: 50%; background: rgba(200,164,81,0.14); color: var(--gold-400); display: grid; place-items: center; flex: none; }
.hv1-head b { display: block; font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--neutral-0); line-height: 1.2; }
.hv1-head span { font-size: var(--text-2xs); color: var(--neutral-500); }
.hv1-row { display: flex; align-items: center; gap: 8px; background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: var(--radius-sm); padding: 7px 10px; font-size: var(--text-xs); font-weight: var(--fw-medium); color: var(--neutral-300); }
.hv1-row .ic { color: var(--gold-400); }
.hv1-ok { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; background: var(--gold-500); color: var(--ink-950); border-radius: var(--radius-pill); padding: 5px 12px; font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wide); text-transform: uppercase; }
.hv1-ok .ic { color: inherit; }
.hv2 { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: stretch; }
.hv2-tile { background: var(--ink-900); border: 1px solid var(--ink-700); border-radius: var(--radius-sm); padding: 10px; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.hv2-lab { font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--neutral-500); }
.hv2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.hv2-cell { height: 26px; border-radius: var(--radius-xs); background: var(--ink-950); border: 1px solid var(--ink-700); display: grid; place-items: center; color: var(--gold-400); }
.hv2-or { align-self: center; font-size: var(--text-2xs); font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--neutral-500); }
.hv2-flow { display: flex; align-items: center; gap: 4px; color: var(--neutral-600); }
.hv2-step { width: 26px; height: 26px; border-radius: var(--radius-xs); background: rgba(200,164,81,0.14); color: var(--gold-400); display: grid; place-items: center; }
.hv2-note { font-size: var(--text-2xs); color: var(--neutral-500); margin-top: auto; }
.hv3-row { display: flex; gap: 10px; align-items: center; }
.hv3-thumb { width: 30px; height: 30px; border-radius: var(--radius-sm); background: var(--ink-900); border: 1px solid var(--ink-700); color: var(--gold-400); display: grid; place-items: center; flex: none; }
.hv3-row b { display: block; font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--neutral-0); line-height: 1.2; }
.hv3-row span { display: inline-flex; align-items: center; gap: 5px; font-size: var(--text-2xs); color: var(--neutral-500); }
.hv3-row span .ic { color: var(--gold-400); }
.hv3-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; }
.hv3-bars { display: flex; align-items: flex-end; gap: 5px; height: 32px; }
.hv3-bars i { width: 12px; border-radius: 2px 2px 0 0; background: var(--gold-300); }
.hv3-bars i:last-child { background: var(--gold-500); }
.hv3-re { display: inline-flex; align-items: center; gap: 6px; background: var(--ink-900); border: 1px solid var(--ink-600); color: var(--neutral-0); border-radius: var(--radius-pill); padding: 6px 12px; font-size: var(--text-2xs); font-weight: var(--fw-semibold); }
.hv3-re .ic { color: var(--gold-400); }
/* Vignette animation: ONE-SHOT staggered entrance when motion arms —
   finite animations (no infinite loops here) so the compositor load is
   bounded; static end-state in captures/reduced-motion. */
@media (prefers-reduced-motion: no-preference) {
  html.motion-live .lp:not(.no-scrollfx) :is(.hv1-row, .hv1-ok, .hv2-cell, .hv2-step, .hv2-note, .hv3-row, .hv3-re) { animation: m-vz 0.55s var(--ease-emphasized) both; }
  html.motion-live .lp:not(.no-scrollfx) .hv1-row:nth-of-type(1) { animation-delay: 0.4s; }
  html.motion-live .lp:not(.no-scrollfx) .hv1-row:nth-of-type(2) { animation-delay: 0.9s; }
  html.motion-live .lp:not(.no-scrollfx) .hv1-ok { animation-delay: 1.4s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-cell:nth-child(1) { animation-delay: 0.3s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-cell:nth-child(2) { animation-delay: 0.55s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-cell:nth-child(3) { animation-delay: 0.8s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-cell:nth-child(4) { animation-delay: 1.05s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-step:nth-of-type(1) { animation-delay: 1.4s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-step:nth-of-type(2) { animation-delay: 1.75s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-step:nth-of-type(3) { animation-delay: 2.1s; }
  html.motion-live .lp:not(.no-scrollfx) .hv2-note { animation-delay: 2.4s; }
  html.motion-live .lp:not(.no-scrollfx) .hv3-row { animation-delay: 0.3s; }
  html.motion-live .lp:not(.no-scrollfx) .hv3-re { animation-delay: 1.8s; }
  html.motion-live .lp:not(.no-scrollfx) .hv3-bars i { animation: m-vzbar 0.55s var(--ease-emphasized) both; transform-origin: bottom; }
  html.motion-live .lp:not(.no-scrollfx) .hv3-bars i:nth-child(1) { animation-delay: 0.8s; }
  html.motion-live .lp:not(.no-scrollfx) .hv3-bars i:nth-child(2) { animation-delay: 1.0s; }
  html.motion-live .lp:not(.no-scrollfx) .hv3-bars i:nth-child(3) { animation-delay: 1.2s; }
  html.motion-live .lp:not(.no-scrollfx) .hv3-bars i:nth-child(4) { animation-delay: 1.4s; }
}
@keyframes m-vz { from { opacity: 0; transform: translateY(5px) scale(0.92); } to { opacity: 1; transform: none; } }
@keyframes m-vzbar { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.hiw-cta { display: flex; justify-content: center; gap: 12px; margin-top: 44px; flex-wrap: wrap; }
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq details { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); box-shadow: var(--shadow-xs); }
.faq summary { display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; padding: 16px 20px; font-family: var(--font-ui); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); }
.faq summary::-webkit-details-marker { display: none; }
.faq .faq-ch { margin-left: auto; color: var(--text-subtle); transition: transform var(--dur-base) var(--ease-standard); flex: none; }
.faq details[open] .faq-ch { transform: rotate(180deg); }
.faq .faq-a { padding: 0 20px 18px; font-family: var(--font-body); font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-muted); max-width: 68ch; }
.cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; gap: 10px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(11,11,13,0.97); border-top: 1px solid var(--ink-800); }

/* ============================================================ FOOTER */
.footer { background: var(--ink-950); border-top: 1px solid var(--ink-800); padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand img { height: 44px; }
.footer-brand p { font-family: var(--font-ui); font-size: var(--text-2xs); letter-spacing: var(--ls-widest); text-transform: uppercase; color: var(--gold-500); margin-top: 14px; }
.footer h4 { font-family: var(--font-ui); font-size: var(--text-2xs); font-weight: var(--fw-semibold); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--neutral-500); margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-family: var(--font-ui); font-size: var(--text-sm); color: var(--neutral-300); }
.footer ul a:hover { color: var(--neutral-0); text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--ink-800); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; }
.footer-bottom p { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--neutral-500); }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom nav a { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--neutral-400); }

/* ============================================================ RESPONSIVE */
@media (max-width: 1160px) {
  .nav-links, .nav-signin { display: none; }
  .nav-cta { margin-left: auto; }
  .nav-burger { display: grid; place-items: center; width: 40px; height: 40px; background: none; border: 1px solid var(--ink-700); border-radius: var(--radius-md); color: var(--neutral-200); cursor: pointer; }
  .nav-mobile { display: flex; flex-direction: column; padding: 8px 0 16px; border-top: 1px solid var(--ink-800); }
  .nav-mobile a { font-family: var(--font-ui); font-size: var(--text-md); color: var(--neutral-200); padding: 12px 8px; border-radius: var(--radius-md); }
  .nav-mobile a:hover { background: var(--ink-800); text-decoration: none; }
}
@media (max-width: 1100px) {
  .three-ways { grid-template-columns: 1fr; }
  .hiw-viz { min-height: 0; }
}
@media (max-width: 1080px) {
  .hero-in { grid-template-columns: 1fr; gap: 56px; padding: 64px 0 72px; }
  .hv { max-width: 640px; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .protect-grid, .trust-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .flow { grid-template-columns: repeat(3, 1fr); gap: 28px 14px; }
  .flow::before { display: none; }
  .flow-seg { display: none; }
  .quality-grid { grid-template-columns: 1fr; gap: 40px; }
  .dia-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .problem-grid { grid-template-columns: 1fr; gap: 44px; }
  .problem-grid .pa { max-width: 560px; }
  .repeat-foot { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 900px) {
  .cta-bar { display: flex; }
  .cta-bar .ju-btn { flex: 1; }
  .lp { padding-bottom: 64px; }
  .two-ways { grid-template-columns: 1fr; }
  .three-ways { grid-template-columns: 1fr; }
  .problem-flow { grid-template-columns: 1fr; }
  .pf-suppliers { flex-direction: row; flex-wrap: wrap; }
  .pf-connector { transform: rotate(90deg); padding: 4px 0; }
  .bulk-grid { grid-template-columns: 1fr; }
  .outcome-list { grid-template-columns: 1fr 1fr; }
  .repeat-list { grid-template-columns: 1fr 1fr; }
  .chain { flex-direction: column; gap: 14px; }
  .chain-node { flex-direction: row; text-align: left; gap: 16px; }
  .chain-arrow { transform: rotate(90deg); align-self: flex-start; margin: 0 0 0 14px; }
  .qc-list { columns: 1; }
  .diamond-band { flex-wrap: wrap; }
  .diamond-chips { margin-left: 0; justify-content: flex-start; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .lp { --secpad: 64px; --headgap: 36px; }
  .hv { grid-template-columns: 1fr; }
  .hv-join::before { left: 50%; } .hv-join::after { display: none; }
  .cat-grid { grid-template-columns: 1fr; }
  .cat-grid-scroll { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 8px; margin: 0 -20px; padding-left: 20px; padding-right: 20px; }
  .cat-grid-scroll .prod-card { min-width: 78vw; scroll-snap-align: start; }
  .flow { grid-template-columns: 1fr; }
  .protect-grid, .trust-grid { grid-template-columns: 1fr; }
  .outcome-list { grid-template-columns: 1fr; }
  .repeat-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-ctas .ju-btn { flex: 1 1 auto; }
  .orders-hint { display: block; }
}
