/* Shared visual system. Layout tracks and catalogue behaviour stay in their
   existing modules; this file owns typography, surfaces and control states. */
:root {
  --font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ink: #242a30;
  --muted: #626b75;
  --line: #e2e5e8;
  --line-strong: #cdd2d7;
  --surface: #f6f7f8;
  --amber: #c7a565;
  --amber-soft: #fff8ec;
  --ui-line: #e2e5e8;
  --ui-ink: #30373e;
  --ui-muted: #66707a;
  --ui-wash: #f6f7f8;
  --ui-selection: #fff8ec;
  --ui-radius: 8px;
  --ui-control-shadow: 0 1px 2px #17212b06;
  --focus-ring: 0 0 0 3px #b7c5d22e;
  font-family: var(--font-ui);
}
body, body .mobile-marketplace { font-family: var(--font-ui); color: var(--ink); line-height: 1.45; -webkit-font-smoothing: antialiased; }
body :is(button,input,select,textarea) { font-family: var(--font-ui); }
body :is(button,a,input,select,textarea,summary) { -webkit-tap-highlight-color: transparent; }
body :is(button,input,select,textarea) { transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease; }
body :is(button,a,summary):focus-visible { outline: 2px solid #97a8b7; outline-offset: 3px; }
body :is(input:not([type=range]),select,textarea):focus { outline: none; border-color: #9aaab8; box-shadow: var(--focus-ring); }
body input::placeholder, body textarea::placeholder { color: #757e87; opacity: 1; }
body :is(.details-panel,.request-drawer,.grade-sidebar,.contact-card,.workshop-card,.branch-card,.branch-hero) { border-color: var(--ui-line); box-shadow: 0 2px 8px #17212b04; }
body :is(.details-top,.details-product-hero,.branch-hero) { background-image: none; }
body :is(.details-product-hero,.details-top)::before { display: none; }
body .catalog-action-tooltip { font-family: var(--font-ui); font-size: 13px; border-radius: 6px; padding: 8px 12px; }
body :is(.city-filter-menu,.status-filter-menu,.price-warehouse-menu,.search-suggestions) { border-color: var(--line); border-radius: 8px; box-shadow: 0 6px 22px #25344412; }
body :is(.city-filter-menu,.status-filter-menu,.price-warehouse-menu) button { min-height: 38px; font-size: 13px; font-weight: 500; border-radius: 6px; }
body :is(.city-filter-menu,.status-filter-menu,.price-warehouse-menu) small { font-size: 12px; line-height: 1.4; color: #6a7884; }
body .site-footer > * { min-width: 0; }
body .site-footer a { white-space: normal; overflow-wrap: anywhere; }
body .site-footer .footer-contact-link { max-width: 100%; }
body .footer-contact, body .footer-phones { min-width: 0; }
body .footer-contact .footer-contact-link { font-size: 14px; line-height: 1.5; font-weight: 500; color: #5b6c7b; }
body .footer-summary strong { font-size: 18px; line-height: 1.4; font-weight: 550; }
body .footer-summary span { font-size: 13px; line-height: 1.5; }

/* The size tool remains in each group header. Its second line is dedicated
   to the range: no field can compress the useful dragging distance. */
body .group-filter-inline { display: grid; grid-template-columns: minmax(150px,1.2fr) minmax(126px,.8fr) minmax(165px,1fr) 154px 30px; gap: 8px; align-items: center; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; }
body .group-size-control { display: contents; }
body .group-filter-inline :is(select,.group-size-value) { width: 100%; min-width: 0; max-width: none; height: 40px; margin: 0; padding: 8px 11px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: #424b54; font-size: 14px; line-height: 1.4; box-shadow: var(--ui-control-shadow); }
body .group-filter-inline select { padding-right: 8px; }
body .group-filter-inline .group-subform { grid-column: 1; grid-row: 1; width: 100%; max-width: none; }
body .group-filter-inline .group-metric { grid-column: 2; grid-row: 1; width: 100%; min-width: 0; border: 1px solid var(--line); font-size: 14px; }
body .group-filter-inline .group-size-value { grid-column: 3; grid-row: 1; width: 100%; font-size: 15px; text-align: center; letter-spacing: .01em; font-variant-numeric: tabular-nums; cursor: text; }
body .group-filter-inline .group-sort { grid-column: 4; grid-row: 1; width: 100%; min-width: 0; margin: 0; font-size: 13px; }
body .group-filter-inline :is(select,.group-size-value):hover { border-color: #c4cbd2; background: #fff; }
body .group-filter-inline .group-filter-clear { grid-column: 5; grid-row: 1; width: 30px; height: 32px; font-size: 22px; padding: 0; }
body .group-filter-inline .group-size-info { display: none; }
body .group-range { grid-column: 1/-1; grid-row: 2; width: auto; min-width: 0; max-width: none; height: 47px; margin: 0 11px; }
body .group-range-rail, body .group-range-fill { top: 14px; height: 3px; border-radius: 3px; }
body .group-range-rail { background: #e5e8eb; }
body .group-range-fill { background: #9b8968; }
body .group-filter-inline .group-range input { height: 31px; padding: 0; border: 0; box-shadow: none; background: none; }
body .group-range input::-webkit-slider-runnable-track { height: 3px; }
body .group-range input::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -8.5px; border: 1px solid #a4aeb7; background: #fff; box-shadow: 0 1px 4px #25354522; }
body .group-range input::-moz-range-track { height: 3px; }
body .group-range input::-moz-range-thumb { width: 18px; height: 18px; border: 1px solid #a4aeb7; background: #fff; box-shadow: 0 1px 4px #25354522; }
body .group-range input:hover::-webkit-slider-thumb { border-color: #6b7b89; box-shadow: 0 0 0 4px #e9edf1; }
body .group-range input:focus-visible::-webkit-slider-thumb { border-color: #6b7b89; box-shadow: var(--focus-ring); }
body .group-range input:focus-visible::-moz-range-thumb { border-color: #6b7b89; box-shadow: var(--focus-ring); }
.group-range-limits { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; color: #68717b; font-size: 12px; line-height: 16px; font-variant-numeric: tabular-nums; pointer-events: none; }
body .group-filter-inline .group-filter-error { font-size: 13px; }

@media(min-width:901px) {
  body .site-header { background: #fff; border-color: #edf0f2; }
  body .city-nav { gap: 14px; }
  body .city-nav a { font-size: 13px; line-height: 1.4; font-weight: 450; color: #5c6570; }
  body .city-nav a.active { font-weight: 600; color: #242a30; }
  body .phone-cluster small { font-size: 10px; font-weight: 400; white-space: nowrap; text-transform: none; letter-spacing: 0; color: #66707a; }
  body .phone-cluster span { font-size: 12px; font-weight: 600; }
  body .certificate span { font-size: 10px; color: #626b75; }
  body .catalog-head::before { background: #fff; border-color: #e9ecef; box-shadow: none; backdrop-filter: none; }
  body .catalog-title-line { min-width: 0; gap: 14px; white-space: normal; }
  body .catalog-title-line h1 { min-width: 0; font-size: 21px; line-height: 1.25; letter-spacing: -.55px; font-weight: 650; white-space: normal; }
  body .catalog-title-line > strong { flex-shrink: 0; color: #626b75; font-size: 12px; font-weight: 500; }
  body .global-search input { font-size: 14px; color: #30373e; border-color: #d9dfe4; border-radius: 8px; box-shadow: var(--ui-control-shadow); }
  body .city-filter-toggle { border-color: var(--line); box-shadow: var(--ui-control-shadow); }
  body .city-filter-toggle small { font-size: 11px; text-transform: none; letter-spacing: 0; color: #69737e; }
  body .city-filter-toggle strong { font-size: 13px; font-weight: 500; color: #30373e; }
  body .search-shortcuts { border-color: var(--line); border-radius: 8px; }
  body .search-shortcuts button { font-size: 11px; font-weight: 500; color: #414950; }
  body .request-button { border-color: var(--line); font-size: 14px; font-weight: 600; color: #30373e; box-shadow: var(--ui-control-shadow); }
  body .request-button #requestCount { border: 0; background: #f0f2f4; font-size: 12px; font-weight: 600; }
  body #shapeStrip.shape-strip { border-color: var(--line) !important; border-radius: 8px !important; box-shadow: none !important; }
  body #shapeStrip > .shape-button { border-radius: 0 !important; }
  body #shapeStrip > .shape-button strong { max-width: 100% !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.3 !important; letter-spacing: -.2px; -webkit-line-clamp: 3; }
  body #shapeStrip > .shape-button.active { border-color: #decaa8 !important; background: #fff9ee !important; }
  body #shapeStrip > .shape-button.active::after { border-color: #decaa8; border-radius: 7px; }
  body #shapeStrip > .shape-button:hover { background: #f7f8f9 !important; }
  body .sticky-shape-nav { border-radius: 8px; border-color: #dce1e6; box-shadow: 0 2px 6px #17212b06; }
  body .sticky-shape-nav button { font-size: 12px; font-weight: 500; line-height: 1.3; color: #58616b; padding: 8px 10px; }
  body .sticky-shape-nav button.active { background: #fff8ec; color: #6b583c; }
  body .catalog-mode { border-color: var(--line); border-radius: 8px; background: #fff; box-shadow: var(--ui-control-shadow); }
  body .catalog-mode .mode-copy strong { font-size: 15px; line-height: 1.3; font-weight: 600; }
  body .catalog-mode .mode-copy small { color: #66707a; font-size: 12px; line-height: 1.4; }
  body .catalog-mode b { font-size: 12px; font-weight: 500; border: 0; background: #f5f6f7; padding: 3px 7px; }
  body .catalog-mode.active { border-color: #ddc9a8; background: #fff9ef !important; }
  body .catalog-mode.active b { color: #796341; background: #fbefda; }
  body .filter-bar { border: 1px solid #e7dfd2; background: #fffbf3; border-radius: 8px; }
  body .status-filter-toggle { border-color: #dfe3e7; border-radius: 7px; box-shadow: var(--ui-control-shadow); }
  body .status-filter-toggle small { font-size: 11px; text-transform: none; letter-spacing: 0; color: #707984; }
  body .status-filter-toggle strong { font-size: 13px; font-weight: 500; }
  body .result-count, body .result-count strong { font-size: 14px; color: #626b75; }
  body .result-count strong { color: #30373e; font-weight: 600; }
  body .active-chip { border-color: #e0d6c5; border-radius: 7px; }
  body .active-chip small { font-size: 10px; letter-spacing: 0; text-transform: none; }
  body .active-chip strong { font-size: 13px; font-weight: 500; }
  body .filter-reset { font-size: 12px; color: #68727c; border-color: var(--line); }
  body .grade-sidebar { border-radius: 8px; border-color: var(--line); box-shadow: none; }
  body .grade-sidebar h2 { font-size: 19px; font-weight: 600; letter-spacing: -.35px; }
  body .grade-search input { font-size: 14px; border-color: var(--line); background: #fff; box-shadow: var(--ui-control-shadow); }
  body .remelt-filter { border-color: var(--line); background: #f8f9fa; border-radius: 7px; }
  body .remelt-filter strong { font-size: 13px; font-weight: 550; }
  body .remelt-filter small { font-size: 11px; color: #68727b; }
  body .all-grades-heading h3 { font-size: 14px; font-weight: 600; }
  body #gradeList .grade-name { font-size: 14px; line-height: 1.4; font-weight: 450; }
  body #gradeList .grade-count { font-size: 12px; color: #69727b; font-weight: 500; }
  body #gradeList .grade-number { font-size: 11px; color: #7a828b; }
  body #gradeList .grade-row { border-radius: 6px; }
  body #gradeList .grade-row.active { background: #fff8ec; }
  body #gradeList .grade-row.active .grade-name { font-weight: 600; }
  body #gradeList .grade-row.is-empty { opacity: .75; }
  body #columnHeads { border-color: var(--line); background: #f7f8f9; border-radius: 7px; font-size: 11px; line-height: 1.35; text-transform: none; letter-spacing: 0; font-weight: 500; color: #67717b; }
  body #columnHeads :is(span,button) { text-transform: none; letter-spacing: 0; font-size: 11px; font-weight: 500; }
  body #columnHeads .head-size { line-height: 1.25; }
  body .product-group-head .group-title { align-items: center; flex-wrap: wrap; column-gap: 7px; margin-bottom: 10px; font-size: 18px; line-height: 1.35; font-weight: 600; letter-spacing: -.3px; }
  body .group-title b { font-weight: 600; }
  body .group-title span { font-size: 12px; color: #69727c; letter-spacing: 0; }
  body .product-list { border-radius: 8px; border-color: var(--line); box-shadow: none; }
  body .product-card.price-row { border-color: #eaedef; background: #fff; }
  body .product-card.price-row:not(.selected):hover { background: #f8f9fa; }
  body .product-card.price-row .position-copy strong { font-size: 15px; line-height: 1.35; font-weight: 600; letter-spacing: -.15px; }
  body .product-card.price-row .position-copy small { font-size: 10px; line-height: 1.4; color: #737c86; letter-spacing: 0; }
  body .product-card.price-row .position-copy > span { font-size: 12px; line-height: 1.4; color: #646e78; }
  body .product-card.price-row :is(.product-dimensions,.product-stock,.product-price) strong { font-size: 14px; line-height: 1.4; font-weight: 550; font-variant-numeric: tabular-nums; }
  body .product-card.price-row .product-dimensions strong { white-space: normal; overflow-wrap: anywhere; }
  body .product-card.price-row :is(.product-dimensions span,.product-price small) { font-size: 11px; line-height: 1.4; color: #68737e; }
  body .product-card.price-row .warehouse-cell strong { font-size: 12px; font-weight: 500; line-height: 1.4; white-space: normal; }
  body .product-card.price-row .availability { font-size: 11px; line-height: 1.4; color: #427c69; }
  body .product-card.price-row .services-cell button { font-size: 11px; line-height: 1.3; padding: 4px 6px; color: #606d78; border-color: var(--line); border-radius: 5px; }
  body .product-card.price-row .details-trigger { font-size: 12px; font-weight: 500; line-height: 1.3; gap: 6px; padding: 8px; border-color: #d9dfe4; border-radius: 7px; box-shadow: var(--ui-control-shadow); }
  body .product-card.price-row .details-trigger i { flex-shrink: 0; }
  body .product-card.price-row .product-actions { padding-inline: 4px; gap: 5px; }
  body .product-card.price-row .details-trigger { width: 83px; min-width: 0; padding: 8px 4px; gap: 4px; height: 36px; }
  body .product-card.price-row .details-trigger i { width: 5px; height: 5px; }
  body .product-card.price-row .add-button { border-color: #d9dfe4; color: #63717e; border-radius: 7px; }
  body .product-card.price-row .add-button { width: 30px; height: 36px; flex: 0 0 30px; }
  body .product-entry.selected-entry { border-color: #d9c7a8 !important; }
  body .product-entry.selected-entry::after { border-color: #d9c7a8; }
  body .product-card.price-row.selected { background: #fffcf7; }
  body .product-card.price-row.selected .details-trigger { background: #fff7e9; border-color: #e1d1b6; color: #6f5d42; }
  body .selection-workspace { padding: 14px 16px; background: #f8f9fa; gap: 12px; }
  body .selection-order-line { gap: 12px; flex-wrap: wrap; }
  body .selection-quantity > span { font-size: 12px; color: #66717c; }
  body .selection-quantity > div { height: 38px; border-color: #d9dfe4; border-radius: 7px; }
  body .selection-quantity input { height: 36px; font-size: 15px; }
  body .selection-order-note { flex: 1 1 140px; font-size: 13px; line-height: 1.5; color: #64707b; }
  body .selection-workspace .row-primary { height: 38px; font-size: 13px; font-weight: 550; padding: 8px 12px; background: #fff8ec; border-color: #e0d0b5; }
  body .selection-alternatives { gap: 8px; }
  body .selection-alternatives button { height: auto; min-height: 36px; font-size: 12px; line-height: 1.4; padding: 8px 11px; color: #52606d; }
  body .selection-candidate-note { font-size: 12px; color: #66717c; }
  body .group-more { min-height: 48px; color: #53606c; background: #f8f9fa; border-color: var(--line); }
  body .group-more span { font-size: 14px; font-weight: 500; }
  body .group-more small { font-size: 12px; color: #6c7680; }
  body .manufacture-invitation strong { font-size: 15px; font-weight: 600; }
  body .manufacture-invitation span, body .manufacture-invitation button { font-size: 13px; }
  body .manufacture-invitation button { border-color: #d9dfe4; border-radius: 7px; background: #fff; }
}

/* Cards and tools share the catalogue's readable text and quiet surfaces. */
body .panel-fold { border-radius: 8px; border-color: var(--line); box-shadow: var(--ui-control-shadow); }
body .panel-fold > summary { padding: 14px; transition: background-color 160ms ease; }
body .panel-fold > summary:hover { background: #f8f9fa; border-radius: 8px; }
body .panel-fold > summary strong { font-size: 14px; font-weight: 550; color: #333d46; }
body .panel-fold > summary small { font-size: 12px; color: #69747f; }
body .panel-refined .panel-kicker { font-size: 11px; text-transform: none; letter-spacing: 0; color: #6a7580; }
body .panel-refined .details-top { background: #fafbfc; }
body .panel-refined .details-top h2 { font-size: 24px; font-weight: 600; letter-spacing: -.5px; }
body .panel-refined .details-top p { font-size: 14px; color: #606d79; }
body .panel-refined .panel-size { font-size: 15px; font-weight: 550; }
body .panel-commerce small { font-size: 12px; color: #63717e; }
body .panel-commerce strong { font-size: 25px; font-weight: 600; letter-spacing: -.5px; }
body .panel-commerce p { font-size: 13px; }
body .panel-refined .details-section h3 { font-size: 16px; font-weight: 600; letter-spacing: -.15px; }
body .panel-refined .detail-grid :is(dt,dd) { font-size: 13px; line-height: 1.5; }
body .panel-refined .detail-grid dt { color: #697582; }
body .panel-refined .panel-form label > span, body .panel-refined .assistant-form label > span { color: #5f6c78; font-size: 13px; font-weight: 500; }
body .panel-refined :is(.panel-form,.assistant-form) :is(input,select,textarea) { font-size: 15px; border-color: #dbe1e6; border-radius: 7px; background: #fff; }
body .panel-refined .panel-form label small { font-size: 12px; color: #697683; }
body .panel-refined .service-choice { border-radius: 7px; border-color: var(--line); }
body .panel-refined .service-choice strong { font-size: 13px; font-weight: 550; }
body .panel-refined .service-choice small { font-size: 12px; color: #697683; }
body .panel-order-note { padding: 14px; background: #f8f9fa; border: 1px solid #e7ebee; border-radius: 8px; }
body .panel-order-note strong { font-size: 14px; font-weight: 550; }
body .panel-order-note p { font-size: 13px; line-height: 1.5; color: #697582; }
body .panel-order-note button { min-height: 38px; padding: 9px 12px; border: 1px solid #dce2e7; background: #fff; border-radius: 7px; font-size: 13px; color: #526170; }
body .refined-panel-actions :is(.manager-action,.manager-secondary) { font-size: 12px; font-weight: 500; border-radius: 6px; }
body .refined-panel-actions .manager-action { background: #fff8ec; color: #6d593a; }
body .refined-panel-actions .manager-action:hover { background: #f9eedb; }
body .panel-contact, body .panel-intro { font-size: 14px; color: #63707c; }
body .panel-contact > span { font-size: 12px; }
body .material-reference :is(p,td), body .material-candidates button { font-size: 13px; line-height: 1.5; }
body .panel-refined .assistant-evaluate, body .panel-refined .assistant-result button { font-size: 14px; border-color: #d6dde3; background: #fff; color: #455462; }
body .panel-refined .assistant-result { background: #f8f9fa; border-color: var(--line); }
body .panel-refined .assistant-result h3 { font-size: 18px; font-weight: 600; }
body .panel-refined .assistant-result p { font-size: 14px; color: #667480; }
body .manufacture-intro { border-color: #dfe4e8; border-radius: 8px; background: #f9fafb; }
body .manufacture-intro > span { background: #fff8ec; border: 1px solid #e0d2ba; border-radius: 6px; color: #715f42; font-size: 12px; font-weight: 500; text-transform: none; letter-spacing: 0; }
body .manufacture-intro strong { font-size: 15px; font-weight: 550; }
body .manufacture-intro p { font-size: 13px; color: #65737f; }
body .manufacture-row .manufacture-status strong { font-size: 13px; font-weight: 500; color: #746344; }
body .manufacture-row .manufacture-status small { font-size: 12px; color: #68757f; }
body .request-drawer { border-radius: 10px; box-shadow: 0 12px 48px #23303c1f; }
body .request-drawer-head h2 { font-size: 24px; font-weight: 600; letter-spacing: -.5px; }
body .request-drawer-head span { font-size: 12px; letter-spacing: 0; text-transform: none; color: #687480; }
body .request-lines-section > header h3 { font-size: 15px; font-weight: 550; }
body .request-heading-actions button { font-size: 12px; color: #62707c; }
body .request-line-copy strong { font-size: 16px; font-weight: 600; }
body .request-line-copy > span { font-size: 13px; color: #667480; }
body .request-line-code :is(small,span) { font-size: 11px; color: #687480; }
body .request-editor label > span, body .request-line-total > span { font-size: 12px; line-height: 1.4; color: #67727d; }
body .request-editor :is(input,select) { height: 40px; font-size: 15px; border-radius: 7px; background: #fff; }
body .request-editor input[type=number] { background: #fff; }
body .request-line-total strong { font-size: 17px; font-weight: 550; }
body .request-edit-details summary { font-size: 13px; color: #62717d; }
body .request-document-bar .request-summary > span { font-size: 12px; color: #63717d; }
body .request-document-bar .request-summary > strong { font-size: 24px; font-weight: 600; }
body .request-document-bar .request-export-actions :is(select,button) { height: 38px; font-size: 12px; border-radius: 7px; }
body .request-contact-section h3, body .bulk-entry > div span { font-size: 18px; font-weight: 600; }
body .request-contact-section .request-contact-note, body .bulk-entry > div small { font-size: 13px; color: #63717d; }
body .request-contact-grid input, body .bulk-entry textarea { font-size: 15px; border-color: #dce2e7; border-radius: 7px; }
body .request-submit, body .bulk-entry button { font-size: 13px; font-weight: 550; border-color: #ddd0b9; background: #fff8ec; }
body :is(.request-empty p,.request-ready p) { color: #65727d; font-size: 14px; }
body :is(.request-empty-actions button,.request-ready > button) { font-size: 13px; color: #586875; }

/* Company pages keep all existing sections and their proportions. */
body :is(.company-site-header nav a,.city-nav a) { transition: color 160ms ease; }
body .company-page-heading h1 { font-weight: 600; letter-spacing: -1.4px; }
body :is(.company-eyebrow,.company-back) { color: #69747e; letter-spacing: .02em; }
body .company-eyebrow { font-size: 12px; font-weight: 500; }
body .company-page-heading p { color: #65717b; }
body .contact-card, body .workshop-card, body .company-metrics > div, body .production-contacts { border-color: var(--line); border-radius: 8px; box-shadow: none; }
body .contact-card h2 { font-size: 28px; letter-spacing: -.7px; font-weight: 600; }
body .contact-phone { font-size: 26px; letter-spacing: -.6px; font-weight: 550; }
body .contact-email { color: #5e7182; text-decoration-color: #bdc8d2; text-decoration-thickness: 1px; }
body .contact-facts > div { font-size: 15px; line-height: 1.6; }
body .contact-facts dt { color: #6b7681; }
body .contact-directions { font-size: 14px; color: #64727e; line-height: 1.6; }
body .company-button, body .contact-city-links a { border-color: #dce2e7; border-radius: 7px; color: #455462; font-size: 14px; font-weight: 500; box-shadow: var(--ui-control-shadow); }
body .company-button.primary { background: #fff8ec; border-color: #e1d1b6; color: #705d40; }
body .company-button:hover, body .contact-city-links a:hover { background: #f5f7f9; border-color: #bbc6cf; }
body .company-button.primary:hover { background: #f9eedb; border-color: #d4bb91; }
body .production-contacts { background: #f8f9fa; }
body :is(.production-contacts h2,.company-section-heading h2,.workshop-card h3) { font-weight: 600; letter-spacing: -.5px; }
body .company-metrics strong { font-weight: 550; letter-spacing: -.5px; }
body.branch-view .branch-hero { border-color: var(--line); }
body .branch-card h2, body .branch-hero h1 { font-weight: 600; letter-spacing: -.7px; }
body .contact-map { background: #f6f8f9; border-color: var(--line); }
body .contact-map > a { background: #fafbfc; color: #5a6b79; border-color: var(--line); font-size: 13px; }

@media(max-width:1150px) {
  body .group-filter-inline { grid-template-columns: minmax(126px,1fr) minmax(120px,145px) 30px; gap: 8px; }
  body .group-filter-inline .group-subform { grid-column: 1; grid-row: 1; }
  body .group-filter-inline .group-sort { grid-column: 2; grid-row: 1; }
  body .group-filter-inline .group-filter-clear { grid-column: 3; grid-row: 1; }
  body .group-filter-inline .group-metric { grid-column: 1; grid-row: 2; }
  body .group-filter-inline .group-size-value { grid-column: 2/4; grid-row: 2; }
  body .group-range { grid-row: 3; }
}
@media(min-width:901px) and (max-width:1150px) {
  body .catalog-title-line h1 { font-size: 20px; }
  body .product-card.price-row .details-trigger { font-size: 11px; padding-inline: 5px; }
  body .product-card.price-row :is(.product-dimensions,.product-stock,.product-price) strong { font-size: 13px; }
  body .product-card.price-row .position-copy strong { font-size: 14px; }
  body .selection-order-note { max-width: none; }
  body .selection-workspace .row-primary { margin-left: 0; }
}
@media(min-width:901px) and (max-width:1023px) {
  body .product-card.price-row .details-trigger { width: 67px; padding-inline: 3px; }
  body .product-card.price-row .details-trigger i { display: none; }
  body .product-card.price-row .add-button { width: 28px; flex-basis: 28px; }
}
@media(max-width:900px) {
  body .mobile-marketplace { background: #f8f9fa; }
  body .mobile-marketplace :is(.m-product-card,.m-request-item,.m-filter-link,.m-category-chip,.m-mobile-form,.m-request-section,.m-request-contact,.m-bulk-field) { border-radius: 8px; border-color: #dfe4e8; box-shadow: 0 1px 3px #17212b04; }
  body .mobile-marketplace :is(h1,h2,h3,strong) { letter-spacing: -.25px; }
  body .m-stock-group > header h3 { font-size: 18px; line-height: 1.35; font-weight: 600; }
  body .m-stock-group > header > span { font-size: 12px; color: #66727d; }
  body .group-filter-inline :is(select,.group-size-value) { height: 42px; font-size: 14px; }
  body .group-filter-inline .group-size-value { font-size: 16px; }
  body .group-range { height: 49px; margin-inline: 12px; }
  body .group-filter-inline .group-range input { height: 34px; }
  body .group-range-rail, body .group-range-fill { top: 15.5px; }
  body .group-range input::-webkit-slider-thumb { width: 24px; height: 24px; margin-top: -10.5px; }
  body .group-range input::-moz-range-thumb { width: 22px; height: 22px; }
  body .m-mode-switch { border-radius: 8px; background: #f0f2f4; padding: 4px; border-color: #e3e7eb; }
  body .m-mode-switch button { font-size: 14px; font-weight: 500; border-radius: 6px; }
  body .m-mode-switch button.active { background: #fff8ec !important; color: #715e40; box-shadow: 0 1px 3px #25344410; }
  body .m-product-card :is(strong,h3) { font-weight: 600; }
  body .m-product-meta { flex-wrap: wrap; gap: 3px 8px; }
  body .m-product-meta :is(small,b) { font-size: 11px; line-height: 1.3; font-weight: 500; }
  body .m-product-copy > strong { font-size: 17px; line-height: 1.4; font-weight: 600; }
  body .m-product-copy > span:not(.m-product-meta) { font-size: 13px; line-height: 1.4; font-weight: 400; }
  body .m-product-copy > em { font-size: 14px; line-height: 1.4; font-weight: 500; }
  body .m-product-facts { background: #f9fafb; border-color: #e7ebee; }
  body .m-product-facts small { font-size: 11px; line-height: 1.4; font-weight: 400; color: #687680; }
  body .m-product-facts strong { font-size: 13px; line-height: 1.4; font-weight: 550; white-space: normal; }
  body .m-product-card-actions button { font-size: 13px; font-weight: 500; border-color: #dce2e7; border-radius: 7px; }
  body .m-load-more { font-size: 14px; border-radius: 7px; background: #fff; color: #51616f; }
  body .m-load-more small { font-size: 12px; color: #687681; }
  body .mobile-marketplace .m-category-tile strong { font-size: 13px; line-height: 1.35; font-weight: 500; }
  body .mobile-marketplace .m-category-tile > span { border-radius: 8px; background: #fff; border-color: #e0e5e9; }
  body .mobile-marketplace .m-category-tile.active > span { background: #fff8ec; border-color: #dac8a8; }
  body .mobile-marketplace .m-category-grid strong { font-size: 13px; line-height: 1.4; font-weight: 500; }
  body .mobile-marketplace .m-category-grid small { font-size: 12px; line-height: 1.4; }
  body .m-filter-link { font-size: 14px; }
  body .m-mobile-form :is(input,select,textarea), body .m-assistant-form :is(input,select,textarea), body .request-editor :is(input,select) { font-size: 16px; border-radius: 7px; border-color: #dce2e7; background: #fff; }
  body .m-mobile-form label > span, body .m-assistant-form label > span { font-size: 13px; color: #62717e; }
  body .m-mobile-form label small { font-size: 12px; line-height: 1.5; color: #6b7884; }
  body .refined-mobile-detail .m-detail-hero { background: #fff; }
  body .refined-mobile-detail .m-detail-hero h1 { font-size: 24px; font-weight: 600; letter-spacing: -.5px; }
  body .refined-mobile-detail .m-detail-hero > p { font-size: 14px; color: #62707c; }
  body .refined-mobile-detail .m-detail-hero > strong { font-size: 16px; font-weight: 550; }
  body .refined-mobile-detail .m-detail-section > header h2 { font-size: 18px; font-weight: 600; }
  body .m-detail-commerce { border-color: #e4e9ed; background: #fff; }
  body .m-detail-commerce small { font-size: 11px; font-weight: 400; letter-spacing: 0; line-height: 1.4; color: #64727f; }
  body .m-detail-commerce strong { font-size: 14px; font-weight: 550; line-height: 1.4; }
  body .m-detail-tabs button { font-size: 12px; font-weight: 500; letter-spacing: 0; }
  body .m-detail-tabs button.active { background: #f3f5f7; color: #344351; }
  body .m-spec-list :is(dt,dd) { font-size: 13px; line-height: 1.5; }
  body .m-spec-list dt { color: #657480; }
  body .m-spec-list dd { font-weight: 500; }
  body .m-service-list strong { font-size: 14px; font-weight: 550; line-height: 1.4; }
  body .m-service-list small { font-size: 12px; font-weight: 400; line-height: 1.4; letter-spacing: 0; color: #6a7884; }
  body .m-service-list > button { border-color: #e3e8ec; background: #fff; }
  body .m-service-list > button.active { background: #fff8ec; border-color: #e0d0b5; }
  body .m-overlay-action-bar, body .m-page-action-bar { border-radius: 8px; border-color: var(--line); box-shadow: 0 2px 10px #17212b08; }
  body .m-overlay-action-bar .primary, body .m-page-action-bar .primary { background: #fff8ec !important; color: #705c3f; border-color: #e1d0b2; font-size: 14px; font-weight: 550; }
  body .m-request-item-copy strong { font-size: 16px; font-weight: 600; }
  body .m-request-item-copy :is(small,span) { font-size: 12px; color: #64727f; }
  body .m-request-section .request-export-actions button { font-size: 13px; }
  body .mobile-marketplace-nav { background: #fff; border-color: var(--line); box-shadow: 0 -1px 8px #17212b04; }
  body .mobile-marketplace-nav button { color: #64727e; }
  body .mobile-marketplace-nav button.active { color: #303c47; }
  body .contact-card h2 { font-size: 26px; }
  body .contact-phone { font-size: 23px; }
}
@media(prefers-reduced-motion:reduce) {
  body *, body *::before, body *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
