:root {
  color-scheme: dark;
  --bg: #050505;
  --bg-soft: #0b0907;
  --panel: rgba(14, 13, 12, 0.78);
  --panel-strong: rgba(20, 18, 16, 0.9);
  --line: rgba(242, 211, 150, 0.16);
  --line-bright: rgba(242, 211, 150, 0.34);
  --text: #fff7ea;
  --muted: #c7bbab;
  --soft: #8f877b;
  --gold: #d8ac5f;
  --champagne: #f2d396;
  --blue: #4f8cff;
  --violet: #8b66ff;
  --shadow-gold: rgba(216, 172, 95, 0.22);
  --shadow-blue: rgba(83, 121, 255, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(216, 172, 95, 0.2), transparent 29%),
    radial-gradient(circle at 82% 12%, rgba(118, 88, 255, 0.15), transparent 28%),
    radial-gradient(circle at 76% 72%, rgba(216, 172, 95, 0.1), transparent 34%),
    radial-gradient(circle at 8% 78%, rgba(65, 124, 255, 0.09), transparent 32%),
    linear-gradient(180deg, #050505 0%, #0b0907 44%, #040404 100%);
  background-size: 120% 120%;
  animation: ambientDrift 24s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px);
  background-position:
    center,
    center,
    0 0;
  background-size:
    76px 76px,
    76px 76px,
    5px 5px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

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

img,
svg {
  max-width: 100%;
}

input,
select,
textarea,
button {
  border: 0;
}

input,
select,
textarea {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(242, 211, 150, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(8, 8, 8, 0.82);
  color: var(--text);
  padding: 0 14px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

textarea {
  min-height: 142px;
  padding-top: 12px;
  resize: vertical;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--champagne) 50%),
    linear-gradient(135deg, var(--champagne) 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  background-position:
    calc(100% - 20px) 20px,
    calc(100% - 14px) 20px,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  background-repeat: no-repeat;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(242, 211, 150, 0.64);
  box-shadow: 0 0 0 4px rgba(216, 172, 95, 0.12);
}

input::placeholder,
textarea::placeholder {
  color: rgba(199, 187, 171, 0.62);
}

.ambient-grid {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.noise-layer {
  opacity: 0.14;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 30% 20%, rgba(242, 211, 150, 0.08), transparent 36%),
    radial-gradient(circle at 74% 62%, rgba(79, 140, 255, 0.06), transparent 35%);
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent 0%, black 16%, black 82%, transparent 100%);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 2;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff9ee;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(242, 211, 150, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(216, 172, 95, 0.18), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 5, 0.62);
  color: var(--champagne);
  box-shadow: 0 0 24px rgba(216, 172, 95, 0.14);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
  color: rgba(255, 247, 234, 0.78);
  font-size: 0.92rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(242, 211, 150, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--champagne);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):first-child {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav a {
  transition: color 180ms ease, text-shadow 180ms ease;
}

.site-nav a:hover {
  color: var(--champagne);
  text-shadow: 0 0 18px rgba(216, 172, 95, 0.36);
}

.hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(600px, 78vh, 760px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: clamp(28px, 6vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(180deg, rgba(13, 12, 10, 0.84), rgba(4, 4, 4, 0.58));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: clamp(34px, 8vw, 88px) max(24px, calc((100% - 1180px) / 2));
}

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

.nightlife-wash,
.light-trail,
.mountain-silhouette,
.city-silhouette {
  position: absolute;
  pointer-events: none;
}

.nightlife-wash-gold {
  width: min(680px, 70vw);
  height: min(680px, 70vw);
  left: -14%;
  top: 4%;
  background: radial-gradient(circle, rgba(216, 172, 95, 0.28), rgba(216, 172, 95, 0.1) 32%, transparent 64%);
  filter: blur(3px);
  animation: softPulse 9s ease-in-out infinite;
}

.nightlife-wash-blue {
  width: min(560px, 62vw);
  height: min(560px, 62vw);
  right: -10%;
  top: 8%;
  background: radial-gradient(circle, rgba(88, 99, 255, 0.19), rgba(64, 159, 255, 0.08) 34%, transparent 66%);
  filter: blur(5px);
  animation: softPulse 11s ease-in-out infinite reverse;
}

.light-trail {
  height: 2px;
  width: 260px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(242, 211, 150, 0.5), transparent);
  opacity: 0.42;
  transform: rotate(-14deg);
  filter: blur(0.2px);
  animation: lightFloat 14s ease-in-out infinite;
}

.light-trail-one {
  right: 12%;
  top: 28%;
}

.light-trail-two {
  left: 34%;
  bottom: 26%;
  width: 190px;
  background: linear-gradient(90deg, transparent, rgba(89, 133, 255, 0.42), transparent);
  animation-delay: -5s;
}

.mountain-silhouette {
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 42%;
  opacity: 0.34;
  background:
    linear-gradient(180deg, rgba(242, 211, 150, 0.08), rgba(6, 6, 6, 0.7)),
    linear-gradient(90deg, rgba(62, 74, 112, 0.28), rgba(216, 172, 95, 0.14), rgba(63, 88, 124, 0.22));
  clip-path: polygon(
    0 82%,
    7% 65%,
    14% 75%,
    23% 45%,
    31% 70%,
    39% 52%,
    48% 74%,
    58% 37%,
    67% 68%,
    75% 49%,
    83% 72%,
    91% 58%,
    100% 77%,
    100% 100%,
    0 100%
  );
}

.mountain-silhouette::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 8%;
  bottom: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 211, 150, 0.35), transparent);
  opacity: 0.7;
}

