:root{--background: #f3f0e8;--text: #171717;--muted: #68645c}*{box-sizing:border-box}html{min-height:100%;background:var(--background);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.4}body{min-height:100vh;margin:0;background:var(--background)}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.22em}.site{min-height:calc(100vh - 72px);display:grid;align-items:center;padding:48px}.intro{max-width:760px;margin:0;font-size:clamp(2.4rem,6vw,5.8rem);font-weight:400;letter-spacing:0;line-height:.98}.page{max-width:760px;margin:0;padding:48px}.page h1{margin:0 0 32px;font-size:clamp(2.4rem,6vw,5.8rem);font-weight:400;letter-spacing:0;line-height:.98}.page h2{margin:40px 0 12px;font-size:1.15rem;font-weight:400}.page p{color:var(--muted);font-size:1rem;line-height:1.65}.footer{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 48px;color:var(--muted);font-size:.95rem}@media(max-width:640px){.site{min-height:calc(100vh - 104px);padding:28px}.intro,.page h1{font-size:clamp(2rem,13vw,4rem);line-height:1}.page{padding:28px}.footer{min-height:104px;align-items:flex-start;flex-direction:column;gap:8px;padding:24px 28px}}
