/* =====================================================
   KDestiny Studio — SOON ENT 톤앤매너 v3
   Pure Black · White · Red Accent · Cinematic Grid
   ===================================================== */

:root {
  --bg:       #000;
  --bg-2:     #0d0d0d;
  --bg-3:     #111;
  --panel:    #161616;
  --panel-2:  #1c1c1c;
  --line:     #242424;
  --line-2:   #333;

  --text:     #fff;
  --text-dim: #999;
  --text-mid: #ccc;

  --red:      #e81414;
  --red-h:    #ff2f2f;

  --sans:     'Pretendard','Inter',sans-serif;
  --maxw:     1200px;

  /* 카드 라운딩 */
  --cr: 16px;
  --cr-sm: 8px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17px; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 48px; }
section { padding: 96px 0; }

.grad { color: var(--red); }

/* ── 공통 섹션 헤더 ── */
.section-head { max-width: 840px; margin: 0 auto 56px; }
.section-head.center { text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

.eyebrow {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.eyebrow::before {
  content: ''; width: 28px; height: 1px;
  background: var(--red); flex-shrink: 0;
}
.section-head h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 800; letter-spacing: -.025em; line-height: 1.15;
}
.section-sub {
  margin-top: 16px; color: var(--text-dim);
  font-size: .96rem; line-height: 1.85;
}

/* ── 버튼 ── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 28px; font-weight: 600;
  font-size: .82rem; letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; border: 1px solid transparent; transition: .2s;
  white-space: nowrap;
}
.btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn-primary:hover { background: var(--red-h); border-color: var(--red-h); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--text); }
.btn-outline-red { background: transparent; color: var(--red); border-color: var(--red); }
.btn-outline-red:hover { background: var(--red); color: #fff; }

/* ===================== 사이트 헤더 ===================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 22px 0; transition: .3s;
}
.site-header.scrolled {
  background: rgba(0,0,0,.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line); padding: 14px 0;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 34px; height: 34px; background: var(--red);
  display: grid; place-items: center; font-size: .95rem; color: #fff;
}
.brand-text {
  font-size: 1.05rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  display: flex; flex-direction: column; line-height: 1;
}
.brand-text small {
  font-size: .48rem; letter-spacing: .42em;
  color: var(--text-dim); font-weight: 400; margin-top: 3px;
}
.brand-logo {
  height: 50px; width: auto; display: block;
  object-fit: contain;
}
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a {
  font-size: .75rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-dim); transition: .2s;
}
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.nav-cta {
  padding: 9px 20px !important;
  border: 1px solid var(--line-2) !important;
  color: var(--text) !important;
}
.nav-cta:hover { background: var(--red) !important; border-color: var(--red) !important; color: #fff !important; }
.nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.3rem; cursor: pointer; }

/* ===================== 페이지 공통 헤더 ===================== */
.page-header {
  padding: 160px 0 80px;
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 119px, rgba(255,255,255,.03) 120px);
  pointer-events: none;
}
.page-header .eyebrow { margin-bottom: 18px; }
.page-header h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.08;
}
.page-header .container > p:not(.eyebrow):not(.crumb),
.page-header > p:not(.eyebrow):not(.crumb) {
  color: var(--text-dim); margin-top: 18px;
  /* max-width: 600px;  */
  font-size: 1.02rem; line-height: 1.9;
}
.page-header .crumb {
  margin-top: 32px; font-size: .72rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-dim);
}
.page-header .crumb a { color: var(--red); }

/* ===================== 히어로 ===================== */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding: 130px 0 80px;
}
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.07);
  filter: grayscale(100%) brightness(.3);
  animation: heroFade 24s infinite;
}
.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 8s; }
.hero-slide:nth-child(3) { animation-delay: 16s; }
@keyframes heroFade {
  0%   { opacity: 0; transform: scale(1.1); }
  5%   { opacity: 1; }
  30%  { opacity: 1; transform: scale(1.0); }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}
.hero-bg, .hero-stars { display: none; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(120deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.7) 100%);
}
.hero-grid-overlay {
  position: absolute; inset: 0; z-index: 2;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; }
