:root{--background:#fff;--foreground:#1a1a1a;--primary:#d4a373;--secondary:#2c3e50;--accent:#e76f51;--text-muted:#666;--border-color:#e5e5e5;--font-heading:"Playfair Display",serif;--font-body:"Lato",sans-serif;--container-width:1200px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-body);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:1rem;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.btn{border:1px solid var(--foreground);color:var(--foreground);font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;padding:12px 24px;transition:all .3s;display:inline-block}.btn:hover{background:var(--foreground);color:var(--background)}.section{padding:80px 0}
