/*
 Theme Name:   Rosy Rose Luxury Child
 Theme URI:    https://www.rosyrose.net
 Description:  黑金后现代轻奢家具子主题，对接WooCommerce、文章、图片、分类、表单、多语言插件
 Template:     storefront
 Version:      1.0
 Text Domain:  rosy-rose-child
*/

:root {
  --color-bg: #111111;
  --color-surface: #1a1a1a;
  --color-card: #222222;
  --color-main: #c8a468;
  --color-gold: #d4af37;
  --color-text: #f5f5f5;
  --color-text-muted: #b8b8b8;
  --color-border: rgba(200, 164, 104, 0.6);
  --font-base: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --transition: 0.25s ease;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-base);
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--color-main);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 18px 0 !important;
  margin-bottom: 0 !important;
  transition: background .55s cubic-bezier(.2,.7,.2,1),
              border-color .55s cubic-bezier(.2,.7,.2,1),
              backdrop-filter .55s ease,
              padding .35s ease,
              box-shadow .55s ease;
}
.site-header.is-scrolled{
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid transparent !important;
  padding: 12px 0 !important;
  box-shadow: none !important;
}
/* 滚动态不再加金色光带 — 顶通永远透明 */

.site-header .brand-name {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Mongolian Baiti', 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, #fff7d6 0%, #c89a5e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.site-header .brand-text {
  font-family: 'Playfair Display', 'Times New Roman', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--color-main) !important;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.site-header .brand-text a, .site-header .brand-text span { color: inherit; text-decoration: none; }

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 16px;
  height: 40px;
  position: relative;
}

.nav-left,
.nav-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nav-right {
  justify-content: flex-end;
}

.nav-left .nav-menu,
.nav-right .nav-menu {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* === Header: force child-theme styles (override Storefront) === */
.site-header .header-inner {
display: grid !important;
grid-template-columns: 1fr auto 1fr !important;
align-items: center !important;
align-content: center !important;
column-gap: 16px;
position: relative;
}

.site-header .nav-left,
.site-header .nav-right {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  height: auto !important;
  min-height: 40px !important;
  overflow: visible !important;
}

.site-header .nav-right {
justify-content: flex-start;
}

/* 主右菜单+副右菜单两端分布:右主左,右副(ABOUT US/CONTACT)最右 */
.site-header .nav-right {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
}
.site-header .nav-right > .nav-menu {
  flex: 0 0 auto;
}
.site-header .nav-right-sub {
  margin-left: auto !important;
  margin-right: 32px !important;
}

/* 右副菜单(ABOUT US/CONTACT):并入主栏,与主菜单同一行,不单独成栏 */
.site-header .nav-right-sub {
  display: inline-flex;
  align-items: center;
  margin-left: 18px;
}
.site-header .nav-right-sub .nav-menu {
  gap: 14px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.site-header .nav-right-sub .nav-menu li {
  min-height: 0 !important;
}
.site-header .nav-right-sub .nav-menu li a {
  font-size: 10px !important;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.site-header .nav-menu {
display: flex !important;
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
align-items: center !important;
height: auto !important;
overflow: visible !important;
}

.site-header .nav-left .nav-menu {
gap: 22px;
justify-content: center;
flex-wrap: nowrap;
white-space: nowrap;
}
/* 首页与后两项间距稍大(首页->产品展示 > 产品展示->设计之家) */
.site-header .nav-left .nav-menu li:first-child {
  margin-right: 12px;
}

.site-header .nav-right .nav-menu {
gap: 16px;
justify-content: flex-start;
flex-wrap: nowrap;
white-space: nowrap;
}

.site-header .nav-menu li {
display: inline-flex !important;
align-items: center;
height: auto !important;
min-height: 0 !important;
flex: 0 0 auto !important;
line-height: 1.4;
margin: 0 !important;
}
/* 所有主菜单文字垂直居中微调,消除文字基线偏差 */
.site-header .nav-left .nav-menu li,
.site-header .nav-right > .nav-menu li,
.site-header .nav-right-sub .nav-menu li {
  transform: translateY(0);
}

.site-header .nav-menu li a {
display: block !important;
font-size: 16px !important;
color: #f5f5f5 !important;
letter-spacing: 0.5px;
line-height: 1.4;
padding: 0 !important;
background: transparent !important;
text-decoration: none;
}

.site-header .nav-menu li a:hover {
color: #d4af37 !important;
outline: none !important;
text-decoration: none !important;
-webkit-tap-highlight-color: transparent !important;
}
.site-header .nav-menu li a:focus, .site-header .nav-menu li a:active {
color: #d4af37 !important;
outline: none !important;
text-decoration: none !important;
-webkit-tap-highlight-color: transparent !important;
}

.site-header .site-branding {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto !important;
  width: auto !important;
  /* 品牌 LOGO 左右对称紧凑间距，LOGO 与两侧菜单之间留白适中、协调 */
  margin: 0 12px !important;
}

.site-header .site-branding .logo {
display: inline-flex !important;
align-items: center;
text-decoration: none;
}

.site-header .logo-text {
font-family: 'Playfair Display', 'Times New Roman', Georgia, serif !important;
font-size: 24px !important;
font-weight: 700;
letter-spacing: 4px;
color: #c8a468 !important;
text-transform: uppercase;
white-space: nowrap;
line-height: 1;
}

/* 圆形图片 LOGO */
.site-header .logo-img {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.site-header .logo-img img {
  height: 32px !important;
  width: auto !important;
  max-height: 32px !important;
  max-width: 32px !important;
  display: block;
  border-radius: 50%;
}

.nav-left .nav-menu li,
.nav-right .nav-menu li {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.nav-left .nav-menu a,
.nav-right .nav-menu a {
  font-size: 13px;
  color: var(--color-text);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  line-height: 1.4;
  padding: 8px 0;
}

.nav-left .nav-menu a:hover,
.nav-right .nav-menu a:hover {
  color: var(--color-main);
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-branding .logo {
  display: inline-flex;
  align-items: center;
}

.logo-text {
  font-family: 'Playfair Display', 'Times New Roman', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--color-main);
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  padding: 0 24px;
}

.hero .btn,
.hero a.button,
.hero-content a {
  display: inline-block;
  padding: 14px 36px;
  border: 1.5px solid #d4af37;
  border-radius: 999px;
  background: transparent;
  color: #d4af37;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hero .btn:hover,
.hero a.button:hover,
.hero-content a:hover {
  background: #d4af37;
  color: #111111;
}

.hero h1 {
  margin: 0 0 12px;
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.hero p {
  margin: 0 0 32px;
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  letter-spacing: 1.5px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: 700;
  transition: all var(--transition);
}

.btn:hover {
  background: var(--color-main);
  color: #111;
}

.btn-primary {
  background: var(--color-main);
  color: #111;
}

.btn-primary:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
}

.section {
  padding: 70px 0 80px;
}

.section-title {
  margin-bottom: 48px;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 8px;
  font-size: 32px;
  color: var(--color-main);
}

.section-title p {
  margin: 0;
  color: var(--color-text-muted);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.card-image {
  width: 100%;
  height: 180px;
  background: #1a1a1a;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}


/* Design Inspiration 4卡：图片4:3比例，随宽度成比例，不撑高 */
.grid-4 .card-image {
  aspect-ratio: 2 / 1;
  height: auto;
  overflow: hidden;
}
.grid-4 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--transition);
  display: block;
  margin: 0;
  padding: 0;
}

.card:hover .card-image img {
  transform: scale(1.05);
}

.card-body {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-body h3,
.card-body h4 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--color-text);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body p {
  margin: 0 0 12px;
  color: var(--color-text-muted);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-main);
}

.read-more {
  margin-top: 12px;
  color: var(--color-main);
  font-weight: 700;
}

.article-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.article-card-meta {
  flex: 1;
  min-width: 0;
}

.article-card-btn {
  flex-shrink: 0;
  padding-left: 8px;
  margin-top: auto;
}

.article-card-header .featured-cart {
  display: inline-block;
  text-decoration: none;
}
/* Design Inspiration 按钮：统一成三大系列 金字+金边 透明底样式 */
.article-card-header .featured-cart {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #d4af37;
  border: 1px solid #d4af37;
  border-radius: 999px;
  padding: 8px 16px;
  background: transparent;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}
.article-card-header .featured-cart:hover {
  background: #d4af37;
  color: #fff;
}


.site-footer {
  background: #0f0f0f;
  border-top: 1.5px solid rgba(212, 175, 55, 0.7);
  
  padding: 40px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 24px;
}

.footer-col h4 {
  margin-bottom: 12px;
  color: #d4af37;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 6px;
}
.footer-col li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-col {
  display: flex;
  flex-direction: column;
}
.contact-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.contact-header h4 {
  margin: 0;
  color: #d4af37;
  white-space: nowrap;
}
.contact-header span {
  color: #fff;
  font-size: 14px;
}

.footer-bottom {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 13px;
  padding-top: 16px;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  margin-top: 16px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9998;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.animate-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-fade-in.visible,
.animate-fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

.product-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.product-actions .btn {
  flex: 1;
  height: 40px;
  font-size: 14px;
  padding: 0 12px;
}

.add-to-cart-btn {
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}

.shop-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
}

.shop-sidebar {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 20px;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}

.product-gallery img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--color-border);
}

.product-info h1 {
  color: var(--color-main);
  margin-bottom: 16px;
}

.product-description {
  margin: 24px 0;
  color: var(--color-text-muted);
}

.product-meta {
  margin: 16px 0;
  color: var(--color-text-muted);
  font-size: 14px;
}

.related-products {
  margin-top: 64px;
}

.related-products h2 {
  color: var(--color-main);
  margin-bottom: 24px;
}

.article-header {
  text-align: center;
  margin-bottom: 32px;
}

.article-header h1 {
  color: var(--color-main);
  font-size: 36px;
  margin-bottom: 8px;
}

.article-image {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
}

.article-content {
  max-width: 800px;
  margin: 0 auto 32px;
  color: var(--color-text);
}

.article-tags {
  max-width: 800px;
  margin: 0 auto 48px;
  color: var(--color-text-muted);
}

.custom-info ul {
  list-style: none;
  padding: 0;
}

.custom-info li {
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
}

.custom-form .form-group {
  margin-bottom: 16px;
}

.custom-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--color-text);
  font-weight: 700;
}

.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 100%;
  padding: 10px 12px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  color: var(--color-text);
  font-family: inherit;
  font-size: 14px;
}

.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus {
  outline: none;
  border-color: var(--color-main);
}

.pagination {
  text-align: center;
  margin-top: 48px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  color: var(--color-text);
}

.pagination .current {
  background: var(--color-main);
  color: #111;
  border-color: var(--color-main);
}

.date {
  color: var(--color-text-muted);
  font-size: 13px;
}

.page-content {
  max-width: 900px;
  margin: 0 auto;
  color: var(--color-text);
}

/* 促销banner */
.promo-banner {
  padding: 0 0 60px;
}

.promo-banner img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  display: block;
  transition: transform var(--transition);
}

.promo-banner a:hover img {
  transform: scale(1.01);
}

/* 首页分类卡片 */
.category-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: transform var(--transition);
}

.category-card:hover {
  transform: translateY(-4px);
}

.category-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f5f5f5;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.category-card:hover .category-image img {
  transform: scale(1.08);
}

.category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(17,17,17,0.9), transparent);
}

.category-overlay h3 {
  margin: 0 0 4px;
  color: var(--color-main);
  font-size: 22px;
}

.category-overlay span {
  color: var(--color-text-muted);
  font-size: 14px;
}

/* 定制板块左右布局 */
.custom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.custom-image img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--color-border);
}

.custom-content h2 {
  color: var(--color-main);
  font-size: 32px;
  margin-bottom: 12px;
}

.custom-subtitle {
  color: var(--color-text-muted);
  font-size: 16px;
  margin-bottom: 32px;
}

.custom-features {
  margin-bottom: 32px;
}

.feature-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.feature-item h4 {
  margin: 0 0 6px;
  color: var(--color-text);
  font-size: 18px;
}

.feature-item p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
}

/* 展厅banner */
.showroom-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;

  margin-bottom: 0;

  border-bottom: 0.5px solid rgba(212, 175, 55, 0.4);
}

.showroom-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.7);
}

.showroom-content {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.showroom-content h2 {
  color: var(--color-main);
  font-size: 36px;
  margin-bottom: 12px;
}

.showroom-content p {
  color: var(--color-text-muted);
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3,
  .footer-grid,
  .shop-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-grid,
  .custom-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .site-header .header-inner {
    column-gap: 8px;
  }

  .site-header .logo-text {
    font-size: 24px !important;
    letter-spacing: 2px;
  }

  .site-header .nav-left .nav-menu,
  .site-header .nav-right .nav-menu {
    gap: 12px;
  }

  .site-header .nav-menu li a {
    font-size: 12px !important;
    letter-spacing: 0.3px;
  }

  /* 窄屏收紧时同步收紧 LOGO 对称间距，保持居中不换行 */
  .site-header .site-branding {
    margin: 0 16px !important;
  }
}

@media (max-width: 640px) {
  .header-inner {
    grid-template-columns: 1fr;
    height: auto;
    padding: 12px 0;
    gap: 10px;
  }

  .nav-left,
  .nav-right {
    flex: none;
    width: 100%;
    justify-content: center !important;
  }

  .nav-left .nav-menu,
  .nav-right .nav-menu {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 12px;
    margin: 0;
  }

  .grid-4,
  .grid-3,
  .grid-2,
  .footer-grid,
  .shop-products {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 28px;
  }

  .section {
    padding: 48px 0;
  }
}
/* === Featured Collection + Shop by Category (2026-08-26) === */

.featured-collection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.featured-card {
  display: block;
  background: #141414;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.featured-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.6);
}

.featured-image {
  width: 100%;
  aspect-ratio: 1 / 1.65;
  overflow: hidden;
  background: #0a0a0a;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.featured-card:hover .featured-image img {
  transform: scale(1.05);
}

.featured-body {
  padding: 20px 16px;
  text-align: center;
}

.featured-body h3 {
  margin: 0 0 8px;
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.featured-price {
  display: inline-block;
  font-size: 14px;
  color: #d4af37;
  letter-spacing: 1px;
}

.category-section {
  padding-top: 40px;
}

.category-section .category-card {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition: border-color 0.3s ease;
}

.category-section .category-card:hover {
  border-color: rgba(212, 175, 55, 0.6);
}

.category-section .category-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0a0a0a;
}

.category-section .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.category-section .category-card:hover .category-image img {
  transform: scale(1.05);
}

.category-section .category-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.85);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  text-align: left;
}

.category-section .category-overlay h3 {
  margin: 0;
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  flex: 1;
  min-width: 0;
}

.category-section .category-overlay span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #d4af37;
  border: 1px solid #d4af37;
  border-radius: 999px;
  padding: 8px 16px;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .featured-collection {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .featured-collection {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .featured-body { padding: 14px 10px; }
  .featured-body h3 { font-size: 15px; }
}/* === Featured Collection v2 (2026-08-26) === */

.section-title-with-lines {
  text-align: center;
  margin-bottom: 80px;
}

.section-title-with-lines h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 8px;
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title-with-lines .title-line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: rgba(212, 175, 55, 0.5);
}

.section-title-with-lines .title-subtitle {
  margin: 0;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.featured-collection {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.featured-card {
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.12);
}

.featured-image {
  aspect-ratio: 1 / 1.2;
  background: #0a0a0a;
}

.featured-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
  background: #1a1a1a;
  border-top: 1px solid rgba(212, 175, 55, 0.08);
}

.featured-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.featured-info h3 {
  margin: 0 0 8px;
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.25;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.featured-price {
  display: block;
  font-size: 12px;
  color: rgba(212, 175, 55, 0.85);
  letter-spacing: 0.5px;
  font-weight: 500;
}

.featured-cart {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  color: #d4af37;
  font-size: 15px;
  line-height: 1;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 50%;
  transition: background 0.25s ease, color 0.25s ease;
}
.featured-cart:hover {
  background: #d4af37;
  color: #1a1a1a;
}
.bespoke-section { padding: 80px 0; }
.bespoke-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.bespoke-card {
  background: rgba(26,26,26,0.95);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.15);
}
.bespoke-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  letter-spacing: 1px;
}
.bespoke-card p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.bespoke-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.bespoke-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-bottom: 80px;
}
.bespoke-review { padding-left: 20px; }
.bespoke-review h3 {
  font-size: 14px;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 3px;
  margin: 0 0 12px;
}
.bespoke-review .stars {
  color: #d4af37;
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.bespoke-review p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin: 0 0 8px;
  font-style: italic;
}
.bespoke-review .reviewer {
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  font-style: normal;
  margin-bottom: 24px;
}
.btn-gold {
  display: inline-block;
  padding: 12px 28px;
  background: transparent;
  border: 1.5px solid #d4af37;
  border-radius: 999px;
  color: #d4af37;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-gold:hover {
  background: #d4af37;
  color: #111;
}
.bespoke-section {
  padding: 60px 0;
  margin-bottom: 15px;
}
.bespoke-reviews {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
  margin-top: 78px;
}
.bespoke-image img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 80px;
}
.reviews-container {
  padding-left: 20px;
}
.reviews-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #d4af37;
  margin: 0 0 24px;
}
.review-item {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(212,175,55,0.15);
}
.review-item:last-of-type {
  border-bottom: none;
}
.review-item .stars {
  color: #d4af37;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.review-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  margin: 0 0 10px;
  font-style: italic;
}
.reviewer {
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  margin: 0;
  font-style: normal;
''}.review-item { display: none; opacity: 0; }
.review-item.active { display: block; opacity: 1; }


.featured-card:hover .featured-cart {
  background: #b8860b;
}

@media (max-width: 1024px) {
  .featured-collection {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-title-with-lines h2 {
    font-size: 26px;
  }
  .section-title-with-lines .title-line {
    width: 30px;
  }
}

@media (max-width: 600px) {
  .featured-collection {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .featured-body {
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .featured-cart {
    align-self: stretch;
    text-align: center;
  }
}

/* ====================
   Product List Page
   ==================== */

.product-hero {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-hero-bg {
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2026/08/dingzhi.png') center/cover no-repeat;
  background-size: cover;
}

.product-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.product-hero .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.product-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #d4af37;
  margin: 0 0 16px;
  letter-spacing: 2px;
}

.product-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
}

.product-main {
  padding: 60px 0;
}

.product-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
}

/* Sidebar */
.product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  padding: 24px;
}

.sidebar-block h3 {
  font-size: 14px;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li {
  margin-bottom: 12px;
}

.filter-list li:last-child {
  margin-bottom: 0;
}

.filter-list a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.filter-list a:hover,
.filter-list a.active {
  color: #d4af37;
}

.filter-list label {
  color: #999;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-list input[type="checkbox"] {
  accent-color: #d4af37;
}

.price-range {
  color: #aaa;
  font-size: 14px;
}

.color-options {
  display: flex;
  gap: 12px;
}

.color-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}

.color-swatch:hover {
  border-color: #d4af37;
}

/* Product Grid */
.product-grid {
  min-height: 400px;
}

.product-grid-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.product-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-info {
  padding: 16px;
}

.product-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: 0.5px;
}

.product-price {
  display: block;
  font-size: 14px;
  color: #d4af37;
  margin-bottom: 12px;
}

.btn-gold-sm {
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s;
}

.btn-gold-sm:hover {
  background: #d4af37;
  color: #1a1a1a;
}

.btn-gold:hover {
  background: #d4af37;
  color: #1a1a1a;
}

/* Pagination */
.product-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.page-numbers {
  display: flex;
  gap: 8px;
}

