/* 往台 · 内页区块 */

.wt-section { padding: clamp(3rem, 6vw, 4.5rem) 0; }
.wt-section--paper { background: var(--wt-paper) !important; }

.wt-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.wt-cta-band { position: relative; text-align: center; }

.wt-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(74, 18, 25, 0.8) 0%, rgba(16, 20, 24, 0.88) 100%);
  z-index: 1;
}

.wt-cta-band .container { position: relative; z-index: 2; }

.wt-cta-band .section-title.color-light .title {
  font-family: var(--wt-font-display);
  letter-spacing: 0.1em;
}

.wt-about-intro--fresh {
  background: linear-gradient(180deg, var(--wt-white) 0%, var(--wt-paper) 100%);
  border-bottom: 1px solid var(--wt-fog);
}

.wt-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.wt-about-intro__body p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--wt-muted);
  text-indent: 0;
}

.wt-about-intro__body p:last-child {
  margin-bottom: 0;
}

.wt-about-intro__quote {
  margin: 1.5rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--wt-wine);
  background: rgba(107, 29, 40, 0.04);
  font-family: var(--wt-font-display);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--wt-wine);
}

.wt-about-intro__video {
  position: relative;
  overflow: hidden;
  border-radius: var(--wt-radius-lg);
  border: 1px solid var(--wt-fog);
  box-shadow: 0 16px 48px rgba(16, 20, 24, 0.08);
}

.wt-about-intro__video img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wt-about-intro__video:hover img {
  transform: scale(1.03);
}

.wt-about-intro__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 252, 248, 0.92);
  color: var(--wt-wine);
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(16, 20, 24, 0.15);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.wt-about-intro__play:hover {
  background: var(--wt-wine);
  color: var(--wt-white);
  transform: translate(-50%, -50%) scale(1.05);
}

.mfp-video-inline .mfp-content {
  max-width: min(960px, 92vw);
}

.mfp-video-wrap {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: var(--wt-radius-lg);
  overflow: hidden;
}

.mfp-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* 关于我们 · 工艺视频（清爽版） */
.wt-about-video--fresh {
  background: var(--wt-paper);
  border-top: 1px solid var(--wt-fog);
  border-bottom: 1px solid var(--wt-fog);
}

.wt-about-video__card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 12px 40px rgba(16, 20, 24, 0.05);
}

.wt-about-video__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--wt-radius-lg);
  border: 1px solid var(--wt-fog);
}

.wt-about-video__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wt-about-video__media:hover img {
  transform: scale(1.03);
}

.wt-about-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 252, 248, 0.94);
  color: var(--wt-wine);
  font-size: 1.15rem;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(16, 20, 24, 0.18);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.wt-about-video__play:hover {
  background: var(--wt-wine);
  color: var(--wt-white);
  transform: translate(-50%, -50%) scale(1.05);
}

.wt-about-video__copy .wt-heading {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.wt-about-video__copy .wt-lead {
  margin-top: 0.75rem;
  font-size: 0.92rem;
}

/* 关于我们 · 酿造传承（清爽版） */
.wt-about-craft--fresh {
  background: var(--wt-white) !important;
}

.wt-about-craft__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.wt-about-craft__main .wt-lead {
  margin-top: 0.5rem;
}

.wt-about-craft__accordion {
  margin-top: 1.5rem;
}

.wt-about-craft--fresh .wt-about-craft__item {
  margin-bottom: 0.65rem;
  border: 1px solid var(--wt-fog) !important;
  border-radius: var(--wt-radius) !important;
  background: var(--wt-paper) !important;
  overflow: hidden;
  box-shadow: none !important;
}

.wt-about-craft--fresh .wt-about-craft__item .card-header {
  padding: 0;
  background: transparent;
  border: none;
}

.wt-about-craft__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.95rem 1rem;
  border: none !important;
  background: transparent !important;
  font-family: var(--wt-font-body);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--wt-ink) !important;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.wt-about-craft__btn:hover,
.wt-about-craft__btn[aria-expanded="true"] {
  color: var(--wt-wine) !important;
  background: rgba(107, 29, 40, 0.04) !important;
}

.wt-about-craft__btn::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--wt-brass);
  transition: transform 0.25s ease;
}

.wt-about-craft__btn[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.wt-about-craft__body {
  padding: 0 1rem 1rem !important;
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--wt-muted);
  border-top: 1px solid var(--wt-fog);
}

