/* Tokens: palette, minimal z-index (header + drawer), shared page-hero spacing */

:root {
    --aou-navy: #08283a;
    --aou-navy-2: #0e3a54;
    --aou-navy-3: #164866;
    --aou-gold: #c7a45a;
    --aou-gold-light: #e6cc83;
    --aou-cream: #f7f4ec;
    --aou-light: #f8fafc;
    --aou-text: #1e293b;
    --aou-muted: #64748b;
    --aou-border: #e5e7eb;
    --aou-z-offcanvas: 1040;
    --aou-z-header: 1030;
    --aou-page-hero-pt: max(6.75rem, calc(env(safe-area-inset-top, 0px) + 5.5rem));
    --aou-page-hero-pb: 5rem
}

html {
    scroll-padding-top: calc(env(safe-area-inset-top, 0px) + 5.25rem)
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: calc(env(safe-area-inset-top, 0px) + 9.5rem)
    }
}

body {
    color: var(--aou-text);
    background: #fff;
    font-family: Georgia, "Times New Roman", serif
}

main {
    position: relative;
    z-index: 0;
}

a {
    text-decoration: none
}

.container-fluid {
    max-width: 1440px
}

.text-gold {
    color: var(--aou-gold) !important
}

.text-navy {
    color: var(--aou-navy) !important
}

.bg-cream {
    background: var(--aou-cream) !important
}

.bg-light-soft {
    background: var(--aou-light) !important
}

/* --- Site chrome (topbar, sticky header, mobile drawer) --- */

.topbar {
    padding: max(.5rem, env(safe-area-inset-top, 0px)) .75rem .5rem;
    background: var(--aou-navy);
    color: rgba(255, 255, 255, .82);
    font-size: .82rem;
    letter-spacing: .02em
}

.topbar-inner {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    justify-content: space-between
}

@media (min-width: 768px) {
    .topbar {
        padding-left: max(.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(.75rem, env(safe-area-inset-right, 0px))
    }

    .topbar-inner {
        flex-direction: row;
        align-items: center
    }
}

.site-header-main {
    position: sticky;
    top: 0;
    z-index: var(--aou-z-header);
    border-bottom: 1px solid var(--aou-border);
    background: #fff;
    padding: .85rem 0
}

.site-header-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: .35rem
}

.site-header-top {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
    width: 100%
}

.site-header-drawer-toggle {
    flex-shrink: 0;
    align-self: center;
    margin-top: .15rem;
    padding: .62rem .7rem;
    line-height: 1;
    border: none;
    border-radius: .5rem;
    background: transparent;
    color: var(--aou-navy);
    box-shadow: none;
    cursor: pointer
}

.site-header-drawer-toggle:hover {
    background: rgba(8, 40, 58, .06)
}

.site-header-drawer-toggle:focus-visible {
    outline: 2px solid var(--aou-gold);
    outline-offset: 2px
}

@media (min-width: 992px) {
    .site-header-top {
        align-items: center
    }

    .site-header-brand {
        align-self: center
    }

    .site-header-drawer-toggle {
        display: none
    }
}

.site-header-main .site-drawer-icon {
    display: block;
    width: 1.55rem;
    height: 2px;
    margin: .45rem 0;
    background: var(--aou-navy);
    border-radius: 1px;
    box-shadow: 0 -8px 0 0 var(--aou-navy), 0 8px 0 0 var(--aou-navy)
}

.site-header-brand {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: .5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    flex-wrap: nowrap;
    margin: 0;
    text-decoration: none;
    color: inherit
}

@media (min-width: 576px) {
    .site-header-brand {
        gap: .85rem
    }
}

.site-header-brand-text {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.site-header-brand strong {
    display: block;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: clamp(.78rem, 2.6vw, 1.12rem);
    line-height: 1.15;
    color: var(--aou-navy);
    letter-spacing: .01em
}

.site-header-brand span {
    display: block;
    font-size: clamp(.55rem, 1.9vw, .7rem);
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--aou-gold);
    margin-top: 3px
}

@media (max-width: 991.98px) {
    .site-header-brand {
        max-width: calc(100% - 4.1rem)
    }

    .site-header-brand .logo-img {
        height: clamp(36px, 11vw, 52px)
    }
}

