.wlv1 {
  --wlv1-bg: #08090b;
  --wlv1-panel: #111318;
  --wlv1-text: #f3f4f6;
  --wlv1-muted: #a9b0bb;
  --wlv1-dim: #7f8793;
  --wlv1-line: #34383e;
  --wlv1-blue: #315fc4;
  min-width: 320px;
  overflow: hidden;
  background: var(--wlv1-bg);
  color: var(--wlv1-text);
  font-family: Arial, Helvetica, sans-serif;
}

.wlv1,
.wlv1 * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.wlv1 a {
  color: inherit;
  text-decoration: none;
}

.wlv1 img {
  display: block;
  max-width: 100%;
}

.wlv1 button {
  font: inherit;
}

.wlv1-width {
  width: min(1540px, calc(100% - 96px));
  margin: 0 auto;
}

.wlv1-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #111;
}

.wlv1-hero-image,
.wlv1-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wlv1-hero-image {
  object-fit: cover;
}

.wlv1-hero-shade {
  background: linear-gradient(90deg, rgba(4, 6, 9, .93) 0%, rgba(4, 6, 9, .62) 50%, rgba(4, 6, 9, .2) 100%), linear-gradient(0deg, rgba(4, 6, 9, .54), transparent 48%);
}

.wlv1-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  grid-template-rows: auto 1fr auto;
  gap: 36px 90px;
  padding: 48px 0;
}

.wlv1-breadcrumbs {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c7cdd6;
  font-size: 13px;
}

.wlv1-hero-copy {
  align-self: center;
  max-width: 820px;
}

.wlv1-eyebrow,
.wlv1-rail-kicker {
  margin: 0 0 18px;
  color: #5f8bf1;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.wlv1-hero .wlv1-eyebrow {
  color: #9cb8ff;
}

.wlv1-hero h1 {
  max-width: 880px;
  margin: 0 0 24px;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.02;
}

.wlv1-hero-copy > p:last-child {
  max-width: 700px;
  margin: 0;
  color: #dce1e8;
  font-size: 19px;
  line-height: 1.55;
}

.wlv1-hero-facts {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: end;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .38);
}

.wlv1-hero-facts div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.wlv1-hero-facts dt {
  color: #b9c0ca;
}

.wlv1-hero-facts dd {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  text-align: right;
}

.wlv1-shell {
  display: grid;
  width: min(1760px, calc(100% - 64px));
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(36px, 4vw, 72px);
  margin: 0 auto;
  padding: 88px 0 0;
}

.wlv1-rail {
  position: sticky;
  top: 92px;
  align-self: start;
  border-top: 1px solid var(--wlv1-line);
}

.wlv1-rail-kicker {
  margin: 0;
  padding: 18px 8px 0;
  font-size: 11px;
}

.wlv1-rail-title {
  margin: 0;
  padding: 12px 8px 13px;
  border-bottom: 1px solid var(--wlv1-line);
  color: #8f97a3;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.wlv1-model-grid {
  display: block;
  margin: 0;
}

.wlv1-model-tab {
  display: grid;
  min-height: 86px;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 9px;
  border-bottom: 1px solid var(--wlv1-line);
  color: var(--wlv1-muted);
}

.wlv1-thumb {
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: #eceef0;
}

.wlv1-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: var(--wlv1-thumb-x, 50%) var(--wlv1-thumb-y, 50%);
  transform: scale(var(--wlv1-thumb-scale, 1));
}

.wlv1-model-tab strong,
.wlv1-model-tab small {
  display: block;
}

.wlv1-model-tab strong {
  color: #d8dde5;
  font-size: 14px;
}

.wlv1-model-tab small {
  margin-top: 6px;
  color: #7f8793;
  font-size: 11px;
  line-height: 1.25;
}

.wlv1-model-tab.is-current {
  border-left: 4px solid var(--wlv1-blue);
  background: #edf0f4;
  color: #59616d;
}

.wlv1-model-tab.is-current strong {
  color: #11151b;
}