.wt-about-craft__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.wt-about-craft__photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--wt-radius-lg);
  border: 1px solid var(--wt-fog);
  box-shadow: 0 10px 32px rgba(16, 20, 24, 0.06);
}

.wt-about-craft__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wt-about-craft__photo--main {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
}

.wt-about-craft__photo--sub {
  aspect-ratio: 4 / 3;
}

/* 关于我们 · 12987 工艺（清爽版） */
.wt-about-process--fresh {
  background: var(--wt-white);
  border-top: 1px solid var(--wt-fog);
}

.wt-about-process--fresh .wt-section-head__lead {
  max-width: 36rem;
  margin: 0.85rem auto 0;
  font-size: 0.92rem;
  color: var(--wt-muted);
}

.wt-about-process__slider {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 2.75rem;
}

.wt-about-process__slider .swiper-slide {
  height: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.wt-about-process__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.55;
}

.wt-about-process__slider .swiper-slide-active {
  opacity: 1;
}

.wt-about-process__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-top: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 12px 36px rgba(16, 20, 24, 0.05);
  text-align: left;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wt-about-process__slider .swiper-slide-active .wt-about-process__card {
  box-shadow: 0 18px 48px rgba(16, 20, 24, 0.08);
  transform: translateY(-4px);
}

.wt-about-process__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: var(--wt-wine-soft);
  color: var(--wt-wine);
  font-family: var(--wt-font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
}

.wt-about-process__media {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: var(--wt-radius);
  border: 1px solid var(--wt-fog);
}

.wt-about-process__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.5s ease;
}

.wt-about-process__card:hover .wt-about-process__media img {
  transform: scale(1.03);
}

.wt-about-process__title {
  margin: 0 0 0.55rem;
  font-family: var(--wt-font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--wt-ink);
}

.wt-about-process__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--wt-muted);
}

.wt-about-process__pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 1.5rem;
}

.wt-about-process__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  background: var(--wt-fog);
  opacity: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}

.wt-about-process__pagination .swiper-pagination-bullet-active {
  background: var(--wt-wine);
  transform: scale(1.15);
}

.wt-about-intro .skill-video,
.wt-about-intro .about-image-area img,
.wt-about-craft:not(.wt-about-craft--fresh) .about-image-area img {
  border-radius: var(--wt-radius-lg);
  box-shadow: var(--wt-shadow);
}

.wt-about-video:not(.wt-about-video--fresh)::before {
  background: linear-gradient(180deg, rgba(74, 18, 25, 0.7) 0%, rgba(16, 20, 24, 0.85) 100%);
}

.wt-about-craft:not(.wt-about-craft--fresh) .agency-accordion .card,
.wt-service-culture:not(.wt-service-culture--fresh) .agency-accordion .card {
  border: 1px solid var(--wt-fog) !important;
  border-left: 3px solid var(--wt-wine) !important;
  border-radius: var(--wt-radius) !important;
  margin-bottom: 0.5rem;
  background: var(--wt-white);
}

.wt-about-craft:not(.wt-about-craft--fresh) .acc-btn,
.wt-service-culture:not(.wt-service-culture--fresh) .acc-btn {
  color: var(--wt-ink) !important;
  font-weight: 600;
}

.wt-about-process:not(.wt-about-process--fresh) .static-testimonial,
.wt-partner-conditions .static-testimonial {
  background: var(--wt-white);
  border: 1px solid var(--wt-fog);
  border-top: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  box-shadow: var(--wt-shadow);
}

.wt-about-process:not(.wt-about-process--fresh) .author-info .name {
  font-family: var(--wt-font-serif);
  color: var(--wt-wine);
}

/* 服务页 · 业务卡片（清爽版） */
.wt-service-grid--fresh {
  background: var(--wt-paper);
  border-bottom: 1px solid var(--wt-fog);
}

.wt-service-grid--fresh .wt-section-head__lead {
  max-width: 32rem;
  margin: 0.85rem auto 0;
  font-size: 0.92rem;
  color: var(--wt-muted);
}

.wt-service-grid__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.wt-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1.35rem, 2.5vw, 1.75rem) clamp(1rem, 2vw, 1.35rem);
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 10px 32px rgba(16, 20, 24, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wt-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 29, 40, 0.18);
  box-shadow: 0 16px 40px rgba(16, 20, 24, 0.08);
}

