:root{--bg: #1D1D1D;--bg-dark: #1D1D1D;--surface: #2a2a2a;--text: #e8e8e8;--muted: #9a9a9a;--light: #f5f5f5;--accent: #c8a97e;--accent-dark: #a8854a;--border: #3a3a3a;--nav-h: 72px;--max-w: 1200px;--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--bg-dark);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--serif);font-weight:300;line-height:1.15}p{font-weight:300;color:var(--muted);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:2rem}.section{padding-block:6rem}.divider{width:40px;height:1px;background:var(--accent);margin-bottom:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .8s ease both}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#1d1d1d}::-webkit-scrollbar-thumb{background:var(--accent)}
