:root {
  --ink: #080b09;
  --ink-raised: #111512;
  --paper: #ebe9dd;
  --paper-soft: #d4d3c8;
  --green: #75ef88;
  --green-dark: #2f7f3d;
  --line: rgba(235, 233, 221, .18);
  --line-dark: rgba(8, 11, 9, .18);
  --muted: #939b93;
  --display: "Instrument Serif", Georgia, serif;
  --sans: "IBM Plex Sans", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); color: var(--paper); scroll-behavior: smooth; }
body { background: var(--ink); font-family: var(--sans); margin: 0; min-width: 320px; overflow-x: clip; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { -webkit-tap-highlight-color: transparent; color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }

.icon { fill: none; flex: 0 0 auto; height: 16px; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.5; width: 16px; }
.signal-icon { fill: var(--green); flex: 0 0 auto; height: 10px; width: 10px; }

.skip-link { background: var(--green); color: var(--ink); font-family: var(--mono); font-size: 11px; left: 16px; padding: 11px 15px; position: fixed; top: -64px; transition: top 160ms var(--ease-out); z-index: 200; }
.skip-link:focus { top: 16px; }

.site-header { align-items: center; backdrop-filter: blur(20px); background: rgba(8, 11, 9, .88); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 280px 1fr 228px; min-height: 82px; padding: 0 clamp(22px, 3.2vw, 52px); position: sticky; top: 0; z-index: 100; }
.brand { align-items: center; display: flex; gap: 14px; min-width: 0; width: fit-content; }
.brand-mark { align-items: center; display: flex; height: 34px; width: 46px; }
.brand-mark img { height: 30px; object-fit: contain; width: 46px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 18px; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; margin-top: 7px; text-transform: uppercase; }
.site-header nav { display: flex; gap: clamp(28px, 4vw, 62px); justify-content: center; }
.site-header nav a { border-bottom: 1px solid transparent; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; padding: 9px 0; text-transform: uppercase; transition: border-color 160ms ease, color 160ms ease; }
.updates-link { align-items: center; border: 1px solid var(--line); display: flex; font-family: var(--mono); font-size: 10px; justify-content: space-between; justify-self: end; letter-spacing: .06em; min-height: 44px; padding: 0 14px; text-transform: uppercase; transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 140ms var(--ease-out); width: 218px; }
.updates-link span, .updates-link b { align-items: center; display: flex; gap: 8px; }
.updates-link b { color: var(--green); font-weight: 500; }

.eyebrow { align-items: center; color: var(--muted); display: inline-flex; font-family: var(--mono); font-size: 10px; font-weight: 500; gap: 11px; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.section-label { color: var(--green-dark); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.hero { align-items: center; display: flex; min-height: max(760px, calc(100svh - 82px)); overflow: hidden; padding: clamp(84px, 9vw, 144px) clamp(22px, 3.2vw, 52px) 122px; position: relative; }
.hero-art { inset: 0; margin: 0; position: absolute; }
.hero-art img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-copy { max-width: min(52vw, 790px); position: relative; z-index: 2; }
.hero h1 { font-family: var(--display); font-size: clamp(80px, 8.3vw, 134px); font-weight: 400; letter-spacing: -.058em; line-height: .82; margin: 46px 0 36px; }
.hero h1 em { color: var(--green); display: block; font-weight: 400; }
.hero-deck { color: var(--paper-soft); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.65; margin: 0; max-width: 680px; }
.hero-actions { align-items: center; display: flex; gap: 30px; margin-top: 42px; }
.primary-link, .secondary-link { align-items: center; display: inline-flex; font-family: var(--mono); font-size: 10px; font-weight: 600; gap: 28px; justify-content: space-between; letter-spacing: .06em; min-height: 50px; text-transform: uppercase; transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 140ms var(--ease-out); }
.primary-link { background: var(--green); color: var(--ink); min-width: 218px; padding: 0 18px; }
.secondary-link { border-bottom: 1px solid var(--line); color: var(--paper-soft); min-height: 38px; }
.hero-caption { align-items: center; background: rgba(8, 11, 9, .82); border: 1px solid var(--line); bottom: 30px; display: grid; font-family: var(--mono); font-size: 9px; grid-template-columns: repeat(3, auto); letter-spacing: .08em; position: absolute; right: clamp(22px, 3.2vw, 52px); text-transform: uppercase; z-index: 2; }
.hero-caption span { border-right: 1px solid var(--line); padding: 12px 15px; }
.hero-caption span:nth-child(2) { color: var(--green); }
.hero-caption span:last-child { border-right: 0; }

.thesis { background: var(--paper); color: var(--ink); display: grid; gap: clamp(42px, 5vw, 74px); grid-template-columns: 132px minmax(440px, 1.18fr) minmax(330px, .82fr); padding: clamp(112px, 11vw, 176px) clamp(22px, 3.2vw, 52px); }
.thesis .section-label { color: var(--green-dark); }
.thesis blockquote { font-family: var(--display); font-size: clamp(58px, 6.2vw, 98px); letter-spacing: -.052em; line-height: .88; margin: 0; max-width: 1040px; }
.thesis-note { align-self: end; border-top: 1px solid var(--ink); padding-top: 25px; }
.thesis-note p { color: #505750; font-size: 14px; line-height: 1.72; margin: 0; }
.thesis-note p + p { margin-top: 20px; }

.gaps { background: var(--ink); padding: clamp(108px, 10vw, 164px) clamp(22px, 3.2vw, 52px) clamp(110px, 9vw, 150px); }
.section-head { display: grid; gap: clamp(36px, 4vw, 60px); grid-template-columns: 132px minmax(440px, 1.22fr) minmax(300px, .78fr); }
.section-head h2 { font-family: var(--display); font-size: clamp(58px, 6vw, 94px); font-weight: 400; letter-spacing: -.052em; line-height: .87; margin: 0; max-width: 1000px; }
.section-head > p { align-self: end; color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; max-width: 470px; }
.gap-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 86px; }
.gap-grid article { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 360px; padding: 28px; position: relative; transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease-out); }
.gap-grid article > span { color: var(--green); font-family: var(--display); font-size: 34px; }
.gap-grid article > small { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; margin-top: 25px; text-transform: uppercase; }
.gap-grid h3 { font-family: var(--display); font-size: clamp(32px, 2.4vw, 40px); font-weight: 400; letter-spacing: -.038em; line-height: .96; margin: 22px 0 13px; }
.gap-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; max-width: 360px; }
.gap-grid code { bottom: 28px; color: var(--muted); font-family: var(--mono); font-size: 9px; left: 28px; letter-spacing: .05em; position: absolute; text-transform: uppercase; }

.updates { background: var(--paper); color: var(--ink); padding: clamp(110px, 11vw, 170px) clamp(22px, 3.2vw, 52px); }
.updates .section-label { color: var(--green-dark); }
.updates .section-head > p { color: #5b625b; }
.updates-widget { background: var(--ink); color: var(--paper); display: grid; gap: clamp(34px, 5vw, 76px); grid-template-columns: minmax(390px, 1.1fr) minmax(310px, .9fr); margin-top: 82px; min-height: 445px; padding: clamp(34px, 4vw, 58px); position: relative; transition: box-shadow 180ms var(--ease-out), transform 180ms var(--ease-out); }
.updates-widget-copy { align-self: center; max-width: 650px; }
.updates-count { color: var(--green); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.updates-widget h3 { font-family: var(--display); font-size: clamp(56px, 5.4vw, 84px); font-weight: 400; letter-spacing: -.052em; line-height: .83; margin: 36px 0 24px; max-width: 650px; }
.updates-widget-copy p { color: var(--paper-soft); font-size: 15px; line-height: 1.72; margin: 0; max-width: 560px; }
.updates-cta { align-items: center; border-bottom: 1px solid var(--green); color: var(--green); display: inline-flex; font-family: var(--mono); font-size: 10px; font-weight: 500; gap: 14px; letter-spacing: .07em; margin-top: 38px; padding-bottom: 8px; text-transform: uppercase; }
.updates-index { align-self: end; border-left: 1px solid var(--line); display: grid; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.updates-index span { border-bottom: 1px solid var(--line); color: var(--muted); padding: 19px 20px; }
.updates-index span:first-child { border-top: 1px solid var(--line); }

.updates-page { background: var(--ink); }
.updates-page-hero { align-items: end; display: flex; min-height: max(650px, calc(100svh - 82px)); overflow: hidden; padding: clamp(88px, 10vw, 164px) clamp(22px, 10vw, 160px) clamp(88px, 10vw, 150px); position: relative; }
.updates-page-hero::before { background-image: linear-gradient(rgba(235, 233, 221, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(235, 233, 221, .07) 1px, transparent 1px); background-size: 74px 74px; content: ""; inset: 0; mask-image: linear-gradient(135deg, black, transparent 74%); opacity: .65; pointer-events: none; position: absolute; }
.updates-page-hero::after { border: 1px solid rgba(117, 239, 136, .28); border-radius: 50%; content: ""; height: min(67vw, 920px); position: absolute; right: -15vw; top: -16vw; width: min(67vw, 920px); }
.updates-page-hero-copy { max-width: 870px; position: relative; z-index: 1; }
.updates-page-hero h1 { font-family: var(--display); font-size: clamp(78px, 9vw, 148px); font-weight: 400; letter-spacing: -.065em; line-height: .78; margin: 45px 0 38px; }
.updates-page-hero h1 em { color: var(--green); font-weight: 400; }
.updates-page-hero-copy > p:not(.eyebrow) { color: var(--paper-soft); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.65; margin: 0; max-width: 590px; }
.updates-page-number { bottom: clamp(42px, 5vw, 86px); color: rgba(235, 233, 221, .055); font-family: var(--display); font-size: min(40vw, 580px); font-style: italic; line-height: .65; pointer-events: none; position: absolute; right: clamp(18px, 5vw, 80px); }
.updates-archive { background: var(--paper); color: var(--ink); padding: clamp(110px, 11vw, 170px) clamp(22px, 3.2vw, 52px); }
.updates-archive .section-head > p { color: #5b625b; }
.updates-archive-item { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); display: grid; gap: clamp(34px, 6vw, 100px); grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr); margin-top: 82px; padding: 34px 0 42px; }
.updates-archive-item-meta { align-content: start; display: flex; flex-direction: column; font-family: var(--mono); font-size: 10px; gap: 11px; letter-spacing: .08em; text-transform: uppercase; }
.updates-archive-item-meta span:first-child { color: var(--green-dark); font-family: var(--display); font-size: 48px; letter-spacing: -.04em; line-height: .8; }
.updates-archive-item-meta span:nth-child(2), .updates-archive-item-meta span:nth-child(3) { color: #5b625b; }
.updates-archive-item-copy { max-width: 760px; }
.updates-archive-item-copy h3 { font-family: var(--display); font-size: clamp(50px, 5.5vw, 84px); font-weight: 400; letter-spacing: -.052em; line-height: .87; margin: 0 0 22px; }
.updates-archive-item-copy h3 a { transition: color 160ms ease; }
.updates-archive-item-copy p { color: #505750; font-size: 15px; line-height: 1.72; margin: 0; max-width: 600px; }
.updates-archive-item-link { align-items: center; border-bottom: 1px solid var(--green-dark); color: var(--green-dark); display: inline-flex; font-family: var(--mono); font-size: 10px; gap: 13px; letter-spacing: .07em; margin-top: 31px; padding-bottom: 8px; text-transform: uppercase; }
.updates-article-page { background: var(--ink); }
.updates-article-hero { align-items: end; display: flex; min-height: max(650px, calc(100svh - 82px)); overflow: hidden; padding: clamp(88px, 10vw, 164px) clamp(22px, 10vw, 160px) clamp(88px, 10vw, 150px); position: relative; }
.updates-article-hero::before { background-image: linear-gradient(rgba(235, 233, 221, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(235, 233, 221, .07) 1px, transparent 1px); background-size: 74px 74px; content: ""; inset: 0; mask-image: linear-gradient(135deg, black, transparent 74%); opacity: .65; pointer-events: none; position: absolute; }
.updates-article-hero::after { border: 1px solid rgba(117, 239, 136, .28); border-radius: 50%; content: ""; height: min(67vw, 920px); position: absolute; right: -15vw; top: -16vw; width: min(67vw, 920px); }
.updates-article-hero-copy { max-width: 900px; position: relative; z-index: 1; }
.updates-article-hero h1 { font-family: var(--display); font-size: clamp(78px, 9vw, 148px); font-weight: 400; letter-spacing: -.065em; line-height: .78; margin: 45px 0 38px; }
.updates-article-hero h1 em { color: var(--green); font-weight: 400; }
.updates-article-hero h1 em.manifesto-term { color: var(--green); }
.updates-article-hero h1:not(:has(em.manifesto-term)) em { color: var(--green); }
.updates-article-hero h1:has(em.manifesto-term) { color: var(--paper-soft); }
.updates-article-deck { color: var(--paper-soft); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.65; margin: 0; max-width: 650px; }
.updates-article-meta { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 26px; margin-top: 42px; padding-top: 15px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.updates-article-body { background: var(--paper); color: var(--ink); padding: clamp(100px, 10vw, 160px) 22px clamp(110px, 11vw, 170px); }
.updates-article-body-inner { margin: 0 auto; max-width: 740px; }
.updates-article-body p, .updates-article-body li { color: #3f463f; font-size: 17px; line-height: 1.82; }
.updates-article-body p { margin: 0 0 27px; }
.updates-article-lead { color: var(--ink) !important; font-family: var(--display); font-size: clamp(35px, 4vw, 53px) !important; letter-spacing: -.035em; line-height: 1.02 !important; margin-bottom: 42px !important; }
.updates-article-rule { border-top: 1px solid var(--ink); margin: 59px 0 53px; }
.updates-article-body h2 { font-family: var(--display); font-size: clamp(46px, 5vw, 72px); font-weight: 400; letter-spacing: -.05em; line-height: .9; margin: 0 0 30px; }
.updates-article-body ul { margin: 0 0 34px; padding-left: 24px; }
.updates-article-body li { margin: 0 0 14px; padding-left: 7px; }
.updates-article-back { border-bottom: 1px solid var(--green-dark); color: var(--green-dark); display: inline-block; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; margin-top: 27px; padding-bottom: 8px; text-transform: uppercase; }
.updates-article-body blockquote { border-left: 2px solid var(--ink); margin: 0 0 27px; padding: 0 0 0 22px; }
.updates-article-body blockquote p { font-family: var(--display); font-size: clamp(26px, 2.6vw, 34px); font-style: italic; letter-spacing: -.02em; line-height: 1.18; margin: 0; }
.updates-article-body pre { background: var(--ink); border-radius: 2px; color: var(--paper); font-family: var(--mono); font-size: 13px; line-height: 1.7; margin: 0 0 27px; overflow-x: auto; padding: 18px 22px; white-space: pre; }
.updates-article-body pre code { background: none; border: 0; color: inherit; font-size: inherit; padding: 0; }
.updates-article-body ol { margin: 0 0 34px; padding-left: 24px; }
.updates-article-body ol li { margin: 0 0 14px; padding-left: 7px; }
.updates-article-coda { border-top: 1px solid var(--ink); font-family: var(--display) !important; font-size: clamp(26px, 2.8vw, 36px) !important; letter-spacing: -.025em; line-height: 1.15 !important; margin-top: 50px !important; padding-top: 30px; }

.about-page { background: var(--ink); color: var(--paper); }
.about-hero { align-items: end; border-bottom: 1px solid var(--line); display: grid; gap: clamp(50px, 8vw, 140px); grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr); min-height: 690px; padding: clamp(110px, 13vw, 190px) clamp(22px, 3.2vw, 52px) 76px; }
.about-hero-copy { max-width: 1050px; }
.about-hero h1 { font-family: var(--display); font-size: clamp(74px, 9.2vw, 144px); font-weight: 400; letter-spacing: -.06em; line-height: .79; margin: 45px 0 36px; }
.about-hero h1 em { color: var(--green); font-weight: 400; }
.about-hero-copy > p:last-child { color: var(--paper-soft); font-size: clamp(17px, 1.6vw, 22px); line-height: 1.5; margin: 0; max-width: 670px; }
.about-coordinate { border-left: 1px solid var(--line); display: flex; flex-direction: column; min-height: 230px; padding: 4px 0 0 30px; }
.about-coordinate span, .about-coordinate small { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.about-coordinate b { color: var(--green); font-family: var(--display); font-size: clamp(70px, 7vw, 110px); font-weight: 400; letter-spacing: -.06em; line-height: 1; margin: auto 0; }
.about-statement { background: var(--paper); color: var(--ink); display: grid; gap: clamp(40px, 8vw, 150px); grid-template-columns: 150px minmax(0, 1fr); padding: clamp(100px, 12vw, 170px) clamp(22px, 3.2vw, 52px); }
.about-statement h2 { font-family: var(--display); font-size: clamp(58px, 7.2vw, 112px); font-weight: 400; letter-spacing: -.055em; line-height: .88; margin: 0 0 44px; max-width: 1120px; }
.about-statement div > p { color: #4f574f; font-size: 17px; line-height: 1.75; margin: 0; max-width: 720px; }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.about-principles article { border-right: 1px solid var(--line); min-height: 430px; padding: 52px clamp(28px, 3vw, 48px); }
.about-principles article:last-child { border-right: 0; }
.about-principles span { color: var(--green); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.about-principles h2 { font-family: var(--display); font-size: clamp(42px, 4vw, 62px); font-weight: 400; letter-spacing: -.045em; line-height: .95; margin: 110px 0 28px; }
.about-principles p { color: var(--muted); font-size: 14px; line-height: 1.72; margin: 0; max-width: 390px; }
.about-links { background: var(--green); color: var(--ink); display: grid; gap: clamp(50px, 8vw, 140px); grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr); padding: clamp(88px, 10vw, 145px) clamp(22px, 3.2vw, 52px); }
.about-links .section-label { color: var(--ink); }
.about-links h2 { font-family: var(--display); font-size: clamp(68px, 8vw, 118px); font-weight: 400; letter-spacing: -.055em; line-height: .85; margin: 35px 0 0; }
.about-link-list { border-top: 1px solid var(--ink); }
.about-link-list a { align-items: center; border-bottom: 1px solid var(--ink); display: flex; font-family: var(--mono); font-size: 10px; justify-content: space-between; letter-spacing: .06em; min-height: 78px; text-transform: uppercase; transition: background 160ms ease, padding 160ms var(--ease-out); }
.about-link-list a span { opacity: .62; }
.about-link-list a b { font-weight: 600; }
.subscribe-form { margin-top: 40px; text-align: left; width: min(100%, 610px); }
.subscribe-form label { color: var(--paper); display: block; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .09em; margin-bottom: 11px; text-transform: uppercase; }
.subscribe-controls { display: flex; gap: 10px; }
.subscribe-controls input[type="email"] { appearance: none; background: transparent; border: 1px solid var(--line); border-radius: 0; color: var(--paper); flex: 1 1 260px; font-family: var(--sans); font-size: 15px; min-height: 52px; min-width: 0; outline: none; padding: 0 15px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.subscribe-controls input[type="email"]::placeholder { color: var(--muted); }
.subscribe-controls input[type="email"]:focus { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.subscribe-controls button { align-items: center; appearance: none; background: var(--paper); border: 1px solid var(--paper); border-radius: 0; color: var(--ink); cursor: pointer; display: inline-flex; flex: 0 0 auto; font-family: var(--mono); font-size: 10px; font-weight: 600; gap: 22px; justify-content: space-between; letter-spacing: .07em; min-height: 52px; padding: 0 16px; text-transform: uppercase; transition: background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease; }
.subscribe-controls button:disabled { cursor: wait; opacity: .7; }
.subscribe-controls button:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.subscribe-honeypot { height: 1px; left: -9999px; overflow: hidden; position: absolute; width: 1px; }
.subscribe-note, .subscribe-feedback { font-family: var(--mono); font-size: 9px; letter-spacing: .02em; line-height: 1.6; margin: 10px 0 0; }
.subscribe-note { color: var(--muted); }
.subscribe-note a { border-bottom: 1px solid currentColor; }
.subscribe-feedback { min-height: 1.6em; }
.subscribe-feedback.is-success { color: var(--green); }
.subscribe-feedback.is-error { color: #ff9f8f; }
.subscribe-form-light { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); margin-top: 84px; padding: 24px 0; width: min(100%, 700px); }
.subscribe-form-light label { color: var(--ink); }
.subscribe-form-light .subscribe-controls input[type="email"] { border-color: var(--line-dark); color: var(--ink); }
.subscribe-form-light .subscribe-controls input[type="email"]:focus { border-color: var(--green-dark); box-shadow: inset 0 0 0 1px var(--green-dark); }
.subscribe-form-light .subscribe-controls button { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.subscribe-form-light .subscribe-controls button:focus-visible { outline-color: var(--green-dark); }
.subscribe-form-light .subscribe-note { color: #505750; }
.subscribe-form-light .subscribe-feedback.is-success { color: var(--green-dark); }

.work { background: var(--paper); color: var(--ink); padding: clamp(110px, 11vw, 170px) clamp(22px, 3.2vw, 52px) 120px; }
.work .section-label { color: var(--green-dark); }
.work .section-head > p { color: #5b625b; }
.barter-card { background: var(--ink); color: var(--paper); display: grid; gap: clamp(40px, 5vw, 76px); grid-template-columns: minmax(370px, .76fr) minmax(520px, 1.24fr); margin-top: 82px; min-height: 560px; overflow: hidden; padding: clamp(34px, 4vw, 58px); position: relative; transition: box-shadow 180ms var(--ease-out), transform 180ms var(--ease-out); }
.barter-card-copy { align-self: center; max-width: 660px; min-width: 0; }
.barter-card-copy > span { align-items: center; color: var(--green); display: flex; font-family: var(--mono); font-size: 10px; gap: 10px; letter-spacing: .1em; }
.barter-card h3 { font-family: var(--display); font-size: clamp(76px, 7vw, 112px); font-weight: 400; letter-spacing: -.055em; line-height: .8; margin: 40px 0 30px; }
.barter-card-copy p { color: var(--paper-soft); font-size: 15px; line-height: 1.72; margin: 0; max-width: 610px; }
.barter-card-copy > b { align-items: center; border-bottom: 1px solid var(--green); color: var(--green); display: inline-flex; font-family: var(--mono); font-size: 10px; font-weight: 500; gap: 14px; letter-spacing: .07em; margin-top: 38px; padding-bottom: 8px; text-transform: uppercase; }
.barter-visual { align-self: stretch; border: 1px solid var(--line); margin: 0; min-height: 420px; min-width: 0; overflow: hidden; width: 100%; }
.barter-visual img { height: 100%; object-fit: cover; width: 100%; }
.barter-card > small { bottom: 25px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; position: absolute; right: clamp(34px, 4vw, 58px); }

.closing { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-direction: column; min-height: 700px; justify-content: center; padding: 112px 30px; text-align: center; }
.closing h2 { font-family: var(--display); font-size: clamp(72px, 8vw, 126px); font-weight: 400; letter-spacing: -.058em; line-height: .8; margin: 46px 0 34px; }
.closing h2 em { color: var(--green); font-weight: 400; }
.closing > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0 0 36px; max-width: 620px; }
.primary-link-light { background: var(--paper); }

.site-footer { align-items: center; display: grid; gap: 26px; grid-template-columns: 1fr auto auto; min-height: 132px; padding: 32px clamp(22px, 3.2vw, 52px); }
.footer-links { display: flex; gap: 22px; }
.footer-links a, .site-footer > p { color: var(--muted); font-family: var(--mono); font-size: 9px; margin: 0; text-transform: uppercase; transition: color 160ms ease; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 640ms var(--ease-out), transform 640ms var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-caption.reveal { transition-delay: 120ms; }
.gap-grid article:nth-child(2) { transition-delay: 45ms; }
.gap-grid article:nth-child(3) { transition-delay: 90ms; }
.gap-grid article:nth-child(4) { transition-delay: 135ms; }

.updates-link:active, .primary-link:active, .secondary-link:active, .updates-widget:active { transform: scale(.97); }

@media (hover: hover) and (pointer: fine) {
  .site-header nav a:hover { border-color: var(--green); color: var(--paper); }
  .updates-link:hover { background: var(--green); border-color: var(--green); color: var(--ink); }
  .updates-link:hover b { color: var(--ink); }
  .primary-link:hover { background: var(--paper); transform: translateY(-2px); }
  .secondary-link:hover { border-color: var(--green); color: var(--green); }
  .gap-grid article:hover { background: var(--green); color: var(--ink); transform: translateY(-4px); }
  .gap-grid article:hover > span, .gap-grid article:hover > small, .gap-grid article:hover p, .gap-grid article:hover code { color: var(--ink); }
  .updates-widget:hover { box-shadow: 14px 14px 0 var(--green); transform: translate(-4px, -4px); }
  .barter-card:hover { box-shadow: 14px 14px 0 var(--green); transform: translate(-4px, -4px); }
  .primary-link-light:hover { background: var(--green); }
  .footer-links a:hover { color: var(--green); }
  .updates-archive-item-copy h3 a:hover { color: var(--green-dark); }
  .about-link-list a:hover { background: rgba(8, 11, 9, .08); padding-left: 14px; padding-right: 14px; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 230px 1fr 190px; }
  .updates-link { width: 184px; }
  .hero-copy { max-width: 58vw; }
  .hero h1 { font-size: clamp(72px, 9vw, 104px); }
  .thesis { gap: 40px; grid-template-columns: 100px 1fr .8fr; }
  .section-head { gap: 38px; grid-template-columns: 100px 1fr .72fr; }
  .barter-card { grid-template-columns: minmax(330px, .8fr) minmax(430px, 1.2fr); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 22px; }
  .site-header nav { display: none; }
  .hero { align-items: flex-start; min-height: 900px; padding: 86px 24px 116px; }
  .hero-art img { object-position: 58% center; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(74px, 12vw, 108px); }
  .hero-deck { max-width: 600px; }
  .hero-caption { bottom: 24px; left: 24px; right: auto; }
  .thesis { grid-template-columns: 1fr; }
  .thesis-note { max-width: 720px; }
  .section-head { grid-template-columns: 1fr; }
  .section-head h2 { max-width: 820px; }
  .section-head > p { max-width: 680px; }
  .gap-grid { grid-template-columns: 1fr 1fr; }
  .gap-grid article { grid-column: auto; }
  .updates-widget { grid-template-columns: 1fr; }
  .updates-index { align-self: start; max-width: 470px; }
  .updates-page-hero { min-height: 710px; }
  .barter-card { grid-template-columns: 1fr; }
  .barter-visual { min-height: 390px; order: -1; }
  .barter-card > small { bottom: 23px; }
  .site-footer { grid-template-columns: 1fr; }
  .updates-archive-item { grid-template-columns: 1fr; margin-top: 60px; }
  .about-hero { grid-template-columns: 1fr; }
  .about-coordinate { border-left: 0; border-top: 1px solid var(--line); min-height: 160px; padding: 24px 0 0; }
  .about-coordinate b { margin: 28px 0; }
  .about-statement, .about-links { grid-template-columns: 1fr; }
  .about-principles { grid-template-columns: 1fr; }
  .about-principles article { border-bottom: 1px solid var(--line); border-right: 0; min-height: 340px; }
  .about-principles h2 { margin-top: 74px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; padding: 0 16px; }
  .brand-mark, .brand-mark img { height: 27px; width: 42px; }
  .brand b { font-size: 17px; }
  .brand small { display: none; }
  .updates-link { justify-content: center; min-height: 40px; padding: 0; width: 46px; }
  .updates-link > span { display: none; }
  .updates-link b { font-size: 0; }
  .updates-link b .icon { height: 17px; width: 17px; }
  .about-hero { min-height: 620px; padding-top: 100px; }
  .about-hero h1 { font-size: clamp(60px, 18vw, 86px); }
  .about-statement { grid-template-columns: 1fr; }
  .about-statement h2 { font-size: clamp(52px, 15vw, 76px); }
  .about-principles article { padding: 42px 22px; }
  .about-link-list a { align-items: flex-start; flex-direction: column; gap: 10px; justify-content: center; }
  .hero { min-height: 790px; padding: 62px 17px 108px; }
  .hero-art img { object-position: 64% center; opacity: .58; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(56px, 16.5vw, 78px); line-height: .84; margin: 36px 0 28px; }
  .hero-deck { font-size: 14px; max-width: 95%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 34px; }
  .primary-link { width: 100%; }
  .hero-caption { bottom: 17px; grid-template-columns: 1fr; left: 17px; right: 17px; }
  .hero-caption span { border-bottom: 1px solid var(--line); border-right: 0; padding: 9px 11px; }
  .hero-caption span:last-child { border-bottom: 0; }
  .thesis, .gaps, .updates, .work { padding-left: 17px; padding-right: 17px; }
  .thesis { gap: 44px; }
  .thesis blockquote { font-size: 52px; }
  .section-head { gap: 30px; }
  .section-head h2 { font-size: 52px; }
  .gap-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .gap-grid article, .gap-grid article:last-child { grid-column: auto; min-height: 320px; }
  .updates { padding-bottom: 100px; padding-top: 100px; }
  .updates-widget { gap: 42px; margin-top: 60px; min-height: 0; padding: 28px 22px; }
  .updates-widget h3 { font-size: clamp(52px, 15vw, 74px); margin: 30px 0 22px; }
  .updates-widget-copy p { font-size: 13px; }
  .updates-index { width: 100%; }
  .updates-page-hero { align-items: center; min-height: 715px; padding: 76px 17px; }
  .updates-page-hero::before { background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
  .updates-page-hero::after { height: 104vw; right: -48vw; top: -10vw; width: 104vw; }
  .updates-page-hero h1 { font-size: clamp(62px, 18vw, 86px); line-height: .8; margin: 36px 0 28px; }
  .updates-page-hero-copy > p:not(.eyebrow) { font-size: 14px; max-width: 95%; }
  .updates-page-number { bottom: 30px; font-size: 76vw; right: 10px; }
  .updates-archive { padding: 100px 17px; }
  .updates-archive-item { gap: 25px; padding-bottom: 34px; }
  .updates-archive-item-copy h3 { font-size: 58px; }
  .subscribe-form, .subscribe-form-light { margin-top: 34px; width: 100%; }
  .subscribe-form-light { margin-top: 60px; }
  .updates-article-hero { align-items: center; min-height: 715px; padding: 76px 17px; }
  .updates-article-hero::before { background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
  .updates-article-hero::after { height: 104vw; right: -48vw; top: -10vw; width: 104vw; }
  .updates-article-hero h1 { font-size: clamp(62px, 18vw, 86px); line-height: .8; margin: 36px 0 28px; }
  .updates-article-deck { font-size: 14px; max-width: 95%; }
  .updates-article-meta { gap: 13px; margin-top: 32px; }
  .updates-article-body { padding: 92px 17px 110px; }
  .updates-article-body p, .updates-article-body li { font-size: 15px; }
  .updates-article-lead { font-size: 39px !important; }
  .subscribe-controls { flex-direction: column; }
  .subscribe-controls input[type="email"], .subscribe-controls button { flex-basis: auto; width: 100%; }
  .barter-card { gap: 38px; margin-top: 60px; min-height: 0; padding: 18px 18px 58px; }
  .barter-visual { align-self: start; aspect-ratio: 1570 / 1001; min-height: 0; }
  .barter-card h3 { font-size: 72px; margin: 34px 0 25px; }
  .barter-card-copy p { font-size: 13px; }
  .barter-card > small { bottom: 20px; font-size: 8px; left: 18px; right: auto; }
  .closing { min-height: 610px; padding-left: 18px; padding-right: 18px; }
  .closing h2 { font-size: clamp(56px, 15vw, 76px); }
  .closing .primary-link { width: 100%; }
  .site-footer { padding: 32px 20px; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
