.buying-page {
  background: #f3f5f7;
  color: #111827;
  overflow-x: clip;
  padding-top: 132px !important;
}

.buying-hero {
  padding: 120px 20px 72px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 56, 147, 0.06), transparent 36%),
    #f3f5f7;
}

.buying-hero__inner,
.buying-story__inner,
.buying-collage__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}


.buying-hero__title {
  margin: 0;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.buying-hero__desc {
  width: min(640px, 100%);
  margin: 28px 0 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
}

.buying-story {
  padding: 40px 0 120px;
}

.buying-story--intro {
  padding-top: 12px;
}

.buying-story__inner--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 72px;
}

.buying-story__inner--reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.buying-story__inner--reverse .buying-story__media {
  order: 2;
}

.buying-story__inner--reverse .buying-story__copy {
  order: 1;
}

.buying-story__media {
  position: relative;
}

.buying-story__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.10);
}

.buying-story__copy {
  min-width: 0;
}

.buying-story__headline {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 900;
  word-break: keep-all;
}

.buying-story__body {
  margin: 0 0 16px;
  color: #667085;
  font-size: 17px;
  line-height: 1.9;
  word-break: keep-all;
}

.buying-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.buying-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* collage */
.buying-collage {
  position: relative;
  padding: 120px 0 120px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.06), transparent 24%),
    radial-gradient(circle at 84% 78%, rgba(0, 56, 147, 0.18), transparent 22%),
    #050608;
  overflow: hidden;
}

.buying-collage__stage {
  position: relative;
  min-height: 980px;
  border-radius: 36px;
}

.buying-collage__item {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  opacity: 0;
  filter: blur(12px);
  will-change: transform, opacity, filter;
  transition:
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.72s ease,
    filter 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.buying-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 최종 배치 */
.buying-collage__item--watch {
  top: 20px;
  left: -40px;             
  width: 48%;
  aspect-ratio: 1.7 / 1;
  z-index: 1;
  transform: translate3d(-100px, -120px, 0) scale(0.88);
}

.buying-collage__item--jewelry {
  top: -62px;
  left: 50%;             
  width:30%;
  aspect-ratio: 0.76 / 1;
  z-index: 2;
  transform: translate3d(0, -140px, 0) scale(0.88);
}


.buying-collage__item--bag {
  right: 150px;           
  top: 450px;          
  width: 40%;
  aspect-ratio: 1.18 / 1;
  z-index: 3;
  transform: translate3d(100px, 50px, 0) scale(0.88);
}

.buying-collage__item--small {
  left: 7%;
  top: 410px;
  width: 35%;
  aspect-ratio: 0.82 / 1;
  transform: translate3d(0, 180px, 0) scale(0.88);
}

.buying-collage.is-active .buying-collage__item {
  opacity: 1;
  filter: blur(0);
}

.buying-collage.is-active .buying-collage__item--watch {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0.02s;
}

.buying-collage.is-active .buying-collage__item--jewelry {
  transform: translate3d(0, 0, 0) scale(0.96);
  transition-delay: 0.18s;
}

.buying-collage.is-active .buying-collage__item--bag {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0.34s;
}

.buying-collage.is-active .buying-collage__item--small {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0.5s;
}

/* 무조건 사진 아래 텍스트 */
.buying-collage__bottom {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 54px auto 0;
  text-align: center;
}

.buying-collage__bottom-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4.2vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 900;
  word-break: keep-all;
}

.buying-collage__bottom-desc {
  margin: 22px auto 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.85;
  word-break: keep-all;
}

.buying-collage__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}


@media (max-width: 1024px) {
  .buying-story__inner--split,
  .buying-story__inner--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .buying-story__inner--reverse .buying-story__media,
  .buying-story__inner--reverse .buying-story__copy {
    order: initial;
  }

  .buying-story {
    padding: 24px 0 88px;
  }

  .buying-collage {
    padding: 96px 0 110px;
  }

  .buying-collage__stage {
    min-height: 900px;
  }

  .buying-collage__item--watch {
    width: 52%;
  }

  .buying-collage__item--jewelry {
    left: 56%;
    width: 24%;
  }

  .buying-collage__item--bag {
    top: 312px;
    width: 42%;
  }

  .buying-collage__item--small {
    left: 10%;
    top: 560px;
    width: 34%;
  }
}

@media (max-width: 768px) {
  .buying-page {
    padding-top: 112px !important;
  }

  .buying-hero {
    padding: 92px 0 48px;
  }

  .buying-hero__inner,
  .buying-story__inner,
  .buying-collage__inner {
    width: min(100%, calc(100% - 32px));
  }

  .buying-hero__title {
    font-size: clamp(40px, 12vw, 64px);
    line-height: 0.98;
  }

  .buying-hero__desc,
  .buying-story__body {
    font-size: 15px;
    line-height: 1.8;
  }

  .buying-story__headline {
    font-size: clamp(30px, 9vw, 44px);
  }

  .buying-story__media img {
    border-radius: 22px;
  }

  .buying-collage {
    padding: 84px 0 88px;
  }

  .buying-collage__stage {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .buying-collage__item {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    transform: translate3d(0, 48px, 0) scale(0.96) !important;
    aspect-ratio: auto;
  }

  .buying-collage__item--watch {
    aspect-ratio: 1.35 / 1;
  }

  .buying-collage__item--jewelry,
  .buying-collage__item--small {
    aspect-ratio: 0.82 / 1;
  }

  .buying-collage__item--bag {
    aspect-ratio: 1.12 / 1;
  }

  .buying-collage.is-active .buying-collage__item {
    transform: translate3d(0, 0, 0) scale(1) !important;
  }

  .buying-collage__bottom {
    margin-top: 38px;
  }

  .buying-collage__bottom-title {
    font-size: clamp(28px, 9vw, 42px);
  }

  .buying-collage__bottom-desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .buying-collage__actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }
}

/* 줄바꿈 분기 (PC / 모바일) */
.mo-only {
  display: none;
}

.pc-only {
  display: inline;
}

@media (max-width: 768px) {
  .mo-only {
    display: inline;
  }

  .pc-only {
    display: none;
  }
}