:root{--bg-main:#f9f7f4;--bg-alt:#f2efe9;--bg-dark:#111110;--surface:#fff;--surface-raised:#fdfcfa;--text-strong:#111110;--text-medium:#3c3228;--text-muted:#8a7b6e;--accent:#8b5e3c;--accent-hover:#7a5234;--accent-light:#c8966a;--border:#e4dfd8;--border-strong:#cec8be;--success:#2d6a4f;--error:#a53b3b;--content-padding:clamp(1rem,3vw,2rem);--max-content-width:1280px;--max-editorial-width:1440px;--max-reading-width:40rem;--section-space:clamp(4.75rem,9vw,8rem);--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Cormorant Garamond",Georgia,serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.5rem;--text-3xl:3.5rem;--shadow-sm:0 1px 3px rgba(17,17,16,.07),0 1px 2px rgba(17,17,16,.05);--shadow-md:0 4px 16px rgba(17,17,16,.08),0 2px 6px rgba(17,17,16,.05);--shadow-lg:0 12px 40px rgba(17,17,16,.1),0 4px 12px rgba(17,17,16,.06)}*,:after,:before{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{background-color:var(--bg-main);color:var(--text-strong);font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.05;margin-top:0}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fade-up .65s ease both}@media(prefers-reduced-motion:reduce){.fade-up{animation:none}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
