/* ── Shop Hero Slider ── */

.shop-hero {
  position: relative;
  width: 100%;
  height: clamp(480px, 55vw, 680px);
  overflow: hidden;
  color: #fff;
}

.shop-hero__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-hero__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Background */
.shop-hero__slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a6b8a;
}

/* Gradient overlay */
.shop-hero__slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(5, 54, 91, 0.92) 0%, rgba(0, 94, 145, 0.6) 50%, rgba(5, 54, 91, 0.75) 100%);
}

/* Top gradient for nav readability */
.shop-hero__gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 3;
  pointer-events: none;
}

/* Slide content */
.shop-hero__slide-content {
  position: relative;
  z-index: 2;
  padding: 6rem 4.2% 0;
  max-width: 1600px;
  width: 100%;
  margin: -40px auto 0;
}

.shop-hero__slide-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.2rem;
  opacity: 0;
}

.shop-hero__slide-title {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 0.6em;
  max-width: 600px;
  opacity: 0;
}

.shop-hero__slide-desc {
  font-size: clamp(0.88rem, 1.2vw, 1.05rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.6;
  opacity: 0;
  max-width: 520px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
}

.shop-hero__slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #e26b0a;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 0.85rem 2.25rem;
  border-radius: 5px;
  transition: background 0.25s, transform 0.25s;
  opacity: 0;
}

.shop-hero__slide-cta:hover {
  background: #c95d08;
  transform: translateY(-1px);
}

.shop-hero__slide-cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.25s;
}

.shop-hero__slide-cta:hover svg {
  transform: translateX(3px);
}

/* Active slide animations */
.shop-hero__slide--active .shop-hero__slide-tag {
  animation: heroFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.shop-hero__slide--active .shop-hero__slide-title {
  animation: heroFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.shop-hero__slide--active .shop-hero__slide-desc {
  animation: heroFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.shop-hero__slide--active .shop-hero__slide-cta {
  animation: heroFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

/* Navigation arrows */
.shop-hero__nav {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 4.2%;
  max-width: 1600px;
  margin: 0 auto;
}

.shop-hero__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  transition: background 0.25s;
  flex-shrink: 0;
}

.shop-hero__arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}

.shop-hero__arrow svg {
  width: 16px;
  height: 16px;
}

/* Dots */
.shop-hero__dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shop-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s;
}

.shop-hero__dot--active {
  background: #fff;
  transform: scale(1.25);
}

/* Progress bar */
.shop-hero__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.1);
}

.shop-hero__progress-bar {
  height: 100%;
  background: #e26b0a;
  width: 0%;
  transition: width 0.3s linear;
}

.shop-hero__progress-bar--animated {
  transition: width 6s linear;
  width: 100%;
}

/* ── Responsive ── */

@media (max-width: 1024px) {
  .shop-hero__slide-content {
    padding: 0 3%;
  }

  .shop-hero__nav {
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  .shop-hero {
    height: clamp(360px, 70vw, 500px);
  }

  .shop-hero__slide-content {
    padding-top: 5rem;
  }

  .shop-hero__slide-title {
    max-width: 100%;
  }

  .shop-hero__slide-desc {
    display: none;
  }

  .shop-hero__slide-cta {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
  }

  .shop-hero__nav {
    bottom: 1.5rem;
  }

  .shop-hero__arrow {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .shop-hero {
    height: clamp(320px, 80vw, 420px);
  }

  .shop-hero__slide-tag {
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
  }

  .shop-hero__slide-cta {
    width: 100%;
    justify-content: center;
  }
}
