/* Cinematic home (feature/cinematic-home 전용) — "새벽 안개 속, 성장의 지형".
   다크 그린-블랙 위 레터스페이스 캡스 + 대형 스테이트먼트. 고정 캔버스가
   무대, 챕터가 그 위를 흐른다. 팔레트는 Boostree DS에서만 파생. */

:root {
  --cine-bg-0: #0c1712; /* 새벽 녹흑 — 씬 fog와 동일 */
  --cine-bg-1: #142419;
  --cine-text: #f2f8f4;
  --cine-muted: rgba(242, 248, 244, 0.62);
  --cine-hairline: rgba(157, 248, 195, 0.18);
}

html {
  background: var(--cine-bg-0);
}

body {
  background: transparent;
  color: var(--cine-text);
}

/* ---------- 고정 씬 캔버스 + 정적 포스터 ----------
   포스터 그라디언트는 항상 깔려 있다 — WebGL 실패/reduced-motion(.cine-flat)이면
   캔버스 없이 이 포스터가 무대가 된다. */
.cine-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(60rem 40rem at 70% 30%, rgba(60, 198, 118, 0.14), transparent 70%),
    radial-gradient(50rem 36rem at 25% 85%, rgba(7, 141, 119, 0.16), transparent 72%),
    linear-gradient(172deg, var(--cine-bg-0) 0%, var(--cine-bg-1) 60%, var(--cine-bg-0) 100%);
}

.cine-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
  /* 지형은 initScene()이 끝나는 순간 DOM에 꽂힌다(실측 584ms) — 페이드가 없으면
     CSS 그라디언트 배경에서 지형으로 툭 바뀐다. 삽입 시점부터 자연스럽게 겹치도록. */
  animation: cine-fade-in 0.7s ease-out both;
}

.cine-flat .cine-canvas canvas {
  display: none;
}

main {
  position: relative;
  z-index: 1;
}

/* ---------- 표준 GNB(공용 헤더 파셜)의 다크 씬 대응 ----------
   이 페이지는 처음부터 끝까지 다크 무대 — /general과 달리 스크롤 상태
   전환(.is-scrolled → 화이트 머티리얼) 없이 항상 다크 오버레이를 유지한다.
   콘텐츠가 헤더 밑을 지날 때의 가독은 옅은 상단 페이드(상시)가 담당. */
.site-header,
.site-header.is-scrolled {
  background: linear-gradient(180deg, rgba(12, 23, 18, 0.85), rgba(12, 23, 18, 0.4) 62%, rgba(12, 23, 18, 0));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}

.site-header .c-logo img {
  filter: brightness(0) invert(1); /* 공식 화이트 로고 사양과 동일한 단색 화이트 */
}

.site-header .c-nav__toggle-bar {
  background: #ffffff;
}

.site-header .c-nav__item,
.site-header .site-header__cta {
  border-color: rgba(242, 248, 244, 0.16);
}

/* 링크 화이트 반전은 셀 바가 노출되는 데스크톱에서만 —
   모바일 드롭다운은 자체 흰 배경이라 기본 잉크 색 유지 */
@media (min-width: 1024px) {
  .site-header .c-nav__link {
    color: var(--cine-text);
  }

  .site-header .c-nav__link:hover {
    color: var(--color-glow);
    background: rgba(242, 248, 244, 0.08);
  }

  .site-header .c-nav__link.is-active {
    color: var(--color-glow);
    box-shadow: inset 0 -2px 0 var(--color-glow);
  }
}

/* ---------- 히어로 — 중앙 아이덴티티 ---------- */
.cine-hero {
  min-height: 100svh;
  /* sticky 헤더 아래로 깔려 풀 뷰포트를 쓴다 — 헤더는 최상단에서 투명 오버레이 */
  margin-top: calc(-1 * var(--header-height));
  padding-top: calc(var(--header-height) + var(--space-16));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: var(--space-16);
  padding-left: var(--space-6);
  padding-right: var(--space-6);
  position: relative;
}

/* 아이브로우 — 워드마크가 "boostree" 아이브로우 역할 (텍스트 대신 공식 마크) */
.cine-hero__eyebrow {
  margin: 0 0 var(--space-6);
  line-height: 0;
}

.cine-hero__mark {
  width: min(34vw, 180px);
  height: auto;
  filter: brightness(0) invert(1); /* 공식 화이트 로고 사양과 동일한 단색 화이트 */
  opacity: 0.96;
}

