:root {
  --lime: #cfff00;
  --lime2: #99ef27;
  --sun: #ffb21c;
  --orange: #ff6b2c;
  --blue: #5fd9ff;
  --pink: #ff6fbc;
  --ink: #13210a;
  --cream: #fff8d7;
  --shadow: rgba(19, 33, 10, .22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 12% 10%, #fff480 0 6rem, transparent 6.2rem), radial-gradient(circle at 82% 18%, rgba(95,217,255,.7), transparent 20rem), linear-gradient(180deg, var(--lime), #dcff33 40%, #8be873 40%, #75d667);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(90deg, rgba(19,33,10,.12) 1px, transparent 1px), linear-gradient(rgba(19,33,10,.12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--orange); color: white; }
.sun-stickers { position: fixed; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.sun-stickers span { position: absolute; font-size: clamp(2.5rem, 6vw, 6rem); filter: drop-shadow(0 8px 0 rgba(0,0,0,.08)); animation: bob 4s ease-in-out infinite; }
.sun-stickers span:nth-child(1) { left: 5%; top: 18%; }
.sun-stickers span:nth-child(2) { right: 6%; top: 20%; animation-delay: -.7s; }
.sun-stickers span:nth-child(3) { left: 15%; bottom: 18%; animation-delay: -1.4s; }
.sun-stickers span:nth-child(4) { right: 16%; bottom: 14%; animation-delay: -2.1s; }
.sun-stickers span:nth-child(5) { left: 48%; top: 9%; animation-delay: -2.8s; }
.sun-stickers span:nth-child(6) { left: 44%; bottom: 8%; animation-delay: -3.5s; }
@keyframes bob { 50% { transform: translateY(-18px) rotate(8deg); } }
.eu-note { position: sticky; top: 0; z-index: 60; padding: .55rem 1rem; color: white; background: var(--ink); text-align: center; font-family: "JetBrains Mono", monospace; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.eu-note a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.topbar { position: sticky; top: 34px; z-index: 55; min-height: 82px; padding: .75rem clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(255,248,215,.86); border-bottom: 5px solid var(--ink); box-shadow: 0 10px 0 var(--shadow); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: Anton, Impact, sans-serif; font-size: 1.35rem; letter-spacing: .02em; }
.brand img { width: 50px; height: 50px; object-fit: cover; border: 4px solid var(--ink); border-radius: 18px; background: var(--lime); }
nav { display: flex; gap: clamp(.9rem, 2.2vw, 2rem); }
nav a, .x-link, footer a, .copy-btn, .pool-btn { font-family: "JetBrains Mono", monospace; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
nav a:hover { color: var(--orange); }
.x-link, .pool-btn, .copy-btn { padding: .9rem 1rem; color: var(--ink); background: var(--sun); border: 4px solid var(--ink); border-radius: 999px; box-shadow: 5px 6px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.x-link:hover, .pool-btn:hover, .copy-btn:hover { transform: translate(2px, 3px) rotate(-1deg); box-shadow: 2px 3px 0 var(--ink); }
main, footer { position: relative; z-index: 2; }
.hero { min-height: calc(100vh - 116px); padding: clamp(1rem, 5vw, 5rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: 4vw; align-items: center; }
.eyebrow, .section-title p, .legal-towel > p, .final-card p { margin: 0 0 1rem; color: var(--orange); font-family: "JetBrains Mono", monospace; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0; color: white; font-family: Anton, Impact, sans-serif; font-size: clamp(5rem, 12vw, 13rem); line-height: .82; letter-spacing: -.04em; text-shadow: 8px 8px 0 var(--orange), 14px 14px 0 var(--ink); }
.hero h2, .section-title h2, .activity-copy h2, .legal-towel h2, .final-card h2 { font-family: Bangers, Impact, sans-serif; font-size: clamp(3rem, 6.5vw, 7.5rem); line-height: .9; }
.hero-copy p:not(.eyebrow), .activity-copy p { color: #2c3d16; font-size: clamp(1.05rem, 1.35vw, 1.28rem); line-height: 1.62; font-weight: 800; }
.actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.copy-btn { display: inline-flex; align-items: center; gap: 1rem; cursor: pointer; background: var(--pink); }
.copy-btn b { opacity: .75; }
.poster { position: relative; padding: .8rem; background: var(--cream); border: 6px solid var(--ink); border-radius: 34px; box-shadow: 16px 16px 0 var(--shadow); transform: rotate(1deg); }
.poster img { display: block; width: 100%; border: 4px solid var(--ink); border-radius: 24px; }
.poster-stamp { position: absolute; right: 1.2rem; bottom: 1.2rem; padding: .8rem; color: white; background: var(--orange); border: 5px solid var(--ink); border-radius: 22px; font-family: Anton, Impact, sans-serif; font-size: clamp(1.8rem, 4vw, 4.4rem); line-height: .82; transform: rotate(-7deg); }
.wave-ticker { overflow: hidden; color: var(--ink); background: var(--blue); border-block: 6px solid var(--ink); transform: rotate(-1deg) scale(1.03); }
.wave-ticker div { width: max-content; display: flex; gap: 1.4rem; padding: .95rem 0; font-family: "JetBrains Mono", monospace; font-size: .85rem; font-weight: 900; animation: ticker 22s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }
.section { padding: 7rem clamp(1rem, 5vw, 5rem); }
.section-title { max-width: 1000px; margin-bottom: 2.2rem; }
.meme-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.meme-grid article, .summer-pass, .legal-towel, .final-card { background: var(--cream); border: 5px solid var(--ink); box-shadow: 10px 11px 0 var(--shadow); }
.meme-grid article { min-height: 260px; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: 28px; transform: rotate(var(--r, 0deg)); transition: transform .15s ease; }
.meme-grid article:nth-child(2n) { --r: 1.5deg; background: #eaffcb; }
.meme-grid article:nth-child(3n) { --r: -1.5deg; background: #dff7ff; }
.meme-grid article:hover { transform: rotate(var(--r, 0deg)) translateY(-7px); }
.meme-grid b { font-size: 3rem; }
.meme-grid h3 { margin: auto 0 1rem; font-family: Bangers, Impact, sans-serif; font-size: 2.5rem; line-height: .92; }
.meme-grid p { line-height: 1.4; font-weight: 800; }
.activities { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; background: rgba(255,255,255,.18); }
.summer-pass { padding: 1.2rem; border-radius: 30px; transform: rotate(-1.5deg); }
.summer-pass h2 { font-family: Anton, Impact, sans-serif; font-size: clamp(3rem, 6vw, 6rem); line-height: .85; }
.pass-row { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-top: 3px dashed rgba(19,33,10,.24); font-family: "JetBrains Mono", monospace; font-weight: 900; }
.pass-row span { color: var(--orange); }
.pass-row b { text-align: right; }
.legal-towel { padding: clamp(1.2rem, 4vw, 3rem); border-radius: 34px; background: repeating-linear-gradient(90deg, #fff8d7 0 38px, #ffeaa0 38px 76px); }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.legal-grid p { margin: 0; padding: 1rem; background: rgba(255,255,255,.68); border: 3px dashed var(--ink); font-family: "JetBrains Mono", monospace; font-size: .88rem; line-height: 1.55; font-weight: 900; }
.final-card { margin: 2rem clamp(1rem, 5vw, 5rem) 6rem; padding: clamp(1.2rem, 4vw, 3rem); text-align: center; border-radius: 36px; }
.final-card h2 { word-break: break-word; }
.copy-btn.big { justify-content: center; min-width: min(360px, 100%); }
footer { padding: 2rem clamp(1rem, 4vw, 4rem); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; background: var(--cream); border-top: 6px solid var(--ink); }
footer p { margin: 0; max-width: 620px; font-weight: 800; }
.reveal { opacity: 0; transform: translateY(24px) rotate(-1deg); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0) rotate(0); }
@media (max-width: 1050px) { nav { display: none; } .hero, .activities { grid-template-columns: 1fr; } .meme-grid, .legal-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .eu-note { text-align: left; font-size: .58rem; } .topbar { top: 48px; align-items: flex-start; } .x-link { display: none; } .brand img { width: 42px; height: 42px; } .hero { padding: 2rem 1rem 3rem; } h1 { font-size: 4.8rem; } .hero h2, .section-title h2, .activity-copy h2, .legal-towel h2, .final-card h2 { font-size: 3rem; } .actions { flex-direction: column; } .copy-btn, .pool-btn { width: 100%; justify-content: center; } .poster { transform: none; } .meme-grid, .legal-grid { grid-template-columns: 1fr; } .section { padding: 5rem 1rem; } .pass-row { flex-direction: column; } .pass-row b { text-align: left; } footer { flex-direction: column; align-items: flex-start; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; } }
