:root {
  --ink: #11110f;
  --soft-ink: #22211e;
  --paper: #f3f1eb;
  --white: #fff;
  --muted: #77756f;
  --line: #d9d5cb;
  --orange: #ff5a1f;
  --orange-dark: #d9420c;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(17, 17, 15, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 110px 0; }
.view { display: none; animation: viewIn .45s ease both; }
.view.active { display: block; }
@keyframes viewIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.topbar { height: 32px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar-center { opacity: .72; }
.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(243,241,235,.96); border-bottom: 1px solid rgba(17,17,15,.1); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--orange); font-family: var(--display); font-size: 23px; font-weight: 800; letter-spacing: -1px; transform: skewX(-8deg); }
.brand-copy { display: flex; flex-direction: column; line-height: .85; }
.brand-copy strong { font-family: var(--display); font-size: 24px; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; font-size: 7px; font-weight: 800; letter-spacing: .28em; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 34px; height: 100%; }
.desktop-nav a { position: relative; display: grid; place-items: center; height: 100%; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -1px; left: 50%; width: 0; height: 3px; background: var(--orange); transition: .25s; transform: translateX(-50%); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .menu-toggle { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.quote-button { display: flex; align-items: center; gap: 18px; height: 42px; padding: 0 17px; background: var(--ink); color: #fff; border: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.quote-button span:last-child { color: var(--orange); font-size: 16px; }
.menu-toggle { display: none; position: relative; }
.menu-toggle span { position: absolute; left: 11px; width: 19px; height: 2px; background: var(--ink); transition: .2s; }
.menu-toggle span:first-child { top: 16px; }.menu-toggle span:last-child { top: 23px; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 700px; height: calc(100vh - 108px); max-height: 850px; overflow: hidden; color: #fff; background: #161616; }
.hero-photo { position: absolute; inset: 0; background-image: url("assets/cars/chery-tiggo-7.jpg"); background-size: cover; background-position: 58% 58%; transform: scale(1.025); animation: heroZoom 12s ease-out both; }
@keyframes heroZoom { to { transform: scale(1.08); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,9,.96) 0%, rgba(10,10,9,.78) 36%, rgba(10,10,9,.16) 70%, rgba(10,10,9,.35) 100%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 35%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.hero-copy { width: 650px; margin-top: -10px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
.eyebrow.light { color: rgba(255,255,255,.65); }
.hero h1, .page-banner h1, .models-intro h1 { margin: 0; font-family: var(--display); font-size: clamp(72px, 7vw, 110px); font-weight: 800; letter-spacing: -.025em; line-height: .78; text-transform: uppercase; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-copy > p { width: 520px; margin: 33px 0 32px; color: rgba(255,255,255,.73); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; }
.primary-cta, .ghost-cta { min-height: 50px; padding: 0 22px; border: 0; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 40px; background: var(--orange); color: #fff; }
.primary-cta:hover { background: var(--orange-dark); transform: translateY(-2px); }
.primary-cta span { font-size: 17px; }
.ghost-cta { border: 1px solid rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.04); }
.ghost-cta:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.hero-finder { width: 328px; flex: 0 0 328px; margin-top: 30px; padding: 26px; color: var(--ink); background: rgba(247,245,239,.96); box-shadow: var(--shadow); }
.finder-top { display: flex; justify-content: space-between; padding-bottom: 18px; margin-bottom: 19px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 16px; font-weight: 800; letter-spacing: .04em; }
.finder-top span:last-child { color: var(--orange); }
.hero-finder label { display: block; margin: 15px 0 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.select-wrap select, .filter-group select { width: 100%; height: 45px; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fff; color: var(--ink); font-size: 12px; }
.select-wrap select:focus, .filter-group select:focus { border-color: var(--orange); }
.hero-finder button { width: 100%; height: 48px; margin: 18px 0 12px; border: 0; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.hero-finder button span { float: right; color: var(--orange); font-size: 16px; }
.hero-finder small { color: var(--muted); font-size: 9px; }
.hero-index { position: absolute; right: 20px; bottom: -23px; z-index: 1; font-family: var(--display); font-size: 140px; line-height: 1; color: rgba(255,255,255,.08); }

.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 112px; }
.trust-grid article { display: flex; align-items: center; gap: 15px; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid article:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid strong { font-family: var(--display); font-size: 33px; color: var(--orange); }
.trust-grid span { max-width: 130px; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.45; text-transform: uppercase; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading h2, .about-grid h2, .contact-grid h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 5vw, 74px); line-height: .86; letter-spacing: -.02em; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.category-card { position: relative; min-height: 280px; padding: 22px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: .25s; overflow: hidden; }
.category-card:last-child { border: 0; }
.category-card:hover { background: var(--ink); color: #fff; transform: translateY(-5px); box-shadow: var(--shadow); }
.category-number { color: var(--muted); font-size: 9px; font-weight: 700; }
.category-icon { display: block; margin: 55px 0 42px; font-family: var(--display); font-size: 55px; line-height: .6; color: var(--orange); }
.category-card strong { display: block; font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.category-card small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.category-card i { position: absolute; right: 20px; bottom: 25px; color: var(--orange); font-style: normal; opacity: 0; transform: translateX(-10px); transition: .2s; }
.category-card:hover i { opacity: 1; transform: none; }
.china-showroom { padding: 105px 0; color: #fff; background: var(--ink); }
.showroom-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(52px,5vw,74px); line-height: .86; }
.showroom-heading > p { color: rgba(255,255,255,.5); }
.showroom-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 15px; }
.showroom-card { position: relative; min-height: 480px; padding: 26px; overflow: hidden; background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.showroom-card.chery-photo { background-image: url("assets/cars/chery-tiggo-7.jpg"); background-position: 58% center; }
.showroom-card.byd-photo { background-image: url("assets/cars/byd-atto-3.jpg"); background-position: 46% center; }
.showroom-overlay { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.86),transparent 62%),linear-gradient(90deg,rgba(0,0,0,.28),transparent); transition: .35s; }
.showroom-card:hover .showroom-overlay { background-color: rgba(0,0,0,.12); }
.showroom-card > span { position: relative; z-index: 1; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.showroom-card > div:last-child { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 27px; }
.showroom-card small { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.showroom-card h3 { margin: 4px 0 16px; font-family: var(--display); font-size: 48px; line-height: .9; }
.showroom-card button { padding: 0 0 6px; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); background: transparent; color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.showroom-card button b { margin-left: 23px; color: var(--orange); }
.brand-belt { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eae7df; }
.brand-belt-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand-belt-inner > span { max-width: 160px; color: var(--muted); font-size: 9px; font-weight: 800; line-height: 1.5; letter-spacing: .11em; }
.brand-logos { flex: 1; display: flex; align-items: center; justify-content: space-between; }
.brand-logos b { font-family: var(--display); font-size: 24px; color: #aaa79f; letter-spacing: -.02em; }
.section-heading.compact { align-items: center; }
.text-link { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.text-link span { margin-left: 20px; color: var(--orange); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; border: 1px solid var(--line); background: #f8f7f3; transition: .25s ease; overflow: hidden; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.product-visual { position: relative; display: grid; place-items: center; height: 220px; overflow: hidden; background: #e9e7e1; }
.product-visual::before { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(17,17,15,.08); border-radius: 50%; }
.product-visual svg { position: relative; width: 145px; height: 130px; filter: drop-shadow(0 18px 12px rgba(0,0,0,.19)); transition: transform .25s; }
.product-card:hover .product-visual svg { transform: scale(1.06) rotate(-2deg); }
.stock-badge { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 6px 8px; color: #2c6742; background: #dcebdc; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.stock-badge.low { color: #8c4e13; background: #f5dfca; }
.product-fav { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; place-items: center; width: 29px; height: 29px; border: 0; background: rgba(255,255,255,.8); font-size: 14px; cursor: pointer; }
.product-fav.active { color: var(--orange); }
.product-info { padding: 19px; }
.product-meta { display: flex; justify-content: space-between; margin-bottom: 9px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-info h3 { min-height: 42px; margin: 0; font-family: var(--display); font-size: 20px; line-height: 1.05; text-transform: uppercase; }
.compatibility { margin: 9px 0 17px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line); }
.product-bottom strong { font-family: var(--display); font-size: 24px; }
.product-bottom button { width: 34px; height: 34px; border: 0; background: var(--ink); color: #fff; cursor: pointer; transition: .2s; }
.product-bottom button:hover { background: var(--orange); }

.page-banner { position: relative; display: flex; align-items: center; min-height: 420px; color: #fff; background: #1c1c1a; overflow: hidden; }
.catalog-banner::before, .about-hero::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .42; }
.catalog-banner::before { background-image: linear-gradient(90deg,#111 15%,rgba(0,0,0,.1)), url("assets/cars/byd-atto-3.jpg"); background-position: center 51%; }
.about-hero::before { background-image: linear-gradient(90deg,#111 10%,rgba(0,0,0,.2)), url("assets/cars/chery-tiggo-7.jpg"); background-position: center 58%; }
.page-banner .shell { position: relative; z-index: 1; }
.page-banner h1 { font-size: clamp(64px, 7vw, 92px); }
.page-banner p { max-width: 550px; margin: 26px 0 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.7; }
.catalog-layout { display: grid; grid-template-columns: 235px 1fr; gap: 42px; align-items: start; }
.filters { position: sticky; top: 102px; padding: 20px; border: 1px solid var(--line); background: #edebe5; }
.filter-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 15px; }
.filter-head button { border: 0; background: transparent; color: var(--orange); font-size: 8px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.filter-group { padding: 20px 0; border-bottom: 1px solid var(--line); }
.filter-group > label:first-child, .filter-group > span { display: block; margin-bottom: 9px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.check-row { display: flex !important; align-items: center; gap: 8px; color: var(--muted); font-size: 10px !important; font-weight: 500 !important; text-transform: none !important; cursor: pointer; }
.check-row input { display: none; }
.check-row i { display: inline-block; width: 15px; height: 15px; border: 1px solid #aaa; }
.check-row input:checked + i { background: var(--orange); box-shadow: inset 0 0 0 3px #edebe5; }
.filter-help { padding: 20px; margin-top: 20px; background: var(--ink); color: #fff; }
.filter-help span, .filter-help strong { display: block; font-size: 10px; line-height: 1.5; }
.filter-help span { color: rgba(255,255,255,.5); }.filter-help strong { margin-top: 4px; }
.filter-help button { padding: 12px 0 2px; border: 0; border-bottom: 1px solid var(--orange); background: transparent; color: var(--orange); font-size: 9px; font-weight: 800; cursor: pointer; }
.catalog-toolbar { display: flex; gap: 12px; }
.catalog-search { position: relative; flex: 1; }
.catalog-search svg { position: absolute; top: 14px; left: 15px; width: 18px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.catalog-search input, #sortProducts { height: 48px; border: 1px solid var(--line); background: #fff; outline: none; }
.catalog-search input { width: 100%; padding: 0 14px 0 45px; font-size: 12px; }
.catalog-search input:focus { border-color: var(--orange); }
#sortProducts { width: 155px; padding: 0 12px; font-size: 10px; text-transform: uppercase; }
.mobile-filter-button { display: none; }
.result-line { display: flex; justify-content: space-between; margin: 25px 0 17px; }
.result-line span { font-family: var(--display); font-size: 18px; font-weight: 700; }.result-line small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.catalog-grid { grid-template-columns: repeat(3, 1fr); }
.catalog-grid .product-visual { height: 190px; }
.empty-state { display: none; padding: 90px 20px; border: 1px dashed var(--line); text-align: center; }
.empty-state.visible { display: block; }
.empty-state span { color: var(--orange); font-family: var(--display); font-size: 18px; }
.empty-state h3 { margin: 7px 0; font-family: var(--display); font-size: 30px; text-transform: uppercase; }.empty-state p { color: var(--muted); font-size: 12px; }
.empty-state button { padding: 12px 18px; border: 0; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.models-page { min-height: 100vh; padding: 85px 0 100px; color: #fff; background: #11110f; }
.models-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.models-intro h1 { font-size: clamp(64px, 7vw, 98px); }
.models-intro > p { max-width: 400px; margin: 0 0 4px; color: rgba(255,255,255,.53); font-size: 13px; line-height: 1.8; }
.model-selector { display: flex; gap: 0; margin-top: 55px; overflow-x: auto; scrollbar-width: none; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.model-selector::-webkit-scrollbar { display: none; }
.model-chip { min-width: 155px; padding: 17px 20px; border: 0; border-right: 1px solid rgba(255,255,255,.14); background: transparent; color: rgba(255,255,255,.45); text-align: left; cursor: pointer; }
.model-chip span { display: block; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.model-chip strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.model-chip.active { color: #fff; background: var(--orange); }
.viewer-shell { display: grid; grid-template-columns: 295px 1fr; align-items: center; min-height: 520px; }
.viewer-copy > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.viewer-copy h2 { margin: 7px 0 2px; font-family: var(--display); font-size: 49px; line-height: .9; }
.viewer-copy > p { color: rgba(255,255,255,.4); font-size: 11px; }
.viewer-specs { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.viewer-specs div { padding: 13px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.viewer-specs small { display: block; color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.viewer-specs strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 16px; }
.viewer-stage { position: relative; height: 500px; min-width: 0; overflow: hidden; background: #fff; box-shadow: 0 22px 55px rgba(0,0,0,.32); }
.viewer-stage::after { content: ""; position: absolute; left: 7%; right: 7%; bottom: 54px; height: 1px; background: linear-gradient(90deg, transparent, rgba(17,17,15,.14), transparent); pointer-events: none; }
.photo-spinner { position: absolute; inset: 0; cursor: grab; outline: none; touch-action: none; user-select: none; }
.photo-spinner.dragging { cursor: grabbing; }
.photo-spinner:focus-visible { box-shadow: inset 0 0 0 3px var(--orange); }
.photo-spinner img { display: block; width: 100%; height: 100%; object-fit: contain; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.viewer-loader { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 9px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; transition: opacity .4s; }
.viewer-loader { z-index: 5; color: rgba(17,17,15,.62); background: rgba(255,255,255,.92); }
.viewer-loader.hidden { opacity: 0; visibility: hidden; }
.viewer-loader b { font-size: inherit; }
.viewer-loader span { width: 15px; height: 15px; border: 2px solid rgba(17,17,15,.15); border-top-color: var(--orange); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(1turn); } }
.drag-hint { position: absolute; left: 50%; bottom: 19px; z-index: 3; color: rgba(17,17,15,.48); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; transform: translateX(-50%); pointer-events: none; }
.drag-hint span { margin-right: 8px; color: var(--orange); font-size: 16px; vertical-align: middle; }
.spin-counter { position: absolute; z-index: 3; top: 18px; right: 20px; color: rgba(17,17,15,.38); font-family: var(--display); font-size: 13px; }
.spin-counter span { color: var(--orange); font-size: 23px; }
.real-badge { position: absolute; z-index: 3; top: 20px; left: 20px; color: rgba(17,17,15,.58); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.real-badge i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #31a461; box-shadow: 0 0 0 4px rgba(49,164,97,.13); }
.viewer-controls { position: absolute; z-index: 4; right: 8px; bottom: 9px; display: flex; }
.viewer-controls button { height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.17); background: rgba(17,17,15,.86); color: #fff; font-size: 8px; cursor: pointer; }
.viewer-controls button:hover { background: var(--orange); }
.system-points { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid rgba(255,255,255,.12); }
.system-point { padding: 17px; border-right: 1px solid rgba(255,255,255,.12); cursor: pointer; }
.system-point:last-child { border: 0; }
.system-point span { color: var(--orange); font-family: var(--display); font-size: 20px; }.system-point strong { display: block; font-size: 9px; text-transform: uppercase; }.system-point small { color: rgba(255,255,255,.35); font-size: 8px; }

.about-story { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.about-copy { padding-top: 30px; }
.about-copy p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.signature { display: inline-block; margin-top: 20px; padding-bottom: 6px; border-bottom: 2px solid var(--orange); font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.process-section { padding: 70px 0; color: #fff; background: var(--soft-ink); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.process-grid article { padding: 15px 45px; border-right: 1px solid rgba(255,255,255,.13); }.process-grid article:first-child { padding-left: 0; }.process-grid article:last-child { border: 0; }
.process-grid span { font-family: var(--display); font-size: 42px; color: var(--orange); }.process-grid h3 { margin: 15px 0 8px; font-family: var(--display); font-size: 23px; }.process-grid p { color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.7; }
.contact-band { background: var(--orange); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 100px; }
.contact-grid .eyebrow span { background: #fff; }.contact-grid p { margin: 0 0 24px; font-size: 12px; line-height: 1.7; }.contact-grid .primary-cta { background: var(--ink); }

footer { padding: 70px 0 25px; color: #fff; background: #0d0d0c; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr 1fr; gap: 50px; }
.footer-brand .brand-copy strong { color: #fff; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-grid > div:first-child { gap: 20px; }
.footer-grid p, .footer-grid a, .footer-grid button, .footer-grid span { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.65; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--orange); }.footer-grid button { padding: 0; border: 0; background: none; cursor: pointer; }
.footer-grid strong { margin-bottom: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.28); font-size: 8px; text-transform: uppercase; letter-spacing: .05em; }
.photo-credits { margin-top: 14px; color: rgba(255,255,255,.2); font-size: 7px; line-height: 1.6; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 25px; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; backdrop-filter: blur(7px); transition: .25s; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.quote-modal { position: relative; width: min(680px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 45px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.4); transform: translateY(20px); transition: .25s; }
.modal-backdrop.open .quote-modal { transform: none; }
.modal-close { position: absolute; top: 14px; right: 16px; width: 35px; height: 35px; border: 0; background: var(--ink); color: #fff; font-size: 22px; cursor: pointer; }
.modal-kicker { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.quote-modal h2 { margin: 10px 0 12px; font-family: var(--display); font-size: 52px; line-height: .85; }
.quote-modal > p { color: var(--muted); font-size: 11px; }
.quote-modal form { display: flex; flex-direction: column; gap: 14px; margin-top: 25px; }
.quote-product-summary { padding: 12px 14px; border-left: 3px solid var(--orange); background: #e7e3da; font-size: 9px; line-height: 1.55; }
.quote-product-summary strong { display: block; color: var(--ink); font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.quote-modal label { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-modal input, .quote-modal textarea { display: block; width: 100%; margin-top: 6px; padding: 13px; border: 1px solid var(--line); border-radius: 0; background: #fff; outline: none; font-size: 11px; resize: vertical; }
.quote-modal input:focus, .quote-modal textarea:focus { border-color: var(--orange); }
.quote-modal form small { color: var(--muted); font-size: 8px; }
.payment-fieldset { padding: 0; margin: 3px 0 0; border: 0; }
.payment-fieldset legend { margin-bottom: 8px; color: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.payment-option { position: relative; display: grid; grid-template-columns: 14px 32px 1fr; align-items: center; gap: 8px; min-height: 70px; padding: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; text-transform: none !important; }
.payment-option:has(input:checked) { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); }
.payment-option input { position: absolute; opacity: 0; }
.payment-radio { width: 13px; height: 13px; border: 1px solid #aaa; border-radius: 50%; }
.payment-option input:checked + .payment-radio { border: 4px solid var(--orange); }
.payment-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; color: #fff; background: #25d366; font-size: 9px; font-weight: 800; }
.deuna-icon { color: #161616; background: #f4de16; font-size: 15px; font-style: italic; }
.payment-option strong,.payment-option small { display: block; }
.payment-option strong { color: var(--ink); font-size: 8px; }
.payment-option small { margin-top: 3px; font-size: 7px !important; line-height: 1.35; }
.deuna-panel { position: relative; margin-top: 20px; padding: 28px 20px 20px; overflow: hidden; border: 1px solid #d1bd12; background: #fffbe0; }
.demo-ribbon { position: absolute; top: 0; left: 0; right: 0; padding: 5px; color: #1a1a18; background: #f4de16; text-align: center; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.deuna-panel-grid { display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; }
.qr-frame { display: grid; place-items: center; width: 150px; height: 150px; padding: 9px; background: #fff; border: 1px solid #ded9bd; }
#deunaQr img,#deunaQr canvas { display: block; width: 130px !important; height: 130px !important; }
.deuna-panel-grid > div:last-child > span { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.deuna-panel-grid > div:last-child > strong { display: block; margin-top: 4px; font-size: 9px; }
.deuna-panel p { margin: 13px 0 0; color: var(--muted); font-size: 8px; }.deuna-panel h3 { margin: 0; font-family: var(--display); font-size: 32px; }
.deuna-panel button { margin-top: 9px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 8px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 120; display: flex; align-items: center; gap: 12px; min-width: 290px; padding: 14px 16px; color: #fff; background: var(--ink); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(20px); transition: .25s; }
.toast.show { opacity: 1; transform: none; }.toast > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--orange); }.toast strong, .toast small { display: block; }.toast strong { font-size: 10px; }.toast small { margin-top: 3px; color: rgba(255,255,255,.5); font-size: 8px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }.menu-toggle { display: block; }.mobile-nav { position: absolute; top: 75px; left: 0; right: 0; display: flex; flex-direction: column; padding: 18px 24px 25px; background: var(--paper); border-bottom: 1px solid var(--line); transform: scaleY(0); opacity: 0; transform-origin: top; transition: .2s; }
  .mobile-nav.open { transform: scaleY(1); opacity: 1; }.mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 20px; text-transform: uppercase; }
  .hero { min-height: 740px; height: auto; }.hero-content { padding-top: 70px; padding-bottom: 70px; }.hero-copy { width: auto; }.hero-finder { width: 300px; flex-basis: 300px; }.hero h1 { font-size: 76px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid article { min-height: 95px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .category-grid { grid-template-columns: repeat(3,1fr); }.category-card { border-bottom: 1px solid var(--line); }.category-card:nth-child(3) { border-right: 0; }.category-card:nth-child(4) { grid-column: 1/2; }.category-card:last-child { border-right: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2,1fr); }.catalog-grid { grid-template-columns: repeat(2,1fr); }
  .showroom-card { min-height: 410px; }
  .viewer-shell { grid-template-columns: 250px 1fr; }.viewer-stage { height: 450px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 30px), 1180px); }.topbar { height: 27px; }.topbar-center { display: none; }.site-header { height: 67px; }.header-actions { position: absolute; top: 12px; right: 15px; }.brand-mark { width: 36px; height: 36px; }.brand-copy strong { font-size: 20px; }.quote-button { display: none; }.mobile-nav { top: 66px; }.section-pad { padding: 72px 0; }
  .hero { min-height: 755px; }.hero-photo { background-position: 63% center; }.hero-shade { background: linear-gradient(90deg,rgba(8,8,7,.96),rgba(8,8,7,.48)), linear-gradient(0deg,rgba(0,0,0,.75),transparent 60%); }.hero-content { display: block; padding-top: 62px; }.hero h1 { font-size: clamp(57px, 17vw, 76px); }.hero-copy > p { width: auto; margin: 25px 0; font-size: 12px; }.hero-actions { flex-wrap: wrap; }.hero-actions button { flex: 1; min-width: 170px; }.hero-finder { width: 100%; margin-top: 40px; padding: 20px; }.hero-index { display: none; }
  .trust-grid { width: 100%; }.trust-grid article { padding: 18px 20px; }.trust-grid strong { font-size: 27px; }.trust-grid span { font-size: 8px; }
  .section-heading, .models-intro { display: block; }.section-heading > p, .models-intro > p { margin-top: 25px; }.section-heading h2, .about-grid h2, .contact-grid h2, .showroom-heading h2 { font-size: 48px; }.category-grid { grid-template-columns: 1fr 1fr; }.category-card { min-height: 205px; }.category-card:nth-child(2n) { border-right: 0; }.category-card:nth-child(3) { border-right: 1px solid var(--line); }.category-card:last-child { border-right: 1px solid var(--line); }.category-icon { margin: 33px 0 28px; }.china-showroom { padding: 72px 0; }.showroom-grid { grid-template-columns: 1fr; }.showroom-card { min-height: 360px; }.brand-belt-inner { display: block; }.brand-logos { margin-top: 22px; gap: 24px; overflow-x: auto; }.brand-logos b { font-size: 20px; }
  .product-grid, .catalog-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.product-visual, .catalog-grid .product-visual { height: 155px; }.product-visual svg { width: 105px; }.product-info { padding: 13px; }.product-info h3 { font-size: 17px; }.compatibility { font-size: 8px; }.product-bottom strong { font-size: 19px; }
  .page-banner { min-height: 340px; }.page-banner h1, .models-intro h1 { font-size: 62px; }.catalog-layout { display: block; }.filters { position: fixed; z-index: 70; top: auto; left: 0; right: 0; bottom: 0; max-height: 80vh; overflow-y: auto; transform: translateY(110%); transition: .25s; box-shadow: 0 -20px 50px rgba(0,0,0,.25); }.filters.open { transform: none; }.mobile-filter-button { display: block; height: 48px; padding: 0 15px; border: 1px solid var(--line); background: var(--ink); color: #fff; font-size: 9px; text-transform: uppercase; }.catalog-toolbar { flex-wrap: wrap; }.catalog-search { flex-basis: 100%; }.catalog-toolbar #sortProducts { flex: 1; }
  .models-page { padding-top: 60px; }.model-selector { margin-top: 35px; }.viewer-shell { display: flex; flex-direction: column-reverse; align-items: stretch; }.viewer-stage { height: 360px; }.viewer-copy { padding-bottom: 45px; }.viewer-copy h2 { font-size: 42px; }.system-points { grid-template-columns: 1fr 1fr; }.system-point { border-bottom: 1px solid rgba(255,255,255,.12); }.system-point:nth-child(2n) { border-right: 0; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }.process-grid { grid-template-columns: 1fr; }.process-grid article, .process-grid article:first-child { padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1/-1; }.footer-bottom { gap: 15px; }.quote-modal { padding: 38px 20px 25px; }.form-row,.payment-options { grid-template-columns: 1fr; }.quote-modal h2 { font-size: 42px; }.deuna-panel-grid { grid-template-columns: 1fr; }.qr-frame { margin: 0 auto; }.deuna-panel-grid > div:last-child { text-align: center; }
}

@media (max-width: 430px) {
  .product-grid, .catalog-grid { grid-template-columns: 1fr; }.product-visual, .catalog-grid .product-visual { height: 205px; }.product-visual svg { width: 145px; }.category-card { min-height: 185px; padding: 16px; }.hero-actions { display: grid; }.hero-actions button { width: 100%; }.footer-grid { gap: 30px 20px; }.toast { left: 15px; right: 15px; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
