/* ============================================================
   Binged — atomic-age retro marketing theme (self-contained)
   Cream · tomato red · teal · marigold · burnt orange · ink
   ============================================================ */

:root {
  --cream:    #f4e8ce;
  --cream-2:  #efe0bf;
  --cream-3:  #e8d4ab;
  --ink:      #201913;
  --ink-soft: #58493a;
  --red:      #d83a20;
  --red-deep: #b62f16;
  --teal:     #17808a;
  --teal-deep:#0f5b63;
  --gold:     #f0a92b;
  --gold-deep:#d98f18;
  --orange:   #cf6a2b;

  --display: "Anton", Impact, sans-serif;
  --cond:    "Oswald", sans-serif;
  --body:    "DM Sans", system-ui, -apple-system, sans-serif;

  --maxw: 1140px;
  --gut: clamp(1.25rem, 4vw, 3rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 6px 6px 0 var(--ink);
  --shadow-sm: 4px 4px 0 var(--ink);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body); color: var(--ink); background: var(--cream);
  line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

/* vintage paper grain */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.55;
  background-image:
    radial-gradient(circle at 22% 12%, rgba(216,58,32,0.05), transparent 42%),
    radial-gradient(circle at 82% 66%, rgba(23,128,138,0.06), transparent 46%),
    radial-gradient(circle at 60% 90%, rgba(240,169,43,0.05), transparent 44%);
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); position: relative; }
.section--red { background: var(--red); color: var(--cream); border-block: 4px solid var(--ink); }
.section--teal { background: var(--teal); color: var(--cream); border-block: 4px solid var(--ink); }
.section--cream2 { background: var(--cream-2); border-block: 4px solid var(--ink); }
.section--dark { background: var(--ink); color: var(--cream); }

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 0.98; text-transform: uppercase; }
.display { font-size: clamp(2.6rem, 7.5vw, 5rem); font-style: italic; letter-spacing: 0.005em; }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); font-style: italic; color: var(--red); text-shadow: 3px 3px 0 var(--ink); }
.section--red h2, .section--teal h2 { color: var(--cream); }
.section--dark h2 { color: var(--gold); text-shadow: 3px 3px 0 rgba(0,0,0,0.35); }
h3 { font-family: var(--cond); font-weight: 700; font-size: 1.2rem; text-transform: none; }
p { color: var(--ink-soft); }
.lede { font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--ink); font-weight: 500; line-height: 1.5; }
.section--red p, .section--red .lede, .section--teal p, .section--teal .lede, .section--dark p { color: rgba(255,255,255,0.88); }
.hl-teal { color: var(--teal); } .hl-red { color: var(--red); } .hl-gold { color: var(--gold-deep); }
.section--red .hl-gold, .section--teal .hl-gold, .section--dark .hl-gold { color: var(--gold); }

/* tagline — clean italic with colored words (no heavy shadow) */
.tagline { font-family: var(--display); font-style: italic; text-transform: uppercase; color: var(--ink);
  font-size: clamp(2.4rem, 7vw, 4.6rem); line-height: 0.95; text-shadow: 2px 2px 0 rgba(32,25,19,0.12); }

.eyebrow { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.82rem; color: var(--red); display: inline-flex; align-items: center; gap: 0.5rem; }
.section--red .eyebrow, .section--teal .eyebrow { color: var(--gold); }
.section--dark .eyebrow { color: var(--gold); }
.eyebrow svg { width: 16px; height: 16px; }

