.piper-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#000;overflow:hidden}.piper-hero__track{position:relative}.piper-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease;background-size:cover;background-position:center right;background-repeat:no-repeat;display:flex;align-items:center}.piper-hero__slide.is-active{position:relative;opacity:1;visibility:visible}.piper-hero__inner{width:100%;max-width:1170px;margin:0 auto;padding:110px 15px;box-sizing:border-box}.piper-hero__title{font-weight:800;text-transform:uppercase;color:#fff;font-size:clamp(2rem,4.4vw,4rem);line-height:1.05;letter-spacing:.01em;max-width:14ch;margin:0 0 1.4rem}.piper-hero__subtitle{font-weight:400;color:#d1d1d1;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.5;max-width:46ch;margin:0 0 2.4rem}.piper-hero__btn{display:inline-block;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:#d6181f;padding:16px 34px;border-radius:99px;text-decoration:none;box-shadow:0 8px 26px rgba(214,24,31,.4);transition:transform .25s ease , box-shadow .25s ease , background .25s ease}.piper-hero__btn:hover{background:#e8252c;transform:translateY(-2px);box-shadow:0 12px 32px rgba(214,24,31,.55);color:#fff}.piper-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:52px;height:52px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background .25s ease}.piper-hero__arrow:hover{background:rgba(214,24,31,.85)}.piper-hero__arrow--prev{left:24px}.piper-hero__arrow--next{right:24px}.piper-hero__dots{position:absolute;left:0;right:0;bottom:28px;z-index:3;display:flex;justify-content:center;gap:10px}.piper-hero__dot{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:background .25s ease , transform .25s ease}.piper-hero__dot.is-active{background:#d6181f;transform:scale(1.2)}@media (max-width:849px){.piper-hero__slide{background-position:center top;align-items:flex-end;min-height:80vh}.piper-hero__inner{padding:48px 16px 80px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 55%)}.piper-hero__arrow{display:none}}