.cs-demo-hero-copy h1:before{content:'VELORIA'!important;font-size:68px!important}
@media(max-width:760px){.cs-demo-hero-copy h1:before{font-size:45px!important}}

/* Use the same real linked service bar on the homepage instead of a decorative pseudo-element. */
body.home:before{content:none!important;display:none!important}
body.home .cs-unified-service.cs-service-bar{
  position:relative;z-index:100;display:flex!important;align-items:center;justify-content:center;
  width:calc(935px * var(--cs-page-scale))!important;max-width:none!important;height:34px!important;
  padding:0 28px;margin:0;gap:0;box-sizing:border-box;overflow:hidden;
  background:#eee8e1;color:#2e2a27;border:0;border-bottom:1px solid #e0dad3;
  font:400 12px/1 Arial,Helvetica,sans-serif;
  zoom:calc(1 / var(--cs-page-scale));
}
body.home .cs-unified-service a{display:inline-flex;align-items:center;height:33px;min-height:33px;color:inherit;text-decoration:none;font:inherit;white-space:nowrap}
body.home .cs-unified-service a+a{position:relative;margin-left:32px;padding-left:32px}
body.home .cs-unified-service a+a:before{content:'';position:absolute;left:0;top:50%;width:3px;height:3px;border-radius:50%;background:currentColor;transform:translate(-50%,-50%);opacity:.72}
body.home .cs-site-header{top:calc(34px / var(--cs-page-scale))!important}
@media(max-width:900px){
  body.home .cs-unified-service.cs-service-bar{display:none!important}
  body.home .cs-site-header{top:0!important}
}


/* Mobile homepage product cards: preserve the real 259×299 product-image ratio. */
@media(max-width:760px){
  body.home .cs-demo-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:auto!important;
    height:auto!important;
    align-items:start!important;
  }
  body.home .cs-demo-product-card{
    display:flex!important;
    flex-direction:column!important;
    height:auto!important;
    min-height:0!important;
    grid-template-columns:none!important;
    overflow:hidden!important;
  }
  body.home .cs-demo-product-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:259 / 299!important;
    background-size:cover!important;
    background-position:center top!important;
    background-repeat:no-repeat!important;
  }
  body.home .cs-demo-product-meta{
    width:100%!important;
    min-height:104px!important;
    padding:9px 8px 7px!important;
  }
  body.home .cs-demo-product-meta h3{
    min-height:38px!important;
    max-height:38px!important;
    margin-right:18px!important;
    font-size:10px!important;
    line-height:1.25!important;
  }
}
@media(max-width:760px){
  body.home .cs-demo-product-card:nth-child(1) .cs-demo-product-image{background-image:url('./generated/product-1-v3.png')!important}
  body.home .cs-demo-product-card:nth-child(2) .cs-demo-product-image{background-image:url('./generated/product-2-v3.png')!important}
  body.home .cs-demo-product-card:nth-child(3) .cs-demo-product-image{background-image:url('./generated/product-3-v3.png')!important}
  body.home .cs-demo-product-card:nth-child(4) .cs-demo-product-image{background-image:url('./generated/product-4-v3.png')!important}
}
