/* ===================================================================
   WUAZEN 하위 페이지 — 이미지 적용 레이어 (2026-07-26)
   ★대표님 지시로 kie.ai 나노바나나로 직접 생성한 이미지를 각 페이지에 배치.
   홈(home.css)과 같은 처리: 이미지 한 장 + 글자 쪽을 눌러 주는 스크림.
   style.css 뒤에 로드된다.
   =================================================================== */

/* ── 페이지 히어로 이미지 ───────────────────────────────────── */
.page-hero { position: relative; overflow: hidden; }
.sub-hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.8; z-index: 0;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(13,27,42,0.96) 0%, rgba(13,27,42,0.88) 36%, rgba(13,27,42,0.46) 66%, rgba(13,27,42,0.16) 100%);
}
.page-hero-inner { position: relative; z-index: 2; }

/* 760px 링이 서브페이지 히어로에서 가로 스크롤 185px 유발 — 제거 */
.page-hero .hero-bg::after { display: none; }

@media (max-width: 899px) {
  .sub-hero-img { opacity: 0.5; }
  .page-hero::after { background: linear-gradient(180deg, rgba(13,27,42,0.92) 0%, rgba(13,27,42,0.86) 55%, rgba(13,27,42,0.92) 100%); }
  .page-hero { overflow-x: clip; }
}

/* ── 자동화 적용 예시 카드(이미지 + 설명) ───────────────────── */
.ex-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 30px); }
.ex-card {
  background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 520ms var(--ease-lux), box-shadow 520ms var(--ease-lux), border-color 220ms ease-out;
}
.ex-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 30px 60px -36px rgba(13,27,42,0.42); }
.ex-card img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: var(--navy); }
.ex-body { padding: clamp(22px, 2.4vw, 30px); }
.ex-tag {
  display: inline-block; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em;
  color: #8A6A20; border: 1px solid rgba(201,168,76,0.5); border-radius: 999px; padding: 4px 10px;
}
.ex-card h3 { margin-top: 14px; font-size: 1.1875rem; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; word-break: keep-all; }
.ex-card p { margin-top: 12px; font-size: 0.9375rem; line-height: 1.75; color: var(--text-muted); word-break: keep-all; }

@media (max-width: 899px) {
  .ex-grid { grid-template-columns: 1fr; }
}

/* ── 본문 삽입 이미지 ───────────────────────────────────────── */
.sub-figure { margin-top: clamp(34px, 4vw, 56px); }
.sub-figure img {
  display: block; width: 100%; border-radius: 10px; border: 1px solid var(--border-light);
}
.section-navy .sub-figure img { border-color: rgba(255,255,255,0.12); }
.sub-figure figcaption {
  margin-top: 14px; font-size: 0.8125rem; color: var(--text-muted); letter-spacing: 0.01em;
}
.section-navy .sub-figure figcaption { color: rgba(247,246,241,0.6); }

/* ===================================================================
   AI 오케스트레이션 조직도 (2026-07-26)
   출처: 서버(COO) 대외공개용 초안 — 고객 → 총괄 오케스트레이터 → 실행 5역할
        → 품질검증(QA) → 취합·납품. 민감정보(모델·서버·채널) 비공개 원칙 유지.
   =================================================================== */
.orch { margin-top: clamp(40px, 5vw, 64px); }
.orch-row { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(12px, 1.6vw, 20px); }
.orch-node {
  position: relative; text-align: center;
  border: 1px solid rgba(201,168,76,0.42); border-radius: 10px;
  background: rgba(255,255,255,0.035); padding: 18px 22px; min-width: 168px;
  transition: border-color 240ms ease-out, background 240ms ease-out, transform 420ms var(--ease-lux);
}
.orch-node:hover { border-color: var(--gold); background: rgba(201,168,76,0.1); transform: translateY(-3px); }
.orch-node .r { font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em; color: var(--gold); text-transform: uppercase; }
.orch-node .n { margin-top: 8px; font-size: 1.0625rem; font-weight: 800; color: var(--ivory); letter-spacing: -0.02em; word-break: keep-all; }
.orch-node .d { margin-top: 8px; font-size: 0.8125rem; line-height: 1.6; color: rgba(247,246,241,0.66); word-break: keep-all; }

.orch-node.lead { border-color: var(--gold); background: rgba(201,168,76,0.13); min-width: 300px; }
.orch-node.lead .n { font-size: 1.3125rem; }
.orch-node.client { min-width: 132px; border-style: dashed; }
.orch-node.qa { min-width: 300px; }
.orch-node.out { min-width: 360px; border-color: rgba(247,246,241,0.35); }

.orch-link { display: block; width: 1px; height: clamp(22px, 3vw, 34px); margin: 0 auto; background: rgba(201,168,76,0.5); }
.orch-link.fan { position: relative; height: clamp(26px, 3.4vw, 38px); }
.orch-link.fan::after {
  content: ''; position: absolute; left: 12%; right: 12%; bottom: 0; height: 1px; background: rgba(201,168,76,0.35);
}
.orch-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 18px); }
.orch-grid .orch-node { min-width: 0; padding: 18px 14px; }

.orch-flow { margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(10px, 1.4vw, 18px); }
.orch-flow div { padding-top: 16px; border-top: 1px solid rgba(201,168,76,0.3); }
.orch-flow b { display: block; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em; color: var(--gold); }
.orch-flow span { display: block; margin-top: 8px; font-size: 0.875rem; line-height: 1.6; color: rgba(247,246,241,0.78); word-break: keep-all; }