.cine-hero__title {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(1.9rem, 4.8vw, 3.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.24;
  color: #ffffff;
  word-break: keep-all;
  text-wrap: balance;
}

.cine-hero__sub {
  margin: var(--space-6) 0 0;
  max-width: 44ch;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: var(--cine-muted);
  word-break: keep-all;
  text-wrap: pretty;
}

@media (max-width: 599px) {
  .cine-hero__title br,
  .cine-hero__sub br {
    display: none;
  }

  /* 타이틀 높이를 3줄로 고정한다 — 줄 수가 바뀌어도 상자가 안 변한다 (2026-09-08 CLS 대응).
     왜 필요한가: 여기서는 위 규칙이 <br>을 숨겨 문장이 한 덩어리로 자유롭게 줄바꿈하는데,
     `.cine-hero`가 `justify-content: center`라서 이 상자의 높이가 1px만 바뀌어도 히어로의
     모든 형제가 함께 움직인다. 실측(412px, Lighthouse 모바일 에뮬레이션 폭): 2번째 줄의
     남는 폭이 **11px** 뿐이어서, 폴백 폰트로 그려진 뒤 Pretendard가 도착하면 한 글자가
     다음 줄로 밀려 2줄→3줄(+37.7px)이 되고 CLS 0.1138이 기록됐다(운영 11회 중 3회).
     `1.24`는 위 line-height 와 같은 값이고 `em`은 font-size 기준이라 글리프 폭에 의존하지
     않는다 — `ch` 처럼 폰트가 바뀌면 값이 달라지는 단위를 쓰면 이 고정이 무의미해진다.
     조사에서 배제한 대안: `max-width: 20ch` 는 이 폭들에서 부모(312~382px)가 더 좁아
     애초에 바인딩되지 않는다 / `text-wrap: pretty` 는 여유를 11→4px 로 **악화**시킨다 /
     히어로·버튼 패딩 조정은 칼날을 다른 폭으로 옮길 뿐이다(390px 에서 타이틀 여유 73→5px). */
  .cine-hero__title {
    min-height: calc(3 * 1.24em);
  }
}

.cine-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-8);
}

.cine-hero__cta {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  text-decoration: none;
  color: var(--color-primary-contrast);
  background: var(--grad-cta);
  transition: transform 0.15s ease-out, filter 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
}

.cine-hero__cta:hover,
.cine-hero__cta:focus-visible {
  filter: brightness(1.06);
}

.cine-hero__cta:active {
  transform: scale(0.98);
}

