/* =========================================================
   HERO ON — 공통 스타일 (헤더 · 버튼 · 메인 홈 · 푸터)
   PREMIUM CINEMA 전용 스타일은 css/premium.css
   ========================================================= */
:root {
  --ink: #0a0a0b;
  --ink-2: #111113;
  --ink-3: #19191c;
  --paper: #eee9df;
  --paper-ink: #161616;
  --paper-muted: #5f5b53;
  --text: #f4f1ea;
  --muted: rgba(244, 241, 234, .66);
  --faint: rgba(244, 241, 234, .4);
  --line: rgba(244, 241, 234, .16);
  --acid: #d9ff43;
  --accent: #bce64a;              /* 현재 영상에 나오는 월드 색 (스크립트가 바꿈) */
  --header-h: 76px;
  --bar-h: 104px;                 /* 영상 하단 5개 월드 메뉴 높이 */
  --gutter: clamp(18px, 4vw, 56px);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  --sans: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Noto Sans KR", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.6; word-break: keep-all; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, svg { display: block; }
img, video { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { margin: 0; padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 300; padding: 10px 16px; border-radius: 4px; background: var(--acid); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 12px; }

/* ---------- 버튼 ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: .01em; white-space: nowrap; transition: background-color .2s, border-color .2s, color .2s; }
.btn svg { flex: none; width: 14px; height: 14px; }
.btn--primary { background: var(--text); color: var(--ink); }
.btn--primary:hover { background: var(--accent); }
.btn--ghost { border: 1px solid rgba(244, 241, 234, .42); color: var(--text); }
.btn--ghost:hover { border-color: var(--text); background: rgba(244, 241, 234, .08); }
.btn--acid { background: var(--acid); color: var(--ink); }
.btn--acid:hover { background: var(--text); }
.btn--dark { background: var(--paper-ink); color: var(--paper); }
.btn--dark:hover { background: #000; }

/* =========================================================
   헤더 : 로고 + WORLD / PROCESS / ABOUT / PREMIUM CINEMA
   ========================================================= */
.wo-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; gap: 24px; height: var(--header-h); padding: 0 var(--gutter); border-bottom: 1px solid transparent; transition: background-color .3s, border-color .3s; }
.wo-header::before { content: ""; position: absolute; top: 0; left: 0; right: 0; z-index: -1; height: calc(100% + 48px); background: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)); pointer-events: none; transition: opacity .3s; }
.wo-header.is-solid, .wo-header.is-worlds-open { background: rgba(10, 10, 11, .94); border-bottom-color: var(--line); }
.wo-header.is-solid::before, .wo-header.is-worlds-open::before { opacity: 0; }

.wo-logo { display: inline-flex; flex: none; align-items: center; line-height: 1; white-space: nowrap; }
.wo-logo__world, .wo-logo__on { font-family: var(--display); font-size: 28px; font-weight: 800; font-synthesis: none; letter-spacing: .03em; }
.wo-logo__on { margin-left: 6px; color: var(--acid); }
.wo-logo__sub { margin-left: 14px; padding-left: 14px; border-left: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .22em; }

.wo-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.wo-nav__link, .wo-nav__world-btn { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 15px; border-radius: 999px; font-family: var(--display); font-size: 16px; font-weight: 800; font-synthesis: none; letter-spacing: .08em; line-height: 1; transition: background-color .2s, color .2s; }
.wo-nav__link:hover, .wo-nav__world-btn:hover { background: rgba(244, 241, 234, .1); }
.wo-nav__link[aria-current="page"] { color: var(--acid); }
.wo-nav__world-btn svg { width: 11px; height: 11px; transition: transform .25s; }
.is-worlds-open .wo-nav__world-btn { background: var(--text); color: var(--ink); }
.is-worlds-open .wo-nav__world-btn svg { transform: rotate(180deg); }
.wo-nav__premium { display: inline-flex; align-items: center; gap: 9px; height: 40px; margin-left: 12px; padding: 0 18px; border: 1px solid var(--acid); border-radius: 999px; color: var(--acid); font-family: var(--display); font-size: 16px; font-weight: 800; font-synthesis: none; letter-spacing: .08em; line-height: 1; white-space: nowrap; transition: background-color .2s, color .2s; }
.wo-nav__premium::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.wo-nav__premium:hover, .wo-nav__premium[aria-current="page"] { background: var(--acid); color: var(--ink); }

