/* SPLITFAST — Chaos / sticker maximalist direction */

:root{
  --c-bg: #FFEF00;
  --c-ink: #0A0A0A;
  --c-red: #FF3D00;
  --c-blue: #1F4DFF;
  --c-green: #00C853;
  --c-paper: #FFFFFF;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html, body { overflow-x:hidden; }
html{ scroll-behavior:smooth; }

/* Lenis smooth scroll */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

body{
  background: var(--c-bg); color: var(--c-ink);
  font-family:'Archivo', system-ui, sans-serif;
  font-size: 16px; line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0,0,0,0.18) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}
button, input{ font-family: inherit; }

/* -- TOPBAR -- */
.c-top{
  display:flex; align-items:center; justify-content:space-between; gap: 16px;
  padding: 14px 32px; background: var(--c-ink); color: var(--c-bg);
  border-bottom: 4px solid var(--c-ink);
  position: sticky; top: 0; z-index: 50;
}
.c-wm{ font-family:'Anton', sans-serif; font-size: 28px; letter-spacing: -0.02em; }
.c-wm i{ color: var(--c-red); font-style: normal; }
.c-top-pills{ display:flex; gap: 14px; align-items:center; flex-wrap:wrap; }
.c-pill{ padding: 5px 10px; border: 1.5px solid var(--c-bg); font-family:'DM Mono', monospace; font-size: 11px; letter-spacing: 0.04em; }
.c-cta{
  background: var(--c-red); color: var(--c-bg); text-decoration:none;
  padding: 8px 14px; font-family:'Anton', sans-serif; font-size: 16px; letter-spacing: 0.02em;
  border: 2px solid var(--c-bg);
}
.c-cta:hover{ background: var(--c-bg); color: var(--c-ink); border-color: var(--c-bg); }

/* -- HERO -- */
.c-hero{ position: relative; padding: 36px 32px 48px; min-height: 820px; overflow: hidden; }
.c-body{ position: relative; z-index: 2; }

.c-megatype{
  font-family:'Anton', sans-serif;
  font-size: clamp(64px, 13vw, 168px); line-height: 0.82;
  letter-spacing: -0.04em; text-transform: uppercase;
  transform: rotate(-1deg); position: relative;
}
.c-megatype .l1{ display:block; }
.c-megatype .l2{ display:block; text-align:center; }
.c-megatype .l3{ display:block; text-align:right; }
.c-megatype .crossed{ text-decoration: line-through; text-decoration-thickness: 8px; text-decoration-color: var(--c-red); }
.c-megatype .ko{ background: var(--c-ink); color: var(--c-bg); padding: 0 0.1em; }
.c-megatype .red{ color: var(--c-red); }
.c-megatype em{
  font-family:'Caveat', cursive; font-style: normal; font-weight: 700;
  color: var(--c-red); transform: rotate(-4deg); display: inline-block;
  font-size: 0.6em; vertical-align: 0.4em;
}

.c-row{ margin-top: 40px; display:grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: end; }
@media (max-width: 900px){ .c-row{ grid-template-columns: 1fr; } }

.c-pitch{
  font-size: 18px; max-width: 40ch; line-height: 1.4;
  font-family:'Bricolage Grotesque', 'Archivo', sans-serif;
}
.c-pitch .hl{ background: var(--c-ink); color: var(--c-bg); padding: 0 4px; }
.c-pitch .scribble{ font-family:'Caveat', cursive; font-size: 1.4em; color: var(--c-red); font-weight: 700; }

.c-signup{
  border: 3px solid var(--c-ink); background: #fff; padding: 16px;
  transform: rotate(1.5deg); box-shadow: 8px 8px 0 var(--c-red);
  display: flex; flex-direction: column;
}
.c-signup .lab{
  font-family:'DM Mono', monospace; font-size: 10px; text-transform: uppercase;
  background: var(--c-ink); color: var(--c-bg); padding: 5px 8px;
  display: inline-block; align-self: flex-start;
  transform: rotate(-2deg); margin-bottom: 10px; letter-spacing: 0.04em;
}
.c-signup .form{ display: flex; }
.c-signup input{
  flex: 1; min-width: 0; border: 2.5px solid var(--c-ink); border-right: 0;
  padding: 12px; font-family:'DM Mono', monospace; font-size: 13px;
  outline: none; background: var(--c-bg); color: var(--c-ink);
}
.c-signup input::placeholder{ color: rgba(0,0,0,0.5); }
.c-signup .go{
  background: var(--c-red); color: var(--c-bg); border: 2.5px solid var(--c-ink);
  padding: 0 18px; font-family:'Anton', sans-serif; font-size: 22px; letter-spacing: 0.02em;
  cursor: pointer;
}
.c-signup .ct{
  display: flex; justify-content: space-between; margin-top: 10px;
  font-family:'DM Mono', monospace; font-size: 11px;
}
.c-signup .ct b{ font-family:'Anton', sans-serif; color: var(--c-red); font-size: 18px; }

