.vc-catalog {
  --vc-bg: #0c100e;
  --vc-panel: #151c18;
  --vc-text: #f1f4ef;
  --vc-muted: #aab6ad;
  --vc-green: #b6ddc0;
  --vc-line: rgba(207, 227, 209, .15);
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--vc-text);
  background: var(--vc-bg);
  font-family: 'Host Grotesk', Arial, sans-serif;
  color-scheme: dark;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: #3c5143 var(--vc-bg);
}
.vc-catalog::backdrop { background: rgba(3, 8, 5, .8); backdrop-filter: blur(12px); }
.vc-catalog[open] { animation: vc-catalog-enter .35s ease both; }
.vc-catalog *, .vc-catalog *::before, .vc-catalog *::after { box-sizing: border-box; }
.vc-catalog button, .vc-catalog input, .vc-catalog select { font: inherit; }
.vc-catalog button, .vc-catalog a, .vc-catalog input, .vc-catalog select { -webkit-tap-highlight-color: transparent; }
.vc-catalog button { cursor: pointer; }
.vc-catalog button:disabled { cursor: default; }
.vc-catalog button, .vc-catalog a { touch-action: manipulation; }
.vc-catalog button:focus-visible, .vc-catalog a:focus-visible, .vc-catalog input:focus-visible, .vc-catalog select:focus-visible, .vc-catalog-table-scroll:focus-visible { outline: 2px solid var(--vc-green); outline-offset: 5px; }
.vc-catalog p, .vc-catalog h2, .vc-catalog h3 { margin: 0; }
.vc-catalog-shell { width: min(100%, 1680px); margin: 0 auto; padding: 58px clamp(24px, 5vw, 88px) 65px; }
.vc-catalog.has-selection .vc-catalog-shell { padding-bottom: 175px; }
.vc-catalog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.vc-catalog-eyebrow { font-size: 10px; line-height: 1.8; letter-spacing: .19em; font-weight: 500; color: var(--vc-muted); }
.vc-catalog-header h2 { font-size: clamp(36px, 4.8vw, 70px); line-height: 1.08; letter-spacing: -.055em; font-weight: 400; margin-top: 19px; }
.vc-catalog-intro { margin-top: 19px !important; color: var(--vc-muted); font-size: 15px; line-height: 1.5; }
.vc-catalog-close { flex: 0 0 48px; width: 48px; height: 48px; border: 1px solid var(--vc-line); border-radius: 50%; background: transparent; color: var(--vc-text); display: grid; place-items: center; transition: background .2s, transform .2s; }
.vc-catalog-close:hover { background: var(--vc-panel); transform: rotate(90deg); }
.vc-catalog-filters { display: grid; grid-template-columns: 1.65fr 1fr .9fr 1.4fr; gap: 16px; margin: 0; padding: 25px 0; border-top: 1px solid var(--vc-line); border-bottom: 1px solid var(--vc-line); }
.vc-catalog-filters label { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.vc-catalog-filters label > span { color: var(--vc-muted); font-size: 11px; letter-spacing: .02em; }
.vc-catalog-filters input, .vc-catalog-filters select { width: 100%; height: 48px; min-width: 0; border: 1px solid var(--vc-line); border-radius: 4px; background: var(--vc-panel); color: var(--vc-text); font-size: 13px; }
.vc-catalog-filters select { padding: 0 30px 0 13px; cursor: pointer; }
.vc-catalog-filters input { padding: 0 14px 0 42px; }
.vc-catalog-filters input::placeholder { color: #7e8e82; }
.vc-catalog-search > div { position: relative; }
.vc-catalog-search svg { position: absolute; top: 15px; left: 13px; color: var(--vc-muted); pointer-events: none; }
.vc-catalog-grid-meta { display: flex; justify-content: space-between; gap: 20px; margin: 24px 0; color: var(--vc-muted); font-size: 11px; }
.vc-catalog-count { color: var(--vc-text); }
.vc-catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vc-catalog-card { position: relative; min-width: 0; border: 1px solid var(--vc-line); border-radius: 7px; background: linear-gradient(140deg, #19211b, #131a16 72%); overflow: hidden; transition: border-color .3s; animation: vc-catalog-card-in .5s both; animation-delay: calc(var(--card-order) * 35ms); }
.vc-catalog-card:hover { border-color: #6d8974; }
.vc-catalog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 20px 19px 0; font-size: 9px; color: var(--vc-muted); }
.vc-catalog-card-top > span { letter-spacing: .025em; }
.vc-catalog-select { display: flex; align-items: center; gap: 6px; cursor: pointer; min-height: 28px; }
.vc-catalog-select input { margin: 0; width: 14px; height: 14px; accent-color: var(--vc-green); cursor: pointer; }
.vc-catalog-select:has(input:disabled) { opacity: .38; cursor: default; }
.vc-catalog-select input:disabled { cursor: default; }
.vc-catalog-image { height: clamp(225px, 21vw, 315px); display: grid; place-items: center; padding: 28px 34px 21px; position: relative; }
.vc-catalog-image::after { content: ''; position: absolute; width: 34%; height: 14px; bottom: 15px; left: 33%; background: #000; border-radius: 50%; filter: blur(10px); opacity: .25; }
.vc-catalog-image img { width: 100%; height: 100%; max-height: 255px; object-fit: contain; filter: drop-shadow(8px 14px 10px #0005); transition: transform .55s cubic-bezier(.2,.7,.2,1); z-index: 1; }
.vc-catalog-card:hover .vc-catalog-image img { transform: translateY(-7px) rotate(-2deg); }
.vc-catalog-image-fallback { color: var(--vc-muted); font-size: 17px; }
.vc-catalog-card-info { padding: 17px 23px 23px; }
.vc-catalog-brand { text-transform: uppercase; color: var(--vc-muted); font-size: 9px; letter-spacing: .16em; }
.vc-catalog-card h3 { font-size: 29px; font-weight: 400; letter-spacing: -.035em; line-height: 1.15; margin-top: 9px; }
.vc-catalog-pitch { font-size: 12px; color: var(--vc-muted); line-height: 1.5; min-height: 51px; margin-top: 11px !important; }
.vc-catalog-explore { display: flex; justify-content: space-between; gap: 12px; align-items: center; width: 100%; border: 0; border-top: 1px solid var(--vc-line); padding: 16px 0 0; background: transparent; color: var(--vc-green); font-size: 12px !important; text-align: left; }
.vc-catalog-explore svg { flex-shrink: 0; transition: transform .25s; }
.vc-catalog-explore:hover svg { transform: translateX(4px); }
.vc-catalog-empty { grid-column: 1 / -1; min-height: 390px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 45px 24px; }
.vc-catalog-empty > span { color: var(--vc-green); font-size: 48px; margin-bottom: 16px; }
.vc-catalog-empty h3 { font-size: 30px; font-weight: 400; letter-spacing: -.03em; }
.vc-catalog-empty p { margin-top: 12px; font-size: 14px; color: var(--vc-muted); }
.vc-catalog-empty button { border: 0; background: var(--vc-green); color: var(--vc-bg); padding: 15px 22px; border-radius: 4px; font-size: 13px; margin-top: 25px; display: flex; gap: 16px; align-items: center; }
.vc-catalog-sources { margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--vc-line); color: var(--vc-muted); font-size: 11px; line-height: 1.7; }
.vc-catalog-sources > div { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 16px; }
.vc-catalog-sources a { display: inline-flex; align-items: center; gap: 9px; color: var(--vc-text); text-decoration: none; }
.vc-catalog-sources a:hover { color: var(--vc-green); }
.vc-catalog-dock { position: fixed; z-index: 10; left: 50%; bottom: max(24px, env(safe-area-inset-bottom)); transform: translateX(-50%); width: min(calc(100% - 48px), 1020px); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 22px; border: 1px solid #546f5b; border-radius: 8px; background: #1d2b22f5; box-shadow: 0 12px 55px #0008; backdrop-filter: blur(18px); }
.vc-catalog-dock[hidden] { display: none; }
.vc-catalog-dock-selection { display: flex; align-items: center; gap: 20px; }
.vc-catalog-dock-label { font-size: 11px; color: var(--vc-muted); display: flex; flex-direction: column; gap: 5px; white-space: nowrap; }
.vc-catalog-dock-label b { color: var(--vc-text); font-size: 14px; font-weight: 500; }
.vc-catalog-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.vc-catalog-chip { border: 1px solid var(--vc-line); border-radius: 3px; background: #0b160d50; color: var(--vc-text); padding: 9px 10px; display: flex; align-items: center; gap: 11px; font-size: 11px !important; }
.vc-catalog-chip span { font-size: 18px; line-height: .6; color: var(--vc-muted); }
.vc-catalog-chip:hover { border-color: var(--vc-muted); }
.vc-catalog-dock-actions { display: flex; gap: 15px; align-items: center; }
.vc-catalog-clear { padding: 10px 0; border: 0; color: var(--vc-muted); background: transparent; font-size: 11px !important; }
.vc-catalog-clear:hover { color: var(--vc-text); }
.vc-catalog-compare-button { border: 0; border-radius: 4px; background: var(--vc-green); color: var(--vc-bg); font-size: 12px !important; padding: 15px 20px; display: flex; align-items: center; justify-content: center; gap: 20px; white-space: nowrap; }
.vc-catalog-compare-button:hover:not(:disabled) { background: #d0e8d5; }
.vc-catalog-compare-button:disabled { background: #344c3c; color: #9db7a4; }
.vc-catalog-compare-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--vc-line); padding: 22px 0; }
.vc-catalog-compare-toolbar > p { font-size: 11px; color: var(--vc-muted); }
.vc-catalog-back { display: inline-flex; align-items: center; gap: 12px; background: transparent; border: 0; padding: 8px 0; color: var(--vc-green); font-size: 12px !important; }
.vc-catalog-back > span { font-size: 20px; }
.vc-catalog-table-scroll { width: 100%; overflow: auto; border: 1px solid var(--vc-line); border-radius: 6px; scrollbar-color: #63846e #18271d; }
.vc-catalog-table { width: 100%; min-width: calc(170px + var(--compare-columns) * 245px); border-collapse: separate; border-spacing: 0; table-layout: fixed; text-align: left; }
.vc-catalog-table th, .vc-catalog-table td { padding: 22px 24px; border-bottom: 1px solid var(--vc-line); border-right: 1px solid var(--vc-line); font-size: 12px; font-weight: 400; line-height: 1.65; vertical-align: top; overflow-wrap: break-word; }
.vc-catalog-table th { background: #121a15; }
.vc-catalog-table td { color: var(--vc-muted); }
.vc-catalog-table tbody tr:hover td { background: #151e18; }
.vc-catalog-table th:first-child { position: sticky; left: 0; z-index: 2; width: 170px; }
.vc-catalog-table th:last-child, .vc-catalog-table td:last-child { border-right: 0; }
.vc-catalog-table tbody tr:last-child th, .vc-catalog-table tbody tr:last-child td { border-bottom: 0; }
.vc-catalog-table thead th:first-child { vertical-align: bottom; padding-bottom: 30px; }
.vc-catalog-table-product { position: relative; }
.vc-catalog-table-product > img { display: block; width: 100%; height: 200px; object-fit: contain; margin: 4px auto 28px; filter: drop-shadow(8px 13px 10px #0004); }
.vc-catalog-table-product > p { text-transform: uppercase; font-size: 9px; letter-spacing: .15em; color: var(--vc-muted); }
.vc-catalog-table-product h3 { font-size: 30px; letter-spacing: -.04em; font-weight: 400; line-height: 1.2; margin-top: 6px; }
.vc-catalog-table-product .vc-catalog-explore { margin-top: 22px; }
.vc-catalog-table-remove { display: block; margin-top: 14px; background: none; border: 0; color: #9aa99d; padding: 3px 0; font-size: 10px !important; text-decoration: underline; text-underline-offset: 3px; }
.vc-catalog-table-remove:hover { color: var(--vc-text); }
.vc-catalog-table .vc-catalog-missing { color: #829687; font-style: italic; }
.vc-catalog-document { display: flex; align-items: center; gap: 10px; color: var(--vc-green); text-decoration: none; }
.vc-catalog-document:hover { text-decoration: underline; text-underline-offset: 4px; }
.vc-catalog-comparison-note { margin-top: 24px !important; max-width: 830px; color: var(--vc-muted); font-size: 11px; line-height: 1.8; }
.vc-catalog-toast { position: fixed; z-index: 10000; left: 50%; bottom: 30px; transform: translate(-50%, 12px); max-width: min(520px, calc(100% - 40px)); padding: 14px 20px; background: #b6ddc0; color: #0c100e; border: 1px solid #d4eedb; border-radius: 5px; font: 13px/1.5 'Host Grotesk', Arial, sans-serif; box-shadow: 0 8px 32px #0005; pointer-events: none; opacity: 0; transition: opacity .2s, transform .2s; text-align: center; }
.vc-catalog-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.vc-catalog.has-selection > .vc-catalog-toast { bottom: 130px; }
.vc-catalog-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
@keyframes vc-catalog-enter { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vc-catalog-card-in { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1200px) {
  .vc-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vc-catalog-filters { grid-template-columns: 1.3fr 1fr 1fr; }
  .vc-catalog-search { grid-column: 1 / -1; }
  .vc-catalog-image { height: 290px; }
}
@media (max-width: 850px) {
  .vc-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vc-catalog-dock { gap: 15px; }
  .vc-catalog-dock-selection { gap: 12px; }
  .vc-catalog-chips { max-width: 280px; }
  .vc-catalog-dock-actions { gap: 12px; }
  .vc-catalog-compare-button { padding: 14px; gap: 10px; }
}
@media (max-width: 600px) {
  .vc-catalog-shell { padding: 28px 22px 40px; }
  .vc-catalog-header { margin-bottom: 30px; gap: 10px; }
  .vc-catalog-header h2 { font-size: 43px; max-width: 275px; margin-top: 22px; }
  .vc-catalog-close { width: 42px; height: 42px; flex-basis: 42px; }
  .vc-catalog-intro { font-size: 13px; line-height: 1.6; margin-top: 15px !important; max-width: 260px; }
  .vc-catalog-eyebrow { font-size: 9px; }
  .vc-catalog-filters { grid-template-columns: 1fr 1fr; gap: 17px 12px; padding: 22px 0; }
  .vc-catalog-filters > label:last-child { grid-column: 1 / -1; }
  .vc-catalog-filters input, .vc-catalog-filters select { font-size: 16px; }
  .vc-catalog-grid-meta { margin: 21px 0; gap: 10px; font-size: 10px; }
  .vc-catalog-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .vc-catalog-card-top { font-size: 10px; padding: 16px 22px 0; }
  .vc-catalog-select { min-height: 35px; }
  .vc-catalog-select input { width: 16px; height: 16px; }
  .vc-catalog-image { height: 270px; padding: 15px 68px 20px; }
  .vc-catalog-image img { max-height: 235px; }
  .vc-catalog-card-info { padding: 18px 25px 25px; }
  .vc-catalog-card h3 { font-size: 34px; }
  .vc-catalog-pitch { font-size: 13px; min-height: 42px; }
  .vc-catalog-explore { padding-top: 18px; min-height: 44px; font-size: 13px !important; }
  .vc-catalog.has-selection .vc-catalog-shell { padding-bottom: 235px; }
  .vc-catalog-dock { width: calc(100% - 24px); bottom: max(12px, env(safe-area-inset-bottom)); padding: 15px; flex-direction: column; gap: 15px; align-items: stretch; }
  .vc-catalog-dock-selection { gap: 12px; justify-content: space-between; }
  .vc-catalog-dock-label { font-size: 10px; }
  .vc-catalog-dock-label b { font-size: 12px; }
  .vc-catalog-chips { justify-content: flex-end; gap: 5px; }
  .vc-catalog-chip { padding: 10px 8px; font-size: 10px !important; gap: 8px; }
  .vc-catalog-dock-actions { justify-content: space-between; }
  .vc-catalog-clear { min-width: 60px; min-height: 44px; }
  .vc-catalog-compare-button { flex: 1; }
  .vc-catalog-compare-toolbar { align-items: flex-start; }
  .vc-catalog-compare-toolbar > p { text-align: right; font-size: 10px; max-width: 110px; line-height: 1.5; padding-top: 8px; }
  .vc-catalog-table { min-width: calc(126px + var(--compare-columns) * 215px); }
  .vc-catalog-table th, .vc-catalog-table td { padding: 18px 16px; font-size: 11px; }
  .vc-catalog-table th:first-child { width: 126px; }
  .vc-catalog-table-product > img { height: 170px; }
  .vc-catalog-table-product h3 { font-size: 26px; }
  .vc-catalog-table-remove { min-height: 44px; font-size: 11px !important; }
  .vc-catalog-comparison-note { font-size: 10px; }
  .vc-catalog.has-selection > .vc-catalog-toast { bottom: 205px; }
}
@media (prefers-reduced-motion: reduce) {
  .vc-catalog[open], .vc-catalog-card { animation: none; }
  .vc-catalog *, .vc-catalog-toast { transition: none !important; scroll-behavior: auto !important; }
  .vc-catalog-card:hover .vc-catalog-image img { transform: none; }
}
