/* Mia Rosette Homepage V3 - Hero + Featured Free Book */

.mr-home-v3-page .home1_banner_outer:before,
.mr-home-v3-page .home1_banner_outer:after {
    display: none !important;
}

.mr-home-v3-page {
    background: #ffffff;
}

.mr-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.mr-v3-kicker {
    font-size: 15px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d9828f;
    margin-bottom: 14px;
}

.mr-v3-btn {
    display: inline-block;
    border-radius: 999px;
    padding: 17px 36px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.mr-v3-btn-primary {
    background: #ffb0b6;
    color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(255, 176, 182, 0.45);
}

.mr-v3-btn-primary:hover {
    background: #0f0200;
    color: #ffffff !important;
}

.mr-v3-btn-secondary {
    background: #ffffff;
    color: #0f0200 !important;
    border: 1px solid #f2c8ce;
}

.mr-v3-btn-secondary:hover {
    background: #0f0200;
    color: #ffffff !important;
    border-color: #0f0200;
}


/* HERO */

.mr-hero-v3 {
    background: linear-gradient(140deg, #efd7ef 0%, #f5f9fc 38%, #f8eae1 68%, #eaf8f9 100%);
    padding-bottom: 34px;
}

.mr-hero-v3-frame {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.mr-hero-v3-img {
    width: 100%;
    height: auto;
    display: block;
}

.mr-hero-v3-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: -42px;
    position: relative;
    z-index: 3;
}


/* FEATURED FREE BOOK */

.mr-featured-free-v3 {
    position: relative;
    padding: 105px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 30%, rgba(255, 176, 182, 0.22), transparent 28%),
        radial-gradient(circle at 92% 75%, rgba(207, 182, 226, 0.26), transparent 30%),
        linear-gradient(140deg, #fffaf7 0%, #fff1f4 45%, #f8f5fb 100%);
}

.mr-featured-free-v3:before {
    content: "";
    position: absolute;
    top: 42px;
    right: 55px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 176, 182, 0.18);
}

.mr-featured-free-v3:after {
    content: "♡";
    position: absolute;
    left: 8%;
    bottom: 50px;
    color: rgba(217, 130, 143, 0.35);
    font-size: 68px;
    font-family: Georgia, serif;
}

.mr-freebook-cover-wrap {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    padding: 22px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 28px 80px rgba(15, 2, 0, 0.12);
}

.mr-freebook-cover-wrap:before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(217, 130, 143, 0.25);
    border-radius: 26px;
    pointer-events: none;
}

.mr-freebook-cover {
    width: 100%;
    display: block;
    border-radius: 18px;
    position: relative;
    z-index: 1;
}

.mr-freebook-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding-left: 40px;
}

.mr-freebook-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 72px;
    line-height: 0.98;
    color: #0f0200;
    margin-bottom: 18px;
}

.mr-freebook-subtitle {
    font-size: 28px !important;
    line-height: 1.35 !important;
    color: #d9828f !important;
    font-weight: 600;
    margin-bottom: 26px;
}

.mr-freebook-copy p {
    font-size: 19px;
    line-height: 1.85;
    color: #646464;
    margin-bottom: 34px;
}

.mr-v3-modal {
    border-radius: 24px;
    overflow: hidden;
}

.mr-v3-modal .modal-header {
    background: #fff1f4;
    border-bottom: 0;
}

.mr-v3-modal .modal-title {
    color: #0f0200;
}


/* MOBILE */

@media (max-width: 991px) {
    .mr-hero-v3-actions {
        margin-top: 24px;
    }

    .mr-featured-free-v3 {
        padding: 75px 0 80px;
    }

    .mr-freebook-copy {
        padding-left: 0;
        margin-top: 45px;
        text-align: center;
    }

    .mr-freebook-copy h2 {
        font-size: 54px;
    }

    .mr-freebook-subtitle {
        font-size: 23px !important;
    }
}

@media (max-width: 767px) {
    .mr-hero-v3 {
        padding-bottom: 45px;
    }

    .mr-hero-v3-frame {
        min-height: auto;
    }

    .mr-hero-v3-img {
        min-height: 330px;
        object-fit: cover;
        object-position: center;
    }

    .mr-hero-v3-actions {
        padding: 0 20px;
        gap: 12px;
    }

    .mr-v3-btn {
        width: 100%;
        text-align: center;
        padding: 16px 24px;
    }

    .mr-featured-free-v3 {
        padding: 60px 0 65px;
    }

    .mr-freebook-cover-wrap {
        max-width: 300px;
        padding: 16px;
    }

    .mr-freebook-copy h2 {
        font-size: 42px;
        line-height: 1.05;
    }

    .mr-freebook-copy p {
        font-size: 16px;
        line-height: 1.7;
    }

    .mr-freebook-subtitle {
        font-size: 20px !important;
    }
}
/* ABOUT MIA V3 */

.mr-about-v3 {
    position: relative;
    padding: 105px 0;
    background: #ffffff;
    overflow: hidden;
}

.mr-about-v3:before {
    content: "";
    position: absolute;
    top: 12%;
    left: -90px;
    width: 260px;
    height: 260px;
    background: rgba(255, 176, 182, 0.16);
    border-radius: 50%;
}

.mr-about-v3:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 8%;
    width: 300px;
    height: 300px;
    background: rgba(207, 182, 226, 0.16);
    border-radius: 50%;
}

.mr-about-image-card {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 34px;
    background: linear-gradient(140deg, #fff1f4, #f8f5fb);
    box-shadow: 0 26px 80px rgba(15, 2, 0, 0.10);
}

.mr-about-image-card:before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(217, 130, 143, 0.25);
    border-radius: 27px;
    pointer-events: none;
    z-index: 2;
}

.mr-about-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.mr-about-copy {
    position: relative;
    z-index: 2;
    padding-left: 50px;
}

.mr-about-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 64px;
    line-height: 1.05;
    color: #0f0200;
    margin-bottom: 14px;
}

.mr-about-copy h3 {
    font-size: 28px;
    line-height: 1.35;
    color: #d9828f;
    font-weight: 600;
    margin-bottom: 24px;
}

.mr-about-text p,
.mr-about-text {
    font-size: 18px;
    line-height: 1.85;
    color: #646464;
    margin-bottom: 30px;
}


/* READING ORDER V3 */

.mr-reading-order-v3 {
    position: relative;
    padding: 105px 0 115px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 176, 182, 0.18), transparent 25%),
        radial-gradient(circle at 90% 85%, rgba(207, 182, 226, 0.20), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #f5f9fc 42%, #f8eae1 100%);
}

.mr-reading-heading {
    max-width: 780px;
    margin: 0 auto 58px;
}

.mr-reading-heading h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 76px;
    line-height: 1;
    color: #d9828f;
    margin-bottom: 18px;
}

.mr-reading-heading p {
    font-size: 18px;
    line-height: 1.7;
    color: #646464;
}

.mr-reading-card {
    height: 100%;
    text-align: center;
    position: relative;
    padding: 0 18px 25px;
}

.mr-reading-book-label {
    position: relative;
    margin-bottom: 18px;
}

.mr-reading-book-label:before,
.mr-reading-book-label:after {
    content: "";
    display: inline-block;
    width: 72px;
    height: 1px;
    background: rgba(217, 130, 143, 0.45);
    vertical-align: middle;
    margin: 0 12px;
}

.mr-reading-book-label span {
    display: inline-block;
    background: #ffb0b6;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border-radius: 999px;
    padding: 11px 18px;
    box-shadow: 0 10px 25px rgba(255, 176, 182, 0.35);
}

.mr-reading-cover {
    width: 100%;
    max-width: 310px;
    height: 455px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 24px 60px rgba(15, 2, 0, 0.18);
    transition: all 0.35s ease;
    background: #ffffff;
}