.site-header-desktop-nav {
    display: none;
    width: 100%;
    flex-grow: 1
}

@media (min-width: 992px) {
    .site-header-desktop-nav {
        display: block;
        padding-top: .35rem
    }
}

.site-header-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1.75rem;
    row-gap: .65rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.site-header-list > li {
    margin: 0
}

.site-header-list-spacer {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    align-self: stretch;
    pointer-events: none
}

.site-header-list-cta {
    flex-shrink: 0;
    margin-left: 0
}

.site-header-link {
    color: var(--aou-navy);
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none
}

.site-header-link:hover,
.site-header-link.active {
    color: var(--aou-gold)
}

.site-nav-drawer .offcanvas-header {
    background: var(--aou-navy);
    color: #fff;
    padding: 1rem 1.25rem
}

.site-nav-drawer .offcanvas-title {
    color: #fff;
    font-weight: 800;
    letter-spacing: .04em
}

.site-nav-drawer .btn-close {
    filter: invert(1) grayscale(100%) brightness(2)
}

.site-nav-drawer .offcanvas-body {
    padding: 1.25rem 1.25rem 2rem
}

.site-drawer-nav .site-drawer-link {
    display: block;
    padding: .65rem .5rem;
    border-radius: .35rem;
    font-weight: 700;
    font-size: .95rem;
    color: var(--aou-navy);
    text-decoration: none
}

.site-drawer-nav .site-drawer-link:hover,
.site-drawer-nav .site-drawer-link.active {
    background: rgba(8, 40, 58, .06);
    color: var(--aou-gold) !important
}

.site-drawer-group {
    margin-top: .35rem
}

.site-drawer-group.is-current,
.site-drawer-group:has(.site-drawer-sublink.active) {
    margin-left: -.25rem;
    margin-right: -.25rem;
    padding: .35rem .25rem .5rem;
    border-radius: .4rem;
    background: rgba(8, 40, 58, .06)
}

.site-drawer-group-label {
    display: block;
    margin-top: .75rem;
    margin-bottom: .25rem;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--aou-gold)
}

.site-drawer-group-label.active,
.site-drawer-group:has(.site-drawer-sublink.active) .site-drawer-group-label {
    color: var(--aou-navy);
    letter-spacing: .12em
}

.site-drawer-sub {
    margin-left: .15rem;
    padding-left: .75rem;
    border-left: 3px solid var(--aou-gold)
}

.site-drawer-sublink {
    padding: .4rem .5rem !important;
    font-size: .88rem !important;
    font-weight: 600 !important
}

.logo-img {
    height: 62px;
    width: auto;
    object-fit: contain;
    flex: 0 0 auto
}

.site-header-main .site-nav-flyout {
    position: relative
}

.site-header-main .site-nav-flyout:hover,
.site-header-main .site-nav-flyout:focus-within {
    z-index: 1
}

.site-header-main .site-nav-flyout-trigger {
    display: inline-flex;
    align-items: center;
    gap: .35rem
}

.site-header-main .site-header-list .site-nav-flyout:has(.site-nav-flyout-item.active) .site-nav-flyout-trigger,
.site-header-main .site-header-list .site-nav-flyout-trigger.active {
    color: var(--aou-gold) !important;
    text-decoration: none
}

.site-header-main .site-header-list .site-nav-flyout:has(.site-nav-flyout-item.active) .site-nav-flyout-trigger::after,
.site-header-main .site-header-list .site-nav-flyout-trigger.active::after {
    border-top-color: var(--aou-gold)
}

.site-header-main .site-nav-flyout-trigger::after {
    content: "";
    border-style: solid;
    border-width: .28rem .22rem 0 .22rem;
    border-color: currentColor transparent transparent transparent;
    opacity: .72;
    margin-top: .12rem
}

