/* Working-copy proposal: calmer and more informative Event Production mobile view. */
@media (max-width: 760px) {
  body.events-production-mobile-proposal main .page-hero {
    height: 100dvh !important;
    min-height: 560px !important;
    max-height: 100dvh !important;
  }

  .events-production-mobile-proposal .page-hero__media {
    background-position: 42% center !important;
  }

  .events-production-mobile-proposal .page-hero__inner {
    padding-bottom: 2.55rem !important;
  }

  .events-production-mobile-proposal .page-hero__sub {
    display: none !important;
  }

  .events-production-mobile-proposal .page-hero__lines {
    display: flex !important;
    margin-top: 1.35rem !important;
    max-width: 22rem !important;
    gap: 0 !important;
  }

  .events-production-mobile-proposal .page-hero__lines span {
    font-size: 0.7rem !important;
    letter-spacing: 0.085em !important;
  }

  .events-production-mobile-proposal .event-work-block:first-of-type .event-work-block__media {
    aspect-ratio: 1.55 / 1 !important;
  }

  .events-production-mobile-proposal .event-work-block + .event-work-block {
    border-top: 0 !important;
  }

  .events-production-mobile-proposal .event-work-block:nth-of-type(2) .event-work-block__content > h3 {
    max-width: 20ch !important;
    font-size: 1.22rem !important;
  }
}
