/* Shared production canvas for LEGACY PvP internal pages. */

@media (min-width: 1101px) and (hover: hover) and (pointer: fine) {
    .legacy-fixed-canvas.legacy-page-production-shell {
        overflow-x: hidden;
        background: #d9ccb8;
    }

    .legacy-fixed-canvas.legacy-page-production-shell .legacy-page-page-shell::before {
        left: 50%;
        width: 1920px;
        min-width: 1920px;
        background-image:
            linear-gradient(180deg,rgba(255,247,225,.035),rgba(22,17,13,.06)),
            url("../../images/hero/hero-home-main-v1.webp");
        background-position: center,center -10px;
        background-size: auto,1920px auto;
        background-repeat: no-repeat,no-repeat;
        transform: translateX(-50%);
    }
}

.legacy-page-production-shell .legacy-page-page-hero {
    padding: 26px 0 14px;
}

.legacy-page-production-shell .legacy-page-page-hero__inner,
.legacy-page-production-shell .legacy-page-page-content__inner {
    width: min(1440px,calc(100% - 48px));
}

.legacy-page-production-shell .legacy-page-page-content__inner {
    padding: 24px 28px 30px;
    border: 1px solid rgba(151,109,52,.3);
    border-radius: 8px;
    background: linear-gradient(180deg,rgba(242,233,220,.97),rgba(231,220,203,.97));
    box-shadow: 0 30px 62px rgba(0,0,0,.26),inset 0 1px rgba(255,255,255,.58);
}

.legacy-page-production-shell .legacy-page-page-hero__card {
    min-height: 142px;
    padding: 24px 34px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(202,170,105,.24);
    border-radius: 8px;
    background:
        linear-gradient(102deg,rgba(7,10,14,.92),rgba(10,13,17,.8) 62%,rgba(42,27,24,.64)),
        radial-gradient(circle at 84% 18%,rgba(165,31,50,.15),transparent 34%);
    box-shadow: 0 20px 44px rgba(0,0,0,.23),inset 0 1px rgba(255,255,255,.03);
}

.legacy-page-production-shell .legacy-page-page-hero__card::before {
    border-radius: 0;
    background:
        linear-gradient(90deg,rgba(165,31,50,.82) 0 3px,transparent 3px),
        linear-gradient(135deg,rgba(255,255,255,.025),transparent 52%);
}

.legacy-page-production-shell .legacy-page-page-kicker {
    margin-bottom: 7px;
    color: #caaa69;
    font: 600 10px/1.2 Inter,sans-serif;
    letter-spacing: .16em;
}

.legacy-page-production-shell .legacy-page-page-kicker::before {
    width: 18px;
    height: 1px;
    border-radius: 0;
    background: #a51f32;
    box-shadow: none;
    transform: none;
}

.legacy-page-production-shell .legacy-page-page-title {
    color: #fff8eb;
    font: 500 clamp(38px,3.05vw,48px)/1 Georgia,serif;
    letter-spacing: .03em;
    text-shadow: 0 3px 18px rgba(0,0,0,.24);
}

.legacy-page-production-shell .legacy-page-page-subtitle {
    max-width: 800px;
    margin-top: 9px;
    color: #d0c8bf;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .legacy-page-production-shell .legacy-page-page-hero {
        padding: 16px 0 10px;
    }

    .legacy-page-production-shell .legacy-page-page-hero__inner,
    .legacy-page-production-shell .legacy-page-page-content__inner {
        width: calc(100% - 28px);
    }

    .legacy-page-production-shell .legacy-page-page-hero__card {
        min-height: 142px;
        padding: 22px 20px;
    }

    .legacy-page-production-shell .legacy-page-page-content__inner {
        padding: 14px;
    }

    .legacy-page-production-shell .legacy-page-page-title {
        font-size: 36px;
    }

    .legacy-page-production-shell .legacy-page-page-subtitle {
        font-size: 14px;
    }
}
