:root {
  --ink: #090909;
  --ink-soft: #171717;
  --paper: #f1eee7;
  --paper-bright: #faf8f2;
  --line: rgba(9, 9, 9, .16);
  --line-light: rgba(255, 255, 255, .18);
  --muted: #706d66;
  --red: #ef4429;
  --orange: #ff8251;
  --lime: #d7ff6a;
  --shell: min(1280px, calc(100vw - 64px));
  --radius: 22px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.45; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: var(--paper-bright); background: var(--red); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(96px, 12vw, 180px); }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--paper-bright); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1300; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; }
.cursor-glow { position: fixed; z-index: 2; width: 520px; height: 520px; margin: -260px 0 0 -260px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(255, 110, 68, .08), transparent 66%); opacity: 0; transition: opacity .4s; }

.site-header { position: fixed; z-index: 1200; top: 0; left: 0; width: 100%; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 32px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); transition: color .35s, background .35s, border-color .35s, transform .35s; }
.site-header.is-scrolled { color: var(--ink); background: rgba(241,238,231,.86); border-color: var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-100%); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 11px; font-weight: 800; text-transform: uppercase; }
.brand__mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--paper-bright); background: var(--red); border-radius: 50%; letter-spacing: -.08em; font-size: 13px; }
.brand__name { font-size: 10px; line-height: 1.05; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .09em; }
.site-nav a, .footer a, .text-link { position: relative; }
.site-nav a::after, .footer__links a::after, .footer__social a::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav a:hover::after, .footer__links a:hover::after, .footer__social a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; min-width: 188px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px 12px 20px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.header-cta b, .button b { font-size: 17px; font-weight: 400; }
.menu-toggle { display: none; justify-self: end; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
.menu-toggle span { width: 18px; height: 1px; margin: 4px auto; display: block; background: currentColor; transition: transform .3s; }

.hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; color: #fff; background: #0a0a0a; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.9) 0%, rgba(3,3,3,.5) 50%, rgba(3,3,3,.28) 100%), linear-gradient(0deg, rgba(0,0,0,.48), transparent 55%); pointer-events: none; }
.hero__webgl, .hero__noise { position: absolute; inset: 0; }
.hero__webgl { opacity: .74; }
.hero__noise { z-index: 1; opacity: .14; pointer-events: none; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.hero__content { position: relative; z-index: 3; min-height: max(760px, 100svh); display: flex; flex-direction: column; justify-content: center; padding-top: 110px; }
.eyebrow, .section-index { margin: 0; font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.hero__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; }
.hero__eyebrow span { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }
.hero__title { max-width: 1040px; margin: 0; font-size: clamp(62px, 8.1vw, 132px); line-height: .84; letter-spacing: -.073em; font-weight: 790; }
.hero__title em, .contact h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.hero__lower { width: min(790px, 68%); margin-top: 54px; margin-left: auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: end; }
.hero__lede { margin: 0; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.5; color: rgba(255,255,255,.8); }
.hero__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.button { width: fit-content; display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-height: 56px; padding: 0 20px 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .25s, background .25s, transform .25s; }
.button--light { color: var(--ink); background: var(--paper-bright); }
.button--light:hover { color: #fff; background: var(--red); }
.button--dark { color: #fff; background: var(--ink); }
.button--dark:hover { background: var(--red); }
.button--large { min-height: 68px; padding-inline: 30px 22px; gap: 70px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 720; text-transform: uppercase; letter-spacing: .07em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero__signal { position: absolute; z-index: 3; right: 32px; bottom: 24px; left: 32px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; font-size: 8px; letter-spacing: .18em; color: rgba(255,255,255,.56); }
.hero__signal-line { height: 1px; background: rgba(255,255,255,.25); }

.proof-strip { min-height: 112px; display: grid; grid-template-columns: 200px 1fr; align-items: center; overflow: hidden; color: var(--paper-bright); background: var(--red); border-bottom: 1px solid rgba(0,0,0,.18); }
.proof-strip__label { padding-left: 32px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.logo-loop { overflow: hidden; border-left: 1px solid rgba(0,0,0,.2); }
.logo-loop__track { width: max-content; display: flex; align-items: center; animation: logo-loop 26s linear infinite; }
.logo-loop__track span { min-width: 230px; padding-inline: 28px; text-align: center; font-size: 15px; font-weight: 800; letter-spacing: -.02em; }
@keyframes logo-loop { to { transform: translateX(-50%); } }

.manifesto { background: var(--paper); }
.manifesto__grid { display: grid; grid-template-columns: 1fr 3.4fr; gap: 80px 36px; }
.display-copy { max-width: 1080px; margin: 0; font-size: clamp(44px, 6.8vw, 104px); line-height: .98; letter-spacing: -.058em; font-weight: 680; }
.display-copy--muted { margin-top: 14px; color: #a5a197; }
.manifesto__note { grid-column: 2; max-width: 550px; margin: 20px 0 0 auto; padding-top: 22px; border-top: 1px solid var(--line); font-size: 17px; color: var(--muted); }

.system-story { height: 430vh; color: #fff; background: var(--ink); }
.system-story__sticky { position: sticky; top: 0; height: 100svh; min-height: 720px; overflow: hidden; }
.system-story__layout { height: 100%; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(40px, 6vw, 100px); align-items: center; padding-block: 100px 42px; }
.section-index--light { color: rgba(255,255,255,.55); }
.system-story__copy h2 { margin: 24px 0 44px; font-size: clamp(42px, 4.4vw, 68px); line-height: .98; letter-spacing: -.05em; }
.story-stages { position: relative; min-height: 230px; }
.story-stage { position: absolute; inset: 0; display: grid; grid-template-columns: 38px 1fr; gap: 20px; opacity: 0; transform: translateY(26px); pointer-events: none; transition: opacity .4s, transform .55s var(--ease); }
.story-stage.is-active { opacity: 1; transform: none; }
.story-stage > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; font-size: 9px; }
.story-stage h3 { margin: 0 0 10px; font-size: 25px; }
.story-stage p { max-width: 430px; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; }
.system-visual { position: relative; aspect-ratio: 1 / .9; min-height: 560px; overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius); background: #0f0f0f; box-shadow: 0 40px 120px rgba(0,0,0,.38); }
.system-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, black, transparent); }
#system-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.system-visual__hud { position: absolute; z-index: 3; top: 22px; right: 22px; left: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .16em; }
.system-visual__metric { position: absolute; z-index: 3; right: 24px; bottom: 22px; display: flex; align-items: end; gap: 10px; }
.system-visual__metric strong { color: var(--orange); font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.system-visual__metric span { max-width: 100px; color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.25; text-transform: uppercase; letter-spacing: .1em; }

.section-heading { display: grid; grid-template-columns: 1fr 2.25fr 1fr; gap: 36px; align-items: start; margin-bottom: 74px; }
.section-heading h2 { margin: -10px 0 0; font-size: clamp(44px, 5.4vw, 78px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 320px; margin: 0; color: var(--muted); }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 16px; }
.capability-card { position: relative; min-height: 410px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); transform-style: preserve-3d; }
.capability-card--strategy { grid-row: span 2; min-height: 836px; color: #fff; background: var(--ink-soft); }
.capability-card--systems { min-height: 410px; color: #fff; background: var(--red); }
.capability-card__top { display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { display: flex; align-items: center; gap: 7px; }
.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(239,68,41,.12); }
.capability-card--strategy .status-dot::before, .capability-card--systems .status-dot::before { background: var(--lime); box-shadow: 0 0 0 4px rgba(215,255,106,.12); }
.capability-card h3 { max-width: 560px; margin: clamp(80px, 10vw, 170px) 0 18px; font-size: clamp(42px, 5vw, 76px); line-height: .9; letter-spacing: -.06em; }
.capability-card:not(.capability-card--strategy) h3 { margin-top: 92px; font-size: clamp(38px, 4vw, 58px); }
.capability-card > p { max-width: 520px; color: var(--muted); font-size: 17px; }
.capability-card--strategy > p, .capability-card--systems > p { color: rgba(255,255,255,.65); }
.capability-card ul { position: absolute; right: 30px; bottom: 30px; left: 30px; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.capability-card li, .founder__principles span { padding: 9px 13px; border: 1px solid var(--line-light); border-radius: 999px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.signal-chart { position: absolute; right: 40px; bottom: 120px; left: 40px; height: 130px; display: flex; align-items: end; gap: 8px; opacity: .45; }
.signal-chart::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line-light); }
.signal-chart i { flex: 1; height: 20%; background: linear-gradient(var(--orange), transparent); animation: signal 2.8s ease-in-out infinite alternate; }
.signal-chart i:nth-child(2) { height: 32%; animation-delay: -.4s; }.signal-chart i:nth-child(3){height:48%;animation-delay:-.8s}.signal-chart i:nth-child(4){height:42%;animation-delay:-1.2s}.signal-chart i:nth-child(5){height:68%;animation-delay:-1.6s}.signal-chart i:nth-child(6){height:78%;animation-delay:-2s}.signal-chart i:nth-child(7){height:94%;animation-delay:-2.4s}
@keyframes signal { to { transform: scaleY(.62); transform-origin: bottom; } }
.workflow-map { position: absolute; right: 30px; bottom: 32px; left: 30px; display: flex; align-items: center; gap: 8px; }
.workflow-map span { flex: 1; padding: 12px 8px; text-align: center; border: 1px solid var(--line); border-radius: 7px; font-size: 9px; text-transform: uppercase; }
.workflow-map b { color: var(--red); font-weight: 400; }
.agent-console { position: absolute; right: 30px; bottom: 28px; left: 30px; padding: 15px 16px; color: #ddd; background: var(--ink); border-radius: 10px; font: 11px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; }
.agent-console p { margin: 3px 0; }.agent-console span { color: var(--lime); }
.agent-console i { width: 7px; height: 13px; display: inline-block; background: var(--orange); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.card-link { position: absolute; right: 30px; bottom: 30px; left: 30px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.28); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.outcomes { color: #fff; background: var(--red); }
.outcomes .section-index { margin-bottom: 70px; }
.outcomes__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.25); }
.outcome { min-height: 300px; padding: 32px 0; border-right: 1px solid rgba(0,0,0,.25); }
.outcome + .outcome { padding-left: 32px; }.outcome:last-child { border: 0; }
.outcome strong { display: block; font-size: clamp(78px, 10vw, 150px); line-height: .9; letter-spacing: -.075em; }
.outcome span { display: block; margin-top: 26px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }

.work { background: var(--ink); color: #fff; }
.section-heading--row { grid-template-columns: 2fr 1fr; }.section-heading--row > p:last-child { align-self: end; }
.work-tabs { display: flex; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.work-tab { flex: 1; display: flex; justify-content: space-between; padding: 20px 22px; border: 0; border-right: 1px solid var(--line-light); color: rgba(255,255,255,.42); background: transparent; text-align: left; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: color .25s, background .25s; }
.work-tab:last-child { border: 0; }.work-tab.is-active { color: var(--ink); background: var(--paper-bright); }
.work-grid { min-height: 530px; padding-top: 28px; }
.work-card { display: grid; grid-template-columns: 1.55fr .45fr; min-height: 500px; overflow: hidden; border-radius: var(--radius); background: #171717; }
.work-card__media { position: relative; min-height: 500px; background: #050505; }
.work-card__media video { width: 100%; height: 100%; object-fit: cover; }
.work-card__meta { display: flex; flex-direction: column; justify-content: space-between; padding: 30px; }
.work-card__meta h3 { margin: auto 0 15px; font-size: 42px; line-height: .95; letter-spacing: -.05em; }
.work-card__meta p { color: rgba(255,255,255,.55); }.work-card__tag { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.work-empty { min-height: 420px; display: grid; place-items: center; text-align: center; border: 1px dashed var(--line-light); border-radius: var(--radius); color: rgba(255,255,255,.5); }

.services { background: var(--paper-bright); }
.services__layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 9vw, 140px); }
.services__layout > *, .resources__grid > *, .bento-grid > * { min-width: 0; }
.services__intro { position: sticky; top: 130px; height: fit-content; }
.services__intro h2 { margin: 28px 0 24px; font-size: clamp(50px, 5.5vw, 82px); line-height: .95; letter-spacing: -.06em; }
.services__intro > p:not(.section-index) { max-width: 480px; color: var(--muted); font-size: 17px; }.services__intro .button { margin-top: 26px; }
.engagements { min-width: 0; }
.engagement-tabs { width: 100%; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.engagement-tab { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; transition: .25s; }
.engagement-tab.is-active { color: #fff; background: var(--red); border-color: var(--red); }
.engagement-panel { max-width: 100%; min-height: 640px; padding: clamp(28px, 4vw, 52px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.engagement-panel__top { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.engagement-panel h3 { max-width: 620px; margin: 80px 0 18px; font-size: clamp(48px, 5.8vw, 86px); line-height: .88; letter-spacing: -.065em; }
.engagement-panel__result { max-width: 610px; font-size: 20px; line-height: 1.35; }
.engagement-panel ul { padding: 30px 0; margin: 40px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.engagement-panel li { position: relative; padding: 8px 0 8px 24px; color: var(--muted); }.engagement-panel li::before { content: "↳"; position: absolute; left: 0; color: var(--red); }
.engagement-panel .card-link { position: static; margin-top: 28px; border-color: var(--line); }

.founder { background: #d9d4ca; }
.founder__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.founder__portrait { position: relative; min-height: 700px; overflow: hidden; border-radius: var(--radius); background: #bbb; }
.founder__portrait img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.84) contrast(1.03); }
.founder__portrait::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.founder__portrait-tag { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: flex; justify-content: space-between; align-items: end; color: #fff; }
.founder__portrait-tag span { font-size: 9px; letter-spacing: .14em; }.founder__portrait-tag strong { font-size: 20px; }
.founder__copy blockquote { margin: 70px 0 40px; font-family: Georgia, serif; font-size: clamp(44px, 5.7vw, 84px); line-height: 1.03; letter-spacing: -.045em; }
.founder__copy > p:not(.section-index) { max-width: 620px; color: #5c5953; font-size: 18px; }
.founder__principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }.founder__principles span { border-color: var(--line); }

.testimonials { background: var(--paper); overflow: hidden; }
.testimonial-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial { min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); }
.testimonial__quote { margin: auto 0 45px; font-family: Georgia, serif; font-size: 24px; line-height: 1.3; }.testimonial__quote::before { content: "“"; display: block; margin-bottom: 18px; color: var(--red); font-size: 60px; line-height: .5; }
.testimonial__person { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }.testimonial__person span:last-child { color: var(--muted); text-align: right; }

.resources { color: #fff; background: var(--ink); }
.resources__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.resource-card { min-height: 760px; padding: clamp(28px, 4vw, 52px); border-radius: var(--radius); }
.resource-card--checklist { background: var(--red); }.resource-card--checklist h2 { max-width: 650px; margin: 50px 0 22px; font-size: clamp(54px, 6vw, 88px); line-height: .9; letter-spacing: -.06em; }.resource-card--checklist > p:not(.section-index) { max-width: 560px; color: rgba(255,255,255,.75); }
.signup-form { margin-top: 54px; }.signup-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.signup-form label { display: block; margin-bottom: 18px; }.signup-form label > span { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }.signup-form small { font-weight: 500; opacity: .65; }
.signup-form input { width: 100%; height: 54px; padding: 0 15px; border: 1px solid rgba(255,255,255,.4); border-radius: 8px; color: #fff; background: rgba(0,0,0,.08); outline: 0; }.signup-form input:focus { border-color: #fff; background: rgba(0,0,0,.16); }.signup-form .button { margin-top: 8px; }.form-status { min-height: 22px; margin: 12px 0 0; font-size: 12px; }
.resource-card--book { color: var(--ink); background: var(--paper-bright); display: grid; grid-template-rows: 1.2fr .8fr; gap: 34px; }
.book-visual { min-height: 390px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: #d9d5cc; }
.book-visual img { max-height: 340px; width: auto; filter: drop-shadow(18px 24px 22px rgba(0,0,0,.22)); transform: rotate(4deg); transition: transform .7s var(--ease); }.resource-card--book:hover .book-visual img { transform: rotate(0) scale(1.04); }
.resource-card--book h3 { margin: 14px 0; font-size: 52px; letter-spacing: -.05em; }.resource-card--book p:not(.section-index) { color: var(--muted); }

.contact { position: relative; min-height: 860px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--red); }
.contact::before, .contact__webgl { content: ""; position: absolute; inset: 0; }
.contact::before { background: radial-gradient(circle at 78% 20%, rgba(255,255,255,.22), transparent 24%), radial-gradient(circle at 15% 80%, rgba(0,0,0,.22), transparent 30%); }
.contact__content { position: relative; z-index: 2; padding-block: 120px 170px; }
.contact h2 { max-width: 1100px; margin: 40px 0 32px; font-size: clamp(62px, 8.5vw, 132px); line-height: .88; letter-spacing: -.07em; }.contact h2 em { color: var(--ink); }
.contact__content > p:not(.section-index) { max-width: 580px; color: rgba(255,255,255,.78); font-size: 18px; }
.contact__actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }.contact__actions > a:last-child { font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.contact__ticker { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; overflow: hidden; border-top: 1px solid rgba(0,0,0,.25); border-bottom: 1px solid rgba(0,0,0,.25); white-space: nowrap; }.contact__ticker div { width: max-content; padding: 19px 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; animation: ticker 28s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.footer { padding-block: 70px 34px; color: #fff; background: var(--ink); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }.brand--footer { align-self: start; }.footer__links, .footer__social { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: 12px; }.footer__bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 40px, 900px); }
  .site-header { padding-inline: 20px; grid-template-columns: 1fr auto; }.site-nav, .header-cta { display: none; }.menu-toggle { display: block; }
  .site-nav.is-open { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 90px 24px 24px; color: var(--paper-bright); background: var(--ink); font-size: clamp(30px, 8vw, 60px); letter-spacing: -.04em; }.site-nav.is-open a { width: 100%; padding: 8px 0; border-bottom: 1px solid var(--line-light); }
  .menu-toggle.is-open span:first-child { transform: translateY(2.5px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .hero__lower { width: 74%; }.manifesto__grid { grid-template-columns: 1fr 5fr; }
  .system-story__layout { gap: 38px; }.system-visual { min-height: 480px; }
  .section-heading { grid-template-columns: 1fr 3fr; }.section-heading > p:last-child { grid-column: 2; }
  .services__layout { grid-template-columns: 1fr; }.services__intro { position: static; }.founder__portrait { min-height: 590px; }
  .resources__grid { grid-template-columns: 1fr; }.resource-card { min-height: 680px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); --radius: 16px; }
  .cursor-glow { display: none; }.section-pad { padding-block: 88px; }.site-header { height: 72px; }.brand__mark { width: 36px; height: 36px; }
  .hero { min-height: 760px; }.hero__content { min-height: 760px; padding-top: 94px; justify-content: center; }.hero__title { font-size: clamp(54px, 16vw, 83px); }.hero__lower { width: 100%; margin-top: 45px; grid-template-columns: 1fr; gap: 28px; }.hero__lede { max-width: 560px; font-size: 16px; }.hero__actions { flex-direction: row; flex-wrap: wrap; align-items: center; }.hero__signal { right: 14px; bottom: 14px; left: 14px; }.hero__signal span:first-child { display: none; }
  .proof-strip { min-height: 94px; grid-template-columns: 110px 1fr; }.proof-strip__label { padding-left: 14px; }.logo-loop__track span { min-width: 170px; font-size: 12px; }
  .manifesto__grid { display: block; }.manifesto__grid > div { margin-top: 54px; }.display-copy { font-size: clamp(42px, 13vw, 68px); }.manifesto__note { margin-top: 44px; }
  .system-story { height: 360vh; }.system-story__sticky { min-height: 680px; }.system-story__layout { display: block; padding-block: 88px 20px; }.system-story__copy h2 { margin-block: 18px 24px; font-size: 39px; }.story-stages { min-height: 150px; }.story-stage p { font-size: 13px; }.system-visual { min-height: 0; height: 42svh; margin-top: 12px; }.system-visual__metric strong { font-size: 30px; }
  .section-heading, .section-heading--row { display: block; margin-bottom: 50px; }.section-heading h2 { margin-top: 26px; }.section-heading > p:last-child { margin-top: 24px; }
  .bento-grid { grid-template-columns: 1fr; }.capability-card, .capability-card--strategy, .capability-card--systems { grid-row: auto; min-height: 500px; }.capability-card--strategy { min-height: 660px; }.capability-card h3, .capability-card:not(.capability-card--strategy) h3 { margin-top: 95px; font-size: 49px; }.signal-chart { bottom: 104px; height: 90px; }.workflow-map { flex-wrap: wrap; }.workflow-map span { min-width: 40%; }
  .outcomes__grid { grid-template-columns: 1fr; }.outcome, .outcome + .outcome { min-height: 210px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.25); }.outcome strong { font-size: 92px; }
  .work-tabs { overflow-x: auto; }.work-tab { min-width: 145px; }.work-card { grid-template-columns: 1fr; }.work-card__media { min-height: 400px; }.work-card__meta { min-height: 270px; }
  .engagement-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }.engagement-tab { white-space: nowrap; }.engagement-panel { min-height: 620px; }.engagement-panel h3 { margin-top: 62px; }
  .founder__grid { grid-template-columns: 1fr; }.founder__portrait { min-height: 550px; }.founder__copy blockquote { margin-top: 50px; font-size: 48px; }
  .testimonial-track { grid-template-columns: 1fr; }.testimonial { min-height: 330px; }
  .resource-card { min-height: 0; }.resource-card--checklist h2 { font-size: 54px; }.signup-form__row { grid-template-columns: 1fr; }.resource-card--book { grid-template-rows: auto auto; }.book-visual { min-height: 330px; }
  .contact { min-height: 740px; }.contact h2 { font-size: clamp(57px, 17vw, 83px); }.contact__actions { align-items: flex-start; flex-direction: column; }.button--large { gap: 24px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }.brand--footer { grid-column: 1 / -1; margin-bottom: 30px; }.footer__bottom { flex-direction: column; gap: 8px; }
}

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