/* Single contributor page — prefix: ctrp- */

#page-contributor {
    --red: #DE1C22; --red-dark: #B20108; --red-deep: #520003;
    --ink: #1D0506; --ink-2: #030813;
    --gm: #737373; --g-1: #5C5C5C; --g-2: #A8A8A8; --g-3: #DFDFDF; --g-4: #EDEDED;
    --cream: #FBF7F3; --white: #fff;
    --serif: 'Playfair Display', Georgia, serif;
    --body: 'EB Garamond', Georgia, serif;
    --sans: 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
    color: var(--ink);
}

#page-contributor a { color: inherit; text-decoration: none; }
#page-contributor img { display: block; max-width: 100%; }

.ctrp-wrap { max-width: 1440px; margin: 0 auto; padding: 0 38px; }

.ctrp-eyebrow {
    font-size: 11px; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--red);
    display: inline-flex; align-items: center; gap: 10px;
}
.ctrp-eyebrow::before { content: ""; display: block; width: 24px; height: 1px; background: var(--red); }

/* ── PROFILE HERO ─────────────────────────────────────────────────────────── */
.ctrp-hero {
    padding: 56px 0 48px;
    border-bottom: 1px solid var(--g-3);
    position: relative;
    overflow: hidden;
}
.ctrp-hero::before {
    content: attr(data-letter);
    position: absolute;
    font-family: var(--serif);
    font-style: italic; font-weight: 700;
    font-size: 520px; line-height: .78;
    color: var(--cream);
    right: -30px; top: -40px;
    letter-spacing: -.05em;
    pointer-events: none;
    z-index: 0;
}
.ctrp-hero-in {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 56px;
    align-items: start;
}

/* photo */
.ctrp-photo-col { position: relative; }
.ctrp-photo-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: var(--g-4);
    aspect-ratio: 5/6;
    box-shadow: 0 24px 48px -24px rgba(0,0,0,.25);
}
.ctrp-photo {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center top;
}
.ctrp-photo-ph {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 140px;
    font-weight: 600;
    color: var(--g-2);
    background: var(--cream);
}
.ctrp-section-badge {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--red);
    color: #fff;
    font-size: 10px; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-flex; align-items: center; gap: 6px;
    box-shadow: 0 4px 12px rgba(222,28,34,.4);
}
.ctrp-section-badge::before { content: ""; width: 5px; height: 5px; background: #fff; border-radius: 50%; }

/* info */
.ctrp-eyebrow {
    display: flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: var(--red);
    margin-bottom: 18px;
}
.ctrp-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--red); }
.ctrp-eyebrow .ctrp-meta { color: var(--gm); font-weight: 500; }
.ctrp-eyebrow .ctrp-dot { width: 3px; height: 3px; background: var(--g-2); border-radius: 50%; }

.ctrp-name {
    font-family: var(--serif);
    font-size: clamp(48px, 7vw, 80px);
    font-weight: 600;
    line-height: .95;
    letter-spacing: -.025em;
    margin-bottom: 14px;
    color: var(--ink);
}
.ctrp-name em { font-style: italic; color: var(--red); font-weight: 600; }
.ctrp-role { font-size: 16px; color: var(--g-1); margin-bottom: 24px; font-weight: 500; }
.ctrp-bio {
    font-family: var(--body);
    font-size: 18px;
    color: #222;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 640px;
}
.ctrp-bio em { font-style: italic; color: var(--red); }