.mr-reading-card:hover .mr-reading-cover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 75px rgba(15, 2, 0, 0.22);
}

.mr-reading-card h3 {
    font-family: "Berkshire Swash", serif;
    font-size: 34px;
    line-height: 1.2;
    color: #0f0200;
    margin: 28px 0 10px;
}

.mr-reading-card p {
    font-size: 16px;
    line-height: 1.65;
    color: #646464;
    min-height: 52px;
    margin-bottom: 16px;
}

.mr-reading-link {
    color: #d9828f !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}

.mr-reading-link:hover {
    color: #0f0200 !important;
}


/* ABOUT + READING MOBILE */

@media (max-width: 991px) {
    .mr-about-v3,
    .mr-reading-order-v3 {
        padding: 75px 0;
    }

    .mr-about-copy {
        padding-left: 0;
        margin-top: 45px;
        text-align: center;
    }

    .mr-about-copy h2 {
        font-size: 52px;
    }

    .mr-about-copy h3 {
        font-size: 24px;
    }

    .mr-about-img {
        height: 460px;
    }

    .mr-reading-heading h2 {
        font-size: 58px;
    }

    .mr-reading-cover {
        max-width: 270px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .mr-about-v3,
    .mr-reading-order-v3 {
        padding: 60px 0;
    }

    .mr-about-image-card {
        max-width: 310px;
        padding: 14px;
    }

    .mr-about-img {
        height: 360px;
    }

    .mr-about-copy h2 {
        font-size: 42px;
    }

    .mr-about-copy h3 {
        font-size: 21px;
    }

    .mr-about-text p,
    .mr-about-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .mr-reading-heading h2 {
        font-size: 46px;
    }

    .mr-reading-heading p {
        font-size: 16px;
    }

    .mr-reading-book-label:before,
    .mr-reading-book-label:after {
        width: 38px;
        margin: 0 8px;
    }

    .mr-reading-cover {
        max-width: 230px;
        height: 345px;
    }

    .mr-reading-card h3 {
        font-size: 30px;
    }
}
/* READER REVIEWS V3 */

.mr-reviews-v3 {
    position: relative;
    padding: 105px 0 115px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 176, 182, 0.20), transparent 24%),
        radial-gradient(circle at 90% 78%, rgba(207, 182, 226, 0.22), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #fff1f4 48%, #f5f9fc 100%);
}

.mr-reviews-v3:before {
    content: "♡";
    position: absolute;
    top: 70px;
    left: 7%;
    font-size: 70px;
    color: rgba(217, 130, 143, 0.25);
    font-family: Georgia, serif;
}

.mr-reviews-v3:after {
    content: "✦";
    position: absolute;
    right: 8%;
    bottom: 70px;
    font-size: 52px;
    color: rgba(207, 182, 226, 0.45);
}

.mr-reviews-heading {
    max-width: 780px;
    margin: 0 auto 58px;
    position: relative;
    z-index: 2;
}

.mr-reviews-heading h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 76px;
    line-height: 1;
    color: #d9828f;
    margin-bottom: 18px;
}

.mr-reviews-heading p {
    font-size: 18px;
    color: #646464;
}

.mr-review-carousel {
    position: relative;
    z-index: 2;
    padding: 0 55px;
}

.mr-review-pop-card {
    height: 100%;
    min-height: 340px;
    position: relative;
    padding: 38px 34px 32px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(217, 130, 143, 0.20);
    box-shadow: 0 24px 70px rgba(15, 2, 0, 0.08);
    transition: all 0.35s ease;
}

.mr-review-pop-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 85px rgba(15, 2, 0, 0.12);
}

.mr-review-pop-card:before {
    content: "";
    position: absolute;
    top: -16px;
    right: 30px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffb0b6;
    box-shadow: 0 12px 28px rgba(255, 176, 182, 0.45);
}

.mr-review-pop-card:after {
    content: "♥";
    position: absolute;
    top: -2px;
    right: 48px;
    color: #ffffff;
    font-size: 19px;
}

.mr-review-stars {
    color: #fbab2a;
    letter-spacing: 3px;
    font-size: 18px;
    margin-bottom: 18px;
}

.mr-review-quote {
    position: absolute;
    top: 58px;
    left: 30px;
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 1;
    color: rgba(217, 130, 143, 0.24);
}

.mr-review-pop-card p {
    position: relative;
    z-index: 1;
    font-size: 17px;
    line-height: 1.75;
    color: #0f0200;
    margin: 28px 0 28px;
}

.mr-review-reader {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mr-review-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ffb0b6, #cfb6e2);
    font-size: 20px;
    font-weight: 700;
}

.mr-review-reader h5 {
    font-size: 22px;
    line-height: 1;
    font-family: "Berkshire Swash", serif;
    color: #d9828f;
    margin-bottom: 5px;
}

.mr-review-reader span {
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #646464;
}

.mr-review-control {
    width: 42px;
    height: 42px;
    top: 42%;
    border-radius: 50%;
    background: #ffb0b6;
    opacity: 1;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(255, 176, 182, 0.42);
}

.mr-review-control span {
    font-size: 34px;
    line-height: 32px;
}

.mr-review-control:hover {
    background: #0f0200;
}


/* BLOG V3 */

.mr-blog-v3 {
    position: relative;
    padding: 105px 0 115px;
    overflow: hidden;
    background:
        radial-gradient(circle at 5% 20%, rgba(207, 182, 226, 0.20), transparent 25%),
        radial-gradient(circle at 92% 88%, rgba(255, 176, 182, 0.18), transparent 28%),
        linear-gradient(140deg, #ffffff 0%, #fffaf7 45%, #f8f5fb 100%);
}

.mr-blog-v3:before {
    content: "";
    position: absolute;
    left: -90px;
    bottom: 10%;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255, 176, 182, 0.14);
}

.mr-blog-v3:after {
    content: "✧";
    position: absolute;
    top: 90px;
    right: 9%;
    color: rgba(217, 130, 143, 0.32);
    font-size: 48px;
}

.mr-blog-heading {
    max-width: 820px;
    margin: 0 auto 58px;
    position: relative;
    z-index: 2;
}

.mr-blog-heading h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 76px;
    line-height: 1;
    color: #d9828f;
    margin-bottom: 18px;
}

.mr-blog-heading p {
    font-size: 18px;
    color: #646464;
}

.mr-blog-story-card {
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(217, 130, 143, 0.18);
    box-shadow: 0 24px 70px rgba(15, 2, 0, 0.08);
    transition: all 0.35s ease;
}

.mr-blog-story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 90px rgba(15, 2, 0, 0.12);
}

.mr-blog-story-card figure {
    margin: 0;
    overflow: hidden;
}

.mr-blog-story-card img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.mr-blog-story-card:hover img {
    transform: scale(1.06);
}

.mr-blog-story-content {
    padding: 30px 30px 34px;
    text-align: center;
}

.mr-blog-category {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff1f4;
    color: #d9828f;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
}

.mr-blog-story-content h3 {
    font-family: "Berkshire Swash", serif;
    font-size: 31px;
    line-height: 1.18;
    color: #0f0200;
    margin-bottom: 16px;
}

.mr-blog-story-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #646464;
    min-height: 82px;
    margin-bottom: 22px;
}

.mr-blog-read-link {
    color: #d9828f !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
}

.mr-blog-read-link:hover {
    color: #0f0200 !important;
}


/* REVIEWS + BLOG MOBILE */

@media (max-width: 991px) {
    .mr-reviews-v3,
    .mr-blog-v3 {
        padding: 75px 0;
    }

    .mr-reviews-heading h2,
    .mr-blog-heading h2 {
        font-size: 58px;
    }

    .mr-review-carousel {
        padding: 0 20px;
    }

    .mr-review-control {
        display: none;
    }
}

