:root {
  color-scheme: dark;
  --bg: #0b0c0e;
  --surface: #121418;
  --surface-raised: #191c21;
  --surface-soft: #20242a;
  --text: #f7f7f4;
  --muted: #b8bbc2;
  --brand: #f97316;
  --brand-light: #ffb45f;
  --success: #65d69e;
  --border: rgba(255, 255, 255, 0.11);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  line-height: 1.08;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 10px;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: rgba(11, 12, 14, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.nav-links ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.nav-links a {
  display: inline-block;
  border-radius: 999px;
  padding: 10px 14px;
  color: #e8e8e5;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.nav-links .nav-cta {
  margin-left: 6px;
  background: var(--brand);
  color: #17110c;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible,
.nav-links .nav-cta[aria-current="page"] {
  background: var(--brand-light);
  color: #17110c;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--text);
  font-size: 1.55rem;
  cursor: pointer;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 82% 40%, rgba(249, 115, 22, 0.22), transparent 28%),
    linear-gradient(145deg, #101216, #090a0c 68%);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.hero-grid,
.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
}

.hero-grid {
  min-height: min(720px, calc(100vh - 84px));
  padding-block: clamp(72px, 10vw, 130px);
}

.page-hero-grid {
  min-height: 460px;
  padding-block: clamp(70px, 9vw, 110px);
}

.eyebrow {
  color: var(--brand-light);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin-top: 14px;
  font-size: clamp(3.3rem, 8vw, 7rem);
  letter-spacing: -0.06em;
}

.hero h1 {
  max-width: 9ch;
}

.page-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.1rem, 7vw, 6rem);
}

.hero h1 span,
.page-hero h1 span {
  color: var(--brand);
}

.hero-copy,
.page-hero-copy {
  max-width: 60ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(249, 115, 22, 0.08), 0 0 90px rgba(249, 115, 22, 0.08);
}

.hero-art img {
  position: relative;
  width: min(470px, 92%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.45));
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  border-radius: 999px;
  background: var(--brand);
  color: #17110c;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  background: var(--brand-light);
  box-shadow: 0 12px 34px rgba(249, 115, 22, 0.25);
}

.btn-secondary {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

.section {
  padding-block: clamp(72px, 9vw, 116px);
}

.section-alt {
  border-block: 1px solid var(--border);
  background: var(--surface);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.split-copy h2,
.cta-panel h2 {
  margin-top: 8px;
  font-size: clamp(2.05rem, 5vw, 4rem);
  letter-spacing: -0.045em;
}

.section-heading > p:last-child,
.split-copy > p,
.cta-panel > p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  padding: 26px;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.card:hover,
.card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(249, 115, 22, 0.5);
  background: linear-gradient(150deg, rgba(249, 115, 22, 0.11), rgba(255, 255, 255, 0.02));
}

.card-kicker {
  color: var(--brand-light);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card h3 {
  margin-top: 30px;
  font-size: 1.45rem;
}

.card p,
.card li {
  color: var(--muted);
}

.card p {
  margin-top: 12px;
}

.card ul {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-left: 20px;
}

.text-link {
  display: inline-block;
  margin-top: auto;
  padding-top: 22px;
  color: var(--brand-light);
  text-decoration: none;
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  color: #fff;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
}

.split-media {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface-raised);
  box-shadow: var(--shadow);
}

.split-media img,
.split-media iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 13px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-light);
  font-weight: 900;
}

.notice {
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(249, 115, 22, 0.08);
  padding: 20px 22px;
  color: var(--muted);
}

.notice strong {
  color: var(--text);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

th,
td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

th {
  color: var(--brand-light);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

td {
  color: var(--muted);
}

tbody tr:last-child td {
  border-bottom: 0;
}

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

.stat {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 26px;
}

.stat strong {
  display: block;
  color: var(--brand-light);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.cta-panel {
  border: 1px solid rgba(249, 115, 22, 0.35);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 20%, rgba(249, 115, 22, 0.24), transparent 30%),
    var(--surface);
  padding: clamp(32px, 6vw, 70px);
}

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

.sponsors-slider {
  max-width: 700px;
  margin-inline: auto;
}

.ss-track {
  position: relative;
  min-height: 220px;
  list-style: none;
  padding: 0;
}

.ss-card {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 38px;
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
  transition: opacity 320ms ease, transform 320ms ease;
}

.ss-card.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.ss-card img {
  max-width: min(340px, 80%);
  max-height: 135px;
  object-fit: contain;
}

.ss-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.ss-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #555b64;
  cursor: pointer;
}

.ss-dots button[aria-selected="true"] {
  width: 30px;
  border-radius: 999px;
  background: var(--brand);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.gallery-item {
  grid-column: span 4;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.gallery-item.wide {
  grid-column: span 8;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

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

.video-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #000;
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(30px, 7vw, 86px);
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 16px;
}

.contact-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
}

.contact-card h2 {
  font-size: 1.1rem;
}

.contact-card p,
.contact-card a {
  margin-top: 8px;
  color: var(--muted);
}

.contact-form {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(24px, 5vw, 46px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-weight: 750;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  background: #0d0f12;
  color: var(--text);
  padding: 13px 14px;
}

.form-field textarea {
  min-height: 180px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--brand-light);
  outline: 2px solid rgba(255, 180, 95, 0.22);
}

.form-help,
.form-error {
  color: var(--muted);
  font-size: 0.85rem;
}

.form-error:not(:empty) {
  color: #ff9c9c;
}

.form-field.has-error input,
.form-field.has-error textarea {
  border-color: #ff7b7b;
}

footer {
  border-top: 1px solid var(--border);
  background: #07080a;
  padding: 64px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: clamp(32px, 7vw, 90px);
  margin-bottom: 54px;
}

.footer-section h2 {
  margin-bottom: 14px;
  color: var(--brand-light);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-section p {
  max-width: 48ch;
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-section a {
  color: #dfe1e5;
  text-decoration: none;
}

.footer-section a:hover,
.footer-section a:focus-visible {
  color: var(--brand-light);
}

.footer-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--brand-light) !important;
  font-weight: 800;
}

.social-links {
  display: grid;
  gap: 12px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--muted);
  font-size: 0.94rem;
}

.social-links img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  color: #858a93;
  font-size: 0.8rem;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.in-view {
  opacity: 1;
  transform: none;
}

:focus-visible {
  outline: 3px solid var(--brand-light);
  outline-offset: 4px;
}

@media (max-width: 940px) {
  .card-grid,
  .card-grid.four,
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.wide {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav {
    min-height: 72px;
  }

  .logo img {
    width: 56px;
    height: 56px;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: none;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #111318;
    padding: 12px;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: block;
  }

  .nav-links ul {
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
  }

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

  .nav-links .nav-cta {
    margin: 6px 0 0;
    text-align: center;
  }

  .hero-grid,
  .page-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 68px 54px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(3.4rem, 18vw, 5.5rem);
  }

  .hero-art {
    max-width: 350px;
    margin-inline: auto;
  }

  .stat-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bottom-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .card-grid,
  .card-grid.four,
  .video-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field.full {
    grid-column: auto;
  }

  .gallery-item,
  .gallery-item.wide {
    grid-column: 1 / -1;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  th,
  td {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
