.metro-hero {
  grid-template-columns: 1.1fr .9fr;
  gap: 6vw;
}

.metro-copy h1 {
  font-size: clamp(2.7rem, 4vw, 4.5rem);
}

.metro-copy h1 span {
  display: inline-block;
  white-space: nowrap;
}

.size-intro > p:last-child {
  max-width: 1100px;
}

.size-intro > p:last-child span {
  display: block;
  white-space: nowrap;
}

.size-board {
  min-height: 260px;
  align-items: center;
}

.size-b1 { width: 100px; height: 142px; }
.size-b0 { width: 180px; height: 127px; }
.size-b0b1 { width: 270px; height: 127px; }
.size-b02 { width: 360px; height: 127px; }

@media (max-width: 900px) {
  .size-intro > p:last-child span { white-space: normal; }
  .size-board { min-height: 240px; gap: 12px; }
  .size-b1 { width: 70px; height: 99px; }
  .size-b0 { width: 126px; height: 89px; }
  .size-b0b1 { width: 189px; height: 89px; }
  .size-b02 { width: 252px; height: 89px; }
}

@media (max-width: 620px) {
  .metro-copy h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .size-board {
    min-height: 350px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 18px 8px;
  }
  .poster-size { justify-self: center; }
  .size-b1 { width: 62px; height: 88px; }
  .size-b0 { width: 112px; height: 79px; }
  .size-b0b1 { width: 150px; height: 71px; }
  .size-b02 { width: 170px; height: 60px; }
}
