* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; color: #333; font-family: "Microsoft YaHei", Arial, sans-serif; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
picture { display: contents; }
ul, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }
.container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }

.xymob-head { display: none; }
.x-header { position: absolute; left: 0; top: 0; z-index: 999; width: 100%; height: 95px; padding-top: 13px; background: transparent; }
.x-header.hfixed { position: fixed; left: 0; right: 0; top: 0; background-color: rgba(0,0,0,.6); box-shadow: none; animation: headerDrop .22s ease-out; }
.x-header.hfixed .header-main { height: 76px; }
.x-header.hfixed .x-logo img { width: 160px; height: 58px; }
@keyframes headerDrop { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.header-main { height: 76px; display: flex; align-items: stretch; justify-content: space-between; }
.x-logo { width: 24.6%; height: 76px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(251,253,254,.92); }
.x-logo img { width: 190px; height: 64px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,.28)); }
.x-menu { width: 75.4%; display: flex; align-items: stretch; justify-content: flex-end; gap: 0; height: 100%; }
.x-menu-item { position: relative; height: 100%; }
.x-menu-item > a { height: 100%; min-width: 112px; display: inline-flex; align-items: center; justify-content: center; color: #fbfdfe; font-size: 18px; line-height: 24px; transition: .25s; text-shadow: 0 1px 4px rgba(0,0,0,.35); }
.x-menu-item > a.active,
.x-menu-item:hover > a { color: #e71f19; }
.x-sub-menu { position: absolute; left: 50%; top: 76px; z-index: 30; width: 132px; transform: translate(-50%, 20px); padding: 18px 0 7px; background: rgba(2,2,2,.28); opacity: 0; visibility: hidden; transition: all .5s ease; }
.x-menu-item:hover .x-sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.x-sub-menu a { display: block; padding: 0 0 15px; color: #fbfdfe; text-align: center; font-size: 14px; line-height: 14px; }
.x-sub-menu a:hover { color: #e71f19; }

.x-banner { position: relative; overflow: hidden; background: #111; }
.banner-item {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  transform: translateX(calc((var(--banner-position, 0) - var(--banner-index, 0)) * 100%));
  transition: transform .55s ease;
}
.banner-item:first-of-type { position: relative; }
.banner-item.active { animation: none; }
@keyframes bannerFade { from { opacity: .35; } to { opacity: 1; } }
.banner-item a { display: block; position: relative; }
.banner-item picture { display: block; width: 100%; height: auto; }
.banner-item img { display: block; width: 100%; height: auto; object-fit: contain; }
.banner-copy { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: #f3e6bc; background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.34)); padding: 0 24px; }
.banner-copy p { margin: 0 0 28px; font-size: 24px; letter-spacing: 5px; }
.banner-copy h1 { margin: 0; font-size: clamp(42px, 7vw, 92px); line-height: 1.1; font-weight: 400; letter-spacing: 12px; }

.box1 { overflow: hidden; }
.b1_tit { text-align: center; background: #161616 url('/assets/reference/b1titbg.webp') center top/cover no-repeat; padding: 84px 0 92px; }
.b2_tit { text-align: center; background: #161616 url('/assets/reference/b2titbg.webp') center top/cover no-repeat; padding: 92px 0 68px; }
.b1_tit h3, .b2_tit h3 { margin: 0 0 10px; color: #fbfdfe; font-size: 60px; line-height: 1; font-weight: 400; letter-spacing: 4px; }
.b1_tit h4, .b2_tit h4 { margin: 0; color: #fbfdfe; font-size: 36px; line-height: 1; font-weight: 400; letter-spacing: 1px; }
.js [data-scroll-animate] { visibility: hidden; }
[data-scroll-animate].animated { visibility: visible; animation-duration: 1.2s; animation-fill-mode: both; }
[data-scroll-animate].slideInDown { animation-name: titleSlideInDown; }
[data-scroll-animate].slideInUp { animation-name: titleSlideInUp; }
@keyframes titleSlideInDown {
  0% { transform: translateY(-100%); visibility: visible; }
  100% { transform: translateY(0); }
}
@keyframes titleSlideInUp {
  0% { transform: translateY(100%); visibility: visible; }
  100% { transform: translateY(0); }
}
.b1_index ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.b1_index li { position: relative; overflow: hidden; min-height: 520px; background: #000; }
.b1img1 { height: 100%; }
.b1img1:before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(2,2,2,.5); transition: .35s; }
.b1img1 img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; transition: .45s; }
.b1_index li:hover .b1img1:before { opacity: 0; }
.b1_index li:hover img { transform: scale(1.08); }
.b1con1 { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 28px 30px 30px 54px; color: #fff; background: rgba(0,0,0,.42); }
.b1con1 h3 { margin: 0 0 8px; font-size: 30px; font-weight: 400; line-height: 1; }
.b1con1 p { margin: 0; font-size: 16px; letter-spacing: 1px; }
.b1line1 { width: 24px; height: 2px; margin: 32px 0 26px; background: #fff; transition: .35s; }
.b1_index li:hover .b1line1 { background: #c98c3a; }
.b1more, .b3more, .b4more { display: inline-flex; align-items: center; justify-content: center; width: 132px; height: 34px; border: 1px solid currentColor; color: #fff; font-size: 14px; text-transform: uppercase; transition: .25s; }
.b1more:hover, .b3more:hover, .b4more:hover { color: #c98c3a; }

.box2 { overflow: hidden; }
.b2_tit { padding: 92px 0 68px; }
.b2_index img { width: 100%; max-height: 620px; object-fit: cover; }

.box3 { overflow: hidden; padding: 0 0 70px; background: #1c1c1c url('/assets/reference/b3bg.webp') center top/cover no-repeat; }
.b3_tit { text-align: center; padding: 76px 0 34px; }
.b3_tit h3 { margin: 0 0 12px; color: #fbfdfe; font-size: 46px; line-height: 1; font-weight: 400; letter-spacing: -1px; }
.b3_tit h4 { margin: 0; display: inline-block; color: #fbfdfe; font-size: 46px; line-height: 1; font-weight: 400; position: relative; padding: 0 64px; }
.b3_tit h4:before, .b3_tit h4:after { content: ""; position: absolute; top: 50%; width: 54px; height: 1px; background: #fff; }
.b3_tit h4:before { left: 0; }
.b3_tit h4:after { right: 0; }
.b3_index li { margin-bottom: 20px; display: grid; grid-template-columns: 320px minmax(0, 1fr); background: rgba(0,0,0,.38); transition: .25s; }
.b3_index li:hover { background: rgba(0,0,0,.62); }
.b3img1 img { width: 100%; height: 210px; object-fit: cover; }

.home-news-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
  background: #f0ebe3;
}

.b3img1 .home-news-thumb-fallback img {
  width: 60% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 100% !important;
  object-fit: contain !important;
  opacity: .5;
}
.b3con1 { padding: 34px 48px 24px; color: #fff; }
.b3con1 h3 { margin: 0 0 12px; font-size: 24px; font-weight: 300; line-height: 1.35; letter-spacing: 2px; }
.b3con1 p { margin: 0 0 24px; color: rgba(255,255,255,.76); line-height: 1.8; }

.box4 { padding: 76px 0; background: #fff; }
.b4_index { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 52px; }
.b4_fl h3 { margin: 0 0 24px; color: #222; font-size: 42px; font-weight: 400; }
.b4_fl p { margin: 0 0 28px; color: #555; font-size: 16px; line-height: 2; }
.b4more { color: #333; }
.b4img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.foot { background: #191919; color: rgba(255,255,255,.72); }
.foot-main { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; padding: 52px 0 38px; }
.foot-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.foot dt, .foot-contact h3 { margin-bottom: 16px; color: #fff; font-size: 18px; }
.foot dd, .foot p { margin: 0 0 8px; line-height: 1.7; }
.foot a { color: rgba(255,255,255,.72); }
.foot-contact strong { display: block; margin-bottom: 14px; color: #c98c3a; font-size: 28px; }
.foot-copy { padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

#toolbar { position: fixed; z-index: 9999; right: 17px; bottom: 10%; }
#toolbar ul { margin: 0; padding: 0; list-style: none; }
#toolbar li { position: relative; right: 0; width: 57px; height: 57px; margin-bottom: 3px; font-size: 0; }
#toolbar li a,
#toolbar li button { position: absolute; z-index: 9; right: 0; top: 0; display: block; width: 57px; height: 57px; overflow: hidden; padding: 0; border: 0; background: #292e39; white-space: nowrap; cursor: pointer; transition: all .5s ease; font-size: 0; text-align: left; }
#toolbar li .icon-font { position: relative; display: inline-block; vertical-align: middle; width: 57px; height: 57px; background-color: #d9d9d9; transition: background-color .5s ease; }
#toolbar li .icon-font:after { content: ""; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px); width: 30px; height: 30px; background-image: url('/assets/reference/icon_spirit.png'); background-repeat: no-repeat; }
#toolbar li .icon-qq:after { background-position: 0 -150px; }
#toolbar li .icon-phone:after { background-position: 0 -90px; }
#toolbar li .icon-message:after { background-position: 0 -120px; }
#toolbar li .icon-top:after { background-position: 0 -60px; }
#toolbar li .wz { display: inline-block; vertical-align: middle; padding-left: 10px; color: #fff; font-size: 14px; line-height: 57px; }
#toolbar li:hover a,
#toolbar li:hover button { width: 200px; }
#toolbar li:hover .icon-font { background-color: #292e39; }
#toolbar li:hover .icon-qq:after { background-position: -30px -150px; }
#toolbar li:hover .icon-phone:after { background-position: -30px -90px; }
#toolbar li:hover .icon-message:after { background-position: -30px -120px; }
#toolbar li:hover .icon-top:after { background-position: -30px -60px; }

.page-banner { min-height: 0; }
.page-banner img { width: 100%; max-height: 420px; object-fit: cover; }
.inner-banner { min-height: 300px; display: grid; align-items: center; color: #fff; text-align: center; background: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)), url('/assets/banner-reference-1.webp') center/cover no-repeat; }
.inner-banner h1 { margin: 0 0 10px; font-size: 48px; font-weight: 400; letter-spacing: 4px; }
.inner-banner p { margin: 0; color: #e7c38d; font-size: 18px; letter-spacing: 4px; }
.inner-section { padding: 72px 0; }
.product-list { display: grid; gap: 28px; }
.product-list article, .news-list article { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 34px; align-items: center; padding: 24px; border: 1px solid #eee; background: #fff; }
.product-list img, .news-list img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.product-list h2, .news-list h2 { margin: 0 0 14px; font-size: 28px; font-weight: 400; color: #222; }
.product-list p, .news-list p, .about-content p, .contact-card p { color: #555; line-height: 1.9; }
.product-list ul { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.product-list li { padding: 8px 14px; color: #9a672c; background: #f5ecdf; }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.case-grid article { border: 1px solid #eee; background: #fff; }
.case-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.case-grid h2 { margin: 18px 20px 8px; font-size: 22px; font-weight: 400; }
.case-grid p { margin: 0 20px 22px; color: #666; line-height: 1.75; }
.about-content { max-width: 960px; margin: 0 auto; text-align: center; }
.about-content h2 { margin: 0 0 24px; font-size: 38px; font-weight: 400; }
.about-content img { width: 100%; margin-top: 34px; aspect-ratio: 16 / 8; object-fit: cover; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.contact-card { min-height: 230px; padding: 30px; color: #fff; background: #1d1d1d; }
.contact-card:nth-child(2) { background: #9a672c; }
.contact-card h2 { margin: 0 0 16px; font-size: 26px; font-weight: 400; }
.contact-card p { color: rgba(255,255,255,.84); }
.news-list { display: grid; gap: 22px; }
.news-list a { display: inline-flex; margin-top: 16px; color: #9a672c; font-weight: 700; }

.page-product { min-height: 100vh; background: #f1efee; }
.product-page-wrap { min-height: 100vh; padding: 0; background: #f1efee; overflow: hidden; }
.product-page-wrap .ntit { display: none; }
.page-wrap { position: relative; padding: 72px 0; background: #f1efee; }
.page-wrap-dark { background: #1c1c1c; }
.ntit { text-align: center; margin-bottom: 54px; }
.nprotit { padding: 93px 0 50px; }
.nnewstit { margin-bottom: 53px; }
.nabtit { padding: 85px 0 0; }
.page-wrap.product-page-wrap { padding: 0; }
.ntit h3 { margin: 0; color: #666; font-size: 32px; line-height: 32px; font-weight: 400; letter-spacing: -1px; }
.page-wrap-dark .ntit h3 { color: #fbfbfe; }
.ntit h3 span { color: #ca944a; }
.nprotit { background: url('/assets/reference/ntit.webp') center top/100% 100% no-repeat; }
.page-wrap { background: #f1efee url('/assets/reference/nbg.webp') center top/100% auto repeat-y; }
.page-wrap-dark { background: #1c1c1c url('/assets/reference/nbg.webp') center top/100% auto repeat-y; }
.ntitline { width: 224px; height: 7px; margin: 16px auto 0; background: url('/assets/reference/ntitline.png') center center/100% auto no-repeat; opacity: 1; }
.product-cover { position: relative; width: 100%; min-height: 100vh; overflow: hidden; }
.product-cover .bd { width: 100%; min-height: 100vh; overflow: hidden; }
.product-cover ul { display: flex; align-items: stretch; min-height: 100vh; margin: 0; padding: 0; transition: transform .45s ease; }
.cover-item { flex: 0 0 33.333333%; min-height: 100vh; overflow: hidden; position: relative; background: #f1efee; }
.coverin { position: relative; height: 100%; min-height: 100vh; }
.coverin2 { width: 100%; height: 100%; min-height: 100vh; opacity: 0; overflow: hidden; pointer-events: none; }
.coverin2 img { width: 100%; height: 100%; object-fit: cover; }
.coverin1 { position: absolute; inset: 0; width: 100%; height: 100%; }
.cover-item .img { display: block; width: 100%; height: 100vh; overflow: hidden; transition: all .8s linear; position: relative; background: #000; }
.cover-item:hover .img { margin-top: -260px; }
.cover-item .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cover-item:hover .img img { transform: scale(1.03); }
.cover-item .img .img1 { position: absolute; inset: 0; background-color: rgba(0,0,0,.5); transition: opacity .35s ease; }
.cover-item:hover .img .img1 { opacity: 0; }
.cover-item .wz { overflow: hidden; position: relative; min-height: 260px; padding: 20px 19px 0; background: #f1efee; }
.cover-item .wz h3 { margin: 0; color: #666; font-size: 26px; line-height: 1; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cover-item .wz h4 { margin: 17px 0 9px; color: #666; font-size: 20px; line-height: 20px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cover-item .wz p { margin: 0; color: #666; font-size: 16px; line-height: 25px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.cover-item .wz .more { display: inline-block; margin-top: 16px; color: #999; font-size: 14px; line-height: 20px; border-bottom: 1px solid #999; }
.cover-item .wz .more:hover { color: #ca8b37; border-color: #ca8b37; }
.product-cover-arrow { position: absolute; top: 50%; z-index: 3; width: 70px; height: 70px; margin-top: -35px; border: 0; border-radius: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; cursor: pointer; transition: opacity .2s; text-indent: -999px; overflow: hidden; }
.product-cover-arrow:hover { opacity: .78; }
.product-cover-arrow:before { display: none; }
.product-cover-arrow.is-prev { left: 15px; }
.product-cover-arrow.is-next { right: 15px; }
.product-cover-arrow.is-prev { background-image: url('/assets/reference/jt_left.png'); }
.product-cover-arrow.is-next { background-image: url('/assets/reference/jt.png'); }

.xypg-news-list { margin: 0; padding: 0; }
.xypg-news-list li { display: flex; overflow: hidden; margin-bottom: 30px; background: rgba(0,0,0,.37); transition: all .5s; }
.xypg-news-list li:hover { background: rgba(0,0,0,.6); }
.xypg-news-list li .img { flex: 0 0 26.6%; overflow: hidden; }
.xypg-news-list li .img img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; transition: transform .45s ease; }
.xypg-news-list li .img .news-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 210px;
  background: #f0ebe3;
}
.xypg-news-list li .img .news-thumb-fallback img {
  width: 60% !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  opacity: .5;
}
.xypg-news-list li:hover .img img { transform: scale(1.04); }
.xypg-news-list li .img .news-pdf-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  color: #fff;
  background: linear-gradient(135deg, #3a332c, #c98c3a);
  font-size: 28px;
  letter-spacing: 0;
}
.xypg-news-list li .nnewscon { flex: 1; padding: 4% 4% 0 3%; }
.xypg-news-list li .nnewscon h3 { height: 58px; overflow: hidden; margin: 0 0 30px; color: #fbfbfe; font-size: 24px; line-height: 29px; font-weight: 300; letter-spacing: 4px; }
.xypg-news-list li p { max-height: 44px; overflow: hidden; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 22px; }

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 30px 0 10px;
}

.news-pagination a,
.news-pagination span {
  min-width: 34px;
  height: 34px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #e7c38d;
  border: 1px solid rgba(255, 255, 255, .18);
  text-decoration: none;
}

.news-pagination a:hover {
  background: rgba(255, 255, 255, .12);
}

.news-pagination span.active {
  color: #fff;
  background: #e19e4f;
  border-color: #e19e4f;
}

.news-pagination span.disabled,
.news-pagination span.ellipsis {
  opacity: .4;
  border-color: transparent;
}
.xypg-news-list li .more { display: block; width: 103px; height: 32px; margin-top: 15px; color: #fbfdfe; background-color: #c98c3a; border: 1px solid #c98c3a; text-align: center; line-height: 32px; font-size: 14px; }

.contact-reference { display: grid; grid-template-columns: minmax(360px, 420px) minmax(0, 1fr); align-items: stretch; gap: 64px; color: #666; }
.contact-reference-info { font-size: 16px; line-height: 46px; }
.contact-reference-info p { margin: 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.contact-reference-map { min-height: 420px; display: grid; place-items: center; padding: 56px; color: #fff; background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.35)), url('/assets/banner-reference-2.webp') center/cover no-repeat; }
.contact-reference-map > div { width: min(560px, 100%); padding: 38px 42px; background: rgba(0,0,0,.58); }
.contact-reference-map strong { display: block; margin-bottom: 12px; font-size: 26px; font-weight: 400; color: #e8bd78; }
.contact-reference-map span { display: block; line-height: 1.8; }
.contact-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.contact-map-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  height: 40px;
  padding: 0 22px;
  border: 1px solid rgba(231,195,141,.78);
  color: #f6dfb8;
  font-size: 15px;
  line-height: 1;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.contact-map-action:hover {
  border-color: #e8bd78;
  color: #1c1c1c;
  background: #e8bd78;
}

.about-reference-wrap { padding-top: 0; background: #fff; }
.about-anchor { position: sticky; top: 120px; z-index: 2; float: right; display: grid; gap: 10px; margin: 80px 32px 0 0; }
.about-anchor a { width: 12px; height: 12px; border-radius: 50%; background: #c98c3a; opacity: .55; }
.about-reference { padding: 86px 0; }
.about-reference-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 58px; align-items: center; }
.about-reference-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.about-reference-title { margin-bottom: 30px; color: #333; font-size: 34px; font-weight: 300; }
.about-reference-copy h4 { margin: 0 0 12px; color: #555; font-size: 20px; font-weight: 400; }
.about-reference-copy h4 span { color: #ca944a; }
.about-reference-copy h3 { margin: 0 0 22px; color: #222; font-size: 26px; font-weight: 300; }
.about-reference-copy p { color: #666; font-size: 15px; line-height: 1.95; }
.about-reference-culture { padding: 84px 0; background: #f1efee; }
.about-culture-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 58px; align-items: center; }
.about-culture-grid h2, .about-reference-brand h2 { margin: 0 0 24px; color: #333; font-size: 36px; font-weight: 400; }
.about-culture-grid h2 span, .about-reference-brand h2 span { color: #ca944a; font-size: 20px; }
.about-culture-grid h3 { margin: 24px 0 8px; color: #333; font-size: 20px; font-weight: 400; }
.about-culture-grid p, .about-reference-brand p { color: #666; line-height: 1.9; }
.about-culture-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.about-reference-brand { padding: 78px 0; background: #fff; }

.xypg-case-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0; padding: 0; }
.xypg-case-list li { overflow: hidden; background: #fff; }
.xypg-case-list li .img { display: block; overflow: hidden; }
.xypg-case-list li .img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .45s ease; }
.xypg-case-list li:hover .img img { transform: scale(1.06); }
.xypg-case-list li h3 { margin: 18px 20px 10px; font-size: 22px; font-weight: 400; }
.xypg-case-list li h3 a { color: #333; }
.xypg-case-list li:hover h3 a { color: #c98c3a; }
.xypg-case-list li p { margin: 0 20px 24px; color: #666; line-height: 1.75; }

@media (max-width: 900px) {
  body { padding-top: 60px; }
  .x-header { display: none; }
  .xymob-head { display: block; position: fixed; inset: 0 0 auto; z-index: 100; background: #151515; }
  .xymob-head-box { height: 60px; position: relative; display: flex; align-items: center; justify-content: center; }
  .xymob-logo img { height: 38px; object-fit: contain; }
  .xymob-navbtn { position: absolute; left: 18px; top: 20px; width: 30px; height: 22px; border: 0; background: transparent; padding: 0; }
  .xymob-navbtn span, .xymob-navbtn:before, .xymob-navbtn:after { content: ""; display: block; width: 100%; height: 2px; margin: 6px 0; background: #fff; }
  .xymob-menu { display: none; padding: 10px 10%; background: #151515; }
  .xymob-menu.open { display: grid; }
  .xymob-menu a { line-height: 46px; color: #fff; border-bottom: 1px solid #2b2b2b; }
  .banner-item a, .banner-item img { display: block; }
  .banner-copy h1 { font-size: 42px; letter-spacing: 4px; }
  .banner-copy p { font-size: 18px; letter-spacing: 2px; }
  .b1_tit, .b2_tit { padding: 42px 0; }
  .b1_tit h3, .b2_tit h3 { font-size: 40px; }
  .b1_tit h4, .b2_tit h4 { font-size: 24px; }
  .b1_index ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b1_index li, .b1img1 img { min-height: 360px; }
  .b3_index li, .b4_index, .foot-main { grid-template-columns: 1fr; }
  .product-list article, .news-list article, .contact-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #toolbar { display: none; }
  .cover-item { flex-basis: 50%; }
  .cover-item:hover .img { margin-top: -220px; }
  .cover-item .wz { min-height: 220px; }
  .contact-reference,
  .about-reference-grid,
  .about-culture-grid { grid-template-columns: 1fr; }
  .xypg-case-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-anchor { display: none; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1200px); }
  .b1_index ul, .foot-nav { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .inner-banner h1 { font-size: 34px; }
  .b3_tit h3, .b3_tit h4 { font-size: 30px; }
  .b3_tit h4 { padding: 0 38px; }
  .b3_tit h4:before, .b3_tit h4:after { width: 30px; }
  .b3con1 { padding: 24px; }
  .foot-copy { display: grid; }
  .cover-item { flex-basis: 100%; }
  .page-product,
  .product-page-wrap,
  .product-cover,
  .product-cover .bd,
  .product-cover ul,
  .cover-item,
  .coverin,
  .coverin2 { min-height: calc(100vh - 60px); }
  .cover-item .img { height: calc(100vh - 60px); }
  .cover-item:hover .img { margin-top: 0; }
  .cover-item .wz { min-height: auto; padding: 20px 18px 26px; }
  .product-cover-arrow { width: 44px; height: 44px; margin-top: -22px; }
  .page-wrap { padding: 44px 0; }
  .ntit { margin-bottom: 34px; }
  .ntit h3 { font-size: 24px; line-height: 30px; }
  .xypg-news-list li { flex-wrap: wrap; }
  .xypg-news-list li .img,
  .xypg-news-list li .nnewscon { flex-basis: 100%; }
  .xypg-news-list li .nnewscon { padding: 4% 3% 6%; }
  .xypg-news-list li .nnewscon h3 { height: auto; margin-bottom: 14px; font-size: 17px; line-height: 24px; letter-spacing: 1px; }
  .contact-reference { gap: 24px; }
  .contact-reference-info { font-size: 14px; line-height: 32px; }
  .contact-reference-map { min-height: 260px; padding: 18px; }
  .contact-reference-map > div { padding: 24px 20px; }
  .contact-map-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }
  .contact-map-action {
    display: flex;
    width: 100%;
    height: 46px;
    color: #1f1b16;
    background: #e8bd78;
    border-color: #e8bd78;
    font-size: 16px;
  }
  .about-reference { padding: 50px 0; }
  .about-reference-title,
  .about-culture-grid h2,
  .about-reference-brand h2 { font-size: 28px; }
  .xypg-case-list { grid-template-columns: 1fr; }
}

/* Origin-site restoration */
body { color: #333; background: #fff; }
.container { width: min(1200px, calc(100% - 32px)); }
.x-header { position: relative; top: auto; left: auto; z-index: 50; height: auto; padding: 0; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.x-header.hfixed { position: fixed; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.08); }
.x-header.hfixed .top-strip { display: none; }
.x-header.hfixed .header-main { height: 86px; }
.top-strip { height: 30px; color: #888; background: #3b3b3b; font-size: 12px; line-height: 30px; }
.top-strip-inner { display: flex; align-items: center; justify-content: space-between; }
.top-strip nav { display: flex; align-items: center; gap: 9px; }
.top-strip a { color: #888; transition: color .2s ease; }
.top-strip a:hover { color: #fff; }
.top-strip em { color: #777; font-style: normal; }
.header-main { position: relative; height: 112px; display: block; }
.x-logo { position: absolute; left: 0; top: 31px; width: 190px; height: 64px; display: block; border: 0; }
.x-logo img { width: 190px; height: 64px; object-fit: contain; filter: none; }
.header-service { position: absolute; right: 0; top: 33px; display: grid; grid-template-columns: 33px auto; column-gap: 18px; align-items: start; min-width: 265px; color: #666; }
.header-service img { width: 33px; height: 33px; object-fit: contain; margin-top: 5px; }
.header-service strong { display: block; color: #333; font-size: 22px; line-height: 28px; }
.header-service span { display: block; margin-top: 3px; color: #666; font-size: 12px; }
.x-menu { position: absolute; left: 228px; top: 30px; width: auto; height: 70px; display: flex; align-items: stretch; justify-content: flex-start; }
.x-menu-item { height: 70px; }
.x-menu-item > a { min-width: 135px; height: 70px; color: #333; font-size: 18px; line-height: 70px; text-shadow: none; }
.x-menu-item > a.active,
.x-menu-item:hover > a { color: #fff; background: #e19e4f; }
.x-sub-menu { top: 70px; width: 135px; padding: 8px 0; background: rgba(43,43,43,.95); transform: translate(-50%, 12px); }
.x-sub-menu a { padding: 10px 8px; color: #eee; font-size: 14px; line-height: 18px; }
.x-sub-menu a:hover { color: #ffd200; }

.x-banner { background: #f5f5f5; }
.banner-item a { min-height: 650px; }
.banner-item img { width: 100%; height: 650px; min-height: 650px; object-fit: contain; }
.banner-copy { place-content: center start; text-align: left; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.38), rgba(0,0,0,.08) 54%, rgba(0,0,0,.18)); padding-left: max(48px, calc((100vw - 1200px) / 2)); }
.banner-copy p { width: min(520px, 90vw); margin: 0 0 18px; color: rgba(255,255,255,.92); font-size: 20px; line-height: 1.7; letter-spacing: 1px; }
.banner-copy h1 { width: min(640px, 90vw); color: #fff; font-size: 56px; line-height: 1.2; font-weight: 700; letter-spacing: 0; text-shadow: 0 3px 18px rgba(0,0,0,.3); }
.banner-dots { position: absolute; left: 50%; bottom: 26px; display: flex; gap: 12px; transform: translateX(-50%); }
.banner-dots span { width: 28px; height: 4px; overflow: hidden; color: transparent; background: rgba(255,255,255,.55); }
.banner-dots span.active { background: #e19e4f; }

.origin-section { padding: 58px 0 54px; background: #fff; }
.origin-products { padding-top: 86px; }
.origin-title { position: relative; width: min(350px, 90%); margin: 0 auto 36px; text-align: center; }
.origin-title:before,
.origin-title:after { content: ""; position: absolute; top: 12px; width: 22px; height: 22px; border: 2px solid #333; transform: rotate(45deg); }
.origin-title:before { left: 74px; border-color: #333 #333 transparent transparent; }
.origin-title:after { right: 74px; border-color: transparent transparent #e19e4f #e19e4f; }
.origin-title h2 { margin: 0 0 12px; color: #323232; font-size: 24px; line-height: 1.25; font-weight: 700; }
.origin-title p { margin: 0; color: #999; font-size: 14px; line-height: 1.8; }
.origin-tabs { display: flex; justify-content: center; gap: 18px; margin: 0 auto 30px; }
.origin-tabs a { min-width: 150px; padding: 10px 18px 12px; color: #888; border-bottom: 2px solid transparent; text-align: center; font-size: 20px; line-height: 1; transition: .2s ease; }
.origin-tabs a:hover,
.origin-tabs a.active { color: #ffd200; border-color: #ffd200; }
.origin-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.origin-product-grid article { background: #fff; }
.origin-product-grid a { display: block; min-height: 100%; }
.origin-product-grid img { width: 100%; height: 250px; object-fit: cover; background: #eee; transition: transform .35s ease; }
.origin-product-grid article:hover img { transform: scale(1.035); }
.origin-product-grid h3 { margin: 18px 0 6px; color: #333; font-size: 16px; line-height: 1.4; font-weight: 400; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.origin-product-grid p { margin: 0 auto; max-width: 92%; color: #888; font-size: 13px; line-height: 1.7; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.origin-more { display: flex; align-items: center; justify-content: center; width: 150px; height: 50px; margin: 34px auto 0; color: #2b2f35; background: #ffd200; box-shadow: 0 0 47px -8px #ffe25b; font-size: 16px; transition: background .2s ease; }
.origin-more:hover { background: #ffe25b; }

.origin-about { padding-top: 50px; background: #fff; }
.origin-about-inner { display: grid; grid-template-columns: minmax(0, 810px) 340px; gap: 28px; align-items: start; }
.origin-about-card { display: grid; grid-template-columns: 380px minmax(0, 1fr); min-height: 280px; background: #edeef0; }
.origin-about-card img { width: 100%; height: 280px; object-fit: cover; }
.origin-about-card div { padding: 70px 42px 34px 50px; }
.origin-about-card p { margin: 0 0 8px; color: #333; font-size: 14px; line-height: 2; }
.origin-about-links { display: grid; grid-template-columns: repeat(4, 85px); min-height: 280px; }
.origin-about-links a { position: relative; display: grid; place-items: center; color: #f3f3f3; background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), var(--bg); background-size: cover; background-position: center; overflow: hidden; }
.origin-about-links a:before { content: ""; width: 29px; height: 29px; margin-bottom: 18px; background-image: var(--icon); background-size: contain; background-repeat: no-repeat; background-position: center; }
.origin-about-links span { width: 1em; color: #f3f3f3; font-size: 18px; line-height: 1.55; text-align: center; }
.origin-about-links a:hover { filter: brightness(1.08); }

.origin-brands { overflow: hidden; padding: 28px 0; background: #1c1c1c; }
.brand-marquee { width: 100%; overflow: hidden; }
.brand-marquee h4 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.brand-grid {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: brandMarquee 28s linear infinite;
}
.brand-grid:hover { animation-play-state: paused; }
.brand-grid a {
  flex: 0 0 210px;
  height: 96px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  transition: border-color .2s ease, transform .2s ease;
}
.brand-grid a:hover { border-color: #e19e4f; transform: translateY(-2px); }
.brand-grid img { max-width: 100%; max-height: 68px; object-fit: contain; }
@keyframes brandMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 11px)); }
}

.brand-detail-wrap {
  background: #f6f3ee;
  padding: 40px 0 88px;
}

.brand-detail {
  color: #2a2622;
}

.brand-detail-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #8a7d70;
  font-size: 14px;
}

.brand-detail-crumb a {
  color: #6f5c45;
}

.brand-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 32px;
  align-items: center;
  margin-bottom: 34px;
  padding: 34px 40px;
  background: #fff;
  border: 1px solid rgba(154, 103, 44, .14);
}

.brand-detail-head p {
  margin: 0 0 8px;
  color: #9a672c;
  font-size: 15px;
  text-transform: uppercase;
}

.brand-detail-head h1 {
  margin: 0;
  color: #241f1a;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
}

.brand-detail-logo {
  display: grid;
  place-items: center;
  min-height: 96px;
  margin: 0;
  padding: 12px;
  background: #fbfaf8;
  border: 1px solid #eadfce;
}

.brand-detail-logo img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.brand-detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 42px;
  background: #fff;
}

.brand-detail-body-html {
  display: block;
}

.brand-detail-media {
  margin: 0;
  background: #f2ece4;
}

.brand-detail-media img {
  width: 100%;
  aspect-ratio: 721 / 451;
  object-fit: cover;
  display: block;
}

.brand-detail-copy h2 {
  margin: 0 0 18px;
  color: #9a672c;
  font-size: 24px;
  font-weight: 400;
}

.brand-detail-copy p {
  margin: 0 0 16px;
  color: #5f554b;
  font-size: 16px;
  line-height: 1.9;
}

.brand-detail-html {
  color: #5f554b;
  font-size: 16px;
  line-height: 1.9;
}

.brand-detail-html p {
  margin: 0 0 14px;
}

.brand-detail-html img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px;
}

.brand-detail-related {
  margin-top: 36px;
  padding: 30px 34px;
  background: #fff;
}

.brand-detail-related h2 {
  margin: 0 0 20px;
  color: #2a2622;
  font-size: 24px;
  font-weight: 400;
}

.brand-detail-related div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brand-detail-related a {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 14px;
  border: 1px solid #eadfce;
  background: #fbfaf8;
}

.brand-detail-related img {
  max-width: 100%;
  max-height: 68px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .brand-detail-wrap {
    padding: 28px 0 56px;
  }

  .brand-detail-head,
  .brand-detail-body {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .brand-detail-head h1 {
    font-size: 30px;
  }

  .brand-detail-related {
    padding: 24px;
  }

  .brand-detail-related div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .brand-detail-head,
  .brand-detail-body,
  .brand-detail-related {
    padding: 18px;
  }

  .brand-detail-related div {
    grid-template-columns: 1fr;
  }
}

.origin-news { padding-bottom: 62px; background: #fff; }
.origin-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 34px; }
.origin-news-grid article a { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 20px; min-height: 120px; }
.origin-news-grid img { width: 200px; height: 120px; object-fit: cover; transition: transform .35s ease; }
.origin-news-grid article:hover img { transform: scale(1.04); }
.origin-news-grid h3 { margin: 0 0 12px; color: #333; font-size: 17px; line-height: 1.5; font-weight: 400; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.origin-news-grid p { margin: 0; color: #777; font-size: 13px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.foot { background: #2e2e2e; color: #f3f3f3; }
.foot-main { grid-template-columns: minmax(0, 1fr) 420px; gap: 42px; padding: 54px 0 44px; }
.foot-nav { grid-template-columns: repeat(2, minmax(0, 150px)); justify-content: end; gap: 34px; }
.foot dt, .foot-contact h3 { color: #ccc; font-size: 16px; font-weight: 400; }
.foot dd { margin-bottom: 7px; }
.foot a, .foot p { color: #f3f3f3; font-size: 14px; }
.foot-contact strong { color: #f3f3f3; font-size: 18px; font-weight: 400; }
.foot-copy { color: #666; background: #2b2b2b; border-top: 0; justify-content: center; text-align: center; }
.foot-copy a { color: #666; }

@media (max-width: 1120px) {
  .x-menu { left: 210px; }
  .x-menu-item > a { min-width: 112px; font-size: 16px; }
  .header-service { display: none; }
  .origin-about-inner { grid-template-columns: 1fr; }
  .origin-about-links { grid-template-columns: repeat(4, minmax(80px, 1fr)); }
}

@media (max-width: 900px) {
  .x-header { display: none; }
  .banner-item a,
  .banner-item img { min-height: 430px; height: 430px; }
  .banner-copy { padding: 0 24px; place-content: center; text-align: center; }
  .banner-copy h1 { font-size: 38px; }
  .banner-copy p { font-size: 16px; }
  .origin-section { padding: 46px 0; }
  .origin-products { padding-top: 50px; }
  .origin-tabs { flex-wrap: wrap; gap: 8px; }
  .origin-tabs a { min-width: 112px; font-size: 16px; }
  .origin-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .origin-about-card { grid-template-columns: 1fr; }
  .origin-about-card div { padding: 28px 24px; }
  .brand-grid a { flex-basis: 168px; height: 82px; }
  .brand-grid img { max-height: 58px; }
  .origin-news-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .origin-title { margin-bottom: 26px; }
  .origin-title:before { left: 46px; }
  .origin-title:after { right: 46px; }
  .origin-product-grid { grid-template-columns: 1fr; }
  .origin-product-grid img { height: 230px; }
  .origin-about-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .origin-about-links a { min-height: 210px; }
  .origin-news-grid article a { grid-template-columns: 1fr; }
  .origin-news-grid img { width: 100%; height: 190px; }
  .foot-main { grid-template-columns: 1fr; }
  .foot-nav { justify-content: start; }
}

/* Reference-site final override: transparent header and original home sections. */
.top-strip,
.header-service {
  display: none !important;
}

.x-header {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  height: 95px !important;
  padding-top: 13px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.x-header.hfixed {
  position: fixed !important;
  background-color: rgba(0,0,0,.6) !important;
  box-shadow: none !important;
}

.header-main {
  position: relative !important;
  height: 76px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
}

.x-logo {
  position: static !important;
  width: 24.6% !important;
  height: 76px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-right: 1px solid #fbfdfe !important;
}

.x-logo img {
  width: auto !important;
  max-width: 190px !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.24)) !important;
}

.x-menu {
  position: static !important;
  width: 75.4% !important;
  height: 76px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: right !important;
}

.x-menu-item {
  position: relative !important;
  height: 76px !important;
  margin: 0 2.4vw !important;
}

.x-menu-item > a {
  min-width: 0 !important;
  height: 76px !important;
  padding: 20px 0 18px !important;
  display: flex !important;
  align-items: center !important;
  color: #fbfdfe !important;
  background: transparent !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-shadow: none !important;
}

.x-menu-item > a.active,
.x-menu-item:hover > a {
  color: #e71f19 !important;
  background: transparent !important;
}

.x-sub-menu {
  left: 0 !important;
  top: 72px !important;
  width: 100% !important;
  min-width: 92px !important;
  padding: 18px 0 7px !important;
  background: rgba(2,2,2,.28) !important;
  transform: translateY(20px) !important;
}

.x-menu-item:hover .x-sub-menu {
  transform: translateY(0) !important;
}

.x-sub-menu a {
  padding: 0 0 15px !important;
  color: #fbfdfe !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

.x-sub-menu a:hover {
  color: #e71f19 !important;
}

.x-banner {
  position: relative !important;
  z-index: 1 !important;
  background: #111 !important;
}

.banner-item a {
  min-height: 0 !important;
}

.banner-item picture {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.banner-item img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
}

.banner-copy {
  place-content: center !important;
  text-align: center !important;
  color: #f3e6bc !important;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18)) !important;
  padding: 0 24px !important;
}

.banner-copy p {
  width: auto !important;
  margin: 0 0 28px !important;
  color: #f3e6bc !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  letter-spacing: 5px !important;
}

.banner-copy h1 {
  width: auto !important;
  margin: 0 !important;
  color: #f3e6bc !important;
  font-size: clamp(42px, 7vw, 92px) !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  letter-spacing: 12px !important;
  text-shadow: none !important;
}

.banner-dots {
  bottom: 5% !important;
  gap: 14px !important;
}

.banner-dots span {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #fff !important;
  opacity: .2 !important;
}

.banner-dots span.active {
  background: #fff !important;
  opacity: 1 !important;
}

.box1,
.box2 {
  overflow: hidden !important;
  padding: 0 !important;
}

.b1_tit {
  width: 100% !important;
  text-align: center !important;
  background: #161616 url('/assets/reference/b1titbg.webp') no-repeat center top / cover !important;
  padding: 48px 0 52px !important;
}

.b2_tit {
  width: 100% !important;
  text-align: center !important;
  background: #161616 url('/assets/reference/b2titbg.webp') no-repeat center top / 100% 100% !important;
  padding: 100px 0 70px !important;
}

.b1_tit h3,
.b2_tit h3 {
  margin: 0 0 7px !important;
  color: #fbfdfe !important;
  font-size: 60px !important;
  line-height: 50px !important;
  font-weight: 400 !important;
  letter-spacing: 4px !important;
}

.b2_tit h3 {
  margin-bottom: 12px !important;
  letter-spacing: 2px !important;
}

.b1_tit h4,
.b2_tit h4 {
  margin: 0 !important;
  color: #fbfdfe !important;
  font-size: 36px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}

.b1_index {
  width: 100% !important;
  overflow: hidden !important;
}

.b1_index ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.b1_index li {
  position: relative !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.b1img1 {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}

.b1img1:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background-color: rgba(2,2,2,.5) !important;
  transition: all .4s linear !important;
}

.b1img1 img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 480 / 640 !important;
  object-fit: cover !important;
  transition: all .4s linear !important;
}

@media (min-width: 901px) {
  .b1_index li,
  .b1img1,
  .b1img1 img {
    height: calc(100vh - 150px) !important;
    min-height: 680px !important;
  }

  .b1img1 img {
    aspect-ratio: auto !important;
  }
}

.b1_index li:hover .b1img1:before {
  opacity: 0 !important;
}

.b1_index li:hover .b1img1 img {
  transform: scale(1.1) !important;
}

.b1con1 {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  padding: 22px 0 23px 55px !important;
  color: #fbfdfe !important;
  background-color: rgba(0,0,0,.42) !important;
}

.b1con1 h3 {
  margin: 0 0 6px !important;
  color: #fbfdfe !important;
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}

.b1con1 p {
  max-width: calc(100% - 36px) !important;
  height: 16px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #fbfdfe !important;
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 1px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.b1line1 {
  width: 23px !important;
  height: 2px !important;
  margin: 34px 0 28px !important;
  background-color: #fff !important;
}

.b1_index li:hover .b1line1 {
  background-color: #c98c3a !important;
}

.b1more {
  display: block !important;
  width: 129px !important;
  height: 32px !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  text-align: center !important;
  line-height: 30px !important;
  font-size: 16px !important;
}

.b1_index li:hover .b1more {
  border-color: #c98c3a !important;
  color: #c98c3a !important;
}

.b2_index {
  width: 100% !important;
  overflow: hidden !important;
}

.b2_index img {
  width: 100% !important;
  max-height: none !important;
}

.box3 {
  overflow: hidden !important;
  background: #1c1c1c url('/assets/reference/b3bg.webp') no-repeat center top / 100% 100% !important;
  background-attachment: scroll !important;
  padding: 0 0 15px !important;
}

.b3_tit {
  text-align: center !important;
  overflow: hidden !important;
  padding: 75px 0 30px !important;
}

.b3_tit h3 {
  margin: 0 0 7px !important;
  color: #fbfdfe !important;
  font-size: 60px !important;
  line-height: 50px !important;
  font-weight: 400 !important;
  letter-spacing: 4px !important;
}

.b3_tit h4 {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 64px !important;
  color: #fbfdfe !important;
  font-size: 36px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}

.b3_tit h4:before,
.b3_tit h4:after {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  width: 53px !important;
  height: 1px !important;
  background-color: #fefefe !important;
}

.b3_tit h4:before { left: 0 !important; }
.b3_tit h4:after { right: 0 !important; top: 16px !important; }

.b3_index li {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 20px !important;
  overflow: hidden !important;
  background-color: rgba(0,0,0,.37) !important;
  transition: all .4s linear !important;
}

.b3_index li:hover {
  background-color: rgba(0,0,0,.6) !important;
}

.b3img1 {
  width: 26.75% !important;
  overflow: hidden !important;
}

.b3img1 img {
  width: 100% !important;
  height: 100% !important;
  min-height: 210px !important;
  object-fit: cover !important;
}

.b3con1 {
  width: 73.25% !important;
  overflow: hidden !important;
  padding: 3% 7% 0 3.1% !important;
  color: #fbfbfe !important;
}

.b3con1 h3 {
  height: 58px !important;
  margin: 0 0 30px !important;
  overflow: hidden !important;
  color: #fbfbfe !important;
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 300 !important;
  letter-spacing: 4px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.b3con1 p {
  margin: 0 !important;
  overflow: hidden !important;
  color: #d90d1b !important;
  font-size: 18px !important;
  line-height: 18px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.b3more {
  display: block !important;
  width: 103px !important;
  height: 32px !important;
  margin-top: 17px !important;
  border: 1px solid #c98c3a !important;
  color: #fbfdfe !important;
  text-align: center !important;
  line-height: 30px !important;
  font-size: 14px !important;
}

.b3_index li:hover .b3more {
  background-color: #c98c3a !important;
}

@media (max-width: 1200px) {
  .x-menu-item { margin: 0 1.7vw !important; }
  .b1_tit { padding: 43px 0 50px !important; }
  .b1con1 { padding: 18px 0 18px 30px !important; }
  .b1con1 h3 { font-size: 26px !important; line-height: 26px !important; }
  .b1line1 { margin: 15px 0 13px !important; }
  .b2_tit { padding: 30px 0 25px !important; }
  .b3_tit { padding: 50px 0 23px !important; }
  .b3con1 h3 { margin-bottom: 12px !important; font-size: 21px !important; line-height: 26px !important; }
}

@media (max-width: 900px) {
  .x-header { display: none !important; }
  .banner-item a,
  .banner-item picture,
  .banner-item img {
    height: auto !important;
    min-height: 0 !important;
  }
  .banner-copy h1 { font-size: 42px !important; letter-spacing: 4px !important; }
  .banner-copy p { font-size: 18px !important; letter-spacing: 2px !important; }
  .b1_index ul { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .b1_index li {
    background: #f1efee !important;
  }
  .b1img1:before {
    opacity: 0 !important;
    background: transparent !important;
  }
  .b1img1 img {
    filter: none !important;
    transform: scale(1.1) !important;
  }
  .b1line1 {
    background-color: #c98c3a !important;
  }
  .b1more {
    border-color: #c98c3a !important;
    color: #c98c3a !important;
  }
  .b3img1 { width: 31.75% !important; }
  .b3con1 { width: 68.25% !important; padding: 3% 5% 0 3.1% !important; }
}

@media (max-width: 560px) {
  .b1_tit h3 { font-size: 38px !important; line-height: 35px !important; }
  .b1_tit h4 { font-size: 21px !important; line-height: 22px !important; }
  .b1_tit { padding: 23px 0 30px !important; }
  .b1_index ul { grid-template-columns: 1fr !important; }
  .b1img1:before {
    opacity: 0 !important;
    background: transparent !important;
  }
  .b1img1 img {
    filter: none !important;
    transform: scale(1.1) !important;
  }
  .b2_tit h3 { font-size: 29px !important; line-height: 25px !important; }
  .b2_tit h4 { font-size: 24px !important; line-height: 24px !important; }
  .b3_tit { padding: 30px 0 25px !important; }
  .b3_tit h3 { font-size: 38px !important; line-height: 35px !important; letter-spacing: 2px !important; }
  .b3_tit h4 { font-size: 21px !important; line-height: 22px !important; }
  .b3_tit h4:before,
  .b3_tit h4:after { top: 50% !important; }
  .b3img1,
  .b3con1 { width: 100% !important; }
  .b3con1 { padding: 18px 18px 22px !important; }
  .b3con1 h3 { height: auto !important; font-size: 18px !important; line-height: 25px !important; letter-spacing: 1px !important; }
}

/* Reference polish pass: inner pages and small interaction details. */
.page-product .x-header,
.page-about .x-header,
.page-news .x-header,
.page-contact .x-header {
  position: absolute !important;
}

.page-banner {
  position: relative !important;
  overflow: hidden !important;
  min-height: 360px !important;
  background: #1c1c1c !important;
}

.page-banner:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.08)) !important;
  pointer-events: none !important;
}

.page-banner img {
  width: 100% !important;
  height: 420px !important;
  max-height: none !important;
  object-fit: cover !important;
}

.page-banner-about img,
.page-banner-contact img {
  object-position: center !important;
}

.page-product-category .page-banner,
.page-product-detail-banner {
  position: relative !important;
  height: 420px !important;
  min-height: 0 !important;
  line-height: 0 !important;
}

.page-product-category .page-banner img,
.page-product-detail-banner img {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.page-product-category .product-detail-reference-wrap {
  padding-top: 0 !important;
}

.page-product-category .nprotit {
  padding-top: 34px !important;
  padding-bottom: 30px !important;
}

.page-wrap {
  background: #f1efee url('/assets/reference/nbg.webp') center top / 100% auto repeat-y !important;
}

.page-wrap-dark {
  background: #1c1c1c url('/assets/reference/nbg.webp') center top / 100% auto repeat-y !important;
}

.ntit {
  margin-bottom: 48px !important;
}

.nprotit,
.nnewstit,
.nabtit {
  margin-bottom: 0 !important;
  padding: 88px 0 44px !important;
  background: url('/assets/reference/ntit.webp') center top / 100% 100% no-repeat !important;
}

.ntit h3 {
  color: #666 !important;
  font-size: 32px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  letter-spacing: -1px !important;
}

.page-wrap-dark .ntit h3 {
  color: #fbfbfe !important;
}

.ntit h3 span {
  color: #ca944a !important;
}

.ntitline {
  width: 224px !important;
  height: 7px !important;
  margin-top: 16px !important;
  background: url('/assets/reference/ntitline.png') center center / 100% auto no-repeat !important;
}

.product-page-wrap {
  background: #f1efee !important;
}

.product-page-wrap .ntit {
  display: block !important;
}

.product-cover {
  min-height: calc(100vh - 95px) !important;
  background: #f1efee !important;
}

.product-cover .bd,
.product-cover ul,
.cover-item,
.coverin,
.coverin2 {
  min-height: calc(100vh - 95px) !important;
}

.cover-item {
  flex-basis: 33.333333% !important;
}

.cover-item .img {
  height: calc(100vh - 95px) !important;
}

.cover-item:hover .img {
  margin-top: -260px !important;
}

.cover-item .wz {
  min-height: 260px !important;
  padding: 24px 24px 0 !important;
  background: #f1efee !important;
}

.cover-item .wz h3 {
  color: #666 !important;
  font-size: 27px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

.cover-item .wz h4 {
  margin: 15px 0 10px !important;
  color: #666 !important;
  font-size: 19px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}

.cover-item .wz p {
  color: #666 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  -webkit-line-clamp: 3 !important;
}

.cover-item .wz .more {
  margin-top: 17px !important;
  color: #999 !important;
  border-bottom: 1px solid #999 !important;
  font-size: 14px !important;
}

.cover-item .wz .more:hover {
  color: #ca8b37 !important;
  border-color: #ca8b37 !important;
}

.product-cover-arrow {
  opacity: .88 !important;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,.22)) !important;
}

.product-cover-arrow:hover {
  opacity: 1 !important;
}

.product-detail-reference-wrap {
  padding-bottom: 76px !important;
}

.page-product-detail .product-detail-reference-wrap {
  padding-top: 0 !important;
  background: #f1efee !important;
  background-image: none !important;
}

.page-product-detail .nprotit {
  padding-top: 34px !important;
  padding-bottom: 30px !important;
}

.product-detail-reference {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) !important;
  gap: 54px !important;
  align-items: center !important;
  padding: 58px 0 70px !important;
}

.product-detail-media {
  overflow: hidden !important;
  background: #111 !important;
}

.product-detail-media img {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  transition: transform .45s ease !important;
}

.product-detail-media:hover img {
  transform: scale(1.04) !important;
}

.product-detail-copy {
  color: #666 !important;
}

.product-detail-copy > span {
  display: block !important;
  margin-bottom: 14px !important;
  color: #ca944a !important;
  font-size: 14px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
}

.product-detail-copy h1 {
  margin: 0 0 12px !important;
  color: #333 !important;
  font-size: 42px !important;
  line-height: 1.18 !important;
  font-weight: 400 !important;
}

.product-detail-copy h2 {
  margin: 0 0 24px !important;
  color: #666 !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.product-detail-copy p {
  margin: 0 !important;
  color: #666 !important;
  font-size: 16px !important;
  line-height: 2 !important;
}

.product-spec-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 18px !important;
  margin: 28px 0 0 !important;
}

.product-spec-grid div {
  padding: 14px 16px !important;
  background: #fff !important;
  border-left: 2px solid #ca8b37 !important;
}

.product-spec-grid dt {
  margin: 0 0 6px !important;
  color: #9b6a32 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.product-spec-grid dd {
  margin: 0 !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.product-detail-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 34px !important;
}

.product-detail-actions a {
  min-width: 132px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #ca8b37 !important;
  color: #ca8b37 !important;
  font-size: 15px !important;
  transition: all .25s ease !important;
}

.product-detail-actions a:first-child,
.product-detail-actions a:hover {
  background: #ca8b37 !important;
  color: #fff !important;
}

.product-detail-features {
  padding: 58px 0 !important;
  background: rgba(255,255,255,.6) !important;
}

.product-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.product-feature-grid article {
  min-height: 168px !important;
  padding: 30px 28px !important;
  background: #fff !important;
  border-top: 3px solid #ca8b37 !important;
}

.product-feature-grid h3 {
  margin: 0 0 14px !important;
  color: #333 !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.product-feature-grid p {
  margin: 0 !important;
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.product-related-reference {
  padding-top: 70px !important;
}

.product-related-title {
  margin-bottom: 40px !important;
}

.product-item-story {
  padding-top: 70px !important;
}

.page-product-detail .product-item-story {
  background: #f1efee !important;
}

.product-item-story p,
.product-description-rich {
  max-width: 920px !important;
  margin: 0 auto !important;
  color: #555 !important;
  font-size: 17px !important;
  line-height: 2.1 !important;
}

.product-description-rich p,
.product-description-rich div {
  margin: 0 0 18px !important;
}

.product-description-rich h2,
.product-description-rich h3,
.product-description-rich h4 {
  margin: 28px 0 14px !important;
  color: #333 !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.product-description-rich ul,
.product-description-rich ol {
  margin: 0 0 18px 24px !important;
  padding: 0 !important;
}

.product-description-rich blockquote {
  margin: 24px 0 !important;
  padding: 16px 20px !important;
  border-left: 3px solid #ca8b37 !important;
  background: #fff7ed !important;
  color: #6b4b2a !important;
}

.product-description-rich img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 24px auto !important;
}

.product-description-rich a {
  color: #9b6a32 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.page-product-detail .product-description-rich {
  max-width: 920px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  background: #fff !important;
}

.page-product-detail .product-description-rich * {
  max-width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
}

.page-product-detail .product-description-rich p,
.page-product-detail .product-description-rich div {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.page-product-detail .product-description-rich [class*="desc"],
.page-product-detail .product-description-rich [id*="content"],
.page-product-detail .product-description-rich [id*="container"] {
  width: 100% !important;
  max-width: 100% !important;
}

.page-product-detail .product-description-rich img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
}

.about-reference-wrap {
  background: #fff !important;
}

.about-subnav {
  position: sticky;
  top: 86px;
  z-index: 8;
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #eadfd5;
  backdrop-filter: blur(10px);
}

.about-subnav a {
  min-width: 118px;
  padding: 10px 18px;
  border: 1px solid #d9c6b1;
  color: #6f4722;
  text-align: center;
  font-size: 15px;
  background: #fffaf2;
}

.about-subnav a:hover {
  color: #fff;
  background: #9a672c;
  border-color: #9a672c;
}

.about-reference,
.about-reference-brand {
  background: #fff !important;
}

.about-reference-intro,
.about-reference-culture,
.about-reference-honor {
  scroll-margin-top: 170px;
}

.about-reference-grid {
  overflow: visible !important;
}

.about-reference-media,
.about-reference-copy {
  min-width: 0 !important;
}

.about-reference-media img {
  display: block !important;
}

.about-reference-copy p,
.about-culture-grid p,
.about-reference-brand p {
  font-size: 15px !important;
  line-height: 2 !important;
}

.about-reference-honor {
  background: #fbf7f0 !important;
}

.about-honor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.about-honor-grid figure {
  margin: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #eadfd5;
}

.about-honor-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 290 / 416;
  object-fit: contain;
  background: #f8f4ef;
}

.about-honor-grid figcaption {
  margin-top: 12px;
  color: #3a322d;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 900px) {
  .about-reference-intro,
  .about-reference-culture,
  .about-reference-honor {
    scroll-margin-top: 128px;
  }

  .about-subnav {
    top: 70px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .about-subnav a {
    flex: 0 0 auto;
  }

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

@media (max-width: 560px) {
  .about-honor-grid {
    grid-template-columns: 1fr;
  }
}

.xypg-news-list li {
  background-color: rgba(0,0,0,.37) !important;
}

.xypg-news-list li .more:hover {
  background-color: #c98c3a !important;
}

.contact-reference-info strong {
  color: #333 !important;
  font-weight: 400 !important;
}

.foot {
  background: #2e2e2e !important;
}

.foot-main {
  padding: 54px 0 44px !important;
}

.foot-contact strong {
  color: #f3f3f3 !important;
}

@media (max-width: 900px) {
  .page-product-category .page-banner,
  .page-product-category .page-banner img,
  .page-product-detail-banner,
  .page-product-detail-banner img {
    height: 280px !important;
  }

  .page-product-category .nprotit {
    padding-top: 26px !important;
    padding-bottom: 24px !important;
  }

  .page-product .x-header,
  .page-about .x-header,
  .page-news .x-header,
  .page-contact .x-header {
    display: none !important;
  }

  .page-banner {
    min-height: 260px !important;
  }

  .page-banner img {
    height: 280px !important;
  }

  .nprotit,
  .nnewstit,
  .nabtit {
    padding: 48px 0 34px !important;
  }

  .ntit h3 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .product-cover,
  .product-cover .bd,
  .product-cover ul,
  .cover-item,
  .coverin,
  .coverin2 {
    min-height: 620px !important;
  }

  .cover-item {
    flex-basis: 50% !important;
  }

  .cover-item .img {
    height: 620px !important;
  }

  .cover-item:hover .img {
    margin-top: -230px !important;
  }

  .cover-item .wz {
    min-height: 230px !important;
  }

  .product-detail-reference,
  .product-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .product-detail-reference {
    gap: 28px !important;
    padding: 42px 0 54px !important;
  }

  .product-detail-copy h1 {
    font-size: 32px !important;
  }

  .product-detail-features {
    padding: 40px 0 !important;
  }
}

@media (max-width: 560px) {
  .page-product-category .page-banner,
  .page-product-category .page-banner img,
  .page-product-detail-banner,
  .page-product-detail-banner img {
    height: 240px !important;
  }

  .page-banner {
    min-height: 220px !important;
  }

  .page-banner img {
    height: 240px !important;
  }

  .ntit h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
  }

  .ntitline {
    width: 170px !important;
  }

  .product-cover,
  .product-cover .bd,
  .product-cover ul,
  .cover-item,
  .coverin,
  .coverin2 {
    min-height: auto !important;
  }

  .product-cover ul {
    display: block !important;
    transform: none !important;
  }

  .cover-item {
    display: block !important;
    min-height: auto !important;
  }

  .cover-item .img {
    height: 360px !important;
  }

  .cover-item:hover .img {
    margin-top: 0 !important;
  }

  .cover-item .wz {
    min-height: auto !important;
    padding: 20px 18px 26px !important;
  }

  .product-cover-arrow {
    display: none !important;
  }

  .product-detail-reference {
    padding: 30px 0 42px !important;
  }

  .product-detail-copy > span {
    letter-spacing: 2px !important;
  }

  .product-detail-copy h1 {
    font-size: 28px !important;
  }

  .product-detail-copy h2 {
    font-size: 18px !important;
  }

  .product-spec-grid {
    grid-template-columns: 1fr !important;
  }

  .product-detail-actions a {
    width: 100% !important;
  }

  .product-feature-grid article {
    min-height: auto !important;
    padding: 24px 20px !important;
  }
}

/* Reference-style section title entrance animation. */
.b1_tit,
.b2_tit,
.b3_tit {
  overflow: hidden !important;
}

.js [data-scroll-animate] {
  opacity: 0 !important;
  visibility: hidden;
  will-change: transform, opacity;
}

[data-scroll-animate].animated {
  opacity: 1 !important;
  visibility: visible;
  animation-duration: 1s !important;
  animation-fill-mode: both !important;
  animation-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
}

[data-scroll-animate].animated.slideInUp {
  animation-delay: .12s;
}

@keyframes titleSlideInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -90%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes titleSlideInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 90%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Homepage banner text entrance. */
.banner-copy {
  overflow: hidden !important;
}

.banner-copy p,
.banner-copy h1 {
  will-change: transform, opacity;
}

.banner-item.active .banner-copy p {
  animation: bannerTextDown .95s cubic-bezier(.22, .61, .36, 1) .1s both;
}

.banner-item.active .banner-copy h1 {
  animation: bannerTextUp 1.05s cubic-bezier(.22, .61, .36, 1) .24s both;
}

@keyframes bannerTextDown {
  from {
    opacity: 0;
    transform: translate3d(0, -42px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bannerTextUp {
  from {
    opacity: 0;
    transform: translate3d(0, 58px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* News category tabs. */
.news-category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 34px;
}

.news-category-tabs a {
  min-width: 112px;
  padding: 10px 18px;
  border: 1px solid #c98c3a;
  color: #fff;
  background: rgba(201,140,58,.18);
  text-align: center;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.news-category-tabs a.active,
.news-category-tabs a:hover {
  border-color: #111;
  color: #fff;
  background: #111;
}

/* Homepage banner controls. */
.banner-dots {
  z-index: 5 !important;
}

.banner-dots button {
  display: block !important;
  width: 28px !important;
  height: 4px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: transparent !important;
  background: rgba(255,255,255,.55) !important;
  cursor: pointer !important;
}

.banner-dots button.active,
.banner-dots button:hover {
  background: #e19e4f !important;
}

.banner-arrows {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 74px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255,255,255,.9);
  background: rgba(0,0,0,.28);
  font-size: 54px;
  line-height: 1;
  font-family: Arial, sans-serif;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
  transition: background .2s ease, color .2s ease;
}

.banner-arrow:hover {
  color: #fff;
  background: rgba(154,103,44,.82);
}

.banner-arrow.is-prev {
  left: 28px;
}

.banner-arrow.is-next {
  right: 28px;
}

@media (max-width: 700px) {
  .banner-arrow {
    width: 38px;
    height: 58px;
    font-size: 42px;
  }

  .banner-arrow.is-prev {
    left: 12px;
  }

  .banner-arrow.is-next {
    right: 12px;
  }
}

/* Final footer navigation layout override. */
@media (min-width: 901px) {
  .foot-main {
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 48px !important;
    align-items: start !important;
  }

  .foot-nav {
    grid-template-columns: repeat(4, minmax(0, 150px)) !important;
    justify-content: start !important;
    justify-items: start !important;
    gap: 28px !important;
    text-align: left !important;
  }

  .foot-nav dl {
    margin: 0 !important;
  }

  .foot-contact {
    align-self: start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .foot-contact h3 {
    margin-top: 0 !important;
  }
}

/* Final news list/detail adjustments. */
.page-news .nnewstit {
  padding-top: 56px !important;
  padding-bottom: 52px !important;
}

.page-contact .nabtit {
  padding-top: 56px !important;
  padding-bottom: 52px !important;
}

.page-news .page-wrap-dark {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-contact .page-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-contact .page-banner,
.page-news .page-banner {
  height: 420px !important;
  min-height: 0 !important;
  line-height: 0 !important;
}

.page-contact .page-banner img,
.page-news .page-banner img {
  display: block !important;
  height: 420px !important;
  min-height: 0 !important;
}

@media (max-width: 900px) {
  .page-contact .page-banner,
  .page-about .page-banner,
  .page-news .page-banner {
    height: 280px !important;
  }

  .page-contact .page-banner img,
  .page-about .page-banner img,
  .page-news .page-banner img {
    height: 280px !important;
  }

  .page-about .page-banner {
    background: #1c1c1c !important;
  }

  .page-about .page-banner img {
    object-fit: contain !important;
    object-position: center !important;
  }
}

@media (max-width: 560px) {
  .page-about .page-banner,
  .page-about .page-banner img {
    height: 280px !important;
    min-height: 0 !important;
  }

  .page-about .page-banner img {
    object-fit: contain !important;
    object-position: center !important;
  }
}

.booking-reference {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 38px;
  padding-bottom: 72px;
}

.booking-panel,
.booking-note {
  background: #fff;
  padding: 38px 42px;
}

.booking-panel h2,
.booking-note h3 {
  margin: 0 0 18px;
  color: #2f2a24;
  font-size: 28px;
  font-weight: 400;
}

.booking-panel p {
  margin: 0 0 28px;
  color: #666;
  line-height: 1.9;
}

.booking-info-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}

.booking-info-grid div {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.booking-info-grid span {
  display: block;
  margin-bottom: 6px;
  color: #9a672c;
  font-size: 14px;
}

.booking-info-grid strong {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.booking-call {
  display: inline-flex;
  padding: 10px 26px;
  color: #fff;
  background: #9a672c;
}

.booking-note ul {
  margin: 0;
  padding: 0;
}

.booking-note li {
  padding: 12px 0;
  color: #555;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fafafa;
  color: #333;
  font: inherit;
}

.booking-form textarea {
  min-height: 112px;
  resize: vertical;
}

.booking-form button {
  width: 132px;
  height: 40px;
  border: 0;
  color: #fff;
  background: #9a672c;
  cursor: pointer;
}

.booking-flash {
  margin: 0 0 16px;
  padding: 10px 12px;
  line-height: 1.6;
}

.booking-flash-success {
  color: #5f3d16;
  background: #f6ead9;
}

.booking-flash-error {
  color: #8b1e1e;
  background: #fee2e2;
}

@media (max-width: 900px) {
  .booking-reference {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 46px;
  }

  .booking-panel,
  .booking-note {
    padding: 26px 22px;
  }
}

.xypg-news-list li .nnewscon h3 a {
  color: inherit !important;
}

.xypg-news-list li .nnewscon h3 {
  height: auto !important;
  min-height: 0 !important;
  max-height: 58px !important;
  margin-bottom: 12px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xypg-news-list li p {
  max-height: 48px !important;
}

.news-detail-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 40px 64px;
  color: #333;
  background: #fff;
}

.news-detail-media {
  display: grid;
  gap: 24px;
  margin-bottom: 30px;
  clear: both;
}

.news-detail-cover {
  margin: 0;
  overflow: hidden;
  background: rgba(0,0,0,.24);
}

.news-detail-cover img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.news-detail-pdf {
  margin: 0;
  padding: 18px 22px;
  border: 1px solid #ead6b8;
  background: #fffaf2;
}

.news-detail-pdf a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  color: #fff;
  background: #c98c3a;
}

.news-detail-article h1 {
  margin: 0 0 18px;
  color: #222;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 400;
}

.news-detail-meta {
  margin-bottom: 26px;
  color: #c98c3a;
  font-size: 14px;
}

.news-detail-body {
  color: #555;
  font-size: 16px;
  line-height: 2;
}

.news-detail-body h2,
.news-detail-body h3,
.news-detail-body h4 {
  margin: 26px 0 12px;
  color: #222;
  font-weight: 500;
  line-height: 1.45;
}

.news-detail-body h2 {
  font-size: 24px;
}

.news-detail-body h3 {
  font-size: 20px;
}

.news-detail-body p,
.news-detail-body div {
  margin: 0 0 16px;
}

.news-detail-body ul,
.news-detail-body ol {
  margin: 0 0 18px 24px;
  padding: 0;
}

.news-detail-body li {
  margin-bottom: 8px;
}

.news-detail-body blockquote {
  margin: 22px 0;
  padding: 14px 18px;
  border-left: 4px solid #c98c3a;
  background: rgba(201, 140, 58, .1);
  color: #444;
}

.news-detail-body a {
  color: #c98c3a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-detail-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 22px auto;
}

.news-detail-back {
  display: inline-flex;
  margin-top: 34px;
  padding: 9px 22px;
  color: #fff;
  background: #c98c3a;
}

@media (max-width: 900px) {
  .xymob-menu {
    padding: 8px 0 12px !important;
    max-height: calc(100vh - 60px) !important;
    overflow-y: auto !important;
    background: #151515 !important;
  }

  .xymob-menu.open {
    display: block !important;
  }

  .xymob-menu a {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    padding: 0 10% !important;
    line-height: 1.25 !important;
    border-bottom: 1px solid #2b2b2b !important;
  }

  .xymob-menu .xymob-primary {
    color: #fff !important;
    background: #151515 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .xymob-menu .xymob-sub {
    min-height: 38px !important;
    padding-left: calc(10% + 22px) !important;
    color: rgba(255,255,255,.76) !important;
    background: #202020 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .xymob-menu .xymob-sub:before {
    content: "" !important;
    flex: 0 0 auto !important;
    width: 5px !important;
    height: 5px !important;
    margin-right: 10px !important;
    border-radius: 50% !important;
    background: #c98c3a !important;
  }

  .box3 .b3_tit h3 {
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: 4px !important;
  }

  .box3 .b3_tit h4 {
    font-size: 24px !important;
    line-height: 24px !important;
    letter-spacing: 1px !important;
    padding: 0 38px !important;
  }

  .box3 .b3_tit h4:before,
  .box3 .b3_tit h4:after {
    top: 50% !important;
    width: 30px !important;
  }

  .origin-about-links span {
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    line-height: 1.2 !important;
  }

  .origin-about-links a {
    min-height: 150px !important;
    align-content: center !important;
    row-gap: 8px !important;
  }

  .origin-about-links a:before {
    margin-bottom: 0 !important;
  }

  .page-product-category .product-detail-media {
    display: none !important;
  }

  .page-product-category .nprotit {
    display: none !important;
  }

  .page-product-category .product-detail-reference {
    padding-top: 18px !important;
  }

  .b1_index li {
    background: #f1efee !important;
  }

  .b1img1:before {
    opacity: 0 !important;
    background: transparent !important;
  }

  .b1img1 img {
    filter: none !important;
    transform: scale(1.1) !important;
  }

  .b1line1 {
    background-color: #c98c3a !important;
  }

  .b1more {
    border-color: #c98c3a !important;
    color: #c98c3a !important;
  }
}

@media (max-width: 560px) {
  .box3 .b3_tit h3 {
    font-size: 38px !important;
    line-height: 35px !important;
    letter-spacing: 2px !important;
  }

  .box3 .b3_tit h4 {
    font-size: 21px !important;
    line-height: 22px !important;
  }

  .origin-about-links a {
    min-height: 138px !important;
  }

  .page-product-category .product-detail-reference {
    padding-top: 14px !important;
  }

}

/* Final about intro layout: simple left image, right full text. */
.page-about .about-subnav {
  position: static !important;
  top: auto !important;
  z-index: 1 !important;
}

.page-about .about-reference-intro {
  padding: 46px 0 72px !important;
  overflow: visible !important;
}

.page-about .about-reference-intro .about-reference-grid {
  display: grid !important;
  width: min(1200px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr) !important;
  gap: 48px !important;
  align-items: start !important;
}

.page-about .about-reference-intro .about-reference-media {
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.page-about .about-reference-intro .about-reference-media img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.page-about .about-reference-intro .about-reference-copy {
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.page-about .about-reference-intro .about-reference-body {
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  white-space: pre-line !important;
  text-indent: 2em !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

.page-about .about-reference-intro .about-reference-copy p {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 0 12px !important;
  overflow: visible !important;
  white-space: normal !important;
  text-indent: 2em !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

.page-about #company {
  scroll-margin-top: 112px !important;
}

@media (max-width: 900px) {
  .page-about .about-reference-intro .about-reference-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .page-about #company {
    scroll-margin-top: 72px !important;
  }
}

/* About intro: image with text wrapping around it. */
.page-about .about-reference-intro .about-reference-grid {
  display: block !important;
}

.page-about .about-reference-intro .about-reference-grid::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.page-about .about-reference-intro .about-reference-media {
  float: left !important;
  width: min(40%, 480px) !important;
  margin: 0 36px 22px 0 !important;
}

.page-about .about-reference-intro .about-reference-copy {
  display: block !important;
}

.page-about .about-reference-intro .about-reference-title {
  margin-bottom: 26px !important;
}

@media (max-width: 900px) {
  .page-about .about-reference-intro .about-reference-media {
    float: none !important;
    width: 100% !important;
    margin: 0 0 26px !important;
  }
}

/* Homepage news spacing and summary color. */
.box3 .b3_tit {
  padding-bottom: 26px !important;
}

.home-news-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 28px;
}

.home-news-tabs button {
  min-width: 132px;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 0;
  color: rgba(255,255,255,.82);
  background: rgba(0,0,0,.24);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.home-news-tabs button:hover,
.home-news-tabs button.active {
  border-color: #c98c3a;
  color: #fff;
  background: #c98c3a;
}

.home-news-tabs button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.home-news-panel[hidden] {
  display: none !important;
}

.home-news-empty {
  margin: 0;
  padding: 48px 24px;
  color: rgba(255,255,255,.72);
  background: rgba(0,0,0,.32);
  text-align: center;
}

.home-news-all {
  display: flex;
  justify-content: center;
  padding: 4px 0 20px;
}

.home-news-all a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.home-news-all a:hover,
.home-news-all a:focus-visible {
  border-color: #c98c3a;
  color: #fff;
  background: #c98c3a;
}

.box2 .b2_tit h3 {
  font-size: 52px !important;
  line-height: 46px !important;
}

@media (max-width: 560px) {
  .home-news-tabs {
    gap: 8px;
    margin-bottom: 20px;
  }

  .home-news-tabs button {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 0;
    padding: 9px 6px;
    font-size: 14px;
  }

  .box2 .b2_tit h3 {
    font-size: 26px !important;
    line-height: 24px !important;
  }
}

.box3 .b3con1 h3 {
  margin-bottom: 12px !important;
}

.box3 .b3con1 p {
  color: rgba(255,255,255,.68) !important;
}

/* Mobile home products: keep cards in their hover-bright state by default. */
@media (max-width: 900px) {
  main .box1 .b1_index li,
  main .box1 .b1_index li:hover {
    background: #f1efee !important;
  }

  main .box1 .b1_index .b1img1::before,
  main .box1 .b1_index li:hover .b1img1::before {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
  }

  main .box1 .b1_index .b1img1 img,
  main .box1 .b1_index li:hover .b1img1 img {
    filter: brightness(1.08) contrast(1.04) saturate(1.08) !important;
    transform: scale(1.1) !important;
  }

  main .box1 .b1_index .b1line1,
  main .box1 .b1_index li:hover .b1line1 {
    background-color: #c98c3a !important;
  }

  main .box1 .b1_index .b1more,
  main .box1 .b1_index li:hover .b1more {
    border-color: #c98c3a !important;
    color: #c98c3a !important;
  }
}

/* Homepage stats bar */
.home-stats {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 120px 0 40px;
  background:
    linear-gradient(135deg, #0c0c0c 0%, #191715 48%, #050505 100%);
  color: #fff;
  overflow: hidden;
}
.home-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(207,151,82,.12), transparent 40%);
  pointer-events: none;
}
.home-stats__grid {
  position: relative;
  z-index: 1;
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: center;
}
.home-stat {
  text-align: center;
  padding: 18px 10px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.home-stat:last-child {
  border-right: 0;
}
.home-stat strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 700;
  color: #e19e4f;
  line-height: 1;
  font-family: "Bodoni 72", Didot, "Cormorant Garamond", "Times New Roman", serif;
}
.home-stat span {
  display: block;
  font-size: clamp(12px, 1.1vw, 16px);
  color: rgba(255,255,255,.82);
  line-height: 1.4;
  letter-spacing: .5px;
}

@media (max-width: 900px) {
  .home-stats { padding-top: 100px; }
  .home-stats__grid { grid-template-columns: repeat(3, 1fr); }
  .home-stat:nth-child(3) { border-right: 0; }
  .home-stat:nth-child(4),
  .home-stat:nth-child(5),
  .home-stat:nth-child(6) { border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 560px) {
  .home-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .home-stat { border-right: 0; padding: 14px 6px; }
  .home-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .home-stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); }
  .home-stat strong { font-size: 22px; }
  .home-stat span { font-size: 12px; }
}

/* Homepage brand intro animation. */
.brand-intro-active,
.brand-intro-active body {
  overflow: hidden;
}

.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 38%, rgba(207,151,82,.22), transparent 34%),
    linear-gradient(135deg, #0c0c0c 0%, #191715 48%, #050505 100%);
  isolation: isolate;
  animation: brandIntroHold 3s both;
}

.brand-intro::before,
.brand-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.brand-intro::before {
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent),
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 8vw);
  transform: translateX(-110%);
  animation: brandIntroSweep 2.8s .25s cubic-bezier(.22,.72,.22,1) both;
}

.brand-intro::after {
  background: radial-gradient(circle at center, transparent 0 44%, rgba(0,0,0,.42) 100%);
}

.brand-intro--done {
  animation: brandIntroExit .72s cubic-bezier(.55,0,.2,1) forwards;
}

.brand-intro__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(760px, 92vw);
  text-align: center;
}

.brand-intro__en,
.brand-intro__cn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.brand-intro__en {
  gap: clamp(8px, 1.5vw, 18px);
  color: #f7f1e7;
  font-family: "Bodoni 72", Didot, "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(42px, 8vw, 108px);
  font-weight: 400;
  line-height: .96;
}

.brand-intro__en span {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(34px) scale(.94);
  animation: brandLetterIn .86s cubic-bezier(.2,.78,.22,1) forwards;
}

.brand-intro__en span:nth-child(1) { animation-delay: .18s; }
.brand-intro__en span:nth-child(2) { animation-delay: .28s; }
.brand-intro__en span:nth-child(3) { animation-delay: .38s; }
.brand-intro__en span:nth-child(4) { animation-delay: .48s; }
.brand-intro__en span:nth-child(5) { animation-delay: .58s; }
.brand-intro__en span:nth-child(6) { animation-delay: .68s; }
.brand-intro__en span:nth-child(7) { animation-delay: .78s; }
.brand-intro__en span:nth-child(8) { animation-delay: .88s; }

.brand-intro__line {
  width: min(420px, 62vw);
  height: 1px;
  margin: clamp(18px, 3vw, 34px) 0 clamp(14px, 2.3vw, 24px);
  background: linear-gradient(90deg, transparent, rgba(226,174,102,.96), transparent);
  transform: scaleX(0);
  transform-origin: center;
  animation: brandLineIn 1s 1.05s cubic-bezier(.2,.78,.22,1) forwards;
}

.brand-intro__cn {
  gap: clamp(12px, 2.3vw, 30px);
  color: #e7c18b;
  font-family: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", SimSun, serif;
  font-size: clamp(22px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.2;
}

.brand-intro__cn span {
  display: inline-block;
  opacity: 0;
  transform: translateY(22px);
  animation: brandChineseIn .72s cubic-bezier(.2,.78,.22,1) forwards;
}

.brand-intro__cn span:nth-child(1) { animation-delay: 1.22s; }
.brand-intro__cn span:nth-child(2) { animation-delay: 1.34s; }
.brand-intro__cn span:nth-child(3) { animation-delay: 1.46s; }
.brand-intro__cn span:nth-child(4) { animation-delay: 1.58s; }

@keyframes brandIntroHold {
  from { opacity: 1; }
  to { opacity: 1; }
}

@keyframes brandIntroSweep {
  0% { transform: translateX(-110%); opacity: 0; }
  22% { opacity: 1; }
  100% { transform: translateX(110%); opacity: 0; }
}

@keyframes brandLetterIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(34px) scale(.94);
  }
  72% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1.02);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes brandLineIn {
  0% { opacity: 0; transform: scaleX(0); }
  100% { opacity: 1; transform: scaleX(1); }
}

@keyframes brandChineseIn {
  0% { opacity: 0; transform: translateY(22px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes brandIntroExit {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.035); visibility: hidden; }
}

@media (max-width: 560px) {
  .brand-intro {
    padding: 18px;
  }

  .brand-intro__en {
    gap: 6px;
    font-size: clamp(36px, 12vw, 58px);
  }

  .brand-intro__cn {
    gap: 14px;
    font-size: clamp(21px, 7vw, 30px);
  }

  .brand-intro__line {
    width: 68vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro,
  .brand-intro::before,
  .brand-intro--done,
  .brand-intro__en span,
  .brand-intro__line,
  .brand-intro__cn span {
    animation-duration: .01ms !important;
    animation-delay: 0s !important;
  }
}

/* Mobile home category cards: make each category image fill one viewport. */
@media (max-width: 900px) {
  main .box1 .b1_index ul {
    grid-template-columns: 1fr !important;
  }

  main .box1 .b1_index li,
  main .box1 .b1_index .b1img1,
  main .box1 .b1_index .b1img1 img {
    height: 100vh !important;
    min-height: 100vh !important;
  }

  main .box1 .b1_index .b1img1 img {
    width: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }

  main .box1 .b1con1 {
    padding-right: 24px !important;
  }
}

@media (max-width: 900px) {
  @supports (height: 100svh) {
    main .box1 .b1_index li,
    main .box1 .b1_index .b1img1,
    main .box1 .b1_index .b1img1 img {
      height: 100svh !important;
      min-height: 100svh !important;
    }
  }

  @supports (height: 100dvh) {
    main .box1 .b1_index li,
    main .box1 .b1_index .b1img1,
    main .box1 .b1_index .b1img1 img {
      height: 100dvh !important;
      min-height: 100dvh !important;
    }
  }
}
/* ===== 2026-09-09 SEO框架优化：禁用阻塞式品牌开场动画 ===== */
/* 原 .brand-intro 为全屏 fixed 黑屏开场(z-index:20000)，拖慢首屏 LCP、锁滚动3秒、且依赖JS退场；
   现改为不渲染，首屏直达 hero，保留深色渐变+金字的高端调性。 */
.brand-intro { display: none !important; }
.brand-intro-active,
.brand-intro-active body { overflow: visible !important; }

/* 无障碍/低动效偏好兜底：直接呈现内容，避免初始隐藏影响可读性与爬虫 */
@media (prefers-reduced-motion: reduce) {
  .js [data-scroll-animate] { visibility: visible !important; animation: none !important; }
  .banner-item.active .banner-copy p,
  .banner-item.active .banner-copy h1 { animation: none !important; opacity: 1 !important; transform: none !important; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* ===== 新闻详情：上下篇导航与相关阅读（2026-09-15 深度体检新增） ===== */
.news-detail-nav{display:flex;gap:18px;justify-content:space-between;flex-wrap:wrap;margin:34px 0 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}
.news-detail-nav-item{flex:1 1 260px;color:#e7c38d;text-decoration:none;line-height:1.7;font-size:15px}
.news-detail-nav-item:hover{color:#fff}
.news-detail-nav-next{text-align:right}
.news-detail-related{margin:34px 0 8px;padding:24px 26px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1)}
.news-detail-related h2{margin:0 0 14px;font-size:19px;font-weight:400;color:#e8bd78;letter-spacing:2px}
.news-detail-related ul{margin:0;padding-left:18px}
.news-detail-related li{margin:0 0 9px;line-height:1.75}
.news-detail-related a{color:#ded3c5;text-decoration:none}
.news-detail-related a:hover{color:#e7c38d}
/* 图片按容器自适应，避免宽度受约束时纵向拉伸导致的布局抖动 */
img{height:auto}
