/*
 * Module: header-image
 *
 * From TEMPLATE_interpreted.json:
 *   - Green placeholder rect 600×360 fill #8DC63F at y=0
 *   - Gold divider bar 600×22 fill #A27E2D at y=360 (full-width, sits flush)
 *
 * Annotation "header image always this size [image changes every week]"
 * (12pt Myriad Pro, y=170) confirms fixed-dimension hero, swapped per issue.
 *
 * The gold bar belongs to the header-image module as its closing
 * element — there is no spacer between hero and bar in the artboard.
 */

.fm-header-image {
  width: 100%;
}

.fm-header-image-cell {
  padding: 0;
  background: var(--fm-color-hero-green);
  height: var(--fm-hero-height);
  vertical-align: top;
}

.fm-header-image-cell img {
  display: block;
  width: var(--fm-width);
  height: var(--fm-hero-height);
  border: 0;
}

.fm-header-image-bar {
  width: 100%;
  height: var(--fm-gold-bar-height);
  background: var(--fm-color-gold);
  line-height: 1px;
  font-size: 1px;
}
