:root {
  --ink: #080706;
  --paper: #fff8ef;
  --muted: #c9bbb0;
  --line: rgba(255, 248, 239, 0.18);
  --coral: #ff5b48;
  --lime: #b8fb56;
  --cobalt: #245cff;
  --amber: #ffc145;
  --teal: #1bd4b8;
}

* {
  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(--paper);
  background: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.88), rgba(8, 7, 6, 0));
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--paper);
  background: var(--coral);
  color: var(--ink);
}

nav {
  gap: clamp(12px, 3vw, 28px);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.94) 0%, rgba(8, 7, 6, 0.72) 34%, rgba(8, 7, 6, 0.16) 78%),
    linear-gradient(0deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0) 30%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 90px);
  padding-top: 72px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 8ch;
  margin-bottom: 20px;
  font-size: clamp(4.7rem, 14vw, 11.5rem);
  line-height: 0.78;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 5.6rem);
  line-height: 0.94;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.35rem);
  line-height: 1.5;
}

.hero-actions,
.contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  appearance: none;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--paper);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.button.primary {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.button.ghost {
  background: rgba(255, 248, 239, 0.08);
  backdrop-filter: blur(12px);
}

.intro,
.events,
.movement,
.contact,
footer {
  padding-inline: clamp(18px, 5vw, 64px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 80px);
  padding-block: clamp(56px, 9vw, 112px);
  border-top: 1px solid var(--line);
}

.intro p:last-child,
.event-copy p,
.contact p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.events {
  padding-block: clamp(48px, 8vw, 96px);
}

.event-segments {
  display: grid;
  gap: 16px;
}

.event-segment {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.4vw, 28px);
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--line);
  background:
    linear-gradient(150deg, rgba(255, 248, 239, 0.08), rgba(255, 248, 239, 0.02)),
    #11100e;
}

.event-segment.feature {
  background:
    linear-gradient(150deg, rgba(184, 251, 86, 0.16), rgba(255, 91, 72, 0.1) 48%, rgba(255, 248, 239, 0.03)),
    #11100e;
}

.event-segment.coral {
  border-top: 5px solid var(--coral);
}

.event-segment.cobalt {
  border-top: 5px solid var(--cobalt);
}

.event-segment.lime {
  border-top: 5px solid var(--lime);
}

.event-segment.amber {
  border-top: 5px solid var(--amber);
}

.event-hero {
  order: 1;
  position: relative;
  height: clamp(340px, 48vw, 680px);
  margin: 0;
  overflow: hidden;
  background: #191714;
}

.event-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.02) 35%, rgba(8, 7, 6, 0.78));
}

.event-hero img,
.event-hero video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.event-hero figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  left: clamp(16px, 3vw, 32px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  color: var(--paper);
}

.event-hero figcaption span {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 6vw, 5.6rem);
  line-height: 0.92;
}

.event-hero figcaption small {
  flex: 0 0 auto;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-copy {
  order: 2;
  align-self: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: clamp(18px, 3vw, 34px);
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.event-meta span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.detail-list {
  display: grid;
  gap: 9px;
  margin: 24px 0;
}

.detail-list span {
  display: block;
  padding: 11px 12px;
  border: 1px solid var(--line);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
}

.segment-gallery-heading {
  order: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.segment-gallery-heading .eyebrow {
  margin-bottom: 0;
}

.segment-gallery-heading span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-toggle {
  flex: 0 0 auto;
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.segment-gallery {
  order: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.segment-gallery[hidden] {
  display: none;
}

.segment-gallery img {
  width: 100%;
  height: clamp(180px, 19vw, 310px);
  display: block;
  object-fit: cover;
  background: #191714;
}

.segment-gallery img:nth-child(1) {
  grid-column: auto;
  grid-row: auto;
  height: clamp(180px, 19vw, 310px);
  min-height: 0;
}

.movement {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  padding-block: clamp(56px, 8vw, 104px);
  background: var(--paper);
  color: var(--ink);
}

.movement .eyebrow {
  color: var(--cobalt);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(8, 7, 6, 0.2);
  align-self: stretch;
}

.stats div {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: var(--paper);
}

.stats strong {
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1;
}

.stats span {
  max-width: 15ch;
  font-weight: 900;
  text-transform: uppercase;
}

.faq {
  padding-block: clamp(52px, 8vw, 96px);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq details {
  border: 1px solid var(--line);
  background: rgba(255, 248, 239, 0.04);
}

.faq summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--paper);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.faq summary::after {
  content: "+";
  color: var(--lime);
  font-size: 1.35rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  max-width: 920px;
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.65;
}

.contact {
  justify-content: space-between;
  gap: 24px;
  padding-block: clamp(52px, 8vw, 92px);
  border-top: 1px solid var(--line);
}

.contact h2 {
  max-width: 820px;
  margin-bottom: 0;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-block: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .intro,
  .movement {
    grid-template-columns: 1fr;
  }

  .event-copy {
    grid-template-columns: 1fr;
  }

  .segment-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stats div {
    min-height: 150px;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 7, 6, 0.95) 0%, rgba(8, 7, 6, 0.58) 72%, rgba(8, 7, 6, 0.25)),
      linear-gradient(0deg, rgba(8, 7, 6, 0.96) 0%, rgba(8, 7, 6, 0.08) 42%);
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  h1 {
    font-size: clamp(3.35rem, 18vw, 5rem);
  }

  .event-segment {
    padding: 16px;
  }

  .event-hero {
    height: 360px;
  }

  .event-hero figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-hero figcaption span {
    font-size: clamp(2rem, 14vw, 4rem);
  }

  .contact,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .segment-gallery {
    grid-template-columns: 1fr;
  }

  .segment-gallery img,
  .segment-gallery img:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
    height: 260px;
    min-height: 0;
  }

  .button {
    width: 100%;
  }
}
