/* =========================================================
   VONK SPORT — premium athletic affiliate storefront
   Aesthetic: dark forge / ignition. "Vonk" = spark.
   Type: Oswald (display, condensed) · Manrope (body) · Space Mono (labels)
   ========================================================= */

:root {
  /* Surfaces */
  --bg:        #0a0a0b;
  --bg-2:      #101012;
  --surface:   #151517;
  --surface-2: #1c1c20;
  --line:      #26262b;
  --line-soft: #1d1d21;

  /* Text */
  --text:      #f6f5f3;
  --muted:     #a3a3ad;
  --faint:     #6c6c76;

  /* Ignition accent (the spark) */
  --ember:     #ff5e1a;
  --ember-2:   #ff9a1a;
  --ember-deep:#d83c00;
  --ember-glow: rgba(255, 94, 26, .55);
  --grad-ember: linear-gradient(120deg, #ff7a18 0%, #ff5e1a 45%, #ff9a1a 100%);

  --steel:     #8ea0b5;

  /* Geometry */
  --radius:    14px;
  --radius-lg: 22px;
  --maxw:      1240px;
  --ease:      cubic-bezier(.22,.61,.36,1);

  --shadow:    0 30px 70px -30px rgba(0,0,0,.85);
  --shadow-ember: 0 24px 60px -22px var(--ember-glow);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; }

/* film grain + ember atmosphere */
body::before {
  content: "";
  position: fixed; inset: 0;
  z-index: 0; pointer-events: none;
  background:
    radial-gradient(1200px 600px at 85% -5%, rgba(255,94,26,.10), transparent 60%),
    radial-gradient(900px 700px at -10% 20%, rgba(142,160,181,.06), transparent 55%);
}
body::after {
  content: "";
  position: fixed; inset: 0;
  z-index: 1; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- typography helpers ---------- */
.display {
  font-family: "Oswald", "Oswald Fallback", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: -.01em;
}
.eyebrow {
  font-family: "Space Mono", monospace;
  font-size: .72rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--ember-2);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--grad-ember);
}
.eyebrow.center { justify-content: center; }
.ember-text {
  background: var(--grad-ember);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.outline-text {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(246,245,243,.35);
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; position: relative; z-index: 2; }
section { position: relative; z-index: 2; }
.section-pad { padding: clamp(70px, 9vw, 140px) 0; }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 {
  font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: .95; margin: 18px 0 14px;
}
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- editorial / SEO pages ---------- */
.page-hero { padding-top: 142px; padding-bottom: 64px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--faint); font-family: "Space Mono", monospace; font-size: .72rem; margin-bottom: 28px; }
.breadcrumbs a:hover { color: var(--ember-2); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.page-hero h1 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .92; margin: 18px 0 22px; }
.page-hero .lead { color: var(--muted); font-size: 1.12rem; max-width: 680px; }
.page-hero-media { aspect-ratio: 4/3; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: var(--faint); font-family: "Space Mono", monospace; font-size: .72rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; align-items: start; }
.article-content { min-width: 0; }
.article-content > * + * { margin-top: 22px; }
.article-content h2 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1; margin-top: 64px; }
.article-content h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.35rem; line-height: 1.1; margin-top: 38px; }
.article-content p, .article-content li { color: var(--muted); }
.article-content ul, .article-content ol { display: grid; gap: 10px; padding-left: 1.25rem; }
.article-content ul { list-style: disc; }
.article-content ol { list-style: decimal; }
.article-content strong { color: var(--text); }
.toc { position: sticky; top: 96px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.toc h2 { font-family: "Space Mono", monospace; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); margin-bottom: 16px; }
.toc a { display: block; color: var(--muted); font-size: .88rem; padding: 8px 0; border-bottom: 1px solid var(--line-soft); }
.toc a:last-child { border-bottom: 0; }
.toc a:hover { color: var(--ember-2); }
.criteria-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.criteria-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--surface), var(--bg-2)); padding: 24px; }
.criteria-card .n { font-family: "Space Mono", monospace; color: var(--ember-2); font-size: .72rem; letter-spacing: .12em; }
.criteria-card h3 { margin: 10px 0 8px; font-size: 1.18rem; }
.criteria-card p { font-size: .92rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); margin-top: 28px; }
.compare-table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--surface); }
.compare-table th, .compare-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table th { font-family: "Space Mono", monospace; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ember-2); background: var(--bg-2); }
.compare-table td { color: var(--muted); font-size: .9rem; }
.compare-table tr:last-child td { border-bottom: 0; }
.callout { padding: 26px; border: 1px solid rgba(255,94,26,.3); border-radius: var(--radius); background: rgba(255,94,26,.07); }
.callout h2, .callout h3 { margin-top: 0; }
.checklist { list-style: none !important; padding-left: 0 !important; }
.checklist li { position: relative; padding-left: 30px; }
.checklist li::before { content: "\2713"; position: absolute; left: 0; color: var(--ember-2); font-weight: 800; }
.faq-list { display: grid; gap: 12px; margin-top: 28px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 22px 24px; }
.faq-item h3 { margin: 0 0 8px; font-size: 1.1rem; }
.faq-item p { font-size: .94rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { min-height: 210px; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; background: linear-gradient(180deg, var(--surface), var(--bg-2)); display: flex; flex-direction: column; }
.related-card .k { font-family: "Space Mono", monospace; color: var(--ember-2); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.related-card h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.45rem; line-height: 1.05; margin: 12px 0; }
.related-card p { color: var(--muted); font-size: .9rem; flex: 1; }
.related-card .arrow { color: var(--ember-2); margin-top: 18px; font-weight: 700; }
.editorial-note { padding: 18px 22px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--faint); font-size: .82rem; }

