body.pmne-frontpage-active .entry-header {
    display: none;
}

body.pmne-frontpage-active #content,
body.pmne-frontpage-active .site-content,
body.pmne-frontpage-active .site-content > .ast-container,
body.pmne-frontpage-active #primary,
body.pmne-frontpage-active .content-area,
body.pmne-frontpage-active .site-main,
body.pmne-frontpage-active .ast-article-post,
body.pmne-frontpage-active .ast-article-single,
body.pmne-frontpage-active .entry-content,
body.pmne-frontpage-active .entry-content > .wp-block-shortcode,
body.pmne-frontpage-active .ast-separate-container .ast-article-post,
body.pmne-frontpage-active .ast-separate-container .ast-article-single {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #colophon,
body .site-footer:not(.pmne-site-footer) {
    display: none;
}

.pmne-frontpage,
.pmne-news-archive,
.pmne-events-archive {
    --pmne-navy: #061b35;
    --pmne-navy-muted: #102d4d;
    --pmne-gold: #eebe44;
    --pmne-ink: #101b2c;
    --pmne-muted: #526070;
    --pmne-line: #dce2e8;
    --pmne-page: #f7f8f7;
    --pmne-surface: #ffffff;
    color: var(--pmne-ink);
    background: var(--pmne-page);
    font-family: inherit;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -1px;
}

.pmne-news-single {
    width: min(100%, 520px);
    margin: 36px auto 0;
}

.pmne-news-single__image {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent;
    box-shadow: none !important;
}

.pmne-news-single__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: contain;
}

.pmne-news-single__content {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #dce2e8;
}

.pmne-news-single__content > :first-child {
    margin-top: 0;
}

.pmne-news-single__content > :last-child {
    margin-bottom: 0;
}

.pmne-news-single--has-description {
    display: grid;
    width: min(100%, 1080px);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    gap: 42px;
    align-items: start;
}

.pmne-news-single--has-description .pmne-news-single__image {
    grid-column: 2;
    width: min(100%, 520px);
    justify-self: center;
}

.pmne-news-single--has-description .pmne-news-single__content {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

@media (max-width: 700px) {
    .pmne-news-single--has-description {
        display: block;
        width: min(100%, 520px);
    }

    .pmne-news-single--has-description .pmne-news-single__content {
        margin-top: 30px;
        padding-top: 28px;
        border-top: 1px solid #dce2e8;
    }
}

.pmne-frontpage *,
.pmne-frontpage *::before,
.pmne-frontpage *::after,
.pmne-news-archive *,
.pmne-news-archive *::before,
.pmne-news-archive *::after,
.pmne-events-archive *,
.pmne-events-archive *::before,
.pmne-events-archive *::after {
    box-sizing: border-box;
}

.pmne-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.pmne-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background-color: var(--pmne-navy);
    background-position: center 46%;
    background-size: cover;
    margin-bottom: -1px;
}

.pmne-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 18, 35, 0.08);
}

.pmne-hero__content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    padding-top: 42px;
    padding-bottom: 42px;
}

.pmne-important-info {
    padding: 22px 0 0;
    background: var(--pmne-page);
}

.pmne-important-info__inner {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 76px;
    padding: 15px 18px;
    border: 1px solid #ecd49d;
    border-radius: 6px;
    background: #fffaf0;
}

.pmne-important-info__icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: #fff1ce;
    color: #9b6500;
}

.pmne-important-info__icon .pmne-meta-icon {
    width: 19px;
    height: 19px;
    color: inherit;
}

.pmne-important-info__content {
    min-width: 0;
}

.pmne-important-info__content h2,
.pmne-important-info__content p {
    margin: 0;
}

.pmne-important-info__content h2 {
    color: var(--pmne-ink);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.3;
}

.pmne-important-info__content p {
    margin-top: 3px;
    color: var(--pmne-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.pmne-hero__eyebrow {
    margin: 0 0 12px;
    color: var(--pmne-gold);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
}

.pmne-hero h1,
.pmne-section h2,
.pmne-featured-news h3,
.pmne-news-card h3,
.pmne-event-row h3 {
    color: inherit;
    letter-spacing: 0;
}

.pmne-hero h1 {
    max-width: 610px;
    margin: 0;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.05;
}

.pmne-hero__summary {
    max-width: 520px;
    margin: 18px 0 26px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.pmne-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--pmne-gold);
    border-radius: 5px;
    background: var(--pmne-gold);
    color: var(--pmne-navy) !important;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.pmne-button:hover,
.pmne-button:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--pmne-navy) !important;
}

