:root {
    --crl-ink: #191714;
    --crl-gold: #bd8d45;
    --crl-tan: #b79b78;
    --crl-paper: #d8c6aa;
}

.crl-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.crl-shell,
.crl-shell * {
    box-sizing: border-box;
}

.crl-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: var(--crl-ink);
    color: #fff;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.crl-desktop-stage {
    position: relative;
    width: 100%;
    line-height: 0;
    background: #8d755a;
}

.crl-desktop-art {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    user-select: none;
    -webkit-user-drag: none;
}

.crl-video-slot-desktop {
    position: absolute;
    left: 29.6%;
    top: 35.7%;
    width: 37.75%;
    height: 34.15%;
    margin: 0;
    border: 0;
}

.crl-video-slot {
    overflow: hidden;
    background: #131313;
    box-shadow: 0 0 0 2px rgba(255,255,255,.03);
}

.crl-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #111;
}


.crl-footer {
    background: #191817;
    min-height: 68px;
    border-top: 1px solid rgba(255,255,255,.05);
}

.crl-footer-inner {
    width: min(1600px, calc(100% - 72px));
    min-height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    color: rgba(255,255,255,.62);
}

.crl-footer a {
    color: var(--crl-gold);
    text-decoration: none;
    transition: color .2s ease;
}

.crl-footer a:hover,
.crl-footer a:focus-visible {
    color: #e4bb78;
}

.crl-mobile-stage {
    display: none;
}


/* Keep Elementor Canvas completely flush. */
.elementor-page .crl-shell,
.elementor-widget-shortcode .crl-shell,
.elementor-widget-shortcode .elementor-widget-container:has(.crl-shell) {
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 820px) {
    .crl-desktop-stage {
        display: none;
    }

    .crl-mobile-stage {
        display: block;
        background: #74614f;
    }

    .crl-mobile-backdrop {
        position: relative;
        min-height: calc(100svh - 64px);
        padding: 54px 18px 38px;
        background-image:
            linear-gradient(to bottom, rgba(38,32,26,.22), rgba(28,24,21,.28) 45%, rgba(18,16,14,.8) 100%),
            var(--crl-mobile-image);
        background-size: cover;
        background-position: center top;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 26px;
    }

    .crl-mobile-scrim {
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 24%, rgba(220,194,155,.12), transparent 32%);
        pointer-events: none;
    }

    .crl-mobile-copy,
    .crl-mobile-video-card {
        position: relative;
        z-index: 2;
    }

    .crl-mobile-copy {
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 18px rgba(0,0,0,.45);
    }

    .crl-mobile-mark {
        width: 48px;
        height: 48px;
        margin: 0 auto 12px;
        display: grid;
        place-items: center;
        border: 7px solid rgba(244,239,229,.9);
        border-right-color: transparent;
        color: transparent;
        transform: rotate(-1deg);
    }

    .crl-mobile-title {
        font-family: Impact, "Arial Narrow", Arial, sans-serif;
        font-size: clamp(42px, 12vw, 68px);
        line-height: .82;
        letter-spacing: .085em;
        color: #f2eee6;
    }

    .crl-mobile-coming {
        margin-top: 22px;
        color: #d0a25f;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .33em;
    }

    .crl-mobile-tagline {
        margin-top: 12px;
        color: rgba(255,255,255,.8);
        font-family: Georgia, serif;
        font-size: 15px;
    }

    .crl-mobile-video-card {
        width: min(720px, 94vw);
        aspect-ratio: 16 / 9;
        background: #151515;
        border: 1px solid rgba(214,180,128,.6);
        box-shadow: 0 16px 55px rgba(0,0,0,.38);
        overflow: hidden;
    }

    .crl-mobile-placeholder {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: #111;
        cursor: default;
    }

    .crl-mobile-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .86;
        filter: saturate(.82) contrast(1.05);
    }

    .crl-mobile-play {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 58px;
        height: 58px;
        border: 1.5px solid rgba(255,255,255,.95);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0,0,0,.25);
    }

    .crl-mobile-play::after {
        content: "";
        position: absolute;
        left: 23px;
        top: 18px;
        border-left: 18px solid #fff;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }

    .crl-mobile-placeholder-text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12px;
        color: rgba(255,255,255,.75);
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .22em;
    }

    .crl-footer-inner {
        width: calc(100% - 34px);
        min-height: 64px;
        font-size: 9px;
        letter-spacing: .12em;
    }
}

@media (max-width: 480px) {
    .crl-mobile-backdrop {
        padding-top: 42px;
        gap: 22px;
    }

    .crl-footer-inner {
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        padding: 12px 0;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .crl-shell *,
    .crl-shell *::before,
    .crl-shell *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