.city-silhouette {
  right: 4%;
  bottom: 9%;
  width: min(430px, 50vw);
  height: 86px;
  opacity: 0.26;
  background:
    linear-gradient(90deg, rgba(242, 211, 150, 0.28) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, transparent 0 22%, rgba(12, 12, 14, 0.72) 22% 100%);
  clip-path: polygon(0 88%, 0 50%, 7% 50%, 7% 34%, 13% 34%, 13% 64%, 21% 64%, 21% 20%, 28% 20%, 28% 70%, 36% 70%, 36% 44%, 43% 44%, 43% 76%, 52% 76%, 52% 28%, 61% 28%, 61% 58%, 70% 58%, 70% 18%, 78% 18%, 78% 68%, 86% 68%, 86% 42%, 94% 42%, 94% 88%, 100% 88%, 100% 100%, 0 100%);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.8rem);
  font-weight: 500;
  line-height: 0.95;
  text-shadow:
    0 0 42px rgba(216, 172, 95, 0.22),
    0 12px 42px rgba(0, 0, 0, 0.46);
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 247, 234, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff8e8;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  border: 1px solid rgba(255, 224, 162, 0.68);
  background:
    linear-gradient(135deg, rgba(242, 211, 150, 0.98), rgba(184, 129, 48, 0.88) 48%, rgba(242, 211, 150, 0.9)),
    #d8ac5f;
  color: #1b1206;
  box-shadow:
    0 12px 30px rgba(216, 172, 95, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.button-primary:hover {
  box-shadow:
    0 18px 42px rgba(216, 172, 95, 0.38),
    0 0 30px rgba(242, 211, 150, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.button-secondary {
  border: 1px solid rgba(242, 211, 150, 0.3);
  background: rgba(255, 255, 255, 0.045);
  color: #fff7ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.button-secondary:hover {
  border-color: rgba(242, 211, 150, 0.54);
  background: rgba(242, 211, 150, 0.08);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(216, 172, 95, 0.16);
}

.hero-panel {
  align-self: end;
  border: 1px solid rgba(242, 211, 150, 0.19);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(242, 211, 150, 0.14), transparent 35%),
    linear-gradient(180deg, rgba(18, 16, 14, 0.82), rgba(7, 7, 8, 0.78));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 24px;
  backdrop-filter: blur(14px);
}

.panel-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.hero-panel p {
  color: var(--muted);
}

.hero-panel dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 26px 0 0;
}

.hero-panel div {
  border-top: 1px solid rgba(242, 211, 150, 0.16);
  padding-top: 14px;
}

.hero-panel dt {
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-panel dd {
  margin: 4px 0 0;
  color: #fff5e3;
  font-weight: 750;
}

.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 34%),
    rgba(7, 7, 7, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  padding: clamp(42px, 6vw, 78px) max(16px, calc((100% - 1180px) / 2));
}

.section-glow::before,
.section-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.section-glow::before {
  background:
    radial-gradient(circle at 24% 12%, rgba(216, 172, 95, 0.14), transparent 34%),
    radial-gradient(circle at 80% 75%, rgba(79, 140, 255, 0.09), transparent 30%);
}

.section-spotlight::after {
  opacity: 0.8;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.07), transparent 58%);
  mix-blend-mode: screen;
}

