@charset "utf-8";
/* ============================================================================
   대치학원 학생부 종합 올케어(All-Care) 컨설팅

   월드: soft-layered light
   - 아주 밝은 중성 지면 위에 흰 패널이 넉넉한 라운드와 실제 레이어드 그림자로 뜬다.
   - 배경에는 브랜드 레드 계열의 크게 번진 오브, 그 위로 얇은 굴절 링.
   - 강조색은 #C7000B 하나.

   활자
   - 디스플레이 SUIT Variable, 본문 Pretendard, 영문 락업 Archivo(가변 폭축).
   - 한글 디스플레이 줄은 마크업이 끊는다. 한 줄 10글자 이내.

   TODO(콘텐츠 확보): 상담 전화번호·영업시간 / 로고 SVG / 사업자 정보
   ========================================================================== */

:root {
  /* 지면 */
  --bg:        #F4F4F6;
  --bg-2:      #ECECEF;
  --panel:     #FFFFFF;
  --line:      #E2E2E7;

  /* 잉크 */
  --ink:       #111114;
  --ink-2:     #52525C;
  --ink-3:     #666670;

  /* 신호 */
  --sig:       #C7000B;
  --sig-hi:    #E81C28;
  --sig-deep:  #8E0008;
  --sig-05:    rgba(199, 0, 11, .05);
  --sig-12:    rgba(199, 0, 11, .12);

  /* 깊이 - 지면 색조를 띤 다층 그림자 */
  --e1: 0 1px 2px rgba(17, 17, 24, .04), 0 4px 10px -4px rgba(17, 17, 24, .06);
  --e2: 0 1px 2px rgba(17, 17, 24, .04), 0 10px 26px -10px rgba(17, 17, 24, .10);
  --e3: 0 2px 4px rgba(17, 17, 24, .05), 0 18px 42px -18px rgba(17, 17, 24, .18);
  --e-sig: 0 8px 22px -8px rgba(199, 0, 11, .42);

  /* 형태 - 하나의 라운드 체계 */
  --r-lg: 28px;
  --r-md: 20px;
  --r-sm: 14px;
  --r-pill: 999px;

  --gut:   clamp(22px, 4.4vw, 76px);
  --max:   1300px;
  --rail:  clamp(48px, 4.6vw, 76px);
  --nav-h: 68px;

  --ease:  cubic-bezier(.16, 1, .3, 1);
  --t-fast: 220ms;
  --t-mid:  480ms;
  --t-slow: 900ms;

  --f-kr:   "SUIT Variable", "Pretendard Variable", system-ui, sans-serif;
  --f-body: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
            system-ui, "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  --f-en:   "Archivo", "SUIT Variable", system-ui, sans-serif;
}

/* --------------------------------------------------------------- 리셋 */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; caret-color: var(--sig); accent-color: var(--sig); }

body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: .35; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-2);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: -.008em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) { body { font-size: 17px; } }

img, svg { max-width: 100%; display: block; }
button, input, select { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--f-kr); word-break: keep-all; }
p, li, dd, dt { word-break: keep-all; }

::selection { background: var(--sig); color: #fff; }
:where(a, button, [tabindex]):focus-visible { outline: 2px solid var(--sig); outline-offset: 3px; border-radius: var(--r-sm); }

* { scrollbar-width: thin; scrollbar-color: rgba(199,0,11,.3) var(--bg-2); }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: var(--bg-2); }
*::-webkit-scrollbar-thumb { background: rgba(199,0,11,.3); border-radius: 999px; border: 3px solid var(--bg-2); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip {
  position: fixed; top: 12px; left: 12px; z-index: 300;
  padding: 12px 22px; border-radius: var(--r-pill);
  background: var(--sig); color: #fff; font-weight: 600;
  transform: translateY(-220%); transition: transform var(--t-fast) var(--ease);
}
.skip:focus-visible { transform: none; }

/* ------------------------------------------------------------- 타이포 */
.kr-xl { font-family: var(--f-kr); font-size: clamp(27px, 4.3vw, 62px); font-weight: 800; letter-spacing: -.045em; line-height: 1.16; }
.kr-lg { font-family: var(--f-kr); font-size: clamp(24px, 3.2vw, 46px); font-weight: 800; letter-spacing: -.042em; line-height: 1.22; }
.kr-md { font-family: var(--f-kr); font-size: clamp(19px, 1.9vw, 29px); font-weight: 700; letter-spacing: -.034em; line-height: 1.4; }
.kr-sm { font-family: var(--f-kr); font-size: clamp(16px, 1.2vw, 20px); font-weight: 700; letter-spacing: -.028em; line-height: 1.5; }
.kr-xl .l, .kr-lg .l, .kr-md .l { display: block; }

.en {
  font-family: var(--f-en); font-weight: 700;
  font-variation-settings: "wdth" 112;
  letter-spacing: -.02em; line-height: .92; text-transform: uppercase; color: var(--ink);
}
.en--xl { font-size: clamp(34px, 5.6vw, 82px); }
.en--lg { font-size: clamp(28px, 4.2vw, 60px); }
.en em { font-style: normal; color: var(--sig); }

.lead { font-size: clamp(15.5px, 1.1vw, 18.5px); line-height: 1.76; color: var(--ink-2); max-width: 44ch; text-wrap: balance; }
.sig-text { color: var(--sig); font-style: normal; font-weight: inherit; }
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 15px 7px 12px; border-radius: var(--r-pill);
  background: var(--sig-05); color: var(--sig);
  font-size: 13px; font-weight: 700; letter-spacing: -.01em;
}
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sig); }

