:root {
  color-scheme: light;
  --ink: #160c17;
  --muted: #675b65;
  --paper: #fffaf3;
  --surface: #ffffff;
  --blue: #24157d;
  --blue-deep: #0b0739;
  --red: #c61f12;
  --red-deep: #84150e;
  --gold: #f2b51f;
  --saffron: #f16b16;
  --line: rgba(22, 12, 23, 0.14);
  --shadow: 0 22px 70px rgba(34, 21, 125, 0.17);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(242, 181, 31, 0.16), transparent 34rem),
    linear-gradient(180deg, #fff8eb 0%, var(--paper) 44rem);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 10;
  width: auto;
  height: auto;
  clip: auto;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  background: var(--surface);
  border-radius: 999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255, 250, 243, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 40px rgba(11, 7, 57, 0.08);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 76px;
  height: 63px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--blue);
  line-height: 1.05;
  letter-spacing: 0;
}

.brand small {
  color: var(--red-deep);
  font-size: 0.78rem;
  font-weight: 750;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.8rem;
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 760;
}

.nav-links a:hover {
  background: rgba(36, 21, 125, 0.08);
  color: var(--blue);
}

.nav-toggle {
  display: none;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100svh - 82px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  grid-template-areas: "content art";
  gap: clamp(1rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.5rem, 5vw, 4rem) 0 clamp(2.5rem, 6vw, 4.5rem);
}

.hero-content {
  grid-area: content;
  max-width: 760px;
}

.hero-art {
  grid-area: art;
  min-height: min(62vw, 590px);
  display: grid;
  place-items: center;
  position: relative;
}

.hero-art::before {
  content: "";
  position: absolute;
  width: min(88vw, 500px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(242, 181, 31, 0.42) 0 18%, rgba(198, 31, 18, 0.16) 18% 42%, rgba(36, 21, 125, 0.14) 42% 66%, transparent 66%);
  filter: blur(10px);
}

.hero-art img {
  position: relative;
  width: min(92%, 520px);
  filter: drop-shadow(0 28px 42px rgba(36, 21, 125, 0.2));
}

.hero-stat {
  grid-area: stat;
  max-width: 520px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-top: 4px solid var(--red);
}

.hero-stat span {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 5.8rem);
  line-height: 0.8;
  font-weight: 800;
}

.hero-stat p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  margin: 0 0 1rem;
  color: var(--red-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 1.25rem;
  color: var(--blue-deep);
  font-size: clamp(2.8rem, 5vw, 4.65rem);
  line-height: 1;
}

h2 {
  margin-bottom: 0;
  color: var(--blue-deep);
  font-size: clamp(2rem, 4.7vw, 4.55rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.55rem;
  color: var(--blue-deep);
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-lede {
  max-width: 700px;
  margin-bottom: 1.6rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  border: 1px solid var(--blue);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(36, 21, 125, 0.22);
}

.button.secondary {
  background: #fff;
  color: var(--blue);
}

.button:hover {
  transform: translateY(-1px);
}

.band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3.25rem, 6vw, 5.5rem) 0;
}

.section-heading {
  max-width: 850px;
  margin-bottom: clamp(1.7rem, 4vw, 2.8rem);
}

.intro {
  border-top: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-grid article,
.proof-card {
  min-height: 260px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(36, 21, 125, 0.07);
}

.feature-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 4rem;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.proof-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.proof-card h3,
.proof-card p,
.proof-card a {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.proof-image {
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  background: var(--blue);
}

.proof-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.proof-image::before,
.proof-image::after {
  content: "";
  position: absolute;
}

.proof-image::before {
  inset: 0;
  z-index: 1;
  opacity: 0.7;
}

.proof-image::after {
  width: 150px;
  height: 150px;
  right: -34px;
  top: -30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  z-index: 2;
}

.proof-image span {
  position: relative;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.proof-music::before {
  background: linear-gradient(0deg, rgba(11, 7, 57, 0.82), rgba(36, 21, 125, 0.2));
}

.proof-youtube::before {
  background:
    linear-gradient(0deg, rgba(11, 7, 57, 0.82), rgba(11, 7, 57, 0.12)),
    radial-gradient(circle at 50% 48%, rgba(198, 31, 18, 0.9) 0 22%, transparent 22%),
    conic-gradient(from 90deg at 50% 50%, rgba(198, 31, 18, 0.95), rgba(242, 181, 31, 0.85), rgba(36, 21, 125, 0.9), rgba(198, 31, 18, 0.95));
}

.proof-youtube img {
  width: 52%;
  height: 52%;
  inset: 24% auto auto 24%;
  object-fit: contain;
  opacity: 0.95;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.36));
}

.proof-community::before {
  background: linear-gradient(0deg, rgba(11, 7, 57, 0.84), rgba(198, 31, 18, 0.1));
}

.feature-grid p,
.proof-card p,
.legacy-copy,
.contact p {
  color: var(--muted);
}

.proof-card a {
  display: inline-flex;
  margin-top: auto;
  margin-bottom: 1.15rem;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.proof-card a:hover {
  text-decoration: underline;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-weight: 900;
  text-decoration-color: rgba(242, 181, 31, 0.7);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.legacy {
  background:
    linear-gradient(135deg, rgba(11, 7, 57, 0.96), rgba(36, 21, 125, 0.9)),
    var(--blue-deep);
  color: #fff;
}

.legacy-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.legacy h2 {
  color: #fff;
}

.legacy .section-kicker {
  color: var(--gold);
}

.legacy-copy {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
}

.event-carousel {
  width: min(1180px, calc(100% - 32px));
  margin: -1rem auto 0;
  padding: 0 0 clamp(4rem, 7vw, 6rem);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 42%);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.event-slide {
  min-height: 340px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.1);
}

.event-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(11, 7, 57, 0.76), rgba(36, 21, 125, 0.22) 34%, rgba(11, 7, 57, 0.02) 66%),
    linear-gradient(90deg, rgba(198, 31, 18, 0.12), rgba(242, 181, 31, 0.12));
}

