/**
 * Guest Reviews page — Figma node 1463:3868 (desktop), 1579:29747 (mobile)
 * https://www.figma.com/design/RgNVpZ3TrlxEWXWB9QrQjD/The-House-of-Legends?m=dev&focus-id=1579-29747
 * Depends on landing-page-v5.css, private-event.css (.pe-hero).
 */

/* ---- A Unique Creative Space (mobile frame; scales up on larger viewports) ---- */
.reviews-creative {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 360px;
    padding: 80px 120px;
    overflow: hidden;
}

.reviews-creative-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.reviews-creative-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-creative-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        rgba(26, 26, 26, 0) 22%,
        #1a1a1a 78%
    );
}

.reviews-creative-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.reviews-creative-title {
    font-family: "Decophile", "Playfair Display", serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.reviews-creative-text {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #a6a6a6;
    margin: 0;
}

.reviews-main {
    background: #1a1a1a;
}

/* Hero: match Figma fade into page background */
.reviews-page .reviews-hero.pe-hero .pe-hero-bg::after {
    background: linear-gradient(
        to bottom,
        rgba(26, 26, 26, 0) 35%,
        #1a1a1a 100%
    );
}

.reviews-hero-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.reviews-hero-stars {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.reviews-hero-stars svg {
    width: 32px;
    height: 32px;
    fill: #c5a059;
}

.reviews-hero-rating-text {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #e6e6e6;
    margin: 0;
    text-align: center;
}

/* Share Your Experience */
.reviews-share {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 80px 120px;
    overflow: hidden;
}

.reviews-share-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.reviews-share-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-share-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        rgba(26, 26, 26, 0) 22%,
        #1a1a1a 78%
    );
}

.reviews-share-inner {
    position: relative;
    z-index: 1;
    max-width: 588px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.reviews-share-title {
    font-family: "Decophile", "Playfair Display", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.reviews-share-text {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #a6a6a6;
    margin: 0;
}

.reviews-google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 800px;
    background: #c5a059;
    color: #1a1a1a;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
}

.reviews-google-btn:hover {
    filter: brightness(1.06);
}

.reviews-google-btn svg {
    flex-shrink: 0;
}

/* Visit House of Legends */
.reviews-visit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 180px 120px 80px;
    overflow: hidden;
    min-height: 520px;
}

.reviews-visit-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.reviews-visit-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-visit-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(26, 26, 26, 0) 47%,
        #1a1a1a 92%
    );
}

.reviews-visit-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 784px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.reviews-visit-title {
    font-family: "Decophile", "Playfair Display", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    color: #c5a059;
    margin: 0;
}

.reviews-visit-desc {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 29.25px;
    font-weight: 400;
    color: #e6e6e6;
    margin: 0;
}

.reviews-visit-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 8px 24px;
    border-radius: 800px;
    background: #c5a059;
    color: #1a1a1a;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
}

.reviews-visit-cta:hover {
    filter: brightness(1.06);
}

@media screen and (max-width: 1024px) {
    .reviews-share {
        padding: 64px 24px;
        min-height: 0;
    }

    .reviews-share-bg::after {
        background: linear-gradient(
            to top,
            rgba(26, 26, 26, 0.2) 0%,
            #1a1a1a 65%
        );
    }

    .reviews-share-title {
        font-size: 40px;
        line-height: 48px;
    }

    .reviews-visit {
        padding: 120px 24px 64px;
    }

    .reviews-visit-title {
        font-size: 40px;
        line-height: 48px;
    }
}

/* ---- Reviews page mobile — Figma 1579:29747 ---- */
@media screen and (max-width: 768px) {
    .reviews-share-inner {
        max-width: 100%;
    }

    /* Hero: image strip + overlapping copy block (same pattern as landing / private event mobile) */
    .reviews-page .reviews-hero.pe-hero {
        min-height: 0;
        padding: 0 0 40px;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .reviews-page .reviews-hero.pe-hero .pe-hero-bg {
        position: relative;
        height: 210px;
        flex-shrink: 0;
    }

    .reviews-page .reviews-hero.pe-hero .pe-hero-bg img {
        position: absolute;
        inset: 0;
    }

    .reviews-page .reviews-hero.pe-hero .pe-hero-inner {
        padding: 0 16px 64px;
        margin-top: -40px;
        gap: 16px;
        background-color: #1a1a1a;
    }

    .reviews-page .reviews-hero.pe-hero .pe-hero-title {
        font-size: 36px;
        line-height: 44px;
    }

    .reviews-page .reviews-hero.pe-hero .pe-hero-subtitle {
        font-family: "Philosopher", serif;
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
    }

    .reviews-page .reviews-hero-rating {
        gap: 8px;
    }

    .reviews-page .reviews-hero-stars svg {
        width: 24px;
        height: 24px;
    }

    .reviews-page .reviews-hero-rating-text {
        font-size: 14px;
        line-height: 20px;
        color: #e6e6e6;
    }

    /* A Unique Creative Space */
    .reviews-creative {
        min-height: 0;
        padding: 40px 16px;
        align-items: flex-start;
    }

    .reviews-creative-bg::after {
        background: linear-gradient(
            to left,
            rgba(26, 26, 26, 0) 0%,
            #1a1a1a 77.9%
        );
    }

    .reviews-creative-inner {
        gap: 32px;
        max-width: 100%;
    }

    .reviews-creative-title {
        font-size: 32px;
        line-height: 40px;
    }

    .reviews-creative-text {
        font-size: 14px;
        line-height: 20px;
    }

    /* Share Your Experience */
    .reviews-share {
        min-height: 0;
        padding: 40px 16px;
        align-items: flex-start;
    }

    .reviews-share-bg::after {
        background: linear-gradient(
            to left,
            rgba(26, 26, 26, 0) 0%,
            #1a1a1a 77.9%
        );
    }

    .reviews-share-inner {
        gap: 32px;
        align-items: flex-start;
        text-align: left;
    }

    .reviews-share-title {
        font-size: 32px;
        line-height: 40px;
        color: #fff;
    }

    .reviews-share-text {
        font-size: 14px;
        line-height: 20px;
        color: #a6a6a6;
    }

    .reviews-google-btn {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 16px;
        gap: 4px;
    }

    /* Visit House of Legends */
    .reviews-visit {
        min-height: 0;
        padding: 80px 16px 40px;
    }

    .reviews-visit-bg::after {
        background: linear-gradient(
            to bottom,
            rgba(26, 26, 26, 0) 47%,
            #1a1a1a 92%
        );
    }

    .reviews-visit-title {
        font-size: 36px;
        line-height: 44px;
    }

    .reviews-visit-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .reviews-visit-cta {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .reviews-creative {
        padding: 64px 40px;
    }
}
