.products-page {
    background: #fff;
}

.products-page main h2 {
    font-size: clamp(1.65rem, 4.5vw, 2.35rem);
}

.products-hero {
    min-height: 540px;
    display: grid;
    align-items: center;
}

.products-hero .hero__content {
    max-width: 800px;
}

.products-hero .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
}

.products-hero .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.products-hero .breadcrumb a:hover {
    text-decoration: underline;
}

.products-hero .breadcrumb .icon {
    width: 13px;
    height: 13px;
}

.product-jump {
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(24, 46, 71, .06);
}

.product-jump__inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.product-jump__inner > span {
    flex: none;
    color: var(--ink-600);
    font-size: .78rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.product-jump__links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-jump__links a {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    color: var(--primary);
    background: #f4f7fa;
    border: 1px solid #dbe5ee;
    border-radius: 999px;
    font-size: .84rem;
    font-weight: 750;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-jump__links a:hover,
.product-jump__links a:focus-visible {
    color: var(--primary);
    background: #e9eefb;
    border-color: #c4cfee;
    box-shadow: 0 4px 10px rgba(24, 46, 135, .09);
    transform: translateY(-1px);
}

.product-jump__links .icon {
    width: 14px;
    height: 14px;
}

.products-intro {
    padding: 66px 0;
    background: #fff;
}

.products-intro__grid {
    display: grid;
    gap: 20px;
}

.products-intro h2 {
    max-width: 680px;
}

.products-intro p {
    max-width: 560px;
    color: var(--ink-600);
}

.product-showcase {
    border-top: 1px solid var(--line);
}

.product-band {
    --brand-accent: var(--primary);
    --brand-accent-dark: var(--primary);
    --brand-hover: var(--accent-hover);
    --brand-contrast: #fff;
    padding: 72px 0;
    scroll-margin-top: 90px;
    background: #fff;
}

.product-band--sumitomo {
    --brand-accent: var(--accent);
    --brand-accent-dark: var(--accent);
    --brand-hover: var(--accent-hover);
}

.product-band--mitutoyo {
    --brand-accent: var(--orange);
    --brand-accent-dark: var(--orange);
    --brand-hover: var(--orange-hover);
}

.product-band--osg {
    --brand-accent: #0061a8;
    --brand-accent-dark: #00538f;
    --brand-hover: #004579;
}

.product-band--bt-fixo {
    --brand-accent: #9e3038;
    --brand-accent-dark: #8b2931;
    --brand-hover: #762229;
}

.product-band--ubra {
    --brand-accent: #c62828;
    --brand-accent-dark: #b52323;
    --brand-hover: #9e1f1f;
}

.product-band--zoller {
    --brand-accent: #e0b300;
    --brand-accent-dark: #8a6800;
    --brand-hover: #c39b00;
    --brand-contrast: #151719;
}

.product-band:nth-child(even) {
    background: #f4f7fa;
}

.product-band__grid {
    display: grid;
    gap: 34px;
    align-items: center;
}

.product-band__visual {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8edf1;
    border: 1px solid #dbe5ee;
    border-radius: var(--radius-md);
    box-shadow: 0 20px 48px rgba(24, 46, 71, .1);
}

.product-band__visual::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 8px;
    background: var(--brand-accent);
}

.product-band__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-band__content {
    max-width: 610px;
}

.product-band__content h2 {
    margin-bottom: 18px;
}

.product-band__content > .eyebrow,
.product-band__content h2 span {
    color: var(--brand-accent-dark);
}

.product-band__lead {
    color: var(--ink-900);
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.55;
}

.product-band__description {
    margin-top: 12px;
    color: var(--ink-600);
}

.product-band__list {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.product-band__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink-700);
    font-size: .92rem;
    font-weight: 650;
}

.product-band__list .icon {
    width: 18px;
    height: 18px;
    padding: 3px;
    color: var(--brand-contrast);
    background: var(--brand-accent);
    border-radius: 50%;
}

.product-band__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.product-band__actions .button--secondary {
    color: var(--brand-accent-dark);
    background: transparent;
    border-color: var(--brand-accent);
}

.product-band__actions .button--primary {
    color: var(--brand-contrast);
    background: var(--brand-accent);
    box-shadow: 0 10px 25px rgba(11, 13, 15, .16);
}

.product-band__actions .button--primary:hover {
    background: var(--brand-hover);
}

.product-band__actions .text-link {
    color: var(--brand-accent-dark);
}

.product-band--primary {
    padding: 82px 0;
}

.product-band--primary .product-band__visual {
    box-shadow: 0 24px 60px rgba(24, 46, 71, .13);
}

.products-cta {
    padding: 76px 0;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(174, 188, 255, .2), transparent 30%),
        var(--primary);
}

.products-cta__grid {
    display: grid;
    gap: 30px;
    align-items: center;
}

.products-cta h2 {
    max-width: 720px;
    color: #fff;
}

.products-cta p {
    max-width: 680px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .78);
}

.products-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (min-width: 720px) {
    .products-intro {
        padding: 78px 0;
    }

    .products-intro__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
        gap: 60px;
        align-items: end;
    }

    .product-band {
        padding: 84px 0;
    }

    .product-band__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 22px;
    }
}

@media (min-width: 960px) {
    .product-jump__inner {
        justify-content: center;
        overflow: visible;
    }

    .product-band {
        padding: 92px 0;
    }

    .product-band--primary {
        padding: 108px 0;
    }

    .product-band__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
        gap: clamp(54px, 7vw, 96px);
    }

    .product-band--reverse .product-band__visual {
        order: 2;
    }

    .product-band--reverse .product-band__content {
        order: 1;
    }

    .products-cta__grid {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 64px;
    }

    .products-cta__actions {
        justify-content: flex-end;
    }
}

@media (max-width: 520px) {
    .products-hero {
        min-height: 590px;
    }

    .product-band__actions .button,
    .products-cta__actions .button {
        width: 100%;
    }
}
