.candidate-tag {
  bottom: 22%;
}

.station-card.station-winner {
  position: relative;
  border-color: #19a866;
  border-right: 4px solid #19a866;
  background: #f5fff9;
  box-shadow: 0 5px 18px rgba(17, 117, 70, .09);
}

.station-statuses {
  display: flex;
  align-items: center;
  gap: 6px;
}

.position {
  padding: 4px 7px;
  background: #edf0ed;
  color: #4e5b55;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.position-1 {
  color: #087142;
  background: #d9f4e5;
}

.crown {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #8b6515;
  background: #f7e8b9;
  border: 1px solid #e6c96d;
  font: 18px/1 Georgia, serif;
}

.hero-station-stats {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  direction: rtl;
}

.hero-station-stats > div {
  width: 175px;
  min-height: 76px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  column-gap: 9px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-right: 3px solid #19a866;
}

.hero-station-stats p {
  margin: 0;
  color: #a8b3ad;
  font-size: 10px;
  font-weight: 700;
}

.hero-station-stats strong {
  grid-column: 2;
  color: #f5f3ea;
  font: 800 21px Arial, sans-serif;
  direction: ltr;
  text-align: right;
}

.hero-station-stats strong b { font: inherit; }

.hero-stat-icon,
.hero-stat-rank {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: rgba(230, 183, 90, .14);
  color: #e6b75a;
  font: 800 17px Arial, sans-serif;
}

.hero-stat-rank {
  background: rgba(84, 212, 145, .12);
  color: #54d491;
}

@media (max-width: 620px) {
  .hero {
    height: 520px;
    min-height: 520px;
    padding: 92px 18px 18px;
    display: block;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    width: 100%;
  }

  .hero .eyebrow,
  .hero h1,
  .hero-sub,
  .focus-score {
    width: 55%;
    margin-left: auto;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.25;
  }

  .hero-sub {
    min-height: 38px;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.6;
  }

  .focus-score {
    min-height: 72px;
  }

  .focus-score strong {
    font-size: 38px;
  }

  .hero-station-stats {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }

  .hero-station-stats > div {
    flex: 1;
    width: auto;
    background: #101b17;
    border-color: rgba(84, 212, 145, .32);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
  }

  .portrait-wrap {
    top: 76px;
    bottom: auto;
    left: 0;
    width: 45%;
    height: 250px;
    z-index: 2;
    align-items: flex-end;
  }

  .portrait {
    width: 100%;
    height: 100%;
    margin-left: 0;
    object-position: bottom center;
  }

  .portrait-halo {
    width: 150px;
    bottom: 16px;
  }

  .candidate-tag {
    display: none;
  }
}

@media (max-width: 420px) {
  .station-statuses { gap: 4px; }
  .position, .status { padding: 4px 5px; font-size: 9px; }
  .hero-station-stats { gap: 6px; }
  .hero-station-stats > div { width: auto; padding: 9px; }
}
