/**
 * OMNIUM — Sound Section (The Record Shop)
 * Brutalist waveform aesthetic with ember/orange accent
 * © Omar Dakhane
 */
.section-sound { --section-accent: var(--ember); }
.section-sound .omnium-shop { background: linear-gradient(180deg, var(--black) 0%, #0d0707 100%); }
.section-sound .woocommerce ul.products li.product { border-color: rgba(255,94,58,0.06); }
.section-sound .woocommerce ul.products li.product:hover { border-color: rgba(255,94,58,0.2); box-shadow: 0 20px 60px rgba(255,94,58,0.04); }
.section-sound .woocommerce ul.products li.product .button { border-top-color: rgba(255,94,58,0.1); }
.section-sound .woocommerce ul.products li.product .button:hover { background: var(--ember); }
.section-sound .woocommerce ul.products li.product .price { color: var(--ember); }