@media (max-width: 767px) {
    .mr-reviews-v3,
    .mr-blog-v3 {
        padding: 60px 0;
    }

    .mr-reviews-heading h2,
    .mr-blog-heading h2 {
        font-size: 46px;
    }

    .mr-reviews-heading p,
    .mr-blog-heading p {
        font-size: 16px;
    }

    .mr-review-pop-card {
        min-height: auto;
        padding: 34px 26px 30px;
    }

    .mr-review-pop-card p {
        font-size: 16px;
    }

    .mr-blog-story-card img {
        height: 210px;
    }

    .mr-blog-story-content h3 {
        font-size: 27px;
    }
}
/* INSTAGRAM V3 */

.mr-instagram-v3 {
    position: relative;
    padding: 105px 0 115px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 22%, rgba(255, 176, 182, 0.18), transparent 26%),
        radial-gradient(circle at 92% 85%, rgba(207, 182, 226, 0.20), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #f8f5fb 48%, #ffffff 100%);
}

.mr-instagram-v3:before {
    content: "♡";
    position: absolute;
    top: 80px;
    right: 9%;
    font-size: 70px;
    color: rgba(217, 130, 143, 0.25);
    font-family: Georgia, serif;
}

.mr-instagram-heading {
    max-width: 820px;
    margin: 0 auto 55px;
    position: relative;
    z-index: 2;
}

.mr-instagram-heading h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 76px;
    line-height: 1;
    color: #d9828f;
    margin-bottom: 18px;
}

.mr-instagram-heading p {
    font-size: 18px;
    color: #646464;
    margin-bottom: 18px;
}

.mr-instagram-handle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d9828f !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
}

.mr-instagram-handle i {
    font-size: 24px;
}

.mr-instagram-grid-v3 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-auto-rows: 220px;
    gap: 18px;
}

.mr-insta-box {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(217, 130, 143, 0.18);
    box-shadow: 0 22px 65px rgba(15, 2, 0, 0.08);
}

.mr-insta-box.tall {
    grid-row: span 2;
}

.mr-insta-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.mr-insta-box:hover img {
    transform: scale(1.06);
}


/* FINAL CTA V3 */

.mr-final-cta-v3 {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.25), transparent 26%),
        linear-gradient(135deg, #ffb0b6 0%, #e98d99 55%, #cfb6e2 100%);
}

.mr-final-cta-v3:before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 36px;
    pointer-events: none;
}

.mr-final-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.mr-final-copy .mr-v3-kicker {
    color: #ffffff;
}

.mr-final-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 68px;
    line-height: 1.05;
    color: #ffffff;
    margin-bottom: 22px;
}

.mr-final-copy p {
    font-size: 20px;
    line-height: 1.75;
    color: #ffffff;
    margin-bottom: 34px;
}

.mr-final-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mr-final-cta-v3 .mr-v3-btn-primary {
    background: #ffffff;
    color: #0f0200 !important;
    box-shadow: 0 14px 34px rgba(15, 2, 0, 0.12);
}

.mr-final-cta-v3 .mr-v3-btn-primary:hover {
    background: #0f0200;
    color: #ffffff !important;
}

.mr-final-cta-v3 .mr-v3-btn-secondary {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.75);
}

.mr-final-cta-v3 .mr-v3-btn-secondary:hover {
    background: #0f0200;
    border-color: #0f0200;
}

.mr-final-book-stack {
    position: relative;
    z-index: 2;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr-final-book-stack img {
    width: 190px;
    height: 285px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 24px 65px rgba(15, 2, 0, 0.22);
    margin-left: -45px;
    background: #ffffff;
}

.mr-final-book-stack img:first-child {
    margin-left: 0;
    transform: rotate(-7deg) translateY(20px);
}

.mr-final-book-stack img:nth-child(2) {
    transform: rotate(2deg) translateY(-10px);
}

.mr-final-book-stack img:nth-child(3) {
    transform: rotate(8deg) translateY(22px);
}


/* INSTAGRAM + CTA MOBILE */

@media (max-width: 991px) {
    .mr-instagram-v3,
    .mr-final-cta-v3 {
        padding: 75px 0;
    }

    .mr-instagram-heading h2,
    .mr-final-copy h2 {
        font-size: 56px;
    }

    .mr-instagram-grid-v3 {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }

    .mr-insta-box.tall {
        grid-row: span 1;
    }

    .mr-final-copy {
        text-align: center;
        margin: 0 auto 45px;
    }

    .mr-final-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mr-instagram-v3,
    .mr-final-cta-v3 {
        padding: 60px 0;
    }

    .mr-instagram-heading h2,
    .mr-final-copy h2 {
        font-size: 42px;
    }

    .mr-instagram-heading p,
    .mr-final-copy p {
        font-size: 16px;
    }

    .mr-instagram-grid-v3 {
        grid-template-columns: 1fr;
        grid-auto-rows: 230px;
        gap: 16px;
    }

    .mr-final-buttons {
        flex-direction: column;
    }

    .mr-final-book-stack {
        min-height: 320px;
    }

    .mr-final-book-stack img {
        width: 130px;
        height: 195px;
        margin-left: -35px;
    }
}
/* FOOTER V3 */

.mr-footer-v3 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 6% 20%, rgba(255, 176, 182, 0.22), transparent 26%),
        radial-gradient(circle at 92% 22%, rgba(207, 182, 226, 0.18), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #fff1f4 46%, #f8f5fb 100%);
    padding: 90px 0 0;
}

.mr-footer-v3:before {
    content: "♡";
    position: absolute;
    top: 42px;
    right: 8%;
    font-size: 88px;
    color: rgba(217, 130, 143, 0.18);
    font-family: Georgia, serif;
}

.mr-footer-v3:after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: 80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 176, 182, 0.15);
}

.mr-footer-main {
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

.mr-footer-brand {
    text-align: center;
}

.mr-footer-brand img {
    max-width: 230px;
    height: auto;
    margin-bottom: 22px;
}

.mr-footer-line {
    width: 160px;
    height: 1px;
    background: rgba(217, 130, 143, 0.45);
    margin: 0 auto 24px;
    position: relative;
}

.mr-footer-line:after {
    content: "♥";
    position: absolute;
    left: 50%;
    top: -11px;
    transform: translateX(-50%);
    background: #fffaf7;
    padding: 0 10px;
    color: #b98a3d;
    font-size: 14px;
}

.mr-footer-brand p {
    font-size: 17px;
    line-height: 1.7;
    color: #0f0200;
    margin: 0;
}

.mr-footer-links,
.mr-footer-connect {
    text-align: center;
}

.mr-footer-links h4,
.mr-footer-connect h4 {
    font-family: "Berkshire Swash", serif;
    font-size: 34px;
    line-height: 1;
    color: #7f2832;
    margin-bottom: 14px;
}

.mr-footer-divider {
    width: 170px;
    height: 1px;
    background: rgba(185, 138, 61, 0.45);
    margin: 0 auto 28px;
    position: relative;
}

.mr-footer-divider span {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    background: #fff6f8;
    color: #b98a3d;
    padding: 0 11px;
    font-size: 14px;
}

.mr-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.mr-footer-links li {
    margin-bottom: 17px;
    position: relative;
    padding-left: 24px;
}

.mr-footer-links li:before {
    content: "♥";
    position: absolute;
    left: 0;
    top: 1px;
    color: #d9828f;
    font-size: 12px;
}

.mr-footer-links a {
    color: #0f0200 !important;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.mr-footer-links a:hover {
    color: #d9828f !important;
}

.mr-footer-email {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #0f0200 !important;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none !important;
    margin-bottom: 28px;
}

.mr-footer-email i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7f2832;
    border: 1px solid rgba(127, 40, 50, 0.25);
    background: rgba(255, 255, 255, 0.55);
}

