:root{--gold:#C4A265;--gold-light:#D4B87A;--gold-dark:#A88B4A;--cream:#FAF6F0;--charcoal:#252220;--charcoal-light:#332F2B;--warm-gray:#ADA59B;--blush:#F0E6DE;--deep:#1A1714;--serif:'Cormorant Garamond', Georgia, serif;--sans:'Manrope', system-ui, sans-serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:7rem;--border-subtle:1px solid rgba(196, 162, 101, 0.08);--border-gold:1px solid rgba(196, 162, 101, 0.15);--border-gold-strong:1px solid rgba(196, 162, 101, 0.3)}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body,p{font-weight:300}body,html{overscroll-behavior-x:none;overflow-x:hidden}body{font-family:var(--sans);background:var(--deep);color:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;width:100%}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--serif);font-weight:300;line-height:1.15}p{line-height:1.8}::selection{background:var(--gold);color:var(--deep)}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);padding:.75rem 1.5rem;background:var(--gold);color:var(--deep);font-weight:700;z-index:1000;transition:top .3s}.skip-link:focus{top:0}