/* Column taxonomy archive — prefix: col- */

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

/* ── Shared wrap ──────────────────────────────────────────────────────────── */
.col-hero-wrap,
.col-latest-wrap,
.col-archive-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 38px;
}

/* ── HERO (light) ─────────────────────────────────────────────────────────── */
.col-hero {
    background: var(--cream);
    color: var(--ink);
    position: relative;
    overflow: hidden;
}
.col-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 400px at 100% 0%, rgba(222,28,34,.06), transparent 60%),
        radial-gradient(500px 300px at 0% 100%, rgba(82,0,3,.05), transparent 60%);
    pointer-events: none;
}
.col-hero::after {
    content: "R";
    position: absolute;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 700;
    font-size: 560px;
    line-height: .78;
    color: rgba(29,5,6,.04);
    right: -50px;
    top: -80px;
    letter-spacing: -.05em;
    pointer-events: none;
    z-index: 0;
}
.col-hero-in {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    padding: 64px 0;
    align-items: stretch;
}
.col-hero-body { display: flex; flex-direction: column; }

.col-hero-section {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}
.col-hero-section a {
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.col-hero-section a::before {
    content: "";
    width: 18px;
    height: 1px;
    background: var(--red);
}
.col-hero-meta { color: var(--gm); font-weight: 500; }
.col-hero-dot {
    width: 3px;
    height: 3px;
    background: var(--g-2);
    border-radius: 50%;
    display: inline-block;
}

.col-hero-name {
    font-family: var(--serif);
    font-size: clamp(48px, 7vw, 92px);
    font-weight: 600;
    line-height: .95;
    letter-spacing: -.025em;
    margin-bottom: 18px;
    color: var(--ink);
}
.col-hero-name em { font-style: italic; color: var(--red); font-weight: 600; }

.col-hero-desc {
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    color: var(--g-1);
    line-height: 1.5;
    max-width: 540px;
    margin-bottom: 36px;
}

/* Stats row */
.col-stats {
    display: flex;
    gap: 0;
    margin-bottom: 32px;
    border-top: 1px solid var(--g-3);
    border-bottom: 1px solid var(--g-3);
    padding: 20px 0;
}
.col-stat {
    padding-right: 32px;
    border-right: 1px solid var(--g-3);
    margin-right: 32px;
}
.col-stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.col-stat-n {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02em;
    margin-bottom: 4px;
    display: flex;
    align-items: baseline;
    gap: 2px;
    color: var(--ink);
}
.col-stat-n sup { font-size: 14px; color: var(--red); margin-left: 1px; }
.col-stat-l {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gm);
}

/* Author card in hero */
.col-author-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--g-3);
    border-radius: 12px;
    margin-top: auto;
    box-shadow: 0 8px 28px rgba(29,5,6,.06);
}
.col-av {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--g-3);
    background: var(--cream);
}
.col-av-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
    color: var(--gm);
}
.col-author-info { flex: 1; min-width: 0; }
.col-author-byline {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
}
.col-author-name {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -.005em;
    margin-bottom: 3px;
}
.col-author-role { font-size: 12px; color: var(--gm); }
.col-author-link {
    font-size: 11px;
    font-weight: 600;
    color: var(--red);
    letter-spacing: .06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 8px 14px;
    border: 1px solid rgba(222,28,34,.4);
    border-radius: 999px;
    transition: all .15s;
    white-space: nowrap;
    background: #fff;
}
.col-author-link:hover { background: var(--red); color: #fff; border-color: var(--red); }

/* Hero right: latest article card */
.col-hero-art {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: var(--red-deep);
    min-height: 480px;
    text-decoration: none;
    transition: transform .25s;
}
.col-hero-art:hover { transform: translateY(-4px); }
.col-hero-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .92;
    transition: transform .4s;
}
.col-hero-art:hover img { transform: scale(1.04); }
.col-hero-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29,5,6,0) 30%, rgba(29,5,6,.95) 100%);
    z-index: 1;
}
.col-hero-art-overlay {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 24px;
}
.col-hero-issue-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: var(--red);
    color: #fff;
    padding: 5px 11px;
    border-radius: var(--radius-btn);
    margin-bottom: 14px;
}
.col-hero-art-title {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 8px;
}
.col-hero-art-meta { font-size: 12px; color: rgba(255,255,255,.7); }

