:root{--bg:#F5F5F3;--card-bg:rgba(255,255,255,0.7);--pure-white:#ffffff;--accent:#B84C4C;--accent-dark:#933A3A;--accent-light:rgba(184,76,76,0.12);--accent-border:rgba(184,76,76,0.25);--near-black:#1a1a1a;--text-secondary:#6D6D6D;--text-muted:#999999;--border:rgba(0,0,0,0.08);--border-strong:rgba(0,0,0,0.15);--light-gray:#cecece;--silver:#c0c0c0;--medium-gray:#9c9c9d;--dim-gray:#6a6b6c;--dark-gray:#434345;--shadow-level-1:rgba(0,0,0,0.06) 0px 1px 2px;--shadow-card:0 2px 8px rgba(0,0,0,0.06);--shadow-button:rgba(255,255,255,0.5) 0px 1px 0px 0px inset;--font-primary:"NotionInter","Inter",-apple-system,system-ui,"Segoe UI",Helvetica,sans-serif;--font-mono:"GeistMono","ui-monospace","SFMono-Regular","Roboto Mono",Menlo,Monaco,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px;background-clip:content-box;border:1px solid transparent}html::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2);background-clip:content-box;border:1px solid transparent}body{margin:0;min-height:100vh;background-color:#F5F5F3;color:var(--near-black);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{text-decoration:none}a,button{color:inherit}button{padding:0;border:0;background:none;font:inherit;cursor:pointer}h1,h2,h3,p,ul{margin:0}.typography-display-hero{font-size:4rem;font-weight:600;line-height:1.1}.typography-section-heading{font-size:3.5rem;font-weight:400;line-height:1.17;letter-spacing:.2px}.typography-card-title{font-size:1.375rem;font-weight:400;line-height:1.15}.typography-subheading{font-size:1.25rem;font-weight:500;line-height:1.6;letter-spacing:.2px}.typography-body-large{font-size:1.125rem;font-weight:400;line-height:1.15;letter-spacing:.2px}.typography-body{font-size:1rem;font-weight:500;line-height:1.6;letter-spacing:.2px}.typography-button{font-size:1rem;font-weight:600;line-height:1.15;letter-spacing:.3px}.typography-caption{font-size:.875rem;font-weight:500;line-height:1.14;letter-spacing:.2px}.typography-mono{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes breathe{0%,to{box-shadow:0 0 0 0 rgba(184,76,76,0)}50%{box-shadow:0 0 12px 2px rgba(184,76,76,.25)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}