section[data-cattype="82011"].breadcrumb-area {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.04);
    border-bottom: 0;
    background: #f4f5f7;
    color: #111;
}

section[data-cattype="82011"] .breadcrumb-box {
    position: relative;
    z-index: 1;
    min-height: 54px;
}

section[data-cattype="82011"] .breadcrumb-heading {
    text-align: left !important;
}

section[data-cattype="82011"] .breadcrumb-title {
    position: relative;
    margin: 0;
    padding-bottom: 13px;
    color: #111;
    font-size: clamp(30px, 2.3vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left !important;
    text-transform: uppercase !important;
    overflow-wrap: anywhere;
}

section[data-cattype="82011"] .breadcrumb-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 3px;
    content: "";
    background: #dcb14a;
}

section[data-cattype="82011"] .breadcrumb-navigation {
    display: flex;
    justify-content: flex-end;
}

section[data-cattype="82011"] .breadcrumb-navigation ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

section[data-cattype="82011"] .breadcrumb-navigation li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    color: #777;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

section[data-cattype="82011"] .breadcrumb-navigation li::before,
section[data-cattype="82011"] .breadcrumb-navigation li::after {
    display: none;
}

section[data-cattype="82011"] .breadcrumb-navigation li + li::before {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 13px;
    content: "/";
    color: #777;
    background: transparent;
}

section[data-cattype="82011"] .breadcrumb-navigation a {
    position: relative;
    color: #111;
    text-decoration: none;
}

section[data-cattype="82011"] .breadcrumb-navigation a::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: auto;
    width: 0;
    height: 1px;
    content: "";
    background: #dcb14a;
    transition: width 0.25s ease;
}

section[data-cattype="82011"] .breadcrumb-navigation a:hover {
    color: #dcb14a;
}

section[data-cattype="82011"] .breadcrumb-navigation a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

section[data-cattype="82011"] .breadcrumb-navigation li.active,
section[data-cattype="82011"] .breadcrumb-navigation li:last-child {
    color: #777;
}

/* OSP 51025 already prints its own page-title. The breadcrumb now owns that
   heading position, so hide only the duplicate visual title, not its content. */
section[data-cattype="82011"] ~ section[data-cattype="51025"] > h1.page-title {
    display: none;
}

@media (max-width: 767.98px) {
    section[data-cattype="82011"].breadcrumb-area {
        padding: 30px 0 27px;
    }

    section[data-cattype="82011"] .breadcrumb-heading {
        text-align: center !important;
    }

    section[data-cattype="82011"] .breadcrumb-title {
        max-width: 92%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 16px;
        font-size: clamp(23px, 7vw, 29px);
        line-height: 1.25;
        letter-spacing: -0.025em;
        text-align: center !important;
    }

    section[data-cattype="82011"] .breadcrumb-title::after {
        left: 50%;
        width: 82px;
        height: 2px;
        transform: translateX(-50%);
    }

    section[data-cattype="82011"] .breadcrumb-navigation {
        justify-content: center;
        margin-top: 17px;
    }

    section[data-cattype="82011"] .breadcrumb-navigation ol {
        justify-content: center;
        text-align: center;
    }

    section[data-cattype="82011"] .breadcrumb-navigation li {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 0.075em;
    }

    section[data-cattype="82011"] .breadcrumb-navigation li + li::before {
        width: auto;
        margin: 0 8px;
    }
}

@media (max-width: 380px) {
    section[data-cattype="82011"].breadcrumb-area {
        padding: 27px 0 24px;
    }

    section[data-cattype="82011"] .breadcrumb-title {
        max-width: 100%;
        font-size: 22px;
    }

    section[data-cattype="82011"] .breadcrumb-title::after {
        width: 74px;
    }

    section[data-cattype="82011"] .breadcrumb-navigation li {
        font-size: 9px;
        letter-spacing: 0.055em;
    }

    section[data-cattype="82011"] .breadcrumb-navigation li + li::before {
        margin: 0 6px;
    }
}
