:root {
  --green-950: #031b18;
  --green-900: #052c25;
  --green-800: #06443a;
  --green-700: #0c6151;
  --gold: #f5bf58;
  --gold-light: #ffe29a;
  --cream: #f4f1e7;
  --mint: #b9edcc;
  --muted: #8db8a3;
  --dark-ink: #062d25;
  --display: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
  --mono: "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--green-950); color: var(--cream); font-family: var(--body); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1240px, calc(100% - 10vw)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(245, 191, 88, .16); background: rgba(3, 27, 24, .9); backdrop-filter: blur(16px); }
.header-inner { width: min(1240px, calc(100% - 10vw)); min-height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 41px; height: 41px; object-fit: cover; border: 1px solid rgba(245, 191, 88, .7); border-radius: 50%; }
.brand strong { display: block; color: var(--gold-light); font: 700 22px/1 var(--display); letter-spacing: -.04em; }
.brand small { display: block; margin-top: 4px; color: var(--gold); font: 9px/1 var(--mono); letter-spacing: .21em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 27px; color: #b7d4c0; font: 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--gold-light); }
.nav-outline { padding: 9px 13px; border: 1px solid rgba(245, 191, 88, .35); border-radius: 999px; }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--gold); color: var(--dark-ink); }
.nav-cta:hover { color: var(--dark-ink); background: var(--gold-light); }
.nav-cta span { margin-left: 5px; font-size: 15px; }
.menu-button { display: none; border: 0; background: none; color: var(--gold-light); font-size: 23px; }

