:root {
    --pm-header-offset: 78px;
    --pm-top-strip-height: 0px;
    --pm-header-height: 78px;
    --pm-brand-bg: #ffffff;
    --pm-brand-bg-dark: #f3f8f4;
    --pm-brand-border: #d7e5db;
    --pm-brand-text: #1f4d3a;
    --pm-brand-muted: #5f796c;
    --pm-accent-gold: #84b79b;
    --pm-page-bg: #f6faf6;
    --pm-footer-bg: #edf5ef;
    --pm-footer-bottom-bg: #e3eee6;
    --pm-body-text: #355247;
}

.pm-loader-host {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: var(--pm-page-bg);
}

.pm-loader {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    border: 1px solid #d3dbd7;
    border-radius: 0.6rem;
    background: #ffffff;
    padding: 0.9rem 1rem;
    box-shadow: 0 8px 18px rgba(31, 43, 42, 0.1);
}

.pm-loader-badge {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid #aebeb8;
    background: #2e6750;
    color: #f3faf5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.pm-loader-copy {
    min-width: 0;
}

.pm-loader-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1f4d3a;
}

.pm-loader-subtitle {
    margin: 0.1rem 0 0;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #5a6c68;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 3000;
    border: 1px solid #e3c98b;
    border-radius: 0.5rem;
    background: #fffaf0;
    color: #4b3a16;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    box-shadow: 0 8px 20px rgba(31, 43, 42, 0.2);
}

#blazor-error-ui .reload {
    margin-left: 0.75rem;
    color: #245740;
    font-weight: 600;
    text-decoration: none;
}

#blazor-error-ui .reload:hover,
#blazor-error-ui .reload:focus {
    text-decoration: underline;
}

#blazor-error-ui .dismiss {
    float: right;
    cursor: pointer;
    color: #6b5730;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    margin-left: 0.75rem;
}

#blazor-error-ui .dismiss:hover,
#blazor-error-ui .dismiss:focus {
    color: #4b3a16;
}

.pm-site-shell {
    min-height: 100vh;
    width: 100%;
    background-color: var(--pm-page-bg);
    color: #1f2b2a;
}

.pm-skip-link {
    background: #fffdfa;
    color: #1f2b2a;
    z-index: 1400;
}

.pm-content {
    padding-top: calc(var(--pm-top-strip-height) + var(--pm-header-height));
}

.pm-content-not-map {
    padding-bottom: 3rem;
}

#main-content:focus {
    outline: none;
}

.pm-site-top {
    z-index: 1200;
}

.pm-top-strip {
    display: none;
}

.pm-header {
    background: var(--pm-brand-bg);
    border-bottom: 1px solid var(--pm-brand-border);
    color: var(--pm-brand-text);
}

    .pm-header .navbar {
        min-height: var(--pm-header-height);
    }

.pm-brand-badge {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    border: 1px solid #b8cfbf;
    background: #edf6ef;
    color: #23523f;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.pm-brand-kicker {
    font-size: 0.68rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #6b8478;
}

.pm-brand-title {
    font-size: 1.08rem;
    line-height: 1.2;
    font-weight: 600;
    color: #1f4d3a;
}

.pm-main-nav .nav-link {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
    border-bottom: 2px solid transparent;
    color: #2f5d48;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

    .pm-main-nav .nav-link:hover,
    .pm-main-nav .nav-link:focus {
        color: #1f4d3a;
        background-color: #eff6f0;
    }

    .pm-main-nav .nav-link.active {
        color: #1f4d3a;
        border-bottom-color: var(--pm-accent-gold);
    }

.pm-header-icon {
    width: 56px;
    color: #245740;
    border-left: 1px solid #deebe2;
}

    .pm-header-icon:hover,
    .pm-header-icon:focus {
        background-color: #eef6f0;
        color: #1f4d3a;
    }

.pm-mobile-menu .offcanvas-header {
    background: #fff;
}

.pm-mobile-menu-kicker {
    margin-bottom: 0.15rem;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #6a7e7a;
}

.pm-mobile-menu .btn-outline-secondary {
    border-color: #cad9d0;
    color: #245740;
}

    .pm-mobile-menu .btn-outline-secondary:hover,
    .pm-mobile-menu .btn-outline-secondary:focus,
    .pm-mobile-menu .btn-outline-secondary.active {
        border-color: #8eb79f;
        background-color: #eef6f0;
        color: #1f4d3a;
    }

.pm-footer {
    width: 100%;
    background: var(--pm-footer-bg);
    border-top: 1px solid #cfd6d1;
    color: #2d3f3d;
}

.pm-footer-title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #4a625f;
}

