.elementor-3840 .elementor-element.elementor-element-02393bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3840 .elementor-element.elementor-element-774cd25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3840 .elementor-element.elementor-element-2ac4d9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3840 .elementor-element.elementor-element-56f3616{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3840 .elementor-element.elementor-element-ab7015a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3840 .elementor-element.elementor-element-bd57e00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3840 .elementor-element.elementor-element-1061170{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3840 .elementor-element.elementor-element-b808d86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3840 .elementor-element.elementor-element-393c54a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8c8efed *//* ===== GLOBAL TOKENS + RESET ===== */
:root {
  --mint: #ECF5F4;
  --gold: #B8985A;
  --gold-light: #D4B87A;
  --gold-pale: #F0E8D4;
  --cream: #F5F3EE;
  --white: #FFFFFF;
  --ink: #1A1A1A;
  --ink-mid: #3A3A3A;
  --muted: #6E7175;
  --border: #DDD9CF;
  --border-mint: #C8DFDC;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;

  --radius-xs: 3px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 40px;

  --shadow-sm: 0 1px 6px rgba(26,26,26,0.06);
  --shadow-md: 0 4px 20px rgba(26,26,26,0.09);
  --shadow-lg: 0 12px 40px rgba(26,26,26,0.12);
  --shadow-gold: 0 6px 24px rgba(184,152,90,0.22);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --dur: 0.3s;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1220px; margin: 0 auto; padding: 0 32px; }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
}
.h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink);
}
.rule {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 14px 0 22px;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: var(--radius-xs);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
}
.btn-solid {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.btn-solid:hover {
  background: var(--gold);
  border-color: var(--gold);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--ink); }

.btn-gold {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-1px);
}

/* scroll reveal */
.sr {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.sr.in {
  opacity: 1;
  transform: translateY(0);
}
.sr.d1 { transition-delay: 0.08s; }
.sr.d2 { transition-delay: 0.16s; }
.sr.d3 { transition-delay: 0.24s; }
.sr.d4 { transition-delay: 0.32s; }

/* ===== HERO ===== */
.hero {
  background: var(--mint);
  border-bottom: 1px solid var(--border-mint);
  padding: 72px 0 0;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(184,152,90,0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding-top: 24px;
  padding-bottom: 64px;
}

/* ── 合并两处 .hero-visual 为单条规则，修复重复定义 ── */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 24px;
}

.hero-tag {
  background: rgba(184,152,90,0.14);
  border: 1px solid rgba(184,152,90,0.3);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6e35;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 22px;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-lead {
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-mid);
  max-width: 460px;
  margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--border-mint);
  padding-top: 28px;
}
.hero-stat {
  flex: 1;
  padding-right: 24px;
  border-right: 1px solid var(--border-mint);
}
.hero-stat:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 24px;
}
.hero-stat:not(:first-child):not(:last-child) { padding: 0 24px; }
.hero-stat-num {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 4px;
}
.hero-stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-img-primary {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  box-shadow: var(--shadow-lg);
}
.hero-img-pip {
  position: absolute;
  bottom: 32px;
  left: -24px;
  width: 44%;
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  border: 4px solid var(--cream);
  box-shadow: var(--shadow-md);
}
.hero-badge {
  position: absolute;
  top: 32px;
  right: -8px;
  background: var(--gold);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  box-shadow: var(--shadow-gold);
}

