/* =========================================================
   BANKAI — WORLD FRESH HOME FEATURE
========================================================= */

html {
    scroll-behavior: smooth;
}

/* Hero button */

.world-fresh-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(218, 174, 74, 0.78);
    background: rgba(4, 4, 4, 0.42);
    color: #e2ba5d;
}

.world-fresh-hero-button:hover {
    border-color: #e2ba5d;
    background: #d9ab43;
    color: #050505;
}

/* Main section */

.world-fresh-home {
    position: relative;
    overflow: hidden;
    padding: 74px 24px;
    scroll-margin-top: 110px;
    background:
        radial-gradient(
            circle at 17% 45%,
            rgba(215, 169, 63, 0.09),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #070707 0%,
            #0a0907 50%,
            #070707 100%
        );
}

.world-fresh-home::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(215, 169, 63, 0.025),
            transparent 30%,
            transparent 70%,
            rgba(215, 169, 63, 0.025)
        );
}

.world-fresh-home__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
    max-width: 1320px;
    min-height: 420px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(215, 169, 63, 0.65);
    border-radius: 18px;
    background: #090909;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.38),
        0 0 40px rgba(215, 169, 63, 0.035);
}

.world-fresh-home__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 54px 52px;
}

.world-fresh-home__eyebrow {
    margin-bottom: 14px;
    color: #d9ac47;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.world-fresh-home__title {
    max-width: 520px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 4.8vw, 5rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.world-fresh-home__divider {
    width: 58px;
    height: 1px;
    margin: 24px 0 22px;
    background: #d9ac47;
}

.world-fresh-home__description {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.98rem;
    line-height: 1.72;
}

.world-fresh-home__meta {
    margin-top: 19px;
}

.world-fresh-home__count {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

.world-fresh-home__count > span {
    color: #d9ac47;
    font-size: 1rem;
}

.world-fresh-home__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 28px;
    padding: 15px 21px;
    border: 1px solid #d9ac47;
    background: #d9ac47;
    color: #080808;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.world-fresh-home__button:hover {
    transform: translateY(-2px);
    background: transparent;
    color: #e4bd61;
}

.world-fresh-home__button span {
    font-size: 1rem;
    transition: transform 0.25s ease;
}

.world-fresh-home__button:hover span {
    transform: translateX(5px);
}

/* Image */

.world-fresh-home__media {
    position: relative;
    min-width: 0;
    min-height: 420px;
    overflow: hidden;
    background: #050505;
}

.world-fresh-home__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.8s ease,
        filter 0.8s ease;
}

.world-fresh-home__container:hover .world-fresh-home__image {
    transform: scale(1.035);
    filter: contrast(1.04) saturate(1.04);
}

.world-fresh-home__image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            #090909 0%,
            rgba(9, 9, 9, 0.76) 9%,
            transparent 43%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.04),
            rgba(0, 0, 0, 0.24)
        );
    pointer-events: none;
}

.world-fresh-home__badge {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 9px 13px;
    border: 1px solid rgba(215, 169, 63, 0.62);
    background: rgba(4, 4, 4, 0.74);
    color: #e1b651;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.world-fresh-home__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 420px;
    background:
        radial-gradient(
            circle,
            rgba(215, 169, 63, 0.14),
            transparent 58%
        ),
        #070707;
}

.world-fresh-home__placeholder span {
    color: rgba(215, 169, 63, 0.42);
    font-family: Georgia, serif;
    font-size: clamp(2rem, 5vw, 4.8rem);
    letter-spacing: 0.2em;
}

/* Tablet */

@media (max-width: 960px) {
    .world-fresh-home {
        padding: 60px 20px;
    }

    .world-fresh-home__container {
        grid-template-columns: 1fr;
    }

    .world-fresh-home__content {
        padding: 45px 38px;
    }

    .world-fresh-home__media,
    .world-fresh-home__image,
    .world-fresh-home__placeholder {
        min-height: 380px;
    }

    .world-fresh-home__image-overlay {
        background:
            linear-gradient(
                180deg,
                #090909 0%,
                rgba(9, 9, 9, 0.45) 14%,
                transparent 43%,
                rgba(0, 0, 0, 0.22) 100%
            );
    }
}

/* Mobile */

@media (max-width: 600px) {
    .world-fresh-home {
        padding: 48px 14px;
        scroll-margin-top: 85px;
    }

    .world-fresh-home__container {
        border-radius: 14px;
    }

    .world-fresh-home__content {
        padding: 36px 24px 38px;
    }

    .world-fresh-home__eyebrow {
        font-size: 0.62rem;
        letter-spacing: 0.22em;
    }

    .world-fresh-home__title {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }

    .world-fresh-home__description {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .world-fresh-home__button {
        width: 100%;
        padding: 14px 12px;
        font-size: 0.59rem;
        letter-spacing: 0.09em;
        text-align: center;
    }

    .world-fresh-home__media,
    .world-fresh-home__image,
    .world-fresh-home__placeholder {
        min-height: 300px;
    }

    .world-fresh-home__badge {
        top: 14px;
        right: 14px;
        font-size: 0.54rem;
    }
}
