.epd {
    --epd-red: #c8102e;
    --epd-navy: #06214a;
    --epd-blue: #087ac1;
    --epd-sky: #eaf6fb;
    --epd-ink: #13213a;
    --epd-muted: #657289;
    --epd-line: #dfe6ee;
    --epd-white: #fff;
    color: var(--epd-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    margin-inline: calc(50% - 50vw);
    max-width: none;
    overflow: hidden;
    width: 100vw;
}

.epd *, .epd *::before, .epd *::after { box-sizing: border-box; }
.epd [hidden] { display: none !important; }
.epd a { color: inherit; text-decoration: none; }
.epd img { display: block; max-width: 100%; }
.epd button, .epd input { font: inherit; }
.epd h1, .epd h2, .epd h3, .epd p { margin-top: 0; }

.epd__masthead { background: #fff; min-height: 220px; position: relative; z-index: 5; }
.epd__nav {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr 1fr 250px 1fr 1fr;
    margin: 0 auto;
    max-width: 1420px;
    min-height: 220px;
    padding: 0 48px;
    text-align: center;
}
.epd__nav > a:not(.epd__brand) {
    color: var(--epd-red);
    font-size: 15px;
    font-weight: 750;
    letter-spacing: .04em;
    position: relative;
    text-transform: uppercase;
}
.epd__nav > a:not(.epd__brand)::after {
    background: var(--epd-red);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    transition: transform .2s ease;
    width: 28px;
}
.epd__nav > a:not(.epd__brand):hover::after,
.epd__nav > a:not(.epd__brand):focus-visible::after { transform: translateX(-50%) scaleX(1); }
.epd__brand { align-self: start; filter: drop-shadow(0 14px 18px rgba(5, 31, 67, .12)); height: 245px; justify-self: center; margin-top: 2px; width: 245px; z-index: 2; }
.epd__brand img { height: 100%; object-fit: contain; width: 100%; }

.epd__hero {
    align-items: center;
    background-color: #07172d;
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    position: relative;
}
.epd__hero-bg { height: 100% !important; inset: 0; max-width: none !important; object-fit: cover; object-position: center center; position: absolute; width: 100% !important; z-index: 0; }
.epd__hero::before {
    background: linear-gradient(90deg, rgba(2, 21, 48, .94) 0%, rgba(3, 30, 65, .82) 42%, rgba(3, 30, 65, .24) 72%, rgba(3, 30, 65, .08) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}
.epd__hero-content { color: white; margin: 0 auto; max-width: 1320px; padding: 100px 50% 100px 48px; position: relative; width: 100%; z-index: 2; }
.epd__ecolab-logo { background: white; border-radius: 6px; height: auto; margin: 22px 0 34px; padding: 13px 16px; width: 230px; }
.epd__hero h1 { color: #fff; font-size: clamp(42px, 5vw, 74px); font-weight: 800; letter-spacing: -.045em; line-height: 1.02; margin-bottom: 24px; }
.epd__hero h1 span { color: #67c8e8; }
.epd__hero p { color: rgba(255,255,255,.83); font-size: 19px; max-width: 650px; }
.epd__kicker { color: var(--epd-red); display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.epd__primary-button { align-items: center; background: var(--epd-red); border-radius: 4px; box-shadow: 0 12px 30px rgba(200,16,46,.28); color: white !important; display: inline-flex; font-weight: 750; gap: 20px; margin-top: 16px; padding: 16px 22px; transition: transform .2s ease, box-shadow .2s ease; }
.epd__primary-button:hover { box-shadow: 0 15px 35px rgba(200,16,46,.4); transform: translateY(-2px); }

.epd__intro, .epd__downloads { margin: 0 auto; max-width: 1320px; padding: 110px 48px; }
.epd__section-heading { margin: 0 auto 60px; max-width: 780px; text-align: center; }
.epd__section-heading--left { margin-left: 0; text-align: left; }
.epd__section-heading h2, .epd__responsibility h2 { color: var(--epd-navy); font-size: clamp(34px, 4vw, 54px); letter-spacing: -.035em; line-height: 1.08; margin: 14px 0 22px; }
.epd__section-heading p { color: var(--epd-muted); font-size: 18px; }
.epd__benefits { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.epd__benefits article { border: 1px solid var(--epd-line); border-radius: 8px; box-shadow: 0 12px 35px rgba(20, 46, 78, .06); min-height: 235px; padding: 34px; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.epd__benefits article:hover { box-shadow: 0 20px 45px rgba(20, 46, 78, .1); transform: translateY(-4px); }
.epd__benefits span { color: var(--epd-blue); font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.epd__benefits h3 { color: var(--epd-navy); font-size: 24px; margin: 28px 0 10px; }
.epd__benefits p { color: var(--epd-muted); margin: 0; }

.epd__responsibility { align-items: center; background: var(--epd-navy); color: white; display: grid; gap: 80px; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); padding: 90px max(48px, calc((100vw - 1224px) / 2)); position: relative; }
.epd__responsibility::before { background: linear-gradient(90deg, var(--epd-blue), #4bb7d6, #a3cc46, #efc22c, var(--epd-red)); content: ""; height: 6px; inset: 0 0 auto; position: absolute; }
.epd__responsibility h2 { color: #fff; }
.epd__responsibility p { color: rgba(255,255,255,.72); font-size: 18px; max-width: 720px; }
.epd__kicker--light { color: #6ed2ed; }
.epd__responsibility dl { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin: 0; }
.epd__responsibility dl div { background: rgba(255,255,255,.07); padding: 25px 18px; text-align: center; }
.epd__responsibility dt { color: #fff; font-size: 38px; font-weight: 800; }
.epd__responsibility dd { color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .04em; margin: 4px 0 0; text-transform: uppercase; }

.epd__downloads { max-width: 1420px; }
.epd__tools { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 20px; }
.epd__filters { display: flex; flex-wrap: wrap; gap: 8px; }
.epd__filters button { background: #f3f6f9; border: 1px solid transparent; border-radius: 100px; color: #445269; cursor: pointer; font-size: 14px; font-weight: 700; padding: 10px 16px; transition: .2s ease; }
.epd__filters button:hover { border-color: #ccd8e4; }
.epd__filters button.is-active { background: var(--epd-navy); color: white; }
.epd__search { align-items: center; border: 1px solid var(--epd-line); border-radius: 5px; display: flex; flex: 0 0 270px; gap: 10px; padding: 0 14px; }
.epd__search svg { fill: none; height: 19px; stroke: #728096; stroke-linecap: round; stroke-width: 2; width: 19px; }
.epd__search input { border: 0 !important; box-shadow: none !important; min-height: 44px; outline: 0; padding: 0; width: 100%; }
.epd__result-count { color: var(--epd-muted); font-size: 13px; margin: 0 0 22px; }
.epd__grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.epd__card { background: white; border: 1px solid var(--epd-line); border-radius: 7px; box-shadow: 0 10px 28px rgba(11, 39, 72, .06); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.epd__card:hover { box-shadow: 0 18px 40px rgba(11, 39, 72, .12); transform: translateY(-4px); }
.epd__cover { align-items: flex-start; background: #eaf0f5; display: flex; height: 220px; justify-content: center; overflow: hidden; position: relative; }
.epd__cover::after { background: linear-gradient(0deg, rgba(6,33,74,.22), transparent 50%); content: ""; inset: 0; position: absolute; }
.epd__cover img { height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; width: 100%; }
.epd__card:hover .epd__cover img { transform: scale(1.025); }
.epd__cover > span { background: var(--epd-red); border-radius: 3px; bottom: 15px; color: white; font-size: 11px; font-weight: 850; letter-spacing: .08em; padding: 5px 8px; position: absolute; right: 15px; z-index: 2; }
.epd__card-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.epd__card-eyebrow { color: var(--epd-blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.epd__card h3 { color: var(--epd-navy); font-size: 25px; letter-spacing: -.02em; line-height: 1.15; margin: 9px 0 14px; }
.epd__card p { color: var(--epd-muted); font-size: 15px; }
.epd__meta { color: #8490a1; font-size: 12px; margin-top: auto; padding-top: 10px; }
.epd__download { align-items: center; border-top: 1px solid var(--epd-line); color: var(--epd-red) !important; display: flex; font-size: 14px; font-weight: 800; justify-content: space-between; margin-top: 18px; padding-top: 18px; }
.epd__download svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 20px; }
.epd__empty { background: var(--epd-sky); border-radius: 6px; color: var(--epd-navy); font-weight: 700; margin-top: 20px; padding: 36px; text-align: center; }

.epd__footer { align-items: center; background: #f4f6f8; border-top: 1px solid var(--epd-line); display: grid; gap: 30px; grid-template-columns: 90px 1fr auto; padding: 36px max(48px, calc((100vw - 1324px) / 2)); }
.epd__footer img { height: 80px; object-fit: contain; width: 80px; }
.epd__footer strong { color: var(--epd-navy); display: block; font-size: 18px; }
.epd__footer p { color: var(--epd-muted); margin: 3px 0 0; }
.epd__footer > a { color: var(--epd-red); font-weight: 750; }

@media (max-width: 1050px) {
    .epd__masthead, .epd__nav { min-height: 150px; }
    .epd__nav { gap: 18px; grid-template-columns: 1fr 1fr 170px 1fr 1fr; padding-inline: 25px; }
    .epd__brand { height: 175px; width: 175px; }
    .epd__nav > a:not(.epd__brand) { font-size: 12px; }
    .epd__hero-content { padding-right: 38%; }
    .epd__responsibility { gap: 45px; grid-template-columns: 1fr; }
    .epd__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .epd__tools { align-items: stretch; flex-direction: column; }
    .epd__search { flex-basis: auto; max-width: 380px; }
}

@media (max-width: 720px) {
    .epd__masthead { min-height: 135px; }
    .epd__nav { grid-template-columns: repeat(4, 1fr); grid-template-rows: 92px 42px; min-height: 135px; padding: 0 16px; }
    .epd__brand { grid-column: 1 / -1; grid-row: 1; height: 110px; margin: 0; width: 110px; }
    .epd__nav > a:not(.epd__brand) { font-size: 10px; grid-row: 2; }
    .epd__nav > a:nth-of-type(1) { display: none; }
    .epd__nav > a:nth-of-type(2) { grid-column: 1 / 2; }
    .epd__nav > a:nth-of-type(4) { grid-column: 2 / 4; }
    .epd__nav > a:nth-of-type(5) { grid-column: 4 / 5; }
    .epd__hero { min-height: 100vh; min-height: 100svh; }
    .epd__hero-bg { object-position: 62% center; }
    .epd__hero::before { background: linear-gradient(90deg, rgba(2,21,48,.95), rgba(3,30,65,.72)); }
    .epd__hero-content { padding: 72px 24px; }
    .epd__ecolab-logo { width: 190px; }
    .epd__hero h1 { font-size: 41px; }
    .epd__hero p { font-size: 17px; }
    .epd__intro, .epd__downloads { padding: 76px 20px; }
    .epd__section-heading { margin-bottom: 42px; }
    .epd__benefits, .epd__grid { grid-template-columns: 1fr; }
    .epd__responsibility { padding: 72px 22px; }
    .epd__responsibility dl { grid-template-columns: 1fr; }
    .epd__responsibility dl div { padding: 18px; }
    .epd__tools { gap: 20px; }
    .epd__filters { flex-wrap: nowrap; margin-inline: -20px; overflow-x: auto; padding: 0 20px 8px; scrollbar-width: thin; }
    .epd__filters button { flex: 0 0 auto; }
    .epd__search { max-width: none; }
    .epd__cover { height: 235px; }
    .epd__footer { grid-template-columns: 60px 1fr; padding: 28px 20px; }
    .epd__footer img { height: 60px; width: 60px; }
    .epd__footer > a { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .epd *, .epd *::before, .epd *::after { scroll-behavior: auto !important; transition: none !important; }
}
