/* Generated per build: page/block overrides */
#home-bento {
--card-media-height: 120px;--card-min-height: 260px;--card-overlay: ;}
#home-products {
--card-media-height: 220px;--card-min-height: 280px;--card-overlay: 0;}
#services-grid {
--card-media-height: 240px;--card-min-height: 280px;--card-overlay: 0.1;}
#services-bento {
--card-media-height: 200px;--card-min-height: 260px;--card-overlay: 0;}
#about-bento {
--card-media-height: 220px;--card-min-height: 260px;--card-overlay: 0;}

/* Hero gradient override for this site */
.hero--stripe .stripe-hero-gradient {
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 177, 153, 0.52), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(0, 212, 255, 0.40), transparent 34%),
    linear-gradient(135deg, #faf7ff 0%, #f3f8ff 45%, #eef4ff 100%);
  border-color: rgba(0,0,0,0.08);
}
.hero--stripe .stripe-hero-gradient::before {
  background: linear-gradient(130deg, rgba(99, 91, 255, 0.34), rgba(0, 212, 255, 0.28));
}
