.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;
}

.video-accordion-section {
    position: relative;
    z-index: 2;
    isolation: isolate;
    overflow: hidden;
    padding: 108px 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(247, 218, 217, .46), transparent 34%),
        linear-gradient(180deg, #fbf5f1 0%, #fffaf7 100%);
    background-color: #fffaf7;
}

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

.video-accordion-section::before {
    right: -120px;
    top: 80px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(199, 119, 112, .14);
    border-radius: 50%;
}

.video-accordion-section::after {
    left: -140px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(198, 143, 105, .12);
    border-radius: 50%;
}

.video-accordion-section .container {
    position: relative;
    z-index: 1;
    max-width: min(1180px, calc(100vw - 96px));
    min-height: 900px;
    padding: 58px clamp(34px, 6vw, 86px) 76px;
    border: 1px solid rgba(199, 119, 112, .2);
    border-radius: 18px;
}

.video-accordion-header {
    max-width: 100%;
    margin: 0 auto 42px;
    text-align: center;
}

.video-accordion-header > span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #c77970;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.video-accordion-header h2 {
    max-width: none;
    margin: 0 auto;
    color: #2d2826;
    font-family: var(--font-display);
    font-size: clamp(34px, 3.4vw, 52px);
    font-weight: 500;
    line-height: .96;
    white-space: nowrap;
}

.video-accordion-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
    color: #c77970;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
}

.video-accordion-counter::before,
.video-accordion-counter::after {
    content: "";
    width: clamp(46px, 5vw, 78px);
    height: 1px;
    background: rgba(199, 119, 112, .22);
}

.video-accordion-counter span {
    display: inline-block;
    min-width: 22px;
    text-align: center;
}

.video-accordion-header p {
    max-width: 560px;
    margin: 22px auto 0;
    color: #71635f;
    font-size: 15px;
    line-height: 1.8;
}

.video-accordion {
    --video-compact-width: clamp(96px, 7.6vw, 124px);
    --video-active-width: clamp(340px, 28vw, 400px);
    display: flex;
    justify-content: center;
    gap: 18px;
    max-width: 980px;
    height: clamp(540px, 52vw, 650px);
    min-height: 540px;
    margin: 0 auto;
    align-items: stretch;
}

.video-accordion input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.video-accordion-panel {
    position: relative;
    isolation: isolate;
    display: block;
    width: auto;
    flex: 0 1 var(--video-compact-width);
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(144, 92, 86, .14);
    border-radius: 14px;
    background: transparent;
    box-shadow: 0 20px 54px rgba(91, 54, 48, .1);
    cursor: pointer;
    transform: translateZ(0);
    transition:
        flex-basis .95s cubic-bezier(.2, .78, .18, 1),
        box-shadow .55s ease,
        border-color .55s ease,
        opacity .55s ease,
        filter .55s ease;
}

.video-accordion-panel:hover,
.video-accordion-panel:focus-visible,
.video-accordion input:checked + .video-accordion-panel {
    border-color: rgba(199, 119, 112, .3);
    box-shadow: 0 34px 82px rgba(91, 54, 48, .16);
}

.video-accordion input:checked + .video-accordion-panel,
.video-accordion-panel.is-active {
    width: auto;
    flex-basis: var(--video-active-width);
}

.video-accordion-panel:not(.is-active):not(:hover) {
    opacity: .58;
    filter: saturate(.78) contrast(.96);
}

.video-accordion-panel:hover,
.video-accordion-panel:focus-visible,
.video-accordion input:checked + .video-accordion-panel,
.video-accordion-panel.is-active {
    opacity: 1;
    filter: saturate(1);
}

.video-accordion-panel:focus-visible {
    outline: 2px solid rgba(199, 119, 112, .55);
    outline-offset: 4px;
}

.video-accordion video,
.video-accordion-social-player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    object-fit: cover;
    background: transparent;
}

.video-accordion-social-player {
    border: 0;
    pointer-events: none;
}

