@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap";:root{--ink:#20252c;--paper:#fbfaf7;--soft:#f1f0ea;--green:#a8bf50;--green-ink:#718532;--line:#20252c24;--muted:#70736f;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{border-bottom:1px solid var(--line);background:#faf9f6f0;justify-content:space-between;align-items:center;height:76px;padding:0 4.5vw;display:flex}.wordmark{letter-spacing:-.03em;align-items:center;gap:11px;font-weight:600;display:flex}.wordmark-dot{background:var(--green);border-radius:1px;width:15px;height:3px}.site-header nav{gap:clamp(18px,3vw,46px);font-size:.86rem;display:flex}.site-header nav a:hover{text-underline-offset:4px;text-decoration:underline}.hero{background:linear-gradient(135deg,var(--paper) 0%,var(--paper) 62%,var(--soft) 100%);flex-direction:column;justify-content:space-between;min-height:min(570px,60vh);padding:5.5vh 4.5vw 4vh;display:flex}.eyebrow{letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600}.hero h1{letter-spacing:-.06em;margin:1.5rem 0 2.5rem;font-size:clamp(3.6rem,7vw,6.7rem);font-weight:500;line-height:.9}.hero h1 em{color:var(--green-ink);font-family:Instrument Serif,serif;font-weight:400}.hero-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:end;padding-top:24px;display:flex}.hero-bottom p{max-width:570px;color:var(--muted);margin:0;font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.5}.round-link{aspect-ratio:1;border:1px solid var(--ink);border-radius:50%;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:1.5rem;transition:all .2s;display:grid}.round-link:hover{background:var(--ink);color:var(--paper)}.writing{background:var(--paper);color:var(--ink);border-top:1px solid var(--line);padding:5.5rem 4.5vw 8rem}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;padding-bottom:22px;display:flex}.writing .section-heading .eyebrow,.article-header .eyebrow{color:var(--green-ink)}.issue-count{color:var(--muted);margin:0;font-size:.8rem}.category-row{flex-wrap:wrap;gap:9px;padding:28px 0 50px;display:flex}.category-row button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:100px;padding:8px 15px;font-size:.78rem}.category-row button.active,.category-row button:hover{color:var(--ink);background:var(--green);border-color:var(--green)}.post-grid{columns:3;column-gap:2.3vw}.post-card{break-inside:avoid;width:100%;margin:0 0 5.5rem;display:inline-block}.card-visual{justify-content:space-between;min-height:420px;padding:24px;display:flex;position:relative;overflow:hidden}.card-visual.has-cover{background:0 0;min-height:0;padding:0}.card-visual.has-cover:after{content:"";background:linear-gradient(#0000002e,#0000 35%,#00000029);position:absolute;inset:0}.card-visual.has-cover img{width:100%;height:auto;transition:transform .6s cubic-bezier(.2,.7,.2,1);display:block}.card-visual.has-cover:hover img{transform:scale(1.025)}.visual-1{color:var(--ink);background:#e6ebd5}.visual-2{color:var(--ink);background:#e8e5dc}.visual-3{color:var(--ink);background:#e3e8e5}.card-visual:not(.has-cover):after{display:none}.card-visual>span{z-index:2;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 8px #00000059;font-size:.72rem}.card-visual.has-cover>span{position:absolute;top:20px;left:20px}.card-visual.has-cover>.visual-word{left:auto;right:20px}.visual-word{writing-mode:vertical-rl}.card-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;margin-top:18px;font-size:.7rem;display:flex}.post-card h2{letter-spacing:-.04em;max-width:750px;margin:14px 0 10px;font-size:clamp(1.55rem,2.15vw,2.35rem);font-weight:500;line-height:1.08}.post-card:not(.featured) h2{font-size:clamp(1.45rem,1.75vw,1.9rem)}.post-card h2 a:hover{color:var(--green-ink)}.post-card>p{max-width:650px;color:var(--muted);margin:0 0 24px;font-size:.92rem;line-height:1.55}.read-link{border-top:1px solid var(--line);justify-content:space-between;align-self:end;padding-top:13px;font-size:.78rem;display:flex}.read-link:hover{color:var(--green-ink)}.post-card[hidden]{display:none}.site-footer{color:#f4f3ef;background:#29323d;padding:7rem 4.5vw 2.5rem}.footer-kicker,.footer-label{color:#c4d879;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600}.footer-grid{grid-template-columns:2fr 1fr;gap:5vw;margin:4rem 0 7rem;display:grid}.footer-statement{letter-spacing:-.06em;max-width:900px;margin:0;font-size:clamp(2.5rem,5.5vw,6rem);line-height:.94}.footer-links{flex-direction:column;align-items:start;gap:10px;margin-top:20px;display:flex}.footer-links a{border-bottom:1px solid}.footer-bottom{color:#c1c7cd;border-top:1px solid #ffffff3d;justify-content:space-between;padding-top:20px;font-size:.72rem;display:flex}.article-page{padding:0 3.5vw 8rem}.article-header{border-bottom:1px solid var(--line);padding:3rem 8vw 5rem}.back-link{margin-bottom:7rem;font-size:.8rem;display:inline-block}.article-header h1{letter-spacing:-.065em;max-width:1180px;margin:1.6rem 0 2rem;font-size:clamp(3.5rem,8vw,8.2rem);font-weight:500;line-height:.9}.article-deck{max-width:760px;color:var(--muted);font-family:Instrument Serif,serif;font-size:clamp(1.5rem,2.7vw,2.4rem);line-height:1.2}.article-byline{text-transform:uppercase;letter-spacing:.08em;gap:30px;margin-top:3.5rem;font-size:.75rem;display:flex}.article-layout{grid-template-columns:230px minmax(0,760px);justify-content:center;gap:7vw;padding-top:6rem;display:grid}.article-aside{color:var(--muted);flex-direction:column;align-self:start;gap:12px;font-size:.78rem;display:flex;position:sticky;top:30px}.article-aside span{color:var(--ink);margin-bottom:8px;font-weight:600}.prose{font-family:Georgia,serif;font-size:1.18rem;line-height:1.78}.prose>:first-child{margin-top:0;font-size:1.45rem;line-height:1.62}.prose h2{color:var(--green-ink);letter-spacing:-.04em;margin:4rem 0 1rem;font-family:DM Sans,sans-serif;font-size:2.1rem;line-height:1.05}.prose img{object-fit:contain;width:auto;max-width:100%;height:auto;margin-inline:auto;display:block}.prose iframe{aspect-ratio:16/9;border:0;width:100%;height:auto;margin:2.5rem 0;display:block}.prose p:has(>img){max-width:100%;overflow:hidden}.prose blockquote{border-left:4px solid var(--green);margin:3rem 0;padding-left:2rem;font-family:Instrument Serif,serif;font-size:2rem;line-height:1.25}.contact-page,.not-found{flex-direction:column;justify-content:space-between;min-height:calc(100vh - 84px);padding:8vh 7vw 10vh;display:flex}.contact-page h1,.not-found h1{letter-spacing:-.07em;margin:3rem 0 5rem;font-size:clamp(4rem,9vw,9rem);font-weight:500;line-height:.85}.contact-page h1 em,.not-found h1 em{color:var(--green-ink);font-family:Instrument Serif,serif;font-weight:400}.contact-grid{border-top:1px solid var(--line);grid-template-columns:1.5fr 1fr;gap:8vw;padding-top:28px;display:grid}.contact-grid>p{max-width:600px;color:var(--muted);margin:0;font-size:1.25rem;line-height:1.5}.contact-grid div{flex-direction:column;gap:12px;display:flex}.contact-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.contact-grid a{border-bottom:1px solid;align-self:start;font-size:1.25rem}.not-found .read-link{border-color:var(--line);max-width:340px}@media (width<=1100px) and (width>=801px){.post-grid{columns:2}}@media (width<=800px){.site-header{padding-inline:20px}.site-header nav a:not(:last-child){display:none}.hero{min-height:58vh;padding:5vh 20px 30px}.hero h1{font-size:clamp(3.1rem,14vw,5rem)}.hero-bottom{align-items:start;gap:30px}.writing{padding:4.5rem 20px 6rem}.post-grid{columns:1}.post-card{margin-bottom:5rem}.card-visual{min-height:390px}.card-visual.has-cover{min-height:0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:start;gap:20px}.article-page{padding-inline:20px}.article-header{padding:2rem 0 4rem}.back-link{margin-bottom:4rem}.article-layout{grid-template-columns:1fr;padding-top:4rem}.article-aside{display:none}.contact-page,.not-found{padding:7vh 20px}.contact-grid{grid-template-columns:1fr}}
