/* Collections Page Styling */

.collections-hero-section {
    background-color: var(--light-beige);
}

.collections-hero-lead {
    max-width: 600px;
    font-weight: 300;
    font-size: 1.15rem;
}

.collections-showcase-section {
    background-color: var(--bg-white);
}

.collections-parallax-wrap {
    height: 500px;
    box-shadow: var(--shadow-lux);
}

.collections-family-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .collections-parallax-wrap {
        height: 350px;
    }
    .collections-family-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .collections-parallax-wrap {
        height: 240px;
    }
    .collections-family-title {
        font-size: 1.6rem;
    }
}
