@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Mono:wght@300;400;500&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #0a0a0a;
  --paper: #f4f1e8;
  --acid: #eaff00;
  --red: #ff3b25;
  --violet: #7c3cff;
  --cyan: #00e7ff;
  --orange: #ff7a00;
  --blue: #3157ff;
  --line: 2px solid var(--ink);
  --display: 'Archivo Black', Impact, 'Arial Black', sans-serif;
  --sans: Inter, 'Helvetica Neue', Arial, sans-serif;
  --mono: 'DM Mono', 'Courier New', monospace;
}

* { 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; }
::selection { background: var(--violet); color: white; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: var(--acid); padding: .8rem 1rem; z-index: 100; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: var(--line); padding: 0 2.2vw; background: var(--paper); position: sticky; top: 0; z-index: 20; }
.wordmark { display: flex; gap: .65rem; align-items: center; text-decoration: none; font-family: var(--display); font-size: .9rem; line-height: .78; letter-spacing: -.04em; width: fit-content; }
.wordmark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.3; }
.site-header nav { display: flex; gap: 2rem; font: 500 .72rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.site-header nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: currentColor; }
.issue { justify-self: end; font: 500 .68rem var(--mono); }
.dpiit-badge { justify-self: end; display: flex; align-items: center; text-decoration: none; }
.dpiit-badge img { height: clamp(20px, 3vw, 26px); width: auto; display: block; }

