/* ==========================================================
   TKO'T, premium dark landing v4
   ========================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: #0A0908; }
body {
  margin: 0;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--crimson); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(232, 62, 72, 0.35); color: #fff; }

/* tokens */
:root {
  --bg:           #0A0908;
  --surface-1:    #121110;
  --surface-2:    #1A1715;
  --surface-3:    #221D1A;
  --surface-hi:   #2A2522;
  --line:         rgba(244,239,231,0.08);
  --line-strong:  rgba(244,239,231,0.14);
  --line-hot:     rgba(244,239,231,0.22);
  --ink:          #F4EFE7;
  --ink-2:        rgba(244,239,231,0.78);
  --ink-3:        rgba(244,239,231,0.58);
  --ink-4:        rgba(244,239,231,0.50);
  --ink-faint:    rgba(244,239,231,0.16);
  --crimson:      #E83E48;
  --crimson-hot:  #FF5A64;
  --crimson-deep: #B3122A;
  --peach:        #F4C7A1;
  --peach-deep:   #E89A6B;
  --gold:         #C68A33;
  --serif:    "Instrument Serif", "Georgia", serif;
  --display:  "Anton", "Archivo Black", Impact, sans-serif;
  --sans:     "Geist", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:     "Geist Mono", ui-monospace, "JetBrains Mono", monospace;
  --maxw: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --r-2xl: 36px;
  --r-pill: 999px;
}

/* ==========================================================
   AMBIENT ORBS + GRAIN
   ========================================================== */
.orbs {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.45;
  will-change: transform;
}
.orb-1 {
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(232,62,72,0.55) 0%, transparent 65%);
  top: -300px; left: -200px;
  animation: orbDrift1 28s ease-in-out infinite alternate;
}
.orb-2 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(244,199,161,0.35) 0%, transparent 65%);
  top: 35%; right: -200px;
  animation: orbDrift2 32s ease-in-out infinite alternate;
}
.orb-3 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(232,62,72,0.40) 0%, transparent 65%);
  bottom: -200px; left: 20%;
  animation: orbDrift3 36s ease-in-out infinite alternate;
}
@keyframes orbDrift1 { 0%{transform:translate(0,0) scale(1)} 100%{transform:translate(80px,60px) scale(1.1)} }
@keyframes orbDrift2 { 0%{transform:translate(0,0) scale(1)} 100%{transform:translate(-100px,80px) scale(1.15)} }
@keyframes orbDrift3 { 0%{transform:translate(0,0) scale(1)} 100%{transform:translate(60px,-50px) scale(1.05)} }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ==========================================================
   TYPE
   ========================================================== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-2);
  background: rgba(244,239,231,0.04);
  padding: 8px 16px 8px 10px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.eyebrow .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--crimson-hot);
  box-shadow: 0 0 0 4px rgba(232,62,72,0.16), 0 0 12px rgba(255,90,100,0.5);
  flex: 0 0 auto;
  animation: dotPulse 2.4s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(232,62,72,0.16), 0 0 12px rgba(255,90,100,0.5); }
  50%      { box-shadow: 0 0 0 8px rgba(232,62,72,0.06), 0 0 20px rgba(255,90,100,0.7); }
}

.h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(38px, 5.5vw, 80px);
  line-height: 1;
  letter-spacing: -0.022em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.italic { font-style: italic; }
.muted { color: var(--ink-3); }
.muted-i { color: var(--ink-3); font-style: italic; }
.lead {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--ink-3);
  max-width: 56ch;
  margin: 0;
}
.cut { color: var(--crimson-hot); display: inline-block; transform: translateY(-0.05em); margin: 0 -0.03em; }
.mono { font-family: var(--mono); font-feature-settings: "ss01"; }
.red { color: var(--crimson-hot); }

/* layout */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}
.section { padding: clamp(80px, 11vw, 160px) 0; position: relative; }

.section-head {
  margin-bottom: clamp(48px, 6vw, 80px);
  max-width: 820px;
}
.section-head .h2 { margin-top: 20px; }
.section-head .lead { margin-top: 22px; }
.head.two-col {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.head.two-col .lead { max-width: 40ch; margin-left: auto; }
@media (max-width: 800px) { .head.two-col { grid-template-columns: 1fr; } .head.two-col .lead { margin-left: 0; } }

/* ==========================================================
   NAV
   ========================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,9,8,0);
  transition: background 280ms ease, backdrop-filter 280ms ease, border-color 280ms ease;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(10,9,8,0.65);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--line);
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 16px var(--gutter);
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
}
.wordmark {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
}
.wordmark .cut { transform: translateY(-2px); }
.nav-links {
  display: flex;
  gap: clamp(20px, 3vw, 36px);
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.nav-links a {
  position: relative;
  padding: 6px 2px;
  color: var(--ink-3);
  transition: color 180ms ease;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1.5px;
  background: var(--crimson);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }
@media (max-width: 860px) { .nav-links { display: none; } }

/* ==========================================================
   BUTTONS
   ========================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -0.005em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 180ms ease, background 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  position: relative;
}
.btn-sm  { padding: 10px 16px 10px 18px; font-size: 13.5px; }
.btn-md  { padding: 14px 26px; font-size: 15px; }
.btn-lg  { padding: 16px 28px; font-size: 16px; }
.btn-xl  { padding: 20px 36px; font-size: 17px; }

.btn-primary {
  background: linear-gradient(180deg, #FF5A64 0%, #E83E48 50%, #C92A36 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.30),
    inset 0 -1px 0 rgba(0,0,0,0.20),
    0 8px 22px -6px rgba(232,62,72,0.55),
    0 2px 6px rgba(232,62,72,0.30);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.40),
    inset 0 -1px 0 rgba(0,0,0,0.20),
    0 14px 32px -6px rgba(255,90,100,0.6),
    0 3px 10px rgba(255,90,100,0.40);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  background: rgba(244,239,231,0.04);
  color: var(--ink);
  border-color: var(--line-strong);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(244,239,231,0.08);
  border-color: var(--line-hot);
  transform: translateY(-1px);
}

.btn-link {
  background: transparent;
  color: var(--ink);
  padding: 12px 4px;
  border-radius: 0;
  border: 0;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
.btn-link::after {
  content: "";
  position: absolute;
  left: 4px; right: 30px; bottom: 8px;
  height: 1.5px;
  background: var(--crimson-hot);
  opacity: 0.4;
  transition: opacity 200ms ease, right 200ms ease;
}
.btn-link:hover::after { opacity: 1; right: 18px; }
.btn-link .arr { transition: transform 200ms ease; display: inline-block; margin-left: 6px; }
.btn-link:hover .arr { transform: translateX(4px); }

/* ==========================================================
   HERO
   ========================================================== */
.hero {
  position: relative;
  padding: clamp(48px, 6vw, 88px) 0 0;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-bg-grad {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(50% 60% at 50% 110%, rgba(232,62,72,0.20) 0%, transparent 60%),
    radial-gradient(70% 50% at 50% -20%, rgba(244,199,161,0.08) 0%, transparent 55%);
}
.hero-bg-rays {
  position: absolute;
  left: 50%; top: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,62,72,0.5), transparent);
}

.hero-content {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.hero-h1 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: clamp(20px, 3vw, 36px) 0 0;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.04em;
}
.hero-h1 .italic {
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 4.5vw, 64px);
  color: var(--ink-2);
  letter-spacing: -0.018em;
  line-height: 1;
}
.hero-h1 .impact {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(72px, 13vw, 180px);
  line-height: 0.88;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  background: linear-gradient(110deg, #BDB6AB 0%, #E5DED1 30%, #FFFFFF 48%, #E5DED1 64%, #BDB6AB 100%);
  background-size: 240% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: impactShimmer 7s ease-in-out infinite 2s;
}
@keyframes impactShimmer {
  0%, 70%, 100% { background-position: 100% 0; }
  40%           { background-position: 0% 0; }
}
.hero-h1 .impact .cut {
  color: var(--crimson-hot);
  display: inline-block;
  transform: translateY(-0.08em);
  margin: 0 -0.02em;
  -webkit-text-fill-color: var(--crimson-hot);
  text-shadow: 0 0 36px rgba(255,90,100,0.6), 0 0 80px rgba(232,62,72,0.4);
}
.hero-sub {
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--ink-3);
  max-width: 52ch;
  margin: clamp(20px, 2.5vw, 32px) auto 0;
  line-height: 1.5;
}
.hero-cta {
  display: flex; gap: 14px; justify-content: center; align-items: center;
  flex-wrap: wrap;
  margin: clamp(28px, 3.5vw, 40px) 0 14px;
}
.hero-micro {
  font-size: 13px;
  color: var(--ink-4);
  letter-spacing: 0.02em;
  margin: 0;
}
.hero-micro .sep { color: var(--ink-faint); margin: 0 8px; }

/* ==========================================================
   HERO SHOWCASE, phone + live log
   ========================================================== */
.hero-showcase {
  margin: clamp(48px, 6vw, 80px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 56px);
  position: relative;
}
.phone.hero-phone {
  width: 320px;
  max-width: 320px;
  flex: 0 0 320px;
  filter:
    drop-shadow(0 50px 80px rgba(0,0,0,0.55))
    drop-shadow(0 20px 30px rgba(0,0,0,0.35))
    drop-shadow(0 0 80px rgba(232,62,72,0.18));
}
.live-log {
  width: 320px;
  flex: 0 0 auto;
  background: rgba(20,17,16,0.72);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  padding: 16px 18px;
  font-size: 13px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 30px 60px -20px rgba(0,0,0,0.6),
    0 0 60px rgba(232,62,72,0.10);
  align-self: stretch;
  max-height: 660px;
  display: flex;
  flex-direction: column;
}
.live-log-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--ink-2);
  font-weight: 500;
}
.live-log-head .live-title { font-family: var(--mono); letter-spacing: 0.02em; }
.live-log-head .live-time { margin-left: auto; color: var(--ink-4); font-family: var(--mono); }
.live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4ADE80;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.14), 0 0 12px rgba(74,222,128,0.6);
  animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(74,222,128,0.14), 0 0 12px rgba(74,222,128,0.6); }
  50%      { box-shadow: 0 0 0 6px rgba(74,222,128,0.04), 0 0 18px rgba(74,222,128,0.85); }
}

