/*
Theme Name: PC Central Theme 28 GR
Theme URI: https://pccentral.net
Author: AI Studio
Description: v28.2.5 Author hero: center avatar with name cluster, bio full-width below.
Version: 28.2.5
Text Domain: pccentral
Tags: dark, news, editorial, magazine, accessibility-ready
*/

@import url("./tokens/theme-tokens.css");

/* =============================================================
 * PC Central Theme 28 GR — dark editorial tech-news theme.
 * - GamesRadar-inspired compact homepage layout.
 * - Dark chrome with red accent system.
 * - Inter for display, body, and article prose.
 * ============================================================= */

/* -------------------------------------------------------------
 * 0. @font-face — self-hosted fonts (see ./font/)
 *    Bricolage Grotesque (wght 200–800) — display/headlines/nav.
 *    Hanken Grotesk (wght 100–900) — UI, meta, chrome labels.
 *    IBM Plex Sans (wght 400–600 + italic 400) — .entry-content prose.
 * ------------------------------------------------------------- */
@font-face {
    font-family: "Bricolage Grotesque";
    src: url("./font/BricolageGrotesque-latin.woff2") format("woff2");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Bricolage Grotesque";
    src: url("./font/BricolageGrotesque-latin-ext.woff2") format("woff2");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Hanken Grotesk";
    src: url("./font/HankenGrotesk-latin.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Hanken Grotesk";
    src: url("./font/HankenGrotesk-latin-ext.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("./font/IBMPlexSans-latin.woff2") format("woff2");
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("./font/IBMPlexSans-latin-ext.woff2") format("woff2");
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("./font/IBMPlexSans-Italic-latin.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("./font/IBMPlexSans-Italic-latin-ext.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* -------------------------------------------------------------
 * 1. Base + reset
 * ------------------------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--pcc-bg);
    color: var(--pcc-text);
    font-family: var(--pcc-font-body);
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
a:focus-visible {
    outline: 2px solid var(--pcc-accent);
    outline-offset: 2px;
    border-radius: 6px;
}
button {
    font-family: inherit;
    cursor: pointer;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important;
}

.pcc-display {
    font-family: var(--pcc-font-display);
    font-feature-settings: "ss01", "cv11";
    letter-spacing: -0.015em;
    font-weight: 700;
}

.pcc-container {
    width: 100%;
    max-width: var(--pcc-max);
    margin-inline: auto;
    padding-inline: var(--pcc-pad);
}

.pcc-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pcc-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Editorial body links inside post content */
.entry-content a,
.comment-content a,
.wp-block-post-content a {
    color: var(--pcc-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.entry-content a:hover,
.comment-content a:hover,
.wp-block-post-content a:hover {
    color: var(--pcc-accent-hover);
}

/* -------------------------------------------------------------
 * 2. Header — DARK editorial chrome (DT-style)
 * ------------------------------------------------------------- */
.pcc-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: var(--pcc-hero-bg);
    color: var(--pcc-hero-text);
    border-bottom: 0;
}
.pcc-header__inner {
    max-width: var(--pcc-max);
    margin-inline: auto;
    padding: 12px var(--pcc-pad);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px 24px;
}
.pcc-header__lead {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}
.pcc-header__trail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
}
.pcc-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.pcc-brand--mobile {
    display: none;
}
.pcc-brand__mark {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}
/* Explicit height — SVG <img> intrinsic sizing can collapse to 0 with height:auto. */
.pcc-header .pcc-brand__logo {
    display: block;
    width: auto;
    height: 28px;
    max-width: none;
    object-fit: contain;
    object-position: center;
}
.pcc-nav {
    justify-self: center;
    min-width: 0;
    overflow: hidden;
}
/* Nav items run on the editorial Bricolage display family (not the body
   Hanken stack) so the top menu reads as a kicker / chrome label rather
   than as body UI text; items are justified to centre within the flex
   space the nav occupies (the brand sits left of the nav). */
.pcc-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
}
.pcc-nav__list > li > a {
    display: inline-block;
    padding: 10px 0;
    font-family: var(--pcc-font-display);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--pcc-hero-text);
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    white-space: nowrap;
}
.pcc-nav__list > li > a:hover,
.pcc-nav .current-menu-item > a,
.pcc-nav .current_page_item > a {
    color: var(--pcc-accent-on-dark);
    border-bottom-color: var(--pcc-accent-on-dark);
}
.pcc-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
/* Leading actions slot — hamburger sits to the LEFT of the logo. */
.pcc-actions--lead {
    margin-left: -8px;
}
/* Hamburger menu toggle — visible at ALL viewport widths (v22 full side-panel pattern restored). */
.pcc-menu-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: var(--pcc-accent-on-dark);
    cursor: pointer;
    transition: color 0.18s ease;
    box-shadow: none;
    outline: 0;
}
.pcc-menu-toggle:hover,
.pcc-menu-toggle:focus-visible {
    color: var(--pcc-accent-on-dark-hover);
    background: transparent;
    border: 0;
    box-shadow: none;
}
.pcc-menu-toggle:focus-visible {
    outline: 2px solid var(--pcc-accent-on-dark);
    outline-offset: 4px;
    border-radius: 2px;
}
.pcc-menu-toggle__line {
    display: block;
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.pcc-menu-toggle[aria-expanded="true"] .pcc-menu-toggle__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.pcc-menu-toggle[aria-expanded="true"] .pcc-menu-toggle__line:nth-child(2) {
    opacity: 0;
}
.pcc-menu-toggle[aria-expanded="true"] .pcc-menu-toggle__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Header search (top bar, right) */
.pcc-header-search {
    margin: 0;
    flex-shrink: 0;
}
.pcc-header-search__inner {
    display: flex;
    align-items: stretch;
    width: min(220px, 32vw);
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    gap: 0;
    transition: background 0.15s ease;
}
.pcc-header-search__inner:focus-within {
    outline: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.14);
}
.pcc-header-search__input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 8px 10px;
    font-family: var(--pcc-font-body);
    font-size: 14px;
    color: var(--pcc-hero-text);
    outline: none;
}
.pcc-header-search__input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}
.pcc-header-search__submit {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    padding: 0;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease;
}
.pcc-header-search__submit:hover,
.pcc-header-search__submit:focus-visible {
    background: var(--pcc-accent-on-dark);
    color: #ffffff;
}
.pcc-header-search__submit:focus-visible {
    outline: 2px solid var(--pcc-accent-on-dark);
    outline-offset: 2px;
}
.pcc-header-search__icon {
    display: block;
}

/* Primary inline nav collapses on small screens; hamburger + centered logo + search stay. */
@media (max-width: 1023px) {
    .pcc-header__inner {
        position: relative;
    }
    .pcc-nav {
        display: none;
    }
    .pcc-brand--desktop {
        display: none;
    }
    .pcc-header .pcc-brand__logo {
        height: 24px;
    }
    .pcc-brand--mobile {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        justify-content: center;
        align-items: center;
        pointer-events: none;
        z-index: 1;
    }
    .pcc-brand--mobile .pcc-brand__mark {
        pointer-events: auto;
    }
    .pcc-header__trail {
        position: relative;
        z-index: 2;
    }
    .pcc-header-search__inner {
        width: min(160px, 42vw);
    }
}

@media (max-width: 700px) {
    .pcc-header__trail > .pcc-header-search {
        display: none;
    }
}

@media (max-width: 480px) {
    .pcc-header .pcc-brand__logo {
        height: 20px;
    }
}

/* -------------------------------------------------------------
 * 3. Drawer / side panel (v22-style full-height side panel)
 * ------------------------------------------------------------- */
.pcc-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: min(420px, 92vw);
    max-width: 100%;
    height: 100dvh;
    padding: 20px 18px 18px;
    background: linear-gradient(180deg, var(--pcc-hero-bg) 0%, var(--pcc-hero-bg-2) 100%);
    color: var(--pcc-hero-text);
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: none;
    transform: translateX(-104%);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    visibility: hidden;
}
.pcc-drawer.is-open,
.pcc-drawer[aria-hidden="false"] {
    transform: translateX(0);
    box-shadow: 24px 0 58px rgba(0, 0, 0, 0.55);
    visibility: visible;
}
.pcc-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding: 0;
    border-bottom: 0;
}
.pcc-drawer__search {
    margin-bottom: 18px;
}
.pcc-drawer__search .pcc-header-search__inner {
    width: 100%;
}
.pcc-drawer__label {
    margin: 0;
    font-family: var(--pcc-font-body);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}
.pcc-drawer__close {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.04);
    color: var(--pcc-hero-text);
    font-size: 1.7rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.pcc-drawer__close:hover,
.pcc-drawer__close:focus-visible {
    background: rgba(167, 139, 250, 0.16);
    border-color: var(--pcc-accent-on-dark);
    color: var(--pcc-accent-on-dark);
}
.pcc-drawer__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    margin: 0 -4px;
    padding: 0 4px 8px;
}
.pcc-drawer__nav {
    padding-bottom: 4px;
}
.pcc-drawer__section-label {
    margin: 18px 10px 8px;
    font-family: var(--pcc-font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.pcc-drawer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pcc-drawer__list li {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.pcc-drawer__list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.pcc-drawer__list a {
    display: block;
    padding: 13px 10px;
    color: var(--pcc-hero-text);
    text-decoration: none;
    font-family: var(--pcc-font-display);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    border-left: 0;
    background: transparent;
    transition: color 0.15s ease;
}
.pcc-drawer__list a:hover,
.pcc-drawer__list a:focus-visible,
.pcc-drawer .current-menu-item > a {
    color: var(--pcc-accent-on-dark);
    background: transparent;
    border-left-color: transparent;
    transform: none;
}
.pcc-drawer__foot {
    flex-shrink: 0;
    margin-top: 0;
    padding: 12px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.pcc-drawer__foot-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 10px;
}
.pcc-drawer__foot-primary a {
    color: var(--pcc-hero-text);
    text-decoration: none;
    font-family: var(--pcc-font-body);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
    transition: color 0.15s ease;
}
.pcc-drawer__foot-primary a:hover,
.pcc-drawer__foot-primary a:focus-visible {
    color: var(--pcc-accent-on-dark);
}
.pcc-drawer__foot-sep {
    color: rgba(255, 255, 255, 0.35);
    font-family: var(--pcc-font-body);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1;
    user-select: none;
}
.pcc-drawer__policies-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    justify-content: center;
}
.pcc-drawer__policies-list a {
    display: inline-block;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-family: var(--pcc-font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
    transition: color 0.15s ease;
}
.pcc-drawer__policies-list a:hover,
.pcc-drawer__policies-list a:focus-visible {
    color: var(--pcc-accent-on-dark);
}
.pcc-drawer__mark {
    margin: 0;
    display: flex;
    justify-content: center;
}
.pcc-drawer__mark img {
    width: min(150px, 52%);
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.pcc-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    border: 0;
    margin: 0;
    padding: 0;
    background: rgba(6, 7, 11, 0.62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    cursor: pointer;
}
.pcc-menu-backdrop.is-open,
.pcc-menu-backdrop.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.pcc-menu-open {
    overflow: hidden;
}

@media (max-width: 1023px) {
    .pcc-drawer {
        width: min(360px, 100vw);
        border-right: 0;
    }
    .pcc-drawer__list a {
        font-size: 1.3rem;
        padding: 12px 10px;
    }
}

/* -------------------------------------------------------------
 * 4. Signals strip — dark "Trending:" ticker (DT-style)
 * ------------------------------------------------------------- */
.pcc-signals {
    position: relative;
    background: var(--pcc-chrome-bg-2);
    color: var(--pcc-hero-text);
}
/* Gradient hairline separating the chrome ticker from the hero band. */
.pcc-signals::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--pcc-accent-gradient);
    opacity: 0.85;
}
.pcc-signals__track {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 0;
}
.pcc-signals__label {
    flex-shrink: 0;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: none;
    font-weight: 700;
    color: var(--pcc-accent-on-dark);
}
.pcc-signals__viewport {
    flex: 1;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, black 24px, black calc(100% - 24px), transparent 100%);
}
.pcc-signals__marquee {
    display: flex;
    gap: 28px;
    animation: pcc-marquee 10s linear infinite;
    will-change: transform;
}
@keyframes pcc-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.pcc-signals__item {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: var(--pcc-hero-text);
}
.pcc-signals__item:hover {
    color: var(--pcc-accent-on-dark);
}
.pcc-signals__time {
    font-size: 11px;
    color: var(--pcc-hero-faint);
    letter-spacing: 0.02em;
    font-weight: 400;
}

/* -------------------------------------------------------------
 * 5. Section heads (eyebrow + thin rule + "More →" link)
 * (Section 5 was the news banner — removed in v26.0.1.)
 * ------------------------------------------------------------- */
.pcc-section__head {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 0;
}
/* v27 color-blocked section rule — violet→magenta signature gradient. */
.pcc-section__head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--pcc-accent-gradient);
    border-radius: 999px;
}
.pcc-section__head > p {
    margin: 0;
    font-size: 13px;
    color: var(--pcc-meta);
}
.pcc-section__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(20px, 2vw, 26px);
    font-family: var(--pcc-font-display);
    letter-spacing: -0.02em;
    font-weight: 800;
    color: var(--pcc-text);
    text-transform: none;
}
/* Chunky accent block in front of every section label. */
.pcc-section__label::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 0.78em;
    background: var(--pcc-accent-gradient);
    border-radius: 3px;
}
.pcc-all-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--pcc-accent);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
.pcc-all-link::after {
    content: " →";
}
.pcc-all-link:hover {
    color: var(--pcc-accent-hover);
}

