/* Centered content banner, matching a classic independent-storefront layout. */
.home-banner {
    width: 100%;
    padding: 68px 0 56px;
    background: transparent;
    aspect-ratio: auto;
    min-height: 0;
    max-height: none
}

.home-banner .home-banner__media {
    width: min(1206px, calc(100% - 64px));
    height: auto;
    overflow: hidden;
    background: var(--warm)
}

.home-banner .home-banner__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.home-banner:after {
    display: none
}

@media (max-width: 960px) {
    .home-banner {
        padding: 48px 0 42px
    }

    .home-banner .home-banner__media {
        width: min(100% - 40px, 1206px);
    }
}

@media (max-width: 640px) {
    .home-banner {
        padding: 28px 0 34px
    }

    .home-banner .home-banner__media {
        width: calc(100% - 28px);
    }
}

/* Universal trust section for multi-category storefronts. */
.home-benefits {
    padding: 84px 0;
    background: var(--surface);
    border-block: 1px solid var(--line)
}

.home-benefits .home-benefits__inner {
    display: grid;
    grid-template-columns:minmax(230px, .74fr) minmax(0, 1.26fr);
    gap: clamp(38px, 7vw, 115px);
    align-items: start;
    padding: 0
}

.home-benefits__intro {
    position: sticky;
    top: 105px;
    padding-top: 6px
}

.home-benefits__intro .eyebrow {
    margin-bottom: 13px;
    color: var(--accent)
}

.home-benefits__intro h2 {
    max-width: 390px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.15rem, 3.25vw, 3.55rem);
    font-weight: 560;
    letter-spacing: -.07em;
    line-height: .98
}

.home-benefits__intro > p:last-child {
    max-width: 350px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.7
}

.home-benefits .home-benefits__grid {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0
}

.home-benefits .home-benefit {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 23px 24px 26px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--paper);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease
}

.home-benefit:after {
    position: absolute;
    right: -37px;
    bottom: -39px;
    width: 116px;
    aspect-ratio: 1;
    border: 1px solid rgba(31, 81, 56, .14);
    border-radius: 50%;
    content: "";
    transition: transform .35s ease
}

.home-benefit:hover {
    z-index: 1;
    border-color: #c7d3c9;
    box-shadow: 0 16px 38px rgba(26, 37, 30, .08);
    transform: translateY(-4px)
}

.home-benefit:hover:after {
    transform: scale(1.25)
}

.home-benefit__number {
    color: #9b9b96;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .12em;
    line-height: 1
}

.home-benefit__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-top: 24px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent)
}

.home-benefit__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45
}

.home-benefits .home-benefit__copy {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: auto;
    padding: 20px 0 0;
    border: 0
}

.home-benefit h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase
}

.home-benefit p {
    margin: 0;
    max-width: 245px;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.62
}

.home-editorial {
    padding: 0 0 94px;
    background: var(--paper)
}

.home-editorial__grid {
    display: grid;
    grid-template-columns:1.05fr .95fr;
    min-height: 530px;
    overflow: hidden;
    background: var(--ink);
    color: #fff
}

.home-editorial__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(45px, 7vw, 112px)
}

.home-editorial__copy .eyebrow {
    color: #cdd6ce
}

.home-editorial__copy h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(37px, 4.3vw, 68px);
    font-weight: 500;
    letter-spacing: -.07em;
    line-height: .98
}

.home-editorial__copy > p:not(.eyebrow) {
    max-width: 470px;
    margin: 25px 0 0;
    color: #d5d8d5;
    font-size: 15px;
    line-height: 1.7
}

.home-editorial__copy .editorial-link {
    margin-top: 31px;
    padding: 15px 22px;
    border: 1px solid #fff;
    background: #fff;
    color: var(--ink);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase
}

.home-editorial__copy .editorial-link:hover {
    background: transparent;
    color: #fff
}

.home-editorial__visual {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #d8cfbe, #9ba99d)
}

.home-editorial__visual:before, .home-editorial__visual:after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    content: ""
}

.home-editorial__visual:before {
    top: -32%;
    right: -18%;
    width: 106%;
    aspect-ratio: 1
}

.home-editorial__visual:after {
    bottom: -38%;
    left: -10%;
    width: 76%;
    aspect-ratio: 1
}

.home-editorial__orb {
    position: absolute;
    display: block;
    border-radius: 50%;
    mix-blend-mode: screen
}

.home-editorial__orb--one {
    top: 25%;
    right: 17%;
    width: 29%;
    aspect-ratio: 1;
    background: #2f4739
}

.home-editorial__orb--two {
    bottom: 16%;
    left: 20%;
    width: 18%;
    aspect-ratio: 1;
    background: #ede5d5
}

.home-editorial__line {
    position: absolute;
    top: 17%;
    bottom: 17%;
    left: 51%;
    width: 1px;
    background: rgba(255, 255, 255, .8);
    transform: rotate(35deg)
}

.home-editorial__visual strong {
    position: absolute;
    right: 8%;
    bottom: 8%;
    color: #fff;
    font-size: clamp(38px, 6vw, 88px);
    font-weight: 500;
    letter-spacing: -.09em;
    line-height: 1
}

@media (max-width: 960px) {
    .home-benefits {
        padding: 62px 0
    }

    .home-benefits .home-benefits__inner {
        grid-template-columns:1fr;
        gap: 30px
    }

    .home-benefits__intro {
        position: static;
        max-width: 620px
    }

    .home-benefits__intro h2 {
        max-width: 540px
    }

    .home-benefits__intro > p:last-child {
        max-width: 480px
    }

    .home-editorial__grid {
        min-height: 460px
    }

    .home-editorial__copy {
        padding: 55px
    }

    .home-editorial__copy h2 {
        font-size: 45px
    }
}

@media (max-width: 640px) {
    .home-benefits {
        padding: 50px 0
    }

    .home-benefits .home-benefits__inner {
        gap: 25px
    }

    .home-benefits__intro h2 {
        font-size: 2.25rem
    }

    .home-benefits__intro > p:last-child {
        margin-top: 16px;
        font-size: .9rem
    }

    .home-benefits .home-benefits__grid {
        grid-template-columns:1fr;
        gap: 9px
    }

    .home-benefits .home-benefit {
        min-height: 185px;
        padding: 20px
    }

    .home-benefit__icon {
        width: 39px;
        height: 39px;
        margin-top: 17px
    }

    .home-benefits .home-benefit__copy {
        padding-top: 14px
    }

    .home-benefit h3 {
        font-size: 11px
    }

    .home-benefit p {
        font-size: 12px
    }

    .home-editorial {
        padding-bottom: 60px
    }

    .home-editorial__grid {
        grid-template-columns:1fr;
        min-height: 0
    }

    .home-editorial__copy {
        min-height: 390px;
        padding: 46px 28px
    }

    .home-editorial__copy h2 {
        font-size: 41px
    }

    .home-editorial__visual {
        min-height: 290px
    }

    .home-editorial__copy > p:not(.eyebrow) {
        font-size: 14px
    }
}

@media (max-width: 640px) {
    .home-benefits .home-benefits__grid {
        padding: 0;
        border: 0
    }
}