.live-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.live-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  animation: liveSlide 600ms cubic-bezier(.2,.8,.2,1) backwards;
}
.live-list li:nth-child(1) { animation-delay: 0ms; }
.live-list li:nth-child(2) { animation-delay: 80ms; }
.live-list li:nth-child(3) { animation-delay: 160ms; }
.live-list li:nth-child(4) { animation-delay: 240ms; }
.live-list li:nth-child(5) { animation-delay: 320ms; }
@keyframes liveSlide {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
.live-list li:last-child { border-bottom: 0; }
.live-list .mono {
  font-size: 12px;
  color: var(--ink-2);
  text-decoration: line-through;
  text-decoration-color: rgba(255,90,100,0.7);
  text-decoration-thickness: 1.5px;
}
.tag-closed, .tag-blocked {
  font-family: var(--mono);
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(232,62,72,0.14);
  color: var(--crimson-hot);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.tag-blocked { background: rgba(244,199,161,0.12); color: var(--peach); }

.live-log-foot {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-3);
}
.live-count {
  font-family: var(--display);
  font-size: 28px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}

@media (max-width: 980px) {
  .hero-showcase { flex-direction: column; }
  .live-log { width: 100%; max-width: 360px; }
}

/* ==========================================================
   PHONE COMPONENT
   ========================================================== */
.phone {
  position: relative;
  width: 100%;
  aspect-ratio: 320 / 660;
  background: #050403;
  border-radius: 48px;
  padding: 11px;
  border: 1.5px solid #1f1a18;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    inset 0 1px 2px rgba(255,255,255,0.08);
}
.phone-screen {
  position: relative;
  width: 100%; height: 100%;
  background: #0E0B0A;
  border-radius: 38px;
  overflow: hidden;
}
.phone-notch {
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 30%; height: 26px;
  background: #050403;
  border-radius: 0 0 16px 16px;
  z-index: 3;
}
.phone-notch::after {
  content: "";
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 36%; height: 7px;
  background: #1a1413;
  border-radius: 8px;
}

.app {
  position: absolute;
  inset: 0;
  padding: 46px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 11px;
}
.app-status {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 10px; font-weight: 600; color: var(--ink-3);
}
.app-status .battery { display: inline-flex; align-items: center; gap: 4px; }
.app-status .bat-box {
  width: 18px; height: 9px; border: 1px solid var(--ink-3);
  border-radius: 2px; position: relative; padding: 1px;
}
.app-status .bat-box::after {
  content: ""; position: absolute; right: -3px; top: 2.5px;
  width: 2px; height: 4px; background: var(--ink-3); border-radius: 0 1px 1px 0;
}
.app-status .bat-fill { display: block; width: 70%; height: 100%; background: var(--ink-3); border-radius: 1px; }

.app-wordmark {
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.app-wordmark .cut { transform: translateY(-1.5px); font-size: 1em; }

.app-head { margin-top: 4px; }
.app-head .day {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-3);
  margin: 0 0 4px;
}
.app-head .count {
  font-family: var(--display);
  font-size: 46px;
  line-height: 0.95;
  color: var(--ink);
  letter-spacing: -0.015em;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.app-head .count .red { color: var(--crimson-hot); }
.app-head .count-sub {
  font-size: 12px; font-family: var(--sans); color: var(--ink-3); font-weight: 500;
}

.app-card {
  background: rgba(244,239,231,0.04);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
}
.app-card .row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.app-card .row + .row { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.app-card .lbl { color: var(--ink-2); font-size: 11px; font-weight: 500; }
.app-card .val { display: inline-flex; align-items: center; gap: 4px; }
.badge-blocked {
  background: rgba(232,62,72,0.14);
  color: var(--crimson-hot);
  padding: 2px 8px; border-radius: 999px;
  font-size: 10px; font-weight: 600;
}

.app-alert {
  background: linear-gradient(180deg, #2A1413 0%, #1A0909 100%);
  border: 1px solid rgba(232,62,72,0.30);
  border-radius: 14px;
  padding: 11px 12px;
  display: flex; align-items: center; gap: 10px;
  margin-top: auto;
  box-shadow: 0 8px 20px -8px rgba(232,62,72,0.40);
}
.app-alert .ico {
  width: 28px; height: 28px; border-radius: 999px;
  background: var(--crimson);
  display: grid; place-items: center; flex: 0 0 28px;
}
.app-alert .ico svg { width: 14px; height: 14px; }
.app-alert .txt { font-size: 10.5px; line-height: 1.35; color: var(--ink); }
.app-alert .txt strong { display: block; font-size: 11px; margin-bottom: 1px; font-weight: 600; color: var(--ink); }

/* ==========================================================
   FLOATING GLASS CHIPS
   ========================================================== */
.float {
  position: absolute;
  background: rgba(20,17,16,0.72);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 10px 14px;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 12px 32px -8px rgba(0,0,0,0.45),
    0 1px 2px rgba(0,0,0,0.4);
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 500; color: var(--ink-2);
  z-index: 2;
  white-space: nowrap;
}
.float-strike {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--ink);
  text-decoration: line-through;
  text-decoration-color: rgba(255,90,100,0.8);
  text-decoration-thickness: 1.5px;
}
.float-meta { font-size: 11px; color: var(--ink-4); }
.float-stat-num {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.float-stat-label {
  font-size: 11px; color: var(--ink-3); margin-top: 2px;
}
.pulse-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--crimson-hot);
  box-shadow: 0 0 8px rgba(255,90,100,0.7);
  animation: dotPulse 2.4s ease-in-out infinite;
}
.pulse-dot.small { width: 6px; height: 6px; }

.float-1 { top: 8%;  left: 3%;  animation: float1 7s ease-in-out infinite; }
.float-2 { top: 30%; right: 4%; animation: float2 8s ease-in-out infinite; }
.float-3 { bottom: 28%; left: 5%; animation: float3 9s ease-in-out infinite; }
.float-4 { bottom: 14%; right: 3%; animation: float4 7.5s ease-in-out infinite; }
@keyframes float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(10px)} }
@keyframes float3 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes float4 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(12px)} }

@media (max-width: 1180px) {
  .float-1, .float-2, .float-3, .float-4 { display: none; }
}

/* trust */
.trust {
  margin: clamp(40px, 5vw, 64px) auto 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  padding-bottom: clamp(40px, 5vw, 72px);
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
}
.trust span { display: inline-flex; align-items: center; gap: 8px; }
.trust .check {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--crimson);
  box-shadow: 0 0 0 3px rgba(232,62,72,0.16);
  display: inline-grid; place-items: center;
  color: #fff; font-size: 9px; font-weight: 700; flex: 0 0 14px;
}

/* ==========================================================
   MARQUEE
   ========================================================== */
.marquee-section {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  background: rgba(0,0,0,0.20);
}
.marquee-section::before,
.marquee-section::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  width: 120px; z-index: 2; pointer-events: none;
}
.marquee-section::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee-section::after  { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.marquee {
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 28px;
  animation: marquee 60s linear infinite;
  white-space: nowrap;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.m-item {
  font-family: var(--mono);
  font-size: 15px;
  color: var(--ink-2);
  text-decoration: line-through;
  text-decoration-color: rgba(255,90,100,0.8);
  text-decoration-thickness: 2px;
  letter-spacing: 0.01em;
}
.m-sep { color: var(--crimson-hot); font-family: var(--display); font-size: 16px; opacity: 0.6; }

/* ==========================================================
   BENTO
   ========================================================== */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: clamp(40px, 5vw, 64px);
}
.bento-card {
  position: relative;
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--surface-1) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(28px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  transition: border-color 280ms ease, transform 280ms ease, box-shadow 280ms ease;
  grid-column: span 3;
  min-height: 360px;
}
.bento-card:hover {
  border-color: var(--line-hot);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.5);
}
/* gradient border glow on hover */
.bento-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(232,62,72,0.5), transparent 40%, transparent 60%, rgba(244,199,161,0.3));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}
.bento-card:hover::before { opacity: 1; }

.bento-card-wide { grid-column: span 6; flex-direction: row; align-items: stretch; gap: 32px; }
.bento-card-wide .bento-body { flex: 1; max-width: 460px; }
.bento-card-wide .bento-art { flex: 1.2; }

@media (max-width: 980px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-card { grid-column: span 1; min-height: 320px; }
  .bento-card-wide { grid-column: span 2; flex-direction: column; }
  .bento-card-wide .bento-body { max-width: none; }
}
@media (max-width: 600px) {
  .bento { grid-template-columns: 1fr; }
  .bento-card, .bento-card-wide { grid-column: span 1; }
}

.bento-body {
  display: flex; flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.bento-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--ink-3);
  padding: 5px 11px 5px 8px;
  border-radius: 999px;
  background: rgba(244,239,231,0.04);
  border: 1px solid var(--line);
  width: fit-content;
}
.bento-tag .tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--crimson-hot);
  box-shadow: 0 0 8px rgba(255,90,100,0.6);
}
.bento-h {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.bento-p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-3);
  margin: 0;
  max-width: 40ch;
}
.bento-meta {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-4);
}
.bento-meta span { display: inline-flex; align-items: center; gap: 6px; }

