@font-face {
  font-family: 'Space Mono';
  src: url('/assets/fonts/space-mono-latin-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('/assets/fonts/space-mono-latin-400-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('/assets/fonts/space-mono-latin-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/cormorant-garamond-latin-300.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/cormorant-garamond-latin-500.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/assets/fonts/space-grotesk-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #101110;
  --paper: #f1f1e9;
  --muted: #94968f;
  --line: #30312d;
  --acid: #d4f58b;
  --font: 'Space Grotesk', Arial, sans-serif;
  --font-mono: 'Space Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --font-formula: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-math: 'Times New Roman', 'STIX Two Text', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--bg); color: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
::selection { background: var(--acid); color: var(--bg); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--acid); outline-offset: 7px; }
button { cursor: pointer; }
button[hidden] { display: none; }
p, h1, h2 { margin: 0; }
svg, img { display: block; }
.wrap { width: min(100% - 112px, 1440px); margin-inline: auto; }
.mono { font-family: var(--font-mono); font-size: 10px; font-weight: 400; letter-spacing: .065em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.muted { color: var(--muted); }
.skip-link { position: fixed; top: 14px; left: 14px; z-index: 20; padding: 14px 20px; background: var(--acid); color: var(--bg); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 114px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); position: relative; z-index: 3; }
.brand { display: inline-flex; gap: 13px; align-items: center; font-size: 24px; letter-spacing: -1.2px; line-height: .87; font-weight: 700; }
.brand-symbol { width: 40px; height: 40px; }
.brand > span { position: relative; }
.brand-second { display: block; }
.arrow-icon { display: inline-block; width: 1em; height: 1em; vertical-align: -.12em; flex: none; }
.star-icon { display: block; width: 1em; height: 1em; }
.header-contact { display: flex; align-items: center; gap: 32px; font-size: 13px; border: 1px solid #54564b; border-radius: 100px; padding: 12px 18px; transition: background .2s, color .2s, border-color .2s; }
.header-contact .arrow-icon { width: 20px; height: 20px; }
.header-contact:hover { background: var(--acid); color: var(--bg); border-color: var(--acid); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 40px; row-gap: 64px; padding-top: 70px; padding-bottom: 36px; isolation: isolate; }
.hero-copy { grid-column: 1; grid-row: 1; }
.hero-copy { position: relative; z-index: 2; pointer-events: none; }
.hero-copy a { pointer-events: auto; }
.eyebrow { color: #bfc2b5; text-transform: uppercase; display: flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .1em; }
.status-dot { width: 6px; height: 6px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 12px #d4f58b40; }
h1 { margin-top: 35px; font-size: clamp(82px, 8.8vw, 137px); line-height: .97; letter-spacing: -.072em; font-weight: 500; }
.gradient-text { background: linear-gradient(135deg, #d4f58b, #efacb7); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .04em; }

/* Formula hero: four LaTeX-like formulas typed out in a loop, each ending in a feeling line. */
h1.formula-title { margin-top: 28px; font-family: var(--font-formula); font-size: clamp(32px, 4.8vw, 68px); line-height: 1.1; letter-spacing: .005em; font-weight: 300; }
.formula-stage { position: relative; display: flex; align-items: flex-end; min-height: 3.1em; }
.formula { display: none; flex-wrap: wrap; align-items: center; gap: .25em .26em; max-width: 14em; color: var(--paper); transition: opacity .55s ease, filter .55s ease; }
.formula.is-active { display: flex; }
.formula.is-out { opacity: 0; filter: blur(3px); }
.formula .op { color: var(--acid); font-weight: 300; }
.formula .var { font-style: italic; font-weight: 300; }
.formula sup, .formula sub { font-size: .5em; line-height: 1; }
.formula sup { vertical-align: .9em; margin-left: -.42em; }
.formula sub { vertical-align: -.1em; margin-left: -.42em; }
.formula .ch { white-space: pre; opacity: 0; }
.formula.is-typing .ch { animation: ch-in 1ms steps(1) forwards; animation-delay: calc(var(--i) * var(--speed, 55ms)); }
.formula.is-done .ch { opacity: 1; animation: none; }
@keyframes ch-in { to { opacity: 1; } }
.bigop { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; margin-inline: .05em; }
.sigma, .integral { font-family: var(--font-math); font-size: 1.45em; line-height: .85; font-style: normal; font-weight: 400; }
.integral { font-size: 1.7em; line-height: .9; margin-block: .06em .02em; }
.bigop.int .lim-top { margin-bottom: .3em; }
.bigop.int .lim-bot { margin-top: .28em; }
.brk { display: none; flex-basis: 100%; height: 0; }
.eq-line { flex-basis: 100%; line-height: 1; margin-top: .05em; }
.formula.compact { font-size: .82em; max-width: 17em; }
.formula .dt { font-size: .58em; align-self: center; margin-top: .5em; margin-left: -.05em; }
.formula .vector { position: relative; padding-top: .18em; }
.formula .vector::before { content: '→'; position: absolute; left: 50%; top: -.28em; transform: translateX(-50%); font-family: var(--font-math); font-style: normal; font-size: .42em; color: #b8bbb0; letter-spacing: 0; }
.lim-word { line-height: 1; }
.lim-top, .lim-bot { font-size: .42em; letter-spacing: .02em; color: #b8bbb0; line-height: 1.2; font-style: italic; }
.lim-top { margin-bottom: .1em; }
.lim-bot { margin-top: .15em; }
.paren { font-family: var(--font-math); font-size: 1.1em; line-height: 1; font-weight: 300; }
.vec { position: relative; display: inline-flex; padding: .12em .42em; margin-inline: .1em; border-left: .07em solid currentColor; border-right: .07em solid currentColor; line-height: 1.1; }
.vec::before, .vec::after { content: ''; position: absolute; left: 0; right: 0; height: .07em; background: linear-gradient(to right, currentColor .35em, transparent .35em calc(100% - .35em), currentColor calc(100% - .35em)); }
.vec::before { top: 0; }
.vec::after { bottom: 0; }
.vec .var { color: var(--paper); }
.vec.row { gap: .7em; }
.vec.col { flex-direction: column; gap: .05em; }
.frac { display: inline-flex; flex-direction: column; align-items: center; line-height: 1.05; vertical-align: middle; margin-inline: .1em; }
.frac .num, .frac .den { padding-inline: .2em; }
.frac sub { margin-left: .02em; vertical-align: -.1em; }
.frac .num { align-self: stretch; text-align: center; border-bottom: .045em solid var(--acid); padding-bottom: .06em; }
.frac .den { display: inline-flex; gap: .25em; padding-top: .08em; }
.legend { flex-basis: 100%; margin-top: .35em; font-family: var(--font-mono); font-size: .2em; letter-spacing: .05em; color: #9ea191; opacity: 0; transition: opacity .6s ease .1s; }
.formula.is-done .legend { opacity: 1; }
.hero-feeling { margin-top: 20px; font-family: var(--font); font-size: clamp(30px, 3.4vw, 50px); font-weight: 500; letter-spacing: -.045em; line-height: 1.1; opacity: 0; transform: translateY(8px); transition: opacity .6s ease, transform .6s ease; }
.hero-feeling.is-visible { opacity: 1; transform: none; }
.hero-description { margin-top: 24px; font-size: 15px; color: #babbb4; line-height: 1.7; letter-spacing: -.02em; }
.button { display: inline-flex; align-items: center; gap: 25px; background: var(--acid); border: 1px solid var(--acid); border-radius: 5px; color: #1b2211; margin-top: 28px; padding: 14px 15px 14px 20px; font-size: 12px; font-weight: 600; transition: background .2s, transform .2s; }
.button-arrow { display: flex; align-items: center; padding-left: 20px; border-left: 1px solid #586b343b; }
.button-arrow .arrow-icon { width: 22px; height: 22px; }
.button:hover { background: #e5ffb0; transform: translateY(-3px); }
.hero-art { position: relative; grid-column: 2; grid-row: 1; justify-self: end; width: 500px; height: 500px; max-width: 42vw; aspect-ratio: 1; pointer-events: none; }
.hero-logo { position: absolute; inset: 10%; width: 80%; height: 80%; overflow: visible; }
.art-glow { position: absolute; inset: 2%; background: radial-gradient(ellipse, #673dd118, transparent 68%); filter: blur(35px); }
.logo-start { animation: logo-start 36s ease-in-out infinite paused; }
.logo-end { animation: logo-end 36s ease-in-out infinite paused; }
.is-animating .logo-start, .is-animating .logo-end { animation-play-state: running; }
@keyframes logo-start {
  0%, 100% { stop-color: #3500ff; }
  25% { stop-color: #a02cf5; }
  50% { stop-color: #087f8c; }
  75% { stop-color: #e64280; }
}
@keyframes logo-end {
  0%, 100% { stop-color: #8c76ca; }
  25% { stop-color: #f2a3b4; }
  50% { stop-color: #c4ed8b; }
  75% { stop-color: #f5c878; }
}
.art-caption { position: absolute; right: 6px; top: 70px; line-height: 1.7; color: #b6b9aa; font-size: 9px; }
.caption-cross { display: block; color: var(--acid); font-size: 23px; margin-bottom: 12px; line-height: 1; }
.caption-index { display: block; margin-top: 9px; font-size: 8px; color: #9b9c92; }
.hero-bottom { grid-column: 1 / -1; grid-row: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.scroll-cue { display: flex; align-items: center; gap: 13px; color: #b4b7ab; text-transform: uppercase; font-size: 9px; }
.scroll-cue > span { font-size: 20px; color: var(--paper); }
.scroll-cue:hover { color: var(--acid); }
.collective { border-top: 1px solid var(--line); padding-top: 75px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; row-gap: 28px; align-items: start; }
.collective > .eyebrow { grid-column: 1 / -1; }
.collective-heading h2 { margin-top: 0; font-weight: 400; font-size: clamp(30px, 3.2vw, 48px); letter-spacing: -.05em; line-height: 1.17; }
.collective-copy { padding: 0 8px 0 60px; max-width: 530px; justify-self: end; }
.collective-copy p:first-child { font-size: 19px; line-height: 1.55; letter-spacing: -.025em; }
.collective-copy p + p { font-size: 14px; line-height: 1.85; color: #a5a89c; margin-top: 20px; }
/* Tribe orbit: twelve intelligences around a human core, morphing into the DT sign. */
.orbit-stage { --stage: 640; grid-column: 1 / -1; position: relative; margin-top: 42px; padding-block: 64px 54px; border-block: 1px solid var(--line); isolation: isolate; }
.orbit-caption { position: absolute; top: 34px; font-size: 9px; line-height: 1.7; color: #b6b9aa; }
.orbit-caption-left { left: 0; }
.orbit-caption-right { right: 0; text-align: right; }
.orbit-caption .caption-cross { margin-bottom: 10px; }
.orbit-state { display: inline-block; color: var(--acid); text-transform: uppercase; letter-spacing: .12em; }
.orbit { --u: calc(var(--stage) / 600); position: relative; width: calc(var(--stage) * 1px); height: calc(var(--stage) * 1px); margin: 30px auto 0; }
.orbit::before { content: ''; position: absolute; inset: 28%; border-radius: 50%; background: radial-gradient(circle, #d4f58b14, transparent 70%); filter: blur(24px); transition: opacity 1.5s; }
.is-formation.orbit-stage .orbit::before { opacity: .35; }
.orbit-rings { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ring { fill: none; stroke-width: 1; transform-box: fill-box; transform-origin: center; transition: opacity 1.2s; }
.ring-main { stroke: #5b5e55; stroke-dasharray: 3 9; stroke-linecap: round; }
.ring-inner { stroke: #3d3f38; stroke-dasharray: 1 7; stroke-linecap: round; }
.ring-outer { stroke: #2b2d28; stroke-dasharray: 1 13; stroke-linecap: round; }
.is-animating .ring-main { animation: spin 90s linear infinite; }
.is-animating .ring-inner { animation: spin 60s linear infinite reverse; }
.is-animating .ring-outer { animation: spin 150s linear infinite; }
.is-formation .ring-main, .is-formation .ring-inner, .is-formation .ring-ticks, .is-formation .pulse { opacity: .18; }
@keyframes spin { to { transform: rotate(360deg); } }
.tick { stroke: #5b5e55; stroke-width: 1; }
.ring-ticks { transition: opacity 1.2s; }
.beam { stroke: var(--acid); stroke-width: 1.2; stroke-linecap: round; opacity: 0; stroke-dasharray: 90 700; stroke-dashoffset: 90; filter: drop-shadow(0 0 3px #d4f58b99); }
.beam.beam-alt { stroke: #f1f1e9; filter: drop-shadow(0 0 3px #f1f1e966); }
.beam.is-spark { animation: beam var(--beam-ms, 700ms) cubic-bezier(.3, 0, .7, 1); }
@keyframes beam {
  0% { opacity: 0; stroke-dashoffset: 90; }
  15% { opacity: .9; }
  85% { opacity: .9; }
  100% { opacity: 0; stroke-dashoffset: calc(-1 * var(--beam-len, 500)); }
}
.formation-outline path { fill: none; stroke: var(--acid); stroke-width: .6; stroke-dasharray: 2.2 3.6; stroke-linecap: round; opacity: 0; transform: translate(40px, 40px) scale(2.6); transition: opacity 1.6s ease; }
.is-formation .formation-outline path { opacity: .5; transition-delay: .6s; }
.is-animating .formation-outline path { animation: march 40s linear infinite; }
@keyframes march { to { stroke-dashoffset: -58px; } }
.pulse { position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; margin: -3px; border-radius: 50%; background: #e9ffb9; box-shadow: 0 0 8px 2px #d4f58bb0, 0 0 22px 6px #d4f58b3a; opacity: 0; transition: opacity 1.2s; }
.pulse::after { content: ''; position: absolute; left: 50%; bottom: 50%; width: 2px; height: 48px; margin-left: -1px; background: linear-gradient(to top, #d4f58bcc, #d4f58b00); }
.is-animating .pulse { opacity: 1; animation: orbit var(--speed, 18s) linear infinite var(--delay, 0s); }
.pulse-1 { --speed: 18s; }
.pulse-2 { --speed: 27s; --delay: -9s; width: 4px; height: 4px; margin: -2px; }
.pulse-2::after { height: 30px; }
.pulse-3 { --speed: 41s; --delay: -30s; width: 3px; height: 3px; margin: -1.5px; }
.pulse-3::after { height: 22px; opacity: .6; }
@keyframes orbit {
  from { transform: rotate(0deg) translateX(calc(250px * var(--u))); }
  to { transform: rotate(360deg) translateX(calc(250px * var(--u))); }
}
.nodes { list-style: none; margin: 0; padding: 0; position: absolute; inset: 0; }
.node { position: absolute; left: 0; top: 0; width: 0; height: 0; display: flex; align-items: center; justify-content: center; transform: translate(calc(var(--rx) * var(--u) * 1px), calc(var(--ry) * var(--u) * 1px)); transition: transform 1.6s cubic-bezier(.76, 0, .18, 1); transition-delay: calc(var(--i) * 40ms); }
.is-formation .node { transform: translate(calc(var(--fx) * var(--u) * 1px), calc(var(--fy) * var(--u) * 1px)); }
.node:nth-child(1) { --rx: 300; --ry: 300; --fx: 300; --fy: 300; --i: 18; }
.node:nth-child(2) { --rx: 375.0; --ry: 170.1; --fx: 300; --fy: 300; --i: 12; }
.node:nth-child(3) { --rx: 450.0; --ry: 300.0; --fx: 300; --fy: 300; --i: 13; }
.node:nth-child(4) { --rx: 375.0; --ry: 429.9; --fx: 300; --fy: 300; --i: 14; }
.node:nth-child(5) { --rx: 225.0; --ry: 429.9; --fx: 300; --fy: 300; --i: 15; }
.node:nth-child(6) { --rx: 150.0; --ry: 300.0; --fx: 300; --fy: 300; --i: 16; }
.node:nth-child(7) { --rx: 225.0; --ry: 170.1; --fx: 300; --fy: 300; --i: 17; }
.node:nth-child(8) { --rx: 300.0; --ry: 50.0; --fx: 301.2; --fy: 100.5; --i: 0; }
.node:nth-child(9) { --rx: 425.0; --ry: 83.5; --fx: 335.1; --fy: 165.8; --i: 1; }
.node:nth-child(10) { --rx: 516.5; --ry: 175.0; --fx: 409.5; --fy: 240.3; --i: 2; }
.node:nth-child(11) { --rx: 550.0; --ry: 300.0; --fx: 483.8; --fy: 314.8; --i: 3; }
.node:nth-child(12) { --rx: 516.5; --ry: 425.0; --fx: 427.5; --fy: 371.2; --i: 4; }
.node:nth-child(13) { --rx: 425.0; --ry: 516.5; --fx: 371.2; --fy: 427.5; --i: 5; }
.node:nth-child(14) { --rx: 300.0; --ry: 550.0; --fx: 314.8; --fy: 483.8; --i: 6; }
.node:nth-child(15) { --rx: 175.0; --ry: 516.5; --fx: 240.3; --fy: 409.5; --i: 7; }
.node:nth-child(16) { --rx: 83.5; --ry: 425.0; --fx: 165.8; --fy: 335.1; --i: 8; }
.node:nth-child(17) { --rx: 50.0; --ry: 300.0; --fx: 100.5; --fy: 301.2; --i: 9; }
.node:nth-child(18) { --rx: 83.5; --ry: 175.0; --fx: 167.4; --fy: 234.3; --i: 10; }
.node:nth-child(19) { --rx: 175.0; --ry: 83.5; --fx: 234.3; --fy: 167.4; --i: 11; }
.chip { flex: none; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #454840; background: #141513; color: #e3e5db; box-shadow: 0 0 0 0 #d4f58b00; transition: border-color .45s, color .45s, box-shadow .45s, transform 1.6s cubic-bezier(.76, 0, .18, 1), background .45s; }
.chip svg { width: 44px; height: 44px; }
.is-animating .chip svg { animation: float 7s ease-in-out infinite; animation-delay: calc(var(--i) * -.6s); }
@keyframes float { 50% { transform: translateY(-3px); } }
.node-human .chip { border-color: #7f9550; color: var(--acid); background: #161a12; }
.node-human-core { z-index: 2; }
.node-human-core .chip { width: 98px; height: 98px; border-color: #98b35a; box-shadow: 0 0 0 10px #d4f58b0d, 0 0 40px 4px #d4f58b1f; }
.node-human-core .chip svg { width: 54px; height: 54px; }
.node-human-inner .chip { width: 58px; height: 58px; border-color: #5f7040; background: #141712; }
.node-human-inner .chip svg { width: 32px; height: 32px; }
.node-human-inner { transition: transform 1.6s cubic-bezier(.76, 0, .18, 1), opacity .6s ease; transition-delay: calc(var(--i) * 40ms), 0s; }
.is-formation .node-human-inner { opacity: 0; transition-delay: calc(var(--i) * 40ms), 1s; }
.is-formation .chip { transform: scale(.88); border-color: #6b7060; }
.is-formation .node-human-core .chip { transform: scale(.8); }
.node-label { position: absolute; top: 52px; white-space: nowrap; text-align: center; text-transform: uppercase; color: #a5a89c; font-size: 9px; letter-spacing: .1em; transition: opacity .5s, color .45s; }
.node-label em { display: block; margin-top: 3px; font-style: normal; text-transform: none; letter-spacing: .035em; font-size: 8px; color: #7d8074; }
.node-human-core .node-label { top: 62px; color: var(--paper); font-size: 10px; }
.is-formation .node-label { opacity: 0; }
.node.is-spark .chip { border-color: var(--acid); color: var(--acid); background: #1a1d14; box-shadow: 0 0 0 7px #d4f58b1c, 0 0 34px 6px #d4f58b45; }
.node.is-spark .node-label { color: var(--acid); }
.node:hover .chip { border-color: #bfc2b5; color: var(--paper); }
.contact { margin-top: 100px; padding: 45px 50px 25px; position: relative; overflow: hidden; background: #191c16; border: 1px solid #363d2d; border-radius: 5px; isolation: isolate; }
.contact::before { content: ''; position: absolute; width: 650px; height: 650px; top: -155px; right: -90px; z-index: -1; background: radial-gradient(ellipse, #a2bd5025, #718c3310 40%, transparent 67%); }
.contact-top { display: flex; justify-content: space-between; align-items: center; }
.contact-top .eyebrow { color: #c2c9ae; }
.contact-star { font-size: 44px; line-height: 1; color: var(--acid); }
.contact h2 { margin-top: 33px; font-size: clamp(36px, 4.2vw, 64px); font-weight: 400; letter-spacing: -.05em; line-height: 1.08; }
.contact h2 .muted { color: #969e83; }
.contact-description { margin-top: 25px; color: #b0b5a2; font-size: 14px; line-height: 1.7; }
.email-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; border-bottom: 1px solid #505b3c; padding-block: 38px 23px; color: var(--acid); font-size: clamp(25px, 4.1vw, 63px); letter-spacing: -.05em; font-weight: 400; }
.email-link > span:first-child { transition: color .2s; }
.email-arrow { display: block; font-size: 62px; line-height: 1; transition: transform .2s; }
.email-arrow .arrow-icon { width: 1em; height: 1em; vertical-align: 0; }
.email-link:hover > span:first-child { color: #efffcf; }
.email-link:hover .email-arrow { transform: translate(5px, -5px); }
.contact-bottom { display: flex; justify-content: space-between; gap: 15px; color: #a9b297; margin-top: 24px; text-transform: uppercase; font-size: 8px; }
.site-footer { padding-block: 36px; margin-top: 34px; display: flex; justify-content: space-between; gap: 24px; color: #a3a59a; font-size: 10px; }
.site-footer nav { display: flex; align-items: center; gap: 28px; }
.site-footer a { transition: color .2s; }
.site-footer a:hover { color: var(--acid); }
.pdf-label { font-size: 8px; color: #858b77; margin-left: 4px; }
.pdf-label .arrow-icon, .back-top .arrow-icon { width: 10px; height: 10px; }
.back-top { font-size: 9px; }

/* The legal text is unchanged; its layout shares the new visual identity. */
.legal-main { max-width: 900px; padding-block: 75px 60px; }
.legal-main h1 { font-size: clamp(52px, 8vw, 92px); margin: 25px 0; }
.legal-intro { margin-bottom: 60px; color: var(--muted); font-size: 14px; }
.legal-section { padding-block: 25px; border-top: 1px solid var(--line); }
.legal-section h2 { font-weight: 500; font-size: 19px; margin-bottom: 14px; letter-spacing: -.025em; }
.legal-section p { color: #b8baaf; font-size: 15px; line-height: 1.85; overflow-wrap: anywhere; }
.legal-section a { color: var(--acid); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { border-top: 1px solid var(--line); }
.not-found { min-height: 65svh; padding-block: 100px; }
.not-found h1 { margin-bottom: 30px; font-size: clamp(55px, 8vw, 105px); }
.not-found > p:not(.eyebrow) { font-size: 17px; color: var(--muted); line-height: 1.7; }

@media (min-width: 761px) {
  .brand .logo-start, .brand .logo-end { animation: none; }
}

@media (min-width: 1600px) {
  .hero { padding-top: 90px; }
  .hero-art { width: 600px; height: 600px; }
  .hero-description { font-size: 17px; margin-top: 35px; }
  .hero .button { margin-top: 34px; }
}

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .hero { padding-top: 60px; column-gap: 24px; }
  .hero-art { width: 410px; height: 410px; max-width: 44vw; }
  .art-caption { top: 58px; font-size: 8px; }
  .caption-index { display: none; }
  .collective { gap: 35px; }
  .collective-copy { padding-left: 0; }
  .orbit-stage { --stage: 560; }
  .orbit-caption-right { display: none; }
  .contact { padding-inline: 36px; }
}

@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 90px; }
  .brand { font-size: 22px; gap: 10px; }
  .brand-symbol { width: 32px; height: 32px; }
  .header-contact { font-size: 12px; padding: 11px 14px; gap: 22px; }
  .hero { grid-template-columns: 1fr; row-gap: 44px; padding-top: 39px; padding-bottom: 28px; }
  .eyebrow { font-size: 8px; gap: 8px; }
  h1 { font-size: clamp(70px, 13.8vw, 104px); margin-top: 30px; line-height: .97; }
  h1.formula-title { font-size: clamp(27px, 7.6vw, 34px); margin-top: 16px; }
  .formula-stage { min-height: 2.7em; }
  .brk { display: block; }
  .formula.compact { font-size: .8em; }
  .hero-feeling { font-size: 30px; }
  .hero-description { margin-top: 24px; max-width: 290px; font-size: 14px; }
  .desktop-break { display: none; }
  .button { margin-top: 25px; font-size: 11px; gap: 15px; padding-left: 15px; }
  .button-arrow { padding-left: 15px; }
  .hero-art { display: none; }
  .hero { overflow: clip; }
  .art-caption { display: none; }
  .caption-cross { margin-bottom: 8px; }
  .hero-bottom { grid-row: 2; }
  .scroll-cue { font-size: 8px; }
  .collective { grid-template-columns: 1fr; row-gap: 23px; padding-top: 45px; }
  .collective-heading h2 { font-size: 35px; }
  .collective-copy { padding: 5px 0 0; justify-self: start; max-width: 470px; }
  .collective-copy p:first-child { font-size: 17px; }
  .collective-copy p + p { font-size: 14px; margin-top: 16px; }
  .orbit-stage { --stage: 340; margin-top: 20px; padding-block: 92px 30px; }
  .orbit { margin-top: 10px; }
  .orbit-caption { font-size: 8px; }
  .orbit-caption .caption-cross { display: none; }
  .orbit-caption .caption-index { display: block; }
  .orbit-caption-right { display: none; }
  .chip { width: 52px; height: 52px; }
  .chip svg { width: 29px; height: 29px; }
  .node-human-core .chip { width: 62px; height: 62px; box-shadow: 0 0 0 6px #d4f58b0d, 0 0 30px 3px #d4f58b1f; }
  .node-human-core .chip svg { width: 34px; height: 34px; }
  .node-human-inner .chip { width: 36px; height: 36px; }
  .node-human-inner .chip svg { width: 20px; height: 20px; }
  .node-label { display: none; }
  .node-human-core .node-label { display: block; top: 40px; font-size: 8px; }
  .node-human-core .node-label em { display: none; }
  .pulse::after { height: 30px; }
  .contact { margin-top: 55px; padding: 27px 22px 23px; }
  .contact-top .eyebrow { font-size: 7px; }
  .contact-star { font-size: 30px; }
  .contact h2 { font-size: clamp(29px, 7.1vw, 48px); margin-top: 35px; }
  .contact-description { font-size: 13px; }
  .email-link { font-size: clamp(19px, 5.3vw, 37px); padding-block: 30px 23px; gap: 8px; }
  .email-arrow { font-size: 34px; }
  .contact-bottom { flex-direction: column; gap: 10px; font-size: 7px; }
  .site-footer { flex-wrap: wrap; padding-block: 22px 28px; margin-top: 18px; gap: 23px; font-size: 9px; }
  .site-footer p { width: 100%; }
  .site-footer nav { gap: 20px; }
  .back-top { margin-left: auto; font-size: 8px; }
  .legal-main { padding-block: 45px; }
  .legal-intro { margin-bottom: 35px; }
  .legal-section p { font-size: 14px; }
  .not-found { padding-block: 70px; }
}

@media (max-width: 360px) {
  h1 { font-size: 67px; }
  .orbit-stage { --stage: 292; }
  .contact { padding-inline: 16px; }
  .email-link { font-size: 19px; }
  .email-arrow { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .pulse { display: none; }
  .formula .ch { opacity: 1; }
  .formula .legend, .hero-feeling { opacity: 1; transform: none; }
  }
