@charset "UTF-8";

:root {
  --paper: #edf0ff;
  --white: #fbfcff;
  --ink: #18214c;
  --muted: #596282;
  --blue: #3047ef;
  --blue-dark: #253acb;
  --line: rgba(24, 33, 76, .18);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(24px, 5vw, 80px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--blue); color: white; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; }
img { max-width: 100%; display: block; }
svg { display: block; }
canvas { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 450; }
.wrap { width: 100%; max-width: 1600px; padding-inline: var(--gutter); margin-inline: auto; }
.eyebrow { font-size: .8125rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 16px; background: var(--ink); color: white; padding: 12px 20px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; background: var(--paper); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 120px; }
.brand { display: flex; align-items: center; gap: 14px; font-size: 1rem; font-weight: 600; line-height: 1.05; letter-spacing: -.035em; }
.brand-logo { width: 51px; height: auto; }
nav { display: flex; gap: clamp(20px, 3.7vw, 60px); }
nav a { display: inline-flex; gap: 16px; align-items: center; min-height: 44px; font-size: .875rem; }
nav a span { transition: transform .3s var(--ease); color: var(--blue); }
nav a:hover span { transform: translate(3px, -3px); }
.header-caption { font-size: .75rem; color: var(--muted); line-height: 1.4; }

