/* Big Milk Games — extremely serious dairy infrastructure */
:root {
  --ink: #171717;
  --milk: #fffdf4;
  --cream: #fff8dd;
  --blue: #7067ff;
  --blue-dark: #4037d8;
  --pink: #ff63a8;
  --yellow: #ffd84d;
  --lime: #c9ff57;
  --orange: #ff7b42;
  --green: #56d894;
  --line: #171717;
  --sans: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --body: "Trebuchet MS", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 64px));
  --shadow: 7px 7px 0 var(--ink);
  --shadow-small: 4px 4px 0 var(--ink);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--blue) var(--cream);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -10;
  inset: 0;
  opacity: .2;
  background-image: radial-gradient(var(--blue) 1.4px, transparent 1.4px);
  background-size: 24px 24px;
  content: "";
  pointer-events: none;
}

body.nav-open { overflow: hidden; }
::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; border: 3px solid var(--ink); border-radius: 999px; background: var(--lime); font-weight: 900; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1240px, calc(100vw - 36px));
  min-height: 70px;
  align-items: center;
  padding: 10px 12px 10px 18px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: rgba(255, 253, 244, .94);
  box-shadow: var(--shadow-small);
  transform: translateX(-50%);
  transition: top .3s var(--ease), background .3s, transform .3s var(--ease);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled { top: 8px; background: rgba(255, 253, 244, .98); }
.brand { display: inline-flex; align-items: center; gap: 11px; perspective: 100px; }
.brand-mark { position: relative; display: block; width: 44px; height: 44px; transition: transform .6s var(--ease); transform-style: preserve-3d; }
.brand:hover .brand-mark, .brand:focus-visible .brand-mark { transform: rotateY(180deg) rotate(8deg); }
.brand-mark__side { position: absolute; inset: 0; display: grid; place-items: center; backface-visibility: hidden; }
.brand-mark__front { border: 3px solid var(--ink); border-radius: 14px 14px 18px 18px; background: var(--blue); color: white; font-family: var(--sans); font-size: 12px; font-weight: 900; box-shadow: 2px 2px 0 var(--ink); transform: rotate(-3deg); }
.brand-mark__back { color: var(--ink); transform: rotateY(180deg); }
.brand-mark__back svg { width: 32px; height: 39px; }
.brand-name { font-family: var(--sans); font-size: 15px; font-weight: 900; line-height: .85; letter-spacing: -.02em; }
.brand-name small { display: block; margin-top: 7px; color: var(--blue-dark); font-size: 8px; letter-spacing: .28em; }

