/* БХУА — full-width classic institutional layout */

.bhua-page {
    --bhua-navy: #0a1628;
    --bhua-navy-mid: #132a45;
    --bhua-gold: #c9a227;
    --bhua-gold-light: #e8d5a3;
    --bhua-cream: #f7f5f0;
    --bhua-paper: #ffffff;
    --bhua-ink: #1a2332;
    --bhua-muted: #5c6b7a;
    --bhua-rule: rgba(10, 22, 40, 0.12);
    --bhua-section-gap: clamp(3rem, 6vw, 4.5rem);
    --bhua-pad-x: clamp(1.25rem, 4vw, 3.5rem);
}

/* —— Hero (full bleed) —— */
.bhua-hero {
    position: relative;
    width: 100%;
    padding: clamp(4.5rem, 10vw, 6.5rem) var(--bhua-pad-x);
    background:
        linear-gradient(180deg, rgba(10, 22, 40, 0.94) 0%, rgba(19, 42, 69, 0.88) 100%),
        url('../images/hero-main-bg.webp') center / cover no-repeat;
    color: #fff;
    text-align: center;
    border-bottom: 4px solid var(--bhua-gold);
}

.bhua-hero__inner {
    max-width: 56rem;
    margin: 0 auto;
}

.bhua-hero__badge {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 0.35rem 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bhua-gold-light);
    border-bottom: 1px solid rgba(201, 162, 39, 0.45);
}

.bhua-hero__badge i {
    display: none;
}

.bhua-hero__title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* —— Main shell (full width) —— */
.bhua-main {
    width: 100%;
}

.bhua-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.bhua-band {
    width: 100%;
    padding: var(--bhua-section-gap) var(--bhua-pad-x);
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-band--cream {
    background: var(--bhua-cream);
}

.bhua-band--paper {
    background: var(--bhua-paper);
}

.bhua-band--navy {
    background: var(--bhua-navy);
    color: #fff;
    border-bottom-color: var(--bhua-gold);
}

/* —— Intro —— */
.bhua-intro {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(260px, 38%);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: stretch;
    margin-bottom: 0;
    padding: var(--bhua-section-gap) var(--bhua-pad-x);
    background: var(--bhua-paper);
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-intro__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: clamp(9.5rem, 14vw, 11.5rem);
    padding: clamp(0.85rem, 1.5vw, 1.15rem);
    border: 1px solid var(--bhua-rule);
    background: var(--bhua-cream);
}

.bhua-intro__logo {
    display: block;
    width: clamp(7rem, 11vw, 9.25rem);
    height: auto;
    max-height: min(9.25rem, 28vh);
    object-fit: contain;
    object-position: center;
}

.bhua-intro__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bhua-gold);
}

.bhua-intro__heading {
    margin: 0 0 1rem;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 800;
    color: var(--bhua-navy);
    line-height: 1.25;
}

.bhua-intro__heading em {
    font-style: normal;
    color: var(--bhua-navy-mid);
}

.bhua-intro__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.bhua-intro__text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--bhua-muted);
    padding-left: 1rem;
    border-left: 3px solid var(--bhua-gold);
}

.bhua-intro__visual {
    margin: 0;
    display: flex;
    align-items: stretch;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--bhua-rule);
    background: var(--bhua-cream);
}

.bhua-intro__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 16rem;
    object-fit: cover;
    object-position: center;
}

/* —— Section headers —— */
.bhua-section {
    margin-bottom: 0;
    scroll-margin-top: 5rem;
}

.bhua-section__head {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--bhua-navy);
}

.bhua-section__head--center {
    text-align: center;
}

.bhua-section__head--center .bhua-section__label {
    justify-content: center;
}

.bhua-section__label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bhua-gold);
}

.bhua-section__label i {
    font-size: 0.75rem;
    color: var(--bhua-navy);
}

.bhua-section__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: var(--bhua-navy);
    letter-spacing: -0.02em;
}

.bhua-section__desc {
    margin: 0.5rem 0 0;
    font-size: 0.98rem;
    color: var(--bhua-muted);
    line-height: 1.6;
}