.mr-footer-email:hover {
    color: #d9828f !important;
}

.mr-footer-socials {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.mr-footer-socials a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7f2832 !important;
    border: 1px solid rgba(127, 40, 50, 0.25);
    background: rgba(255, 255, 255, 0.55);
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.mr-footer-socials a:hover {
    color: #ffffff !important;
    background: #d9828f;
    transform: translateY(-5px);
}

.mr-footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(185, 138, 61, 0.42);
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mr-footer-bottom p {
    font-size: 14px;
    color: #0f0200;
    margin: 0;
}

.mr-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.mr-footer-bottom-links a {
    color: #7f2832 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.mr-footer-bottom-links a:hover {
    color: #d9828f !important;
}

.mr-back-top {
    border: 1px solid rgba(127, 40, 50, 0.25);
    border-radius: 999px;
    padding: 10px 18px;
    background: rgba(255,255,255,0.45);
}

@media (max-width: 991px) {
    .mr-footer-v3 {
        padding-top: 70px;
    }

    .mr-footer-brand,
    .mr-footer-links,
    .mr-footer-connect {
        margin-bottom: 45px;
    }

    .mr-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .mr-footer-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mr-footer-v3 {
        padding-top: 55px;
    }

    .mr-footer-brand img {
        max-width: 190px;
    }

    .mr-footer-links h4,
    .mr-footer-connect h4 {
        font-size: 30px;
    }

    .mr-footer-links ul {
        text-align: center;
    }

    .mr-footer-links li {
        padding-left: 0;
    }

    .mr-footer-links li:before {
        display: none;
    }

    .mr-footer-bottom-links {
        flex-direction: column;
        gap: 12px;
    }
}
/* ABOUT PAGE HERO V3 */

.mr-about-page-hero {
    position: relative;
    overflow: hidden;
    padding: 95px 0 105px;
    background:
        radial-gradient(circle at 88% 14%, rgba(255, 176, 182, 0.20), transparent 25%),
        radial-gradient(circle at 10% 90%, rgba(207, 182, 226, 0.16), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #f8f5fb 48%, #ffffff 100%);
}

.mr-about-page-hero:before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(185, 138, 61, 0.20);
    border-radius: 34px;
    pointer-events: none;
}

.mr-about-page-hero:after {
    content: "♡";
    position: absolute;
    right: 8%;
    bottom: 70px;
    font-size: 82px;
    color: rgba(217, 130, 143, 0.18);
    font-family: Georgia, serif;
}

.mr-about-hero-image {
    position: relative;
    z-index: 2;
    border-radius: 0 260px 260px 0;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 2, 0, 0.10);
    background: #fff1f4;
}

.mr-about-hero-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mr-about-hero-copy {
    position: relative;
    z-index: 2;
    padding-left: 60px;
    max-width: 760px;
}

.mr-about-hero-copy h1 {
    font-family: "Berkshire Swash", serif;
    font-size: 72px;
    line-height: 1.05;
    color: #7f2832;
    margin-bottom: 22px;
}

.mr-about-hero-copy h2 {
    font-size: 34px;
    line-height: 1.45;
    color: #0f0200;
    font-weight: 500;
    margin-bottom: 24px;
}

.mr-about-hero-copy p {
    font-size: 19px;
    line-height: 1.8;
    color: #646464;
    margin-bottom: 34px;
}

.mr-gold-divider {
    width: 360px;
    height: 1px;
    background: rgba(185, 138, 61, 0.45);
    margin: 0 0 34px;
    position: relative;
}

.mr-gold-divider span {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    background: #fffaf7;
    color: #b98a3d;
    padding: 0 14px;
    font-size: 16px;
}

.mr-about-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

/* ABOUT PAGE HERO MOBILE */

@media (max-width: 991px) {
    .mr-about-page-hero {
        padding: 75px 0;
    }

    .mr-about-hero-image {
        max-width: 520px;
        margin: 0 auto 45px;
        border-radius: 34px;
    }

    .mr-about-hero-image img {
        height: 500px;
    }

    .mr-about-hero-copy {
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
    }

    .mr-about-hero-copy h1 {
        font-size: 56px;
    }

    .mr-about-hero-copy h2 {
        font-size: 28px;
    }

    .mr-gold-divider {
        margin: 0 auto 32px;
    }

    .mr-about-hero-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mr-about-page-hero {
        padding: 60px 0;
    }

    .mr-about-hero-image img {
        height: 390px;
    }

    .mr-about-hero-copy h1 {
        font-size: 42px;
    }

    .mr-about-hero-copy h2 {
        font-size: 22px;
    }

    .mr-about-hero-copy p {
        font-size: 16px;
    }

    .mr-gold-divider {
        width: 230px;
    }

    .mr-about-hero-buttons {
        flex-direction: column;
    }

    .mr-about-hero-buttons .mr-v3-btn {
        width: 100%;
        text-align: center;
    }
}
/* MY STORY V3 - ABOUT PAGE */

.mr-my-story-v3 {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 176, 182, 0.18), transparent 26%),
        radial-gradient(circle at 92% 85%, rgba(207, 182, 226, 0.18), transparent 28%),
        linear-gradient(140deg, #ffffff 0%, #fffaf7 46%, #f8f5fb 100%);
}

.mr-my-story-v3:before {
    content: "✦";
    position: absolute;
    top: 70px;
    right: 8%;
    font-size: 54px;
    color: rgba(185, 138, 61, 0.35);
}

.mr-my-story-v3:after {
    content: "♡";
    position: absolute;
    left: 8%;
    bottom: 70px;
    font-size: 76px;
    color: rgba(217, 130, 143, 0.20);
    font-family: Georgia, serif;
}

.mr-story-image-card {
    position: relative;
    z-index: 2;
    border-radius: 36px;
    overflow: hidden;
    padding: 18px;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(217, 130, 143, 0.20);
    box-shadow: 0 28px 80px rgba(15, 2, 0, 0.10);
}

.mr-story-img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.mr-story-copy {
    position: relative;
    z-index: 2;
    padding-left: 55px;
}

.mr-story-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 56px;
    line-height: 1.12;
    color: #7f2832;
    margin-bottom: 22px;
}

.mr-story-copy h3 {
    font-size: 25px;
    line-height: 1.55;
    color: #d9828f;
    font-weight: 500;
    margin-bottom: 38px;
}

.mr-story-points {
    margin-bottom: 34px;
}

.mr-story-point {
    display: flex;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(185, 138, 61, 0.24);
}

.mr-story-point:first-child {
    border-top: 1px solid rgba(185, 138, 61, 0.24);
}

.mr-story-point span {
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff1f4;
    color: #d9828f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 1px solid rgba(217, 130, 143, 0.25);
}

.mr-story-point h4 {
    font-family: "Berkshire Swash", serif;
    font-size: 28px;
    line-height: 1.1;
    color: #0f0200;
    margin-bottom: 8px;
}

.mr-story-point p {
    font-size: 17px;
    line-height: 1.75;
    color: #646464;
    margin: 0;
}

/* MY STORY MOBILE */

