:root {
  --black: #000;
  --white: #f5f5f7;
  --soft-white: #fbfbfd;
  --grey: #86868b;
  --dark-grey: #1d1d1f;
  --card: #161617;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #f5c76a;
  --red: #ff453a;
  --blue: #64d2ff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter",
    "Segoe UI", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
}

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

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  backdrop-filter: blur(24px);
  background: rgba(0, 0, 0, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-inner {
  max-width: 1080px;
  margin: auto;
  height: 48px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 17px;
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 26px;
  font-size: 12px;
  color: rgba(245, 245, 247, 0.75);
}

.nav-links a:hover {
  color: white;
}

.hero {
  min-height: 120vh;
  padding: 150px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(245, 199, 106, 0.22), transparent 25%),
    radial-gradient(circle at 50% 60%, rgba(255, 69, 58, 0.2), transparent 34%),
    #000;
  position: relative;
  overflow: hidden;
}

.eyebrow,
.section-label {
  color: var(--gold);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(64px, 12vw, 180px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  padding: 0.08em 0.04em;
  font-weight: 700;
  background: linear-gradient(180deg, #fff 15%, #b7b7bd 55%, #5b5b60 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 780px;
  margin-top: 32px;
  font-size: clamp(24px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #f5f5f7;
}

.hero-product {
  position: relative;
  margin-top: 80px;
  width: min(78vw, 580px);
  height: 520px;
  display: grid;
  place-items: center;
}

.operator-card {
  width: min(72vw, 360px);
  height: 480px;
  border-radius: 54px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.03)),
    linear-gradient(180deg, #1b1b1f, #050505);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.06),
    0 70px 140px rgba(255, 69, 58, 0.22),
    0 20px 50px rgba(245, 199, 106, 0.14);
  display: grid;
  place-items: end center;
  padding-bottom: 38px;
  position: relative;
  overflow: hidden;
}

.operator-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 620px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(245, 199, 106, 0.8),
    rgba(255, 69, 58, 0.6),
    transparent
  );
  transform: rotate(35deg);
  filter: blur(8px);
}
.operator-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050505;
  border-radius: inherit;
  opacity: 0.82;
  z-index: 1;
}

.operator-card span {
  z-index: 3;
}

.operator-card::before {
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0.25;
  pointer-events: none;
}

.operator-card::after {
  z-index: 4;
  pointer-events: none;
}

.operator-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,0.08);
}

.operator-card span {
  z-index: 2;
  font-size: 13px;
  letter-spacing: 0.24em;
  color: rgba(255,255,255,0.7);
}

.blade-glow {
  position: absolute;
  width: 260px;
  height: 760px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(100, 210, 255, 0.95),
    rgba(245, 199, 106, 0.9),
    transparent
  );
  transform: rotate(42deg);
  filter: blur(30px);
  opacity: 0.45;
}

.statement-section {
  min-height: 85vh;
  display: grid;
  place-items: center;
  padding: 80px 24px;
  background: var(--soft-white);
  color: var(--dark-grey);
}

