.press-main {
    width: min(1180px, calc(100% - 44px));
}

.press-hero,
.press-report-header {
    max-width: 980px;
    padding: 78px 0 62px;
}

.press-hero h1,
.press-report-header h1 {
    font-size: clamp(3rem, 6vw, 5.3rem);
}

.press-source-line,
.press-period {
    margin: 18px 0 0;
    color: var(--forest);
    font-size: 12px;
    font-weight: 750;
}

.press-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 65px;
    padding: 54px;
    border: 1px solid var(--line);
    background: rgba(251, 250, 246, .55);
}

.press-featured h2,
.press-archive h2,
.press-method h2 {
    margin: 12px 0 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
    letter-spacing: -.055em;
}

.press-featured-copy > p:not(.eyebrow):not(.press-period) {
    max-width: 64ch;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.press-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.press-metrics article {
    min-height: 132px;
    padding: 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.press-metrics strong,
.press-metrics span {
    display: block;
}

.press-metrics strong {
    font-size: 28px;
    letter-spacing: -.05em;
    font-variant-numeric: tabular-nums;
}

.press-metrics span {
    margin-top: 14px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.45;
}

.press-archive {
    padding: 105px 0;
}

.press-table-wrap {
    margin-top: 42px;
    overflow-x: auto;
}

.press-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.press-table-wrap th,
.press-table-wrap td {
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 10px;
    text-align: left;
    white-space: nowrap;
}

.press-table-wrap th {
    color: var(--muted);
    font-size: 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.press-table-wrap a,
.press-ranking a {
    color: var(--forest);
    font-weight: 800;
    text-underline-offset: 4px;
}

.press-method {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    margin-bottom: 50px;
    padding: 58px;
    background: var(--forest);
    color: #f5f3e9;
}

.press-method .eyebrow {
    color: #e1a291;
}

.press-method p {
    margin: 0 0 14px;
    color: #d9dfd6;
    font-size: 13px;
    line-height: 1.7;
}

.press-method .inline-links a {
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
}

.press-emergency {
    margin: 0 0 90px;
    font-size: 14px;
}

.press-empty {
    padding: 70px 0 110px;
}

.press-report > .press-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.press-report-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 75px 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.press-report-grid article {
    min-height: 220px;
    padding: 30px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.press-report-grid h2,
.press-ranking h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -.04em;
}

.press-report-grid p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.press-ranking {
    margin-bottom: 70px;
}

.press-ranking ol {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.press-ranking li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 11px;
}

.press-warning {
    margin-bottom: 75px;
    padding: 24px 28px;
    border-left: 4px solid var(--ember);
    background: var(--ember-soft);
}

.press-warning p {
    margin: 0;
    color: #633d35;
    font-size: 12px;
    line-height: 1.65;
}

@media (max-width: 820px) {
    .press-featured,
    .press-method,
    .press-report-grid {
        grid-template-columns: 1fr;
    }

    .press-featured {
        gap: 40px;
        padding: 36px 28px;
    }

    .press-report > .press-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .press-method {
        gap: 30px;
        padding: 40px 28px;
    }
}

@media (max-width: 520px) {
    .press-main {
        width: min(100% - 28px, 1180px);
    }

    .press-hero h1,
    .press-report-header h1 {
        font-size: clamp(2.7rem, 12vw, 3.6rem);
    }

    .press-metrics,
    .press-report > .press-metrics {
        grid-template-columns: 1fr;
    }
}
