/* ============================================================
   HOMEFORCE · wf.css
   Workforce Training program page
   Accent: --ember · Hero: dark ink · Tone: bold, forward
   ============================================================ */

/* ── Hero ───────────────────────────────────────────────────── */
#wf-hero {
  min-height: 100vh;
  background: var(--ink);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.wf-hero-texture {
  position: absolute;
  inset: 0;
  background: url('../assets/textures/texture_dark.jpg') center/600px;
  opacity: .055;
}
.wf-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.wf-hero-heading { color: #fff; margin-bottom: 24px; }
.wf-hero-heading em { font-style: italic; color: var(--ember); }
.wf-hero-sub { color: rgba(255,255,255,.45); max-width: 480px; margin-bottom: 36px; font-weight: 300; }
.wf-hero-stats {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.07);
  margin-top: 40px;
}

/* Outcomes card in hero */
.wf-outcomes-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-top: 3px solid var(--ember);
  padding: 28px 28px 24px;
}
.wf-outcomes-label {
  font-family: var(--fl);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 16px;
}
.wf-outcome-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.wf-outcome-row:last-child { border-bottom: none; }
.wf-outcome-num { font-family: var(--fd); font-size: 28px; color: var(--ember); line-height: 1; }
.wf-outcome-label { font-size: 12px; color: rgba(255,255,255,.4); text-align: right; max-width: 180px; line-height: 1.5; }

/* ── Tracks — concrete ───────────────────────────────────────── */
.wf-tracks-section { background: var(--concrete); }
.wf-tracks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.wf-track-card {
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.07);
  padding: 36px 30px 30px;
  position: relative;
  transition: transform var(--transition);
}
.wf-track-card:hover { transform: translateY(-4px); }
.wf-track-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--ember);
}
.wf-track-icon {
  width: 42px; height: 42px;
  background: rgba(237,150,72,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ember);
  margin-bottom: 18px;
}
.wf-track-title { font-family: var(--fd); font-size: 24px; color: #fff; margin-bottom: 10px; }
.wf-track-body { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,.44); margin-bottom: 22px; }
.wf-track-skills { border-top: 1px solid rgba(255,255,255,.07); padding-top: 18px; margin-bottom: 18px; }
.wf-track-skills-label {
  font-family: var(--fl);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 10px;
}
.wf-track-skill {
  font-size: 12.5px;
  color: rgba(255,255,255,.5);
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wf-track-skill svg { color: var(--ember); flex-shrink: 0; }
.wf-track-roles {
  font-size: 12px;
  color: rgba(255,255,255,.25);
  font-family: var(--fl);
  letter-spacing: .04em;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.wf-track-roles strong { color: rgba(255,255,255,.5); font-weight: 600; }

/* ── Process — steel ─────────────────────────────────────────── */
.wf-process-section { background: var(--steel); position: relative; overflow: hidden; }
.wf-process-texture {
  position: absolute;
  inset: 0;
  background: url('../assets/textures/texture_dark.jpg') center/500px;
  opacity: .07;
}
.wf-steps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  margin-top: 56px;
  position: relative;
  z-index: 1;
}
.wf-step {
  padding: 28px 22px;
  border-right: 1px solid rgba(255,255,255,.06);
  position: relative;
}
.wf-step:last-child { border-right: none; }
.wf-step-num {
  font-family: var(--fd);
  font-size: 40px;
  color: rgba(255,255,255,.08);
  line-height: 1;
  margin-bottom: 14px;
}
.wf-step-title {
  font-family: var(--fl);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.wf-step-body { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.65; }

/* ── Cohort strip ─────────────────────────────────────────────── */
.wf-cohort-strip {
  background: var(--ember);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.wf-cohort-texture {
  position: absolute;
  inset: 0;
  background: url('../assets/textures/texture_ember.jpg') center/400px;
  opacity: .12;
  mix-blend-mode: multiply;
}
.wf-cohort-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.wf-cohort-heading {
  font-family: var(--fd);
  font-size: clamp(26px, 2.8vw, 38px);
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 14px;
}
.wf-cohort-heading em { font-style: italic; }
.wf-cohort-body { color: rgba(20,20,20,.6); line-height: 1.7; margin-bottom: 24px; }
.wf-cohort-list { display: flex; flex-direction: column; gap: 8px; }
.wf-cohort-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(20,20,20,.08);
  border: 1px solid rgba(20,20,20,.1);
  padding: 13px 16px;
}
.wf-cohort-track { font-size: 13.5px; font-weight: 500; color: var(--ink); }
.wf-cohort-date {
  font-family: var(--fl);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(20,20,20,.5);
}
.wf-cohort-open {
  font-family: var(--fl);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(20,20,20,.12);
  color: rgba(20,20,20,.6);
  padding: 3px 10px;
}

/* ── Employer section — concrete ─────────────────────────────── */
.wf-employer-section { background: var(--concrete); }
.wf-employer-note {
  background: var(--mist);
  border-left: 3px solid var(--ember);
  padding: 20px 24px;
  margin-top: 36px;
  max-width: 600px;
}
.wf-employer-note p { font-size: 14px; color: var(--steel); line-height: 1.65; }
.wf-employer-note a { color: var(--ember); font-weight: 500; }

/* ── Portal CTA — dark ───────────────────────────────────────── */
.wf-portal-section { background: var(--ink); position: relative; overflow: hidden; }
.wf-portal-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/textures/texture_dark.jpg') center/500px;
  opacity: .05;
}
.wf-portal-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.wf-portal-left h2 { color: #fff; margin-bottom: 14px; }
.wf-portal-left h2 em { font-style: italic; color: var(--ember); }
.wf-portal-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.wf-portal-preview {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
}
.wf-portal-bar {
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}
.wf-portal-dots { display: flex; gap: 5px; }
.wf-portal-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.12); }
.wf-portal-url { font-family: var(--fl); font-size: 10px; color: rgba(255,255,255,.22); letter-spacing: .04em; }
.wf-portal-content { padding: 22px 20px; }
.wf-portal-cohort-label {
  font-family: var(--fl);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.22);
  margin-bottom: 12px;
}
.wf-portal-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: 12px;
}
.wf-portal-stat-row:last-child { border-bottom: none; }
.wf-portal-stat-label { color: rgba(255,255,255,.35); }
.wf-portal-stat-val { font-family: var(--fd); font-size: 16px; color: var(--ember); }