.cine-hero__cta--ghost {
  color: #ffffff;
  background: rgba(12, 23, 18, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
}

.cine-hero__cta--ghost:hover,
.cine-hero__cta--ghost:focus-visible {
  filter: none;
  border-color: rgba(157, 248, 195, 0.6);
  background: rgba(12, 23, 18, 0.65);
}

/* ---------- 히어로 인트로 — CSS가 초기 상태를 소유한다 (2026-09-06) ----------
   원래 cinematic.js 의 GSAP 타임라인(`gsap.from(...)`)이 맡았는데, gsap.from() 은
   **타임라인이 만들어지는 순간** 대상에 opacity 0 을 쓴다. 그 시점이 무거운 initScene()
   뒤(실측 962ms)라서, 브라우저가 219ms 에 이미 칠해 둔 완성된 히어로가 0.74초 뒤 통째로
   사라졌다가 2.77초에 걸쳐 되돌아오는 "리렌더"가 보였다.
   CSS 가 초기 상태를 가지면 첫 페인트부터 인트로 중간 상태로 출발하므로 그 구간이 없다.
   JS 없이도 돌기 때문에 no-JS · GSAP 로드 실패 · .cine-flat 이 전부 같은 연출을 얻는다.
   타이밍(지연·길이·이징)은 옮기기 전 GSAP 타임라인 값을 그대로 옮긴 것이다. */
/* 시작값이 0 이 아니라 0.01 인 것은 의도다 — 크롬은 `opacity: 0` 으로 칠해진 요소를 LCP 후보에서
   제외하므로, 0 으로 두면 인트로가 끝나기 전에는 LCP 가 기록되지 않아 지표가 체감보다 2~7초 늦는다
   (2026-09-08 A/B 실측: 이 한 글자로 /consulting perf 63→85 · LCP 9462→2725ms). 육안 구분 불가.
   0 으로 되돌리지 말 것. */
@keyframes cine-fade-in {
  from { opacity: 0.01; }
  to { opacity: 1; }
}

@keyframes cine-rise-in {
  from {
    opacity: 0.01;
    transform: translateY(var(--cine-rise));
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.cine-hero__eyebrow,
.cine-hero__title,
.cine-hero__sub,
.cine-hero__actions {
  /* both — 지연 중에는 from(opacity 0), 끝난 뒤에는 to 를 유지한다 */
  animation: cine-rise-in var(--cine-in-dur) cubic-bezier(0.215, 0.61, 0.355, 1) var(--cine-in-delay) both;
}

.cine-hero__eyebrow {
  --cine-rise: 18px;
  --cine-in-dur: 0.9s;
  --cine-in-delay: 0s;
}

.cine-hero__title {
  --cine-rise: 24px;
  --cine-in-dur: 1s;
  --cine-in-delay: 0.4s;
}

.cine-hero__sub {
  --cine-rise: 14px;
  --cine-in-dur: 0.7s;
  --cine-in-delay: 0.85s;
}

.cine-hero__actions {
  --cine-rise: 12px;
  --cine-in-dur: 0.6s;
  --cine-in-delay: 1.15s;
}

/* 스크롤 인디케이터는 transform: translateX(-50%) 로 자리를 잡고 있어 rise 를 쓸 수 없다
   — 옮기기 전 GSAP 타임라인도 이 요소만 opacity 만 다뤘다. */
.cine-hero__scroll {
  animation: cine-fade-in 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.45s both;
}

.cine-hero__scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-transform: uppercase;
  color: var(--cine-muted);
  text-decoration: none;
}

.cine-hero__scroll-line {
  width: 1px;
  height: 2.5rem;
  background: var(--cine-hairline);
  position: relative;
  overflow: hidden;
}

.cine-hero__scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-glow);
  animation: cine-scroll-hint 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes cine-scroll-hint {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@media (prefers-reduced-motion: reduce) {
  .cine-hero__scroll-line::after {
    animation: none;
    transform: scaleY(1);
  }

  /* 인트로·지형 페이드는 전부 생략하고 완성 상태로 출발한다.
     .cine-hero__scroll 은 translateX(-50%) 를 유지해야 하므로 transform 을 되돌리지 않는다. */
  .cine-canvas canvas,
  .cine-hero__eyebrow,
  .cine-hero__title,
  .cine-hero__sub,
  .cine-hero__actions,
  .cine-hero__scroll {
    animation: none;
    opacity: 1;
  }

  .cine-hero__eyebrow,
  .cine-hero__title,
  .cine-hero__sub,
  .cine-hero__actions {
    transform: none;
  }
}

/* ---------- 챕터 공통 ---------- */
.cine-chapter {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: var(--space-24) 0;
}

.cine-chapter .l-container {
  max-width: 1080px;
}

@media (min-width: 1600px) {
  .cine-chapter .l-container {
    max-width: 1240px;
  }
}

.cine-kicker {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-glow);
}

.cine-kicker::after {
  content: "";
  width: 4rem;
  height: 1px;
  background: var(--cine-hairline);
}

.cine-statement {
  margin: 0 0 var(--space-12);
  font-size: clamp(1.9rem, 4.6vw, 3.9rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.28;
  word-break: keep-all;
  text-wrap: pretty;
  max-width: 22ch;
}

.cine-statement em {
  font-style: normal;
  color: var(--color-glow);
}

.cine-lede {
  margin: 0 0 var(--space-12);
  max-width: 52ch;
  font-size: var(--font-size-lg);
  line-height: 1.75;
  color: var(--cine-muted);
  word-break: keep-all;
  text-wrap: pretty;
}

/* 스탯 — 헤어라인 위 대형 수치 */
.cine-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  max-width: 42rem;
  margin: 0;
  padding-top: var(--space-8);
  border-top: 1px solid var(--cine-hairline);
}

@media (max-width: 599px) {
  .cine-stats {
    grid-template-columns: 1fr 1fr;
  }
}

.cine-stats > div {
  display: flex;
  flex-direction: column-reverse;
}

.cine-stats dd {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
}

.cine-stats dt {
  margin-top: var(--space-1);
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
}

/* ---------- 챕터 레일은 2026-09-11 에 공용 섹션 점프 내비로 승격됐다 ----------
   옛 `.cine-rail`(현재 챕터 번호 01/06 + 진행 게이지, 데스크톱 전용, aria-hidden)을 지우고
   `components/jumpnav.css` + main.js `initJumpNav()` 가 같은 자리(right: 28px, 세로 중앙)에
   **누를 수 있는 챕터 도트 7개 + 진행선**을 그린다 — 위치만 알려 주던 레일이 이동 수단이 됐고,
   레이어 수는 그대로다. 홈도 main.js 를 싣기 때문에(index.html 하단) 공용 컴포넌트가 그대로 돈다.
   무대 전체가 어두우므로 initJumpNav 가 data-stage="dark" + data-on-dark 를 한 번 세운다
   (스크롤에 따라 뒤집을 밴드가 없다). 되살릴 코드는 git 이력에 있다. */

/* ---------- 여정 웨이포인트 — 경로 위 4단계 표식 (JS가 투영·상태·투명도 구동) ----------
   기본은 극도의 절제: 현재 단계만 또렷하고 나머지는 잉걸불 점 + 옅은 캡스.
   transform/opacity는 매 프레임 JS가 쓰므로 여기에 transition을 걸지 않는다. */
.cine-waypoints {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* 빈 무대 영역(main·섹션의 투명 여백)은 포인터를 통과시켜 웨이포인트가
   hover/클릭을 받게 한다 — 콘텐츠 자식(.l-container 등)만 이벤트를 받으므로
   텍스트 선택·링크·폼 동작은 그대로다. main의 직계는 섹션뿐이다. */
main,
.cine-hero,
.cine-chapter {
  pointer-events: none;
}

.cine-hero > *,
.cine-chapter > * {
  pointer-events: auto;
}

.cine-waypoints[hidden] {
  display: none;
}

.cine-waypoint {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  padding: 14px 12px; /* 도트는 5px지만 탭/클릭 히트박스는 ~30px */
  pointer-events: auto;
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--cine-muted);
  opacity: 0;
  visibility: hidden;
  transition: color 0.3s ease;
  will-change: transform, opacity;
}

.cine-waypoint__dot {
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-glow);
  box-shadow: 0 0 8px rgba(157, 248, 195, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 라벨은 기본 숨김 — 의도(hover/키보드 focus)에만 응답해 도트 옆에서 떠오른다 */
.cine-waypoint__label {
  position: absolute;
  left: calc(100% - 4px);
  top: 50%;
  transform: translate(-6px, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cine-waypoint:hover .cine-waypoint__label,
.cine-waypoint:focus-visible .cine-waypoint__label {
  opacity: 1;
  transform: translate(0, -50%);
}

.cine-waypoint.is-passed {
  color: rgba(157, 248, 195, 0.75);
}

.cine-waypoint.is-current {
  color: #ffffff;
}

.cine-waypoint.is-current .cine-waypoint__dot {
  transform: scale(1.7);
  box-shadow: 0 0 14px rgba(157, 248, 195, 0.95);
}

.cine-waypoint:hover,
.cine-waypoint:focus-visible {
  color: #ffffff;
}

.cine-waypoint:focus-visible {
  outline: 2px solid var(--color-glow);
  outline-offset: 2px;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ---------- 02 여정 — 경로 위의 네 단계 ---------- */
.cine-stages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-3);
}

@media (max-width: 899px) {
  .cine-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .cine-stages {
    grid-template-columns: 1fr;
  }
}

.cine-stage {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: var(--space-6);
  border: 1px solid var(--cine-hairline);
  border-radius: var(--radius-md);
  background: rgba(12, 23, 18, 0.55);
  backdrop-filter: blur(6px);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out;
}

.cine-stage b {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  font-variant-numeric: tabular-nums;
  color: var(--color-glow);
}

.cine-stage strong {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.cine-stage span {
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
  word-break: keep-all;
}

/* 원장님 육성 한 줄 — 단계명·설명·솔루션 수 사이의 인용 */
.cine-stage__voice {
  display: block;
  margin-top: var(--space-3);
  padding-left: var(--space-3);
  border-left: 2px solid rgba(157, 248, 195, 0.45);
  font-size: var(--font-size-sm);
  font-style: normal;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  word-break: keep-all;
  quotes: "“" "”";
}

.cine-stage__voice::before { content: open-quote; }
.cine-stage__voice::after { content: close-quote; }

.cine-stage small {
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-glow);
}

.cine-stage.is-peak {
  border-color: rgba(157, 248, 195, 0.4);
}

.cine-stage:hover,
.cine-stage:focus-visible {
  border-color: var(--color-glow);
  background: rgba(60, 198, 118, 0.1);
}

@media (hover: hover) and (pointer: fine) {
  .cine-stage:hover {
    transform: translateY(-4px);
  }
}

/* ---------- 03 솔루션 — 세 축의 리스트 ---------- */
.cine-axes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-8);
}

@media (max-width: 899px) {
  .cine-axes {
    grid-template-columns: 1fr;
  }
}

.cine-axis__name {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  margin: 0 0 var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--cine-hairline);
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffffff;
}