.bento-art {
  position: relative;
  min-height: 200px;
  display: grid;
  place-items: center;
  border-radius: var(--r-lg);
  overflow: hidden;
}

/* === WATCHER art === */
.bento-art-watcher {
  background:
    radial-gradient(60% 80% at 50% 50%, rgba(232,62,72,0.18), transparent 70%),
    rgba(0,0,0,0.30);
}
.watcher-frame { width: 100%; padding: 20px; }
.watcher-window {
  background: #0a0707;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 8px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 16px 1fr 1fr;
  gap: 6px;
}
.watcher-bar {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 5px;
  font-family: var(--mono); font-size: 9px; color: var(--ink-4);
}
.watcher-bar .dot-r, .watcher-bar .dot-y, .watcher-bar .dot-g {
  width: 8px; height: 8px; border-radius: 50%;
}
.watcher-bar .dot-r { background: #FF5A57; }
.watcher-bar .dot-y { background: #FEBC2E; }
.watcher-bar .dot-g { background: #28C840; }
.watcher-url { margin-left: 10px; }
.watcher-tile {
  background: linear-gradient(135deg, #2a1414 0%, #1a0a0a 100%);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.watcher-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent 0 6px, rgba(255,255,255,0.03) 6px 7px);
}
.watcher-tile[data-tile="1"]::before {
  content: ""; position: absolute; inset: 20% 30%;
  background: radial-gradient(circle, rgba(232,62,72,0.5), transparent 70%);
  border-radius: 50%;
}
.watcher-tile[data-tile="2"]::before {
  content: ""; position: absolute; inset: 30% 25%;
  background: linear-gradient(135deg, rgba(244,199,161,0.4), transparent);
  border-radius: 50%;
}
.watcher-tile[data-tile="3"]::before {
  content: ""; position: absolute; inset: 25% 35%;
  background: radial-gradient(circle, rgba(232,62,72,0.4), transparent 70%);
  border-radius: 50%;
}
.watcher-tile[data-tile="4"]::before {
  content: ""; position: absolute; inset: 30% 20%;
  background: linear-gradient(135deg, rgba(244,199,161,0.35), transparent);
  border-radius: 50%;
}

.scan-line {
  position: absolute;
  left: 8px; right: 8px;
  top: 16px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--crimson-hot), transparent);
  box-shadow: 0 0 8px var(--crimson-hot), 0 0 16px var(--crimson-hot);
  animation: scan 3.6s cubic-bezier(.4,0,.6,1) infinite;
  z-index: 3;
}
@keyframes scan {
  0% { top: 16px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: calc(100% - 8px); opacity: 0; }
}
.watcher-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,7,7,0.78);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  opacity: 0;
  animation: koFlash 3.6s ease-in-out infinite;
}
@keyframes koFlash {
  0%, 75% { opacity: 0; }
  80% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0; }
}
.watcher-ko {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: var(--display);
  font-size: 18px;
  color: var(--crimson-hot);
  letter-spacing: 0.02em;
  text-shadow: 0 0 20px rgba(255,90,100,0.6);
}
.watcher-ko svg {
  width: 32px; height: 32px;
  background: var(--crimson);
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 30px rgba(232,62,72,0.7);
}

/* === DNS art === */
.bento-art-dns {
  background:
    radial-gradient(50% 80% at 50% 50%, rgba(232,62,72,0.10), transparent 70%),
    rgba(0,0,0,0.25);
}
.dns-svg { width: 80%; max-width: 280px; }

/* === TAMPER art === */
.bento-art-tamper {
  background:
    radial-gradient(50% 70% at 50% 50%, rgba(232,62,72,0.15), transparent 70%),
    rgba(0,0,0,0.25);
}
.lock {
  position: relative;
  width: 100px; height: 100px;
  display: grid; place-items: center;
}
.lock-svg { width: 64px; height: 64px; position: relative; z-index: 2; }
.lock-ring {
  position: absolute;
  inset: -20px;
  border: 1.5px solid rgba(232,62,72,0.4);
  border-radius: 50%;
  animation: lockRing 4s ease-in-out infinite;
}
.lock-ring::before, .lock-ring::after {
  content: "";
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(232,62,72,0.20);
  border-radius: 50%;
  animation: lockRing 4s ease-in-out infinite reverse;
}
.lock-ring::after { inset: -32px; opacity: 0.5; }
@keyframes lockRing {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.04); opacity: 1; }
}

/* === PRIVACY art === */
.bento-art-privacy {
  background:
    radial-gradient(50% 70% at 50% 50%, rgba(244,199,161,0.10), transparent 70%),
    rgba(0,0,0,0.25);
}
.shield-stack {
  position: relative;
  width: 120px; height: 120px;
  display: grid; place-items: center;
}
.shield-icon { width: 56px; height: 56px; position: relative; z-index: 4; filter: drop-shadow(0 0 20px rgba(232,62,72,0.5)); }
.shield-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
}
.shield-ring.s1 { inset: 0; border-color: rgba(232,62,72,0.5); animation: shieldRing 3.4s ease-in-out infinite; }
.shield-ring.s2 { inset: -18px; border-color: rgba(232,62,72,0.25); animation: shieldRing 3.4s ease-in-out infinite 0.4s; }
.shield-ring.s3 { inset: -36px; border-color: rgba(232,62,72,0.12); animation: shieldRing 3.4s ease-in-out infinite 0.8s; }
@keyframes shieldRing {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.15); opacity: 0; }
}

/* === DEVICES art === */
.bento-art-devices {
  background:
    radial-gradient(60% 80% at 30% 50%, rgba(232,62,72,0.12), transparent 70%),
    rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 24px;
  min-height: 280px;
}
.mini-mac {
  width: 70%;
  max-width: 360px;
  aspect-ratio: 16/10;
  background: #050403;
  border-radius: 8px;
  padding: 7px;
  border: 1px solid #1f1a18;
  box-shadow: 0 20px 40px -16px rgba(0,0,0,0.6);
  z-index: 1;
}
.mini-mac-screen {
  width: 100%; height: 100%;
  background: var(--surface-1);
  border-radius: 3px;
  display: flex;
  overflow: hidden;
}
.mini-mac-side {
  width: 30%;
  padding: 10px 8px;
  background: var(--surface-2);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 6px;
}
.mini-wm {
  font-family: var(--display);
  font-size: 12px; color: var(--ink);
}
.mini-wm .cut { transform: translateY(-1px); }
.mini-item {
  height: 6px; border-radius: 3px;
  background: var(--line);
}
.mini-item.is-active { background: var(--crimson); width: 80%; }
.mini-mac-main {
  flex: 1; padding: 14px;
  display: flex; flex-direction: column; gap: 6px;
}
.mini-big {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1;
  color: var(--crimson-hot);
  letter-spacing: -0.01em;
}
.mini-sub { font-size: 9px; color: var(--ink-4); letter-spacing: 0.02em; }
.mini-row {
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--line) 0%, rgba(232,62,72,0.18) 60%, transparent 100%);
  margin-top: 4px;
}
.mini-phone {
  width: 70px;
  aspect-ratio: 70/140;
  background: #050403;
  border-radius: 12px;
  border: 1px solid #1f1a18;
  padding: 4px;
  margin-left: -18px;
  margin-top: 30px;
  box-shadow: 0 16px 30px -12px rgba(0,0,0,0.65);
  position: relative;
  z-index: 2;
}
.mini-phone-notch {
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 30%; height: 7px;
  background: #050403;
  border-radius: 0 0 4px 4px;
  z-index: 3;
}
.mini-phone-screen {
  width: 100%; height: 100%;
  background: var(--surface-1);
  border-radius: 8px;
  padding: 14px 6px 6px;
  display: flex; flex-direction: column; gap: 4px;
}
.mini-wm-p {
  font-family: var(--display);
  font-size: 9px;
  color: var(--ink);
  text-align: center;
}
.mini-wm-p .cut { transform: translateY(-0.5px); }
.mini-day-p {
  font-family: var(--display);
  font-size: 14px;
  color: var(--ink);
  text-align: center;
  letter-spacing: -0.01em;
}
.mini-row-p {
  height: 4px; border-radius: 2px;
  background: var(--line);
  margin-top: 2px;
}

/* ==========================================================
   STICKY SCROLL, HOW IT WORKS
   ========================================================== */
.sticky-section { padding-top: clamp(60px, 8vw, 100px); }
.sticky-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
  position: relative;
}
.sticky-text {
  display: flex; flex-direction: column;
  gap: clamp(80px, 16vh, 200px);
  padding: 18vh 0;
}
.sticky-step {
  opacity: 0.84;
  transition: opacity 600ms ease;
}
.sticky-step.is-active { opacity: 1; }
.sticky-step .step-num {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 18px;
  color: var(--crimson-hot);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.sticky-step .step-num::before {
  content: ""; width: 36px; height: 1.5px; background: var(--crimson);
}
.sticky-step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--ink);
}
.sticky-step p {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--ink-3);
  margin: 0 0 22px;
  max-width: 44ch;
}
.step-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.step-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14.5px;
  color: var(--ink-2);
}
.step-list .check {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(232,62,72,0.14);
  color: var(--crimson-hot);
  flex: 0 0 22px;
}
.step-list .check svg { width: 12px; height: 12px; }

