:root {
    --pd-ink: #151210;
    --pd-paper: #f8f4eb;
    --pd-paper-strong: #fffdf8;
    --pd-muted: #6f675d;
    --pd-border: rgba(39, 30, 22, 0.12);
    --pd-accent: #b0392a;
    --pd-accent-soft: #f7ebe3;
    --pd-shadow: 0 24px 60px rgba(29, 22, 17, 0.08);
    --pd-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

html,
body {
    background: var(--pd-paper-strong);
    color: var(--pd-ink);
}

body.praol-dispatch-site {
    font-family: var(--pd-sans);
    margin: 0;
}

.praol-dispatch-site .gh-viewport,
.praol-dispatch-site .gh-outer,
.praol-dispatch-site .gh-inner,
.praol-dispatch-site .gh-main,
.praol-dispatch-site .gh-container,
.praol-dispatch-site .gh-container-inner,
.praol-dispatch-site .gh-feed,
.praol-dispatch-site .gh-footer,
.praol-dispatch-site .gh-navigation,
.praol-dispatch-site .gh-header,
.praol-dispatch-site .gh-article,
.praol-dispatch-site .gh-comments,
.praol-dispatch-site .gh-more {
    all: unset;
}

.pd-site-shell {
    min-height: 100vh;
}

.pd-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.pd-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 253, 248, 0.92);
    border-bottom: 1px solid var(--pd-border);
    backdrop-filter: blur(14px);
}

.pd-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 82px;
}

.pd-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--pd-ink);
    text-decoration: none;
    font-family: var(--pd-sans);
    font-size: clamp(1.75rem, 2.4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.pd-brand img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: contain;
}

.pd-nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

.pd-nav-menu ul {
    list-style: none;
    display: flex;
    gap: 28px;
    padding: 0;
    margin: 0;
}

.pd-nav-menu a,
.pd-footer-links a,
.pd-article-meta-line a,
.pd-dispatch-wordmark,
.pd-feature-title a,
.pd-post-card-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 160ms ease, transform 160ms ease, color 160ms ease;
}

.pd-nav-menu a {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pd-nav-menu a:hover,
.pd-footer-links a:hover,
.pd-article-meta-line a:hover,
.pd-dispatch-wordmark:hover,
.pd-feature-title a:hover,
.pd-post-card-link:hover {
    opacity: 0.72;
}

.pd-button,
.gh-form button.gh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--pd-ink);
    background: var(--pd-ink);
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.95rem;
    line-height: 1;
    padding: 18px 26px;
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pd-button:hover,
.gh-form button.gh-button:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.pd-button-secondary {
    background: transparent;
    color: var(--pd-ink);
    border-color: var(--pd-border);
}

.pd-main {
    padding: 32px 0 72px;
}

.pd-section {
    padding: 18px 0;
}

.pd-hero,
.pd-tag-hero {
    padding-top: 40px;
}

.pd-eyebrow,
.pd-kicker {
    color: var(--pd-accent);
    font-size: 0.98rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.pd-page-title,
.pd-article-title,
.pd-panel-title,
.pd-feature-title,
.pd-stream-title,
.pd-post-card-title {
    font-family: var(--pd-sans);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 0;
}

.pd-page-title {
    font-size: clamp(4rem, 8vw, 7.4rem);
    max-width: 11ch;
}

.pd-page-subtitle,
.pd-panel-copy,
.pd-feature-excerpt,
.pd-stream-copy,
.pd-article-excerpt,
.pd-post-card-excerpt {
    color: var(--pd-muted);
    font-family: var(--pd-sans);
    font-size: clamp(1.25rem, 2.1vw, 1.72rem);
    line-height: 1.55;
}

.pd-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.pd-home-hero-copy,
.pd-home-subscribe {
    background: var(--pd-paper-strong);
    border: 1px solid var(--pd-border);
    border-radius: 34px;
    box-shadow: var(--pd-shadow);
    padding: 40px;
}

.pd-page-subtitle {
    max-width: 18ch;
    margin: 22px 0 0;
}

.pd-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.pd-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 20px;
    background: var(--pd-accent-soft);
    color: var(--pd-accent);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.95rem;
    transition: opacity 160ms ease, transform 160ms ease, background 160ms ease, color 160ms ease;
}

.pd-pill:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.pd-pill.is-active,
.pd-pill-static {
    background: var(--pd-accent-soft);
    color: var(--pd-accent);
}

.pd-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.pd-card,
.pd-dispatch-shell,
.pd-article-header,
.pd-article-body,
.pd-post-card {
    background: var(--pd-paper-strong);
    border: 1px solid var(--pd-border);
    border-radius: 34px;
    box-shadow: var(--pd-shadow);
}

.pd-card {
    padding: 40px;
}

.pd-card-feature {
    min-height: 520px;
}

