:root {
  --lph-blue: #2e59b7;
  --lph-black: #08090b;
  --lph-ink: #17191d;
  --lph-gray: #666d77;
  --lph-line: #d9dde2;
}

.leadin-products-page,
.leadin-products-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.leadin-products-page {
  margin: 0;
  color: var(--lph-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.leadin-products-main {
  overflow: hidden;
}

.leadin-products-main a {
  color: inherit;
  text-decoration: none;
}

.leadin-products-main button {
  font: inherit;
}

.lph-width {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.lph-eyebrow {
  margin: 0 0 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.lph-eyebrow::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-right: 12px;
  background: var(--lph-blue);
  content: "";
  vertical-align: middle;
}

.lph-eyebrow-dark {
  color: var(--lph-gray);
}

.lph-hero {
  position: relative;
  isolation: isolate;
  height: clamp(440px, 38vw, 500px);
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: #0a0a0b;
}

.lph-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.lph-hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, .4);
}

.lph-hero-shade::after {
  position: absolute;
  inset: 24% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .76));
  content: "";
}

.lph-hero-layout {
  position: absolute;
  right: 0;
  bottom: 42px;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
  align-items: end;
  gap: 64px;
}

.lph-hero-copy h1 {
  margin: 0;
  font-size: clamp(58px, 6vw, 84px);
  font-weight: 400;
  line-height: .92;
}

.lph-hero-copy h1 span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lph-hero-copy > p:last-child {
  max-width: 570px;
  margin: 18px 0 0;
  color: #e4e6e9;
  font-size: 17px;
  line-height: 1.5;
}

.lph-hero-index {
  border-top: 1px solid rgba(255, 255, 255, .58);
}

.lph-hero-index a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
}

.lph-hero-index-number {
  color: #9fa6b0;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.lph-hero-index-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.lph-hero-index-copy strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.lph-hero-index-copy em {
  color: #b9bec6;
  font-size: 11px;
  font-style: normal;
}

.lph-hero-index-arrow {
  font-size: 18px;
  text-align: right;
  transition: transform .2s ease;
}

.lph-hero-index a:hover .lph-hero-index-arrow,
.lph-hero-index a:focus-visible .lph-hero-index-arrow {
  transform: translateY(4px);
}

.lph-family-section {
  padding: 80px 0 116px;
}

.lph-family-indoor {
  background: #fff;
}

.lph-family-exterior {
  color: #fff;
  background: var(--lph-black);
}

.lph-family-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: end;
  gap: 90px;
  margin-bottom: 48px;
}

.lph-family-index {
  margin: 0 0 13px;
  color: var(--lph-blue);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.lph-family-heading h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 400;
}

.lph-family-heading > p {
  margin: 0;
  color: var(--lph-gray);
  font-size: 16px;
  line-height: 1.65;
}

.lph-family-exterior .lph-family-heading > p {
  color: #b8bec7;
}

.lph-family-pager {
  position: relative;
}

.lph-pager-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin: -48px 0 26px;
}

.lph-family-pager.is-single-page .lph-pager-controls {
  display: none;
  pointer-events: none;
}

.lph-pager-controls p {
  margin: 0;
  color: #717782;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.lph-pager-controls > div {
  display: flex;
}

.lph-pager-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--lph-ink);
  background: transparent;
  border: 1px solid #aeb4bc;
  cursor: pointer;
  font-size: 20px;
}

.lph-pager-controls button + button {
  border-left: 0;
}

.lph-pager-controls button:hover,
.lph-pager-controls button:focus-visible {
  color: #fff;
  background: var(--lph-ink);
  border-color: var(--lph-ink);
}

.lph-pager-controls button:disabled {
  color: #aeb4bc;
  background: transparent;
  border-color: #d6d9dd;
  cursor: default;
}

.lph-family-exterior .lph-pager-controls p {
  color: #aeb4bd;
}

.lph-family-exterior .lph-pager-controls button {
  color: #fff;
  border-color: #5b6068;
}

.lph-family-exterior .lph-pager-controls button:hover,
.lph-family-exterior .lph-pager-controls button:focus-visible {
  color: var(--lph-black);
  background: #fff;
  border-color: #fff;
}

