/* ══════════════════════════════════════════════
   DI NEX ADVENTURE — Base Stylesheet v2
   dinexja.com
══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --gold:    #D7A452;
  --gold-lt: #EFC97A;
  --gold-dk: #A87830;
  --night:   #0A0A0F;
  --deep:    #12121A;
  --card:    #1A1A26;
  --border:  rgba(215,164,82,0.15);
  --light:   #F0EDE8;
  --muted:   rgba(240,237,232,0.55);
  --white:   #FFFFFF;
  --danger:  #E05252;
  --success: #52C87A;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--night);
  color: var(--light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.3rem; }
em { font-style: italic; color: var(--gold); }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-lt); }

/* ── LAYOUT ── */
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section-dark { background: var(--deep); }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,15,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 900;
  color: var(--gold); letter-spacing: 0.02em;
}
.nav-logo span { color: var(--light); font-weight: 400; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-size: 0.88rem; font-weight: 500; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold); color: var(--night) !important;
  padding: 0.5rem 1.2rem; border-radius: 50px;
  font-weight: 600 !important; font-size: 0.85rem !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold-lt) !important; color: var(--night) !important; }
.nav-hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--light); border-radius: 2px; transition: all 0.3s; }
@media(max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--deep); flex-direction: column; padding: 1.5rem 2rem; gap: 1rem; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-hamburger { display: flex; }
}

/* ── HERO ── */
.page-hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: center;
  overflow: hidden; padding-top: 64px;
}
.ph-bg {
  position: absolute; inset: 0; z-index: 0;
}
.ph-content {
  position: relative; z-index: 1;
  max-width: 760px; margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}
.ph-kicker {
  display: inline-block;
  background: rgba(215,164,82,0.12);
  border: 1px solid rgba(215,164,82,0.3);
  color: var(--gold); font-size: 0.82rem;
  font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.4rem 1rem;
  border-radius: 50px; margin-bottom: 1.5rem;
}
.ph-h1 { color: var(--light); margin-bottom: 1.2rem; }
.ph-p { font-size: 1.1rem; color: var(--muted); max-width: 560px; margin: 0 auto 2.2rem; }
.ph-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── BUTTONS ── */
.btn-fire {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--gold); color: var(--night);
  font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: 0.95rem; padding: 0.85rem 2rem;
  border-radius: 50px; border: none; cursor: pointer;
  transition: all 0.25s; text-decoration: none;
  white-space: nowrap;
}
.btn-fire:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(215,164,82,0.35); color: var(--night); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--light);
  font-family: 'DM Sans', sans-serif; font-weight: 600;
  font-size: 0.95rem; padding: 0.85rem 2rem;
  border-radius: 50px; border: 1px solid rgba(240,237,232,0.3);
  cursor: pointer; transition: all 0.25s; text-decoration: none;
  white-space: nowrap;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ── KICKER / SECTION HEADERS ── */
.kicker {
  display: block; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.8rem;
}
.sh { color: var(--light); margin-bottom: 1rem; }
.sh-sub { color: var(--muted); font-size: 1.05rem; max-width: 560px; margin-bottom: 3rem; }

/* ── CARDS ── */
.card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 20px; padding: 2rem;
  transition: border-color 0.3s, transform 0.3s;
}
.card:hover { border-color: rgba(215,164,82,0.4); transform: translateY(-4px); }

/* ── GOLD DIVIDER ── */
.gold-line { width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 1rem auto 2rem; }

/* ── TICKER ── */
.ticker-wrap {
  background: var(--gold); overflow: hidden;
  padding: 0.55rem 0; white-space: nowrap;
  margin-top: 64px;
}
.ticker-track {
  display: inline-block;
  animation: ticker 28s linear infinite;
  font-size: 0.8rem; font-weight: 700; color: var(--night);
  letter-spacing: 0.06em; text-transform: uppercase;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── FOOTER ── */
footer {
  background: var(--night);
  border-top: 1px solid var(--border);
  padding: 3rem 0 2rem;
  text-align: center;
}
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: var(--gold); margin-bottom: 0.8rem; }
.footer-tagline { color: var(--muted); font-size: 0.88rem; margin-bottom: 1.5rem; }
.footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.footer-links a { color: var(--muted); font-size: 0.85rem; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.78rem; color: rgba(240,237,232,0.3); }

/* ── ANIMATIONS ── */
.au0 { animation: fadeUp 0.6s ease 0.1s both; }
.au1 { animation: fadeUp 0.6s ease 0.25s both; }
.au2 { animation: fadeUp 0.6s ease 0.4s both; }
.au3 { animation: fadeUp 0.6s ease 0.55s both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ── CALLOUT BOX ── */
.callout {
  display: flex; gap: 1.2rem; align-items: flex-start;
  background: rgba(215,164,82,0.07); border: 1px solid rgba(215,164,82,0.2);
  border-radius: 16px; padding: 1.5rem 1.8rem; margin: 2rem 0;
}
.co-icon { font-size: 1.8rem; flex-shrink: 0; }
.co-title { font-weight: 700; color: var(--gold); margin-bottom: 0.3rem; }
.co-text { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }

/* ── PRICE TAG ── */
.price-tag {
  display: inline-flex; align-items: baseline; gap: 0.3rem;
  font-family: 'Playfair Display', serif;
}
.price-amount { font-size: 3rem; font-weight: 900; color: var(--gold); }
.price-unit { font-size: 0.9rem; color: var(--muted); }

/* ── INCLUDES LIST ── */
.includes-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin: 1.5rem 0; }
.includes-list li { display: flex; align-items: center; gap: 0.7rem; font-size: 0.95rem; color: var(--light); }
.includes-list li::before { content: "✓"; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* ── ADDON GRID ── */
.addon-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin: 2rem 0; }
.addon-card {
  background: var(--card); border: 1px dashed var(--border);
  border-radius: 14px; padding: 1.2rem; text-align: center;
  transition: border-color 0.3s;
}
.addon-card:hover { border-color: var(--gold); }
.addon-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.addon-name { font-size: 0.88rem; font-weight: 600; color: var(--light); margin-bottom: 0.3rem; }
.addon-cta { font-size: 0.78rem; color: var(--gold); }