.video-accordion-panel[data-video-provider="instagram"] .video-accordion-social-player {
    inset: auto;
    top: calc((100% - 650px) / 2 - 66px);
    left: 50%;
    width: 520px;
    max-width: none;
    height: 900px;
    transform: translateX(-50%);
}

.video-accordion-panel[data-video-provider="tiktok"] .video-accordion-social-player {
    inset: -80px auto auto -20%;
    width: 140%;
    max-width: none;
    height: calc(100% + 140px);
}

.video-accordion-panel.is-active video {
    object-fit: cover;
}

.video-accordion-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(35, 24, 21, .13));
    opacity: .34;
    transition: opacity .5s ease;
    pointer-events: none;
}

.video-accordion-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(255, 247, 244, .16);
    opacity: 1;
    transition: opacity .5s ease;
}

.video-accordion-panel:hover::after,
.video-accordion-panel:focus-visible::after,
.video-accordion input:checked + .video-accordion-panel::after {
    opacity: 0;
}

.video-accordion input:checked + .video-accordion-panel::before,
.video-accordion-panel:hover::before,
.video-accordion-panel:focus-visible::before {
    opacity: .08;
}

.video-panel-open-cue {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    color: #9f5f59;
    background: rgba(255, 250, 248, .9);
    box-shadow: 0 12px 28px rgba(43, 27, 24, .18);
    opacity: 0;
    transform: translateY(8px) scale(.9);
    transition: opacity .24s ease, transform .3s cubic-bezier(.22, .8, .26, 1);
}

.video-panel-open-cue svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.video-accordion-panel:hover .video-panel-open-cue,
.video-accordion-panel:focus-visible .video-panel-open-cue,
.video-accordion-panel.is-active .video-panel-open-cue {
    opacity: 1;
    transform: translateY(0) scale(1);
}

body.home-video-viewer-open {
    overflow: hidden;
}

.home-video-viewer[hidden] {
    display: none;
}

.home-video-viewer {
    position: fixed;
    inset: 0;
    z-index: 520;
    display: grid;
    place-items: center;
    padding: 34px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility 0s linear .28s;
}

.home-video-viewer.is-visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.home-video-viewer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(39, 30, 28, .7);
    backdrop-filter: blur(12px);
}

.home-video-viewer-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    width: min(1120px, calc(100vw - 68px));
    height: min(760px, calc(100dvh - 68px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 14px;
    background: #fffaf8;
    box-shadow: 0 36px 100px rgba(28, 18, 16, .38);
    opacity: 0;
    transform: translateY(22px) scale(.97);
    transition: opacity .22s ease, transform .34s cubic-bezier(.22, .8, .26, 1);
}

.home-video-viewer.is-visible .home-video-viewer-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.home-video-viewer-dialog.is-media-only {
    grid-template-columns: minmax(0, 1fr);
    width: min(860px, calc(100vw - 68px));
}

.home-video-viewer-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0 0 3px;
    border: 1px solid rgba(199, 119, 112, .25);
    border-radius: 50%;
    color: #a8615b;
    background: rgba(255, 250, 248, .94);
    box-shadow: 0 9px 24px rgba(44, 29, 26, .16);
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.home-video-viewer-stage {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #211c1a;
}

.home-video-viewer-stage video,
.home-video-viewer-stage iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #211c1a;
}

.home-video-viewer-stage iframe {
    border: 0;
}

.home-video-viewer-stage [hidden] {
    display: none;
}

.home-video-viewer-link {
    width: fit-content;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    margin-top: 28px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    color: #fff;
    background: rgba(178, 100, 93, .94);
    box-shadow: 0 14px 34px rgba(28, 18, 16, .3);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .18s ease, transform .18s ease;
}

.home-video-viewer-link[hidden] {
    display: none;
}

.home-video-viewer-link:hover,
.home-video-viewer-link:focus-visible {
    color: #fff;
    background: #a95f59;
    transform: translateY(-2px);
}

.home-video-viewer-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.home-video-viewer-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 68px 34px 40px;
    background:
        radial-gradient(circle at 100% 0%, rgba(241, 211, 203, .54), transparent 46%),
        #fffaf8;
}

