.boltte-home-v71 {
    --bh71-navy: #071b35;
    --bh71-blue: #0b5faa;
    --bh71-orange: #f15a24;
    --bh71-ink: #132033;
    --bh71-muted: #5e6b7c;
    --bh71-line: #dce3eb;
    --bh71-soft: #f3f6f9;
    color: var(--bh71-ink);
    background: #fff;
}

.boltte-home-v71 * {
    box-sizing: border-box;
}

.boltte-home-v71 a {
    text-decoration: none;
}

.boltte-home-v71__mobile-only {
    display: none;
}

.boltte-home-v71__hero .boltte-home-v71__desktop-only {
    display: none;
}

.boltte-home-v71__hero .boltte-home-v71__mobile-only {
    display: inline;
}

.boltte-home-v71__hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 22%, rgba(37, 124, 197, .32), transparent 30%),
        linear-gradient(120deg, #06182f 0%, #092b50 58%, #0d4778 100%);
}

.boltte-home-v71__hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 78%);
    pointer-events: none;
}

.boltte-home-v71__hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
    gap: clamp(28px, 4vw, 54px);
    min-height: 370px;
    padding-top: 32px;
    padding-bottom: 34px;
    align-items: center;
}

.boltte-home-v71__hero-copy {
    max-width: 650px;
}

.boltte-home-v71__eyebrow {
    margin: 0 0 10px;
    color: #8fc7f4;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.boltte-home-v71__eyebrow--light {
    color: var(--bh71-blue);
}

.boltte-home-v71__hero h1 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 4.1vw, 56px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.boltte-home-v71__lead {
    max-width: 580px;
    margin: 14px 0 0;
    color: #d7e5f2;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.5;
}

.boltte-home-v71__actions,
.boltte-home-v71__cnc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.boltte-home-v71__button {
    display: inline-flex;
    min-height: 48px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 800;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.boltte-home-v71__button:hover {
    transform: translateY(-1px);
}

.boltte-home-v71__button--primary {
    color: #fff;
    background: var(--bh71-orange);
    box-shadow: 0 12px 28px rgba(241, 90, 36, .24);
}

.boltte-home-v71__button--primary:hover {
    color: #fff;
    background: #dc4613;
}

.boltte-home-v71__button--secondary {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .45);
}

.boltte-home-v71__hero .boltte-home-v71__button--secondary,
.boltte-home-v71__hero .boltte-home-v71__proof {
    display: none;
}

.boltte-home-v71__button--secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, .15);
}

.boltte-home-v71__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 22px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.boltte-home-v71__proof li {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #c3d6e8;
    font-size: 13px;
}

.boltte-home-v71__proof svg {
    width: 17px;
    height: 17px;
    color: #74d5a5;
}

.boltte-home-v71__visual {
    width: min(100%, 478px);
    height: 302px;
    margin-left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(150px, .82fr);
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.boltte-home-v71__visual-main,
.boltte-home-v71__visual-card {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    width: auto;
    display: block;
    overflow: hidden;
    color: var(--bh71-ink);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .56);
    border-radius: 13px;
    box-shadow: 0 17px 38px rgba(0, 8, 22, .25);
}

.boltte-home-v71__visual-main {
    grid-row: 1 / 3;
}

.boltte-home-v71__visual-main>img,
.boltte-home-v71__visual-card img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.boltte-home-v71__visual-caption,
.boltte-home-v71__visual-card span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    gap: 3px;
    padding: 10px 11px;
    color: #fff;
    background: rgba(5, 25, 48, .92);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.boltte-home-v71__visual-caption small {
    color: #8fc7f4;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.boltte-home-v71__visual-caption strong {
    font-size: 15px;
    line-height: 1.2;
}

.boltte-home-v71__visual-caption em {
    color: #ffb28f;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.boltte-home-v71__visual-card span {
    right: 7px;
    bottom: 7px;
    left: 7px;
    padding: 7px 8px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.boltte-home-v71__confidence {
    display: none;
    background: #fff;
    border-bottom: 1px solid var(--bh71-line);
}

.boltte-home-v71__confidence-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 112px;
    align-items: stretch;
}

.boltte-home-v71__confidence-grid>div {
    display: grid;
    gap: 4px;
    padding: 24px clamp(18px, 3vw, 40px);
    align-content: center;
    border-right: 1px solid var(--bh71-line);
}

.boltte-home-v71__confidence-grid>div:first-child {
    padding-left: 0;
}

.boltte-home-v71__confidence-grid>div:last-child {
    border-right: 0;
}

.boltte-home-v71__confidence-grid strong {
    font-size: 16px;
}

.boltte-home-v71__confidence-grid span {
    color: var(--bh71-muted);
    font-size: 13px;
    line-height: 1.45;
}

.boltte-home-v71__families {
    padding-top: clamp(28px, 3vw, 42px);
    padding-bottom: clamp(46px, 5vw, 72px);
    scroll-margin-top: 100px;
}

