/* Shared page-hero banner.
   Used by: News List, News Details, About Us, and all product pages.
   Lives in its own stylesheet so browsers can cache it once site-wide. */

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    overflow-x: hidden;
}

.page-hero {
    position: relative;
    z-index: 0;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0 0;
    padding: 90px 20px 70px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 55%, #3a2e15 100%);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 4px solid #d6a146;
}

    .page-hero *, .page-hero *::before, .page-hero *::after {
        box-sizing: border-box;
        max-width: 100%;
    }

.page-hero__glow {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 20%, rgba(214,161,70,0.25) 0, transparent 45%), radial-gradient(circle at 85% 80%, rgba(214,161,70,0.18) 0, transparent 50%);
    pointer-events: none;
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
}

.page-hero__eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d6a146;
    font-weight: 600;
    margin-bottom: 14px;
}

.page-hero[dir="rtl"] .page-hero__eyebrow {
    text-transform: none;
    letter-spacing: 0.08em;
}

.page-hero__title {
    font-size: clamp(26px, 5vw, 46px);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 700;
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.page-hero__lead {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.page-hero__crumbs {
    margin-top: 22px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

    .page-hero__crumbs a {
        color: #d6a146;
        text-decoration: none;
    }

        .page-hero__crumbs a:hover {
            text-decoration: underline;
        }

    .page-hero__crumbs .sep {
        margin: 0 8px;
        opacity: 0.5;
    }

/* When the hero is present right under the fixed navbar the next
   content block should not start with its default large top margin. */
.page-hero + div > .sec-mar,
.page-hero + .sec-mar,
.page-hero + .minicontainer,
.page-hero + .blog-list,
.page-hero + .blog-detail,
.page-hero + .ipsc-xpage,
.page-hero + .ipsc-contact {
    margin-top: 40px !important;
}

@media (max-width: 991px) {
    .page-hero {
        padding: 60px 16px 50px;
    }

        .page-hero + div > .sec-mar,
        .page-hero + .sec-mar,
        .page-hero + .minicontainer,
        .page-hero + .blog-list,
        .page-hero + .blog-detail,
        .page-hero + .ipsc-xpage,
        .page-hero + .ipsc-contact {
            margin-top: 30px !important;
        }
}

@media (max-width: 575px) {
    .page-hero {
        padding: 40px 14px 34px;
    }

    .page-hero__eyebrow {
        letter-spacing: 2px;
        font-size: 12px;
    }

    .page-hero__crumbs {
        margin-top: 16px;
    }

    .page-hero + .ipsc-xpage,
    .page-hero + .ipsc-contact {
        margin-top: 24px !important;
    }
}

/* Header: Expertise & Products dropdowns (desktop hover / keyboard focus) */
/*.SiteUl li.site-nav-dd {
    position: relative;
}

.SiteUl li.site-nav-dd > a .site-nav-dd-caret {
    font-size: 0.65em;
    opacity: 0.85;
    margin-inline-start: 4px;
}

.SiteUl li.site-nav-dd ul {
    display: none;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 260px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #2a2a2a;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    z-index: 5000;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #d6a146;
}

.SiteUl li.site-nav-dd:hover ul,
.SiteUl li.site-nav-dd:focus-within ul {
    display: block;
}

.SiteUl li.site-nav-dd ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.SiteUl li.site-nav-dd ul a {
    display: block;
    padding: 10px 18px;
    color: #f0f0f0;
    white-space: nowrap;
    font-size: 14px;
}

.SiteUl li.site-nav-dd ul a:hover {
    background: rgba(214, 161, 70, 0.15);
    color: #fff;
}

@media (max-width: 991px) {
    .SiteUl li.site-nav-dd ul {
        position: static;
        display: none;
        box-shadow: none;
        border: 0;
        background: rgba(0, 0, 0, 0.2);
        min-width: 100%;
        border-radius: 0;
    }

    .SiteUl li.site-nav-dd:hover ul,
    .SiteUl li.site-nav-dd:focus-within ul {
        display: block;
    }
}
*/
.site-nav-dd {
    position: relative;
}

    .site-nav-dd ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: #000;
        min-width: 220px;
        display: none;
        padding: 10px 0;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        z-index: 999;
    }

    .site-nav-dd:hover ul {
        display: block;
    }

    .site-nav-dd ul li a {
        color: #fff;
        display: block;
        padding: 0 5px;
    }

        .site-nav-dd ul li a:hover {
            background: #f5f5f5;
            color: var(--theme-color);
        }

.SiteUl {
    display: flex;
    align-items: center;
/*    gap: 5px;*/
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1049px) {
    .site-nav-dd ul {
        position: unset;
        background: rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 1050px) and (max-width: 1210px) {
    .hideContent{
        display:none;
    }
}
    /* Homepage “Explore IPSC” block: see expertise-pages.css */