/* —— Strategy (classic columns, not cards) —— */
.bhua-strategy {
    padding: var(--bhua-section-gap) var(--bhua-pad-x);
    background: var(--bhua-cream);
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-strategy__vm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 2rem;
    border: 1px solid var(--bhua-rule);
    background: var(--bhua-paper);
}

.bhua-strategy__card {
    padding: 1.75rem 2rem;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    transition: none;
}

.bhua-strategy__card:hover {
    transform: none;
    box-shadow: none;
}

.bhua-strategy__card--vision {
    border-right: 1px solid var(--bhua-rule);
    border-top: none;
}

.bhua-strategy__card--mission {
    border-top: none;
}

.bhua-strategy__card-head {
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-strategy__card-icon {
    width: auto;
    height: auto;
    padding: 0;
    background: none !important;
    color: var(--bhua-gold) !important;
    font-size: 1rem;
}

.bhua-strategy__card-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bhua-navy);
}

.bhua-strategy__card-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bhua-ink);
}

.bhua-strategy__priorities {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--bhua-rule);
    background: var(--bhua-paper);
}

.bhua-strategy__priorities-title {
    margin: 0;
    padding: 0.85rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: var(--bhua-navy);
    border-bottom: none;
}

.bhua-strategy__priorities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.bhua-priority-card {
    display: block;
    padding: 1.25rem 1.35rem;
    border-radius: 0;
    background: transparent;
    border: none;
    border-right: 1px solid var(--bhua-rule);
}

.bhua-priority-card:last-child {
    border-right: none;
}

.bhua-priority-card:hover {
    background: var(--bhua-cream);
    box-shadow: none;
}

.bhua-priority-card__num {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 0.65rem;
    padding: 0;
    background: none;
    color: var(--bhua-gold);
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 0;
}

.bhua-priority-card__text {
    font-size: 0.92rem;
    color: var(--bhua-muted);
}

/* —— History + HR side by side —— */
.bhua-history-hr {
    padding: var(--bhua-section-gap) var(--bhua-pad-x);
    background: var(--bhua-paper);
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-history-hr__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: stretch;
}

.bhua-history-hr__grid > section {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.bhua-history-hr .bhua-history,
.bhua-history-hr .bhua-hr {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    background: transparent;
}

.bhua-history-hr .bhua-section {
    margin-bottom: 0;
}

.bhua-history-hr__aside {
    position: sticky;
    top: 5.5rem;
}

/* —— History (rows, equal height with HR column) —— */
.bhua-history-hr .bhua-history {
    display: flex;
    flex-direction: column;
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid var(--bhua-rule);
    background: var(--bhua-paper);
}

.bhua-history-hr .bhua-history .bhua-history__track {
    flex: 1;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.8vh, 1.15rem);
    min-height: 0;
}

.bhua-history__track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: none;
}

.bhua-history-hr .bhua-history__step {
    min-height: 100%;
    height: 100%;
}

.bhua-history__step {
    display: grid;
    grid-template-columns: 4.75rem minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    border: 1px solid var(--bhua-rule);
    background: var(--bhua-paper);
}

.bhua-history__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0.55rem;
    background: var(--bhua-cream);
    border-right: 1px solid var(--bhua-rule);
}

.bhua-history__meta::after {
    display: none;
}

.bhua-history__year {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--bhua-navy);
    line-height: 1.1;
}

.bhua-history__index {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    background: var(--bhua-navy);
    padding: 0.2rem 0.45rem;
    line-height: 1;
}

.bhua-history__panel {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 100%;
    height: 100%;
}

.bhua-history-hr .bhua-history__step--alt .bhua-history__panel {
    flex-direction: row;
}

.bhua-history-hr .bhua-history__step--alt .bhua-history__figure {
    border-right: 1px solid var(--bhua-rule);
    border-left: none;
}

.bhua-history__step--alt .bhua-history__panel {
    flex-direction: row-reverse;
}

