/* Training to Reign — simple, regal static site */
:root{
  --bg: #0b1020;
  --text: #f4f6ff;
  --muted: rgba(244,246,255,.72);
  --stroke: rgba(255,255,255,.12);
  --gold: #d6b15a;
  --gold2:#f2d17b;
  --shadow: 0 24px 60px rgba(0,0,0,.45);
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; background: radial-gradient(1200px 600px at 10% 0%, #1a2450 0%, var(--bg) 55%, #050712 100%); color:var(--text); font-family:Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
a{ color:inherit; text-decoration:none; }
.container{ width:min(1100px, 92%); margin:0 auto; }

.header{ position:relative; overflow:hidden; }
.nav{ display:flex; align-items:center; justify-content:space-between; padding:18px 0; width:min(1100px,92%); margin:0 auto; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand-mark{ font-size:20px; }
.brand-text{ font-weight:800; letter-spacing:.2px; }
.brand-sub{ font-size:12px; opacity:.75; margin-left:6px; }

.nav-links{ display:flex; gap:18px; }
.nav-links a{ opacity:.85; font-weight:600; font-size:14px; }
.nav-links a:hover{ opacity:1; color:var(--gold2); }

.nav-toggle{ display:none; width:44px; height:44px; border:1px solid var(--stroke); background:transparent; border-radius:10px; padding:10px; cursor:pointer; }
.nav-toggle span{ display:block; height:2px; background:var(--text); margin:6px 0; opacity:.9; }

.hero{ display:grid; grid-template-columns: 1.35fr .85fr; gap:34px; padding:40px 0 60px; align-items:start; }
.kicker{ color:var(--gold2); font-weight:700; letter-spacing:.6px; text-transform:uppercase; font-size:12px; }
.hero h1{ font-family:"Playfair Display", Georgia, serif; font-size:54px; line-height:1.03; margin:10px 0 12px; }
.subhead{ color:var(--muted); font-size:16px; line-height:1.65; max-width:60ch; }
.event-pill{ margin:18px 0 22px; display:grid; gap:8px; padding:14px 16px; border:1px solid var(--stroke); border-radius:16px; background:rgba(255,255,255,.04); }
.scripture{ margin-top:18px; color:rgba(244,246,255,.78); }

.btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:12px 16px; border-radius:14px; font-weight:800; letter-spacing:.2px; border:1px solid transparent; }
.btn-primary{ background:linear-gradient(180deg, var(--gold2), var(--gold)); color:#1a1406; }
.btn-secondary{ background:rgba(214,177,90,.14); border-color:rgba(214,177,90,.45); color:var(--gold2); }
.btn-ghost{ background:transparent; border-color:var(--stroke); color:var(--text); }
.btn:hover{ transform: translateY(-1px); }

.card{ background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); border:1px solid var(--stroke); border-radius:22px; padding:22px; box-shadow:var(--shadow); }
.hero-card .card h3{ margin:0 0 10px; color:var(--gold2); }
.host-name{ font-weight:900; font-size:18px; margin:0; }
.host-sub{ margin:6px 0 14px; color:var(--muted); font-size:13px; }
.divider{ height:1px; background:var(--stroke); margin:14px 0; }
.micro{ font-size:13px; color:var(--muted); line-height:1.55; }
.muted{ opacity:.75; }

.section{ padding:64px 0; }
.section.alt{ background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)); border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06); }
.section h2{ font-family:"Playfair Display", Georgia, serif; font-size:34px; margin:0 0 14px; }
.section p{ color:var(--muted); line-height:1.75; }

.grid-3{ display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; margin-top:22px; }
.tile{ padding:18px; border:1px solid var(--stroke); border-radius:18px; background:rgba(255,255,255,.03); }
.tile h3{ margin:0 0 6px; color:var(--gold2); }
.tile p{ margin:0; font-size:14px; }

.checklist{ margin:18px 0 0; padding:0; list-style:none; display:grid; gap:10px; }
.checklist li{ padding-left:28px; position:relative; color:var(--muted); line-height:1.6; }
.checklist li::before{ content:"✓"; position:absolute; left:0; top:0; color:var(--gold2); font-weight:900; }

.callout{ margin-top:18px; border:1px solid rgba(214,177,90,.35); background:rgba(214,177,90,.08); padding:14px 16px; border-radius:16px; }

.schedule{ margin-top:18px; border:1px solid var(--stroke); border-radius:18px; overflow:hidden; }
.schedule .row{ display:grid; grid-template-columns: 120px 1fr; gap:14px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.02); }
.schedule .row:last-child{ border-bottom:0; }
.time{ color:var(--gold2); font-weight:800; }
.item{ color:var(--muted); }

.ticket-grid{ margin-top:18px; display:grid; grid-template-columns: repeat(2, 1fr); gap:16px; }
.ticket{ position:relative; padding:20px; border-radius:18px; border:1px solid var(--stroke); background:rgba(255,255,255,.03); }
.ticket.featured{ background:linear-gradient(180deg, rgba(214,177,90,.14), rgba(255,255,255,.03)); border-color:rgba(214,177,90,.40); }
.badge{ position:absolute; top:12px; right:12px; font-size:12px; color:#1a1406; background:linear-gradient(180deg, var(--gold2), var(--gold)); padding:6px 10px; border-radius:999px; font-weight:900; }
.price{ font-size:34px; margin:8px 0 10px; font-weight:900; color:var(--gold2); }
.ticket ul{ margin:0 0 16px; padding-left:18px; color:var(--muted); }
.fineprint{ margin-top:18px; padding:14px 16px; border-radius:16px; border:1px dashed rgba(255,255,255,.18); background:rgba(255,255,255,.02); }

.faq{ margin-top:14px; display:grid; gap:10px; }
details{ border:1px solid var(--stroke); border-radius:14px; padding:12px 14px; background:rgba(255,255,255,.02); }
summary{ cursor:pointer; font-weight:800; color:var(--text); }
details p{ margin:10px 0 0; }

.footer{ padding:22px 0 30px; border-top:1px solid rgba(255,255,255,.06); }
.footer-inner{ display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; color:rgba(244,246,255,.62); font-size:13px; }

@media (max-width: 900px){
  .hero{ grid-template-columns: 1fr; }
  .grid-3{ grid-template-columns: 1fr; }
  .ticket-grid{ grid-template-columns: 1fr; }
  .nav-toggle{ display:inline-block; }
  .nav-links{ display:none; position:absolute; right:4%; top:68px; width:92%; background:rgba(11,16,32,.92); border:1px solid var(--stroke); border-radius:16px; padding:12px; flex-direction:column; gap:10px; backdrop-filter: blur(10px); }
  .nav-links.open{ display:flex; }
}


/* Logo styling */
.brand-logo{
  height:36px;
  width:auto;
  display:block;
}
.hero-logo-wrap{
  margin-bottom:10px;
}
.hero-logo{
  max-width:220px;
  width:100%;
  height:auto;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.45));
}


/* Countdown */
.countdown{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:14px 0 6px;
}
.cd-item{
  min-width:92px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  text-align:center;
}
.cd-num{
  font-weight:900;
  font-size:22px;
  color: var(--gold2);
  line-height:1.1;
}
.cd-label{
  font-size:12px;
  color: rgba(244,246,255,.72);
  margin-top:4px;
  font-weight:700;
  letter-spacing:.2px;
}

/* Map */
.map-wrap{
  margin-top:14px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}
.map-wrap iframe{
  width:100%;
  height:320px;
  border:0;
  display:block;
}
