/* ============================================================
   recrutement.css — chasseur de têtes métal
   Built on styles.css + ia-pages.css tokens.
   ============================================================ */

.recru-hero { background: var(--bg); }

/* =============== Pourquoi moi (diff) =============== */
.pourquoi-recru { background: var(--paper); }
.diff__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.diff {
  background: var(--bg);
  padding: 36px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: background .25s ease;
}
.diff:hover { background: var(--paper); }
.diff__num {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--red); font-weight: 700;
}
.diff h3 {
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.diff p { color: var(--ink-3); font-size: 14.5px; line-height: 1.55; }
.diff strong { color: var(--ink); font-weight: 700; }
@media (max-width: 1100px) { .diff__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px)  { .diff__grid { grid-template-columns: 1fr; } }

/* =============== Dual entry =============== */
.dual-entry { background: var(--bg); }
.dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.dual__card {
  display: flex; flex-direction: column; gap: 16px;
  padding: clamp(36px, 4vw, 56px);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 280px;
}
.dual__card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,0.12); }
.dual__card--ent {
  background: var(--ink);
  color: #fff;
}
.dual__card--cand {
  background: var(--red-tint);
  border: 1px solid rgba(242,53,53,0.2);
}
.dual__tag {
  align-self: flex-start;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
}
.dual__card--ent .dual__tag { background: var(--red); color: #fff; }
.dual__card--cand .dual__tag { background: var(--red); color: #fff; }
.dual__tag--light { background: rgba(255,255,255,0.15); color: #fff; }
.dual__card h3 {
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.015em;
}
.dual__card--ent h3 { color: #fff; }
.dual__card p {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.55;
  color: var(--ink-3);
  max-width: 42ch;
}
.dual__card--ent p { color: rgba(255,255,255,0.78); }
.dual__cta {
  margin-top: auto;
  font-family: var(--f-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--red);
}
.dual__card--ent .dual__cta { color: var(--red); }
@media (max-width: 800px) { .dual { grid-template-columns: 1fr; } }

/* =============== Side bands (ent / cand) =============== */
.ent-side { background: var(--bg); }
.cand-side { background: var(--ink); color: #fff; }
.cand-side h2 { color: #fff; }
.cand-side .outline { -webkit-text-stroke: 3px #fff; }
.cand-side .section__intro { color: rgba(255,255,255,0.75); }
.cand-side .section__intro em { color: #fff; }

.ent-side__band, .cand-side__band {
  margin-bottom: 32px;
}
.ent-side__band .dual__tag,
.cand-side__band .dual__tag {
  display: inline-block;
  background: var(--red); color: #fff;
}

/* =============== Ent process (reuse ia phase__steps look) =============== */
.ent-process {
  list-style: none; padding: 0; margin: 0 0 clamp(48px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.ent-process li {
  background: var(--bg);
  padding: 32px 28px;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: start;
}
.ent-process__step {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red); font-weight: 700;
  padding-top: 3px;
}
.ent-process strong {
  display: block;
  font-size: clamp(18px, 1.5vw, 22px);
  letter-spacing: -0.005em;
  margin-bottom: 6px;
}
.ent-process p {
  grid-column: 2;
  font-size: 14.5px; line-height: 1.55; color: var(--ink-3);
}
.ent-process em { font-style: italic; color: var(--ink-2); }
@media (max-width: 900px) {
  .ent-process { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .ent-process li { grid-template-columns: 1fr; gap: 8px; }
  .ent-process p { grid-column: 1; }
}

/* =============== Postes =============== */
.postes { margin-bottom: clamp(48px, 5vw, 72px); }
.postes__title {
  font-size: clamp(24px, 2.4vw, 36px);
  margin-bottom: 28px;
  letter-spacing: -0.015em;
}
.postes__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.postes__grid li {
  background: var(--bg);
  padding: 24px 22px;
  display: flex; flex-direction: column; gap: 8px;
  min-height: 120px;
}
.postes__grid strong {
  font-size: 16px;
  letter-spacing: -0.005em;
  line-height: 1.15;
}
.postes__grid em {
  font-style: normal;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--mute);
  line-height: 1.4;
}
@media (max-width: 1100px) { .postes__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px)  { .postes__grid { grid-template-columns: 1fr; } }

/* =============== Ent why =============== */
.ent-why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: clamp(40px, 4vw, 56px);
}
.ent-why__card {
  padding: 28px 24px;
  background: var(--paper);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; gap: 12px;
}
.ent-why__num {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--ink); color: #fff;
  font-family: var(--f-mono); font-size: 13px; font-weight: 700;
}
.ent-why__card h4 {
  font-size: 16px; line-height: 1.2;
  text-transform: none; letter-spacing: -0.005em;
  color: var(--ink);
}
.ent-why__card p { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); }
@media (max-width: 1000px) { .ent-why { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px)  { .ent-why { grid-template-columns: 1fr; } }

.ent-side__cta, .cand-side__cta {
  display: flex; flex-wrap: wrap; gap: 14px;
}

/* =============== Cand bullets =============== */
.cand-bullets {
  list-style: none; padding: 0; margin: 0 0 clamp(48px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.cand-bullets li {
  background: var(--ink);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.cand-bullets__num {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--red); font-weight: 700;
}
.cand-bullets h3 {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: #fff;
}
.cand-bullets p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.72); }
.cand-bullets em { color: #fff; font-style: italic; }
@media (max-width: 1000px) { .cand-bullets { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px)  { .cand-bullets { grid-template-columns: 1fr; } }

/* =============== Ideal (candidat) =============== */
.ideal {
  margin-bottom: clamp(40px, 4vw, 56px);
}
.ideal__title {
  font-size: clamp(24px, 2.4vw, 36px);
  margin-bottom: 28px;
  color: #fff;
  letter-spacing: -0.015em;
}
.ideal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ideal__grid article {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.ideal__tag {
  display: inline-block;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--red); font-weight: 600;
  margin-bottom: 18px;
}
.ideal__grid ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 10px;
}
.ideal__grid li {
  padding: 10px 0 10px 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14.5px; line-height: 1.45;
  color: rgba(255,255,255,0.8);
  position: relative;
}
.ideal__grid li::before {
  content: "→";
  position: absolute; left: 0; top: 10px;
  color: var(--red); font-weight: 700;
}
.ideal__grid li:last-child { border-bottom: 1px solid rgba(255,255,255,0.1); }
.ideal__grid em { color: #fff; font-style: italic; }
@media (max-width: 800px) { .ideal__grid { grid-template-columns: 1fr; } }

/* =============== Éthique =============== */
.ethique { background: var(--paper); }
.ethique__list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ethique__list li {
  background: var(--bg);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.ethique__num {
  font-family: var(--f-display, "Archivo Black", sans-serif);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  color: var(--red);
  -webkit-text-stroke: 2px var(--red);
  color: transparent;
}
.ethique__list h3 {
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.ethique__list p { color: var(--ink-3); font-size: 14.5px; line-height: 1.55; }
.ethique__list em { color: var(--ink-2); font-style: italic; }
@media (max-width: 900px) { .ethique__list { grid-template-columns: 1fr; } }

/* =============== Contact recru =============== */
.contact-recru { background: var(--bg); }
.role-toggle {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin: 0 0 4px;
  display: flex; flex-wrap: wrap; gap: 18px; align-items: center;
}
.role-toggle legend {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3);
  padding: 0 6px;
}
.role-toggle label {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; cursor: pointer;
  font-weight: 600;
}
.role-toggle input { accent-color: var(--red); width: 16px; height: 16px; }