/* stats */
.ctrp-stats {
    display: flex; gap: 48px;
    padding: 20px 0;
    border-top: 1px solid var(--g-3);
    border-bottom: 1px solid var(--g-3);
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.ctrp-stat-n {
    font-family: var(--serif);
    font-size: 36px; font-weight: 600;
    letter-spacing: -.02em; line-height: 1;
    margin-bottom: 4px;
    color: var(--ink);
}
.ctrp-stat-l {
    font-size: 11px; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase;
    color: var(--gm);
}

/* column pills */
.ctrp-cols-h {
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--gm);
    margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
}
.ctrp-cols-h::before { content: ""; width: 18px; height: 1px; background: var(--g-2); }
.ctrp-cols { display: flex; gap: 10px; flex-wrap: wrap; }
.ctrp-col-pill {
    display: flex; flex-direction: column;
    border: 1px solid var(--g-3);
    border-radius: 10px;
    padding: 14px 18px;
    transition: all .15s;
    min-width: 200px;
    background: #fff;
}
.ctrp-col-pill:hover {
    border-color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -10px rgba(0,0,0,.15);
}
.ctrp-col-name {
    font-family: var(--serif);
    font-size: 18px; font-weight: 600;
    color: var(--ink);
    margin-bottom: 4px;
    transition: color .15s;
    letter-spacing: -.005em;
}
.ctrp-col-pill:hover .ctrp-col-name { color: var(--red); }
.ctrp-col-cat {
    font-size: 11px; color: var(--gm);
    font-weight: 500; letter-spacing: .04em;
    display: flex; align-items: center; gap: 6px;
}
.ctrp-col-cat::before {
    content: ""; width: 5px; height: 5px;
    background: var(--red); border-radius: 50%;
}

/* ── AI SECTION ──────────────────────────────────────────────────────────── */
.ctrp-content-wrap { padding: 48px 0 0; }
.ctrp-ai-section {
    background: linear-gradient(135deg, var(--ink) 0%, #2a0e10 100%);
    color: #fff;
    border-radius: 16px;
    padding: 36px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.ctrp-ai-section::before {
    content: "";
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(222,28,34,.18), transparent 70%);
    pointer-events: none;
}
.ctrp-ai-header {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 24px;
    position: relative;
}
.ctrp-ai-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--red), var(--red-deep));
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 16px -4px rgba(222,28,34,.5);
}
.ctrp-ai-label {
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
}
.ctrp-ai-title {
    font-family: var(--serif);
    font-size: 22px; font-weight: 600;
    color: #fff;
    letter-spacing: -.005em;
    line-height: 1.2;
}
.ctrp-ai-body {
    font-family: var(--body);
    font-size: 18px;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
    position: relative;
    max-width: 780px;
    padding-left: 28px;
}
.ctrp-ai-body::before {
    content: "\201C";
    position: absolute;
    left: -8px; top: -20px;
    font-family: var(--serif);
    font-size: 80px;
    color: rgba(222,28,34,.3);
    line-height: 1;
}
.ctrp-ai-themes-h {
    font-size: 10px; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: rgba(255,255,255,.4);
    margin-bottom: 12px;
    position: relative;
}
.ctrp-ai-themes {
    display: flex; gap: 8px; flex-wrap: wrap;
    margin-bottom: 24px;
    position: relative;
}
.ctrp-ai-theme {
    font-size: 12px; font-weight: 600;
    letter-spacing: .04em;
    background: rgba(222,28,34,.15);
    color: #fff;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(222,28,34,.3);
}
.ctrp-ai-footer {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    flex-wrap: wrap; gap: 12px;
    position: relative;
}
.ctrp-ai-disclaimer {
    font-size: 11px;
    color: rgba(255,255,255,.45);
    font-style: italic;
    display: flex; align-items: center; gap: 8px;
}

/* ── PULL QUOTES ──────────────────────────────────────────────────────────── */
.ctrp-quotes-section { margin: 0 0 48px; padding: 0; }
.ctrp-quotes-section .ctrp-wrap { padding-top: 0; }
.ctrp-quotes-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap; gap: 12px;
}
.ctrp-quotes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ctrp-quote-card {
    position: relative;
    padding: 32px 28px 28px;
    background: var(--cream);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--g-3);
    transition: transform .2s, box-shadow .2s;
    display: flex;
    flex-direction: column;
}
.ctrp-quote-card .ctrp-quote-text { flex: 1 1 auto; }
.ctrp-quote-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -16px rgba(0,0,0,.15);
}
.ctrp-quote-card::before {
    content: "\201C";
    position: absolute;
    top: -20px; left: 18px;
    font-family: var(--serif);
    font-size: 140px;
    color: var(--red);
    opacity: .18;
    line-height: 1;
    pointer-events: none;
}
.ctrp-quote-text {
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    line-height: 1.4;
    color: var(--ink);
    margin-bottom: 18px;
    position: relative;
    letter-spacing: -.005em;
    font-weight: 500;
}
.ctrp-quote-source {
    display: flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
}
.ctrp-quote-source::before { content: ""; width: 14px; height: 1px; background: var(--red); }
.ctrp-quote-title { font-size: 13px; color: var(--gm); font-weight: 500; }

