/* Reference homepage correction */
body.ems-store-home .ems-homepage {
  background: #fff;
}

body.ems-store-home .ems-hp-hero {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #111;
  overflow: hidden;
  color: #fff;
}

body.ems-store-home .ems-hp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ems-store-home .ems-hp-hero__shade {
  background: rgba(0, 0, 0, .50);
}

body.ems-store-home .ems-hp-hero__content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  text-align: center;
  padding: 80px 20px;
}

body.ems-store-home .ems-hp-hero__title {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 800;
  margin: 0 0 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

body.ems-store-home .ems-hp-hero__intro {
  color: #fff;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto 30px;
  line-height: 1.45;
}

body.ems-store-home .ems-hp-hero .ems-hp-actions {
  justify-content: center;
}

body.ems-store-home .ems-hp-hero .ems-hp-button {
  background: #ff5a2f;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 18px 42px;
  text-transform: uppercase;
  font-weight: 800;
}

body.ems-store-home .ems-hp-hero__arrows {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 28px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.ems-store-home .ems-hp-hero__arrows span {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  background: rgba(0, 0, 0, .22);
}

body.ems-store-home .ems-hp-hero__dots {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 26px;
  display: flex;
  gap: 9px;
  justify-content: center;
}

body.ems-store-home .ems-hp-hero__dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
}

body.ems-store-home .ems-hp-hero__dots .is-active {
  background: #fff;
}

body.ems-store-home .ems-hp-section {
  padding: 70px 0;
}

body.ems-store-home .ems-hp-section--surface {
  background: #fff;
}

body.ems-store-home .ems-hp-section-title,
body.ems-store-home .ems-hp-section h2 {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  body.ems-store-home .ems-hp-hero {
    min-height: 560px;
    align-items: flex-end;
  }

  body.ems-store-home .ems-hp-hero__content {
    padding: 180px 24px 44px;
  }

  body.ems-store-home .ems-hp-hero__title {
    font-size: 42px;
  }

  body.ems-store-home .ems-hp-hero__intro {
    font-size: 20px;
  }

  body.ems-store-home .ems-hp-hero__arrows {
    padding: 0 20px;
    top: 68%;
  }

  body.ems-store-home .ems-hp-hero__arrows span {
    width: 42px;
    height: 42px;
    font-size: 36px;
  }

  body.ems-store-home .ems-hp-hero .ems-hp-button {
    padding: 16px 34px;
    width: auto;
  }
}

.ems-homepage {
  --ems-hp-ink: #0b0c0e;
  --ems-hp-carbon: #17191c;
  --ems-hp-white: #ffffff;
  --ems-hp-surface: #f4f5f6;
  --ems-hp-border: #d9dee5;
  --ems-hp-text: #1d232b;
  --ems-hp-muted: #616b76;
  --ems-hp-orange: #f97316;
  --ems-hp-orange-dark: #9a3412;
  --ems-hp-orange-hover: #fb923c;
  --ems-hp-focus: #005fcc;
  --ems-hp-success: #16794b;
  --ems-hp-error: #b42318;
  color: var(--ems-hp-text);
  background: var(--ems-hp-white);
  letter-spacing: 0;
  overflow: clip;
}

.ems-homepage,
.ems-homepage *,
.ems-homepage *::before,
.ems-homepage *::after {
  box-sizing: border-box;
}

.ems-homepage :where(h1, h2, h3, p, ul, ol) {
  letter-spacing: 0;
}

.ems-hp-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ems-hp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ems-homepage a,
.ems-homepage button,
.ems-homepage input,
.ems-homepage select,
.ems-homepage textarea {
  letter-spacing: 0;
}

.ems-homepage :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ems-hp-focus);
}

.ems-hp-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--ems-hp-ink);
  color: var(--ems-hp-white);
}

.ems-hp-hero.has-no-media {
  border-bottom: 8px solid var(--ems-hp-orange);
  background-color: var(--ems-hp-carbon);
}

.ems-hp-hero.has-no-media::before,
.ems-hp-hero.has-no-media::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.ems-hp-hero.has-no-media::before {
  top: 0;
  right: 9%;
  width: 18px;
  height: 100%;
  background: rgba(249, 115, 22, 0.2);
}