.cine-axis__name b {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-glow);
}

.cine-axis__name span {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--cine-muted);
}

.cine-sol {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--space-4) var(--space-2);
  border-bottom: 1px solid rgba(157, 248, 195, 0.1);
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease-out;
}

.cine-sol:hover,
.cine-sol:focus-visible {
  background: rgba(60, 198, 118, 0.08);
}

.cine-sol strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--color-glow);
}

.cine-sol em {
  font-style: normal;
  font-weight: 600;
  color: var(--cine-text);
}

.cine-sol span {
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
  word-break: keep-all;
}

/* 별도 브랜드 — 공식 로고를 다크 무대 위 모노톤 화이트로 */
/* 관계 브랜드 라벨 — 자회사 / 그룹 브랜드 */
.cine-sol__rel {
  display: inline-block;
  margin-top: var(--space-2);
  padding: 2px 8px;
  border: 1px solid var(--cine-hairline);
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cine-muted); /* 0.62 알파 — 씬 배경 위 7.0:1 (AAA) */
}

/* 브랜드 카드 — GNB와 같은 아이콘 마크(원색) + 텍스트 브랜드명 */
.cine-sol--brand strong .u-brandmark {
  display: inline-block;
  height: 16px;
  vertical-align: -3px;
  margin-right: 4px;
}