.pmne-section {
    padding: 54px 0;
}

.pmne-section--events {
    padding-top: 8px;
    padding-bottom: 64px;
}

.pmne-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
}

.pmne-section-heading h2 {
    margin: 0;
    color: var(--pmne-ink);
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.2;
}

.pmne-section-heading h2::after {
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 10px;
    background: var(--pmne-gold);
    content: '';
}

.pmne-text-link {
    display: inline-flex;
    align-items: center;
    color: #9b6500 !important;
    font-size: 0.87rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none !important;
}

.pmne-text-link::after {
    display: inline-block;
    margin-inline-start: 8px;
    content: '\2192';
}

.pmne-text-link:hover,
.pmne-text-link:focus-visible {
    color: var(--pmne-navy-muted) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pmne-featured-news {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.9fr);
    height: 408px;
    overflow: hidden;
    border: 1px solid var(--pmne-line);
    border-radius: 6px;
    background: var(--pmne-surface);
    box-shadow: 0 12px 24px rgba(8, 27, 51, 0.08);
}

.pmne-featured-news__media,
.pmne-news-card__media {
    display: block;
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #e7eaec;
}

.pmne-featured-news__media {
    min-height: 0;
}

.pmne-featured-news__media img,
.pmne-news-card__media img,
.pmne-image-placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmne-featured-news__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 26px 30px;
}

.pmne-date {
    color: #9b6500;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.pmne-featured-news h3 {
    margin: 10px 0 13px;
    color: var(--pmne-ink);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.17;
}

.pmne-featured-news h3 a,
.pmne-news-card h3 a,
.pmne-event-row h3 a {
    color: inherit;
    text-decoration: none !important;
}

.pmne-featured-news h3 a:hover,
.pmne-featured-news h3 a:focus-visible,
.pmne-news-card h3 a:hover,
.pmne-news-card h3 a:focus-visible,
.pmne-event-row h3 a:hover,
.pmne-event-row h3 a:focus-visible {
    color: #9b6500;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pmne-featured-news p,
.pmne-news-card p {
    margin: 0;
    color: var(--pmne-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

.pmne-featured-news h3,
.pmne-featured-news p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pmne-featured-news h3 {
    -webkit-line-clamp: 3;
}

.pmne-featured-news p {
    -webkit-line-clamp: 5;
}

.pmne-featured-news .pmne-text-link,
.pmne-news-card .pmne-text-link {
    margin-top: 20px;
}

.pmne-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.pmne-news-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--pmne-line);
    border-radius: 6px;
    background: var(--pmne-surface);
    box-shadow: 0 8px 20px rgba(8, 27, 51, 0.06);
}

.pmne-news-card__media {
    flex: 0 0 auto;
    aspect-ratio: 16 / 9;
}

.pmne-news-card__content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.pmne-news-card h3 {
    margin: 9px 0 10px;
    color: var(--pmne-ink);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.3;
}

.pmne-news-card .pmne-text-link {
    margin-top: auto;
    padding-top: 18px;
}

.pmne-event-list {
    border-top: 1px solid var(--pmne-line);
}

.pmne-event-row {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 40px;
    gap: 22px;
    align-items: center;
    min-height: 106px;
    border-bottom: 1px solid var(--pmne-line);
}

.pmne-event-row__date {
    display: flex;
    min-height: 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9b6500;
    line-height: 1;
}

.pmne-event-row__date span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 700;
}