.ems-hp-hero.has-no-media::after {
  right: 0;
  bottom: 17%;
  width: 36%;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.ems-hp-hero__media,
.ems-hp-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.ems-hp-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ems-hp-hero__shade {
  z-index: -1;
  background: rgba(11, 12, 14, 0.72);
}

.ems-hp-hero__content {
  padding-block: 64px 70px;
}

.ems-hp-eyebrow {
  margin: 0 0 12px;
  color: var(--ems-hp-orange-dark);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.ems-hp-hero .ems-hp-eyebrow,
.ems-hp-section--ink .ems-hp-eyebrow {
  color: #ff9a57;
}

.ems-hp-hero__title {
  max-width: 800px;
  margin: 0;
  color: var(--ems-hp-white);
  font-family: inherit;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 850;
}

.ems-hp-hero__intro {
  max-width: 720px;
  margin: 20px 0 25px;
  color: #edf0f3;
  font-size: 18px;
  line-height: 1.65;
}

.ems-hp-search {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  background: var(--ems-hp-white);
  border: 2px solid var(--ems-hp-white);
  border-radius: 6px;
  overflow: hidden;
}

.ems-hp-search input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: var(--ems-hp-white);
  color: var(--ems-hp-text);
  font-size: 16px;
}

.ems-hp-search input[type="search"]::placeholder {
  color: #6b737d;
  opacity: 1;
}

.ems-hp-search button {
  min-width: 175px;
  min-height: 58px;
  margin: 0;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: var(--ems-hp-orange);
  color: #111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
}

.ems-hp-search button:hover {
  background: var(--ems-hp-orange-hover);
  color: #111;
}

.ems-hp-search:focus-within {
  border-color: var(--ems-hp-focus);
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px var(--ems-hp-focus);
}

.ems-hp-search :where(input, button):focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
  box-shadow: inset 0 0 0 3px var(--ems-hp-focus);
}

.ems-hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.ems-homepage .ems-hp-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid var(--ems-hp-orange);
  border-radius: 5px;
  background: var(--ems-hp-orange);
  color: #111;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
}

.ems-homepage .ems-hp-button:hover {
  border-color: var(--ems-hp-orange-hover);
  background: var(--ems-hp-orange-hover);
  color: #111;
}

.ems-homepage .ems-hp-button--secondary {
  border-color: var(--ems-hp-white);
  background: transparent;
  color: var(--ems-hp-white);
}

.ems-homepage .ems-hp-button--secondary:hover {
  border-color: var(--ems-hp-white);
  background: var(--ems-hp-white);
  color: var(--ems-hp-ink);
}

.ems-hp-section {
  padding-block: 76px;
  background: var(--ems-hp-white);
}

.ems-hp-section--surface {
  background: var(--ems-hp-surface);
}

.ems-hp-section--ink {
  background: var(--ems-hp-ink);
  color: var(--ems-hp-white);
}

.ems-hp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ems-hp-section-head h2,
.ems-hp-sourcing h2,
.ems-hp-trust > .ems-hp-wrap > h2,
.ems-hp-resources > .ems-hp-wrap > h2 {
  margin: 0;
  color: var(--ems-hp-ink);
  font-family: inherit;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 850;
}

.ems-hp-section-head > a,
.ems-homepage .ems-hp-text-link {
  flex: 0 0 auto;
  color: var(--ems-hp-text);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  font-size: 14px;
  font-weight: 800;
}

.ems-hp-section-head > a:hover,
.ems-homepage .ems-hp-text-link:hover {
  color: var(--ems-hp-orange-dark);
}

.ems-hp-section-copy {
  max-width: 850px;
  margin: -8px 0 28px;
  color: var(--ems-hp-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ems-hp-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ems-hp-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ems-hp-category {
  min-width: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--ems-hp-border);
  border-radius: 6px;
  background: var(--ems-hp-white);
  color: var(--ems-hp-text);
  text-decoration: none;
}

.ems-hp-category--large {
  grid-template-columns: minmax(200px, 44%) minmax(0, 1fr);
  min-height: 280px;
}

.ems-hp-category--compact {
  grid-template-rows: auto 1fr;
}

.ems-hp-category:hover {
  border-color: #aeb6c0;
  color: var(--ems-hp-text);
}

.ems-hp-category__media {
  min-height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8ebee;
}

.ems-hp-category--large .ems-hp-category__media {
  min-height: 280px;
}

.ems-hp-category__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--ems-hp-white);
}

.ems-hp-media-pending,
.ems-hp-product__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  padding: 20px;
  color: #66717c;
  text-align: center;
}