.wlv1-main {
  min-width: 0;
}

.wlv1-main > section {
  border-bottom: 1px solid var(--wlv1-line);
}

.wlv1-product {
  padding: 0 0 104px;
}

.wlv1-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: center;
  gap: clamp(48px, 6vw, 100px);
}

.wlv1-product-media {
  min-width: 0;
}

.wlv1-image-stage {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eceef0;
}

.wlv1-image-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--wlv1-x, 50%) var(--wlv1-y, 50%);
  transform: scale(var(--wlv1-scale, 1));
  transition: opacity .16s ease;
}

.wlv1-image-stage.is-dimension img {
  object-position: center;
  transform: none;
}

.wlv1-image-stage img.is-changing {
  opacity: .2;
}

.wlv1-view-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--wlv1-line);
  border-top: 0;
}

.wlv1-view-switch.is-single {
  grid-template-columns: 1fr;
}

.wlv1-view-switch button,
.wlv1-view-switch span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  border-right: 1px solid var(--wlv1-line);
  color: #dce1e8;
  background: var(--wlv1-panel);
  font-weight: 700;
  cursor: pointer;
}

.wlv1-view-switch button:last-child,
.wlv1-view-switch span:last-child {
  border-right: 0;
}

.wlv1-view-switch button[aria-pressed="true"],
.wlv1-view-switch span {
  color: #fff;
  background: var(--wlv1-blue);
}

.wlv1-product-copy {
  max-width: 620px;
}

.wlv1-product-copy h2,
.wlv1-section-heading h2,
.wlv1-support h2 {
  margin: 0;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.05;
}

.wlv1-product-copy > p:not(.wlv1-eyebrow),
.wlv1-section-heading > p,
.wlv1-support > div > p:not(.wlv1-eyebrow) {
  margin: 28px 0 36px;
  color: var(--wlv1-muted);
  font-size: 17px;
  line-height: 1.65;
}

.wlv1-product-copy dl {
  margin: 0;
  border-top: 1px solid var(--wlv1-line);
}

.wlv1-product-copy dl div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 17px 0;
  border-bottom: 1px solid var(--wlv1-line);
}

.wlv1-product-copy dt {
  color: var(--wlv1-muted);
}

.wlv1-product-copy dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.wlv1-text-link {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8993a1;
  font-weight: 700;
}

.wlv1-technical,
.wlv1-application {
  padding: 104px 0;
}

.wlv1-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 52px;
}

.wlv1-section-heading > p {
  margin: 0;
}

.wlv1-technical-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 1px solid var(--wlv1-line);
  border-left: 1px solid var(--wlv1-line);
}

.wlv1-technical-grid div {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid var(--wlv1-line);
  border-bottom: 1px solid var(--wlv1-line);
}

.wlv1-technical-grid dt {
  color: var(--wlv1-muted);
  font-size: 13px;
}

.wlv1-technical-grid dd {
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

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

.wlv1-application-grid figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #11161d;
}

.wlv1-application-grid.is-single figure {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}

.wlv1-application-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wlv1-application-grid figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 11px;
  background: rgba(4, 6, 9, .82);
  font-size: 12px;
}

.wlv1-support {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 72px;
  padding: 104px 0 96px;
}

.wlv1-support > div > p:not(.wlv1-eyebrow) {
  margin: 0;
}

.wlv1-support-button {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 22px;
  border: 1px solid #c9d0d9;
  font-weight: 700;
}

.wlv1-support-button:hover,
.wlv1-support-button:focus-visible {
  color: #090b0e;
  background: #fff;
}

.lpl-product-media.is-wall-light-wl07-wl08-v1 {
  background: #eceef0;
}

.lpl-product-media.is-wall-light-wl07-wl08-v1 img,
.lpl-product-card:hover .lpl-product-media.is-wall-light-wl07-wl08-v1 img,
.lpl-product-card:focus-visible .lpl-product-media.is-wall-light-wl07-wl08-v1 img {
  object-fit: contain;
  object-position: var(--wlv1-list-x, 50%) var(--wlv1-list-y, 50%);
  transform: scale(var(--wlv1-list-scale, 1));
}

