.hob-front-page .hob-product-carousel-section {
    padding-block: clamp(76px, 7vw, 104px) 0;
}

.hob-front-page .hob-product-carousel-section + .hob-product-carousel-section {
    padding-top: clamp(100px, 8.5vw, 124px);
}

.hob-front-page #hob-home-product-carousel-field-home {
    padding-bottom: clamp(84px, 7.5vw, 112px);
}

.hob-front-page .hob-product-carousel-section__inner {
    gap: clamp(26px, 2.4vw, 34px);
}

.hob-front-page .hob-product-carousel-section__header {
    width: min(100%, 620px);
    align-items: flex-start;
    justify-self: start;
    text-align: left;
}

.hob-front-page .hob-product-carousel-section__kicker {
    margin: 0 0 13px;
    color: color-mix(in srgb, var(--hob-primary-color) 72%, transparent);
    font-family: var(--hob-body-font);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}


.hob-front-page .hob-product-carousel-section__title {
    color: var(--hob-primary-color);
    font-family: "HOB Editorial", serif;
    font-size: clamp(1.875rem, 2.3vw, 2.125rem);
    font-style: italic;
    line-height: 1.08;
}

.hob-front-page .hob-product-carousel-section__text {
    max-width: 620px;
    margin-top: 18px;
    color: color-mix(in srgb, var(--hob-body-color) 80%, transparent);
    font-size: clamp(.9375rem, 1vw, 1rem);
    line-height: 1.7;
    text-align: left;
}

.hob-front-page .hob-product-carousel-section__carousel .hob-carousel__header {
    margin-bottom: 0;
}

.hob-front-page .hob-product-carousel-section__carousel {
    gap: 10px;
}

.hob-front-page .hob-faq-cta__content {
    padding: clamp(56px, 5.5vw, 88px) clamp(48px, 6.5vw, 104px);
}

.hob-front-page .hob-faq-cta__kicker {
    margin-bottom: 14px;
}

.hob-front-page .hob-faq-cta__title {
    max-width: 14ch;
    font-family: "HOB Editorial", serif;
    font-size: clamp(1.875rem, 2.25vw, 2.125rem);
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.08;
}

.hob-front-page .hob-faq-cta__text {
    max-width: 32rem;
    margin-top: clamp(20px, 1.8vw, 28px);
    font-size: clamp(.9375rem, 1vw, 1rem);
    line-height: 1.7;
}

.hob-front-page .hob-faq-cta__link {
    margin-top: clamp(26px, 2.2vw, 34px);
    font-size: .875rem;
    letter-spacing: .045em;
}


/* Homepage Categories Banner — editorial typography only.
 * Layout remains controlled by the native Categories Banner feature.
 */

.hob-front-page .hob-categories-banner__item::after {
    background: linear-gradient(
        to top,
        rgba(7, 17, 25, 0.56) 0%,
        rgba(7, 17, 25, 0.12) 58%,
        transparent 78%
    );
}

.hob-front-page .hob-categories-banner__content {
    padding: clamp(26px, 2.5vw, 42px);
}

.hob-front-page .hob-categories-banner__title {
    font-family: "HOB Editorial", serif;
    font-size: clamp(1.625rem, 2.1vw, 2rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    text-transform: none;
}
.hob-image-banner__title {
     font-family: "HOB Editorial", serif;
    font-size: clamp(1.625rem, 2.1vw, 2rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    text-transform: none;
}

.hob-front-page .hob-categories-banner__description {
    display: none;
}

.hob-front-page .hob-categories-banner__cta {
    margin-top: 14px;
    font-size: .8125rem;
    letter-spacing: .05em;
}

.hob-front-page .hob-categories-banner__item:hover .hob-categories-banner__image {
    transform: scale(1.018);
}

.hob-front-page .hob-faq-cta__title {
    max-width: 14ch;
    font-family: "HOB Editorial", serif;
    font-size: 28px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.08;
}

.hob-front-page .hob-faq-cta__text {
    max-width: 32rem;
    margin-top: clamp(20px, 1.8vw, 28px);
    font-size: 14px;
    line-height: 1.7;
}

.hob-front-page .hob-image-banner__cta {
    margin-top: 18px;
    font-size: .875rem;
    letter-spacing: .045em;
}
/* Heritage bridge between commerce and client services. */

.hob-home-history {
    padding: clamp(92px, 9vw, 144px) 0;
    overflow: hidden;
    background: #ffffff;
    color: #0c2030;
}

.hob-home-history__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(56px, 8vw, 136px);
    align-items: center;
}

.hob-home-history__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f8f3f0;
}

.hob-home-history__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hob-home-history__content {
    max-width: 620px;
}

.hob-home-history__kicker {
    margin: 0 0 16px;
    color: color-mix(in srgb, #0c2030 72%, transparent);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hob-home-history__title {
    max-width: 14ch;
    margin: 0;
    font-family: "HOB Editorial", serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.08;
    text-wrap: balance;
}

.hob-home-history__text {
    max-width: 600px;
    margin: clamp(22px, 2vw, 30px) 0 0;
    font-size: 14px;
    line-height: 1.75;
}

.hob-home-history__link {
    display: inline-block;
    margin-top: clamp(26px, 2.4vw, 36px);
    color: #0c2030;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .045em;
}
@media (max-width: 767px) {
    .hob-front-page .hob-product-carousel-section {
        padding-top: clamp(68px, 18vw, 82px);
    }

    .hob-front-page .hob-product-carousel-section + .hob-product-carousel-section {
        padding-top: clamp(76px, 20vw, 88px);
    }

    .hob-front-page #hob-home-product-carousel-field-home {
        padding-bottom: clamp(72px, 19vw, 84px);
    }

    .hob-front-page .hob-product-carousel-section__inner {
        gap: 34px;
    }

    .hob-front-page .hob-product-carousel-section__title {
        font-size: clamp(1.75rem, 8vw, 2rem);
    }

    .hob-front-page .hob-product-carousel-section__text {
        max-width: 36ch;
        margin-top: 15px;
        line-height: 1.65;
    }

    .hob-front-page .hob-product-carousel-section__carousel .hob-carousel__header {
        display: none;
    }

    .hob-front-page .hob-faq-cta__content {
        padding: clamp(46px, 12vw, 56px) clamp(20px, 5.5vw, 24px);
    }

    .hob-front-page .hob-faq-cta__title {
        font-size: clamp(1.75rem, 8vw, 2rem);
    }

    .hob-home-history {
    padding: 76px 0 82px;
    background: #f8f3f0;
}

.hob-home-history__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding-inline: 16px;
}

.hob-home-history__media {
    aspect-ratio: 4 / 3;
}

.hob-home-history__content {
    padding-inline: 4px;
}

.hob-home-history__title {
    font-size: clamp(1.875rem, 9vw, 2.25rem);
}

.hob-home-history__text {
    font-size: 1rem;
    line-height: 1.7;
}

}
