@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap");

:root {
  color-scheme: dark;
  --ink: #f7f4ec;
  --muted: #aaa89f;
  --paper: #080807;
  --panel: #11110f;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #f2ca50;
  --violet: #8c72ff;
  --orange: #ff7235;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
img { max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--gold);
  color: #111;
  padding: .7rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  max-width: var(--max);
  margin: auto;
  min-height: 88px;
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  width: fit-content;
  color: white;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .12em;
}
.brand img { border-radius: 10px; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a {
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  text-decoration: none;
}
.site-header nav a:hover, .site-header nav a:focus-visible { color: white; }
.header-cta {
  justify-self: end;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: .65rem 1rem;
  color: white;
  font-size: .78rem;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% 50%;
  filter: saturate(.9) contrast(1.07);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,4,3,.96) 0%, rgba(4,4,3,.77) 37%, rgba(4,4,3,.13) 72%),
    linear-gradient(0deg, rgba(4,4,3,.88) 0%, transparent 48%, rgba(4,4,3,.38) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 72vw);
  margin-left: max(2rem, calc((100vw - var(--max)) / 2));
  padding: 9rem 0 7.5rem;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-family: "DM Sans", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "DM Sans", sans-serif; margin-top: 0; }
h1 {
  max-width: 740px;
  margin-bottom: 1.35rem;
  font-size: clamp(3.6rem, 7.4vw, 7.4rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.hero-lede {
  max-width: 600px;
  margin: 0 0 2rem;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 50px;
  padding: .8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #17130a; }
.button-quiet { border-color: rgba(255,255,255,.38); background: rgba(8,8,7,.25); color: white; backdrop-filter: blur(10px); }
.button-dark { background: #0b0b09; color: white; }
.launch-note {
  position: absolute;
  z-index: 2;
  right: max(2rem, calc((100vw - var(--max)) / 2));
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: .78rem;
}
.launch-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }

.marquee { overflow: hidden; padding: 1rem 0; border-bottom: 1px solid var(--line); white-space: nowrap; }
.marquee div { min-width: max-content; color: #8e8d86; font-size: .7rem; font-weight: 600; letter-spacing: .18em; }
.marquee span { margin: 0 2rem; color: var(--gold); }
.section { max-width: var(--max); margin: auto; padding: clamp(5rem, 9vw, 9rem) 2rem; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 520px; margin: 0 0 .4rem; color: var(--muted); font-size: 1.05rem; }

.event-preview { display: grid; grid-template-columns: 1.25fr .85fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.event-card { min-height: 250px; display: grid; grid-template-columns: 43% 1fr; border: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.event-card-large { grid-row: 1 / 3; grid-template-columns: 1fr; grid-template-rows: minmax(400px, 1.5fr) auto; }
.event-art { position: relative; min-height: 100%; overflow: hidden; }
.event-art::before, .event-art::after { content: ""; position: absolute; inset: auto; border-radius: 999px; filter: blur(1px); }
.event-art span { position: absolute; top: 1rem; left: 1rem; z-index: 2; color: rgba(255,255,255,.68); font: 600 .68rem/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.event-art-one { background: radial-gradient(circle at 65% 35%, rgba(255,110,45,.84), transparent 20%), radial-gradient(circle at 48% 55%, rgba(130,75,255,.65), transparent 30%), #18131f; }
.event-art-one::before { width: 55%; height: 70%; left: 24%; top: 21%; background: linear-gradient(145deg, #f4c54a, #c84035 52%, #2b1643); transform: rotate(18deg); box-shadow: 0 0 70px rgba(255,111,52,.3); }
.event-art-one::after { width: 80%; height: 1px; left: 8%; bottom: 18%; background: rgba(255,255,255,.55); box-shadow: 0 -36px rgba(255,255,255,.25), 0 -72px rgba(255,255,255,.12); }
.event-art-two { background: linear-gradient(135deg, #351d64, #101014 55%, #ef6d31); }
.event-art-two::before { width: 120%; height: 22%; left: -15%; top: 40%; background: rgba(255,255,255,.9); transform: rotate(-18deg); }
.event-art-three { background: radial-gradient(circle at 40% 38%, #eeca50, transparent 12%), radial-gradient(circle at 70% 65%, #8956ff, transparent 23%), #0a1214; }
.event-art-three::before { width: 70%; height: 70%; left: 30%; top: 18%; border: 1px solid rgba(255,255,255,.6); background: transparent; }
.event-card-copy { padding: 1.6rem; }
.event-card-copy h3 { margin-bottom: .6rem; font-size: clamp(1.35rem, 2.2vw, 2.1rem); line-height: 1.05; letter-spacing: -.035em; }
.event-card-copy p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.card-kicker { margin: 0 0 .55rem; color: var(--gold); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.values { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; border-top: 1px solid var(--line); }
.values-intro { position: sticky; top: 3rem; align-self: start; }
.values-intro h2 { font-size: clamp(2.6rem, 4.4vw, 4.6rem); }
.value-grid article { padding: 2rem 0 3rem; border-top: 1px solid var(--line); }
.value-grid article:first-child { border-top: 0; padding-top: 0; }
.value-number { display: block; margin-bottom: 2.5rem; color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.value-grid h3 { margin-bottom: .65rem; font-size: 2rem; letter-spacing: -.04em; }
.value-grid p { max-width: 570px; margin: 0; color: var(--muted); }

.organizer-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 8rem); padding: clamp(2.2rem, 5vw, 5rem); background: var(--gold); color: #17130a; }
.organizer-panel .eyebrow { color: #5c4510; }
.organizer-panel h2 { max-width: 650px; }
.organizer-lede { max-width: 620px; margin: 1.5rem 0 2rem; color: rgba(23,19,10,.75); }
.organizer-features { align-self: center; margin: 0; padding: 0; list-style: none; }
.organizer-features li { display: grid; gap: .3rem; padding: 1.25rem 0; border-top: 1px solid rgba(23,19,10,.25); }
.organizer-features li:last-child { border-bottom: 1px solid rgba(23,19,10,.25); }
.organizer-features span { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.organizer-features strong { font: 500 1.1rem/1.3 "DM Sans", sans-serif; }

.launch { max-width: 900px; padding-top: 7rem; padding-bottom: 9rem; text-align: center; }
.launch-mark img { border-radius: 22px; box-shadow: 0 0 70px rgba(242,202,80,.12); }
.launch .eyebrow { margin-top: 2rem; }
.launch h2 { margin-bottom: 1.5rem; }
.launch > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 2rem; color: var(--muted); }

footer { border-top: 1px solid var(--line); padding: 3rem max(2rem, calc((100vw - var(--max)) / 2)); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.footer-top p { color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 3rem 0; }
.footer-grid div { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-grid a { color: #d5d2c9; font-size: .88rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-label { margin: 0 0 .5rem; color: #78776f; font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #77766f; font-size: .75rem; }

.legal-shell { min-height: 100vh; background: #f4f1e9; color: #171713; }
.legal-shell .site-header { position: static; max-width: var(--max); border-bottom: 1px solid rgba(0,0,0,.12); }
.legal-shell .brand { color: #171713; }
.legal-shell .site-header nav a { color: #4c4b46; }
.legal-shell .header-cta { border-color: rgba(0,0,0,.25); color: #171713; }
.legal-main { max-width: 900px; margin: auto; padding: 5rem 2rem 7rem; }
.legal-main .eyebrow { color: #82640e; }
.legal-main h1 { margin-bottom: 1rem; font-size: clamp(3rem, 7vw, 6rem); }
.legal-main .effective { color: #69665e; }
.legal-main article { margin-top: 4rem; }
.legal-main h2 { margin: 2.7rem 0 1rem; font-size: 1.65rem; letter-spacing: -.025em; }
.legal-main p, .legal-main li { color: #44423d; }
.legal-main a { color: #5d490d; }
.legal-shell footer { background: #080807; color: var(--ink); }
.support-card { margin-top: 3rem; padding: 2rem; border: 1px solid rgba(0,0,0,.13); background: white; }
.support-card h2 { margin-top: 0; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; padding: 1rem 1.25rem; }
  .site-header nav { display: none; }
  .header-cta { font-size: .68rem; }
  .hero { min-height: 800px; }
  .hero-image { object-position: 61% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,4,3,.98) 0%, rgba(4,4,3,.58) 65%, rgba(4,4,3,.28) 100%); }
  .hero-copy { width: auto; margin: 0; padding: 9rem 1.25rem 7.5rem; }
  h1 { font-size: clamp(3.4rem, 14vw, 5.4rem); }
  .launch-note { left: 1.25rem; right: auto; bottom: 2rem; }
  .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section-heading, .values, .organizer-panel { grid-template-columns: 1fr; }
  .section-heading { gap: 1.5rem; }
  .event-preview { grid-template-columns: 1fr; grid-template-rows: auto; }
  .event-card-large { grid-row: auto; }
  .event-card { grid-template-columns: 40% 1fr; }
  .event-card-large { grid-template-columns: 1fr; grid-template-rows: 320px auto; }
  .values { gap: 3rem; }
  .values-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand span { font-size: .9rem; }
  .header-cta { padding: .6rem .8rem; }
  .hero-actions .button { width: 100%; }
  .event-card { grid-template-columns: 1fr; }
  .event-art { min-height: 200px; }
  .event-card-large .event-art { min-height: 300px; }
  .organizer-panel { padding: 2rem 1.4rem; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-shell .header-cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
