/* Homepage overrides loaded after the legacy stylesheet. */
@media (max-width: 900px) {
    .home-body .mobile-guide-toggle {
        position: absolute;
        top: 16px;
        right: 18px;
        width: auto;
        min-height: 44px;
        margin: 0;
        padding: 0 15px;
        display: inline-flex;
        border: 1px solid var(--editorial-green);
        border-radius: 0;
        box-shadow: none;
        color: var(--editorial-green);
        background: #fff;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.045em;
        text-transform: uppercase;
    }

    .home-body .mobile-guide-links {
        position: absolute;
        top: 68px;
        right: 18px;
        left: 18px;
        width: auto;
        margin: 0;
        padding: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        border: 1px solid var(--editorial-line);
        border-radius: 0;
        background: #fff;
        box-shadow: 0 18px 36px rgba(20, 32, 25, 0.14);
    }

    .home-body .mobile-guide-links::before {
        content: "Explore Fair Cotton";
        color: var(--editorial-muted);
    }

    .home-body .mobile-guide-links a {
        border: 1px solid var(--editorial-line);
        border-radius: 0;
        background: #fff;
        color: var(--editorial-ink);
        font-size: 0.77rem;
        font-weight: 650;
        white-space: normal;
    }

    .home-body .hero-panel,
    .home-body .hero-range,
    .home-body .hero-copy {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .home-body .hero-range,
    .home-body .hero-copy {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 440px) {
    .home-body .brand span {
        display: none;
    }

    .home-body .hero h1 {
        font-size: clamp(3rem, 13.6vw, 4rem);
    }
}

/* Restore the photography and warm art direction from the approved first mockup. */
.home-body .hero-showcase {
    background-color: #fff;
    background-image: none;
}

.home-body .hero-showcase::before {
    display: none;
}

.home-body .hero-product {
    display: none;
}

.home-body .hero-showcase::after {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    display: block;
    width: 78%;
    height: auto;
    aspect-ratio: 453 / 480;
    z-index: 0;
    opacity: 1;
    transform: none;
    background:
        linear-gradient(#fff, #fff) left top 39% / 12% 35% no-repeat,
        linear-gradient(#fff, #fff) left top 67% / 10% 30% no-repeat,
        #fff url("assets/editorial/initial-mockup-photography.png?v=20260717-photo2") right 3.8% / 175% auto no-repeat;
}

.home-body .hero .btn.hero-whatsapp {
    gap: 9px;
    border-color: #1f5a3b;
    background: #1f5a3b;
    color: #fff;
}

.home-body .hero .whatsapp-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-body .hero .btn.hero-whatsapp:hover,
.home-body .hero .btn.hero-whatsapp:focus-visible {
    border-color: #163f2a;
    background: #163f2a;
}

.home-body .product-expertise-card-gallery .product-expertise-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-body .about-knit-stack-image {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    background-color: #eee8df;
    background-image: url("assets/editorial/initial-mockup-photography.png?v=20260717-photo2");
    background-repeat: no-repeat;
    background-size: 167.3% auto;
    background-position: right 88%;
}

.home-body .faq-grid details {
    border-top: 1px solid #cfd6d2;
}

.home-body .faq-grid details:last-child {
    border-bottom: 1px solid #cfd6d2;
}

.home-body .faq-grid summary {
    position: relative;
    padding: 26px 48px 26px 0;
    cursor: pointer;
    list-style: none;
    color: var(--editorial-ink);
    font-size: 1.08rem;
    font-weight: 650;
}

.home-body .faq-grid summary::-webkit-details-marker {
    display: none;
}

.home-body .faq-grid summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    color: var(--editorial-green);
    font-size: 1.5rem;
    font-weight: 400;
}

.home-body .faq-grid details[open] summary::after {
    content: "−";
}

.home-body .faq-grid details p {
    margin: 0;
    padding: 0 48px 30px 0;
    color: #4c5650;
    line-height: 1.7;
}

.home-body .faq-section {
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 72px);
    display: block;
    background: #fff;
}

.home-body .faq-disclosure {
    border-top: 1px solid #cfd6d2;
    border-bottom: 1px solid #cfd6d2;
}

.home-body .faq-disclosure > summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 30px 52px 30px 0;
    cursor: pointer;
    list-style: none;
}

.home-body .faq-disclosure > summary::-webkit-details-marker {
    display: none;
}

.home-body .faq-disclosure > summary span {
    color: var(--editorial-green);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-body .faq-disclosure > summary strong {
    color: var(--editorial-ink);
    font-size: 1rem;
    font-weight: 650;
}

.home-body .faq-disclosure > summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    color: var(--editorial-green);
    font-size: 1.6rem;
    font-weight: 400;
}

.home-body .faq-disclosure[open] > summary::after {
    content: "-";
}

.home-body .faq-disclosure-content {
    padding: clamp(72px, 9vw, 120px) 0;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(72px, 9vw, 150px);
    align-items: start;
}

@media (min-width: 1101px) {
    .home-body .hero {
        grid-template-columns: minmax(420px, 0.82fr) minmax(520px, 1.18fr);
        gap: 24px;
    }
}

@media (min-width: 701px) and (max-width: 900px) {
    .home-body .hero-showcase::after {
        width: auto;
        height: 100%;
        aspect-ratio: 453 / 480;
    }
}

@media (max-width: 700px) {
    .home-body .hero-showcase::after {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        background:
            linear-gradient(#fff, #fff) left bottom / 100% 5% no-repeat,
            linear-gradient(#fff, #fff) left top 39% / 12% 35% no-repeat,
            linear-gradient(#fff, #fff) left top 67% / 10% 30% no-repeat,
            #fff url("assets/editorial/initial-mockup-photography.png?v=20260717-photo2") right 4.2% / 182% auto no-repeat;
    }

    .home-body .faq-section {
        padding: 0 18px;
    }

    .home-body .faq-disclosure > summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 24px 44px 24px 0;
    }

    .home-body .faq-disclosure-content {
        padding: 62px 0;
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .home-body .faq-section .section-heading {
        position: static;
    }
}
