:root {
  --ink: #fff9ff;
  --muted: #d9cce2;
  --bg: #0b0610;
  --bg-soft: #150a1d;
  --panel: rgba(29, 13, 39, .88);
  --panel-light: rgba(255,255,255,.07);
  --pink: #ff2f9d;
  --pink-soft: #ff79c8;
  --blue: #65c9ff;
  --green: #76ffb5;
  --gold: #ffd66e;
  --line: rgba(255,255,255,.16);
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  --radius: 28px;
  --content: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255,47,157,.18), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(101,201,255,.12), transparent 26rem),
    radial-gradient(circle at 50% 86%, rgba(118,255,181,.08), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  min-width: 320px;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.8) 0 1px, transparent 1.6px),
    radial-gradient(circle at 68% 15%, rgba(255,255,255,.5) 0 1px, transparent 1.6px),
    radial-gradient(circle at 82% 72%, rgba(255,255,255,.5) 0 1px, transparent 1.6px),
    radial-gradient(circle at 30% 80%, rgba(255,255,255,.4) 0 1px, transparent 1.6px);
  background-size: 280px 280px, 330px 330px, 240px 240px, 360px 360px;
  z-index: -1;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 1000; padding: .75rem 1rem; background: white; color: #111; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 32px), var(--content)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(11,6,16,.84); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { width: 42px; height: 42px; filter: drop-shadow(0 0 12px rgba(255,47,157,.6)); }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy small { color: var(--pink-soft); font-size: .66rem; letter-spacing: .16em; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 3px; }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 700; padding: .65rem .7rem; border-radius: 999px; font-size: .9rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: white; background: rgba(255,255,255,.08); }
