.home-hero{width:100%;padding:0 var(--page-padding);margin-top:calc(var(--navbar-height,70px) + var(--navbar-padding,8px) * 2 + 1rem);justify-content:center;display:flex;position:relative}.home-hero__container{aspect-ratio:12/5;background:var(--color-dark-bg);border-radius:var(--border-radius);will-change:transform;width:100%;min-height:400px;position:relative;overflow:hidden;transform:translateZ(0)}.home-hero__image{object-fit:cover;object-position:center;opacity:0;transition:opacity 1.2s;transform:scale(1)}.home-hero__image--active{opacity:1;animation:4s ease-out forwards heroZoomIn}.home-hero__image--leaving{transform:scale(1.06)}@keyframes heroZoomIn{0%{transform:scale(1)}to{transform:scale(1.06)}}.home-hero__overlay{z-index:1;background:linear-gradient(#000000a0 0%,#00000040 40%,#00000080 100%);position:absolute;top:0;bottom:0;left:0;right:0}.home-hero__content{inset:var(--page-padding);z-index:2;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding:5rem;display:flex;position:absolute}.home-hero__headline{text-transform:uppercase;letter-spacing:.2px;color:var(--color-text-light);margin:0;font-size:clamp(2.5rem,7vw,7rem);font-style:italic;font-weight:800;line-height:.93}.home-hero__headline-line{display:block}.home-hero__badges{align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2.5rem}.home-hero__badge{object-fit:contain;width:150px;height:auto}.home-hero__nav-row{z-index:4;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.home-hero__nav{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex}.home-hero__nav:hover{background:var(--color-primary);border-color:var(--color-primary)}.home-hero__dots{align-items:center;gap:.4rem;display:flex}.home-hero__dot{cursor:pointer;background:#2ba8e04d;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .4s,transform .4s}.home-hero__dot--active{background:#2ba8e0;transform:scale(1.25)}@media (max-width:1200px){.home-hero__content{padding:3rem}}@media (max-width:768px){.home-hero{padding:0 var(--page-padding-mobile);flex-direction:column;margin-top:calc(56px + 1rem)}.home-hero__content{text-align:center;pointer-events:auto;justify-content:flex-start;align-items:center;padding:0 0 1.25rem;position:relative;top:auto;bottom:auto;left:auto;right:auto}.home-hero__headline{color:var(--color-text-black);text-align:center;font-size:clamp(2.5rem,10vw,4rem)}.home-hero__container{aspect-ratio:2;min-height:unset}.home-hero__badges{justify-content:flex-start;margin-top:.75rem;position:relative;bottom:auto}.home-hero__badge{width:100px}.home-hero__nav-row{bottom:.75rem}}@media (max-width:480px){.home-hero__headline{font-size:clamp(1.8rem,8vw,2.5rem)}.home-hero__badge{width:80px}}.home-hero__spinner{border:3px solid #fff3;border-top-color:var(--color-primary);z-index:5;border-radius:50%;width:40px;height:40px;margin:auto;animation:.8s linear infinite homeHeroSpin;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes homeHeroSpin{to{transform:rotate(360deg)}}
