/* ==========================================================
   techOdec Homepage v2
   Multi-product brand homepage
   ========================================================== */

body.techodec-homepage-v2 {
    background:
        var(--color-background, #f7f3ec);
}

.home-page {
    overflow: clip;
    color:
        var(--color-text, #242321);
}

.home-kicker {
    display: inline-block;
    margin-bottom: .8rem;
    color:
        var(--color-primary, #cfa040);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-section-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(260px, .95fr);
    align-items: end;
    gap: clamp(2rem, 5vw, 5rem);
    margin-bottom:
        clamp(2rem, 4vw, 3.5rem);
}

.home-section-header > div {
    min-width: 0;
}

.home-section-header h2 {
    max-width: 14ch;
    margin: 0;
    font-size:
        clamp(2.8rem, 5vw, 5.4rem);
    letter-spacing: -.06em;
    line-height: .94;
}

.home-section-header > p {
    max-width: 54ch;
    margin: 0;
    color:
        var(--color-text-light, #74716c);
    line-height: 1.75;
}

.home-section-header--center {
    display: block;
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.home-section-header--center h2 {
    max-width: 16ch;
    margin-inline: auto;
}

.home-section-header--center p {
    max-width: 54ch;
    margin:
        1rem
        auto
        0;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color:
        var(--color-primary, #cfa040);
    font-size: .75rem;
    font-weight: 750;
    text-decoration: none;
}

.home-text-link span {
    transition: transform .2s ease;
}

.home-text-link:hover span {
    transform: translateX(4px);
}

/* ==========================================================
   Multi-product hero v3
   One shared editorial stage with deliberate depth
   ========================================================== */

.home-hero {
    position: relative;
    isolation: isolate;
    padding-block:
        clamp(3rem, 5.4vw, 5.8rem);
    background:
        radial-gradient(
            circle at 76% 35%,
            rgba(211, 169, 115, .24),
            transparent 36%
        ),
        linear-gradient(
            90deg,
            #f8f4ed 0%,
            #f5eee4 46%,
            #ead7c0 100%
        );
}

.home-hero::before {
    position: absolute;
    z-index: -1;
    left: -10%;
    bottom: -24%;
    width: 44vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        rgba(118, 135, 97, .06);
    content: "";
    pointer-events: none;
}

.home-hero__grid {
    display: grid;
    grid-template-columns:
        minmax(0, .84fr)
        minmax(600px, 1.16fr);
    align-items: center;
    gap:
        clamp(1.5rem, 3vw, 3.5rem);
}

.home-hero__content {
    position: relative;
    z-index: 8;
    min-width: 0;
    max-width: 660px;
}

.home-hero__title {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 1.35rem;
    font-size:
        clamp(3.5rem, 4.7vw, 5.6rem);
    letter-spacing: -.064em;
    line-height: .92;
    white-space: nowrap;
}

.home-hero__intro {
    max-width: 36rem;
    margin: 0 0 1.65rem;
    color:
        var(--color-text-light, #74716c);
    font-size:
        clamp(1rem, 1.15vw, 1.1rem);
    line-height: 1.72;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
}

.home-hero__signature {
    display: grid;
    grid-template-columns:
        68px
        minmax(0, 1fr)
        36px;
    align-items: center;
    gap: .85rem;
    max-width: 500px;
    margin-top: 1.45rem;
    padding: .62rem .7rem;
    border:
        1px solid
        rgba(95, 74, 48, .1);
    border-radius: 1rem;
    background:
        rgba(255, 255, 255, .56);
    color:
        var(--color-text, #242321);
    box-shadow:
        0 12px 28px
        rgba(51, 38, 24, .045);
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.home-hero__signature:hover {
    border-color:
        rgba(181, 138, 96, .28);
    transform: translateY(-2px);
    box-shadow:
        0 16px 36px
        rgba(51, 38, 24, .075);
}

.home-hero__signature:focus-visible,
.home-hero__scene-item:focus-visible {
    outline:
        3px solid
        rgba(207, 160, 64, .28);
    outline-offset: 4px;
}

.home-hero__signature-thumb {
    display: block;
    width: 68px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: .72rem;
    background: #eadbc9;
}

.home-hero__signature-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__signature-copy {
    display: grid;
    min-width: 0;
    gap: .15rem;
}

.home-hero__signature-copy > span {
    color:
        var(--color-primary, #cfa040);
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-hero__signature-copy strong {
    overflow: hidden;
    font-size: .9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-hero__signature-copy small {
    color:
        var(--color-text-light, #74716c);
    font-size: .66rem;
}

.home-hero__signature-arrow {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:
        rgba(207, 160, 64, .13);
    color:
        var(--color-primary, #cfa040);
    transition:
        transform .2s ease,
        background .2s ease;
}

.home-hero__signature:hover
.home-hero__signature-arrow {
    background:
        rgba(207, 160, 64, .2);
    transform: translateX(2px);
}

.home-hero__visual {
    min-width: 0;
}

.home-hero__scene {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    min-height: 0;
    overflow: hidden;
    border-radius:
        clamp(1.4rem, 2.4vw, 2rem);
    background:
        radial-gradient(
            circle at 52% 38%,
            rgba(255, 255, 255, .82),
            rgba(239, 219, 194, .52) 60%,
            rgba(222, 193, 158, .23)
        );
}

.home-hero__scene::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(248, 244, 237, .76) 0%,
            transparent 13%,
            transparent 87%,
            rgba(235, 215, 190, .26) 100%
        ),
        linear-gradient(
            0deg,
            rgba(144, 89, 46, .14) 0%,
            rgba(144, 89, 46, .04) 18%,
            transparent 34%
        );
    content: "";
    pointer-events: none;
}

.home-hero__scene::after {
    position: absolute;
    z-index: 1;
    left: 5%;
    right: 4%;
    bottom: 1%;
    height: 13%;
    border-radius: 50%;
    background:
        rgba(91, 54, 28, .17);
    content: "";
    filter: blur(28px);
    pointer-events: none;
}

.home-hero__scene-item {
    position: absolute;
    display: block;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    transition:
        transform .42s
        cubic-bezier(.2, .7, .2, 1),
        filter .3s ease;
}

.home-hero__scene-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__scene-item--blue {
    z-index: 2;
    left: 0;
    bottom: 4%;
    width: 34%;
    height: 76%;
    transform: rotate(-1.2deg);
    filter:
        drop-shadow(
            0 18px 24px
            rgba(56, 39, 22, .09)
        );
    -webkit-mask-image:
        linear-gradient(
            90deg,
            #000 0%,
            #000 80%,
            transparent 100%
        );
    mask-image:
        linear-gradient(
            90deg,
            #000 0%,
            #000 80%,
            transparent 100%
        );
}

.home-hero__scene-item--blue img {
    border-radius:
        1.35rem
        .8rem
        .8rem
        1.35rem;
    object-position: 50% 53%;
}

.home-hero__scene-item--swing {
    z-index: 5;
    left: 26%;
    bottom: 0;
    width: 48%;
    height: 96%;
    filter:
        drop-shadow(
            0 24px 34px
            rgba(56, 39, 22, .14)
        );
}

.home-hero__scene-item--swing img {
    border-radius: 1.45rem;
    object-position: 50% 50%;
}

.home-hero__scene-item--entryway {
    z-index: 3;
    right: 0;
    bottom: 5%;
    width: 34%;
    height: 85%;
    transform: rotate(.9deg);
    filter:
        drop-shadow(
            0 19px 27px
            rgba(56, 39, 22, .1)
        );
    -webkit-mask-image:
        linear-gradient(
            90deg,
            transparent 0%,
            #000 18%,
            #000 100%
        );
    mask-image:
        linear-gradient(
            90deg,
            transparent 0%,
            #000 18%,
            #000 100%
        );
}

.home-hero__scene-item--entryway img {
    border-radius:
        .8rem
        1.35rem
        1.35rem
        .8rem;
    object-position: 50% 44%;
}

.home-hero__scene-item--blue:hover {
    transform:
        rotate(-.6deg)
        translateY(-6px);
}

.home-hero__scene-item--swing:hover {
    transform: translateY(-7px);
}

.home-hero__scene-item--entryway:hover {
    transform:
        rotate(.4deg)
        translateY(-6px);
}

.home-hero__rail-controls {
    margin-top: .8rem;
}


/* ==========================================================
   Promise strip
   ========================================================== */

.home-promise {
    position: relative;
    z-index: 6;
    margin-top: -1.75rem;
}

.home-promise__grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    overflow: hidden;
    border:
        1px solid
        rgba(95, 74, 48, .12);
    border-radius: 1.25rem;
    background:
        rgba(255, 255, 255, .82);
    box-shadow:
        0 22px 48px
        rgba(51, 38, 24, .08);
    backdrop-filter: blur(14px);
}

.home-promise__item {
    display: grid;
    grid-template-columns:
        38px
        minmax(0, 1fr);
    gap: .7rem;
    padding:
        1.05rem
        clamp(.85rem, 1.4vw, 1.3rem);
    border-right:
        1px solid
        rgba(95, 74, 48, .1);
}

.home-promise__item:last-child {
    border-right: 0;
}

.home-promise__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background:
        rgba(207, 160, 64, .11);
    color:
        var(--color-primary, #cfa040);
    font-size: 1rem;
}

.home-promise__item h2 {
    margin: 0 0 .25rem;
    font-size: .82rem;
    letter-spacing: -.01em;
}

.home-promise__item p {
    margin: 0;
    color:
        var(--color-text-light, #74716c);
    font-size: .66rem;
    line-height: 1.45;
}

/* ==========================================================
   Category cards
   ========================================================== */

.home-categories {
    padding-top:
        clamp(5rem, 9vw, 8rem);
}

.home-categories__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-category-card {
    min-width: 0;
    overflow: hidden;
    border:
        1px solid
        rgba(95, 74, 48, .12);
    border-radius: 1.4rem;
    background:
        rgba(255, 255, 255, .72);
    box-shadow:
        0 18px 42px
        rgba(51, 38, 24, .06);
}

.home-category-card__media {
    display: block;
    aspect-ratio: 1.18;
    overflow: hidden;
    background: #eadbc9;
}

.home-category-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.home-category-card:hover
.home-category-card__media img {
    transform: scale(1.025);
}

.home-category-card__content {
    padding: 1.25rem;
}

.home-category-card__content h3 {
    margin: 0 0 .55rem;
    font-size:
        clamp(1.35rem, 2vw, 1.85rem);
    letter-spacing: -.03em;
}

.home-category-card__content p {
    margin: 0 0 1rem;
    color:
        var(--color-text-light, #74716c);
    font-size: .82rem;
    line-height: 1.6;
}


/* ==========================================================
   Brand story
   ========================================================== */

.home-story {
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .3),
            transparent
        );
}

.home-story__grid {
    display: grid;
    grid-template-columns:
        minmax(0, .8fr)
        minmax(500px, 1.2fr);
    align-items: center;
    gap:
        clamp(2.5rem, 6vw, 7rem);
}

.home-story__content h2 {
    max-width: 12ch;
    margin: 0 0 1.35rem;
    font-size:
        clamp(3rem, 5.1vw, 5.5rem);
    letter-spacing: -.06em;
    line-height: .94;
}

.home-story__content > p {
    max-width: 48ch;
    margin: 0 0 1.8rem;
    color:
        var(--color-text-light, #74716c);
    line-height: 1.75;
}

.home-story__principles {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.8rem;
}

.home-story__principles article {
    padding-top: .9rem;
    border-top:
        1px solid
        rgba(95, 74, 48, .12);
}

.home-story__principles article > span {
    color:
        var(--color-primary, #cfa040);
    font-size: 1rem;
}

.home-story__principles h3 {
    margin: .45rem 0 .35rem;
    font-size: .8rem;
}

.home-story__principles p {
    margin: 0;
    color:
        var(--color-text-light, #74716c);
    font-size: .68rem;
    line-height: 1.5;
}

.home-story__media {
    position: relative;
    min-height: 690px;
}

.home-story__image {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 1.6rem;
    background: #eadbc9;
    box-shadow:
        0 28px 60px
        rgba(51, 38, 24, .11);
}

.home-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-story__image--large {
    inset: 0 0 6% 18%;
}

.home-story__image--small {
    left: 0;
    bottom: 0;
    width: 38%;
    height: 48%;
    border:
        8px solid
        var(--color-background, #f7f3ec);
}

.home-story__badge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 116px;
    aspect-ratio: 1;
    padding: .8rem;
    border:
        1px solid
        rgba(255, 255, 255, .58);
    border-radius: 50%;
    background:
        rgba(54, 39, 24, .74);
    color: #fff;
    font-size: .65rem;
    font-weight: 750;
    letter-spacing: .1em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

/* ==========================================================
   Process strip
   ========================================================== */

.home-process {
    padding-block:
        clamp(1.25rem, 2.5vw, 2rem);
    border-block:
        1px solid
        rgba(95, 74, 48, .11);
    background:
        rgba(255, 255, 255, .44);
}

.home-process__grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
}

.home-process__step {
    display: grid;
    grid-template-columns:
        42px
        minmax(0, 1fr);
    gap: .75rem;
    padding:
        .85rem
        clamp(.8rem, 2vw, 1.5rem);
    border-right:
        1px solid
        rgba(95, 74, 48, .1);
}

.home-process__step:first-child {
    padding-left: 0;
}

.home-process__step:last-child {
    padding-right: 0;
    border-right: 0;
}

.home-process__number {
    color:
        var(--color-primary, #cfa040);
    font-size: .66rem;
    font-weight: 750;
    letter-spacing: .1em;
}

.home-process__step h3 {
    margin: 0 0 .25rem;
    font-size: .85rem;
}

.home-process__step p {
    margin: 0;
    color:
        var(--color-text-light, #74716c);
    font-size: .67rem;
    line-height: 1.45;
}

/* ==========================================================
   Featured products
   ========================================================== */

.home-products {
    background:
        rgba(255, 255, 255, .26);
}

.home-products__grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    gap: .85rem;
}

.home-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border:
        1px solid
        rgba(95, 74, 48, .12);
    border-radius: 1.2rem;
    background:
        rgba(255, 255, 255, .78);
    box-shadow:
        0 16px 38px
        rgba(51, 38, 24, .055);
}

.home-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #eadbc9;
}

.home-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.home-product-card:hover
.home-product-card__media img {
    transform: scale(1.025);
}

.home-product-card__badge {
    position: absolute;
    top: .7rem;
    left: .7rem;
    padding: .36rem .55rem;
    border-radius: 999px;
    background:
        rgba(255, 255, 255, .86);
    color:
        var(--color-text, #242321);
    font-size: .54rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.home-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: .9rem;
}

.home-product-card__category {
    display: block;
    margin-bottom: .35rem;
    color:
        var(--color-primary, #cfa040);
    font-size: .56rem;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-product-card__content h3 {
    margin: 0 0 .5rem;
    font-size: .95rem;
    line-height: 1.3;
}

.home-product-card__content h3 a {
    color:
        var(--color-text, #242321);
    text-decoration: none;
}

.home-product-card__price {
    margin-bottom: .9rem;
    color:
        var(--color-text, #242321);
    font-family:
        var(--font-heading);
    font-size: .9rem;
    font-weight: 750;
}

.home-product-card__price del {
    margin-right: .3rem;
    color:
        var(--color-text-light, #74716c);
    opacity: .5;
}

.home-product-card__price ins {
    text-decoration: none;
}

.home-product-card__content
.home-text-link {
    margin-top: auto;
}

.home-product-card__status {
    margin: auto 0 0;
    color:
        var(--color-text-light, #74716c);
    font-size: .7rem;
}

.home-product-card--preview {
    background:
        rgba(250, 247, 241, .7);
}

/* ==========================================================
   Reviews
   ========================================================== */

.home-reviews__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-review-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding:
        clamp(1.2rem, 2.5vw, 2rem);
    border:
        1px solid
        rgba(95, 74, 48, .12);
    border-radius: 1.35rem;
    background:
        rgba(255, 255, 255, .72);
    box-shadow:
        0 16px 38px
        rgba(51, 38, 24, .055);
}

.home-review-card__stars {
    margin-bottom: 1rem;
    color:
        var(--color-primary, #cfa040);
    letter-spacing: .08em;
}

.home-review-card blockquote {
    flex: 1;
    margin: 0;
    color:
        var(--color-text, #242321);
    font-size:
        clamp(1rem, 1.5vw, 1.2rem);
    font-style: italic;
    line-height: 1.65;
}

.home-review-card blockquote p {
    margin: 0;
}

.home-review-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top:
        1px solid
        rgba(95, 74, 48, .1);
}

.home-review-card footer strong {
    font-size: .78rem;
}

.home-review-card footer a {
    color:
        var(--color-primary, #cfa040);
    font-size: .68rem;
}

/* ==========================================================
   Closing CTA
   ========================================================== */

.home-newsletter__card {
    display: grid;
    grid-template-columns:
        minmax(220px, .42fr)
        minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    border:
        1px solid
        rgba(95, 74, 48, .12);
    border-radius: 1.6rem;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .9),
            rgba(235, 218, 196, .72)
        );
    box-shadow:
        0 26px 58px
        rgba(51, 38, 24, .08);
}

.home-newsletter__media {
    min-height: 360px;
    overflow: hidden;
}

.home-newsletter__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-newsletter__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        clamp(1.8rem, 5vw, 4.5rem);
}

.home-newsletter__content h2 {
    max-width: 14ch;
    margin: 0 0 1rem;
    font-size:
        clamp(2.6rem, 4.8vw, 4.8rem);
    letter-spacing: -.055em;
    line-height: .95;
}

.home-newsletter__content p {
    max-width: 48ch;
    margin: 0 0 1.5rem;
    color:
        var(--color-text-light, #74716c);
    line-height: 1.7;
}

.home-newsletter__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

/* ==========================================================
   Shared mobile rail controls
   ========================================================== */

.home-rail-controls {
    display: none;
}

/* ==========================================================
   Responsive
   ========================================================== */

@media (max-width: 1180px) {
    .home-hero__grid {
        grid-template-columns:
            minmax(0, .86fr)
            minmax(450px, 1.14fr);
        gap: 2.5rem;
    }

    .home-hero__title {
        font-size:
            clamp(3.35rem, 4.8vw, 4.8rem);
    }

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

    .home-promise__item:nth-child(3) {
        border-right: 0;
    }

    .home-promise__item:nth-child(-n + 3) {
        border-bottom:
            1px solid
            rgba(95, 74, 48, .1);
    }

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

@media (max-width: 960px) {
    .home-section-header {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.2rem;
    }

    .home-hero__grid,
    .home-story__grid,
    .home-newsletter__card {
        grid-template-columns: 1fr;
    }

    .home-hero__content {
        max-width: none;
    }

    .home-hero__scene {
        min-height: 620px;
    }

    .home-story__media {
        min-height: 620px;
    }

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

    .home-process__step:nth-child(2) {
        border-right: 0;
    }

    .home-process__step:nth-child(-n + 2) {
        border-bottom:
            1px solid
            rgba(95, 74, 48, .1);
    }

    .home-newsletter__media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 760px) {
    .home-hero {
        padding-block: 2.5rem 4rem;
    }

    .home-hero__title {
        font-size:
            clamp(2.75rem, 12vw, 4.1rem);
        letter-spacing: -.058em;
        line-height: .94;
        white-space: nowrap;
    }

    .home-hero__intro {
        font-size: .95rem;
    }

    .home-hero__actions,
    .home-newsletter__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero__actions .btn,
    .home-newsletter__actions .btn {
        width: 100%;
    }

    .home-hero__signature {
        grid-template-columns:
            58px
            minmax(0, 1fr);
    }

    .home-hero__signature-thumb {
        width: 58px;
    }

    .home-hero__signature-arrow {
        display: none;
    }

    .home-hero__scene {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns:
            calc(82% - 8px);
        gap: .8rem;
        min-height: 0;
        overflow-x: auto;
        padding: .2rem 0 1rem;
        scroll-snap-type:
            inline mandatory;
        scrollbar-width: none;
        overscroll-behavior-inline:
            contain;
    }

    .home-hero__scene::-webkit-scrollbar {
        display: none;
    }

    .home-hero__scene::before,
    .home-hero__scene-floor {
        display: none;
    }

    .home-hero__scene-item,
    .home-hero__scene-item--blue,
    .home-hero__scene-item--swing,
    .home-hero__scene-item--entryway {
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
        aspect-ratio: 4 / 5;
        transform: none;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-promise {
        margin-top: -1.25rem;
    }

    .home-promise__grid {
        grid-template-columns: 1fr;
    }

    .home-promise__item,
    .home-promise__item:nth-child(3),
    .home-promise__item:nth-child(-n + 3) {
        border-right: 0;
        border-bottom:
            1px solid
            rgba(95, 74, 48, .1);
    }

    .home-promise__item:last-child {
        border-bottom: 0;
    }

    .home-section-header h2,
    .home-story__content h2,
    .home-newsletter__content h2 {
        font-size:
            clamp(2.5rem, 11vw, 4rem);
    }

    .home-categories__grid,
    .home-products__grid,
    .home-reviews__grid {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns:
            calc(100% - 34px);
        gap: .85rem;
        width: 100%;
        overflow-x: auto;
        padding: .1rem 0 .8rem;
        scroll-snap-type:
            inline mandatory;
        scrollbar-width: none;
        overscroll-behavior-inline:
            contain;
    }

    .home-categories__grid::-webkit-scrollbar,
    .home-products__grid::-webkit-scrollbar,
    .home-reviews__grid::-webkit-scrollbar {
        display: none;
    }

    .home-category-card,
    .home-product-card,
    .home-review-card {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-story__principles {
        grid-template-columns: 1fr;
    }

    .home-story__media {
        min-height: 520px;
    }

    .home-story__image--large {
        inset: 0 0 8% 8%;
    }

    .home-story__image--small {
        width: 44%;
        height: 40%;
    }

    .home-process__grid {
        grid-template-columns: 1fr;
    }

    .home-process__step,
    .home-process__step:first-child,
    .home-process__step:last-child,
    .home-process__step:nth-child(2),
    .home-process__step:nth-child(-n + 2) {
        padding:
            1rem
            0;
        border-right: 0;
        border-bottom:
            1px solid
            rgba(95, 74, 48, .1);
    }

    .home-process__step:last-child {
        border-bottom: 0;
    }

    .home-rail-controls {
        display: grid;
        grid-template-columns:
            44px
            1fr
            44px;
        align-items: center;
        gap: .75rem;
        margin-top: .75rem;
    }

    .home-rail-controls[hidden] {
        display: none !important;
    }

    .home-rail-controls button {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border:
            1px solid
            rgba(95, 74, 48, .14);
        border-radius: 50%;
        background:
            rgba(255, 255, 255, .76);
        color:
            var(--color-text, #242321);
        font: inherit;
        cursor: pointer;
    }

    .home-rail-controls button:disabled {
        opacity: .35;
    }

    .home-rail-controls > span {
        color:
            var(--color-text-light, #74716c);
        font-size: .72rem;
        text-align: center;
    }

    .home-newsletter__content {
        padding: 1.35rem;
    }
}

@media (max-width: 390px) {
    .home-hero__title {
        font-size:
            clamp(2.45rem, 10.8vw, 3rem);
    }

    .home-categories__grid,
    .home-products__grid,
    .home-reviews__grid {
        grid-auto-columns:
            calc(100% - 20px);
    }
}


/* ==========================================================
   Hero v3 responsive composition
   ========================================================== */

@media (max-width: 1279px) {
    .home-hero__grid {
        grid-template-columns:
            minmax(0, .88fr)
            minmax(500px, 1.12fr);
        gap: 2rem;
    }

    .home-hero__title {
        font-size:
            clamp(3.15rem, 4.45vw, 4.55rem);
    }

    .home-hero__scene {
        aspect-ratio: 1.12 / 1;
    }

    .home-hero__scene-item--blue {
        width: 33%;
        height: 73%;
    }

    .home-hero__scene-item--swing {
        left: 25%;
        width: 49%;
        height: 93%;
    }

    .home-hero__scene-item--entryway {
        width: 33%;
        height: 82%;
    }
}

@media (max-width: 960px) {
    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .home-hero__content {
        max-width: none;
    }

    .home-hero__scene {
        width: min(100%, 820px);
        aspect-ratio: 1.22 / 1;
        margin-inline: auto;
    }

    .home-hero__scene-item--blue {
        left: 1%;
        width: 32%;
        height: 74%;
    }

    .home-hero__scene-item--swing {
        left: 26%;
        width: 48%;
        height: 95%;
    }

    .home-hero__scene-item--entryway {
        right: 1%;
        width: 33%;
        height: 84%;
    }
}

@media (max-width: 760px) {
    .home-hero {
        padding-block: 2.5rem 4rem;
    }

    .home-hero__title {
        font-size:
            clamp(2.75rem, 12vw, 4.1rem);
        letter-spacing: -.058em;
        line-height: .94;
        white-space: nowrap;
    }

    .home-hero__intro {
        font-size: .95rem;
    }

    .home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero__actions .btn {
        width: 100%;
    }

    .home-hero__signature {
        grid-template-columns:
            62px
            minmax(0, 1fr);
        max-width: none;
    }

    .home-hero__signature-thumb {
        width: 62px;
    }

    .home-hero__signature-arrow {
        display: none;
    }

    .home-hero__scene {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns:
            calc(86% - 10px);
        gap: .8rem;
        width: 100%;
        aspect-ratio: auto;
        overflow-x: auto;
        padding: .2rem 0 1rem;
        border-radius: 0;
        background: transparent;
        scroll-snap-type:
            inline mandatory;
        scrollbar-width: none;
        overscroll-behavior-inline:
            contain;
        -webkit-overflow-scrolling:
            touch;
    }

    .home-hero__scene::-webkit-scrollbar {
        display: none;
    }

    .home-hero__scene::before,
    .home-hero__scene::after {
        display: none;
    }

    .home-hero__scene-item,
    .home-hero__scene-item--blue,
    .home-hero__scene-item--swing,
    .home-hero__scene-item--entryway {
        position: relative;
        inset: auto;
        z-index: auto;
        width: auto;
        height: auto;
        aspect-ratio: 4 / 5;
        overflow: hidden;
        border-radius: 1.25rem;
        background: #ead9c5;
        box-shadow:
            0 18px 38px
            rgba(56, 39, 22, .11);
        filter: none;
        transform: none;
        -webkit-mask-image: none;
        mask-image: none;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-hero__scene-item img,
    .home-hero__scene-item--blue img,
    .home-hero__scene-item--swing img,
    .home-hero__scene-item--entryway img {
        border-radius: 1.25rem;
        object-position: center;
    }
}

@media (max-width: 390px) {
    .home-hero__title {
        font-size:
            clamp(2.45rem, 10.8vw, 3rem);
    }

    .home-hero__scene {
        grid-auto-columns:
            calc(92% - 10px);
    }
}


@media (hover: none) {
    .home-hero__scene-item:hover,
    .home-hero__scene-item--blue:hover,
    .home-hero__scene-item--swing:hover,
    .home-hero__scene-item--entryway:hover,
    .home-category-card:hover
    .home-category-card__media img,
    .home-product-card:hover
    .home-product-card__media img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-text-link span,
    .home-hero__signature,
    .home-hero__signature-arrow,
    .home-hero__scene-item,
    .home-category-card__media img,
    .home-product-card__media img {
        transition: none;
    }
}
