.page-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 560px;
    padding: 160px 0 72px;
    overflow: hidden;
    color: #fff;
    background: #111;
}

.page-hero__media {
    position: absolute;
    inset: 0;
}

.page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .68;
    filter: saturate(.85) contrast(1.08);
}

.page-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .66)),
        radial-gradient(circle at 50% 48%, rgba(200, 164, 107, .16), transparent 34%);
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.page-hero__breadcrumb {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 18px;
    color: #c8a46b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-hero__breadcrumb span + span::before {
    content: ">";
    margin-right: 10px;
    color: rgba(255, 255, 255, .72);
}

.page-hero h1 {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.04;
}

.page-hero strong {
    display: block;
    margin-bottom: 26px;
    color: #c8a46b;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.page-hero p {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.85;
}

.collection-promise {
    background: linear-gradient(180deg, #fff 0%, #f8f7f5 100%);
}

.collection-promise__layout,
.collection-applications__layout,
.collection-process__layout {
    display: grid;
    gap: 46px;
    align-items: center;
}

.collection-promise__copy {
    max-width: 450px;
}

.collection-promise__copy span,
.collection-range__heading span,
.collection-applications__heading span,
.collection-source__copy span,
.collection-process__copy span {
    display: inline-block;
    margin-bottom: 15px;
    color: #c8a46b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.collection-promise__copy h2,
.collection-range__heading h2,
.collection-applications__heading h2,
.collection-source__copy h2,
.collection-process__copy h2 {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
}

.collection-promise__copy h2::after,
.collection-range__heading h2::after,
.collection-applications__heading h2::after,
.collection-process__copy h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 20px;
    background: #c8a46b;
}

.collection-promise__copy p,
.collection-process__copy p {
    margin: 24px 0 0;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.9;
}

.collection-promise__btn,
.collection-process__btn,
.collection-source__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 28px;
    padding: 14px 26px;
    border: 1px solid #c8a46b;
    border-radius: 3px;
    background: #c8a46b;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.collection-promise__features {
    display: grid;
    gap: 26px;
}

.collection-promise-card {
    text-align: center;
}

.collection-promise-card i,
.collection-application-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    color: #c8a46b;
    font-size: 30px;
}

.collection-promise-card h3,
.collection-application-card h3 {
    margin: 0 0 6px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.collection-promise-card p,
.collection-application-card p {
    max-width: 150px;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.55;
}

.collection-range,
.collection-source {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(rgba(17, 17, 17, .92), rgba(17, 17, 17, .94)),
        url("/images/granite/granite-1.webp") center / cover;
}

.collection-range__heading,
.collection-applications__heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.collection-range__heading h2 {
    color: #fff;
}

.collection-range__heading h2::after,
.collection-applications__heading h2::after {
    margin-right: auto;
    margin-left: auto;
}

.collection-range__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 34px;
}

.collection-range__filters button {
    min-width: 72px;
    min-height: 40px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .56);
    border-radius: 3px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.collection-range__filters button.active {
    border-color: #c8a46b;
    background: #c8a46b;
    color: #111;
}

.collection-range__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.collection-range__grid .product-card {
    min-height: 300px;
    border: 1px solid rgba(200, 164, 107, .24);
}

.collection-range__footer {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.collection-range__btn,
.collection-source__outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 28px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 3px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.collection-applications {
    background: linear-gradient(180deg, #fff 0%, #f8f7f5 100%);
}

.collection-applications__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
}

.collection-application-card {
    text-align: center;
}

.collection-applications__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.collection-applications__gallery figure {
    min-height: 250px;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 22px 60px rgba(17, 17, 17, .12);
}

.collection-applications__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-source {
    padding: 72px 0;
}

.collection-source__layout {
    display: grid;
    gap: 36px;
    align-items: center;
}

.collection-source__copy {
    max-width: 480px;
}

.collection-source__copy h2,
.collection-source__guidance h3 {
    color: #fff;
}

.collection-source__copy p,
.collection-source__guidance p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.8;
}

.collection-source__guidance {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border: 1px solid rgba(200, 164, 107, .45);
    border-radius: 4px;
    background: rgba(17, 17, 17, .34);
}

.collection-source__guidance i {
    color: #c8a46b;
    font-size: 62px;
}

.collection-source__guidance h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 600;
}

.collection-source__outline-btn {
    margin-top: 22px;
}

.collection-process {
    background: #fff;
}

.collection-process__copy {
    max-width: 360px;
}

.collection-process__steps {
    display: grid;
    gap: 14px;
}

.collection-process-card {
    position: relative;
    min-height: 190px;
    padding: 26px 18px 22px;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 4px;
    background: #fff;
    text-align: center;
}

.collection-process-card > span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #c8a46b;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    transform: translateX(-50%);
}

.collection-process-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 12px 0 12px;
    color: #c8a46b;
    font-size: 28px;
}

.collection-process-card h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
}

.collection-process-card p {
    margin: 0;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.55;
}

@media (min-width: 576px) {
    .collection-promise__features,
    .collection-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-range__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-applications__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .collection-applications__gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .page-hero h1 {
        font-size: 62px;
    }

    .page-hero strong {
        font-size: 38px;
    }

    .collection-promise__layout {
        grid-template-columns: .78fr 1.22fr;
    }

    .collection-promise__features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .collection-promise-card + .collection-promise-card {
        border-left: 1px solid rgba(17, 17, 17, .12);
    }

    .collection-promise__copy h2,
    .collection-range__heading h2,
    .collection-applications__heading h2,
    .collection-source__copy h2,
    .collection-process__copy h2 {
        font-size: 46px;
    }

    .collection-range__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .collection-applications__layout {
        grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr);
    }

    .collection-applications__list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .collection-source__layout {
        grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
    }

    .collection-process__layout {
        grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    }

    .collection-process__steps {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .collection-range__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .collection-range__grid .product-card {
        min-height: 310px;
    }
}

@media (max-width: 575px) {
    .page-hero {
        min-height: 520px;
        padding-top: 135px;
    }

    .page-hero h1 {
        font-size: 42px;
    }

    .page-hero strong {
        font-size: 27px;
    }

    .collection-promise__copy h2,
    .collection-range__heading h2,
    .collection-applications__heading h2,
    .collection-source__copy h2,
    .collection-process__copy h2 {
        font-size: 34px;
    }

    .collection-promise__btn,
    .collection-process__btn,
    .collection-source__btn,
    .collection-source__outline-btn {
        width: 100%;
    }

    .collection-source__guidance {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