.section > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading h2,
.section-copy h2,
.featured-event-copy h2,
.join-copy h2,
.contact-section h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.featured-event-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(216, 172, 95, 0.2), transparent 34%),
    radial-gradient(circle at 86% 76%, rgba(83, 121, 255, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(14, 12, 9, 0.88), rgba(5, 5, 5, 0.82));
}

.featured-event-copy {
  max-width: 760px;
}

.featured-event-copy p,
.featured-note,
.event-location {
  color: rgba(255, 247, 234, 0.72);
}

.featured-event-copy p {
  max-width: 700px;
}

.featured-event-card {
  border: 1px solid rgba(242, 211, 150, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 0%, rgba(242, 211, 150, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    rgba(8, 8, 8, 0.74);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.4),
    0 0 38px rgba(216, 172, 95, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 24px;
  backdrop-filter: blur(12px);
}

.event-details-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.event-details-list div {
  display: grid;
  gap: 4px;
  border-top: 1px solid rgba(242, 211, 150, 0.16);
  padding: 14px 0;
}

.event-details-list div:first-child {
  border-top: 0;
}

.event-details-list dt {
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-details-list dd {
  margin: 0;
  color: #fff5e3;
  font-weight: 780;
}

.featured-note {
  margin: 12px 0 0;
}

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

.event-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(242, 211, 150, 0.15);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 172, 95, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(14, 13, 12, 0.84);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.event-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 211, 150, 0.46);
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 172, 95, 0.18), transparent 38%),
    radial-gradient(circle at 82% 20%, rgba(100, 98, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(18, 16, 14, 0.9);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.44),
    0 0 34px rgba(216, 172, 95, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.event-card-featured {
  border-color: rgba(242, 211, 150, 0.42);
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 172, 95, 0.22), transparent 38%),
    radial-gradient(circle at 86% 16%, rgba(79, 140, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.025)),
    rgba(18, 16, 14, 0.9);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(216, 172, 95, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.event-card-featured .event-date {
  color: #ffe1a3;
}

.event-date {
  margin-bottom: 42px;
  color: var(--champagne);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-card h3 {
  margin-bottom: 12px;
  color: #fff8ea;
  font-size: 1.35rem;
  line-height: 1.16;
}

.event-location {
  margin: -2px 0 16px;
  font-size: 0.92rem;
  font-weight: 760;
}

.event-card p:not(.event-date),
.section-copy p,
.join-copy p,
.contact-section p,
.page-hero p,
.thank-you-card p {
  color: rgba(255, 247, 234, 0.72);
}

.text-link {
  width: fit-content;
  margin-top: auto;
  color: var(--champagne);
  font-weight: 800;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.text-link:hover {
  color: #ffe6ae;
  text-shadow: 0 0 18px rgba(216, 172, 95, 0.4);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 64px);
  background:
    radial-gradient(circle at 80% 16%, rgba(80, 120, 255, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 36%),
    rgba(6, 6, 8, 0.72);
}

.section-copy {
  max-width: 520px;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  border: 1px solid rgba(242, 211, 150, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(242, 211, 150, 0.08), transparent 40%),
    rgba(255, 255, 255, 0.035);
  padding: 20px;
}

.feature-list span {
  display: block;
  margin-bottom: 14px;
  color: rgba(242, 211, 150, 0.76);
  font-weight: 850;
}

.feature-list strong {
  display: block;
  margin-bottom: 6px;
  color: #fff7e8;
  font-size: 1.05rem;
}

.feature-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 440px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at 16% 14%, rgba(216, 172, 95, 0.17), transparent 34%),
    radial-gradient(circle at 86% 76%, rgba(116, 91, 255, 0.13), transparent 35%),
    linear-gradient(180deg, rgba(13, 12, 10, 0.8), rgba(6, 6, 7, 0.82));
}

.join-form {
  display: grid;
  gap: 15px;
  border: 1px solid rgba(242, 211, 150, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.6);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 22px;
  backdrop-filter: blur(12px);
}

.opportunity-form {
  align-self: start;
}

.hidden-field {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  display: grid;
  gap: 7px;
}

label span {
  color: rgba(255, 247, 234, 0.76);
  font-size: 0.86rem;
  font-weight: 780;
}

.join-form > label {
  color: rgba(255, 247, 234, 0.76);
  font-size: 0.86rem;
  font-weight: 780;
}

.join-form .button {
  margin-top: 5px;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 72% 20%, rgba(216, 172, 95, 0.13), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(79, 140, 255, 0.08), transparent 32%),
    rgba(8, 8, 8, 0.76);
}

.contact-section h2 {
  max-width: 750px;
  margin-bottom: 12px;
}

.page-hero,
.thank-you-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 460px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(180deg, rgba(13, 12, 10, 0.84), rgba(4, 4, 4, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: clamp(54px, 8vw, 96px) max(24px, calc((100% - 1180px) / 2));
}

.page-hero {
  display: grid;
  align-items: center;
}

.page-hero-content,
.thank-you-card {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.page-hero h1,
.thank-you-card h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.6rem);
  font-weight: 500;
  line-height: 0.96;
  text-shadow:
    0 0 42px rgba(216, 172, 95, 0.2),
    0 12px 42px rgba(0, 0, 0, 0.46);
}

.opportunity-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 480px);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.wide-field {
  min-width: 0;
}