/* ---------- buttons ---------- */
.btn {
  --pad: 15px 26px;
  display: inline-flex; align-items: center; gap: .6em;
  padding: var(--pad);
  border-radius: 999px;
  font-weight: 700; font-size: .95rem;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .35s var(--ease), background .25s;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: var(--grad-ember);
  color: #1a0c02;
  box-shadow: var(--shadow-ember);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 30px 70px -20px var(--ember-glow); }
.btn-ghost {
  background: rgba(255,255,255,.03);
  border-color: var(--line);
  color: var(--text);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { border-color: var(--ember); transform: translateY(-3px); color: #fff; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background .35s var(--ease), border-color .35s, padding .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10,10,11,.82);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.nav.scrolled .nav-inner { height: 66px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 1.3rem; }
.brand .spark {
  width: 34px; height: 34px; display: grid; place-items: center; position: relative;
}
.brand .spark svg { width: 100%; height: 100%; filter: drop-shadow(0 0 8px var(--ember-glow)); }
.brand b { color: var(--ember-2); font-weight: 700; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a, .nav-menu > button { font-size: .9rem; color: var(--muted); font-weight: 600; transition: color .2s; position: relative; }
.nav-links a::after, .nav-menu > button::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--grad-ember); transition: width .25s var(--ease); }
.nav-links a:hover, .nav-menu:hover > button, .nav-menu > button:focus-visible { color: var(--text); }
.nav-links a:hover::after, .nav-menu:hover > button::after, .nav-menu > button:focus-visible::after { width: 100%; }
.nav-menu { position: relative; padding: 22px 0; }
.nav-menu > button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; font-family: inherit; }
.nav-menu > button svg { width: 14px; height: 14px; transition: transform .2s var(--ease); }
.nav-menu:hover > button svg, .nav-menu > button:focus-visible svg { transform: rotate(180deg); }
.nav-menu-panel {
  position: absolute; left: 50%; top: 64px; width: min(760px, calc(100vw - 52px));
  transform: translateX(-50%) translateY(8px);
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;
  padding: 16px; border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(15,15,17,.98); box-shadow: var(--shadow); opacity: 0; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.nav-menu:hover .nav-menu-panel, .nav-menu:focus-within .nav-menu-panel { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-menu-panel a { display: grid; gap: 3px; padding: 14px; border: 1px solid transparent; border-radius: 10px; background: rgba(255,255,255,.02); }
.nav-menu-panel a::after { display: none; }
.nav-menu-panel a:hover { border-color: rgba(255,94,26,.35); background: rgba(255,94,26,.07); }
.nav-menu-panel strong { color: var(--text); font-size: .92rem; }
.nav-menu-panel span { color: var(--faint); font-size: .78rem; line-height: 1.35; }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--text); }

/* ---------- hero ---------- */
.hero { padding-top: 150px; padding-bottom: 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Space Mono", monospace; font-size: .74rem; letter-spacing: .12em;
  padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--muted); background: rgba(255,255,255,.02); margin-bottom: 28px;
}
.hero-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 10px var(--ember); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.hero h1 {
  font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: clamp(3.2rem, 8vw, 6.6rem); line-height: .88; letter-spacing: -.015em;
}
.hero h1 span { display: block; }
.hero p.lead { color: var(--muted); font-size: 1.12rem; max-width: 480px; margin: 26px 0 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 38px; margin-top: 50px; padding-top: 32px; border-top: 1px solid var(--line-soft); }
.hero-stats .num { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 2.4rem; line-height: 1; }
.hero-stats .lbl { font-size: .8rem; color: var(--faint); text-transform: uppercase; letter-spacing: .14em; margin-top: 8px; font-family: "Space Mono", monospace; }

