@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #182431;
  --bg-deep: #111c28;
  --white: #ffffff;
  --muted: #a7b1c1;
  --dim: #697586;
  --blue: #2564bd;
  --cyan: #5ee7ff;
  --pink: #ff4fa3;
  --purple: #7f3dff;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: #162230;
}
body {
  margin: 0;
  min-height: 100vh;
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  background:
    radial-gradient(circle at 17% 2%, rgba(198, 231, 255, .75) 0 58px, rgba(85, 111, 199, .48) 128px, transparent 280px),
    radial-gradient(circle at 74% -4%, rgba(130, 151, 170, .38), transparent 180px),
    radial-gradient(circle at 87% 34%, rgba(57, 113, 216, .62), transparent 280px),
    radial-gradient(circle at 92% 47%, rgba(94, 203, 183, .38), transparent 330px),
    radial-gradient(circle at 16% 23%, rgba(89, 38, 129, .47), transparent 290px),
    linear-gradient(180deg, #162230 0%, #172332 28%, #192838 50%, #192838 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-glow {
  position: absolute;
  pointer-events: none;
  filter: blur(70px);
  opacity: .62;
  z-index: -1;
}
.page-glow--top { width: 380px; height: 380px; left: -120px; top: -70px; background: #762fb7; }
.page-glow--mid { width: 620px; height: 620px; right: -260px; top: 2460px; background: #266ad2; }
.page-glow--right { width: 540px; height: 540px; right: -210px; top: 4400px; background: #71ceb8; opacity: .42; }

.section-shell {
  width: min(1170px, calc(100% - 64px));
  margin-inline: auto;
}
.hero.section-shell {
  width: min(1305px, calc(100% - 160px));
}
.narrow-section {
  width: min(1070px, calc(100% - 64px));
  margin-inline: auto;
}

.tiny-label {
  margin: 0 0 12px;
  color: rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.site-header {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1170px, calc(100% - 64px));
  transform: translateX(-50%);
}
.brand { font-size: 13px; font-weight: 900; letter-spacing: .02em; }
.icon-button {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: rgba(255,255,255,.72);
  background: transparent;
  border: 0;
}
.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.menu-icon { gap: 4px; transform: rotate(180deg); }
.menu-icon span { display:block; width: 13px; height: 2px; background: rgba(255,255,255,.7); border-radius: 99px; }
.menu-icon span:last-child { width: 8px; }

.side-social {
  position: fixed;
  right: 82px;
  top: 94px;
  z-index: 20;
  display: grid;
  gap: 23px;
}
.side-social a { display: grid; width: 17px; height: 17px; place-items: center; opacity: .88; }
.side-social svg { width: 17px; height: 17px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; padding-top: 132px; }
.hero-label { position: absolute; left: 80px; top: 143px; }
.hero h1 {
  position: relative;
  z-index: 2;
  margin: 0 0 -118px 197px;
  font-size: clamp(58px, 7.35vw, 124px);
  line-height: .97;
  font-weight: 800;
  letter-spacing: -4px;
}
.hero h1 span { position: relative; }
.hero h1 span::after {
  content: '';
  position: absolute;
  left: 258px;
  top: 61%;
  width: 172px;
  height: 15px;
  border: 9px solid #fff;
  border-left: 0;
  border-radius: 0 50px 50px 0;
  transform: translateY(-50%);
}
.hero-media { position: relative; height: 485px; overflow: visible; border-radius: 60px 0 0 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 60px 0 0 0; display: block; }
.round-badge {
  position: absolute;
  right: 27px;
  bottom: -58px;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 30px rgba(255,255,255,.08);
}
.round-badge span { position: absolute; font-size: 8px; font-weight: 900; letter-spacing: 3px; color: rgba(255,255,255,.65); transform: rotate(-19deg); }
.round-badge b { font-size: 25px; font-weight: 400; color: rgba(255,255,255,.84); }

.about { padding: 306px 0 170px; text-align: center; }
.lead { margin: 0 auto; max-width: 1035px; color: #aab4c0; font-size: 25px; font-weight: 600; line-height: 1.78; }
.lead strong { color: #fff; font-weight: 900; }
.down-arrow { display: inline-block; margin-top: 24px; color: #fff; font-size: 31px; line-height: 1; }


.worlds { padding: 0 0 214px; text-align: center; }
h2 { margin: 0; font-weight: 800; letter-spacing: -1.8px; }
.worlds h2, .people h2, .insights h2 { font-size: clamp(36px, 4.4vw, 63px); line-height: 1.12; }
.world-cards {
  display: grid;
  grid-template-columns: 170px 370px 170px 170px 170px;
  gap: 28px;
  height: 560px;
  margin-top: 58px;
  justify-content: center;
}
.world-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #13283c;
}
.world-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 17, 30, 0) 28%, rgba(13, 24, 39, .1) 48%, rgba(10, 18, 31, .66) 100%);
  pointer-events: none;
}
.world-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.world-card h3 {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}
.world-card.slim h3 {
  left: 34px;
  bottom: 35px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  white-space: nowrap;
}
.world-card.active h3 {
  left: 34px;
  bottom: 34px;
  font-size: 27px;
}
.world-card.active p {
  position: absolute;
  left: 34px;
  bottom: 82px;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
}
.pill-icon {
  position: absolute;
  left: 34px;
  bottom: 115px;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  font-size: 14px;
}
.world-card--hogwarts img { object-position: 86% center; }
.world-card--upside img { object-position: 48% center; }
.world-card--kadirojo img { object-position: 50% center; }
.world-card--paradise img { object-position: 50% center; }
.world-card--hawkins img { object-position: 49% center; }

.section-snapshot {
  width: 100%;
  margin: 0;
  line-height: 0;
}
.section-snapshot img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer { padding-bottom:48px; }
.footer-cta { display:flex; align-items:center; justify-content:space-between; padding-bottom:55px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-cta h2 { font-size:54px; line-height:1; }
.enter-button { display:flex; align-items:center; gap:10px; padding:13px 25px; border-radius:999px; background:#3d8bc4; font-size:11px; font-weight:900; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; padding-top:38px; font-size:12px; color:#aeb8c6; }
.footer-bottom strong { color:#fff; font-size:14px; }
.footer-bottom nav { display:flex; gap:24px; color:#fff; font-weight:900; }

@media (max-width: 900px) {
  .side-social { display:none; }
  .section-shell, .narrow-section, .site-header { width: min(100% - 32px, 620px); }
  .hero { padding-top: 150px; }
  .hero h1 { margin-left:0; letter-spacing:-2px; }
  .hero h1 span::after { display:none; }
  .hero-media { height:300px; border-radius:34px 0 0 0; }
  .about { padding:150px 0 100px; }
  .lead { font-size:18px; }
  .world-cards { grid-template-columns:1fr; height:auto; }
  .world-card { height:140px; }
  .world-card.active { height:360px; }
  .split, .split--reverse { grid-template-columns:1fr; gap:30px; padding-bottom:110px; }
  .split--reverse .planet-art { order:-1; }
  .copy-block .tiny-label { text-align:center; }
  .copy-block h2, .worlds h2, .people h2, .insights h2 { text-align:center; }
  .planet-art--small span, .planet-art--large span { left:50%; right:auto; transform:translateX(-50%); width:300px; height:300px; }
  .feature-row, .article-card, .quote-card, .footer-cta, .footer-bottom { grid-template-columns:1fr; display:grid; text-align:center; gap:24px; }
  .article-card img, .article-image { width:100%; }
  .article-card a { margin:auto; }
  .map-pin, .profile-card { transform:scale(.72); }
}
