/* English homepage hero adjustments for the 83099 lounge image. */
.english-hero-copy {
    max-width: 700px;
}

.about-copy p {
    margin-bottom: 1rem;
    color: #59534e;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

.footer-simple-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .7rem;
    margin-top: 0;
}

.footer-simple-nav a {
    color: rgba(255, 255, 255, .82);
    font-family: "Inter", sans-serif;
    font-size: .95rem;
    font-weight: 500;
    text-decoration: none;
}

.footer-simple-nav a:hover,
.footer-simple-nav a:focus-visible {
    color: #d4a574;
}

@media (min-width: 992px) {
    .footer-explore {
        padding-left: 3rem;
    }
}

.hero-background img {
    object-position: center center;
    transform: scale(1.12);
    transform-origin: left center;
}

.hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(13, 14, 17, .9) 0%,
        rgba(13, 14, 17, .75) 34%,
        rgba(13, 14, 17, .34) 66%,
        rgba(13, 14, 17, .18) 100%
    );
}

/* Give English FAQ questions a matte, editorial treatment. */
#faq .accordion {
    border: 1px solid rgba(44, 44, 44, .1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(26, 24, 22, .06);
}

#faq .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(44, 44, 44, .1);
    background: #fff;
}

#faq .accordion-item:last-child {
    border-bottom: 0;
}

#faq .accordion-button,
#faq .accordion-button:not(.collapsed) {
    padding: 1.15rem 1.25rem;
    color: #292623;
    background: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0;
    text-shadow: none;
    box-shadow: none;
}

#faq .accordion-button:not(.collapsed) {
    color: #6f452f;
    background: #f7f3ef;
}

#faq .accordion-button:focus {
    border-color: transparent;
    box-shadow: inset 3px 0 0 #b77a55;
}

#faq .accordion-body {
    padding: .25rem 1.25rem 1.25rem;
    color: #59534e;
    background: #f7f3ef;
    font-family: "Inter", sans-serif;
    font-size: .98rem;
    line-height: 1.75;
}

@media (min-width: 992px) and (min-aspect-ratio: 4 / 3) {
    .hero-background img {
        width: 100%;
        margin-left: 0;
        object-position: center center;
        transform: scale(1.12);
        transform-origin: left center;
    }
}

@media (max-width: 767.98px) {
    .hero-background img {
        object-position: 30% center;
        transform: scale(1.08);
        transform-origin: left center;
    }

    .hero-overlay {
        background: linear-gradient(
            90deg,
            rgba(13, 14, 17, .88) 0%,
            rgba(13, 14, 17, .7) 70%,
            rgba(13, 14, 17, .5) 100%
        );
    }

    .english-hero-copy {
        max-width: 100%;
    }
}