.hero-eyebrow {
  font-size: .68rem; font-weight: 700; letter-spacing: .32em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 28px; display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
.hero-title {
  font-size: clamp(2.8rem, 6.5vw, 6rem);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.06;
  margin-bottom: 26px; max-width: 1100px; word-break: keep-all;
}
.hero-desc {
  color: var(--text-dim); max-width: 540px;word-break: keep-all;
  font-size: .98rem; line-height: 1.9; margin-bottom: 42px;
}
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-badges {
  list-style: none; display: flex; gap: 10px; flex-wrap: wrap;
}
.hero-badges li {
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--text); font-weight: 600;
  padding: 11px 18px;
  border-left: 2px solid var(--red);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; gap: 10px;
  transition: background .2s;
}
.hero-badges li:hover { background: rgba(255,255,255,.1); }
.hero-badges i { color: var(--red); font-size: .9rem; }

/* ===================== 통계 ===================== */
.stats { padding: 0; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line); border-top: none;
}
.stat {
  padding: 40px 36px; border-right: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.stat:last-child { border-right: none; }
.stat::after {
  content: ''; position: absolute; top: 0; left: 0;
  width: 2px; height: 0; background: var(--red);
  transition: height .45s ease;
}
.stat:hover::after { height: 100%; }
.stat-num { font-size: 2.8rem; font-weight: 800; letter-spacing: -.03em; color: var(--text); line-height: 1; }
.stat-unit { font-size: 1.3rem; font-weight: 800; color: var(--red); }
.stat p { color: var(--text-dim); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 10px; }

/* ===================== 회사 소개 ===================== */
.about { background: var(--bg-2); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.about-lead p { color: var(--text-mid); font-size: 1.02rem; line-height: 1.9; margin-bottom: 18px; }
.about-lead strong { color: var(--text); }
.about-points { list-style: none; }
.about-points li {
  display: flex; gap: 20px; padding: 22px 0;
  border-bottom: 1px solid var(--line); transition: padding .2s;
}
.about-points li:first-child { border-top: 1px solid var(--line); }
.about-points li:hover { padding-left: 6px; }
.about-points i { font-size: 1rem; color: var(--red); margin-top: 5px; flex-shrink: 0; width: 18px; }
.about-points h3 { font-size: .85rem; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 5px; }
.about-points p { color: var(--text-dim); font-size: .88rem; }

/* ===================== 바로가기 카드 ===================== */
.explore { background: var(--bg); }
.explore-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.explore-card {
  padding: 48px 36px; border-right: 1px solid var(--line);
  display: flex; flex-direction: column; transition: .25s; position: relative;
}
.explore-card:last-child { border-right: none; }
.explore-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--red);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.explore-card:hover::after { transform: scaleX(1); }
.explore-card:hover { background: var(--panel); }
.explore-card > i { font-size: 1.5rem; color: var(--red); margin-bottom: 20px; }
.explore-card h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: .03em; margin-bottom: 12px; }
.explore-card p { color: var(--text-dim); font-size: .88rem; line-height: 1.75; flex: 1; margin-bottom: 22px; }
.explore-card .go {
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--red); font-weight: 700;
  display: inline-flex; align-items: center; gap: 7px; transition: gap .2s;
}
.explore-card:hover .go { gap: 12px; }

/* ===================== 소속 점술가 ===================== */

/* 컨트롤 바 */
.creators-control {
  display: flex; align-items: stretch;
  border: 1px solid var(--line); margin-bottom: 32px;
}
.view-toggle { display: flex; border-right: 1px solid var(--line); }
.view-toggle button {
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-dim); cursor: pointer; background: transparent; border: none;
  border-right: 1px solid var(--line); padding: 13px 20px;
  display: inline-flex; align-items: center; gap: 7px; transition: .2s;
}
.view-toggle button:last-child { border-right: none; }
.view-toggle button:hover { color: var(--text); background: var(--panel); }
.view-toggle button.active { background: var(--text); color: var(--bg); }

.filter-bar { display: flex; flex: 1; overflow-x: auto; }
.filter-chip {
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-dim); cursor: pointer; background: transparent; border: none;
  border-right: 1px solid var(--line); padding: 13px 22px;
  transition: .2s; white-space: nowrap;
}
.filter-chip:last-child { border-right: none; }
.filter-chip:hover { color: var(--text); background: var(--panel); }
.filter-chip.active { background: var(--red); color: #fff; }

/* 크리에이터 그리드 — 3열 */
.creator-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.loading {
  grid-column: 1/-1; text-align: center; color: var(--text-dim);
  padding: 60px 0; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem;
}

/* 크리에이터 카드 */
.creator-card {
  background: var(--panel);
  border-radius: var(--cr);
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s;
}
.creator-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,.6);
}

