/* Greer BioMed. One stylesheet, no framework.
 *
 * Palette, all from the brand as it stands: the logo's red and grey, the charcoal
 * the current site uses for type, and the navy the team wears (photos only).
 *   --red      #FF2200  logo red. Surfaces, rings, large type. White text on it only at 24px+ / 19px bold.
 *   --red-ink  #D61C00  fills that carry small white text, 5.2:1. Red text on light grounds, 5.2:1.
 *   --red-hot  #FF5A40  red text on charcoal, 5.3:1.
 *   --coal     #232323  dark bands.  --char #2E2E2E cards on coal.  --ink #2B2B2B body text on light.
 *   --steel    #AAAAAA  the logo grey. On coal only (6.5:1).
 *   --mist     #EDEDED  light bands.  --paper #F7F7F7.
 */

@font-face { font-family: "Oswald"; font-style: normal; font-weight: 200 700; font-display: swap; src: url(../fonts/oswald-normal-var.woff2) format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../fonts/roboto-normal-var.woff2) format("woff2"); }
@font-face { font-family: "Roboto"; font-style: italic; font-weight: 100 900; font-display: swap; src: url(../fonts/roboto-italic-var.woff2) format("woff2"); }

:root {
	--red: #ff2200;
	--red-ink: #d61c00;
	--red-deep: #a81500;
	--red-hot: #ff5a40;
	--coal: #232323;
	--coal-2: #1a1a1a;
	--char: #2e2e2e;
	--ink: #2b2b2b;
	--body: #3d3d3d;
	--muted: #5e5e5e;
	--steel: #aaaaaa;
	--steel-2: #c4c4c4;
	--line: #dcdcdc;
	--mist: #ededed;
	--paper: #f7f7f7;
	--white: #fff;
	--head: "Oswald", "Roboto Condensed", "Arial Narrow", sans-serif;
	--text: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
	--wrap: 1320px;
	--gut: clamp(16px, 4vw, 40px);
	--r: 6px;
	--shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 10px 28px -12px rgba(0, 0, 0, .35);
	--shadow-lg: 0 2px 4px rgba(0, 0, 0, .1), 0 24px 48px -18px rgba(0, 0, 0, .5);
	--header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--paper); color: var(--body); font: 400 17px/1.6 var(--text); overflow-x: clip; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--red-ink); text-underline-offset: .18em; }