/* ── MAIN LAYOUT ──────────────────────────────────────────────────────────── */
.ctrp-main-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 64px;
    align-items: start;
    padding: 24px 0 80px;
}

/* archive header */
.ctrp-arch-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--ink);
    flex-wrap: wrap;
    gap: 14px;
}
.ctrp-arch-h { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.ctrp-arch-h-title {
    font-family: var(--serif);
    font-size: 24px; font-weight: 600;
    letter-spacing: -.01em;
    color: var(--ink);
    line-height: 1;
}
.ctrp-arch-h-count { font-size: 12px; color: var(--gm); font-weight: 500; }
.ctrp-arch-tools { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ctrp-arch-tab {
    font-family: var(--sans);
    font-size: 12px; font-weight: 500;
    color: var(--g-1);
    padding: 7px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: all .15s;
    background: none;
    border: 1px solid var(--g-3);
    white-space: nowrap;
}
.ctrp-arch-tab:hover { background: var(--cream); border-color: var(--ink); color: var(--ink); }
.ctrp-arch-tab.active { background: var(--ink); color: #fff; border-color: var(--ink); font-weight: 600; }
.ctrp-arch-tab-count { font-size: 10px; opacity: .7; margin-left: 4px; }

/* More menu */
.ctrp-arch-more-wrap { position: relative; }
.ctrp-arch-more-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px); left: 0;
    background: #fff;
    border: 1px solid var(--g-3);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 12px 32px -8px rgba(0,0,0,.18);
    min-width: 220px;
    z-index: 10;
    flex-direction: column;
    gap: 4px;
}
.ctrp-arch-more-wrap.open .ctrp-arch-more-menu { display: flex; }
.ctrp-arch-more-menu .ctrp-arch-tab {
    width: 100%;
    text-align: left;
    border-color: transparent;
    justify-content: space-between;
    display: flex;
}
.ctrp-arch-more-menu .ctrp-arch-tab:hover { background: var(--cream); }

.ctrp-sort-select {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--ink);
    border: 1px solid var(--g-3);
    border-radius: 6px;
    padding: 6px 10px;
    background: #fff;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    transition: border-color .15s;
    margin-left: 6px;
}
.ctrp-sort-select:hover { border-color: var(--ink); }