.placeholder-photo {
  display: grid;
  align-content: end;
  padding: 1rem;
  background:
    linear-gradient(0deg, rgba(11, 7, 57, 0.82), rgba(11, 7, 57, 0.08) 56%),
    radial-gradient(circle at 32% 40%, rgba(242, 181, 31, 0.9) 0 12%, transparent 12%),
    radial-gradient(circle at 58% 34%, rgba(198, 31, 18, 0.72) 0 10%, transparent 10%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(242, 181, 31, 0.22));
}

.placeholder-photo.alt {
  background:
    linear-gradient(0deg, rgba(11, 7, 57, 0.86), rgba(11, 7, 57, 0.1) 56%),
    radial-gradient(circle at 48% 38%, rgba(255, 255, 255, 0.92) 0 13%, transparent 13%),
    radial-gradient(circle at 66% 50%, rgba(242, 181, 31, 0.75) 0 11%, transparent 11%),
    linear-gradient(135deg, rgba(198, 31, 18, 0.72), rgba(36, 21, 125, 0.7));
}

.placeholder-photo.warm {
  background:
    linear-gradient(0deg, rgba(11, 7, 57, 0.82), rgba(11, 7, 57, 0.08) 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0 10px, transparent 10px 44px),
    linear-gradient(135deg, var(--red), var(--gold));
}

.placeholder-photo.deep {
  background:
    linear-gradient(0deg, rgba(11, 7, 57, 0.82), rgba(11, 7, 57, 0.08) 56%),
    radial-gradient(circle at 40% 40%, rgba(242, 181, 31, 0.86) 0 10%, transparent 10%),
    radial-gradient(circle at 64% 38%, rgba(255, 255, 255, 0.82) 0 10%, transparent 10%),
    linear-gradient(135deg, var(--blue), var(--blue-deep));
}

.event-slide span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.event-slide figcaption {
  display: none;
}

.archive {
  border-top: 1px solid var(--line);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.next {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.next-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: stretch;
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 235, 0.78)),
    var(--surface);
  border: 1px solid rgba(36, 21, 125, 0.15);
  box-shadow: var(--shadow);
}

.next-panel p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.next-details {
  display: grid;
  gap: 0.75rem;
}

.next-details article {
  padding: 1rem;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
}

.next-details strong,
.next-details span {
  display: block;
}

.next-details strong {
  margin-bottom: 0.25rem;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.archive-list a {
  min-height: 230px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  text-decoration: none;
  font-weight: 850;
}

.archive-list img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--blue), var(--red));
}

.archive-list span {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0.85rem 0.95rem;
}

.archive-list a:hover {
  border-color: rgba(36, 21, 125, 0.45);
  box-shadow: 0 10px 28px rgba(36, 21, 125, 0.1);
}

.involvement-panel {
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: 8px;
  background: var(--blue-deep);
  color: #fff;
  box-shadow: var(--shadow);
}

.involvement-panel h2 {
  color: #fff;
}

.involvement-panel .section-kicker {
  color: var(--gold);
}

.involvement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.involvement-grid article {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.involvement-grid h3,
.involvement-grid p {
  color: #fff;
}

.involvement-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.contact {
  background: linear-gradient(90deg, var(--red-deep), var(--red));
  color: #fff;
}

.press {
  background: var(--paper);
}

.press-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.press .section-kicker {
  margin-bottom: 0.55rem;
}

.press-list {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.92rem;
}

.press-list strong {
  color: var(--blue);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.contact h2,
.contact p,
.contact .section-kicker {
  color: #fff;
}

.contact p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

address {
  display: grid;
  gap: 0.85rem;
  font-style: normal;
}

address a,
address span {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.site-footer a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 980px) {
  .nav-links {
    gap: 0;
  }

  .nav-links a {
    padding: 0 0.55rem;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "art"
      "content";
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-art {
    min-height: 320px;
  }

  .hero-art img {
    width: min(76vw, 430px);
  }

  .feature-grid,
  .proof-grid,
  .archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .nav {
    min-height: 72px;
  }

  .brand img {
    width: 58px;
    height: 48px;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
  }

  .nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .nav-links {
    position: fixed;
    inset: 72px 16px auto;
    display: none;
    padding: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-links {
    display: grid;
  }

  .nav-links a {
    width: 100%;
    min-height: 46px;
    padding: 0 0.85rem;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 3.35rem);
    line-height: 1;
  }

  .hero-art {
    min-height: 210px;
  }

  .hero-art img {
    width: min(66vw, 300px);
  }

  .hero-stat {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .legacy-inner,
  .next-panel,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .proof-grid,
  .archive-list {
    grid-template-columns: 1fr;
  }

  .feature-grid article,
  .proof-card {
    min-height: 210px;
  }

  .feature-grid span {
    margin-bottom: 2.2rem;
  }

  .event-carousel {
    width: min(100% - 24px, 1180px);
    grid-auto-columns: minmax(260px, 82%);
  }

  .event-slide {
    min-height: 290px;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 420px) {
  .brand span {
    max-width: 136px;
  }

  .hero,
  .band,
  .nav,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .button {
    width: 100%;
  }
}
