@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500&display=swap");:root{--bg-deep:#080807;--bg-panel:rgba(14,13,12,0.72);--bg-field:rgba(255,255,255,0.04);--border-subtle:rgba(255,248,240,0.08);--border-focus:rgba(196,165,116,0.45);--text-primary:#ebe6df;--text-muted:rgba(235,230,223,0.55);--text-faint:rgba(235,230,223,0.35);--gold:#c4a574;--gold-soft:rgba(196,165,116,0.15);--gold-glow:rgba(196,165,116,0.25);--form-bg:#121212;--form-bg-hover:#161616;--form-border:#2a2a2a;--form-text:#f5f5f5;--form-gold:#c8a46b;--form-gold-glow:rgba(200,164,107,0.18);--form-radius:11px;--ease-premium:cubic-bezier(0.22,1,0.36,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;font-weight:300;background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;letter-spacing:.02em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}::selection{background:var(--gold-soft);color:var(--text-primary)}