.site-header-main .site-nav-flyout-panel {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    min-width: 16.5rem;
    padding: .8rem 0 .45rem;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: .75rem;
    border: 1px solid rgba(8, 40, 58, .1);
    box-shadow: 0 14px 42px rgba(8, 40, 58, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(.25rem);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    pointer-events: none
}

.site-header-main .site-nav-flyout:hover .site-nav-flyout-panel,
.site-header-main .site-nav-flyout:focus-within .site-nav-flyout-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

.site-header-main .site-nav-flyout-item {
    display: block;
    padding: .58rem 1.15rem;
    font-size: .9rem;
    font-weight: 600;
    color: var(--aou-navy);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: background .15s ease, border-color .15s ease, color .15s ease
}

.site-header-main .site-nav-flyout-item:hover,
.site-header-main .site-nav-flyout-item:focus {
    background: rgba(199, 164, 90, .14);
    border-left-color: var(--aou-gold);
    color: var(--aou-navy);
    outline: none
}

.site-header-main .site-nav-flyout-item.active {
    background: rgba(199, 164, 90, .2);
    border-left-color: var(--aou-gold);
    color: var(--aou-navy) !important
}

/* --- Buttons --- */

.btn-aou-gold {
    background: var(--aou-gold);
    color: var(--aou-navy);
    border: 1px solid var(--aou-gold);
    font-weight: 800;
    border-radius: 999px;
    padding: .82rem 1.45rem;
    box-shadow: 0 10px 24px rgba(199, 164, 90, .2)
}

.btn-aou-gold:hover {
    background: var(--aou-gold-light);
    border-color: var(--aou-gold-light);
    color: var(--aou-navy)
}

.btn-aou-white {
    background: #fff;
    color: var(--aou-navy);
    border: 1px solid #fff;
    border-radius: 999px;
    padding: .82rem 1.45rem;
    font-weight: 800;
}

.btn-aou-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    padding: .82rem 1.45rem;
    font-weight: 800;
}

.btn-aou-outline:hover {
    background: #fff;
    color: var(--aou-navy)
}

.btn-aou-outline-dark {
    color: var(--aou-navy);
    border: 1px solid rgba(199, 164, 90, .75);
    border-radius: 999px;
    padding: .82rem 1.45rem;
    font-weight: 800;
    background: #fff
}

.btn-aou-outline-dark:hover {
    background: var(--aou-gold);
    color: var(--aou-navy)
}

/* --- Page hero (shared: section.page-hero > .container-fluid on all inner pages + home) --- */

.page-hero {
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(199, 164, 90, .16), transparent 42%),
        linear-gradient(135deg, var(--aou-navy), var(--aou-navy-2));
    overflow: hidden
}

.page-hero .container-fluid {
    padding-top: var(--aou-page-hero-pt);
    padding-bottom: var(--aou-page-hero-pb)
}

/* Home: only token overrides + decorative layers (map lives inside .container-fluid like other pages) */

.page-hero.page-hero-home {
    --aou-page-hero-pb: 8rem;
    min-height: 760px;
    background:
        radial-gradient(circle at 75% 35%, rgba(199, 164, 90, .28), transparent 22%),
        linear-gradient(90deg, rgba(8, 40, 58, .98), rgba(8, 40, 58, .73)),
        linear-gradient(135deg, rgba(8, 40, 58, .99), rgba(14, 58, 84, .95))
}

.page-hero.page-hero-split {
    --aou-page-hero-pb: 6rem;
}

.page-hero.page-hero-split h1 {
    font-size: clamp(2.15rem, 3.8vw, 3.65rem);
    line-height: 1.06;
    letter-spacing: -.035em;
    max-width: 18em;
}

.page-hero.page-hero-split .lead-copy {
    max-width: 42rem;
    font-size: 1.08rem;
    line-height: 1.72;
}

/* Type + widgets used inside .page-hero (and elsewhere where noted) */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: var(--aou-gold-light);
    font-size: .78rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 1.35rem;
    font-weight: 800
}

.eyebrow:before {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--aou-gold-light)
}

.eyebrow.text-gold:before {
    background: var(--aou-gold)
}

.page-hero h1 {
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.045em;
    margin-bottom: 1.1rem
}

.page-hero .eyebrow,
.page-hero h1 {
    scroll-margin-top: calc(env(safe-area-inset-top, 0px) + 4.75rem)
}

.page-hero.page-hero-home .motto {
    font-size: 1.6rem;
    color: var(--aou-gold-light);
    font-style: italic;
    margin-bottom: 1.1rem
}

