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

:root {
  --forest: #166534;
  --leaf: #22c55e;
  --earth: #1a120a;
  --bark: #2d1e10;
  --sand: #d4a76a;
  --cream: #fefce8;
  --moss: #a3b18a;
  --nature-glow: rgba(34,197,94,0.12);
}

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

body { font-family: 'Source Sans 3', sans-serif; background: var(--earth); color: var(--cream); line-height: 1.75; overflow-x: hidden; }

body::before { content: ''; position: fixed; inset: 0; background: linear-gradient(180deg, rgba(22,101,52,0.05) 0%, transparent 50%); z-index: -1; }

.or-header { position: sticky; top: 0; z-index: 1000; background: rgba(26,18,10,0.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(34,197,94,0.1); }
.or-nav { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1rem 2rem; }
.or-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.or-brand svg { width: 36px; height: 36px; }
.or-brand span { font-family: 'Merriweather', serif; font-weight: 900; font-size: 1.3rem; color: var(--leaf); }

.or-links ul { list-style: none; display: flex; gap: 2rem; }
.or-links a { color: var(--moss); text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: color 0.25s; }
.or-links a:hover, .or-links a.gr { color: var(--leaf); }

.or-hb { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.or-hb span { width: 26px; height: 2px; background: var(--leaf); transition: 0.3s; }
.or-hb.on span:first-child { transform: rotate(45deg) translate(5px,5px); }
.or-hb.on span:nth-child(2) { opacity: 0; }
.or-hb.on span:last-child { transform: rotate(-45deg) translate(5px,-5px); }

.grove-hero { min-height: 80vh; display: flex; align-items: center; padding: 5rem 2rem; background: linear-gradient(135deg, var(--earth), var(--bark)); }
.gh-text { max-width: 700px; padding-left: 2rem; }
.gh-text h1 { font-family: 'Merriweather', serif; font-size: 3rem; font-weight: 900; color: var(--leaf); margin-bottom: 1.5rem; line-height: 1.2; }
.gh-text p { color: var(--moss); font-size: 1.05rem; margin-bottom: 2.5rem; }
.grove-btn { display: inline-block; padding: 14px 40px; background: var(--forest); color: var(--cream); text-decoration: none; border-radius: 8px; font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.9rem; transition: 0.3s; }
.grove-btn:hover { background: var(--leaf); color: var(--earth); }

.nature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1400px; margin: 0 auto; padding: 3rem 2rem; }
.nc { background: var(--bark); border: 1px solid rgba(34,197,94,0.08); border-radius: 14px; padding: 2.5rem; text-align: center; }
.nc .nci { font-size: 2.5rem; margin-bottom: 0.8rem; }
.nc h3 { font-family: 'Merriweather', serif; color: var(--leaf); font-size: 1rem; margin-bottom: 0.6rem; }
.nc p { color: var(--moss); font-size: 0.9rem; }

.game-clearing { max-width: 1400px; margin: 0 auto; padding: 4rem 2rem; text-align: center; }
.game-clearing h2 { font-family: 'Merriweather', serif; font-size: 2rem; color: var(--leaf); margin-bottom: 2rem; }
.gc-frame { width: 100%; max-width: 960px; margin: 0 auto; aspect-ratio: 5/4; border-radius: 14px; overflow: hidden; border: 2px solid rgba(34,197,94,0.15); box-shadow: 0 0 30px var(--nature-glow); }
.gc-frame iframe { width: 100%; height: 100%; border: none; }

.forest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1400px; margin: 0 auto; padding: 3rem 2rem; }
.fg { background: var(--bark); border-radius: 14px; padding: 2.5rem; border: 1px solid rgba(34,197,94,0.06); }
.fg h3 { font-family: 'Merriweather', serif; color: var(--sand); margin-bottom: 0.7rem; }
.fg p { color: var(--moss); font-size: 0.9rem; }

.nature-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1400px; margin: 0 auto; padding: 2rem; }
.ns { background: var(--bark); border-radius: 10px; padding: 1.5rem; text-align: center; }
.ns .nsv { font-family: 'Merriweather', serif; font-size: 2rem; font-weight: 900; color: var(--leaf); }
.ns .nsl { color: var(--moss); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; margin-top: 0.3rem; }

.oak-text { max-width: 960px; margin: 0 auto; padding: 4rem 2rem; }
.oak-text h1 { font-family: 'Merriweather', serif; font-size: 2.4rem; color: var(--leaf); margin-bottom: 1.5rem; }
.oak-text h2 { font-family: 'Merriweather', serif; font-size: 1.3rem; color: var(--sand); margin: 2rem 0 0.7rem; }
.oak-text p { color: var(--moss); margin-bottom: 1rem; }

.play-glade { text-align: center; padding: 3rem 2rem 1rem; }
.play-glade h1 { font-family: 'Merriweather', serif; font-size: 2.4rem; color: var(--leaf); margin-bottom: 1rem; }
.play-bark { max-width: 800px; margin: 0 auto 2rem; background: var(--bark); border-radius: 10px; padding: 1.2rem; border: 1px solid rgba(34,197,94,0.08); }
.play-bark p { color: var(--moss); font-size: 0.9rem; }

.or-footer { background: var(--bark); border-top: 1px solid rgba(34,197,94,0.08); padding: 2.5rem; text-align: center; }
.orf-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.orf-links a { color: var(--moss); text-decoration: none; font-size: 0.82rem; transition: color 0.25s; }
.orf-links a:hover { color: var(--leaf); }
.orf-rg { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(34,197,94,0.06); }
.orf-rg p { color: var(--moss); font-size: 0.78rem; margin-bottom: 0.4rem; }
.orf-rg a { color: var(--leaf); text-decoration: none; margin: 0 0.6rem; font-size: 0.78rem; }
.orf-rg a:hover { text-decoration: underline; }
.orf-copy { margin-top: 1rem; color: var(--moss); font-size: 0.7rem; opacity: 0.5; }

.age-canopy { position: fixed; inset: 0; background: rgba(0,0,0,0.93); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.age-leaf { background: var(--bark); border: 2px solid var(--forest); border-radius: 16px; padding: 2.5rem; text-align: center; max-width: 450px; width: 90%; }
.age-leaf h2 { font-family: 'Merriweather', serif; font-size: 1.5rem; color: var(--leaf); margin-bottom: 0.8rem; }
.age-leaf p { color: var(--moss); margin-bottom: 1.8rem; }
.age-roots { display: flex; gap: 1rem; justify-content: center; }
.age-roots button { padding: 11px 34px; border: none; border-radius: 8px; font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: 0.25s; }
.ar-yes { background: var(--forest); color: var(--cream); }
.ar-yes:hover { background: var(--leaf); color: var(--earth); }
.ar-no { background: transparent; border: 2px solid var(--moss) !important; color: var(--moss); }
.ar-no:hover { border-color: #ef4444 !important; color: #ef4444; }

@media (max-width: 768px) {
  .or-hb { display: flex; }
  .or-links ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(26,18,10,0.98); padding: 1rem 0; }
  .or-links ul.open { display: flex; }
  .or-links li { text-align: center; padding: 0.7rem 0; }
  .or-nav { position: relative; }
  .grove-hero { min-height: auto; padding: 3rem 1.5rem; }
  .gh-text { padding-left: 0; }
  .gh-text h1 { font-size: 2rem; }
  .nature-cards { grid-template-columns: 1fr; }
  .forest-grid { grid-template-columns: 1fr; }
  .nature-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) { .gh-text h1 { font-size: 1.6rem; } .nature-stats { grid-template-columns: 1fr; } }
