:root{--ink:#17201b;--muted:#66706a;--paper:#fbfaf6;--soft:#f0eee7;--line:#ded9ca;--forest:#244438;--steel:#496777;--clay:#a85f3c;--white:#ffffff;--shadow:0 24px 70px rgba(23, 32, 27, 0.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:16px;line-height:1.7}a{color:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,72px);background:rgba(251,250,246,.9);border-bottom:1px solid rgba(222,217,202,.8);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:44px;height:44px;border-radius:50%;object-fit:cover}.brand strong,.brand small{display:block}.brand strong{font-size:.98rem;line-height:1.15}.brand small{color:var(--muted);font-size:.78rem;line-height:1.25}.site-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.site-nav a{border-radius:999px;color:var(--muted);font-size:.88rem;font-weight:700;padding:8px 12px;text-decoration:none}.site-nav a:hover{background:var(--soft);color:var(--ink)}main{padding:0 clamp(20px,5vw,72px)}.hero{display:grid;grid-template-columns:minmax(0,1fr)minmax(320px,.74fr);gap:clamp(28px,6vw,84px);min-height:calc(100vh - 82px);align-items:center;padding:clamp(48px,7vw,88px)0}.hero-copy{max-width:820px}.eyebrow{color:var(--clay);font-size:.78rem;font-weight:800;letter-spacing:0;margin:0 0 14px;text-transform:uppercase}h1,h2,h3{line-height:1.08;margin:0}h1{font-family:Lora,Georgia,serif;font-size:clamp(2.9rem,6.2vw,5.65rem);font-weight:600;max-width:980px}h2{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,4.2rem);font-weight:600}h3{font-size:1.22rem}.hero-text,.section>p,.lede{color:var(--muted);font-size:clamp(1.02rem,1.35vw,1.2rem);max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.button{align-items:center;border:1px solid var(--line);border-radius:999px;display:inline-flex;font-weight:800;min-height:46px;padding:10px 18px;text-decoration:none}.button.primary{background:var(--forest);border-color:var(--forest);color:var(--white)}.hero-media{margin:0;position:relative}.hero-media img{aspect-ratio:4/5;border-radius:8px;box-shadow:var(--shadow);height:min(72vh,720px);object-fit:cover;width:100%}.section{border-top:1px solid var(--line);margin-top:clamp(36px,7vw,96px);padding-top:clamp(30px,5vw,64px)}.split{display:grid;grid-template-columns:minmax(0,.9fr)minmax(280px,.7fr);gap:clamp(24px,6vw,80px);align-items:start}.work-grid,.post-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}.work-grid article,.post-card,.article-row{background:var(--white);border:1px solid rgba(222,217,202,.82);border-radius:8px;box-shadow:0 12px 40px rgba(23,32,27,5%)}.work-grid article{min-height:270px;padding:24px}.work-grid span{color:var(--steel);display:block;font-weight:800;margin-bottom:28px}.work-grid p,.post-card p,.article-row p{color:var(--muted)}.work-grid a,.post-card a,.article-row a{text-decoration:none}.work-grid a:hover,.post-card a:hover,.article-row a:hover{text-decoration:underline;text-decoration-color:rgba(168,95,60,.38);text-decoration-thickness:2px;text-underline-offset:5px}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:clamp(60px,9vw,112px)}.post-card{min-height:230px;padding:24px}time{color:var(--clay);display:block;font-size:.82rem;font-weight:800;margin-bottom:14px}.page-shell{margin:0 auto;max-width:1080px;padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(64px,9vw,112px)}.page-heading{margin-bottom:36px}.page-heading h1,.article-header h1{font-size:clamp(2.8rem,6vw,5.4rem)}.article-list{display:grid;gap:18px}.article-row{padding:clamp(22px,4vw,38px)}.article-row h2{font-size:clamp(1.55rem,3vw,2.55rem);max-width:820px}.single-article{margin:0 auto;max-width:780px}.article-header{margin-bottom:34px}.article-body{color:#26322b;font-family:Lora,Georgia,serif;font-size:1.14rem}.article-body p,.article-body ul,.article-body ol{margin:0 0 1.45em}.article-body h2,.article-body h3,.article-body h4{font-family:Inter,system-ui,sans-serif;margin:2em 0 .7em}.article-body img{border-radius:8px;margin:2rem auto;max-height:760px;object-fit:contain}.article-body blockquote{border-left:4px solid var(--clay);color:var(--muted);margin:2rem 0;padding-left:1.2rem}.pager{display:flex;gap:12px;margin-top:30px}.pager a{border:1px solid var(--line);border-radius:999px;padding:8px 14px;text-decoration:none}.site-footer{background:var(--ink);color:var(--paper);display:flex;justify-content:space-between;gap:24px;padding:34px clamp(20px,5vw,72px)}.site-footer p{color:rgba(251,250,246,.72);margin:8px 0 0;max-width:620px}.footer-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.footer-links a{color:rgba(251,250,246,.82);text-decoration:none}@media(max-width:980px){.hero,.split{grid-template-columns:1fr}.hero{min-height:auto}.hero-media img{aspect-ratio:16/10;height:auto}.work-grid,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.site-nav a{padding:6px 8px}h1{font-size:clamp(2.5rem,12vw,3.85rem)}.work-grid,.post-grid{grid-template-columns:1fr}.article-body{font-size:1.05rem}}