/* ------------------------------------------------------------ 레이아웃 */
.shell { padding-left: var(--rail); }
@media (max-width: 900px) { .shell { padding-left: 0; } }
.wrap { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }

.stage {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: calc(var(--nav-h) + clamp(32px, 6vh, 88px));
  padding-bottom: clamp(64px, 9vh, 120px);
  overflow: clip;
}

/* -------------------------------------------- 오브 (번진 레이어와 굴절 링) */
.orbs { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: clip; }
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(var(--b, 70px));
  opacity: var(--o, .5);
  will-change: transform;
}
.orb--sig  { background: radial-gradient(circle, rgba(232, 28, 40, .92) 0%, rgba(214, 20, 40, .62) 42%, rgba(199, 0, 11, .18) 74%, rgba(199, 0, 11, 0) 100%); }
.orb--warm { background: radial-gradient(circle, rgba(255, 138, 106, .92) 0%, rgba(255, 160, 130, .5) 46%, rgba(255, 180, 150, 0) 100%); }
.orb--cool { background: radial-gradient(circle, rgba(138, 152, 205, .85) 0%, rgba(150, 165, 210, .45) 48%, rgba(160, 175, 215, 0) 100%); }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(199, 0, 11, .22); }
.ring--soft { border-color: rgba(17, 17, 24, .07); }

/* --------------------------------------------------- 위치 레일 */
.rail {
  position: fixed; z-index: 60; left: 0; top: 0; bottom: 0; width: var(--rail);
  display: flex; align-items: center; justify-content: center;
  background: rgba(244, 244, 246, .72);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-right: 1px solid var(--line);
}
@media (max-width: 900px) { .rail { display: none; } }
.rail__list { display: flex; flex-direction: column; gap: clamp(16px, 3vh, 30px); }
.rail__tick { position: relative; display: grid; place-items: center; width: 30px; height: 26px; }
.rail__tick::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--line);
  transition: background var(--t-mid) var(--ease), transform var(--t-mid) var(--ease);
}
.rail__tick:hover::before { background: var(--ink-3); transform: scale(1.35); }
.rail__tick[aria-current="true"]::before { background: var(--sig); transform: scale(1.5); box-shadow: 0 0 0 5px var(--sig-05); }

