:root {
  --bg: #01040a;
  --bg-raised: #030812;
  --ink: #f4f8f6;
  --muted: #9aa5b4;
  --dim: #65728a;
  --teal: #6f8dff;
  --line: rgba(205, 226, 255, 0.13);
  --line-strong: rgba(205, 226, 255, 0.28);
  --header-bg: 0.1;
  --header-border: 0;
  --header-shadow: 0.08;
  --header-brand-opacity: 0;
  --header-brand-y: 8px;
  --header-brand-scale: 0.94;
  --hero-opacity: 1;
  --hero-scale: 1;
  --hero-y: 0vh;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(4, 14, 32, 0.52) 0, rgba(1, 4, 10, 0.96) 420px),
    linear-gradient(112deg, rgba(34, 81, 170, 0.1), transparent 42%),
    var(--bg);
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(205, 226, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(205, 226, 255, 0.018) 1px, transparent 1px);
  background-size: 100% 112px, 112px 100%;
  opacity: 0.42;
}

a {
  color: inherit;
}

svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  flex: 0 0 auto;
}

.wall-texture {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 280px 100%, 100% 240px;
  mix-blend-mode: screen;
}

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

.site-header {
  position: fixed;
  top: 12px;
  left: clamp(10px, 3vw, 48px);
  right: clamp(10px, 3vw, 48px);
  z-index: 30;
  background: rgba(1, 4, 10, var(--header-bg));
  border-radius: 6px;
  box-shadow: 0 16px 46px rgba(0, 0, 0, var(--header-shadow));
  backdrop-filter: blur(18px);
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: calc(100% - 1.5px);
  height: 3px;
  pointer-events: none;
  opacity: var(--header-border);
  background: linear-gradient(
    180deg,
    transparent,
    rgba(205, 226, 255, 0.26),
    transparent
  );
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(5rem, 1fr);
  align-items: center;
  min-height: 58px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 8px clamp(18px, 3vw, 48px);
}

.nav-cluster {
  display: flex;
  gap: clamp(18px, 3vw, 40px);
  align-items: center;
}

.nav-link,
.eyebrow,
.section-action,
.event-date,
.event-location,
.event-cta,
.stat-cell span,
.month-card header span,
.calendar-event time,
.calendar-event strong,
.calendar-status,
.announcement-card > span,
.primary-button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav-link {
  color: #b8c7c3;
  font-size: 0.88rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link--right {
  justify-self: end;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #ffffff;
}

.header-brand {
  display: grid;
  gap: 3px;
  justify-items: center;
  width: clamp(112px, 12vw, 172px);
  opacity: var(--header-brand-opacity);
  overflow: visible;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(var(--header-brand-y)) scale(var(--header-brand-scale));
  transition:
    opacity 140ms ease,
    transform 180ms ease;
}

.has-scrolled .header-brand {
  pointer-events: auto;
}

.wordmark-crop {
  display: block;
  width: 100%;
  overflow: visible;
}

.wordmark-crop img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    grayscale(1)
    contrast(1.52)
    brightness(1.08)
    drop-shadow(0 0 18px rgba(111, 141, 255, 0.2));
}

.compact {
  height: auto;
}

.india-label {
  color: #b9c8c4;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(0.68rem, 0.9vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.72em;
  line-height: 1;
  margin-left: 0.72em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  place-items: center;
  min-height: clamp(620px, 92svh, 900px);
  padding: 128px 20px 96px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #01040a;
}

.hero::after {
  display: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08) brightness(0.79);
}

.hero-video--desktop {
  display: block;
}

.hero-video--mobile {
  display: none;
}

