@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&family=Source+Sans+3:wght@300;400;600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --teal-dark: #0d3d3d;
  --teal: #14605e;
  --teal-light: #1a8a85;
  --amber: #d4920a;
  --amber-light: #f0b840;
  --amber-glow: #ffd666;
  --bg-body: #0a2e2e;
  --text-bright: #e8f4f4;
  --text-mid: #a0c4c2;
  --text-dim: #6d9896;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Source Sans 3', sans-serif; color: var(--text-bright); background: var(--bg-body); line-height: 1.75; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 700; }

/* HEADER - TRANSPARENT STYLE */
.top-bar { background: rgba(13,61,61,0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(212,146,10,0.2); }
.top-bar-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; padding: 0 2rem; }
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand-ring { width: 34px; height: 34px; border: 3px solid var(--amber); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.brand-ring span { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.9rem; color: var(--amber); }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.35rem; color: var(--text-bright); }
.main-nav { display: flex; gap: 1.5rem; list-style: none; }
.main-nav a { color: var(--text-mid); text-decoration: none; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.85rem; transition: color 0.3s; }
.main-nav a:hover, .main-nav a.current { color: var(--amber); }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 4px; }
.menu-toggle span { width: 24px; height: 2.5px; background: var(--amber); border-radius: 2px; }

/* HERO - CENTERED FULL WIDTH */
.splash { text-align: center; padding: 6rem 2rem 5rem; background: radial-gradient(ellipse at center top, var(--teal) 0%, var(--bg-body) 70%); }
.splash h1 { font-size: 3.2rem; margin-bottom: 1rem; color: var(--amber-glow); }
.splash .tagline { font-size: 1.15rem; color: var(--text-mid); max-width: 680px; margin: 0 auto 2.5rem; }
.splash-indicators { display: inline-flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.indicator { display: flex; align-items: center; gap: 0.4rem; background: rgba(212,146,10,0.12); border: 1px solid rgba(212,146,10,0.3); padding: 0.5rem 1.2rem; border-radius: 6px; font-size: 0.85rem; color: var(--amber-light); font-weight: 600; }

/* SECTIONS */
.block { padding: 4.5rem 2rem; }
.block-inner { max-width: 1400px; margin: 0 auto; }
.block-title { font-size: 2rem; margin-bottom: 0.5rem; color: var(--amber-glow); }
.block-desc { color: var(--text-dim); margin-bottom: 2.5rem; max-width: 600px; }
.block-dark { background: var(--teal-dark); }

/* MASONRY CARDS */
.masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.masonry .mcard { background: rgba(20,96,94,0.3); border: 1px solid rgba(212,146,10,0.15); border-radius: 10px; padding: 2rem; }
.masonry .mcard:nth-child(2) { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.mcard .micon { font-size: 2.2rem; margin-bottom: 0.8rem; }
.mcard h3 { font-size: 1.15rem; color: var(--amber-light); margin-bottom: 0.5rem; }
.mcard p { color: var(--text-mid); font-size: 0.92rem; }

/* GAME */
.game-showcase { text-align: center; padding: 4rem 2rem; background: linear-gradient(180deg, var(--teal-dark) 0%, var(--bg-body) 100%); }
.game-showcase h2 { font-size: 2rem; color: var(--amber-glow); margin-bottom: 0.5rem; }
.game-showcase .gs-note { color: var(--text-dim); margin-bottom: 2rem; }
.game-embed { max-width: 920px; margin: 0 auto; border: 2px solid var(--amber); border-radius: 12px; overflow: hidden; box-shadow: 0 0 50px rgba(212,146,10,0.15); }
.game-embed iframe { width: 100%; height: 600px; border: none; display: block; }

/* TICKER STRIP */
.ticker { display: flex; justify-content: center; gap: 3rem; padding: 2rem; background: var(--amber); flex-wrap: wrap; }
.ticker-item { text-align: center; color: var(--teal-dark); }
.ticker-item strong { font-family: 'Poppins', sans-serif; font-size: 1.8rem; display: block; }
.ticker-item span { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* TWO-COL ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-text p { color: var(--text-mid); margin-bottom: 1rem; }

/* CONTENT PAGE */
.content-page { padding: 3rem 2rem; min-height: 60vh; }
.content-inner { max-width: 880px; margin: 0 auto; }
.content-page h1 { font-size: 2.5rem; color: var(--amber-glow); margin-bottom: 1.5rem; padding-top: 1rem; }
.content-page h2 { font-size: 1.3rem; color: var(--amber); margin: 2rem 0 0.8rem; }
.content-page p, .content-page li { color: var(--text-mid); margin-bottom: 1rem; }
.content-page ul { padding-left: 1.5rem; }

/* PLAY PAGE */
.play-top { text-align: center; padding: 3rem 2rem 1rem; }
.play-top h1 { font-size: 2.5rem; color: var(--amber-glow); }
.play-top p { color: var(--text-dim); max-width: 650px; margin: 1rem auto 0; }

/* FOOTER */
.bottom-bar { background: var(--teal-dark); padding: 2rem; border-top: 1px solid rgba(212,146,10,0.2); }
.bottom-inner { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.bottom-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.bottom-links a { color: var(--text-dim); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
.bottom-links a:hover { color: var(--amber-light); }
.bottom-copy { color: var(--text-dim); font-size: 0.8rem; }

/* AGE WALL */
.age-wall { position: fixed; inset: 0; background: rgba(10,46,46,0.97); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.age-wall.hidden { display: none; }
.age-panel { background: var(--teal-dark); border: 2px solid var(--amber); border-radius: 14px; padding: 2.5rem; text-align: center; max-width: 420px; width: 90%; }
.age-panel h2 { color: var(--amber-glow); margin-bottom: 0.8rem; font-size: 1.7rem; }
.age-panel p { color: var(--text-mid); margin-bottom: 1.8rem; font-size: 0.92rem; }
.age-choices { display: flex; gap: 1rem; justify-content: center; }
.age-choice { padding: 0.7rem 2rem; border-radius: 8px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.95rem; cursor: pointer; border: none; transition: 0.3s; }
.age-choice.ok { background: var(--amber); color: var(--teal-dark); }
.age-choice.ok:hover { background: var(--amber-light); }
.age-choice.nope { background: transparent; border: 2px solid var(--amber); color: var(--amber); }
.age-choice.nope:hover { background: rgba(212,146,10,0.1); }

@media (max-width: 768px) {
  .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: rgba(13,61,61,0.98); flex-direction: column; padding: 1.5rem 2rem; gap: 0.8rem; }
  .main-nav.open { display: flex; }
  .splash h1 { font-size: 2.2rem; }
  .masonry { grid-template-columns: 1fr; }
  .masonry .mcard:nth-child(2) { grid-row: auto; }
  .about-grid { grid-template-columns: 1fr; }
  .game-embed iframe { height: 400px; }
  .bottom-inner { flex-direction: column; text-align: center; }
  .ticker { gap: 1.5rem; }
}
