.home-section-header {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.home-section-header p {
    max-width: 620px;
    margin: 26px auto 0;
    color: #6f625e;
    font-size: 15px;
    line-height: 1.9;
}

.services-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fffaf7 0%, #f8f1ed 100%);
}

.services-section::before,
.services-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.services-section::before {
    left: -120px;
    top: 90px;
    width: 290px;
    height: 520px;
    border: 1px solid rgba(198, 143, 105, .22);
    border-left: 0;
    border-radius: 0 100% 100% 0;
    transform: rotate(-8deg);
}

.services-section::after {
    right: -170px;
    top: -160px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(198, 143, 105, .18);
    border-radius: 50%;
}

.services-section .container {
    position: relative;
    z-index: 1;
}

.services-editorial-header {
    max-width: 960px;
}

.services-title em {
    color: inherit;
    font-style: normal;
    font-weight: inherit;
}

.services-experience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    max-width: 1180px;
    margin: 86px auto 0;
}

.services-experience-card {
    position: relative;
    min-height: 210px;
    padding: 78px 28px 30px;
    border: 1px solid rgba(144, 92, 86, .12);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 22px 70px rgba(91, 54, 48, .07);
    text-align: center;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.services-experience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(199,119,112,.2);
    box-shadow: 0 30px 80px rgba(91, 54, 48, .11);
}

.services-experience-icon {
    position: absolute;
    left: 50%;
    top: -54px;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 11px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,.85), rgba(240, 219, 211, .78));
    box-shadow:
        0 18px 46px rgba(91, 54, 48, .1),
        inset 0 0 0 1px rgba(199,119,112,.12);
    color: #c68452;
    transform: translateX(-50%);
}

.services-experience-icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.services-experience-icon img:not([src*=".svg" i]) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.services-experience-icon img[src*=".svg" i] {
    position: relative;
    inset: auto;
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 0;
}

.services-experience-card h3 {
    margin-bottom: 16px;
    color: #2d2826;
    font-size: 28px;
    line-height: 1.05;
}

.services-experience-card h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    margin: 16px auto 0;
    background: rgba(198, 143, 105, .42);
}

.services-experience-card p {
    margin: 0;
    color: #615754;
    font-size: 14px;
    line-height: 1.75;
}

.services-editorial-action {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.services-editorial-action .primary-button {
    min-width: 310px;
    justify-content: center;
    letter-spacing: 2.6px;
}

.services-showcase .service-image {
    overflow: hidden;
}

.services-showcase .service-content > span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f3e2dd;
    color: #9b504c;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.services-showcase .service-content h3 {
    margin-bottom: 18px;
    color: #2d2826;
    font-size: 42px;
    line-height: 1;
}

.service-card-compact .service-content h3 {
    font-size: 28px;
}

.services-showcase .service-content p {
    display: -webkit-box;
    overflow: hidden;
    color: #6f625e;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.service-card-compact .service-content p {
    -webkit-line-clamp: 2;
}

.service-meta,
.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(144, 92, 86, .13);
}

.service-meta small,
.product-meta small {
    color: #83716b;
    font-size: 12px;
    font-weight: 500;
}

.service-meta strong,
.product-meta strong {
    color: #2d2826;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
}

.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.products-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fffdfb 0%, #fbf6f2 100%);
}

.products-section .container {
    position: relative;
    z-index: 1;
}

.products-editorial {
    display: grid;
    grid-template-columns: minmax(280px, .32fr) minmax(0, .68fr);
    gap: 26px;
    align-items: stretch;
}

.products-editorial-intro {
    min-height: 100%;
    padding: 40px 34px;
    border: 1px solid rgba(144, 92, 86, .13);
    border-radius: 8px;
    background:
        linear-gradient(rgba(54, 40, 35, .28), rgba(54, 40, 35, .68)),
        url('../../images/hero/product_2.png');
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 28px 76px rgba(91, 54, 48, .1);
}

