:root {
  --navy: #041326;
  --navy-2: #07223d;
  --cyan: #77e9ee;
  --aqua: #d8fcf9;
  --muted: #a9c5d3;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

body {
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: -.005em;
  background: #041326;
}

body::before {
  background:
    radial-gradient(circle at 83% 13%, rgb(21 129 148 / 28%), transparent 29%),
    radial-gradient(circle at 5% 47%, rgb(17 79 120 / 36%), transparent 33%),
    linear-gradient(145deg, #041326 0%, #061c36 55%, #031225 100%);
}

h1,
h2 {
  letter-spacing: -.055em;
}

h3 {
  letter-spacing: -.025em;
}

.site-header {
  height: 94px;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(119 233 238 / 22%), transparent);
}

.site-header.is-scrolled {
  background: rgb(4 19 38 / 88%);
  box-shadow: 0 16px 50px rgb(0 7 18 / 22%);
}

.nav-wrap {
  gap: 32px;
}

.main-nav {
  gap: 27px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .025em;
}

.main-nav a {
  padding-block: 8px;
}

.button {
  min-height: 48px;
  padding-inline: 23px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgb(39 214 224 / 12%);
}

.button-small {
  min-height: 43px;
  padding-inline: 18px;
}

.hero {
  min-height: calc(100svh - 94px);
  padding: clamp(48px, 7vh, 82px) 0 98px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(4 19 38 / 98%) 0%, rgb(4 19 38 / 88%) 43%, rgb(4 19 38 / 26%) 78%, rgb(4 19 38 / 8%) 100%),
    radial-gradient(circle at 87% 44%, rgb(43 220 229 / 16%), transparent 38%);
}

.hero::after {
  content: "VCF · 2026";
  position: absolute;
  left: max(24px, calc((100vw - 1160px) / 2));
  bottom: 34px;
  color: rgb(216 252 249 / 20%);
  font: 600 10px/1 var(--sans);
  letter-spacing: .32em;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(42px, 7vw, 90px);
  width: min(1160px, calc(100% - 48px));
}

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

.hero-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 17px;
}

.hero-label span {
  width: 34px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 16px var(--cyan);
}

.hero-label .eyebrow {
  margin: 0;
}

.eyebrow {
  font-size: 10px;
  letter-spacing: .23em;
}

.hero h1 {
  max-width: 700px;
  margin-bottom: 15px;
  font-size: clamp(61px, 7.4vw, 105px);
  line-height: .87;
  text-wrap: balance;
  text-shadow: 0 12px 42px rgb(0 8 22 / 34%);
}

.hero h1 em {
  display: inline-block;
  color: #8ef3f1;
  text-shadow: 0 0 40px rgb(80 226 233 / 16%);
}

.hero-theme {
  margin-bottom: 32px;
  color: #dffcf8;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.02em;
}

.hero-theme strong {
  color: var(--cyan);
  font-weight: 400;
}

.event-facts {
  grid-template-columns: 1.12fr .88fr 1.35fr;
  gap: 0;
  max-width: 710px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(201 251 247 / 19%);
  border-radius: 14px;
  background: rgb(7 38 65 / 56%);
  box-shadow: inset 0 1px rgb(255 255 255 / 4%), 0 18px 50px rgb(0 8 20 / 16%);
  backdrop-filter: blur(12px);
}

.event-facts p {
  min-height: 82px;
  padding: 16px 17px;
  gap: 11px;
}

.event-facts p + p {
  border-left: 1px solid rgb(201 251 247 / 14%);
}

.event-facts span {
  min-width: 39px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.event-facts b {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 11px;
  line-height: 1.35;
}

.event-facts small {
  color: #7d9dad;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-actions {
  margin-top: 28px;
}

.hero-trust {
  margin: 14px 0 0 4px;
  color: #809eac;
  font-size: 10px;
  letter-spacing: .06em;
}

.hero-trust strong {
  color: #c7e1e9;
  font-weight: 600;
}

.poster-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.poster-frame {
  width: min(100%, 390px);
  transform: rotate(1.75deg);
  filter: drop-shadow(0 30px 65px rgb(0 7 19 / 62%));
}

.poster-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 57%, rgb(1 14 31 / 34%));
}

.poster-frame::after {
  inset: -12px;
  border-color: rgb(197 255 255 / 36%);
  border-radius: 3px;
  transform: rotate(-4deg);
}

.poster-frame img {
  height: auto;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  border: 1px solid rgb(218 255 255 / 48%);
  border-radius: 3px;
}

.poster-frame p {
  display: none;
}

.poster-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 999px;
  color: white;
  background: rgb(2 18 37 / 48%);
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
}

.poster-caption {
  position: absolute;
  right: -38px;
  bottom: 76px;
  color: rgb(207 247 247 / 48%);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  transform: rotate(90deg);
}

.poster-orbit {
  position: absolute;
  border: 1px solid rgb(119 233 238 / 12%);
  border-radius: 50%;
}

.poster-orbit-one {
  width: 520px;
  height: 520px;
}

.poster-orbit-two {
  width: 420px;
  height: 420px;
  border-color: rgb(119 233 238 / 8%);
}

.hero-glow {
  width: 720px;
  height: 720px;
  right: -130px;
  top: -200px;
  opacity: .75;
}

.wave {
  height: 28px;
  opacity: .92;
}

.artist-card,
.schedule-card,
.calendar,
.ticket-card,
.contact-grid article {
  border-radius: 18px;
}

.artist-card {
  box-shadow: inset 0 1px rgb(255 255 255 / 4%);
}

.site-footer {
  border-top: 1px solid rgb(201 251 247 / 9%);
}

@media (max-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1.05fr .75fr;
    gap: 38px;
  }

  .poster-stage {
    min-height: 480px;
  }

  .poster-frame {
    width: min(100%, 330px);
  }

  .poster-orbit-one {
    width: 440px;
    height: 440px;
  }

  .poster-orbit-two {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 850px) {
  .site-header {
    height: 82px;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

  .event-facts {
    grid-template-columns: 1fr;
  }

  .event-facts p {
    min-height: 67px;
  }

  .event-facts p + p {
    border-top: 1px solid rgb(201 251 247 / 14%);
    border-left: 0;
  }
}

@media (max-width: 650px) {
  .site-header {
    height: 72px;
  }

  .main-nav {
    top: 71px;
    gap: 5px;
    font-size: 14px;
  }

  .main-nav a {
    width: 100%;
    padding-block: 10px;
  }

  .hero {
    padding: 48px 0 82px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .hero-theme {
    margin-bottom: 25px;
  }

  .poster-stage {
    min-height: 430px;
  }

  .poster-frame {
    width: min(86vw, 300px);
    justify-self: center;
    margin-left: 0;
  }

  .poster-orbit-one {
    width: 390px;
    height: 390px;
  }

  .poster-orbit-two {
    width: 310px;
    height: 310px;
  }

  .poster-caption {
    right: -48px;
  }

  .event-facts b {
    font-size: 12px;
  }

  .hero::after {
    left: 16px;
    bottom: 23px;
  }

  .artist-card,
  .schedule-card,
  .calendar,
  .ticket-card,
  .contact-grid article {
    border-radius: 14px;
  }
}