/* ---------------------------------------------------------------- 헤더 */
.nav {
  position: fixed; z-index: 70; top: 0; right: 0; left: var(--rail); height: var(--nav-h);
  display: flex; align-items: center;
  transition: background var(--t-mid) var(--ease), box-shadow var(--t-mid) var(--ease);
}
@media (max-width: 900px) { .nav { left: 0; } }
.nav.is-set {
  background: rgba(244, 244, 246, .82);
  backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px);
  box-shadow: 0 1px 0 var(--line);
}
.nav__in { display: flex; align-items: center; gap: 20px; width: 100%; }
.brand { display: flex; align-items: baseline; gap: 9px; flex: none; }
/* TODO: 로고 SVG 확보 시 교체 */
.brand__name { font-family: var(--f-kr); font-size: 17px; font-weight: 800; letter-spacing: -.04em; color: var(--ink); }
.brand__sub { font-family: var(--f-en); font-size: 11px; font-weight: 700; letter-spacing: .02em; color: var(--ink-3); }
@media (max-width: 560px) { .brand__sub { display: none; } }
.nav__links { display: none; margin-left: auto; gap: 2px; }
@media (min-width: 1080px) { .nav__links { display: flex; } }
.nav__links a {
  padding: 9px 15px; border-radius: var(--r-pill); font-size: 15px; font-weight: 500; color: var(--ink-2);
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.nav__links a:hover { color: var(--sig); background: var(--sig-05); }
.nav__cta { margin-left: auto; }
@media (min-width: 1080px) { .nav__cta { margin-left: 18px; } }

/* --------------------------------------------------------------- 버튼 */
.btn {
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 28px; border: 0; border-radius: var(--r-pill);
  background: var(--sig); color: #fff;
  font-family: var(--f-kr); font-size: 16px; font-weight: 700; letter-spacing: -.024em;
  white-space: nowrap; cursor: pointer; overflow: hidden;
  box-shadow: var(--e-sig);
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, var(--sig-hi), var(--sig));
  opacity: 0; transition: opacity var(--t-mid) var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -10px rgba(199, 0, 11, .5); }
.btn:hover::after { opacity: 1; }
.btn:active { transform: translateY(0); }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 14.5px; box-shadow: 0 4px 14px -6px rgba(199,0,11,.45); }
.btn--lg { min-height: 64px; padding: 0 34px; font-size: clamp(16.5px, 1.25vw, 19px); }
.btn__d { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.92); flex: none; }

.dock {
  position: fixed; z-index: 80;
  right: clamp(16px, 2.4vw, 34px); bottom: clamp(16px, 2.4vw, 34px);
  opacity: 0; transform: translateY(14px) scale(.96); pointer-events: none;
  transition: opacity var(--t-mid) var(--ease), transform var(--t-mid) var(--ease);
}
.dock.is-in { opacity: 1; transform: none; pointer-events: auto; }
@media (max-width: 640px) {
  .dock { left: 14px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); }
  .dock .btn { width: 100%; }
}

/* ------------------------------------------------------------- 패널 */
.panel {
  background: var(--panel); border-radius: var(--r-lg);
  box-shadow: var(--e2);
  padding: clamp(22px, 3vw, 40px);
}

/* ==================================================== 01. HERO */
.hero__in { display: grid; gap: clamp(30px, 5vw, 68px); align-items: center; }
@media (min-width: 1000px) { .hero__in { grid-template-columns: 1.12fr .88fr; } }
.hero__copy { display: grid; gap: clamp(20px, 3vh, 34px); }
.hero__q { max-width: 15ch; }
.hero__line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__line > span { display: block; will-change: transform; }
.hero__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; }
.hero__note { font-size: 15px; color: var(--ink-3); }

.hero__art { position: relative; aspect-ratio: 1 / 1.02; }
@media (max-width: 999px) { .hero__art { aspect-ratio: 16 / 10; max-width: 460px; } }
.hero__glass {
  position: absolute; inset: 14% 8% 18% 12%;
  border-radius: var(--r-lg);
  background: linear-gradient(150deg, rgba(255,255,255,.86), rgba(255,255,255,.5));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--e3);
  backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
  display: grid; align-content: center; gap: 14px;
  padding: clamp(20px, 2.4vw, 32px);
}
.hero__stat { display: grid; gap: 3px; }
.hero__stat b {
  font-family: var(--f-en); font-size: clamp(26px, 3vw, 44px); font-weight: 700;
  font-variation-settings: "wdth" 108; color: var(--sig); line-height: 1;
}
.hero__stat span { font-size: 13.5px; color: var(--ink-3); }
.hero__stat + .hero__stat { padding-top: 14px; border-top: 1px solid var(--line); }

