/* Header: cart and all operational destinations share one clear row. */
.header-inner { grid-template-columns: 302px minmax(0, 1fr); gap: 16px 28px; padding-top: 20px; padding-bottom: 15px; }
.header-actions { grid-column: 1 / -1; justify-content: flex-end; align-items: center; gap: 22px; }
.header-actions .icon-action { flex-direction: row; min-height: 34px; gap: 7px; font-size: 13px; white-space: nowrap; }
.header-actions .icon-action svg { width: 19px; height: 19px; }
.header-actions .cart-count { top: -4px; left: 10px; right: auto; }
.z360-center-links { display: flex; align-items: center; gap: 23px; padding-left: 22px; border-left: 1px solid var(--line); }
.z360-center-links a { font-size: 14px; color: var(--sub); white-space: nowrap; padding: 8px 0; }
.z360-center-links a:hover, .z360-center-links a[aria-current=page], .z360-mobile-actions a[aria-current=page] { color: var(--cta); }
.z360-mobile-actions { display: none; }

/* Additional color is scoped to the home page. */
.home-page .hero { background: #f6f8fb; padding: 28px 0; }
.home-page .hero-main { background: #e8f1fa; border-color: #cedff0; border-left: 5px solid #38668e; padding: 30px; }
.home-page .hero .eyebrow { color: #385f7e; font-weight: 700; }
.home-page .hero h1 { color: #1f3346; }
.home-page .hero h1 span { color: #315e83; }
.home-page .hero-copy { color: #455b6c; }
.home-page .project-panel { background: #e4f2ec; border-color: #c8e1d5; }
.home-page .panel-head h2 { color: #205b4f; }
.home-page .quick-stat strong { color: #205b4f; }
.home-page .section-title h2 { color: #233e55; }
.home-page .section-title p { color: #53616d; }
.home-page .section.soft { background: #f2f6fa; }
.home-page .category-item { border-color: #dce5ed; }
.home-page .category-art { background: #e0edf9; color: #355f83; }
.home-page .category-item:nth-child(3n + 2) .category-art { background: #dff0e8; color: #276e5c; }
.home-page .category-item:nth-child(3n) .category-art { background: #f8e6ea; color: #984658; }
.home-page .quote-banner { background: #e8f2ed; border-color: #c9e0d4; border-left: 4px solid #347b66; }
.home-page .trust-card { border-top: 3px solid #779ebd; }
.home-page .trust-card:nth-child(even) { border-top-color: #71a995; }
.home-page .trust-num { font-weight: 700; }

/* Consumer and business prices use the same unit and tax basis. */
.wf-prices { margin-top: 14px; padding: 12px; border: 1px solid var(--green-line); border-radius: 7px; background: #f5f8fb; }
.wf-prices > div { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.wf-consumer { color: var(--sub); margin-bottom: 9px; font-size: 13px; }
.wf-consumer b { font-weight: 500; }
.wf-prices small { font-size: 12px; font-weight: 400; }
.wf-wholesale { color: var(--brand-deep); font-size: 14px; font-weight: 600; }
.wf-wholesale > span small { margin-left: 3px; }
.wf-wholesale b { font-size: 18px; font-weight: 800; }
.wf-wholesale a { color: var(--cta); font-size: 13px; }
.wf-prices p { margin: 9px 0 0; font-size: 11px; line-height: 1.6; color: var(--muted); }
.wf-prices-detail { margin: 20px 0; padding: 18px; }
.wf-prices-detail .wf-consumer { font-size: 15px; }
.wf-prices-detail .wf-wholesale { font-size: 16px; }
.wf-prices-detail .wf-wholesale b { font-size: 26px; }
.wf-prices-detail .wf-wholesale a { font-size: 14px; }
.wf-prices-detail p { font-size: 12px; }
.wf-product-image { width: 100%; height: 100%; object-fit: contain; background: white; }
.wf-detail-link { white-space: nowrap; font-size: 12px; color: var(--brand); }
.wf-unavailable { padding-top: 60px; padding-bottom: 80px; }
.wf-unavailable h1 { font-size: 25px; }
.wf-unavailable p { margin-bottom: 24px; color: var(--sub); }
.wf-unavailable .button { margin: 4px; }

/* Supplier proposal and administrator publication workflow. */
.wf-page { font-size: 14px; line-height: 1.65; }
.wf-page a { text-decoration: none; }
.wf-page [hidden] { display: none !important; }
.wf-demo-note { padding: 11px 14px; border: 1px solid var(--line); background: #fafbfc; color: var(--muted); font-size: 12px; border-radius: 6px; margin-bottom: 20px; }
.wf-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 20px 0; border: 1px solid var(--line); border-radius: 9px; background: white; }
.wf-summary > div { padding: 18px 20px; border-right: 1px solid var(--line); }
.wf-summary > div:last-child { border-right: 0; }
.wf-summary span { display: block; color: var(--sub); }
.wf-summary b { display: block; font-size: 26px; color: var(--brand-deep); }
.wf-summary small { font-size: 13px; margin-left: 4px; font-weight: 500; }
.wf-list-tools { display: flex; gap: 12px; margin: 22px 0 16px; }
.wf-list-tools > label { flex: 1; max-width: 460px; display: flex; gap: 10px; align-items: center; background: white; border: 1px solid var(--line-strong); padding: 0 13px; border-radius: 6px; }
.wf-list-tools svg { width: 19px; height: 19px; color: var(--muted); }
.wf-list-tools input { min-width: 0; width: 100%; height: 42px; border: 0; background: transparent; font-size: 14px; }
.wf-list-tools select { border: 1px solid var(--line-strong); border-radius: 6px; padding: 0 10px; font-size: 14px; background: white; }
.wf-list { display: grid; gap: 12px; }
.wf-product-row { display: grid; grid-template-columns: minmax(0, 1fr) 230px 135px; gap: 24px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 20px; background: white; }
.wf-product-info h2 { font-size: 17px; margin: 10px 0 5px; overflow-wrap: anywhere; }
.wf-product-info p, .wf-product-info small { margin: 0; color: var(--sub); }
.wf-product-info small { font-size: 12px; }
.wf-row-price { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; font-size: 13px; }
.wf-row-price span, .wf-row-price small { color: var(--muted); }
.wf-row-price b { font-weight: 500; }
.wf-row-price strong { color: var(--brand-deep); }
.wf-row-price small { grid-column: 1 / -1; text-align: right; font-size: 12px; }
.wf-status { display: inline-block; font-size: 12px; font-weight: 600; color: var(--sub); border: 1px solid var(--line); background: var(--soft); padding: 3px 9px; border-radius: 5px; white-space: nowrap; }
.wf-status-submitted, .wf-status-negotiating { background: var(--brand-soft); color: var(--brand); border-color: var(--green-line); }
.wf-status-agreed, .wf-status-published { background: var(--mint-soft); color: var(--teal); border-color: var(--mint-line); }
.wf-status-revision, .wf-status-rejected { background: var(--cta-soft); color: var(--cta); border-color: var(--cta-line); }
.wf-steps { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 16px 20px; margin: 20px 0; border: 1px solid var(--line); border-radius: 8px; background: white; gap: 8px; }
.wf-steps li { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 14px; }
.wf-steps li > span { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; background: var(--soft); flex-shrink: 0; }
.wf-steps .done { color: var(--teal); }
.wf-steps .done > span { background: var(--mint-soft); }
.wf-steps .current { color: var(--brand); font-weight: 700; }
.wf-steps .current > span { background: var(--brand); color: white; }
.wf-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 22px; align-items: start; }
.wf-detail-grid > * { min-width: 0; }
.wf-detail-grid aside > .button { margin-bottom: 12px; }
.wf-form-fields { padding: 0; margin: 0; border: 0; min-width: 0; }
.wf-form-fields:disabled input, .wf-form-fields:disabled select, .wf-form-fields:disabled textarea { background: #f6f7f9; color: #5c6269; opacity: 1; }
.wf-card { background: white; border: 1px solid var(--line); padding: 22px; border-radius: 9px; margin-bottom: 18px; }
.wf-card h2 { font-size: 18px; margin: 0 0 16px; }
.wf-card h3 { font-size: 15px; margin: 18px 0 12px; }
.wf-card-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.wf-card-head > span { font-size: 13px; color: var(--sub); }
.wf-card-head h2 { overflow-wrap: anywhere; }
.wf-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.wf-field { display: grid; gap: 7px; margin-bottom: 14px; color: var(--sub); font-size: 14px; }
.wf-field input, .wf-field select, .wf-field textarea { width: 100%; min-width: 0; min-height: 42px; padding: 10px 12px; font: inherit; color: var(--ink); border: 1px solid var(--line-strong); border-radius: 6px; background: white; }
.wf-field textarea { resize: vertical; }
.wf-info { padding: 14px 16px; border: 1px solid var(--green-line); border-radius: 7px; background: var(--brand-soft); color: var(--brand-deep); font-size: 13px; margin-bottom: 18px; }
.wf-info a { color: var(--brand-deep); text-decoration: underline; text-underline-offset: 3px; margin-left: 8px; }
.wf-form-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin: 18px 0; }
.wf-form-actions > form { margin: 0; }
.wf-form-actions .button { min-height: 44px; }
.wf-muted { color: var(--muted); font-size: 13px; margin: 0 0 16px; line-height: 1.8; }
.wf-images { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.wf-images img { width: 112px; height: 112px; object-fit: contain; border: 1px solid var(--line); border-radius: 6px; }
.wf-error { color: var(--cta); font-size: 13px; }
.wf-import-dialog { width: min(720px, calc(100vw - 24px)); max-height: 86vh; max-height: 86dvh; }
.wf-import-dialog .catalog-dialog-content { overflow: auto; }
.wf-import-rows { display: grid; gap: 10px; margin-top: 14px; }
.wf-import-row { border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; }
.wf-import-row.error { border-color: var(--cta-line); background: var(--cta-soft); }
.wf-import-row.ok { border-color: var(--mint-line); background: var(--mint-soft); }
.wf-import-row-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.wf-import-row-head b { font-size: 14px; }
.wf-import-changes { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 4px; font-size: 13px; color: var(--sub); }
.wf-import-changes li { display: flex; justify-content: space-between; gap: 10px; }
.wf-import-row p.wf-error { margin: 8px 0 0; }
.wf-offer { padding: 18px; border: 1px solid var(--green-line); background: var(--brand-soft); border-radius: 7px; margin-bottom: 18px; }
.wf-offer span, .wf-offer small { display: block; color: var(--sub); font-size: 13px; }
.wf-offer strong { display: block; font-size: 28px; margin: 8px 0 4px; color: var(--brand-deep); }
.wf-check { display: flex; gap: 9px; align-items: flex-start; margin: 16px 0; font-size: 14px; }
.wf-check input { margin-top: 5px; width: 17px; height: 17px; flex: 0 0 17px; }
.wf-counter-form { padding-top: 8px; margin-top: 20px; border-top: 1px solid var(--line); }
.wf-definition { margin: 18px 0; }
.wf-definition > div { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 14px; }
.wf-definition dt { color: var(--muted); }
.wf-definition dd { text-align: right; margin: 0; }
.wf-description { white-space: pre-wrap; overflow-wrap: anywhere; }
.wf-history { padding: 0; margin: 0; list-style: none; }
.wf-history li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.wf-history li:last-child { border-bottom: 0; }
.wf-history li div { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.wf-history li b { font-size: 14px; }
.wf-history li span { font-size: 12px; color: var(--muted); }
.wf-history p { margin: 6px 0 0; font-size: 13px; color: var(--sub); overflow-wrap: anywhere; }
.wf-empty { text-align: center; padding: 45px 20px; color: var(--muted); border: 1px dashed var(--line-strong); border-radius: 8px; margin-top: 15px; background: white; }
.wf-empty svg { width: 32px; height: 32px; }
.wf-back { color: var(--sub); font-size: 13px; display: inline-block; margin-bottom: 7px; }
@media (min-width: 1001px) and (max-width: 1150px) {
  .header-inner { grid-template-columns: 290px minmax(0, 1fr); }
  .header-actions { gap: 15px; }
  .z360-center-links { gap: 17px; padding-left: 16px; }
}
@media (max-width: 1180px) {
  .wf-detail-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 16px; }
  .wf-product-row { grid-template-columns: minmax(0, 1fr) 205px 110px; gap: 15px; padding: 16px; }
}
@media (max-width: 1000px) {
  .z360-mobile-search { grid-column: 1 / -1; }
  .z360-mobile-actions { grid-column: 1 / -1; display: flex; align-items: center; overflow-x: auto; gap: 20px; padding: 4px 0 7px; scrollbar-width: thin; }
  .z360-mobile-actions a { flex: 0 0 auto; white-space: nowrap; font-size: 13px; color: var(--sub); min-height: 36px; display: inline-flex; align-items: center; }
  .z360-mobile-actions .z360-cart-link { color: var(--ink); gap: 5px; position: relative; padding-right: 4px; }
  .z360-cart-link svg { width: 19px; height: 19px; }
  .z360-cart-link .cart-count { position: static; min-width: 18px; height: 18px; border-radius: 9px; font-size: 11px; color: white; }
  .home-page .hero-main { padding: 25px 22px; }
  .wf-detail-grid { grid-template-columns: 1fr; }
  .wf-detail-grid > aside { grid-row: 1; }
  .wf-detail-grid .wf-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-product-row { grid-template-columns: minmax(0, 1fr) 190px; }
  .wf-product-row > .button { grid-column: 1 / -1; justify-self: end; min-width: 120px; }
}
@media (max-width: 600px) {
  .wf-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-summary > div { padding: 13px 16px; }
  .wf-summary > div:nth-child(2) { border-right: 0; }
  .wf-summary > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .wf-steps { grid-template-columns: repeat(2, 1fr); padding: 15px; gap: 14px; }
  .wf-steps li { font-size: 13px; }
  .wf-card { padding: 17px; }
  .wf-detail-grid .wf-fields { grid-template-columns: 1fr; gap: 0; }
  .wf-list-tools { gap: 8px; }
  .wf-list-tools > label { min-width: 0; }
  .wf-list-tools select { max-width: 110px; }
  .wf-product-row { grid-template-columns: 1fr; gap: 14px; }
  .wf-row-price { border-top: 1px solid var(--line); padding-top: 12px; }
  .wf-product-row > .button { width: 100%; }
  .wf-prices { padding: 10px; }
  .wf-prices > div { gap: 4px; }
  .wf-wholesale b { font-size: 16px; }
  .wf-wholesale > span { font-size: 13px; }
  .wf-wholesale > span small { margin-left: 0; }
  .wf-prices p { font-size: 11px; }
  .wf-prices-detail .wf-wholesale b { font-size: 24px; }
  .wf-prices-detail p { font-size: 12px; }
  .home-page .hero-main { padding: 22px 18px; }
  .wf-images img { width: 86px; height: 86px; }
  .wf-form-actions > button { flex: 1; padding: 0 12px; }
  .wf-definition > div { flex-wrap: wrap; }
}