@media (max-width: 1023px) {
  .orch-grid { grid-template-columns: repeat(2, 1fr); }
  .orch-flow { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .orch-node.lead, .orch-node.qa, .orch-node.out { min-width: 0; width: 100%; }
}
@media (max-width: 599px) {
  .orch-grid { grid-template-columns: 1fr; }
  .orch-flow { grid-template-columns: 1fr; }
}

/* ===================================================================
   PARTNER NETWORK — 2×2 카드 그리드 (2026-08-04)
   구매 의심 1번 "1인 기업이 진짜 해낼 수 있나?" 를 없애는 독립 섹션.
   =================================================================== */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
  margin-top: clamp(32px, 4vw, 48px);
}
.partner-grid .card { margin: 0; }

@media (max-width: 768px) {
  .partner-grid { grid-template-columns: 1fr; }
}

/* ===================================================================
   CONTACT 페이지 — 연락처 카드 그리드 (2026-07-30)
   =================================================================== */
.contact-grid-wide { grid-template-columns: 1fr 1.2fr; gap: var(--sp-2xl); align-items: start; }
.contact-info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 20px 18px; border: 1px solid var(--border-light); border-radius: 10px;
  background: var(--white); transition: border-color var(--ease), box-shadow var(--ease-lux), transform var(--ease-lux);
  min-height: 44px;
}
.contact-card:hover { border-color: var(--gold); box-shadow: 0 20px 44px -30px rgba(201,168,76,0.4); transform: translateY(-2px); }
.contact-card-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-soft); color: var(--gold-ink);
}
.contact-card-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.contact-card-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; color: var(--text-muted); text-transform: uppercase; }
.contact-card-value { font-size: 0.9375rem; font-weight: 700; color: var(--navy); line-height: 1.4; word-break: keep-all; }
@media (max-width: 1023px) {
  .contact-grid-wide { grid-template-columns: 1fr; gap: var(--sp-xl); }
}
@media (max-width: 599px) {
  .contact-info-cards { grid-template-columns: 1fr; }
}

/* ===================================================================
   CONTACT 페이지 — 2차 전면 재구성 (2026-07-30)
   구조: 히어로(컴팩트) → 연락처(3 주요 + 3 보조) → 폼(네이비 + 프로세스)
   =================================================================== */

/* 히어로 컴팩트 */
.page-hero-compact { padding-top: calc(var(--header-h) + var(--sp-xl)); padding-bottom: var(--sp-xl); }

/* 연락처 섹션 */
.contact-methods { padding-top: clamp(48px,6vw,72px); padding-bottom: clamp(40px,5vw,56px); }

/* 3 주요 카드 */
.contact-primary-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(24px, 3vw, 36px);
  align-items: start;
}
.ccard-primary {
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  padding: clamp(28px, 3vw, 36px);
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  text-decoration: none;
  transition: border-color var(--ease), box-shadow var(--ease-lux), transform var(--ease-lux);
}
.ccard-primary:hover {
  border-color: var(--gold);
  box-shadow: 0 28px 64px -40px rgba(201,168,76,0.5);
  transform: translateY(-5px);
}
.ccard-primary-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-soft); color: var(--gold-ink);
}
.ccard-primary-label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em;
  color: var(--text-muted); text-transform: uppercase;
}
.ccard-primary-value {
  font-size: 1.125rem; font-weight: 800; color: var(--navy);
  line-height: 1.45; word-break: keep-all; letter-spacing: -0.01em;
}

/* 3 보조 인라인 */
.contact-secondary-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 3vw, 40px);
  padding: clamp(20px, 2.5vw, 28px) 0 0;
  border-top: 1px solid var(--border-light);
}
.cs-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.9375rem; font-weight: 600; color: var(--text-muted);
  text-decoration: none;
  transition: color var(--ease);
}
.cs-item:hover { color: var(--gold-ink); }
.cs-item svg { color: var(--gold-ink); flex-shrink: 0; }

/* 폼 섹션 — 네이비 배경 */
.contact-form-section { padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(56px, 7vw, 96px); }
.contact-form-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

/* 진행 프로세스 */
.contact-process { position: sticky; top: calc(var(--header-h) + 24px); }
.contact-process .section-title { margin-top: 8px; margin-bottom: clamp(28px, 3.5vw, 40px); }
.cp-steps { display: grid; gap: clamp(20px, 2.5vw, 28px); }
.cp-step { display: flex; gap: 16px; align-items: flex-start; }
.cp-num {
  flex-shrink: 0; font-size: 1.5rem; font-weight: 800; color: var(--gold);
  font-feature-settings: 'tnum'; line-height: 1;
}
.cp-body strong { display: block; font-size: 1.0625rem; font-weight: 700; color: var(--ivory); margin-bottom: 6px; }
.cp-body p { font-size: 0.9375rem; color: var(--text-light-dim); line-height: 1.65; }

/* 폼 카드 — 네이비 위 흰 카드 */
.contact-form-center { max-width: none; }
.contact-form-center .survey {
  background: var(--white);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.5);
}

@media (max-width: 1023px) {
  .contact-form-layout { grid-template-columns: 1fr; gap: var(--sp-xl); }
  .contact-process { position: static; }
  .contact-primary-row { grid-template-columns: 1fr; }
}
@media (max-width: 599px) {
  .contact-secondary-row { flex-direction: column; align-items: center; gap: 16px; }
  .ccard-primary { padding: 22px 20px; }
  .ccard-primary-value { font-size: 1rem; }
  .contact-form-center .survey { padding: 24px 16px; }
}

/* ===================================================================
   WUAZEN 3단 트랙 — 계단 구조 (2026-08-05)
   입문(클로드 앱) → 실전(클로드코드 CLI) → 구축(클로드코드 심화)
   도구가 경계선, 완주가 다음 단계 진입 자격.
   =================================================================== */
