.home-container {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
}

.home-section {
    padding: 90px 0;
}

.home-eyebrow {
    margin-bottom: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.home-eyebrow-dark {
    color: #555;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

.home-section-heading h2 {
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #111;
    font-size: 14px;
    font-weight: 700;
}

.home-text-link i {
    transition: transform 0.25s ease;
}

.home-text-link:hover i {
    transform: translateX(5px);
}

.home-button {
    min-height: 54px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.home-button:hover {
    transform: translateY(-2px);
}

.home-button-light {
    background: #fff;
    color: #111;
}

.home-button-dark {
    background: #111;
    color: #fff;
}

.home-button-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.85);
    color: #fff;
}

/* HERO */

.home-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    color: #fff;
}

.home-hero picture,
.home-hero img {
    width: 100%;
    height: 100%;
}

.home-hero img {
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.home-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.14) 58%, rgba(0, 0, 0, 0.03)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.16), transparent 45%);
}

.home-hero-inner {
    min-height: 720px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.home-hero-content {
    max-width: 650px;
}

.home-hero h1 {
    max-width: 620px;
    margin-bottom: 24px;
    font-size: clamp(52px, 6vw, 88px);
    line-height: 0.98;
    letter-spacing: -3px;
}

.home-hero-description {
    max-width: 590px;
    margin-bottom: 34px;
    font-size: 19px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.home-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* CATEGORIES */

.home-category-section {
    background: #fff;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(170px, 1fr)
    );
    gap: 24px;
}


.home-category-card {
    min-width: 0;
    text-align: left;
}

.home-category-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    background: #f3f3f3;
}

.home-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-category-card:hover img {
    transform: scale(1.06);
}

.home-category-card h3 {
    margin-top: 18px;
    font-size: 16px;
}

/* EDITORIAL */

.home-editorial-section {
    padding-top: 10px;
}

.home-editorial-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 24px;
}

.home-editorial-stack {
    display: grid;
    gap: 24px;
}

.home-editorial-card {
    min-height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
}

.home-editorial-large {
    min-height: 704px;
}

.home-editorial-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.home-editorial-card:hover img {
    transform: scale(1.04);
}

.home-editorial-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 58%);
}

.home-editorial-content {
    position: absolute;
    z-index: 2;
    left: 34px;
    right: 34px;
    bottom: 34px;
}

.home-editorial-content h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1;
}

.home-editorial-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

/* PRODUCTS */

.home-products-section {
    background: #f7f7f5;
}

.home-product-controls {
    display: flex;
    gap: 10px;
}

.home-slider-button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.home-product-card {
    min-width: 0;
}

.home-product-image-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ececea;
}

.home-product-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.35s ease, transform 0.45s ease;
}

.home-product-image-hover {
    opacity: 0;
}

.home-product-card:hover .home-product-image-main {
    opacity: 0;
}

.home-product-card:hover .home-product-image-hover {
    opacity: 1;
}

.home-product-card:hover .home-product-image {
    transform: scale(1.025);
}

.home-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    padding: 8px 12px;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-wishlist-button {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
}

.home-wishlist-button.active i {
    font-weight: 900;
}

.home-quick-add {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    min-height: 46px;
    background: #fff;
    font-weight: 800;
    opacity: 0;
    transform: translateY(12px);
    transition: 0.25s ease;
}

.home-product-card:hover .home-quick-add {
    opacity: 1;
    transform: translateY(0);
}

.home-product-details {
    padding-top: 18px;
}

.home-product-brand {
    margin-bottom: 7px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-product-details h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.45;
}

.home-product-price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-current-price {
    font-weight: 800;
}

.home-sale-price {
    color: #b02727;
}

.home-compare-price {
    color: #888;
    text-decoration: line-through;
}

.home-product-colors {
    display: flex;
    gap: 8px;
    margin-top: 13px;
}

.home-color-swatch {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--swatch-color);
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.home-centered-action {
    margin-top: 48px;
    text-align: center;
}

/* PROMO */

.home-promo-section {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    min-height: 600px;
    background: #e9e8e3;
}

