@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;800&family=Roboto:wght@300;400;500;700&display=swap');

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

:root {
  --emerald: #0a6e4f;
  --emerald-dark: #064433;
  --emerald-light: #12a376;
  --mint: #b8f0d8;
  --bg-cream: #fafdf8;
  --bg-white: #ffffff;
  --text-dark: #1a2e26;
  --text-mid: #3d5c4f;
  --text-light: #6b8c7f;
  --border: #d4e8dc;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Roboto', sans-serif; color: var(--text-dark); background: var(--bg-cream); line-height: 1.8; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Raleway', sans-serif; font-weight: 800; }

/* HEADER */
.site-header { background: var(--bg-white); padding: 0 2rem; box-shadow: 0 2px 20px rgba(10,110,79,0.08); position: sticky; top: 0; z-index: 1000; }
.header-wrap { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 65px; }
.logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.logo-diamond { width: 36px; height: 36px; background: var(--emerald); transform: rotate(45deg); display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.logo-diamond span { transform: rotate(-45deg); color: var(--mint); font-weight: 800; font-size: 1rem; font-family: 'Raleway', sans-serif; }
.logo-text { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--emerald-dark); }
.nav-list { display: flex; gap: 1.8rem; list-style: none; }
.nav-list a { color: var(--text-mid); text-decoration: none; font-weight: 500; font-size: 0.9rem; transition: color 0.3s; position: relative; }
.nav-list a:hover, .nav-list a.active { color: var(--emerald); }
.nav-list a.active::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--emerald); border-radius: 1px; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { width: 26px; height: 2.5px; background: var(--emerald); border-radius: 2px; }

/* HERO - ASYMMETRIC */
.hero-area { padding: 5rem 2rem 4rem; background: linear-gradient(135deg, var(--emerald-dark) 0%, var(--emerald) 60%, var(--emerald-light) 100%); color: var(--bg-white); position: relative; }
.hero-area::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: var(--bg-cream); clip-path: polygon(0 100%, 100% 100%, 100% 0); }
.hero-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 3fr 2fr; gap: 3rem; align-items: center; }
.hero-content h1 { font-size: 3rem; line-height: 1.15; margin-bottom: 1.2rem; }
.hero-content p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 2rem; max-width: 550px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.pill { background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.3); padding: 0.45rem 1.1rem; border-radius: 30px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.5px; }
.hero-graphic { text-align: center; font-size: 7rem; opacity: 0.5; }

/* SECTION */
.section { padding: 4.5rem 2rem; }
.section-wrap { max-width: 1400px; margin: 0 auto; }
.section h2 { font-size: 2rem; color: var(--emerald-dark); margin-bottom: 0.6rem; }
.section .sub { color: var(--text-light); margin-bottom: 2.5rem; font-size: 1rem; }
.alt-bg { background: var(--bg-white); }

/* THREE COLUMNS WITH ICONS */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.trio-card { background: var(--bg-white); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; transition: box-shadow 0.3s; }
.trio-card:hover { box-shadow: 0 8px 30px rgba(10,110,79,0.1); }
.trio-card .ic { width: 50px; height: 50px; background: var(--mint); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1rem; }
.trio-card h3 { font-size: 1.15rem; color: var(--emerald-dark); margin-bottom: 0.6rem; }
.trio-card p { color: var(--text-light); font-size: 0.92rem; }

/* GAME EMBED */
.game-section { padding: 4rem 2rem; background: var(--emerald-dark); }
.game-section h2 { color: var(--mint); text-align: center; font-size: 2rem; margin-bottom: 0.5rem; }
.game-section .sub { color: rgba(255,255,255,0.6); text-align: center; margin-bottom: 2rem; }
.game-box { max-width: 920px; margin: 0 auto; border-radius: 12px; overflow: hidden; border: 2px solid var(--emerald-light); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.game-box iframe { width: 100%; height: 600px; border: none; display: block; }

/* WIDE TEXT BLOCK */
.wide-text { max-width: 900px; margin: 0 auto; text-align: center; color: var(--text-mid); font-size: 1.05rem; }

/* HORIZONTAL FEATURE BAR */
.feat-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.feat-cell { padding: 2rem; text-align: center; border-right: 1px solid var(--border); background: var(--bg-white); }
.feat-cell:last-child { border-right: none; }
.feat-cell .fi { font-size: 2rem; margin-bottom: 0.5rem; }
.feat-cell h4 { font-family: 'Raleway', sans-serif; font-weight: 600; color: var(--emerald-dark); margin-bottom: 0.3rem; font-size: 0.95rem; }
.feat-cell p { color: var(--text-light); font-size: 0.82rem; }

/* 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(--emerald-dark); margin-bottom: 1.5rem; padding-top: 1rem; }
.content-page h2 { font-size: 1.35rem; color: var(--emerald); 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-header { text-align: center; padding: 3rem 2rem 1.5rem; }
.play-header h1 { font-size: 2.5rem; color: var(--emerald-dark); }
.play-header p { color: var(--text-light); max-width: 650px; margin: 1rem auto 0; }

/* FOOTER */
.site-footer { background: var(--emerald-dark); padding: 2rem 2rem; color: rgba(255,255,255,0.7); }
.footer-wrap { max-width: 1400px; margin: 0 auto; text-align: center; }
.footer-nav { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.footer-nav a { color: var(--mint); text-decoration: none; font-size: 0.88rem; transition: opacity 0.3s; }
.footer-nav a:hover { opacity: 0.7; }
.footer-copy { font-size: 0.82rem; color: rgba(255,255,255,0.5); }

/* AGE GATE */
.age-gate { position: fixed; inset: 0; background: rgba(6,68,51,0.96); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.age-gate.hidden { display: none; }
.age-dialog { background: var(--bg-white); border-radius: 16px; padding: 2.5rem; text-align: center; max-width: 400px; width: 90%; }
.age-dialog h2 { color: var(--emerald-dark); font-size: 1.6rem; margin-bottom: 0.8rem; }
.age-dialog p { color: var(--text-mid); margin-bottom: 1.8rem; font-size: 0.92rem; }
.age-buttons { display: flex; gap: 0.8rem; justify-content: center; }
.age-btn { padding: 0.65rem 2rem; border-radius: 8px; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: 0.3s; border: none; }
.age-btn.accept { background: var(--emerald); color: white; }
.age-btn.accept:hover { background: var(--emerald-light); }
.age-btn.reject { background: transparent; border: 2px solid var(--emerald); color: var(--emerald); }
.age-btn.reject:hover { background: var(--mint); }

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-list { display: none; position: absolute; top: 65px; left: 0; right: 0; background: var(--bg-white); flex-direction: column; padding: 1.5rem 2rem; gap: 0.8rem; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
  .nav-list.open { display: flex; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-graphic { display: none; }
  .hero-content h1 { font-size: 2.2rem; }
  .hero-area::after { height: 40px; }
  .trio { grid-template-columns: 1fr; }
  .feat-bar { grid-template-columns: 1fr 1fr; }
  .feat-cell { border-bottom: 1px solid var(--border); }
  .game-box iframe { height: 400px; }
}

@media (max-width: 480px) {
  .feat-bar { grid-template-columns: 1fr; }
  .hero-area { padding: 3rem 1rem 2rem; }
}