.lead-copy {
    color: rgba(255, 255, 255, .84);
    font-size: 1.2rem;
    max-width: 760px;
    line-height: 1.75
}

.glass-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 2rem;
    padding: 2.2rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .22)
}

.glass-card--hero {
    border-radius: 1.35rem;
    padding: 1.85rem 1.75rem;
}

.glass-card__title {
    color: #fff;
    font-size: clamp(1.35rem, 1.8vw, 1.75rem);
    line-height: 1.22;
    letter-spacing: -.02em;
    margin: 0 0 1rem;
}

.glass-card__lead {
    color: rgba(255, 255, 255, .82);
    font-size: .92rem;
    line-height: 1.65;
    margin: 0 0 1.35rem;
}

.hero-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.hero-feature-grid__item {
    padding: .95rem 1rem;
    border-radius: .85rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
}

.hero-feature-grid__item strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.2;
    margin-bottom: .2rem;
}

.hero-feature-grid__item span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    line-height: 1.45;
}

.glass-card li {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, .86);
}

.glass-card i {
    color: var(--aou-gold-light)
}

.hero-mini-stats {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1rem;
    max-width: 760px
}

.hero-mini-stats div {
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding-top: 1rem
}

.hero-mini-stats strong {
    display: block;
    color: var(--aou-gold-light);
    font-size: 1.35rem;
    line-height: 1
}

.hero-mini-stats span {
    font-size: .84rem;
    color: rgba(255, 255, 255, .72)
}

/* --- Page sections (below hero) --- */

.error-page-hero .error-page-code {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: clamp(4rem, 14vw, 7.5rem);
    line-height: .95;
    letter-spacing: -.06em;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 8px 40px rgba(0, 0, 0, .2)
}

.error-page-hero .text-white-50 {
    color: rgba(255, 255, 255, .55) !important
}

.section-padding {
    padding: 6rem 0
}

.section-title {
    color: var(--aou-navy);
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    letter-spacing: -.03em;
    line-height: 1.12
}

.section-text {
    color: var(--aou-muted);
    font-size: 1.06rem;
    line-height: 1.75
}

.aou-card {
    height: 100%;
    border: 1px solid var(--aou-border);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
    padding: 2rem;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease
}

.aou-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(15, 23, 42, .1)
}

.icon-box {
    width: 56px;
    height: 56px;
    border-radius: 1.1rem;
    display: grid;
    place-items: center;
    color: var(--aou-gold);
    background: rgba(199, 164, 90, .14);
    font-size: 1.55rem;
    margin-bottom: 1.35rem
}

.aou-card h3 {
    color: var(--aou-navy);
    font-size: 1.48rem;
    margin-bottom: .8rem
}

.aou-card p, .aou-card li {
    color: var(--aou-muted);
    font-size: .99rem;
    line-height: 1.72
}

.program-featured {
    border: 1.5px solid var(--aou-gold);
    background: linear-gradient(180deg, #fff, #fffaf0)
}

.tag {
    display: inline-flex;
    border-radius: 999px;
    padding: .45rem .75rem;
    background: rgba(199, 164, 90, .18);
    color: var(--aou-navy);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
    margin-bottom: 1rem
}

.learn-link {
    color: var(--aou-navy);
    font-weight: 800;
    font-size: .92rem
}

.learn-link:hover {
    color: var(--aou-gold)
}

.mission-band {
    margin-top: -58px
}

.mission-panel {
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .13);
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .8)
}

.mission-panel .col-lg-4:not(:last-child) {
    border-right: 1px solid var(--aou-border)
}

.map-panel {
    min-height: 420px;
    border-radius: 2rem;
    background:
        radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .12), transparent 55%),
        linear-gradient(145deg, var(--aou-navy), var(--aou-navy-2));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(8, 40, 58, .22)
}

.map-caption {
    color: #fff;
}

.map-caption span {
    color: var(--aou-gold-light);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800
}

.initiative-item {
    border-left: 3px solid var(--aou-gold);
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.initiative-item strong {
    display: block;
    color: var(--aou-navy);
    margin-bottom: .2rem
}

.initiative-item span {
    color: var(--aou-muted);
    font-size: .95rem;
    line-height: 1.65
}

.impact-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(199, 164, 90, .13), transparent 42%),
        var(--aou-navy);
    color: #fff;
    overflow: hidden
}