.track-stair-wrap { margin-top: clamp(32px, 4vw, 52px); position: relative; }
.track-stair {
  --track-count: 3;
  display: grid; grid-template-columns: repeat(var(--track-count), 1fr);
  gap: clamp(12px, 1.6vw, 20px); align-items: stretch;
}
.track-card {
  position: relative; padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 32px);
  background: var(--white); border: 1px solid var(--border-light); border-radius: 12px;
  min-width: 0;
  display: flex; flex-direction: column;
  transition: transform 420ms var(--ease-lux), box-shadow 420ms var(--ease-lux), border-color 240ms ease-out;
}
.track-card > *:last-child { margin-top: auto !important; }
.track-card .track-items:last-child { margin-top: auto !important; }
.track-card .track-link:last-child { margin-top: auto !important; }
.track-card::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px;
  background: var(--gold); border-radius: 0 0 2px 2px;
}
.track-card:hover {
  border-color: var(--gold); box-shadow: 0 28px 64px -40px rgba(201,168,76,0.45);
  transform: translateY(-4px);
}
.track-card:nth-child(1) { margin-bottom: 0; }
.track-card:nth-child(2) { margin-bottom: 0; }
.track-card:nth-child(3) { margin-bottom: 0; }

.track-level {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em;
  color: var(--gold-ink); text-transform: uppercase;
}
.track-level::before { content: ''; display: block; width: 24px; height: 2px; background: var(--gold); }
.track-weeks {
  display: block; margin-top: 10px;
  font-size: 0.875rem; font-weight: 700; color: var(--navy);
  letter-spacing: -0.01em;
}
.track-card h3 {
  margin-top: 14px; font-size: 1.375rem; font-weight: 800; color: var(--navy);
  letter-spacing: -0.02em; word-break: keep-all;
}
.track-tool {
  margin-top: 6px; font-size: 0.9375rem; font-weight: 600; color: var(--gold-ink);
  letter-spacing: -0.01em;
}
.track-divider { margin: clamp(18px, 2vw, 24px) 0; height: 1px; background: var(--border-light); }
.track-items { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.track-items li {
  font-size: 0.9375rem; line-height: 1.6; color: var(--text-muted); word-break: keep-all;
  padding-left: 18px; position: relative;
}
.track-items li::before {
  content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px;
  border-radius: 50%; background: var(--gold);
}

.track-key {
  margin-top: clamp(28px, 3.5vw, 40px);
  padding: clamp(20px, 2.5vw, 28px) clamp(24px, 3vw, 32px);
  border-left: 3px solid var(--gold); background: rgba(201,168,76,0.06);
  border-radius: 0 8px 8px 0;
}
.track-key p { font-size: 0.9375rem; line-height: 1.75; color: var(--navy); font-weight: 500; word-break: keep-all; }
.track-key p + p { margin-top: 8px; }

/* ── STEP 라벨 + 난이도 + 완주 결과 (2026-08-06 개정) ── */
.track-card-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px;
}
.track-step-badge {
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em;
  color: var(--gold-ink); padding: 5px 14px;
  border: 1px solid rgba(201,168,76,0.45); border-radius: 999px;
  background: rgba(201,168,76,0.1);
}
.track-difficulty { display: inline-flex; gap: 5px; align-items: center; }
.track-difficulty i {
  display: block; width: 8px; height: 8px; border-radius: 50%;
  background: rgba(201,168,76,0.2);
}
.track-difficulty i:nth-child(1) { background: var(--gold); }
.track-difficulty[data-level="2"] i:nth-child(2) { background: var(--gold); }
.track-difficulty[data-level="3"] i:nth-child(2),
.track-difficulty[data-level="3"] i:nth-child(3) { background: var(--gold); }

.track-outcome {
  margin-top: clamp(18px, 2vw, 24px); padding: clamp(14px, 1.8vw, 18px) clamp(16px, 2vw, 20px);
  background: rgba(201,168,76,0.07); border-radius: 8px;
  border-left: 3px solid var(--gold);
}
.track-outcome-label {
  font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em;
  color: var(--gold-ink); text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
}
.track-outcome-label::after {
  content: '→'; font-size: 0.875rem; color: var(--gold);
}
.track-outcome p {
  margin-top: 6px; font-size: 0.9375rem; font-weight: 600; color: var(--navy);
  line-height: 1.5; word-break: keep-all;
}

/* 난이도 올라갈수록 시각적 무게 증가 */
.track-card[data-step="STEP 2"] {
  border-color: rgba(201,168,76,0.25);
  box-shadow: 0 4px 20px -12px rgba(201,168,76,0.2);
}
.track-card[data-step="STEP 3"] {
  border-color: rgba(201,168,76,0.45);
  border-width: 1.5px;
  background: linear-gradient(180deg, var(--white) 0%, rgba(201,168,76,0.06) 100%);
  box-shadow: 0 8px 32px -14px rgba(201,168,76,0.3);
}
.track-card[data-step="STEP 3"] .track-step-badge {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

/* PC — 카드 사이 화살표 (완주 → 다음 단계 진입) */
@media (min-width: 900px) {
  .track-card:not(:last-child)::before {
    content: '→'; position: absolute; right: -32px; top: 50%;
    transform: translateY(-50%); font-size: 1.5rem; font-weight: 700;
    color: var(--gold); opacity: 0.9; z-index: 5;
    width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;
    background: var(--ivory); border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.35);
  }
}

@media (max-width: 899px) {
  .track-stair { grid-template-columns: 1fr; gap: 16px; }
  .track-card:nth-child(1), .track-card:nth-child(2) { margin-bottom: 0; }
  .track-card { padding: 24px 20px; }
  .track-stair-wrap { overflow-x: hidden; }
  .track-level { margin-bottom: 8px; }
  .track-platform-grid { margin-top: 4px; }
}