.page-number {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  color: #999;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.page-number:hover,
.page-number.current {
  background: #d4af37;
  border-color: #d4af37;
  color: #1a1a1a;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s;
}

.btn-gold:hover {
  background: #d4af37;
  color: #1a1a1a;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-layout {
    grid-template-columns: 240px 1fr;
  }
  .product-grid-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .product-layout {
    grid-template-columns: 1fr;
  }
  .product-sidebar {
    display: none;
  }
  .product-grid-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ====================
   Product Single Page
   ==================== */
.product-hero-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 80px 0;
}
.gallery-main img { width: 100%; border-radius: 12px; }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 16px; }
.gallery-thumbs img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; opacity: 0.6; cursor: pointer; }
.product-info-single h1 { font-family: 'Playfair Display', serif; font-size: 36px; color: #d4af37; margin: 0 0 16px; }
.product-price { font-size: 28px; color: #fff; margin: 0 0 24px; }
.product-specs { margin: 32px 0; }
.spec-item { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(212,175,55,0.2); }
.btn-gold-lg { display: inline-block; padding: 16px 40px; background: transparent; border: 2px solid #d4af37; color: #d4af37; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border-radius: 30px; margin-top: 24px; transition: all 0.3s; }
.btn-gold-lg:hover { background: #d4af37; color: #1a1a1a; }

/* ====================
   Bespoke Page
   ==================== */
.bespoke-hero { height: 500px; display: flex; align-items: center; justify-content: center; position: relative; }
.bespoke-hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1a1a1a, #2d2d2d); }
.bespoke-hero h1 { position: relative; font-family: 'Playfair Display', serif; font-size: 56px; color: #d4af37; letter-spacing: 4px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 48px; }
.step { text-align: center; padding: 32px; background: rgba(255,255,255,0.03); border: 1px solid rgba(212,175,55,0.2); border-radius: 16px; }
.step-num { display: block; font-size: 48px; color: #d4af37; font-weight: 700; margin-bottom: 16px; }
.materials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.material-card { text-align: center; }
.material-img { height: 160px; border-radius: 12px; margin-bottom: 16px; }
.inquiry-form { max-width: 600px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 20px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { padding: 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(212,175,55,0.3); border-radius: 8px; color: #fff; font-size: 14px; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #666; }

/* ====================
   Articles Page
   ==================== */
.articles-hero { padding: 60px 0; text-align: center; }
.articles-hero h1 { font-family: 'Playfair Display', serif; font-size: 48px; color: #d4af37; }
.articles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 48px; }
.article-card { display: grid; grid-template-columns: 200px 1fr; gap: 24px; background: rgba(255,255,255,0.03); border: 1px solid rgba(212,175,55,0.15); border-radius: 12px; overflow: hidden; }
.article-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.article-date { font-size: 12px; color: #888; margin-bottom: 8px; }
.article-body h3 { font-size: 20px; color: #fff; margin: 0 0 12px; }
.read-more { color: #d4af37; text-decoration: none; font-size: 14px; }
@media (max-width: 768px) {
  .product-hero-single, .process-steps, .materials-grid, .articles-grid { grid-template-columns: 1fr; }
}

/* ====================
   字体大小调整 - 更精致
   ==================== */

/* 产品列表页 */
.product-hero h1 { font-size: 32px !important; letter-spacing: 2px; }
.product-hero p { font-size: 14px; }
.product-card h3 { font-size: 14px; }
.product-card .price { font-size: 16px; }
.filter-item h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.filter-option { font-size: 13px; }

/* 产品详情页 */
.product-info-single h1 { font-size: 28px !important; }
.product-price { font-size: 22px; }
.product-specs .spec-item span,
.product-specs .spec-item strong { font-size: 13px; }
.btn-gold-lg { font-size: 12px; padding: 12px 30px; }
.gallery-thumbs img { width: 60px; height: 60px; }

/* 专属定制页 */
.bespoke-hero h1 { font-size: 42px !important; letter-spacing: 3px; }
.bespoke-hero p { font-size: 14px; }
.step-num { font-size: 32px; }
.step h3 { font-size: 14px; }
.step p { font-size: 12px; }
.material-card span { font-size: 13px; }
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea { font-size: 13px; padding: 12px; }
.inquiry-form button { font-size: 12px; padding: 14px 36px; }

/* 文章列表页 */
.articles-hero h1 { font-size: 32px !important; }
.article-body h3 { font-size: 16px; }
.read-more { font-size: 12px; }

/* ====================
   About Page - Glassmorphism Style
   ==================== */
.glass {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 16px;
}

.about-hero {
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.3);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(26,26,26,0.6));
}
.hero-content {
  position: relative;
  z-index: 2;
}
.factory-stats {
  padding: 60px 0;
  margin-top: -40px;
  position: relative;
  z-index: 3;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  padding: 32px;
  text-align: center;
}
.stat-num {
  display: block;
  font-size: 36px;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 14px;
  color: #999;
}
.brand-story {
  padding: 80px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.story-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #d4af37;
  margin: 0 0 24px;
}
.story-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #ccc;
  margin: 0 0 16px;
}
.story-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.img-main, .img-small {
  border-radius: 12px;
  overflow: hidden;
}
.img-main img, .img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.img-main:hover img, .img-small:hover img {
  transform: scale(1.05);
}
.product-series {
  padding: 60px 0;
}
.series-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.series-card {
  padding: 24px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.series-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}
.series-img {
  height: 180px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.series-card h3 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 8px;
}
.series-card p {
  font-size: 13px;
  color: #888;
  margin: 0;
}
.visit-cta {
  padding: 60px 0;
}
.cta-box {
  padding: 48px;
  text-align: center;
}
.cta-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #d4af37;
  margin: 0 0 8px;
}
.cta-box > p {
  font-size: 14px;
  color: #888;
  margin: 0 0 32px;
}
.visit-options {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.visit-item {
  text-align: center;
}
.visit-item h4 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 8px;
}
.visit-item .size {
  display: inline-block;
  font-size: 24px;
  color: #d4af37;
  font-weight: 700;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
.animate-fade-up { animation: fadeInUp 0.8s ease-out; }
.animate-fade-left { animation: fadeInLeft 0.8s ease-out; }
.animate-fade-right { animation: fadeInRight 0.8s ease-out; }

@media (max-width: 768px) {
  .stats-grid, .series-grid, .visit-options { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-images { grid-template-columns: 1fr; }
}

/* ====================
   About Page v2 - Video Hero
   ==================== */
.about-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.5));
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.hero-text .brand-logo {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 900;
  color: #d4af37;
  letter-spacing: 8px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.hero-text .tagline {
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.hero-text .subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}
.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.scroll-arrow {
  display: block;
  width: 24px;
  height: 24px;
  border-right: 2px solid #d4af37;
  border-bottom: 2px solid #d4af37;
  transform: rotate(45deg);
  margin: 8px auto 0;
  animation: scrollBounce 2s infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.5; }
  50% { transform: rotate(45deg) translate(5px, 5px); opacity: 1; }
}

/* Stats Bar */
.stats-bar {
  background: rgba(0,0,0,0.9);
  padding: 40px 0;
  border-top: 1px solid rgba(212,175,55,0.2);
  border-bottom: 1px solid rgba(212,175,55,0.2);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item {
  padding: 16px;
}
.stat-num {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Brand Story */
.brand-story {
  padding: 100px 0;
  background: #0a0a0a;
}
.story-content {
  max-width: 900px;
}
.story-text {
  margin-top: 40px;
}
.story-text .lead {
  font-size: 22px;
  color: #d4af37;
  font-style: italic;
  margin: 0 0 40px;
  line-height: 1.6;
}
.story-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.story-col h4 {
  font-size: 16px;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 12px;
}
.story-col p {
  font-size: 15px;
  color: #999;
  line-height: 1.8;
  margin: 0;
}

/* Collections */
.collections {
  padding: 80px 0;
  background: #0f0f0f;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.collection-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 3/4;
  cursor: pointer;
}
.collection-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.collection-card:hover .collection-img {
  transform: scale(1.1);
}
.collection-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}
.collection-info h3 {
  font-size: 24px;
  color: #d4af37;
  margin: 0 0 8px;
  letter-spacing: 3px;
}
.collection-info p {
  font-size: 13px;
  color: #aaa;
  margin: 0;
}

/* Visit CTA */
.visit-cta {
  padding: 100px 0;
  background: #0a0a0a;
}
.cta-content {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 24px;
  padding: 64px;
  text-align: center;
}
.cta-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #d4af37;
  margin: 0 0 12px;
}
.cta-sub {
  font-size: 16px;
  color: #888;
  margin: 0 0 48px;
}
.cta-options {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.cta-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px;
}
.cta-btn.primary {
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.3);
}
.cta-btn.primary:hover {
  background: rgba(212,175,55,0.2);
  transform: translateY(-4px);
}
.cta-btn.secondary {
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.3);
}
.cta-btn.secondary:hover {
  background: rgba(37,211,102,0.2);
  transform: translateY(-4px);
}
.btn-icon {
  font-size: 32px;
}
.btn-title {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.btn-desc {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-up { animation: fadeInUp 1s ease-out; }

@media (max-width: 768px) {
  .hero-text .brand-logo { font-size: 42px; letter-spacing: 4px; }
  .stats-grid, .story-columns, .collection-grid, .cta-options { grid-template-columns: 1fr; }
  .cta-content { padding: 40px 24px; }
  .cta-content h2 { font-size: 32px; }
}

/* ==================================================
   WhatsApp floating button 升级 (2026-08-27 方案第5项)
   - SVG logo + pulse 双环呼吸动效
   - hover 抬升 + 阴影加深 + Chat Now 气泡出现
   - 移动端 size 缩到 52
   =================================================== */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 4px 8px rgba(0,0,0,0.2);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: visible;
}
.whatsapp-float .wa-icon {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.6), 0 6px 12px rgba(0,0,0,0.25);
}
.wa-pulse-ring {
  position: absolute;
  top: 50%; left: 50%;
  width: 60px; height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.45);
  animation: wa-pulse 2.4s ease-out infinite;
  z-index: 1;
}
.wa-pulse-ring-2 { animation-delay: 1.2s; }
@keyframes wa-pulse {
  0%   { transform: scale(1);   opacity: 0.6; }
  80%  { transform: scale(1.8); opacity: 0; }
  100% { transform: scale(1.8); opacity: 0; }
}
.wa-bubble {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: #1a1a1a;
  color: #f5f5f5;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
  border: 1px solid rgba(212,175,55,0.3);
}
.wa-bubble::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #1a1a1a;
  border-right: 1px solid rgba(212,175,55,0.3);
  border-bottom: 1px solid rgba(212,175,55,0.3);
}
.whatsapp-float:hover .wa-bubble {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 640px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .whatsapp-float .wa-icon { width: 28px; height: 28px; }
  .wa-bubble { display: none; }
}


/* =======================================================
   Rosy Rose - 阶段 2 全站动效 (2026-08-27)
   - 不动数据/不动HTML, 仅 CSS + 一个小 JS
   - 入场淡入 / Header 滚动渐变 / 按钮光扫 / 3D 卡 / 链接扫线 / 进度条 / 数字累加
   ======================================================= */
:root {
  --rose-gold: #d4af37;
  --rose-gold-bright: #e8c560;
  --rose-gold-dark: #b8941f;
  --rose-bg: #0e0e0e;
  --rose-bg-2: #1a1a1a;
  --rose-line: rgba(212,175,55,0.3);
  --rose-text: #f5f5f5;
  --rose-muted: #b8b8b8;
  --rose-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========== 6. hero 入场动效 ========== */
.hero, .page-banner, [class*="hero"] {
  animation: rose-fade-up 1.2s var(--rose-ease) both;
}
@keyframes rose-fade-up {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ========== 7. Header 滚动渐变 ========== */
.site-header {
  transition: background 0.35s var(--rose-ease),
              box-shadow 0.35s var(--rose-ease),
              backdrop-filter 0.35s var(--rose-ease);
}
.site-header.is-scrolled {
  background: rgba(14,14,14,0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  border-bottom: 1px solid var(--rose-line);
}

/* ========== 8. 全站统一按钮动效 ========== */
.btn, .btn-gold, button[type="submit"], .wpcf7-submit,
a.button, .wp-block-button__link, [class*="btn"] {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--rose-ease),
              box-shadow 0.25s var(--rose-ease),
              background 0.25s var(--rose-ease),
              color 0.25s var(--rose-ease);
}
.btn::after, .btn-gold::after {
  content: "";
  position: absolute;
  top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
  transform: skewX(-25deg);
  transition: left 0.7s var(--rose-ease);
}
.btn:hover, .btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(212,175,55,0.35), 0 2px 6px rgba(0,0,0,0.4);
}
.btn:hover::after, .btn-gold:hover::after {
  left: 130%;
}

/* ========== 9. 卡片 hover 3D 微浮 ========== */
.product-card, .featured-card, .post-card,
[class*="card"], .woocommerce-loop-product__link {
  transition: transform 0.4s var(--rose-ease),
              box-shadow 0.4s var(--rose-ease),
              border-color 0.4s var(--rose-ease);
  will-change: transform;
}
.product-card:hover, .featured-card:hover, .post-card:hover,
[class*="card"]:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45), 0 4px 12px rgba(212,175,55,0.15);
  border-color: var(--rose-line);
}
.product-card img, .featured-card img, .post-card img {
  transition: transform 0.6s var(--rose-ease);
}
.product-card:hover img, .featured-card:hover img, .post-card:hover img {
  transform: scale(1.06);
}

/* ========== 10. 链接 hover 下划线扫光 ========== */
a { position: relative; text-decoration: none; }
a:not(.btn):not(.btn-gold):not(.wa-bubble):not(.site-header a):not(.nav-menu a):not([class*="logo"])::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1px;
  background: var(--rose-gold);
  transition: width 0.45s var(--rose-ease);
}
a:not(.btn):not(.btn-gold):not(.wa-bubble):not(.site-header a):not(.nav-menu a):not([class*="logo"]):hover::after {
  width: 100%;
}

/* ========== 11. 滚动进度条 ========== */
#rose-scroll-bar {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--rose-gold-dark), var(--rose-gold), var(--rose-gold-bright));
  box-shadow: 0 0 12px rgba(212,175,55,0.6);
  z-index: 99999;
  transition: width 0.05s linear;
  pointer-events: none;
}

/* ========== 12. 数字累加 (about stats) ========== */
.stat-num { font-variant-numeric: tabular-nums; }

/* ========== 13. 渐显分隔线 + 章节切换 ========== */
.section-title-with-lines, .divider-gold {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-title-with-lines::before, .section-title-with-lines::after,
.divider-gold::before, .divider-gold::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rose-line);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1.2s var(--rose-ease);
}
.section-title-with-lines.in-view::before,
.section-title-with-lines.in-view::after,
.divider-gold.in-view::before,
.divider-gold.in-view::after {
  transform: scaleX(1);
}

/* ========== 进入视口淡入 ========== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s var(--rose-ease), transform 0.9s var(--rose-ease);
}
.fade-in-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ========== 全站基础色调微调 (不破坏黑金) ========== */
body {
  background: var(--rose-bg);
  color: var(--rose-text);
}
::selection {
  background: var(--rose-gold);
  color: #000;
}

/* ========== scrollbar 风格化 ========== */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 5px;
  min-height: 10px;
}
::-webkit-scrollbar-thumb:hover { background: #d4d4d4; }

/* ========== 移动端微调 ========== */
@media (max-width: 768px) {
  .product-card:hover, .featured-card:hover, .post-card:hover {
    transform: translateY(-3px);
  }
}



/* ============ 产品详情页内容样式 ============ */
.product-detail-page .article-content,
.article-detail-page .article-content {
  color: #d8d2c2;
  font-size: 16px;
  line-height: 1.9;
}
.article-detail-page .article-content h2.product-subhead,
.article-detail-page .article-content h3 {
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #d4af37;
  letter-spacing: 1px;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,175,55,0.35);
}
.article-detail-page .article-content h2.product-subhead {
  font-size: 26px;
  text-align: center;
  border-bottom: none;
  margin-bottom: 8px;
}
.article-detail-page .article-content p.product-lead {
  text-align: center;
  color: #e8dcc4;
  font-size: 17px;
  max-width: 720px;
  margin: 0 auto 24px;
}
.article-detail-page .article-content p {
  color: #d8d2c2;
  margin-bottom: 18px;
}
.article-detail-page .article-content strong {
  color: #d4af37;
}
.article-detail-page .article-content table.product-spec-table {
  width: 100%;
  max-width: 520px;
  margin: 20px auto 32px;
  border-collapse: collapse;
  border: 1px solid rgba(212,175,55,0.4);
}
.article-detail-page .article-content table.product-spec-table td {
  padding: 12px 18px;
  border: 1px solid rgba(212,175,55,0.25);
  color: #d8d2c2;
  font-size: 15px;
}
.article-detail-page .article-content table.product-spec-table td:first-child {
  color: #d4af37;
  font-weight: 700;
  width: 40%;
  background: rgba(212,175,55,0.06);
}
.article-detail-page .article-content ul.product-use-list {
  list-style: none;
  padding: 0;
  max-width: 560px;
  margin: 0 auto 32px;
}
.article-detail-page .article-content ul.product-use-list li {
  padding: 10px 0 10px 28px;
  color: #d8d2c2;
  position: relative;
}
.article-detail-page .article-content ul.product-use-list li::before {
  content: "\2726";
  color: #d4af37;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 14px;
}


/* ============ 产品详情页 v2：图片800 + 三图 + 黑金表格 + 生动文字 ============ */
/* 图片容器框到800，精致居中 */
.article-detail-page .article-image,
.product-detail-page .article-image {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* 三图画廊布局 */
.article-detail-page .product-gallery,
.product-detail-page .product-gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto 40px;
}
.article-detail-page .product-gallery .gallery-main img,
.product-detail-page .product-gallery .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(212,175,55,0.2);
}
.article-detail-page .product-gallery .gallery-side,
.product-detail-page .product-gallery .gallery-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.article-detail-page .product-gallery .gallery-side img,
.product-detail-page .product-gallery .gallery-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(212,175,55,0.2);
}
/* 表格：彻底去掉白底，黑金融合 */
.article-detail-page .article-content table.product-spec-table,
.product-detail-page .article-content table.product-spec-table {
  width: 100%;
  max-width: 520px;
  margin: 24px auto 36px;
  border-collapse: collapse;
  border: 1px solid rgba(212,175,55,0.45);
  background: transparent;
}
.article-detail-page .article-content table.product-spec-table td,
.product-detail-page .article-content table.product-spec-table td {
  padding: 14px 20px;
  border: 1px solid rgba(212,175,55,0.3);
  color: #e8dcc4;
  font-size: 15px;
  background: rgba(0,0,0,0.25);
}
.article-detail-page .article-content table.product-spec-table tr:nth-child(even) td,
.product-detail-page .article-content table.product-spec-table tr:nth-child(even) td {
  background: rgba(212,175,55,0.05);
}
.article-detail-page .article-content table.product-spec-table td:first-child,
.product-detail-page .article-content table.product-spec-table td:first-child {
  color: #d4af37;
  font-weight: 700;
  width: 40%;
  background: rgba(212,175,55,0.12);
  border-right: 1px solid rgba(212,175,55,0.4);
}
/* 文字结构：金色小标签 + 分隔线，更亮眼 */
.article-detail-page .article-content .product-tag,
.product-detail-page .article-content .product-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37;
  border: 1px solid #d4af37;
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 18px;
  background: rgba(212,175,55,0.08);
}
.article-detail-page .article-content h3.section-kicker,
.product-detail-page .article-content h3.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Playfair Display", serif;
  color: #d4af37;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 44px 0 18px;
}
.article-detail-page .article-content h3.section-kicker::after,
.product-detail-page .article-content h3.section-kicker::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,175,55,0.7), transparent);
}


/* 尺寸表数据列：纯深灰底 + 浅金文字，杜绝白底 */
.article-detail-page .article-content table.product-spec-table td,
.product-detail-page .article-content table.product-spec-table td {
  background: #2a2a2a !important;
  color: #e8dcc4 !important;
}
.article-detail-page .article-content table.product-spec-table td:first-child,
.product-detail-page .article-content table.product-spec-table td:first-child {
  background: #1f1f1f !important;
  color: #d4af37 !important;
}
.article-detail-page .article-content table.product-spec-table tr:nth-child(even) td,
.product-detail-page .article-content table.product-spec-table tr:nth-child(even) td {
  background: #2a2a2a !important;
}