@media (max-width: 1180px) {
  .wlv1-width {
    width: calc(100% - 56px);
  }

  .wlv1-hero h1 {
    font-size: 62px;
  }

  .wlv1-product-layout {
    grid-template-columns: 1fr;
  }

  .wlv1-product-copy {
    max-width: none;
  }

  .wlv1-technical-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .wlv1-shell {
    display: block;
    width: 100%;
    padding: 52px 18px 0;
  }

  .wlv1-rail {
    position: static;
    margin-bottom: 56px;
  }

  .wlv1-model-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--wlv1-line);
    border-left: 1px solid var(--wlv1-line);
  }

  .wlv1-model-tab {
    border-right: 1px solid var(--wlv1-line);
  }
}

@media (max-width: 820px) {
  .wlv1-width {
    width: calc(100% - 36px);
  }

  .wlv1-hero,
  .wlv1-hero-content {
    min-height: 620px;
  }

  .wlv1-hero-shade {
    background: linear-gradient(0deg, rgba(4, 6, 9, .9) 0%, rgba(4, 6, 9, .4) 58%, rgba(4, 6, 9, .58) 100%);
  }

  .wlv1-hero-content {
    display: flex;
    flex-direction: column;
    padding: 28px 0 24px;
  }

  .wlv1-breadcrumbs {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 11px;
  }

  .wlv1-hero-copy {
    margin-top: auto;
  }

  .wlv1-hero h1 {
    font-size: 46px;
  }

  .wlv1-hero-copy > p:last-child {
    font-size: 15px;
  }

  .wlv1-hero-facts {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .wlv1-hero-facts div {
    display: block;
    padding: 14px 10px 13px 0;
  }

  .wlv1-hero-facts dt {
    font-size: 12px;
  }

  .wlv1-hero-facts dd {
    margin-top: 6px;
    font-size: 16px;
    text-align: left;
  }

  .wlv1-model-tab {
    min-height: 66px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
    padding: 7px;
  }

  .wlv1-thumb {
    width: 48px;
    height: 48px;
  }

  .wlv1-model-tab strong {
    font-size: 11px;
  }

  .wlv1-model-tab small {
    font-size: 9px;
  }

  .wlv1-product {
    padding-bottom: 68px;
  }

  .wlv1-product-layout {
    gap: 32px;
  }

  .wlv1-image-stage {
    aspect-ratio: 1 / 1;
  }

  .wlv1-product-copy h2,
  .wlv1-section-heading h2,
  .wlv1-support h2 {
    font-size: 38px;
  }

  .wlv1-product-copy > p:not(.wlv1-eyebrow),
  .wlv1-section-heading > p,
  .wlv1-support > div > p:not(.wlv1-eyebrow) {
    font-size: 15px;
  }

  .wlv1-product-copy dl div {
    gap: 18px;
    padding: 14px 0;
  }

  .wlv1-technical,
  .wlv1-application {
    padding: 68px 0;
  }

  .wlv1-section-heading,
  .wlv1-support {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wlv1-section-heading {
    margin-bottom: 32px;
  }

  .wlv1-technical-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wlv1-technical-grid div {
    min-height: 112px;
    padding: 18px;
  }

  .wlv1-technical-grid dd {
    font-size: 15px;
  }

  .wlv1-application-grid,
  .wlv1-application-grid.is-single {
    grid-template-columns: 1fr;
  }

  .wlv1-application-grid.is-single figure {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .wlv1-support {
    padding: 68px 0;
  }

  .wlv1-support-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .wlv1-width {
    width: calc(100% - 28px);
  }

  .wlv1-hero h1 {
    font-size: 40px;
  }

  .wlv1-model-tab small {
    display: none;
  }

  .wlv1-technical-grid {
    grid-template-columns: 1fr;
  }
}

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