/* ============================================================
   SnackStik / StikHaus — concept site
   Direction: dark candy-lab. Deep aubergine-black canvas,
   saturated candy accents (magenta / lime / tangerine) that glow.
   Fonts: Syne (display) · Space Grotesk (body + labels)
   ============================================================ */

:root {
  --bg: #150A1C;          /* deep aubergine-black */
  --bg-2: #1F0F2B;        /* raised panel */
  --surface: #2A1638;     /* cards */
  --surface-2: #351C46;   /* card hover / chips */
  --line: rgba(255,255,255,0.10);
  --text: #F7EEFB;
  --text-soft: #C6B2D4;
  --text-faint: #8E7AA0;

  --magenta: #FF2E86;     /* primary pop */
  --magenta-hot: #FF579F;
  --lime: #C6FF3A;        /* acid accent */
  --tangerine: #FF7A2F;   /* warm accent */
  --cyan: #37E6E0;        /* cool accent */

  --disp: 'Clash Display', system-ui, sans-serif;
  --body: 'Space Grotesk', system-ui, sans-serif;
  --shadow: 0 40px 90px -40px rgba(0,0,0,0.8);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: var(--magenta-hot); text-decoration: none; }
a:hover { color: var(--lime); }

.container { width: min(1160px, 100% - 48px); margin-inline: auto; }

/* ---------- shared type ---------- */
.eyebrow {
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: currentColor;
}
.eyebrow--red { color: var(--magenta); }
.eyebrow--coral { color: var(--lime); }

