/* PinSizes — warm stage-dark + gold. Display: Anton. Body: Archivo.
   Captions/keys: Spline Sans Mono. */

:root {
  --ink: #0F0D0A;
  --panel: #17140F;
  --panel2: #1E1A13;
  --line: #2E2921;
  --gold: #FFD84D;
  --amber: #FF9E1F;
  --cream: #F7F1E3;
  --dim: #A79E8D;
  --ok: #58D68B;
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ink); color: var(--cream);
  font: 16px/1.65 Archivo, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.display {
  font-family: Anton, Archivo, sans-serif; font-weight: 400;
  letter-spacing: 0.01em; line-height: 1.04; text-transform: uppercase;
}
.mono { font-family: "Spline Sans Mono", ui-monospace, monospace; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15,13,10,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(46,41,33,.6);
}
.nav .wrap { display: flex; align-items: center; gap: 28px; height: 62px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: Anton, sans-serif; font-size: 20px; letter-spacing: .04em; color: var(--cream); text-transform: uppercase; }
.logo img { width: 26px; height: 26px; border-radius: 6px; }
.logo:hover { text-decoration: none; }
.nav nav { display: flex; gap: 22px; margin-left: auto; }
.nav nav a { color: var(--dim); font-size: 14px; font-weight: 600; }
.nav nav a:hover { color: var(--cream); text-decoration: none; }
.btn {
  display: inline-block; background: linear-gradient(135deg, var(--gold), var(--amber));
  color: #1a1200; font-weight: 800; border: 0; border-radius: 12px;
  padding: 13px 26px; font-size: 15px; cursor: pointer;
  box-shadow: 0 6px 24px rgba(255,158,31,.28);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(255,158,31,.4); text-decoration: none; }
.btn.small { padding: 9px 18px; font-size: 13.5px; border-radius: 10px; }
.btn.ghost { background: var(--panel2); color: var(--cream); box-shadow: none; border: 1px solid var(--line); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 0; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url(../img/hero-stage.png) center 30%/cover no-repeat;
  opacity: .5;
  -webkit-mask-image: linear-gradient(#000 55%, transparent 96%);
          mask-image: linear-gradient(#000 55%, transparent 96%);
}
.hero .wrap {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px;
  align-items: center; padding-top: 48px; padding-bottom: 72px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); font-size: 12.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); }
.hero h1 { font-size: clamp(44px, 6.4vw, 84px); margin: 0 0 20px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .sub { color: var(--dim); font-size: 18px; max-width: 480px; margin: 0 0 30px; }
.hero .cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero .price-note { color: var(--dim); font-size: 13.5px; }
.hero .price-note b { color: var(--cream); }

/* ---------- phone demo (the signature) ----------
   Styled after the real Whatnot live UI: seller chip + red viewer pill up
   top, avatar chat with yellow size-asks, the pin as Whatnot's bordered
   mod-pin chat card (Host badge — the whole product), composer pill, and
   the auction block with winning line, skull timer, and yellow bid CTA. */
.phone {
  width: min(330px, 86vw); aspect-ratio: 9 / 18; margin: 0 auto;
  border-radius: 38px; border: 1px solid #3a3428;
  background: #000; position: relative; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 8px #14110c, 0 0 90px rgba(255,158,31,.14);
  font-family: system-ui, sans-serif;
}
.phone .feed { position: absolute; inset: 0; background: url(../img/show-still.png) center/cover; }
.phone .shade { position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.08) 26%, rgba(0,0,0,.5) 60%, rgba(0,0,0,.85) 88%); }

.wn-top { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; justify-content: space-between; align-items: flex-start; }
.wn-seller { display: flex; gap: 7px; align-items: center; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.8); }
.wn-seller .av {
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, #FFD84D, #c2410c);
  display: grid; place-items: center; font-weight: 800; font-size: 13px;
  color: #1a1200; border: 2px solid rgba(255,255,255,.35); text-shadow: none;
}
.wn-seller b { font-size: 12.5px; display: block; line-height: 1.2; }
.wn-seller small { font-size: 10px; color: #d9d9de; }
.wn-viewers {
  background: #e5484d; color: #fff; font-size: 11.5px; font-weight: 800;
  border-radius: 999px; padding: 5px 11px 5px 9px;
  display: inline-flex; align-items: center; gap: 6px;
}
.wn-viewers i { width: 2px; height: 8px; background: #fff; border-radius: 1px; box-shadow: 3px 1px 0 #fff, -3px -1px 0 #fff; }
.wn-give {
  position: absolute; top: 54px; right: 12px;
  background: rgba(40,40,44,.72); border-radius: 10px; padding: 5px 10px;
  color: #fff; font-size: 9px; text-align: center; line-height: 1.35;
}
.wn-give b { font-size: 12px; }
.wn-rail {
  position: absolute; right: 10px; top: 38%;
  display: flex; flex-direction: column; gap: 13px;
  font-size: 15px; text-align: center; opacity: .85;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.8));
}