.hero { position: relative; min-height: 810px; overflow: hidden; padding: 78px 0 45px; background: radial-gradient(circle at 76% 40%, rgba(15, 112, 88, .64), transparent 33%), radial-gradient(circle at 8% 92%, rgba(7, 95, 74, .4), transparent 38%), var(--green-900); }
.hero-inner { position: relative; z-index: 1; width: min(1240px, calc(100% - 10vw)); min-height: 680px; margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.orb-one { top: 9%; right: 14%; width: 240px; height: 240px; border: 1px solid rgba(245, 191, 88, .18); box-shadow: 0 0 80px rgba(245, 191, 88, .1); }
.orb-two { right: 4%; bottom: 10%; width: 110px; height: 110px; background: rgba(245, 191, 88, .08); filter: blur(20px); }
.hero-copy { max-width: 600px; }
.eyebrow { margin: 0; color: var(--gold); font: 10px var(--mono); letter-spacing: .27em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 37px; height: 1px; margin: 0 13px 3px 0; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
h1 { max-width: 620px; margin: 28px 0 28px; font-size: clamp(4.1rem, 7vw, 7.4rem); line-height: .86; letter-spacing: -.075em; }
h2 { margin: 18px 0 0; font-size: clamp(3rem, 5vw, 5.3rem); line-height: .9; letter-spacing: -.065em; }
em { color: var(--gold); font-style: italic; }
.hero-description { max-width: 470px; color: #aed2bb; font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 21px; border: 0; border-radius: 999px; font: 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--dark-ink); }
.button-primary:hover { background: var(--gold-light); }
.button-dark { background: var(--dark-ink); color: var(--gold-light); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(245, 191, 88, .55); color: var(--mint); font: 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.text-link:hover { color: var(--gold-light); }
.text-link.light { display: inline-block; margin-top: 25px; }
.hero-points { display: flex; gap: 29px; margin-top: 66px; padding-top: 18px; border-top: 1px solid rgba(245, 191, 88, .18); }
.hero-points div { display: grid; gap: 2px; min-width: 82px; }
.hero-points strong { color: var(--gold-light); font: 26px var(--display); }
.hero-points span { color: #83ad96; font: 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.visual-ring { position: absolute; border: 1px solid rgba(245, 191, 88, .2); border-radius: 50%; transform: rotate(-20deg); }
.ring-back { width: 560px; height: 340px; }
.ring-front { width: 450px; height: 650px; border-color: rgba(185, 237, 204, .16); transform: rotate(24deg); }
.game-console { position: relative; z-index: 1; width: min(100%, 545px); overflow: hidden; border: 1px solid rgba(245, 191, 88, .42); border-radius: 27px; background: linear-gradient(145deg, rgba(13, 85, 67, .98), rgba(3, 34, 29, .98)); box-shadow: 0 35px 95px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 226, 154, .16); transform: rotate(2deg); }
.console-top, .console-bottom { display: flex; justify-content: space-between; gap: 15px; padding: 15px 20px; color: #8db8a3; font: 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.console-top { border-bottom: 1px solid rgba(245, 191, 88, .16); }
.console-top b { color: var(--gold); font-size: 8px; }
.live-dot { width: 7px; height: 7px; margin: 2px -8px 0 0; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.console-main { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 38px 28px 30px; }
.tiny-label { color: var(--gold); font: 9px var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.console-copy h2 { margin-top: 12px; color: var(--cream); font-size: 42px; }
.console-copy p { max-width: 230px; margin: 17px 0; color: #a6cab2; font-size: 12px; }
.mini-button { display: inline-block; padding: 10px 13px; border: 1px solid rgba(245, 191, 88, .5); border-radius: 999px; color: var(--gold-light); font: 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.console-badge { display: grid; place-items: center; width: 135px; height: 135px; flex: 0 0 auto; border: 1px solid rgba(245, 191, 88, .56); border-radius: 50%; background: radial-gradient(circle, rgba(245, 191, 88, .28), transparent 65%); color: var(--gold-light); transform: rotate(-8deg); }
.console-badge span { margin-bottom: -33px; font: 700 41px var(--display); }
.console-badge strong { font: 700 24px var(--display); }
.console-badge small { margin-top: -32px; font: 8px var(--mono); letter-spacing: .16em; }
.console-games { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 0 19px 19px; }
.mini-game { position: relative; min-height: 106px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 13px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 14px; }
.mini-game::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, .11)); }
.game-orange { background: linear-gradient(135deg, #7e321c, #e29b33); }
.game-blue { background: linear-gradient(135deg, #125279, #61b9d1); }
.game-purple { background: linear-gradient(135deg, #472c76, #ad6eb0); }
.mini-game span { position: relative; z-index: 1; font-size: 22px; }
.mini-game b { position: relative; z-index: 1; font: 15px/1.05 var(--display); }
.console-bottom { border-top: 1px solid rgba(245, 191, 88, .16); }
.float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(245, 191, 88, .35); border-radius: 13px; background: rgba(5, 49, 40, .91); box-shadow: 0 15px 35px rgba(0, 0, 0, .25); }
.float-card-top { top: 14%; right: -2%; }
.float-card-bottom { bottom: 9%; left: -5%; display: grid; gap: 0; }
.float-card > span, .float-card > strong { color: var(--gold); font: 20px var(--display); }
.float-card b { display: block; color: var(--cream); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.float-card small, .float-card-bottom span { display: block; color: #83ad96; font-size: 10px; }
.scroll-hint { position: absolute; bottom: 22px; left: 5vw; display: flex; align-items: center; gap: 15px; color: #628d79; font: 9px var(--mono); letter-spacing: .2em; text-transform: uppercase; }
.scroll-hint span { width: 60px; height: 1px; background: rgba(245, 191, 88, .4); }

.feature-strip { background: #0a5b49; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0; }
.feature-grid > div { display: flex; align-items: center; gap: 13px; padding: 3px 22px; border-right: 1px solid rgba(185, 237, 204, .18); }
.feature-grid > div:first-child { padding-left: 0; }
.feature-grid > div:last-child { border: 0; }
.feature-icon { color: var(--gold); font-size: 24px; }
.feature-grid strong { display: block; color: var(--cream); font: 17px var(--display); }
.feature-grid p { margin: 4px 0 0; color: #94c1a6; font-size: 10px; }

section { padding: 112px 0; }
.section-light { background: var(--cream); color: var(--dark-ink); }
.section-dark { background: var(--green-900); }
.section-mid { background: #c0ddc7; color: var(--dark-ink); }
.how-to-play.section-mid {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(14, 117, 87, .28), transparent 27%),
    radial-gradient(circle at 88% 72%, rgba(245, 191, 88, .12), transparent 25%),
    var(--green-900);
  color: var(--cream);
}
.how-to-play.section-mid::before,
.how-to-play.section-mid::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(245, 191, 88, .12);
  border-radius: 50%;
  pointer-events: none;
}
.how-to-play.section-mid::before { top: -170px; right: -100px; width: 430px; height: 430px; }
.how-to-play.section-mid::after { bottom: -250px; left: -140px; width: 520px; height: 520px; }
.how-to-play .container { position: relative; z-index: 1; }
.how-to-play .split-heading > p { color: #9bc5aa; }
.how-to-play .eyebrow.green { color: var(--gold); }
.section-heading { margin-bottom: 53px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.split-heading > p { max-width: 320px; margin: 0 0 8px; color: #4c7764; font-size: 14px; line-height: 1.8; }
.green { color: #267c5a; }

.game-filter { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-bottom: 44px; padding: 14px 0; border-top: 1px solid rgba(6, 45, 37, .18); border-bottom: 1px solid rgba(6, 45, 37, .18); color: #57806c; font: 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.filter { padding: 9px 14px; border: 0; border-radius: 999px; background: transparent; color: #57806c; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.filter:hover, .filter.active { background: var(--dark-ink); color: var(--gold-light); }
.game-filter > span { margin-left: auto; }
.game-card.is-hidden { display: none; }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 19px; }
.game-card { overflow: hidden; border: 1px solid rgba(6, 45, 37, .14); border-radius: 22px; background: rgba(255, 255, 255, .48); transition: transform .25s, box-shadow .25s; }
.game-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(6, 45, 37, .14); }
.game-art { position: relative; min-height: 220px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; color: white; }
.game-art::before { content: ""; position: absolute; top: -35px; right: -25px; width: 160px; height: 160px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; box-shadow: 0 0 0 20px rgba(255, 255, 255, .08), 0 0 0 40px rgba(255, 255, 255, .06); }
.game-thumb { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.game-art-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(150deg, rgba(2, 19, 15, .12), rgba(2, 19, 15, .68)); }
.game-art b { position: relative; z-index: 2; font: 34px var(--display); letter-spacing: -.08em; }
.game-art small { position: relative; z-index: 2; font: 10px var(--mono); letter-spacing: .15em; line-height: 1.4; }
.game-art i { position: absolute; z-index: 2; right: 25px; bottom: 15px; color: rgba(255, 255, 255, .78); font-size: 72px; font-style: normal; }
.art-glow { position: absolute; bottom: -30px; left: 35%; width: 170px; height: 90px; border-radius: 50%; background: rgba(255, 255, 255, .35); filter: blur(30px); }
.card-orange .game-art { background: linear-gradient(140deg, #803421, #e0a047); }
.card-blue .game-art { background: linear-gradient(140deg, #175479, #5eb8c6); }
.card-purple .game-art { background: linear-gradient(140deg, #463074, #a369ae); }
.card-green .game-art { background: linear-gradient(140deg, #15604c, #62ae75); }
.card-red .game-art { background: linear-gradient(140deg, #741f2e, #cd6f52); }
.card-gold .game-art { background: linear-gradient(140deg, #9d6d21, #e4bb56); }
.game-details { display: flex; justify-content: space-between; gap: 15px; padding: 20px 19px 22px; }
.game-category { color: #28775a; font: 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.game-details h3 { margin: 7px 0 4px; font-size: 25px; }
.game-details p { max-width: 205px; margin: 0; color: #5b806c; font-size: 11px; line-height: 1.6; }
.play-button { align-self: end; flex: 0 0 auto; padding: 9px 11px; border: 1px solid rgba(6, 45, 37, .25); border-radius: 999px; background: transparent; color: var(--dark-ink); font: 9px var(--mono); text-transform: uppercase; }
.play-button:hover { border-color: var(--dark-ink); background: var(--dark-ink); color: var(--gold-light); }

.rewards { overflow: hidden; position: relative; }
.rewards::after { content: "DM"; position: absolute; right: 2%; bottom: -22%; color: rgba(245, 191, 88, .04); font: 35vw/1 var(--display); pointer-events: none; }
.rewards .split-heading > p, .join-grid > div > p:last-child { color: #99c2a7; }
.rewards h2, .join h2 { color: var(--cream); }
.reward-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 13px; }
.reward-card { min-height: 320px; padding: 25px 27px; border: 1px solid rgba(245, 191, 88, .17); border-radius: 23px; background: rgba(255, 255, 255, .05); }
.reward-feature { background: linear-gradient(145deg, rgba(175, 113, 41, .37), rgba(255, 255, 255, .04)); }
.reward-number { display: block; color: var(--gold); font: 11px var(--mono); letter-spacing: .16em; }
.reward-symbol { display: block; margin: 32px 0 22px; color: var(--gold-light); font: 42px var(--display); }
.reward-card h3 { color: var(--cream); font-size: 30px; }
.reward-card p { max-width: 230px; color: #9bc5aa; font-size: 12px; line-height: 1.8; }
.terms-note { position: relative; z-index: 1; margin: 25px 0 0; color: #6f9d84; font-size: 10px; }
.promo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 17px; }
.promo-card { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 1px solid rgba(245, 191, 88, .28); border-radius: 19px; background: #082d23; cursor: pointer; text-align: left; transition: transform .25s, border-color .25s, box-shadow .25s; }
.promo-card:nth-child(1), .promo-card:nth-child(2) { grid-column: span 2; }
.promo-card:nth-child(3), .promo-card:nth-child(4), .promo-card:nth-child(5) { grid-column: span 2; }
.promo-card:nth-child(6) { grid-column: span 2; }
.promo-card:hover, .promo-card:focus-visible { border-color: var(--gold); box-shadow: 0 20px 38px rgba(0, 0, 0, .3); transform: translateY(-6px); outline: none; }
.promo-card img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; transition: transform .45s; }
.promo-card:hover img, .promo-card:focus-visible img { transform: scale(1.04); }
.promo-overlay { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 4px; padding: 52px 17px 17px; background: linear-gradient(transparent, rgba(2, 25, 20, .95)); pointer-events: none; }
.promo-overlay small { color: var(--gold); font: 9px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.promo-overlay strong { color: var(--cream); font: 21px var(--display); }
.promo-overlay b { color: var(--gold-light); font: 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.promo-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 28px; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.promo-modal.open { visibility: visible; opacity: 1; }
.promo-modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(1, 16, 13, .86); backdrop-filter: blur(7px); }
.promo-modal-panel { position: relative; z-index: 1; display: flex; align-items: center; gap: 34px; width: min(900px, 100%); max-height: calc(100vh - 56px); overflow: auto; padding: 20px; border: 1px solid rgba(245, 191, 88, .4); border-radius: 24px; background: #07382d; box-shadow: 0 30px 90px rgba(0, 0, 0, .48); }
.promo-modal-panel img { width: min(48%, 390px); max-height: calc(100vh - 100px); object-fit: contain; border-radius: 13px; }
.promo-modal-copy { max-width: 320px; }
.promo-modal-copy h2 { color: var(--cream); font-size: 42px; }
.promo-modal-copy > p:last-child { color: #9bc5aa; font-size: 13px; line-height: 1.8; }
.promo-modal-close { position: absolute; top: 12px; right: 17px; z-index: 2; border: 0; background: none; color: var(--gold-light); font-size: 32px; line-height: 1; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { min-height: 240px; padding: 27px 28px 20px; border-right: 1px solid rgba(6, 45, 37, .2); }
.steps-grid article:first-child { padding-left: 0; }
.steps-grid article:last-child { border: 0; }
.steps-grid strong { color: #267c5a; font: 16px var(--mono); }
.steps-grid span { float: right; color: #267c5a; font-size: 25px; }
.steps-grid h3 { margin: 55px 0 10px; font-size: 26px; }
.steps-grid p { max-width: 265px; color: #4c7764; font-size: 12px; line-height: 1.8; }
.steps-grid .step-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 191, 88, .28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(9, 75, 59, .92), rgba(3, 31, 27, .98));
  box-shadow: 0 24px 55px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 226, 154, .12);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.steps-grid .step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 191, 88, .62);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .32), 0 0 32px rgba(245, 191, 88, .08);
}
.step-visual {
  position: relative;
  height: 315px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 24px 35px;
  background:
    radial-gradient(circle at 50% 35%, rgba(245, 191, 88, .16), transparent 31%),
    linear-gradient(150deg, #0b604c, #032d26 72%);
}
.step-visual::before {
  content: "01 / ENTER";
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 20px;
  color: var(--gold-light);
  font: 9px var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.step-card:nth-child(2) .step-visual::before { content: "02 / EXPLORE"; }
.step-card:nth-child(3) .step-visual::before { content: "03 / PLAY"; }
.step-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(2, 26, 22, .72), transparent 38%),
    linear-gradient(110deg, rgba(255, 226, 154, .08), transparent 28%);
}
.step-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(255, 226, 154, .25);
  border-radius: 15px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .4);
}
.step-visual > span {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: 19px;
  float: none;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(245, 191, 88, .5);
  border-radius: 50%;
  background: rgba(3, 27, 24, .68);
  color: var(--gold-light);
  font: 11px var(--mono);
  letter-spacing: .08em;
}
.step-copy { padding: 23px 24px 26px; border-top: 1px solid rgba(245, 191, 88, .14); }
.step-copy h3 { margin: 0 0 9px; color: var(--cream); font-size: 25px; }
.step-copy p { max-width: none; margin-bottom: 17px; color: #9bc5aa; }
.step-link { color: var(--gold); font: 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.step-link:hover { color: var(--gold-light); }
.support-banner { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 55px; padding: 22px 25px; border-radius: 17px; background: #a3c9ae; }
.support-banner span, .support-banner strong { display: block; }
.support-banner span { color: #4e8068; font: 9px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.support-banner strong { margin-top: 6px; color: var(--dark-ink); font: 22px var(--display); }

.join { border-top: 1px solid rgba(245, 191, 88, .13); }
.join-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.join-grid > div > p:last-child { max-width: 430px; margin-top: 24px; font-size: 14px; line-height: 1.8; }
.join-form { padding: 25px; border: 1px solid rgba(245, 191, 88, .22); border-radius: 20px; background: rgba(255, 255, 255, .05); }
.join-form label { display: block; margin-bottom: 14px; color: var(--gold-light); font: 16px var(--display); }
.join-form > div { display: flex; gap: 7px; padding: 5px; border-radius: 999px; background: rgba(0, 0, 0, .18); }
.join-form input { min-width: 0; flex: 1; padding: 0 12px; border: 0; outline: 0; background: transparent; color: var(--cream); }
.join-form input::placeholder { color: #7fa991; }
.join-form small { display: block; margin-top: 14px; color: #719d83; font-size: 10px; }
.channel-cta { display: flex; align-items: center; gap: 15px; padding: 25px; border: 1px solid rgba(245, 191, 88, .22); border-radius: 20px; background: rgba(255, 255, 255, .05); }
.channel-icon { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 auto; border: 1px solid rgba(245, 191, 88, .4); border-radius: 50%; color: var(--gold); font-size: 24px; }
.channel-cta > div { min-width: 0; flex: 1; }
.channel-cta strong, .channel-cta small { display: block; }
.channel-cta strong { color: var(--gold-light); font: 19px var(--display); }
.channel-cta small { margin-top: 5px; color: #82ae94; font-size: 10px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-grid > div:first-child > p:last-child { max-width: 240px; margin-top: 25px; color: #4c7764; font-size: 14px; }
.faq-list details { border-top: 1px solid rgba(6, 45, 37, .2); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; list-style: none; cursor: pointer; font: 21px var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "⌄"; color: #267c5a; font-family: var(--body); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list details p { max-width: 650px; padding: 0 0 23px; color: #4c7764; font-size: 13px; line-height: 1.8; }

.final-cta { padding: 100px 0; background: radial-gradient(circle at 50% 30%, rgba(245, 191, 88, .25), transparent 30%), #0a5b49; text-align: center; }
.final-cta-inner { display: grid; justify-items: center; }
.final-cta img { width: 83px; height: 83px; margin-bottom: 28px; border: 1px solid rgba(245, 191, 88, .65); border-radius: 50%; object-fit: cover; }
.final-cta h2 { color: var(--cream); }
.final-cta .button { margin-top: 28px; }

.footer { padding: 50px 0 20px; background: #031f1b; color: #9bc5aa; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 35px; }
.footer-grid > div:first-child > p { max-width: 280px; margin-top: 19px; color: #739c84; font-size: 12px; line-height: 1.8; }
.footer h3 { margin-bottom: 18px; color: var(--gold); font: 9px var(--mono); letter-spacing: .19em; text-transform: uppercase; }
.footer-grid a:not(.brand), .footer-grid p { display: block; margin: 0 0 10px; font-size: 12px; }
.footer-grid a:not(.brand):hover { color: var(--gold-light); }
.footer-grid em { color: var(--gold); font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 45px; padding-top: 17px; border-top: 1px solid rgba(245, 191, 88, .13); color: #5e876f; font-size: 10px; }
.notice { position: fixed; bottom: 22px; left: 50%; z-index: 40; max-width: calc(100% - 40px); padding: 12px 18px; border: 1px solid rgba(245, 191, 88, .45); border-radius: 999px; background: rgba(3, 37, 30, .97); color: var(--gold-light); box-shadow: 0 15px 35px rgba(0, 0, 0, .28); font-size: 12px; transform: translate(-50%, 160%); transition: transform .25s; }
.notice.show { transform: translate(-50%, 0); }

@media (max-width: 940px) {
  .main-nav { display: none; position: absolute; top: 78px; right: 5vw; left: 5vw; flex-direction: column; align-items: stretch; gap: 18px; padding: 25px; border: 1px solid rgba(245, 191, 88, .2); background: var(--green-900); }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 12px; }
  .nav-outline, .nav-cta { text-align: center; }
  .menu-button { display: block; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 55px; }
  .hero { min-height: 0; }
  .hero-visual { min-height: 560px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .feature-grid > div:nth-child(2) { border-right: 0; }
  .feature-grid > div:nth-child(n + 3) { border-top: 0; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-grid { grid-template-columns: repeat(6, 1fr); }
  .promo-card:nth-child(1), .promo-card:nth-child(2), .promo-card:nth-child(3), .promo-card:nth-child(4), .promo-card:nth-child(5) { grid-column: span 2; }
  .promo-card:nth-child(6) { grid-column: span 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container, .header-inner, .hero-inner { width: min(100% - 40px, 1240px); }
  section { padding: 80px 0; }
  .hero-inner { padding: 50px 0 75px; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .hero-points { gap: 15px; margin-top: 47px; }
  .hero-points strong { font-size: 22px; }
  .hero-points span { font-size: 8px; }
  .hero-visual { min-height: 470px; margin-top: 8px; }
  .ring-back { width: 370px; height: 250px; }
  .ring-front { width: 340px; height: 470px; }
  .game-console { transform: none; }
  .console-main { padding: 30px 19px 24px; }
  .console-copy h2 { font-size: 32px; }
  .console-badge { width: 100px; height: 100px; }
  .console-badge span { font-size: 29px; margin-bottom: -24px; }
  .console-badge strong { font-size: 18px; }
  .console-badge small { margin-top: -24px; font-size: 6px; }
  .float-card-top { top: 4%; right: -2%; }
  .float-card-bottom { bottom: 2%; left: -2%; }
  .scroll-hint { left: 20px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid > div { padding: 3px 10px; }
  .feature-grid > div:nth-child(odd) { padding-left: 0; }
  .feature-grid strong { font-size: 14px; }
  .feature-grid p { font-size: 9px; }
  .split-heading, .join-grid, .faq-grid { display: block; }
  .split-heading > p { margin-top: 24px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-art { min-height: 205px; }
  .promo-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .promo-card:nth-child(1), .promo-card:nth-child(2), .promo-card:nth-child(3), .promo-card:nth-child(4), .promo-card:nth-child(5) { grid-column: span 1; }
  .promo-card:nth-child(6) { grid-column: span 1; }
  .promo-overlay { padding: 40px 11px 11px; }
  .promo-overlay strong { font-size: 15px; }
  .promo-overlay b { font-size: 8px; }
  .promo-modal { padding: 14px; }
  .promo-modal-panel { display: block; max-height: calc(100vh - 28px); padding: 16px; }
  .promo-modal-panel img { width: 100%; max-height: 64vh; }
  .promo-modal-copy { padding: 18px 4px 4px; }
  .promo-modal-copy h2 { font-size: 32px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid .step-card, .steps-grid .step-card:first-child { min-height: 0; padding: 0; border-right: 1px solid rgba(6, 45, 37, .17); border-top: 0; }
  .step-visual { height: 210px; }
  .step-copy h3 { margin-top: 0; }
  .support-banner { display: block; }
  .support-banner .button { margin-top: 18px; }
  .channel-cta { display: block; margin-top: 45px; }
  .channel-icon { margin-bottom: 15px; }
  .channel-cta .button { width: 100%; margin-top: 20px; }
  .faq-list { margin-top: 50px; }
  .faq-list summary { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}