/* Shared logo media. 1.6.12 also aligns mobile stages with the dealer page. */
[data-jdt-home].jdt-home .jh-hero-photo.jdt-logo-stage,
[data-jdt-about].jdt-about .jdt-hero-image.jdt-logo-stage,
.jdh .jdh-hero-media.jdt-logo-stage {
    background: #202123;
}
[data-jdt-home].jdt-home .jh-hero-photo.jdt-logo-stage::before,
[data-jdt-about].jdt-about .jdt-live-hero.jdt-logo-stage::before,
.jdh .jdh-hero-media.jdt-logo-stage::before {
    display: none;
}
.jdt-logo-stage [data-jdt-logo-motion] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: radial-gradient(ellipse at 55% 45%, #30252a 0%, #202123 72%);
}
.jdt-logo-stage [data-jdt-logo-motion] picture {
    display: block;
    position: absolute;
    inset: 0;
}
[data-jdt-home].jdt-home .jh-hero-photo .jdt-logo-frame,
[data-jdt-about].jdt-about .jdt-live-hero .jdt-logo-frame,
.jdh .jdh-hero-media .jdt-logo-frame {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 14px 16px 20px;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    mix-blend-mode: lighten;
}
.jdt-logo-stage [data-jdt-logo-motion] .jdt-logo-toggle {
    position: absolute;
    inset: auto 12px 12px auto;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 64px;
    height: auto;
    min-height: 44px;
    padding: 8px 12px;
    margin: 0;
    border: 1px solid #64616a;
    border-radius: 24px;
    background: rgba(32, 33, 35, .92);
    color: #f0edf0;
    font: 400 12px/1.4 Lato, Arial, sans-serif;
    letter-spacing: normal;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer;
    touch-action: manipulation;
}
.jdt-logo-stage [data-jdt-logo-motion] .jdt-logo-toggle[hidden] { display: none !important; }
.jdt-logo-stage [data-jdt-logo-motion] .jdt-logo-toggle:hover { border-color: #f05670; }
.jdt-logo-stage [data-jdt-logo-motion] .jdt-logo-toggle:focus-visible { outline: 3px solid #f05670; outline-offset: 3px; }

/* Swap media without changing any box dimensions. */
.jdt-logo-stage [data-jdt-logo-motion] .jdt-logo-video { opacity: 0; pointer-events: none; }
.jdt-logo-stage [data-jdt-logo-mode="video"] .jdt-logo-video { opacity: 1; }
/* The page-specific frame rules have four class/attribute selectors.
   Beat their display:block even if cached styles are loaded in another order.
   Otherwise the poster stays above the video on Home and About (ghost image). */
.jdt-logo-stage [data-jdt-logo-motion][data-jdt-logo-mode="video"] img.jdt-logo-fallback { display: none; }

/* Same stacking breakpoint and 180px animation stage as the dealer page.
   Override the older 260px/375px minimum on Home and the About image rules. */
@media (max-width: 640px) {
    [data-jdt-home].jdt-home section.jh-hero { grid-template-columns: 1fr; }
    [data-jdt-home].jdt-home .jh-hero > .jh-hero-copy { padding: 32px 24px; }
    [data-jdt-home].jdt-home .jh-hero-photo.jdt-logo-stage,
    [data-jdt-about].jdt-about .jdt-live-hero.jdt-logo-stage,
    .jdh .jdh-hero-media.jdt-logo-stage {
        height: 180px;
        min-height: 0;
        min-width: 0;
    }
    [data-jdt-home].jdt-home .jh-hero-photo.jdt-logo-stage::after,
    [data-jdt-about].jdt-about .jdt-live-hero.jdt-logo-stage::after {
        width: 84px;
        background: #f05670;
    }
}