/* -------------------------------------------------------------
 * 7. Top stories hero band — DARK / BLACK editorial cinema
 * ------------------------------------------------------------- */
.pcc-top-band {
    position: relative;
    padding-block: 56px 64px;
    background:
        radial-gradient(1100px 420px at 12% -10%, rgba(124, 58, 237, 0.22), transparent 62%),
        radial-gradient(900px 380px at 92% 108%, rgba(219, 39, 119, 0.14), transparent 60%),
        var(--pcc-chrome-bg);
    color: var(--pcc-hero-text);
    border-bottom: 1px solid var(--pcc-hero-line);
    overflow: hidden;
}
.pcc-top-band::before {
    /* Subtle film-grain hairlines for editorial feel */
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 100% 96px;
    opacity: 0.25;
    pointer-events: none;
}
.pcc-top-band > .pcc-container {
    position: relative;
    z-index: 1;
}
.pcc-top-band .pcc-section__head {
    padding-bottom: 14px;
    margin-bottom: 28px;
    align-items: center;
}
.pcc-top-band .pcc-section__head::after {
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
}
.pcc-top-band .pcc-section__label {
    color: var(--pcc-hero-text);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 700;
}
.pcc-top-band .pcc-section__label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--pcc-accent-gradient);
}
.pcc-top-band .pcc-all-link {
    color: var(--pcc-accent-on-dark);
}
.pcc-top-band .pcc-all-link:hover {
    color: var(--pcc-accent-on-dark-hover);
}

.pcc-hero-grid {
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    gap: 36px;
    align-items: start;
}
.pcc-hero-left {
    min-width: 0;
}
.pcc-hero-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-width: 0;
    padding-inline-start: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.pcc-hero-right-bottom {
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (max-width: 960px) {
    .pcc-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .pcc-hero-right {
        padding-inline-start: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 24px;
    }
    .pcc-hero-right-bottom {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .pcc-hero-right-bottom > .pcc-card--compact {
        flex: 1 1 240px;
        min-width: 0;
    }
}
@media (max-width: 560px) {
    .pcc-top-band {
        padding-block: 36px 44px;
    }
    .pcc-hero-right-bottom {
        flex-direction: column;
    }
    .pcc-hero-right-bottom > .pcc-card--compact {
        flex: 1 1 auto;
    }
}

/* -------------------------------------------------------------
 * 8. Feature/secondary/compact cards (hero band)
 * ------------------------------------------------------------- */
.pcc-card {
    position: relative;
    background: var(--pcc-surface);
    border: 0;
    margin: 0;
    overflow: hidden;
    border-radius: var(--pcc-radius-lg);
}
.pcc-card__link {
    display: block;
    color: inherit;
}
.pcc-card__media {
    display: block;
    position: relative;
    background: var(--pcc-bg-soft);
    overflow: hidden;
}
.pcc-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.pcc-card__link:hover .pcc-card__media img {
    transform: scale(1.02);
}
.pcc-card__placeholder {
    display: block;
    aspect-ratio: 16 / 9;
    background:
        repeating-linear-gradient(45deg, var(--pcc-bg-soft), var(--pcc-bg-soft) 12px, var(--pcc-featured-linear-end) 12px, var(--pcc-featured-linear-end) 24px);
}
.pcc-card__overlay-bottom,
.pcc-card__overlay-side,
.pcc-card__glow {
    display: none; /* DT: no overlays / glow on flat editorial cards */
}
.pcc-card__badge-row {
    margin-top: 14px;
}
.pcc-card__body {
    padding-top: 8px;
}
.pcc-card__title {
    margin: 6px 0 8px;
    font-family: var(--pcc-font-display);
    color: var(--pcc-text);
    letter-spacing: -0.02em;
    line-height: 1.16;
    font-weight: 700;
    text-decoration: none;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.18em;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
/* v27 hover: chunky accent underline + color shift */
.pcc-card__link:hover .pcc-card__title {
    color: var(--pcc-accent);
    text-decoration-line: underline;
    text-decoration-color: var(--pcc-accent);
}
.pcc-card__excerpt {
    margin: 0 0 12px;
    color: var(--pcc-muted);
    font-size: 15.5px;
    line-height: 1.5;
}

/* Variant sizing */
.pcc-card--feature .pcc-card__media {
    aspect-ratio: 16 / 9;
}
.pcc-card--feature .pcc-card__title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -0.025em;
}
.pcc-card--secondary .pcc-card__media {
    aspect-ratio: 16 / 9;
}
.pcc-card--secondary .pcc-card__title {
    font-size: clamp(18px, 1.6vw, 22px);
}
.pcc-card--secondary .pcc-card__excerpt {
    font-size: 14.5px;
    margin: 0 0 10px;
}
.pcc-card--compact .pcc-card__link {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 14px;
    row-gap: 2px;
    align-items: start;
}
.pcc-card--compact .pcc-card__media {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 96px;
    height: 96px;
    aspect-ratio: 1 / 1;
    align-self: start;
}
.pcc-card--compact .pcc-card__badge-row {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}
.pcc-card--compact .pcc-card__body {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
    min-width: 0;
}
.pcc-card--compact .pcc-card__title {
    font-size: 15px;
    line-height: 1.3;
    margin: 4px 0 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pcc-card--compact .pcc-card__excerpt {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 6px;
}
.pcc-card--compact .pcc-meta {
    font-size: 12px;
    gap: 6px;
}
.pcc-card--compact .pcc-meta__avatar {
    display: none;
}

/* Tag/badge chips — v27 filled accent blocks (Verge-style) */
.pcc-badge {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--pcc-accent);
    padding: 3px 8px;
    border-radius: var(--pcc-radius-sm);
}
.pcc-badge--ghost {
    color: var(--pcc-accent);
    background: var(--pcc-accent-a10);
}
.pcc-tag-mini {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--pcc-accent);
    padding: 2px 7px;
    border-radius: var(--pcc-radius-sm);
}

/* Cards rendered inside the dark hero band — invert text + use the on-dark blue */
.pcc-top-band .pcc-card {
    background: transparent;
    color: var(--pcc-hero-text);
}
.pcc-top-band .pcc-card__media {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    border-radius: var(--pcc-radius-sm);
}
.pcc-top-band .pcc-card__media img {
    border-radius: calc(var(--pcc-radius-sm) - 1px);
}
.pcc-top-band .pcc-card__placeholder {
    background:
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 12px, rgba(255, 255, 255, 0.08) 12px, rgba(255, 255, 255, 0.08) 24px);
}
.pcc-top-band .pcc-card__title {
    color: var(--pcc-hero-text);
}
.pcc-top-band .pcc-card__link:hover .pcc-card__title {
    color: var(--pcc-accent-on-dark);
    text-decoration-color: var(--pcc-accent-on-dark);
}
.pcc-top-band .pcc-card__excerpt {
    color: var(--pcc-hero-muted);
}
.pcc-top-band .pcc-badge,
.pcc-top-band .pcc-tag-mini {
    color: var(--pcc-accent-on-dark-hover);
    background: rgba(167, 139, 250, 0.16);
}
.pcc-top-band .pcc-meta {
    color: var(--pcc-hero-faint);
}
.pcc-top-band .pcc-meta__name {
    color: var(--pcc-hero-text);
}
.pcc-top-band .pcc-meta__sep {
    background: var(--pcc-hero-faint);
    opacity: 1;
}
.pcc-top-band .pcc-meta__avatar img,
.pcc-top-band .pcc-meta__avatar .avatar {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

/* Hero variants get a touch more presence in the dark band */
.pcc-top-band .pcc-card--feature .pcc-card__title {
    font-size: clamp(30px, 3.8vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin-top: 16px;
}
.pcc-top-band .pcc-card--feature .pcc-card__excerpt {
    font-size: 16px;
    margin-top: 10px;
    max-width: 60ch;
}
.pcc-top-band .pcc-card--secondary {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pcc-top-band .pcc-card--secondary .pcc-card__title {
    font-size: clamp(17px, 1.5vw, 20px);
    margin-top: 12px;
}
.pcc-top-band .pcc-card--compact .pcc-card__link {
    grid-template-columns: 88px minmax(0, 1fr);
    column-gap: 14px;
}
.pcc-top-band .pcc-card--compact .pcc-card__media {
    width: 88px;
    height: 88px;
}
.pcc-top-band .pcc-card--compact .pcc-card__title {
    font-size: 14.5px;
    line-height: 1.32;
}
/* Stacked compact cards inside the right-bottom region get a soft divider */
.pcc-top-band .pcc-hero-right-bottom .pcc-card--compact {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pcc-top-band .pcc-hero-right-bottom .pcc-card--compact:first-child {
    padding-top: 0;
}
.pcc-top-band .pcc-hero-right-bottom .pcc-card--compact:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Meta row (author, date, read time) */
.pcc-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: var(--pcc-meta);
}
.pcc-meta__avatar {
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
}
.pcc-meta__avatar img,
.pcc-meta__avatar .avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.pcc-meta__name {
    color: var(--pcc-text);
    font-weight: 600;
}
.pcc-meta__sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--pcc-meta);
    opacity: 0.6;
}

/* -------------------------------------------------------------
 * 9. Featured / special-topic bento
 * ------------------------------------------------------------- */
.pcc-featured-block {
    padding-block: 28px;
}
.pcc-special-topic-band {
    background: var(--pcc-bg-soft);
    border: 1px solid var(--pcc-border);
    padding: 28px;
    border-radius: var(--pcc-radius-lg);
}
.pcc-special-topic-band .pcc-section__head {
    border-bottom-color: var(--pcc-text);
}
.pcc-special-topic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: start;
}
/* Inside the Featured panel, every card is identical regardless of the
 * bento-large / bento-medium variant marker the PHP applies — unified
 * thumb aspect-ratio, unified title size, clamped to 3 lines so the row
 * heights line up. Higher specificity (.pcc-special-topic-grid .pcc-feed-card.pcc-feed-card)
 * beats the .pcc-feed-card--bento-* variant rules below. */