.pmne-event-row__date small {
    margin-top: 5px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.pmne-event-row__content {
    min-width: 0;
}

.pmne-event-row h3 {
    margin: 0 0 6px;
    color: var(--pmne-ink);
    font-size: 1.03rem;
    font-weight: 800;
    line-height: 1.3;
}

.pmne-event-row p {
    margin: 0;
    color: var(--pmne-muted);
    font-size: 0.87rem;
    line-height: 1.5;
}

.pmne-event-row__link {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #9b6500 !important;
    font-size: 1.35rem;
    line-height: 1;
    text-decoration: none !important;
}

.pmne-event-row__link:hover,
.pmne-event-row__link:focus-visible {
    background: var(--pmne-gold);
    color: var(--pmne-navy) !important;
}

.pmne-empty {
    margin: 0;
    padding: 24px;
    border: 1px solid var(--pmne-line);
    border-radius: 6px;
    background: var(--pmne-surface);
    color: var(--pmne-muted);
    line-height: 1.6;
}

.pmne-archive-hero {
    min-height: 210px;
}

.pmne-archive-hero .pmne-hero__content {
    max-width: 760px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.pmne-archive-hero .pmne-hero__summary {
    margin: 10px 0 14px;
}

.pmne-archive-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
}

.pmne-archive-breadcrumbs a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.pmne-archive-breadcrumbs a:hover,
.pmne-archive-breadcrumbs a:focus-visible {
    color: var(--pmne-gold) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pmne-archive-section {
    padding: 38px 0 64px;
}

.pmne-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    align-items: start;
    gap: 24px;
}

.pmne-archive-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.pmne-archive-toolbar h2,
.pmne-archive-panel h2 {
    margin: 0;
    color: var(--pmne-ink);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.3;
}

.pmne-archive-toolbar h2::after,
.pmne-archive-panel h2::after {
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 9px;
    background: var(--pmne-gold);
    content: '';
}

.pmne-archive-search {
    display: flex;
    min-width: min(100%, 290px);
    align-items: stretch;
}

.pmne-archive-search input {
    width: 100%;
    min-height: 40px;
    min-width: 0;
    padding: 8px 11px;
    border: 1px solid var(--pmne-line);
    border-radius: 5px 0 0 5px;
    background: var(--pmne-surface);
    color: var(--pmne-ink);
    font: inherit;
    font-size: 0.85rem;
}

.pmne-archive-search input:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid var(--pmne-gold);
    outline-offset: -2px;
}

.pmne-archive-search button {
    flex: 0 0 74px;
    min-width: 74px;
    padding: 8px 14px;
    border: 1px solid var(--pmne-navy);
    border-radius: 0 5px 5px 0;
    background: var(--pmne-navy);
    color: #ffffff;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.pmne-archive-search button:hover,
.pmne-archive-search button:focus-visible {
    border-color: var(--pmne-gold);
    background: var(--pmne-gold);
    color: var(--pmne-navy);
}

.pmne-archive-list {
    display: grid;
    gap: 12px;
}

.pmne-archive-card {
    display: grid;
    grid-template-columns: minmax(190px, 235px) minmax(0, 1fr);
    min-height: 164px;
    overflow: hidden;
    border: 1px solid var(--pmne-line);
    border-radius: 6px;
    background: var(--pmne-surface);
    box-shadow: 0 8px 20px rgba(8, 27, 51, 0.06);
}

.pmne-archive-card__media {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: #e7eaec;
}

.pmne-archive-card__media img,
.pmne-archive-card__media .pmne-image-placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmne-archive-card__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
}

.pmne-archive-date-badge {
    display: flex;
    align-self: center;
    width: 54px;
    min-height: 76px;
    justify-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff3d7;
    color: #9b6500;
    line-height: 1;
}

.pmne-archive-date-badge span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.65rem;
    font-weight: 700;
}