.pd-feature-title {
    font-size: clamp(4rem, 7vw, 6.6rem);
    max-width: 10ch;
    margin-top: 8px;
}

.pd-feature-excerpt {
    max-width: 20ch;
    margin: 26px 0 34px;
}

.pd-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.pd-card-subscribe .pd-panel-title {
    font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.pd-card-subscribe .pd-panel-copy {
    font-size: 1.25rem;
    max-width: 23ch;
}

.pd-fine-print {
    margin: 14px 0 0;
    color: var(--pd-muted);
    font-size: 0.95rem;
}

.gh-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    margin-top: 26px;
}

.gh-form-input {
    width: 100%;
    min-height: 68px;
    border-radius: 24px;
    border: 1px solid var(--pd-border);
    background: #fff;
    color: var(--pd-ink);
    padding: 0 22px;
    font-family: var(--pd-sans);
    font-size: 1.2rem;
    box-sizing: border-box;
}

.gh-form p[data-members-error] {
    margin: 0;
    color: var(--pd-accent);
    grid-column: 1 / -1;
}

.gh-form .icon-loader,
.gh-form .icon-checkmark,
.gh-form button.gh-button > svg {
    display: none;
}

.gh-form button.gh-button {
    min-height: 68px;
    min-width: 210px;
    padding: 0 28px;
    white-space: nowrap;
}

.gh-form button.gh-button span,
.gh-form button.gh-button span > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pd-three-up,
.pd-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.pd-card-stream {
    text-decoration: none;
    color: inherit;
    min-height: 270px;
}

.pd-stream-title {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    margin-top: 12px;
}

.pd-stream-copy {
    font-size: 1.18rem;
    margin-top: 16px;
}

.pd-dispatch-shell {
    padding: 28px 28px 32px;
}

.pd-dispatch-brandbar {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--pd-border);
}

.pd-dispatch-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-family: var(--pd-sans);
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1;
}

.pd-dispatch-mark {
    width: 22px;
    height: 96px;
    background: var(--pd-accent);
    border-radius: 4px;
}

.pd-pill-row-shell {
    margin-top: 26px;
}

.pd-article {
    padding-top: 16px;
}

.pd-article-header {
    padding: 36px 40px;
}

.pd-article-title {
    font-size: clamp(4rem, 8vw, 8rem);
    max-width: 12ch;
    margin-top: 18px;
}

.pd-article-excerpt {
    max-width: 21ch;
    margin: 28px 0;
}

.pd-article-meta {
    margin-top: 34px;
}

.pd-article-author {
    margin: 0;
    font-family: "Praol Serif", Georgia, serif;
    font-size: 2rem;
}

.pd-article-author a {
    color: inherit;
    text-decoration: none;
}

.pd-reading-wrap {
    width: min(760px, calc(100% - 48px));
    margin: 0 auto;
}

.pd-reading-post {
    padding: 52px 0 72px;
}

.pd-reading-header {
    padding-top: 8px;
}

.pd-reading-tag {
    display: inline-block;
    color: var(--pd-accent);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 1rem;
    margin-bottom: 28px;
}

.pd-reading-title {
    font-family: var(--pd-sans);
    font-size: clamp(3.6rem, 7vw, 6rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.96;
    margin: 0;
    max-width: none;
}

.pd-reading-excerpt {
    font-family: var(--pd-sans);
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
    line-height: 1.45;
    color: #2a2622;
    margin: 26px 0 0;
    max-width: none;
}

.pd-reading-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
}

.pd-reading-author-image {
    display: inline-flex;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    flex-shrink: 0;
}

.pd-reading-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-reading-meta-copy {
    min-width: 0;
}

.pd-reading-author {
    font-family: var(--pd-sans);
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0;
}

.pd-reading-author a {
    color: inherit;
    text-decoration: none;
}

.pd-reading-meta-line {
    margin: 6px 0 0;
    color: #76706a;
    font-family: var(--pd-sans);
    font-size: 1.1rem;
}

.pd-reading-body {
    padding-top: 64px;
    font-family: var(--pd-sans);
    font-size: clamp(1.65rem, 2.2vw, 1.9rem);
    line-height: 1.8;
    color: #1f1b18;
}

.pd-reading-body > * {
    max-width: 760px;
}

.pd-reading-body > .kg-card,
.pd-reading-body > figure,
.pd-reading-body > .kg-width-wide,
.pd-reading-body > .kg-width-full,
.pd-reading-body > .kg-html-card {
    max-width: none;
}

.pd-reading-body p,
.pd-reading-body ul,
.pd-reading-body ol,
.pd-reading-body blockquote,
.pd-reading-body figure,
.pd-reading-body table,
.pd-reading-body h2,
.pd-reading-body h3,
.pd-reading-body h4,
.pd-reading-body hr {
    margin-top: 0;
    margin-bottom: 1.4em;
}