@media (max-width: 991px) {
    .mr-my-story-v3 {
        padding: 75px 0;
    }

    .mr-story-image-card {
        max-width: 520px;
        margin: 0 auto 45px;
    }

    .mr-story-img {
        height: 500px;
    }

    .mr-story-copy {
        padding-left: 0;
        text-align: center;
    }

    .mr-story-copy h2 {
        font-size: 46px;
    }

    .mr-story-copy h3 {
        font-size: 22px;
    }

    .mr-story-point {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .mr-my-story-v3 {
        padding: 60px 0;
    }

    .mr-story-img {
        height: 380px;
    }

    .mr-story-copy h2 {
        font-size: 36px;
    }

    .mr-story-copy h3 {
        font-size: 19px;
    }

    .mr-story-point {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .mr-story-point span {
        margin: 0 auto;
    }

    .mr-story-point p {
        font-size: 16px;
    }
}
/* 10 THINGS ABOUT ME V3 */

.mr-ten-things-v3 {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 176, 182, 0.18), transparent 26%),
        radial-gradient(circle at 92% 82%, rgba(207, 182, 226, 0.18), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #fff1f4 48%, #ffffff 100%);
}

.mr-ten-things-v3:before {
    content: "♡";
    position: absolute;
    top: 70px;
    left: 7%;
    font-size: 72px;
    color: rgba(217, 130, 143, 0.20);
    font-family: Georgia, serif;
}

.mr-ten-things-v3:after {
    content: "✦";
    position: absolute;
    right: 8%;
    bottom: 70px;
    font-size: 52px;
    color: rgba(185, 138, 61, 0.35);
}

.mr-ten-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 58px;
}

.mr-ten-heading h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 76px;
    line-height: 1;
    color: #7f2832;
    margin-bottom: 18px;
}

.mr-ten-heading p {
    font-size: 18px;
    line-height: 1.7;
    color: #646464;
}

.mr-ten-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.mr-ten-card {
    min-height: 235px;
    padding: 26px 18px 24px;
    border-radius: 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(217, 130, 143, 0.22);
    box-shadow: 0 22px 65px rgba(15, 2, 0, 0.07);
    transition: all 0.35s ease;
}

.mr-ten-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 80px rgba(15, 2, 0, 0.11);
}

.mr-ten-number {
    font-family: "Berkshire Swash", serif;
    font-size: 28px;
    color: #7f2832;
    margin-bottom: 16px;
}

.mr-ten-image-placeholder {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(140deg, #fff1f4, #f8f5fb);
    border: 1px solid rgba(217, 130, 143, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.mr-ten-card h3 {
    font-size: 18px;
    line-height: 1.35;
    color: #0f0200;
    font-weight: 600;
    margin: 0;
}

/* Future image support */
.mr-ten-card img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: block;
}

/* MOBILE */

@media (max-width: 1199px) {
    .mr-ten-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .mr-ten-things-v3 {
        padding: 75px 0;
    }

    .mr-ten-heading h2 {
        font-size: 58px;
    }

    .mr-ten-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .mr-ten-things-v3 {
        padding: 60px 0;
    }

    .mr-ten-heading h2 {
        font-size: 44px;
    }

    .mr-ten-heading p {
        font-size: 16px;
    }

    .mr-ten-grid {
        grid-template-columns: 1fr;
    }

    .mr-ten-card {
        min-height: auto;
    }
}
/* MY WRITING PHILOSOPHY V3 */

.mr-writing-philosophy-v3 {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 176, 182, 0.18), transparent 26%),
        radial-gradient(circle at 8% 84%, rgba(207, 182, 226, 0.16), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #ffffff 48%, #f8f5fb 100%);
}

.mr-writing-philosophy-v3:before {
    content: "";
    position: absolute;
    right: -90px;
    top: 90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 176, 182, 0.14);
}

.mr-writing-philosophy-v3:after {
    content: "✧";
    position: absolute;
    left: 8%;
    bottom: 80px;
    font-size: 58px;
    color: rgba(185, 138, 61, 0.34);
}

.mr-philosophy-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.mr-philosophy-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 72px;
    line-height: 1.02;
    color: #7f2832;
    margin-bottom: 24px;
}

.mr-philosophy-intro {
    font-size: 21px;
    line-height: 1.8;
    color: #646464;
    max-width: 680px;
    margin-bottom: 42px;
}

.mr-philosophy-list {
    border-top: 1px solid rgba(185, 138, 61, 0.30);
}

.mr-philosophy-item {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(185, 138, 61, 0.30);
}

.mr-philosophy-item span {
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff1f4;
    border: 1px solid rgba(217, 130, 143, 0.26);
    color: #d9828f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.mr-philosophy-item p {
    margin: 0;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f0200;
}

.mr-philosophy-note-card {
    position: relative;
    z-index: 2;
    max-width: 430px;
    margin: 0 auto;
    padding: 58px 42px;
    border-radius: 36px;
    background:
        linear-gradient(rgba(255,255,255,0.86), rgba(255,255,255,0.86)),
        linear-gradient(140deg, #fff1f4, #f8f5fb);
    border: 1px solid rgba(217, 130, 143, 0.24);
    box-shadow: 0 28px 80px rgba(15, 2, 0, 0.10);
    text-align: center;
}

.mr-philosophy-note-card:before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(185, 138, 61, 0.22);
    border-radius: 26px;
    pointer-events: none;
}

.mr-note-small {
    font-size: 13px !important;
    line-height: 1;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9828f !important;
    font-weight: 700;
    margin-bottom: 24px !important;
}

.mr-philosophy-note-card p:not(.mr-note-small) {
    font-family: "Berkshire Swash", serif;
    font-size: 34px;
    line-height: 1.45;
    color: #7f2832;
    margin-bottom: 28px;
}

.mr-philosophy-note-card span {
    display: inline-block;
    font-size: 34px;
    color: #b98a3d;
}

/* MOBILE */

@media (max-width: 991px) {
    .mr-writing-philosophy-v3 {
        padding: 75px 0;
    }

    .mr-philosophy-copy {
        text-align: center;
        margin: 0 auto 45px;
    }

    .mr-philosophy-copy h2 {
        font-size: 56px;
    }

    .mr-philosophy-intro {
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }

    .mr-philosophy-item {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .mr-writing-philosophy-v3 {
        padding: 60px 0;
    }

    .mr-philosophy-copy h2 {
        font-size: 42px;
    }

    .mr-philosophy-item {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    .mr-philosophy-item p {
        font-size: 17px;
        letter-spacing: 1.4px;
    }

    .mr-philosophy-note-card {
        padding: 46px 28px;
    }

    .mr-philosophy-note-card p:not(.mr-note-small) {
        font-size: 27px;
    }
}
/* FAQ V3 */

.mr-about-faq-v3 {
    position: relative;
    overflow: hidden;
    padding: 110px 0 115px;
    background:
        radial-gradient(circle at 90% 15%, rgba(255,176,182,0.18), transparent 26%),
        linear-gradient(140deg, #fffaf7 0%, #ffffff 48%, #f8f5fb 100%);
}

.mr-faq-copy {
    position: relative;
    z-index: 2;
    padding-right: 45px;
}

.mr-faq-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 64px;
    line-height: 1.05;
    color: #7f2832;
    margin-bottom: 38px;
}

.mr-faq-card {
    margin-bottom: 14px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(217,130,143,0.24);
    background: rgba(255,255,255,0.88);
    box-shadow: 0 14px 45px rgba(15,2,0,0.05);
}

.mr-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 21px 24px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #0f0200;
    cursor: pointer;
    position: relative;
}

.mr-faq-question:after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff1f4;
    color: #7f2832;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
}

.mr-faq-question:not(.collapsed):after {
    content: "–";
}

.mr-faq-question span {
    color: #b98a3d;
    margin-right: 12px;
}

.mr-faq-answer {
    padding: 0 24px 24px 56px;
    font-size: 16px;
    line-height: 1.75;
    color: #646464;
}

.mr-faq-message-link {
    display: inline-block;
    margin-top: 22px;
    color: #d9828f !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none !important;
}

.mr-faq-image-card,
.mr-friends-image-card {
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(217,130,143,0.20);
    box-shadow: 0 28px 80px rgba(15,2,0,0.10);
}

.mr-faq-image-card img,
.mr-friends-image-card img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}


/* LET'S BE FRIENDS V3 */