.hero { min-height: calc(100vh - 88px); position: relative; padding: 3.2vw 2.2vw 2.5vw; display: grid; grid-template-columns: 1.4fr .85fr; grid-template-rows: auto 1fr auto; overflow: hidden; border-bottom: var(--line); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 44px 44px; pointer-events: none; }
.hero-kicker { grid-column: 1/-1; display: flex; justify-content: space-between; font: 500 .72rem var(--mono); text-transform: uppercase; letter-spacing: .12em; z-index: 2; }
.hero h1 { grid-column: 1/-1; align-self: center; margin: 0; font: 400 clamp(5rem, 11.4vw, 12rem)/.76 var(--display); letter-spacing: -.09em; transform: translateY(clamp(5rem, 9.25vw, 7.4rem)); z-index: 2; }
.hero h1 em { font-style: normal; color: var(--paper); -webkit-text-stroke: 3px var(--ink); text-shadow: 8px 8px 0 var(--acid); }
.hero-orbit { position: absolute; right: -5vw; top: 50%; width: min(48vw, 700px); transform: translateY(-48%) rotate(9deg); z-index: 0; }
.hero-orbit svg { overflow: visible; }
.orbit, .tri { fill: none; stroke: var(--ink); stroke-width: 2.2; }
.orbit-b { stroke-dasharray: 3 13; animation: spin 38s linear infinite; transform-origin: center; }
.tri-a { fill: var(--red); stroke-width: 4; opacity: .94; }
.tri-b { fill: var(--acid); stroke-width: 4; }
.core { fill: var(--ink); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-deck { grid-column: 1; align-self: end; display: grid; grid-template-columns: minmax(280px, 570px) auto; gap: 2rem; align-items: end; z-index: 2; }
.hero-deck p { margin: 0; font-size: clamp(1rem, 1.3vw, 1.3rem); line-height: 1.45; max-width: 48ch; }
.arrow-link { font: 500 .74rem var(--mono); text-transform: uppercase; text-decoration: none; white-space: nowrap; border-bottom: 2px solid; padding-bottom: .4rem; }
.arrow-link span { font-size: 1.2rem; }

.eyebrow { font: 500 .7rem var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.manifesto { padding: 8vw 2.2vw; display: grid; grid-template-columns: 1fr 3fr; border-bottom: var(--line); }
.manifesto > div { display: grid; grid-template-columns: 1.5fr .7fr; gap: 5vw; align-items: end; }
.manifesto h2 { margin: 0; font: 400 clamp(3.4rem, 7vw, 8.2rem)/.86 var(--display); letter-spacing: -.07em; }
.manifesto mark { color: var(--ink); background: var(--acid); padding: 0 .09em; }
.manifesto div > p, .manifesto-copy > p { font-size: 1.05rem; line-height: 1.55; max-width: 33ch; margin: 0 0 .6rem; }
.manifesto-copy .lab-note { font: 500 .68rem/1.7 var(--mono); text-transform: uppercase; letter-spacing: .08em; border-top: 1px solid var(--ink); padding-top: .9rem; margin-top: 1.3rem; max-width: 40ch; }

.work { padding: 6vw 2.2vw 8vw; }
.section-rule { display: grid; grid-template-columns: 1fr 3fr; align-items: end; gap: 2vw; border-top: var(--line); padding-top: 1rem; margin-bottom: 3vw; }
.section-rule h2 { margin: 0; font: 400 clamp(4rem, 9vw, 9rem)/.8 var(--display); letter-spacing: -.08em; }
.project { border: var(--line); position: relative; padding: 1.3rem; overflow: hidden; min-height: 500px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.project-anchor { color: inherit; text-decoration: none; }
.project:hover { transform: translate(-5px, -5px); box-shadow: 8px 8px 0 var(--ink); }
.project-category { font: 500 .67rem var(--mono); text-transform: uppercase; letter-spacing: .08em; margin: 1rem 0 .5rem; min-height: 2.3em; display: flex; align-items: end; }
.project h3 { margin: 0 0 1.3rem; font: 400 clamp(2.35rem, 3.1vw, 3.35rem)/.85 var(--display); letter-spacing: -.065em; }
.project-long-title h3 { font-size: clamp(2.2rem, 2.75vw, 2.85rem); }
.project > p:not(.project-category) { line-height: 1.48; max-width: 42ch; font-size: .95rem; }
.project-link { width: fit-content; font: 500 .8rem var(--mono); text-transform: none; text-decoration: none; border-bottom: 1px solid; margin-top: auto; padding-bottom: .25rem; }
.project-status { position: absolute; top: 1rem; right: 1rem; z-index: 3; padding: .45rem .65rem; background: var(--acid); color: var(--ink); border: 1px solid var(--ink); font: 500 .62rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.project-lime { background: var(--acid); }
.project-red { background: var(--red); }
.project-black { background: var(--ink); color: var(--paper); }
.project-violet { background: var(--violet); color: white; }
.project-cyan { background: var(--cyan); }
.project-orange { background: var(--orange); }
.project-white { background: white; }
.project-blue { background: var(--blue); color: white; }
.portfolio-shell { position: relative; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.project-grid .project { min-height: 500px; }

.project-visual { position: relative; min-height: 540px; background: var(--ink); border: 2px solid var(--ink); overflow: hidden; }
.visual-panel::before { content: 'SIMULATION / ACTIVE'; position: absolute; top: 1rem; left: 1rem; color: var(--acid); font: .62rem var(--mono); z-index: 2; }
.visual-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.7%, rgba(234,255,0,.16) 50%), linear-gradient(transparent 49.7%, rgba(234,255,0,.16) 50%); background-size: 46px 46px; }
.radar { width: 360px; height: 360px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid var(--acid); border-radius: 50%; z-index: 1; }
.radar span { position: absolute; inset: 12.5%; border: 1px solid rgba(234,255,0,.45); border-radius: 50%; }
.radar span:nth-child(2) { inset: 25%; }.radar span:nth-child(3) { inset: 37.5%; }.radar span:nth-child(4) { inset: 49%; }
.radar::before, .radar::after { content: ''; position: absolute; background: rgba(234,255,0,.5); }
.radar::before { height: 1px; width: 100%; top: 50%; }.radar::after { width: 1px; height: 100%; left: 50%; }
.radar i { position: absolute; inset: 15%; background: rgba(255,59,37,.72); clip-path: polygon(50% 0, 82% 23%, 100% 63%, 70% 95%, 27% 82%, 5% 43%); }
.signal { position: absolute; z-index: 3; color: var(--paper); border: 1px solid var(--paper); padding: .7rem; font: .58rem/1.5 var(--mono); }
.signal b { color: var(--acid); font-size: 1.3rem; }.signal-one { right: 1rem; top: 1rem; }.signal-two { left: 1rem; bottom: 1rem; }.signal-three { right: 1rem; bottom: 1rem; color: var(--acid); }

.project-icon { width: 68%; aspect-ratio: 1; margin: 2.5rem auto 0; }
.icon-crowd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; transform: perspective(500px) rotateX(54deg) rotateZ(-10deg); }
.icon-crowd i { background: var(--ink); border-radius: 50% 50% 8% 8%; box-shadow: 8px 11px 0 rgba(244,241,232,.55); }
.ballot { width: 55%; aspect-ratio: 1; margin: 3rem auto 0; border: 3px solid var(--paper); transform: rotate(-7deg); display: grid; place-items: center; box-shadow: 15px 15px 0 var(--red); }
.ballot span { font: 8rem/.8 var(--display); color: var(--acid); }
.eclipse { width: 66%; aspect-ratio: 1; margin: 1.8rem auto 0; border-radius: 50%; background: var(--ink); position: relative; box-shadow: 25px -10px 0 var(--acid); }
.eclipse::before, .eclipse::after { content: ''; position: absolute; border: 1px solid var(--paper); border-radius: 50%; inset: -20%; }.eclipse::after { inset: -39%; }
.eclipse i { position: absolute; width: 15px; height: 15px; background: var(--paper); border-radius: 50%; top: 17%; left: 4%; }
.twin-portrait { height: 240px; display: flex; justify-content: center; gap: -10px; padding-top: 2.3rem; }
.twin-portrait span { width: 38%; height: 100%; background: var(--ink); border-radius: 48% 48% 12% 12%; clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%); }
.twin-portrait span:first-child { transform: translateX(15%) rotate(-5deg); opacity: .88; }.twin-portrait span:last-child { transform: translateX(-15%) rotate(5deg); background: var(--paper); border: 2px solid var(--ink); }
.waveform { height: 230px; display: flex; align-items: center; justify-content: center; gap: 3.2%; }
.waveform i { width: 5%; background: var(--ink); border-radius: 99px; animation: wave 1.4s ease-in-out infinite alternate; }
.waveform i:nth-child(1),.waveform i:nth-child(9){height:18%}.waveform i:nth-child(2),.waveform i:nth-child(8){height:45%}.waveform i:nth-child(3),.waveform i:nth-child(7){height:72%}.waveform i:nth-child(4),.waveform i:nth-child(6){height:40%}.waveform i:nth-child(5){height:93%}
.waveform i:nth-child(even){animation-delay:-.7s}@keyframes wave{to{transform:scaleY(.45)}}
.employee-grid { display: grid; grid-template-columns: 1fr 1fr; height: 250px; gap: 7px; padding: 2rem 1rem 0; }
.employee-grid span { display: grid; place-items: center; border: 2px solid; font: 4rem var(--display); background: var(--acid); }
.employee-grid span:nth-child(2) { background: var(--red); }.employee-grid span:nth-child(3) { background: var(--cyan); }.employee-grid span:nth-child(4) { background: var(--violet); color: white; }
.receipt { width: 55%; min-height: 250px; background: var(--paper); color: var(--ink); margin: 2.2rem auto 0; padding: 1.6rem; transform: rotate(4deg); box-shadow: 13px 13px 0 var(--ink); display: flex; flex-direction: column; gap: 1rem; }
.receipt b { font: 5rem/.8 var(--display); }.receipt i { height: 5px; background: var(--ink); }.receipt i:nth-child(3){width:70%}.receipt i:nth-child(4){width:85%}.receipt span{margin-top:auto;font:2.5rem var(--display)}
.tile-grid { width: 60%; aspect-ratio: 1; margin: 2.6rem auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; transform: rotate(-4deg); }
.tile-grid i { background: var(--ink); }
.tile-grid i:nth-child(3n) { background: var(--paper); border: 2px solid var(--ink); }
.tile-grid i:nth-child(4n+2) { border-radius: 50%; }
.table-ring { width: 64%; margin: 2rem auto 0; }
.table-ring svg { width: 100%; overflow: visible; }
.tr-ring { fill: none; stroke: var(--paper); stroke-width: 1.6; stroke-dasharray: 3 9; }
.tr-spokes line { stroke: rgba(244, 241, 232, .5); stroke-width: 1.3; }
.tr-seats circle { fill: var(--paper); }
.tr-seats .tr-you { fill: var(--acid); }
.tr-core { fill: var(--acid); stroke: var(--paper); stroke-width: 2; }
.postcard { width: 58%; min-height: 245px; background: var(--paper); color: var(--ink); margin: 2.2rem auto 0; padding: 1.3rem; transform: rotate(3deg); box-shadow: 13px 13px 0 var(--ink); display: flex; flex-direction: column; gap: .9rem; }
.postcard b { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); }
.postcard i { height: 5px; background: var(--ink); }
.postcard i:nth-child(2) { width: 85%; }
.postcard i:nth-child(3) { width: 60%; }
.postcard span { margin-top: auto; font: 2rem var(--display); }