/* hero visual */
.hero-visual { position: relative; }
.hero-frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  aspect-ratio: 4/5;
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.2s var(--ease); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,10,11,.7) 100%); }
.hero-visual:hover .hero-frame img { transform: scale(1.1); }
.hero-badge {
  position: absolute; left: -22px; bottom: 40px; z-index: 3;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 20px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px;
  backdrop-filter: blur(10px);
}
.hero-badge .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--grad-ember); display: grid; place-items: center; color: #1a0c02; }
.hero-badge .ico svg { width: 22px; height: 22px; }
.hero-badge .t { font-family: "Oswald", sans-serif; font-size: 1.15rem; text-transform: uppercase; }
.hero-badge .s { font-size: .76rem; color: var(--muted); }
.hero-float {
  position: absolute; right: -16px; top: 34px; z-index: 3;
  background: rgba(20,20,22,.85); border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 18px; backdrop-filter: blur(10px); display: flex; align-items: center; gap: 10px;
  font-family: "Space Mono", monospace; font-size: .8rem;
}
.stars { color: var(--ember-2); letter-spacing: 2px; }

/* ---------- marquee trust bar ---------- */
.marquee { border-block: 1px solid var(--line-soft); background: var(--bg-2); overflow: hidden; padding: 22px 0; }
.marquee-track { display: flex; gap: 60px; width: max-content; animation: scroll-x 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; gap: 14px; font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.25rem; color: var(--muted); white-space: nowrap; letter-spacing: .02em; }
.marquee-item svg { width: 20px; height: 20px; color: var(--ember); }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- benefits ---------- */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit {
  padding: 32px; border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  position: relative; overflow: hidden; transition: transform .3s var(--ease), border-color .3s;
}
.benefit::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: var(--grad-ember); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.benefit:hover { transform: translateY(-6px); border-color: #38383f; }
.benefit:hover::before { transform: scaleX(1); }
.benefit .ico { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,94,26,.1); border: 1px solid rgba(255,94,26,.25); color: var(--ember-2); margin-bottom: 22px; }
.benefit .ico svg { width: 26px; height: 26px; }
.benefit h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.25rem; margin-bottom: 10px; letter-spacing: .01em; }
.benefit p { color: var(--muted); font-size: .96rem; }

/* ---------- products ---------- */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product {
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  background: var(--surface); display: flex; flex-direction: column;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.product:hover { transform: translateY(-8px); border-color: #3a3a42; box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-2); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.product:hover .product-media img { transform: scale(1.08); }
.product-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: "Space Mono", monospace; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; background: rgba(10,10,11,.7); border: 1px solid var(--line); backdrop-filter: blur(6px);
}
.product-tag.hot { background: var(--grad-ember); color: #1a0c02; border-color: transparent; font-weight: 700; }
.product-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product-cat { font-family: "Space Mono", monospace; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); }
.product h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.4rem; line-height: 1.05; }
.product .desc { color: var(--muted); font-size: .92rem; flex: 1; }
.product-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.product .price { font-family: "Oswald", sans-serif; font-size: 1.7rem; color: var(--text); }
.product .price small { font-size: .8rem; color: var(--faint); font-family: "Space Mono", monospace; display: block; font-weight: 400; }
.product .rating { font-size: .82rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.product-foot { padding: 0 24px 24px; }

/* ---------- categories (bento) ---------- */
.cat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px;
}
.cat {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line);
  display: flex; align-items: flex-end; padding: 24px; isolation: isolate;
}
.cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s var(--ease); }
.cat::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,10,11,.15) 0%, rgba(10,10,11,.85) 100%); transition: background .3s; }
.cat:hover img { transform: scale(1.07); }
.cat:hover::after { background: linear-gradient(180deg, rgba(255,94,26,.12) 0%, rgba(10,10,11,.88) 100%); }
.cat-lg { grid-column: span 2; grid-row: span 2; }
.cat-tall { grid-row: span 2; }
.cat .label { position: relative; z-index: 2; }
.cat .label .k { font-family: "Space Mono", monospace; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ember-2); }
.cat .label h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.5rem; margin-top: 4px; }
.cat .label .arrow { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); margin-top: 8px; transition: gap .25s, color .25s; }
.cat:hover .label .arrow { gap: 14px; color: var(--text); }