/* ── 입문과정 플랫폼 칩 (2026-08-06) ── */
.track-platform-grid {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.track-platform-chip {
  display: inline-flex; align-items: center;
  font-size: 0.875rem; font-weight: 700; color: var(--navy);
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.4); background: rgba(201,168,76,0.06);
  letter-spacing: -0.01em; word-break: keep-all;
  transition: border-color 200ms ease-out, background 200ms ease-out;
}
.track-applied {
  margin-top: 14px; font-size: 0.875rem; line-height: 1.65;
  color: var(--text-muted); word-break: keep-all;
}
.track-applied strong { color: var(--gold-ink); font-weight: 700; }

/* ex-grid 2열 (커뮤니티 섹션) — 인라인 style 대신 클래스로 제어 */
.ex-grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 899px) { .ex-grid-2 { grid-template-columns: 1fr; } }

/* ===================================================================
   EDUCATION 페이지 감량 리디자인 (2026-08-06)
   "더하지 말고 빼라" — 상자 28→15, 틀 다변화, 여백 강약, 계조 추가
   =================================================================== */

/* ── 섹션 여백 강약 ── */
.section.section-lg { padding-top: clamp(80px, 10vw, 144px) !important; padding-bottom: clamp(80px, 10vw, 144px) !important; }
.section.section-md { padding-top: clamp(56px, 7vw, 96px) !important; padding-bottom: clamp(56px, 7vw, 96px) !important; }
.section.section-sm { padding-top: clamp(40px, 5vw, 64px) !important; padding-bottom: clamp(40px, 5vw, 64px) !important; }

/* ── 배경 계조 — 더 짙은 잉크 ── */
.section-ink { background: #060F18; }
.section-ink .eyebrow { color: var(--gold); }
.section-ink .section-title { color: var(--ivory); }
.section-ink .section-lead { color: rgba(247,246,241,0.65); }

/* ── 트랙 카드 감량: 불필요 요소 제거 ── */
.track-difficulty { display: none !important; }
.track-level { display: none !important; }
.track-tool { display: none !important; }
.track-divider { display: none !important; }
.track-applied { display: none !important; }
.track-key { display: none !important; }
.track-outcome { display: none !important; }
.track-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: clamp(20px, 2.5vw, 28px);
  font-size: 0.9375rem; font-weight: 700; color: var(--gold-ink);
  text-decoration: none; letter-spacing: -0.01em;
  transition: gap 200ms ease-out, color 200ms ease-out;
}
.track-link:hover { gap: 10px; color: var(--gold); }

/* ── 토대-기둥 SVG (2026-08-06 복구) ── */
.foundation-svg-wrap { width: 100%; }
.foundation-svg { width: 100%; height: auto; display: block; }

/* 트랙 카드 여백 조정 */
.track-card { padding: clamp(24px, 2.8vw, 36px) clamp(22px, 2.5vw, 30px); }
.track-card-top { margin-bottom: 14px; }
.track-card h3 { margin-top: 0; }
.track-weeks { margin-top: 6px; }
.track-platform-grid { margin-top: 18px; }
.track-items { margin-top: 18px; }

/* ── "어디서 시작하나" — 전면 밴드 (다크 잉크) ── */
.foundation-band {
  display: flex; flex-direction: column; gap: clamp(32px, 4vw, 48px);
  margin-top: clamp(28px, 4vw, 44px);
}
.foundation-statement h3 {
  font-size: clamp(1.375rem, 2.2vw, 1.875rem); font-weight: 800; color: var(--ivory);
  letter-spacing: -0.02em; word-break: keep-all; line-height: 1.4;
}
.foundation-statement p {
  margin-top: 16px; font-size: 0.9375rem; line-height: 1.75;
  color: rgba(247,246,241,0.6); word-break: keep-all;
}
.foundation-pillars { display: flex; flex-direction: column; gap: 10px; }
.foundation-pillar {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 20px;
  border: 1px solid rgba(201,168,76,0.18); border-radius: 8px;
  background: rgba(255,255,255,0.022);
}
.foundation-pillar-name {
  font-size: 1rem; font-weight: 700; color: var(--ivory);
}
.foundation-pillar-desc {
  font-size: 0.8125rem; color: rgba(247,246,241,0.42); margin-left: auto;
}
.foundation-base {
  margin-top: 14px; padding: 14px 24px;
  background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3); border-radius: 8px;
  text-align: center;
}
.foundation-base strong { font-size: 1.0625rem; font-weight: 800; color: var(--gold); }
.foundation-base span { font-size: 0.8125rem; color: rgba(247,246,241,0.42); margin-left: 8px; }

@media (max-width: 899px) {
  .foundation-band { grid-template-columns: 1fr; gap: 24px; }
}

/* ── "완주 이후" — Storyline vertical ── */
.community-story { margin-top: clamp(20px, 2.5vw, 32px); }
.community-story-lead {
  font-size: 1.0625rem; line-height: 1.7; color: rgba(247,246,241,0.7);
  max-width: 640px; word-break: keep-all;
}
.community-story-items {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(28px, 3.5vw, 40px);
}
.community-story-item {
  padding: 20px 24px; border: 1px solid rgba(201,168,76,0.18); border-radius: 8px;
  background: rgba(255,255,255,0.022);
}
.community-item-tag {
  font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em; color: var(--gold);
}
.community-story-item h4 {
  margin-top: 6px; font-size: 1.0625rem; font-weight: 700; color: var(--ivory);
}
.community-story-item p {
  margin-top: 6px; font-size: 0.875rem; line-height: 1.6;
  color: rgba(247,246,241,0.52); word-break: keep-all;
}

@media (max-width: 899px) {
  .community-story-items { grid-template-columns: 1fr; gap: 16px; }
}