.impact-section .section-title {
    color: #fff
}

.impact-section .section-text {
    color: rgba(255, 255, 255, .72)
}

.stat-card {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, .06);
    padding: 1.75rem;
    height: 100%
}

.stat-card strong {
    display: block;
    color: var(--aou-gold-light);
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: .65rem;
    text-align: center;
}

.stat-card span {
    color: rgba(255, 255, 255, .78);
    font-size: .9rem
}

.partners-strip {
    border: 1px solid var(--aou-border);
    border-radius: 1.5rem;
    padding: 1.5rem;
    background: var(--aou-light);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
}

.partner-card {
    display: grid;
    grid-template-columns: minmax(6.5rem, 38%) minmax(0, 1fr);
    gap: 1rem 1.15rem;
    align-items: center;
    min-height: 100%;
    padding: 1.25rem 1.3rem;
    border: 1px solid var(--aou-border);
    border-left: 3px solid var(--aou-gold);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.partner-card__name {
    margin: 0;
    color: var(--aou-navy);
    font-size: .98rem;
    line-height: 1.35;
    letter-spacing: -.01em;
    font-weight: 700;
}

.partner-card__desc {
    margin: 0;
    color: var(--aou-muted);
    font-size: .86rem;
    line-height: 1.62;
}

@media (max-width: 767.98px) {
    .partner-card {
        grid-template-columns: 1fr;
        align-items: start;
        gap: .65rem;
    }
}

.donate-band {
    background: linear-gradient(135deg, var(--aou-navy), #123d55 70%, #6f5a2c);
    color: #fff
}

.donate-band .section-title {
    color: #fff
}

.donate-band p {
    color: rgba(255, 255, 255, .78)
}

.donate-box {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1.6rem;
    padding: 1.6rem;
}

.news-card {
    overflow: hidden
}

.news-meta {
    color: var(--aou-gold);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .6rem
}

/* News list cards: cap summary height for grid balance; full text via title on hover */
.aou-card .news-list-card__summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    word-break: break-word
}

.faculty-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(199, 164, 90, .15);
    color: var(--aou-navy);
    font-weight: 800;
    font-size: 1.2rem
}

.form-control, .form-select {
    border-radius: 1rem;
    padding: .85rem 1rem;
    border-color: #dbe3ea
}

.form-label {
    font-weight: 700;
    color: var(--aou-navy)
}

footer {
    background: #061c2a;
    color: rgba(255, 255, 255, .75);
}

footer h5 {
    color: #fff;
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 1rem
}

footer a, footer li {
    color: rgba(255, 255, 255, .75);
    font-size: .92rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

footer p {
    overflow-wrap: anywhere;
    word-break: break-word;
}

footer .row > [class*="col-"] {
    min-width: 0;
}

footer a:hover {
    color: var(--aou-gold-light)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .82rem
}

/* Empty list (shared component) */
.empty-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: min(22rem, 52vh);
    padding: 2rem 1rem 2.5rem;
    box-sizing: border-box
}

.empty-list__panel {
    max-width: 26rem;
    width: 100%;
    text-align: center;
    padding: 2.25rem 1.75rem 2rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(8, 40, 58, .1);
    background: linear-gradient(165deg, rgba(255, 255, 255, .98) 0%, rgba(247, 244, 236, .55) 100%);
    box-shadow: 0 18px 48px rgba(8, 40, 58, .07)
}

.empty-list__icon-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto 1.35rem;
    border-radius: 50%;
    background: rgba(199, 164, 90, .18);
    color: var(--aou-navy);
    font-size: 1.85rem;
    line-height: 1
}

.empty-list__title {
    margin: 0 0 .65rem;
    font-size: clamp(1.1rem, 2.8vw, 1.35rem);
    font-weight: 800;
    letter-spacing: .02em;
    color: var(--aou-navy);
    line-height: 1.3
}

.empty-list__message {
    font-size: .94rem;
    line-height: 1.55;
    color: var(--aou-muted);
    font-weight: 500
}

