/* Hero artwork is a full-frame background; copy sits over its negative space. */
.hero-visual,.hs-hero-media{background:#f4efe7;overflow:hidden}
.hero.hs-hero-slider{display:block!important;position:relative!important;padding:0!important;min-height:0!important;background:transparent!important}
.hero.hs-hero-slider .hs-hero-slide{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:40/17;overflow:hidden;border-radius:24px;background:#f4efe7}
.hero-visual>picture,.hero-image-link,.hero-image-link picture,.hs-hero-media>picture{display:block;width:100%;height:100%}
.hero.hs-hero-slider .hs-hero-media{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;border-radius:0!important;z-index:0}
.hero-visual img,.hs-hero-media img{display:block;width:100%;height:100%;object-fit:cover!important;object-position:center center;background:#f4efe7}
.hero.hs-hero-slider .hs-hero-media picture,.hero.hs-hero-slider .hs-hero-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.hs-hero-slide:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(244,239,231,.96),rgba(244,239,231,.8) 28%,rgba(244,239,231,.08) 65%)}
.hs-hero-copy{position:absolute;z-index:2;left:clamp(34px,7vw,110px);top:50%;transform:translateY(-50%);box-sizing:border-box;width:min(42%,560px);padding:0;text-align:right}
.hs-hero-slide-2 .hs-hero-copy{left:auto;right:clamp(34px,7vw,110px)}
.hs-hero-slide-2:after{background:linear-gradient(to left,rgba(244,239,231,.96),rgba(244,239,231,.8) 28%,rgba(244,239,231,.08) 65%)}
.hs-hero-copy h1{white-space:pre-line}

/* The two promotional sliders are intentionally stacked at every width. */
.hs-middle-wrap{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px}
.hs-middle-card{width:100%;min-height:clamp(230px,30vw,360px)}
.hs-middle-card>picture{position:absolute;inset:0;display:block;width:100%;height:100%}
.hs-middle-card:nth-child(1):after{background:linear-gradient(to left,rgba(5,10,25,.78),rgba(5,10,25,.08) 72%)}
.hs-middle-card:nth-child(2):after{background:linear-gradient(to right,rgba(5,10,25,.78),rgba(5,10,25,.08) 72%)}
.hs-middle-card:nth-child(1) .hs-middle-copy{margin-inline-end:auto;text-align:right}
.hs-middle-card:nth-child(2) .hs-middle-copy{margin-inline-start:auto;text-align:left}

@media (width<=767px){
  .hero-visual{min-height:0;aspect-ratio:4/3}
  .hs-hero-slide{height:auto;min-height:0!important;aspect-ratio:45/34}
  .hero-visual img,.hs-hero-media img{object-fit:cover!important}
  .hs-hero-copy{left:clamp(18px,6vw,32px);width:min(72%,430px);padding:0}
  .hs-hero-slide:after{background:linear-gradient(to right,rgba(244,239,231,.97),rgba(244,239,231,.82) 36%,rgba(244,239,231,.04) 85%)}
  .hs-middle-card{min-height:190px;aspect-ratio:45/28}
}