.pm-footer-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--pm-body-text);
}

.pm-footer-link {
    font-size: 0.96rem;
    font-weight: 500;
    color: #294542;
}

    .pm-footer-link:hover,
    .pm-footer-link:focus {
        color: #1d302e;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

.pm-footer-bottom {
    border-top: 1px solid #d3dad5;
    background: var(--pm-footer-bottom-bg);
    font-size: 0.9rem;
    color: #526664;
}


.pm-page {
    padding-top: 1.5rem;
}

.pm-home-page {
    padding-top: 0;
}

.pm-content-not-map > .pm-home-page {
    margin-top: -0.75rem;
}

.pm-page-header {
    max-width: none;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #d7ddd9;
}

.pm-page-section {
    margin-top: 2rem;
}

.pm-reading-section {
    max-width: none;
}

.pm-eyebrow {
    font-size: .72rem;
    letter-spacing: .14em;
    color: #5d736e;
    text-transform: uppercase;
    font-weight: 600;
}

.pm-body-text {
    font-size: 1rem;
    line-height: 1.9;
    color: #4a5856;
}

.pm-h1 {
    font-size: clamp(2rem, 2.2vw, 2.45rem);
    line-height: 1.15;
    font-weight: 700;
    color: #1f2b2a;
}

.pm-lead {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #405350;
}

.pm-card {
    border: 1px solid #dde3df;
    border-radius: 0.5rem;
    background: #fff;
}

.pm-section-tinted {
    background: #f0f4f2;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.pm-btn-primary,
.pm-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 42px;
    padding: 0.5rem 0.95rem;
    border: 1px solid transparent;
    border-radius: 0.4rem;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.pm-btn-primary:disabled,
.pm-btn-secondary:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.pm-btn-primary {
    border-color: #2e6750;
    background: #2e6750;
    color: #fff;
}

.pm-btn-primary:hover,
.pm-btn-primary:focus {
    border-color: #245740;
    background: #245740;
    color: #fff;
}

.pm-btn-secondary {
    border-color: #c9d2ce;
    background: #fff;
    color: #1f2b2a;
}

.pm-btn-secondary:hover,
.pm-btn-secondary:focus {
    border-color: #aebbb5;
    background: #f3f7f5;
    color: #1f2b2a;
}

.pm-link {
    color: #245740;
    font-weight: 600;
    text-decoration: none;
}

.pm-link:hover,
.pm-link:focus {
    color: #1f4d3a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pm-full-bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}

.pm-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid #d3dad6;
}

.pm-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 43, 42, 0.08) 0%, rgba(31, 43, 42, 0.22) 100%);
}

.pm-hero-inner {
    min-height: 62vh;
}

.pm-hero-card {
    max-width: 600px;
    border: 1px solid rgba(201, 210, 206, 0.85);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    box-shadow: 0 10px 28px rgba(31, 43, 42, 0.18);
}

.pm-home-hero-title {
    font-size: clamp(1.65rem, 2.4vw, 2rem);
    line-height: 1.15;
    color: #1f2b2a;
}

.pm-home-hero-subtitle {
    max-width: 54ch;
    color: #355247;
    font-size: 1rem;
    line-height: 1.6;
}

.pm-home-quick-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    border: 1px solid #d7dfdb;
    border-radius: 0.55rem;
    background: #f3f7f5;
    padding: 0.9rem;
}

.pm-home-quick-item {
    border: 1px solid #dce4e0;
    border-radius: 0.45rem;
    background: #fff;
    padding: 0.7rem 0.8rem;
}

.pm-home-quick-title {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #56706a;
}

.pm-home-quick-value {
    margin: 0.35rem 0 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #223736;
}

.pm-home-intro {
    border: 1px solid #d7dfdb;
    border-radius: 0.55rem;
    background: #f8faf9;
    padding: clamp(1rem, 2vw, 1.4rem);
}

.pm-home-intro-image {
    position: relative;
    border: 1px solid #d4ddd8;
    border-radius: 0.55rem;
    overflow: hidden;
    background: #eef3f0;
}

.pm-home-intro-image img {
    width: 100%;
    height: clamp(220px, 34vw, 340px);
    display: block;
    object-fit: cover;
}