/* -- STICKERS / DOODLES -- */
.c-stk{
  position: absolute; z-index: 5;
  cursor: grab; user-select: none; touch-action: none;
}
.c-stk.dragging{ cursor: grabbing; z-index: 100; }
.c-stk.k1{
  top: 70px; right: 36px;
  background: var(--c-red); color: var(--c-bg); padding: 10px 14px;
  border: 3px solid var(--c-ink); box-shadow: 4px 4px 0 var(--c-ink);
  font-family:'Anton', sans-serif; font-size: 18px; letter-spacing: 0.02em;
}
.c-stk.k2{
  top: 220px; left: 48%;
  background: var(--c-ink); color: var(--c-bg); padding: 14px 18px;
  border-radius: 999px; font-family:'Anton', sans-serif; font-size: 14px;
  border: 3px solid var(--c-ink); text-align: center; line-height: 1.05;
}
.c-stk.k3{
  bottom: 200px; left: 36%;
  background: #fff; padding: 10px 14px; border: 2px dashed var(--c-ink);
  font-family:'DM Mono', monospace; font-size: 11px;
}
.c-stk.k4{
  top: 50%; right: 40px;
  background: var(--c-green); color: var(--c-ink); padding: 18px 8px;
  border: 3px solid var(--c-ink); writing-mode: vertical-rl;
  font-family:'Anton', sans-serif; font-size: 16px; letter-spacing: 0.04em;
}
.c-stk.k5{
  bottom: 160px; left: 26%; font-family:'Caveat', cursive; font-weight: 700;
  color: var(--c-red); font-size: 42px;
}
.c-arrow{ position: absolute; left: 42%; top: 56%; transform: rotate(-22deg); pointer-events: none; z-index: 4; }

/* -- HERO ENTRANCE -- */
@keyframes hero-slam{
  0%{ opacity:0; translate:0 -60px; scale:1.05; }
  60%{ opacity:1; translate:0 8px; scale:1; }
  100%{ opacity:1; translate:0 0; scale:1; }
}
@keyframes hero-fade-l{
  from{ opacity:0; translate:-40px 0; }
  to{ opacity:1; translate:0 0; }
}
@keyframes hero-fade-r{
  from{ opacity:0; translate:40px 0; }
  to{ opacity:1; translate:0 0; }
}
@keyframes sticker-pop{
  0%{ opacity:0; scale:0; }
  70%{ opacity:1; scale:1.15; }
  100%{ opacity:1; scale:1; }
}
.c-megatype{ animation: hero-slam 0.7s cubic-bezier(0.16,1,0.3,1) 0.15s both; }
.c-pitch{ animation: hero-fade-l 0.6s cubic-bezier(0.16,1,0.3,1) 0.45s both; }
.c-signup{ animation: hero-fade-r 0.6s cubic-bezier(0.16,1,0.3,1) 0.55s both; }
.c-arrow{ animation: hero-fade-l 0.5s cubic-bezier(0.16,1,0.3,1) 0.65s both; }
.c-stk.k1{ animation: sticker-pop 0.4s cubic-bezier(0.16,1,0.3,1) 0.73s both; }
.c-stk.k2{ animation: sticker-pop 0.4s cubic-bezier(0.16,1,0.3,1) 0.81s both; }
.c-stk.k3{ animation: sticker-pop 0.4s cubic-bezier(0.16,1,0.3,1) 0.89s both; }
.c-stk.k4{ animation: sticker-pop 0.4s cubic-bezier(0.16,1,0.3,1) 0.97s both; }
.c-stk.k5{ animation: sticker-pop 0.4s cubic-bezier(0.16,1,0.3,1) 1.03s both; }

