
@font-face {
  font-family: "Montserrat-Regular";
  src: url("https://ueeshop-static.ly200-cdn.com/static/font/Montserrat-Regular/font.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("https://ueeshop-static.ly200-cdn.com/static/font/Montserrat-Light/font.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

#l1uw-module {
  --white: #fff;
  --muted: #bbb;
  --crop: 21.5%;
  --portrait-image: url("//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI920/2607/20/photo/85704fa318.webp");

  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: clip;
  background: #000;
  color: #fff;
  font-family: "Montserrat-Regular", Montserrat, Arial, sans-serif;
}

#l1uw-module,
#l1uw-module * {
  box-sizing: border-box;
}

#l1uw-module .l1uw-intro {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 62px 22px 34px;
  text-align: center;
  background: #000;
}

#l1uw-module .l1uw-intro h2 {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2;
}

#l1uw-module .l1uw-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

#l1uw-module .l1uw-story {
  height: 260vh;
}

#l1uw-module .l1uw-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  background: #000;
}

#l1uw-module .l1uw-copy {
  position: absolute;
  z-index: 5;
  top: 7vh;
  left: 13%;
  width: min(410px, 35vw);
  pointer-events: none;
  will-change: opacity, transform;
}

#l1uw-module .l1uw-copy > span {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.17em;
}

#l1uw-module .l1uw-copy h3 {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

#l1uw-module .l1uw-copy p {
  margin: 0;
  color: #bbb;
  font-family: "Montserrat-Light", Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

#l1uw-module .l1uw-product {
  position: absolute;
  z-index: 2;
  top: 31%;
  left: 13%;
  width: 43%;
}

#l1uw-module .l1uw-glasses {
  position: relative;
  width: 100%;
}

#l1uw-module .l1uw-glasses > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

#l1uw-module .l1uw-camera {
  position: absolute;
  z-index: 4;
  top: 15%;
  left: 30.5%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

#l1uw-module .l1uw-camera::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

#l1uw-module .l1uw-camera i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.72);
}

#l1uw-module .l1uw-cone {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.24),
    rgba(255, 255, 255, 0.075) 48%,
    rgba(255, 255, 255, 0.17)
  );
  filter: blur(1px);
  pointer-events: none;
  will-change: clip-path, opacity;
}

#l1uw-module .l1uw-cone::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at left center,
    rgba(255, 255, 255, 0.25),
    transparent 70%
  );
}

#l1uw-module .l1uw-portrait-side {
  position: absolute;
  z-index: 4;
  top: 5vh;
  left: 59%;
  width: min(22vw, 330px);
  height: 90vh;
}

#l1uw-module .l1uw-group {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 100%;
  height: min(79%, 39.1vw, 586px);
  transform: translate(-50%, -50%);
}

#l1uw-module .l1uw-mobile-title {
  display: none;
}

#l1uw-module .l1uw-label {
  position: absolute;
  top: calc(var(--crop) - 34px);
  width: 100%;
  color: #888;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-align: center;
  transform: translateY(-2px);
  will-change: top;
}

#l1uw-module .l1uw-label span {
  margin-right: 8px;
  color: #fff;
}

#l1uw-module .l1uw-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: transparent;
}

#l1uw-module .l1uw-scene,
#l1uw-module .l1uw-shade {
  position: absolute;
  inset: 0;
  clip-path: inset(var(--crop) 0);
  transform-origin: center;
  will-change: clip-path, transform;
}

#l1uw-module .l1uw-scene {
  z-index: 0;
  background-image: var(--portrait-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#l1uw-module .l1uw-shade {
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2),
      transparent 30%,
      transparent 68%,
      rgba(0, 0, 0, 0.58)
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.18),
      transparent 20%,
      transparent 80%,
      rgba(0, 0, 0, 0.18)
    );
  pointer-events: none;
}

#l1uw-module .l1uw-corners i {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-color: rgba(255, 255, 255, 0.75);
  border-style: solid;
}

#l1uw-module .l1uw-corners i:nth-child(1) {
  top: calc(var(--crop) + 14px);
  left: 14px;
  border-width: 1px 0 0 1px;
}

#l1uw-module .l1uw-corners i:nth-child(2) {
  top: calc(var(--crop) + 14px);
  right: 14px;
  border-width: 1px 1px 0 0;
}

#l1uw-module .l1uw-corners i:nth-child(3) {
  bottom: calc(var(--crop) + 14px);
  left: 14px;
  border-width: 0 0 1px 1px;
}

