@import url("partials/_parfume_horizontal_grid-QdWMz76.css");

html:root {
    --aa-base-unit: 20;
    --aa-search-input-height: 50px;
    --aa-primary-color-rgb: var(--logo-color-rgb);

}

.homepage-title {
    text-transform: uppercase;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 300;

    @media (max-width: 767.98px) {
        font-size: 2rem;
    }
}

.container-page-title {
    margin-top: 6rem;
    margin-bottom: 3rem;

    @media (max-width: 767.98px) {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.homepage-product-section {
    padding-top: 0.5rem;
    position: relative;

    @media (max-width: 767.98px) {
        padding-top: 0;
    }
}

.homepage-product-section-header {
    margin-bottom: 2.25rem;
    padding-bottom: 1.2rem;
    position: relative;

    &::after {
        background: linear-gradient(90deg, rgba(var(--logo-color-rgb), 0.34) 0%, rgba(var(--logo-color-rgb), 0.08) 45%, rgba(var(--logo-color-rgb), 0) 100%);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.homepage-product-section-copy {
    max-width: 36rem;
}

.homepage-product-section-title {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 0;

    @media (max-width: 767.98px) {
        font-size: 2rem;
    }
}

.homepage-product-section-footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;

    @media (max-width: 767.98px) {
        margin-top: 1.25rem;
    }
}

.homepage-section-cta {
    align-items: center;
    display: inline-flex;
    font-size: 1.14rem;
    font-weight: 600;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0.1rem 0;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease, text-decoration-color 0.2s ease;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.28rem;
    text-decoration-color: rgba(var(--logo-color-rgb), 0.35);
    color: var(--bs-body-color);

    @media (max-width: 767.98px) {
        font-size: 1.18rem;
        min-height: 2.75rem;
    }

    &:hover {
        color: var(--logo-color);
        gap: 0.7rem;
        text-decoration-color: rgba(var(--logo-color-rgb), 0.85);
    }
}
