*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--ink:#303f2f;--paper:#ffffff;--cream:#ede7d9;--accent:#102717;--muted:#3d4540;--rule:#d4cbbf;--link:#9c3c54}body,html{background:var(--paper);color:var(--ink);font-family:DM Sans,"Source Serif 4",Georgia,serif;min-height:100vh;font-weight:200}a{color:inherit;text-decoration:none}.site-header{border-bottom:1px solid var(--rule);padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;background:var(--paper);z-index:100}.header-inner{max-width:860px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0}.site-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(.5rem,4vw,1.5rem);font-weight:500;letter-spacing:-.02em}.site-title span{color:var(--accent)}nav{display:flex;gap:2rem}nav a{font-size:clamp(.5rem,2.5vw,.875rem);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);transition:color .2s}nav a:hover{color:var(--ink)}.home{max-width:860px;margin:0 auto;padding:2rem}.home-hero{padding-bottom:1rem}.hero-eyebrow{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-weight:300}.hero-headline{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.2rem,6vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;max-width:796px}.hero-sub{font-size:clamp(.875rem,2vw,1.1rem);line-height:1.7;color:var(--muted);max-width:796px;font-weight:200}.posts-section h2{font-size:1.5rem;letter-spacing:0;text-transform:none;color:var(--muted);margin-bottom:1rem}.post-list{display:flex;flex-direction:column}.post-card{display:grid;grid-template-columns:1fr auto;grid-gap:1rem;gap:1rem;padding:2rem 0;border-bottom:1px solid var(--rule);transition:all .2s;align-items:start}.post-card a:hover .post-card-title{color:var(--accent)}.post-card:first-child{border-top:1px solid var(--rule)}.post-card:hover .post-card-title{color:var(--accent)}.post-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.post-category{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.post-dot{color:var(--rule);font-size:.5rem}.post-date{font-size:.8rem;color:var(--muted);font-weight:300}.post-card-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:500;line-height:1.25;letter-spacing:-.02em;margin-bottom:.6rem;transition:color .2s}.post-card-excerpt{font-size:.95rem;line-height:1.65;color:var(--muted);font-weight:250;max-width:796px}.read-time{font-size:.75rem;color:var(--muted);white-space:nowrap;font-weight:300;letter-spacing:.04em}.post-page{max-width:680px;margin:0 auto;padding:4rem 2rem 6rem}.post-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:3rem;transition:color .2s}.post-back:hover{color:var(--accent)}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--rule)}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1.2rem}.post-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.2rem}.post-lede{font-size:1.15rem;line-height:1.7;color:var(--muted);font-weight:300;font-style:italic}.post-body{font-size:1.05rem;line-height:1.8;font-weight:300}.post-body p{margin-bottom:1.5rem}.post-body h2{font-family:Playfair Display,serif;font-size:1.4rem;margin:1.5rem 0 1rem;letter-spacing:-.02em}.post-body b,.post-body h2{font-weight:700}.post-body a{color:var(--link)}.post-body ol,.post-body ul{margin:0 0 1.5rem 1.5rem}.post-body li{margin-bottom:.4rem}.post-body blockquote{border-left:3px solid var(--accent);padding-left:1.5rem;color:var(--muted);font-style:italic;margin:2rem 0}.post-body img{width:100%;height:auto;display:block;margin:2rem 0}.post-body img[alt*=left]{float:left;max-width:45%;margin:.25rem 2rem 1rem 0}.post-body img[alt*=right]{float:right;max-width:45%;margin:.25rem 0 1rem 2rem}.post-body h2{clear:both}.post-body:after{content:"";display:table;clear:both}.about{max-width:680px;margin:0 auto;padding:4rem 2rem 6rem}.about-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--rule)}.about-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.about-name{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1.2rem}.about-bio{font-size:1.1rem;line-height:1.75;color:var(--muted);font-weight:300;font-style:italic}.about-body{font-size:1.05rem;line-height:1.8;font-weight:300}.about-body p{margin-bottom:1.5rem}.about-links{display:flex;gap:1rem;margin-top:3rem;flex-wrap:wrap}.about-link{display:inline-block;padding:.6rem 1.4rem;border:1px solid var(--rule);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:all .2s}.about-link:hover{border-color:var(--ink);color:var(--ink)}.site-footer{border-top:1px solid var(--rule);padding:2rem;text-align:center}.footer-inner{max-width:860px;margin:0 auto;font-size:.8rem;color:var(--muted);font-weight:300;letter-spacing:.04em}.footer-inner span{color:var(--accent)}