.mr-friends-v3 {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,176,182,0.18), transparent 26%),
        radial-gradient(circle at 90% 80%, rgba(207,182,226,0.18), transparent 28%),
        linear-gradient(140deg, #fff1f4 0%, #fffaf7 48%, #ffffff 100%);
}

.mr-friends-copy {
    position: relative;
    z-index: 2;
    padding-left: 55px;
}

.mr-friends-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 72px;
    line-height: 1;
    color: #7f2832;
    margin-bottom: 24px;
}

.mr-friends-copy p {
    font-size: 21px;
    line-height: 1.8;
    color: #646464;
    max-width: 690px;
    margin-bottom: 32px;
}

.mr-friends-small {
    font-size: 14px !important;
    margin-top: 22px;
    margin-bottom: 0 !important;
    color: #787878 !important;
}


/* FAQ + FRIENDS MOBILE */

@media (max-width: 991px) {
    .mr-about-faq-v3,
    .mr-friends-v3 {
        padding: 75px 0;
    }

    .mr-faq-copy {
        padding-right: 0;
        text-align: center;
        margin-bottom: 45px;
    }

    .mr-faq-copy h2,
    .mr-friends-copy h2 {
        font-size: 54px;
    }

    .mr-faq-question {
        font-size: 18px;
        padding-right: 62px;
    }

    .mr-faq-answer {
        text-align: left;
    }

    .mr-friends-copy {
        padding-left: 0;
        text-align: center;
        margin-top: 45px;
    }

    .mr-friends-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .mr-faq-image-card img,
    .mr-friends-image-card img {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .mr-about-faq-v3,
    .mr-friends-v3 {
        padding: 60px 0;
    }

    .mr-faq-copy h2,
    .mr-friends-copy h2 {
        font-size: 42px;
    }

    .mr-faq-question {
        font-size: 16px;
        line-height: 1.4;
    }

    .mr-faq-answer {
        padding: 0 22px 22px 24px;
        font-size: 15px;
    }

    .mr-faq-image-card img,
    .mr-friends-image-card img {
        height: 320px;
    }

    .mr-friends-copy p {
        font-size: 17px;
    }
}
```css
/* BOOKS PAGE V3 */

.mr-books-page .home1_banner_outer:before,
.mr-books-page .home1_banner_outer:after {
    display: none !important;
}

/* BOOKS HERO */

.mr-books-hero-v3 {
    position: relative;
    overflow: hidden;
    padding: 95px 0 105px;
    background:
        radial-gradient(circle at 90% 18%, rgba(255, 176, 182, 0.22), transparent 26%),
        radial-gradient(circle at 8% 88%, rgba(207, 182, 226, 0.18), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #f8f5fb 48%, #ffffff 100%);
}

.mr-books-hero-v3:before {
    content: "♡";
    position: absolute;
    right: 8%;
    top: 70px;
    font-size: 78px;
    color: rgba(217, 130, 143, 0.18);
    font-family: Georgia, serif;
}

.mr-books-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.mr-books-hero-copy h1 {
    font-family: "Berkshire Swash", serif;
    font-size: 78px;
    line-height: 1;
    color: #7f2832;
    margin-bottom: 22px;
}

.mr-books-hero-copy h2 {
    font-size: 30px;
    line-height: 1.45;
    color: #0f0200;
    font-weight: 500;
    margin-bottom: 24px;
}

.mr-books-hero-copy p {
    font-size: 18px;
    line-height: 1.8;
    color: #646464;
    margin-bottom: 34px;
}

.mr-books-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mr-books-hero-stack {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr-books-stack-book {
    width: 255px;
    height: 385px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(15, 2, 0, 0.20);
    background: #ffffff;
    position: absolute;
    transition: all 0.35s ease;
}

.mr-books-stack-book.book-1 {
    transform: rotate(-8deg) translateX(-155px) translateY(25px);
    z-index: 1;
}

.mr-books-stack-book.book-2 {
    transform: rotate(2deg) translateY(-25px);
    z-index: 3;
}

.mr-books-stack-book.book-3 {
    transform: rotate(8deg) translateX(155px) translateY(30px);
    z-index: 2;
}

.mr-books-hero-stack:hover .book-1 {
    transform: rotate(-10deg) translateX(-175px) translateY(18px);
}

.mr-books-hero-stack:hover .book-3 {
    transform: rotate(10deg) translateX(175px) translateY(22px);
}

.mr-books-hero-props {
    position: absolute;
    bottom: 28px;
    right: 55px;
    display: flex;
    gap: 18px;
    font-size: 32px;
    opacity: 0.9;
}


/* BROWSE ALL BOOKS */

.mr-browse-books-v3 {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 176, 182, 0.18), transparent 26%),
        linear-gradient(140deg, #ffffff 0%, #fffaf7 48%, #f8f5fb 100%);
}

.mr-browse-books-v3:before {
    content: "✦";
    position: absolute;
    left: 8%;
    bottom: 70px;
    color: rgba(185, 138, 61, 0.35);
    font-size: 54px;
}

.mr-books-section-heading {
    position: relative;
    z-index: 2;
    max-width: 830px;
    margin: 0 auto 58px;
}

.mr-books-section-heading h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 70px;
    line-height: 1;
    color: #7f2832;
    margin-bottom: 18px;
}

.mr-books-section-heading p {
    font-size: 18px;
    line-height: 1.7;
    color: #646464;
}

.mr-book-list-card {
    height: 100%;
    display: flex;
    gap: 26px;
    align-items: center;
    padding: 26px;
    border-radius: 32px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(217,130,143,0.20);
    box-shadow: 0 24px 70px rgba(15,2,0,0.08);
    transition: all 0.35s ease;
}

.mr-book-list-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 32px 90px rgba(15,2,0,0.12);
}

.mr-book-list-cover {
    flex: 0 0 190px;
}

.mr-book-list-cover img {
    width: 190px;
    height: 285px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(15,2,0,0.16);
    display: block;
}

.mr-book-list-copy {
    flex: 1;
}

.mr-book-tag {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 999px;
    background: #fff1f4;
    color: #d9828f !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 16px !important;
}

.mr-book-list-copy h3 {
    font-family: "Berkshire Swash", serif;
    font-size: 36px;
    line-height: 1.15;
    color: #0f0200;
    margin-bottom: 14px;
}

.mr-book-list-copy p {
    font-size: 16px;
    line-height: 1.7;
    color: #646464;
    margin-bottom: 16px;
}

.mr-book-status {
    display: block;
    color: #7f2832;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
}

.mr-book-card-actions .mr-v3-btn {
    padding: 14px 26px;
    font-size: 14px;
}


/* BOOKS FINAL CTA */

.mr-books-final-cta-v3 {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,0.24), transparent 26%),
        linear-gradient(135deg, #ffb0b6 0%, #e98d99 55%, #cfb6e2 100%);
}

.mr-books-final-cta-v3:before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 36px;
    pointer-events: none;
}

.mr-books-free-cover {
    position: relative;
    z-index: 2;
    max-width: 370px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 32px;
    background: rgba(255,255,255,0.80);
    box-shadow: 0 28px 80px rgba(15,2,0,0.18);
}

.mr-books-free-cover img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.mr-books-final-copy {
    position: relative;
    z-index: 2;
    padding-left: 50px;
}

.mr-books-final-copy .mr-v3-kicker,
.mr-books-final-copy h2,
.mr-books-final-copy p {
    color: #ffffff !important;
}

.mr-books-final-copy h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 22px;
}

.mr-books-final-copy p {
    font-size: 20px;
    line-height: 1.8;
    max-width: 720px;
    margin-bottom: 34px;
}

.mr-books-final-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.mr-books-final-cta-v3 .mr-v3-btn-primary {
    background: #ffffff;
    color: #0f0200 !important;
    box-shadow: 0 14px 34px rgba(15,2,0,0.13);
}

.mr-books-final-cta-v3 .mr-v3-btn-primary:hover {
    background: #0f0200;
    color: #ffffff !important;
}

.mr-books-final-cta-v3 .mr-v3-btn-secondary {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.75);
}

.mr-books-final-cta-v3 .mr-v3-btn-secondary:hover {
    background: #0f0200;
    border-color: #0f0200;
}

.mr-books-small-note {
    font-size: 14px !important;
    margin-top: 22px;
    margin-bottom: 0 !important;
    opacity: 0.92;
}


/* BOOKS PAGE MOBILE */

@media (max-width: 991px) {
    .mr-books-hero-v3,
    .mr-browse-books-v3,
    .mr-books-final-cta-v3 {
        padding: 75px 0;
    }

    .mr-books-hero-copy {
        text-align: center;
        margin: 0 auto 45px;
    }

    .mr-books-hero-copy h1 {
        font-size: 58px;
    }

    .mr-books-hero-copy h2 {
        font-size: 25px;
    }

    .mr-books-hero-buttons {
        justify-content: center;
    }

    .mr-books-hero-stack {
        min-height: 430px;
    }

    .mr-books-stack-book {
        width: 190px;
        height: 285px;
    }

    .mr-books-stack-book.book-1 {
        transform: rotate(-8deg) translateX(-110px) translateY(18px);
    }

    .mr-books-stack-book.book-3 {
        transform: rotate(8deg) translateX(110px) translateY(18px);
    }

    .mr-books-section-heading h2,
    .mr-books-final-copy h2 {
        font-size: 54px;
    }

    .mr-books-final-copy {
        padding-left: 0;
        text-align: center;
        margin-top: 45px;
    }

    .mr-books-final-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mr-books-hero-v3,
    .mr-browse-books-v3,
    .mr-books-final-cta-v3 {
        padding: 60px 0;
    }

    .mr-books-hero-copy h1,
    .mr-books-section-heading h2,
    .mr-books-final-copy h2 {
        font-size: 42px;
    }

    .mr-books-hero-copy h2 {
        font-size: 21px;
    }

    .mr-books-hero-stack {
        min-height: 360px;
    }

    .mr-books-stack-book {
        width: 145px;
        height: 218px;
    }

    .mr-books-stack-book.book-1 {
        transform: rotate(-8deg) translateX(-78px) translateY(18px);
    }

    .mr-books-stack-book.book-3 {
        transform: rotate(8deg) translateX(78px) translateY(18px);
    }

    .mr-books-hero-buttons,
    .mr-books-final-buttons {
        flex-direction: column;
    }

    .mr-books-hero-buttons .mr-v3-btn,
    .mr-books-final-buttons .mr-v3-btn {
        width: 100%;
        text-align: center;
    }

    .mr-book-list-card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .mr-book-list-cover {
        flex: none;
    }

    .mr-book-list-cover img {
        width: 180px;
        height: 270px;
        margin: 0 auto;
    }

    .mr-book-list-copy h3 {
        font-size: 32px;
    }

    .mr-books-final-copy p {
        font-size: 17px;
    }

    .mr-books-free-cover {
        max-width: 280px;
    }
}
```css
/* BOOK DETAIL V4 CLEAN TEMPLATE */

.mr-book-detail-v4-page .home1_banner_outer:before,
.mr-book-detail-v4-page .home1_banner_outer:after {
    display: none !important;
}

.mr-bd-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mr-bd-hero {
    position: relative;
    padding: 70px 0 95px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,176,182,0.20), transparent 27%),
        radial-gradient(circle at 8% 92%, rgba(207,182,226,0.16), transparent 28%),
        linear-gradient(140deg, #fffaf7 0%, #fff1f4 45%, #ffffff 100%);
}