.pcc-special-topic-grid .pcc-feed-card {
    background: transparent;
    border: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 12px;
}
.pcc-special-topic-grid .pcc-feed-card.pcc-feed-card .pcc-feed-card__thumb {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--pcc-radius-sm);
    background: var(--pcc-thumb-bg);
    border: 1px solid var(--pcc-thumb-border);
    box-shadow: var(--pcc-thumb-shadow);
}
.pcc-special-topic-grid .pcc-feed-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pcc-special-topic-grid .pcc-feed-card__body {
    padding: 0;
}
.pcc-special-topic-grid .pcc-feed-card.pcc-feed-card .pcc-feed-card__title {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.005em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pcc-special-topic-grid .pcc-feed-card__excerpt {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
}
.pcc-special-topic-grid .pcc-feed-card__meta {
    font-size: 12px;
}

@media (max-width: 960px) {
    .pcc-special-topic-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 520px) {
    .pcc-special-topic-grid {
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------
 * 10. Latest band + sidebar layout
 * ------------------------------------------------------------- */
.pcc-latest-band {
    padding-block: 40px;
    background: var(--pcc-bg);
}
.pcc-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
    align-items: start;
}
.pcc-main-col {
    min-width: 0;
}
@media (max-width: 960px) {
    .pcc-with-sidebar {
        grid-template-columns: 1fr;
    }
}

.pcc-empty {
    margin: 16px 0;
    color: var(--pcc-muted);
    font-size: 15px;
}

/* -------------------------------------------------------------
 * 11. Feed (DT-style dense list of stories)
 * ------------------------------------------------------------- */
/* Thumbnail mats — visible surface behind list / compact crops */
.pcc-feed-card__thumb,
.pcc-trending__thumb,
.pcc-card--compact .pcc-card__media,
.pcc-related-story__media {
    background: var(--pcc-thumb-bg);
    border: 1px solid var(--pcc-thumb-border);
    box-shadow: var(--pcc-thumb-shadow);
    border-radius: var(--pcc-radius-sm);
}

.pccentral-posts-feed {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.pcc-feed-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    align-items: start;
    padding: 10px;
    /* border-bottom: 1px solid var(--pcc-hairline); */
    background: var(--pcc-surface);
    margin: 10px 0;
    border-radius: var(--pcc-radius-lg);
}
.pcc-feed-card:first-child {
    /* padding-top: 0; */
}
.pcc-feed-card__thumb {
    position: relative;
    display: block;
    width: 200px;
    height: 125px;
    overflow: hidden;
    border-radius: var(--pcc-radius-sm);
    flex-shrink: 0;
}
.pcc-feed-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.pcc-feed-card:hover .pcc-feed-card__thumb img {
    transform: scale(1.04);
}
.pcc-feed-card__body {
    min-width: 0;
}
.pcc-feed-card__title {
    margin: 0 0 10px;
    font-family: var(--pcc-font-display);
    font-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.22;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.pcc-feed-card__title a {
    color: var(--pcc-text);
    text-decoration: none;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.18em;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.pcc-feed-card__title a:hover {
    color: var(--pcc-accent);
    text-decoration-line: underline;
    text-decoration-color: var(--pcc-accent);
}
.pcc-feed-card__excerpt {
    margin: 0 0 10px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--pcc-muted);
}
.pcc-feed-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--pcc-meta);
}
.pcc-feed-card__meta .pcc-meta__name {
    color: var(--pcc-text);
    font-weight: 600;
}
.pcc-feed-card__meta .pcc-meta__sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--pcc-meta);
    display: inline-block;
    opacity: 0.6;
}

/* bento variants on home page */
.pcc-feed-card--bento-large {
    grid-template-columns: 1fr;
    border-bottom: 0;
    padding: 0;
}
.pcc-feed-card--bento-large .pcc-feed-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.pcc-feed-card--bento-large .pcc-feed-card__title {
    font-size: clamp(22px, 2vw, 28px);
}
.pcc-feed-card--bento-medium {
    grid-template-columns: 1fr;
    border-bottom: 0;
    padding: 0;
}
.pcc-feed-card--bento-medium .pcc-feed-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
}
.pcc-feed-card--bento-small {
    grid-template-columns: 140px 1fr;
}
.pcc-feed-card--bento-small .pcc-feed-card__thumb {
    width: 140px;
    height: 88px;
}

@media (max-width: 640px) {
    .pcc-feed-card {
        grid-template-columns: 130px 1fr;
        gap: 14px;
    }
    .pcc-feed-card__thumb {
        width: 130px;
        height: 88px;
    }
    .pcc-feed-card--bento-small {
        grid-template-columns: 110px 1fr;
    }
    .pcc-feed-card--bento-small .pcc-feed-card__thumb {
        width: 110px;
        height: 70px;
    }
}

/* Two-column variant used by pccentral_the_posts_two_column_feed */
.pccentral-posts-feed--two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 36px;
}
.pccentral-posts-feed--two-col .pcc-feed-card {
    grid-template-columns: 1fr;
}
.pccentral-posts-feed--two-col .pcc-feed-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
}
@media (max-width: 760px) {
    .pccentral-posts-feed--two-col {
        grid-template-columns: 1fr;
    }
    .pccentral-posts-feed--two-col .pcc-feed-card {
        grid-template-columns: 160px 1fr;
        gap: 16px;
    }
    .pccentral-posts-feed--two-col .pcc-feed-card__thumb {
        width: 160px;
        height: 110px;
        aspect-ratio: auto;
    }
}

/* -------------------------------------------------------------
 * 12. Load-more button
 * ------------------------------------------------------------- */
.pcc-load-more-wrap {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.pccentral-load-more-btn {
    background: var(--pcc-text);
    color: #ffffff;
    border: 0;
    padding: 14px 32px;
    font-family: var(--pcc-font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: var(--pcc-radius-md);
    transition: background 0.15s, box-shadow 0.15s, transform 0.15s;
}
.pccentral-load-more-btn:hover {
    background: var(--pcc-accent-gradient);
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.30);
}
.pccentral-load-more-btn[aria-busy="true"] {
    opacity: 0.6;
    cursor: progress;
}

/* -------------------------------------------------------------
 * 13. Sidebar
 * ------------------------------------------------------------- */
.pccentral-sidebar-slot {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
/* Sidebar panels — DT-style soft-gray editorial cards.
 * Same look on home, archive, and single (see `.pcc-latest-band--single`
 * tweaks below for single-only refinements). */
.pcc-sidebar-card {
    background: var(--pcc-surface);
    border-top: 0;
    border-radius: var(--pcc-radius-lg);
    padding: 20px;
}
.pcc-sidebar-card--ad {
    background: var(--pcc-surface);
    border-top: 0;
    border-radius: var(--pcc-radius-lg);
    padding: 20px;
    display: block;
    color: var(--pcc-text);
    font-size: inherit;
    text-transform: none;
    letter-spacing: normal;
}
/* Empty ad placeholder: keep the centred "ADVERTISEMENT" treatment */
.pcc-sidebar-card--ad.pcc-ad-region--placeholder {
    border-top: 0;
    padding: 0;
    background: var(--pcc-surface);
    border-radius: var(--pcc-radius-lg);
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pcc-meta);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.pcc-ad-placeholder__label {
    display: inline-block;
}
.pcc-sidebar-card__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pcc-text);
}
.pcc-sidebar-card__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--pcc-accent);
    border-radius: 50%;
}
/* Card head wraps a .pcc-sidebar-card__title and any right-aligned
   action(s) (e.g. .pcc-sidebar-card__action) in one flex row. When the
   title lives inside this wrapper its own bottom margin is collapsed —
   the wrapper carries the 16px gap below the heading band instead. */
.pcc-sidebar-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.pcc-sidebar-card__head > .pcc-sidebar-card__title {
    margin: 0;
}
.pcc-sidebar-card__action {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--pcc-border);
    background: transparent;
    color: var(--pcc-text);
    font-family: var(--pcc-font-body);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.pcc-sidebar-card__action:hover,
.pcc-sidebar-card__action:focus-visible {
    background: var(--pcc-accent);
    border-color: var(--pcc-accent);
    color: #ffffff;
    outline: none;
}
.pcc-sidebar-card__action:focus-visible {
    box-shadow: 0 0 0 3px var(--pcc-accent-a18);
}

/* Admin-only: post totals (sidebar top) */
.pcc-sidebar-card--admin-metrics .pcc-admin-metrics__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--pcc-border);
    border-radius: 4px;
    padding: 4px 8px;
    font-family: var(--pcc-font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pcc-meta);
}
.pcc-admin-metrics__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.pcc-admin-metrics__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.pcc-admin-metrics__value {
    font-family: var(--pcc-font-display);
    font-size: clamp(26px, 4.2vw, 34px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--pcc-text);
}
.pcc-admin-metrics__label {
    font-family: var(--pcc-font-body);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pcc-meta);
}
@media (max-width: 360px) {
    .pcc-admin-metrics__grid {
        grid-template-columns: 1fr;
    }
}

.pcc-trending {
    display: flex;
    flex-direction: column;
}
.pcc-trending__row {
    display: grid;
    grid-template-columns: 32px 80px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--pcc-hairline);
}
.pcc-trending__row:last-child {
    border-bottom: 0;
}
.pcc-trending__num {
    font-family: var(--pcc-font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--pcc-accent);
    letter-spacing: -0.01em;
}
.pcc-trending__thumb {
    display: block;
    width: 80px;
    height: 56px;
    overflow: hidden;
    border-radius: var(--pcc-radius-sm);
}
.pcc-trending__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pcc-trending__ph {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--pcc-bg-soft);
}

/* Sidebar — flat editorial aside (no frames, spacing-only rhythm) */
.pcc-latest-band--single .pcc-sidebar-card,
.pcc-latest-band--single .pcc-sidebar-card--ad,
.pcc-latest-band--single .pcc-sidebar-card--ad.pcc-ad-region--placeholder {
    border: 0;
    box-shadow: none;
}
.pccentral-sidebar-slot .pcc-sidebar-card,
.pccentral-sidebar-slot .pcc-sidebar-card--ad {
    border-radius: var(--pcc-radius-lg);
}
.pccentral-sidebar-slot .pcc-trending__row,
.pccentral-sidebar-slot .wp-block-latest-posts li,
.pccentral-sidebar-slot .wp-block-latest-posts__list > li {
    border-bottom: 0;
}
.pccentral-sidebar-slot .pcc-trending__thumb,
.pccentral-sidebar-slot .pcc-spotlight__thumb,
.pccentral-sidebar-slot .pcc-latest-posts__thumb {
    border: 0;
    box-shadow: none;
    background: var(--pcc-bg-band);
}
.pcc-latest-band--single .pccentral-sidebar-slot .pcc-trending__thumb,
.pcc-latest-band--single .pccentral-sidebar-slot .pcc-spotlight__thumb,
.pcc-latest-band--single .pccentral-sidebar-slot .pcc-latest-posts__thumb {
    background: var(--pcc-bg-article-muted);
}
.pccentral-sidebar-slot .pcc-widget + .pcc-widget {
    border-top: 0;
}
.pccentral-sidebar-slot .wp-block-search__inside-wrapper {
    border: 0;
    background: var(--pcc-bg-band);
    box-shadow: none;
}
.pccentral-sidebar-slot .wp-block-search__inside-wrapper:focus-within {
    box-shadow: none;
    outline: 2px solid var(--pcc-accent-a18);
    outline-offset: 0;
}
.pcc-latest-band--single .pccentral-sidebar-slot .wp-block-search__inside-wrapper {
    background: var(--pcc-bg-article-muted);
}
.pccentral-sidebar-slot .pcc-sidebar-card__action {
    border: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.pccentral-sidebar-slot .pcc-sidebar-card__action:hover,
.pccentral-sidebar-slot .pcc-sidebar-card__action:focus-visible {
    background: transparent;
    color: var(--pcc-accent);
}
.pccentral-sidebar-slot .pcc-admin-metrics__badge {
    border: 0;
    background: var(--pcc-bg-band);
}

.pcc-trending__body {
    min-width: 0;
}
.pcc-trending__title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pcc-trending__title a {
    color: var(--pcc-text);
}
.pcc-trending__title a:hover {
    color: var(--pcc-accent);
}
.pcc-trending__meta {
    font-size: 11px;
    color: var(--pcc-meta);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* -------------------------------------------------------------
 * 14. Metrics strip (legacy full-bleed — unused since v26.16.0;
 *    admin post counts now render in .pcc-sidebar-card--admin-metrics)
 * ------------------------------------------------------------- */
.pcc-metrics {
    padding-block: 44px;
    background: var(--pcc-bg-soft);
    border-block: 1px solid var(--pcc-border);
}
.pcc-metrics__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pcc-metrics__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pcc-metrics__value {
    font-size: clamp(34px, 4vw, 52px);
    color: var(--pcc-text);
    line-height: 1;
    letter-spacing: -0.02em;
}
.pcc-metrics__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--pcc-meta);
    font-weight: 600;
}
@media (max-width: 720px) {
    .pcc-metrics__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* -------------------------------------------------------------
 * 15. Editorial CTA (newsletter)
 * ------------------------------------------------------------- */
.pcc-editorial-cta {
    padding-block: 56px;
    background: var(--pcc-bg-band);
}
.pcc-editorial-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 36px 40px;
    background: var(--pcc-bg-soft);
    border: 1px solid var(--pcc-border);
    border-radius: var(--pcc-radius-lg);
}
.pcc-editorial-cta__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--pcc-accent);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.pcc-editorial-cta__title {
    margin: 0;
    font-size: clamp(22px, 2.4vw, 32px);
    color: var(--pcc-text);
    line-height: 1.15;
}
.pcc-editorial-cta__button {
    background: var(--pcc-accent);
    color: #ffffff;
    border: 0;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 6px;
    transition: background 0.15s;
}
.pcc-editorial-cta__button:hover {
    background: var(--pcc-accent-hover);
}
@media (max-width: 720px) {
    .pcc-editorial-cta__inner {
        grid-template-columns: 1fr;
        padding: 28px;
    }
}

