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

:root {
  --burgundy: #6b1d3a;
  --dark-burg: #3d1020;
  --gold: #c9a84c;
  --gold-pale: #e8d9a0;
  --ivory: #faf6ee;
  --warm-bg: #f5efe3;
  --dark-text: #3a2e28;
  --mid-text: #6b5d52;
  --border: #d4c9b8;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; background: var(--ivory); color: var(--dark-text); line-height: 1.8; }

.z-header { background: var(--dark-burg); position: sticky; top: 0; z-index: 1000; }
.z-header-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 66px; }
.z-logo { font-family: 'Merriweather', serif; font-size: 1.6rem; font-weight: 900; text-decoration: none; color: var(--gold); }
.z-logo .sec { color: var(--gold-pale); font-weight: 300; }
.z-nav { list-style: none; display: flex; gap: 1.8rem; }
.z-nav a { color: var(--gold-pale); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.3s; }
.z-nav a:hover { color: var(--gold); }
.z-ham { display: none; background: none; border: 1px solid var(--gold); color: var(--gold); padding: 4px 10px; cursor: pointer; font-size: 1.2rem; border-radius: 3px; }

.z-hero { background: linear-gradient(160deg, var(--dark-burg), var(--burgundy)); padding: 4.5rem 2rem; text-align: center; border-bottom: 4px solid var(--gold); }
.z-hero h1 { font-family: 'Merriweather', serif; font-size: 3rem; font-weight: 900; color: var(--ivory); margin-bottom: 1rem; }
.z-hero .lead { color: var(--gold-pale); font-size: 1.1rem; max-width: 650px; margin: 0 auto 2rem; }
.z-cta { display: inline-block; background: var(--gold); color: var(--dark-burg); padding: 0.85rem 2.5rem; font-weight: 700; text-decoration: none; border-radius: 3px; transition: opacity 0.3s; }
.z-cta:hover { opacity: 0.85; }
.z-pills { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.z-pill { background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.4); color: var(--gold-pale); padding: 0.35rem 1.2rem; font-size: 0.8rem; font-weight: 600; border-radius: 3px; }

.z-sec { max-width: 1400px; margin: 0 auto; padding: 4rem 2rem; }
.z-sec h2 { font-family: 'Merriweather', serif; font-size: 2rem; color: var(--dark-burg); text-align: center; margin-bottom: 0.5rem; }
.z-sec .sub { text-align: center; color: var(--mid-text); margin-bottom: 3rem; }

.z-game { max-width: 840px; margin: 0 auto 3rem; border: 3px solid var(--burgundy); border-radius: 6px; overflow: hidden; box-shadow: 0 8px 30px rgba(107,29,58,0.15); }
.z-game iframe { width: 100%; height: 500px; border: none; display: block; }

.z-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.z-card { background: var(--warm-bg); border: 1px solid var(--border); border-radius: 6px; padding: 2rem; text-align: center; transition: transform 0.25s; }
.z-card:hover { transform: translateY(-3px); }
.z-card-icon { font-size: 2.2rem; margin-bottom: 0.7rem; }
.z-card h3 { font-family: 'Merriweather', serif; color: var(--burgundy); font-size: 1.05rem; margin-bottom: 0.5rem; }
.z-card p { font-size: 0.9rem; color: var(--mid-text); }

.z-banner { background: var(--burgundy); padding: 1.3rem 2rem; text-align: center; }
.z-banner p { color: var(--gold-pale); font-weight: 600; font-size: 0.93rem; }

.z-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.z-col { background: var(--warm-bg); border-left: 4px solid var(--gold); padding: 2rem; border-radius: 0 6px 6px 0; }
.z-col h3 { font-family: 'Merriweather', serif; color: var(--dark-burg); margin-bottom: 0.6rem; }
.z-col p { font-size: 0.93rem; color: var(--mid-text); }

.z-text { max-width: 900px; margin: 0 auto; padding: 3rem 2rem; }
.z-text h1 { font-family: 'Merriweather', serif; font-size: 2.4rem; color: var(--dark-burg); margin-bottom: 2rem; }
.z-text h2 { font-family: 'Merriweather', serif; font-size: 1.4rem; color: var(--burgundy); margin: 2rem 0 0.8rem; }
.z-text p { margin-bottom: 1rem; }
.z-text ul { list-style: disc; margin-left: 1.5rem; margin-bottom: 1rem; }
.z-text ul li { margin-bottom: 0.4rem; }

.z-play-h { text-align: center; padding: 3rem 2rem 1rem; }
.z-play-h h1 { font-family: 'Merriweather', serif; font-size: 2.3rem; color: var(--dark-burg); }
.z-play-note { text-align: center; color: var(--mid-text); max-width: 600px; margin: 0.8rem auto 2rem; }

.z-footer { background: var(--dark-burg); padding: 2.5rem 2rem; text-align: center; }
.z-flinks { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.z-flinks a { color: var(--gold-pale); text-decoration: none; font-size: 0.88rem; transition: color 0.3s; }
.z-flinks a:hover { color: var(--gold); }
.z-fcopy { color: var(--mid-text); font-size: 0.78rem; margin-top: 1rem; }

.z-age { position: fixed; inset: 0; background: rgba(61,16,32,0.97); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.z-age-box { background: var(--ivory); border: 3px solid var(--gold); border-radius: 8px; padding: 2.5rem; text-align: center; max-width: 430px; width: 90%; }
.z-age-box h2 { font-family: 'Merriweather', serif; color: var(--dark-burg); font-size: 1.6rem; margin-bottom: 0.8rem; }
.z-age-box p { color: var(--mid-text); margin-bottom: 1.5rem; }
.z-age-btns { display: flex; gap: 1rem; justify-content: center; }
.z-btn-y { background: var(--burgundy); color: var(--ivory); border: none; padding: 0.75rem 2rem; font-weight: 700; cursor: pointer; border-radius: 4px; font-family: 'Open Sans', sans-serif; }
.z-btn-n { background: transparent; border: 2px solid var(--border); color: var(--mid-text); padding: 0.75rem 2rem; font-weight: 600; cursor: pointer; border-radius: 4px; font-family: 'Open Sans', sans-serif; }
.z-denied { display: none; color: var(--burgundy); font-weight: 700; margin-top: 1rem; }

@media (max-width: 900px) { .z-cards { grid-template-columns: 1fr 1fr; } .z-cols { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  .z-ham { display: block; }
  .z-nav { display: none; position: absolute; top: 66px; left: 0; width: 100%; background: var(--dark-burg); flex-direction: column; padding: 1rem 2rem; }
  .z-nav.vis { display: flex; }
  .z-nav a { padding: 0.6rem 0; display: block; }
  .z-hero h1 { font-size: 2.2rem; }
  .z-cards { grid-template-columns: 1fr; }
  .z-game iframe { height: 380px; }
}
@media (max-width: 480px) { .z-hero h1 { font-size: 1.8rem; } .z-game iframe { height: 280px; } }
