/* President Karen — The Broadsheet
   Global stylesheet establishing the publication's visual identity.
   Cream paper, serif type, full-bleed columns, classical newspaper rhythm. */

/* --- TYPE & RESET --- */

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,300..900;1,8..60,300..900&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 17px;
}

body {
  background: #faf8f3;
  color: #2c2c2a;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: #185fa5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* --- LAYOUT WRAPPER --- */

.broadsheet {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 32px 48px;
}

/* --- TOP STRIP --- */

.top-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #2c2c2a;
  margin-bottom: 14px;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #5f5e5a;
  text-transform: uppercase;
}

.top-strip a {
  color: #5f5e5a;
}

.top-strip a:hover {
  color: #2c2c2a;
}

/* --- MASTHEAD --- */

.masthead {
  text-align: center;
  padding: 6px 0 10px;
  border-bottom: 2px double #2c2c2a;
  margin-bottom: 8px;
}

.masthead-title {
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  color: #2c2c2a;
}

.masthead-tagline {
  font-style: italic;
  font-size: 13px;
  color: #5f5e5a;
  margin-top: 4px;
}

/* --- NAV --- */

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 8px 0;
  border-bottom: 0.5px solid #2c2c2a;
  margin-bottom: 22px;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav a {
  color: #2c2c2a;
}

.nav a.active {
  font-weight: 500;
}

/* --- THREE COLUMNS --- */

.columns {
  display: grid;
  grid-template-columns: 0.9fr 2.2fr 1fr;
  gap: 24px;
}

@media (max-width: 900px) {
  .columns {
    grid-template-columns: 1fr;
  }
}

/* --- COLUMN HEADERS --- */

.col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 0.5px solid #2c2c2a;
  margin-bottom: 12px;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}

.live-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #3b6d11;
  border-radius: 50%;
  margin-right: 4px;
}

.live-label {
  font-size: 9px;
  color: #3b6d11;
  letter-spacing: 1px;
}

/* --- WIRE ITEMS --- */

.wire-item {
  border-left: 2px solid #d3d1c7;
  padding-left: 10px;
  margin-bottom: 14px;
}

.wire-item.lead {
  border-left-color: #993c1d;
}

.wire-source {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  color: #888780;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.wire-headline {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #2c2c2a;
}

.wire-house-note {
  font-size: 12px;
  font-style: italic;
  color: #5f5e5a;
  line-height: 1.4;
  margin-top: 4px;
}

/* --- ARTICLE CARDS (homepage feed) --- */

.lead-article {
  margin-bottom: 32px;
}

.section-label {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #993c1d;
  font-weight: 500;
  margin-bottom: 12px;
}

.lead-headline {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
  color: #2c2c2a;
}

.lead-headline a {
  color: inherit;
}

.deck {
  font-size: 18px;
  line-height: 1.45;
  color: #444441;
  font-style: italic;
  margin-bottom: 18px;
}

.byline-rule {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 0.5px solid #d3d1c7;
  border-bottom: 0.5px solid #d3d1c7;
  margin-bottom: 20px;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 11px;
  color: #5f5e5a;
}

.byline-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d3d1c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #2c2c2a;
  font-size: 11px;
}

.byline-author {
  color: #2c2c2a;
  font-weight: 500;
}

/* --- SECONDARY ARTICLE CARDS --- */

.article-card {
  border-top: 2px double #2c2c2a;
  padding-top: 22px;
  margin-bottom: 32px;
}

.article-headline {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin: 0 0 10px;
  color: #2c2c2a;
}

.article-headline a {
  color: inherit;
}

.article-deck {
  font-size: 15px;
  line-height: 1.45;
  color: #444441;
  font-style: italic;
  margin-bottom: 14px;
}

/* --- RIGHT RAIL ITEMS --- */

.rail-item {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #d3d1c7;
}

.rail-item:last-child {
  border-bottom: none;
}

