:root {
  color-scheme: light;
  --yellow: #eeee22;
  --ink: #101010;
  --muted: #5e5e56;
  --paper: #fffdf2;
  --white: #ffffff;
  --gray: #ecece4;
  --soft-gray: #f5f5ef;
  --line: rgba(16, 16, 16, 0.14);
  --shadow: 0 24px 80px rgba(16, 16, 16, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: clamp(14px, 3vw, 36px);
  right: clamp(14px, 3vw, 36px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  padding: 10px 12px 10px 18px;
  background: rgba(16, 16, 16, 0.74);
  color: var(--white);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  font-weight: 950;
  letter-spacing: 0;
}

.brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 34px;
  border-radius: 6px;
  background: var(--yellow);
  color: var(--ink);
  text-transform: uppercase;
}

.brand strong {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 850;
}

.nav-links a {
  border-radius: 6px;
  padding: 9px 12px;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.header-action {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  padding: 0 16px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 950;
}

.hero {
  position: relative;
  min-height: 96svh;
  overflow: hidden;
  display: grid;
  padding: 104px clamp(16px, 4vw, 58px) 32px;
  background:
    linear-gradient(120deg, rgba(16, 16, 16, 0.86) 0 34%, rgba(16, 16, 16, 0.34) 62%, rgba(238, 238, 34, 0.2)),
    linear-gradient(0deg, rgba(16, 16, 16, 0.76), rgba(16, 16, 16, 0.06) 44%),
    url("../img/out-about-hero.9908cc5d8370.png") center / cover;
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.96), transparent);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 6vw, 96px);
  top: 128px;
  width: clamp(110px, 17vw, 230px);
  aspect-ratio: 1;
  border: 22px solid var(--yellow);
  border-radius: 50%;
  opacity: 0.9;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238, 238, 34, 0.24) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 70%, transparent);
  opacity: 0.42;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  width: 100%;
  max-width: 1280px;
  margin: auto auto 0;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(3.15rem, 8.6vw, 8.35rem);
  line-height: 0.87;
  font-weight: 950;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5.2vw, 5.4rem);
  line-height: 0.95;
  font-weight: 950;
}

h3 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.7vw, 2.55rem);
  line-height: 1.02;
  font-weight: 950;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.55;
}

.hero-actions,
.signup-form div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.primary-action,
.secondary-action,
.signup-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 950;
}

.primary-action,
.signup-form button {
  border: 0;
  background: var(--yellow);
  color: var(--ink);
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.hero-panel {
  align-self: end;
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-panel span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: clamp(3.6rem, 8vw, 6.2rem);
  line-height: 0.85;
  font-weight: 950;
}

.hero-panel p {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.45;
}

.scroll-cue {
  grid-column: 1 / -1;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-cue span {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow), var(--white), var(--yellow));
}

.intro-band,
.split-section,
.partner-band,
.signup-section {
  padding: clamp(54px, 8vw, 112px) clamp(16px, 5vw, 72px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
  background: var(--yellow);
}

.intro-band .section-kicker {
  color: var(--ink);
}

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

.weekend-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 18px;
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 36px rgba(16, 16, 16, 0.08);
}

.weekend-list span {
  color: var(--ink);
  font-weight: 950;
}

.weekend-list strong {
  font-size: clamp(1.14rem, 1.9vw, 1.55rem);
  font-weight: 950;
}

.weekend-list p {
  grid-column: 2;
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--ink);
  color: var(--white);
}

.experience-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.experience-grid article:nth-child(2) {
  background: #2a2a2a;
}

.experience-grid article:nth-child(3) {
  background: #f0f0e8;
  color: var(--ink);
}

.experience-grid article:nth-child(4) {
  border-right: 0;
  background: var(--yellow);
  color: var(--ink);
}

.experience-grid p,
.partner-points span {
  margin-bottom: 0;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.experience-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.experience-grid article:nth-child(3) p,
.experience-grid article:nth-child(4) p {
  color: rgba(16, 16, 16, 0.68);
}

.split-section,
.partner-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
}

.split-section {
  background: var(--paper);
}

.split-section .section-kicker {
  color: var(--ink);
}

.split-section p:not(.section-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.9vw, 1.35rem);
  line-height: 1.55;
}

.partner-band {
  background: var(--white);
}

.partner-band .section-kicker {
  color: var(--ink);
}

.partner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-points span {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--soft-gray);
}

.partner-points span:nth-child(2n) {
  background: var(--yellow);
}

.partner-points span:nth-child(3n) {
  background: var(--gray);
}

.signup-section {
  background:
    linear-gradient(135deg, rgba(238, 238, 34, 0.96), rgba(238, 238, 34, 0.9)),
    linear-gradient(90deg, transparent 48%, rgba(16, 16, 16, 0.12) 48% 52%, transparent 52%);
  color: var(--ink);
}

.signup-section .section-kicker {
  color: var(--ink);
}

.signup-section h2 {
  max-width: 900px;
  margin-bottom: 28px;
}

.signup-form {
  max-width: 720px;
}

.signup-form label {
  display: block;
  margin-bottom: 10px;
  color: rgba(16, 16, 16, 0.78);
  font-size: 0.88rem;
  font-weight: 900;
}

.signup-form input {
  min-width: min(100%, 360px);
  min-height: 48px;
  flex: 1;
  border: 2px solid var(--ink);
  border-radius: 6px;
  padding: 0 16px;
  background: var(--white);
  color: var(--ink);
}

.signup-form input::placeholder {
  color: rgba(16, 16, 16, 0.42);
}

.signup-form button {
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-content,
  .intro-band,
  .split-section,
  .partner-band {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 360px;
  }

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

  .experience-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    min-height: 56px;
    padding: 8px 8px 8px 10px;
  }

  .brand span {
    min-width: 48px;
    min-height: 32px;
  }

  .brand strong {
    max-width: 116px;
    white-space: normal;
    line-height: 1.05;
  }

  .header-action {
    min-height: 38px;
    padding-inline: 12px;
  }

  .hero {
    min-height: 94svh;
    padding: 88px 16px 24px;
    background:
      linear-gradient(120deg, rgba(16, 16, 16, 0.88), rgba(16, 16, 16, 0.36)),
      linear-gradient(0deg, rgba(16, 16, 16, 0.82), rgba(16, 16, 16, 0.08) 48%),
      url("../img/out-about-hero.9908cc5d8370.png") 58% center / cover;
  }

  .hero::after {
    top: 100px;
    right: -30px;
    width: 130px;
    border-width: 16px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.05rem, 12vw, 3.5rem);
  }

  .hero-panel {
    padding: 18px;
  }

  .intro-band,
  .split-section,
  .partner-band,
  .signup-section {
    padding-inline: 16px;
  }

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

  .experience-grid article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .weekend-list article {
    grid-template-columns: 40px 1fr;
    padding: 18px 16px;
  }

  .primary-action,
  .secondary-action,
  .signup-form button {
    width: 100%;
  }
}