/* 썸네일 1:1 */
.cc-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.cc-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.creator-card:hover .cc-photo img {
  transform: scale(1.05);
}
.cc-photo img.img-fallback { background: var(--panel-2); }
.cc-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.85) 100%);
}
.cc-featured {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  background: var(--red); color: #fff; padding: 5px 12px; border-radius: 50px;
}
.cc-clip {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  font-size: .6rem; font-weight: 700; letter-spacing: .1em;
  background: rgba(0,0,0,.75); backdrop-filter: blur(4px);
  color: #fff; padding: 5px 10px; border-radius: 50px;
  display: flex; align-items: center; gap: 5px;
  border: 1px solid rgba(255,255,255,.15);
}
.cc-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 18px; }
.cc-name { font-size: 1.25rem; font-weight: 800; letter-spacing: -.01em; }
.cc-title { font-size: .72rem; color: var(--red); letter-spacing: .07em; margin-top: 3px; }
.cc-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 9px; }
.cc-tag {
  font-size: .6rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(255,255,255,.12); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.18); color: #fff;
  padding: 3px 9px; border-radius: 50px;
}
.cc-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 14px 18px; border-top: 1px solid var(--line);
}
.cc-shows { font-size: .72rem; letter-spacing: .04em; color: var(--text-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cc-shows i { color: var(--red); margin-right: 5px; }
.cc-foot .more { font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red); font-weight: 700; white-space: nowrap; flex-shrink: 0; }

/* 클립 임베드 카드 */
.creator-card.with-clip { cursor: default; }
.cc-embed { background: #000; }
.cc-embed .video-frame { position: relative; width: 100%; aspect-ratio: 16/9; }
.cc-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cc-embed-cap {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 11px 16px; border-top: 1px solid var(--line);
}
.cc-embed-cap .clip-title { font-size: .72rem; letter-spacing: .05em; color: var(--text-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cc-embed-cap .clip-title i { color: var(--red); margin-right: 5px; }
.cc-embed-cap .detail-btn {
  font-size: .65rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); font-weight: 700; cursor: pointer;
  background: none; border: none; display: inline-flex; align-items: center; gap: 5px;
  flex-shrink: 0;
}
.with-clip .cc-photo { cursor: pointer; }
.creator-grid.clip-mode { grid-template-columns: repeat(2, 1fr); }
.creator-grid.clip-mode .cc-photo { aspect-ratio: 16/8; }

/* ===================== 모달 클립 ===================== */
.m-clip { margin-top: 8px; border-radius: var(--cr-sm); overflow: hidden; border: 1px solid var(--line); background: #000; }
.m-clip .video-frame { position: relative; width: 100%; aspect-ratio: 16/9; }
.m-clip iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.m-clip-cap { font-size: .78rem; color: var(--text-dim); margin-top: 8px; letter-spacing: .05em; }
.m-clip-cap i { color: var(--red); margin-right: 5px; }

/* ===================== 사업분야 ===================== */
.business { background: var(--bg); }
.biz-block {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line); margin-bottom: 2px; overflow: hidden;
}
.biz-block.reverse .biz-text { order: 2; border-right: none; border-left: 1px solid var(--line); }
.biz-block.reverse .biz-visual { order: 1; }
.biz-text { padding: 56px 52px; border-right: 1px solid var(--line); }
.biz-no {
  font-size: 3.5rem; font-weight: 800; color: var(--line-2);
  line-height: 1; display: block; margin-bottom: 4px; letter-spacing: -.04em;
}
.biz-text h3 {
  font-size: 1.5rem; font-weight: 700; margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px; letter-spacing: -.02em;
}
.biz-text h3 i { color: var(--red); font-size: 1.1rem; }
.biz-text > p { color: var(--text-dim); font-size: .98rem; line-height: 1.85; margin-bottom: 22px; }
.biz-text strong { color: var(--text); }
.biz-list { list-style: none; }
.biz-list li {
  display: flex; align-items: center; gap: 14px;
  font-size: .88rem; color: var(--text-mid);
  padding: 11px 0; border-top: 1px solid var(--line);
}
.biz-list li:last-child { border-bottom: 1px solid var(--line); }
.biz-list i { color: var(--red); font-size: .72rem; flex-shrink: 0; }
.biz-visual {
  display: flex; align-items: center; justify-content: center;
  padding: 52px 36px; background: var(--bg-2);
}
.biz-illust {
  width: 160px; height: 160px;
  display: grid; place-items: center; font-size: 3.5rem;
  border: 1px solid var(--line); color: var(--red);
}

/* ===================== 폰 목업 ===================== */
.phone-mockup-wrap {
  display: flex; align-items: flex-start; justify-content: center; gap: 20px;
}
.phone-mock {
  width: 256px; flex-shrink: 0;
  background: #0a0a0a;
  border: 1.5px solid var(--line-2);
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 32px 80px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.06);
  position: relative;
}
.phone-notch {
  width: 90px; height: 26px;
  background: #0a0a0a;
  border-radius: 0 0 18px 18px;
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  z-index: 5; border-bottom: 1.5px solid var(--line-2);
  display: flex; align-items: flex-end; justify-content: center; padding-bottom: 4px; gap: 6px;
}
.notch-cam {
  width: 8px; height: 8px; border-radius: 50%;
  background: #222; border: 1.5px solid #333;
}
.notch-speaker {
  width: 36px; height: 4px; border-radius: 2px; background: #1a1a1a;
}
.phone-screen {
  background: #111; border-radius: 28px; overflow: hidden;
  height: 500px; display: flex; flex-direction: column;
  border: 1px solid var(--line);
}
/* 상태바 */
.phone-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 6px; font-size: .6rem; color: var(--text-mid);
  background: #111;
}
.phone-status .time { font-weight: 700; letter-spacing: .06em; }
.phone-status .icons { display: flex; gap: 5px; align-items: center; }
.phone-status .icons i { font-size: .55rem; }
/* 앱 헤더 */
.app-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 14px 10px;
  background: linear-gradient(180deg,#1a0000,#0d0000);
  border-bottom: 1px solid rgba(204,0,0,.3);
}
.app-logo { font-size: .72rem; font-weight: 800; letter-spacing: .2em; color: var(--text); }
.app-logo span { color: var(--red); }
.app-badge {
  background: var(--red); color: #fff;
  font-size: .52rem; font-weight: 700; letter-spacing: .1em;
  padding: 3px 8px; border-radius: 50px;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:.6} }