.pm-home-slider-controls {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    pointer-events: none;
}

.pm-home-slider-btn {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(222, 232, 227, 0.9);
    border-radius: 0.3rem;
    background: rgba(31, 43, 42, 0.56);
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.pm-home-slider-btn:hover,
.pm-home-slider-btn:focus {
    background: rgba(31, 43, 42, 0.74);
}

.pm-home-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.pm-home-slider-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: #b8c6c0;
}

.pm-home-slider-dot.is-active {
    width: 20px;
    border-radius: 999px;
    background: #2e6750;
}

.pm-home-help-section {
    border-top: 1px solid #d7ddda;
    border-bottom: 1px solid #d7ddda;
    background: #eef1ef;
}

.pm-home-help-title {
    font-size: clamp(1.55rem, 2vw, 1.95rem);
    color: #1f4d3a;
}

.pm-home-help-divider {
    height: 2px;
    width: 180px;
    background: #c9a459;
}

.pm-help-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #d0d8d4;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #243230;
    padding: 1.4rem 1.25rem;
    box-shadow: 0 6px 16px rgba(31, 43, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.pm-help-card::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 24px;
    height: 24px;
    border-right: 6px solid #f26a0a;
    border-bottom: 6px solid #f26a0a;
    opacity: 0;
    transform: translateY(3px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.pm-help-card:hover,
.pm-help-card:focus {
    transform: translateY(-2px);
    border-color: #bac7c1;
    background: #f8fbf9;
    box-shadow: 0 10px 24px rgba(31, 43, 42, 0.12);
}

.pm-help-card:hover::after,
.pm-help-card:focus::after {
    opacity: 1;
    transform: translateY(0);
}

.pm-help-icon {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: #f2f6f4;
    color: #2e6750;
}

.pm-home-help-card-title {
    font-size: 1.1rem;
    color: #27302f;
    border-color: #e1e6e3 !important;
}

.pm-home-info-title {
    font-size: 1.25rem;
    color: #27302f;
    border-color: #e1e6e3 !important;
}

.pm-home-info-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.pm-home-info-row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.pm-home-hours-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.55rem;
    border: 1px solid #e2e8e5;
    border-radius: 0.4rem;
    background: #f8fbf9;
}

.pm-home-hours-row:last-child {
    border-bottom: 1px solid #e2e8e5;
}

.pm-home-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    flex: 0 0 1.75rem;
    border-radius: 999px;
    border: 1px solid #dfe6e2;
    background: #f5f8f6;
    color: #2e6750;
}

.pm-home-info-text {
    line-height: 1.6;
    color: #314644;
}

.pm-about-gallery-item {
    overflow: hidden;
    border: 1px solid #d3dbd7;
    border-radius: 0.35rem;
    background: #f6f9f7;
}

.pm-about-gallery-item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pm-about-feature {
    overflow: hidden;
    border: 1px solid #d0d8d4;
    border-radius: 0.5rem;
    background: #f4f7f5;
}

.pm-about-feature img {
    display: block;
    width: 100%;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
}

.pm-about-banner {
    height: 280px;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #d8deda;
}

.pm-about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pm-about-portrait {
    overflow: hidden;
    border-radius: 0.4rem;
    border: 1px solid #d3dbd7;
    background: #f4f7f5;
}

.pm-about-portrait img {
    display: block;
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.pm-find-results > article {
    border-bottom: 1px solid #e1e7e4;
}

.pm-find-results > article:last-child {
    border-bottom: none;
}

.pm-find-toolbar .form-control-sm {
    min-height: 36px;
}

.pm-find-search-shell {
    border: 1px solid #cfdad5;
    border-radius: 0.6rem;
    background: #edf3f0;
    padding: 0.75rem;
}

.pm-find-field-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
    color: #2f3d3c;
}

.pm-find-input.form-control-sm {
    min-height: 42px;
    border-color: #ccd8d3;
    border-radius: 0.35rem;
    background: #ffffff;
    font-size: 0.98rem;
}

.pm-find-input.form-control-sm:focus {
    border-color: #8ea7a1;
    box-shadow: 0 0 0 0.16rem rgba(38, 64, 61, 0.14);
}

.pm-find-results-header {
    border-color: #d8dfdb !important;
}

.pm-find-result-row {
    border-radius: 0.4rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    transition: background-color 0.18s ease;
}

.pm-find-result-row:hover {
    background: #f4f8f6;
}