/* -- MARQUEE -- */
.c-marq{
  background: var(--c-ink); color: var(--c-bg);
  border-top: 4px solid var(--c-ink); border-bottom: 4px solid var(--c-ink);
  overflow: hidden; padding: 18px 0;
  font-family:'Archivo Black'; font-size: 36px; letter-spacing: -0.01em; text-transform: uppercase;
}
.c-marq-track{ display:flex; gap: 0; animation: cmarq 32s linear infinite; white-space: nowrap; width: max-content; }
.c-marq-row{ display:flex; gap: 36px; padding-right: 36px; }
.c-marq-row span{ display:inline-block; }
@keyframes cmarq{ to{ transform: translateX(-33.33%); } }

/* -- SECTION HEAD -- */
.c-section-head{ display:flex; align-items:center; gap: 18px; padding: 56px 32px 24px; flex-wrap:wrap; }
.c-section-head .c-num{ font-family:'JetBrains Mono', monospace; font-size: 16px; padding: 6px 12px; background: var(--c-ink); color: var(--c-bg); }
.c-section-head h2{ font-family:'Archivo Black', sans-serif; font-size: clamp(40px, 6vw, 84px); letter-spacing: -0.03em; line-height: 0.95; text-transform: uppercase; }
.c-section-head .c-tag{ font-family:'Caveat', cursive; font-size: 28px; transform: rotate(-3deg); }
.c-section-head.light{ color: var(--c-bg); }
.c-section-head.light .c-num{ background: var(--c-bg); color: var(--c-ink); }

/* -- WHAT -- */
.c-what{ padding: 0 32px 56px; position: relative; }
.c-what-grid{
  display:grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 28px; align-items:center;
}
@media (max-width: 720px){ .c-what-grid{ grid-template-columns: 1fr; } }

.receipt{
  background: #FFFEF7; padding: 22px; font-family:'JetBrains Mono', monospace;
  border: 2px dashed var(--c-ink); position: relative; line-height: 1.5;
  box-shadow: 6px 6px 0 var(--c-ink);
  max-width: 380px; margin: 0 auto; width: 100%;
}
.receipt.r1{ transform: rotate(-3deg); }
.receipt.r2{ transform: rotate(2.5deg); }
.r-top{ font-family:'Archivo Black'; text-align:center; padding-bottom: 12px; border-bottom: 1px dashed var(--c-ink); margin-bottom: 14px; font-size: 14px; }
.r-line{ display:flex; justify-content: space-between; padding: 4px 0; font-size: 13px; }
.r-tot{ border-top: 1px dashed var(--c-ink); margin-top: 10px; padding-top: 10px; font-weight: 700; font-size: 16px; }
.r-stamp{
  font-family:'Archivo Black'; padding: 8px 12px; margin-top: 16px; text-align: center;
  background: var(--c-red); color: #fff; transform: rotate(-3deg); border: 2px solid var(--c-ink);
}
.r-stamp.green{ background: var(--c-green); color: var(--c-ink); }
.r-bottom{ text-align:center; padding-top: 14px; border-top: 1px dashed var(--c-ink); margin-top: 14px; font-size: 11px; opacity: 0.7; }

