:root {
  --vz-bg: #050606;
  --vz-panel: #0A0D0D;
  --vz-panel-strong: #0E1212;
  --vz-text: #F5F7F7;
  --vz-muted: #9DA6A6;
  --vz-line: rgba(255,255,255,.13);
  --vz-line-strong: rgba(213,237,9,.52);
  --vz-accent: #D5ED09;
  --vz-radius: 14px;
  --vz-shadow: 0 28px 80px rgba(0,0,0,.42);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--vz-bg); }
body.vz-page {
  margin: 0; min-width: 320px; overflow-x: hidden;
  background: radial-gradient(circle at 72% 6%, rgba(213,237,9,.055), transparent 28%), var(--vz-bg);
  color: var(--vz-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5; -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }

.vz-skip-link {
  position: fixed; top: 10px; left: 12px; z-index: 9999; padding: 10px 14px;
  background: var(--vz-accent); color: #080909; font-weight: 900; transform: translateY(-160%);
}
.vz-skip-link:focus { transform: none; }

.vz-topbar {
  width: min(calc(100% - 40px), 1440px); height: 76px; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.vz-brand { display: inline-flex; align-items: center; }
.vz-brand img { width: 188px; height: auto; }
.vz-topbar-actions { display: flex; align-items: center; gap: 20px; }
.vz-text-link { color: #CED4D4; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vz-text-link:hover { color: var(--vz-accent); }

.vz-intro {
  width: min(calc(100% - 40px), 1440px); margin: 48px auto 38px;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); align-items: end; gap: 48px;
}
.vz-eyebrow, .vz-kicker {
  margin: 0; color: var(--vz-accent); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase;
}
.vz-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.vz-eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--vz-accent); box-shadow: 10px 0 22px rgba(213,237,9,.48); }
.vz-intro h1, .vz-current h2 {
  margin: 0; font-family: "Arial Black", Impact, Inter, sans-serif; font-style: italic;
  text-transform: uppercase; letter-spacing: -.04em; line-height: .94;
}
.vz-intro h1 { font-size: clamp(3.2rem, 7vw, 7rem); }
.vz-intro h1 span { color: var(--vz-accent); }
.vz-intro > p { margin: 0; color: var(--vz-muted); font-size: clamp(1rem, 1.35vw, 1.15rem); max-width: 600px; }