.hero { position: relative; overflow: clip; }
.hero-topline { display: flex; justify-content: space-between; padding-top: 31px; position: relative; }
.hero-topline::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--line); }
.hero-edition { color: var(--muted); font-size: .8125rem; }
.hero-layout { display: grid; grid-template-columns: 1.14fr 1fr; gap: 16px; min-height: min(760px, 79svh); align-items: center; padding-block: 60px 80px; }
.hero-copy { position: relative; z-index: 2; padding-block: 28px; }
h1 { font-size: clamp(70px, 8.35vw, 134px); line-height: .96; letter-spacing: -.075em; }
h1 span { display: block; }
h1 .accent { white-space: nowrap; color: var(--blue); }
.hero-description { max-width: 370px; margin-top: 42px; font-size: clamp(1rem, 1.25vw, 1.1875rem); line-height: 1.6; color: var(--muted); }
.round-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 31px; font-size: .875rem; font-weight: 500; }
.round-link-icon { display: grid; place-items: center; border: 1px solid var(--line); width: 45px; height: 45px; border-radius: 50%; font-size: 23px; transition: background .25s, color .25s, transform .4s var(--ease); }
.round-link:hover .round-link-icon { background: var(--blue); border-color: var(--blue); color: white; transform: translateY(3px); }
.hero-art { position: relative; width: 100%; aspect-ratio: 1/1.03; min-width: 0; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 5% -9%; background: radial-gradient(ellipse, #c2ceff 0%, #d9e0ff 32%, transparent 69%); z-index: -1; }
#hypothesis-form { position: absolute; inset: -13%; width: 126%; height: 126%; }
.art-label { position: absolute; bottom: -8%; left: 0; width: 100%; display: flex; justify-content: center; align-items: center; gap: 9px; font-size: .75rem; color: var(--muted); }
.art-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.art-cross { position: absolute; color: var(--muted); font: 20px/1 monospace; }
.cross-top { top: -7%; right: 4%; }
.cross-bottom { bottom: 5%; left: 0; }
.orbital-fallback { position: absolute; inset: 16%; transform: rotate(-35deg); }
.orbital-fallback i { position: absolute; inset: 0; border: 1px solid rgba(48,71,239,.35); border-radius: 50%; transform: rotateY(45deg); }
.orbital-fallback i:nth-child(2) { inset: 8%; transform: rotateX(45deg); }
.orbital-fallback i:nth-child(3) { inset: 16%; }
.orbital-fallback i:nth-child(4) { inset: 24%; }
.orbital-fallback i:nth-child(5) { inset: 32%; }
.canvas-ready .orbital-fallback { display: none; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 25px; font-size: .75rem; color: var(--muted); }
.hero-bottom span:last-child { display: inline-flex; gap: 25px; }

.approach { background: var(--white); padding-block: clamp(100px, 11vw, 180px) 60px; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: start; column-gap: 36px; margin-bottom: 100px; }
.section-heading > .eyebrow { margin-top: 13px; }
.section-heading h2 { font-size: clamp(44px, 5.6vw, 88px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading h2 .accent { color: var(--blue); }
.section-heading > p { grid-column: 2; margin-top: 26px; color: var(--muted); font-size: 1.0625rem; }
.principles { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: .3fr .65fr 1.7fr 1.45fr; gap: 34px; align-items: center; min-height: 220px; padding-block: 43px; border-bottom: 1px solid var(--line); }
.principle-number { font-size: .8125rem; align-self: start; padding-top: 8px; color: var(--muted); }
.principle h3 { font-size: clamp(27px, 2.85vw, 45px); letter-spacing: -.05em; line-height: 1.1; }
.principle-description { max-width: 300px; }
.principle-description > span { display: block; font-size: .75rem; color: var(--blue); margin-bottom: 12px; }
.principle-description p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.principle-graphic { position: relative; width: 94px; height: 94px; color: var(--blue); }
.graphic-scatter { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; place-items: center; padding: 9px; transform: rotate(-12deg); }
.graphic-scatter i { width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 50%; transition: transform .8s var(--ease); }
.graphic-scatter i:nth-child(2n) { background: var(--blue); }
.graphic-scatter i:nth-child(5) { transform: scale(1.6); }
.principle:hover .graphic-scatter i { transform: translateY(-7px); }
.principle:hover .graphic-scatter i:nth-child(2n) { transform: translateY(7px); }
.graphic-loop i { position: absolute; top: 19px; width: 58px; height: 58px; border: 1px solid currentColor; border-radius: 50%; }
.graphic-loop i:nth-child(1) { left: 0; }
.graphic-loop i:nth-child(2) { right: 0; }
.graphic-loop b { position: absolute; width: 8px; height: 8px; top: 15px; left: 42px; border-radius: 50%; background: currentColor; transform-origin: 4px 32px; animation: orbit 8s linear infinite; }
.graphic-bet i { position: absolute; inset: 14px; border: 1px solid currentColor; transform: rotate(45deg); transition: transform .8s var(--ease); }
.graphic-bet i:nth-child(2) { inset: 25px; }
.graphic-bet i:nth-child(3) { inset: 37px; background: currentColor; }
.principle:hover .graphic-bet i { transform: rotate(135deg); }
.type-interlude { overflow: clip; padding-block: 48px 60px; background: var(--white); }
.type-track { width: max-content; white-space: nowrap; color: #dbe0f5; font-size: clamp(72px, 10vw, 170px); letter-spacing: -.06em; line-height: 1.2; will-change: transform; padding-left: 8vw; }
.type-track .accent { color: var(--blue); }

.current { position: relative; background: var(--blue); color: white; overflow: clip; isolation: isolate; }
.current::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse at 75% 45%, #6174ff 0, transparent 55%); }
.current-inner { min-height: 830px; display: flex; flex-direction: column; justify-content: space-between; padding-block: 55px 38px; }
.current-topline, .current-bottom { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.development-status { display: inline-flex; gap: 11px; align-items: center; font-size: .8125rem; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; padding: 10px 17px; }
.development-status i { width: 6px; height: 6px; border-radius: 50%; background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.15); }
.current-copy { position: relative; z-index: 2; margin-block: 120px; max-width: 960px; }
.current h2 { font-size: clamp(65px, 8.5vw, 136px); line-height: 1; letter-spacing: -.065em; }
.current h2 .accent { color: #dce3ff; }
.current-copy p { max-width: 370px; margin-top: 36px; color: #edf0ff; font-size: 1.0625rem; line-height: 1.7; }
.current-mesh { position: absolute; z-index: -1; width: min(70vw,1000px); aspect-ratio: 1; right: -12%; top: 8%; opacity: .55; will-change: transform; }
.current-mesh svg { width: 100%; height: 100%; overflow: visible; }
.mesh-orbits { stroke: rgba(224,233,255,.45); stroke-width: .7; transform-origin: 350px 350px; transform: rotate(-28deg); }
.current-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.3); font-size: .8125rem; }
.disclosure { display: inline-flex; align-items: center; gap: 14px; }
.disclosure-block { width: 40px; height: 12px; background: repeating-linear-gradient(90deg, white 0 3px, transparent 3px 6px); }
.current-footnote { font-size: 1.1875rem; }

.closing { position: relative; padding-block: clamp(100px, 11vw, 175px); }
.closing h2 { margin-top: 45px; font-size: clamp(51px, 6.85vw, 110px); line-height: 1.04; letter-spacing: -.055em; }
.closing h2 .accent { color: var(--blue); }
.closing > p { margin-top: 34px; color: var(--muted); font-size: 1.0625rem; }
.back-top { position: absolute; right: var(--gutter); bottom: 150px; display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid var(--line); border-radius: 50%; font-size: 28px; transition: background .2s, color .2s; }
.back-top:hover { background: var(--blue); color: white; }
.site-footer { background: #dfe5ff; }
.footer-brand { display: flex; gap: clamp(28px, 6vw, 90px); align-items: center; padding-block: 68px 80px; }
.footer-brand img { width: clamp(80px, 11vw, 170px); height: auto; flex-shrink: 0; }
.footer-brand p { font-size: clamp(65px, 10.3vw, 165px); letter-spacing: -.065em; line-height: .91; }
.footer-brand p .accent { color: var(--blue); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 25px; color: var(--muted); font-size: .75rem; }
#motion-toggle { display: inline-flex; align-items: center; justify-content: end; gap: 10px; background: none; border: 0; cursor: pointer; padding: 10px 0; min-height: 44px; font-size: .75rem; }
#motion-toggle[hidden] { display: none; }
.motion-symbol { color: var(--blue); font-size: .875rem; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.motion-paused { scroll-behavior: auto; }
.motion-paused .type-track, .motion-paused .current-mesh { transform: none !important; }
[data-reveal].reveal-waiting { opacity: 0; transform: translateY(28px); transition: transform 900ms var(--ease), opacity 900ms var(--ease); }
[data-reveal].reveal-waiting.is-visible { opacity: 1; transform: none; }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (min-width: 1600px) { .hero-layout { min-height: 800px; } }
@media (max-width: 1050px) {
  .header-caption { display: none; }
  .hero-layout { min-height: 650px; grid-template-columns: 1.13fr 1fr; gap: 0; padding-block: 60px 90px; }
  h1 { font-size: clamp(62px, 8.3vw, 88px); }
  .hero-art { margin-top: -95px; }
  .hero-description { max-width: 320px; }
  .section-heading { grid-template-columns: 1fr 2.7fr; gap: 25px; margin-bottom: 60px; }
  .principle { grid-template-columns: .22fr .6fr 1.5fr 1.4fr; gap: 22px; }
  .principle-graphic { width: 75px; height: 75px; transform: scale(.85); transform-origin: left center; }
  .current-inner { min-height: 730px; }
  .current-mesh { width: 80vw; right: -27%; top: 15%; }
}

@media (max-width: 720px) {
  :root { --gutter: 24px; }
  .header-inner { min-height: 94px; gap: 20px; }
  .brand { gap: 9px; font-size: .875rem; }
  .brand-logo { width: 44px; }
  nav { gap: 15px; }
  nav a { font-size: .75rem; gap: 6px; }
  nav a:first-child { display: none; }
  .hero-topline { padding-top: 24px; }
  .hero-topline .eyebrow, .hero-edition { font-size: .75rem; }
  .hero-edition { display: none; }
  .hero-layout { display: flex; flex-direction: column; min-height: auto; padding-block: 41px 57px; }
  .hero-copy { width: 100%; padding-block: 0; }
  h1 { font-size: clamp(62px, 12.5vw, 90px); }
  .hero-description { margin-top: 28px; max-width: 360px; font-size: 1rem; }
  .round-link { margin-top: 22px; }
  .hero-art { width: min(88%, 380px); margin-top: 48px; margin-bottom: 18px; aspect-ratio: 1.13; }
  #hypothesis-form { inset: -16%; width: 132%; height: 132%; }
  .cross-top { top: 0; right: -5%; }
  .cross-bottom { bottom: 0; left: -5%; }
  .art-label { bottom: -14%; }
  .hero-bottom { padding-block: 23px; gap: 20px; font-size: .75rem; border-top: 1px solid var(--line); }
  .hero-bottom > span:first-child { max-width: 190px; }
  .hero-bottom > span:last-child { font-size: 0; gap: 0; }
  .hero-bottom > span:last-child > span { font-size: 23px; }
  .approach { padding-block: 90px 30px; }
  .section-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 55px; }
  .section-heading > .eyebrow { margin: 0 0 34px; }
  .section-heading h2 { font-size: clamp(40px, 7.8vw, 58px); }
  .section-heading > p { grid-column: 1; margin-top: 23px; font-size: 1rem; }
  .section-heading > p br { display: none; }
  .principle { grid-template-columns: 45px 1fr; gap: 24px 12px; padding-block: 30px 36px; }
  .principle-number { padding-top: 0; }
  .principle-graphic { grid-row: 1; grid-column: 2; justify-self: end; height: 52px; transform: scale(.6); transform-origin: top right; margin-top: -5px; }
  .principle h3 { grid-column: 2; font-size: 32px; }
  .principle-description { grid-column: 2; max-width: 360px; }
  .principle-description > span { margin-bottom: 10px; }
  .type-interlude { padding-block: 30px 40px; }
  .type-track { font-size: 76px; }
  .current-inner { min-height: 730px; padding-block: 33px; }
  .current-topline { align-items: start; flex-direction: column; gap: 22px; }
  .development-status { font-size: .75rem; padding: 8px 13px; }
  .current-copy { margin-block: 90px 105px; }
  .current h2 { font-size: clamp(54px, 10.8vw, 77px); }
  .current-copy p { max-width: 320px; font-size: 1rem; }
  .current-mesh { width: 135vw; right: -77%; top: 27%; opacity: .38; }
  .current-bottom { align-items: start; flex-direction: column; gap: 24px; font-size: .75rem; }
  .disclosure-block { width: 26px; }
  .closing { padding-block: 95px 130px; }
  .closing h2 { font-size: clamp(43px, 9vw, 65px); margin-top: 33px; }
  .closing > p { font-size: 1rem; }
  .back-top { width: 48px; height: 48px; bottom: 45px; font-size: 22px; }
  .footer-brand { padding-block: 50px; gap: 26px; }
  .footer-brand img { width: 62px; }
  .footer-brand p { font-size: clamp(43px, 9.1vw, 65px); }
  .footer-bottom { gap: 6px 20px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}

@media (max-width: 359px) {
  :root { --gutter: 20px; }
  h1 { font-size: 55px; }
  .brand-logo { width: 39px; }
  .hero-description { font-size: 1rem; }
  .current h2 { font-size: 50px; }
  .principle { grid-template-columns: 30px 1fr; }
  .principle h3 { font-size: 29px; }
  .footer-brand { gap: 17px; }
  .footer-brand img { width: 52px; }
  .footer-brand p { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal].reveal-waiting { opacity: 1; transform: none; }
  .type-track, .current-mesh { transform: none !important; }
}
