@font-face {
  font-family: "Megogo Interface";
  src: url("../assets/fonts/Megogo-InterfaceNormal.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Megogo Interface";
  src: url("../assets/fonts/Megogo-InterfaceMedium.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Megogo Interface";
  src: url("../assets/fonts/Megogo-InterfaceDemiBold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

:root {
  --page-bg: #0a0a0a;
  --header-bg: #1a1a1a;
  --white: #ffffff;
  --white-60: rgba(255, 255, 255, 0.6);
  --lime: #bff163;
  --magenta: #ff00b0;
  --stage-width: 1600px;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
  color: var(--white);
}

body {
  min-width: var(--stage-width);
  font-family: "Megogo Interface", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

img {
  display: block;
}

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

.page-shell {
  position: relative;
  width: var(--stage-width);
  min-height: 3760px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--page-bg);
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: var(--stage-width);
  height: 50px;
  background: var(--header-bg);
}

.site-header img {
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  height: 1440px;
  overflow: hidden;
  background: var(--page-bg);
}

.hero-bg,
.hero-bg img,
.color-glow,
.vinyl-scene,
.disc-layer,
.cube,
.hero-fade {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.hero-bg {
  z-index: 1;
  top: 50px;
  left: 0;
  width: 1600px;
  height: 888px;
  overflow: hidden;
}

.hero-bg img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-glow {
  z-index: 3;
  overflow: visible;
  mix-blend-mode: screen;
  filter: blur(24px) saturate(1.08);
}

.color-glow--magenta {
  top: 455px;
  left: 1188px;
  width: 660px;
  height: 930px;
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 86% 78%, rgba(255, 0, 176, 0.52) 0%, rgba(255, 0, 176, 0.31) 24%, rgba(255, 0, 176, 0.13) 48%, rgba(255, 0, 176, 0) 72%),
    radial-gradient(ellipse at 70% 48%, rgba(255, 0, 176, 0.18) 0%, rgba(255, 0, 176, 0.08) 44%, rgba(255, 0, 176, 0) 72%);
}

.color-glow--green {
  top: -185px;
  left: -150px;
  width: 780px;
  height: 600px;
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 32% 28%, rgba(191, 241, 99, 0.48) 0%, rgba(191, 241, 99, 0.24) 28%, rgba(191, 241, 99, 0.08) 52%, rgba(191, 241, 99, 0) 76%),
    radial-gradient(ellipse at 58% 18%, rgba(191, 241, 99, 0.16) 0%, rgba(191, 241, 99, 0.07) 42%, rgba(191, 241, 99, 0) 70%);
  transform: rotate(8deg);
}

.vinyl-scene {
  z-index: 5;
  top: 724px;
  left: -200px;
  width: 2000px;
  height: 1000px;
}

.disc-layer--under-glow {
  z-index: 4;
  top: 40px;
  left: 540px;
  width: 920px;
  height: 920px;
}

.disc-layer--record {
  z-index: 6;
  top: 40px;
  left: 540px;
  width: 920px;
  height: 920px;
  animation: vinyl-spin 44s linear infinite;
  transform-origin: 50% 50%;
}

.cube {
  transform-origin: 50% 50%;
  will-change: transform;
}

.cube--left {
  z-index: 5;
  top: 156px;
  left: 436px;
  width: 279px;
  height: 320px;
  opacity: 0.92;
  animation: cube-float-left 5.8s ease-in-out infinite;
}

.cube--right {
  z-index: 7;
  top: 215px;
  left: 1335px;
  width: 236px;
  height: 212px;
  animation: cube-float-right 6.4s ease-in-out infinite;
}

.hero-fade {
  z-index: 12;
  bottom: 0;
  left: 0;
  width: 1600px;
  height: 220px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  z-index: 20;
  top: 170px;
  left: 50%;
  display: flex;
  width: 700px;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 32px;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  background: var(--magenta);
  color: #000000;
  font-weight: 600;
  line-height: 1;
}

.hero-title {
  position: relative;
  width: 636px;
  height: 101px;
  margin: 64px 0 0;
}

.hero-title img {
  width: 100%;
  height: 100%;
}

.hero-copy {
  display: flex;
  width: 573px;
  margin: 64px 0 0;
  flex-direction: column;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.cta {
  display: inline-flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 32px;
  border-radius: 2px;
  background: var(--lime);
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.cta__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}

.cta--hero {
  margin-top: 80px;
}

.names-section {
  position: absolute;
  top: 1500px;
  left: 0;
  width: var(--stage-width);
  height: 930px;
  overflow: hidden;
  background: var(--page-bg);
}

.names-section__inner {
  position: absolute;
  top: 100px;
  left: 120px;
  display: flex;
  align-items: flex-start;
  gap: 135px;
}

.names-intro {
  display: flex;
  width: 440px;
  flex-direction: column;
  align-items: flex-start;
}

.names-intro h2 {
  display: flex;
  margin: 0;
  flex-direction: column;
  color: var(--white);
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.92px;
  text-transform: uppercase;
}

.names-intro h2 span:nth-child(2) {
  color: var(--magenta);
}

.names-intro p {
  width: 440px;
  margin: 32px 0 48px;
  color: var(--white-60);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.info-stack {
  display: flex;
  width: 785px;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  display: flex;
  width: 100%;
  min-height: 230px;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 40px;
  border: 1px solid var(--magenta);
  border-radius: 2px;
  background: rgba(10, 10, 10, 0.72);
}

.info-card__icon,
.stat-box {
  width: 150px;
  height: 150px;
  flex: 0 0 auto;
}

.info-card p {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
}

.stat-box strong {
  color: #f200a7;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.62px;
}

.stat-box span {
  color: var(--white);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.93px;
}

.cycle-section {
  position: absolute;
  top: 2550px;
  left: 120px;
  width: 1360px;
  height: 980px;
  background: var(--page-bg);
}

.cycle-section h2 {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  color: var(--white);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
  text-align: center;
  text-transform: uppercase;
}

.cycle-section h2 span:nth-child(2) {
  color: var(--magenta);
  letter-spacing: -0.32px;
}

.cycle-grid {
  position: relative;
  display: grid;
  width: 1360px;
  height: 740px;
  margin-top: 100px;
  grid-template-columns: repeat(2, 670px);
  grid-template-rows: repeat(2, 360px);
  gap: 20px;
}

.cycle-card {
  position: relative;
  display: flex;
  width: 670px;
  height: 360px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 40px 48px;
  border: 1px solid var(--magenta);
  border-radius: 2px;
  background: var(--page-bg);
}

.cycle-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
}

.cycle-card h3 {
  margin: 0;
  color: var(--lime);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.44px;
}

.cycle-card p {
  width: 420px;
  max-width: 100%;
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.cycle-card__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  overflow: visible;
}

.cycle-arrow {
  position: absolute;
  z-index: 2;
  width: 72px;
  height: 72px;
  filter: grayscale(1) brightness(1.25);
  pointer-events: none;
}

.cycle-arrow--right {
  top: 144px;
  left: 644px;
}

.cycle-arrow--down {
  top: 334px;
  left: 989px;
  transform: rotate(90deg);
}

.cycle-arrow--left {
  top: 524px;
  left: 644px;
  transform: rotate(180deg);
}

.cycle-arrow--up {
  top: 334px;
  left: 299px;
  transform: rotate(-90deg);
}

@keyframes vinyl-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cube-float-left {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-18px) rotate(1deg);
  }
}

@keyframes cube-float-right {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(16px) rotate(-1.5deg);
  }
}

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