:root {
  --paper: #d9dddc;
  --paper-2: #eceee9;
  --ink: #141414;
  --blue: #0a4cff;
  --blue-deep: #082a82;
  --line: rgba(20,20,20,.3);
  --white: #f7f7f2;
  --pad: clamp(20px, 2.1vw, 42px);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}

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

.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 100;
  opacity: .10; mix-blend-mode: multiply;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.topbar {
  position: fixed; top: 0; left: 0; right: 0; height: 64px;
  z-index: 90; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 0 var(--pad); color: var(--white);
  mix-blend-mode: difference; font-weight: 700; font-size: 18px;
}
.nav { display: flex; gap: clamp(22px, 3vw, 58px); }
.nav-right { justify-content: flex-end; }
.nav a, .brand { transition: opacity .25s ease; }
.nav a:hover, .brand:hover { opacity: .55; }
.brand { display: flex; gap: 10px; align-items: center; letter-spacing: .06em; font-size: 14px; }
.brand-dot { width: 10px; height: 10px; border-radius: 50%; background: currentColor; }

.hero {
  min-height: 100svh; position: relative; padding: 100px var(--pad) 36px;
  display: flex; flex-direction: column; justify-content: space-between;
  background: var(--ink); color: var(--white); overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; width: min(46vw, 760px); aspect-ratio: 1;
  right: -8vw; top: 10vh; border-radius: 50%;
  background: radial-gradient(circle at 37% 30%, #86a8ff 0 8%, var(--blue) 30%, #06266f 69%, #020714 100%);
  filter: saturate(1.2); opacity: .88; transform: scale(1.1);
}
.hero-kicker { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; position: relative; z-index: 2; }
.hero-title { margin: auto 0; position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(78px, 14vw, 255px); line-height: .76; letter-spacing: -.065em; font-weight: 400; }
.hero-title > span { display: block; }
.hero-title-row { display: flex !important; gap: .18em; align-items: baseline; }
.hero-title em { font-weight: 400; font-style: italic; }
.hero-copy { width: min(570px, 72vw); font-size: clamp(19px, 2vw, 31px); line-height: 1.12; margin: 0 0 0 auto; position: relative; z-index: 2; }
.hero-scroll { position: absolute; left: var(--pad); bottom: 34px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; z-index: 2; }
.hero-scroll span { display: inline-block; margin-left: 8px; animation: bob 1.4s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.scrub-section { height: 420vh; position: relative; background: #cdd2d2; }
.scrub-stage { height: 100svh; position: sticky; top: 0; overflow: hidden; display: grid; place-items: center; }
.scrub-backdrop-copy {
  position: absolute; inset: 20px var(--pad) auto; display: flex; justify-content: space-between;
  font-family: var(--serif); font-size: clamp(90px, 17vw, 310px); line-height: .8; color: rgba(255,255,255,.78);
  letter-spacing: -.06em; white-space: nowrap; transform: translateY(-5%);
}
.orbital { position: relative; width: min(58vw, 900px); aspect-ratio: 1; transform-style: preserve-3d; }
.orbit-line { position: absolute; inset: 17%; border: 1px solid rgba(10,76,255,.25); border-radius: 50%; opacity: 0; transform: scale(.75); transition: opacity .2s linear; }
.node {
  position: absolute; width: 29%; aspect-ratio: 1; border-radius: 50%; left: 50%; top: 50%;
  margin: -14.5%; will-change: transform;
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,.55), transparent 16%),
    radial-gradient(circle at 45% 37%, #2076ff 0 18%, #0a4cff 42%, #07266e 77%, #02143e 100%);
  box-shadow: inset 10px 10px 34px rgba(255,255,255,.08), inset -24px -28px 42px rgba(0,0,0,.32), 0 26px 45px rgba(0,0,0,.12);
}
.node::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: repeating-radial-gradient(ellipse at 50% 115%, transparent 0 7px, rgba(255,255,255,.12) 8px 9px); mix-blend-mode: screen; opacity: .5; }
.core-dot { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; margin: -11px; border-radius: 50%; background: var(--blue); z-index: 3; }
.core-label { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(.7); font-size: clamp(28px,5vw,80px); font-weight: 800; color: white; opacity: 0; letter-spacing: -.06em; z-index: 4; }
.scrub-index { position: absolute; left: var(--pad); right: var(--pad); bottom: 28px; border-top: 1px solid rgba(20,20,20,.35); padding-top: 10px; display: flex; justify-content: space-between; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.section-pad { padding: 100px var(--pad); }
.eyebrow { margin: 0 0 22px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.statement { background: var(--paper-2); }
.statement h2, .services-intro h2, .manifesto h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.statement h2 { font-size: clamp(52px, 8.7vw, 160px); line-height: .92; max-width: 1450px; margin: 0; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-top: 80px; margin-left: 35%; }
.statement-grid p { font-size: clamp(18px, 1.55vw, 26px); line-height: 1.25; margin: 0; }

.trajectory { background: var(--paper); }
.section-rule { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 11px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { min-height: 320px; padding: 18px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.metric:last-child { border-right: 0; }
.metric-number { font-size: 12px; }
.metric h3 { margin: auto 0 12px; font-family: var(--serif); font-size: clamp(30px, 3vw, 58px); font-weight: 400; }
.metric p { margin: 0; max-width: 280px; line-height: 1.3; }

.projects { background: #111; color: var(--white); }
.projects .section-rule { border-color: rgba(255,255,255,.3); }
.project { margin-top: 62px; }
.project-media { overflow: hidden; background: #222; }
.project-wide .project-media { aspect-ratio: 16/8.4; }
.project-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.project-pair .project-media { aspect-ratio: 4/5; }
.project-media img, .project-media video { transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.project:hover img, .project:hover video { transform: scale(1.025); filter: saturate(1.18); }
.project-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.25); margin-top: 10px; }
.project-meta h3 { margin: 0; font-size: 18px; }
.project-meta p { margin: 0; line-height: 1.25; color: rgba(255,255,255,.72); }

.archive { background: var(--paper-2); }
.archive-row { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 0; font-family: var(--serif); font-size: clamp(34px, 5.2vw, 92px); letter-spacing: -.04em; transition: padding .3s ease, opacity .3s ease; }
.archive-row:first-of-type { margin-top: 48px; border-top: 1px solid var(--line); }
.archive-row:hover { padding-left: 18px; }
.archive-row span:nth-child(2) { font-family: var(--sans); font-size: 11px; letter-spacing: .08em; }
.archive-thumb { position: fixed; z-index: 30; pointer-events: none; width: 250px; aspect-ratio: 4/3; opacity: 0; transform: translate(-50%, -50%) scale(.86); transition: opacity .18s ease, transform .18s ease; }
.archive-row:hover .archive-thumb { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.services { display: grid; grid-template-columns: 42% 58%; background: var(--blue); color: white; }
.services-intro { position: sticky; top: 0; align-self: start; min-height: 100svh; padding: 100px var(--pad); display: flex; flex-direction: column; justify-content: center; }
.services-intro h2 { font-size: clamp(58px, 7vw, 128px); line-height: .88; margin: 0 0 34px; }
.services-intro > p:last-child { max-width: 480px; font-size: 19px; line-height: 1.25; }
.service-stack { background: #0b0b0b; }
.service-card { min-height: 72svh; padding: 50px clamp(28px,4vw,70px); border-bottom: 1px solid rgba(255,255,255,.2); position: relative; display: flex; flex-direction: column; justify-content: center; }
.service-count { position: absolute; top: 30px; left: clamp(28px,4vw,70px); font-size: 12px; letter-spacing: .08em; }
.service-card h3 { font-family: var(--serif); font-size: clamp(68px, 8vw, 145px); font-weight: 400; letter-spacing: -.055em; margin: 0; line-height: .86; }
.service-card p { max-width: 520px; margin: 34px 0 0 auto; font-size: clamp(17px, 1.4vw, 23px); line-height: 1.25; color: rgba(255,255,255,.74); }
.service-icon { position: absolute; right: 38px; top: 34px; font-size: 28px; }

.clients { background: var(--paper); overflow: hidden; }
.marquee { margin: 70px calc(var(--pad) * -1) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 55px; padding: 26px 0; animation: marquee 24s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: clamp(45px, 6.5vw, 110px); white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.manifesto { min-height: 92svh; background: var(--paper-2); display: flex; flex-direction: column; justify-content: center; }
.manifesto h2 { font-size: clamp(54px, 8.8vw, 165px); line-height: .9; max-width: 1500px; margin: 0; }
.round-cta { width: 180px; height: 180px; border: 1px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: space-around; padding: 22px; margin: 65px 0 0 auto; transition: background .25s ease, color .25s ease, transform .25s ease; }
.round-cta:hover { background: var(--ink); color: white; transform: rotate(-7deg); }

footer { background: #0b0b0b; color: white; padding: 80px var(--pad) 24px; }
.footer-top { min-height: 65svh; display: flex; flex-direction: column; justify-content: space-between; }
.footer-top h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(82px, 15vw, 270px); line-height: .72; letter-spacing: -.065em; margin: 0; }
.footer-actions { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.3); padding-top: 14px; font-size: 15px; }
.footer-bottom { margin-top: 64px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.3); display: flex; justify-content: space-between; color: rgba(255,255,255,.62); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.floating-orb { position: fixed; right: 28px; bottom: 28px; z-index: 80; width: 74px; height: 74px; border-radius: 50%; border: 12px solid white; background: #e8e9e6; box-shadow: 0 8px 35px rgba(0,0,0,.12); display: grid; place-items: center; cursor: pointer; }
.floating-orb span { width: 34px; height: 34px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #75a0ff, var(--blue) 36%, #071c55 72%); animation: orbPulse 2.7s ease-in-out infinite; }
@keyframes orbPulse { 50% { transform: scale(.83) rotate(120deg); border-radius: 42% 58% 63% 37%; } }

@media (max-width: 900px) {
  .topbar { height: 54px; grid-template-columns: 1fr auto; }
  .nav-left { gap: 16px; font-size: 14px; }
  .nav-right { display: none; }
  .brand { justify-self: end; }
  .hero-title { font-size: clamp(70px, 20vw, 155px); }
  .hero::after { width: 75vw; right: -30vw; top: 18vh; }
  .hero-copy { width: 88%; margin-left: 0; }
  .scrub-section { height: 330vh; }
  .orbital { width: 94vw; }
  .scrub-backdrop-copy { font-size: 25vw; top: 12vh; }
  .statement-grid { margin-left: 0; grid-template-columns: 1fr; gap: 22px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-pair { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr; }
  .services-intro { position: relative; min-height: auto; }
  .service-card { min-height: 60svh; }
  .project-meta { grid-template-columns: 1fr; }
  .archive-thumb { display: none; }
  .footer-bottom { gap: 18px; flex-wrap: wrap; }
}

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