.bhua-history__step--alt .bhua-history__figure {
    border-right: none;
    border-left: 1px solid var(--bhua-rule);
}

.bhua-history__figure {
    flex: 0 0 clamp(130px, 32%, 200px);
    width: clamp(130px, 32%, 200px);
    margin: 0;
    overflow: hidden;
    border-right: 1px solid var(--bhua-rule);
    background: #e8edf2;
}

.bhua-history-hr .bhua-history__figure {
    flex: 0 0 38%;
    width: 38%;
    max-width: 11rem;
}

.bhua-history__figure img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 7.5rem;
    max-height: none;
    object-fit: cover;
    object-position: center top;
}

.bhua-history-hr .bhua-history__figure img {
    min-height: 100%;
}

.bhua-history__copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    padding: 1.1rem 1.35rem;
}

.bhua-history__name {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--bhua-navy);
    line-height: 1.35;
}

.bhua-history__detail {
    display: block;
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--bhua-muted);
    border-top: 1px dashed var(--bhua-rule);
}

.bhua-history__detail strong {
    font-weight: 800;
    color: var(--bhua-navy);
}

/* —— HR (sidebar) —— */
.bhua-history-hr .bhua-hr {
    display: flex;
    flex-direction: column;
    background: var(--bhua-cream);
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid var(--bhua-rule);
}

.bhua-history-hr .bhua-hr__panels {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.bhua-history-hr .bhua-hr__stats {
    grid-template-columns: 1fr;
}

.bhua-history-hr .bhua-hr-stat {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 0.65rem;
    padding: 0.7rem 0.85rem;
    border-right: none;
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-history-hr .bhua-hr-stat:last-child {
    border-bottom: none;
}

.bhua-history-hr .bhua-hr-stat__icon {
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.85rem;
}

.bhua-history-hr .bhua-hr-stat__body {
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 0;
}

.bhua-history-hr .bhua-hr-stat__label {
    flex: 1;
    font-size: 0.74rem;
    line-height: 1.3;
    text-align: left;
}

.bhua-history-hr .bhua-hr-stat__value {
    flex-shrink: 0;
    font-size: 1.35rem;
    min-width: 1.5rem;
    text-align: right;
}

.bhua-history-hr .bhua-hr__charts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid var(--bhua-rule);
}

.bhua-history-hr .bhua-hr-chart {
    border-right: 1px solid var(--bhua-rule);
    border-bottom: none;
    padding: 0.85rem 0.5rem 1rem;
}

.bhua-history-hr .bhua-hr-chart:last-child {
    border-right: none;
}

.bhua-history-hr .bhua-hr-bars {
    min-height: 130px;
}

.bhua-history-hr .bhua-hr-bar {
    max-width: none;
}

.bhua-history-hr .bhua-hr-bar__lbl {
    font-size: 0.58rem;
    white-space: normal;
    word-break: break-word;
}

.bhua-history-hr .bhua-hr-bar__track {
    height: 100px;
    max-width: 42px;
}

.bhua-history-hr .bhua-hr-bar__track .bhua-hr-bar__val {
    font-size: 0.88rem;
}

/* —— HR (standalone fallback) —— */
.bhua-hr {
    padding: var(--bhua-section-gap) var(--bhua-pad-x);
    background: var(--bhua-cream);
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-hr__panels {
    gap: 0;
    border: 1px solid var(--bhua-rule);
    background: var(--bhua-paper);
}

.bhua-hr__panel {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-hr__panel:last-child {
    border-bottom: none;
}

.bhua-hr__subtitle {
    margin: 0;
    padding: 0.75rem 1.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: var(--bhua-navy);
}

.bhua-hr__subtitle i {
    color: var(--bhua-gold-light);
}

.bhua-hr__stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bhua-hr-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 1.15rem 0.65rem 1.25rem;
    text-align: center;
    border-radius: 0;
    background: transparent;
    border: none;
    border-right: 1px solid var(--bhua-rule);
}

.bhua-hr-stat:last-child {
    border-right: none;
}

.bhua-hr-stat:hover {
    transform: none;
    background: var(--bhua-cream);
    box-shadow: none;
}

.bhua-hr-stat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    background: var(--bhua-navy);
    color: var(--bhua-gold-light);
    border-radius: 0;
}

.bhua-hr-stat__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    min-width: 0;
}

