:root {
  color-scheme: dark;
  --ink: #11100f;
  --panel: #1a1715;
  --panel-strong: #241f1c;
  --paper: #f8efe2;
  --muted: #d7c5b3;
  --gold: #f4b84a;
  --rose: #d9544d;
  --teal: #33b6a6;
  --line: rgba(248, 239, 226, 0.16);
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  min-height: 100vh;
  background: var(--ink);
}

.nav {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(248, 239, 226, 0.1);
  background: rgba(17, 16, 15, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--paper);
}

.nav-cta {
  min-width: 92px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: #1f1609 !important;
  text-align: center;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--paper);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  min-height: 100vh;
  padding-top: 72px;
}

.hero-media {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(17, 16, 15, 0.25), rgba(17, 16, 15, 0.82)),
    url("https://images.unsplash.com/photo-1527224857830-43a7acc85260?auto=format&fit=crop&w=1400&q=82") center / cover;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  padding: clamp(40px, 7vw, 96px);
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 12vw, 9.5rem);
}

h2 {
  font-size: clamp(2.5rem, 7vw, 5.8rem);
}

h3 {
  margin: 12px 0 10px;
  font-size: 1.45rem;
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-actions,
.apply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #1f1609;
}

.button.secondary {
  color: var(--paper);
}

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

.info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.info-strip div {
  min-height: 118px;
  padding: 24px clamp(18px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.info-strip span,
dt {
  display: block;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-strip strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.25rem, 3vw, 2rem);
}

.section {
  padding: clamp(70px, 10vw, 136px) clamp(20px, 6vw, 88px);
}

.split,
.venue {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.copy-stack {
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
}

.copy-stack p {
  margin: 0 0 18px;
}

.feature-band {
  padding: clamp(24px, 4vw, 46px);
  background: var(--rose);
  color: #fff8ee;
}

.event-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 32px;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 248, 238, 0.28);
  border-radius: 8px;
  background: rgba(17, 16, 15, 0.2);
}

.event-card p {
  max-width: 620px;
  color: #fff0df;
  font-size: 1.18rem;
}

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

.event-details div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 248, 238, 0.25);
}

.event-details dd {
  margin: 7px 0 0;
  font-weight: 900;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.15rem;
}

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

.card {
  min-height: 244px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--teal);
  color: #071a17;
  font-weight: 900;
}

.card p,
.venue p,
.apply-panel p {
  color: var(--muted);
}

.venue {
  background: var(--panel-strong);
}

.venue-image {
  min-height: 420px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 16, 15, 0.05), rgba(17, 16, 15, 0.4)),
    url("https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=1200&q=82") center / cover;
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--gold);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.apply-section {
  padding: clamp(70px, 10vw, 130px) clamp(20px, 6vw, 88px);
  background: #f3debf;
  color: #17120f;
}

.apply-panel {
  max-width: 980px;
}

.apply-panel .eyebrow {
  color: #a23530;
}

.apply-panel h2 {
  color: #17120f;
}

.apply-panel p {
  max-width: 700px;
  color: #4b382e;
  font-size: 1.15rem;
}

.apply-panel .button.secondary {
  border-color: rgba(23, 18, 15, 0.22);
  color: #17120f;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(20px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--muted);
}

.footer p {
  margin: 0;
  font-weight: 900;
  color: var(--paper);
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(17, 16, 15, 0.96);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
  }

  .nav-cta {
    border-radius: 8px;
  }

  .hero,
  .split,
  .venue,
  .event-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 42vh;
    order: 2;
  }

  .hero-content {
    min-height: 64vh;
    padding: 64px 24px 42px;
  }

  h1 {
    max-width: 8ch;
    font-size: clamp(3.4rem, 19vw, 6.4rem);
  }

  .info-strip,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .info-strip div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .venue-image {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .apply-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .card {
    min-height: 0;
  }
}