/* ---------- 04 Why — 3기둥 ---------- */
.cine-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

@media (max-width: 899px) {
  .cine-pillars {
    grid-template-columns: 1fr;
  }
}

.cine-pillar {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding-top: var(--space-4);
  border-top: 1px solid rgba(157, 248, 195, 0.35);
}

.cine-pillar b {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-glow);
}

.cine-pillar strong {
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: #ffffff;
}

.cine-pillar span {
  color: var(--cine-muted);
  word-break: keep-all;
  text-wrap: pretty;
}

/* ---------- 05 성과 — 케이스 카드 ---------- */
.cine-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

@media (max-width: 899px) {
  .cine-cases {
    grid-template-columns: 1fr;
  }
}

.cine-case {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-8) var(--space-6);
  border: 1px solid var(--cine-hairline);
  border-radius: var(--radius-lg);
  background: rgba(12, 23, 18, 0.55);
  backdrop-filter: blur(6px);
}

.cine-case__tag {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-glow);
}

/* 케이스 서사 — 그때는 → 바꾼 것 → 지금은 → 숫자 */
.cine-case__then,
.cine-case__how,
.cine-case__quote b {
  font-size: var(--font-size-sm);
}

.cine-case__then b,
.cine-case__how b,
.cine-case__quote b {
  display: block;
  margin-bottom: 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--color-glow);
}

.cine-case__then {
  margin: 0;
  line-height: 1.7;
  color: var(--cine-text);
  word-break: keep-all;
  text-wrap: pretty;
}

.cine-case__how {
  margin: 0;
  line-height: 1.6;
  color: var(--cine-muted);
  word-break: keep-all;
}

.cine-case__quote {
  margin: var(--space-2) 0 0;
  padding-top: var(--space-3);
  border-top: 1px solid var(--cine-hairline);
}

.cine-case__quote span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #ffffff;
  word-break: keep-all;
  text-wrap: pretty;
}

.cine-case__quote span::before { content: "“"; }
.cine-case__quote span::after { content: "”"; }

.cine-case__quote cite {
  display: block;
  margin-top: var(--space-2);
  font-size: var(--font-size-sm);
  font-style: normal;
  color: var(--cine-muted);
}

/* 케이스 마무리 — 헤어라인 위, 결론 문장(좌)과 주석(우)을 한 행에 */
.cine-cases__foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
  gap: var(--space-6) var(--space-12);
  align-items: end;
  /* --space-10은 토큰 스케일에 없다 — 무효 var()라 margin-top이 0으로 떨어져 있었다(2026-09-06 수정) */
  margin-top: var(--space-8);
  padding-top: var(--space-8);
  border-top: 1px solid var(--cine-hairline);
}

@media (max-width: 899px) {
  .cine-cases__foot {
    grid-template-columns: 1fr;
  }
}

