@font-face { font-family: "RSGO Display"; src: url("/assets/fonts/display.ttf?v=20260719-1") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "RSGO Text"; src: url("/assets/fonts/body.ttf?v=20260719-1") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "RSGO Label"; src: url("/assets/fonts/label.ttf?v=20260719-1") format("truetype"); font-weight: 400; font-display: swap; }

:root {
  color-scheme: light;
  --paper: #f4f4f0;
  --paper-soft: #ebebe5;
  --white: #fff;
  --ink: #151515;
  --ink-soft: #272725;
  --muted: #666660;
  --rule: #c8c8c0;
  --rule-dark: #3d3d39;
  --accent: #f04e37;
  --warm: #e9dfaa;
  --success: #9ac7a9;
  --color-paper: var(--paper);
  --color-accent: var(--accent);
  --font-display: "RSGO Display", Arial Black, sans-serif;
  --font-body: "RSGO Text", Arial, sans-serif;
  --font-label: "RSGO Label", Consolas, monospace;
  --gutter: clamp(1.25rem, 4.2vw, 4.5rem);
  --max: 100rem;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
html, body { margin: 0; overflow-x: clip; }
body { min-width: 20rem; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 700; line-height: .95; }
p { margin-top: 0; }
::selection { color: var(--white); background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .8rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 100; display: grid; grid-template-columns: 1fr .75fr auto; align-items: center; min-height: 6.5rem; padding: 0 var(--gutter); border-bottom: 1px solid var(--ink); background: var(--paper); }
.brand { display: inline-flex; width: fit-content; text-decoration: none; }
.brand img { width: 8.75rem; height: auto; }
.header-note { margin: 0; color: var(--muted); font-family: var(--font-label); font-size: .67rem; line-height: 1.45; text-transform: uppercase; }
.site-navigation { display: flex; align-items: center; gap: 2rem; }
.site-navigation a { font-family: var(--font-label); font-size: .7rem; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-navigation a[aria-current="page"], .site-navigation a:hover { color: var(--accent); }
.site-navigation .nav-conversation { display: inline-flex; gap: 1.5rem; align-items: center; min-height: 3.1rem; padding: 0 1.1rem; border: 1px solid var(--ink); color: var(--ink); transition: color 180ms, background 180ms; }
.site-navigation .nav-conversation:hover { color: var(--white); background: var(--ink); }
.nav-conversation span { color: var(--accent); font-size: 1rem; }
.menu-toggle { position: relative; display: none; width: 2.8rem; height: 2.8rem; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; }
.menu-toggle > span:not(.sr-only) { position: absolute; top: 50%; left: .8rem; display: block; width: 1.1rem; height: 1px; margin: 0; background: var(--ink); transition: transform 180ms, opacity 180ms; }
.menu-toggle > span:nth-child(1) { transform: translateY(-5px); }
.menu-toggle > span:nth-child(3) { transform: translateY(5px); }
.menu-toggle::after { content: "×"; position: absolute; inset: 0; display: grid; place-items: center; font-family: Arial, sans-serif; font-size: 1.25rem; line-height: 1; opacity: 0; }

.section-space { padding: 8.5rem var(--gutter); }
.section-dark { color: var(--white); background: var(--ink); }
.section-warm { background: var(--paper-soft); }
.section-label { display: grid; grid-template-columns: 3.25rem 1fr; gap: .75rem; font-family: var(--font-label); font-size: .67rem; text-transform: uppercase; }
.section-label span { color: var(--accent); }
.section-label p { margin: 0; }
.section-label--dark { color: #aaa; }
.editorial-heading { display: grid; grid-template-columns: minmax(10rem, .35fr) minmax(0, 1.65fr); gap: 3rem; max-width: var(--max); margin: 0 auto 6rem; }
.editorial-heading__body { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .55fr); gap: 4rem; align-items: end; }
.editorial-heading h2 { max-width: 17ch; font-size: 4.6rem; }
.editorial-copy { color: var(--muted); font-size: 1.08rem; }
.section-dark .editorial-copy { color: #aaa; }
.editorial-copy p:last-child { margin-bottom: 0; }
.quiet-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 2.8rem; border-bottom: 1px solid currentColor; font-family: var(--font-label); font-size: .68rem; text-decoration: none; text-transform: uppercase; }
.quiet-link span { color: var(--accent); font-size: 1rem; }
.quiet-link--light { color: var(--white); }
.section-end { display: flex; justify-content: flex-end; max-width: var(--max); margin: 3rem auto 0; }

.home-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(19rem, .6fr); grid-template-rows: 1fr auto; gap: 0 5rem; min-height: calc(100svh - 14rem); max-width: var(--max); margin: 0 auto; padding: 3.5rem var(--gutter) 0; }
.hero-main { align-self: center; padding-bottom: 4rem; }
.hero-position { margin: 0 0 2.25rem; color: var(--muted); font-family: var(--font-label); font-size: .68rem; text-transform: uppercase; }
.hero-position::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .75rem; background: var(--accent); }
.home-hero h1 { max-width: 10ch; font-size: 6.5rem; line-height: .86; }
.home-hero h1 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 37rem; margin: 2.25rem 0 1.75rem; color: var(--ink-soft); font-size: 1.18rem; }
.hero-links { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; }
.hero-links a { display: inline-flex; gap: 1.5rem; align-items: center; min-height: 2.75rem; border-bottom: 1px solid var(--ink); font-family: var(--font-label); font-size: .68rem; text-decoration: none; text-transform: uppercase; }
.hero-links span { color: var(--accent); }
.hero-capacity { display: none; }
.hero-aside { align-self: center; padding: 1.5rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.hero-aside > span { color: var(--muted); font-family: var(--font-label); font-size: .62rem; text-transform: uppercase; }
.hero-aside > p { max-width: 18ch; margin: 3rem 0 5rem; font-family: var(--font-display); font-size: 2.1rem; line-height: 1; }
.hero-aside > div { display: flex; align-items: flex-start; gap: .8rem; }
.hero-aside i { width: .55rem; height: .55rem; margin-top: .25rem; background: var(--accent); border-radius: 50%; animation: pulse 2.5s ease-in-out infinite; }
.hero-aside small { color: var(--muted); font-family: var(--font-label); font-size: .63rem; text-transform: uppercase; }
.hero-practice { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4rem; border-top: 1px solid var(--ink); font-family: var(--font-label); font-size: .65rem; text-transform: uppercase; }
.hero-practice i { width: .35rem; height: .35rem; background: var(--accent); transform: rotate(45deg); }

.selected-work { padding-top: 5rem; border-top: 1px solid var(--ink); }
.project-features, .work-page-list { max-width: var(--max); margin: 0 auto; }
.project-feature { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(19rem, .6fr); gap: 0 3rem; padding: 4rem 0; border-top: 1px solid var(--rule); }
.project-feature:first-child { border-top-color: var(--ink); }
.project-feature__media { min-width: 0; }
.project-feature__media a { display: block; overflow: hidden; background: #ddd; }
.project-picture { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #ddd; }
.project-picture img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 700ms var(--ease); }
.project-feature__meta { display: flex; flex-direction: column; min-width: 0; padding-top: .25rem; }
.project-number { color: var(--accent); font-family: var(--font-label); font-size: .65rem; }
.project-feature h3 { margin: 2rem 0 1rem; font-size: 2.7rem; }
.project-feature h3 a { text-decoration: none; }
.project-feature__meta p { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: .4rem; margin: auto 0 2rem; padding: 0; list-style: none; }
.tag-list li { padding: .35rem .55rem; border: 1px solid var(--rule); font-family: var(--font-label); font-size: .58rem; text-transform: uppercase; }
.project-links { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--rule); }
.project-links > a:not(.quiet-link) { font-family: var(--font-label); font-size: .63rem; text-decoration: none; text-transform: uppercase; }
.project-links > a:not(.quiet-link) span { color: var(--accent); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--rule-dark); border-left: 1px solid var(--rule-dark); }
.principle { min-height: 19rem; padding: 1.5rem; border-right: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); }
.principle span { color: var(--accent); font-family: var(--font-label); font-size: .65rem; }
.principle h3 { margin: 5.5rem 0 1rem; font-size: 1.8rem; }
.principle p { margin-bottom: 0; color: #aaa; }

.capability-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.capability-row { display: grid; grid-template-columns: 3rem minmax(18rem, 1fr) minmax(17rem, .75fr); gap: 2rem; align-items: start; padding: 2.5rem 0; border-bottom: 1px solid var(--rule); }
.capability-row > span { color: var(--accent); font-family: var(--font-label); font-size: .65rem; }
.capability-row h3 { font-size: 2.15rem; }
.capability-row p { margin: 0; color: var(--muted); }

.engagement-list { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.engagement { padding: 2rem; border-right: 1px solid var(--ink); }
.engagement:first-child { border-left: 1px solid var(--ink); }
.engagement__head { display: flex; gap: 2rem; align-items: baseline; min-height: 7rem; }
.engagement__head span { color: var(--accent); font-family: var(--font-label); font-size: .65rem; }
.engagement h3 { font-size: 1.8rem; }
.engagement > p { min-height: 7rem; color: var(--muted); }
.engagement ul { margin: 0; padding: 1.25rem 0 0; border-top: 1px solid var(--rule); list-style: none; }
.engagement li { padding: .3rem 0; font-size: .88rem; }
.engagement li::before { content: "—"; margin-right: .65rem; color: var(--accent); }

.process-list { max-width: var(--max); margin: 0 auto; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.process-list li { display: grid; grid-template-columns: 6rem 1fr; gap: 2rem; padding: 2.25rem 0; border-bottom: 1px solid var(--rule); }
.process-list li > span { color: var(--accent); font-family: var(--font-label); font-size: .65rem; }
.process-list h3 { font-size: 2.4rem; }
.process-list p { max-width: 43rem; margin: .7rem 0 0; color: var(--muted); }

.about-band { display: grid; grid-template-columns: minmax(10rem, .35fr) minmax(0, 1.65fr); gap: 3rem; max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.about-band h2 { margin-bottom: 3rem; font-size: 5.4rem; }
.about-band > div:last-child > p { max-width: 48rem; font-size: 1.12rem; }
.about-band .quiet-link { margin-top: 2rem; }

.brief-section { display: grid; grid-template-columns: minmax(20rem, .72fr) minmax(32rem, 1.28fr); color: var(--white); background: var(--ink); }
.brief-intro { display: flex; flex-direction: column; min-height: 58rem; padding: 6rem var(--gutter); border-right: 1px solid var(--rule-dark); }
.brief-intro h2 { margin: 6rem 0 2.5rem; font-size: 4.7rem; }
.brief-intro h2 em { color: var(--accent); font-style: normal; }
.brief-intro > p { max-width: 31rem; color: #bbb; font-size: 1.05rem; }
.brief-intro .brief-note { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--rule-dark); color: var(--white); font-family: var(--font-label); font-size: .68rem; text-transform: uppercase; }
.brief-wizard { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 4rem clamp(1.5rem, 5vw, 5rem); scroll-margin-top: 1rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.wizard-progress p { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; font-family: var(--font-label); font-size: .65rem; text-transform: uppercase; }
.wizard-progress p span { color: #888; }
.wizard-progress p strong { color: var(--warm); font-weight: 400; }
.wizard-progress > div { height: 1px; background: var(--rule-dark); overflow: hidden; }
.wizard-progress > div span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(.25); transform-origin: left; transition: transform 350ms var(--ease); }
.wizard-stage { flex: 1; min-height: 43rem; padding: 4rem 0 2rem; }
.wizard-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.wizard-step.is-active { animation: stepIn 300ms var(--ease); }
.wizard-step legend { max-width: 16ch; padding: 0; font-family: var(--font-display); font-size: 3.6rem; font-weight: 700; line-height: .95; }
.wizard-step > p { margin: 1.1rem 0 2.2rem; color: #999; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--rule-dark); border-left: 1px solid var(--rule-dark); }
.choice { position: relative; min-width: 0; }
.choice input { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.choice > span { position: relative; display: grid; grid-template-columns: 2rem 1fr; gap: .75rem; align-items: start; min-height: 7rem; padding: 1rem; border-right: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); transition: color 160ms, background 160ms; }
.choice i { color: #777; font-family: var(--font-label); font-size: .58rem; font-style: normal; }
.choice b { font-family: var(--font-display); font-size: 1rem; line-height: 1.1; }
.choice input:focus-visible + span { outline: 2px solid var(--warm); outline-offset: -3px; }
.choice input:checked + span { color: var(--ink); background: var(--warm); }
.choice input:checked + span::after { content: "✓"; position: absolute; right: .8rem; bottom: .6rem; color: var(--accent); font-family: var(--font-label); }
.choice input:checked + span i { color: var(--ink); }
.step-error { min-height: 1.4rem; margin: .8rem 0 0 !important; color: #ff9c8d !important; font-size: .8rem; }
.field-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.field { min-width: 0; }
.field--wide { grid-column: 1 / -1; }
.field label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .55rem; color: #bbb; font-family: var(--font-label); font-size: .64rem; text-transform: uppercase; }
.field label span { color: #777; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--rule-dark); border-radius: 0; outline: 0; color: var(--white); background: #1d1d1b; }
.field input, .field select { min-height: 3.5rem; padding: 0 .9rem; }
.field textarea { min-height: 8rem; padding: .9rem; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--warm) 50%), linear-gradient(135deg, var(--warm) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--warm); background-color: #222; }
.field [aria-invalid="true"] { border-color: #ff9c8d; }
.field-note { margin: .45rem 0 0; color: #777; font-size: .72rem; }
.field-note.is-error { color: #ff9c8d; }
.turnstile-slot { min-height: 4rem; margin-top: 1.5rem; }
.wizard-actions { display: flex; justify-content: flex-end; gap: .75rem; padding-top: 1.5rem; border-top: 1px solid var(--rule-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2rem; min-height: 3.5rem; padding: 0 1.4rem; border: 1px solid var(--rule-dark); border-radius: 0; font-family: var(--font-label); font-size: .66rem; text-transform: uppercase; transition: color 160ms, background 160ms, transform 160ms var(--ease); }
.button--quiet { color: var(--white); background: transparent; }
.button--primary { color: var(--ink); background: var(--warm); border-color: var(--warm); }
.button:disabled { opacity: .55; cursor: wait; }
.button[data-state="loading"]::before { content: ""; width: .7rem; height: .7rem; border: 1px solid var(--ink); border-top-color: transparent; border-radius: 50%; animation: spin 700ms linear infinite; }
.form-status { min-height: 1.4rem; margin: .65rem 0 0; color: #999; font-size: .78rem; }
.form-status.is-error { color: #ff9c8d; }
.submission-success { align-content: center; flex: 1; min-height: 43rem; padding: 2rem 0; }
.submission-success > span { color: var(--success); font-family: var(--font-label); font-size: .65rem; text-transform: uppercase; }
.submission-success h3 { max-width: 14ch; margin: 2rem 0; font-size: 4rem; }
.submission-success p { max-width: 36rem; color: #bbb; font-size: 1.08rem; }
.submission-success small { display: block; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--rule-dark); color: #888; }

.final-note { display: grid; grid-template-columns: minmax(10rem, .35fr) minmax(0, 1.65fr); gap: 3rem; max-width: var(--max); margin: 0 auto; }
.final-note h2 { max-width: 17ch; font-size: 4.5rem; }
.final-note p { max-width: 38rem; margin: 2rem 0; color: var(--muted); font-size: 1.08rem; }

.site-footer { padding: 6rem var(--gutter) 2rem; color: var(--white); background: var(--ink); }
.footer-statement { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; max-width: var(--max); margin: 0 auto 7rem; }
.footer-statement p { margin: 0; font-family: var(--font-display); font-size: 5.4rem; line-height: .88; }
.footer-row { display: grid; grid-template-columns: .5fr 1fr auto; gap: 3rem; align-items: start; max-width: var(--max); margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid var(--rule-dark); }
.footer-brand { font-family: var(--font-display); font-size: 1.35rem; text-decoration: none; }
.footer-row nav { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; }
.footer-row nav a, .footer-legal a, .footer-legal span { color: #999; font-family: var(--font-label); font-size: .62rem; text-decoration: none; text-transform: uppercase; }
.footer-legal { display: flex; gap: 1.25rem; }

.page-intro { padding: 7rem var(--gutter) 5rem; border-bottom: 1px solid var(--ink); }
.page-intro > div { max-width: var(--max); margin: 0 auto; }
.page-intro h1 { max-width: 12ch; margin: 4.5rem 0 2rem; font-size: 7rem; }
.page-intro > div > p { max-width: 38rem; color: var(--muted); font-size: 1.15rem; }
.work-page-list { padding-top: 0; padding-bottom: 0; }
.work-index-band { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; }
.work-index-band > div:first-child span { color: #999; font-family: var(--font-label); font-size: .65rem; text-transform: uppercase; }
.work-index-band h2 { margin-top: 2rem; font-size: 3.6rem; }
.project-index { margin: 0; padding: 0; border-top: 1px solid var(--rule-dark); list-style: none; }
.project-index li { display: grid; grid-template-columns: 2rem 1fr .75fr auto; gap: 1rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--rule-dark); }
.project-index span { color: var(--accent); font-family: var(--font-label); font-size: .62rem; }
.project-index a { font-family: var(--font-display); font-size: 1.5rem; text-decoration: none; }
.project-index p { margin: 0; color: #999; font-size: .8rem; }
.project-index b { color: var(--accent); }
.quiet-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; max-width: var(--max); margin: 0 auto; }
.quiet-cta h2 { max-width: 14ch; font-size: 4rem; }

.about-editorial { display: grid; grid-template-columns: .6fr 1.4fr; gap: 4rem; max-width: var(--max); margin: 0 auto; }
.about-editorial > div:first-child span { color: var(--accent); font-family: var(--font-label); font-size: .65rem; text-transform: uppercase; }
.about-editorial > div:last-child { max-width: 58rem; }
.about-editorial p { font-size: 1.6rem; line-height: 1.35; }
.fit-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.fit-section > div > h2 { margin-top: 4rem; font-size: 4.7rem; }
.fit-section ol { margin: 0; padding: 0; border-top: 1px solid var(--rule-dark); list-style: none; }
.fit-section li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--rule-dark); }
.fit-section li span { color: var(--accent); font-family: var(--font-label); font-size: .62rem; }
.fit-section li p { margin: 0; }
.relationship { display: grid; grid-template-columns: 1fr .65fr; gap: 5rem; max-width: var(--max); margin: 0 auto; }
.relationship h2 { margin-top: 4rem; font-size: 4.7rem; }
.relationship > p { align-self: end; margin-bottom: 0; color: var(--muted); font-size: 1.15rem; }

.case-hero { display: grid; grid-template-columns: minmax(23rem, .7fr) minmax(0, 1.3fr); min-height: calc(100svh - 6.5rem); border-bottom: 1px solid var(--ink); }
.case-hero > div { display: flex; flex-direction: column; padding: 5rem var(--gutter); }
.case-type { margin: auto 0 1rem; color: var(--muted); font-family: var(--font-label); font-size: .63rem; text-transform: uppercase; }
.case-hero h1 { font-size: 5.5rem; }
.case-hero > div > p:not(.case-type) { max-width: 31rem; margin: 2rem 0; color: var(--muted); font-size: 1.08rem; }
.case-hero .quiet-link { align-self: flex-start; }
.case-hero .project-picture { height: 100%; aspect-ratio: auto; border-left: 1px solid var(--ink); }
.case-body { display: grid; grid-template-columns: repeat(2, 1fr); max-width: var(--max); margin: 0 auto; padding: 8rem var(--gutter); }
.case-body section { min-height: 23rem; padding: 2rem; border-top: 1px solid var(--ink); border-right: 1px solid var(--rule); }
.case-body section:nth-child(odd) { border-left: 1px solid var(--rule); }
.case-body section:nth-child(n+3) { border-bottom: 1px solid var(--rule); }
.case-body span, .system-decisions span { color: var(--accent); font-family: var(--font-label); font-size: .62rem; text-transform: uppercase; }
.case-body h2 { margin: 5rem 0 1.5rem; font-size: 2.4rem; }
.case-body p { margin: 0; color: var(--muted); }
.system-decisions { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding: 8rem var(--gutter); color: var(--white); background: var(--ink); }
.system-decisions h2 { margin-top: 3rem; font-size: 4.5rem; }
.system-decisions ul { margin: 0; padding: 0; border-top: 1px solid var(--rule-dark); list-style: none; }
.system-decisions li { padding: 1.35rem 0; border-bottom: 1px solid var(--rule-dark); }
.image-gallery { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, .28fr); gap: 2rem; align-items: start; max-width: var(--max); margin: 0 auto; padding: 8rem var(--gutter); }
.image-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--ink); background: #ddd; }
.image-gallery img { width: 100%; height: auto; }
.case-close { display: flex; align-items: end; justify-content: space-between; gap: 3rem; max-width: var(--max); margin: 0 auto; padding: 4rem var(--gutter) 8rem; border-top: 1px solid var(--ink); }
.case-close p { margin: 0; color: var(--muted); }
.case-close strong { color: var(--ink); font-weight: 400; }

.legal-page { display: grid; grid-template-columns: minmax(18rem, .65fr) minmax(0, 1.35fr); gap: 6rem; max-width: var(--max); margin: 0 auto; padding: 8rem var(--gutter); }
.legal-page h1 { margin: 4rem 0 1rem; font-size: 6.5rem; }
.legal-updated { color: var(--muted); font-family: var(--font-label); font-size: .62rem; text-transform: uppercase; }
.legal-content { max-width: 48rem; }
.legal-content section { padding: 2rem 0; border-top: 1px solid var(--rule); }
.legal-content section:first-child { border-top-color: var(--ink); }
.legal-content h2 { margin-bottom: 1rem; font-size: 1.7rem; }
.legal-content p { color: var(--muted); }

@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes stepIn { from { opacity: 0; transform: translateY(.5rem); } to { opacity: 1; transform: none; } }

@media (hover: hover) and (pointer: fine) {
  .project-feature__media a:hover img { transform: scale(1.015); }
  .quiet-link:hover span, .project-links a:hover span { transform: translate(2px, -2px); }
  .choice:hover > span { background: #1d1d1b; }
  .choice:has(input:checked):hover > span { background: var(--warm); }
  .button:hover { transform: translateY(-2px); }
  .button--primary:hover { background: var(--white); border-color: var(--white); }
}

@media (max-width: 75rem) {
  .header-note { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .home-hero { gap: 3rem; }
  .home-hero h1 { font-size: 5.5rem; }
  .editorial-heading__body { grid-template-columns: 1fr; gap: 2rem; }
  .editorial-heading h2 { font-size: 4rem; }
  .brief-section { grid-template-columns: 1fr; }
  .brief-intro { min-height: 36rem; border-right: 0; border-bottom: 1px solid var(--rule-dark); }
  .brief-intro h2 { margin-top: 4rem; }
}

@media (max-width: 62rem) {
  .site-navigation { gap: 1.1rem; }
  .home-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-main { padding-bottom: 2rem; }
  .hero-aside { display: grid; grid-template-columns: .5fr 1fr; gap: 2rem; align-items: end; }
  .hero-aside > p { margin: 2rem 0; }
  .hero-aside > div { justify-self: end; }
  .project-feature { grid-template-columns: 1fr; gap: 2rem; }
  .project-feature__meta { min-height: 21rem; }
  .principles, .engagement-list { grid-template-columns: 1fr; }
  .principle { min-height: 13rem; }
  .principle h3 { margin-top: 3rem; }
  .engagement, .engagement:first-child { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); border-left: 1px solid var(--ink); }
  .engagement > p { min-height: auto; }
  .engagement__head { min-height: 5rem; }
  .about-band, .final-note, .work-index-band, .fit-section, .relationship, .system-decisions { grid-template-columns: 1fr; }
  .case-hero { grid-template-columns: 1fr; }
  .case-hero > div { min-height: 38rem; }
  .case-hero .project-picture { height: auto; aspect-ratio: 16 / 10; border-top: 1px solid var(--ink); border-left: 0; }
  .legal-page { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 48rem) {
  .site-header { min-height: 5.25rem; }
  .brand img { width: 6.8rem; }
  .menu-toggle { display: block; }
  body.menu-open::before { content: ""; position: fixed; z-index: 80; inset: 5.25rem 0 0; background: rgb(0 0 0 / .28); }
  .site-navigation { position: fixed; z-index: 90; inset: 5.25rem 0 0 auto; display: flex; width: calc(100% - 2.5rem); max-width: 24rem; align-items: stretch; flex-direction: column; gap: 0; padding: 2rem var(--gutter); color: var(--white); background: var(--ink); box-shadow: -1px 0 0 var(--rule-dark); transform: translateX(100%); visibility: hidden; transition: transform 260ms var(--ease), visibility 260ms; }
  .site-navigation.is-open { transform: none; visibility: visible; }
  .site-navigation a { display: flex; align-items: center; min-height: 4.5rem; border-bottom: 1px solid var(--rule-dark); font-family: var(--font-display); font-size: 1.8rem; text-transform: none; }
  .site-navigation .nav-conversation { margin-top: auto; border-color: var(--white); color: var(--white); font-family: var(--font-label); font-size: .7rem; text-transform: uppercase; }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only) { opacity: 0; }
  .menu-toggle[aria-expanded="true"]::after { opacity: 1; }
  .section-space { padding-top: 6rem; padding-bottom: 6rem; }
  .selected-work { padding-top: 3rem; }
  .editorial-heading { grid-template-columns: 1fr; gap: 3rem; margin-bottom: 4rem; }
  .editorial-heading h2 { font-size: 3.25rem; }
  .home-hero { min-height: auto; padding-top: 2.5rem; }
  .hero-position { margin-bottom: 1.5rem; }
  .home-hero h1 { font-size: 3.5rem; }
  .hero-copy { margin: 1.75rem 0 1.25rem; font-size: 1rem; }
  .hero-links { gap: .75rem 1.25rem; }
  .hero-links a { gap: .75rem; font-size: .6rem; }
  .hero-aside { display: none; }
  .hero-capacity { display: block; margin: 2rem 0 0; padding: 1rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: var(--font-label); font-size: .62rem; text-transform: uppercase; }
  .hero-practice { display: none; }
  .project-feature { padding: 3rem 0; }
  .project-feature h3 { font-size: 2.2rem; }
  .project-feature__meta { min-height: 19rem; }
  .capability-row { grid-template-columns: 2rem 1fr; gap: 1rem; }
  .capability-row p { grid-column: 2 / 3; }
  .capability-row h3 { font-size: 1.7rem; }
  .process-list li { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .process-list h3 { font-size: 1.8rem; }
  .about-band h2, .final-note h2, .fit-section > div > h2, .relationship h2 { font-size: 3.4rem; }
  .brief-intro { min-height: 34rem; padding-top: 4rem; padding-bottom: 4rem; }
  .brief-intro h2 { font-size: 3.4rem; }
  .brief-wizard { padding: 3rem var(--gutter); }
  .wizard-stage { min-height: 46rem; padding-top: 3rem; }
  .wizard-step legend { font-size: 2.7rem; }
  .choice-grid, .field-pair { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .choice > span { min-height: 5.8rem; }
  .submission-success h3 { font-size: 3rem; }
  .footer-statement { align-items: flex-start; flex-direction: column; }
  .footer-statement p { font-size: 3.4rem; }
  .footer-row { grid-template-columns: 1fr; }
  .footer-row nav { flex-direction: column; }
  .page-intro { padding-top: 5rem; }
  .page-intro h1 { margin-top: 3rem; font-size: 4rem; }
  .work-index-band h2 { font-size: 3rem; }
  .project-index li { grid-template-columns: 2rem 1fr auto; }
  .project-index p { grid-column: 2 / 4; }
  .quiet-cta { align-items: flex-start; flex-direction: column; }
  .quiet-cta h2 { font-size: 3rem; }
  .about-editorial { grid-template-columns: 1fr; }
  .about-editorial p { font-size: 1.3rem; }
  .case-hero > div { min-height: 35rem; }
  .case-hero h1 { font-size: 4rem; }
  .case-body { grid-template-columns: 1fr; padding-top: 6rem; padding-bottom: 6rem; }
  .case-body section { min-height: 19rem; border-right: 1px solid var(--rule); border-left: 1px solid var(--rule); }
  .case-body section:nth-child(n+3) { border-bottom: 0; }
  .case-body section:last-child { border-bottom: 1px solid var(--rule); }
  .system-decisions h2 { font-size: 3.4rem; }
  .image-gallery { grid-template-columns: 1fr; }
  .image-gallery__mobile { max-width: 18rem; justify-self: end; }
  .case-close { align-items: flex-start; flex-direction: column; }
  .legal-page h1 { font-size: 4.5rem; }
}

@media (max-width: 25rem) {
  .home-hero h1 { font-size: 3.25rem; }
  .hero-links { align-items: flex-start; flex-direction: column; }
  .project-links { align-items: flex-start; flex-direction: column; }
  .wizard-actions { flex-direction: column-reverse; }
  .button { width: 100%; }
  .footer-legal { flex-wrap: wrap; }
}

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