/** Shopify CDN: Minification failed

Line 36:0 Unexpected "}"

**/
:root{
  --bg:#000;
  --panel:#0b0b0b;
  --panel2:#111;
  --text:#fff;
  --muted:#cfcfcf;
  --border:rgba(255,255,255,.10);
  --accent:#00ff88;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius: 18px;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family: Arial, Helvetica, sans-serif;}
body{padding-top:72px}

/* Header */
.header{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:18px 40px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
}
.header .logo{
  font-weight: 900 !important;
  font-size: 18px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: "Arial Black","Helvetica Neue",Arial,sans-serif;
}
.header nav a{
  color:#fff;margin-left:22px;text-decoration:none;
  font-weight:750;letter-spacing:.06em;font-size:13px;opacity:.92;
}
.header nav a:hover{opacity:1}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 18px;border-radius:999px;text-decoration:none;
  font-weight:800;letter-spacing:.04em;
  border:1px solid rgba(255,255,255,.16);
}
.btn--primary{background:var(--accent);color:#000;border-color:transparent;box-shadow:0 14px 38px rgba(0,255,136,.18);}
.btn--ghost{background:rgba(255,255,255,.06);color:#fff;}

/* Hero */
.hero{min-height:calc(88vh - 72px);display:flex;align-items:center;justify-content:center;text-align:center;}
.hero--image{background-size:cover;background-position:center;}
.hero__overlay{
  width:100%;
  min-height:calc(88vh - 72px);
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.35) 0%, rgba(0,0,0,.82) 70%),
    linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.45) 50%, rgba(0,0,0,.70) 100%);
}
.hero__inner{max-width:980px;padding:44px 20px;}
.hero__kicker{
  display:inline-block;padding:8px 14px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);
  letter-spacing:.14em;font-size:12px;text-transform:uppercase;
}
.hero__title{
  font-size:clamp(46px, 6.2vw, 88px);
  line-height:.92;
  margin:18px 0 10px;
  letter-spacing:.01em;
  font-weight:950;
  text-transform:uppercase;
  text-shadow: 0 18px 60px rgba(0,0,0,.55);
}
.hero__sub{margin:0 auto;max-width:70ch;color:var(--muted);line-height:1.7;font-size:15px;}
.hero__actions{margin-top:22px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.hero__badges{margin-top:18px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.hero__badges span{
  padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);font-size:13px;color:#eaeaea;
}

/* Shared */
.container{max-width:1160px;margin:0 auto;padding:0 20px;}
.section-title{font-size:28px;margin:0 0 10px;letter-spacing:.02em;font-weight:900;}
.section-sub{color:var(--muted);margin:0 0 18px;line-height:1.65;}

/* Stats */
.stats{
  display:flex;justify-content:space-around;gap:12px;
  padding:70px 20px;background:var(--panel);
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
}
.stats > div{
  padding:16px 14px;border-radius:14px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);
  text-align:center;font-weight:800;letter-spacing:.02em;
}

/* Products / Factory / CTA */
.products{padding:90px 20px;text-align:center;}
.factory{
  padding:90px 20px;text-align:center;background:var(--panel2);
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
}
.cta{text-align:center;padding:95px 20px;}
.cta h2{font-size:clamp(28px, 4vw, 46px);margin:0 0 18px;font-weight:950;letter-spacing:.02em;}

/* Trust / Partners */
.trust, .partners{padding:75px 0;background:#070707;}
.partners{background:#0b0b0b;}
.trust__grid, .partners__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:12px;}
.trust__item, .partners__item{
  padding:16px 14px;border-radius:14px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);
  text-align:center;font-weight:850;
}
.partners__note{margin-top:14px;color:var(--muted);font-size:13px;}

/* Footer */
.footer{
  text-align:center;padding:6px 0px;background:#000;
  border-top:1px solid var(--border);
  color:var(--muted);line-height:1.8;
}

/* Responsive */
@media (max-width: 980px){
  .header{padding:16px 18px;}
  .header nav a{margin-left:14px;font-size:12px;}
  .stats{flex-direction:column;}
  .trust__grid, .partners__grid{grid-template-columns:repeat(2, 1fr);}
}
.btn{transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease, background .15s ease;}
.btn:hover{transform:translateY(-1px);opacity:1;}
.btn--primary:hover{box-shadow:0 18px 52px rgba(0,255,136,.22);}
.btn--ghost:hover{background:rgba(255,255,255,.10);}
/* ===== Logo Marquee ===== */
.logo-marquee{
  background:#fff;
  border-top:1px solid rgba(0,0,0,.10);
  border-bottom:1px solid rgba(0,0,0,.10);
  overflow:hidden;
}
.logo-marquee__track{
  width:100%;
  overflow:hidden;
}
.logo-marquee__row{
  display:flex;
  align-items:center;
  gap:60px;
  padding:22px 30px;
  white-space:nowrap;
  animation: marquee 22s linear infinite;
}
.logo-marquee .logo{
  font-weight:900;
  letter-spacing:.10em;
  color:#111;
  font-size:18px;
  opacity:.95;
}
@keyframes marquee{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}
@media (max-width: 980px){
  .logo-marquee__row{gap:34px;padding:18px 18px;animation-duration:16s;}
  .logo-marquee .logo{font-size:14px;}
}
/* ===== Factory (Image Left + Text Right) ===== */
/* ===== Factory Full Width Layout ===== */
/* ===== Factory (Showroom Buyer Style) ===== */
.factory.showroom{
  background:#000;
  padding:0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.showroom__inner{
  display:flex;
  width:100%;
  height:90vh; /* 更有“展厅感”的高度 */
}
.showroom__story p{
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 520px;
}

/* Left image: 60% and edge-to-edge */
.showroom__image{
  width:60%;
  position:relative;
  overflow:hidden;
}

.showroom__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
  transition:transform .9s cubic-bezier(.2,.8,.2,1), filter .9s cubic-bezier(.2,.8,.2,1);
  filter:contrast(1.05) brightness(.92);
}

