/* Newsroom / Updates page */

/* Hero: dot grid behind transparent Current Focus card */

.page-hero.page-hero-update {
    position: relative;
    z-index: 0;
    isolation: isolate;
}

.update-hero-aside {
    position: relative;
    overflow: hidden;
}

.update-hero-dots {
    position: absolute;
    top: 0;
    right: 0;
    width: min(78%, 360px);
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .28) 1.35px, transparent 1.35px);
    background-size: 17px 17px;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .6) 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .6) 55%, transparent 100%);
}

.update-hero-focus {
    position: relative;
    border-radius: 2rem;
    padding: 2.2rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .update-hero-dots {
        width: min(72%, 280px);
        height: 88%;
    }
}

.update-filter-bar {
    background: #fff;
    border-bottom: 1px solid var(--aou-border);
    padding: 1.35rem 0;
}

.update-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.update-filter-pill {
    display: inline-flex;
    align-items: center;
    padding: .55rem 1.15rem;
    border-radius: 999px;
    border: 1px solid var(--aou-border);
    background: #fff;
    color: var(--aou-navy);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .02em;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.update-filter-pill:hover {
    border-color: rgba(8, 40, 58, .28);
    color: var(--aou-navy);
}

.update-filter-pill.is-active {
    background: var(--aou-navy);
    border-color: var(--aou-navy);
    color: #fff;
}

.update-filter-note {
    color: var(--aou-muted);
    font-size: .82rem;
    line-height: 1.55;
}

/* Main layout: top rule + prevent sidebar cards stretching with left column */

.update-page-layout {
    align-items: flex-start;
}

.update-main-col {
    border-top: 2px solid var(--aou-navy);
    padding-top: 2rem;
    margin-top: 0;
}

.update-sidebar-col .aou-card.update-sidebar-card {
    height: auto;
}

.update-hero-focus__label {
    color: var(--aou-gold-light);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: .85rem;
}

.update-hero-focus h3 {
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.25;
    margin-bottom: .85rem;
}

.update-hero-focus p {
    color: rgba(255, 255, 255, .72);
    font-size: .95rem;
    line-height: 1.65;
}

.update-featured {
    border: 1px solid var(--aou-border);
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.update-featured__media {
    min-height: 280px;
    background:
        radial-gradient(circle at 18% 82%, rgba(230, 204, 131, .22) 0, transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .08) 0, transparent 24%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 14px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 14px),
        linear-gradient(145deg, var(--aou-navy), var(--aou-navy-2));
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
}

.update-featured__media--has-cover {
    position: relative;
    background-color: var(--aou-navy);
}

.update-featured__media--has-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 40, 58, .08) 0%, rgba(8, 40, 58, .72) 100%);
    pointer-events: none;
}

.update-featured__media--has-cover .update-featured__caption {
    position: relative;
    z-index: 1;
}

.update-featured__caption {
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.45;
}

.update-featured__body {
    padding: 2rem;
}

.update-featured__type {
    color: #d97706;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .55rem;
}

.update-featured__meta {
    color: var(--aou-muted);
    font-size: .84rem;
    margin-bottom: 1rem;
}

.update-featured__title {
    color: var(--aou-navy);
    font-size: clamp(1.55rem, 2.2vw, 2.1rem);
    line-height: 1.18;
    letter-spacing: -.03em;
    margin-bottom: 1rem;
}

.update-featured__title-link {
    color: var(--aou-navy);
    text-decoration: none;
    transition: color .2s ease;
}

.update-featured__title-link:hover,
.update-featured__title-link:focus-visible {
    color: var(--aou-gold);
}

.update-featured__excerpt {
    color: var(--aou-muted);
    font-size: 1rem;
    line-height: 1.72;
    margin-bottom: 1.25rem;
}

.update-section-head {
    margin-bottom: 2rem;
}

.update-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.update-list__item {
    display: grid;
    grid-template-columns: minmax(7.5rem, 9.5rem) minmax(0, 1fr);
    gap: 1.25rem 1.75rem;
    padding: 1.75rem 0;
    border-top: 1px solid var(--aou-border);
}

.update-list__title-link {
    color: var(--aou-navy);
    text-decoration: none;
    transition: color .2s ease;
}

.update-list__title-link:hover,
.update-list__title-link:focus-visible {
    color: var(--aou-gold);
}

.update-list__more {
    display: inline-block;
    margin-top: .85rem;
    transition: color .2s ease;
}

.update-list__more:hover,
.update-list__more:focus-visible {
    color: var(--aou-gold);
}

.update-list__item:last-child {
    padding-bottom: 0;
}

.update-list__meta-type {
    display: block;
    color: var(--aou-muted);
    font-size: .86rem;
    font-weight: 700;
    margin-bottom: .35rem;
}

.update-list__meta-date {
    display: block;
    color: var(--aou-muted);
    font-size: .84rem;
}