/* -------------------------------------------------------------
 * 16. Footer
 * ------------------------------------------------------------- */
.pcc-footer {
    position: relative;
    background: var(--pcc-chrome-bg-deep);
    color: var(--pcc-hero-text);
    border-top: 0;
    padding: 50px 0 0;
}
/* Signature gradient edge where the light content meets the dark footer. */
.pcc-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--pcc-accent-gradient);
}
.pcc-footer__inner {
    max-width: var(--pcc-max);
    margin-inline: auto;
    padding-inline: var(--pcc-pad);
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 36px;
    align-items: start;
}
.pcc-footer__brand {
    min-width: 0;
}
.pcc-footer__col {
    min-width: 0;
}
.pcc-footer .pcc-brand__logo {
    width: auto;
    height: auto;
    max-height: 32px;
    max-width: none;
    object-fit: contain;
    object-position: left center;
}
.pcc-footer__desc {
    margin: 12px 0 18px;
    color: var(--pcc-hero-muted);
    font-size: 14px;
    max-width: 38ch;
    line-height: 1.55;
}
.pcc-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pcc-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--pcc-chrome-line);
    border-radius: 50%;
    color: var(--pcc-hero-text);
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.pcc-socials a:hover {
    background: var(--pcc-accent);
    border-color: var(--pcc-accent);
    color: #ffffff;
}
.pcc-socials svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.pcc-footer__label {
    margin: 0 0 16px;
    font-family: var(--pcc-font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pcc-hero-faint);
}
.pcc-footer__menu,
.pcc-footer__legal-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pcc-footer__menu a,
.pcc-footer__legal-menu a {
    color: var(--pcc-hero-muted);
    font-size: 14px;
    transition: color 0.15s;
    text-decoration: none;
}
.pcc-footer__menu a:hover,
.pcc-footer__legal-menu a:hover {
    color: var(--pcc-accent-on-dark);
}
.pcc-footer__hint {
    margin: 0;
    font-size: 13px;
    color: var(--pcc-hero-faint);
}
.pcc-footer__hint a {
    color: var(--pcc-accent-on-dark);
}
.pcc-footer__disclosure {
    max-width: var(--pcc-max);
    margin-inline: auto;
    padding: 18px var(--pcc-pad);
    border-top: 1px solid var(--pcc-chrome-line);
    color: var(--pcc-hero-faint);
    font-size: 12px;
    line-height: 1.55;
}
.pcc-footer__disclosure a {
    color: var(--pcc-accent-on-dark);
}
.pcc-footer__base {
    max-width: var(--pcc-max);
    margin-inline: auto;
    padding: 16px var(--pcc-pad);
    border-top: 1px solid var(--pcc-chrome-line);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: var(--pcc-hero-faint);
    font-size: 12px;
}
.pcc-footer__base a {
    color: var(--pcc-hero-text);
    font-weight: 600;
}
@media (max-width: 1024px) {
    .pcc-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px 40px;
    }
    .pcc-footer__brand {
        grid-column: 1 / -1;
    }
}
@media (max-width: 560px) {
    .pcc-footer__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .pcc-footer__brand {
        grid-column: auto;
    }
}

/* -------------------------------------------------------------
 * 17. Breadcrumbs — blue editorial trail (DT-style)
 * ------------------------------------------------------------- */
.pcc-breadcrumb {
    font-size: 12px;
    color: var(--pcc-accent);
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.pcc-breadcrumb a {
    color: var(--pcc-accent);
    transition: color 0.15s;
}
.pcc-breadcrumb a:hover {
    color: var(--pcc-accent-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.pcc-breadcrumb .breadcrumb-inner {
    display: inline;
}
/* Map Yoast / Rank Math separators (› or /) into a tighter chevron with muted color */
.pcc-breadcrumb .breadcrumb_last,
.pcc-breadcrumb [aria-current="page"] {
    color: var(--pcc-meta);
}

/* -------------------------------------------------------------
 * 18. Author hero (author archive)
 * ------------------------------------------------------------- */
.pcc-author-hero {
    margin-bottom: 28px;
    padding-top: 8px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--pcc-hairline);
}
.pcc-author-hero__inner {
    display: block;
}
.pcc-author-hero__top {
    display: flex;
    align-items: center;
    gap: 24px;
}
.pcc-author-hero__head {
    min-width: 0;
}
.pcc-author-hero__thumb {
    flex-shrink: 0;
    width: 112px;
    height: 112px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 3px;
    background: var(--pcc-accent-gradient);
}
.pcc-author-hero__thumb .avatar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--pcc-bg);
}
.pcc-author-hero__title {
    margin: 0 0 6px;
}
.pcc-author-hero__role-line {
    margin: 0 0 10px;
    font-family: var(--pcc-font-body);
    font-size: 15px;
    line-height: 1.45;
    color: var(--pcc-muted);
}
.pcc-author-hero__role-label {
    font-weight: 600;
    color: var(--pcc-text-3);
}
.pcc-author-hero__role-sep {
    font-weight: 400;
    color: var(--pcc-muted);
}
.pcc-author-hero__role-desc {
    font-weight: 400;
}
.pcc-editor-email {
    margin: 0 0 10px;
    font-family: var(--pcc-font-body);
    font-size: 13px;
    line-height: 1.4;
}
.pcc-editor-email__wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--pcc-accent);
}
.pcc-editor-email__icon {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    color: var(--pcc-accent);
}
.pcc-editor-email__img,
.pcc-email-img {
    display: block;
    height: 18px;
    width: auto;
    max-width: 100%;
}
.pcc-email-img--inline {
    display: inline-block;
    vertical-align: middle;
}
.pcc-author-hero__count {
    margin: 0 0 12px;
    color: var(--pcc-meta);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.pcc-author-hero__bio {
    margin-top: 18px;
    color: var(--pcc-muted);
    font-size: 15px;
    max-width: 70ch;
}

.pcc-archive-description {
    margin: 0 0 24px;
    color: var(--pcc-muted);
    font-size: 16px;
    max-width: 70ch;
}

/* -------------------------------------------------------------
 * 19. Single post (article) — DT-style editorial
 * ------------------------------------------------------------- */
.pcc-latest-band--single {
    padding-block: 36px 64px;
    background:
        radial-gradient(960px 520px at 50% -6%, rgba(124, 58, 237, 0.07), transparent 65%),
        var(--pcc-bg-article);
}
/* Sidebar + in-article panels on singles: lifted but still violet-tinted, never white. */
.pcc-latest-band--single .pcc-sidebar-card,
.pcc-latest-band--single .pcc-sidebar-card--ad,
.pcc-latest-band--single .pcc-sidebar-card--ad.pcc-ad-region--placeholder {
    background: var(--pcc-bg-article-panel);
}
.pcc-latest-band--single .pcc-google-sources__inner {
    background: var(--pcc-bg-article-panel);
}
.pcc-latest-band--single .pcc-google-sources__mark {
    background: var(--pcc-bg-article-muted);
}
.pcc-latest-band--single .entry-content .wp-block-table,
.pcc-latest-band--single .entry-content > table {
    background: var(--pcc-bg-article-panel);
}
.pcc-latest-band--single .entry-content thead th,
.pcc-latest-band--single .entry-content tfoot td,
.pcc-latest-band--single .entry-content tfoot th,
.pcc-latest-band--single .entry-content .wp-block-table figcaption,
.pcc-latest-band--single .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even) td,
.pcc-latest-band--single .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even) th {
    background: var(--pcc-bg-article-muted);
}
.pcc-latest-band--single .entry-content code,
.pcc-latest-band--single .entry-content pre,
.pcc-latest-band--single .pcc-related-story,
.pcc-latest-band--single .entry-content .pcc-related-story:hover {
    background: var(--pcc-bg-article-panel);
}
.pcc-latest-band--single .comment-respond {
    background: var(--pcc-bg-article-panel);
}
.pcc-latest-band--single .comment-form input[type="text"],
.pcc-latest-band--single .comment-form input[type="email"],
.pcc-latest-band--single .comment-form input[type="url"],
.pcc-latest-band--single .comment-form textarea {
    background: var(--pcc-bg-article-muted);
}
.pcc-latest-band--single .pcc-related-more__link,
.pcc-latest-band--single .pcc-related-more__link:hover,
.pcc-latest-band--single .pcc-related-more__link:focus-visible {
    background: var(--pcc-bg-article-panel);
}
.pcc-latest-band--single .comment-content {
    font-family: var(--pcc-font-article);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 500;
}
.pcc-main-col--single {
    min-width: 0;
}
.pcc-single-layout {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.pcc-single-body {
    min-width: 0;
}
@media (max-width: 760px) {
    .pcc-single-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.pcc-single {
    max-width: 760px;
    margin: 0 auto;
}
/* Legacy kicker (kept hidden — replaced by breadcrumb above title) */
.pcc-single__kicker {
    display: none;
}
.pcc-single__title {
    margin: 0 0 18px;
    font-family: var(--pcc-font-display);
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--pcc-text);
}
.pcc-single__dek {
    margin: 0 0 24px;
    font-family: var(--pcc-font-article);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.55;
    color: var(--pcc-muted);
    max-width: 60ch;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.pcc-single__byline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 16px;
    row-gap: 4px;
    margin: 0 0 28px;
    padding-bottom: 22px;
    border-bottom: 0;
}
/* Signature gradient rule closing the title block. */
.pcc-single__byline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: var(--pcc-accent-gradient);
}
.pcc-single__byline > p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}
.pcc-single__author-line {
    color: var(--pcc-text);
}
.pcc-single__byline-by {
    color: var(--pcc-meta);
    font-weight: 400;
    margin-right: 4px;
}
.pcc-single__byline-name {
    font-weight: 700;
    color: var(--pcc-text);
}
.pcc-single__date-line {
    color: var(--pcc-meta);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.pcc-single__byline-published {
    color: var(--pcc-meta);
}
/* Single-post Google preferred-sources CTA (below byline / author). */
.pcc-google-sources {
    margin: 0 0 22px;
}
.pcc-google-sources__admin-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    font-family: var(--pcc-font-body);
    font-size: 12px;
    line-height: 1.4;
    color: var(--pcc-muted);
}
.pcc-google-sources__admin-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--pcc-accent);
}
.pcc-google-sources__inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--pcc-border-soft);
    border-radius: var(--pcc-radius-lg);
    background: var(--pcc-bg-soft);
    box-shadow: var(--pcc-shadow-card-soft);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.pcc-google-sources__inner:hover {
    border-color: var(--pcc-accent-a30);
    background: color-mix(in srgb, var(--pcc-bg-soft) 92%, var(--pcc-accent) 8%);
}
.pcc-google-sources__inner:focus-visible {
    outline: 2px solid var(--pcc-accent);
    outline-offset: 2px;
}
.pcc-google-sources__mark {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--pcc-radius-sm);
    background: var(--pcc-surface);
    border: 1px solid var(--pcc-border-soft);
}
.pcc-google-sources__mark svg {
    display: block;
}
.pcc-google-sources__copy {
    min-width: 0;
    flex: 1 1 auto;
}
.pcc-google-sources__title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.005em;
    color: var(--pcc-text);
}
.pcc-google-sources__hint {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--pcc-muted);
}
@media (max-width: 520px) {
    .pcc-google-sources__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .pcc-google-sources__mark {
        width: 36px;
        height: 36px;
    }
}
/* Legacy meta row hidden (replaced by .pcc-single__byline) */
.pcc-single__meta {
    display: none;
}
.pcc-single__hero {
    margin: 0 0 32px;
    padding: 0;
}
.pcc-single__hero img {
    width: 100%;
    height: auto;
    border-radius: var(--pcc-radius-lg);
    display: block;
}
.pcc-single__hero-caption {
    margin-top: 8px;
    font-size: 12px;
    color: var(--pcc-meta);
    line-height: 1.4;
}

