.hwus-main-nav>.wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;height:44px;font-size:12px}.hwus-main-nav a{white-space:nowrap;position:relative;padding-block:12px}.hwus-main-nav a:after{content:"";position:absolute;bottom:7px;left:0;right:0;height:1px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .2s}.hwus-main-nav a:hover:after{transform:scaleX(1)}

/* Hero */
.hwus-hero{padding-top:28px}.hwus-hero-inner{position:relative;background:var(--hero-orange);min-height:482px;display:grid;grid-template-columns:49% 51%;overflow:hidden;border-radius:8px}.hwus-hero-copy{padding:65px 0 72px 54px;position:relative;z-index:2}.hwus-hero-copy .eyebrow{display:flex;align-items:center;gap:10px}.mini-star{font-size:20px;line-height:1}h1{font-size:clamp(46px,5.5vw,78px);letter-spacing:-.065em;line-height:1.01;margin:22px 0}h1 span{color:#fff}.hwus-hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.6;max-width:355px;margin-bottom:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:45px;border-radius:4px;padding:12px 20px;font-weight:600;font-size:12px;transition:transform .2s,background-color .2s;line-height:1.4}.button svg{width:18px;height:18px}.button:hover{transform:translateY(-2px)}.dark{background:#171717;color:white}.dark:hover{background:#303030}.light{background:#fff;color:#171717}.orange-button{background:var(--orange);color:#141414}