.pmne-archive-date-badge small,
.pmne-archive-date-badge em {
    margin-top: 4px;
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.pmne-archive-date-badge em {
    margin-top: 2px;
}

.pmne-archive-card h2 {
    margin: 7px 0 7px;
    color: var(--pmne-ink);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.pmne-archive-card h2 a,
.pmne-archive-event h3 a {
    color: inherit;
    text-decoration: none !important;
}

.pmne-archive-card h2 a:hover,
.pmne-archive-card h2 a:focus-visible,
.pmne-archive-event h3 a:hover,
.pmne-archive-event h3 a:focus-visible {
    color: #9b6500;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pmne-archive-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--pmne-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pmne-archive-card__meta,
.pmne-event-archive-card__meta {
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: var(--pmne-muted);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
}

.pmne-meta-icon {
    display: block;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    color: var(--pmne-muted);
}

.pmne-archive-card__meta time {
    color: inherit;
}

.pmne-archive-card .pmne-text-link {
    margin-top: auto;
    padding-top: 10px;
}

.pmne-archive-panel {
    padding: 20px;
    border: 1px solid var(--pmne-line);
    border-radius: 6px;
    background: var(--pmne-surface);
    box-shadow: 0 8px 20px rgba(8, 27, 51, 0.06);
}

.pmne-archive-events {
    margin: 13px 0 4px;
}

.pmne-archive-event {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    border-top: 1px solid var(--pmne-line);
}

.pmne-archive-event:first-child {
    border-top: 0;
}

.pmne-archive-event__date,
.pmne-event-archive-news-row__date {
    display: flex;
    min-height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff3d7;
    color: #9b6500;
    line-height: 1;
}

.pmne-archive-event__date span,
.pmne-event-archive-news-row__date span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.pmne-archive-event__date small,
.pmne-event-archive-news-row__date small {
    margin-top: 3px;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.pmne-archive-event__content {
    min-width: 0;
}

.pmne-archive-event h3 {
    margin: 0 0 3px;
    color: var(--pmne-ink);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.3;
}

.pmne-archive-event p,
.pmne-archive-panel__empty {
    margin: 0;
    color: var(--pmne-muted);
    font-size: 0.73rem;
    line-height: 1.4;
}

.pmne-archive-event__link {
    color: #9b6500 !important;
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none !important;
}

.pmne-archive-event__link:hover,
.pmne-archive-event__link:focus-visible {
    color: var(--pmne-navy) !important;
}

.pmne-archive-panel > .pmne-text-link {
    margin-top: 13px;
}

.pmne-archive-pagination {
    margin-top: 24px;
}

.pmne-archive-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pmne-archive-pagination a,
.pmne-archive-pagination span {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    border: 1px solid var(--pmne-line);
    border-radius: 5px;
    background: var(--pmne-surface);
    color: var(--pmne-ink);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none !important;
}

.pmne-archive-pagination .current,
.pmne-archive-pagination a:hover,
.pmne-archive-pagination a:focus-visible {
    border-color: var(--pmne-navy);
    background: var(--pmne-navy);
    color: #ffffff;
}

.pmne-event-archive-toolbar {
    align-items: flex-start;
}

.pmne-event-archive-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pmne-event-archive-tabs a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 8px 14px;
    border-bottom: 2px solid transparent;
    color: var(--pmne-muted) !important;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none !important;
}

.pmne-event-archive-tabs a:hover,
.pmne-event-archive-tabs a:focus-visible,
.pmne-event-archive-tabs a.is-active {
    border-color: var(--pmne-gold);
    color: var(--pmne-ink) !important;
}

.pmne-event-archive-list {
    display: grid;
    gap: 12px;
}

.pmne-event-archive-card {
    display: grid;
    grid-template-columns: minmax(180px, 215px) 68px minmax(0, 1fr) minmax(98px, 122px);
    align-items: stretch;
    min-height: 164px;
    overflow: hidden;
    border: 1px solid var(--pmne-line);
    border-radius: 6px;
    background: var(--pmne-surface);
    box-shadow: 0 8px 20px rgba(8, 27, 51, 0.06);
}

.pmne-event-archive-card__media {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: #e7eaec;
}

.pmne-event-archive-card__media img,
.pmne-event-archive-card__media .pmne-image-placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmne-event-archive-card__content {
    min-width: 0;
    padding: 16px 8px 16px 0;
}

.pmne-event-archive-card__content h2 {
    margin: 5px 0 5px;
    color: var(--pmne-ink);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.pmne-event-archive-card__content h2 a {
    color: inherit;
    text-decoration: none !important;
}

.pmne-event-archive-card__content h2 a:hover,
.pmne-event-archive-card__content h2 a:focus-visible {
    color: #9b6500;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pmne-event-archive-card__time,
.pmne-event-archive-card__scope,
.pmne-event-archive-card__location,
.pmne-event-archive-card__description,
.pmne-event-archive-card__details {
    margin: 0;
    color: var(--pmne-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.pmne-event-archive-card__time,
.pmne-event-archive-card__details {
    color: var(--pmne-ink);
    font-weight: 700;
}

.pmne-event-archive-card__location {
    margin-top: 3px;
}

.pmne-event-archive-card__scope {
    margin-top: 3px;
    color: #9b6500;
    font-weight: 700;
}

.pmne-event-archive-card__description {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pmne-event-archive-card__details {
    margin-top: 8px;
}

.pmne-event-archive-card__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
}

.pmne-event-archive-card__actions .pmne-button {
    width: 100%;
    min-height: 36px;
    padding: 8px 10px;
    border-color: var(--pmne-navy);
    background: var(--pmne-navy);
    color: #ffffff !important;
    font-size: 0.75rem;
}

.pmne-event-archive-card__actions .pmne-button:hover,
.pmne-event-archive-card__actions .pmne-button:focus-visible {
    border-color: var(--pmne-gold);
    background: var(--pmne-gold);
    color: var(--pmne-navy) !important;
}

.pmne-event-archive-card__calendar {
    display: flex;
    width: 100%;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid var(--pmne-navy);
    border-radius: 5px;
    background: #ffffff;
    color: var(--pmne-navy) !important;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.pmne-event-archive-card__calendar:hover,
.pmne-event-archive-card__calendar:focus-visible {
    border-color: var(--pmne-gold);
    background: #fff6dc;
    color: #805300 !important;
}

.pmne-event-archive-news {
    margin: 15px 0 12px;
}

.pmne-event-archive-news-row {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 11px;
    min-height: 78px;
    padding: 10px 0;
    border-top: 1px solid var(--pmne-line);
}

.pmne-event-archive-news-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.pmne-event-archive-news-row:last-child {
    padding-bottom: 2px;
}

.pmne-event-archive-news-row__media {
    position: relative;
    display: block;
    align-self: stretch;
    min-height: 58px;
    overflow: hidden;
    border-radius: 4px;
    background: #e7eaec;
}

.pmne-event-archive-news-row__media img,
.pmne-event-archive-news-row__media .pmne-image-placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmne-event-archive-news-row__content {
    min-width: 0;
}

.pmne-event-archive-news-row__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0 0;
    color: #9b6500;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.3;
}

.pmne-event-archive-news-row__meta .pmne-meta-icon {
    width: 13px;
    height: 13px;
    color: inherit;
}

.pmne-event-archive-news-row h3 {
    margin: 0;
    color: var(--pmne-ink);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.32;
}

.pmne-event-archive-news-row h3 a {
    color: inherit;
    text-decoration: none !important;
}

.pmne-event-archive-news-row h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pmne-event-archive-news-row h3 a:hover,
.pmne-event-archive-news-row h3 a:focus-visible {
    color: #9b6500;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pmne-event-archive-news-row__link {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    justify-self: end;
    border: 1px solid #e5c36f;
    border-radius: 50%;
    background: #fffaf0;
    color: #9b6500 !important;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none !important;
}

.pmne-event-archive-news-row__link:hover,
.pmne-event-archive-news-row__link:focus-visible {
    border-color: var(--pmne-gold);
    background: var(--pmne-gold);
    color: var(--pmne-navy) !important;
}

.pmne-frontpage[dir='rtl'] .pmne-hero__content,
.pmne-frontpage[dir='rtl'] .pmne-featured-news__content,
.pmne-frontpage[dir='rtl'] .pmne-news-card__content {
    align-items: flex-start;
    text-align: right;
}

.pmne-frontpage[dir='rtl'] .pmne-event-row__link {
    transform: scaleX(-1);
}

.pmne-news-archive[dir='rtl'] .pmne-hero__content,
.pmne-news-archive[dir='rtl'] .pmne-archive-card__content,
.pmne-news-archive[dir='rtl'] .pmne-archive-event__content {
    align-items: flex-start;
    text-align: right;
}

.pmne-news-archive[dir='rtl'] .pmne-archive-event__link {
    transform: scaleX(-1);
}

.pmne-events-archive[dir='rtl'] .pmne-hero__content,
.pmne-events-archive[dir='rtl'] .pmne-event-archive-card__content,
.pmne-events-archive[dir='rtl'] .pmne-event-archive-news-row {
    text-align: right;
}

.pmne-events-archive[dir='rtl'] .pmne-event-archive-card__content {
    padding: 16px 0 16px 8px;
}

.pmne-events-archive[dir='rtl'] .pmne-event-archive-news-row__link {
    transform: scaleX(-1);
}

.pmne-site-footer {
    background: var(--pmne-navy, #061b35);
    color: #ffffff;
    font-family: inherit;
}

.pmne-site-footer *,
.pmne-site-footer *::before,
.pmne-site-footer *::after {
    box-sizing: border-box;
}

.pmne-site-footer__grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.55fr) repeat(3, minmax(120px, 0.75fr));
    gap: 34px;
    padding-top: 34px;
    padding-bottom: 28px;
}

.pmne-site-footer__identity {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.pmne-site-footer__identity img {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    object-fit: cover;
}

.pmne-site-footer__identity span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.pmne-site-footer__identity strong {
    font-size: 1rem;
    line-height: 1.2;
}

.pmne-site-footer__identity small {
    color: var(--pmne-gold, #eebe44);
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.35;
}

.pmne-site-footer__description {
    max-width: 270px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    line-height: 1.55;
}

.pmne-site-footer__column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin: 0;
    font-style: normal;
}

.pmne-site-footer__column h2 {
    margin: 0 0 4px;
    color: var(--pmne-gold, #eebe44);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
}

.pmne-site-footer__column a,
.pmne-site-footer__column span {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.78rem;
    line-height: 1.45;
    text-decoration: none !important;
}

.pmne-site-footer__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.pmne-site-footer__item .pmne-site-footer__icon {
    width: 16px;
    height: 16px;
    color: var(--pmne-gold, #eebe44) !important;
    font-size: 16px;
    line-height: 16px;
}

.pmne-site-footer__column a:hover,
.pmne-site-footer__column a:focus-visible {
    color: var(--pmne-gold, #eebe44) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pmne-site-footer__bottom {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pmne-site-footer__bottom small {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.72rem;
    line-height: 1.4;
}

.pmne-site-footer[dir='rtl'] .pmne-site-footer__column {
    align-items: flex-start;
    text-align: right;
}

@media (max-width: 860px) {
    .pmne-hero {
        min-height: 350px;
    }

    .pmne-hero h1 {
        font-size: 2.45rem;
    }

    .pmne-featured-news {
        grid-template-columns: 1fr;
        height: auto;
    }

    .pmne-featured-news__media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .pmne-featured-news__content {
        padding: 30px;
    }

    .pmne-archive-hero {
        min-height: 230px;
    }

    .pmne-archive-layout {
        grid-template-columns: 1fr;
    }

    .pmne-event-archive-card {
        grid-template-columns: minmax(150px, 190px) 64px minmax(0, 1fr) minmax(92px, 110px);
    }

    .pmne-site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .pmne-container {
        width: min(100% - 28px, 1180px);
    }

    .pmne-hero {
        min-height: 330px;
        background-position: center;
    }

    .pmne-hero h1 {
        font-size: 2.05rem;
    }

    .pmne-hero__summary {
        font-size: 1rem;
    }

    .pmne-section {
        padding: 38px 0;
    }

    .pmne-section--events {
        padding-top: 0;
        padding-bottom: 46px;
    }

    .pmne-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .pmne-section-heading h2 {
        font-size: 1.4rem;
    }

    .pmne-important-info__inner {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .pmne-important-info .pmne-text-link {
        grid-column: 2;
        justify-self: start;
    }

    .pmne-featured-news__content {
        padding: 24px;
    }

    .pmne-featured-news h3 {
        font-size: 1.48rem;
    }

    .pmne-news-grid {
        grid-template-columns: 1fr;
    }

    .pmne-archive-hero {
        min-height: 200px;
    }

    .pmne-archive-section {
        padding: 30px 0 46px;
    }

    .pmne-archive-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .pmne-archive-search {
        width: 100%;
    }

    .pmne-archive-card {
        grid-template-columns: 1fr;
    }

    .pmne-archive-card__media {
        aspect-ratio: 16 / 9;
    }

    .pmne-archive-card__content {
        padding: 18px;
    }

    .pmne-event-archive-tabs {
        width: 100%;
    }

    .pmne-event-archive-tabs a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .pmne-event-archive-card {
        grid-template-columns: 1fr;
    }

    .pmne-event-archive-card__media {
        aspect-ratio: 16 / 9;
    }

    .pmne-archive-date-badge {
        margin: 14px 0 0;
        margin-inline-start: 18px;
        justify-self: start;
    }

    .pmne-event-archive-card__content {
        padding: 14px 18px;
    }

    .pmne-event-archive-card__actions {
        justify-content: stretch;
        padding: 0 18px 18px;
    }

    .pmne-event-row {
        grid-template-columns: 54px minmax(0, 1fr) 34px;
        gap: 12px;
        min-height: 96px;
    }

    .pmne-event-row__date span {
        font-size: 1.65rem;
    }

    .pmne-event-row__link {
        width: 34px;
        height: 34px;
    }

    .pmne-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 30px;
    }
}

.pmne-about {
    --pmne-navy: #061b35;
    --pmne-gold: #eebe44;
    --pmne-ink: #101b2c;
    --pmne-muted: #526070;
    --pmne-line: #dce2e8;
    --pmne-page: #f7f8f7;
    --pmne-surface: #ffffff;
    width: 100vw;
    margin-top: -1px;
    margin-left: calc(50% - 50vw);
    background: var(--pmne-page);
    color: var(--pmne-ink);
}

.pmne-about *,
.pmne-about *::before,
.pmne-about *::after {
    box-sizing: border-box;
}

.pmne-about-hero {
    min-height: 250px;
    background-position: center 48%;
}

.pmne-about-hero .pmne-hero__overlay {
    background: rgba(2, 18, 35, 0.65);
}

.pmne-about-hero .pmne-hero__content {
    max-width: 760px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.pmne-about-hero h1 {
    margin: 14px 0 10px;
    color: #ffffff;
    font-size: 2.55rem;
    font-weight: 800;
    line-height: 1.1;
}

.pmne-about-hero__intro {
    max-width: 700px;
    margin: 3px 0;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.55;
}

.pmne-about-section {
    padding: 44px 0;
    background: var(--pmne-surface);
}

.pmne-about-section--work,
.pmne-about-section--newsletter {
    background: var(--pmne-page);
}

.pmne-about-section--values {
    padding-top: 10px;
}

.pmne-about-history {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
    gap: 56px;
    align-items: start;
}

.pmne-about-prose h2,
.pmne-about-section__title {
    margin: 0 0 22px;
    color: var(--pmne-ink);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
}

.pmne-about-prose h2::after,
.pmne-about-section__title::after {
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 10px;
    background: var(--pmne-gold);
    content: '';
}

.pmne-about-prose p,
.pmne-about-focus p,
.pmne-about-work-item p,
.pmne-about-value p,
.pmne-about-future p {
    margin: 0 0 17px;
    color: var(--pmne-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.pmne-about-prose p:last-child,
.pmne-about-focus p:last-child,
.pmne-about-work-item p:last-child,
.pmne-about-value p:last-child,
.pmne-about-future p:last-child {
    margin-bottom: 0;
}

.pmne-about-focus {
    display: grid;
    gap: 20px;
    padding: 24px;
    border: 1px solid #f2e6d1;
    border-radius: 7px;
    background: #fff8ed;
}

.pmne-about-focus__item,
.pmne-about-work-item,
.pmne-about-value {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
    align-items: start;
}

.pmne-about-focus__item > .dashicons {
    width: 28px;
    height: 28px;
    color: #bd7d00;
    font-size: 27px;
}

.pmne-about-focus h3,
.pmne-about-work-item h3,
.pmne-about-value h3,
.pmne-about-future h3 {
    margin: 0 0 5px;
    color: var(--pmne-ink);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.3;
}

.pmne-about-focus p {
    font-size: 0.78rem;
    line-height: 1.5;
}

.pmne-about-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmne-about-work-item {
    min-height: 132px;
    padding: 0 26px;
    border-left: 1px solid var(--pmne-line);
}

.pmne-about-work-item:first-child {
    padding-left: 0;
    border-left: 0;
}

.pmne-about-work-item:last-child {
    padding-right: 0;
}

.pmne-about-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pmne-navy);
    color: var(--pmne-gold);
    font-size: 22px;
}

.pmne-about-work-item p,
.pmne-about-value p {
    font-size: 0.81rem;
    line-height: 1.55;
}

.pmne-about-values-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.4fr);
    gap: 48px;
}

.pmne-about-values-list {
    display: grid;
    gap: 17px;
}

.pmne-about-value .pmne-about-icon {
    width: 38px;
    height: 38px;
    font-size: 19px;
}

.pmne-about-future {
    padding-left: 40px;
    border-left: 1px solid var(--pmne-line);
}

.pmne-about-future h3 {
    font-size: 1.28rem;
}

.pmne-about-future blockquote {
    position: relative;
    margin: 24px 0 0;
    padding: 16px 20px 16px 48px;
    border-radius: 7px;
    background: #fff8ed;
    color: var(--pmne-ink);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.45;
}

.pmne-about-future blockquote::before {
    position: absolute;
    top: 8px;
    left: 18px;
    color: #bd7d00;
    font-family: Georgia, serif;
    font-size: 2rem;
    line-height: 1;
    content: '\201C';
}

.pmne-about-newsletter {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(190px, 230px) minmax(112px, 142px);
    gap: 18px;
    align-items: center;
    padding: 24px 30px;
    border-radius: 7px;
    background: var(--pmne-navy);
    color: #ffffff;
}

.pmne-about-newsletter__icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: var(--pmne-gold);
    font-size: 27px;
}

.pmne-about-newsletter__copy h2 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.pmne-about-newsletter__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    line-height: 1.45;
}

.pmne-about-newsletter input,
.pmne-about-newsletter button {
    min-height: 40px;
    border-radius: 5px;
    font: inherit;
    font-size: 0.8rem;
}

.pmne-about-newsletter input {
    width: 100%;
    min-width: 0;
    padding: 8px 12px;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: var(--pmne-ink);
}

.pmne-about-newsletter button {
    border: 1px solid var(--pmne-gold);
    background: var(--pmne-gold);
    color: var(--pmne-navy);
    font-weight: 800;
    cursor: pointer;
}

.pmne-about-newsletter button:hover,
.pmne-about-newsletter button:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
}

.pmne-about[dir='rtl'] .pmne-about-future {
    padding-right: 40px;
    padding-left: 0;
    border-right: 1px solid var(--pmne-line);
    border-left: 0;
}

.pmne-about[dir='rtl'] .pmne-about-work-item {
    border-right: 1px solid var(--pmne-line);
    border-left: 0;
}

.pmne-about[dir='rtl'] .pmne-about-work-item:first-child {
    padding-right: 0;
    padding-left: 26px;
    border-right: 0;
}

.pmne-about[dir='rtl'] .pmne-about-work-item:last-child {
    padding-right: 26px;
    padding-left: 0;
}

.pmne-about[dir='rtl'] .pmne-about-future blockquote {
    padding-right: 48px;
    padding-left: 20px;
}

.pmne-about[dir='rtl'] .pmne-about-future blockquote::before {
    right: 18px;
    left: auto;
}

@media (max-width: 860px) {
    .pmne-about-history,
    .pmne-about-values-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pmne-about-work-grid {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .pmne-about-work-item,
    .pmne-about-work-item:first-child,
    .pmne-about-work-item:last-child {
        min-height: 0;
        padding: 0;
        border: 0;
    }

    .pmne-about-future,
    .pmne-about[dir='rtl'] .pmne-about-future {
        padding: 28px 0 0;
        border-top: 1px solid var(--pmne-line);
        border-right: 0;
        border-left: 0;
    }

    .pmne-about-newsletter {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .pmne-about-newsletter input,
    .pmne-about-newsletter button {
        grid-column: span 1;
    }
}

@media (max-width: 640px) {
    .pmne-about-hero {
        min-height: 280px;
    }

    .pmne-about-hero h1 {
        font-size: 2rem;
    }

    .pmne-about-section {
        padding: 34px 0;
    }

    .pmne-about-prose h2,
    .pmne-about-section__title {
        margin-bottom: 18px;
        font-size: 1.32rem;
    }

    .pmne-about-newsletter {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .pmne-about-newsletter__icon {
        width: 48px;
        height: 48px;
    }

    .pmne-about-newsletter input,
    .pmne-about-newsletter button {
        grid-column: auto;
        width: 100%;
    }
}