/* ==================================================== 02. 제도 변화 */
.why__grid { display: grid; gap: clamp(26px, 4vw, 60px); width: 100%; align-items: start; }
@media (min-width: 1000px) { .why__grid { grid-template-columns: 5fr 7fr; } }
.why__head { position: sticky; top: calc(var(--nav-h) + 28px); }
@media (max-width: 999px) { .why__head { position: static; } }
.why__count { display: flex; align-items: baseline; gap: 7px; margin-bottom: 18px; font-family: var(--f-en); }
.why__count b { font-size: 30px; font-weight: 700; color: var(--sig); line-height: 1; }
.why__count span { font-size: 13px; color: var(--ink-3); }
.why__title { margin-bottom: 18px; }
.why__cards { display: grid; gap: clamp(12px, 1.6vh, 18px); }
.card {
  position: relative; background: var(--panel); border-radius: var(--r-lg);
  box-shadow: var(--e1);
  padding: clamp(20px, 2.4vw, 32px);
  display: grid; gap: 10px;
  transition: box-shadow var(--t-mid) var(--ease), transform var(--t-mid) var(--ease);
}
.card:hover { box-shadow: var(--e3); transform: translateY(-3px); }
.card__top { display: flex; align-items: center; gap: 12px; margin-bottom: 2px; }
.card__n { font-family: var(--f-en); font-size: 13px; font-weight: 700; color: var(--sig); }
.card__t { font-family: var(--f-kr); font-size: clamp(18px, 1.5vw, 24px); font-weight: 800; letter-spacing: -.038em; color: var(--ink); line-height: 1.3; }
.card__claim { font-family: var(--f-kr); font-size: clamp(15px, 1.05vw, 17.5px); font-weight: 700; color: var(--sig); letter-spacing: -.026em; line-height: 1.5; text-wrap: balance; }
.card__body { font-size: 14.5px; line-height: 1.68; color: var(--ink-2); text-wrap: pretty; }
.card__body span { display: block; }
.card__out {
  margin-top: 6px; padding: 12px 16px; border-radius: var(--r-sm);
  background: var(--sig-05); color: var(--sig);
  font-size: 13.5px; font-weight: 700; line-height: 1.55; letter-spacing: -.018em;
}

/* ==================================================== 03. 4대 핵심 */
.key__head { display: grid; gap: 16px; margin-bottom: clamp(26px, 4vh, 48px); }
.key__tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(20px, 3vh, 32px); }
.key__tab {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px 11px 15px; border-radius: var(--r-pill);
  border: 0; background: var(--panel); box-shadow: var(--e1); cursor: pointer;
  font-family: var(--f-kr); font-size: 14.5px; font-weight: 700; color: var(--ink-2); letter-spacing: -.028em;
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease),
              box-shadow var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.key__tab i { font-family: var(--f-en); font-size: 12px; font-style: normal; font-weight: 700; color: var(--ink-3); }
.key__tab:hover { transform: translateY(-2px); box-shadow: var(--e2); color: var(--sig); }
.key__tab[aria-selected="true"] { background: var(--sig); color: #fff; box-shadow: var(--e-sig); }
.key__tab[aria-selected="true"] i { color: rgba(255,255,255,.7); }

.key__panel { display: grid; gap: clamp(24px, 3.6vw, 56px); align-items: center; }
@media (min-width: 900px) { .key__panel { grid-template-columns: 1.05fr .95fr; } }
.key__panel[hidden] { display: none; }
.key__t { margin-bottom: 16px; }
.key__claim {
  font-family: var(--f-kr); font-size: clamp(16.5px, 1.35vw, 21px); font-weight: 700;
  letter-spacing: -.03em; color: var(--sig); line-height: 1.5; margin-bottom: 22px;
  max-width: 34ch; text-wrap: balance;
}
.key__l { display: grid; gap: 13px; }
.key__l li {
  position: relative; padding-left: 26px;
  font-size: 15px; line-height: 1.72; color: var(--ink-2); max-width: 42ch; text-wrap: pretty;
}
.key__l li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 15px; height: 15px; border-radius: 50%;
  background: var(--sig-05);
  box-shadow: inset 0 0 0 1px var(--sig-12);
}
.key__l li::after {
  content: ""; position: absolute; left: 5px; top: calc(.55em + 5px);
  width: 5px; height: 5px; border-radius: 50%; background: var(--sig);
}
.key__art { position: relative; aspect-ratio: 1 / .88; display: grid; place-items: center; }
.key__card {
  position: relative; width: 100%; max-width: 400px;
  border-radius: var(--r-lg); background: var(--panel);
  box-shadow: var(--e3); padding: clamp(20px, 2.4vw, 30px);
  display: grid; gap: 14px;
}
.key__card figure { display: grid; gap: 12px; }
.key__cap { font-family: var(--f-en); font-size: 11.5px; font-weight: 700; color: var(--ink-3); letter-spacing: .02em; }
.viz { width: 100%; height: auto; }
.v-grid { stroke: var(--line); stroke-width: 1; fill: none; }
.v-axis { stroke: var(--ink-3); stroke-width: 1; fill: none; }
.v-dim  { fill: var(--line); }
.v-bar  { fill: var(--sig); }
.v-bar-ghost { fill: var(--line); }
.v-line { stroke: var(--sig); stroke-width: 2.5; fill: none; stroke-linecap: round; }
.v-dot  { fill: var(--sig); }
.v-soft { fill: var(--sig-05); }
.v-txt  { font-family: var(--f-en); font-size: 9px; font-weight: 700; fill: var(--ink-3); }
.v-rule { stroke: var(--line); stroke-width: 1; }