.section-title {
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(34px, 6.2vw, 74px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0 0 44px;
  text-wrap: balance;
}
.section-title--light { color: var(--text); }
.accent { color: var(--magenta); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  padding: 18px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
  line-height: 1;
}
.btn--primary {
  background: var(--magenta);
  color: #fff;
  box-shadow: 0 0 0 0 rgba(255,46,134,0.5), 0 18px 40px -14px rgba(255,46,134,0.75);
}
.btn--primary:hover { background: var(--magenta-hot); transform: translateY(-3px); box-shadow: 0 0 40px -6px rgba(255,46,134,0.8), 0 18px 40px -12px rgba(255,46,134,0.9); }
.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(255,255,255,0.28);
}
.btn--ghost:hover { border-color: var(--lime); color: var(--lime); transform: translateY(-3px); }
.btn--big { font-size: 20px; padding: 20px 38px; }
.btn__pre { margin-right: 0.5em; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 38px clamp(24px, 5vw, 90px) 70px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}
/* glow field */
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -20%; right: -10%;
  width: 70vw; height: 70vw;
  background: radial-gradient(circle, rgba(255,46,134,0.55) 0%, rgba(255,46,134,0) 62%);
  filter: blur(20px);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -30%; left: -15%;
  width: 60vw; height: 60vw;
  background: radial-gradient(circle, rgba(198,255,58,0.22) 0%, rgba(198,255,58,0) 60%);
  filter: blur(20px);
  pointer-events: none;
}
.wordmark {
  font-family: var(--disp);
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.01em;
  z-index: 3;
}
.hero__inner {
  position: relative;
  z-index: 3;
  margin-top: auto;
  max-width: 940px;
}
.hero__title {
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(46px, 8.6vw, 112px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}
.hero__sub {
  font-size: clamp(19px, 2.4vw, 29px);
  line-height: 1.4;
  color: var(--text-soft);
  margin: 34px 0 0;
  max-width: 640px;
}
.hero__punch {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.15;
  color: var(--lime);
  margin: 16px 0 0;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.hero__whisper {
  font-family: var(--body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-faint);
  margin-top: 30px;
  max-width: 520px;
}

/* big hero lollipop */
.hero__pop {
  position: absolute;
  right: clamp(-120px, -5vw, -30px);
  top: 44%;
  transform: translateY(-50%) rotate(16deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}
.hero__disc {
  position: relative;
  width: clamp(260px, 34vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, var(--magenta-hot) 0%, var(--magenta) 46%, #C21667 100%);
  box-shadow: 0 0 90px -10px rgba(255,46,134,0.7), inset 0 0 60px rgba(0,0,0,0.25);
  overflow: hidden;
}
.hero__shine {
  position: absolute;
  top: 13%; left: 15%;
  width: 32%; height: 32%;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  filter: blur(3px);
}
.hero__swirl {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  border: 3px dashed rgba(255,255,255,0.32);
}
.hero__stickbar {
  position: relative;
  width: clamp(26px, 2.4vw, 34px);
  height: clamp(230px, 30vw, 380px);
  border-radius: 0 0 16px 16px;
  background: linear-gradient(90deg, #FBEFC9, #E7CE93);
  box-shadow: inset -6px 0 12px -6px rgba(0,0,0,0.25);
}
.hero__bite {
  position: absolute;
  bottom: -16px; left: 50%;
  transform: translateX(-50%);
  width: 44px; height: 30px;
  background: var(--bg);
  border-radius: 50%;
}

/* floating small pops */
.pop { position: absolute; z-index: 1; display: flex; flex-direction: column; align-items: center; pointer-events: none; }
.pop__disc { width: 74px; height: 74px; border-radius: 50%; }
.pop__stick { width: 8px; height: 60px; border-radius: 0 0 6px 6px; background: linear-gradient(90deg,#FBEFC9,#E7CE93); }
.pop--grape { top: 14%; left: 7%; transform: rotate(-18deg); animation: bob 6s ease-in-out infinite; }
.pop--grape .pop__disc { background: radial-gradient(circle at 34% 30%, #86F7F1, var(--cyan)); box-shadow: 0 0 40px -6px rgba(55,230,224,0.6); }
.pop--lime { bottom: 15%; left: 19%; transform: rotate(12deg); animation: bob 7.5s ease-in-out infinite reverse; }
.pop--lime .pop__disc { background: radial-gradient(circle at 34% 30%, #E4FF8F, var(--lime)); box-shadow: 0 0 40px -6px rgba(198,255,58,0.55); }
@keyframes bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -16px; } }

/* ============================================================
   THE ANNOYING TRUTH — editorial timeline
   ============================================================ */
.truth { padding: clamp(80px, 12vw, 150px) 0; }
.truth__title { max-width: 900px; }

.timeline {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
/* the connecting line — fades toward the end to echo "waste last" */
.timeline::before {
  content: "";
  position: absolute;
  top: 150px;                 /* aligns with the node row */
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: linear-gradient(90deg,
      var(--magenta) 0%,
      rgba(255,46,134,0.35) 55%,
      rgba(255,255,255,0.10) 100%);
}

.tl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 18px;
}
.tl__art {
  height: 128px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.tl__node {
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--magenta);
  box-shadow: 0 0 0 6px var(--bg), 0 0 22px -2px rgba(255,46,134,0.9);
  position: relative;
  z-index: 2;
}
.tl__node--soft { background: rgba(255,46,134,0.55); box-shadow: 0 0 0 6px var(--bg); }
.tl__node--hollow {
  background: transparent;
  border: 1.5px solid var(--text-faint);
  box-shadow: 0 0 0 6px var(--bg);
}
.tl__no {
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--text-faint);
  margin-top: 24px;
}
.tl__label {
  font-family: var(--disp);
  font-weight: 600;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.2;
  color: var(--text);
  margin: 10px 0 0;
  max-width: 15ch;
  text-wrap: balance;
}
.tl:last-child .tl__label { color: var(--text-soft); }

/* refined line-art lollipops — lighter as the story ends */
.lolly { position: relative; display: flex; flex-direction: column; align-items: center; }
.lolly__disc {
  width: 86px; height: 86px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 32%, rgba(255,255,255,0.45), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 50% 50%, rgba(255,46,134,0.30), rgba(255,46,134,0.10));
  border: 1.5px solid rgba(255,46,134,0.75);
}
.lolly__stick {
  width: 6px; height: 66px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #EFDCA8, #CBB577);
  opacity: 0.9;
}
/* step 2 — the last bite: smaller disc with a bite notch */
.lolly--bite .lolly__disc {
  width: 52px; height: 52px;
  border-color: rgba(255,46,134,0.55);
  background:
    radial-gradient(circle at 36% 32%, rgba(255,255,255,0.4), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 50% 50%, rgba(255,46,134,0.22), rgba(255,46,134,0.06));
}
.lolly--bite .lolly__disc::after {
  content: "";
  position: absolute;
  top: 4px; right: 8px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--bg);
}
.lolly--bite .lolly__disc { position: relative; }
/* step 3 — just the stick, the quietest state */
.lolly--stick .lolly__stick {
  height: 92px;
  opacity: 0.5;
  transform: rotate(9deg);
}

.truth__note {
  margin: 64px 0 0;
  text-align: center;
  font-family: var(--disp);
  font-weight: 600;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.01em;
}
.truth__note-fade { color: var(--text-faint); }

/* ============================================================
   THE PRODUCT
   ============================================================ */
.product {
  background: var(--bg-2);
  padding: clamp(80px, 12vw, 150px) 0;
  position: relative;
  overflow: hidden;
}
.product::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60vw 60vw at 85% 20%, rgba(198,255,58,0.12), transparent 60%);
  pointer-events: none;
}
.product__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.product__lede {
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.4;
  color: var(--text-soft);
  margin: 0 0 36px;
  max-width: 520px;
}
.chips { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--text);
  background: rgba(255,255,255,0.03);
}
.chip--wink { background: var(--lime); border-color: var(--lime); color: #1B2400; font-weight: 700; }
.disclaimer-inline {
  font-family: var(--body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-faint);
  margin: 0;
}
.disclaimer-inline--center { text-align: center; }

/* CSS render card */
.product__stage { display: flex; justify-content: center; }
.render {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  background:
    radial-gradient(70% 60% at 50% 30%, rgba(255,46,134,0.18), transparent 70%),
    #12081A;
  border: 1px solid var(--line);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 40px;
}
.render__pop { display: flex; flex-direction: column; align-items: center; }
.render__disc {
  position: relative;
  width: clamp(120px, 18vw, 170px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, var(--magenta-hot), var(--magenta) 55%, #C21667);
  box-shadow: 0 0 60px -10px rgba(255,46,134,0.75);
}
.render__shine { position: absolute; top: 16%; left: 18%; width: 28%; height: 28%; border-radius: 50%; background: rgba(255,255,255,0.42); filter: blur(1px); }
.render__stick {
  width: clamp(18px, 2vw, 24px);
  height: clamp(170px, 22vw, 240px);
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, #FBEFC9, #E7CE93);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 14px 0;
}
.render__seg { width: 56%; height: 2px; background: rgba(120,95,60,0.3); border-radius: 2px; }
.render__tag {
  font-family: var(--body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* ============================================================
   THE VOTE
   ============================================================ */
.vote { padding: clamp(80px, 12vw, 150px) 0; text-align: center; }
.vote__title { margin-bottom: 14px; }
.vote__hint { font-family: var(--body); font-weight: 500; font-size: 14px; color: var(--text-faint); margin: 0 0 48px; }
.vote__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}
.voteopt {
  position: relative;
  text-align: left;
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: 20px;
  padding: 26px 28px 24px;
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(19px, 2.4vw, 25px);
  color: var(--text);
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
  overflow: hidden;
}
.voteopt::before {
  content: attr(data-emoji);
  position: absolute;
  top: 20px; right: 22px;
  font-size: 26px;
  opacity: 0.55;
  transition: opacity .16s ease, transform .16s ease;
}
.voteopt:hover { transform: translateY(-3px); border-color: var(--magenta); background: var(--surface-2); box-shadow: 0 20px 50px -30px rgba(255,46,134,0.8); }
.voteopt:hover::before { opacity: 1; transform: scale(1.15) rotate(-6deg); }
.voteopt__label { display: block; padding-right: 40px; }
.voteopt__bar {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  margin-top: 18px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .3s ease;
}
.voteopt__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--magenta), var(--tangerine));
  transition: width .9s cubic-bezier(.22,1,.36,1);
}
.voteopt__pct {
  position: absolute;
  bottom: 20px; right: 24px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 15px;
  color: var(--magenta-hot);
  opacity: 0;
  transition: opacity .3s ease;
}
.vote--voted .voteopt__bar,
.vote--voted .voteopt__pct { opacity: 1; }
.voteopt--picked {
  background: var(--surface-2);
  border-color: var(--magenta);
  box-shadow: 0 0 50px -12px rgba(255,46,134,0.8);
}
.voteopt--picked::before { opacity: 1; }
.vote__result {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(20px, 3vw, 30px);
  color: var(--lime);
  min-height: 1.2em;
  margin: 40px auto 0;
  max-width: 700px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}
.vote__result.show { opacity: 1; transform: none; }

/* ============================================================
   CREDIBILITY NOTE
   ============================================================ */
.cred {
  background: var(--bg-2);
  padding: clamp(70px, 10vw, 130px) 0;
}
.cred__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.cred__eyebrow { justify-content: center; }
.cred__title {
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 54px);
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0 0 26px;
}
.cred__copy {
  font-size: clamp(19px, 2.3vw, 25px);
  line-height: 1.5;
  color: var(--text-soft);
  margin: 0 0 26px;
}

/* ============================================================
   QUIET MANUFACTURER NOTE
   ============================================================ */
.brands { padding: clamp(70px, 10vw, 130px) 0; }
.brands__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  background: linear-gradient(150deg, var(--magenta) 0%, #B31461 55%, #6B1240 100%);
  color: #fff;
  border-radius: 34px;
  padding: clamp(40px, 6vw, 66px);
  box-shadow: 0 40px 90px -44px rgba(255,46,134,0.8);
}
.brands__title {
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.04;
  margin: 0 0 16px;
  max-width: 560px;
}
.brands__copy {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
  color: rgba(255,255,255,0.9);
  margin: 0;
  max-width: 520px;
}
.brands__note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255,255,255,0.72);
  margin: 16px 0 0;
  max-width: 520px;
}
.brands .btn--primary { background: #fff; color: #A11257; box-shadow: 0 18px 40px -16px rgba(0,0,0,0.5); }
.brands .btn--primary:hover { background: var(--lime); color: #1B2400; box-shadow: 0 0 40px -6px rgba(198,255,58,0.7); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 70px 0 60px; }
.footer__inner { text-align: center; }
.footer__brandline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 22px;
}
.footer__mark { font-weight: 800; }
.footer__dot { color: var(--text-faint); }
.footer__tag { color: var(--lime); }
.footer__note {
  font-family: var(--body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-faint);
  max-width: 640px;
  margin: 22px auto 18px;
  line-height: 1.6;
}
.footer__email { font-family: var(--body); font-weight: 600; font-size: 15px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .product__grid { grid-template-columns: 1fr; }
  .product__stage { order: -1; }
  .render { aspect-ratio: 4 / 3.4; max-width: 380px; }
}
@media (max-width: 720px) {
  body { font-size: 17px; }
  .timeline { grid-template-columns: 1fr; gap: 40px; }
  .timeline::before { display: none; }
  .tl__art { height: 104px; }
  .tl__node { display: none; }
  .tl__no { margin-top: 4px; }
  .lolly--stick .lolly__stick { height: 78px; }
  .vote__grid { grid-template-columns: 1fr; }
  .hero__pop { opacity: 0.4; right: -80px; }
  .pop--grape { top: 9%; left: 3%; }
  .pop--lime { display: none; }
  .hero__cta .btn { flex: 1 1 auto; }
  .brands__inner { flex-direction: column; align-items: flex-start; }
  .brands__inner .btn { width: 100%; font-size: 17px; padding: 17px 20px; flex-wrap: wrap; }
  .btn__pre { margin-right: 0.4em; }
}
@media (max-width: 420px) {
  .hero__pop { opacity: 0.28; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pop { animation: none; }
  * { transition-duration: .01ms !important; }
}

/* ============================================================
   PRINT / PDF
   Force the dark canvas + candy colors to render, and keep
   sections and cards from breaking awkwardly across pages.
   ============================================================ */
@media print {
  html, body {
    background: var(--bg) !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

  @page { margin: 14mm; }

  /* let content flow onto pages instead of locking to the viewport */
  .hero { min-height: auto; padding: 40px 40px 60px; break-after: page; }
  .hero::before, .hero::after { filter: none; }

  section, .brands { padding-top: 56px !important; padding-bottom: 56px !important; }

  /* keep visual blocks intact */
  .section-title, .hero__title, .cred__title, .brands__title { break-after: avoid; }
  .step, .voteopt, .render, .brands__inner, .cred__inner { break-inside: avoid; }
  .steps, .vote__grid { break-inside: avoid; }

  /* the big hero lollipop tends to overflow pages — keep it contained */
  .hero__pop { opacity: 0.85; }

  /* drop heavy glow blur that muddies print output */
  .product::before { filter: none; }
}
