/* V30.174 · collision fix for the annual stage title. */

@media (min-width: 701px) {
  #year-proof .year-head {
    top: 7% !important;
    width: min(560px, 42vw) !important;
  }

  #year-proof .year-head h2 {
    max-width: 560px !important;
    font-size: clamp(38px, 3.25vw, 54px) !important;
    line-height: .92 !important;
    letter-spacing: -.045em !important;
  }

  #year-proof .year-card.access .year-card-content,
  #year-proof .year-card.signature .year-card-content {
    top: 27% !important;
  }

  #year-proof .year-card.creator .year-card-content {
    top: 46% !important;
  }
}

@media (max-width: 1050px) and (min-width: 701px) {
  #year-proof .year-head {
    top: 7% !important;
    width: min(500px, 48vw) !important;
  }

  #year-proof .year-head h2 {
    max-width: 500px !important;
    font-size: clamp(34px, 3.8vw, 46px) !important;
  }

  #year-proof .year-card.access .year-card-content,
  #year-proof .year-card.signature .year-card-content {
    top: 29% !important;
  }

  #year-proof .year-card.creator .year-card-content {
    top: 48% !important;
  }
}