.vz-app { width: min(calc(100% - 40px), 1440px); margin: 0 auto 84px; position: relative; isolation: isolate; }
.vz-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 430px); min-height: 720px;
  border: 1px solid var(--vz-line); background: #050707; box-shadow: var(--vz-shadow);
}
.vz-viewer-panel { min-width: 0; position: relative; display: flex; flex-direction: column; background: #060808; }
.vz-canvas { position: relative; min-height: 680px; flex: 1 1 auto; overflow: hidden; background: #070909; }
.vz-canvas canvas { width: 100%; height: 100%; outline: 0; touch-action: none; }
.vz-canvas canvas:focus-visible { box-shadow: inset 0 0 0 3px var(--vz-accent); }
.vz-interaction-help {
  margin: 0; padding: 13px 20px; border-top: 1px solid var(--vz-line); color: #7F8989;
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase;
}

.vz-skeleton { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: radial-gradient(circle at 50% 54%, #101515, #050707 62%); }
.vz-skeleton-car {
  position: absolute; left: 50%; top: 54%; width: min(72%, 720px); aspect-ratio: 2.2; border-radius: 48% 44% 18% 20%;
  background: linear-gradient(165deg, rgba(255,255,255,.12), rgba(213,237,9,.11) 38%, rgba(255,255,255,.025) 66%);
  transform: translate(-50%, -50%); filter: blur(1px); animation: vz-skeleton-pulse 1.8s ease-in-out infinite;
}
.vz-skeleton-floor { position: absolute; left: 18%; right: 18%; bottom: 18%; height: 8%; border-radius: 50%; background: rgba(0,0,0,.68); filter: blur(18px); }
.vz-canvas.is-ready .vz-skeleton { opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s; }

.vz-loading, .vz-error {
  position: absolute; inset: 0; z-index: 5; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 30px; text-align: center; background: rgba(5,7,7,.38); backdrop-filter: blur(3px);
}
.vz-loading strong, .vz-error strong { font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vz-loading > span:not(.vz-spinner), .vz-error p { margin: 0; max-width: 430px; color: var(--vz-muted); font-size: .84rem; }
.vz-spinner { width: 32px; height: 32px; border: 2px solid rgba(255,255,255,.18); border-top-color: var(--vz-accent); border-radius: 50%; animation: vz-spin .8s linear infinite; }
.vz-progress { width: min(260px, 70%); height: 3px; margin-top: 8px; overflow: hidden; background: rgba(255,255,255,.12); }
.vz-progress span { display: block; width: 8%; height: 100%; background: var(--vz-accent); transition: width .2s ease; }
.vz-loading[hidden], .vz-error[hidden] { display: none; }
.vz-error { background: rgba(5,7,7,.92); }
.vz-error-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #E5BC4C; border-radius: 50%; color: #E5BC4C; font-weight: 900; }

.vz-preview-warning, .vz-quality {
  position: absolute; z-index: 4; padding: 7px 9px; border: 1px solid var(--vz-line); background: rgba(5,7,7,.76);
  color: #AEB6B6; font-size: .61rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(10px);
}
.vz-preview-warning { left: 16px; bottom: 54px; border-color: rgba(229,188,76,.42); color: #E1C36C; }
.vz-preview-warning[hidden] { display: none; }
.vz-quality { left: 16px; bottom: 16px; }
.vz-sample-preview {
  position: absolute; top: 16px; left: 16px; z-index: 4; width: clamp(140px, 12vw, 180px); aspect-ratio: 1; margin: 0;
  overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(5,7,7,.86);
  box-shadow: 0 18px 50px rgba(0,0,0,.32); pointer-events: none; backdrop-filter: blur(10px);
}
.vz-sample-preview-label {
  position: absolute; top: 5px; left: 6px; z-index: 2; padding: 2px 4px; border: 1px solid rgba(255,255,255,.16);
  border-radius: 3px; background: rgba(4,6,6,.78); color: #DCE2E1; font-size: .42rem; font-weight: 900;
  letter-spacing: .08em; text-transform: uppercase;
}
.vz-sample-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; background: #111515; }
.vz-sample-preview figcaption {
  position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; align-items: baseline; justify-content: flex-end;
  gap: 7px; padding: 12px 6px 4px; background: linear-gradient(transparent, rgba(3,5,5,.86));
}
.vz-sample-preview strong { min-width: 0; overflow: hidden; color: #F2F5F4; font-size: .54rem; text-overflow: ellipsis; white-space: nowrap; }
.vz-sample-preview figcaption span { flex: none; color: #B3BCBB; font-size: .46rem; font-weight: 750; letter-spacing: .04em; }
.vz-toolbar { position: absolute; top: 16px; right: 16px; z-index: 4; display: flex; gap: 8px; }
.vz-icon-button {
  display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 12px; border: 1px solid var(--vz-line);
  border-radius: 7px; background: rgba(5,7,7,.78); color: var(--vz-text); cursor: pointer; backdrop-filter: blur(10px);
  font-size: .66rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase;
}
.vz-icon-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.vz-icon-button:hover:not(:disabled) { border-color: var(--vz-accent); color: var(--vz-accent); }
.vz-icon-button:disabled { opacity: .42; cursor: wait; }

.vz-controls { min-width: 0; max-height: 720px; overflow-y: auto; padding: 30px; border-left: 1px solid var(--vz-line); background: var(--vz-panel); scrollbar-color: #485000 transparent; scrollbar-width: thin; }
.vz-current { padding-bottom: 26px; border-bottom: 1px solid var(--vz-line); }
.vz-current h2 { margin-top: 10px; font-size: clamp(2rem, 3.1vw, 3.1rem); overflow-wrap: anywhere; }
.vz-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 20px 0 0; }
.vz-meta div { min-width: 0; padding: 10px; border: 1px solid var(--vz-line); background: rgba(255,255,255,.015); }
.vz-meta dt { color: #768080; font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vz-meta dd { margin: 4px 0 0; color: #EDF1F1; font-size: .75rem; font-weight: 800; text-transform: capitalize; overflow-wrap: anywhere; }
.vz-description { margin: 16px 0 0; color: var(--vz-muted); font-size: .88rem; }

.vz-catalogue-head { display: flex; align-items: center; gap: 10px; margin-top: 28px; }
.vz-search { min-width: 0; flex: 1 1 auto; position: relative; display: block; }
.vz-search svg { position: absolute; left: 12px; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); fill: none; stroke: #859090; stroke-width: 1.7; }
.vz-search input {
  width: 100%; height: 44px; padding: 0 12px 0 38px; border: 1px solid var(--vz-line); border-radius: 6px;
  background: #070909; color: var(--vz-text); outline: 0; font-size: .8rem;
}
.vz-search input:focus { border-color: var(--vz-accent); box-shadow: 0 0 0 3px rgba(213,237,9,.08); }
.vz-result-count { flex: none; color: #7E8888; font-size: .66rem; font-weight: 800; }
.vz-filter-group { margin-top: 14px; }
.vz-filter-group + .vz-filter-group { margin-top: 10px; }
.vz-filter-label { display: block; color: #758080; font-size: .57rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.vz-categories { display: flex; gap: 7px; margin-top: 7px; padding-bottom: 3px; overflow-x: auto; scrollbar-width: none; }
.vz-categories::-webkit-scrollbar { display: none; }
.vz-category {
  flex: none; min-height: 33px; padding: 0 11px; border: 1px solid var(--vz-line); border-radius: 999px;
  background: transparent; color: #A9B1B1; cursor: pointer; font-size: .61rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase;
}
.vz-category[aria-pressed="true"] { border-color: var(--vz-line-strong); color: var(--vz-text); background: rgba(213,237,9,.07); }

.vz-swatches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.vz-swatches.is-single { grid-template-columns: minmax(0, 1fr); }
.vz-swatch {
  position: relative; min-width: 0; padding: 7px; border: 1px solid var(--vz-line); border-radius: 7px; background: rgba(255,255,255,.015);
  color: var(--vz-text); text-align: left; cursor: pointer;
}
.vz-swatch:hover { border-color: rgba(255,255,255,.32); }
.vz-swatch[aria-pressed="true"] { border-color: var(--vz-accent); box-shadow: 0 0 0 1px rgba(213,237,9,.22); }
.vz-swatch[aria-pressed="true"]::after {
  content: "✓"; position: absolute; top: 11px; right: 11px; display: grid; place-items: center; width: 19px; height: 19px;
  border-radius: 50%; background: var(--vz-accent); color: #060707; font-size: .7rem; font-weight: 1000;
}
.vz-swatch-chip { position: relative; display: block; width: 100%; aspect-ratio: 1.7; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; background: var(--swatch); }
.vz-swatch-chip img { width: 100%; height: 100%; object-fit: cover; }
.vz-swatch-chip::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.035); pointer-events: none; }
.vz-swatch strong { display: block; margin-top: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .67rem; }
.vz-swatch small { display: block; margin-top: 2px; color: #778181; font-size: .57rem; letter-spacing: .04em; }
.vz-empty { margin: 20px 0; color: var(--vz-muted); font-size: .82rem; }
.vz-load-more {
  width: 100%; min-height: 40px; margin-top: 12px; border: 1px solid var(--vz-line); border-radius: 6px;
  background: rgba(255,255,255,.018); color: #AEB6B6; cursor: pointer; font-size: .63rem; font-weight: 850;
  letter-spacing: .07em; text-transform: uppercase;
}
.vz-load-more:hover { border-color: var(--vz-accent); color: var(--vz-accent); }
.vz-load-more[hidden] { display: none; }

.vz-actions { display: grid; gap: 9px; margin-top: 26px; }
.vz-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px;
  border: 1px solid transparent; border-radius: 7px; cursor: pointer; font-size: .7rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase;
}
.vz-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.vz-button--small { min-height: 41px; padding-inline: 15px; font-size: .65rem; }
.vz-button--primary { background: var(--vz-accent); color: #080909; box-shadow: 0 12px 34px rgba(213,237,9,.13); }
.vz-button--primary:hover { background: #E7FF14; }
.vz-button--outline { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.015); color: var(--vz-text); }
.vz-button--outline:hover { border-color: var(--vz-accent); color: var(--vz-accent); }
.vz-copy-status { min-height: 18px; margin: 0; color: var(--vz-accent); font-size: .72rem; text-align: center; }
.vz-disclaimer, .vz-catalogue-note { color: #788181; font-size: .7rem; line-height: 1.55; }
.vz-disclaimer { margin: 21px 0 0; }
.vz-catalogue-note { margin: 10px 0 0; color: #9A8549; }

.vz-footer { width: min(calc(100% - 40px), 1440px); margin: 0 auto; padding: 0 0 28px; display: flex; justify-content: space-between; gap: 20px; color: #687171; font-size: .72rem; }
.vz-footer a:hover { color: var(--vz-accent); }
.vz-noscript { margin: 20px; padding: 16px; border: 1px solid #E5BC4C; color: #E5BC4C; }
.vz-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.vz-page.is-embedded .vz-topbar, .vz-page.is-embedded .vz-intro, .vz-page.is-embedded .vz-footer { display: none; }
.vz-page.is-embedded .vz-app { width: 100%; margin: 0; }
.vz-page.is-embedded .vz-layout { border: 0; }
.vz-app.is-expanded, .vz-app:fullscreen {
  position: fixed; inset: 0; z-index: 10000; width: 100%; height: 100dvh; margin: 0; background: var(--vz-bg);
}
.vz-app.is-expanded .vz-layout, .vz-app:fullscreen .vz-layout { height: 100%; border: 0; }
.vz-app.is-expanded .vz-canvas, .vz-app:fullscreen .vz-canvas { min-height: calc(100dvh - 46px); }
.vz-app.is-expanded .vz-controls, .vz-app:fullscreen .vz-controls { max-height: 100dvh; }

button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--vz-accent); outline-offset: 3px; }

@keyframes vz-spin { to { transform: rotate(360deg); } }
@keyframes vz-skeleton-pulse { 0%,100% { opacity: .45; transform: translate(-50%,-50%) scale(.98); } 50% { opacity: .82; transform: translate(-50%,-50%) scale(1.015); } }

@media (max-width: 980px) {
  .vz-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, 390px); }
  .vz-controls { padding: 24px; }
  .vz-swatches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .vz-topbar { width: calc(100% - 28px); height: 68px; }
  .vz-brand img { width: 151px; }
  .vz-text-link { display: none; }
  .vz-intro { width: calc(100% - 28px); margin: 34px auto 26px; grid-template-columns: 1fr; gap: 16px; }
  .vz-intro h1 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .vz-app { width: calc(100% - 28px); margin-bottom: 60px; }
  .vz-layout { display: block; min-height: 0; }
  .vz-canvas { min-height: clamp(360px, 64svh, 520px); }
  .vz-controls { max-height: none; overflow: visible; padding: 24px; border-top: 1px solid var(--vz-line); border-left: 0; }
  .vz-sample-preview { width: min(24vw, 160px); }
  .vz-current h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .vz-swatches { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vz-footer { width: calc(100% - 28px); }
  .vz-app.is-expanded .vz-layout, .vz-app:fullscreen .vz-layout { height: 100dvh; overflow-y: auto; }
  .vz-app.is-expanded .vz-canvas, .vz-app:fullscreen .vz-canvas { min-height: 64dvh; }
  .vz-app.is-expanded .vz-controls, .vz-app:fullscreen .vz-controls { max-height: none; }
}

@media (max-width: 430px) {
  .vz-topbar-actions .vz-button { padding-inline: 11px; }
  .vz-intro h1 { font-size: clamp(2.55rem, 13.5vw, 3.6rem); }
  .vz-canvas { min-height: 350px; }
  .vz-toolbar { top: 10px; right: 10px; }
  .vz-icon-button { width: 42px; padding: 0; justify-content: center; }
  .vz-icon-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .vz-preview-warning { left: 10px; bottom: 50px; max-width: 135px; }
  .vz-quality { left: 10px; bottom: 10px; }
  .vz-sample-preview { top: 10px; left: 10px; width: min(31vw, 120px); height: auto; border-radius: 6px; }
  .vz-sample-preview-label { top: 4px; left: 5px; }
  .vz-sample-preview figcaption { padding: 10px 5px 3px; }
  .vz-controls { padding: 21px 18px; }
  .vz-meta { grid-template-columns: 1fr 1fr; }
  .vz-meta div:last-child { grid-column: 1 / -1; }
  .vz-swatches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vz-footer { flex-direction: column; gap: 6px; }
}

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