/* ── "이미 하고 있습니다" — 가로 통계 행 ── */
.stat-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px);
  margin-top: clamp(28px, 4vw, 44px); margin-bottom: 28px;
}
.stat-item { text-align: center; }
.stat-num {
  font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: var(--navy);
  letter-spacing: -0.02em; line-height: 1;
}
.stat-num .unit { font-size: 0.5em; color: var(--gold-ink); font-weight: 700; }
.stat-label {
  margin-top: 10px; font-size: 0.875rem; font-weight: 600; color: var(--text-muted);
  line-height: 1.5; word-break: keep-all;
}
.stat-context {
  max-width: 680px; margin: 0 auto;
  font-size: 0.8125rem; line-height: 1.7; color: var(--text-muted); word-break: keep-all;
}
.stat-context strong { color: var(--navy); }

@media (max-width: 768px) {
  .stat-row { grid-template-columns: 1fr; gap: 24px; }
}

/* ===================================================================
   EDUCATION 재설계 — subpage_premium 기준 적용 (2026-08-06)
   §1 형태 다변화 · §2 여백 3등급 · §3 밀도 상한
   =================================================================== */

/* ── Storyline (vertical) — 아이보리 배경용 ── */
.section-ivory .community-story-lead { color: var(--text-muted); }
.section-ivory .community-story-item {
  background: var(--white);
  border-color: var(--border-light);
  transition: border-color 240ms ease-out, box-shadow 420ms var(--ease-lux), transform 420ms var(--ease-lux);
}
.section-ivory .community-story-item:hover {
  border-color: var(--gold);
  box-shadow: 0 20px 48px -32px rgba(201,168,76,0.35);
  transform: translateY(-3px);
}
.section-ivory .community-story-item h4 { color: var(--navy); }
.section-ivory .community-story-item p { color: var(--text-muted); }

/* ── Outcome metric band — 잉크 배경용 ── */
.stat-band {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 56px);
}
.section-ink .stat-num {
  font-size: clamp(2.75rem, 5vw, 4rem); color: var(--gold);
  letter-spacing: -0.03em; line-height: 1;
}
.section-ink .stat-num .unit { color: rgba(201,168,76,0.6); font-size: 0.38em; font-weight: 700; }
.section-ink .stat-label {
  margin-top: 14px; color: rgba(247,246,241,0.55);
  font-size: 0.9375rem; font-weight: 500; line-height: 1.5; word-break: keep-all;
}
.section-ink .stat-context {
  max-width: 680px; margin: clamp(32px, 4vw, 48px) auto 0;
  font-size: 0.9375rem; line-height: 1.75; color: rgba(247,246,241,0.8); word-break: keep-all;
}
.section-ink .stat-context strong { color: rgba(247,246,241,0.95); }

@media (max-width: 768px) {
  .stat-band { grid-template-columns: 1fr; gap: 36px; text-align: center; }
}

/* ── Storyline title ── */
.community-story-title {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem); font-weight: 800; color: var(--ivory);
  letter-spacing: -0.02em; word-break: keep-all; line-height: 1.4;
}

/* ── Outcome metric band — ivory 배경 ── */
.section-ivory .stat-band .stat-num { font-size: clamp(2.75rem, 5vw, 4rem); }
.section-ivory .stat-band .stat-num .unit { font-size: 0.38em; }
.section-ivory .stat-band .stat-label { margin-top: 14px; font-size: 0.9375rem; font-weight: 500; }
.section-ivory .stat-band + .stat-context { max-width: 680px; margin: clamp(32px, 4vw, 48px) auto 0; }

/* ── Ivory 배경 보정 ── */
.section-ivory .community-story-title { color: var(--navy); }
.section-ivory .community-item-tag { color: var(--gold-ink); }


/* ===================================================================
   교육 페이지 골격 재설계 (2026-08-06, 지산03 직접)
   문제: 네 섹션이 전부 「금색 선 → 제목 → 설명 → 상자들」 이라 스크롤해도 같은 리듬이었다.
        상자 수·여백 수치는 기준에 맞췄는데 대표님 평가는 "레이아웃 똑같은데?" 였다.
   → 형태를 바꾼다는 것은 **제목의 자리와 유무부터 바꾸는 것**이다.
      ① 트랙   : 제목을 왼쪽에 붙박이로 세우고 단계는 오른쪽에서 흐른다
      ② 토대   : 제목 아래 도식이 폭을 꽉 채운다 (좌우 분할 폐기 — 도식이 주인공)
      ③ 커뮤니티: 섹션 제목을 없애고 큰 문장으로 시작한다
   =================================================================== */

/* ① 트랙 — 좌측 붙박이 제목 + 우측 단계 */
.track-layout {
  display: grid;
  grid-template-columns: minmax(200px, 250px) 1fr;
  gap: clamp(28px, 3.2vw, 52px);
  align-items: start;
}
/* ★제목 열을 320px 로 잡았더니 카드가 224px 로 눌려 한글이 '주차 다 / 름' 으로 갈렸다.
   제목은 두 줄이면 충분하다 — 폭은 카드에 준다. */
.track-aside { position: sticky; top: 120px; margin-bottom: 0; }
.track-aside .section-title { margin-top: 14px; }
.track-aside .section-lead { margin-top: 18px; max-width: none; }
.track-layout .track-stair-wrap { margin-top: 0; }

/* 카드 안: 마지막 요소를 바닥으로 밀지 않는다 — 카드마다 중간이 비어 보이던 원인 */
.track-card > *:last-child,
.track-card .track-items:last-child,
.track-card .track-link:last-child { margin-top: 0 !important; }
.track-card .track-link { margin-top: clamp(18px, 2.2vw, 26px) !important; }
.track-card { justify-content: flex-start; }