.hero-bloom,
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-bloom {
  background:
    radial-gradient(ellipse 68% 46% at 50% 100%, rgba(111, 141, 255, 0.22), transparent 62%),
    radial-gradient(ellipse 90% 60% at 50% 98%, rgba(0, 0, 0, 0.68), transparent 70%);
  animation: hero-pulse 1.18s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.hero-scrim {
  background:
    linear-gradient(180deg, rgba(1, 4, 10, 0.68) 0%, rgba(1, 4, 10, 0.18) 42%, rgba(1, 4, 10, 0.86) 100%),
    linear-gradient(90deg, rgba(1, 4, 10, 0.34), transparent 36%, rgba(1, 4, 10, 0.28));
}

@keyframes hero-pulse {
  0%,
  100% {
    opacity: 0.78;
  }

  10% {
    opacity: 1;
  }

  42% {
    opacity: 0.72;
  }
}

.hero-lockup {
  display: grid;
  justify-items: center;
  width: min(74vw, 720px);
  opacity: var(--hero-opacity);
  transform: translate3d(0, var(--hero-y), 0) scale(var(--hero-scale));
  transform-origin: center top;
  will-change: transform, opacity;
  position: relative;
  z-index: 2;
}

.hero-wordmark {
  height: auto;
}

.hero-india {
  margin-top: clamp(12px, 1.5vw, 18px);
  color: #c6d6d2;
  font-size: clamp(0.82rem, 1.35vw, 1.12rem);
}

.section {
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 74px) clamp(18px, 4.2vw, 80px);
  scroll-margin-top: 104px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 18px;
}

.section-heading > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 18px;
}

.section-heading > div::after {
  display: none;
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.25;
}

.section-action,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  color: #e7f1ee;
  font-size: 0.78rem;
  text-decoration: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.section-action:hover,
.section-action:focus-visible,
.primary-button:hover,
.primary-button:focus-visible {
  border-color: rgba(244, 248, 246, 0.86);
  background: rgba(244, 248, 246, 0.08);
  color: #ffffff;
  outline: none;
}

h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  color: #e2ece9;
  font-size: clamp(2rem, 3.6vw, 4rem);
  letter-spacing: 0.16em;
}

.page-title {
  margin: 0;
  color: #e2ece9;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.6rem, 8vw, 7rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.featured-events {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.event-feature {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: rgba(1, 4, 10, 0.64);
  text-decoration: none;
  transition:
    background 180ms ease;
}

.event-feature:hover,
.event-feature:focus-visible,
.event-feature.is-touch-active {
  background: rgba(3, 10, 22, 0.82);
  outline: none;
}

.event-art {
  position: relative;
  height: clamp(460px, 43vw, 680px);
  overflow: hidden;
  background: #020403;
}

.event-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(1, 4, 10, 0.08) 0, transparent 38%, rgba(1, 4, 10, 0.92) 100%),
    linear-gradient(90deg, rgba(1, 4, 10, 0.18), transparent 28%, rgba(1, 4, 10, 0.16));
}

.event-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.08) brightness(0.82);
  transform: scale(1.01);
  transition:
    filter 220ms ease,
    transform 260ms ease;
}

.event-feature:hover .event-art img,
.event-feature:focus-visible .event-art img,
.event-feature.is-touch-active .event-art img {
  filter: grayscale(0) contrast(1.04) brightness(0.98);
  transform: scale(1.045);
}

.event-copy {
  display: grid;
  align-content: start;
  min-height: 214px;
  padding: clamp(24px, 3vw, 34px) clamp(18px, 2.4vw, 28px);
}