.wt-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--wt-wine-soft);
  color: var(--wt-wine);
  font-size: 1.45rem;
  transition: background 0.25s ease, color 0.25s ease;
}

.wt-service-card:hover .wt-service-card__icon {
  background: var(--wt-wine);
  color: var(--wt-white);
}

.wt-service-card__title {
  margin: 0 0 0.55rem;
  font-family: var(--wt-font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--wt-ink);
}

.wt-service-card__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--wt-muted);
}

/* 服务页 · 酒文化（清爽版） */
.wt-service-culture--fresh {
  background: var(--wt-white) !important;
}

.wt-service-culture__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.wt-service-culture__main .wt-lead {
  margin-top: 0.5rem;
}

.wt-service-culture__accordion {
  margin-top: 1.5rem;
}

.wt-service-culture--fresh .wt-service-culture__item {
  margin-bottom: 0.65rem;
  border: 1px solid var(--wt-fog) !important;
  border-radius: var(--wt-radius) !important;
  background: var(--wt-paper) !important;
  overflow: hidden;
  box-shadow: none !important;
}

.wt-service-culture--fresh .wt-service-culture__item .card-header {
  padding: 0;
  background: transparent;
  border: none;
}

.wt-service-culture__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.wt-service-culture__photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--wt-radius-lg);
  border: 1px solid var(--wt-fog);
  box-shadow: 0 10px 32px rgba(16, 20, 24, 0.06);
}

.wt-service-culture__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wt-service-culture__photo--main {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
}

.wt-service-culture__photo--sub {
  aspect-ratio: 4 / 3;
}

.wt-service-grid:not(.wt-service-grid--fresh) .icon-box.box-border {
  height: 100%;
  padding: 1.5rem;
  background: var(--wt-white);
  border: 1px solid var(--wt-fog) !important;
  border-bottom: 3px solid var(--wt-wine) !important;
  border-radius: var(--wt-radius) !important;
  transition: background 0.25s ease;
}

.wt-service-grid:not(.wt-service-grid--fresh) .icon-box.box-border:hover {
  background: var(--wt-wine-soft);
  transform: none;
  box-shadow: none;
}

.wt-product-list {
  background: var(--wt-paper);
}

.wt-product-list .gallery_filter_two a {
  display: inline-block;
  margin: 0.2rem 0.3rem;
  padding: 0.4rem 0.95rem;
  border: 1px solid var(--wt-fog);
  border-radius: var(--wt-radius);
  color: var(--wt-muted);
  text-decoration: none;
  font-size: 0.88rem;
}

.wt-product-list .gallery_filter_two a.active,
.wt-product-list .gallery_filter_two a:hover {
  color: var(--wt-white);
  background: var(--wt-wine);
  border-color: var(--wt-wine);
}

.wt-product-list .work {
  background: var(--wt-white);
  border: 1px solid var(--wt-fog);
  border-bottom: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  overflow: hidden;
  height: 100%;
}

.wt-product-list .work .info .title a {
  font-family: var(--wt-font-serif);
  color: var(--wt-ink);
}

.wt-product-list .work .info > a {
  color: var(--wt-wine);
  font-weight: 600;
  text-decoration: none;
}

/* 合伙人 · 清爽版 */
body.wt-inner-page .wt-partner-hero--fresh.intro-section {
  position: relative;
  height: auto !important;
  min-height: clamp(240px, 34vh, 340px) !important;
  margin: 0 !important;
  padding: clamp(2rem, 4vw, 3rem) 0 !important;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
}

.wt-partner-hero--fresh::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(74, 18, 25, 0.78) 0%, rgba(16, 20, 24, 0.52) 100%);
  z-index: 1;
}

.wt-partner-hero--fresh .container {
  position: relative;
  z-index: 2;
}

.wt-partner-hero__content {
  max-width: 760px;
  margin: 0 auto;
}

.wt-partner-hero__title,
.wt-partner-hero--fresh .intro-content-two .title {
  margin: 0 0 0.75rem;
  font-family: var(--wt-font-display);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: var(--wt-white);
}

.wt-partner-hero__lead {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: rgba(255, 252, 248, 0.82);
}

.wt-partner-conditions--fresh {
  background: var(--wt-paper);
  border-bottom: 1px solid var(--wt-fog);
}

