/* Keep the full wordmark readable without crowding the navigation. */
.logo-wordmark{display:flex;flex-direction:column;gap:2px;font-size:19px;line-height:1.08}
.logo-wordmark>span{font-size:15px;font-weight:500;color:var(--muted)}
.footer-logo .logo-wordmark{font-size:27px}
.footer-logo .logo-wordmark>span{font-size:21px}
.hero{min-height:580px}
.hero-content{padding:20px 24px 64px}
.hero h1{display:flex;flex-direction:column;align-items:center;font-size:92px;line-height:1.02;white-space:normal}
.hero-name-line{display:flex;align-items:baseline;white-space:nowrap}
.hero-cursor{font-size:72px;width:42px}
.hero-content>.eyebrow{margin-bottom:16px}
.hero-statement{font-size:26px;margin:14px 0 12px}
.hero-copy{font-size:14px}
.hero-actions{margin-top:22px}
.hero-actions .button{min-height:44px}
@media(min-width:1600px){
  .hero{min-height:620px}
  .hero h1{font-size:108px}
  .hero-content{padding-bottom:64px}
  .hero-statement{font-size:30px}
  .hero-copy{font-size:15px}
}
@media(max-width:1100px){
  .hero h1{font-size:82px}
  .desktop-nav{gap:18px}
}
@media(max-width:800px){
  .hero h1{font-size:72px}
  .hero-cursor{font-size:58px;width:36px}
  .logo-wordmark{font-size:18px}
  .logo-wordmark>span{font-size:14px}
}
@media(max-width:520px){
  .hero{min-height:510px}
  .hero h1{font-size:46px}
  .hero-cursor{font-size:38px;width:25px}
  .hero-content{padding:14px 18px 56px}
  .hero-content>.eyebrow{margin-bottom:16px}
  .hero-statement{font-size:21px;margin:14px 0 12px}
  .hero-copy{font-size:13px}
  .hero-actions{margin-top:18px}
  .hero-actions .text-button{min-height:32px}
  .logo-wordmark{font-size:16px}
  .logo-wordmark>span{font-size:12px}
  .footer-logo .logo-wordmark{font-size:25px}
  .footer-logo .logo-wordmark>span{font-size:19px}
  .header-download{font-size:11px;gap:7px;padding:7px 9px}
}
@media(max-width:360px){
  .hero h1{font-size:40px}
  .hero-cursor{font-size:34px;width:22px}
  .logo-wordmark{font-size:15px}
  .header-download{font-size:10px;padding:7px}
}
