/* 匠金台 · 酱酒产区（茅台镇）页 */

/* ===== Hero ===== */
.jjt-maotai-hero {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  background: linear-gradient(180deg, #fff 0%, var(--jjt-cream) 100%);
  overflow: hidden;
}

.jjt-maotai-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(200, 150, 46, 0.1) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(171, 108, 86, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.jjt-maotai-hero__pre {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.jjt-maotai-hero__title {
  font-family: var(--jjt-font-serif);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  color: var(--jjt-ink);
  margin: 0 0 1.25rem;
  line-height: 1.2;
}

.jjt-maotai-hero__desc {
  margin: 0 0 1.75rem;
  font-size: 0.98rem;
  line-height: 1.85;
  color: rgba(26, 20, 16, 0.72);
  max-width: 34rem;
}

.jjt-maotai-hero__actions {
  margin-bottom: 2rem;
}

.jjt-maotai-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, var(--jjt-accent), var(--jjt-amber));
  border-radius: 999px;
  box-shadow: 0 10px 32px rgba(255, 90, 27, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.jjt-maotai-hero__cta svg {
  flex-shrink: 0;
}

.jjt-maotai-hero__cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(255, 90, 27, 0.38);
}

.jjt-maotai-hero__coords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--jjt-copper);
}

.jjt-maotai-hero__coords-divider {
  opacity: 0.35;
}

.jjt-maotai-hero__visual {
  position: relative;
  text-align: center;
  padding: clamp(0.5rem, 2vw, 1.5rem) 0;
}

.jjt-maotai-hero__visual img {
  width: min(100%, 440px);
  height: auto;
  border-radius: calc(var(--jjt-radius) + 4px);
  box-shadow: 0 24px 56px rgba(26, 20, 16, 0.14);
  border: 1px solid rgba(200, 150, 46, 0.16);
}

.jjt-maotai-hero__visual::before {
  content: "";
  position: absolute;
  inset: 8% 5%;
  background: radial-gradient(ellipse at center, rgba(200, 150, 46, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

/* ===== 关于茅台镇 ===== */
.jjt-maotai-about {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: var(--jjt-ink);
}

.jjt-maotai-about__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.jjt-maotai-about__pre {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--jjt-amber);
}

.jjt-maotai-about__lead {
  font-family: var(--jjt-font-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 500;
  line-height: 1.85;
  color: rgba(250, 246, 240, 0.92);
  margin: 0 0 1.75rem;
}

.jjt-maotai-about__lead span {
  color: var(--jjt-amber);
  font-weight: 600;
}

.jjt-maotai-about__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: rgba(250, 246, 240, 0.68);
}

/* ===== 地质地貌特点 ===== */
.jjt-maotai-features {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: var(--jjt-cream);
}

.jjt-maotai-features__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.jjt-maotai-features__tab {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(200, 150, 46, 0.14);
  border-radius: var(--jjt-radius);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.jjt-maotai-features__tab:hover {
  border-color: rgba(200, 150, 46, 0.35);
  transform: translateX(4px);
}

.jjt-maotai-features__tab.is-active {
  border-color: var(--jjt-amber);
  box-shadow: 0 12px 36px rgba(26, 20, 16, 0.08);
  background: linear-gradient(135deg, #fff 0%, rgba(250, 246, 240, 0.85) 100%);
}

.jjt-maotai-features__tab-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--jjt-copper);
  margin-bottom: 0.35rem;
}

.jjt-maotai-features__tab.is-active .jjt-maotai-features__tab-label {
  color: var(--jjt-amber);
}

.jjt-maotai-features__tab-title {
  display: block;
  font-family: var(--jjt-font-serif);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--jjt-ink);
  margin: 0;
  line-height: 1.35;
}

.jjt-maotai-features__panel {
  position: relative;
  min-height: clamp(280px, 38vw, 420px);
  border-radius: calc(var(--jjt-radius) + 4px);
  overflow: hidden;
  border: 1px solid rgba(200, 150, 46, 0.16);
  box-shadow: 0 20px 56px rgba(26, 20, 16, 0.08);
  background: #fff;
}

.jjt-maotai-features__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.jjt-maotai-features__slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.jjt-maotai-features__slide img {
  display: block;
  width: 100%;
  height: clamp(280px, 38vw, 420px);
  object-fit: cover;
}

.jjt-maotai-features__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.35rem 1.5rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 20, 16, 0.82) 100%);
}