.site-nav { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.site-nav > a { padding: 11px 14px; border: 2px solid transparent; border-radius: 999px; font-family: var(--sans); font-size: 11px; font-weight: 900; transition: background .2s, transform .2s, border-color .2s; }
.site-nav > a:hover { border-color: var(--ink); background: var(--yellow); transform: rotate(-2deg) translateY(-2px); }
.site-nav .nav-cta { margin-left: 4px; border: 3px solid var(--ink); background: var(--lime); box-shadow: 3px 3px 0 var(--ink); }
.site-nav .nav-cta:hover { background: var(--pink); box-shadow: 1px 1px 0 var(--ink); transform: translate(2px, 2px) rotate(1deg); }
.nav-cta span { display: inline-block; margin-left: 8px; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  display: flex;
  min-height: 820px;
  height: 100svh;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 4px solid var(--ink);
  background:
    radial-gradient(circle at 78% 47%, rgba(255, 216, 77, .95) 0 3%, transparent 3.2%),
    radial-gradient(circle at 80% 48%, var(--pink) 0 17%, transparent 17.2%),
    radial-gradient(circle at 82% 48%, var(--blue) 0 29%, transparent 29.2%),
    var(--cream);
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 17%;
  right: 8%;
  width: min(42vw, 610px);
  aspect-ratio: 1;
  border: 4px solid var(--ink);
  border-radius: 47% 53% 43% 57% / 54% 40% 60% 46%;
  background: rgba(255,255,255,.16);
  box-shadow: 15px 15px 0 rgba(23,23,23,.18);
  content: "";
  animation: blob 8s ease-in-out infinite;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 49%;
  right: max(15%, 130px);
  width: 165px;
  height: 265px;
  border: 4px solid var(--ink);
  border-radius: 58% 42% 56% 44% / 68% 66% 34% 32%;
  background: linear-gradient(145deg, white 15%, #dcf1ff 58%, #a9a2ff);
  box-shadow: inset -18px -15px 0 rgba(112,103,255,.16), 10px 12px 0 var(--ink);
  content: "";
  transform: translateY(-50%) rotate(13deg);
  animation: float 5s ease-in-out infinite;
}

.hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .24; background-image: linear-gradient(var(--ink) 2px, transparent 2px), linear-gradient(90deg, var(--ink) 2px, transparent 2px); background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-particles { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.particle { position: absolute; bottom: -30px; border: 2px solid var(--ink); border-radius: 55% 45% 60% 40%; background: white; animation: particle-rise linear infinite; }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }

.eyebrow { display: flex; width: max-content; align-items: center; gap: 10px; margin: 0 0 24px; padding: 8px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-family: var(--sans); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-1deg); }
.eyebrow::before { width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; background: var(--green); content: ""; }
.eyebrow span { padding-left: 10px; border-left: 2px solid var(--ink); }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--sans); font-size: clamp(4rem, 7.4vw, 7.6rem); font-weight: 900; line-height: .86; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { display: inline-block; color: var(--blue); font-style: normal; -webkit-text-stroke: 3px var(--ink); text-shadow: 6px 6px 0 var(--ink); transform: rotate(-1.5deg); }
.hero-copy { max-width: 625px; margin: 38px 0 0; padding: 17px 19px; border: 3px solid var(--ink); border-radius: 18px; background: var(--milk); box-shadow: var(--shadow-small); font-size: 16px; font-weight: 700; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; margin-top: 35px; }

.hero-sticker { position: absolute; z-index: 5; display: grid; place-items: center; border: 3px solid var(--ink); font-family: var(--sans); font-size: 10px; font-weight: 900; line-height: 1.1; text-align: center; }
.hero-sticker--fresh { top: 70px; right: 22%; width: 94px; height: 94px; border-radius: 50%; background: var(--lime); box-shadow: 5px 5px 0 var(--ink); transform: rotate(12deg); animation: sticker-bob 3s ease-in-out infinite; }
.hero-sticker--ram { right: 2%; bottom: 50px; width: 90px; height: 62px; border-radius: 12px; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); transform: rotate(-8deg); }

.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 32px; padding: 0 22px; border: 3px solid var(--ink); border-radius: 15px; font-family: var(--sans); font-size: 11px; font-weight: 900; text-transform: uppercase; box-shadow: var(--shadow-small); transition: background .2s, transform .2s, box-shadow .2s; }
.button span { font-size: 16px; transition: transform .2s; }
.button:hover { box-shadow: 1px 1px 0 var(--ink); transform: translate(3px, 3px) rotate(-1deg); }
.button:hover span { transform: translate(3px, -3px); }
.button--light { background: var(--lime); }
.button--light:hover { background: var(--yellow); }
.button--ghost { background: var(--milk); }
.button--ghost:hover { background: var(--pink); }
.button--dark { background: var(--ink); color: white; box-shadow: 5px 5px 0 var(--blue-dark); }
.button--dark:hover { background: var(--blue-dark); box-shadow: 1px 1px 0 var(--ink); }

