:root {
    --bcm-navy: #071d3b;
    --bcm-blue: #0759b8;
    --bcm-sky: #eaf4ff;
    --bcm-gold: #fbb515;
    --bcm-ink: #10243e;
    --bcm-muted: #5d6b7c;
}

.bcm-custom-page {
    margin: 0;
}

.bcm-page-container {
    overflow: hidden;
}

.bcm-container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.bcm-topbar {
    padding: 8px 0;
    background: var(--bcm-navy);
    color: #dfeaff;
    font-size: 14px;
}

.bcm-topbar .bcm-container,
.bcm-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bcm-topbar a,
.bcm-header a {
    text-decoration: none;
}

.bcm-topbar a {
    color: #fff;
    font-weight: 800;
}

.bcm-header {
    position: relative;
    z-index: 20;
    background: var(--bcm-blue);
    box-shadow: 0 8px 25px rgba(7, 29, 59, 0.1);
}

.bcm-header__inner {
    min-height: 82px;
    gap: 24px;
}

.bcm-logo img {
    display: block;
    width: 230px;
    height: auto;
}

.bcm-desktop-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bcm-desktop-nav > a,
.bcm-services-menu > summary {
    color: #fff;
    font-weight: 800;
}

.bcm-services-menu {
    position: relative;
}

.bcm-services-menu summary,
.bcm-mobile-menu summary {
    cursor: pointer;
    list-style: none;
}

.bcm-services-menu summary::-webkit-details-marker,
.bcm-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.bcm-services-menu__panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    display: grid;
    width: 280px;
    padding: 10px;
    transform: translateX(-50%);
    border: 1px solid #dfe8f2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(7, 29, 59, 0.2);
}

.bcm-services-menu:not([open]) .bcm-services-menu__panel {
    display: none;
}

.bcm-services-menu__panel a,
.bcm-mobile-menu__panel a {
    padding: 11px 13px;
    border-radius: 8px;
    color: var(--bcm-navy);
    font-weight: 800;
}

.bcm-services-menu__panel a:hover,
.bcm-mobile-menu__panel a:hover {
    background: var(--bcm-sky);
    color: var(--bcm-blue);
}

.bcm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 8px;
    background: var(--bcm-gold);
    color: var(--bcm-navy) !important;
    font-weight: 900;
}

.bcm-content-detail {
    background: #f7fafe;
}

.bcm-content-detail__inner,
.bcm-service-details__inner {
    max-width: 880px;
}

.bcm-content-detail__inner h2,
.bcm-service-details__inner h2 {
    margin: 12px 0 20px;
    color: var(--bcm-navy);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.bcm-content-detail__body,
.bcm-service-details__body {
    color: var(--bcm-muted);
    font-size: 18px;
    line-height: 1.75;
}

.bcm-content-detail__body p:last-child,
.bcm-service-details__body p:last-child {
    margin-bottom: 0;
}

.bcm-section.bcm-award {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(251, 181, 21, 0.18), transparent 28%),
        linear-gradient(135deg, #04152c 0%, var(--bcm-navy) 46%, #0759b8 100%);
    color: #fff;
}

.bcm-section.bcm-award::after {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.bcm-award__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(42px, 7vw, 88px);
    align-items: center;
}

.bcm-award-carousel {
    position: relative;
    min-width: 0;
    padding-bottom: 34px;
}

.bcm-award-carousel__viewport {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    touch-action: pan-y;
}

.bcm-award-carousel__viewport:focus-visible {
    outline: 3px solid var(--bcm-gold);
    outline-offset: 4px;
}

.bcm-award-carousel__track {
    display: flex;
    transform: translateX(0);
    transition: transform 0.35s ease;
}

.bcm-award__visual {
    flex: 0 0 100%;
    margin: 0;
    padding: 14px;
    background: #fff;
}

.bcm-award__open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
    cursor: zoom-in;
}

.bcm-award__open:focus-visible {
    outline: 4px solid var(--bcm-gold);
    outline-offset: 3px;
}

.bcm-award__image {
    display: block;
    width: 100%;
    aspect-ratio: 36 / 23;
    object-fit: cover;
    border-radius: 12px;
}

.bcm-award-carousel__button {
    position: absolute;
    top: calc(50% - 20px);
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: rgba(4, 21, 44, 0.86);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bcm-award-carousel__button:hover,
.bcm-award-carousel__button:focus-visible {
    background: var(--bcm-gold);
    color: var(--bcm-navy);
    transform: translateY(-50%) scale(1.05);
}

.bcm-award-carousel__button--previous {
    left: 24px;
}

.bcm-award-carousel__button--next {
    right: 24px;
}

.bcm-award-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 15px;
}

.bcm-award-carousel__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
}

.bcm-award-carousel__dots button[aria-current="true"] {
    width: 28px;
    border-radius: 999px;
    background: var(--bcm-gold);
}

.bcm-award-lightbox {
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: clamp(22px, 4vw, 54px);
    border: 0;
    background: rgba(2, 11, 24, 0.94);
    color: #fff;
}

.bcm-award-lightbox[open] {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: clamp(12px, 2.5vw, 34px);
    align-items: center;
}

.bcm-award-lightbox::backdrop {
    background: rgba(2, 11, 24, 0.88);
    backdrop-filter: blur(7px);
}

.bcm-award-lightbox__figure {
    display: grid;
    grid-column: 2;
    grid-row: 1;
    gap: 14px;
    justify-items: center;
    min-width: 0;
    margin: 0;
}

.bcm-award-lightbox__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - 150px);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
    object-fit: contain;
}

