/* TGE Entertainment website style: editorial motion, dark cinema, electric orange, restrained green texture. */
/* TGE visual direction: black/white/orange editorial energy, offset composition, precise micro-motion, and clear text contrast. */
:root {
  --ink: #151515;
  --orange: #fa4616;
  --green: #4bd26b;
  --paper: #f5f4ef;
  --line: rgba(21, 21, 21, 0.14);
  --muted: rgba(21, 21, 21, 0.58);
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", system-ui, sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
[hidden] { display: none !important; }

.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.mono { font-family: "DM Mono", monospace; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font: 500 11px/1 "DM Mono", monospace; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 22px currentColor; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(21,21,21,.78); color: white; backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header-logo { display: block; width: 190px; max-width: 43vw; height: auto; }
.site-nav { display: flex; align-items: center; gap: 2px; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.045); font: 700 10px/1 "Manrope", system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.64); }
.site-nav a { padding: 10px 12px; border-radius: 999px; transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
.site-nav a:hover { color: white; background: rgba(255,255,255,.1); transform: translateY(-1px); }
.nav-cta { padding: 13px 17px; border-radius: 999px; background: var(--orange); color: white; box-shadow: 0 12px 34px rgba(250,70,22,.24); transition: transform .2s var(--ease), background .2s var(--ease); }
.nav-cta:hover { background: #ff5a2e; transform: translateY(-2px); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: transparent; color: white; font-size: 21px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cart { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.06); color: white; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; transition: background .2s var(--ease), transform .2s var(--ease); }
.header-cart:hover { background: var(--orange); transform: translateY(-2px); }
.header-cart span { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 50%; background: white; color: var(--ink); font-size: 10px; }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; padding: 158px 0 104px; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background: linear-gradient(112deg, transparent 0 49%, var(--orange) 49.1% 49.3%, transparent 49.4%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: auto, 38px 38px, 38px 38px; }
.hero::after { content: ""; position: absolute; right: -8vw; top: 24%; width: 44vw; height: 44vw; max-width: 720px; max-height: 720px; border: 1px solid rgba(75,210,107,.24); border-radius: 48% 52% 45% 55%; transform: rotate(18deg); opacity: .7; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 700px; margin: 25px 0 24px; font-size: clamp(58px, 8vw, 118px); line-height: .87; letter-spacing: -.09em; font-weight: 800; }
.hero-copy h1 span { color: var(--orange); }
.hero-copy p { max-width: 570px; margin: 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 0 20px; border-radius: 999px; background: var(--orange); color: white; font-weight: 800; font-size: 13px; transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease); }
.button:hover { background: #ff5a2e; transform: translateY(-2px); }
.button.secondary { border: 1px solid rgba(255,255,255,.22); background: transparent; }
.button.secondary:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.07); }
.button.dark { background: var(--ink); }
.button.dark:hover { background: #2b2b2b; }

.hero-stage { position: relative; min-height: 530px; display: grid; place-items: center; }
.stage-card { position: absolute; width: min(360px, 75%); aspect-ratio: 1 / 1.08; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 36px; background: linear-gradient(145deg, #252525, #171717); box-shadow: 0 40px 120px rgba(0,0,0,.45); }
.stage-card img { width: 72%; height: 72%; object-fit: contain; }
.stage-card.back { width: min(320px, 68%); transform: translate(76px, -54px); opacity: .76; background: rgba(255,255,255,.03); }
.stage-note { position: absolute; right: 2%; bottom: 7%; width: min(270px, 65%); padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(21,21,21,.84); backdrop-filter: blur(16px); }
.stage-note small { color: rgba(255,255,255,.42); font: 500 10px/1.3 "DM Mono", monospace; letter-spacing: .18em; text-transform: uppercase; }
.stage-note strong { display: block; margin-top: 9px; font-size: 20px; }
.stage-note p { margin: 7px 0 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; }
.home-hero-stage { isolation: isolate; }
.hero-visual-frame { position: relative; width: min(520px, 88%); aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: #0b1012; box-shadow: 0 42px 110px rgba(0,0,0,.45); transform: rotate(2.5deg); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.hero-visual-frame:hover { transform: rotate(0) translateY(-6px); box-shadow: 0 54px 130px rgba(0,0,0,.58); }
.hero-visual-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.08); }
.hero-visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21,21,21,.04) 30%, rgba(21,21,21,.82) 100%); pointer-events: none; }
.hero-visual-caption { position: absolute; right: 22px; left: 22px; bottom: 22px; display: grid; gap: 8px; color: white; }
.hero-visual-caption span, .journey-visual-label span { color: var(--orange); font: 500 10px "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.hero-visual-caption strong { max-width: 230px; font-size: 30px; line-height: .95; letter-spacing: -.07em; }
.button.text-link { padding-inline: 2px; border-radius: 0; background: transparent; color: rgba(255,255,255,.68); }
.button.text-link:hover { background: transparent; color: white; transform: translateX(4px); }

.section { padding: 126px 0; }
.section.tinted { background: #e9e8e1; }
.section.dark { color: white; background: var(--ink); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-head h2 { margin: 15px 0 0; font-size: clamp(44px, 6vw, 82px); line-height: .9; letter-spacing: -.08em; }
.section-head p { width: min(430px, 100%); margin: 0; color: var(--muted); line-height: 1.7; }
.dark .section-head p { color: rgba(255,255,255,.57); }

.manifesto { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.manifesto h3 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: .96; letter-spacing: -.08em; }
.manifesto-copy { border-top: 1px solid currentColor; padding-top: 22px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.8; }
.manifesto-copy p { margin: 0 0 22px; }
.pull-quote { color: white; font-size: clamp(24px, 3vw, 39px); line-height: 1.05; letter-spacing: -.05em; }

.campaign-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.campaign-card { position: relative; overflow: hidden; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: white; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.campaign-card:hover { transform: translateY(-5px); box-shadow: 0 22px 60px rgba(21,21,21,.1); }
.campaign-card.green { background: #102117; color: white; border-color: rgba(75,210,107,.25); }
.campaign-card::before { content: ""; position: absolute; right: -12%; top: -40%; width: 65%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .14; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.card-tag { font: 500 10px/1 "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); }
.green .card-tag { color: var(--green); }
.card-index { color: rgba(21,21,21,.35); font: 500 11px/1 "DM Mono", monospace; }
.green .card-index { color: rgba(255,255,255,.4); }
.campaign-card h3 { max-width: 390px; margin: 30px 0 10px; font-size: clamp(28px, 4vw, 51px); line-height: .95; letter-spacing: -.08em; }
.campaign-card p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }
.green .campaign-card p, .green p { color: rgba(255,255,255,.58); }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 30px; }
.card-reward { font: 500 11px/1 "DM Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.card-arrow { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: white; font-size: 18px; }

.hustle-lookbook { background: #e9e8e1; }
.hustle-lookbook-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 18px; }
.hustle-lookbook-copy { display: flex; flex-direction: column; justify-content: center; min-height: 620px; padding: 60px; background: var(--ink); color: white; }
.hustle-lookbook-copy h2 { max-width: 520px; margin: 22px 0; font-size: clamp(56px, 8vw, 110px); line-height: .87; letter-spacing: -.1em; }
.hustle-lookbook-copy p { max-width: 470px; color: rgba(255,255,255,.62); line-height: 1.75; }
.hustle-lookbook-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.hustle-lookbook-media { position: relative; min-height: 620px; overflow: hidden; background: #0c1417; }
.hustle-lookbook-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.64)); pointer-events: none; }
.hustle-lookbook-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; }
.hustle-lookbook-stamp { position: absolute; z-index: 1; left: 30px; bottom: 28px; color: white; font-size: clamp(34px, 6vw, 80px); font-weight: 800; letter-spacing: -.1em; }
.hustle-lookbook-stamp > span { color: var(--orange); }
.hustle-lookbook-stamp small { display: block; margin-top: 6px; color: rgba(255,255,255,.66); font: 500 10px "DM Mono", monospace; letter-spacing: .18em; text-transform: uppercase; }
.hustle-product-card { padding: 0; }
.hustle-product-media { position: relative; min-height: 370px; overflow: hidden; background: #0c1417; }
.hustle-product-media img { width: 100%; height: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 43%; transition: transform .45s var(--ease); }
.hustle-product-card:hover .hustle-product-media img { transform: scale(1.04); }
.hustle-product-emoji { min-height: 370px; display: grid; place-items: center; font-size: 75px; background: linear-gradient(145deg, #232323, #111); }
.hustle-product-badge { position: absolute; left: 16px; top: 16px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(21,21,21,.72); color: white; backdrop-filter: blur(12px); font: 500 10px "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.hustle-product-content { display: flex; flex: 1; flex-direction: column; justify-content: space-between; gap: 25px; padding: 26px; }
.hustle-product-content .card-top { align-items: start; }
.hustle-product-content .card-top .mono { color: rgba(21,21,21,.38); font-size: 10px; letter-spacing: .12em; }
.hustle-product-content h3 { max-width: none; margin: 21px 0 10px; font-size: clamp(28px, 3vw, 42px); }
.hustle-product-content p { max-width: none; }
.hustle-mini-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 22px; }
.hustle-mini-gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 9px; background: #111; }
.hustle-product-purchase { display: grid; grid-template-columns: auto minmax(85px, 1fr) auto; gap: 12px; align-items: end; padding-top: 18px; border-top: 1px solid var(--line); }
.hustle-product-purchase > div { display: grid; gap: 4px; }
.hustle-product-purchase strong { font: 700 22px "DM Mono", monospace; }
.hustle-product-purchase span { color: var(--muted); font: 500 10px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hustle-size-label { display: grid; gap: 6px; color: var(--muted); font: 500 10px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hustle-size-select { min-height: 39px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); padding: 0 10px; }
.hustle-product-purchase .button { min-height: 39px; padding: 0 13px; white-space: nowrap; }

.hustle-cart-backdrop { position: fixed; inset: 0; z-index: 54; visibility: hidden; opacity: 0; background: rgba(21,21,21,.58); backdrop-filter: blur(6px); transition: opacity .25s var(--ease), visibility .25s var(--ease); }
.hustle-cart-backdrop.is-open { visibility: visible; opacity: 1; }
.hustle-cart-drawer { position: fixed; z-index: 55; top: 0; right: 0; width: min(460px, 100%); height: 100vh; display: flex; flex-direction: column; background: var(--paper); color: var(--ink); box-shadow: -24px 0 80px rgba(0,0,0,.24); transform: translateX(102%); transition: transform .35s var(--ease); }
.hustle-cart-drawer.is-open { transform: translateX(0); }
.hustle-cart-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 30px 28px 22px; border-bottom: 1px solid var(--line); }
.hustle-cart-head h2 { margin: 13px 0 0; font-size: 42px; line-height: .9; letter-spacing: -.08em; }
.hustle-cart-body { flex: 1; overflow-y: auto; padding: 20px 28px; }
.hustle-cart-item { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.hustle-cart-thumb { width: 76px; height: 90px; overflow: hidden; border-radius: 10px; background: #101617; display: grid; place-items: center; color: white; font-size: 30px; }
.hustle-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hustle-cart-item-copy { display: grid; align-content: start; gap: 5px; }
.hustle-cart-item-copy strong { font-size: 15px; }
.hustle-cart-item-copy > span { color: var(--muted); font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.hustle-cart-quantity { display: flex; align-items: center; gap: 9px; margin-top: 12px; }
.hustle-cart-quantity button { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); }
.hustle-cart-quantity .hustle-cart-remove { width: auto; margin-left: auto; padding: 0 6px; border: 0; background: transparent; color: var(--orange); font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.hustle-cart-empty { display: grid; align-content: center; min-height: 360px; }
.hustle-cart-empty h3 { margin: 18px 0 8px; font-size: 34px; letter-spacing: -.07em; }
.hustle-cart-empty p { max-width: 300px; color: var(--muted); line-height: 1.6; }
.hustle-cart-foot { padding: 22px 28px 28px; border-top: 1px solid var(--line); background: #ebeae4; }
.hustle-cart-total { display: flex; justify-content: space-between; gap: 20px; font-size: 15px; }
.hustle-cart-total strong { font: 700 20px "DM Mono", monospace; }
.hustle-cart-note { min-height: 32px; margin: 12px 0 15px; color: var(--muted); font: 500 11px/1.5 "DM Mono", monospace; }
.hustle-cart-foot .button { width: 100%; }
.hustle-cart-foot .button:disabled { cursor: not-allowed; opacity: .45; }
.green .card-arrow { background: var(--green); color: var(--ink); }
.creator-journey-section { background: #dfe0d8; }
.journey-layout { display: grid; grid-template-columns: 1.04fr .96fr; align-items: stretch; gap: 18px; }
.journey-visual-wrap { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(21,21,21,.12); background: var(--ink); }
.journey-infographic { width: 100%; height: 100%; display: block; object-fit: cover; opacity: .9; transition: transform .7s var(--ease), opacity .3s ease; }
.journey-visual-wrap:hover .journey-infographic { transform: scale(1.035) rotate(-1deg); opacity: 1; }
.journey-visual-label { position: absolute; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 7px; }
.journey-visual-label strong { max-width: 330px; color: white; font-size: clamp(28px, 4vw, 52px); line-height: .92; letter-spacing: -.08em; }
.journey-interactive { display: grid; grid-template-rows: auto 1fr; gap: 18px; }
.journey-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); }
.journey-tab { display: grid; gap: 12px; justify-items: start; min-height: 82px; padding: 16px 12px; border-bottom: 1px solid rgba(21,21,21,.16); background: transparent; color: var(--ink); text-align: left; font-weight: 800; transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
.journey-tab span { color: var(--orange); font: 500 10px "DM Mono", monospace; letter-spacing: .12em; }
.journey-tab:hover { background: rgba(255,255,255,.48); transform: translateY(-2px); }
.journey-tab.is-active { background: var(--ink); color: white; }
.journey-detail { min-height: 400px; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 60px); background: white; border-left: 5px solid var(--orange); box-shadow: 0 22px 60px rgba(21,21,21,.08); }
.journey-detail h3 { max-width: 430px; margin: 18px 0 15px; font-size: clamp(34px, 5vw, 68px); line-height: .9; letter-spacing: -.08em; }
.journey-detail p { max-width: 430px; margin: 0 0 28px; color: var(--muted); line-height: 1.75; }
.creator-system-section .section-head p { color: rgba(255,255,255,.58); }
.creator-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.creator-icon-card { min-height: 300px; padding: 26px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease); }
.creator-icon-card:hover { transform: translateY(-8px); border-color: var(--orange); background: rgba(250,70,22,.08); }
.creator-icon-wrap { width: 82px; height: 82px; margin-bottom: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.05); }
.creator-icon-wrap img { width: 68px; height: 68px; object-fit: contain; transition: transform .45s var(--ease); }
.creator-icon-card:hover .creator-icon-wrap img { transform: rotate(-7deg) scale(1.1); }
.creator-icon-card > span { color: var(--orange); font-size: 10px; letter-spacing: .15em; }
.creator-icon-card h3 { margin: 26px 0 9px; color: white; font-size: clamp(28px, 3vw, 45px); line-height: .92; letter-spacing: -.08em; }
.creator-icon-card p { max-width: 310px; margin: 0; color: rgba(255,255,255,.56); line-height: 1.65; }

.creator-section { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: start; }
.creator-copy h2 { margin: 20px 0; max-width: 620px; font-size: clamp(44px, 6vw, 80px); line-height: .92; letter-spacing: -.08em; }
.creator-copy p { max-width: 560px; color: var(--muted); line-height: 1.8; font-size: 17px; }
.creator-list { margin: 40px 0 0; padding: 0; list-style: none; }
.creator-list li { display: flex; align-items: baseline; gap: 16px; border-top: 1px solid var(--line); padding: 16px 0; }
.creator-list b { color: var(--orange); font: 500 12px "DM Mono", monospace; }
.creator-list span { font-size: 15px; }
.creator-panel { position: sticky; top: 112px; padding: 28px; border-radius: 26px; background: var(--ink); color: white; box-shadow: 0 30px 90px rgba(21,21,21,.16); }
.creator-panel::before { content: ""; display: block; width: 100%; height: 128px; margin-bottom: 27px; border-radius: 18px; background: url('/tge-texture-icon.png') center / cover; filter: saturate(.9) contrast(1.1); }
.creator-panel h3 { margin: 0; font-size: 25px; letter-spacing: -.05em; }
.creator-panel p { margin: 9px 0 25px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.6; }
.form-grid { display: grid; gap: 11px; }
.field { width: 100%; min-height: 45px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; outline: none; background: rgba(255,255,255,.06); color: white; padding: 0 13px; }
.field::placeholder { color: rgba(255,255,255,.36); }
textarea.field { min-height: 82px; padding-top: 12px; resize: vertical; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--green); font: 500 11px/1.4 "DM Mono", monospace; }

.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { min-height: 245px; padding: 26px; border-top: 2px solid var(--orange); background: white; }
.process-card:nth-child(2) { border-color: var(--green); }
.process-card:nth-child(3) { border-color: var(--ink); }
.process-card b { font: 500 11px "DM Mono", monospace; color: var(--orange); }
.process-card h3 { margin: 46px 0 10px; font-size: 27px; letter-spacing: -.06em; }
.process-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.site-footer { padding: 58px 0 28px; background: var(--ink); color: white; }
.footer-main { display: flex; justify-content: space-between; align-items: end; gap: 35px; padding-bottom: 46px; }
.footer-logo { width: 260px; max-width: 80vw; }
.footer-main p { max-width: 360px; margin: 18px 0 0; color: rgba(255,255,255,.47); line-height: 1.65; font-size: 13px; }
.footer-links { display: flex; gap: 27px; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.52); }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font: 500 10px/1.5 "DM Mono", monospace; }
#newsletter-form { display: flex; align-items: center; gap: 8px; }
#newsletter-form .field { width: 190px; min-height: 38px; }
#newsletter-form .button { min-height: 38px; padding-inline: 14px; font-size: 11px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 24px; background: rgba(21,21,21,.68); backdrop-filter: blur(12px); }
.modal { position: relative; width: min(610px, 100%); max-height: 90vh; overflow-y: auto; padding: 30px; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal h2 { margin: 0 0 8px; font-size: 38px; letter-spacing: -.07em; }
.modal p { color: var(--muted); line-height: 1.6; }
.modal-close { position: absolute; right: 18px; top: 18px; width: 35px; height: 35px; border-radius: 50%; background: var(--ink); color: white; font-size: 19px; }
.modal .field { border-color: var(--line); background: white; color: var(--ink); }
.modal .field::placeholder { color: rgba(21,21,21,.4); }
.hustle-order-modal-card { width: min(680px, 100%); }
.hustle-order-fields { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 11px; }
.hustle-order-summary { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; }
.hustle-order-summary strong { font: 700 18px "DM Mono", monospace; }
.whop-hoodie-embed { min-height: 180px; margin-top: 18px; }
.hustle-whop-note { margin-top: 15px; color: var(--muted); font: 500 10px/1.5 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 640px) { .hustle-order-fields { grid-template-columns: 1fr; } }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .site-nav.is-open { position: absolute; left: 16px; right: 16px; top: 76px; display: grid; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(21,21,21,.96); box-shadow: 0 20px 55px rgba(0,0,0,.28); }
  .site-nav.is-open a { border-radius: 10px; }
  .site-nav.is-open a { padding: 14px 12px; }
  .site-nav.is-open .nav-cta { margin-top: 6px; text-align: center; }
  .header-actions { gap: 7px; }
  .header-cart { min-height: 35px; padding-inline: 10px; }
  .menu-button { display: block; }
  .hero-grid, .manifesto, .creator-section, .journey-layout { grid-template-columns: 1fr; gap: 55px; }
  .creator-icon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero { min-height: auto; padding-bottom: 75px; }
  .hero-stage { min-height: 430px; }
  .creator-panel { position: static; }
  .section-head { align-items: start; flex-direction: column; gap: 20px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 68px; }
  .header-logo { width: 154px; }
  .hero { padding-top: 120px; }
  .hero-copy h1 { font-size: clamp(53px, 16vw, 82px); }
  .hero-copy p { font-size: 15px; }
  .hero-stage { min-height: 350px; }
  .stage-card { width: 70%; border-radius: 25px; }
  .stage-card.back { transform: translate(44px, -34px); }
  .stage-note { right: 0; bottom: 0; width: 64%; padding: 14px; }
  .stage-note strong { font-size: 16px; }
  .section { padding: 82px 0; }
  .campaign-grid, .process { grid-template-columns: 1fr; }
  .creator-icon-grid { grid-template-columns: 1fr; }
  .journey-tabs { grid-template-columns: repeat(2, 1fr); }
  .journey-visual-wrap { min-height: 380px; }
  .campaign-card { min-height: 250px; }
  .hustle-lookbook-grid { grid-template-columns: 1fr; }
  .hustle-lookbook-copy, .hustle-lookbook-media { min-height: 520px; }
  .hustle-lookbook-copy { padding: 38px 28px; }
  .hustle-product-purchase { grid-template-columns: 1fr 1fr; }
  .hustle-product-purchase .button { grid-column: 1 / -1; }
  .hustle-cart-head, .hustle-cart-body, .hustle-cart-foot { padding-left: 20px; padding-right: 20px; }
  .creator-copy h2 { font-size: 54px; }
  .footer-main, .footer-bottom { align-items: start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .footer-logo { width: 220px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-stage, .section-head, .campaign-card, .process-card, .journey-visual-wrap, .journey-detail, .creator-icon-card { animation: rise .7s var(--ease) both; }
  .hero-stage { animation-delay: .12s; }
  .campaign-card:nth-child(2) { animation-delay: .08s; }
  .process-card:nth-child(2) { animation-delay: .08s; }
  .process-card:nth-child(3) { animation-delay: .16s; }
  .journey-detail { animation-delay: .08s; }
  .creator-icon-card:nth-child(2) { animation-delay: .08s; }
  .creator-icon-card:nth-child(3) { animation-delay: .16s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* TGE admin visual system: dark operator-console surface, blue stepped trend line, orange editorial accents, responsive and data-first. */
.admin-chart-card { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(0, 2fr); gap: 28px; align-items: stretch; margin: 0 0 38px; padding: 28px 30px 22px; border: 1px solid #1f2d43; border-radius: 20px; background: #0d1420; color: #f7f9fc; box-shadow: 0 28px 70px rgba(13,20,32,.18); overflow: hidden; }
.admin-chart-copy { display: flex; flex-direction: column; justify-content: space-between; min-height: 218px; }
.admin-chart-kicker { color: #8eb4ff; font: 500 10px/1.3 "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.admin-chart-label { margin: 20px 0 0; color: #d8dfeb; font-size: 15px; }
.admin-chart-copy h3 { margin: 8px 0 2px; font-size: clamp(42px, 6vw, 68px); line-height: .95; letter-spacing: -.08em; }
.admin-chart-change { margin: 0; color: #8eb4ff; font: 500 12px/1.4 "DM Mono", monospace; }
.admin-chart-change span { color: #738097; }
.admin-chart-range { display: flex; gap: 20px; margin-top: auto; padding-top: 22px; color: #7b879b; font: 500 10px/1 "DM Mono", monospace; }
.admin-chart-range .is-active { color: #fff; border-bottom: 2px solid #8eb4ff; padding-bottom: 8px; }
.admin-chart-visual { min-width: 0; min-height: 218px; display: flex; align-items: end; }
.admin-chart-visual svg { width: 100%; height: 100%; min-height: 218px; }
@media (max-width: 760px) { .admin-chart-card { grid-template-columns: 1fr; gap: 10px; padding: 24px 20px 18px; } .admin-chart-copy { min-height: 175px; } .admin-chart-visual, .admin-chart-visual svg { min-height: 165px; } .admin-chart-range { gap: 14px; } }

/* TGE Universe scroll scene: a deep-space editorial journey with orange navigation signals and blue-white orbital depth. */
.universe-section { position: relative; overflow: clip; isolation: isolate; min-height: 2100px; background: radial-gradient(circle at 22% 28%, rgba(51,88,212,.2), transparent 24%), radial-gradient(circle at 78% 72%, rgba(250,70,22,.12), transparent 22%), #080d16; color: white; }
.universe-section::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: radial-gradient(circle, rgba(255,255,255,.78) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(142,180,255,.5) 0 1px, transparent 1.5px); background-size: 97px 113px, 173px 149px; background-position: 12px 18px, 58px 84px; opacity: .26; animation: universe-stars-drift 28s linear infinite; }
.universe-section::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg, #080d16 0%, transparent 16%, transparent 83%, #080d16 100%); }
.universe-stars { position: absolute; inset: 0; z-index: -1; opacity: .35; background: radial-gradient(ellipse at center, transparent 0 45%, rgba(51,88,212,.08) 63%, transparent 78%); }
.universe-heading { position: relative; z-index: 2; }
.universe-heading h2 { color: white; }
.universe-heading p { color: rgba(255,255,255,.62); }
.universe-stage { display: grid; grid-template-columns: minmax(330px, .95fr) minmax(400px, 1.05fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
.universe-orbit-wrap { position: sticky; top: 21vh; height: min(62vw, 620px); min-height: 440px; display: grid; place-items: center; }
.universe-orbit { position: absolute; border: 1px solid rgba(142,180,255,.34); border-radius: 50%; transform: rotate(-18deg); transition: transform 1.1s var(--ease), border-color .5s ease, opacity .5s ease; }
.orbit-one { width: 84%; aspect-ratio: 1; box-shadow: 0 0 80px rgba(51,88,212,.16); }
.orbit-two { width: 52%; aspect-ratio: 1; transform: rotate(62deg); border-color: rgba(250,70,22,.35); }
.universe-core { position: relative; z-index: 2; display: grid; place-items: center; width: clamp(150px, 20vw, 220px); aspect-ratio: 1; border: 1px solid rgba(142,180,255,.75); border-radius: 50%; background: radial-gradient(circle at 35% 25%, #ff6337, #fa4616 38%, #9f210c 78%, #140a0c); box-shadow: 0 0 0 14px rgba(51,88,212,.08), 0 0 80px rgba(250,70,22,.3), inset -20px -18px 30px rgba(0,0,0,.35); text-align: center; transition: transform 1s var(--ease), filter .7s ease; }
.universe-core span { font-size: clamp(42px, 7vw, 80px); line-height: .8; font-weight: 900; letter-spacing: -.12em; transform: translateX(-4px); }
.universe-core small { margin-top: -22px; color: rgba(255,255,255,.68); font: 500 9px/1.25 "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.universe-satellite { position: absolute; z-index: 3; width: 10px; height: 10px; border-radius: 50%; background: #8eb4ff; box-shadow: 0 0 0 5px rgba(142,180,255,.12), 0 0 22px rgba(142,180,255,.8); transition: transform 1.2s var(--ease); }
.satellite-one { top: 13%; left: 57%; }.satellite-two { top: 68%; left: 17%; background: var(--orange); box-shadow: 0 0 0 5px rgba(250,70,22,.12), 0 0 22px rgba(250,70,22,.8); }.satellite-three { top: 79%; right: 21%; }
.universe-rail { position: relative; z-index: 2; display: grid; gap: 24vh; padding: 9vh 0 18vh; }
.universe-stop { position: relative; display: grid; grid-template-columns: 38px 1fr 32px; gap: 16px; align-items: start; padding: 24px 0 28px; border-top: 1px solid rgba(255,255,255,.18); color: white; text-decoration: none; opacity: .42; transform: translateX(0); transition: opacity .5s ease, transform .6s var(--ease), border-color .5s ease; }
.universe-stop::before { content: ""; position: absolute; top: -2px; left: 0; width: 0; height: 2px; background: var(--orange); transition: width .6s var(--ease); }
.universe-stop.is-active, .universe-stop:hover { opacity: 1; transform: translateX(12px); border-color: rgba(142,180,255,.62); }.universe-stop.is-active::before { width: 100%; }
.universe-stop-index { color: var(--orange); font: 500 11px "DM Mono", monospace; }.universe-stop b { color: #8eb4ff; font: 500 10px "DM Mono", monospace; letter-spacing: .14em; }.universe-stop h3 { margin: 12px 0 10px; font-size: clamp(32px, 5vw, 64px); line-height: .88; letter-spacing: -.09em; }.universe-stop p { max-width: 430px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.7; font-size: 14px; }.universe-stop-arrow { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #8eb4ff; transition: background .3s ease, color .3s ease; }.universe-stop:hover .universe-stop-arrow { background: var(--orange); color: white; }
@keyframes universe-stars-drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(-30px,80px,0); } }
@media (max-width: 900px) { .universe-section { min-height: auto; }.universe-stage { grid-template-columns: 1fr; gap: 30px; }.universe-orbit-wrap { position: relative; top: auto; height: 470px; min-height: 0; }.universe-rail { gap: 10vh; padding-top: 0; } }
@media (max-width: 640px) { .universe-section { padding-top: 88px; }.universe-orbit-wrap { height: 330px; }.universe-stop { grid-template-columns: 28px 1fr 26px; gap: 10px; }.universe-stop.is-active, .universe-stop:hover { transform: translateX(5px); }.universe-stop p { font-size: 13px; }.universe-stop-arrow { width: 26px; height: 26px; font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { .universe-section::before { animation: none; }.universe-stop, .universe-orbit, .universe-core, .universe-satellite { transition: none; } }

.universe-stage[data-active="1"] .orbit-one { transform: rotate(28deg) scale(1.08); border-color: rgba(142,180,255,.5); }.universe-stage[data-active="1"] .orbit-two { transform: rotate(98deg) scale(.9); }.universe-stage[data-active="1"] .universe-core { transform: scale(1.05) translateY(-8px); filter: hue-rotate(14deg); }
.universe-stage[data-active="2"] .orbit-one { transform: rotate(64deg) scale(.92); }.universe-stage[data-active="2"] .orbit-two { transform: rotate(142deg) scale(1.15); border-color: rgba(250,70,22,.58); }.universe-stage[data-active="2"] .universe-core { transform: scale(.96) translateX(12px); filter: hue-rotate(-12deg); }
.universe-stage[data-active="3"] .orbit-one { transform: rotate(96deg) scale(1.12); }.universe-stage[data-active="3"] .orbit-two { transform: rotate(188deg) scale(.82); }.universe-stage[data-active="3"] .universe-core { transform: scale(1.1) translateY(8px); filter: saturate(1.25) hue-rotate(24deg); }
@media (prefers-reduced-motion: reduce) { .universe-stage[data-active] .universe-orbit, .universe-stage[data-active] .universe-core { transform: none; filter: none; } }

/* TGE Universe zoom mode: the section behaves like a tall scroll modal while its stage stays pinned, then the document naturally releases into Creator Journey. */
.universe-section { min-height: 360vh; padding: 0; }
.universe-section > .container { position: relative; z-index: 2; min-height: 360vh; }
.universe-heading { position: sticky; top: 0; z-index: 5; height: 100vh; margin: 0; padding-top: 15vh; pointer-events: none; }
.universe-heading > div, .universe-heading > p { opacity: calc(1 - var(--universe-progress, 0) * 1.7); transition: opacity .2s ease; }
.universe-stage { position: sticky; top: 0; z-index: 3; display: block; height: 100vh; margin-top: -100vh; padding-top: 22vh; }
.universe-orbit-wrap { position: absolute; top: 50%; left: 31%; width: min(58vw, 720px); height: min(58vw, 720px); min-height: 0; transform: translate(-50%, -50%) scale(calc(.72 + var(--universe-progress, 0) * .58)); transition: transform .08s linear; }
.universe-core { transform: scale(calc(1 + var(--universe-zoom, 0) * .42)); }
.universe-stage[data-active="1"] .universe-core { transform: scale(calc(1.02 + var(--universe-zoom, 0) * .5)) translateX(8px); }
.universe-stage[data-active="2"] .universe-core { transform: scale(calc(1.04 + var(--universe-zoom, 0) * .56)) translateX(16px); }
.universe-stage[data-active="3"] .universe-core { transform: scale(calc(1.08 + var(--universe-zoom, 0) * .64)) translateX(22px); }
.universe-rail { position: absolute; top: 0; right: 0; bottom: 0; left: 54%; display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 18vh 0 12vh; }
.universe-stop { width: min(520px, 90%); margin: 0 0 0 auto; opacity: 0; transform: translate3d(80px, 40px, 0) scale(.94); pointer-events: none; transition: opacity .45s ease, transform .65s var(--ease), border-color .4s ease; }
.universe-stop.is-active { opacity: 1; transform: translate3d(0, 0, 0) scale(1); pointer-events: auto; }
.universe-stop.is-active ~ .universe-stop { opacity: 0; transform: translate3d(80px, -40px, 0) scale(.94); }
.universe-stop::after { content: "SCROLL TO ZOOM · NEXT ORBIT"; display: block; margin-top: 22px; color: rgba(142,180,255,.58); font: 500 9px/1 "DM Mono", monospace; letter-spacing: .15em; }
.universe-section[data-complete="true"] .universe-heading > div, .universe-section[data-complete="true"] .universe-heading > p { opacity: 0; }
@media (max-width: 900px) { .universe-section, .universe-section > .container { min-height: 300vh; }.universe-heading { height: 42vh; padding-top: 13vh; }.universe-stage { height: 100vh; margin-top: -42vh; padding-top: 0; }.universe-orbit-wrap { top: 40%; left: 50%; width: min(82vw, 560px); height: min(82vw, 560px); transform: translate(-50%, -50%) scale(calc(.7 + var(--universe-progress, 0) * .42)); }.universe-rail { top: 58%; right: 0; bottom: auto; left: 8%; display: block; padding: 0; }.universe-stop { width: 92%; margin: 0; }.universe-stop:not(.is-active) { display: none; } }
@media (max-width: 640px) { .universe-section, .universe-section > .container { min-height: 260vh; }.universe-heading { height: 35vh; padding-top: 12vh; }.universe-heading h2 { font-size: 54px; }.universe-stage { margin-top: -35vh; }.universe-orbit-wrap { top: 31%; width: 96vw; height: 96vw; }.universe-rail { top: 53%; left: 5%; }.universe-stop { padding: 18px 0; }.universe-stop h3 { font-size: 34px; }.universe-stop p { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { .universe-heading > div, .universe-heading > p, .universe-orbit-wrap, .universe-stop { transition: none; }.universe-section { min-height: auto; }.universe-section > .container { min-height: auto; }.universe-heading { position: relative; height: auto; padding-top: 0; }.universe-stage { position: relative; top: auto; height: auto; margin-top: 0; padding-top: 0; }.universe-orbit-wrap { position: relative; top: auto; left: auto; width: 100%; height: 380px; transform: none; }.universe-rail { position: relative; inset: auto; display: grid; gap: 20px; padding: 20px 0 0; }.universe-stop, .universe-stop:not(.is-active) { display: grid; opacity: 1; transform: none; pointer-events: auto; } }

/* Floating universe worlds: compact in-scene labels, no side rail, one portal dissolving into the next. */
.universe-worlds { position: absolute; inset: 0; pointer-events: none; }
.universe-world { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; justify-content: space-between; width: clamp(170px, 21vw, 260px); height: clamp(145px, 17vw, 205px); padding: 18px 20px; border: 1px solid rgba(142,180,255,.48); border-radius: 22px; background: linear-gradient(145deg, rgba(20,33,60,.88), rgba(8,13,22,.42)); box-shadow: 0 20px 80px rgba(0,0,0,.35), inset 0 0 35px rgba(142,180,255,.08); color: white; text-decoration: none; opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.55) rotate(-8deg); filter: blur(7px); transition: opacity .7s var(--ease), transform 1.1s var(--ease), filter .7s ease, border-color .5s ease; }
.universe-world::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; pointer-events: none; }
.universe-world > span { position: relative; z-index: 1; color: #8eb4ff; font: 500 9px "DM Mono", monospace; letter-spacing: .14em; }
.universe-world strong { position: relative; z-index: 1; font-size: clamp(28px, 4vw, 48px); line-height: .84; letter-spacing: -.09em; }
.universe-world small { position: relative; z-index: 1; color: rgba(255,255,255,.56); font: 500 9px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.universe-world > b { position: absolute; z-index: 2; right: 18px; top: 16px; display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #8eb4ff; font-size: 14px; }
.universe-world.is-active { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(calc(.9 + var(--universe-zoom, 0) * .35)) rotate(0deg); filter: blur(0); border-color: #8eb4ff; }
.world-records { margin: -18% 0 0 27%; }.world-films { margin: 18% 0 0 -25%; border-color: rgba(250,70,22,.55); background: linear-gradient(145deg, rgba(72,29,25,.86), rgba(8,13,22,.45)); }.world-hustle { margin: 22% 0 0 24%; border-color: rgba(255,194,93,.55); background: linear-gradient(145deg, rgba(60,48,25,.86), rgba(8,13,22,.45)); }.world-academy { margin: -24% 0 0 -24%; border-color: rgba(114,224,156,.55); background: linear-gradient(145deg, rgba(24,58,47,.86), rgba(8,13,22,.45)); }
.universe-stage[data-active="1"] .world-films, .universe-stage[data-active="2"] .world-hustle, .universe-stage[data-active="3"] .world-academy { box-shadow: 0 25px 100px rgba(250,70,22,.18), inset 0 0 40px rgba(250,70,22,.1); }
@media (max-width: 900px) { .universe-world { width: min(230px, 46vw); height: 170px; }.world-records { margin: -25% 0 0 20%; }.world-films { margin: 25% 0 0 -20%; }.world-hustle { margin: 27% 0 0 18%; }.world-academy { margin: -30% 0 0 -18%; } }
@media (max-width: 640px) { .universe-world { width: 180px; height: 140px; padding: 14px; border-radius: 17px; }.universe-world strong { font-size: 30px; }.universe-world > b { right: 12px; top: 11px; width: 23px; height: 23px; }.world-records { margin: -28% 0 0 15%; }.world-films { margin: 28% 0 0 -15%; }.world-hustle { margin: 30% 0 0 15%; }.world-academy { margin: -32% 0 0 -15%; } }
@media (prefers-reduced-motion: reduce) { .universe-world, .universe-world.is-active { transform: translate(-50%, -50%); filter: none; } }

/* Forward space travel mode: the camera moves through the universe, with each world approaching, filling the frame, and passing behind it. */
.universe-stage { perspective: 900px; transform-style: preserve-3d; }
.universe-stage::before { content: ""; position: absolute; inset: -10%; pointer-events: none; opacity: calc(.08 + var(--universe-progress, 0) * .52); background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(142,180,255,.55) 0deg 0.18deg, transparent .18deg 8deg); -webkit-mask-image: radial-gradient(ellipse at center, transparent 0 13%, black 56%, transparent 78%); mask-image: radial-gradient(ellipse at center, transparent 0 13%, black 56%, transparent 78%); transform: scale(calc(1 + var(--universe-progress, 0) * .5)); }
.universe-warp-lines { position: absolute; inset: 0; pointer-events: none; opacity: calc(var(--universe-progress, 0) * .72); background: radial-gradient(ellipse at center, transparent 0 35%, rgba(142,180,255,.08) 48%, transparent 68%), repeating-linear-gradient(90deg, transparent 0 12%, rgba(142,180,255,.12) 12.1% 12.22%, transparent 12.35% 21%); -webkit-mask-image: radial-gradient(ellipse at center, black 0 38%, transparent 76%); mask-image: radial-gradient(ellipse at center, black 0 38%, transparent 76%); transform: scaleY(calc(.7 + var(--universe-progress, 0) * 1.9)); }
.universe-world { transform: translate3d(-50%, calc(-50% + 130px), -380px) scale(.38) rotate(-9deg); }
.universe-world.is-active { transform: translate3d(-50%, calc(-50% - var(--world-phase, 0) * 40px), calc(-180px + var(--world-phase, 0) * 300px)) scale(calc(.56 + var(--world-phase, 0) * .8)) rotate(calc(-7deg + var(--world-phase, 0) * 7deg)); }
.universe-world.is-passed { opacity: 0; transform: translate3d(-50%, calc(-50% - 180px), 500px) scale(1.8) rotate(10deg); filter: blur(8px); pointer-events: none; }
.universe-worlds { transform: translateZ(0); }
@media (max-width: 900px) { .universe-world.is-active { transform: translate3d(-50%, calc(-50% - var(--world-phase, 0) * 24px), calc(-120px + var(--world-phase, 0) * 180px)) scale(calc(.62 + var(--world-phase, 0) * .58)) rotate(calc(-5deg + var(--world-phase, 0) * 5deg)); } }
@media (prefers-reduced-motion: reduce) { .universe-stage::before, .universe-warp-lines { opacity: 0; }.universe-world, .universe-world.is-active, .universe-world.is-passed { transform: translate(-50%, -50%); filter: none; } }

/* Camera correction: keep the stage itself at the top of the long universe track; headings are overlaid so the camera never drifts above the worlds. */
.universe-heading { position: absolute; top: 15vh; right: 0; left: 0; height: auto; margin: 0; padding: 0; }
.universe-stage { position: sticky; top: 0; height: 100vh; margin: 0; padding: 0; }
@media (max-width: 900px) { .universe-heading { position: absolute; top: 10vh; height: auto; padding: 0; }.universe-stage { position: sticky; top: 0; height: 100vh; margin: 0; } }
@media (max-width: 640px) { .universe-heading { top: 9vh; }.universe-stage { height: 100vh; } }
@media (prefers-reduced-motion: reduce) { .universe-heading { position: relative; top: auto; }.universe-stage { position: relative; height: auto; } }

/* Travel camera lock: keep the universe world centered in the viewport while scroll progress advances, then let normal document flow resume. */
.universe-stage.is-camera-fixed { position: fixed; z-index: 20; top: 0; left: 0; width: 100vw; max-width: none; margin: 0; padding: 0; }
.universe-stage.is-camera-fixed .universe-orbit-wrap { position: absolute; }
.universe-stage.is-camera-fixed .universe-worlds { position: absolute; inset: 0; }
.universe-stage:not(.is-camera-fixed) .universe-worlds { pointer-events: none; }
@media (max-width: 900px) { .universe-stage.is-camera-fixed { position: fixed; width: 100vw; }.universe-stage.is-camera-fixed .universe-orbit-wrap { position: absolute; } }
@media (prefers-reduced-motion: reduce) { .universe-stage.is-camera-fixed { position: relative; width: auto; } }
