/* BEEZERK — site styles.
   The game draws every pixel in code with a "sticker" language: cream page, warm near-black
   outline (never pure black), thick borders and a HARD offset base instead of a soft shadow.
   These tokens are the same values as DesignSystem.Ink in the app, converted to hex. */
:root{
  --ink:#291F1A;          /* warm near-black — the outline on everything */
  --page:#F7EDDB;         /* cream page */
  --surface:#FFFAF0;      /* panel face */
  --surface-deep:#D6C7AD; /* panel base */
  --honey:#FFB826; --honey-deep:#D1800A;
  --grass:#6BC259; --grass-deep:#428733;
  --cherry:#F05947; --cherry-deep:#B33024;
  --sky:#61A8F5;   --sky-deep:#3673BF;
  --grape:#A370EB; --grape-deep:#7045B3;
  --muted:#736657;
  --maxw:1060px;
  --lift:7px;             /* Ink.liftButton — how deep a sticker sits on its base */
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:ui-rounded,"SF Pro Rounded",-apple-system,BlinkMacSystemFont,Nunito,
              "Segoe UI",Roboto,sans-serif;
  color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;
  background:
    radial-gradient(900px 560px at 50% -12%, rgba(255,184,38,.30), transparent 62%),
    radial-gradient(700px 520px at 90% 22%, rgba(107,194,89,.16), transparent 60%),
    radial-gradient(760px 560px at 6% 78%, rgba(97,168,245,.14), transparent 60%),
    var(--page);
  background-attachment:fixed;min-height:100vh;
}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
a{color:inherit}

/* ---------- Wordmark: b-EE-zerk, the double E carries googly eyes ---------- */
.wm{display:inline-flex;align-items:flex-end;font-weight:900;line-height:1;
    letter-spacing:0;user-select:none}
.wm .l{position:relative;display:inline-block;transform:rotate(var(--t,0deg));
       color:var(--honey);margin-right:-.045em;
       -webkit-text-stroke:.055em var(--ink);paint-order:stroke fill;
       text-shadow:0 .085em 0 var(--ink)}
/* Googly eye stuck ON the letter. Pupils look OUTWARD (one left, one right) — a pair of
   forward-staring pupils reads as a blank face; outward reads as "watching, ready to bolt".
   Sizes come from the app's BeezerkWordmark: eye radius r = .195em (so .39em across),
   border = r*.26, pupil = r*.86 → .168em across, nudged out by r*.30 and up by r*.10.
   🚨 The pupil must stay MUCH smaller than the eye. A first pass had it at .43em — larger
   than the eye itself — and the wordmark rendered as two solid black balls. And keep the
   eye from covering the E: in the app an oversized eye made the logo read "BOOZERK". */
.wm .g{position:absolute;left:50%;top:-.24em;width:.39em;height:.39em;margin-left:-.195em;
       background:#fff;border:.05em solid var(--ink);border-radius:50%;display:block;
       box-sizing:border-box}
.wm .g::after{content:"";position:absolute;width:.168em;height:.168em;border-radius:50%;
       background:var(--ink);top:.075em;left:50%;margin-left:-.084em}
.wm .gl::after{transform:translateX(-.058em)}
.wm .gr::after{transform:translateX(.058em)}

/* ---------- Header ---------- */
header{position:sticky;top:0;z-index:20;backdrop-filter:blur(12px);
  background:rgba(247,237,219,.82);border-bottom:3px solid var(--ink)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:14px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.brand-icon{width:34px;height:34px;border-radius:9px;border:2.5px solid var(--ink);display:block}
.brand .wm{font-size:21px}
.nav-right{display:flex;align-items:center;gap:16px}
.nav-right a{font-size:14px;color:var(--muted);text-decoration:none;font-weight:700}
.nav-right a:hover{color:var(--ink)}

/* ---------- Hero ---------- */
.hero-split{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;
  padding:52px 0 26px}
.hero-copy{text-align:left}
.hero-copy .wm{font-size:clamp(46px,8vw,74px);margin-bottom:18px}
.tagline{font-weight:900;font-size:clamp(23px,4vw,32px);margin:0 0 10px;letter-spacing:.2px}
.subtag{color:var(--muted);max-width:500px;font-size:17px;font-weight:500}
.hero-shot img{width:100%;max-width:320px;height:auto;display:block;margin:0 auto;
  border-radius:26px;border:4px solid var(--ink);box-shadow:0 12px 0 var(--ink)}

/* A real sticker button: face sits on a hard base, no blur anywhere. */
.cta{display:inline-flex;align-items:center;gap:9px;margin-top:26px;
  background:var(--honey);color:var(--ink);font-weight:900;font-size:16px;
  padding:14px 26px;border-radius:18px;border:4px solid var(--ink);
  box-shadow:0 var(--lift) 0 var(--honey-deep);text-decoration:none;cursor:default}
.cta .dot{width:10px;height:10px;border-radius:50%;background:var(--grass);
  border:2px solid var(--ink);flex:none}

/* ---------- Sections ---------- */
.section{padding:44px 0}
.section h2{font-weight:900;font-size:27px;text-align:center;margin-bottom:8px}
.section .lead{text-align:center;color:var(--muted);max-width:540px;margin:0 auto 32px;
  font-weight:500}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:18px}