/* ② 토대 — 도식이 폭 전체 */
.foundation-full { margin-top: clamp(24px, 3vw, 40px); }
.foundation-full .foundation-svg-wrap { width: 100%; max-width: 980px; margin: 0 auto; }
.foundation-full .foundation-svg { width: 100%; height: auto; display: block; }
.foundation-note {
  margin: clamp(26px, 3vw, 40px) auto 0; max-width: 720px; text-align: center;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem); line-height: 1.75;
  color: rgba(247, 246, 241, 0.72); word-break: keep-all;
}
.foundation-note strong { color: var(--gold); font-weight: 700; }

/* ③ 커뮤니티 — 섹션 제목 없이 큰 문장으로 시작 */
.community-headline {
  font-size: clamp(1.75rem, 3.2vw, 2.625rem); font-weight: 700; line-height: 1.28;
  letter-spacing: -0.02em; color: var(--navy); margin: 0 0 clamp(20px, 2.4vw, 30px);
  word-break: keep-all;
}
.community-story-lead { max-width: 760px; }

@media (max-width: 1023px) {
  .track-layout { grid-template-columns: 1fr; gap: clamp(28px, 4vw, 40px); }
  .track-aside { position: static; }
  .track-aside .section-title br { display: none; }
}

/* 카드가 좁아졌을 때 안에서 깨지지 않게 */
.track-card h3 { word-break: keep-all; }
.track-card .track-weeks { word-break: keep-all; }
.track-platform-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.track-platform-chip { white-space: nowrap; }
.track-items li { word-break: keep-all; }


/* ── 입문 상세: 「그 다음」을 가로 흐름으로 (2026-08-07) ──
   전: 영문라벨 → 제목 → 설명 → 카드 4장  = 앞 섹션과 같은 틀이라 스크롤이 단조로웠다.
   후: 문장 한 줄 + 번호 붙은 가로 흐름. 클로드 앱(토대)에서 넷이 뻗어 나가는 것이 형태로 읽힌다. */
.next-lead {
  max-width: 720px; margin: 0 0 clamp(28px, 3.2vw, 44px);
  font-size: clamp(1rem, 1.4vw, 1.1875rem); line-height: 1.75;
  color: var(--text-muted); word-break: keep-all;
}
.next-lead strong { color: var(--navy); font-weight: 700; }
.next-grid { position: relative; }
.next-card { position: relative; }
.next-card::after {
  content: ''; position: absolute; top: 50%; right: -12px; width: 12px; height: 1px;
  background: rgba(201,168,76,0.45);
}
.next-card:last-child::after { display: none; }
@media (max-width: 767px) {
  .next-card::after { display: none; }
}

/* ===================================================================
   service-education.html — 요약층 재설계 (2026-08-07)
   §1 형태: Split → Workflow strip → Metric band → Minimal split
   §2 여백: lg / md / md / sm
   §4 도식: 두 문 수렴 SVG
   =================================================================== */
.section-tint { background: rgba(201,168,76,0.04); }

/* Split left/right */
.svc-split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 5vw, 72px); align-items: center; }
.svc-split-text .section-title { margin-top: 14px; }
.svc-split-text .section-lead { margin-top: 18px; }
.svc-split-text p:not(.section-lead):not(.eyebrow) { margin-top: 14px; font-size: 0.9375rem; line-height: 1.75; color: var(--text-muted); word-break: keep-all; }

/* SVG diagram */
.svc-diagram-wrap { width: 100%; }
.svc-diagram { width: 100%; height: auto; display: block; max-width: 440px; margin: 0 auto; }

/* Workflow strip */
.svc-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); margin-top: clamp(32px, 4vw, 48px); }
.svc-flow-step { position: relative; padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px); border: 1px solid rgba(201,168,76,0.22); border-radius: 12px; background: rgba(255,255,255,0.025); }
.svc-flow-step:not(:last-child)::after { content: '→'; position: absolute; right: -18px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.25rem; font-weight: 700; z-index: 5; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; background: #060F18; border-radius: 50%; border: 1px solid rgba(201,168,76,0.3); }
.svc-flow-label { font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em; color: var(--gold); }
.svc-flow-title { margin-top: 10px; font-size: 1.1875rem; font-weight: 800; color: var(--ivory); letter-spacing: -0.02em; word-break: keep-all; }
.svc-flow-desc { margin-top: 14px; font-size: 0.875rem; line-height: 1.65; color: rgba(247,246,241,0.58); word-break: keep-all; }

/* Metric band */
.svc-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); margin-top: clamp(28px, 4vw, 44px); }
.svc-metric { text-align: center; }
.svc-metric-num { font-size: clamp(2.5rem, 4.5vw, 3.5rem); font-weight: 800; color: var(--navy); letter-spacing: -0.03em; line-height: 1; }
.svc-metric-num .unit { font-size: 0.36em; color: var(--gold-ink); font-weight: 700; }
.svc-metric-label { margin-top: 12px; font-size: 0.9375rem; font-weight: 600; color: var(--text-muted); line-height: 1.5; word-break: keep-all; }

/* Metric band — ink 배경 보정 (2026-08-07) */
.section-ink .svc-metric-num { color: var(--gold); }
.section-ink .svc-metric-num .unit { color: rgba(201,168,76,0.6); }
.section-ink .svc-metric-label { color: rgba(247,246,241,0.55); }
.svc-metric-context {
  max-width: 680px; margin: clamp(32px, 4vw, 48px) auto 0;
  font-size: 0.9375rem; line-height: 1.75; color: var(--text-muted); word-break: keep-all;
  text-align: center;
}
.section-ink .svc-metric-context { color: rgba(247,246,241,0.7); }