/* ===== SHOWCASE ===== */
.product-showcase {
  padding: 88px 0;
  background: var(--white);
}
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.showcase-images { position: sticky; top: 24px; }
.main-img-wrap {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--mint);
  aspect-ratio: 1;
  cursor: pointer;
  margin-bottom: 14px;
}
.main-img-wrap img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s var(--ease);
}
.main-img-wrap:hover img { transform: scale(1.04); }
.img-zoom-hint {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(255,255,255,0.85);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: var(--ink);
  pointer-events: none;
}
.thumbs-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.thumb {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
  background: var(--mint);
}
.thumb img { width: 100%; height: 100%; }
.thumb:hover {
  border-color: var(--gold-light);
  transform: translateY(-2px);
}
.thumb.active { border-color: var(--gold); }
.sku-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.sku-badge {
  background: var(--mint);
  border: 1px solid var(--border-mint);
  border-radius: var(--radius-xs);
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3a7a73;
}
.in-stock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #3a7a73;
}
.in-stock::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a9e95;
  display: block;
}
.showcase-title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 18px;
}
.showcase-desc {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--ink-mid);
  margin-bottom: 28px;
}
.showcase-desc + .showcase-desc { margin-top: -14px; }
.size-.elementor-3840 .elementor-element.elementor-element-8c8efed-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.size-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.size-btn {
  padding: 9px 22px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
  color: var(--ink);
}
.size-btn:hover,
.size-btn.active {
  border-color: var(--gold);
  background: var(--gold-pale);
  color: #7a5f20;
}
.quick-specs {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin-bottom: 28px;
}
.qs-key {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}
.qs-val {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
}
.showcase-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== FEATURES ===== */
.features-section {
  padding: 88px 0;
  background: var(--cream);
}
.features-header {
  max-width: 600px;
  margin-bottom: 52px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.feat-card {
  background: var(--white);
  padding: 36px 30px;
  transition: background var(--dur) var(--ease);
  position: relative;
}
.feat-card:hover { background: var(--mint); }
.feat-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: var(--cream);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.feat-card:hover .feat-icon-wrap {
  background: var(--gold-pale);
  border-color: var(--gold-light);
}
.feat-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
}
.feat-body {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--muted);
}

/* ===== GALLERY ===== */
.gallery-section {
  padding: 88px 0;
  background: var(--cream);
}
.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.gallery-header-left { max-width: 500px; }
.gallery-header-right { font-size: 13px; color: var(--muted); }
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gc:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gc:nth-child(4) { grid-column: span 2; }
.gc:nth-child(8) { grid-column: span 2; }
.gc {
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: var(--mint);
}
.gc img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  transition: transform 0.55s var(--ease);
}
.gc:hover img { transform: scale(1.07); }
.gc-caption {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,26,0.65) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.gc:hover .gc-caption { opacity: 1; }
.gc-caption span {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

/* ===== SPECS ===== */
.specs-section {
  padding: 88px 0;
  background: var(--white);
}
.specs-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}
.spec-table-wrap {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
table.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table thead tr { background: var(--ink); }
.spec-table thead th {
  padding: 14px 22px;
  text-align: left;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.spec-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background var(--dur) var(--ease);
}
.spec-table tbody tr:last-child { border-bottom: none; }
.spec-table tbody tr:hover { background: var(--mint); }
.spec-table td {
  padding: 13px 22px;
  font-size: 13.5px;
  vertical-align: middle;
}
.spec-table td:first-child {
  font-weight: 600;
  color: var(--ink);
  background: rgba(236,245,244,0.4);
  width: 38%;
}
.spec-table td:last-child { color: var(--muted); }
.tag {
  display: inline-block;
  background: var(--mint);
  border: 1px solid var(--border-mint);
  border-radius: var(--radius-xs);
  padding: 3px 9px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink-mid);
  margin: 2px 2px 2px 0;
}
.moq-card {
  background: var(--mint);
  border: 1px solid var(--border-mint);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  margin-bottom: 24px;
}
.moq-card .eyebrow { margin-bottom: 10px; }
.moq-number {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
}
.moq-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}
.moq-list { list-style: none; padding: 0; margin: 0; }
.moq-list li {
  display: flex;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-mid);
  padding: 9px 0;
  border-bottom: 1px solid var(--border-mint);
  align-items: flex-start;
}
.moq-list li:last-child { border-bottom: none; }
.moq-list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.apps-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 28px;
}
.apps-card .eyebrow { margin-bottom: 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-mid);
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.chip:hover {
  border-color: var(--gold);
  background: var(--gold-pale);
}
.chip-dot { font-size: 14px; }

/* ===== CUSTOM ===== */
.custom-section {
  padding: 88px 0;
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.custom-section::after {
  content: 'CUSTOM';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-serif);
  font-size: 200px;
  font-weight: 700;
  color: rgba(255,255,255,0.025);
  pointer-events: none;
}
.custom-section .eyebrow { color: var(--gold-light); }
.custom-section .h2 { color: var(--white); }
.custom-section .rule { background: var(--gold); }
.custom-header-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.custom-lead {
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(255,255,255,0.65);
}
.custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.custom-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  padding: 24px 20px;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.custom-card:hover {
  background: rgba(184,152,90,0.1);
  border-color: rgba(184,152,90,0.3);
}
.custom-card-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  color: rgba(184,152,90,0.35);
  line-height: 1;
  margin-bottom: 12px;
}
.custom-card-title {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.custom-card-opts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-card-opts li {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  gap: 7px;
}
.custom-card-opts li:last-child { border-bottom: none; }
.custom-card-opts li::before {
  content: '—';
  color: var(--gold);
  font-size: 10px;
  flex-shrink: 0;
}

/* ===== PROCESS ===== */
.process-section {
  padding: 88px 0;
  background: var(--white);
}
.process-header {
  text-align: center;
  margin-bottom: 60px;
}
.process-header .rule { margin: 14px auto 22px; }
.process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.process-track::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, var(--border), var(--gold), var(--border));
  z-index: 0;
}
.pstep {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.pstep-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 18px;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.pstep:hover .pstep-num {
  background: var(--gold);
  color: var(--white);
}
.pstep-title {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
}
.pstep-body {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--muted);
}

