/*
Theme Name: Sorta Stupid Homepage
Theme URI: https://sortastupid.net
Template: sorta-stupid-2025
Author: Sorta Stupid
Description: 2nd-Try-style multi-show homepage for Sorta Stupid. A child theme of Sorta Stupid 2025 that only overrides the front page. Deactivate (switch back to the parent theme) to fully revert.
Version: 1.13.12
*/

/* Child theme styles are enqueued from functions.php (assets/css/homepage.css).
   This file exists to register the child theme. */
/* SS 2026-07-28: menu backdrop blur - lighter and faded (site-wide; the
   menu exists on every page, homepage.css does not). */
.nav .nav__options:before, .nav__options:before{
  -webkit-backdrop-filter:blur(7px) !important;
  backdrop-filter:blur(7px) !important;
  -webkit-mask-image:linear-gradient(to left, #000 0%, #000 55%, rgba(0,0,0,.35) 82%, transparent 100%);
  mask-image:linear-gradient(to left, #000 0%, #000 55%, rgba(0,0,0,.35) 82%, transparent 100%);
}
/* SS: blur fades in from the TOP - overrides the earlier left-fade mask */
.nav .nav__options:before, .nav__options:before{
  -webkit-mask-image:linear-gradient(to bottom, transparent 0, rgba(0,0,0,.55) 70px, #000 160px) !important;
  mask-image:linear-gradient(to bottom, transparent 0, rgba(0,0,0,.55) 70px, #000 160px) !important;
}