/* ── LATEST INSTALLMENT BAND ─────────────────────────────────────────────── */
.col-latest-band {
    background: var(--cream);
    padding: 48px 0;
    border-bottom: 1px solid var(--g-3);
}
.col-latest-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 14px;
}
.col-latest-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.col-latest-eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--ink);
}
.col-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;
}
.col-latest-link::after { content: "→"; transition: transform .2s; }
.col-latest-link:hover::after { transform: translateX(4px); }

.col-latest-feat {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--g-3);
    transition: transform .2s, box-shadow .2s;
    text-decoration: none;
    color: inherit;
}
.col-latest-feat:hover { transform: translateY(-3px); box-shadow: 0 24px 48px -24px rgba(0,0,0,.18); }
.col-latest-feat-body {
    padding: 40px 0 40px 40px;
    display: flex;
    flex-direction: column;
}
.col-latest-feat-eye {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.col-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;
}
.col-latest-badge::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: col-pulse 1.6s infinite;
    box-shadow: 0 0 0 0 rgba(255,255,255,.6);
}
@keyframes col-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
    70%  { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.col-latest-issue {
    font-size: 12px;
    color: var(--gm);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.col-latest-issue::before { content: ""; width: 14px; height: 1px; background: var(--g-2); }
.col-latest-feat-title {
    font-family: var(--serif);
    font-size: clamp(28px, 3.6vw, 42px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.015em;
    color: var(--ink);
    margin-bottom: 14px;
    transition: color .15s;
}
.col-latest-feat:hover .col-latest-feat-title { color: var(--red); }
.col-latest-feat-deck {
    font-family: var(--body);
    font-size: 17px;
    color: var(--g-1);
    line-height: 1.55;
    margin-bottom: 24px;
}
.col-latest-feat-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--gm);
    flex-wrap: wrap;
}
.col-latest-feat-meta strong { color: var(--ink); font-weight: 600; }
.col-feat-sep { width: 3px; height: 3px; background: var(--g-2); border-radius: 50%; display: inline-block; }
.col-latest-feat-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--red-deep);
    margin: 20px 20px 20px 0;
    border-radius: 10px;
}
.col-latest-feat-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s;
}
.col-latest-feat:hover .col-latest-feat-img img { transform: scale(1.04); }

/* ── ARCHIVE + SIDEBAR ───────────────────────────────────────────────────── */
.col-archive-wrap { padding-top: 0; padding-bottom: 80px; }
.col-main-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 64px;
    align-items: start;
    padding-top: 48px;
}

/* Archive header */
.col-arch-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--ink);
    gap: 16px;
    flex-wrap: wrap;
}
.col-arch-h { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.col-arch-h-title {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.01em;
    color: var(--ink);
}
.col-arch-h-count { font-size: 12px; color: var(--gm); font-weight: 500; }
.col-arch-tools { display: flex; align-items: center; gap: 10px; }
.col-arch-sort-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--gm);
    letter-spacing: .08em;
    text-transform: uppercase;
}
.col-arch-sort {
    font-family: inherit;
    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;
}
.col-arch-sort:hover { border-color: var(--ink); }

/* Year dividers */
.col-year-div {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 36px 0 18px;
}
.col-year-div:first-child { padding-top: 8px; }
.col-year-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 64px;
    font-weight: 600;
    color: var(--ink);
    line-height: .85;
    letter-spacing: -.03em;
    flex-shrink: 0;
}
.col-year-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
}
.col-year-meta-l {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gm);
}
.col-year-line { display: none; } /* Divider line next to year hidden per Hila */