@media (max-width: 575.98px) {
    .empty-list {
        min-height: auto;
        padding: 1.25rem .5rem 1.75rem
    }

    .empty-list__panel {
        padding: 1.75rem 1.25rem 1.5rem
    }
}

/* Pagination: override Bootstrap .pagination on nav (row flex) — use column + center */
nav.pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 0;
    padding-left: 0;
    margin-top: .5rem;
    border-top: 1px solid var(--aou-border);
    text-align: center;
    list-style: none
}

.pagination__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}

.pagination__stats {
    margin: 0;
    font-size: .82rem;
    color: var(--aou-muted);
    line-height: 1.45;
    text-align: center
}

.pagination__stats-strong {
    font-weight: 800;
    color: var(--aou-navy)
}

.pagination__stats-sep {
    margin: 0 .12em
}

.pagination__stats-of {
    margin: 0 .15em
}

.pagination__stats-meta {
    display: block;
    margin-top: .35rem;
    font-size: .78rem;
    font-weight: 600;
    color: var(--aou-muted)
}

.pagination__controls {
    display: flex;
    width: 100%;
    justify-content: center
}

.pagination__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .35rem .5rem
}

.pagination__pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    min-width: 0;
    order: 3;
    flex: 0 0 auto;
    margin-top: 0
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0 .55rem;
    border-radius: .65rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: var(--aou-navy);
    background: #fff;
    border: 1px solid rgba(8, 40, 58, .14);
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease
}

.pagination__link:hover:not(.pagination__link--disabled):not(.pagination__num--current) {
    border-color: var(--aou-gold);
    color: var(--aou-navy);
    background: rgba(199, 164, 90, .12)
}

.pagination__link:focus-visible {
    outline: 2px solid var(--aou-gold);
    outline-offset: 2px
}

.pagination__link--disabled {
    opacity: .38;
    cursor: default;
    pointer-events: none;
    background: rgba(8, 40, 58, .04)
}

.pagination__link--icon {
    gap: .35rem;
    padding-left: .65rem;
    padding-right: .65rem;
    min-width: auto
}

.pagination__link-text {
    font-size: .78rem;
    letter-spacing: .02em
}

.pagination__link--first {
    order: 1
}

.pagination__link--prev {
    order: 2
}

.pagination__link--next {
    order: 4
}

.pagination__link--last {
    order: 5
}

.pagination__num {
    min-width: 2.45rem;
    padding: 0 .4rem
}

.pagination__num--current {
    background: var(--aou-navy);
    border-color: var(--aou-navy);
    color: #fff;
    cursor: default;
    pointer-events: none
}

.pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    font-weight: 800;
    color: var(--aou-muted);
    letter-spacing: .08em;
    user-select: none
}

@media (max-width: 575.98px) {
    .pagination__link--icon .pagination__link-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }

    .pagination__link--icon {
        position: relative;
        min-width: 2.65rem;
        padding: 0 .5rem
    }

    .pagination__link--icon i {
        font-size: 1.1rem
    }

    /* No room for numeric page strip on phones; stats line still shows "Page x of y". */
    .pagination__pages {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .pagination__inner {
        gap: 1.1rem
    }

    .pagination__stats {
        font-size: .86rem
    }

    .pagination__stats-meta {
        display: inline;
        margin-top: 0;
        margin-left: .25rem
    }

    .pagination__pages {
        flex: 0 1 auto;
        margin-top: 0;
        margin-left: .25rem;
        margin-right: .25rem
    }

    .pagination__nav {
        flex-wrap: nowrap;
        justify-content: center;
        gap: .4rem
    }

    .pagination__link {
        min-height: 2.4rem;
        font-size: .8rem
    }
}

@media (min-width: 992px) {
    .pagination {
        padding: 1.35rem 0 0;
        margin-top: .75rem
    }

    .pagination__inner {
        gap: 1.25rem
    }

    .pagination__stats {
        font-size: .88rem;
        max-width: 48rem
    }

    .pagination__stats-meta {
        display: inline;
        margin-top: 0;
        margin-left: .25rem;
        font-size: .82rem
    }

    .pagination__pages {
        flex: 0 1 auto;
        margin: 0 .35rem
    }

    .pagination__nav {
        flex-wrap: nowrap;
        justify-content: center;
        gap: .45rem
    }

    .pagination__link {
        min-height: 2.35rem;
        border-radius: .7rem
    }

    .pagination__link--icon .pagination__link-text {
        font-size: .8rem
    }
}

