/* =========================================================
   YOGA ISEO & PILATES — 노원점 단독 랜딩
   styles.css(공유 토큰/컴포넌트)에 더해지는 노원 전용 스타일
   ========================================================= */

/* nav wordmark — 두 줄 브랜드 */
.nav-wordmark b { font-size: 17px; letter-spacing: 0.1em; }
.nav-wordmark span { letter-spacing: 0.34em; }

/* ---------- hero badge ---------- */
.hero-badge {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 28px;
  padding: 11px 20px;
  border: 1px solid rgba(201,168,119,0.5);
  border-radius: 100px;
  font-size: 13.5px; letter-spacing: 0.02em; color: var(--cream);
  background: rgba(20,13,9,0.34);
  backdrop-filter: blur(4px);
}
.hero-badge b { color: var(--gold-soft); font-weight: 600; }
.hero-badge .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

/* ---------- hero deal hook (featured product, top of page) ---------- */
.hero-deal {
  display: inline-flex; flex-direction: column; align-items: flex-start; gap: 10px;
  margin-top: 26px;
  padding: 16px 22px;
  border: 1px solid rgba(201,168,119,0.42);
  border-radius: 16px;
  background: rgba(20,13,9,0.42);
  backdrop-filter: blur(5px);
}
.hd-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--gold-soft); }
.hd-flame { font-size: 14px; line-height: 1; }
.hd-line { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 9px; font-size: clamp(15px, 4.4vw, 18px); font-weight: 600; color: var(--cream); letter-spacing: -0.01em; }
.hd-line s { color: var(--cream-faint); font-weight: 400; text-decoration: line-through; text-decoration-thickness: 1px; }
.hd-line b { font-family: var(--sans); font-weight: 800; font-size: 1.28em; color: var(--gold); letter-spacing: -0.02em; }
.hd-line em { font-style: normal; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--gold-soft); background: rgba(181,142,84,0.16); border: 1px solid rgba(201,168,119,0.45); padding: 3px 10px; border-radius: 100px; align-self: center; }

/* ---------- private yoga feature ---------- */
.feature-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 84px); align-items: center;
}
.feature-grid.flip .feature-figure { order: 2; }
.feature-figure { position: relative; }
.feature-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px; }
.feature-figure .badge-circle {
  position: absolute; right: -22px; bottom: -22px;
  width: clamp(108px, 13vw, 158px); height: clamp(108px, 13vw, 158px);
  background: var(--gold); color: #fff;
  border-radius: 50%; display: grid; place-content: center; text-align: center;
  box-shadow: 0 24px 60px rgba(33,22,16,0.34);
}
.feature-figure .badge-circle b { font-family: var(--serif); font-size: clamp(40px,5vw,56px); font-weight: 500; line-height: 1; display: block; }
.feature-figure .badge-circle small { font-size: 11px; letter-spacing: 0.18em; margin-top: 6px; display: block; text-transform: uppercase; opacity: 0.85; }

.feature-body .section-title { margin: 22px 0 26px; }
.feature-list { display: flex; flex-direction: column; gap: 2px; margin-top: 30px; }
.feature-list .fl {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0; border-top: 1px solid var(--border-soft, rgba(43,32,24,0.14));
}
.feature-list .fl:last-child { border-bottom: 1px solid var(--border-soft, rgba(43,32,24,0.14)); }
.feature-list .fl .n { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 19px; flex: none; width: 28px; }
.feature-list .fl .t b { font-size: 16.5px; font-weight: 600; color: var(--ink); display: block; }
.feature-list .fl .t span { font-size: 14.5px; color: var(--ink-soft); display: block; margin-top: 5px; line-height: 1.7; }
/* dark variant */
.tile-dark .feature-list .fl { border-color: var(--espresso-3); }
.tile-dark .feature-list .fl .t b { color: var(--cream); }
.tile-dark .feature-list .fl .t span { color: var(--cream-faint); }

/* ---------- pilates slider ---------- */
.pil-slider { position: relative; margin-top: clamp(40px, 5vw, 60px); }
.pil-viewport { overflow: hidden; border-radius: 3px; }
.pil-track { display: flex; transition: transform 0.7s var(--ease); }
.pil-slide { min-width: 100%; position: relative; }
.pil-slide img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.pil-slide .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: clamp(26px,4vw,44px) clamp(24px,4vw,46px) clamp(22px,3vw,36px);
  background: linear-gradient(180deg, rgba(20,13,9,0) 0%, rgba(20,13,9,0.78) 100%);
  color: var(--cream);
}
.pil-slide .cap .ce { font-family: var(--serif); font-style: italic; color: var(--gold-soft); font-size: 16px; }
.pil-slide .cap .ct { font-size: clamp(19px,2.4vw,27px); font-weight: 400; letter-spacing: -0.01em; margin-top: 5px; }
.pil-slide .cap .cd { font-size: 14.5px; color: var(--cream-soft); margin-top: 8px; max-width: 52ch; line-height: 1.7; }