.bhua-hr-stat__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--bhua-muted);
    word-break: break-word;
}

.bhua-hr-stat__value {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1;
    color: var(--bhua-navy);
}

.bhua-hr__charts {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid var(--bhua-rule);
}

.bhua-hr-chart {
    padding: 1.5rem;
    border-right: 1px solid var(--bhua-rule);
}

.bhua-hr-chart:last-child {
    border-right: none;
}

.bhua-hr-chart__title {
    margin: 0 0 0.75rem;
    color: var(--bhua-navy);
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Bar charts — label дээр, тоо баганын доод талд */
.bhua-hr-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.35rem;
    width: 100%;
    min-height: 150px;
    padding: 0.25rem 0 0;
}

.bhua-hr-bar {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    max-width: 4.5rem;
}

.bhua-hr-bar__lbl {
    display: block;
    width: 100%;
    margin-bottom: 0.35rem;
    font-size: 0.62rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: var(--bhua-muted);
    white-space: nowrap;
}

.bhua-hr-bar__track {
    grid-row: 2;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 48px;
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--bhua-paper);
    border: 1px solid var(--bhua-rule);
    border-radius: 0;
    overflow: hidden;
}

.bhua-hr-bar__fill {
    width: 100%;
    min-height: 4px;
    border-radius: 0;
}

.bhua-hr-bar__track .bhua-hr-bar__val {
    position: absolute;
    bottom: 0.35rem;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    color: var(--bhua-navy);
    pointer-events: none;
}

.bhua-hr-bars--military .bhua-hr-bar__fill {
    background: #e8d49a;
}

.bhua-hr-bars--teacher .bhua-hr-bar__fill {
    background: #b8d9bc;
}

/* —— Operations —— */
.bhua-ops {
    padding: var(--bhua-section-gap) var(--bhua-pad-x);
    background: var(--bhua-paper);
}

.bhua-ops__mission {
    margin: 0 0 2.5rem;
    padding: 1.5rem 2rem;
    border-radius: 0;
    background: var(--bhua-cream);
    border: 1px solid var(--bhua-rule);
    border-left: 4px solid var(--bhua-gold);
}

.bhua-ops__mission p {
    color: var(--bhua-ink);
}

.bhua-ops__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--bhua-rule);
}

.bhua-ops__structure {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-ops__structure-title,
.bhua-prog .bhua-ops__structure-title {
    margin: 0;
    padding: 0.75rem 1.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: var(--bhua-navy);
}

/* —— Org chart (layered, full width) —— */
.bhua-org-chart {
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2rem);
    background: var(--bhua-cream);
}

.bhua-org-chart__root {
    max-width: 44rem;
    margin: 0 auto;
}

.bhua-org-chart__tier {
    margin: 0;
}

.bhua-org-chart__tier-title {
    margin: 0 0 1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: var(--bhua-muted);
}

.bhua-org-chart__vline {
    width: 2px;
    height: 1.5rem;
    margin: 0 auto;
    background: var(--bhua-navy);
    opacity: 0.22;
}

.bhua-org-chart__vline--fork {
    position: relative;
    width: min(88%, 42rem);
    height: 1.5rem;
    background: transparent;
}

.bhua-org-chart__vline--fork::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    background: var(--bhua-navy);
    opacity: 0.22;
}

.bhua-org-chart__vline--fork::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background: var(--bhua-navy);
    opacity: 0.22;
}

.bhua-org-chart__row {
    display: grid;
    gap: 1rem;
    max-width: 56rem;
    margin: 0 auto;
}

.bhua-org-chart__row--1 {
    grid-template-columns: 1fr;
    max-width: 32rem;
}