.sticky-visual {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  height: min(80vh, 660px);
  display: grid; place-items: center;
}
.sticky-phone-wrap {
  position: relative;
  width: 320px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.step-rail {
  display: flex; flex-direction: column;
  gap: 16px;
  font-family: var(--display);
  font-size: 14px;
}
.rail-tick {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-4);
  padding: 4px 0;
  letter-spacing: 0.04em;
  transition: color 300ms ease;
}
.rail-tick::before {
  content: ""; width: 16px; height: 1.5px;
  background: currentColor; opacity: 0.5;
  transition: width 320ms ease, background 320ms ease, opacity 320ms ease;
}
.rail-tick.is-on { color: var(--crimson-hot); }
.rail-tick.is-on::before { width: 36px; opacity: 1; box-shadow: 0 0 8px rgba(255,90,100,0.6); }

.phone.sticky-phone {
  width: 280px;
  max-width: 280px;
  flex: 0 0 280px;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.55)) drop-shadow(0 0 80px rgba(232,62,72,0.16));
}

.step-screen {
  position: absolute;
  inset: 0;
  border-radius: 38px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 480ms cubic-bezier(.2,.8,.2,1), transform 480ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.step-screen.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }

.step-sub {
  margin: 0;
  font-size: 13px;
  color: var(--ink-3);
}
/* category grid in step 1 */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
.cat-tile {
  background: rgba(244,239,231,0.04);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 9px;
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; color: var(--ink-2);
  transition: all 200ms ease;
}
.cat-tile.is-on {
  background: rgba(232,62,72,0.14);
  border-color: rgba(232,62,72,0.30);
  color: var(--ink);
}
.cat-emoji { font-size: 14px; line-height: 1; }
.app-cta {
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #DD2C36;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 6px 14px -6px rgba(232,62,72,0.5);
}

/* step 2 install */
.install-stack {
  display: flex; flex-direction: column; gap: 8px;
}
.install-row {
  background: rgba(244,239,231,0.04);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 10px;
  display: flex; align-items: center; gap: 9px;
  font-size: 11px;
}
.install-ico {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(74,222,128,0.16);
  color: #4ADE80;
  display: grid; place-items: center;
  flex: 0 0 22px;
}
.install-ico.is-progress { background: rgba(232,62,72,0.16); color: var(--crimson-hot); }
.install-row strong { display: block; color: var(--ink); font-weight: 600; font-size: 11.5px; }
.install-row span { display: block; color: var(--ink-4); font-size: 10px; margin-top: 1px; }
.spin { animation: spin 1.2s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.install-status {
  margin-top: 4px;
  display: flex; align-items: center; gap: 8px;
  font-size: 11px;
  color: var(--crimson-hot);
  font-weight: 500;
}

/* step 3 day hero */
.day-hero {
  display: flex; flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
}
.day-num {
  font-family: var(--display);
  font-size: 56px;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 0.9;
}
.day-num .red { color: var(--crimson-hot); }
.day-streak {
  display: flex; gap: 4px;
}
.streak-bar {
  width: 10px; height: 22px;
  border-radius: 3px;
  background: var(--crimson);
  box-shadow: 0 0 8px rgba(232,62,72,0.4);
}
.day-meta { font-size: 11px; color: var(--ink-3); }

@media (max-width: 880px) {
  .sticky-stage { grid-template-columns: 1fr; }
  .sticky-visual { position: relative; top: auto; transform: none; height: auto; padding: 24px 0; }
  .sticky-text { padding: 24px 0; gap: 60px; }
}

/* ==========================================================
   KNOCKOUT GRID
   ========================================================== */
.ko-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media (max-width: 1000px) { .ko-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .ko-grid { grid-template-columns: repeat(2, 1fr); } }

.ko-chip {
  position: relative;
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px 18px 18px;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
  user-select: none;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ko-chip:hover {
  background: var(--surface-2);
  border-color: var(--line-strong);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.5);
}
.ko-ico {
  width: 34px; height: 34px;
  border-radius: 10px;
  display: grid; place-items: center;
  margin-bottom: 14px;
  background: rgba(232,62,72,0.10);
  color: var(--crimson-hot);
}
.ko-ico svg { width: 18px; height: 18px; }
.ko-name {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
  position: relative;
  display: inline-block;
  line-height: 1.25;
}
.ko-name::after {
  content: "";
  position: absolute;
  left: -4%; right: -4%;
  top: 52%;
  height: 2.5px;
  border-radius: 2px;
  background: var(--crimson-hot);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 360ms cubic-bezier(.2,.9,.2,1);
  box-shadow: 0 0 10px rgba(255,90,100,0.6);
}
.ko-meta {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  color: var(--ink-4);
  font-variant-numeric: tabular-nums;
}
.ko-chip.is-ko { opacity: 1; }
.ko-chip.is-ko .ko-name { color: var(--ink-3); }
.ko-chip.is-ko .ko-name::after { transform: translateY(-50%) scaleX(1); }
.ko-chip.is-ko .ko-ico { background: rgba(232,62,72,0.22); }

.ko-chip[data-color="orange"] .ko-ico { background: rgba(232,138,51,0.14); color: #E89A6B; }
.ko-chip[data-color="peach"]  .ko-ico { background: rgba(244,199,161,0.14); color: var(--peach); }
.ko-chip[data-color="sand"]   .ko-ico { background: rgba(198,138,51,0.14); color: var(--gold); }
.ko-chip[data-color="rose"]   .ko-ico { background: rgba(255,90,100,0.14); color: var(--crimson-hot); }
.ko-chip[data-color="ink"]    .ko-ico { background: rgba(244,239,231,0.08); color: var(--ink-2); }

.ko-foot {
  margin-top: clamp(28px, 4vw, 40px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 20px;
  color: var(--ink-3); font-size: 14px;
}
.ko-count {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--ink);
}
.ko-count .num { color: var(--crimson-hot); font-weight: 400; }
.ko-dim { color: var(--ink-4); font-size: 14px; }

/* ==========================================================
   COUNTERS
   ========================================================== */
.counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: clamp(40px, 5vw, 64px);
}
@media (max-width: 800px) { .counters { grid-template-columns: repeat(2, 1fr); } }
.counter {
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(28px, 3vw, 36px);
  position: relative;
  overflow: hidden;
  transition: border-color 220ms ease, transform 220ms ease;
}
.counter:hover { border-color: var(--line-hot); transform: translateY(-2px); }
.counter::before {
  content: ""; position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 100% 100%, rgba(232,62,72,0.10), transparent 70%);
  pointer-events: none;
}
.counter-num {
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  color: var(--ink);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  position: relative;
  z-index: 1;
}
.counter-num .suffix {
  font-size: 0.5em; color: var(--crimson-hot); margin-left: 2px;
}
.counter-label {
  font-size: 14px;
  color: var(--ink-3);
  margin-top: 10px;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}

/* ==========================================================
   HEAVY MODE
   ========================================================== */
.heavy-section {
  margin: clamp(40px, 6vw, 80px) clamp(12px, 2vw, 24px);
  border-radius: clamp(24px, 3vw, 40px);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, #160C0C 0%, #1D1110 50%, #160C0C 100%);
  border: 1px solid rgba(232,62,72,0.18);
}
.heavy-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(70% 50% at 50% 0%, rgba(232,62,72,0.30), transparent 65%),
    radial-gradient(50% 40% at 100% 100%, rgba(179,18,42,0.25), transparent 65%),
    radial-gradient(40% 30% at 0% 70%, rgba(255,90,100,0.12), transparent 60%);
}
.heavy-inner {
  padding: clamp(64px, 9vw, 128px) var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
}
.heavy .h2 { color: var(--ink); max-width: 18ch; }
.heavy .h2 .red { color: var(--crimson-hot); font-style: italic; }
.heavy .lead { color: var(--ink-2); margin-top: 24px; }

.heavy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  margin-top: clamp(48px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 900px) { .heavy-grid { grid-template-columns: 1fr; } }

.beats { display: flex; flex-direction: column; }
.beat {
  padding: clamp(20px, 2.4vw, 28px) 0;
  border-top: 1px solid rgba(244,239,231,0.10);
  display: flex; gap: 18px; align-items: flex-start;
}
.beat:last-child { border-bottom: 1px solid rgba(244,239,231,0.10); }
.beat .b-ico {
  flex: 0 0 36px;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,90,100,0.16);
  color: var(--crimson-hot);
  display: grid; place-items: center;
  margin-top: 2px;
}
.beat .b-ico svg { width: 18px; height: 18px; }
.beat h3 { color: var(--ink); margin: 0 0 6px; font-family: var(--sans); font-weight: 600; font-size: clamp(17px, 1.5vw, 20px); letter-spacing: -0.01em; }
.beat p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-3); }
.beat p em { color: var(--ink); font-style: italic; font-weight: 500; }

.heavy-phone {
  max-width: 280px;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.65)) drop-shadow(0 0 60px rgba(232,62,72,0.18));
}

.heavy-quote {
  margin: clamp(64px, 8vw, 112px) auto 0;
  text-align: center;
  max-width: 22ch;
}
.heavy-quote p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
}
.heavy-quote p .red { font-style: italic; }
.heavy-quote .mark {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(80px, 10vw, 140px);
  line-height: 0.3;
  color: var(--crimson-hot);
  display: block;
  margin-bottom: 18px;
  opacity: 0.9;
}

/* ==========================================================
   COMPARISON
   ========================================================== */