/* A shared visual stage keeps every card title on the same baseline. */
.project-icon, .tile-grid, .table-ring, .twin-portrait, .employee-grid, .eclipse, .waveform, .postcard {
  height: 190px;
  min-height: 190px;
  margin-top: 1rem;
  margin-bottom: 0;
}
.project-icon { width: 64%; }
.tile-grid { width: 58%; }
.table-ring { width: 64%; display: grid; place-items: center; }
.table-ring svg { max-height: 190px; }
.twin-portrait { padding-top: 1rem; }
.employee-grid { padding-top: 1rem; }
.eclipse { width: 58%; }
.waveform { width: 88%; margin-left: auto; margin-right: auto; }
.postcard { width: 62%; }

/* Card life - subtle motion so the live products feel alive.
   Every animation here is switched off under prefers-reduced-motion (bottom of file). */
@keyframes breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes revolve { to { transform: rotate(360deg); } }
@keyframes revolve-rev { to { transform: rotate(-360deg); } }
@keyframes twinkle { 0%, 100% { opacity: .45; } 50% { opacity: .95; } }
@keyframes seat-turn { 0%, 62%, 100% { transform: scale(1); opacity: .5; } 10%, 22% { transform: scale(1.4); opacity: 1; } }
@keyframes core-beat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.16); } }