.wt-partner-conditions--fresh .wt-section-head__lead,
.wt-partner-team--fresh .wt-section-head__lead {
  max-width: 34rem;
  margin: 0.85rem auto 0;
  font-size: 0.92rem;
  color: var(--wt-muted);
}

.wt-partner-conditions__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.1rem);
}

.wt-partner-conditions__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: clamp(1.25rem, 2vw, 1.6rem) 1rem;
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-top: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 10px 32px rgba(16, 20, 24, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wt-partner-conditions__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(16, 20, 24, 0.08);
}

.wt-partner-conditions__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: var(--wt-wine-soft);
  color: var(--wt-wine);
  font-family: var(--wt-font-display);
  font-size: 0.92rem;
  font-weight: 600;
}

.wt-partner-conditions__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--wt-ink);
}

.wt-partner-team--fresh {
  background: var(--wt-white);
}

.wt-partner-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.wt-partner-team__card {
  overflow: hidden;
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 10px 32px rgba(16, 20, 24, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wt-partner-team__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(16, 20, 24, 0.08);
}

.wt-partner-team__photo {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--wt-paper);
}

.wt-partner-team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wt-partner-team__card:hover .wt-partner-team__photo img {
  transform: scale(1.04);
}

.wt-partner-team__info {
  padding: 1rem 0.85rem 1.1rem;
  text-align: center;
}

.wt-partner-team__name {
  margin: 0 0 0.35rem;
  font-family: var(--wt-font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--wt-ink);
}

.wt-partner-team__role {
  margin: 0;
  font-size: 0.82rem;
  color: var(--wt-muted);
}

.wt-partner-hero {
  min-height: clamp(220px, 32vh, 320px);
  display: flex;
  align-items: center;
}

.wt-partner-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(74, 18, 25, 0.75) 0%, rgba(16, 20, 24, 0.5) 100%);
  z-index: 1;
}

.wt-partner-hero .container { position: relative; z-index: 2; }

.wt-partner-hero .intro-content-two .title {
  font-family: var(--wt-font-display);
  letter-spacing: 0.08em;
}

.wt-partner-conditions:not(.wt-partner-conditions--fresh) .static-testimonial .position {
  font-family: var(--wt-font-display);
  font-size: 1.75rem;
  color: var(--wt-wine);
}

.wt-partner-team:not(.wt-partner-team--fresh) .team {
  border-radius: var(--wt-radius-lg);
  overflow: hidden;
  border: 1px solid var(--wt-fog);
  background: var(--wt-white);
}

.wt-partner-team .team-info h5,
.wt-partner-team:not(.wt-partner-team--fresh) .team-info h5 {
  font-family: var(--wt-font-serif);
  color: var(--wt-ink);
}

.wt-news-list .diyproduct ul li a {
  padding: 0.4rem 0.95rem;
  border: 1px solid var(--wt-fog);
  border-radius: var(--wt-radius);
  text-decoration: none;
  color: var(--wt-muted);
}

.wt-news-list .diyproduct ul li a.active,
.wt-news-list .diyproduct ul li a:hover {
  color: var(--wt-white);
  background: var(--wt-wine);
  border-color: var(--wt-wine);
}

.wt-news-list .blog,
.wt-news-article .blog-3 {
  border: 1px solid var(--wt-fog);
  border-left: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  background: var(--wt-white);
}

/* 新闻列表 · 清爽版 */
.wt-news-list--fresh {
  background: var(--wt-paper);
  border-bottom: 1px solid var(--wt-fog);
}

.wt-news-filter {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.wt-news-filter__inner ul,
.wt-news-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-news-filter__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.45rem;
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.95);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(16, 20, 24, 0.05);
}

.wt-news-filter__link,
.wt-news-filter__inner ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 1.05rem !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--wt-muted) !important;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wt-news-filter__link:hover,
.wt-news-filter__inner ul li a:hover {
  color: var(--wt-wine) !important;
  background: var(--wt-wine-soft) !important;
  border-color: rgba(107, 29, 40, 0.12) !important;
}

.wt-news-filter__link.is-active,
.wt-news-filter__link.active,
.wt-news-filter__inner ul li a.active {
  color: var(--wt-white) !important;
  background: var(--wt-wine) !important;
  border-color: var(--wt-wine) !important;
  box-shadow: 0 6px 18px rgba(107, 29, 40, 0.22);
}

.wt-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.wt-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 10px 32px rgba(16, 20, 24, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wt-news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 29, 40, 0.16);
  box-shadow: 0 16px 42px rgba(16, 20, 24, 0.08);
}

