:root{--color-bg:#f5f0e8;--color-bg-dark:#1c1c2e;--color-accent-1:#c4365b;--color-accent-2:#3b82c4;--color-accent-3:#f5a623;--color-text:#1c1c2e;--color-text-muted:#5a5a6e;--color-surface:#eeeae0;--color-nav-bg:hsla(37,39%,94%,.92);--font-heading:"Playfair Display",Georgia,serif;--font-body:"Lato","Inter",system-ui,sans-serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--space-2xl:10rem;--nav-height:68px;--max-content-width:1200px;--section-padding:var(--space-xl) var(--space-md);--transition-fast:0.15s ease;--transition-med:0.3s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-accent-1);border-radius:3px}