.mo-bulk-hero__framework-label,
.mo-bulk-flow span,
.mo-bulk-flow small {
    font-size: 12.3px;
}

.mo-bulk-flow strong {
    font-size: 17.5px;
}

.mo-bulk-flow small {
    color: rgba(255, 255, 255, .68);
    line-height: 1.4;
}

.mo-audience-card h3 {
    font-size: 20px;
    line-height: 1.2;
}

.mo-audience-card p {
    color: #5f6d67;
    font-size: 14px;
    line-height: 1.6;
}

.mo-sample-visual {
    margin: 0;
}

.mo-sample-visual img {
    aspect-ratio: 4 / 5;
    max-height: 560px;
    object-fit: cover;
    object-position: top;
    background: #f6f3e8;
}

.mo-sample-visual figcaption {
    display: block;
    margin-top: 10px;
    color: #66756c;
    font-size: 11.5px;
    line-height: 1.5;
    text-align: left;
}

.mo-packing-practice {
    margin-top: 48px;
    padding-top: 34px;
    border-top: 1px solid var(--mo-line);
}

.mo-packing-practice__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}

.mo-packing-practice__head .mo-kicker {
    margin: 0;
}

.mo-packing-practice__head p {
    max-width: 620px;
    margin: 0;
    color: #66756c;
    font-size: 13px;
    line-height: 1.55;
}

.mo-packing-practice__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mo-packing-practice figure {
    margin: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--mo-line);
}

.mo-packing-practice img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #e8e6df;
}

.mo-packing-practice figcaption {
    padding: 13px 4px 3px;
    color: #214b3e;
    font-size: 13px;
    font-weight: 700;
}

.mo-partner-card {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--mo-line);
}

.mo-partner-card > img {
    display: block;
    width: 100%;
    height: auto;
}

.mo-partner-card__identity {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--mo-line);
}

.mo-partner-card__identity strong,
.mo-partner-card__identity span,
.mo-partner-card__identity small {
    display: block;
}

.mo-partner-card__identity strong {
    font-size: 18px;
    line-height: 1.25;
}

.mo-partner-card__identity span {
    margin-top: 7px;
    color: #4f625a;
    font-size: 14px;
}

.mo-partner-card__identity small {
    margin-top: 18px;
    color: #6e9e48;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mo-shipment-proof {
    margin: 32px 0 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--mo-line);
}

.mo-shipment-proof img {
    display: block;
    width: 100%;
    height: auto;
}

.mo-shipment-proof figcaption {
    padding: 10px 4px 2px;
    color: #66756c;
    font-size: 11.5px;
}

@media (max-width: 820px) {
    .mo-packing-practice__head {
        display: block;
    }

    .mo-packing-practice__head p {
        margin-top: 10px;
    }

    .mo-packing-practice__grid {
        grid-template-columns: 1fr;
    }
}

/* v1.0.3 — Product-family navigation hub */
.mo-product-types-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
    border-top: 1px solid var(--mo-line);
    border-bottom: 1px solid var(--mo-line);
}

.mo-product-type-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.mo-product-type-card {
    display: flex;
    min-width: 0;
    min-height: 210px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--mo-line);
    background: #fbfaf5;
    color: var(--mo-text);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.mo-product-type-card:hover,
.mo-product-type-card:focus-visible {
    transform: translateY(-2px);
    border-color: #b8c9aa;
    box-shadow: 0 12px 28px rgba(33,75,62,.08);
    outline: none;
}

.mo-product-type-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}

.mo-product-type-card__top span,
.mo-product-type-card__top i {
    color: #6e9e48;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .08em;
}

.mo-product-type-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.18;
    letter-spacing: -.015em;
}

.mo-product-type-card p {
    margin: 0 0 18px;
    color: #66756c;
    font-size: 13px;
    line-height: 1.55;
}

.mo-product-type-card small {
    margin-top: auto;
    color: #214b3e;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .mo-product-type-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .mo-product-types-section {
        padding-top: 56px;
        padding-bottom: 56px;
        overflow: hidden;
    }

    .mo-product-type-grid {
        display: flex;
        gap: 12px;
        margin-right: calc((100vw - 100%) / -2);
        padding-right: 18px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .mo-product-type-grid::-webkit-scrollbar {
        display: none;
    }

    .mo-product-type-card {
        flex: 0 0 min(76vw, 280px);
        min-height: 190px;
        scroll-snap-align: start;
    }

    .mo-product-type-card__top {
        margin-bottom: 28px;
    }
}
