:root{--bg:#f6f1e9;--surface:#fff;--text:#2e261c;--text-muted:#7a6f62;--border:#e8e0d6;--accent:#2e261c;--accent-soft:#eee6da}*{box-sizing:border-box}body,html{padding:0;margin:0;color:var(--text);background:var(--bg)}@font-face{font-family:American Grotesk;src:url(/fonts/american-grotesk-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:American Grotesk;src:url(/fonts/american-grotesk-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:American Grotesk;src:url(/fonts/american-grotesk-thin-italic.woff2) format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Tiempos Text;src:url(/fonts/TiemposTextWeb-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Tiempos Text;src:url(/fonts/TiemposTextWeb-RegularItalic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}body{font-family:American Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji}.container{max-width:820px;padding:0 20px;margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:var(--bg);border-bottom:1px solid var(--border)}.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:3rem;color:var(--text-muted)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0}.brand{font-weight:700;color:inherit}.brand,.nav a{text-decoration:none}.nav a{position:relative;color:var(--text-muted);margin-left:1rem;transition:color .15s ease}.nav a:hover{color:var(--text)}.nav a:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--text);transition:width .15s ease}.nav a:hover:after{width:100%}.stack{padding-top:5rem}.stack>*+*{margin-top:2rem}.prose{max-width:68ch;font-size:1.125rem}.prose h1{letter-spacing:-.02em;font-size:2.4rem;margin:0 0 .75rem}.prose h1,.prose h2{font-family:American Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:700}.prose h2{letter-spacing:-.01em;font-size:1.6rem}.prose p{line-height:1.5}.prose ol,.prose ul{margin:.75rem 0 1rem;padding-left:1.25rem}.prose li{margin:.25rem 0;line-height:1.6}.prose li+li{margin-top:.25rem}.prose li>p{margin:.25rem 0;line-height:inherit}.prose li>p+p{margin-top:.5rem}.prose ul{list-style:disc}.prose ul ul{list-style:circle;padding-left:1.25rem}.prose ul ul ul{list-style:square}.prose ol{list-style:decimal}.prose ol ol{list-style:lower-alpha;padding-left:1.25rem}.prose ol ol ol{list-style:lower-roman}.prose li::marker{color:var(--text-muted)}.prose input[type=checkbox]{margin-right:.5rem;transform:translateY(1px)}.prose figure,.prose img,.prose video{display:block;max-width:100%;height:auto;border-radius:12px}@media (min-width:768px){.prose{font-size:1.25rem}.prose h1{font-size:3rem}}.muted{color:var(--text-muted)}.newsletter{display:flex;gap:.6rem;align-items:center}.newsletter input{flex:1 1;padding:.6rem .8rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}.newsletter input::placeholder{color:var(--text-muted)}.newsletter button{padding:.55rem .95rem;background:var(--text);color:#fff;border:1px solid var(--text);border-radius:9999px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.newsletter button:hover{transform:translateY(-1px);box-shadow:0 8px 22px #2e261c2e}.newsletter button:disabled{opacity:.6;cursor:wait}.newsletter .status{margin:0;color:var(--text-muted)}.badge-link,.badge-note,.badge-work{background:var(--accent-soft)}a{color:inherit}