.event-date {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.event-copy h3 {
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: clamp(2.7rem, 4.6vw, 4.9rem);
  letter-spacing: 0.04em;
}

.event-location {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.event-countdown {
  justify-self: start;
  margin: 16px 0 0;
  padding: 7px 10px;
  border: 1px solid rgba(111, 141, 255, 0.34);
  color: #dff7f2;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.event-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  color: #e7f1ee;
  font-size: 0.72rem;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.event-feature:hover .event-cta,
.event-feature:focus-visible .event-cta,
.event-feature.is-touch-active .event-cta {
  border-color: rgba(244, 248, 246, 0.86);
  background: rgba(244, 248, 246, 0.08);
  color: #ffffff;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(34px, 5vw, 64px);
}

.stat-cell {
  min-height: clamp(136px, 12vw, 180px);
  padding: clamp(24px, 3vw, 38px);
  background: rgba(1, 4, 10, 0.5);
}

.stat-cell span {
  display: block;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.82rem;
}

.stat-cell strong {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.8rem, 7vw, 5.4rem);
  line-height: 0.82;
}

.calendar-section {
  max-width: none;
  padding-inline: clamp(18px, 2.6vw, 42px);
}

.calendar-shell {
  overflow: hidden;
}

.calendar-rail {
  display: grid;
  grid-auto-columns: minmax(300px, 25vw);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(111, 141, 255, 0.72) rgba(255, 255, 255, 0.08);
}

.month-card {
  display: grid;
  align-content: start;
  min-height: 430px;
  background: rgba(1, 4, 10, 0.54);
  scroll-snap-align: start;
}

.month-card.is-current {
  background:
    linear-gradient(180deg, rgba(111, 141, 255, 0.08), transparent 38%),
    rgba(1, 4, 10, 0.72);
}

.month-card header {
  display: grid;
  gap: 10px;
  min-height: 100px;
  padding: 20px 22px 18px;
}

.month-card header span {
  color: var(--muted);
  font-size: 0.78rem;
}

.month-card h3 {
  color: #ffffff;
  font-size: clamp(2.25rem, 3vw, 3.35rem);
  letter-spacing: 0.06em;
}

.calendar-event {
  display: grid;
  gap: 7px;
  min-height: 82px;
  padding: 14px 22px;
  color: #dce6e3;
  text-decoration: none;
}

a.calendar-event:hover,
a.calendar-event:focus-visible {
  background: rgba(111, 141, 255, 0.07);
  outline: none;
}

.calendar-event time {
  color: var(--muted);
  font-size: 0.76rem;
}

.calendar-event strong {
  color: #ffffff;
  font-size: clamp(1.12rem, 1.45vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 0.96;
}

.calendar-event span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.calendar-event .calendar-countdown {
  color: #dff7f2;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.calendar-event.is-past {
  opacity: 0.64;
}

.calendar-event.is-upcoming {
  background: rgba(244, 248, 246, 0.025);
}

.calendar-event.is-tba {
  background:
    linear-gradient(90deg, rgba(111, 141, 255, 0.065), transparent 52%),
    rgba(1, 4, 10, 0.5);
}

.calendar-event--notice {
  min-height: 148px;
  align-content: start;
  background:
    linear-gradient(120deg, rgba(111, 141, 255, 0.12), transparent 58%),
    rgba(244, 248, 246, 0.035);
}

.calendar-status {
  display: inline-block;
  margin-right: 0.48em;
  color: var(--teal);
  font-size: 0.68em;
  vertical-align: 0.08em;
}

.inline-link {
  color: #e7f1ee;
  text-decoration: underline;
  text-decoration-color: rgba(111, 141, 255, 0.74);
  text-underline-offset: 0.2em;
}

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

.announcement-card {
  min-height: 196px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(1, 4, 10, 0.58);
}

.announcement-card > span {
  color: var(--teal);
  font-size: 0.78rem;
}

.announcement-card h3 {
  margin-top: 32px;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  letter-spacing: 0.06em;
}

.announcement-card p {
  max-width: 32rem;
  margin: 16px 0 0;
  color: #c7d2cf;
  font-size: 1rem;
  line-height: 1.5;
}

.moments-section {
  padding-top: 12px;
}

.moments-accordion {
  border: 0;
  background:
    linear-gradient(90deg, rgba(111, 141, 255, 0.06), transparent 36%),
    rgba(1, 4, 10, 0.6);
}

.moments-accordion summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: clamp(22px, 4vw, 38px);
  cursor: pointer;
  list-style: none;
}

.moments-accordion summary::-webkit-details-marker {
  display: none;
}

.moments-accordion summary strong {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: 0.16em;
  line-height: 0.9;
  text-transform: uppercase;
}

.moments-track {
  display: grid;
  grid-auto-columns: clamp(190px, 18vw, 270px);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding: 0 clamp(22px, 4vw, 38px) 28px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(111, 141, 255, 0.85) rgba(255, 255, 255, 0.08);
}

.moment-card {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 5px;
  background: #050908;
  isolation: isolate;
  scroll-snap-align: start;
}

.moment-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: scale(1.01);
  transition:
    transform 220ms ease;
}

.moment-card:hover img,
.moment-card:focus-within img,
.moment-card.is-touch-active img {
  transform: scale(1.045);
}

.moment-card:nth-child(3) img,
.moment-card:nth-child(5) img {
  object-position: center top;
}

.moment-more {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-width: 100%;
  padding: 20px;
  color: #ffffff;
  text-decoration: none;
  border-color: rgba(111, 141, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(111, 141, 255, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 34%),
    #020706;
}

.moment-more span,
.moment-more svg {
  position: relative;
  z-index: 2;
}

.moment-more span {
  align-self: end;
  max-width: 10rem;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.moment-more svg {
  justify-self: end;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
  transition: transform 180ms ease;
}

.moment-more:hover svg,
.moment-more:focus-visible svg {
  transform: translate(3px, -3px);
}

.moment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(111, 141, 255, 0.12), transparent 42%);
}

.moment-card:not(.moment-more)::after {
  display: none;
}

.moments-gallery-section {
  padding-top: 10px;
}

.moments-page {
  --header-bg: 0.9;
  --header-border: 0.28;
  --header-shadow: 0.32;
  --header-brand-opacity: 1;
  --header-brand-y: 0px;
  --header-brand-scale: 1;
  background:
    linear-gradient(180deg, rgba(4, 14, 32, 0.38) 0, rgba(1, 4, 10, 0.98) 360px),
    linear-gradient(112deg, rgba(34, 81, 170, 0.08), transparent 42%),
    var(--bg);
}

.moments-page-main {
  padding-top: clamp(104px, 12vw, 146px);
}

.moments-gallery-page {
  min-height: calc(100vh - 220px);
}

.moments-page-copy {
  display: grid;
  gap: 18px;
  margin: -2px 0 clamp(30px, 4vw, 48px);
}

.moments-page-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.52rem);
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.moments-ig-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(205, 226, 255, 0.22);
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.moments-ig-link svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.moments-ig-link:hover,
.moments-ig-link:focus-visible {
  color: var(--teal);
  outline: none;
}