/* Archive rows */
.col-arch-list { display: flex; flex-direction: column; border-top: 1px solid var(--g-3); }
.col-inst-row {
    display: grid;
    grid-template-columns: 110px 140px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--g-3);
    align-items: center;
    transition: transform .15s;
    text-decoration: none;
    color: inherit;
}
.col-inst-row:hover { transform: translateX(4px); }
.col-inst-row:hover .col-inst-title { color: var(--red); }

.col-inst-num-wrap { display: flex; flex-direction: column; gap: 6px; }
.col-inst-ordinal {
    font-family: var(--serif);
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -.02em;
    transition: color .15s;
}
.col-inst-ordinal sup {
    font-size: 22px;
    font-weight: 600;
    vertical-align: super;
    line-height: 0;
    margin-right: 1px;
    color: var(--g-2);
    transition: color .15s;
}
.col-inst-row:hover .col-inst-ordinal { color: var(--red); }
.col-inst-row:hover .col-inst-ordinal sup { color: var(--red); }

.col-inst-num {
    font-size: 11px;
    font-weight: 600;
    color: var(--gm);
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: color .15s;
    white-space: nowrap;
}
.col-inst-row:hover .col-inst-num { color: var(--red); }

.col-inst-img {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    background: var(--g-4);
}
.col-inst-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.col-inst-row:hover .col-inst-img img { transform: scale(1.05); }

.col-inst-date { font-size: 12px; color: var(--gm); margin-bottom: 6px; }
.col-inst-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;
}
.col-inst-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;
}

/* Load more */
.col-load-more-wrap { text-align: center; padding: 40px 0 16px; }
.col-load-more-btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    border: 2px solid var(--ink);
    border-radius: 8px;
    padding: 12px 32px;
    background: #fff;
    cursor: pointer;
    transition: all .15s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.col-load-more-btn:hover { background: var(--ink); color: #fff; }
.col-load-more-btn:disabled { opacity: .5; cursor: default; }
#col-years-remaining { font-size: 12px; font-weight: 400; color: var(--gm); }
.col-load-more-btn:hover #col-years-remaining { color: rgba(255,255,255,.6); }

/* ── SIDEBAR ──────────────────────────────────────────────────────────────── */
.col-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Author bio card */
.col-auth-bio {
    border: 1px solid var(--g-3);
    border-radius: 14px;
    padding: 24px;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.col-auth-bio::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(180deg, var(--cream), transparent);
}
.col-auth-bio-av {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin: 8px auto 16px;
    border: 4px solid #fff;
    box-shadow: 0 6px 20px -6px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
    display: block;
    background: var(--g-4);
}
.col-auth-bio-av-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 600;
    color: var(--gm);
}
.col-auth-bio-name {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}
.col-auth-bio-role {
    font-size: 12px;
    color: var(--gm);
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}
.col-auth-bio-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--g-3);
    border-bottom: 1px solid var(--g-3);
    padding: 14px 0;
    margin: 0 -8px 18px;
    position: relative;
    z-index: 1;
}
.col-auth-bio-stat { padding: 0 8px; border-right: 1px solid var(--g-3); text-align: center; }
.col-auth-bio-stat:last-child { border-right: 0; }
.col-auth-bio-stat-n {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: 4px;
}
.col-auth-bio-stat-l {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gm);
}
.col-auth-bio-text {
    font-family: var(--body);
    font-size: 14px;
    color: var(--g-1);
    line-height: 1.6;
    text-align: left;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.col-auth-bio-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px;
    background: var(--ink);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: background .15s;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.col-auth-bio-btn:hover { background: var(--red); }

/* Sidebar cards */
.col-sb-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--g-3);
    background: #fff;
}
.col-sb-card--cream { background: var(--cream); border: 0; }
.col-sb-card--ink {
    background: var(--ink);
    color: #fff;
    border: 0;
    position: relative;
    overflow: hidden;
}
.col-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;
}
.col-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;
}
.col-sb-card--ink .col-sb-h { color: rgba(255,255,255,.55); }
.col-sb-h::before { content: ""; width: 18px; height: 1px; background: var(--red); }