.cine-cases__close {
  margin: 0;
  max-width: 30ch;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #ffffff;
  word-break: keep-all;
  text-wrap: pretty;
}

.cine-cases__close em {
  font-style: normal;
  color: var(--color-glow);
}

.cine-case__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4) var(--space-8);
  margin: var(--space-3) 0 0;
}

.cine-case__metrics > div {
  display: flex;
  flex-direction: column-reverse;
}

.cine-case__metrics dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--color-glow);
}

.cine-case__metrics dt {
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
}

.cine-note {
  margin: 0;
}

.cine-note span {
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
}

/* ---------- 06 상담 피날레 ---------- */
/* 씬(마크 근접 컷) 위 가독 스크림. 폼이 왼쪽에 있던 시절에는 95deg 가로 그라디언트였는데,
   2026-09-07에 콘텐츠가 전폭(3열 라우터 + 출구 스트립)이 되면서 오른쪽이 무방비였다 —
   이메일 주소가 지형의 밝은 마크 위에 그대로 얹혔다. 지금은 아래로 갈수록 짙어지는 세로 베일이다:
   위쪽은 씬을 보여 주고, 텍스트 밀도가 높아지는 아래를 덮는다. */
.cine-contact {
  background: linear-gradient(180deg, rgba(12, 23, 18, 0.42) 0%, rgba(12, 23, 18, 0.66) 42%, rgba(12, 23, 18, 0.78) 100%);
}

/* 다크 무대 전용 포커스 링 — 전역 base.css 는 --color-primary-deep(#247a49, 흰 배경 5.3:1)을 쓰는데
   검은 무대에서는 3.9:1까지 떨어지고 지형이 밝은 구간에서는 더 낮다. 챕터 안에서는 글로우로 바꾼다. */
.cine-chapter :focus-visible,
.cine-hero :focus-visible {
  outline-color: var(--color-glow);
}

/* 모바일 지름길 — 주제를 못 고르는 사람이 항목 9개를 지나기 전에 출구로 갈 수 있게(390px 실측 989px 아래였다).
   3열이 서는 900px 이상에서는 출구 스트립이 이미 첫 화면에 있으므로 숨긴다. */
.cine-contact__skip {
  display: inline-block;
  margin-top: var(--space-4);
  padding-block: 10px;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-glow);
  text-decoration: none;
  text-underline-offset: 3px;
}

.cine-contact__skip:hover,
.cine-contact__skip:focus-visible {
  text-decoration: underline;
}

@media (min-width: 900px) {
  .cine-contact__skip {
    display: none;
  }
}



/* 출구 스트립 — 주제를 고를 수 없는 방문자용. 3열 라우터 아래 전폭으로 놓아
   "9개를 봤는데 못 고르겠다"는 자리에서 바로 만나게 한다(2026-09-07 A안).
   이 섹션에서 채워진 버튼은 여기 하나뿐이다 — 라우터 항목은 목록, 이쪽은 액션. */
.cine-exit {
  /* 모바일 지름길(#contact-open)의 도착점 — div 라서 layout.css 의 `main section[id]` scroll-margin 규칙이
     걸리지 않는다. 없으면 스트립 제목이 고정 헤더(72px) 뒤로 들어간다(2026-09-07 실측 top 0). */
  scroll-margin-top: calc(var(--header-height) + var(--space-6));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6) var(--space-12);
  margin-top: var(--space-12);
  padding: var(--space-8);
  border: 1px solid rgba(157, 248, 195, 0.22);
  border-radius: var(--radius-lg);
  background: rgba(242, 248, 244, 0.04);
}

.cine-exit__ask {
  flex: 1 1 24rem;
  min-width: 0;
}

.cine-exit__title {
  margin: 0 0 var(--space-2);
  font-size: var(--font-size-lg);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.cine-exit__body {
  margin: 0;
  max-width: 52ch;
  font-size: var(--font-size-sm);
  line-height: 1.7;
  color: var(--cine-muted);
  word-break: keep-all;
  text-wrap: pretty;
}

.cine-exit__actions {
  display: grid;
  justify-items: start;
  gap: var(--space-3);
  flex: 0 1 auto;
}

.cine-exit__cta {
  display: inline-block;
  padding: 15px 26px;
  border-radius: var(--radius-pill);
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-primary-contrast);
  background: var(--grad-cta);
  text-decoration: none;
  transition: transform 0.15s ease-out, filter 0.2s ease-out;
}

.cine-exit__cta:hover,
.cine-exit__cta:focus-visible {
  filter: brightness(1.06);
}

