@media (min-width: 1181px) {
  .mchmc.mchmc--active .mchmc__media {
    --mchmc-x: 0px;
    --mchmc-y: 0px;
    --mchmc-rx: 0deg;
    --mchmc-ry: 0deg;
    position: relative !important;
    isolation: isolate;
    overflow: hidden !important;
    background-image: none !important;
    min-height: clamp(670px, 75vh, 940px);
  }

  .mchmc__visual,
  .mchmc__shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .mchmc__visual {
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(var(--mchmc-x), var(--mchmc-y), 0) scale(1.045);
    transition: transform 500ms cubic-bezier(.2,.75,.25,1);
    will-change: transform;
  }

  .mchmc__shade {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.57) 48%, rgba(0,0,0,.16) 83%, rgba(0,0,0,.10) 100%),
      linear-gradient(0deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,0) 48%);
  }

  .mchmc__identity {
    position: absolute;
    z-index: 3;
    left: clamp(38px, 5vw, 98px);
    right: clamp(30px, 5vw, 90px);
    bottom: clamp(35px, 6vh, 84px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    pointer-events: none;
    text-align: left;
    text-shadow: 0 2px 20px rgba(0,0,0,.34);
  }

  .mchmc.mchmc--active .mchmc__identity .mchmc__eyebrow,
  .mchmc.mchmc--active .mchmc__identity .mchmc__tagline,
  .mchmc.mchmc--active .mchmc__identity .mchmc__support {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    text-align: left !important;
    text-transform: none;
  }

  .mchmc__brand3d {
    display: grid;
    place-items: center;
    width: clamp(155px, 13vw, 230px);
    min-height: clamp(92px, 8vw, 135px);
    margin-bottom: 28px;
    padding: 18px 22px;
    border: 1px solid rgba(246,160,0,.9);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(10,10,10,.96), rgba(28,20,10,.9));
    box-shadow: 0 22px 50px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
    transform: perspective(800px) rotateX(var(--mchmc-rx)) rotateY(var(--mchmc-ry));
    transition: transform 500ms cubic-bezier(.2,.75,.25,1);
  }

  .mchmc__brand3d img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 92px;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.5));
  }

  .mchmc.mchmc--active .mchmc__identity .mchmc__eyebrow {
    color: #f6a000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(12px, .9vw, 16px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
  }

  .mchmc.mchmc--active .mchmc__identity .mchmc__tagline {
    display: block !important;
    max-width: 760px !important;
    margin-top: 20px !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: clamp(48px, 4.8vw, 82px) !important;
    font-weight: 400 !important;
    line-height: .96 !important;
    letter-spacing: -.045em !important;
    text-wrap: balance;
  }

  .mchmc.mchmc--active .mchmc__identity .mchmc__support {
    display: block !important;
    max-width: 660px !important;
    margin-top: 24px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(16px, 1.25vw, 23px) !important;
    font-weight: 500 !important;
    line-height: 1.42 !important;
    letter-spacing: normal !important;
  }

  .mchmc__origin {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    width: auto !important;
    max-width: 100%;
    margin: clamp(24px, 4vh, 46px) 0 0 !important;
    padding: 0 !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    font: 800 14px/1.1 Arial, Helvetica, sans-serif !important;
    letter-spacing: .06em;
    text-shadow: 0 2px 14px rgba(0,0,0,.5);
  }

  .mchmc__origin small,
  .mchmc__origin strong,
  .mchmc__origin b {
    display: block;
    color: inherit;
  }

  .mchmc__origin small { font-size: 10px; letter-spacing: .14em; }
  .mchmc__origin strong { margin-top: 2px; font-size: 18px; }
  .mchmc__origin b { margin-top: 2px; color: #f6a000; font-size: 15px; }

  .mchmc__origin--image {
    display: block !important;
    width: clamp(190px, 18vw, 290px) !important;
    height: auto !important;
    object-fit: contain;
  }

  .mchmc__flag {
    display: grid;
    flex: 0 0 58px;
    height: 36px;
    overflow: hidden;
  }

  .mchmc__flag i:nth-child(1) { background: #111; }
  .mchmc__flag i:nth-child(2) { background: #d00; }
  .mchmc__flag i:nth-child(3) { background: #ffce00; }

  .mchmc-origin-duplicate { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .mchmc__visual {
    transform: scale(1.015) !important;
    transition: none !important;
    will-change: auto !important;
  }
}

@media (max-width: 1180px) {
  .mchmc__visual,
  .mchmc__shade,
  .mchmc__identity {
    display: none !important;
  }
}
