:root {
  --eshopps-store-blue: #00aeef;
  --eshopps-store-orange: #f58220;
  --eshopps-store-ink: #082b3d;
  --eshopps-store-soft: #eef6fa;
}

.eshopps-store {
  overflow: hidden;
  background: #fff;
  color: var(--eshopps-store-ink);
  font-family: Graphik, Inter, Arial, sans-serif;
}

.eshopps-store__wide {
  width: min(1600px, calc(100% - clamp(48px, 9vw, 144px)));
  margin-inline: auto;
}

.eshopps-store h1,
.eshopps-store h2,
.eshopps-store h3 {
  margin-top: 0;
  font-family: Graphik, Inter, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -.04em;
}

.eshopps-store__hero {
  position: relative;
  min-height: clamp(680px, 78vh, 940px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--eshopps-store-ink) var(--eshopps-store-hero) center / cover no-repeat;
}

.eshopps-store__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 35, 51, .94) 0%, rgba(4, 35, 51, .74) 37%, rgba(4, 35, 51, .08) 75%);
}

.eshopps-store__hero-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(76px, 9vw, 140px);
}

.eshopps-store__preview-badge {
  position: absolute;
  top: clamp(44px, 5vw, 78px);
  right: 0;
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 13px;
  letter-spacing: .12em;
}

.eshopps-store__preview-badge span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
}

.eshopps-store__eyebrow {
  margin: 0 0 24px;
  color: var(--eshopps-store-blue);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.eshopps-store__hero .eshopps-store__eyebrow {
  color: #fff;
}

.eshopps-store h1 {
  max-width: 980px;
  margin-bottom: 34px;
  color: #fff;
  font-size: clamp(68px, 8.2vw, 138px);
  line-height: .88;
}

.eshopps-store__lede {
  max-width: 700px;
  margin: 0;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.45;
}

.eshopps-store__actions {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 42px;
}

.eshopps-store__button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--eshopps-store-orange);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease;
}

.eshopps-store__button:hover,
.eshopps-store__button:focus-visible {
  background: #df6e13;
  color: #fff;
  transform: translateY(-2px);
}

.eshopps-store__text-link {
  color: #fff;
  font-size: 16px;
}

.eshopps-store__text-link span {
  display: inline-block;
  margin-left: 10px;
}

.eshopps-store__section,
.eshopps-store__systems,
.eshopps-store__cta {
  padding-block: clamp(84px, 9vw, 148px);
}

.eshopps-store__intro,
.eshopps-store__systems-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  margin-bottom: clamp(54px, 6vw, 92px);
}

.eshopps-store h2 {
  margin-bottom: 0;
  color: var(--eshopps-store-ink);
  font-size: clamp(54px, 6.2vw, 108px);
  line-height: .95;
}

.eshopps-store__intro > p,
.eshopps-store__systems-heading > p {
  margin: 0;
  color: #5d7480;
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.55;
}

.eshopps-store__category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.eshopps-store__category {
  min-height: 450px;
  display: flex;
  padding: clamp(30px, 3vw, 50px);
  flex-direction: column;
  border: 1px solid #cbdde5;
  border-radius: 28px;
  background: var(--eshopps-store-soft);
  color: var(--eshopps-store-ink);
  transition: transform .25s ease, border-color .25s ease;
}

.eshopps-store__category--primary {
  border-color: var(--eshopps-store-blue);
  background: var(--eshopps-store-blue);
  color: #fff;
}

.eshopps-store__category:hover,
.eshopps-store__category:focus-visible {
  color: var(--eshopps-store-ink);
  border-color: var(--eshopps-store-blue);
  transform: translateY(-6px);
}

.eshopps-store__category--primary:hover,
.eshopps-store__category--primary:focus-visible {
  color: #fff;
}

.eshopps-store__category-number {
  align-self: flex-end;
  font-size: 16px;
}

.eshopps-store__category-kicker {
  margin-top: auto;
  font-size: 14px;
  letter-spacing: .1em;
}

.eshopps-store__category h3 {
  margin: 14px 0 48px;
  color: inherit;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 1;
}

.eshopps-store__category-link {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid currentColor;
  font-size: 16px;
}

.eshopps-store__systems {
  background: var(--eshopps-store-blue);
  color: #fff;
}

.eshopps-store__systems .eshopps-store__eyebrow,
.eshopps-store__systems h2,
.eshopps-store__systems-heading > p {
  color: #fff;
}

.eshopps-store__model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.eshopps-store__model {
  min-height: 470px;
  display: flex;
  padding: clamp(28px, 3vw, 48px);
  flex-direction: column;
  border-radius: 28px;
  background: #fff;
  color: var(--eshopps-store-ink);
  transition: transform .25s ease;
}

.eshopps-store__model:hover,
.eshopps-store__model:focus-visible {
  color: var(--eshopps-store-ink);
  transform: translateY(-6px);
}

.eshopps-store__model-topline,
.eshopps-store__model-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #5d7480;
  font-size: 14px;
}

.eshopps-store__model h3 {
  margin: auto 0 32px;
  color: var(--eshopps-store-ink);
  font-size: clamp(70px, 7vw, 116px);
  line-height: .9;
}

.eshopps-store__model-meta {
  padding-block: 20px;
  border-block: 1px solid #cbdde5;
}

.eshopps-store__model-link {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
}

.eshopps-store__notice {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .55);
  font-size: 14px;
}

.eshopps-store__notice span {
  letter-spacing: .1em;
}

.eshopps-store__notice p {
  max-width: 720px;
  margin: 0;
}

.eshopps-store__cta {
  background: #fff;
}

.eshopps-store__cta-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.eshopps-store__cta h2 {
  font-size: clamp(54px, 6vw, 100px);
}

@media (max-width: 1000px) {
  .eshopps-store__intro,
  .eshopps-store__systems-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .eshopps-store__category-grid,
  .eshopps-store__model-grid {
    grid-template-columns: 1fr;
  }

  .eshopps-store__category,
  .eshopps-store__model {
    min-height: 380px;
  }
}

@media (max-width: 690px) {
  .eshopps-store__wide {
    width: calc(100% - 40px);
  }

  .eshopps-store__hero {
    min-height: 720px;
    background-position: 62% center;
  }

  .eshopps-store__hero-overlay {
    background: linear-gradient(90deg, rgba(4, 35, 51, .94), rgba(4, 35, 51, .58));
  }

  .eshopps-store__preview-badge {
    display: none;
  }

  .eshopps-store h1 {
    font-size: clamp(58px, 19vw, 88px);
  }

  .eshopps-store h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .eshopps-store__actions,
  .eshopps-store__cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .eshopps-store__notice {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
