
/*
 * Centuriana Prime — Mobile Hero Refinement v1.1.1
 * Mobile-only composition: move hero artwork behind hero content.
 * Desktop/tablet layout remains unchanged.
 */

@media (max-width: 767px) {
    .cp-lux-hero {
        position: relative;
        isolation: isolate;
        padding: 56px 0 28px !important;
        overflow: hidden;
    }

    .cp-lux-hero > .container {
        position: relative;
        z-index: 2;
    }

    .cp-lux-hero > .container > .row {
        position: relative;
        z-index: 1;
        margin-bottom: 0 !important;
    }

    .cp-lux-hero > .container > .row > div:first-child {
        position: relative;
        z-index: 5;
    }

    .cp-lux-hero > .container > .row > div:nth-child(2) {
        position: absolute !important;
        z-index: 0;
        inset: 0;
        width: 100% !important;
        max-width: none !important;
        height: 100%;
        padding: 0 !important;
        margin: 0 !important;
        pointer-events: none;
        overflow: hidden;
    }

    .cp-lux-hero-art {
        position: absolute !important;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0 !important;
        display: block !important;
        pointer-events: none;
        opacity: 1;
        overflow: hidden;
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.92) 0%, #000 15%, #000 78%, transparent 100%);
        mask-image: linear-gradient(to bottom, rgba(0,0,0,.92) 0%, #000 15%, #000 78%, transparent 100%);
    }

    .cp-lux-hero-art::after {
        content: "";
        position: absolute;
        z-index: 8;
        inset: 0;
        pointer-events: none;
        background:
            linear-gradient(
                90deg,
                rgba(4,8,15,.96) 0%,
                rgba(4,8,15,.86) 34%,
                rgba(4,8,15,.55) 63%,
                rgba(4,8,15,.16) 100%
            ),
            linear-gradient(
                180deg,
                rgba(4,8,15,.28) 0%,
                rgba(4,8,15,.05) 45%,
                rgba(4,8,15,.84) 100%
            );
    }

    .cp-lux-hero-art__medallion {
        position: absolute !important;
        z-index: 3;
        top: 78px;
        right: -41%;
        left: auto;
        width: min(126vw, 470px) !important;
        opacity: .48;
        transform: none !important;
        box-shadow:
            0 0 0 10px rgba(212,175,55,.018),
            0 0 64px rgba(212,175,55,.15),
            0 26px 70px rgba(0,0,0,.34) !important;
    }

    .cp-lux-hero-art__medallion img {
        opacity: .96;
        filter:
            saturate(.94)
            contrast(1.08)
            drop-shadow(0 12px 28px rgba(0,0,0,.28)) !important;
    }

    .cp-lux-hero-art__halo {
        opacity: .72;
    }

    .cp-lux-hero-art__orbit {
        z-index: 2;
        opacity: .17 !important;
    }

    .cp-lux-hero-art__orbit--one {
        width: 112%;
        height: 33%;
        right: -36%;
        left: auto;
        bottom: 15%;
    }

    .cp-lux-hero-art__orbit--two {
        width: 88%;
        height: 27%;
        right: -24%;
        left: auto;
        bottom: 20%;
    }

    .cp-lux-hero-art__grid {
        inset: 4% -18% 7% 34%;
        opacity: .15;
    }

    .cp-lux-particle-field {
        z-index: 1;
        opacity: .28 !important;
    }

    .cp-lux-float {
        display: none !important;
    }

    .cp-lux-hero__copy {
        position: relative;
        z-index: 6;
        max-width: 100%;
    }

    .cp-lux-hero h1,
    .cp-lux-hero__copy > p,
    .cp-lux-kicker,
    .cp-lux-hero__proof {
        position: relative;
        z-index: 6;
    }

    .cp-lux-hero h1 {
        text-shadow: 0 4px 32px rgba(0,0,0,.48);
    }

    .cp-lux-hero__copy > p {
        color: rgba(218,224,234,.90) !important;
        text-shadow: 0 2px 18px rgba(0,0,0,.62);
    }

    .cp-lux-hero__proof {
        margin-top: 34px !important;
    }

    .cp-lux-hero__proof > div {
        background: linear-gradient(
            90deg,
            rgba(5,10,18,.50),
            rgba(5,10,18,.15),
            transparent
        );
        border-radius: 0 10px 10px 0;
    }

    .cp-lux-assurance {
        position: relative;
        z-index: 7;
        margin-top: 26px !important;
        background:
            linear-gradient(145deg, rgba(12,21,35,.94), rgba(5,9,16,.96)) !important;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }
}

@media (max-width: 480px) {
    .cp-lux-hero {
        padding-top: 50px !important;
    }

    .cp-lux-hero-art__medallion {
        top: 92px;
        right: -55%;
        width: 470px !important;
        opacity: .44;
    }

    .cp-lux-hero-art__grid {
        right: -28%;
        left: 42%;
        opacity: .12;
    }

    .cp-lux-hero-art__orbit--one {
        right: -49%;
    }

    .cp-lux-hero-art__orbit--two {
        right: -35%;
    }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
    .cp-lux-hero-art__medallion,
    .cp-lux-hero-art__orbit,
    .cp-lux-particle {
        animation: none !important;
    }
}
