:root {
  --ink: #08090b;
  --paper: #f0f0eb;
  --blue: #9cc9ea;
  --blue-bright: #b7dcf5;
  --line: rgba(8, 9, 11, .16);
  --panel-radius: 24px;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, video { display: block; max-width: 100%; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 88px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.brand { display: flex; align-items: center; gap: 12px; font: 800 14px/1 "Manrope", sans-serif; letter-spacing: .11em; }
.brand img { width: 32px; height: 32px; object-fit: contain; }
#site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
#site-nav a { transition: opacity .25s; }
#site-nav a:hover { opacity: .65; }
.nav-cta { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 11px 16px; }
.nav-cta span { margin-left: 8px; }
.menu-toggle { display: none; color: #fff; border: 0; background: transparent; }

.hero {
  position: relative;
  min-height: 810px;
  height: 100svh;
  max-height: 1060px;
  padding: 140px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 72px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .8fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  color: #fff;
  background:
    radial-gradient(circle at 74% 18%, rgba(73,126,166,.28), transparent 32%),
    radial-gradient(circle at 18% 84%, rgba(51,87,112,.18), transparent 34%),
    var(--ink);
}
.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -280px;
  bottom: -300px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015);
}
.hero-copy { position: relative; z-index: 2; max-width: 730px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(63px, 7.3vw, 116px); line-height: .88; font-weight: 700; }
h1 em { color: var(--blue-bright); font-weight: 400; }
.hero-intro { max-width: 580px; margin: 34px 0 0; color: rgba(255,255,255,.68); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 190px; gap: 28px; padding: 16px 19px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-bright); color: var(--ink); }
.text-link { display: inline-flex; gap: 9px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.text-link span, .arrow { transition: transform .25s; }
.text-link:hover span, .venture:hover .arrow { transform: translate(3px, -3px); }

.brand-film {
  position: relative;
  z-index: 2;
  width: min(100%, 530px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  overflow: hidden;
  border-radius: var(--panel-radius);
  background: #0e1115;
  box-shadow: 0 40px 110px rgba(0,0,0,.35);
}
.brand-film video { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.film-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(145deg, #10151a, #050607); }
.film-fallback img { position: relative; z-index: 1; width: 38%; filter: drop-shadow(0 20px 50px rgba(120,190,235,.2)); animation: breathe 4s ease-in-out infinite; }
.orbit { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(183,220,245,.2); border-radius: 50%; animation: orbit 10s linear infinite; }
.orbit::after { content: ""; position: absolute; top: 12%; left: 9%; width: 8px; height: 8px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 28px var(--blue); }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.04); opacity: .85; } }
.film-label, .film-caption { position: absolute; z-index: 3; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; }
.film-label { top: 0; padding: 18px 20px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.film-label { justify-content: flex-end; }
.sound-toggle { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); color: inherit; background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.film-caption { bottom: 0; align-items: end; padding: 22px; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.film-caption p { margin: 0; font: 600 18px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.film-caption > span { font-size: 10px; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .14em; }
.scroll-note { position: absolute; left: max(32px, calc((100vw - var(--max)) / 2 + 32px)); bottom: 28px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-note span { margin-left: 10px; }

.marquee { overflow: hidden; padding: 22px 0; border-bottom: 1px solid var(--line); background: var(--blue-bright); }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marquee 24s linear infinite; }
.marquee span { margin: 0 32px; font: 700 clamp(26px, 3vw, 44px)/1 "Manrope", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.marquee i { font-style: normal; font-size: 14px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-wrap { max-width: var(--max); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.world { padding-top: 130px; padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr .75fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.section-heading .eyebrow { align-self: start; margin-top: 12px; }
.section-heading h2, .manifesto h2 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: .98; }
.section-heading > p:last-child { margin: 0; color: rgba(8,9,11,.6); font-size: 16px; line-height: 1.6; }
.ventures { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.venture { position: relative; min-height: 600px; padding: 25px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--panel-radius); background: #ddd; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s; }
.venture:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(8,9,11,.12); }
.venture-top { position: relative; z-index: 4; display: flex; justify-content: space-between; font-size: 12px; }
.arrow { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; }
.venture-copy { position: relative; z-index: 4; }
.venture-copy p { margin: 0 0 6px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.venture-copy h3 { margin: 0 0 18px; font-size: clamp(42px, 4.5vw, 68px); line-height: .9; }
.venture-copy > span { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.venture-music { color: #fff; background: #11141a; }
.music-art { position: absolute; inset: 8% 2% 24%; }
.record { position: absolute; width: 60%; aspect-ratio: 1; top: 6%; left: 20%; border-radius: 50%; background: repeating-radial-gradient(circle, #1c2229 0 2px, #0d0f12 3px 7px); box-shadow: 0 30px 70px #000; }
.record::before { content: ""; position: absolute; inset: 42%; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 24px #dae2e6; }
.record::after { content: ""; position: absolute; inset: 49%; border-radius: 50%; background: #090a0c; }
.wave { position: absolute; left: 5%; right: 5%; height: 90px; top: 44%; border-top: 2px solid var(--blue-bright); border-radius: 50%; opacity: .65; transform: rotate(-5deg); }
.wave-two { top: 53%; transform: rotate(8deg); opacity: .25; }
.venture-studio { background: var(--blue-bright); }
.studio-art { position: absolute; inset: 11% 5% 25%; display: grid; place-items: center; }
.level-bars { width: 86%; height: 80%; display: flex; align-items: center; gap: 10px; }
.level-bars i { flex: 1; height: 18%; background: var(--ink); animation: level 1.5s ease-in-out infinite alternate; }
.level-bars i:nth-child(2n) { height: 50%; animation-delay: -.4s; }
.level-bars i:nth-child(3n) { height: 80%; animation-delay: -.8s; }
.level-bars i:nth-child(4n) { height: 32%; animation-delay: -1.1s; }
@keyframes level { to { transform: scaleY(.55); } }
.venture-web { background: #dddcd5; }
.web-art { position: absolute; inset: 10% 4% 23%; display: grid; place-items: center; }
.browser { width: 82%; aspect-ratio: 4 / 3; padding: 15px; border: 2px solid var(--ink); box-shadow: 20px 20px 0 var(--blue); transform: rotate(-3deg); }
.browser > span { display: inline-block; width: 7px; height: 7px; margin-right: 3px; border: 1px solid var(--ink); border-radius: 50%; }
.browser > div { height: calc(100% - 20px); margin-top: 10px; display: grid; place-items: center; border-top: 1px solid var(--ink); background: var(--ink); color: #fff; text-align: center; }
.browser b { font: 700 clamp(26px, 4vw, 52px)/.9 "Manrope", sans-serif; letter-spacing: -.06em; }
.venture-gear { color: #fff; background: #344e65; }
.gear-art { position: absolute; inset: 0; }
.gear-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(6,12,17,.7)); }
.gear-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.venture-gear:hover img { transform: scale(1.035); }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; padding-top: 80px; padding-bottom: 80px; border-top: 1px solid var(--line); }
.manifesto-mark { position: relative; display: grid; place-items: center; margin-right: 80px; border-radius: var(--panel-radius); background: var(--ink); overflow: hidden; }
.manifesto-mark::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(183,220,245,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(183,220,245,.03), 0 0 0 110px rgba(183,220,245,.02); }
.manifesto-mark img { position: relative; width: 48%; }
.manifesto-copy { align-self: center; max-width: 580px; padding: 40px 0; }
.manifesto-copy > p:not(.eyebrow) { color: rgba(8,9,11,.65); font-size: 17px; line-height: 1.65; }
.manifesto-copy > p:nth-of-type(2) { margin-top: 35px; }
.manifesto-copy .text-link { margin-top: 22px; }

.cta { max-width: calc(var(--max) - 64px); min-height: 650px; margin-top: 90px; margin-bottom: 32px; padding-top: 80px; padding-bottom: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: var(--panel-radius); text-align: center; color: #fff; background: var(--ink); }
.cta > p { margin: 0 0 26px; color: var(--blue-bright); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.cta h2 { margin: 0; font-size: clamp(65px, 8.5vw, 125px); line-height: .82; }
.cta > div { display: flex; gap: 12px; margin-top: 48px; }
.button-light { color: var(--ink); background: #fff; }
.button-outline { border: 1px solid rgba(255,255,255,.4); color: #fff; }

footer { max-width: var(--max); min-height: 250px; margin: 0 auto; padding: 50px 32px 30px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 12px; font: 800 17px "Manrope", sans-serif; letter-spacing: .09em; }
.footer-brand img { width: 42px; }
.socials { display: flex; justify-content: flex-end; gap: 26px; font-size: 13px; }
.socials a:hover { text-decoration: underline; }
.footer-meta { grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: rgba(8,9,11,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 74px; padding: 0 20px; }
  .menu-toggle { position: relative; z-index: 3; display: block; width: 36px; height: 36px; }
  .menu-toggle > span:not(.sr-only) { position: absolute; left: 7px; right: 7px; height: 1px; background: currentColor; transition: transform .25s, top .25s; }
  .menu-toggle > span:first-child { top: 14px; }
  .menu-toggle > span:nth-child(2) { top: 21px; }
  .menu-toggle[aria-expanded="true"] > span:first-child { top: 18px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 18px; transform: rotate(-45deg); }
  #site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--ink); font: 600 30px "Manrope", sans-serif; transform: translateY(-100%); transition: transform .45s cubic-bezier(.7,0,.2,1); }
  #site-nav.open { transform: none; }
  .nav-cta { font-size: 15px; }
  .hero { height: auto; min-height: 0; padding: 120px 20px 55px; grid-template-columns: 1fr; gap: 60px; }
  h1 { font-size: clamp(59px, 15vw, 92px); }
  .hero-intro { font-size: 17px; }
  .brand-film { width: 100%; max-width: 590px; justify-self: center; aspect-ratio: 4 / 4.6; }
  .scroll-note { display: none; }
  .section-wrap { padding-left: 20px; padding-right: 20px; }
  .world { padding-top: 90px; padding-bottom: 100px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 45px; }
  .section-heading .eyebrow { margin-bottom: 20px; }
  .section-heading > p:last-child { max-width: 500px; margin-top: 12px; }
  .venture { min-height: 520px; }
  .manifesto { min-height: 0; grid-template-columns: 1fr; }
  .manifesto-mark { min-height: 560px; margin: 0; }
  .manifesto-copy { padding: 80px 0 20px; }
  .cta { margin: 50px 20px 20px; }
  footer { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 650px) {
  .hero-copy .eyebrow { font-size: 9px; letter-spacing: .1em; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .ventures { grid-template-columns: 1fr; }
  .venture { min-height: 520px; }
  .manifesto-mark { min-height: 430px; }
  .cta { min-height: 550px; padding: 65px 20px; }
  .cta h2 { font-size: clamp(56px, 18vw, 85px); }
  .cta > div { width: 100%; flex-direction: column; }
  .cta .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 38px; }
  .socials { justify-content: flex-start; flex-wrap: wrap; gap: 18px; }
  .footer-meta { grid-column: 1; gap: 18px; flex-wrap: wrap; }
}

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