/* ============================================================
   REGISTER C — INK — THE EDITORIAL REGISTER
   For: outlook, insights, briefings
   The brand steps back so the content leads.
   Loaded after varnham.css; overrides accent variables.
   ============================================================ */

:root {
  --accent: #111418;
  --accent-deep: #0a0c0f;
  --accent-soft: #f4e8e8;
  --accent-on-dark: #f4e8e8;
  /* Oxblood retained as secondary accent for the principal byline */
  --secondary-accent: #6b1e2c;
}

/* Register strip */
.page-strip {
  background: var(--accent);
}

/* Eyebrow on Register C uses ink, not oxblood */
.eyebrow { color: var(--ink); }

/* Buttons primary uses oxblood (still the "act" colour even in Register C) */
.btn-primary {
  background: var(--secondary-accent);
}
.btn-primary:hover {
  background: #4a1219;
}
.btn-secondary {
  border-left-color: var(--secondary-accent);
  color: var(--secondary-accent);
}
.btn-secondary:hover {
  color: #4a1219;
  border-left-color: #4a1219;
}

/* Nav CTA uses oxblood */
.nav-cta {
  background: var(--secondary-accent);
}
.nav-cta:hover {
  background: #4a1219;
}

/* Active nav link uses ink */
.nav-links a.active {
  color: var(--ink);
}

/* ============================================================
   INDEX HEADER — Outlook landing
   ============================================================ */
.index-header {
  padding: 70px 0 40px;
  border-bottom: 1px solid var(--rule);
}
.index-header h1 { margin-bottom: 28px; max-width: 920px; }

/* ============================================================
   FEATURED BAND — lead piece
   ============================================================ */
.featured-band {
  background: var(--ink);
  color: var(--paper-cool);
  padding: 110px 0;
}
.featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.featured-meta .pill {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--paper-cool);
  background: var(--secondary-accent);
  padding: 6px 12px;
}
.featured-meta .date {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(250, 248, 244, 0.6);
}
.featured-band h2 {
  color: var(--paper-cool);
  margin-bottom: 28px;
}
.featured-band p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(250, 248, 244, 0.8);
  margin-bottom: 36px;
  max-width: 480px;
}

.featured-side {
  border-left: 1px solid rgba(250, 248, 244, 0.15);
  padding-left: 60px;
}
.featured-side .label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(250, 248, 244, 0.6);
  margin-bottom: 24px;
}
.featured-side .countdown {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(250, 248, 244, 0.15);
}
.featured-side .days {
  font-weight: 600;
  font-size: 88px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--paper-cool);
  margin-bottom: 8px;
}
.featured-side .days .unit {
  font-size: 0.3em;
  color: rgba(250, 248, 244, 0.6);
  margin-left: 8px;
  font-weight: 500;
}
.featured-side .countdown-detail {
  font-size: 13px;
  color: rgba(250, 248, 244, 0.7);
  line-height: 1.5;
}
.featured-side .countdown-detail strong { color: var(--paper-cool); font-weight: 600; }

.featured-byline {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 248, 244, 0.15);
}
.featured-byline .label { margin-bottom: 8px; }
.featured-byline .name {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: var(--paper-cool);
  line-height: 1.1;
  margin-bottom: 6px;
}
.featured-byline .role {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(250, 248, 244, 0.55);
}

@media (max-width: 1100px) {
  .featured-side {
    border-left: none;
    padding-left: 0;
    padding-top: 50px;
    border-top: 1px solid rgba(250, 248, 244, 0.15);
  }
}

/* ============================================================
   RECENT-PIECES LIST
   ============================================================ */
.recent-list {
  border-top: 1px solid var(--ink);
}
.recent-item {
  display: grid;
  grid-template-columns: 140px 1fr 200px 80px;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  cursor: pointer;
  transition: background 0.2s ease;
}
.recent-item:hover { background: var(--paper-warm); }
.recent-item .date {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
}
.recent-item .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.recent-item .title-sub {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  font-weight: 400;
  letter-spacing: 0;
}
.recent-item .category {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink);
  border-left: 2px solid var(--secondary-accent);
  padding-left: 14px;
  line-height: 1.4;
}
.recent-item .arrow {
  font-size: 14px;
  color: var(--secondary-accent);
  text-align: right;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .recent-item { grid-template-columns: 1fr; gap: 12px; }
  .recent-item .arrow { display: none; }
  .recent-item .category {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--rule);
    padding-top: 8px;
  }
}

/* ============================================================
   ARTICLE — long-form treatment
   ============================================================ */
.article {
  max-width: 720px;
  margin: 0 auto;
}
.article-meta-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
  flex-wrap: wrap;
}
.article-meta-bar .category {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--paper-cool);
  background: var(--ink);
  padding: 6px 12px;
}
.article-meta-bar .date,
.article-meta-bar .read-time {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
}
.article-meta-bar .read-time { margin-left: auto; }

.article h1 { margin-bottom: 32px; }
.article .deck {
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin-bottom: 50px;
  border-left: 3px solid var(--secondary-accent);
  padding-left: 26px;
}
.article p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.article p strong { color: var(--ink); font-weight: 600; }
.article h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 48px 0 22px;
}
.article ul {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
}
.article ul li {
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
}
.article ul li::before {
  content: "—";
  color: var(--ink);
  font-weight: 600;
}
.article ul li strong { color: var(--ink); font-weight: 600; }

.pullquote {
  margin: 50px -40px;
  padding: 36px 40px;
  background: var(--ink);
  color: var(--paper-cool);
  position: relative;
}
.pullquote::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--secondary-accent);
}
.pullquote .text {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--paper-cool);
  margin-bottom: 14px;
}
.pullquote .attr {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(250, 248, 244, 0.5);
}

@media (max-width: 800px) {
  .pullquote { margin: 30px -24px; padding: 28px 24px; }
  .pullquote .text { font-size: 20px; }
  .article h1 { font-size: 32px; }
  .article .deck { font-size: 17px; padding-left: 18px; }
}

/* Byline at the foot of an article */
.byline {
  margin-top: 70px;
  padding: 40px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  align-items: center;
}
.byline .portrait {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #d8d2c4 0%, #8a8478 100%);
  border-radius: 50%;
  flex-shrink: 0;
}
.byline .text .label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-bottom: 8px;
}
.byline .text .name {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 8px;
}
.byline .text .role {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.byline .text .role strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   FURTHER-READING CARDS
   ============================================================ */
.further-card {
  background: var(--paper-cool);
  border: 1px solid var(--rule);
  padding: 28px 30px 32px;
  border-top: 4px solid var(--ink);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.further-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -16px rgba(0,0,0,0.1);
}
.further-card .date {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-bottom: 14px;
}
.further-card h4 { margin-bottom: 14px; font-size: 20px; }
.further-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ============================================================
   SUBSCRIBE BAND
   ============================================================ */
.subscribe {
  padding: 110px 0;
  background: var(--paper-cool);
  border-top: 1px solid var(--rule);
  text-align: center;
}
.subscribe .eyebrow {
  color: var(--secondary-accent);
  margin-bottom: 24px;
}
.subscribe h2 {
  margin-bottom: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe p {
  max-width: 520px;
  margin: 0 auto 36px;
}
