@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Inter:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0b0b0b;--white:#f5f5f3;--bordeaux:#6e0f1a;--gold:#c8a96a;--gold-light:#e2c98a;--olive:#4a5d23;--gray:#1a1a1a;--gray-mid:#2e2e2e;--gray-light:#888;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Inter", Helvetica, sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--sans);cursor:none;font-weight:300;overflow-x:hidden}::selection{background:var(--gold);color:var(--black)}#cursor{background:var(--gold);pointer-events:none;z-index:9999;border-radius:50%;width:10px;height:10px;transition:width .3s,height .3s,background .3s,border .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}#cursor-ring{pointer-events:none;z-index:9998;border:1px solid #c8a96a80;border-radius:50%;width:36px;height:36px;transition:width .3s,height .3s,opacity .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}body.cursor-hover #cursor{border:1px solid var(--gold);background:0 0;width:56px;height:56px}body.cursor-hover #cursor-ring{opacity:0}body:after{content:"";opacity:.022;pointer-events:none;z-index:9990;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");position:fixed;inset:0}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.gold-text{background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold), var(--gold-light), var(--gold));-webkit-text-fill-color:transparent;background-size:300%;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite shimmer}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scrollDrop{0%{opacity:1;transform:scaleY(0)translateY(-100%)}to{opacity:0;transform:scaleY(1)translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px #c8a96a4d}50%{box-shadow:0 0 60px #c8a96ab3,0 0 120px #c8a96a4d}}@keyframes spin{to{transform:rotate(360deg)}}.cart-drawer{transition:transform .45s cubic-bezier(.16,1,.3,1);transform:translate(100%)}.cart-drawer.open{transform:translate(0)}