.home-video-viewer-copy[hidden] {
    display: none;
}

.home-video-viewer-copy h3 {
    margin-top: 0;
    color: #302826;
    font-family: var(--font-display);
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 500;
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.home-video-viewer-copy p {
    margin-top: 18px;
    color: #75655f;
    font-size: 14px;
    line-height: 1.75;
}

.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;
    --container-max: 1320px;
}

.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: 30px;
    max-width: 1240px;
    margin: 98px auto 0;
}

.services-experience-card {
    position: relative;
    min-height: 260px;
    padding: 92px 34px 38px;
    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;
    cursor: pointer;
    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-card:focus-visible {
    outline: 2px solid rgba(199, 119, 112, .55);
    outline-offset: 5px;
    transform: translateY(-6px);
}

.services-experience-icon {
    position: absolute;
    left: 50%;
    top: -64px;
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 12px 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;
}

body.home-service-category-open {
    overflow: hidden;
}

.home-service-category-modal[hidden] {
    display: none;
}

.home-service-category-modal {
    position: fixed;
    inset: 0;
    z-index: 540;
    display: grid;
    place-items: center;
    padding: 104px 28px 28px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility 0s linear .26s;
}

.home-service-category-modal.is-visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.home-service-category-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(45, 34, 31, .52);
    backdrop-filter: blur(10px);
}

.home-service-category-dialog {
    position: relative;
    z-index: 1;
    width: min(650px, calc(100vw - 56px));
    max-height: calc(100dvh - 132px);
    padding: 102px 58px 50px;
    border: 1px solid rgba(144, 92, 86, .14);
    border-radius: 8px;
    background: rgba(255, 252, 250, .98);
    box-shadow: 0 30px 90px rgba(39, 25, 22, .28);
    opacity: 0;
    transform: translateY(16px) scale(.98);
    transition: opacity .22s ease, transform .32s cubic-bezier(.22, .8, .26, 1);
}

.home-service-category-modal.is-visible .home-service-category-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.home-service-category-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0 0 3px;
    border: 1px solid rgba(199, 119, 112, .24);
    border-radius: 50%;
    background: rgba(255, 250, 248, .94);
    color: #a8615b;
    box-shadow: 0 9px 24px rgba(44, 29, 26, .1);
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.home-service-category-visual {
    position: absolute;
    top: -78px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 156px;
    height: 156px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 14px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 35%, #fff, #f0dbd3);
    box-shadow:
        0 20px 48px rgba(91, 54, 48, .18),
        inset 0 0 0 1px rgba(199, 119, 112, .14);
    color: #c68452;
    transform: translateX(-50%);
}

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

.home-service-category-visual img[src*=".svg" i],
.home-service-category-visual svg {
    width: 58px;
    height: 58px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-service-category-copy {
    min-width: 0;
    max-height: calc(100dvh - 284px);
    overflow-y: auto;
    padding: 0 8px;
    scrollbar-gutter: stable;
    text-align: center;
}

.home-service-category-copy h3 {
    margin: 0;
    color: #302826;
    font-family: var(--font-display);
    font-size: clamp(36px, 4vw, 46px);
    font-weight: 500;
    line-height: 1.08;
}

.home-service-category-copy h3::after {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    margin: 20px auto 0;
    background: rgba(198, 143, 105, .48);
}

.home-service-category-copy p {
    max-width: 510px;
    margin: 24px auto 0;
    color: #615754;
    font-size: 16px;
    line-height: 1.8;
    white-space: pre-line;
}

.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(
            180deg,
            rgba(54, 40, 35, .68) 0%,
            rgba(54, 40, 35, .42) 38%,
            rgba(54, 40, 35, .24) 68%,
            rgba(54, 40, 35, .46) 100%
        ),
        url('../../images/hero/product_2.png');
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    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;
    margin-top: auto;
    align-self: center;
    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;
    backface-visibility: hidden;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .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;
    align-self: center;
    justify-content: center;
    margin-top: 26px;
    text-align: center;
    color: #a75852;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

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

    to {
        transform: translate3d(calc(-50% - 11px), 0, 0);
    }
}