@media (max-width: 991.98px) {
    :root {
        --aou-page-hero-pt: max(7.25rem, calc(env(safe-area-inset-top, 0px) + 6rem + 2vw));
        --aou-page-hero-pb: 4.25rem
    }

    .page-hero.page-hero-home {
        min-height: auto;
        --aou-page-hero-pb: 5.5rem
    }

    .lead-copy {
        font-size: 1.05rem
    }

    .hero-mini-stats {
        grid-template-columns:1fr
    }

    .mission-panel .col-lg-4:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--aou-border)
    }

    .logo-img {
        height: 54px
    }

    .section-padding {
        padding: 4.5rem 0
    }
}

/* Vue + Element Plus: contact inquiry (uncompiled template hidden until mount) */
[v-cloak] {
    display: none !important
}

.contact-inquiry-app {
    min-height: 12rem
}

.contact-form-skeleton {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: .25rem 0 .5rem
}

.contact-skeleton-row {
    display: flex;
    gap: .75rem
}

.contact-skeleton-line {
    flex: 1;
    height: 2.65rem;
    border-radius: .65rem;
    background: linear-gradient(90deg, rgba(8, 40, 58, .06), rgba(8, 40, 58, .12), rgba(8, 40, 58, .06));
    background-size: 200% 100%;
    animation: contact-skeleton-shimmer 1.2s ease-in-out infinite
}

.contact-skeleton-line--lg {
    height: 1.35rem;
    max-width: 40%
}

.contact-skeleton-line--tall {
    height: 6.5rem;
    flex: none;
    width: 100%
}

.contact-skeleton-line--btn {
    height: 2.75rem;
    max-width: 11rem;
    flex: none
}

@keyframes contact-skeleton-shimmer {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: -100% 0
    }
}

.contact-el-form .el-form-item__label {
    color: var(--aou-navy);
    font-weight: 700;
    font-family: Georgia, "Times New Roman", Times, serif
}

.contact-submit-btn.el-button--primary {
    background: var(--aou-gold);
    border-color: var(--aou-gold);
    color: var(--aou-navy);
    font-weight: 800;
    border-radius: 999px;
    padding: .82rem 1.45rem;
    box-shadow: 0 10px 24px rgba(199, 164, 90, .2)
}

.contact-submit-btn.el-button--primary:hover,
.contact-submit-btn.el-button--primary:focus {
    background: var(--aou-gold-light);
    border-color: var(--aou-gold-light);
    color: var(--aou-navy)
}


/** background-section */
.section {
    padding: 2rem 0 3.25rem;
}

/** Breadcrumb */
.breadcrumb {
    margin-bottom: 1.25rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    min-width: 0;
}

.breadcrumb__sep {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 0.45rem;
    font-size: 0.75rem;
    color: #999999;
    user-select: none;
}

.breadcrumb__link {
    color: #888888;
    text-decoration: none;
    transition: color 0.15s ease;
}

.breadcrumb__link:hover {
    color: #555555;
}

.breadcrumb__item:last-child {
    flex: 1;
    min-width: 0;
}

.breadcrumb__current {
    display: block;
    font-weight: 500;
    color: #2c3e50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- Rich text (.aou-content) --- */

.aou-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--aou-muted);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.aou-content > :first-child {
    margin-top: 0;
}

.aou-content > :last-child {
    margin-bottom: 0;
}

