/* incident-response.css — page-specific overrides */
/* Base patterns live in main.v1.css. Only page-specific tweaks here. */

/* Slightly tighter card padding on the why-IR grid so 4 cards read evenly */
.section--raised .card-grid-3 {
  gap: 20px;
}

/* Ensure the dossier card stamp reads with the IR-READY label cleanly */
.hero-aside .dossier-card .dossier-stamp {
  letter-spacing: 1px;
}

/* Pipeline step time strap — keep monospace look consistent across browsers */
.pipeline-step-time {
  font-family: var(--font-mono);
  color: var(--fg-3);
}

/* Worlds grid — give the 2-up cards a touch more breathing room on the related section */
.worlds-grid .world-card {
  padding: 28px;
}

/* Section eyebrows sit neatly with the new emergency-response cadence */
.section-eyebrow {
  font-family: var(--font-mono);
  color: var(--fg-3);
}