.wt-news-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--wt-paper);
}

.wt-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wt-news-card:hover .wt-news-card__media img {
  transform: scale(1.04);
}

.wt-news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem 1.15rem 1.2rem;
}

.wt-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

.wt-news-card__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  color: var(--wt-muted);
}

.wt-news-card__meta i {
  color: var(--wt-brass);
  font-size: 0.72rem;
}

.wt-news-card__title {
  margin: 0 0 0.85rem;
  font-family: var(--wt-font-serif);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.55;
}

.wt-news-card__title a {
  color: var(--wt-ink);
  text-decoration: none;
  transition: color 0.2s ease;
}

.wt-news-card__title a:hover {
  color: var(--wt-wine);
}

.wt-news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  color: var(--wt-wine);
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.wt-news-card__more i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}

.wt-news-card__more:hover {
  color: var(--wt-wine-deep);
}

.wt-news-card__more:hover i {
  transform: translateX(3px);
}

.wt-news-pagination {
  margin-top: clamp(2rem, 4vw, 2.75rem);
}

.wt-news-list--fresh .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-news-list--fresh .pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--wt-fog) !important;
  border-radius: var(--wt-radius) !important;
  background: var(--wt-white) !important;
  color: var(--wt-muted) !important;
  font-size: 0.84rem;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.wt-news-list--fresh .pagination li a:hover,
.wt-news-list--fresh .pagination li a.active {
  color: var(--wt-white) !important;
  background: var(--wt-wine) !important;
  border-color: var(--wt-wine) !important;
}

.wt-news-article .blog-3 .title {
  font-family: var(--wt-font-serif);
}

.wt-inner-page .contact-info {
  border: 1px solid var(--wt-fog);
  border-top: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  background: var(--wt-white);
}

.wt-inner-page .contact-info .icon i {
  color: var(--wt-wine) !important;
}

/* 联系我们 · 清爽版 */
.wt-contact--fresh {
  background: var(--wt-paper);
  border-bottom: 1px solid var(--wt-fog);
}

.wt-contact--fresh .wt-section-head__lead,
.wt-contact-map--fresh .wt-section-head__lead,
.wt-contact-form--fresh .wt-section-head__lead {
  max-width: 34rem;
  margin: 0.85rem auto 0;
  font-size: 0.92rem;
  color: var(--wt-muted);
}

.wt-contact__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.wt-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-top: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 10px 32px rgba(16, 20, 24, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wt-contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(107, 29, 40, 0.16);
  box-shadow: 0 16px 40px rgba(16, 20, 24, 0.08);
}

.wt-contact-card__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--wt-wine-soft);
  color: var(--wt-wine);
  font-size: 1.25rem;
}

.wt-contact-card__title {
  margin: 0 0 0.45rem;
  font-family: var(--wt-font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--wt-wine);
}

.wt-contact-card__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--wt-muted);
}

.wt-contact-card__link {
  color: var(--wt-ink);
  text-decoration: none;
  transition: color 0.2s ease;
}

.wt-contact-card__link:hover {
  color: var(--wt-wine);
}

.wt-contact-map--fresh {
  background: var(--wt-paper);
  border-bottom: 1px solid var(--wt-fog);
  padding-top: clamp(2rem, 3.5vw, 2.75rem) !important;
  padding-bottom: clamp(1.75rem, 3vw, 2.25rem) !important;
}

.wt-contact-map--fresh .wt-section-head {
  margin-bottom: clamp(1.1rem, 2vw, 1.5rem);
}

.wt-contact-map__frame {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(166, 137, 83, 0.32);
  border-top: 2px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  box-shadow: none;
}

.wt-contact-map__frame .my-map,
.wt-contact-map__frame #wrap,
.wt-contact-map__frame #mapContainer,
.wt-contact-map__frame .amap-container {
  margin: 0 !important;
  width: 100% !important;
  height: clamp(240px, 32vw, 360px) !important;
  min-height: 0 !important;
  border-radius: calc(var(--wt-radius-lg) - 1px);
}

.wt-contact-map__frame html,
.wt-contact-map__frame body {
  margin: 0;
  padding: 0;
}

.wt-contact-form--fresh {
  background: var(--wt-paper);
}

.wt-contact-form__wrap {
  max-width: 760px;
  margin: 0 auto;
}