/* ==================================================== 04. 같은 등급, 다른 설계 */
.case__head { margin-bottom: clamp(18px, 2.6vh, 30px); }
.case__head .lead { margin-top: 12px; }
.case__grid { display: grid; gap: clamp(14px, 2vw, 24px); }
@media (min-width: 860px) { .case__grid { grid-template-columns: 1fr 1fr; } }
.case {
  position: relative; background: var(--panel); border-radius: var(--r-lg);
  box-shadow: var(--e2); padding: clamp(18px, 2.2vw, 28px);
  display: grid; gap: 13px; align-content: start;
}
.case--b { box-shadow: var(--e2), inset 0 0 0 1.5px var(--sig-12); }
.case__who { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.case__badge {
  padding: 6px 13px; border-radius: var(--r-pill);
  background: var(--bg-2); color: var(--ink-2);
  font-size: 12.5px; font-weight: 700; letter-spacing: -.016em;
}
.case__badge--sig { background: var(--sig); color: #fff; }
.case__t { font-family: var(--f-kr); font-size: clamp(18px, 1.5vw, 23px); font-weight: 800; letter-spacing: -.038em; color: var(--ink); line-height: 1.36; }
.case__rows { display: grid; }
.case__row { display: grid; gap: 3px; padding: 10px 0; border-top: 1px solid var(--line); }
.case__row:first-child { border-top: 0; padding-top: 0; }
@media (min-width: 460px) { .case__row { grid-template-columns: 92px 1fr; gap: 16px; align-items: baseline; } }
.case__k { font-size: 13px; font-weight: 600; color: var(--ink-3); letter-spacing: -.01em; }
.case__v { font-size: 14.5px; font-weight: 600; color: var(--ink); letter-spacing: -.02em; line-height: 1.6; text-wrap: pretty; }
.case__v em { font-style: normal; color: var(--sig); }
.case__same {
  display: block; text-align: center;
  padding: 13px 22px; border-radius: var(--r-pill); background: var(--panel);
  box-shadow: var(--e1);
  font-size: 14.5px; font-weight: 700; color: var(--ink-2); letter-spacing: -.022em;
  margin-bottom: clamp(14px, 2vw, 20px);
}
.case__same b { color: var(--sig); }

.guard {
  margin-top: clamp(14px, 2vw, 22px);
  display: grid; gap: 10px;
  padding: clamp(16px, 2vw, 24px); border-radius: var(--r-lg);
  background: var(--panel); box-shadow: var(--e1);
}
@media (min-width: 800px) { .guard { grid-template-columns: auto 1fr; gap: 26px; align-items: center; } }
.guard p { max-width: 52ch; font-size: 15px; line-height: 1.72; color: var(--ink-2); }
.note { margin-top: 11px; font-size: 12.5px; color: var(--ink-3); }

/* ==================================================== 05. 프로세스 */
.flow { padding: 0; min-height: 0; display: block; }
.flow__outer { position: relative; }
.flow__pin {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden;
  padding-top: calc(var(--nav-h) + clamp(24px, 5vh, 64px)); padding-bottom: clamp(32px, 6vh, 72px);
}
.flow__head { flex: none; margin-bottom: clamp(22px, 3.6vh, 44px); }
.flow__view { overflow: hidden; }
.flow__track { display: flex; gap: clamp(14px, 1.6vw, 22px); padding-inline: var(--gut); will-change: transform; }
.stn {
  position: relative; flex: none; width: min(390px, 80vw);
  background: var(--panel); border-radius: var(--r-lg); box-shadow: var(--e1);
  padding: clamp(22px, 2.4vw, 32px);
  display: grid; gap: 12px; align-content: start;
  transition: box-shadow var(--t-mid) var(--ease);
}
.stn:hover { box-shadow: var(--e3); }
.stn__n {
  font-family: var(--f-en); font-size: clamp(30px, 3.2vw, 46px); font-weight: 700;
  font-variation-settings: "wdth" 108; line-height: 1; color: var(--sig);
}
.stn__t { font-family: var(--f-kr); font-size: clamp(17px, 1.4vw, 22px); font-weight: 800; letter-spacing: -.036em; color: var(--ink); line-height: 1.42; }
.stn__l { display: grid; gap: 10px; margin-top: 2px; }
.stn__l li { position: relative; padding-left: 16px; font-size: 14px; line-height: 1.7; color: var(--ink-2); text-wrap: pretty; }
.stn__l li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--sig-12); }
.flow__rail { flex: none; margin-top: clamp(16px, 2.6vh, 30px); }
.flow__bar { position: relative; height: 3px; border-radius: 999px; background: var(--line); }
.flow__fill { position: absolute; inset: 0 auto 0 0; width: 0%; border-radius: 999px; background: var(--sig); }
.flow__caps { display: flex; justify-content: space-between; margin-top: 11px; font-size: 12.5px; color: var(--ink-3); }