.pm-find-result-row .btn-outline-secondary {
    border-color: #cad4cf;
    color: #245740;
}

.pm-find-result-row .btn-outline-secondary:hover,
.pm-find-result-row .btn-outline-secondary:focus {
    background: #edf3f0;
    border-color: #aebdb7;
    color: #1f4d3a;
}

.pm-btn-sm {
    min-height: 42px;
    padding: 0.4rem 0.75rem;
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .pm-find-toolbar .pm-btn-sm {
        flex: 1 1 auto;
    }

    .pm-home-quick-strip {
        grid-template-columns: 1fr;
    }

    .pm-page-section {
        margin-top: 1.35rem;
    }

    .pm-home-help-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}


.pm-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    border-bottom: 1px solid #e8eeeb;
    padding: 0.65rem 0;
}

.pm-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 1.8rem;
    border: 1px solid #d8e0dc;
    border-radius: 999px;
    background: #eef4f1;
    color: #2e6750;
}

.pm-contact-text {
    color: #334a47;
    line-height: 1.55;
}

.pm-contact-directions {
    max-width: none;
}

.pm-record-card {
    border-color: #d4ddd8;
    background: #fff;
}

.pm-record-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.pm-record-summary-item {
    border: 1px solid #dee6e2;
    border-radius: 0.4rem;
    background: #f7faf8;
    padding: 0.65rem 0.75rem;
}

.pm-record-detail-list {
    border-top: 1px solid #e4ebe7;
}

.pm-record-detail-row {
    display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e6edea;
}

.pm-record-label {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #5a716d;
}

.pm-record-value {
    color: #273d3a;
}

.pm-record-dates > div {
    border: 1px solid #e1e8e4;
    border-radius: 0.4rem;
    background: #f8fbf9;
    padding: 0.75rem;
}

.pm-record-actions {
    border-color: #d8e1dc;
    background: #f8fbf9;
}

@media (max-width: 991.98px) {
    .pm-record-summary-grid {
        grid-template-columns: 1fr;
    }

    .pm-record-detail-row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

/* Laserfiche-style pass (non-map pages) */
.pm-site-shell {
    background: #f8fbf8;
}

.pm-content {
    padding-top: var(--pm-header-height);
}

.pm-header {
    background: #ffffff;
    border-bottom: 1px solid #dce8df;
    box-shadow: 0 2px 10px rgba(18, 45, 33, 0.05);
}

.pm-header .navbar {
    min-height: var(--pm-header-height);
}

.pm-main-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    padding: 0 0.85rem;
}

.pm-main-nav .nav-link.active {
    border-bottom-width: 3px;
}

.pm-header-icon {
    width: 54px;
}

.pm-content-not-map {
    background: #f8fbf8;
    padding-bottom: 3.5rem;
}

.pm-content-not-map .pm-page {
    padding-top: 2rem;
}

.pm-content-not-map .pm-page-header {
    border-bottom: 1px solid #deebe2;
    padding-bottom: 1.35rem;
}

.pm-content-not-map .pm-h1 {
    font-size: clamp(1.75rem, 2.1vw, 2.35rem);
    font-weight: 700;
    line-height: 1.14;
    color: #153b2e;
}

.pm-content-not-map .pm-lead {
    color: #36584a;
    max-width: 72ch;
}

.pm-content-not-map .pm-card {
    border: 1px solid #d9e6dd;
    border-radius: 0.65rem;
    box-shadow: 0 6px 18px rgba(18, 45, 33, 0.05);
}

.pm-content-not-map .pm-page-section {
    margin-top: 1.8rem;
}

.pm-content-not-map .pm-btn-primary,
.pm-content-not-map .pm-btn-secondary {
    min-height: 44px;
    border-radius: 0.5rem;
    font-size: 0.94rem;
    font-weight: 600;
}

.pm-content-not-map .pm-btn-primary {
    background: #2f7a56;
    border-color: #2f7a56;
}

.pm-content-not-map .pm-btn-primary:hover,
.pm-content-not-map .pm-btn-primary:focus {
    background: #276647;
    border-color: #276647;
}

.pm-content-not-map .pm-btn-secondary {
    background: #ffffff;
    border-color: #cfe0d5;
    color: #1f4d3a;
}

.pm-content-not-map .pm-btn-secondary:hover,
.pm-content-not-map .pm-btn-secondary:focus {
    background: #f2f8f3;
    border-color: #b9d0c1;
    color: #173e2f;
}

