@font-face{font-family:fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/fraunces-600.ttf)format("truetype")}@font-face{font-family:space grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/space-grotesk-400.woff2)format("woff2")}@font-face{font-family:space grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/space-grotesk-500.woff2)format("woff2")}@font-face{font-family:space grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/space-grotesk-700.woff2)format("woff2")}:root{--canvas:#F4F2ED;--surface:#FFFFFF;--surface-subtle:#F1F3F4;--ink:#1E1E1E;--infra-ink:#2E3740;--muted:#5F6B73;--rule:#D9DDDF;--soft-border:#E5E7EB;--teal:#00C2A8;--pave-green:#28B59F;--orange:#FF8A00;--blue:#004E92;--blue-mid:#2D7DBF;--danger:#B0524A;--shadow:0 16px 44px rgba(46, 55, 64, 0.07);--radius:18px;--shell:min(1180px, calc(100vw - 40px));--article:min(760px, calc(100vw - 40px));--ease:cubic-bezier(0.4, 0, 0.2, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--canvas);font-family:space grotesk,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:17px;line-height:1.65;text-rendering:optimizeLegibility}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--blue)}button,input{font:inherit}:focus-visible{outline:3px solid var(--infra-ink);outline-offset:3px;box-shadow:0 0 0 3px var(--surface)}.prose pre:focus-visible{outline-color:#fff;outline-offset:-3px;box-shadow:none}.prose table:focus-visible{outline-offset:-3px;box-shadow:none}h1,h2,h3,.brand__name{overflow-wrap:anywhere}.prose,.article-card,.project-card{overflow-wrap:anywhere}.prose table{overflow-wrap:normal}::selection{background:rgba(0,194,168,.22)}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:10px 14px;background:var(--ink);color:#fff}.skip-link:focus{left:12px;top:12px}.shell{width:var(--shell);margin-inline:auto}.shell--article{width:var(--article)}.site-main{min-height:64vh}.site-header{border-bottom:1px solid var(--rule);background:color-mix(in srgb,var(--canvas) 92%,transparent);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.site-header__inner{min-height:76px;flex-wrap:wrap;padding-block:8px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:14px;min-height:44px;text-decoration:none;color:var(--ink);min-width:0}.brand:hover{color:var(--ink)}.brand__name{font-family:fraunces,Georgia,serif;font-weight:600;font-size:1.36rem;letter-spacing:-.02em}.signal-mark{display:inline-flex;align-items:flex-end;gap:3px;height:18px}.signal-mark__bar{display:block;width:5px;border-radius:3px}.signal-mark__bar--teal{height:9px;background:var(--teal)}.signal-mark__bar--orange{height:14px;background:var(--orange)}.signal-mark__bar--blue{height:18px;background:var(--blue)}.site-nav{display:flex;flex-wrap:wrap;gap:4px 16px;align-items:center;font-size:.9rem;font-weight:600}.site-nav a{display:inline-flex;align-items:center;min-height:44px;padding:8px 4px;text-decoration:none;color:var(--muted)}.site-nav a:hover,.site-nav a.is-active{color:var(--ink)}.site-nav a.is-active{text-decoration:underline;text-decoration-color:var(--teal);text-decoration-thickness:2px}.hero{padding-block:clamp(74px,10vw,132px)}.eyebrow{margin:0 0 16px;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1,.page-header h1,.article__header h1,.section-heading h2{font-family:fraunces,Georgia,serif;font-weight:600;color:var(--ink);letter-spacing:-.035em;line-height:1.04}.hero h1{max-width:900px;margin:0;font-size:clamp(3rem,7vw,6.4rem)}.hero__dek{max-width:790px;margin:30px 0 0;color:var(--infra-ink);font-size:clamp(1.12rem,2vw,1.48rem);line-height:1.55}.hero__actions,.subscribe-panel__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:1px solid var(--rule);border-radius:999px;background:0 0;color:var(--infra-ink);text-decoration:none;font-size:.9rem;font-weight:700;transition:transform 150ms var(--ease),border-color 150ms var(--ease),background 150ms var(--ease)}.button:hover{color:var(--ink);border-color:var(--infra-ink);transform:translateY(-1px)}.button--primary{background:var(--infra-ink);color:#fff;border-color:var(--infra-ink)}.button--primary:hover{background:var(--ink);color:#fff}.section-block{padding-block:clamp(56px,7vw,96px);border-top:1px solid var(--rule)}.section-heading{margin-bottom:34px}.section-heading--split{display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.7rem)}.text-link{display:inline-flex;align-items:center;min-height:44px;font-size:.9rem;font-weight:700;color:var(--infra-ink)}.lane-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lane-card,.project-card,.subscribe-panel{background:rgba(255,255,255,.72);border:1px solid var(--soft-border);border-radius:var(--radius);box-shadow:var(--shadow)}.lane-card{padding:28px;min-width:0}.lane-card__rule{display:block;width:44px;height:4px;margin-bottom:46px;border-radius:3px}.lane-card--teal .lane-card__rule{background:var(--teal)}.lane-card--orange .lane-card__rule{background:var(--orange)}.lane-card--blue .lane-card__rule{background:var(--blue)}.lane-card h3,.project-card h2,.project-card h3{margin:0;color:var(--infra-ink);letter-spacing:-.02em;line-height:1.2}.lane-card p,.project-card p{color:var(--muted)}.article-list{display:grid;gap:0}.article-card{display:grid;grid-template-columns:minmax(190px,.33fr)minmax(0,1fr);column-gap:42px;padding-block:34px;border-top:1px solid var(--rule)}.article-card:last-child{border-bottom:1px solid var(--rule)}.article-card__meta{grid-row:span 3;display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.article-card h3{margin:0;font-family:fraunces,Georgia,serif;font-size:clamp(1.55rem,2.4vw,2.25rem);line-height:1.14;letter-spacing:-.025em}.article-card h3 a{text-decoration:none}.article-card p{margin:12px 0 0;color:var(--muted);max-width:720px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tag{display:inline-flex;border:1px solid var(--rule);border-radius:999px;padding:4px 10px;color:var(--muted);background:rgba(255,255,255,.42);font-size:.72rem;line-height:1.35;text-decoration:none}a.tag:hover{border-color:var(--blue-mid);color:var(--blue)}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.project-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card{position:relative;padding:28px;min-width:0}.project-card::before{border-radius:4px;content:"";position:absolute;inset:0 auto 0 0;width:4px}.project-card--teal::before{background:var(--teal)}.project-card--orange::before{background:var(--orange)}.project-card--blue::before{background:var(--blue)}.project-card__topline{display:flex;justify-content:flex-end;margin-bottom:36px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem}.project-card__role{font-weight:600;color:var(--infra-ink)!important}.project-card h2 a{text-decoration:none}.page-header{padding-block:clamp(64px,8vw,108px)42px}.page-header h1{margin:0;font-size:clamp(3rem,6vw,5.6rem)}.page-header__dek{max-width:760px;margin:22px 0 0;color:var(--muted);font-size:1.2rem}.prose--intro{margin-top:28px}.article{padding-block:clamp(64px,8vw,112px)}.article__header{margin-bottom:44px}.article__meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-bottom:22px;color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.article__header h1{margin:0;font-size:clamp(2.7rem,6vw,5.2rem)}.article__dek{margin:26px 0 0;color:var(--muted);font-size:1.22rem;line-height:1.55}.article__hero-image{margin:0 0 52px}.article__hero-image img{width:100%;border:1px solid var(--rule);border-radius:14px;background:var(--surface)}.article__hero-image figcaption{margin-top:10px;color:var(--muted);font-size:.78rem}.prose{font-family:ui-serif,Charter,bitstream charter,sitka text,Cambria,Georgia,serif;font-size:clamp(1.08rem,1.7vw,1.22rem);line-height:1.78;color:var(--ink)}.prose>*:first-child{margin-top:0}.prose h2,.prose h3,.prose h4{font-family:space grotesk,Inter,sans-serif;color:var(--infra-ink);line-height:1.2;letter-spacing:-.025em}.prose h2{margin:2.3em 0 .7em;font-size:1.75rem}.prose h3{margin:1.9em 0 .6em;font-size:1.35rem}.prose p{margin:1.1em 0}.prose a{color:var(--blue)}.prose blockquote{margin:2em 0;padding:.25em 0 .25em 1.35em;border-left:4px solid var(--teal);color:var(--infra-ink);font-size:1.16em}.prose code{padding:.12em .35em;border-radius:5px;background:var(--surface-subtle);font-family:ui-monospace,jetbrains mono,SFMono-Regular,Consolas,monospace;font-size:.86em}.prose pre{overflow:auto;padding:22px;border:1px solid var(--rule);border-radius:12px;background:var(--infra-ink);color:#f5f7f8;line-height:1.55}.prose pre code{padding:0;background:0 0;color:inherit}.prose table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;font-family:space grotesk,sans-serif;font-size:.88rem}.prose th,.prose td{padding:10px 12px;border-bottom:1px solid var(--rule);text-align:left;vertical-align:top}.prose th{color:var(--infra-ink)}.prose hr{margin:3em 0;border:0;border-top:1px solid var(--rule)}.article__footer{margin-top:58px;padding-top:26px;border-top:1px solid var(--rule)}.article__share{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:24px}.copy-link{min-height:44px;padding:8px;border:0;background:0 0;color:var(--infra-ink);text-decoration:underline;text-underline-offset:.2em;cursor:pointer;font-weight:700;font-size:.9rem}.copy-status{width:100%;color:var(--muted);font-size:.9rem}.copy-status:empty{display:none}a.tag{min-height:44px;align-items:center;padding:10px 12px}.subscribe-panel{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;margin-top:70px;padding:clamp(28px,5vw,48px)}.subscribe-panel h2{margin:0;font-family:fraunces,Georgia,serif;font-size:clamp(1.9rem,4vw,3rem);line-height:1.1}.subscribe-panel p{margin-bottom:0;color:var(--muted)}.subscribe-panel__actions{margin-top:0;justify-content:flex-end}.subscribe-form{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;gap:10px}.subscribe-form label{position:absolute;left:-9999px}.subscribe-form input{min-width:0;font-size:16px;min-height:48px;padding:0 14px;border:1px solid var(--rule);border-radius:10px;background:#fff}.subscribe-form button{border:0;border-radius:10px;padding:0 18px;background:var(--infra-ink);color:#fff;font-weight:700}.site-footer{margin-top:96px;border-top:1px solid var(--rule);padding-block:48px;color:var(--muted)}.site-footer__grid{display:grid;grid-template-columns:1.4fr .8fr;gap:30px}.site-footer__publication{font-family:fraunces,Georgia,serif;color:var(--ink);font-size:1.35rem;font-weight:700}.site-footer p{margin:6px 0 0}.site-footer__links{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end;align-content:start}.site-footer__meta{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid var(--rule);font-size:.78rem}.pagination{display:flex;justify-content:center;gap:8px;list-style:none;padding:30px 0 0}.pagination a{display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid var(--rule);border-radius:50%;text-decoration:none}.pagination .active a{background:var(--infra-ink);color:#fff}@media(max-width:860px){.lane-grid,.project-grid,.project-grid--compact{grid-template-columns:1fr}.article-card{grid-template-columns:1fr;row-gap:12px}.article-card__meta{grid-row:auto;flex-direction:row;flex-wrap:wrap}.subscribe-panel{grid-template-columns:1fr}.subscribe-panel__actions{justify-content:flex-start}.site-footer__grid{grid-template-columns:1fr}.site-footer__links{justify-content:flex-start}.site-footer__meta{grid-column:auto}}@media(max-width:650px){:root{--shell:min(100% - 28px, 1180px);--article:min(100% - 28px, 760px)}body{font-size:16px}.site-header{position:static}.site-header__inner{min-height:68px;align-items:flex-start;padding-block:15px;flex-direction:column;gap:11px}.site-nav{gap:4px 12px;width:100%}.hero{padding-block:64px 78px}.hero h1{font-size:clamp(2.65rem,14vw,4.2rem)}.section-heading--split{align-items:flex-start;flex-direction:column}.article__header h1,.page-header h1{font-size:clamp(2.45rem,12vw,4rem)}.subscribe-form{grid-template-columns:1fr}.subscribe-panel__actions{flex-direction:column;align-items:stretch}.subscribe-panel__actions .button{width:100%}.site-footer__meta{flex-direction:column}}@media print{.site-header,.site-footer,.subscribe-panel,.article__share{display:none!important}body{background:#fff;color:#000}.shell,.shell--article{width:100%}.article{padding:0}a{color:#000;text-decoration:none}}.site-footer__links a,.site-footer__meta a{display:inline-flex;align-items:center;min-height:44px}.site-footer__meta{align-items:baseline}.article-card h3,.subscribe-panel h2,.site-footer__publication{font-weight:600}.signal-mark{flex-shrink:0}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.button:hover{transform:none}}