/* article rows */
.ctrp-art-list { display: flex; flex-direction: column; border-top: 1px solid var(--g-3); }
.ctrp-art-row {
    display: grid;
    grid-template-columns: 130px 1fr auto;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--g-3);
    align-items: center;
    transition: transform .15s;
}
.ctrp-art-row:hover { transform: translateX(4px); }
.ctrp-art-row:hover .ctrp-art-title { color: var(--red); }
.ctrp-art-img {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    background: var(--g-4);
}
.ctrp-art-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .35s;
}
.ctrp-art-row:hover .ctrp-art-img img { transform: scale(1.05); }
.ctrp-art-body { display: flex; flex-direction: column; min-width: 0; }
.ctrp-art-col-tag {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 10px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--red);
    margin-bottom: 8px;
}
.ctrp-art-col-tag::before {
    content: ""; width: 5px; height: 5px;
    background: var(--red); border-radius: 50%;
}
.ctrp-art-title {
    font-family: var(--serif);
    font-size: 22px; font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: var(--ink);
    margin-bottom: 8px;
    transition: color .15s;
}
.ctrp-art-deck {
    font-family: var(--body);
    font-size: 14px;
    color: var(--g-1);
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.ctrp-art-meta { font-size: 12px; color: var(--gm); font-weight: 500; }
.ctrp-art-row-stat {
    font-size: 11px; color: var(--gm);
    font-weight: 500; text-align: right;
    flex-shrink: 0;
    min-width: 90px;
    align-self: center;
}
.ctrp-art-row-stat strong {
    display: block;
    font-family: var(--serif);
    font-size: 22px;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: 4px;
}

.ctrp-empty-state {
    padding: 60px 24px;
    text-align: center;
    color: var(--gm);
    background: var(--cream);
    border-radius: 12px;
    margin-top: 24px;
}
.ctrp-empty-state h3 {
    font-family: var(--serif);
    font-size: 22px;
    color: var(--ink);
    margin-bottom: 8px;
    font-weight: 600;
}
.ctrp-empty-state p { font-size: 14px; }

.ctrp-load-more { display: flex; justify-content: center; margin-top: 32px; }
.ctrp-btn-more {
    border: 1px solid var(--g-3);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 13px; font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: all .15s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ctrp-btn-more:hover { border-color: var(--ink); background: var(--cream); }

/* ── SIDEBAR ──────────────────────────────────────────────────────────────── */
.ctrp-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ctrp-sb-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--g-3);
    background: #fff;
}
.ctrp-sb-card--cream { background: var(--cream); border: 0; }
.ctrp-sb-card--ink {
    background: var(--ink);
    color: #fff;
    border: 0;
    position: relative;
    overflow: hidden;
}
.ctrp-sb-card--ink::before {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(300px 150px at 100% 0%, rgba(222,28,34,.3), transparent 60%);
    pointer-events: none;
}
.ctrp-sb-h {
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--gm);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.ctrp-sb-card--ink .ctrp-sb-h { color: rgba(255,255,255,.55); }
.ctrp-sb-h::before { content: ""; width: 18px; height: 1px; background: var(--red); }

/* her column */
.ctrp-col-link-card {
    display: flex; flex-direction: column;
    padding: 18px;
    background: var(--cream);
    border-radius: 10px;
    transition: all .15s;
    border: 1px solid transparent;
}
.ctrp-col-link-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.ctrp-col-link-name {
    font-family: var(--serif);
    font-size: 20px; font-weight: 600;
    color: var(--ink);
    letter-spacing: -.005em;
    margin-bottom: 4px;
    line-height: 1.1;
}
.ctrp-col-link-cat {
    font-size: 11px; color: var(--gm);
    font-weight: 500;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ctrp-col-link-cat::before {
    content: ""; width: 5px; height: 5px;
    background: var(--red); border-radius: 50%;
}
.ctrp-col-link-cta {
    font-size: 11px; font-weight: 600;
    color: var(--red);
    letter-spacing: .06em; text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.ctrp-col-link-cta::after { content: "→"; transition: transform .2s; }
.ctrp-col-link-card:hover .ctrp-col-link-cta::after { transform: translateX(4px); }

/* related contributors */
.ctrp-rc-list { display: flex; flex-direction: column; }
.ctrp-rc-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--g-3);
    align-items: center;
    transition: padding .15s;
}
.ctrp-rc-row:last-child { border-bottom: 0; }
.ctrp-rc-row:hover { padding-left: 6px; }
.ctrp-rc-row:hover .ctrp-rc-name { color: var(--red); }
.ctrp-rc-av {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--g-4);
}
.ctrp-rc-av-ph {
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    color: var(--g-2);
    background: var(--cream);
}
.ctrp-rc-name {
    font-family: var(--serif);
    font-size: 16px; font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 3px;
    transition: color .15s;
    letter-spacing: -.005em;
}
.ctrp-rc-role { font-size: 11px; color: var(--gm); }