/* 产品画廊：大图 + 缩略图切换 */
.product-gallery {
  max-width: 800px;
  margin: 0 auto 40px;
}
.product-gallery .gallery-main {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.25);
  background: #0f0f0f;
}
.product-gallery .gallery-slide {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-gallery .gallery-slide.active {
  display: block;
  animation: galleryFade 0.5s ease;
}
@keyframes galleryFade { from { opacity: 0.3; } to { opacity: 1; } }
.product-gallery .gallery-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  justify-content: center;
}
.product-gallery .gallery-thumb {
  width: 96px;
  height: 72px;
  padding: 0;
  border: 2px solid rgba(212,175,55,0.25);
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.product-gallery .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-gallery .gallery-thumb.active,
.product-gallery .gallery-thumb:hover {
  border-color: #d4af37;
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  .product-gallery .gallery-thumb { width: 72px; height: 54px; }
}


/* 产品画廊 v2：大图1000 + 圆形缩略图 + 5秒轮播 */
.product-gallery {
  max-width: 1000px;
  margin: 0 auto 44px;
}
.product-gallery .gallery-thumbs {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
.product-gallery .gallery-thumb {
  width: 88px;
  height: 88px;
  padding: 0;
  border: 2px solid rgba(212,175,55,0.28);
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.product-gallery .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.product-gallery .gallery-thumb.active,
.product-gallery .gallery-thumb:hover {
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(212,175,55,0.4);
}
@media (max-width: 640px) {
  .product-gallery .gallery-thumb { width: 64px; height: 64px; }
}


/* 画廊 v3：上下结构，大图在上(宽1000高自适应)、缩略图在下 */
.article-detail-page .product-gallery,
.product-detail-page .product-gallery {
  display: flex !important;
  flex-direction: column !important;
  max-width: 1000px;
  margin: 0 auto 44px;
}
.article-detail-page .product-gallery .gallery-main,
.product-detail-page .product-gallery .gallery-main {
  display: block !important;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.25);
  background: #0f0f0f;
}
.article-detail-page .product-gallery .gallery-slide,
.product-detail-page .product-gallery .gallery-slide {
  display: none !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}
.article-detail-page .product-gallery .gallery-slide.active,
.product-detail-page .product-gallery .gallery-slide.active {
  display: block !important;
}
.article-detail-page .product-gallery .gallery-thumbs,
.product-detail-page .product-gallery .gallery-thumbs {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px;
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
}


/* 产品卡片标题与按钮协调优化（只动产品列表页卡片） */
.product-list-page .product-card .product-info {
  padding: 18px 18px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-list-page .product-card .product-info h3 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  font-family: "Playfair Display", serif;
  line-height: 1.5;
  min-height: 45px;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list-page .product-card .btn-gold-sm {
  display: inline-block;
  padding: 10px 26px;
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
  margin-top: 4px;
}
.product-list-page .product-card .btn-gold-sm:hover {
  background: #d4af37;
  color: #1a1a1a;
}
.product-list-page .product-card .product-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}


/* FEATURED COLLECTION：圆钮绝对定位右下 + 依次浮现 (8-28) */
.featured-collection .featured-card .featured-cart {
  position:absolute;
  right:12px;
  bottom:12px;
  width:38px;height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;margin:0;
  background:transparent;
  border:1px solid rgba(212,175,55,.5);
  border-radius:50%;
  font-size:15px;line-height:1;
  font-weight:400;
  color:#d4af37;
  text-decoration:none;
  font-family:inherit;
  transition:background .25s ease,color .25s ease;
}
.featured-collection .featured-card .featured-cart:hover {
  background:#d4af37;
  color:#1a1a1a;
}
/* 依次浮现：每个卡片延迟显示，避免4个同时弹 */
.featured-collection .featured-card.animate-fade-in {
  opacity: 0;
  animation: featuredStagger 0.6s ease forwards;
}
@keyframes featuredStagger {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* 图片加载优化：减少卡顿（图片保持原尺寸但懒加载） */
.featured-collection .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* DESIGN INSPIRATION 卡片：标题字号调小让长标题完整 + 按钮统一 (8-28) */
.card .article-card-header h3 a {
  font-size: 20px !important;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #fff;
  display: block;
}
.card .article-card-btn .featured-cart {
  display: inline-block;
  padding: 8px 22px;
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
}
.card .article-card-btn .featured-cart:hover {
  background: #d4af37;
  color: #1a1a1a;
}


/* DESIGN INSPIRATION 卡片：标题只显型号+字体统一+标题按钮平齐 (8-28) */
.card .article-card-header {
  display: flex;
  align-items: center;      /* 标题和按钮垂直居中平齐 */
  justify-content: space-between;
  gap: 16px;
}
.card .article-card-meta { flex: 1; min-width: 0; }
.card .article-card-header h3 {
  margin: 0;
}
.card .article-card-header h3 a {
  font-size: 16px !important;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .article-card-btn {
  flex-shrink: 0;
  margin-top: 0;   /* 去掉auto,让按钮垂直居中 */
}


/* DESIGN INSPIRATION 标题：只型号+调大+统一 (8-28) */
.card .article-card-header h3 a {
  font-size: 20px !important;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  white-space: nowrap;
}


/* DESIGN INSPIRATION：图片高度+20px + 型号字号调小 (8-28) */
.card .card-image {
  height: 191px;          /* 原171 + 20px，加在图片位置 */
  overflow: hidden;
}
.card .card-image img,
.card .card-image .attachment-rosyrose-article {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card .article-card-header h3 a {
  font-size: 20px !important;   /* 型号字号调回适中 */
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  display: block;
  white-space: nowrap;
}


/* DESIGN INSPIRATION：图片高度+20px(min-height压过aspect-ratio) (8-28) */
.card .card-image {
  min-height: 191px !important;   /* 原171+20，压过aspect-ratio */
  height: auto;
}
/* DESIGN INSPIRATION v11(8-29): 底部黑条100px + 卡片间gap 50px */
.card { position: relative; }
.card .card-image { min-height: 231px !important; position: relative; }
.card .card-body { padding: 0 16px !important; display: flex !important; flex-direction: column; flex: 1 !important; min-height: 50px !important; justify-content: center !important; }
.card .article-card-header {
  display: flex !important; align-items: center !important; justify-content: space-between !important;
  gap: 8px !important; min-height: 40px !important; padding: 0 !important; position: relative !important;
}
.card .article-card-meta { flex: 0 0 auto !important; min-width: 0 !important; }
.card .article-card-tag { flex: 1 1 auto !important; display: flex !important; align-items: center !important; justify-content: center !important; min-width: 0 !important; overflow: hidden !important; flex-wrap: nowrap !important; }
.card .article-card-btn { flex-shrink: 0 !important; display: inline-flex !important; align-items: center !important; gap: 10px !important; margin-left: 0 !important; margin-top: 0 !important; }
.card .card-tag { display: inline-block !important; font-size: 11px !important; letter-spacing: 2.5px !important; color: #d4af37 !important; font-weight: 600 !important; text-transform: uppercase !important; white-space: nowrap !important; border: none !important; background: transparent !important; border-radius: 0 !important; padding: 0 !important; height: auto !important; max-width: 100% !important; overflow: hidden !important; text-overflow: ellipsis !important; }
.card .article-arrow-btn {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 29px !important; height: 29px !important;
  border: 1.5px solid #d4af37 !important; border-radius: 50% !important; color: #d4af37 !important;
  text-decoration: none !important; font-size: 0 !important; flex-shrink: 0 !important; position: relative !important;
  transition: all 0.3s ease !important;
}
.card .article-arrow-btn span { font-size: 22px !important; font-weight: 300 !important; line-height: 1 !important; display: block !important; position: absolute !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -55%) !important; }
.card .article-arrow-btn:hover { background: #d4af37 !important; color: #1a1a1a !important; }
/* 卡片间 gap = 50px (覆盖 .grid-4 默认 24px) */
.home-page .section .grid-4 { gap: 30px !important; }

/* DESIGN HOUSE 页面样式 */
.dh-hero{padding:120px 0 100px;text-align:center;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.6)),radial-gradient(ellipse at top,#1a1a1a,#0a0a0a);border-bottom:1px solid rgba(212,175,55,.2)}
.dh-eyebrow{letter-spacing:4px;text-transform:uppercase;color:#d4af37;font-size:13px;margin-bottom:20px}
.dh-title{font-family:"Playfair Display",serif;font-size:52px;line-height:1.15;color:#fff;margin-bottom:24px}
.dh-sub{max-width:620px;margin:0 auto 36px;color:#c9c4bb;font-size:17px;line-height:1.7}
.dh-cta{display:inline-block}
.dh-section{padding:90px 0}
.dh-kicker{color:#d4af37;letter-spacing:3px;text-transform:uppercase;font-size:13px;margin-bottom:14px}
.dh-center{text-align:center}
.dh-section h2{font-family:"Playfair Display",serif;font-size:38px;color:#fff;margin-bottom:20px}
.dh-philosophy{background:#0e0e0e}
.dh-philosophy-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:center}
.dh-phil-text p{color:#b9b4ac;line-height:1.8;margin-bottom:16px}
.dh-phil-stats{display:flex;flex-direction:column;gap:20px}
.dh-stat{border:1px solid rgba(212,175,55,.25);border-radius:12px;padding:24px;background:rgba(212,175,55,.04);text-align:center}
.dh-stat-num{display:block;font-family:"Playfair Display",serif;font-size:36px;color:#d4af37}
.dh-stat-label{display:block;margin-top:6px;color:#8a867e;font-size:13px;letter-spacing:1px;text-transform:uppercase}
.dh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}
.dh-step{border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:30px 24px;background:rgba(255,255,255,.02);transition:all .3s}
.dh-step:hover{transform:translateY(-6px);border-color:#d4af37;background:rgba(212,175,55,.06)}
.dh-step-num{font-family:"Playfair Display",serif;font-size:44px;color:#d4af37;display:block;margin-bottom:14px;opacity:.7}
.dh-step h3{color:#fff;font-size:18px;margin-bottom:12px;font-weight:600}
.dh-step p{color:#a9a49c;font-size:14px;line-height:1.7}
.dh-materials{background:#0e0e0e}
.dh-material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}
.dh-material{border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:30px 24px;text-align:center;background:rgba(255,255,255,.02)}
.dh-mat-icon{color:#d4af37;font-size:22px;display:block;margin-bottom:14px}
.dh-material h3{color:#fff;font-size:17px;margin-bottom:10px}
.dh-material p{color:#8a867e;font-size:14px;line-height:1.6}
.dh-cta-band{background:linear-gradient(135deg,rgba(212,175,55,.12),rgba(0,0,0,0)),#0c0c0c;border-top:1px solid rgba(212,175,55,.2)}
.dh-cta-inner{text-align:center;padding:40px 0}
.dh-cta-inner p{color:#b9b4ac;max-width:560px;margin:0 auto 28px;line-height:1.7}
@media(max-width:900px){.dh-title{font-size:36px}.dh-philosophy-grid,.dh-steps,.dh-material-grid{grid-template-columns:1fr 1fr}.dh-steps,.dh-material-grid{gap:16px}}
@media(max-width:600px){.dh-philosophy-grid,.dh-steps,.dh-material-grid{grid-template-columns:1fr}}


/* DESIGN HOUSE 修复：确保fade-in元素最终可见 */
.dh-page .animate-fade-in{opacity:1 !important;animation:none !important}


/* DESIGN HOUSE 升级：图片素材 + 动态效果 */
.dh-hero{position:relative;padding:140px 0 120px;text-align:center;overflow:hidden}
.dh-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.08);transition:transform 6s ease}
.dh-hero:hover .dh-hero-bg{transform:scale(1)}
.dh-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.55),rgba(5,5,5,.82))}
.dh-hero-inner{position:relative;z-index:2}
.dh-eyebrow{letter-spacing:4px;text-transform:uppercase;color:#d4af37;font-size:13px;margin-bottom:20px}
.dh-title{font-family:"Playfair Display",serif;font-size:52px;line-height:1.15;color:#fff;margin-bottom:24px;text-shadow:0 4px 30px rgba(0,0,0,.6)}
.dh-sub{max-width:620px;margin:0 auto 36px;color:#e0dbd2;font-size:17px;line-height:1.7;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.dh-cta{display:inline-block}
.dh-section{padding:90px 0}
.dh-kicker{color:#d4af37;letter-spacing:3px;text-transform:uppercase;font-size:13px;margin-bottom:14px}
.dh-center{text-align:center}
.dh-section h2,.dh-cta-inner h2{font-family:"Playfair Display",serif;font-size:38px;color:#fff;margin-bottom:20px}
.dh-philosophy{background:#0e0e0e}
.dh-philosophy-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:center}
.dh-phil-text p{color:#b9b4ac;line-height:1.8;margin-bottom:16px}
.dh-phil-visual{position:relative}
.dh-phil-img{width:100%;height:440px;object-fit:cover;border-radius:16px;display:block}
.dh-phil-frame{position:absolute;inset:0;border:1px solid rgba(212,175,55,.4);border-radius:16px;transform:translate(16px,16px);z-index:-1}
.dh-stats-band{background:#0a0a0a;border-top:1px solid rgba(212,175,55,.15);border-bottom:1px solid rgba(212,175,55,.15);padding:50px 0}
.dh-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.dh-stat{border:1px solid rgba(212,175,55,.25);border-radius:12px;padding:26px;background:rgba(212,175,55,.04);text-align:center}
.dh-stat-num{display:block;font-family:"Playfair Display",serif;font-size:38px;color:#d4af37}
.dh-stat-label{display:block;margin-top:6px;color:#8a867e;font-size:13px;letter-spacing:1px;text-transform:uppercase}
.dh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}
.dh-step{border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:0 0 28px;background:rgba(255,255,255,.02);overflow:hidden;transition:all .3s}
.dh-step:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 20px 40px rgba(0,0,0,.4)}
.dh-step-img{height:170px;background-size:cover;background-position:center;margin-bottom:20px;transition:transform .5s}
.dh-step:hover .dh-step-img{transform:scale(1.08)}
.dh-step .dh-step-num{font-family:"Playfair Display",serif;font-size:44px;color:#d4af37;display:block;margin:0 24px 10px;opacity:.8}
.dh-step h3{color:#fff;font-size:18px;margin:0 24px 12px;font-weight:600}
.dh-step p{color:#a9a49c;font-size:14px;line-height:1.7;margin:0 24px}
.dh-materials{background:#0e0e0e}
.dh-material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}
.dh-material{border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:34px 24px;text-align:center;background:rgba(255,255,255,.02);transition:all .3s}
.dh-material:hover{border-color:#d4af37;background:rgba(212,175,55,.06);transform:translateY(-4px)}
.dh-mat-icon{color:#d4af37;font-size:24px;display:block;margin-bottom:16px}
.dh-material h3{color:#fff;font-size:17px;margin-bottom:10px}
.dh-material p{color:#8a867e;font-size:14px;line-height:1.6}
.dh-cta-band{position:relative;background-image:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.75)),url(/wp-content/uploads/dingzhi.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-top:1px solid rgba(212,175,55,.2);padding:120px 20px}
.dh-cta-inner{text-align:center;padding:40px 0}
.dh-cta-inner p{color:#b9b4ac;max-width:560px;margin:0 auto 28px;line-height:1.7}
/* 滚动浮现 */
.dh-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.dh-reveal.dh-in{opacity:1;transform:translateY(0)}
@media(max-width:900px){.dh-title{font-size:36px}.dh-philosophy-grid,.dh-steps,.dh-material-grid,.dh-stats-inner{grid-template-columns:1fr 1fr}.dh-steps,.dh-material-grid{gap:16px}}
@media(max-width:600px){.dh-philosophy-grid,.dh-steps,.dh-material-grid,.dh-stats-inner{grid-template-columns:1fr}}


.dh-hero-overlay{background:linear-gradient(180deg,rgba(5,5,5,.78),rgba(5,5,5,.88))}
.dh-title{text-shadow:0 4px 40px rgba(0,0,0,.9),0 2px 8px rgba(0,0,0,.8)}
.dh-sub{color:#ece7dc;text-shadow:0 2px 16px rgba(0,0,0,.9)}


/* CUSTOM ZONE 高端定制页面 */
.cz-hero{position:relative;padding:140px 0 120px;text-align:center;overflow:hidden}
.cz-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.08);transition:transform 6s ease}
.cz-hero:hover .cz-hero-bg{transform:scale(1)}
.cz-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.78),rgba(5,5,5,.9))}
.cz-hero-inner{position:relative;z-index:2}
.cz-eyebrow{letter-spacing:4px;text-transform:uppercase;color:#d4af37;font-size:13px;margin-bottom:20px}
.cz-title{font-family:"Playfair Display",serif;font-size:50px;line-height:1.15;color:#fff;margin-bottom:22px;text-shadow:0 4px 40px rgba(0,0,0,.9)}
.cz-sub{max-width:640px;margin:0 auto 34px;color:#ece7dc;font-size:17px;line-height:1.7;text-shadow:0 2px 16px rgba(0,0,0,.9)}
.cz-hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-gold-outline{display:inline-block;padding:12px 30px;background:transparent;border:1px solid #d4af37;color:#d4af37;font-size:13px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;border-radius:30px;transition:all .3s}
.btn-gold-outline:hover{background:#d4af37;color:#1a1a1a}
.cz-section{padding:90px 0}
.cz-materials{background:#0e0e0e}
.cz-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}
.cz-step{border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:30px 24px;background:rgba(255,255,255,.02);transition:all .3s}
.cz-step:hover{transform:translateY(-6px);border-color:#d4af37;background:rgba(212,175,55,.06)}
.cz-step-num{font-family:"Playfair Display",serif;font-size:44px;color:#d4af37;display:block;margin-bottom:14px;opacity:.7}
.cz-step h3{color:#fff;font-size:18px;margin-bottom:12px;font-weight:600}
.cz-step p{color:#a9a49c;font-size:14px;line-height:1.7}
.cz-material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}
.cz-material{border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:34px 24px;text-align:center;background:rgba(255,255,255,.02);transition:all .3s}
.cz-material:hover{border-color:#d4af37;background:rgba(212,175,55,.06);transform:translateY(-4px)}
.cz-mat-icon{color:#d4af37;font-size:24px;display:block;margin-bottom:16px}
.cz-material h3{color:#fff;font-size:17px;margin-bottom:10px}
.cz-material p{color:#8a867e;font-size:14px;line-height:1.6}
.cz-visit{background:#0e0e0e}
.cz-visit-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.cz-visit-img img{width:100%;height:480px;object-fit:cover;border-radius:16px;display:block}
.cz-visit-text h2{font-family:"Playfair Display",serif;font-size:36px;color:#fff;margin-bottom:18px}
.cz-visit-text>p{color:#b9b4ac;line-height:1.8;margin-bottom:16px}
.cz-visit-list{list-style:none;margin:0 0 18px;padding:0}
.cz-visit-list li{color:#c9c4bb;padding:8px 0 8px 28px;position:relative;font-size:15px}
.cz-visit-list li::before{content:"◆";color:#d4af37;position:absolute;left:0;font-size:10px;top:14px}
.cz-visit-hosp{color:#d4af37;font-family:"Playfair Display",serif;font-size:22px;margin:26px 0 8px}
.cz-hosp li{color:#e0dbd2}
.cz-form-sec{background:#0a0a0a}
.cz-form-wrap{max-width:760px;margin:44px auto 0;border:1px solid rgba(212,175,55,.25);border-radius:16px;padding:44px;background:rgba(255,255,255,.02)}
.cz-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.cz-form-sec .form-group{margin-bottom:18px}
.cz-form-sec label{display:block;color:#c9c4bb;font-size:13px;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}
.cz-form-sec input,.cz-form-sec select,.cz-form-sec textarea{width:100%;padding:13px 16px;background:transparent;border:1px solid rgba(212,175,55,.3);border-radius:8px;color:#fff;font-size:15px}
.cz-form-sec input:focus,.cz-form-sec select:focus,.cz-form-sec textarea:focus,.cz-form-sec input:active,.cz-form-sec select:active,.cz-form-sec textarea:active{outline:none;border-color:#d4af37;background:#0a0a0a;color:#fff}
.cz-submit{width:fit-content;min-width:220px;display:block;margin:24px auto 0;cursor:pointer}
@media(max-width:900px){.cz-title{font-size:36px}.cz-steps,.cz-material-grid{grid-template-columns:1fr 1fr}.cz-visit-grid{grid-template-columns:1fr}.cz-form-grid{grid-template-columns:1fr}}
@media(max-width:600px){.cz-steps,.cz-material-grid{grid-template-columns:1fr}}


/* 标题统一调整：主标题加大+副标题改小+动态短横线+间距 (8-28) */
.dh-section .dh-center, .cz-section h2, .cz-form-sec h2, .cz-visit-text h2 {
  font-size: 42px !important;
}
.dh-section h2.dh-center, .cz-section .dh-center, .cz-form-sec .dh-center {
  margin-bottom: 14px;
}
.dh-kicker, .cz-eyebrow {
  font-size: 11px !important;
  letter-spacing: 4px;
  color: #d4af37;
}
/* 标题区：上下间距收紧 */
.dh-section, .cz-section { padding: 70px 0; }
.dh-section h2, .cz-section h2, .cz-visit-text h2, .cz-form-sec h2 { margin-top: 0; }
.dh-philosophy h2, .dh-materials h2, .cz-materials h2, .cz-form-sec h2 { margin-bottom: 16px; }
/* 动态短横线：标题左右两侧，金色短线，动态展开 */
.dh-center { position: relative; }
.section-title-line, .dh-center-line {
  display: block; margin: 0 auto; position: relative;
  width: 46px; height: 2px; background: #d4af37;
  margin-top: -8px; margin-bottom: 18px;
  overflow: hidden;
}
.section-title-line::after, .dh-center-line::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, #fff8e1, transparent);
  transform: translateX(-100%);
  animation: dh-shine 2.6s ease-in-out infinite;
}
@keyframes dh-shine { 0%{transform:translateX(-100%)} 50%{transform:translateX(100%)} 100%{transform:translateX(100%)} }
/* 应用：每个区块标题下加短线 */
.dh-materials h2.dh-center, .dh-journey h2.dh-center, .cz-materials h2.dh-center, .cz-form-sec h2.dh-center {
  margin-bottom: 26px;
}


/* 标题区调整 v2：短线放两标题中间 + 黄色小字加大 + 区块间距缩小 */
.dh-kicker, .cz-eyebrow, .cz-section .dh-kicker, .cz-form-sec .dh-kicker {
  font-size: 16px !important;   /* 黄色小字加大 */
  letter-spacing: 5px;
  color: #d4af37;
  margin-bottom: 18px;           /* 与下方拉开，给短线留位 */
}
.dh-center-line {
  width: 46px; height: 2px; background: #d4af37;
  margin: -6px auto 20px;       /* 居中，在两标题之间 */
  position: relative; overflow: hidden;
  display: block;
}
.dh-center-line::after {
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg,transparent,#fff8e1,transparent);
  transform:translateX(-100%);
  animation:dh-shine 2.6s ease-in-out infinite;
}
/* 注意：现在短线是加在h2之后(原代码)，需要移到h2之前 */
/* 区块间距缩小 */
.dh-section, .cz-section { padding: 56px 0 !important; }
.dh-materials, .cz-materials, .dh-journey, .cz-visit, .cz-form-sec { padding: 56px 0 !important; }
.dh-section h2, .cz-section h2, .cz-form-sec h2 { margin-bottom: 8px; }


/* ===== 修复：DESIGN HOUSE 恢复原始标题样式（不随CZ调整） ===== */
.dh-page .dh-kicker {
  font-size: 13px !important;
  letter-spacing: 3px;
  color: #d4af37;
  margin-bottom: 14px;
}
.dh-page .dh-section h2,
.dh-page .dh-cta-inner h2 {
  font-family: "Playfair Display", serif;
  font-size: 38px !important;
  color: #fff;
  margin-bottom: 20px;
}
.dh-page .dh-section, .dh-page .dh-cta-band { padding: 50px 0 !important; }
.dh-page .dh-center-line { display: none !important; }
/* 修复：CUSTOM ZONE 标题只在此容器内生效 */
.cz-page .dh-kicker, .cz-page .cz-eyebrow {
  font-size: 16px !important;
  letter-spacing: 5px;
  color: #d4af37;
  margin-bottom: 18px;
}
.cz-page .dh-section h2, .cz-page .cz-section h2, .cz-page .cz-form-sec h2, .cz-page .cz-visit-text h2 {
  font-size: 42px !important;
}
.cz-page .dh-center-line {
  width: 46px; height: 2px; background: #d4af37;
  margin: -6px auto 20px;
  position: relative; overflow: hidden; display: block;
}
.cz-page .dh-center-line::after {
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg,transparent,#fff8e1,transparent);
  transform:translateX(-100%);
  animation:dh-shine 2.6s ease-in-out infinite;
}
.cz-page .dh-section, .cz-page .cz-section { padding: 56px 0 !important; }


/* CONTACT 页面样式 */
.ct-hero{position:relative;padding:130px 0 110px;text-align:center;overflow:hidden}
.ct-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.ct-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.75),rgba(5,5,5,.9))}
.ct-hero-inner{position:relative;z-index:2}
.ct-eyebrow{letter-spacing:5px;text-transform:uppercase;color:#d4af37;font-size:15px;margin-bottom:20px}
.ct-title{font-family:"Playfair Display",serif;font-size:48px;line-height:1.15;color:#fff;margin-bottom:20px;text-shadow:0 4px 40px rgba(0,0,0,.9)}
.ct-sub{max-width:600px;margin:0 auto;color:#ece7dc;font-size:17px;line-height:1.7}
.ct-section{padding:70px 0}
.ct-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.ct-card{border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:36px 24px;text-align:center;background:rgba(255,255,255,.02);transition:all .3s}
.ct-card:hover{border-color:#d4af37;transform:translateY(-6px);background:rgba(212,175,55,.06)}
.ct-icon{display:block;font-size:28px;color:#d4af37;margin-bottom:16px}
.ct-card h3{color:#fff;font-size:17px;margin-bottom:14px;letter-spacing:1px}
.ct-card p{color:#a9a49c;font-size:14px;line-height:1.8;margin:0}
.ct-form-sec{background:#0e0e0e}
.ct-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:stretch}
.ct-form-wrap{padding:0}
.ct-kicker{letter-spacing:4px;text-transform:uppercase;color:#d4af37;font-size:13px;margin-bottom:12px}
.ct-form-wrap h2{font-family:"Playfair Display",serif;font-size:34px;color:#fff;margin-bottom:28px}
.ct-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ct-form-wrap .form-group{margin-bottom:18px}
.ct-form-wrap label{display:block;color:#c9c4bb;font-size:12px;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}
.ct-form-wrap input,.ct-form-wrap select,.ct-form-wrap textarea{width:100%;padding:13px 16px;background:transparent;border:1px solid rgba(212,175,55,.3);border-radius:8px;color:#fff;font-size:15px}
.ct-form-wrap input:focus,.ct-form-wrap select:focus,.ct-form-wrap textarea:focus,.ct-form-wrap input:active,.ct-form-wrap select:active,.ct-form-wrap textarea:active{outline:none;border-color:#d4af37;background:#0a0a0a;color:#fff}
.ct-submit{width:fit-content;min-width:220px;display:block;margin:24px auto 0;cursor:pointer}
.ct-form-wrap select option{background:#0a0a0a;color:#fff}
.cz-form-sec select option{background:#0a0a0a;color:#fff}
.ct-map{position:relative;border:1px solid rgba(212,175,55,.25);border-radius:16px;overflow:hidden;background:#111;min-height:420px;padding:0}
#amap-container{width:100%;height:100%;min-height:420px;background:#111}
.ct-marker-wrap{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center}
.ct-marker-pin{position:relative;z-index:2;filter:drop-shadow(0 4px 8px rgba(0,0,0,.6))}
.ct-marker-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background:rgba(212,175,55,.55);animation: ct-marker-pulse 2s ease-out infinite;z-index:1}
.ct-marker-pulse-2{animation-delay:1s}
@keyframes ct-marker-pulse{0%{transform:translate(-50%,-50%) scale(.6);opacity:.9}100%{transform:translate(-50%,-50%) scale(3.5);opacity:0}}
.amap-info-window{box-shadow:0 8px 24px rgba(0,0,0,.5)!important}
.amap-info-close{color:#d4af37!important;background:#1a1a1a!important}
.ct-map-label{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);background:rgba(17,17,17,.92);color:#fff;font:600 13px/1.4 Inter,sans-serif;padding:8px 16px;border-radius:999px;border:1px solid rgba(212,175,55,.4);letter-spacing:.5px;display:flex;align-items:center;gap:8px;backdrop-filter:blur(6px);z-index:3}
.ct-map-label-dot{width:8px;height:8px;border-radius:50%;background:#d4af37;box-shadow:0 0 6px rgba(212,175,55,.8)}
.ct-map-placeholder{text-align:center;padding:40px}
.ct-map-pin{font-size:52px;color:#d4af37;display:block;margin-bottom:18px}
.ct-map-placeholder p{color:#fff;font-size:18px;font-family:"Playfair Display",serif}
.ct-map-sub{color:#8a867e !important;font-size:14px !important;margin-top:6px;font-family:inherit !important}
@media(max-width:900px){.ct-title{font-size:36px}.ct-cards{grid-template-columns:1fr 1fr}.ct-grid{grid-template-columns:1fr}.ct-form-row{grid-template-columns:1fr}}
@media(max-width:600px){.ct-cards{grid-template-columns:1fr}}


/* DESIGN HOUSE Hero 背景视频 */
.dh-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.dh-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,5,5,.6),rgba(5,5,5,.85))}
.dh-hero-inner{position:relative;z-index:2}
.dh-hero{overflow:hidden}


/* 设计之家Hero视频：裁顶部、保底部 */
.dh-hero .dh-hero-bg{object-position:center bottom}


/* 设计之家Hero视频：显示下半部分（object-position控制，视频不变形） */
.dh-hero .dh-hero-bg{
  object-fit:cover;
  object-position:center 85%;   /* 偏下85%，显示视频下半部分，上部裁掉 */
  transform:scale(1.15);        /* 稍微放大，让底部内容更充满 */
  height:100% !important;
  top:auto !important;
}
.dh-hero{overflow:hidden}


/* 预约看厂 - 工厂/展厅面积地址 */
.cz-facility-list{list-style:none;margin:18px 0;padding:0;border-left:2px solid rgba(212,175,55,.4);padding-left:16px}
.cz-facility-list li{color:#c9c4bb;font-size:14px;line-height:1.7;padding:4px 0}
.cz-facility-list strong{color:#d4af37}


/* about hero 背景视频 */
.hero-video-el{width:100%;height:100%;object-fit:cover;display:block}


/* about hero 左右分栏 + 数据轮播 */
.hero-split{display:flex;align-items:center;justify-content:space-between;gap:60px;text-align:left;width:100%;max-width:1200px;margin:0 auto;padding:0 40px}
.hero-brand{flex:0 0 45%}
.hero-brand-logo{font-family:"Playfair Display",serif;font-size:64px;font-weight:900;color:#d4af37;letter-spacing:8px;margin:0 0 14px;text-transform:uppercase;line-height:1.05}
.hero-brand-sub{font-size:17px;color:#fff;letter-spacing:4px;text-transform:uppercase;margin:0 0 10px}
.hero-brand-since{font-size:14px;color:rgba(255,255,255,.75);letter-spacing:2px;margin:0}
.hero-facts{flex:0 0 50%;min-height:180px;display:flex;flex-direction:column;justify-content:center;gap:10px;border-left:1px solid rgba(212,175,55,.35);padding-left:40px}
.hero-fact{font-family:"Playfair Display",serif;font-size:30px;color:#fff;opacity:0;transform:translateY(12px);transition:opacity .8s ease,transform .8s ease;position:absolute;left:0}
.hero-fact.active{opacity:1;transform:translateY(0);position:static}
.hero-facts{position:relative}
@media(max-width:900px){.hero-split{flex-direction:column;text-align:center;gap:30px}.hero-brand-logo{font-size:44px}.hero-facts{border-left:none;border-top:1px solid rgba(212,175,55,.35);padding-left:0;padding-top:20px;text-align:center;min-height:120px}}


/* about hero 轮播 - 修复重叠：所有fact绝对叠放，只切透明度 */
.hero-facts{flex:0 0 50%;min-height:220px;position:relative;border-left:1px solid rgba(212,175,55,.35);padding-left:40px}
.hero-fact{font-family:"Playfair Display",serif;font-size:30px;color:#fff;line-height:1.4;opacity:0;transform:translateY(10px);transition:opacity .7s ease,transform .7s ease;position:absolute;top:0;left:40px;right:0}
.hero-fact.active{opacity:1;transform:translateY(0);position:absolute}
@media(max-width:900px){.hero-facts{min-height:180px;border-left:none;border-top:1px solid rgba(212,175,55,.35);padding-left:0;padding-top:20px}.hero-fact{left:0;right:0}}


/* about hero 品牌区 - 出口国/地区列表 */
.hero-brand-meta{font-size:14px;color:rgba(255,255,255,.8);letter-spacing:1px;margin:4px 0;line-height:1.6}
.hero-brand-sub{font-size:17px;color:#fff;letter-spacing:3px;text-transform:uppercase;margin:0 0 12px;font-weight:500}
.hero-brand-since{font-size:14px;color:rgba(255,255,255,.75);letter-spacing:2px;margin:0 0 6px}


/* 关于我们：取消重复统计条 + 隐藏收藏区 */
.stats-bar{display:none !important}
.collections{display:none !important}
/* 新版B2B品牌故事页: 需显示系列区, 解锁 collections */
.page-about-b2b .collections.about-collections{display:grid !important}


/* ===== about Hero 震撼左右分栏 + 视频上层 + 轮播 ===== */
.about-hero{height:100vh;min-height:600px;position:relative;overflow:hidden;background:#0a0a0a}
.hero-video{position:absolute;inset:0;z-index:1}
.hero-video-el{width:100%!important;height:100%!important;object-fit:cover!important;display:block}
.hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(120deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.55) 45%,rgba(0,0,0,.35) 100%)}
.hero-content{position:relative;z-index:5;text-align:left!important;display:block}
.hero-split{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:40px!important;max-width:1200px!important;margin:0 auto!important;width:100%}
.hero-brand{flex:0 0 44%!important;text-align:left}
.hero-brand-logo{font-family:"Playfair Display",serif;font-size:60px;font-weight:900;color:#d4af37;letter-spacing:6px;margin:0 0 16px;text-transform:uppercase;text-shadow:0 0 40px rgba(212,175,55,.5),0 4px 30px rgba(0,0,0,.8)}
.hero-brand-sub{font-size:16px;color:#fff;letter-spacing:3px;text-transform:uppercase;margin:0 0 14px;font-weight:500}
.hero-brand-meta{font-size:15px;color:rgba(255,255,255,.9);letter-spacing:1px;margin:6px 0;line-height:1.7;border-left:2px solid rgba(212,175,55,.6);padding-left:14px}
.hero-facts{flex:0 0 48%!important;position:relative;min-height:220px;border-left:1px solid rgba(212,175,55,.4);padding-left:40px;display:block!important}
.hero-fact{font-family:"Playfair Display",serif;font-size:34px;color:#d4af37;position:absolute;top:0;left:40px;right:0;line-height:1.4;opacity:0;transform:translateX(30px);transition:opacity .8s ease,transform .8s ease;text-shadow:0 0 30px rgba(212,175,55,.4)}
.hero-fact.active{opacity:1;transform:translateX(0)}
/* 轮播下标点 */
.hero-facts-dots{position:absolute;bottom:-10px;left:40px;display:flex;gap:8px}
@media(max-width:900px){.hero-split{flex-direction:column!important;gap:24px!important;text-align:center}.hero-brand,.hero-facts{flex:0 0 100%!important;text-align:center}.hero-brand-logo{font-size:40px}.hero-fact{left:0}.hero-brand-meta{border-left:none;padding-left:0}}


/* ===== about Hero 终极版：全宽左右分栏 + 右侧竖排动效 ===== */
.about-hero .container.hero-content{max-width:100%!important;width:100%!important;padding:0 6vw!important;margin:0!important}
.hero-split{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8vw!important;max-width:none!important;width:100%!important;margin:0!important}
.hero-brand{flex:0 0 42%!important;text-align:left!important}
.hero-brand-logo{font-family:"Playfair Display",serif;font-size:clamp(42px,5vw,72px);font-weight:900;color:#d4af37;letter-spacing:6px;margin:0 0 18px;text-transform:uppercase;text-shadow:0 0 50px rgba(212,175,55,.45),0 4px 30px rgba(0,0,0,.8)}
.hero-brand-sub{font-size:clamp(14px,1.4vw,17px);color:#fff;letter-spacing:3px;text-transform:uppercase;margin:0 0 16px;font-weight:500}
.hero-brand-meta{font-size:clamp(13px,1.2vw,15px);color:rgba(255,255,255,.9);letter-spacing:1px;margin:8px 0;line-height:1.8;border-left:2px solid rgba(212,175,55,.6);padding-left:16px}
/* 右侧：数据竖排，每条动效 */
.hero-facts{flex:0 0 45%!important;position:relative;min-height:auto!important;border-left:1px solid rgba(212,175,55,.35);padding-left:3vw;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:22px!important}
.hero-fact{font-family:"Playfair Display",serif;font-size:clamp(22px,2.6vw,34px);color:#fff;position:relative!important;opacity:.35;transform:translateX(0);transition:opacity .9s ease,transform .9s ease,color .9s ease;padding:6px 0;border-bottom:1px solid rgba(212,175,55,.12)}
.hero-fact.active{opacity:1;color:#d4af37;transform:translateX(14px);text-shadow:0 0 30px rgba(212,175,55,.4)}
.hero-fact::before{content:"";position:absolute;left:-3vw;top:50%;width:0;height:2px;background:#d4af37;transition:width .6s ease}
.hero-fact.active::before{width:18px}
/* 移动端仍左右(仅超窄堆叠) */
@media(max-width:700px){.hero-split{flex-direction:column!important;gap:30px!important}.hero-brand,.hero-facts{flex:0 0 100%!important;text-align:center!important}.hero-facts{border-left:none;border-top:1px solid rgba(212,175,55,.35);padding-left:0;padding-top:20px}.hero-fact::before{display:none}.hero-brand-meta{border-left:none;padding-left:0}}


/* ===== about Hero v4：金色渐变流动品牌 + 出口国逐行 + 大数字 ===== */
.about-hero .container.hero-content{max-width:100%!important;width:100%!important;padding:0 6vw!important;margin:0!important}
.hero-split{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:6vw!important;max-width:none!important;width:100%!important;margin:0!important}
/* 左侧品牌 */
.hero-brand{flex:0 0 44%!important;text-align:left!important}
.grad-rose{background:linear-gradient(100deg,#f5e0a3,#d4af37,#8a6d1d,#d4af37,#f5e0a3);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:gradFlow 4s ease-in-out infinite;display:inline-block}
@keyframes gradFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.hero-brand-logo{font-family:"Playfair Display",serif;font-size:clamp(44px,5vw,76px);font-weight:900;letter-spacing:6px;margin:0 0 18px;text-transform:uppercase;line-height:1.05;text-shadow:0 6px 40px rgba(0,0,0,.6)}
.hero-brand-sub{font-size:clamp(14px,1.4vw,17px);color:#fff;letter-spacing:3px;text-transform:uppercase;margin:0 0 14px;font-weight:500}
.hero-brand-origin{font-size:clamp(13px,1.2vw,15px);color:rgba(255,255,255,.85);letter-spacing:1px;margin:0 0 10px}
/* 出口国轮播 */
.hero-exports{position:relative;margin-top:10px;padding:18px 22px;background:linear-gradient(135deg,rgba(212,175,55,.12),rgba(212,175,55,.03));border:1px solid rgba(212,175,55,.35);border-radius:14px;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.hero-export-label{font-size:15px;color:#fff;letter-spacing:3px;text-transform:uppercase;margin-bottom:4px}
.hero-export-caret{color:#d4af37;font-size:16px;line-height:1;animation:caretBlink 1.2s ease-in-out infinite}
@keyframes caretBlink{0%,100%{opacity:1}50%{opacity:.15}}
.hero-export-item{font-family:"Playfair Display",serif;font-size:clamp(22px,2.6vw,34px);color:#d4af37;font-weight:700;letter-spacing:2px;opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s ease;margin-top:6px;text-shadow:0 0 25px rgba(212,175,55,.35)}
.hero-export-item.show{opacity:1;transform:translateY(0)}
/* 右侧大数字竖排 */
.hero-facts{flex:0 0 42%!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:34px!important;border-left:1px solid rgba(212,175,55,.35);padding-left:3vw;min-height:60vh!important}
.hero-stat{display:flex!important;flex-direction:column!important;align-items:flex-start!important;opacity:.3;transform:translateY(8px);transition:opacity .8s ease,transform .8s ease}
.hero-stat.active{opacity:1;transform:translateY(0)}
.hs-num{font-family:"Playfair Display",serif;font-size:clamp(34px,4.2vw,58px);font-weight:900;color:#d4af37;line-height:1;letter-spacing:1px;text-shadow:0 0 35px rgba(212,175,55,.4)}
.hs-unit{font-size:clamp(13px,1.3vw,16px);color:rgba(255,255,255,.75);letter-spacing:2px;margin-top:6px;text-transform:uppercase}
.hs-label{font-size:clamp(12px,1.2vw,15px);color:rgba(255,255,255,.85);letter-spacing:2px;text-transform:uppercase;margin-top:4px}
@media(max-width:760px){.hero-split{flex-direction:column!important;gap:30px!important}.hero-brand,.hero-facts{flex:0 0 100%!important;text-align:center!important}.hero-facts{border-left:none;border-top:1px solid rgba(212,175,55,.35);padding-left:0;padding-top:20px;min-height:auto!important}.hero-stat{align-items:center!important}.hero-exports{width:100%}}


/* ===== about Hero 终极修复：全屏flex + 左右真正分离 ===== */
.about-hero{height:88vh!important;min-height:680px!important;display:flex!important;align-items:center!important;position:relative;overflow:hidden}
.about-hero .container.hero-content{position:relative!important;z-index:5!important;max-width:100%!important;width:100%!important;padding:0 7vw!important;margin:0!important}
.hero-split{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:0!important;max-width:none!important;width:100%!important;margin:0!important;padding-top:80px}
.hero-brand{flex:0 0 48%!important;text-align:left!important;padding-right:2vw}
.hero-facts{flex:0 0 42%!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:44px!important;border-left:1px solid rgba(212,175,55,.35)!important;padding-left:3vw!important}
@media(max-width:760px){.about-hero{height:auto!important;min-height:100vh!important}.hero-split{flex-direction:column!important;padding-top:60px;gap:40px!important}.hero-brand,.hero-facts{flex:0 0 100%!important;text-align:center!important}.hero-facts{border-left:none!important;border-top:1px solid rgba(212,175,55,.35)!important;padding-left:0!important;padding-top:24px!important}.hero-stat{align-items:center!important}}


/* ===== Shop Banner (Products page) ===== */
.shop-banner{position:relative;width:100%;max-width:1320px;margin:0 auto 48px;border-radius:16px;overflow:hidden;border:1px solid rgba(212,175,55,.25);box-shadow:0 10px 40px rgba(0,0,0,.5);background:#111}
.shop-banner img{width:100%;height:auto;display:block;object-fit:cover;max-height:520px;filter:brightness(.78) contrast(1.05)}
.shop-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.45) 100%);pointer-events:none}
.shop-banner-caption{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);color:#d4af37;font:600 13px/1 Inter,sans-serif;letter-spacing:6px;padding:10px 28px;background:rgba(17,17,17,.85);border:1px solid rgba(212,175,55,.45);border-radius:999px;backdrop-filter:blur(6px);text-transform:uppercase;z-index:2;white-space:nowrap}

/* HIGH-END CUSTOM CASES 8-29 v6 (let .section-title-with-lines use base CSS) */
.custom-cases-section { padding: 50px 0 60px; }
.custom-cases-section .section-title-with-lines {
  margin-bottom: 0 !important;
}

/* 标题完全靠父级 CSS: .section-title-with-lines 已 display:flex row + ::before/::after 金线 */
/* 不覆盖 */

.custom-cases {
  display: grid !important;
  grid-template-columns: 22% 1fr !important;
  gap: 40px !important;
  align-items: stretch !important;
}
.cc-menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cc-tab {
  display: block;
  padding: 16px 22px;
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cc-tab:hover { border-color: #d4af37; color: #d4af37; }
.cc-tab.active { background: #d4af37; color: #1a1a1a; border-color: #d4af37; font-weight: 700; }

.cc-display {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  position: relative !important;
}

/* 大图容器 */
.cc-image {
  position: relative !important;
  width: 100% !important;
  height: 480px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #1a1a1a !important;
  display: block !important;
}
.cc-img-slide {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: opacity 0.5s ease;
}

/* 文字层 */
.cc-caption {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 20px !important;
  padding: 24px 32px !important;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0) 100%) !important;
  pointer-events: none;
}
.cc-caption-text { flex: 1; min-width: 0; pointer-events: auto; }
.cc-case-title {
  margin: 0 0 6px !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #d4af37 !important;
  letter-spacing: 1px !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.cc-case-desc {
  margin: 0 !important;
  color: rgba(255,255,255,0.85) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* 切换按钮 */
.cc-nav {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-shrink: 0 !important;
  pointer-events: auto;
}
.cc-arrow {
  width: 28px !important;
  height: 28px !important;
  border: none !important;
  background: transparent !important;
  color: #d4af37 !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
}
.cc-arrow:hover { color: #fff !important; transform: scale(1.2); }
.cc-counter {
  color: #d4af37 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  min-width: 50px !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  .custom-cases { grid-template-columns: 1fr !important; gap: 20px !important; }
  .cc-image { height: 280px !important; }
  .cc-caption { padding: 16px 20px !important; }
}
/* CHOOSE YOUR FABRIC section 8-29 (v2 - card swatches under image) */
.fabric-section { padding: 60px 0 80px; }
.fabric-section .section-title-with-lines {
  margin-bottom: 0 !important;
}
.fabric-section .fabric-subtitle {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}

/* 大卡片: 左图右文 */
.fabric-card {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 0.33fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.25);
  background: rgba(26,26,26,0.6);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* 左: 图片 + 色卡叠底 */
.fabric-image {
  position: relative;
  overflow: visible;
  min-height: 420px;
}
.fabric-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
}
.fabric-img-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fabric-logo {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.fabric-img-nav {
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

/* 色卡: 卡片型, 绝对定位叠在图片底部 */
.fabric-swatches {
  position: absolute;
  left: auto;
  right: -260px;
  bottom: 44px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  z-index: 10;
}
.fabric-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  min-width: 88px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.5);
  background: #F2E8DC; /* 默认米白, 会被 inline style 覆盖 */
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.fabric-swatch:hover { transform: translateY(-3px); border-color: #d4af37; }
.fabric-swatch.active { border-color: #d4af37; box-shadow: 0 0 0 2px #d4af37, 0 6px 20px rgba(0,0,0,0.5); }
.fabric-swatch-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.85);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(255,255,255,0.3);
}
/* 深色色卡文字用白字 */
.fabric-swatch[data-color="#5A5A5A"] .fabric-swatch-name,
.fabric-swatch[data-color="#6B3E2E"] .fabric-swatch-name,
.fabric-swatch[data-color="#1A1A1A"] .fabric-swatch-name {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

/* 右: 信息面板 */
.fabric-info {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  background: rgba(26,26,26,0.85);
}
.fabric-info-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.fabric-tag {
  font-size: 11px;
  letter-spacing: 3px;
  color: #d4af37;
  font-weight: 700;
}
.fabric-tag-check { color: #d4af37; font-size: 14px; }
.fabric-subtitle2 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
.fabric-title {
  margin: 0 0 28px;
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.fabric-cta {
  display: inline-block;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid #d4af37;
  border-radius: 25px;
  color: #d4af37;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 0;
}
.fabric-cta:hover {
  background: #d4af37;
  color: #1a1a1a;
}

@media (max-width: 900px) {
  .fabric-card { grid-template-columns: 1fr; }
  .fabric-image, .fabric-main-img { min-height: 300px; }
  .fabric-info { padding: 28px 22px; }
  .fabric-title { font-size: 32px; }
  .fabric-swatches { flex-wrap: wrap; position: static; margin-top: 12px; }
}

/* 产品详情页返回按钮 8-29 */
.product-back-nav {
  margin-bottom: 28px;
}
.product-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


/* Related Articles 区块 (产品详情页底部) 8-29 */
.related-articles {
  margin-top: 64px;
}
.related-articles h3 {
  color: var(--color-main);
  font-size: 24px;
  margin-bottom: 28px;
  letter-spacing: 1px;
}
.related-articles .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.related-articles .card {
  background: #222;
  border: 1px solid rgba(200,164,104,0.6);
  border-radius: 12px;
  overflow: hidden;
}
.related-articles .card-image {
  width: 100%;
  background: #1a1a1a;
  overflow: hidden;
  display: block;
  line-height: 0;
}
.related-articles .card-image img,
.related-articles .card-image .attachment-rosyrose-article {
  width: 100%;
  height: auto !important;
  object-fit: contain;
  display: block;
}
.related-articles .card-body h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-articles .card-body h4 a {
  color: #f5f5f5;
  text-decoration: none;
}
.related-articles .card-body h4 a:hover {
  color: #d4af37;
}
@media (max-width: 900px) {
  .related-articles .grid-3 { grid-template-columns: 1fr; }
}


/* 区块副标题统一样式 (参照 High-End Custom Cases 间距 8-29) */
.title-subtitle-en {
  margin-top: 30px;
  margin-bottom: 80px;
  padding-bottom: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(222,222,222,0.62);
}
.section-title-with-lines:has(+ .title-subtitle-en) {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .title-subtitle-en {
    margin-bottom: 48px;
    font-size: 10px;
    letter-spacing: 2px;
  }
}

/* fabric img height fix (2026-09-03) */
.fabric-section .fabric-image { height: 600px !important; min-height: 600px !important; }
.fabric-section .fabric-main-img { height: 100% !important; min-height: 0 !important; object-fit: cover !important; }

/* ==============  P0 HOMEPAGE REVAMP 2026-09-03  ============== */

/* ---------- HERO 100vh 视差 ---------- */
.lux-hero{
  position:relative;
  min-height:78vh;
  width:100%;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#0b0b0d;
  padding-top:70px;
}
.lux-hero-media{
  position:absolute;inset:0;
  overflow:hidden;
  z-index:0;
}
.lux-hero-media .lux-hero-video,
.lux-hero-media .lux-hero-img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  background-position:center;
  background-size:cover;
  will-change:transform;
}
.lux-hero-media .lux-hero-video{
  opacity:1 !important;
  transition:opacity 1.2s ease;
  z-index:1;
}
.lux-hero-media.is-playing .lux-hero-video{opacity:1 !important;}
.lux-hero-media.is-playing .lux-hero-img{opacity:0;}
.lux-hero-media .lux-hero-img{transition:opacity 1.2s ease;}
.lux-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.35) 40%,
    rgba(0,0,0,.55) 75%,
    rgba(11,11,13,.92) 100%);
  z-index:1;
}
.lux-hero-inner{
  position:relative;z-index:2;
  width:100%;
  max-width:1180px;
  margin:120px auto 0;
  padding:70px 40px 60px;
  text-align:center;
}
.lux-eyebrow{
  display:inline-block;
  letter-spacing:.45em;
  font-size:11px;
  color:#d4af37;
  border:1px solid rgba(212,175,55,.45);
  padding:8px 22px;
  border-radius:999px;
  background:rgba(0,0,0,.25);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  margin-bottom:32px;
  text-transform:uppercase;
}
.lux-headline{
  font-family:'Times New Roman',Georgia,serif;
  font-size:clamp(26px,3.6vw,48px);
  line-height:1.22;
  white-space:normal;
  word-wrap:break-word;
  overflow-wrap:break-word;
  font-weight:300;
  color:#f6f1e6;
  letter-spacing:-.005em;
  margin:0 auto 26px;
  max-width:1100px;
  text-shadow:0 4px 32px rgba(0,0,0,.6);
}
.lux-headline::after{
  content:"";
  display:block;
  width:80px;height:2px;
  background:linear-gradient(90deg,transparent,#d4af37,transparent);
  margin:32px auto 0;
}
.lux-sub{
  max-width:680px;margin:32px auto 0;
  font-size:clamp(14px,1.2vw,18px);
  line-height:1.7;
  color:rgba(246,241,230,.85);
  font-weight:300;
  letter-spacing:.02em;
}
.lux-cta{
  margin-top:48px;
  display:flex;
  gap:18px;
  justify-content:center;
  flex-wrap:wrap;
}
.lux-btn{
  display:inline-flex;align-items:center;
  padding:16px 38px;
  font-size:12px;letter-spacing:.28em;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:0;
  transition:all .35s ease;
  cursor:pointer;
  font-weight:500;
}
.lux-btn-gold{
  background:transparent;
  color:#d4af37;
  border:1px solid #d4af37;
  box-shadow:none;
}
.lux-btn-gold:hover{
  background:rgba(212,175,55,.08);
  color:#f4d781;
  border-color:#f4d781;
  box-shadow:none;
  transform:translateY(-2px);
}
.lux-btn-ghost{
  background:transparent;
  color:#f6f1e6;
  border:1px solid rgba(246,241,230,.5);
}
.lux-btn-ghost:hover{
  background:rgba(246,241,230,.08);
  border-color:#d4af37;
  color:#d4af37;
}
.lux-metrics{
  margin-top:80px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  max-width:880px;
  margin-left:auto;margin-right:auto;
  padding-top:48px;
  border-top:1px solid rgba(212,175,55,.25);
}
.lux-metrics>div{
  text-align:center;
}
.lux-metrics b{
  display:block;
  font-family:'Times New Roman',Georgia,serif;
  font-size:clamp(28px,3vw,40px);
  font-weight:400;
  color:#d4af37;
  letter-spacing:.02em;
  line-height:1;
}
.lux-metrics span{
  display:block;
  margin-top:8px;
  font-size:10px;
  letter-spacing:.3em;
  text-transform:uppercase;
  color:rgba(246,241,230,.7);
}
.lux-scroll-cue{
  position:absolute;
  left:50%;
  bottom:30px;
  transform:translateX(-50%);
  z-index:3;
  width:24px;height:40px;
  border:1px solid rgba(212,175,55,.6);
  border-radius:14px;
  display:flex;justify-content:center;
  padding-top:8px;
}
.lux-scroll-cue span{
  display:block;
  width:2px;height:8px;
  background:#d4af37;
  border-radius:1px;
  animation:luxScroll 1.8s ease-in-out infinite;
}
@keyframes luxScroll{
  0%{transform:translateY(0);opacity:1}
  60%{transform:translateY(14px);opacity:0}
  100%{transform:translateY(0);opacity:0}
}

/* ---------- OUR WORLD ---------- */
.our-world-section{
  padding:120px 0 50px;
  background:#0e0e10;
}
.our-world-section 
.our-world-grid{
  margin-top:60px;
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr;
  grid-template-rows:520px;
  gap:24px;
}
.ow-card{
  position:relative;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.18);
  background:#18181b;
  display:flex;flex-direction:column;
  transition:transform .5s ease,border-color .5s ease;
}
.ow-card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,.6);}
.ow-card .ow-img{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transition:transform 1.2s ease;
}
.ow-card:hover .ow-img{transform:scale(1.06);}
.ow-card .ow-img::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.85) 100%);
}
.ow-card figcaption{
  position:relative;z-index:2;
  margin-top:auto;
  padding:30px 28px 28px;
  color:#f6f1e6;
}
.ow-card .ow-loc{
  display:inline-block;
  font-size:10px;letter-spacing:.3em;
  color:#d4af37;text-transform:uppercase;
  border-top:1px solid rgba(212,175,55,.4);
  padding-top:10px;
}
.ow-card h3{
  margin:14px 0 8px;
  font-family:'Times New Roman',Georgia,serif;
  font-size:24px;
  font-weight:400;
  color:#f6f1e6;
  letter-spacing:.02em;
}
.ow-card p{
  font-size:13px;line-height:1.65;
  color:rgba(246,241,230,.78);
  margin:0;
}
.ow-card-lg h3{font-size:30px;}
.our-world-cta{
  text-align:center;margin-top:60px;
}

/* ---------- CRAFT & FACTORY ---------- */
.craft-section{
  padding:60px 0;
  background:linear-gradient(180deg,#0e0e10 0%,#14140f 100%);
}
.craft-section 
.craft-grid{
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.craft-card{
  position:relative;margin:0;
  background:#1a1a1d;
  border:1px solid rgba(212,175,55,.15);
  overflow:hidden;
  transition:transform .5s ease,border-color .5s ease;
}
.craft-card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,.55);}
.craft-card .craft-img{
  height:280px;
  background-size:cover;background-position:center;
  position:relative;
}
.craft-card .craft-img::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.7) 100%);
}
.craft-card .craft-step{
  position:absolute;
  top:18px;left:18px;
  z-index:3;
  font-family:'Times New Roman',Georgia,serif;
  font-size:42px;
  color:rgba(212,175,55,.85);
  letter-spacing:.05em;
  line-height:1;
  text-shadow:0 2px 12px rgba(0,0,0,.6);
}
.craft-card figcaption{
  padding:30px 28px 32px;
  color:#f6f1e6;
}
.craft-card h3{
  margin:0 0 12px;
  font-family:'Times New Roman',Georgia,serif;
  font-size:22px;
  font-weight:400;
  color:#f6f1e6;
}
.craft-card p{
  font-size:13.5px;line-height:1.7;
  color:rgba(246,241,230,.75);
  margin:0;
}
.craft-concierge{
  margin-top:80px;
  background:linear-gradient(135deg,#161616 0%,#1c1c1f 100%);
  border:1px solid rgba(212,175,55,.25);
  padding:60px 50px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.craft-concierge::before{
  content:"";position:absolute;
  top:-50%;left:-10%;width:120%;height:200%;
  background:radial-gradient(ellipse at center,rgba(212,175,55,.08),transparent 70%);
  pointer-events:none;
}
.craft-concierge-inner{position:relative;z-index:2;}
.concierge-eyebrow{
  display:inline-block;
  font-size:10px;letter-spacing:.4em;
  color:#d4af37;text-transform:uppercase;
  margin-bottom:18px;
}
.craft-concierge h3{
  font-family:'Times New Roman',Georgia,serif;
  font-size:clamp(26px,2.8vw,38px);
  color:#f6f1e6;
  font-weight:400;
  margin:0 0 16px;
  line-height:1.25;
}
.craft-concierge p{
  max-width:560px;margin:0 auto 30px;
  font-size:14.5px;line-height:1.7;
  color:rgba(246,241,230,.78);
}

/* ---------- ABOUT SPLIT (左右: 左视频 右简介) · 深色底 ---------- */
.about-split{
  margin-top:70px;
  display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center;
}
@media(max-width:860px){.about-split{grid-template-columns:1fr;gap:36px}}
.about-media{position:relative;overflow:hidden;background:#0c0c0c;aspect-ratio:1/1;max-height:560px;border-radius:22px}
.about-video{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
/* 蒙版: 左侧显著压暗, 向右逐渐变亮 (仿 Hero 左右渐变) */
.about-media::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,
    rgba(6,6,9,.92) 0%,
    rgba(6,6,9,.72) 22%,
    rgba(6,6,9,.46) 44%,
    rgba(6,6,9,.22) 66%,
    rgba(6,6,9,.08) 84%,
    rgba(6,6,9,0) 100%);
}
.about-media::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:22px;box-shadow:inset 0 0 0 1px rgba(212,175,55,.22)}
.about-body{padding:10px 0}
.about-body .concierge-eyebrow{color:#d4af37}
.about-body h3{
  font-family:'Playfair Display','Times New Roman',Georgia,serif;
  font-size:clamp(30px,3.2vw,46px);
  font-weight:400;line-height:1.22;margin:0 0 20px;color:#f6f1e6;
}
.about-body p{
  font-size:15px;line-height:1.9;color:rgba(246,241,230,.78);margin:0 0 22px;max-width:520px;
}
.about-body .lux-btn{display:inline-flex;align-items:center;gap:8px}

/* ---------- PLAN YOUR VISIT ---------- */
.plan-section{
  padding:110px 0 100px;
  background:#0e0e10;
}
.plan-section 
.plan-grid{
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border:1px solid rgba(212,175,55,.18);
}
.plan-step{
  padding:50px 40px;
  text-align:center;
  border-right:1px solid rgba(212,175,55,.15);
  background:#131316;
  transition:background .4s ease;
  position:relative;
}
.plan-step:last-child{border-right:none;}
.plan-step:hover{background:#18181c;}
.plan-num{
  display:block;
  font-family:'Times New Roman',Georgia,serif;
  font-size:48px;
  color:#d4af37;
  letter-spacing:.05em;
  line-height:1;
  margin-bottom:18px;
}
.plan-step h3{
  margin:0 0 14px;
  font-family:'Times New Roman',Georgia,serif;
  font-size:22px;font-weight:400;
  color:#f6f1e6;
  letter-spacing:.02em;
}
.plan-step p{
  font-size:13.5px;line-height:1.7;
  color:rgba(246,241,230,.72);
  margin:0;
}
.plan-cta{
  text-align:center;
  margin-top:60px;
  display:flex;flex-direction:column;
  align-items:center;gap:20px;
}
.plan-phone{
  font-size:12px;letter-spacing:.25em;
  color:rgba(212,175,55,.85);
  text-transform:uppercase;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1024px){
  .our-world-grid{grid-template-columns:1fr 1fr;grid-template-rows:400px 400px;}
  .ow-card-lg{grid-column:span 2;}
  .craft-grid{grid-template-columns:1fr;gap:24px;}
  .plan-grid{grid-template-columns:1fr;}
  .plan-step{border-right:none;border-bottom:1px solid rgba(212,175,55,.15);}
  .plan-step:last-child{border-bottom:none;}
  .lux-metrics{grid-template-columns:repeat(2,1fr);gap:24px 18px;}
}
@media (max-width:640px){
  .lux-hero-inner{padding:100px 22px 80px;}
  .our-world-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,360px);}
  .ow-card-lg{grid-column:auto;}
  .craft-concierge{padding:40px 24px;}
  .plan-step{padding:36px 24px;}
  .lux-metrics{grid-template-columns:repeat(2,1fr);}
  .lux-cta{flex-direction:column;align-items:stretch;}
  .lux-btn{justify-content:center;}
}

/* ---------- VIEW-TRIGGERED FADE-UP (附加于现有 animate-fade-in) ---------- */
@keyframes luxFadeUp{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
.animate-fade-in.lux-in{animation:luxFadeUp .9s cubic-bezier(.2,.7,.2,1) both;}


/* ==============  P1 HOOK WORDS + FEATURED IN 2026-09-03  ============== */
:root{
  --lux-emerald:#1f6b50;
  --lux-sapphire:#1d3f72;
  --lux-burgundy:#6b1d33;
  --lux-champagne:#e9d39a;
}

/* ---------- 精密制造标准 / 从图纸到量产 (左6宫格图 + 右编号要点) ---------- */
.craft-section{background:#0e0e10;}
.pm-split{
  display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:center;margin-top:44px;
}
@media(max-width:920px){.pm-split{grid-template-columns:1fr;gap:36px}}
.pm-gallery{position:relative;overflow:hidden;border-radius:10px;background:#1a1a1a;}
.pm-gallery-track{display:flex;transition:transform .8s cubic-bezier(.5,.05,.2,1);}
.pm-gallery-track .pm-photo{flex:0 0 100%;position:relative;margin:0;overflow:hidden;border-radius:10px;background:#1a1a1a;}
.pm-photo{
  position:relative;margin:0;overflow:hidden;border-radius:8px;background:#1a1a1a;
}
.pm-photo img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3;transition:transform .4s ease;}
.pm-photo:hover img{transform:scale(1.05);}
.pm-photo figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:18px 12px 8px;
  font-size:11px;letter-spacing:.06em;color:#fff;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));
  text-align:left;
}
.pm-body{display:flex;flex-direction:column;align-items:flex-start;}
.pm-lead{
  font-size:14px;line-height:1.85;color:rgba(246,241,230,.78);margin:0 0 28px;
}
.pm-points{list-style:none;margin:0 0 28px;padding:0;display:none !important;flex-direction:column;gap:22px;width:100%;}
.pm-points.active{display:flex !important;}
.pm-points li{display:flex;gap:18px;align-items:flex-start;}
.pm-num{
  flex:0 0 auto;font-family:'Times New Roman',Georgia,serif;font-size:26px;
  color:#d4af37;line-height:1;padding-top:2px;min-width:44px;
}
.pm-txt h3{margin:0 0 5px;font-size:15.5px;font-weight:600;color:#f6f1e6;letter-spacing:.02em;font-family:'Noto Sans SC','PingFang SC','Microsoft YaHei',sans-serif;}
.pm-txt p{margin:0;font-size:12.5px;line-height:1.7;color:rgba(246,241,230,.62);}
.pm-cta{
  display:inline-flex;align-items:center;gap:8px;padding:13px 30px;
  border:1px solid rgba(212,175,55,.6);border-radius:999px;
  background:transparent;color:#d4af37;font-size:14px;letter-spacing:.04em;
  text-decoration:none;box-shadow:none!important;
  transition:background .25s ease,color .25s ease;
}
.pm-cta:hover{background:#d4af37;color:#1a1a1a;}

/* ---------- v9 式标题 (eyebrow + 大标题 + sub) · 深金配色 ---------- */
.rr-head{max-width:720px;}
.rr-head.rr-center{margin:0 auto;text-align:center;}
.rr-eyebrow{font-family:'Noto Sans SC','PingFang SC',sans-serif;font-size:12px;color:#d4af37;letter-spacing:.32em;font-weight:600;text-transform:uppercase;margin-bottom:22px;}
.rr-center .rr-eyebrow{letter-spacing:.36em;}
.rr-sec-t{font-family:'Noto Sans SC','PingFang SC','Microsoft YaHei',sans-serif;font-size:clamp(30px,3.8vw,48px);line-height:1.22;font-weight:700;color:#f6f1e6;margin:0;}
.rr-sec-t em{font-style:normal;color:#d4af37;}
.rr-sec-sub{color:rgba(246,241,230,.58);font-size:16px;line-height:1.85;margin:22px 0 0;font-weight:300;}
.rr-center .rr-sec-sub{margin-left:auto;margin-right:auto;}
/* FAQ 左对齐时标题下方留白 */
.rr-faq .rr-head{margin-bottom:8px;}

/* ---------- 五种合作模式 (横向无缝滚动 · 小巧卡) ---------- */
.rr-partner{background:#12100d;}
.rr-mqwrap{position:relative;margin-top:40px;overflow:hidden;}
.rr-mqedge{position:absolute;top:0;bottom:0;width:120px;z-index:3;pointer-events:none;}
@media(max-width:700px){.rr-mqedge{width:50px}}
.rr-mq{overflow:hidden;}
.rr-mqtrack{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;width:100%;}
@media(max-width:1000px){.rr-mqtrack{grid-template-columns:repeat(3,1fr);}}
@media(max-width:640px){.rr-mqtrack{grid-template-columns:repeat(2,1fr);gap:12px;}}

.rr-mq:hover .rr-mqtrack{animation-play-state:paused;}
@keyframes rrScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.rr-mcard{
  box-sizing:border-box;
  background:rgba(255,248,232,.04);border:1px solid rgba(212,175,55,.2);
  padding:24px 24px 22px;border-top:2px solid rgba(212,175,55,.55);
  transition:border-color .3s ease,background .3s ease,transform .3s ease;
}
.rr-mcard:hover{border-color:rgba(212,175,55,.7);background:rgba(255,248,232,.07);transform:translateY(-3px);}
.rr-num{font-family:'Times New Roman',Georgia,serif;font-size:15px;color:#c9a83c;font-weight:600;letter-spacing:.08em;margin-bottom:14px;display:block;}
.rr-mcard h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#f6f1e6;font-family:'Noto Sans SC','PingFang SC','Microsoft YaHei',sans-serif;white-space:nowrap;}
.rr-mcard p{margin:0;font-size:13px;line-height:1.7;color:rgba(246,241,230,.56);font-weight:300;}

/* ---------- 合作流程 6 步 (餐厅实景背景 · 深蒙版 · 深金) ---------- */
.rr-process{position:relative;padding:120px 0;background:#0e0e10;overflow:hidden;}
.rr-process-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.rr-process-overlay{position:absolute;inset:0;background:linear-gradient(rgba(10,8,6,.78),rgba(10,8,6,.88));z-index:1;pointer-events:none;}
.rr-process .container{position:relative;z-index:2;}
.rr-process .rr-eyebrow,.rr-process .rr-sec-t,.rr-process .rr-sec-sub{text-shadow:0 1px 14px rgba(0,0,0,.45);}
.rr-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:70px;position:relative;}
.rr-flow::before{content:"";position:absolute;top:26px;left:6%;right:6%;height:1px;background:rgba(212,175,55,.2);}
@media(max-width:980px){.rr-flow{grid-template-columns:repeat(3,1fr)}.rr-flow::before{display:none}}
@media(max-width:600px){.rr-flow{grid-template-columns:repeat(2,1fr)}}
.rr-step{text-align:center;padding:6px 8px;position:relative;background:rgba(10,8,6,.35);backdrop-filter:blur(2px);border-radius:6px;transition:background .3s ease,transform .3s ease;}
.rr-step:hover{background:rgba(10,8,6,.55);transform:translateY(-3px);}
.rr-circle{width:52px;height:52px;border-radius:50%;background:rgba(10,8,6,.6);border:1px solid rgba(212,175,55,.6);display:flex;align-items:center;justify-content:center;font-family:'Times New Roman',Georgia,serif;font-size:19px;color:#d4af37;margin:0 auto 16px;position:relative;z-index:2;transition:background .3s ease,color .3s ease;}
.rr-step:hover .rr-circle{background:#d4af37;color:#1a1a1a;}
.rr-step h4{margin:0 0 6px;font-size:16px;color:#fff;font-weight:600;text-shadow:0 1px 8px rgba(0,0,0,.5);}
.rr-step p{margin:0 0 8px;font-size:12px;color:rgba(255,255,255,.75);line-height:1.6;text-shadow:0 1px 6px rgba(0,0,0,.4);}
.rr-week{font-size:11px;letter-spacing:.16em;color:#e6c865;font-family:'Times New Roman',Georgia,serif;}

/* ---------- FAQ 7 问 (含右侧联系栏 · 深金 · 紧凑精致) ---------- */
.rr-faq{background:#12100d;padding:64px 0;}
.rr-faqwrap{display:block;margin-top:28px;}
.rr-faqlist{border-top:1px solid rgba(212,175,55,.16);display:grid;grid-template-columns:1fr 1fr;column-gap:48px;row-gap:0;align-items:start;}
@media(max-width:860px){.rr-faqlist{grid-template-columns:1fr;column-gap:0}}
.rr-faqlist details{border-bottom:1px solid rgba(212,175,55,.16);align-self:start;}
.rr-faqlist summary{cursor:pointer;list-style:none;display:flex;gap:16px;align-items:flex-start;padding:17px 6px;font-size:16px;color:#f6f1e6;font-weight:500;line-height:1.5;position:relative;padding-right:36px;transition:padding-left .35s ease,color .3s ease,background .3s ease;border-radius:4px;}
.rr-faqlist summary:hover{color:#fff;padding-left:14px;background:linear-gradient(90deg,rgba(212,175,55,.06),transparent 60%);}
.rr-faqlist summary::-webkit-details-marker{display:none;}
.rr-faqlist summary b{font-family:'Times New Roman',Georgia,serif;font-size:13px;color:#c9a83c;letter-spacing:.06em;min-width:26px;font-weight:600;transition:transform .35s ease,color .3s;}
.rr-faqlist details[open] summary b{color:#d4af37;}
.rr-faqlist summary::after{content:"+";position:absolute;right:4px;top:15px;color:#c9a83c;font-size:19px;font-weight:300;transition:transform .35s ease,color .3s;}
.rr-faqlist details[open] summary::after{transform:rotate(45deg);color:#d4af37;}
/* 平滑展开动画 */
.rr-faqa{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.16,1,.3,1);}
.rr-faqain{overflow:hidden;}
.rr-faqlist details[open] .rr-faqa{grid-template-rows:1fr;}
.rr-faqa p{padding:0 6px 16px 48px;margin:0;font-size:14px;line-height:1.85;color:rgba(246,241,230,.6);transform:translateY(-4px);opacity:0;transition:transform .4s ease .08s,opacity .35s ease .08s;}
.rr-faqlist details[open] .rr-faqa p{transform:translateY(0);opacity:1;}
.rr-faqside{background:rgba(255,248,232,.04);border:1px solid rgba(212,175,55,.2);border-top:2px solid rgba(212,175,55,.5);padding:26px 26px;}
.rr-faqside h3{margin:0 0 10px;font-size:20px;font-weight:600;color:#f6f1e6;}
.rr-faqside p{margin:0 0 20px;font-size:13.5px;line-height:1.8;color:rgba(246,241,230,.58);}
.rr-faqside a:hover{background:#d4af37;color:#1a1a1a;}
.featured-card .featured-body{
  position:relative;
  display:block;
  padding:16px;
  background:#1a1a1a;
}
.featured-card .featured-info h3{
  margin:0 0 10px;
  font-family:'Times New Roman',Georgia,serif;
  font-size:18px;
  font-weight:400;
  color:#f6f1e6;
  letter-spacing:.02em;
}
.featured-card .featured-hook{
  list-style:none;
  margin:0;
  padding:10px 0 0;
  border-top:1px solid rgba(212,175,55,.22);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  font-size:11px;
  letter-spacing:.05em;
  color:rgba(255,255,255,.55);
  padding-right:0;
}
.featured-card .featured-hook li{
  display:inline-flex;
  flex-direction:row;
  align-items:baseline;
  gap:6px;
  padding:0;
  border:none;
  flex:0 1 auto;
  max-width:100%;
}
/* 仅第二行: 前置一个很细的金点, 点后留大间距, 把整行文字往右压出层次 */
.featured-card .featured-hook li + li{
  padding-left:16px;
}
.featured-card .featured-hook li + li::before{
  content:"·";
  font-size:10px;
  font-weight:300;
  color:#d4af37;
  opacity:.6;
  line-height:1;
  flex:0 0 auto;
  margin:0 14px 0 0;
  align-self:center;
}
.featured-card .featured-hook span{
  font-size:9px;letter-spacing:.18em;
  color:rgba(212,175,55,.75);
  text-transform:uppercase;
  margin-bottom:0;
  flex:0 0 auto;
}
.featured-card .featured-hook b{
  font-family:'Times New Roman',Georgia,serif;
  font-size:12px;font-weight:500;
  color:#f6f1e6;
  letter-spacing:.01em;
  white-space:nowrap;
}
/* 圆钮绝对定位右下, 信息区/金线铺满整卡宽 */
.featured-card .featured-cart{
  position:absolute;
  right:12px;
  bottom:12px;
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
  background:transparent;
  border:1px solid rgba(212,175,55,.5);
  border-radius:50%;
  font-size:15px;
  line-height:1;
  color:#d4af37;
  text-decoration:none;
  transition:background .25s ease,color .25s ease;
}
.featured-card .featured-cart:hover{
  background:#d4af37;
  color:#1a1a1a;
}

/* ---------- AS FEATURED IN / TRUSTED BY ---------- */
.featured-in-section{
  padding:90px 0 100px;
  background:linear-gradient(180deg,#14140f 0%,#0e0e10 100%);
}
.featured-in-section 

.featured-in-marquee{
  margin-top:50px;
  overflow:hidden;
  position:relative;
  padding:24px 0;
  border-top:1px solid rgba(212,175,55,.18);
  border-bottom:1px solid rgba(212,175,55,.18);
  background:rgba(0,0,0,.18);
}
.featured-in-marquee::before,
.featured-in-marquee::after{
  content:"";
  position:absolute;
  top:0;bottom:0;
  width:120px;
  z-index:2;
  pointer-events:none;
}
.featured-in-marquee::before{left:0;background:linear-gradient(90deg,#14140f,transparent);}
.featured-in-marquee::after{right:0;background:linear-gradient(-90deg,#0e0e10,transparent);}
.marquee-track{
  display:flex;
  align-items:center;
  gap:36px;
  white-space:nowrap;
  animation:luxMarquee 32s linear infinite;
  width:max-content;
}
.fi-logo{
  font-family:'Times New Roman',Georgia,serif;
  font-size:22px;
  color:rgba(246,241,230,.7);
  letter-spacing:.06em;
  font-weight:300;
  transition:color .35s ease;
  flex-shrink:0;
}
.fi-logo.fi-serif{font-style:italic;letter-spacing:.04em;}
.fi-logo:hover{color:#d4af37;}
.fi-sep{
  color:rgba(212,175,55,.4);
  font-size:18px;
  flex-shrink:0;
}
@keyframes luxMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* ---------- 三段引语 ---------- */
.featured-in-testimonials{
  margin-top:70px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.fi-quote{
  position:relative;
  margin:0;
  padding:36px 28px 30px;
  background:#18181b;
  border:1px solid rgba(212,175,55,.15);
  border-radius:0;
  transition:border-color .35s ease,transform .35s ease;
}
.fi-quote:hover{border-color:rgba(212,175,55,.55);transform:translateY(-4px);}
.fi-quote-mark{
  position:absolute;
  top:-14px;left:24px;
  font-family:'Times New Roman',Georgia,serif;
  font-size:80px;
  line-height:1;
  color:#d4af37;
  background:#18181b;
  padding:0 8px;
}
.fi-quote p{
  margin:0 0 18px;
  font-size:13.5px;line-height:1.75;
  color:rgba(246,241,230,.85);
  font-style:italic;
}
.fi-quote footer{
  padding-top:14px;
  border-top:1px solid rgba(212,175,55,.15);
  font-size:11px;letter-spacing:.18em;
  color:rgba(212,175,55,.85);
  text-transform:uppercase;
  display:flex;flex-direction:column;
  gap:2px;
}
.fi-quote footer b{color:#f6f1e6;font-weight:500;}

/* ---------- Jewel-tone accents (small touches for new sections) ---------- */
.lux-eyebrow{
  background:rgba(31,107,80,.18);
  border-color:rgba(31,107,80,.55);
  color:var(--lux-champagne);
}
.craft-concierge{
  background:linear-gradient(135deg,#161616 0%,#1a2421 100%);
  border-color:rgba(31,107,80,.4);
}

/* ---------- RESPONSIVE for P1 ---------- */
@media (max-width:1024px){
  .featured-in-testimonials{grid-template-columns:1fr;}
  .featured-card .featured-hook{flex-wrap:wrap;}
  .featured-card .featured-hook li{flex:1 0 30%;}
}
@media (max-width:640px){
  .featured-card .featured-hook li{flex:1 0 28%;}
  .fi-logo{font-size:16px;}
  .featured-in-marquee{padding:18px 0;}
}

/* ==============  P1 FOOTER + FOSHAN BANNER 2026-09-03  ============== */

/* ---------- FOSHAN BANNER (替换原 showroom-banner) ---------- */
.foshan-banner{
  position:relative;
  padding:140px 0 120px;
  background-size:cover;background-position:center;
  background-attachment:fixed;
  color:#f6f1e6;
  text-align:center;
  border-top:1px solid rgba(212,175,55,.2);
  border-bottom:1px solid rgba(212,175,55,.2);
}
.foshan-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(11,11,13,.78) 100%);
}
.foshan-inner{position:relative;z-index:2;max-width:760px;margin:0 auto;}
.foshan-eyebrow{
  display:inline-block;
  font-size:10px;letter-spacing:.45em;
  color:#d4af37;text-transform:uppercase;
  border:1px solid rgba(212,175,55,.45);
  padding:8px 18px;border-radius:999px;
  margin-bottom:30px;
  background:rgba(0,0,0,.3);
}
.foshan-banner h2{
  font-family:'Times New Roman',Georgia,serif;
  font-size:clamp(48px,6vw,84px);
  font-weight:300;
  color:#f6f1e6;
  letter-spacing:.12em;
  margin:0;
  text-shadow:0 4px 32px rgba(0,0,0,.6);
}
.foshan-rule{
  width:80px;height:2px;
  background:linear-gradient(90deg,transparent,#d4af37,transparent);
  margin:30px auto;
}
.foshan-banner p{
  font-size:clamp(14px,1.15vw,17px);
  line-height:1.8;
  color:rgba(246,241,230,.88);
  font-weight:300;
  margin:0 0 40px;
  max-width:620px;margin-left:auto;margin-right:auto;
}
.foshan-cta{
  display:flex;
  gap:18px;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:60px;
}
.foshan-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  max-width:600px;
  margin:0 auto;
  padding-top:50px;
  border-top:1px solid rgba(212,175,55,.2);
}
.foshan-meta>div{text-align:center;}
.foshan-meta b{
  display:block;
  font-family:'Times New Roman',Georgia,serif;
  font-size:30px;color:#d4af37;
  font-weight:400;
  margin-bottom:6px;
  letter-spacing:.02em;
}
.foshan-meta span{
  font-size:10px;letter-spacing:.3em;
  color:rgba(246,241,230,.7);
  text-transform:uppercase;
}

/* ---------- FOOTER TOP 品牌声明 ---------- */
.site-footer-lux{
  background:#0b0b0d;
  color:rgba(246,241,230,.78);
  border-top:1px solid rgba(212,175,55,.2);
}
.footer-top{
  padding:80px 0 50px;
  border-bottom:1px solid rgba(212,175,55,.12);
}
.footer-brand{max-width:900px;margin:0 auto;text-align:center;}
.footer-mark{
  font-family:'Times New Roman',Georgia,serif;
  font-size:46px;font-weight:300;
  color:#f6f1e6;
  letter-spacing:.3em;
  margin:0 0 22px;
}
.footer-tagline{
  font-size:18px;line-height:1.85;
  color:rgba(246,241,230,.85);
  font-weight:400;
  letter-spacing:.02em;
  margin:0 0 30px;
}
.footer-markets{
  display:flex;flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px 12px;
  font-size:10px;letter-spacing:.25em;
  color:rgba(212,175,55,.85);
  text-transform:uppercase;
}
.footer-markets span{
  color:rgba(246,241,230,.5);
  margin-right:6px;
}
.footer-markets b{color:#f6f1e6;font-weight:400;}
.footer-markets i{
  color:rgba(212,175,55,.5);
  font-style:normal;
  margin:0 2px;
}

/* ---------- FOOTER MAIN 4 列 ---------- */
.footer-main{padding:70px 0 50px;}
.footer-cols{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:50px;
}
.footer-col h4{
  font-family:'Times New Roman',Georgia,serif;
  font-size:13px;letter-spacing:.32em;
  color:#d4af37;
  font-weight:500;
  text-transform:uppercase;
  margin:0 0 24px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(212,175,55,.25);
}
.footer-col ul{list-style:none;margin:0;padding:0;}
.footer-col li{
  margin-bottom:12px;
  font-size:13px;
  display:flex;flex-direction:column;
  gap:2px;
}
.footer-col li a{
  color:rgba(246,241,230,.78);
  text-decoration:none;
  transition:color .3s ease;
}
.footer-col li a:hover{color:#d4af37;}
.footer-contact li .fc-label{
  font-size:9px;letter-spacing:.3em;
  color:rgba(212,175,55,.7);
  text-transform:uppercase;
  margin-bottom:4px;
}
.footer-contact li span:not(.fc-label){color:rgba(246,241,230,.7);}

/* ---------- Newsletter & 社交 ---------- */
.footer-col-wide h4{margin-bottom:18px;}
.footer-news-desc{
  font-size:13px;line-height:1.65;
  color:rgba(246,241,230,.7);
  margin:0 0 18px;
}
.footer-news{
  position:relative;
  display:flex;
  border:1px solid rgba(212,175,55,.3);
  border-radius:0;
  overflow:hidden;
  margin-bottom:24px;
}
.footer-news:focus-within{border-color:#d4af37;}
.fn-input{
  flex:1;
  background:transparent;
  border:none;
  padding:14px 16px;
  color:#f6f1e6;
  font-size:13px;
  outline:none;
  font-family:inherit;
}
.fn-input::placeholder{color:rgba(246,241,230,.4);}
.fn-btn{
  background:linear-gradient(135deg,#d4af37,#b8941e);
  color:#0b0b0d;
  border:none;
  padding:0 26px;
  letter-spacing:.25em;
  font-size:11px;
  font-weight:600;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .3s ease;
}
.fn-btn:hover{background:linear-gradient(135deg,#f4d781,#d4af37);}
.fn-ok{
  position:absolute;
  left:0;right:0;top:100%;
  text-align:center;
  font-size:12px;
  color:#d4af37;
  background:rgba(11,11,13,.95);
  padding:10px;
  margin-top:6px;
  border:1px solid rgba(212,175,55,.4);
  opacity:0;
  pointer-events:none;
  transition:opacity .35s ease;
}
.footer-social{
  display:flex;gap:10px;
}
.footer-social a{
  width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;
  background:transparent;
  border:1px solid rgba(212,175,55,.3);
  color:rgba(246,241,230,.7);
  text-decoration:none;
  font-size:11px;letter-spacing:.05em;
  font-weight:500;
  transition:all .3s ease;
}
.footer-social a:hover{
  background:rgba(212,175,55,.12);
  border-color:#d4af37;
  color:#d4af37;
  transform:translateY(-2px);
}

/* ---------- FOOTER BOTTOM 法务 + 货币 ---------- */
.footer-bottom-lux{
  background:#08080a;
  padding:24px 0;
  border-top:1px solid rgba(212,175,55,.12);
  font-size:11px;
  letter-spacing:.05em;
  color:rgba(246,241,230,.55);
}
.fbl-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}
.fbl-copy{color:rgba(246,241,230,.55);}
.fbl-legal{display:flex;gap:24px;flex-wrap:wrap;}
.fbl-legal a{
  color:rgba(246,241,230,.55);
  text-decoration:none;
  transition:color .3s ease;
}
.fbl-legal a:hover{color:#d4af37;}
.fbl-region{
  display:flex;align-items:center;gap:14px;
}
.fbl-region span{color:rgba(212,175,55,.7);letter-spacing:.18em;text-transform:uppercase;font-size:10px;}
.fbl-currency{
  background:transparent;
  border:1px solid rgba(212,175,55,.3);
  color:rgba(246,241,230,.85);
  padding:6px 12px;
  font-size:11px;letter-spacing:.18em;
  font-family:inherit;
  outline:none;
  cursor:pointer;
}
.fbl-currency option{background:#0b0b0d;color:#f6f1e6;}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1024px){
  .footer-cols{grid-template-columns:repeat(2,1fr);gap:40px;}
  .foshan-meta{grid-template-columns:repeat(3,1fr);gap:20px;}
}
@media (max-width:640px){
  .footer-cols{grid-template-columns:1fr;gap:36px;}
  .fbl-row{flex-direction:column;align-items:flex-start;gap:14px;}
  .foshan-meta{grid-template-columns:1fr;gap:16px;}
  .footer-markets{font-size:9px;letter-spacing:.2em;}
  .footer-news{flex-direction:column;}
  .fn-btn{padding:12px;}
}

/* ==============  TRANSPARENT HEADER + ANIMATIONS 2026-09-03  ============== */

/* ---------- 透明浮在 Hero 上 ---------- */
.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:9999;
  background:transparent;
  border-bottom:1px solid transparent;
  transition:background .5s ease, border-color .5s ease, backdrop-filter .5s ease;
  padding:18px 0;
}
.site-header.is-scrolled{
  background:rgba(11,11,13,.62);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(212,175,55,.22);
  padding:10px 0;
  box-shadow:0 4px 32px rgba(0,0,0,.35);
}
.site-header .header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  position:relative;
}

/* ---------- Logo(小衬线 + 金色玫瑰图标呼吸光晕) ---------- */
.site-header .site-branding{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  flex-shrink:0;
  position:relative;
}
.brand-mark{
  width:32px;height:32px;
  color:#d4af37;
  position:relative;
  animation:luxRoseBreath 4.5s ease-in-out infinite;
  filter:drop-shadow(0 0 8px rgba(212,175,55,.45));
}
@keyframes luxRoseBreath{
  0%,100%{filter:drop-shadow(0 0 6px rgba(212,175,55,.35));transform:scale(1);}
  50%{filter:drop-shadow(0 0 14px rgba(212,175,55,.75));transform:scale(1.06);}
}
.brand-mark svg{width:100%;height:100%;display:block;}
.brand-name{
  font-family:'Times New Roman',Georgia,serif;
  font-size:20px;
  letter-spacing:.32em;
  font-weight:300;
  color:#f6f1e6;
  text-transform:uppercase;
  text-shadow:0 1px 8px rgba(0,0,0,.4);
  white-space:nowrap;
}

/* ---------- 单串菜单 ---------- */
.nav-main{
  flex:1;
  display:flex;
  justify-content:center;
}
.nav-main .nav-menu{
  display:flex;
  list-style:none;
  margin:0;padding:0;
  gap:30px;
  align-items:center;
}
.nav-main .menu-item{position:relative;}
.nav-main .menu-item > a{
  display:inline-flex;
  align-items:center;
  padding:10px 4px;
  color:rgba(246,241,230,.92);
  text-decoration:none;
  font-size:11.5px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:400;
  position:relative;
  white-space:nowrap;
  transition:color .3s ease;
  text-shadow:0 1px 6px rgba(0,0,0,.3);
}
/* 中线伸出下划线 */
.nav-main .menu-item > a::after{
  content:"";
  position:absolute;
  left:50%;right:50%;
  bottom:2px;
  height:1px;
  background:#d4af37;
  transition:left .35s cubic-bezier(.2,.7,.2,1), right .35s cubic-bezier(.2,.7,.2,1), opacity .35s ease;
  opacity:0;
}
.nav-main .menu-item:hover > a,
.nav-main .menu-item.current-menu-item > a{
  color:#d4af37;
}
.nav-main .menu-item:hover > a::after,
.nav-main .menu-item.current-menu-item > a::after{
  left:0;right:0;
  opacity:1;
}

/* CONTACT 改金色 CTA 按钮 */
.nav-main .menu-item.menu-cta > a{
  margin-left:10px;
  padding:9px 22px;
  border:1px solid #d4af37;
  color:#d4af37;
  position:relative;
  overflow:hidden;
  transition:color .35s ease, box-shadow .35s ease;
}
.nav-main .menu-item.menu-cta > a::before{
  content:"";
  position:absolute;
  top:0;left:-100%;
  width:60%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
  transform:skewX(-20deg);
  transition:left .8s ease;
}
.nav-main .menu-item.menu-cta:hover > a{
  color:#0b0b0d;
  background:#d4af37;
  box-shadow:0 4px 20px rgba(212,175,55,.4);
}
.nav-main .menu-item.menu-cta:hover > a::before{
  left:120%;
}
.nav-main .menu-item.menu-cta > a::after{display:none;}

/* ---------- 语言切换 ---------- */
.lang-switch{
  display:flex;align-items:center;
  flex-shrink:0;
}
.lang-switch .gtranslate_wrapper,
.lang-switch .gt_switcher{
  background:transparent!important;
}
.site-header .gtranslate_wrapper .gt_switcher .gt_selected a{
  color:rgba(246,241,230,.92)!important;
  font-size:11px!important;
  letter-spacing:.22em!important;
  padding:8px 20px!important;
  border:1.5px solid rgba(246,241,230,.35)!important;
  text-transform:uppercase!important;
}
.site-header.is-scrolled .gtranslate_wrapper .gt_switcher .gt_selected a{
  border-color:rgba(212,175,55,.4)!important;
}
.site-header .gtranslate_wrapper .gt_switcher .gt_selected a:hover{
  border-color:#d4af37!important;
  color:#d4af37!important;
}

/* ---------- 移动端汉堡 ---------- */
.nav-toggle{
  display:none;
  width:40px;height:40px;
  background:transparent;
  border:1px solid rgba(246,241,230,.3);
  cursor:pointer;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  padding:0;
}
.nav-toggle span{
  display:block;
  width:18px;height:1px;
  background:#f6f1e6;
  transition:transform .3s ease, opacity .3s ease;
}
.site-header.is-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg);}
.site-header.is-open .nav-toggle span:nth-child(2){opacity:0;}
.site-header.is-open .nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}

/* ---------- RESPONSIVE ---------- */
@media (max-width:900px){
  .nav-toggle{display:flex;}
  .nav-main{
    position:fixed;
    top:0;right:-100%;
    height:100vh;
    width:80%;max-width:340px;
    background:rgba(11,11,13,.96);
    backdrop-filter:blur(20px);
    flex-direction:column;
    justify-content:flex-start;
    padding:90px 30px 30px;
    transition:right .4s ease;
    border-left:1px solid rgba(212,175,55,.2);
    z-index:9998;
  }
  .site-header.is-open .nav-main{right:0;}
  .nav-main .nav-menu{flex-direction:column;gap:18px;align-items:flex-start;width:100%;}
  .nav-main .menu-item > a{
    font-size:14px;
    padding:14px 4px;
    width:100%;
    border-bottom:1px solid rgba(212,175,55,.1);
  }
  .lang-switch{display:none;}
}
@media (max-width:600px){
  .brand-name{font-size:16px;letter-spacing:.22em;}
  .brand-mark{width:26px;height:26px;}
}

/* ---------- Hero 微调(顶通透明后,Hero 内容上推) ---------- */
.lux-hero{padding-top:80px;}
.lux-hero-inner{padding-top:60px;}

/* Hero 字符逐字 reveal(增强版入场) */
.lux-headline .char{
  display:inline-block;
  margin:0 -.5px;
  opacity:0;
  transform:translateY(12px);
  animation:luxCharIn .9s cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes luxCharIn{
  to{opacity:1;transform:translateY(0) rotateX(0);}
}


/* 隐藏 Hero 标题 br 后的字符(让 JS 接管) */


/* === Featured hook 竖排 + 价格彻底隐藏(2026-09-04) === */
.featured-hook {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.55);
}
.featured-hook li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(212,175,55,0.15);
}
.featured-hook li:last-child { border-bottom: none; }
.featured-hook li span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.featured-hook li b {
  font-weight: 600;
  color: #d4af37;
  font-size: 12px;
}


/* === BESPOKE 3 卡动效 (2026-09-04) === */
.bespoke-card {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s var(--rose-ease), transform .8s var(--rose-ease), border-color .3s ease, box-shadow .3s ease;
}
.bespoke-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.bespoke-card.in-view:nth-child(2) { transition-delay: .12s; }
.bespoke-card.in-view:nth-child(3) { transition-delay: .24s; }

/* 卡顶细金线抽出 */
.bespoke-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose-gold), transparent);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .8s var(--rose-ease) .15s;
}
.bespoke-card.in-view::before { transform: translateX(-50%) scaleX(1); }

/* 序号 01/02/03 渐显 */
.bespoke-card__num {
  display: block;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(212,175,55,.8);
  letter-spacing: .35em;
  margin: 0 0 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s ease .35s, transform .5s var(--rose-ease) .35s;
}
.bespoke-card.in-view .bespoke-card__num {
  opacity: 1;
  transform: translateY(0);
}

/* hover 效果: 上浮 + 金色光晕 */
.bespoke-card:hover {
  border-color: rgba(212,175,55,.6) !important;
  transform: translateY(-4px);
  box-shadow: 0 22px 44px -20px rgba(212,175,55,.35);
}


/* ============================================
   RR TESTIMONIALS - 新评论区 (2026-09-04)
   ============================================ */
.rr-testimonials {
  position: relative;
  padding: 100px 0 110px;
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 50%, #0a0a0a 100%);
  overflow: hidden;
}

/* 背景金色光晕 (慢漂移) */
.rr-testimonials::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(212,175,55,.08) 0%, transparent 65%);
  filter: blur(60px);
  pointer-events: none;
  animation: rr-t-drift 22s ease-in-out infinite;
}
@keyframes rr-t-drift {
  0%, 100% { transform: translateX(-50%) translateY(0) scale(1); opacity: .8; }
  50%      { transform: translateX(-46%) translateY(40px) scale(1.1); opacity: 1; }
}

.rr-t-viewport {
  position: relative;
  width: 100%;
  margin: 60px 0 70px;
  overflow: hidden;
  /* 左右渐隐遮罩 */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.rr-t-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  width: max-content;
  animation: rr-t-marquee 45s linear infinite;
  will-change: transform;
}
.rr-t-viewport:hover .rr-t-track {
  animation-play-state: paused;
}
@keyframes rr-t-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 卡变窄 (一排后单卡不需要 3 列那么宽) */
.rr-testimonials .rr-t-card {
  flex: 0 0 420px;
  width: 420px;
  opacity: 1;
  transform: none;
  /* 关掉入场动效,marquee 持续滚动 */
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
/* 克隆卡不需要延迟 (无 nth-child 链式) */
.rr-testimonials .rr-t-card.in-view {
  opacity: 1;
  transform: none;
}
.rr-testimonials .rr-t-card.in-view:nth-child(N) { transition-delay: 0s; }
/* marquee 模式: 重置 stagger delay */
.rr-testimonials .rr-t-card.in-view:nth-child(2),
.rr-testimonials .rr-t-card.in-view:nth-child(3),
.rr-testimonials .rr-t-card.in-view:nth-child(4),
.rr-testimonials .rr-t-card.in-view:nth-child(5),
.rr-testimonials .rr-t-card.in-view:nth-child(6) {
  transition-delay: 0s;
}


/* 单卡 */
.rr-t-card {
  position: relative;
  padding: 36px 28px 28px;
  background: linear-gradient(180deg, rgba(26,26,26,.9) 0%, rgba(15,15,15,.95) 100%);
  border: 1px solid rgba(212,175,55,.15);
  border-radius: 10px;
  opacity: 0;
  transform: translateY(50px) scale(.97);
  transition: opacity .9s var(--rose-ease), transform .9s var(--rose-ease), border-color .35s ease, box-shadow .35s ease;
}
.rr-t-card.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.rr-t-card.in-view:nth-child(2) { transition-delay: .12s; }
.rr-t-card.in-view:nth-child(3) { transition-delay: .24s; }
.rr-t-card.in-view:nth-child(4) { transition-delay: .36s; }
.rr-t-card.in-view:nth-child(5) { transition-delay: .48s; }
.rr-t-card.in-view:nth-child(6) { transition-delay: .60s; }

/* 卡顶金线抽出 */
.rr-t-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose-gold), transparent);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .8s var(--rose-ease) .2s;
}
.rr-t-card.in-view::before { transform: translateX(-50%) scaleX(1); }

/* 卡底 RR 印章 */
.rr-t-card::after {
  content: "”";  /* 右双引号 大字符 */
  position: absolute;
  bottom: -22px;
  right: 18px;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 120px;
  line-height: 1;
  color: rgba(212,175,55,.07);
  pointer-events: none;
  user-select: none;
}

/* hover 效果 */
.rr-t-card:hover {
  border-color: rgba(212,175,55,.6);
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -22px rgba(212,175,55,.4);
}

/* 卡头: 国旗 + 评分 */
.rr-t-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.rr-t-flag {
  font-size: 32px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.5));
}
.rr-t-rating {
  display: inline-flex;
  gap: 2px;
}
.rr-t-rating span {
  color: rgba(212,175,55,.25);
  font-size: 14px;
  transform: scale(.5);
  transition: color .4s ease, transform .5s var(--rose-ease);
}
.rr-t-card.in-view .rr-t-rating span {
  color: #d4af37;
  transform: scale(1);
}
.rr-t-card.in-view .rr-t-rating span:nth-child(1) { transition-delay: .3s; }
.rr-t-card.in-view .rr-t-rating span:nth-child(2) { transition-delay: .4s; }
.rr-t-card.in-view .rr-t-rating span:nth-child(3) { transition-delay: .5s; }
.rr-t-card.in-view .rr-t-rating span:nth-child(4) { transition-delay: .6s; }
.rr-t-card.in-view .rr-t-rating span:nth-child(5) { transition-delay: .7s; }

/* 引言 */
.rr-t-quote {
  font-family: 'Times New Roman', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,.85);
  margin: 0 0 24px;
  position: relative;
  padding-left: 18px;
  border-left: 2px solid rgba(212,175,55,.4);
}

/* 卡脚: 头像 + 信息 + verified */
.rr-t-card__foot {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px dashed rgba(212,175,55,.18);
}
.rr-t-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37 0%, #8b6914 100%);
  color: #1a1a1a;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: .04em;
}
.rr-t-meta { flex: 1; min-width: 0; }
.rr-t-name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #f6f1e6;
  letter-spacing: .04em;
}
.rr_t-place {
  margin: 3px 0 0;
  font-size: 11px;
  color: rgba(212,175,55,.7);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rr_t-badge {
  font-size: 9px;
  letter-spacing: .2em;
  color: #d4af37;
  text-transform: uppercase;
  border: 1px solid rgba(212,175,55,.4);
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(212,175,55,.06);
}

/* ===== 数据聚合 ===== */
.rr-t-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 0 60px;
  padding: 36px 0;
  border-top: 1px solid rgba(212,175,55,.2);
  border-bottom: 1px solid rgba(212,175,55,.2);
}
.rr_t-stat {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.rr_t-stat + .rr_t-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(212,175,55,.3), transparent);
}
.rr_t-stat-num {
  display: block;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 42px;
  font-weight: 300;
  color: #d4af37;
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 10px;
}
.rr_t-stat-label {
  display: block;
  font-size: 11px;
  letter-spacing: .25em;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
}

/* CTA */
.rr-t-cta {
  text-align: center;
  margin-top: 20px;
}
.rr-t-cta .btn-gold {
  padding: 14px 36px;
  font-size: 12px;
  letter-spacing: .25em;
}

/* 响应式 */
@media (max-width: 1024px) {
  .rr-testimonials .rr-t-card { flex: 0 0 360px; width: 360px; }
}
@media (max-width: 600px) {
  .rr-testimonials .rr-t-card { flex: 0 0 300px; width: 300px; }
  .rr-t-stats { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
}



/* ============================================
   PRIVATE COMMISSION - 垂直时间轴 (2026-09-04 v3 干净重做)
   ============================================ */
.rr-pc {
  position: relative;
  padding: 70px 0 70px;
  background: linear-gradient(180deg, #0a0a0a 0%, #131313 50%, #0a0a0a 100%);
  overflow: hidden;
}
.rr-pc .container { position: relative; z-index: 1; }

.rr-pc-intro {
  max-width: 760px;
  margin: 16px auto 50px;
  text-align: center;
  font-family: 'Times New Roman', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.7);
}

/* ===== 时间轴主区 ===== */
.rr-pc-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* 中央垂直金线 (绝对定位叠加) */
.rr-pc-vline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent 0%, rgba(212,175,55,.35) 8%, rgba(212,175,55,.35) 92%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.rr-pc-vline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(212,175,55,.9), rgba(212,175,55,.9));
  transition: height 2s var(--rose-ease);
}
.rr-pc-timeline.in-view .rr-pc-vline::before { height: 100%; }

.rr-pc-vline__dot {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0a0a0a;
  border: 1.5px solid rgba(212,175,55,.5);
  z-index: 1;
  transition: background .5s ease, border-color .5s ease, box-shadow .5s ease;
}
.rr-pc-vline__dot[data-i="0"] { top: 10%; }
.rr-pc-vline__dot[data-i="1"] { top: 30%; }
.rr-pc-vline__dot[data-i="2"] { top: 50%; }
.rr-pc-vline__dot[data-i="3"] { top: 70%; }
.rr-pc-vline__dot[data-i="4"] { top: 90%; }
.rr-pc-timeline.in-view .rr-pc-vline__dot {
  background: #d4af37;
  border-color: #d4af37;
  box-shadow: 0 0 14px rgba(212,175,55,.7);
}
.rr-pc-timeline.in-view .rr-pc-vline__dot[data-i="0"] { transition-delay: .3s; }
.rr-pc-timeline.in-view .rr-pc-vline__dot[data-i="1"] { transition-delay: .55s; }
.rr-pc-timeline.in-view .rr-pc-vline__dot[data-i="2"] { transition-delay: .8s; }
.rr-pc-timeline.in-view .rr-pc-vline__dot[data-i="3"] { transition-delay: 1.05s; }
.rr-pc-timeline.in-view .rr-pc-vline__dot[data-i="4"] { transition-delay: 1.3s; }

/* ===== 单行: 3 列 [num | content | img] ===== */
.rr-pc-row {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr 1.3fr;
  align-items: center;
  gap: 28px;
  padding: 18px 0;
  min-height: 200px;
}

/* 偶数步 (right side) 反转顺序: [img | content | num] */
.rr-pc-row[data-side="right"] {
  grid-template-columns: 1.3fr 1fr 110px;
}
.rr-pc-row[data-side="right"] .rr-pc-img     { order: 1; }
.rr-pc-row[data-side="right"] .rr-pc-content { order: 2; }
.rr-pc-row[data-side="right"] .rr-pc-num     { order: 3; }

/* ===== 数字 ===== */
.rr-pc-num {
  font-family: 'Times New Roman', Georgia, serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .9s var(--rose-ease), transform .9s var(--rose-ease);
  /* 让数字与右侧文字区垂直居中 */
  align-self: center;
  padding-top: 0;
}
.rr-pc-row.in-view .rr-pc-num { opacity: 1; transform: translateY(0); transition-delay: 0s; }

.rr-pc-num__main {
  display: block;
  font-size: 56px;
  font-weight: 300;
  font-style: italic;
  color: rgba(212,175,55,.9);
  line-height: 1;
  letter-spacing: -.01em;
  -webkit-text-stroke: 0.5px rgba(212,175,55,.3);
}
.rr-pc-num__total {
  display: block;
  font-size: 10px;
  font-style: normal;
  color: rgba(255,255,255,.45);
  margin: 8px auto 0;
  padding-top: 6px;
  letter-spacing: .3em;
  border-top: 1px solid rgba(212,175,55,.3);
  width: 50%;
  text-align: center;
}

/* ===== 中间文字内容 ===== */
.rr-pc-content {
  padding: 6px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .9s var(--rose-ease) .15s, transform .9s var(--rose-ease) .15s;
}
.rr-pc-row[data-side="left"]  .rr-pc-content { padding-left: 8px; padding-right: 4px; }
.rr-pc-row[data-side="right"] .rr-pc-content { padding-right: 8px; padding-left: 4px; text-align: left; }
.rr-pc-row.in-view .rr-pc-content { opacity: 1; transform: translateY(0); transition-delay: .3s; }

.rr-pc-dur {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .25em;
  color: rgba(212,175,55,0.85);
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid rgba(212,175,55,.3);
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(212,175,55,.04);
}

.rr-pc-content h3 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 600;
  color: #f6f1e6;
  margin: 0 0 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.rr-pc-content p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
  margin: 0 0 12px;
}

.rr-pc-list {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px dashed rgba(212,175,55,.2);
  font-size: 12px;
  color: rgba(255,255,255,.65);
}
.rr-pc-list li {
  padding: 4px 0 4px 16px;
  letter-spacing: .04em;
  position: relative;
}
.rr-pc-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: rgba(212,175,55,.85);
  font-weight: 700;
  font-size: 13px;
}

/* ===== 配图 ===== */
.rr-pc-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #1a1a1a;
  border: 1px solid rgba(212,175,55,.15);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(.95);
  transition: opacity 1s var(--rose-ease) .2s, transform 1s var(--rose-ease) .2s, border-color .35s ease, box-shadow .35s ease;
}
.rr-pc-row.in-view .rr-pc-img {
  opacity: 1;
  transform: scale(1);
  transition-delay: .55s;
}
.rr-pc-img::after {
  content: "Loading...";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: .2em;
  color: rgba(212,175,55,.35);
  text-transform: uppercase;
  background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
  transition: opacity .4s ease;
}
.rr-pc-img.loaded::after { opacity: 0; }
.rr-pc-row:hover .rr-pc-img {
  transform: scale(1.06);
  opacity: 1;
}
@media (max-width: 900px) {
  .rr-pc-row {
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    padding: 40px 0;
  }
  .rr-pc-row[data-side="right"] {
    grid-template-columns: 60px 1fr;
  }
  .rr-pc-row[data-side="right"] .rr-pc-img     { order: 3; grid-column: 2; }
  .rr-pc-row[data-side="right"] .rr-pc-content { order: 2; grid-column: 2; }
  .rr-pc-row[data-side="right"] .rr-pc-num     { order: 1; grid-column: 1; grid-row: 1 / 3; }
  .rr-pc-row[data-side="left"]  .rr-pc-num     { grid-column: 1; grid-row: 1 / 3; }
  .rr-pc-row[data-side="left"]  .rr-pc-content { grid-column: 2; }
  .rr-pc-row[data-side="left"]  .rr-pc-img     { grid-column: 2; }
  .rr-pc-vline { left: 30px; }
  .rr-pc-vline__dot { left: 30px; }
  .rr-pc-num__main { font-size: 70px; }
  .rr-pc-content h3 { font-size: 26px; }
}
/* 引言段 */
.rr-pc-step__num {
  display: inline-block;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 36px;
  font-weight: 300;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: .02em;
}
.rr-pc-step__total {
  font-size: 13px;
  color: rgba(212,175,55,.5);
  margin-left: 4px;
  font-weight: 400;
}

/* SVG 图标 */
.rr-pc-step__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  color: rgba(212,175,55,.6);
  transition: color .4s ease, transform .5s var(--rose-ease);
}
.rr-pc-step__icon svg { width: 100%; height: 100%; }
.rr-pc-step:hover .rr-pc-step__icon {
  color: #d4af37;
  transform: scale(1.08);
}

/* 持续时间小字 */
.rr-pc-step__dur {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .25em;
  color: rgba(212,175,55,.65);
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid rgba(212,175,55,.25);
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(212,175,55,.04);
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.rr-pc-step:hover .rr-pc-step__dur {
  color: #f4d781;
  border-color: rgba(212,175,55,.7);
  background: rgba(212,175,55,.1);
}

/* 标题 + 描述 */
.rr-pc-step h3 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 19px;
  font-weight: 600;
  color: #f6f1e6;
  margin: 0 0 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rr-pc-step > p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,.65);
  margin: 0 0 18px;
  letter-spacing: .01em;
}

/* 列表点 */
.rr-pc-step__list {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px dashed rgba(212,175,55,.15);
  font-size: 11px;
  color: rgba(255,255,255,.55);
}
.rr-pc-step__list li {
  padding: 4px 0;
  letter-spacing: .04em;
  position: relative;
  padding-left: 14px;
}
.rr-pc-step__list li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: rgba(212,175,55,.7);
  font-weight: 600;
}

/* 响应式 */
@media (max-width: 1024px) {
  .rr-pc-timeline { grid-template-columns: repeat(2, 1fr); }
  .rr-pc-line { display: none; }
}
@media (max-width: 600px) {
  .rr-pc-timeline { grid-template-columns: 1fr; }
  .rr-pc-intro { font-size: 15px; }
}
/* featured-in section：标题两侧装饰线隐藏（不破坏通用规则） */
.featured-in-section .section-title-with-lines::before,
.featured-in-section .section-title-with-lines::after{
  display:none;
}



/* ===== Signature Pieces 双排横向滚动大卡 ===== */
.rr-prod-wide{--rr-pad:16px;}
/* 第一排: 区块左右不留黑边(突破container padding铺满), 产品间距保留 */



.rr-scroll-rows{margin-top:40px;overflow:hidden;width:100vw;margin-left:calc(50% - 50vw);}
.rr-scroll-row{overflow:hidden;}
.rr-scroll-row + .rr-scroll-row{margin-top:26px;}
.rr-scroll-track{display:flex;width:max-content;will-change:transform;animation:rrScrollX linear infinite;}
.rr-scroll-row[data-row="1"] .rr-scroll-track{animation-duration:55s;}
.rr-scroll-row[data-row="2"] .rr-scroll-track{animation-duration:65s;animation-delay:-6s;}
.rr-scroll-row:hover .rr-scroll-track{animation-play-state:paused;}
.rr-scroll-card{flex:0 0 500px;width:500px;position:relative;display:block;overflow:hidden;text-decoration:none;background:#141414;margin-right:20px;}

.rr-scroll-card .rr-wide-img{aspect-ratio:3/2;overflow:hidden;}
.rr-scroll-card .rr-wide-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.rr-scroll-card:hover .rr-wide-img img{transform:scale(1.05);}
.rr-scroll-card .rr-wide-overlay{position:absolute;left:0;right:0;bottom:0;padding:30px 22px 14px;background:linear-gradient(to top,rgba(10,8,6,.85),transparent);}
.rr-scroll-card .rr-wide-overlay h3{margin:0 0 3px;font-size:19px;color:#f6f1e6;font-family:'Playfair Display',serif;}
.rr-scroll-card .rr-wide-overlay span{font-size:10px;letter-spacing:.15em;color:#d4af37;text-transform:uppercase;}
@keyframes rrScrollX{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(max-width:640px){.rr-scroll-card{flex:0 0 300px;width:300px;}}


/* ===== 参观佛山工厂: 左右分栏 ===== */
.fs-split{padding:90px 0;background-size:cover;background-position:center;position:relative;}
.fs-overlay{position:absolute;inset:0;background:rgba(8,6,4,.78);z-index:0;}
.fs-grid{position:relative;z-index:1;}
.fs-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.fs-left{position:relative;padding-right:10px;}
.fs-right{padding-left:10px;}
.fs-contact-card{background:linear-gradient(160deg,rgba(10,8,5,.45),rgba(6,5,3,.25));border:1px solid rgba(212,175,55,.28);border-radius:18px;padding:44px 40px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);}
.fs-contact-card .fs-c-eyebrow{font-size:11px;letter-spacing:.22em;color:#d4af37;text-transform:uppercase;}
.fs-contact-card h3{margin:16px 0 18px;font-size:34px;line-height:1.3;color:#f6f1e6;font-family:'Playfair Display',serif;}
.fs-c-lead{font-size:15px;line-height:1.9;color:#cfc7b8;margin:0 0 22px;}
.fs-c-list{list-style:none;margin:0 0 28px;padding:0;}
.fs-c-list li{position:relative;padding:9px 0 9px 30px;font-size:14px;color:#e8e0d0;border-top:1px solid rgba(255,255,255,.05);}
.fs-c-list li:first-child{border-top:none;}
.fs-c-list li::before{content:"";position:absolute;left:4px;top:18px;width:9px;height:9px;border-right:2px solid #d4af37;border-bottom:2px solid #d4af37;transform:rotate(45deg);}
@media(max-width:900px){.fs-grid{grid-template-columns:1fr;gap:40px;}.fs-left,.fs-right{padding:0;}}

/* ===== 联系我们/合作意向 (v8 风格) ===== */
.fs-split{padding:56px 0;background-size:cover;background-position:center;position:relative;}
.fs-split .fs-overlay{position:absolute;inset:0;background:rgba(9,7,4,.82);z-index:0;}
.fs-split .container{position:relative;z-index:1;}
.fs-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;}
.fs-left-inner{color:#efe8d8;}
.fs-c-eyebrow{font-size:11px;letter-spacing:.22em;color:#d4af37;text-transform:uppercase;display:block;margin-bottom:18px;}
.fs-title{font-size:30px;line-height:1.25;color:#f8f3e6;font-family:'Playfair Display',serif;margin:0 0 16px;font-weight:700;white-space:nowrap;}
@media(max-width:1200px){.fs-title{font-size:28px;}}
@media(max-width:1000px){.fs-title{font-size:24px;white-space:normal;}}
.fs-gold{color:#d4af37;font-style:italic;}
.fs-c-lead{font-size:15px;line-height:1.8;color:#d6cdbc;margin:0 0 18px;max-width:520px;}
.fs-c-list{list-style:none;margin:0 0 20px;padding:0;}
.fs-c-list li{position:relative;padding:6px 0 6px 30px;font-size:14px;color:#ece3d2;border-top:1px solid rgba(255,255,255,.06);}
.fs-c-list li:first-child{border-top:none;}
.fs-c-list li::before{content:"";position:absolute;left:4px;top:20px;width:10px;height:10px;border-right:2px solid #d4af37;border-bottom:2px solid #d4af37;transform:rotate(45deg);}
.fs-meta{display:flex;margin-top:18px;border-top:1px solid rgba(212,175,55,.25);padding-top:16px;}
.fs-meta > div{flex:1;text-align:center;position:relative;}
.fs-meta > div + div::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:1px;background:rgba(212,175,55,.22);}
.fs-meta b{display:block;font-size:22px;color:#d4af37;font-family:'Playfair Display',serif;}
.fs-meta span{font-size:11px;color:#b9af9d;letter-spacing:.04em;}
/* 右侧表单 */
.fs-right{display:flex;justify-content:center;}
.fs-form-wrap{width:100%;max-width:520px;background:linear-gradient(160deg,rgba(12,9,5,.42),rgba(6,5,3,.22));border:1px solid rgba(212,175,55,.3);border-radius:18px;padding:28px 34px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);}
.fs-form-title{font-size:26px;color:#f6efdf;font-family:'Playfair Display',serif;margin:0 0 6px;}
.fs-form-note{font-size:12.5px;color:#c9bfad;margin:0 0 16px;}
.fs-form{display:flex;flex-direction:column;gap:10px;}
.fs-form input,.fs-form select,.fs-form textarea{width:100%;box-sizing:border-box;padding:11px 14px;border:1px solid rgba(212,175,55,.32);border-radius:9px;background:rgba(8,6,4,.4);font-size:15px;color:#f2ecdf;outline:none;transition:border-color .2s,background .2s;}
.fs-form input:focus,.fs-form select:focus,.fs-form textarea:focus{border-color:#d4af37;}
.fs-form select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%238a8173' stroke-width='2' fill='none'/></svg>");background-repeat:no-repeat;background-position:right 16px center;color:#6b6255;}
.fs-form select:invalid,.fs-form select option{color:#8a8173;}
.fs-form input::placeholder,.fs-form textarea::placeholder{color:#b3a894;}
.fs-form textarea{resize:vertical;min-height:80px;}
.fs-submit{width:100%;padding:14px;background:transparent;color:#d4af37;border:1px solid #d4af37;border-radius:9px;font-size:15px;font-weight:600;letter-spacing:.06em;cursor:pointer;transition:background .25s,color .25s,transform .15s;}
.fs-submit:hover{background:#d4af37;color:#1a1a1a;transform:translateY(-1px);}
@media(max-width:920px){.fs-grid{grid-template-columns:1fr;gap:48px;}}

/* 强制表单深色半透明(覆盖全局input样式) */
.fs-form-wrap .fs-form input,
.fs-form-wrap .fs-form select,
.fs-form-wrap .fs-form textarea{
  background:rgba(6,4,2,.45) !important;
  border:1px solid rgba(212,175,55,.4) !important;
  color:#f5efe2 !important;
  border-radius:9px;
}
.fs-form-wrap .fs-form input:focus,
.fs-form-wrap .fs-form select:focus,
.fs-form-wrap .fs-form textarea:focus{background:rgba(10,7,4,.6) !important;border-color:#d4af37 !important;}
.fs-form-wrap .fs-form input::placeholder,
.fs-form-wrap .fs-form textarea::placeholder{color:#b9ae98 !important;opacity:1;}
.fs-form-wrap .fs-form select{color:#f5efe2 !important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%23d4af37' stroke-width='2' fill='none'/></svg>"),linear-gradient(rgba(6,4,2,.45),rgba(6,4,2,.45)) !important;background-repeat:no-repeat;background-position:right 16px center,0 0;background-size:auto,100% 100%;}
.fs-form-wrap .fs-form select option{background:#14100a;color:#e9e0cf;}

/* ===== 表单深色终极修复: select/option/autofill/focus ===== */
.fs-form-wrap .fs-form select,
.fs-form-wrap .fs-form select:invalid{
  background-color:rgba(6,4,2,.45) !important;
  color:#f5efe2 !important;
}
.fs-form-wrap .fs-form select option{
  background:#171208 !important;
  color:#efe6d4 !important;
}
.fs-form-wrap .fs-form select option:disabled,
.fs-form-wrap .fs-form select option[value=""]{color:#a89c86 !important;}
/* 输入框: focus 深色; autofill 强制深色 */
.fs-form-wrap .fs-form input:focus,
.fs-form-wrap .fs-form input:active,
.fs-form-wrap .fs-form textarea:focus{
  background:rgba(10,7,4,.6) !important;
  border-color:#d4af37 !important;
}
.fs-form-wrap .fs-form input:-webkit-autofill,
.fs-form-wrap .fs-form input:-webkit-autofill:hover,
.fs-form-wrap .fs-form input:-webkit-autofill:focus{
  -webkit-text-fill-color:#f5efe2 !important;
  -webkit-box-shadow:0 0 0 1000px #1a1307 inset !important;
  box-shadow:0 0 0 1000px #1a1307 inset !important;
  transition:background-color 9999s ease-in-out 0s;
}

/* ===== 修复合作类型下拉框黄色锯齿 ===== */
.fs-form-wrap .fs-form select{
  background-image:none !important;
  background-color:rgba(6,4,2,.5) !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance:none !important;
  padding-right:16px;
  color:#f5efe2 !important;
}
.fs-form-wrap .fs-form select option{
  background:#171208 !important;
  color:#efe6d4 !important;
}
.fs-form-wrap .fs-form select option:first-child,
.fs-form-wrap .fs-form select option[value=""]{color:#a89c86 !important;}


/* ===== Rosy Rose 在线聊天部件 (WhatsApp + 微信) ===== */
#rr-chat-widget{position:fixed;right:24px;bottom:24px;z-index:9999;font-family:inherit}
/* 触发按钮: 双图标圆钮 */
#rr-chat-trigger{
  width:62px;height:62px;border-radius:50%;border:none;cursor:pointer;
  background:linear-gradient(135deg,#0e2a22 0%,#14532d 100%);
  position:relative;display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px rgba(14,42,34,.5);
  transition:transform .25s;
}
#rr-chat-trigger:hover{transform:scale(1.06)}
#rr-chat-trigger .rr-trig-icon{width:26px;height:26px;position:absolute}
#rr-chat-trigger .rr-ic-wa{left:9px}
#rr-chat-trigger .rr-ic-wc{right:9px}
#rr-chat-trigger .rr-trig-pulse{
  position:absolute;inset:-4px;border-radius:50%;background:rgba(18,140,126,.45);
  animation:rrTrigPulse 2.2s infinite;z-index:-1;
}
@keyframes rrTrigPulse{0%{transform:scale(.9);opacity:.7}70%{transform:scale(1.5);opacity:0}100%{opacity:0}}
/* 聊天面板 */
#rr-chat-box{
  position:absolute;right:0;bottom:76px;width:330px;max-width:calc(100vw - 32px);
  background:#fff;border-radius:14px;overflow:hidden;
  box-shadow:0 16px 50px rgba(0,0,0,.22);
  display:none;flex-direction:column;
  transform-origin:bottom right;
}
#rr-chat-box.open{display:flex;animation:rrChatIn .28s ease}
@keyframes rrChatIn{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}
/* header */
.rr-chat-header{background:#0e2a22;background:linear-gradient(135deg,#0e2a22,#14532d);color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}
.rr-chat-hinfo{display:flex;align-items:center;gap:10px}
.rr-chat-ava{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#c9a227,#a8841a);display:flex;align-items:center;justify-content:center;font-weight:700;color:#0e2a22}
.rr-chat-name{font-weight:600;font-size:14px;letter-spacing:.04em}
.rr-chat-status{font-size:11px;color:rgba(255,255,255,.85);display:flex;align-items:center;gap:5px}
.rr-chat-status .dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block}
.rr-chat-min{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;line-height:1;opacity:.8}
.rr-chat-min:hover{opacity:1}
/* tabs */
.rr-chat-tabs{display:flex;background:#f2f6f4;border-bottom:1px solid #e4e9e7}
.rr-tab{flex:1;padding:10px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:#4a5568;font-weight:600;border-bottom:2px solid transparent}
.rr-tab.active{color:#128c7e;border-bottom-color:#25d366;background:#fff}
/* body */
.rr-chat-body{padding:12px;min-height:140px;max-height:280px;overflow-y:auto;background:#f6f8f7}
.rr-msg{background:#fff;border-radius:12px;padding:8px 12px;margin-bottom:8px;max-width:92%;font-size:13px;line-height:1.5;box-shadow:0 1px 2px rgba(0,0,0,.05);position:relative;color:#333}
.rr-msg .rr-time{display:block;font-size:10px;color:#9aa5a0;margin-top:3px}
.rr-wa-tip{background:#e8f5ec;color:#128c7e;font-size:12px;border:1px dashed #25d366}
/* wechat */
#rr-view-wechat{display:flex;align-items:center;justify-content:center}
.rr-wechat-box{text-align:center;padding:10px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}
.rr-wechat-qr{width:160px;height:160px;object-fit:contain;border:1px solid #e4e9e7;border-radius:10px;background:#fff;display:block;margin:0 auto}
.rr-scan-tip{font-size:13px;color:#07c160;font-weight:600;margin:8px 0 4px}
.rr-wechat-alt{font-size:12px;color:#6b7280}
/* input foot */
.rr-chat-foot{display:flex;align-items:center;padding:10px;border-top:1px solid #e4e9e7;gap:8px;background:#fff}
#rr-wa-input{flex:1;border:1px solid #d6dcd9;border-radius:20px;padding:8px 14px;font-size:13px;outline:none;background:#f6f8f7}
#rr-wa-input:focus{border-color:#25d366}
#rr-wa-send{width:auto;height:34px;padding:0 14px;border-radius:20px;border:none;background:#25d366;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}
#rr-wa-send svg{width:16px;height:16px}
#rr-wa-send:hover{background:#128c7e}
@media(max-width:640px){
  #rr-chat-widget{right:14px;bottom:14px}
  #rr-chat-trigger{width:54px;height:54px}
  #rr-chat-trigger .rr-trig-icon{width:22px;height:22px}
  #rr-chat-box{width:300px;bottom:66px}
}


#rr-wa-send span{font-size:13px;margin-left:5px;font-weight:600}
#rr-wa-send svg{width:16px;height:16px}
#rr-wa-send:hover{background:#128c7e}

/* ===== craft区 tab 切换 ===== */
.pm-tabs{display:flex;gap:4px;margin:0 0 26px;}
.pm-tab{background:transparent;border:none;padding:11px 22px;color:#ffffff;font-family:inherit;font-size:14px;letter-spacing:.06em;cursor:pointer;position:relative;transition:color .25s ease;}

.pm-tab:hover{background:#d4af37;color:#1a1a1a;border-radius:4px;}
.pm-tab.active{color:#d4af37;}
.pm-tab.active:hover{background:transparent;color:#d4af37;border-radius:0;}



/* ===== craft区 图片轮播指示点 ===== */
.pm-gallery-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:10px;z-index:5;pointer-events:auto;}
.pm-dot{width:30px;height:3px;background:rgba(255,255,255,.35);border-radius:2px;cursor:pointer;transition:background .3s, width .3s;}
.pm-dot.active{background:#d4af37;width:46px;}

/* ===== 询盘弹窗(探索ROSY ROSE) ===== */
.rr-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:16px;}
.rr-modal.open{display:flex;}
.rr-modal-overlay{position:absolute;inset:0;background:rgba(10,15,13,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}
.rr-modal-box{position:relative;width:min(880px,100%);background:rgba(18,26,22,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(212,175,55,.28);border-radius:16px;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.55);color:#f6f1e6;}
.rr-modal-close{position:absolute;top:12px;right:12px;z-index:5;width:34px!important;height:34px!important;min-width:34px;max-width:34px;padding:0!important;margin:0;border:1px solid rgba(212,175,55,.5);border-radius:50%!important;background:rgba(0,0,0,.35);cursor:pointer;transition:.2s;display:flex!important;align-items:center;justify-content:center;box-shadow:none!important;}
.rr-modal-close .rr-x{display:block;}
.rr-modal-close:hover{background:#d4af37;}
.rr-modal-close:hover .rr-x path{stroke:#1a1a1a!important;}
.rr-modal-cols{display:flex!important;align-items:stretch;flex-direction:row!important;}
.rr-mleft{flex:0 0 40%!important;width:40%!important;max-width:40%;position:relative;padding:34px 26px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(rgba(9,14,12,.55),rgba(9,14,12,.82)),url("https://www.rosyrose.net/wp-content/themes/rosy-rose-child/assets/images/rr-modal-bg.jpg") center/cover no-repeat;border-right:1px solid rgba(212,175,55,.15);}
.rr-mleft-brand{font-size:30px;font-weight:700;letter-spacing:.22em;color:#f6f1e6;margin-bottom:6px;}
.rr-mleft-head{font-size:13px;color:rgba(212,175,55,.85);letter-spacing:.06em;margin-bottom:16px;}
.rr-mleft-list{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:9px;}
.rr-mleft-list li{font-size:13px;line-height:1.5;color:rgba(246,241,230,.8);padding-left:18px;position:relative;}
.rr-mleft-list li::before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border:1.5px solid #d4af37;transform:rotate(45deg);}
.rr-mleft-badges{display:flex;gap:8px;flex-wrap:wrap;}
.rr-mleft-badges span{font-size:11px;color:rgba(246,241,230,.65);border:1px solid rgba(212,175,55,.3);border-radius:6px;padding:3px 9px;letter-spacing:.03em;}
.rr-mright{flex:1 1 60%!important;min-width:0;padding:22px 22px 18px;}
.rr-modal-title{font-size:20px;font-weight:600;color:#d4af37;margin:0 0 2px;}
.rr-modal-sub{font-size:12px;color:rgba(246,241,230,.6);margin:0 0 12px;}
.rr-form-row{display:flex;gap:14px;margin-bottom:0;}
.rr-form-row .rr-field{flex:1;}
.rr-field{margin-bottom:8px;display:flex;flex-direction:column;gap:4px;}
.rr-field label{font-size:12px;color:rgba(246,241,230,.8);}
.rr-req{color:#d4af37;}
.rr-modal .rr-field input,.rr-modal .rr-field select,.rr-modal .rr-field textarea{background:rgba(255,255,255,.06)!important;border:1px solid rgba(212,175,55,.22)!important;border-radius:6px;color:#f6f1e6!important;padding:7px 10px;font-size:12.5px;font-family:inherit;width:100%;outline:none;transition:border-color .2s,background .2s;}
.rr-modal .rr-field input::placeholder,.rr-modal .rr-field textarea::placeholder{color:rgba(246,241,230,.35)!important;}
.rr-modal .rr-field input:focus,.rr-modal .rr-field select:focus,.rr-modal .rr-field textarea:focus{border-color:#d4af37!important;background:rgba(255,255,255,.09)!important;}
.rr-modal .rr-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23d4af37'/></svg>");background-repeat:no-repeat;background-position:right 12px center;}
.rr-modal .rr-field select option{background:#16201b;color:#f6f1e6;}
.rr-modal .rr-field input[type=file]{padding:7px 12px;color:rgba(246,241,230,.7)!important;}
.rr-hint{font-size:11px;color:rgba(246,241,230,.4);}
.rr-note{font-size:11.5px;color:rgba(212,175,55,.75);background:rgba(212,175,55,.07);border:1px dashed rgba(212,175,55,.3);border-radius:7px;padding:8px 12px;margin:4px 0 14px;line-height:1.55;}
.rr-inq-submit{display:block;width:100%;border:none;background:#0e1f18;border:1px solid #d4af37;color:#d4af37;font-weight:600;padding:9px;border-radius:7px;font-size:14px;letter-spacing:.1em;cursor:pointer;text-align:center;transition:.2s;margin:0 auto;}
.rr-inq-submit:hover{background:#d4af37;color:#1a1a1a;}
.rr-form-msg{text-align:center;font-size:13px;margin-top:10px;min-height:16px;}
.rr-form-msg.ok{color:#7ecb8f;}
.rr-form-msg.err{color:#e0756b;}
@media(max-width:760px){.rr-modal-cols{flex-direction:column;}.rr-mleft{width:100%;border-right:none;border-bottom:1px solid rgba(212,175,55,.15);padding:20px;}.rr-mleft-img{height:100px;}.rr-form-row{flex-direction:column;gap:0;}.rr-mright{padding:22px 18px 18px;}}

/* ===== 全局去紫 outline (父主题storefront默认紫 focus) ===== */
a:focus,a:focus-visible,button:focus,button:focus-visible,
.btn-gold:focus,.btn-gold:focus-visible,.btn-gold:active,
.fs-submit:focus,.fs-submit:focus-visible,
[class*="btn"]:focus,[class*="btn"]:focus-visible,
.js-open-inquiry:focus,.js-open-inquiry:focus-visible,
input:focus,select:focus,textarea:focus,summary:focus,
details:focus,details:focus-visible,
.rr-modal-close:focus,.rr-modal-close:focus-visible,
.rr-t-cta a:focus,.rr-t-cta button:focus{
  outline:none!important;box-shadow:none!important;
}
a:focus-visible,button:focus-visible{
  outline:none!important;
}

/* 通配去紫保底 */
a,a:link,a:visited,a:hover,a:active,a:focus,
button,button:focus,button:active,button:hover,
[class*="btn"],[class*="btn"]:focus,[class*="btn"]:active,
.lux-btn,.lux-btn:focus,.lux-btn:focus-visible,
input,select,textarea,summary,details{outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent;}

/* 右下角微信/WhatsApp触发图标: 缩小+左右分开+中间斜杠 */
#rr-chat-trigger{width:58px;height:58px;position:relative;overflow:visible;}
#rr-chat-trigger .rr-trig-icon{width:20px!important;height:20px!important;position:absolute!important;top:50%!important;margin-top:-10px!important;}
#rr-chat-trigger .rr-ic-wa{left:8px!important;right:auto!important;}
#rr-chat-trigger .rr-ic-wc{right:8px!important;left:auto!important;}
#rr-chat-trigger::after{content:"";position:absolute;left:50%;top:50%;width:1.5px;height:18px;background:rgba(255,255,255,.55);transform:translate(-50%,-50%) rotate(18deg);}
#rr-chat-trigger .rr-trig-icon{filter:none!important;}

/* ===== About B2B 品牌故事页 时间轴 ===== */
.about-page-b2b{background:#0f0d0b;}
.about-tl{position:relative;padding-left:0;display:grid;gap:0;margin-top:10px;}
.about-tl::before{content:"";position:absolute;left:clamp(10px,2vw,26px);top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,rgba(212,175,55,.15),rgba(212,175,55,.7),rgba(212,175,55,.15));}
.about-tl-item{position:relative;padding-left:clamp(44px,7vw,92px);padding-bottom:30px;margin-left:clamp(10px,2vw,26px);}
.about-tl-item:last-child{padding-bottom:0;}
.about-tl-item::before{content:"";position:absolute;left:-7px;top:6px;width:15px;height:15px;border-radius:50%;background:#0f0d0b;border:3px solid #d4af37;box-shadow:0 0 0 4px rgba(212,175,55,.15);}
.about-tl-item.is-now::before{background:#d4af37;box-shadow:0 0 0 5px rgba(212,175,55,.25),0 0 18px rgba(212,175,55,.5);}
.about-tl-badge{display:inline-block;background:rgba(212,175,55,.12);color:#d4af37;border:1px solid rgba(212,175,55,.4);border-radius:30px;padding:4px 16px;font-size:15px;font-weight:700;letter-spacing:1px;margin-bottom:12px;}
.about-tl-body h3{color:#fff;font-size:clamp(19px,2.4vw,26px);margin-bottom:8px;font-weight:700;}
.about-tl-body p{color:rgba(255,255,255,.72);line-height:1.9;font-size:clamp(13px,1.4vw,15.5px);max-width:620px;}
.tl-now-tag{display:inline-block;background:#d4af37;color:#0f0d0b;font-size:11px;font-weight:800;border-radius:4px;padding:2px 8px;vertical-align:middle;margin-left:6px;letter-spacing:1px;}
@media(max-width:600px){.about-tl-item{padding-left:40px;}.about-tl-badge{font-size:13px;}}

/* 顶部中间 rose logo 左右间距: 40px -> 10px (2026-09-09 老板要求) */
.site-header .header-inner{column-gap:10px !important;}

/* 询盘弹窗文件上传控件英文化 (2026-09-09) */
.rr-field .rr-file{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;cursor:pointer;border:1px dashed rgba(212,175,55,.55);border-radius:6px;padding:8px 12px;background:rgba(255,255,255,.03);}
.rr-file-btn{background:#d4af37;color:#0f0d0b;font-weight:700;font-size:13px;border:none;border-radius:4px;padding:6px 14px;letter-spacing:.3px;}
.rr-file-name{color:rgba(255,255,255,.62);font-size:12.5px;word-break:break-all;}
.rr-field .rr-file input[type=file]{display:none;}

/* 合作卡标题过长溢出: 精准缩 02/03 标题字号(2026-09-09 老板要求,仅这两卡) */
#partner .rr-mcard:nth-child(2) h3{font-size:15px;}
#partner .rr-mcard:nth-child(3) h3{font-size:12.5px;}

/* === 文章正文可见性修复 20260910 === */
.article-detail-page .article-content.animate-fade-in,
.article-detail-page .article-header.animate-fade-in,
.product-detail-page .article-content.animate-fade-in { opacity: 1 !important; transform: none !important; }
.article-detail-page .article-content h2,
.product-detail-page .article-content h2 { font-family: "Playfair Display", "Times New Roman", serif; color: #d4af37; font-size: 26px; line-height: 1.35; margin: 34px 0 14px; }
.article-detail-page .article-content h3,
.product-detail-page .article-content h3 { font-family: "Playfair Display", "Times New Roman", serif; color: #d4af37; font-size: 20px; line-height: 1.4; margin: 26px 0 12px; }
.article-detail-page .article-content a, .product-detail-page .article-content a { color: #d4af37; text-decoration: underline; }
.article-detail-page .article-content ul, .article-detail-page .article-content ol,
.product-detail-page .article-content ul, .product-detail-page .article-content ol { margin: 0 0 18px 22px; color: #d8d2c2; }
.article-detail-page .article-content li, .product-detail-page .article-content li { margin-bottom: 8px; }
.article-detail-page .article-content table, .product-detail-page .article-content table { width: 100%; border-collapse: collapse; margin: 20px 0 30px; font-size: 15px; }
.article-detail-page .article-content th, .article-detail-page .article-content td,
.product-detail-page .article-content th, .product-detail-page .article-content td { border: 1px solid rgba(212,175,55,0.35); padding: 10px 12px; text-align: left; color: #d8d2c2; }
.article-detail-page .article-content th, .product-detail-page .article-content th { color: #d4af37; font-weight: 600; }
.article-detail-page .article-content blockquote, .product-detail-page .article-content blockquote { border-left: 3px solid #d4af37; margin: 20px 0; padding: 6px 18px; color: #e8dcc4; }