.thank-you-section {
  display: grid;
  align-items: center;
  min-height: min(680px, calc(100vh - 118px));
}

.thank-you-card {
  border: 1px solid rgba(242, 211, 150, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(216, 172, 95, 0.17), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.68);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(26px, 5vw, 48px);
  backdrop-filter: blur(12px);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 48px;
  color: rgba(255, 247, 234, 0.54);
  font-size: 0.92rem;
}

.site-footer p {
  margin-bottom: 0;
}

@keyframes ambientDrift {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 6% 4%;
  }
}

@keyframes softPulse {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes lightFloat {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(-12px, 0, 0) rotate(-14deg);
  }
  50% {
    opacity: 0.56;
    transform: translate3d(22px, -10px, 0) rotate(-14deg);
  }
}

@media (max-width: 900px) {
  body::before {
    background:
      radial-gradient(circle at 18% 10%, rgba(216, 172, 95, 0.16), transparent 32%),
      radial-gradient(circle at 82% 12%, rgba(118, 88, 255, 0.1), transparent 32%),
      linear-gradient(180deg, #050505 0%, #0a0807 50%, #040404 100%);
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    order: 3;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    border: 1px solid rgba(242, 211, 150, 0.14);
    border-radius: 8px;
    background:
      radial-gradient(circle at 14% 0%, rgba(216, 172, 95, 0.12), transparent 32%),
      rgba(8, 8, 8, 0.88);
    padding: 10px;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.36);
  }

  .nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 0 12px;
  }

  .site-nav a:hover {
    background: rgba(242, 211, 150, 0.08);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 42px 24px 28px;
  }

  .hero-panel {
    align-self: stretch;
  }

  .nightlife-wash-gold,
  .nightlife-wash-blue {
    width: 460px;
    height: 460px;
  }

  .event-grid,
  .featured-event-section,
  .about-section,
  .join-section,
  .opportunity-section {
    grid-template-columns: 1fr;
  }

  .event-card {
    min-height: 230px;
  }

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

@media (max-width: 560px) {
  .site-nav {
    font-size: 0.84rem;
  }

  .hero,
  .page-hero,
  .thank-you-section {
    padding: 34px 18px 22px;
  }

  h1,
  .page-hero h1,
  .thank-you-card h1 {
    font-size: clamp(2.65rem, 17vw, 4.7rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions,
  .button,
  .contact-section .button {
    width: 100%;
  }

  .button {
    padding: 0 16px;
  }

  .hero-panel,
  .featured-event-card,
  .join-form,
  .event-card,
  .section,
  .thank-you-card {
    padding: 20px;
  }

  .section-heading h2,
  .section-copy h2,
  .featured-event-copy h2,
  .join-copy h2,
  .contact-section h2,
  .opportunity-section h2 {
    font-size: 2rem;
  }

  .mountain-silhouette {
    height: 30%;
  }

  .city-silhouette {
    width: 72vw;
    right: -2%;
    bottom: 6%;
  }

  .light-trail {
    width: 150px;
    opacity: 0.28;
  }
}

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

  .button:hover,
  .event-card:hover {
    transform: none;
  }
}
