:root {
  --ink: #0a1116;
  --ink-soft: #15232b;
  --mist: #d9e5e8;
  --frost: #edf5f5;
  --cyan: #92d8e7;
  --cyan-deep: #3c7d91;
  --line: rgba(217, 229, 232, 0.22);
  --radius: 2px;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: hidden; }
body { margin: 0; background: var(--ink); color: var(--frost); font-family: var(--body); }
body { overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.noise { position: fixed; inset: 0; z-index: 8; pointer-events: none; opacity: .075; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.audio-toggle { position: fixed; z-index: 9; right: 22px; bottom: 22px; min-height: 42px; padding: 0 14px; border: 1px solid rgba(146, 216, 231, .72); background: rgba(8, 24, 31, .84); color: var(--frost); font-size: 11px; font-weight: 700; letter-spacing: .08em; cursor: pointer; box-shadow: 0 12px 30px rgba(0, 0, 0, .24); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.audio-toggle.is-enabled { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 72px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(146, 216, 231, .2); background: linear-gradient(90deg, rgba(7, 17, 22, .64), rgba(7, 17, 22, .16)); backdrop-filter: blur(16px) saturate(125%); -webkit-backdrop-filter: blur(16px) saturate(125%); }
.mobile-menu { display: none; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; letter-spacing: .09em; }
.brand-mark { width: 15px; height: 15px; display: inline-block; background: var(--cyan); clip-path: polygon(0 100%, 50% 0, 100% 100%); }
nav { display: flex; gap: 28px; margin-left: 11%; }
nav a, .nav-cta, footer p, footer > a { font-size: 11px; letter-spacing: .08em; }
nav a { color: rgba(237, 245, 245, .75); transition: color .25s ease; }
nav a:hover { color: var(--cyan); }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(146, 216, 231, .55); background: rgba(10, 28, 36, .36); box-shadow: inset 0 1px 0 rgba(237, 245, 245, .12); transition: background .25s ease, color .25s ease, border-color .25s ease; }
.nav-cta:hover { background: var(--frost); color: var(--ink); }
.mission-console { position: fixed; z-index: 4; top: 102px; left: 3.25vw; width: min(250px, 30vw); padding: 16px 12px 12px; border: 1px solid rgba(146, 216, 231, .2); background: linear-gradient(145deg, rgba(15, 35, 44, .82), rgba(7, 16, 21, .72)); box-shadow: inset 0 1px 0 rgba(237, 245, 245, .12), 0 20px 50px rgba(0, 0, 0, .16); backdrop-filter: blur(18px) saturate(130%); -webkit-backdrop-filter: blur(18px) saturate(130%); }
.mission-handle { display: none; }
.mission-console > p { margin: 0 0 12px 5px; color: rgba(146, 216, 231, .78); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.mission-links { display: grid; gap: 5px; margin: 0; }
.mission-link { position: relative; display: grid; grid-template-columns: 29px 1fr; align-items: center; min-height: 44px; padding: 0 12px; border: 1px solid transparent; color: rgba(237, 245, 245, .64); font-size: 13px; font-weight: 700; letter-spacing: .04em; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s cubic-bezier(.16, 1, .3, 1); }
.mission-link span { color: rgba(146, 216, 231, .55); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.mission-link:hover { border-color: rgba(146, 216, 231, .32); color: var(--frost); transform: translateX(4px); }
.mission-link.is-active { border-color: rgba(146, 216, 231, .72); background: linear-gradient(100deg, rgba(83, 165, 187, .58), rgba(35, 78, 92, .46)); color: var(--frost); box-shadow: inset 0 1px 0 rgba(237, 245, 245, .16); }
.mission-link.is-active span { color: var(--frost); }

.hero { position: relative; isolation: isolate; min-height: 100dvh; display: flex; align-items: flex-end; padding: 88px 8vw 8vh; overflow: hidden; background: var(--ink); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(5, 12, 16, .92) 0%, rgba(5, 12, 16, .66) 31%, rgba(5, 12, 16, .12) 66%, rgba(5, 12, 16, .28) 100%), linear-gradient(0deg, rgba(5, 12, 16, .72), transparent 53%); }
.hero-video-backdrop { position: absolute; z-index: -3; inset: -32px; width: calc(100% + 64px); height: calc(100% + 64px); object-fit: cover; object-position: center; opacity: .56; filter: saturate(.62) contrast(1.08) brightness(.48) blur(18px); }
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.hero-video-frame { position: absolute; z-index: -2; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; pointer-events: none; }
.hero-video-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(3, 10, 14, .08), transparent 32%, transparent 69%, rgba(3, 10, 14, .15)); }
.hero-video { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center 60%; transform: scale(1.59); transform-origin: center 60%; filter: saturate(.78) contrast(1.08) brightness(.9); }
.eyebrow, .section-index { margin: 0 0 20px; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(68px, 12.4vw, 184px); line-height: .78; letter-spacing: -.09em; font-weight: 800; }
.hero-copy { max-width: 340px; margin: 30px 0 24px; color: rgba(237, 245, 245, .88); font-size: 14px; line-height: 1.8; letter-spacing: .05em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; gap: 25px; min-height: 48px; padding: 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .08em; transition: transform .2s ease, background .2s ease; }
.button-primary { background: var(--frost); color: var(--ink); }
.button-ghost { border: 1px solid rgba(146, 216, 231, .54); color: var(--frost); background: rgba(8, 26, 34, .36); }
.button-ghost:hover { color: var(--ink); }
.button:hover, button:hover { transform: translateY(-2px); background: var(--cyan); }
.button:active, button:active { transform: translateY(1px) scale(.98); }
.hero-proof { margin: 18px 0 0; color: rgba(146, 216, 231, .82); font-size: 10px; font-weight: 700; line-height: 1.65; letter-spacing: .08em; }
.hero-side-note { margin: 25px 0 0; color: rgba(237, 245, 245, .48); font-size: 10px; line-height: 1.75; letter-spacing: .12em; }
.hero-content > .eyebrow { animation: hero-eyebrow .54s .18s cubic-bezier(.16, 1, .3, 1) both; }
.hero-content > h1 { animation: hero-title .85s .28s cubic-bezier(.16, 1, .3, 1) both; }
.hero-content > .hero-copy { animation: hero-copy .62s .76s cubic-bezier(.16, 1, .3, 1) both; }
.hero-content > .hero-actions { animation: hero-copy .62s .88s cubic-bezier(.16, 1, .3, 1) both; }
.hero-content > .hero-proof { animation: hero-copy .62s 1s cubic-bezier(.16, 1, .3, 1) both; }
.hero-content > .hero-side-note { animation: hero-copy .62s 1.1s cubic-bezier(.16, 1, .3, 1) both; }

.manifesto { position: relative; padding: 142px 8vw 150px; background: var(--ink); }
.manifesto-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(220px, .45fr) minmax(280px, .85fr); align-items: end; gap: 4vw; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 7.3vw, 110px); line-height: .9; letter-spacing: -.065em; font-weight: 800; }
.manifesto h2 em { color: var(--cyan); font-style: normal; }
.workflow-copy > p { margin: 0 0 24px; color: rgba(237, 245, 245, .76); font-size: 14px; line-height: 1.9; }
.workflow-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 0; padding: 0; list-style: none; counter-reset: workflow; }
.workflow-steps li { display: flex; align-items: center; gap: 8px; min-height: 34px; color: rgba(237, 245, 245, .82); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.workflow-steps li::before { counter-increment: workflow; content: "0" counter(workflow); color: var(--cyan); font-size: 9px; letter-spacing: .08em; }
.sequence-video-stage { position: relative; min-height: clamp(300px, 55vh, 620px); overflow: visible; display: grid; place-items: center; border: 0; background: transparent; box-shadow: none; }
.manifesto .sequence-video-stage { display: grid; }
.chroma-layer { grid-area: 1 / 1; width: 100%; height: 100%; display: grid; place-items: center; opacity: 0; transition: opacity .32s ease; }
.chroma-layer.is-active { opacity: 1; }
.sequence-video, .chroma-canvas { grid-area: 1 / 1; width: 100%; height: 100%; object-fit: contain; }
.sequence-video-stage-workflow { position: absolute; z-index: 5; left: 31%; top: 14%; width: 34%; height: 66%; min-height: 0; pointer-events: none; }
.sequence-video-stage-workflow .sequence-video { transform: scale(4); transform-origin: center center; }

.sound-start { position: fixed; z-index: 40; right: 1.25rem; bottom: 1.25rem; border: 1px solid var(--ink); background: var(--cyan); color: var(--ink); padding: .75rem 1rem; font: inherit; font-weight: 700; cursor: pointer; }
.sound-start.is-hidden { display: none; }
.flash-transition { position: fixed; z-index: 60; inset: 0; background: #fff; opacity: 0; pointer-events: none; transition: opacity .12s ease; }
.flash-transition.is-active { opacity: 1; }
.chroma-canvas { position: relative; z-index: 1; pointer-events: none; }
.chroma-source { opacity: 0; }

.collection { position: relative; padding: 0 4.5vw 150px; background: var(--ink); }
.collection-heading { width: 62%; margin: 0 0 60px 14vw; }
.collection-heading h2 { font-size: clamp(46px, 7vw, 104px); }
.collection-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 430px 250px; gap: 12px; }
.collection-item { overflow: hidden; border: 1px solid rgba(146, 216, 231, .2); background: linear-gradient(145deg, rgba(31, 55, 66, .7), rgba(8, 17, 22, .86)); box-shadow: inset 0 1px 0 rgba(237, 245, 245, .1), 0 18px 52px rgba(0, 0, 0, .12); backdrop-filter: blur(14px) saturate(118%); -webkit-backdrop-filter: blur(14px) saturate(118%); }
.collection-item-large { grid-row: span 2; }
.media-frame { position: relative; width: 100%; height: calc(100% - 58px); aspect-ratio: 4 / 5; display: flex; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(61, 125, 145, .18), transparent 52%), #0b161c; }
.media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 17, 22, .35), transparent 55%); }
.media-frame video { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.7) contrast(1.08); transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.case-avatar-overlay { position: absolute; z-index: 1; inset: 0; pointer-events: none; overflow: hidden; }
.case-avatar-layer { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transition: opacity .3s ease; }
.case-avatar-layer.is-active { opacity: 1; }
.case-avatar-video { width: 100% !important; height: 100% !important; object-fit: contain !important; object-position: center !important; filter: none !important; }
.case-video-control { position: absolute; z-index: 2; left: 50%; top: 50%; display: inline-flex; align-items: center; gap: 18px; min-height: 48px; padding: 0 16px; border: 1px solid rgba(146, 216, 231, .7); border-radius: var(--radius); translate: -50% -50%; background: linear-gradient(120deg, rgba(12, 36, 46, .92), rgba(29, 78, 91, .66)); color: var(--frost); cursor: pointer; box-shadow: inset 0 1px 0 rgba(237, 245, 245, .2), inset 0 -1px 0 rgba(146, 216, 231, .12), 0 14px 40px rgba(0, 0, 0, .26); backdrop-filter: blur(16px) saturate(145%); -webkit-backdrop-filter: blur(16px) saturate(145%); transition: border-color .2s ease, background .2s ease; }
.case-video-control::before { content: ""; width: 7px; height: 7px; background: var(--cyan); box-shadow: 0 0 14px rgba(146, 216, 231, .7); }
.case-video-control.is-playing { left: 18px; top: auto; bottom: 18px; min-height: 38px; padding: 0 11px; gap: 11px; border-color: rgba(146, 216, 231, .4); translate: 0 0; background: rgba(7, 20, 26, .82); }
.case-video-control:hover { border-color: var(--cyan); background: rgba(12, 43, 54, .94); }
.case-video-control:active { transform: translateY(1px) scale(.98); }
.control-status { color: rgba(237, 245, 245, .7); font-size: 10px; letter-spacing: .08em; }
.control-action { color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.item-meta { height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 14px; }
.item-meta h3, .item-meta p { margin: 0; font-size: 10px; letter-spacing: .1em; font-weight: 600; }
.item-meta p { color: rgba(237, 245, 245, .58); }
.item-meta > span { flex: 0 0 auto; color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.collection-item-text { position: relative; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.collection-item-text h3 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 62px); line-height: .87; letter-spacing: -.06em; }
.collection-item-text p { margin: 17px 0 0; color: var(--cyan); font-size: 11px; letter-spacing: .1em; }
.outline-number { position: absolute; right: 20px; top: -18px; color: transparent; font-family: var(--display); font-size: 180px; font-weight: 800; line-height: 1; -webkit-text-stroke: 1px rgba(217, 229, 232, .18); }
.collection-item-cyan { position: relative; padding: 28px; background: linear-gradient(145deg, #3c7d91, #173442); }
.collection-item-cyan p { position: relative; z-index: 1; margin: 0; font-family: var(--display); font-size: clamp(31px, 3.8vw, 56px); font-weight: 800; line-height: .85; letter-spacing: -.06em; }
.line-orbit { position: absolute; width: 270px; height: 270px; right: -85px; bottom: -115px; border: 1px solid rgba(237, 245, 245, .75); border-radius: 50%; transform: rotateX(64deg) rotateZ(-15deg); }

.principles { position: relative; padding: 145px 8vw; display: grid; grid-template-columns: 1fr 1.25fr; gap: 8vw; background: radial-gradient(circle at 70% 30%, rgba(60, 125, 145, .18), transparent 30%), linear-gradient(145deg, rgba(17, 38, 48, .82), rgba(14, 26, 32, .95)); }
.principles-intro h2 { font-size: clamp(48px, 6vw, 90px); }
.principles-list { display: grid; gap: 0; align-self: end; }
.principles-list article { display: grid; grid-template-columns: 44px 1fr 1.25fr; gap: 18px; align-items: baseline; padding: 27px 0; border-top: 1px solid var(--line); }
.principles-list article:last-child { border-bottom: 1px solid var(--line); }
.principles-list span { color: var(--cyan); font-size: 10px; letter-spacing: .1em; }
.principles-list h3 { margin: 0; font-size: 15px; letter-spacing: .04em; }
.principles-list p { margin: 0; color: rgba(237, 245, 245, .62); font-size: 13px; line-height: 1.7; }

.contact { position: relative; min-height: 620px; display: flex; flex-direction: column; justify-content: center; padding: 112px 8vw; background: radial-gradient(circle at 75% 58%, rgba(89, 157, 177, .36), transparent 30%), #11232b; }
.contact h2 { max-width: 700px; font-size: clamp(55px, 8vw, 124px); }
.signup-form { display: grid; grid-template-columns: minmax(220px, 385px) minmax(210px, 280px); gap: 10px; width: min(100%, 685px); margin-top: 42px; }
.signup-form input, .signup-form select { height: 51px; border: 1px solid rgba(146, 216, 231, .46); border-radius: var(--radius); outline: none; background: linear-gradient(135deg, rgba(7, 23, 30, .74), rgba(25, 64, 76, .36)); color: var(--frost); padding: 0 15px; font-size: 13px; box-shadow: inset 0 1px 0 rgba(237, 245, 245, .12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.signup-form input::placeholder { color: rgba(237, 245, 245, .7); }
.signup-form select:invalid { color: rgba(237, 245, 245, .7); }
.signup-form select option { color: var(--ink); }
.signup-form input:focus, .signup-form select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(146, 216, 231, .17); }
.signup-form button { grid-column: 1 / -1; justify-self: start; height: 51px; border: 1px solid var(--frost); border-radius: var(--radius); background: var(--frost); color: var(--ink); padding: 0 19px; font-size: 12px; font-weight: 700; letter-spacing: .08em; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.form-message { grid-column: 1 / -1; min-height: 17px; margin: 3px 0 0; color: var(--cyan); font-size: 12px; }
.form-helper { grid-column: 1 / -1; margin: 0; color: rgba(237, 245, 245, .7); font-size: 11px; line-height: 1.65; }
footer { display: flex; min-height: 105px; padding: 0 4.5vw; align-items: center; justify-content: space-between; background: #091117; }
footer p, footer > a { margin: 0; color: rgba(237, 245, 245, .52); }
footer > a { transition: color .2s ease; } footer > a:hover { color: var(--cyan); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.guide-character { position: absolute; z-index: 3; width: clamp(94px, 10vw, 154px); opacity: 1; }
.guide-character-trigger { position: relative; display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; isolation: isolate; }
.guide-character-trigger::before { content: ""; position: absolute; z-index: -1; inset: 18% 10% 6%; border-radius: 50%; background: radial-gradient(circle, rgba(146, 216, 231, .22), transparent 67%); opacity: 0; transform: scale(.68); transition: transform .28s cubic-bezier(.16, 1, .3, 1), opacity .28s ease; }
.guide-character-trigger:hover::before, .guide-character.is-speaking .guide-character-trigger::before, .guide-character-trigger:focus-visible::before { opacity: 1; transform: scale(1); }
.guide-character-trigger:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.guide-character-trigger:active { transform: scale(.97); }
.guide-action { display: block; width: 100%; height: auto; filter: drop-shadow(0 14px 20px rgba(0, 0, 0, .26)); }
.guide-prompt { position: absolute; left: 50%; bottom: -9px; width: max-content; color: rgba(237, 245, 245, .88); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-shadow: 0 2px 10px rgba(0, 0, 0, .65); transform: translateX(-50%); opacity: .76; transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.guide-character:hover .guide-prompt, .guide-character.is-speaking .guide-prompt, .guide-character:focus-within .guide-prompt { opacity: 1; transform: translateX(-50%) translateY(-3px); }
.guide-character.is-speaking .guide-action { animation: guide-avatar-talk 1.1s ease-in-out infinite; }
.guide-character-hero { right: 6vw; bottom: 5vh; width: clamp(108px, 13vw, 184px); }
.guide-character-workflow { right: 6vw; bottom: 54px; }
.guide-character-projects { right: 3vw; bottom: 32px; }
.guide-character-principles { right: 6vw; bottom: 38px; }
.guide-character-contact { right: 8vw; bottom: 36px; }
.js .guide-character { opacity: 0; transform: translateY(18px) scale(.96); transition: opacity .5s cubic-bezier(.16, 1, .3, 1), transform .5s cubic-bezier(.16, 1, .3, 1); }
.js .guide-character.is-visible { opacity: 1; transform: translateY(0) scale(1); }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-eyebrow { from { opacity: 0; transform: translateY(12px); letter-spacing: .34em; } to { opacity: 1; transform: translateY(0); letter-spacing: .22em; } }
@keyframes hero-title { from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(18px); } to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); } }
@keyframes hero-copy { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes guide-avatar-talk { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-4px) rotate(1deg); } }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .11s; }
.reveal-delay-2 { transition-delay: .22s; }
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .hero-video { animation: hero-foreground-parallax linear both; animation-timeline: scroll(root); animation-range: 0 100dvh; }
    .hero-video-backdrop { animation: hero-background-parallax linear both; animation-timeline: scroll(root); animation-range: 0 100dvh; }
  }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .scroll-depth { animation: section-depth linear both; animation-timeline: view(); animation-range: entry 0% cover 76%; }
    .collection-item { animation: card-depth linear both; animation-timeline: view(); animation-range: entry 8% cover 62%; }
    .collection-item-text { animation-delay: .08s; }
    .collection-item-cyan { animation-delay: .14s; }
  }
}
@keyframes hero-foreground-parallax { from { translate: 0 0; } to { translate: 0 -7vh; } }
@keyframes hero-background-parallax { from { translate: 0 0; opacity: .56; } to { translate: 0 -3vh; opacity: .3; } }
@keyframes section-depth { from { translate: 0 28px; opacity: .78; } 38% { translate: 0 0; opacity: 1; } to { translate: 0 -16px; opacity: 1; } }
@keyframes card-depth { from { translate: 0 34px; scale: .975; opacity: .7; } 48% { translate: 0 0; scale: 1; opacity: 1; } to { translate: 0 -10px; scale: 1; opacity: 1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; animation-timeline: auto !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .hero-content > * { animation: none !important; opacity: 1 !important; transform: none !important; clip-path: none !important; } .js .reveal, .js .guide-character { opacity: 1 !important; transform: none !important; } }
@media (max-width: 860px) {
  .site-header { height: 62px; padding: 0 18px; } .site-header > nav, .nav-cta { display: none; } .mobile-menu { position: relative; display: block; } .mobile-menu summary { list-style: none; border: 1px solid rgba(146, 216, 231, .5); color: var(--frost); padding: 8px 10px; font-size: 10px; font-weight: 700; letter-spacing: .08em; cursor: pointer; } .mobile-menu summary::-webkit-details-marker { display: none; } .mobile-menu nav { position: absolute; top: calc(100% + 8px); right: 0; display: grid; min-width: 130px; margin: 0; padding: 8px; border: 1px solid rgba(146, 216, 231, .34); background: rgba(8, 20, 27, .95); box-shadow: 0 16px 38px rgba(0, 0, 0, .28); } .mobile-menu nav a { padding: 10px; color: var(--frost); font-size: 12px; }
  .mission-console { top: 82px; left: 18px; width: min(220px, 31vw); padding: 12px 8px 8px; } .mission-console > p { margin-bottom: 8px; font-size: 8px; } .mission-links { gap: 3px; } .mission-link { grid-template-columns: 23px 1fr; min-height: 34px; padding: 0 8px; font-size: 11px; } .mission-link span { font-size: 8px; }
  .hero { min-height: 100dvh; padding: 104px 22px 48px; } .hero::before { background: linear-gradient(90deg, rgba(5, 12, 16, .82), rgba(5, 12, 16, .16)), linear-gradient(0deg, rgba(5, 12, 16, .84), transparent 58%); } .hero-video-backdrop { opacity: .48; filter: saturate(.58) brightness(.42) blur(14px); } .hero h1 { font-size: clamp(68px, 22vw, 108px); } .hero-copy { font-size: 13px; margin: 24px 0 18px; } .hero-actions { gap: 8px; } .button { min-height: 44px; padding: 0 14px; } .hero-proof { max-width: 220px; } .hero-side-note { display: none; }
  .manifesto { padding: 86px 22px 95px; } .manifesto-layout { grid-template-columns: 1fr; gap: 30px; } h2 { font-size: clamp(45px, 13.3vw, 70px); } .workflow-copy { max-width: 31ch; } .sequence-video-stage { min-height: min(62vh, 540px); } .sequence-video-stage-workflow { left: 8%; top: 28%; width: 84%; height: 52%; }
  .collection { padding: 0 12px 90px; } .collection-heading { width: auto; margin: 0 10px 35px; } .collection-grid { grid-template-columns: 1fr; grid-template-rows: auto 255px 220px; gap: 9px; } .collection-item-large { grid-row: auto; } .media-frame { height: auto; aspect-ratio: 4 / 5; } .collection-heading h2 { font-size: clamp(46px, 13vw, 70px); }
  .case-video-control { gap: 12px; min-height: 44px; padding: 0 13px; } .case-video-control.is-playing { left: 12px; bottom: 12px; min-height: 36px; padding: 0 9px; }
  .principles { grid-template-columns: 1fr; gap: 55px; padding: 90px 22px; } .principles-list article { grid-template-columns: 31px 1fr; gap: 11px; } .principles-list p { grid-column: 2; margin-top: -8px; }
  .contact { min-height: 560px; padding: 85px 22px; } .contact h2 { font-size: clamp(50px, 13vw, 69px); } .signup-form { grid-template-columns: 1fr; margin-top: 35px; } .signup-form button { width: 100%; } .audio-toggle { right: 14px; bottom: 14px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; } .guide-character { width: 88px; } .guide-character-hero { right: 14px; bottom: 28px; width: 120px; } .guide-character-workflow { right: 16px; bottom: 22px; } .guide-character-projects { right: 14px; bottom: 22px; } .guide-character-principles { right: 16px; bottom: 20px; } .guide-character-contact { right: 16px; bottom: 22px; }
  footer { min-height: 140px; padding: 23px 22px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; }
}
@media (max-width: 620px) { .mission-console { display: none; } }
@media (hover: hover) and (pointer: fine) {
  .mission-console { left: 0; opacity: .54; transform: translateX(calc(-100% + 34px)); transition: transform .42s cubic-bezier(.16, 1, .3, 1), opacity .3s ease; }
  .mission-console.is-expanded, .mission-console:focus-within { opacity: 1; transform: translateX(3.25vw); }
  .mission-handle { position: absolute; top: 0; right: -34px; display: grid; width: 34px; height: 76px; place-items: center; border: 1px solid rgba(146, 216, 231, .48); border-left: 0; background: rgba(12, 35, 44, .88); color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .13em; cursor: pointer; writing-mode: vertical-rl; box-shadow: inset 0 1px 0 rgba(237, 245, 245, .12); }
  .mission-handle:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
}
@media (max-width: 860px) and (hover: hover) and (pointer: fine) {
  .mission-console { left: 0; }
  .mission-console.is-expanded, .mission-console:focus-within { transform: translateX(18px); }
}