/* Category eyebrow sits at the very top of the article column (above the title).
 * Replaces the breadcrumb on single posts as of v26.5.0. */
.pcc-single__categories {
    margin: 0 0 18px;
}
.pcc-single__categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
}
.pcc-single__category {
    display: inline-block;
    font-size: 11px;
    color: #ffffff;
    background: var(--pcc-accent);
    padding: 4px 10px;
    border-radius: var(--pcc-radius-sm);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    transition: background 0.15s, box-shadow 0.15s;
}
.pcc-single__category:hover {
    background: var(--pcc-accent-hover);
    box-shadow: 0 3px 10px rgba(124, 58, 237, 0.30);
}

/* Single-post sidebar refinements — base panel (bg, padding, radius) is
 * now inherited from `.pcc-sidebar-card` / `.pcc-sidebar-card--ad`, so
 * home and single share identical chrome. On single posts the trending
 * list drops the number column and tightens the row geometry to look
 * like DT's "More News" panel. */
.pcc-latest-band--single .pcc-sidebar-card--trending .pcc-sidebar-card__title {
    margin: 0 0 14px;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: var(--pcc-text);
}
.pcc-latest-band--single .pcc-sidebar-card--trending .pcc-trending__row {
    grid-template-columns: 64px 1fr;
    gap: 12px;
    padding: 12px 0;
}
.pcc-latest-band--single .pcc-sidebar-card--trending .pcc-trending__row:first-child {
    padding-top: 0;
}
.pcc-latest-band--single .pcc-sidebar-card--trending .pcc-trending__num {
    display: none;
}
.pcc-latest-band--single .pcc-sidebar-card--trending .pcc-trending__thumb {
    width: 64px;
    height: 64px;
    grid-column: 1;
}
.pcc-latest-band--single .pcc-sidebar-card--trending .pcc-trending__body {
    grid-column: 2;
}
.pcc-latest-band--single .pcc-sidebar-card--trending .pcc-trending__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4px;
}
.pcc-latest-band--single .pcc-sidebar-card--ad .wp-block-heading {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.18em;
}
.pcc-latest-band--single .pcc-sidebar-card--ad .wp-block-latest-posts li,
.pcc-latest-band--single .pcc-sidebar-card--ad .wp-block-latest-posts__list > li {
    padding: 12px 0;
}
.pcc-latest-band--single .pcc-sidebar-card--ad .wp-block-latest-posts li:first-child,
.pcc-latest-band--single .pcc-sidebar-card--ad .wp-block-latest-posts__list > li:first-child {
    padding-top: 0;
}

.entry-content {
    font-family: var(--pcc-font-article);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: -0.012em;
    color: var(--pcc-text-2);
}
.entry-content > * {
    margin: 0 0 1.2em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: var(--pcc-font-display);
    letter-spacing: -0.01em;
    color: var(--pcc-text);
    line-height: 1.2;
    margin-top: 1.6em;
}
.entry-content h2 {
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.02em;
}
/* v27 editorial drop cap — only when the article opens with a paragraph. */
.pcc-single .entry-content > p:first-child::first-letter {
    float: left;
    font-family: var(--pcc-font-display);
    font-weight: 800;
    font-size: 3.3em;
    line-height: 0.82;
    padding: 0.06em 0.12em 0 0;
    color: var(--pcc-accent);
}
.entry-content h3 {
    font-size: 21px;
}
.entry-content h4 {
    font-size: 18px;
}
.entry-content blockquote {
    position: relative;
    margin: 1.6em 0;
    padding: 6px 0 6px 22px;
    border-left: 0;
    font-family: var(--pcc-font-display);
    font-style: normal;
    font-weight: 600;
    color: var(--pcc-text);
    font-size: 19px;
    line-height: 1.45;
    letter-spacing: -0.01em;
}
/* Thick violet→magenta gradient bar replaces the flat accent rule. */
.entry-content blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7c3aed 0%, #db2777 100%);
}
.entry-content blockquote cite {
    display: block;
    margin-top: 0.6em;
    font-family: var(--pcc-font-body);
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pcc-meta);
}
/* Gutenberg pull quote — oversized display treatment. */
.entry-content .wp-block-pullquote {
    border: 0;
    padding: 1.4em 0;
    margin: 1.8em 0;
    text-align: left;
}
.entry-content .wp-block-pullquote blockquote {
    margin: 0;
    padding-left: 26px;
    font-size: clamp(21px, 2.2vw, 26px);
    font-weight: 700;
    line-height: 1.3;
}
.entry-content figure {
    margin: 1.6em 0;
}
.entry-content figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: var(--pcc-meta);
    text-align: center;
}
.entry-content code,
.entry-content pre {
    background: var(--pcc-bg-soft);
    border-radius: 6px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.92em;
}
.entry-content code {
    padding: 1px 6px;
}
.entry-content pre {
    padding: 14px 16px;
    overflow-x: auto;
    border: 1px solid var(--pcc-border);
}
.entry-content ul,
.entry-content ol {
    padding-left: 1.4em;
}
.entry-content li {
    margin: 0.3em 0;
}
.entry-content hr {
    border: 0;
    border-top: 1px solid var(--pcc-hairline);
    margin: 2em 0;
}

/* -------------------------------------------------------------
 * 19b. Post tables — editorial data tables inside .entry-content
 *      Covers Gutenberg <figure.wp-block-table> and raw <table>
 *      markup. The frame, type, and tint vocabulary match the
 *      soft-band / hairline / kicker system already used by
 *      blockquote, code, related-story, and the tags row.
 *
 *      Architecture: the figure is the visual frame (border +
 *      radius + soft shadow) and also the horizontal-scroll
 *      container for wide tables. The thead row is a kicker band
 *      (Bricolage, uppercase, --pcc-bg-soft). Body rows separate
 *      with hairline rules and tint to --pcc-accent-a08 on hover.
 *      The .is-style-stripes block style is honoured. <caption>
 *      and Gutenberg <figcaption> share the muted italic caption
 *      treatment used by figures elsewhere in the post.
 * ------------------------------------------------------------- */
.entry-content .wp-block-table {
    overflow-x: auto;
    border: 1px solid var(--pcc-border);
    border-radius: var(--pcc-radius-md);
    background: var(--pcc-surface);
    box-shadow: var(--pcc-shadow-card-soft);
}
.entry-content .wp-block-table > table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.55;
    color: var(--pcc-text-2);
}
/* Raw <table> markup (i.e. not wrapped by Gutenberg's <figure>)
 * intentionally has no table-level rule here — the table element is
 * a `display: table` formatting context that does not honour overflow,
 * and forcing `display: block` to fake horizontal scroll collapses
 * column auto-sizing. Raw tables still pick up the kicker thead,
 * hairline body cells, hover tint, tfoot band, and caption rules
 * below; they just don't wear the outer hairline+radius frame that
 * the Gutenberg figure provides. */
.entry-content thead th {
    font-family: var(--pcc-font-display);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: left;
    color: var(--pcc-text);
    background: var(--pcc-bg-soft);
    padding: 12px 16px;
    border-bottom: 1px solid var(--pcc-border);
    white-space: nowrap;
}
.entry-content tbody td,
.entry-content tbody th {
    padding: 12px 16px;
    border-top: 1px solid var(--pcc-hairline);
    vertical-align: top;
    text-align: left;
}
.entry-content tbody tr:first-child td,
.entry-content tbody tr:first-child th {
    border-top: 0;
}
.entry-content tbody tr {
    transition: background-color 0.12s ease;
}
.entry-content tbody tr:hover td,
.entry-content tbody tr:hover th {
    background: var(--pcc-accent-a08);
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even) td,
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even) th {
    background: var(--pcc-bg-soft);
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even):hover td,
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even):hover th {
    background: var(--pcc-accent-a12);
}
.entry-content tfoot td,
.entry-content tfoot th {
    padding: 12px 16px;
    border-top: 1px solid var(--pcc-border);
    background: var(--pcc-bg-soft);
    font-weight: 600;
    color: var(--pcc-text);
}
.entry-content table a {
    color: var(--pcc-accent);
}
.entry-content .wp-block-table figcaption {
    margin: 0;
    padding: 10px 16px;
    background: var(--pcc-bg-soft);
    border-top: 1px solid var(--pcc-hairline);
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--pcc-meta);
    text-align: center;
    font-style: italic;
}
.entry-content caption {
    caption-side: bottom;
    padding: 10px 12px 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--pcc-meta);
    text-align: center;
    font-style: italic;
}
@media (max-width: 600px) {
    .entry-content .wp-block-table > table {
        font-size: 14px;
    }
    .entry-content thead th,
    .entry-content tbody td,
    .entry-content tbody th,
    .entry-content tfoot td,
    .entry-content tfoot th {
        padding: 10px 12px;
    }
}