.cine-exit__cta:active {
  transform: scale(0.98);
}

/* 이메일은 한 줄로 낮춘다 — 폼이 있던 시절 32px 이메일이 섹션 최대 요소였고,
   폼이 사라지자 예약(1순위)보다 이메일(3순위)이 커 보이는 위계 역전이 남았다(2026-09-07 실측). */
.cine-exit__mail {
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
}

.cine-exit__mail a {
  /* 터치 영역 확보 — 본문 크기 링크라 실측 19px였다. 고지 링크와 같은 padding/margin 상쇄. */
  display: inline-block;
  padding-block: 13px;
  margin-block: -13px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(157, 248, 195, 0.4);
  padding-bottom: 0.05em;
  overflow-wrap: anywhere;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
}

.cine-exit__mail a:hover,
.cine-exit__mail a:focus-visible {
  color: var(--color-glow);
  border-color: var(--color-glow);
}

@media (max-width: 599px) {
  .cine-exit {
    padding: var(--space-6);
  }

  .cine-exit__actions {
    justify-items: stretch;
  }

  .cine-exit__cta {
    text-align: center;
  }
}

/* 라우터 라벨 — 섹션의 본문 콘텐츠를 여는 소제목이다. 처음에는 "또는 이메일로 직접 문의"와
   똑같은 12px 뮤트 대문자였는데, 그러면 본문 라벨이 부속 라벨과 같은 급으로 읽힌다(2026-09-07). */
.cine-book__title {
  margin: 0 0 var(--space-6);
  font-size: var(--font-size-lg);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--cine-text);
}

/* 축 그룹 — 목록이 아니라 "지금 내 상황은 어디인가"의 지도로 읽히게 한다.
   3열로 펼치는 이유(2026-09-07 A안): 세로 1열이면 라우터만 623px이라 1440×900에서 세 번째 축과
   출구가 접힘선 아래로 밀리고 오른쪽 열이 308px 비었다. 3열은 피날레를 한 화면에 담는다.
   900px 미만에서는 1열로 쌓이고, 항목은 이름·설명을 한 줄에 두는 컴팩트 배치로 돌아간다. */
.cine-book__axes {
  display: grid;
  gap: var(--space-8);
}

@media (min-width: 900px) {
  .cine-book__axes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-8) var(--space-12);
  }
}

.cine-book__axis-name {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  margin: 0 0 var(--space-2);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--cine-text);
}

.cine-book__axis-name b {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-glow);
}

.cine-book__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cine-book__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px var(--space-4);
  justify-content: space-between;
  padding: var(--space-3) 0;
  border-bottom: 1px solid rgba(157, 248, 195, 0.1);
  text-decoration: none;
  transition: border-color 0.2s ease-out;
}

/* 이름 줄 끝의 화살표 — 이 목록이 "다른 페이지로 가는 링크"임을 알리는 유일한 신호다.
   호버에만 두지 않는다: 터치 기기에는 호버가 없고, 라우터 항목은 밑줄도 버튼 테두리도 없어
   기본 상태에서 링크로 읽히지 않았다(2026-09-07 검토). 평소 흐리게, 의도(호버·포커스)에 응답해 또렷해진다.
   content 의 `/ ''` 는 대체 텍스트 비움 — 스크린 리더가 화살표를 읽지 않는다. */
.cine-book__item strong {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
  font-size: var(--font-size-base);
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease-out;
}

.cine-book__item strong::after {
  content: '\2192' / '';
  flex: none;
  opacity: 0.45;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.cine-book__item span {
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
  word-break: keep-all;
}

.cine-book__item:hover,
.cine-book__item:focus-visible {
  border-color: rgba(157, 248, 195, 0.4);
}

.cine-book__item:hover strong,
.cine-book__item:focus-visible strong {
  color: var(--color-glow);
}

.cine-book__item:hover strong::after,
.cine-book__item:focus-visible strong::after {
  opacity: 1;
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .cine-book__item strong::after {
    transition: opacity 0.2s ease-out;
  }

  .cine-book__item:hover strong::after,
  .cine-book__item:focus-visible strong::after {
    transform: none;
  }
}

@media (min-width: 900px) {
  .cine-book__item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3px;
  }
}

/* 폼이 있던 자리를 물려받은 최소 고지 — 홈이 직접 받는 개인정보는 없고, 예약 화면에서 받는다.
   상세 페이지의 .detail-booking__note와 같은 역할. */
