@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--gold:#b8965a;--gold-light:#d4aa70;--gold-dark:#8a6e3a;--dark:#f8f6f2;--dark-2:#f0ede7;--dark-3:#e8e3da;--dark-4:#d0c9be;--text:#1e1a16;--text-muted:#6b6258;--text-dim:#a09890;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Inter",system-ui,sans-serif;--section-pad:5rem 1.5rem;--radius:4px;--transition:0.3s ease}html{scroll-behavior:smooth}body{background-color:var(--dark);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none}a,button{color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-subtitle{color:var(--gold);font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;margin-bottom:.75rem}.section-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--text);line-height:1.2}.section-divider{width:2.5rem;height:2px;background:var(--gold);margin:1.5rem 0 2.5rem}.btn-primary{display:inline-block;background:var(--gold);color:var(--dark);font-family:var(--font-body);font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;padding:.875rem 2rem;border-radius:var(--radius);transition:background var(--transition),transform var(--transition)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-outline{display:inline-block;border:1px solid var(--gold);color:var(--gold);font-family:var(--font-body);font-weight:500;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;padding:.875rem 2rem;border-radius:var(--radius);transition:all var(--transition)}.btn-outline:hover{background:var(--gold);color:var(--dark)}