:root {
  --gold: #E6AC19;
  --blue: #1077D8;
  --background: #090B10;
  --white: #F5F7FA;
  --muted: #A8B0BF;
  --panel: #121721;
  --panel-strong: #171E2B;
  --line: rgba(245, 247, 250, 0.13);
  --shadow: rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 20% 0%, rgba(16, 119, 216, 0.24), transparent 32rem),
    radial-gradient(circle at 85% 18%, rgba(230, 172, 25, 0.18), transparent 26rem),
    linear-gradient(180deg, #090B10 0%, #0C1017 48%, #090B10 100%);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(245, 247, 250, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 247, 250, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 11, 16, 0.72);
  box-shadow: 0 18px 50px var(--shadow);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(230, 172, 25, 0.35);
  background: rgba(9, 11, 16, 0.9);
}

.brand-mark,
.site-nav {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 10px;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-icon {
  display: grid;
  position: relative;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(230, 172, 25, 0.55);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(230, 172, 25, 0.95), rgba(16, 119, 216, 0.92)),
    #111722;
  color: #05070B;
  font-size: 0.78rem;
  font-weight: 900;
  overflow: hidden;
}

.brand-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-fallback {
  position: relative;
  z-index: 0;
}

.site-nav {
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(245, 247, 250, 0.08);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  padding: 144px max(24px, calc((100vw - 1180px) / 2)) 42px;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 820px;
}

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

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

h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(4.2rem, 12vw, 9.8rem);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 12px;
  color: #DCE4EF;
  font-size: clamp(1.2rem, 2.6vw, 2rem);
  line-height: 1.28;
  font-weight: 700;
}

.hero-support {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 800;
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0.94rem;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: #07080B;
}

.button-blue {
  background: var(--blue);
  color: var(--white);
}

.button-ghost {
  border-color: rgba(245, 247, 250, 0.23);
  background: rgba(245, 247, 250, 0.07);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 11, 16, 0.98) 0%, rgba(9, 11, 16, 0.86) 44%, rgba(9, 11, 16, 0.42) 100%),
    linear-gradient(0deg, rgba(9, 11, 16, 0.96) 0%, rgba(9, 11, 16, 0.34) 44%, rgba(9, 11, 16, 0.58) 100%);
}

.hero-banner {
  position: absolute;
  top: 86px;
  right: max(-220px, calc((100vw - 1180px) / 2 - 180px));
  width: min(1120px, 72vw);
  max-width: none;
  border: 1px solid rgba(245, 247, 250, 0.1);
  border-radius: 8px;
  opacity: 0.62;
  transform: perspective(1200px) rotateY(-7deg);
  transform-origin: right center;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.55);
}

.card-stack {
  position: absolute;
  width: min(31vw, 380px);
  aspect-ratio: 0.72;
  border: 1px solid rgba(245, 247, 250, 0.14);
  border-radius: 8px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35);
  transform: rotate(-12deg);
  opacity: 0.2;
}

.card-stack::before,
.card-stack::after {
  position: absolute;
  content: "";
  border-radius: 6px;
}

.card-stack::before {
  inset: 14px;
  border: 1px solid rgba(245, 247, 250, 0.18);
}

.card-stack::after {
  left: 12%;
  right: 12%;
  bottom: 13%;
  height: 18%;
  background: rgba(245, 247, 250, 0.08);
}

.card-stack-one {
  right: 8%;
  top: 34%;
  background:
    linear-gradient(135deg, rgba(230, 172, 25, 0.46), transparent 38%),
    linear-gradient(225deg, rgba(16, 119, 216, 0.46), transparent 42%),
    var(--panel-strong);
}

.card-stack-two {
  right: -5%;
  top: 46%;
  background:
    linear-gradient(150deg, rgba(16, 119, 216, 0.55), transparent 50%),
    var(--panel);
  transform: rotate(8deg);
  opacity: 0.18;
}

.card-stack-three {
  right: 24%;
  bottom: -18%;
  background:
    linear-gradient(160deg, rgba(230, 172, 25, 0.42), transparent 44%),
    #0E131D;
  transform: rotate(18deg);
  opacity: 0.16;
}

.hero-stat-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: end;
  gap: 1px;
  max-width: 760px;
  margin-top: 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.hero-stat-strip div {
  padding: 18px;
  background: rgba(18, 23, 33, 0.82);
}

.hero-stat-strip strong,
.hero-stat-strip span {
  display: block;
}

.hero-stat-strip strong {
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 1.2rem;
}

.hero-stat-strip span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.section,
.connect-section,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 38px;
  align-items: start;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 780px;
  grid-template-columns: 1fr;
  gap: 0;
}

.section-bridge {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
  line-height: 1.08;
  font-weight: 900;
}

.about-grid,
.world-grid,
.video-grid {
  display: grid;
  gap: 18px;
}

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

.profile-panel,
.world-card,
.video-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.06), rgba(245, 247, 250, 0.025));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.profile-panel {
  padding: 30px;
}

.profile-panel p,
.world-card p,
.video-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.profile-panel p:last-child,
.world-card p:last-child,
.video-card p:last-child {
  margin-bottom: 0;
}

