:root {
  --oss-navy: #123b5d;
  --oss-navy-dark: #0a2a43;
  --oss-blue: #176da5;
  --oss-sky: #eaf4fa;
  --oss-ice: #f4f8fb;
  --oss-ink: #152536;
  --oss-muted: #5c6b79;
  --oss-line: #d8e1e8;
  --oss-accent: #f1a414;
  --oss-white: #fff;
  --oss-shadow: 0 18px 55px rgba(21, 52, 74, .11);
}

html { font-size: 16px; scroll-behavior: smooth; }
body { color: var(--oss-ink); background: var(--oss-white); font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.55; }
a { color: var(--oss-blue); }
a:hover { color: var(--oss-navy-dark); }
.skip-link { position: absolute; z-index: 1100; top: -100px; left: 1rem; padding: .75rem 1rem; color: #fff; background: var(--oss-navy-dark); }
.skip-link:focus { top: 1rem; }
.btn { border-radius: .42rem; font-weight: 700; }
.btn-primary { --bs-btn-bg: var(--oss-blue); --bs-btn-border-color: var(--oss-blue); --bs-btn-hover-bg: var(--oss-navy); --bs-btn-hover-border-color: var(--oss-navy); --bs-btn-active-bg: var(--oss-navy-dark); --bs-btn-active-border-color: var(--oss-navy-dark); }
.btn-outline-primary { --bs-btn-color: var(--oss-blue); --bs-btn-border-color: var(--oss-blue); --bs-btn-hover-bg: var(--oss-blue); --bs-btn-hover-border-color: var(--oss-blue); }
.btn-lg { padding: .8rem 1.25rem; font-size: 1rem; }
.form-control, .form-select, .input-group-text { min-height: 48px; border-color: #cbd7e0; }
.form-control:focus, .form-select:focus { border-color: var(--oss-blue); box-shadow: 0 0 0 .2rem rgba(23, 109, 165, .16); }
input[type="radio"] { width: 1.05rem; height: 1.05rem; margin-right: .35rem; vertical-align: -.13rem; accent-color: var(--oss-navy); outline: 1px solid #718596; outline-offset: 1px; }
input[type="radio"]:focus-visible { outline: 3px solid rgba(23, 109, 165, .35); outline-offset: 2px; }

.utility-bar { padding: .42rem 0; color: rgba(255,255,255,.92); background: var(--oss-navy-dark); font-size: .82rem; font-weight: 600; }
.utility-bar a { color: inherit; text-decoration: none; }
.main-header { padding: 1.2rem 0; background: #fff; }
.site-brand { display: inline-flex; align-items: center; color: var(--oss-navy); text-decoration: none; }
.site-brand:hover { color: var(--oss-navy); }
.site-logo { display: block; width: min(100%, 294px); height: auto; }
.site-search { display: flex; border: 2px solid var(--oss-blue); border-radius: .48rem; overflow: hidden; }
.site-search .form-control { width: 1%; min-width: 0; min-height: 46px; flex: 1 1 auto; border: 0; border-radius: 0; }
.site-search .form-control:focus { box-shadow: inset 0 0 0 2px rgba(23,109,165,.13); }
.site-search .btn { min-width: 88px; border: 0; border-radius: 0; }
.account-nav { display: flex; align-items: center; gap: 1.5rem; }
.account-nav a { display: flex; align-items: center; gap: .55rem; color: var(--oss-ink); text-decoration: none; }
.account-nav form { margin: 0; }
.account-nav form .btn-link { color: var(--oss-ink); font: inherit; text-align: left; }
.account-menu .dropdown-toggle { color: var(--oss-ink); text-align: left; }
.account-menu .dropdown-toggle::after { display: none; }
.account-menu-heading { display: flex; align-items: center; gap: .35rem; }
.account-menu-caret { font-size: .75rem; line-height: 1; }
.account-menu .dropdown-menu { min-width: 10rem; margin-top: .6rem; border-color: var(--oss-line); box-shadow: 0 .5rem 1.2rem rgba(11, 43, 70, .12); }
.account-menu .dropdown-item { font-size: .9rem; font-weight: 600; }
.account-label, .account-nav small { display: block; }
.account-label { font-weight: 700; }
.account-nav small { color: var(--oss-muted); font-size: .75rem; }
.cart-count { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; color: #fff; background: var(--oss-blue); font-size: .78rem; font-weight: 800; }
.menu-button { display: grid; width: 2.65rem; height: 2.65rem; padding: .55rem; place-items: center; border-color: var(--oss-line); }
.menu-icon { display: grid; width: 1.2rem; gap: .22rem; }
.menu-icon span { display: block; height: 2px; border-radius: 2px; background: var(--oss-navy); }
.primary-nav { min-height: 54px; padding: 0; border-top: 1px solid var(--oss-line); border-bottom: 1px solid var(--oss-line); background: #fff; }
.primary-nav .nav-link { padding: 1rem .75rem; color: var(--oss-ink); font-size: .91rem; font-weight: 700; }
.primary-nav .nav-link:hover, .primary-nav .nav-link:focus, .primary-nav .products-link { color: var(--oss-blue); }
.primary-nav .dropdown-menu { padding: .55rem; border-color: var(--oss-line); border-radius: .55rem; box-shadow: var(--oss-shadow); }
.primary-nav .dropdown-item { padding: .6rem .8rem; border-radius: .35rem; }
.btn-quote { color: var(--oss-navy-dark); background: var(--oss-accent); border-color: var(--oss-accent); }
.btn-quote:hover { color: var(--oss-navy-dark); background: #ffb72e; border-color: #ffb72e; }
.mobile-account-links { display: flex; gap: 1.5rem; }
.mobile-account-links a { font-weight: 700; text-decoration: none; }
.mobile-account-links form { margin: 0; }
.mobile-account-links .btn-link { font-weight: 700; color: var(--oss-blue); text-decoration: none; }

.home-hero { position: relative; overflow: hidden; padding: 5.6rem 0 7.7rem; background: radial-gradient(circle at 82% 20%, rgba(255,255,255,.86), transparent 25%), linear-gradient(118deg, #f5f9fc 0%, #e9f3f8 100%); }
.home-hero::before { position: absolute; inset: 0 auto 0 0; width: .4rem; background: var(--oss-accent); content: ""; }
.eyebrow { display: inline-block; margin-bottom: .8rem; color: var(--oss-blue); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-hero h1 { max-width: 780px; margin: 0; color: var(--oss-navy-dark); font-size: clamp(2.55rem, 5vw, 4.75rem); font-weight: 750; line-height: 1.02; letter-spacing: -.047em; }
.hero-lead { max-width: 720px; margin: 1.4rem 0 0; color: #405364; font-size: 1.18rem; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: .8rem 2rem; margin-top: 2rem; color: var(--oss-muted); font-size: .9rem; }
.hero-benefits span { position: relative; padding-left: 1rem; }
.hero-benefits span::before { position: absolute; top: .48rem; left: 0; width: .42rem; height: .42rem; border-radius: 50%; background: var(--oss-accent); content: ""; }
.hero-benefits strong { color: var(--oss-ink); }
.hero-visual { position: relative; height: 390px; border-radius: 1.25rem; background: linear-gradient(145deg, #d5e7f0, #f8fbfd); box-shadow: inset 0 0 0 1px rgba(18,59,93,.08); }
.poly-bag, .poly-roll, .shipping-box { position: absolute; box-shadow: 0 22px 40px rgba(23,60,84,.18); }
.poly-bag { display: flex; align-items: flex-end; justify-content: center; width: 155px; height: 230px; padding-bottom: 1rem; border: 1px solid rgba(18,59,93,.22); border-radius: .4rem 1.1rem .6rem 1rem; color: rgba(18,59,93,.6); background: linear-gradient(140deg, rgba(255,255,255,.88), rgba(192,218,231,.64)); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.bag-one { top: 48px; left: 52px; transform: rotate(-8deg); }
.bag-two { top: 75px; left: 158px; transform: rotate(5deg); }
.poly-roll { top: 35px; right: 30px; width: 75px; height: 220px; border: 1px solid rgba(18,59,93,.2); border-radius: 50px; background: linear-gradient(90deg, #c3d9e5, #f8fbfd 47%, #adcbdc); transform: rotate(14deg); }
.shipping-box { right: 62px; bottom: 30px; width: 180px; height: 120px; padding: 1rem; color: rgba(64,42,12,.62); background: #cfa66e; transform: skewY(-3deg); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.visual-label { position: absolute; right: 1rem; bottom: 1rem; padding: .5rem .7rem; border-radius: .35rem; color: #fff; background: var(--oss-navy); font-size: .75rem; font-weight: 700; }

.finder-wrap { position: relative; z-index: 2; margin-top: -4.4rem; }
.product-finder { padding: 1.8rem; border-top: .35rem solid var(--oss-accent); border-radius: .75rem; background: #fff; box-shadow: var(--oss-shadow); }
.finder-heading { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.25rem; }
.finder-number { color: var(--oss-blue); font-size: 1.15rem; font-weight: 800; }
.finder-heading h2, .section-heading h2, .application-section h2, .custom-section h2 { margin: 0; color: var(--oss-navy-dark); font-size: clamp(1.75rem,3vw,2.55rem); font-weight: 750; letter-spacing: -.035em; }
.finder-heading h2 { font-size: 1.45rem; }
.finder-heading p { margin: .25rem 0 0; color: var(--oss-muted); }
.finder-form .form-label { margin-bottom: .35rem; color: #435665; font-size: .8rem; font-weight: 800; }
.finder-form [class*="col-"] { min-width: 0; }
.finder-form .input-group { flex-wrap: nowrap; }
.finder-form .input-group .form-control { min-width: 0; }
.btn-accent { min-height: 48px; padding-right: 1.35rem; padding-left: 1.35rem; color: var(--oss-navy-dark); background: var(--oss-accent); border-color: var(--oss-accent); }
.btn-accent:hover { color: var(--oss-navy-dark); background: #ffb72e; border-color: #ffb72e; }
.finder-links { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin-top: 1rem; color: var(--oss-muted); font-size: .82rem; }
.finder-links a { font-weight: 700; text-underline-offset: .18rem; }
.catalog-advanced-search { padding: 1.35rem; border: 1px solid var(--oss-border); border-top: .3rem solid var(--oss-accent); border-radius: .75rem; background: #f8fbfd; box-shadow: 0 .35rem 1rem rgba(14, 47, 75, .06); }
.catalog-advanced-search h2 { color: var(--oss-navy-dark); font-weight: 750; }
.catalog-advanced-search .form-label { margin-bottom: .35rem; color: #435665; font-size: .8rem; font-weight: 800; }

.section-space { padding: 5.5rem 0; }
.catalog-heading { padding: 3.7rem 0 3.2rem; background: var(--oss-ice); border-bottom: 1px solid var(--oss-line); }
.breadcrumb-nav { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.2rem; color: var(--oss-muted); font-size: .85rem; }
.breadcrumb-nav a { color: var(--oss-blue); font-weight: 700; text-decoration: none; }
.catalog-heading h1 { max-width: 720px; margin: 0; color: var(--oss-navy-dark); font-size: clamp(2.35rem, 5vw, 3.8rem); font-weight: 750; letter-spacing: -.045em; }
.catalog-heading p { max-width: 720px; margin: 1rem 0 0; color: var(--oss-muted); font-size: 1.05rem; }
.account-hub-card { display: flex; gap: 1rem; min-height: 100%; padding: 1.6rem; border: 1px solid var(--oss-line); border-radius: .85rem; background: #fff; color: var(--oss-ink); text-decoration: none; box-shadow: 0 .35rem 1.15rem rgba(11,43,70,.045); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.account-hub-card:hover, .account-hub-card:focus-visible { color: var(--oss-ink); border-color: #8fb2cc; box-shadow: 0 1rem 2rem rgba(11,43,70,.12); transform: translateY(-3px); }
.account-hub-icon { display: grid; flex: 0 0 3rem; width: 3rem; height: 3rem; place-items: center; border-radius: .7rem; background: var(--oss-ice); color: var(--oss-blue); }
.account-hub-icon svg { width: 1.65rem; height: 1.65rem; }
.account-hub-content { display: grid; gap: .4rem; align-content: start; color: var(--oss-muted); font-size: .94rem; line-height: 1.5; }
.account-hub-title { color: var(--oss-navy-dark); font-size: 1.1rem; font-weight: 750; }
.account-hub-arrow { align-self: center; margin-left: auto; color: var(--oss-blue); font-size: 1.45rem; font-weight: 700; }
.quote-captcha { padding: 1rem; border: 1px solid var(--oss-line); border-left: .28rem solid var(--oss-accent); border-radius: .5rem; background: var(--oss-ice); }
.quote-captcha .form-label { margin-bottom: .5rem; color: var(--oss-navy-dark); font-weight: 750; }
.tax-notice { display: flex; gap: .85rem; padding: 1rem 1.1rem; border: 1px solid #ecd59b; border-radius: .65rem; color: #67501b; background: #fff9e9; }
.tax-notice-icon { display: grid; flex: 0 0 1.45rem; width: 1.45rem; height: 1.45rem; place-items: center; border-radius: 50%; color: #fff; background: #a77814; font-size: .82rem; font-weight: 800; font-family: Georgia, serif; }
.tax-notice h2 { margin: 0 0 .25rem; color: #6a4d10; font-size: .9rem; font-weight: 800; }
.tax-notice p { margin: 0; font-size: .84rem; line-height: 1.55; }
.free-freight-notice { display: flex; gap: .9rem; padding: 1.15rem 1.2rem; border: 1px solid #e8c26b; border-radius: .75rem; color: #5f4814; background: #fff9e8; }
.free-freight-notice-icon { display: grid; flex: 0 0 1.55rem; width: 1.55rem; height: 1.55rem; place-items: center; margin-top: .15rem; border-radius: 50%; color: #fff; background: #a77814; font-weight: 800; }
.free-freight-notice .eyebrow { color: #8a6010; font-size: .68rem; }
.free-freight-notice h3 { margin: .1rem 0 .45rem; color: #5f4814; font-size: 1.05rem; font-weight: 800; }
.free-freight-notice p, .free-freight-notice ul { margin: 0; font-size: .88rem; line-height: 1.55; }
.free-freight-notice ul { padding-left: 1.15rem; margin-top: .55rem; }
.free-freight-notice li + li { margin-top: .18rem; }
@media (max-width: 575.98px) { .free-freight-notice { gap: .65rem; padding: 1rem; } }
.report-chart-card { padding: 1.5rem; border: 1px solid var(--oss-line); border-radius: .75rem; background: var(--oss-ice); overflow-x: auto; }
.report-chart-card h2 { margin: 0 0 1rem; color: var(--oss-navy-dark); font-size: 1.3rem; font-weight: 750; }
.monthly-bar-chart { display: flex; min-width: 920px; height: 270px; gap: .45rem; align-items: stretch; padding-top: .25rem; }
.monthly-bar { display: grid; min-width: 34px; flex: 1 1 0; grid-template-rows: 1.4rem 1fr 1.2rem; gap: .35rem; text-align: center; }
.monthly-bar-value { overflow: hidden; color: var(--oss-muted); font-size: .68rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.monthly-bar-track { display: flex; align-items: end; min-height: 0; border-bottom: 1px solid #9aaebe; background: repeating-linear-gradient(to top, transparent 0, transparent 24%, rgba(120,145,163,.17) 25%); }
.monthly-bar-fill { display: block; width: 100%; min-height: 2px; border-radius: .25rem .25rem 0 0; }
.monthly-bar-fill.sales { background: var(--oss-blue); }.monthly-bar-fill.orders { background: #5e7f3f; }.monthly-bar-fill.new-customers { background: var(--oss-accent); }
.monthly-bar-label { color: var(--oss-muted); font-size: .63rem; font-weight: 700; white-space: nowrap; transform: rotate(-42deg); transform-origin: top center; }

/* Administration uses the same brand mark with a deliberately denser workspace layout. */
.admin-site-header .main-header { padding: .35rem 0; }
.admin-site-header .main-header .container { padding-top: .25rem !important; padding-bottom: .25rem !important; }
.admin-site-header .primary-nav { min-height: 46px; }
.admin-site-header .primary-nav .nav-link { padding-top: .7rem; padding-bottom: .7rem; }
.admin-site-header + #main-content .catalog-heading { padding: 1.55rem 0 1.35rem; }
.admin-site-header + #main-content .catalog-heading h1 { font-size: clamp(1.85rem, 3.2vw, 2.6rem); letter-spacing: -.03em; }
.admin-site-header + #main-content .catalog-heading p { margin-top: .45rem; font-size: .98rem; }
.search-results-form { display: flex; max-width: 680px; margin-top: 1.4rem; border: 2px solid var(--oss-blue); border-radius: .48rem; overflow: hidden; }
.search-results-form .form-control { min-width: 0; flex: 1 1 auto; border: 0; border-radius: 0; }
.search-results-form .btn { border: 0; border-radius: 0; }
.catalog-results { background: #fff; }
.catalog-result-summary { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; color: var(--oss-muted); }
.catalog-result-summary strong { color: var(--oss-ink); }
.product-card { display: flex; min-height: 100%; flex-direction: column; padding: 1.25rem; border: 1px solid var(--oss-line); border-radius: .75rem; background: #fff; box-shadow: 0 7px 20px rgba(21,52,74,.04); }
.product-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.product-stock-number { color: var(--oss-muted); font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.product-placeholder { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .45rem; color: #6f98b2; background: var(--oss-sky); font-size: .7rem; font-weight: 900; }
.product-card-image { width: 6rem; height: 6rem; object-fit: contain; border-radius: .4rem; }
.product-card h2 { min-height: 3.1em; margin: 1.05rem 0; color: var(--oss-navy-dark); font-size: 1.05rem; line-height: 1.45; }
.product-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin: 0; }
.product-specs div { min-width: 0; }
.product-specs dt { color: var(--oss-muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.product-specs dd { margin: .13rem 0 0; overflow-wrap: anywhere; color: var(--oss-ink); font-size: .84rem; font-weight: 700; }
.product-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: 1.15rem; }
.product-card-bottom strong { color: var(--oss-navy); }
.product-detail-image { display: grid; min-height: 360px; place-items: center; border: 1px solid var(--oss-line); border-radius: .9rem; color: #6f98b2; background: linear-gradient(145deg, #fff, var(--oss-sky)); font-size: .9rem; font-weight: 800; }
.product-detail-image img { display: block; width: 100%; max-height: 430px; object-fit: contain; padding: 1.25rem; }
.product-detail-price { color: var(--oss-navy); font-size: 1.6rem; }
.quantity-pricing { max-width: 390px; margin-bottom: 1.25rem; border: 1px solid var(--oss-line); border-radius: .7rem; overflow: hidden; background: #fff; }
.quantity-price-primary { display: flex; flex-direction: column; align-items: flex-start; gap: .15rem; padding: 1rem; color: var(--oss-navy); }
.quantity-price-primary span, .quantity-price-savings > span { font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--oss-muted); }
.quantity-price-primary strong { font-size: 2rem; line-height: 1; }
.quantity-price-primary small { color: var(--oss-muted); font-size: .75rem; }
.quantity-price-savings { padding: .85rem 1rem; border-top: 1px solid var(--oss-line); background: var(--oss-soft); }
.quantity-price-savings > span { display: block; margin-bottom: .45rem; color: var(--oss-blue); }
.quantity-price-savings > div { display: grid; grid-template-columns: 1fr auto auto; gap: .35rem .75rem; align-items: baseline; padding: .2rem 0; }
.quantity-price-savings b { color: var(--oss-navy); font-size: 1.02rem; }
.quantity-price-savings small { color: var(--oss-muted); font-size: .75rem; }
.product-detail-intro { max-width: 620px; margin: 1rem 0 1.75rem; color: var(--oss-muted); }
.detail-specifications { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--oss-line); }
.detail-specifications div { padding: 1rem 1.1rem; border-right: 1px solid var(--oss-line); border-bottom: 1px solid var(--oss-line); }
.detail-specifications div:nth-child(even) { border-right: 0; }
.detail-specifications dt { color: var(--oss-muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.detail-specifications dd { margin: .2rem 0 0; color: var(--oss-ink); font-weight: 700; }
.cart-empty { max-width: 620px; padding: 2rem; border: 1px solid var(--oss-line); border-radius: .75rem; background: var(--oss-ice); }
.cart-empty h2, .cart-summary h2 { color: var(--oss-navy-dark); font-size: 1.45rem; font-weight: 750; }
.cart-lines { border-top: 1px solid var(--oss-line); }
.cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 1.5rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid var(--oss-line); }
.cart-line h2 { margin: .25rem 0; font-size: 1rem; line-height: 1.4; }
.cart-line h2 a { color: var(--oss-navy-dark); text-decoration: none; }
.cart-line > div:first-child > span:last-child { color: var(--oss-muted); font-size: .85rem; }
.cart-quantity { display: flex; align-items: center; gap: .5rem; }
.cart-quantity .form-control { width: 4.6rem; min-height: 38px; }
.cart-line-total { min-width: 105px; text-align: right; }
.cart-line-total form { margin-top: .25rem; }
.cart-line-total .btn-link { padding: 0; color: #a12f35; text-decoration: none; }
.cart-summary { padding: 1.5rem; border: 1px solid var(--oss-line); border-radius: .75rem; background: var(--oss-ice); }
.cart-summary > div { display: flex; justify-content: space-between; padding: .8rem 0; border-bottom: 1px solid var(--oss-line); }
.cart-summary > div strong { color: var(--oss-navy-dark); }
.cart-summary p { margin: 1rem 0; color: var(--oss-muted); font-size: .86rem; }
.validation-summary-valid { display: none; }
.hosted-payment-shell { overflow: hidden; border: 1px solid var(--oss-line); border-radius: .9rem; background: #fff; box-shadow: 0 16px 36px rgba(21,52,74,.08); }
.hosted-payment-heading { padding: 1.5rem 1.75rem 1.15rem; color: #fff; background: linear-gradient(110deg, var(--oss-navy-dark), var(--oss-blue)); }
.hosted-payment-heading .eyebrow { color: #c7e7ff; }
.hosted-payment-heading h1 { margin: .35rem 0; color: #fff; font-size: clamp(1.65rem, 3vw, 2.2rem); }
.hosted-payment-heading p { margin: 0; color: rgba(255,255,255,.86); }
.hosted-payment-status { margin: 1.25rem 1.5rem 0; padding: .7rem .9rem; border: 1px solid #b8d5e7; border-radius: .45rem; color: #174d70; background: #edf7fc; font-size: .9rem; font-weight: 700; }
.hosted-payment-status.is-error { border-color: #efb9bd; color: #8e2027; background: #fff0f1; }
.hosted-payment-frame-wrap { min-height: 650px; padding: .25rem .5rem .5rem; }
.hosted-payment-frame { display: block; width: 100%; min-height: 650px; border: 0; }
.hosted-payment-note { padding: 0 1.5rem 1.5rem; color: var(--oss-muted); font-size: .82rem; }
.cart-added-modal { border: 0; border-top: .35rem solid var(--oss-accent); border-radius: .75rem; box-shadow: var(--oss-shadow); }
.cart-added-modal .modal-title { color: var(--oss-navy-dark); font-weight: 750; }
.cart-added-modal .modal-body { color: var(--oss-muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-link { color: var(--oss-blue); font-weight: 800; text-decoration: none; }
.category-card { display: flex; min-height: 190px; height: 100%; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--oss-line); border-radius: .75rem; color: var(--oss-ink); background: #fff; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.category-card:hover, .category-card:focus-visible { color: var(--oss-ink); border-color: #9ebbcf; box-shadow: 0 15px 30px rgba(21,52,74,.1); transform: translateY(-3px); }
.category-card strong, .category-card small { display: block; }
.category-card strong { font-size: 1.02rem; }
.category-card small { margin-top: .22rem; color: var(--oss-muted); font-size: .79rem; }
.category-card em { display: block; margin-top: .6rem; color: var(--oss-blue); font-size: .73rem; font-style: normal; font-weight: 800; }
.category-showcase-card { display: grid; min-height: 100%; grid-template-rows: auto auto auto; gap: .45rem; color: var(--oss-ink); text-align: center; text-decoration: none; }
.category-showcase-card:hover, .category-showcase-card:focus-visible { color: var(--oss-ink); }
.category-showcase-card:hover .category-showcase-image, .category-showcase-card:focus-visible .category-showcase-image { box-shadow: 0 1rem 2rem rgba(11,43,70,.16); transform: translateY(-3px); }
.category-showcase-image { display: flex; min-height: 225px; align-items: center; justify-content: center; overflow: hidden; padding: 1rem; border: 1px solid var(--oss-line); background: #f1f4f6; box-shadow: 0 .35rem 1rem rgba(11,43,70,.06); transition: transform .18s ease, box-shadow .18s ease; }
.category-showcase-image img { display: block; width: 100%; height: 205px; object-fit: contain; mix-blend-mode: multiply; }
.category-showcase-image .category-art { margin: 0; transform: scale(1.55); }
.category-showcase-name { color: var(--oss-navy-dark); font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.category-showcase-detail { color: var(--oss-muted); font-size: .82rem; }
.category-art { position: relative; display: block; width: 88px; height: 96px; margin: .1rem auto 1.25rem; border: 1px solid #a8c2d3; border-radius: .32rem .65rem .45rem .6rem; background: linear-gradient(145deg, rgba(255,255,255,.9), #d7e8f1); box-shadow: 7px 8px 14px rgba(30,71,98,.1); }
.category-art.category-product-image { display: flex; align-items: center; justify-content: center; overflow: hidden; padding: .3rem; background: #fff; }
.category-art.category-product-image::after { display: none; }
.category-art.category-product-image img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.html-editor-canvas { min-height: 190px; background: #fff; }
.html-editor-canvas:focus { outline: 2px solid rgba(23, 113, 177, .3); outline-offset: -2px; }
.catalog-html-content { line-height: 1.7; }
.catalog-html-content img { max-width: 100%; height: auto; }
.category-art::after { position: absolute; content: ""; }
.zip-bag::after { top: 9px; right: 5px; left: 5px; height: 3px; background: var(--oss-blue); }
.pallet-cover { width: 100px; border-radius: .65rem .65rem .2rem .2rem; }
.pallet-cover::after { right: 6px; bottom: -6px; left: 6px; height: 12px; border: 3px solid #b28a55; background: #d1aa72; }
.tubing { width: 58px; border-radius: 50%; background: linear-gradient(90deg, #bed8e6, #fff, #afcede); }
.trash-liner { border-radius: .35rem .35rem 1.2rem 1.2rem; background: linear-gradient(145deg, #5b7383, #203b4d); }
.trash-liner::after { top: -7px; right: 7px; left: 7px; height: 10px; border-radius: 50%; background: #758d9c; }
.medical-bag { display: grid; place-items: center; color: #b52b32; border-color: #e7b6b8; background: linear-gradient(145deg,#fff,#f7dddd); font-size: 2rem; font-weight: 700; }
.furniture-cover { width: 100px; border-radius: 1.2rem 1.2rem .4rem .4rem; }
.furniture-cover::after { right: 7px; bottom: 8px; left: 7px; height: 24px; border: 1px solid #9ab6c9; border-radius: .4rem; }
.custom-card { color: var(--oss-navy-dark); border-color: #b8d2e2; background: var(--oss-sky); }
.custom-size { border-style: dashed; background: rgba(255,255,255,.65); }
.custom-size::after { right: -8px; bottom: 8px; width: 40px; height: 8px; border-top: 2px solid var(--oss-blue); border-right: 2px solid var(--oss-blue); border-left: 2px solid var(--oss-blue); }

.application-section { background: var(--oss-ice); }
.application-section p { margin: 1.15rem 0 1.6rem; color: var(--oss-muted); font-size: 1.04rem; }
.application-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
.application-grid a { display: flex; min-height: 128px; flex-direction: column; justify-content: end; padding: 1.2rem; border: 1px solid var(--oss-line); border-radius: .65rem; color: var(--oss-ink); background: #fff; text-decoration: none; }
.application-grid a::before { display: block; width: 34px; height: 4px; margin-bottom: auto; background: var(--oss-accent); content: ""; }
.application-grid a:hover { border-color: #9ebbcf; box-shadow: 0 10px 25px rgba(21,52,74,.08); }
.application-grid span { font-weight: 800; }
.application-grid small { margin-top: .2rem; color: var(--oss-muted); }
.custom-section { padding-bottom: 4.5rem; }
.custom-panel { padding: 3rem; border-radius: .9rem; color: rgba(255,255,255,.86); background: linear-gradient(120deg,var(--oss-navy-dark),var(--oss-blue)); }
.custom-panel h2 { color: #fff; }
.custom-panel p { max-width: 760px; margin: 1rem 0 0; font-size: 1.04rem; }
.eyebrow-light { color: #f7c35c; }
.service-strip { border-top: 1px solid var(--oss-line); background: #fff; }
.service-item { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: 1.5rem 2rem; border-right: 1px solid var(--oss-line); }
.service-item:last-child { border-right: 0; }
.service-item strong { color: var(--oss-navy); }
.service-item span { color: var(--oss-muted); font-size: .88rem; }

.site-footer { color: rgba(255,255,255,.72); background: #081f31; }
.footer-logo { width: 210px; padding: .4rem .55rem; border-radius: .4rem; background: #fff; }
.footer-intro { max-width: 430px; margin: 1.2rem 0 .7rem; }
.footer-phone { color: #fff; font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.footer-payment-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.footer-card-brands { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; }
.footer-card-brands span { margin-right: .25rem; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 700; }
.footer-card-brands img { display: block; max-height: 24px; width: auto; }
.footer-pci-badge-frame { display: block; width: 150px; height: 82px; overflow: hidden; }
.footer-pci-badge { display: block; width: 177px; max-width: none; height: 92px; transform: translate(-18px, -5px); }
.footer-authorize-net { display: block; padding: .35rem; border-radius: .25rem; background: #fff; line-height: 0; }
.footer-authorize-net img { max-width: 140px; height: auto; }
.footer-trademark { margin: 0; padding-bottom: 1rem; color: rgba(255,255,255,.46); font-size: .68rem; }
.site-footer h2 { margin-bottom: 1rem; color: #fff; font-size: .92rem; font-weight: 800; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .55rem; }
.site-footer li a { color: rgba(255,255,255,.68); text-decoration: none; }
.site-footer li a:hover { color: #fff; }
.site-footer p { font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); font-size: .77rem; }

@media (max-width: 991.98px) {
  .main-header .row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; margin: 0; }
  .main-header .row > .col-8, .main-header .row > .col-4, .main-header .row > .col-12 { width: auto; max-width: 100%; padding: 0; }
  .main-header .row > .col-12 { grid-column: 1 / -1; }
  .site-search { width: 100%; }
  .site-search .btn { min-width: 76px; padding-right: .7rem; padding-left: .7rem; }
  .primary-nav { padding: .55rem 0; }
  .primary-nav .navbar-collapse { padding: .65rem 0 1rem; }
  .primary-nav .nav-link { padding: .65rem 0; }
  .home-hero { padding: 4.4rem 0 7rem; }
  .home-hero .row { display: block; margin: 0; }
  .home-hero .row > [class*="col-"] { width: 100%; max-width: 100%; padding: 0; }
  .finder-form .row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 0; }
  .finder-form .row > [class*="col-"] { width: auto; max-width: none; padding: 0; }
  .finder-form .row > :first-child, .finder-form .row > :last-child { grid-column: 1 / -1; }
  .section-space { padding: 4.5rem 0; }
}

@media (max-width: 767.98px) {
  .site-logo { width: min(100%, 252px); }
  .home-hero { padding-top: 3.5rem; }
  .home-hero h1 { font-size: clamp(2.35rem,10.8vw,3.15rem); }
  .hero-lead { font-size: 1.05rem; }
  .product-finder { padding: 1.25rem; }
  .finder-number { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .category-card { min-height: 172px; padding: 1rem; }
  .application-grid { grid-template-columns: 1fr; }
  .custom-panel { padding: 2rem 1.25rem; }
  .catalog-result-summary { align-items: flex-start; flex-direction: column; }
  .product-card h2 { min-height: auto; }
  .product-detail-image { min-height: 230px; }
  .cart-line { grid-template-columns: 1fr; gap: .8rem; }
  .cart-line-total { text-align: left; }
  .service-item { min-height: auto; border-right: 0; border-bottom: 1px solid var(--oss-line); }
  .service-item:last-child { border-bottom: 0; }
  .footer-payment-row { align-items: flex-start; flex-direction: column; }
  .hosted-payment-heading { padding: 1.25rem; }
  .hosted-payment-frame-wrap { min-height: 710px; padding: .25rem 0; }
  .hosted-payment-frame { min-height: 710px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .category-card { transition: none; }
}
