/* V32 — reduce desktop/laptop hero height by a further 25% */
@media (min-width:1181px){
  .home-page .luxury-hero{
    height:413px!important;
    min-height:413px!important;
    max-height:413px!important;
  }
  .home-page .luxury-hero-inner{
    padding-top:20px!important;
    padding-bottom:34px!important;
  }
  .home-page .luxury-hero-content{transform:translateY(-4px)}
  .home-page .luxury-hero h1{
    font-size:clamp(2.25rem,3.65vw,4rem)!important;
    margin-bottom:14px!important;
  }
  .home-page .luxury-script{margin-bottom:10px!important}
  .home-page .luxury-hero-content>p{
    max-width:650px!important;
    font-size:.88rem!important;
    line-height:1.5!important;
    margin-bottom:16px!important;
  }
  .home-page .luxury-hero-actions{margin-top:16px!important;gap:14px!important}
  .home-page .luxury-hero-dots{bottom:44px!important}
  .home-page .luxury-hero-arrow{width:42px!important;height:42px!important}
  .home-page .luxury-search-wrap{margin-top:-28px!important}
}
@media (min-width:1440px){
  .home-page .luxury-hero{
    height:420px!important;
    min-height:420px!important;
    max-height:420px!important;
  }
}
@media (min-width:901px) and (max-width:1180px){
  .home-page .luxury-hero{
    height:398px!important;
    min-height:398px!important;
    max-height:398px!important;
  }
  .home-page .luxury-hero-inner{
    padding-top:18px!important;
    padding-bottom:32px!important;
  }
  .home-page .luxury-hero-content{transform:translateY(-2px)}
  .home-page .luxury-hero h1{
    font-size:clamp(2.1rem,4.6vw,3.45rem)!important;
    margin-bottom:12px!important;
  }
  .home-page .luxury-script{margin-bottom:8px!important}
  .home-page .luxury-hero-content>p{
    font-size:.82rem!important;
    line-height:1.45!important;
    margin-bottom:14px!important;
  }
  .home-page .luxury-hero-actions{margin-top:14px!important;gap:12px!important}
  .home-page .luxury-hero-dots{bottom:38px!important}
  .home-page .luxury-search-wrap{margin-top:-26px!important}
}
