/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fbfaf6;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  color: #8a0000;
}

/* --- Scoreboard --- */
.scoreboard {
  background: #1a1a1a;
  color: #fbfaf6;
  font-family: "SF Mono", "Menlo", monospace;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scoreboard-inner {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: max-content;
}

.scoreboard-label {
  color: #888;
  margin-right: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scoreboard-team {
  padding: 0 1rem;
  border-right: 1px solid #444;
}

.scoreboard-team:last-child {
  border-right: none;
}

.scoreboard-team.home-team {
  font-weight: bold;
  color: #e8a88a;
}

/* --- Masthead --- */
.masthead {
  text-align: center;
  border-bottom: 3px double #1a1a1a;
  margin-bottom: 0;
  padding: 1.25rem 0 0.75rem;
}

.masthead-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0.25rem;
}

.masthead-nameplate {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-weight: 900;
  font-size: 3.75rem;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0;
  color: #1a1a1a;
}

.masthead-nameplate a {
  color: inherit;
  text-decoration: none;
}

.masthead-tagline {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #555;
  margin: 0.4rem 0 0;
}

/* --- Section Nav --- */
.section-nav {
  border-top: 1px solid #d4d0c4;
  border-bottom: 1px solid #d4d0c4;
  margin: 0 0 2rem;
  padding: 0;
}

.section-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.section-nav li {
  flex: 0 0 auto;
}

.section-nav a {
  display: block;
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a1a1a;
  padding: 0.55rem 0.9rem;
  text-decoration: none;
  transition: color 0.1s, background 0.1s;
}

.section-nav a:hover {
  color: #8a0000;
  background: #f4ede0;
}

.section-nav a.stub {
  color: #888;
}

.section-nav a.stub:hover {
  color: #8a0000;
  background: #f4ede0;
}

/* --- Front Page Grid --- */
.front-page {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.front-main {
  min-width: 0;
}

/* --- Lead Story --- */
.lead-story {
  border-bottom: 1px solid #d4d0c4;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
}

.eyebrow {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #8a0000;
  margin: 0 0 0.3rem;
}

.lead-story h2 {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}

.lead-story h2 a {
  color: #1a1a1a;
  text-decoration: none;
}

.lead-story h2 a:hover {
  color: #8a0000;
}

.byline-line {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #666;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.lead-excerpt {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 0.75rem;
}

.lead-excerpt::first-letter {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-size: 4em;
  font-weight: 900;
  float: left;
  line-height: 0.75;
  margin: 0.08em 0.08em 0 0;
  color: #1a1a1a;
}

.continue-link {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a0000;
  text-decoration: none;
}

.continue-link:hover {
  text-decoration: underline;
}

/* --- Secondary Cards Grid --- */
.secondary-heading {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 0.75rem;
  border-top: 2px solid #1a1a1a;
  padding-top: 0.5rem;
}

.secondary-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.story-card {
  padding: 0.9rem 0.75rem;
  border-bottom: 1px solid #d4d0c4;
  transition: background 0.1s;
}

.story-card:hover {
  background: #f4ede0;
}

.story-card:nth-child(odd) {
  border-right: 1px solid #d4d0c4;
  padding-left: 0;
}

.story-card:nth-child(even) {
  padding-right: 0;
}

.story-card h3 {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 0.3rem;
}

.story-card h3 a {
  color: #1a1a1a;
  text-decoration: none;
}

.story-card h3 a:hover {
  color: #8a0000;
}

.card-byline {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  color: #888;
  text-transform: uppercase;
}

/* --- Notebook Sidebar --- */
.notebook {
  border-left: 1px solid #d4d0c4;
  padding-left: 1.5rem;
}

.notebook-heading {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px double #1a1a1a;
}

.notebook-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notebook-list li {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #333;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e8e4dc;
  font-variant-numeric: tabular-nums;
}

.notebook-list li a {
  color: #1a1a1a;
}

.notebook-list li a:hover {
  color: #8a0000;
}

.notebook-meta {
  color: #888;
  font-size: 0.75rem;
}

/* --- Bylines / Newsroom Strip --- */
.bylines-section {
  margin-top: 3rem;
  border-top: 3px double #1a1a1a;
  padding-top: 1.25rem;
}

.bylines-heading {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 1.25rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px double #1a1a1a;
}

.bylines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2rem;
}

.byline-card {
  border-top: 2px solid #1a1a1a;
  padding-top: 0.75rem;
}

.byline-card.stub {
  opacity: 0.65;
}

.byline-card h3 {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.15rem;
}

.byline-card h3 a {
  color: #1a1a1a;
}

.byline-card-role {
  font-style: italic;
  font-size: 0.8rem;
  color: #666;
  margin: 0 0 0.4rem;
}

.byline-card-voice {
  font-size: 0.82rem;
  color: #444;
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.byline-card-count {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a0000;
}

.byline-card.stub .byline-card-count {
  color: #888;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

/* --- Section / List Page --- */
.section-header {
  border-bottom: 3px double #1a1a1a;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
}

.section-header .eyebrow {
  margin-bottom: 0.25rem;
}

.section-header h1 {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0 0 0.6rem;
}

.section-role {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1rem;
  color: #555;
  margin: 0.25rem 0 0.75rem;
}

.section-stat-line {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin: 0;
}

.section-article-list {
  max-width: 720px;
}

.section-article-item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.65rem 0;
  border-bottom: 1px solid #d4d0c4;
}

.section-article-date {
  font-family: "SF Mono", "Menlo", monospace;
  font-size: 0.78rem;
  color: #888;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.section-article-body h2 {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 0.2rem;
}

.section-article-body h2 a {
  color: #1a1a1a;
  text-decoration: none;
}

.section-article-body h2 a:hover {
  color: #8a0000;
}

.section-article-excerpt {
  font-size: 0.82rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* --- Single Article Page --- */
.article-page {
  max-width: 720px;
}

.article-eyebrow {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a0000;
  margin: 0 0 0.4rem;
}

.article-eyebrow a {
  color: inherit;
}

article h1 {
  font-family: "Playfair Display", "Hoefler Text", "Baskerville", Georgia, serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.6rem;
}

.byline {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #d4d0c4;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}

.byline a {
  color: #666;
}

.byline a:hover {
  color: #8a0000;
}

.collapsed-note {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.article-body {
  font-size: 1.05rem;
  line-height: 1.75;
}

.article-body p {
  margin-bottom: 1.1em;
}

.article-meta {
  font-family: "SF Mono", "Menlo", monospace;
  font-size: 0.75rem;
  color: #888;
  border-top: 1px solid #d4d0c4;
  margin-top: 2.5rem;
  padding-top: 0.75rem;
}

.article-meta code {
  font-size: 0.72rem;
  color: #666;
  background: #f0ece3;
  padding: 0.1em 0.3em;
  border-radius: 2px;
}

.grounding-warning {
  background: #fff4d6;
  border-left: 3px solid #e6a817;
  padding: 0.5rem 0.75rem;
  margin-top: 0.75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
}

.grounding-warning p {
  margin: 0.25rem 0 0;
  color: #555;
}

/* --- Footer --- */
footer {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #aaa;
  border-top: 1px solid #d4d0c4;
  margin-top: 3rem;
  padding-top: 1rem;
  text-align: center;
}

footer .disclaimer {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-top: 0.25rem;
  color: #bbb;
}

/* --- Mobile Responsive --- */
@media (max-width: 800px) {
  body {
    padding: 0 1rem 2rem;
  }

  .masthead-nameplate {
    font-size: 2.25rem;
  }

  .masthead-meta-row {
    font-size: 0.6rem;
  }

  .front-page {
    grid-template-columns: 1fr;
  }

  .notebook {
    border-left: none;
    border-top: 2px double #1a1a1a;
    padding-left: 0;
    padding-top: 1.25rem;
    margin-top: 1.5rem;
  }

  .bylines-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .secondary-cards {
    grid-template-columns: 1fr;
  }

  .story-card:nth-child(odd) {
    border-right: none;
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .masthead-nameplate {
    font-size: 1.75rem;
  }

  .bylines-grid {
    grid-template-columns: 1fr;
  }

  .section-article-item {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
