
/* Clean authoritative home hero sizing */
html body .page-home .sv-home-hero{
  height:255px !important;
  min-height:255px !important;
  max-height:255px !important;
  border-radius:20px !important;
  margin-bottom:10px !important;
  overflow:hidden !important;
}
html body .page-home .sv-home-hero-art{
  background-size:contain !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
  transform:none !important;
}
html body .page-home .sv-home-hero::after{
  background:linear-gradient(90deg,rgba(7,10,19,.86) 0%,rgba(7,10,19,.66) 30%,rgba(7,10,19,.26) 58%,rgba(7,10,19,.12) 100%) !important;
}
html body .page-home .sv-home-hero-copy{
  min-height:255px !important;
  max-height:255px !important;
  padding:14px 34px 14px !important;
  justify-content:flex-end !important;
  align-items:flex-start !important;
}
html body .page-home .sv-home-hero-body{
  width:300px !important;
  max-width:300px !important;
  gap:7px !important;
  padding:0 !important;
}
html body .page-home #svHeroTitle,
html body .page-home .sv-home-hero-copy h1{
  font-size:20px !important;
  line-height:1.02 !important;
  max-width:300px !important;
  width:300px !important;
  margin:0 0 4px !important;
  letter-spacing:-0.02em !important;
}
html body .page-home .sv-hero-year{
  font-size:10px !important;
  line-height:1.15 !important;
}
html body .page-home #svHeroOverview,
html body .page-home .sv-home-hero-copy p{
  font-size:10px !important;
  line-height:1.28 !important;
  width:300px !important;
  max-width:300px !important;
  margin:0 !important;
  -webkit-line-clamp:3 !important;
}
html body .page-home .sv-home-hero .sv-badge{
  font-size:8px !important;
  line-height:1 !important;
  padding:4px 7px !important;
  border-radius:11px !important;
}
html body .page-home .sv-badge-row{
  gap:6px !important;
}
html body .page-home .sv-hero-actions{
  gap:8px !important;
  margin-top:10px !important;
}
html body .page-home .sv-hero-actions .sv-action{
  height:32px !important;
  min-height:32px !important;
  min-width:102px !important;
  padding:0 10px !important;
  font-size:10px !important;
  border-radius:16px !important;
}
html body .page-home .sv-hero-actions .sv-action svg{
  width:13px !important;
  height:13px !important;
}
html body .page-home .sv-home-hero .sv-arrow{
  width:30px !important;
  height:30px !important;
}
html body .page-home .sv-home-hero .sv-dots{
  transform:scale(.82) !important;
  transform-origin:right bottom !important;
}
@media (max-width: 980px){
  html body .page-home .sv-home-hero{
    height:210px !important;
    min-height:210px !important;
    max-height:210px !important;
  }
  html body .page-home .sv-home-hero-copy{
    min-height:210px !important;
    max-height:210px !important;
    padding:12px 20px 12px !important;
  }
  html body .page-home .sv-home-hero-body,
  html body .page-home #svHeroTitle,
  html body .page-home .sv-home-hero-copy h1,
  html body .page-home #svHeroOverview,
  html body .page-home .sv-home-hero-copy p{
    width:240px !important;
    max-width:240px !important;
  }
  html body .page-home #svHeroTitle,
  html body .page-home .sv-home-hero-copy h1{font-size:17px !important;}
  html body .page-home #svHeroOverview,
  html body .page-home .sv-home-hero-copy p{font-size:9px !important;}
  html body .page-home .sv-home-hero .sv-badge{font-size:7px !important;padding:4px 6px !important;}
  html body .page-home .sv-hero-actions .sv-action{height:28px !important;min-width:92px !important;font-size:9px !important;padding:0 8px !important;}
}
@media (max-width: 700px){
  html body .page-home .sv-home-hero{
    height:180px !important;
    min-height:180px !important;
    max-height:180px !important;
    border-radius:16px !important;
  }
  html body .page-home .sv-home-hero-copy{
    min-height:180px !important;
    max-height:180px !important;
    padding:10px 14px 10px !important;
  }
  html body .page-home .sv-home-hero-body,
  html body .page-home #svHeroTitle,
  html body .page-home .sv-home-hero-copy h1,
  html body .page-home #svHeroOverview,
  html body .page-home .sv-home-hero-copy p{
    width:190px !important;
    max-width:190px !important;
  }
  html body .page-home #svHeroTitle,
  html body .page-home .sv-home-hero-copy h1{font-size:14px !important;}
  html body .page-home #svHeroOverview,
  html body .page-home .sv-home-hero-copy p{font-size:8px !important;line-height:1.24 !important;}
  html body .page-home .sv-home-hero .sv-badge{font-size:7px !important;padding:3px 5px !important;}
  html body .page-home .sv-hero-actions{gap:6px !important;margin-top:8px !important;}
  html body .page-home .sv-hero-actions .sv-action{height:26px !important;min-width:78px !important;font-size:8px !important;padding:0 7px !important;border-radius:13px !important;}
}