.hero-brief { position: absolute; right: 45px; bottom: 75px; width: 238px; padding: 18px; border: 3px solid var(--ink); border-radius: 18px; background: var(--milk); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-brief::before { display: block; margin: -18px -18px 14px; padding: 7px 12px; border-bottom: 3px solid var(--ink); border-radius: 14px 14px 0 0; background: var(--blue); color: white; content: "NETWORK_COW.EXE"; font-family: monospace; font-size: 9px; font-weight: 800; }
.hero-brief__status { display: flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.hero-brief__status span { width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; background: var(--green); animation: blink 2s infinite; }
.hero-brief__number { margin-top: 9px; font-family: var(--sans); font-size: 52px; font-weight: 900; line-height: 1; }
.hero-brief__number small { color: var(--blue); font-size: 19px; }
.hero-brief p { margin: 8px 0 12px; font-size: 12px; font-weight: 700; }
.classified { display: inline-block; padding: 5px 7px; border: 2px solid var(--ink); background: var(--pink); font-family: var(--sans); font-size: 8px; font-weight: 900; text-transform: uppercase; transform: rotate(-1deg); }
.hero-scroll { position: absolute; bottom: 28px; left: 35px; display: flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.hero-scroll span { width: 38px; height: 4px; overflow: hidden; border: 1px solid var(--ink); border-radius: 99px; background: white; }
.hero-scroll span::after { display: block; width: 50%; height: 100%; background: var(--blue); content: ""; animation: scroll-line 1.6s infinite; }

.ticker { overflow: hidden; border-bottom: 4px solid var(--ink); background: var(--yellow); }
.ticker-track { display: flex; width: max-content; align-items: center; animation: ticker 24s linear infinite; }
.ticker span { padding: 17px 32px; font-family: var(--sans); font-size: 12px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.ticker i { font-size: 12px; font-style: normal; }

.section { padding: 125px 0; }
.section-heading { margin-bottom: 65px; }
.section-heading h2, .perks h2 { margin: 0; font-family: var(--sans); font-size: clamp(3.2rem, 5.5vw, 6rem); font-weight: 900; line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; }
.section-intro { max-width: 410px; margin: 0; padding: 14px 16px; border: 3px solid var(--ink); border-radius: 16px; background: white; box-shadow: var(--shadow-small); font-size: 14px; font-weight: 700; line-height: 1.65; transform: rotate(1deg); }

.about { position: relative; overflow: hidden; border-bottom: 4px solid var(--ink); background: var(--blue); color: var(--ink); }
.about::before { position: absolute; top: 5%; right: -30px; width: 220px; height: 160px; border-radius: 48% 52% 55% 45%; background: var(--ink); content: ""; transform: rotate(-18deg); }
.about::after { position: absolute; bottom: 6%; left: -60px; width: 180px; height: 120px; border-radius: 55%; background: var(--ink); content: ""; transform: rotate(24deg); }
.about .section-heading { position: relative; z-index: 1; color: white; text-shadow: 5px 5px 0 var(--ink); }
.about .eyebrow { color: var(--ink); text-shadow: none; }
.about-layout { position: relative; z-index: 1; display: grid; padding: 35px; border: 4px solid var(--ink); border-radius: 28px; background: var(--cream); box-shadow: 12px 12px 0 var(--ink); grid-template-columns: .65fr 1.2fr .75fr; gap: clamp(30px, 5vw, 75px); align-items: start; }
.about-seal { position: relative; aspect-ratio: 1; color: var(--blue-dark); }
.about-seal::after { position: absolute; inset: 10%; border: 3px dashed var(--ink); border-radius: 50%; content: ""; }
.about-seal svg { position: relative; z-index: 1; width: 100%; filter: drop-shadow(3px 3px 0 var(--yellow)); animation: seal-drift 24s linear infinite; }
.about-seal text { fill: currentColor; font-family: var(--sans); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.about-seal .seal-year { font-size: 7px; }
.about-copy { padding-left: 25px; border-left: 3px dashed var(--ink); }
.about-copy p { margin: 0 0 20px; font-size: 14px; font-weight: 700; line-height: 1.7; }
.about-copy .about-lead { font-family: var(--sans); font-size: 23px; font-weight: 900; line-height: 1.25; }
.text-link, .card-link { display: inline-flex; width: max-content; align-items: center; gap: 15px; padding: 8px 10px; border: 2px solid var(--ink); border-radius: 9px; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-family: var(--sans); font-size: 9px; font-weight: 900; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.text-link:hover, .card-link:hover { box-shadow: 1px 1px 0 var(--ink); transform: translate(2px, 2px) rotate(-1deg); }
.about-stats { margin: 0; }
.about-stats div { margin-bottom: 10px; padding: 14px; border: 3px solid var(--ink); border-radius: 13px; background: white; box-shadow: 3px 3px 0 var(--ink); transition: transform .2s; }
.about-stats div:nth-child(2) { background: var(--lime); transform: rotate(1deg); }
.about-stats div:nth-child(3) { background: var(--pink); transform: rotate(-1deg); }
.about-stats div:hover { transform: rotate(-2deg) scale(1.04); }
.about-stats dt { font-family: var(--sans); font-size: 31px; font-weight: 900; line-height: 1; }
.about-stats dd { margin: 6px 0 0; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fine-print { position: relative; z-index: 1; width: max-content; max-width: 100%; margin: 42px 0 0; padding: 9px 12px; border: 2px solid var(--ink); border-radius: 8px; background: var(--yellow); font-size: 9px; font-weight: 800; }

.servers { border-bottom: 4px solid var(--ink); background: var(--cream); }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.game-card { overflow: hidden; border: 4px solid var(--ink); border-radius: 25px; background: white; box-shadow: var(--shadow); transition: transform .35s var(--ease), box-shadow .35s; }
.game-card:nth-child(1) { transform: rotate(-1deg); }
.game-card:nth-child(2) { transform: rotate(1deg) translateY(-8px); }
.game-card:nth-child(3) { transform: rotate(-.6deg); }
.game-card:hover { z-index: 2; box-shadow: 13px 13px 0 var(--ink); transform: translateY(-15px) rotate(1.5deg); }
.game-art { position: relative; height: 390px; overflow: hidden; border-bottom: 4px solid var(--ink); isolation: isolate; }
.game-art::after { position: absolute; z-index: -1; inset: 0; opacity: .35; background-image: radial-gradient(white 2px, transparent 2px); background-size: 20px 20px; content: ""; }
.game-platform, .game-number { position: absolute; z-index: 4; top: 16px; padding: 5px 7px; border: 2px solid var(--ink); border-radius: 6px; background: white; font-family: var(--sans); font-size: 8px; font-weight: 900; }
.game-platform { left: 16px; }
.game-number { top: auto; right: 16px; bottom: 14px; background: var(--lime); }
.game-wordmark { position: absolute; z-index: 3; bottom: 30px; left: 24px; color: white; font-family: var(--sans); font-size: clamp(32px, 3vw, 49px); font-weight: 900; line-height: .82; letter-spacing: -.06em; text-shadow: 4px 4px 0 var(--ink); }
.game-wordmark small { display: block; width: max-content; margin-bottom: 12px; padding: 4px 6px; border: 2px solid var(--ink); border-radius: 5px; background: var(--yellow); color: var(--ink); font-size: 7px; letter-spacing: .08em; text-shadow: none; }
.game-art--protocol { background: linear-gradient(145deg, var(--pink), #9b3cf1 58%, var(--blue-dark)); }
.protocol-reticle { position: absolute; top: 25%; left: 47%; width: 165px; height: 165px; border: 4px solid var(--ink); border-radius: 50%; background: rgba(255,255,255,.18); box-shadow: 0 0 0 22px rgba(255,255,255,.12), 0 0 0 44px rgba(255,255,255,.07); transition: transform .6s; }
.protocol-reticle::before, .protocol-reticle::after { position: absolute; top: 50%; left: -40px; width: 240px; height: 4px; background: var(--ink); content: ""; }
.protocol-reticle::after { transform: rotate(90deg); }
.game-card:hover .protocol-reticle { transform: rotate(25deg) scale(1.1); }
.game-art--quest { background: linear-gradient(155deg, var(--yellow), var(--orange) 56%, var(--pink)); }
.quest-sun { position: absolute; top: 58px; right: 24px; width: 180px; height: 180px; border: 4px solid var(--ink); border-radius: 50%; background: var(--lime); box-shadow: 8px 8px 0 var(--ink); transition: transform .6s; }
.game-card:hover .quest-sun { transform: scale(1.08) rotate(8deg); }
.quest-bones { position: absolute; z-index: 2; right: 28px; bottom: 8px; width: 165px; height: 250px; }
.quest-bones i { position: absolute; left: 78px; width: 22px; height: 220px; border: 3px solid var(--ink); border-radius: 20px; background: white; transform: rotate(31deg); }
.quest-bones i::before, .quest-bones i::after { position: absolute; left: -8px; width: 22px; height: 22px; border: 7px solid white; border-radius: 50%; content: ""; filter: drop-shadow(2px 1px 0 var(--ink)); }
.quest-bones i::before { top: -5px; }
.quest-bones i::after { bottom: -5px; }
.quest-bones i:nth-child(2) { left: 58px; height: 165px; transform: rotate(-38deg); }
.quest-bones i:nth-child(3) { top: 88px; left: 100px; height: 135px; transform: rotate(69deg); }
.game-art--moo { background: linear-gradient(145deg, var(--lime), var(--green) 50%, #1a9875); }
.moo-radar { position: absolute; top: 45px; left: 50%; width: 270px; height: 270px; overflow: hidden; border: 4px solid var(--ink); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 43px, rgba(23,23,23,.24) 44px 47px), linear-gradient(45deg, transparent 49%, var(--ink) 50%, transparent 51%), linear-gradient(-45deg, transparent 49%, var(--ink) 50%, transparent 51%); box-shadow: 8px 8px 0 var(--ink); transform: translateX(-50%); }
.moo-radar::after { position: absolute; inset: 50% 50% 0 0; background: conic-gradient(from 180deg at 100% 0, rgba(255,255,255,.8), transparent 50deg); content: ""; transform-origin: 100% 0; animation: radar 3s linear infinite; }
.moo-radar i { position: absolute; z-index: 2; top: 32%; left: 64%; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); animation: blink 1s infinite; }
.game-info { display: grid; min-height: 245px; padding: 24px; grid-template-rows: auto 1fr auto; }
.game-info > div > p { margin: 0 0 5px; color: var(--blue-dark); font-family: var(--sans); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.game-info h3 { margin: 0; font-family: var(--sans); font-size: 27px; font-weight: 900; }
.game-info > p { margin: 15px 0; font-size: 13px; font-weight: 700; line-height: 1.6; }

.perks { border-bottom: 4px solid var(--ink); background: var(--pink); }
.perks-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.perks-sticky { position: sticky; top: 115px; height: max-content; }
.perks-sticky h2 { color: white; text-shadow: 5px 5px 0 var(--ink); }
.perks-sticky .section-intro { margin-top: 30px; }
.pillar-list { padding: 15px; border: 4px solid var(--ink); border-radius: 28px; background: var(--cream); box-shadow: 10px 10px 0 var(--ink); }
.pillar { display: grid; min-height: 165px; align-items: center; margin-bottom: 13px; padding: 25px; border: 3px solid var(--ink); border-radius: 20px; background: white; box-shadow: 4px 4px 0 var(--ink); grid-template-columns: 48px 76px 1fr; transition: transform .25s, box-shadow .25s; }
.pillar:nth-child(2) { background: var(--yellow); }
.pillar:nth-child(3) { background: var(--lime); }
.pillar:nth-child(4) { margin-bottom: 0; background: #bde9ff; }
.pillar:hover { z-index: 2; box-shadow: 8px 8px 0 var(--ink); transform: translate(-4px, -4px) rotate(-.6deg); }
.pillar-number { align-self: start; font-family: var(--sans); font-size: 9px; font-weight: 900; }
.pillar-icon { display: grid; width: 56px; height: 56px; place-items: center; border: 3px solid var(--ink); border-radius: 17px; background: var(--blue); color: white; box-shadow: 3px 3px 0 var(--ink); transition: transform .3s; }
.pillar:hover .pillar-icon { transform: rotate(-10deg) scale(1.08); }
.pillar-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.pillar h3 { margin: 0 0 8px; font-family: var(--sans); font-size: 24px; font-weight: 900; }
.pillar p { max-width: 450px; margin: 0; font-size: 13px; font-weight: 700; line-height: 1.6; }

.testimonials { border-bottom: 4px solid var(--ink); background: #bde9ff; }
.quote-grid { display: grid; align-items: start; grid-template-columns: 1.25fr 1fr 1fr; gap: 22px; }
.quote { position: relative; min-height: 350px; margin: 0; padding: 33px; border: 4px solid var(--ink); border-radius: 28px; background: white; box-shadow: var(--shadow); transition: transform .3s, box-shadow .3s; }
.quote::after { position: absolute; right: 28px; bottom: -25px; width: 42px; height: 42px; border-right: 4px solid var(--ink); border-bottom: 4px solid var(--ink); background: inherit; content: ""; transform: skewY(35deg); }
.quote:nth-child(1) { background: var(--yellow); transform: rotate(-1.5deg); }
.quote:nth-child(2) { background: var(--lime); transform: rotate(1.5deg) translateY(25px); }
.quote:nth-child(3) { background: var(--pink); transform: rotate(-1deg); }
.quote:hover { z-index: 2; box-shadow: 12px 12px 0 var(--ink); transform: translateY(-9px) rotate(1deg); }
.quote blockquote { margin: 0; font-family: var(--sans); font-size: clamp(22px, 2.2vw, 35px); font-weight: 900; line-height: 1.2; letter-spacing: -.03em; }
.quote figcaption { display: flex; flex-direction: column; gap: 4px; margin-top: 45px; padding-top: 14px; border-top: 3px dashed var(--ink); font-family: var(--sans); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.quote figcaption small { font-size: 8px; }

.deploy { position: relative; display: grid; min-height: 700px; place-items: center; overflow: hidden; border-bottom: 4px solid var(--ink); background: var(--lime); text-align: center; isolation: isolate; }
.deploy::before { position: absolute; z-index: -2; inset: 0; opacity: .28; background-image: linear-gradient(45deg, var(--ink) 25%, transparent 25%), linear-gradient(-45deg, var(--ink) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--ink) 75%), linear-gradient(-45deg, transparent 75%, var(--ink) 75%); background-position: 0 0, 0 18px, 18px -18px, -18px 0; background-size: 36px 36px; content: ""; mask-image: radial-gradient(circle, black, transparent 65%); }
.deploy-content { display: flex; flex-direction: column; align-items: center; }
.deploy h2 { margin: 0; font-family: var(--sans); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 900; line-height: .86; letter-spacing: -.07em; text-transform: uppercase; -webkit-text-stroke: 3px var(--ink); color: var(--pink); text-shadow: 7px 7px 0 var(--ink); transform: rotate(-1deg); }
.deploy-content > p:not(.eyebrow):not(.deploy-note) { max-width: 610px; margin: 35px 0; padding: 14px 16px; border: 3px solid var(--ink); border-radius: 15px; background: white; box-shadow: var(--shadow-small); font-size: 16px; font-weight: 800; }
.deploy-note { padding: 7px 10px; border: 2px solid var(--ink); border-radius: 8px; background: var(--yellow); font-family: var(--sans); font-size: 8px; font-weight: 900; text-transform: uppercase; transform: rotate(1deg); }
.deploy-orbit { position: absolute; z-index: -1; width: 650px; height: 650px; border: 4px dashed var(--ink); border-radius: 50%; animation: orbit 24s linear infinite; }
.deploy-orbit i { position: absolute; top: 48%; left: -10px; width: 20px; height: 20px; border: 3px solid var(--ink); border-radius: 50%; background: var(--pink); }
.deploy-orbit i:nth-child(2) { top: 10%; right: 15%; left: auto; background: var(--blue); }
.deploy-orbit i:nth-child(3) { top: auto; right: 7%; bottom: 21%; left: auto; background: var(--yellow); }

.site-footer { padding: 75px 0 25px; background: var(--ink); color: white; }
.site-footer .brand-mark__front { border-color: white; box-shadow: 2px 2px 0 white; }
.site-footer .brand-mark__back { color: white; }
.site-footer .brand-name small { color: var(--pink); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 55px; border-bottom: 3px dashed rgba(255,255,255,.35); }
.footer-top p { max-width: 380px; margin: 0; padding: 14px; border: 2px solid white; border-radius: 14px; background: var(--blue-dark); box-shadow: 4px 4px 0 white; font-family: var(--sans); font-size: 16px; font-weight: 900; transform: rotate(1deg); }
.footer-links { display: grid; padding: 55px 0; border-bottom: 3px dashed rgba(255,255,255,.35); grid-template-columns: repeat(3, 1fr); }
.footer-links div { display: flex; flex-direction: column; gap: 11px; }
.footer-links span { width: max-content; margin-bottom: 8px; padding: 4px 7px; border-radius: 5px; background: var(--yellow); color: var(--ink); font-family: var(--sans); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.footer-links a { width: max-content; font-size: 12px; font-weight: 700; transition: color .2s, transform .2s; }
.footer-links a:hover { color: var(--lime); transform: translateX(5px) rotate(-1deg); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.58); font-family: var(--sans); font-size: 8px; text-transform: uppercase; }
.redacted { position: relative; color: transparent; cursor: help; }
.redacted::after { position: absolute; inset: 0 -2px; background: var(--pink); content: ""; transition: opacity .2s; }
.redacted:hover::after, .redacted:focus::after { opacity: 0; }
.redacted:hover, .redacted:focus { color: white; }

.toast { position: fixed; z-index: 300; right: 24px; bottom: 24px; max-width: min(430px, calc(100vw - 48px)); padding: 17px 20px; border: 3px solid var(--ink); border-radius: 14px; background: var(--yellow); box-shadow: var(--shadow); font-family: var(--sans); font-size: 11px; font-weight: 900; text-transform: uppercase; opacity: 0; pointer-events: none; transform: translateY(25px) rotate(2deg); transition: opacity .3s, transform .3s var(--ease); }
.toast.is-visible { opacity: 1; transform: translateY(0) rotate(-1deg); }
.premium-calcium .site-header { background: var(--lime); animation: premium-wiggle .4s infinite alternate; }

.modal { width: min(550px, calc(100vw - 36px)); padding: 45px; border: 4px solid var(--ink); border-radius: 24px; background: var(--pink); color: var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.modal::backdrop { background: rgba(112,103,255,.72); backdrop-filter: blur(6px); }
.modal .eyebrow { background: var(--yellow); }
.modal h2 { margin: 0 0 20px; font-family: var(--sans); font-size: 39px; font-weight: 900; line-height: 1.05; text-transform: uppercase; }
.modal > p:not(.eyebrow) { margin: 0 0 28px; padding: 13px; border: 3px solid var(--ink); border-radius: 12px; background: white; font-size: 14px; font-weight: 700; line-height: 1.65; }
.modal-close { position: absolute; top: 12px; right: 14px; display: grid; width: 34px; height: 34px; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--lime); font-size: 22px; font-weight: 900; cursor: pointer; }
.modal[open] { animation: modal-in .35s var(--ease); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@keyframes float { 0%,100% { transform: translateY(-50%) rotate(13deg); } 50% { transform: translateY(-56%) rotate(7deg); } }
@keyframes blob { 0%,100% { border-radius: 47% 53% 43% 57% / 54% 40% 60% 46%; transform: rotate(0); } 50% { border-radius: 60% 40% 55% 45% / 42% 61% 39% 58%; transform: rotate(5deg); } }
@keyframes sticker-bob { 50% { transform: translateY(-10px) rotate(6deg); } }
@keyframes blink { 50% { opacity: .35; } }
@keyframes particle-rise { to { transform: translateY(-110vh) translateX(35px) rotate(220deg); opacity: 0; } }
@keyframes scroll-line { from { transform: translateX(-110%); } to { transform: translateX(210%); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes seal-drift { to { transform: rotate(360deg); } }
@keyframes radar { to { transform: rotate(360deg); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(25px) rotate(-3deg) scale(.94); } }
@keyframes premium-wiggle { to { transform: translateX(-50%) rotate(.6deg); } }

@media (max-width: 1080px) {
  :root { --shell: min(calc(100% - 48px), 960px); }
  .site-nav { gap: 2px; }
  .site-nav > a { padding-inline: 10px; }
  .hero-brief { display: none; }
  .hero::after { right: 9%; opacity: .65; }
  .hero-sticker--fresh { right: 10%; }
  .about-layout { grid-template-columns: .6fr 1.2fr; }
  .about-stats { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .about-stats div { margin: 0; }
  .game-art { height: 350px; }
  .game-info { min-height: 275px; }
  .perks-layout { gap: 6vw; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100vw - 36px); --shadow: 5px 5px 0 var(--ink); }
  .site-header { min-height: 64px; border-radius: 19px; }
  .nav-toggle { position: relative; z-index: 2; display: block; width: 42px; height: 42px; margin-left: auto; border: 3px solid var(--ink); border-radius: 12px; background: var(--yellow); box-shadow: 2px 2px 0 var(--ink); }
  .nav-toggle span:not(.sr-only) { position: absolute; top: 16px; left: 9px; width: 18px; height: 3px; border-radius: 3px; background: var(--ink); transition: transform .3s, top .3s; }
  .nav-toggle span:nth-child(2) { top: 23px; }
  .nav-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: -20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 90px 30px 40px; border: 4px solid var(--ink); background: var(--blue); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .25s, transform .25s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a { width: min(330px, 90%); border: 3px solid var(--ink); border-radius: 15px; background: white; box-shadow: 5px 5px 0 var(--ink); font-family: var(--sans); font-size: 28px; text-align: center; }
  .site-nav .nav-cta { margin: 12px 0 0; background: var(--lime); }
  .hero { min-height: 780px; }
  .hero h1 { max-width: 680px; font-size: clamp(3.7rem, 12vw, 6rem); }
  .hero h1 br { display: none; }
  .hero::before { top: 26%; right: -30%; width: 74vw; }
  .hero::after { top: 33%; right: -2%; width: 100px; height: 165px; }
  .hero-sticker--fresh { top: 125px; right: 4%; width: 75px; height: 75px; font-size: 8px; }
  .hero-sticker--ram { display: none; }
  .section { padding: 95px 0; }
  .section-heading { margin-bottom: 50px; }
  .section-heading--row { align-items: flex-start; flex-direction: column; gap: 26px; }
  .about-layout { grid-template-columns: 1fr 2fr; padding: 25px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card, .game-card:nth-child(1), .game-card:nth-child(2), .game-card:nth-child(3) { display: grid; transform: none; grid-template-columns: 1.1fr .9fr; }
  .game-card:hover { transform: translateY(-8px) rotate(.5deg); }
  .game-art { height: 400px; border-right: 4px solid var(--ink); border-bottom: 0; }
  .game-info { min-height: auto; }
  .perks-layout { grid-template-columns: 1fr; }
  .perks-sticky { position: static; }
  .pillar-list { margin-top: 35px; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote, .quote:nth-child(1), .quote:nth-child(2), .quote:nth-child(3) { min-height: auto; transform: none; }
  .quote:hover { transform: translateY(-7px) rotate(.5deg); }
}

@media (max-width: 600px) {
  .site-header { width: calc(100vw - 22px); }
  .brand-name { font-size: 13px; }
  .eyebrow { font-size: 8px; }
  .eyebrow span { display: none; }
  .hero { height: auto; min-height: 780px; padding: 125px 0 75px; }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); line-height: .9; }
  .hero h1 em { -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--ink); }
  .hero-copy { margin-top: 28px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-scroll, .hero-sticker { display: none; }
  .ticker span { padding-inline: 22px; }
  .section-heading h2, .perks h2 { font-size: 3rem; }
  .about-layout { display: block; padding: 20px; }
  .about-seal { width: 180px; margin: 0 auto 40px; }
  .about-copy { padding-left: 18px; }
  .about-copy .about-lead { font-size: 20px; }
  .about-stats { display: grid; margin-top: 35px; grid-template-columns: 1fr 1fr; }
  .about-stats dt { font-size: 26px; }
  .fine-print { line-height: 1.5; }
  .game-card, .game-card:nth-child(1), .game-card:nth-child(2), .game-card:nth-child(3) { display: block; }
  .game-art { height: 370px; border-right: 0; border-bottom: 4px solid var(--ink); }
  .game-info { min-height: 245px; }
  .pillar { grid-template-columns: 42px 1fr; gap: 15px; padding: 20px; }
  .pillar-number { grid-column: 1; }
  .pillar-icon { grid-column: 1; grid-row: 2; width: 43px; height: 43px; border-radius: 12px; }
  .pillar-icon svg { width: 23px; }
  .pillar > div { grid-column: 2; grid-row: 2; }
  .pillar h3 { font-size: 20px; }
  .quote { padding: 27px; }
  .deploy { min-height: 650px; }
  .deploy h2 { font-size: 4rem; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--ink); }
  .deploy-orbit { width: 120vw; height: 120vw; }
  .deploy-content > p:not(.eyebrow):not(.deploy-note) { font-size: 14px; }
  .deploy-note { line-height: 1.5; }
  .footer-top { flex-direction: column; gap: 32px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; line-height: 1.6; }
  .modal { padding: 42px 23px 25px; }
  .modal h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
