/* ═══════════════════════════════════════════════════════════════
   CONTROZ brand site — shared styles
   Identity: black italic wordmark, red speed-stripe, "IT'S CRAZY GOOD!"
   ═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --ink: #0d0d10;
  --ink-2: #16161b;
  --paper: #ffffff;
  --paper-2: #f4f5f7;
  --red: #e0231e;
  --red-dark: #b3120e;
  --white: #ffffff;
  --muted: #6b6b70;
  --muted-dark: #a5a5ad;
  --accent: var(--red);
  --radius: 18px;
  --pad: clamp(20px, 5vw, 72px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  font-family: 'Figtree', system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

::selection { background: var(--red); color: #fff; }

/* ── flat/QA mode (?flat=1): static layout for screenshots ── */
html.flat .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
html.flat .hero, html.flat .chapter, html.flat .p-hero { min-height: 0 !important; }
html.flat .marquee .track { animation: none !important; }

/* ── type ─────────────────────────────────────────────── */
.display {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
}
.kicker {
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(11px, 1.3vw, 13px);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
}

/* ── progress bar ─────────────────────────────────────── */
#progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: var(--red); z-index: 200;
}

/* ── nav ──────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--pad);
  transition: background .35s, box-shadow .35s;
}
.nav.scrolled { background: rgba(255,255,255,.9); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(13,13,16,.08); }
.nav.on-dark.scrolled { background: rgba(13,13,16,.82); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.nav img.logo { height: 22px; width: auto; display: block; }
.logo-chip { display: inline-block; background: #fff; padding: 8px 13px; border-radius: 9px; box-shadow: 3px 3px 0 var(--red); line-height: 0; }
.logo-chip img { display: block; }
.nav .links { display: flex; gap: 26px; align-items: center; font-weight: 700; font-size: 13.5px; letter-spacing: .02em; }
.nav .links a { text-decoration: none; opacity: .78; transition: opacity .2s; }
.nav .links a:hover { opacity: 1; }
.nav.on-dark .links { color: #fff; }
.nav .links a.buy {
  background: var(--red); color: #fff; opacity: 1;
  padding: 9px 18px; border-radius: 999px;
  font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 12.5px; letter-spacing: .06em;
  transform: skewX(-6deg); transition: transform .2s, background .2s;
}
.nav .links a.buy:hover { background: var(--red-dark); transform: skewX(-6deg) translateY(-1px); }
@media (max-width: 720px) { .nav .links a:not(.buy) { display: none; } }

/* ── buttons ──────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: inherit; font-weight: 800; font-style: italic; text-transform: uppercase;
  letter-spacing: .05em; font-size: 14px; text-decoration: none;
  padding: 15px 28px; border-radius: 999px; border: 0; cursor: pointer;
  transform: skewX(-6deg);
  transition: transform .18s, background .18s, color .18s, box-shadow .18s;
}
.btn > span { transform: skewX(6deg); display: inline-flex; align-items: center; gap: 10px; }
.btn.primary { background: var(--red); color: #fff; box-shadow: 0 10px 30px -12px rgba(224,35,30,.65); }
.btn.primary:hover { background: var(--red-dark); transform: skewX(-6deg) translateY(-2px); }
.btn.ghost { background: transparent; color: inherit; box-shadow: inset 0 0 0 2px currentColor; }
.btn.ghost:hover { transform: skewX(-6deg) translateY(-2px); }
.btn .arr { font-style: normal; transition: transform .18s; }
.btn:hover .arr { transform: translateX(4px); }

/* ── speed stripes ────────────────────────────────────── */
.stripes { display: flex; gap: 10px; }
.stripes i { width: 46px; height: 8px; background: var(--red); transform: skewX(-24deg); }
.stripes i:nth-child(2) { width: 26px; opacity: .75; }
.stripes i:nth-child(3) { width: 12px; opacity: .5; }