/* -------------------------------------------------------------
 * 19c. Raw <table> framing & centring (no <figure> wrapper)
 *
 * Authoring path: a writer pastes plain HTML <table> markup
 * into the post body via the Custom HTML block or the Classic
 * editor. The result is a <table> sitting as a direct child of
 * .entry-content with NO <figure class="wp-block-table">
 * wrapper around it.
 *
 * 19b's frame (border + radius + soft shadow) lives on the
 * <figure>, which is why a Gutenberg Table block looks framed
 * but a raw <table> from the Custom HTML block does not — and
 * why v26.9.2 explicitly removed the broken
 * `display: block; overflow-x: auto` raw-table fallback (which
 * stripped the table formatting context and didn't actually
 * scroll, since overflow does not apply to display:table).
 *
 * 19c gives the <table> ELEMENT itself a frame, by:
 *
 *   - Switching to `border-collapse: separate; border-spacing:
 *     0` so border-radius actually clips. With the default
 *     `border-collapse: collapse` the corner cells paint over
 *     the table border and ignore the table's border-radius —
 *     this is the documented root cause of "rounded tables
 *     don't work" on the web platform.
 *   - Applying the same hairline border, --pcc-radius-md
 *     corners, --pcc-surface fill, and --pcc-shadow-card-soft
 *     drop-shadow that 19b puts on `.wp-block-table` — so a
 *     raw table now reads as the same visual primitive as a
 *     Gutenberg one.
 *   - Rounding the four CORNER CELLS to match the table's
 *     border-radius. Cell backgrounds (the Bricolage kicker
 *     band on thead, the --pcc-bg-soft tfoot band) otherwise
 *     paint into the rounded corner and visually un-round it,
 *     because `overflow: hidden` on a display:table element
 *     has no effect. Matching radii on the corner cells is
 *     the canonical workaround.
 *
 * Centring is done at the block level: `margin: 1.75em auto`
 * with `width: max-content` so small spec tables (like a
 * 5-row × 2-col PSU sheet) shrink-wrap to their natural width
 * and sit centred in the post column, and `max-width: 100%`
 * so a wide table still caps at the column edge instead of
 * blowing out the gutter. Below 600px the rule flips to
 * `width: 100%` so the table fills the narrow viewport
 * instead of being stranded with empty side margins.
 *
 * Scoping: `.entry-content > table` matches raw tables only.
 * Gutenberg's <figure.wp-block-table> wrapper makes block
 * tables a grand-child of .entry-content, so they stay on
 * 19b's figure-frame path and don't double-up the chrome.
 * ------------------------------------------------------------- */
.entry-content > table {
    margin: 1.75em auto;
    width: max-content;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--pcc-border);
    border-radius: var(--pcc-radius-md);
    background: var(--pcc-surface);
    box-shadow: var(--pcc-shadow-card-soft);
    font-size: 15px;
    line-height: 1.55;
    color: var(--pcc-text-2);
}

/* Round the four outer corners by matching the corner cells'
 * radii to the table's. The `calc(... - 1px)` accounts for the
 * 1px outer border so the cell paint stops cleanly INSIDE the
 * frame instead of bleeding into the border itself. */
.entry-content > table > thead > tr:first-child > th:first-child,
.entry-content > table > thead > tr:first-child > td:first-child {
    border-top-left-radius: calc(var(--pcc-radius-md) - 1px);
}
.entry-content > table > thead > tr:first-child > th:last-child,
.entry-content > table > thead > tr:first-child > td:last-child {
    border-top-right-radius: calc(var(--pcc-radius-md) - 1px);
}
/* Headerless tables: top corners belong to the first tbody row. */
.entry-content > table:not(:has(> thead)) > tbody > tr:first-child > th:first-child,
.entry-content > table:not(:has(> thead)) > tbody > tr:first-child > td:first-child {
    border-top-left-radius: calc(var(--pcc-radius-md) - 1px);
}
.entry-content > table:not(:has(> thead)) > tbody > tr:first-child > th:last-child,
.entry-content > table:not(:has(> thead)) > tbody > tr:first-child > td:last-child {
    border-top-right-radius: calc(var(--pcc-radius-md) - 1px);
}
/* Footerless tables: bottom corners belong to the last tbody row. */
.entry-content > table:not(:has(> tfoot)) > tbody > tr:last-child > th:first-child,
.entry-content > table:not(:has(> tfoot)) > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: calc(var(--pcc-radius-md) - 1px);
}
.entry-content > table:not(:has(> tfoot)) > tbody > tr:last-child > th:last-child,
.entry-content > table:not(:has(> tfoot)) > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: calc(var(--pcc-radius-md) - 1px);
}
/* Tables WITH a tfoot: bottom corners belong to tfoot's last row. */
.entry-content > table > tfoot > tr:last-child > th:first-child,
.entry-content > table > tfoot > tr:last-child > td:first-child {
    border-bottom-left-radius: calc(var(--pcc-radius-md) - 1px);
}
.entry-content > table > tfoot > tr:last-child > th:last-child,
.entry-content > table > tfoot > tr:last-child > td:last-child {
    border-bottom-right-radius: calc(var(--pcc-radius-md) - 1px);
}

@media (max-width: 600px) {
    .entry-content > table {
        width: 100%;
        margin: 1.25em auto;
    }
}

.pcc-single__tags {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--pcc-hairline);
}
.pcc-single__tags-label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pcc-meta);
}
.pcc-single__tags-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pcc-single__tag {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid var(--pcc-border);
    border-radius: 999px;
    font-size: 12px;
    color: var(--pcc-text);
    font-weight: 600;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.pcc-single__tag:hover {
    background: var(--pcc-accent);
    border-color: var(--pcc-accent);
    color: #ffffff;
}
/* Post author byline — horizontal 30 / 70 split bracketed by hairlines.
   LEFT cell (.pcc-single__author-identity, 30% of the row) groups the
   circular avatar and the author's display name side-by-side; RIGHT cell
   (.pcc-single__author-body, the remaining 1fr) carries the bio prose and
   is preceded by a 1px vertical hairline so the two halves read as
   structurally separate. The component itself has no background and no
   left/right border — only top + bottom hairline rules — so it sits cleanly
   in the post column without competing with figures or pull-quotes. */
.pcc-single__author {
    margin-top: 36px;
    padding-block: 24px;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--pcc-hairline);
    border-bottom: 1px solid var(--pcc-hairline);
    border-radius: 0;
}
.pcc-single__author-inner {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 28px;
    align-items: center;
}
.pcc-single__author-identity {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}
.pcc-single__author-avatar {
    flex-shrink: 0;
    line-height: 0;
    /* v27 gradient ring around the author portrait */
    padding: 3px;
    border-radius: 50%;
    background: var(--pcc-accent-gradient);
}
.pcc-single__author-avatar img,
.pcc-single__author-avatar .avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: block;
    border: 2px solid var(--pcc-bg);
}
.pcc-single__author-name {
    margin: 0;
    font-family: var(--pcc-font-display);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--pcc-text);
    min-width: 0;
    overflow-wrap: anywhere;
}
.pcc-single__author-name a {
    color: inherit;
    text-decoration: none;
}
.pcc-single__author-name a:hover {
    color: var(--pcc-accent);
}
.pcc-single__author-body {
    border-left: 1px solid var(--pcc-hairline);
    padding-left: 28px;
    min-width: 0;
}
.pcc-single__author-bio {
    color: var(--pcc-text);
    font-family: var(--pcc-font-body);
    font-size: 15px;
    line-height: 1.6;
}
.pcc-single__author-bio p {
    margin: 0;
}
.pcc-single__author-bio p + p {
    margin-top: 8px;
}
@media (max-width: 640px) {
    .pcc-single__author-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .pcc-single__author-body {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid var(--pcc-hairline);
        padding-top: 16px;
    }
    .pcc-single__author-avatar img,
    .pcc-single__author-avatar .avatar {
        width: 64px;
        height: 64px;
    }
}

/* -------------------------------------------------------------
 * 20. Share rail
 * ------------------------------------------------------------- */
.pcc-share-rail {
    position: sticky;
    top: 90px;
}
.pcc-share-rail__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pcc-share-rail__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: var(--pcc-chrome-bg);
    color: #ffffff;
    transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.pcc-share-rail__btn:hover {
    background: var(--pcc-accent);
    border-color: var(--pcc-accent);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
}
.pcc-share-rail__btn[data-state="copied"] {
    background: var(--pcc-accent);
    border-color: var(--pcc-accent);
    color: #ffffff;
}
@media (max-width: 760px) {
    .pcc-share-rail {
        position: static;
        margin-bottom: 16px;
    }
    .pcc-share-rail__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* -------------------------------------------------------------
 * 20b. Related story (inline editorial callout inside the entry-content)
 * ------------------------------------------------------------- */
.pcc-related-story {
    display: block;
    margin: 28px 0;
    background: var(--pcc-bg-article-panel);
    border: 1px solid var(--pcc-border-soft);
    border-radius: var(--pcc-radius-lg);
    box-shadow: none;
    outline: 0;
    overflow: hidden;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}
.pcc-related-story:hover {
    background: var(--pcc-bg-article-panel);
    border-color: var(--pcc-accent-a30);
    box-shadow: none;
}
.pcc-related-story__link,
.entry-content .pcc-related-story__link {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px 16px;
    color: inherit;
    text-decoration: none;
    border: 0;
}
.pcc-related-story__media {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: var(--pcc-radius-sm);
    overflow: hidden;
    flex-shrink: 0;
}
.pcc-related-story__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.pcc-related-story__thumb--placeholder {
    background:
        repeating-linear-gradient(45deg, var(--pcc-bg-soft), var(--pcc-bg-soft) 10px, var(--pcc-featured-linear-end) 10px, var(--pcc-featured-linear-end) 20px);
}
.pcc-related-story:hover .pcc-related-story__thumb {
    transform: scale(1.04);
}
.pcc-related-story__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.pcc-related-story__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pcc-accent);
    line-height: 1;
}
.pcc-related-story__title {
    font-family: var(--pcc-font-display);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: var(--pcc-text);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pcc-related-story:hover .pcc-related-story__title {
    color: var(--pcc-accent);
}
@media (max-width: 480px) {
    .pcc-related-story__link {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 14px;
    }
    .pcc-related-story__media {
        width: 72px;
        height: 72px;
    }
    .pcc-related-story__title {
        font-size: 15px;
    }
}

/* -------------------------------------------------------------
 * 20c. Team compact — inline roster pills (Contact, etc.)
 *      Rendered by [pcc_team layout="compact"] (see
 *      mu-plugins/pcc-site-structure.php). Each <li> is a
 *      pill-shaped link: 36px avatar, then a text stack (name +
 *      role label + explanation) in Inter, soft-band card chrome
 *      that tints to --pcc-accent-a08 / --pcc-accent-a30 on hover.
 *      The chrome reuses the same hairline / soft-band / accent
 *      vocabulary as .pcc-single__author and .pcc-related-story
 *      so the roster slots cleanly into either .entry-content,
 *      the team / about page, or the sidebar without further
 *      scoping. The name uses the body Inter stack (matching the
 *      sidebar link-typography sweep in section 24).
 * ------------------------------------------------------------- */
.pcc-team-compact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}
.pcc-team-compact__item {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 0 0 auto;
    max-width: 100%;
}
.pcc-team-compact__item::marker {
    content: none;
}
.pcc-team-compact__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    box-sizing: border-box;
    max-width: min(100%, 420px);
    padding: 6px 14px 6px 6px;
    color: var(--pcc-text);
    text-decoration: none;
    background: var(--pcc-bg-soft);
    border: 1px solid var(--pcc-border-soft);
    border-radius: var(--pcc-radius-md);
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.pcc-team-compact__link:hover,
.pcc-team-compact__link:focus-visible {
    background: var(--pcc-accent-a08);
    border-color: var(--pcc-accent-a30);
}
.pcc-team-compact__thumb {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--pcc-border-soft);
    line-height: 0;
}
.pcc-team-compact__thumb .avatar,
.pcc-team-compact__thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    border-radius: 0 !important;
}
.pcc-team-compact__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1;
    align-items: flex-start;
    text-align: left;
}
.pcc-team-compact__name {
    font-family: var(--pcc-font-body);
    font-weight: 600;
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: -0.003em;
    color: var(--pcc-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: color 0.15s ease;
}
.pcc-team-compact__role {
    font-family: var(--pcc-font-body);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    color: var(--pcc-muted);
    white-space: normal;
}
.pcc-team-compact__role-label {
    font-weight: 600;
    color: var(--pcc-text-3);
}
.pcc-team-compact__role-sep {
    font-weight: 400;
    color: var(--pcc-muted);
}
.pcc-team-compact__role-explain {
    font-weight: 400;
}
.pcc-team-compact__link:hover .pcc-team-compact__name,
.pcc-team-compact__link:focus-visible .pcc-team-compact__name {
    color: var(--pcc-accent);
}
.pcc-team-compact__link:hover .pcc-team-compact__role-label,
.pcc-team-compact__link:focus-visible .pcc-team-compact__role-label {
    color: var(--pcc-text-2);
}
@media (max-width: 480px) {
    .pcc-team-compact {
        gap: 6px;
    }
    .pcc-team-compact__link {
        min-height: 44px;
        padding: 4px 12px 4px 4px;
        gap: 8px;
    }
    .pcc-team-compact__thumb {
        width: 32px;
        height: 32px;
    }
    .pcc-team-compact__name {
        font-size: 13.5px;
    }
    .pcc-team-compact__role {
        font-size: 11.5px;
    }
}

/* -------------------------------------------------------------
 * 20d. About — [pcc_team layout="full"] roster (mu-plugins; formerly /authors/)
 *      Full-width member cards + role line under the H3.
 * ------------------------------------------------------------- */
.pcc-team__member {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--pcc-border-soft);
}
.pcc-team__member:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.pcc-team__member-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.pcc-team__thumb {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--pcc-border-soft);
    line-height: 0;
}
.pcc-team__thumb .avatar,
.pcc-team__thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    border-radius: 0 !important;
}
.pcc-team__member-main {
    min-width: 0;
    flex: 1;
}
.pcc-team .pcc-team__name {
    margin: 0 0 6px;
    font-family: var(--pcc-font-body);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
}
.pcc-team .pcc-team__name a {
    color: var(--pcc-text);
    text-decoration: none;
}
.pcc-team .pcc-team__name a:hover,
.pcc-team .pcc-team__name a:focus-visible {
    color: var(--pcc-accent);
    text-decoration: underline;
}
.pcc-team__role-line {
    margin: 0 0 12px;
    font-family: var(--pcc-font-body);
    font-size: 14px;
    line-height: 1.45;
    color: var(--pcc-muted);
}
.pcc-team__role-label {
    font-weight: 600;
    color: var(--pcc-text-3);
}
.pcc-team__role-sep {
    font-weight: 400;
    color: var(--pcc-muted);
}
.pcc-team__role-desc {
    font-weight: 400;
}
.pcc-team .pcc-editor-email,
.pcc-team-compact .pcc-editor-email {
    margin: 8px 0 0;
    font-size: 14px;
}
.pcc-team-compact .pcc-editor-email {
    padding-left: calc(96px + 16px);
}
.pcc-team .pcc-team__bio {
    font-family: var(--pcc-font-body);
    font-size: 15px;
    line-height: 1.55;
    color: var(--pcc-text-2);
}
.pcc-team .pcc-team__bio p {
    margin: 0 0 0.65em;
}
.pcc-team .pcc-team__bio p:last-child {
    margin-bottom: 0;
}

