*,:after,:before{box-sizing:border-box}:root{--color-bg:#fafaf9;--color-surface:#ffffff;--color-border:#e5e4e2;--color-text:#1c1c1a;--color-text-secondary:#6b6b68;--color-accent:#2d5a9b;--color-accent-subtle:#eef2f9;--color-success:#1e7e4a;--color-error:#c0392b;--text-sm:0.875rem;--text-base:clamp(1rem,0.92rem + 0.4vw,1.125rem);--text-lg:clamp(1.25rem,1.1rem + 0.6vw,1.5rem);--text-xl:clamp(1.5rem,1.2rem + 1.2vw,2.25rem);--text-hero:clamp(2.75rem,1.5rem + 5vw,5.5rem);--text-display:clamp(1rem,0.8rem + 0.8vw,1.375rem);--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:clamp(3rem,2rem + 4vw,6rem);--space-section:clamp(5rem,3rem + 6vw,10rem);--duration-fast:120ms;--duration-normal:240ms;--ease-out:cubic-bezier(0.16,1,0.3,1)}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,Times New Roman,serif;font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{line-height:1.15;letter-spacing:-.02em;margin:0}p{margin:0}a{color:inherit;text-decoration:none;transition:opacity var(--duration-fast) var(--ease-out)}a:hover{opacity:.7}button,input,select,textarea{font-family:inherit;font-size:inherit}.index-card{transition:background var(--duration-fast) var(--ease-out)}.index-card:hover{background:var(--color-accent-subtle)}