/* Scoped polish for home page intro + My Story only (Attorna theme colours) */

#about-hero.sa-intro {
    padding-top: 88px !important;
    padding-bottom: 56px !important;
    position: relative;
    overflow: hidden;
}

#about-hero.sa-intro .sa-intro__bg {
    background: transparent;
}

#about-hero.sa-intro .sa-intro__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

#about-hero.sa-intro .sa-intro__row > .gdlr-core-pbf-column {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#about-hero.sa-intro .sa-intro__photo-col {
    flex: 0 0 36%;
    max-width: 36%;
}

#about-hero.sa-intro .sa-intro__quote-col {
    flex: 1 1 auto;
    max-width: 62%;
}

#about-hero.sa-intro .sa-intro__photo-frame {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

#about-hero.sa-intro .sa-intro__photo {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 4px;
    object-fit: cover;
    vertical-align: middle;
    box-shadow: none;
    outline: none;
}

#about-hero.sa-intro .sa-intro__photo-col .gdlr-core-pbf-column-content-margin,
#about-hero.sa-intro .sa-intro__quote-col .gdlr-core-pbf-column-content-margin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 12px 0 !important;
}

#about-hero.sa-intro .sa-intro__quote-col .gdlr-core-pbf-column-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#about-hero.sa-intro .sa-intro__quote {
    margin: 0;
    max-width: none;
    width: 100%;
    padding: 28px 28px 32px;
    background: #fff;
    border-left: 4px solid #b1976b;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 8px 28px rgba(32, 32, 32, 0.06);
}

#about-hero.sa-intro .sa-intro__quote p {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: #323232;
    font-style: italic;
    font-weight: 400;
}

#about-hero.sa-intro .sa-intro__quote-inline {
    color: #000;
    font-weight: 700;
    font-style: italic;
}

#about-hero.sa-intro .sa-intro__quote p::before {
    content: "\201C";
    display: block;
    font-size: 52px;
    line-height: 0.85;
    color: #000;
    font-weight: 700;
    opacity: 1;
    margin-bottom: 10px;
    font-style: normal;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.08em;
}

#about-hero.sa-intro .sa-intro__award {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#about-hero.sa-intro .sa-intro__award img {
    display: block;
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#my-story.sa-my-story {
    padding: 48px 0 64px !important;
    position: relative;
    background: transparent;
}

#my-story.sa-my-story::before {
    content: "";
    display: block;
    width: min(1140px, calc(100% - 80px));
    height: 1px;
    margin: 0 auto 0;
    background: linear-gradient(90deg, transparent, rgba(177, 151, 107, 0.45), transparent);
}

#my-story.sa-my-story .gdlr-core-pbf-column-content-margin {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px !important;
}

#my-story.sa-my-story .sa-my-story__header {
    text-align: center;
    margin-bottom: 36px;
}

#my-story.sa-my-story .sa-my-story__title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #202020 !important;
    letter-spacing: 0.02em;
    margin: 0 0 14px !important;
}

#my-story.sa-my-story .sa-my-story__divider {
    width: 48px;
    height: 3px;
    background: #b1976b;
    margin: 0 auto;
    border-radius: 2px;
}

#my-story.sa-my-story .sa-my-story__content {
    font-size: 17px;
    line-height: 1.85;
    color: #323232;
}

#my-story.sa-my-story .sa-my-story__content p {
    margin: 0 0 1.35em;
}

#my-story.sa-my-story .sa-my-story__content p:last-child {
    margin-bottom: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(177, 151, 107, 0.2);
    font-style: italic;
    color: #4a4a4a;
}

@media (max-width: 999px) {
    #about-hero.sa-intro .sa-intro__row {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 32px;
    }

    #about-hero.sa-intro .sa-intro__photo-col,
    #about-hero.sa-intro .sa-intro__quote-col,
    #about-hero.sa-intro .sa-intro__award-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #about-hero.sa-intro .sa-intro__photo-col .gdlr-core-pbf-column-content-margin,
    #about-hero.sa-intro .sa-intro__quote-col .gdlr-core-pbf-column-content-margin,
    #about-hero.sa-intro .sa-intro__award-col .gdlr-core-pbf-column-content-margin {
        padding: 0 16px !important;
    }

    #about-hero.sa-intro .sa-intro__quote {
        max-width: 320px;
        margin: 0 auto;
        padding: 22px 22px 26px;
    }

    #about-hero.sa-intro .sa-intro__quote p {
        font-size: 17px;
    }

    #about-hero.sa-intro .sa-intro__award img {
        max-width: 260px;
    }
}

@media (max-width: 767px) {
    #about-hero.sa-intro {
        padding-top: 72px !important;
        padding-bottom: 40px !important;
    }

    #my-story.sa-my-story .sa-my-story__title {
        font-size: 26px !important;
    }

    #my-story.sa-my-story .sa-my-story__content {
        font-size: 16px;
        line-height: 1.75;
    }
}
