/* ad-cut.com CREATORS 섹션 — Aristide Benoist 스타일 */
.creators-adcut {
  width: 100%; background: #0A0A0A; padding: 120px 0 140px;
}
.creators-adcut .cs-header {
  text-align: center; margin-bottom: 80px; padding: 0 24px;
}
.creators-adcut .cs-kicker {
  display: inline-block; padding: 6px 16px;
  background: rgba(233,30,99,0.10); color: #FFB7CB;
  border: 1px solid rgba(233,30,99,0.30); border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; margin-bottom: 24px;
}
.creators-adcut .cs-title {
  font-size: clamp(28px, 4vw, 52px); font-weight: 800;
  line-height: 1.25; letter-spacing: -0.025em; margin-bottom: 20px; color: #fff;
}
.creators-adcut .cs-title .accent {
  background: linear-gradient(120deg, #FF6BA0 0%, #E91E63 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.creators-adcut .cs-subtitle {
  font-size: clamp(14px, 1.3vw, 17px);
  color: rgba(255,255,255,0.55); line-height: 1.7;
  max-width: 540px; margin: 0 auto;
}
.creators-adcut .cs-stripes {
  display: flex; justify-content: center; gap: 6px;
  padding: 0 24px; margin: 0 auto; max-width: 1600px;
}
.creators-adcut .cs-stripe {
  flex: 1 1 60px; min-width: 50px; max-width: 90px; height: 480px;
  position: relative; overflow: hidden; background: #1a1a1a; cursor: pointer;
  transition: flex 0.7s cubic-bezier(.2,.85,.2,1), max-width 0.7s cubic-bezier(.2,.85,.2,1);
}
.creators-adcut .cs-stripe img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 25%;
  filter: grayscale(100%) brightness(0.85) contrast(1.1);
  transition: all 0.7s cubic-bezier(.2,.85,.2,1);
}
.creators-adcut .cs-stripe:hover { flex: 5 1 280px; max-width: 320px; }
.creators-adcut .cs-stripe:hover img { filter: grayscale(0%) brightness(1); transform: scale(1.02); }
.creators-adcut .cs-stripes:hover .cs-stripe:not(:hover) { flex: 0.85 1 50px; opacity: 0.55; }
.creators-adcut .cs-stripes:hover .cs-stripe:not(:hover) img { filter: grayscale(100%) brightness(0.4); }
/* 개별 사진 조정 */
.creators-adcut .cs-stripe.special-toi img { object-position: 65% 35%; }
.creators-adcut .cs-stripe.special-sy img { object-position: center 35%; }
.creators-adcut .cs-stripe.special-summer img { object-position: center 25%; }
.creators-adcut .cs-stripe.special-nuri img { object-position: 65% 20%; }

/* 모바일 — PC와 같은 stripe 비율 + 가로 스크롤 */
@media (max-width: 900px) {
  .creators-adcut { padding: 80px 0 100px; }
  .creators-adcut .cs-header { margin-bottom: 50px; }
  .creators-adcut .cs-stripes {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding: 0 24px;
    gap: 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;        /* Firefox 숨김 */
    -ms-overflow-style: none;      /* IE/Edge 숨김 */
  }
  .creators-adcut .cs-stripes::-webkit-scrollbar { display: none; }  /* Chrome/Safari 숨김 */
  .creators-adcut .cs-stripe {
    flex: 0 0 56px;
    min-width: 56px;
    max-width: 56px;
    height: 380px;
  }
  /* 모바일은 hover 효과 없음 (터치라) — 정적 표시 */
  .creators-adcut .cs-stripe:hover,
  .creators-adcut .cs-stripes:hover .cs-stripe:not(:hover) {
    flex: 0 0 56px;
    max-width: 56px;
    opacity: 1;
  }
  .creators-adcut .cs-stripe img { filter: grayscale(100%) brightness(0.85); }
  /* 터치 시 원래 컬러로 (크기는 그대로) */
  .creators-adcut .cs-stripe:hover img,
  .creators-adcut .cs-stripe:active img,
  .creators-adcut .cs-stripe:focus img,
  .creators-adcut .cs-stripe:focus-within img {
    filter: grayscale(0%) brightness(1) contrast(1) !important;
    transform: none !important;
  }
  /* 다른 stripe도 어둡게 안 만듦 (원래 상태 유지) */
  .creators-adcut .cs-stripes:hover .cs-stripe:not(:hover) img,
  .creators-adcut .cs-stripes .cs-stripe:not(:hover) img {
    filter: grayscale(100%) brightness(0.85) !important;
    opacity: 1 !important;
  }
}
@media (max-width: 500px) {
  .creators-adcut .cs-stripe { flex: 0 0 48px; min-width: 48px; max-width: 48px; height: 320px; }
  .creators-adcut .cs-stripe:hover, .creators-adcut .cs-stripes:hover .cs-stripe:not(:hover) {
    flex: 0 0 48px; max-width: 48px;
  }
}
