:root{
  --navy:#082b61;
  --navy-2:#0a477c;
  --blue:#087dd4;
  --blue-2:#1598e8;
  --teal:#0e91a5;
  --green:#21865c;
  --green-bg:#e8f7ee;
  --orange:#dd8b1f;
  --red:#df443d;
  --ink:#18283c;
  --muted:#5f6f80;
  --line:#d8e2ec;
  --line-strong:#c5d5e4;
  --page:#f7f9fc;
  --panel:#ffffff;
  --panel-blue:#f1f8fe;
  --soft-blue:#e8f5ff;
  --shadow:0 14px 38px rgba(23,65,105,.09);
  --shadow-soft:0 8px 22px rgba(23,65,105,.06);
  --radius:18px;
  --radius-sm:12px;
  --max:1440px;
  --content:1340px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--page)}
body{margin:0;background:var(--page);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.55;text-rendering:optimizeLegibility}
a{color:var(--blue);text-decoration:none;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
a:hover{color:var(--navy)}
img,svg{max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;background:#eef5fa;border:1px solid #d8e5ef;border-radius:6px;padding:.1rem .35rem;color:#1b496c}
.site-shell{max-width:var(--max);margin:0 auto;background:#fff;box-shadow:0 0 0 1px rgba(13,66,110,.05),0 25px 80px rgba(17,64,103,.08);min-height:100vh}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus,.skip-link:focus{clip:auto!important;width:auto;height:auto;margin:0;padding:12px 18px;left:12px;top:12px;background:#fff;color:var(--navy);z-index:99999;border-radius:8px;box-shadow:var(--shadow)}
.eyebrow{display:inline-block;color:var(--blue);font-weight:800;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:10px;font-weight:750;line-height:1.2;text-decoration:none;white-space:nowrap;transition:.18s ease}
.button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(10,95,161,.12)}
.button-primary{background:linear-gradient(135deg,var(--blue),#156cdf);color:#fff;border-color:var(--blue)}
.button-primary:hover{color:#fff;background:linear-gradient(135deg,#096db8,#115fc8)}
.button-secondary{background:#fff;color:var(--blue);border-color:#79b9ea}
.button-secondary:hover{background:#eef8ff;color:var(--navy);border-color:var(--blue)}
.button-ghost{background:#f3f7fa;color:var(--navy);border-color:#d7e2eb}
.button-small{min-height:36px;padding:0 12px;font-size:.82rem;border-radius:8px}
.button-block{display:flex;width:100%}
.text-link{display:inline-flex;align-items:center;gap:7px;font-weight:750;color:var(--blue)}
.text-link svg,.footer-action svg,.vendor-action svg,.related-item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--green-bg);color:var(--green);font-size:.78rem;font-weight:750;line-height:1.25}
.status-pill svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
.soft-badge,.evidence-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#eef5fa;color:#3b5870;border:1px solid #d7e4ee;font-size:.75rem;font-weight:700}
.evidence-badge{background:#fff5dc;color:#7b5c15;border-color:#efd392}
.vendor-badge{display:inline-flex;align-items:center;justify-content:center;min-width:78px;padding:5px 12px;border:1.5px solid #72aee2;border-radius:6px;background:#fff;color:#116ec0;font-weight:850;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}
.vendor-badge-ericsson{color:#123d72;border-color:#506f94}
.vendor-badge-huawei{color:#d8272b;border-color:#ef7678}
.responsive-table{width:100%;overflow:auto;border-radius:12px}
.responsive-table table{width:100%;border-collapse:collapse}
.responsive-table th,.responsive-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #e3eaf1;vertical-align:top}
.responsive-table th{font-size:.8rem;color:#3d5369;background:#f5f8fb;font-weight:800}
.empty-state{padding:28px;border:1px dashed #bdd1e1;border-radius:14px;background:#f8fbfd;color:var(--muted);text-align:center}
.large-empty-state{padding:54px 30px}
.large-empty-state h2{margin:0 0 8px;color:var(--navy)}

/* Header */
.site-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 5px 16px rgba(14,64,106,.035)}
.site-header-inner{max-width:var(--content);min-height:72px;margin:0 auto;padding:0 22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.site-brand{display:flex;align-items:baseline;color:var(--blue);font-weight:900;font-size:1.7rem;letter-spacing:-.045em;white-space:nowrap}
.site-brand:hover{color:var(--blue)}
.site-brand-dot{font-size:.72em;color:#253d58;letter-spacing:-.02em}
.site-navigation{min-width:0}
.primary-menu{display:flex;align-items:center;justify-content:center;gap:24px;margin:0;padding:0;list-style:none}
.primary-menu>li{position:relative}
.primary-menu a{display:flex;align-items:center;min-height:72px;color:#293a4c;font-size:.87rem;font-weight:650;white-space:nowrap}
.primary-menu a:hover,.primary-menu .current-menu-item>a,.primary-menu .current-menu-ancestor>a{color:var(--blue)}
.primary-menu .menu-item-has-children>a:after{content:"";width:6px;height:6px;margin-left:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.primary-menu .sub-menu{position:absolute;top:62px;left:-14px;min-width:250px;margin:0;padding:9px;list-style:none;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.primary-menu .sub-menu a{min-height:0;padding:9px 11px;border-radius:7px;font-size:.84rem}
.primary-menu .sub-menu a:hover{background:#f0f7fc}
.header-actions{display:flex;align-items:center;gap:10px}
.header-search{position:relative;width:235px}
.header-search input{width:100%;height:40px;padding:0 14px 0 39px;border:1px solid #d0dce7;border-radius:8px;background:#fbfcfe;color:var(--ink);font-size:.79rem;outline:none}
.header-search input:focus{border-color:#76b7e8;box-shadow:0 0 0 3px rgba(8,125,212,.1);background:#fff}
.header-search-icon{position:absolute;left:12px;top:10px;color:#6b7b8c;pointer-events:none}
.header-search-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.header-inquiry{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border-radius:8px;background:var(--navy);color:#fff;font-size:.8rem;font-weight:750}
.header-inquiry:hover{color:#fff;background:var(--blue)}
.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:7px;max-height:360px;overflow:auto}
.search-suggestions a{display:grid;grid-template-columns:1fr auto;gap:8px;padding:9px 10px;border-radius:8px;color:var(--ink)}
.search-suggestions a:hover{background:#f0f8fe}
.search-suggestions strong{font-size:.85rem}
.search-suggestions small{color:var(--muted);font-size:.72rem}
.search-suggestions .suggestion-vendor{grid-column:2;grid-row:1/3;align-self:center;color:var(--blue);font-size:.7rem;font-weight:800;text-transform:uppercase}
.mobile-menu-toggle{display:none;width:42px;height:42px;padding:8px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--navy)}
.mobile-menu-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.menu-close-icon{display:none}
.mobile-menu-toggle[aria-expanded="true"] .menu-open-icon{display:none}
.mobile-menu-toggle[aria-expanded="true"] .menu-close-icon{display:inline}

/* Home hero */
.home-hero{position:relative;overflow:hidden;background:linear-gradient(112deg,#fff 0%,#f8fbfe 44%,#eaf5fe 100%);border-bottom:1px solid var(--line)}
.home-hero:before{content:"";position:absolute;inset:0;opacity:.3;background-image:linear-gradient(30deg,transparent 24%,rgba(65,151,216,.12) 25%,transparent 26%),linear-gradient(150deg,transparent 24%,rgba(65,151,216,.1) 25%,transparent 26%);background-size:78px 78px;mask-image:linear-gradient(90deg,#000,transparent 43%)}
.hero-grid{position:relative;z-index:1;max-width:var(--content);min-height:475px;margin:0 auto;padding:48px 28px 38px;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.hero-copy h1{max-width:690px;margin:0;color:var(--navy);font-size:clamp(2.35rem,4vw,3.65rem);line-height:1.13;letter-spacing:-.045em}
.hero-copy>p{max-width:660px;margin:18px 0 0;color:#34485c;font-size:1.02rem}
.hero-search{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;max-width:690px;margin-top:24px;border:1.5px solid #59a6df;border-radius:12px;background:#fff;box-shadow:0 10px 26px rgba(13,103,171,.08)}
.hero-search>span{display:flex;padding-left:17px;color:#5f7183}
.hero-search svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.hero-search input{height:58px;min-width:0;padding:0 15px;border:0;outline:0;background:transparent;font-size:1.05rem;color:var(--ink)}
.hero-search button{height:44px;margin-right:7px;padding:0 18px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:800}
.search-suggestions-large{top:calc(100% + 8px);left:0;right:0}
.quick-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:19px}
.quick-links a{padding:6px 10px;border:1px solid #d2e0eb;border-radius:6px;background:#fff;color:#2471aa;font-size:.73rem;font-weight:750;box-shadow:0 2px 6px rgba(15,85,139,.03)}
.quick-links a:hover{border-color:#76b6e5;background:#f3faff}
.hero-other-equipment{font-size:.84rem!important;margin-top:12px!important;color:var(--muted)!important}
.hero-other-equipment a{font-weight:800}
.hero-visual{position:relative;display:grid;grid-template-columns:1fr 205px;align-items:center;gap:8px;min-height:365px}
.mascot-scene{position:relative;height:355px}
.mascot{position:absolute;filter:drop-shadow(0 12px 16px rgba(18,77,126,.1))}
.mascot svg{display:block}
.mascot-bbu{width:225px;left:14px;bottom:25px}
.mascot-rru-main{width:150px;left:130px;top:-8px}
.mascot-rru-small{width:116px;right:3px;bottom:47px}
.scene-orbit{position:absolute;left:39px;bottom:40px;width:270px;height:100px;border:2px dashed #5ab6f2;border-radius:50%;transform:rotate(9deg);opacity:.75}
.scene-cloud{position:absolute;width:50px;height:14px;border:2px solid #80c7f4;border-radius:20px;opacity:.6}
.scene-cloud:before,.scene-cloud:after{content:"";position:absolute;background:#f5fbff;border:2px solid #80c7f4;border-bottom:0;border-radius:50% 50% 0 0}
.scene-cloud:before{width:17px;height:12px;left:8px;top:-10px}.scene-cloud:after{width:23px;height:16px;left:20px;top:-14px}
.scene-cloud-one{left:20px;top:32px}.scene-cloud-two{right:28px;top:46px;transform:scale(.75)}
.compatibility-flow{position:relative;list-style:none;margin:0;padding:0;display:grid;gap:0}
.compatibility-flow:before{content:"";position:absolute;left:22px;top:40px;bottom:40px;border-left:1.5px dashed #75a7cb}
.compatibility-flow li{position:relative;display:grid;grid-template-columns:46px 1fr;align-items:center;gap:12px;min-height:63px;color:#24384c;font-size:.84rem}
.flow-icon{position:relative;z-index:1;width:46px;height:46px;display:grid;place-items:center;border:1px solid #aad0ec;border-radius:10px;background:#f6fbff;color:#087fba;font-size:1.65rem;font-weight:700;box-shadow:0 4px 12px rgba(16,104,166,.05)}
.flow-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.flow-lines{font-size:2rem}.flow-success{color:var(--green);border-color:#a9d8bd;background:#f3fbf6}

/* Shared home sections */
.home-section,.vendor-content,.standard-content,.lookup-content,.catalog-workspace,.related-section{max-width:var(--content);margin:0 auto;padding:34px 28px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}
.section-heading h2{margin:0;color:var(--navy);font-size:1.62rem;letter-spacing:-.025em}
.compact-heading{margin-bottom:13px}.compact-heading h2{font-size:1.35rem}
.path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.path-card{display:flex;flex-direction:column;min-height:245px;padding:25px 21px 20px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);box-shadow:var(--shadow-soft)}
.path-card:hover{transform:translateY(-3px);border-color:#91c3e5;box-shadow:var(--shadow)}
.path-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:17px;color:#0976ad}
.path-icon svg{width:49px;height:49px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.path-card h3{margin:0;color:var(--navy);font-size:1rem}
.path-card p{margin:12px 0 18px;color:#405266;font-size:.88rem;flex:1}
.path-card strong{padding-top:15px;border-top:1px dotted #bdd0df;color:var(--blue);font-size:.82rem}
.vendor-section{padding-top:5px}
.vendor-table{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}
.vendor-table-head,.vendor-table-row{display:grid;grid-template-columns:160px 130px 1fr 140px;align-items:center;gap:18px;min-height:58px;padding:0 20px}
.vendor-table-head{min-height:42px;background:#f3f6f9;color:#33485b;font-size:.78rem;font-weight:800}
.vendor-table-row{border-top:1px solid #e5ebf1;color:#26394c;font-size:.86rem}
.vendor-table-row:hover{background:#f8fbfe;color:#26394c}
.vendor-action{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;color:var(--blue);font-weight:750}
.category-section{padding-top:8px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{position:relative;overflow:hidden;min-height:315px;padding:18px 19px 20px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f4f9fd);color:var(--ink)}
.category-card:hover{transform:translateY(-3px);border-color:#91c4e7;box-shadow:var(--shadow)}
.category-mascot{display:block;height:126px;margin:-8px auto 4px;text-align:center}
.category-mascot svg{height:145px;width:auto}
.category-count{position:absolute;top:14px;right:14px;padding:4px 8px;border-radius:999px;background:#e7f4fd;color:#0c6cae;font-size:.72rem;font-weight:750}
.category-card h3{margin:7px 0 8px;color:var(--navy);font-size:1rem;line-height:1.3}
.category-card p{margin:0 0 16px;color:#4e6071;font-size:.82rem}
.regional-section{padding-top:8px}
.regional-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.region-card{min-height:132px;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#31465b}
.region-card:hover{border-color:#8cc1e5;background:#f9fcff;transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.region-card h3,.region-card h2{display:flex;align-items:center;gap:7px;margin:0 0 7px;color:var(--navy);font-size:.9rem}
.region-card h3 span,.region-card h2 span{display:flex;color:#0b79bb}
.region-card h3 svg,.region-card h2 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.region-card p{margin:3px 0;font-size:.72rem;line-height:1.4;color:#42576b}
.region-card b{color:#1769aa}
.intelligence-section{display:grid;grid-template-columns:.72fr 1.85fr;gap:20px;padding-top:8px}
.frequency-panel,.recent-panel{min-width:0}
.frequency-panel .responsive-table{border:1px solid var(--line)}
.frequency-panel table{font-size:.78rem}
.frequency-panel thead th{background:var(--navy);color:#fff}
.frequency-panel td a{font-weight:800}
.recent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.recent-card{display:flex;flex-direction:column;min-height:260px;padding:17px;border:1px solid var(--line);border-radius:12px;background:#fff}
.recent-title{color:var(--navy);font-weight:800;line-height:1.35;margin-bottom:10px}
.recent-card dl{display:grid;gap:5px;margin:13px 0 14px;font-size:.76rem;flex:1}
.recent-card dl div{display:grid;grid-template-columns:72px 1fr;gap:8px}
.recent-card dt{color:#657587}.recent-card dd{margin:0;color:#2f4357}
.trust-section{display:grid;grid-template-columns:1.25fr 1fr;gap:30px;align-items:center;margin-top:8px;margin-bottom:25px;padding:30px;border:1px solid #c6dceb;border-radius:16px;background:linear-gradient(135deg,#edf8ff,#fff)}
.trust-copy h2{margin:0;color:var(--navy);font-size:1.8rem;line-height:1.25}.trust-copy p{margin:12px 0 0;color:#40566b}
.trust-points{display:grid;gap:10px}.trust-points span{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #d4e5f1;border-radius:9px;background:#fff;color:#29455d;font-weight:650;font-size:.87rem}.trust-points svg{width:20px;height:20px;fill:none;stroke:var(--green);stroke-width:2}

/* Global CTA */
.global-sales-cta{max-width:var(--content);margin:12px auto 0;padding:28px 30px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border:1px solid #b9d9ef;border-radius:16px;background:linear-gradient(115deg,#edf8ff,#fff 62%,#eaf6fd);box-shadow:var(--shadow-soft)}
.global-sales-cta h2{margin:0;color:var(--navy);font-size:1.7rem;line-height:1.25}.global-sales-cta p{max-width:780px;margin:10px 0 0;color:#455a6d}.global-sales-actions{display:flex;gap:10px}

/* Footer */
.site-footer{margin-top:32px;background:linear-gradient(110deg,#073460,#063b6d 48%,#074a79);color:#fff}
.footer-grid{max-width:var(--content);margin:0 auto;padding:34px 28px 25px;display:grid;grid-template-columns:1.45fr repeat(5,1fr);gap:28px}
.footer-brand{color:#fff;font-size:1.45rem;font-weight:900;letter-spacing:-.04em}.footer-brand span{font-size:.7em;color:#b7d9ee}.footer-brand-block p{max-width:250px;color:#d4e4ef;font-size:.82rem}.footer-action{display:inline-flex;align-items:center;gap:6px;color:#9fd9ff;font-size:.8rem;font-weight:750}.footer-column{display:flex;flex-direction:column;gap:7px}.footer-column h2{margin:0 0 7px;color:#fff;font-size:.83rem}.footer-column a{color:#d9e8f2;font-size:.74rem}.footer-column a:hover{color:#fff}.footer-bottom{max-width:var(--content);min-height:58px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.18);color:#c6dce9;font-size:.72rem}.footer-trust{display:flex;align-items:center;gap:7px}.footer-trust svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}

/* Standard pages */
.standard-hero,.catalog-hero,.lookup-hero,.vendor-hero{max-width:var(--content);margin:0 auto;padding:46px 28px 38px}
.standard-hero{background:linear-gradient(110deg,#f7fbff,#edf7fe);border-bottom:1px solid var(--line)}
.standard-hero h1,.catalog-hero h1,.lookup-hero h1,.vendor-hero h1{max-width:900px;margin:0;color:var(--navy);font-size:clamp(2rem,4vw,3.25rem);line-height:1.15;letter-spacing:-.04em}
.standard-hero p,.catalog-hero p,.lookup-hero p,.vendor-hero p{max-width:850px;margin:14px 0 0;color:#43576a;font-size:1rem}
.data-hero{max-width:none;padding-left:max(28px,calc((100% - var(--content))/2 + 28px));padding-right:max(28px,calc((100% - var(--content))/2 + 28px))}
.hero-inline-actions{display:flex;gap:10px;margin-top:22px}
.standard-content{min-height:320px}
.prose-content{max-width:900px;font-size:1rem}.prose-content h2{color:var(--navy)}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.content-card{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-soft)}.info-grid .content-card{padding:22px}.content-card h2{margin:0 0 10px;color:var(--navy);font-size:1.18rem}.content-card p{color:#465a6d}
.search-result{padding:20px 0;border-bottom:1px solid var(--line)}.search-result h2{margin:0 0 8px}.search-result p{color:var(--muted)}
.error-page{max-width:var(--content);margin:0 auto;padding:70px 28px}.error-card{max-width:720px;margin:auto;text-align:center}.error-mascot{height:250px}.error-mascot svg{height:270px}.error-card h1{margin:0;color:var(--navy);font-size:3rem}.error-card p{color:var(--muted)}.error-card>div:last-child{display:flex;justify-content:center;gap:10px;margin-top:24px}

/* Band and regional indexes */
.band-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.band-card{position:relative;min-height:185px;padding:20px;border:1px solid var(--line);border-radius:13px;background:linear-gradient(145deg,#fff,#f1f8fd);color:var(--ink)}.band-card:hover{transform:translateY(-3px);border-color:#8fc2e5;box-shadow:var(--shadow)}.band-label{display:inline-grid;place-items:center;min-width:52px;height:42px;padding:0 10px;border-radius:9px;background:var(--navy);color:#fff;font-size:1.05rem;font-weight:850}.band-card h2{margin:18px 0 2px;color:var(--navy);font-size:1.12rem}.band-card p{margin:0 0 20px;color:var(--muted);font-size:.85rem}.band-card strong{color:var(--blue);font-size:.82rem}.regional-index-grid{grid-template-columns:repeat(3,1fr);gap:17px}.region-index-card{min-height:195px;padding:20px}.region-index-card h2{font-size:1.05rem}.region-index-card p{font-size:.83rem;margin:7px 0}.region-index-card .text-link{margin-top:14px;font-size:.82rem}

/* Lookup */
.lookup-hero{display:grid;grid-template-columns:1fr 270px;align-items:center;background:linear-gradient(110deg,#f7fbff,#e7f5ff);border-bottom:1px solid var(--line)}
.lookup-mascot{height:220px}.lookup-mascot svg{height:240px}
.lookup-form{position:relative;max-width:1000px;margin:0 auto;padding:26px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.lookup-form>label{display:block;margin-bottom:8px;color:var(--navy);font-weight:800}.lookup-form>div:first-of-type{display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1.5px solid #70b3e4;border-radius:10px;overflow:hidden}.lookup-form>div>span{display:flex;padding-left:15px;color:#647689}.lookup-form svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.lookup-form input{height:58px;border:0;outline:0;padding:0 14px}.lookup-form button{height:44px;margin-right:7px;padding:0 18px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:800}.lookup-guidance{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1000px;margin:22px auto}.lookup-guidance article{padding:21px;border:1px solid var(--line);border-radius:13px;background:#fff}.lookup-guidance h2{margin:0 0 8px;color:var(--navy);font-size:1.05rem}.lookup-guidance p{margin:0 0 12px;color:var(--muted);font-size:.88rem}

/* Vendor pages */
.vendor-hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;min-height:405px;background:linear-gradient(110deg,#f8fbfe,#eaf6ff);border-bottom:1px solid var(--line);overflow:hidden}.vendor-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.vendor-stats span{padding:8px 11px;border:1px solid #d3e4ef;border-radius:8px;background:#fff;color:#40576b;font-size:.78rem}.vendor-stats b{color:var(--blue)}.vendor-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;max-width:650px;margin-top:20px;border:1px solid #8abfe5;border-radius:9px;background:#fff;overflow:hidden}.vendor-search>span{display:flex;padding-left:13px;color:#66798a}.vendor-search svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.vendor-search input{height:50px;border:0;outline:0;padding:0 12px}.vendor-search button{height:38px;margin-right:6px;padding:0 16px;border:0;border-radius:7px;background:var(--blue);color:#fff;font-weight:800}.vendor-hero-mascots{position:relative;height:330px}.vendor-hero-mascots>div{position:absolute}.vendor-hero-mascots>div:first-child{width:280px;left:-10px;bottom:-24px}.vendor-hero-mascots>div:last-child{width:200px;right:0;top:-10px}.vendor-category-grid{margin-bottom:34px}.compact-category-card{min-height:260px}.vendor-model-heading{margin-top:10px}.vendor-equipment-grid{grid-template-columns:repeat(3,1fr)}

/* Catalog */
.catalog-hero{display:grid;grid-template-columns:1fr auto;align-items:end;gap:28px;background:linear-gradient(105deg,#f6fbff,#eaf6fe);border-bottom:1px solid var(--line)}.catalog-hero-actions{display:flex;gap:10px}
.catalog-workspace{padding-top:24px}
.catalog-filters{display:grid;grid-template-columns:1.35fr repeat(3,1fr) auto auto;gap:12px;align-items:end;padding:17px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft)}.catalog-filters label,.filter-search>label{display:grid;gap:6px;color:#40556a;font-size:.74rem;font-weight:750}.catalog-filters select,.catalog-filters input{width:100%;height:42px;border:1px solid #ccd9e4;border-radius:8px;background:#fff;padding:0 11px;color:var(--ink);outline:none}.catalog-filters select:focus,.catalog-filters input:focus{border-color:#65ace0;box-shadow:0 0 0 3px rgba(8,125,212,.08)}.filter-search>div{position:relative}.filter-search span{position:absolute;left:11px;top:10px;color:#6b7e90}.filter-search svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}.filter-search input{padding-left:39px}.catalog-filters .button{height:42px;min-height:42px}.filter-reset{height:42px;display:flex;align-items:center;color:#667789;font-size:.82rem;font-weight:700}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin:18px 0 12px}.catalog-toolbar>div:first-child{display:flex;align-items:baseline;gap:6px;color:#526679;font-size:.84rem}.catalog-toolbar strong{color:var(--navy);font-size:1.2rem}.view-switcher{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.view-switcher button{height:35px;padding:0 12px;border:0;background:#fff;color:#52677b;font-size:.76rem;font-weight:700}.view-switcher button+button{border-left:1px solid var(--line)}.view-switcher button.active{background:var(--navy);color:#fff}
.catalog-table-wrap{border:1px solid var(--line)}.catalog-table{font-size:.78rem}.catalog-table thead th{white-space:nowrap;background:#f3f7fa;color:#31475c}.catalog-table tbody tr:hover{background:#f8fbfe}.catalog-table code{font-size:.74rem;white-space:nowrap}.table-model{font-weight:800;color:var(--navy)}.table-spec{display:block;margin:2px 0;max-width:260px}.table-spec b{color:#49657d}.status-dot{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #e7f7ee}.table-actions{white-space:nowrap}.table-actions a,.table-actions button{display:inline;border:0;background:none;padding:0;margin-right:8px;color:var(--blue);font-size:.76rem;font-weight:750}.table-actions button:hover{color:var(--navy)}
.equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.equipment-card{display:grid;grid-template-columns:130px 1fr;min-height:305px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:var(--shadow-soft)}.equipment-card:hover{border-color:#8dc1e4;box-shadow:var(--shadow)}.equipment-card-visual{display:flex;align-items:center;justify-content:center;padding:12px;background:linear-gradient(180deg,#f2f9fe,#e9f4fb)}.equipment-card-visual svg{width:135px}.equipment-card-body{display:flex;flex-direction:column;padding:16px;min-width:0}.equipment-card-badges{display:flex;flex-wrap:wrap;gap:6px}.equipment-card h2{margin:10px 0 0;color:var(--navy);font-size:1.1rem;line-height:1.25}.equipment-card h2 a{color:inherit}.part-number{margin:2px 0 10px;color:#1d6fae;font-family:"SFMono-Regular",Consolas,monospace;font-size:.88rem;font-weight:750}.equipment-card-specs{display:grid;gap:5px;margin:0 0 12px;font-size:.75rem;flex:1}.equipment-card-specs div{display:grid;grid-template-columns:70px 1fr;gap:7px}.equipment-card-specs dt{color:#617486}.equipment-card-specs dd{margin:0;color:#344a5f}.equipment-card-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.pagination{margin-top:22px}.pagination ul{display:flex;justify-content:center;gap:6px;list-style:none;margin:0;padding:0}.pagination a,.pagination span{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#3a5269;font-size:.8rem}.pagination .current{background:var(--navy);color:#fff;border-color:var(--navy)}
.compare-dock{position:fixed;left:50%;bottom:18px;z-index:300;transform:translateX(-50%);display:flex;align-items:center;gap:14px;padding:10px 14px;border-radius:10px;background:#082f59;color:#fff;box-shadow:0 14px 40px rgba(7,42,77,.3);font-size:.8rem}.compare-dock a{color:#82d1ff;font-weight:800}.compare-dock button{border:0;background:transparent;color:#d4e4ef;font-size:.78rem}

/* Product page */
.product-page{max-width:var(--content);margin:0 auto;padding:18px 28px 0}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px;color:#6a7b8c;font-size:.78rem}.product-breadcrumbs a{font-weight:700}.product-hero-card{display:grid;grid-template-columns:360px 1fr;gap:26px;padding:18px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(110deg,#fff,#f8fbfe);box-shadow:var(--shadow-soft)}.product-identity-visual{padding:14px 18px 18px;border-right:1px solid var(--line);text-align:center}.product-mascot-wrap{height:245px}.product-mascot-wrap svg{height:260px;width:auto}.product-identity-visual h1{margin:-2px 0 0;color:var(--navy);font-size:2.05rem;letter-spacing:-.03em}.product-part-number{margin:0 0 13px;color:var(--navy);font-family:"SFMono-Regular",Consolas,monospace;font-size:1.4rem;font-weight:850}.product-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.product-summary{padding:13px 18px}.product-summary h2{margin:0;color:var(--navy);font-size:1.35rem}.product-lead{margin:10px 0 16px;color:#4a5f72;font-size:.88rem}.product-summary-list{display:grid;grid-template-columns:1fr 1fr;gap:0 26px;margin:0}.product-summary-list div{display:grid;grid-template-columns:145px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid #e7edf2}.product-summary-list dt{color:#173c69;font-weight:800;font-size:.8rem}.product-summary-list dd{margin:0;color:#32485d;font-size:.8rem}.product-hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:18px}.product-main-column,.product-sidebar{display:grid;align-content:start;gap:15px}.specification-card,.market-card,.relationships-card,.incoming-card,.rfq-card,.source-card{padding:16px}.specification-card h2,.market-card h2,.relationships-card h2,.incoming-card h2,.rfq-card h2,.source-card h2{font-size:1.12rem}.specification-table{font-size:.79rem}.specification-table th{width:35%;color:#193b63;background:#f5f8fb}.specification-table td{color:#30475c}.section-note{margin:0 0 13px;padding:10px 12px;border-left:3px solid #76b8e6;background:#f1f8fd;color:#4c6174;font-size:.78rem}.market-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}.market-summary div{padding:12px;border:1px solid var(--line);border-radius:9px;background:#fafcfe}.market-summary dt{color:#547086;font-size:.72rem}.market-summary dd{margin:4px 0 0;color:#263f56;font-size:.8rem;font-weight:650}.card-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.relationship-total{color:#5d7487;font-size:.75rem}.relationship-group{margin-top:17px}.relationship-group h3{margin:0 0 8px;color:#174b78;font-size:.95rem}.relationship-list{display:grid;gap:9px}.relationship-item{padding:13px;border:1px solid #dce6ee;border-radius:10px;background:#fcfdfe}.relationship-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.relationship-title-row strong{color:var(--navy);font-size:.86rem}.relationship-item p{margin:6px 0;color:#465d72;font-size:.75rem}.linked-products{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:9px;font-size:.74rem}.linked-products a{padding:4px 7px;border:1px solid #cee0ed;border-radius:6px;background:#f4f9fd}.incoming-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.incoming-grid article{padding:11px;border:1px solid var(--line);border-radius:9px}.incoming-grid strong{display:block;color:var(--navy);font-size:.8rem}.incoming-grid span{color:#677b8d;font-size:.7rem}.rfq-card{position:sticky;top:90px;background:linear-gradient(180deg,#f9fcff,#fff)}.rfq-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:9px;border-radius:10px;background:#e6f4fd;color:var(--blue)}.rfq-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.rfq-card>p{font-size:.8rem;color:#53687a}.rfq-trust{display:grid;gap:7px;margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.rfq-trust span{display:flex;align-items:center;gap:7px;color:#496074;font-size:.72rem}.rfq-trust svg{width:16px;height:16px;fill:none;stroke:var(--green);stroke-width:2}.source-card h3{margin:16px 0 5px;color:#1f4d75;font-size:.83rem}.source-card ul{margin:0;padding:0;list-style:none;display:grid;gap:5px}.source-card li a{display:block;padding:7px 8px;border:1px solid #dce6ee;border-radius:7px;background:#fafcfe;font-size:.75rem;overflow-wrap:anywhere}.source-card>p{font-size:.76rem}.source-date{padding-top:10px;border-top:1px solid var(--line);color:#6b7d8d}.related-section{padding-left:0;padding-right:0}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.related-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px;padding:13px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink)}.related-item:hover{border-color:#86bfe6;background:#f8fcff}.related-item span{font-size:.8rem;font-weight:750}.related-item strong{grid-column:1;color:#1c6da8;font-family:"SFMono-Regular",Consolas,monospace;font-size:.72rem}.related-item svg{grid-column:2;grid-row:1/3}

/* Plugin forms */
.contact-form,.bbu-rfq-form,.bbu-request-model-form{display:grid;gap:12px}.form-grid,.bbu-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.field,.bbu-field{display:grid;gap:5px}.field label,.bbu-field label{color:#254660;font-size:.74rem;font-weight:750}.field input,.field select,.field textarea,.bbu-field input,.bbu-field select,.bbu-field textarea,.contact-form input,.contact-form select,.contact-form textarea,.bbu-rfq-form input,.bbu-rfq-form select,.bbu-rfq-form textarea,.bbu-request-model-form input,.bbu-request-model-form select,.bbu-request-model-form textarea{width:100%;min-height:42px;padding:9px 10px;border:1px solid #cbd9e4;border-radius:8px;background:#fff;color:var(--ink);outline:none}.contact-form textarea,.bbu-rfq-form textarea,.bbu-request-model-form textarea{min-height:108px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.bbu-rfq-form input:focus,.bbu-rfq-form select:focus,.bbu-rfq-form textarea:focus,.bbu-request-model-form input:focus,.bbu-request-model-form select:focus,.bbu-request-model-form textarea:focus{border-color:#69addf;box-shadow:0 0 0 3px rgba(8,125,212,.08)}.contact-form button,.bbu-rfq-form button,.bbu-request-model-form button{min-height:46px;border:0;border-radius:9px;background:var(--blue);color:#fff;font-weight:800}.bbu-honeypot{position:absolute!important;left:-9999px!important}.bbu-form-notice,.form-notice{padding:10px;border-radius:8px;background:#e9f7ef;color:#246c4e;font-size:.8rem}.plugin-notice{padding:10px;border:1px solid #efd596;border-radius:8px;background:#fff8e4;color:#765a18}.form-hero{text-align:center}.form-hero h1,.form-hero p{margin-left:auto;margin-right:auto}.form-layout{max-width:1050px;margin:0 auto;padding:30px 28px;display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.form-card,.form-guidance{padding:22px}.form-guidance{background:linear-gradient(180deg,#f0f9ff,#fff)}.check-list{list-style:none;margin:14px 0 22px;padding:0;display:grid;gap:9px}.check-list li{position:relative;padding-left:28px;color:#40566a;font-size:.85rem}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:.68rem;font-weight:900}.other-equipment-page .form-layout{grid-template-columns:.75fr 1.25fr}.guide-mascot{height:195px;text-align:center}.guide-mascot svg{height:210px}

/* Resources, sitemap, compare */
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.resource-card{min-height:220px;padding:21px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink)}.resource-card:hover{transform:translateY(-3px);border-color:#8fc1e3;box-shadow:var(--shadow)}.resource-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:9px;background:#e8f5fd;color:var(--blue);font-size:1.5rem;font-weight:850}.resource-card h2{margin:14px 0 8px;color:var(--navy);font-size:1.05rem}.resource-card p{color:var(--muted);font-size:.85rem}.methodology-links{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.methodology-links a{padding:18px;border:1px solid #bfd9eb;border-radius:12px;background:#eef8ff;color:var(--ink)}.methodology-links h2{margin:0 0 5px;color:var(--navy);font-size:1rem}.methodology-links p{margin:0;color:#52677a;font-size:.82rem}.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sitemap-grid .content-card{padding:20px}.sitemap-grid ul{margin:0;padding-left:18px}.sitemap-grid li{margin:5px 0;font-size:.84rem}.compare-app{min-height:350px}.compare-loading{padding:35px;text-align:center;color:var(--muted)}.compare-table-wrap{border:1px solid var(--line)}.compare-table{font-size:.78rem}.compare-table th:first-child{min-width:185px}.compare-table th{background:#f3f7fa;color:var(--navy)}.compare-product-header{min-width:220px}.compare-product-header strong{display:block}.compare-product-header small{color:var(--blue)}.compare-remove{margin-top:7px;border:0;background:none;color:#b33e3e;font-size:.72rem;padding:0}

/* Mascot SVG normalizations */
.bri-mascot{overflow:visible}.category-mascot .bri-mascot,.product-mascot-wrap .bri-mascot,.mascot-scene .bri-mascot,.vendor-hero-mascots .bri-mascot,.guide-mascot .bri-mascot,.lookup-mascot .bri-mascot,.error-mascot .bri-mascot{filter:none}

/* Responsive */
@media(max-width:1180px){
  .site-header-inner{grid-template-columns:auto auto 1fr;gap:14px}.site-navigation{grid-column:1/-1;grid-row:2;display:none}.site-navigation.open{display:block}.mobile-menu-toggle{display:block;grid-column:2}.header-actions{justify-self:end}.primary-menu{justify-content:flex-start;flex-wrap:wrap;gap:0;padding:8px 0 14px}.primary-menu>li{width:25%}.primary-menu a{min-height:38px;padding:0 9px}.primary-menu .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 5px 10px}.primary-menu li:focus-within>.sub-menu,.primary-menu li:hover>.sub-menu{display:block}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-visual{max-width:720px;margin:auto;width:100%}.path-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.regional-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.footer-column:nth-last-child(-n+2){margin-top:10px}.catalog-filters{grid-template-columns:1.3fr repeat(2,1fr) auto}.catalog-filters label:nth-of-type(4){grid-column:1/2}.product-layout{grid-template-columns:minmax(0,1fr) 300px}.equipment-grid,.vendor-equipment-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .site-header-inner{padding:0 16px}.header-inquiry{display:none}.header-search{width:min(310px,45vw)}.hero-grid,.home-section,.vendor-content,.standard-content,.lookup-content,.catalog-workspace,.product-page,.related-section{padding-left:18px;padding-right:18px}.hero-visual{grid-template-columns:1fr 190px}.mascot-scene{transform:scale(.9);transform-origin:center}.vendor-table-head,.vendor-table-row{grid-template-columns:130px 100px 1fr 110px;gap:10px;padding:0 12px}.regional-grid{grid-template-columns:repeat(2,1fr)}.intelligence-section{grid-template-columns:1fr}.recent-grid{grid-template-columns:repeat(3,1fr)}.global-sales-cta{margin-left:18px;margin-right:18px;grid-template-columns:1fr}.global-sales-actions{justify-content:flex-start}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand-block{grid-column:1/-1}.info-grid,.band-card-grid,.resource-grid,.methodology-links,.sitemap-grid{grid-template-columns:repeat(2,1fr)}.regional-index-grid{grid-template-columns:repeat(2,1fr)}.vendor-hero{grid-template-columns:1fr;min-height:auto}.vendor-hero-mascots{height:260px;max-width:500px}.catalog-hero{grid-template-columns:1fr}.catalog-filters{grid-template-columns:1fr 1fr}.catalog-filters .filter-search{grid-column:1/-1}.catalog-filters .button{grid-column:1/2}.product-hero-card{grid-template-columns:285px 1fr}.product-identity-visual{padding-left:6px;padding-right:12px}.product-summary-list{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr}.rfq-card{position:static}.related-grid{grid-template-columns:repeat(2,1fr)}.form-layout,.other-equipment-page .form-layout{grid-template-columns:1fr}.lookup-hero{grid-template-columns:1fr 190px}.lookup-guidance{grid-template-columns:1fr}.resource-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  body{font-size:15px}.site-shell{width:100%}.site-header-inner{grid-template-columns:auto auto;min-height:64px}.site-brand{font-size:1.45rem}.mobile-menu-toggle{grid-column:2;justify-self:end}.header-actions{grid-column:1/-1;width:100%;padding-bottom:10px}.header-search{width:100%}.site-navigation{grid-row:3}.primary-menu>li{width:50%}.hero-grid{padding-top:32px}.hero-copy h1{font-size:2.2rem}.hero-search{grid-template-columns:auto 1fr}.hero-search button{grid-column:1/-1;width:calc(100% - 14px);margin:0 7px 7px;height:42px}.hero-search input{height:52px}.hero-visual{grid-template-columns:1fr;min-height:580px}.mascot-scene{height:350px}.compatibility-flow{max-width:300px;margin:0 auto}.path-grid,.category-grid,.regional-grid,.recent-grid,.info-grid,.band-card-grid,.regional-index-grid,.resource-grid,.methodology-links,.sitemap-grid{grid-template-columns:1fr}.path-card{min-height:220px}.vendor-table-head{display:none}.vendor-table-row{grid-template-columns:1fr auto;gap:5px;padding:13px}.vendor-table-row span:nth-child(3){grid-column:1/-1}.vendor-action{grid-column:2;grid-row:1/3}.trust-section{grid-template-columns:1fr;padding:22px}.global-sales-actions{flex-direction:column}.global-sales-actions .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-brand-block{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px;padding-top:13px;padding-bottom:13px}.standard-hero,.catalog-hero,.lookup-hero,.vendor-hero{padding:34px 18px}.lookup-hero{grid-template-columns:1fr}.lookup-mascot{display:none}.catalog-hero-actions{flex-direction:column}.catalog-filters{grid-template-columns:1fr}.catalog-filters .filter-search,.catalog-filters label:nth-of-type(4),.catalog-filters .button{grid-column:auto}.catalog-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.equipment-grid,.vendor-equipment-grid{grid-template-columns:1fr}.equipment-card{grid-template-columns:105px 1fr}.equipment-card-visual svg{width:110px}.catalog-table-wrap{border-radius:10px}.catalog-table{min-width:980px}.product-page{padding-top:12px}.product-hero-card{grid-template-columns:1fr}.product-identity-visual{border-right:0;border-bottom:1px solid var(--line)}.product-summary{padding:13px 4px}.product-summary-list div{grid-template-columns:120px 1fr}.product-hero-actions{flex-direction:column}.product-hero-actions .button{width:100%}.market-summary,.incoming-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.form-grid,.bbu-form-grid{grid-template-columns:1fr}.form-layout{padding-left:18px;padding-right:18px}.lookup-form{padding:17px}.lookup-form>div:first-of-type{grid-template-columns:auto 1fr}.lookup-form button{grid-column:1/-1;width:calc(100% - 12px);margin:0 6px 6px}.compare-dock{left:12px;right:12px;bottom:10px;transform:none;justify-content:space-between}.compare-dock span{display:none}
}
@media(max-width:430px){
  .hero-copy h1{font-size:1.9rem}.hero-visual{min-height:520px}.mascot-scene{transform:scale(.78);transform-origin:top center;margin-bottom:-60px}.footer-grid{grid-template-columns:1fr}.category-card{min-height:290px}.equipment-card{grid-template-columns:1fr}.equipment-card-visual{height:150px}.equipment-card-visual svg{height:175px;width:auto}.product-summary-list div{grid-template-columns:1fr;gap:2px}.product-summary-list dt{font-size:.72rem}.relationship-title-row{align-items:flex-start;flex-direction:column}.footer-column:nth-last-child(-n+2){margin-top:0}
}
.contact-form input[type="file"]{height:auto;padding:10px;background:#f7fafc;border-style:dashed}.contact-form .field small{display:block;margin-top:6px;color:var(--muted);font-size:.72rem}.field-full{grid-column:1/-1}.bbu-form-notice.error{background:#fff0f0;color:#9c3030;border:1px solid #efc1c1}