.compare-table {
  margin-top: clamp(40px, 5vw, 64px);
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.compare-head, .compare-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  align-items: center;
}
.compare-head {
  padding: 18px 0;
  background: rgba(244,239,231,0.04);
  border-bottom: 1px solid var(--line);
}
.compare-col {
  padding: 0 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
  letter-spacing: 0.02em;
}
.compare-feat-col { text-align: left; padding-left: clamp(20px, 2.5vw, 32px); }
.compare-col.compare-tkot { color: var(--ink); }
.compare-brand {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.compare-brand .cut { transform: translateY(-2px); }

.compare-row {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  transition: background 200ms ease;
}
.compare-row:hover { background: rgba(244,239,231,0.025); }
.compare-row:last-child { border-bottom: 0; }
.compare-cell {
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
  color: var(--ink-3);
}
.compare-cell.compare-feat {
  text-align: left;
  padding-left: clamp(20px, 2.5vw, 32px);
  font-weight: 500;
  color: var(--ink);
}
.compare-cell.compare-tkot {
  background: linear-gradient(180deg, rgba(232,62,72,0.06), rgba(232,62,72,0.02));
  position: relative;
}
.compare-row:first-of-type .compare-cell.compare-tkot { padding-top: 6px; }
.yes {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--crimson);
  color: #fff;
}
.yes svg { width: 12px; height: 12px; }
.compare-cell:not(.compare-tkot) .yes {
  background: rgba(244,239,231,0.10);
  color: var(--ink-3);
}
.no { color: var(--ink-4); font-size: 18px; }
.partial { font-size: 12px; color: var(--ink-4); }

.compare-price {
  background: rgba(0,0,0,0.20);
  border-top: 1px solid var(--line-strong);
}
.compare-price .compare-cell { font-family: var(--mono); font-size: 14px; }
.compare-price .compare-feat { font-family: var(--sans); }
.price-free {
  font-family: var(--display);
  font-size: 22px;
  color: var(--crimson-hot);
  letter-spacing: 0.04em;
  text-shadow: 0 0 16px rgba(232,62,72,0.4);
}

@media (max-width: 800px) {
  .compare-head, .compare-row { grid-template-columns: 1.2fr 1fr 1fr; }
  .compare-col:nth-child(4), .compare-col:nth-child(5),
  .compare-cell:nth-child(4), .compare-cell:nth-child(5) {
    display: none;
  }
}

/* ==========================================================
   WHY FREE
   ========================================================== */
.free-section { text-align: center; position: relative; isolation: isolate; }
.free-section::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(50% 60% at 50% 50%, rgba(232,62,72,0.10), transparent 65%);
}
.free-stack {
  display: flex; flex-direction: column; align-items: center;
  gap: clamp(20px, 3vw, 32px);
}
.free-h { max-width: 22ch; text-align: center; }
.free-mega {
  font-family: var(--display);
  font-size: clamp(120px, 22vw, 320px);
  line-height: 0.82;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0;
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4EFE7 50%, #BDB6AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.free-mega .red {
  color: var(--crimson-hot);
  -webkit-text-fill-color: var(--crimson-hot);
  text-shadow: 0 0 80px rgba(232,62,72,0.50);
}
.free-mega::after {
  content: "FOREVER";
  position: absolute;
  bottom: -0.42em;
  left: 50%; transform: translateX(-50%);
  font-size: 0.16em;
  letter-spacing: 0.3em;
  color: var(--ink-3);
  -webkit-text-fill-color: var(--ink-3);
  white-space: nowrap;
}
.free-sub {
  max-width: 48ch;
  font-size: clamp(17px, 1.6vw, 22px);
  color: var(--ink-3);
  line-height: 1.5;
  margin: clamp(40px, 5vw, 64px) auto 0;
}
.free-sub .heavy { font-family: var(--serif); font-style: italic; color: var(--ink); }

/* ==========================================================
   STORIES
   ========================================================== */
.stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(40px, 5vw, 64px);
}
@media (max-width: 900px) { .stories { grid-template-columns: 1fr; } }
.story {
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(28px, 3vw, 36px);
  display: flex; flex-direction: column;
  gap: 18px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
  position: relative;
  overflow: hidden;
}
.story:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  background: var(--surface-2);
}
.story-mid {
  background: linear-gradient(160deg, var(--surface-2) 0%, var(--surface-1) 100%);
  border-color: rgba(232,62,72,0.20);
}
.story .day {
  font-family: var(--display);
  font-size: clamp(40px, 4.5vw, 56px);
  line-height: 0.95;
  color: var(--crimson-hot);
  letter-spacing: -0.015em;
  text-shadow: 0 0 30px rgba(232,62,72,0.30);
}
.story blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.005em;
  text-wrap: pretty;
  flex: 1;
}
.story blockquote p { margin: 0; }
.story footer {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; padding-top: 4px;
}
.story .avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(232,62,72,0.14);
  color: var(--crimson-hot);
  display: grid; place-items: center;
  font-weight: 600; font-size: 13px; letter-spacing: 0.02em;
  border: 1px solid rgba(232,62,72,0.25);
}
.story .who { color: var(--ink-2); font-weight: 500; }
.story .who span { display: block; color: var(--ink-4); font-weight: 400; font-size: 12px; margin-top: 1px; }

/* ==========================================================
   FAQ
   ========================================================== */
.faq-section {
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.20));
}
.faq-section .container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 900px) { .faq-section .container { grid-template-columns: 1fr; } }
.faq-side h2 { max-width: 12ch; }
.faq-side p { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  list-style: none; cursor: pointer;
  padding: clamp(20px, 2.4vw, 28px) 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600; color: var(--ink);
  letter-spacing: -0.01em;
  transition: color 200ms ease;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--crimson-hot); }
.qmark {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(244,239,231,0.04);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  flex: 0 0 28px;
  position: relative;
  transition: transform 320ms cubic-bezier(.2,.9,.2,1), background 200ms;
}
.qmark::before, .qmark::after {
  content: ""; position: absolute; background: var(--ink-2);
  transition: background 200ms ease;
}
.qmark::before { width: 12px; height: 1.5px; }
.qmark::after  { width: 1.5px; height: 12px; }
.qa[open] .qmark { transform: rotate(45deg); background: var(--crimson); border-color: var(--crimson); }
.qa[open] .qmark::before, .qa[open] .qmark::after { background: #fff; }
.qa .a {
  padding: 0 0 clamp(20px, 2.4vw, 28px);
  max-width: 64ch;
  font-size: 15.5px; line-height: 1.6;
  color: var(--ink-3);
}
.qa .a p { margin: 0; }

/* ==========================================================
   FINAL CTA
   ========================================================== */
.final-section {
  position: relative;
  text-align: center;
  padding: clamp(96px, 14vw, 200px) 0 clamp(80px, 10vw, 140px);
  overflow: hidden;
  isolation: isolate;
}
.final-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(70% 80% at 50% 100%, rgba(232,62,72,0.40) 0%, rgba(232,62,72,0.15) 30%, transparent 65%),
    radial-gradient(50% 50% at 50% 100%, rgba(244,199,161,0.22) 0%, transparent 60%),
    radial-gradient(80% 40% at 50% 0%, rgba(232,62,72,0.08) 0%, transparent 60%);
}
.final-orb {
  position: absolute;
  left: 50%; bottom: -50%;
  transform: translateX(-50%);
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(255,90,100,0.20), transparent 60%);
  filter: blur(60px);
  border-radius: 50%;
  animation: orbDrift1 24s ease-in-out infinite alternate;
}
.final-section .eyebrow { background: rgba(20,17,16,0.5); }
.final-headline {
  font-family: var(--display);
  font-size: clamp(72px, 13vw, 200px);
  letter-spacing: -0.02em;
  line-height: 0.88;
  color: var(--ink);
  margin: clamp(24px, 3vw, 36px) 0 0;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4EFE7 50%, #C5BCAD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.final-headline .cut { -webkit-text-fill-color: var(--crimson-hot); color: var(--crimson-hot); text-shadow: 0 0 36px rgba(255,90,100,0.5); }
.final-headline .alt {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 0.42em;
  letter-spacing: -0.015em;
  text-transform: none;
  color: var(--ink-2);
  -webkit-text-fill-color: var(--ink-2);
  margin-top: 0.12em;
}
.final-sub {
  font-size: clamp(17px, 1.8vw, 22px);
  color: var(--ink-2);
  margin: clamp(28px, 3.5vw, 40px) auto clamp(28px, 4vw, 40px);
  max-width: 36ch;
  line-height: 1.45;
}
.final-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.final-micro {
  margin: clamp(28px, 4vw, 40px) auto 0;
  font-size: 13px; letter-spacing: 0.04em;
  color: var(--ink-3);
}
.final-micro .sep { color: var(--ink-faint); margin: 0 8px; }

/* ==========================================================
   FOOTER
   ========================================================== */
.footer {
  background: #050403;
  color: var(--ink-3);
  padding: clamp(56px, 7vw, 88px) 0 clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--line);
}
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}
.footer-wm {
  font-family: var(--display);
  font-size: clamp(80px, 13vw, 200px);
  line-height: 0.85;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.footer-wm .cut { color: var(--crimson-hot); transform: translateY(-6px); text-shadow: 0 0 40px rgba(255,90,100,0.5); }
.footer-tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--ink-3);
  margin: 0 0 8px;
  text-align: right;
}
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center;
  padding-top: 24px;
  font-size: 13px;
  color: var(--ink-4);
}
.footer-links { display: flex; gap: 24px; margin-left: auto; }
.footer-links a { color: var(--ink-3); transition: color 180ms; }
.footer-links a:hover { color: var(--ink); }
.footer-bottom .copy { margin: 0; letter-spacing: 0.02em; }

