/* NJ Commercial Laundry — dealer merchandising
   Navy well, family wall, spec-led SKUs. No Polaroid. No leftover chrome. */

:root {
  --navy: #0a1628;
  --navy-2: #0d1f38;
  --navy-3: #122544;
  --charcoal: #111827;
  --rule: #1e3a5f;
  --cyan: #60a5fa;
  --cyan-2: #3b82f6;
  --paper: #f4f6f8;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #d6dde6;
}

html { scroll-behavior: smooth; }

/* ── leftover chrome: delete visually AND from markup; this is belt-and-suspenders ── */
.commercial-only-strip,
.cat-fold-phone,
.fold-legal,
.hub-hero,
.hub-stage,
.hub-copy,
.cap-card,
.cap-grid,
.capacity-picker,
.catalog-toolbar,
.catalog-toolbar-row,
.catalog-toolbar-field,
.catalog-toolbar-label,
.catalog-search,
.catalog-count,
.catalog-results-lede,
.catalog-results-well,
.catalog-empty,
.sku-card,
.sku-card-head,
.sku-card-meta,
.sku-card-price,
.sku-card-cta,
.sku-grid,
.sku-result-count,
.sku-result-note,
.sku-empty,
.sku-filter-bar,
.filter-toggle,
.filter-toggle.is-on,
.cat-filter-panel,
.cat-filter-panel.is-open,
.cat-filter-head,
.cat-filter-grid,
.cat-filter-field,
.cat-filter-actions,
.cat-filter-reset,
.cat-filter-apply,
.cat-compare-bar,
.cat-compare-bar.is-on,
.cat-compare-item,
.cat-compare-add,
.cat-compare-add.is-on,
.cat-compare-clear,
.configurator,
.catalog-filters,
.config-controls,
.config-result { display: none !important; }

/* ── family wall (hub first paint) ── */
.hub-wall {
  background: var(--navy);
  color: #fff;
  padding: 28px 0 48px;
}
.hub-wall-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.hub-mark { display: block; height: 36px; width: auto; margin: 0 0 14px; }
.hub-jackson {
  margin: 0 0 28px;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #cbd5e1;
  max-width: 36rem;
  line-height: 1.35;
}
.family-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 720px) { .family-grid { grid-template-columns: 1fr; } }