.bhua-org-chart__row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bhua-org-chart__row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bhua-org-chart__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 6.5rem;
    padding: 1.2rem 1.25rem;
    text-align: center;
    background: var(--bhua-paper);
    border: 1px solid var(--bhua-rule);
}

.bhua-org-chart__card--root {
    min-height: auto;
    padding: 1.5rem 2rem;
    background: var(--bhua-navy);
    border: 2px solid var(--bhua-navy);
    color: #fff;
}

.bhua-org-chart__card--exec {
    border-top: 4px solid #d4922a;
}

.bhua-org-chart__card--support {
    border-top: 4px solid #6b7c8f;
}

.bhua-org-chart__card--green {
    border-top: 4px solid #3d7a4a;
}

.bhua-org-chart__card--sky {
    border-top: 4px solid #2f6b9e;
}

.bhua-org-chart__card--amber {
    border-top: 4px solid #b8860b;
}

.bhua-org-chart__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.1rem;
    color: var(--bhua-navy);
    background: var(--bhua-cream);
    border: 1px solid var(--bhua-rule);
}

.bhua-org-chart__card--root .bhua-org-chart__icon {
    width: 3rem;
    height: 3rem;
    color: var(--bhua-gold-light);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.bhua-org-chart__name {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--bhua-ink);
}

.bhua-org-chart__card--root .bhua-org-chart__name {
    font-size: 1.05rem;
    color: #fff;
}

.bhua-org-chart__desc {
    margin: 0;
    max-width: 38rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--bhua-gold-light);
}

.bhua-prog {
    padding: 0;
    background: var(--bhua-paper);
}

.bhua-prog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
}

.bhua-prog-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-right: 1px solid var(--bhua-rule);
    background: transparent;
}

.bhua-prog-col:last-child {
    border-right: none;
}

.bhua-prog-col--degree {
    border-top: 3px solid var(--bhua-gold);
}

.bhua-prog-col--office {
    border-top: 3px solid var(--bhua-navy-mid);
}

.bhua-prog-col--spec {
    border-top: 3px solid #3d7a4a;
}

.bhua-prog-col__h {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0;
    padding: 0.85rem 1rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--bhua-navy);
    background: var(--bhua-cream);
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-prog-col__num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    font-size: 0.65rem;
    font-weight: 800;
    color: #fff;
    background: var(--bhua-navy);
}

.bhua-prog-col--degree .bhua-prog-col__num {
    background: var(--bhua-gold);
    color: var(--bhua-navy);
}

.bhua-prog-col--spec .bhua-prog-col__num {
    background: #3d7a4a;
}

.bhua-prog-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.bhua-prog-item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0;
    padding: 0.9rem 1rem;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--bhua-rule);
}

.bhua-prog-item:last-child {
    border-bottom: none;
}

.bhua-prog-item__duration {
    display: inline-block;
    align-self: flex-start;
    padding: 0.2rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: var(--bhua-navy);
    background: var(--bhua-cream);
    border: 1px solid var(--bhua-rule);
}

.bhua-prog-col--degree .bhua-prog-item__duration {
    border-color: rgba(201, 162, 39, 0.45);
    color: #8a6f14;
}

.bhua-prog-item__title {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--bhua-ink);
}

.bhua-prog-item__audience {
    margin: 0;
    padding-top: 0.35rem;
    font-size: 0.74rem;
    line-height: 1.4;
    color: var(--bhua-muted);
    border-top: 1px dashed var(--bhua-rule);
}

.bhua-prog-item:hover {
    background: var(--bhua-cream);
}

