.brand-logo{height:76px;display:flex;align-items:center}
.brand-logo img{display:block;width:74px;height:74px;object-fit:contain}
.header.scrolled .brand-logo{height:64px}
.header.scrolled .brand-logo img{width:61px;height:61px}
.hero-copy{max-width:720px}
.hero h1{font-size:clamp(40px,4.4vw,68px);line-height:1.03}

@media (min-width:901px) and (max-height:760px){
  .hero{height:calc(100vh - 30px);min-height:550px}
  .hero-copy{top:50%;max-width:670px}
  .hero h1{font-size:clamp(38px,4vw,60px);margin:12px 0 14px}
  .hero-copy>p:not(.eyebrow){font-size:13px;line-height:1.55;margin:0}
  .hero-ctas{margin-top:22px}
  .hero-proof{bottom:28px}
  .scroll{bottom:12px}
}

@media (min-width:901px) and (max-height:620px){
  .hero-copy{top:51%}
  .hero h1{font-size:48px}
  .hero-copy>p:not(.eyebrow){display:none}
  .hero-ctas{margin-top:18px}
  .hero-proof{bottom:20px}
}

@media(max-width:900px){
  .brand-logo,.header.scrolled .brand-logo{height:68px}
  .brand-logo img,.header.scrolled .brand-logo img{width:65px;height:65px}
}
