.hero-wrap { position: relative; overflow: hidden; }
.pigment-blob { position:absolute; filter:blur(28px); opacity:.55; border-radius:999px; animation: floaty 10s ease-in-out infinite; }
.blob-blue { background:#217091; width:380px; height:380px; top:-80px; right:-120px; opacity:.25; }
.blob-red { background:#c5504d; width:260px; height:260px; bottom:-60px; left:-80px; opacity:.22; animation-duration:12s; }
.blob-gold { background:#e0aa55; width:200px; height:200px; top:160px; left:40%; opacity:.22; animation-duration:14s; }
.category-card { transition: transform .35s ease, box-shadow .35s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.10);}