.jjt-maotai-features__mobile {
  display: none;
  margin-top: 1.25rem;
}

.jjt-maotai-features__mobile-card {
  padding: 1rem 1.15rem;
  background: #fff;
  border-radius: var(--jjt-radius);
  border: 1px solid rgba(200, 150, 46, 0.14);
}

.jjt-maotai-features__mobile-card + .jjt-maotai-features__mobile-card {
  margin-top: 0.75rem;
}

.jjt-maotai-features__mobile-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: calc(var(--jjt-radius) - 2px);
  margin-bottom: 0.75rem;
}

.jjt-maotai-features__mobile-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(26, 20, 16, 0.72);
}

/* ===== 茅台镇风光 ===== */
.jjt-maotai-scenery {
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(4rem, 7vw, 5.5rem);
  background: #fff;
  overflow: hidden;
}

.jjt-maotai-scenery__header {
  text-align: left;
  max-width: none;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.jjt-maotai-scenery__wrap {
  position: relative;
  padding: 0 clamp(0.75rem, 3vw, 2rem);
}

.jjt-maotai-scenery__slider {
  overflow: visible;
}

.jjt-maotai-scenery__slide {
  position: relative;
  border-radius: calc(var(--jjt-radius) + 2px);
  overflow: hidden;
  border: 1px solid rgba(200, 150, 46, 0.14);
  box-shadow: 0 16px 48px rgba(26, 20, 16, 0.08);
}

.jjt-maotai-scenery__media {
  display: block;
  width: 100%;
  height: clamp(260px, 36vw, 400px);
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.jjt-maotai-scenery__slide:hover .jjt-maotai-scenery__media {
  transform: scale(1.04);
}

.jjt-maotai-scenery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.25rem 1.35rem;
  font-family: var(--jjt-font-serif);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 20, 16, 0.78) 100%);
}

.jjt-maotai-scenery__toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.jjt-maotai-scenery__arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(200, 150, 46, 0.35);
  border-radius: 50%;
  background: #fff;
  color: var(--jjt-ink);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.jjt-maotai-scenery__arrow:hover {
  background: var(--jjt-amber);
  border-color: var(--jjt-amber);
  color: #fff;
}

.jjt-maotai-scenery__pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.jjt-maotai-scenery__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(26, 20, 16, 0.2);
  opacity: 1;
  border-radius: 999px;
  transition: width 0.25s ease, background 0.25s ease;
}

.jjt-maotai-scenery__pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: linear-gradient(90deg, var(--jjt-accent), var(--jjt-amber));
}

/* ===== 产品推荐 ===== */
.jjt-maotai-products {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: linear-gradient(180deg, var(--jjt-cream) 0%, #fff 45%, var(--jjt-cream) 100%);
}

.jjt-maotai-products__head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.jjt-maotai-products__more {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--jjt-ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(200, 150, 46, 0.35);
  border-radius: 999px;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.jjt-maotai-products__more:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--jjt-accent), var(--jjt-amber));
  border-color: transparent;
  transform: translateY(-1px);
}

.jjt-maotai-products .jjt-product-list__grid {
  margin-top: 0;
}

@media (max-width: 991px) {
  .jjt-maotai-products__head {
    text-align: center;
  }

  .jjt-maotai-products__more-wrap {
    text-align: center !important;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .jjt-maotai-features__panel {
    display: none;
  }

  .jjt-maotai-features__mobile {
    display: block;
  }

  .jjt-maotai-scenery__header {
    text-align: center;
  }

  .jjt-maotai-scenery__toolbar {
    flex-wrap: wrap;
  }
}
