:root{--primary: #2c2c2c;--secondary: #d4af37;--accent: #8b7355;--white: #ffffff;--light-gray: #f5f5f5;--heading-font: "Cormorant Garamond", serif;--body-font: "Montserrat", sans-serif;--animation-speed: .8s;--animations-enabled: 1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--body-font);color:var(--text-color, #333);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:400}.animations-enabled .fade-in{animation:fadeIn var(--animation-speed) ease-in}.animations-enabled .fade-in-up{animation:fadeInUp var(--animation-speed) ease-out}.animations-enabled .slide-in-left{animation:slideInLeft var(--animation-speed) ease-out}.animations-enabled .slide-in-right{animation:slideInRight var(--animation-speed) ease-out}.animations-enabled .zoom-in{animation:zoomIn var(--animation-speed) ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.container{max-width:1200px;margin:0 auto;padding:0 20px}