/* ==========================================================
   REVEALS
   ========================================================== */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 800ms cubic-bezier(.2,.8,.2,1), transform 800ms cubic-bezier(.2,.8,.2,1);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * {
  opacity: 0; transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(.2,.8,.2,1), transform 700ms cubic-bezier(.2,.8,.2,1);
}
.reveal-stagger.is-in > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-in > *:nth-child(1)  { transition-delay: 0ms; }
.reveal-stagger.is-in > *:nth-child(2)  { transition-delay: 70ms; }
.reveal-stagger.is-in > *:nth-child(3)  { transition-delay: 140ms; }
.reveal-stagger.is-in > *:nth-child(4)  { transition-delay: 210ms; }
.reveal-stagger.is-in > *:nth-child(5)  { transition-delay: 280ms; }
.reveal-stagger.is-in > *:nth-child(6)  { transition-delay: 350ms; }
.reveal-stagger.is-in > *:nth-child(7)  { transition-delay: 420ms; }
.reveal-stagger.is-in > *:nth-child(8)  { transition-delay: 490ms; }
.reveal-stagger.is-in > *:nth-child(9)  { transition-delay: 560ms; }
.reveal-stagger.is-in > *:nth-child(10) { transition-delay: 630ms; }

/* ==========================================================
   SCROLL PROGRESS BAR
   ========================================================== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--crimson-deep), var(--crimson-hot));
  box-shadow: 0 0 12px rgba(255,90,100,0.5);
  z-index: 60;
  transition: width 80ms linear;
}

/* ==========================================================
   HERO MOUSE SPOTLIGHT
   ========================================================== */
.hero {
  --mx: 50%; --my: 30%;
}
.hero-spotlight {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 400ms ease;
  background: radial-gradient(circle 400px at var(--mx) var(--my), rgba(255,90,100,0.16), transparent 60%);
}
.hero:hover .hero-spotlight { opacity: 1; }

/* ==========================================================
   STICKY CTA BAR
   ========================================================== */
.sticky-cta {
  position: fixed;
  left: 50%; bottom: clamp(16px, 3vw, 28px);
  transform: translateX(-50%) translateY(160%);
  z-index: 40;
  background: rgba(20,17,16,0.82);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 9px 9px 9px 22px;
  display: flex; align-items: center; gap: 20px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 20px 50px -12px rgba(0,0,0,0.6),
    0 0 60px rgba(232,62,72,0.18);
  transition: transform 540ms cubic-bezier(.2,.8,.2,1), opacity 300ms ease;
  opacity: 0;
  max-width: calc(100vw - 32px);
}
.sticky-cta.is-on { transform: translateX(-50%) translateY(0); opacity: 1; }
.sticky-cta-copy {
  font-size: 13.5px; color: var(--ink-2); white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
}
.sticky-cta-copy strong {
  color: var(--ink); font-weight: 600;
}
.sticky-cta-copy .sep { color: var(--ink-faint); }
@media (max-width: 700px) {
  .sticky-cta { padding: 8px 8px 8px 16px; gap: 12px; }
  .sticky-cta-copy .sub { display: none; }
}

/* ==========================================================
   BENTO CARD 3D TILT (set up by JS)
   ========================================================== */
.bento-card {
  transform-style: preserve-3d;
  will-change: transform;
  transition: border-color 280ms ease, transform 380ms cubic-bezier(.2,.8,.2,1), box-shadow 280ms ease;
}
.bento-card .bento-body,
.bento-card .bento-art {
  transform: translateZ(0);
  transition: transform 380ms cubic-bezier(.2,.8,.2,1);
}
.bento-card.is-tilt .bento-body { transform: translateZ(20px); }
.bento-card.is-tilt .bento-art  { transform: translateZ(30px); }
.bento-card .bento-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease;
  background: radial-gradient(circle 240px at var(--sx,50%) var(--sy,50%), rgba(255,255,255,0.10), transparent 60%);
  z-index: 3;
}
.bento-card:hover .bento-shine { opacity: 1; }

/* ==========================================================
   DNS PATH ANIMATION
   ========================================================== */
.dns-svg g[stroke-dasharray] line {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: dnsDraw 2.8s cubic-bezier(.4,0,.2,1) infinite;
}
.dns-svg g[stroke-dasharray] line:nth-child(1) { animation-delay: 0s; }
.dns-svg g[stroke-dasharray] line:nth-child(2) { animation-delay: 0.18s; }
.dns-svg g[stroke-dasharray] line:nth-child(3) { animation-delay: 0.36s; }
.dns-svg g[stroke-dasharray] line:nth-child(4) { animation-delay: 0.54s; }
.dns-svg g[stroke-dasharray] line:nth-child(5) { animation-delay: 0.72s; }
.dns-svg g[stroke-dasharray] line:nth-child(6) { animation-delay: 0.90s; }
@keyframes dnsDraw {
  0%   { stroke-dashoffset: 80; opacity: 0; }
  20%  { opacity: 1; }
  60%  { stroke-dashoffset: 0; opacity: 1; }
  90%  { opacity: 1; }
  100% { stroke-dashoffset: -80; opacity: 0; }
}

/* ==========================================================
   MAGNETIC PRIMARY BUTTON helpers
   ========================================================== */
.btn-primary {
  will-change: transform;
}
.btn-primary > * { pointer-events: none; }

/* ==========================================================
   IMPACT GLOW HALO
   ========================================================== */
.hero-h1 .impact::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(60% 50% at 50% 60%, rgba(232,62,72,0.20), transparent 70%);
  z-index: -1;
  filter: blur(20px);
  pointer-events: none;
}

/* ==========================================================
   SPARKLE on counters
   ========================================================== */
.counter::after {
  content: "";
  position: absolute;
  top: 18px; right: 18px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--crimson-hot);
  box-shadow: 0 0 10px var(--crimson-hot);
  opacity: 0.7;
  animation: dotPulse 2.4s ease-in-out infinite;
}

/* ==========================================================
   HERO PHONE AUTO-CYCLE
   ========================================================== */
.hero-phone .phone-screen { position: relative; }
.hero-phone-cycle {
  position: absolute;
  inset: 0;
  border-radius: 38px;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 600ms cubic-bezier(.2,.8,.2,1), transform 600ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.hero-phone-cycle.is-on {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* ==========================================================
   LETTER STAGGER REVEAL
   ========================================================== */
.h2 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  filter: blur(8px);
  transition: opacity 700ms cubic-bezier(.2,.8,.2,1),
              transform 700ms cubic-bezier(.2,.8,.2,1),
              filter 700ms cubic-bezier(.2,.8,.2,1);
}
.h2.is-in .word {
  opacity: 1; transform: translateY(0); filter: blur(0);
}
.h2.is-in .word:nth-child(1)  { transition-delay: 0ms; }
.h2.is-in .word:nth-child(2)  { transition-delay: 60ms; }
.h2.is-in .word:nth-child(3)  { transition-delay: 120ms; }
.h2.is-in .word:nth-child(4)  { transition-delay: 180ms; }
.h2.is-in .word:nth-child(5)  { transition-delay: 240ms; }
.h2.is-in .word:nth-child(6)  { transition-delay: 300ms; }
.h2.is-in .word:nth-child(7)  { transition-delay: 360ms; }
.h2.is-in .word:nth-child(8)  { transition-delay: 420ms; }
.h2.is-in .word:nth-child(9)  { transition-delay: 480ms; }
.h2.is-in .word:nth-child(10) { transition-delay: 540ms; }

/* ==========================================================
   IS-IT-BLOCKED SEARCH
   ========================================================== */
.blocked-search {
  margin-top: clamp(36px, 4vw, 56px);
  background: var(--surface-1);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-xl);
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.blocked-search::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 100% at 80% 100%, rgba(232,62,72,0.12), transparent 70%);
  pointer-events: none;
}
.blocked-search-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  position: relative;
  z-index: 1;
}
.blocked-search-head h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.blocked-search-head .stat {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--ink-4);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.search-row {
  display: flex;
  gap: 10px;
  background: rgba(0,0,0,0.30);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 6px 6px 18px;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}
.search-row:focus-within {
  border-color: rgba(232,62,72,0.40);
  box-shadow: 0 0 0 4px rgba(232,62,72,0.08);
}
.search-row svg.search-ico {
  width: 16px; height: 16px;
  color: var(--ink-4);
  flex: 0 0 16px;
}
.search-row input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  padding: 12px 6px;
  min-width: 0;
}
.search-row input::placeholder { color: var(--ink-4); }
.search-row .check-btn {
  background: var(--crimson);
  color: #fff;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 200ms ease, transform 200ms ease;
}
.search-row .check-btn:hover { background: var(--crimson-hot); transform: translateY(-1px); }
.search-result {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  min-height: 28px;
}
.search-result-empty { color: var(--ink-4); font-family: var(--mono); font-size: 12.5px; }
.result-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  animation: resultIn 360ms cubic-bezier(.2,.8,.2,1);
}
.result-pill.is-blocked {
  background: rgba(232,62,72,0.16);
  color: var(--crimson-hot);
  border: 1px solid rgba(232,62,72,0.30);
}
.result-pill.is-blocked .ico {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--crimson);
  color: #fff;
  display: grid; place-items: center;
}
.result-pill.is-blocked .ico::before {
  content: "×";
  font-size: 16px;
  line-height: 1;
}
.result-pill.is-allowed {
  background: rgba(74,222,128,0.10);
  color: #4ADE80;
  border: 1px solid rgba(74,222,128,0.25);
}
.result-pill.is-allowed .ico {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #4ADE80;
  color: #0A0908;
  display: grid; place-items: center;
  font-size: 11px;
  font-weight: 800;
}
.result-pill.is-allowed .ico::before { content: "✓"; }
.result-host {
  font-family: var(--mono);
  color: var(--ink);
  font-weight: 500;
}
.result-meta {
  font-family: var(--mono);
  color: var(--ink-4);
  font-size: 12px;
}
@keyframes resultIn {
  from { opacity: 0; transform: translateY(6px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ==========================================================
   MARQUEE, pause on hover
   ========================================================== */
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ==========================================================
   SPINNING FREE-FOREVER BADGE
   ========================================================== */
.free-badge {
  position: absolute;
  top: -40px; right: -20px;
  width: clamp(110px, 12vw, 160px);
  height: clamp(110px, 12vw, 160px);
  pointer-events: none;
  z-index: 2;
}
.free-badge svg {
  width: 100%; height: 100%;
  animation: spinSlow 22s linear infinite;
}
.free-badge svg text {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.30em;
  fill: var(--ink-2);
  text-transform: uppercase;
  font-weight: 500;
}
.free-badge .badge-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: clamp(20px, 2.6vw, 32px);
  color: var(--crimson-hot);
  text-shadow: 0 0 18px rgba(255,90,100,0.6);
  letter-spacing: -0.01em;
  pointer-events: none;
}
@keyframes spinSlow { to { transform: rotate(360deg); } }
@media (max-width: 980px) { .free-badge { display: none; } }

/* live count for "joined today" small chip below CTAs */
.joined-today {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink-3);
  font-family: var(--mono);
  letter-spacing: 0.01em;
}
.joined-today .live-dot {
  width: 7px; height: 7px;
  background: #4ADE80;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.14), 0 0 10px rgba(74,222,128,0.6);
  animation: livePulse 1.8s ease-in-out infinite;
}
.joined-today .num { color: var(--ink); font-weight: 600; }

/* ==========================================================
   COMMUNITY + PRIVACY SECTION
   ========================================================== */
.community-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.community-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(50% 60% at 50% 0%, rgba(232,62,72,0.10), transparent 60%),
    radial-gradient(40% 30% at 100% 100%, rgba(244,199,161,0.08), transparent 60%);
}
.community-section .container { max-width: 1200px; }