.update-list__title {
    color: var(--aou-navy);
    font-size: clamp(1.32rem, 1.65vw, 1.6rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
    transition: color .2s ease;
}

.update-list__excerpt {
    color: var(--aou-muted);
    font-size: .96rem;
    line-height: 1.68;
    margin-bottom: .85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
}

.update-list-empty .empty-list {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: min(18rem, 40vh);
}

.update-list-empty .empty-list__panel {
    max-width: none;
    width: 100%;
}

.update-sidebar-card {
    margin-bottom: 1.5rem;
}

.update-sidebar-card:last-child {
    margin-bottom: 0;
}

.update-sidebar-card h3 {
    font-size: 1.45rem;
    margin-bottom: 1.25rem;
}

.update-announcement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.update-announcement-list li {
    border-left: 2px solid var(--aou-gold);
    padding-left: 1rem;
}

.update-announcement-list li + li {
    margin-top: 1.15rem;
    padding-top: 1.15rem;
}

.update-announcement-list__title {
    color: var(--aou-navy);
    font-size: 1.05rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin: 0 0 .35rem;
    font-weight: bolder;
}

.update-announcement-list span {
    color: var(--aou-muted);
    font-size: .92rem;
    line-height: 1.6;
}

.update-policy-list {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.update-policy-item {
    border-radius: 1rem;
    background: var(--aou-light);
    border: 1px solid var(--aou-border);
    padding: 1rem 1.1rem;
}

.update-policy-item strong {
    display: block;
    color: var(--aou-navy);
    font-size: .95rem;
    margin-bottom: .25rem;
}

.update-policy-item strong:hover {
    color: var(--aou-gold);
}

.update-policy-item span {
    color: var(--aou-muted);
    font-size: .88rem;
    line-height: 1.55;
}

.update-share-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(199, 164, 90, .16), transparent 42%),
        linear-gradient(135deg, var(--aou-navy), var(--aou-navy-2));
    border: none;
    color: #fff;
}

.update-share-card h3 {
    color: #fff;
}

.update-share-card p {
    color: rgba(255, 255, 255, .78);
}

@media (min-width: 992px) {
    .update-featured__media {
        min-height: 100%;
    }
}

@media (max-width: 767.98px) {
    .update-list__item {
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .update-detail-main-panel {
        padding: 1.5rem 1.35rem;
    }
}

/* Detail pages: news / events */

.update-detail-page {
    background: #fff;
}

.update-detail-back-nav {
    margin-bottom: 1.75rem;
}

.update-detail-back {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--aou-gold);
    text-decoration: none;
}

.update-detail-back:hover {
    color: var(--aou-navy);
    text-decoration: underline;
}

.update-detail-back i {
    font-size: 1rem;
    line-height: 1;
}

.update-detail-main--full {
    width: 100%;
}

.update-detail-title {
    color: var(--aou-navy);
    font-size: clamp(1.65rem, 2.1vw + 0.85rem, 2.35rem);
    line-height: 1.18;
    letter-spacing: -.03em;
    font-weight: 700;
    margin: 0 0 .65rem;
}

.update-detail-date {
    display: block;
    color: var(--aou-muted);
    font-size: .88rem;
    margin: 0 0 1.25rem;
}

.update-detail-lead {
    margin: 0 0 1.75rem;
    padding: .15rem 0 .15rem 1.15rem;
    border-left: 3px solid var(--aou-gold);
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--aou-muted);
    font-weight: 500;
}

.update-detail-main-panel,
.update-detail-aside-panel {
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.update-detail-main-panel {
    padding: 2rem 2.15rem;
}

.update-detail-aside-panel {
    padding: 1.35rem 1.4rem;
}

.update-detail-aside-panel + .update-detail-aside-panel {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .update-detail-aside {
        position: sticky;
        top: calc(var(--aou-header-offset, 5.5rem) + 1rem);
    }
}

.update-detail-cover {
    border-radius: .85rem;
    display: block;
}

.update-detail-aside-title {
    margin: 0 0 1rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--aou-gold);
}

.update-detail-meta__row {
    display: grid;
    grid-template-columns: minmax(5.5rem, 7rem) minmax(0, 1fr);
    gap: .65rem 1rem;
    padding: .75rem 0;
    border-top: 1px solid var(--aou-border);
}

.update-detail-meta__row:first-child {
    padding-top: 0;
    border-top: none;
}

.update-detail-meta__row:last-child {
    padding-bottom: 0;
}

.update-detail-meta dt {
    margin: 0;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--aou-muted);
}

.update-detail-meta dd {
    margin: 0;
    font-size: .96rem;
    line-height: 1.55;
    color: var(--aou-navy);
    font-weight: 600;
}

.update-detail-page--missing .update-detail-missing-card {
    max-width: 40rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    padding: 2rem 1.75rem;
    background: var(--aou-light);
}

.update-detail-missing-icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    font-size: 1.85rem;
    color: var(--aou-gold);
    background: rgba(199, 164, 90, .14);
    border: 1px solid rgba(199, 164, 90, .28);
    margin-bottom: 1.25rem;
}