/* -------------------------------------------------------------
 * 21. Comments - v27 threaded discussion
 * ------------------------------------------------------------- */
#comments,
.pcc-comments {
    margin-top: 56px;
    max-width: 820px;
}
.pcc-comments {
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(124, 58, 237, 0.08), rgba(219, 39, 119, 0.04)),
        var(--pcc-bg-article-panel);
    border: 1px solid var(--pcc-border-soft);
    border-radius: var(--pcc-radius-lg);
    box-shadow: var(--pcc-shadow-card-soft);
}
.pcc-comments__head {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--pcc-hairline);
}
.pcc-comments__eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pcc-accent);
}
#comments .comments-title,
.pcc-comments__title {
    margin: 0;
    font-family: var(--pcc-font-display);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1;
    color: var(--pcc-text);
}
.pcc-comments__intro {
    max-width: 56ch;
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--pcc-muted);
}
.comment-list,
.children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list {
    display: grid;
    gap: 12px;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
    position: relative;
}
.comment-list .comment-body {
    position: relative;
    padding: 16px 16px 16px 64px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: var(--pcc-radius-lg);
    box-shadow: 0 1px 0 rgba(34, 22, 64, 0.04);
}
.comment-list .comment-body:hover {
    border-color: var(--pcc-accent-a30);
}
.comment-list .comment-author {
    display: flex;
    align-items: center;
    min-height: 40px;
    gap: 9px;
    margin-bottom: 2px;
    font-size: 14px;
}
.comment-list .comment-author .avatar {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--pcc-bg-article-muted);
    box-shadow: 0 0 0 2px var(--pcc-bg-article-panel);
}
.comment-author cite,
.comment-author .fn {
    color: var(--pcc-text);
    font-weight: 800;
    font-style: normal;
}
.comment-author .fn a {
    color: inherit;
    text-decoration: none;
}
.comment-author .fn a:hover,
.comment-author .fn a:focus-visible {
    color: var(--pcc-accent);
    text-decoration: underline;
}
.comment-author .says {
    color: var(--pcc-meta);
    font-size: 12px;
}
.comment-meta {
    margin: 0 0 10px;
    font-size: 12px;
    color: var(--pcc-meta);
}
.comment-metadata a,
.comment-meta a {
    color: inherit;
    text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus-visible,
.comment-meta a:hover,
.comment-meta a:focus-visible {
    color: var(--pcc-accent);
    text-decoration: underline;
}
.comment-content {
    font-family: var(--pcc-font-body);
    font-size: 15px;
    line-height: 1.62;
    color: var(--pcc-text-2);
}
.comment-content p {
    margin: 0 0 0.85em;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.comment-awaiting-moderation {
    display: inline-block;
    margin: 8px 0;
    padding: 5px 8px;
    border-radius: var(--pcc-radius-sm);
    background: var(--pcc-accent-a10);
    color: var(--pcc-accent);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}
.reply {
    margin-top: 12px;
}
.comment-reply-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: var(--pcc-radius-pill);
    color: var(--pcc-meta);
    background: rgba(124, 58, 237, 0.07);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.comment-reply-link::before {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}
.comment-reply-link:hover,
.comment-reply-link:focus-visible {
    color: #ffffff;
    background: var(--pcc-accent);
}
.children {
    position: relative;
    margin-top: 12px;
    margin-left: 28px;
    padding-left: 18px;
    display: grid;
    gap: 12px;
}
.children::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    border-radius: var(--pcc-radius-pill);
    background: linear-gradient(180deg, var(--pcc-accent-a30), rgba(219, 39, 119, 0.18));
}
.children .comment-body {
    background: rgba(255, 255, 255, 0.3);
}
.bypostauthor > .comment-body {
    border-color: var(--pcc-accent-a36);
    box-shadow: inset 4px 0 0 var(--pcc-accent);
}
.bypostauthor > .comment-body .fn::after {
    content: "Author";
    display: inline-block;
    margin-left: 8px;
    padding: 3px 6px;
    border-radius: var(--pcc-radius-pill);
    background: var(--pcc-accent-gradient-soft);
    color: var(--pcc-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    vertical-align: middle;
}
.comments-pagination,
.comment-navigation,
.comment-navigation .nav-links {
    margin-top: 18px;
}
.comment-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.comment-navigation a,
.comments-pagination a {
    color: var(--pcc-accent);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.comment-navigation a:hover,
.comment-navigation a:focus-visible,
.comments-pagination a:hover,
.comments-pagination a:focus-visible {
    color: var(--pcc-accent-hover);
    text-decoration: underline;
}
.pcc-comments__closed {
    margin: 18px 0 0;
    color: var(--pcc-meta);
    font-size: 14px;
}

/* ---- Comment form ---- */
.comment-respond {
    margin-top: 28px;
    max-width: 100%;
    padding: 22px;
    background: var(--pcc-bg-article);
    border: 1px solid var(--pcc-border-soft);
    border-radius: var(--pcc-radius-lg);
}
.comment-list + .comment-respond,
.children .comment-respond {
    margin-top: 12px;
}
.children .comment-respond {
    margin-left: 46px;
}
.comment-respond .comment-reply-title {
    font-family: var(--pcc-font-display);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pcc-text);
    margin: 0 0 6px;
    line-height: 1.2;
}
.comment-respond .comment-reply-title small {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.comment-respond .comment-reply-title small a {
    color: var(--pcc-meta);
}
.comment-respond .comment-reply-title small a:hover {
    color: var(--pcc-accent);
    text-decoration: underline;
}
.comment-respond .logged-in-as {
    margin: 0 0 18px;
    font-size: 13px;
    color: var(--pcc-meta);
    line-height: 1.5;
}
.comment-respond .logged-in-as a {
    color: var(--pcc-accent);
    font-weight: 700;
}
.comment-respond .logged-in-as a:hover {
    color: var(--pcc-accent-hover);
    text-decoration: underline;
}
.comment-respond .required-field-message {
    display: inline-block;
    margin-left: 4px;
    color: var(--pcc-meta);
    font-size: 12px;
}
.comment-respond .required {
    color: var(--pcc-accent);
    font-weight: 800;
}

.comment-form {
    display: grid;
    gap: 16px;
}
.comment-form label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--pcc-meta);
    margin-bottom: 6px;
    font-weight: 800;
}
.comment-form > p {
    margin: 0;
}
.comment-form-comment {
    grid-column: 1 / -1;
}
@media (min-width: 640px) {
    .comment-form {
        grid-template-columns: 1fr 1fr;
    }
    .comment-form-comment,
    .comment-form-cookies-consent,
    .form-submit,
    .comment-notes,
    .logged-in-as {
        grid-column: 1 / -1;
    }
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    border: 1px solid rgba(124, 58, 237, 0.18);
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    background: var(--pcc-bg-article-panel);
    color: var(--pcc-text);
    border-radius: var(--pcc-radius-sm);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--pcc-accent);
    background: var(--pcc-bg-article);
    box-shadow: 0 0 0 3px var(--pcc-accent-a10);
}
.comment-form textarea {
    min-height: 150px;
    resize: vertical;
    line-height: 1.55;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--pcc-muted);
}
.comment-form-cookies-consent label {
    display: inline;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
    color: var(--pcc-muted);
}
.comment-form-cookies-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--pcc-accent);
    margin: 0;
    flex-shrink: 0;
}
.form-submit {
    margin: 0;
}
.comment-form .submit {
    background: var(--pcc-accent);
    color: #ffffff;
    border: 0;
    padding: 12px 26px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: var(--pcc-radius-sm);
    cursor: pointer;
    transition: background 0.15s ease, transform 0.06s ease;
}
.comment-form .submit:hover {
    background: var(--pcc-accent-hover);
}
.comment-form .submit:active {
    transform: translateY(1px);
}
.comment-form .submit:focus-visible {
    outline: 2px solid var(--pcc-accent);
    outline-offset: 3px;
}
.comment-notes {
    margin: 0 0 4px;
    font-size: 13px;
    color: var(--pcc-meta);
}
.must-log-in,
.pcc-comments__login-required {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: var(--pcc-radius-md);
    border: 1px solid var(--pcc-border-soft);
    background: color-mix(in srgb, var(--pcc-accent) 6%, var(--pcc-bg-article));
    font-size: 14px;
    line-height: 1.55;
    color: var(--pcc-text);
}
.must-log-in a,
.pcc-comments__login-required a {
    color: var(--pcc-accent);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.must-log-in a:hover,
.pcc-comments__login-required a:hover {
    color: var(--pcc-accent-strong, var(--pcc-accent));
}
@media (max-width: 640px) {
    .pcc-comments {
        padding: 18px;
    }
    .comment-list .comment-body {
        padding: 14px 14px 14px 56px;
    }
    .comment-list .comment-author .avatar {
        top: 14px;
        left: 14px;
        width: 32px;
        height: 32px;
    }
    .children {
        margin-left: 10px;
        padding-left: 14px;
    }
    .children .comment-respond {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------
 * 22. WordPress / Gutenberg defaults
 * ------------------------------------------------------------- */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption-text,
.gallery-caption {
    font-size: 12px;
    color: var(--pcc-meta);
    text-align: center;
    margin-top: 6px;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--pcc-radius-lg);
    margin: 0 auto;
}
.wp-block-cover {
    border-radius: var(--pcc-radius-lg);
    overflow: hidden;
}
.page-links {
    margin-top: 24px;
    font-size: 14px;
}
.page-links a {
    display: inline-block;
    padding: 4px 10px;
    margin-inline: 4px;
    border: 1px solid var(--pcc-border);
    border-radius: 6px;
    color: var(--pcc-text);
}
.page-links a:hover {
    background: var(--pcc-accent);
    border-color: var(--pcc-accent);
    color: #ffffff;
}

/* Page template (Page object) */
.pcc-page {
    max-width: 800px;
    margin: 0 auto;
    padding-block: 32px;
}
.pcc-page__title {
    font-family: var(--pcc-font-display);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
    color: var(--pcc-text);
}

/* -------------------------------------------------------------
 * 23. Ad regions
 * ------------------------------------------------------------- */
.pcc-ad-region {
    margin: 28px 0;
}
.pcc-ad-region.pcc-ad-region--placeholder:not(.pcc-sidebar-card--ad) {
    background: var(--pcc-bg-soft);
    border: 1px dashed var(--pcc-border);
    color: var(--pcc-meta);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-align: center;
    padding: 24px;
    border-radius: var(--pcc-radius-lg);
}
.pcc-ad-feed-before-more {
    margin: 12px 0 20px;
}

/* -------------------------------------------------------------
 * 24. Sidebar widget content (Search + Latest Posts inside .pcc-sidebar-card--ad)
 * Block-editor markup: .widget_block, .wp-block-search, .wp-block-latest-posts.
 * ------------------------------------------------------------- */
.pcc-sidebar-card--ad .pcc-widget {
    margin: 0;
}
.pcc-sidebar-card--ad .pcc-widget + .pcc-widget {
    margin-top: 22px;
    padding-top: 22px;
}
.pcc-sidebar-card--ad .pcc-widget:empty {
    display: none;
}

/* Section heading on grouped widgets ("Recent Posts") */
.pcc-sidebar-card--ad .wp-block-group__inner-container > .wp-block-heading,
.pcc-sidebar-card--ad .wp-block-heading {
    margin: 0 0 14px;
    font-family: var(--pcc-font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pcc-text);
    display: flex;
    align-items: center;
    gap: 10px;
}
.pcc-sidebar-card--ad .wp-block-group__inner-container > .wp-block-heading::before,
.pcc-sidebar-card--ad > .widget_block:not(.widget_search) > .wp-block-heading::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--pcc-accent);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Search widget */
.pcc-sidebar-card--ad .wp-block-search {
    margin: 0;
}
.pcc-sidebar-card--ad .wp-block-search__label {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
.pcc-sidebar-card--ad .wp-block-search__inside-wrapper {
    display: flex;
    gap: 0;
    border: 0;
    border-radius: var(--pcc-radius-sm);
    background: var(--pcc-bg-band);
    overflow: hidden;
    transition: background-color 0.15s, outline-color 0.15s;
}
.pcc-sidebar-card--ad .wp-block-search__inside-wrapper:focus-within {
    outline: 2px solid var(--pcc-accent-a18);
    outline-offset: 0;
    box-shadow: none;
}
.pcc-sidebar-card--ad .wp-block-search__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 14px;
    color: var(--pcc-text);
    outline: none;
}
.pcc-sidebar-card--ad .wp-block-search__input::placeholder {
    color: var(--pcc-meta);
}
.pcc-sidebar-card--ad .wp-block-search__button {
    flex: 0 0 auto;
    border: 0;
    background: var(--pcc-accent);
    color: #ffffff;
    padding: 10px 16px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.15s;
}
.pcc-sidebar-card--ad .wp-block-search__button:hover,
.pcc-sidebar-card--ad .wp-block-search__button:focus-visible {
    background: var(--pcc-accent-hover);
}

/* Latest Posts list (block editor) — DT-style thumb-left rows */
.pcc-sidebar-card--ad .wp-block-latest-posts,
.pcc-sidebar-card--ad .wp-block-latest-posts__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Row geometry mirrors .pcc-trending__row exactly so the Recent Posts
   widget and the Trending Now card read with the same list rhythm —
   14px 0 padding, 1px --pcc-hairline rule via `border-bottom`, clean
   last row. On single-post pages (.pcc-latest-band--single) this drops
   to 12px 0 with first-row padding-top zeroed, again matching trending. */
.pcc-sidebar-card--ad .wp-block-latest-posts li,
.pcc-sidebar-card--ad .wp-block-latest-posts__list > li {
    margin: 0;
    padding: 14px 0;
}
.pcc-sidebar-card--ad .pcc-latest-posts__link {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 12px;
    color: var(--pcc-text);
}
.pcc-sidebar-card--ad .pcc-latest-posts__link:hover .pcc-spotlight__headline,
.pcc-sidebar-card--ad .pcc-latest-posts__link:focus-visible .pcc-spotlight__headline {
    color: var(--pcc-accent);
}
.pcc-sidebar-card--ad .pcc-spotlight__thumb,
.pcc-sidebar-card--ad .pcc-latest-posts__thumb {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: var(--pcc-radius-sm);
    flex-shrink: 0;
}
.pcc-sidebar-card--ad .pcc-spotlight__thumb img,
.pcc-sidebar-card--ad .pcc-latest-posts__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pcc-sidebar-card--ad .pcc-spotlight__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(45deg, var(--pcc-bg-soft), var(--pcc-bg-soft) 8px, var(--pcc-featured-linear-end) 8px, var(--pcc-featured-linear-end) 16px);
}
.pcc-sidebar-card--ad .pcc-spotlight__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.pcc-sidebar-card--ad .pcc-spotlight__headline {
    /* Headline typography is held in lockstep with .pcc-trending__title
     * (14px / 600 / 1.3 / 3-line clamp) so the Recent Posts and Trending
     * Now cards read as one visual family. Sidebar link text rides the
     * body Hanken stack, not the editorial Bricolage display family — this
     * keeps every link in the aside on one typographic voice (Trending
     * Now titles already inherit the body family via the sidebar sweep). */
    font-family: var(--pcc-font-body);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--pcc-text);
    letter-spacing: -0.005em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.15s;
}
.pcc-sidebar-card--ad .wp-block-latest-posts__post-title {
    color: var(--pcc-text);
}
.pcc-sidebar-card--ad .wp-block-latest-posts__post-title:hover {
    color: var(--pcc-accent);
}
.pcc-sidebar-card--ad .pcc-spotlight__date,
.pcc-sidebar-card--ad .wp-block-latest-posts__post-date {
    font-size: 11px;
    color: var(--pcc-meta);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Group container resets so default block-editor flow layout doesn't add margins */
.pcc-sidebar-card--ad .wp-block-group,
.pcc-sidebar-card--ad .wp-block-group__inner-container {
    margin: 0;
    padding: 0;
}

/* Sidebar link typography sweep — every <a> (and every descendant
 * of an <a>) inside the aside stays on the body Inter stack, even
 * when a widget brings its own display family in on a child class.
 * Specificity (.pccentral-sidebar-slot .pcc-sidebar-card a *) is
 * (0,2,1) so it outranks the (0,2,0) widget-class rules used by
 * .pcc-sidebar-card--ad children. Authoritative source of truth
 * lives on the body declaration; this rule just re-asserts it for
 * the aside subtree so future widgets can't silently introduce
 * the display family on a link. */
.pccentral-sidebar-slot a,
.pccentral-sidebar-slot a *,
.pccentral-sidebar-slot .pcc-sidebar-card a,
.pccentral-sidebar-slot .pcc-sidebar-card a * {
    font-family: var(--pcc-font-body);
}

/* -------------------------------------------------------------
 * 24. Print
 * ------------------------------------------------------------- */
@media print {
    .pcc-header,
    .pcc-signals,
    .pcc-share-rail,
    .pccentral-sidebar-slot,
    .pcc-editorial-cta,
    .pcc-footer {
        display: none !important;
    }
    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }
    .pcc-single {
        max-width: none;
    }
}