.ems-hp-media-pending strong,
.ems-hp-product__placeholder strong {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid #8b949e;
  color: #3f4851;
  font-size: 15px;
}

.ems-hp-media-pending span,
.ems-hp-product__placeholder span {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.ems-hp-category__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  border-top: 4px solid var(--ems-hp-orange);
}

.ems-hp-category--large .ems-hp-category__body {
  justify-content: center;
  border-top: 0;
  border-left: 4px solid var(--ems-hp-orange);
}

.ems-hp-category__title {
  color: var(--ems-hp-ink);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 850;
}

.ems-hp-category__count {
  margin-top: 8px;
  color: var(--ems-hp-orange-dark);
  font-size: 13px;
  font-weight: 800;
}

.ems-hp-category__description {
  margin-top: 14px;
  color: var(--ems-hp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ems-hp-category__action {
  margin-top: auto;
  padding-top: 20px;
  color: var(--ems-hp-text);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-size: 13px;
  font-weight: 800;
}

.ems-hp-product-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

.ems-hp-product {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--ems-hp-border);
  border-radius: 6px;
  background: var(--ems-hp-white);
}

.ems-hp-product__media {
  aspect-ratio: 1 / 1;
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eef0f2;
  color: inherit;
  text-decoration: none;
}

.ems-hp-product__media > img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  background: var(--ems-hp-white);
}

.ems-hp-product__media > .ems-product-placeholder,
.ems-hp-product__media > .ems-product-placeholder-image {
  width: 100%;
  height: 100%;
}

.ems-hp-product__media > .ems-product-placeholder {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  padding: 16px;
  color: #66717c;
  text-align: center;
}

.ems-hp-product__media .ems-product-placeholder-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid #8b949e;
  color: #3f4851;
  font-size: 15px;
  font-weight: 800;
}

.ems-hp-product__media > .ems-product-placeholder-image {
  object-fit: contain;
}

.ems-hp-product__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 17px;
}

