.Hero-module___w2HtG__hero{width:100%;height:55vh;min-height:420px;max-height:580px;margin-top:var(--header-h);background-color:var(--charcoal-950);position:relative;overflow:hidden}.Hero-module___w2HtG__bgWrap{z-index:1;position:absolute;inset:0}.Hero-module___w2HtG__solidBg{background-color:var(--charcoal-950);z-index:1;position:absolute;inset:0}.Hero-module___w2HtG__collageGrid{z-index:2;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:clamp(8px,1vw,14px);padding:clamp(20px,2.2vw,36px) clamp(20px,2.2vw,36px) clamp(20px,2.2vw,36px) 0;display:grid;position:absolute;inset:0 0 0 45%}.Hero-module___w2HtG__collageItem{border-radius:var(--radius-md);background:var(--charcoal-900);transition:transform var(--dur-slow) var(--ease-out), opacity var(--dur-slow) var(--ease-out), filter var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out), border-color var(--dur-slow) var(--ease-out);border:1px solid #ffffff1f;position:relative;overflow:hidden;box-shadow:0 6px 18px #00000059}.Hero-module___w2HtG__collageItem:hover{z-index:5;border-color:#ffffff59;transform:scale(1.04);box-shadow:0 16px 36px #0000008c}.Hero-module___w2HtG__collageGrid:hover .Hero-module___w2HtG__collageItem:not(:hover){opacity:.55;filter:brightness(.8)grayscale(15%)}.Hero-module___w2HtG__collageImg{object-fit:cover;object-position:center;transition:transform var(--dur-slow) var(--ease-out)}.Hero-module___w2HtG__collageItem:hover .Hero-module___w2HtG__collageImg{transform:scale(1.06)}.Hero-module___w2HtG__overlay{z-index:3;pointer-events:none;background:linear-gradient(90deg,#16181d 0% 30%,#16181dd9 45%,#16181d4d 60%,#0000 72%);position:absolute;inset:0}.Hero-module___w2HtG__content{z-index:4;align-items:center;height:100%;padding:0 clamp(1.5rem,5vw,5rem);display:flex;position:relative}.Hero-module___w2HtG__copyBlock{flex-direction:column;align-items:flex-start;max-width:520px;display:flex}.Hero-module___w2HtG__eyebrow{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-red);margin-bottom:.75rem;font-size:clamp(.8rem,.7rem + .5vw,.95rem);font-weight:700;display:inline-block}.Hero-module___w2HtG__heading{font-family:var(--font-heading);letter-spacing:-.02em;color:#fff;white-space:pre-line;text-shadow:0 2px 12px #00000059;margin-bottom:1rem;font-size:clamp(2.2rem,1.8rem + 3.2vw,3.8rem);font-weight:700;line-height:1.1}.Hero-module___w2HtG__description{color:var(--text-on-dark-muted);text-shadow:0 1px 4px #00000040;max-width:480px;margin-bottom:2rem;font-size:clamp(.9rem,.85rem + .3vw,1.05rem);line-height:1.6}.Hero-module___w2HtG__ctaBtn{font-family:var(--font-heading);font-size:var(--fs-small);letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--brand-red);border-radius:var(--radius-xs);cursor:pointer;transition:background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);border:none;align-items:center;padding:.85rem 2rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #d92d2059}.Hero-module___w2HtG__ctaBtn:hover{background:var(--brand-red-dark);transform:translateY(-2px);box-shadow:0 6px 20px #d92d2073}.Hero-module___w2HtG__dots{z-index:4;gap:.6rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.Hero-module___w2HtG__dot{cursor:pointer;width:12px;height:12px;transition:all var(--dur-base) var(--ease-out);background:0 0;border:2px solid #fff9;border-radius:50%;padding:0}.Hero-module___w2HtG__dot:hover{background:#ffffff4d;border-color:#fff}.Hero-module___w2HtG__dotActive{background:var(--brand-red);border-color:var(--brand-red);transform:scale(1.15)}.Hero-module___w2HtG__searchSection{z-index:var(--z-raised);background:var(--bg-base);padding:2rem clamp(1.25rem,4vw,2.5rem);position:relative}.Hero-module___w2HtG__searchWrap{max-width:760px;margin:0 auto}.Hero-module___w2HtG__searchBar{background:var(--bg-surface);border:2px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);transition:box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);align-items:stretch;display:flex;overflow:hidden}.Hero-module___w2HtG__searchBar:focus-within{border-color:var(--brand-red);box-shadow:var(--shadow-lg), 0 0 0 3px #d92d201f}.Hero-module___w2HtG__searchInputWrap{flex:1;align-items:center;gap:.75rem;padding:.85rem 1.25rem;display:flex}.Hero-module___w2HtG__searchIcon{width:20px;height:20px;color:var(--text-muted);flex-shrink:0}.Hero-module___w2HtG__searchInput{font-size:var(--fs-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1}.Hero-module___w2HtG__searchInput::placeholder{color:var(--text-muted)}.Hero-module___w2HtG__searchBtn{background:var(--brand-red);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:var(--fs-small);letter-spacing:var(--tracking-wide);cursor:pointer;transition:background var(--dur-base) var(--ease-out);border:none;padding:.85rem 2.25rem}.Hero-module___w2HtG__searchBtn:hover{background:var(--brand-red-dark)}@media (max-width:1023px){.Hero-module___w2HtG__collageGrid{gap:8px;padding:clamp(12px,2vw,24px);left:0}.Hero-module___w2HtG__collageItem:nth-child(2n),.Hero-module___w2HtG__collageItem:nth-child(odd){transform:none!important}.Hero-module___w2HtG__collageItem:hover{transform:scale(1.02)!important}.Hero-module___w2HtG__overlay{background:#16181dcc}}@media (max-width:640px){.Hero-module___w2HtG__hero{height:45vh;min-height:280px}.Hero-module___w2HtG__searchBar{flex-direction:column}.Hero-module___w2HtG__searchBtn{width:100%;padding:.85rem}}
.Section-module__BZ7-0a__section{padding-block:var(--section-pad-y);position:relative}.Section-module__BZ7-0a__compact{padding-block:clamp(2.5rem,5vw,4rem)}.Section-module__BZ7-0a__large{padding-block:clamp(5rem,11vw,10rem)}.Section-module__BZ7-0a__base{background:var(--bg-base)}.Section-module__BZ7-0a__surface{background:var(--bg-surface)}.Section-module__BZ7-0a__subtle{background:var(--bg-subtle)}.Section-module__BZ7-0a__dark{background:var(--charcoal-950);color:var(--text-on-dark)}:is(.Section-module__BZ7-0a__dark h1,.Section-module__BZ7-0a__dark h2,.Section-module__BZ7-0a__dark h3,.Section-module__BZ7-0a__dark h4,.Section-module__BZ7-0a__dark h5,.Section-module__BZ7-0a__dark h6){color:var(--text-on-dark)}
.SectionHeading-module__1CUDPa__heading{gap:var(--space-md);flex-direction:column;max-width:64ch;display:flex}.SectionHeading-module__1CUDPa__center{text-align:center;align-items:center;margin-inline:auto}.SectionHeading-module__1CUDPa__title{font-size:var(--fs-h2)}.SectionHeading-module__1CUDPa__description{font-size:var(--fs-lead);line-height:var(--lh-normal);color:var(--text-secondary);max-width:60ch}.SectionHeading-module__1CUDPa__dark .SectionHeading-module__1CUDPa__title{color:var(--text-on-dark)}.SectionHeading-module__1CUDPa__dark .SectionHeading-module__1CUDPa__description{color:var(--text-on-dark-muted)}
.SafetyCompliance-module__sU_UQW__layout{grid-template-columns:1fr;align-items:center;gap:clamp(2rem,4vw,3.5rem);display:grid;position:relative}.SafetyCompliance-module__sU_UQW__left{flex-direction:column;align-items:flex-start;display:flex}.SafetyCompliance-module__sU_UQW__badge{border-radius:var(--radius-pill);background:var(--brand-red-soft);color:var(--brand-red);font-family:var(--font-heading);font-weight:600;font-size:var(--fs-overline);letter-spacing:var(--tracking-wider);text-transform:uppercase;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.4rem .8rem;display:inline-flex}.SafetyCompliance-module__sU_UQW__badge svg{stroke-width:1.5px;width:14px;height:14px}.SafetyCompliance-module__sU_UQW__list{gap:.75rem;display:grid}.SafetyCompliance-module__sU_UQW__list li{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-size:var(--fs-small);color:var(--text-primary);transition:border-color var(--dur-base) var(--ease-out);align-items:flex-start;gap:.75rem;padding:1rem 1.2rem;line-height:1.5;display:flex}.SafetyCompliance-module__sU_UQW__list li:hover{border-color:var(--border-strong)}.SafetyCompliance-module__sU_UQW__list svg{stroke-width:1.5px;width:18px;height:18px;color:var(--brand-red);flex-shrink:0;margin-top:2px}@media (min-width:900px){.SafetyCompliance-module__sU_UQW__layout,.SafetyCompliance-module__sU_UQW__list{grid-template-columns:1fr 1fr}}