/* WORLD 버튼을 누르면 헤더 아래로 펼쳐지는 5개 월드 메뉴 */
.wo-worlds { position: absolute; top: 100%; left: 0; right: 0; padding: 26px var(--gutter) 32px; background: rgba(10, 10, 11, .97); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s; }
.is-worlds-open .wo-worlds { opacity: 1; visibility: visible; transform: none; transition: opacity .22s ease, transform .22s ease, visibility 0s; }
.wo-worlds__head { display: flex; justify-content: space-between; gap: 20px; margin: 0 0 16px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.wo-worlds__list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.wo-worlds__card { display: block; height: 100%; overflow: hidden; border-radius: 4px; background: var(--ink-3); transition: background-color .2s; }
.wo-worlds__card:hover { background: #232327; }
.wo-worlds__thumb { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.wo-worlds__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wo-worlds__card:hover .wo-worlds__thumb img { transform: scale(1.05); }
.wo-worlds__meta { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: baseline; column-gap: 10px; row-gap: 3px; padding: 12px 14px 14px; border-top: 2px solid var(--c, var(--acid)); }
.wo-worlds__num { color: var(--c, var(--acid)); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.wo-worlds__name { overflow: hidden; font-family: var(--display); font-size: 20px; font-weight: 800; font-synthesis: none; letter-spacing: .03em; line-height: 1.05; white-space: nowrap; text-overflow: ellipsis; }
.wo-worlds__genre { grid-column: 2; color: var(--muted); font-size: 12px; }

.wo-menu-toggle { display: none; flex: none; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; }
.wo-menu-toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; transition: transform .25s; }
.is-menu-open .wo-menu-toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
.is-menu-open .wo-menu-toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

@media (max-width: 980px) {
  :root { --header-h: 64px; }
  .wo-logo__world, .wo-logo__on { font-size: 25px; }
  .wo-logo__sub { display: none; }
  .wo-menu-toggle { display: inline-flex; }
  .wo-nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h)); margin: 0; padding: 6px var(--gutter) 40px; overflow-y: auto; overscroll-behavior: contain; background: var(--ink); border-top: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .22s, transform .22s, visibility 0s linear .22s; }
  .is-menu-open .wo-nav { opacity: 1; visibility: visible; transform: none; transition: opacity .22s, transform .22s, visibility 0s; }
  .is-menu-open .wo-header { background: var(--ink); border-bottom-color: var(--line); }
  .is-menu-open .wo-header::before { opacity: 0; }
  body.is-menu-open { overflow: hidden; }
  .wo-nav__world { border-bottom: 1px solid var(--line); }
  .wo-nav__link, .wo-nav__world-btn { justify-content: space-between; width: 100%; height: auto; padding: 20px 0; border-radius: 0; font-size: 28px; }
  .wo-nav__link { border-bottom: 1px solid var(--line); }
  .wo-nav__link:hover, .wo-nav__world-btn:hover { background: none; }
  .is-worlds-open .wo-nav__world-btn { background: none; color: var(--acid); }
  .wo-nav__world-btn svg { width: 16px; height: 16px; }
  .wo-worlds { position: static; display: none; padding: 0 0 18px; background: none; border: 0; opacity: 1; visibility: visible; transform: none; transition: none; }
  .is-worlds-open .wo-worlds { display: block; }
  .wo-worlds__head { display: none; }
  .wo-worlds__list { grid-template-columns: 1fr; gap: 8px; }
  .wo-worlds__card { display: grid; grid-template-columns: 112px minmax(0, 1fr); background: var(--ink-2); }
  .wo-worlds__thumb { height: 100%; min-height: 64px; aspect-ratio: auto; }
  .wo-worlds__meta { align-content: center; border-top: 0; border-left: 2px solid var(--c, var(--acid)); }
  .wo-nav__premium { justify-content: center; height: 56px; margin: 28px 0 0; font-size: 20px; }
}

/* =========================================================
   메인 영상 (롤링) + 영상 위 정보 + 하단 5개 월드 메뉴
   ========================================================= */
.hero { position: relative; isolation: isolate; height: 100vh; height: 100svh; min-height: 620px; overflow: hidden; background: #000; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__slide video { width: 100%; height: 100%; max-width: none; object-fit: cover; background: #000; }
.hero__shade { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .5) 26%, rgba(0, 0, 0, 0) 56%), linear-gradient(to right, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .15) 45%, rgba(0, 0, 0, 0) 70%); }