.pd-reading-body h2,
.pd-reading-body h3,
.pd-reading-body h4 {
    font-family: var(--pd-sans);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.02;
    color: var(--pd-ink);
}

.pd-reading-body h2 {
    font-size: clamp(2.6rem, 5vw, 4rem);
    margin-top: 1.7em;
}

.pd-reading-body h3 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-top: 1.6em;
}

.pd-reading-body a {
    color: inherit;
}

.pd-reading-body hr {
    border: 0;
    border-top: 1px solid var(--pd-border);
    margin: 2.4rem 0;
}

.pd-reading-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.pd-reading-feature-image {
    margin-top: 36px;
}

.pd-reading-feature-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.pd-reading-body th,
.pd-reading-body td {
    border-bottom: 1px solid var(--pd-border);
    padding: 10px 12px;
    text-align: left;
}

.pd-reading-footer {
    padding-top: 28px;
}

.pd-reading-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 24px;
    border-top: 1px solid var(--pd-border);
}

.pd-article-meta-line {
    margin: 8px 0 0;
    color: var(--pd-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 1rem;
}

.pd-dot {
    margin: 0 8px;
}

.pd-article-body {
    margin-top: 20px;
    padding: 42px 40px;
    font-family: "Praol Serif", Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.8;
}

.pd-article-body p,
.pd-article-body ul,
.pd-article-body ol,
.pd-article-body blockquote,
.pd-article-body figure,
.pd-article-body table,
.pd-article-body h2,
.pd-article-body h3,
.pd-article-body h4 {
    margin-top: 0;
    margin-bottom: 1.4em;
}

.pd-article-body h2,
.pd-article-body h3,
.pd-article-body h4 {
    color: var(--pd-ink);
    font-family: "Praol Serif", Georgia, serif;
    font-weight: 600;
    line-height: 1.1;
}

.pd-article-body h2 {
    font-size: 2.5rem;
}

.pd-article-body h3 {
    font-size: 2rem;
}

.pd-article-body a {
    color: var(--pd-ink);
}

.pd-article-body hr {
    border: 0;
    border-top: 1px solid var(--pd-border);
    margin: 2.4rem 0;
}

.pd-article-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.pd-article-body th,
.pd-article-body td {
    border-bottom: 1px solid var(--pd-border);
    padding: 10px 12px;
    text-align: left;
}

.pd-post-card {
    padding: 30px 28px;
    min-height: 260px;
}

.pd-post-card-title {
    font-size: 2.8rem;
    margin-top: 8px;
}

.pd-post-card-excerpt {
    font-size: 1.14rem;
    margin: 18px 0;
}

.pd-post-card-meta {
    color: var(--pd-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.95rem;
    margin: 0;
}

.pd-footer-wrap {
    border-top: 1px solid var(--pd-border);
    margin-top: 64px;
    padding: 36px 0 56px;
}

.pd-footer-title {
    color: var(--pd-ink);
    text-decoration: none;
    font-family: var(--pd-sans);
    font-size: 2rem;
    font-weight: 700;
}

.pd-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 22px;
    color: var(--pd-muted);
    font-family: var(--pd-sans);
    font-size: 1.3rem;
}

.pd-footer-meta {
    margin: 22px 0 0;
    color: var(--pd-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1rem;
}

@media (max-width: 1100px) {
    .pd-home-grid,
    .pd-home-hero,
    .pd-three-up,
    .pd-post-grid {
        grid-template-columns: 1fr;
    }

    .pd-nav {
        flex-wrap: wrap;
        justify-content: center;
        padding: 14px 0;
    }

    .pd-nav-menu {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 720px) {
    .pd-container {
        width: min(100% - 28px, 1200px);
    }

    .pd-brand {
        font-size: 1.9rem;
    }

    .pd-nav-menu ul {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pd-nav-menu a,
    .pd-button,
    .gh-form button.gh-button {
        font-size: 0.84rem;
    }

    .gh-form {
        grid-template-columns: 1fr;
    }

    .gh-form button.gh-button {
        width: 100%;
        min-width: 0;
    }

    .pd-card,
    .pd-dispatch-shell,
    .pd-article-header,
    .pd-article-body,
    .pd-post-card {
        border-radius: 24px;
        padding: 24px;
    }

    .pd-dispatch-mark {
        height: 70px;
    }

    .pd-footer-links {
        gap: 16px;
        font-size: 1.1rem;
    }

    .pd-reading-wrap {
        width: min(100% - 28px, 760px);
    }

    .pd-reading-post {
        padding-top: 28px;
    }

    .pd-reading-excerpt {
        max-width: none;
    }

    .pd-reading-meta {
        gap: 14px;
    }

    .pd-reading-author-image {
        width: 72px;
        height: 72px;
    }

    .pd-reading-author {
        font-size: 1.85rem;
    }

    .pd-reading-body {
        padding-top: 44px;
        font-size: 1.78rem;
        line-height: 1.84;
    }
}
