:root {
    --ink: #1e192d;
    --ink-soft: #423a54;
    --muted: #746c82;
    --paper: #f8f4fa;
    --paper-pink: #fff9fd;
    --surface: rgba(255, 252, 255, .82);
    --blue: #4e5b99;
    --blue-light: #b2b6df;
    --pink: #e84fb7;
    --pink-deep: #c93b8a;
    --line: rgba(78, 91, 153, .14);
    --shadow: 0 28px 90px rgba(30, 25, 45, .12);
    --ease: cubic-bezier(.2, .8, .2, 1);
    --night: #09070e;
    --night-soft: #12101a;
    --night-panel: #181522;
    --night-line: rgba(178, 182, 223, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: #f8f5fb; background: var(--night); font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; z-index: 100; inset: 0; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -60px; padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 12px; transition: top .2s ease; }
.skip-link:focus { top: 20px; }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; height: 92px; color: #fff; }
.site-header__inner { width: min(1320px, calc(100% - 64px)); height: 100%; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.home-brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.home-brand__symbol { width: 34px; height: 34px; }
.home-brand__wordmark { width: 76px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.56); font-size: 13px; font-weight: 650; }
.site-nav a, .hero-login, .site-footer a { position: relative; }
.site-nav a::after, .hero-login::after, .site-footer div a::after { content: ''; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--pink); transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.site-nav a:hover::after, .hero-login:hover::after, .site-footer div a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }

.button { min-height: 48px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; font-size: 13px; font-weight: 760; transition: transform .22s var(--ease), box-shadow .22s ease, background-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .hero-login:focus-visible, .site-footer a:focus-visible { outline: 3px solid rgba(232, 79, 183, .28); outline-offset: 4px; }
.button--quiet { min-height: 42px; padding: 0 16px; color: rgba(255,255,255,.68); }
.button--compact { min-height: 42px; padding: 0 18px; color: #fff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.14); box-shadow: 0 10px 30px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.button--primary { position: relative; min-height: 58px; padding: 0 27px; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--blue), #6d5ba4 58%, var(--pink-deep)); box-shadow: 0 18px 45px rgba(78, 91, 153, .36), 0 0 0 1px rgba(232,79,183,.16); }
.button--primary > * { position: relative; z-index: 1; }
.button--primary svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.button--primary:hover { box-shadow: 0 22px 50px rgba(78, 91, 153, .31); }
.button--light { min-height: 58px; padding: 0 27px; color: var(--ink); background: #fff; box-shadow: 0 18px 42px rgba(0, 0, 0, .18); }

.hero { position: relative; min-height: 900px; padding: 138px 0 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(201,59,138,.22), transparent 27%), radial-gradient(circle at 16% 66%, rgba(78,91,153,.31), transparent 35%), linear-gradient(160deg, #09070e 0%, #0d0a14 52%, #171223 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(178,182,223,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(178,182,223,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 70%, transparent 98%); animation: grid-drift 18s linear infinite; }
.hero::after { content: ''; position: absolute; width: 58vw; height: 58vw; min-width: 620px; min-height: 620px; right: -24vw; top: -28vw; border: 1px solid rgba(232,79,183,.16); border-radius: 50%; box-shadow: 0 0 100px rgba(201,59,138,.08), inset 0 0 100px rgba(78,91,153,.06); pointer-events: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(232, 79, 183, .2); border-radius: 50%; pointer-events: none; }
.hero-orbit::after { content: ''; position: absolute; width: 8px; height: 8px; background: var(--pink); border-radius: 2px; box-shadow: 0 0 0 7px rgba(232,79,183,.08); }
.hero-orbit--one { width: 600px; height: 600px; right: -180px; top: 30px; animation: orbit-spin 22s linear infinite; }
.hero-orbit--one::after { left: 70px; top: 90px; }
.hero-orbit--two { width: 310px; height: 310px; left: -180px; bottom: 120px; animation: orbit-spin 18s linear infinite reverse; }
.hero-orbit--two::after { right: 38px; bottom: 42px; }
.hero__inner { position: relative; z-index: 2; width: min(1320px, calc(100% - 64px)); min-height: 690px; margin: auto; display: grid; grid-template-columns: minmax(430px, .85fr) minmax(610px, 1.15fr); align-items: center; gap: 58px; }
.hero-copy { padding: 28px 0 78px; }
.hero-kicker, .section-kicker { margin: 0 0 22px; color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.hero-kicker { display: flex; align-items: center; gap: 10px; }
.hero-kicker span { width: 30px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--pink)); }
.hero h1 { margin: 0; font-size: clamp(64px, 6.4vw, 96px); font-weight: 880; letter-spacing: -.075em; line-height: .98; }
.hero h1 em { position: relative; color: var(--blue-light); font-style: normal; white-space: nowrap; text-shadow: 0 0 48px rgba(178,182,223,.24); }
.hero h1 em::after { content: ''; position: absolute; right: 1%; bottom: -9px; left: 2%; height: 8px; background: linear-gradient(90deg, var(--blue), var(--pink)); border-radius: 99px; transform: rotate(-1deg) scaleX(.88); transform-origin: left; opacity: .9; box-shadow: 0 0 24px rgba(232,79,183,.38); }
.hero-lead { max-width: 610px; margin: 38px 0 0; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.9; }
.hero-lead strong { color: #fff; font-weight: 830; }
.hero-cta { margin-top: 38px; display: flex; align-items: center; gap: 23px; }
.hero-login { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 680; }
.hero-note { margin: 18px 0 0; color: rgba(255,255,255,.38); font-size: 11px; }
.hero-note span { color: #3bb287; font-size: 8px; }

.director-stage { position: relative; min-width: 0; perspective: 1300px; }
.director-stage__glow { position: absolute; inset: 10% 0 0; background: conic-gradient(from 210deg, rgba(78,91,153,.46), rgba(232,79,183,.3), rgba(78,91,153,.22)); filter: blur(78px); border-radius: 50%; animation: stage-glow 8s ease-in-out infinite alternate; }
.director-stage__shell { position: relative; overflow: hidden; color: #f9f6fb; background: linear-gradient(145deg, #1d1929, #0f0d16 72%); border: 1px solid rgba(178,182,223,.22); border-radius: 26px; box-shadow: 0 46px 130px rgba(0,0,0,.62), 0 0 70px rgba(78,91,153,.14); transform: rotateY(-3deg) rotateX(1deg); transform-origin: left center; }
.director-stage__shell::before { content: ''; position: absolute; z-index: 8; width: 45%; height: 180%; left: -80%; top: -40%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent); transform: skewX(-18deg); animation: stage-sweep 7s var(--ease) infinite; pointer-events: none; }
.director-stage__shell::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.11); border-radius: inherit; pointer-events: none; }
.stage-topbar { height: 52px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); }
.stage-window-dots { display: flex; gap: 5px; }
.stage-window-dots span { width: 6px; height: 6px; background: rgba(255,255,255,.22); border-radius: 50%; }
.stage-window-dots span:first-child { background: var(--pink); }
.stage-topbar p { margin: 0; font-size: 11px; font-weight: 720; }
.stage-topbar p small { margin-left: 8px; color: rgba(255,255,255,.45); font-family: 'JetBrains Mono', monospace; font-size: 8px; }
.stage-status { justify-self: end; display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.58); font-size: 8px; }
.stage-status i { width: 6px; height: 6px; background: #4fc29a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(79,194,154,.08); }
.stage-steps { height: 54px; margin: 0; padding: 0 17px; display: flex; align-items: center; justify-content: center; gap: 6px; list-style: none; border-bottom: 1px solid rgba(255,255,255,.08); }
.stage-steps li { padding: 7px 9px; display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.44); border-radius: 9px; font-size: 8px; font-weight: 700; }
.stage-steps li span { width: 18px; height: 18px; display: grid; place-items: center; background: rgba(255,255,255,.08); border-radius: 6px; font-size: 7px; }
.stage-steps li.is-done { color: rgba(255,255,255,.68); }
.stage-steps li.is-done span { color: #fff; background: rgba(78,91,153,.85); }
.stage-steps li.is-active { color: #fff; background: linear-gradient(135deg, rgba(78,91,153,.38), rgba(232,79,183,.18)); box-shadow: inset 0 0 0 1px rgba(232,79,183,.22); }
.stage-steps li.is-active span { background: var(--blue); }
.stage-workspace { min-height: 386px; display: grid; grid-template-columns: 48px minmax(0,1fr) 166px; }
.stage-sidebar { padding: 16px 10px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid rgba(255,255,255,.07); }
.stage-sidebar span { height: 32px; display: grid; place-items: center; color: rgba(255,255,255,.32); background: rgba(255,255,255,.045); border-radius: 8px; font-family: 'JetBrains Mono', monospace; font-size: 7px; }
.stage-sidebar span.is-current { color: #fff; background: rgba(78,91,153,.75); box-shadow: inset 2px 0 0 var(--pink); }
.stage-canvas { padding: 15px; min-width: 0; }
.stage-canvas__label { margin-bottom: 9px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.stage-canvas__label span { color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.stage-canvas__label strong { overflow: hidden; color: rgba(255,255,255,.72); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.stage-film { position: relative; height: 258px; overflow: hidden; background: #15111f; border-radius: 14px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.stage-film::before { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, transparent 47%, rgba(255,255,255,.09) 49%, transparent 51%), linear-gradient(0deg, rgba(30,25,45,.48), transparent 48%); pointer-events: none; }
.stage-film__image { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; filter: saturate(.92) contrast(1.03); transform: scale(1.02); opacity: 1; transition: opacity .28s ease, filter .28s ease; animation: cinematic-breathe 12s var(--ease) infinite alternate; }
.stage-film.is-switching .stage-film__image { opacity: .28; filter: saturate(.68) contrast(.96) blur(2px); }
.film-sun { position: absolute; width: 80px; height: 80px; right: 18%; top: 9%; background: rgba(255,242,198,.74); border-radius: 50%; filter: blur(12px); box-shadow: 0 0 70px 20px rgba(255,222,167,.45); }
.film-window { position: absolute; bottom: 0; background: rgba(30,25,45,.57); }
.film-window--one { width: 31%; height: 64%; left: 5%; clip-path: polygon(0 12%, 85% 0, 100% 100%, 0 100%); }
.film-window--two { width: 27%; height: 44%; right: 3%; clip-path: polygon(8% 0, 100% 12%, 100% 100%, 0 100%); }
.film-figure { position: absolute; bottom: 0; width: 34px; background: #292332; border-radius: 18px 18px 4px 4px; box-shadow: 0 -24px 0 -8px #292332; }
.film-figure--one { height: 91px; left: 43%; transform: rotate(-4deg); }
.film-figure--two { height: 76px; left: 55%; opacity: .88; transform: rotate(5deg); }
.film-scan { position: absolute; inset: -35% 0 auto; height: 26%; background: linear-gradient(180deg, transparent, rgba(232,79,183,.22), transparent); animation: scan-stage 4.8s var(--ease) infinite; }
.film-focus { position: absolute; width: 28px; height: 28px; border-color: rgba(255,255,255,.9); border-style: solid; }
.film-focus--tl { left: 14px; top: 14px; border-width: 2px 0 0 2px; }
.film-focus--tr { right: 14px; top: 14px; border-width: 2px 2px 0 0; }
.film-focus--bl { left: 14px; bottom: 14px; border-width: 0 0 2px 2px; }
.film-focus--br { right: 14px; bottom: 14px; border-width: 0 2px 2px 0; }
.stage-take-row { margin-top: 9px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.stage-take { min-width: 0; height: 34px; padding: 0 9px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: rgba(255,255,255,.55); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; font: inherit; font-size: 7px; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.stage-take > span { display: inline-flex; align-items: center; gap: 5px; }
.stage-take i { min-width: 14px; height: 14px; display: inline-grid; place-items: center; border-radius: 4px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); font-style: normal; font-size: 6px; }
.stage-take small { color: rgba(255,255,255,.36); font-size: 6px; white-space: nowrap; }
.stage-take:hover { color: #fff; border-color: rgba(225,106,217,.36); transform: translateY(-1px); }
.stage-take:focus-visible { outline: 2px solid rgba(225,106,217,.8); outline-offset: 2px; }
.stage-take.is-selected { color: #fff; background: linear-gradient(135deg, rgba(78,91,153,.72), rgba(201,59,138,.32)); border-color: rgba(178,182,223,.52); }
.stage-take.is-selected i { background: #4E5B99; color: #fff; }
.stage-take.is-selected small { color: #f2d9ef; }
.stage-panel { padding: 18px 13px; min-width: 0; background: rgba(255,255,255,.035); border-left: 1px solid rgba(255,255,255,.07); }
.stage-panel > p { margin: 0 0 13px; color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.stage-panel > strong { color: rgba(255,255,255,.72); font-size: 9px; line-height: 1.75; }
.stage-chips { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 5px; }
.stage-chips span { padding: 5px 7px; color: rgba(255,255,255,.52); background: rgba(178,182,223,.1); border-radius: 99px; font-size: 6px; }
.stage-panel button { width: 100%; min-height: 40px; margin-top: 18px; padding: 7px; color: #fff; background: var(--blue); border: 0; border-radius: 9px; font-size: 7px; font-weight: 700; pointer-events: none; }
.stage-panel button b { display: block; margin-top: 2px; color: rgba(255,255,255,.55); font-size: 5px; }
.stage-timeline { height: 76px; padding: 10px 15px 13px 63px; display: grid; grid-template-columns: 86px 1fr; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.08); }
.stage-timeline p { margin: 0; color: rgba(255,255,255,.38); font-family: 'JetBrains Mono', monospace; font-size: 6px; font-weight: 800; }
.timeline-tracks { position: relative; height: 48px; overflow: hidden; background: rgba(255,255,255,.035); border-radius: 7px; }
.timeline-tracks span { position: absolute; height: 10px; border-radius: 3px; }
.track-video { left: 4px; top: 5px; width: 37%; background: var(--blue); }
.track-video--two { left: 38%; width: 38%; background: #6873b4; }
.track-caption { left: 9%; top: 20px; width: 48%; background: var(--pink-deep); opacity: .86; }
.track-audio { left: 2%; top: 35px; width: 88%; background: repeating-linear-gradient(90deg, #4a9f8b 0 2px, rgba(74,159,139,.25) 2px 4px); opacity: .6; }
.timeline-tracks i { position: absolute; z-index: 3; left: 29%; inset-block: 0; width: 1px; background: var(--pink); box-shadow: 0 0 9px var(--pink); }
.stage-floating-card { position: absolute; z-index: 5; min-width: 126px; padding: 11px 14px; display: flex; align-items: center; gap: 9px; color: #fff; background: rgba(25,21,36,.88); border: 1px solid rgba(178,182,223,.22); border-radius: 14px; box-shadow: 0 16px 45px rgba(0,0,0,.38), 0 0 30px rgba(78,91,153,.11); backdrop-filter: blur(15px); }
.stage-floating-card > span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 29px; color: #fff; background: var(--pink-deep); border-radius: 9px; font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 800; }
.stage-floating-card p { margin: 0; color: rgba(255,255,255,.48); font-size: 7px; line-height: 1.5; }
.stage-floating-card strong { color: #fff; font-size: 8px; }
.stage-floating-card--one { right: -18px; top: 95px; animation: float-card 4.2s ease-in-out infinite; }
.stage-floating-card--two { left: -35px; bottom: 58px; animation: float-card 4.8s ease-in-out -1.3s infinite; }
.stage-floating-card--two > span { background: var(--blue); }
.hero-flow { position: relative; z-index: 3; width: min(1320px, calc(100% - 64px)); min-height: 92px; margin: 14px auto 0; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.34); background: rgba(18,15,27,.7); border: 1px solid rgba(178,182,223,.13); border-radius: 24px 24px 0 0; box-shadow: 0 -16px 50px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.hero-flow > span { display: flex; flex-direction: column; gap: 5px; font-family: 'JetBrains Mono', monospace; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.hero-flow b { color: rgba(255,255,255,.68); font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0; }
.hero-flow i { width: min(90px, 8vw); height: 1px; background: linear-gradient(90deg, var(--blue-light), var(--pink)); opacity: .5; }

.agent-band { position: relative; padding: 92px max(32px, calc((100vw - 1200px) / 2)) 96px; overflow: hidden; color: #fff; background: linear-gradient(120deg, #12101a, #1a1426 64%, #171628); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(178,182,223,.1); }
.agent-band::before { content: ''; position: absolute; width: 620px; height: 620px; right: -260px; top: -310px; background: radial-gradient(circle, rgba(201,59,138,.2), transparent 66%); pointer-events: none; }
.agent-band > * { position: relative; z-index: 1; }
.agent-band__identity { display: flex; align-items: center; gap: 14px; }
.agent-pulse { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(232,79,183,.45); border-radius: 13px; }
.agent-pulse::before, .agent-pulse::after { content: ''; position: absolute; inset: 7px; border: 1px solid rgba(232,79,183,.32); border-radius: 9px; animation: agent-pulse 2.4s ease-out infinite; }
.agent-pulse::after { animation-delay: 1.2s; }
.agent-pulse i { width: 8px; height: 8px; background: var(--pink); border-radius: 3px; box-shadow: 0 0 18px var(--pink); }
.agent-band__identity p { margin: 0; color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.agent-band__identity strong { display: block; margin-top: 5px; color: rgba(255,255,255,.38); font-family: 'JetBrains Mono', monospace; font-size: 7px; letter-spacing: .09em; }
.agent-band h2 { max-width: 1040px; margin: 40px 0 0; font-size: clamp(34px, 4.2vw, 61px); font-weight: 820; letter-spacing: -.045em; line-height: 1.18; }
.agent-band h2 span { color: var(--blue-light); }
.agent-capabilities { margin-top: 47px; padding-top: 22px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; border-top: 1px solid rgba(255,255,255,.11); }
.agent-capabilities span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 680; }
.agent-capabilities i { color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 8px; font-style: normal; font-weight: 800; }
.agent-boundary { margin: 32px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }

.manifesto { padding: 138px 32px 150px; color: #fff; background: radial-gradient(circle at 50% 0%, rgba(78,91,153,.16), transparent 34%), var(--night); }
.section-heading--center { max-width: 860px; margin: auto; text-align: center; }
.section-heading h2, .workflow-heading h2, .feature-story__copy h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); font-weight: 850; letter-spacing: -.055em; line-height: 1.1; }
.section-heading h2 span { color: var(--blue-light); }
.section-heading > p:last-child { max-width: 740px; margin: 28px auto 0; color: rgba(255,255,255,.5); font-size: 16px; line-height: 1.9; }
.manifesto-grid { width: min(1200px, 100%); margin: 72px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { position: relative; min-height: 360px; padding: 34px; overflow: hidden; border: 1px solid var(--night-line); border-radius: 28px; transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease; }
.principle-card:hover { transform: translateY(-8px); border-color: rgba(232,79,183,.34); box-shadow: 0 26px 90px rgba(0,0,0,.34), 0 0 55px rgba(78,91,153,.1); }
.principle-card::before { content: ''; position: absolute; width: 240px; height: 240px; right: -90px; top: -100px; background: currentColor; border-radius: 50%; opacity: .055; }
.principle-card--blue { color: var(--blue-light); background: linear-gradient(145deg, rgba(78,91,153,.24), rgba(18,16,26,.92)); }
.principle-card--ink { color: #fff; background: linear-gradient(145deg, #211b31, #12101a); box-shadow: 0 26px 70px rgba(0,0,0,.27); transform: translateY(18px); }
.principle-card--pink { color: var(--pink); background: linear-gradient(145deg, rgba(201,59,138,.18), rgba(18,16,26,.94)); }
.principle-index { font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 800; }
.principle-icon { position: relative; width: 86px; height: 86px; margin: 42px 0 35px; }
.principle-icon i { position: absolute; width: 54px; height: 42px; border: 2px solid currentColor; border-radius: 10px; }
.principle-icon i:nth-child(1) { left: 0; top: 30px; opacity: .35; }
.principle-icon i:nth-child(2) { left: 15px; top: 15px; opacity: .62; }
.principle-icon i:nth-child(3) { left: 30px; top: 0; background: rgba(255,255,255,.2); }
.principle-icon--focus { border: 2px solid currentColor; border-radius: 24px; }
.principle-icon--focus::before, .principle-icon--focus::after { content: ''; position: absolute; background: var(--pink); }
.principle-icon--focus::before { width: 34px; height: 2px; left: 24px; top: 40px; }
.principle-icon--focus::after { width: 2px; height: 34px; left: 40px; top: 24px; }
.principle-icon--focus i { width: 14px; height: 14px; left: 34px; top: 34px; background: #fff; border: 0; border-radius: 3px; }
.principle-icon--credits { display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.principle-icon--credits b { font-size: 30px; }
.principle-icon--credits i { width: 92px; height: 92px; inset: -5px; border: 1px dashed currentColor; border-radius: 50%; animation: orbit-spin 14s linear infinite; }
.principle-card h3 { margin: 0; color: #fff; font-size: 22px; }
.principle-card--ink h3 { color: #fff; }
.principle-card p { margin: 16px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.85; }
.principle-card--ink p { color: rgba(255,255,255,.58); }

.workflow { position: relative; padding: 138px 32px 150px; overflow: hidden; color: #fff; background: linear-gradient(160deg, #15111f, #09070e 72%); border-top: 1px solid rgba(178,182,223,.08); }
.workflow::before { content: 'STORY  /  SETTING  /  FRAME  /  ROUGH CUT  /  DELIVERY'; position: absolute; left: 50%; top: 54px; color: rgba(178,182,223,.035); font-family: 'JetBrains Mono', monospace; font-size: clamp(48px, 8vw, 120px); font-weight: 800; white-space: nowrap; transform: translateX(-50%); pointer-events: none; }
.workflow > * { position: relative; z-index: 1; }
.workflow-heading { width: min(1200px, 100%); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; }
.workflow-heading .section-kicker { color: var(--pink); }
.workflow-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.9; }
.workflow-list { width: min(1200px, 100%); margin: 70px auto 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.workflow-item { min-height: 130px; display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.12); transition: background-color .25s ease, padding .25s var(--ease); }
.workflow-item:hover { padding: 0 22px; background: linear-gradient(90deg, rgba(78,91,153,.17), rgba(232,79,183,.05)); }
.workflow-number { color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 800; }
.workflow-item > div { display: grid; grid-template-columns: 110px 260px 1fr; align-items: center; gap: 28px; }
.workflow-item p { margin: 0; color: rgba(255,255,255,.38); font-family: 'JetBrains Mono', monospace; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.workflow-item h3 { margin: 0; font-size: 22px; }
.workflow-item div > span { max-width: 560px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.75; }
.workflow-item > i { color: rgba(255,255,255,.28); font-size: 25px; font-style: normal; transition: color .2s, transform .2s var(--ease); }
.workflow-item:hover > i { color: var(--pink); transform: translateX(6px); }

.showreel { position: relative; padding: 145px max(32px, calc((100vw - 1200px) / 2)) 150px; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 16%, rgba(201,59,138,.16), transparent 28%), radial-gradient(circle at 10% 72%, rgba(78,91,153,.2), transparent 30%), #08060c; border-top: 1px solid rgba(178,182,223,.08); }
.showreel::before { content: ''; position: absolute; width: 620px; height: 620px; right: -350px; top: -310px; border: 1px solid rgba(232,79,183,.18); border-radius: 50%; pointer-events: none; }
.showreel > * { position: relative; z-index: 1; }
.showreel-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; }
.showreel-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); font-weight: 850; letter-spacing: -.055em; line-height: 1.1; }
.showreel-heading h2 span { color: var(--blue-light); }
.showreel-heading > p { max-width: 470px; margin: 0 0 6px; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.9; }
.showreel-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.reel-card { position: relative; min-width: 0; height: 290px; overflow: hidden; background: #14101c; border: 1px solid rgba(178,182,223,.16); border-radius: 22px; isolation: isolate; box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.reel-card::before { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(9,7,14,.02) 35%, rgba(9,7,14,.86)); pointer-events: none; }
.reel-card::after { content: ''; position: absolute; z-index: 3; inset: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; opacity: 0; transform: scale(.985); transition: opacity .35s ease, transform .5s var(--ease); pointer-events: none; }
.reel-card:hover::after { opacity: 1; transform: scale(1); }
.reel-card video { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.025); transition: transform 1.1s var(--ease), filter .5s ease; }
.reel-card:hover video { transform: scale(1.07); filter: saturate(1.08); }
.reel-card--cinematic { grid-column: span 7; height: 410px; }
.reel-card--fantasy { grid-column: span 5; height: 410px; }
.reel-card--interior, .reel-card--scifi, .reel-card--animal { grid-column: span 4; }
.reel-card--cosmic { grid-column: span 12; height: 260px; }
.reel-card__index { position: absolute; z-index: 4; left: 20px; top: 20px; min-width: 34px; height: 26px; padding: 0 9px; display: grid; place-items: center; color: #fff; background: rgba(9,7,14,.6); border: 1px solid rgba(255,255,255,.16); border-radius: 9px; backdrop-filter: blur(10px); font-family: 'JetBrains Mono', monospace; font-size: 8px; font-weight: 800; }
.reel-card__copy { position: absolute; z-index: 4; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.reel-card__copy p { margin: 0; color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.reel-card__copy h3 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
.showreel-note { margin: 26px 0 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: rgba(255,255,255,.3); font-family: 'JetBrains Mono', monospace; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.showreel-note span { width: 36px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--pink)); }

.feature-story { padding: 150px max(32px, calc((100vw - 1200px) / 2)); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; color: #fff; background: radial-gradient(circle at 20% 52%, rgba(78,91,153,.2), transparent 28%), linear-gradient(180deg, #0c0911, #12101a); border-top: 1px solid rgba(178,182,223,.08); }
.feature-story__visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.feature-story__visual::before { content: ''; position: absolute; width: 90%; height: 70%; background: linear-gradient(135deg, rgba(178,182,223,.34), rgba(232,79,183,.12)); border-radius: 50%; filter: blur(55px); }
.continuity-board { position: relative; width: min(560px, 100%); min-height: 500px; padding: 25px; color: #fff; background: linear-gradient(145deg, #211c2e, #0d0b13); border: 1px solid rgba(178,182,223,.2); border-radius: 28px; box-shadow: 0 38px 100px rgba(0,0,0,.52), 0 0 70px rgba(78,91,153,.14); transform: rotate(-1.5deg); }
.continuity-board__head { display: flex; align-items: center; gap: 7px; }
.continuity-board__head span { margin-right: auto; color: var(--pink); font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.continuity-board__head i { width: 7px; height: 7px; background: rgba(255,255,255,.14); border-radius: 50%; }
.reference-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.reference-tile { position: relative; height: 190px; margin: 0; overflow: hidden; background: #17131f; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.reference-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(9,7,14,.93)); pointer-events: none; }
.reference-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .4s ease; }
.reference-tile:hover img { transform: scale(1.055); filter: saturate(1.08); }
.reference-tile figcaption { position: absolute; z-index: 2; right: 12px; bottom: 11px; left: 12px; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 3px 8px; }
.reference-tile b { grid-row: 1 / 3; align-self: center; padding: 5px 7px; color: #fff; background: rgba(78,91,153,.82); border: 1px solid rgba(255,255,255,.14); border-radius: 7px; font-size: 7px; }
.reference-tile span { overflow: hidden; color: #fff; font-size: 8px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.reference-tile em { color: #66d3ae; font-size: 6px; font-style: normal; }
.continuity-board__meta { margin-top: 15px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.34); font-family: 'JetBrains Mono', monospace; font-size: 6px; font-weight: 800; letter-spacing: .09em; }
.continuity-board__meta i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(78,91,153,.8), rgba(232,79,183,.6)); }
.feature-story__copy p:not(.section-kicker) { margin: 28px 0 0; color: rgba(255,255,255,.5); font-size: 15px; line-height: 1.9; }
.feature-story__copy ul { margin: 34px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 650; }
.feature-story__copy li { display: flex; align-items: center; gap: 10px; }
.feature-story__copy li span { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 7px; font-size: 10px; }

.final-cta { position: relative; margin: 0; padding: 145px 32px 150px; overflow: hidden; color: #fff; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(78,91,153,.28), transparent 28%), linear-gradient(135deg, #130f1d, #09070e 55%, #21152c); border-top: 1px solid rgba(178,182,223,.08); }
.final-cta::before { content: ''; position: absolute; width: 640px; height: 640px; left: -260px; top: -300px; border: 1px solid rgba(232,79,183,.2); border-radius: 50%; }
.final-cta::after { content: ''; position: absolute; width: 400px; height: 400px; right: -160px; bottom: -250px; background: rgba(232,79,183,.12); border-radius: 50%; filter: blur(40px); }
.final-cta > * { position: relative; z-index: 2; }
.final-cta__mark { width: 74px; height: 74px; margin: 0 auto 34px; position: relative; }
.final-cta__mark span { position: absolute; width: 28px; height: 28px; border-color: #fff; border-style: solid; }
.final-cta__mark span:nth-child(1) { left: 0; top: 0; border-width: 6px 0 0 6px; border-radius: 8px 0 0; }
.final-cta__mark span:nth-child(2) { right: 0; top: 0; border-width: 6px 6px 0 0; border-radius: 0 8px 0 0; }
.final-cta__mark span:nth-child(3) { left: 0; bottom: 0; border-width: 0 0 6px 6px; border-radius: 0 0 0 8px; }
.final-cta__mark span:nth-child(4) { right: 0; bottom: 0; border-width: 0 6px 6px 0; border-radius: 0 0 8px; }
.final-cta__mark i { position: absolute; width: 12px; height: 12px; left: 31px; top: 31px; background: var(--pink); border-radius: 3px; box-shadow: 0 0 30px var(--pink); }
.final-cta .section-kicker { color: var(--pink); }
.final-cta > p:not(.section-kicker) { margin: 26px 0 0; color: rgba(255,255,255,.57); font-size: 15px; }
.final-cta__actions { margin-top: 38px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.final-cta__actions > a:last-child { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 650; }

.site-footer { min-height: 116px; padding: 24px max(32px, calc((100vw - 1200px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; color: #fff; background: #08060c; border-top: 1px solid rgba(178,182,223,.1); }
.footer-brand { width: max-content; display: flex; align-items: center; gap: 10px; }
.footer-brand img:first-child { width: 27px; height: 27px; }
.footer-brand img:last-child { width: 82px; }
.site-footer > p { color: rgba(255,255,255,.38); font-size: 11px; }
.site-footer > div { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; color: rgba(255,255,255,.42); font-size: 10px; }

@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes scan-stage { 0% { transform: translateY(-20%); opacity: 0; } 15% { opacity: 1; } 70% { opacity: .8; } 100% { transform: translateY(520%); opacity: 0; } }
@keyframes float-card { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes agent-pulse { 0% { transform: scale(.65); opacity: 0; } 28% { opacity: 1; } 100% { transform: scale(1.45); opacity: 0; } }
@keyframes stage-sweep { 0%, 58% { left: -80%; } 82%, 100% { left: 145%; } }
@keyframes stage-glow { from { transform: scale(.93) rotate(-3deg); opacity: .72; } to { transform: scale(1.07) rotate(4deg); opacity: 1; } }
@keyframes grid-drift { to { background-position: 72px 72px; } }
@keyframes cinematic-breathe { from { transform: scale(1.02); } to { transform: scale(1.075); } }

@media (max-width: 1120px) {
    .site-header__inner, .hero__inner, .hero-flow { width: min(940px, calc(100% - 40px)); }
    .hero { padding-top: 118px; }
    .hero__inner { grid-template-columns: 1fr; gap: 18px; }
    .hero-copy { max-width: 760px; padding-bottom: 34px; text-align: center; justify-self: center; }
    .hero-kicker, .hero-cta { justify-content: center; }
    .hero-lead { margin-right: auto; margin-left: auto; }
    .director-stage { width: min(760px, 100%); margin: auto; }
    .director-stage__shell { transform: none; }
    .stage-floating-card--one { right: -8px; }
    .stage-floating-card--two { left: -8px; }
    .hero-flow { margin-top: 45px; }
    .workflow-heading { grid-template-columns: 1fr; gap: 25px; }
    .showreel-heading { grid-template-columns: 1fr; gap: 25px; }
    .feature-story { grid-template-columns: 1fr; gap: 65px; }
    .feature-story__copy { max-width: 720px; }
}

@media (max-width: 760px) {
    .site-header { height: 70px; }
    .site-header__inner { width: calc(100% - 28px); grid-template-columns: 1fr auto; gap: 12px; }
    .home-brand__symbol { width: 29px; height: 29px; }
    .home-brand__wordmark { width: 64px; }
    .site-nav, .button--quiet { display: none; }
    .button--compact { min-height: 38px; padding: 0 14px; border-radius: 12px; font-size: 11px; }
    .hero { min-height: auto; padding-top: 103px; }
    .hero::before { background-size: 44px 44px; }
    .hero__inner, .hero-flow { width: calc(100% - 28px); }
    .hero-copy { padding: 20px 0 28px; text-align: left; }
    .hero-kicker { justify-content: flex-start; margin-bottom: 17px; font-size: 8px; }
    .hero h1 { font-size: clamp(50px, 15.5vw, 70px); letter-spacing: -.075em; }
    .hero h1 em::after { height: 6px; bottom: -7px; }
    .hero-lead { margin-top: 31px; font-size: 14px; line-height: 1.78; }
    .hero-lead br { display: none; }
    .hero-cta { margin-top: 27px; align-items: stretch; flex-direction: column; gap: 16px; }
    .button--primary { width: 100%; min-height: 54px; }
    .hero-login { align-self: center; font-size: 11px; }
    .hero-note { text-align: center; font-size: 9px; }
    .director-stage { margin-top: 18px; }
    .director-stage__shell { border-radius: 20px; }
    .stage-topbar { height: 45px; padding: 0 12px; }
    .stage-topbar p { font-size: 9px; }
    .stage-steps { height: 49px; padding: 0 7px; gap: 2px; }
    .stage-steps li { padding: 6px 5px; gap: 4px; font-size: 7px; }
    .stage-steps li span { width: 16px; height: 16px; }
    .stage-workspace { min-height: auto; grid-template-columns: 34px minmax(0, 1fr); }
    .stage-sidebar { padding: 12px 6px; }
    .stage-sidebar span { height: 28px; }
    .stage-canvas { padding: 12px 10px; }
    .stage-film { height: 218px; }
    .stage-panel { display: none; }
    .stage-timeline { height: 66px; padding: 8px 10px 10px 44px; grid-template-columns: 62px 1fr; }
    .stage-floating-card { display: none; }
    .hero-flow { min-height: 76px; margin-top: 25px; padding: 0 12px; gap: 5px; border-radius: 18px 18px 0 0; }
    .hero-flow > span { align-items: center; font-size: 5px; letter-spacing: .04em; }
    .hero-flow b { font-size: 8px; }
    .hero-flow i { width: 10px; }
    .agent-band { padding: 62px 20px 68px; }
    .agent-band h2 { margin-top: 30px; font-size: clamp(31px, 9vw, 43px); }
    .agent-capabilities { margin-top: 35px; grid-template-columns: repeat(2, 1fr); gap: 18px 10px; }
    .agent-capabilities span:last-child { grid-column: 1 / -1; }
    .agent-boundary { line-height: 1.7; }
    .manifesto, .workflow, .showreel { padding: 92px 20px 100px; }
    .section-heading h2, .workflow-heading h2, .feature-story__copy h2, .final-cta h2 { font-size: clamp(36px, 10.5vw, 50px); }
    .section-heading > p:last-child { margin-top: 20px; font-size: 13px; line-height: 1.8; }
    .manifesto-grid { margin-top: 45px; grid-template-columns: 1fr; }
    .principle-card { min-height: 300px; padding: 27px; border-radius: 22px; }
    .principle-card--ink { transform: none; }
    .principle-icon { margin: 32px 0 28px; }
    .workflow-heading { gap: 18px; }
    .workflow-heading > p { font-size: 12px; }
    .workflow-list { margin-top: 44px; }
    .workflow-item { min-height: 150px; grid-template-columns: 40px 1fr; gap: 14px; }
    .workflow-item:hover { padding: 0 10px; }
    .workflow-item > div { grid-template-columns: 1fr; gap: 6px; }
    .workflow-item h3 { font-size: 19px; }
    .workflow-item div > span { font-size: 11px; line-height: 1.65; }
    .workflow-item > i { display: none; }
    .showreel-heading { gap: 18px; }
    .showreel-heading h2 { font-size: clamp(36px, 10.5vw, 50px); }
    .showreel-heading > p { font-size: 12px; }
    .showreel-grid { width: calc(100vw - 20px); margin-top: 44px; padding-right: 20px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .showreel-grid::-webkit-scrollbar { display: none; }
    .reel-card, .reel-card--cinematic, .reel-card--fantasy, .reel-card--interior, .reel-card--scifi, .reel-card--animal, .reel-card--cosmic { width: 78vw; height: auto; aspect-ratio: 4 / 5; flex: 0 0 78vw; align-self: stretch; scroll-snap-align: start; border-radius: 20px; }
    .reel-card__copy h3 { font-size: 18px; }
    .showreel-note { justify-content: flex-start; }
    .feature-story { padding: 96px 20px 105px; gap: 46px; }
    .feature-story__visual { min-height: 430px; }
    .continuity-board { min-height: 410px; padding: 18px; border-radius: 22px; transform: none; }
    .reference-grid { margin-top: 17px; gap: 8px; }
    .reference-tile { height: 155px; border-radius: 13px; }
    .reference-tile figcaption { right: 8px; bottom: 8px; left: 8px; gap: 2px 6px; }
    .reference-tile b { padding: 4px 6px; }
    .reference-tile span { font-size: 7px; }
    .feature-story__copy p:not(.section-kicker) { font-size: 13px; }
    .feature-story__copy ul { font-size: 11px; }
    .final-cta { padding: 100px 20px 105px; }
    .final-cta > p:not(.section-kicker) { font-size: 13px; line-height: 1.8; }
    .site-footer { min-height: 166px; padding: 28px 20px; grid-template-columns: 1fr auto; gap: 16px; }
    .site-footer > p { display: none; }
    .site-footer > div { max-width: 170px; gap: 13px 17px; }
}

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