:root{--cream:#f8f3ea;--surface:#fffdf8;--navy:#243447;--navy-dark:#1a2738;--oak:#5e7357;--clay:#b86b4b;--clay-hover:#a75d3f;--brass:#c8a45d;--charcoal:#2e2e2e;--border:#e4d8c8;--muted:#7a746d;--radius-card:14px;--radius-button:10px;--shadow-card:0 1px 2px rgba(36,52,71,.06);--shadow-raised:0 8px 24px rgba(36,52,71,.1);--font-heading:"Source Serif 4",Georgia,serif;--font-body:"Inter",system-ui,-apple-system,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--charcoal);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--navy);font-weight:600}p{color:var(--charcoal);line-height:1.7}a{color:inherit;text-decoration:none}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.story-grid{display:flex;gap:48px;align-items:flex-start}.stat-row{display:flex;gap:48px;align-items:center}@media (max-width:860px){.grid-2,.grid-3,.hero-grid{grid-template-columns:1fr;gap:28px}.hero-grid{gap:36px}.story-grid{flex-direction:column;gap:28px}.stat-row{flex-direction:column;align-items:flex-start;gap:32px}.stat-divider{display:none}}