/* ── marquee ──────────────────────────────────────────── */
.marquee {
  overflow: hidden; white-space: nowrap; user-select: none;
  border-top: 2px solid currentColor; border-bottom: 2px solid currentColor;
  padding: 13px 0; font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(15px, 2vw, 20px); letter-spacing: .06em;
}
.marquee .track { display: inline-flex; gap: 44px; padding-right: 44px; animation: marquee 26s linear infinite; }
.marquee .track span { display: inline-flex; align-items: center; gap: 44px; }
.marquee .x { color: var(--red); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── scroll reveals ───────────────────────────────────── */
.rv { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .08s; } .rv.d2 { transition-delay: .16s; } .rv.d3 { transition-delay: .24s; } .rv.d4 { transition-delay: .32s; }
.rv.pop { transform: translateY(34px) scale(.94); }
.rv.pop.in { transform: none; }

/* ── index hero ───────────────────────────────────────── */
.hero {
  min-height: 100svh; position: relative; overflow: hidden;
  background: var(--ink); color: #fff;
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px var(--pad) 90px;
}
.hero .bg-word {
  position: absolute; inset: auto -4% -2% -4%;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(90px, 17vw, 280px); line-height: .8; letter-spacing: -.03em;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.09);
  pointer-events: none; white-space: nowrap;
}
.hero h1 { font-size: clamp(40px, 6.8vw, 104px); max-width: 14ch; position: relative; }
.hero h1 .red { color: var(--red); }
.hero .sub { margin-top: 28px; font-size: clamp(16px, 2vw, 21px); font-weight: 500; color: var(--muted-dark); max-width: 46ch; line-height: 1.55; }
.hero .cta-row { margin-top: 42px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero .logo-wrap { align-self: flex-start; margin-bottom: 34px; padding: 12px 20px; }
.hero .logo-lockup { height: clamp(24px, 3.4vw, 38px); width: auto; }

.badge-crazy {
  display: inline-block; background: #fff; color: var(--ink);
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 13px; letter-spacing: .04em; padding: 8px 16px;
  border-radius: 6px; transform: rotate(-3deg) skewX(-4deg);
  box-shadow: 4px 4px 0 var(--red);
}

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  font-size: 11px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.55); display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-cue::after { content: ''; width: 2px; height: 34px; background: linear-gradient(var(--red), transparent); animation: cue 1.6s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: scaleY(.4); transform-origin: top; opacity:.4 } 50% { transform: scaleY(1); opacity:1 } }

/* ── product chapters (index) ─────────────────────────── */
.chapter {
  min-height: 100svh; display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: clamp(24px, 4vw, 70px);
  padding: 90px var(--pad); position: relative; overflow: hidden;
}
.chapter.flip { grid-template-columns: .95fr 1.05fr; }
.chapter.flip .ch-media { order: -1; }
@media (max-width: 860px) {
  .chapter, .chapter.flip { grid-template-columns: 1fr; padding: 70px var(--pad); min-height: auto; }
  /* consistent mobile order: product image first, copy second — on every chapter and hero */
  .chapter .ch-media, .p-hero .ch-media { order: -1; }
}

