/*** Colors ***/
/*** Dark Mode Text Colors - Accessible ***/
/*** Typography Scale - Consistent across pages ***/
@media print {
  .seasonal-particles,
  .seasonal-particle {
    display: none !important;
  }
}
/*** Colors ***/
/*** Dark Mode Text Colors - Accessible ***/
/*** Typography Scale - Consistent across pages ***/
@media print {
  .seasonal-particles,
  .seasonal-particle {
    display: none !important;
  }
}
@keyframes snowfall {
  0% {
    transform: translate3d(0, -10px, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    transform: translate3d(10vw, calc(100vh + 10px), 0) rotate(360deg);
    opacity: 0;
  }
}
@keyframes snowfall-slow {
  0% {
    transform: translate3d(0, -10px, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    transform: translate3d(-5vw, calc(100vh + 10px), 0) rotate(-360deg);
    opacity: 0;
  }
}
@keyframes snowfall-fast {
  0% {
    transform: translate3d(0, -10px, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translate3d(15vw, calc(100vh + 10px), 0) rotate(720deg);
    opacity: 0;
  }
}
.hero-container.seasonal-theme-winter,
.categ-hero-container.seasonal-theme-winter {
  position: relative;
  overflow: hidden;
  contain: layout style paint;
}
.hero-container.seasonal-theme-winter::before,
.categ-hero-container.seasonal-theme-winter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(240, 248, 255, 0.1) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.hero-container.seasonal-theme-winter::after,
.categ-hero-container.seasonal-theme-winter::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 200px;
  height: 35px;
  background-image: url("/images/icons/snow-pile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 2px 4px rgba(100, 110, 120, 0.3)) drop-shadow(0 4px 8px rgba(80, 90, 100, 0.2)) drop-shadow(0 6px 12px rgba(60, 70, 80, 0.12));
  pointer-events: none;
  z-index: 10;
}

.seasonal-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.seasonal-theme-winter .seasonal-particle {
  will-change: transform, opacity;
  contain: strict;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: -10px;
  background: rgba(180, 200, 220, 0.8);
  border-radius: 50%;
  z-index: 0;
  box-shadow: 0 0 2px rgba(100, 120, 140, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(120, 140, 160, 0.3);
  width: 6px;
  height: 6px;
  opacity: 0.75;
  animation: snowfall 12s linear infinite;
}
.seasonal-theme-winter .seasonal-particle:nth-child(3n+1) {
  width: 4px;
  height: 4px;
  opacity: 0.65;
  animation-name: snowfall-slow;
  animation-duration: 14s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(3n+2) {
  width: 8px;
  height: 8px;
  opacity: 0.85;
  animation-name: snowfall-fast;
  animation-duration: 10s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(1) {
  left: 5%;
  animation-delay: -2s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(2) {
  left: 12%;
  animation-delay: -8s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(3) {
  left: 18%;
  animation-delay: -4s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(4) {
  left: 25%;
  animation-delay: -10s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(5) {
  left: 32%;
  animation-delay: -1s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(6) {
  left: 38%;
  animation-delay: -6s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(7) {
  left: 45%;
  animation-delay: -12s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(8) {
  left: 52%;
  animation-delay: -3s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(9) {
  left: 58%;
  animation-delay: -9s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(10) {
  left: 65%;
  animation-delay: -5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(11) {
  left: 72%;
  animation-delay: -11s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(12) {
  left: 78%;
  animation-delay: -7s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(13) {
  left: 85%;
  animation-delay: -2.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(14) {
  left: 92%;
  animation-delay: -13s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(15) {
  left: 8%;
  animation-delay: -4.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(16) {
  left: 15%;
  animation-delay: -9.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(17) {
  left: 22%;
  animation-delay: -6.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(18) {
  left: 28%;
  animation-delay: -11.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(19) {
  left: 35%;
  animation-delay: -1.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(20) {
  left: 42%;
  animation-delay: -7.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(21) {
  left: 48%;
  animation-delay: -3.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(22) {
  left: 55%;
  animation-delay: -10.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(23) {
  left: 62%;
  animation-delay: -5.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(24) {
  left: 68%;
  animation-delay: -12.5s;
}
.seasonal-theme-winter .seasonal-particle:nth-child(25) {
  left: 75%;
  animation-delay: -8.5s;
}
@media (max-width: 991.98px) {
  .seasonal-theme-winter .seasonal-particle:nth-child(n+16) {
    display: none;
  }
}
@media (max-width: 700px) {
  .seasonal-theme-winter .seasonal-particle:nth-child(n+9) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .seasonal-theme-winter .seasonal-particle {
    animation: none !important;
    transition: none !important;
    opacity: 0.2 !important;
  }
}

body.darkmode .hero-container.seasonal-theme-winter::before,
body.darkmode .categ-hero-container.seasonal-theme-winter::before {
  background: radial-gradient(circle at 50% 50%, rgba(176, 224, 230, 0.08) 0%, transparent 60%);
  opacity: 0.7;
}
body.darkmode .hero-container.seasonal-theme-winter::after,
body.darkmode .categ-hero-container.seasonal-theme-winter::after {
  filter: drop-shadow(0 2px 6px rgba(200, 220, 240, 0.5)) drop-shadow(0 4px 12px rgba(180, 200, 220, 0.4)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.25)) brightness(1.05);
}
body.darkmode .seasonal-theme-winter .seasonal-particle {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 6px rgba(255, 255, 255, 0.3);
  opacity: 0.85;
}
body.darkmode .seasonal-theme-winter .seasonal-particle:nth-child(3n+1) {
  opacity: 0.75;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}
body.darkmode .seasonal-theme-winter .seasonal-particle:nth-child(3n+2) {
  opacity: 0.95;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.98px) {
  .hero-container.seasonal-theme-winter::after,
  .categ-hero-container.seasonal-theme-winter::after {
    right: 0;
  }
  .seasonal-theme-winter .seasonal-particle:nth-child(3n+2) {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 700px) {
  .hero-section-2025 .hero-container.seasonal-theme-winter::before,
  .hero-container.seasonal-theme-winter::before,
  .categ-hero-container.seasonal-theme-winter::before {
    display: none;
  }
  .hero-section-2025 .hero-container.seasonal-theme-winter::after,
  .hero-container.seasonal-theme-winter::after,
  .categ-hero-container.seasonal-theme-winter::after {
    display: block;
    right: 0;
    top: -8px;
  }
  .seasonal-theme-winter .seasonal-particle {
    animation-duration: 10s !important;
  }
  .seasonal-theme-winter .seasonal-particle:nth-child(3n+2) {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 480px) {
  .hero-section-2025 .hero-container.seasonal-theme-winter::after,
  .hero-container.seasonal-theme-winter::after,
  .categ-hero-container.seasonal-theme-winter::after {
    display: block;
    right: 0;
  }
  .seasonal-theme-winter .seasonal-particle:nth-child(3n+1) {
    width: 3px;
    height: 3px;
  }
  .seasonal-theme-winter .seasonal-particle:nth-child(3n+2) {
    width: 5px;
    height: 5px;
  }
}