:root {
    --reports-ink: #101b2b;
    --reports-copy: #4d5b6b;
    --reports-muted: #728093;
    --reports-navy: #102542;
    --reports-navy-deep: #071321;
    --reports-gold: #c8a44d;
    --reports-gold-light: #e8d294;
    --reports-paper: #f7f3e9;
    --reports-white: #ffffff;
    --reports-border: rgba(16, 37, 66, 0.12);
    --reports-shadow: 0 24px 54px rgba(8, 23, 43, 0.13);
}

body.operational-reports-page {
    background:
        radial-gradient(circle at 5% 8%, rgba(200, 164, 77, 0.15), transparent 25rem),
        linear-gradient(180deg, #edf1f4 0%, #f7f8fa 52%, #eef1f4 100%);
    color: var(--reports-ink);
    min-height: 100vh;
}

.operational-reports-page a {
    color: inherit;
    text-decoration: none;
}

.reports-shell {
    margin: 0 auto;
    max-width: 1380px;
    padding: 1.5rem 1.5rem 5rem;
}

.report-hero {
    background: var(--reports-navy-deep);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    box-shadow: 0 34px 76px rgba(7, 19, 33, 0.28);
    color: var(--reports-white);
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.report-hero::after {
    background: linear-gradient(90deg, transparent, rgba(232, 210, 148, 0.9), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 8%;
    position: absolute;
    right: 8%;
}

.report-hero__copy {
    align-content: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(200, 164, 77, 0.2), transparent 22rem),
        linear-gradient(140deg, #0b1728 0%, #102542 66%, #0a1a2e 100%);
    display: grid;
    padding: clamp(2.3rem, 5vw, 5.3rem);
    position: relative;
    z-index: 2;
}

.report-hero__copy::before {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    content: "";
    height: 25rem;
    left: -16rem;
    position: absolute;
    top: -9rem;
    width: 25rem;
}

.report-kicker,
.section-kicker,
.report-type,
.standards-label {
    align-items: center;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.report-kicker {
    color: var(--reports-gold-light);
    margin-bottom: 1.4rem;
}

.report-kicker::before,
.section-kicker::before,
.standards-label::before {
    background: currentColor;
    content: "";
    height: 1px;
    width: 2rem;
}

.report-hero h1 {
    color: #fff;
    font-size: clamp(3.3rem, 7vw, 7.5rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.87;
    margin: 0;
    max-width: 7.5ch;
}

.report-hero__deck {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    line-height: 1.45;
    margin: 1.8rem 0 0;
    max-width: 32rem;
}

.report-hero__intro {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.03rem;
    line-height: 1.75;
    margin: 1.3rem 0 0;
    max-width: 37rem;
}

.report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.report-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 0.65rem;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.85rem 1.4rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.report-button:hover,
.report-button:focus-visible {
    transform: translateY(-2px);
}

.report-button--gold {
    background: var(--reports-gold-light);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
    color: #10151d;
}

.report-button--ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.17);
    color: #fff;
}

.report-button--navy {
    background: var(--reports-navy-deep);
    box-shadow: 0 12px 24px rgba(8, 23, 43, 0.18);
    color: var(--reports-gold-light) !important;
}

.report-button--outline {
    border-color: var(--reports-border);
    color: var(--reports-navy);
}

.report-button--outline:hover,
.report-button--outline:focus-visible {
    background: rgba(16, 37, 66, 0.06);
}

.report-hero__visual {
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.report-hero__visual::after {
    background:
        linear-gradient(90deg, rgba(7, 19, 33, 0.42), transparent 42%),
        linear-gradient(0deg, rgba(7, 19, 33, 0.96), transparent 56%);
    content: "";
    inset: 0;
    position: absolute;
}

.report-hero__visual img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hero-dateline {
    bottom: clamp(1.5rem, 4vw, 3rem);
    color: #fff;
    left: clamp(1.5rem, 4vw, 3rem);
    max-width: 30rem;
    position: absolute;
    right: clamp(1.5rem, 4vw, 3rem);
    z-index: 1;
}

.hero-dateline__label {
    color: var(--reports-gold-light);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.hero-dateline strong {
    display: block;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1.25;
}

.hero-dateline small {
    color: rgba(255, 255, 255, 0.66);
    display: block;
    line-height: 1.5;
    margin-top: 0.65rem;
}

.report-stripe {
    background: var(--reports-white);
    border: 1px solid var(--reports-border);
    border-radius: 1.35rem;
    box-shadow: 0 16px 36px rgba(8, 23, 43, 0.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: -1.2rem auto 0;
    max-width: calc(100% - 5rem);
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.report-stripe__item {
    align-items: flex-start;
    display: flex;
    gap: 0.9rem;
    padding: 1.35rem 1.5rem;
}

.report-stripe__item + .report-stripe__item {
    border-left: 1px solid var(--reports-border);
}

.report-stripe__item i {
    color: #8f6b1f;
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.report-stripe__item strong {
    display: block;
    font-size: 1rem;
}

.report-stripe__item span {
    color: var(--reports-muted);
    display: block;
    font-size: 0.87rem;
    line-height: 1.45;
    margin-top: 0.25rem;
}

.reports-section {
    margin-top: clamp(4rem, 8vw, 7rem);
}

.section-heading-row {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.section-kicker,
.standards-label {
    color: #8a681e;
    margin-bottom: 1rem;
}

.section-heading-row h2,
.standards-copy h2,
.media-desk h2 {
    color: var(--reports-ink);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.02;
    margin: 0;
}

.section-heading-row p {
    color: var(--reports-copy);
    line-height: 1.7;
    margin: 0;
    max-width: 35rem;
}

.types-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.type-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--reports-border);
    border-radius: 1.4rem;
    min-height: 18rem;
    padding: 2rem;
    position: relative;
}

.type-card__number {
    color: rgba(16, 37, 66, 0.14);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
}

.type-card i {
    align-items: center;
    background: rgba(200, 164, 77, 0.14);
    border-radius: 1rem;
    color: #8a681e;
    display: inline-flex;
    font-size: 1.25rem;
    height: 3.1rem;
    justify-content: center;
    width: 3.1rem;
}

.type-card h3 {
    font-size: 1.42rem;
    margin: 2rem 0 0.75rem;
}

.type-card p {
    color: var(--reports-copy);
    line-height: 1.65;
    margin: 0;
}

.archive-panel {
    background: var(--reports-paper);
    border: 1px solid rgba(143, 107, 31, 0.18);
    border-radius: 2rem;
    padding: clamp(1.4rem, 4vw, 3.5rem);
}

.featured-report {
    background: var(--reports-white);
    border: 1px solid var(--reports-border);
    border-radius: 1.5rem;
    box-shadow: var(--reports-shadow);
    display: grid;
    grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
    overflow: hidden;
}

.featured-report + .featured-report {
    margin-top: 1.25rem;
}

.featured-report__media {
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.featured-report__media::after {
    background: linear-gradient(0deg, rgba(7, 19, 33, 0.42), transparent 48%);
    content: "";
    inset: 0;
    position: absolute;
}

.featured-report__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.featured-report__body {
    align-content: center;
    display: grid;
    padding: clamp(2rem, 5vw, 4.5rem);
}

.report-type {
    color: #8a681e;
    margin-bottom: 1rem;
}

.featured-report h3 {
    font-size: clamp(2rem, 3.2vw, 3.3rem);
    letter-spacing: -0.025em;
    line-height: 1.08;
    margin: 0;
}

.featured-report p {
    color: var(--reports-copy);
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 1.25rem 0 0;
}

.featured-report__meta {
    color: var(--reports-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.88rem;
    gap: 0.7rem 1.2rem;
    margin-top: 1.4rem;
}

.featured-report__meta span {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
}

.featured-report .report-actions {
    margin-top: 1.6rem;
}

.standards-panel {
    background: var(--reports-navy-deep);
    border-radius: 2rem;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    overflow: hidden;
}

.standards-visual {
    background: #dfe5eb;
    min-height: 570px;
    overflow: hidden;
    position: relative;
}

.standards-visual img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.standards-visual__caption {
    background: rgba(7, 19, 33, 0.92);
    bottom: 1.3rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    left: 1.3rem;
    line-height: 1.5;
    padding: 0.9rem 1rem;
    position: absolute;
    right: 1.3rem;
}

.standards-copy {
    align-content: center;
    display: grid;
    padding: clamp(2.3rem, 5vw, 5rem);
}

.standards-copy h2 {
    color: #fff;
}

.standards-copy > p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    margin: 1.25rem 0 0;
}

.standards-list {
    display: grid;
    gap: 1rem;
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}

.standards-list li {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    gap: 0.8rem;
    line-height: 1.55;
}

.standards-list i {
    color: var(--reports-gold-light);
    margin-top: 0.25rem;
}

.privacy-note {
    border-left: 2px solid var(--reports-gold);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-top: 1.8rem;
    padding-left: 1rem;
}

.media-desk {
    align-items: center;
    background: var(--reports-white);
    border: 1px solid var(--reports-border);
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(8, 23, 43, 0.08);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: clamp(2rem, 4vw, 3.5rem);
}

.media-desk h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.media-desk p {
    color: var(--reports-copy);
    line-height: 1.65;
    margin: 0.8rem 0 0;
    max-width: 46rem;
}

.media-desk__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.report-button:focus-visible,
.type-card a:focus-visible {
    outline: 3px solid var(--reports-gold-light);
    outline-offset: 3px;
}

@media (max-width: 1099.98px) {
    .report-hero {
        grid-template-columns: 1fr;
    }

    .report-hero__visual {
        min-height: 470px;
    }

    .report-stripe {
        max-width: calc(100% - 2rem);
    }

    .types-grid {
        grid-template-columns: 1fr;
    }

    .type-card {
        min-height: 0;
    }

    .featured-report,
    .standards-panel {
        grid-template-columns: 1fr;
    }

    .featured-report__media {
        min-height: 390px;
    }

    .standards-visual {
        min-height: 480px;
    }
}

@media (max-width: 767.98px) {
    .reports-shell {
        padding: 0.75rem 0.8rem 3.5rem;
    }

    .report-hero {
        border-radius: 1.3rem;
        min-height: 0;
    }

    .report-hero__copy {
        padding: 2rem 1.4rem 2.3rem;
    }

    .report-hero h1 {
        font-size: clamp(3.1rem, 16vw, 5.2rem);
    }

    .report-hero__visual {
        min-height: 390px;
    }

    .report-stripe {
        grid-template-columns: 1fr;
        margin-top: 0.8rem;
        max-width: 100%;
    }

    .report-stripe__item + .report-stripe__item {
        border-left: 0;
        border-top: 1px solid var(--reports-border);
    }

    .section-heading-row,
    .media-desk {
        align-items: flex-start;
        flex-direction: column;
    }

    .archive-panel {
        border-radius: 1.3rem;
    }

    .featured-report__media,
    .standards-visual {
        min-height: 320px;
    }

    .featured-report__body,
    .standards-copy {
        padding: 1.7rem;
    }

    .media-desk__actions,
    .report-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .report-button {
        transition: none;
    }
}