.phone .captions {
  position: absolute; left: 12px; right: 44px; bottom: 326px;
  min-height: 38px; color: #fff; font-size: 12.5px; line-height: 1.4;
  text-shadow: 0 1px 6px rgba(0,0,0,.9);
}
.phone .captions .mic { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: 2px; }
.phone .captions .hot { color: var(--gold); font-weight: 700; }

.phone .chat {
  position: absolute; left: 12px; right: 44px; bottom: 214px; height: 108px;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 7px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(transparent, #000 24%);
          mask-image: linear-gradient(transparent, #000 24%);
}
.chat .msg { display: flex; gap: 7px; align-items: flex-start; animation: rise .3s ease; }
.chat .msg .av {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; font-size: 10.5px; font-weight: 800; color: #fff;
}
.chat .msg .mb { font-size: 11.5px; line-height: 1.3; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.9); min-width: 0; }
.chat .msg .mb b { display: block; color: #cfcfd6; font-weight: 700; font-size: 10.5px; }
.chat .msg.ask .mb span { color: #ffe14d; font-weight: 700; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } }

/* The pin: Whatnot's bordered mod-pin chat card, worn by the HOST. */
.phone .pinbar {
  position: absolute; left: 12px; right: 44px; bottom: 162px;
  background: rgba(16,16,19,.68); border: 1px solid rgba(255,255,255,.4);
  border-radius: 14px; padding: 7px 11px;
  display: flex; gap: 8px; align-items: center;
  opacity: 0; transform: translateY(10px) scale(.97);
  transition: opacity .28s ease, transform .34s cubic-bezier(.2, 1.6, .4, 1);
  box-shadow: 0 6px 24px rgba(0,0,0,.5), 0 0 26px rgba(255,216,77,.16);
}
.phone .pinbar.show { opacity: 1; transform: none; }
.pinbar .av {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: linear-gradient(135deg, #FFD84D, #c2410c);
  display: grid; place-items: center; font-weight: 800; font-size: 11px; color: #1a1200;
}
.pinbar .pb { min-width: 0; }
.pinbar .who { display: flex; gap: 6px; align-items: center; font-size: 11px; color: #fff; font-weight: 700; }
.pinbar .who .tag { background: #e8e8ee; color: #26262c; font-size: 9px; font-weight: 800; border-radius: 5px; padding: 1px 5px; }
.pinbar .text { font-size: 12px; font-weight: 800; color: #ffe14d; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.wn-composer {
  position: absolute; left: 12px; right: 44px; bottom: 128px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 999px;
  color: #cfcfd6; font-size: 12px; padding: 7px 14px; background: rgba(0,0,0,.25);
}
.wn-auction { position: absolute; left: 12px; right: 12px; bottom: 48px; color: #fff; text-shadow: 0 1px 5px rgba(0,0,0,.85); }
.wn-auction .win { font-size: 10.5px; margin-bottom: 3px; display: flex; align-items: center; gap: 5px; }
.wn-auction .win .av { width: 16px; height: 16px; border-radius: 50%; background: #eab308; color: #1a1200; display: grid; place-items: center; font-size: 8.5px; font-weight: 800; }
.wn-auction .win em { color: #ffe14d; font-style: normal; font-weight: 800; }
.wn-auction .itemrow { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.wn-auction .title { font-size: 12px; font-weight: 800; text-transform: uppercase; line-height: 1.25; }
.wn-auction .money { text-align: right; flex: none; }
.wn-auction .price { font-size: 14px; font-weight: 800; display: block; }
.wn-auction .timer { color: #ffe14d; font-size: 11px; font-weight: 800; white-space: nowrap; }
.wn-auction .ship { color: #c9c9cf; font-size: 10px; margin-top: 2px; }
.wn-cta { position: absolute; left: 12px; right: 12px; bottom: 10px; display: flex; gap: 8px; }
.wn-cta .custom { flex: 0 0 32%; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 700; text-align: center; padding: 8px 0; }
.wn-cta .bid { flex: 1; background: #ffe14d; border-radius: 999px; color: #141414; font-size: 12.5px; font-weight: 800; text-align: center; padding: 8px 0; }

/* ---------- sections ---------- */
section { padding: 96px 0; }
section.tight { padding: 72px 0; }
.sec-head { max-width: 620px; margin-bottom: 52px; }
.sec-head h2 { font-size: clamp(30px, 4vw, 48px); margin: 0 0 14px; }
.sec-head p { color: var(--dim); font-size: 17px; margin: 0; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: 20px;
  overflow: hidden;
  opacity: 0; transform: translateY(22px);
  transition: opacity .5s ease, transform .5s ease;
}
.step-card.in { opacity: 1; transform: none; }
.step-card img { aspect-ratio: 1; object-fit: cover; }
.step-card .body { padding: 22px 24px 26px; }
.step-card .k { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.step-card h3 { margin: 6px 0 8px; font-size: 20px; }
.step-card p { color: var(--dim); font-size: 14.5px; margin: 0; }

/* ---------- playground ---------- */
.play {
  display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center;
  background: var(--panel); border: 1px solid var(--line); border-radius: 28px;
  padding: 52px 56px;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.chip {
  font: 600 14px/1 Archivo, sans-serif; color: var(--cream);
  background: var(--panel2); border: 1px solid var(--line); border-radius: 999px;
  padding: 11px 18px; cursor: pointer; transition: all .15s ease;
}
.chip:hover { border-color: var(--gold); }
.chip.on { background: var(--gold); border-color: var(--gold); color: #1a1200; font-weight: 800; }
.custom-row { display: flex; gap: 10px; max-width: 380px; }
.custom-row input {
  flex: 1; font: inherit; color: var(--cream); background: var(--panel2);
  border: 1px solid var(--line); border-radius: 12px; padding: 11px 14px; outline: none;
}
.custom-row input:focus { border-color: var(--gold); }
.play .hint { color: var(--dim); font-size: 14px; margin-top: 16px; }
.play .hint b { color: var(--gold); }

/* ---------- features ---------- */
.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat {
  background: var(--panel); border: 1px solid var(--line); border-radius: 18px;
  padding: 26px 26px 28px;
}
.feat .ico { font-size: 24px; margin-bottom: 12px; }
.feat h3 { font-size: 17px; margin: 0 0 8px; }
.feat p { color: var(--dim); font-size: 14px; margin: 0; }

/* ---------- pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: center; }
.price-card {
  background: linear-gradient(160deg, var(--panel2), var(--panel));
  border: 1px solid rgba(255,216,77,.35); border-radius: 26px; padding: 40px 40px 36px;
  box-shadow: 0 30px 90px rgba(0,0,0,.5), 0 0 60px rgba(255,158,31,.08);
}
.price-card .amount { display: flex; align-items: baseline; gap: 8px; }
.price-card .amount .n { font-family: Anton, sans-serif; font-size: 64px; color: var(--gold); }
.price-card .amount .per { color: var(--dim); font-size: 16px; }
.price-card ul { list-style: none; padding: 0; margin: 22px 0 28px; }
.price-card li { padding: 7px 0 7px 30px; position: relative; color: var(--cream); font-size: 15px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.price-card .fine { color: var(--dim); font-size: 12.5px; margin-top: 14px; }
#paypal-zone { min-height: 54px; }
#paypal-fallback { background: var(--panel2); border: 1px dashed var(--line); border-radius: 12px; padding: 14px 16px; color: var(--dim); font-size: 14px; text-align: center; }

/* ---------- faq ---------- */
.faq { max-width: 760px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 20px 0; font-weight: 700; font-size: 16.5px;
  list-style: none; display: flex; justify-content: space-between; gap: 16px;
}
.faq summary::after { content: "+"; color: var(--gold); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--dim); margin: 0 0 20px; font-size: 15px; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 44px 0 60px; color: var(--dim); font-size: 13.5px; }
footer .wrap { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
footer a { color: var(--dim); }
footer .logo { font-size: 16px; }
footer .spacer { flex: 1; }

/* ---------- inner pages ---------- */
.page { max-width: 720px; margin: 0 auto; padding: 72px 24px 96px; }
.page h1 { font-size: clamp(30px, 4vw, 44px); }
.page h2 { font-size: 20px; margin-top: 36px; }
.page p, .page li { color: var(--dim); }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: 20px;
  padding: 34px 36px;
}
.keybox {
  background: #0a0906; border: 1px solid rgba(255,216,77,.4); border-radius: 14px;
  padding: 18px 22px; font-size: 24px; letter-spacing: .06em; color: var(--gold);
  text-align: center; cursor: pointer; user-select: all;
}
.form-row { display: flex; gap: 10px; margin: 18px 0 8px; }
.form-row input {
  flex: 1; font: inherit; color: var(--cream); background: var(--panel2);
  border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; outline: none;
}
.form-row input:focus { border-color: var(--gold); }
.note-ok { color: var(--ok); } .note-err { color: #f87171; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; padding-top: 56px; }
  .steps, .feats { grid-template-columns: 1fr; }
  .play { grid-template-columns: 1fr; padding: 36px 28px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .nav nav { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