/* 화상통화 뷰 */
.call-view {
  flex: 1; position: relative; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #1a0a0a, #050505);
}
.caller-main {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
}
.caller-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: radial-gradient(circle, #3a0000, #1a0000);
  border: 2px solid rgba(204,0,0,.5);
  display: grid; place-items: center; font-size: 1.8rem;
  box-shadow: 0 0 20px rgba(204,0,0,.3);
}
.caller-name { font-size: .8rem; font-weight: 700; letter-spacing: .06em; }
.caller-status { font-size: .62rem; color: var(--red); letter-spacing: .1em; animation: pulse 1.5s infinite; }
/* 번역 자막 바 */
.caption-area {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 10px;
  display: flex; flex-direction: column; gap: 5px;
  background: linear-gradient(transparent, rgba(0,0,0,.9));
}
.caption-line {
  display: flex; gap: 7px; align-items: flex-start;
  background: rgba(0,0,0,.7); backdrop-filter: blur(8px);
  border-radius: 8px; padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.08);
}
.caption-line p { font-size: .72rem; line-height: 1.4; color: #ddd; }
.caption-line.active { border-color: rgba(204,0,0,.4); }
.caption-line.active p { color: #fff; }
.lang-tag {
  font-size: .55rem; font-weight: 700; padding: 2px 6px;
  border-radius: 4px; flex-shrink: 0; margin-top: 1px;
}
.lang-tag.ko { background: rgba(255,255,255,.15); color: #ddd; }
.lang-tag.en { background: var(--red); color: #fff; }
.lang-tag.jp { background: #2a2aff; color: #fff; }
.lang-tag.zh { background: #ffaa00; color: #000; }
/* 자기화면 pip */
.self-pip {
  position: absolute; top: 10px; right: 10px;
  width: 52px; height: 70px; border-radius: 10px;
  background: #222; border: 1.5px solid var(--line-2);
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--text-dim);
}
/* 컨트롤 바 */
.call-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; padding: 12px 16px;
  background: #0d0d0d; border-top: 1px solid var(--line);
}
.ctrl-btn {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; font-size: .8rem;
  border: 1px solid var(--line-2); color: var(--text-mid); background: var(--panel);
  position: relative;
}
.ctrl-btn.end { background: var(--red); border-color: var(--red); color: #fff; }
.ctrl-btn .ctrl-label {
  position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
  font-size: .45rem; letter-spacing: .06em; color: var(--text-dim); white-space: nowrap;
}
/* 언어 선택 패널 */
.lang-panel {
  min-width: 180px; background: var(--panel);
  border: 1.5px solid var(--line-2); border-radius: 16px;
  overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,.6);
  align-self: center;
}
.lang-panel-head {
  padding: 14px 16px; border-bottom: 1px solid var(--line);
  font-size: .65rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-dim);
}
.lang-option {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; font-size: .8rem;
  border-bottom: 1px solid var(--line); transition: .15s; cursor: pointer;
}
.lang-option:last-child { border-bottom: none; }
.lang-option:hover { background: var(--panel-2); }
.lang-option.selected { background: rgba(204,0,0,.12); color: var(--text); }
.lang-flag { font-size: 1rem; }
.lang-name { flex: 1; font-weight: 500; }
.lang-check { color: var(--red); font-size: .75rem; }

/* ── 숏폼 스택 ── */
.shorts-stack { display: flex; gap: 12px; }
.shorts-card {
  width: 100px; height: 180px; border-radius: var(--cr);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px; font-size: 1.8rem; color: var(--text-dim);
  transition: .3s; overflow: hidden; position: relative;
}
.shorts-card span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.shorts-card.s1:hover { background: #ff0000; color: #fff; border-color: #ff0000; }
.shorts-card.s2:hover { background: #111; color: #fff; border-color: #fff; }
.shorts-card.s3:hover { background: #e1306c; color: #fff; border-color: #e1306c; }

/* ===================== 크리에이터 지원 ===================== */
.support { background: var(--bg-2); }
.support-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.support-card {
  background: var(--panel); padding: 44px 36px; transition: .25s; position: relative;
  border-radius: var(--cr-sm);
}
.support-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--red);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
  border-radius: var(--cr-sm) var(--cr-sm) 0 0;
}
.support-card:hover::before { transform: scaleX(1); }
.support-card:hover { background: var(--panel-2); }
.support-card > i { font-size: 1.5rem; color: var(--red); margin-bottom: 18px; display: block; }
.support-card h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: .02em; margin-bottom: 10px; }
.support-card > p { color: var(--text-dim); font-size: .88rem; line-height: 1.75; margin-bottom: 18px; }
.support-card ul { list-style: none; }
.support-card li {
  display: flex; align-items: center; gap: 10px;
  font-size: .84rem; color: var(--text-mid);
  padding: 9px 0; border-top: 1px solid var(--line);
}
.support-card li:last-child { border-bottom: 1px solid var(--line); }
.support-card li i { color: var(--red); font-size: .72rem; width: 14px; text-align: center; }

/* ===================== 문의 ===================== */
.contact-tabs {
  display: flex; gap: 0; border: 1px solid var(--line);
  border-bottom: none; width: fit-content; border-radius: var(--cr-sm) var(--cr-sm) 0 0;
  overflow: hidden;
}
.contact-tab {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-dim); cursor: pointer; background: var(--panel);
  border: none; border-right: 1px solid var(--line);
  padding: 15px 26px;
  display: inline-flex; align-items: center; gap: 9px; transition: .2s;
}
.contact-tab:last-child { border-right: none; }
.contact-tab:hover { color: var(--text); background: var(--panel-2); }
.contact-tab.active { background: var(--text); color: var(--bg); }
.form-intro {
  color: var(--text-dim); font-size: .88rem; line-height: 1.85;
  margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid var(--line);
}
.contact-form {
  border: 1px solid var(--line);
  border-radius: 0 var(--cr-sm) var(--cr-sm) var(--cr-sm);
  padding: 36px 40px; background: var(--panel);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.contact-form label {
  display: block; font-size: .68rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--cr-sm); padding: 13px 15px; color: var(--text);
  font-family: var(--sans); font-size: .9rem; transition: .2s;
  margin-top: 6px; outline: none; -webkit-appearance: none; appearance: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--red); background: var(--bg); }
.contact-form textarea { resize: vertical; }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 6px; border-radius: var(--cr-sm); }
.form-msg { text-align: center; margin-top: 14px; font-size: .82rem; color: var(--red); letter-spacing: .06em; min-height: 1.2em; }