/* Community minimal */
.svc-community { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 56px); margin-top: clamp(20px, 2.5vw, 32px); }
.svc-community-item .svc-tag { display: inline-block; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em; color: #8A6A20; margin-bottom: 8px; }
.svc-community-item h3 { font-size: 1.125rem; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.svc-community-item p { margin-top: 10px; font-size: 0.9375rem; line-height: 1.7; color: var(--text-muted); word-break: keep-all; }

@media (max-width: 899px) {
  .svc-split { grid-template-columns: 1fr; gap: 36px; }
  .svc-flow { grid-template-columns: 1fr; gap: 16px; }
  .svc-flow-step:not(:last-child)::after { display: none; }
  .svc-metrics { grid-template-columns: 1fr; gap: 32px; }
  .svc-community { grid-template-columns: 1fr; gap: 24px; }
}

/* ===================================================================
   CONTACT 페이지 — 폼 감량 & 타임라인 도식 (2026-08-18)
   §3 밀도: 상자 32→12 이하. §4 도식: 타임라인 시각화.
   =================================================================== */

/* ── 폼 셀렉트 드롭다운 (Q1, Q2) ── */
.q-select {
  width: 100%; padding: 14px 44px 14px 18px;
  border: 1px solid var(--border-light); border-radius: 10px;
  background: var(--white); color: var(--navy);
  font-size: 0.9375rem; font-weight: 600; font-family: inherit;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238A6A20' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 18px center;
  cursor: pointer;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.q-select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.15); outline: none; }
.q-select:invalid:not(:disabled) { color: var(--text-muted); }

/* ── 컴팩트 필 (Q3) ── */
.opt-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.opt-pills .pill {
  display: inline-flex; align-items: center;
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid var(--border-light); background: var(--white);
  font-size: 0.875rem; font-weight: 600; color: var(--text-muted);
  cursor: pointer; transition: all 200ms ease-out;
  white-space: nowrap;
}
.opt-pills .pill input { display: none; }
.opt-pills .pill:hover { border-color: rgba(201,168,76,0.5); }
.opt-pills .pill:has(input:checked) {
  border-color: var(--gold); background: rgba(201,168,76,0.1); color: var(--navy);
}

/* ── 컴팩트 세그먼트 (Q4) ── */
.opt-inline { display: flex; flex-wrap: wrap; gap: 12px; }
.opt-inline .seg {
  display: inline-flex; align-items: center;
  padding: 12px 22px; border-radius: 10px;
  border: 1px solid var(--border-light); background: var(--white);
  font-size: 0.9375rem; font-weight: 600; color: var(--text-muted);
  cursor: pointer; transition: all 200ms ease-out;
  white-space: nowrap;
}
.opt-inline .seg input { display: none; }
.opt-inline .seg:hover { border-color: rgba(201,168,76,0.5); }
.opt-inline .seg:has(input:checked) {
  border-color: var(--gold); background: rgba(201,168,76,0.1); color: var(--navy);
  font-weight: 700;
}

/* ── 타임라인 도식 (프로세스 시각화) ── */
.cp-timeline { position: relative; margin-top: clamp(28px, 3.5vw, 40px); }
.cp-timeline::before {
  content: ''; position: absolute; left: 23px; top: 24px; bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(201,168,76,0.5) 0%, rgba(201,168,76,0.15) 100%);
}
.cp-tl-item {
  display: flex; gap: 20px; align-items: flex-start;
  position: relative; margin-bottom: clamp(24px, 3vw, 32px);
}
.cp-tl-item:last-child { margin-bottom: 0; }
.cp-tl-node {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #0D1B2A; border: 2px solid var(--gold);
  font-size: 0.9375rem; font-weight: 800; color: var(--gold);
  z-index: 1; position: relative;
  font-feature-settings: 'tnum';
}
.cp-tl-body { padding-top: 2px; }
.cp-tl-body strong {
  display: block; font-size: 1.0625rem; font-weight: 700;
  color: var(--ivory); margin-bottom: 6px; letter-spacing: -0.01em;
}
.cp-tl-body p {
  font-size: 0.9375rem; color: var(--text-light-dim);
  line-height: 1.65; word-break: keep-all;
}

@media (max-width: 599px) {
  .cp-tl-node { width: 40px; height: 40px; font-size: 0.8125rem; }
  .cp-timeline::before { left: 19px; }
  .opt-pills .pill { padding: 8px 14px; font-size: 0.8125rem; }
  .opt-inline .seg { padding: 10px 16px; font-size: 0.875rem; }
}

/* ===================================================================
   SERVICES 페이지 — 3대 서비스 순환 도식 + 스토리라인 (2026-08-19)
   §1 형태: Storyline (vertical) + cycle diagram
   §2 여백: section-lg (emphasis)
   §4 도식: 구축→유지보수→교육 순환 SVG
   =================================================================== */

/* 순환 도식 */
.svc-cycle-wrap { margin: clamp(32px, 4vw, 48px) auto 0; max-width: 640px; width: 100%; }
.svc-cycle { width: 100%; height: auto; display: block; }

/* 스토리라인 (vertical) */
.svc-storyline { margin-top: clamp(40px, 5vw, 64px); display: grid; gap: clamp(28px, 3.5vw, 48px); }
.svc-story-item {
  display: grid; grid-template-columns: 64px 1fr; gap: clamp(20px, 2.5vw, 32px);
  align-items: start;
  padding-bottom: clamp(28px, 3.5vw, 48px);
  border-bottom: 1px solid var(--border-light);
}
.svc-story-item:last-child { border-bottom: none; padding-bottom: 0; }
.svc-story-num {
  font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 800; color: var(--gold-ink);
  letter-spacing: -0.02em; line-height: 1; font-feature-settings: 'tnum';
}
.svc-story-body h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 800; color: var(--navy);
  letter-spacing: -0.02em; word-break: keep-all;
}
.svc-story-body p {
  margin-top: 12px; font-size: 0.9375rem; line-height: 1.75; color: var(--text-muted); word-break: keep-all;
}
.svc-story-body .ticks { margin-top: 16px; }
.svc-story-body .text-link { display: inline-block; margin-top: 16px; }

