/* ───────────── LAD AI — style ───────────── */
:root {
  --night: #100a19;
  --night-2: #180b2a;
  --plum: #24122e;
  --paper: #f5f1ea;
  --paper-2: #fffdf8;
  --ink: #181715;
  --muted: #69645d;
  --orange: #ed4b22;
  --coral: #ff8f6b;
  --peach: #f1aa92;
  --pink: #f6bcff;
  --lilac: #f8ddff;
  --violet: #ae70fd;
  --violet-2: #9c5af5;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(24,23,21,.14);

  --f-sans: "Noto Sans KR", "Archivo", Arial, sans-serif;
  --f-display: "Archivo", "Noto Sans KR", Arial, sans-serif;
  --f-serif: "DM Serif Display", Georgia, serif;
  --f-mono: "JetBrains Mono", ui-monospace, Consolas, monospace;

  --gutter: clamp(16px, 5.5vw, 88px);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-io: cubic-bezier(.76,0,.24,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--night);
  color: #fff;
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.ko-serif { font-family: "Noto Serif KR", var(--f-serif); font-style: normal; font-weight: 600; letter-spacing: -.04em; }
body.is-loading { overflow: hidden; }
img, video, canvas, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
::selection { background: var(--orange); color: #fff; }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }

.section-number {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
}

/* ───────────── 인트로 ───────────── */
.intro {
  position: fixed; inset: 0; z-index: 100;
  display: grid; place-items: center;
  background: var(--night);
  pointer-events: none;
}
body:not(.is-loading) .intro { visibility: hidden; }
.intro-slate { width: min(420px, 78vw); transform-origin: 50% 100%; }
.intro-stick {
  height: 46px; margin-bottom: 6px;
  display: grid; grid-template-columns: repeat(6, 1fr);
  background: #1c1a1d; border-radius: 6px 6px 2px 2px; overflow: hidden;
  transform-origin: 3% 100%;
  transform: rotate(-28deg);
}
.intro-stick i { background: #f4f1ea; transform: skewX(-32deg) scaleX(.5); }
.intro-board {
  background: #1c1a1d; border-radius: 4px 4px 10px 10px;
  padding: 18px 20px 20px;
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .1em;
  color: #f4f1ea;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.intro-row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(244,241,234,.35); }
.intro-row:last-child { border-bottom: 0; }
.intro-row b { font-weight: 600; color: var(--coral); }
.intro-row-3 span { flex: 1; }
.intro-row-3 span + span { border-left: 1px solid rgba(244,241,234,.35); padding-left: 12px; }
.intro-flash { position: absolute; inset: 0; background: #fff; opacity: 0; }

/* ───────────── 공통 오버레이 ───────────── */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none;
  opacity: .075; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  animation: grain 1s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0,0) } 20% { transform: translate(-3%,2%) } 40% { transform: translate(2%,-4%) }
  60% { transform: translate(-4%,-1%) } 80% { transform: translate(3%,3%) } 100% { transform: translate(0,0) }
}
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 80; pointer-events: none; }
.progress i { display: block; height: 100%; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--orange), var(--pink), var(--violet)); }