/* ── Apply — dark ────────────────────────────────────────────── */
.wf-apply-section { background: var(--ink); position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,.05); }
.wf-apply-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/textures/texture_dark.jpg') center/500px;
  opacity: .04;
}
.wf-apply-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.wf-apply-left h2 { color: #fff; margin-bottom: 16px; }
.wf-apply-left h2 em { font-style: italic; color: var(--ember); }
.wf-apply-sub { color: rgba(255,255,255,.4); font-weight: 300; margin-bottom: 28px; }
.wf-callout {
  background: rgba(237,150,72,.06);
  border: 1px solid rgba(237,150,72,.15);
  border-left: 3px solid var(--ember);
  padding: 18px 20px;
  margin-top: 28px;
}
.wf-callout p { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.65; }
.wf-callout strong { color: rgba(255,255,255,.75); font-weight: 600; }
.wf-form-section-label {
  font-family: var(--fl);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ember);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(237,150,72,.2);
  margin-top: 8px;
  margin-bottom: 4px;
}
.wf-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .wf-tracks-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .wf-hero-inner,
  .wf-cohort-inner,
  .wf-portal-inner,
  .wf-apply-inner { grid-template-columns: 1fr; gap: 48px; }
  .wf-steps-row { grid-template-columns: 1fr 1fr; }
  .wf-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); }
  .wf-step:last-child { border-bottom: none; }
  .wf-portal-preview { display: none; }
}
@media (max-width: 640px) {
  .wf-steps-row { grid-template-columns: 1fr; }
  .wf-form-row { grid-template-columns: 1fr; }
}