.wt-contact-form__card {
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--wt-white);
  border: 1px solid rgba(229, 223, 214, 0.9);
  border-radius: var(--wt-radius-lg);
  box-shadow: 0 12px 40px rgba(16, 20, 24, 0.05);
}

.wt-contact-form__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wt-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.wt-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
}

.wt-contact-form__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--wt-ink);
}

.wt-contact-form__label em {
  color: var(--wt-wine);
  font-style: normal;
}

.wt-contact-form--fresh .contact-form input,
.wt-contact-form--fresh .contact-form select,
.wt-contact-form--fresh .contact-form textarea,
.wt-contact-form__field input,
.wt-contact-form__field select,
.wt-contact-form__field textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--wt-fog);
  border-radius: var(--wt-radius);
  background: var(--wt-paper);
  color: var(--wt-ink);
  font-size: 0.9rem;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wt-contact-form__field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B1D28' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  background-size: 10px 7px;
  cursor: pointer;
}

.wt-contact-form__field textarea {
  min-height: 140px;
  resize: vertical;
}

.wt-contact-form--fresh .contact-form input:focus,
.wt-contact-form--fresh .contact-form select:focus,
.wt-contact-form--fresh .contact-form textarea:focus,
.wt-contact-form__field input:focus,
.wt-contact-form__field select:focus,
.wt-contact-form__field textarea:focus {
  border-color: var(--wt-wine);
  background: var(--wt-white);
  box-shadow: 0 0 0 3px var(--wt-wine-soft);
  outline: none;
}

.wt-contact-form__actions {
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}

.wt-contact-form__submit,
.wt-contact-form--fresh .layui-btn-normal {
  min-width: 180px;
  min-height: 2.75rem;
  padding: 0.65rem 1.75rem !important;
  border-radius: 999px !important;
  background: var(--wt-wine) !important;
  border: none !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 22px rgba(107, 29, 40, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wt-contact-form__submit:hover,
.wt-contact-form--fresh .layui-btn-normal:hover {
  background: var(--wt-wine-deep) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(107, 29, 40, 0.28);
}

.wt-contact-form .contact-form input,
.wt-contact-form .contact-form select,
.wt-contact-form .contact-form textarea {
  border: 1px solid var(--wt-fog);
  border-radius: var(--wt-radius);
  background: var(--wt-white);
}

.wt-contact-form .contact-form input:focus,
.wt-contact-form .contact-form select:focus,
.wt-contact-form .contact-form textarea:focus {
  border-color: var(--wt-wine);
  box-shadow: 0 0 0 2px var(--wt-wine-soft);
  outline: none;
}

.wt-contact-form .layui-btn-normal {
  border-radius: var(--wt-radius) !important;
  background: var(--wt-wine) !important;
  border: none !important;
}

.wt-contact-map:not(.wt-contact-map--fresh) {
  border: 3px solid var(--wt-wine);
  border-radius: var(--wt-radius-lg);
  overflow: hidden;
}

@media (max-width: 991px) {
  .wt-about-intro__grid {
    grid-template-columns: 1fr;
  }

  .wt-about-intro__media {
    order: -1;
  }

  .wt-about-video__card,
  .wt-about-craft__grid,
  .wt-service-culture__grid {
    grid-template-columns: 1fr;
  }

  .wt-about-craft__gallery,
  .wt-service-culture__gallery {
    order: -1;
  }

  .wt-service-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-contact__cards {
    grid-template-columns: 1fr;
  }

  .wt-contact-form__row {
    grid-template-columns: 1fr;
  }

  .wt-contact-map__frame .my-map,
  .wt-contact-map__frame #wrap,
  .wt-contact-map__frame #mapContainer,
  .wt-contact-map__frame .amap-container {
    height: clamp(220px, 42vw, 320px) !important;
  }

  .wt-partner-conditions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-partner-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .wt-service-grid__cards,
  .wt-news-grid {
    grid-template-columns: 1fr;
  }

  .wt-news-filter__item {
    border-radius: var(--wt-radius-lg);
  }

  .wt-partner-conditions__grid,
  .wt-partner-team__grid {
    grid-template-columns: 1fr;
  }

  .wt-contact-map__frame .my-map,
  .wt-contact-map__frame #wrap,
  .wt-contact-map__frame #mapContainer,
  .wt-contact-map__frame .amap-container {
    height: clamp(200px, 52vw, 280px) !important;
  }
}
