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

.eshopps-product {
  background: #fff;
  color: var(--eshopps-ink);
}

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

.eshopps-product__hero {
  position: relative;
  min-height: clamp(680px, 76vh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #082b3d var(--eshopps-product-hero) center / cover no-repeat;
}

.eshopps-product__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 35, 51, .92) 0%, rgba(4, 35, 51, .66) 36%, rgba(4, 35, 51, .12) 72%);
}

.eshopps-product__hero-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(72px, 10vw, 140px);
}

.eshopps-product__eyebrow,
.eshopps-product__feature-label {
  margin: 0 0 24px;
  color: var(--eshopps-blue);
  font-family: Graphik, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.eshopps-product__hero .eshopps-product__eyebrow {
  color: #fff;
}

.eshopps-product h1,
.eshopps-product h2,
.eshopps-product h3 {
  font-family: Graphik, Inter, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -.035em;
}

.eshopps-product h1 {
  max-width: 950px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 6vw, 100px);
  line-height: .94;
}

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

.eshopps-product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 42px;
  padding: 0 32px;
  border-radius: 999px;
  background: var(--eshopps-orange);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, background-color .25s ease;
}

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

.eshopps-product__section {
  padding-block: clamp(92px, 10vw, 160px);
}

.eshopps-product__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: end;
}

.eshopps-product__intro .eshopps-product__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -16px;
}

.eshopps-product h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(46px, 5.2vw, 84px);
  line-height: .98;
}

.eshopps-product__intro > p:last-child,
.eshopps-product__feature > p:last-child,
.eshopps-product__data-note {
  margin: 0;
  color: #547080;
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.55;
}

.eshopps-product__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(72px, 9vw, 140px);
}

.eshopps-product__feature {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(32px, 4vw, 64px);
  border-radius: 24px;
  background: var(--eshopps-blue);
  color: #fff;
}

.eshopps-product__feature-label,
.eshopps-product__feature > p:last-child {
  color: rgba(255, 255, 255, .82);
}

.eshopps-product__feature h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: 1;
}

.eshopps-product__models {
  padding-block: clamp(92px, 10vw, 160px);
  background: var(--eshopps-ink);
  color: #fff;
}

.eshopps-product__models-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(48px, 10vw, 180px);
  align-items: end;
}

.eshopps-product__models-heading h2 {
  color: #fff;
}

.eshopps-product__models-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.55;
}

.eshopps-product__model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(64px, 8vw, 120px);
}

.eshopps-product__model {
  padding: clamp(28px, 3vw, 48px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
}

.eshopps-product__model-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  text-transform: uppercase;
}

.eshopps-product__model-topline p {
  margin: 0;
}

.eshopps-product__model h3 {
  margin: 48px 0 34px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 64px);
}

.eshopps-product__model dl {
  margin: 0;
}

.eshopps-product__model dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.eshopps-product__model dt {
  color: rgba(255, 255, 255, .58);
}

.eshopps-product__model dd {
  margin: 0;
  text-align: right;
}

.eshopps-product__details {
  padding-block: clamp(92px, 10vw, 160px);
  background: var(--eshopps-soft);
}

.eshopps-product__details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: clamp(48px, 10vw, 180px);
}

.eshopps-product__details h2 {
  max-width: 760px;
}

.eshopps-product__specs {
  margin: 0;
}

.eshopps-product__specs > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(8, 43, 61, .18);
}

.eshopps-product__specs dt {
  color: #547080;
}

.eshopps-product__specs dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.eshopps-product__downloads {
  margin-top: 40px;
}

.eshopps-product__downloads a {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid rgba(8, 43, 61, .18);
  color: var(--eshopps-ink);
  text-decoration: none;
}

.eshopps-product__cta {
  padding-block: clamp(96px, 11vw, 180px);
  background: var(--eshopps-blue);
  color: #fff;
}

.eshopps-product__cta .eshopps-product__eyebrow,
.eshopps-product__cta h2 {
  color: #fff;
}

@media only screen and (max-width: 999px) {
  .eshopps-product__wide {
    width: min(100% - 48px, 760px);
  }

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

  .eshopps-product__hero-overlay {
    background: linear-gradient(0deg, rgba(4, 35, 51, .94) 0%, rgba(4, 35, 51, .6) 58%, rgba(4, 35, 51, .12) 100%);
  }

  .eshopps-product__intro,
  .eshopps-product__details-grid,
  .eshopps-product__models-heading,
  .eshopps-product__features {
    grid-template-columns: 1fr;
  }

  .eshopps-product__model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eshopps-product__feature {
    min-height: 340px;
  }
}

@media only screen and (max-width: 520px) {
  .eshopps-product__wide {
    width: calc(100% - 32px);
  }

  .eshopps-product h1 {
    font-size: clamp(44px, 14vw, 60px);
  }

  .eshopps-product h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .eshopps-product__eyebrow,
  .eshopps-product__feature-label {
    font-size: 18px;
  }

  .eshopps-product__model-grid {
    grid-template-columns: 1fr;
  }
}
