/* Start custom CSS for html, class: .elementor-element-234c7fa *//* =========================================================
   RALPHSUTTON.COM ARTICLE CLOSING SECTIONS
========================================================= */

.rs-article-closing {
    --rs-navy: #0a1a34;
    --rs-card-black: #090c12;
    --rs-card-black-soft: #11131a;
    --rs-yellow: #ffcc00;
    --rs-gold: #cfa640;
    --rs-white: #ffffff;
    --rs-muted: #cbd2dc;

    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--rs-white);
    background: var(--rs-navy);
    font-family: inherit;
    box-sizing: border-box;
}

.rs-article-closing *,
.rs-article-closing *::before,
.rs-article-closing *::after {
    box-sizing: border-box;
}


/* =========================================================
   STANDARD BODY COPY
========================================================= */

.rs-closing-copy {
    width: 100%;
}

.rs-closing-copy h2 {
    margin: 0 0 28px;
    color: var(--rs-yellow);
    font-size: clamp(30px, 3.3vw, 46px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.rs-closing-copy p {
    margin: 0 0 25px;
    color: var(--rs-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.rs-closing-copy strong {
    font-weight: 700;
}

.rs-closing-copy em {
    font-style: italic;
}


/* =========================================================
   GUIDE INTRODUCTION
========================================================= */

.rs-guide-introduction {
    padding-bottom: 68px;
}

.rs-guide-list {
    margin: 4px 0 27px 27px;
    padding: 0;
    color: var(--rs-white);
}

.rs-guide-list li {
    margin: 0 0 5px;
    padding-left: 7px;
    font-size: 18px;
    line-height: 1.48;
}


/* =========================================================
   GUIDE PRODUCT CARD
========================================================= */

.rs-product-card {
    display: grid;
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
    width: 100%;
    margin: 0;
    padding: 36px 45px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 94% 15%,
            rgba(207, 166, 64, 0.12),
            transparent 34%
        ),
        linear-gradient(
            120deg,
            var(--rs-card-black) 0%,
            var(--rs-card-black-soft) 100%
        );
    border: 1px solid var(--rs-gold);
    border-radius: 8px;
}

.rs-product-image-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-guide-cover {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0;
    border: 1px solid rgba(207, 166, 64, 0.58);
    border-radius: 4px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.38);
}

.rs-product-copy {
    min-width: 0;
}

.rs-card-label {
    margin: 0 0 15px !important;
    color: var(--rs-gold) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rs-product-copy h3,
.rs-recording-card h3 {
    margin: 0 0 22px;
    color: var(--rs-white);
    font-size: clamp(31px, 3.1vw, 44px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.rs-product-statement {
    max-width: 750px;
    margin: 0 0 28px !important;
    color: var(--rs-white) !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.rs-product-action {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 8px;
}

.rs-price {
    flex: 0 0 auto;
    margin: 0 !important;
    color: var(--rs-white) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}


/* =========================================================
   BUTTONS
========================================================= */

.rs-gold-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 29px;
    color: #050505 !important;
    background: var(--rs-gold);
    border: 1px solid var(--rs-gold);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease,
        transform 160ms ease;
}

.rs-gold-button:hover,
.rs-gold-button:focus {
    color: var(--rs-white) !important;
    background: transparent;
    border-color: var(--rs-gold);
    text-decoration: none !important;
    transform: translateY(-1px);
}

.rs-gold-button:focus-visible {
    outline: 3px solid var(--rs-white);
    outline-offset: 4px;
}


/* =========================================================
   RECORDING ENGINEERING SECTION
========================================================= */

.rs-recording-section {
    padding-top: 76px;
}

.rs-recording-card {
    width: 100%;
    margin-top: 72px;
    padding: 45px 45px 40px;
    background:
        radial-gradient(
            circle at 95% 10%,
            rgba(207, 166, 64, 0.13),
            transparent 36%
        ),
        linear-gradient(
            120deg,
            var(--rs-card-black) 0%,
            var(--rs-card-black-soft) 100%
        );
    border: 1px solid var(--rs-gold);
    border-left: 5px solid var(--rs-gold);
    border-radius: 8px;
}

.rs-recording-card h3 {
    max-width: 760px;
    margin-bottom: 25px;
}

.rs-recording-card > p:not(.rs-card-label):not(.rs-card-footnote) {
    max-width: 850px;
    margin: 0 0 19px;
    color: var(--rs-white);
    font-size: 18px;
    line-height: 1.65;
}

.rs-recording-button {
    margin-top: 10px;
}

.rs-card-footnote {
    margin: 20px 0 0 !important;
    color: var(--rs-muted) !important;
    font-size: 14px !important;
    font-style: italic;
    line-height: 1.5 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .rs-product-card {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 32px;
        padding: 32px;
    }

    .rs-guide-cover {
        max-width: 185px;
    }

    .rs-product-action {
        gap: 24px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .rs-closing-copy h2 {
        margin-bottom: 23px;
        font-size: 30px;
        line-height: 1.14;
    }

    .rs-closing-copy p,
    .rs-guide-list li,
    .rs-product-statement,
    .rs-recording-card > p:not(.rs-card-label):not(.rs-card-footnote) {
        font-size: 17px !important;
        line-height: 1.58 !important;
    }

    .rs-guide-list {
        margin-left: 22px;
    }

    .rs-guide-introduction {
        padding-bottom: 48px;
    }

    .rs-product-card {
        grid-template-columns: 1fr;
        gap: 31px;
        padding: 28px 23px 31px;
    }

    .rs-guide-cover {
        width: min(72%, 225px);
        max-width: 225px;
    }

    .rs-product-copy {
        text-align: left;
    }

    .rs-product-copy h3,
    .rs-recording-card h3 {
        font-size: 30px;
        line-height: 1.1;
    }

    .rs-product-action {
        align-items: flex-start;
        flex-direction: column;
        gap: 19px;
    }

    .rs-price {
        font-size: 29px !important;
    }

    .rs-gold-button {
        width: 100%;
        min-height: 52px;
        padding: 14px 20px;
    }

    .rs-recording-section {
        padding-top: 58px;
    }

    .rs-recording-card {
        margin-top: 48px;
        padding: 31px 23px 29px;
        border-left-width: 4px;
    }

    .rs-card-label {
        font-size: 12px !important;
        letter-spacing: 0.14em;
    }

    .rs-card-footnote {
        font-size: 13px !important;
    }
}/* End custom CSS */