/* AI Astrologist - a breathing eclipse with planets revolving over a faint milky way. */
.project-violet { position: relative; }
.project-violet > * { position: relative; z-index: 1; }
.project-violet::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(120% 65% at 80% 6%, rgba(255,255,255,.13), transparent 60%),
    radial-gradient(1.4px 1.4px at 12% 18%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 82% 12%, #fff, transparent),
    radial-gradient(1px 1px at 33% 40%, rgba(255,255,255,.85), transparent),
    radial-gradient(1.6px 1.6px at 66% 28%, #fff, transparent),
    radial-gradient(1px 1px at 90% 52%, rgba(255,255,255,.75), transparent),
    radial-gradient(1.2px 1.2px at 8% 66%, #fff, transparent),
    radial-gradient(1px 1px at 46% 74%, rgba(255,255,255,.7), transparent),
    radial-gradient(1.5px 1.5px at 72% 82%, #fff, transparent),
    radial-gradient(1px 1px at 24% 90%, rgba(255,255,255,.7), transparent),
    radial-gradient(1.2px 1.2px at 58% 58%, #fff, transparent);
  animation: twinkle 5s ease-in-out infinite;
}
.project-violet .eclipse { animation: breathe 6s ease-in-out infinite; }
.eclipse .orbiter { position: absolute; border-radius: 50%; animation: revolve 14s linear infinite; }
.eclipse .orbiter-1 { inset: -20%; }
.eclipse .orbiter-2 { inset: -39%; animation: revolve-rev 22s linear infinite; }
.eclipse .orbiter s { position: absolute; top: -6px; left: 50%; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px rgba(234,255,0,.7); }
.eclipse .orbiter-2 s { top: -4.5px; width: 9px; height: 9px; margin-left: -4.5px; background: var(--paper); box-shadow: 0 0 6px rgba(244,241,232,.6); }

/* AI Boardroom - the table comes to life: ring turns, advisors take turns, core beats. */
.project-black .table-ring { animation: breathe 6s ease-in-out infinite; }
.tr-ring { transform-box: fill-box; transform-origin: center; animation: revolve 26s linear infinite; }
.tr-core { transform-box: fill-box; transform-origin: center; animation: core-beat 3.4s ease-in-out infinite; }
.tr-seats circle { transform-box: fill-box; transform-origin: center; animation: seat-turn 7s ease-in-out infinite; }
.tr-seats circle:nth-child(1) { animation-delay: 0s; }
.tr-seats circle:nth-child(2) { animation-delay: 1.17s; }
.tr-seats circle:nth-child(3) { animation-delay: 2.33s; }
.tr-seats circle:nth-child(4) { animation-delay: 3.5s; }
.tr-seats circle:nth-child(5) { animation-delay: 4.67s; }
.tr-seats circle:nth-child(6) { animation-delay: 5.83s; }
.tr-seats .tr-you { animation: core-beat 3.4s ease-in-out infinite; opacity: 1; }

.principles { background: var(--ink); color: var(--paper); padding: 7vw 2.2vw; display: grid; grid-template-columns: 1fr 1.5fr; gap: 5vw; }
.principles > .eyebrow { grid-column: 1/-1; }
.principles h2 { margin: 0; font: 400 clamp(3.7rem, 7vw, 7.6rem)/.84 var(--display); letter-spacing: -.07em; color: var(--acid); }
.principles ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--paper); }
.principles li { display: grid; grid-template-columns: 45px 1fr 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--paper); }
.principles li span { font: .65rem var(--mono); }.principles li strong { font-size: 1.05rem; }.principles li p { margin: 0; font-size: .85rem; line-height: 1.5; opacity: .76; }

.contact { background: var(--red); padding: 7vw 2.2vw 5vw; min-height: 78vh; position: relative; overflow: hidden; border-top: var(--line); }
.contact h2 { position: relative; z-index: 2; margin: 7vw 0 3vw; font: 400 clamp(4rem, 9.5vw, 10rem)/.78 var(--display); letter-spacing: -.085em; }
.contact h2 em { font-style: normal; color: var(--acid); }
.contact > a { position: relative; z-index: 2; font: 500 clamp(1rem, 1.8vw, 1.7rem) var(--mono); text-decoration: none; border-bottom: 3px solid; padding-bottom: .4rem; }
.contact-mark { position: absolute; font: 38rem/.6 var(--display); color: transparent; -webkit-text-stroke: 4px var(--ink); right: -3rem; bottom: -4rem; transform: rotate(13deg); opacity: .75; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; padding: 3rem 2.2vw; background: var(--paper); border-top: var(--line); font-size: .78rem; line-height: 1.5; }
.footer-wordmark { font-size: 1.8rem; }.footer-meta { justify-self: end; text-align: right; font-family: var(--mono); font-size: .65rem; }

/* Product thesis pages */
.detail-page { overflow-x: hidden; }
.detail-header { position: relative; }
.detail-header .issue { text-decoration: none; }
.detail-hero { min-height: 78vh; padding: 5vw 2.2vw; display: grid; grid-template-columns: 1.45fr .55fr; gap: 5vw; align-items: end; border-bottom: var(--line); position: relative; overflow: hidden; }
.detail-hero::before { content: ''; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 44px 44px; }
.detail-hero > * { position: relative; z-index: 1; }
.detail-hero h1 { margin: 1.8rem 0 0; font: 400 clamp(4.3rem, 10vw, 10rem)/.78 var(--display); letter-spacing: -.085em; }
.detail-hero h1 em { font-style: normal; color: var(--acid); -webkit-text-stroke: 2px var(--ink); }
.detail-deck { font-size: clamp(1.15rem, 1.6vw, 1.55rem); line-height: 1.5; max-width: 34ch; }
.detail-band { padding: 1rem 2.2vw; background: var(--acid); border-bottom: var(--line); font: 500 .72rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.detail-section { padding: 7vw 2.2vw; border-bottom: var(--line); display: grid; grid-template-columns: .7fr 2fr; gap: 5vw; }
.detail-section h2 { margin: 0; font: 400 clamp(3.2rem, 7vw, 7rem)/.84 var(--display); letter-spacing: -.07em; }
.detail-copy { max-width: 780px; }
.detail-copy > p { font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.6; margin: 0 0 2.5rem; max-width: 58ch; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: var(--line); }
.detail-card { min-height: 230px; padding: 1.5rem; border-right: var(--line); border-bottom: var(--line); }
.detail-card:nth-child(even) { border-right: 0; }.detail-card:nth-last-child(-n+2) { border-bottom: 0; }
.detail-card span { font: 500 .65rem var(--mono); text-transform: uppercase; }
.detail-card h3 { margin: 3.5rem 0 .7rem; font: 400 clamp(1.7rem, 2.6vw, 2.7rem)/.9 var(--display); letter-spacing: -.05em; }
.detail-card p { margin: 0; line-height: 1.5; font-size: .9rem; }
.detail-dark { background: var(--ink); color: var(--paper); }.detail-dark h2 { color: var(--acid); }
.detail-cta { padding: 7vw 2.2vw; background: var(--red); }.detail-cta h2 { margin: 0 0 3rem; font: 400 clamp(3.5rem, 8vw, 8rem)/.82 var(--display); letter-spacing: -.075em; }.detail-cta a { font: 500 1rem var(--mono); text-transform: uppercase; text-decoration: none; border-bottom: 2px solid; padding-bottom: .35rem; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }.site-header nav { display: none; }.issue { font-size: .58rem; }
  .hero { min-height: min(900px, calc(100svh - 74px)); display: block; padding-top: 1.5rem; }.hero h1 { margin-top: clamp(8rem, 18vh, 11rem); font-size: clamp(3.2rem, 12.5vw, 7rem); max-width: 8ch; transform: none; }.hero-orbit { width: min(62vw, 520px); right: 4vw; top: 54%; }.hero-deck { position: absolute; left: 1rem; right: 1rem; bottom: 2rem; grid-template-columns: 1fr; }
  .manifesto { grid-template-columns: 1fr; gap: 3rem; }.manifesto > div { grid-template-columns: 1fr; }.manifesto h2 { font-size: 13vw; }
  .section-rule { grid-template-columns: 1fr; }.section-rule h2 { font-size: 18vw; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.project, .project-grid .project { min-height: 500px; }.project h3 { font-size: clamp(2.6rem, 6vw, 3.5rem); }.project-long-title h3 { font-size: clamp(2.35rem, 5.4vw, 3.1rem); }
  .principles { grid-template-columns: 1fr; }.principles li { grid-template-columns: 35px 1fr; }.principles li p { grid-column: 2; }
  footer { grid-template-columns: 1fr; }.footer-meta { justify-self: start; text-align: left; }
  .detail-hero { min-height: 720px; grid-template-columns: 1fr; align-content: center; }.detail-section { grid-template-columns: 1fr; }.detail-grid { grid-template-columns: 1fr; }.detail-card, .detail-card:nth-child(even), .detail-card:nth-last-child(-n+2) { border-right: 0; border-bottom: var(--line); }.detail-card:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .site-header { padding: 0 1rem; overflow: hidden; }.issue { display: none; }.hero, .work, .manifesto, .principles, .contact { padding-left: 1rem; padding-right: 1rem; }
  .site-header:not(.detail-header) .issue { display: block; max-width: 145px; text-align: right; line-height: 1.25; }
  .hero { min-height: 760px; }.hero h1 { margin-top: 8.5rem; font-size: clamp(2.85rem, 12.5vw, 3.5rem); line-height: .8; letter-spacing: -.075em; max-width: 100%; position: relative; z-index: 3; }.hero-orbit { width: 72vw; right: -17vw; top: 55%; }.hero-deck { bottom: 1.6rem; }.hero-deck p { max-width: 34ch; }
  .hero h1 em { -webkit-text-stroke-width: 2px; text-shadow: 5px 5px 0 var(--acid); }
  .hero-kicker span:last-child { display: none; }.hero-deck p { font-size: .95rem; }.arrow-link { width: fit-content; }
  .project-grid { grid-template-columns: 1fr; gap: .8rem; }.project-grid .project { min-height: 500px; }.project:hover { transform: none; box-shadow: none; }.project h3, .project-long-title h3 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .project-visual { min-height: 330px !important; }.radar { width:min(270px,78vw); height:min(270px,78vw); }.signal-one,.signal-three { right:.55rem; }.signal-two { left:.55rem; }
  .contact { min-height: 620px; }.contact h2 { font-size: 16vw; margin-top: 7rem; }.contact-mark { font-size: 16rem; right:1rem; bottom:-1rem; }
  .detail-hero { min-height: 760px; padding: 4rem 1rem 3rem; }.detail-hero h1 { font-size: 12.2vw; line-height: .9; letter-spacing: -.07em; }.detail-deck { font-size: 1.05rem; }.detail-band { padding-left: 1rem; padding-right: 1rem; overflow: hidden; }.detail-section, .detail-cta { padding: 5rem 1rem; }.detail-card { min-height: 210px; }
}

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