@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;500;600;700&display=swap");:root{--font-heading:"Playfair Display",serif;--font-body:"Lato",sans-serif;--color-primary:#D4AF37;--color-secondary:#C0C0C0;--color-cta:#F59E0B;--color-background:#020617;--color-surface:#0f172a;--color-glass:rgba(15,23,42,0.6);--color-text:#F8FAFC;--color-text-body:#94A3B8;--color-border:rgba(212,175,55,0.2);--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:32px;--space-xl:48px;--space-2xl:64px;--space-3xl:96px;--shadow-sm:0 4px 6px -1px rgba(0,0,0,0.3);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.5);--shadow-glow:0 0 20px rgba(212,175,55,0.15);--nav-height:90px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--color-background);color:var(--color-text-body);font-family:var(--font-body);scroll-behavior:smooth;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700}a{color:inherit;text-decoration:none;transition:color .2s ease}button{font-family:var(--font-body)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:5px;border:2px solid var(--color-background)}::-webkit-scrollbar-thumb:hover{background:var(--color-cta)}