.family-card {
  display: flex;
  flex-direction: column;
  background: var(--navy-2);
  border: 1px solid var(--rule);
  color: inherit;
  text-decoration: none;
  min-height: 0;
}
.family-card:hover { border-color: var(--cyan); }
.family-card--ust .family-card-hit {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  flex: 1;
  min-height: 0;
}
.family-card--ust .family-lit {
  display: block;
  margin: 0 16px 16px;
  padding: 10px 12px;
  text-align: center;
  background: var(--cyan);
  color: #0a1628;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
}
.family-card--ust .family-lit:hover { filter: brightness(1.06); }
.family-card .photo {
  background: var(--charcoal);
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}
.family-card .photo img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: transparent;
}
.family-card .meta,
.family-card .body { padding: 16px 18px 18px; }
.family-card h2,
.family-card .series {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.family-card .from,
.family-card .price {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--cyan);
}
.family-card .range,
.family-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #94a3b8;
}
.family-card,
.family-card .photo,
.cat-fold-stage {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hub-rebate {
  margin: 28px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--rule);
  background: var(--navy-2);
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.5;
}
.hub-rebate strong { color: #fff; }
.hub-rebate a { color: var(--cyan); }

.hub-industries {
  margin: 22px 0 0;
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.6;
}
.hub-industries a { color: #e2e8f0; text-decoration: underline; text-underline-offset: 2px; }
.hub-industries a:hover { color: var(--cyan); }
.hub-more {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #64748b;
}
.hub-more a { color: #cbd5e1; }

/* ── category fold: stainless on navy well, edge to the photo ── */
.cat-fold {
  background: var(--navy);
  color: #fff;
  padding: 28px 0 36px;
}
.cat-fold-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 36px;
  align-items: stretch;
}
@media (max-width: 860px) { .cat-fold-inner { grid-template-columns: 1fr; } }

.cat-fold-stage {
  background: var(--charcoal);
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.cat-fold-stage img,
.cat-fold-stage .hero-product-img {
  width: 100%;
  height: 480px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: transparent;
}
.cat-fold.is-picker {
  padding: 18px 0 20px;
}
.cat-fold.is-picker .cat-fold-stage {
  min-height: 400px;
}
.cat-fold.is-picker .cat-fold-stage img,
.cat-fold.is-picker .hero-product-img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  object-position: center bottom;
}
.cat-fold.is-picker .cap-overlay,
.cat-fold.is-picker .cap-overlay .cap-size-price,
.cat-fold.is-picker .cap-pills,
.cat-fold.is-picker .cat-pills { display: none !important; }

.cat-pills,
.cap-pills,
.cap-overlay {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
  align-items: flex-end;
}
.cap-overlay { flex-direction: column; }
.cap-overlay .cap-pills { position: static; left: auto; bottom: auto; }
.cap-overlay .cap-size-price {
  margin: 8px 0 0;
  color: #cbd5e1;
  font-size: 0.85rem;
}
.cat-pills button,
.cap-pill {
  appearance: none;
  border: 1px solid #334155;
  background: rgba(10, 22, 40, 0.88);
  color: #e2e8f0;
  font: 650 13px/1 Inter, system-ui, sans-serif;
  padding: 7px 11px;
  cursor: pointer;
}
.cat-pills button.is-on,
.cat-pills button[aria-pressed="true"],
.cap-pill.is-on,
.cap-pill.active,
.cap-pill[aria-pressed="true"] {
  background: var(--cyan);
  border-color: var(--cyan);
  color: #0a1628;
}

.cat-fold-copy { padding: 8px 0 0; }
.cat-fold-copy .unimac-mark { height: 32px; width: auto; display: block; margin: 0 0 14px; }
.cat-kicker,
.series-name {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
}
.control-line {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: #cbd5e1;
}
.cat-fold-copy .from-price {
  display: block;
  margin: 0 0 6px;
  font-size: clamp(2.1rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--cyan);
  line-height: 1;
}
.cat-pagehead {
  background: var(--navy);
  color: #94a3b8;
  padding: 14px 0 0;
}
.cat-pagehead .crumb {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 0.8rem;
}
.cat-pagehead .crumb a { color: #cbd5e1; }
.cat-fold-copy .cat-legal { color: #64748b; }
.cat-fold-copy h1 {
  margin: 0 0 8px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
}
.cat-legal {
  margin: 0 0 16px;
  font-size: 0.78rem;
  color: #64748b;
  max-width: 36rem;
}
.cat-from {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 8px;
}
.cat-from .from-price {
  font-size: clamp(2.1rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--cyan);
  line-height: 1;
}
.cat-from .from-note { font-size: 0.82rem; color: #94a3b8; }
.cap-size-price {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: #cbd5e1;
}

.cat-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.cat-docs a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid var(--rule);
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 650;
}
.cat-docs a:hover { border-color: var(--cyan); color: #fff; }
.cat-docs a.cat-docs-lit {
  background: var(--cyan);
  color: #0a1628;
  border-color: var(--cyan);
}
.cat-docs a.cat-docs-lit:hover { color: #0a1628; filter: brightness(1.06); }

/* ── rebate / industries on category ── */
.cat-after {
  background: var(--paper);
  padding: 22px 0 8px;
}
.cat-after-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.cat-rebate {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.5;
}
.cat-rebate a { color: #0e7490; }
.cat-industries { font-size: 0.92rem; color: var(--muted); margin: 0 0 8px; }
.cat-industries a { color: var(--ink); }

/* ── SKU list: spec · price first ── */
.model-block {
  background: var(--paper);
  padding: 8px 0 40px;
}
.model-block-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.model-lede {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: #334155;
}
.model-list { display: flex; flex-direction: column; gap: 8px; }
.model-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.model-row:hover { border-color: var(--cyan-2); }
.model-row .lead {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.model-row .code {
  display: block;
  margin-top: 3px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.model-row .price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}
.model-more {
  appearance: none;
  margin: 14px 0 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: 650 0.92rem/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}
.model-more:hover { border-color: var(--cyan-2); }
.rebate-quiet {
  margin: 16px 0 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
}
.rebate-quiet a { color: #0e7490; }

/* SEO / JS table: stay in the DOM, do not paint under the fold */
.sku-table-section:has(.model-list) .sku-table-wrap,
.sku-table-section:has(.model-list) .sku-more,
.sku-table-section:has(.fam-cards) .sku-table-wrap,
.sku-table-section:has(.fam-cards) .sku-more,
.sku-table-section.is-picker .sku-table-wrap,
.sku-table-section.is-picker .sku-more,
.model-block:has(.model-list) > .sku-table-wrap,
.model-block.is-picker .sku-table-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── family picker bar + match cards + same-URL drawer ── */
.fam-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: flex-end;
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
}
.fam-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 148px;
  flex: 1 1 148px;
  max-width: 240px;
}
.fam-field span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.fam-field select {
  appearance: none;
  width: 100%;
  border: 1px solid var(--line);
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%2364748b' d='M1 1l5 5 5-5'/></svg>") no-repeat right 10px center;
  color: var(--ink);
  font: 650 0.88rem/1.2 Inter, system-ui, sans-serif;
  padding: 8px 28px 8px 10px;
}
.fam-field select:focus {
  outline: 2px solid var(--cyan);
  outline-offset: 1px;
}
.fam-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
}
.fam-card {
  appearance: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 0 12px;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.fam-card:hover { border-color: var(--cyan-2); }
.fam-card-photo {
  background: var(--charcoal);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 10px;
  padding: 0;
}
.fam-card-photo img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: transparent;
}
.fam-card-cap {
  display: block;
  padding: 0 12px;
  font-size: 1.02rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.fam-card-sku {
  display: block;
  padding: 2px 12px 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.01em;
  color: var(--muted);
  word-break: break-all;
}
.fam-card-spec {
  display: block;
  padding: 4px 12px 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--muted);
}
.fam-card-price {
  display: block;
  padding: 8px 12px 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}
.fam-empty,
.fam-count {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}
.fam-more {
  appearance: none;
  margin: 14px 0 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: 650 0.92rem/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}
.fam-more:hover { border-color: var(--cyan-2); }

.fam-drawer[hidden] { display: none !important; }
.fam-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}
.fam-drawer-back {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 40, 0.55);
}
.fam-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(920px, 100%);
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 1fr);
}
.fam-drawer-x {
  appearance: none;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #e2e8f0;
  font: 500 1.6rem/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}
.fam-drawer-media {
  background: var(--charcoal);
  min-height: 360px;
}
.fam-drawer-photo {
  background: var(--charcoal);
  margin: 0;
  height: 100%;
  min-height: 360px;
}
.fam-drawer-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.fam-drawer-body {
  overflow: auto;
  padding: 28px 28px 36px;
}
.fam-drawer-cap {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}
.fam-drawer-panel h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: break-all;
}
.fam-drawer-spec {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #cbd5e1;
}
.fam-drawer-price {
  margin: 0 0 12px;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--cyan);
}
.fam-drawer-hl {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.fam-drawer-hl li {
  position: relative;
  padding: 0 0 7px 16px;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #e2e8f0;
}
.fam-drawer-hl li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--cyan);
}
.fam-drawer-grid {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 6px 10px;
  margin: 0 0 18px;
  font-size: 0.82rem;
}
.fam-drawer-grid dt {
  margin: 0;
  color: #94a3b8;
  font-weight: 650;
}
.fam-drawer-grid dd {
  margin: 0;
  color: #fff;
}
.fam-drawer-acts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fam-drawer-acts a,
.fam-drawer-acts button {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font: 700 0.92rem/1 Inter, system-ui, sans-serif;
  padding: 12px 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.fam-drawer-acts a[hidden] { display: none !important; }
.fam-quote {
  appearance: none;
  border: 0;
  background: var(--cyan);
  color: #0a1628;
  font-size: 1.12rem;
  padding: 16px 16px 14px;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.28);
}
.fam-quote-sub {
  display: block;
  margin-top: 5px;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: #0a1628;
  opacity: 0.85;
}
.fam-quote:hover { background: var(--cyan-2); }
.fam-pdf {
  border: 1px solid var(--cyan);
  color: #fff;
}
.fam-pdp {
  border: 1px solid var(--rule);
  color: #e2e8f0;
}
.fam-pdf:hover,
.fam-pdp:hover { border-color: var(--cyan); color: #fff; }
body.fam-drawer-on { overflow: hidden; }

@media (max-width: 720px) {
  .fam-drawer-panel {
    grid-template-columns: 1fr;
    width: 100%;
    overflow: auto;
  }
  .fam-drawer-media,
  .fam-drawer-photo,
  .fam-drawer-photo img {
    min-height: 280px;
  }
  .fam-drawer-photo img { height: 280px; }
}

@media (max-width: 640px) {
  .cat-fold.is-picker .cat-fold-stage { min-height: 300px; }
  .cat-fold.is-picker .cat-fold-stage img,
  .cat-fold.is-picker .hero-product-img { height: 300px; }
  .fam-card-photo img { height: 200px; }
}

/* ── table: same spec-led first column ── */
.sku-table-wrap { overflow-x: auto; margin-top: 22px; }
.sku-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; background: #fff; }
.sku-table th {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.sku-table td { padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.sku-table tbody tr[hidden] { display: none; }
.sku-lead {
  display: block;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.sku-code {
  display: block;
  margin-top: 2px;
  font-size: 0.75rem;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 500;
}

.catalog-more { margin: 16px 0 0; font-size: 0.9rem; color: var(--muted); }
.sku-table-section.is-short .sku-table-wrap { margin-top: 12px; }
.sku-more { margin-top: 18px; }
.sku-more summary {
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 10px;
}

body[data-active-cap] #sku-table tbody tr { display: none; }
body[data-active-cap="20"] #sku-table tbody tr[data-cap="20"],
body[data-active-cap="25"] #sku-table tbody tr[data-cap="25"],
body[data-active-cap="30"] #sku-table tbody tr[data-cap="30"],
body[data-active-cap="40"] #sku-table tbody tr[data-cap="40"],
body[data-active-cap="45"] #sku-table tbody tr[data-cap="45"],
body[data-active-cap="55"] #sku-table tbody tr[data-cap="55"],
body[data-active-cap="60"] #sku-table tbody tr[data-cap="60"],
body[data-active-cap="65"] #sku-table tbody tr[data-cap="65"],
body[data-active-cap="70"] #sku-table tbody tr[data-cap="70"],
body[data-active-cap="75"] #sku-table tbody tr[data-cap="75"],
body[data-active-cap="80"] #sku-table tbody tr[data-cap="80"],
body[data-active-cap="85"] #sku-table tbody tr[data-cap="85"],
body[data-active-cap="100"] #sku-table tbody tr[data-cap="100"],
body[data-active-cap="105"] #sku-table tbody tr[data-cap="105"],
body[data-active-cap="120"] #sku-table tbody tr[data-cap="120"],
body[data-active-cap="130"] #sku-table tbody tr[data-cap="130"],
body[data-active-cap="135"] #sku-table tbody tr[data-cap="135"],
body[data-active-cap="160"] #sku-table tbody tr[data-cap="160"],
body[data-active-cap="170"] #sku-table tbody tr[data-cap="170"],
body[data-active-cap="180"] #sku-table tbody tr[data-cap="180"],
body[data-active-cap="200"] #sku-table tbody tr[data-cap="200"],
body[data-active-cap="230"] #sku-table tbody tr[data-cap="230"],
body[data-active-cap="275"] #sku-table tbody tr[data-cap="275"] { display: table-row; }

.rebate-strip { margin: 28px 0 0; }
.rebate-strip-inner {
  padding: 16px 18px;
  border: 1px solid var(--rule);
  background: var(--navy-2);
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.5;
}
.rebate-strip-inner strong { color: #fff; }
.rebate-strip-inner a { color: var(--cyan); }
.hub-wall .rebate-strip { max-width: none; }

@media (max-width: 640px) {
  .cat-fold-stage img { height: 340px; }
  .model-row { grid-template-columns: 1fr; }
}

.uy-series-specs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 8px;
}
.uy-series-specs h2 {
  margin: 0 0 8px;
  color: var(--navy, #0a1628);
  font-size: 1.35rem;
}
.uy-series-specs > p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 72ch;
}
.uy-spec-wrap { overflow-x: auto; border: 1px solid var(--line, #e2e8f0); }
.uy-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: #fff;
}
.uy-spec-table th,
.uy-spec-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--line, #e2e8f0);
  text-align: left;
  white-space: nowrap;
}
.uy-spec-table thead th {
  background: var(--navy, #0a1628);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.uy-spec-table tbody th { color: #0f172a; font-weight: 650; }
.uy-spec-table tbody tr:nth-child(even) { background: #f8fafc; }
.uy-spec-source { margin: 12px 0 0; font-size: 0.88rem; }
.uy-spec-source a { color: var(--cyan, #3b82f6); }

.ust-models {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 24px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.ust-card {
  border: 1px solid var(--rule, #1e293b);
  background: #fff;
}
.ust-card-photo {
  background: var(--charcoal, #111827);
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ust-card-photo img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: transparent;
}
.ust-card-body { padding: 18px 18px 20px; }
.ust-card-body h2 {
  margin: 0 0 6px;
  color: var(--navy, #0a1628);
  font-size: 1.25rem;
}
.ust-card-body .ust-range {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 0.92rem;
}
.ust-card .pd-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 16px;
}
.ust-card .pd-spec {
  border: 1px solid #e2e8f0;
  padding: 8px 10px;
}
.ust-card .pd-spec .label {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}
.ust-card .pd-spec .value {
  font-weight: 650;
  color: #0f172a;
}
.ust-card-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ust-card-acts a,
.ust-card-acts button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 14px;
}
.ust-card-acts .primary {
  background: #3b82f6;
  color: #0a1628;
  width: 100%;
  text-align: center;
}
.ust-card-acts .secondary {
  background: #0a1628;
  color: #fff;
}
@media (max-width: 720px) {
  .ust-models { grid-template-columns: 1fr; }
}
.ust-controls {
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ust-controls figure {
  margin: 0;
  background: #111827;
  border: 1px solid var(--line, #e2e8f0);
  padding: 8px;
}
.ust-controls img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ust-controls figcaption {
  font-size: 11px;
  color: #64748b;
  margin-top: 6px;
}
@media (max-width: 640px) {
  .ust-controls { grid-template-columns: 1fr; }
}
.laundry-plan {
  margin: 16px 0 0;
  padding: 16px;
  background: #0a1628;
  color: #e2e8f0;
  border: 1px solid #1e293b;
}
.laundry-plan h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.05rem;
  border: 0;
  padding: 0;
}
.laundry-plan .lp-lead {
  margin: 0 0 14px;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.45;
}
.laundry-plan .lp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}
.laundry-plan label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0 0 4px;
}
.laundry-plan select,
.laundry-plan input[type="number"] {
  width: 100%;
  box-sizing: border-box;
  background: #111827;
  color: #fff;
  border: 1px solid #334155;
  padding: 8px 10px;
  font: inherit;
}
.laundry-plan .lp-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #cbd5e1;
  margin: 0 0 14px;
}
.laundry-plan .lp-check input { width: auto; }
.laundry-plan .lp-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}
.laundry-plan .lp-stat {
  background: #111827;
  border: 1px solid #334155;
  padding: 10px;
}
.laundry-plan .lp-stat .k {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}
.laundry-plan .lp-stat .v {
  font-size: 1.25rem;
  font-weight: 800;
  color: #60a5fa;
  letter-spacing: -0.03em;
}
.laundry-plan .lp-stat .s {
  font-size: 0.78rem;
  color: #94a3b8;
}
.laundry-plan .lp-note {
  margin: 0;
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.45;
}
.laundry-plan .lp-sizer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #1e293b;
}
