/* ══════════════════════════════════════
   About — Page-Specific Styles
   ══════════════════════════════════════ */

/* ── HERO ── */
.hero { padding: 140px 0 80px; text-align: center; position: relative; overflow: hidden; background: var(--off); border-bottom: 1px solid var(--border); }
.hero-inner { max-width: 760px; margin: 0 auto; padding: 0 64px; position: relative; z-index: 1; }
.hero h1 { font-family: var(--f-head); font-size: 68px; font-weight: 400; letter-spacing: -0.03em; line-height: 1.06; margin-bottom: 22px; color: var(--dark); }
.hero h1 em { font-style: italic; text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 6px; text-decoration-thickness: 3px; }
.hero-lead { font-size: 17px; color: var(--text2); line-height: 1.8; margin: 0 auto 36px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 56px; }
.hero-bg-num { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: var(--f-head); font-size: 320px; font-weight: 400; color: rgba(0,0,0,0.028); white-space: nowrap; pointer-events: none; z-index: 0; line-height: 1; user-select: none; }

/* stat pills */
.stat-pills { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: nowrap; }
.stat-pill { display: flex; align-items: center; gap: 9px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 8px 20px 8px 8px; box-shadow: var(--sh); white-space: nowrap; }
.pill-icon { width: 26px; height: 26px; background: var(--lime); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pill-icon svg { width: 13px; height: 13px; }
.pill-val { font-family: var(--f-mono); font-size: 14px; font-weight: 500; color: var(--dark); }
.pill-label { font-size: 12px; color: var(--muted); }

/* ── MISSION ── */
.mission-section { padding: 96px 0; background: var(--surface); border-bottom: 1px solid var(--border); }
.mission-body { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.mission-left h2 { font-family: var(--f-head); font-size: 46px; font-weight: 400; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 24px; color: var(--dark); }
.mission-left h2 em { font-style: italic; text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 5px; }
.mission-left p { font-size: 16px; color: var(--text2); line-height: 1.85; margin-bottom: 16px; }
.mission-left p:last-child { margin-bottom: 0; }
.mission-right { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.belief-card { background: var(--off); padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; }
.belief-card:nth-child(1) { border-radius: var(--r-lg) 0 0 0; }
.belief-card:nth-child(2) { border-radius: 0 var(--r-lg) 0 0; }
.belief-card:nth-child(3) { border-radius: 0 0 0 var(--r-lg); }
.belief-card:nth-child(4) { border-radius: 0 0 var(--r-lg) 0; background: var(--dark); }
.belief-icon { width: 36px; height: 36px; background: var(--lime); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.belief-icon svg { width: 17px; height: 17px; }
.belief-title { font-family: var(--f-head); font-size: 17px; color: var(--dark); line-height: 1.3; }
.belief-card:nth-child(4) .belief-title { color: #fff; }
.belief-desc { font-size: 13px; color: var(--text2); line-height: 1.65; }
.belief-card:nth-child(4) .belief-desc { color: rgba(255,255,255,0.45); }

/* ── DARK STATS ── */
.dark-section { background: #0d0d0d; color: #fff; padding: 96px 0; position: relative; overflow: hidden; }
.dark-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 100% at 50% 50%, rgba(203,236,69,0.08) 0%, transparent 70%); }
.dark-section-inner { position: relative; z-index: 1; }
.dark-section h2 { font-family: var(--f-head); font-size: 40px; font-weight: 400; color: #fff; letter-spacing: -0.02em; margin-bottom: 12px; }
.dark-section h2 em { font-style: italic; color: var(--lime); }
.dark-section .sub { font-size: 16px; color: rgba(255,255,255,0.45); max-width: 520px; line-height: 1.7; margin-bottom: 56px; }
.dark-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--r-lg); overflow: hidden; }
.dark-stat { background: rgba(255,255,255,0.03); padding: 36px 32px; }
.dark-stat-num { font-family: var(--f-head); font-size: 48px; color: #fff; line-height: 1; margin-bottom: 8px; }
.dark-stat-num span { color: var(--lime); }
.dark-stat-label { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.5; }

/* ── VALUES ── */
.values-section { padding: 96px 0; background: var(--off); }
.values-header { margin-bottom: 56px; }
.values-header h2 { font-family: var(--f-head); font-size: 40px; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 12px; }
.values-header h2 em { font-style: italic; text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 4px; }
.values-header p { font-size: 16px; color: var(--text2); max-width: 520px; line-height: 1.7; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.val-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--sh); position: relative; overflow: hidden; transition: all 220ms var(--ease); }
.val-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.val-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--border); }
.val-card.accent::before { background: var(--lime); }
.val-num { font-family: var(--f-mono); font-size: 11px; font-weight: 500; color: var(--text3); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
.val-emoji { font-size: 28px; margin-bottom: 14px; display: block; }
.val-icon-wrap { width: 38px; height: 38px; background: var(--elevated); border: 1px solid var(--border); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.val-card.accent .val-icon-wrap { background: rgba(0,0,0,0.07); border-color: rgba(0,0,0,0.1); }
.val-icon-wrap svg { width: 18px; height: 18px; }
.val-title { font-family: var(--f-head); font-size: 20px; margin-bottom: 10px; }
.val-desc { font-size: 13px; color: var(--text2); line-height: 1.65; }

/* ── CAREERS ── */
.careers-section { padding: 80px 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.careers-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.careers-text h2 { font-family: var(--f-head); font-size: 38px; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 14px; }
.careers-text h2 em { font-style: italic; text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 4px; }
.careers-text p { font-size: 15px; color: var(--text2); line-height: 1.75; margin-bottom: 28px; }
.perks-list { display: flex; flex-direction: column; gap: 10px; }
.perk-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text2); }
.perk-dot { width: 18px; height: 18px; border-radius: 4px; background: var(--lime); display: flex; align-items: center; justify-content: center; font-size: 9px; flex-shrink: 0; }
.open-roles { display: flex; flex-direction: column; gap: 10px; }
.role-card { background: var(--off); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: all 180ms var(--ease); text-decoration: none; }
.role-card:hover { border-color: var(--lime); background: #fff; box-shadow: var(--sh); transform: translateX(4px); }
.role-title { font-family: var(--f-head); font-size: 16px; color: var(--dark); margin-bottom: 3px; }
.role-meta { display: flex; gap: 8px; align-items: center; }
.role-dept { font-family: var(--f-mono); font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.role-loc { font-size: 11px; color: var(--text3); }
.role-arrow { font-size: 14px; color: var(--muted); transition: transform 180ms; }
.role-card:hover .role-arrow { transform: translateX(4px); color: var(--dark); }

/* ── DARK CTA ── */
.cta-section { background: #0d0d0d; padding: 96px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(203,236,69,0.1) 0%, transparent 70%); }
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; padding: 0 32px; }
.cta-inner h2 { font-family: var(--f-head); font-size: 44px; font-weight: 400; color: #fff; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 16px; }
.cta-inner h2 em { font-style: italic; color: var(--lime); }
.cta-inner p { font-size: 16px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 40px; }
.cta-buttons { display: flex; align-items: center; justify-content: center; gap: 12px; }
.btn-lime-lg { font-size: 16px; font-weight: 600; color: #111; background: var(--lime); border: none; padding: 16px 36px; border-radius: var(--r); cursor: pointer; transition: all 180ms var(--ease); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-lime-lg:hover { background: var(--lime-dark); transform: translateY(-2px); box-shadow: 0 10px 30px var(--lime-glow); }
.btn-white-out { font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.7); background: transparent; border: 1.5px solid rgba(255,255,255,0.15); padding: 16px 32px; border-radius: var(--r); cursor: pointer; transition: all 180ms; text-decoration: none; }
.btn-white-out:hover { border-color: rgba(255,255,255,0.4); color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .mission-body, .careers-inner { grid-template-columns: 1fr; gap: 48px; }
  .dark-stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hero-inner { padding: 0 20px; }
  .hero h1 { font-size: 36px; }
  .hero { padding: 110px 0 64px; }
  .section, .values-section, .cta-section { padding: 64px 0; }
  .mission-section { padding: 64px 0; }
  .dark-stats-grid { grid-template-columns: 1fr; }
  .stat-pills { flex-wrap: wrap; justify-content: center; }
  .values-grid { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; }
  .mission-right { grid-template-columns: 1fr; }
  .belief-card:nth-child(1) { border-radius: var(--r-lg) var(--r-lg) 0 0; }
  .belief-card:nth-child(2) { border-radius: 0; }
  .belief-card:nth-child(3) { border-radius: 0; }
  .belief-card:nth-child(4) { border-radius: 0 0 var(--r-lg) var(--r-lg); }
}
