.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--teal, #0F6C74);
    z-index: 1001;
    transition: width 0.1s linear;
}

.breadcrumb {
    max-width: 960px;
    margin: 0 auto;
    padding: 16px 40px;
    font-size: 13px;
    color: var(--slate, #2F3A45);
}

.breadcrumb a {
    color: var(--teal, #0F6C74);
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
    color: var(--navy, #0B1F3B);
    outline: none;
}

.article-meta {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: var(--slate, #2F3A45);
}

.page-cta,
.article-cta {
    margin-top: 3rem;
    padding: 48px 40px;
    text-align: center;
    background: var(--navy, #0B1F3B);
}

.page-cta h3,
.article-cta h3 {
    color: var(--ivory, #F6F4EF);
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

.page-cta p,
.article-cta p {
    color: var(--seafoam, #A7DADC);
    margin-bottom: 1.5rem;
}

.page-cta .cta-btn,
.article-cta .cta-btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: var(--navy, #0B1F3B);
    background: var(--brass, #B08D57);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.page-cta .cta-btn:hover,
.page-cta .cta-btn:focus-visible,
.article-cta .cta-btn:hover,
.article-cta .cta-btn:focus-visible {
    color: var(--navy, #0B1F3B);
    background: #c9a76c;
    outline: none;
}

.site-meta-strip {
    background: var(--deep-navy, var(--navy, #0B1F3B));
    border-bottom: 1px solid rgba(167, 218, 220, 0.05);
}

.site-meta-strip__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 8px 7vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    color: rgba(167, 218, 220, 0.4);
}

.site-meta-strip__path {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.site-meta-strip__inner a {
    color: rgba(167, 218, 220, 0.4);
    text-decoration: none;
}

.site-meta-strip__inner a:hover,
.site-meta-strip__inner a:focus-visible {
    color: var(--seafoam, #A7DADC);
    outline: none;
}

.site-meta-strip__sep {
    opacity: 0.7;
}

.site-meta-strip__right {
    text-align: right;
}

.site-story-intro {
    padding: 18px 20px;
    background: var(--white, #FFFFFF);
    border-bottom: 1px solid var(--bdr, rgba(15, 108, 116, 0.12));
}

.site-story-intro__inner {
    max-width: 720px;
    margin: 0 auto;
    font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
    font-size: 15.5px;
    line-height: 1.65;
    text-align: center;
    color: var(--slate, #2F3A45);
}

.site-link-band {
    padding: 16px 20px;
    background: var(--bf, rgba(15, 108, 116, 0.05));
    border-bottom: 1px solid var(--bdr, rgba(15, 108, 116, 0.12));
}

.site-link-band__label {
    margin-bottom: 10px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--teal, #0F6C74);
}

.site-link-band__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 13px;
    line-height: 1.5;
}

.site-link-band__links a {
    color: var(--teal, #0F6C74);
    text-decoration: none;
}

.site-link-band__links a:hover,
.site-link-band__links a:focus-visible {
    color: var(--navy, #0B1F3B);
    outline: none;
}

.site-link-band__more {
    margin-top: 12px;
    max-width: 62ch;
    font-size: 13px;
    line-height: 1.55;
    color: var(--muted, #6a7886);
}

.site-title-enter {
    animation: fu 0.6s ease forwards;
}

.site-hidden {
    display: none !important;
}

.site-icon-dim {
    opacity: 0.35;
}

.accent-brass {
    color: var(--brass, #B08D57);
}

.heading-flush {
    margin-top: 0 !important;
}

.site-hero-compact {
    min-height: auto !important;
}

.site-section-title {
    margin-bottom: 1.25rem;
    font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
    font-size: 1.2rem;
    color: var(--ink, var(--navy, #0B1F3B));
}

.site-section-note {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--text-secondary, rgba(47, 58, 69, 0.88));
    border-top: 1px solid var(--border-subtle, rgba(15, 108, 116, 0.12));
}

.site-section-note--tight {
    margin-top: 1rem;
    font-size: 0.76rem;
    color: var(--text-muted, rgba(47, 58, 69, 0.7));
}

.site-stack-lg {
    margin-top: 2.5rem;
}

.site-stack-md {
    margin-top: 2rem;
}

.site-scroll-panel {
    overflow-x: auto;
}

.site-grid-wide {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.mini-fill--68 {
    width: 68%;
}

.mini-fill--32 {
    width: 32%;
}

.key-stat-compact {
    font-size: 2rem !important;
}

.key-stat-compact--relaxed {
    line-height: 1.3 !important;
}

.site-inline-button {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 1.5rem;
    background: var(--teal, #0F6C74);
    color: var(--ivory, #F6F4EF);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

.site-inline-button:hover,
.site-inline-button:focus-visible {
    background: rgba(167, 218, 220, 0.18);
    color: var(--ivory, #F6F4EF);
    outline: none;
}

.site-cta-signoff .amp {
    color: var(--brass-light, var(--brass, #B08D57));
    font-weight: 600;
}

.site-sources {
    padding-top: 60px;
    padding-bottom: 40px;
}

.site-sources__inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 7vw;
}

.site-sources__title {
    margin-bottom: 1.5rem;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}

.site-sources__copy {
    font-size: 0.82rem;
    line-height: 1.8;
    color: var(--text-on-dark, rgba(246, 244, 239, 0.74));
}

.site-sources__copy p {
    margin-bottom: 0.6rem;
}

.site-dark-block {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(167, 218, 220, 0.08);
}

.site-dark-block__title {
    margin-bottom: 1rem;
    font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--ivory, #F6F4EF);
}

.site-dark-item {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    color: inherit;
}

.site-dark-item strong {
    color: var(--ivory, #F6F4EF);
}

.site-dark-item--reported {
    border-left: 2px solid var(--seafoam, #A7DADC);
}

.site-dark-item--estimated {
    border-left: 2px solid var(--brass, #B08D57);
}

.site-dark-item--question {
    border-left: 2px dashed rgba(167, 218, 220, 0.2);
}

.article-related {
    padding: 48px 40px;
    background: var(--ivory, #F6F4EF);
}

.article-related__inner {
    max-width: 720px;
    margin: 0 auto;
}

.article-related__title {
    margin-bottom: 1.5rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.5rem;
    color: var(--navy, #0B1F3B);
}

.article-related__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.article-related__item {
    display: block;
    padding: 16px 20px;
    background: var(--white, #ffffff);
    border: 1px solid rgba(15, 108, 116, 0.1);
    border-left: 3px solid var(--teal, #0F6C74);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.article-related__item:hover,
.article-related__item:focus-visible {
    color: inherit;
    border-color: rgba(15, 108, 116, 0.2);
    box-shadow: 0 8px 20px rgba(11, 31, 59, 0.04);
    transform: translateY(-1px);
    outline: none;
}

.article-related__headline {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--navy, #0B1F3B);
}

.article-related__summary {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: var(--slate, #2F3A45);
}

.engagement-timeline {
    margin: 2rem 0;
    padding: 32px;
    background: var(--white, #ffffff);
    border-top: 3px solid var(--teal, #0F6C74);
}

.engagement-timeline__phases {
    display: flex;
    gap: 0;
    margin-bottom: 16px;
}

.engagement-timeline__phase {
    padding: 12px 16px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.engagement-timeline__phase--discovery {
    flex: 1;
    background: var(--teal, #0F6C74);
    color: var(--white, #ffffff);
}

.engagement-timeline__phase--analysis {
    flex: 3;
    background: var(--navy, #0B1F3B);
    color: var(--white, #ffffff);
}

.engagement-timeline__phase--handoff {
    flex: 2;
    background: var(--brass, #B08D57);
    color: var(--navy, #0B1F3B);
}

.engagement-timeline__duration {
    display: block;
    font-size: 11px;
}

.engagement-timeline__phase--discovery .engagement-timeline__duration,
.engagement-timeline__phase--analysis .engagement-timeline__duration {
    color: var(--seafoam, #A7DADC);
}

.engagement-timeline__phase--handoff .engagement-timeline__duration {
    color: var(--slate, #2F3A45);
}

.engagement-timeline__markers {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    color: var(--slate, #2F3A45);
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 16px 24px;
    }

    .page-cta,
    .article-cta {
        padding: 36px 24px;
    }

    .article-related {
        padding: 36px 24px;
    }

    .engagement-timeline {
        padding: 24px;
    }

    .engagement-timeline__phases {
        flex-direction: column;
    }

    .engagement-timeline__markers {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .site-meta-strip__inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 24px;
    }

    .site-meta-strip__right {
        text-align: left;
    }
}

/* Skip link — pages that load site-page.css but not index.css */
.skip-link {
    position: absolute;
    left: 16px;
    top: -48px;
    background: var(--navy, #0B1F3B);
    color: var(--ivory, #F6F4EF);
    padding: 10px 14px;
    font-size: 14px;
    font-family: "DM Sans", system-ui, sans-serif;
    z-index: 10000;
    transition: top 0.2s ease;
    border: none;
}

.skip-link:focus {
    top: 16px;
    outline: 2px solid var(--teal, #0F6C74);
    outline-offset: 2px;
}
