:root {
  --bg: #03050d;
  --surface: rgba(9, 18, 38, 0.58);
  --surface-strong: rgba(10, 16, 30, 0.84);
  --text: #f6f8ff;
  --muted: #a8b3c7;
  --blue: #006cff;
  --cyan: #47f0ff;
  --gold: #d8b35a;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 108, 255, 0.24), transparent 34rem),
    radial-gradient(circle at 84% 6%, rgba(216, 179, 90, 0.18), transparent 28rem),
    linear-gradient(180deg, #02040a 0%, #061020 46%, #03050d 100%);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

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

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #03050d;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.loader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.loader-mark {
  font-size: clamp(2rem, 11vw, 6rem);
  font-weight: 950;
  letter-spacing: 0.12em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.86);
  text-shadow: 0 0 38px rgba(71, 240, 255, 0.36);
}

.loader-line {
  position: absolute;
  width: min(280px, 72vw);
  height: 2px;
  margin-top: 8rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.loader-line::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), var(--cyan), transparent);
  animation: loadSweep 1s infinite;
}

.cursor-glow {
  position: fixed;
  z-index: 2;
  width: 22rem;
  height: 22rem;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0.22;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(71, 240, 255, 0.34), transparent 68%);
  filter: blur(8px);
}

.particles {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  transition: background 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  padding-block: 0.65rem;
  border-color: var(--line);
  background: rgba(3, 5, 13, 0.7);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  min-width: 62px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.brand span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #061020;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #fff3b0);
  box-shadow: 0 0 30px rgba(216, 179, 90, 0.35);
}

.brand strong {
  color: var(--cyan);
}

.nav-links {
  display: none;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  transition: transform 0.25s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.sound-toggle,
.primary-cta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.sound-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
}

.sound-toggle svg {
  width: 20px;
}

.sound-toggle.is-on {
  color: var(--gold);
  box-shadow: 0 0 26px rgba(216, 179, 90, 0.3);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: end;
  overflow: hidden;
  padding: 8rem clamp(1rem, 5vw, 5rem) 3.5rem;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(0deg, var(--bg), transparent);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 5, 13, 0.98) 0%, rgba(3, 5, 13, 0.55) 42%, rgba(3, 5, 13, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 5, 13, 0.64), transparent 48%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.04);
}

.stadium-light {
  position: absolute;
  inset: -18% 0 auto;
  height: 55%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(71, 240, 255, 0.26), transparent 38%),
    radial-gradient(ellipse at 78% 2%, rgba(216, 179, 90, 0.24), transparent 35%);
  filter: blur(18px);
  animation: pulseLight 5s ease-in-out infinite alternate;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, 100%);
}

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

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

h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
  color: transparent;
  font-size: clamp(4rem, 18vw, 12.5rem);
  font-weight: 950;
  line-height: 0.78;
  letter-spacing: 0;
  -webkit-text-stroke: clamp(1px, 0.15vw, 2px) rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 52px rgba(0, 108, 255, 0.45);
}

.hero-subtitle {
  max-width: 570px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.1rem, 3vw, 2rem);
  font-weight: 600;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 52px;
  padding: 0 1.2rem;
  overflow: hidden;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 16px 50px rgba(0, 108, 255, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.primary-cta svg {
  width: 22px;
}

.primary-cta:hover {
  border-color: rgba(216, 179, 90, 0.72);
  transform: translateY(-3px);
  background: rgba(216, 179, 90, 0.13);
}

.hero-panel {
  position: relative;
  z-index: 2;
  display: none;
  justify-self: end;
  width: min(260px, 100%);
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 5, 13, 0.46);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-kicker,
.hero-panel small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  color: var(--gold);
  font-size: 5rem;
  font-weight: 950;
  line-height: 0.9;
}

