/* KAIRON SPORTS hero brand lockup · 2026-08-21 */

.sports-project-page .hero-stage {
  min-height: 100svh;
}

.sports-project-page .hero-stage::before {
  background:
    radial-gradient(circle at 76% 42%, rgba(214, 207, 178, 0.09), transparent 29%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0.36) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.84) 100%);
}

.sports-project-page .hero-stage::after {
  height: clamp(210px, 27vw, 380px);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.18) 34%, rgba(5, 5, 5, 0.68) 76%, #050505 100%);
}

.sports-project-page .hero-stage-media::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.22) 48%, transparent 100%);
}

.sports-project-page .hero-stage-media::after {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.14) 38%, rgba(0, 0, 0, 0.78) 100%);
}

.sports-project-page .hero-video {
  filter: grayscale(1) contrast(1.1) brightness(0.82);
}

.sports-project-page .hero {
  min-height: calc(100svh - 148px);
  padding-top: clamp(72px, 11vh, 132px);
  padding-bottom: clamp(48px, 6.5vh, 78px);
}

.sports-project-page .hero-inner {
  display: block;
  max-width: 72rem;
}

.sports-project-page .hero-brand-lockup {
  min-width: 0;
}

.sports-project-page .eyebrow {
  margin-bottom: clamp(18px, 2.4vh, 28px);
  animation: kairon-hero-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.sports-project-page .hero-title {
  max-width: none;
  font-size: clamp(4.2rem, 7.55vw, 7.35rem);
  font-weight: 600;
  letter-spacing: -0.058em;
  line-height: 0.86;
  text-wrap: initial;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.sports-project-page .hero-title-line {
  display: block;
  overflow: hidden;
  padding: 0.04em 0.05em 0.1em 0;
}

.sports-project-page .hero-title-line > span,
.sports-project-page .hero-title-line > strong {
  display: block;
  animation: kairon-hero-line 880ms cubic-bezier(0.22, 1, 0.36, 1) 150ms both;
}

.sports-project-page .hero-title-line.is-accent > strong {
  animation-delay: 230ms;
}

.sports-project-page .hero-title strong {
  color: #eee8c9;
  font-weight: 700;
}

.sports-project-page .hero-statement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 46rem;
  margin-top: clamp(22px, 3.2vh, 34px);
  animation: kairon-hero-rise 820ms cubic-bezier(0.22, 1, 0.36, 1) 310ms both;
}

.sports-project-page .hero-copy {
  max-width: 43rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.68;
  text-wrap: pretty;
}

.sports-project-page .hero-statement-foot {
  display: flex;
  width: min(100%, 43rem);
  margin-top: clamp(24px, 3vh, 32px);
  align-items: flex-start;
}

.sports-project-page .hero-project-link {
  flex: 0 0 auto;
  margin-top: 0;
}

.sports-project-page .hero-project-link:focus-visible {
  outline: 2px solid #eee8c9;
  outline-offset: 7px;
}

@keyframes kairon-hero-line {
  from {
    opacity: 0;
    transform: translateY(108%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kairon-hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .sports-project-page .hero-title {
    font-size: clamp(3.8rem, 7.3vw, 5.9rem);
  }
}

@media (max-width: 780px) {
  .sports-project-page .hero-stage::before {
    background:
      radial-gradient(circle at 72% 31%, rgba(214, 207, 178, 0.08), transparent 31%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.25) 38%, rgba(0, 0, 0, 0.9) 100%);
  }

  .sports-project-page .hero {
    min-height: calc(100svh - 110px);
    padding-top: clamp(72px, 13vh, 126px);
    padding-bottom: 42px;
  }

  .sports-project-page .hero-title {
    max-width: 9.4ch;
    font-size: clamp(3.45rem, 12.7vw, 5.25rem);
    line-height: 0.88;
    letter-spacing: -0.052em;
  }

  .sports-project-page .hero-statement {
    max-width: 31rem;
    margin-top: clamp(24px, 4vh, 34px);
    padding-bottom: 0;
  }

  .sports-project-page .hero-copy {
    max-width: 31rem;
    font-size: 0.99rem;
    line-height: 1.62;
  }

  .sports-project-page .hero-statement-foot {
    width: min(100%, 31rem);
    margin-top: 24px;
  }
}

@media (max-width: 520px) {
  .sports-project-page .hero {
    min-height: calc(100svh - 96px);
    padding-top: clamp(48px, 8vh, 76px);
    padding-bottom: 34px;
  }

  .sports-project-page .eyebrow {
    margin-bottom: 16px;
  }

  .sports-project-page .hero-title {
    max-width: 8.8ch;
    font-size: clamp(3rem, 13.25vw, 4.1rem);
    line-height: 0.9;
  }

  .sports-project-page .hero-copy {
    font-size: 0.95rem;
    line-height: 1.57;
  }

  .sports-project-page .hero-statement-foot {
    margin-top: 21px;
  }

  .sports-project-page .hero-statement {
    margin-top: 22px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .sports-project-page .eyebrow,
  .sports-project-page .hero-statement,
  .sports-project-page .hero-title-line > span,
  .sports-project-page .hero-title-line > strong {
    animation: none;
  }
}
