@media (max-width: 580px) {
  .mobile-poster-message {
    position: absolute;
    z-index: 4;
    top: 30px;
    left: 14px;
    display: grid;
    width: 168px;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,.55));
  }

  .mobile-poster-message > span {
    justify-self: stretch;
    padding: 7px 10px 5px;
    border: 1px solid #f5dd88;
    border-radius: 11px 11px 0 0;
    color: #080705;
    background: #e3bf63;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }

  .mobile-poster-message > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    align-items: center;
    gap: 3px;
    min-height: 48px;
    padding: 7px 8px;
    border-inline: 1px solid #e3bf63;
    background: rgba(255,255,255,.96);
  }

  .mobile-poster-message > div img {
    display: block;
    width: 100%;
    height: 30px;
    object-fit: contain;
  }

  .mobile-poster-message > div b {
    color: #111;
    font-size: 18px;
    text-align: center;
  }

  .mobile-poster-message > strong {
    padding: 9px 8px 8px;
    border: 1px solid #f1d77e;
    border-radius: 0 0 11px 11px;
    color: #ffe891;
    background: rgba(4,47,32,.94);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 2px 8px #000;
  }

  #top > .hero.shell {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 0 28px !important;
    overflow: hidden !important;
  }

  #top > .hero .hero-visual {
    position: relative !important;
    z-index: 1 !important;
    inset: auto !important;
    order: 1 !important;
    width: 100% !important;
    height: 410px !important;
    flex: 0 0 410px !important;
    margin: 0 !important;
    pointer-events: none;
  }

  #top > .hero .hero-visual figure {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 22px 22px 0 0 !important;
    box-shadow: none !important;
  }

  #top > .hero .hero-visual figure::after {
    border-radius: 22px 22px 0 0 !important;
    background:
      linear-gradient(180deg, rgba(5,5,4,.02) 0%, rgba(5,5,4,.05) 62%, rgba(5,5,4,.9) 100%),
      linear-gradient(90deg, rgba(5,5,4,.08) 0%, transparent 55%, rgba(5,5,4,.03) 100%) !important;
  }

  #top > .hero .hero-visual img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 22px 22px 0 0 !important;
    object-fit: cover !important;
    object-position: 68% center !important;
    filter: saturate(1.08) contrast(1.04) brightness(.94) !important;
  }

  #top > .hero .hero-copy {
    position: relative !important;
    z-index: 4 !important;
    order: 2 !important;
    max-width: none !important;
    padding: 0 14px !important;
    margin-top: -194px !important;
    background:
      linear-gradient(180deg, transparent 0, rgba(5,5,4,.18) 56px, rgba(5,5,4,.96) 118px, #050504 160px) !important;
  }

  #top > .hero .hero-brandline,
  #top > .hero .hero-copy > .eyebrow {
    display: none !important;
  }

  #top > .hero .hero-copy h1 {
    position: relative !important;
    z-index: 5 !important;
    width: 218px !important;
    max-width: 218px !important;
    margin: 0 0 42px !important;
    color: #fffaf0 !important;
    font-size: 29px !important;
    line-height: .94 !important;
    letter-spacing: -.045em !important;
    text-shadow: 0 3px 18px rgba(0,0,0,.95), 0 1px 4px #000 !important;
  }

  #top > .hero .hero-copy h1 em {
    color: #f0d278 !important;
  }
}

@media (min-width: 581px) {
  .mobile-poster-message {
    display: none !important;
  }
}