.mr-bd-breadcrumb {
    margin-bottom: 45px;
    font-size: 14px;
    color: #7f2832;
}

.mr-bd-breadcrumb a {
    color: #7f2832 !important;
    text-decoration: none !important;
}

.mr-bd-breadcrumb span {
    margin: 0 9px;
    color: #d9828f;
}

.mr-bd-hero-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 70px;
    align-items: center;
}

.mr-bd-cover-card {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 32px;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(217,130,143,0.22);
    box-shadow: 0 28px 80px rgba(15,2,0,0.14);
    text-align: center;
}

.mr-bd-cover-card img {
    width: 100%;
    border-radius: 22px;
    display: block;
}

.mr-bd-book-badge {
    position: absolute;
    top: 24px;
    right: -18px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d6a84f, #f4d889);
    color: #7f2832;
    font-family: "Berkshire Swash", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 35px rgba(15,2,0,0.15);
    z-index: 3;
}

.mr-bd-status {
    margin: 18px 0 0;
    font-size: 15px;
    color: #7f2832;
    font-weight: 700;
}

.mr-bd-copy-side h1 {
    font-family: "Berkshire Swash", serif;
    font-size: 74px;
    line-height: 1;
    color: #7f2832;
    margin-bottom: 16px;
}

.mr-bd-copy-side h2 {
    font-size: 28px;
    line-height: 1.45;
    font-weight: 500;
    color: #0f0200;
    margin-bottom: 24px;
}

.mr-bd-blurb {
    margin: 30px 0;
}

.mr-bd-blurb p {
    font-size: 18px;
    line-height: 1.75;
    color: #404040;
    margin-bottom: 18px;
}

.mr-bd-blurb strong,
.mr-bd-blurb b {
    color: #7f2832;
}

.mr-bd-tropes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 34px 0;
}

.mr-bd-tropes div {
    padding: 18px 12px;
    border-radius: 22px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(217,130,143,0.20);
    text-align: center;
}

.mr-bd-tropes span {
    display: block;
    color: #d9828f;
    font-size: 25px;
    margin-bottom: 8px;
}

.mr-bd-tropes p {
    margin: 0;
    color: #0f0200;
    font-size: 14px;
    font-weight: 700;
}

.mr-bd-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* VIBES */

.mr-bd-vibes {
    padding: 90px 0 100px;
    background: linear-gradient(140deg, #ffffff 0%, #fffaf7 48%, #f8f5fb 100%);
}

.mr-bd-section-heading {
    max-width: 820px;
    margin: 0 auto 50px;
}

.mr-bd-section-heading h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 56px;
    line-height: 1.1;
    color: #7f2832;
}

.mr-bd-vibe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mr-bd-vibe-card {
    padding: 34px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(217,130,143,0.20);
    box-shadow: 0 20px 60px rgba(15,2,0,0.06);
    text-align: center;
}

.mr-bd-vibe-card span {
    font-size: 36px;
    display: block;
    margin-bottom: 16px;
}

.mr-bd-vibe-card h3 {
    font-family: "Berkshire Swash", serif;
    font-size: 28px;
    color: #7f2832;
    margin-bottom: 10px;
}

.mr-bd-vibe-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #646464;
    margin: 0;
}

/* READER LOVE */

.mr-bd-reader-love {
    padding: 85px 0 95px;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,176,182,0.18), transparent 28%),
        linear-gradient(140deg, #fff1f4 0%, #fffaf7 55%, #ffffff 100%);
}

.mr-bd-reader-love h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 60px;
    color: #7f2832;
}

.mr-bd-reader-love p {
    max-width: 680px;
    margin: 0 auto 30px;
    color: #646464;
    font-size: 18px;
}

/* MORE BOOKS */

.mr-bd-more-books {
    padding: 90px 0 100px;
    background: #ffffff;
}

.mr-bd-more-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 860px;
    margin: 0 auto;
}

.mr-bd-more-card {
    text-align: center;
    text-decoration: none !important;
}

.mr-bd-more-card img {
    width: 190px;
    height: 285px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 20px 55px rgba(15,2,0,0.14);
    margin-bottom: 18px;
    transition: 0.35s ease;
}

