
:root {
  --bg: #09050d;
  --panel: #130918;
  --panel-2: #1b0b21;
  --text: #fff7fd;
  --muted: #dac6d4;
  --pink: #ef2aa2;
  --hot-pink: #ff3eb5;
  --blue: #22d8ff;
  --gold: #ffd65c;
  --orange: #ff941f;
  --green: #74ff68;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(239, 42, 162, .22);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 42, 162, .22), transparent 34rem),
    radial-gradient(circle at 78% 12%, rgba(34, 216, 255, .16), transparent 32rem),
    linear-gradient(180deg, #08040b 0%, #130616 52%, #070407 100%);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(16px, 3vw, 42px);
  background: rgba(9, 5, 13, .84);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}
.wordmark {
  text-decoration: none;
  display: grid;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.wordmark span {
  color: var(--hot-pink);
  font-weight: 900;
  font-size: clamp(1.1rem, 2.4vw, 1.75rem);
  text-shadow: 0 0 18px rgba(255, 62, 181, .55);
}
.wordmark strong {
  font-size: clamp(.78rem, 1.6vw, 1rem);
  font-weight: 800;
  color: white;
  letter-spacing: .02em;
}
.top-nav { display: flex; align-items: center; gap: clamp(10px, 2vw, 28px); }
.top-nav a, .footer-links a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  transition: color .18s ease, text-shadow .18s ease;
}
.top-nav a:hover, .footer-links a:hover { color: white; text-shadow: 0 0 16px rgba(255, 62, 181, .75); }
.header-cta, .button, .guest-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .82rem 1.12rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.header-cta, .button-primary {
  color: white;
  background: linear-gradient(135deg, var(--pink), #a20aff);
  box-shadow: 0 0 30px rgba(239, 42, 162, .42), inset 0 0 0 1px rgba(255, 255, 255, .24);
}
.button-ghost, .button-secondary {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  color: white;
}
.button-secondary { margin-top: .8rem; }

main { overflow: hidden; }
.premium-hero {
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: clamp(20px, 5vw, 78px) clamp(16px, 3vw, 38px) 24px;
  display: grid;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}
.hero-copy {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.eyebrow {
  margin: 0 0 .5rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2 { line-height: 1.02; letter-spacing: -.055em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.4rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 4.1rem); }
.hero-lead, .section-heading p, .content-card p, .split-section p, .subpage-hero p {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 1.6rem 0 0; }
.hero-frame {
  margin: 0 auto;
  padding: clamp(8px, 1.1vw, 15px);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(239,42,162,.18), rgba(34,216,255,.13));
  box-shadow: var(--shadow);
}
.hero-full-picture {
  width: min(100%, 1280px);
  height: auto;
  max-height: none;
  object-fit: contain;
  aspect-ratio: auto;
  display: block;
  margin: 0 auto;
  border-radius: 22px;
}

.guest-banner {
  width: min(calc(100% - 32px), 1120px);
  margin: clamp(28px, 5vw, 70px) auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: clamp(22px, 4vw, 44px);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,.22), transparent 8rem),
    linear-gradient(135deg, #f32fa6, #e743b8 48%, #ff7bcb);
  box-shadow: 0 28px 90px rgba(239, 42, 162, .34);
  position: relative;
  isolation: isolate;
}
.guest-banner:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.4), transparent 28%, rgba(255,255,255,.28));
  z-index: -1;
}
.guest-banner__icon {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  color: white;
}
.guest-banner__content { flex: 1 1 auto; }
.guest-banner__eyebrow { margin: 0; letter-spacing: .2em; font-weight: 900; font-size: .75rem; }
.guest-banner h2 { font-size: clamp(2.1rem, 4.8vw, 4.8rem); margin-bottom: .2rem; }
.guest-banner p { margin: .18rem 0; }
.guest-banner__lead { font-weight: 900; }
.guest-banner__button {
  background: white;
  color: #1d1020;
  box-shadow: 0 14px 34px rgba(72, 7, 50, .22);
}

.section-pad { padding: clamp(52px, 7vw, 108px) clamp(16px, 3vw, 42px); }
.section-heading { width: min(100%, 920px); margin: 0 auto 36px; text-align: center; }
.events-format-section {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
}
.events-format-section img,
.premium-scroll-section img {
  height: auto;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.events-atmosphere,
.events-format-intro,
.event-options-stack {
  width: min(100%, 1120px);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}
.feature-stack { display: grid; gap: 22px; margin: 34px auto; }
.feature-strip { width: min(100%, 820px); border-radius: 18px; }
.pillars-grid {
  width: min(100%, 1120px);
  margin: 42px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.pillars-grid img { width: min(100%, 420px); border-radius: 22px; }
.event-options-stack { margin: 36px auto; }
.icon-grid {
  width: min(100%, 1040px);
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}
.icon-tile { width: min(100%, 640px); border-radius: 18px; }

.split-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.split-section > div, .content-card, .subpage-hero {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
}
.split-section > div { padding: clamp(24px, 4vw, 46px); }
.subpage { padding: clamp(22px, 5vw, 70px) clamp(16px, 3vw, 42px); }
.subpage-hero, .content-card { width: min(100%, 920px); margin: 0 auto 24px; padding: clamp(26px, 5vw, 58px); }
.content-card h2 { font-size: clamp(1.35rem, 2.5vw, 2rem); margin-top: 2rem; }
.content-card a:not(.button) { color: #ffb3e2; font-weight: 800; }

.site-footer {
  background: #050305;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 36px clamp(16px, 3vw, 42px) 44px;
  color: var(--muted);
  text-align: center;
}
.footer-inner { width: min(100%, 980px); margin: 0 auto; }
.brand-line { color: white; font-weight: 900; }
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 14px 0;
}
.footer-inner p { margin: .28rem 0; }

@media (max-width: 900px) {
  .site-header { position: relative; flex-wrap: wrap; justify-content: center; }
  .wordmark { width: 100%; text-align: center; }
  .top-nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
  .header-cta { order: 2; }
  .guest-banner { flex-direction: column; align-items: flex-start; }
  .guest-banner__button { width: 100%; }
  .pillars-grid, .icon-grid, .split-section { grid-template-columns: 1fr; }
  .hero-full-picture,
  .events-format-intro,
  .events-atmosphere,
  .event-options-stack,
  .feature-strip,
  .icon-tile,
  .pillars-grid img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 540px) {
  .premium-hero { padding-top: 24px; }
  .hero-actions, .button { width: 100%; }
  .button { min-height: 50px; }
  .guest-banner { border-radius: 22px; }
  h1 { font-size: clamp(2.1rem, 14vw, 3.6rem); }
  h2 { font-size: clamp(1.85rem, 10vw, 3rem); }
}