.bcm-award-lightbox__caption {
    color: #dce8f7;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.bcm-award-lightbox__close,
.bcm-award-lightbox__button {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: rgba(7, 29, 59, 0.88);
    color: #fff;
    cursor: pointer;
}

.bcm-award-lightbox__close:hover,
.bcm-award-lightbox__close:focus-visible,
.bcm-award-lightbox__button:hover,
.bcm-award-lightbox__button:focus-visible {
    background: var(--bcm-gold);
    color: var(--bcm-navy);
}

.bcm-award-lightbox__close {
    position: fixed;
    z-index: 2;
    top: 22px;
    right: 22px;
    font-size: 34px;
    line-height: 1;
}

.bcm-award-lightbox__button {
    font-size: 23px;
    line-height: 1;
}

.bcm-award-lightbox__button--previous {
    grid-column: 1;
    grid-row: 1;
}

.bcm-award-lightbox__button--next {
    grid-column: 3;
    grid-row: 1;
}

body.bcm-lightbox-open {
    overflow: hidden;
}

.bcm-award__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--bcm-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.bcm-award__eyebrow::before {
    width: 36px;
    height: 3px;
    background: var(--bcm-gold);
    content: "";
}

.bcm-section.bcm-award h2 {
    max-width: 720px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.bcm-award__description {
    max-width: 680px;
    margin: 0;
    color: #dce8f7;
    font-size: 18px;
    line-height: 1.7;
}

.bcm-award__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.bcm-award__facts li {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.bcm-mobile-menu,
.bcm-mobile-call {
    display: none;
}

.bcm-footer {
    padding: 54px 0 24px;
    background: #04152c;
    color: #aebed2;
}

.bcm-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 36px;
}

.bcm-footer h2,
.bcm-footer h3 {
    color: #fff;
}

.bcm-footer a {
    display: block;
    margin: 7px 0;
    color: #c9d5e4;
    text-decoration: none;
}

.bcm-footer__legal {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

@media (max-width: 900px) {
    .bcm-award__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .bcm-award-carousel {
        width: min(620px, 100%);
    }

    .bcm-topbar__location,
    .bcm-desktop-nav {
        display: none;
    }

    .bcm-topbar .bcm-container {
        justify-content: center;
    }

    .bcm-header__inner {
        min-height: 72px;
    }

    .bcm-logo img {
        width: 205px;
    }

    .bcm-mobile-menu {
        position: relative;
        display: block;
    }

    .bcm-mobile-menu > summary {
        display: grid;
        width: 46px;
        height: 46px;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 9px;
        color: #fff;
        font-size: 24px;
    }

    .bcm-mobile-menu__close,
    .bcm-mobile-menu[open] .bcm-mobile-menu__open {
        display: none;
    }

    .bcm-mobile-menu[open] .bcm-mobile-menu__close {
        display: block;
    }

    .bcm-mobile-menu__panel {
        position: absolute;
        top: 58px;
        right: 0;
        display: grid;
        width: min(330px, calc(100vw - 28px));
        padding: 10px;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 20px 50px rgba(7, 29, 59, 0.28);
    }

    .bcm-mobile-menu:not([open]) .bcm-mobile-menu__panel {
        display: none;
    }

    .bcm-mobile-menu__panel details > summary {
        padding: 13px;
        color: var(--bcm-navy);
        font-weight: 800;
    }

    .bcm-mobile-menu__services {
        display: grid;
        padding-left: 10px;
    }

    .bcm-footer__grid {
        grid-template-columns: 1fr;
    }

    body.bcm-custom-page .bcm-mobile-call {
        position: fixed;
        z-index: 100;
        right: 14px;
        bottom: 14px;
        left: 14px;
        display: flex !important;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: var(--bcm-gold);
        color: var(--bcm-navy);
        font-weight: 900;
        text-decoration: none;
        box-shadow: 0 12px 30px rgba(7, 29, 59, 0.35);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    body.bcm-custom-page:not(.bcm-has-scrolled) .bcm-mobile-call {
        opacity: 0 !important;
        pointer-events: none;
        transform: translateY(80px);
    }
}

@media (max-width: 620px) {
    .bcm-section.bcm-award {
        padding: 68px 0;
    }

    .bcm-award__visual {
        padding: 9px;
    }

    .bcm-award-carousel__viewport {
        border-radius: 15px;
    }

    .bcm-award__image {
        border-radius: 9px;
    }

    .bcm-award-carousel__button {
        width: 40px;
        height: 40px;
    }

    .bcm-award-carousel__button--previous {
        left: 16px;
    }

    .bcm-award-carousel__button--next {
        right: 16px;
    }

    .bcm-award-lightbox {
        padding: 70px 14px 24px;
    }

    .bcm-award-lightbox[open] {
        grid-template-columns: 1fr 1fr;
        gap: 18px 12px;
        align-content: center;
    }

    .bcm-award-lightbox__figure {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .bcm-award-lightbox__image {
        max-height: calc(100dvh - 180px);
        border-radius: 10px;
    }

    .bcm-award-lightbox__button {
        width: 48px;
        height: 48px;
        justify-self: center;
    }

    .bcm-award-lightbox__button--previous {
        grid-column: 1;
        grid-row: 2;
    }

    .bcm-award-lightbox__button--next {
        grid-column: 2;
        grid-row: 2;
    }

    .bcm-award-lightbox__close {
        top: 12px;
        right: 12px;
        width: 48px;
        height: 48px;
    }

    .bcm-section.bcm-award h2 {
        font-size: 36px;
    }

    .bcm-award__description {
        font-size: 16px;
    }
}