.mr-bd-more-card:hover img {
    transform: translateY(-7px);
}

.mr-bd-more-card h3 {
    font-family: "Berkshire Swash", serif;
    font-size: 28px;
    color: #0f0200;
}

/* NEWSLETTER CTA */

.mr-bd-newsletter {
    padding: 90px 0 100px;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,0.24), transparent 26%),
        linear-gradient(135deg, #ffb0b6 0%, #e98d99 55%, #cfb6e2 100%);
}

.mr-bd-newsletter-box {
    border-radius: 34px;
    padding: 55px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.mr-bd-newsletter h2 {
    font-family: "Berkshire Swash", serif;
    font-size: 58px;
    color: #ffffff;
    margin-bottom: 14px;
}

.mr-bd-newsletter p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 700px;
}

.mr-bd-newsletter .mr-v3-btn-primary {
    background: #ffffff;
    color: #0f0200 !important;
}

/* REVIEW POPUP */

.mr-bd-review-modal {
    border-radius: 30px;
    overflow: hidden;
    border: none;
    background: linear-gradient(140deg, #fffaf7, #ffffff);
}

.mr-bd-review-modal .modal-header {
    padding: 25px 30px;
    border-bottom: 1px solid rgba(217,130,143,0.18);
}

.mr-bd-review-modal .modal-title {
    font-family: "Berkshire Swash", serif;
    font-size: 36px;
    color: #7f2832;
}

.mr-bd-review-modal .modal-body {
    padding: 30px;
}

.mr-bd-popup-review {
    padding: 24px;
    border-radius: 24px;
    background: #fffaf7;
    border: 1px solid rgba(217,130,143,0.20);
    margin-bottom: 18px;
}

.mr-bd-stars {
    color: #b98a3d;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.mr-bd-popup-review p {
    font-size: 16px;
    line-height: 1.7;
    color: #0f0200;
    margin-bottom: 14px;
}

.mr-bd-popup-review strong {
    display: block;
    color: #7f2832;
}

.mr-bd-popup-review span {
    display: block;
    color: #646464;
    font-size: 13px;
}

/* MOBILE */

@media (max-width: 991px) {
    .mr-bd-hero,
    .mr-bd-vibes,
    .mr-bd-reader-love,
    .mr-bd-more-books,
    .mr-bd-newsletter {
        padding: 70px 0;
    }

    .mr-bd-hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
        text-align: center;
    }

    .mr-bd-cover-card {
        max-width: 330px;
    }

    .mr-bd-copy-side h1 {
        font-size: 56px;
    }

    .mr-bd-copy-side h2 {
        font-size: 24px;
    }

    .mr-bd-tropes,
    .mr-bd-vibe-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mr-bd-buttons {
        justify-content: center;
    }

    .mr-bd-more-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mr-bd-newsletter-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .mr-bd-container {
        width: min(100% - 28px, 1180px);
    }

    .mr-bd-copy-side h1,
    .mr-bd-reader-love h2,
    .mr-bd-newsletter h2 {
        font-size: 42px;
    }

    .mr-bd-section-heading h2 {
        font-size: 38px;
    }

    .mr-bd-copy-side h2 {
        font-size: 20px;
    }

    .mr-bd-blurb p {
        font-size: 16px;
    }

    .mr-bd-tropes,
    .mr-bd-vibe-grid,
    .mr-bd-more-grid {
        grid-template-columns: 1fr;
    }

    .mr-bd-buttons {
        flex-direction: column;
    }

    .mr-bd-buttons .mr-v3-btn {
        width: 100%;
        text-align: center;
    }

    .mr-bd-newsletter-box {
        padding: 35px 24px;
    }
}


/* Final Hero Picture + Text Overlay Fix */
.mr-hero-v3-frame {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #fffaf7 !important;
}

.mr-hero-v3-frame picture {
    display: block !important;
    width: 100% !important;
}

.mr-hero-v3-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
}

.mr-hero-v3-copy {
    position: absolute !important;
    top: 50% !important;
    left: 7% !important;
    transform: translateY(-50%) !important;
    max-width: 540px !important;
    z-index: 5 !important;
    padding: 30px 32px !important;
    border-radius: 24px !important;
    background: rgba(255, 248, 245, 0.76) !important;
    box-shadow: 0 24px 70px rgba(75, 47, 53, 0.08) !important;
}

.mr-hero-v3-copy h2 {
    font-family: "Berkshire Swash", serif !important;
    font-size: clamp(36px, 4vw, 62px) !important;
    line-height: 1.08 !important;
    margin: 0 0 16px !important;
    color: #4b2f35 !important;
}

.mr-hero-v3-subtitle {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #5e4a4d !important;
    margin: 0 0 24px !important;
}

.mr-hero-v3-copy .mr-hero-v3-actions {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin-top: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 6 !important;
}

@media (max-width: 767px) {
    .mr-hero-v3 {
        padding-bottom: 28px !important;
    }

    .mr-hero-v3-img {
        min-height: 680px !important;
        height: auto !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

    .mr-hero-v3-copy {
        top: 9% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: calc(100% - 36px) !important;
        max-width: none !important;
        padding: 22px 20px !important;
        text-align: center !important;
        background: rgba(255, 248, 245, 0.82) !important;
        border-radius: 20px !important;
    }

    .mr-hero-v3-copy h2 {
        font-size: 30px !important;
        line-height: 1.12 !important;
    }

    .mr-hero-v3-subtitle {
        font-size: 15px !important;
        line-height: 1.55 !important;
        margin-bottom: 18px !important;
    }

    .mr-hero-v3-copy .mr-hero-v3-actions {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .mr-hero-v3-copy .mr-v3-btn {
        width: 100% !important;
        text-align: center !important;
        padding: 15px 22px !important;
    }
}
/* Hero typography polish */
.mr-hero-v3-copy h2 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: clamp(42px, 4.2vw, 68px) !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: -0.8px !important;
    color: #4b2f35 !important;
}

.mr-hero-v3-subtitle {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
    color: #5f4a4f !important;
    max-width: 460px !important;
}

@media (max-width: 767px) {
    .mr-hero-v3-copy h2 {
        font-size: 34px !important;
        line-height: 1.12 !important;
    }

    .mr-hero-v3-subtitle {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }
}
/* Hero logo / wordmark overlay */
.mr-hero-v3-copy {
    background: rgba(255, 248, 245, 0.58) !important;
    padding: 30px 34px !important;
    max-width: 640px !important;
}

.mr-hero-logo-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.mr-hero-logo-img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.mr-hero-v3-actions {
    justify-content: center;
}

/* Mobile logo placement */
@media (max-width: 767px) {
    .mr-hero-v3-copy {
        top: 10% !important;
        width: calc(100% - 34px) !important;
        padding: 22px 18px !important;
        background: rgba(255, 248, 245, 0.68) !important;
    }

    .mr-hero-logo-img {
        max-width: 330px;
    }

    .mr-hero-logo-wrap {
        margin-bottom: 18px;
    }
}
/* Final hero image setup - desktop + mobile */
.mr-hero-v3 {
    position: relative;
    overflow: hidden;
}

.mr-hero-v3-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mr-hero-v3-frame picture {
    display: block;
    width: 100%;
}

.mr-hero-v3-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Buttons over final hero image */
.mr-hero-v3-actions-over-image {
    position: absolute;
    left: 8.5%;
    bottom: 11%;
    display: flex;
    gap: 14px;
    z-index: 3;
}

@media (max-width: 767px) {
    .mr-hero-v3-actions-over-image {
        left: 50%;
        bottom: 7%;
        transform: translateX(-50%);
        width: calc(100% - 48px);
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mr-hero-v3-actions-over-image .mr-v3-btn {
        width: 100%;
        text-align: center;
    }
}