.moments-ig-link:hover svg,
.moments-ig-link:focus-visible svg {
  transform: translate(3px, -3px);
}

.moments-event-list {
  display: grid;
  gap: clamp(44px, 7vw, 88px);
}

.moments-event {
  display: grid;
  gap: 18px;
}

.moments-event-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.moments-event-header h2 {
  margin: 0;
  color: #f6fbff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 7vw, 6.4rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 0.92;
  text-transform: uppercase;
}

.moments-event-kicker,
.moments-event-header > span {
  margin: 0;
  color: var(--muted);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.1;
  text-transform: uppercase;
}

.moments-event-header > span {
  white-space: nowrap;
}

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

.gallery-card {
  position: relative;
  grid-column: span 3;
  aspect-ratio: 4 / 5;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #050908;
  isolation: isolate;
}

.gallery-card--wide {
  grid-column: span 6;
  aspect-ratio: 16 / 10;
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: scale(1.01);
  transition:
    transform 220ms ease;
}

.gallery-card:hover img,
.gallery-card:focus-within img,
.gallery-card.is-touch-active img {
  transform: scale(1.035);
}

.gallery-card::after {
  display: none;
}

.join-section {
  padding-top: 8px;
}

.join-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(111, 141, 255, 0.08), transparent 36%),
    rgba(1, 4, 10, 0.64);
}

.join-panel h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
}

.join-panel p:not(.eyebrow) {
  max-width: 640px;
  margin: 10px 0 0;
  color: #c7d2cf;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  line-height: 1.5;
}

.primary-button {
  min-width: min(100%, 220px);
  font-size: 0.86rem;
}

