.ml-bar-page,
.ml-bar-page * {
    box-sizing: border-box;
}

.ml-bar-page {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: hidden;
    color: #0f172a;
    background: #f8fafc;
}

.ml-bar-page-hero {
    position: relative;
    isolation: isolate;
    min-height: 360px;
    padding: clamp(72px, 8vw, 116px) 0 clamp(48px, 6vw, 82px);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(8, 13, 23, 0.97), rgba(16, 22, 34, 0.93)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 120px),
        #0b111d;
}

.ml-bar-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(120deg, transparent 0 52%, rgba(165, 111, 34, 0.18) 52% 53%, transparent 53%),
        linear-gradient(155deg, transparent 0 64%, rgba(240, 98, 146, 0.16) 64% 65%, transparent 65%);
    opacity: 0.9;
}

.ml-bar-page-hero__inner {
    width: min(1180px, calc(100% - 72px));
    max-width: min(1180px, calc(100% - 72px));
    margin: 0 auto;
}

.ml-bar-page .ml-bar-page-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}

.ml-bar-page .ml-bar-page-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.82) !important;
    text-decoration: none;
}

.ml-bar-page .ml-bar-page-hero__breadcrumb a:hover,
.ml-bar-page .ml-bar-page-hero__breadcrumb a:focus {
    color: #f06292 !important;
}

.ml-bar-page .ml-bar-page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #d4a15f !important;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.ml-bar-page-hero__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #f06292;
    border-radius: 999px;
}

.ml-bar-page .ml-bar-page-hero h1 {
    max-width: min(820px, 100%);
    margin: 0;
    color: #fff !important;
    font-size: clamp(38px, 6vw, 76px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    white-space: normal !important;
    overflow-wrap: break-word;
}

.ml-bar-page .ml-bar-page-hero__subtitle {
    max-width: 680px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.65;
    font-weight: 500;
}

.ml-bar-page-content {
    padding: clamp(40px, 5vw, 72px) 0 clamp(56px, 6vw, 88px);
    background: #ffffff;
}

.ml-bar-page .ml-office-interviews-section > .e-con-inner {
    margin: 0 auto;
}

.ml-bar-page .ml-bar-bearers-group,
.ml-bar-page .ml-interviews-sidebar {
    --ml-ew-accent: #a56f22;
}

.ml-bar-page .ml-bearer-card {
    min-height: 304px;
}

.ml-bar-page .ml-bar-card-initials {
    display: flex;
    width: 100%;
    height: 100%;
    color: #a56f22;
    background: #f7f1e9;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.ml-bar-page .ml-interview-photo .ml-bar-card-initials {
    color: #fff;
    background: #1f2937;
}

@media (max-width: 1024px) {
    .ml-bar-page-hero__inner {
        width: min(100% - 40px, 1180px);
        max-width: min(100% - 40px, 1180px);
    }
}

@media (max-width: 767px) {
    .ml-bar-page {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .ml-bar-page-hero {
        min-height: 300px;
        padding: 54px 0 44px;
    }

    .ml-bar-page-hero__inner {
        width: 100%;
        max-width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .ml-bar-page-hero__breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .ml-bar-page-hero__subtitle {
        max-width: 100%;
    }

    .ml-bar-page-content {
        padding: 34px 0 58px;
    }

    .ml-bar-page .ml-interview-card {
        display: grid;
        grid-template-columns: 74px minmax(0, 1fr);
        align-items: stretch;
    }

    .ml-bar-page .ml-interview-photo {
        width: 74px;
        height: 74px;
    }

    .ml-bar-page .ml-interview-content {
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .ml-bar-page-hero {
        padding-top: 46px;
    }

    .ml-bar-page-hero h1 {
        font-size: clamp(34px, 12vw, 46px);
    }

    .ml-bar-page .ml-bar-page-hero h1 {
        max-width: 12ch;
    }

    .ml-bar-page .ml-interview-card {
        display: flex;
    }

    .ml-bar-page .ml-interview-photo {
        width: 100%;
        height: 180px;
    }
}