.pm-content-not-map .pm-link {
    color: #1f5a3f;
}

.pm-content-not-map .pm-link:hover,
.pm-content-not-map .pm-link:focus {
    color: #173e2f;
}

.pm-content-not-map .pm-hero {
    border-bottom-color: #dce8df;
}

.pm-content-not-map .pm-hero-overlay {
    background: linear-gradient(180deg, rgba(16, 43, 33, 0.03) 0%, rgba(16, 43, 33, 0.11) 100%);
}

.pm-content-not-map .pm-hero-card {
    max-width: 640px;
    border: 1px solid rgba(207, 224, 213, 0.92);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(15, 40, 30, 0.12);
}

.pm-content-not-map .pm-home-help-section {
    background: #eef6f0;
    border-top-color: #dce8df;
    border-bottom-color: #dce8df;
}

.pm-content-not-map .pm-help-card {
    border: 1px solid #d6e4da;
    border-radius: 0.7rem;
    box-shadow: 0 8px 18px rgba(18, 45, 33, 0.07);
}

.pm-content-not-map .pm-help-card:hover,
.pm-content-not-map .pm-help-card:focus {
    border-color: #bfd6c7;
    box-shadow: 0 12px 24px rgba(18, 45, 33, 0.11);
}

.pm-content-not-map .pm-find-search-shell {
    border: 1px solid #d4e3d9;
    border-radius: 0.75rem;
    background: #eef6f0;
    padding: 0.95rem;
}

.pm-content-not-map .pm-find-input.form-control-sm {
    min-height: 44px;
    border-color: #c8d9ce;
}

.pm-content-not-map .pm-find-results {
    border: 1px solid #d8e5dc;
    border-radius: 0.7rem;
    background: #ffffff;
    padding: 0.25rem 0.65rem;
}

.pm-content-not-map .pm-find-results > article {
    border-bottom-color: #e1ebe4;
}

.pm-content-not-map .pm-record-summary-item {
    border-color: #d9e6dd;
    background: #f4f9f5;
}

.pm-content-not-map .pm-record-dates > div {
    border-color: #dce8df;
    background: #f5faf6;
}

.pm-footer {
    background: #eff6f0;
    border-top-color: #d6e4da;
}

.pm-footer-bottom {
    background: #e6f0e8;
    border-top-color: #d3e1d7;
}

/* Exact Laserfiche-style override */
:root {
    --pm-header-height: 86px;
    --pm-header-offset: 86px;
}

.pm-site-shell {
    background: #f6f6f6;
}

.pm-content {
    padding-top: var(--pm-header-height);
}

.pm-header {
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: none;
}

.pm-header .navbar {
    min-height: var(--pm-header-height);
}

.pm-brand-badge {
    width: 58px;
    height: 58px;
    border: 1px solid #9ec2ae;
    background: #e7f1ea;
    color: #1e5b41;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.pm-brand-kicker {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #688479;
}

.pm-brand-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0f4f37;
    line-height: 1;
}

.pm-main-nav .nav-link {
    color: #0b4c75;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 0 1rem;
    border-bottom: 0;
}

.pm-main-nav .nav-link:hover,
.pm-main-nav .nav-link:focus {
    color: #083f62;
    background: transparent;
}

.pm-main-nav .nav-link.active {
    color: #083f62;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 13px;
    border-bottom: 0;
}

.pm-header-actions {
    gap: 0;
}

.pm-header-icon {
    width: 46px;
    height: 46px;
    color: #0b4c75;
    border: 0;
}

.pm-header-icon:hover,
.pm-header-icon:focus {
    color: #083f62;
    background: #f6f9fb;
}

.pm-header-login {
    gap: 0.45rem;
    color: #0b4c75;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0.65rem;
    height: 46px;
}

.pm-header-login:hover,
.pm-header-login:focus {
    color: #083f62;
}

.pm-header-cta {
    height: 46px;
    padding: 0 1.1rem;
    border-radius: 0.5rem;
    background: #f26a0a;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0.5rem;
}

.pm-header-cta:hover,
.pm-header-cta:focus {
    color: #ffffff;
    background: #df5d05;
}

.pm-content-not-map {
    background: #f4f6f5;
}

.pm-content-not-map .pm-page {
    padding-top: 2rem;
}

.pm-content-not-map .pm-page-header {
    border-bottom: 1px solid #dfe7e2;
}