.pil-nav { display: flex; align-items: center; justify-content: space-between; margin-top: clamp(22px,3vw,30px); }
.pil-dots { display: flex; gap: 10px; }
.pil-dots button { width: 8px; height: 8px; border-radius: 50%; background: var(--espresso-3); transition: all 0.4s var(--ease); }
.pil-dots button.active { background: var(--gold); width: 28px; border-radius: 100px; }
.pil-arrows { display: flex; gap: 10px; }
.pil-arrows button {
  width: 50px; height: 50px; border-radius: 50%;
  border: 1px solid var(--espresso-3); color: var(--cream);
  display: grid; place-content: center; transition: all 0.4s var(--ease);
}
.pil-arrows button:hover { border-color: var(--gold); background: var(--gold); }
.pil-arrows button:active { transform: scale(0.94); }
.pil-arrows button svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }

/* pilates equipment chips */
.pil-equip { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(14px,2vw,22px); margin-top: clamp(40px,5vw,58px); }
.pil-equip .eq { padding: clamp(22px,3vw,30px); border: 1px solid var(--espresso-3); border-radius: 3px; }
.pil-equip .eq .eq-no { font-family: var(--serif); font-style: italic; color: var(--gold-soft); font-size: 16px; }
.pil-equip .eq b { display: block; font-size: 19px; font-weight: 600; color: var(--cream); margin: 12px 0 8px; }
.pil-equip .eq p { font-size: 14px; line-height: 1.7; color: var(--cream-faint); }

/* ---------- timetable discipline toggle ---------- */
.tt-toggle { display: inline-flex; gap: 6px; padding: 6px; border: 1px solid var(--espresso-3); border-radius: 100px; margin-top: clamp(34px,4vw,50px); }
.tt-toggle button {
  display: flex; align-items: baseline; gap: 9px;
  padding: 11px 26px; border-radius: 100px;
  color: var(--cream-soft); font-size: 15px; font-weight: 500;
  transition: all 0.4s var(--ease);
}
.tt-toggle button .t-en { font-family: var(--serif); font-style: italic; font-size: 12px; color: var(--cream-faint); }
.tt-toggle button.active { background: var(--gold); color: #fff; }
.tt-toggle button.active .t-en { color: rgba(255,255,255,0.72); }

.tt-wrap { margin-top: clamp(28px,3.5vw,40px); }
.tt-wrap .tt { transition: opacity 0.35s var(--ease); }

/* ---------- footer single-branch ---------- */
.footer-top.single { grid-template-columns: 1.5fr 1fr 1fr; }

/* ---------- trial notice (apply section) ---------- */
.trial-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(181,142,84,0.12);
  border: 1px solid rgba(181,142,84,0.3);
  border-radius: 8px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cream-soft);
}
.trial-notice svg { flex: none; margin-top: 2px; color: var(--gold-soft); }
.trial-notice strong { color: var(--gold-soft); }

/* ---------- form field fixed display ---------- */
.field-fixed {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 16px;
  background: rgba(58,42,29,0.35);
  border: 1px solid rgba(181,142,84,0.3);
  border-radius: 6px;
  font-size: 15px;
  color: var(--cream);
  gap: 8px;
}
.field-fixed em {
  font-style: normal;
  font-size: 13px;
  color: var(--gold-soft);
}
.fc-yoga-note {
  font-style: normal;
  font-size: 12px;
  color: var(--gold-soft);
  margin-left: 4px;
}

/* ---------- location section ---------- */
.loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  margin-top: clamp(36px, 5vw, 52px);
  align-items: start;
}

/* ---- new map frame ---- */
.loc-map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 760 / 940;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(20,30,40,0.14), 0 2px 8px rgba(20,30,40,0.07);
  /* map color tokens (scoped so they don't leak) */
  --lm-land:         #e9edf0;
  --lm-block:        #dde3e8;
  --lm-block-2:      #d3dbe1;
  --lm-road:         #ffffff;
  --lm-road-casing:  #dfe4e8;
  --lm-park:         #c2e3b0;
  --lm-park-line:    #a9d695;
  --lm-line7:        #5e6c12;
  --lm-ink:          #222831;
  --lm-muted:        #6b7682;
  background: var(--lm-land);
}

