:root {
  color-scheme: dark;
  --bg: #0a0a0f;
  --panel: rgba(255,255,255,.055);
  --panel-strong: rgba(255,255,255,.09);
  --line: rgba(255,255,255,.13);
  --text: #fff;
  --muted: rgba(255,255,255,.68);
  --soft: rgba(255,255,255,.42);
  --purple: #a855f7;
  --gold: #f59e0b;
  --blue: #38bdf8;
  --green: #22c55e;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(168,85,247,.26), transparent 32rem),
    radial-gradient(circle at 88% 14%, rgba(56,189,248,.17), transparent 30rem),
    radial-gradient(circle at 50% 92%, rgba(245,158,11,.16), transparent 34rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
body, main, section, header, footer, div, p, h1, h2, h3, a, span, li {
  word-break: normal;
  overflow-wrap: break-word;
  max-width: 100%;
}
img { max-width: 100%; height: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(22px);
  background: rgba(10,10,15,.78);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; min-width: 0; }
.brand img { width: 44px; height: 44px; border-radius: 12px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a:hover { color: #fff; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero { padding: 88px 0 56px; }
.eyebrow { color: #c084fc; font-size: 13px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: 0; }
h1 { max-width: 980px; margin-top: 18px; font-size: clamp(44px, 8vw, 104px); font-weight: 950; text-transform: uppercase; }
h2 { font-size: clamp(32px, 5vw, 64px); font-weight: 950; text-transform: uppercase; }
h3 { font-size: clamp(22px, 3vw, 34px); font-weight: 850; }
.lead { max-width: 820px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); }
.gradient-text { background: linear-gradient(135deg,#c084fc,#fbbf24,#38bdf8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 850;
  letter-spacing: .04em;
  border: 1px solid var(--line);
}
.btn-primary { background: linear-gradient(135deg, var(--purple), var(--gold)); color: #fff; box-shadow: 0 18px 45px rgba(168,85,247,.22); }
.btn-secondary { background: rgba(255,255,255,.06); color: #fff; }
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.section { padding: 56px 0; }
.card, .panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 22px 80px rgba(0,0,0,.25);
}
.card strong { color: #fff; }
.card p, .panel p, li { color: var(--muted); }
.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.kpi { padding: 20px; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 8px; }
.kpi b { display: block; font-size: 28px; color: #fff; }
.kpi span { color: var(--soft); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.list { padding-left: 20px; margin: 18px 0 0; }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 850; color: #fff; }
.breadcrumbs { margin-top: 18px; color: var(--soft); font-size: 14px; }
.breadcrumbs a { color: var(--muted); }
.table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 8px; }
.table th, .table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.table th { color: #fff; background: rgba(255,255,255,.07); }
.site-footer { margin-top: 60px; border-top: 1px solid var(--line); padding: 36px 0; color: var(--soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.mini-links { display: grid; gap: 8px; }
.mini-links a { color: var(--muted); }
.mini-links a:hover { color: #fff; }
.event-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.event-gallery-card {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
}
.event-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
}
.event-video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #050508;
}
.event-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
}
@media (max-width: 860px) {
  .nav {
    min-height: 64px;
    align-items: center;
    flex-direction: row;
    padding: 10px 0;
    gap: 12px;
  }
  .brand {
    flex: 1 1 auto;
    gap: 8px;
    overflow: hidden;
    font-size: clamp(12px, 3.4vw, 15px);
    letter-spacing: .035em;
  }
  .brand img {
    width: clamp(34px, 9.5vw, 42px);
    height: clamp(34px, 9.5vw, 42px);
    flex: 0 0 auto;
  }
  .nav-links {
    flex: 0 1 auto;
    justify-content: flex-end;
    gap: 10px;
    font-size: clamp(10px, 2.9vw, 12px);
    letter-spacing: .04em;
  }
  .grid-2, .grid-3, .kpis, .footer-grid { grid-template-columns: 1fr; }
  .event-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero {
    min-height: auto;
    padding: 56px 0 40px;
    text-align: center;
  }
  .lead { margin-left: auto; margin-right: auto; }
  .cta-row { justify-content: center; }
  .btn { width: 100%; max-width: 360px; }
  .card, .panel { padding: 20px; }
  h1 { font-size: clamp(36px, 11vw, 68px); }
  h2 { font-size: clamp(30px, 9vw, 52px); }
}
@media (max-width: 520px) {
  .event-gallery-grid { grid-template-columns: 1fr; }
  .wrap,
  .nav { width: min(100% - 24px, 1180px); }
  .nav-links {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
    padding-top: 6px;
  }
  .brand { max-width: 100%; }
  .event-gallery-card { aspect-ratio: 3 / 4; }
}
@media (max-width: 375px) {
  .brand { font-size: 11px; letter-spacing: .02em; }
  .nav-links { font-size: 10px; gap: 8px; }
}