@media (max-width: 599px) {
  .svc-story-item { grid-template-columns: 1fr; gap: 8px; }
  .svc-story-num { font-size: 1.25rem; }
  .svc-cycle-wrap { max-width: 320px; }
}

/* ===================================================================
   ABOUT 페이지 — 타임라인 도식 + 형태 다변화 (2026-08-19)
   §1 형태: Storyline(timeline) → Split → Quote → Trust cascade
   §2 여백: section-lg / section-md / section-sm / section-md
   §4 도식: 연혁 타임라인
   =================================================================== */

/* ── 연혁 타임라인 ── */
.about-timeline {
  margin-top: clamp(40px, 5vw, 64px);
  position: relative;
  padding: clamp(32px, 4vw, 48px) 0;
}
.about-tl-track {
  position: absolute; left: 8%; right: 8%; top: 50%;
  height: 2px;
  background: linear-gradient(90deg,
    rgba(201,168,76,0.1) 0%,
    rgba(201,168,76,0.5) 30%,
    rgba(201,168,76,0.5) 70%,
    rgba(201,168,76,0.1) 100%);
}
.about-tl-items {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 32px);
  position: relative;
}
.about-tl-item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; position: relative;
}
.about-tl-year {
  font-size: clamp(1rem, 1.6vw, 1.375rem); font-weight: 800;
  color: var(--gold-ink); letter-spacing: -0.01em;
  margin-bottom: clamp(20px, 2.5vw, 32px);
  font-feature-settings: 'tnum';
}
.about-tl-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,168,76,0.15), 0 0 0 8px rgba(201,168,76,0.06);
  position: relative; z-index: 1;
  flex-shrink: 0;
}
.about-tl-label {
  margin-top: clamp(20px, 2.5vw, 32px);
  font-size: 0.9375rem; line-height: 1.65;
  color: var(--text-muted); word-break: keep-all;
  max-width: 200px;
}
.about-tl-label strong { color: var(--navy); font-weight: 700; display: block; margin-bottom: 4px; }

@media (max-width: 899px) {
  .about-tl-track { display: none; }
  .about-tl-items { grid-template-columns: 1fr; gap: 0; }
  .about-tl-item {
    flex-direction: row; align-items: flex-start; text-align: left;
    gap: 20px; padding: 20px 0;
    border-left: 2px solid rgba(201,168,76,0.2);
    padding-left: 24px; margin-left: 8px;
  }
  .about-tl-year { margin-bottom: 0; min-width: 72px; }
  .about-tl-dot {
    position: absolute; left: -9px; top: 24px;
    width: 16px; height: 16px;
    background: var(--ivory);
    border: 3px solid var(--gold);
    box-shadow: none;
  }
  .about-tl-label { margin-top: 0; }
}

/* ── 비즈니스 모델 Split ── */
.about-split {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 5vw, 72px); align-items: center;
  margin-top: clamp(32px, 4vw, 48px);
}
.about-split-text p:not(.section-lead):not(.eyebrow) {
  margin-top: 16px; font-size: 0.9375rem; line-height: 1.75;
  color: rgba(247,246,241,0.6); word-break: keep-all;
}
.about-doors { display: grid; gap: clamp(16px, 2vw, 24px); }
.about-door {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(201,168,76,0.22); border-radius: 12px;
  background: rgba(255,255,255,0.025);
  transition: border-color 240ms ease-out, background 240ms ease-out;
}
.about-door:hover {
  border-color: var(--gold); background: rgba(201,168,76,0.08);
}
.about-door-label {
  font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em;
  color: var(--gold); text-transform: uppercase;
}
.about-door h3 {
  margin-top: 10px; font-size: 1.1875rem; font-weight: 800;
  color: var(--ivory); letter-spacing: -0.02em; word-break: keep-all;
}
.about-door p {
  margin-top: 10px; font-size: 0.9375rem; line-height: 1.65;
  color: rgba(247,246,241,0.58); word-break: keep-all;
}
.about-door-note {
  margin-top: 16px; text-align: center;
  font-size: 0.8125rem; color: rgba(247,246,241,0.35);
  word-break: keep-all;
}

@media (max-width: 899px) {
  .about-split { grid-template-columns: 1fr; gap: 36px; }
}

/* ── 대표 소개 Quote ── */
.about-quote {
  max-width: 760px; margin: 0 auto;
}
.about-quote-mark {
  font-size: 3.5rem; font-weight: 800; color: var(--gold);
  line-height: 0.6; opacity: 0.35;
  font-family: Georgia, serif;
}
.about-quote-body {
  margin-top: 16px;
  font-size: clamp(1.125rem, 1.8vw, 1.375rem); line-height: 1.7;
  color: var(--navy); font-weight: 500; word-break: keep-all;
}
.about-quote-author {
  margin-top: 28px; display: flex; align-items: center; gap: 12px;
}
.about-quote-author strong {
  font-size: 1.0625rem; font-weight: 800; color: var(--navy);
}
.about-quote-author span {
  font-size: 0.875rem; color: var(--text-muted);
}
.about-quote-bio {
  margin-top: 24px; padding-top: 24px;
  border-top: 1px solid var(--border-light);
  font-size: 0.9375rem; line-height: 1.75; color: var(--text-muted);
  word-break: keep-all;
}
