/* Homepage — 画板 1 副本 2 / 3. Overrides site.css homepage only. */

.hero-section {
    margin-top: 0;
    line-height: 0;
}

.hero-section .hero-pagination {
    bottom: 28px;
    line-height: 1;
}

/* ---- PREMIUM GRAINS：整图 info.png ---- */
.grains-section {
    padding: 120px 0 80px;
    background: #fff;
    line-height: 0;
}

.grains-section img {
    display: block;
    width: 926px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ---- Health (board 2) ---- */
.health-section {
    padding: 140px 0 110px;
}

.health-title {
    letter-spacing: 1px;
}

.health-buttons {
    gap: 36px;
}

.health-section .btn-secondary {
    min-width: 148px;
    padding: 0 28px;
    height: 54px;
    border-radius: 27px;
    border-width: 1.5px;
    color: #c7893e;
    border-color: #c7893e;
}

.health-section .btn-secondary:hover {
    background: #c7893e;
    color: #fff;
}

.health-section .btn-chevron {
    font-size: 20px;
    margin-left: 2px;
}

@media (max-width: 900px) {
    .grains-section {
        padding: 64px 0 48px;
    }

    .health-section {
        padding: 60px 0 70px;
    }
}
