.hero{
  min-height:460px;
  background:url('../../img/global/hero-cavaliers/display.png') center/cover no-repeat;
  position:relative;
}
.hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:96px;
  background:linear-gradient(to bottom, rgba(239,231,227,0) 0%, rgba(239,231,227,1) 100%);
}

.home-pillars{
  padding-bottom:12px;
}

.feature-section{
  overflow:hidden;
  padding-top:8px;
  padding-bottom:18px;
}

.home-explore{
  padding-top:18px;
  padding-bottom:24px;
}

.home-explore .section-title{
  margin-bottom:20px;
}

.home-explore .card .thumb{
  aspect-ratio:1.25 / 0.72;
}

.home-explore .card .body{
  gap:6px;
}

.home-explore .card h3{
  min-height:2.5em;
}

.home-explore .card p{
  max-width:36ch;
  line-height:1.6;
}

.home-explore .stacked-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.home-explore .stacked-copy span{
  color:var(--muted);
}

.home-explore .stacked-copy span,
.home-explore .stacked-copy strong{
  display:block;
}

.home-explore strong{
  color:#d62f1f;
}

.home-relax-region{
  padding-top:42px;
}

.home-relax-region:before{
  top:18px;
  opacity:.28;
}

.home-relax-region > .container{
  padding-top:10px;
}

.home-relax-region .section-title{
  margin-bottom:12px;
}

.home-relax-region .section-lead{
  max-width:760px;
}

.home-relax-region .cards-3{
  margin-top:22px;
}

.home-relax-region .card{
  background:rgba(255,255,255,.34);
}

.home-relax-region .card .thumb{
  aspect-ratio:1.22 / 0.76;
}

.home-relax-region .card h3{
  min-height:2.5em;
}

.home-relax-region .card p{
  line-height:1.6;
}

.split-feature{
  position:relative;
  display:block;
  min-height:440px;
  overflow:visible;
  background:transparent;
  border:none;
  box-shadow:none;
  width:100vw;
  margin-left:calc(50% - 50vw);
}
.split-feature .media{
  position:absolute;
  inset:0 24% 0 0;
  overflow:hidden;
  border-radius:0;
  border:none;
  box-shadow:none;
  background:linear-gradient(180deg, rgba(244,238,234,.06), rgba(244,238,234,.12));
}
.split-feature .media:after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:40%;
  background:linear-gradient(90deg, rgba(244,238,234,0) 0%, rgba(244,238,234,.96) 100%);
  pointer-events:none;
}
.split-feature .content{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:min(520px, 42%);
  min-height:380px;
  margin:30px 0 30px auto;
  padding:0 64px 0 42px;
  border-radius:0;
  border:none;
  box-shadow:none;
  background:linear-gradient(90deg, rgba(244,238,234,.46) 0%, rgba(247,242,239,.9) 16%, rgba(249,245,243,.98) 100%);
  backdrop-filter:blur(9px);
}

@media (max-width: 820px){
  .split-feature{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr;
  }
  .split-feature .media{
    position:relative;
    inset:auto;
    min-height:320px;
  }
  .split-feature .content{
    min-height:auto;
    width:auto;
    margin:0;
    padding:28px 24px 0;
    background:rgba(249,245,243,.96);
  }
  .hero{min-height:300px}
}
