/* Approved homepage hero, 8 September 2026. Loaded only by index.html.
   Preserve the original layout, artwork, controls and compliance-reviewed copy. */
#contact .home-hero-heading {
 font-family:TWKLausanne,Arial,sans-serif;
 font-size:clamp(28px,8vw,34px)!important;
 font-weight:450;
 line-height:1.1!important;
 letter-spacing:-.035em!important;
 margin-bottom:18px!important;
 text-wrap:balance;
}
#contact .home-hero-heading .hero-heading-line {
 white-space:normal;
 display:block;
}
#contact .home-hero-subheading {
 font-size:15px!important;
 line-height:1.6!important;
 max-width:48ch;
 margin-bottom:22px!important;
 color:rgba(255,255,255,.88);
}
@media(min-width:768px) {
 #contact .home-hero-heading {font-size:clamp(40px,3.35vw,48px)!important;line-height:1.08!important;margin-bottom:20px!important}
 #contact .home-hero-subheading {font-size:16px!important}
}

/* One continuous colour treatment: no separate purple slab over the photograph. */
#contact .hero-container { background: #2b104b; }
#contact .hero-image-wrap > div {
 background:
  linear-gradient(0deg,rgba(25,8,44,.26),rgba(25,8,44,0) 55%),
  linear-gradient(90deg,
   rgba(43,16,75,.99) 0%,
   rgba(43,16,75,.98) 22%,
   rgba(43,16,75,.94) 38%,
   rgba(43,16,75,.82) 49%,
   rgba(43,16,75,.56) 59%,
   rgba(43,16,75,.24) 72%,
   rgba(43,16,75,.08) 88%,
   rgba(43,16,75,.12) 100%) !important;
}
#contact .hero-card {
 background: transparent !important;
 border-color: transparent;
 box-shadow: none !important;
 -webkit-backdrop-filter: none !important;
 backdrop-filter: none !important;
}
@media(min-width:768px) and (max-width:1279px) {
 #contact .hero-image-wrap > div {
  background:linear-gradient(90deg,
   rgba(43,16,75,.99) 0%,
   rgba(43,16,75,.97) 35%,
   rgba(43,16,75,.90) 53%,
   rgba(43,16,75,.72) 68%,
   rgba(43,16,75,.36) 85%,
   rgba(43,16,75,.20) 100%) !important;
 }
}
@media(max-width:767px) {
 #contact .hero-image-wrap > div {
  background:
   linear-gradient(180deg,rgba(23,4,45,.30) 0%,rgba(23,4,45,.08) 48%,rgba(23,4,45,.48) 100%),
   linear-gradient(90deg,
    rgba(23,4,45,1) 0%,
    rgba(23,4,45,.98) 25%,
    rgba(31,8,55,.94) 48%,
    rgba(38,12,66,.78) 70%,
    rgba(43,16,75,.38) 100%) !important;
 }
}

/* Keep the required qualifications attached to the hero as its visible footer. */
#contact .hero-container{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
#contact #excess-saving-terms{box-sizing:border-box;max-width:none;margin:0!important;padding:20px 28px;background:#f7f3fa;border-radius:0 0 24px 24px;color:#62556e;line-height:1.65}
@media(max-width:767px){#contact #excess-saving-terms{padding:18px 20px}}

/* Clip the parallax crop to the artwork frame, including the bottom edge. */
#contact .hero-image-wrap{overflow:hidden}