.lang-switch { color: var(--green) !important; border: 1px solid rgba(118,255,181,.28); }
.menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); color: white; place-items: center; }
.menu-button img { width: 24px; height: 24px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .78rem 1.18rem; border-radius: 999px; text-decoration: none; font-weight: 850; line-height: 1.1; border: 1px solid transparent; cursor: pointer; text-align: center; }
.button-primary { background: linear-gradient(120deg, #ff1590, #ff59b6); color: white; box-shadow: 0 12px 35px rgba(255,47,157,.3), inset 0 1px rgba(255,255,255,.35); }
.button-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 42px rgba(255,47,157,.42); }
.button-secondary { border-color: rgba(101,201,255,.55); background: rgba(101,201,255,.08); color: white; }
.button-quiet { border-color: var(--line); color: white; background: rgba(255,255,255,.05); }
.header-cta { margin-left: 8px; white-space: nowrap; }
main { min-height: 65vh; }
.hero { padding: clamp(46px, 7vw, 96px) 0 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); align-items: center; gap: clamp(32px,5vw,74px); }
.eyebrow { margin: 0 0 .65rem; font-size: .76rem; font-weight: 900; letter-spacing: .18em; color: var(--pink-soft); }
h1,h2,h3 { margin: 0 0 .85rem; line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4.5vw, 4.15rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
.lead { font-size: clamp(1.2rem, 2.1vw, 1.72rem); line-height: 1.35; color: white; max-width: 760px; }
.prose { color: var(--muted); font-size: 1.06rem; max-width: 760px; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-art { padding: 10px; border-radius: 34px; background: linear-gradient(135deg, rgba(255,47,157,.78), rgba(101,201,255,.42), rgba(118,255,181,.36)); box-shadow: 0 0 50px rgba(255,47,157,.22), var(--shadow); }
.hero-art img { width: 100%; border-radius: 26px; }
.hero-note { margin-top: 16px; color: var(--muted); font-size: .92rem; }
.section { padding: clamp(64px, 9vw, 118px) 0; }
.section-tight { padding: 46px 0; }
.section-heading { max-width: 900px; margin-bottom: 34px; }
.panel { background: linear-gradient(180deg, rgba(33,15,44,.94), rgba(20,9,28,.9)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(28px,5vw,68px); }
.split.reverse .split-media { order: 2; }
.split-copy { padding: clamp(4px,2vw,20px); }
.split-media { padding: 10px; background: linear-gradient(140deg, rgba(255,47,157,.65), rgba(101,201,255,.34)); border-radius: 30px; box-shadow: var(--shadow); }
.split-media img { width: 100%; border-radius: 22px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.feature-card { overflow: hidden; }
.feature-card img { width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #050307; }
.feature-copy { padding: 24px; }
.feature-copy p { color: var(--muted); margin-bottom: 0; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.pill-list li { border: 1px solid rgba(101,201,255,.28); background: rgba(101,201,255,.07); border-radius: 999px; padding: .55rem .8rem; font-weight: 750; color: #e8f8ff; }
.statement { padding: clamp(28px,5vw,58px); border-radius: 34px; background: linear-gradient(140deg, rgba(255,47,157,.17), rgba(101,201,255,.09)); border: 1px solid rgba(255,121,200,.26); }
.statement strong { color: var(--pink-soft); }
.quote-line { font-size: clamp(1.6rem,3vw,2.8rem); line-height: 1.18; letter-spacing: -.035em; margin: 0; }
.guest-list-banner { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: clamp(28px,4vw,52px); color: white; background: linear-gradient(125deg, #ff1590 0%, #ff4bab 48%, #f27dcc 100%); border-radius: 32px; box-shadow: 0 20px 80px rgba(255,47,157,.34); }
.guest-list-banner::after { content:""; position:absolute; inset:-60% -20%; background:linear-gradient(100deg,transparent 40%,rgba(255,255,255,.18),transparent 62%); transform:rotate(8deg); }
.guest-list-icon { position: relative; z-index: 1; width: 72px; height: 72px; border: 2px solid rgba(255,255,255,.66); border-radius: 50%; display: grid; place-items: center; }
.guest-list-icon img { width: 38px; height: 38px; filter: brightness(0) invert(1); }
.guest-list-copy, .guest-list-banner .button { position: relative; z-index: 1; }
.guest-list-copy h2 { font-size: clamp(2.5rem,5vw,5rem); margin-bottom: .35rem; }
.guest-list-copy p { margin: .15rem 0; max-width: 780px; }
.guest-list-banner .button { background: white; color: #18091f; box-shadow: 0 12px 28px rgba(63,0,38,.24); }
.code-summary { padding: clamp(28px,5vw,54px); }
.code-summary p { color: var(--muted); }
.page-hero { padding: clamp(48px,7vw,86px) 0 36px; }
.page-hero h1 { font-size: clamp(2.8rem,6vw,5.6rem); max-width: 980px; }
.content-stack { display: grid; gap: 22px; }
.content-card { padding: clamp(24px,4vw,46px); }
.content-card p, .content-card li { color: var(--muted); }
.content-card li + li { margin-top: .55rem; }
.event-list, .ticket-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.event-card, .ticket-group, .empty-state { padding: clamp(28px,4vw,46px); }
.event-facts { display: grid; gap: 13px; margin: 24px 0; }
.event-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.event-facts dt { color: var(--pink-soft); font-weight: 850; }
.event-facts dd { margin: 0; color: var(--muted); }
.ticket-buttons { display: grid; gap: 12px; margin-top: 24px; }
.faq-list { display: grid; gap: 14px; }
details { padding: 20px 22px; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 20px; }
summary { cursor: pointer; font-weight: 850; color: white; }
details p { color: var(--muted); margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.contact-card { padding: 32px; }
.contact-card a:not(.button) { color: var(--blue); word-break: break-word; }
.legal-copy { max-width: 900px; }
.legal-copy h2 { margin-top: 2.3rem; font-size: clamp(1.7rem,3vw,2.6rem); }
.legal-copy h3 { margin-top: 1.6rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.notice { padding: 18px 22px; border: 1px solid rgba(255,214,110,.36); background: rgba(255,214,110,.08); border-radius: 18px; color: #fff0bc; }
.site-footer { margin-top: 70px; border-top: 1px solid var(--line); background: rgba(7,3,10,.78); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; padding: 52px 0 34px; }
.footer-copy { color: var(--muted); max-width: 520px; }
.footer-links { display: flex; justify-content: flex-end; align-content: flex-start; flex-wrap: wrap; gap: 8px; }
.footer-links a { text-decoration: none; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: .55rem .76rem; }
.footer-links a:hover { color: white; border-color: rgba(255,121,200,.55); }
.footer-legal { padding: 24px 0 38px; border-top: 1px solid rgba(255,255,255,.08); color: #aa9ab5; font-size: .84rem; }
.instagram-link { display: inline-flex; align-items: center; gap: 8px; }
.instagram-link img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
@media (max-width: 1040px) {
  .site-nav { position: absolute; left: 16px; right: 16px; top: 68px; display: none; flex-direction: column; align-items: stretch; padding: 14px; background: rgba(18,8,25,.98); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 46px; display: flex; align-items: center; padding-inline: 1rem; }
  .header-cta { margin-left: 0; }
  .menu-button { display: grid; }
  .nav-wrap > .header-cta { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .split { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .guest-list-banner { grid-template-columns: auto 1fr; }
  .guest-list-banner .button { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 24px), var(--content)); }
  .nav-wrap { min-height: 70px; }
  .brand-copy span { font-size: .92rem; }
  .nav-wrap > .header-cta { display: none; }
  h1 { font-size: clamp(2.65rem,15vw,4.3rem); }
  h2 { font-size: clamp(2rem,10vw,3.15rem); }
  .hero { padding-top: 38px; }
  .hero-actions, .section-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 52px; }
  .card-grid, .card-grid.two, .event-list, .ticket-list, .contact-grid { grid-template-columns: 1fr; }
  .feature-copy { padding: 20px; }
  .guest-list-banner { grid-template-columns: 1fr; text-align: left; }
  .guest-list-icon { width: 62px; height: 62px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .event-facts div { grid-template-columns: 1fr; gap: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
