/* =========================================================
   BANKAI HOME — SIZE TUNING ONLY
   No colors, no style changes, only sizing and spacing.
========================================================= */

/* HERO */

.hero {
    min-height: 72vh;
}

.hero__content {
    padding-top: 120px;
    padding-bottom: 72px;
}

.hero__eyebrow {
    font-size: 0.7rem;
}

.hero__title {
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.96;
}

.hero__description {
    max-width: 540px;
    font-size: 0.98rem;
    line-height: 1.65;
}

.hero__actions {
    gap: 12px;
    margin-top: 24px;
}

.hero__actions .button {
    padding: 13px 20px;
    font-size: 0.66rem;
}

.hero__scroll {
    bottom: 22px;
    font-size: 0.64rem;
}

/* EXPERIENCE */

.experience {
    padding-top: 70px;
    padding-bottom: 70px;
}

.experience__grid {
    gap: 30px;
}

.experience h2,
.experience__title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
}

.experience__text,
.experience p {
    font-size: 0.93rem;
    line-height: 1.6;
}

.experience__item h3 {
    font-size: 0.92rem;
}

.experience__item p {
    font-size: 0.82rem;
}

/* WORLD FRESH SECTION */

.world-fresh-home {
    padding-top: 56px;
    padding-bottom: 56px;
}

.world-fresh-home__container {
    min-height: 360px;
}

.world-fresh-home__content {
    padding: 42px 42px;
}

.world-fresh-home__eyebrow {
    font-size: 0.64rem;
}

.world-fresh-home__title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.96;
}

.world-fresh-home__divider {
    margin-top: 18px;
    margin-bottom: 18px;
}

.world-fresh-home__description {
    max-width: 500px;
    font-size: 0.9rem;
    line-height: 1.62;
}

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

.world-fresh-home__count {
    font-size: 0.76rem;
}

.world-fresh-home__button {
    margin-top: 22px;
    padding: 13px 18px;
    font-size: 0.61rem;
}

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

/* STORY */

.story {
    padding-top: 72px;
    padding-bottom: 72px;
}

.story__grid {
    gap: 46px;
}

.story__content h2,
.story__title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
}

.story__copy {
    font-size: 0.93rem;
    line-height: 1.68;
}

.story__copy p {
    margin-bottom: 16px;
}

.story__signature {
    margin-top: 20px;
    font-size: 0.92rem;
}

/* FOUNDERS */

.founders {
    padding-top: 72px;
    padding-bottom: 72px;
}

.founders__header {
    margin-bottom: 38px;
}

.founders__header h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
}

.founder-card {
    min-height: 430px;
}

.founder-card__content {
    padding: 34px;
}

.founder-card__role {
    font-size: 0.68rem;
}

.founder-card__content h3 {
    font-size: clamp(1.7rem, 2.6vw, 2.5rem);
}

.founder-card__content p {
    font-size: 0.9rem;
    line-height: 1.62;
}

/* PARTNERS */

.partners {
    padding-top: 72px;
    padding-bottom: 72px;
}

.partners__header {
    margin-bottom: 34px;
}

.partners__header h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.partners__grid {
    gap: 18px;
}

.partner-card {
    min-height: 250px;
    padding: 28px;
}

.partner-card h3 {
    font-size: 1.35rem;
}

.partner-card p {
    font-size: 0.86rem;
    line-height: 1.58;
}

/* CONTACT CTA */

.contact-cta {
    padding-top: 72px;
    padding-bottom: 72px;
}

.contact-cta h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.contact-cta p {
    max-width: 620px;
    font-size: 0.93rem;
    line-height: 1.62;
}

.contact-cta .button {
    padding: 13px 20px;
    font-size: 0.64rem;
}

/* TABLET */

@media (max-width: 960px) {
    .hero {
        min-height: auto;
    }

    .hero__content {
        padding-top: 112px;
        padding-bottom: 58px;
    }

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

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

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

    .story__grid {
        gap: 34px;
    }
}

/* MOBILE */

