:root{--background:#fff;--surface:#f5f5f5;--surface-hover:#eee;--accent:#000;--accent-secondary:#99742e;--text-primary:#000;--text-secondary:#333;--border-color:#d0d0d0;--font-heading:"Playfair Display",serif;--font-body:"Inter",sans-serif;--spacing-unit:8px;--transition-speed:.4s cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{color:var(--text-primary);background:var(--background);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:1rem;font-weight:700;line-height:1.2}a{color:inherit;transition:color var(--transition-speed);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}