.lm-base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* --- overlay pins --- */
.lm-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 3;
  pointer-events: none;
}

.lm-badge {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  box-shadow: 0 3px 8px rgba(20,30,40,0.18);
}
.lm-badge svg { color: #4a5568; }

.lm-label {
  background: rgba(255,255,255,0.94);
  color: var(--lm-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 2px 8px;
  border-radius: 980px;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(20,30,40,0.12);
  text-align: center;
  line-height: 1.3;
}

.lm-pin.apt .lm-badge { width: 28px; height: 28px; }
.lm-pin.apt .lm-label { font-size: 11px; color: #3b444d; }

.lm-badge.sbux { background: #036635; }
.lm-badge.pb   { background: #1f3f8a; }
.lm-badge.sbux svg,
.lm-badge.pb svg { color: #fff; }

.lm-pin.dest { z-index: 5; }
.lm-pin.dest .lm-badge {
  width: 42px; height: 42px;
  background: #d6336c; color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(214,51,108,0.4);
}
.lm-pin.dest .lm-badge svg { color: #fff; }
.lm-pin.dest .lm-label {
  font-size: 12px; font-weight: 800;
  color: #a51d52;
  padding: 3px 10px;
  box-shadow: 0 2px 6px rgba(20,30,40,0.16);
}

.lm-pin.station { z-index: 4; }
.lm-pin.station .lm-badge {
  width: 40px; height: 40px;
  background: var(--lm-line7);
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(20,30,40,0.26);
}
.lm-pin.station .lm-badge svg { color: #fff; }
.lm-pin.station .lm-label {
  font-size: 13px; font-weight: 800;
  letter-spacing: -0.03em;
  padding: 3px 12px;
  box-shadow: 0 2px 6px rgba(20,30,40,0.16);
}

/* compass */
.lm-compass {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 4;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.93);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(20,30,40,0.14);
  gap: 1px;
}
.lm-compass-n {
  font-size: 10px; font-weight: 800;
  color: #d23b3b; line-height: 1;
}

/* line / road tags */
.lm-linetag {
  position: absolute; z-index: 4;
  background: var(--lm-line7); color: #fff;
  font-size: 10.5px; font-weight: 700;
  padding: 2px 8px; border-radius: 980px;
  box-shadow: 0 2px 6px rgba(20,30,40,0.18);
  transform: translate(-50%,-50%);
}
.lm-roadtag {
  position: absolute; z-index: 2;
  color: var(--lm-muted);
  font-size: 11px; font-weight: 600;
  transform: translate(-50%,-50%);
}

/* naver CTA inside frame */
.lm-naver-cta {
  position: absolute;
  bottom: 12px; right: 12px;
  z-index: 6;
  background: var(--gold);
  color: #fff;
  padding: 7px 12px;
  border-radius: 100px;
  font-size: 11.5px; font-weight: 600;
  display: flex; align-items: center; gap: 5px;
  box-shadow: 0 4px 12px rgba(181,142,84,0.35);
  transition: background 0.3s var(--ease);
  pointer-events: auto;
}
.lm-naver-cta:hover { background: var(--gold-soft); }

/* caption */
.lm-caption {
  position: absolute;
  left: 14px; bottom: 12px;
  z-index: 4;
  font-size: 10.5px; color: var(--lm-muted);
  font-weight: 500;
  pointer-events: none;
}

.loc-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loc-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(43,32,24,0.1);
}
.loc-detail:last-of-type { border-bottom: none; }
.loc-lbl {
  font-family: var(--serif);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-transform: uppercase;
}
.loc-detail span:not(.loc-lbl):not(.loc-note),
.loc-detail a {
  font-size: 15.5px;
  color: var(--ink);
  line-height: 1.6;
}
.loc-detail a:hover { color: var(--gold); }
.loc-note {
  font-size: 13px !important;
  color: var(--ink-faint) !important;
  margin-top: 2px;
}
.loc-transit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.loc-transit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.loc-transit-item em {
  font-style: normal;
  font-size: 12.5px;
  color: var(--ink-faint);
}
.loc-line7 {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #f5c200;
  color: #211610;
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-content: center;
  flex: none;
}
.loc-naver-btn {
  margin-top: 4px;
  justify-content: center;
}

/* ============================================================
   RESPONSIVE — tablet / mobile
   ============================================================ */
@media (max-width: 880px) {
  .feature-grid { grid-template-columns: 1fr; gap: 52px; }
  .feature-grid.flip .feature-figure { order: 0; }
  .feature-figure { max-width: 460px; margin-inline: auto; }
  .feature-figure .badge-circle { right: -8px; }
  .feature-body { text-align: center; }
  .feature-body .eyebrow { justify-content: center; }
  .feature-list .fl { text-align: left; }
  .pil-equip { grid-template-columns: 1fr; }
  .loc-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  /* ── hero: prevent SCROLL indicator overlap with badge ── */
  .hero-inner {
    padding-bottom: max(110px, 16svh);
  }

  /* ── hero badge: prevent overflow on narrow screens ── */
  .hero-badge {
    font-size: 12px;
    gap: 8px;
    padding: 10px 15px;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  /* ── hero actions: full-width buttons on mobile ── */
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* ── section title size on mobile ── */
  .section-title { font-size: clamp(26px, 7vw, 34px); }

  /* ── timetable toggle ── */
  .tt-toggle { width: 100%; justify-content: stretch; }
  .tt-toggle button { flex: 1; justify-content: center; padding: 11px 14px; }

  /* ── form row stack ── */
  .field-row { flex-direction: column; }
}

/* =========================================================
   FREE TRIAL · 무료체험 1회 (#apply)
   ========================================================= */
html, body { overflow-x: hidden; }
#apply { position: relative; overflow: hidden; }
.ft-glow {
  position: absolute; left: 50%; top: clamp(-140px, -6vw, -70px); transform: translateX(-50%);
  width: min(680px, 100vw); height: 440px; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(181,142,84,0.22), rgba(181,142,84,0) 66%);
}
.ft-hero { position: relative; text-align: center; max-width: 640px; margin: 0 auto; }
.ft-eyebrow {
  display: inline-block; font-family: var(--serif); font-style: italic;
  font-size: clamp(14px, 3.8vw, 17px); letter-spacing: 0.03em; color: var(--gold-soft);
  padding-bottom: 7px; border-bottom: 1px solid rgba(201,168,119,0.35);
}
.ft-medallion {
  position: relative; width: clamp(120px, 33vw, 150px); height: clamp(120px, 33vw, 150px);
  margin: clamp(26px, 5vw, 34px) auto clamp(22px, 4vw, 30px);
  display: grid; place-content: center; text-align: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, rgba(181,142,84,0.18), rgba(33,22,16,0) 70%), var(--espresso-2);
  border: 1px solid rgba(201,168,119,0.42);
  box-shadow: 0 0 0 6px rgba(201,168,119,0.06), 0 30px 60px -28px rgba(0,0,0,0.6);
}
.ftm-ring { position: absolute; inset: 9px; border-radius: 50%; border: 1px solid rgba(201,168,119,0.28); }
.ftm-num { font-family: var(--serif); font-weight: 600; font-size: clamp(46px, 12vw, 60px); color: var(--gold); line-height: 1; letter-spacing: -0.01em; }
.ftm-num em { font-style: normal; font-size: 0.4em; margin-left: 3px; color: var(--gold-soft); }
.ftm-label { display: block; margin-top: 5px; font-size: clamp(11.5px, 3vw, 13px); letter-spacing: 0.18em; color: var(--cream-soft); }
.ft-title { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 6vw, 37px); line-height: 1.28; letter-spacing: -0.01em; color: var(--cream); word-break: keep-all; }
.ft-sub { margin-top: clamp(14px, 3vw, 18px); font-size: clamp(14.5px, 4vw, 16.5px); line-height: 1.85; color: var(--cream-soft); word-break: keep-all; }
.ft-sub b { color: var(--cream); font-weight: 600; }
.ft-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: clamp(22px, 4vw, 28px); }
.ft-perk {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: clamp(12.5px, 3.4vw, 13.5px); color: var(--cream-soft);
  border: 1px solid var(--espresso-3); border-radius: 100px; padding: 9px 15px;
  background: rgba(20,13,9,0.3);
}
.ft-perk svg { width: 15px; height: 15px; flex: none; color: var(--gold-soft); }

.ft-form { position: relative; max-width: 560px; margin: clamp(30px, 6vw, 46px) auto 0; }
.br-pc { display: none; }
@media (min-width: 640px) { .br-pc { display: inline; } }

/* 히어로 제목 강조어(온전한) 기울임 해제 */
.hero-title em { font-style: normal; }

/* keep Korean words whole on wrap (no mid-word breaks) */
.hero-title, .section-title, .lead, .ft-title, .ft-sub, .hd-line, .fc-sub, .form-note,
.trial-notice span, .benefit .b-main, .form-success p { word-break: keep-all; }

/* =========================================================
   FILMS · 영상 슬라이더 (#films) + 실루엣 데코
   ========================================================= */
.films { position: relative; overflow: hidden; }
.films .wrap, #apply .wrap { position: relative; z-index: 1; }

/* 실루엣 데코 이미지 — 살짝, 자연스럽게 */
.sil-accent {
  position: absolute; z-index: 0; pointer-events: none; display: block;
  object-fit: cover; opacity: 0.15;
  filter: grayscale(0.24) sepia(0.12) contrast(1.02) brightness(0.94);
}
.sil-a { top: -4%; right: -5%; width: min(40vw, 430px); aspect-ratio: 2/3;
  -webkit-mask-image: radial-gradient(ellipse at 62% 42%, #000 22%, transparent 70%);
          mask-image: radial-gradient(ellipse at 62% 42%, #000 22%, transparent 70%); }
.sil-b { bottom: -6%; left: -7%; width: min(32vw, 340px); aspect-ratio: 3/4;
  -webkit-mask-image: radial-gradient(ellipse at 40% 52%, #000 20%, transparent 68%);
          mask-image: radial-gradient(ellipse at 40% 52%, #000 20%, transparent 68%); }
.sil-c { bottom: -3%; right: -6%; width: min(38vw, 390px); aspect-ratio: 2/3; opacity: 0.13;
  -webkit-mask-image: radial-gradient(ellipse at 60% 50%, #000 20%, transparent 66%);
          mask-image: radial-gradient(ellipse at 60% 50%, #000 20%, transparent 66%); }
@media (max-width: 680px) {
  .sil-a { width: 62vw; right: -16%; }
  .sil-b { width: 54vw; left: -20%; }
  .sil-c { width: 60vw; right: -18%; }
}

.film-row { margin-top: clamp(30px, 5vw, 48px); }
.film-row + .film-row { margin-top: clamp(44px, 7vw, 74px); }
.film-row-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: clamp(16px, 2.5vw, 22px); }
.film-row-head .fr-en { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-soft); }
.film-row-head h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(19px, 3.2vw, 25px); letter-spacing: -0.01em; color: var(--cream); }

.vslider { position: relative; }
.vslider-viewport { overflow: hidden; }
.vslider-track { display: flex; transition: transform 0.55s var(--ease); }
.vslide { flex: 0 0 100%; min-width: 0; }
.vs-media { position: relative; background: #100b08; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 62px -34px rgba(0,0,0,0.72); border: 1px solid rgba(201,168,119,0.16); }
.vs-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: #100b08; }
.land .vs-media { max-width: 900px; margin: 0 auto; aspect-ratio: 16 / 9; }
.port .vs-media { max-width: 330px; margin: 0 auto; aspect-ratio: 9 / 16; }
.vslide figcaption { text-align: center; margin-top: 16px; font-family: var(--serif); font-size: clamp(16px, 2.4vw, 21px); color: var(--cream); letter-spacing: -0.01em; }

.vslider-nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: clamp(18px, 2.5vw, 24px); }
.vslider-dots { display: flex; gap: 8px; align-items: center; }
.vslider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: var(--espresso-3); cursor: pointer; transition: all 0.3s var(--ease); }
.vslider-dots button.active { background: var(--gold); width: 22px; border-radius: 100px; }
.vslider-arrows { display: flex; gap: 10px; }
.vslider-arrows button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--espresso-3); background: transparent; color: var(--cream); display: grid; place-content: center; cursor: pointer; transition: all 0.3s var(--ease); }
.vslider-arrows button:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.vslider-arrows svg { width: 18px; height: 18px; }

/* 영상 재생 버튼 오버레이 + 비네트 */
.vs-media::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(circle at 50% 46%, transparent 50%, rgba(16,11,8,0.5) 100%);
  transition: opacity 0.4s var(--ease);
}
.vs-media.playing::after { opacity: 0; }
.vs-play {
  position: absolute; inset: 0; margin: auto; z-index: 2;
  width: clamp(60px, 12vw, 72px); height: clamp(60px, 12vw, 72px); border-radius: 50%;
  border: 1px solid rgba(201,168,119,0.6); background: rgba(20,13,9,0.42);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  color: var(--gold-soft); display: grid; place-content: center; cursor: pointer;
  transition: all 0.35s var(--ease);
}
.vs-play svg { width: 26px; height: 26px; margin-left: 3px; }
.vs-play:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: scale(1.06); }
.vs-media.playing .vs-play { opacity: 0; pointer-events: none; transform: scale(0.9); }
