:root{color-scheme:light dark;--canvas:#f6f1e8;--surface:#fffaf2;--ink:#201c19;--muted:#71675f;--line:#d9cec0;--accent:#b3442c;--accent-strong:#87321f;--accent-soft:#efd2c6;--code:#171311;--code-ink:#f8f3eb;--shadow:0 24px 70px #482d1c1f;--radius:1.25rem;--content:74rem;--measure:46rem;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--canvas:#14110f;--surface:#1e1916;--ink:#f5eee4;--muted:#b9aca1;--line:#3d332d;--accent:#f08b6e;--accent-strong:#ffb39d;--accent-soft:#4c2820;--code:#0c0a09;--code-ink:#fff7ee;--shadow:0 24px 70px #00000052}}*,:before,:after{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth}body{background:radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--accent-soft) 55%, transparent), transparent 27rem), var(--canvas);color:var(--ink);margin:0;font-size:1.05rem;line-height:1.7}body:before{z-index:-1;content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:var(--accent-strong);text-underline-offset:.2em;text-decoration-thickness:.08em}a:hover{color:var(--accent)}img,svg,video{max-width:100%;display:block}button,input,textarea,select{font:inherit}h1,h2,h3,h4{letter-spacing:-.035em;text-wrap:balance;margin-block:0;font-family:Georgia,Times New Roman,serif;font-weight:600;line-height:1.08}h1{font-size:clamp(3rem,8vw,6.6rem)}h2{font-size:clamp(2rem,4vw,3.25rem)}h3{font-size:clamp(1.45rem,2.2vw,2rem)}p{margin-block:0 1.25rem}.site-shell{width:min(calc(100% - 2rem), var(--content));margin-inline:auto}.skip-link{z-index:20;background:var(--ink);color:var(--canvas);border-radius:.5rem;padding:.6rem .85rem;position:fixed;top:.75rem;left:.75rem;translate:0 -150%}.skip-link:focus{translate:0}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;min-height:7rem;display:flex}.wordmark{color:var(--ink);align-items:center;gap:.75rem;font-weight:750;text-decoration:none;display:inline-flex}.wordmark-mark{background:var(--ink);width:2.5rem;height:2.5rem;color:var(--canvas);letter-spacing:.08em;border-radius:50%;place-items:center;font-size:.76rem;display:grid}.site-header nav ul,.tag-list,.topic-grid{margin:0;padding:0;list-style:none}.site-header nav ul{flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1.5rem;display:flex}.site-header nav a{color:var(--muted);font-size:.9rem;font-weight:650;text-decoration:none}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--ink)}main{min-height:70vh}.hero{max-width:68rem;padding-block:clamp(5rem,10vw,9rem)}.hero h1{max-width:14ch}.eyebrow{color:var(--accent-strong);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.78rem;font-weight:800}.hero-description{max-width:42rem;color:var(--muted);margin-top:2rem;font-size:clamp(1.12rem,2vw,1.35rem)}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:2.5rem;display:flex}.button{background:var(--ink);min-height:3.1rem;color:var(--canvas);border-radius:999px;justify-content:center;align-items:center;padding-inline:1.35rem;font-weight:750;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent-strong);color:var(--surface)}.text-link{font-weight:750;text-decoration:none}.featured-section,.latest-section{border-top:1px solid var(--line);padding-block:clamp(4rem,8vw,7rem)}.section-heading{margin-bottom:2.5rem}.section-heading .eyebrow{margin-bottom:.5rem}.section-heading-row{justify-content:space-between;align-items:end;gap:2rem;display:flex}.post-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.post-card{border-bottom:1px solid var(--line);padding-block:2.5rem}.post-grid .post-card:nth-child(odd){border-right:1px solid var(--line);padding-right:clamp(1.5rem,4vw,4rem)}.post-grid .post-card:nth-child(2n){padding-left:clamp(1.5rem,4vw,4rem)}.post-card.featured{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:clamp(2rem,5vw,4.5rem)}.post-card h2{max-width:17ch;margin-block:.75rem 1rem;font-size:clamp(1.75rem,3.2vw,3rem)}.post-card h2 a{color:var(--ink);text-decoration:none}.post-card h2 a:hover{color:var(--accent-strong)}.post-card p{max-width:48rem;color:var(--muted)}.post-card-meta,.article-meta{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;gap:.5rem;font-size:.8rem;font-weight:650;display:flex}.tag-list{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.tag-list a{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.28rem .7rem;font-size:.76rem;font-weight:750;text-decoration:none;display:inline-flex}.tag-list a:hover{border-color:var(--accent);color:var(--accent-strong)}.page-header,.article-header{max-width:56rem;padding-block:clamp(5rem,10vw,9rem) clamp(3.5rem,7vw,6rem)}.page-header>p:not(.eyebrow){max-width:42rem;color:var(--muted);margin-top:2rem;font-size:1.25rem}.post-list{border-top:1px solid var(--line);max-width:58rem;padding-bottom:7rem}.prose{width:min(100%, var(--measure));margin-inline:auto;padding-bottom:clamp(5rem,10vw,9rem)}.article-header{max-width:none}.article-header h1{font-size:clamp(3rem,9vw,6.1rem)}.article-header .article-meta{margin-top:2rem}.article-body{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.08rem,1.6vw,1.2rem);line-height:1.82}.article-body>:first-child{margin-top:0}.article-body h2,.article-body h3,.article-body h4{margin-top:2.8em;margin-bottom:.7em}.article-body h2{font-size:clamp(1.9rem,4vw,2.6rem)}.article-body h3{font-size:clamp(1.45rem,3vw,1.85rem)}.article-body a{overflow-wrap:anywhere}.article-body img{width:auto;max-height:75vh;box-shadow:var(--shadow);border-radius:.8rem;margin:2.5rem auto}.article-body blockquote{border-left:.25rem solid var(--accent);color:var(--muted);margin:2rem 0;padding:.5rem 0 .5rem 1.5rem;font-style:italic}.article-body blockquote>:last-child{margin-bottom:0}.article-body li+li{margin-top:.5rem}.article-body hr{border:0;border-top:.25rem solid var(--accent);width:5rem;margin-block:4rem}.article-body pre{max-width:calc(100vw - 2rem);color:var(--code-ink);border-radius:.8rem;margin:2rem 0;padding:1.25rem;font-size:.88rem;line-height:1.6;overflow-x:auto;background:var(--code)!important}.article-body :not(pre)>code{background:var(--accent-soft);color:var(--ink);border-radius:.3rem;padding:.15rem .35rem;font-size:.88em}.article-body iframe{aspect-ratio:16/9;width:100%;box-shadow:var(--shadow);border:0;border-radius:.8rem;margin-block:2.5rem}.topic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-bottom:7rem;display:grid}.topic-grid a{border:1px solid var(--line);background:var(--surface);min-height:9rem;color:var(--ink);border-radius:1rem;flex-direction:column;justify-content:space-between;padding:1.4rem;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;text-decoration:none;display:flex}.topic-grid a:hover{border-color:var(--accent);box-shadow:var(--shadow);translate:0 -.2rem}.topic-grid small{color:var(--muted);font-family:inherit;font-size:.76rem}.not-found{max-width:58rem;padding-block:clamp(7rem,15vw,13rem)}.not-found p:not(.eyebrow){color:var(--muted);margin-block:2rem;font-size:1.25rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:end;gap:2rem;padding-block:3rem;font-size:.84rem;display:flex}.site-footer p{margin-bottom:.3rem}.site-footer .muted{font-size:.74rem}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:.35rem 1rem;display:flex}.site-footer a{color:var(--muted);font-weight:700;text-decoration:none}@media (width<=52rem){.site-header{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;min-height:9rem}.site-header nav ul{justify-content:flex-start}.post-grid,.topic-grid{grid-template-columns:1fr}.post-grid .post-card:nth-child(odd),.post-grid .post-card:nth-child(2n){border-right:0;padding-inline:0}.site-footer{flex-direction:column;align-items:flex-start}.site-footer nav{justify-content:flex-start}}@media (width<=34rem){body{font-size:1rem}.site-shell{width:min(calc(100% - 1.25rem), var(--content))}.site-header nav ul{gap:.25rem .9rem}.site-header nav a{font-size:.82rem}.section-heading-row{flex-direction:column;align-items:flex-start}.article-body{font-size:1.05rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