/* ==================================================== 06. 상담 */
.end { text-align: center; }
.end__in { display: flex; flex-direction: column; align-items: center; gap: clamp(16px, 2.4vh, 28px); }
.end__sub { max-width: 34ch; font-size: clamp(15.5px, 1.2vw, 19px); color: var(--ink-2); text-wrap: balance; }
.end__cta { position: relative; margin-top: 8px; }
.end__cta::after {
  content: ""; position: absolute; inset: -10px; border-radius: var(--r-pill);
  border: 1.5px solid var(--sig-12); opacity: 0; pointer-events: none;
}
.end.is-on .end__cta::after { animation: ring 2.4s var(--ease) .5s 1 forwards; }
@keyframes ring {
  0%   { opacity: 1; transform: scale(1); }
  70%  { opacity: 0; transform: scale(1.14); }
  100% { opacity: 0; transform: scale(1.14); }
}
.end__pending { font-size: 13px; color: var(--ink-3); padding: 7px 15px; border-radius: var(--r-pill); background: var(--bg-2); }

.foot { border-top: 1px solid var(--line); padding: 34px 0 calc(34px + env(safe-area-inset-bottom, 0px)); font-size: 13.5px; color: var(--ink-3); line-height: 1.9; }
@media (max-width: 640px) { .foot { padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); } }
.foot__in { display: grid; gap: 5px; }
.foot b { color: var(--ink-2); font-weight: 600; }

/* ------------------------------------------------------------ 리빌 */
.js .rv { opacity: 0; transform: translateY(20px); }
.js .rv.is-on {
  opacity: 1; transform: none;
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);
  transition-delay: var(--d, 0ms);
}
.js .hero__line > span { transform: translateY(104%); }
.js .hero.is-on .hero__line > span { transform: none; transition: transform 1s var(--ease); }
.js .hero.is-on .hero__line:nth-of-type(2) > span { transition-delay: 80ms; }
.js .hero.is-on .hero__line:nth-of-type(3) > span { transition-delay: 160ms; }
.js .hero.is-on .hero__line:nth-of-type(4) > span { transition-delay: 240ms; }
.js .key__panel > * { opacity: 0; transform: translateY(16px); }
.js .key__panel.is-live > * { opacity: 1; transform: none; transition: opacity .55s var(--ease), transform .55s var(--ease); }
.js .key__panel.is-live > *:nth-child(2) { transition-delay: 90ms; }

/* ------------------------------------------------------ 모션 축소 */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: 120ms !important; }
  .js .rv, .js .hero__line > span, .js .key__panel > * { opacity: 1 !important; transform: none !important; }
  .flow__pin { min-height: 0 !important; overflow: visible !important; padding-block: clamp(56px, 8vh, 96px); }
  .flow__view { overflow: visible !important; }
  .flow__track { flex-direction: column !important; transform: none !important; padding-inline: 0; }
  .stn { width: auto !important; }
  .flow__rail { display: none; }
  .dock { opacity: 1 !important; transform: none !important; pointer-events: auto; }
  .orb { transform: none !important; }
}