.home-promo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-promo-content {
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.home-promo-content h2 {
    max-width: 480px;
    margin-bottom: 22px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -2px;
}

.home-promo-content p:not(.home-eyebrow) {
    max-width: 500px;
    margin-bottom: 30px;
    color: #555;
    font-size: 17px;
    line-height: 1.7;
}


/* BRANDS */

.home-brands-section {
    background: #f7f7f5;
}

.home-brand-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(230px, 280px)
    );
    gap: 18px;
}

.home-brand-card {
    min-height: 180px;
    padding: 28px;
    border: 1px solid #e4e4e1;
    border-radius: 18px;
    background: #fff;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 7px;

    text-align: left;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.home-brand-card:hover {
    transform: translateY(-4px);
    border-color: #d4d4d0;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.07);
}

.home-brand-card span {
    color: #17171b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.home-brand-card small {
    color: #777;
    font-size: 13px;
    font-weight: 500;
}

.home-section-description {
    max-width: 620px;
    margin-top: 12px;
    color: #6f6f75;
    font-size: 15px;
    line-height: 1.65;
}



/* BENEFITS */
.home-benefits {
    padding: 70px 0;
    background: #fff;
    border-top: 1px solid #ececea;
}

.home-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-benefit {
    min-height: 145px;
    padding: 24px;
    border-radius: 16px;
    background: #f7f7f5;

    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.home-benefit > i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;

    border-radius: 50%;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 17px;
}

.home-benefit h3 {
    margin: 2px 0 7px;
    font-size: 15px;
    font-weight: 800;
}

.home-benefit p {
    margin: 0;
    color: #707077;
    font-size: 13px;
    line-height: 1.55;
}

.home-benefit > i {
    font-size: 25px;
}

.home-benefit h3 {
    margin-bottom: 7px;
    font-size: 15px;
}

.home-benefit p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

/* NEWSLETTER */

.home-newsletter {
    padding: 80px 0;
    background: #111;
    color: #fff;
}

.home-newsletter-inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 70px;
    align-items: center;
}

.home-newsletter h2 {
    margin-bottom: 16px;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1;
}

.home-newsletter p:not(.home-eyebrow) {
    max-width: 630px;
    color: #bdbdbd;
    line-height: 1.7;
}

.home-newsletter-form {
    display: flex;
    border-bottom: 1px solid #777;
}

.home-newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 58px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

.home-newsletter-form button {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

/* TOAST */

.home-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1200;
    max-width: 330px;
    padding: 15px 18px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: 0.25s ease;
}

.home-toast.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .home-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {
    .home-section {
        padding: 70px 0;
    }

    .home-hero,
    .home-hero-inner {
        min-height: 620px;
    }

    .home-editorial-grid,
    .home-promo-section,
    .home-newsletter-inner {
        grid-template-columns: 1fr;
    }

    .home-editorial-large {
        min-height: 540px;
    }

    .home-promo-media {
        min-height: 460px;
    }

    .home-promo-content {
        padding: 55px 6%;
    }
}

@media (max-width: 600px) {
    .home-container {
        width: 91%;
    }

    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .home-section-heading h2 {
        font-size: 34px;
    }

    .home-hero-content {
        padding-top: 110px;
    }

    .home-hero h1 {
        letter-spacing: -2px;
    }

    .home-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .home-product-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        scrollbar-width: none;
    }

    .home-product-grid::-webkit-scrollbar {
        display: none;
    }

    .home-product-card {
        min-width: 82%;
        scroll-snap-align: start;
    }

    .home-editorial-card,
    .home-editorial-large {
        min-height: 430px;
    }

    .home-editorial-content {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .home-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-benefits-grid {
        grid-template-columns: 1fr;
    }

    .home-newsletter-form {
        align-items: flex-start;
        flex-direction: column;
        border-bottom: 0;
    }

    .home-newsletter-form input {
        width: 100%;
        border-bottom: 1px solid #777;
    }

    .home-newsletter-form button {
        min-height: 52px;
    }
}

.home-category-count {
    margin-top: 5px;
    color: #777;
    font-size: 12px;
    line-height: 1.4;
}

.home-seller-cta {
    padding: 64px 0;
    margin: 0;
    background: #f7f7f5;
}

.home-seller-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.home-seller-cta h2 {
    margin-bottom: 12px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.home-seller-cta p:not(.home-eyebrow) {
    max-width: 620px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.home-seller-cta-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

@media (max-width: 850px) {
    .home-seller-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}