/* Project-wide anchor reset: remove browser default link, visited, active, and focus chrome. */
a,
a:hover,
a:focus,
a:focus-visible,
a:active,
a:visited {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus,
a:focus-visible,
a:active {
  outline: 0 !important;
  box-shadow: none !important;
}

:root {
  --brand-red: #d70010;
  --primary-red: #d7000f;
  --primary-red-hover: #b9000d;
  --primary-red-shadow: rgba(215, 0, 15, 0.16);
  --text-body: #666666;
  --page-max-width: 100%;
  --hm2-bg: #ffffff;
  --hm2-title: rgba(56, 56, 56, 1);
  --hm2-copy: rgba(114, 114, 114, 1);
  --hm2-accent: rgba(215, 0, 15, 1);
  --hm2-card-radius: 18px;
  --hm2-track-gap: 28px;
  --hm2-card-width: 250px;
  --hm2-card-height: 140px;
  --hm2-shell-width: 100%;
  --hm2-marquee-start: -140px;
  --hm3-title: rgba(56, 56, 56, 1);
  --hm3-copy: rgba(87, 87, 87, 1);
  --hm3-accent: rgba(215, 0, 16, 1);
  --hm3-shell: 100%;
  --hm3-image-width: 1084px;
  --hm3-image-height: 559px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  overflow-x: hidden;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #1c1c1c;
}

button,
input,
textarea,
select,
a {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.primary-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 139px;
  height: 40px;
  padding: 0 8px 0 14px;
  border: 1px solid var(--primary-red);
  border-radius: 999px;
  overflow: hidden;
  background: var(--primary-red);
  background-image: linear-gradient(90deg, #fff 0 50%, var(--primary-red) 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  transition: color var(--motion-interaction) var(--motion-ease),
    background-position var(--motion-interaction) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction) var(--motion-ease);
}

.primary-action,
.primary-action:visited {
  color: #fff;
}

.primary-action > span {
  position: relative;
  z-index: 1;
}

.primary-action:hover,
.primary-action:focus {
  color: var(--primary-red);
  background-position: 0 0;
  box-shadow: 0 12px 24px var(--primary-red-shadow);
}

.action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #fff;
  transition: background-color var(--motion-interaction) var(--motion-ease);
}

.action-icon .iconfont {
  color: var(--primary-red);
  font-size: 16px;
  line-height: 1;
  transition: color var(--motion-interaction) var(--motion-ease);
}

.primary-action:hover .action-icon,
.primary-action:focus .action-icon {
  background: var(--primary-red);
}

.primary-action:hover .action-icon .iconfont,
.primary-action:focus .action-icon .iconfont {
  color: #fff;
}

.primary-action--outline {
  background: #fff;
  background-image: linear-gradient(90deg, var(--primary-red) 0 50%, #fff 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: var(--text-body);
  font-weight: 400;
}

.primary-action--outline,
.primary-action--outline:visited {
  color: var(--text-body);
}

.primary-action--outline .action-icon {
  background: var(--primary-red);
}

.primary-action--outline .action-icon .iconfont {
  color: #fff;
}

.primary-action--outline:hover,
.primary-action--outline:focus {
  color: #fff;
}

.primary-action--outline:hover .action-icon,
.primary-action--outline:focus .action-icon {
  background: #fff;
}

.primary-action--outline:hover .action-icon .iconfont,
.primary-action--outline:focus .action-icon .iconfont {
  color: var(--primary-red);
}

.cases-heading {
  position: relative;
  text-align: center;
  z-index: 2;
}

.title-mark {
  background: url("/wp-content/uploads/2026/05/title-mark.png") center / 100% 100% no-repeat;
}

.merged-page {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.merge-00 {
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}

.merge-00__hero {
  position: relative;
  overflow: hidden;
  height: clamp(700px, 47.5vw, 911px);
}

.merge-00__carousel {
  position: relative;
  height: clamp(520px, 47vw, 690px);
  isolation: isolate;
  background: #d8e2ea;
}

.merge-00__carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 32, 52, 0.02) 0%, rgba(7, 19, 35, 0.18) 100%);
  pointer-events: none;
  z-index: 1;
}

.merge-00 .swiper,
.merge-00 .swiper-wrapper,
.merge-00 .swiper-slide {
  width: 100%;
  height: 100%;
}

