@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root { --gold: #d5a62e; --gold-light: #f2cf71; --ink: #0a0a0a; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background:#ffffff; color:#181611; }
.font-display { font-family: 'Playfair Display', serif; }
.gold-text { color: var(--gold); }
.gold-line { background: linear-gradient(90deg, transparent, var(--gold), transparent); height: 1px; }
.gold-border { border-color: rgba(213,166,46,.45); }
.nav-link { color:#4b4539; transition:.2s; }
.nav-link:hover,.nav-link.active { color:var(--gold-light); }
.hero-glow { background: radial-gradient(circle at 65% 35%, rgba(213,166,46,.15), transparent 27%), radial-gradient(circle at 10% 85%, rgba(213,166,46,.08), transparent 25%); }
.card { background:linear-gradient(145deg, #ffffff, #fbf8f0); border:1px solid rgba(213,166,46,.32); box-shadow:0 10px 28px rgba(27,22,9,.06); }
.card:hover { border-color:rgba(213,166,46,.66); transform:translateY(-4px); }
.btn-gold { background:linear-gradient(135deg,#f0cb68,#b98413); color:#13110c; font-weight:700; transition:.2s; }
.btn-gold:hover { filter:brightness(1.1); transform:translateY(-1px); }
.btn-outline { border:1px solid rgba(213,166,46,.7); color:#f0cb68; transition:.2s; }
.btn-outline:hover { background:rgba(213,166,46,.12); }
.logo-mark { width:52px; height:40px; position:relative; display:inline-block; }
.logo-mark:before,.logo-mark:after { content:''; position:absolute; transform:skew(-20deg); border-radius:7px 7px 2px 2px; }
.logo-mark:before { width:30px; height:36px; left:2px; bottom:0; background:linear-gradient(135deg,#ffd76d,#af7907); }
.logo-mark:after { width:26px; height:36px; right:0; top:0; background:linear-gradient(135deg,#363636,#050505); }
.prose-gold h2,.prose-gold h3 { color:#efca69; font-family:'Playfair Display',serif; }
.prose-gold p { color:#d4cfc5; line-height:1.8; }
