/* GO BIG — restrained premium typography for the main directions photo */
.direction-media-overlay{
  background:
    linear-gradient(0deg,rgba(7,20,34,.46) 0%,rgba(7,20,34,.26) 100%),
    linear-gradient(90deg,rgba(7,20,34,.10) 0%,rgba(7,20,34,.08) 100%) !important;
}
.direction-media-copy{
  left:50% !important;
  right:auto !important;
  bottom:clamp(30px,4.2vh,44px) !important;
  width:min(900px,calc(100% - 96px)) !important;
  transform:translateX(-50%) !important;
  text-align:center !important;
}
.direction-media-copy span{
  margin-bottom:10px !important;
  font-family:var(--font-body) !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.18em !important;
  color:rgba(255,255,255,.76) !important;
}
.direction-media-copy h3{
  margin:0 auto !important;
  max-width:900px !important;
  font-family:var(--font-heading) !important;
  font-size:clamp(34px,3.6vw,52px) !important;
  line-height:1.04 !important;
  letter-spacing:-.025em !important;
  color:#fff !important;
  text-shadow:0 2px 14px rgba(0,0,0,.18) !important;
  white-space:nowrap;
}
.direction-media-copy p{
  max-width:720px !important;
  margin:14px auto 0 !important;
  font-family:var(--font-body) !important;
  font-size:clamp(15px,1.15vw,17px) !important;
  line-height:1.5 !important;
  font-weight:500 !important;
  color:rgba(255,255,255,.90) !important;
  text-shadow:0 1px 9px rgba(0,0,0,.14) !important;
}
@media(max-width:850px){
  .direction-media-copy{
    bottom:26px !important;
    width:calc(100% - 44px) !important;
  }
  .direction-media-copy h3{
    max-width:100% !important;
    font-size:clamp(30px,8vw,40px) !important;
    line-height:1.06 !important;
    white-space:normal;
  }
  .direction-media-copy p{
    max-width:620px !important;
    margin-top:11px !important;
    font-size:15px !important;
    line-height:1.45 !important;
  }
}
@media(max-width:520px){
  .direction-media-copy span{font-size:9px !important;}
  .direction-media-copy h3{font-size:31px !important;}
  .direction-media-copy p{font-size:14px !important;}
}