.lph-family-exterior .lph-pager-controls button:disabled {
  color: #555a62;
  background: transparent;
  border-color: #34383e;
}

.lph-family-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.lph-family-track:not(.is-ready) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.lph-family-track.is-ready {
  display: flex;
  align-items: flex-start;
  transition: transform .42s cubic-bezier(.22, .61, .36, 1);
}

.lph-family-page {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  flex: 0 0 100%;
  gap: 16px;
  align-content: start;
}

.lph-family-page[aria-hidden="true"] .lph-family-card {
  visibility: hidden;
}

.lph-family-track.is-dragging {
  transition: none;
}

.lph-family-card {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e7e9ec;
}

.lph-family-card::after {
  position: absolute;
  inset: 28% 0 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7));
  content: "";
  pointer-events: none;
}

.lph-family-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #e7e9ec;
  transition: transform .42s ease;
}

.lph-family-card:hover img,
.lph-family-card:focus-visible img {
  transform: scale(1.018);
}

.lph-family-card-copy {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}

.lph-family-card-copy > span {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.lph-family-card-copy h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.lph-support {
  padding: 108px 0 116px;
  color: #fff;
  background: var(--lph-black);
  border-top: 1px solid #292c31;
  border-bottom: 10px solid var(--lph-blue);
}

.lph-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 100px;
}

.lph-support h2 {
  max-width: 700px;
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.12;
}

.lph-support-layout > div:last-child {
  align-self: end;
}

.lph-support-layout > div:last-child p {
  margin: 0 0 28px;
  color: #cbd0d8;
  font-size: 16px;
  line-height: 1.65;
}

.lph-support-button {
  min-height: 44px;
  min-width: 170px;
  padding: 10px 20px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

.lph-support-button:hover,
.lph-support-button:focus-visible {
  color: var(--lph-black);
  background: #fff;
}

@media (max-width: 1180px) {
  .lph-family-track:not(.is-ready),
  .lph-family-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .lph-hero-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 40px;
  }

  .lph-family-heading,
  .lph-support-layout {
    grid-template-columns: 1fr 360px;
    gap: 56px;
  }
}

@media (max-width: 760px) {
  .lph-width {
    width: min(100% - 36px, 1320px);
  }

  .lph-hero {
    height: 490px;
    min-height: 0;
  }

  .lph-hero-image {
    object-position: center;
  }

  .lph-hero-layout {
    bottom: 24px;
    display: block;
  }

  .lph-hero-copy h1 {
    font-size: 52px;
  }

  .lph-hero-copy > p:last-child {
    margin-top: 14px;
    font-size: 15px;
  }

  .lph-hero-index {
    margin-top: 28px;
  }

  .lph-hero-index a {
    grid-template-columns: 28px minmax(0, 1fr) 20px;
    gap: 12px;
    min-height: 58px;
  }

  .lph-hero-index-copy strong {
    font-size: 15px;
  }

  .lph-family-heading,
  .lph-support-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lph-family-heading h2,
  .lph-support h2 {
    font-size: 38px;
  }

  .lph-family-heading > p,
  .lph-support-layout > div:last-child p {
    font-size: 14px;
  }

  .lph-family-section {
    padding: 62px 0 88px;
  }

  .lph-family-heading {
    gap: 24px;
    margin-bottom: 34px;
  }

  .lph-pager-controls,
  .lph-family-pager.is-single-page .lph-pager-controls {
    justify-content: space-between;
    margin: 0 0 22px;
  }

  .lph-family-pager.is-single-page .lph-pager-controls {
    display: none;
  }

  .lph-family-track:not(.is-ready),
  .lph-family-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lph-pager-controls button {
    width: 42px;
    height: 42px;
  }

  .lph-family-card-copy {
    right: 13px;
    bottom: 13px;
    left: 13px;
    gap: 5px;
  }

  .lph-family-card-copy > span {
    font-size: 9px;
  }

  .lph-family-card-copy h3 {
    font-size: 15px;
    line-height: 1.15;
  }

  .lph-support {
    padding: 78px 0 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lph-family-track.is-ready,
  .lph-family-card img {
    transition: none;
  }
}