/* Article source attribution — admins only; colour from theme tokens at 60% opacity */
.article-source-wrap {
    margin-top: 20px;
}
.article-source__admin-label {
    margin: 0 0 6px;
}
.article-source__admin-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    color: #ffffff;
    background: var(--pcc-accent);
}
.article-source {
    color: color-mix(in srgb, var(--pcc-text) 60%, transparent);
}
.article-source__link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.article-source__link:hover {
    color: var(--pcc-accent);
}

/* -------------------------------------------------------------
 * 25. v27 motion layer
 *     All entrance/hover motion lives behind
 *     (prefers-reduced-motion: no-preference); the scroll-reveal
 *     hidden state additionally requires html.pcc-motion (added by
 *     pcc-motion.js) so no-JS visitors always see content.
 * ------------------------------------------------------------- */
:root {
    --pcc-motion-fast: 150ms;
    --pcc-motion-base: 260ms;
    --pcc-motion-slow: 420ms;
    --pcc-motion-ease: cubic-bezier(0.2, 0, 0, 1);
}

/* Sticky header compacts after the page scrolls (class via pcc-motion.js). */
.pcc-header--shrunk .pcc-header__inner {
    padding-block: 7px;
}
.pcc-header--shrunk .pcc-brand__logo {
    height: 22px;
}
.pcc-header__inner,
.pcc-header .pcc-brand__logo {
    transition: none;
}

@media (prefers-reduced-motion: no-preference) {
    .pcc-header__inner {
        transition: padding var(--pcc-motion-base) var(--pcc-motion-ease);
    }
    .pcc-header .pcc-brand__logo {
        transition: height var(--pcc-motion-base) var(--pcc-motion-ease);
    }

    /* Card media zoom rides a softer, longer ease. */
    .pcc-card__media img,
    .pcc-feed-card__thumb img {
        transition: transform 0.55s var(--pcc-motion-ease);
    }
    .pcc-card__link:hover .pcc-card__media img {
        transform: scale(1.045);
    }

    /* Gentle lift on standalone feed cards. */
    .pcc-feed-card {
        transition: transform var(--pcc-motion-base) var(--pcc-motion-ease);
    }
    .pcc-feed-card:hover {
        transform: translateY(-2px);
    }

    /* Animated gradient shimmer on the chrome hairline under the ticker. */
    .pcc-signals::after {
        background-size: 200% 100%;
        animation: pcc-gradient-pan 9s linear infinite;
    }
    @keyframes pcc-gradient-pan {
        0% {
            background-position: 0% 0;
        }
        100% {
            background-position: 200% 0;
        }
    }

    /* Scroll reveal: hidden start state is double-gated (html.pcc-motion). */
    html.pcc-motion .pcc-reveal {
        opacity: 0;
        transform: translateY(14px);
    }
    html.pcc-motion .pcc-reveal.is-revealed {
        opacity: 1;
        transform: translateY(0);
        transition:
            opacity var(--pcc-motion-slow) var(--pcc-motion-ease),
            transform var(--pcc-motion-slow) var(--pcc-motion-ease);
        transition-delay: calc(var(--pcc-reveal-i, 0) * 55ms);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcc-card__media img,
    .pcc-feed-card__thumb img,
    .pcc-card__link:hover .pcc-card__media img,
    .pcc-feed-card:hover .pcc-feed-card__thumb img {
        transition: none;
        transform: none;
    }
}

/* Customizer live preview: keep content visible and animations off so the
   preview iframe does not enter a refresh loop. */
body.customize-preview .pcc-signals__marquee,
body.customize-preview .pcc-signals::after {
    animation: none !important;
}
body.customize-preview .pcc-feed-card:hover {
    transform: none !important;
}
body.customize-preview .pcc-reveal,
html.customize-preview .pcc-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}
