/**
 * About House of Legends — Figma node 1493:16244
 * https://www.figma.com/design/RgNVpZ3TrlxEWXWB9QrQjD/The-House-of-Legends?node-id=1493-16244
 */

.about-hol-main {
    background: #1a1a1a;
}

/* ---- Hero (extends .pe-hero) — full viewport ---- */
.about-hol-page .ahol-hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 180px 120px 100px;
}

.about-hol-page .ahol-hero .pe-hero-inner {
    gap: 16px;
}

.about-hol-page .ahol-hero-bg::after {
    background: linear-gradient(
        to bottom,
        rgba(26, 26, 26, 0.2) 15%,
        #1a1a1a 100%
    );
}

.about-hol-page .ahol-hero .pe-hero-title {
    max-width: 100%;
}

.about-hol-page .ahol-hero .pe-hero-subtitle {
    max-width: 960px;
}

/* ---- Content sections with full-bleed backgrounds ---- */
.ahol-section {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 80px 120px;
}

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

.ahol-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Our Story & Supporting: text left, gradient dark on left */
.ahol-section--text-left .ahol-section-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        rgba(26, 26, 26, 0) 22.5%,
        #1a1a1a 77.9%
    );
}

/* Culture: text right, gradient dark on left side of frame */
.ahol-culture {
    justify-content: flex-end;
    align-items: center;
    min-height: 440px;
    padding: 56px 120px;
}

.ahol-culture .ahol-section-bg {
    overflow: hidden;
}

.ahol-culture .ahol-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Bias toward upper area of the photo */
    object-position: 50% 8%;
    transform: none;
}

.ahol-culture .ahol-section-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        #1a1a1a 0%,
        rgba(26, 26, 26, 0) 75%
    );
}

.ahol-section-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 588px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ahol-culture .ahol-section-inner {
    max-width: 690px;
    margin-left: auto;
    align-items: flex-start;
}

.ahol-section-inner--tight {
    gap: 8px;
}

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

.ahol-section-title--gold {
    color: #c5a059;
}

.ahol-section-title--culture {
    font-size: 48px;
    line-height: 72px;
    text-align: left;
}

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

.ahol-culture .ahol-culture-copy {
    font-size: 16px;
    line-height: 24px;
    color: #e6e6e6;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ahol-culture .ahol-culture-copy p {
    margin: 0;
}

.ahol-section-tagline {
    font-family: "Philosopher", serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #c5a059;
    margin: 0;
}

/* ---- Perform CTA ---- */
.ahol-perform-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: flex-start;
    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;
}

.ahol-perform-btn:hover {
    filter: brightness(1.06);
}

.ahol-perform-btn svg {
    flex-shrink: 0;
}

/* ---- Our Vision ---- */
.ahol-vision {
    position: relative;
    overflow: hidden;
    padding: 80px 120px;
    background: #1a1a1a;
}

.ahol-vision-box {
    position: relative;
    min-height: 428px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 40px 24px;
    text-align: center;
}

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

.ahol-vision-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ahol-vision-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.ahol-vision-title {
    position: relative;
    z-index: 1;
    font-family: "Decophile", "Playfair Display", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    color: #c5a059;
    margin: 0;
}

.ahol-vision-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    max-width: 800px;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    line-height: 32.5px;
    font-weight: 400;
    color: #e6e6e6;
    margin: 0;
}

.ahol-vision-copy p {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .about-hol-page .ahol-hero {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 160px 24px 80px;
    }

    .ahol-section {
        min-height: 0;
        padding: 64px 24px;
        flex-direction: column;
    }

    .ahol-section--text-left .ahol-section-bg::after {
        background: linear-gradient(
            to bottom,
            rgba(26, 26, 26, 0.15) 0%,
            #1a1a1a 55%,
            #1a1a1a 100%
        );
    }

    .ahol-culture {
        min-height: 440px;
        justify-content: flex-start;
        padding: 48px 24px;
    }

    .ahol-culture .ahol-section-bg img {
        height: 100%;
        transform: none;
        object-position: 50% 10%;
    }

    .ahol-culture .ahol-section-bg::after {
        background: linear-gradient(
            to bottom,
            rgba(26, 26, 26, 0.2) 0%,
            #1a1a1a 70%
        );
    }

    .ahol-culture .ahol-section-inner {
        margin-left: 0;
        max-width: 100%;
    }

    .ahol-section-title {
        font-size: 40px;
        line-height: 48px;
    }

    .ahol-section-title--culture {
        font-size: 36px;
        line-height: 44px;
    }

    .ahol-vision {
        padding: 64px 24px;
    }

    .ahol-vision-title {
        font-size: 40px;
        line-height: 48px;
    }

    .ahol-vision-copy {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    /* Hero: 210px banner + overlapping copy (same pattern as reviews / .pe-page mobile) */
    .about-hol-page .ahol-hero.pe-hero {
        min-height: 0;
        padding: 0 0 40px;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

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

    .about-hol-page .ahol-hero .pe-hero-bg img {
        position: absolute;
        inset: 0;
    }

    .about-hol-page .ahol-hero .pe-hero-bg::after {
        background: linear-gradient(
            to bottom,
            rgba(26, 26, 26, 0) 0%,
            #1a1a1a 100%
        );
    }

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

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

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

    /* Story & Community — padding, left fade, Title/Small + Body/14 */
    .ahol-section {
        min-height: 0;
        padding: 40px 16px;
        align-items: flex-start;
    }

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

    .ahol-culture {
        min-height: 0;
        padding: 40px 16px;
        justify-content: flex-start;
        align-items: stretch;
    }

    .ahol-culture .ahol-section-bg::after {
        background: linear-gradient(
            to left,
            #1a1a1a 0%,
            rgba(26, 26, 26, 0) 100%
        );
    }

    .ahol-culture .ahol-section-bg img {
        object-position: 50% 18%;
    }

    .ahol-culture .ahol-section-inner {
        margin-left: 0;
    }

    .ahol-section-inner {
        max-width: 100%;
        gap: 32px;
    }

    .ahol-section-inner.ahol-section-inner--tight {
        gap: 8px;
    }

    /* Title/Small 32/40 — gold only where specified in design */
    .ahol-section-title {
        font-size: 32px;
        line-height: 40px;
        color: #fff;
    }

    .ahol-section-title--gold,
    .ahol-section-title--culture {
        color: #c5a059;
    }

    .ahol-section-body {
        font-size: 14px;
        line-height: 20px;
        color: #a6a6a6;
    }

    .ahol-section-body + .ahol-section-tagline {
        margin-top: -16px;
    }

    .ahol-section-body + .ahol-perform-btn {
        margin-top: -16px;
    }

    .ahol-section-tagline {
        font-size: 18px;
        line-height: 28px;
    }

    .ahol-culture .ahol-culture-copy {
        font-size: 14px;
        line-height: 20px;
    }

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

    .ahol-perform-btn svg {
        width: 24px;
        height: 24px;
    }

    /* Our Vision — py 80 inner, Title/Small, Body/14 centered */
    .ahol-vision {
        padding: 40px 16px;
    }

    .ahol-vision-box {
        min-height: 0;
        padding: 80px 24px;
        gap: 24px;
    }

    .ahol-vision-title {
        font-size: 32px;
        line-height: 40px;
    }

    .ahol-vision-copy {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }

    /* Contact — Title/Small 32/40 (landing global mobile uses 28px) */
    .about-hol-page .v5-contact-title {
        font-size: 32px;
        line-height: 40px;
    }
}
