.visual-01 .inner {
  position: relative;
  overflow: hidden;
  background-color: #08090b;
  background-image: linear-gradient(90deg, rgba(8, 9, 11, .42), rgba(8, 9, 11, .24)), url('/media/images/datas/hero-black-gold-v1.png');
  background-position: center;
  background-size: cover;
  animation: none;
}

.visual-01 .inner::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), inset 0 -1px rgba(226, 190, 117, .16);
}

.visual-01 .gold-dust-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: .92;
}

.visual-01 .gold-dust-canvas canvas {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.visual-01 .visual__inner {
  position: relative;
  z-index: 2;
}

.visual-01 .v-item {
  min-height: 57.5rem;
}

.visual-01 .visual-left {
  align-items: flex-start !important;
  width: 43rem;
  gap: 3rem !important;
}

.visual-01 .visual-left .text {
  text-align: left !important;
}

.visual-01 .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.visual-01 .hero-eyebrow {
  margin-bottom: 1.8rem;
  color: #c9a45e;
  font-family: Pretendard, sans-serif;
  font-size: 1.2rem !important;
  font-weight: 700;
  letter-spacing: .18em;
  opacity: 1 !important;
}

.visual-01 .hero-copy b {
  color: #fff !important;
  font-family: Pretendard, sans-serif;
  font-size: 4.2rem !important;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.055em;
}

.visual-01 .hero-copy b em {
  color: #e2be75;
}

.visual-01 .hero-copy p {
  margin-top: 2rem;
  color: #d8d3c8;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.75;
}

.visual-01 .hero-proof {
  display: inline-flex;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(226, 190, 117, .32);
  color: #f5f1e8;
  font-size: 1.35rem !important;
  font-weight: 600;
  opacity: .9 !important;
}

.visual-01 .visual-left .btn {
  min-width: 20rem;
  color: #17120b;
  background: linear-gradient(135deg, #f2d391, #c99b45);
  box-shadow: 0 10px 30px rgba(201, 155, 69, .2);
  font-family: Pretendard, sans-serif;
  font-weight: 700;
}

.visual-01 .v-item > article:last-child {
  display: flex;
  align-items: center;
  width: min(60rem, 100%);
  height: 49.5rem;
  transform: translateX(2rem);
}

.visual-01 .v-item > article:last-child img {
  width: 100%;
  max-width: 60rem;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, .42));
}

@container visual (max-width: 857px) {
  .visual-01 .v-item > article:last-child {
    height: auto;
    transform: none;
  }

  .visual-01 .v-item {
    min-height: auto;
    gap: 4rem !important;
    padding: 6rem 0 4.6rem !important;
  }

  .visual-01 .visual-left {
    align-items: center !important;
    width: 100%;
    gap: 2.6rem !important;
  }

  .visual-01 .visual-left .text,
  .visual-01 .hero-copy {
    align-items: center;
    text-align: center !important;
  }

  .visual-01 .hero-copy b {
    font-size: clamp(3.2rem, 9vw, 4.2rem) !important;
  }

  .visual-01 .hero-copy p {
    font-size: 1.35rem;
  }
}
