:root {
  --black: #090b0c;
  --black-soft: #15191b;
  --red: #d8171f;
  --white: #ffffff;
  --paper: #f7f7f5;
  --ink: #151719;
  --muted: #5d6265;
  --line: #d8dbdc;
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.staging-header { position: relative; z-index: 20; color: var(--white); background: var(--black); border-bottom: 1px solid rgba(255,255,255,.12); }
.staging-header-inner {
  width: min(100%, var(--max)); min-height: 94px; margin: auto; padding: 14px 38px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.staging-brand { flex: 0 0 auto; }
.staging-brand img { width: clamp(210px, 22vw, 305px); height: auto; }
.boiler-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-transform: uppercase; letter-spacing: .08em; }
.staging-brand.boiler-brand img, .footer-brand img { width: 42px; height: 42px; object-fit: contain; }
.staging-header .boiler-brand img { filter: invert(1); mix-blend-mode: screen; }
.boiler-brand .boiler-word { font-size: 21px; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 24px; flex: 0 1 auto; min-width: 0; margin-left: auto; color: rgba(255,255,255,.78); font-size: 15px; font-weight: 700; }
.site-nav a { white-space: nowrap; }
.site-nav a:hover { color: var(--white); }
.header-status { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-status .status-dot { width: 9px; height: 9px; flex: 0 0 9px; background: #dca31b; border-radius: 50%; }
.header-status.open .status-dot { background: #48c66b; }
.header-status.soon .status-dot { background: #dca31b; }
.header-status.closed .status-dot { background: var(--red); }
.top-actions { display: flex; align-items: stretch; gap: 14px; flex: 0 0 auto; }
.direction-action-wrap { position: relative; }
.site-header-status { position: absolute; top: 100%; left: 0; right: 0; padding-top: 16px; pointer-events: none; }
.site-header-status-inner { display: flex; justify-content: flex-end; padding-inline: 38px; }
.site-header-status .header-status { color: var(--muted); font-size: 12px; }
.action { min-height: 58px; display: inline-flex; align-items: center; gap: 13px; padding: 10px 20px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.7); transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.action:hover { color: var(--white); background: rgba(255,255,255,.08); border-color: var(--white); transform: translateY(-1px); }
.action-primary { background: var(--red); border-color: var(--red); }
.action-primary:hover { background: #ee1d26; border-color: #ee1d26; }
.action i { font-size: 23px; }
.action-copy { display: grid; line-height: 1.03; }
.action-label { font: 28px/1 var(--display); letter-spacing: .02em; white-space: nowrap; }
.action-label-short { display: none; }
.action-detail { margin-top: 4px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 600; }

.catalog { width: min(100%, var(--max)); margin: auto; padding: 34px 38px 70px; }
.catalog-controls-band { margin-bottom: 28px; background: var(--black); }
.catalog-intro-band { display: flex; align-items: center; gap: 20px; margin-bottom: 0; padding: 20px 38px; color: var(--white); background: var(--black); }
.catalog-heading { position: relative; flex: 0 0 auto; min-width: max-content; padding-left: 26px; }
.catalog-heading::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 9px; background: var(--red); }
.catalog-heading .eyebrow { margin: 0 0 9px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.catalog-inline-search { flex: 1 1 280px; max-width: 360px; margin-left: auto; }
.catalog-inline-search .wheel-filter { width: 100%; margin: 0; }
.section-title { display: block; margin: 0; font: clamp(42px, 5vw, 64px)/1 var(--display); text-transform: uppercase; white-space: nowrap; }
.filter-panel { padding: 0; background: #292e30; }
.catalog-controls-band.filters-open .filter-panel { border-top: 1px solid rgba(255,255,255,.14); }
.catalog-controls-band:not(.filters-open) .filter-panel { background: var(--black); }
.catalog-controls-band:not(.filters-open) .filter-panel-actions { padding-bottom: 0; }
.filter-panel-header { display: none; }
.filter-panel h2 { margin: 0; color: var(--white); font: 32px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.filter-toggle { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 12px; color: var(--white); background: var(--red); border: 1px solid var(--red); cursor: pointer; font-size: 12px; font-weight: 800; }
.filter-toggle span:not(:empty)::before { content: " ("; }
.filter-toggle span:not(:empty)::after { content: ")"; }
.wheel-filters { display: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 18px 24px 0; }
.wheel-filters.is-open { display: grid; }
.wheel-filter { min-width: 0; padding: 12px 13px; color: var(--white); background: #15191b; border: 1px solid rgba(255,255,255,.25); border-radius: 0; }
.wheel-search { grid-column: 1 / -1; }
.wheel-filter::placeholder { color: #aeb2b5; }
.wheel-catalog-status { min-height: 20px; margin: 24px 0 18px; color: var(--muted); font-size: 13px; font-weight: 700; }
.filter-panel-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 0; padding: 0 24px 12px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; color: var(--white); background: #41484a; border: 1px solid rgba(255,255,255,.22); font-size: 12px; font-weight: 700; }
.filter-chip button { display: grid; place-items: center; width: 20px; height: 20px; padding: 0; color: var(--white); background: transparent; border: 0; cursor: pointer; }
.reset-filters { padding: 8px 0; color: #ff5960; background: transparent; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; text-decoration: underline; white-space: nowrap; }
.wheel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wheel-card { min-width: 0; padding: 10px; color: var(--ink); background: var(--white); border: 1px solid #e5e7e6; border-radius: 16px; box-shadow: 0 15px 32px rgba(10,15,17,.1); overflow: hidden; }
.wheel-card-image { display: grid; place-items: center; height: 220px; overflow: hidden; background: var(--white); }
.wheel-card-image img { width: 100%; height: 100%; object-fit: contain; }
.wheel-card-placeholder { color: #6c7174; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.wheel-finish-options { display: flex; gap: 8px; overflow-x: auto; padding: 6px 0 2px; scrollbar-width: thin; }
.wheel-finish-button { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 3px; color: var(--muted); background: var(--white); border: 2px solid var(--line); border-radius: 8px; cursor: pointer; font-size: 0; }
.wheel-finish-button:hover, .wheel-finish-button.is-selected { color: var(--ink); background: var(--white); border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.wheel-finish-button img { width: 100%; height: 100%; object-fit: contain; }
.finish-fallback { display: grid; width: 100%; height: 100%; place-items: center; color: var(--muted); font-size: 9px; line-height: 1.05; text-align: center; }
.wheel-finish-more { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 11px; font-weight: 800; }
.wheel-card-copy { display: flex; flex-direction: column; gap: 0; padding: 4px 0 2px; }
.wheel-card-brand { margin: 0 0 2px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.wheel-card-model { margin: 0; color: var(--ink); font: clamp(36px, 3.3vw, 48px)/.9 var(--display); text-transform: uppercase; }
.wheel-card-finish { margin: 3px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.wheel-card-specs { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 4px 0 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.wheel-card-specs span + span { padding-left: 18px; border-left: 2px solid var(--red); }
.wheel-card-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.wheel-card-action { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 8px 10px; border: 1px solid var(--ink); font: 18px/1 var(--display); letter-spacing: .03em; text-align: center; text-transform: uppercase; }
.wheel-card-action-primary { color: var(--white); background: var(--red); border-color: var(--red); }
.wheel-card-action-primary:hover { background: #ee1d26; }
.wheel-card-action-finance { position: relative; overflow: hidden; color: var(--ink); background: var(--white); }
.wheel-card-action-finance:hover { color: var(--white); background: var(--ink); }
.wheel-card-action-finance::after { content: ""; position: absolute; inset: -40% auto -40% -30%; width: 52%; pointer-events: none; background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.24) 43%, rgba(255,255,255,.84) 50%, rgba(255,255,255,.24) 57%, transparent 100%); opacity: 0; transform: translateX(-180%) rotate(18deg); }
.wheel-card-action-finance.is-shimmering::after { animation: financing-shimmer 1.2s ease-out both; }
@keyframes financing-shimmer { 0%, 5% { opacity: 0; transform: translateX(-180%) rotate(18deg); } 20%, 80% { opacity: 1; } 100% { opacity: 0; transform: translateX(320%) rotate(18deg); } }
@media (prefers-reduced-motion: reduce) { .wheel-card-action-finance::after { animation: none; } }
.wheel-catalog-empty { grid-column: 1 / -1; margin: 0; padding: 30px; color: var(--muted); background: var(--white); text-align: center; }
.catalog-seo-copy { margin-top: 52px; padding: 34px 38px 38px; background: var(--white); border-top: 1px solid var(--line); }
.catalog-seo-copy .eyebrow { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.catalog-seo-copy h2 { max-width: 560px; margin: 0; color: var(--ink); font: clamp(38px, 4.2vw, 58px)/.95 var(--display); text-transform: uppercase; }
.catalog-seo-copy p:not(.eyebrow) { max-width: 760px; margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 38px 24px; color: var(--muted); background: var(--white); border-top: 1px solid var(--line); font-size: 12px; }
.site-footer a { color: var(--ink); font-weight: 700; }
.site-footer .footer-brand { color: var(--ink); }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; text-align: right; }
.footer-contact a, .footer-contact span { color: var(--muted); font-weight: 400; }
.boiler-word { color: inherit; font-family: "Archivo", sans-serif; font-weight: 800; }
.catalog-mobile-bar { display: none; }

@media (min-width: 1200px) {
  .wheel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .staging-header-inner { padding-inline: 24px; }
  .site-header-status-inner { padding-inline: 24px; }
  .site-nav { gap: 14px; font-size: 14px; }
  .header-status { font-size: 12px; }
  .action-detail { display: none; }
  .action { padding-inline: 15px; }
  .catalog-intro-band { padding-inline: 28px; }
  .catalog-heading { padding-left: 22px; }
  .catalog-heading::before { width: 7px; }
}

@media (max-width: 1100px) {
  .site-nav { flex: 1 1 auto; justify-content: flex-end; gap: 14px; min-width: 0; overflow: hidden; font-size: 13px; }
  .site-nav a { display: none; overflow: hidden; text-overflow: ellipsis; }
  .site-nav .nav-priority-1 { display: block; }
  .top-actions .action-label-full { display: none; }
  .top-actions .action-label-short { display: block; }
  .top-actions .action-detail { display: none; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .staging-header-inner { min-height: 70px; padding: 8px 16px; }
  .site-header-status-inner { padding-inline: 16px; }
  .staging-brand img { width: 155px; }
  .staging-brand.boiler-brand img { width: 34px; height: 34px; }
  .site-nav { gap: 10px; font-size: 12px; }
  .site-nav .nav-priority-2 { display: none; }
  .top-actions { gap: 6px; }
  .top-actions .action { width: 48px; min-height: 44px; justify-content: center; padding: 6px 0; gap: 8px; }
  .top-actions .action-copy { display: none; }
  .top-actions .action i { font-size: 17px; }
  .top-actions .action-label { font-size: 18px; }
  .top-actions .action-detail { display: none; }
  .catalog { padding: 12px 16px 38px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-contact { justify-content: flex-start; text-align: left; }
  .catalog-controls-band { margin-inline: -16px; margin-bottom: 12px; }
  .catalog-intro-band { flex-wrap: wrap; gap: 12px; padding: 14px 16px; }
  .catalog-heading { flex: 1 1 100%; width: 100%; min-width: 0; padding-left: 16px; }
  .catalog-heading::before { width: 6px; }
  .catalog-heading .eyebrow { margin-bottom: 6px; font-size: 10px; }
  .catalog-intro-band .section-title { font-size: 36px; white-space: normal; }
  .catalog-inline-search { display: none; flex: 1 1 100%; max-width: none; order: 3; margin-left: 0; }
  .catalog-controls-band.filters-open .catalog-inline-search { display: block; }
  .filter-panel { margin-inline: 0; }
  .filter-panel-header { display: none; }
  .wheel-catalog-status { margin: 14px 0 12px; }
  .catalog-seo-copy { margin-top: 34px; padding: 26px 20px 30px; }
  .wheel-filters { grid-template-columns: 1fr; padding: 12px 16px 16px; }
  .wheel-search { grid-column: auto; }
  .filter-panel-actions { align-items: flex-start; padding: 0 16px 12px; }
  .filter-chips { flex: 1 1 auto; }
  .wheel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wheel-card-action { font-size: 16px; }
  .wheel-card-image { height: 190px; }
  .wheel-card-model { font-size: 44px; }
  .wheel-card-specs { font-size: 13px; }
  .wheel-finish-options { gap: 8px; }
  .site-footer { display: grid; justify-content: center; padding: 18px 16px 24px; text-align: center; }
  .catalog-mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); background: #050607; border-top: 1px solid rgba(255,255,255,.22); }
  .catalog-mobile-action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; color: var(--white); background: #1d2224; font: 21px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; }
  .catalog-mobile-primary { color: var(--white); background: var(--red); }
}

@media (max-width: 359px) {
  .staging-brand img { width: 110px; }
  .site-nav { gap: 6px; font-size: 11px; }
}

@media (max-width: 479px) {
  .wheel-grid { grid-template-columns: 1fr; }
  .wheel-card-image { height: 230px; }
  .wheel-card-model { font-size: 52px; }
}

@media (max-width: 359px) {
  .top-actions .action { padding-inline: 0; }
}
