/* ══════════════════════════════════════════
   about.css — 팀 스토리 페이지 전용 스타일
══════════════════════════════════════════ */

/* ── Hero ── */
.s-about-hero {
  padding: 148px 0 100px;
  position: relative;
  overflow: hidden;
}
.about-hero-inner { max-width: 780px; }
.about-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 28px;
}
.about-hero-eyebrow::after {
  content: ''; display: block;
  width: 40px; height: 1px;
  background: var(--accent); opacity: .6;
}
.about-hero-h1 {
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 800; line-height: 1.1; letter-spacing: -.04em;
  margin-bottom: 28px;
}
.about-hero-h1 em { font-style: normal; color: var(--accent); }
.about-hero-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.95; color: var(--text-2); max-width: 640px;
}

/* ── 인질극 섹션 ── */
.s-hostage {
  padding: 96px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hostage-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 20px;
}
.hostage-h2 {
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 800; line-height: 1.2; letter-spacing: -.03em;
  margin-bottom: 18px; max-width: 700px;
}
.hostage-sub {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.9; color: var(--text-2); max-width: 620px; margin-bottom: 56px;
}
.hostage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hostage-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  transition: border-color .3s, background .3s;
}
.hostage-card:hover {
  border-color: rgba(255, 60, 60, 0.35);
  background: rgba(255, 60, 60, 0.04);
}
.hc-icon {
  font-size: 28px; margin-bottom: 16px;
  display: block;
}
.hc-title {
  font-size: 15px; font-weight: 700;
  color: var(--text); margin-bottom: 10px; line-height: 1.4;
}
.hc-desc {
  font-size: 13px; line-height: 1.75; color: var(--text-2);
}
.hc-quote {
  display: block;
  margin-top: 14px;
  font-size: 12px; font-style: italic; color: var(--text-3);
  padding-left: 12px;
  border-left: 2px solid rgba(255,60,60,0.4);
}

/* ── 창업 스토리 타임라인 ── */
.s-story {
  padding: 100px 0;
}
.story-intro-wrap { max-width: 680px; margin-bottom: 72px; }
.story-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 20px;
}
.story-h2 {
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 800; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 18px;
}
.story-sub {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.95; color: var(--text-2);
}

.timeline {
  position: relative;
  padding-left: 32px;
  max-width: 760px;
}
.timeline::before {
  content: '';
  position: absolute; left: 0; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, rgba(158,255,0,.15) 100%);
}
.tl-item {
  position: relative;
  padding: 0 0 52px 36px;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -7px; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--accent);
  box-shadow: 0 0 12px rgba(158,255,0,0.4);
}
.tl-year {
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px;
}
.tl-heading {
  font-size: 18px; font-weight: 700; line-height: 1.35;
  letter-spacing: -.02em; margin-bottom: 10px;
}
.tl-body {
  font-size: 14px; line-height: 1.85; color: var(--text-2);
}
.tl-body strong { color: var(--text); font-weight: 600; }

/* ── 팀원 섹션 ── */
.s-team {
  padding: 96px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}
.team-intro-wrap { max-width: 680px; margin-bottom: 64px; }
.team-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 20px;
}
.team-h2 {
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 800; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 16px;
}
.team-sub {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.9; color: var(--text-2);
}

/* 호칭 배지 */
.dolpha-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent-dim);
  border: 1px solid rgba(158,255,0,0.22);
  border-radius: 99px;
  padding: 6px 14px 6px 8px;
  font-size: 12px; font-weight: 700; color: var(--accent);
  margin-top: 12px;
}
.dolpha-badge-icon {
  width: 20px; height: 20px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* 5번째 카드 — 가운데 정렬 */
.team-grid .member-card:nth-child(4) { grid-column: 1; }
.team-grid .member-card:nth-child(5) { grid-column: 2; }

.member-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 28px;
  transition: border-color .35s, transform .35s var(--ease-expo), box-shadow .35s;
}
.member-card:hover {
  border-color: rgba(158,255,0,0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.22);
}
.member-top {
  display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
}
.member-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  border: 2px solid var(--border-2);
}
.member-avatar svg { display: block; width: 52px; height: 52px; }
.member-name-wrap {}
.member-name {
  font-size: 16px; font-weight: 700; letter-spacing: -.02em;
  line-height: 1.2; margin-bottom: 3px;
}
.member-role {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent);
}
.member-scar {
  font-size: 13px; line-height: 1.8; color: var(--text-2);
  margin-bottom: 18px;
}
.member-scar strong { color: var(--text); font-weight: 600; }
.member-quote {
  font-size: 13px; line-height: 1.75; font-style: italic;
  color: var(--text-3);
  padding: 14px 16px;
  background: var(--surface-2);
  border-left: 2px solid var(--accent);
  border-radius: 0 8px 8px 0;
}
.member-tags {
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px;
}
.member-tag {
  font-size: 11px; font-weight: 600; color: var(--text-3);
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: 6px; padding: 3px 8px;
}

/* ── 약속 섹션 ── */
.s-pledge {
  padding: 100px 0;
}
.pledge-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.pledge-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 24px;
}
.pledge-h2 {
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 800; line-height: 1.2; letter-spacing: -.03em;
  margin-bottom: 20px;
}
.pledge-h2 em { font-style: normal; color: var(--accent); }
.pledge-sub {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.95; color: var(--text-2); margin-bottom: 56px;
}
.pledge-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; text-align: left; margin-bottom: 56px;
}
.pledge-item {
  display: flex; gap: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px; padding: 24px 20px;
}
.pledge-num {
  font-size: 13px; font-weight: 800;
  color: var(--accent); flex-shrink: 0;
  width: 28px; padding-top: 1px;
}
.pledge-text-wrap {}
.pledge-title {
  font-size: 15px; font-weight: 700; margin-bottom: 6px; line-height: 1.35;
}
.pledge-desc {
  font-size: 13px; line-height: 1.75; color: var(--text-2);
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .hostage-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid .member-card:nth-child(4) { grid-column: auto; }
  .team-grid .member-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 640px) {
  .s-about-hero { padding: 120px 0 72px; }
  .s-hostage, .s-story, .s-team, .s-pledge { padding: 72px 0; }
  .hostage-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .pledge-list { grid-template-columns: 1fr; }
  .timeline { padding-left: 24px; }
  .tl-item { padding-left: 28px; }
}
