/* metric-tuned fallbacks: kill font-swap layout shift */
@font-face { font-family: "ArchivoBlack-fb"; src: local("Arial Black"), local("Arial-Black"); size-adjust: 94%; ascent-override: 92%; descent-override: 24%; }
@font-face { font-family: "SpaceGrotesk-fb"; src: local("Arial"); size-adjust: 101%; ascent-override: 98%; }
:root {
  --ink: #0f0e0c;
  --ink-2: #171511;
  --line: #2a2820;
  --cream: #f2ede2;
  --cream-dim: #b8b2a4;
  --loud: #e8ff2b;
  --hot: #ff4d1c;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: "Space Grotesk", "SpaceGrotesk-fb", -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 999; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.display {
  font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.01em;
  line-height: .95;
}
.serif { font-family: "Newsreader", Georgia, serif; font-style: italic; font-weight: 400; }
.loud { color: var(--loud); }
.hot { color: var(--hot); }
a { color: inherit; }

/* nav */
nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  background: rgba(15,14,12,.88); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
nav .wordmark { font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; font-size: 20px; text-transform: uppercase; text-decoration: none; }
nav .wordmark span { color: var(--loud); }
nav .links { display: flex; gap: 18px; align-items: center; font-size: 14px; }
nav .links a { text-decoration: none; color: var(--cream-dim); }
nav .links a:hover { color: var(--cream); }
nav .links a.btn, nav .links a.btn:hover { color: var(--ink); }

.btn {
  display: inline-block;
  background: var(--loud); color: var(--ink);
  font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; text-transform: uppercase;
  font-size: 15px; letter-spacing: .02em;
  padding: 14px 26px; border: none; border-radius: 2px;
  text-decoration: none; cursor: pointer;
  transition: transform .08s ease, box-shadow .08s ease;
  box-shadow: 4px 4px 0 var(--hot);
}
.btn:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--hot); }
.btn:active { transform: translate(2px,2px); box-shadow: 0 0 0 var(--hot); }
.btn.ghost { background: transparent; color: var(--cream); border: 1px solid var(--line); box-shadow: none; }
.btn:disabled { opacity: .5; cursor: wait; transform: none; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
section { border-bottom: 1px solid var(--line); }

/* marquee */
.marquee { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--loud); color: var(--ink); }
.marquee .track {
  display: inline-block; white-space: nowrap;
  font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; text-transform: uppercase;
  font-size: 13px; padding: 8px 0;
  animation: scroll 22s linear infinite;
}
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* landing hero */
.hero { padding: 72px 0 64px; }
.hero h1 { font-size: clamp(44px, 9vw, 104px); }
.hero .sub { max-width: 560px; margin-top: 26px; font-size: 19px; color: var(--cream-dim); }
.hero .sub b { color: var(--cream); font-weight: 600; }
.hero .ctas { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero .proof { margin-top: 34px; font-size: 14px; color: var(--cream-dim); }

.kicker {
  font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; text-transform: uppercase;
  font-size: 13px; letter-spacing: .14em; color: var(--loud); margin-bottom: 18px;
}
h2.display { font-size: clamp(30px, 5.5vw, 56px); margin-bottom: 22px; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 34px 0 20px; }
.stats > div { background: var(--ink-2); padding: 26px 20px; }
.stats .num { font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; font-size: clamp(34px, 5vw, 54px); color: var(--loud); }
.stats p { font-size: 14px; color: var(--cream-dim); margin-top: 8px; }
.cite { font-size: 12.5px; color: var(--cream-dim); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.step .n { font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; font-size: 46px; color: var(--hot); }
.step h3 { font-size: 19px; margin: 10px 0 8px; }
.step p { color: var(--cream-dim); font-size: 15px; }

.offer-box { border: 1px solid var(--loud); background: var(--ink-2); padding: 36px 32px; margin-top: 36px; }
.offer-box ul { list-style: none; margin: 22px 0; }
.offer-box li { padding: 12px 0; border-bottom: 1px dashed var(--line); display: flex; justify-content: space-between; gap: 16px; font-size: 16px; }
.offer-box li .val { color: var(--cream-dim); white-space: nowrap; }
.price-line { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin: 18px 0 6px; }
.price-line .price { font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; font-size: 52px; color: var(--loud); }
.price-line .was { text-decoration: line-through; color: var(--cream-dim); }
.guarantee { font-size: 14.5px; color: var(--cream-dim); margin-top: 14px; }

.story p { max-width: 640px; margin-bottom: 18px; color: var(--cream-dim); font-size: 17px; }
.story p b { color: var(--cream); }
.pull { font-size: clamp(22px, 3.4vw, 32px); line-height: 1.3; max-width: 700px; margin: 10px 0 18px; color: var(--cream); }

.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; color: var(--loud); font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 12px; color: var(--cream-dim); max-width: 640px; }

footer { padding: 40px 20px; text-align: center; color: var(--cream-dim); font-size: 13.5px; }

/* app */
.app-head { padding: 40px 0 28px; }
.app-head h1 { font-size: clamp(30px, 6vw, 52px); }
.app-head p { color: var(--cream-dim); margin-top: 12px; max-width: 560px; }

.panel { background: var(--ink-2); border: 1px solid var(--line); padding: 26px 22px; margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--cream-dim); margin-bottom: 7px; font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--ink); border: 1px solid var(--line);
  color: var(--cream); font-family: inherit; font-size: 16px;
  padding: 12px 14px; border-radius: 2px;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--loud); outline-offset: -1px; }