.ems-hp-product__family {
  margin: 0 0 8px;
  color: var(--ems-hp-muted);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.ems-hp-product h3 {
  min-height: 4.2em;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.ems-hp-product h3 a {
  color: var(--ems-hp-text);
  text-decoration: none;
}

.ems-hp-product h3 a:hover {
  color: var(--ems-hp-orange-dark);
}

.ems-hp-product__price {
  min-height: 47px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: 14px 0 0;
  color: var(--ems-hp-ink);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 850;
}

.ems-hp-product__price > span {
  margin-bottom: 3px;
  color: var(--ems-hp-muted);
  font-size: 11px;
  font-weight: 650;
}

.ems-hp-product__price .ems-price-stack {
  display: grid;
  gap: 3px;
}

.ems-hp-product__price .ems-price-comparison {
  color: var(--ems-hp-muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 650;
}

.ems-hp-product__availability {
  min-height: 18px;
  margin: 8px 0 0;
  color: var(--ems-hp-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.ems-hp-product__action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 8px 12px;
  border: 1px solid var(--ems-hp-ink);
  border-radius: 4px;
  color: var(--ems-hp-ink);
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.ems-hp-product__action:hover {
  background: var(--ems-hp-ink);
  color: var(--ems-hp-white);
}

.ems-homepage .onsale,
.ems-homepage .product-label.onsale {
  display: none !important;
}

.ems-hp-inline-path,
.ems-hp-empty {
  padding: 24px 0;
  border-top: 1px solid var(--ems-hp-border);
  border-bottom: 1px solid var(--ems-hp-border);
}

.ems-hp-inline-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ems-hp-inline-path p,
.ems-hp-empty p {
  margin: 0;
  color: var(--ems-hp-muted);
  line-height: 1.6;
}

.ems-hp-inline-path a,
.ems-hp-empty a {
  color: var(--ems-hp-text);
  font-weight: 800;
}

.ems-hp-empty h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

.ems-hp-empty a {
  display: inline-block;
  margin-top: 12px;
}

.ems-hp-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ems-hp-border);
  border-left: 1px solid var(--ems-hp-border);
}

.ems-hp-path-grid a {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 20px;
  border-right: 1px solid var(--ems-hp-border);
  border-bottom: 1px solid var(--ems-hp-border);
  background: var(--ems-hp-white);
  color: var(--ems-hp-text);
  text-decoration: none;
}

.ems-hp-path-grid a:hover {
  background: var(--ems-hp-surface);
}

.ems-hp-path-grid strong {
  font-size: 16px;
  line-height: 1.3;
}

.ems-hp-path-grid span {
  color: var(--ems-hp-muted);
  font-size: 12px;
  line-height: 1.4;
}

.ems-hp-sourcing {
  background: #e9edf0;
}

.ems-hp-sourcing__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 58px;
  align-items: start;
}

.ems-hp-sourcing h2 {
  margin-bottom: 18px;
}

.ems-hp-sourcing__copy > p:not(.ems-hp-eyebrow) {
  margin: 0;
  color: #4d5863;
  font-size: 16px;
  line-height: 1.72;
}

.ems-hp-source-families {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 27px;
  border-top: 1px solid #c9d0d7;
  border-left: 1px solid #c9d0d7;
}

.ems-hp-source-families button,
.ems-hp-source-families a,
.ems-hp-source-families span {
  min-height: 43px;
  flex: 1 1 50%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 9px 12px;
  border: 0;
  border-right: 1px solid #c9d0d7;
  border-bottom: 1px solid #c9d0d7;
  border-radius: 0;
  background: transparent;
  color: var(--ems-hp-text);
  text-align: left;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.ems-hp-source-families button,
.ems-hp-source-families a {
  cursor: pointer;
}

.ems-hp-source-families button:hover,
.ems-hp-source-families a:hover {
  background: var(--ems-hp-white);
  color: var(--ems-hp-orange-dark);
}

.ems-hp-sourcing-form-card {
  padding: 30px;
  border: 1px solid #ccd3d9;
  border-radius: 6px;
  background: var(--ems-hp-white);
}

.ems-hp-sourcing-form-card > h3,
.ems-hp-form-unavailable h3 {
  margin: 0;
  color: var(--ems-hp-ink);
  font-size: 24px;
  line-height: 1.2;
}

.ems-hp-required-note {
  margin: 7px 0 20px;
  color: var(--ems-hp-muted);
  font-size: 12px;
}

.ems-hp-required-note > span,
.ems-hp-field > label > span[aria-hidden="true"] {
  color: var(--ems-hp-error);
}

.ems-hp-source-form {
  display: grid;
  gap: 17px;
}

.ems-hp-form-row--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ems-hp-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.ems-hp-field label {
  color: var(--ems-hp-text);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.ems-hp-field label > span:not([aria-hidden="true"]) {
  color: var(--ems-hp-muted);
  font-weight: 500;
}

.ems-hp-field input,
.ems-hp-field select,
.ems-hp-field textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 1px solid #aab3bd;
  border-radius: 4px;
  background: var(--ems-hp-white);
  color: var(--ems-hp-text);
  font: inherit;
  font-size: 15px;
}

.ems-hp-field input,
.ems-hp-field select {
  min-height: 50px;
  padding: 0 12px;
}

.ems-hp-field textarea {
  min-height: 170px;
  padding: 12px;
  resize: vertical;
}

.ems-hp-field [aria-invalid="true"] {
  border-color: var(--ems-hp-error);
  box-shadow: 0 0 0 1px var(--ems-hp-error);
}

.ems-hp-field-help,
.ems-hp-field-error {
  font-size: 12px;
  line-height: 1.45;
}

.ems-hp-field-help {
  color: var(--ems-hp-muted);
}

.ems-hp-field-error {
  min-height: 0;
  color: var(--ems-hp-error);
  font-weight: 700;
}

.ems-hp-error-summary {
  margin: 10px 0 0;
  padding-left: 20px;
}

.ems-hp-error-summary a {
  color: inherit;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.ems-hp-form-privacy {
  margin: 0;
  color: var(--ems-hp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ems-hp-form-privacy a {
  color: var(--ems-hp-text);
  font-weight: 700;
}

.ems-hp-source-submit {
  width: 100%;
}

.ems-hp-source-submit[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.ems-hp-form-message {
  display: grid;
  gap: 3px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 4px solid currentColor;
  font-size: 13px;
  line-height: 1.5;
}

.ems-hp-form-message--success {
  background: #e8f5ee;
  color: #125f3d;
}

.ems-hp-form-message--error,
.ems-hp-form-message--client {
  background: #fbeceb;
  color: #8f1d14;
}

.ems-hp-form-message[hidden] {
  display: none;
}

.ems-hp-form-unavailable {
  padding: 30px;
  border: 1px solid #ccd3d9;
  border-left: 5px solid var(--ems-hp-orange);
  border-radius: 6px;
  background: var(--ems-hp-white);
}

.ems-hp-form-unavailable p {
  margin: 12px 0 0;
  color: var(--ems-hp-muted);
  line-height: 1.6;
}

.ems-hp-form-unavailable a {
  color: var(--ems-hp-text);
  font-weight: 800;
}

.ems-hp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ems-hp-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 26px;
  padding: 0;
  border-top: 1px solid var(--ems-hp-border);
  border-left: 1px solid var(--ems-hp-border);
}

.ems-hp-steps li {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding: 27px;
  border-right: 1px solid var(--ems-hp-border);
  border-bottom: 1px solid var(--ems-hp-border);
}

.ems-hp-step-number {
  color: var(--ems-hp-orange-dark);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 850;
}

.ems-hp-steps h3 {
  margin: 0 0 9px;
  color: var(--ems-hp-ink);
  font-size: 18px;
  line-height: 1.25;
}

.ems-hp-steps p {
  margin: 0;
  color: var(--ems-hp-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ems-hp-trust > .ems-hp-wrap > h2 {
  max-width: 760px;
  color: var(--ems-hp-white);
}

.ems-hp-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.ems-hp-process-grid article {
  padding-top: 22px;
  border-top: 4px solid var(--ems-hp-orange);
}

.ems-hp-process-grid h3 {
  margin: 0 0 10px;
  color: var(--ems-hp-white);
  font-size: 17px;
  line-height: 1.3;
}

.ems-hp-process-grid p {
  margin: 0;
  color: #bdc4cc;
  font-size: 14px;
  line-height: 1.65;
}

.ems-hp-process-grid a {
  display: inline-block;
  margin-top: 16px;
  color: #ff9b55;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 13px;
  font-weight: 800;
}

.ems-hp-resources > .ems-hp-wrap > h2 {
  max-width: 720px;
}

.ems-hp-resource-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 1fr;
  gap: 44px;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid var(--ems-hp-border);
}

.ems-hp-resource-grid h3 {
  margin: 0 0 16px;
  color: var(--ems-hp-ink);
  font-size: 16px;
  line-height: 1.3;
}

.ems-hp-resource-links {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ems-hp-resource-links a {
  color: var(--ems-hp-text);
  text-decoration: underline;
  text-decoration-color: #b8c0c8;
  text-underline-offset: 4px;
  font-size: 14px;
  line-height: 1.5;
}

.ems-hp-resource-links a:hover {
  color: var(--ems-hp-orange-dark);
  text-decoration-color: currentColor;
}

.ems-hp-resource-contact p {
  margin: 0 0 19px;
  color: var(--ems-hp-muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .ems-hp-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ems-hp-sourcing__layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
    gap: 36px;
  }

  .ems-hp-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ems-hp-hero {
    min-height: 520px;
  }

  .ems-hp-hero__title {
    font-size: 52px;
  }

  .ems-hp-category--large {
    grid-template-columns: 1fr;
  }

  .ems-hp-category--large .ems-hp-category__media {
    min-height: 220px;
    aspect-ratio: 3 / 2;
  }

  .ems-hp-category--large .ems-hp-category__body {
    border-top: 4px solid var(--ems-hp-orange);
    border-left: 0;
  }

  .ems-hp-type-grid,
  .ems-hp-path-grid,
  .ems-hp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ems-hp-sourcing__layout {
    grid-template-columns: 1fr;
  }

  .ems-hp-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
  }

  .ems-hp-resource-contact {
    grid-column: 1 / -1;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .ems-hp-wrap {
    width: min(100% - 28px, 1180px);
  }

  .ems-hp-hero {
    min-height: 480px;
  }

  .ems-hp-hero__content {
    padding-block: 48px 52px;
  }

  .ems-hp-hero__title {
    font-size: 40px;
    line-height: 1.05;
  }

  .ems-hp-hero__intro {
    margin-block: 16px 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .ems-hp-search {
    grid-template-columns: 1fr;
  }

  .ems-hp-search input[type="search"] {
    height: 52px;
  }

  .ems-hp-search button {
    min-width: 0;
    min-height: 50px;
  }

  .ems-hp-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ems-hp-section {
    padding-block: 56px;
  }

  .ems-hp-section-head {
    align-items: start;
    margin-bottom: 23px;
  }

  .ems-hp-section-head h2,
  .ems-hp-sourcing h2,
  .ems-hp-trust > .ems-hp-wrap > h2,
  .ems-hp-resources > .ems-hp-wrap > h2 {
    font-size: 31px;
  }

  .ems-hp-section-head > a {
    max-width: 112px;
    padding-top: 4px;
    text-align: right;
    font-size: 12px;
    white-space: normal;
  }

  .ems-hp-category-grid,
  .ems-hp-type-grid {
    grid-template-columns: 1fr;
  }

  .ems-hp-category--large .ems-hp-category__media {
    min-height: 190px;
  }

  .ems-hp-product-grid {
    grid-template-columns: repeat(2, minmax(152px, 1fr));
    gap: 13px;
  }

  .ems-hp-product__body {
    padding: 13px;
  }

  .ems-hp-product h3 {
    font-size: 13px;
  }

  .ems-hp-product__price {
    font-size: 15px;
  }

  .ems-hp-product__action {
    min-height: 40px;
    font-size: 12px;
  }

  .ems-hp-path-grid,
  .ems-hp-steps {
    grid-template-columns: 1fr;
  }

  .ems-hp-inline-path {
    align-items: flex-start;
    flex-direction: column;
  }

  .ems-hp-source-families button,
  .ems-hp-source-families a,
  .ems-hp-source-families span {
    flex-basis: 100%;
  }

  .ems-hp-sourcing-form-card,
  .ems-hp-form-unavailable {
    padding: 22px;
  }

  .ems-hp-form-row--two {
    grid-template-columns: 1fr;
  }

  .ems-hp-steps li {
    padding: 22px;
  }

  .ems-hp-process-grid,
  .ems-hp-resource-grid {
    grid-template-columns: 1fr;
  }

  .ems-hp-resource-contact {
    grid-column: auto;
  }
}

@media (max-width: 350px) {
  .ems-hp-actions,
  .ems-hp-product-grid {
    grid-template-columns: 1fr;
  }

  .ems-hp-product {
    width: min(100%, 320px);
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ems-homepage *,
  .ems-homepage *::before,
  .ems-homepage *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Final homepage composition override */
body.ems-store-home .ems-homepage {
  background: #fff;
}

body.ems-store-home .ems-hp-hero {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #111;
  overflow: hidden;
  color: #fff;
}

body.ems-store-home .ems-hp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ems-store-home .ems-hp-hero__shade {
  background: rgba(0, 0, 0, .50);
}

body.ems-store-home .ems-hp-hero__content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  text-align: center;
  padding: 80px 20px;
}

body.ems-store-home .ems-hp-hero__title {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 800;
  margin: 0 0 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

body.ems-store-home .ems-hp-hero__intro {
  color: #fff;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto 30px;
  line-height: 1.45;
}

body.ems-store-home .ems-hp-hero .ems-hp-actions {
  justify-content: center;
}

body.ems-store-home .ems-hp-hero .ems-hp-button {
  background: #ff5a2f;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 18px 42px;
  text-transform: uppercase;
  font-weight: 800;
}

body.ems-store-home .ems-hp-hero__arrows {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 28px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.ems-store-home .ems-hp-hero__arrows span {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  background: rgba(0, 0, 0, .22);
}

body.ems-store-home .ems-hp-hero__dots {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 26px;
  display: flex;
  gap: 9px;
  justify-content: center;
}

body.ems-store-home .ems-hp-hero__dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
}

body.ems-store-home .ems-hp-hero__dots .is-active {
  background: #fff;
}

body.ems-store-home .ems-hp-section {
  padding: 70px 0;
}

body.ems-store-home .ems-hp-section--surface {
  background: #fff;
}

body.ems-store-home .ems-hp-section-title,
body.ems-store-home .ems-hp-section h2 {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  body.ems-store-home .ems-hp-hero {
    min-height: 560px;
    align-items: flex-end;
  }

  body.ems-store-home .ems-hp-hero__content {
    padding: 180px 24px 44px;
  }

  body.ems-store-home .ems-hp-hero__title {
    font-size: 42px;
  }

  body.ems-store-home .ems-hp-hero__intro {
    font-size: 20px;
  }

  body.ems-store-home .ems-hp-hero__arrows {
    padding: 0 20px;
    top: 68%;
  }

  body.ems-store-home .ems-hp-hero__arrows span {
    width: 42px;
    height: 42px;
    font-size: 36px;
  }

  body.ems-store-home .ems-hp-hero .ems-hp-button {
    padding: 16px 34px;
    width: auto;
  }
}