/* ---------- split / why ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 1/1; box-shadow: var(--shadow); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-list { display: grid; gap: 22px; margin-top: 34px; }
.feature-item { display: flex; gap: 18px; }
.feature-item .n { font-family: "Oswald", sans-serif; font-size: 1.3rem; color: var(--ember-2); border: 1px solid rgba(255,94,26,.3); border-radius: 10px; min-width: 46px; height: 46px; display: grid; place-items: center; background: rgba(255,94,26,.08); }
.feature-item h4 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.15rem; margin-bottom: 4px; }
.feature-item p { color: var(--muted); font-size: .95rem; }

/* ---------- testimonials ---------- */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tst {
  padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--surface), var(--bg-2)); position: relative;
}
.tst .q { font-size: 3.5rem; font-family: "Oswald", sans-serif; color: rgba(255,94,26,.25); line-height: .6; height: 30px; }
.tst p { color: var(--text); font-size: 1rem; margin: 14px 0 22px; }
.tst .who { display: flex; align-items: center; gap: 14px; }
.tst .av { width: 46px; height: 46px; border-radius: 50%; background: var(--grad-ember); display: grid; place-items: center; font-family: "Oswald", sans-serif; color: #1a0c02; font-size: 1.1rem; }
.tst .who .nm { font-weight: 700; font-size: .95rem; }
.tst .who .rl { font-size: .8rem; color: var(--faint); font-family: "Space Mono", monospace; }
.tst .stars { margin-bottom: 6px; font-size: .9rem; }

/* rating banner */
.rating-banner {
  display: flex; align-items: center; justify-content: center; gap: 50px; flex-wrap: wrap;
  margin-top: 40px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(120deg, rgba(255,94,26,.07), transparent);
}
.rating-banner .big { font-family: "Oswald", sans-serif; font-size: 4.5rem; line-height: 1; }
.rating-banner .meta .stars { font-size: 1.3rem; }
.rating-banner .meta p { color: var(--muted); font-size: .9rem; }

/* ---------- newsletter / cta ---------- */
.cta-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.cta-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-wrap::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(10,10,11,.94) 30%, rgba(10,10,11,.55)); }
.cta-inner { padding: clamp(40px, 6vw, 80px); max-width: 620px; }
.cta-inner h2 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: clamp(2rem, 5vw, 3.4rem); line-height: .95; margin: 16px 0 16px; }
.cta-inner p { color: var(--muted); margin-bottom: 28px; }
.signup { display: flex; gap: 12px; flex-wrap: wrap; }
.signup input {
  flex: 1; min-width: 220px; padding: 16px 20px; border-radius: 999px;
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--text); font: inherit;
}
.signup input:focus { outline: none; border-color: var(--ember); }
.signup .note { width: 100%; font-size: .78rem; color: var(--faint); font-family: "Space Mono", monospace; margin-top: 4px; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line-soft); margin-top: 30px; padding-top: 70px; background: var(--bg-2); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; }
.footer h5 { font-family: "Space Mono", monospace; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; color: var(--faint); margin-bottom: 18px; }
.footer .col p { color: var(--muted); font-size: .92rem; max-width: 280px; }
.footer .col a { display: block; color: var(--muted); font-size: .92rem; padding: 6px 0; transition: color .2s; }
.footer .col a:hover { color: var(--ember-2); }
.affiliate-note { font-size: .8rem; color: var(--faint); border: 1px dashed var(--line); border-radius: var(--radius); padding: 16px 20px; margin: 10px 0 30px; max-width: 760px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding: 24px 0; border-top: 1px solid var(--line-soft); color: var(--faint); font-size: .85rem; }
.pay { display: flex; gap: 8px; align-items: center; }
.pay span { font-family: "Space Mono", monospace; font-size: .7rem; border: 1px solid var(--line); border-radius: 6px; padding: 4px 9px; color: var(--muted); }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }

/* ---------- responsive ---------- */
@media (max-width: 1120px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 460px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-lg { grid-column: span 2; }
  .split { grid-template-columns: 1fr; }
  .tst-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero-grid, .article-layout { grid-template-columns: 1fr; }
  .page-hero-media { max-width: 680px; }
  .toc { position: static; order: -1; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .benefits-grid, .products-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .cat-lg, .cat-tall { grid-column: auto; grid-row: auto; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-badge { left: 10px; }
  .criteria-grid, .related-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 120px; }
}

/* mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 60; background: rgba(10,10,11,.97); backdrop-filter: blur(10px); display: none; flex-direction: column; padding: 30px 26px; }
.drawer.open { display: flex; }
.drawer a { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.8rem; padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.drawer .close { align-self: flex-end; background: none; border: 0; color: var(--text); margin-bottom: 20px; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
