/* ==========================================================================
   releases.css - pages/releases.html
   Figma frame "Releases & Deployment" 448:3583 (1920 x 8960).
   ========================================================================== */

/* This frame's hero band is green under a gradient rather than the usual blue. */
.hero--releases::before {
  background-image: url("../assets/shapes/releases-hero-band.svg");
}

/* Figma: the board shot is 1786 wide inside the 1748 container, so it bleeds
   very slightly; keep it capped rather than letting it run edge to edge. */
.deploy .bleed-figure {
  max-width: 1786px;
  margin-inline: auto;
}

.deploy .pill-row {
  margin-bottom: 0;
}