.accent-panel {
  border-color: rgba(16, 119, 216, 0.42);
  background:
    linear-gradient(145deg, rgba(16, 119, 216, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(245, 247, 250, 0.06), rgba(245, 247, 250, 0.025));
}

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

.world-card {
  position: relative;
  min-height: 430px;
  padding: 32px;
  overflow: hidden;
}

.world-card::after {
  position: absolute;
  right: -54px;
  bottom: -82px;
  width: 220px;
  aspect-ratio: 0.72;
  border: 1px solid rgba(230, 172, 25, 0.34);
  border-radius: 8px;
  content: "";
  transform: rotate(18deg);
}

.blue-card::after {
  border-color: rgba(16, 119, 216, 0.46);
}

.world-kicker {
  display: inline-flex;
  margin-bottom: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(230, 172, 25, 0.35);
  border-radius: 6px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blue-card .world-kicker {
  border-color: rgba(16, 119, 216, 0.45);
  color: #58A8F4;
}

ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #D6DEE9;
  font-size: 0.98rem;
  font-weight: 700;
}

li::before {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold);
  content: "";
  flex: 0 0 auto;
}

.blue-card li::before {
  background: var(--blue);
}

.text-link {
  color: var(--white);
  font-weight: 900;
  border-bottom: 2px solid var(--gold);
}

.blue-card .text-link {
  border-color: var(--blue);
}

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

.video-card {
  padding: 12px;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.video-card:hover,
.video-card:focus-visible {
  border-color: rgba(230, 172, 25, 0.44);
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.09), rgba(245, 247, 250, 0.035));
  transform: translateY(-4px);
}

.video-card h3,
.video-card p {
  padding: 0 10px;
}

.video-card h3 {
  margin-top: 20px;
  font-size: 1.12rem;
}

.video-frame {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 9;
  place-items: center;
  border: 1px solid rgba(245, 247, 250, 0.11);
  border-radius: 7px;
  background:
    linear-gradient(140deg, rgba(16, 119, 216, 0.36), transparent 52%),
    linear-gradient(320deg, rgba(230, 172, 25, 0.28), transparent 48%),
    #111722;
  overflow: hidden;
}

.video-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 34%, rgba(9, 11, 16, 0.58) 100%),
    radial-gradient(circle at center, transparent 0%, rgba(9, 11, 16, 0.12) 100%);
}

.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease, filter 220ms ease;
}

.video-card:hover .video-frame img,
.video-card:focus-visible .video-frame img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.04);
}

.gold-frame img {
  object-position: center 28%;
}

.blue-frame img {
  object-position: center;
}

.play-icon {
  position: absolute;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(9, 11, 16, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(245, 247, 250, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(8px);
}

.play-icon::after {
  display: block;
  width: 0;
  height: 0;
  margin: 18px 0 0 23px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--white);
  content: "";
}

.connect-section {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 42px;
  padding: 42px;
  border: 1px solid rgba(230, 172, 25, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(230, 172, 25, 0.16), transparent 44%),
    linear-gradient(225deg, rgba(16, 119, 216, 0.16), transparent 46%),
    rgba(18, 23, 33, 0.76);
}

.connect-copy {
  position: relative;
  min-height: 190px;
  padding-left: 138px;
}

.connect-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(230, 172, 25, 0.48);
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

.connect-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.connect-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(245, 247, 250, 0.06);
  color: var(--white);
  font-weight: 900;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.connect-links a:hover,
.connect-links a:focus-visible {
  border-color: rgba(230, 172, 25, 0.5);
  background: rgba(245, 247, 250, 0.1);
  transform: translateY(-2px);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 900;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 860px;
    padding-top: 174px;
  }

  .card-stack {
    width: 270px;
  }

  .hero-banner {
    top: 260px;
    right: -420px;
    width: 920px;
    opacity: 0.64;
  }

  .card-stack-one {
    right: -54px;
    top: 330px;
  }

  .card-stack-two {
    right: 120px;
    top: 430px;
  }

  .card-stack-three {
    display: none;
  }

  .section-heading,
  .about-grid,
  .world-grid,
  .video-grid,
  .connect-section {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 70px 0;
  }

  .hero-stat-strip {
    grid-template-columns: 1fr;
  }

  .connect-section {
    padding: 28px;
  }

  .connect-copy {
    min-height: 0;
    padding-left: 0;
    padding-top: 124px;
  }
}

@media (max-width: 540px) {
  .site-header {
    width: min(100% - 20px, 1180px);
    margin-top: 10px;
    padding: 10px;
  }

  .brand-mark {
    font-size: 0.84rem;
  }

  .site-nav a {
    padding: 8px 9px;
    font-size: 0.8rem;
  }

  .hero {
    min-height: 820px;
    padding-inline: 16px;
  }

  h1 {
    font-size: clamp(3.45rem, 18vw, 5rem);
  }

  .hero-copy {
    font-size: 1.1rem;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .section,
  .connect-section,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .profile-panel,
  .world-card {
    padding: 24px;
  }

  .connect-links {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
