@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
:root{--bg:#faf8f6;--text:#232323;--muted:#666;}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
header{max-width:1100px;margin:0 auto;padding:36px 32px;display:flex;justify-content:space-between;align-items:center}
.brand{font-size:1.45rem;font-weight:700;font-family:Georgia,'Times New Roman',serif;letter-spacing:-0.02em}
nav a{text-decoration:none;color:#666;margin-left:28px;padding-bottom:6px;font-size:.95rem}
nav a.active{color:#222;border-bottom:1px solid #222}
.hero{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:32px}
.content{max-width:720px}
h1{font-family:Georgia,serif;font-size:clamp(2.35rem,5vw,3.4rem);font-weight:400;line-height:1.05;margin:0 0 28px}
p,a{font-size:1.15rem;line-height:1.9;color:var(--muted)}a{color:inherit}
@media(max-width:700px){header{padding:24px}.brand{font-size:1.25rem}nav a{margin-left:16px;font-size:.9rem}h1{font-size:2.1rem}}
