:root {
  --ink: #020913;
  --ink-2: #071323;
  --ink-3: #0a1c2f;
  --paper: #f3f7ff;
  --muted: #9caec4;
  --cyan: #31d7ff;
  --violet: #835bff;
  --pink: #ff5d9e;
  --coral: #ff7465;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
  --text-xs: clamp(.75rem, calc(.72rem + .1vw), .82rem);
  --text-sm: clamp(.875rem, calc(.84rem + .12vw), .95rem);
  --text-body: clamp(1rem, calc(.95rem + .2vw), 1.125rem);
  --container: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .75, .25, 1);
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
::selection { color: #020913; background: var(--cyan); }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: #fff; color: #000; border-radius: 999px; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; width: var(--container); margin-inline: auto; transition: height .4s var(--ease), background .4s, border-color .4s, padding .4s; }
.site-header::before { content: ""; position: absolute; z-index: -1; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%); background: rgba(2, 9, 19, 0); border-bottom: 1px solid transparent; backdrop-filter: blur(0); transition: inherit; }
.site-header.is-scrolled { height: 72px; }
.site-header.is-scrolled::before { background: rgba(2, 9, 19, .78); border-color: rgba(255, 255, 255, .09); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; min-height: 52px; }
.brand-logo { display: block; width: clamp(86px, 7.3vw, 105px); height: auto; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .2)); }
.site-header nav, footer nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.3vw, 2.4rem); font-size: clamp(.82rem, calc(.79rem + .1vw), .9rem); font-weight: 600; }
.site-header nav > a:not(.nav-cta) { position: relative; padding-block: 1rem; color: #d9e1ee; }
.site-header nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .62rem; height: 1px; background: var(--cyan); transition: right .3s var(--ease); }
.site-header nav > a:hover::after, .site-header nav > a:focus-visible::after { right: 0; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 1.25rem; border: 1px solid rgba(255, 255, 255, .5); border-radius: 999px; transition: background .25s, color .25s, border-color .25s; }
.nav-cta:hover { background: #fff; border-color: #fff; color: var(--ink); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: #fff; }
.menu-toggle i { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .3s var(--ease); }

.hero { position: relative; min-height: min(940px, 100svh); isolation: isolate; display: grid; align-items: end; overflow: hidden; background: #05101d; }
.hero-art { position: absolute; z-index: -3; inset: -8%; background: url("assets/images/hero.webp") 74% center / cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.03); will-change: transform; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(1, 8, 17, .98) 0%, rgba(1, 8, 17, .91) 25%, rgba(1, 8, 17, .35) 52%, rgba(1, 8, 17, .08) 80%), linear-gradient(0deg, #020913 0%, transparent 30%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); pointer-events: none; mix-blend-mode: soft-light; }
.hero-glow { position: absolute; z-index: -1; left: 26%; top: 7%; width: 44vw; height: 44vw; border-radius: 50%; background: radial-gradient(circle, rgba(53, 159, 255, .22), transparent 65%); transform: translate3d(0, var(--parallax-y, 0), 0); filter: blur(24px); }
.hero-content { width: var(--container); margin: auto; padding: calc(var(--header-h) + 90px) 0 220px; }
.kicker { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.15rem; color: #c2cede; font-size: var(--text-xs); line-height: 1.2; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.kicker i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.kicker.dark { color: #536176; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { margin-bottom: 1.25rem; max-width: 760px; font-size: clamp(3.25rem, calc(2rem + 4.9vw), 6rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
h1 span { display: inline-block; color: transparent; background: linear-gradient(90deg, var(--cyan) 2%, var(--violet) 48%, var(--pink) 76%, var(--coral)); background-clip: text; }
.hero-copy { max-width: 470px; margin-bottom: 2rem; color: #d2dbe7; font-size: var(--text-body); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: 0 1.45rem; border: 1px solid transparent; border-radius: 999px; font-size: clamp(.82rem, calc(.79rem + .1vw), .9rem); font-weight: 800; transition: transform .3s var(--ease), box-shadow .3s, background .3s, color .3s; }
.button span { font-size: 1rem; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(3px, -2px); }
.button-primary { color: var(--ink); background: #fff; box-shadow: 0 12px 40px rgba(0, 0, 0, .24); }
.button-primary:hover { box-shadow: 0 15px 50px rgba(49, 215, 255, .24); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .35); background: rgba(2, 9, 19, .2); backdrop-filter: blur(8px); }
.button-dark { background: var(--ink); color: #fff; }
.hero-proof { position: absolute; left: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)); right: auto; bottom: 42px; display: flex; gap: 2.2rem; }
.hero-proof p { min-width: 125px; padding-left: 1.1rem; border-left: 1px solid rgba(255, 255, 255, .28); color: #e7edf5; font-size: var(--text-xs); line-height: 1.45; font-weight: 700; text-transform: uppercase; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)); bottom: 40px; display: flex; align-items: center; gap: .7rem; color: #afbdcf; font-size: var(--text-xs); letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue span { width: 34px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, .3); }
.scroll-cue span::after { content: ""; display: block; width: 15px; height: 1px; background: #fff; animation: scroll-line 2s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(240%); } }

.section { position: relative; padding: clamp(5.5rem, 10vw, 9rem) max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)); }
.section-heading { margin-bottom: 3rem; }
.section-heading.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.section-heading.centered .kicker { justify-content: center; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, calc(1.3rem + 3vw), 4rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading h2 span { color: #9fb0c4; }
.section-heading > p, .approach-copy > p, .collaboration-copy > p, .purpose-content > p, .contact-intro > p { color: var(--muted); max-width: 620px; }

.worlds { background: radial-gradient(circle at 50% 20%, #0a2135 0, var(--ink) 42%); overflow: hidden; }
.worlds::before { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; top: 30%; border-radius: 50%; border: 1px solid rgba(48, 216, 255, .1); box-shadow: 0 0 0 70px rgba(92, 67, 255, .025), 0 0 0 140px rgba(92, 67, 255, .02); }
.world-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.15rem; perspective: 1400px; }
.world-card { --rx: 0deg; --ry: 0deg; position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .17); border-radius: 10px; background: #071423; transform: rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: transform .22s ease-out, border-color .4s, box-shadow .4s; }
.world-card:hover { border-color: rgba(94, 210, 255, .5); box-shadow: 0 32px 80px rgba(0, 0, 0, .4); }
.world-card img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform .8s var(--ease); }
.world-card:hover img { transform: scale(1.08); }
.world-card::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(2, 9, 19, .95) 58%, #020913); }
.animation-card { grid-column: 1 / span 4; }
.ai-card { grid-column: 5 / span 4; margin-top: 42px; }
.gaming-card { grid-column: 9 / span 4; margin-top: 84px; }
.world-card-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: 1.65rem; transform: translateZ(24px); }
.world-symbol { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1.1rem; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; color: var(--cyan); }
.world-card h3 { margin-bottom: .55rem; font-size: clamp(1.45rem, 2.3vw, 2.1rem); letter-spacing: -.04em; }
.world-card p { color: #bcc9d8; font-size: var(--text-sm); }
.world-card ul { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 1rem 0 0; list-style: none; }
.world-card li { padding: .36rem .62rem; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: #ccd5e0; font-size: var(--text-xs); }

.approach { min-height: 720px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); gap: 6vw; align-items: center; color: var(--ink); background: radial-gradient(circle at 80% 50%, rgba(133, 91, 255, .11), transparent 32%), linear-gradient(135deg, #f8fbff, #eaf2ff); }
.approach::after { content: "Ideas into worlds"; position: absolute; right: 3vw; top: 12%; width: 120px; color: #566d9f; font: 500 1.2rem/1.15 cursive; transform: rotate(-8deg); }
.approach-copy > p { color: #566175; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 1rem; margin-top: 1rem; padding-bottom: .3rem; border-bottom: 1px solid var(--ink); font-size: var(--text-sm); font-weight: 800; }
.orbit { position: relative; width: min(570px, 43vw); aspect-ratio: 1.1; margin-inline: auto; }
.orbit-node { position: absolute; width: 53%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem; border-radius: 50%; color: #fff; text-align: center; box-shadow: inset 0 0 70px rgba(255, 255, 255, .08), 0 25px 60px rgba(17, 36, 93, .18); mix-blend-mode: multiply; }
.orbit-node > span { margin-bottom: .7rem; font-size: 1.5rem; }
.orbit-node strong { font-family: var(--display); font-size: 1rem; text-transform: uppercase; }
.orbit-node small { max-width: 132px; margin-top: .5rem; opacity: .82; font-size: var(--text-xs); }
.orbit-node.story { left: 24%; top: 0; background: linear-gradient(145deg, #0678df, #5632bb); }
.orbit-node.technology { left: 2%; bottom: 0; background: linear-gradient(145deg, #0079d9, #0a2654); }
.orbit-node.experiences { right: 2%; bottom: 0; background: linear-gradient(145deg, #d83b69, #4d20d5); }
.orbit-core { position: absolute; z-index: 3; left: 50%; top: 55%; width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: #071426; font: 700 1rem var(--display); transform: translate(-50%, -50%); box-shadow: 0 0 30px rgba(49, 215, 255, .4); }

.capabilities { background: linear-gradient(135deg, #020913, #061728); }
.section-heading.split { display: grid; grid-template-columns: 1fr .55fr; gap: 3rem; align-items: end; }
.section-heading.split > p { margin: 0 0 1.2rem; }
.capability-grid { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
.capability-grid article { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.2rem .8rem; text-align: center; border-right: 1px solid rgba(255, 255, 255, .12); }
.capability-grid article:last-child { border-right: 0; }
.capability-grid article > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 1.1rem; border: 1px solid rgba(255, 255, 255, .23); border-radius: 50%; color: var(--cyan); font-size: 1.6rem; box-shadow: 0 18px 40px rgba(33, 129, 255, .1); }
.capability-grid h3 { margin: 0; font: 600 var(--text-xs)/1.45 var(--body); }

.collaboration { position: relative; min-height: 570px; display: grid; grid-template-columns: 45% 55%; color: var(--ink); background: #edf4fd; overflow: hidden; }
.collaboration-art { height: 130%; transform: translate3d(0, var(--parallax-y, 0), 0); will-change: transform; }
.collaboration-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.collaboration-copy { display: grid; grid-template-columns: minmax(0, 1fr) 150px; grid-template-areas: "kicker list" "heading list" "copy list" "button list"; align-content: center; gap: 0 3rem; padding: clamp(4rem, 8vw, 7rem); }
.collaboration-copy .kicker { grid-area: kicker; }
.collaboration-copy h2 { grid-area: heading; }
.collaboration-copy > p { grid-area: copy; color: #526076; }
.collaboration-copy .button { grid-area: button; justify-self: start; margin-top: 1rem; }
.audience-list { grid-area: list; align-self: center; padding-left: 1.5rem; border-left: 1px solid #bac8d9; }
.audience-list span { display: block; padding: .34rem 0; color: #4e5b6e; font-size: var(--text-xs); }

.purpose { position: relative; min-height: 610px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.purpose-art { position: absolute; z-index: -2; inset: -12%; background: url("assets/images/earth.webp") center / cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.18); will-change: transform; image-rendering: auto; }
.purpose::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 9, 19, .96) 0, rgba(2, 9, 19, .77) 45%, rgba(2, 9, 19, .25)); }
.purpose-content { width: var(--container); margin: auto; }
.purpose-content h2 { max-width: 650px; }
.purpose-content > p { max-width: 580px; color: #b7c4d4; }
.purpose-values { max-width: 820px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3.4rem; border-top: 1px solid rgba(255,255,255,.22); }
.purpose-values span { min-height: 110px; display: flex; align-items: center; gap: .8rem; padding-right: 1rem; color: #e3e9f2; font-size: var(--text-sm); font-weight: 700; }
.purpose-values i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--cyan); font-style: normal; }

.contact { position: relative; isolation: isolate; overflow: hidden; padding: clamp(6rem, 10vw, 9rem) max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)); background: #030915; }
.contact::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3,9,21,.95) 0 45%, rgba(3,9,21,.72)), url("assets/images/neon-ribbon.webp") center bottom / 100% 48% no-repeat; }
.contact-art { position: absolute; z-index: -1; width: 540px; height: 540px; left: -270px; bottom: -150px; border: 65px solid rgba(89, 41, 255, .25); border-radius: 50%; filter: blur(16px); box-shadow: 120px -40px 0 rgba(49, 215, 255, .08); }
.contact-shell { width: var(--container); margin: auto; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-intro { position: sticky; top: 140px; }
.contact-intro h2 { font-size: clamp(2.4rem, calc(1.5rem + 3vw), 4rem); }
.contact-note { display: flex; align-items: center; gap: 1rem; margin-top: 3rem; max-width: 320px; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); }
.contact-note > span { color: var(--cyan); font-size: 1.5rem; }
.contact-note p { margin: 0; color: #9babbe; font-size: var(--text-xs); }
.project-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; padding: clamp(1.3rem, 3vw, 2.3rem); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(7, 19, 35, .8); backdrop-filter: blur(18px); box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.field { display: flex; flex-direction: column; gap: .48rem; }
.field-wide, .form-footer, .consent-error { grid-column: 1 / -1; }
.field label { font-size: var(--text-xs); font-weight: 700; color: #d9e2ed; }
.field label span { color: #74849a; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; padding: .85rem 1rem; color: #fff; background: rgba(2,9,19,.72); outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); background: rgba(3,17,31,.94); box-shadow: 0 0 0 3px rgba(49,215,255,.1); }
.field [aria-invalid="true"] { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,116,101,.1); }
.field small, .consent-error { min-height: 1em; color: #ff9b91; font-size: var(--text-xs); }
.field textarea::placeholder { color: #526278; }
.consent { display: flex; align-items: flex-start; gap: .75rem; color: #aab7c8; font-size: var(--text-xs); cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--cyan); }
.consent-error:empty { display: none; }
.form-footer { display: flex; align-items: center; gap: 1.3rem; margin-top: .5rem; }
.form-footer button:disabled { opacity: .55; cursor: wait; }
.form-status { margin: 0; color: #b9c7d7; font-size: var(--text-xs); }
.form-status.is-success { color: #66e5bc; }
.form-status.is-error { color: #ff9b91; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

footer { padding: 3.6rem max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)) 2rem; background: #01070e; }
.footer-top .brand-logo { width: clamp(105px, 10vw, 132px); }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 2.8rem; border-bottom: 1px solid rgba(255,255,255,.1); }
footer nav a { color: #a8b4c4; transition: color .2s; }
footer nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; color: #7f8da1; font-size: var(--text-xs); }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --header-h: 78px; }
  .menu-toggle { display: block; }
  .site-header nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 1.2rem; padding: 7rem 2rem 3rem; background: rgba(2,9,19,.97); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .3s, visibility .3s, transform .3s; }
  .site-header nav a { font: 600 clamp(1.8rem, 7vw, 3.2rem)/1 var(--display); }
  .menu-open .site-header nav { opacity: 1; visibility: visible; transform: none; }
  .menu-open { overflow: hidden; }
  .menu-open .menu-toggle i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .hero::before { background: linear-gradient(90deg, rgba(1,8,17,.97), rgba(1,8,17,.65) 58%, rgba(1,8,17,.08)), linear-gradient(0deg,#020913,transparent 35%); }
  .approach { grid-template-columns: 1fr; gap: 4rem; }
  .orbit { width: min(600px, 85vw); }
  .capability-grid { grid-template-columns: repeat(4, 1fr); }
  .capability-grid article:nth-child(4) { border-right: 0; }
  .capability-grid article { border-bottom: 1px solid rgba(255,255,255,.12); }
  .collaboration-copy { grid-template-columns: 1fr; grid-template-areas: "kicker" "heading" "copy" "list" "button"; }
  .audience-list { display: flex; flex-wrap: wrap; gap: .4rem; padding: 1rem 0 0; border: 0; }
  .audience-list span { padding: .35rem .6rem; border: 1px solid #c5d0de; border-radius: 999px; }
}

@media (max-width: 820px) {
  .hero-art { background-position: 67% center; }
  .hero-content { padding-bottom: 240px; }
  .world-grid { display: grid; grid-template-columns: 1fr; }
  .world-card, .animation-card, .ai-card, .gaming-card { grid-column: auto; min-height: 520px; margin-top: 0; }
  .world-card img { height: 100%; }
  .section-heading.split { grid-template-columns: 1fr; gap: .5rem; }
  .collaboration { grid-template-columns: 1fr; }
  .collaboration-art { height: 400px; transform: none; }
  .collaboration-copy { padding: 4rem 24px 5rem; }
  .purpose-values { grid-template-columns: 1fr; }
  .purpose-values span { min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .footer-top { align-items: flex-start; }
  footer nav { flex-wrap: wrap; justify-content: flex-end; }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 32px, 1180px); }
  .hero { min-height: 780px; }
  .hero-art { inset: -3%; transform: scale(1.05); }
  .hero::before { background: linear-gradient(90deg, rgba(1,8,17,.93), rgba(1,8,17,.3)), linear-gradient(0deg,#020913 0%,rgba(2,9,19,.8) 30%,transparent 65%); }
  .hero-content { padding-top: 150px; padding-bottom: 245px; }
  .hero-copy { max-width: 330px; }
  .hero-proof { left: 16px; right: 16px; bottom: 54px; gap: 0; justify-content: space-between; }
  .hero-proof p { min-width: 0; padding: 0 .6rem; font-size: .68rem; }
  .hero-proof p:first-child { border-left: 0; padding-left: 0; }
  .scroll-cue { display: none; }
  .section { padding-inline: 16px; }
  .approach { padding-block: 5rem; }
  .approach::after { display: none; }
  .orbit { width: 100%; }
  .orbit-node { padding: 1.5rem; }
  .orbit-node small { font-size: .7rem; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid article:nth-child(2n) { border-right: 0; }
  .capability-grid article:nth-child(4) { border-right: 0; }
  .contact { padding-inline: 16px; }
  .project-form { grid-template-columns: 1fr; }
  .field-wide, .form-footer, .consent-error { grid-column: auto; }
  .footer-top, .footer-bottom { flex-direction: column; gap: 2rem; }
  footer nav { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .site-header .brand-logo { width: 82px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 290px; }
  .button { width: 100%; }
  .world-card { min-height: 500px; }
  .world-card-copy { padding: 1.25rem; }
  .orbit { aspect-ratio: 1 / 1.18; }
  .orbit-node { width: 59%; }
  .orbit-node.story { left: 20%; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article:nth-child(2n) { min-height: 125px; flex-direction: row; justify-content: flex-start; gap: 1rem; padding: 1rem; border-right: 0; text-align: left; }
  .capability-grid article > span { flex: 0 0 54px; margin: 0; }
  .collaboration-art { height: 290px; }
  .form-footer { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none !important; }
  .hero-art, .hero-glow, .purpose-art, .collaboration-art, [data-tilt] { transform: none !important; }
}