#l1uw-module .l1uw-corners i:nth-child(4) {
  right: 14px;
  bottom: calc(var(--crop) + 14px);
  border-width: 0 1px 1px 0;
}

#l1uw-module .l1uw-rec {
  position: absolute;
  z-index: 2;
  top: calc(var(--crop) + 17px);
  right: 46px;
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.12em;
}

#l1uw-module .l1uw-rec i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: #ff3b30;
}

#l1uw-module .l1uw-mark {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 7px;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

#l1uw-module .l1uw-mark::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 7px 2px 0;
  background: #fff;
}

#l1uw-module .l1uw-mark-top {
  top: calc(var(--crop) + 8px);
}

#l1uw-module .l1uw-mark-bottom {
  bottom: calc(var(--crop) + 8px);
}

#l1uw-module .l1uw-degree {
  position: absolute;
  top: calc(100% - var(--crop) + 16px);
  width: 100%;
  height: 13%;
  padding-top: 4px;
  text-align: center;
  will-change: top;
}

#l1uw-module .l1uw-degree-value {
  height: 45px;
  color: #fff;
  line-height: 1;
}

#l1uw-module .l1uw-degree strong {
  font-size: 44px;
  font-weight: 400;
}

#l1uw-module .l1uw-degree sup {
  position: relative;
  top: -1.5em;
  font-size: 11px;
}

#l1uw-module .l1uw-degree > span {
  display: block;
  color: #888;
  font-size: 8px;
  letter-spacing: 0.14em;
}

#l1uw-module .l1uw-degree-line {
  position: relative;
  display: block;
  width: 70%;
  height: 1px;
  margin: 10px auto 0;
  background: #333;
}

#l1uw-module .l1uw-degree-line b {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 100%;
  transform: translateX(-50%);
  background: #fff;
}

@media (min-width: 761px) and (max-width: 1100px) {
  #l1uw-module .l1uw-copy {
    top: 7vh;
    left: 7%;
    width: 42%;
  }

  #l1uw-module .l1uw-copy h3 {
    font-size: 29px;
  }

  #l1uw-module .l1uw-product {
    top: 32%;
    left: 6%;
    width: 50%;
  }

  #l1uw-module .l1uw-portrait-side {
    left: 61%;
    width: min(29vw, 300px);
  }

  #l1uw-module .l1uw-group {
    height: min(79%, 51.6vw, 533px);
  }
}

@media (max-width: 760px) {
  #l1uw-module .l1uw-intro,
  #l1uw-module .l1uw-copy,
  #l1uw-module .l1uw-product,
  #l1uw-module .l1uw-cone {
    display: none;
  }

  #l1uw-module .l1uw-story {
    height: 175vh;
  }

  #l1uw-module .l1uw-sticky {
    height: 88vh;
    min-height: 520px;
    background: #000;
  }

  #l1uw-module .l1uw-portrait-side {
    top: 2vh;
    left: 50%;
    width: min(76vw, 460px);
    height: 84vh;
    transform: translateX(-50%);
  }

  #l1uw-module .l1uw-group {
    height: min(79%, 135vw, 720px);
  }

  #l1uw-module .l1uw-mobile-title {
    position: absolute;
    left: 50%;
    display: block;
    width: min(88vw, 430px);
    transform: translate(-50%, -100%);
    text-align: center;
    will-change: top;
  }

  #l1uw-module .l1uw-mobile-title h2 {
    margin: 0 0 10px;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.18;
  }

  #l1uw-module .l1uw-mobile-title p {
    margin: 0;
    color: #bbb;
    font-size: 14px;
    line-height: 1.5;
  }

  #l1uw-module .l1uw-label {
    font-size: 8px;
  }

  #l1uw-module .l1uw-degree {
    height: 12%;
    margin-top: -4px;
  }

  #l1uw-module .l1uw-degree strong {
    font-size: 38px;
  }

  #l1uw-module .l1uw-degree-line {
    width: 82%;
  }
}

@media (max-width: 420px) {
  #l1uw-module .l1uw-mobile-title {
    width: 90vw;
  }

  #l1uw-module .l1uw-portrait-side {
    width: 82vw;
    height: 82vh;
  }

  #l1uw-module .l1uw-group {
    height: min(79%, 145.8vw, 620px);
  }

  #l1uw-module .l1uw-degree strong {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #l1uw-module .l1uw-scene,
  #l1uw-module .l1uw-shade,
  #l1uw-module .l1uw-copy {
    will-change: auto;
  }
}
