:root{color-scheme:light dark;--color-bg: #F3EFE6;--color-surface: #F8F5EE;--color-text: #20201D;--color-muted: #686A62;--color-rule: #A7A79E;--color-accent: #42654A;--color-accent-secondary: #9B5C3F;--color-link: #42654A;--color-focus: #42654A;--color-code-bg: #EAE5DB}@media (prefers-color-scheme: dark){:root{--color-bg: #121412;--color-surface: #1A1D1A;--color-text: #EEECE5;--color-muted: #B3B6AA;--color-rule: #3C433C;--color-accent: #88AD87;--color-accent-secondary: #D58B6D;--color-link: #88AD87;--color-focus: #88AD87;--color-code-bg: #0E100E}}:root[data-theme=light]{--color-bg: #F3EFE6;--color-surface: #F8F5EE;--color-text: #20201D;--color-muted: #686A62;--color-rule: #A7A79E;--color-accent: #42654A;--color-accent-secondary: #9B5C3F;--color-link: #42654A;--color-focus: #42654A;--color-code-bg: #EAE5DB}:root[data-theme=dark]{--color-bg: #121412;--color-surface: #1A1D1A;--color-text: #EEECE5;--color-muted: #B3B6AA;--color-rule: #3C433C;--color-accent: #88AD87;--color-accent-secondary: #D58B6D;--color-link: #88AD87;--color-focus: #88AD87;--color-code-bg: #0E100E}*,*::before,*::after{box-sizing:border-box}body{margin:0}img,picture,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit;color:inherit}ul[class],ol[class]{list-style:none;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);min-height:100vh}a{color:var(--color-link)}a:hover,a:focus-visible{color:var(--color-accent)}hr{border:none;border-top:var(--rule-width) solid var(--color-rule)}::placeholder{color:var(--color-muted)}:root{--font-display: ui-serif, Georgia, Cambria, "Times New Roman", serif;--font-body: ui-serif, Georgia, Cambria, "Times New Roman", serif;--font-ui: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace}body{font-family:var(--font-body);font-size:1rem;line-height:1.7}@media (min-width: 40rem){body{font-size:1.0625rem}}@media (min-width: 64rem){body{font-size:1.125rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}nav,button,.theme-toggle,.cta{font-family:var(--font-ui)}.post-meta,.tag,.tag-list,code,pre,kbd,samp{font-family:var(--font-mono)}.lede{font-family:var(--font-display);font-size:clamp(1.375rem,1.1rem + 1.2vw,2rem);line-height:1.3;max-width:var(--reading-width)}:root{--space-1: 0.25rem;--space-2: 0.5rem;--space-3: 0.75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--container: 80rem;--reading-width: 68ch;--rule-width: 1px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1rem,4vw,3rem)}.layout{display:flex;flex-direction:column;gap:var(--space-8);padding-block:var(--space-8)}.site-masthead{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3) var(--space-6);padding-block:var(--space-6);border-bottom:var(--rule-width) solid var(--color-rule)}.wordmark{font-family:var(--font-ui);font-size:1.05rem;font-weight:600;color:var(--color-text);text-decoration:none}.site-nav .nav-list{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);margin:0;padding:0;list-style:none;font-family:var(--font-ui)}.site-nav .nav-list a{color:var(--color-muted);text-decoration:none}.site-nav .nav-list a:hover,.site-nav .nav-list a:focus-visible{color:var(--color-accent)}.site-footer{margin-top:var(--space-16);padding-block:var(--space-8);border-top:var(--rule-width) solid var(--color-rule);color:var(--color-muted);font-family:var(--font-ui)}.prose{max-width:var(--reading-width)}.prose img,.prose video{max-width:100%;height:auto}.prose pre{overflow-x:auto;padding:var(--space-4);background:var(--color-code-bg);border-radius:.25rem}.prose :where(h2,h3,h4){margin-top:var(--space-12)}a{text-underline-offset:.15em}button,.cta,a[role=button]{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.theme-toggle{width:44px;height:44px;padding:0;background:rgba(0,0,0,0);color:var(--color-muted);border:var(--rule-width) solid var(--color-rule);border-radius:.25rem;cursor:pointer;line-height:1}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--color-accent);border-color:var(--color-accent)}.theme-toggle-icon{font-size:1.15rem;line-height:1}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:var(--space-4);z-index:100;padding:var(--space-2) var(--space-4);background:var(--color-surface);color:var(--color-text);border:var(--rule-width) solid var(--color-rule);border-radius:.25rem}.skip-link:focus{top:var(--space-4)}::selection{background:var(--color-accent);color:var(--color-surface)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}.home-grid{display:flex;flex-direction:column;gap:var(--space-8);min-width:0}.home-hero{max-width:var(--reading-width)}.home-featured,.home-recent,.home-now{min-width:0}.home-featured,.home-now{border-top:var(--rule-width) solid var(--color-rule);padding-top:var(--space-4)}.home-now{background:var(--color-surface);border:var(--rule-width) solid var(--color-rule);border-radius:.25rem;padding:var(--space-4)}.home-now :first-child{margin-top:0}.eyebrow{display:block;font-family:var(--font-mono);color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2)}.post-list{display:flex;flex-direction:column;gap:var(--space-6)}.post-summary h3{margin-bottom:var(--space-1)}.post-description{max-width:var(--reading-width);color:var(--color-text)}.tag{text-decoration:underline;text-underline-offset:.15em}@media (min-width: 64rem){.home-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-areas:"hero hero" "featured now" "recent recent";column-gap:var(--space-12);row-gap:var(--space-8);align-items:start}.home-hero{grid-area:hero;max-width:none}.home-featured{grid-area:featured}.home-now{grid-area:now}.home-recent{grid-area:recent}}