/* ===================== 페이지 CTA ===================== */
.page-cta {
  text-align: center; margin-top: 40px;
  padding: 56px 40px; border: 1px solid var(--line);
  background: var(--panel); border-radius: var(--cr);
  position: relative;
}
.page-cta h3 { font-size: 1.5rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 22px; }

/* ===================== 모달 ===================== */
.modal {
  position: fixed; inset: 0; z-index: 200;
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.92); backdrop-filter: blur(8px); }
.modal-box {
  position: relative; z-index: 2; width: 100%; max-width: 780px;
  max-height: 90vh; overflow-y: auto; background: var(--bg-2);
  border: 1px solid var(--line); border-radius: var(--cr);
  animation: pop .25s ease;
}
@keyframes pop { from { transform: translateY(14px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 5;
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--panel); border: 1px solid var(--line);
  color: var(--text); font-size: .95rem; cursor: pointer; transition: .2s;
}
.modal-close:hover { background: var(--red); color: #fff; border-color: var(--red); }
.m-head { display: grid; grid-template-columns: 200px 1fr; }
.m-photo { aspect-ratio: 1/1; overflow: hidden; border-radius: var(--cr) 0 0 0; }
.m-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.m-head-info { padding: 28px; border-left: 1px solid var(--line); }
.m-name { font-size: 1.8rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: 4px; }
.m-title { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }
.m-stats {
  display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 16px;
  padding-bottom: 16px; border-bottom: 1px solid var(--line);
}
.m-stats div { font-size: .78rem; color: var(--text-dim); }
.m-stats b { display: block; font-size: 1.35rem; font-weight: 800; color: var(--text); line-height: 1.1; }
.m-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.m-body { padding: 6px 28px 28px; }
.m-section { margin-top: 22px; }
.m-section h4 {
  font-size: .64rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--text-dim); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.m-section h4::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.m-bio { color: var(--text-mid); font-size: .94rem; line-height: 1.85; }
.chip-list { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--cr-sm); padding: 8px 13px;
  font-size: .78rem; display: flex; align-items: center; gap: 7px;
}
.chip i { color: var(--red); }
.show-chip { border-color: rgba(204,0,0,.4); }
.m-social { display: flex; gap: 8px; }
.m-social a {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; padding: 14px 10px;
  border: 1px solid var(--line); border-radius: var(--cr-sm);
  font-weight: 600; font-size: .75rem; letter-spacing: .06em;
  text-transform: uppercase; transition: .2s; text-align: center;
}
.m-social-top { display: flex; align-items: center; gap: 7px; }
.m-social-count {
  font-size: .82rem; font-weight: 800;
  letter-spacing: -.01em; color: var(--text);
  font-family: var(--sans); text-transform: none;
  background: var(--bg-2); border: 1px solid var(--line);
  padding: 2px 10px; border-radius: 50px;
  transition: background .2s, color .2s, border-color .2s;
}
.s-insta:hover { background: #e1306c; border-color: #e1306c; color: #fff; }
.s-insta:hover .m-social-count { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.3); color: #fff; }
.s-yt:hover { background: #ff0000; border-color: #ff0000; color: #fff; }
.s-yt:hover .m-social-count { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.3); color: #fff; }
.s-tt:hover { background: #111; border-color: #fff; color: #fff; }
.s-tt:hover .m-social-count { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); color: #fff; }

/* ===================== 사이트 푸터 ===================== */
.site-footer { border-top: 1px solid var(--line); padding: 52px 0 28px; background: var(--bg); }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line);
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand strong { font-size: .82rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.footer-brand p { font-size: .7rem; letter-spacing: .07em; color: var(--text-dim); margin-top: 3px; }
.footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-links a { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); transition: .2s; }
.footer-links a:hover { color: var(--text); }
.footer-social { display: flex; gap: 8px; }
.footer-social a {
  width: 38px; height: 38px; border: 1px solid var(--line); border-radius: var(--cr-sm);
  display: grid; place-items: center; color: var(--text-dim); font-size: .85rem; transition: .2s;
}
.footer-social a:hover { background: var(--red); color: #fff; border-color: var(--red); }
.copyright { text-align: center; color: var(--text-dim); font-size: .68rem; letter-spacing: .08em; }

/* ===================== 크리에이터 지원 풀블리드 섹션 ===================== */
.sp-sections { display: flex; flex-direction: column; }

.sp-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.sp-img-wrap {
  position: relative;
  overflow: hidden;
  background: var(--bg-3);
}
.sp-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(25%) brightness(.7);
  transition: filter .6s ease, transform .8s ease;
  display: block;
}
.sp-section:hover .sp-img-wrap img {
  filter: grayscale(0%) brightness(.85);
  transform: scale(1.03);
}
.sp-img-fallback {
  background: var(--panel);
  display: flex; align-items: center; justify-content: center;
}
.sp-img-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.0) 0%, rgba(0,0,0,.55) 100%);
}
.sp-section--reverse .sp-img-overlay {
  background: linear-gradient(270deg, rgba(0,0,0,.0) 0%, rgba(0,0,0,.55) 100%);
}

