:root{--ink:#14261f;--paper:#f3f1e8;--accent:#e85d3f;--line:#14261f33}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:radial-gradient(circle at 90% 10%, #e85d3f29, transparent 24rem), var(--paper);margin:0;font-family:Arial,Helvetica,sans-serif}main{width:min(1120px,100% - 40px);min-height:100vh;margin:0 auto;padding:72px 0 40px}.hero{max-width:830px;padding:52px 0 80px}.eyebrow{color:var(--accent);letter-spacing:.16em;margin:0 0 24px;font-size:.75rem;font-weight:700}h1{letter-spacing:-.06em;max-width:700px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,10vw,8rem);font-weight:400;line-height:.88}.intro{max-width:560px;margin:36px 0 0;font-size:clamp(1rem,2vw,1.3rem);line-height:1.55}.grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}article{border-right:1px solid var(--line);min-height:260px;padding:28px}article:last-child{border-right:0}article span{color:var(--accent);font-size:.75rem}article h2{margin:56px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400}article p{color:#14261fb8;min-height:44px;margin:0 0 24px;line-height:1.45}code{font-size:.78rem}footer{padding:32px 0;font-size:.9rem}@media (max-width:720px){main{width:min(100% - 28px,1120px);padding-top:28px}.hero{padding:48px 0 64px}.grid{grid-template-columns:1fr}article{border-right:0;border-bottom:1px solid var(--line);min-height:auto}article:last-child{border-bottom:0}article h2{margin-top:36px}}