.chapter .num {
  position: absolute; top: 44px; right: var(--pad);
  font-weight: 900; font-style: italic; font-size: clamp(60px, 9vw, 130px);
  line-height: 1; color: transparent; -webkit-text-stroke: 1.5px currentColor; opacity: .16;
  pointer-events: none;
}
.chapter h2 { font-size: clamp(38px, 5.6vw, 82px); margin: 18px 0 16px; }
.chapter .pitch { font-size: clamp(16px, 1.8vw, 19px); line-height: 1.6; max-width: 44ch; font-weight: 500; }
.chapter .price { margin-top: 18px; font-weight: 900; font-style: italic; font-size: 26px; }
.chapter .price s { font-weight: 600; font-size: 17px; opacity: .5; margin-left: 10px; }
.chapter .stats { display: flex; gap: clamp(18px, 3vw, 44px); margin-top: 30px; flex-wrap: wrap; }
.chapter .stat b { display: block; font-size: clamp(26px, 3.2vw, 40px); font-weight: 900; font-style: italic; letter-spacing: -.02em; }
.chapter .stat small { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .62; line-height: 1.4; display: block; max-width: 15ch; margin-top: 4px; }
.chapter .go { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

.ch-media { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ch-media .blob {
  position: absolute; width: min(78%, 460px); aspect-ratio: 1;
  border-radius: 50%; filter: blur(60px); opacity: .55; z-index: 0;
}
.ch-media img.product {
  position: relative; z-index: 1; width: min(100%, 520px);
  filter: drop-shadow(0 40px 60px rgba(0,0,0,.35));
  will-change: transform;
}
.ch-media img.product.card { border-radius: var(--radius); box-shadow: 0 30px 70px -30px rgba(13,13,16,.45); }
.ch-media .tag {
  position: static; margin-top: 20px; z-index: 2;
  background: #fff; color: var(--ink); font-weight: 800; font-style: italic;
  font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em;
  padding: 8px 14px; border-radius: 999px; box-shadow: 0 12px 30px -12px rgba(0,0,0,.35);
}

/* chapter palettes */
.chapter.dark { background: var(--ink); color: #fff; }
.ch-c66 { background: #0a0a14; color: #fff; --accent: #7a5cff; }
.ch-c66 .blob { background: radial-gradient(#6a4dff, #2b1fa8 65%, transparent); }
.ch-roach { background: #f0f7fb; --accent: #1273b5; }
.ch-roach .blob { background: radial-gradient(#8fc6e8, transparent 70%); opacity: .8; }
.ch-ant { background: #fdf4ea; --accent: #e2551b; }
.ch-ant .blob { background: radial-gradient(#ffb264, transparent 70%); opacity: .8; }
.ch-lizard { background: #0e1f14; color: #fff; --accent: #46c352; }
.ch-lizard .blob { background: radial-gradient(#2f9e46, #124a22 65%, transparent); }
.ch-kit { background: var(--ink-2); color: #fff; --accent: #d9a441; }
.ch-kit .blob { background: radial-gradient(#c9964a, #6b4a17 65%, transparent); opacity: .45; }
.ch-rodent { background: #fdf6ea; --accent: #b06a1f; }
.ch-rodent .blob { background: radial-gradient(#e8b46a, transparent 70%); opacity: .75; }
.ch-hippo { background: #241a12; color: #fff; --accent: #d99a55; }
.ch-hippo .blob { background: radial-gradient(#a5642b, #52300f 65%, transparent); opacity: .55; }

/* ── dots nav ─────────────────────────────────────────── */
.dots { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.dots a { width: 9px; height: 9px; border-radius: 50%; background: currentColor; opacity: .28; transition: opacity .2s, transform .2s; color: var(--ink); }
.dots.on-dark a { color: #fff; }
.dots a.active { opacity: 1; transform: scale(1.45); background: var(--red); }
@media (max-width: 860px) { .dots { display: none; } }

/* ── trust strip ──────────────────────────────────────── */
.trust { background: var(--red); color: #fff; padding: clamp(50px, 7vw, 90px) var(--pad); }
.trust .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; max-width: 1150px; margin: 40px auto 0; }
@media (max-width: 780px) { .trust .grid { grid-template-columns: 1fr; } }
.trust h2 { font-size: clamp(30px, 4.4vw, 56px); text-align: center; }
.trust .cell { border-top: 2px solid rgba(255,255,255,.4); padding-top: 18px; }
.trust .cell b { font-size: 20px; font-weight: 900; font-style: italic; text-transform: uppercase; display: block; margin-bottom: 8px; }
.trust .cell p { font-weight: 500; line-height: 1.55; font-size: 15px; opacity: .92; }

/* ── footer ───────────────────────────────────────────── */
footer { background: var(--ink); color: #fff; padding: clamp(46px, 6vw, 70px) var(--pad) 34px; }
footer .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
footer img.logo { height: 22px; }
footer .cols { display: flex; gap: clamp(30px, 6vw, 90px); flex-wrap: wrap; }
footer .col b { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted-dark); margin-bottom: 14px; font-weight: 800; }
footer .col a { display: block; text-decoration: none; font-weight: 600; font-size: 14.5px; margin-bottom: 10px; opacity: .85; }
footer .col a:hover { opacity: 1; color: #ff6a66; }
footer .fine { margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12.5px; color: var(--muted-dark); line-height: 1.7; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════
   PRODUCT PAGES
   ═══════════════════════════════════════════════════════ */
.p-hero {
  min-height: 92svh; display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: clamp(24px, 4vw, 60px);
  padding: 130px var(--pad) 70px; position: relative; overflow: hidden;
}
@media (max-width: 860px) { .p-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 110px; } }
.p-hero h1 { font-size: clamp(42px, 6.4vw, 96px); margin: 16px 0; }
.p-hero .pitch { font-size: clamp(16px, 1.9vw, 20px); line-height: 1.6; max-width: 46ch; font-weight: 500; }
.p-hero .price-row { display: flex; align-items: baseline; gap: 14px; margin: 26px 0 8px; }
.p-hero .price-row .now { font-size: 38px; font-weight: 900; font-style: italic; }
.p-hero .price-row s { font-size: 19px; opacity: .5; font-weight: 600; }
.p-hero .price-row .save { background: var(--red); color: #fff; font-weight: 800; font-style: italic; font-size: 12.5px; padding: 5px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; }
.p-hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.p-hero .micro { margin-top: 18px; font-size: 12.5px; opacity: .6; font-weight: 600; }

/* ── feature grid ─────────────────────────────────────── */
.section { padding: clamp(64px, 9vw, 120px) var(--pad); position: relative; }
.section .head { max-width: 900px; margin-bottom: clamp(34px, 5vw, 60px); }
.section .head h2 { font-size: clamp(32px, 4.6vw, 62px); margin-top: 14px; }
.section .head p { margin-top: 14px; font-size: 17px; line-height: 1.6; font-weight: 500; opacity: .8; max-width: 56ch; }

.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 980px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .feat-grid { grid-template-columns: 1fr; } }
.feat {
  border-radius: var(--radius); padding: 28px 26px 30px;
  background: rgba(127,127,127,.07);
  border: 1px solid rgba(127,127,127,.14);
  transition: transform .25s, box-shadow .25s;
}
.feat:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.4); }
.feat .fig { font-size: clamp(30px, 3.4vw, 44px); font-weight: 900; font-style: italic; letter-spacing: -.02em; color: var(--accent); line-height: 1; }
.feat b.t { display: block; font-size: 18px; font-weight: 800; margin: 14px 0 8px; }
.feat p { font-size: 14.5px; line-height: 1.6; opacity: .78; font-weight: 500; }
.feat .src { display: block; margin-top: 12px; font-size: 11.5px; opacity: .55; font-weight: 600; font-style: italic; }

/* ── how to use ───────────────────────────────────────── */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 70px 22px 26px; border-radius: var(--radius); background: rgba(127,127,127,.07); border: 1px solid rgba(127,127,127,.14); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; top: 18px; left: 20px;
  font-weight: 900; font-style: italic; font-size: 34px; color: var(--accent);
}
.step::after {
  content: '▸'; position: absolute; top: 24px; right: 20px; color: var(--accent); opacity: .4; font-size: 20px;
}
.step b { display: block; font-size: 16.5px; font-weight: 800; margin-bottom: 8px; }
.step p { font-size: 14px; line-height: 1.6; opacity: .78; font-weight: 500; }

/* ── gallery — big, unboxed, product-forward ─────────── */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)); gap: clamp(24px, 3.5vw, 48px); }
.gallery .ph {
  display: grid; place-items: center; overflow: hidden;
  border-radius: calc(var(--radius) + 6px); background: #fff;
  border: 1px solid rgba(13,13,16,.09);
  aspect-ratio: 1 / 1;
}
.gallery.on-dark .ph { background: #101018; }
.gallery .ph img {
  width: 88%; height: 88%; object-fit: contain;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.gallery figure:hover .ph img { transform: scale(1.07); }
.gallery figcaption {
  margin-top: 14px; font-size: 14px; font-weight: 800; font-style: italic;
  text-transform: uppercase; letter-spacing: .08em;
}

/* ── specs ────────────────────────────────────────────── */
.specs { width: 100%; border-collapse: collapse; max-width: 880px; }
.specs tr { border-bottom: 1px solid rgba(127,127,127,.2); }
.specs th { text-align: left; padding: 16px 18px 16px 0; font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; opacity: .55; white-space: nowrap; vertical-align: top; width: 220px; }
.specs td { padding: 16px 0; font-weight: 600; font-size: 15.5px; line-height: 1.55; }
@media (max-width: 600px) { .specs th { width: 130px; } }

/* ── FAQ ──────────────────────────────────────────────── */
.faq { max-width: 880px; }
.faq details { border-bottom: 1px solid rgba(127,127,127,.22); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; font-weight: 800; font-size: clamp(16px, 1.9vw, 19px);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ind { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: #fff; font-style: normal; font-weight: 900; transition: transform .3s; }
.faq details[open] summary .ind { transform: rotate(45deg); }
.faq .a { padding: 0 40px 24px 0; font-size: 15.5px; line-height: 1.7; opacity: .82; font-weight: 500; max-width: 68ch; }

/* ── cross-sell ───────────────────────────────────────── */
.more-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
@media (max-width: 980px) { .more-grid { grid-template-columns: repeat(2, 1fr); } }
.more-card {
  text-decoration: none; border-radius: var(--radius); padding: 24px 22px 26px;
  background: rgba(127,127,127,.07); border: 1px solid rgba(127,127,127,.14);
  display: flex; flex-direction: column; gap: 6px; min-height: 200px;
  transition: transform .22s, box-shadow .22s;
}
.more-card:hover { transform: translateY(-5px); box-shadow: 0 26px 55px -30px rgba(0,0,0,.4); }
.more-card img { height: 96px; width: auto; object-fit: contain; align-self: flex-start; margin-bottom: auto; }
.more-card b { font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 16px; }
.more-card small { font-size: 12.5px; font-weight: 600; opacity: .6; }
.more-card .arr { color: var(--red); font-weight: 900; margin-top: 6px; }

/* ── buy band ─────────────────────────────────────────── */
.buy-band { background: var(--ink); color: #fff; text-align: center; padding: clamp(60px, 9vw, 110px) var(--pad); }
.buy-band h2 { font-size: clamp(34px, 5.4vw, 72px); }
.buy-band p { margin: 18px auto 0; max-width: 52ch; font-size: 16.5px; line-height: 1.6; color: var(--muted-dark); font-weight: 500; }
.buy-band .cta-row { display: flex; justify-content: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }

/* ── page-accent variants (product pages) ─────────────── */
body.page-c66 { --accent: #7a5cff; }
body.page-rodent { --accent: #b06a1f; }
body.page-hippo { --accent: #a4622d; }
body.page-roach { --accent: #1273b5; }
body.page-ant { --accent: #e2551b; }
body.page-lizard { --accent: #2f9e46; }
body.page-kit { --accent: #b98426; }

.p-hero.dark { background: var(--ink); color: #fff; }
.p-hero.tint { background: color-mix(in srgb, var(--accent) 9%, var(--paper)); }

/* interactive spotlight on c66 uv demo — off/on photo crossfade */
.uv-demo { position: relative; border-radius: var(--radius); overflow: hidden; background: #08080f; padding: clamp(28px, 5vw, 64px) clamp(28px, 5vw, 64px) clamp(72px, 9vw, 110px); }
.uv-demo img.state { width: min(100%, 460px); margin: 0 auto; display: block; border-radius: 14px; }
.uv-demo img.state.on { position: absolute; inset: clamp(28px, 5vw, 64px) 0 auto 0; margin: 0 auto; left: 50%; transform: translateX(-50%); opacity: 0; transition: opacity .6s; }
.uv-demo.on img.state.on { opacity: 1; }
.uv-demo .glow {
  position: absolute; inset: 0; opacity: 0; transition: opacity .6s;
  background: radial-gradient(circle at 50% 26%, rgba(122,92,255,.5), transparent 55%);
  mix-blend-mode: screen; pointer-events: none;
}
.uv-demo.on .glow { opacity: 1; }
.uv-demo .uv-btn {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%) skewX(-6deg);
  background: #fff; color: var(--ink); border: 0; cursor: pointer;
  font-family: inherit; font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 13px; letter-spacing: .05em; padding: 12px 22px; border-radius: 999px;
}
.uv-demo.on .uv-btn { background: #7a5cff; color: #fff; }

/* ── fipronil vs boric acid comparison ────────────────── */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; }
@media (max-width: 780px) { .vs-grid { grid-template-columns: 1fr; } }
.vs-col {
  border-radius: var(--radius); padding: 26px 26px 30px;
  background: rgba(127,127,127,.06); border: 1px solid rgba(127,127,127,.16);
}
.vs-col.ours { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: 0 30px 60px -35px rgba(0,0,0,.5); }
.vs-title { display: block; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 16px; margin-bottom: 16px; }
.vs-col.ours .vs-title { color: var(--accent); }
.vs-col ul { list-style: none; }
.vs-col li { padding: 11px 0 11px 30px; position: relative; font-size: 14.5px; line-height: 1.55; font-weight: 500; border-top: 1px solid rgba(127,127,127,.18); }
.vs-col li:first-child { border-top: 0; }
.vs-col.ours li { border-top-color: rgba(255,255,255,.12); }
.vs-col li::before { position: absolute; left: 0; top: 10px; font-weight: 900; }
.vs-col.ours li::before { content: '✓'; color: var(--accent); }
.vs-col:not(.ours) li { opacity: .75; }
.vs-col:not(.ours) li::before { content: '✕'; color: #b3b3ba; }

/* ── secondary-kill cartoon strip ─────────────────────── */
.sk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: sk; }
@media (max-width: 860px) { .sk-grid { grid-template-columns: 1fr; } }
.sk-card {
  position: relative; margin: 0;
  background: #fff; border: 1px solid rgba(127,127,127,.16);
  border-radius: var(--radius); padding: 14px 14px 22px;
  transition: transform .25s, box-shadow .25s;
}
.sk-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.35); }
.sk-card svg { width: 100%; height: auto; display: block; }
.sk-card figcaption { padding: 4px 10px 0; }
.sk-card figcaption b { display: block; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 15px; color: var(--accent); margin-bottom: 6px; }
.sk-card figcaption p { font-size: 14px; line-height: 1.55; opacity: .78; font-weight: 500; }
@media (min-width: 861px) {
  .sk-card:not(:last-child)::after {
    content: '▸'; position: absolute; right: -17px; top: 42%;
    color: var(--accent); font-size: 22px; font-weight: 900; z-index: 2;
  }
}

/* pest ticker chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chips span {
  font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 12.5px;
  letter-spacing: .05em; padding: 8px 16px; border-radius: 999px;
  border: 1.5px solid currentColor; opacity: .8;
}

/* ── where-to-buy ─────────────────────────────────────── */
body.page-buy { --accent: #e0231e; }
.store-brand { display: block; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 19px; margin-bottom: 12px; }
.platform-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; max-width: 980px; }
.platform {
  display: flex; flex-direction: column; gap: 3px; text-decoration: none;
  border-radius: var(--radius); padding: 20px 22px;
  background: rgba(127,127,127,.07); border: 1px solid rgba(127,127,127,.16);
  transition: transform .2s, box-shadow .2s;
}
.platform:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -26px rgba(0,0,0,.4); }
.platform b { font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 15px; }
.platform small { font-size: 12.5px; font-weight: 600; opacity: .6; }
.platform .arr { color: var(--red); font-weight: 900; margin-top: 6px; }
.platform.soon { opacity: .45; cursor: default; }
.platform.soon:hover { transform: none; box-shadow: none; }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(13,13,16,.14); box-shadow: 0 24px 60px -35px rgba(13,13,16,.35); }
#map { height: clamp(320px, 48vh, 520px); width: 100%; background: #16161b; }
.store-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin-top: 18px; }
.store-card {
  border-radius: var(--radius); padding: 20px 22px;
  background: #fff; border: 1px solid rgba(13,13,16,.1);
  box-shadow: 0 14px 34px -24px rgba(13,13,16,.25);
}
.store-card b { font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 15.5px; display: block; margin-bottom: 8px; }
.store-card p { font-size: 13.5px; line-height: 1.55; font-weight: 500; opacity: .85; }
.store-card .meta { opacity: .6; margin-top: 5px; }
.store-card .dist { color: var(--red-dark); font-weight: 700; opacity: 1; }
.store-card a { display: inline-block; margin-top: 10px; color: var(--red-dark); font-weight: 800; font-style: italic; font-size: 13px; text-transform: uppercase; text-decoration: none; }
.store-empty { grid-column: 1 / -1; border-radius: var(--radius); padding: 30px; background: rgba(127,127,127,.06); border: 1px dashed rgba(13,13,16,.3); }
.store-empty b { font-weight: 900; font-style: italic; text-transform: uppercase; display: block; margin-bottom: 8px; }
.store-empty p { font-size: 14.5px; line-height: 1.6; opacity: .75; font-weight: 500; max-width: 60ch; }