/* subtle showroom vignette */
.showroom__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(0,0,0,.10) 0%,
    rgba(0,0,0,.08) 55%,
    rgba(0,0,0,.35) 100%
  );
  pointer-events:none;
}

.showroom__image:hover img{
  transform:scale(1.08);
  filter:contrast(1.08) brightness(.95);
}

/* Placeholder full height */
.factory__image-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.6);
  background:rgba(255,255,255,.04);
}

/* Right content: 40% */
.showroom__content{
  width:40%;
  padding:88px 72px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
}

/* “buyer's showroom” typography */
.showroom__kicker{
  display:inline-block;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}

.showroom__title{
  font-size:44px;
  line-height:1.05;
  letter-spacing:.04em;
  margin:0;
  color:#fff;
}

.showroom__desc p{
  margin:0 0 10px 0;
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,.85);
}

/* Chips */
.showroom__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:8px;
}

.chip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  font-size:13px;
  letter-spacing:.06em;
}

/* Button style consistent with your neon theme */
.btn--ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  background:rgba(255,255,255,.04);
}

.btn--ghost:hover{
  transform:translateY(-1px);
  border-color:rgba(0,255,170,.55);
  box-shadow:0 0 0 6px rgba(0,255,170,.08);
}

/* Entrance animation (CSS only, no JS) */
.factory.showroom .showroom__content{
  animation: showroomIn .7s ease-out both;
}

@keyframes showroomIn{
  from{ opacity:0; transform:translateY(12px); }
  to{ opacity:1; transform:translateY(0); }
}

/* ===== Mobile ===== */
@media (max-width: 980px){
  .showroom__inner{
    flex-direction:column;
    min-height:auto;
  }
  .showroom__image,
  .showroom__content{
    width:100%;
  }
  .showroom__image img{
    height:420px;
  }
  .showroom__content{
    padding:56px 22px;
  }
  .showroom__title{
    font-size:34px;
  }
}.showroom__story{
  max-width:560px;
}

.showroom__story p{
  font-size:17px;
  line-height:1.9;
  color:rgba(255,255,255,.85);
  margin-bottom:18px;
}

.showroom__title{
  font-size:38px;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:32px;
}
.logo{
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 900 !important;
  font-size: 22px;
  letter-spacing: .15em;
}
.modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
}

.modal.active{ display:flex; }

.modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.75);
  backdrop-filter:blur(8px);
}

.modal__content{
  position:relative;
  background:#111;
  border:1px solid rgba(255,255,255,.1);
  padding:50px 40px;
  border-radius:20px;
  width:600px;
  max-width:92%;
  z-index:2;
}

.modal__title{
  font-size:28px;
  letter-spacing:.15em;
  margin-bottom:8px;
}

.modal__sub{
  opacity:.7;
  margin-bottom:30px;
}

.modal__close{
  position:absolute;
  right:20px;
  top:20px;
  font-size:22px;
  cursor:pointer;
}

.modal__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.field--full{ grid-column:1/-1; }

.modal input,
.modal textarea{
  width:100%;
  padding:14px;
  background:#000;
  border:1px solid rgba(255,255,255,.15);
  color:#fff;
  border-radius:12px;
}

.modal__submit{
  margin-top:25px;
  width:100%;
  padding:16px;
  border-radius:999px;
  background:#00ffab;
  border:0;
  font-weight:900;
  letter-spacing:.1em;
  cursor:pointer;
}
.lh-modal { 
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.lh-modal.is-open { 
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lh-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.60);
}
.lh-modal__dialog{
  position: relative;
  z-index: 1;
  width: min(560px, 92vw);
  max-height: 86vh;
  overflow: auto;
  background: #0f0f10;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 20px 18px;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.lh-modal__close{
  position:absolute;
  right: 12px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:#fff;
  font-size: 20px;
  cursor:pointer;
}
.lh-modal__title{ margin:0 0 6px; font-size:18px; letter-spacing:.4px; }
.lh-modal__subtitle{ margin:0 0 14px; opacity:.8; font-size:13px; line-height:1.4; }

.lh-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}
.lh-field{ display: block !important; width: 100% !important; margin: 0 !important; }
.lh-field label{ display:block !important; margin: 0 0 6px !important; font-size: 12px !important; opacity: .85; }
.lh-field input{
  display:block !important;
  width:100% !important;
  box-sizing: border-box !important;
  padding: 12px 12px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.06) !important;
  color:#fff !important;
  outline:none !important;
}
.lh-field input:focus{ border-color: rgba(0,255,153,.65) !important; }

.lh-submit{
  width:100% !important;
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border-radius: 999px !important;
  border:0 !important;
  background:#00ff99 !important;
  color:#07110d !important;
  font-weight:800 !important;
  letter-spacing:.6px !important;
  cursor:pointer !important;
}
.lh-note{ margin:10px 0 0; font-size:12px; opacity:.7; }
.lh-alert{ padding:10px 12px; border-radius:12px; margin-bottom:12px; font-size:13px; }
.lh-alert--success{ background:rgba(0,255,153,.12); border:1px solid rgba(0,255,153,.25); }
.lh-alert--error{ background:rgba(255,80,80,.12); border:1px solid rgba(255,80,80,.25); }