@charset "utf-8";
/* ==========================================================================
   industry.html — page-local additions to main.css.
   Loaded AFTER main.css. Token-only colours, no literals, no overrides of
   shared component rules beyond the scopes named here.
   ========================================================================== */

/* No-JS safety: .bars__fill is width:0 until main.js adds .is-filled, so
   without JS the bars would read empty. Mirrors the .no-js .reveal pattern. */
.no-js .bars__fill { width: var(--bar-w, 0%); }

/* Variety cards: two thinner, tighter bars per card (aria-hidden — the same
   figures are carried in the card's text line above them). */
.minibars .bars__head { font-size: 15px; margin-bottom: 6px; }
.minibars .bars__track { height: 10px; }
.minibars .bars__fill--land { background: var(--green-leaf); }

/* Closing pull-quote sits under a gold rule. */
.pullquote {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 4px solid var(--gold);
}