a:hover { color: var(--red-deep); }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--head); font-weight: 600; line-height: 1.1; }
ul, ol { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--red-ink); outline-offset: 3px; }
.bm-coal :focus-visible, .bm-red :focus-visible, .bm-hero :focus-visible, .bm-close :focus-visible, .bm-footer :focus-visible, .bm-way :focus-visible, .bm-voices :focus-visible { outline-color: #fff; }

.bm-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.bm-skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--red-ink); color: #fff; font: 600 15px var(--head); text-transform: uppercase; letter-spacing: .06em; border-radius: 0 0 4px 4px; }
.bm-skip:focus { top: 0; color: #fff; }
.bm-wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gut)); margin: 0 auto; padding: 0 var(--gut); }
.bm-icon { width: 1.1em; height: 1.1em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Type ---------- */
.bm-h1 { font-size: clamp(2.5rem, 1.4rem + 4vw, 4.4rem); line-height: 1.02; text-transform: uppercase; letter-spacing: .005em; color: #fff; text-wrap: balance; }
.bm-h2 { font-size: clamp(2rem, 1.35rem + 2.3vw, 3.1rem); line-height: 1.05; text-transform: uppercase; letter-spacing: .01em; text-wrap: balance; }
.bm-lead { font-size: 1.125rem; line-height: 1.6; color: var(--muted); max-width: 60ch; }
.bm-head { margin-bottom: clamp(28px, 4vw, 48px); }
.bm-head .bm-lead { margin: 16px 0 0; }
.bm-head--light .bm-h2 { color: #fff; }
.bm-head--light .bm-lead { color: var(--steel-2); }

/* The red label: taken from the orange-red hazard labels on the containers in every photo. */
.bm-tab { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 5px 12px 5px 9px; background: var(--red-ink); color: #fff; font: 600 13px/1.2 var(--head); letter-spacing: .14em; text-transform: uppercase; border-radius: 2px; }
.bm-coal .bm-tab, .bm-red .bm-tab, .bm-hero .bm-tab { color: #fff; }
.bm-tab::before { content: ""; width: 9px; height: 9px; border: 2px solid currentColor; border-radius: 50%; }

/* ---------- Buttons ---------- */
.bm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border: 2px solid transparent; border-radius: 3px; font: 600 15px/1.1 var(--head); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background-color .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s; }
.bm-btn:hover { transform: translateY(-1px); }
.bm-btn--red { background: var(--red-ink); color: #fff; box-shadow: 0 6px 16px -8px rgba(214, 28, 0, .8); }
.bm-btn--red:hover { background: var(--red-deep); color: #fff; }
.bm-btn--line { border-color: var(--red-ink); color: var(--red-ink); background: #fff; }
.bm-btn--line:hover { background: var(--red-ink); color: #fff; }
.bm-btn--white { background: #fff; color: var(--red-ink); box-shadow: 0 8px 20px -10px rgba(0, 0, 0, .6); }
.bm-btn--white:hover { background: var(--coal); color: #fff; }
.bm-btn--ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.bm-btn--ghost:hover { background: #fff; color: var(--ink); }
.bm-btn--block { width: 100%; }
.bm-btn--lg { min-height: 56px; padding: 14px 30px; font-size: 17px; }
.bm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.bm-more { display: inline-flex; align-items: center; gap: 8px; color: var(--red-ink); font: 600 14px var(--head); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.bm-more .bm-icon { transition: transform .2s; }
a:hover .bm-more .bm-icon, .bm-more:hover .bm-icon { transform: translateX(4px); }

/* Phone buttons, two offices */
.bm-call { display: inline-flex; align-items: center; gap: 12px; padding: 10px 18px 10px 12px; border-radius: 4px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .28); color: #fff; text-decoration: none; font: 600 19px/1.1 var(--head); letter-spacing: .02em; transition: background-color .18s; }
.bm-call:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.bm-call .bm-icon { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: var(--red-ink); color: #fff; stroke-width: 2; }
.bm-call small { display: block; margin-bottom: 3px; font: 500 12px var(--text); letter-spacing: .08em; text-transform: uppercase; color: var(--steel-2); }
.bm-call--dark { background: #fff; border-color: var(--line); color: var(--ink); box-shadow: var(--shadow); }
.bm-call--dark:hover { background: var(--mist); color: var(--ink); }
.bm-call--dark small { color: var(--muted); }

/* The broken ring from the biohazard mark. */
.bm-ring { position: absolute; pointer-events: none; fill: none; stroke: var(--red); stroke-width: var(--sw, .6); }
/* --sw is in viewBox units: 100 units = the ring's width, so --sw = 400 / width-in-px gives ~4px. */

/* ---------- Utility bar + header ---------- */

.bm-header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 1px 0 var(--line), 0 8px 24px -18px rgba(0, 0, 0, .35); }
.bm-header__row { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.bm-logo { flex: none; display: block; padding: 8px 0; }
.bm-logo img { width: auto; height: 60px; }
.bm-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.bm-nav__list { display: flex; align-items: center; gap: 4px; }
.bm-nav__item { position: relative; display: flex; align-items: center; }
.bm-nav__item > a { display: block; padding: 10px 12px; color: var(--ink); font: 500 15px var(--head); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; border-bottom: 3px solid transparent; }
.bm-nav__item > a:hover { color: var(--red-ink); border-bottom-color: var(--red); }
.bm-nav__toggle { width: 28px; height: 36px; margin-left: -8px; padding: 0; border: 0; background: none; color: var(--ink); cursor: pointer; }
.bm-nav__toggle::before { content: ""; display: block; width: 7px; height: 7px; margin: 0 auto; border: solid currentColor; border-width: 0 2px 2px 0; transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.bm-nav__toggle[aria-expanded="true"]::before { transform: translateY(1px) rotate(-135deg); }
.bm-nav__sub { position: absolute; top: calc(100% + 6px); left: 0; min-width: 290px; padding: 10px; background: #fff; border-top: 4px solid var(--red); border-radius: 0 0 var(--r) var(--r); box-shadow: var(--shadow-lg); visibility: hidden; opacity: 0; transform: translateY(6px); transition: opacity .18s, transform .18s, visibility .18s; }
.bm-nav__item--sub:hover .bm-nav__sub, .bm-nav__item--sub:focus-within .bm-nav__sub, .bm-nav__toggle[aria-expanded="true"] + .bm-nav__sub { visibility: visible; opacity: 1; transform: none; }
.bm-nav__sub a { display: block; padding: 11px 14px; border-radius: 4px; color: var(--ink); font: 500 16px var(--head); text-decoration: none; }
.bm-nav__sub a:hover { background: var(--mist); color: var(--red-ink); }
.bm-nav__actions { display: flex; gap: 10px; }
.bm-menubtn { display: none; }

@media (max-width: 1180px) {
	:root { --header-h: 72px; }
	.bm-logo img { height: 50px; }
	.bm-menubtn { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; min-height: 44px; padding: 8px 14px; border: 2px solid var(--ink); border-radius: 3px; background: #fff; color: var(--ink); font: 600 15px var(--head); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
	.bm-menubtn .bm-icon { width: 22px; height: 22px; }
	.bm-menubtn .bm-icon--close, .bm-menubtn[aria-expanded="true"] .bm-icon--menu { display: none; }
	.bm-menubtn[aria-expanded="true"] .bm-icon--close { display: block; }
	.bm-nav { position: fixed; inset: var(--nav-top, 110px) 0 0 0; z-index: 49; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px var(--gut) 32px; overflow-y: auto; background: #fff; border-top: 4px solid var(--red); }
	.bm-nav.is-open { display: flex; }
	.bm-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.bm-nav__item { flex-wrap: wrap; border-bottom: 1px solid var(--line); }
	.bm-nav__item > a { flex: 1; padding: 16px 4px; font-size: 18px; border-bottom: 0; }
	.bm-nav__toggle { width: 48px; height: 48px; margin: 0; }
	.bm-nav__sub { position: static; flex-basis: 100%; min-width: 0; padding: 0 0 12px 12px; border: 0; box-shadow: none; display: none; visibility: visible; opacity: 1; transform: none; }
	.bm-nav__item--sub:hover .bm-nav__sub, .bm-nav__item--sub:focus-within .bm-nav__sub { display: none; }
	.bm-nav__toggle[aria-expanded="true"] + .bm-nav__sub { display: block; }
	.bm-nav__actions { flex-direction: column; margin-top: 24px; }
	body.bm-nav-open { overflow: hidden; }
}
@media (max-width: 420px) {
	/* Both numbers are in the fixed call bar at this width; the strip would only overflow. */
}

/* ---------- Sections ---------- */
.bm-section { position: relative; padding: clamp(64px, 8vw, 112px) 0; overflow: hidden; }
.bm-mist { background: var(--mist); }
.bm-paper { background: var(--paper); }
.bm-coal { background: var(--coal); color: var(--steel-2); }
.bm-coal p { color: var(--steel-2); }
.bm-red { background: var(--red-ink) linear-gradient(115deg, var(--red-deep) 0%, var(--red-ink) 45%, #e81e00 100%); color: #fff; }
.bm-red p { color: #fff; }

/* ---------- Hero ---------- */
.bm-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--coal); color: #fff; padding: clamp(48px, 6vw, 88px) 0 clamp(150px, 13vw, 190px); }
.bm-hero__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 40% 45%; }
.bm-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background:
	linear-gradient(90deg, rgba(22, 22, 22, .94) 0%, rgba(22, 22, 22, .84) 36%, rgba(22, 22, 22, .5) 62%, rgba(22, 22, 22, .72) 100%),
	linear-gradient(0deg, rgba(22, 22, 22, .7) 0%, rgba(22, 22, 22, 0) 40%); }
.bm-hero__ring { z-index: -1; width: 820px; --sw: .5; right: -250px; top: 50%; transform: translateY(-50%); opacity: .95; }
.bm-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.bm-hero__lead { max-width: 56ch; margin: 22px 0 0; font-size: 1.15rem; line-height: 1.6; color: #e6e6e6; }
.bm-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.bm-hero__chips li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 40px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25); font-size: 15px; font-weight: 500; color: #fff; }
.bm-hero__chips .bm-icon { color: var(--red-hot); stroke-width: 3; }
.bm-hero__calls { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* Quote card */
.bm-quote { position: relative; padding: clamp(22px, 2.6vw, 34px); background: #fff; color: var(--body); border-radius: var(--r); border-top: 6px solid var(--red); box-shadow: var(--shadow-lg); }
.bm-quote__title { font-size: clamp(1.7rem, 1.3rem + 1vw, 2.1rem); text-transform: uppercase; color: var(--red-ink); }
.bm-quote__lead { margin: 6px 0 20px; font-size: 15px; color: var(--muted); }
.bm-quote__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 14px; margin-bottom: 18px; }
.bm-field { display: flex; flex-direction: column; gap: 6px; }
.bm-field--wide { grid-column: 1 / -1; }
.bm-field label { font-size: 14px; font-weight: 500; color: var(--ink); }
.bm-req { color: var(--red-ink); margin-left: 2px; }
.bm-opt { margin-left: 6px; font-weight: 400; color: var(--muted); font-size: 13px; }
.bm-field input, .bm-field select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1.5px solid #8a8a8a; border-radius: 4px; background: #fff; color: var(--ink); font: 400 16px var(--text); }
.bm-field select { appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%232b2b2b' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 14px center; padding-right: 36px; }
.bm-field input:focus, .bm-field select:focus { border-color: var(--red-ink); outline: 3px solid rgba(214, 28, 0, .25); outline-offset: 0; }
.bm-field [aria-invalid="true"] { border-color: var(--red-ink); background: #fff6f4; }
.bm-field__err { margin: 0; font-size: 14px; color: var(--red-ink); font-weight: 500; }
.bm-quote__fine { margin: 14px 0 0; font-size: 14px; color: var(--muted); }
.bm-quote__msg { display: flex; gap: 12px; margin-bottom: 18px; padding: 14px 16px; border-radius: 4px; font-size: 15px; }
.bm-quote__msg p { margin: 0; }
.bm-quote__msg ul { margin: 6px 0 0; padding-left: 18px; list-style: disc; }
.bm-quote__msg--ok { background: #eef7ee; color: #1d4d1f; border-left: 4px solid #2e7d32; }
.bm-quote__msg--ok .bm-icon { width: 24px; height: 24px; color: #2e7d32; stroke-width: 3; }
.bm-quote__msg--err { flex-direction: column; background: #fff1ee; color: #7a1200; border-left: 4px solid var(--red-ink); }
.bm-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Promises over the hero edge ---------- */
.bm-promises { position: relative; z-index: 2; margin-top: clamp(-120px, -9vw, -96px); background: linear-gradient(transparent 50%, var(--mist) 50%); }
.bm-promises__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bm-promise { position: relative; padding: 26px 24px 24px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow-lg); overflow: hidden; }
.bm-promise::after { content: ""; position: absolute; right: -34px; top: -34px; width: 96px; height: 96px; border: 3px solid var(--red); border-radius: 50%; opacity: .16; }
.bm-promise > .bm-icon { width: 44px; height: 44px; color: var(--red-ink); stroke-width: 1.6; margin-bottom: 14px; }
.bm-promise__t { font-size: 1.3rem; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 6px; }
.bm-promise p { margin: 0; font-size: 15.5px; line-height: 1.5; color: var(--muted); }

/* ---------- Services ---------- */
.bm-services { padding-top: clamp(56px, 6vw, 88px); }
.bm-split-head { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 64px; align-items: end; margin-bottom: clamp(28px, 4vw, 48px); }
.bm-split-head .bm-head { margin: 0; }
.bm-split-head > .bm-lead { margin: 0; }
.bm-svc { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: auto auto; gap: 20px; }
.bm-svc__card { display: flex; }
.bm-svc__card--lead { grid-row: span 2; }
.bm-svc__link { display: flex; flex-direction: column; width: 100%; background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); color: inherit; text-decoration: none; transition: transform .25s, box-shadow .25s; }
.bm-svc__link:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: inherit; }
.bm-svc__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--coal); }
.bm-svc__card--lead .bm-svc__media { aspect-ratio: auto; flex: 1; min-height: 320px; }
.bm-svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.bm-svc__link:hover .bm-svc__media img { transform: scale(1.04); }
.bm-svc__media::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--red); }
.bm-svc__body { display: flex; flex-direction: column; gap: 8px; padding: 22px 24px 24px; }
.bm-svc__title { font: 600 1.45rem/1.1 var(--head); text-transform: uppercase; color: var(--ink); letter-spacing: .01em; }
.bm-svc__card--lead .bm-svc__title { font-size: 1.9rem; }
.bm-svc__text { font-size: 15.5px; line-height: 1.55; color: var(--muted); }
.bm-svc__body .bm-more { margin-top: 6px; }
.bm-svc__card--osha .bm-svc__link { position: relative; background: var(--coal); }
.bm-svc__card--osha .bm-svc__link::before { content: ""; position: absolute; right: -60px; bottom: -60px; width: 200px; height: 200px; border: 3px solid var(--red); border-radius: 50%; opacity: .7; }
.bm-svc__card--osha .bm-svc__body { justify-content: center; height: 100%; padding: 30px 28px; }
.bm-svc__card--osha .bm-icon--shield { width: 48px; height: 48px; color: var(--red-hot); stroke-width: 1.6; margin-bottom: 6px; }
.bm-svc__card--osha .bm-svc__title { color: #fff; }
.bm-svc__card--osha .bm-svc__text { color: var(--steel-2); }
.bm-svc__card--osha .bm-more { color: var(--red-hot); }

/* ---------- Story ---------- */
.bm-story { padding: 0; }
.bm-story__media { position: absolute; top: 0; bottom: 0; left: 0; width: 46%; }
.bm-story__media img { width: 100%; height: 100%; object-fit: cover; object-position: 45% 50%; }
.bm-story__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35, 35, 35, 0) 55%, var(--coal) 100%); }
.bm-story__ring { z-index: 1; width: 380px; --sw: 1.05; left: calc(46% - 190px); top: 560px; }
.bm-story__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 46% 1fr; padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(64px, 8vw, 112px); }
.bm-story__copy { grid-column: 2; padding-left: clamp(24px, 5vw, 72px); }
.bm-story__copy > p { font-size: 1.1rem; max-width: 58ch; }
.bm-pull { position: relative; margin: 32px 0 0; padding: 26px 28px 24px 30px; background: var(--char); border-left: 5px solid var(--red); border-radius: 0 var(--r) var(--r) 0; }
.bm-pull blockquote { margin: 0; }
.bm-pull blockquote p { margin: 0 0 12px; font: 400 1.45rem/1.35 var(--head); color: #fff; }
.bm-pull figcaption { font-size: 14px; color: var(--steel-2); }
.bm-pull figcaption strong { display: block; color: #fff; font-weight: 600; }
.bm-figures { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: clamp(48px, 6vw, 80px) 0 0; background: var(--red-ink) linear-gradient(115deg, var(--red-deep), var(--red-ink) 60%); border-radius: var(--r); box-shadow: var(--shadow-lg); overflow: hidden; }
.bm-figures > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 6px; padding: 26px 28px; }
.bm-figures > div + div { box-shadow: inset 1px 0 rgba(255, 255, 255, .22); }
.bm-figures dt { font-size: 15px; line-height: 1.4; color: #fff; }
.bm-figures dd { margin: 0; font: 600 clamp(2.6rem, 2rem + 2vw, 3.6rem)/1 var(--head); color: #fff; }

/* ---------- Pickup or mail-back ---------- */
.bm-ways { background: var(--paper); padding-top: clamp(64px, 8vw, 112px); }
.bm-ways__head .bm-head { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; align-items: end; }
.bm-ways__head .bm-tab { grid-column: 1; justify-self: start; }
.bm-ways__head .bm-h2 { grid-column: 1; }
.bm-ways__head .bm-lead { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0; }
.bm-ways__grid { display: grid; grid-template-columns: 1fr 1fr; }
.bm-way { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 680px; overflow: hidden; color: #fff; }
.bm-way__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.bm-way::before { content: ""; position: absolute; inset: 0; z-index: -1; }
.bm-way--red::before { background: linear-gradient(0deg, rgba(168, 21, 0, .97) 0%, rgba(200, 26, 0, .93) 48%, rgba(200, 26, 0, .5) 100%); }
.bm-way--coal::before { background: linear-gradient(0deg, rgba(26, 26, 26, .97) 0%, rgba(26, 26, 26, .92) 48%, rgba(26, 26, 26, .3) 100%); }
.bm-way__body { width: 100%; max-width: 640px; padding: clamp(28px, 4vw, 56px); }
.bm-way--red .bm-way__body { margin-left: auto; }
.bm-way__body > .bm-icon { width: 52px; height: 52px; padding: 11px; margin-bottom: 18px; border-radius: 50%; background: #fff; color: var(--red-ink); stroke-width: 1.8; }
.bm-way--coal .bm-way__body > .bm-icon { background: var(--red-ink); color: #fff; }
.bm-way__title { font-size: clamp(2rem, 1.5rem + 1.6vw, 2.8rem); text-transform: uppercase; color: #fff; }
.bm-way__for { margin: 8px 0 20px; font-size: 1.05rem; color: rgba(255, 255, 255, .9); }
.bm-ticks { display: grid; gap: 10px; margin-bottom: 30px; }
.bm-ticks li { position: relative; padding-left: 32px; font-size: 1.02rem; line-height: 1.45; }
.bm-ticks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12.5 4 4 8-8.5' fill='none' stroke='%23d61c00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat; }
.bm-way--coal .bm-ticks li::before { background-color: var(--red-ink); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12.5 4 4 8-8.5' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* ---------- Steps ---------- */
.bm-steps__list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.bm-step { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.bm-step__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.bm-step__media img { width: 100%; height: 100%; object-fit: cover; }
.bm-step__n { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; margin: -30px 0 0 20px; border-radius: 50%; background: var(--red-ink); color: #fff; font: 600 26px/1 var(--head); box-shadow: 0 0 0 5px #fff, 0 0 0 7px var(--red); }
.bm-step__t { padding: 14px 24px 6px; font-size: 1.3rem; text-transform: uppercase; letter-spacing: .01em; }
.bm-step p { margin: 0; padding: 0 24px 26px; font-size: 15.5px; line-height: 1.55; color: var(--muted); }

/* ---------- Who ---------- */
.bm-who__ring { width: 760px; --sw: .55; right: -300px; top: -260px; stroke: #fff; opacity: .22; }
.bm-who__grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.bm-who__copy > p { font-size: 1.12rem; max-width: 46ch; margin-bottom: 28px; }
.bm-who__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bm-who__item { position: relative; padding: 22px 22px 20px 24px; background: #fff; border-radius: var(--r); box-shadow: 0 16px 34px -20px rgba(60, 0, 0, .8); }
.bm-who__item::before { content: ""; position: absolute; left: 0; top: 22px; width: 5px; height: 30px; background: var(--red); border-radius: 0 3px 3px 0; }
.bm-who__item h3 { font-size: 1.3rem; text-transform: uppercase; letter-spacing: .01em; margin-bottom: 4px; }
.bm-who__item p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--muted); }

/* ---------- Compliance ---------- */
.bm-comp__media { position: absolute; top: 0; right: 0; bottom: 0; width: 54%; }
.bm-comp__media img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; }
.bm-comp__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--coal) 0%, rgba(35, 35, 35, .55) 30%, rgba(35, 35, 35, 0) 60%); }
.bm-comp__grid { position: relative; z-index: 1; }
.bm-comp__copy { max-width: 600px; padding: clamp(28px, 3.5vw, 44px); background: rgba(35, 35, 35, .94); border-radius: var(--r); box-shadow: var(--shadow-lg); border-top: 5px solid var(--red); }
.bm-comp__list { display: grid; gap: 14px; }
.bm-comp__list li { display: flex; gap: 12px; font-size: 16px; line-height: 1.5; }
.bm-comp__list .bm-icon { margin-top: 3px; color: var(--red-hot); stroke-width: 3; }
.bm-comp__list strong { color: #fff; font-weight: 600; }
.bm-comp .bm-actions { margin-top: 30px; }

/* ---------- Where ---------- */
.bm-where__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.bm-office { display: flex; flex-direction: column; padding: 30px 28px 26px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); border-top: 5px solid var(--red); }
.bm-office__tag { margin: 0 0 8px; font: 600 13px var(--head); letter-spacing: .14em; text-transform: uppercase; color: var(--red-ink); }
.bm-office__city { font-size: 2rem; text-transform: uppercase; margin-bottom: 20px; }
.bm-office__facts { display: grid; gap: 14px; margin-bottom: 22px; }
.bm-office__facts li { display: flex; gap: 12px; font-size: 16px; line-height: 1.45; }
.bm-office__facts .bm-icon { width: 22px; height: 22px; color: var(--red-ink); }
.bm-office__facts a { font: 600 1.25rem var(--head); color: var(--ink); text-decoration: none; }
.bm-office__facts a:hover { color: var(--red-ink); text-decoration: underline; }
.bm-office .bm-more { margin-top: auto; }
.bm-reach { position: relative; padding: 30px 28px; background: var(--coal); color: var(--steel-2); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.bm-reach__ring { width: 280px; --sw: 1.4; right: -110px; bottom: -120px; }
.bm-reach__t { font-size: 2rem; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.bm-reach__list { display: grid; gap: 8px; margin-bottom: 22px; }
.bm-reach__list li { position: relative; padding-left: 22px; font: 500 1.2rem var(--head); color: #fff; letter-spacing: .02em; }
.bm-reach__list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 10px; height: 10px; border: 2px solid var(--red-hot); border-radius: 50%; }
.bm-reach__mail { position: relative; margin: 0; padding-top: 18px; border-top: 1px solid #444; font-size: 16px; }
.bm-reach__mail strong { color: #fff; }

/* ---------- Voices ---------- */
.bm-voices { isolation: isolate; background: var(--coal); }
.bm-voices__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.bm-voices::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(26, 26, 26, .93) 0%, rgba(26, 26, 26, .84) 55%, rgba(168, 21, 0, .82) 100%); }
.bm-voices__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bm-voice { position: relative; display: flex; flex-direction: column; margin: 0; padding: 36px 34px 30px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow-lg); }
.bm-voice__mark { width: 40px; height: 32px; margin-bottom: 18px; fill: var(--red); }
.bm-voice blockquote { margin: 0 0 22px; }
.bm-voice blockquote p { margin: 0; font-size: 1.1rem; line-height: 1.65; color: var(--body); }
.bm-voice figcaption { margin-top: auto; padding-top: 18px; border-top: 3px solid var(--mist); }
.bm-voice figcaption strong { display: block; font: 600 1.15rem var(--head); text-transform: uppercase; color: var(--ink); letter-spacing: .03em; }
.bm-voice figcaption span { font-size: 15px; color: var(--muted); }

/* ---------- FAQ ---------- */
.bm-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.bm-faq__side { position: sticky; top: calc(var(--header-h) + 32px); }
.bm-faq__ask { display: grid; gap: 12px; justify-items: start; }
.bm-faq__ask p { margin: 0 0 6px; color: var(--muted); }
.bm-faq__list { display: grid; gap: 12px; }
.bm-qa { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); border-left: 5px solid transparent; transition: border-color .2s; }
.bm-qa[open] { border-left-color: var(--red); }
.bm-qa summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; list-style: none; }
.bm-qa summary::-webkit-details-marker { display: none; }
.bm-qa__q { font: 500 1.25rem/1.25 var(--head); color: var(--ink); }
.bm-qa summary .bm-icon { width: 28px; height: 28px; padding: 5px; border-radius: 50%; background: var(--mist); color: var(--red-ink); stroke-width: 2.4; transition: transform .25s, background-color .2s; }
.bm-qa[open] summary .bm-icon { transform: rotate(45deg); background: var(--red-ink); color: #fff; }
.bm-qa summary:hover .bm-qa__q { color: var(--red-ink); }
.bm-qa__a { padding: 0 22px 22px; }
.bm-qa__a p { margin: 0; max-width: 68ch; color: var(--body); }

/* ---------- Close ---------- */
.bm-close { position: relative; isolation: isolate; overflow: hidden; padding: clamp(72px, 9vw, 120px) 0; color: #fff; background: var(--red-ink); }
.bm-close__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }
.bm-close::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(168, 21, 0, .97) 0%, rgba(200, 26, 0, .92) 50%, rgba(200, 26, 0, .55) 100%); }
.bm-close__ring { z-index: -1; width: 640px; --sw: .6; right: -200px; top: 50%; transform: translateY(-50%); stroke: #fff; opacity: .4; }
.bm-close__row { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.bm-close__t { font-size: clamp(2.2rem, 1.5rem + 2.6vw, 3.6rem); text-transform: uppercase; color: #fff; line-height: 1.02; margin-bottom: 16px; }
.bm-close p { margin: 0; font-size: 1.15rem; max-width: 48ch; color: #fff; }
.bm-close__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.bm-close__actions .bm-btn { flex-basis: 100%; }
.bm-close .bm-call { background: rgba(0, 0, 0, .18); border-color: rgba(255, 255, 255, .45); }
.bm-close .bm-call .bm-icon { background: #fff; color: var(--red-ink); }
.bm-close .bm-call small { color: #fff; }

/* ================= Inner pages: same system, a few more pieces ================= */

/* Hero variants */
.bm-hero--inner .bm-h1 { font-size: clamp(2.3rem, 1.4rem + 3.2vw, 3.9rem); }
.bm-hero:not(:has(+ .bm-promises)) { padding-bottom: clamp(56px, 7vw, 96px); }
.bm-hero--noform .bm-hero__grid { grid-template-columns: minmax(0, 860px); }
.bm-crumbs { margin: 0 0 18px; font-size: 14px; }
.bm-crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 0; }
.bm-crumbs li { display: flex; align-items: center; color: var(--steel-2); }
.bm-crumbs li + li::before { content: ""; width: 6px; height: 6px; margin: 0 10px; border: solid var(--red-hot); border-width: 2px 2px 0 0; transform: rotate(45deg); }
.bm-crumbs a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .4); }
.bm-crumbs a:hover { color: #fff; text-decoration-color: #fff; }
.bm-crumbs [aria-current] { color: var(--steel-2); }

/* Current page in the nav */
.bm-nav__item > a[aria-current] { color: var(--red-ink); border-bottom-color: var(--red); }
.bm-nav__sub a[aria-current] { background: var(--mist); color: var(--red-ink); }

/* Split: photo on the right, and light-ground versions */
.bm-story--right .bm-story__media { left: auto; right: 0; }
.bm-story--right .bm-story__media::after { background: linear-gradient(270deg, rgba(35, 35, 35, 0) 55%, var(--coal) 100%); }
.bm-story--right .bm-story__grid { grid-template-columns: 1fr 46%; }
.bm-story--right .bm-story__copy { grid-column: 1; grid-row: 1; padding-left: 0; padding-right: clamp(24px, 5vw, 72px); }
.bm-story--right .bm-story__ring { left: auto; right: calc(46% - 190px); }
.bm-mist.bm-story .bm-story__media::after { background: linear-gradient(90deg, rgba(237, 237, 237, 0) 60%, var(--mist) 100%); }
.bm-paper.bm-story .bm-story__media::after { background: linear-gradient(90deg, rgba(247, 247, 247, 0) 60%, var(--paper) 100%); }
.bm-mist.bm-story .bm-story__copy > p, .bm-paper.bm-story .bm-story__copy > p { color: var(--body); }
.bm-mist .bm-pull, .bm-paper .bm-pull { background: #fff; box-shadow: var(--shadow); }
.bm-mist .bm-pull blockquote p, .bm-paper .bm-pull blockquote p { color: var(--ink); }
.bm-mist .bm-pull figcaption, .bm-paper .bm-pull figcaption { color: var(--muted); }
.bm-mist .bm-pull figcaption strong, .bm-paper .bm-pull figcaption strong { color: var(--ink); }
.bm-story__list { margin-top: 26px; }
.bm-story__copy > p strong { color: #fff; font-weight: 600; }
.bm-mist .bm-story__copy > p strong, .bm-paper .bm-story__copy > p strong { color: var(--ink); }
.bm-mist .bm-comp__list strong, .bm-paper .bm-comp__list strong { color: var(--ink); }
.bm-mist .bm-comp__list .bm-icon, .bm-paper .bm-comp__list .bm-icon { color: var(--red-ink); }
.bm-story__copy .bm-actions { margin-top: 28px; }
.bm-story__grid:not(:has(.bm-figures)) { min-height: 520px; align-content: center; }

/* Card grid */
.bm-cards { display: grid; gap: 18px; }
.bm-cards--2 { grid-template-columns: repeat(2, 1fr); }
.bm-cards--3 { grid-template-columns: repeat(3, 1fr); }
.bm-cards--4 { grid-template-columns: repeat(4, 1fr); }
.bm-card { position: relative; padding: 28px 26px 26px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); border-top: 5px solid var(--red); overflow: hidden; }
.bm-card::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 110px; height: 110px; border: 3px solid var(--red); border-radius: 50%; opacity: .12; }
.bm-card > .bm-icon { width: 46px; height: 46px; padding: 10px; margin-bottom: 16px; border-radius: 50%; background: #fff1ee; color: var(--red-ink); stroke-width: 1.7; }
.bm-card__t { font-size: 1.3rem; text-transform: uppercase; letter-spacing: .01em; margin-bottom: 8px; }
.bm-card p { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--muted); }
.bm-paper .bm-card { box-shadow: var(--shadow); }

/* Related services and four-up grids */
.bm-svc--four { grid-template-columns: repeat(4, 1fr); }
.bm-svc--four .bm-svc__title { font-size: 1.3rem; }
.bm-steps__list--3 { grid-template-columns: repeat(3, 1fr); }
.bm-who__list--odd .bm-who__item:last-child { grid-column: 1 / -1; }

/* One testimonial */
.bm-voices--one .bm-voices__grid { grid-template-columns: minmax(0, 880px); }
.bm-voices--one .bm-voice blockquote p { font: 400 clamp(1.3rem, 1.1rem + .6vw, 1.6rem)/1.45 var(--head); color: var(--ink); }

/* Paperwork band: a drawn manifest */
.bm-docs__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.bm-docs__list { display: grid; gap: 14px; }
.bm-docs__list li { display: flex; gap: 16px; padding: 18px 20px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); }
.bm-docs__list .bm-icon { width: 40px; height: 40px; padding: 8px; border-radius: 50%; background: var(--red-ink); color: #fff; stroke-width: 1.8; }
.bm-docs__list strong { display: block; margin-bottom: 2px; font: 600 1.15rem var(--head); text-transform: uppercase; color: var(--ink); letter-spacing: .02em; }
.bm-docs__list span { font-size: 15.5px; color: var(--muted); }
.bm-docs__art { position: relative; min-height: 440px; }
.bm-sheet { position: absolute; left: 12%; right: 6%; top: 0; bottom: 0; padding: 30px 32px; background: #fff; border-radius: 4px; box-shadow: var(--shadow-lg); transform: rotate(2deg); }
.bm-sheet--back { left: 4%; right: 14%; top: 24px; bottom: -18px; padding: 0; background: var(--coal); transform: rotate(-5deg); }
.bm-sheet--back::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 220px; height: 220px; border: 4px solid var(--red); border-radius: 50%; }
.bm-sheet__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 4px solid var(--red); }
.bm-sheet__head img { width: 136px; height: auto; }
.bm-sheet__head span { font: 600 15px var(--head); letter-spacing: .12em; text-transform: uppercase; color: var(--ink); text-align: right; }
.bm-sheet__rows { display: grid; gap: 14px; margin: 26px 0; }
.bm-sheet__rows span { height: 10px; border-radius: 5px; background: var(--mist); }
.bm-sheet__rows .is-short { width: 55%; }
.bm-sheet__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bm-sheet__grid span { height: 46px; border: 2px solid var(--line); border-radius: 3px; }
.bm-sheet__foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 34px; }
.bm-sheet__sign { width: 45%; height: 2px; background: var(--ink); }
.bm-sheet__stamp { padding: 6px 14px; border: 3px solid var(--red-ink); border-radius: 4px; color: var(--red-ink); font: 700 18px var(--head); letter-spacing: .16em; text-transform: uppercase; transform: rotate(-8deg); }

/* Mail-back catalog */
.bm-fam + .bm-fam { margin-top: clamp(40px, 5vw, 64px); }
.bm-fam__head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8px 48px; align-items: end; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 4px solid var(--red); }
.bm-fam__t { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); text-transform: uppercase; }
.bm-fam__head p { margin: 0; color: var(--muted); font-size: 16px; }
.bm-prods { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.bm-prod { display: flex; flex-direction: column; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.bm-prod__media { display: grid; place-items: center; aspect-ratio: 1; padding: 18px; background: #fff; border-bottom: 1px solid var(--mist); }
.bm-prod__media img { width: 100%; height: 100%; object-fit: contain; }
.bm-prod__body { display: flex; flex: 1; flex-direction: column; gap: 6px; padding: 18px 20px 20px; }
.bm-prod__t { font: 600 1.15rem/1.2 var(--head); text-transform: uppercase; color: var(--ink); letter-spacing: .01em; }
.bm-prod__price { margin: 0; font: 600 1.6rem var(--head); color: var(--red-ink); }
.bm-prod__spec { margin: 0; font-size: 14px; color: var(--muted); }
.bm-prod__more { margin-top: 4px; font-size: 14px; }
.bm-prod__more summary { cursor: pointer; color: var(--ink); font-weight: 500; text-decoration: underline; text-underline-offset: .2em; }
.bm-prod__more ul { margin: 10px 0 0 1.1em; list-style: disc; color: var(--body); }
.bm-prod__more li { margin-bottom: 4px; line-height: 1.45; }
.bm-prod__buy { margin-top: auto; align-self: flex-start; }
.bm-prod__body > .bm-prod__buy { margin-top: 14px; }

/* About timeline */
.bm-time__ring { width: 700px; --sw: .55; right: -300px; bottom: -380px; opacity: .8; }
.bm-time__list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bm-time__list::before { content: ""; position: absolute; left: 0; right: 0; top: 29px; height: 4px; background: var(--red); border-radius: 2px; }
.bm-time__item { position: relative; padding-top: 70px; }
.bm-time__item::before { content: ""; position: absolute; left: 0; top: 14px; width: 34px; height: 34px; border-radius: 50%; background: var(--coal); border: 4px solid var(--red); box-shadow: 0 0 0 6px var(--coal); }
.bm-time__when { margin: 0 0 6px; font: 600 clamp(2.2rem, 1.8rem + 1.2vw, 3rem)/1 var(--head); color: var(--red-hot); text-transform: uppercase; }
.bm-time__t { font-size: 1.35rem; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.bm-time__item p:last-child { margin: 0; color: var(--steel-2); font-size: 16px; }
.bm-time__item { background: var(--char); border-radius: var(--r); padding: 76px 24px 26px; box-shadow: var(--shadow-lg); }
.bm-time__item::before { left: 24px; }

/* Dark variants of light components */
.bm-coal .bm-svc__card--osha .bm-svc__link { background: var(--char); box-shadow: inset 0 0 0 1px #474747, var(--shadow); }
.bm-coal.bm-docs .bm-sheet--back { background: var(--red-deep); }
.bm-coal.bm-docs .bm-sheet--back::after { border-color: #fff; opacity: .5; }
.bm-coal.bm-steps .bm-step, .bm-coal.bm-docs .bm-docs__list li { box-shadow: 0 16px 34px -20px rgba(0, 0, 0, .9); }
.bm-coal .bm-lead { color: var(--steel-2); }

/* Contact form extras */
.bm-field textarea { width: 100%; min-height: 110px; padding: 10px 12px; border: 1.5px solid #8a8a8a; border-radius: 4px; background: #fff; color: var(--ink); font: 400 16px/1.5 var(--text); resize: vertical; }
.bm-field textarea:focus { border-color: var(--red-ink); outline: 3px solid rgba(214, 28, 0, .25); outline-offset: 0; }
.bm-office__mail { font: 500 16px var(--text) !important; word-break: break-all; }

.bm-prose { max-width: 820px; }
.bm-prose h2 { margin: 1.6em 0 .5em; font-size: 1.9rem; text-transform: uppercase; }
.bm-prose h3 { margin: 1.4em 0 .4em; font-size: 1.35rem; }
.bm-prose ul { margin: 0 0 1.2em 1.2em; list-style: disc; }
.bm-prose li { margin-bottom: .35em; }

/* ---------- Footer ---------- */
.bm-footer { position: relative; overflow: hidden; background: var(--coal-2); color: var(--steel-2); padding: clamp(56px, 7vw, 88px) 0 0; font-size: 15.5px; }
.bm-footer__ring { width: 520px; --sw: .75; right: -330px; bottom: -330px; opacity: .5; }
.bm-footer__grid { position: relative; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 40px; padding-bottom: 48px; }
.bm-footer__brand img { width: 260px; height: auto; margin-bottom: 18px; }
.bm-footer__brand p { max-width: 34ch; color: var(--steel-2); }
.bm-footer__h { margin-bottom: 16px; font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.bm-footer__col ul { display: grid; gap: 10px; }
.bm-footer a { color: var(--steel-2); text-decoration: none; }
.bm-footer a:hover { color: #fff; text-decoration: underline; }
.bm-footer address { margin-bottom: 10px; line-height: 1.55; }
.bm-footer p { margin: 0 0 8px; }
.bm-footer__tel { font: 600 1.25rem var(--head); color: #fff !important; letter-spacing: .02em; }
.bm-footer__hours { font-size: 14px; color: var(--steel); }
.bm-footer__base { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 22px; padding-bottom: 26px; border-top: 1px solid #3a3a3a; font-size: 14px; }
.bm-footer__base p { margin: 0; color: var(--steel); }
.bm-footer__base ul { display: flex; flex-wrap: wrap; gap: 20px; }

.bm-callbar { display: none; }

/* ---------- Motion: small, and off when asked ---------- */
@media (prefers-reduced-motion: no-preference) {
	.bm-js .bm-rv { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--d, 0s); }
	.bm-js .bm-rv.is-in { opacity: 1; transform: none; }
	.bm-js .bm-rv-ring circle { stroke-dashoffset: 120; transition: stroke-dashoffset 1.6s cubic-bezier(.2, .7, .2, 1); }
	.bm-js .bm-rv-ring.is-in circle { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
	.bm-svc { grid-template-columns: 1fr 1fr; }
	.bm-svc__card--lead { grid-row: auto; grid-column: 1 / -1; }
	.bm-svc__card--lead .bm-svc__link { flex-direction: row; }
	.bm-svc__card--lead .bm-svc__media { flex: 1.2; min-height: 340px; }
	.bm-svc__card--lead .bm-svc__body { flex: 1; justify-content: center; padding: 32px; }
	.bm-steps__list { grid-template-columns: 1fr 1fr; }
	.bm-where__grid { grid-template-columns: 1fr 1fr; }
	.bm-reach { grid-column: 1 / -1; }
	.bm-footer__grid { grid-template-columns: 1fr 1fr; }
	.bm-cards--4, .bm-svc--four, .bm-time__list { grid-template-columns: 1fr 1fr; }
	.bm-time__list::before { display: none; }
}
@media (max-width: 1020px) {
	.bm-hero__grid { grid-template-columns: 1fr; }
	.bm-hero__form { max-width: 640px; }
	.bm-promises__list { grid-template-columns: 1fr 1fr; }
	.bm-split-head, .bm-ways__head .bm-head { grid-template-columns: 1fr; }
	.bm-ways__head .bm-lead { grid-column: 1; grid-row: auto; margin-top: 16px; }
	.bm-story__media { position: relative; width: 100%; height: 420px; }
	.bm-story__media::after { background: linear-gradient(0deg, var(--coal) 0%, rgba(35, 35, 35, 0) 45%); }
	.bm-story__ring { width: 300px; --sw: 1.3; left: auto; right: -150px; top: 20px; }
	.bm-story__grid { grid-template-columns: 1fr; padding-top: 8px; }
	.bm-story__copy { grid-column: 1; padding-left: 0; }
	.bm-figures { grid-template-columns: 1fr 1fr; }
	.bm-figures > div:nth-child(3) { box-shadow: inset 0 1px rgba(255, 255, 255, .22); }
	.bm-figures > div:nth-child(4) { box-shadow: inset 1px 0 rgba(255, 255, 255, .22), inset 0 1px rgba(255, 255, 255, .22); }
	.bm-ways__grid { grid-template-columns: 1fr; }
	.bm-way { min-height: 600px; }
	.bm-way--red .bm-way__body { margin-left: 0; }
	.bm-who__grid { grid-template-columns: 1fr; }
	.bm-comp { padding-top: 0; }
	.bm-comp__media { position: relative; width: 100%; height: 380px; }
	.bm-comp__media::after { background: linear-gradient(0deg, var(--coal) 0%, rgba(35, 35, 35, 0) 50%); }
	.bm-comp__copy { max-width: none; margin-top: -90px; }
	.bm-faq__grid { grid-template-columns: 1fr; }
	.bm-faq__side { position: static; }
	.bm-close__row { grid-template-columns: 1fr; }
	.bm-close__actions { justify-content: flex-start; }
	.bm-close__actions .bm-btn { flex-basis: auto; }
	.bm-story--right .bm-story__grid { grid-template-columns: 1fr; }
	.bm-story--right .bm-story__copy { padding-right: 0; }
	.bm-story--right .bm-story__media::after { background: linear-gradient(0deg, var(--coal) 0%, rgba(35, 35, 35, 0) 45%); }
	.bm-mist.bm-story .bm-story__media::after { background: linear-gradient(0deg, var(--mist) 0%, rgba(237, 237, 237, 0) 45%); }
	.bm-paper.bm-story .bm-story__media::after { background: linear-gradient(0deg, var(--paper) 0%, rgba(247, 247, 247, 0) 45%); }
	.bm-story__grid:not(:has(.bm-figures)) { min-height: 0; }
	.bm-story .bm-story__grid { padding-bottom: clamp(56px, 8vw, 96px); }
	.bm-cards--3, .bm-steps__list--3 { grid-template-columns: 1fr 1fr; }
	.bm-docs__grid, .bm-fam__head { grid-template-columns: 1fr; }
	.bm-docs__art { min-height: 360px; max-width: 520px; }
}
@media (max-width: 700px) {
	body { font-size: 16.5px; padding-bottom: 64px; }
	.bm-hero { padding-bottom: 72px; }
	.bm-hero__ring { display: none; }
	.bm-hero__calls .bm-call { flex: 1 1 200px; }
	.bm-quote__grid { grid-template-columns: 1fr; }
	.bm-promises { margin-top: 0; padding-top: 24px; background: var(--mist); }
	.bm-promises__list { grid-template-columns: 1fr; gap: 12px; }
	.bm-promise { display: grid; grid-template-columns: 44px 1fr; gap: 2px 16px; padding: 20px; box-shadow: var(--shadow); }
	.bm-promise > .bm-icon { grid-row: span 2; margin: 0; }
	.bm-svc, .bm-steps__list, .bm-where__grid, .bm-voices__grid, .bm-cards--2, .bm-cards--3, .bm-cards--4, .bm-svc--four, .bm-time__list { grid-template-columns: 1fr; }
	.bm-docs__art { min-height: 300px; }
	.bm-sheet { padding: 22px; }
	.bm-prods { grid-template-columns: 1fr 1fr; gap: 12px; }
	.bm-prod__body { padding: 14px; }
	.bm-prod__t { font-size: 1rem; }
	.bm-prod__price { font-size: 1.3rem; }
	.bm-prod__buy { width: 100%; }
	.bm-svc__card--lead .bm-svc__link { flex-direction: column; }
	.bm-svc__card--lead .bm-svc__media { flex: none; min-height: 0; aspect-ratio: 16 / 10; }
	.bm-svc__card--lead .bm-svc__body { padding: 22px 24px 24px; }
	.bm-story__media { height: 300px; }
	.bm-step { display: grid; grid-template-columns: 112px 1fr; grid-template-rows: auto 1fr; column-gap: 16px; }
	.bm-step__media { grid-row: 1 / span 2; aspect-ratio: auto; height: 100%; min-height: 150px; }
	.bm-step__n { position: absolute; left: 8px; top: auto; bottom: 10px; width: 44px; height: 44px; margin: 0; font-size: 20px; box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--red); }
	.bm-step__t { padding: 16px 16px 4px 0; font-size: 1.12rem; }
	.bm-step p { padding: 0 16px 16px 0; font-size: 15px; }
	.bm-steps__list { gap: 14px; }
	.bm-who__list { grid-template-columns: 1fr 1fr; gap: 10px; }
	.bm-who__item { padding: 16px 14px 14px 16px; }
	.bm-who__item::before { top: 16px; height: 24px; }
	.bm-who__item h3 { font-size: 1.05rem; }
	.bm-who__item p { font-size: 13.5px; }
	.bm-figures > div { padding: 20px; }
	.bm-way { min-height: 0; padding-top: 220px; }
	.bm-voice { padding: 28px 24px 24px; }
	.bm-footer__grid { grid-template-columns: 1fr; gap: 32px; }
	.bm-callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr 1.2fr; background: var(--coal-2); box-shadow: 0 -6px 20px -8px rgba(0, 0, 0, .5); }
	.bm-callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 60px; padding: 8px; color: #fff; font: 600 15px var(--head); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
	.bm-callbar a + a { box-shadow: inset 1px 0 #3a3a3a; }
	.bm-callbar .bm-icon { color: var(--red-hot); }
	.bm-callbar__quote { background: var(--red-ink); box-shadow: none !important; }
}
@media (max-width: 380px) {
	.bm-call { font-size: 17px; }
	.bm-h1 { font-size: 2.3rem; }
}

@media (max-height: 500px) {
	/* Landscape phones and 200% zoom: a pinned header would take a third of the screen. */
	.bm-header { position: relative; }
	.bm-callbar { display: none !important; }
	body { padding-bottom: 0; }
}
.bm-coal .bm-svc__card--osha .bm-more, .bm-coal .bm-svc__card--osha .bm-icon--shield { color: #ff7a63; }

/* Third-party UI that pins itself to the bottom edge: keep it above the phone call bar. */
@media (max-width: 700px) and (min-height: 501px) {
	.cmplz-cookiebanner { bottom: 72px !important; }
	#cmplz-manage-consent .cmplz-manage-consent { bottom: 60px !important; }
}

/* Location pages */
.bm-local__card { margin: 26px 0 0; padding: 26px 28px; background: #fff; border-radius: var(--r); border-top: 5px solid var(--red); box-shadow: var(--shadow-lg); color: var(--body); }
.bm-local__addr { margin: 0 0 16px; font: 600 1.5rem/1.2 var(--head); color: var(--ink); text-transform: uppercase; letter-spacing: .01em; }
.bm-local__card .bm-office__facts { margin-bottom: 20px; }
.bm-local__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.bm-local__actions .bm-icon { width: 18px; height: 18px; }
.bm-source { margin: 22px 0 0; font-size: 14px; color: var(--muted); }
.bm-office__links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: auto; }
.bm-footer__h a { color: #fff !important; text-decoration: none; }
.bm-footer__h a:hover { text-decoration: underline; }
@media (max-width: 1320px) and (min-width: 1181px) {
	.bm-nav__item > a { padding: 10px 8px; font-size: 14px; letter-spacing: .06em; }
	.bm-nav { gap: 18px; }
}

/* ---------- Header cart ---------- */
.bm-header__cart { display: flex; align-items: center; margin-left: 12px; order: 3; }
.bm-cartlink { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; color: var(--ink); text-decoration: none; transition: background-color .18s; }
.bm-cartlink:hover { background: var(--mist); color: var(--red-ink); }
.bm-cartlink .bm-icon { width: 26px; height: 26px; }
.bm-cartlink__n { position: absolute; top: 4px; right: 2px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--red-ink); color: #fff; font: 600 12px/20px var(--text); text-align: center; }
.bm-cartlink__n[data-count="0"] { background: var(--steel); color: var(--ink); }
.bm-shopbar .bm-cartlink { color: #fff; }
.bm-shopbar .bm-cartlink:hover { background: rgba(255, 255, 255, .12); color: #fff; }
@media (min-width: 1181px) { .bm-header__cart { order: 0; margin-left: 0; } .bm-header__row { gap: 18px; } }
@media (max-width: 1180px) { .bm-header__cart { margin-left: auto; } .bm-header__cart + .bm-menubtn { margin-left: 8px; } }


/* Header fit at desktop widths: labels never wrap; the portal button shows in the mobile menu only (the footer and OSHA sections link it too). */
.bm-nav__item > a, .bm-nav__actions .bm-btn { white-space: nowrap; }
@media (min-width: 1181px) {
	.bm-nav__actions .bm-btn--line { display: none; }
}

/* Location office card sits on charcoal but is a light card. */
.bm-story__copy .bm-local__card p { color: var(--body); }
.bm-story__copy .bm-local__card .bm-local__addr { color: var(--ink); }
.bm-story__copy .bm-local__card .bm-office__tag { color: var(--red-ink); }

/* Links on the light grey bands need the deeper red for small text (6.5:1 on #ededed). */
.bm-mist .bm-source a, .bm-mist .bm-prose a { color: var(--red-deep); }

/* 320-420px: logo, cart and menu button on one line. */
@media (max-width: 420px) {
	.bm-logo img { height: 42px; }
	.bm-menubtn span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.bm-menubtn { padding: 8px 10px; }
	.bm-header__row { gap: 10px; }
	.bm-cartlink { width: 44px; height: 44px; }
}

/* Search results */
.bm-search { max-width: 640px; margin-bottom: 32px; }
.bm-search label { display: block; margin-bottom: 6px; font-weight: 500; color: var(--ink); }
.bm-search__row { display: flex; gap: 10px; }
.bm-search input { flex: 1; min-height: 48px; padding: 10px 12px; border: 1.5px solid #8a8a8a; border-radius: 4px; font: 400 16px var(--text); }
.bm-results { display: grid; gap: 14px; max-width: 860px; }
.bm-result { padding: 22px 24px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); border-left: 5px solid var(--red); }
.bm-result__type { margin: 0 0 4px; font: 600 12px var(--head); letter-spacing: .14em; text-transform: uppercase; color: var(--red-ink); }
.bm-result__t { font-size: 1.35rem; text-transform: uppercase; margin-bottom: 6px; }
.bm-result__t a { color: var(--ink); text-decoration: none; }
.bm-result__t a:hover { color: var(--red-ink); text-decoration: underline; }
.bm-result p:last-child { margin: 0; color: var(--muted); font-size: 15.5px; }
.nav-links { display: flex; gap: 8px; margin-top: 28px; }
.nav-links a, .nav-links span { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 4px; background: #fff; box-shadow: var(--shadow); color: var(--ink); text-decoration: none; font: 600 15px var(--head); }
.nav-links .current { background: var(--red-ink); color: #fff; }

/* Tablet fit (768-1180): hero stacks before the form gets cramped, promises go 2x2,
   the utility bar keeps only the two phones and the portal. */
@media (max-width: 1180px) {
	.bm-promises__list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1100px) {
	.bm-hero__grid { grid-template-columns: 1fr; }
	.bm-hero__form { max-width: 640px; }
}
@media (max-width: 700px) {
	.bm-promises__list { grid-template-columns: 1fr; }
}
@media (max-width: 1100px) { .bm-hero__ring { display: none; } }
.bm-search input { min-width: 0; }
@media (max-width: 420px) { .bm-search__row { flex-direction: column; } }

/* ---------- Internal links (2026-09-22) ---------- */
/* Header: account next to the cart. */
.bm-header__cart { gap: 2px; }
.bm-accountlink[aria-current] { color: var(--red-ink); background: var(--mist); }
@media (max-width: 380px) { .bm-cartlink { width: 40px; height: 40px; } .bm-cartlink .bm-icon { width: 23px; height: 23px; } }

/* Links in running copy on dark bands: white, underlined (red is under 4.5:1 on charcoal). */
.bm-way .bm-ticks a, .bm-coal .bm-story__copy p a, .bm-svc__foot a { color: #fff; text-decoration: underline; text-decoration-color: var(--red-hot); text-decoration-thickness: 2px; }
.bm-way .bm-ticks a:hover, .bm-coal .bm-story__copy p a:hover, .bm-svc__foot a:hover { color: #fff; text-decoration-color: #fff; }
.bm-way--red .bm-ticks a { text-decoration-color: #fff; }
/* On the light grey bands, the deeper red. */
.bm-mist .bm-story__copy p a, .bm-mist .bm-fam__head .bm-more, .bm-mist .bm-shopintro a { color: var(--red-deep); }

.bm-way__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.bm-way__alt { color: #fff; font: 600 15px var(--head); letter-spacing: .08em; text-transform: uppercase; text-decoration: underline; text-decoration-color: var(--red-hot); text-decoration-thickness: 2px; text-underline-offset: .3em; }
.bm-way__alt:hover { color: #fff; text-decoration-color: #fff; }

.bm-svc__foot { margin: 32px 0 0; max-width: 72ch; color: rgba(255, 255, 255, .88); }
.bm-mist .bm-svc__foot { color: var(--body); }
.bm-mist .bm-svc__foot a { color: var(--red-deep); text-decoration-color: currentColor; }

.bm-fam__head .bm-more { grid-column: -2 / -1; justify-self: start; margin-top: 6px; }
.bm-shop__all { margin: 40px 0 0; text-align: center; }
.bm-shopintro { margin: 0 0 24px; max-width: 72ch; }

/* Footer: five columns only where they fit. */
@media (max-width: 1320px) and (min-width: 1181px) { .bm-footer__grid { grid-template-columns: repeat(3, 1fr); } }
/* Shop and the account icon added two header items: tighter spacing where the full nav only just fits. */
@media (max-width: 1320px) and (min-width: 1181px) {
	.bm-header__row { gap: 10px; }
	.bm-nav { gap: 12px; }
	.bm-nav__item > a { padding: 10px 6px; }
	.bm-nav__toggle { width: 24px; margin-left: -6px; }
	.bm-cartlink { width: 42px; height: 42px; }
}

/* Heroes without the quote form (shop, categories, account, cart, 404, search): the ring framed the form card and,
   with no card, only a stray arc showed at the edge. Here it is the whole broken ring from the logo, inside the hero,
   turning slowly. */
.bm-hero--noform .bm-hero__ring { z-index: 0; width: min(460px, 34vw); right: 9%; --sw: 1; opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
	/* Animate the circle inside the SVG, never the SVG itself: an opacity or transform animation on the SVG
	   made Chrome paint the ring at about a quarter of its red. */
	.bm-hero--noform .bm-hero__ring circle { transform-origin: 50px 50px; animation: bm-ring-draw 1.6s cubic-bezier(.2, .7, .2, 1) both, bm-ring-turn 60s linear 1.6s infinite; }
}
@keyframes bm-ring-draw { from { stroke-dashoffset: 120; transform: rotate(-165deg); } to { stroke-dashoffset: 0; transform: rotate(-125deg); } }
@keyframes bm-ring-turn { from { transform: rotate(-125deg); } to { transform: rotate(235deg); } }
