/* Readability correction: text and artwork never share the mobile hero area. */
.mmt-production .v3 a.pill,
.mmt-production .v3 a.nav-cta,
.mmt-production a.nav-cta {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background-color: #0066cc;
}
.mmt-production .v3 a.pill:hover,
.mmt-production .v3 a.nav-cta:hover,
.mmt-production a.nav-cta:hover {
  color: #fff;
  background-color: #005bb5;
}
.mmt-production .v3 a.pill.outline {
  color: #005bb5;
  -webkit-text-fill-color: #005bb5;
  background: transparent;
}
.mmt-production .v3 a.pill.dark { background: #102e43; }
.mmt-production .v3 a.text-link { color: #005bb5; }
.mmt-production .v3 .deep a.text-link,
.mmt-production .v3 .featured a.text-link { color: #a3d1ff; }
.mmt-production .home-hero .hero-sub { color: #45454d; }
.mmt-production .home-hero .hero-bottom { color: #51515b; }

@media (max-width: 900px) {
  .mmt-production .home-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    background: #f5f5f7;
  }
  .mmt-production .home-hero .hero-inner {
    position: relative;
    order: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 44px 22px 24px;
    text-align: center;
    background: #f5f5f7;
  }
  .mmt-production .home-hero .hero-image {
    position: relative;
    order: 2;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 1.65;
    object-fit: cover;
    object-position: 76% 58%;
    margin: 0;
    transform: none;
  }
  .mmt-production .home-hero .hero-wash { display: none; }
  .mmt-production .home-hero .page-eyebrow {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #51515b;
  }
  .mmt-production .home-hero h1 {
    max-width: none;
    margin: 0 0 22px;
    font-size: clamp(36px, 10vw, 52px);
    font-weight: 650;
    line-height: 1.22;
    letter-spacing: -.04em;
  }
  .mmt-production .home-hero .hero-sub {
    max-width: 32ch;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
  }
  .mmt-production .home-hero .hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin-top: 25px;
  }
  .mmt-production .home-hero .hero-actions .pill {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 500;
  }
  .mmt-production .home-hero .hero-actions .text-link { font-size: 17px; }
  .mmt-production .home-hero .hero-bottom {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.7;
  }
}