.c-pull{
  position: relative; padding: 32px 24px; text-align:center;
  background: var(--c-blue); color: #fff; border: 3px solid var(--c-ink);
  box-shadow: 8px 8px 0 var(--c-ink); transform: rotate(-1deg);
}
.c-pull-mark{ font-family:'Instrument Serif', serif; font-size: 120px; line-height: 0.5; position: absolute; top: 30px; left: 16px; opacity: 0.4; }
.c-pull-q{ font-family:'Instrument Serif', serif; font-style: italic; font-size: clamp(24px, 3vw, 36px); line-height: 1.15; padding: 16px 0; }
.c-pull-q s{ opacity: 0.65; }
.c-pull-q .hl{ background: #FFE600; color: var(--c-ink); padding: 0 6px; font-style: normal; font-family:'Archivo Black'; }
.c-pull-cite{ font-family:'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.1em; margin-top: 16px; }

.c-payoff-line{
  margin: 48px 0 0; text-align:center;
  font-family:'Archivo Black'; font-size: clamp(16px, 2vw, 22px); letter-spacing: 0.04em;
  text-transform: uppercase; padding: 16px; background: var(--c-ink); color: var(--c-bg);
}
.c-payoff-line .dot{ color: var(--c-red); }

/* -- HOW -- */
.c-how{ background: var(--c-ink); color: var(--c-bg); margin-top: 56px; padding: 0 0 64px; }
.c-step-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 0 32px;
}
@media (max-width: 900px){ .c-step-grid{ grid-template-columns: 1fr; } }
.c-step{
  position: relative; padding: 24px; color: #0A0A0A;
  border: 3px solid var(--c-bg); box-shadow: 8px 8px 0 var(--c-bg);
}
.c-step:nth-child(1){ transform: rotate(-1.5deg); }
.c-step:nth-child(2){ transform: rotate(1deg); color: #fff; }
.c-step:nth-child(3){ transform: rotate(-0.8deg); }
.c-step-top{ display:flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.c-step-num{ font-family:'Archivo Black'; font-size: 96px; line-height: 0.8; letter-spacing: -0.04em; }
.c-step-time{ font-family:'JetBrains Mono', monospace; font-size: 11px; padding: 4px 8px; background: rgba(0,0,0,0.85); color: #fff; }
.c-step:nth-child(2) .c-step-time{ background: rgba(255,255,255,0.85); color: var(--c-ink); }
.c-step h3{ font-family:'Archivo Black'; font-size: 28px; letter-spacing:-0.02em; margin-bottom: 8px; }
.c-step p{ font-size: 15px; line-height: 1.45; }
.c-step-tape{
  position: absolute; top: -14px; left: 30%; width: 80px; height: 28px;
  background: rgba(255,235,0,0.85); transform: rotate(-3deg);
  border-left: 1px dashed rgba(0,0,0,0.3); border-right: 1px dashed rgba(0,0,0,0.3);
}

.c-phone-spot{ display:flex; justify-content:center; align-items:center; gap: 24px; margin-top: 56px; flex-wrap: wrap; }
.c-phone-arrow span{ font-family:'Caveat', cursive; font-size: 32px; transform: rotate(-4deg); display:inline-block; color: var(--c-bg); }

/* -- WHY (manifesto) -- */
.c-why{ padding: 0 32px 64px; }
.c-rant{ max-width: 80ch; margin: 0 auto; padding: 32px 0; }
.c-rant .line{ font-family:'Archivo Black'; font-size: clamp(28px, 4vw, 56px); line-height: 1.04; letter-spacing: -0.03em; padding: 12px 0; text-transform: uppercase; }
.c-rant .line s{ opacity: 0.45; text-decoration-thickness: 4px; }
.c-rant .line.big{ font-size: clamp(40px, 6vw, 88px); padding: 20px 0; }
.c-rant .line.small{ font-family:'Caveat', cursive; font-size: 28px; letter-spacing: 0; text-transform: none; padding-top: 24px; }
.c-rant .hl-y{ background: #FFE600; padding: 0 6px; }
.c-rant .hl-r{ background: var(--c-red); color: #fff; padding: 0 8px; }
.c-rant-list{ list-style: none; padding: 16px 0; }
.c-rant-list li{
  font-family:'Archivo Black'; font-size: clamp(20px, 2.4vw, 32px); padding: 8px 0 8px 56px; position: relative;
  text-transform: uppercase; letter-spacing: -0.01em;
}
.c-rant-list li::before{
  content: "\2717"; position: absolute; left: 14px; color: var(--c-red); font-size: 0.9em; top: 6px;
}

/* -- STATS -- */
.c-stats{ background: var(--c-ink); color: var(--c-bg); padding: 0 0 64px; }
.c-stats-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0 32px; }
@media (max-width: 900px){ .c-stats-grid{ grid-template-columns: 1fr 1fr; } }
.c-stat{
  padding: 28px; border: 3px solid var(--c-ink); position: relative; min-height: 200px;
  display:flex; flex-direction: column; justify-content: space-between;
  margin: -1.5px; box-shadow: inset 0 0 0 3px var(--c-ink);
}
.c-stat-v{ font-family:'Archivo Black'; font-size: clamp(48px, 6vw, 84px); line-height: 0.9; letter-spacing: -0.04em; }
.c-stat-v span{ font-size: 0.4em; opacity: 0.7; }
.c-stat-k{ font-family:'JetBrains Mono', monospace; font-size: 13px; letter-spacing: 0.06em; opacity: 0.85; }
.c-stat-tag{ font-family:'Archivo Black'; font-size: 12px; letter-spacing: 0.04em; padding: 4px 8px; align-self: flex-start; background: rgba(0,0,0,0.85); color: #fff; }
.c-stat[style*="color: rgb(255, 255, 255)"] .c-stat-tag,
.c-stat[style*="color:#fff"] .c-stat-tag{ background: rgba(255,255,255,0.92); color: #0A0A0A; }

/* -- FOOTER -- */
.c-foot{ background: var(--c-bg); color: var(--c-ink); padding: 56px 32px 24px; border-top: 6px solid var(--c-ink); }
.c-foot-row{ display:grid; grid-template-columns: 1.2fr 1.4fr; gap: 32px; padding-bottom: 32px; border-bottom: 4px solid var(--c-ink); }
@media (max-width: 900px){ .c-foot-row{ grid-template-columns: 1fr; } }
.c-foot h3{ font-family:'Archivo Black'; font-size: clamp(40px, 6vw, 80px); letter-spacing: -0.04em; line-height: 0.9; text-transform: uppercase; }
.c-foot p{ margin-top: 12px; max-width: 36ch; }
.c-foot-form{ margin-top: 18px; display:flex; max-width: 500px; border: 3px solid var(--c-ink); background: #fff; box-shadow: 6px 6px 0 var(--c-ink); }
.c-foot-form input{ flex: 1; min-width: 0; border: 0; padding: 14px; font-family:'JetBrains Mono', monospace; font-size: 13px; outline: none; }
.c-foot-form button{ background: var(--c-red); color: #fff; border: 0; padding: 0 22px; font-family:'Archivo Black'; font-size: 16px; letter-spacing: 0.04em; cursor: pointer; }
.c-foot-links{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.c-foot-links h5{ font-family:'Archivo Black'; font-size: 14px; letter-spacing: 0.04em; margin-bottom: 10px; }
.c-foot-links a{ display: block; padding: 4px 0; font-family:'JetBrains Mono', monospace; font-size: 13px; color: var(--c-ink); text-decoration: none; cursor: pointer; }
.c-foot-links a:hover{ text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: var(--c-red); }
.c-foot-mega{
  font-family:'Archivo Black', sans-serif;
  font-size: clamp(72px, 26vw, 380px); letter-spacing: -0.07em; line-height: 0.85; padding: 16px 0;
  display:flex; align-items: flex-start; justify-content: center; gap: 6px;
}
.c-foot-mega .x{ background: var(--c-red); color: #fff; padding: 0 8px; transform: rotate(-2deg); display: inline-block; }
.c-foot-mega .bang{ color: var(--c-blue); -webkit-text-stroke: 3px var(--c-ink); }
.c-foot-legal{
  display:flex; flex-wrap:wrap; gap: 12px; justify-content: space-between;
  padding: 14px 0 0; border-top: 2px solid var(--c-ink);
  font-family:'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.06em;
}

/* -- MUTE -- */
.c-mute{
  position: fixed; bottom: 18px; left: 18px; z-index: 50;
  width: 44px; height: 44px; border-radius: 50%; background: var(--c-bg);
  border: 3px solid var(--c-ink); font-size: 18px; box-shadow: 4px 4px 0 var(--c-ink);
  cursor: pointer;
}
.c-mute:hover{ box-shadow: 6px 6px 0 var(--c-ink); transform: translate(-2px, -2px); }

/* -- KONAMI -- */
.c-konami{ position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 200; display:flex; align-items:center; justify-content: center; padding: 20px; }
.c-konami-card{ max-width: 500px; padding: 32px; background: var(--c-bg); border: 4px solid var(--c-ink); box-shadow: 12px 12px 0 var(--c-red); transform: rotate(-1deg); text-align: center; }
.c-konami-card .c-k-tag{ font-family:'Archivo Black'; font-size: 13px; padding: 6px 12px; background: var(--c-red); color: #fff; display: inline-block; margin-bottom: 16px; }
.c-konami-card h2{ font-family:'Archivo Black'; font-size: 36px; letter-spacing: -0.02em; line-height: 1; margin-bottom: 10px; text-transform: uppercase; }
.c-konami-card p{ margin-bottom: 18px; }
.c-konami-card button{ background: var(--c-ink); color: var(--c-bg); border: 0; padding: 14px 24px; font-family:'Archivo Black'; font-size: 14px; letter-spacing: 0.04em; cursor: pointer; }

/* -- TOAST -- */
.c-toast{
  position: fixed; bottom: 24px; right: 24px; z-index: 250;
  animation: toastIn 0.4s cubic-bezier(0.16,1,0.3,1);
}
@keyframes toastIn{
  from{ opacity: 0; transform: translateY(20px) scale(0.95); }
  to{ opacity: 1; transform: translateY(0) scale(1); }
}
.c-toast-card{
  display: flex; align-items: flex-start; gap: 14px;
  padding: 20px 22px; background: var(--c-ink); color: var(--c-bg);
  border: 3px solid var(--c-bg); box-shadow: 8px 8px 0 var(--c-red);
  max-width: 380px; position: relative;
}
.c-toast-icon{
  font-size: 28px; line-height: 1; flex-shrink: 0; margin-top: 2px;
}
.c-toast-body{ flex: 1; }
.c-toast-title{
  font-family: 'Archivo Black', sans-serif; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 4px;
}
.c-toast-pos{
  font-family: 'JetBrains Mono', monospace; font-size: 13px; opacity: 0.8;
}
.c-toast-pos span{
  font-weight: 700; color: var(--c-red); font-size: 18px;
}
.c-toast-boost{
  font-size: 12px; color: #00C853; margin-top: 4px;
  font-family: 'JetBrains Mono', monospace; text-transform: uppercase;
  letter-spacing: 0.03em;
}
.c-toast-sub{
  font-size: 12px; opacity: 0.5; margin-top: 6px;
}
.c-toast-close{
  position: absolute; top: 8px; right: 10px;
  background: none; border: none; color: var(--c-bg); opacity: 0.4;
  font-size: 16px; cursor: pointer; padding: 4px;
}
.c-toast-close:hover{ opacity: 1; }

@media (max-width: 600px){
  .c-toast{ bottom: 16px; right: 16px; left: 16px; }
  .c-toast-card{ max-width: none; }
}

/* -- LASER POINTER -- */
.laser-canvas{
  position: fixed; inset: 0; z-index: 9998;
  pointer-events: none;
}
.laser-dot{
  position: fixed; width: 10px; height: 10px;
  border-radius: 50%; pointer-events: none; z-index: 9999;
  background: var(--c-red);
  box-shadow: 0 0 8px 2px var(--c-red), 0 0 20px 4px rgba(255,61,0,0.3);
  opacity: 0; transition: opacity 0.15s;
}

/* -- MOBILE -- */
@media (max-width: 600px){
  .c-top{ padding: 10px 16px; }
  .c-top-pills{ display: none; }
  .c-hero{ padding: 24px 16px 36px; min-height: auto; }
  .c-stk.k1, .c-stk.k2, .c-stk.k3, .c-stk.k4, .c-stk.k5{ display: none; }
  .c-arrow{ display: none; }
  .c-section-head{ padding: 40px 16px 16px; }
  .c-what{ padding: 0 16px 40px; }
  .c-step-grid{ padding: 0 16px; }
  .c-why{ padding: 0 16px 48px; }
  .c-stats-grid{ padding: 0 16px; grid-template-columns: 1fr; }
  .c-foot{ padding: 40px 16px 16px; }
  .c-foot-links{ grid-template-columns: 1fr; }
  .c-marq{ font-size: 24px; }
}

/* -- SCROLL REVEAL -- */
.rv{
  opacity: 0; translate: 0 50px;
  transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), translate 0.6s cubic-bezier(0.16,1,0.3,1);
}
.rv-l{ translate: -50px 0; }
.rv-r{ translate: 50px 0; }
.rv.shown{ opacity: 1; translate: 0 0; }
.rv-group > .rv{ transition-delay: calc(var(--d, 0) * 0.09s); }

/* -- REDUCED MOTION -- */
@media (prefers-reduced-motion: reduce){
  .c-megatype, .c-pitch, .c-signup, .c-stk, .c-arrow{ animation: none !important; opacity: 1; }
  .rv{ opacity: 1; translate: none; transition: none; }
}
