/*
 * MEISTER Tenerife v1.4.3 — HERO TITLE INTEGRITY HOTFIX
 * Scope: Home hero title only.
 * Contract: one title, no duplication, no typography enlargement.
 */
.home .hero--lead .hero-content h1.hero-title-integrity{
  display:block !important;
  max-width:850px !important;
  margin:14px 0 18px !important;
  color:#fff !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(52px,7.4vw,78px) !important;
  font-weight:400 !important;
  line-height:.94 !important;
  letter-spacing:-.05em !important;
  text-transform:none !important;
}
@media (max-width:820px){
  .home .hero--lead .hero-content h1.hero-title-integrity{
    max-width:470px !important;
    margin:0 !important;
    font-size:clamp(38px,12.2vw,53px) !important;
    line-height:.95 !important;
    letter-spacing:-.05em !important;
    text-align:left !important;
  }
}
@media (max-width:360px){
  .home .hero--lead .hero-content h1.hero-title-integrity{
    font-size:36px !important;
    line-height:.96 !important;
  }
}

/* MEISTER Tenerife v1.5.4 — MOBILE HERO TITLE CENTERING ONLY
 * Scope: Home hero H1 alignment on mobile only.
 * Contract: no font-size, line-height, spacing, content, or desktop changes.
 */
@media (max-width:767px){
  .home .hero--lead .hero-content h1.hero-title-integrity{
    width:100% !important;
    max-width:470px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
}