.head { max-width: 48rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.head .eyebrow { margin-bottom: 1rem; }
.head h2 + p { margin-top: 1.1rem; font-size: 1.08rem; }
.center { text-align: center; }
.center .head, .head.center { margin-inline: auto; text-align: center; }
.head.center .eyebrow { justify-content: center; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  font-size: 0.95rem; padding: 0.85rem 1.6rem; border: 3px solid var(--ink); border-radius: 100px;
  cursor: pointer; box-shadow: var(--shadow-sm); transition: transform 0.12s var(--ease), box-shadow 0.12s var(--ease); }
.btn:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); }
.btn--red { background: var(--red); color: var(--cream); }
.btn--teal { background: var(--teal); color: var(--cream); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--cream { background: var(--cream); color: var(--ink); }

/* ---------- Navigation ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 4px solid var(--ink); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 0.55rem; }
.brand img { height: 54px; width: auto; }
.brand .brand-txt { font-family: var(--display); font-style: italic; font-size: 1.7rem; text-transform: uppercase; color: var(--red); }
.nav__links { display: flex; align-items: center; gap: 1.5rem; }
.nav__links a { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.9rem; color: var(--ink); }
.nav__links a:hover { color: var(--red); }
.nav__cta { padding: 0.5rem 1.15rem; }
.nav__links a.nav__cta { color: var(--cream); }
.nav__links a.nav__cta:hover { color: var(--cream); }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { display: block; width: 26px; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { overflow: hidden; padding-block: clamp(2.5rem, 6vw, 4.5rem) clamp(3rem, 6vw, 5rem); text-align: center; }
.hero__scene { position: relative; max-width: 640px; margin: 0 auto clamp(1.2rem,3vw,2rem); padding: clamp(1.5rem,4vw,2.5rem) 0; }
.hero__logo { width: min(86%, 500px); margin: 0 auto; }
.hero .starburst { position: absolute; }
.hero .tagline { margin-bottom: 1.1rem; }
.hero .subline { max-width: 40ch; margin: 0 auto 1.8rem; font-size: 1.1rem; color: var(--ink); font-weight: 500; }
.hero__badges { display: flex; gap: 0.9rem; flex-wrap: wrap; justify-content: center; }
.starburst { pointer-events: none; }

/* ---------- Store badges ---------- */
.store-badges { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.badge { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--ink); color: var(--cream);
  border: 3px solid var(--ink); border-radius: 14px; padding: 0.6rem 1.1rem; box-shadow: var(--shadow-sm);
  transition: transform 0.12s var(--ease); position: relative; }
.badge:hover { transform: translate(-2px,-2px); }
.badge svg { width: 24px; height: 24px; fill: currentColor; flex: none; }
.badge .b-stack { display: flex; flex-direction: column; line-height: 1.05; font-family: var(--body); }
.badge .b-top { font-size: 0.6rem; letter-spacing: 0.02em; opacity: 0.85; text-transform: uppercase; }
.badge .b-bot { font-size: 1rem; font-weight: 700; }
.badge .soon { position: absolute; top: -11px; right: -8px; background: var(--gold); color: var(--ink);
  font-family: var(--cond); font-weight: 700; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 2px 7px; border: 2px solid var(--ink); border-radius: 100px; transform: rotate(6deg); }

/* ---------- Steps (how it works) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 1.6rem); }
.step { text-align: center; }
.step__n { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; border: 3px solid var(--ink);
  background: var(--gold); display: grid; place-items: center; font-family: var(--display); font-style: italic;
  font-size: 1.7rem; color: var(--ink); box-shadow: var(--shadow-sm); position: relative; }
.step:nth-child(2) .step__n { background: var(--red); color: var(--cream); }
.step:nth-child(3) .step__n { background: var(--teal); color: var(--cream); }
.step:nth-child(4) .step__n { background: var(--ink); color: var(--gold); }
.step h3 { margin-bottom: 0.4rem; }
.step p { font-size: 0.96rem; }

/* ---------- Cards ---------- */
.grid { display: grid; gap: clamp(1.2rem, 2.5vw, 1.6rem); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--cream); border: 3px solid var(--ink); border-radius: 18px; padding: 1.5rem 1.4rem;
  box-shadow: var(--shadow); transition: transform 0.15s var(--ease), box-shadow 0.15s var(--ease); }
.section--cream2 .card { background: var(--cream); }
.card:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 var(--ink); }
.card .ico { width: 50px; height: 50px; border-radius: 12px; border: 3px solid var(--ink); display: grid; place-items: center;
  margin-bottom: 0.9rem; background: var(--gold); }