.boltte-home-v71__section-heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
    gap: 40px;
    margin-bottom: 28px;
    align-items: end;
}

.boltte-home-v71__section-heading h2,
.boltte-home-v71__cnc h2 {
    margin: 0;
    color: var(--bh71-ink);
    font-size: clamp(30px, 3.4vw, 48px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.boltte-home-v71__section-heading>p {
    margin: 0 0 2px;
    color: var(--bh71-muted);
    font-size: 16px;
    line-height: 1.6;
}

.boltte-home-v71__directory {
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.boltte-home-v71__category-nav {
    position: sticky;
    top: 126px;
    overflow: hidden;
    background: #f6f8fb;
    border: 1px solid var(--bh71-line);
    border-radius: 10px;
}

.boltte-home-v71__category-nav>strong {
    display: block;
    padding: 14px 15px;
    color: #fff;
    background: var(--bh71-navy);
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.boltte-home-v71__category-nav a {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 26px;
    gap: 8px;
    min-height: 70px;
    padding: 9px 10px;
    align-items: center;
    color: var(--bh71-ink);
    border-bottom: 1px solid var(--bh71-line);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.22;
}

.boltte-home-v71__category-nav a:last-child {
    border-bottom: 0;
}

.boltte-home-v71__category-nav a:hover {
    color: var(--bh71-blue);
    background: #fff;
}

.boltte-home-v71__category-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #f8fcff, #deeffb);
    border: 1px solid #c4dfef;
    border-radius: 11px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.boltte-home-v71__category-icon svg {
    display: block;
    width: 37px;
    height: 37px;
}

.boltte-home-v71__category-icon .bh71-icon-navy {
    fill: #123b5f;
}

.boltte-home-v71__category-icon .bh71-icon-blue {
    fill: #0873bf;
}

.boltte-home-v71__category-icon .bh71-icon-blue-soft {
    fill: #bfe2f5;
}

.boltte-home-v71__category-icon .bh71-icon-orange {
    fill: #ff5a24;
}

.boltte-home-v71__category-icon .bh71-icon-orange-soft {
    fill: #ffd5c5;
}

.boltte-home-v71__category-icon .bh71-icon-steel {
    fill: #b7c6d3;
}

.boltte-home-v71__category-icon .bh71-icon-paper {
    fill: #fff;
}

.boltte-home-v71__category-icon .bh71-icon-outline {
    fill: none;
    stroke: #123b5f;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.boltte-home-v71__category-icon .bh71-icon-motion {
    fill: none;
    stroke: #ff5a24;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.boltte-home-v71__category-label {
    min-width: 0;
}

.boltte-home-v71__category-count {
    width: 26px;
    min-width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    color: var(--bh71-blue);
    background: #e3edf6;
    border-radius: 999px;
    font-size: 11px;
}

.boltte-home-v71__category-label--mobile {
    display: none !important;
}

.boltte-home-v71__category-groups {
    display: grid;
    gap: 34px;
    min-width: 0;
}

.boltte-home-v71__category-group {
    scroll-margin-top: 126px;
}

.boltte-home-v71__category-heading {
    display: flex;
    gap: 18px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    align-items: end;
    justify-content: space-between;
    border-bottom: 2px solid #b9c8d8;
}

.boltte-home-v71__category-heading h3 {
    margin: 0;
    color: #173e62;
    font-size: 23px;
    line-height: 1.2;
}

.boltte-home-v71__category-heading p {
    max-width: 510px;
    margin: 0;
    color: var(--bh71-muted);
    font-size: 12px;
    line-height: 1.45;
    text-align: right;
}

.boltte-home-v71__products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.boltte-home-v71__product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    color: var(--bh71-ink);
    background: #fff;
    border: 1px solid var(--bh71-line);
    border-radius: 7px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.boltte-home-v71__product-card:hover {
    color: var(--bh71-ink);
    border-color: #8ca9c2;
    box-shadow: 0 10px 24px rgba(13, 48, 78, .1);
    transform: translateY(-2px);
}

.boltte-home-v71__product-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.18;
    background: #f5f6f8;
    border-bottom: 1px solid var(--bh71-line);
}

.boltte-home-v71__product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .22s ease;
}

.boltte-home-v71__product-card:hover img {
    transform: scale(1.025);
}

.boltte-home-v71__product-copy {
    display: flex;
    min-height: 126px;
    padding: 11px 12px 12px;
    flex: 1;
    flex-direction: column;
}

.boltte-home-v71__product-copy strong {
    display: -webkit-box;
    overflow: hidden;
    min-height: 37px;
    color: var(--bh71-ink);
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.boltte-home-v71__product-meta {
    display: flex;
    gap: 8px;
    margin-top: 9px;
    align-items: center;
    justify-content: space-between;
    color: #6b7687;
    font-size: 10px;
}

.boltte-home-v71__product-price {
    margin-top: 6px;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
}

.boltte-home-v71__product-action {
    margin-top: auto;
    padding-top: 9px;
    color: var(--bh71-blue);
    font-size: 11px;
    font-weight: 850;
}

.boltte-home-v71__family-footer {
    display: flex;
    gap: 24px;
    margin-top: 18px;
    padding: 16px 18px;
    align-items: center;
    justify-content: space-between;
    background: #eef5fb;
    border-radius: 9px;
}

.boltte-home-v71__family-footer p {
    margin: 0;
    color: var(--bh71-muted);
    font-size: 14px;
}

.boltte-home-v71__family-footer strong {
    color: var(--bh71-ink);
}

.boltte-home-v71__family-footer a {
    color: var(--bh71-blue);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.boltte-home-v71__cnc-wrap {
    padding-bottom: clamp(54px, 6vw, 82px);
}

.boltte-home-v71__cnc {
    display: grid;
    grid-template-columns: minmax(280px, 1.05fr) minmax(340px, .95fr) auto;
    gap: 30px;
    padding: clamp(28px, 4vw, 46px);
    align-items: center;
    color: #fff;
    background: linear-gradient(120deg, #15283f, #1c3c5b);
    border-radius: 14px;
}

.boltte-home-v71__cnc-copy>p {
    margin: 0 0 10px;
    color: #9bc9ef;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
}

.boltte-home-v71__cnc h2 {
    color: #fff;
    font-size: clamp(27px, 3vw, 40px);
}

.boltte-home-v71__cnc-copy>span {
    display: block;
    margin-top: 13px;
    color: #d0dbea;
    font-size: 14px;
    line-height: 1.55;
}

.boltte-home-v71__cnc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.boltte-home-v71__cnc-tags li {
    padding: 7px 10px;
    color: #dbe8f5;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-size: 12px;
}

.boltte-home-v71__cnc-actions {
    min-width: 180px;
    margin-top: 0;
    flex-direction: column;
}

.boltte-home-v71__button--cnc {
    color: #fff;
    background: var(--bh71-orange);
}

.boltte-home-v71__button--cnc:hover {
    color: #fff;
    background: #dc4613;
}

.boltte-home-v71__cnc-link {
    color: #c9dcec;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.boltte-home-v71__cnc-link:hover {
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .boltte-home-v71__hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
        gap: 28px;
    }

    .boltte-home-v71__visual {
        min-height: 280px;
    }

    .boltte-home-v71__directory {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 20px;
    }

    .boltte-home-v71__products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .boltte-home-v71__cnc {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
    }

    .boltte-home-v71__cnc-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (max-width: 749px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .boltte-home-v71__hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 92px;
        gap: 10px;
        min-height: 0;
        padding-top: 13px;
        padding-bottom: 14px;
        align-items: center;
    }

    .boltte-home-v71__desktop-only {
        display: none;
    }

    .boltte-home-v71__mobile-only {
        display: inline;
    }

    .boltte-home-v71__eyebrow {
        display: none;
    }

    .boltte-home-v71__hero h1 {
        max-width: 230px;
        font-size: clamp(22px, 6.4vw, 27px);
        letter-spacing: -.03em;
        line-height: 1.02;
    }

    .boltte-home-v71__lead {
        display: -webkit-box;
        max-width: 235px;
        margin-top: 6px;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.32;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .boltte-home-v71__actions {
        margin-top: 9px;
    }

    .boltte-home-v71__button {
        min-height: 32px;
        padding: 0 12px;
        border-radius: 5px;
        font-size: 11px;
    }

    .boltte-home-v71__button--secondary,
    .boltte-home-v71__proof {
        display: none;
    }

    .boltte-home-v71__visual {
        display: block;
        width: 92px;
        height: 92px;
        min-height: 92px;
        margin: 0;
    }

    .boltte-home-v71__visual-main {
        height: 92px;
        border: 1px solid rgba(255, 255, 255, .5);
        border-radius: 10px;
        box-shadow: 0 10px 24px rgba(0, 9, 24, .24);
    }

    .boltte-home-v71__visual-main>img {
        aspect-ratio: 1;
        object-fit: cover;
    }

    .boltte-home-v71__visual-caption,
    .boltte-home-v71__visual-card {
        display: none;
    }

    .boltte-home-v71__confidence {
        display: none;
    }

    .boltte-home-v71__families {
        width: 100%;
        max-width: none;
        padding: 11px 0 38px;
    }

    .boltte-home-v71__section-heading {
        display: block;
        margin: 0 14px 8px;
    }

    .boltte-home-v71__section-heading .boltte-home-v71__eyebrow {
        display: none;
    }

    .boltte-home-v71__section-heading h2 {
        font-size: 20px;
        line-height: 1.12;
    }

    .boltte-home-v71__section-heading>p {
        margin-top: 3px;
        font-size: 11px;
        line-height: 1.32;
    }

    .boltte-home-v71__directory {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 0;
        align-items: start;
        background: #fff;
        border-top: 1px solid var(--bh71-line);
        border-bottom: 1px solid var(--bh71-line);
    }

    .boltte-home-v71__category-nav {
        position: sticky;
        top: 66px;
        z-index: 3;
        display: block;
        max-height: calc(100vh - 82px);
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        background: #f4f5f6;
        border: 0;
        border-right: 1px solid var(--bh71-line);
        border-radius: 0;
        scrollbar-width: none;
    }

    .boltte-home-v71__category-nav::-webkit-scrollbar {
        display: none;
    }

    .boltte-home-v71__category-nav>strong {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        min-height: 36px;
        padding: 6px 7px;
        align-items: center;
        justify-content: center;
        color: #26384a;
        background: #fff;
        border-bottom: 1px solid var(--bh71-line);
        font-size: 10px;
        line-height: 1.25;
        text-align: center;
    }

    .boltte-home-v71__category-nav a {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
        min-width: 0;
        min-height: 78px;
        padding: 7px 4px;
        place-items: center;
        color: #26313f;
        background: #f4f5f6;
        border-right: 0;
        border-bottom: 1px solid #e6e8eb;
        font-size: 12.5px;
        font-weight: 700;
        line-height: 1.15;
        text-align: center;
    }

    .boltte-home-v71__category-icon {
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }

    .boltte-home-v71__category-icon svg {
        width: 30px;
        height: 30px;
    }

    .boltte-home-v71__category-nav a.is-active {
        position: relative;
        color: var(--bh71-orange);
        background: #fff;
        font-weight: 850;
    }

    .boltte-home-v71__category-nav a.is-active::before {
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 0;
        width: 3px;
        background: var(--bh71-orange);
        border-radius: 0 3px 3px 0;
        content: "";
    }

    .boltte-home-v71__category-label--desktop {
        display: none !important;
    }

    .boltte-home-v71__category-label--mobile {
        display: block !important;
        width: auto;
        min-width: 0;
        height: auto;
        color: inherit;
        background: transparent;
        border-radius: 0;
        font-size: inherit;
    }

    .boltte-home-v71__category-count {
        display: none !important;
    }

    .boltte-home-v71__category-groups {
        display: block;
        min-width: 0;
        min-height: 175vw;
        padding: 0 8px 18px;
    }

    .boltte-home-v71__category-group {
        display: none;
        scroll-margin-top: 74px;
    }

    .boltte-home-v71__category-group.is-active {
        display: block;
    }

    .boltte-home-v71__category-heading {
        display: block;
        margin: 0;
        padding: 13px 3px 10px;
        border-bottom: 0;
    }

    .boltte-home-v71__category-heading h3 {
        color: #26313f;
        font-size: 16px;
        line-height: 1.25;
    }

    .boltte-home-v71__category-heading p {
        display: none;
    }

    .boltte-home-v71__products {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px 6px;
        padding: 0;
    }

    .boltte-home-v71__product-card {
        min-width: 0;
        overflow: visible;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .boltte-home-v71__product-card:hover {
        border: 0;
        box-shadow: none;
        transform: none;
    }

    .boltte-home-v71__product-image {
        aspect-ratio: 1;
        background: #f5f6f8;
        border: 1px solid #e7e9ec;
        border-radius: 6px;
    }

    .boltte-home-v71__product-copy {
        min-height: 0;
        padding: 5px 1px 0;
    }

    .boltte-home-v71__product-copy strong {
        min-height: 30px;
        font-size: 10px;
        line-height: 1.45;
        text-align: center;
        -webkit-line-clamp: 2;
    }

    .boltte-home-v71__product-meta,
    .boltte-home-v71__product-action {
        display: none;
    }

    .boltte-home-v71__product-price {
        margin-top: 3px;
        color: var(--bh71-orange);
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
    }

    .boltte-home-v71__family-footer {
        display: block;
        margin: 16px 14px 0;
        padding: 14px;
    }

    .boltte-home-v71__family-footer a {
        display: inline-block;
        margin-top: 9px;
    }

    /* BOLTTE v75: compact lower-page conversion blocks on mobile only. */
    .boltte-home-v71__family-footer {
        margin-top: 10px;
        padding: 10px 11px;
    }

    .boltte-home-v71__family-footer p,
    .boltte-home-v71__family-footer a {
        font-size: 11px;
        line-height: 1.35;
    }

    .boltte-home-v71__family-footer a {
        margin-top: 5px;
    }

    .boltte-home-v71__cnc-wrap {
        padding-bottom: 28px;
    }

    .boltte-home-v71__cnc {
        display: block;
        padding: 16px 15px;
        border-radius: 11px;
    }

    .boltte-home-v71__cnc-copy>p {
        margin-bottom: 5px;
        font-size: 8px;
    }

    .boltte-home-v71__cnc h2 {
        font-size: 22px;
        line-height: 1.06;
    }

    .boltte-home-v71__cnc-copy>span {
        display: -webkit-box;
        margin-top: 8px;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .boltte-home-v71__cnc-tags {
        gap: 5px;
        margin-top: 12px;
    }

    .boltte-home-v71__cnc-tags li {
        padding: 5px 8px;
        font-size: 10px;
    }

    .boltte-home-v71__cnc-actions {
        gap: 8px;
        margin-top: 13px;
        align-items: center;
        flex-direction: row;
    }

    .boltte-home-v71__cnc-actions .boltte-home-v71__button {
        min-height: 34px;
        padding: 0 12px;
        font-size: 11px;
    }

    .boltte-home-v71__cnc-link {
        font-size: 10px;
    }
}

@media screen and (max-width: 430px) {
    .boltte-home-v71__directory {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .boltte-home-v71__products {
        gap: 9px 5px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .boltte-home-v71__button,
    .boltte-home-v71__product-card,
    .boltte-home-v71__product-image img {
        transition: none;
    }
}

/* BOLTTE v82 Custom / OEM vacuum category */
.boltte-home-v71__custom-card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px;
    border: 1px solid #c8d9e8;
    border-radius: 14px;
    background: linear-gradient(135deg, #f5f9fc 0%, #eaf3fa 100%);
}

.boltte-home-v71__custom-card-icon {
    display: grid;
    width: 74px;
    height: 74px;
    place-items: center;
    color: #076db8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 27, 53, .08);
    font-size: 32px;
    font-weight: 900;
}

.boltte-home-v71__custom-card h4 {
    margin: 0 0 6px;
    color: #071b35;
    font-size: 22px;
}

.boltte-home-v71__custom-card p {
    margin: 0;
    color: #526173;
    font-size: 14px;
    line-height: 1.55;
}

.boltte-home-v71__custom-card a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    color: #fff;
    background: #f4511e;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.boltte-home-v71__custom-card a:hover {
    color: #fff;
    background: #d93f12;
}

@media screen and (max-width: 749px) {
    .boltte-home-v71__custom-card {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 11px;
        padding: 14px;
        border-radius: 10px;
    }

    .boltte-home-v71__custom-card-icon {
        width: 52px;
        height: 52px;
        border-radius: 10px;
        font-size: 24px;
    }

    .boltte-home-v71__custom-card h4 {
        font-size: 17px;
    }

    .boltte-home-v71__custom-card p {
        font-size: 12px;
        line-height: 1.45;
    }

    .boltte-home-v71__custom-card a {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 40px;
    }
}

/* BOLTTE v83 category usage guidance */
@media screen and (min-width: 750px) {
    .boltte-home-v71__directory {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 26px;
    }

    .boltte-home-v71__category-nav a {
        grid-template-columns: 42px minmax(0, 1fr) 30px;
        min-height: 83px;
    }

    .boltte-home-v71__category-copy {
        min-width: 0;
    }

    .boltte-home-v71__category-use {
        display: block;
        margin-top: 5px;
        color: #526f8b;
        font-size: 10.5px;
        font-weight: 750;
        line-height: 1.2;
    }

    .boltte-home-v71__category-use::before {
        color: var(--bh71-orange);
        content: "• ";
    }

    .boltte-home-v71__category-use--mobile {
        display: none;
    }
}

.boltte-home-v71__category-heading {
    display: block;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.boltte-home-v71__usage-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--bh71-orange);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.boltte-home-v71__category-heading p {
    max-width: none;
    margin: 5px 0 0;
    font-size: 13px;
    text-align: left;
}

.boltte-home-v71__usage-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
}

.boltte-home-v71__usage-chip {
    display: inline-flex;
    padding: 5px 8px;
    align-items: center;
    color: #075f9d;
    background: #e8f2fb;
    border: 1px solid #d2e5f4;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.15;
}

@media screen and (max-width: 749px) {
    .boltte-home-v71__directory {
        grid-template-columns: 122px minmax(0, 1fr);
    }

    .boltte-home-v71__category-nav a {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 6px;
        min-height: 73px;
        padding: 7px 5px;
        place-items: center start;
        text-align: left;
    }

    .boltte-home-v71__category-icon {
        width: 30px;
        height: 30px;
        border-radius: 9px;
    }

    .boltte-home-v71__category-icon svg {
        width: 28px;
        height: 28px;
    }

    .boltte-home-v71__category-copy {
        min-width: 0;
    }

    .boltte-home-v71__category-label--mobile {
        font-size: 10.5px !important;
        line-height: 1.13 !important;
    }

    .boltte-home-v71__category-use {
        display: none;
    }

    .boltte-home-v71__category-use--mobile {
        display: block;
        margin-top: 4px;
        color: #57718b;
        font-size: 8.5px;
        font-weight: 800;
        line-height: 1.1;
    }

    .boltte-home-v71__category-use--mobile::before {
        color: var(--bh71-orange);
        content: "• ";
    }

    .boltte-home-v71__category-heading {
        padding: 11px 3px 9px;
    }

    .boltte-home-v71__usage-kicker {
        margin-bottom: 3px;
        font-size: 8px;
    }

    .boltte-home-v71__category-heading h3 {
        font-size: 15px;
    }

    .boltte-home-v71__category-heading p {
        display: block;
        margin-top: 4px;
        font-size: 10.5px;
        line-height: 1.35;
        text-align: left;
    }

    .boltte-home-v71__usage-chips {
        gap: 4px;
        margin-top: 6px;
    }

    .boltte-home-v71__usage-chip {
        padding: 3px 5px;
        font-size: 8.5px;
    }
}

/* BOLTTE v95 homepage WhatsApp contact */
.boltte-home-v71__button--whatsapp {
    gap: 8px;
    color: #fff;
    background: #128c7e;
    border-color: #128c7e;
    box-shadow: 0 10px 24px rgba(18, 140, 126, .24);
}

.boltte-home-v71__button--whatsapp:hover {
    color: #fff;
    background: #0f766e;
    border-color: #0f766e;
}

.boltte-home-v71__button--whatsapp svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

@media (max-width: 749px) {
    .boltte-home-v71__button--whatsapp {
        min-height: 32px;
        padding: 0 11px;
        gap: 6px;
    }

    .boltte-home-v71__button--whatsapp svg {
        width: 15px;
        height: 15px;
    }
}

.boltte-home-v71__custom-card-copy {
    min-width: 0;
}

.boltte-home-v71__custom-card-help {
    margin-top: 7px !important;
    font-size: 13px !important;
}

.boltte-home-v71__custom-card-help strong {
    color: #071b35;
}

.boltte-home-v71__custom-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    justify-content: flex-end;
}

.boltte-home-v71__custom-card-actions .boltte-home-v71__button--whatsapp {
    color: #fff;
    background: #128c7e;
    border-color: #128c7e;
}

.boltte-home-v71__custom-card-actions .boltte-home-v71__button--whatsapp:hover {
    color: #fff;
    background: #0f766e;
}

@media (max-width: 749px) {
    .boltte-home-v71__custom-card-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .boltte-home-v71__custom-card-actions a {
        width: 100%;
        min-height: 38px;
        padding: 8px 10px;
        font-size: 12px;
    }
}

/* BOLTTE v99 Technical Guides homepage cards */
.boltte-home-v71__guides {
    padding-top: 42px;
    padding-bottom: 8px;
}

.boltte-home-v71__guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.boltte-home-v71__guide-card {
    display: flex;
    min-width: 0;
    padding: 22px;
    color: #071b35;
    border: 1px solid #d5e2ed;
    border-radius: 14px;
    background: #fff;
    flex-direction: column;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.boltte-home-v71__guide-card:hover {
    color: #071b35;
    border-color: #8cb9da;
    box-shadow: 0 12px 28px rgba(7, 27, 53, .10);
    transform: translateY(-2px);
}

.boltte-home-v71__guide-tag {
    color: #f4511e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .10em;
}

.boltte-home-v71__guide-card h3 {
    margin: 8px 0 7px;
    color: #071b35;
    font-size: 20px;
    line-height: 1.3;
}

.boltte-home-v71__guide-card p {
    margin: 0;
    color: #526173;
    font-size: 13px;
    line-height: 1.55;
}

.boltte-home-v71__guide-link {
    margin-top: auto;
    padding-top: 14px;
    color: #076db8;
    font-size: 13px;
    font-weight: 850;
}

.boltte-home-v71__guides-footer {
    margin-top: 14px;
    text-align: right;
}

.boltte-home-v71__guides-footer a {
    color: #076db8;
    font-size: 14px;
    font-weight: 850;
}

@media screen and (max-width: 749px) {
    .boltte-home-v71__guides {
        padding: 24px 14px 4px;
    }

    .boltte-home-v71__guide-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .boltte-home-v71__guide-card {
        padding: 15px;
        border-radius: 10px;
    }

    .boltte-home-v71__guide-card h3 {
        margin: 6px 0;
        font-size: 16px;
    }

    .boltte-home-v71__guide-card p {
        font-size: 11.5px;
        line-height: 1.45;
    }

    .boltte-home-v71__guide-link {
        padding-top: 10px;
        font-size: 12px;
    }

    .boltte-home-v71__guides-footer {
        margin-top: 10px;
        text-align: left;
    }

    .boltte-home-v71__guides-footer a {
        font-size: 12px;
    }
}

/* BOLTTE v96 desktop category tabs */
@media screen and (min-width: 750px) {
    .boltte-home-v71__category-groups {
        display: block;
        min-width: 0;
    }

    .boltte-home-v71__category-group {
        display: none;
    }

    .boltte-home-v71__category-group.is-active {
        display: block;
    }

    .boltte-home-v71__category-nav a.is-active {
        color: var(--bh71-blue);
        background: #fff;
        box-shadow: inset 4px 0 0 var(--bh71-orange);
    }
}

/* BOLTTE v101 stable desktop category browser */
@media screen and (min-width: 750px) {
    .boltte-home-v71__directory {
        height: clamp(760px, calc(100vh - 70px), 980px);
        align-items: stretch;
        overflow-anchor: none;
    }

    .boltte-home-v71__category-nav {
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        overscroll-behavior: auto;
        scrollbar-gutter: stable;
        overflow-anchor: none;
    }

    .boltte-home-v71__category-groups {
        height: 100%;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: auto;
        scrollbar-gutter: stable;
        padding-right: 5px;
        overflow-anchor: none;
    }

    .boltte-home-v71__category-group.is-active {
        min-height: 100%;
        overflow-anchor: none;
    }
}

/* BOLTTE v102 natural category scroll chaining */

/* BOLTTE v103 taller desktop category browser */

/* BOLTTE v104 compact guides and taller desktop catalog preview */

/* Technical Guides: preserve all text and links while reducing vertical space. */
.boltte-home-v71__guides {
    padding-top: 24px;
    padding-bottom: 4px;
}

.boltte-home-v71__guides-heading {
    gap: 24px;
    margin-bottom: 14px;
}

.boltte-home-v71__guides-heading h2 {
    font-size: clamp(26px, 2.5vw, 36px);
}

.boltte-home-v71__guides-heading>p {
    font-size: 13px;
    line-height: 1.45;
}

.boltte-home-v71__guide-grid {
    gap: 10px;
}

.boltte-home-v71__guide-card {
    padding: 14px 16px;
    border-radius: 10px;
}

.boltte-home-v71__guide-card h3 {
    margin: 5px 0 4px;
    font-size: 16px;
    line-height: 1.25;
}

.boltte-home-v71__guide-card p {
    font-size: 11.5px;
    line-height: 1.4;
}

.boltte-home-v71__guide-link {
    padding-top: 8px;
    font-size: 11.5px;
}

.boltte-home-v71__guides-footer {
    margin-top: 8px;
}

.boltte-home-v71__guides-footer a {
    font-size: 12px;
}

/* Desktop only: show more category products at once. */
@media screen and (min-width: 750px) {
    .boltte-home-v71__directory {
        height: 900px;
  }

  .boltte-home-v71__directory:has(.boltte-home-v71__category-group.is-active .boltte-home-v71__product-card:nth-child(5)) {
    height: 1100px;
  }

  .boltte-home-v71__directory:has(.boltte-home-v71__category-group.is-active .boltte-home-v71__product-card:nth-child(9)) {
    height: 1620px;
    }
}

@media screen and (max-width: 749px) {
    .boltte-home-v71__guides {
        padding: 14px 12px 2px;
    }

    .boltte-home-v71__guides-heading {
        margin: 0 0 6px;
    }

    .boltte-home-v71__guides-heading h2 {
        font-size: 18px;
    }

    .boltte-home-v71__guides-heading>p {
        margin-top: 2px;
        font-size: 10.5px;
        line-height: 1.3;
    }

    .boltte-home-v71__guide-grid {
        gap: 6px;
    }

    .boltte-home-v71__guide-card {
        padding: 10px 12px;
        border-radius: 8px;
    }

    .boltte-home-v71__guide-tag {
        font-size: 8.5px;
    }

    .boltte-home-v71__guide-card h3 {
        margin: 3px 0;
        font-size: 14px;
        line-height: 1.25;
    }

    .boltte-home-v71__guide-card p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .boltte-home-v71__guide-link {
        padding-top: 5px;
        font-size: 10.5px;
    }

    .boltte-home-v71__guides-footer {
        margin-top: 6px;
    }

    .boltte-home-v71__guides-footer a {
        font-size: 11px;
    }
}

/* BOLTTE v108 mobile homepage keeps one Technical Guide card */
@media screen and (max-width: 749px) {
  .boltte-home-v71__guide-grid .boltte-home-v71__guide-card:nth-child(n + 2) {
    display: none;
  }
}


/* BOLTTE v136 distinct homepage scrollbars */
@media screen and (min-width: 750px) {
  /* Outer document scrollbar: orange. */
  html:has(.boltte-home-v71),
  body:has(.boltte-home-v71) {
    scrollbar-color: #ff5a24 #fff0e9;
  }

  html:has(.boltte-home-v71)::-webkit-scrollbar-track,
  body:has(.boltte-home-v71)::-webkit-scrollbar-track {
    background-color: #fff0e9;
  }

  html:has(.boltte-home-v71)::-webkit-scrollbar-thumb,
  body:has(.boltte-home-v71)::-webkit-scrollbar-thumb {
    background-color: #ff5a24;
    border-radius: 999px;
  }

  /* Inner category and product scrollers: blue. */
  .boltte-home-v71__category-nav,
  .boltte-home-v71__category-groups {
    scrollbar-color: #0873bf #eaf3fb;
  }

  .boltte-home-v71__category-nav::-webkit-scrollbar-track,
  .boltte-home-v71__category-groups::-webkit-scrollbar-track {
    background-color: #eaf3fb;
  }

  .boltte-home-v71__category-nav::-webkit-scrollbar-thumb,
  .boltte-home-v71__category-groups::-webkit-scrollbar-thumb {
    background-color: #0873bf;
    border-radius: 999px;
  }
}

/* BOLTTE v151 homepage repeating discount promotion */
.boltte-home-v151__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 14px auto 0;
  padding: 11px 18px;
  border: 1px solid #fdba74;
  border-left: 4px solid #f4511e;
  border-radius: 10px;
  background: #fff7ed;
  color: #7c2d12;
  box-shadow: 0 4px 14px rgba(124, 45, 18, 0.06);
}

.boltte-home-v151__discount-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4511e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.boltte-home-v151__discount-copy {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.boltte-home-v151__discount-copy strong {
  color: #9a3412;
  font-size: 16px;
  line-height: 1.25;
}

.boltte-home-v151__discount-copy span {
  color: #7c2d12;
  font-size: 13px;
  line-height: 1.35;
}

@media screen and (max-width: 749px) {
  .boltte-home-v151__discount {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9px;
    margin-top: 8px;
    padding: 9px 10px;
    border-radius: 8px;
  }

  .boltte-home-v151__discount-badge {
    min-width: 44px;
    height: 24px;
    padding: 0 8px;
    font-size: 10px;
  }

  .boltte-home-v151__discount-copy {
    display: grid;
    gap: 2px;
  }

  .boltte-home-v151__discount-copy strong {
    font-size: 14px;
  }

  .boltte-home-v151__discount-copy span {
    font-size: 11px;
  }
}

/* BOLTTE V168: premium frosted product background for homepage hero */
.boltte-home-v71__hero[data-boltte-v168-home-products-bg] {
    isolation: isolate;
    background-color: #0a2a4c;
}

.boltte-home-v71__hero[data-boltte-v168-home-products-bg]::after {
    position: absolute;
    z-index: 0;
    inset: -2px;
    background-image:
        linear-gradient(90deg, rgba(7, 31, 61, .96) 0%, rgba(7, 31, 61, .84) 34%, rgba(7, 40, 74, .43) 57%, rgba(7, 44, 81, .08) 100%),
        linear-gradient(180deg, rgba(13, 48, 83, .03) 0%, rgba(8, 34, 65, .24) 100%),
        var(--bh71-v168-bg);
    background-position: center, center, center right;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(.94) contrast(1.03);
    pointer-events: none;
    transform: scale(1.004);
}

.boltte-home-v71__hero[data-boltte-v168-home-products-bg]::before {
    z-index: 1;
    opacity: .58;
}

.boltte-home-v71__hero[data-boltte-v168-home-products-bg] .boltte-home-v71__hero-grid {
    z-index: 2;
    grid-template-columns: minmax(0, 1fr);
}

.boltte-home-v71__hero[data-boltte-v168-home-products-bg] .boltte-home-v71__hero-copy {
    position: relative;
    z-index: 1;
}

.boltte-home-v71__hero[data-boltte-v168-home-products-bg] .boltte-home-v71__visual {
    display: none;
}

@media screen and (max-width: 749px) {
    .boltte-home-v71__hero[data-boltte-v168-home-products-bg]::after {
        background-image:
            linear-gradient(90deg, rgba(7, 31, 61, .96) 0%, rgba(7, 31, 61, .88) 51%, rgba(8, 43, 78, .43) 100%),
            linear-gradient(180deg, rgba(13, 48, 83, .04) 0%, rgba(8, 34, 65, .28) 100%),
            var(--bh71-v168-bg);
        background-position: center, center, 59% center;
    }

    .boltte-home-v71__hero[data-boltte-v168-home-products-bg] .boltte-home-v71__hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* BOLTTE V183: homepage category image logo badge */
.boltte-home-v71__product-image {
  container-type: inline-size;
  isolation: isolate;
  position: relative;
}

.boltte-home-v71__product-image::before {
  align-items: center;
  background: rgba(235, 246, 255, .96);
  border: 1px solid rgba(207, 227, 247, .96);
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(15, 44, 77, .12);
  color: #2f72d6;
  content: "BOLTTE";
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  left: 10px;
  letter-spacing: .015em;
  line-height: 1;
  min-height: 26px;
  padding: 0 11px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  white-space: nowrap;
  z-index: 2;
}

/* Keep the mark proportional on the three-column mobile card grid. */
@supports (font-size: 5cqw) {
  .boltte-home-v71__product-image::before {
    border-radius: clamp(3px, 1.5cqw, 7px);
    font-size: clamp(8px, 5cqw, 14px);
    left: clamp(4px, 3cqw, 10px);
    min-height: clamp(16px, 9cqw, 26px);
    padding-inline: clamp(4px, 2.5cqw, 11px);
    top: clamp(4px, 3cqw, 10px);
  }
}

@media screen and (max-width: 749px) {
  .boltte-home-v71__product-image::before {
    left: 8px;
    top: 8px;
  }
}
/* BOLTTE V183: homepage category image logo badge end */