.rail-section-label {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 9px;
  color: #993c1d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.rail-headline {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  color: #2c2c2a;
}

.rail-headline a {
  color: inherit;
}

.rail-byline {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px;
  color: #888780;
  margin-top: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* --- COMPLAINT DESK SIDEBAR --- */

.complaint-quote {
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: #2c2c2a;
  margin-bottom: 4px;
}

.complaint-attribution {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px;
  color: #888780;
}

/* --- FILE-YOUR-OWN BOX --- */

.file-complaint-box {
  background: white;
  border: 0.5px solid #d3d1c7;
  padding: 14px;
  margin-top: 8px;
}

.file-complaint-label {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #993c1d;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.file-complaint-prompt {
  font-size: 14px;
  line-height: 1.4;
  color: #2c2c2a;
  margin-bottom: 8px;
}

/* --- ARTICLE PAGE BODY --- */

.article-body {
  max-width: 660px;
  margin: 0 auto;
}

.article-body h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
}

.article-body p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.article-body p:first-of-type::first-letter {
  font-size: 56px;
  float: left;
  line-height: 0.85;
  padding: 6px 8px 0 0;
  font-weight: 500;
}

.article-body blockquote {
  border-left: 3px solid #993c1d;
  padding: 6px 0 6px 16px;
  margin: 24px 0;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: #2c2c2a;
}

.article-body h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 28px 0 14px;
}

.article-body em {
  font-style: italic;
}

.article-body strong {
  font-weight: 600;
}

/* --- TIP JAR --- */

.tip-jar {
  background: white;
  border: 0.5px solid #d3d1c7;
  padding: 18px;
  margin: 28px 0;
  text-align: center;
}

.tip-jar-label {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #993c1d;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.tip-jar-body {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.tip-jar-button {
  display: inline-block;
  background: #2c2c2a;
  color: #faf8f3;
  padding: 8px 20px;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tip-jar-button:hover {
  text-decoration: none;
  background: #444441;
}

/* --- DISCUSSION (comments closed) --- */

.discussion-block {
  border-top: 2px double #2c2c2a;
  padding-top: 18px;
  margin-top: 30px;
}

.discussion-label {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #5f5e5a;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.discussion-notice {
  background: #f1efe8;
  padding: 16px;
  border-left: 3px solid #888780;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
}

.discussion-notice-primary {
  font-size: 13px;
  line-height: 1.5;
  color: #444441;
  margin-bottom: 6px;
}

.discussion-notice-secondary {
  font-size: 11px;
  color: #5f5e5a;
}

/* --- FAKE ADS --- */

.fake-ad {
  background: white;
  border: 1px solid #2c2c2a;
  padding: 22px 24px;
  margin: 28px 0;
  text-align: center;
}

.fake-ad-banner {
  font-size: 9px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  color: #888780;
  text-transform: uppercase;
}

.fake-ad-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
  margin: 8px 0;
  letter-spacing: -0.3px;
}

.fake-ad-tagline {
  font-size: 13px;
  font-style: italic;
  margin: 10px 0;
  color: #444441;
}

.fake-ad-body {
  font-size: 12px;
  line-height: 1.5;
  color: #444441;
}

.fake-ad-disclaimer {
  font-size: 9px;
  color: #888780;
  margin-top: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --- FOOTER --- */

.footer {
  border-top: 2px double #2c2c2a;
  margin-top: 36px;
  padding-top: 18px;
  text-align: center;
}

.footer-row {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #5f5e5a;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-row a {
  color: #5f5e5a;
}

.footer-tagline {
  font-style: italic;
  font-size: 12px;
  color: #888780;
  margin-top: 10px;
}

/* --- UTILITIES --- */

.section-divider {
  border-top: 2px double #2c2c2a;
  margin: 22px 0;
}

.continued {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px;
  color: #888780;
  text-align: center;
  margin: 16px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
