@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--gold:#c9a84c;--gold-light:#e2c97e;--gold-dark:#9a7a2e;--black:#0a0a0a;--dark:#111;--dark-2:#1a1a1a;--dark-3:#222;--white:#fff;--white-soft:#f5f5f0;--gray:#888;--gray-light:#ccc;--font-heading:"Cormorant Garamond", serif;--font-body:"Montserrat", sans-serif;--transition:all .3s ease;--shadow:0 4px 30px #0000004d;--shadow-gold:0 4px 20px #c9a84c33;--max-width:1200px;--section-padding:100px 20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--black);color:var(--white);line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.section{padding:var(--section-padding)}.section-title{font-family:var(--font-heading);color:var(--white);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;line-height:1.2}.section-subtitle{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.75rem;font-weight:600}.gold-text{color:var(--gold)}.gold-line{background:var(--gold);width:60px;height:1px;margin:20px 0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}@media (width<=768px){.desktop-nav{display:none!important}.mobile-nav{display:flex!important}}@media (width>=769px){.mobile-nav{display:none!important}.desktop-nav{display:flex!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-fadeInUp{animation:.8s forwards fadeInUp}.animate-fadeIn{animation:.8s forwards fadeIn}.animate-fadeInLeft{animation:.8s forwards fadeInLeft}.animate-fadeInRight{animation:.8s forwards fadeInRight}.animate-scaleIn{animation:.6s forwards scaleIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.gold-line-animate{background:var(--gold);width:0;height:1px;transition:width .8s}.gold-line-animate.visible{width:60px}
