.etl-pls,
.etl-pls * {
  box-sizing: border-box;
}

.etl-pls {
  --etl-pls-ink: #14345f;
  --etl-pls-muted: #587198;
  --etl-pls-blue: #2268c4;
  --etl-pls-line: #d4e3f2;
  --etl-pls-soft: #f3fbff;
  --etl-pls-scene-tint: 53, 61, 72;
  --etl-pls-scene-opacity: 0.16;
  width: 100%;
  padding: 48px 0 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f2fbff 100%);
  color: var(--etl-pls-ink);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
  overflow: hidden;
}

.etl-pls__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.etl-pls__head {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.etl-pls__eyebrow {
  margin: 0 0 4px;
  color: var(--etl-pls-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.etl-pls__title {
  margin: 0;
  color: var(--etl-pls-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.2;
}

.etl-pls__lead {
  margin: 12px auto 0;
  color: var(--etl-pls-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.etl-pls__stage {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 0;
}

.etl-pls__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(40, 92, 135, 0.12);
}

.etl-pls__visual--pc {
  aspect-ratio: 1800 / 780;
  display: block;
}

.etl-pls__visual--mobile {
  display: none;
}

.etl-pls__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}

.etl-pls__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  user-select: none;
  pointer-events: none;
}

.etl-pls__media--base {
  z-index: 1;
}

.etl-pls__media--tone {
  z-index: 2;
  opacity: 0;
  transition: opacity 80ms linear;
}

.etl-pls__media--tone.is-active {
  opacity: var(--etl-pls-opacity, 0.78);
}

.etl-pls__scene-tint {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  background: rgb(var(--etl-pls-scene-tint));
  opacity: var(--etl-pls-scene-opacity, 0);
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  clip-path: inset(0 0 0 36.5%);
  transition: opacity 80ms linear, background-color 80ms linear;
}

.etl-pls__visual--mobile .etl-pls__scene-tint {
  clip-path: inset(0 0 0 43.6%);
}

.etl-pls__panel {
  position: relative;
  z-index: 4;
  left: auto;
  bottom: auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  width: min(860px, calc(100% - 112px));
  margin: -34px auto 0;
  padding: 28px 34px 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 50px rgba(38, 96, 150, 0.14);
  transform: none;
}

.etl-pls__label {
  margin: 0 0 16px;
  color: #0f2340;
  font-size: 15px;
  font-weight: 900;
}

.etl-pls__swatches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 80px));
  gap: 10px;
}

.etl-pls__swatch {
  min-height: 104px;
  padding: 10px 8px 9px;
  border: 1px solid #d7dde5;
  border-radius: 5px;
  background: #fff;
  color: #172f50;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.etl-pls__swatch.is-active {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.etl-pls__swatch-dot {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  border-radius: 50%;
  box-shadow: inset -10px -12px 20px rgba(0,0,0,0.2), 0 6px 14px rgba(22,45,75,0.12);
}

.etl-pls__swatch-dot--gray {
  background: radial-gradient(circle at 34% 28%, rgba(255,255,255,0.78), transparent 25%), #555a64;
}

.etl-pls__swatch-dot--brown {
  background: radial-gradient(circle at 34% 28%, rgba(255,255,255,0.62), transparent 25%), #6b3b22;
}

.etl-pls__density {
  display: grid;
  gap: 10px;
}

.etl-pls__card {
  border: 1px solid #d7dde5;
  border-radius: 5px;
  background: #fff;
}

.etl-pls__card.is-open {
  border-color: #111;
}

.etl-pls__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 0 28px;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  text-align: left;
}

.etl-pls__chevron {
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
}

.etl-pls__card.is-open .etl-pls__chevron {
  transform: rotate(225deg) translateY(-3px);
}

.etl-pls__body {
  display: none;
  padding: 0 28px 20px;
}

.etl-pls__card.is-open .etl-pls__body {
  display: block;
}

.etl-pls__range {
  width: 100%;
  height: 28px;
  margin: 0 0 8px;
  accent-color: #111;
}

.etl-pls__axis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.etl-pls__axis span:nth-child(2) {
  text-align: left;
  transform: translateX(-34px);
}

.etl-pls__axis-sub {
  display: block;
  margin: 1px 0;
  color: #6d7480;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.etl-pls__axis span:nth-child(3) {
  text-align: right;
}

.etl-pls__note {
  margin: 18px 0 0;
  color: #6d7480;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .etl-pls {
    padding: 28px 0 36px;
  }

  .etl-pls__inner {
    width: 100%;
  }

  .etl-pls__head {
    width: calc(100% - 40px);
    margin: 0 auto 18px;
    text-align: left;
  }

  .etl-pls__eyebrow {
    font-size: 11px;
  }

  .etl-pls__title {
    font-size: 23px;
  }

  .etl-pls__lead {
    font-size: 13px;
    line-height: 1.7;
  }

  .etl-pls__stage {
    padding-bottom: 0;
  }

  .etl-pls__visual {
    border-radius: 0;
    box-shadow: none;
  }

  .etl-pls__visual--pc {
    display: none;
  }

  .etl-pls__visual--mobile {
    display: block;
    aspect-ratio: 900 / 520;
  }

  .etl-pls__panel {
    position: relative;
    left: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    width: calc(100% - 24px);
    margin: -18px auto 0;
    padding: 24px 18px 26px;
    transform: none;
  }

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

  .etl-pls__swatch {
    min-height: 92px;
  }

  .etl-pls__summary {
    padding: 0 18px;
  }

  .etl-pls__body {
    padding: 0 18px 18px;
  }
}
