/* DvTruck: Cargoly-inspired visual system, independent of WordPress. */
:root {
  --red: #d33420;
  --red-dark: #b52717;
  --ink: #152539;
  --navy: #10263b;
  --yellow: #f7c02f;
  --muted: #697583;
  --line: #e2e7ec;
  --paper: #f5f7f9;
  font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
  background: #f6f8fa;
}
body { color: var(--ink); line-height: 1.65; }
h1,h2,h3,h4,.wordmark,.footer-logo,.card-title,.category-shortcut,.catalog-stamp,.result-count { font-family: Inter,'Segoe UI',Arial,sans-serif; }
button,input,select { font-family: inherit; }
button,a { transition: color .18s,background .18s,border-color .18s,box-shadow .18s; }
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible { outline-color: var(--yellow); }
.shell { width: min(1440px,calc(100% - 80px)); }
.utility-bar { background: var(--navy); border-bottom: 1px solid #ffffff13; }
.utility-inner { height: 45px; color: #abb9c6; font-size: 13px; letter-spacing: 0; font-weight: 400; }
.utility-inner b { color: var(--yellow); margin-left: 8px; font-weight: 400; }
.utility-right { font-size: 13px; font-weight: 400; }
.utility-right i { color: #536578; font-style: normal; margin: 0 16px; }
.site-header { background: #152c40; color: #fff; border: 0; }
.header-main { min-height: 105px; height: auto; gap: 25px; padding-top: 20px; padding-bottom: 20px; }
.wordmark { font-size: 34px; font-weight: 750; color: #fff; letter-spacing: -1.4px; padding-bottom: 16px; }
.wordmark>span:not(.logo-mark) { color: #fff; }
.wordmark small { color: #acbac5; font-size: 10px; letter-spacing: 2px; }
.logo-mark { background: var(--red); border-radius: 2px; width: 32px; height: 32px; transform: none; display: block; position: relative; margin-right: 11px; }
.logo-mark i { display: none; }
.logo-mark::before { content: ''; position: absolute; width: 13px; height: 13px; border-top: 3px solid white; border-right: 3px solid white; top: 8px; right: 8px; }
.logo-mark::after { content: ''; width: 19px; height: 3px; background: #fff; position: absolute; transform: rotate(-45deg); left: 6px; top: 16px; }
.catalog-button { align-self: stretch; background: none; color: #fff; border-radius: 0; padding: 12px 0; font-size: 16px; border-bottom: 3px solid var(--yellow); }
.catalog-button:hover { background: none; color: var(--yellow); }
.global-search { background: #ffffff0c; border-color: #ffffff30; border-radius: 3px; min-height: 48px; height: 50px; min-width: 160px; padding: 0 14px; }
.global-search input { color: #fff; font-size: 15px; }
.global-search input::placeholder,.global-search>.icon { color: #afbdc8; }
.global-search button { color: var(--yellow); }
.global-search:focus-within { background: #ffffff12; border-color: var(--yellow); }
.header-actions { gap: 22px; }
.header-action { color: #e0e8ef; font-size: 12px; }
.header-action:hover,.header-action[aria-pressed=true],#favorites-toggle.has-favorites { color: var(--yellow); }
.header-action b { background: var(--yellow); border-color: #152c40; color: var(--navy); }
.header-share { white-space: nowrap; min-height: 50px; font-size: 14px; padding: 14px 20px; }
.header-share .icon { width: 18px; }
.primary-button,.secondary-button { border-radius: 3px; font-weight: 700; line-height: 1.5; }
.primary-button { background: var(--red); color: #fff; }
.primary-button:hover { background: var(--red-dark); }
.catalog-hero { position: relative; isolation: isolate; color: #fff; background: var(--navy); height: 220px; overflow: hidden; }
.catalog-hero.is-home { height: 420px; }
.catalog-hero.is-inner { height: 220px; }
.catalog-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(9,25,40,.94),rgba(12,30,47,.77) 43%,rgba(12,30,47,.24)),url('/static/transport-hero.webp') center 51% / cover; }
.catalog-hero>.shell { position: relative; display: flex; flex-direction: column; height: 100%; }
.breadcrumbs { padding-top: 25px; color: #a8b8c7; font-size: 13px; }
.breadcrumbs [aria-current],.breadcrumbs a { color: #c7d2dc; }
.breadcrumbs a:hover { color: var(--yellow); }
.catalog-intro { padding: 15px 0 18px; min-height: 0; gap: 35px; }
.catalog-intro.is-category-focused { min-height: 0; padding-bottom: 18px; }
.catalog-hero.is-home .catalog-intro { flex: 1; width: 100%; padding-block: 0; }
.catalog-hero.is-inner .catalog-intro { flex: 1; }
.intro-copy { max-width: 880px; }
.catalog-intro .eyebrow { color: var(--yellow); font-size: 17px; letter-spacing: .7px; font-weight: 600; text-transform: none; }
.catalog-intro h1 { font-size: clamp(32px,3vw,44px); font-weight: 550; line-height: 1.1; letter-spacing: -1.4px; max-width: 820px; margin: 8px 0 9px; text-wrap: balance; }
.catalog-intro h1 span { color: var(--yellow); }
.catalog-intro p { font-size: 15px; line-height: 1.45; color: #d1dbe3; max-width: 740px; }
.intro-links { display: flex; gap: 12px; margin-top: 13px; flex-wrap: wrap; }
.intro-links .primary-button,.intro-links .secondary-button { min-height: 40px; padding: 10px 17px; font-size: 13px; }
.intro-links .primary-button { background: var(--yellow); color: var(--navy); }
.intro-links .primary-button:hover { background: #ffce49; }
.intro-links .secondary-button { color: #fff; background: #10263b20; border: 1px solid #ffffff66; }
.intro-links .secondary-button:hover { background: #ffffff12; border-color: #fff; }
.catalog-stamp { display: block; padding: 28px; border-left: 1px solid #ffffff36; background: #10263b4d; margin-top: 30px; min-width: 190px; }
.catalog-stamp>span { color: var(--yellow); font-size: 57px; line-height: 1.2; font-weight: 550; }
.catalog-stamp>div { padding: 12px 0 0; border: 0; font-size: 14px; color: #fff; }
.catalog-stamp>div span { color: #b6c4d0; }
.brand-band { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 3px 10px #10263b04; height: 75px; }
.brand-strip { border: 0; height: 75px; min-height: 75px; gap: 48px; }
.brand-strip>span { color: #788490; font-size: 11px; font-weight: 650; letter-spacing: .8px; line-height: 1.8; }
.brand-strip>span small { color: var(--ink); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.brand-strip button { font-family: Inter,'Segoe UI',sans-serif; font-size: 22px; font-weight: 850; color: #7b8996; padding: 16px 0; }
.brand-strip button:hover,.brand-strip button.is-active { color: var(--red); }
.main-content { padding-top: 40px; }
.category-shortcuts-panel { margin-bottom: 40px; border: 1px solid #e0e6ea; border-radius: 4px; background: #fff; box-shadow: 0 3px 10px #10263b08; }
.category-shortcuts-toggle { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 54px; padding: 12px 17px; color: var(--navy); font-size: 15px; font-weight: 800; text-align: left; }
.category-shortcuts-toggle>span { display: inline-flex; align-items: center; gap: 10px; }
.category-shortcuts-toggle>span:last-child { color: #84919d; font-size: 13px; font-weight: 700; }
.category-shortcuts-toggle b { display: inline-grid; place-items: center; min-width: 25px; height: 25px; padding: 0 7px; border-radius: 20px; background: #f0f3f5; color: var(--red); }
.category-shortcuts-toggle .icon { width: 18px; height: 18px; }
.category-shortcuts-toggle>span:last-child .icon { transition: transform .2s; }
.category-shortcuts-toggle[aria-expanded=true]>span:last-child .icon { transform: rotate(90deg); }
.category-shortcuts-toggle:hover { color: var(--red); background: #fffaf8; }
.category-shortcuts { gap: 18px; margin: 0; padding: 0 18px 18px; }
.category-shortcut { background: #fff; border: 1px solid #e5e9ed; border-radius: 3px; min-height: 156px; box-shadow: 0 3px 9px #10263b04; padding: 16px 10px; }
.category-shortcut:hover,.category-shortcut.is-active { background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 9px 22px #10263b1a; }
.category-shortcut .machine { color: var(--navy); opacity: .92; --machine-window: #fff; height: 75px; }
.category-shortcut:hover .machine,.category-shortcut.is-active .machine { color: var(--yellow); --machine-window: #10263b; }
.category-shortcut>span { font-size: 14px; font-weight: 650; }
.category-shortcut .shortcut-count { color: #8a96a2; font-size: 12px; }

.global-search { position: relative; }
.search-suggestions { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 70; overflow: hidden; padding: 0; border: 1px solid #d7e0e6; border-radius: 4px; background: #fff; box-shadow: 0 14px 28px #10263b2b; }
.search-suggestion-options { overflow-y: auto; max-height: min(350px,50dvh); padding: 6px; }
.search-suggestions button { display: grid; gap: 3px; width: 100%; padding: 11px 12px; color: var(--ink); text-align: left; border-radius: 3px; }
.search-suggestions button:hover,.search-suggestions button:focus-visible { background: #fff3f0; color: var(--red); outline: 0; }
.search-suggestions strong { font-size: 14px; line-height: 1.35; }
.search-suggestions span,.search-suggestions p { font-size: 12px; line-height: 1.45; color: #7e8a95; }
.search-suggestions p { margin: 9px 11px; }
.search-suggestions .search-show-all { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 49px; padding: 12px 17px; border-top: 1px solid #e1e7eb; border-radius: 0; color: var(--navy); background: #fff; font-size: 14px; font-weight: 800; }
.search-suggestions .search-show-all:hover,.search-suggestions .search-show-all:focus-visible { color: var(--red); background: #fff8f5; }
.search-show-all .icon { width: 17px; height: 17px; color: var(--red); }
.catalog-layout { grid-template-columns: 282px minmax(0,1fr); gap: 30px; }
.filters-sidebar { background: #fff; border: 1px solid var(--line); padding: 24px; border-radius: 3px; box-shadow: 0 3px 9px #10263b04; }
.sidebar-heading { margin: -24px -24px 0; padding: 22px 24px; background: var(--navy); color: #fff; min-height: 74px; border-bottom: 3px solid var(--yellow); }
.sidebar-heading h2 { font-size: 19px; font-weight: 600; letter-spacing: -.5px; }
.category-tree { margin-top: 8px; max-height: 230px; }
.tree-row>button:first-child,.filter-check { color: #556575; }
.filter-group summary { color: var(--ink); font-size: 15px; }
.filter-group summary span small,.range-hint,.filter-check b,.tree-row b { color: #7c8894; }
.range-inputs label,.equipment-type-search { background: #f7f9fb; border-color: #dce3e9; border-radius: 3px; }
.equipment-type-search>.icon { color: #657789; }
.equipment-type-search:focus-within { border-color: var(--red); }
.results-toolbar { background: #fff; padding: 17px 21px; border: 1px solid var(--line); border-radius: 3px; min-height: 74px; margin-bottom: 20px; }
.result-count strong { font-size: 24px; color: var(--ink); font-weight: 650; }
.result-count span { color: #697785; font-size: 14px; }
.sort-label { color: #697785; }
.sort-label select { color: var(--ink); font-size: 14px; }
.filter-chip { background: #fff; border: 1px solid #dfe5eb; border-radius: 3px; color: #536477; }
.filter-chip:hover { border-color: var(--red); }
.product-grid { gap: 22px; }
.product-card { background: #fff; border: 1px solid #e1e6eb; border-radius: 3px; box-shadow: 0 3px 10px #10263b05; overflow: hidden; transition: box-shadow .2s,border-color .2s; }
.product-card:hover { box-shadow: 0 10px 24px #10263b12; border-color: #c8d2dc; }
.card-visual { border-bottom: 1px solid #edf0f3; background: #fff; min-height: 220px; }
.card-brand { color: #fff; background: var(--red); padding: 5px 11px; font-size: 12px; left: 0; top: 18px; border-radius: 0; letter-spacing: .5px; }
.card-image-actions { right: 12px; top: 15px; gap: 6px; }
.card-image-actions .icon-button { color: #69798a; border: 1px solid #e0e6ec; background: #fff; width: 34px; height: 34px; border-radius: 50%; }
.card-image-actions .icon-button:hover { color: var(--red); border-color: #d7a198; }
.card-image-actions .icon-button[data-favorite].is-active { color: #a46f00!important; border-color: #f0d785; background: #fff8df!important; }
.card-image-actions .icon-button[data-favorite].is-active .icon { fill: currentColor; stroke: currentColor; }
.card-image-actions .icon-button[data-compare].is-active { color: #fff!important; background: var(--navy)!important; border-color: var(--navy); }
.card-body { padding: 24px 21px 20px; }
.card-category { color: var(--red); font-size: 13px; font-weight: 600; }
.card-title { color: var(--ink); font-size: 23px; font-weight: 600; letter-spacing: -.5px; margin-top: 9px; margin-bottom: 18px; }
.card-full-title { color: #697886; font-size: 13px; }
.card-spec-row { color: #71808d; font-size: 13px; align-items: flex-start; }
.card-spec-row dt { color: #708090; white-space: normal; flex: 1; overflow: visible; }
.card-spec-row dd { color: #283e53; font-weight: 600; white-space: normal; max-width: 55%; overflow-wrap: anywhere; text-align: right; }
.card-bottom { border-top: 1px solid #e9edf1; padding-top: 17px; }
.card-more { color: var(--navy); font-size: 14px; font-weight: 700; }
.card-more .icon { width: 26px; height: 26px; padding: 5px; background: var(--yellow); color: var(--navy); border-radius: 2px; }
.pagination { margin-top: 35px; }
.pagination button { border-radius: 2px; background: #fff; color: var(--ink); border-color: #e0e6ec; }
.pagination button[aria-current=page] { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: inset 0 -3px var(--yellow); }
.catalog-updated { color: #778490; }
.catalog-note { background: #fff; padding: 30px; border: 1px solid var(--line); border-left: 4px solid var(--yellow); margin: 48px 0; }
.catalog-note>.icon { color: var(--red); }
.catalog-note p { color: #6a7886; font-size: 15px; }
.catalog-note p strong { color: var(--ink); }
.catalog-note>span { color: #7a8793; }
.selection-actions { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--yellow); border-radius: 3px; padding: 27px; box-shadow: 0 4px 14px #10263b04; }
.selection-summary strong { color: var(--ink); font-family: Inter,'Segoe UI',sans-serif; font-size: 20px; font-weight: 600; }
.selection-summary p { color: #687987; font-size: 15px; }
.selection-buttons button { border-radius: 3px; }
.selection-buttons .secondary-button { background: #fff; border-color: #dce3e9; }
.selection-buttons .is-saved { background: #eef4ef; color: #45634a; }
.site-footer { background: #10263b; color: #d4dee7; padding-top: 0; border: 0; }
.site-footer>.shell.footer-main { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 80px; padding-top: 55px; padding-bottom: 52px; align-items: start; }
.footer-logo { font-size: 36px; color: #fff; font-weight: 750; letter-spacing: -1.5px; }
.footer-logo span { color: #fff; }
.footer-logo b { color: var(--yellow); }
.footer-about p,.footer-column p { font-size: 14px; line-height: 1.9; color: #96a9b9; max-width: 390px; }
.footer-column h2 { font-size: 18px; font-weight: 550; color: #fff; margin: 0 0 21px; }
.footer-column>a,.footer-column>button { display: flex; justify-content: space-between; width: 100%; font-size: 14px; color: #b4c2ce; padding: 7px 0; text-align: left; }
.footer-column>a:hover,.footer-column>button:hover { color: var(--yellow); }
.footer-column>a span,.footer-column>button span { color: var(--yellow); }
.footer-bottom { background: #0c2033; border-top: 1px solid #ffffff10; }
.footer-bottom>.shell { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; font-size: 12px; color: #8fa3b5; }
.footer-bottom a,.site-footer #back-top { color: #cfdae4; }
.category-menu { border-top: 3px solid var(--yellow); box-shadow: 0 12px 35px #10263b20; background: #fff; color: var(--ink); max-height: calc(100dvh - 150px); }
.mega-heading h2 { font-weight: 550; }
.mega-category h3,.mega-title { color: var(--ink); }
.mega-category { border-color: #e1e7ed; }
dialog { border-radius: 4px; border: 0; box-shadow: 0 24px 100px #06142244; }
dialog::backdrop { background: #081a2ccb; backdrop-filter: blur(4px); }
.dialog-close { background: #f0f3f6; color: #536576; border-radius: 2px; }
.detail-top { background: #fff; }
.detail-category,.detail-full-title,.detail-description { color: #667787; }
.detail-info h2 { font-weight: 600; color: var(--ink); }
.detail-brand { color: var(--red); }
.detail-content h3 { color: var(--ink); font-weight: 600; }
.spec-table th,.comparison-table th { color: #506173; }
.spec-table td,.comparison-table td { color: var(--ink); }
.spec-table tr:nth-child(odd) { background: #f5f8fa; }
.detail-actions [data-favorite].is-active { color: #8e6100; background: #fff7df; border-color: #efd788; }
.compare-heading { border-bottom: 3px solid var(--yellow); }
.compare-heading h2 { font-weight: 600; }
.compare-tray { background: var(--navy); color: #fff; border-color: #243d53; box-shadow: 0 -8px 25px #10263b18; }
.compare-tray span { color: #b1c1ce; }
.compare-tray .icon-button { color: #ccd7e0; }
.compare-tray .primary-button { background: var(--yellow); color: var(--navy); }
.toast { background: var(--navy); color: #fff; border-radius: 3px; border-left: 3px solid var(--yellow); }
.share-dialog { width: min(670px,calc(100% - 32px)); padding: 32px 35px; border-top: 5px solid var(--yellow); }
.share-emblem { color: var(--red); background: #fff0ed; border: 0; border-radius: 3px; width: 48px; height: 48px; margin-bottom: 18px; }
.share-dialog h2 { color: var(--ink); font-size: 30px; font-weight: 600; }
.share-description,.share-status { color: #647588; font-size: 15px; line-height: 1.7; }
.share-link-label,.share-copy-status,.share-note { color: #647588; }
.share-link-row input { color: var(--ink); background: #f4f7fa; border-color: #dbe3ea; }
.share-destinations { margin: 0 0 22px; }
.share-destinations-title { color: var(--ink); font-size: 14px; margin: 0 0 12px; font-weight: 650; }
.share-destinations-list { display: flex; flex-wrap: wrap; gap: 10px; }
.share-destination { display: inline-flex; flex: 1; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 13px; border: 1px solid #dce4eb; border-radius: 3px; color: var(--ink); background: #fff; font-size: 14px; font-weight: 650; white-space: nowrap; }
.share-destination:hover { background: #f1f6fa; border-color: #afc2d1; box-shadow: 0 3px 9px #10263b09; }
.share-destination-icon { width: 23px; height: 23px; }
.share-destination-icon { color: var(--share-accent, currentColor); object-fit: contain; flex-shrink: 0; }
.share-icon-text { display: inline-flex; align-items: center; justify-content: center; font-size: 21px; line-height: 1; }
.share-destination span:last-child { white-space: normal; overflow-wrap: anywhere; }
.share-destination--native { flex-basis: 100%; background: #f2f5f8; }
.share-destination-status { color: #6a7987; font-size: 13px; line-height: 1.6; margin: 9px 0 0; }
.share-destination-status:empty { display: none; }
@media(min-width:1600px) {
  .catalog-layout { grid-template-columns: 294px minmax(0,1fr); }
  .card-body { padding: 25px; }
}
@media(max-width:1250px) {
  .header-main { gap: 20px; }
  .header-share { padding: 14px; }
  .header-share span { display: none; }
  .header-share .icon { width: 22px; }
  .catalog-button>span { display: none; }
  .catalog-button { padding: 13px 8px; }
  .catalog-intro h1 { max-width: 690px; }
  .catalog-stamp { min-width: 160px; padding: 24px; }
  .brand-strip { gap: 32px; }
  .catalog-layout { grid-template-columns: 265px minmax(0,1fr); gap: 25px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer>.shell.footer-main { gap: 45px; }
}
@media(max-width:960px) {
  .shell { width: calc(100% - 48px); }
  .utility-right { display: none; }
  .header-main { gap: 17px; }
  .wordmark { font-size: 30px; }
  .header-action span { display: none; }
  .header-actions { gap: 18px; }
  .header-action b { right: -10px; top: -11px; }
  .header-share { min-height: 46px; }
  .global-search { min-width: 130px; }
  .catalog-intro { min-height: 365px; padding: 37px 0 52px; }
  .catalog-intro h1 { font-size: 44px; }
  .catalog-intro p { font-size: 17px; }
  .catalog-stamp { display: none; }
  .brand-strip { gap: 26px; min-height: 90px; }
  .brand-strip button { font-size: 19px; }
  .brand-strip>span { font-size: 10px; }
  .category-shortcuts { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
  .category-shortcut { min-height: 136px; }
  .catalog-layout { grid-template-columns: 236px minmax(0,1fr); gap: 22px; }
  .filters-sidebar { padding: 19px; }
  .sidebar-heading { margin: -19px -19px 0; padding: 19px; }
  .sidebar-heading h2 { font-size: 18px; }
  .results-toolbar { flex-wrap: wrap; gap: 9px; padding: 15px; }
  .result-count { width: 100%; }
  .toolbar-right { width: 100%; justify-content: flex-end; }
  .card-body { padding: 20px 17px; }
  .card-title { font-size: 22px; }
  .card-visual { min-height: 190px; }
  .product-grid { gap: 17px; }
  .selection-actions { align-items: flex-start; }
  .selection-summary strong { font-size: 18px; }
  .selection-summary p { font-size: 14px; }
}
@media(max-width:720px) {
  .shell { width: calc(100% - 32px); }
  .utility-inner { height: 35px; font-size: 11px; }
  .header-main { display: grid; grid-template-columns: 1fr auto auto auto; gap: 20px 17px; padding: 20px 0; min-height: 142px; }
  .wordmark { grid-column: 1; grid-row: 1; font-size: 30px; width: max-content; padding-bottom: 14px; }
  .wordmark small { font-size: 8px; left: 40px; letter-spacing: 1.5px; }
  .logo-mark { width: 30px; height: 30px; margin-right: 9px; }
  .header-actions { grid-row: 1; grid-column: 2 / 4; margin: 0; gap: 23px; }
  .header-share { grid-column: 4; grid-row: 1; padding: 11px; min-height: 44px; }
  .catalog-button { grid-column: 1; grid-row: 2; width: 43px; min-width: 0; padding: 10px; height: 45px; background: #ffffff10; border: 1px solid #ffffff35; border-bottom: 3px solid var(--yellow); }
  .global-search { grid-row: 2; grid-column: 1 / -1; margin-left: 56px; width: calc(100% - 56px); max-width: none; height: 45px; min-height: 45px; }
  .global-search input { font-size: 14px; }
  .breadcrumbs { font-size: 12px; padding-top: 20px; gap: 8px; }
  .catalog-hero::before { background-image: linear-gradient(90deg,rgba(9,25,40,.93),rgba(12,30,47,.67)),url('/static/transport-hero.webp'); background-position: center; }
  .catalog-intro { padding: 31px 0 40px; min-height: 0; }
  .catalog-intro .eyebrow { font-size: 14px; }
  .catalog-intro h1 { font-size: 38px; letter-spacing: -1px; line-height: 1.2; margin: 16px 0; }
  .catalog-intro p { font-size: 16px; line-height: 1.8; }
  .intro-links { gap: 10px; margin-top: 25px; }
  .intro-links .primary-button,.intro-links .secondary-button { padding: 13px 15px; font-size: 13px; min-height: 48px; }
  .intro-links .icon { width: 17px; height: 17px; }
  .brand-strip { min-height: 70px; gap: 25px; overflow-x: auto; scrollbar-width: none; }
  .brand-strip>span { display: none; }
  .brand-strip button { font-size: 19px; flex-shrink: 0; padding: 20px 0; }
  .main-content { padding-top: 25px; }
  .category-shortcuts { gap: 10px; margin-bottom: 27px; }
  .category-shortcut { min-height: 132px; padding: 13px 7px; }
  .category-shortcut .machine { height: 62px; width: 93px; max-width: 100%; }
  .category-shortcut>span { font-size: 12px; line-height: 1.5; }
  .category-shortcut .shortcut-count { font-size: 10px; top: 5px; right: 6px; }
  .catalog-layout { display: block; }
  .filters-sidebar {
    --filter-pad-inline: max(24px,env(safe-area-inset-left),env(safe-area-inset-right));
    position: fixed;
    top: 0;
    bottom: auto;
    visibility: hidden;
    width: min(365px,92vw);
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 0;
    padding: 0 var(--filter-pad-inline);
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior-y: contain;
    scroll-padding-top: calc(110px + env(safe-area-inset-top));
    scroll-padding-bottom: calc(132px + env(safe-area-inset-bottom));
  }
  .filters-sidebar.is-open { visibility: visible; }
  .filters-sidebar .sidebar-heading { position: sticky; top: 0; z-index: 3; margin: 0 calc(-1 * var(--filter-pad-inline)); padding: calc(18px + env(safe-area-inset-top)) var(--filter-pad-inline) 18px; }
  .sidebar-heading .icon-button { color: #fff; width: 44px; height: 44px; }
  .sidebar-heading .icon-button:hover { background: #ffffff1f; }
  .filters-sidebar .category-tree,.filters-sidebar .equipment-type-values,.filters-sidebar .filter-values,.filters-sidebar .additional-filters { max-height: none; overflow: visible; padding-right: 0; }
  .filters-sidebar .category-tree .tree-all { position: static; }
  .filters-sidebar .sidebar-footer { position: sticky; bottom: 0; z-index: 3; margin: 0 calc(-1 * var(--filter-pad-inline)); padding: 12px var(--filter-pad-inline) calc(16px + env(safe-area-inset-bottom)); gap: 10px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 18px #10263b08; }
  .sidebar-footer .text-button,.sidebar-footer .primary-button { min-height: 44px; }
  .results-toolbar { padding: 17px; margin-bottom: 17px; gap: 12px; }
  .toolbar-right { justify-content: space-between; gap: 10px; }
  .sort-label select { max-width: 198px; font-size: 13px; }
  .result-count strong { font-size: 24px; }
  .result-count span { font-size: 14px; }
  .filter-mobile-button { border-radius: 2px; border-color: #dce4ec; background: #f7f9fb; color: var(--ink); font-size: 13px; padding: 10px; }
  .selection-actions { padding: 21px 18px; margin-bottom: 25px; }
  .selection-summary strong { font-size: 19px; }
  .selection-summary p { font-size: 15px; }
  .selection-buttons button { font-size: 14px; }
  .site-footer>.shell.footer-main { grid-template-columns: 1fr 1fr; gap: 28px; padding: 37px 0; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about p { max-width: 100%; }
  .footer-column h2 { font-size: 16px; margin-bottom: 13px; }
  .footer-column>a,.footer-column>button { font-size: 13px; }
  .footer-column p { font-size: 13px; }
  .footer-bottom>.shell { flex-wrap: wrap; gap: 12px; font-size: 11px; padding: 20px 0; }
  .footer-bottom>.shell>span:nth-child(2) { display: none; }
  .catalog-note { padding: 22px; margin: 30px 0; }
  .catalog-note p { font-size: 14px; }
  .catalog-note>span { display: none; }
  .share-dialog { width: calc(100% - 24px); padding: 25px 22px max(25px,env(safe-area-inset-bottom)); max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); -webkit-overflow-scrolling: touch; overscroll-behavior-y: contain; }
  .share-dialog .dialog-close { width: 44px; height: 44px; }
  .share-dialog h2 { font-size: 26px; }
  .share-description,.share-status { font-size: 15px; }
  .share-status:empty { display: none; }
  .share-dialog[aria-busy=true] .share-status { display: flex; align-items: center; gap: 12px; min-height: 70px; margin: 0; padding: 14px; background: #f4f7fa; border: 1px solid #dce4eb; border-radius: 3px; }
  .share-dialog[aria-busy=true] .share-status::before { content: ''; width: 20px; height: 20px; flex-shrink: 0; border: 2px solid #dce4eb; border-top-color: var(--red); border-radius: 50%; animation: share-preparing-spin .8s linear infinite; }
  @keyframes share-preparing-spin { to { transform: rotate(360deg); } }
  .share-emblem { margin-bottom: 14px; }
  .share-destinations-list { gap: 8px; }
  .share-destination { font-size: 13px; padding: 10px 8px; gap: 7px; min-height: 45px; }
  #share-native { order: -1; flex: 1 0 100%; min-height: 48px; background: var(--red); border-color: var(--red); color: #fff; white-space: normal; }
  #share-native:hover { background: var(--red-dark); border-color: var(--red-dark); }
  .share-destination-icon { width: 20px; height: 20px; }
  .share-link-row input { font-size: 16px; }
  .category-menu { max-height: calc(100dvh - 190px); }
  .compare-tray { padding: 12px; }
}
@media(max-width:520px) {
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .card-visual { min-height: 230px; }
  .card-body { padding: 24px; }
  .card-title { font-size: 26px; }
  .card-spec-row { font-size: 14px; }
  .card-category { font-size: 14px; }
  .card-more { font-size: 15px; }
  .card-image-actions .icon-button { width: 36px; height: 36px; }
}
@media(max-width:370px) {
  .header-main { gap: 19px 12px; }
  .wordmark { font-size: 26px; }
  .logo-mark { width: 28px; height: 28px; }
  .header-actions { gap: 20px; }
  .header-share { padding: 10px; }
  .catalog-intro h1 { font-size: 33px; }
  .intro-links { flex-direction: column; align-items: stretch; }
  .intro-links>* { justify-content: center; }
  .category-shortcut>span { font-size: 11px; }
  .sort-label select { max-width: 174px; }
  .share-destination { flex-basis: 100%; }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after { transition: none!important; animation: none!important; scroll-behavior: auto!important; }
}

.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.consultant-launch { position:fixed; right:24px; bottom:24px; z-index:35; display:flex; align-items:center; gap:9px; padding:13px 18px; color:#fff; background:var(--navy); border:2px solid var(--yellow); border-radius:999px; box-shadow:0 12px 32px #10263b4d; font-size:14px; font-weight:750; }
.consultant-launch:hover { background:#1a3556; }
.consultant-launch-dot { color:var(--yellow); font-size:19px; line-height:1; }
.consultant { position:fixed; right:22px; bottom:22px; z-index:40; width:min(520px,calc(100vw - 32px)); height:min(650px,calc(100dvh - 44px)); display:flex; flex-direction:column; background:#fff; border:1px solid #d8e0e7; border-radius:12px; box-shadow:0 20px 55px #10263b38; overflow:hidden; }
.consultant.is-expanded { width:min(860px,calc(100vw - 40px)); height:min(760px,calc(100dvh - 40px)); max-height:none; }
.consultant.is-minimized { width:min(330px,calc(100vw - 28px)); height:auto!important; min-height:0!important; }
.consultant.is-minimized .consultant-messages,.consultant.is-minimized .consultant-form,.consultant.is-minimized .consultant-note { display:none; }
.consultant-head { display:flex; align-items:center; justify-content:space-between; padding:15px 16px 15px 18px; color:#fff; background:var(--navy); border-bottom:3px solid var(--yellow); cursor:grab; touch-action:none; user-select:none; }
.consultant-head:active { cursor:grabbing; }
.consultant-head span { display:block; color:var(--yellow); font-size:10px; font-weight:800; letter-spacing:1.4px; }
.consultant-head strong { display:block; margin-top:3px; font-size:18px; }
.consultant-head-actions { display:flex; align-items:center; gap:2px; }
.consultant-head .icon-button { color:#fff; width:36px; height:36px; }
.consultant-messages { display:flex; flex:1; flex-direction:column; gap:12px; min-height:190px; padding:17px; overflow:auto; background:#f5f7f9; }
.consultant-message { max-width:91%; padding:12px 14px; border-radius:4px 12px 12px 12px; color:#334252; background:#fff; border:1px solid #e1e6eb; font-size:14px; line-height:1.55; white-space:pre-line; }
.consultant-message.user { align-self:flex-end; color:#fff; background:var(--navy); border-radius:12px 4px 12px 12px; border:0; }
.consultant-message.status { color:#687888; font-size:13px; font-style:italic; }
.consultant-recommendations { display:grid; gap:8px; margin-top:-4px; }
.consultant-recommendations a { display:block; padding:10px 12px; text-align:left; background:#fff; border:1px solid #d6dfe7; border-left:3px solid var(--yellow); font-size:13px; font-weight:700; }
.consultant-recommendations a:hover { border-color:#b9c7d2; background:#fffdf4; color:var(--navy); }
.consultant-recommendations a small { display:block; margin-top:3px; color:#74818e; font-size:11px; font-weight:500; }
.consultant-form { display:grid; gap:10px; padding:14px; border-top:1px solid #e0e5e9; background:#fff; }
.consultant-form textarea { width:100%; min-height:104px; max-height:240px; padding:12px; resize:vertical; line-height:1.45; }
.consultant-composer-actions { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.consultant-send-hint { color:#73818d; font-size:12px; }
.consultant-send { min-height:42px!important; padding:0 16px!important; }
.consultant-form .icon { width:16px; }
.consultant-note { margin:0; padding:0 14px 14px; color:#78838d; font-size:11px; line-height:1.45; }
@media(min-width:721px){.resizable-window{resize:both;min-width:320px;min-height:280px;max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px)}}
@media(max-width:720px){.resizable-window{resize:none}.consultant-launch{right:14px;bottom:16px;padding:12px 15px}.consultant{right:10px;bottom:10px;width:calc(100vw - 20px);height:min(680px,calc(100dvh - 20px));max-height:none}.consultant.is-expanded{left:0!important;top:0!important;right:auto!important;bottom:auto!important;width:100vw;height:100dvh;border-radius:0}.consultant.is-minimized{height:auto}.consultant-form textarea{min-height:96px}.consultant-head{padding-left:14px}.consultant-send{padding:0 13px!important}.consultant-send-hint{font-size:11px}}

/* Keep the requested compact catalog rhythm when responsive rules above apply. */
@media(max-width:960px) {
  .catalog-intro,.catalog-intro.is-category-focused { min-height: 0; padding: 15px 0 18px; }
  .catalog-hero.is-home .catalog-intro { padding-block: 0; }
  .catalog-intro h1 { font-size: clamp(31px,4.2vw,40px); line-height: 1.1; margin: 8px 0 9px; }
  .catalog-intro p { font-size: 14px; line-height: 1.4; }
  .intro-links { margin-top: 11px; }
  .brand-strip { height: 75px; min-height: 75px; }
  .category-shortcuts-panel .category-shortcuts { margin: 0; }
}
@media(max-width:720px) {
  .catalog-hero.is-home { height: 420px; min-height: 420px; overflow: hidden; }
  .catalog-hero.is-inner { height: 220px; min-height: 220px; overflow: hidden; }
  .catalog-intro,.catalog-intro.is-category-focused { padding: 21px 0 24px; }
  .catalog-hero.is-home .catalog-intro { padding-block: 0; }
  .brand-band,.brand-strip { height: 75px; min-height: 75px; }
  .brand-strip button { padding: 16px 0; }
  .category-shortcuts-panel { margin-bottom: 27px; }
  .category-shortcuts-toggle { min-height: 51px; padding: 11px 13px; font-size: 14px; }
  .category-shortcuts-panel .category-shortcuts { gap: 10px; margin: 0; padding: 0 10px 10px; }
}