/* newsletter — unified pattern */
.ctrp-sbn { padding: 28px 24px; }
.ctrp-sbn-icon {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: var(--red);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 16px; position: relative;
}
.ctrp-sbn-h {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin: 0 0 8px;
    position: relative;
}
.ctrp-sbn-p {
    font-family: var(--font-body, 'EB Garamond', Georgia, serif);
    font-size: 15px;
    color: rgba(255,255,255,.65);
    line-height: 1.5;
    margin: 0 0 18px;
    position: relative;
}
.ctrp-sbn-form {
    display: flex; flex-direction: column;
    gap: 8px;
    position: relative;
}
.ctrp-sbn-form input {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font: inherit;
    font-size: 13px;
    padding: 11px 13px;
    border-radius: var(--radius-btn);
    outline: none;
    transition: border-color .15s, background .15s;
}
.ctrp-sbn-form input::placeholder { color: rgba(255,255,255,.4); }
.ctrp-sbn-form input:focus { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); }
.ctrp-sbn-form button {
    background: var(--red);
    color: #fff;
    font-family: var(--serif);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .01em;
    padding: 11px;
    border-radius: var(--radius-btn);
    transition: background .15s;
    border: 0;
    cursor: pointer;
}
.ctrp-sbn-form button:hover { background: var(--red-dark); }

/* ── LATEST ARTICLE BAND ──────────────────────────────────────────────────── */
.ctrp-latest-band {
    background: var(--cream);
    padding: 48px 0;
    border-bottom: 1px solid var(--g-3);
}
.ctrp-latest-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}
.ctrp-latest-link {
    font-size: 12px; font-weight: 600;
    color: var(--red);
    letter-spacing: .06em; text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 6px;
}
.ctrp-latest-link::after { content: "→"; transition: transform .2s; }
.ctrp-latest-link:hover::after { transform: translateX(4px); }

.ctrp-latest-feat {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--g-3);
    transition: transform .2s, box-shadow .2s;
}
.ctrp-latest-feat:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px -24px rgba(0,0,0,.18);
}
.ctrp-latest-feat-body {
    padding: 40px;
    display: flex; flex-direction: column; justify-content: center;
}
.ctrp-latest-feat-eye {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.ctrp-latest-badge {
    background: var(--red);
    color: #fff;
    font-size: 10px; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 999px;
    display: inline-flex; align-items: center; gap: 6px;
}
.ctrp-latest-badge::before {
    content: "";
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    animation: ctrpLpulse 1.6s infinite;
}
@keyframes ctrpLpulse {
    0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
    70%  { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.ctrp-latest-issue {
    font-size: 12px;
    color: var(--gm);
    font-weight: 500;
    display: inline-flex; align-items: center; gap: 8px;
}
.ctrp-latest-issue::before { content: ""; width: 14px; height: 1px; background: var(--g-2); }
.ctrp-latest-feat-coltag {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--red);
    margin-bottom: 12px;
}
.ctrp-latest-feat-coltag::before {
    content: ""; width: 5px; height: 5px;
    background: var(--red); border-radius: 50%;
}
.ctrp-latest-feat-title {
    font-family: var(--serif);
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.015em;
    color: var(--ink);
    margin-bottom: 16px;
    transition: color .15s;
}
.ctrp-latest-feat:hover .ctrp-latest-feat-title { color: var(--red); }
.ctrp-latest-feat-deck {
    font-family: var(--body);
    font-size: 17px;
    color: var(--g-1);
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 480px;
}
.ctrp-latest-feat-meta {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--gm);
    flex-wrap: wrap;
    margin-top: auto;
}
.ctrp-latest-feat-meta strong { color: var(--ink); font-weight: 600; }
.ctrp-latest-feat-meta .ctrp-sep {
    width: 3px; height: 3px;
    background: var(--g-2);
    border-radius: 50%;
}
.ctrp-latest-feat-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: linear-gradient(135deg, var(--red), var(--red-deep));
}
.ctrp-latest-feat-img img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .35s;
}
.ctrp-latest-feat:hover .ctrp-latest-feat-img img { transform: scale(1.04); }
.ctrp-latest-feat-img-tag {
    position: absolute;
    top: 18px; left: 18px;
    background: rgba(29,5,6,.75);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 10px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-flex; align-items: center; gap: 6px;
    z-index: 1;
}
.ctrp-latest-feat-img-tag::before {
    content: ""; width: 5px; height: 5px;
    background: var(--red); border-radius: 50%;
}
