/* Fauzee's Collection base styles */
:root { --primary: #D4AF37; }
/* Extend here if needed */

/* Enhanced UI */
* { box-sizing: border-box; }
.card:hover { box-shadow: 0 16px 30px rgba(15,23,42,0.08); transition: box-shadow .2s ease; }
.btn { transition: transform .08s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(212,175,55,0.25); }
.btn.secondary:hover { box-shadow: 0 8px 20px rgba(15,23,42,0.25); }
.input { transition: border-color .15s ease, box-shadow .15s ease; }
.nav { position: sticky; top: 0; z-index: 10; backdrop-filter: saturate(180%) blur(6px); }
.brand { letter-spacing: .3px; }