@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;
    }

    .video-accordion {
        min-height: 520px;
    }
}

@media (max-width: 760px) {
    .video-accordion-panel.is-active .video-accordion-social-player {
        pointer-events: auto;
    }
    .products-home-grid {
        width: max-content;
        padding: 0 16px 8px;
        animation: none;
        transform: none;
        will-change: auto;
    }

    .products-editorial .products-slider-wrapper {
        margin-right: -16px;
        margin-left: -16px;
        padding-bottom: 10px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-padding-inline: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .products-editorial .products-slider-wrapper::-webkit-scrollbar {
        display: none;
    }

    .video-accordion-section {
        padding: 68px 0;
    }

    .video-accordion-section .container {
        width: calc(100% - 32px);
        max-width: calc(100% - 32px);
        min-height: 0;
        padding: 34px 0 28px;
        border-radius: 18px;
    }

    .video-accordion-header {
        margin-bottom: 28px;
        padding: 0 12px;
        text-align: center;
    }

    .video-accordion-header h2 {
        font-size: clamp(14px, 4.4vw, 28px);
        line-height: 1;
    }

    .video-accordion-counter {
        width: 100%;
        margin-top: 20px;
    }

    .video-accordion {
        --mobile-video-width: min(78vw, 310px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        gap: 14px;
        height: auto;
        min-height: 0;
        max-width: 100%;
        margin: 0;
        padding: 6px calc((100% - var(--mobile-video-width)) / 2) 14px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-padding-inline: calc((100% - var(--mobile-video-width)) / 2);
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .video-accordion::-webkit-scrollbar {
        display: none;
    }

    .video-accordion .video-accordion-panel,
    .video-accordion input:checked + .video-accordion-panel,
    .video-accordion .video-accordion-panel.is-active {
        width: var(--mobile-video-width);
        height: min(64svh, 500px);
        min-height: 430px;
        flex: 0 0 var(--mobile-video-width);
        scroll-snap-align: center;
        scroll-snap-stop: always;
        border-radius: 16px;
        opacity: .62;
        filter: saturate(.78) contrast(.96);
        transform: scale(.94);
        transition:
            transform .36s cubic-bezier(.2, .78, .18, 1),
            box-shadow .45s ease,
            border-color .45s ease,
            opacity .45s ease,
            filter .45s ease;
    }

    .video-accordion input:checked + .video-accordion-panel,
    .video-accordion .video-accordion-panel.is-active {
        border-color: rgba(199, 119, 112, .34);
        opacity: 1;
        filter: saturate(1);
        transform: scale(1);
        box-shadow: 0 26px 58px rgba(91, 54, 48, .17);
    }

    .video-panel-open-cue,
    .home-video-viewer {
        display: none;
    }

    .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: 76px;
        margin-top: 76px;
    }

    .services-experience-card {
        min-height: 0;
        padding: 82px 26px 30px;
    }

    .home-service-category-modal {
        align-items: center;
        padding: 76px 14px 14px;
    }

    .home-service-category-dialog {
        width: 100%;
        max-height: calc(100dvh - 90px);
        padding: 78px 22px 30px;
    }

    .home-service-category-visual {
        top: -58px;
        width: 116px;
        height: 116px;
        border-width: 10px;
    }

    .home-service-category-visual img[src*=".svg" i],
    .home-service-category-visual svg {
        width: 44px;
        height: 44px;
    }

    .home-service-category-copy {
        max-height: calc(100dvh - 198px);
        padding: 0 3px;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .home-service-category-copy h3 {
        padding: 0 34px;
        font-size: 34px;
    }

    .home-service-category-copy p {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.8;
    }

    .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(84vw, 330px);
        min-width: min(84vw, 330px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .products-home-grid .product-slide[aria-hidden="true"] {
        display: none;
    }

    .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-grid {
        gap: 68px;
    }

    .services-experience-card {
        padding-top: 68px;
    }

    .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;
    }
}