@media (max-width: 600px) {
    .hero__content {
        padding-top: 98px;
        padding-bottom: 44px;
    }

    .hero__title {
        font-size: clamp(2.55rem, 13vw, 3.7rem);
    }

    .hero__description {
        font-size: 0.9rem;
    }

    .hero__actions .button {
        padding: 12px 14px;
        font-size: 0.58rem;
    }

    .experience,
    .story,
    .founders,
    .partners,
    .contact-cta {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .experience h2,
    .experience__title,
    .story__content h2,
    .story__title,
    .founders__header h2,
    .partners__header h2,
    .contact-cta h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .world-fresh-home {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .world-fresh-home__content {
        padding: 30px 22px;
    }

    .world-fresh-home__title {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

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

    .founder-card {
        min-height: 380px;
    }

    .founder-card__content {
        padding: 26px 22px;
    }
}

/* =========================================================
   BANKAI HOME — COMPACT SECTIONS BELOW HERO
   Hero remains unchanged.
========================================================= */

/* EXPERIENCE */

.experience {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.experience__grid {
    gap: 22px !important;
}

.experience h2,
.experience__title {
    font-size: clamp(1.9rem, 3vw, 3rem) !important;
}

.experience__text,
.experience p {
    font-size: 0.86rem !important;
    line-height: 1.52 !important;
}

.experience__item h3 {
    font-size: 0.82rem !important;
}

.experience__item p {
    font-size: 0.76rem !important;
}

/* WORLD FRESH */

.world-fresh-home {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

.world-fresh-home__container {
    min-height: 300px !important;
}

.world-fresh-home__content {
    padding: 32px 34px !important;
}

.world-fresh-home__eyebrow {
    margin-bottom: 10px !important;
    font-size: 0.58rem !important;
}

.world-fresh-home__title {
    font-size: clamp(1.9rem, 3.2vw, 3.2rem) !important;
    line-height: 0.98 !important;
}

.world-fresh-home__divider {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.world-fresh-home__description {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
}

.world-fresh-home__meta {
    margin-top: 11px !important;
}

.world-fresh-home__count {
    font-size: 0.7rem !important;
}

.world-fresh-home__button {
    margin-top: 18px !important;
    padding: 11px 15px !important;
    font-size: 0.56rem !important;
}

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

/* STORY */

.story {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.story__grid {
    gap: 30px !important;
}

.story__content h2,
.story__title {
    font-size: clamp(1.9rem, 3vw, 3rem) !important;
}

.story__copy {
    font-size: 0.84rem !important;
    line-height: 1.52 !important;
}

.story__copy p {
    margin-bottom: 12px !important;
}

/* FOUNDERS */

.founders {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.founders__header {
    margin-bottom: 26px !important;
}

.founders__header h2 {
    font-size: clamp(1.9rem, 3vw, 3rem) !important;
}

.founder-card {
    min-height: 350px !important;
}

.founder-card__content {
    padding: 26px !important;
}

.founder-card__content h3 {
    font-size: clamp(1.45rem, 2vw, 2rem) !important;
}

.founder-card__content p {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
}

/* PARTNERS */

.partners {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.partners__header {
    margin-bottom: 26px !important;
}

.partners__header h2 {
    font-size: clamp(1.9rem, 3vw, 3rem) !important;
}

.partner-card {
    min-height: 210px !important;
    padding: 22px !important;
}

.partner-card h3 {
    font-size: 1.12rem !important;
}

.partner-card p {
    font-size: 0.79rem !important;
    line-height: 1.48 !important;
}

/* CONTACT */

.contact-cta {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.contact-cta h2 {
    font-size: clamp(1.9rem, 3vw, 3rem) !important;
}

.contact-cta p {
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
}

.contact-cta .button {
    padding: 11px 16px !important;
    font-size: 0.58rem !important;
}

/* MOBILE */

@media (max-width: 600px) {
    .experience,
    .story,
    .founders,
    .partners,
    .contact-cta {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    .world-fresh-home {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .world-fresh-home__content {
        padding: 26px 20px !important;
    }

    .world-fresh-home__title,
    .experience h2,
    .experience__title,
    .story__content h2,
    .story__title,
    .founders__header h2,
    .partners__header h2,
    .contact-cta h2 {
        font-size: clamp(1.8rem, 9vw, 2.6rem) !important;
    }

    .world-fresh-home__media,
    .world-fresh-home__image,
    .world-fresh-home__placeholder {
        min-height: 240px !important;
    }

    .founder-card {
        min-height: 320px !important;
    }
}

