:root {
  --navy: #071a56;
  --cobalt: #0c32b9;
  --blue: #0e46ee;
  --acid: #b7ff17;
  --coral: #ff6650;
  --cream: #f4f5ec;
  --ink: #07102c;
  --purple: #7b43e8;
  --line: rgba(244, 245, 236, .18);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 99; top: 8px; left: 8px; padding: 10px 14px; background: var(--acid); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 0 clamp(18px, 3vw, 52px); background: var(--cream); border-bottom: 3px solid var(--ink); position: relative; z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; text-decoration: none; font-family: var(--display); font-size: 25px; letter-spacing: .5px; }
.brand-dot { width: 18px; aspect-ratio: 1; background: var(--purple); border: 3px solid var(--ink); border-radius: 50% 50% 45% 55%; box-shadow: 7px 0 0 var(--acid); }
.desktop-nav { display: flex; gap: 28px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { text-decoration: none; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 3px; background: var(--coral); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; text-decoration: none; border: 2px solid var(--ink); padding: 10px 15px; border-radius: 999px; font-weight: 900; font-size: 12px; text-transform: uppercase; box-shadow: 4px 4px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.header-cta:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }

.hero { min-height: calc(100svh - 72px); position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(320px, .9fr) minmax(500px, 1.1fr); align-items: center; background: radial-gradient(circle at 70% 35%, #174cdd 0 15%, transparent 44%), linear-gradient(135deg, var(--navy), #071548 58%, #0d2d91); color: var(--cream); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 8; background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(2, 7, 28, .16) 5px); mix-blend-mode: multiply; }
.market-grid { position: absolute; inset: 0; z-index: -1; opacity: .82; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 74px 74px; transform: perspective(700px) rotateX(4deg) scale(1.05); }
.chart { position: absolute; height: 4px; background: var(--acid); filter: drop-shadow(0 0 8px rgba(183,255,23,.5)); transform-origin: left; }
.chart::before, .chart::after { content: ""; position: absolute; width: 38%; height: 4px; background: inherit; left: 34%; top: -23px; transform: rotate(-31deg); transform-origin: left; }
.chart::after { left: 66%; top: -22px; transform: rotate(40deg); }
.chart-a { left: 3%; top: 70%; width: 35%; transform: rotate(-8deg); }
.chart-b { right: 5%; top: 20%; width: 28%; background: var(--coral); transform: rotate(9deg); }
.quote { position: absolute; font: 900 clamp(20px, 3vw, 54px)/1 var(--display); opacity: .12; letter-spacing: .04em; }
.q1 { top: 9%; left: 3%; } .q2 { top: 25%; left: 37%; } .q3 { top: 77%; left: 44%; }
.q4 { top: 14%; right: 5%; } .q5 { bottom: 5%; right: 4%; } .q6 { top: 53%; left: 6%; }
.hero-copy { position: relative; z-index: 10; padding: 60px 0 90px clamp(24px, 6vw, 105px); max-width: 720px; }
.eyebrow, .section-kicker { margin: 0 0 18px; font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .15em; }
.eyebrow { display: inline-flex; padding: 9px 12px; color: var(--ink); background: var(--cream); border: 2px solid var(--ink); transform: rotate(-1deg); box-shadow: 5px 5px 0 var(--coral); }
h1, h2 { font-family: var(--display); text-transform: uppercase; margin: 0; letter-spacing: .005em; }
h1 { font-size: clamp(77px, 10vw, 180px); line-height: .76; text-shadow: 7px 8px 0 var(--ink); }
h1 span { display: block; }
h1 .acid { color: var(--acid); -webkit-text-stroke: 2px var(--ink); margin-left: clamp(8px, 3vw, 55px); white-space: nowrap; }
.hero-lede { max-width: 490px; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.5; font-weight: 700; margin: 30px 0 28px; }
.hero-actions, .join-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 2px solid currentColor; text-decoration: none; cursor: pointer; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; box-shadow: 5px 5px 0 currentColor; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 currentColor; }
.button-acid { background: var(--acid); color: var(--ink); }
.button-ghost { background: transparent; color: var(--cream); }
.button-dark { background: var(--ink); color: var(--cream); border-color: var(--ink); box-shadow: 5px 5px 0 rgba(7,16,44,.28); }
.button-light { background: var(--cream); color: var(--ink); }

.hero-visual { align-self: end; height: calc(100svh - 72px); min-height: 620px; position: relative; z-index: 5; display: grid; place-items: end center; }
.hero-mascot { position: relative; z-index: 5; height: min(88svh, 940px); width: auto; max-width: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(26px 24px 16px rgba(1,6,28,.4)); transform-origin: center bottom; animation: mascotFloat 4.8s ease-in-out infinite alternate; }
.sun-disc { position: absolute; z-index: 1; width: min(42vw, 630px); aspect-ratio: 1; border-radius: 50%; background: var(--acid); border: 4px solid var(--ink); top: 12%; right: 4%; box-shadow: inset 0 0 0 22px rgba(255,255,255,.18), 0 0 60px rgba(183,255,23,.22); }
.orbit { position: absolute; z-index: 2; width: min(48vw, 720px); aspect-ratio: 1; top: 7%; right: -2%; border: 3px solid rgba(244,245,236,.7); border-radius: 50%; }
.orbit-two { width: min(55vw, 820px); top: 1%; right: -7%; border-style: dashed; animation: orbitSpin 28s linear infinite; }
.sticker { position: absolute; z-index: 9; color: var(--ink); border: 3px solid var(--ink); padding: 12px 15px; font: 900 22px/.83 var(--display); text-align: center; box-shadow: 6px 6px 0 var(--ink); }
.sticker-one { left: 7%; top: 25%; background: var(--coral); transform: rotate(-10deg); }
.sticker-two { right: 7%; bottom: 16%; background: var(--cream); transform: rotate(8deg); }
.tape { position: absolute; z-index: 7; left: 42%; width: 66%; padding: 11px 0; border: 3px solid var(--ink); color: var(--ink); overflow: hidden; font: 900 23px/1 var(--display); white-space: nowrap; box-shadow: 8px 8px 0 rgba(4,10,40,.38); }
.tape div { width: max-content; animation: tapeMove 13s linear infinite; }
.tape-left { top: 25%; background: var(--coral); transform: rotate(-8deg); }
.tape-right { top: 36%; background: var(--acid); transform: rotate(6deg); }

.marquee { overflow: hidden; background: var(--coral); border-block: 3px solid var(--ink); color: var(--ink); }
.marquee-track { display: flex; width: max-content; animation: marqueeMove 23s linear infinite; }
.marquee-group { display: flex; align-items: center; gap: 22px; padding: 15px 11px; font: 900 clamp(18px, 2vw, 31px)/1 var(--display); white-space: nowrap; }
.marquee-group i { font-style: normal; font-size: .75em; }

.section { padding: clamp(80px, 10vw, 160px) clamp(20px, 6vw, 110px); }
.about { display: grid; grid-template-columns: minmax(280px, .88fr) minmax(330px, 1.12fr); gap: clamp(45px, 8vw, 140px); align-items: center; background: var(--cream); }
.about-photo { position: relative; background: var(--purple); border: 4px solid var(--ink); box-shadow: 16px 16px 0 var(--ink); transform: rotate(-1.5deg); }
.about-photo::before { content: ""; position: absolute; z-index: 2; inset: 12px; border: 2px solid rgba(244,245,236,.65); pointer-events: none; }
.about-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.photo-tag { position: absolute; z-index: 3; right: -20px; bottom: 28px; padding: 13px 17px; background: var(--acid); border: 3px solid var(--ink); font: 900 23px/.85 var(--display); transform: rotate(5deg); box-shadow: 5px 5px 0 var(--ink); }
.about-copy h2, .section-heading h2 { font-size: clamp(60px, 7vw, 128px); line-height: .82; }
h2 em { color: var(--purple); font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.about-copy > p:not(.section-kicker) { max-width: 670px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; font-weight: 700; }
.fact-row { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); border: 3px solid var(--ink); }
.fact-row span { padding: 18px 12px; text-align: center; font-size: 11px; font-weight: 900; letter-spacing: .07em; }
.fact-row span + span { border-left: 3px solid var(--ink); }
.fact-row b { display: block; color: var(--coral); font: 900 26px/1 var(--display); margin-bottom: 5px; }

.memes { background: var(--navy); color: var(--cream); border-top: 3px solid var(--ink); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 55px; }
.section-heading h2 em { color: var(--acid); -webkit-text-stroke-color: var(--ink); }
.section-heading > p { max-width: 310px; margin: 0 0 6px; font-size: 18px; font-weight: 700; }
.meme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.meme-card { position: relative; min-height: 560px; overflow: hidden; border: 4px solid var(--ink); box-shadow: 9px 9px 0 var(--coral); background: var(--blue); }
.meme-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .5s; }
.meme-card:hover img { transform: scale(1.045); filter: saturate(1.12); }
.meme-card-two { background: var(--acid); box-shadow-color: var(--purple); }
.meme-card-two img { object-fit: contain; object-position: center bottom; position: relative; z-index: 2; padding-top: 36px; filter: drop-shadow(12px 15px 9px rgba(7,16,44,.25)); }
.meme-card-three { box-shadow-color: var(--acid); }
.meme-card-three img { transform: scale(1.08); }
.meme-card-three:hover img { transform: scale(1.13); }
.mini-sun { position: absolute; width: 85%; aspect-ratio: 1; background: var(--coral); border: 3px solid var(--ink); border-radius: 50%; left: 8%; top: 10%; }
.meme-caption { position: absolute; z-index: 5; inset: auto 0 0; min-height: 104px; padding: 15px 18px; display: flex; align-items: flex-start; gap: 14px; background: var(--cream); color: var(--ink); border-top: 4px solid var(--ink); }
.meme-caption span { font-size: 10px; font-weight: 900; }
.meme-caption strong { font: 900 31px/.85 var(--display); }

.join { min-height: 86svh; position: relative; overflow: hidden; background: var(--acid); border-top: 3px solid var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; padding: clamp(80px, 9vw, 150px) clamp(20px, 6vw, 110px); }
.join::before { content: "GSHADES"; position: absolute; top: 2%; left: -1%; font: 900 24vw/.8 var(--display); color: rgba(7,16,44,.08); white-space: nowrap; }
.join-rings { position: absolute; left: -13vw; bottom: -22vw; width: 62vw; aspect-ratio: 1; border: 5px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 48px var(--coral), 0 0 0 53px var(--ink), 0 0 0 103px var(--purple), 0 0 0 108px var(--ink); }
.join-mascot { position: absolute; z-index: 2; left: 1vw; bottom: 0; height: min(75svh, 760px); filter: drop-shadow(20px 20px 10px rgba(7,16,44,.25)); }
.join-copy { grid-column: 2; position: relative; z-index: 4; max-width: 850px; }
.join h2 { font-size: clamp(72px, 9.2vw, 175px); line-height: .78; }
.join h2 em { color: var(--cream); }
.join-copy > p:not(.section-kicker) { max-width: 600px; font-weight: 700; font-size: 18px; line-height: 1.5; }
.join-actions { margin-top: 28px; }

footer { background: var(--ink); color: var(--cream); padding: 40px clamp(20px, 4vw, 70px) 24px; }
.footer-mark { font: 900 22vw/.77 var(--display); letter-spacing: -.02em; color: var(--cream); text-align: center; }
.footer-mark span { font: 900 2vw/1 var(--body); vertical-align: top; }
.footer-row { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(244,245,236,.35); display: flex; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .12em; font-weight: 900; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 130%); padding: 13px 18px; background: var(--acid); color: var(--ink); border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .08em; transition: transform .25s ease; }
.toast.show { transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
@keyframes mascotFloat { to { transform: translateY(-9px) rotate(.5deg); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes tapeMove { to { transform: translateX(-50%); } }
@keyframes marqueeMove { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 35px; }
  h1 { font-size: clamp(70px, 10vw, 108px); }
  .hero-visual { min-height: 580px; }
  .tape { left: 38%; width: 75%; }
  .meme-card { min-height: 470px; }
  .meme-caption strong { font-size: 25px; }
}

@media (max-width: 760px) {
  .site-header { height: 62px; grid-template-columns: 1fr auto; padding-inline: 15px; }
  .desktop-nav { display: none; }
  .brand { font-size: 21px; }
  .header-cta { padding: 9px 12px; box-shadow: 3px 3px 0 var(--ink); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy { padding: 54px 20px 8px; text-align: center; display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(70px, 21vw, 102px); line-height: .79; }
  h1 .acid { margin-left: 0; white-space: normal; }
  .hero-lede { margin: 22px auto; font-size: 16px; }
  .hero-actions { justify-content: center; }
  .button { min-height: 47px; padding-inline: 15px; }
  .hero-visual { height: 64svh; min-height: 500px; }
  .hero-mascot { height: 62svh; max-height: 570px; }
  .sun-disc { width: 88vw; top: 3%; right: 6%; }
  .orbit { width: 96vw; top: 0; right: 2%; }
  .orbit-two { width: 108vw; right: -4%; top: -6%; }
  .sticker-one { left: 4%; top: 15%; } .sticker-two { right: 3%; bottom: 10%; }
  .tape { left: -10%; width: 120%; font-size: 17px; padding: 8px 0; }
  .tape-left { top: 39%; } .tape-right { top: 46%; }
  .marquee-group { padding-block: 12px; }
  .section { padding: 80px 20px; }
  .about { grid-template-columns: 1fr; gap: 65px; }
  .about-photo { box-shadow: 10px 10px 0 var(--ink); }
  .about-copy h2, .section-heading h2 { font-size: clamp(58px, 17vw, 90px); }
  .fact-row { grid-template-columns: 1fr; }
  .fact-row span + span { border-left: 0; border-top: 3px solid var(--ink); }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .meme-grid { grid-template-columns: 1fr; }
  .meme-card { min-height: 510px; }
  .join { min-height: 930px; grid-template-columns: 1fr; align-items: start; padding-top: 80px; }
  .join-copy { grid-column: 1; text-align: center; }
  .join h2 { font-size: clamp(66px, 20vw, 104px); }
  .join-actions { justify-content: center; }
  .join-mascot { height: 52svh; max-height: 520px; left: 50%; transform: translateX(-50%); }
  .join-rings { width: 100vw; left: -24vw; bottom: -24vw; }
  .footer-row { flex-direction: column; text-align: center; }
}

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