.contact-section {
  padding-top: 10px;
  padding-bottom: 32px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.contact-row {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  background: rgba(1, 4, 10, 0.48);
  color: #dce6e3;
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.contact-row span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  overflow-wrap: anywhere;
  color: #dce6e3;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-row svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--muted);
}

.contact-row:hover,
.contact-row:focus-visible {
  background: rgba(111, 141, 255, 0.07);
  color: #ffffff;
  outline: none;
}

.contact-row:hover span,
.contact-row:focus-visible span,
.contact-row:hover svg,
.contact-row:focus-visible svg {
  color: #ffffff;
}

.site-footer {
  display: block;
  max-width: 1480px;
  margin: 0 auto;
  padding: 22px clamp(18px, 4.2vw, 80px) 34px;
  color: var(--muted);
}

.site-footer span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .featured-events {
    grid-template-columns: 1fr;
  }

  .event-art {
    height: auto;
    aspect-ratio: 16 / 13;
  }

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

  .gallery-card {
    grid-column: span 6;
  }

  .gallery-card--wide {
    grid-column: span 12;
  }
}

@media (max-width: 920px) {
  .stats-strip,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .calendar-rail {
    grid-auto-columns: minmax(280px, 82vw);
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .header-inner {
    grid-template-columns: 1fr auto 1fr;
    min-height: 56px;
    padding: 8px 14px;
  }

  .nav-cluster {
    gap: 13px;
  }

  .nav-link {
    font-size: 0.72rem;
  }

  .nav-link--right {
    font-size: 0.72rem;
  }

  .header-brand {
    width: 96px;
  }

  .hero {
    min-height: 92svh;
    padding: 112px 20px 84px;
  }

  .hero-video--desktop {
    display: none;
  }

  .hero-video--mobile {
    display: block;
  }

  .hero-video {
    inset: -4%;
    width: 108%;
    height: 108%;
  }

  .hero-lockup {
    width: min(84vw, 430px);
  }

  .section {
    padding-inline: 18px;
  }

  .calendar-section {
    padding-inline: 10px;
  }

  .section-heading,
  .section-heading > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-heading > div::after {
    display: none;
  }

  .section-action {
    justify-self: start;
    min-height: 40px;
  }

  .event-art {
    aspect-ratio: 9 / 13;
  }

  .event-copy {
    min-height: 184px;
    padding: 24px 20px 28px;
  }

  .event-copy h3 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

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

  .stat-cell {
    min-height: 128px;
    padding: 24px;
  }

  .month-card {
    min-height: 420px;
  }

  .month-card header,
  .calendar-event {
    padding-inline: 20px;
  }

  .announcement-card {
    min-height: 190px;
  }

  .moments-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: initial;
    gap: 12px;
    overflow: visible;
    padding: 0 18px 24px;
    scroll-snap-type: none;
  }

  .moment-card {
    min-width: 0;
    aspect-ratio: 4 / 5;
    scroll-snap-align: none;
  }

  .moment-more {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 5;
    padding: 18px;
  }

  .moments-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gallery-card,
  .gallery-card--wide {
    grid-column: auto;
    aspect-ratio: 4 / 5;
  }

  .moments-page-copy {
    margin-bottom: 28px;
  }

  .moments-page-copy p {
    font-size: 1.06rem;
  }

  .moments-ig-link {
    font-size: 0.94rem;
    letter-spacing: 0.16em;
  }

  .moments-event-list {
    gap: 48px;
  }

  .moments-event-header {
    display: grid;
    gap: 12px;
  }

  .moments-event-header h2 {
    font-size: clamp(2.6rem, 14vw, 4.8rem);
  }

  .moments-event-header > span {
    justify-self: start;
  }

  .join-panel {
    grid-template-columns: 1fr;
  }

  .primary-button {
    width: 100%;
  }
}

@media (hover: none) {
  .event-feature:active .event-art img,
  .event-feature.is-touch-active .event-art img {
    filter: grayscale(0) contrast(1.04) brightness(0.98);
    transform: scale(1.045);
  }

  .moment-card:active img {
    transform: scale(1.045);
  }

  .gallery-card:active img {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }

  .hero-video {
    display: none;
  }
}