.field textarea { min-height: 84px; resize: vertical; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.loading { text-align: center; padding: 44px 0; display: none; }
.loading .eq { display: inline-flex; gap: 5px; align-items: flex-end; height: 42px; margin-bottom: 18px; }
.loading .eq i { width: 8px; background: var(--loud); animation: eq 0.9s ease-in-out infinite; }
.loading .eq i:nth-child(2) { animation-delay: .15s; background: var(--hot); }
.loading .eq i:nth-child(3) { animation-delay: .3s; }
.loading .eq i:nth-child(4) { animation-delay: .45s; background: var(--hot); }
.loading .eq i:nth-child(5) { animation-delay: .6s; }
@keyframes eq { 0%,100% { height: 10px; } 50% { height: 42px; } }
.loading p { color: var(--cream-dim); font-size: 15px; }

.theme-banner { border: 1px solid var(--loud); padding: 18px 20px; margin-bottom: 22px; font-size: 17px; }
.theme-banner .k { font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; text-transform: uppercase; font-size: 12px; color: var(--loud); display: block; margin-bottom: 6px; letter-spacing: .12em; }

.day-card { background: var(--ink-2); border: 1px solid var(--line); padding: 20px; margin-bottom: 14px; }
.day-card .top { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.day-card .day { font-family: "Archivo Black", "ArchivoBlack-fb", sans-serif; text-transform: uppercase; font-size: 14px; }
.chip { font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; padding: 4px 9px; border: 1px solid var(--line); color: var(--cream-dim); border-radius: 999px; }
.chip.pf { border-color: var(--loud); color: var(--loud); }
.day-card .hook { font-family: "Newsreader", Georgia, serif; font-style: italic; font-size: 20px; margin: 8px 0 10px; }
.day-card .content { white-space: pre-wrap; color: var(--cream-dim); font-size: 15.5px; }
.day-card .shot { margin-top: 12px; font-size: 13.5px; color: var(--cream-dim); border-top: 1px dashed var(--line); padding-top: 10px; }
.day-card .shot b { color: var(--hot); text-transform: uppercase; font-size: 11.5px; letter-spacing: .08em; }
.copy-btn { float: right; background: none; border: 1px solid var(--line); color: var(--cream-dim); font-size: 12px; padding: 5px 10px; cursor: pointer; border-radius: 2px; font-family: inherit; }
.copy-btn:hover { border-color: var(--loud); color: var(--loud); }

.merch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px; }
.merch-card { background: var(--ink-2); border: 1px solid var(--line); }
.merch-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; border-bottom: 1px solid var(--line); }
.merch-card .ph { width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; color: var(--cream-dim); font-size: 13px; border-bottom: 1px solid var(--line); }
.merch-card .body { padding: 16px; }
.merch-card h3.mc-title { font-size: 16px; margin-bottom: 6px; }
.merch-card h4 { font-size: 16px; margin-bottom: 6px; }
.merch-card p { font-size: 13.5px; color: var(--cream-dim); }
.error-box { border: 1px solid var(--hot); color: var(--hot); padding: 14px 16px; margin: 14px 0; display: none; font-size: 15px; }

@media (max-width: 700px) {
  .stats, .steps, .merch-grid, .grid-2 { grid-template-columns: 1fr; }
  nav .links a.hide-m { display: none; }
  .hero { padding: 48px 0 44px; }
}

/* --- public site additions --- */
.proof-input { border: 1px dashed var(--line); background: var(--ink-2); padding: 16px 18px; font-size: 14.5px; color: var(--cream-dim); margin: 26px 0 18px; }
.proof-input b { color: var(--cream); }
.proof-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--hot); margin: 18px 0 10px; font-weight: 700; }
.merch-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.form-panel { background: var(--ink-2); border: 1px solid var(--loud); padding: 30px 26px; margin-top: 34px; }
.form-panel .field { margin-bottom: 16px; }
.form-panel label { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--cream-dim); margin-bottom: 6px; font-weight: 600; }
.form-panel input[type=text], .form-panel input[type=email], .form-panel select {
  width: 100%; background: var(--ink); border: 1px solid var(--line); color: var(--cream);
  font-family: inherit; font-size: 16px; padding: 12px 14px; border-radius: 2px;
}
.form-panel input:focus, .form-panel select:focus { outline: 2px solid var(--loud); outline-offset: -1px; }
.radio-row { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.radio-row label { display: flex; align-items: flex-start; gap: 10px; text-transform: none; letter-spacing: 0; font-size: 15px; color: var(--cream); font-weight: 400; cursor: pointer; }
.radio-row input { accent-color: #e8ff2b; margin-top: 3px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-msg { margin-top: 14px; font-size: 15px; display: none; }
.form-msg.ok { color: var(--loud); display: block; }
.form-msg.err { color: var(--hot); display: block; }
.counter-note { font-size: 13px; color: var(--cream-dim); margin-top: 10px; }
video.demo-vid { width: 100%; border: 1px solid var(--line); display: block; }
@media (max-width: 700px) { .merch-strip { grid-template-columns: 1fr; } }
