:root {
  --ink: #172033;
  --paper: #f4efe7;
  --warm: #e9dfd0;
  --blue: #3159d9;
  --coral: #ed715e;
  --yellow: #f2c14e;
  --line: rgba(23, 32, 51, .18);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Fraunces", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 20; padding: .6rem .9rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.grain { pointer-events: none; position: fixed; inset: 0; z-index: 10; opacity: .32; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }

.site-header, main > section, footer { max-width: 1320px; margin-inline: auto; }
.site-header { min-height: 88px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.wordmark { font-family: var(--mono); font-weight: 500; letter-spacing: -.08em; font-size: 1.25rem; }
.wordmark span { color: var(--coral); }
nav { display: flex; gap: 1.8rem; margin-left: auto; }
nav a, .header-contact { font-family: var(--mono); font-size: .72rem; letter-spacing: .03em; }
nav a { border-bottom: 1px solid transparent; }
nav a:hover, nav a[aria-current="page"] { border-color: currentColor; }
.header-contact span, .text-arrow span, .project-copy a span, .social-links span, .button span, .contact-link span { color: var(--coral); }

.hero { min-height: 690px; padding: 7.6rem 4vw 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow, .section-kicker, .project-type { margin: 0; font: .68rem/1.25 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.status-dot { display: inline-block; width: .55rem; height: .55rem; margin-right: .38rem; border-radius: 50%; background: #4eaa70; box-shadow: 0 0 0 3px rgba(78, 170, 112, .15); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr); align-items: end; gap: 3rem; margin-top: 4.7rem; }
h1, h2, p { text-wrap: balance; }
h1 { max-width: 870px; margin: 0; font: 600 clamp(4rem, 8.6vw, 8.6rem)/.92 var(--serif); letter-spacing: -.065em; }
h1 em { color: var(--blue); font-style: italic; }
.hero-side { position: relative; padding-bottom: .4rem; }
.platform-card { max-width: 360px; margin: 0 0 1.55rem; padding: .85rem .95rem .9rem; border: 1px solid var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--yellow); transform: rotate(-1.5deg); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.hero-side:hover .platform-card { box-shadow: 8px 8px 0 var(--yellow); transform: rotate(0) translateY(-2px); }
.platform-card > span, .platform-card small { display: block; font: .57rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.platform-card > span { color: rgba(23,32,51,.62); }
.platform-card > div { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .45rem; margin: .65rem 0 .55rem; padding: .62rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.platform-card b { font: 600 1rem/1 var(--serif); letter-spacing: -.035em; }
.platform-card i { color: var(--coral); font: .85rem var(--mono); font-style: normal; }
.platform-card small { color: var(--blue); }
.hero-side p { max-width: 350px; margin: 0 0 1.6rem; font-size: 1.04rem; line-height: 1.65; }
.text-arrow { display: inline-flex; gap: 1.4rem; align-items: center; font: .75rem var(--mono); text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid var(--ink); padding-bottom: .35rem; }
.orbit { width: 130px; height: 130px; position: absolute; right: 0; top: -9rem; color: var(--coral); animation: turn 18s linear infinite; }
.orbit svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.orbit circle { fill: currentColor; }
@keyframes turn { to { transform: rotate(360deg); } }
.hero-footer { display: flex; justify-content: space-between; gap: 1rem; padding-top: 3.4rem; color: rgba(23,32,51,.7); font: .64rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.hero-footer b { color: var(--coral); font-size: 1rem; }

.section-rule { border-top: 1px solid var(--line); }
.manifesto { display: grid; grid-template-columns: minmax(180px, .4fr) minmax(0, 1.45fr); gap: 2rem; padding: 5rem 4vw 5.7rem; }
.manifesto-copy { max-width: 910px; margin: -.5rem 0 1.7rem; font: 500 clamp(2rem, 4vw, 4.3rem)/1.08 var(--serif); letter-spacing: -.045em; }
.muted-copy { max-width: 560px; margin: 0; color: rgba(23,32,51,.7); font-size: 1.04rem; line-height: 1.7; }

.explore { padding: 5rem 4vw; }.explore-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 2.4rem; background: var(--line); border: 1px solid var(--line); }.explore-grid a { min-height: 290px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); transition: color .2s, background .2s; }.explore-grid a:hover { background: var(--ink); color: var(--paper); }.explore-grid a:nth-child(2):hover { background: var(--blue); }.explore-grid a:nth-child(3):hover { background: var(--coral); }.explore-grid a:nth-child(4):hover { background: var(--yellow); color: var(--ink); }.explore-grid span, .explore-grid b { font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.explore-grid strong { max-width: 330px; font: 600 1.8rem/1.08 var(--serif); letter-spacing: -.045em; }
.explore-header { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }.explore-prompt { margin: 0; color: rgba(23,32,51,.65); font: 500 clamp(1.1rem, 2vw, 1.55rem)/1.1 var(--serif); letter-spacing: -.03em; }

.page-intro { min-height: 470px; padding: 6.7rem 4vw 5rem; display: flex; flex-direction: column; justify-content: end; }.page-intro h1 { margin: 1.8rem 0 1.6rem; }.page-intro > p:last-child { max-width: 430px; margin: 0; color: rgba(23,32,51,.7); font-size: 1.05rem; line-height: 1.65; }.page-work { padding-top: 0; }.page-notes { min-height: 540px; }.page-about { min-height: 520px; }
.career-ledger { padding: 4.5rem 4vw; }.career-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 2rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.career-grid article { min-height: 270px; padding: 1.35rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.career-grid span { font: .62rem var(--mono); text-transform: uppercase; color: rgba(23,32,51,.62); }.career-grid h2 { margin: 2.3rem 0 .55rem; font: 600 2.15rem/1 var(--serif); letter-spacing: -.06em; }.career-grid p { margin: 0; color: rgba(23,32,51,.75); font-size: .92rem; line-height: 1.62; }.capability-strip { padding: 3.8rem 4vw; background: var(--ink); color: var(--paper); }.capability-strip p:last-child { max-width: 1000px; margin: 1.15rem 0 0; font: 500 clamp(1.65rem, 3.2vw, 3.4rem)/1.12 var(--serif); letter-spacing: -.045em; }.capability-strip .section-kicker { color: #a6b1d5; }
.app-gallery { padding: 5rem 4vw; }.app-gallery-heading { display: grid; grid-template-columns: minmax(190px, .45fr) minmax(0, 1fr); gap: 1.5rem 3rem; margin-bottom: 3rem; }.app-gallery-heading h2 { grid-column: 2; margin: 0; font: 600 clamp(2.6rem, 4.7vw, 5rem)/1 var(--serif); letter-spacing: -.065em; }.app-gallery-heading > p:last-child { grid-column: 2; max-width: 520px; margin: .1rem 0 0; color: rgba(23,32,51,.7); line-height: 1.65; }.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }.app-card { min-width: 0; background: var(--paper); transition: background .25s, transform .35s cubic-bezier(.2,.8,.2,1); }.app-card:hover { background: #fffaf1; transform: translateY(-5px); }.app-card img { width: 100%; aspect-ratio: 1 / .78; display: block; padding: 2rem; object-fit: contain; background: #efede6; }.app-card > div { padding: 1.25rem 1.4rem 1.45rem; }.app-card span, .app-card b { font: .61rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.app-card span { color: rgba(23,32,51,.62); }.app-card h3 { margin: .85rem 0 .55rem; font: 600 clamp(1.8rem, 3vw, 3rem)/1 var(--serif); letter-spacing: -.055em; }.app-card p { min-height: 3.2em; max-width: 520px; margin: 0 0 1.25rem; color: rgba(23,32,51,.74); font-size: .94rem; line-height: 1.65; }.app-card b { padding-bottom: .22rem; border-bottom: 1px solid var(--ink); font-weight: 400; }.app-gallery-source { margin: 1.25rem 0 0; color: rgba(23,32,51,.68); font-size: .82rem; }.app-gallery-source a, .archive-grid a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink); }
.product-preview { width: 100%; aspect-ratio: 1 / .78; overflow: hidden; background: var(--ink); color: var(--paper); }.preview-bar { height: 2rem; display: flex; align-items: center; gap: .32rem; padding: 0 .75rem; border-bottom: 1px solid rgba(255,255,255,.16); font: .58rem var(--mono); color: rgba(255,255,255,.58); }.preview-bar i { width: 6px; height: 6px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }.preview-bar span { margin-left: .35rem; text-transform: none; letter-spacing: 0; color: inherit; }.glyph-columns { height: calc(100% - 2rem); display: grid; grid-template-columns: 1fr 1fr; }.glyph-columns > div { padding: 1.45rem; display: flex; flex-direction: column; justify-content: space-between; }.glyph-columns > div:first-child { background: #27334d; border-right: 1px solid rgba(255,255,255,.13); }.glyph-columns b { font: .8rem/1.8 var(--mono); color: #d8e1ff; }.glyph-columns em { font: italic 1.5rem/1.1 var(--serif); color: #fff9ec; }.glyph-columns strong { font-weight: 600; }.glyph-columns small { font: .55rem var(--mono); text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.48); }.sketch-preview { background: #ebe5d9; color: var(--ink); }.sketch-preview .preview-bar { border-color: rgba(23,32,51,.16); color: rgba(23,32,51,.56); }.sketch-preview .preview-bar i { border-color: rgba(23,32,51,.48); }.sketch-canvas { position: relative; height: calc(100% - 2rem); padding: 1.2rem; background-image: radial-gradient(rgba(23,32,51,.18) 1px, transparent 1px); background-size: 14px 14px; }.sketch-canvas svg { width: 100%; height: 100%; overflow: visible; }.sketch-canvas path { fill: none; stroke: #e55032; stroke-width: 3.6; stroke-linecap: round; stroke-linejoin: round; }.sketch-canvas circle { fill: #263b7c; }.sketch-canvas span { position: absolute; right: 1.25rem; bottom: 1.05rem; padding: .3rem .45rem; background: #fffaf0; font: .55rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }.product-card:hover .product-preview { filter: saturate(1.06); }

.work { padding: 5rem 4vw 0; }
.section-heading { display: grid; grid-template-columns: minmax(180px, .4fr) minmax(0, .8fr); gap: 2rem; padding-bottom: 4.1rem; }
.section-heading > p:last-child { max-width: 410px; margin: 0; color: rgba(23,32,51,.74); font-size: 1rem; line-height: 1.6; }
.project { display: grid; grid-template-columns: 8% 37% 1fr; gap: 2.2rem; align-items: center; min-height: 415px; border-top: 1px solid var(--line); }
.project-number { align-self: start; margin-top: 2rem; font: .67rem var(--mono); color: rgba(23,32,51,.65); }
.project-art { position: relative; min-height: 235px; overflow: hidden; }
.search-art { background: var(--blue); display: grid; place-items: center; }
.search-window { width: 72%; height: 155px; padding: 15px 15px; position: relative; border-radius: 6px; background: #fffcf6; box-shadow: 14px 16px 0 rgba(8, 19, 64, .18); font-family: var(--sans); }
.search-window i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: var(--coral); }
.search-window i:nth-child(2) { background: var(--yellow); }.search-window i:nth-child(3) { background: #5bb987; }
.search-window b { display: block; margin: 17px 0 8px; padding: 7px; color: #7d8190; background: #eceaf0; border-radius: 3px; font-size: .58rem; font-weight: 400; }.search-window b::first-letter { font-size: .8rem; }
.search-window > span { position: absolute; right: 24px; top: 50px; color: var(--blue); }
.search-window small { display: block; font-size: .47rem; color: #9295a1; }.search-window em { display: block; margin-top: 4px; padding-left: 5px; color: #4a4e5e; font-size: .56rem; font-style: normal; }
.canvas-art { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1rem; background: var(--yellow); }.canvas-art svg { width: 93%; height: 160px; }.canvas-art path { fill: none; stroke: var(--ink); stroke-width: 4; stroke-linecap: round; }.canvas-art circle { fill: var(--coral); }.canvas-art span { font: .58rem var(--mono); letter-spacing: .07em; }
.iris-art { display: grid; place-items: center; gap: 1.8rem; background: var(--coral); }.iris-art p { width: 68%; margin: 0; font: 600 1.28rem/1.25 var(--serif); letter-spacing: -.03em; }.wave { display: flex; align-items: center; gap: 5px; height: 55px; }.wave i { display: block; width: 5px; height: 22px; background: var(--ink); border-radius: 6px; }.wave i:nth-child(2), .wave i:nth-child(8) { height: 40px; }.wave i:nth-child(3), .wave i:nth-child(7) { height: 55px; }.wave i:nth-child(4), .wave i:nth-child(6) { height: 31px; }.wave i:nth-child(5) { height: 46px; }
.project-copy { max-width: 470px; }.project-type { margin-bottom: 1rem; color: rgba(23,32,51,.68); }.project h2 { margin: 0 0 .75rem; font: 600 clamp(2.1rem, 3.2vw, 3.5rem)/1 var(--serif); letter-spacing: -.055em; }.project-copy p:not(.project-type) { margin: 0 0 1.35rem; font-size: .96rem; line-height: 1.65; }.project-copy a { display: inline-block; padding-bottom: .25rem; border-bottom: 1px solid var(--ink); font: .69rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }.project-facts { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1rem; margin: 0 0 1.4rem; padding: .9rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.project-facts span { font: .59rem/1.5 var(--mono); text-transform: uppercase; color: rgba(23,32,51,.62); }.project-facts b { display: block; color: var(--ink); font-weight: 500; text-transform: none; letter-spacing: 0; }
.project-archive { padding: 5rem 4vw; }.project-archive h2 { margin: 1.25rem 0 2.5rem; font: 600 clamp(2.4rem, 4vw, 4.2rem)/1 var(--serif); letter-spacing: -.06em; }.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.archive-grid article { min-height: 220px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.archive-grid span { font: .63rem var(--mono); text-transform: uppercase; color: rgba(23,32,51,.62); }.archive-grid h3 { margin: 2rem 0 .5rem; font: 600 2rem/1 var(--serif); letter-spacing: -.05em; }.archive-grid p { max-width: 450px; margin: 0 0 1.15rem; font-size: .92rem; line-height: 1.6; color: rgba(23,32,51,.75); }.archive-grid a { font: .62rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }

.notes { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr); gap: 5vw; padding: 5.2rem 4vw; }.notes-intro h2, .about h2, .contact-panel h2 { margin: 1.2rem 0 1.15rem; font: 600 clamp(2.4rem, 4.1vw, 4.5rem)/1.02 var(--serif); letter-spacing: -.06em; }.notes-intro > p:not(.section-kicker) { max-width: 400px; margin: 0 0 2rem; line-height: 1.65; color: rgba(23,32,51,.7); }.button { display: inline-flex; gap: 1.5rem; padding: .78rem 1rem; border: 1px solid var(--ink); font: .69rem var(--mono); text-transform: uppercase; letter-spacing: .05em; transition: background .2s, color .2s; }.button:hover { background: var(--ink); color: white; }.note-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: 1rem; }.note-card { min-height: 320px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease; }.note-card:hover { transform: translateY(-8px) rotate(-1deg); }.note-card span, .note-card b { font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.note-card strong { font: 600 1.9rem/1.05 var(--serif); letter-spacing: -.04em; }.cobalt { margin-top: 4rem; background: var(--blue); color: white; }.coral { background: var(--coral); }
.article-index { padding: 0 4vw 5rem; }.article-card { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr); gap: 3.5rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }.article-card img { width: 100%; height: 230px; object-fit: cover; background: var(--warm); }.article-card h2 { max-width: 820px; margin: .85rem 0 .7rem; font: 600 clamp(1.9rem, 3.5vw, 3.6rem)/1.04 var(--serif); letter-spacing: -.055em; }.article-card p:not(.section-kicker) { max-width: 650px; margin: 0 0 1.15rem; color: rgba(23,32,51,.72); line-height: 1.65; }.article-card a, .back-link, .article-source a { border-bottom: 1px solid currentColor; padding-bottom: .2rem; font: .67rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }.article-card a span { color: var(--coral); }.article { max-width: 840px; margin: 0 auto; padding: 4rem 4vw 6rem; }.back-link { display: inline-block; margin-bottom: 4.6rem; }.article > .section-kicker { color: rgba(23,32,51,.65); }.article > h1 { margin: 1.1rem 0 3.2rem; font-size: clamp(3rem, 6vw, 6.5rem); }.article-body { font-size: 1.07rem; line-height: 1.8; }.article-body > :first-child { margin-top: 0; }.article-body h2, .article-body h3, .article-body h4 { margin: 2.5em 0 .65em; font-family: var(--serif); line-height: 1.1; letter-spacing: -.035em; }.article-body h2 { font-size: 2.1rem; }.article-body h3 { font-size: 1.65rem; }.article-body h4 { font-size: 1.2rem; }.article-body p, .article-body ul, .article-body ol, .article-body blockquote, .article-body pre { margin: 0 0 1.35rem; }.article-body ul, .article-body ol { padding-left: 1.25rem; }.article-body li + li { margin-top: .35rem; }.article-body a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }.article-body figure { margin: 2.2rem 0; }.article-body figure img { display: block; max-width: 100%; height: auto; }.article-body figcaption { margin-top: .55rem; color: rgba(23,32,51,.62); font: .66rem/1.45 var(--mono); }.article-body blockquote { margin-left: 0; padding: .3rem 0 .3rem 1.2rem; border-left: 3px solid var(--coral); font: 500 1.3rem/1.45 var(--serif); }.article-body pre { overflow-x: auto; padding: 1.2rem; background: var(--ink); color: #e6eaf9; font: .78rem/1.65 var(--mono); }.article-body iframe { width: 100%; max-width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }.article-source { margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .83rem; color: rgba(23,32,51,.67); }

.about { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr); min-height: 590px; }.portrait-frame { position: relative; min-height: 100%; overflow: hidden; background: var(--ink); }.portrait-frame img { width: 100%; height: 100%; min-height: 590px; display: block; object-fit: cover; object-position: center 30%; filter: saturate(.9) contrast(1.03); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s; }.portrait-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(23,32,51,.45)); }.portrait-frame span { position: absolute; z-index: 1; right: 1.4rem; bottom: 1.15rem; color: var(--paper); font: 600 clamp(3.5rem, 8vw, 8rem)/.8 var(--serif); letter-spacing: -.15em; }.portrait-frame span::first-letter { color: var(--yellow); font-style: italic; }.portrait-frame:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.05); }.about-copy { padding: 5.2rem 4vw; }.about-copy h2 { max-width: 700px; }.about-copy > p:not(.section-kicker) { max-width: 600px; line-height: 1.72; color: rgba(23,32,51,.75); }.social-links { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.3rem; }.social-links a { padding: .55rem .76rem; border: 1px solid var(--line); font: .68rem var(--mono); transition: background .2s; }.social-links a:hover { background: var(--yellow); border-color: var(--yellow); }
.personal-console { max-width: 560px; margin-top: 2rem; padding: 1.1rem 1.2rem; background: var(--ink); color: var(--paper); font: .7rem/1.7 var(--mono); }.personal-console > span { color: #9aa5c7; }.personal-console p { margin: .35rem 0 0; }.personal-console b { color: var(--yellow); font-weight: 400; }.personal-console i { color: var(--coral); font-style: normal; }
.talks-list { padding: 1.1rem 4vw 4.5rem; }.talk-item { display: grid; grid-template-columns: minmax(180px, .42fr) 1fr minmax(240px, .65fr); gap: 2rem; align-items: baseline; padding: 2.6rem 0; border-bottom: 1px solid var(--line); }.talk-item div { display: grid; gap: .35rem; font: .62rem/1.45 var(--mono); text-transform: uppercase; color: rgba(23,32,51,.68); }.talk-item h2 { margin: 0; font: 600 clamp(1.8rem, 2.8vw, 3rem)/1 var(--serif); letter-spacing: -.055em; }.talk-item p { margin: 0; color: rgba(23,32,51,.72); line-height: 1.65; }.community-strip { padding: 4rem 4vw 5rem; background: var(--blue); color: white; }.community-strip p:last-child { max-width: 880px; margin: 1.3rem 0 0; font: 500 clamp(1.6rem, 3vw, 3.1rem)/1.15 var(--serif); letter-spacing: -.045em; }
.contact-panel { padding: 6rem 4vw 7rem; background: var(--warm); }.contact-panel h2 { max-width: 950px; font-size: clamp(3rem, 6vw, 6.4rem); }.contact-link { display: inline-block; margin-top: 1.5rem; padding-bottom: .4rem; border-bottom: 2px solid var(--ink); font: 500 clamp(1.1rem, 2vw, 1.7rem) var(--mono); letter-spacing: -.05em; }
footer { padding: 1.3rem 4vw; display: flex; justify-content: space-between; gap: 1rem; font: .64rem var(--mono); text-transform: uppercase; letter-spacing: .05em; background: var(--ink); color: var(--paper); } footer a { border-bottom: 1px solid currentColor; }

.js .page-intro > *, .js .manifesto > *, .js .career-ledger, .js .project, .js .app-gallery, .js .project-archive, .js .capability-strip, .js .notes-intro, .js .note-card, .js .portrait-frame, .js .about-copy, .js .talk-item, .js .community-strip { opacity: 0; transform: translateY(20px); transition: opacity .65s cubic-bezier(.2,.8,.2,1), transform .65s cubic-bezier(.2,.8,.2,1); }.js .is-visible { opacity: 1; transform: translateY(0); }.js .explore-grid a:nth-child(2), .js .project:nth-child(2), .js .note-card:nth-child(2), .js .talk-item:nth-child(2) { transition-delay: .1s; }.js .explore-grid a:nth-child(3), .js .project:nth-child(3), .js .talk-item:nth-child(3) { transition-delay: .18s; }.js .explore-grid a:nth-child(4), .js .talk-item:nth-child(4) { transition-delay: .26s; }.status-dot { animation: pulse 1.8s ease-in-out infinite; }@keyframes pulse { 50% { transform: scale(.7); opacity: .65; } }@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

@media (max-width: 760px) { .site-header { min-height: 68px; }.header-contact { display: none; } nav { gap: .9rem; }.hero { min-height: 680px; padding-top: 5.6rem; }.hero-grid { grid-template-columns: 1fr; gap: 4rem; margin-top: 3.6rem; }.hero-side { padding-left: 17%; }.orbit { right: 8%; top: -10rem; }.manifesto, .section-heading, .notes, .about { grid-template-columns: 1fr; }.manifesto, .work, .notes { padding-top: 3.7rem; padding-bottom: 3.7rem; }.explore { padding-top: 3.7rem; padding-bottom: 3.7rem; }.explore-grid { grid-template-columns: 1fr; }.explore-grid a { min-height: 200px; }.page-intro { min-height: 390px; padding-top: 4.8rem; padding-bottom: 3.8rem; }.career-ledger { padding-top: 3.7rem; padding-bottom: 3.7rem; }.career-grid { grid-template-columns: 1fr; }.career-grid article { min-height: 180px; }.career-grid h2 { margin-top: 1.4rem; }.section-heading { padding-bottom: 2.7rem; }.project { grid-template-columns: 1fr; gap: 1.25rem; padding: 2rem 0 2.8rem; }.project-number { margin: 0; }.project-art { min-height: 220px; }.project-copy { max-width: 560px; }.project-facts { max-width: 500px; }.app-gallery { padding-top: 3.7rem; padding-bottom: 3.7rem; }.app-gallery-heading { grid-template-columns: 1fr; gap: 1rem; }.app-gallery-heading h2, .app-gallery-heading > p:last-child { grid-column: auto; }.app-grid { grid-template-columns: 1fr; }.app-card img { aspect-ratio: 1 / .7; }.project-archive { padding-top: 3.7rem; padding-bottom: 3.7rem; }.archive-grid { grid-template-columns: 1fr; }.talk-item { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 0; }.note-cards { max-width: 580px; }.article-card { grid-template-columns: 1fr; gap: 1.3rem; }.article-card img { height: 190px; }.article { padding-top: 2.8rem; }.back-link { margin-bottom: 3rem; }.article-body { font-size: 1rem; }.portrait-frame, .portrait-frame img { min-height: 460px; }.about-copy { padding: 3.7rem 4vw; }.contact-panel { padding-top: 4rem; padding-bottom: 4.5rem; } footer { flex-wrap: wrap; }.hero-footer { padding-top: 2.3rem; } }
@media (max-width: 430px) { nav a { font-size: .63rem; }.hero { min-height: 620px; }.hero-side { padding-left: 0; }.orbit { width: 105px; height: 105px; top: -8rem; }.hero-footer span:first-child { max-width: 190px; }.note-cards { grid-template-columns: 1fr; }.cobalt { margin-top: 0; }.note-card { min-height: 230px; }.about-mark { min-height: 240px; } footer { flex-direction: column; } }

/* Keep the personal monogram intentionally quiet and lower-case. */
.wordmark, .portrait-frame span { text-transform: lowercase; }

/* Case studies */
.case-hero { max-width: 1040px; padding: 8rem 4vw 4.5rem; }.case-hero .back-link { margin-bottom: 3.5rem; }.case-hero h1 { max-width: 960px; margin: 1.15rem 0 1.5rem; }.case-lede { max-width: 650px; margin: 0; font: 500 clamp(1.35rem, 2.4vw, 2.15rem)/1.32 var(--serif); letter-spacing: -.035em; }.case-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; max-width: 830px; margin: 3rem 0 0; border: 1px solid var(--line); background: var(--line); }.case-facts div { padding: 1rem; background: var(--paper); }.case-facts dt { margin-bottom: .55rem; color: rgba(23,32,51,.6); font: .6rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }.case-facts dd { margin: 0; font: 600 1.12rem/1.15 var(--serif); letter-spacing: -.025em; }.case-media { max-width: 1120px; margin: 0 auto; padding: 0 4vw 5rem; }.case-media img { display: block; width: 100%; max-height: 680px; object-fit: contain; border: 1px solid var(--line); background: #e9e6de; }.case-media figcaption { margin-top: .65rem; color: rgba(23,32,51,.58); font: .62rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.case-media-gok img { object-fit: cover; }.case-media-screen { max-width: 520px; }.case-story { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--line); }.case-story article { min-height: 400px; padding: 2.2rem 4vw 2.6rem; background: var(--paper); }.case-story h2 { margin: 1.6rem 0 1rem; font: 600 clamp(1.8rem, 2.7vw, 2.9rem)/1.02 var(--serif); letter-spacing: -.055em; }.case-story p, .case-story li { color: rgba(23,32,51,.75); font-size: .96rem; line-height: 1.68; }.case-story ul { margin: 0; padding-left: 1.15rem; }.case-story li + li { margin-top: .8rem; }.case-story b { color: var(--ink); }.case-link { display: inline-block; margin-top: 1.3rem; padding-bottom: .22rem; border-bottom: 1px solid var(--ink); font: .66rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }
@media (max-width: 760px) { .case-hero { padding-top: 5rem; padding-bottom: 3.5rem; }.case-hero .back-link { margin-bottom: 2.5rem; }.case-facts, .case-story { grid-template-columns: 1fr; }.case-story article { min-height: 0; padding: 2rem 4vw 2.4rem; }.case-media { padding-bottom: 3.6rem; } }