/* —— Responsive —— */
@media (max-width: 1100px) {
    .bhua-history-hr__grid {
        grid-template-columns: 1fr;
    }

    .bhua-history-hr__aside {
        position: static;
    }

    .bhua-history-hr .bhua-history .bhua-history__track {
        display: flex;
        flex-direction: column;
        grid-template-rows: none;
    }

    .bhua-history-hr .bhua-history__step {
        min-height: auto;
        height: auto;
    }

    .bhua-history-hr .bhua-hr__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .bhua-history-hr .bhua-hr-stat {
        flex-direction: row;
        text-align: left;
    }

    .bhua-history-hr .bhua-hr-stat__body {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .bhua-history-hr .bhua-hr-stat__label {
        flex: 1;
    }

    .bhua-history-hr .bhua-hr-stat__value {
        text-align: right;
    }

    .bhua-history-hr .bhua-hr__charts {
        grid-template-columns: 1fr;
    }

    .bhua-history-hr .bhua-hr-chart {
        border-right: none;
        border-bottom: 1px solid var(--bhua-rule);
        padding: 1rem;
    }

    .bhua-history-hr .bhua-hr-chart:last-child {
        border-bottom: none;
    }

}

@media (max-width: 1024px) {
    .bhua-intro {
        grid-template-columns: auto 1fr;
    }

    .bhua-intro__logo-wrap {
        width: clamp(8.5rem, 22vw, 10rem);
    }

    .bhua-intro__logo {
        width: clamp(6.5rem, 18vw, 8.5rem);
    }

    .bhua-intro__visual {
        grid-column: 1 / -1;
        min-height: 14rem;
    }

    .bhua-intro__visual img {
        min-height: 14rem;
        max-height: 22rem;
        object-fit: cover;
    }

    .bhua-strategy__vm {
        grid-template-columns: 1fr;
    }

    .bhua-strategy__card--vision {
        border-right: none;
        border-bottom: 1px solid var(--bhua-rule);
    }

    .bhua-strategy__priorities-grid {
        grid-template-columns: 1fr;
    }

    .bhua-priority-card {
        border-right: none;
        border-bottom: 1px solid var(--bhua-rule);
    }

    .bhua-priority-card:last-child {
        border-bottom: none;
    }

    .bhua-hr__stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .bhua-hr-stat:nth-child(3) {
        border-right: none;
    }

    .bhua-ops__structure {
        border-right: none;
        border-bottom: 1px solid var(--bhua-rule);
    }

    .bhua-prog__grid {
        grid-template-columns: 1fr;
    }

    .bhua-prog-col {
        border-right: none;
        border-bottom: 1px solid var(--bhua-rule);
    }
}

@media (max-width: 768px) {
    .bhua-intro {
        grid-template-columns: 1fr;
    }

    .bhua-intro__logo-wrap {
        width: min(10rem, 70%);
        margin: 0 auto;
    }

    .bhua-intro__logo {
        width: min(8.5rem, 100%);
        max-height: none;
    }

    .bhua-strategy__vm,
    .bhua-hr__charts {
        grid-template-columns: 1fr;
    }

    .bhua-hr-chart {
        border-right: none;
        border-bottom: 1px solid var(--bhua-rule);
    }

    .bhua-history__track {
        max-width: none;
    }

    .bhua-history__step {
        grid-template-columns: 1fr;
    }

    .bhua-history__meta {
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.75rem;
        padding: 0.65rem 1rem;
        border-right: none;
        border-bottom: 1px solid var(--bhua-rule);
    }

    .bhua-history__panel,
    .bhua-history__step--alt .bhua-history__panel {
        flex-direction: column;
    }

    .bhua-history__figure,
    .bhua-history__step--alt .bhua-history__figure {
        flex: none;
        width: 100%;
        max-width: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid var(--bhua-rule);
    }

    .bhua-history__figure img {
        max-height: 180px;
        width: 100%;
    }

    .bhua-hr__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .bhua-hr-stat {
        border-right: 1px solid var(--bhua-rule);
    }

    .bhua-hr-stat:nth-child(2n) {
        border-right: none;
    }

    .bhua-org-chart__row--2,
    .bhua-org-chart__row--3 {
        grid-template-columns: 1fr;
        max-width: 28rem;
    }
}

@media (max-width: 480px) {
    .bhua-hr__stats {
        grid-template-columns: 1fr;
    }

    .bhua-hr-stat {
        border-right: none !important;
        border-bottom: 1px solid var(--bhua-rule);
    }
}