.aou-content h1,
.aou-content h2,
.aou-content h3,
.aou-content h4,
.aou-content h5,
.aou-content h6 {
    color: var(--aou-navy);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.aou-content h1 {
    font-size: clamp(1.5rem, 2vw, 1.85rem);
    margin: 2rem 0 .85rem;
}

.aou-content h2 {
    font-size: clamp(1.35rem, 1.6vw, 1.55rem);
    margin: 1.75rem 0 .75rem;
}

.aou-content h3 {
    font-size: clamp(1.2rem, 1.2vw, 1.35rem);
    margin: 1.5rem 0 .65rem;
}

.aou-content h4 {
    font-size: 1.1rem;
    margin: 1.35rem 0 .55rem;
}

.aou-content h5 {
    font-size: 1rem;
    margin: 1.25rem 0 .5rem;
}

.aou-content h6 {
    font-size: .92rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 1.15rem 0 .45rem;
}

.aou-content p {
    margin: 0 0 1.15rem;
}

.aou-content a {
    color: var(--aou-navy);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .15em;
    text-decoration-color: rgba(8, 40, 58, .35);
    transition: color .2s ease, text-decoration-color .2s ease;
}

.aou-content a:hover {
    color: var(--aou-gold);
    text-decoration-color: rgba(199, 164, 90, .55);
}

.aou-content strong,
.aou-content b {
    color: var(--aou-text);
    font-weight: 700;
}

.aou-content em,
.aou-content i {
    font-style: italic;
}

.aou-content u {
    text-underline-offset: .12em;
}

.aou-content mark {
    padding: .08em .25em;
    border-radius: .2rem;
    background: rgba(230, 204, 131, .35);
    color: var(--aou-text);
}

.aou-content del {
    text-decoration: line-through;
    opacity: .75;
}

.aou-content ins {
    text-decoration: underline;
    text-underline-offset: .12em;
}

.aou-content sub,
.aou-content sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.aou-content sup {
    top: -.45em;
}

.aou-content sub {
    bottom: -.2em;
}

.aou-content ul,
.aou-content ol {
    margin: 0 0 1.25rem;
    padding-left: 1.4rem;
}

.aou-content ul {
    list-style-type: disc;
}

.aou-content ol {
    list-style-type: decimal;
}

.aou-content li {
    margin: 0 0 .4rem;
}

.aou-content li > ul,
.aou-content li > ol {
    margin: .45rem 0 0;
}

.aou-content dl {
    margin: 0 0 1.25rem;
}

.aou-content dt {
    color: var(--aou-navy);
    font-weight: 700;
    margin-bottom: .25rem;
}

.aou-content dd {
    margin: 0 0 .85rem 1rem;
}

.aou-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--aou-gold);
    border-radius: 0 .75rem .75rem 0;
    background: var(--aou-light);
    color: var(--aou-text);
}

.aou-content blockquote > :last-child {
    margin-bottom: 0;
}

.aou-content hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid var(--aou-border);
}

.aou-content img,
.aou-content video,
.aou-content iframe {
    max-width: 100%;
    height: auto;
}

.aou-content img {
    display: block;
    margin: 1.25rem auto;
    border-radius: .75rem;
}

.aou-content figure {
    margin: 1.5rem 0;
}

.aou-content figcaption {
    margin-top: .55rem;
    font-size: .88rem;
    line-height: 1.5;
    color: var(--aou-muted);
    text-align: center;
}

.aou-content table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
    font-size: .95rem;
    line-height: 1.55;
}

.aou-content th,
.aou-content td {
    padding: .65rem .85rem;
    border: 1px solid var(--aou-border);
    text-align: left;
    vertical-align: top;
}

.aou-content th {
    background: var(--aou-light);
    color: var(--aou-navy);
    font-weight: 700;
}

.aou-content thead th {
    border-bottom-width: 2px;
}

.aou-content tbody tr:nth-child(even) {
    background: rgba(248, 250, 252, .65);
}

.aou-content code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: .9em;
    padding: .12em .38em;
    border-radius: .35rem;
    background: var(--aou-light);
    color: var(--aou-navy);
}

.aou-content pre {
    margin: 1.25rem 0;
    padding: 1rem 1.15rem;
    overflow-x: auto;
    border-radius: .75rem;
    background: var(--aou-navy);
    color: #e2e8f0;
    font-size: .92rem;
    line-height: 1.6;
}

.aou-content pre code {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
}

.aou-content address {
    margin: 0 0 1.15rem;
    font-style: normal;
    color: var(--aou-text);
}

.aou-content .text-center,
.aou-content [style*="text-align: center"],
.aou-content [style*="text-align:center"] {
    text-align: center;
}

.aou-content .text-right,
.aou-content [style*="text-align: right"],
.aou-content [style*="text-align:right"] {
    text-align: right;
}