.card{background:var(--surface);border:4px solid var(--ink);border-radius:22px;padding:22px;
  box-shadow:0 var(--lift) 0 var(--surface-deep)}
.card h3{font-weight:900;font-size:18px;margin-bottom:6px}
.card p{color:var(--muted);font-size:15px;font-weight:500}
/* Icon chips reuse the game's card-rarity palette so the site and the game rhyme. */
.ic{width:46px;height:46px;border-radius:14px;border:3.5px solid var(--ink);margin-bottom:13px;
  display:flex;align-items:center;justify-content:center}
.ic svg{width:24px;height:24px;display:block}
.ic-honey{background:var(--honey)} .ic-grass{background:var(--grass)}
.ic-sky{background:var(--sky)}     .ic-grape{background:var(--grape)}
.ic-cherry{background:var(--cherry)}

.shots-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:840px;margin:0 auto}
.shot{width:100%;height:auto;border-radius:20px;border:4px solid var(--ink);
  box-shadow:0 9px 0 var(--ink)}

/* ---------- Facts strip ---------- */
.facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;
  max-width:820px;margin:0 auto}
.fact{background:var(--surface);border:3.5px solid var(--ink);border-radius:18px;
  padding:16px 12px;text-align:center;box-shadow:0 5px 0 var(--surface-deep)}
.fact b{display:block;font-size:26px;font-weight:900;line-height:1.1}
.fact span{font-size:13px;color:var(--muted);font-weight:700}

/* ---------- Content pages (privacy) ---------- */
.page{padding:46px 0 26px;max-width:740px;margin:0 auto}
.page h1{font-weight:900;font-size:31px;margin-bottom:6px}
.page .updated{color:var(--muted);font-size:14px;margin-bottom:18px;font-weight:600}
.page .note{background:var(--surface);border:3px solid var(--ink);border-radius:14px;
  padding:12px 16px;font-size:14.5px;color:var(--muted);margin:14px 0 26px;font-weight:500;
  box-shadow:0 4px 0 var(--surface-deep)}
.page h2{font-weight:900;font-size:20px;margin:30px 0 8px}
.page h3{font-weight:800;font-size:16px;margin:20px 0 4px}
.page p,.page li{color:#4a4036;font-size:15.5px;margin-bottom:10px;font-weight:500}
.page ul{padding-left:22px;margin-bottom:10px}
.page a{color:var(--sky-deep);text-decoration:none;font-weight:700}
.page a:hover{text-decoration:underline}

.email-pill{display:inline-flex;align-items:center;gap:9px;background:var(--surface);
  border:3.5px solid var(--ink);border-radius:999px;padding:12px 22px;text-decoration:none;
  color:var(--ink);font-weight:800;box-shadow:0 5px 0 var(--surface-deep)}

/* ---------- Footer ---------- */
footer{border-top:3px solid var(--ink);margin-top:38px;padding:28px 0 46px;text-align:center}
.foot-links{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}
.foot-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:700}
.foot-links a:hover{color:var(--ink)}
.copy{color:var(--muted);font-size:13px;font-weight:600}

@media(max-width:780px){
  .hero-split{grid-template-columns:1fr;text-align:center;padding:38px 0 18px}
  .hero-copy{text-align:center}
  .hero-copy .subtag{margin:0 auto}
  .hero-shot img{max-width:255px;margin-top:26px}
  .shots-row{grid-template-columns:1fr;max-width:300px}
}
@media(max-width:560px){
  .nav-right{gap:12px}
  .nav-right a{font-size:13px}
  .brand .wm{font-size:18px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