/* hero block */
.community-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(64px, 8vw, 96px);
}
.community-head .h2 { margin-top: 22px; }
.community-head .lead { margin: 22px auto 0; }
.community-h-line {
  display: block;
  font-family: var(--display);
  font-size: clamp(56px, 9vw, 130px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4EFE7 50%, #BDB6AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
}
.community-h-line .red { color: var(--crimson-hot); -webkit-text-fill-color: var(--crimson-hot); text-shadow: 0 0 36px rgba(255,90,100,0.45); }

/* stats strip */
.gh-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: clamp(48px, 6vw, 72px);
}
@media (max-width: 800px) { .gh-stats { grid-template-columns: repeat(2, 1fr); } }
.gh-stat {
  background: var(--surface-1);
  padding: clamp(24px, 3vw, 36px);
  position: relative;
  transition: background 220ms ease;
}
.gh-stat:hover { background: var(--surface-2); }
.gh-stat-ico {
  width: 22px; height: 22px;
  color: var(--crimson-hot);
  margin-bottom: 16px;
}
.gh-stat-num {
  font-family: var(--display);
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 0.95;
  color: var(--ink);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.gh-stat-num .star {
  color: var(--gold);
  display: inline-block;
  text-shadow: 0 0 16px rgba(232,176,75,0.5);
  animation: starTwinkle 3s ease-in-out infinite;
}
@keyframes starTwinkle {
  0%, 100% { transform: rotate(0) scale(1); opacity: 1; }
  50%      { transform: rotate(20deg) scale(1.08); opacity: 0.85; }
}
.gh-stat-num .zero {
  font-family: var(--display);
  font-size: 1em;
  color: #4ADE80;
  text-shadow: 0 0 18px rgba(74,222,128,0.45);
}
.gh-stat-label {
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--ink-3);
  letter-spacing: 0.01em;
}

/* community grid: avatars + privacy */
.community-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(20px, 2.4vw, 36px);
}
@media (max-width: 900px) { .community-grid { grid-template-columns: 1fr; } }

.community-card {
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--surface-1) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(28px, 3.5vw, 44px);
  position: relative;
  overflow: hidden;
}
.community-card .card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--ink-3);
  padding: 5px 11px 5px 8px;
  border-radius: 999px;
  background: rgba(244,239,231,0.04);
  border: 1px solid var(--line);
  margin-bottom: 22px;
}
.community-card .card-tag .tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--crimson-hot); box-shadow: 0 0 8px rgba(255,90,100,0.6);
}
.community-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--ink);
  text-wrap: balance;
}
.community-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-3);
  margin: 0 0 24px;
  max-width: 44ch;
}

