:root {
  --bg: #09050f;
  --bg-2: #130a20;
  --panel: rgba(18, 10, 31, 0.72);
  --panel-2: rgba(25, 15, 40, 0.88);
  --stroke: rgba(255,255,255,0.09);
  --text: #f7f2ff;
  --muted: #c6bdd5;
  --gold: #f3be63;
  --gold-2: #ffdd9a;
  --purple: #a245ff;
  --purple-2: #6f29d3;
  --shadow: 0 20px 80px rgba(0,0,0,0.5);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(162,69,255,0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(243,190,99,0.14), transparent 26%),
    linear-gradient(180deg, #09050f 0%, #0d0717 45%, #12091f 100%);
  color: var(--text);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.noise {
  position: fixed; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 5px 5px;
  opacity: .18; pointer-events: none; z-index: 0;
}

.orbs {
  position: fixed; border-radius: 50%; filter: blur(50px); z-index: 0; pointer-events: none;
}
.orb-1 {
  width: 280px; height: 280px; left: -80px; top: 100px;
  background: rgba(162,69,255,.18);
}
.orb-2 {
  width: 320px; height: 320px; right: -80px; top: 0;
  background: rgba(243,190,99,.14);
}

.site-header, .section, .site-footer, .ticker-wrap { position: relative; z-index: 1; }
.site-header {
  max-width: 1240px; margin: 0 auto; padding: 24px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo-wrap { display: flex; align-items: center; gap: 14px; }
.logo-mark {
  width: 50px; height: 50px; border-radius: 16px;
  display: grid; place-items: center; font-weight: 900;
  background: linear-gradient(135deg, rgba(243,190,99,.9), rgba(162,69,255,.9));
  box-shadow: 0 12px 30px rgba(162,69,255,.25);
  color: #13091c;
}
.logo-text strong { display: block; font-size: 1rem; }
.logo-text small { color: var(--muted); }

.nav { display: flex; align-items: center; gap: 18px; }
.nav a { color: var(--muted); font-weight: 600; }
.nav a:hover { color: white; }
.nav-cta {
  padding: 12px 16px; border-radius: 999px;
  border: 1px solid rgba(243,190,99,.4);
  background: rgba(243,190,99,.1);
  color: var(--gold) !important;
}
.nav-toggle {
  display: none; background: transparent; color: white; border: 1px solid var(--stroke);
  border-radius: 12px; padding: 10px 12px; font-size: 1.2rem;
}

.section { max-width: 1240px; margin: 0 auto; padding: 32px 20px 88px; }
.hero {
  min-height: calc(100vh - 110px);
  display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 48px;
  padding-top: 28px;
}
.eyebrow, .section-kicker {
  display: inline-block; margin-bottom: 16px; color: var(--gold);
  font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .76rem;
}
.hero h1 {
  margin: 0 0 18px; font-size: clamp(2.5rem, 5vw, 5.4rem); line-height: .96; letter-spacing: -0.04em;
}
.hero h1 span {
  color: transparent;
  background: linear-gradient(135deg, var(--gold), #fff, #c79cff);
  -webkit-background-clip: text; background-clip: text;
}
.hero p {
  max-width: 720px; font-size: 1.08rem; line-height: 1.75; color: var(--muted);
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn {
  padding: 14px 20px; border-radius: 16px; font-weight: 800; letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #f0a83f);
  color: #1b1124; box-shadow: 0 16px 30px rgba(243,190,99,.25);
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: white;
}
.hero-stats {
  margin-top: 26px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.hero-stats article, .panel, .card, .schedule-card {
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.hero-stats article {
  padding: 18px; border-radius: 20px;
}
.hero-stats strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.hero-stats span { color: var(--muted); font-size: .95rem; }

.hero-card {
  position: relative; border-radius: 34px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 100px rgba(0,0,0,.6), 0 0 70px rgba(162,69,255,.16);
}
.hero-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.45));
}
.hero-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.hero-badge {
  position: absolute; z-index: 1; left: 18px; padding: 10px 14px; border-radius: 999px;
  background: rgba(12,8,20,.82); border: 1px solid rgba(255,255,255,.12); font-weight: 800;
}
.badge-live { top: 18px; color: var(--gold); }
.badge-bottom { bottom: 18px; color: white; }
.floating { animation: float 5.5s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.ticker-wrap {
  overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}
.ticker {
  display: flex; gap: 36px; white-space: nowrap; padding: 16px 20px; min-width: max-content;
  color: var(--gold-2); font-weight: 800; text-transform: uppercase; letter-spacing: .1em;
  animation: ticker 18s linear infinite;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-25%); } }

.grid-two, .showcase-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.panel, .card, .schedule-card {
  border-radius: var(--radius); padding: 28px;
}
.panel h2, .section-head h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3vw, 3rem); }
.panel p, .card p, .schedule-card p { color: var(--muted); line-height: 1.7; }
.muted { color: var(--muted); }
code { color: var(--gold-2); }

.countdown {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 22px 0 12px;
}
.countdown div {
  padding: 18px 10px; border-radius: 18px; text-align: center;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
}
.countdown strong { display: block; font-size: 2rem; color: var(--gold); }
.countdown span { color: var(--muted); font-size: .9rem; }

.section-head { margin-bottom: 24px; }
.cards { display: grid; gap: 20px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.platform-card, .crew-card { transition: transform .2s ease, border-color .2s ease; }
.platform-card:hover, .crew-card:hover { transform: translateY(-4px); border-color: rgba(243,190,99,.3); }
.card-icon { font-size: 2rem; display: inline-block; margin-bottom: 10px; }
.card h3 { margin: 0 0 10px; font-size: 1.3rem; }

.embed-shell {
  border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.08);
  min-height: 420px; background: #0b0613;
}
.embed-shell iframe { width: 100%; min-height: 420px; border: 0; }
.quote-panel blockquote {
  margin: 8px 0 18px; font-size: clamp(1.4rem, 3vw, 2.4rem); line-height: 1.25; font-weight: 800;
}

.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.schedule-card .day {
  display: inline-block; margin-bottom: 10px; color: var(--gold); font-weight: 800; text-transform: uppercase;
}
.schedule-card h3 { margin: 0 0 10px; font-size: 1.35rem; }
.schedule-card strong { color: white; font-size: 1.1rem; }
.schedule-card.active {
  outline: 1px solid rgba(243,190,99,.24);
  box-shadow: 0 20px 70px rgba(243,190,99,.08), var(--shadow);
}

.crew-avatar {
  width: 68px; height: 68px; border-radius: 50%; margin-bottom: 18px;
  display: grid; place-items: center; font-weight: 900; font-size: 1.4rem; color: #1b1027;
  background: linear-gradient(135deg, var(--gold), #fff0bf);
}
.crew-card.featured {
  background: linear-gradient(180deg, rgba(243,190,99,.14), rgba(162,69,255,.12));
}
.contact-panel {
  display: flex; flex-direction: column; align-items: flex-start;
  background: linear-gradient(135deg, rgba(243,190,99,.13), rgba(162,69,255,.16));
}

.site-footer {
  max-width: 1240px; margin: 0 auto; padding: 0 20px 44px;
  display: flex; justify-content: space-between; gap: 20px; color: var(--muted);
}
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a:hover { color: white; }

@media (max-width: 1080px) {
  .hero, .grid-two, .showcase-grid, .cards-4, .schedule-grid { grid-template-columns: 1fr; }
  .cards-3 { grid-template-columns: repeat(3, 1fr); }
  .hero { min-height: auto; }
}

@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute; right: 20px; top: 88px; width: min(300px, calc(100vw - 40px));
    flex-direction: column; align-items: flex-start; padding: 16px;
    border-radius: 20px; border: 1px solid var(--stroke);
    background: rgba(11, 7, 19, .95); backdrop-filter: blur(16px);
    display: none;
  }
  .nav.open { display: flex; }
  .hero-stats, .countdown, .cards-3 { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
}