.merge-00__slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.merge-00__panel {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: min(1328px, 86vw);
  min-height: clamp(320px, 20.6vw, 396px);
  padding: clamp(34px, 4.1vw, 64px) clamp(32px, 5.4vw, 106px) clamp(28px, 3.4vw, 42px);
  background: #e50012;
  overflow: hidden;
}

.merge-00__panel::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -66px;
  width: min(320px, 24vw);
  aspect-ratio: 311 / 350;
  background: url("/wp-content/uploads/2026/04/10-1.png") no-repeat center / contain;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.merge-00__controls {
  position: absolute;
  top: clamp(28px, 3vw, 56px);
  right: clamp(28px, 3vw, 62px);
  display: flex;
  gap: 18px;
  z-index: 3;
}

.merge-00__control {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.merge-00__control:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.merge-00__control:active {
  transform: translateY(0);
}

.merge-00__control:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.merge-00__control .iconfont {
  font-size: 15px;
}

.merge-00__title {
  margin: 0;
  max-width: calc(100% - 140px);
  font-size: clamp(30px, 2.2vw, 42px);
  font-weight: 700;
  line-height: 1.28;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.merge-00__company {
  margin: clamp(14px, 1vw, 22px) 0 0;
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: 300;
  line-height: 1.34;
  color: #ffffff;
}

.merge-00__intro {
  margin: clamp(18px, 1.6vw, 30px) 0 0;
  max-width: 1080px;
  font-size: clamp(14px, 0.92vw, 17px);
  font-weight: 300;
  line-height: 1.68;
  color: #ffffff;
}

.merge-01__page {
  width: 100%;
  max-width: none;
  min-height: 1114px;
  margin: 0 auto;
  padding: 118px 36px 42px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: rgba(14, 35, 45, 1);
}

.merge-01__title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.merge-01__title-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 26px;
}

.merge-01__title-accent {
  position: absolute;
  left: -6px;
  top: 20%;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(215, 0, 15, 1) 0%, rgba(255, 102, 77, 0.82) 72%, rgba(255, 255, 255, 0.92) 100%);
  transform: translateY(-47%);
  z-index: 0;
}