/* avatar wall */
.avatar-wall {
  position: relative;
  margin-top: 12px;
  min-height: 180px;
}
.avatar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.av {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  border: 1.5px solid var(--surface-2);
  position: relative;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1);
  flex: 0 0 44px;
}
.av:hover { transform: translateY(-3px) scale(1.06); z-index: 2; }
.avatar-row .av { animation: avBob 4s ease-in-out infinite; }
.avatar-row .av:nth-child(2)  { animation-delay: 0.15s; }
.avatar-row .av:nth-child(3)  { animation-delay: 0.30s; }
.avatar-row .av:nth-child(4)  { animation-delay: 0.45s; }
.avatar-row .av:nth-child(5)  { animation-delay: 0.60s; }
.avatar-row .av:nth-child(6)  { animation-delay: 0.75s; }
.avatar-row .av:nth-child(7)  { animation-delay: 0.90s; }
.avatar-row .av:nth-child(8)  { animation-delay: 1.05s; }
.avatar-row .av:nth-child(9)  { animation-delay: 1.20s; }
.avatar-row .av:nth-child(10) { animation-delay: 1.35s; }
.avatar-row .av:nth-child(11) { animation-delay: 1.50s; }
.avatar-row .av:nth-child(12) { animation-delay: 1.65s; }
.avatar-row .av:nth-child(13) { animation-delay: 1.80s; }
@keyframes avBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
.av-1  { background: linear-gradient(135deg, #E83E48, #B3122A); }
.av-2  { background: linear-gradient(135deg, #F4C7A1, #E89A6B); color: #1A1715; }
.av-3  { background: linear-gradient(135deg, #C68A33, #8a5e1d); }
.av-4  { background: linear-gradient(135deg, #4ADE80, #1f6b3f); }
.av-5  { background: linear-gradient(135deg, #FF5A64, #C92A36); }
.av-6  { background: linear-gradient(135deg, #6C7BFF, #3a47b3); }
.av-7  { background: linear-gradient(135deg, #F4EFE7, #BDB6AB); color: #1A1715; }
.av-8  { background: linear-gradient(135deg, #E89A6B, #B86A1F); }
.av-9  { background: linear-gradient(135deg, #2A2522, #5a4a38); }
.av-10 { background: linear-gradient(135deg, #FF5A64, #E83E48); }
.av-11 { background: linear-gradient(135deg, #F4C7A1, #C68A33); color: #1A1715; }
.av-12 { background: linear-gradient(135deg, #4ADE80, #2a9d54); }
.av-more {
  background: rgba(244,239,231,0.06);
  border: 1.5px dashed var(--line-strong);
  color: var(--ink-3);
  font-size: 12px;
}

.community-meta {
  margin-top: 24px;
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
}
.community-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 500;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  background: rgba(244,239,231,0.04);
  border: 1px solid var(--line-strong);
  transition: background 200ms, border-color 200ms;
}
.community-meta a:hover { background: rgba(244,239,231,0.08); border-color: var(--line-hot); }
.community-meta a svg { width: 14px; height: 14px; }

/* privacy list */
.privacy-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 12px;
}
.privacy-item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  background: rgba(0,0,0,0.20);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14.5px;
  color: var(--ink-2);
  position: relative;
  overflow: hidden;
}
.privacy-item .x-mark {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(232,62,72,0.16);
  color: var(--crimson-hot);
  display: grid; place-items: center;
  flex: 0 0 26px;
  border: 1px solid rgba(232,62,72,0.30);
}
.privacy-item .x-mark::before {
  content: "×";
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.privacy-item .what {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--ink-3);
  text-decoration: line-through;
  text-decoration-color: rgba(255,90,100,0.7);
  text-decoration-thickness: 1.5px;
  letter-spacing: 0.02em;
}
.privacy-item .why {
  margin-left: auto;
  font-size: 12.5px;
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}
.privacy-item .why .red { color: var(--crimson-hot); }
@media (max-width: 520px) {
  .privacy-item { flex-wrap: wrap; }
  .privacy-item .why { margin-left: 0; padding-left: 40px; width: 100%; }
}

.privacy-promise {
  margin-top: 20px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(74,222,128,0.06), rgba(74,222,128,0.02));
  border: 1px solid rgba(74,222,128,0.20);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.privacy-promise .seal {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(74,222,128,0.15);
  color: #4ADE80;
  display: grid; place-items: center;
  flex: 0 0 36px;
  border: 1px solid rgba(74,222,128,0.35);
}
.privacy-promise .seal svg { width: 18px; height: 18px; }
.privacy-promise p {
  margin: 0;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
}
.privacy-promise p strong { color: #4ADE80; font-weight: 600; }
.privacy-promise p span { color: var(--ink-3); font-weight: 400; display: block; margin-top: 2px; font-size: 13px; }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
  .orb-1, .orb-2, .orb-3,
  .float-1, .float-2, .float-3, .float-4,
  .scan-line, .watcher-overlay,
  .lock-ring, .lock-ring::before, .lock-ring::after,
  .shield-ring,
  .marquee-track,
  .pulse-dot, .live-dot, .final-orb,
  .hero-h1 .impact,
  .dns-svg g[stroke-dasharray] line,
  .counter::after { animation: none; }
  .hero-h1 .impact { background-position: 100% 0; }
}

@media (max-width: 600px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
}

/* ==========================================================
   SCROLL-HIGHLIGHT QUOTE (intro manifesto)
   ========================================================== */
.quote-intro {
  position: relative;
  height: 260vh;            /* scroll-track length: longer = slower reveal */
  background: var(--bg);
}
.quote-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--gutter);
}
.quote-line {
  margin: 0;
  max-width: 16ch;
  text-align: center;
  font-family: var(--display);    /* Anton — same as the big footer TKO'T wordmark */
  font-weight: 400;
  font-size: clamp(2.6rem, 8vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.quote-line .qw {
  opacity: 0.2;             /* faint ghost until the scroll front lights it */
  color: var(--ink);
  transition: opacity 140ms linear;
  will-change: opacity;
}
.quote-line .qw-accent {
  color: var(--crimson-hot);
  text-shadow: 0 0 42px rgba(255,90,100,0.45);
}
@media (prefers-reduced-motion: reduce) {
  .quote-line .qw { opacity: 1; transition: none; }
}

/* ==========================================================
   MACBOOK LIVE DEMO (hero showcase)
   ========================================================== */
.hero-showcase { flex-wrap: wrap; }
.hero-showcase .live-log { align-self: center; max-height: none; }
.macbook {
  position: relative;
  width: min(560px, 86vw);
  flex: 0 0 auto;
  transform-style: preserve-3d;
  animation: mbFloat 7s ease-in-out infinite;
}
@keyframes mbFloat { 0%,100%{transform:translateY(0) rotateX(2.5deg);} 50%{transform:translateY(-10px) rotateX(2.5deg);} }
.mb-lid {
  position: relative;
  border-radius: 16px 16px 7px 7px;
  padding: 9px 9px 11px;
  background: linear-gradient(158deg,#2c2c31,#18181a 58%,#0d0d0f);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.06),
    inset 0 1px 0 rgba(255,255,255,.12),
    0 55px 90px -22px rgba(0,0,0,.72),
    0 0 100px rgba(232,62,72,.16);
}
.mb-camera { position:absolute; top:4px; left:50%; transform:translateX(-50%); width:5px; height:5px; border-radius:50%; background:#0a0a0b; box-shadow:inset 0 0 0 1px rgba(255,255,255,.14); }
.mb-camera::after { content:""; position:absolute; inset:1.4px; border-radius:50%; background:#13202b; opacity:.85; }
.mb-screen { position:relative; border-radius:7px; overflow:hidden; aspect-ratio:16/10.1; background:var(--bg); box-shadow:inset 0 0 0 1px rgba(0,0,0,.85); }
.mb-screen::after { content:""; position:absolute; inset:0; z-index:8; pointer-events:none; background:linear-gradient(118deg,rgba(255,255,255,.10),rgba(255,255,255,0) 26%,rgba(255,255,255,0) 72%,rgba(255,255,255,.05)); }
.mb-deck { position:relative; height:13px; width:108%; left:-4%; border-radius:0 0 13px 13px; background:linear-gradient(180deg,#3c3c41,#202023 42%,rgba(20,20,22,0)); box-shadow:inset 0 1px 0 rgba(255,255,255,.20), 0 34px 44px -22px rgba(0,0,0,.72); }
.mb-deck::before { content:""; position:absolute; top:0; left:5%; right:5%; height:3px; background:linear-gradient(180deg,rgba(0,0,0,.55),transparent); }
.mb-notch { position:absolute; top:0; left:50%; transform:translateX(-50%); width:84px; height:8px; border-radius:0 0 8px 8px; background:linear-gradient(180deg,#101012,#1d1d20); box-shadow:inset 0 -1px 0 rgba(255,255,255,.06); }
/* browser */
.mb-browser { position:absolute; inset:0; display:flex; flex-direction:column; background:var(--bg); font-family:var(--sans); }
.mb-chrome { display:flex; align-items:center; gap:9px; padding:8px 11px; background:linear-gradient(180deg,#1c1b1a,#151413); border-bottom:1px solid rgba(255,255,255,.06); }
.mb-lights { display:flex; gap:6px; flex:none; }
.mb-lights i { width:10px; height:10px; border-radius:50%; }
.mb-lights .r{background:#ff5f57} .mb-lights .y{background:#febc2e} .mb-lights .g{background:#28c840}
.mb-navbtns { display:flex; gap:6px; color:var(--ink-4); flex:none; }
.mb-navbtns svg { width:14px; height:14px; }
.mb-addr { flex:1; min-width:0; display:flex; align-items:center; gap:7px; background:rgba(244,239,231,.07); border-radius:999px; padding:5px 12px; font-family:var(--mono); font-size:12px; color:var(--ink-2); transition:color .3s,box-shadow .3s; }
.mb-addr .mb-lock { width:11px; height:11px; flex:none; opacity:.55; transition:opacity .3s,color .3s; }
.mb-url { white-space:nowrap; overflow:hidden; }
.mb-url::after { content:""; display:inline-block; width:1px; height:12px; background:var(--crimson-hot); margin-left:1px; vertical-align:-2px; animation:mbCaret 1s steps(1) infinite; }
@keyframes mbCaret { 50%{opacity:0;} }
.mb-tabx { color:var(--ink-4); flex:none; display:flex; }
.mb-browser[data-phase="helper"] .mb-addr { color:var(--crimson-hot); box-shadow:inset 0 0 0 1px rgba(255,90,100,.35); }
.mb-browser[data-phase="helper"] .mb-addr .mb-lock { opacity:1; color:var(--crimson-hot); }
/* viewport + phases */
.mb-view { position:relative; flex:1; overflow:hidden; }
.mb-phase { position:absolute; inset:0; transition:opacity .5s ease, transform .55s cubic-bezier(.4,0,.2,1); }
.mb-porn { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; padding:15px; filter:blur(14px) brightness(.6); }
.mb-porn span { border-radius:9px; aspect-ratio:4/3; background:linear-gradient(135deg,#3a2f36,#221c26); }
.mb-porn span:nth-child(3n){background:linear-gradient(135deg,#43323a,#241d22);}
.mb-porn span:nth-child(3n+1){background:linear-gradient(135deg,#332e3e,#1f1c28);}
.mb-porn-scrim { position:absolute; inset:0; background:rgba(10,9,8,.42); transition:opacity .5s; }
.mb-browser[data-phase="knockout"] .mb-porn, .mb-browser[data-phase="helper"] .mb-porn,
.mb-browser[data-phase="knockout"] .mb-porn-scrim, .mb-browser[data-phase="helper"] .mb-porn-scrim { opacity:0; transform:scale(1.07); }
.mb-scan { position:absolute; left:0; right:0; top:-55%; height:50%; z-index:4; opacity:0; background:linear-gradient(180deg,transparent,rgba(255,90,100,.16) 65%,rgba(255,90,100,.46)); border-bottom:2px solid var(--crimson-hot); box-shadow:0 0 34px rgba(255,90,100,.5); }
.mb-browser[data-phase="detect"] .mb-scan { opacity:1; animation:mbScan 1.15s cubic-bezier(.5,0,.5,1); }
@keyframes mbScan { 0%{top:-55%;} 100%{top:105%;} }
.mb-chip { position:absolute; z-index:5; top:50%; left:50%; transform:translate(-50%,-50%) scale(.88); display:inline-flex; align-items:center; gap:7px; background:rgba(232,62,72,.94); color:#fff; font-family:var(--mono); font-size:12px; font-weight:600; letter-spacing:.01em; padding:9px 14px; border-radius:999px; box-shadow:0 12px 34px rgba(232,62,72,.5); opacity:0; white-space:nowrap; transition:opacity .25s,transform .25s; }
.mb-browser[data-phase="detect"] .mb-chip, .mb-browser[data-phase="knockout"] .mb-chip { opacity:1; transform:translate(-50%,-50%) scale(1); }
.mb-flash { position:absolute; inset:0; z-index:7; pointer-events:none; opacity:0; background:radial-gradient(circle at 50% 50%,rgba(255,90,100,.55),rgba(232,62,72,.12)); }
.mb-browser[data-phase="knockout"] .mb-flash { animation:mbFlash .55s ease-out; }
@keyframes mbFlash { 0%{opacity:0;} 18%{opacity:1;} 100%{opacity:0;} }
.mb-helper { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:9px; padding:20px; z-index:3; opacity:0; transform:scale(1.04); background:radial-gradient(120% 95% at 50% 0%,#1c0d11,var(--bg) 62%); }
.mb-browser[data-phase="helper"] .mb-helper { opacity:1; transform:scale(1); }
.mb-helper .glove { font-size:26px; filter:drop-shadow(0 0 14px rgba(255,90,100,.55)); }
.mb-helper .kick { font-family:var(--serif); font-style:italic; font-size:clamp(13px,2.5vw,17px); color:var(--ink-3); }
.mb-helper .head { font-family:var(--display); font-weight:400; font-size:clamp(19px,4.2vw,32px); line-height:1; letter-spacing:-.01em; color:var(--ink); margin:0; max-width:15ch; }
.mb-helper .head .hot { color:var(--crimson-hot); text-shadow:0 0 30px rgba(255,90,100,.45); }
.mb-lid.shake { animation:mbShake .53s cubic-bezier(.36,.07,.19,.97); }
@keyframes mbShake { 10%{transform:translate(-3px,2px) rotate(-.6deg);} 20%{transform:translate(5px,-2px) rotate(.7deg);} 30%{transform:translate(-6px,1px) rotate(-.9deg);} 40%{transform:translate(6px,-1px) rotate(.7deg);} 55%{transform:translate(-3px,2px);} 70%{transform:translate(3px,-1px);} 85%{transform:translate(-2px,1px);} 100%{transform:translate(0,0);} }
@media (prefers-reduced-motion: reduce) {
  .macbook { animation:none; }
  .mb-scan, .mb-flash { display:none; }
  .mb-url::after { display:none; }
  .mb-phase { transition:none; }
}