@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');
:root{--ink:#161616;--red:#d0021b;--blue:#517ca4;--muted:#606060;--line:#dedede;--paper:#f6f6f6}*{box-sizing:border-box}body{margin:0;font:16px/1.55 Inter,Arial,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button,.button{cursor:pointer}button,.button{border:1px solid var(--line);padding:11px 18px;background:white;color:var(--ink);font-weight:600;display:inline-block}button:hover,.button:hover{border-color:var(--red)}.primary{background:var(--red);color:white;border-color:var(--red)}.demo{background:var(--ink);color:white;padding:8px 4%;font-size:12px;letter-spacing:1px}.demo span{float:right;letter-spacing:0;color:#cccccc}header{background:white;padding:24px 4%;display:flex;align-items:center;gap:35px;border-bottom:1px solid var(--line)}.brand{font:800 30px/.9 'Barlow Condensed',Arial,sans-serif;letter-spacing:-.5px;border-left:5px solid var(--red);padding-left:10px}.brand span{display:block;font-size:18px;letter-spacing:2px;margin-top:5px}nav{display:flex;gap:26px;flex:1;font-size:14px;margin-left:30px}nav a:hover{color:var(--red)}main{min-height:75vh;max-width:1500px;margin:auto;padding:40px 4% 70px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--red)}h1,h2,h3,p{margin-top:0}h1{font:700 54px/1.05 'Barlow Condensed',Arial,sans-serif;margin:10px 0 15px}h2{font:600 32px/1.1 'Barlow Condensed',Arial,sans-serif}h3{font-size:18px;line-height:1.35}.intro{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:25px}.intro p{color:var(--muted);margin-bottom:0}.stamp{border-left:1px solid var(--line);padding-left:24px;max-width:260px;font-size:14px}.search{display:flex;background:white;padding:10px;border:1px solid var(--line);gap:10px;margin:25px 0}.search input{flex:1;border:0;padding:10px;min-width:0}.layout{display:grid;grid-template-columns:240px 1fr;gap:30px}.filters{background:white;border:1px solid var(--line);padding:22px;align-self:start}.filters label{display:block;margin:20px 0 6px;font-size:14px;font-weight:600}.filters label:first-of-type{margin-top:12px}select,input,textarea{width:100%;padding:11px;border:1px solid #bbbbbb;background:white;border-radius:0;color:var(--ink)}.filters button{margin-top:20px;width:100%}.resultsbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:20px}.resultsbar select{width:auto;font-size:14px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.card{background:white;border:1px solid var(--line);padding:23px;transition:transform .15s,border-color .15s}.card:hover{transform:translateY(-2px);border-color:#517ca4}.cardhead{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);margin-bottom:22px}.tag{color:#303030;background:#f1f1f1;padding:3px 7px;font-size:12px}.card h3{font-size:22px;margin:0 0 8px}.card p{font-size:14px;color:var(--muted)}.specs{display:flex;gap:20px;border-top:1px solid var(--line);padding:15px 0;font-size:14px}.cardbottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.cardbottom b{font-size:18px}.cardbottom a{font-size:14px;color:var(--red);font-weight:600}.detail{display:grid;grid-template-columns:1fr 330px;gap:30px}.panel{background:white;border:1px solid var(--line);padding:28px;margin-top:20px}.detailhero{background:var(--ink);color:white;padding:40px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between}.detailhero .eyebrow{color:#ffffff}.detailhero h1{font-size:48px}.detailhero p{color:#cccccc}.data{display:grid;grid-template-columns:1fr 1fr;gap:0 35px}.data div{padding:15px 0;border-bottom:1px solid var(--line)}.data small{display:block;color:var(--muted);font-size:14px}.data strong{font-weight:500}.muted{color:var(--muted)}.form{max-width:850px;margin:auto}.fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fields label{font-size:14px;font-weight:600}.fields input,.fields select,.fields textarea{margin-top:7px;font-weight:400}.wide{grid-column:1/-1}textarea{min-height:120px;resize:vertical}.notice{border-left:3px solid var(--red);background:#f4f4f4;padding:15px 20px;font-size:14px;margin:20px 0}.row{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:23px 0;border-bottom:1px solid var(--line)}.row h3{margin-bottom:7px}.actions{display:flex;gap:10px;flex-wrap:wrap}.empty{background:white;border:1px dashed #bbbbbb;text-align:center;padding:55px 20px}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:24px}.back{font-size:14px;color:var(--red)}footer{border-top:1px solid var(--line);padding:30px 4%;display:flex;gap:30px;font-size:14px;background:white}footer span{flex:1;color:var(--muted)}dialog{border:0;max-width:560px;width:92%;padding:30px;box-shadow:0 15px 80px #0004}dialog::backdrop{background:#161616aa}dialog label{display:block;margin:15px 0}dialog h2{margin-right:35px}.close{float:right;padding:2px 10px}.photo-preview{max-width:100%;max-height:300px;object-fit:contain;background:#f1f1f1}.status{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--red)}@media(max-width:900px){header{flex-wrap:wrap;gap:20px}nav{order:3;width:100%;margin:0;overflow:auto;gap:22px}header>.button{margin-left:auto}.layout{grid-template-columns:190px 1fr}.cards{grid-template-columns:1fr}.detail{grid-template-columns:1fr}.stamp{display:none}}@media(max-width:600px){.demo span{float:none;display:block;font-size:12px}.intro h1{font-size:42px}.layout{display:block}.filters{margin-bottom:20px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.filters h3,.filters button{grid-column:1/-1}.filters label{margin:0}.filters select{font-size:14px}.resultsbar{align-items:start}.resultsbar select{max-width:155px}.fields{grid-template-columns:1fr}.wide{grid-column:auto}.row{align-items:start;flex-direction:column}.detailhero{padding:25px}footer{flex-wrap:wrap}footer span{flex-basis:100%}h1{font-size:42px}.data{grid-template-columns:1fr}.search button{padding:8px}.search{gap:0}}

/* Original Upstream artwork, unchanged proportions and colours. */
.brand{border:0;padding:10px 15px;background:var(--ink);display:block;flex:0 0 154px;line-height:0}.brand img{width:124px;height:auto;display:block}.footer-brand{background:var(--ink);padding:10px 14px;line-height:0}.footer-brand img{width:102px;height:auto}footer{align-items:center}.workspace-tools{display:flex;gap:15px;align-items:center;flex-wrap:wrap;margin:25px 0}.workspace-tools select{width:auto;min-width:180px}.workspace-tools strong{margin-right:auto}.status-approved{color:#303030}.status-pending{color:#303030}.status-sold,.status-unavailable{color:#606060}.review-summary{background:#f1f1f1;padding:15px;margin-top:15px}.seller-note{font-size:14px;color:var(--muted);max-width:650px}.thumb{width:100%;height:160px;object-fit:contain;background:#f1f1f1;margin-bottom:18px}.form-actions{display:flex;gap:12px;align-items:center;margin-top:22px;flex-wrap:wrap}@media(max-width:600px){.brand{flex-basis:135px}.brand img{width:105px}header{padding:18px 4%;gap:12px}header>.button{font-size:14px;padding:10px}.workspace-tools{align-items:stretch;flex-direction:column}.workspace-tools select{width:100%}}

/* Colours sampled from the user-supplied master logo. */
.brand{background:transparent;padding:0;flex-basis:178px}.brand img{width:178px;height:auto}.footer-brand{background:transparent;padding:0}.footer-brand img{width:140px;height:auto}header{border-bottom:3px solid var(--blue)}footer{border-top:3px solid var(--blue)}.filters{border-top:3px solid var(--blue)}.tag{border-left:3px solid var(--blue)}.detailhero{border-bottom:4px solid var(--blue)}.notice,.review-summary{border-left:3px solid var(--blue)}.status{border-bottom:2px solid var(--blue);padding-bottom:3px;display:inline-block;margin-bottom:7px}.status-sold,.status-unavailable{border-color:#999}.primary:hover{background:var(--red);box-shadow:inset 0 0 0 2px white}.back:hover,.cardbottom a:hover,nav a:hover{text-decoration:underline;text-underline-offset:4px}:focus-visible{outline:3px solid var(--blue)}@media(max-width:600px){.brand{flex-basis:145px}.brand img{width:145px}.footer-brand img{width:130px}}

/* Equipment catalog structure: compact masthead, section navigation and listing rows. */
body{background:#fff;font-family:Arial,Helvetica,sans-serif}.utility{display:flex;justify-content:flex-end;gap:24px;padding:8px 4%;background:#efefef;font-size:14px}header{padding:16px 4%;gap:20px;border:0}.brand{flex-basis:160px}.brand img{width:160px}.global-search{display:flex;flex:1;max-width:730px}.global-search select{width:140px;font-size:14px;border-right:0}.global-search input{min-width:60px}.global-search button{border:0}.main-nav{display:flex;margin:0;padding:0 4%;gap:0;background:var(--red);color:#fff;flex-wrap:wrap;font-size:14px;text-transform:uppercase;font-weight:700}.main-nav a{padding:16px 12px;border-right:1px solid #ffffff40;flex-grow:1;text-align:center}.main-nav a:hover{background:#161616;color:white}.demo{font-size:12px}.main-nav+main{padding-top:24px;max-width:1440px}h1{font:700 36px/1.18 Arial,sans-serif;text-transform:uppercase;letter-spacing:-.7px}h2{font:700 25px/1.25 Arial,sans-serif}h3{font-family:Arial,sans-serif}.subnav{display:flex;justify-content:flex-end;gap:25px;font-size:14px;text-transform:uppercase;margin-bottom:24px;color:var(--red)}.market-hero{background:#202020;color:#fff;border-bottom:6px solid var(--blue);padding:38px;display:grid;grid-template-columns:1fr 310px;gap:35px}.market-hero h1{font:700 46px/1.05 Arial,sans-serif;margin:12px 0 20px}.market-hero .eyebrow{color:#fff}.market-hero p{color:#ddd}.hero-categories{border:1px solid #666;padding:20px}.hero-categories>a{display:flex;justify-content:space-between;border-top:1px solid #666;padding:9px 0;font-size:16px}.hero-categories strong{display:block;margin-bottom:12px}.home-section{margin-top:34px}.home-section>h2{text-align:center;text-transform:uppercase;margin-bottom:25px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-grid>button,.category-grid>a{background:#f5f5f5;border:1px solid #ccc;border-bottom:3px solid var(--blue);padding:21px 16px;text-align:left;min-height:88px;font-size:17px;font-weight:700;display:flex;flex-direction:column;justify-content:center;gap:6px}.category-grid small{font-size:14px;font-weight:400;color:#666}.category-grid>button:hover,.category-grid>a:hover{border-color:var(--red)}.section-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid var(--blue);margin-bottom:18px;gap:18px}.section-heading h2{margin:0 0 12px}.section-heading>a{color:var(--red);font-size:14px}.section-heading>button{border:0;font-size:14px;color:var(--red)}.category-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-links button{display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:15px;font-weight:400;min-height:65px}.category-links span{color:var(--red);margin-left:12px}.network-strip{display:flex;justify-content:space-between;align-items:center;padding:28px;background:#f1f1f1;margin-top:40px;border-top:4px solid var(--blue);gap:20px}.network-strip h2{margin:0}.catalog-tools{display:flex;gap:0;align-items:center;border:1px solid #ccc;background:#f3f3f3;margin:24px 0}.catalog-tools a,.catalog-tools button{padding:13px 20px;font-size:14px;border:0;border-right:1px solid #ccc;color:#303030;background:transparent;font-weight:700}.layout{grid-template-columns:230px minmax(0,1fr);gap:24px}.filters{padding:16px;background:#f7f7f7}.filters h3{text-transform:uppercase;font-size:18px}.filters select,.filters input{padding:8px;font-size:14px}.filters button{font-size:14px}.price-range{display:flex;gap:8px}.price-range label{min-width:0}.cards{display:flex;flex-direction:column;gap:0}.card{display:grid;grid-template-columns:150px minmax(0,1fr) 170px;gap:20px;padding:22px 0;border:0;border-top:1px solid #ccc;box-shadow:none;transition:none}.card:hover{transform:none;border-color:#ccc}.card h3{font-size:20px;color:var(--red);text-transform:uppercase}.cardhead{margin:0 0 7px;align-items:center;font-size:12px;gap:5px}.card .specs{border:0;padding:8px 0;gap:12px;flex-wrap:wrap;font-size:14px}.card p{margin:5px 0 10px;font-size:14px;color:#444}.supplier{font-size:15px;font-weight:700;color:var(--red)}.listing-body>.muted{font-size:14px}.listing-photo,.no-photo{width:150px;height:135px;object-fit:contain;background:#f3f3f3}.no-photo{display:flex;align-items:center;justify-content:center;color:#777;font-size:14px;text-align:center;padding:15px;border:1px solid #ddd}.listing-side{display:flex;flex-direction:column;gap:15px;font-size:19px;align-items:stretch}.listing-side button{font-size:14px;padding:9px}.item-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.compare-check{font-size:14px;display:flex;gap:5px;align-items:center;cursor:pointer}.compare-check input{width:17px;height:17px;margin:0}.active-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px;font-size:14px;color:#555}.active-filters button{padding:5px 9px;font-size:13px;background:#f0f0f0}.resultsbar{font-size:14px;align-items:end;gap:12px}.resultsbar strong{margin-right:auto}.resultsbar label{font-size:14px}.resultsbar select{display:block;padding:6px;max-width:170px}.pagination{display:flex;justify-content:flex-end;gap:15px;align-items:center;padding:22px 0;border-top:1px solid #ccc;font-size:14px}.pagination button{padding:7px 12px;font-size:14px}button:disabled{opacity:.5;cursor:not-allowed}.home-listings .card{grid-template-columns:150px minmax(0,1fr) 180px}.alphabet{display:flex;flex-wrap:wrap;gap:3px;margin:25px 0}.alphabet button{padding:7px 11px}.comparison-scroll{overflow-x:auto;margin:25px 0}.comparison{border-collapse:collapse;width:100%;min-width:600px}.comparison th,.comparison td{border:1px solid #ccc;padding:16px;text-align:left;min-width:150px;vertical-align:top}.comparison thead{background:var(--red);color:#fff}.comparison tbody th{background:#f3f3f3}.detail-actions{margin-top:18px}.footer-links{display:flex;flex-wrap:wrap;gap:15px;flex:1}footer span{flex:0 0 auto}#toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);max-width:90%;padding:13px 22px;background:#161616;color:white;z-index:100;opacity:0;pointer-events:none;border-left:4px solid var(--blue)}#toast.visible{opacity:1}#wanted-form label{display:block;margin:15px 0}.form>form>label{display:block;margin-bottom:20px}.detailhero h1{font-size:36px}.home-listings .card:last-child{border-bottom:1px solid #ccc}@media(max-width:1100px){header{flex-wrap:wrap}.global-search{max-width:none;order:3;flex-basis:100%}.main-nav a{padding:12px 8px}.card,.home-listings .card{grid-template-columns:120px minmax(0,1fr)}.listing-photo,.no-photo{width:120px;height:110px}.listing-side{grid-column:2;flex-direction:row;align-items:center;flex-wrap:wrap;font-size:17px}.listing-side>b{margin-right:auto}.category-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.utility{justify-content:flex-start;gap:15px;overflow:auto;white-space:nowrap}.main-nav{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible}.main-nav a{text-align:left;font-size:13px}.market-hero{grid-template-columns:1fr;padding:25px;gap:25px}.market-hero h1{font-size:36px}.hero-categories{display:none}.category-grid,.category-links{grid-template-columns:repeat(2,minmax(0,1fr))}.layout{display:block}.filters{display:grid;grid-template-columns:1fr 1fr;gap:10px}.filters h3,.filters #search{grid-column:1/-1}.filters label{margin:0}.filters #search{display:flex;gap:10px;align-items:end}.filters #search label{flex:1}.filters #search button{width:auto;margin:0}.filters>button{margin:0}.card,.home-listings .card{grid-template-columns:85px minmax(0,1fr);gap:12px}.listing-photo,.no-photo{width:85px;height:95px}.listing-side{grid-column:1/-1;justify-content:flex-end}.cardhead{flex-wrap:wrap}.card h3{font-size:18px}.catalog-tools{flex-wrap:wrap}.catalog-tools a,.catalog-tools button{padding:11px;font-size:13px}.resultsbar{flex-wrap:wrap}.resultsbar strong{flex-basis:100%}.subnav{gap:15px;flex-wrap:wrap;justify-content:flex-start}.network-strip{flex-direction:column;align-items:flex-start}.section-heading h2{font-size:22px}h1{font-size:30px}.global-search select{width:110px}.global-search button{padding:10px}.brand,.brand img{width:130px;flex-basis:130px}header>.button{padding:8px;font-size:13px;margin-left:0}.detailhero h1{font-size:28px}}@media print{header,nav,.demo,.utility,footer,.subnav,button,.catalog-tools,.detail-actions,#toast{display:none!important}.detail{display:block}main{padding:0}.panel{break-inside:avoid}}

.account-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin:28px 0}.account-stats a{border:1px solid #ccc;border-top:4px solid var(--blue);padding:22px;background:#f7f7f7}.account-stats b{display:block;font-size:34px;line-height:1.3;color:var(--red)}.account-stats span{font-size:14px}.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.account-grid .panel{margin:0}.account-grid a{display:block;border-top:1px solid #ddd;padding:15px 0;color:var(--red)}.report-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #ddd}.specification-section{margin:28px 0;border-block:1px solid #ccc;padding:20px 0}.specification-section summary{font-size:24px;font-weight:700;cursor:pointer}.specification-section summary span{font-size:14px;font-weight:400;margin-left:10px;color:#666}.specification-section[open] .fields{margin-top:24px}.value-unit{display:flex;gap:6px}.value-unit input{min-width:0}.value-unit select{width:90px}.media-section{margin-top:25px}.media-section>label{display:block;margin:20px 0;font-weight:600}.editor-photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,150px));gap:12px;margin:20px 0}.editor-photos img{width:100%;height:110px;object-fit:contain;background:#eee}.editor-photos button{width:100%;font-size:14px;padding:8px}.document-links{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.document-links a{overflow-wrap:anywhere;font-size:14px}.gallery>img{width:100%;max-height:450px;object-fit:contain;background:#f4f4f4}.gallery-thumbnails{display:flex;gap:10px;overflow:auto;margin:18px 0}.gallery-thumbnails button{padding:3px;flex:0 0 85px}.gallery-thumbnails button[aria-pressed=true]{border:2px solid var(--red)}.gallery-thumbnails img{width:75px;height:65px;object-fit:contain}.review-photos{display:flex;flex-wrap:wrap;gap:10px}.review-photos img{width:130px;height:110px;object-fit:contain}.seller-form{max-width:1000px}.seller-form small{display:block;font-weight:400}.status-draft{border-color:#999;color:#555}#error{color:var(--red)}@media(max-width:700px){.account-grid{grid-template-columns:1fr}.seller-form .panel{padding:18px}.specification-section summary{font-size:20px}.account-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery{padding:16px}.form-actions button{width:100%}.value-unit select{width:75px}}

[hidden]{display:none!important}.listing-config{padding:20px;background:#edf2f7;margin-bottom:20px}.privacy-section{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.privacy-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.privacy-options label{display:flex;align-items:center;gap:10px}.privacy-options input{width:auto}.editor-photos button{margin-top:5px;width:100%}@media(max-width:600px){.privacy-options{grid-template-columns:1fr}}

.gallery-open{display:block;width:100%;padding:0;border:0;background:#f4f4f4;cursor:zoom-in}.gallery-open img{display:block;width:100%;height:400px;object-fit:contain}.gallery-open span{padding:50px 20px}.gallery-controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin:16px 0}.gallery-controls button{min-height:44px}.gallery-controls span{font-variant-numeric:tabular-nums}.photo-dialog{width:min(1100px,95vw);max-width:95vw;max-height:94dvh;padding:32px;overflow:auto}.photo-dialog h2{padding-right:36px;margin-top:0;overflow-wrap:anywhere}.lightbox-image{height:min(60dvh,680px);display:flex;align-items:center;justify-content:center;background:#f4f4f4}.lightbox-image img{max-width:100%;max-height:100%;object-fit:contain}.lightbox-image p{padding:24px}.photo-dialog::backdrop{background:rgb(0 0 0 / 80%)}button:focus-visible,a:focus-visible{outline:3px solid var(--blue);outline-offset:3px}@media(max-width:700px){.gallery-open img{height:260px}.photo-dialog{padding:20px;width:95vw}.lightbox-image{height:48dvh}.photo-dialog h2{font-size:20px}}

.gallery [hidden],.photo-dialog [hidden]{display:none!important}

.comparison-mobile{display:none}.comparison th .listing-photo{display:block;width:150px;height:110px;object-fit:contain;margin:12px 0}.comparison-mobile .listing-photo{width:100%;max-height:230px;object-fit:contain}.comparison-mobile dl>div{padding:10px 0;border-top:1px solid var(--line)}.comparison-mobile dt{font-weight:700}.comparison-mobile dd{margin:4px 0 0;overflow-wrap:anywhere}@media(max-width:700px){.comparison-desktop{display:none}.comparison-mobile{display:block}.comparison-mobile h2{font-size:22px;overflow-wrap:anywhere}}

.equipment-video{margin:0 0 1.2rem;min-width:0}.equipment-video video{display:block;width:100%;max-height:480px;background:#111;margin:.6rem 0}.equipment-video figcaption{overflow-wrap:anywhere}.video-list{display:grid;gap:1rem}.editor-photos button{font-size:.875rem}

.promotion-banner{border:1px solid var(--line);padding:1.25rem;margin:1rem 0;background:var(--paper,#fff)}.promotion-banner img{max-width:100%;max-height:260px;object-fit:contain}.promotion-banner h2{margin:.6rem 0}.promotion-banner a{display:block}.promotion-banner p{overflow-wrap:anywhere}

.mobile-menu-button,.mobile-search-button{display:none}.mobile-nav:not([open]){display:none}.mobile-nav{margin:0;padding:24px;width:min(340px,88vw);max-width:none;max-height:none;height:100dvh;border:0;box-sizing:border-box;background:#161616;color:white;overflow-y:auto}.mobile-nav::backdrop{background:rgb(0 0 0 / 65%)}.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.mobile-nav-top button{background:transparent;color:white;font-size:28px;border:1px solid #777;width:44px;height:44px;padding:0}.mobile-nav nav{display:flex;flex-direction:column;gap:0;margin:20px 0 0;overflow:visible}.mobile-nav nav a{display:block;border-bottom:1px solid #444;padding:13px 0;font-size:16px}.mobile-nav .primary{display:block;text-align:center}.mobile-nav-open{overflow:hidden}
@media(max-width:700px){.utility,.main-nav{display:none}header{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;padding:12px 4%;border-bottom:3px solid var(--blue)}header .brand{justify-self:center;flex-basis:auto;border:0}.brand img{width:116px;height:auto}header>.button{display:none}.mobile-menu-button,.mobile-search-button{display:block;padding:0;min-height:44px;font-size:27px;line-height:1;background:white;border:1px solid var(--line)}header .global-search{display:none;grid-column:1/-1;min-width:0;order:unset}header.mobile-search-open .global-search{display:flex}header .global-search select{width:110px;padding:10px 6px}header .global-search input{width:100%;min-width:0;font-size:16px}header .global-search button{padding:10px;font-size:14px}.demo span{display:none}.demo{font-size:11px;letter-spacing:.5px}.market-hero .actions{align-items:stretch;flex-direction:column}.market-hero .actions a{text-align:center}.filters>.muted,.filters>.price-range{grid-column:1/-1}}
.company-logo{display:block;max-width:220px;max-height:140px;width:auto;height:auto;object-fit:contain;margin:1rem 0}.company-description{white-space:pre-wrap;overflow-wrap:anywhere}

.open-catalog-filters{display:none}.catalog-filter-dialog{position:fixed;inset:0 0 0 auto;margin:0;width:min(430px,100vw);max-width:100vw;height:100dvh;max-height:none;border:0;padding:24px;box-sizing:border-box;overflow:auto}.catalog-filter-dialog::backdrop{background:rgb(0 0 0 / 65%)}.filter-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.filter-dialog-heading h2{margin:0}.filter-dialog-heading button{min-width:44px;min-height:44px;font-size:25px}.filter-dialog-actions{display:flex;gap:12px;position:sticky;bottom:-24px;background:white;border-top:1px solid var(--line);padding:16px 0}.filter-dialog-actions button{flex:1}.catalog-filter-open{overflow:hidden}
@media(max-width:700px){.open-catalog-filters{display:block;width:100%;margin:0 0 20px;border:2px solid var(--blue);text-align:left}.layout>.filters{display:none}.catalog-filter-dialog .price-range{display:grid;grid-template-columns:1fr 1fr;gap:10px}.catalog-filter-dialog input,.catalog-filter-dialog select{font-size:16px;min-width:0}.catalog-filter-dialog label{min-width:0}}

.report-table-wrap{max-width:100%;overflow-x:auto;margin:20px 0}.report-table{border-collapse:collapse;min-width:760px;width:100%;font-size:14px}.report-table th,.report-table td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}.report-table th:first-child{min-width:170px}.account-stats>.panel{margin:0;display:flex;flex-direction:column;padding:18px}.account-stats>.panel b{font-size:28px}

.specification-search{border:1px solid var(--line);padding:14px;margin:18px 0;min-width:0}.specification-search legend{font-weight:700}.technical-range{margin:12px 0}.technical-range>strong{display:block;margin-bottom:6px}

.event-toolbar{display:flex;align-items:end;gap:16px;flex-wrap:wrap;margin:20px 0}.event-toolbar label{margin:0}.event-toolbar [role=group]{display:flex;gap:6px}.event-toolbar [aria-pressed=true]{background:var(--red,#cf002d);color:white}.event-calendar{table-layout:fixed;width:100%;border-collapse:collapse;margin:20px 0}.event-calendar th,.event-calendar td{border:1px solid #ccd3dc;padding:8px;vertical-align:top}.event-calendar td{height:105px}.event-calendar time{display:block;font-size:13px;margin-bottom:6px}.event-calendar a{display:block;overflow-wrap:anywhere;background:#edf2f7;padding:6px;margin:4px 0;font-size:13px;border-left:3px solid #517da2}.event-calendar small{display:block}.event-calendar .outside-month{background:#f5f6f8;color:#68717b}.calendar-mobile-note{display:none}@media(max-width:700px){.event-calendar{display:none}.calendar-mobile-note{display:block}.event-toolbar{align-items:start;gap:10px}.event-toolbar label{width:100%}}

.alphabet [aria-pressed="true"]{background:var(--red);color:white;border-color:var(--red)}

.article-cover{display:block;width:100%;height:auto;object-fit:contain;margin:16px 0;background:#f4f4f4}.account-grid .article-cover{height:200px;object-fit:cover}

.article-sharing details{margin-top:18px}.article-sharing textarea{min-height:110px;width:100%;box-sizing:border-box}

/* Tradequip geometry, measured at 1224px viewport on 20 September 2026.
   Upstream artwork/palette retained. Other page families require separate comparison. */
@media(min-width:1200px){
 .demo{display:none}
 .utility{height:35px;padding:0 max(15px,calc((100% - 1110px)/2));align-items:center;font-size:14px;gap:24px}
 body>header{height:83px;padding:16px max(15px,calc((100% - 1110px)/2));gap:20px;flex-wrap:nowrap}
 body>header .brand{flex:0 0 273px;width:273px}
 body>header .brand img{width:175px;height:51px;object-fit:contain;object-position:left center}
 .global-search{flex:0 1 422px;min-width:0;height:51px}
 .global-search select{width:112px;flex:0 0 112px;height:51px;padding:6px 6px 6px 14px}
 .global-search input{height:51px;padding:12px 22px;font-size:18px}
 .global-search button{flex:0 0 54px;width:54px;padding:0;font-size:14px}
 body>header>.button{height:49px;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:0 15px;font-size:14px;flex:1 0 auto;margin:0}
 .main-nav{height:41px;padding:0 max(15px,calc((100% - 1110px)/2));flex-wrap:nowrap;font-family:'Barlow Condensed',Arial,sans-serif;font-size:16px}
 .main-nav a{display:flex;align-items:center;justify-content:center;padding:0 11px;white-space:nowrap;border:0}
 .main-nav+main{max-width:1140px;padding:20px 15px 60px}
 main:has(.market-hero){padding-top:0}
 .market-hero{margin:0 calc((1110px - 100vw + 15px)/2);height:280px;min-height:280px;padding:38px 15px;display:block;text-align:center;border:0}
 .market-hero .hero-categories,.market-hero .eyebrow{display:none}
 .market-hero h1{font:700 56px/1.1 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:0 0 16px}
 .market-hero h1 br{display:none}
 .market-hero p{font:400 30px/1.3 'Barlow Condensed',Arial,sans-serif;margin-bottom:28px}
 .market-hero .actions{justify-content:center;gap:20px}
 .market-hero .button{width:186px;height:50px;padding:12px 10px;font:700 16px/24px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;letter-spacing:1px}
 .home-section:has(.category-grid){background:#efefef;margin:0 calc((1110px - 100vw + 15px)/2);padding:10px 15px 24px}
 .home-section:has(.category-grid)>h2{font:700 28px/34px 'Barlow Condensed',Arial,sans-serif;letter-spacing:2px;margin:0 0 14px;text-align:center}
 .category-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:0;border-top:1px solid #ddd}
 .category-grid>button,.category-grid>a{min-height:100px;background:none;border:0;padding:14px 8px;text-align:center;align-items:center;font:700 16px/18px 'Barlow Condensed',Arial,sans-serif}
 .category-grid small{font-size:12px}
}

@media(min-width:1200px){
 body>header>.button{flex:0 0 180px}
 body>header>.button:last-child{flex-basis:154px}
 main:has(#cards){padding-top:156px}
 main:has(#cards)>.subnav{height:32px;margin-bottom:16px;gap:5px}
 main:has(#cards)>.subnav a{border:2px solid #999;width:183px;text-align:center;font:700 13px/28px 'Barlow Condensed',Arial,sans-serif;letter-spacing:1px}
 main:has(#cards)>h1{font:700 35.2px/38.72px 'Barlow Condensed',Arial,sans-serif;margin:0 0 24px;padding-bottom:20px;border-bottom:1px solid #eee}
 .layout{grid-template-columns:160px minmax(0,1fr);gap:30px}
 .filters{padding:0;border:0;background:none;font-family:'Barlow Condensed',Arial,sans-serif}
 .filters h3{font:400 20px/24px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;letter-spacing:1px}
 .filters input,.filters select{padding:8px;font-size:14px}
 #cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
 #cards>.card{display:flex;flex-direction:column;padding:15px;gap:0;min-width:0;transform:none}
 #cards .listing-body{display:contents}
 #cards .card h3{order:0;font:700 24px/28px 'Barlow Condensed',Arial,sans-serif;margin:0 0 24px}
 #cards .photo-link{order:1;margin-bottom:16px}
 #cards .listing-photo,#cards .no-photo{width:100%;height:180px;object-fit:contain}
 #cards .cardhead{order:2;margin:0 0 12px;flex-wrap:wrap}
 #cards .specs{order:3;display:flex;flex-direction:column;gap:4px;padding:8px 0}
 #cards .card p{order:4;margin:8px 0;font-size:14px}
 #cards .supplier,#cards .listing-body>.muted{order:5}
 #cards .listing-side{order:6;width:100%;margin-top:auto;padding-top:16px;display:flex;flex-direction:column;gap:12px;align-items:stretch}
}
@media(min-width:1200px){
 main:has(#cards){display:grid;grid-template-columns:160px minmax(0,1fr);column-gap:30px;grid-template-rows:auto auto auto 1fr;align-content:start}
 main:has(#cards)>.subnav,main:has(#cards)>h1{grid-column:1/-1}
 main:has(#cards)>.catalog-tools{grid-column:1;grid-row:3;display:flex;flex-direction:column;gap:5px;margin:0 0 24px;background:none;border:0;padding:0}
 main:has(#cards)>.catalog-tools>a,main:has(#cards)>.catalog-tools>button{width:160px;border:2px solid var(--ink);padding:7px 4px;text-align:center;font:700 13px/18px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}
 main:has(#cards)>.layout{display:contents}
 main:has(#cards) .filters{grid-column:1;grid-row:4}
 main:has(#cards)>.layout>section{grid-column:2;grid-row:3/span 2;min-width:0}
}
/* Listing detail: measured 730px gallery / 350px contact column at desktop. */
@media(min-width:1200px){
 main:has(.detail){padding-top:146px}
 main:has(.detail)>.breadcrumb{margin-bottom:18px;font-size:14px}
 .detail{grid-template-columns:730px 350px;gap:20px 30px;align-items:start}
 .detail>section{display:contents}
 .detail>section>*{grid-column:1;min-width:0}
 .detail>section>.detailhero{grid-column:1/-1;grid-row:2;padding:0;background:none;color:var(--ink);border:0;min-height:0;display:block}
 .detailhero h1{font:400 30.4px/33.44px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:0}
 .detailhero .eyebrow,.detailhero>p{display:none}
 .detail>section>.detail-actions{grid-column:1/-1;grid-row:1;margin:0;gap:8px}
 .detail-actions button{padding:6px 10px;font-size:13px;min-height:32px}
 .detail>section>aside{grid-column:2;grid-row:3/span 12}
 .detail>section>.gallery,.detail>section>.no-photo{grid-row:3;margin:0;padding:0;border:0;width:730px}
 .detail .gallery-open img{height:500px}
 .detail .gallery-thumbnails{gap:12px;margin:14px 0}
 .detail .gallery-thumbnails button{flex-basis:98px;padding:2px}
 .detail .gallery-thumbnails img{width:92px;height:76px}
 .detail>section>aside>.panel{padding:0;border:0}
 .detail>section>aside h2{font:700 30px/33px 'Barlow Condensed',Arial,sans-serif;margin:0 0 14px!important}
 .detail>section>aside h3{font:700 28px/31px 'Barlow Condensed',Arial,sans-serif}
 .detail>section>aside .primary{min-height:60px;font:700 18px/24px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}
}
@media(min-width:1200px){
 main:has(.detail)>.breadcrumb{display:none}
 .photo-dialog{width:95vw;max-width:95vw;height:100dvh;max-height:100dvh;margin:0 auto;padding:80px 16px;background:transparent;box-shadow:none;overflow:hidden;color:white}
 .photo-dialog::backdrop{background:rgb(0 0 0 / 70%)}
 .photo-dialog h2{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
 .photo-dialog .close{position:absolute;right:10px;top:0;width:64px;height:70px;padding:0;background:transparent;border:0;color:white;font:400 48px/70px Arial,sans-serif}
 .photo-dialog .lightbox-image{height:calc(100dvh - 160px);width:100%;background:transparent}
 .photo-dialog .lightbox-image img{width:100%;height:100%;object-fit:contain}
 .photo-dialog .gallery-controls{margin:0}
 .photo-dialog .gallery-controls button{position:fixed;top:50%;transform:translateY(-50%);width:80px;height:160px;background:#ffffff22;border:2px solid #fff9;color:white;border-radius:3px;font-size:0;padding:0}
 .photo-dialog .gallery-controls button:first-child{left:10px}
 .photo-dialog .gallery-controls button:last-child{right:10px}
 .photo-dialog .gallery-controls button:first-child::before{content:'‹';font:100px/1 Arial,sans-serif}
 .photo-dialog .gallery-controls button:last-child::before{content:'›';font:100px/1 Arial,sans-serif}
 .photo-dialog #lightbox-count{position:absolute;bottom:24px;left:0;width:100%;text-align:center;color:white}
 .photo-dialog>.muted{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
}

/* Advanced-search dimensions observed at 390, 576, 768 and 1024px. */
 main:has(#advanced){padding-top:146px}
 main:has(#advanced)>.subnav{display:none}
 main:has(#advanced)>.form{max-width:none}
 main:has(#advanced) h1{text-align:center;font:700 35.2px/38.72px 'Barlow Condensed',Arial,sans-serif;text-transform:none;letter-spacing:0;margin:0 0 16px}
 #advanced{width:58.333333%;margin:0 auto;padding:32px;background:#efefef;border:0;border-radius:3px}
 #advanced>.fields{display:flex;flex-direction:column;gap:16px}
 #advanced label{display:block;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
 #advanced input:not([type=radio]):not([type=checkbox]),#advanced select{height:48px;padding:10px;margin-top:0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;border:1px solid #ddd}
 #advanced>label{margin:16px 0}
 #advanced .fields>label{margin:0}
 #advanced .fields>.muted{margin:0;font-size:14px}
 #advanced .form-actions{justify-content:center}
 #advanced .primary{min-height:45px;padding:12px 40px;font:700 14px/21px 'Barlow Condensed',Arial,sans-serif;letter-spacing:1px;text-transform:uppercase}

@media(min-width:992px) and (max-width:1199px){
 .demo{display:none}.utility{height:35px;padding:0 max(15px,calc((100% - 930px)/2));align-items:center}
 body>header{height:83px;padding:16px max(15px,calc((100% - 930px)/2));gap:15px;flex-wrap:nowrap}
 body>header .brand{flex:0 0 217px;width:217px}.brand img{width:175px;height:51px;object-fit:contain;object-position:left center}
 .global-search{order:unset;flex:1;min-width:0;height:51px}.global-search select{width:100px;flex:0 0 100px}.global-search input{min-width:0}.global-search button{padding:8px}
 body>header>.button{padding:10px;font-size:13px;white-space:nowrap;margin:0}
 .main-nav{height:36px;padding:0 max(15px,calc((100% - 930px)/2));flex-wrap:nowrap;font:700 14px/18px 'Barlow Condensed',Arial,sans-serif}
 .main-nav a{padding:0 7px;display:flex;align-items:center;justify-content:center;border:0;white-space:nowrap}
 .main-nav+main{max-width:960px;padding-left:15px;padding-right:15px}
 #advanced{width:75%}
}
@media(max-width:991px){
 .demo,.utility,.main-nav{display:none}
 body>header{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;height:92px;padding:16px 15px;border:0}
 body>header .brand{justify-self:center;width:auto;flex-basis:auto;padding:0;border:0}
 body>header .brand img{width:175px;height:60px;object-fit:contain}
 body>header>.button{display:none}
 .mobile-menu-button,.mobile-search-button{display:block;padding:0;width:44px;height:44px;min-height:44px;font-size:27px;line-height:1;background:transparent;border:0}
 body>header .global-search{display:none;grid-column:1/-1;min-width:0;order:unset}
 body>header.mobile-search-open{height:auto;min-height:92px}
 body>header.mobile-search-open .global-search{display:flex;max-width:none}
 body>header .global-search select{width:110px;flex:0 0 110px;padding:10px 6px}
 body>header .global-search input{width:100%;min-width:0;font-size:16px}
 body>header .global-search button{padding:10px;font-size:14px}
 .main-nav+main{max-width:720px;padding-left:15px;padding-right:15px}
 main:has(#advanced){padding-top:306px}
 #advanced{width:83.333333%}
}
@media(max-width:767px){
 body>header{height:60.453125px;padding:8px 10px}
 body>header .brand img{width:116px;height:44.453125px;object-fit:contain}
 body>header.mobile-search-open{min-height:60.453125px}
 .main-nav+main{max-width:540px}
 main:has(#advanced){padding-top:319px;background:#efefef}
 body:has(#advanced){background:#efefef}
 main:has(#advanced) h1{font-size:26px;line-height:28.6px;margin-bottom:0}
 #advanced{width:100%;padding:0 15px;border-radius:0}
 #advanced>label:first-child{margin-top:16px}
}
@media(max-width:575px){#advanced{padding:0}.main-nav+main{max-width:none}}

#advanced .matching-options{border:0;padding:0;margin:-16px 0 0;display:flex;gap:14px;flex-wrap:wrap;min-width:0}
#advanced .matching-options legend{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
#advanced .matching-options label{display:inline-flex;align-items:center;gap:4px;margin:0;font-weight:400;cursor:pointer}
#advanced .matching-options input{width:14px;height:14px;margin:0;accent-color:var(--blue)}
.mobile-menu-button svg,.mobile-search-button svg{display:block;margin:auto}

/* Shared footer geometry measured on the live reference, 23 September 2026.
   Upstream links replace the reference's corporate/legal network links. */
.site-footer{display:block;background:var(--ink);color:white;border:0;padding:20px 0 60px;min-height:385px;font-family:'Barlow Condensed',Arial,sans-serif}
.footer-container{max-width:1140px;padding:0 15px;margin:auto;display:grid;grid-template-columns:14.583333% 19.444444% 24.305556% 20.833333% 20.833333%;align-items:start}
.footer-identity{padding:32px 0;font-size:14px;line-height:21px}
.footer-identity .footer-brand{display:block;padding:0;background:none}
.footer-identity .footer-brand img{display:block;width:100%;max-width:160px;height:90px;object-fit:contain;object-position:left top}
.footer-identity p{margin:16px 0 0;color:white}
.site-footer .footer-column{order:0;display:flex;flex-direction:column;gap:0;min-width:0;margin:0;padding:32px;overflow:visible;width:auto}
.footer-column a{color:white;overflow-wrap:anywhere}
.footer-column a:hover{color:white;text-decoration:underline;text-underline-offset:4px}
.footer-primary a{font-size:17.6px;font-weight:700;line-height:26.4px}
.footer-resources a,.footer-market a{font-size:14.4px;line-height:18.72px;letter-spacing:1px;text-transform:uppercase;padding:8px 0}
.footer-market strong{font-size:24px;line-height:30px;margin-bottom:8px}
.footer-contact-link{font-size:22px;line-height:28px;font-weight:700}
@media(min-width:1500px){.footer-container{max-width:1440px}}
@media(min-width:992px) and (max-width:1199px){.footer-container{max-width:960px}.site-footer .footer-column{padding:24px 16px}}
@media(min-width:768px) and (max-width:991px){.footer-container{max-width:720px;grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer .footer-column{padding:24px 15px}.footer-identity{padding:24px 15px}}
@media(max-width:767px){.site-footer{padding:20px 0 40px}.footer-container{max-width:540px;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-identity{grid-column:1/-1;text-align:center;padding:16px}.footer-identity .footer-brand img{margin:auto;object-position:center}.site-footer .footer-column{padding:20px 15px}.footer-primary a{font-size:20px;line-height:28px}.footer-contact{grid-column:1/-1}}
@media print{.site-footer{display:none}}

@media(min-width:768px) and (max-width:991px){.footer-container{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:0}.footer-identity{grid-column:1/-1;text-align:center}.footer-identity .footer-brand img{margin:auto;object-position:center}.footer-primary,.footer-resources{grid-column:span 6}.footer-market{grid-column:span 4}.footer-contact{grid-column:span 8}.site-footer .footer-column{padding:32px}}
@media(max-width:767px){.footer-container{grid-template-columns:1fr}.site-footer .footer-column{padding:32px}.footer-primary a{font-size:17.6px;line-height:26.4px}.footer-identity{padding:32px}}

#advanced .advanced-photo-filter{display:flex;align-items:center;gap:8px;cursor:pointer}#advanced .advanced-photo-filter input{width:16px;height:16px;margin:0;accent-color:var(--blue)}

.featured-carousel{position:relative;width:calc(50% - 15px);padding:15px;border:1px solid var(--line);background:white}
.featured-carousel>h2{font:700 28px/34px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin-bottom:16px}
.featured-carousel>p{font-size:14px}
.featured-stage{position:relative;text-align:center}
.featured-photo{display:block;background:white}
.featured-photo .listing-photo,.featured-photo .no-photo{width:100%;height:260px;object-fit:contain}
.featured-stage h3{font:700 24px/28px 'Barlow Condensed',Arial,sans-serif;margin:0;background:var(--ink);color:white;padding:16px 45px;min-height:60px}
.featured-stage>.button,.featured-all{display:block;width:100%;text-align:center;font:700 16px/24px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;letter-spacing:1px}
.featured-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin:12px 0}
.featured-controls button{min-width:44px;min-height:44px;padding:4px 10px}
.featured-controls [data-featured-prev],.featured-controls [data-featured-next]{font-size:28px}
.featured-controls [data-featured-pause]{margin-left:auto;font-size:14px}
.featured-position{font-size:14px;font-variant-numeric:tabular-nums}
@media(max-width:767px){.featured-carousel{width:100%}.featured-photo .listing-photo,.featured-photo .no-photo{height:230px}.featured-controls{gap:8px}}

/* Parts advanced: observed reference order and 88px field / 110px identifier pitch. */
#advanced .advanced-primary{display:flex;flex-direction:column;gap:16px;padding-top:16px}
#advanced .advanced-primary label{margin:0}
#advanced .advanced-identifier>label{margin:0}
#advanced .advanced-identifier input:not([type=radio]){height:46px}
#advanced .advanced-identifier .matching-options{margin:0;gap:14px;height:24px}
#advanced .advanced-category-help{font-size:16px;line-height:24px;margin-top:-16px}
#advanced .advanced-choice{border:0;margin:0;padding:0;display:flex;gap:14px;flex-wrap:wrap}
#advanced .advanced-choice legend{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
#advanced .advanced-choice label{display:inline-flex;align-items:center;gap:4px}
#advanced .advanced-choice input{width:13px;height:13px;margin:0;accent-color:var(--blue)}
#advanced .advanced-extra{margin:24px 0}
#advanced .advanced-extra summary{cursor:pointer;font-weight:700;padding:8px 0}
#advanced .advanced-extra>.fields{display:flex;flex-direction:column;gap:16px;margin-top:16px}

#advanced .advanced-fit-year{margin:0;padding:0;border:0}
#advanced .advanced-fit-year>strong{display:block;margin:0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
#advanced .advanced-fit-year .price-range{margin:0}
#advanced .advanced-fit-year label{font-size:0;line-height:0}
#advanced .advanced-fit-year input{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}

/* Reference container switches from1140 to1440 at exactly1500px. */
@media(min-width:1500px){
 .main-nav+main{max-width:1440px}
 .utility{padding-left:max(15px,calc((100% - 1410px)/2));padding-right:max(15px,calc((100% - 1410px)/2))}
 body>header{padding-left:max(15px,calc((100% - 1410px)/2));padding-right:max(15px,calc((100% - 1410px)/2))}
 .main-nav{padding-left:max(15px,calc((100% - 1410px)/2));padding-right:max(15px,calc((100% - 1410px)/2))}
 .market-hero,.home-section:has(.category-grid){margin-left:calc((1410px - 100vw + 15px)/2);margin-right:calc((1410px - 100vw + 15px)/2)}
 .detail{grid-template-columns:minmax(0,930px) minmax(0,450px)}
 .detail>section>.gallery,.detail>section>.no-photo{width:100%}
}

/* Homepage category geometry from the rendered source and observed stylesheet. */
.home-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 30px;margin:0 auto;max-width:100%;border:0}
.home-category-grid>button,.home-category-grid>a{display:block;position:relative;min-width:0;min-height:0;margin:0;border:0;border-radius:0;background:none;padding:16px 0;text-align:center;font:700 16px/16px 'Barlow Condensed',Arial,sans-serif;color:var(--ink)}
.home-category-grid>button:hover,.home-category-grid>a:hover{color:var(--red);background:none}
.home-category-grid svg{display:block;min-height:43px;max-height:43px;width:auto;max-width:none;margin:0 auto 10px;fill:currentColor}
.home-category-grid small{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%)}
@media(min-width:768px){.home-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));max-width:690px}}
@media(min-width:992px){.home-category-grid{grid-template-columns:repeat(12,minmax(0,1fr));max-width:930px}}
@media(min-width:1200px){.home-category-grid{max-width:1110px}}
@media(min-width:1500px){.home-category-grid{max-width:1410px}}
@media(min-width:1201px) and (max-width:1500px){.home-category-grid svg{min-height:38px;max-height:38px}}
@media(min-width:991px) and (max-width:1200px){.home-category-grid svg{min-height:30px;max-height:30px}.home-category-grid>button,.home-category-grid>a{font-size:14px;line-height:14px;padding:14px 0}}
@media(max-width:990px){.home-category-grid svg{min-height:38px;max-height:38px}}

/* Homepage mobile hero and category band, measured at390px. */
@media(max-width:767px){
 body:has(.market-hero)>header{height:144.453125px;align-content:flex-start;position:relative}
 body:has(.market-hero) .global-search{display:flex;position:absolute;left:15px;right:15px;top:72px;width:auto;height:51px;margin:0;order:unset}
 body:has(.market-hero) .global-search select{display:block;width:108px;flex:0 0 108px}
 body:has(.market-hero) .global-search input{min-width:0;width:100%;height:51px;padding:10px}
 body:has(.market-hero) .global-search button{height:51px;padding:8px}
 main:has(.market-hero){padding-top:0}
 .market-hero{height:280px;min-height:280px;padding:20px 15px 10px;margin:0 -15px;text-align:center;border:0;display:block}
 .market-hero .eyebrow,.market-hero .hero-categories{display:none}
 .market-hero h1{font:800 38.4px/38.4px 'Barlow Condensed',Arial,sans-serif;text-transform:none;letter-spacing:0;margin:0 0 8px}
 .market-hero h1 br{display:none}
 .market-hero p{font:400 18px/18px 'Barlow Condensed',Arial,sans-serif;margin:0 0 24px}
 .market-hero .actions{display:flex;flex-direction:column;gap:14px;align-items:center}
 .market-hero .button{width:calc(100% - 45px);height:44px;min-height:44px;padding:10px;font:700 16px/20px 'Barlow Condensed',Arial,sans-serif;letter-spacing:1px;text-transform:uppercase;margin:0}
 .home-section:has(.home-category-grid){margin:0 -15px;padding:0 15px 14px;background:#eee}
 .home-section:has(.home-category-grid)>h2{color:#999;font:600 23px/25.3px 'Barlow Condensed',Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;text-align:center;margin:0;padding:9.2px 23px 6.9px;border-bottom:1px solid #ddd}
 .home-category-grid{margin:0 15px;max-width:none}
}

/* Listing media tabs and inline contact; existing storage and inbox transport. */
.detail-media{min-width:0}
.detail-media [role=tablist]{display:flex;width:100%;border-bottom:1px solid #ddd}
.detail-media [role=tab]{flex:1;min-width:0;min-height:40px;padding:10px 4px 11px;border:1px solid #ddd;border-bottom:0;border-radius:0;background:#eee;text-transform:uppercase;font:500 14px/18px 'Barlow Condensed',Arial,sans-serif}
.detail-media [role=tab][aria-selected=true]{background:white;border-top:3px solid var(--red);padding-top:8px}
.detail-media [role=tab]:disabled{opacity:.45;cursor:default}
.detail-media [role=tabpanel][hidden]{display:none}
.detail-media .gallery{border:0;padding:0;margin:0}
.detail-media [role=tabpanel]>.panel{margin:0}
.detail-media .no-photo{width:100%;height:auto;min-height:240px}
.seller-enquiry{margin-top:18px}
.seller-enquiry label{display:block;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:8px 0}
.seller-enquiry input{height:48px;margin:0;padding:10px;font-size:16px}
.seller-enquiry textarea{height:84px;min-height:84px;margin:0;padding:10px;font-size:16px}
.seller-enquiry .muted{font-size:14px;line-height:18px;margin:8px 0}
.seller-enquiry button,.inline-enquiry-signin button{width:100%}
@media(min-width:1200px){.detail>section>.detail-media{grid-row:3;width:100%}}
@media(max-width:1199px){
 .detail{display:flex;flex-direction:column}
 .detail>section{display:contents}
 .detail>section>*{order:5;width:100%;min-width:0}
 .detail>section>.detail-actions{order:1}
 .detail>section>.detailhero{order:2;padding:0;background:none;color:var(--ink);border:0;min-height:0;display:block}
 .detailhero h1{font:400 30.4px/33.44px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:0}
 .detailhero .eyebrow,.detailhero>p{display:none}
 .detail>section>.detail-media{order:3}
 .detail>section>aside{order:4;width:100%;min-width:0}
}
@media(max-width:767px){.detailhero h1{font-size:24px;line-height:26.4px}.detail-media [role=tab]{height:40px;font-size:14px;line-height:18px}}
@media print{.detail-media [role=tablist],.seller-enquiry,.inline-enquiry-signin{display:none}.detail-media [role=tabpanel][hidden]{display:block}}

/* Listing toolbar: reference geometry, accessible working Upstream actions. */
.detail-actions{justify-content:space-between;align-items:center;flex-wrap:nowrap}
.detail-tools-left{display:flex;align-items:center;gap:0}
.detail-actions button,.detail-actions a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:38.78125px;min-height:0;padding:4px;border:0;background:transparent;color:#999}
.detail-actions svg{width:28px;height:28px}
.detail-actions a:first-child svg{height:34px}
.detail-actions button:hover,.detail-actions a:hover{color:var(--red)}
.detail-item-actions{margin:12px 0}
.report-link{border:0;padding:8px 0;color:var(--red);background:none;font-size:14px}
@media(max-width:767px){
 main:has(.detail){padding-top:288px}
 main:has(.detail)>.breadcrumb{display:none}
 .detail{gap:0}
 .detail>section>.detail-actions{margin:0;height:38.78125px}
 .detail>section>.detailhero{margin:10px 0 12px}
 .detail>section>aside{margin-top:24px}
 .detail-media [role=tablist]{padding-bottom:10px;border-bottom:0}
 .detail-media [role=tab]{height:39.5625px;min-height:39.5625px;padding-top:9px;padding-bottom:9px;font-size:11.2px;line-height:19.2px}
 .detail-media [role=tab][aria-selected=true]{padding-top:7px}
}
@media print{.detail-item-actions{display:none}}

/* Company search modes follow the observed directory hierarchy. */
main:has(.company-directory){max-width:none;padding:146px 15px 70px}
.company-directory>h1{max-width:1170px;margin:0 auto 32px;padding:13px 0;text-align:center;border-bottom:1px solid #eee;font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;letter-spacing:2px;color:#999}
.company-modes{max-width:1170px;margin:0 auto 23px;padding:0 15px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.company-modes button{height:227px;padding:23px 46px 46px;border:0;background:#f4f4f8;font:700 23px/23px 'Barlow Condensed',Arial,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}
.company-modes button[aria-selected=true]{box-shadow:inset 0 -3px var(--red)}
.company-modes svg{width:84px;height:100px;flex-shrink:0}
.company-modes small{display:block;font:400 18px/23px 'Barlow Condensed',Arial,sans-serif;margin-top:4px}
#company-search-panel{background:#f4f4f8;width:calc((100% + 30px)*5/6 - 30px);margin:auto}
#company-search-panel>h2{margin:0;padding:12px 20px;background:var(--ink);color:white;font:500 20px/22px 'Barlow Condensed',Arial,sans-serif;text-transform:capitalize}
#company-search{padding:30px}
#company-search fieldset{margin:0;padding:0;border:0;min-width:0}
#company-search fieldset[hidden]{display:none}
#company-search label{display:block;margin:12px 0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
#company-search input:not([type=radio]),#company-search select{height:48px;margin-top:7px}
#company-search .company-match{display:flex;gap:20px}
#company-search .company-match label{display:flex;align-items:center;gap:6px}
#company-search input[type=radio]{width:16px;height:16px;margin:0}
#company-search .alphabet{margin:0 0 20px;padding:16px;background:white;gap:0}
#company-search .alphabet button{border:0;font:700 24px/30px 'Barlow Condensed',Arial,sans-serif;padding:6px 12px}
#company-search .alphabet button[aria-pressed=true]{background:var(--red);color:white}
.company-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}
.company-active-filters span{background:#eee;padding:5px 9px;font-size:13px}
.company-active-filters,#company-results{max-width:1170px;margin-left:auto;margin-right:auto}
@media(max-width:767px){
 main:has(.company-directory){padding-top:306px}
 .company-modes{grid-template-columns:1fr;gap:11.5px;margin-bottom:11.5px}
 .company-modes button{height:70px;padding:10px 23px;flex-direction:row;justify-content:flex-start;gap:23px;font-size:23px;line-height:23px}
 .company-modes button:last-child{height:84.5px}
 .company-modes svg{width:63px;height:50px}
 .company-modes small{display:none}
 #company-search-panel>h2{text-align:center}
 #company-search-panel{width:100%}
 #company-search{padding:30px}
 #company-search .form-actions{display:flex;flex-wrap:wrap;gap:10px}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media print{main:has(.detail),main:has(.company-directory){padding:0}.company-modes,#company-search-panel,.company-active-filters{display:none}}
/* Auction/event listing and original calendar remain available together. */
main:has(.events-heading){padding-top:146px}
.events-heading{height:46.75px;margin:0 0 40px;padding:0 0 10.55px;border-bottom:1px solid #ddd;text-align:center;text-transform:none;font:700 35.2px/35.2px 'Barlow Condensed',Arial,sans-serif}
.event-filters{width:calc((100% + 30px)/2);margin:0 auto;background:#ececec;padding:24px 16px 16px;border-radius:3px}
.event-filters h2{font:400 21px/23.1px 'Barlow Condensed',Arial,sans-serif;color:#999;text-align:center;margin:0 0 6px}
.event-filter-selects>label{display:block;padding:0 15px;text-align:center;margin:0;font:500 18px/27px 'Barlow Condensed',Arial,sans-serif}
.event-type-label{display:block;margin:14px 0 10px}
.event-filter-selects select{height:48px;padding:10px;margin:6px 0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
.event-attending{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:4px;margin:14px 0 4px;font:500 18px/27px 'Barlow Condensed',Arial,sans-serif}
.event-attending input{width:14px;height:14px;margin:0}
.event-more-options{margin:18px auto;max-width:760px}
.event-more-options>summary{cursor:pointer;font-size:14px}
.event-admin-add{margin-bottom:12px}
.event-list>section{margin:40px 0 56px}
.event-list h2{font:700 28.48px/31.328px Arial,sans-serif;text-transform:uppercase;color:#999;margin:0 0 14.234px}
.events-table{width:100%;border-collapse:collapse;font:400 14.4px/21.6px 'Barlow Condensed',Arial,sans-serif}
.events-table th{background:#909090;color:white;font-weight:500;text-transform:uppercase;text-align:left;letter-spacing:1px;padding:8px 10px}
.events-table td{padding:12px 10px;border:1px solid #ddd;background:#eee;vertical-align:middle}
.events-table tr:nth-child(even) td{background:#f5f5f5}
.events-table td:nth-child(1),.events-table td:nth-child(2){text-align:center;width:7%}
.events-table td:nth-child(3){width:32%}
.events-table td:nth-child(4){width:28%}
.events-table td:nth-child(5){width:10%}
.events-table td:nth-child(6){width:14%}
.events-table td a{display:block;font-weight:700}
.events-table .event-title{margin:4px 0 10px}
.events-table .event-kind{font-size:12px;color:var(--red)}
.events-table .event-edit{font-size:12px;padding:4px 8px;margin-top:8px}
@media(max-width:991px){.event-filter-selects{display:flex}.event-filter-selects>label{width:50%;min-width:0}.event-type-label{display:none}}
@media(max-width:767px){
 main:has(.events-heading){padding-top:318.5px}
 .events-heading{font-size:25px;line-height:25px;height:33.5px;padding-bottom:7.5px}
 .event-filters h2{margin-bottom:10px}.event-filters h2 span{display:block}
 .event-filters{width:calc((100% + 30px)*.75);margin-left:calc((100% + 30px)*.25 - 15px);margin-right:0}
 .events-table,.events-table tbody,.events-table tr,.events-table td{display:block;width:100%!important}
 .events-table thead{display:none}
 .events-table tr{border-bottom:2px solid white;padding:10px;background:#eee}
 .events-table td{border:0;padding:5px 8px;text-align:left!important;overflow-wrap:anywhere}
 .events-table td:before{content:attr(data-label) ': ';font-weight:700}
 .events-table td:nth-child(1),.events-table td:nth-child(2){display:none}
 .events-table td[data-label="Attending"]:has(span),.events-table td[data-label="Booth"][data-supplied=true]{display:block}
 .event-list h2{font-size:28.48px}
}
@media print{main:has(.events-heading){padding:0}.event-filters,.event-more-options,.event-admin-add,.event-edit{display:none}}
#content-editor input[type=checkbox]{width:auto;margin-right:6px}

/* Event detail geometry measured against the public reference at1224/390px. */
main:has(.event-detail){padding-top:146px}
.event-detail>h1{margin:0 0 32px;padding:13px 0;border-bottom:1px solid #eee;text-align:center;font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;letter-spacing:2px;color:#999}
.event-main-info{display:grid;grid-template-columns:1fr 1fr;margin:0 -15px;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
.event-logo-area{padding:0 15px;min-width:0}
.event-logo-area img{width:100%;height:auto;vertical-align:baseline}
.event-contact-area{padding:16px;min-width:0;overflow-wrap:anywhere}
.event-contact-area .event-name{margin:10px 0;font:600 30px/30px 'Barlow Condensed',Arial,sans-serif;color:var(--ink)}
.event-contact-area .event-dates,.event-contact-area .event-location{margin:0;font:500 20px/20px 'Barlow Condensed',Arial,sans-serif}
.event-dates>span,.event-web-label{display:block;margin:17px 0 1px;font:500 14px/14px 'Barlow Condensed',Arial,sans-serif}
.event-linked-inventory{padding:16px 32px 32px;background:#f6f7f9}
.event-linked-inventory h2,.event-contact-info h2{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;margin:0 0 32px;padding:0 0 13px;border-bottom:1px solid #eee;letter-spacing:2px;color:#999;text-transform:uppercase}
.event-linked-inventory nav{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px 0}
.event-linked-inventory nav a{font:700 18px/18px 'Barlow Condensed',Arial,sans-serif;margin:0 3%}
.event-second-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:32px 0 0;align-items:start}
.event-description{padding:34px;background:#f6f7f9;white-space:pre-wrap;overflow-wrap:anywhere;font:400 17px/25.5px 'Barlow Condensed',Arial,sans-serif}
.event-contact-info{background:#f6f7f9;padding:16px 16px 32px;min-width:0;overflow-wrap:anywhere}
.event-contact-info p{font:400 18px/27px 'Barlow Condensed',Arial,sans-serif;margin:10px 0}
.event-contact-action{text-align:center}
.event-contact-action button{width:238.390625px;max-width:100%;height:47.1875px;font:700 12.8px/19.2px 'Barlow Condensed',Arial,sans-serif;margin-top:12.8px;padding:12px 40px;border:2px solid var(--red);border-radius:0;color:var(--red);background:transparent;min-height:0;text-transform:uppercase}
.event-detail-back{display:flex;justify-content:space-between;gap:16px;padding:20px;flex-wrap:wrap}
@media(max-width:767px){
 main:has(.event-detail){padding-top:306px}
 .event-main-info,.event-second-section{grid-template-columns:1fr}
 .event-linked-inventory{padding:16px 32px}
 .event-linked-inventory h2{font-size:16px;line-height:17.6px;padding-bottom:8px;margin-bottom:8px}
 .event-linked-inventory nav{display:block;padding:0}
 .event-linked-inventory nav a{display:block;font-size:20px;line-height:20px;margin:20px 0}
 .event-second-section{margin-top:16px;gap:16px}
 .event-contact-action button{width:174.390625px;padding:12px 8px}
}
@media print{main:has(.event-detail){padding:0}.event-contact-action,.event-detail-back{display:none}}

main:has(.event-enquiry-page){padding-top:40px}
.event-enquiry-page>h1{margin:0 0 32px;padding:13px 0;border-bottom:1px solid #eee;text-align:center;font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;letter-spacing:2px;color:#999}
.event-enquiry-panel{width:58.333333%;margin:16px auto 0;padding:32px;background:#f6f7f9;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
#event-enquiry-form{margin-top:16px}
.event-enquiry-notice{min-height:72px;margin:0 0 16px;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
.event-enquiry-recipient{line-height:27px;margin:16px 0}
.event-enquiry-row{margin:16px 0 0;min-width:0}
.event-enquiry-row>label{display:block;font:500 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0}
.event-enquiry-row input,.event-enquiry-row select,.event-enquiry-row textarea{width:100%;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;border:1px solid #bbb;border-radius:0;padding:10px;margin:0;background:#fff;color:var(--ink)}
.event-enquiry-row input{height:46px}
.event-enquiry-row select{height:48px}
.event-enquiry-row textarea{height:262px;resize:vertical}
.event-enquiry-row input[readonly]{background:#eee}
.event-inquiry-phone{display:grid;grid-template-columns:70% 30%;gap:0;align-items:center}
.event-inquiry-phone>label{margin:0}
.event-enquiry-row small{font:400 14px/20px 'Barlow Condensed',Arial,sans-serif}
.event-enquiry-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-top:24px}
@media(min-width:992px) and (max-width:1199px){.event-enquiry-panel{width:75%}}
@media(min-width:768px) and (max-width:991px){.event-enquiry-panel{width:83.333333%}}
@media(max-width:767px){.event-enquiry-panel{width:100%;padding:0;background:transparent}#event-enquiry-form{margin-top:0}.event-enquiry-actions button{max-width:100%}}

@media(max-width:767px){.event-enquiry-notice{min-height:120px}}

#event-inquiry-region{height:48px}.event-message-hint{margin:0;min-height:48px;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
@media(max-width:767px){.event-inquiry-phone{display:block}.event-inquiry-phone input[name=extension]{width:50%;display:block}.event-message-hint{min-height:96px}}

main:has(.company-profile-header){padding-top:178px}
@media(min-width:1200px){main:has(#cards):has(.company-profile-header){padding-top:178px}main:has(#cards)>.company-profile-header{grid-column:1/-1;grid-row:1;min-width:0}main:has(#cards)>.company-inventory-heading{grid-column:1/-1;grid-row:2}}
.company-profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
.company-profile-identity,.company-profile-contact{min-width:0;overflow-wrap:anywhere}
.company-profile-logo{line-height:24px}.company-profile-logo img{width:400px;max-width:100%;height:200px;object-fit:contain;object-position:left center;vertical-align:baseline}
.company-profile-identity h1{font:700 27px/29.7px 'Barlow Condensed',Arial,sans-serif;margin:0 0 16px;text-transform:none;letter-spacing:0}
.company-profile-identity ul{list-style:none;padding:0;margin:0;font:500 15px/22.5px 'Barlow Condensed',Arial,sans-serif}
.company-events-link{padding-top:22.5px}
.company-profile-contact{margin-top:24px;margin-bottom:30px;padding:22.5px 30px;background:#f6f7f9;font:400 15px/22.5px 'Barlow Condensed',Arial,sans-serif}
.company-profile-contact h2{font:600 14px/15.4px 'Barlow Condensed',Arial,sans-serif;margin:0 0 7px;padding:0 0 16.8px;border-bottom:1px solid #eee;text-transform:uppercase;letter-spacing:2px}
.company-profile-contact ul{list-style:none;padding:0;margin:0}
.company-profile-contact li{margin:0 0 5px}.company-profile-contact li>span{font-weight:500}.company-profile-contact a{font-weight:700}
.company-social-links{display:flex;gap:8px;flex-wrap:wrap}
.company-profile-description{padding:26px 0;white-space:pre-wrap;font:500 13px/15.6px Inter,Arial,sans-serif;overflow-wrap:anywhere}
.company-inventory-links{display:flex;gap:0;flex-wrap:wrap;margin:24px 0}.company-inventory-links a{border:2px solid var(--ink);padding:8px 20px;margin-right:-1px;color:var(--ink);font:600 18px/27px 'Barlow Condensed',Arial,sans-serif}.company-inventory-links a[aria-current=page]{background:var(--ink);color:#fff}
.company-profile-actions{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:16px 0 32px}
@media(max-width:767px){main:has(.company-profile-header){padding-top:288px}.company-profile-columns{grid-template-columns:1fr;gap:0}.company-profile-logo img{height:auto;max-height:200px}.company-profile-contact{margin-top:24px}}
@media print{main:has(.company-profile-header){padding:0}.company-profile-actions{display:none}}
.filters>h3{font:500 19px/20.9px 'Barlow Condensed',Arial,sans-serif;text-transform:none;letter-spacing:0;margin:23px 0 3px;padding-bottom:12px}
.catalog-filter-group{border-bottom:1px solid #ddd;min-width:0}
.catalog-filter-group>summary{display:flex;justify-content:space-between;align-items:center;gap:4px;list-style:none;cursor:pointer;padding:12px 0;font:800 22px/24.1875px 'Barlow Condensed',Arial,sans-serif}
.catalog-filter-group>summary::-webkit-details-marker{display:none}
.catalog-filter-group>summary::after{content:'+';font:400 20px/1 Arial,sans-serif}
.catalog-filter-group[open]>summary::after{content:'−'}
.catalog-filter-body{padding:0 0 16px;min-width:0;font-size:14px}
.catalog-filter-body label{margin:12px 0 6px}.catalog-filter-body input,.catalog-filter-body select{min-width:0;max-width:100%}
.catalog-filter-body .price-range{display:block}.catalog-filter-body fieldset{min-width:0;margin:0;padding:0;border:0}.catalog-filter-body legend{display:none}
.catalog-filter-body .muted{font-size:12px;line-height:1.4;margin:12px 0}
.catalog-facet-values button,.filters .facet-multiple-button{display:block;border:0;background:none;padding:3px 0;margin:0;width:100%;text-align:left;font:500 15px/22.5px 'Barlow Condensed',Arial,sans-serif;color:var(--red);overflow-wrap:anywhere}
.catalog-facet-values button:hover,.facet-multiple-button:hover{text-decoration:underline}
.filters .facet-multiple-button{margin:10px 0;font-weight:700}
.facet-picker-dialog{width:min(760px,calc(100% - 30px));max-width:760px;max-height:calc(100dvh - 30px);overflow:auto;padding:28px}
.facet-picker-dialog h2{margin-right:0}.facet-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;max-height:45dvh;overflow:auto;margin:18px 0}
.facet-checkboxes label{display:flex;align-items:start;gap:8px;margin:0;padding:8px 0;min-width:0}.facet-checkboxes label[hidden]{display:none}
.facet-checkboxes input{width:18px;height:18px;flex:none;margin:3px 0 0}.facet-checkboxes span{overflow-wrap:anywhere}
.facet-picker-buttons{display:flex;flex-wrap:wrap;gap:8px}.facet-picker-buttons button{font-size:14px;padding:8px}
@media(max-width:700px){.facet-picker-dialog{padding:20px}.facet-checkboxes{grid-template-columns:1fr}.facet-picker-dialog .actions{flex-direction:column}}
.catalog-pagination{display:flex;justify-content:flex-end;margin:12px 0 20px;padding:0;gap:0;border:0}
.catalog-pagination nav{display:flex;flex:0 0 auto;margin:0;padding:0;gap:0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
.catalog-pagination nav>a,.catalog-pagination nav>span{display:flex;align-items:center;justify-content:center;width:40px;height:36px;padding:1px 0 0;border:1px solid #aaa;border-left:0;color:var(--ink);text-decoration:none}
.catalog-pagination nav>:first-child{border-left:1px solid #aaa}.catalog-pagination [aria-current=page]{background:var(--red);color:white}.catalog-pagination .disabled{color:#888;background:#f6f6f6}
.catalog-pagination nav>a:hover{background:var(--blue);color:white}
@media(max-width:700px){.catalog-pagination{justify-content:center}}
.catalog-chosen-filters{width:100%;flex-basis:100%;min-width:0}.catalog-chosen-filters h2,.catalog-chosen-filters hr{display:none}
.catalog-chosen-filters .active-filters button{display:flex;align-items:start;gap:7px;text-align:left}.catalog-chosen-filters .remove-mark{flex:none}
@media(min-width:992px){
 .catalog-chosen-filters{flex-basis:auto}.catalog-chosen-filters h2{display:block;margin:0;padding:0 0 10px;font:500 19px/20.890625px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}
 .catalog-chosen-filters hr{display:block;border:0;border-top:1px solid #ddd;margin:16px 0}
 .catalog-chosen-filters .active-filters{display:block;margin:0;padding:0}
 .catalog-chosen-filters .active-filters button{width:160px;margin:0;padding:8px 0;border:0;background:none;color:#777;font:600 16px/24px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;gap:0;overflow-wrap:anywhere}
 .catalog-chosen-filters .remove-mark{width:26px;text-align:left}.catalog-chosen-filters .filter-description{display:none}.catalog-chosen-filters .no-filters{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
 main:has(#cards)>.catalog-tools{gap:6px}main:has(#cards)>.catalog-tools>a,main:has(#cards)>.catalog-tools>button{font:700 12.8px/19.1875px 'Barlow Condensed',Arial,sans-serif;padding:7px 0}
}
@media(min-width:992px){
 .catalog-results-toolbar{display:grid;grid-template-columns:calc((100% + 30px)/3 - 15px) calc((100% + 30px)/6) minmax(0,1fr);grid-template-rows:37.796875px 66px;row-gap:16px;padding:10px 0 24px 22px}
 .catalog-results-toolbar .resultsbar{display:contents}
 .catalog-results-toolbar #count{grid-column:1/-1;grid-row:1;display:flex;align-items:center;margin:0;justify-self:stretch;font:500 18px/19.8px 'Barlow Condensed',Arial,sans-serif}
 .catalog-results-toolbar .resultsbar>label{grid-row:2;display:block;margin:0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}
 .catalog-results-toolbar .resultsbar>label:first-of-type{grid-column:1}.catalog-results-toolbar .resultsbar>label:last-of-type{grid-column:2}
 .catalog-results-toolbar select{display:block;height:42px;margin:0;padding:8px 40px 8px 10px;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;width:171px;max-width:100%;min-width:0;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23161616' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}
 .catalog-results-toolbar #page-size,.catalog-results-toolbar #page-size-bottom{width:69px}
 .catalog-results-toolbar .catalog-pagination{grid-column:3;grid-row:2;align-self:start;margin:20px 0 0;justify-content:flex-end}
 .catalog-results-toolbar-bottom{grid-template-columns:calc((100% + 30px)/3) calc((100% + 30px)/6) minmax(0,1fr);grid-template-rows:66px;row-gap:0;padding:0 0 85px}
 .catalog-results-toolbar-bottom .resultsbar>label,.catalog-results-toolbar-bottom .catalog-pagination{grid-row:1}
}
.card-contact-icon{display:none}.catalog-contact-actions{display:flex;flex-wrap:wrap;gap:6px}.catalog-contact-actions>.catalog-contact{flex:1}.catalog-transaction{display:block;font-size:12px;font-weight:400}
@media(min-width:0px){
 #cards{display:grid;grid-template-columns:1fr;gap:32px 30px}
 #cards>.card{display:flex;flex-direction:column;gap:0;min-width:0;padding:15px 15px 0;border:0;transform:none}#cards .listing-body{display:contents}
 #cards .card h3{order:0;font:700 23px/23px 'Barlow Condensed',Arial,sans-serif;margin:6px 0 0;height:48px;flex:none;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
 #cards .photo-link{order:1;margin-bottom:9px;display:block}#cards .listing-photo,#cards .no-photo{width:100%;height:193px;object-fit:contain}
 #cards .cardhead{display:none}#cards .listing-side{display:contents}
 #cards .catalog-price{order:2;display:block;width:100%;margin-right:0;align-self:stretch;min-height:66px;padding:4px 0 5px;border-bottom:1px solid var(--red);font:500 19.2px/21.12px 'Barlow Condensed',Arial,sans-serif}
 #cards .specs{order:3;display:grid;grid-template-columns:1fr 1fr;gap:8px 30px;padding:0;margin:0;min-height:30px}
 #cards .specs>span{display:flex;flex-direction:column;font:600 14px/16.8px 'Barlow Condensed',Arial,sans-serif;min-width:0;overflow-wrap:anywhere}
 #cards .specs small{font:500 11px/13.2px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}
 #cards .card[data-vertical=Equipment] .card-year{display:none}
 #cards .card .card-description{order:4;height:73px;overflow:hidden;margin:1px 0 2px;padding:0 0 2px;font:400 12px/14.4px Inter,Arial,sans-serif}
 #cards .supplier,#cards .listing-body>.muted{order:5;font:500 14px/21px 'Barlow Condensed',Arial,sans-serif;min-height:21px;overflow-wrap:anywhere}
 #cards .listing-body>.muted{min-height:22px;line-height:22px}
 #cards .catalog-contact-actions{order:6;margin-top:2px;min-height:48px;align-items:start;flex-wrap:nowrap}
 #cards .catalog-contact{flex:0 0 46px;width:46px;height:46px;padding:10px;border:2px solid var(--ink);background:white;color:var(--ink);margin-left:auto}
 #cards .card-contact-icon{display:block;line-height:22px}#cards .card-contact-label{display:none}
 #cards .catalog-purchase{min-width:0;flex:1;padding:11px 0;margin-top:2px;text-align:center;border:2px solid var(--ink);font:700 12px/18px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}
 #cards .item-actions{order:7;display:flex;gap:6px;margin:7px -2px 11px}
 #cards .item-actions>button,#cards .compare-check{flex:1;min-width:0;margin:0;padding:7px;height:33.1875px;font:700 12.8px/19.1875px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;background:var(--ink);color:white;border:0;justify-content:center}
 #cards .compare-check{order:-1;display:flex;align-items:center;gap:5px}#cards .compare-check input{width:15px;height:15px}
}
/* Source CSS: 1440px container at1500; four catalog columns at1590. */
@media(min-width:1500px){
 main:has(#cards){grid-template-columns:210px minmax(0,1fr)}
 main:has(#cards)>.catalog-tools{width:210px}
 main:has(#cards)>.catalog-tools>a,main:has(#cards)>.catalog-tools>button{width:210px;min-height:37.1875px}
 .catalog-chosen-filters .active-filters button{width:210px}
 .catalog-chosen-filters h2 br,.filters>h3 br{display:none}
}
@media(min-width:1501px){main:has(#cards)>.catalog-tools{flex-direction:row;flex-wrap:wrap;gap:6px 2px;align-items:start}main:has(#cards)>.catalog-tools>a,main:has(#cards)>.catalog-tools>button{width:48%}}
@media(min-width:1501px) and (max-width:1589px){#cards .listing-photo,#cards .no-photo{height:255px}}
@media(min-width:1590px){#cards{grid-template-columns:repeat(4,minmax(0,1fr))}#cards .listing-photo,#cards .no-photo{height:180px}}
#cards .listing-photo{display:block}
@media(min-width:1200px) and (max-width:1589px){#cards{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:768px) and (max-width:1199px){#cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px) and (max-width:1200px){#cards .listing-photo,#cards .no-photo{height:225px}}
@media(min-width:501px) and (max-width:767px){#cards .listing-photo,#cards .no-photo{height:360px}}
@media(max-width:500px){#cards .listing-photo{height:auto;min-height:150px;max-height:360px}#cards .no-photo{height:auto;aspect-ratio:4/3;min-height:150px;max-height:360px}}
@media(max-width:991px){.layout:has(#cards){display:block}.layout:has(#cards)>.filters{display:none}.open-catalog-filters{display:block;width:100%;margin:0 0 20px;border:2px solid var(--blue);text-align:left}.catalog-filter-dialog .price-range{display:grid;grid-template-columns:1fr 1fr;gap:10px}.catalog-filter-dialog input,.catalog-filter-dialog select{font-size:16px;min-width:0}.catalog-filter-dialog label{min-width:0}}
@media(min-width:992px) and (max-width:1199px){
 main:has(#cards){display:grid;grid-template-columns:210px minmax(0,1fr);column-gap:30px;grid-template-rows:auto auto auto 1fr;align-content:start;padding-top:156px}
 main:has(#cards)>.subnav,main:has(#cards)>h1{grid-column:1/-1}
 main:has(#cards)>.catalog-tools{grid-column:1;grid-row:3;display:flex;flex-direction:row;flex-wrap:wrap;gap:6px 2px;align-items:start;width:210px;margin:0 0 24px;background:none;border:0;padding:0}
 main:has(#cards)>.catalog-tools>a,main:has(#cards)>.catalog-tools>button{width:48%;min-height:37.1875px;border:2px solid var(--ink);padding:7px 0;text-align:center;font:700 12.8px/19.1875px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}
 main:has(#cards)>.layout{display:contents}main:has(#cards) .filters{grid-column:1;grid-row:4;padding:0;border:0;background:none;font-family:'Barlow Condensed',Arial,sans-serif}
 main:has(#cards)>.layout>section{grid-column:2;grid-row:3/span 2;min-width:0}
 main:has(#cards):has(.company-profile-header){padding-top:178px}main:has(#cards)>.company-profile-header{grid-column:1/-1;grid-row:1;min-width:0}
 .catalog-chosen-filters .active-filters button{width:210px}.catalog-chosen-filters h2 br,.filters>h3 br{display:none}
}
@media(max-width:991px){main:has(#cards)>.catalog-tools{flex-wrap:wrap}.catalog-chosen-filters{flex:0 0 100%}.catalog-tools>a,.catalog-tools>button{max-width:100%}}

.catalog-phone{width:46px;height:46px;flex:0 0 46px;border:2px solid var(--ink);padding:10px;background:white;color:var(--ink)}#cards .catalog-phone{margin-left:auto}#cards .catalog-phone+.catalog-contact{margin-left:0}

/* Featured carousel dimensions observed in the reference; source identity stays Upstream. */
.featured-carousel{width:50%;padding:0 15px;border:0;margin-top:20px;margin-bottom:112px}
.featured-carousel>h2{font:600 42px/46.2px 'Barlow Condensed',Arial,sans-serif;text-align:center;color:var(--red);padding:0;margin:32px 0 15px}
.featured-photo{border:1px solid #eee}.featured-photo .listing-photo,.featured-photo .no-photo{display:block;width:100%;height:505px;object-fit:contain}
.featured-footer{background:#eee;padding:10px}.featured-stage h3{font:200 26px/28.6px 'Barlow Condensed',Arial,sans-serif;letter-spacing:1px;color:var(--ink);background:none;text-align:left;padding:10px 20% 10px 10px;margin:2px 0 0;height:77px;min-height:0;overflow:hidden}
.featured-links{display:flex}.featured-links>.button{width:50%;display:block;text-align:center;font:500 14px/21px 'Barlow Condensed',Arial,sans-serif;padding:5.6px 0;border:0;border-top:4px solid #eee;border-right:4px solid #eee;letter-spacing:1.4px;text-transform:uppercase;background:var(--blue);color:white;min-height:36.1875px}
.featured-links>.button:hover,.featured-links>.button:focus-visible{background:var(--ink)}
.featured-controls{display:contents}.featured-controls button{min-width:0;min-height:0;margin:0;border:0;border-radius:36px;background:rgba(255,255,255,.7);color:#777;width:47px;height:48px;padding:0;font:400 32px/48px Arial,sans-serif}
.featured-controls [data-featured-prev],.featured-controls [data-featured-next]{position:absolute;top:39%;font-size:32px}.featured-controls [data-featured-prev]{left:32px}.featured-controls [data-featured-next]{right:32px}
.featured-controls [data-featured-pause]{position:absolute;right:12%;bottom:88px;width:47px;height:47px;font-size:23px;line-height:47px;margin:0}
@media(max-width:1500px){.featured-photo .listing-photo,.featured-photo .no-photo{height:392px}}
@media(max-width:1200px){.featured-photo .listing-photo,.featured-photo .no-photo{height:325px}.featured-controls [data-featured-prev],.featured-controls [data-featured-next]{top:33%}}
@media(max-width:991px){.featured-photo .listing-photo,.featured-photo .no-photo{height:235px}.featured-links{flex-direction:column}.featured-links>.button{width:100%}.featured-controls [data-featured-pause]{bottom:110px}.featured-stage h3{font-size:18px;line-height:19.8px;height:59px;letter-spacing:1.08px}}
@media(max-width:767px){.featured-carousel{width:100%;padding:0;margin-bottom:32px}.featured-photo .listing-photo,.featured-photo .no-photo{height:359px}.featured-controls [data-featured-prev],.featured-controls [data-featured-next]{top:39%}}
@media(max-width:575px){.featured-photo .listing-photo,.featured-photo .no-photo{height:384px}}
@media(max-width:500px){.featured-photo .listing-photo{height:auto}.featured-photo .no-photo{height:auto;aspect-ratio:4/3}}

.home-media-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:20px 0 0}.home-featured-stack{min-width:0}.home-featured-stack .featured-carousel{width:100%;margin-top:0}.home-video{padding:0 32px;min-width:0}.home-video>h2{font:700 42px/46.2px 'Barlow Condensed',Arial,sans-serif;color:var(--red);margin:32px 0 15px;text-align:center}.home-video>h3{font:500 24px/28px 'Barlow Condensed',Arial,sans-serif}.home-video .equipment-video{margin:0}.home-video video{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain}.home-video-empty{display:grid;place-items:center;aspect-ratio:16/9;padding:24px;background:#eee;text-align:center}.home-video-all{display:block;width:100%;text-align:center;font:700 12.8px/19.2px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;padding:12px 20px;border:2px solid var(--ink);margin-top:12px}.video-library{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.video-library video{width:100%;max-height:420px}.video-library article{min-width:0}.video-library h2{overflow-wrap:anywhere}#video-search{display:flex;align-items:end;gap:12px;max-width:700px}#video-search label{flex:1;min-width:0}#video-search input{width:100%}
@media(max-width:767px){.home-media-row,.video-library{grid-template-columns:1fr}.home-video{padding:0;margin-bottom:32px}#video-search{flex-wrap:wrap}#video-search label{flex-basis:100%}}

.home-updates{text-align:center;margin:48px 0 0}.home-updates h2{font:600 30px/33px 'Barlow Condensed',Arial,sans-serif}.home-updates>.button{padding:12px 40px;border:2px solid var(--ink);font:700 12.8px/19.2px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}.industry-updates-page{max-width:750px;margin:auto}.industry-updates-page .check{display:flex;align-items:start;gap:12px}.industry-updates-page input[type=checkbox]{flex:0 0 20px;width:20px;height:20px}.industry-updates-page .actions{flex-wrap:wrap}

/* Audit details can contain long identifiers and serialized prior values. */
.moderation-entry p{white-space:pre-wrap;overflow-wrap:anywhere}

/* Login composition measured on the public reference; identity remains Sites-supported. */
main:has(.auth-page){padding-top:40px}.auth-page h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:0 0 32px;padding:13px 0;border-bottom:1px solid #eee}.auth-page .auth-intro{font:700 19.2px/21.12px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:0 0 16px}.auth-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.auth-columns>section{padding:0 15px;min-width:0}.auth-page h3{font:800 23px/25.3px 'Barlow Condensed',Arial,sans-serif;margin:0 0 16px}.auth-page h4{font:700 17.6px/19.36px 'Barlow Condensed',Arial,sans-serif;margin:0 0 15px}.auth-page p{line-height:24px;margin:0 0 16px}.auth-page .auth-action{display:block;width:50%;min-width:230px;max-width:100%;margin:0 auto 15px;padding:12px 40px;border-width:2px;text-align:center;font:700 12.8px/19.2px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}.auth-existing .auth-action{margin-top:24px}.auth-help{text-align:center}.auth-registration-option{margin-top:39px}.auth-registration-option p{text-align:center;font-size:14px}@media(max-width:767px){.auth-columns{grid-template-columns:minmax(0,1fr);gap:32px}.auth-page .auth-action{width:100%;min-width:0}}
/* Login geometry measured from the public reference at390/767/768/992px. */
.auth-page .auth-action{min-width:0;margin-bottom:10px}.auth-registration-option h4{text-align:center}
@media(max-width:991px){.auth-page .auth-action{width:70%}}
@media(min-width:576px) and (max-width:991px){.auth-page .auth-intro{font-size:16px;line-height:17.6px}}
@media(max-width:500px){.auth-page .auth-action{padding-left:8px;padding-right:8px}}
main:has(.help-page){padding-top:40px}.help-ad-space{height:250px;margin-bottom:16px}.help-back{height:34px;display:flex;justify-content:flex-end}.help-back a{display:block;background:#eee;padding:5px 12px 5px 24px;font:700 12px/24px 'Barlow Condensed',Arial,sans-serif}.help-page h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;padding:13px 0;margin:0 0 32px;border-bottom:1px solid #eee}.help-menu{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin:0 -15px;flex:none}.help-menu a{display:flex;align-items:center;justify-content:center;margin:1.6px 8px;padding:16px 32px;background:var(--blue);color:white;font:700 16px/24px 'Barlow Condensed',Arial,sans-serif}.help-content{margin-top:24px}.help-content>section{margin-bottom:24px}.help-content h2{font:700 28.8px/31.68px 'Barlow Condensed',Arial,sans-serif;padding:5.76px;margin:0 0 16px;background:#eee;display:flex;justify-content:space-between;gap:12px;scroll-margin-top:16px}.help-content h2>a{flex:0 0 30px;text-align:center}.help-content h3{font:700 24px/26.4px 'Barlow Condensed',Arial,sans-serif;margin:24px 0 0}.help-content p{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0;overflow-wrap:anywhere}.help-content p a,.help-guide-link a{color:var(--blue);text-decoration:underline}.help-guide-link{margin-top:32px}#help_menu{scroll-margin-top:16px}
.help-menu{width:calc(100% + 30px);max-width:none}.help-back a{width:207.171875px}.help-menu a:nth-child(1){width:127.28125px}.help-menu a:nth-child(2){width:106.5625px}.help-menu a:nth-child(3){width:136.203125px}.help-menu a:nth-child(4){width:223.703125px}.help-menu a:nth-child(5){width:210.140625px}.help-menu a:nth-child(6){width:207.71875px}
@media(min-width:601px) and (max-width:767px){body>header{height:92px;padding:16px 15px}body>header .brand img{width:175px;height:60px}body>header.mobile-search-open{min-height:92px}}
.help-menu,.help-menu a{justify-content:flex-start}
@media(min-width:960px){.help-ad-space{height:90px}}
@media(max-width:600px){.help-menu a:nth-child(n){width:100%;margin:1.6px}}
main:has(.about-page){padding-top:40px}.about-ad-space{height:90px;margin-bottom:16px}.about-page h1{font:700 28.8px/31.68px 'Barlow Condensed',Arial,sans-serif;text-transform:none;padding:28.8px 0 14.4px;margin:0 0 16px;border-bottom:1px solid #eee}.about-logo{float:right;width:400px;height:200px;object-fit:contain;max-width:100%}.about-description p,.about-downloads p,.about-contact{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0 0 24px}.about-downloads{clear:both}.about-downloads h2{font:300 32px/35.2px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;padding:10px 0 7px;margin:0 0 16px}.about-downloads>a{display:block;color:var(--blue);text-decoration:underline;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}.about-downloads p{margin:16px 0 0}.about-contact{margin-top:24px}.about-contact a,.about-downloads p a{color:var(--blue);text-decoration:underline}
@media(max-width:959px){.about-ad-space{height:250px}}@media(max-width:600px){.about-logo{float:none;display:block;margin:0 auto 24px;width:100%;height:200px}}

main:has(.contact-page){padding-top:40px}.contact-ad-space{height:90px;margin-bottom:16px}.contact-page h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;padding:13px 0;margin:0 0 16px;border-bottom:1px solid #eee}.contact-intro{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0 0 12px}.contact-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 -15px}.contact-columns>section{padding:0 15px 26px;min-width:0}.contact-columns h2{font:700 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:26px 0 10px;padding:0 0 10px;border-bottom:1px solid #eee}.contact-columns p{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0 0 12px;overflow-wrap:anywhere}.contact-columns a{color:var(--blue);text-decoration:underline}@media(max-width:991px){.contact-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:959px){.contact-ad-space{height:250px}}@media(max-width:767px){.contact-columns{grid-template-columns:minmax(0,1fr)}}

main:has(.sitemap-page){padding-top:40px}.sitemap-ad-space{height:90px;margin-bottom:16px}.sitemap-page h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;padding:13px 0;margin:0 0 32px;border-bottom:1px solid #eee}.sitemap-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 -15px}.sitemap-columns>div{padding:0 15px;min-width:0}.sitemap-columns h2{font:700 24px/26.4px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:24px 0 3px;padding:0 0 5px;border-bottom:1px solid #eee}.sitemap-columns p{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0 0 16px}.sitemap-columns a{display:block;color:var(--blue);overflow-wrap:anywhere}.sitemap-account{margin-top:32px}.sitemap-account nav{display:flex;flex-wrap:wrap;gap:12px 24px}.sitemap-account a{color:var(--blue);text-decoration:underline}@media(max-width:959px){.sitemap-ad-space{height:250px}}@media(max-width:575px){.sitemap-columns{grid-template-columns:minmax(0,1fr)}}

main:has(.finance-page){padding-top:40px}.finance-page h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;padding:13px 0;margin:0 0 32px;border-bottom:1px solid #eee}.finance-form-wrap{width:calc(50% + 15px);margin:0 auto;padding:24px 80px 48px;background:#f6f7f9}.finance-form-wrap label{display:block;font:600 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0;gap:0}.finance-form-wrap label>input,.finance-form-wrap label>select{display:block;width:100%;height:46px;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;padding:10px;margin:2px 0 0;border:1px solid #ccc;border-radius:0}.finance-form-wrap label{padding-top:12px}.finance-options{margin:12px 0 0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}.finance-buttons{margin-top:24px}.finance-buttons button{display:block;width:100%;font:700 12.8px/19.2px 'Barlow Condensed',Arial,sans-serif;padding:12px 8px;border-width:2px;margin:0 4px 10px 0}.finance-note{font-size:14px;margin-top:24px}.finance-summary{margin-top:24px}.finance-table-scroll{overflow:auto;max-width:100%}.finance-table-scroll table{border-collapse:collapse;width:100%;font-size:14px}.finance-table-scroll th,.finance-table-scroll td{padding:8px;border:1px solid #ddd;text-align:right;white-space:nowrap}.finance-table-scroll th:first-child{text-align:left}.finance-table-scroll caption{text-align:left;font-weight:700;padding:12px 0}.finance-result-actions{display:flex;gap:12px;margin-top:16px}.finance-form-wrap #finance-error:empty{display:none}@media(max-width:767px){.finance-form-wrap{width:calc(100% + 30px);margin:0 -15px}}@media(max-width:359px){.finance-form-wrap{padding-left:40px;padding-right:40px}}@media print{.finance-form-wrap,.finance-result-actions{display:none}.finance-table-scroll{overflow:visible}.finance-table-scroll thead{display:table-header-group}.finance-table-scroll tr{break-inside:avoid}.finance-page h1{margin-bottom:16px}}

main:has(.articles-page){max-width:none;padding:146px 0 70px}.articles-page>h1{width:675px;max-width:calc(100% - 38px);font:300 35.2px/38.72px 'Barlow Condensed',Arial,sans-serif;text-transform:none;letter-spacing:0;margin:5px 0 10px 19px;padding:0}.articles-search-options,.articles-page>p{margin:0 19px 16px;max-width:calc(100% - 38px)}.articles-search-options summary{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;cursor:pointer}.articles-search-options form{max-width:675px}.articles-list{width:85%;max-width:100%}.article-result{display:grid;grid-template-columns:75px minmax(0,1fr);border-bottom:1px solid #ddd;margin-bottom:16px;padding-bottom:16px;align-items:center}.article-thumbnail{display:block;width:75px;min-height:50px}.article-result .article-cover{width:75px;height:50px;object-fit:contain;margin:0}.article-result h2{font:700 24px/26.4px 'Barlow Condensed',Arial,sans-serif;margin:0 0 16px;text-transform:none}.article-result p{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0 0 16px}.article-result p.article-byline{font-size:13px;color:#666;margin-bottom:8px}.article-result-content{min-width:0;overflow-wrap:anywhere}.article-result-content>a{font-size:14px;color:var(--blue)}.article-result h2 a{color:var(--blue)}@media(max-width:959px){main:has(.articles-page){padding-top:306px}}@media print{main:has(.articles-page){padding-top:0}.articles-search-options{display:none}}

main:has(.article-detail-page){max-width:none;padding:146px 0 70px}.article-detail-page>h1{width:675px;max-width:calc(100% - 38px);font:300 35.2px/38.72px 'Barlow Condensed',Arial,sans-serif;text-transform:none;letter-spacing:0;margin:5px 0 10px 19px;padding:0}.article-detail-byline{font:400 14px/24px 'Barlow Condensed',Arial,sans-serif;margin:0 19px 16px}.article-detail-description{width:800px;max-width:calc(100% - 30px);padding:0 2px;margin:25px auto}.article-detail-description p{font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0 0 24px;white-space:pre-wrap;overflow-wrap:anywhere}.article-detail-page>.article-cover{display:block;width:auto;height:auto;max-height:none;max-width:min(800px,100%);margin:0 auto;object-fit:contain}.article-detail-sharing,.article-detail-actions{width:800px;max-width:calc(100% - 30px);margin:24px auto}.article-detail-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.article-detail-actions a{color:var(--blue)}@media(max-width:959px){main:has(.article-detail-page){padding-top:306px}}@media print{main:has(.article-detail-page){padding:0}.article-detail-sharing,.article-detail-actions{display:none}.article-detail-page>.article-cover{max-width:100%}}

main:has(.glossary-page){padding-top:167.609375px}.glossary-page>h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;text-align:center;padding:13px 0;margin:0 0 32px;border-bottom:1px solid #eee}.glossary-alphabet{padding:0;margin:0;text-align:center;font:500 17.28px/25.92px 'Barlow Condensed',Arial,sans-serif;display:block}.glossary-alphabet a,.glossary-alphabet span{display:inline-block;margin:0 5px;padding:5px;color:var(--blue)}.glossary-alphabet span{color:#777}.glossary-letter{margin-top:25px;padding:3px 3px 3px 15px;border:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;height:50px}.glossary-letter h2{font:400 28px/42px 'Barlow Condensed',Arial,sans-serif;margin:0;padding:0;text-transform:none}.glossary-letter>a{font-size:32px;line-height:38px;padding:0 8px;color:var(--blue)}.glossary-definitions dl{margin:0;padding:0}.glossary-row{display:flex;justify-content:space-between;padding-bottom:9px;background:#eee;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}.glossary-row:nth-child(odd){background:#ddd}.glossary-row dt{width:20%;flex-shrink:0;margin:13px 8px 0 13px;font-weight:600;font-style:italic;overflow-wrap:anywhere}.glossary-row dt a{color:var(--blue)}.glossary-row dd{width:70%;margin:13px 8px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.glossary-admin{white-space:normal;margin-top:8px}.glossary-search-options{margin-top:24px}.glossary-search-options summary{cursor:pointer}.glossary-search-options form{max-width:675px}.glossary-page h1:focus,.glossary-letter h2:focus{outline:2px solid var(--blue);outline-offset:2px}@media(max-width:959px){main:has(.glossary-page){padding-top:327.609375px}}@media print{main:has(.glossary-page){padding-top:0}.glossary-search-options,.glossary-admin,.glossary-letter>a{display:none}}

main:has(.advertising-page){padding-top:146px}.advertising-page{width:calc(75% - 7.5px);margin:0 auto}.advertising-page>h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;padding:13px 0;margin:0 0 32px;border-bottom:1px solid #eee}.advertising-section{margin:0;padding:2px 0}.advertising-section>summary{list-style:none;cursor:pointer;position:relative;background:#eee;color:#555;font:500 21px/23.1px 'Barlow Condensed',Arial,sans-serif;padding:19px 54px 19px 19px}.advertising-section>summary::-webkit-details-marker{display:none}.advertising-section>summary span{position:absolute;right:19px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:1px solid #777}.advertising-section>summary span:before,.advertising-section>summary span:after{content:'';position:absolute;left:4px;top:8px;width:10px;height:2px;background:var(--blue)}.advertising-section>summary span:after{transform:rotate(90deg)}.advertising-section[open]>summary span:after{display:none}.advertising-section-body{margin:20px 0 30px;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;overflow-wrap:anywhere}.advertising-section-body h3{font:600 23px/25.3px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:24px 0 16px}.advertising-section-body p{margin:0 0 16px}.advertising-section-body a,.advertising-materials a,.advertising-contact a{color:var(--blue)}.advertising-logo{max-width:180px;height:auto;float:right;margin:0 0 16px 20px}.advertising-section-body:after{content:'';display:block;clear:both}.advertising-sell{display:block;text-align:center;font:600 21px/28px 'Barlow Condensed',Arial,sans-serif;margin:32px 0;color:var(--red)}.advertising-contact{margin:32px 0}.advertising-contact h2,.advertising-materials>h2{font:500 24px/26.4px 'Barlow Condensed',Arial,sans-serif;text-transform:none;margin:24px 0 16px}.advertising-materials{margin-top:32px}.advertising-materials .account-grid{margin-top:16px}.advertising-materials h3{margin:0;font-size:22px}.advertising-materials p{white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:991px){.advertising-page{width:100%}}@media(max-width:959px){main:has(.advertising-page){padding-top:306px}}@media(max-width:599px){.advertising-page>h1{font-size:23px;line-height:25.3px;padding:11.5px 0}.advertising-section>summary{font-size:18px;line-height:19.8px}.advertising-logo{max-width:120px}}@media print{main:has(.advertising-page){padding-top:0}.advertising-page{width:100%}}

.listing-share-icons{display:flex;align-items:center;gap:4px}.detail-actions .listing-share-icon{width:25px;height:25px;min-width:25px;padding:0;background:var(--blue);color:#fff;border:0;border-radius:0;font:700 21px/25px Arial,sans-serif;text-decoration:none}.detail-actions .listing-share-icon:hover{color:#fff;background:var(--red)}.detail-actions .share-linkedin{font-size:17px}.detail-actions .share-email{font-size:19px}.listing-share-options{display:flex;flex-wrap:wrap;gap:12px}.listing-share-options a{color:var(--blue);text-decoration:underline}.listing-share-icon:focus-visible{outline:2px solid var(--red);outline-offset:3px}@media(max-width:359px){.detail-tools-left>a,.detail-tools-left>button{width:34px}.detail-actions{gap:4px}}
.listing-share-icons{align-self:flex-start;padding:2px 9px 0 0}@media(max-width:767px){.listing-share-icons{padding:0 8px 0 0}}

main:has(.comparison-page){padding-top:146px}.comparison-nav{height:32px;padding:0;margin:0;display:flex;gap:24px;align-items:flex-start;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}.comparison-nav a{color:var(--blue)}.comparison-page>h1{font:400 26px/28.6px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;padding:13px 0;margin:0 0 32px;border-bottom:1px solid #eee}.comparison-scroll{overflow-x:auto;max-width:100%}.comparison-reference{table-layout:fixed;border-collapse:separate;border-spacing:0;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif;margin:0}.comparison-reference th,.comparison-reference td{background:#eee;border:0;border-left:10px solid #fff;border-right:10px solid #fff;padding:0 15px;vertical-align:top;overflow-wrap:anywhere;text-align:left}.comparison-reference th{font-weight:600}.comparison-reference thead tr:first-child th{padding-top:16px;border-top:10px solid #fff}.comparison-remove{height:79px;padding:7px;text-align:center}.comparison-remove button{display:block;width:75%;margin:0 auto 10px;border:0;background:#999;color:#fff;padding:6px;font:700 12px/18px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}.comparison-photo{height:158px;padding:7px}.comparison-photo>a{display:block;height:100%}.comparison-photo .listing-photo,.comparison-photo .no-photo{width:100%;height:100%;max-height:none;object-fit:contain;margin:0;display:flex;align-items:center;justify-content:center;font-size:16px}.comparison-value{padding:7px;border-bottom:1px solid #fff;min-height:39px}.comparison-contact{padding:14px 7px 24px;text-align:center;min-height:120px}.comparison-contact>button{display:block;width:75%;margin:0 auto 10px;background:var(--red);color:white;border:0;padding:6px;font:700 12px/18px 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}.comparison-contact .listing-share-icons{justify-content:center;padding:0;margin:12px 0}.comparison-contact .listing-share-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;background:var(--blue);color:#fff;border:0;padding:0;font:700 18px/25px Arial,sans-serif;text-decoration:none}.comparison-additional{margin-top:24px}.comparison-additional summary{cursor:pointer}.comparison-additional .account-grid{margin-top:16px}.comparison-additional dd{margin:0 0 12px;overflow-wrap:anywhere}.comparison-additional dt{font-weight:700}.comparison-page .comparison-mobile{display:none}@media(max-width:959px){main:has(.comparison-page){padding-top:306px}}@media(max-width:767px){.comparison-nav{display:none}.comparison-page .comparison-desktop{display:none}.comparison-page .comparison-mobile{display:block}.comparison-item{background:#eee;border:10px solid #fff;padding:16px 15px 0;margin:0 0 32px;font:400 16px/24px 'Barlow Condensed',Arial,sans-serif}.comparison-item .comparison-remove{height:71px;padding:7px 7px 0}.comparison-item .comparison-photo{height:214px;padding:7px}.comparison-item dl{margin:0}.comparison-item dl>div{padding:7px 7px 0;border:0;min-height:55px}.comparison-item dt{font-weight:600}.comparison-item dd{margin:0;overflow-wrap:anywhere}.comparison-item .comparison-contact{min-height:0}}@media print{main:has(.comparison-page){padding-top:0}.comparison-reference{width:100%!important}.comparison-scroll{overflow:visible}.comparison-contact,.comparison-additional{display:none}}
