:root {
  --ink: #282828;
  --paper: #ebe8e3;
  --paper-2: #afa99f;
  --muted: #67695f;
  --line: rgba(40, 40, 40, .22);
  --copper: #5b5f49;
  --acid: #d6d2cb;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page: clamp(22px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; }
body.dialog-open { overflow: hidden; }
body.intro-active { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.intro { position: fixed; inset: 0; z-index: 300; overflow: hidden; display: grid; place-items: center; padding: clamp(24px, 4vw, 72px); color: var(--ink); background: var(--paper); pointer-events: none; }
.intro-grid { position: absolute; inset: 0; z-index: 1; opacity: .5; background-image: linear-gradient(rgba(40,40,40,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(40,40,40,.08) 1px, transparent 1px); background-size: 8.333vw 8.333vw; mask-image: radial-gradient(circle at center, black, transparent 78%); }
.intro-center, .intro-progress { position: relative; z-index: 2; }
.intro-center { width: min(72vw, 420px); display: grid; justify-items: center; gap: 1.6rem; text-align: center; }
.intro-logo-frame { position: relative; width: clamp(150px, 18vw, 230px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(40,40,40,.16); background: rgba(235,232,227,.82); }
.intro-logo-frame::before, .intro-logo-frame::after { content: ""; position: absolute; z-index: -1; background: var(--copper); opacity: .58; }
.intro-logo-frame::before { width: calc(100% + 64px); height: 1px; }
.intro-logo-frame::after { width: 1px; height: calc(100% + 64px); }
.intro-logo-frame img { width: 58%; height: 58%; object-fit: contain; filter: invert(1); opacity: 0; transform: scale(.82); animation: intro-logo .75s cubic-bezier(.2,.8,.2,1) .12s forwards; }
.intro-orbit { position: absolute; inset: 10%; border: 1px solid var(--copper); border-radius: 50%; opacity: .5; animation: intro-orbit 1.6s cubic-bezier(.2,.8,.2,1) both; }
.intro-orbit::after { content: ""; position: absolute; top: 50%; left: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--copper); transform: translateY(-50%); }
.intro-name { display: flex; flex-direction: column; gap: .45rem; opacity: 0; animation: intro-name .55s ease .45s forwards; font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.intro-name span:last-child { color: var(--muted); font-size: .55rem; }
.intro-loader { width: min(100%, 300px); height: 1px; overflow: hidden; background: var(--line); }
.intro-loader i { display: block; width: 100%; height: 100%; background: var(--copper); transform: translateX(-100%); animation: intro-load 1.35s cubic-bezier(.65,0,.35,1) forwards; }
.intro-progress { position: absolute; right: var(--page); bottom: clamp(22px, 3vw, 52px); display: flex; align-items: baseline; gap: 1.2rem; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.intro-progress strong { min-width: 3ch; font: 400 1.5rem var(--serif); color: var(--copper); }
.intro.is-finished { animation: intro-sheet-away .78s cubic-bezier(.76,0,.24,1) forwards; }
.intro.is-gone { display: none; }
.intro-active .reveal, .intro-active .hero-media img { animation-play-state: paused; }

.site-cursor { display: none; position: fixed; top: 0; left: 0; z-index: 250; width: 34px; height: 34px; pointer-events: none; color: var(--acid); mix-blend-mode: difference; will-change: transform; }
body.dialog-open .site-cursor { display: none !important; }
.cursor-axis { position: absolute; top: 50%; left: 50%; background: currentColor; transition: width .25s ease, height .25s ease, opacity .25s ease; }
.cursor-axis-x { width: 34px; height: 1px; transform: translate(-50%,-50%); }
.cursor-axis-y { width: 1px; height: 34px; transform: translate(-50%,-50%); }
.cursor-core { position: absolute; inset: 13px; border: 1px solid currentColor; background: currentColor; transform: rotate(45deg); transition: inset .3s cubic-bezier(.2,.8,.2,1), background .25s, transform .3s; }
.cursor-label { position: absolute; top: 25px; left: 25px; min-width: 90px; font: 500 .52rem/1 var(--sans); letter-spacing: .13em; white-space: nowrap; opacity: .72; transition: opacity .2s, transform .3s; }
.site-cursor[data-mode="label"] .cursor-axis-x { width: 72px; }
.site-cursor[data-mode="label"] .cursor-axis-y { height: 72px; }
.site-cursor[data-mode="label"] .cursor-core { inset: -19px; background: transparent; transform: rotate(0); }
.site-cursor[data-mode="label"] .cursor-label { top: 8px; left: 28px; opacity: 1; transform: translateX(8px); }
.site-cursor.is-down .cursor-core { transform: rotate(45deg) scale(.65); }

@media (pointer: fine) {
  body.cursor-ready, body.cursor-ready a, body.cursor-ready button { cursor: none !important; }
  body.cursor-ready dialog { cursor: default !important; }
  body.cursor-ready dialog a, body.cursor-ready dialog button, body.cursor-ready dialog select { cursor: pointer !important; }
  body.cursor-ready dialog input, body.cursor-ready dialog textarea { cursor: text !important; }
  .site-cursor { display: block; }
}

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .8rem 1rem; background: var(--acid); text-decoration: none; }
.skip-link:focus { top: 1rem; }
.section-pad { padding-inline: var(--page); }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.5rem; height: 1px; background: currentColor; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--page); color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s, color .35s, height .35s; }
.site-header.is-scrolled { height: 68px; color: var(--ink); background: rgba(235,232,227,.94); backdrop-filter: blur(12px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: .76rem; font-weight: 500; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 32px; height: 34px; object-fit: contain; transition: filter .35s; }
.site-header.is-scrolled .brand img { filter: invert(1); }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3.5rem); }
.site-nav a { position: relative; padding-block: .5rem; font-size: .72rem; font-weight: 500; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 .2rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 1.2rem; padding: .8rem 1rem !important; border: 1px solid currentColor; }
.nav-cta span { font-size: 1rem; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-content: end; padding: 155px var(--page) 55px; color: white; }
.hero-media, .hero-shade, .hero-grid { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: settle 1.7s cubic-bezier(.2,.75,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(8,10,8,.68) 0, rgba(8,10,8,.3) 54%, rgba(8,10,8,.1)), linear-gradient(0deg, rgba(8,10,8,.62), transparent 47%); }
.hero-grid { opacity: .28; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 8.333vw 8.333vw; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-kicker, .hero-title, .hero-copy, .hero-link, .hero-index { position: relative; z-index: 1; }
.hero-kicker { margin-bottom: clamp(1.8rem, 4vh, 3.6rem); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.hero-title { max-width: 1050px; margin: 0; font: 400 clamp(4.2rem, 9.2vw, 10rem)/.76 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.hero-title span, .hero-title em { display: block; }
.hero-title em { margin-left: clamp(2.5rem, 9vw, 10rem); color: var(--acid); font-weight: 400; }
.hero-copy { max-width: 430px; margin: 2.5rem 0 0 auto; font-size: clamp(.95rem, 1.2vw, 1.15rem); line-height: 1.6; }
.hero-link { width: fit-content; display: inline-flex; align-items: center; gap: 1rem; margin-top: 2rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(255,255,255,.7); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.hero-link span { transition: transform .25s; }
.hero-link:hover span { transform: translateY(.25rem); }
.hero-index { position: absolute; right: var(--page); top: 118px; display: flex; flex-direction: column; gap: .3rem; text-align: right; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.reveal { animation: rise .9s cubic-bezier(.2,.75,.2,1) both; }
.hero-title { animation-delay: .1s; }.hero-copy { animation-delay: .22s; }.hero-link { animation-delay: .3s; }

.ticker { overflow: hidden; background: var(--acid); border-block: 1px solid var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 2.2rem; padding: 1.15rem 0; animation: marquee 30s linear infinite; }
.ticker span { font: italic clamp(1.7rem, 3vw, 3.2rem)/1 var(--serif); white-space: nowrap; }
.ticker b { font-size: .55rem; }

.work { padding-top: clamp(6rem, 12vw, 11rem); padding-bottom: clamp(7rem, 12vw, 12rem); }
.section-intro { display: grid; grid-template-columns: 1fr minmax(420px, 1.15fr) minmax(240px, .7fr); gap: clamp(2rem, 5vw, 6rem); align-items: end; padding-bottom: clamp(4rem, 8vw, 7rem); }
.section-intro h2, .proof h2, .about h2 { margin: 0; font: 400 clamp(3.8rem, 6.3vw, 7rem)/.88 var(--serif); letter-spacing: -.025em; }
.section-intro h2 em, .proof h2 em { font-weight: 400; color: var(--copper); }
.section-intro p { margin: 0; color: var(--muted); line-height: 1.65; }
.filters { display: flex; gap: 0; margin-bottom: 3rem; border-bottom: 1px solid var(--line); }
.filter { padding: .8rem 2rem .9rem 0; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.filter sup { margin-left: .3rem; font-size: .55rem; }
.filter.is-active { color: var(--ink); font-weight: 600; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(2rem, 5vw, 6rem) clamp(1.2rem, 2.5vw, 3rem); }
.project { transition: opacity .3s, transform .3s; }
.project.is-hidden { display: none; }
.project-open { width: 100%; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.project-wide { grid-column: 1 / 9; }.project-tall { grid-column: 9 / 13; margin-top: 14vw; }.project-offset { grid-column: 3 / 12; }.project-half { grid-column: 1 / 7; }.project-half.project-lower { grid-column: 7 / 13; margin-top: 9vw; }.project-concept { grid-column: 2 / 12; margin-top: 4vw; }
.project-image { position: relative; margin: 0; overflow: hidden; background: var(--paper-2); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .4s; }
.image-landscape { aspect-ratio: 16/10; }.image-portrait { aspect-ratio: 4/5; }.image-board { aspect-ratio: 4200/2971; background: #fff; }
.image-board img { object-fit: contain; }
.project-open:hover img { transform: scale(1.025); filter: saturate(.9); }
.image-mark { position: absolute; right: 0; bottom: 0; min-width: 48px; padding: .85rem; background: var(--paper); font-size: .65rem; font-weight: 600; }
.project-meta { display: flex; justify-content: space-between; align-items: start; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.project-copy, .project-category, .project-name { display: block; }
.project-category { margin: 0 0 .25rem; font: 400 clamp(1.9rem, 3vw, 3.2rem)/1 var(--serif); }
.project-name { margin: 0; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.project-arrow { font-size: 1.4rem; transition: transform .25s; }.project-open:hover .project-arrow { transform: translate(.3rem,-.3rem); }

.approach { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; background: var(--ink); color: var(--paper); }
.approach-copy { display: flex; flex-direction: column; justify-content: center; padding-top: 8rem; padding-bottom: 8rem; }
.approach h2 { max-width: 700px; margin: 3rem 0 1.5rem; font: 400 clamp(4rem, 6.5vw, 7.5rem)/.86 var(--serif); color: var(--acid); }
.approach-copy > p { max-width: 590px; margin: 0; color: #b9b9af; font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.75; }
.process-list { margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.process-list li { display: grid; grid-template-columns: 55px 1fr; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: var(--acid); font-size: .65rem; }
.process-list strong { display: block; font: 400 1.55rem var(--serif); }.process-list small { color: #99998f; }
.process-visual { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.process-visual video { width: 100%; height: 100%; object-fit: cover; }
.process-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.process-caption { position: absolute; inset: auto 0 0; pointer-events: none; display: flex; justify-content: space-between; padding: 1rem 1.4rem; background: rgba(40,40,40,.86); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.proof { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 10rem); padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); }
.proof-head { position: sticky; top: 120px; align-self: start; }.proof h2 { margin-top: 3rem; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 55px .65fr 1fr; gap: 1rem; padding: 2.1rem 0; border-bottom: 1px solid var(--line); }
.capability-list article > span { color: var(--copper); font-size: .65rem; }
.capability-list h3 { margin: 0; font: 400 clamp(1.7rem, 2.4vw, 2.7rem)/1 var(--serif); }
.capability-list p { margin: 0; color: var(--muted); line-height: 1.65; }

.about { position: relative; display: grid; grid-template-columns: minmax(280px,.65fr) 1.35fr; min-height: 850px; background: var(--copper); color: #f1efeb; overflow: hidden; }
.about-mark { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.25); }
.about-mark img { width: min(52%, 310px); opacity: .85; }
.about-content { display: flex; flex-direction: column; justify-content: center; padding-top: 8rem; padding-bottom: 8rem; }
.about h2 { margin: 2.5rem 0 1.2rem; color: var(--acid); font-size: clamp(4.8rem, 8.5vw, 10rem); }
.about-lead { max-width: 900px; margin: 0; font: 400 clamp(1.8rem, 3vw, 3.3rem)/1.1 var(--serif); }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); margin-top: 4rem; }
.about-columns > p { max-width: 530px; margin: 0; line-height: 1.75; color: #e5e4e1; }
dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin: 0; }
dt { margin-bottom: .7rem; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
dd { margin: 0; font-size: .86rem; line-height: 1.45; }
.tool-line { margin-top: 4rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.28); font-size: .64rem; letter-spacing: .11em; line-height: 1.7; text-transform: uppercase; }

.selected-index { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem, 9vw, 10rem); padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); }
.selected-head { align-self: start; }
.selected-head h2 { max-width: 760px; margin: 2.6rem 0 1.5rem; font: 400 clamp(3.8rem, 6.3vw, 7rem)/.88 var(--serif); letter-spacing: -.025em; }
.selected-head p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.65; }
.selected-list { border-top: 1px solid var(--line); }
.selected-row { width: 100%; display: grid; grid-template-columns: 52px 1fr minmax(180px,.7fr) 28px; gap: 1rem; align-items: center; padding: 1.55rem 1rem 1.55rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: padding .25s, background .25s, color .25s; }
.selected-row:hover, .selected-row:focus-visible { padding-left: 1rem; background: var(--copper); color: var(--paper); }
.selected-row > span { color: var(--copper); font-size: .62rem; }
.selected-row:hover > span, .selected-row:focus-visible > span { color: var(--acid); }
.selected-row strong { font: 400 clamp(1.55rem, 2.2vw, 2.65rem)/1 var(--serif); white-space: nowrap; }
.selected-row small { color: var(--muted); font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.selected-row:hover small, .selected-row:focus-visible small { color: var(--acid); }
.selected-row i { font-style: normal; font-size: 1.15rem; transition: transform .25s; }
.selected-row:hover i { transform: translate(.25rem,-.25rem); }


.contact { background: var(--ink); color: var(--paper); }
.contact-top { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.contact-top p { margin: 4rem 0 0; color: #9e9e94; font: 400 clamp(2rem,4vw,4rem) var(--serif); }
.contact-trigger { display: block; max-width: 100%; margin: 0; padding: 0 0 .08em; border: 0; border-bottom: 2px solid currentColor; background: none; color: var(--acid); cursor: pointer; font: italic 400 clamp(5rem, 13vw, 15rem)/.78 var(--serif); text-align: left; }
.site-footer { background: var(--ink); color: var(--paper); }
.contact-bottom { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 2rem; padding: 2rem var(--page) 3rem; border-top: 1px solid rgba(255,255,255,.2); }
.contact-bottom div { display: flex; flex-direction: column; gap: .5rem; }
.contact-bottom span { color: #87877e; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-bottom a, .contact-bottom p { margin: 0; font-size: .85rem; text-decoration: none; }
.back-top { align-self: end; font-size: .68rem !important; letter-spacing: .1em; text-transform: uppercase; }

.project-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); overflow: auto; }
.project-dialog::backdrop { background: rgba(0,0,0,.7); }
.dialog-close { position: fixed; z-index: 3; top: 1.4rem; right: 1.4rem; display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; border: 1px solid var(--ink); background: var(--paper); cursor: pointer; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.dialog-close span { font-size: 1.25rem; line-height: .8; }
.dialog-body { padding: clamp(6rem,10vw,10rem) var(--page); }
.dialog-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.dialog-header h2 { margin: 2rem 0 0; font: 400 clamp(4.5rem, 10vw, 11rem)/.8 var(--serif); }
.dialog-header p { max-width: 560px; margin: 0 0 .8rem; color: var(--muted); line-height: 1.7; }
.dialog-gallery { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(1rem,2vw,2rem); }
.dialog-gallery figure { margin: 0; overflow: hidden; background: var(--paper-2); }
.dialog-gallery figure:nth-child(3n+1) { grid-column: span 8; }.dialog-gallery figure:nth-child(3n+2) { grid-column: span 4; }.dialog-gallery figure:nth-child(3n) { grid-column: 3 / span 8; }
.dialog-gallery img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.dialog-gallery figure.is-board { grid-column: 1 / -1; }
.dialog-gallery figure.is-board img { height: auto; min-height: 0; object-fit: contain; }
.dialog-invite { display: grid; grid-template-columns: .6fr 1fr auto; gap: 2rem; align-items: center; margin-top: clamp(5rem,9vw,9rem); padding: 2.5rem 0; border-block: 1px solid var(--line); }
.dialog-invite p { margin: 0; font: 400 clamp(2rem,4vw,4.5rem)/.9 var(--serif); }
.dialog-invite button { display: inline-flex; align-items: center; gap: 1.5rem; padding: 1rem 1.2rem; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }

.contact-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); overflow: auto; }
.contact-dialog::backdrop { background: rgba(0,0,0,.74); }
.contact-sheet { display: grid; grid-template-columns: minmax(360px,.85fr) 1.15fr; min-height: 100%; }
.contact-close { position: fixed; z-index: 4; top: 1.4rem; right: 1.4rem; display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; border: 1px solid var(--ink); background: var(--paper); cursor: pointer; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-close span { font-size: 1.25rem; line-height: .8; }
.brief-intro { position: sticky; top: 0; align-self: start; min-height: 100vh; padding: clamp(6rem,10vw,10rem) var(--page) 4rem; background: var(--ink); color: var(--paper); }
.brief-intro h2 { margin: 3rem 0 2rem; font: 400 clamp(4.5rem,7.6vw,9rem)/.8 var(--serif); letter-spacing: -.03em; }
.brief-intro h2 em { color: var(--acid); font-weight: 400; }
.brief-intro > p { max-width: 570px; margin: 0; color: #b3b3aa; line-height: 1.7; }
.direct-channels { display: grid; grid-template-columns: 1fr 1fr; margin-top: 4rem; border-block: 1px solid rgba(255,255,255,.2); }
.direct-channels a { display: flex; flex-direction: column; gap: .6rem; min-width: 0; padding: 1.2rem 1rem 1.2rem 0; text-decoration: none; }
.direct-channels a + a { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.2); }
.direct-channels span { color: #818178; font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.direct-channels strong { overflow-wrap: anywhere; font-size: .78rem; font-weight: 400; }
.next-steps { margin: 4rem 0 0; padding: 0; list-style: none; }
.next-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.next-steps li > span { color: var(--acid); font-size: .6rem; }
.next-steps p, .next-steps strong, .next-steps small { display: block; margin: 0; }
.next-steps strong { font: 400 1.25rem var(--serif); }
.next-steps small { margin-top: .25rem; color: #85857d; }
.brief-form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 2.2rem 1.5rem; padding: clamp(7rem,10vw,10rem) var(--page) 5rem; }
.brief-context { grid-column: 1 / -1; margin: 0; padding: 1rem 1.2rem; border: 1px solid var(--copper); color: var(--copper); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.brief-required { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.brief-required strong { color: var(--copper); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.brief-required.is-error { color: var(--copper); }
.field { grid-column: 1 / -1; }
.field-half { grid-column: span 1; }
.field label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .7rem; font-size: .65rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.field label span { color: var(--muted); font-size: .55rem; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .85rem 0; background: transparent; color: var(--ink); font: 400 1.15rem/1.4 var(--sans); outline: 0; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--copper); box-shadow: 0 1px 0 var(--copper); }
.brief-form.was-validated .field :invalid { border-color: var(--copper); }
.field input::placeholder, .field textarea::placeholder { color: #9a9a91; font-weight: 300; }
.brief-actions { grid-column: 1 / -1; display: flex; gap: 1rem; align-items: stretch; margin-top: .8rem; }
.brief-submit, .brief-copy { min-height: 54px; padding: .9rem 1.2rem; cursor: pointer; font-size: .65rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.brief-submit { flex: 1; display: flex; justify-content: space-between; gap: 1rem; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.brief-copy { border: 1px solid var(--line); background: transparent; }
.brief-note, .brief-status { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.6; }
.brief-status { min-height: 1.2em; color: var(--copper); }
.brief-fallback { grid-column: 1 / -1; min-height: 220px; padding: 1rem; border: 1px solid var(--copper); background: var(--paper-2); color: var(--ink); font: 400 .82rem/1.55 var(--sans); resize: vertical; }

@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes intro-logo { to { opacity: 1; transform: scale(1); } }
@keyframes intro-orbit { from { transform: rotate(-110deg) scale(.7); opacity: 0; } to { transform: rotate(18deg) scale(1); opacity: .5; } }
@keyframes intro-name { to { opacity: 1; transform: none; } }
@keyframes intro-load { to { transform: translateX(0); } }
@keyframes intro-sheet-away { to { transform: translateY(-100%); } }

:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .intro { display: none; }
}

@media (max-width: 950px) {
  .site-header { height: 68px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; grid-template-columns: auto 22px; gap: 4px .7rem; align-items: center; padding: .6rem 0; color: inherit; cursor: pointer; }
  .menu-toggle span { grid-row: 1 / 3; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }.menu-toggle i { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(2.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-2.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; visibility: hidden; pointer-events: none; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 90px var(--page); color: var(--paper); background: var(--ink); transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.75,.2,1), visibility 0s linear .4s; }
  .site-nav.is-open { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }.site-nav a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); font: 400 3.2rem/1 var(--serif); letter-spacing: 0; text-transform: none; }.nav-cta { margin-top: 2rem; border: 1px solid rgba(255,255,255,.4) !important; padding: 1.2rem !important; font: 500 .75rem var(--sans) !important; letter-spacing: .1em !important; text-transform: uppercase !important; }
  .hero { min-height: 900px; }.hero-title { font-size: clamp(4.2rem, 13vw, 7rem); }.hero-copy { margin-left: 0; }.hero-index { display: none; }
  .section-intro { grid-template-columns: 1fr 1.4fr; }.section-intro > p { grid-column: 2; }
  .project-wide { grid-column: 1 / 10; }.project-tall { grid-column: 8 / 13; }.project-offset, .project-concept { grid-column: 2 / 13; }
  .approach { grid-template-columns: 1fr; }.process-visual { position: relative; height: 780px; order: -1; }.approach-copy { min-height: 850px; }
  .proof { grid-template-columns: 1fr; }.proof-head { position: static; }.capability-list { margin-left: 10vw; }
  .about { grid-template-columns: 1fr; }.about-mark { display: none; }
  .selected-index { grid-template-columns: 1fr; }
  .contact-bottom { grid-template-columns: 1fr 1fr; }.back-top { justify-self: start; }
  .dialog-header { grid-template-columns: 1fr; }.dialog-gallery figure:nth-child(n) { grid-column: span 12; }
  .dialog-invite { grid-template-columns: 1fr; }
  .contact-sheet { grid-template-columns: 1fr; }.brief-intro { position: static; min-height: auto; }.contact-close { color: var(--ink); }
}

@media (max-width: 640px) {
  :root { --page: 20px; }
  html { scroll-snap-type: y proximity; scroll-padding-top: 68px; }
  .brand span { display: none; }
  .hero { min-height: 100svh; padding-top: 110px; padding-bottom: 32px; }.hero-media img { object-position: 61% center; }.hero-title { font-size: clamp(3.1rem, 14.6vw, 4.4rem); line-height: .8; }.hero-title em { margin-left: 1rem; }.hero-copy { max-width: 330px; font-size: .92rem; }.hero-kicker { max-width: 290px; margin-bottom: 2rem; font-size: .58rem; line-height: 1.5; letter-spacing: .12em; }
  .section-intro { grid-template-columns: 1fr; }.section-intro > p { grid-column: auto; }.section-intro h2, .proof h2 { font-size: 3.5rem; }
  .filters { overflow-x: auto; }.filter { flex: 0 0 auto; }
  .project-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; }.project-grid > .project { grid-column: 1 / -1; width: 100%; margin: 0 !important; }.project-tall, .project-offset { width: 100%; margin-left: 0 !important; }.image-portrait { aspect-ratio: 4/5; }.project-meta { align-items: center; gap: .75rem; padding-top: .9rem; }.project-copy { min-width: 0; }.project-category { font-size: clamp(1.9rem, 10vw, 2.8rem); line-height: .95; }.project-name { line-height: 1.4; }.project-arrow { flex: 0 0 auto; }
  .approach-copy { min-height: 0; padding-top: 6rem; padding-bottom: 6rem; }.approach h2 { font-size: 4.2rem; }.process-visual { height: min(720px, calc(100svh - 68px)); min-height: 560px; scroll-snap-align: start; scroll-snap-stop: normal; }
  .proof { gap: 4rem; }.capability-list { margin-left: 0; }.capability-list article { grid-template-columns: 42px 1fr; }.capability-list p { grid-column: 2; }.capability-list h3 { font-size: 2rem; }
  .about h2 { font-size: 5.2rem; }.about-columns { grid-template-columns: 1fr; }dl { grid-template-columns: 1fr 1fr; }
  .selected-head h2 { font-size: 3.5rem; }.selected-row { grid-template-columns: 36px 1fr 24px; }.selected-row strong { white-space: normal; }.selected-row small { grid-column: 2; }.selected-row i { grid-column: 3; grid-row: 1 / 3; }
  .contact-trigger { font-size: 5.2rem; }.contact-bottom { grid-template-columns: 1fr; gap: 1.8rem; }
  .dialog-body { padding-top: 7rem; }.dialog-header { gap: 2rem; }.dialog-header h2 { font-size: 4.5rem; }.dialog-gallery img { min-height: 260px; }
  .dialog-invite button { justify-content: space-between; }.brief-intro { padding-top: 6rem; }.brief-intro h2 { font-size: 4.8rem; }.direct-channels { grid-template-columns: 1fr; }.direct-channels a + a { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }.brief-form { grid-template-columns: 1fr; padding-top: 6rem; }.field-half { grid-column: 1 / -1; }.brief-actions { flex-direction: column; }
  .intro-center { width: min(82vw, 360px); }.intro-logo-frame { width: min(48vw, 190px); }.intro-progress { right: 20px; bottom: 20px; }
}
