.elementor-kit-6{--e-global-color-primary:#050816;--e-global-color-secondary:#0B1020;--e-global-color-text:#111827;--e-global-color-accent:#F4F4F5;--e-global-color-7c0f4c4:#F9FAFB;--e-global-color-da7d0eb:#9CA3AF;--e-global-color-80f46df:#D1D5DB;--e-global-color-d58f978:#D1B48C;--e-global-color-3a806cd:#E5D2AE;--e-global-color-4bbacf4:#1F2937;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --bg-dark: #050816;
  --bg-dark-soft: #0b1020;
  --bg-section: #111827;
  --bg-light: #f4f4f5;
  --text-main: #f9fafb;
  --text-muted: #9ca3af;
  --text-soft: #d1d5db;
  --accent: #d1b48c;
  --accent-soft: #e5d2ae;
  --border-soft: #1f2937;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #111827 0, #020617 55%);
  color: var(--text-main);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 0px;
}

/* HEADER */

header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(
    to bottom,
    rgba(5, 8, 22, 0.95),
    rgba(5, 8, 22, 0.85),
    transparent
  );
  border-bottom: 1px solid rgba(31, 41, 55, 0.7);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
  gap: 32px;
}

.logo {
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

nav a {
  position: relative;
  padding-bottom: 4px;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.25s ease;
}

nav a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--text-muted);
  font-size: 14px;
}

.icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.mobile-menu-toggle {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* HERO */

.hero {
  padding: 50px 0 40px;
}

.hero-grid {
  display: grid;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.hero-title {
  font-size: 42px;
  line-height: 1.1;
  max-width: 520px;
  margin-bottom: 18px;
}

.hero-subtitle {
  color: var(--text-soft);
  max-width: 480px;
  font-size: 16px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 28px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--accent);
  color: #111827;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

.btn-primary:hover {
  background: var(--accent-soft);
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(209, 180, 140, 0.7);
  color: var(--accent-soft);
}

.btn-ghost:hover {
  background: rgba(15, 23, 42, 0.9);
  border-color: var(--accent-soft);
  transform: translateY(-1px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.hero-meta span {
  position: relative;
  padding-left: 16px;
}

.hero-meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(148, 163, 184, 0.7);
}

.hero-art {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #4b5563, #020617);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.9);
  min-height: 340px;
  display: flex;
  align-items: stretch;
}

.hero-art-main {
  flex: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-soft);
}

.hero-img-placeholder {
  margin-top: 18px;
  flex: 1;
  border-radius: 24px;
  background: radial-gradient(circle at 20% 0%, #f3e7da, #4b5563 45%, #020617);
}

.hero-art-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: var(--text-soft);
}

.hero-specs {
  display: flex;
  gap: 18px;
}

.hero-specs span {
  opacity: 0.9;
}

.hero-pill {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(209, 180, 140, 0.7);
  color: var(--accent-soft);
  background: rgba(15, 23, 42, 0.9);
}

/* SECTION COMMON */

section {
  padding: 45px 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 32px;
  gap: 16px;
}

.section-title {
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 360px;
  text-align: right;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* CATEGORY SECTION */

.category-section {
  background: #020617;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.category-card {
  border-radius: 24px;
  background: radial-gradient(circle at top left, #1f2937, #020617);
  border: 1px solid rgba(148, 163, 184, 0.4);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  border-color: rgba(209, 180, 140, 0.8);
}

.category-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.category-title {
  font-size: 16px;
  font-weight: 500;
}

.category-title,
.category-title a,
.category-title a:hover,
.category-title a:focus {
  color: #f9fafb !important;
}

.category-desc {
  font-size: 14px;
  color: var(--text-soft);
}

.category-link {
  margin-top: auto;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-soft);
}

/* BRAND STORY */

.story-section {
  background: #050816;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.story-media {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(circle at 30% 0%, #f3e7da, #4b5563 45%, #020617);
  min-height: 260px;
}

.story-content h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.story-content p {
  font-size: 15px;
  color: var(--text-soft);
  margin-bottom: 18px;
  max-width: 520px;
}

.story-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  margin-bottom: 10px;
}

/* PRODUCTS */

.products-section {
  background: var(--bg-light);
  color: #0f172a;
}

.products-section .section-title {
  color: #111827;
}

.products-section .section-subtitle {
  color: #6b7280;
}

.product-card {
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.product-media {
  position: relative;
  padding-bottom: 120%;
  background: #e5e7eb;
}

.product-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-name {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
}

.product-meta {
  font-size: 13px;
  color: #6b7280;
}

.product-price {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin-top: 6px;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.18);
  border-color: #d1b48c;
}

/* 深色产品区 */

.products-section--dark {
  background: #020617;
  color: #f9fafb;
  border-top: 1px solid rgba(31, 41, 55, 0.9);
}

.products-section--dark .section-title {
  color: #f9fafb;
}

.products-section--dark .section-subtitle {
  color: #9ca3af;
}

.products-section--dark .product-card {
  background: radial-gradient(circle at top left, #111827, #020617);
  border-color: rgba(148, 163, 184, 0.5);
}

.products-section--dark .product-name {
  color: #f9fafb;
}

.products-section--dark .product-meta {
  color: #9ca3af;
}

.products-section--dark .product-price {
  color: #e5d2ae;
}

/* JOURNAL */

.journal-section {
  background: var(--bg-section);
}

.article-card {
  border-radius: 24px;
  padding: 18px 18px 20px;
  background: radial-gradient(circle at top left, #111827, #020617);
  border: 1px solid rgba(148, 163, 184, 0.4);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.article-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}

.article-title {
  font-size: 16px;
  font-weight: 500;
}

.article-excerpt {
  font-size: 14px;
  color: var(--text-soft);
}

.article-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-soft);
  margin-top: auto;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  border-color: rgba(209, 180, 140, 0.8);
}

/* TRUST BAR */

.trust-section {
  background: #050816;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  font-size: 13px;
  color: var(--text-soft);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.trust-item::before {
  content: "●";
  font-size: 6px;
  display: inline-block;
  margin-right: 8px;
  color: var(--accent);
  vertical-align: middle;
}

/* FOOTER */

footer {
  background: #020617;
  padding: 48px 0 32px;
  margin-top: auto;
  border-top: 1px solid var(--border-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 32px;
  font-size: 13px;
  color: var(--text-muted);
}

.footer-logo {
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-col-title {
  font-size: 17px;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--text-soft);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted);
  gap: 16px;
  flex-wrap: wrap;
}

.footer-lang {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pill {
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  padding: 4px 10px;
  font-size: 12px;
}

.np-contact-card {
  border-radius: 24px;
  border: 1px solid var(--border-soft);
  padding: 20px 20px 22px;
  background: #050816;
  margin-bottom: 18px;
}

.np-contact-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  color: var(--text-muted);
}

.np-form .elementor-field-group .elementor-field {
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: #020617 !important;
  color: var(--text-main) !important;
  font-size: 13px;
  box-sizing: border-box;
}

.np-form .elementor-field-label {
  font-size: 13px;
  color: var(--text-main);
}


.np-form .elementor-field-type-checkbox .elementor-field-subgroup {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 12px;
}

/* 1. 下拉框外层 wrapper：做成深色 pill 边框 */
.np-form .elementor-field-type-select .elementor-select-wrapper {
  width: 100%;
  margin-top: 4px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: #020617;       
  box-sizing: border-box;
  padding: 0;                
}

.np-form .elementor-field-type-select .elementor-select-wrapper select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  border: none;
  background: transparent !important;
  color: var(--text-main) !important;
  font-size: 13px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 3. placeholder / 默认项颜色（可选） */
.np-form .elementor-field-type-select .elementor-select-wrapper select option {
  color: var(--text-main);
  background: #020617 !important; 
}

.elementor-form .elementor-field-type-checkbox input[type="checkbox"] {
  accent-color: var(--accent);
}

.np-form .elementor-field-type-checkbox label {
  display: inline-flex;
  align-items: center;
}

.np-form .elementor-field-type-submit .elementor-button {
  width: 100%;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 13px;
  background: #4b5563;
  color: white;
}

.np-form .elementor-field-type-submit {
  display: none;
}

.np-form .elementor-field-type-checkbox .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.np-form .elementor-field-type-checkbox label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.np-form .elementor-field-type-checkbox input[type="checkbox"] {
  margin: 0;
  align-self: center;
}


@media (max-width: 960px) {
  .hero-grid,
  .story-grid,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    padding-top: 48px;
  }

  .hero-art {
    margin-top: 12px;
  }

  .header-inner nav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .section-subtitle {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-title {
    font-size: 32px;
  }

  .container {
    padding: 0 18px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .grid-3,
  .grid-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .story-section,
  .category-section,
  .journal-section,
  .products-section {
    padding: 48px 0;
  }
}/* End custom CSS */