:root {
  --color-primary: #ffed00;
  --color-primary-deep: #e6d200;
  --color-on-primary: #000000;
  --color-ink: #000000;
  --color-body: #222222;
  --color-charcoal: #333333;
  --color-mute: #666666;
  --color-ash: #8a8a8a;
  --color-stone: #c4c4c4;
  --color-on-dark: #ffffff;
  --color-on-dark-mute: rgba(255,255,255,0.72);
  --color-canvas: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-card: #ffffff;
  --color-surface-dark: #000000;
  --color-surface-deep: #111111;
  --color-hairline: #f2f2f2;
  --color-hairline-strong: #000000;
  --color-divider-dark: rgba(255,255,255,0.16);
  --color-badge-new: #ffed00;
  --color-link: #0000ee;
  --color-error: #be6464;
  --rounded-none: 0px;
  --rounded-xs: 2px;
  --rounded-sm: 3px;
  --rounded-md: 4px;
  --rounded-pill: 46px;
  --rounded-full: 9999px;
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 20px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-xxxl: 40px;
  --space-section: 80px;
  --font-display: NouvelR, "Inter Tight", Manrope, system-ui, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: NouvelR, "Inter Tight", Manrope, system-ui, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
body { font-family: var(--font-body); color: var(--color-body); background: #fff; font-size: 16px; line-height: 1.4; }
a { color: var(--color-ink); text-decoration: none; font-weight: 700; }
a:hover { text-decoration: underline; }
.wrap { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
.header { background: #fff; border-bottom: 1px solid var(--color-hairline); }
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 60px; flex-wrap: wrap; }
.logo { font-weight: 700; color: #000; font-size: 18px; display: flex; align-items: center; gap: 10px; }
.logo:hover { text-decoration: none; }
.diamond {
  width: 22px; height: 22px; background: #000;
  transform: rotate(45deg); display: inline-block;
}
.nav { display: flex; flex-wrap: wrap; gap: 4px 20px; flex: 1; }
.nav a { color: #000; font-size: 14.4px; font-weight: 700; letter-spacing: 0.144px; }
.nav a.on { box-shadow: inset 0 -2px 0 #000; }
.back { margin-left: auto; font-size: 12px; color: #666; font-weight: 400; }
.header-cta {
  background: var(--color-primary); color: #000; border-radius: 2px;
  padding: 14px 24px; height: 48px; display: inline-flex; align-items: center;
  font-size: 14.4px; font-weight: 700; letter-spacing: 0.144px;
}
.header-cta:hover { background: var(--color-primary-deep); text-decoration: none; color: #000; }

.hero { background: #000; color: #fff; padding: 80px 0; }
.hero h1 {
  font-size: 56px; font-weight: 700; line-height: 0.95; letter-spacing: 0;
  margin: 0 0 16px; color: #fff; text-transform: uppercase;
}
.hero p { margin: 0; color: rgba(255,255,255,0.72); font-size: 19.2px; font-weight: 600; line-height: 1.3; max-width: 36em; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }

.btn, form button {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--color-primary); color: #000; border: 0; border-radius: 2px;
  padding: 14px 24px; height: 48px;
  font-family: var(--font-body); font-size: 14.4px; font-weight: 700; letter-spacing: 0.144px; cursor: pointer;
}
.btn:hover, form button:hover { background: var(--color-primary-deep); text-decoration: none; color: #000; }
.btn-dark { background: #000; color: #fff; }
.btn-dark:hover { color: #fff; background: #111; }
.btn-outline { background: #fff; color: #000; border: 1px solid #000; padding: 13px 23px; }
.btn-outline:hover { color: #000; }
.btn-outline-light { background: #000; color: #fff; border: 1px solid #fff; padding: 13px 23px; }
.btn-outline-light:hover { color: #fff; }

.pills { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.pill {
  border: 1px solid #000; border-radius: 46px; padding: 8px 16px; height: 36px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.13px; display: inline-flex; align-items: center;
}

.section { padding: 80px 0; }
.section.dark { background: #000; color: #fff; }
.section.soft { background: #f7f7f7; }
.section h2 { font-size: 40px; font-weight: 700; line-height: 0.95; margin: 0 0 24px; color: inherit; }
.section.dark h2 { color: #fff; }
.muted { color: #666; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.tile { padding: 32px; min-height: 220px; }
.tile h3 { font-size: 24px; font-weight: 700; line-height: 0.95; margin: 0 0 12px; }
.tile p { margin: 0; font-size: 16px; }
.tile-light { background: #fff; color: #000; }
.tile-dark { background: #000; color: #fff; }
.tile-yellow { background: #ffed00; color: #000; }

.vehicle { background: #fff; }
.vehicle .ph { margin: 0; border-radius: 0; height: 180px; background: #f7f7f7; }
.vehicle-body { padding: 16px 0 24px; }
.vehicle h3 { font-size: 20px; font-weight: 700; line-height: 0.95; margin: 0 0 6px; }
.badge-new {
  display: inline-block; background: #ffed00; color: #000;
  border-radius: 9999px; padding: 6px 14px; font-size: 14.4px; font-weight: 700; margin-bottom: 8px;
}

.config { border-top: 1px solid #f2f2f2; }
.cfg-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; border-bottom: 1px solid #f2f2f2; font-size: 16px;
}
.swatch { width: 56px; height: 56px; border-radius: 50%; background: #f7f7f7; border: 1px solid transparent; }
.swatch.on { border-color: #000; }
.swatches { display: flex; gap: 12px; }

.ph {
  background: #f7f7f7; color: #8a8a8a; height: 140px;
  display: flex; align-items: center; justify-content: center; font-size: 13px; margin-bottom: 12px;
}
.card { background: #fff; padding: 24px 0; border-bottom: 1px solid #f2f2f2; }
.card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; line-height: 0.95; color: #000; }
.card p { margin: 0; color: #666; }
.list { list-style: none; margin: 0; padding: 0; }
.list li { border-bottom: 1px solid #f2f2f2; padding: 16px 0; }
.list .date { color: #666; font-size: 12px; margin-right: 12px; font-weight: 700; }

form label { display: block; margin: 0 0 4px; font-size: 14px; font-weight: 700; color: #000; }
form input, form textarea {
  width: 100%; max-width: 480px; padding: 12px 16px; height: 48px;
  border: 0; border-bottom: 1px solid #000; border-radius: 0;
  background: #fff; font: inherit; margin-bottom: 12px;
}
form textarea { height: auto; }
form input:focus, form textarea:focus { outline: none; border-bottom-width: 2px; }

.footer { background: #000; color: #fff; padding: 64px 24px; font-size: 14px; }
.footer p { margin: 0 0 4px; color: rgba(255,255,255,0.72); }
.footer strong { color: #fff; }

@media (max-width: 900px) {
  .hero h1 { font-size: 32px; }
  .section h2 { font-size: 28px; }
  .grid, .grid-2 { grid-template-columns: 1fr; }
}

.ph { overflow: hidden; }
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
