/* Generated per build: page/block overrides */
#about-bento {
--card-media-height: 210px;--card-min-height: 250px;--card-overlay: 0.08;}
#home-bento {
--card-media-height: 200px;--card-min-height: 260px;--card-overlay: 0.12;}
#home-products {
--card-media-height: 220px;--card-min-height: 260px;--card-overlay: ;}
#services-grid {
--card-media-height: 220px;--card-min-height: 260px;--card-overlay: ;}
#services-bento {
--card-media-height: 210px;--card-min-height: 250px;--card-overlay: 0.1;}

/* Hero gradient override for this site */
.hero--stripe .stripe-hero-gradient {
  background:
    radial-gradient(circle at 9% 12%, rgba(110, 231, 183, 0.55), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(52, 211, 153, 0.40), transparent 34%),
    linear-gradient(135deg, #f0fdf8 0%, #eafbf2 45%, #e4f9ec 100%);
  border-color: rgba(0,0,0,0.08);
}
.hero--stripe .stripe-hero-gradient::before {
  background: linear-gradient(130deg, rgba(5, 150, 105, 0.34), rgba(52, 211, 153, 0.28));
}