/* Most read */
.col-ra {
    display: grid;
    grid-template-columns: 24px 80px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--g-3);
    align-items: center;
    transition: padding .15s;
    text-decoration: none;
    color: inherit;
}
.col-ra:last-child { border-bottom: 0; }
.col-ra:hover { padding-left: 6px; }
.col-ra:hover .col-ra-title { color: var(--red); }
.col-ra-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    line-height: 1;
}
.col-ra-img { aspect-ratio: 1; border-radius: 6px; overflow: hidden; background: var(--g-4); }
.col-ra-img img { width: 100%; height: 100%; object-fit: cover; }
.col-ra-eye {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
}
.col-ra-title {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink);
    transition: color .15s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Newsletter */
.col-sbn { padding: 28px 24px; }
.col-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;
}
.col-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;
}
.col-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;
}
.col-sbn-form { display: flex; flex-direction: column; gap: 8px; position: relative; }
.col-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;
}
.col-sbn-form input::placeholder { color: rgba(255,255,255,.4); }
.col-sbn-form input:focus { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); }
.col-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;
}
.col-sbn-form button:hover { background: var(--red-dark); }

/* Other columns */
.col-oc-list { display: flex; flex-direction: column; }
.col-oc {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--g-3);
    transition: padding .15s;
    text-decoration: none;
    color: inherit;
}
.col-oc:last-child { border-bottom: 0; }
.col-oc:hover { padding-left: 6px; }
.col-oc:hover .col-oc-name { color: var(--red); }
.col-oc-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--g-4);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
    transition: background .15s, color .15s;
}
.col-oc:hover .col-oc-icon { background: var(--ink); color: #fff; }
.col-oc-name {
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    transition: color .15s;
    line-height: 1.2;
    margin-bottom: 2px;
}
.col-oc-author { font-size: 11px; color: var(--gm); }

/* ─────────────────────────────────────────────────────────────────────────
   Column hero — alt variants (Hila feedback round 6, ?hero=v2|v3|v4)
   ───────────────────────────────────────────────────────────────────────── */

/* v2: huge decorative initial of THIS column (replaces the static "R") */
.col-hero--v2::after { content: none; } /* suppress the global R */
.col-hero--v2 .col-hero-mark {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 4vw;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 700;
    font-size: clamp(280px, 38vw, 620px);
    line-height: .78;
    color: rgba(222, 28, 34, .07);
    letter-spacing: -.05em;
    user-select: none;
}

/* v3 / v5: pulled quote between the column name and the author/CTA below */
#page-column .col-hero-pull {
    position: relative;
    margin: 8px 0 22px;
    padding: 4px 0 4px 22px;
    border-left: 3px solid var(--red);
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.4;
    color: var(--ink);
    max-width: 540px;
}
#page-column .col-hero-pull-mark {
    font-family: var(--serif);
    color: var(--red);
    margin-right: 4px;
    font-style: italic;
    font-weight: 700;
}
#page-column .col-hero-pull-mark--close {
    margin-right: 0;
    margin-left: 4px;
}

/* v5: extra breathing room between the quote and the CTA below it */
.col-hero--v5 .col-hero-pull { margin-bottom: 28px; }

/* v4 / v5: prominent CTA right under the H1 (rule applies via class on the
   anchor itself so it works in any hero variant that renders it). */
#page-column .col-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin: 8px 0 24px;
    padding: 14px 24px;
    background: var(--red);
    color: #fff;
    font-family: var(--font-sans, var(--sans));
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--radius-btn, 2px);
    transition: background .15s ease, transform .15s ease;
}
#page-column .col-hero-cta:hover {
    background: var(--red-dark, #B20108);
    color: #fff;
    transform: translateY(-1px);
}
