.ptd-page {
    background: #f6f8f5;
    color: #17211c;
    min-height: 70vh;
}

.ptd-shell,
.ptd-archive-hero,
.ptd-archive-grid {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
}

.ptd-shell {
    padding-bottom: 72px;
}

.ptd-hero {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
    padding: 76px 0 38px;
}

.ptd-kicker {
    color: #5d6f67;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.ptd-hero h1,
.ptd-archive-hero h1 {
    color: #111a17;
    font-size: clamp(34px, 5vw, 66px);
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
    max-width: 880px;
}

.ptd-hero__summary,
.ptd-archive-hero p {
    color: #41524b;
    font-size: 19px;
    line-height: 1.72;
    margin: 22px 0 0;
    max-width: 780px;
}

.ptd-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.ptd-chip {
    background: #e8efe8;
    border: 1px solid #d4ded5;
    border-radius: 999px;
    color: #254a39;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 9px 12px;
    text-decoration: none;
}

.ptd-identity-card,
.ptd-panel,
.ptd-dossier-card,
.ptd-paper,
.ptd-related-card,
.ptd-empty {
    background: #ffffff;
    border: 1px solid #dfe6e0;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(31, 46, 38, 0.08);
}

.ptd-identity-card {
    align-self: end;
    padding: 24px;
}

.ptd-identity-card ul {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ptd-identity-card li span {
    color: #718078;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ptd-identity-card li strong,
.ptd-identity-card li a {
    color: #111a17;
    font-size: 16px;
    text-decoration: none;
}

.ptd-two-column {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.ptd-panel {
    padding: 28px;
}

.ptd-panel--focus {
    background: #10261f;
    border-color: #10261f;
    color: #f5faf6;
}

.ptd-panel--focus .ptd-kicker,
.ptd-panel--focus p {
    color: #d6eadc;
}

.ptd-panel--caution {
    background: #fffaf0;
    border-color: #eadfbd;
}

.ptd-panel h2,
.ptd-section__heading h2 {
    color: inherit;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0 0 14px;
}

.ptd-panel p,
.ptd-checklist {
    color: #40514a;
    font-size: 16px;
    line-height: 1.72;
    margin: 0;
}

.ptd-section {
    margin-top: 44px;
}

.ptd-section__heading {
    margin-bottom: 16px;
}

.ptd-section__summary {
    color: #53655d;
    font-size: 15px;
    line-height: 1.7;
    margin: -4px 0 14px;
    max-width: 760px;
}

.ptd-keyword-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ptd-keyword-row span {
    background: #edf3ee;
    border: 1px solid #dbe5dd;
    border-radius: 999px;
    color: #3b5047;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
}

.ptd-table-wrap {
    overflow-x: auto;
}

.ptd-table {
    background: #ffffff;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(31, 46, 38, 0.08);
    min-width: 860px;
    overflow: hidden;
    width: 100%;
}

.ptd-table th,
.ptd-table td {
    border-bottom: 1px solid #e4e9e4;
    font-size: 14px;
    line-height: 1.58;
    padding: 16px;
    text-align: left;
    vertical-align: top;
}

.ptd-table th {
    background: #e9f0eb;
    color: #27352f;
    font-weight: 800;
}

.ptd-paper-grid,
.ptd-related-grid,
.ptd-archive-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ptd-paper,
.ptd-related-card,
.ptd-dossier-card {
    color: #17211c;
    display: grid;
    gap: 8px;
    padding: 22px;
    text-decoration: none;
}

.ptd-paper span,
.ptd-related-card span,
.ptd-dossier-card__eyebrow {
    color: #68776f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ptd-paper strong,
.ptd-related-card strong,
.ptd-dossier-card h2 {
    color: #14211b;
    font-size: 18px;
    line-height: 1.35;
}

.ptd-paper em,
.ptd-related-card em,
.ptd-dossier-card p {
    color: #52645c;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

.ptd-checklist {
    display: grid;
    gap: 10px;
    padding-left: 20px;
}

.ptd-panel.ptd-panel--focus p {
    color: #d6eadc;
}

.ptd-auto-link {
    border-bottom: 1px solid rgba(33, 184, 166, 0.55);
    color: #087a72;
    font-weight: 700;
    text-decoration: none;
}

.ptd-auto-link:hover {
    color: #064f4c;
}

.ptd-empty {
    color: #51635b;
    grid-column: 1 / -1;
    line-height: 1.7;
    padding: 24px;
}

.ptd-archive-hero {
    padding-top: 76px;
}

.ptd-archive-grid {
    padding-bottom: 72px;
    padding-top: 34px;
}

.ptd-dossier-card__meta {
    border-top: 1px solid #e5ebe6;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding-top: 12px;
}

.ptd-dossier-card__meta span {
    background: #f1f5f0;
    border-radius: 999px;
    color: #3b5047;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
}

@media (max-width: 900px) {
    .ptd-hero,
    .ptd-two-column,
    .ptd-paper-grid,
    .ptd-related-grid,
    .ptd-archive-grid {
        grid-template-columns: 1fr;
    }

    .ptd-hero {
        padding-top: 46px;
    }

    .ptd-shell,
    .ptd-archive-hero,
    .ptd-archive-grid {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 700px) {
    .ptd-table-wrap {
        overflow: visible;
    }

    .ptd-table,
    .ptd-table tbody,
    .ptd-table tr,
    .ptd-table td {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .ptd-table {
        background: transparent;
        box-shadow: none;
    }

    .ptd-table thead {
        display: none;
    }

    .ptd-table tr {
        background: #ffffff;
        border: 1px solid #dfe6e0;
        border-radius: 8px;
        box-shadow: 0 12px 28px rgba(31, 46, 38, 0.07);
        margin-bottom: 14px;
        overflow: hidden;
    }

    .ptd-table td {
        border-bottom: 1px solid #edf1ed;
        padding: 13px 16px;
    }

    .ptd-table td:last-child {
        border-bottom: 0;
    }

    .ptd-table td::before {
        color: #65766e;
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 6px;
        text-transform: uppercase;
    }
}
