@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --ink: #05070c;
  --panel: #0a0e17;
  --panel-2: #0e1421;
  --paper: #f4f5f8;
  --muted: #9aa4b6;
  --line: rgba(255, 255, 255, .13);
  --red: #d3142b;
  --red-hot: #ff2945;
  --cyan: #36d5e5;
  --violet: #a687ff;
  --gold: #d9aa56;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ink);
  color: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; background: white; color: black; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto; height: 104px; padding: 0 clamp(22px, 5vw, 82px);
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 58px; height: 54px; object-fit: contain; filter: drop-shadow(0 5px 15px rgba(0,0,0,.35)); }
.brand span { display: grid; line-height: 1; }
.brand strong { font: 800 24px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: #bac2cf; font-size: 9px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
nav a { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .045em; text-decoration: none; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red-hot); transition: right .22s ease; }
nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.5); }
.nav-cta:hover { background: white; color: #080b11; }
.menu-button { display: none; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: min(960px, 100svh); display: flex; align-items: center; overflow: hidden; }
.hero-art { position: absolute; inset: 0; background: url("assets/celeste-hero.webp") center center / cover no-repeat; transform: scale(1.018); animation: settle 1.4s cubic-bezier(.2,.75,.25,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,6,12,.98) 0%, rgba(4,7,13,.89) 30%, rgba(4,7,13,.35) 58%, rgba(3,5,10,.13) 76%), linear-gradient(0deg, #05070c 0%, transparent 21%, rgba(1,3,8,.14) 60%, rgba(1,3,8,.42) 100%); }
.hero-shade::after { content: ""; position: absolute; inset: 0; opacity: .24; background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.055) 25%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 76vw); margin: 88px 0 0 clamp(24px, 9vw, 152px); padding: 80px 0 120px; }
.eyebrow, .kicker { margin: 0 0 23px; color: #c6cedb; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 2px; background: var(--red-hot); box-shadow: 0 0 14px rgba(255,41,69,.6); }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
h1 { margin: 0; max-width: 650px; font-size: clamp(74px, 9.2vw, 146px); line-height: .76; letter-spacing: -.045em; text-shadow: 0 5px 36px rgba(0,0,0,.4); }
h1 em { color: transparent; font-style: italic; -webkit-text-stroke: 1.5px rgba(255,255,255,.84); text-shadow: none; }
.hero-copy { max-width: 620px; margin: 38px 0 0; color: #c1c9d5; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 55px; padding: 0 25px; font-size: 12px; font-weight: 800; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(120deg, #a90d20, var(--red)); box-shadow: 0 12px 34px rgba(190, 8, 34, .28); }
.button.primary:hover { background: var(--red-hot); }
.button.ghost { border: 1px solid rgba(255,255,255,.47); background: rgba(5,8,15,.25); backdrop-filter: blur(8px); }
.button.ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.hero-modes { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 48px; color: #9099a8; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-modes i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }
.scroll-cue { position: absolute; z-index: 3; right: clamp(24px,4vw,70px); bottom: 52px; display: flex; align-items: center; gap: 12px; color: #bac2ce; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { display: block; width: 1px; height: 54px; background: linear-gradient(transparent, #fff); }

.section-number { color: rgba(255,255,255,.16); font: 700 15px/1 "Barlow Condensed",sans-serif; letter-spacing: .12em; }
.manifesto { position: relative; display: grid; grid-template-columns: 80px minmax(300px, .9fr) minmax(320px, 1fr); gap: clamp(28px,5vw,100px); padding: 145px clamp(25px,8vw,138px); background: #070a10; border-bottom: 1px solid var(--line); }
.manifesto h2, .bot-heading h2, .client-content h2, .future h2, .join h2 { margin: 0; font-size: clamp(58px, 6.4vw, 105px); line-height: .88; letter-spacing: -.035em; }
.manifesto h2 { max-width: 540px; }
.manifesto-copy { max-width: 610px; align-self: end; }
.manifesto-copy p { margin: 0 0 19px; color: #a9b2c0; font-size: 16px; line-height: 1.77; }
.text-link { display: inline-flex; gap: 22px; margin-top: 15px; color: white; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--red-hot); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.bot-section { position: relative; padding: 145px clamp(25px,8vw,138px); overflow: hidden; background: linear-gradient(135deg, #0d1420, #070a11 64%); }
.bot-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.bot-section::before { content: "VGNA"; position: absolute; right: -2vw; top: 30px; color: rgba(255,255,255,.022); font: 800 clamp(230px,35vw,620px)/.8 "Barlow Condensed",sans-serif; }
.bot-heading { position: relative; display: grid; grid-template-columns: 1fr minmax(260px, 440px); column-gap: clamp(40px,8vw,160px); align-items: end; }
.bot-heading .kicker { grid-column: 1 / -1; color: var(--cyan); }
.bot-heading p:last-child { margin: 0 0 7px; color: #a9b2c0; font-size: 15px; line-height: 1.75; }
.bot-rail { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 95px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bot-rail article { min-height: 270px; padding: 35px 34px 38px 0; }
.bot-rail article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.feature-index { color: var(--red-hot); font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .13em; }
.bot-rail h3 { margin: 52px 0 14px; font-size: 31px; letter-spacing: -.01em; }
.bot-rail p { margin: 0; max-width: 340px; color: #929dae; font-size: 14px; line-height: 1.72; }

.client-section { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); }
.client-art { position: absolute; inset: 0; background: url("assets/idris-client.webp") 46% center / cover no-repeat; }
.client-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,5,9,.08) 0, rgba(3,6,10,.35) 34%, rgba(3,6,11,.93) 61%, #05070c 100%), linear-gradient(0deg,#05070c,transparent 28%); }
.client-content { position: relative; z-index: 2; width: min(680px, 46vw); margin: 70px clamp(26px,8vw,140px) 70px auto; }
.client-content .kicker { color: var(--gold); }
.client-intro { margin: 27px 0 33px; color: #b3bdca; font-size: 16px; line-height: 1.72; }
.client-features { margin: 0 0 33px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.client-features li { display: grid; grid-template-columns: minmax(170px,.8fr) 1.4fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.client-features strong { font-family: "Barlow Condensed",sans-serif; font-size: 20px; text-transform: uppercase; }
.client-features span { color: #8f9aaa; font-size: 13px; line-height: 1.55; }
.platforms { margin: 15px 0 0; color: #858f9d; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.future { position: relative; padding: 150px 25px 140px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 54%, rgba(80,43,145,.19), transparent 37%), #070910; }
.future::before, .future::after { content: ""; position: absolute; width: 38vw; height: 38vw; max-width: 590px; max-height: 590px; border: 1px solid rgba(255,255,255,.04); transform: rotate(45deg); }
.future::before { left: -23vw; top: 15%; }
.future::after { right: -23vw; bottom: -2%; }
.future .section-number { margin-bottom: 55px; }
.future .kicker { color: var(--violet); }
.future h2 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.7); }
.future > p:not(.kicker) { max-width: 660px; margin: 32px auto 0; color: #9fa9b8; font-size: 16px; line-height: 1.75; }
.future-line { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 70px; color: #c0c8d4; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.future-line i { width: 70px; height: 1px; background: rgba(255,255,255,.25); }

.join { display: grid; grid-template-columns: 1fr 430px; gap: 70px; align-items: end; padding: 115px clamp(25px,8vw,138px); color: white; background: linear-gradient(110deg, #9a0a1d, #d5132b 62%, #bd0c25); }
.join .kicker { color: rgba(255,255,255,.72); }
.join-action p { margin: 0 0 28px; font-size: 15px; line-height: 1.65; }
.button.light { background: white; color: #9c0b1e; }
.button.light:hover { background: #f3dfe2; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; padding: 38px clamp(25px,5vw,82px); color: #747f8f; background: #040609; border-top: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: flex; align-items: baseline; gap: 12px; text-decoration: none; }
.footer-brand strong { color: white; font: 800 24px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.footer-brand span { font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: #adb5c1; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
footer p { justify-self: end; margin: 0; font-size: 9px; line-height: 1.5; text-align: right; }

@keyframes settle { from { opacity: .55; transform: scale(1.07); } to { opacity: 1; transform: scale(1.018); } }

@media (max-width: 980px) {
  .manifesto { grid-template-columns: 50px 1fr; }
  .manifesto-copy { grid-column: 2; }
  .bot-heading { grid-template-columns: 1fr; }
  .bot-heading p:last-child { max-width: 640px; margin-top: 28px; }
  .client-content { width: min(620px, 58vw); margin-right: 6vw; }
  .join { grid-template-columns: 1fr 340px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 720px) {
  .site-header { position: absolute; height: 82px; padding: 0 20px; }
  .brand img { width: 48px; height: 46px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 14px 20px 24px; background: rgba(4,6,10,.98); border-bottom: 1px solid var(--line); }
  nav.open { display: grid; }
  nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { margin-top: 12px; padding: 15px; text-align: center; border: 1px solid rgba(255,255,255,.4); }
  .hero { min-height: 880px; align-items: flex-end; }
  .hero-art { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(3,5,10,.93),rgba(3,5,10,.22)), linear-gradient(0deg,#05070c 2%,rgba(4,6,11,.88) 29%,rgba(2,4,8,.15) 72%,rgba(2,4,8,.46)); }
  .hero-content { width: auto; margin: 0; padding: 170px 22px 90px; }
  h1 { font-size: clamp(68px,23vw,105px); }
  .hero-copy { font-size: 15px; line-height: 1.65; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-modes { margin-top: 33px; }
  .scroll-cue { display: none; }
  .manifesto, .bot-section { padding: 90px 22px; }
  .manifesto { display: block; }
  .manifesto .section-number { margin-bottom: 35px; }
  .manifesto-copy { margin-top: 34px; }
  .manifesto h2, .bot-heading h2, .client-content h2, .future h2, .join h2 { font-size: clamp(54px,16vw,78px); }
  .bot-rail { display: block; margin-top: 58px; }
  .bot-rail article, .bot-rail article + article { min-height: 0; padding: 29px 0 31px; border-left: 0; border-bottom: 1px solid var(--line); }
  .bot-rail article:last-child { border-bottom: 0; }
  .bot-rail h3 { margin-top: 26px; }
  .client-section { min-height: 950px; align-items: flex-end; }
  .client-art { background-position: 30% top; background-size: auto 62%; background-color: #05070c; }
  .client-scrim { background: linear-gradient(0deg,#05070c 41%,rgba(5,7,12,.68) 61%,rgba(3,5,8,.05)); }
  .client-content { width: auto; margin: 0; padding: 380px 22px 80px; }
  .client-features li { grid-template-columns: 1fr; gap: 5px; }
  .future { padding: 100px 22px; }
  .future-line i { width: 24px; }
  .join { display: block; padding: 85px 22px; }
  .join-action { margin-top: 35px; }
  footer { display: block; padding: 35px 22px; }
  .footer-links { margin: 24px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-art { animation: none; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