/* ===== CTA ===== */
.cta-section {
  padding: 88px 0;
  background: var(--mint);
}
.cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border-mint);
  border-radius: var(--radius-lg);
  padding: 56px 52px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,152,90,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.cta-eyebrow { color: var(--gold); margin-bottom: 12px; }
.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 14px;
}
.cta-title em { font-style: italic; color: var(--gold); }
.cta-body {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 520px;
}
.cta-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 210px;
  position: relative;
  z-index: 1;
}
.cta-panel .btn { justify-content: center; }
.cta-note {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ===== LIGHTBOX ===== */
.lbx {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lbx.open { display: flex; }
.lbx img {
  max-width: min(90vw, 880px);
  max-height: 85vh;
  border-radius: var(--radius-md);
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.lbx-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }

  /* ── 修复：补 width:100%，图片才能正确撑开 ── */
  .hero-visual {
    order: -1;
    width: 100%;        /* ← 关键修复：明确宽度 */
    max-width: 500px;
    margin: 0 auto 32px;
    justify-content: center;
    align-items: flex-start;
  }

  /* hero-img-primary 在平板端限制最大宽度 */
  .hero-img-primary {
    max-width: 100%;
  }

  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-images { position: static; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .specs-layout { grid-template-columns: 1fr; }
  .custom-header-row { grid-template-columns: 1fr; gap: 24px; }
  .custom-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-masonry { grid-template-columns: repeat(3, 1fr); }
  .gc:nth-child(1) { grid-column: span 2; }
  .gc:nth-child(4), .gc:nth-child(8) { grid-column: span 1; }
  .process-track { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .process-track::before { display: none; }
  .cta-box { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .wrap { padding: 0 20px; }

  /* ── 手机端 hero-visual 全宽 ── */
  .hero-visual {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .hero-img-primary {
    width: 100%;
    max-width: 100%;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }

  /* hero badge 手机端贴边收紧 */
  .hero-badge {
    right: 0;
    font-size: 9px;
    padding: 7px 12px;
  }

  .features-grid { grid-template-columns: 1fr; }
  .custom-grid { grid-template-columns: 1fr 1fr; }
  .gallery-masonry { grid-template-columns: repeat(2, 1fr); }
  .gc:nth-child(1) { grid-column: span 1; grid-row: span 1; }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .cta-box { padding: 36px 28px; }
  .thumbs-row { grid-template-columns: repeat(4, 1fr); }

  /* 手机端按钮全宽排列 */
  .hero-btns {
    flex-direction: column;
  }
  .hero-btns .btn {
    width: 100%;
    justify-content: center;
  }

  /* stats 手机端 2列 */
  .hero-stats {
    flex-wrap: wrap;
  }
  .hero-stat {
    flex: 0 0 calc(50% - 1px);
    padding: 12px 0;
    border-right: none;
    border-bottom: 1px solid var(--border-mint);
  }
  .hero-stat:last-child {
    padding-left: 0;
    border-bottom: none;
  }
  .hero-stat:nth-child(odd) {
    border-right: 1px solid var(--border-mint);
    padding-right: 16px;
  }
  .hero-stat:nth-child(even) {
    padding-left: 16px;
  }
}

@media (max-width: 480px) {
  .gallery-masonry { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: 1fr; }
  .custom-grid { grid-template-columns: 1fr; }

  /* 极小屏 stats 单列 */
  .hero-stats { flex-direction: column; gap: 0; }
  .hero-stat,
  .hero-stat:last-child,
  .hero-stat:nth-child(odd),
  .hero-stat:nth-child(even) {
    border: none;
    border-bottom: 1px solid var(--border-mint);
    padding: 12px 0;
    flex: unset;
    width: 100%;
  }
  .hero-stat:last-child { border-bottom: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-431deb7 *//* ── Hero 基础布局 ── */
.hero-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.hero-copy {
  flex: 1 1 50%;
}

.hero-visual {
  flex: 1 1 50%;
  position: relative;   /* 给 badge 定位用 */
}

/* ── 主图 1:1 正方形 ── */
.hero-img-primary {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* ── CR Badge 定位 ── */
.hero-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* ── 手机端：上图下文 ── */
@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
  }
  .hero-visual {
    order: -1;       /* 图片提到文字前面 */
    width: 100%;
  }
  .hero-copy {
    order: 2;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2ac4d9f *//* ═══════════════════════════════════════════════════════════════
   MODULE 06 · FEATURES / VALUE PROPS STYLES
   ─────────────────────────────────────────────────────────────── */

.features-section {
  padding: 88px 0;
  background: var(--cream);
}
.features-header {
  max-width: 600px;
  margin-bottom: 52px;
}

/* Grid with divider-line gutters */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.feat-card {
  background: var(--white);
  padding: 36px 30px;
  transition: background var(--dur) var(--ease);
  position: relative;
}
.feat-card:hover { background: var(--mint); }

.feat-icon-wrap {
  width: 52px; height: 52px;
  border-radius: var(--radius-sm);
  background: var(--cream);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.feat-card:hover .feat-icon-wrap {
  background: var(--gold-pale);
  border-color: var(--gold-light);
}

.feat-title {
  font-family: var(--font-serif);
  font-size: 1.1rem; font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
}
.feat-body {
  font-size: 13.5px; line-height: 1.75;
  color: var(--muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67dc9a0 *//* ═══════════════════════════════════════════════════════════════
   MODULE 12 · LIGHTBOX & RESPONSIVE BREAKPOINTS
   ─────────────────────────────────────────────────────────────── */

/* ── Lightbox ── */
.lbx {
  display: none; position: fixed; inset: 0;
  background: rgba(10,10,10,0.92);
  z-index: 9999;
  align-items: center; justify-content: center;
  padding: 24px;
}
.lbx.open { display: flex; }
.lbx img {
  max-width: min(90vw, 880px);
  max-height: 85vh;
  border-radius: var(--radius-md);
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.lbx-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: none;
  color: #fff; font-size: 30px;
  cursor: pointer; line-height: 1;
}

/* ── Tablet ── */
@media (max-width: 1100px) {
  .hero-inner              { grid-template-columns: 1fr; }
  .hero-visual             { display: none; }
  .showcase-grid           { grid-template-columns: 1fr; }
  .showcase-images         { position: static; }
  .features-grid           { grid-template-columns: repeat(2, 1fr); }
  .specs-layout            { grid-template-columns: 1fr; }
  .custom-header-row       { grid-template-columns: 1fr; gap: 24px; }
  .custom-grid             { grid-template-columns: repeat(2, 1fr); }
  .gallery-masonry         { grid-template-columns: repeat(3, 1fr); }
  .gc:nth-child(1)         { grid-column: span 2; grid-row: span 1; }
  .gc:nth-child(4),
  .gc:nth-child(8)         { grid-column: span 1; }
  .process-track           { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .process-track::before   { display: none; }
  .cta-box                 { grid-template-columns: 1fr; }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .wrap             { padding: 0 20px; }
  .features-grid    { grid-template-columns: 1fr; }
  .custom-grid      { grid-template-columns: 1fr 1fr; }
  .gallery-masonry  { grid-template-columns: repeat(2, 1fr); }
  .gc:nth-child(1)  { grid-column: span 1; grid-row: span 1; }
  .process-track    { grid-template-columns: repeat(2, 1fr); }
  .cta-box          { padding: 36px 28px; }
  .thumbs-row       { grid-template-columns: repeat(4, 1fr); }
}

/* ── Small mobile ── */
@media (max-width: 480px) {
  .gallery-masonry  { grid-template-columns: 1fr; }
  .process-track    { grid-template-columns: 1fr; }
  .custom-grid      { grid-template-columns: 1fr; }
  .hero-stats       { flex-direction: column; gap: 16px; }
  .hero-stat,
  .hero-stat:last-child { border: none; padding: 0; }
  .quick-specs      { grid-template-columns: 1fr; }
}/* End custom CSS */