/**
 * Impactiqa — careers.css
 * Careers panel page — culture, principles, roles, CTA.
 * Light lavender background (#e6e0ff).
 */

/* ── Panel variables ─────────────────────────────────────────────────────── */
:root {
  --panel-mute: rgba(10,10,10,.5);
  --panel-rule: rgba(10,10,10,.12);
}

/* ── Base ────────────────────────────────────────────────────────────────── */
html, body { height: 100%; }
body {
  background: var(--panel-bg, #e6e0ff);
  color: var(--panel-fg, #0a0a0a);
  overflow-x: hidden;
}
main {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

/* ── Hero ────────────────────────────────────────────────────────────────── */
.careers-hero {
  padding: 0 8vw 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── Mission strip ───────────────────────────────────────────────────────── */
.mission-strip {
  background: #0a0a0a;
  color: #f7f6f4;
  padding: 72px 8vw;
}
.mission-strip p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 700;
  max-width: 900px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

/* ── Section wrapper ─────────────────────────────────────────────────────── */
.careers-section {
  padding: 80px 8vw 0;
  border-top: 1px solid var(--panel-rule);
}
.careers-section-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 48px;
}

/* ── Principles ──────────────────────────────────────────────────────────── */
.career-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--panel-rule);
  margin-bottom: 2px;
}
.career-pillar {
  background: var(--panel-bg, #e6e0ff);
  padding: 40px 32px 48px;
  display: flex;
  flex-direction: column;
}
.pillar-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--panel-mute);
  margin-bottom: 20px;
}
.pillar-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.pillar-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--panel-mute);
}

/* ── Roles ───────────────────────────────────────────────────────────────── */
.roles-list {
  border-top: 1px solid var(--panel-rule);
  margin-bottom: 32px;
}
.role-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--panel-rule);
  gap: 16px;
}
.role-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.role-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.1;
}
.role-tags {
  display: flex;
  gap: 6px;
}
.role-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid var(--panel-rule);
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--panel-mute);
}
.role-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  color: var(--panel-mute);
  flex-shrink: 0;
}
.role-apply {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 1px;
  transition: opacity .2s;
}
.role-apply:hover {
  opacity: .5;
}
.roles-open-note {
  font-size: 14px;
  font-weight: 300;
  color: var(--panel-mute);
  line-height: 1.6;
}
.roles-open-note a {
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Application CTA ─────────────────────────────────────────────────────── */
.application-cta {
  background: #0a0a0a;
  color: #f7f6f4;
  padding: 80px 8vw;
  margin-top: 80px;
}
.application-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.05;
  margin-bottom: 20px;
}
.application-cta p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(247,246,244,.6);
  line-height: 1.6;
}
.application-cta a {
  color: #f7f6f4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Cross-sell strip ────────────────────────────────────────────────────── */
.careers-crosssell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 8vw 80px;
  border-top: 1px solid var(--panel-rule);
}
.careers-crosssell-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(24px, 2.8vw, 44px);
  font-weight: 700;
  letter-spacing: -.02em;
}
.careers-crosssell-btn {
  display: inline-flex;
  text-decoration: none;
  flex-shrink: 0;
}
.careers-crosssell-btn .vl {
  background: #0a0a0a;
  color: #f7f6f4;
  padding: 14px 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.careers-crosssell-btn .vi {
  background: #8338EC;
  color: #f7f6f4;
  padding: 14px 16px;
  font-size: 16px;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .career-pillars {
    grid-template-columns: 1fr;
  }
  .role-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .role-meta {
    gap: 16px;
  }
  .careers-crosssell {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .careers-hero,
  .careers-section { padding-left: 6vw; padding-right: 6vw; }
  .mission-strip { padding: 56px 6vw; }
  .application-cta { padding: 60px 6vw; }
  .careers-crosssell { padding: 48px 6vw 64px; }
}

/* ── Reduced motion ──────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .role-apply { transition: none; }
}