.section {
  position: relative;
  padding: clamp(4.5rem, 10vw, 8rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: clamp(2rem, 5vw, 3.6rem);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.about-grid,
.stats-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

.about-grid {
  align-items: stretch;
}

.glass,
.info-card,
.stat-card,
.timeline-item {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.bio-card {
  min-height: 340px;
  padding: clamp(1.2rem, 4vw, 2.2rem);
  border-radius: 8px;
}

.bio-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  line-height: 1.7;
}

.club-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.club-strip button {
  appearance: none;
  cursor: pointer;
  padding: 0.68rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #dbe8ff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 900;
  font-family: inherit;
  text-transform: uppercase;
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.club-strip button:hover,
.club-strip button:focus-visible {
  color: #07101d;
  border-color: rgba(216, 179, 90, 0.75);
  outline: none;
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--gold), #fff1ae);
  box-shadow: 0 12px 34px rgba(216, 179, 90, 0.18);
}

.info-grid {
  display: grid;
  gap: 1rem;
}

.info-card {
  min-height: 156px;
  padding: 1.1rem;
  border-radius: 8px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.info-card:hover,
.timeline-item:hover,
.stat-card:hover {
  border-color: rgba(71, 240, 255, 0.36);
  transform: translateY(-6px);
  background: rgba(13, 29, 58, 0.72);
}

.info-card svg {
  width: 30px;
  margin-bottom: 1rem;
  color: var(--gold);
}

.info-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-card strong {
  font-size: 1.1rem;
  line-height: 1.25;
}

.timeline {
  position: relative;
  display: grid;
  gap: 1rem;
}

.timeline::before {
  position: absolute;
  left: 0.65rem;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: linear-gradient(transparent, var(--gold), var(--cyan), transparent);
}

.timeline-item {
  position: relative;
  margin-left: 2.2rem;
  padding: 1.25rem;
  border-radius: 8px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.timeline-item::before {
  position: absolute;
  left: -2rem;
  top: 1.55rem;
  width: 0.72rem;
  height: 0.72rem;
  content: "";
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: var(--bg);
  box-shadow: 0 0 24px rgba(216, 179, 90, 0.7);
}

.timeline-item time {
  color: var(--cyan);
  font-weight: 950;
  letter-spacing: 0.1em;
}

.timeline-item h3 {
  margin: 0.45rem 0;
  font-size: 1.35rem;
}

.timeline-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.stats {
  overflow: hidden;
}

.stats-bg {
  position: absolute;
  inset: 12% 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(0, 108, 255, 0.18), transparent 42%),
    radial-gradient(circle at 70% 45%, rgba(216, 179, 90, 0.17), transparent 24rem);
}

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

.stat-card {
  min-height: 168px;
  padding: clamp(1rem, 3vw, 1.6rem);
  border-radius: 8px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.stat-card span,
.stat-card b {
  color: transparent;
  font-size: clamp(2.4rem, 10vw, 5.4rem);
  font-weight: 950;
  line-height: 1;
  background: linear-gradient(135deg, #fff, var(--gold) 55%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
}

.stat-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.gallery-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101826;
  box-shadow: var(--shadow);
}

.gallery-card:nth-child(1),
.gallery-card:nth-child(4) {
  min-height: 430px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 5, 13, 0.88), transparent 58%);
}

.gallery-card div {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.gallery-card span {
  display: block;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-card strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.4rem;
}

.gallery-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.24) contrast(1.12);
}

.quote-section {
  position: relative;
  display: grid;
  min-height: 78svh;
  place-items: center;
  overflow: hidden;
  padding: clamp(5rem, 12vw, 9rem) 1rem;
  text-align: center;
}

.quote-section img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) saturate(1.15);
}

.quote-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at center, rgba(0, 108, 255, 0.28), transparent 26rem),
    linear-gradient(rgba(3, 5, 13, 0.56), rgba(3, 5, 13, 0.86));
}

blockquote {
  width: min(1050px, 100%);
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 7vw, 5.8rem);
  font-weight: 950;
  line-height: 1.02;
  text-shadow: 0 20px 80px rgba(0, 0, 0, 0.7);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.3rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  background: #03050d;
}

.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.socials {
  display: flex;
  gap: 0.7rem;
}

.socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #dce8ff;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.socials a:hover {
  color: var(--gold);
  border-color: rgba(216, 179, 90, 0.5);
  transform: translateY(-3px);
}

.socials svg {
  width: 19px;
}

.club-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.club-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.club-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(0, 108, 255, 0.2), transparent 28rem),
    rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.club-modal__panel {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(1.3rem, 5vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(13, 29, 58, 0.92), rgba(3, 5, 13, 0.94)),
    var(--surface-strong);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.66);
  transform: translateY(18px) scale(0.96);
  transition: transform 0.25s ease;
}

.club-modal.is-open .club-modal__panel {
  transform: translateY(0) scale(1);
}

.club-modal__panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(216, 179, 90, 0.18), transparent 42%, rgba(71, 240, 255, 0.12));
}

.club-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #dce8ff;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.club-modal__close:hover,
.club-modal__close:focus-visible {
  color: var(--gold);
  border-color: rgba(216, 179, 90, 0.55);
  outline: none;
  transform: rotate(90deg);
}

.club-modal__close svg {
  width: 20px;
}

.club-modal__eyebrow {
  margin: 0 3rem 0.8rem 0;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.club-modal h2 {
  margin: 0 3rem 1rem 0;
  font-size: clamp(2rem, 8vw, 4.2rem);
  line-height: 0.95;
}

.club-modal [data-modal-description] {
  margin-bottom: 1.3rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

.club-modal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.club-modal__tags span {
  padding: 0.6rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #eaf1ff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes loadSweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes pulseLight {
  from {
    opacity: 0.65;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(20px);
  }
}

@media (min-width: 680px) {
  .nav-links {
    display: flex;
  }

  .hero {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .hero-panel {
    display: block;
  }

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

@media (min-width: 980px) {
  .about-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }

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

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

  .timeline::before {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .timeline-item {
    margin-left: 0;
    min-height: 230px;
  }

  .timeline-item::before {
    left: 1.4rem;
    top: -0.42rem;
  }

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

  .gallery-grid {
    grid-template-columns: 1.25fr 0.85fr 0.85fr;
    grid-auto-rows: 260px;
  }

  .gallery-card,
  .gallery-card:nth-child(1),
  .gallery-card:nth-child(4) {
    min-height: unset;
  }

  .gallery-card:nth-child(1) {
    grid-row: span 2;
  }

  .gallery-card:nth-child(4) {
    grid-column: span 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .cursor-glow,
  .particles {
    display: none;
  }
}
