/* Zhongci design overrides — visual truth from 设计图 */
:root {
  --voldor-base: #ae8f62;
  --voldor-base-rgb: 174, 143, 98;
  --zc-gold: #ae8f62;
  --zc-dark: #1a1a1a;
  --zc-dark2: #222222;
  --zc-muted: #797577;
}

body {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sec-title__title,
.hero-one__title,
.main-menu__list>li>a {
  font-family: "Barlow", sans-serif;
}

/* Logo sizing — design assets include black bg */
.main-header__logo img,
.footer__logo img,
.main-footer__logo img {
  width: auto;
  height: 80px;
  object-fit: contain;
}

.main-header__logo {
  /* background: #000; */
  padding: 6px 10px;
}

/* Header CTA — gold block matches full nav/header row height */
.main-header__inner {
  align-items: stretch !important;
}

.main-header__logo,
.main-header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (min-width: 1200px) {
  .main-header__nav .main-menu__list {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.main-header__right {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: auto;
}

.main-header__right__btn {
  background: var(--zc-gold) !important;
  padding: 0 36px !important;
  margin: 0 -15px 0 40px !important;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: auto;
  min-height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .main-header__right__btn {
    display: none !important;
  }
}

.mobile-nav__btn {
  display: none;
  width: 24px;
  margin-left: -60px;
  margin-right: 10px;
  z-index: 5;
}

.mobile-nav__btn span {
  background-color: var(--voldor-secondary, #241f21) !important;
}

@media (max-width: 1199px) {
  .main-header__right {
    padding-right: 30px;
  }

  .mobile-nav__btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
  }
}

.main-header__right__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50vw;
  background: var(--zc-gold);
  pointer-events: none;
}

.main-header__btn.voldor-btn--base {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  min-width: 150px;
  justify-content: center;
  padding: 10px 18px;
}

.main-header__btn.voldor-btn--base:hover {
  background: #fff !important;
  color: var(--zc-gold) !important;
  border-color: #fff !important;
}

.hero-one__title {
  max-width: 1153px;
}

.hero-one__btn .voldor-btn {
  margin-top: 10px;
}

.main-footer__logo a {
  display: inline-block;
  /* background: #000; */
  padding: 8px 12px;
}

.main-footer__middle>.container {
  position: relative;
}

.main-footer__social--right {
  position: absolute;
  right: -120px;
  bottom: -70px;
  z-index: 2;
  margin: 0;
  max-width: none;
}

.main-footer__social--right a {
  width: 44px;
  height: 44px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .main-footer__social--right {
    position: static;
    margin-top: 24px;
    justify-content: flex-start;
  }
}

/* Nav uppercase to match design */
.main-menu__list>li>a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.voldor-btn {
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* Hero overlay: lighter mask so background image shows through */
.hero-one__item__bg::before {
  background: linear-gradient(107.77deg, rgba(36, 31, 33, 0.55) 22.16%, rgba(0, 0, 0, 0.25) 90.09%);
  opacity: 0.55;
}

/* Hero title: gold highlight word */
.hero-one__title {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.15;
  /*white-space: nowrap;*/
}



.hero-one__title__top {
  color: inherit;
  background: var(--zc-gold);
  /*white-space: nowrap;*/
}

/* Hero thumbs: parent rotates 90deg for vertical strip — counter-rotate images */
.hero-one__thumb {
  width: 320px;
  height: 128px;
  overflow: visible;
  left: 24px;
}

@media (max-width: 1500px) {
  .hero-one__thumb {
    left: 24px;
  }
}

.hero-one__thumb .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.hero-one__thumb .owl-item {
  margin-right: -34px !important;
  position: relative;
  z-index: 1;
}

.hero-one__thumb .owl-item.active.center {
  z-index: 10;
}

.hero-one__thumb__item__meta-thumb img {
  transform: rotate(-90deg) scale(1.35);
  transform-origin: center center;
  object-fit: cover;
  box-sizing: border-box;
}

/* Active frame: box-shadow stays centered; container left offset keeps left edge visible */
.hero-one__thumb__carousel .active.center .hero-one__thumb__item {
  border: none;
  transform: none;
}

.hero-one__thumb__carousel .active.center .hero-one__thumb__item__meta-thumb img {
  border: none;
  box-shadow: 0 0 0 7px var(--voldor-white, #fff);
  transform: rotate(-90deg) scale(1.4);
  transform-origin: center center;
  position: relative;
  z-index: 1;
}

@media (max-width: 1299px) {
  .hero-one__thumb .owl-item {
    margin-right: 0 !important;
  }

  .hero-one__thumb__item__meta-thumb img {
    transform: none;
  }

  .hero-one__thumb__carousel .active.center .hero-one__thumb__item__meta-thumb img {
    transform: scale(1.4);
  }
}

/* Products team-card: lock image ratio to match Voldor 370×431 */
.team-one--home .team-card__image {
  overflow: hidden;
}

.team-one--home .team-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 370 / 431;
  height: auto;
  object-fit: cover;
}

/* Whole-card product links */
a.team-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.team-card:hover {
  color: inherit;
  text-decoration: none;
}

.team-card__content__hover__social span {
  color: var(--voldor-white, #fff);
  line-height: 1;
  font-size: 12px;
}

.team-card__content__hover__social span+span {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(244, 242, 238, 0.2);
}


/* Feature middle card gold (CUSTOMIZATION) */
.feature-one__item--accent {
  background-color: var(--zc-gold) !important;
}

.feature-one__item--accent .feature-one__item__top__icon,
.feature-one__item--accent .feature-one__item__top__title a,
.feature-one__item--accent .feature-one__item__text {
  color: #fff !important;
}

.feature-one__item--accent .feature-one__item__top__icon i {
  color: #fff !important;
}

.feature-one__item__top__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

/* Feature cards: equal height (Voldor overlap/typography left to theme) */
.feature-one .row>[class*="col-"] {
  display: flex;
}

.feature-one__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.feature-one__item__content {
  flex: 1;
}

.feature-one__item__text,
.feature-one__item__text p,
.feature-one__item__text span,
.feature-one__item__text div {
  line-height: 1.5 !important;
}

.feature-one__item__text p {
  margin: 0;
}

.feature-one__item__content::after {
  right: -1px;
  bottom: -1px;
  width: 42px;
  height: 62px;
}

.feature-one .row>[class*="col-"]+[class*="col-"] .feature-one__item {
  margin-left: -1px;
}

/* Home service cards — PNG icons from 图+图标 */
.service-page--home .service-card__icon img,
.service-page--grid .service-card__icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
}

.service-page--home .service-card__thumb__item img,
.service-page--grid .service-card__thumb__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Home service cards — static image only; keep icon hover color */
.service-page--home .service-card__thumb::after,
.service-page--grid .service-card__thumb::after {
  display: none;
}

.service-page--home .service-card__thumb,
.service-page--grid .service-card__thumb {
  pointer-events: none;
}

.service-page--home .service-card:hover .service-card__icon,
.service-page--grid .service-card:hover .service-card__icon {
  background: var(--voldor-base, #ae8f62);
}

.service-page--home .row.gutter-y-30>[class*="col-"],
.service-page--grid .row.gutter-y-30>[class*="col-"] {
  display: flex;
}

.service-page--home .service-card,
.service-page--grid .service-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-page--home .service-card__inner,
.service-page--grid .service-card__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-page--home .service-card__content,
.service-page--grid .service-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 22px 20px 18px 40px;
}

.service-page--home .service-card__content__title,
.service-page--grid .service-card__content__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.service-page--home .service-card__content__text,
.service-page--grid .service-card__content__text {
  margin: 0;
  line-height: 1.7;
  min-height: calc(1.7em * 3);
  display: -webkit-box;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; */
}

.service-page--home .service-card__thumb,
.service-page--grid .service-card__thumb {
  margin-top: auto;
}

/* Home why-choose feature icons */
.why-choose-two:not(.zc-why-about) .why-choose-two__feature__item__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

/* About checklist */
.about-one__list__item i {
  color: var(--zc-gold);
}


/* Products page: hide price/sort extras to match design */
.product-one--zhongci .product__price-ranger,
.product-one--zhongci .product__showing-sort,
.product-one--zhongci .product__item__price,
.product-one--zhongci .product__item__ratings,
.product-one--zhongci .product__item__btn,
.product-one--zhongci .product__item__link {
  display: none !important;
}

.product-one--zhongci .product__item {
  position: relative;
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  overflow: hidden;
}

a.product__item {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.product__item:hover {
  color: inherit;
  text-decoration: none;
}

.product-one--zhongci .product__item:hover {
  border: none;
  box-shadow: none;
}

.product-one--zhongci .product__item__img {
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.product-one--zhongci .product__item__img__item {
  max-width: none;
  width: 100%;
  margin: 0;
}

.product-one--zhongci .product__item__img__item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  mix-blend-mode: normal;
}

.product-one--zhongci .product__item__content {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  background: #fff;
  padding: 14px 40px 14px 16px;
  text-align: left;
  margin: 0;
  z-index: 2;
  overflow: hidden;
}

.product-one--zhongci .product__item__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 22px 28px;
  border-color: transparent transparent #e5e5e5 transparent;
}

.product-one--zhongci .product__item__title {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: var(--zc-dark2);
}

.product-one--zhongci .product__item:hover .product__item__title {
  color: var(--zc-gold);
}

.product-one--zhongci .product__sidebar__search {
  background: var(--zc-gold);
}

.product-one--zhongci .product__sidebar__search input {
  background: transparent;
  color: #fff;
}

.product-one--zhongci .product__sidebar__search input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.product-one--zhongci .product__sidebar__search button,
.product-one--zhongci .product__sidebar__search i {
  color: #fff;
}

.product-one--zhongci .product__categories__title {
  text-transform: uppercase;
  font-weight: 700;
}

.product-one--zhongci .product__categories a {
  text-transform: uppercase;
  font-size: 14px;
}

.page-header__title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Inner page banners — fixed 1920×400 display height */
.page-header {
  height: 400px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header__bg {
  background-size: cover;
  background-position: center center;
}

.page-header .container {
  width: 100%;
}

@media (max-width: 991px) {
  .page-header {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .page-header {
    height: 220px;
  }
}

/* Pagination — PHP Bootstrap HTML kept; restyle only */
.zc-pagination,
.zc-pagination>.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.zc-pagination .page-item {
  list-style: none;
}

.zc-pagination .page-link,
.zc-pagination a.page-link,
.zc-pagination span.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  width: auto;
  height: 48px;
  padding: 0 14px;
  white-space: nowrap;
  border: 1px solid #ddd;
  color: var(--zc-dark2);
  font-weight: 600;
  background: #fff;
  text-decoration: none;
  border-radius: 0;
  line-height: 1;
}

.zc-pagination .page-item.disabled .page-link {
  color: #999;
  background: #f3f3f3;
}

.zc-pagination .page-num .page-link {
  width: 48px;
  padding: 0;
}

.zc-pagination .page-item.active .page-link,
.zc-pagination .page-item.active .page-link:hover,
.zc-pagination .page-link:hover {
  background: var(--zc-gold);
  border-color: var(--zc-gold);
  color: #fff;
}

.zc-pagination>.pagination>.page-item:first-child,
.zc-pagination .jumpto {
  display: none !important;
}

.zc-form-toast {
  position: fixed;
  left: 50%;
  top: 80px;
  z-index: 9999;
  transform: translate(-50%, -12px);
  background: var(--zc-gold);
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.zc-form-toast.is-error {
  background: #8a3b32;
}

.zc-form-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Blog date: keep template two-tone (gold day + dark month) — do not flatten to solid gold */

/* Remove cart icon from header to match design */
.main-header__right .icon-trolley,
.main-header__right a[href="cart.html"] {
  display: none !important;
}

/* Sticky / search popup keep template behavior */
.search-popup,
.mobile-nav__wrapper,
.scroll-to-top {
  /* template defaults */
}

.scroll-to-top {
  border-radius: 0;
}

/* ===== Services grid page ===== */
.zc-services-grid {
  padding: 100px 0 110px;
  background: #f5f5f5;
}

.zc-services-grid .row.gutter-y-30>[class*="col-"] {
  display: flex;
}

.zc-service-card {
  padding-top: 36px;
  padding-bottom: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.zc-service-card .service-card__inner {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 0;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
}

.zc-service-card .service-card__inner::after {
  display: none !important;
}

.zc-service-card__icon {
  position: relative;
  width: 72px;
  height: 72px;
  margin: -36px 0 20px 30px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: inherit;
  color: #fff;
}

.zc-service-card__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.zc-service-card__icon--text {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.zc-service-card--accent .zc-service-card__icon {
  background: var(--zc-gold, #ae8f62);
}

.zc-service-card .service-card__content {
  flex: 1;
  margin: 0;
  padding: 0 30px 24px;
  text-align: left;
}

.zc-service-card .service-card__content__title {
  font-size: 20px;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 12px;
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.zc-service-card .service-card__content__title a {
  color: var(--zc-dark2, #241f21);
}

.zc-service-card .service-card__content__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zc-muted, #797577);
  text-align: left;
  min-height: calc(1.7em * 3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.zc-service-card .service-card__thumb {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: auto;
  overflow: hidden;
}

.zc-service-card .service-card__thumb__item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.zc-service-card .voldor-btn {
  display: none !important;
}

/* ===== About page — why-choose-one (match Voldor About Us) ===== */
.zc-why-about.why-choose-one {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.zc-why-about .why-choose-one__left {
  padding-bottom: 20px;
}

.zc-why-about .why-choose-one__feature__item__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
  transition: filter 0.4s ease-in-out;
}

.zc-why-about .why-choose-one__feature__item {
  padding: 26px 18px 26px 20px;
  gap: 12px;
}

.zc-why-about .why-choose-one__feature__item__content {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.zc-why-about .why-choose-one__feature__item__icon {
  flex-shrink: 0;
  max-width: 48px;
  width: 48px;
  height: 48px;
}

.zc-why-about .why-choose-one__feature__item:hover .why-choose-one__feature__item__icon img {
  filter: brightness(0) invert(1);
}

.zc-why-about .why-choose-one__feature__item__title {
  color: #241f21;
}

.zc-why-about .why-choose-one__feature__item__text {
  color: var(--zc-muted, #797577);
  line-height: 1.65;
  min-height: calc(1.65em * 3);
}

.zc-why-about .why-choose-one__thumb img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .zc-why-about.why-choose-one {
    padding-bottom: 40px;
  }

  .zc-why-about .why-choose-one__thumb img {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .zc-why-about .why-choose-one__left {
    padding-bottom: 0;
  }

  .zc-why-about .why-choose-one__feature {
    margin-bottom: 12px;
  }

  .zc-why-about .why-choose-one__feature .row.gutter-y-30 {
    --bs-gutter-y: 16px;
  }

  .zc-why-about .why-choose-one__thumb {
    margin-top: 16px;
  }
}

.zc-funfact-about {
  position: relative;
  margin-top: 0;
  padding: 40px 0 50px;
  background: #222;
}

.zc-funfact-about .funfact-one__bg {
  opacity: 0.15;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.zc-funfact-about .funfact-one__funfact__item {
  position: relative;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 0 20px 30px;
}

.zc-funfact-about .funfact-one__funfact__item__icon {
  width: 124px;
  height: 106px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0eeea;
  color: var(--zc-gold);
  font-size: 28px;
}

.zc-funfact-about .funfact-one__funfact__item__count {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--zc-dark2);
  margin: 0 0 6px;
}

.zc-funfact-about .funfact-one__funfact__item__text {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--zc-muted);
}

.testimonials-one--page {
  padding: 100px 0 110px;
  background: #fff;
}

.sec-title__img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 8px;
  vertical-align: middle;
}

/* ===== Contact page ===== */
.zc-contact {
  padding: 100px 0 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.zc-contact .form-one__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.zc-contact .form-one__control input,
.zc-contact .form-one__control textarea {
  width: 100%;
  border: 0;
  background: #f3f3f3;
  padding: 18px 22px;
  font-size: 15px;
  color: var(--zc-dark2);
  outline: none;
}

.zc-contact .form-one__control textarea {
  min-height: 160px;
  resize: vertical;
}

.zc-contact .form-one__control--full {
  grid-column: 1 / -1;
}

.contact-one__form .form-one__control {
  position: relative;
}

.contact-one__form label.error {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--voldor-text, #797577);
  font-weight: 500;
}

.contact-one__form input.is-invalid,
.contact-one__form textarea.is-invalid {
  outline: none;
}

/* 通栏浅灰带：仅占卡片下半（白/灰分界穿过深色条中部） */
.zc-contact-info {
  --zc-ci-img: 240px;
  --zc-ci-social: 46px;
  background: linear-gradient(to bottom, #fff 0%, #fff 48%, #eeeae6 48%, #eeeae6 100%);
  margin-top: -40px;
  padding: 20px 0 56px;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.zc-contact-info__inner {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: end;
  max-width: 1100px;
  margin: 0 auto;
}

.zc-contact-info__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 300px;
  align-self: stretch;
}

.zc-contact-info__media img {
  width: 100%;
  height: var(--zc-ci-img);
  min-height: var(--zc-ci-img);
  object-fit: cover;
  display: block;
}

.zc-contact-info__panel {
  position: relative;
  z-index: 2;
  background: #1a1a1a;
  margin-left: -48px;
  padding: 28px 32px 28px 40px;
  display: flex;
  align-items: center;
  /* 图高 − 社交条高，底对齐 → 社交条顶与左图顶齐平 */
  height: calc(var(--zc-ci-img) - var(--zc-ci-social));
  min-height: calc(var(--zc-ci-img) - var(--zc-ci-social));
  align-self: end;
  box-sizing: border-box;
}

.zc-contact-info__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  align-items: center;
}

/* 金色社交条：贴深色板左上角，顶边与左图顶对齐 */
.zc-contact-info__social {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  height: var(--zc-ci-social);
  box-sizing: border-box;
  background: var(--zc-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 20px;
  z-index: 3;
  line-height: 1;
}

.zc-contact-info__social a {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zc-contact-info__social a:hover {
  opacity: 0.85;
}

.zc-contact-info__item {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #fff;
  min-width: 0;
}

.zc-contact-info__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--zc-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 17px;
}

.zc-contact-info__label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 6px;
}

.zc-contact-info__item a,
.zc-contact-info__item p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  word-break: break-word;
}

.zc-contact-info__item:nth-child(2) a {
  font-size: 15px;
}

.zc-contact-info__item a:hover {
  color: var(--zc-gold);
}

/* ===== Blog cards (home + list) — match 设计图 ===== */
.blog-one--home {
  padding: 120px 0;
}

.blog-one--page.zc-blog {
  padding: 100px 0 110px;
}

.blog-one--home .row.gutter-y-30>[class*="col-"],
.zc-blog .row.gutter-y-40>[class*="col-"] {
  display: flex;
}

.blog-one--home .blog-card,
.zc-blog .blog-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.blog-one--home .blog-card__image,
.zc-blog .blog-card__image {
  position: relative;
  overflow: hidden;
}

.blog-one--home .blog-card__image>img,
.zc-blog .blog-card__image>img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Two-tone date: gold day | dark month/year, content top-right seam */
.blog-one--home .blog-card__date,
.zc-blog .blog-card__date {
  position: absolute;
  top: 0;
  right: 24px;
  left: auto;
  bottom: auto;
  margin: 0;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: auto;
  min-height: 0;
  padding: 0;
  background: transparent !important;
}

.blog-one--home .blog-card__date__day,
.zc-blog .blog-card__date__day {
  background: var(--zc-gold, #ae8f62);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 10px 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.blog-one--home .blog-card__date__year,
.zc-blog .blog-card__date__year {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 8px 14px;
  background: #241f21;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}

.blog-one--home .blog-card__date__year span,
.zc-blog .blog-card__date__year span {
  display: block;
  color: inherit;
}

.blog-one--home .blog-card__content,
.zc-blog .blog-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: -72px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 40px 26px 22px;
  background-color: #f4f2ee;
  position: relative;
  z-index: 2;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.blog-one--home .blog-card__content:hover,
.zc-blog .blog-card__content:hover {
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
}

.blog-one--home .blog-card__title,
.zc-blog .blog-card__title {
  margin: 0 0 18px;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  min-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-one--home .blog-card__title a,
.zc-blog .blog-card__title a {
  color: var(--zc-dark2);
}

.blog-one--home .blog-card__title a:hover,
.zc-blog .blog-card__title a:hover {
  color: var(--zc-gold);
}

.blog-one--home .blog-card__link,
.zc-blog .blog-card__link {
  margin-top: auto;
  display: block;
  position: relative;
  padding: 8px 28px 4px 0;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--zc-muted);
  text-transform: none;
}

.blog-one--home .blog-card__link::after,
.zc-blog .blog-card__link::after {
  content: "";
  position: absolute;
  left: 88px;
  right: 28px;
  top: 50%;
  height: 1px;
  background: #e6e0d8;
  display: block;
}

.blog-one--home .blog-card__link:hover::after,
.zc-blog .blog-card__link:hover::after {
  background: var(--zc-gold);
}

.blog-one--home .blog-card__link i,
.zc-blog .blog-card__link i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--zc-gold);
  font-size: 14px;
}

.zc-blog .zc-pagination {
  margin-top: 60px;
}

/* Banner — news page uses same 400px height as other inner pages */
.zc-blog-page .page-header {
  height: 400px;
  padding: 0 !important;
}

.zc-blog-page .page-header__bg {
  background-position: center center;
}

.zc-blog-page .page-header__title {
  letter-spacing: 0.04em;
}

@media (max-width: 991px) {
  .zc-blog-page .page-header {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .zc-blog-page .page-header {
    height: 220px;
  }
}

/* ===== Product details B2B ===== */
.product-details--zhongci .product-details__price,
.product-details--zhongci .product-details__quantity,
.product-details--zhongci .product-details__review,
.product-details--zhongci .product-details__comment {
  display: none !important;
}

.product-details--zhongci .product-details__img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 991px) {
  .zc-contact {
    padding: 80px 0 30px;
  }

  .zc-contact-info {
    margin-top: 0;
    padding: 40px 0 50px;
    background: #eeeae6;
  }

  .zc-contact-info__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .zc-contact-info__media {
    width: 100%;
  }

  .zc-contact-info__media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .zc-contact-info__panel {
    display: block;
    margin-left: 0;
    padding: 28px 24px 36px;
    height: auto;
    min-height: 0;
    align-self: auto;
  }

  .zc-contact-info__items {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zc-contact-info__social {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-flex;
    margin-bottom: 20px;
  }

  .zc-contact .form-one__group {
    grid-template-columns: 1fr;
  }
}

/* Home why-choose funfact — mobile 3-up shrink */
@media (max-width: 767px) {
  .why-choose-two__funfact {
    margin-top: 36px;
  }

  .why-choose-two__funfact .row>[class*="col-"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }

  .why-choose-two__funfact .row.gutter-y-30 {
    --bs-gutter-y: 12px;
  }

  .why-choose-two__funfact .row.gutter-x-20 {
    --bs-gutter-x: 8px;
  }

  .why-choose-two__funfact__item {
    padding-bottom: 20px;
  }

  .why-choose-two__funfact__item__icon {
    width: 60px;
    height: 52px;
    font-size: 28px;
    margin-bottom: 6px;
  }

  .why-choose-two__funfact__item__count {
    font-size: 22px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .why-choose-two__funfact__item__text {
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 0;
  }

  /* Home products — 2 per row */
  .team-one--home .team-card {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .team-one--home .team-card__content {
    padding: 14px 8px;
  }

  .team-one--home .team-card__content__inner {
    gap: 10px;
  }

  .team-one--home .team-card__content__title {
    font-size: 14px;
  }

  .team-one--home .team-card__content__designation {
    font-size: 11px;
  }

  /* Product list — 2 per row */
  .product-one--zhongci .product__item__content {
    bottom: 10px;
    width: calc(100% - 16px);
    padding: 10px 28px 10px 10px;
  }

  .product-one--zhongci .product__item__content::after {
    border-width: 0 0 16px 20px;
  }

  .product-one--zhongci .product__item__title {
    font-size: 12px;
  }

  /* About funfact — 2 per row shrink */
  .zc-funfact-about {
    padding: 28px 0 36px;
  }

  .zc-funfact-about .funfact-one__funfact__item {
    padding: 0 10px 20px;
  }

  .zc-funfact-about .funfact-one__funfact__item__icon {
    width: 72px;
    height: 62px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .zc-funfact-about .funfact-one__funfact__item__count {
    font-size: 26px;
    margin-bottom: 4px;
  }

  .zc-funfact-about .funfact-one__funfact__item__text {
    font-size: 11px;
    line-height: 1.25;
  }
}

/* Mobile floating Phone / Email bar */
.zc-mobile-contact-bar {
  display: none;
}

@media (max-width: 991px) {
  .zc-mobile-contact-bar {
    display: flex !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    pointer-events: auto;
    background: #f4f2ee;
    border-top: 1px solid rgba(36, 31, 33, 0.08);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
  }

  .zc-mobile-contact-bar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 8px;
    min-height: 56px;
    color: #241f21;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    pointer-events: auto;
  }

  .zc-mobile-contact-bar__item + .zc-mobile-contact-bar__item {
    border-left: 1px solid rgba(36, 31, 33, 0.12);
  }

  .zc-mobile-contact-bar__item i {
    font-size: 18px;
    line-height: 1;
    color: #241f21;
  }

  .zc-mobile-contact-bar__item:hover,
  .zc-mobile-contact-bar__item:focus {
    color: var(--zc-gold, #ae8f62);
    text-decoration: none;
  }

  .zc-mobile-contact-bar__item:hover i,
  .zc-mobile-contact-bar__item:focus i {
    color: var(--zc-gold, #ae8f62);
  }

  .page-wrapper {
    padding-bottom: 56px;
  }

  .scroll-to-top {
    bottom: 72px;
    z-index: 99991;
  }
}