/* ============================================================
   남산 재즈 페스타 2026 — styles
   Color tokens, responsive one-page layout
   ============================================================ */
:root {
  --coral: #FF6B84;
  --coral-hover: #FF8398;
  --coral-deep: #E64B66;
  --bg: #FFFFFF;
  --blush: #FFF5F3;
  --blush-hero: #FFF7F5;
  --text: #26242B;
  --text-2: #565259;
  --muted: #8E8A92;
  --muted-2: #97929A;
  --hair: rgba(38, 36, 43, .08);
  --hair-2: rgba(38, 36, 43, .12);
  --footer-bg: #221F28;
  --footer-text: #F2EEF1;
  --footer-muted: #9A95A0;
  --ph-a: #F2EEEC;
  --ph-b: #F8F4F2;
  --ph-label: #B3ADB4;
  --serif: 'Marcellus', serif;
  --mono: 'Space Mono', monospace;
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Pretendard', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
::selection { background: var(--coral); color: #fff; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.mono { font-family: var(--mono); }

/* ---------- keyframes ---------- */
@keyframes barDance { 0%,100% { transform: scaleY(.35); } 50% { transform: scaleY(1); } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes pulseRing { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-50%,-50%) scale(1.085); } }
@keyframes pulseRing2 { 0%,100% { transform: translate(-50%,-50%) scale(1.03); } 50% { transform: translate(-50%,-50%) scale(.94); } }
@keyframes glowPulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
@keyframes gradShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

/* ---------- equalizer logo ---------- */
.eq { display: flex; align-items: flex-end; gap: 3px; height: 22px; }
.eq span { width: 3px; background: var(--coral); border-radius: 2px; transform-origin: bottom; animation: barDance 1.1s ease-in-out infinite; }
.eq span:nth-child(1) { height: 55%; }
.eq span:nth-child(2) { height: 100%; animation-delay: .2s; }
.eq span:nth-child(3) { height: 70%; animation-delay: .4s; }
.eq--static span { animation: none; }
.eq--lg { height: 54px; gap: 6px; }
.eq--lg span { width: 6px; height: 100%; border-radius: 3px; animation: barDance 1s ease-in-out infinite; }
.eq--lg span:nth-child(1) { animation-delay: 0s; }
.eq--lg span:nth-child(2) { animation-delay: .18s; }
.eq--lg span:nth-child(3) { animation-delay: .36s; }
.eq--lg span:nth-child(4) { animation-delay: .54s; }

/* ---------- layout helpers ---------- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }
.wrap--narrow { max-width: 1120px; }
.wrap--faq { max-width: 880px; }
.section { padding: clamp(70px, 11vw, 140px) 0; }
.section--white { background: var(--bg); }
.section--blush { background: var(--blush); color: var(--text); }
.kicker { font-family: var(--serif); letter-spacing: .34em; font-size: 13px; color: var(--coral-deep); margin-bottom: 18px; text-indent: .34em; }
.h2 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.12; margin: 0; letter-spacing: -.03em; color: var(--text); }
.lead { font-size: clamp(1rem, 2.1vw, 1.18rem); line-height: 1.85; color: var(--text-2); margin: 0 0 18px; }
.lead:last-of-type { margin-bottom: 0; }
.note { margin-top: 26px; font-size: 13px; color: var(--muted-2); }
.note--center { text-align: center; margin-top: 22px; }
.ta-r { text-align: right; }
.sec-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 44px; }
.sec-head--center { display: block; text-align: center; margin-bottom: 50px; }

/* ---------- placeholders ---------- */
.ph-label { font-family: var(--mono); font-size: 12px; color: var(--ph-label); letter-spacing: .08em; }
.ph-label--c { text-align: center; padding: 0 20px; line-height: 1.6; }
.ph-box { position: relative; border-radius: 8px; overflow: hidden; background: repeating-linear-gradient(45deg, var(--ph-a), var(--ph-a) 12px, var(--ph-b) 12px, var(--ph-b) 24px); border: 1px solid rgba(38,36,43,.07); display: flex; align-items: center; justify-content: center; }
.ph-box--45 { aspect-ratio: 4 / 5; }

/* ---------- overlay / loader ---------- */
.overlay { position: fixed; inset: 0; z-index: 2000; background: #fff; display: flex; align-items: center; justify-content: center; transition: opacity .55s ease; opacity: 1; }
.overlay.is-hidden { opacity: 0; pointer-events: none; }
.overlay__inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.overlay__word { font-family: var(--serif); letter-spacing: .42em; font-size: 14px; color: var(--text); text-indent: .42em; }
body.is-leaving { opacity: 0; transition: opacity .45s ease; }

/* ---------- header ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 64px; transition: background .35s, box-shadow .35s, backdrop-filter .35s; background: transparent; }
.header.is-scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(38,36,43,.08); }
/* transparent header over dark hero photos -> light text */
.header:not(.is-scrolled) .logo__ko { color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.header:not(.is-scrolled) .logo__en { color: #FFB3C2; }
.header:not(.is-scrolled) .nav a { color: rgba(255,255,255,.92); text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.header:not(.is-scrolled) .nav a:hover { color: #fff; }
.header:not(.is-scrolled) .hamburger span { background: #fff; }
.header__inner { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px,4vw,40px); height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; color: inherit; }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__ko { font-weight: 800; font-size: 16px; letter-spacing: -.01em; color: var(--text); }
.logo__en { font-family: var(--serif); font-size: 9px; letter-spacing: .34em; color: var(--coral-deep); margin-top: 3px; text-indent: .34em; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav a { text-decoration: none; color: var(--text-2); font-size: 15px; font-weight: 600; letter-spacing: -.01em; transition: color .25s; }
.nav a:hover { color: var(--coral); }
.header__cta { display: flex; align-items: center; gap: 12px; }
.btn-kakao-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: #fff; font-weight: 800; font-size: 14px; padding: 11px 20px; border-radius: 999px; text-decoration: none; transition: transform .25s, background .25s, box-shadow .25s; box-shadow: 0 6px 18px rgba(255,107,132,.32); }
.btn-kakao-pill:hover { background: var(--coral-hover); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(255,107,132,.45); }
.hamburger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; background: transparent; border: none; cursor: pointer; padding: 0; }
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s, opacity .3s; }

/* ---------- mobile menu ---------- */
.mobile-menu { position: fixed; inset: 0; z-index: 1200; background: rgba(255,255,255,.98); backdrop-filter: blur(6px); display: flex; flex-direction: column; padding: 88px clamp(22px,7vw,40px) 40px; transform: translateY(-100%); opacity: 0; pointer-events: none; transition: transform .4s cubic-bezier(.4,0,.2,1), opacity .4s; }
.mobile-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu__close { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; background: transparent; border: none; color: var(--text); font-size: 30px; cursor: pointer; line-height: 1; }
.mobile-menu__nav { display: flex; flex-direction: column; gap: 6px; }
.mobile-menu__nav a { text-decoration: none; color: var(--text); font-size: 26px; font-weight: 700; padding: 14px 0; border-bottom: 1px solid rgba(38,36,43,.1); letter-spacing: -.02em; }
.mobile-menu__ticket { margin-top: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--coral); color: #fff; font-weight: 800; font-size: 17px; padding: 17px; border: none; border-radius: 14px; cursor: pointer; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: var(--blush-hero); }
.hero__bg { position: absolute; inset: -2% -2%; will-change: transform; overflow: hidden; }
.hero__track { display: flex; width: 300%; height: 100%; transition: transform .9s cubic-bezier(.4,0,.2,1); }
.hero__slide { flex: 0 0 33.3333%; height: 100%; overflow: hidden; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__grad { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,107,132,.28), rgba(255,150,110,.12) 45%, rgba(180,60,90,.26)); background-size: 220% 220%; mix-blend-mode: soft-light; animation: gradShift 11s ease-in-out infinite; }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(110% 80% at 82% 12%, rgba(255,107,132,.30), transparent 56%); animation: glowPulse 3.4s ease-in-out infinite; }
.hero__veil { position: absolute; inset: 0; background:
  linear-gradient(105deg, rgba(20,15,24,.78) 0%, rgba(20,15,24,.52) 38%, rgba(20,15,24,.18) 72%, rgba(20,15,24,0) 100%),
  linear-gradient(180deg, rgba(20,15,24,.30) 0%, rgba(20,15,24,0) 32%, rgba(20,15,24,0) 60%, rgba(20,15,24,.62) 100%); }
.hero__ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; }
.hero__ring--1 { width: min(72vw,640px); height: min(72vw,640px); border: 1px solid rgba(255,107,132,.22); animation: pulseRing 2.6s ease-in-out infinite; }
.hero__ring--2 { width: min(50vw,440px); height: min(50vw,440px); border: 1px solid rgba(255,107,132,.14); animation: pulseRing2 3.4s ease-in-out infinite; }
.hero__content { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 120px clamp(20px,5vw,48px) 90px; width: 100%; }
.hero__kicker { font-family: var(--serif); letter-spacing: .5em; font-size: clamp(11px,1.3vw,14px); color: #FFB3C2; margin-bottom: 26px; text-indent: .5em; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.hero__title { font-family: var(--serif); font-weight: 400; font-size: clamp(3.1rem,11.5vw,9rem); line-height: .92; margin: 0; color: #fff; letter-spacing: -.01em; text-shadow: 0 2px 34px rgba(0,0,0,.4), 0 1px 8px rgba(0,0,0,.3); }
.hero__title span { color: var(--coral); }
.hero__tagline { font-size: clamp(1.2rem,3.2vw,2rem); font-weight: 700; margin: 26px 0 0; color: #fff; letter-spacing: -.02em; text-shadow: 0 1px 18px rgba(0,0,0,.45); }
.hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 22px; color: rgba(255,255,255,.88); font-size: clamp(.95rem,2.2vw,1.1rem); text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.hero__meta .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }
.hero__place { font-weight: 600; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.btn { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; border-radius: 999px; cursor: pointer; transition: transform .25s, background .25s, box-shadow .25s, border-color .25s; }
.btn--primary { background: var(--coral); color: #fff; font-weight: 800; padding: 16px 30px; border: none; box-shadow: 0 10px 28px rgba(255,107,132,.34); }
.btn--primary:hover { background: var(--coral-hover); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(255,107,132,.5); }
.btn--outline { background: rgba(255,255,255,.08); color: #fff; font-weight: 700; padding: 16px 28px; border: 1px solid rgba(255,255,255,.55); backdrop-filter: blur(2px); }
.btn--outline:hover { border-color: #fff; background: rgba(255,255,255,.18); }
.hero__controls { display: flex; align-items: center; gap: 18px; margin-top: 36px; }
.hero__play { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.12); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; transition: all .25s; }
.hero__play:hover { border-color: var(--coral); color: var(--coral); background: rgba(255,255,255,.9); }
.hero__play .icon-play { display: none; }
.hero__play.is-paused .icon-pause { display: none; }
.hero__play.is-paused .icon-play { display: block; }
.hero__dots { display: flex; gap: 9px; align-items: center; }
.hero__dots button { width: 8px; height: 8px; border-radius: 999px; border: none; background: rgba(255,255,255,.45); cursor: pointer; transition: all .3s; padding: 0; }
.hero__dots button.is-active { width: 26px; background: var(--coral); }
.hero__num { font-size: 13px; color: rgba(255,255,255,.85); letter-spacing: .06em; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
.hero__scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.85); text-shadow: 0 1px 10px rgba(0,0,0,.4); background: transparent; border: none; cursor: pointer; padding: 8px 14px; transition: color .25s, transform .25s; }
.hero__scroll:hover { color: #fff; transform: translateX(-50%) translateY(3px); }
.hero__scroll .mono { font-size: 10px; letter-spacing: .32em; text-indent: .32em; }
.hero__scroll svg { animation: floaty 1.8s ease-in-out infinite; }

/* ---------- about ---------- */
.about__grid { display: flex; flex-wrap: wrap; gap: clamp(40px,6vw,90px); align-items: center; }
.about__text { flex: 1 1 360px; min-width: 300px; }
.about__media { flex: 1 1 360px; min-width: 300px; }
.about__photo { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid rgba(38,36,43,.07); }
.about__photo img { position: relative; top: -13%; width: 100%; height: 126%; object-fit: cover; object-position: center; will-change: transform; }
.about__text .h2 { margin-bottom: 26px; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px,1fr)); gap: 24px; margin-top: 52px; }
.stat { border-left: 2px solid var(--coral); padding-left: 16px; }
.stat__num { font-weight: 800; font-size: clamp(1.8rem,4vw,2.4rem); color: var(--text); line-height: 1.1; letter-spacing: -.02em; }
.stat__label { font-size: 13px; color: var(--muted); margin-top: 12px; font-weight: 600; }

/* ---------- schedule ---------- */
.tabs { display: flex; background: #FBE6E9; border-radius: 999px; padding: 5px; gap: 4px; }
.tab { border: none; cursor: pointer; font-weight: 700; font-size: clamp(12px,1.6vw,14px); padding: 10px 18px; border-radius: 999px; transition: all .25s; font-family: var(--mono); letter-spacing: .02em; background: transparent; color: var(--muted-2); }
.tab.is-active { background: var(--coral); color: #fff; }
.schedule { display: flex; flex-direction: column; border-bottom: 1px solid var(--hair-2); }
.sched-row { display: grid; grid-template-columns: minmax(72px,110px) 1fr auto; gap: clamp(14px,3vw,34px); align-items: center; padding: clamp(18px,2.6vw,26px) 6px; border-top: 1px solid var(--hair-2); }
.sched-row__time { font-family: var(--mono); font-size: clamp(1.05rem,2.4vw,1.45rem); font-weight: 700; color: var(--text); }
.sched-row__title { font-size: clamp(1.05rem,2.6vw,1.5rem); font-weight: 700; letter-spacing: -.02em; color: var(--text); }
.sched-row__tag { font-size: 12px; font-weight: 700; color: var(--coral-deep); background: #FFE4E9; padding: 6px 13px; border-radius: 999px; white-space: nowrap; }

/* ---------- lineup ---------- */
.lineup { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: clamp(14px,2.4vw,28px); }
.artist { background: #fff; border: 1px solid var(--hair); border-radius: 10px; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; box-shadow: 0 1px 2px rgba(38,36,43,.04); }
.artist:hover { transform: translateY(-6px); border-color: rgba(255,107,132,.5); box-shadow: 0 18px 36px rgba(38,36,43,.1); }
.artist__photo { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: repeating-linear-gradient(45deg, var(--ph-a), var(--ph-a) 11px, var(--ph-b) 11px, var(--ph-b) 22px); display: flex; align-items: center; justify-content: center; }
.artist__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.artist__photo .ph-label { font-size: 11px; letter-spacing: .06em; }
.artist__day { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 800; color: #fff; background: var(--coral); padding: 4px 10px; border-radius: 999px; }
.artist__body { padding: 18px 18px 22px; }
.artist__name { font-size: clamp(1.05rem,2.2vw,1.25rem); font-weight: 800; color: var(--text); letter-spacing: -.02em; }
.artist__role { font-size: 13px; color: var(--muted); margin-top: 6px; }

/* ---------- ticket ---------- */
.ticket__grid { display: flex; flex-wrap: wrap; gap: clamp(40px,6vw,80px); }
.ticket__info { flex: 1 1 340px; min-width: 300px; }
.ticket__info .h2 { margin-bottom: 14px; }
.ticket__info .lead { margin-bottom: 34px; }
.ticket__card-wrap { flex: 1 1 300px; min-width: 280px; }
.steps { display: flex; flex-direction: column; border-bottom: 1px solid var(--hair-2); }
.step { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid var(--hair-2); }
.step__no { font-family: var(--serif); font-size: 1.3rem; color: var(--coral-deep); min-width: 30px; }
.step__title { font-weight: 800; font-size: clamp(1.05rem,2.3vw,1.25rem); }
.step__date { font-size: 14px; color: var(--text-2); margin-top: 6px; }
.ticket-card { background: #fff; border-radius: 12px; padding: clamp(26px,4vw,40px); box-shadow: 0 18px 50px rgba(38,36,43,.08); border: 1px solid rgba(38,36,43,.06); }
.ticket-card__label { font-size: 13px; font-weight: 700; color: var(--coral-deep); letter-spacing: .08em; }
.ticket-card__date { font-family: 'Pretendard', sans-serif; font-weight: 800; letter-spacing: -.02em; font-size: clamp(2.2rem,6vw,3rem); line-height: 1.05; margin: 10px 0 4px; color: var(--text); }
.ticket-card__date span { font-size: .5em; font-weight: 800; color: var(--coral); }
.ticket-card__sub { font-size: 14px; color: var(--text-2); margin-bottom: 28px; }
.ticket-card__vendors-label { font-size: 13px; font-weight: 700; color: var(--muted-2); margin-bottom: 14px; }
.ticket-card__vendors { display: flex; flex-direction: column; gap: 10px; }
.vendor { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border: 1px solid var(--hair-2); border-radius: 10px; text-decoration: none; color: var(--text); font-weight: 700; transition: border-color .25s, background .25s; }
.vendor:hover { border-color: var(--coral); background: var(--blush); }

/* ---------- pricing ---------- */
.pricing { border: 1px solid rgba(38,36,43,.1); border-radius: 12px; overflow: hidden; }
.pricing__head { display: grid; grid-template-columns: minmax(120px,1.6fr) 1fr 1fr; gap: 10px; padding: 16px clamp(16px,3vw,28px); background: #FAF6F5; font-size: 12px; font-weight: 700; color: var(--muted-2); letter-spacing: .04em; }
.pricing__row { display: grid; grid-template-columns: minmax(120px,1.6fr) 1fr 1fr; gap: 10px; padding: clamp(18px,2.6vw,24px) clamp(16px,3vw,28px); align-items: center; border-top: 1px solid var(--hair); }
.pricing__seat { font-weight: 800; font-size: clamp(1.05rem,2.4vw,1.3rem); color: var(--text); }
.pricing__desc { font-size: 12px; color: var(--muted); margin-top: 5px; }
.pricing__one { font-size: clamp(.95rem,2.2vw,1.15rem); color: var(--text-2); }
.pricing__two { font-size: clamp(.95rem,2.2vw,1.15rem); font-weight: 700; color: var(--coral); }

/* ---------- faq ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--hair); border-radius: 12px; overflow: hidden; box-shadow: 0 1px 2px rgba(38,36,43,.04); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(18px,2.6vw,24px); background: transparent; border: none; cursor: pointer; text-align: left; }
.faq__q-text { font-size: clamp(1rem,2.3vw,1.18rem); font-weight: 700; color: var(--text); letter-spacing: -.01em; }
.faq__icon { flex: none; font-size: 24px; font-weight: 300; color: var(--coral); line-height: 1; transition: transform .3s; }
.faq__item.is-open .faq__icon { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a-inner { padding: 0 clamp(18px,2.6vw,24px) clamp(20px,2.6vw,26px); font-size: clamp(.95rem,2.1vw,1.08rem); line-height: 1.8; color: var(--text-2); }

/* ---------- cta ---------- */
.cta { background: var(--coral); padding: clamp(80px,12vw,150px) 0; position: relative; overflow: hidden; }
.cta__glow { position: absolute; inset: 0; background: radial-gradient(90% 120% at 50% 0%, rgba(255,255,255,.22), transparent 60%); }
.cta__ring { position: absolute; border-radius: 50%; pointer-events: none; }
.cta__ring--1 { top: 50%; left: 97%; width: min(70vw,620px); height: min(70vw,620px); border: 1px solid rgba(255,255,255,.34); animation: pulseRing 2.6s ease-in-out infinite; }
.cta__ring--2 { top: 30%; left: 88%; width: min(48vw,420px); height: min(48vw,420px); border: 1px solid rgba(255,255,255,.22); animation: pulseRing2 3.4s ease-in-out infinite; }
.cta__inner { position: relative; z-index: 1; text-align: center; }
.cta__title { font-size: clamp(2rem,6vw,3.6rem); font-weight: 800; line-height: 1.15; margin: 0 0 18px; letter-spacing: -.03em; color: #fff; }
.cta__desc { font-size: clamp(1rem,2.4vw,1.25rem); line-height: 1.75; color: rgba(255,255,255,.92); margin: 0 0 40px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn-kakao-white { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--coral-deep); font-weight: 800; font-size: 17px; padding: 18px 34px; border-radius: 999px; text-decoration: none; transition: transform .25s, box-shadow .25s; box-shadow: 0 12px 34px rgba(0,0,0,.16); }
.btn-kakao-white:hover { transform: translateY(-3px); box-shadow: 0 18px 46px rgba(0,0,0,.24); }
.btn-call-outline { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: #fff; font-weight: 700; font-size: 17px; padding: 18px 32px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; cursor: pointer; transition: border-color .25s, background .25s; }
.btn-call-outline:hover { border-color: #fff; background: rgba(255,255,255,.12); }

/* ---------- footer ---------- */
.footer { background: var(--footer-bg); padding: clamp(54px,8vw,88px) 0 clamp(60px,8vw,60px); }
.footer__top { display: flex; flex-wrap: wrap; gap: clamp(34px,5vw,70px); justify-content: space-between; }
.footer__brand { flex: 1 1 260px; min-width: 240px; }
.footer__logo { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer__logo > span:last-child { font-weight: 800; font-size: 17px; color: var(--footer-text); }
.footer__tag { color: var(--footer-muted); font-size: 14px; line-height: 1.7; margin: 0 0 22px; }
.footer__sns { display: flex; gap: 10px; }
.footer__sns a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #D7D2DA; text-decoration: none; transition: all .25s; }
.footer__sns a:hover { border-color: var(--coral); color: var(--coral); background: rgba(255,107,132,.12); transform: translateY(-2px); }
.footer__sitemap { flex: 1 1 auto; display: flex; align-items: flex-start; justify-content: flex-end; }
.footer__links { display: flex; flex-direction: row; flex-wrap: wrap; gap: 14px 26px; }
.footer__links a { text-decoration: none; color: #C2BDC8; font-size: 14px; font-weight: 600; transition: color .25s; }
.footer__links a:hover { color: var(--coral); }
.footer__biz { margin-top: clamp(40px,5vw,56px); border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; padding-bottom: 24px; }
.footer__biz-toggle { display: inline-flex; align-items: center; gap: 9px; background: transparent; border: none; color: var(--footer-muted); font-size: 13px; font-weight: 700; cursor: pointer; padding: 0; letter-spacing: .02em; }
.footer__biz-icon { display: inline-block; transition: transform .3s; }
.footer__biz-toggle[aria-expanded="true"] .footer__biz-icon { transform: rotate(180deg); }
.footer__biz-body { margin-top: 18px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 10px 36px; color: #8E8995; font-size: 13px; line-height: 1.7; }
.footer__biz-body[hidden] { display: none; }
.footer__bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: space-between; align-items: center; }
.footer__copy { color: #7E7986; font-size: 13px; }
.footer__policy { display: flex; gap: 22px; }
.footer__policy a { color: #C2BDC8; font-size: 13px; font-weight: 700; text-decoration: none; transition: color .25s; }
.footer__policy a:last-child { color: #8E8995; font-weight: 600; }
.footer__policy a:hover { color: var(--coral); }

/* ---------- quick menu (desktop) ---------- */
.quick { position: fixed; right: 22px; bottom: 26px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
.quick__btn { width: 74px; height: 74px; background: #fff; border: 1px solid var(--hair-2); border-radius: 16px; color: var(--coral); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; transition: all .25s; box-shadow: 0 6px 18px rgba(38,36,43,.1); text-decoration: none; }
.quick__btn span { font-size: 11px; font-weight: 800; }
.quick__btn:hover { border-color: var(--coral); background: var(--blush); transform: translateY(-3px); }
.quick__btn--top { background: var(--coral); border-color: var(--coral); color: #fff; box-shadow: 0 8px 22px rgba(255,107,132,.34); }
.quick__btn--top:hover { background: var(--coral-hover); }

/* ---------- lineup card cursor ---------- */
.artist { cursor: pointer; }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 2000; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 70px 20px 40px; background: rgba(20,15,24,.9); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox__close { position: absolute; top: 22px; right: 22px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .25s; }
.lightbox__close:hover { background: var(--coral); border-color: var(--coral); }
.lightbox__stage { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 20px; max-width: min(92vw, 560px); }
.lightbox__imgwrap { width: 100%; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5); background: #2a2530; }
.lightbox__imgwrap img { width: 100%; height: 100%; object-fit: cover; opacity: 1; transform: translateX(0); transition: opacity .3s ease, transform .3s ease; }
.lightbox__imgwrap img.lb-notrans { transition: none; }
.lightbox__cap { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; transition: opacity .3s ease; }
.lightbox__day { font-size: 11px; font-weight: 800; color: #fff; background: var(--coral); padding: 4px 12px; border-radius: 999px; letter-spacing: .04em; }
.lightbox__name { font-size: clamp(1.3rem, 4vw, 1.7rem); font-weight: 800; color: #fff; letter-spacing: -.02em; }
.lightbox__role { font-size: 14px; color: rgba(255,255,255,.7); }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .25s; }
.lightbox__nav:hover { background: var(--coral); border-color: var(--coral); }
.lightbox__nav--prev { left: clamp(12px, 4vw, 48px); }
.lightbox__nav--next { right: clamp(12px, 4vw, 48px); }
.lightbox__dots { display: flex; gap: 9px; align-items: center; flex-wrap: wrap; justify-content: center; max-width: 90vw; }
.lightbox__dots button { width: 8px; height: 8px; border-radius: 999px; border: none; background: rgba(255,255,255,.3); cursor: pointer; transition: all .3s; padding: 0; }
.lightbox__dots button.is-active { width: 26px; background: var(--coral); }

@media (max-width: 820px) {
  .lightbox__nav { width: 44px; height: 44px; }
  .lightbox__stage { max-width: 88vw; }
}

/* ---------- reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE — mobile <= 820px
   ============================================================ */
@media (max-width: 820px) {
  .nav { display: none; }
  .btn-kakao-pill { display: none; }
  .hamburger { display: flex; }
  .quick { display: none; }
  .lineup { grid-template-columns: repeat(2, 1fr); }
  .sec-head { align-items: flex-start; }
  .footer__sitemap { display: none; }
}

/* ============================================================
   POLICY PAGES (privacy / terms)
   ============================================================ */
.policy-header { position: sticky; top: 0; z-index: 100; background: var(--footer-bg); }
.policy-header__inner { max-width: 880px; margin: 0 auto; padding: 0 clamp(20px,5vw,40px); height: 60px; display: flex; align-items: center; justify-content: space-between; }
.policy-header__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.policy-header__logo span:last-child { font-weight: 800; font-size: 15px; color: var(--footer-text); }
.policy-header__home { display: inline-flex; align-items: center; gap: 7px; color: #C2BDC8; font-size: 13px; font-weight: 700; text-decoration: none; padding: 8px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; transition: all .25s; }
.policy-header__home:hover { border-color: var(--coral); color: var(--coral); }
.policy-main { max-width: 880px; margin: 0 auto; padding: clamp(48px,8vw,90px) clamp(20px,5vw,40px) clamp(60px,9vw,110px); }
.policy-kicker { font-family: var(--serif); letter-spacing: .34em; font-size: 12px; color: var(--coral-deep); margin-bottom: 16px; text-indent: .34em; }
.policy-main h1 { font-size: clamp(2rem,6vw,2.8rem); font-weight: 800; letter-spacing: -.03em; margin: 0 0 14px; color: var(--text); }
.policy-intro { color: var(--text-2); font-size: 15px; line-height: 1.8; margin: 0 0 44px; padding-bottom: 30px; border-bottom: 1px solid var(--hair-2); }
.policy-article { margin-bottom: 38px; }
.policy-article h2 { font-size: 1.3rem; font-weight: 800; margin: 0 0 14px; letter-spacing: -.02em; color: var(--text); }
.policy-article p { font-size: 15px; line-height: 1.85; color: var(--text-2); margin: 0 0 10px; }
.policy-list { list-style: none; padding: 0; margin: 8px 0 0; }
.policy-list li { position: relative; padding-left: 16px; font-size: 15px; line-height: 1.85; color: var(--text-2); }
.policy-list li::before { content: "·"; position: absolute; left: 2px; color: var(--coral); font-weight: 700; }
.policy-footer { background: var(--footer-bg); padding: 30px 0; }
.policy-footer__inner { max-width: 880px; margin: 0 auto; padding: 0 clamp(20px,5vw,40px); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.policy-footer__copy { color: #7E7986; font-size: 13px; }
.policy-footer__links { display: flex; gap: 20px; }
.policy-footer__links a { color: #C2BDC8; font-size: 13px; font-weight: 700; text-decoration: none; transition: color .25s; }
.policy-footer__links a:hover { color: var(--coral); }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