.cine-contact__note {
  margin: var(--space-8) 0 0;
  max-width: 62ch;
  font-size: var(--font-size-sm);
  color: var(--cine-muted);
  word-break: keep-all;
  text-wrap: pretty;
}

/* 터치 영역 40px — 폼 시절 .cine-form__policy a 가 갖고 있던 padding/margin 상쇄 처리를
   폼 CSS와 함께 지우면서 잃었다(2026-09-07 실측 17px). */
.cine-contact__note a {
  display: inline-block;
  padding-block: 10px;
  margin-block: -10px;
  color: var(--color-glow);
  text-underline-offset: 2px;
}

/* ---------- 표준 사이트 푸터(파셜) — 시네마틱 무드로 재조색 ----------
   마크업은 공용 파셜 그대로. 씬 위의 다크 코다로: 위쪽은 씬이 비치고 아래로 갈수록
   새벽 녹흑으로 잠긴다. 챕터 번호(07)는 붙이지 않는다 — 푸터는 장면이 아닌 공용 유틸리티(2026-09-04). */
.site-footer {
  /* layout.css가 sunken 바닥용으로 진하게 재정의한 뮤트 토큰을 다크 씬에서는 되돌린다 */
  --color-text-muted: #64748b;
  position: relative;
  z-index: 1;
  padding-top: var(--space-16);
  border-top: 1px solid var(--cine-hairline);
  color: var(--cine-muted);
  background: linear-gradient(180deg, rgba(12, 23, 18, 0.55) 0%, rgba(12, 23, 18, 0.92) 38%, var(--cine-bg-0) 100%);
}

.site-footer__tagline {
  max-width: 30ch;
  font-size: var(--font-size-base);
  line-height: 1.75;
  color: var(--cine-text);
  word-break: keep-all;
}

.site-footer__tagline img {
  filter: brightness(0) invert(1); /* 히어로 아이브로우와 같은 단색 화이트 */
  opacity: 0.96;
}

.site-footer__heading {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-glow);
}

.site-footer__links a,
.site-footer__meta a {
  color: var(--cine-muted);
  transition: color 0.2s ease-out;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.site-footer__meta a:hover,
.site-footer__meta a:focus-visible {
  color: var(--color-glow);
  text-decoration: none;
}

.site-footer__meta {
  border-top-color: var(--cine-hairline);
}

.site-footer__biz > div {
  border-left-color: var(--cine-hairline);
}

/* 사업자 정보 라벨(dt): layout.css 기본값(슬레이트 + opacity .7/.8)은 다크 위 대비 2.5:1.
   값(dd)이 --cine-muted(.62)이므로 라벨은 한 단계 아래 .5 — #0c1712 위 5.0:1. 알파로 위계를 잡으니 opacity는 1로 되돌린다. */
.site-footer__biz dt {
  color: rgba(242, 248, 244, 0.5);
  opacity: 1;
}

.site-footer__meta-links {
  color: var(--cine-text);
}

/* ---------- 모바일 ---------- */
@media (max-width: 767px) {
  .cine-header {
    padding-top: var(--space-4);
  }

  .cine-header__brands {
    gap: var(--space-4);
    letter-spacing: 0.18em;
  }

  .cine-header__cta {
    padding: 10px 14px;
  }
}

/* 모바일 — 요청서 기준 강제 개행은 데스크톱용. 좁은 폭에서는 자연 줄바꿈에 맡긴다 (히어로 H1은 유지) */
@media (max-width: 599px) {
  .cine-lede br,
  .cine-cases__close br {
    display: none;
  }
}

/* 푸터 개인정보 처리방침 링크 — 시행령 §31 "다른 고지사항과 구분" 강조를 다크 위에서도 유지 */
.site-footer .site-footer__meta a.site-footer__privacy {
  color: var(--cine-text);
}

.site-footer .site-footer__meta a.site-footer__privacy:hover,
.site-footer .site-footer__meta a.site-footer__privacy:focus-visible {
  color: var(--color-glow);
}

/* 푸터 그룹 브랜드 목록(layout.css .site-footer__family) — 다크 씬 재조색 */
.site-footer__family-item {
  color: var(--cine-muted);
}

a.site-footer__family-item:hover,
a.site-footer__family-item:focus-visible {
  color: var(--color-glow);
}

/* 더마노드 퍼플 마크는 다크 위 대비가 부족 — 화이트 처리 (히어로 킥커 .is-white와 같은 규칙) */
.site-footer__family-item img[data-dark="invert"] {
  filter: brightness(0) invert(1);
}
