
:root {
  --bg: #050006;
  --bg2: #110015;
  --ink: #fff7ff;
  --muted: #e5cfe9;
  --pink: #ff2aa3;
  --pink2: #ff83c8;
  --blue: #35d9ff;
  --gold: #ffe44d;
  --orange: #ff8b22;
  --green: #78ff49;
  --line: rgba(255, 255, 255, .15);
  --glass: rgba(255, 255, 255, .07);
  --shadow-pink: 0 0 24px rgba(255, 42, 163, .34), 0 0 80px rgba(255, 42, 163, .18);
  --shadow-blue: 0 0 20px rgba(53, 217, 255, .26), 0 0 80px rgba(53, 217, 255, .14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --max: 1180px;
}
* { 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(--ink);
  background:
    radial-gradient(circle at 15% 6%, rgba(255, 42, 163, .22), transparent 33rem),
    radial-gradient(circle at 88% 0%, rgba(53, 217, 255, .13), transparent 28rem),
    radial-gradient(circle at 50% 70%, rgba(255, 228, 77, .07), transparent 36rem),
    linear-gradient(180deg, #070008 0%, #050006 48%, #0d0014 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.62), transparent 72%);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; top: -8rem; left: 1rem; z-index: 30; background: #fff; color: #140014; padding: .8rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.section { scroll-margin-top: 92px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(5, 0, 6, .78);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand-lockup { display: flex; align-items: center; gap: .72rem; text-decoration: none; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--pink), #8725ff 60%, var(--blue)); box-shadow: var(--shadow-pink); font-size: 1.25rem; }
.brand-text { line-height: 1.04; }
.brand-text strong { display: block; font-size: .98rem; letter-spacing: .02em; }
.brand-text span { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: .28rem; flex-wrap: wrap; }
.nav-links a { text-decoration: none; color: rgba(255,247,255,.86); font-weight: 860; font-size: .88rem; padding: .64rem .78rem; border-radius: 999px; }
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(255,255,255,.11); outline: none; }
.nav-links .nav-cta { color: #180018; background: linear-gradient(135deg, #fff, #ffe1f1); border: 1px solid rgba(255,255,255,.78); box-shadow: 0 0 18px rgba(255, 42, 163, .28); }

.hero-full { padding: clamp(2rem, 5vw, 4.6rem) 0 clamp(1.5rem, 4vw, 3rem); }
.hero-shell { display: grid; gap: 1.15rem; justify-items: center; }
.hero-kicker, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .52rem .84rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.066);
  color: var(--muted);
  font-weight: 860;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
}
.hero-picture {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(.55rem, 1.5vw, .95rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 26px 90px rgba(0,0,0,.48), var(--shadow-pink);
}
/* Critical hero rule: the first image remains a complete picture. No fixed height, no cover crop, no squeeze. */
.hero-picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  border-radius: calc(var(--radius-xl) - 12px);
  box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 0 34px rgba(255,42,163,.26);
}
.hero-copy { max-width: 860px; text-align: center; }
.hero-copy h1 { margin: .45rem auto .6rem; font-size: clamp(2.3rem, 5.4vw, 5.25rem); line-height: .95; letter-spacing: -.058em; text-wrap: balance; }
.hero-copy p { margin: 0 auto 1.2rem; max-width: 67ch; color: var(--muted); font-size: clamp(1.04rem, 1.8vw, 1.24rem); line-height: 1.64; }
.button-row { display: flex; flex-wrap: wrap; gap: .82rem; align-items: center; justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.16rem; border-radius: 999px; font-weight: 920; text-decoration: none; border: 1px solid rgba(255,255,255,.2); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #190019; background: linear-gradient(135deg, var(--pink), var(--pink2) 56%, #fff 125%); box-shadow: var(--shadow-pink); }
.btn-secondary { color: #fff; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.btn-light { color: #180018; background: #fff; border-color: rgba(255,255,255,.8); }

.ready-section { padding: 1.1rem 0 clamp(2.5rem, 5vw, 4.8rem); }
.html-banner {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(1.35rem, 4vw, 2.45rem);
  min-height: 218px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  background: linear-gradient(135deg, #ff1498 0%, #ff4faf 54%, #ff85cc 100%);
  box-shadow: 0 24px 80px rgba(255, 42, 163, .28), inset 0 1px 0 rgba(255,255,255,.28);
}
.html-banner::before { content: ""; position: absolute; inset: -35% -10%; background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 14rem), radial-gradient(circle at 90% 0%, rgba(255,255,255,.18), transparent 18rem); transform: rotate(-8deg); }
.banner-heart { position: relative; width: 72px; height: 72px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; display: grid; place-items: center; font-size: 2rem; box-shadow: 0 0 22px rgba(255,255,255,.18); }
.banner-copy, .banner-action { position: relative; }
.banner-copy small { display: block; color: rgba(255,255,255,.86); letter-spacing: .28em; text-transform: uppercase; font-size: .75rem; font-weight: 960; margin-bottom: .34rem; }
.banner-copy h2 { margin: 0; color: #fff; font-size: clamp(2.4rem, 5.3vw, 4.7rem); line-height: .95; letter-spacing: -.056em; }
.banner-copy p { margin: .56rem 0 0; color: rgba(255,255,255,.92); font-weight: 760; line-height: 1.48; }
.banner-copy a { font-weight: 950; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.banner-action { justify-self: end; }
.banner-action .btn { min-width: 210px; }

.events-section { padding: clamp(2.6rem, 6vw, 5.8rem) 0; }
.section-head, .section-mini-head { text-align: center; max-width: 850px; margin: 0 auto 1.3rem; }
.section-head h2, .content-card h2 { margin: .78rem 0 .55rem; font-size: clamp(2.1rem, 4.8vw, 4.4rem); line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
.section-head p, .section-mini-head p, .content-card p { color: var(--muted); line-height: 1.72; }
.section-mini-head { margin-top: clamp(2rem, 5vw, 4rem); }
.section-mini-head h3 { margin: 0 0 .45rem; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -.035em; }
.image-stack { display: grid; gap: 1.15rem; justify-items: center; }
.contained-image {
  margin: 0;
  width: 100%;
  border-radius: var(--radius-xl);
  padding: clamp(.45rem, 1.2vw, .75rem);
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.088), rgba(255,255,255,.035));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}
/* Global image rule: no squeezing. Each image keeps its own aspect ratio and sits inside a sized card. */
.contained-image img { width: 100%; height: auto; object-fit: contain; aspect-ratio: auto; border-radius: calc(var(--radius-xl) - 12px); }
.event-format-main { max-width: 1030px; box-shadow: var(--shadow-pink); }
.atmosphere-image { max-width: 1080px; box-shadow: var(--shadow-blue); }
.badge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: center; max-width: 1050px; margin: 0 auto; }
.badge-tile { max-width: 520px; justify-self: center; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; max-width: 1050px; margin: clamp(1.2rem, 3vw, 2rem) auto; }
.feature-strip { max-width: 520px; justify-self: center; }
.event-options { max-width: 1080px; margin: clamp(1.4rem, 3vw, 2.4rem) auto; box-shadow: var(--shadow-pink); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; max-width: 1050px; margin: clamp(1.4rem, 3vw, 2.4rem) auto 0; align-items: start; }
.pillar-card { max-width: 340px; justify-self: center; }

.about-section, .conduct-section { padding: clamp(2.6rem, 6vw, 5.8rem) 0; }
.content-card {
  border-radius: var(--radius-xl);
  padding: clamp(1.4rem, 4vw, 2.7rem);
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  box-shadow: 0 20px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.content-card p { max-width: 78ch; }
.content-card .button-row { justify-content: flex-start; margin-top: 1rem; }
.site-footer { border-top: 1px solid var(--line); padding: 2rem 0; background: rgba(0,0,0,.4); }
.footer-grid { display: grid; gap: .9rem; color: rgba(255,247,255,.82); font-size: .95rem; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1rem; }
.footer-links a { color: #fff; text-underline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .btn:hover { transform: none; } }
@media (max-width: 900px) {
  .nav-wrap { align-items: flex-start; padding: .85rem 0; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .html-banner { grid-template-columns: 1fr; text-align: left; }
  .banner-action { justify-self: start; }
  .badge-grid, .feature-grid, .pillar-grid { grid-template-columns: 1fr; max-width: 720px; }
  .badge-tile, .feature-strip, .pillar-card { max-width: 640px; }
  .content-card .button-row { justify-content: center; }
}
@media (max-width: 560px) {
  .container, .nav-wrap { width: min(100% - 22px, var(--max)); }
  .hero-picture, .contained-image, .content-card, .html-banner { border-radius: 22px; }
  .hero-copy h1 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .hero-kicker, .eyebrow { font-size: .66rem; letter-spacing: .12em; }
  .button-row, .btn { width: 100%; }
  .btn { min-height: 52px; }
  .banner-heart { width: 58px; height: 58px; }
  .banner-copy h2 { font-size: clamp(2.1rem, 12vw, 3.2rem); }
  .inline-email { word-break: break-word; }
  .site-header { position: static; }
  .section { scroll-margin-top: 24px; }
}
