/* Brand story desktop integrity.
 * Keep the supplied horizontal logo at its native ratio and leave the
 * decorative closing copy readable above the collage. */
@media (min-width: 881px) {
  .home .exact-brand.brand-v2 .brand-v2-mark {
    box-sizing: border-box !important;
    left: 6vw !important;
    right: auto !important;
    bottom: 6.5% !important;
    width: clamp(360px, 27vw, 500px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    padding: 18px 22px !important;
    overflow: hidden !important;
    background: #263241 !important;
    background-image: none !important;
  }

  .home .exact-brand.brand-v2 .brand-v2-mark img {
    position: static !important;
    inset: auto !important;
    display: block !important;
    flex: 0 1 auto !important;
    width: clamp(230px, 18vw, 310px) !important;
    max-width: 72% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1200 / 565 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
  }

  .home .exact-brand.brand-v2 .brand-v2-mark span {
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, .72) !important;
    font: 700 8px/1.35 Arial, sans-serif !important;
    letter-spacing: .17em !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .home .exact-brand.brand-v2 .brand-v2-script {
    z-index: 5 !important;
    right: clamp(32px, 4vw, 76px) !important;
    bottom: clamp(22px, 2.8vh, 42px) !important;
    left: auto !important;
    width: auto !important;
    max-width: calc(100vw - 9vw) !important;
    margin: 0 !important;
    color: rgba(25, 68, 57, .12) !important;
    font-size: clamp(44px, 5.2vw, 84px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transform: none !important;
  }
}