.products-editorial-intro span {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.products-editorial-intro h3 {
    max-width: 430px;
    margin-bottom: 20px;
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
}

.products-editorial-intro p {
    max-width: 430px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.8;
}

.products-editorial-intro .primary-button {
    width: fit-content;
    background: #fff;
    color: #9b504c;
}

.products-editorial .products-slider-wrapper {
    overflow: hidden;
    padding: 6px 0 18px;
}

.products-editorial .products-slider {
    height: 100%;
}

.products-home-grid {
    display: flex;
    gap: 22px;
    width: max-content;
    animation: auriaProductsMarquee 32s linear infinite;
}

.products-home-grid:hover {
    animation-play-state: paused;
}

.products-editorial .product-slide {
    width: clamp(260px, 23vw, 330px);
    min-width: clamp(260px, 23vw, 330px);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(144, 92, 86, .13);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 22px 70px rgba(91, 54, 48, .08);
}

.products-editorial .product-image {
    height: 255px;
    background:
        linear-gradient(135deg, rgba(248,241,237,.92), rgba(255,255,255,.8));
}

.products-editorial .product-image img {
    object-fit: contain;
    padding: 20px;
}

.products-editorial .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.products-editorial .product-category {
    margin-bottom: 16px;
    color: #9b504c;
    letter-spacing: 1.8px;
}

.products-editorial .product-content h3 {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.04;
}

.products-editorial .product-content p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    color: #6f625e;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.75;
    -webkit-line-clamp: 3;
}

.products-editorial .product-meta {
    margin-top: auto;
}

.products-editorial .product-link {
    display: inline-flex;
    margin-top: 26px;
    color: #a75852;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

@keyframes auriaProductsMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 11px));
    }
}

@media (max-width: 1180px) {
    .products-editorial,
    .service-card-featured {
        grid-template-columns: 1fr;
    }

    .products-home-grid {
        animation-duration: 28s;
    }

    .products-editorial .product-slide {
        scroll-snap-align: start;
    }

    .services-experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 78px 24px;
    }

    .products-editorial .product-slide {
        width: 270px;
        min-width: 270px;
    }
}

@media (max-width: 760px) {
    .services-section,
    .products-section {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .services-title,
    .products-title {
        font-size: clamp(36px, 11vw, 46px);
        line-height: 1.05;
    }

    .services-header,
    .products-header {
        margin-bottom: 40px;
    }

    .services-experience-grid {
        grid-template-columns: 1fr;
        gap: 62px;
        margin-top: 64px;
    }

    .services-experience-card {
        min-height: 0;
        padding: 68px 22px 26px;
    }

    .services-editorial-action .primary-button {
        width: 100%;
        min-width: 0;
    }

    .service-card-featured,
    .service-card-compact {
        display: block;
        min-height: 0;
    }

    .service-card-featured .service-image,
    .service-card-compact .service-image {
        height: 280px;
    }

    .service-card-featured .service-content,
    .service-card-compact .service-content,
    .products-editorial .product-content,
    .products-editorial-intro {
        padding: 28px;
    }

    .services-showcase .service-content h3,
    .service-card-compact .service-content h3,
    .products-editorial-intro h3 {
        font-size: 34px;
    }

    .products-editorial-intro {
        min-height: 360px;
    }

    .products-editorial .product-slide {
        width: min(100%, calc(100vw - 32px));
        min-width: min(100%, calc(100vw - 32px));
    }

    .products-editorial .product-image {
        height: 220px;
    }

}

@media (max-width: 420px) {
    .home-section-header p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.75;
    }

    .services-experience-icon {
        width: 96px;
        height: 96px;
        top: -48px;
        border-width: 9px;
    }

    .services-experience-icon svg {
        width: 40px;
        height: 40px;
    }

    .services-experience-card h3 {
        font-size: 24px;
    }

    .products-editorial .product-content,
    .products-editorial-intro {
        padding: 22px;
    }

    .products-editorial-intro {
        min-height: 330px;
    }

    .products-editorial .product-content h3 {
        font-size: 24px;
    }

    .products-editorial .product-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}
