:root {
  --bg: #080a0e;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --soft: rgba(255, 255, 255, 0.60);
  --accent: #ffca05;
  --content-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--white);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
}

.hero__media,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__media {
  z-index: -3;
  background-color: var(--bg);
  background-image: url("../img/poster-wide.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.01);
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 900ms ease;
}

.video-ready .hero__video {
  opacity: 1;
}

.hero__veil {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 36%, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.42) 66%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(180deg, rgba(3, 5, 8, 0.34) 0%, rgba(3, 5, 8, 0.28) 36%, rgba(3, 5, 8, 0.66) 74%, rgba(3, 5, 8, 0.94) 100%);
}

.hero__veil::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(255, 255, 255, 0.15) 3px);
  mix-blend-mode: soft-light;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding:
    max(34px, env(safe-area-inset-top))
    clamp(22px, 4vw, 72px)
    max(22px, env(safe-area-inset-bottom));
}

.hero__main {
  width: min(100%, var(--content-width));
  margin: auto;
  padding-top: clamp(20px, 4vh, 56px);
  text-align: center;
}

.hub-wordmark {
  display: block;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.36));
}

.hub-wordmark--desktop {
  width: min(580px, 70vw);
}

.hub-wordmark--mobile {
  display: none;
  width: min(420px, 78vw);
}

.accent-line {
  width: clamp(46px, 6vw, 74px);
  height: 4px;
  margin: clamp(18px, 2.8vh, 28px) auto clamp(20px, 3vh, 30px);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 20px rgba(255, 202, 5, 0.18);
}

.event-lockup {
  display: block;
  width: min(735px, 70vw);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 7px 24px rgba(0, 0, 0, 0.40));
}

.hero__description {
  max-width: 1200px;
  margin: clamp(28px, 4vh, 40px) auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(24px, 2.52vw, 28px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
}

.access-note {
  margin: 20px auto 0;
  color: var(--accent);
  font-size: clamp(10px, 0.92vw, 13px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.contact-line {
  margin: 0 auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.02vw, 18px);
  line-height: 1.65;
}

.contact-line a {
  display: inline-block;
  margin-left: 0.42em;
  color: var(--white);
  font-weight: 650;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.contact-line a:hover,
.contact-line a:focus-visible {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.hero__footer {
  width: min(100%, 940px);
  margin: clamp(34px, 5vh, 62px) auto 0;
  text-align: center;
}

.footer-label {
  margin: 0 0 11px;
  color: var(--soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.owner-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  gap: clamp(18px, 3vw, 34px);
}

.owner-lockup img:first-child {
  width: clamp(88px, 8.1vw, 80px);
  height: auto;
}

.owner-lockup img:last-child {
  width: clamp(78px, 7.2vw, 100px);
  height: auto;
}

.owner-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.24);
}

.copyright {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.noscript-note {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 10;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.68);
  font-size: 11px;
}

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

@media (orientation: portrait) {
  .hero__media {
    background-image: url("../img/poster-vertical.jpg");
    background-position: center center;
  }

  .hero__veil {
    background:
      radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.44) 68%, rgba(0, 0, 0, 0.78) 100%),
      linear-gradient(180deg, rgba(3, 5, 8, 0.40) 0%, rgba(3, 5, 8, 0.28) 34%, rgba(3, 5, 8, 0.68) 72%, rgba(3, 5, 8, 0.95) 100%);
  }
}

@media (max-width: 720px) {
  .hero {
    overflow-y: auto;
  }

  .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__main {
    padding-top: clamp(18px, 4vh, 34px);
  }

  .hub-wordmark--desktop {
    display: none;
  }

  .hub-wordmark--mobile {
    display: block;
    width: min(330px, 60vw);
  }

  .accent-line {
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .event-lockup {
    width: min(80vw, 620px);
  }

  .hero__description {
    max-width: 620px;
    margin-top: 24px;
    font-size: clamp(20px, 4vw, 24px);
    line-height: 1.60;
  }

  .access-note {
    margin-top: 18px;
    font-size: clamp(10px, 2.6vw, 12px);
    letter-spacing: 0.18em;
  }

  .contact-line {
    margin-top: 0;
    font-size: clamp(16px, 3.4vw, 15px);
    line-height: 1.3;
  }

  .contact-line a {
    display: block;
    margin: 3px 0 0;
  }

  .hero__footer {
    margin-top: 34px;
  }

  .footer-label {
    font-size: 10px;
  }

  .owner-lockup {
    gap: 18px;
  }

  .owner-lockup img:first-child {
    width: 80px;
  }

  .owner-lockup img:last-child {
    width: 96px;
  }
}

@media (max-height: 720px) and (orientation: landscape) {
  .hero {
    overflow-y: auto;
  }

  .hero__content {
    min-height: 720px;
  }

  .hero__main {
    padding-top: 18px;
  }

  .hub-wordmark--desktop {
    width: min(660px, 78vw);
  }

  .event-lockup {
    width: min(660px, 76vw);
  }

  .hero__description {
    margin-top: 22px;
    font-size: 17px;
  }

  .hero__footer {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video {
    display: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