.hero__content { position: absolute; left: 0; right: 0; bottom: var(--bar-h); display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 0 var(--gutter) clamp(26px, 5vh, 54px); }
.hero__info { max-width: 680px; transition: opacity .26s ease, transform .26s ease; }
.hero__info.is-changing { opacity: 0; transform: translateY(10px); }
.hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 0 0 16px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.hero__meta b { color: var(--accent); font-weight: 700; transition: color .4s; }
.hero__tag { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px 5px 9px; border: 1px solid rgba(244, 241, 234, .3); border-radius: 999px; color: var(--text); font-size: 11px; letter-spacing: .1em; }
.hero__tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #ff4136; box-shadow: 0 0 8px #ff4136; }
.hero__title { margin: 0; font-family: var(--display); font-size: clamp(54px, 8.2vw, 128px); font-weight: 800; font-synthesis: none; letter-spacing: .012em; line-height: .92; }
.hero__desc { max-width: 520px; margin: 16px 0 0; color: rgba(244, 241, 234, .88); font-size: clamp(15px, 1.25vw, 18px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

.hero__controls { display: flex; flex: none; align-items: center; gap: 10px; }
.hero__dots { display: flex; align-items: center; gap: 4px; margin: 0 6px; }
.hero__dot { position: relative; width: 36px; height: 28px; }
.hero__dot::before, .hero__dot::after { content: ""; position: absolute; top: 50%; left: 0; height: 2px; margin-top: -1px; border-radius: 2px; }
.hero__dot::before { right: 0; background: rgba(244, 241, 234, .28); }
.hero__dot::after { width: calc(var(--p, 0) * 100%); background: var(--text); }
.hero__dot:hover::before { background: rgba(244, 241, 234, .7); }
.hero__dot.is-active::before { background: rgba(244, 241, 234, .45); }
.hero__dot.is-active::after { background: var(--accent); }
.hero__arrow, .hero__pause { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(244, 241, 234, .32); border-radius: 50%; transition: background-color .2s, border-color .2s; }
.hero__arrow:hover, .hero__pause:hover { background: rgba(244, 241, 234, .12); border-color: var(--text); }
.hero__arrow svg, .hero__pause svg { width: 14px; height: 14px; }
.hero__pause .icon-play { display: none; }
.hero.is-paused .hero__pause .icon-play { display: block; }
.hero.is-paused .hero__pause .icon-pause { display: none; }

.world-bar { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); height: var(--bar-h); border-top: 1px solid var(--line); background: linear-gradient(to top, rgba(10, 10, 11, .92), rgba(10, 10, 11, .6)); }
.world-bar__item { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 5px; min-width: 0; padding: 0 clamp(14px, 1.7vw, 28px); border-left: 1px solid var(--line); transition: background-color .25s; }
.world-bar__item:first-child { border-left: 0; }
.world-bar__item::before { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 2px; background: var(--c, var(--acid)); transform: scaleX(var(--p, 0)); transform-origin: left center; }
.world-bar__item:hover { background: rgba(244, 241, 234, .07); }
.world-bar__num { color: var(--faint); font-size: 11px; font-weight: 700; letter-spacing: .12em; transition: color .3s; }
.world-bar__name { overflow: hidden; color: rgba(244, 241, 234, .72); font-family: var(--display); font-size: clamp(17px, 1.55vw, 24px); font-weight: 800; font-synthesis: none; letter-spacing: .03em; line-height: 1; white-space: nowrap; text-overflow: ellipsis; transition: color .3s; }
.world-bar__genre { overflow: hidden; color: var(--faint); font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.world-bar__go { position: absolute; top: 50%; right: clamp(14px, 1.7vw, 28px); width: 16px; height: 16px; margin-top: -8px; opacity: 0; transform: translate(-4px, 4px); transition: opacity .2s, transform .2s; }
.world-bar__item:hover .world-bar__go, .world-bar__item:focus-visible .world-bar__go { opacity: 1; transform: none; }
.world-bar__item.is-active .world-bar__num { color: var(--c, var(--acid)); }
.world-bar__item.is-active .world-bar__name, .world-bar__item:hover .world-bar__name { color: var(--text); }
.world-bar__item.is-active .world-bar__genre { color: var(--muted); }

@media (max-width: 760px) {
  :root { --bar-h: 82px; }
  .hero { min-height: 580px; }
  .hero__content { flex-direction: column; align-items: stretch; gap: 18px; padding-bottom: 20px; }
  .hero__meta { margin-bottom: 12px; font-size: 11px; letter-spacing: .12em; }
  .hero__title { font-size: clamp(44px, 13.5vw, 68px); }
  .hero__desc { margin-top: 12px; font-size: 14px; }
  .hero__actions { margin-top: 18px; }
  .hero__actions .btn { min-height: 44px; padding: 0 18px; font-size: 13px; }
  .hero__controls { gap: 8px; }
  .hero__arrow { display: none; }
  .hero__dots { flex: 1; margin: 0; }
  .hero__dot { flex: 1; width: auto; }
  .hero__pause { width: 38px; height: 38px; }
  .world-bar { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .world-bar::-webkit-scrollbar { display: none; }
  .world-bar__item { flex: 0 0 42%; padding: 0 16px; scroll-snap-align: start; }
}

/* =========================================================
   공통 섹션
   ========================================================= */
.section { padding: clamp(84px, 11vw, 150px) var(--gutter); }
.eyebrow { margin: 0 0 18px; color: inherit; font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 2px; margin: 0 10px 3px 0; background: currentColor; vertical-align: middle; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: end; gap: 28px 48px; margin-bottom: clamp(40px, 6vw, 76px); }
.section-head h2 { margin: 0; font-size: clamp(32px, 4.4vw, 62px); font-weight: 800; letter-spacing: -.025em; line-height: 1.14; }
.section-head > p { justify-self: end; max-width: 440px; margin: 0; font-size: 16px; line-height: 1.7; }

/* ---------- PROCESS ---------- */
.process { background: var(--paper); color: var(--paper-ink); }
.process .section-head > p { color: var(--paper-muted); }
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 24px); margin: 0; padding: 0; list-style: none; }
.step figure { aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border-radius: 3px; background: #d9d2c4; }
.step img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.step:hover img { transform: scale(1.04); }
.step__label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 18px 0 10px; padding-top: 14px; border-top: 1px solid rgba(22, 22, 22, .22); }
.step__label b { font-family: var(--display); font-size: 22px; font-weight: 800; font-synthesis: none; letter-spacing: .06em; line-height: 1; }
.step__label span { color: #8a857a; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.step strong { display: block; font-size: 17px; line-height: 1.4; }
.step p { margin: 6px 0 0; color: var(--paper-muted); font-size: 14px; line-height: 1.6; }
.steps-note { margin: 44px 0 0; color: var(--paper-muted); font-size: 13px; }
.steps-note a { border-bottom: 1px solid currentColor; color: var(--paper-ink); }
.step { display: flex; flex-direction: column; }
.step > p { margin-bottom: 16px; }
.step__pick { margin-top: auto; padding-top: 12px; border-top: 1px dashed rgba(22, 22, 22, .28); }
.step__pick small { display: block; margin-bottom: 8px; color: #8a857a; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; }
.step__pick span { display: inline-block; margin: 0 6px 6px 0; padding: 6px 11px; border-radius: 999px; background: var(--paper-ink); color: var(--paper); font-size: 12.5px; font-weight: 700; line-height: 1.2; }

/* 같은 장면, 두 가지 버전 · 주문 안내 */
.process-versions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 2.2fr); align-items: center; gap: clamp(24px, 3vw, 48px); margin: 56px 0 0; padding: clamp(22px, 3vw, 40px); border-radius: 6px; background: var(--paper-ink); color: var(--paper); }
.process-versions__eyebrow { margin: 0 0 12px; color: var(--acid); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.process-versions h3 { margin: 0; font-size: clamp(26px, 2.6vw, 38px); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; }
.process-versions__text > p:last-child { margin: 14px 0 0; color: rgba(238, 233, 223, .72); font-size: 15px; line-height: 1.7; }
.process-versions__pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.process-versions__pair figure { position: relative; margin: 0; overflow: hidden; border-radius: 4px; aspect-ratio: 16 / 9; background: #000; }
.process-versions__pair img { width: 100%; height: 100%; object-fit: cover; }
.process-versions__pair figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 12px; border-radius: 999px; background: rgba(10, 10, 11, .85); color: #fff; font-size: 13px; font-weight: 700; }
.process-versions__pair figcaption b { margin-right: 6px; color: var(--acid); }
.process-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(22, 22, 22, .18); }
.process-cta p { margin: 0; font-size: 17px; font-weight: 800; line-height: 1.5; }
.process-cta em { font-style: normal; background: linear-gradient(transparent 58%, var(--acid) 58%); }
.process-cta__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.btn--line { border: 1.5px solid var(--paper-ink); color: var(--paper-ink); }
.btn--line:hover { background: var(--paper-ink); color: var(--paper); }

@media (max-width: 1100px) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .section-head { grid-template-columns: 1fr; }
  .section-head > p { justify-self: start; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 440px) {
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .process-versions { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .process-versions__pair { grid-template-columns: 1fr; }
  .process-cta__btns, .process-cta__btns .btn { width: 100%; }
}

/* ---------- ABOUT ---------- */
.about { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: clamp(40px, 7vw, 120px); background: var(--ink); }
.about__mark { position: sticky; top: calc(var(--header-h) + 48px); margin: 0; font-family: var(--display); font-size: clamp(92px, 14vw, 230px); font-weight: 800; font-synthesis: none; letter-spacing: .01em; line-height: .8; }
.about__mark span { display: block; color: var(--acid); }
.about__body { max-width: 640px; }
.about__body .eyebrow { color: var(--acid); }
.about__lead { margin: 0 0 26px; font-size: clamp(24px, 2.5vw, 36px); font-weight: 700; letter-spacing: -.015em; line-height: 1.38; }
.about__text { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.about__quote { margin: 36px 0 0; padding: 4px 0 4px 22px; border-left: 2px solid var(--acid); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.about__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 52px 0 0; padding-top: 28px; border-top: 1px solid var(--line); }
.about__stats div { display: flex; flex-direction: column; gap: 8px; }
.about__stats dd { order: 1; margin: 0; font-family: var(--display); font-size: clamp(42px, 4.4vw, 60px); font-weight: 800; font-synthesis: none; line-height: 1; }
.about__stats dt { order: 2; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.about__cta { margin-top: 44px; }
@media (max-width: 860px) {
  .about { grid-template-columns: 1fr; }
  .about__mark { position: static; }
}

/* ---------- 푸터 ---------- */
.wo-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px 48px; padding: 60px var(--gutter) 36px; border-top: 1px solid var(--line); background: var(--ink); }
.wo-footer .wo-logo__world, .wo-footer .wo-logo__on { font-size: 34px; }
.wo-footer__tag { margin: 14px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.wo-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.wo-footer__links a { color: var(--muted); font-family: var(--display); font-size: 17px; font-weight: 800; font-synthesis: none; letter-spacing: .06em; transition: color .2s; }
.wo-footer__links a:hover { color: var(--text); }
.wo-footer__bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--faint); font-size: 12px; letter-spacing: .1em; }
.wo-footer__bottom a:hover { color: var(--text); }
@media (max-width: 760px) {
  .wo-footer { grid-template-columns: 1fr; }
  .wo-footer__links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ---------- HERO ON 강조 : PROCESS 제목 "AI 시네마" · ABOUT "당신이 주인공인" ---------- */
.process h2 em { padding: 0 .06em; background: linear-gradient(transparent 56%, var(--acid) 56%, var(--acid) 94%, transparent 94%); color: var(--paper-ink); font-style: normal; }
.about__lead em { color: var(--acid); font-style: normal; }

/* ---------- ABOUT : 로고 이미지 + 짧은 메인 카피 ---------- */
.about { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: start; gap: clamp(40px, 6vw, 110px); max-width: 1280px; margin: 0 auto; }
.about__brand { position: sticky; top: calc(var(--header-h) + 48px); }
.about__mark { position: static; font-size: 0; line-height: 0; }
.about__mark img { width: clamp(220px, 25vw, 380px); height: auto; }
.about__tagline { margin: 30px 0 0; padding-left: 16px; border-left: 2px solid var(--acid); color: rgba(244, 241, 234, .86); font-size: clamp(16px, 1.4vw, 19px); font-weight: 700; line-height: 1.6; }
.about__body { max-width: 600px; }
.about__lead { margin-bottom: 24px; font-size: clamp(30px, 3.4vw, 50px); letter-spacing: -.03em; line-height: 1.22; }
@media (max-width: 860px) {
  .about { grid-template-columns: 1fr; }
  .about__brand { position: static; }
  .about__mark img { width: clamp(180px, 52vw, 260px); }
}

/* ABOUT 메인 카피 : 넓은 화면에서도 두 줄 고정 */
.about { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.about__body { max-width: 660px; }
.about__lead { font-size: clamp(30px, 3.2vw, 46px); }
@media (min-width: 861px) {
  .about__lead { white-space: nowrap; }
}
@media (max-width: 860px) {
  .about { grid-template-columns: 1fr; }
}