.statement-section p {
  max-width: 1050px;
  font-size: clamp(44px, 8vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 700;
  text-align: center;
}

.black-stage,
.talents,
.specs,
.finale {
  padding: 120px 24px;
  max-width: 1180px;
  margin: auto;
}

.black-stage h2,
.skill-showcase h2,
.split-section h2,
.dragon-section h2,
.talents h2,
.specs h2,
.finale h2 {
  font-size: clamp(48px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.section-copy {
  max-width: 760px;
  margin-top: 28px;
  color: var(--grey);
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.feature-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-grid article,
.talent-grid article {
  background: var(--card);
  border-radius: 34px;
  padding: 34px;
  min-height: 290px;
  border: 1px solid rgba(255,255,255,0.08);
}

.feature-grid h3,
.talent-grid h3 {
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.feature-grid p,
.talent-grid p {
  color: var(--grey);
  font-size: 18px;
}

.skill-showcase {
  min-height: 100vh;
  padding: 120px 24px;
  display: grid;
  place-items: center;
}

.skill-showcase.light {
  background: var(--soft-white);
  color: var(--dark-grey);
}

.skill-showcase.dark {
  background:
    radial-gradient(circle at 70% 40%, rgba(255, 69, 58, 0.25), transparent 30%),
    #000;
  color: var(--white);
}

.skill-text {
  max-width: 980px;
  text-align: center;
}

.skill-text p:not(.section-label) {
  max-width: 820px;
  margin: 30px auto 0;
  color: var(--grey);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.stat-panel {
  max-width: 1000px;
  width: 100%;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stat-panel div {
  background: white;
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.stat-panel strong {
  display: block;
  font-size: clamp(42px, 6vw, 74px);
  letter-spacing: -0.06em;
  color: var(--dark-grey);
}

.stat-panel span {
  display: block;
  margin-top: 8px;
  color: var(--grey);
  font-size: 17px;
}

.big-number {
  margin-top: 70px;
  text-align: center;
}

.big-number span {
  display: inline-block;
  font-size: clamp(90px, 20vw, 260px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  padding: 0.08em 0.04em 0em;
  background: linear-gradient(180deg, #fff, var(--red));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.big-number p {
  margin-top: 24px;
  color: var(--grey);
  font-size: 24px;
}

.split-section {
  min-height: 80vh;
  padding: 120px 24px;
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.split-section p:last-child {
  color: var(--grey);
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.dragon-section {
  min-height: 120vh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 120px 24px;
  background: #050000;
}

.dragon-bg {
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background:
    conic-gradient(
      from 180deg,
      transparent,
      rgba(255, 69, 58, 0.8),
      rgba(245, 199, 106, 0.85),
      transparent,
      rgba(100, 210, 255, 0.5),
      transparent
    );
  filter: blur(70px);
  opacity: 0.45;
  animation: slowSpin 18s linear infinite;
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

.dragon-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  text-align: center;
}

.dragon-content p:not(.section-label) {
  max-width: 850px;
  margin: 30px auto 0;
  color: rgba(245,245,247,0.72);
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.dragon-stats {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dragon-stats div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(24px);
  border-radius: 30px;
  padding: 30px 20px;
}

.dragon-stats strong {
  display: block;
  font-size: 54px;
  letter-spacing: -0.06em;
}

.dragon-stats span {
  color: rgba(245,245,247,0.62);
}

.talents {
  text-align: center;
}

.talent-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  text-align: left;
}

.talent-grid article span {
  display: block;
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.specs {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.spec-list {
  margin-top: 70px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.spec-list span {
  color: var(--grey);
  font-size: 18px;
}

.spec-list strong {
  font-size: 22px;
  text-align: right;
}

.finale {
  min-height: 75vh;
  padding: 120px 24px 80px;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.finale::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("finale-bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: -2;
}

.finale::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.85)
    );
  z-index: -1;
}
.finale p {
  color: var(--grey);
  font-size: 30px;
  letter-spacing: -0.03em;
}

.finale h2 {
  margin: 24px 0 28px;
  padding: 0.1em 0.05em 0.15em;
  line-height: 1.05;
  display: inline-block;

  background: linear-gradient(180deg, #fff, #86868b);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.footnotes {
  position: relative;
  z-index: 5;
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 24px 56px;
  color: rgba(245, 245, 247, 0.52);
  font-size: 11px;
  line-height: 1.45;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
}

.footnotes p {
  margin-bottom: 8px;
}

.footnotes p {
  margin-bottom: 8px;
}
.button {
  display: inline-block;
  margin-top: 40px;
  background: #0071e3;
  color: white;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 17px;
}

.button:hover {
  background: #147ce5;
}

@media (max-width: 850px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 100vh;
  }

  .hero-product {
    height: 420px;
  }

  .operator-card {
    height: 380px;
    border-radius: 42px;
  }

  .feature-grid,
  .stat-panel,
  .dragon-stats,
  .talent-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .black-stage,
  .talents,
  .specs,
  .finale,
  .skill-showcase,
  .split-section,
  .dragon-section {
    padding: 90px 22px;
  }

  .section-copy,
  .skill-text p:not(.section-label),
  .dragon-content p:not(.section-label),
  .split-section p:last-child {
    font-size: 22px;
  }

  .feature-grid article,
  .talent-grid article {
    min-height: auto;
  }

  .spec-list div {
    flex-direction: column;
  }

  .spec-list strong {
    text-align: left;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softFloat {
  0%, 100% {
    transform: translateY(0);
  }

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

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.45;
    filter: blur(30px);
  }

  50% {
    opacity: 0.8;
    filter: blur(42px);
  }
}
.hero .eyebrow {
  animation: fadeUp 0.8s ease-out both;
}

.hero h1 {
  animation: fadeUp 1s ease-out 0.15s both;
}

.hero-copy {
  animation: fadeUp 1s ease-out 0.3s both;
}

.blade-glow {
  animation: glowPulse 3.5s ease-in-out infinite;
}

.feature-grid article,
.talent-grid article,
.stat-panel div,
.dragon-stats div {
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.feature-grid article:hover,
.talent-grid article:hover,
.stat-panel div:hover,
.dragon-stats div:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.28);
}
