:root{--navy:#073b4c;--blue:#0b4f6c;--teal:#167d9a;--nav-gradient:linear-gradient(to bottom, #ebebeb 0%, #b8b8b8 100%);--aqua:#dff3f7;--ink:#18242a;--muted:#5c6b73;--line:#d9e2e6;--soft:#f4f8f9;--white:#fff;--success:#176b3a;--warning:#8a5a00;--danger:#9b2c2c;--shadow:0 12px 35px #073b4c17}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto}.container{width:min(1180px,100% - 40px);margin-inline:auto}.site-notice{text-align:center;border-bottom:3px solid;padding:10px 16px;font-size:14px}.site-notice--info{background:var(--aqua);border-color:var(--teal);color:var(--navy)}.site-notice--warning{border-color:var(--warning);color:var(--warning);background:#fff8e6}.site-notice--urgent{background:var(--danger);color:#fff;border-color:#922b21}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:var(--teal);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:800}.button{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 18px;font-weight:750;transition:all .16s;display:inline-flex}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{background:var(--blue);color:var(--white)}.button--primary:hover{background:var(--navy)}.button--secondary{background:var(--white);border-color:var(--blue);color:var(--blue)}.button--secondary:hover{background:var(--aqua)}.button--small{min-height:38px;padding:8px 12px;font-size:.86rem}.button--wide{width:100%}.text-link{color:var(--blue);align-items:center;gap:7px;font-weight:750;display:inline-flex}.text-link svg{width:18px}.main-header{flex-direction:column;align-items:center;gap:12px;padding:16px 0 6px;display:flex}.brand{flex-direction:column;align-items:center;gap:2px;line-height:1.15;text-decoration:none;display:flex}.brand__name{color:#699;text-transform:uppercase;font-family:Monotype Corsiva,URW Chancery L,Apple Chancery,cursive;font-size:clamp(1.6rem,2.6vw,2.5rem);font-weight:700}.brand__slogan{color:#699;font-family:Arial,Helvetica,sans-serif;font-size:.82rem;font-style:italic}.main-header__row{justify-content:center;align-items:center;gap:24px;width:100%;display:flex}.main-header__tagline{color:var(--muted);text-align:center;margin:0;font-size:.85rem}.main-header__actions{align-items:center;gap:17px;display:flex}.header-credibility{border-bottom:1px solid var(--line);background:var(--white)}.header-credibility__inner{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px 10px;margin:0;padding:6px 16px;font-size:.78rem;font-weight:700;display:flex}.header-credibility a{color:var(--success);text-decoration:none}.header-credibility a:hover{text-decoration:underline}.header-credibility__sep{color:var(--line);font-weight:400}.header-action{color:var(--navy);flex-direction:column;align-items:center;gap:2px;font-size:.75rem;font-weight:700;display:inline-flex;position:relative}.header-action svg{width:24px;height:24px}.header-cart b{background:var(--teal);color:#fff;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:.68rem;display:grid;position:absolute;top:-7px;right:-9px}.header-quick-order{color:var(--navy);align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.header-quick-order:hover{color:var(--teal)}.primary-nav{background:var(--nav-gradient)}.primary-nav__inner{align-items:stretch;gap:34px;min-height:34px;display:flex}.primary-nav__inner>a,.mega-menu>summary{color:var(--navy);align-items:center;gap:6px;font-weight:720;display:flex}.primary-nav__inner>a:hover,.mega-menu>summary:hover{color:var(--teal)}.mega-menu{position:static}.mega-menu summary{cursor:pointer;height:100%;list-style:none}.mega-menu summary::-webkit-details-marker{display:none}.mega-menu summary svg{width:16px}.mega-menu__panel{z-index:50;border-bottom:1px solid var(--line);box-shadow:var(--shadow);background:#fff;grid-template-columns:280px 1fr;gap:38px;max-height:calc(100vh - 142px);padding:32px max(20px,50vw - 590px);display:grid;position:absolute;top:142px;left:0;right:0;overflow-y:auto}.mega-menu__panel h2{margin:0 0 9px;font-size:1.35rem}.mega-menu__panel p{color:var(--muted)}.mega-menu__links{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mega-menu__links a{border:1px solid var(--line);border-radius:7px;padding:14px}.mega-menu__links a:hover{border-color:var(--teal);background:var(--soft)}.mega-menu__links strong{display:block}.search-box{width:min(760px,100%);position:relative}.search-box__form{border:2px solid var(--teal);background:#fff;border-radius:7px;display:flex;overflow:hidden;box-shadow:0 8px 24px #073b4c14}.search-box__form input{min-width:0;min-height:58px;color:var(--ink);border:0;outline:0;flex:1;padding:0 18px}.search-box__form button{background:var(--teal);color:#fff;border:0;align-items:center;gap:7px;padding:0 22px;font-weight:800;display:inline-flex}.search-box__form button img{filter:brightness(0)invert()}.search-box--compact .search-box__form input{min-height:46px}.search-box--compact .search-box__form button{padding-inline:17px}.search-box--compact .search-box__form button span{display:none}.search-box__dropdown{z-index:80;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:7px;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow:hidden}.search-box__heading{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0;padding:12px 15px 6px;font-size:.7rem;font-weight:800}.search-box__result{border-top:1px solid #edf1f2;justify-content:space-between;gap:16px;padding:11px 15px;display:flex}.search-box__result:hover{background:var(--soft)}.search-box__result strong,.search-box__result small{display:block}.search-box__result small{color:var(--muted)}.search-box__category{color:var(--teal);white-space:nowrap;font-size:.76rem}.search-box__all{background:var(--soft);color:var(--blue);padding:13px 15px;font-weight:750;display:block}.search-box__empty{color:var(--muted);padding:20px}.hero{border-bottom:1px solid var(--line);background:linear-gradient(115deg,#eef8fa 0%,#fff 62%);padding:76px 0 70px;overflow:hidden}.hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);align-items:center;gap:56px;display:grid}.hero h1{max-width:700px;color:var(--navy);letter-spacing:-.01em;margin:0;font-size:clamp(1.2rem,2.5vw,2.3rem);font-weight:700;line-height:1.35}.hero__lead{max-width:730px;color:var(--muted);margin:22px 0 28px;font-size:1.15rem}.hero__quick-links{flex-wrap:wrap;gap:11px;margin-top:14px;font-size:.83rem;display:flex}.hero__quick-links span{color:var(--muted)}.hero__quick-links a{color:var(--blue);font-weight:700;text-decoration:underline}.hero__visual{min-height:430px;position:relative}.hero__orb{filter:blur(.2px);border-radius:50%;position:absolute}.hero__orb--one{background:#c7e8ee;width:340px;height:340px;top:24px;right:24px}.hero__orb--two{opacity:.1;background:#0b4f6c;width:210px;height:210px;bottom:0;left:15px}.hero__instrument{width:310px;height:180px;box-shadow:var(--shadow);background:#ffffffdb;border-radius:18px;align-items:center;gap:14px;padding:34px;display:flex;position:absolute;inset:90px 42px auto auto;transform:rotate(-5deg)}.hero__instrument span{background:var(--blue);border-radius:10px;height:20px}.hero__instrument span:first-child{width:52px}.hero__instrument span:nth-child(2){background:var(--teal);width:128px}.hero__instrument span:nth-child(3){width:42px}.hero__stat{box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:18px 22px;position:absolute;bottom:45px;left:18px}.hero__stat strong,.hero__stat span{display:block}.hero__stat strong{color:var(--blue);font-size:1.05rem}.hero__stat span{color:var(--muted);margin-top:3px;font-size:.78rem}.section{padding:72px 0}.section--tinted{background:var(--soft);border-block:1px solid var(--line)}.section--dark{background:var(--navy);color:#fff}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.section-heading h2,.application-intro h2,.resource-callout h2{color:var(--navy);margin:0;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.12}.category-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.category-card{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;min-height:100%;padding:20px;transition:all .18s;display:flex}.category-card:hover{box-shadow:var(--shadow);border-color:#b9dce4;transform:translateY(-3px)}.category-card__heading{align-items:center;gap:12px;margin-bottom:8px;display:flex}.category-card__thumb{border:1px solid var(--line);background:var(--soft);object-fit:contain;border-radius:8px;flex-shrink:0;width:44px;height:44px;padding:4px}.category-card h3{color:var(--navy);margin:0;font-size:1.2rem}.category-card p{color:var(--muted);flex:1;margin:0;font-size:.9rem}.category-card span{color:var(--blue);align-items:center;gap:7px;margin-top:12px;font-size:.85rem;font-weight:750;display:inline-flex}.category-card svg{width:17px}.application-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px;display:grid}.application-intro p:not(.eyebrow){color:var(--muted)}.application-list{gap:12px;display:grid}.application-list a{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:28px 1fr 24px;align-items:center;gap:12px;padding:18px;display:grid}.application-list a:hover{border-color:var(--teal)}.application-list>a>svg:first-child{color:var(--teal)}.application-list strong,.application-list small{display:block}.application-list small{color:var(--muted);margin-top:3px}.resource-callout{grid-template-columns:1fr 1fr;gap:70px;display:grid}.resource-callout h2{color:#fff}.resource-callout p:not(.eyebrow){color:#c9dce2}.resource-callout__links{gap:10px;display:grid}.resource-callout__links a{background:#ffffff0a;border:1px solid #3e6876;border-radius:7px;justify-content:space-between;align-items:center;padding:16px;display:flex}.resource-callout__links a:hover{background:#ffffff17}.page-hero{background:var(--soft);border-bottom:1px solid var(--line);padding:46px 0}.page-hero h1{color:var(--navy);margin:8px 0 10px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.page-hero p{max-width:820px;color:var(--muted);margin:0;font-size:1.02rem}.logos-page{padding:40px 0 64px}.logo-group+.logo-group{margin-top:40px}.logo-group h2{border-bottom:1px solid var(--line);color:var(--navy);margin:0 0 18px;padding-bottom:8px;font-size:1.15rem}.logo-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.logo-grid li{border:1px solid var(--line);background:var(--white);border-radius:8px;justify-content:center;align-items:center;min-height:104px;padding:14px;display:flex}.logo-grid img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:76px}@media (max-width:720px){.logo-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px}.logo-grid li{min-height:84px;padding:10px}.logo-grid img{max-height:60px}}.expandable-text{max-width:820px}.expandable-text p{color:var(--muted);margin:0 0 16px;font-size:1.02rem;line-height:1.65}.expandable-text p:last-of-type{margin-bottom:0}.expandable-text__toggle{color:var(--blue);cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-size:.95rem;font-weight:750;display:inline-flex}.expandable-text__toggle:hover{text-decoration:underline}.expandable-text__html{color:var(--muted);font-size:1.02rem;line-height:1.65}.expandable-text__html p{margin:0 0 16px}.expandable-text__html p:last-child{margin-bottom:0}.expandable-text__html a{color:var(--blue);font-weight:650}.expandable-text__html a:hover{text-decoration:underline}.expandable-text__html ul,.expandable-text__html ol{margin:0 0 16px;padding-left:22px}.expandable-text__html li{margin-bottom:6px}.expandable-text__html table{border-collapse:collapse;white-space:nowrap;width:100%;margin:0 0 16px;font-size:.92rem;display:block;overflow-x:auto}.expandable-text__html th,.expandable-text__html td{border:1px solid var(--line);text-align:left;white-space:normal;padding:9px 14px}.expandable-text__html th{background:var(--soft);color:var(--navy);font-weight:750}.expandable-text__html tr:nth-child(2n) td{background:#00000004}.expandable-text__html--collapsed{position:relative;overflow:hidden}.expandable-text__html--collapsed:after{content:"";background:linear-gradient(to bottom, transparent, var(--soft));pointer-events:none;height:64px;position:absolute;bottom:0;left:0;right:0}.breadcrumbs{color:var(--muted);margin-bottom:14px;font-size:.8rem}.breadcrumbs ol{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{content:"/";color:#98a7ad;margin-left:7px}.breadcrumbs a:hover{color:var(--blue);text-decoration:underline}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;min-width:0;transition:all .16s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);border-color:#bbd8df}.product-card__image{aspect-ratio:2;background:var(--soft);display:block;overflow:hidden}.product-card__image img{object-fit:contain;width:100%;height:100%;padding:10px}.product-card__body{flex-direction:column;flex:1;padding:17px;display:flex}.product-card__sku{color:var(--muted);margin:0 0 5px;font-size:.72rem;font-weight:700}.product-card h3{min-height:2.7em;color:var(--navy);margin:0;font-size:1rem;line-height:1.35}.product-card h3 a:hover{color:var(--teal)}.product-card__description{color:var(--muted);flex:1;font-size:.84rem}.product-card__price{color:var(--navy);margin:7px 0 13px;font-weight:800}.product-card__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.availability{margin:5px 0 0;font-size:.78rem;font-weight:750}.availability--in_stock{color:var(--success)}.availability--lead_time{color:var(--warning)}.availability--quote_required{color:var(--muted)}.catalog-explorer{grid-template-columns:250px minmax(0,1fr);gap:30px;display:grid}.filter-panel{border:1px solid var(--line);background:#fff;border-radius:8px;align-self:start}.filter-panel__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px;display:flex}.filter-panel__header h2{color:var(--navy);margin:0;font-size:1rem}.filter-panel__header button{color:var(--teal);background:0 0;border:0;font-size:.78rem;font-weight:700}.filter-group{border:0;border-bottom:1px solid var(--line);padding:16px 17px}.filter-group:last-child{border-bottom:0}.filter-group legend{width:100%;color:var(--navy);align-items:center;gap:10px;padding:0;font-size:.88rem;font-weight:800;display:flex}.filter-group label{color:var(--muted);align-items:flex-start;gap:8px;padding:4px 0;font-size:.82rem;display:flex}.filter-group input{accent-color:var(--teal);margin-top:3px}.filter-group__toggle{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;justify-content:space-between;align-items:center;gap:8px;padding:0;font-weight:800;display:flex}.filter-group__chevron{width:16px;height:16px;color:var(--muted);flex-shrink:0;transition:transform .15s}.filter-group__chevron--open{transform:rotate(180deg)}.filter-group__clear{color:var(--teal);cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0;font-size:.76rem;font-weight:700}.filter-group__clear:hover{text-decoration:underline}.filter-group__options{flex-direction:column;max-height:280px;margin-top:9px;display:flex;overflow-y:auto}.catalog-toolbar{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(200px,1fr) auto auto;align-items:center;gap:20px;margin-bottom:18px;padding:12px;display:grid}.catalog-search input,.catalog-sort select{background:#fff;border:1px solid #bfcbd0;border-radius:5px;min-height:40px}.catalog-search input{width:100%;padding:0 12px}.catalog-sort{color:var(--muted);align-items:center;gap:8px;font-size:.8rem;display:flex}.catalog-sort select{padding:0 32px 0 10px}.empty-state{text-align:center;background:var(--soft);border:1px dashed #b8c8ce;border-radius:8px;padding:70px 25px}.empty-state h2{color:var(--navy);margin:0}.empty-state p{color:var(--muted)}.product-detail{padding:45px 0 70px}.product-detail__top{grid-template-columns:1fr 1fr;gap:55px;display:grid}.product-gallery{border:1px solid var(--line);background:var(--soft);border-radius:10px;overflow:hidden}.product-gallery img{object-fit:contain;width:100%;height:100%;min-height:430px;padding:24px}.product-gallery-wrap{flex-direction:column;gap:14px;display:flex}.product-gallery__thumbs{flex-wrap:wrap;gap:10px;display:flex}.product-gallery__thumb{border:2px solid var(--line);background:var(--soft);cursor:pointer;border-radius:7px;width:70px;height:70px;padding:0;transition:border-color .15s;overflow:hidden}.product-gallery__thumb:hover{border-color:#b9dce4}.product-gallery__thumb--active{border-color:var(--teal)}.product-gallery__thumb img{object-fit:contain;width:100%;height:100%}.product-summary h1{color:var(--navy);margin:7px 0 14px;font-size:clamp(2rem,4vw,3.15rem);line-height:1.06}.product-summary__description{color:var(--muted);font-size:1.02rem}.product-summary__meta{flex-direction:column;gap:6px;margin:18px 0 0;display:flex}.product-summary__meta>div{align-items:baseline;gap:5px;display:flex}.product-summary__meta dt{color:var(--muted);margin:0;font-size:.9rem;font-weight:700}.product-summary__meta dd{color:var(--navy);margin:0;font-size:.9rem;font-weight:700}.product-summary__price{color:var(--navy);margin:14px 0 5px;font-size:1.35rem;font-weight:850}.product-summary__signin{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--line);text-decoration-color:var(--line);text-underline-offset:3px}.product-summary__signin:hover{color:var(--teal);text-decoration-color:currentColor}.product-summary__availability{margin:0 0 20px}.product-buybox{border:1px solid var(--line);background:var(--soft);border-radius:8px;margin-top:24px;padding:20px}.product-buybox__row{grid-template-columns:105px 1fr;gap:12px;margin-bottom:15px;display:grid}.product-buybox label{color:var(--muted);font-size:.82rem;font-weight:700}.product-buybox input{border:1px solid #bfcbd0;border-radius:5px;width:90px;min-height:42px;padding:0 10px}.product-tabs{grid-template-columns:1fr 1fr;gap:35px;margin-top:55px;display:grid}.content-panel{border:1px solid var(--line);border-radius:8px;padding:26px}.content-panel h2{color:var(--navy);margin-top:0}.spec-table{border-collapse:collapse;width:100%}.spec-table th,.spec-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:11px 8px}.spec-table th{width:42%;color:var(--muted);font-size:.8rem}.spec-table td{font-size:.88rem;font-weight:650}.document-list{gap:8px;padding:0;list-style:none;display:grid}.document-list a{border:1px solid var(--line);color:var(--blue);border-radius:5px;justify-content:space-between;padding:12px;font-weight:700;display:flex}.related-products{margin-top:55px}.related-products h2{color:var(--navy)}.cart-layout{grid-template-columns:minmax(0,1fr) 340px;gap:30px;display:grid}.cart-list{gap:12px;display:grid}.cart-item{border:1px solid var(--line);border-radius:8px;grid-template-columns:110px 1fr 90px auto;align-items:center;gap:18px;padding:16px;display:grid}.cart-item[aria-busy=true],.cart-list[aria-busy=true]{opacity:.6}.cart-item__line{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;gap:4px;display:flex}.cart-item img{object-fit:contain;background:var(--soft);border-radius:5px;width:110px;height:82px;padding:4px}.cart-item h2{color:var(--navy);margin:0;font-size:1rem}.cart-item p{color:var(--muted);margin:4px 0;font-size:.78rem}.cart-item input{border:1px solid #bfcbd0;border-radius:5px;width:80px;min-height:40px;padding:0 8px}.cart-item__remove{color:var(--danger);background:0 0;border:0;font-size:1.35rem}.order-summary{border:1px solid var(--line);background:var(--soft);border-radius:8px;align-self:start;padding:22px}.order-summary h2{color:var(--navy);margin-top:0}.order-summary__line{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:10px 0;display:flex}.order-summary__notice{color:var(--muted);font-size:.78rem}.form-error{color:var(--danger);font-size:.82rem}.quick-order{max-width:850px}.quick-order__row{grid-template-columns:1fr 130px 42px;gap:10px;margin-bottom:10px;display:grid}.quick-order input{border:1px solid #bfcbd0;border-radius:5px;min-height:44px;padding:0 12px}.quick-order__remove{border:1px solid var(--line);color:var(--danger);background:#fff;border-radius:5px}.quick-order__actions{gap:10px;margin-top:18px;display:flex}.quick-order__results{margin-top:28px}.content-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.info-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:24px}.info-card h2,.info-card h3{color:var(--navy);margin-top:0}.info-card p{color:var(--muted)}.info-card ul{color:var(--muted);padding-left:20px}.site-footer{color:#dcebef;background:#082f3c;padding:52px 0 22px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:35px;display:grid}.footer-grid h2,.footer-grid h3{color:#fff;margin-top:0}.footer-grid p{color:#afc8d0;max-width:390px}.footer-grid a{color:#dcebef;margin:8px 0;font-size:.86rem;display:block}.footer-grid a:hover{text-decoration:underline}.footer-bottom{color:#9db8c0;border-top:1px solid #28505c;justify-content:space-between;gap:30px;margin-top:38px;padding-top:20px;font-size:.75rem;display:flex}@media (max-width:980px){.main-header{gap:14px}.primary-nav__inner{gap:20px}.mega-menu__panel{grid-template-columns:1fr;top:142px}.mega-menu__links{grid-template-columns:repeat(2,1fr)}.hero__grid{grid-template-columns:1fr}.hero__visual{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.product-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.application-grid,.resource-callout{grid-template-columns:1fr;gap:35px}.catalog-explorer{grid-template-columns:1fr}.filter-panel{grid-template-columns:repeat(2,1fr);display:grid}.filter-panel__header{grid-column:1/-1}.product-detail__top,.product-tabs,.cart-layout{grid-template-columns:1fr}.content-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.container{width:min(100% - 26px,1180px)}.main-header{gap:10px;padding:12px 0 6px}.brand__slogan,.main-header__tagline{display:none}.header-credibility__inner{padding:5px 12px;font-size:.72rem}.main-header__row{flex-wrap:wrap;gap:14px}.primary-nav{overflow-x:auto}.primary-nav__inner{min-width:590px}.mega-menu__panel{grid-template-columns:1fr;padding:24px;position:fixed;top:0;bottom:0;overflow-y:auto}.mega-menu__links{grid-template-columns:1fr}.hero{padding-top:50px}.search-box__form button span{display:none}.category-grid,.product-grid,.product-grid--featured,.content-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}.filter-panel,.catalog-toolbar{grid-template-columns:1fr}.product-gallery img{min-height:280px}.cart-item{grid-template-columns:80px 1fr auto}.cart-item img{width:80px;height:64px}.cart-item>label{grid-column:2}.cart-item__line{grid-area:1/3/span 2}.quick-order__row{grid-template-columns:1fr 90px 42px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.portal-bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px 28px;display:flex}.portal-bar__id{max-width:640px}.portal-bar__scope{color:var(--ink);margin:4px 0 0;font-size:.95rem;font-weight:700}.portal-bar__note{color:var(--muted);margin:8px 0 0;font-size:.86rem;line-height:1.5}.portal-bar__note a{color:var(--blue);font-weight:650}.portal-bar__note a:hover{text-decoration:underline}.portal-bar__nav{flex-shrink:0;align-items:center;gap:16px;display:flex}.portal-bar__nav a{color:var(--blue);font-weight:750}.portal-note{color:var(--muted);margin:12px 0 0;font-size:.88rem}.portal-note a{color:var(--blue);font-weight:650}.portal-note a:hover{text-decoration:underline}.portal-order-list{gap:14px;margin-top:22px;display:grid}.portal-order-card{border:1px solid var(--line);background:var(--white);border-radius:10px;padding:18px 20px;transition:all .16s;display:block}.portal-order-card:hover{border-color:var(--teal);box-shadow:var(--shadow)}.portal-order-card__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.portal-order-card__id{font-weight:800}.portal-order-card__status{background:var(--aqua);color:var(--blue);white-space:nowrap;border-radius:999px;padding:4px 12px;font-size:.82rem;font-weight:750;display:inline-block}.portal-order-card__meta{flex-wrap:wrap;gap:26px;margin:12px 0 0;display:flex}.portal-order-card__meta dt{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.74rem}.portal-order-card__meta dd{margin:2px 0 0;font-weight:700}.portal-order-card__ship{color:var(--muted);margin:12px 0 0;font-size:.88rem}.portal-back{margin:0 0 14px}.portal-back a{color:var(--blue);font-weight:750}.portal-detail-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.portal-detail-head h1{margin:0}.portal-detail-head p{color:var(--muted);margin:4px 0 0}.portal-actions{flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 24px;display:flex}.portal-actions__hint{color:var(--muted);font-size:.85rem}.portal-reorder{margin:14px 0 0}.portal-reorder .portal-note{margin-top:8px}.portal-reorder a{color:var(--blue);font-weight:650}.portal-detail-grid{grid-template-columns:minmax(0,2fr) minmax(240px,1fr);align-items:start;gap:34px;display:grid}.portal-detail-side{gap:24px;display:grid}.portal-detail-side h2,.portal-detail-grid h2{margin:0 0 10px;font-size:1.1rem}.portal-table{border-collapse:collapse;width:100%;font-size:.92rem}.portal-table th,.portal-table td{text-align:left;border-bottom:1px solid var(--line);padding:9px 10px}.portal-table thead th{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:.74rem}.portal-table td:nth-child(n+2),.portal-table th:nth-child(n+2){text-align:right;white-space:nowrap}.portal-table tfoot td{border-bottom:none;padding-top:6px;padding-bottom:2px}.portal-table tfoot tr:last-child td{font-weight:800}.portal-table__sku{color:var(--muted)}.portal-address{color:var(--ink);gap:2px;font-style:normal;display:grid}.portal-shipments{gap:16px;margin:0;padding:0;list-style:none;display:grid}.portal-shipments li{gap:3px;font-size:.9rem;display:grid}.portal-shipments a{color:var(--blue);font-weight:750}.portal-timeline{gap:12px;margin:16px 0 0;padding:0;list-style:none;display:grid}.portal-timeline li{border-left:2px solid var(--line);gap:2px;padding-left:16px;display:grid}.portal-timeline__date{color:var(--muted);font-size:.78rem}.portal-timeline__status{font-weight:750}.portal-timeline__comment{color:var(--muted);margin:4px 0 0;font-size:.9rem}.portal-timeline__comment p{margin:0 0 8px}.portal-timeline__comment p:last-child{margin-bottom:0}.portal-timeline__comment a{color:var(--blue);font-weight:650}.portal-timeline__comment ul,.portal-timeline__comment ol{margin:0 0 8px;padding-left:20px}.portal-timeline__comment table{border-collapse:collapse;width:auto;max-width:100%;margin:4px 0 8px;font-size:.86rem;display:block;overflow-x:auto}.portal-timeline__comment th,.portal-timeline__comment td{border:1px solid var(--line);text-align:left;padding:5px 9px}.portal-timeline__comment th{background:var(--soft);color:var(--navy);font-weight:700}.portal-notices{gap:14px;margin-top:20px;margin-bottom:4px;display:grid}.portal-notice-card{border:1px solid var(--line);border-left:4px solid var(--teal);background:var(--soft);border-radius:10px;padding:16px 18px}.portal-notice-card__title{margin:0 0 6px;font-size:1rem}.portal-notice-card__body{color:var(--ink);font-size:.9rem;line-height:1.5}.portal-notice-card__body p{margin:0 0 8px}.portal-notice-card__body p:last-child{margin-bottom:0}.portal-notice-card__body a{color:var(--blue);font-weight:650}.portal-notice-card__body a:hover{text-decoration:underline}.portal-notice-card__body ul,.portal-notice-card__body ol{margin:0 0 8px;padding-left:20px}.portal-notice-card__body table{border-collapse:collapse;width:auto;max-width:100%;margin:4px 0 8px;font-size:.86rem;display:block;overflow-x:auto}.portal-notice-card__body th,.portal-notice-card__body td{border:1px solid var(--line);text-align:left;padding:5px 9px}.portal-notice-card__cta{color:var(--blue);margin-top:10px;font-size:.9rem;font-weight:750;display:inline-block}.portal-notice-card__cta:hover{text-decoration:underline}.portal-related{margin-top:40px}.portal-related h2{color:var(--navy);margin:0 0 14px;font-size:1.05rem}.portal-related__grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.portal-related-card{border:1px solid var(--line);background:var(--white);border-radius:10px;align-items:flex-start;gap:12px;padding:12px;display:flex}.portal-related-card__thumb{border:1px solid var(--line);background:var(--soft);border-radius:6px;flex-shrink:0;width:72px;height:72px;display:block;overflow:hidden}.portal-related-card__thumb img{object-fit:cover;width:100%;height:100%}.portal-related-card__text{flex-direction:column;gap:4px;min-width:0;display:flex}.portal-related-card__sku{color:var(--blue);word-break:break-word;font-size:1rem;font-weight:800;line-height:1.2}.portal-related-card__sku span{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:700;display:block}.portal-related-card__sku:hover{text-decoration:underline}.portal-related-card__name{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.portal-related-card__details{color:var(--blue);align-self:flex-start;margin-top:4px;font-size:.85rem;font-weight:750}.portal-related-card__details:hover{text-decoration:underline}@media (max-width:760px){.portal-related__grid{grid-template-columns:1fr}}@media (max-width:900px){.portal-detail-grid{grid-template-columns:1fr;gap:26px}}.auth-page{max-width:460px;padding-top:46px;padding-bottom:64px}.auth-page:has(.auth-form--wide){max-width:620px}.auth-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:30px 30px 34px}.auth-card h1{color:var(--navy);margin:0 0 6px;font-size:1.45rem}.auth-card__intro{color:var(--muted);margin:0 0 22px;font-size:.9rem;line-height:1.5}.auth-page__footer{text-align:center;color:var(--muted);margin-top:18px;font-size:.88rem}.auth-form{flex-direction:column;gap:15px;display:flex}.auth-form__grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.auth-form__fieldset{border:1px solid var(--line);border-radius:8px;flex-direction:column;gap:14px;margin:4px 0;padding:16px 16px 18px;display:flex}.auth-form__fieldset legend{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;padding:0 6px;font-size:.82rem;font-weight:750}.auth-form__error{color:var(--danger);background:#fbeeee;border:1px solid #e6b8b8;border-radius:7px;margin:0;padding:10px 12px;font-size:.85rem;line-height:1.45}.auth-form__notice{border:1px solid var(--line);background:var(--aqua);color:var(--navy);border-radius:7px;margin:0;padding:12px 14px;font-size:.88rem;line-height:1.5}.auth-form__aside{text-align:center;margin:2px 0 0;font-size:.85rem}.recaptcha-notice{color:var(--muted);margin:-2px 0 0;font-size:.72rem;line-height:1.45}.recaptcha-notice a{color:var(--muted);text-decoration:underline}.recaptcha-notice a:hover{color:var(--navy)}.field{flex-direction:column;gap:5px;font-size:.82rem;display:flex}.field>span{color:var(--muted);font-weight:700}.field input,.field select,.field textarea{min-height:44px;color:var(--ink,#18242a);background:#fff;border:1px solid #bfcbd0;border-radius:6px;padding:0 12px;font-size:.95rem}.field textarea{resize:vertical;padding:10px 12px;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--teal);outline-offset:1px;border-color:var(--teal)}.field__hint{color:var(--muted);font-size:.74rem}.field--check{color:var(--navy);align-items:center;gap:9px;font-size:.86rem;display:flex}.field--check input{width:16px;height:16px;min-height:0}.header-account{align-items:center;gap:10px;display:inline-flex}.header-account__signout{color:var(--muted);font-size:.74rem;font-weight:700}.header-account__signout:hover{color:var(--teal)}.header-account__flag{color:var(--white);background:var(--danger);text-transform:uppercase;border-radius:9px;padding:2px 6px;font-size:.66rem;font-weight:800}@media (max-width:560px){.auth-form__grid{grid-template-columns:1fr}}.account-shell{padding:34px 0 64px}.account-shell__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.account-shell__head h1{color:var(--navy);margin:0 0 4px;font-size:1.5rem}.account-shell__head p{color:var(--muted);margin:0;font-size:.88rem}.account-shell__impersonate{color:#fff;background:var(--danger);text-transform:uppercase;border-radius:10px;padding:3px 8px;font-size:.7rem;font-weight:800}.account-shell__body{margin-top:22px}.account-nav{border-bottom:2px solid var(--line);flex-wrap:wrap;gap:4px;margin-top:18px;display:flex}.account-nav__tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 14px;font-size:.86rem;font-weight:700}.account-nav__tab:hover{color:var(--navy)}.account-nav__tab--active{color:var(--navy);border-bottom-color:var(--teal)}.account-grid{grid-template-columns:2fr 1fr;align-items:start;gap:18px;display:grid}.account-grid--stack{grid-template-columns:1fr}.account-grid .account-panel--shortcuts{grid-column:2}@media (max-width:880px){.account-grid{grid-template-columns:1fr}.account-grid .account-panel--shortcuts{grid-column:auto}}.account-panel{border:1px solid var(--line);background:#fff;border-radius:9px;padding:22px}.account-panel h2{color:var(--navy);margin:0 0 14px;font-size:1.05rem}.account-panel h3{color:var(--navy);margin:22px 0 10px;font-size:.9rem}.account-panel__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.account-panel__head h2{margin:0}.account-empty{color:var(--muted);font-size:.9rem}.account-note{color:var(--muted);margin:12px 0 0;font-size:.8rem}.order-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.order-list__row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.order-list__row:last-child{border-bottom:none}.order-list__num{color:var(--navy);font-weight:750}.order-list__meta{color:var(--muted);margin-top:2px;font-size:.8rem;display:block}.status-pill{text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;border-radius:11px;padding:3px 9px;font-size:.7rem;font-weight:800;display:inline-block}.status-pill--open{color:#1d4e89;background:#e7f0fb}.status-pill--progress{color:#8a5a00;background:#fdf3e2}.status-pill--done{color:#256a3e;background:#eaf5ee}.status-pill--cancelled{color:var(--muted);background:#f1f1f2}.terms-dl{grid-template-columns:max-content 1fr;gap:6px 16px;margin:0;font-size:.88rem;display:grid}.terms-dl dt{color:var(--muted)}.terms-dl dd{color:var(--navy);margin:0;font-weight:650}.terms-dl__sub{color:var(--muted);font-size:.8rem;font-weight:400}.account-shortcuts{flex-direction:column;gap:8px;display:flex}.account-shortcuts .button{width:100%}.account-table{border-collapse:collapse;width:100%;font-size:.86rem}.account-table th{text-align:left;border-bottom:2px solid var(--line);color:var(--muted);text-transform:uppercase;letter-spacing:.03em;padding:9px 8px;font-size:.74rem}.account-table td{border-bottom:1px solid var(--line);vertical-align:top;padding:11px 8px}.account-table .num{text-align:right;font-variant-numeric:tabular-nums}.account-table__sub{color:var(--muted);margin-top:2px;font-size:.78rem}.account-table__grand td{border-top:2px solid var(--line);font-weight:800}.account-table tfoot td{border-bottom:none;padding-top:8px}.order-filter{gap:8px;display:flex}.order-filter input{border:1px solid #bfcbd0;border-radius:6px;min-height:38px;padding:0 10px;font-size:.86rem}.account-pager{margin-top:16px}.order-detail__placed{color:var(--muted);margin:0 0 14px;font-size:.84rem}.order-detail__tracking{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.order-detail__addrs{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.order-detail__addr h3{margin:0 0 4px}.order-detail__addr p{margin:0;font-size:.85rem;line-height:1.5}.order-detail__docs{margin:16px 0}@media (max-width:640px){.order-detail__addrs{grid-template-columns:1fr}}.order-timeline ol{margin:0;padding:0;list-style:none}.order-timeline li{border-left:2px solid var(--line);padding:10px 0 10px 16px;position:relative}.order-timeline li:before{content:"";background:var(--teal);border-radius:50%;width:8px;height:8px;position:absolute;top:15px;left:-5px}.order-timeline__date{color:var(--muted);margin-right:10px;font-size:.76rem}.order-timeline__status{font-size:.85rem;font-weight:700}.order-timeline__comment{color:var(--muted);white-space:pre-wrap;margin:4px 0 0;font-size:.82rem}.spend-chart{align-items:flex-end;gap:6px;height:130px;padding-top:6px;display:flex}.spend-chart__col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.spend-chart__bar{background:var(--teal);border-radius:3px 3px 0 0;width:100%;min-height:2px}.spend-chart__label{color:var(--muted);font-size:.62rem}.colleague-list{flex-direction:column;gap:6px;margin:0;padding:0;font-size:.86rem;list-style:none;display:flex}.colleague-list li{border-bottom:1px solid var(--line);padding:7px 0}.address-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:6px;display:grid}.address-card{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:8px;padding:14px 15px;display:flex}.address-card__head{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.address-card__badge{text-transform:uppercase;letter-spacing:.04em;color:var(--teal);border:1px solid var(--teal);border-radius:4px;padding:1px 5px;font-size:.64rem;font-weight:800}.address-card__body{color:var(--muted);flex:1;margin:0;font-size:.84rem;line-height:1.5}.address-card__actions{gap:8px;display:flex}.address-card__actions form{margin:0}.quote-view__items,.quote-view__meta{margin:14px 0}.quote-methods{border:1px solid var(--line);background:var(--aqua);border-radius:7px;flex-direction:column;gap:6px;margin:10px 0;padding:10px 12px;display:flex}.quote-share{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.quote-share h3{color:var(--navy);margin:0 0 4px;font-size:.9rem}.quote-share__row{gap:8px;margin-top:8px;display:flex}.quote-share__row input{min-height:38px;color:var(--muted);background:#fff;border:1px solid #bfcbd0;border-radius:6px;flex:1;padding:0 10px;font-size:.82rem}.checkout-2col{grid-template-columns:1fr 1fr;align-items:start;gap:18px;margin:18px 0;display:grid}@media (max-width:820px){.checkout-2col{grid-template-columns:1fr}}.checkout-2col .account-panel h3{color:var(--navy);margin:18px 0 8px;font-size:.9rem}.checkout-address-actions{gap:14px;margin:10px 0;display:flex}.text-link--sm{font-size:.8rem;font-weight:700}.checkout-methods{flex-direction:column;gap:7px;display:flex}.checkout-methods .field--check{border:1px solid var(--line);border-radius:7px;align-items:flex-start;padding:8px 10px}.checkout-methods .field--check input{margin-top:3px}.checkout-comments{width:100%;font:inherit;resize:vertical;border:1px solid #bfcbd0;border-radius:7px;padding:10px 12px;line-height:1.5}.checkout-place{margin-top:16px}.checkout-discount{max-width:360px;margin:4px 0 16px}.checkout-discount__row{align-items:stretch;gap:8px;display:flex}.checkout-discount__row input{text-transform:uppercase;flex:1}.checkout-discount__row .button{white-space:nowrap}.checkout-callback{border:1px solid var(--line);background:var(--surface,#fafafa);border-radius:7px;flex-direction:column;gap:10px;padding:12px;display:flex}.checkout--pending{opacity:.6;pointer-events:none}.card-fields{border:1px solid var(--line);background:var(--aqua);border-radius:8px;flex-direction:column;gap:12px;padding:12px 14px;display:flex}.card-fields .field--check{align-items:center}.info-list{grid-template-columns:repeat(2,1fr);gap:8px 24px;margin:0;padding:0;list-style:none;display:grid}@media (max-width:640px){.info-list{grid-template-columns:1fr}}.info-list li{border-bottom:1px solid var(--line);padding:6px 0}.prose{color:var(--ink,#22303a);line-height:1.65}.prose h2,.prose h3{color:var(--navy);margin:1.4em 0 .5em}.prose p{margin:0 0 1em}.prose ul,.prose ol{margin:0 0 1em;padding-left:1.4em}.prose li{margin:.3em 0}.prose a{color:var(--teal);text-decoration:underline}.prose table{border-collapse:collapse;width:100%;margin:0 0 1.2em;font-size:.92rem}.prose th,.prose td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:7px 10px}.prose th{background:var(--soft,#f2f6f7)}.prose img{max-width:100%;height:auto}
