.hv-hero{min-height:100vh;flex-direction:column;overflow:hidden;background:#fff}.hv-hero,.hv-hero__content{position:relative;display:flex}.hv-hero__content{z-index:2;padding:130px 32px 16px;justify-content:center;width:100%}.hv-hero__content-inner{display:inline-flex;flex-direction:column;align-items:flex-start;text-align:left}.hv-hero__headline{font-size:42px;font-weight:500;letter-spacing:-.01em;line-height:1.1;color:#000;margin:0 0 16px;text-transform:uppercase;animation:hv-hero-head .8s cubic-bezier(.22,1,.36,1) .1s both}.hv-hero__headline,.hv-hero__subtitle{font-family:var(--hv-font);text-align:left}.hv-hero__subtitle{font-size:14px;font-weight:300;color:#555;line-height:1.6;margin:0 0 24px;font-style:italic;animation:hv-hero-fade .7s cubic-bezier(.22,1,.36,1) .4s both}.hv-hero__cta{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:transparent;color:#000;border:1.5px dotted #000;border-radius:999px;font-family:var(--hv-font);font-weight:500;font-size:12px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:all .2s;animation:hv-hero-cta .6s cubic-bezier(.22,1,.36,1) .7s both}.hv-hero__cta:hover{background:#000;color:#fff;border-style:solid}@keyframes hv-hero-head{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes hv-hero-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hv-hero-cta{0%{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hv-hero__illustration{position:relative;width:100%;margin-top:-280px;flex:1;display:flex;align-items:flex-end}.hv-hero__illustration:before{top:0;height:200px;background:linear-gradient(180deg,#fff 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,.3) 60%,transparent)}.hv-hero__illustration:after,.hv-hero__illustration:before{content:"";position:absolute;left:0;right:0;z-index:1;pointer-events:none}.hv-hero__illustration:after{bottom:0;height:120px;background:linear-gradient(0deg,#fff 0,rgba(255,255,255,.6) 40%,transparent)}.hv-hero__img{width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){.hv-hero__cta,.hv-hero__headline,.hv-hero__subtitle{animation:none!important;opacity:1!important;transform:none!important}}@media (max-width:768px){.hv-hero__content{padding:120px 16px 0}.hv-hero__headline{font-size:clamp(2.5rem,10vw,4rem)}.hv-hero__cta{padding:14px 24px;font-size:11px}}