.pm-content-not-map .pm-h1 {
    font-size: clamp(2rem, 2.25vw, 2.9rem);
    font-weight: 700;
    color: #153629;
}

.pm-hero {
    border-top: 1px solid #dfe4e1;
    border-bottom: 1px solid #d6ddd9;
}

.pm-hero-overlay {
    background: linear-gradient(90deg, rgba(6, 47, 74, 0.72) 0%, rgba(6, 47, 74, 0.26) 42%, rgba(6, 47, 74, 0.06) 70%);
}

.pm-hero-inner {
    min-height: 62vh;
}

.pm-lf-hero-copy {
    max-width: 640px;
    color: #ffffff;
}

.pm-lf-hero-copy .pm-eyebrow {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

.pm-home-hero-title {
    font-size: clamp(2.4rem, 4.1vw, 4.4rem);
    line-height: 1.02;
    color: #ffffff;
    font-weight: 700;
}

.pm-home-hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.45rem;
    max-width: 46ch;
}

.pm-lf-hero-copy .pm-btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    color: #123f2f;
}

.pm-lf-hero-copy .pm-btn-secondary:hover,
.pm-lf-hero-copy .pm-btn-secondary:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #123f2f;
}

.pm-home-quick-strip {
    border-radius: 0.5rem;
    border-color: #d6ded9;
    background: #e7ece9;
}

.pm-home-quick-item {
    border-color: #cfd8d3;
}

.pm-content-not-map .pm-card {
    box-shadow: none;
    border-color: #d8e1dc;
}

.pm-footer {
    background: #f0f3f1;
}

.pm-footer-bottom {
    background: #e7ece9;
}

@media (max-width: 1399.98px) {
    .pm-brand-title {
        font-size: 1.7rem;
    }

    .pm-main-nav .nav-link {
        font-size: 0.9rem;
        padding: 0 0.7rem;
    }
}

@media (max-width: 1199.98px) {
    :root {
        --pm-header-height: 74px;
        --pm-header-offset: 74px;
    }

    .pm-brand-title {
        font-size: 1.4rem;
    }

    .pm-brand-kicker {
        font-size: 0.72rem;
    }

    .pm-home-hero-title {
        font-size: clamp(2rem, 7vw, 3rem);
    }

    .pm-home-hero-subtitle {
        font-size: 1.2rem;
    }
}

/* Typography + home hero corrections */
html,
body,
.pm-site-shell {
    font-family: "Vazirmatn", "Roboto Flex", "Noto Sans", sans-serif !important;
}

body {
    font-size: 16px;
    line-height: 1.55;
    color: #1a3f31;
}

.pm-content-not-map .pm-page {
    padding-top: 2rem;
}

.pm-content-not-map .pm-home-page {
    padding-top: 0;
}

.pm-content-not-map > .pm-home-page {
    margin-top: 0;
}

.pm-home-hero-title {
    font-size: clamp(2.15rem, 3.6vw, 3.55rem);
    letter-spacing: -0.01em;
}

.pm-home-hero-subtitle {
    font-size: 1.16rem;
    line-height: 1.55;
    max-width: 44ch;
}

.pm-page .h3,
.pm-page h2.h3 {
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.2;
    color: #153629;
}

.pm-home-help-card-title {
    font-size: 1.22rem;
    line-height: 1.25;
}

.pm-body-text {
    font-size: 1.02rem;
    line-height: 1.72;
}

.pm-home-quick-title {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
}

.pm-home-quick-value {
    font-size: 1.28rem;
    line-height: 1.25;
}

/* Home section spacing refinements */
.pm-home-help-section .row {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.pm-home-info-card {
    padding: 1.5rem !important;
}

@media (min-width: 768px) {
    .pm-home-info-card {
        padding: 2rem !important;
    }
}

/* Footer tone + typography refinement */
.pm-footer {
    background: #dde7e0;
    border-top-color: #c4d3c9;
}

.pm-footer-title {
    font-size: 0.84rem;
    letter-spacing: 0.1em;
    color: #2f4e3f;
}

.pm-footer-text,
.pm-footer-link {
    font-size: 1rem;
    color: #243f33;
}

.pm-footer-bottom {
    background: #d0ddd4;
    border-top-color: #bbccc1;
    color: #2a4739;
}

@media (max-width: 1199.98px) {
    .pm-content-not-map .pm-page {
        padding-top: 1.4rem;
    }

    .pm-content-not-map .pm-home-page {
        padding-top: 0;
    }
}
