.hero{display:flex;flex-direction:column;justify-content:center;min-height:88vh;overflow:hidden;padding:64px 32px 80px;position:relative}.hero .hero-eyebrow{align-items:center;color:var(--yellow);display:flex;font-size:12px;gap:10px;letter-spacing:.18em;margin-bottom:24px;text-transform:uppercase}.hero .hero-eyebrow:before{background:var(--yellow);content:"";display:inline-block;height:8px;width:8px}.hero .hero-title{font-family:var(--display);font-size:clamp(48px,9vw,124px);letter-spacing:-.01em;line-height:.94;max-width:1100px;text-transform:uppercase}.hero .hero-title .accent,.hero .hero-title em{color:var(--yellow);font-style:normal}.hero .hero-sub{color:hsla(60,20%,95%,.75);font-size:17px;line-height:1.7;margin-top:32px;max-width:560px}.hero .hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:44px}