.cursor { position: fixed; left: 0; top: 0; z-index: 95; pointer-events: none; mix-blend-mode: difference; }
.cursor-ring, .cursor-dot { position: fixed; left: 0; top: 0; border-radius: 50%; will-change: transform; }
.cursor-ring { width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1px solid #fff; display: grid; place-items: center; transition: width .35s var(--ease-out), height .35s var(--ease-out), margin .35s var(--ease-out), background .3s; }
.cursor-dot { width: 5px; height: 5px; margin: -2.5px 0 0 -2.5px; background: #fff; }
.cursor-label { font-family: var(--f-mono); font-size: 10px; letter-spacing: .12em; color: #000; opacity: 0; transition: opacity .2s; }
.cursor.is-hover .cursor-ring { width: 64px; height: 64px; margin: -32px 0 0 -32px; }
.cursor.is-label .cursor-ring { width: 92px; height: 92px; margin: -46px 0 0 -46px; background: #fff; }
.cursor.is-label .cursor-label { opacity: 1; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* ───────────── 헤더 ───────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 70;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px var(--gutter);
  transition: background .4s, backdrop-filter .4s, transform .5s var(--ease-out), color .4s;
}
.site-header.is-solid { background: rgba(16,10,25,.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-corgi { width: 38px; height: 38px; display: block; }
.brand-corgi img { width: 100%; height: 100%; object-fit: contain; transform-origin: 50% 90%; }
.brand:hover .brand-corgi img { animation: wiggle .6s var(--ease-out); }
@keyframes wiggle { 30% { transform: rotate(-9deg) } 60% { transform: rotate(6deg) } }
.brand-words { display: grid; line-height: 1.05; }
.brand-words strong { font-family: var(--f-display); font-weight: 800; font-size: 19px; letter-spacing: -.02em; }
.brand-words strong i { font-family: var(--f-serif); font-weight: 400; font-size: 22px; }
.brand-words small { font-size: 10px; letter-spacing: .22em; opacity: .7; margin-top: 3px; }
.nav { display: flex; gap: clamp(14px, 2vw, 28px); font-size: 14px; }
.nav a { position: relative; padding: 6px 0; opacity: .82; transition: opacity .2s; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease-out); }
.nav a:hover, .nav a.is-active { opacity: 1; }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.btn { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px; border-radius: 4px; font-size: 13px; font-weight: 500; letter-spacing: .01em; white-space: nowrap; transition: background .25s, color .25s, border-color .25s; }
.btn-ghost { border: 1px solid var(--line-dark); background: rgba(255,255,255,.03); }
.btn-ghost:hover { background: #fff; color: var(--night); border-color: #fff; }
.mt-icon { width: 10px; height: 11px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.motion-toggle[aria-pressed="false"] .mt-icon { border: 0; width: 0; height: 0; border-left: 9px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.menu-btn { display: none; width: 40px; height: 40px; position: relative; }
.menu-btn i { position: absolute; left: 10px; right: 10px; height: 1.5px; background: currentColor; transition: transform .4s var(--ease-out); }
.menu-btn i:first-child { top: 16px; } .menu-btn i:last-child { top: 23px; }
.menu-btn[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 65; background: var(--night);
  display: flex; flex-direction: column; justify-content: center; padding: 80px var(--gutter) 40px;
  clip-path: inset(0 0 100% 0); transition: clip-path .7s var(--ease-io);
}
.mobile-menu.is-open { clip-path: inset(0 0 0 0); }
.mobile-menu nav { display: grid; gap: 6px; }
.mobile-menu a { font-family: var(--f-display); font-weight: 800; font-size: clamp(34px, 10vw, 56px); letter-spacing: -.03em; line-height: 1.1; }
.mobile-menu p { margin-top: 40px; opacity: .6; }
@media (max-width: 1080px) { .nav { display: none; } .menu-btn { display: block; } }
@media (max-width: 720px) {
  .header-actions .btn:first-child, .mt-label { display: none; }
  .motion-toggle { width: 38px; padding: 0; justify-content: center; }
}
@media (pointer: coarse) { .grain { animation: none; inset: -8%; } }

/* ───────────── 히어로 ───────────── */
.hero {
  position: relative; min-height: 100svh; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center; padding: 96px var(--gutter) 64px;
  isolation: isolate;
}
.bg-global { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: -10; pointer-events: none; }
.hero-beams { position: absolute; inset: -10% -20%; z-index: -2; pointer-events: none; }
.hero-beams i {
  position: absolute; top: -20%; bottom: -20%; width: 18vw;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.09) 45%, rgba(255,255,255,.16) 50%, rgba(255,255,255,.05) 55%, transparent);
  transform: skewX(-24deg); mix-blend-mode: screen;
}
.hero-beams i:nth-child(1) { left: 12%; }
.hero-beams i:nth-child(2) { left: 48%; width: 9vw; opacity: .7; }
.hero-beams i:nth-child(3) { left: 78%; width: 26vw; opacity: .5; }
.hero-grid {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(70% 60% at 60% 55%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(70% 60% at 60% 55%, #000 30%, transparent 80%);
}
.hero-top, .hero-bottom {
  position: absolute; left: var(--gutter); right: var(--gutter);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.hero-top { top: 104px; }
.hero-bottom { bottom: 28px; z-index: 3; }
.hero-tc { font-family: var(--f-mono); font-weight: 400; opacity: .75; }
.hero-tc b { font-weight: 600; color: var(--coral); }
.scroll-hint { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-weight: 400; opacity: .8; }
.scroll-hint i { width: 1px; height: 34px; background: currentColor; transform-origin: top; animation: hint 1.8s var(--ease-io) infinite; }
@keyframes hint { 0% { transform: scaleY(0) } 50% { transform: scaleY(1); transform-origin: top } 51% { transform-origin: bottom } 100% { transform: scaleY(0); transform-origin: bottom } }

.hero-copy { position: relative; z-index: 3; padding-top: 40px; }
.hero-title { margin: 0; line-height: .82; font-weight: 400; }
.ht-lad { display: flex; font-family: var(--f-display); font-weight: 900; font-size: clamp(88px, 12.5vw, 210px); letter-spacing: -.06em; color: #fff8ef; }
.ht-lad b { display: inline-block; font-weight: 900; will-change: transform; }
.ht-ai { position: relative; display: block; margin: -.02em 0 0 -.04em; font-family: var(--f-serif); font-style: italic; font-size: clamp(140px, 19vw, 330px); letter-spacing: -.03em; line-height: .9; }
.ht-ai em { display: inline-block; font-style: italic; background: linear-gradient(100deg, #ffb08f 0%, var(--orange) 45%, #ff7a9b 100%); -webkit-background-clip: text; background-clip: text; color: transparent; will-change: transform; }
.ht-ai .ht-echo { position: absolute; left: 0; top: 0; background: none; color: transparent; -webkit-text-stroke: 1px rgba(246,188,255,.55); z-index: -1; }
.ht-ai .ht-echo2 { -webkit-text-stroke-color: rgba(174,112,253,.35); }
.hero-lede { margin: 34px 0 0; display: grid; gap: 2px; font-size: clamp(16px, 1.25vw, 19px); font-weight: 500; }
.hero-lede span { display: block; }
.hero-cta { display: inline-flex; gap: 14px; align-items: center; margin-top: 28px; padding-bottom: 10px; font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.6); }
.hero-cta span { transition: transform .4s var(--ease-out); }
.hero-cta:hover span { transform: translateY(5px); }

.corgi-stage { position: relative; z-index: 2; aspect-ratio: 1; width: min(100%, 76vh); justify-self: center; margin-top: 30px; }
.corgi-halo {
  position: absolute; inset: 8%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,143,107,.45), rgba(174,112,253,.18) 55%, transparent 72%);
  filter: blur(18px);
}
.corgi-mount { position: absolute; inset: 0; }
.corgi-mount canvas, .corgi-mount img { width: 100%; height: 100%; }

.marquee { position: absolute; left: -5vw; right: -5vw; overflow: hidden; white-space: nowrap; pointer-events: none; }
.marquee-track { display: inline-flex; will-change: transform; }
.marquee-track span { flex: none; padding-right: .3em; }
.hero-marquee { bottom: 7.5vh; z-index: 1; transform: rotate(-3.2deg); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); padding: .04em 0; }
.hero-marquee span { font-family: var(--f-display); font-weight: 900; font-size: clamp(38px, 5.2vw, 86px); letter-spacing: -.03em; color: rgba(246,188,255,.36); }
.hero-lede, .hero-cta { text-shadow: 0 2px 18px rgba(16,10,25,.55); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; align-content: start; padding-top: 150px; gap: 0; }
  .hero-top { top: 84px; } .hero-tc { display: none; }
  .corgi-stage { width: min(92vw, 520px); margin-top: -10px; order: 2; }
  .hero-copy { padding-top: 0; }
  .hero-marquee { bottom: 18vh; }
}

/* ───────────── 쇼릴 ───────────── */
.reel { position: relative; background: linear-gradient(180deg, transparent, rgba(7,4,12,.55) 30%, rgba(7,4,12,.55) 70%, transparent); }
.reel-pin { min-height: 100svh; display: grid; align-content: center; justify-items: center; gap: 36px; padding: 110px var(--gutter) 60px; overflow: hidden; }
.reel-head { width: 100%; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.reel-title { margin: 0; font-family: var(--f-display); font-weight: 900; font-size: clamp(36px, 6vw, 96px); letter-spacing: -.045em; line-height: .9; text-align: right; }
.reel-title em { font-family: var(--f-serif); font-weight: 400; letter-spacing: -.02em; color: var(--pink); }
.reel-frame {
  position: relative; width: 100%; aspect-ratio: 16 / 9; max-height: 78svh;
  border-radius: 14px; overflow: hidden; background: #07040c;
  clip-path: inset(0 0 0 0 round 14px);
  cursor: none;
}
.reel-media, .reel-video, .reel-leader { position: absolute; inset: 0; width: 100%; height: 100%; }
.reel-video { object-fit: cover; opacity: 0; transition: opacity .6s; }
.reel.has-video .reel-video { opacity: 1; }
.reel.has-video .reel-leader, .reel.has-video .reel-empty { display: none; }
.reel-hud { position: absolute; inset: 18px; pointer-events: none; font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; color: rgba(255,255,255,.85); }
.reel-hud > span { position: absolute; display: inline-flex; gap: 8px; align-items: center; }
.hud-tl { left: 12px; top: 10px; } .hud-tr { right: 12px; top: 10px; }
.hud-bl { left: 12px; bottom: 10px; } .hud-br { right: 12px; bottom: 10px; }
.hud-br b { font-weight: 600; color: var(--coral); }
.rec { width: 8px; height: 8px; border-radius: 50%; background: #ff3b30; box-shadow: 0 0 12px #ff3b30; animation: rec 1.2s steps(2) infinite; display: inline-block; }
@keyframes rec { 50% { opacity: .15 } }
.hud-corner { width: 22px; height: 22px; border-color: rgba(255,255,255,.7); border-style: solid; border-width: 0; }
.c1 { left: 0; top: 0; border-left-width: 1.5px; border-top-width: 1.5px; }
.c2 { right: 0; top: 0; border-right-width: 1.5px; border-top-width: 1.5px; }
.c3 { left: 0; bottom: 0; border-left-width: 1.5px; border-bottom-width: 1.5px; }
.c4 { right: 0; bottom: 0; border-right-width: 1.5px; border-bottom-width: 1.5px; }
.hud-cross { left: 50%; top: 50%; width: 26px; height: 26px; margin: -13px; background: linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.6)) center/1px 100% no-repeat, linear-gradient(90deg, rgba(255,255,255,.6),rgba(255,255,255,.6)) center/100% 1px no-repeat; opacity: .6; }
.reel-play {
  position: absolute; left: 50%; top: 50%; width: 132px; height: 132px; margin: -66px;
  border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.5);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .16em; line-height: 1.5;
  transition: transform .5s var(--ease-out), background .3s;
}
.reel-play:hover { background: #fff; color: var(--night); transform: scale(1.08); }
.reel:not(.has-video) .reel-play { display: none; }
.reel-sweep { position: absolute; inset: 0; pointer-events: none; opacity: 0; transform: translateX(-100%);
  background: linear-gradient(100deg, transparent 30%, rgba(255,143,107,.22) 48%, rgba(255,230,210,.28) 50%, rgba(255,143,107,.22) 52%, transparent 70%); }
.reel-empty { position: absolute; left: 0; right: 0; bottom: 18%; margin: 0; text-align: center; font-size: clamp(15px, 1.6vw, 22px); font-weight: 500; text-shadow: 0 2px 20px rgba(0,0,0,.6); }
@media (max-width: 720px) { .reel-head { display: grid; } .reel-title { text-align: left; } .reel-hud { inset: 8px; font-size: 9px; } .hud-bl, .hud-cross { display: none; } }

/* ───────────── 스테이트먼트 ───────────── */
.statement { position: relative; padding: 18vh var(--gutter) 22vh; background: transparent; overflow: hidden; }
.statement-kicker { margin: 0 0 22px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .16em; color: var(--pink); }
.statement-title { margin: 0; font-family: var(--f-display); font-weight: 900; font-size: clamp(52px, 10.5vw, 190px); letter-spacing: -.055em; line-height: .86; }
.split-scrub .ch { color: rgba(255,255,255,.12); transition: none; }
.statement-marquee { position: relative; left: auto; right: auto; margin: 12vh -10vw 0; transform: rotate(2deg); background: var(--orange); padding: 12px 0; }
.statement-marquee span { font-family: var(--f-display); font-weight: 800; font-size: clamp(20px, 2.6vw, 38px); letter-spacing: .02em; color: var(--night); }

/* ───────────── 작업물 ───────────── */
.works { position: relative; padding: 16vh var(--gutter) 18vh; color: var(--ink); background: linear-gradient(135deg, #f2c6ff 0%, #d9c2ff 40%, #c7b6ff 70%, #f7d6ef 100%); }
.works-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px 40px; }
.works-head .section-number { grid-column: 1 / -1; }
.big-title { margin: 0; display: grid; font-family: var(--f-display); font-weight: 900; font-size: clamp(56px, 9vw, 150px); letter-spacing: -.055em; word-spacing: .18em; line-height: .86; }
.big-title em { font-family: var(--f-serif); font-weight: 400; letter-spacing: -.025em; }
.works-lede { max-width: 330px; margin: 0; font-size: 15px; color: #3b3446; }
.works-filter { position: relative; display: flex; gap: 28px; margin-top: 56px; border-bottom: 1px solid var(--line-light); overflow-x: auto; scrollbar-width: none; }
.works-filter button { position: relative; padding: 12px 0; font-size: 14px; white-space: nowrap; opacity: .6; transition: opacity .2s; }
.works-filter button[aria-selected="true"], .works-filter button:hover { opacity: 1; }
.works-filter sup { font-family: var(--f-mono); font-size: 9px; margin-left: 6px; opacity: .7; }
.filter-ink { position: absolute; bottom: -1px; left: 0; height: 2px; width: 60px; background: var(--ink); transition: transform .5s var(--ease-out), width .5s var(--ease-out); }
.works-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 28px 24px; margin-top: 42px; }
.work { grid-column: span 6; cursor: none; }
.work:nth-child(3n) { grid-column: span 12; }
.work-media { position: relative; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; background: #1a1122; transform: perspective(900px); will-change: transform; }
.work:nth-child(3n) .work-media { aspect-ratio: 21/9; }
.work-media img, .work-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease-out), opacity .4s; }
.work-media video { opacity: 0; }
.work:hover .work-media img { transform: scale(1.06); }
.work:hover .work-media video { opacity: 1; }
.work-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; }
.work-meta h3 { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.work-meta span { font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.works-empty { display: none; margin-top: 42px; min-height: 46vh; place-items: center; align-content: center; text-align: center; gap: 12px; border: 1px dashed rgba(24,23,21,.25); border-radius: 14px; }
.works.is-empty .works-empty { display: grid; }
.works-empty-kicker { font-family: var(--f-mono); font-size: 11px; letter-spacing: .18em; opacity: .6; }
.works-empty p { margin: 0; font-size: clamp(24px, 3vw, 40px); font-weight: 500; line-height: 1.35; letter-spacing: -.02em; }
.reel-spin { width: 76px; fill: none; stroke: var(--ink); stroke-width: 2; animation: spin 7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg) } }
@media (max-width: 720px) { .works-head { grid-template-columns: 1fr; } .work, .work:nth-child(3n) { grid-column: span 12; } }

/* ───────────── 제작 분야 ───────────── */
.disciplines { position: relative; color: var(--ink); background: var(--paper); }
.disc-pin { min-height: 100svh; display: grid; grid-template-rows: auto auto 1fr auto; padding: 96px var(--gutter) 28px; overflow: hidden; }
.disc-topline { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; opacity: .7; }
.disc-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 18px; }
.disc-heading .big-title { font-size: clamp(48px, 6.6vw, 112px); }
.disc-heading p { margin: 0; text-align: right; font-size: 14px; color: var(--muted); }
.disc-layout { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: 5vw; align-items: center; min-height: 0; }
.disc-tabs { display: flex; gap: 20px; border-bottom: 1px solid var(--line-light); font-size: 13px; }
.disc-tabs button { padding: 10px 0; opacity: .5; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: opacity .2s, border-color .3s; }
.disc-tabs button[aria-selected="true"] { opacity: 1; border-color: var(--ink); }
.disc-num { display: flex; align-items: baseline; gap: 10px; margin-top: 26px; }
.disc-num b { font-family: var(--f-display); font-weight: 500; font-size: 52px; letter-spacing: -.04em; line-height: 1; }
.disc-num span { font-family: var(--f-mono); font-size: 11px; opacity: .5; }
.disc-texts { position: relative; min-height: 210px; }
.disc-text { position: absolute; inset: 0 0 auto 0; opacity: 0; transform: translateY(18px); transition: opacity .5s, transform .7s var(--ease-out); pointer-events: none; }
.disc-text.is-active { opacity: 1; transform: none; pointer-events: auto; }
.disc-text h3 { margin: 14px 0 10px; font-size: clamp(22px, 2vw, 28px); letter-spacing: -.03em; }
.disc-text p { margin: 0; font-size: 14.5px; color: #4a4540; }
.disc-text ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0 0; padding: 0; list-style: none; }
.disc-text li { padding: 4px 8px; border: 1px solid var(--line-light); font-size: 10.5px; letter-spacing: .08em; color: #4a4540; }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13.5px; font-weight: 600; }
.disc-deck { position: relative; height: min(54svh, 500px); margin-top: 4svh; perspective: 1600px; }
.disc-card {
  position: absolute; inset: 0; border-radius: 6px; overflow: hidden; color: #fff;
  background: #0e0a12; box-shadow: 0 40px 80px -30px rgba(40,10,60,.55);
  transform-origin: 50% 100%; will-change: transform;
}
.disc-card canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.card-label { position: absolute; left: 18px; top: 14px; font-size: 10.5px; letter-spacing: .16em; opacity: .8; }
.disc-card strong { position: absolute; left: 18px; bottom: 6px; font-family: var(--f-serif); font-weight: 400; font-size: clamp(56px, 7vw, 110px); line-height: 1; letter-spacing: -.02em; }
.disc-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .14em; opacity: .7; }
.disc-bar { flex: 0 1 180px; height: 1px; background: var(--line-light); }
.disc-bar i { display: block; height: 100%; background: var(--ink); transform-origin: 0 50%; transform: scaleX(.25); }
@media (max-width: 900px) {
  .disc-heading { display: grid; } .disc-heading p { text-align: left; }
  .disc-layout { grid-template-columns: 1fr; gap: 26px; }
  .disc-deck { height: 46svh; order: -1; margin-top: 22px; }
  .disc-texts { min-height: 230px; }
}

/* ───────────── 프로세스 ───────────── */
.process { position: relative; background: rgba(11,6,18,.35); overflow: hidden; }
.process-pin { position: relative; min-height: 100svh; display: grid; grid-template-rows: auto 1fr; padding: 100px 0 60px; }
.process-head { display: grid; grid-template-columns: 1fr auto; gap: 14px 40px; align-items: end; padding: 0 var(--gutter); }
.process-head .section-number { grid-column: 1 / -1; }
.process-title { margin: 0; max-width: 16ch; font-size: clamp(30px, 4.2vw, 64px); font-weight: 700; line-height: 1.12; letter-spacing: -.04em; }
.process-head p { margin: 0; text-align: right; font-size: 14px; opacity: .65; }
.process-track { display: flex; gap: 22px; align-items: stretch; padding: 56px var(--gutter) 30px; width: max-content; }
.step {
  position: relative; flex: none; width: clamp(290px, 30vw, 420px);
  padding: 30px 28px 26px; border-radius: 16px;
  background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid var(--line-dark);
  display: flex; flex-direction: column;
}
.step-no { font-family: var(--f-mono); font-size: 12px; color: var(--coral); letter-spacing: .14em; }
.step h3 { margin: 18px 0 2px; font-family: var(--f-serif); font-weight: 400; font-style: italic; font-size: 58px; line-height: 1; letter-spacing: -.02em; }
.step h4 { margin: 16px 0 10px; font-size: 18px; letter-spacing: -.02em; }
.step p { margin: 0; font-size: 14px; opacity: .72; }
.step dl { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line-dark); font-size: 12.5px; }
.step dt { opacity: .5; } .step dd { margin: 4px 0 0; }
.step q { margin-top: auto; padding-top: 26px; font-size: 13px; color: var(--pink); quotes: none; }
.step-cta { justify-content: space-between; background: var(--orange); border-color: var(--orange); color: #fff; font-family: var(--f-display); font-weight: 800; font-size: 34px; line-height: 1.1; letter-spacing: -.03em; }
.step-cta i { font-style: normal; font-size: 60px; align-self: flex-end; transition: transform .5s var(--ease-out); }
.step-cta:hover i { transform: translate(6px,-6px); }
.process-line { position: absolute; left: 0; right: 0; bottom: 34px; width: 100%; height: 20px; }
.process-line path { stroke: rgba(255,255,255,.18); stroke-width: 1; fill: none; }
.process-dot { position: absolute; left: 0; bottom: 41px; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 14px var(--coral); display: none; }
.has-pin .process-dot { display: block; }
.has-pin .step-no { opacity: .45; transition: opacity .18s; }
.has-pin .step.is-on .step-no { opacity: 1; }
/* 가로 스크롤이 실제로 켜진 경우에만 한 줄 배치. 꺼지면(Motion off·GSAP 실패) 여러 줄로 모두 보이게 */
html:not(.has-pin) .process-track { width: auto; flex-wrap: wrap; }
html:not(.has-pin) .process-line { display: none; }
@media (max-width: 900px) {
  .process-head { grid-template-columns: 1fr; } .process-head p { text-align: left; }
  .process-track { width: auto; flex-direction: column; }
  .step { width: auto; } .process-line { display: none; }
}

/* ───────────── 스튜디오 ───────────── */
.studio { padding: 16vh var(--gutter) 14vh; color: var(--ink); background: var(--paper-2); }
.studio .section-number { color: var(--muted); }
.studio-title { margin: 22px 0 0; font-size: clamp(40px, 7.4vw, 128px); font-weight: 900; line-height: 1.02; letter-spacing: -.06em; }
.studio-title .ch { color: rgba(24,23,21,.1); }
.studio-cols { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6vw; margin-top: 10vh; }
.studio-cols h3, .signature h3 { margin: 0 0 20px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.25; letter-spacing: -.035em; }
.studio-cols p, .signature p { margin: 0 0 12px; color: #4a4540; font-size: 15.5px; }
.studio-intro blockquote { margin: 26px 0 0; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.3; color: var(--orange); }
.studio-criteria ol { list-style: none; margin: 0; padding: 0; }
.studio-criteria li { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 16px 0; border-top: 1px solid var(--line-light); font-size: 15px; }
.studio-criteria b { font-family: var(--f-mono); font-size: 12px; color: var(--orange); padding-top: 3px; }
.signature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; align-items: center; margin-top: 14vh; padding: 5vw; border-radius: 22px; background: radial-gradient(120% 120% at 20% 30%, #ffe3d6 0%, #f8ddff 55%, #e6dcff 100%); }
.signature-art img { width: 100%; filter: drop-shadow(0 30px 40px rgba(90,30,80,.25)); transform-origin: 50% 85%; }
@media (max-width: 900px) { .studio-cols, .signature { grid-template-columns: 1fr; } }

/* ───────────── FAQ ───────────── */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; padding: 14vh var(--gutter); color: var(--ink); background: var(--paper); }
.faq-head h2 { margin: 18px 0 26px; font-size: clamp(28px, 3.2vw, 48px); line-height: 1.2; letter-spacing: -.04em; }
.faq-head .section-number { color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line-light); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-light); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 24px 50px 24px 0; font-size: clamp(17px, 1.4vw, 21px); font-weight: 600; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: absolute; right: 6px; top: 50%; width: 18px; height: 18px; margin-top: -9px; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1.5px; background: currentColor; transition: transform .45s var(--ease-out); }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list p { margin: 0; padding: 0 50px 26px 0; color: #4a4540; font-size: 15px; }
@media (max-width: 900px) { .faq { grid-template-columns: 1fr; } }

/* ───────────── 브리프 ───────────── */
.brief { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; padding: 16vh var(--gutter); background: rgba(13,6,22,.35); }
.brief-intro h2 { margin: 18px 0 40px; font-size: clamp(38px, 5vw, 78px); line-height: 1.05; letter-spacing: -.05em; }
.brief-intro h2 em { color: var(--coral); }
.brief-steps { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.brief-steps li { counter-increment: s; display: grid; gap: 2px; padding: 16px 0 16px 46px; position: relative; border-top: 1px solid var(--line-dark); }
.brief-steps li::before { content: "0" counter(s); position: absolute; left: 0; top: 18px; font-family: var(--f-mono); font-size: 12px; color: var(--coral); }
.brief-steps span { font-size: 13.5px; opacity: .6; }
.brief-note { margin-top: 30px; font-size: 13.5px; opacity: .6; }
.brief-form { display: grid; gap: 22px; padding: clamp(20px, 3vw, 40px); border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); }
.brief-form fieldset { margin: 0; padding: 0; border: 0; display: grid; gap: 14px; }
.brief-form legend { margin-bottom: 12px; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.brief-form label { display: grid; gap: 6px; font-size: 12.5px; opacity: .92; }
.brief-form label > span { opacity: .65; }
.brief-form input, .brief-form textarea, .brief-form select {
  width: 100%; font: inherit; font-size: 15px; color: #fff;
  background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); border-radius: 8px; padding: 12px 14px;
  transition: border-color .25s, background .25s;
}
.brief-form select option { color: var(--ink); }
.brief-form input:focus, .brief-form textarea:focus, .brief-form select:focus { outline: none; border-color: var(--coral); background: rgba(255,255,255,.08); }
.brief-preview { border-radius: 10px; background: #07040c; border: 1px solid var(--line-dark); overflow: hidden; }
.bp-head { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-bottom: 1px solid var(--line-dark); font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; opacity: .8; }
.bp-text { margin: 0; padding: 14px; max-height: 210px; overflow: auto; font-family: var(--f-mono); font-size: 12px; line-height: 1.7; white-space: pre-wrap; color: #e9e3f5; }
.brief-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-solid { background: var(--orange); color: #fff; }
.btn-solid:hover { background: #fff; color: var(--night); }
.btn-line { border: 1px solid var(--line-dark); }
.btn-line:hover { border-color: #fff; }
.brief-status { margin: 0; font-size: 12.5px; opacity: .6; }
@media (max-width: 900px) { .brief { grid-template-columns: 1fr; } }

/* ───────────── 푸터 ───────────── */
.footer { position: relative; padding: 12vh var(--gutter) 30px; background: linear-gradient(180deg, transparent, rgba(7,4,12,.7)); overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; }
.footer-top p { margin: 0; font-size: clamp(18px, 1.7vw, 24px); font-weight: 500; line-height: 1.4; }
.footer-top nav { display: grid; gap: 6px; font-size: 14px; opacity: .75; align-content: start; }
.footer-top nav a:hover { color: var(--coral); }
.footer-giant { margin: 12vh 0 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 .12em; font-family: var(--f-display); font-weight: 900; font-size: clamp(76px, 17vw, 330px); line-height: .8; letter-spacing: -.07em; }
.footer-giant em { font-family: var(--f-serif); font-weight: 400; letter-spacing: -.03em; background: linear-gradient(100deg, #ffb08f, var(--orange) 45%, var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer-giant .ch { display: inline-block; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 18px; border-top: 1px solid var(--line-dark); font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; opacity: .6; }
@media (max-width: 720px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-top p { grid-column: 1 / -1; } .footer-bottom { flex-wrap: wrap; } }

/* ───────────── 모달 ───────────── */
.modal { width: min(1100px, 92vw); max-height: 92svh; padding: 0; border: 0; border-radius: 14px; background: #0b0710; color: #fff; overflow: auto; }
.modal::backdrop { background: rgba(8,4,14,.82); backdrop-filter: blur(8px); }
.modal-close { position: absolute; right: 12px; top: 12px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,.5); }
.modal-media { aspect-ratio: 16/9; background: #000; }
.modal-media video, .modal-media iframe { width: 100%; height: 100%; border: 0; }
.modal-info { padding: 22px 26px 28px; }
.modal-cat { font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; color: var(--coral); }
.modal-title { margin: 8px 0; font-size: 26px; letter-spacing: -.03em; }
.modal-sum { margin: 0; opacity: .75; }

/* ───────────── 공통 등장 ───────────── */
.reveal-lines > * { display: block; }
.reel-title > span, .reel-title > em, .brief-intro h2 > span, .brief-intro h2 > em { display: inline-block; }

/* 움직임 줄이기 */
.reduce-motion .grain, .reduce-motion .scroll-hint i, .reduce-motion .reel-spin, .reduce-motion .rec { animation: none; }
@media (prefers-reduced-motion: reduce) { .grain, .scroll-hint i, .reel-spin, .rec { animation: none; } }

/* ───────────── 작품 공간 공통 (자동화·쇼츠·공모전·CF·채널) ───────────── */
.sc { position: relative; padding: 16vh var(--gutter) 12vh; overflow: hidden; }
.sc::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(60% 50% at 80% 10%, var(--sc-glow, rgba(255,143,107,.14)), transparent 70%); }
.sc-auto { --sc-a: #22e3c4; --sc-glow: rgba(34,227,196,.13); }
.sc-shorts { --sc-a: #ff3fa4; --sc-glow: rgba(255,63,164,.14); }
.sc-contest { --sc-a: #ffc53d; --sc-glow: rgba(255,197,61,.13); }
.sc-cf { --sc-a: #ff2f55; --sc-glow: rgba(255,47,85,.14); }
.sc-channel { --sc-a: #5cc8ff; --sc-glow: rgba(92,200,255,.14); }
.sc-head { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 18px 50px; align-items: end; }
.sc-head .section-number { grid-column: 1 / -1; color: var(--sc-a); opacity: 1; }
.sc-title { margin: 0; display: grid; font-family: var(--f-display); font-weight: 900; font-size: clamp(56px, 9vw, 156px); letter-spacing: -.055em; word-spacing: .15em; line-height: .86; }
.sc-title em { font-family: var(--f-serif); font-weight: 400; letter-spacing: -.02em; background: linear-gradient(100deg, #fff, var(--sc-a) 60%); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .06em; }
.sc-lede { margin: 0; font-size: 15px; line-height: 1.75; color: rgba(255,255,255,.72); }
@media (max-width: 900px) { .sc-head { grid-template-columns: 1fr; } }

/* 자동화 흐름선 */
.flow { list-style: none; margin: 60px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.flow::before { content: ""; position: absolute; left: 4%; right: 4%; top: 17px; height: 2px; background: linear-gradient(90deg, transparent, var(--sc-a), transparent) no-repeat; background-size: 40% 100%; animation: flowline 3.2s linear infinite; }
.flow::after { content: ""; position: absolute; left: 4%; right: 4%; top: 17px; height: 2px; background: rgba(255,255,255,.14); z-index: -1; }
@keyframes flowline { from { background-position: -60% 0 } to { background-position: 160% 0 } }
.flow li { display: grid; justify-items: center; gap: 12px; text-align: center; }
.flow b { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-mono); font-size: 11px; background: #06141c; border: 1px solid var(--sc-a); color: var(--sc-a); box-shadow: 0 0 18px rgba(34,227,196,.5); }
.flow span { font-size: 13.5px; font-weight: 600; }
@media (max-width: 720px) { .flow { grid-template-columns: repeat(3, 1fr); row-gap: 26px; } .flow::before, .flow::after { display: none; } }

.auto-layout { display: grid; grid-template-columns: 1.55fr 1fr; gap: 28px; margin-top: 60px; align-items: start; }
.auto-player { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; background: #03090d; border: 1px solid rgba(34,227,196,.3); box-shadow: 0 40px 90px -30px rgba(34,227,196,.35); }
.auto-player .hud-corner { position: absolute; margin: 12px; z-index: 2; }
.auto-media, .auto-media img, .auto-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.auto-play { position: absolute; left: 50%; top: 50%; width: 110px; height: 110px; margin: -55px; border-radius: 50%; background: rgba(34,227,196,.16); border: 1px solid var(--sc-a); backdrop-filter: blur(8px); font-family: var(--f-mono); font-size: 12px; letter-spacing: .16em; transition: transform .5s var(--ease-out), background .3s; }
.auto-play:hover { transform: scale(1.08); background: var(--sc-a); color: #03090d; }
.auto-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 18px; display: grid; gap: 4px; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.auto-cap b { font-size: 18px; } .auto-cap small { opacity: .7; }
.auto-soon { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; text-align: center; background: radial-gradient(80% 80% at 50% 40%, rgba(34,227,196,.18), transparent 70%), repeating-linear-gradient(90deg, rgba(34,227,196,.06) 0 1px, transparent 1px 56px), repeating-linear-gradient(0deg, rgba(34,227,196,.06) 0 1px, transparent 1px 56px); }
.auto-soon-k { font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; color: var(--sc-a); }
.auto-soon b { font-size: clamp(20px, 2.2vw, 30px); line-height: 1.35; }
.auto-soon-bar { width: 180px; height: 2px; background: rgba(255,255,255,.15); overflow: hidden; }
.auto-soon-bar i { display: block; width: 40%; height: 100%; background: var(--sc-a); animation: soonbar 1.8s var(--ease-io) infinite; }
@keyframes soonbar { from { transform: translateX(-100%) } to { transform: translateX(260%) } }
.auto-list { display: grid; gap: 10px; }
.auto-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; text-align: left; padding: 16px 18px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: background .25s, border-color .25s, transform .4s var(--ease-out); }
button.auto-row:hover { transform: translateX(6px); border-color: rgba(34,227,196,.45); }
.auto-row.is-on { background: rgba(34,227,196,.1); border-color: var(--sc-a); }
.auto-row.is-soon { opacity: .55; }
.ar-no { font-family: var(--f-mono); font-size: 12px; color: var(--sc-a); }
.ar-t { display: grid; gap: 2px; } .ar-t b { font-size: 15px; } .ar-t small { font-size: 12.5px; opacity: .6; }
.ar-len { font-family: var(--f-mono); font-size: 11px; opacity: .6; }
@media (max-width: 900px) { .auto-layout { grid-template-columns: 1fr; } }

/* 휴대폰 카드 레일 */
.rail { margin-top: 56px; }
.rail-track { display: flex; gap: 26px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--gutter); margin: 0 calc(var(--gutter) * -1); padding: 18px var(--gutter) 30px; scrollbar-width: none; cursor: grab; }
.rail-track::-webkit-scrollbar { display: none; }
.rail-track.is-drag { cursor: grabbing; scroll-snap-type: none; }
.rail-track.is-drag .phone { pointer-events: none; }
.phone { flex: none; width: clamp(190px, 17vw, 250px); scroll-snap-align: start; display: grid; gap: 14px; text-align: left; transition: transform .6s var(--ease-out); }
button.phone:hover { transform: translateY(-10px) rotate(-1.2deg); }
.ph-screen { position: relative; aspect-ratio: 9/19.5; border-radius: 30px; overflow: hidden; background: #0b0710; border: 7px solid #17121d; box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 30px 60px -20px var(--sc-glow); }
.ph-screen::before { content: ""; position: absolute; top: 8px; left: 50%; width: 34%; height: 18px; margin-left: -17%; border-radius: 12px; background: #17121d; z-index: 3; }
.ph-screen img, .ph-screen video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out), opacity .3s; }
.ph-screen video { opacity: 0; }
button.phone:hover .ph-screen video { opacity: 1; }
button.phone:hover .ph-screen img { transform: scale(1.06); }
.ph-play { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; margin: -29px; border-radius: 50%; background: rgba(255,255,255,.18); backdrop-filter: blur(6px); z-index: 2; transition: transform .4s var(--ease-out), background .3s; }
.ph-play::after { content: ""; position: absolute; left: 23px; top: 18px; border-left: 16px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
button.phone:hover .ph-play { transform: scale(1.15); background: var(--sc-a); }
.ph-ui { position: absolute; right: 10px; bottom: 70px; display: grid; gap: 14px; z-index: 2; }
.ph-ui i { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.22); }
.ph-soon { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 10px; background: linear-gradient(160deg, var(--sc-glow), #0b0710 65%); }
.ph-soon i { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--sc-a); border-top-color: transparent; animation: spin 1.4s linear infinite; }
.ph-soon b { font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; color: var(--sc-a); }
.ph-soon small { font-family: var(--f-display); font-weight: 900; font-size: 64px; line-height: 1; opacity: .12; }
.phone.is-soon .ph-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.12) 50%, transparent 70%); background-size: 250% 100%; animation: shimmer 2.6s linear infinite; }
@keyframes shimmer { from { background-position: 150% 0 } to { background-position: -150% 0 } }
.ph-meta { display: grid; gap: 2px; padding: 0 4px; } .ph-meta b { font-size: 14.5px; line-height: 1.4; } .ph-meta small { font-size: 12px; opacity: .6; }
.phone.is-soon .ph-meta { opacity: .5; }
.phone.is-soon .ph-ui { display: none; }
.ph-badge { justify-self: start; display: inline-flex; gap: 6px; align-items: center; margin: -6px 4px 0; padding: 5px 10px 5px 0; border-radius: 99px; font-size: 11.5px; background: rgba(255,197,61,.12); border: 1px solid rgba(255,197,61,.5); color: #ffd978; }
.ph-badge b { color: #1a1204; background: #ffc53d; border-radius: 99px; padding: 1px 8px; }
.rail-nav { display: flex; align-items: center; gap: 14px; margin-top: 4px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; }
.rail-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); transition: background .25s, border-color .25s, color .25s; }
.rail-nav button:hover { background: var(--sc-a); border-color: var(--sc-a); color: #0b0710; }
.rail-count { opacity: .6; margin-right: auto; order: -1; }

/* CF 카드 */
.cf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 56px; }
.cf-card { display: grid; gap: 14px; text-align: left; }
.cf-card.is-wide { grid-column: 1 / -1; }
.cf-media { position: relative; aspect-ratio: 2.39/1; border-radius: 6px; overflow: hidden; background: #0d0206; box-shadow: 0 40px 80px -40px rgba(255,47,85,.5); }
.cf-media img, .cf-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out), opacity .3s; }
.cf-media video { opacity: 0; }
button.cf-card:hover .cf-media video { opacity: 1; }
button.cf-card:hover .cf-media img { transform: scale(1.05); }
.lb { position: absolute; left: 0; right: 0; height: 9%; background: #000; z-index: 2; transition: height .6s var(--ease-out); }
.lb-t { top: 0; } .lb-b { bottom: 0; }
button.cf-card:hover .lb { height: 0; }
.cf-soon { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--f-display); font-weight: 900; font-size: clamp(22px, 4vw, 60px); letter-spacing: .08em; color: transparent; -webkit-text-stroke: 1px rgba(255,47,85,.55); background: radial-gradient(70% 90% at 50% 50%, rgba(255,47,85,.18), transparent 70%); }
.cf-meta { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.cf-meta b { font-size: 17px; } .cf-meta small { font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; opacity: .6; }
.cf-card.is-soon { opacity: .75; }
@media (max-width: 720px) { .cf-grid { grid-template-columns: 1fr; } }

/* AI 채널 카드 */
.channel-card { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; margin-top: 56px; padding: 26px 30px; border-radius: 22px; background: linear-gradient(120deg, rgba(92,200,255,.12), rgba(196,107,255,.1)); border: 1px solid rgba(92,200,255,.3); backdrop-filter: blur(10px); }
.cc-avatar { position: relative; width: 96px; height: 96px; border-radius: 50%; padding: 3px; background: conic-gradient(from 0deg, #5cc8ff, #c46bff, #ff3fa4, #5cc8ff); }
.cc-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; background: #0b0f2a; }
.cc-live { position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%); white-space: nowrap; padding: 2px 8px; border-radius: 4px; background: #ff2f55; font-family: var(--f-mono); font-style: normal; font-size: 9.5px; letter-spacing: .12em; }
.cc-body { display: grid; gap: 4px; }
.cc-body small { font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; color: var(--sc-a); }
.cc-body b { font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -.03em; }
.cc-body em { font-style: normal; opacity: .6; font-size: 13px; }
.cc-body p { margin: 4px 0 0; font-size: 14px; opacity: .72; }
.sc-channel .rail { margin-top: 36px; }
@media (max-width: 720px) { .channel-card { grid-template-columns: 1fr; justify-items: start; } }

/* ═══ 장면 1: 책상 위 휴대폰 ═══ */
.desk-pin { position: relative; height: 100svh; margin: 4vh calc(var(--gutter) * -1) 0; overflow: hidden; }
.desk-scene { position: absolute; inset: 0; perspective: 1800px; perspective-origin: 50% 42%; display: grid; place-items: center; }
.desk { --desk-s: .86; position: relative; width: 1500px; height: 950px; flex: none; transform-style: preserve-3d; transform: scale(var(--desk-s, 1)) rotateX(56deg) rotateZ(-30deg); border-radius: 28px;
  background: repeating-linear-gradient(92deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px), radial-gradient(120% 90% at 30% 20%, #6b4327, #3a2213 60%, #24140b);
  box-shadow: 0 0 0 14px #1e1109, 0 80px 120px rgba(0,0,0,.6); }
@media (max-width: 1600px) { .desk { --desk-s: .74; } }
@media (max-width: 1100px) { .desk { --desk-s: .66; } }
@media (max-width: 700px) { .desk { --desk-s: .42; } }
.desk-mat { position: absolute; left: 12%; top: 10%; width: 76%; height: 80%; border-radius: 16px; background-color: #1f3a36; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 40px 40px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.08); }
.prop { position: absolute; transform-style: preserve-3d; pointer-events: none; }
.prop-note { left: 2%; top: 6%; width: 150px; height: 150px; padding: 18px; background: #ffe36b; color: #3b2a00; font-family: var(--f-display); font-weight: 900; font-size: 28px; line-height: 1; transform: rotate(-8deg); box-shadow: 4px 8px 0 rgba(0,0,0,.25); }
.prop-note small { display: block; margin-top: 14px; font-family: var(--f-sans); font-weight: 700; font-size: 13px; }
.prop-note2 { left: auto; right: 3%; top: auto; bottom: 6%; background: #ff9ecf; color: #4a0b2c; font-family: var(--f-sans); font-size: 18px; line-height: 1.5; transform: rotate(10deg); }
.prop-mug { right: 5%; top: 8%; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle, #3a1d0e 0 52%, #f4efe7 54% 70%, #d9d2c6 71%); box-shadow: 10px 16px 0 rgba(0,0,0,.28); }
.prop-mug i { position: absolute; right: -34px; top: 44px; width: 46px; height: 42px; border: 10px solid #eee6da; border-radius: 0 50% 50% 0; }
.prop-ring { left: 30%; bottom: 4%; width: 110px; height: 110px; border-radius: 50%; border: 6px solid rgba(90,50,20,.45); }
.prop-pen { left: 6%; bottom: 14%; width: 240px; height: 16px; border-radius: 8px; background: linear-gradient(90deg, #111 0 12%, #ed4b22 12% 90%, #ddd 90%); transform: rotate(28deg); box-shadow: 4px 8px 0 rgba(0,0,0,.25); }
.prop-corgi { right: 16%; bottom: 3%; width: 150px; height: 150px; transform: rotate(-16deg); filter: drop-shadow(4px 8px 0 rgba(0,0,0,.3)); }
.prop-corgi img { width: 100%; height: 100%; }
.dp-shadow { position: absolute; left: 50%; top: 50%; width: 150px; height: 320px; margin: -160px 0 0 -75px; border-radius: 26px; background: rgba(0,0,0,.45); filter: blur(10px); pointer-events: none; }
.dphone { position: absolute; left: 50%; top: 50%; width: 150px; height: 320px; margin: -160px 0 0 -75px; padding: 0; transform-style: preserve-3d; will-change: transform; cursor: pointer; }
.dp-body { position: absolute; inset: 0; border-radius: 26px; background: #111015; padding: 7px; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.14), 0 2px 0 #000; transition: box-shadow .4s; }
.dphone:hover .dp-body { box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.3), 0 0 26px rgba(255,63,164,.55); }
.dphone.is-up .dp-body { box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.3), 0 30px 80px rgba(0,0,0,.6), 0 0 60px rgba(255,63,164,.35); }
.dp-screen { position: relative; display: block; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; background: linear-gradient(160deg, #3a0f3f, #0b0710 70%); }
.dp-screen img, .dp-player, .dp-player iframe, .dp-player video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.dp-glare { position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,255,255,.18), transparent 38%); pointer-events: none; }
.dphone.is-up .dp-glare { opacity: .3; }
.dp-soon { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 4px; font-family: var(--f-mono); }
.dp-soon b { font-size: 12px; letter-spacing: .3em; color: #ff3fa4; }
.dp-soon small { font-family: var(--f-display); font-weight: 900; font-size: 54px; opacity: .15; }
.desk-hud { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 5vh; display: flex; align-items: center; gap: 22px; z-index: 5; pointer-events: none; }
.desk-count { font-family: var(--f-mono); font-size: 13px; letter-spacing: .1em; } .desk-count b { font-size: 26px; color: #ff3fa4; }
.desk-title { font-size: 15px; font-weight: 600; opacity: .85; }
.desk-back { margin-left: auto; pointer-events: auto; padding: 10px 16px; border-radius: 99px; border: 1px solid rgba(255,255,255,.3); font-size: 13px; opacity: 0; transition: opacity .3s; }
.has-up .desk-back { opacity: 1; }
@media (max-width: 900px) { .desk-pin { height: 80svh; } .desk-hud { flex-wrap: wrap; bottom: 2vh; } }

/* ═══ 장면 2: 컨베이어 ═══ */
.line-pin { position: relative; margin-top: 50px; }
.line { position: relative; padding: 280px 0 10px; }
.line .flow { margin: 0; }
.line .flow::before { display: none; }
.line .flow li { opacity: .45; transition: opacity .3s; }
.line .flow li.is-on { opacity: 1; }
.line .flow li.is-now b { background: var(--sc-a); color: #03090d; transform: scale(1.18); }
.line .flow b { transition: background .3s, color .3s, transform .4s var(--ease-out); }
.line-belt { position: absolute; left: 3%; right: 3%; top: 262px; height: 16px; border-radius: 8px; background: #0a1a20; box-shadow: inset 0 0 0 1px rgba(34,227,196,.35); overflow: hidden; }
.line-belt i { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(34,227,196,.35) 0 2px, transparent 2px 28px); }
.product { position: absolute; left: 0; top: 0; width: 230px; display: grid; justify-items: center; gap: 10px; will-change: transform; }
.pr-card { position: relative; width: 150px; height: 240px; border-radius: 14px; background: #06141c; border: 1px solid var(--sc-a); box-shadow: 0 0 30px rgba(34,227,196,.35); overflow: hidden; }
.pr-l { position: absolute; transition: opacity .4s, transform .5s var(--ease-out); opacity: 0; transform: translateY(8px); }
.product[data-step="0"] .pr-topic, .product[data-step="1"] .pr-topic, .product[data-step="2"] .pr-topic { opacity: 1; transform: none; }
.product[data-step="1"] .pr-script, .product[data-step="2"] .pr-script { opacity: 1; transform: none; }
.product[data-step="2"] .pr-voice { opacity: 1; transform: none; }
.product[data-step="3"] .pr-scene, .product[data-step="4"] .pr-scene, .product[data-step="5"] .pr-scene { opacity: 1; transform: none; }
.product[data-step="3"] .pr-voice, .product[data-step="4"] .pr-voice, .product[data-step="5"] .pr-voice { opacity: 1; transform: none; bottom: 8px; top: auto; height: 22px; }
.product[data-step="4"] .pr-sub, .product[data-step="5"] .pr-sub { opacity: 1; transform: none; }
.product[data-step="5"] .pr-done { opacity: 1; transform: none; }
.pr-topic { left: 10px; right: 10px; top: 14px; display: flex; flex-wrap: wrap; gap: 5px; }
.pr-topic i { font-style: normal; font-size: 10.5px; padding: 3px 7px; border-radius: 99px; background: rgba(34,227,196,.18); color: var(--sc-a); }
.pr-script { left: 12px; right: 12px; top: 70px; display: grid; gap: 7px; }
.pr-script i { height: 6px; border-radius: 3px; background: rgba(255,255,255,.35); }
.pr-script i:nth-child(2) { width: 80%; } .pr-script i:nth-child(4) { width: 60%; }
.pr-voice { left: 12px; right: 12px; top: 150px; height: 40px; display: flex; align-items: center; gap: 3px; }
.pr-voice i { flex: 1; background: var(--sc-a); border-radius: 2px; height: 30%; animation: wave 1s ease-in-out infinite; }
.pr-voice i:nth-child(3n) { animation-delay: -.3s; } .pr-voice i:nth-child(3n+1) { animation-delay: -.6s; }
@keyframes wave { 50% { height: 100%; } }
.pr-scene { inset: 0; background: linear-gradient(160deg, #3b1052, #ed4b22); }
.pr-scene img { width: 100%; height: 100%; object-fit: cover; }
.pr-sub { left: 8px; right: 8px; bottom: 44px; padding: 4px 6px; border-radius: 4px; background: rgba(0,0,0,.7); font-size: 10.5px; font-weight: 700; text-align: center; }
.pr-done { inset: 0; display: grid; place-content: center; justify-items: center; gap: 6px; background: rgba(34,227,196,.85); color: #03090d; font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; font-weight: 700; }
.pr-done b { width: 48px; height: 48px; border-radius: 50%; background: #03090d; color: var(--sc-a); display: grid; place-items: center; font-size: 24px; }
.pr-status { font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; color: var(--sc-a); white-space: nowrap; }
@media (max-width: 720px) { .line { padding-top: 300px; } .line-belt { top: 282px; } .line .flow { grid-template-columns: repeat(6, 1fr); } .line .flow span { font-size: 10px; } .line .flow b { width: 28px; height: 28px; font-size: 9px; } .product { width: 160px; } .pr-card { width: 120px; height: 200px; } }

/* ═══ 장면 3: 무대 + 스포트라이트 ═══ */
.stage { --sx: 50%; --sy: 45%; position: relative; margin-top: 50px; height: clamp(560px, 78vh, 820px); border-radius: 20px; overflow: hidden; background: radial-gradient(120% 70% at 50% 110%, #3a2208, #120a02 60%); isolation: isolate; }
.stage-light { position: absolute; inset: 0; z-index: 4; pointer-events: none; background: radial-gradient(circle at var(--sx) var(--sy), rgba(255,236,180,.28) 0, rgba(255,220,140,.1) 180px, rgba(0,0,0,0) 260px, rgba(8,4,0,.72) 420px); mix-blend-mode: normal; }
.stage-light::before { content: ""; position: absolute; left: var(--sx); top: -10%; width: 520px; height: 120%; transform: translateX(-50%); background: linear-gradient(180deg, rgba(255,240,200,.16), rgba(255,240,200,0) 80%); clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%); }
.stage-curtain { position: absolute; top: 0; bottom: 0; width: 13%; z-index: 5; background: repeating-linear-gradient(90deg, #5a0a14 0 22px, #8e1424 22px 40px, #4a0710 40px 56px); box-shadow: inset -30px 0 40px rgba(0,0,0,.5); }
.stage-curtain-l { left: 0; border-radius: 0 0 60% 0; } .stage-curtain-r { right: 0; transform: scaleX(-1); border-radius: 0 0 60% 0; }
.stage-floor { position: absolute; left: 0; right: 0; bottom: 0; height: 34%; background: repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 2px, transparent 2px 70px), linear-gradient(#2a1705, #0d0701); transform: perspective(600px) rotateX(38deg); transform-origin: bottom; }
.stage-row { position: absolute; left: 14%; right: 14%; bottom: 9%; z-index: 3; display: flex; justify-content: center; align-items: flex-end; gap: clamp(14px, 2.4vw, 40px); }
.sphone { position: relative; width: clamp(110px, 11vw, 170px); display: grid; justify-items: center; gap: 0; transition: transform .6s var(--ease-out), filter .4s; filter: brightness(.55); }
.sphone.is-lit { transform: translateY(-26px) scale(1.1); filter: brightness(1.08) drop-shadow(0 0 30px rgba(255,210,120,.5)); }
.sp-screen { position: relative; width: 100%; aspect-ratio: 9/19.5; border-radius: 20px; overflow: hidden; border: 5px solid #15100a; background: linear-gradient(160deg, #4a2a06, #0b0710 70%); }
.sp-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sphone .dp-soon b { color: #ffc53d; }
.sp-award { position: absolute; top: -12px; right: -10px; z-index: 2; padding: 5px 10px; border-radius: 99px; background: linear-gradient(135deg, #ffe07a, #ffb020); color: #2a1800; font-size: 11.5px; font-weight: 800; box-shadow: 0 4px 14px rgba(255,176,32,.5); }
.sp-pedestal { width: 116%; margin-top: 10px; padding: 8px 6px; border-radius: 6px 6px 2px 2px; background: linear-gradient(#3b2a14, #1a1208); border-top: 2px solid #ffc53d; display: grid; text-align: center; }
.sp-pedestal b { font-size: 12.5px; line-height: 1.3; } .sp-pedestal small { font-size: 10.5px; opacity: .6; }
.stage-confetti { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 6; pointer-events: none; }
@media (max-width: 720px) { .stage-row { left: 4%; right: 4%; gap: 8px; } .stage-curtain { width: 8%; } .sphone { width: 30%; } .sphone:nth-child(n+4) { display: none; } }

/* ═══ 장면 4: 영화관 ═══ */
.cinema { margin-top: 50px; display: grid; gap: 30px; }
.cinema-room { position: relative; padding: 30px 6% 0; border-radius: 20px; overflow: hidden; background: radial-gradient(90% 60% at 50% 0%, #2a0610, #0a0204 70%); }
.cinema-screen { position: relative; aspect-ratio: 2.39/1; border-radius: 10px / 30px; overflow: hidden; background: #111; box-shadow: 0 0 0 6px #050102, 0 30px 90px rgba(255,47,85,.25); }
.cinema-media, .cinema-media img, .cinema-media iframe, .cinema-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.cinema-idle { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; text-align: center; background: radial-gradient(60% 80% at 50% 50%, rgba(255,47,85,.2), #0c0205); }
.cinema-idle b { font-family: var(--f-display); font-weight: 900; font-size: clamp(28px, 5vw, 76px); letter-spacing: .06em; color: transparent; -webkit-text-stroke: 1px rgba(255,120,140,.8); }
.cinema-idle small { font-size: 13px; opacity: .6; }
.cinema-count { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--f-display); font-weight: 900; font-size: 18vw; color: rgba(255,255,255,.85); background: rgba(0,0,0,.35); }
.cinema-beam { position: absolute; left: 50%; bottom: 60px; width: 70%; height: 90%; transform: translateX(-50%); pointer-events: none; opacity: .25; background: linear-gradient(0deg, rgba(255,240,220,.5), rgba(255,240,220,0) 90%); clip-path: polygon(48% 100%, 52% 100%, 100% 0, 0 0); mix-blend-mode: screen; }
.cinema.is-playing .cinema-beam, .cinema-room .cinema-beam { transition: opacity .4s; }
.is-playing .cinema-beam { animation: projector 2.4s steps(24) infinite; opacity: .5; }
@keyframes projector { 0%, 100% { opacity: .45 } 50% { opacity: .55 } 73% { opacity: .38 } }
.cinema-seats { display: grid; gap: 6px; padding: 26px 0 0; }
.seat-row { display: flex; justify-content: center; gap: 1.2%; }
.seat-row i { width: 5.5%; aspect-ratio: 1.2; border-radius: 40% 40% 8px 8px; background: linear-gradient(#26060c, #0a0204); }
.seat-row:nth-child(2) i { width: 6.2%; } .seat-row:nth-child(3) i { width: 7%; }
.tickets { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.ticket { position: relative; display: flex; width: min(380px, 100%); height: 130px; text-align: left; transition: transform .4s var(--ease-out); }
button.ticket:hover { transform: translateY(-6px) rotate(-1deg); }
.tk-main, .tk-stub { position: relative; display: grid; align-content: center; gap: 4px; background: linear-gradient(135deg, #ffe9d6, #ffc9b2); color: #3a0a14; }
.tk-main { flex: 1; padding: 16px 20px; border-radius: 12px 0 0 12px; -webkit-mask: radial-gradient(circle 10px at 100% 0, transparent 98%, #000) , radial-gradient(circle 10px at 100% 100%, transparent 98%, #000); -webkit-mask-composite: source-in; mask-composite: intersect; }
.tk-main small { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .14em; opacity: .6; }
.tk-main b { font-size: 18px; line-height: 1.25; }
.tk-main em { font-style: normal; font-size: 12px; opacity: .7; }
.tk-stub { width: 96px; padding: 12px; text-align: center; border-radius: 0 12px 12px 0; border-left: 2px dashed rgba(58,10,20,.35); transform-origin: 0 100%; transition: transform .9s cubic-bezier(.5,0,.75,0), opacity .9s; }
.tk-stub small { font-family: var(--f-mono); font-size: 9px; letter-spacing: .2em; } .tk-stub b { font-family: var(--f-display); font-weight: 900; font-size: 26px; } .tk-stub em { font-style: normal; font-family: var(--f-mono); font-size: 10px; opacity: .6; }
.ticket.is-torn .tk-stub { transform: translate(30px, 120px) rotate(38deg); opacity: 0; }
.ticket.is-on .tk-main { box-shadow: 0 0 0 2px #ff2f55; }
.ticket.is-soon { opacity: .5; filter: grayscale(.6); }

/* ═══ 장면 5: TV 벽 ═══ */
.tvwall { margin-top: 50px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 26px; align-items: start; }
.tv { position: relative; display: block; padding: 16px 16px 40px; border-radius: 26px; text-align: left; background: linear-gradient(160deg, #2b2e45, #15172a); box-shadow: inset 0 2px 0 rgba(255,255,255,.12), 0 30px 60px -20px rgba(0,0,0,.6); }
.tv-screen { position: relative; display: block; aspect-ratio: 4/3; border-radius: 18px / 22px; overflow: hidden; background: #05060f; box-shadow: inset 0 0 40px rgba(0,0,0,.9); }
.tv-screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(0,0,0,.25) 0 2px, transparent 2px 4px), radial-gradient(120% 100% at 50% 50%, transparent 60%, rgba(0,0,0,.55)); z-index: 3; }
.tv-screen img, .tv-media iframe, .tv-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.tv-main .tv-screen { aspect-ratio: 16/10; }
.tv-media { position: absolute; inset: 0; z-index: 1; }
.tv-noise { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 4; opacity: 0; image-rendering: pixelated; transition: opacity .2s; }
.tv-main .channel-card { position: absolute; inset: 0; z-index: 2; margin: 0; border: 0; border-radius: 0; background: radial-gradient(90% 90% at 30% 30%, rgba(92,200,255,.18), transparent 70%); padding: 6%; }
.tv-main.is-playing .channel-card { display: none; }
.tv-knobs { position: absolute; right: 22px; bottom: 10px; display: flex; gap: 10px; }
.tv-knobs i { width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #8a8fb5, #2a2d45); }
.tv-label { position: absolute; left: 22px; bottom: 12px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; opacity: .7; }
.tv-label b { color: var(--sc-a); }
.tv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tv-small { padding: 8px 8px 26px; border-radius: 14px; transition: transform .4s var(--ease-out); }
.tv-small .tv-screen { aspect-ratio: 3/4; border-radius: 10px / 12px; }
.tv-small .tv-label { left: 12px; bottom: 6px; font-size: 9.5px; }
button.tv-small:hover { transform: translateY(-4px); }
.tv-static { position: absolute; inset: 0; z-index: 2; opacity: .9; transition: opacity .35s; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); animation: grain .5s steps(5) infinite; }
button.tv-small:hover .tv-static, .tv-small.is-on .tv-static { opacity: 0; }
.tv-small.is-on { box-shadow: 0 0 0 2px var(--sc-a), 0 0 30px rgba(92,200,255,.4); }
.tv-soon { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--f-mono); font-size: 10px; letter-spacing: .16em; color: rgba(255,255,255,.6); z-index: 3; }
@media (max-width: 900px) { .tvwall { grid-template-columns: 1fr; } }

/* 세로 영상 창 */
.modal.is-vertical { width: min(420px, 92vw); }
.modal.is-vertical .modal-media { aspect-ratio: 9/16; }