.sp-section--reverse .sp-img-wrap { order: 2; }
.sp-section--reverse .sp-content-wrap { order: 1; }

.sp-content-wrap {
  background: var(--bg);
  border-left: 1px solid var(--line);
  display: flex; align-items: center;
  padding: 72px 64px;
  position: relative;
}
.sp-section--reverse .sp-content-wrap {
  border-left: none;
  border-right: 1px solid var(--line);
}

.sp-section--accent .sp-content-wrap {
  background: linear-gradient(145deg, #0f0000, #0a0a0a);
}

.sp-content { max-width: 480px; }

.sp-index {
  font-size: 5rem; font-weight: 900;
  color: rgba(232,20,20,.12); line-height: 1;
  letter-spacing: -.06em;
  margin-bottom: -16px;
  font-family: var(--sans);
  user-select: none;
}

.sp-eyebrow {
  font-size: .62rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.sp-eyebrow::before {
  content: ''; width: 20px; height: 1px;
  background: var(--red); flex-shrink: 0;
}

.sp-content h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  font-weight: 800; letter-spacing: -.04em;
  line-height: 1.08; margin-bottom: 22px;
}
.sp-content h2 em { font-style: normal; color: var(--red); }

.sp-desc {
  color: var(--text-dim); font-size: .95rem;
  line-height: 1.9; margin-bottom: 24px;
}
.sp-desc strong { color: var(--text-mid); font-weight: 600; }

.sp-badge {
  display: inline-flex; align-items: center; gap: 7px;
  margin-bottom: 20px;
  font-size: .65rem; font-weight: 700; letter-spacing: .1em;
  padding: 6px 14px; border-radius: 50px;
  border: 1px solid rgba(232,20,20,.5);
  color: var(--red); background: rgba(232,20,20,.07);
}
.sp-badge i { font-size: .55rem; animation: pulse 1.8s infinite; }

.sp-platform-tag {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 20px; padding: 8px 18px;
  background: rgba(232,20,20,.14); border: 1px solid rgba(232,20,20,.4);
  border-radius: 50px; color: var(--red);
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
}

.sp-list { list-style: none; }
.sp-list li {
  display: flex; align-items: center; gap: 14px;
  font-size: .88rem; color: var(--text-mid);
  padding: 11px 0; border-top: 1px solid var(--line);
  line-height: 1.5; transition: color .2s, padding-left .2s;
}
.sp-list li:last-child { border-bottom: 1px solid var(--line); }
.sp-list li:hover { color: var(--text); padding-left: 4px; }
.sp-list li i {
  color: var(--red); font-size: .75rem;
  width: 16px; text-align: center; flex-shrink: 0;
}

.sp-section + .sp-section { border-top: 1px solid var(--line); }

.sp-cta-section {
  background: var(--bg); padding: 80px 0;
  border-top: 1px solid var(--line);
}

/* ===================== 페이지 CTA (개선) ===================== */
.page-cta {
  text-align: center;
  padding: 64px 40px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--cr);
  position: relative;
  overflow: hidden;
}
.page-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(232,20,20,.07), transparent);
  pointer-events: none;
}
.page-cta-sub {
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.page-cta-sub::before, .page-cta-sub::after {
  content: ''; width: 24px; height: 1px; background: var(--red); flex-shrink: 0;
}
.page-cta h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800; letter-spacing: -.02em;
  margin-bottom: 28px; line-height: 1.25;
}
.page-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===================== 반응형 ===================== */
@media (max-width: 1100px) {
  .container { padding: 0 32px; }
  .main-nav { gap: 20px; }
  .explore-grid { grid-template-columns: repeat(3, 1fr); }
  .explore-card { border-bottom: 1px solid var(--line); }
}
@media (max-width: 860px) {
  .explore-grid { grid-template-columns: 1fr; }
  .explore-card { border-right: none !important; }
}
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .biz-block { grid-template-columns: 1fr; }
  /* sp-section 태블릿: 이미지 위, 텍스트 아래 */
  .sp-section { grid-template-columns: 1fr; min-height: auto; }
  .sp-section--reverse .sp-img-wrap { order: 1; }
  .sp-section--reverse .sp-content-wrap { order: 2; }
  .sp-img-wrap { min-height: 320px; }
  .sp-img-overlay { background: linear-gradient(180deg, rgba(0,0,0,.0) 60%, rgba(0,0,0,.6) 100%) !important; }
  .sp-content-wrap { border-left: none !important; border-right: none !important; border-top: 1px solid var(--line); padding: 52px 48px; }
  .sp-content { max-width: 100%; }
  .biz-block.reverse .biz-text { order: 1; border-left: none; border-bottom: 1px solid var(--line); }
  .biz-block.reverse .biz-visual { order: 2; }
  .biz-text { border-right: none; border-bottom: 1px solid var(--line); }
  .creator-grid { grid-template-columns: repeat(2, 1fr); }
  .support-grid { grid-template-columns: 1fr; gap: 2px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2n) { border-right: none; }
  .stat { border-bottom: 1px solid var(--line); }
  .m-head { grid-template-columns: 1fr; }
  .m-photo { aspect-ratio: 16/9; border-radius: var(--cr) var(--cr) 0 0; }
  .m-head-info { border-left: none; border-top: 1px solid var(--line); }
  .phone-mockup-wrap { flex-direction: column; align-items: center; }
  .lang-panel { width: 256px; }
}
@media (max-width: 780px) {
  section { padding: 72px 0; }
  .container { padding: 0 20px; }
  .main-nav {
    position: fixed; top: 0; right: -100%; height: 100vh; width: 80%; max-width: 300px;
    flex-direction: column; align-items: flex-start; gap: 0;
    padding: 80px 0 0; background: var(--bg-2);
    border-left: 1px solid var(--line); transition: .35s; z-index: 99; overflow-y: auto;
  }
  .main-nav.open { right: 0; }
  .main-nav a { font-size: .78rem; width: 100%; padding: 15px 24px; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; z-index: 100; }
  .hero-title { font-size: clamp(2.2rem, 7vw, 3.5rem); }
  .hero-desc { word-break: keep-all; }
  .hero-actions { flex-wrap: nowrap; }
  .hero-actions .btn { font-size: .72rem; padding: 12px 14px; letter-spacing: .06em; }
  .creator-grid.clip-mode { grid-template-columns: 1fr; }
  .creators-control { flex-direction: column; }
  .view-toggle { border-right: none; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .creator-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cc-title { display: none; }
  .cc-info { padding: 12px; }
  .cc-name { font-size: 1.05rem; }
  .cc-tags { margin-top: 6px; gap: 4px; }
  .cc-foot { padding: 10px 12px; }
  .cc-featured { font-size: .5rem; padding: 3px 8px; top: 8px; left: 8px; }
  .sp-img-wrap { min-height: 240px; }
  .sp-content-wrap { padding: 40px 24px; }
  .sp-index { font-size: 3.5rem; }
  .sp-content h2 { font-size: clamp(1.9rem, 7vw, 2.4rem); }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .hero-badges { gap: 8px; }
  .hero-badges li { padding: 9px 14px; font-size: .68rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-form { padding: 24px; }
}

/* ===================== 언어 스위처 ===================== */
.lang-switcher {
  position: relative;
  flex-shrink: 0;
}
.lang-btn {
  display: flex; align-items: center; gap: 7px;
  background: none; border: 1px solid var(--line-2);
  color: var(--text-dim); font-family: var(--sans);
  font-size: .72rem; font-weight: 500;
  letter-spacing: .06em;
  padding: 7px 13px; border-radius: 6px;
  cursor: pointer; transition: .2s;
  white-space: nowrap;
}
.lang-btn:hover { border-color: var(--red); color: var(--text); }
.lang-btn span { font-size: .72rem; }
.lang-chevron {
  font-size: .6rem; transition: transform .2s;
}
.lang-btn[aria-expanded="true"] .lang-chevron { transform: rotate(180deg); }

.lang-list {
  position: absolute; top: calc(100% + 8px); right: 0;
  background: var(--panel); border: 1px solid var(--line-2);
  border-radius: 10px; overflow: hidden;
  min-width: 160px; z-index: 200;
  box-shadow: 0 12px 40px rgba(0,0,0,.6);
}
.lang-list[hidden] { display: none; }

.lang-option {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 11px 16px;
  background: none; border: none;
  color: var(--text-dim); font-family: var(--sans);
  font-size: .8rem; font-weight: 400;
  cursor: pointer; transition: .15s;
  text-align: left;
}
.lang-option:hover { background: var(--panel-2); color: var(--text); }
.lang-option.active { color: var(--red); font-weight: 600; }

/* 모바일: 햄버거 옆 컴팩트 버튼 */
@media (max-width: 780px) {
  .lang-btn span,
  .lang-chevron { display: none; }
  .lang-btn { padding: 6px 10px; }
}
