.ham-hero{position:relative;width:100%;min-height:320px;overflow:hidden;background:#111;margin-bottom:30px}.ham-hero img,.ham-hero picture{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}.ham-hero__content{position:absolute;right:5%;top:50%;transform:translateY(-50%);max-width:520px;background:rgba(0,0,0,.55);color:#fff;padding:34px;border-radius:0}.ham-hero__content h1{margin:0 0 12px;font-size:48px;line-height:1.05;color:#fff;text-transform:uppercase}.ham-hero__content p{font-size:20px;line-height:1.35;margin:0 0 20px;color:#fff}.ham-hero__button{display:inline-block;background:#fff;color:#111;padding:12px 24px;border-radius:30px;text-transform:uppercase;font-weight:700;text-decoration:none}.ham-hero__button:hover{background:#111;color:#fff}.ham-area-home_slider{min-height:520px}.ham-area-home_slider img,.ham-area-home_slider picture{min-height:520px}@media(max-width:767px){.ham-hero{min-height:auto}.ham-hero img,.ham-hero picture{min-height:260px}.ham-hero__content{position:relative;right:auto;top:auto;transform:none;max-width:none;background:#111;padding:24px}.ham-hero__content h1{font-size:30px}.ham-hero__content p{font-size:16px}.ham-area-home_slider{min-height:auto}.ham-area-home_slider img,.ham-area-home_slider picture{min-height:300px}}
.ham-carousel{position:relative;width:100%;min-height:520px;overflow:hidden;background:#111;margin-bottom:30px}.ham-carousel__track,.ham-carousel__slide{position:relative;width:100%;min-height:520px}.ham-carousel__slide{display:none}.ham-carousel__slide.is-active{display:block}.ham-carousel img,.ham-carousel picture{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}.ham-carousel__content{position:absolute;right:5%;top:50%;transform:translateY(-50%);max-width:520px;background:rgba(0,0,0,.55);color:#fff;padding:34px}.ham-carousel__content h2{margin:0 0 12px;font-size:48px;line-height:1.05;color:#fff;text-transform:uppercase}.ham-carousel__content p{font-size:20px;line-height:1.35;margin:0 0 20px;color:#fff}.ham-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border:0;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:34px;line-height:1;cursor:pointer}.ham-carousel__arrow--prev{left:24px}.ham-carousel__arrow--next{right:24px}.ham-carousel__dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);z-index:6;display:flex;gap:10px}.ham-carousel__dot{width:12px;height:12px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;cursor:pointer}.ham-carousel__dot.is-active{background:#fff}@media(max-width:767px){.ham-carousel,.ham-carousel__track,.ham-carousel__slide{min-height:auto}.ham-carousel img,.ham-carousel picture{min-height:300px}.ham-carousel__content{position:relative;right:auto;top:auto;transform:none;max-width:none;background:#111;padding:24px}.ham-carousel__content h2{font-size:30px}.ham-carousel__content p{font-size:16px}.ham-carousel__arrow{width:36px;height:36px;font-size:28px}.ham-carousel__arrow--prev{left:12px}.ham-carousel__arrow--next{right:12px}}


/* Hero Area Manager - carousel polished layout */
.ham-carousel{
  position:relative!important;
  width:100%!important;
  height:560px!important;
  min-height:560px!important;
  overflow:hidden!important;
  background:#111!important;
  margin:0 0 30px!important;
}
.ham-carousel__track{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  transition:transform .65s ease!important;
  will-change:transform;
}
.ham-carousel__slide{
  display:block!important;
  flex:0 0 100%!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  position:relative!important;
  opacity:1!important;
}
.ham-carousel__slide picture,
.ham-carousel__slide img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
}
.ham-carousel__slide img{
  object-fit:cover!important;
  object-position:center center!important;
}
.ham-carousel__slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,.08) 45%,rgba(0,0,0,.15));
  pointer-events:none;
}
.ham-carousel__content{
  z-index:3!important;
  position:absolute!important;
  left:7%!important;
  right:auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  max-width:560px!important;
  background:rgba(0,0,0,.50)!important;
  color:#fff!important;
  padding:38px 42px!important;
  border-radius:0!important;
}
.ham-carousel__content h2{font-size:52px!important;line-height:1.02!important;margin:0 0 14px!important;color:#fff!important;text-transform:uppercase!important;}
.ham-carousel__content p{font-size:21px!important;line-height:1.35!important;margin:0 0 22px!important;color:#fff!important;}
.ham-carousel__arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:7!important;
  width:46px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(255,255,255,.6)!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.35)!important;
  color:#fff!important;
  font-size:34px!important;
  line-height:1!important;
  cursor:pointer!important;
  padding:0!important;
}
.ham-carousel__arrow:hover{background:rgba(0,0,0,.65)!important;}
.ham-carousel__arrow--prev{left:24px!important;}
.ham-carousel__arrow--next{right:24px!important;}
.ham-carousel__dots{
  position:absolute!important;
  left:50%!important;
  bottom:24px!important;
  transform:translateX(-50%)!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
}
.ham-carousel__dot{
  width:34px!important;
  height:4px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.45)!important;
  padding:0!important;
  cursor:pointer!important;
}
.ham-carousel__dot.is-active{background:#fff!important;}
@media(max-width:767px){
  .ham-carousel{height:360px!important;min-height:360px!important;}
  .ham-carousel__content{left:18px!important;right:18px!important;top:auto!important;bottom:28px!important;transform:none!important;max-width:none!important;padding:20px 22px!important;background:rgba(0,0,0,.55)!important;}
  .ham-carousel__content h2{font-size:30px!important;}
  .ham-carousel__content p{font-size:15px!important;}
  .ham-carousel__arrow{width:34px!important;height:34px!important;font-size:24px!important;}
  .ham-carousel__arrow--prev{left:10px!important;}
  .ham-carousel__arrow--next{right:10px!important;}
  .ham-carousel__dots{bottom:12px!important;}
  .ham-carousel__dot{width:24px!important;height:3px!important;}
}