.merge-01__title-cn {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

.merge-01__title-en {
  margin: 0;
  font-family: "OutfitBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: rgba(27, 31, 36, 1);
}

.merge-01__category-nav {
  max-width: 1288px;
  margin: 88px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.merge-01__category-btn {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 2px 17px;
  color: rgba(153, 153, 153, 1);
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
  transition: color 180ms ease;
  white-space: nowrap;
}

.merge-01__category-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: rgba(215, 0, 15, 1);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.merge-01__category-btn:hover,
.merge-01__category-btn.is-active {
  color: rgba(215, 0, 15, 1);
  font-weight: 700;
}

.merge-01__category-btn.is-active::after {
  width: 64px;
}

.merge-01__hero {
  position: relative;
  margin-top: 56px;
  padding: 0 102px;
}

.merge-01__bg-word {
  position: absolute;
  top: 22px;
  left: 50%;
  width: min(59vw, 1142px);
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.merge-01__product-frame {
  position: relative;
  min-height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.merge-01-swiper {
  width: 100%;
}

.merge-01-swiper .swiper-wrapper {
  align-items: center;
}

.merge-01__product-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.merge-01__product-machine {
  position: relative;
  width: min(100%, 1286px);
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.06));
  transform-origin: left center;
/*   transform: translateX(8px) scale(1.04); */
}

.merge-01__nav-arrow {
  position: absolute;
  top: 48%;
  z-index: 3;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  border: 0;
  background: transparent;
  color: rgba(190, 190, 190, 1);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: color 180ms ease, transform 180ms ease;
}

.merge-01__nav-arrow:hover {
  color: rgba(150, 150, 150, 1);
  transform: translateY(-2px);
}

.merge-01__nav-arrow .iconfont {
  font-size: 54px;
  font-weight: 300;
}

.merge-01__nav-arrow--prev {
  left: 18px;
}

.merge-01__nav-arrow--next {
  right: 18px;
}

.merge-01__product-copy {
  margin-top: 18px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.merge-01__product-name {
  margin: 0;
  font-size: 32px;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.merge-01__actions {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.merge-01__action-btn {
  min-width: 138px;
  height: 40px;
  padding: 0 8px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.merge-01__btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex: 0 0 auto;
}

.merge-01__action-btn--primary {
  background: rgba(215, 0, 15, 1);
  color: #fff;
}

.merge-01__action-btn--primary .merge-01__btn-icon {
  background: #fff;
  color: rgba(215, 0, 15, 1);
}

.merge-01__action-btn--secondary {
  border: 1px solid rgba(215, 0, 15, 1);
  color: rgba(102, 102, 102, 1);
  background: #fff;
}

.merge-01__action-btn--secondary .merge-01__btn-icon {
  background: rgba(215, 0, 15, 1);
  color: #fff;
}

.merge-01__action-btn:hover {
  transform: translateY(-2px);
}

.hm2-module {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.hm2-supply {
  position: relative;
  width: 100%;
}

.hm2-supply__inner {
  width: 100%;
  max-width: none;
  min-height: 961px;
  margin: 0 auto;
  padding: 173px 138px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.hm2-supply__content {
  position: relative;
  z-index: 2;
  width: 470px;
  flex: 0 0 470px;
  padding-top: 3px;
}

.hm2-supply__eyebrow {
  width: fit-content;
  margin: 0 0 42px;
  padding: 6px 14px 9px 12px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgba(177, 177, 177, 1) 0%, rgba(193, 108, 87, 1) 54%, rgba(200, 23, 36, 1) 100%);
}

.hm2-supply__title {
  margin: 0;
  font-size: 42px;
  line-height: 1.42;
  font-weight: 700;
  color: var(--hm2-title);
}


.hm2-supply__desc p{
  margin: 33px 0 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--hm2-copy);
}

.hm2-supply__stats {
  display: flex;
  align-items: flex-start;
  gap: 122px;
  margin-top: 57px;
}

.hm2-stat {
  min-width: 150px;
}

.hm2-stat__number {
  margin: 0;
  font-family: "OutfitBold", "Arial Black", sans-serif;
  font-size: 62px;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--hm2-accent);
}

.hm2-stat__label {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--hm2-title);
}

.hm2-supply__visual {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 33px;
}

.hm2-supply__map {
  width: min(100%, 1085px);
  transform: translateX(102px);
  transform-origin: right center;
}

.hm2-brand-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 88px;
  z-index: 3;
}

.hm2-brand-marquee__viewport {
  width: 100%;
  overflow: hidden;
  margin: -28px 0 -34px;
  padding: 28px 24px 34px;
}

.hm2-brand-marquee__track {
  display: flex;
  align-items: center;
  gap: var(--hm2-track-gap);
  width: max-content;
  will-change: transform;
}

.hm2-brand-card {
  width: var(--hm2-card-width);
  height: var(--hm2-card-height);
  flex: 0 0 auto;
  border-radius: var(--hm2-card-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 -10px 24px rgba(37, 45, 63, 0.055),
    0 12px 28px rgba(37, 45, 63, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.hm2-brand-card__logo {
  object-fit: contain;
}

.hm2-brand-card img {
  height: 100%;
}

/* .hm2-brand-card__logo--wide {
  width: 93px;
}

.hm2-brand-card__logo--hema {
  width: 112px;
}

.hm2-brand-card__logo--nayuki {
  width: 124px;
}

.hm2-brand-card__logo--cola {
  width: 129px;
}

.hm2-brand-card__logo--wang {
  width: 119px;
}

.hm2-brand-card__logo--kfc {
  width: 92px;
}

.hm2-brand-card__logo--aokang {
  width: 120px;
} */

.hm2-brand-card__mixue {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #db1a21;
  transform: translateY(-1px);
}

.hm2-brand-card__mixue-mascot {
  font-size: 42px;
  line-height: 1;
}

.hm2-brand-card__mixue-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hm2-brand-card__mixue-name {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.hm2-brand-card__mixue-sub {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.3;
  color: #d34c4d;
}

.hm3-news {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.hm3-news__section {
  width: 100%;
  max-width: none;
  min-height: 938px;
  margin: 0 auto;
  padding: 55px 0 48px;
}

.hm3-news__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 0 142px 0 140px;
}

.hm3-title__headline {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 28px;
}

.hm3-title__accent {
  position: absolute;
  left: 0;
  top: -2px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(229, 0, 17, 1) 0%, rgba(255, 124, 99, 0.92) 100%);
}

.hm3-title__cn {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--hm3-title);
}

.hm3-title__en {
  margin: 10px 0 0 35px;
  font-family: "OutfitBold", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #34363c;
}

.hm3-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 72px;
  padding-top: 60px;
}

.hm3-menu__item {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 0 24px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--hm3-title);
  cursor: pointer;
  transition: color 180ms ease;
}

.hm3-menu__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--hm3-accent);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.hm3-menu__item.is-active {
  color: var(--hm3-accent);
  font-weight: 700;
}

.hm3-menu__item.is-active::after,
.hm3-menu__item:hover::after {
  width: 44px;
}

.hm3-carousel {
  position: relative;
  margin-top: 58px;
  height: var(--hm3-image-height);
}

.hm3-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.hm3-swiper.active {
  display: block;
}
/* 
.hm3-swiper .swiper-wrapper {
  align-items: stretch;
} */

.hm3-slide {
  position: relative;
  /* width: var(--hm3-image-width);
  height: var(--hm3-image-height); */
  border-radius: 24px;
  overflow: hidden;
  opacity: 0.94;
  transition: transform 280ms ease, opacity 280ms ease, filter 280ms ease;
}

.hm3-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .hm3-swiper .swiper-slide-prev {
  transform: translateX(-86px);
} */

/* .hm3-swiper .swiper-slide-active {
  opacity: 1;
  z-index: 2;
  transform: translateX(0);
} */

.hm3-swiper .swiper-slide-active .hm3-card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hm3-swiper .swiper-slide-prev .hm3-card,
.hm3-swiper .swiper-slide-next .hm3-card,
.hm3-swiper .swiper-slide:not(.swiper-slide-active) .hm3-card {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hm3-card {
  position: absolute;
  right: 57px;
  top: 46px;
  width: 471px;
  min-height: 473px;
  padding: 56px 48px 38px 50px;
  border-radius: 33px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 52px rgba(18, 21, 32, 0.06);
  display: flex;
  flex-direction: column;
  transition: opacity 220ms ease;
}

.hm3-card__body {
  flex: 1 1 auto;
}

.hm3-card__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.58;
  font-weight: 700;
  color: #202226;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 控制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出显示省略号 */
}

.hm3-card__desc {
  margin: 50px 0 0;
  font-size: 16px;
  line-height: 1.84;
  color: var(--hm3-copy);
}

.hm3-card__footer {
  margin-top: 28px;
  padding-top: 44px;
  border-top: 1px solid rgba(56, 56, 56, 0.18);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.hm3-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm3-card__date {
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--hm3-accent);
}

.hm3-card__tag {
  margin: 0;
  font-size: 14px;
  line-height: 1.15;
  color: rgba(142, 142, 142, 1);
}

.hm3-card__button {
  min-width: 143px;
  height: 54px;
  padding: 0 32px;
  border-radius: 999px;
  background: var(--hm3-accent);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.hm3-card__quote {
  position: absolute;
  color: var(--hm3-accent);
  line-height: 1;
}

.hm3-card__quote .iconfont {
  font-size: 24px;
}

.hm3-card__quote--start {
  left: 48px;
  top: 150px;
}

.hm3-card__quote--end {
  right: 42px;
  top: 290px;
}

.hm3-carousel__arrow {
  position: absolute;
  top: 209px;
  z-index: 5;
  width: 147px;
  height: 147px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.hm3-carousel__arrow .iconfont {
  font-size: 48px;
}

.hm3-carousel__arrow:hover {
  transform: translateY(-3px);
  filter: brightness(1.02);
}

.hm3-carousel__arrow--prev {
  left: 229px;
  background: rgba(24, 20, 21, 1);
  color: var(--hm3-accent);
}

.hm3-carousel__arrow--next {
  right: 229px;
  background: var(--hm3-accent);
  color: #ffffff;
}

.merge-04 {
  background: #fbfbfb;
}

.merge-04__hero {
  position: relative;
  min-height: 761px;
  overflow: hidden;
}

.merge-04__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.merge-04__layer {
  position: absolute;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
}

.merge-04__layer--back {
  right: 0;
    bottom: 0;
    width: 100%;
}

.merge-04__layer--front {
  right: 0;
  bottom: 0;
  width: 100%;
}

.merge-04__wave-mask {
  position: absolute;
  left: 282px;
  top: 224px;
  width: 944px;
  height: 430px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.84) 42%, rgba(255, 255, 255, 0) 76%);
  display: none;
}



.merge-04__content {
  position: relative;
  z-index: 2;
  min-height: 761px;
  padding: 117px 138px 74px;
}

.merge-04__copy {
  width: 520px;
}

.merge-04__content h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

.merge-04__title span {
  color: var(--brand-red);
}

.merge-04__lead {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 700;
}

.merge-04__desc {
  max-width: 388px;
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1.95;
  color: #999999;
}

.merge-04__quick-search {
  width: 622px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.merge-04__quick-search-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.merge-04__form {
  margin-top: 21px;
}

.merge-04__controls {
  display: flex;
  align-items: center;
  gap: 17px;
}

.merge-04__field {
  width: 523px;
  height: 64px;
  padding: 0 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 32px rgba(17, 24, 39, 0.05);
}

.merge-04__field input {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 18px;
  color: #1c1c1c;
}

.merge-04__field input::placeholder {
  color: #d4d4d4;
}

.merge-04__button {
  width: 78px;
  height: 64px;
  border: 0;
  border-radius: 8px;
  background: #e20000;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.merge-04__button .iconfont {
  font-size: 34px;
}

.merge-04__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(215, 0, 16, 0.18);
}



@media (max-width: 1680px) {
  :root {
    --hm3-image-width: min(940px, 64vw);
    --hm3-image-height: calc(var(--hm3-image-width) * 0.5157);
  }

  .hm3-news__header {
    padding-left: 96px;
    padding-right: 96px;
  }

  .hm3-menu {
    gap: 64px;
  }

  .hm3-card {
    top: 50%;
    right: 42px;
    bottom: auto;
    width: min(80%, 560px);
    min-height: 368px;
    padding: 30px;
	  transform: translateY(-50%);
  }
	
	.hm3-card__quote--start {
		left: 30px;
		top: auto;
		bottom: 62%;
	}
	.hm3-card__quote--end {
		right: 30px;
    top: auto;
    bottom: 35%;
	}

  .hm3-swiper .swiper-slide-prev {
    transform: translateX(-58px);
  }

  .hm3-carousel__arrow {
    top: calc((var(--hm3-image-height) - 132px) / 2);
    width: 132px;
    height: 132px;
  }

  .hm3-carousel__arrow--prev {
    left: clamp(10px, 10vw, 180px);
  }

  .hm3-carousel__arrow--next {
    right: clamp(16px, 8vw, 160px);
  }
}

@media (max-width: 1600px) {
  :root {
    --hm2-track-gap: 24px;
    --hm2-card-width: 220px;
    --hm2-card-height: 128px;
    --hm2-marquee-start: -116px;
  }

  .hm2-supply__inner {
    padding-left: 88px;
    padding-right: 88px;
  }

  .hm2-supply__content {
    width: 420px;
    flex-basis: 420px;
  }

  .hm2-supply__title {
    font-size: 38px;
  }

  .hm2-supply__map {
    transform: translateX(50px);
  }
}

@media (max-width: 1440px) {
  .merge-01__page {
    padding-left: 26px;
    padding-right: 26px;
  }

  .merge-01__hero {
    padding: 0 90px;
  }

  .merge-01__category-nav {
    justify-content: center;
    column-gap: 54px;
    row-gap: 18px;
  }

  .merge-01__nav-arrow--prev {
    left: 6px;
  }

  .merge-01__nav-arrow--next {
    right: 6px;
  }
}

@media (max-width: 1280px) {
  :root {
    --hm3-image-width: min(760px, 64vw);
    --hm3-image-height: calc(var(--hm3-image-width) * 0.5157);
  }
	.hm3-card__quote--start {
        left: 30px;
        top: auto;
        bottom: 63%;
    }
	.hm3-card__quote--end {
    right: 42px;
    top: auto;
    bottom: 120px;
}
  .hm3-news__section {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .hm3-news__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hm3-title__headline {
    padding-left: 42px;
  }

  .hm3-title__accent {
    width: 84px;
    height: 84px;
  }

  .hm3-title__cn {
    font-size: 42px;
  }

  .hm3-title__en {
    margin-left: 46px;
  }

  .hm3-menu {
    gap: 36px;
    padding-bottom: 0;
  }

  .hm3-menu__item {
    padding-bottom: 16px;
  }

  .hm3-carousel {
    margin-top: 70px;
    height: auto;
  }

  .hm3-swiper {
    overflow: visible;
  }

  .hm3-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1084 / 559;
    margin: 0 auto;
    opacity: 1;
  }

  .hm3-card {
/*     top: auto; */
    width: min(64%, 480px);
    min-height: 0;
    padding: 30px;
    border-radius: 28px;
  }

  .hm3-card__desc {
    margin-top: 22px;
    line-height: 1.85;
  }

  .hm3-card__footer {
    margin-top: 24px;
    padding-top: 24px;
  }

  .hm3-carousel__arrow {
    top: 50%;
	  width: 80px;
	  height: 80px;
	  bottom: auto;
	  transform: translateY(-50%);
  }

  .hm3-carousel__arrow .iconfont {
    font-size: 42px;
  }

  .hm3-carousel__arrow--prev {
    left: 12px;
  }

  .hm3-carousel__arrow--next {
    right: 12px;
  }

  .merge-04__hero,
  .merge-04__content {
    min-height: auto;
  }

  .merge-04__content {
    padding: 84px 40px 86px;
  }

  .merge-04__copy {
    width: min(100%, 520px);
  }

  .merge-04__quick-search {
    width: min(100%, 622px);
    margin-top: 64px;
  }

  .merge-04__layer--back {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .merge-04__layer--front {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .merge-04__wave-mask {
    left: auto;
    right: 60px;
    top: 190px;
    width: 560px;
    height: 260px;
  }

  .merge-04__veil {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 38%, rgba(255, 255, 255, 0.5) 58%, rgba(255, 255, 255, 0.08) 78%);
  }
}

@media (max-width: 1200px) {
  .merge-01__page {
    min-height: 0;
    padding-bottom: 84px;
  }

  .merge-01__hero {
    margin-top: 48px;
  }

  .merge-01__product-frame {
    min-height: 390px;
  }

  .hm2-supply__inner {
    min-height: auto;
    padding: 96px 32px 280px;
    flex-direction: column;
    gap: 48px;
  }

  .hm2-supply__content {
    width: 100%;
    max-width: 620px;
    flex-basis: auto;
  }

  .hm2-supply__stats {
    gap: 72px;
  }

  .hm2-supply__visual {
    width: 100%;
    padding-top: 0;
    justify-content: center;
  }

  .hm2-supply__map {
    transform: none;
  }

  .hm2-brand-marquee {
    bottom: 64px;
  }

  .hm2-brand-marquee__viewport {
    margin: -24px 0 -28px;
    padding: 24px 20px 28px;
  }
}

@media (max-width: 1024px) {
  .merge-00__hero {
    height: 760px;
  }

  .merge-00__panel {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }

  .merge-00__title {
    max-width: calc(100% - 120px);
  }

  .merge-00__panel::after {
    width: 220px;
  }
}

@media (max-width: 980px) {
  .merge-01__page {
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 40px;
  }

  .merge-01__title-line {
    padding-left: 18px;
  }

  .merge-01__title-accent {
    width: 34px;
    height: 34px;
    transform: translateY(-52%);
  }

  .merge-01__title-cn {
    font-size: clamp(28px, 6vw, 40px);
  }

  .merge-01__title-en {
    font-size: 16px;
  }

  .merge-01__category-nav {
    margin-top: 46px;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    padding: 0 8px;
  }

  .merge-01__category-btn {
    width: 100%;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
    padding-bottom: 10px;
	  display: none;
  }

  .merge-01__hero {
    margin-top: 36px;
    padding: 0 20px;
  }

  .merge-01__product-frame {
    min-height: auto;
  }

  .merge-01__bg-word {
    top: 12vw;
    width: 92vw;
  }

  .merge-01__nav-arrow {
    top: 34%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .merge-01__nav-arrow .iconfont {
    font-size: 30px;
  }

  .merge-01__product-copy {
    margin-top: 18px;
  }

  .merge-01__product-name {
    font-size: clamp(22px, 4.8vw, 28px);
  }

  .merge-01__actions {
    margin-top: 24px;
    gap: 14px;
  }

  .merge-01__action-btn {
    min-width: 132px;
    height: 42px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  :root {
    --hm2-track-gap: 18px;
    --hm2-card-width: 176px;
    --hm2-card-height: 104px;
    --hm2-card-radius: 16px;
    --hm2-marquee-start: -92px;
    --hm3-image-width: min(92vw, 460px);
  }

  .merge-00__hero {
    height: auto;
  }

  .merge-00__carousel {
    height: 420px;
  }

  .merge-00__panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -96px auto 0;
    padding: 28px 22px 28px;
  }

  .merge-00__controls {
    top: 20px;
    right: 20px;
    gap: 12px;
  }

  .merge-00__control {
    width: 38px;
    height: 38px;
  }

  .merge-00__title {
    max-width: calc(100% - 96px);
    font-size: 28px;
    line-height: 1.35;
  }

  .merge-00__company {
    font-size: 22px;
  }

  .merge-00__intro {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }

  .merge-00__panel::after {
    width: 168px;
    right: -6px;
    bottom: -4px;
  }

  .hm2-supply__inner {
    padding: 64px 20px 210px;
    gap: 36px;
  }

  .hm2-supply__eyebrow {
    margin-bottom: 28px;
    padding: 6px 10px 8px;
    font-size: 16px;
  }

  .hm2-supply__title {
    font-size: 32px;
    line-height: 1.34;
  }

  .hm2-supply__desc p{
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.7;
  }

  .hm2-supply__stats {
    gap: 32px;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .hm2-stat__number {
    font-size: 54px;
  }

  .hm2-stat__label {
    margin-top: 12px;
    font-size: 16px;
  }

  .hm2-brand-marquee {
    bottom: 42px;
  }

  .hm2-brand-marquee__viewport {
    margin: -18px 0 -22px;
    padding: 18px 16px 22px;
  }

  /* .hm2-brand-card__logo--wide {
    width: 78px;
  }

  .hm2-brand-card__logo--hema {
    width: 88px;
  }

  .hm2-brand-card__logo--nayuki {
    width: 102px;
  }

  .hm2-brand-card__logo--cola {
    width: 110px;
  }

  .hm2-brand-card__logo--wang {
    width: 96px;
  }

  .hm2-brand-card__logo--kfc {
    width: 68px;
  }

  .hm2-brand-card__logo--aokang {
    width: 100px;
  } */

  .hm2-brand-card__mixue {
    gap: 8px;
  }

  .hm2-brand-card__mixue-mascot {
    font-size: 32px;
  }

  .hm2-brand-card__mixue-name {
    font-size: 19px;
  }

  .hm2-brand-card__mixue-sub {
    font-size: 10px;
  }

  .hm3-news__section {
    padding-top: 48px;
    padding-bottom: 34px;
  }

  .hm3-news__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hm3-title__headline {
    padding-left: 28px;
  }

  .hm3-title__accent {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    top: -1px;
  }

  .hm3-title__cn {
    font-size: 32px;
  }

  .hm3-title__en {
    margin-top: 16px;
    margin-left: 28px;
    font-size: 16px;
  }

  .hm3-menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 8px;
  }

  .hm3-menu__item {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .hm3-menu__item.is-active::after,
  .hm3-menu__item:hover::after {
    width: 58px;
  }

  .hm3-carousel {
    margin-top: 34px;
    padding: 0 20px 118px;
  }

  .hm3-swiper {
    overflow: visible;
  }

  .hm3-slide {
    width: 100%;
    height: 560px;
    aspect-ratio: auto;
    border-radius: 26px;
  }

  .hm3-swiper .swiper-slide-prev,
  .hm3-swiper .swiper-slide-next,
  .hm3-swiper .swiper-slide-active {
    transform: none;
  }

  .hm3-swiper .swiper-slide:not(.swiper-slide-active) .hm3-card {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hm3-card {
    right: 18px;
    left: 18px;
/*     bottom: 18px; */
    width: auto;
    padding: 24px 20px 22px;
    border-radius: 24px;
  }

  .hm3-card__title {
    font-size: 20px;
    line-height: 1.55;
  }

  .hm3-card__desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.68;
  }

  .hm3-card__footer {
    margin-top: 18px;
    padding-top: 18px;
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }

  .hm3-card__button {
    width: auto;
    min-width: 0;
    height: 48px;
    padding-left: 18px;
    flex: 0 0 auto;
  }

      .hm3-card__quote--start {
        left: 18px;
        top: auto;
        bottom: 71%;
		  display: none;
    }

  .hm3-card__quote--end {
    right: 18px;
    top: auto;
	  bottom: 93px;
	  display: none;
  }

  .hm3-carousel__arrow {
    bottom: 0;
    width: 86px;
    height: 86px;
	  top: auto;
	  transform: none;
  }

  .hm3-carousel__arrow .iconfont {
    font-size: 28px;
  }

  .hm3-carousel__arrow--prev {
    left: 22px;
  }

  .hm3-carousel__arrow--next {
    right: 22px;
  }

  .merge-04__content {
    padding: 52px 20px 72px;
  }

  .merge-04__content h2,
  .merge-04__lead {
    font-size: 24px;
  }

  .merge-04__desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }

  .merge-04__quick-search {
    width: 100%;
    margin-top: 48px;
  }

  .merge-04__quick-search-title {
    font-size: 28px;
  }

  .merge-04__controls {
    gap: 12px;
  }

  .merge-04__field {
    width: auto;
    flex: 1 1 auto;
  }

  .merge-04__field input {
    font-size: 16px;
  }

  .merge-04__button {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }

  .merge-04__button .iconfont {
    font-size: 28px;
  }

  .merge-04__layer--back {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .merge-04__layer--front {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .merge-04__wave-mask {
    right: -30px;
    top: 180px;
    width: 360px;
    height: 220px;
  }

  .merge-04__veil {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 36%, rgba(255, 255, 255, 0.46) 62%, rgba(255, 255, 255, 0.1) 100%);
  }
}

@media (max-width: 480px) {
  .hm3-carousel {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 108px;
  }

  .hm3-slide {
    height: 548px;
    border-radius: 22px;
  }

  .hm3-card {
    left: 14px;
    right: 14px;
/*     bottom: 14px; */
    padding: 22px 16px 20px;
    border-radius: 20px;
  }

  .hm3-card__title {
    font-size: 18px;
    line-height: 1.5;
  }

  .hm3-card__footer {
    align-items: flex-start;
/*     flex-direction: column; */
  }

  .hm3-card__button {
    width: 100%;
    justify-content: space-between;
  }
}

.merge-01__action-btn.primary-action,
.hm3-card__button.primary-action {
  width: auto;
  background: var(--primary-red);
  background-image: linear-gradient(90deg, #fff 0 50%, var(--primary-red) 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  transition: color var(--motion-interaction) var(--motion-ease),
    background-position var(--motion-interaction) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction) var(--motion-ease);
}

.merge-01__action-btn.primary-action--outline {
  width: auto;
  background: #fff;
  background-image: linear-gradient(90deg, var(--primary-red) 0 50%, #fff 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: var(--text-body);
}

.merge-01__action-btn.primary-action:hover,
.merge-01__action-btn.primary-action:focus,
.hm3-card__button.primary-action:hover,
.hm3-card__button.primary-action:focus {
  color: var(--primary-red);
  background-position: 0 0;
  box-shadow: 0 12px 24px var(--primary-red-shadow);
}

.merge-01__action-btn.primary-action--outline:hover,
.merge-01__action-btn.primary-action--outline:focus {
  color: #fff;
}

.merge-01__btn-icon.action-icon,
.hm3-card__button .action-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.merge-01__action-btn.primary-action {
  min-width: 138px;
  height: 40px;
  padding: 0 8px 0 20px;
  gap: 18px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.hm3-card__button.primary-action {
  width: auto;
  min-width: 143px;
  height: 54px;
  padding: 0 12px 0 24px;
  gap: 18px;
  justify-content: space-between;
}

.hm3-card__button.primary-action .action-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.merge-01__title-accent.title-mark,
.hm3-title__accent.title-mark {
  background: url("/wp-content/uploads/2026/05/title-mark.png") center / 100% 100% no-repeat;
}

@media (max-width: 1280px) {
  .merge-01__category-nav {
    margin-top: 58px;
  }

  .hm3-news__header {
    align-items: center;
    gap: 34px;
  }

  .hm3-title {
    align-items: center;
    text-align: center;
  }

  .hm3-title__headline {
    padding-left: 26px;
  }

  .hm3-title__accent {
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 4px;
    transform: translateY(-47%);
  }

  .hm3-title__cn {
    font-size: 48px;
    line-height: 1;
  }

  .hm3-title__en {
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1;
  }

  .hm3-menu {
    padding-top: 0;
  }
}

@media (max-width: 980px) {
  .merge-01__title-block,
  .hm3-title {
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  .merge-01__title-line,
  .hm3-title__headline {
    padding-left: 18px;
  }

  .merge-01__title-accent,
  .hm3-title__accent {
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    transform: translateY(-52%);
  }

  .merge-01__title-cn,
  .hm3-title__cn {
    font-size: clamp(28px, 6vw, 40px);
    line-height: 1;
  }

  .merge-01__title-en,
  .hm3-title__en {
    margin: 0;
    font-size: 16px;
    line-height: 1;
  }

  .merge-01__category-nav {
    margin-top: 32px;
  }

  .hm3-news__header {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .merge-01__category-nav {
    margin-top: 26px;
  }

  .hm3-news__header {
    gap: 24px;
  }
	.hm3-card__quote--start {
		left: 18px;
		top: 73px;
	}
	.hm3-card__quote--end {
		bottom: 150px;
	}
}