.card .ico--red { background: var(--red); } .card .ico--teal { background: var(--teal); }
.card .ico svg { width: 25px; height: 25px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.card .ico--red svg, .card .ico--teal svg { stroke: var(--cream); }
.card h3 { margin-bottom: 0.45rem; font-size: 1.2rem; }
.card p { font-size: 0.96rem; }

/* ---------- Comparison mock ---------- */
.compare { background: var(--cream); border: 3px solid var(--ink); border-radius: 22px; box-shadow: var(--shadow); padding: 1.5rem; max-width: 400px; }
.compare__q { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; text-align: center; margin-bottom: 1.1rem; font-size: 1.05rem; color: var(--ink); }
.compare__row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0.8rem; align-items: center; }
.poster { aspect-ratio: 2/3; border: 3px solid var(--ink); border-radius: 12px; display: grid; place-items: end center; padding: 0.6rem; color: var(--cream); font-family: var(--cond); font-weight: 700; text-align: center; font-size: 0.9rem; line-height: 1.1; }
.poster--a { background: linear-gradient(160deg,#2f7f88,#155a62); }
.poster--b { background: linear-gradient(160deg,#c0492f,#8f3018); }
.vs { font-family: var(--display); font-style: italic; color: var(--red); font-size: 1.35rem; background: var(--gold); border: 3px solid var(--ink); border-radius: 50%; width: 46px; height: 46px; display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.scores { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; margin-top: 1.1rem; }
.score-pill { font-family: var(--cond); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.02em; border: 2px solid var(--ink); border-radius: 100px; padding: 0.3rem 0.7rem; }
.score-pill b { font-family: var(--display); font-style: italic; font-size: 1rem; margin-left: 0.3rem; }
.score-pill--you { background: var(--red); color: var(--cream); }
.score-pill--friends { background: var(--teal); color: var(--cream); }
.score-pill--all { background: var(--gold); color: var(--ink); }

/* ---------- Screenshots (phone frames) ---------- */
.shots { display: flex; gap: clamp(1rem,3vw,2rem); justify-content: center; flex-wrap: wrap; }
.phone { width: 240px; aspect-ratio: 240/500; border: 5px solid var(--ink); border-radius: 34px; background: var(--cream);
  box-shadow: var(--shadow); overflow: hidden; position: relative; }
.phone:nth-child(1) { transform: rotate(-3deg); } .phone:nth-child(3) { transform: rotate(3deg); }
.phone .notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 54px; height: 8px; border-radius: 6px; background: var(--ink); z-index: 2; }
.phone img, .phone svg { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Recap cards ---------- */
.recaps { display: flex; gap: 1.2rem; flex-wrap: wrap; justify-content: center; }
.recap { width: 220px; border-radius: 18px; border: 3px solid var(--ink); box-shadow: var(--shadow); padding: 1.3rem; color: var(--cream); }
.recap:nth-child(1) { background: var(--red); transform: rotate(-3deg); }
.recap:nth-child(2) { background: var(--teal); transform: rotate(2deg); }
.recap:nth-child(3) { background: var(--gold); color: var(--ink); transform: rotate(-1.5deg); }
.recap .r-label { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; opacity: 0.9; }
.recap .r-big { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: 1.7rem; line-height: 1; margin: 0.4rem 0 0.2rem; }
.recap .r-sub { font-size: 0.85rem; opacity: 0.92; }

/* ---------- Waitlist ---------- */
.waitlist { display: flex; gap: 0.7rem; max-width: 420px; margin: 1.6rem auto 0; flex-wrap: wrap; justify-content: center; }
.waitlist input { flex: 1 1 220px; font-family: var(--body); font-size: 1rem; padding: 0.8rem 1rem; border: 3px solid var(--ink); border-radius: 100px; background: var(--cream); color: var(--ink); }
.waitlist input::placeholder { color: var(--ink-soft); }
.wl-note { display: none; margin-top: 0.9rem; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.85rem; color: var(--gold); }
.wl-note.show { display: block; }

/* ---------- Checkerboard divider ---------- */
.checker { height: 26px; background-image:
  linear-gradient(45deg, var(--ink) 25%, transparent 25%, transparent 75%, var(--ink) 75%),
  linear-gradient(45deg, var(--ink) 25%, transparent 25%, transparent 75%, var(--ink) 75%);
  background-size: 26px 26px; background-position: 0 0, 13px 13px; background-color: var(--cream-3); border-block: 4px solid var(--ink); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--cream); padding-block: 2.6rem; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; align-items: start; }
.footer .brand-txt { font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--gold); text-transform: uppercase; }
.footer p { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-top: 0.6rem; max-width: 34ch; }
.footer h4 { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; color: var(--gold); margin-bottom: 0.8rem; }
.footer a { color: var(--cream); display: block; padding: 0.28rem 0; font-size: 0.92rem; }
.footer a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.15); margin-top: 2rem; padding-top: 1.4rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.82rem; color: rgba(255,255,255,0.6); }
.tmdb { display: flex; align-items: center; gap: 0.7rem; max-width: 46ch; }
.tmdb-logo { flex: none; width: 46px; height: auto; border-radius: 3px; }
.tmdb span { font-size: 0.78rem; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* ---------- Legal ---------- */
.legal { max-width: 54rem; }
.legal .meta { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--red); font-size: 0.85rem; margin-bottom: 2rem; }
.legal h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 2.6rem 0 0.7rem; text-shadow: 2px 2px 0 var(--ink); }
.legal h3 { font-size: 1.15rem; margin: 1.5rem 0 0.4rem; }
.legal p { margin-bottom: 0.9rem; }
.legal ul { list-style: disc; margin: 0.4rem 0 1.1rem 1.4rem; display: grid; gap: 0.4rem; }
.legal li { color: var(--ink-soft); line-height: 1.6; }
.legal a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }
.legal strong { color: var(--ink); }
.legal .callout { background: var(--cream-2); border: 3px solid var(--ink); border-radius: 14px; padding: 1.1rem 1.3rem; margin: 1.2rem 0; box-shadow: var(--shadow-sm); color: var(--ink); }

/* ---------- Misc ---------- */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .nav__links { position: fixed; inset: 76px 0 auto 0; flex-direction: column; gap: 0; align-items: stretch;
    background: var(--cream); border-bottom: 4px solid var(--ink); padding: 1rem var(--gut) 1.4rem;
    transform: translateY(-140%); transition: transform 0.35s var(--ease); }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { padding: 0.8rem 0; border-bottom: 2px solid var(--cream-3); }
  .nav__cta { margin-top: 0.8rem; text-align: center; }
  .nav__toggle { display: block; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
}
