/* ============================================================
   THE INTERNET TRIBUNE — Main Stylesheet
   1998 American Broadsheet · Modern Responsive Code
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Playfair+Display+SC:wght@400;700;900&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

/* --- CUSTOM PROPERTIES --- */
:root {
  --paper:        #F4EFE6;
  --paper-dark:   #EAE4D8;
  --paper-mid:    #E0D8C8;
  --ink:          #0F0F0F;
  --ink-mid:      #2E2E2E;
  --ink-light:    #595959;
  --rule:         #2E2E2E;
  --rule-light:   #BBBBBB;
  --red:          #AA0000;
  --red-bright:   #CC0000;
  --navy:         #1B3561;
  --navy-light:   #2A4F8A;
  --gold:         #C9A227;
  --font-hed:     'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sc:      'Playfair Display SC', Georgia, serif;
  --font-deck:    'EB Garamond', Georgia, 'Times New Roman', serif;
  --font-body:    Georgia, 'Times New Roman', serif;
  --font-sans:    'Arial Narrow', Arial, Helvetica, sans-serif;
  --max-w:        1260px;
}

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  background: #C8C0B0;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { list-style: none; }

/* --- PAGE WRAPPER --- */
.trib-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 30px rgba(0,0,0,.45);
  min-height: 100vh;
}

/* ============================================================
   TOP AD BANNER
   ============================================================ */
.top-ad-banner {
  background: #fff;
  border-bottom: 1px solid var(--rule-light);
  text-align: center;
  padding: .3rem 1rem;
  font-family: var(--font-sans);
  font-size: .68rem;
  color: var(--ink-light);
  letter-spacing: .03em;
}

.top-ad-banner .ad-tag {
  font-size: .55rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: .1rem;
}

/* ============================================================
   MASTHEAD
   ============================================================ */
.masthead {
  background: var(--paper);
  padding: .6rem 1.25rem .5rem;
  border-top: 5px solid var(--ink);
}

.masthead-rule-top {
  height: 1px;
  background: var(--ink);
  margin-bottom: .3rem;
}

.masthead-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-sans);
  font-size: .68rem;
  color: var(--ink-mid);
  padding-bottom: .3rem;
  border-bottom: 1px solid var(--rule-light);
  gap: .5rem;
}

.masthead-meta-left, .masthead-meta-right { white-space: nowrap; }
.masthead-meta-center {
  text-align: center;
  font-style: italic;
  flex: 1;
  color: var(--ink-light);
}

.masthead-title {
  font-family: var(--font-sc);
  font-size: clamp(2.2rem, 7.5vw, 5.8rem);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  color: var(--ink);
  margin: .3rem 0 .2rem;
}

.masthead-tagline {
  font-family: var(--font-deck);
  font-style: italic;
  font-size: clamp(.72rem, 1.6vw, 1rem);
  letter-spacing: .12em;
  text-align: center;
  color: var(--ink-mid);
  margin-bottom: .35rem;
}

.masthead-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  padding: .2rem 0;
  font-family: var(--font-sans);
  font-size: .7rem;
  margin-top: .2rem;
}

.masthead-extra {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: .15rem .6rem;
  font-size: .78rem;
}

.masthead-edition-info {
  text-align: center;
  flex: 1;
  font-style: italic;
}

.masthead-price {
  font-weight: 700;
  color: var(--ink-mid);
}

/* ============================================================
   SECTION NAVIGATION
   ============================================================ */
.section-nav {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 2px solid var(--ink);
}

.section-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-nav ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.section-nav a {
  display: block;
  padding: .42rem .78rem;
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #C8D4E8;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,.12);
  transition: background .12s, color .12s;
}

.section-nav a:hover,
.section-nav a.active {
  background: rgba(255,255,255,.12);
  color: #fff;
  text-decoration: none;
}

.section-nav a.active {
  background: rgba(255,255,255,.18);
  border-bottom: 2px solid var(--gold);
}

.nav-home { border-left: 1px solid rgba(255,255,255,.12); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  padding: .5rem .75rem;
  cursor: pointer;
}

/* ============================================================
   SECONDARY STRIP (3 teasers above fold)
   ============================================================ */
.secondary-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 2px solid var(--ink);
}

.strip-item {
  padding: .5rem 1rem;
  border-right: 1px solid var(--rule);
}

.strip-item:last-child { border-right: none; }

.strip-label {
  display: block;
  font-family: var(--font-sans);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .15rem;
}

.strip-hed {
  font-family: var(--font-hed);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.strip-hed a:hover { text-decoration: underline; }

/* ============================================================
   FRONT PAGE GRID
   ============================================================ */
.front-page {
  display: grid;
  grid-template-columns: 1fr 275px;
  gap: 0;
  padding: .8rem 1.25rem 1rem;
  border-bottom: 2px solid var(--ink);
}

.main-story {
  padding-right: 1.25rem;
  border-right: 1px solid var(--rule);
}

.front-sidebar {
  padding-left: 1.25rem;
}

/* --- EXTRA FLAG --- */
.extra-flag {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: .15rem .55rem;
  margin-bottom: .3rem;
}

/* --- LEAD HEADLINE --- */
.lead-headline {
  font-family: var(--font-sc);
  font-size: clamp(2rem, 5.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.02;
  color: var(--ink);
  letter-spacing: .02em;
  margin: .15rem 0 .25rem;
}

.lead-deck {
  font-family: var(--font-deck);
  font-size: clamp(.88rem, 1.5vw, 1.05rem);
  font-style: italic;
  line-height: 1.4;
  color: var(--ink-mid);
  padding: .5rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: .3rem 0 .5rem;
}

/* --- BYLINE --- */
.byline {
  font-family: var(--font-sans);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mid);
  margin-bottom: .5rem;
}

.byline .dateline { font-weight: 400; color: var(--ink-light); }

/* ============================================================
   NEWS PHOTO / FIGURE
   ============================================================ */
.news-fig {
  margin: .6rem 0 .75rem;
  border: 1px solid var(--rule);
}

.news-photo {
  width: 100%;
  aspect-ratio: 16/11;
  display: block;
  position: relative;
  overflow: hidden;
}

/* Halftone / press photo simulation */
.news-photo-img {
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(0,0,0,.018) 2px, rgba(0,0,0,.018) 4px),
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(0,0,0,.018) 2px, rgba(0,0,0,.018) 4px);
  position: relative;
}

/* Different gradient "photos" by subject */
.photo-ribbon-cutting { background-color: #9A9080; background-image: radial-gradient(ellipse at 50% 40%, #C8B898 0%, #A8907A 35%, #786860 65%, #585040 100%), repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(0,0,0,.02) 2px, rgba(0,0,0,.02) 4px), repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(0,0,0,.02) 2px, rgba(0,0,0,.02) 4px); filter: sepia(25%) contrast(1.08); }
.photo-factory { background-image: radial-gradient(ellipse at 70% 50%, #A0A8B0 0%, #788090 40%, #505860 70%, #383840 100%), repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(0,0,0,.025) 2px, rgba(0,0,0,.025) 4px); filter: sepia(15%) contrast(1.1); }
.photo-portrait { background-image: radial-gradient(ellipse at 50% 35%, #C8B8A0 0%, #A89070 40%, #887058 70%, #605040 100%), repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(0,0,0,.02) 2px, rgba(0,0,0,.02) 4px); filter: sepia(20%) contrast(1.05); }
.photo-crowd { background-image: radial-gradient(ellipse at 50% 50%, #B0A890 0%, #908070 40%, #706858 70%, #504838 100%), repeating-linear-gradient(45deg, transparent 0, transparent 3px, rgba(0,0,0,.015) 3px, rgba(0,0,0,.015) 6px); filter: sepia(22%); }
.photo-sports { background-image: radial-gradient(ellipse at 40% 40%, #D0C8B0 0%, #A09880 40%, #787060 70%, #585040 100%), repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(0,0,0,.02) 2px, rgba(0,0,0,.02) 4px); filter: sepia(18%) contrast(1.1); }
.photo-street { background-image: radial-gradient(ellipse at 60% 60%, #B8B0A0 0%, #989080 40%, #787068 70%, #585048 100%); filter: sepia(28%) contrast(1.05); }

.news-figcaption {
  padding: .3rem .5rem;
  font-family: var(--font-sans);
  font-size: .68rem;
  color: var(--ink-mid);
  background: var(--paper-dark);
  border-top: 1px solid var(--rule-light);
  line-height: 1.4;
}

.news-figcaption strong { font-weight: 700; }

/* ============================================================
   ARTICLE BODY TEXT
   ============================================================ */
.article-body {
  font-size: .87rem;
  line-height: 1.62;
  color: var(--ink);
}

.article-body p {
  margin-bottom: .7rem;
  text-align: justify;
  hyphens: auto;
}

/* Drop cap */
.article-body p:first-of-type::first-letter {
  float: left;
  font-family: var(--font-sc);
  font-size: 3.6em;
  line-height: .8;
  padding-right: .08em;
  padding-top: .05em;
  font-weight: 900;
  color: var(--ink);
}

.article-body .no-dropcap p:first-of-type::first-letter { float: none; font-size: inherit; line-height: inherit; padding: 0; font-weight: inherit; }

/* Story jump line */
.story-jump {
  font-family: var(--font-sans);
  font-size: .7rem;
  font-style: italic;
  font-weight: 700;
  color: var(--red);
  text-align: right;
  margin-top: .5rem;
}

.story-jump a { color: var(--red); }
.story-from {
  font-family: var(--font-sans);
  font-size: .7rem;
  color: var(--ink-light);
  font-style: italic;
  border-top: 1px solid var(--rule-light);
  padding-top: .25rem;
  margin-bottom: .75rem;
}

/* ============================================================
   PULL QUOTE
   ============================================================ */
.pull-quote {
  border-top: 3px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: .75rem .5rem;
  margin: 1rem 0;
  text-align: center;
}

.pq-text {
  font-family: var(--font-deck);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
}

.pq-attr {
  display: block;
  font-family: var(--font-sans);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-top: .4rem;
}

/* ============================================================
   SIDEBAR WIDGETS (right sidebar on front page)
   ============================================================ */
.sidebar-widget {
  border: 1px solid var(--rule);
  margin-bottom: .9rem;
  background: var(--paper-dark);
  overflow: hidden;
}

.widget-header {
  background: var(--navy);
  color: #C8D4E8;
  font-family: var(--font-sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .28rem .6rem;
}

.widget-body { padding: .6rem .65rem; }

/* Weather */
.weather-main {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .4rem;
}

.weather-icon {
  font-size: 2rem;
  line-height: 1;
}

.weather-temp {
  font-family: var(--font-hed);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: var(--ink);
}

.weather-conditions {
  font-family: var(--font-sans);
  font-size: .72rem;
  color: var(--ink-mid);
}

.weather-forecast {
  font-family: var(--font-sans);
  font-size: .67rem;
  color: var(--ink-light);
  border-top: 1px solid var(--rule-light);
  padding-top: .35rem;
  margin-top: .35rem;
  line-height: 1.6;
}

/* Inside Today index */
.inside-today-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .22rem 0;
  border-bottom: 1px solid var(--rule-light);
  font-family: var(--font-sans);
  font-size: .7rem;
}

.inside-today-list li:last-child { border-bottom: none; }
.inside-today-list .pg { color: var(--red); font-weight: 700; margin-left: .5rem; flex-shrink: 0; }
.inside-today-list a:hover { text-decoration: underline; }

/* Contest sidebar */
.contest-widget {
  border: 2px solid var(--red);
  margin-bottom: .9rem;
  background: var(--paper-dark);
}

.contest-header {
  background: var(--red);
  color: #fff;
  font-family: var(--font-sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .28rem .6rem;
}

.contest-body { padding: .6rem .65rem; }

.contest-title {
  font-family: var(--font-hed);
  font-size: .95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: .3rem;
  line-height: 1.2;
}

.contest-body p {
  font-family: var(--font-sans);
  font-size: .7rem;
  line-height: 1.5;
  color: var(--ink-mid);
  margin-bottom: .35rem;
}

/* Entry coupon */
.entry-coupon {
  border: 2px dashed var(--rule);
  padding: .5rem;
  margin-top: .5rem;
  background: #fff;
  font-family: var(--font-sans);
  font-size: .65rem;
  line-height: 1.6;
}

.coupon-scissors {
  text-align: right;
  font-size: .7rem;
  color: var(--ink-light);
  margin-bottom: .2rem;
  letter-spacing: .05em;
}

.coupon-title {
  font-weight: 700;
  font-size: .72rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .3rem;
  border-bottom: 1px solid var(--rule-light);
  padding-bottom: .2rem;
}

.coupon-field {
  display: flex;
  gap: .3rem;
  margin-bottom: .2rem;
  align-items: baseline;
}

.coupon-field label {
  flex-shrink: 0;
  font-weight: 700;
}

.coupon-line {
  flex: 1;
  border-bottom: 1px solid var(--rule);
  min-height: 1rem;
}

.coupon-footer {
  font-size: .6rem;
  color: var(--ink-light);
  margin-top: .3rem;
  border-top: 1px solid var(--rule-light);
  padding-top: .2rem;
}

/* ============================================================
   BELOW-FOLD STORY GRIDS
   ============================================================ */
.below-fold {
  padding: .8rem 1.25rem;
  border-bottom: 2px solid var(--ink);
}

.grid-section-label {
  font-family: var(--font-sans);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: .18rem;
}

.story-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.story-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.story-grid-2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 0;
}

.gcol {
  padding-right: 1.1rem;
  border-right: 1px solid var(--rule);
}

.gcol:last-child { border-right: none; padding-right: 0; }
.gcol + .gcol { padding-left: 1.1rem; }

.g-hed {
  font-family: var(--font-hed);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .25rem;
  color: var(--ink);
}

.g-deck {
  font-family: var(--font-deck);
  font-size: .82rem;
  font-style: italic;
  color: var(--ink-mid);
  line-height: 1.35;
  margin-bottom: .3rem;
}

.g-byline {
  font-family: var(--font-sans);
  font-size: .63rem;
  color: var(--ink-light);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .35rem;
}

.g-body {
  font-size: .82rem;
  line-height: 1.55;
  color: var(--ink);
}

.g-body p { margin-bottom: .4rem; text-align: justify; }

.read-more {
  font-family: var(--font-sans);
  font-size: .65rem;
  font-style: italic;
  color: var(--red);
  font-weight: 700;
}

.read-more a { color: var(--red); }

/* Section divider rule */
.section-rule {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: .65rem 0;
}

.section-rule::before, .section-rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--rule);
}

.section-rule-label {
  font-family: var(--font-sans);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-mid);
  padding: .12rem .45rem;
  border: 1px solid var(--rule);
  white-space: nowrap;
}

/* ============================================================
   AD UNITS
   ============================================================ */
.ad-strip {
  background: var(--paper-mid);
  border-top: 2px solid var(--rule);
  border-bottom: 2px solid var(--rule);
  padding: .5rem 1.25rem;
  display: flex;
  gap: .75rem;
  align-items: center;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.ad-unit {
  border: 1px solid var(--rule);
  flex-shrink: 0;
  background: #fff;
  text-align: center;
  font-family: var(--font-sans);
  overflow: hidden;
}

.ad-banner { width: 468px; height: 60px; }
.ad-button { width: 120px; height: 90px; }
.ad-square { width: 125px; height: 125px; }

.ad-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .4rem;
  font-size: .7rem;
  line-height: 1.3;
}

.ad-name { font-weight: 700; font-size: .85rem; display: block; margin-bottom: .1rem; }
.ad-tagline { font-style: italic; font-size: .65rem; color: var(--ink-light); }
.ad-phone { color: var(--red); font-size: .78rem; font-weight: 700; display: block; margin-top: .15rem; }
.ad-900 { color: #800080; }

/* ============================================================
   SECTION PAGE HEADER
   ============================================================ */
.section-page { padding: .8rem 1.25rem 1.5rem; }

.section-header {
  border-top: 4px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: .35rem 0;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.section-title {
  font-family: var(--font-sc);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: .04em;
}

.section-meta {
  font-family: var(--font-sans);
  font-size: .68rem;
  color: var(--ink-light);
}

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.article-page { padding: .8rem 1.25rem 1.5rem; }

.article-header {
  border-bottom: 2px solid var(--ink);
  padding-bottom: .75rem;
  margin-bottom: .75rem;
}

.article-headline {
  font-family: var(--font-sc);
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: .3rem;
  color: var(--ink);
}

.article-deck {
  font-family: var(--font-deck);
  font-size: clamp(.9rem, 1.8vw, 1.1rem);
  font-style: italic;
  line-height: 1.4;
  color: var(--ink-mid);
  margin-bottom: .5rem;
}

/* Multi-column article */
.col-2 .article-body { columns: 2; column-gap: 1.5rem; column-rule: 1px solid var(--rule-light); }
.col-3 .article-body { columns: 3; column-gap: 1.3rem; column-rule: 1px solid var(--rule-light); }

/* ============================================================
   COLUMNIST HEADSHOT BOX
   ============================================================ */
.columnist-box {
  display: flex;
  gap: .75rem;
  border: 1px solid var(--rule);
  padding: .65rem;
  background: var(--paper-dark);
  margin-bottom: .75rem;
  align-items: flex-start;
}

.col-headshot {
  width: 76px;
  height: 84px;
  flex-shrink: 0;
  border: 1px solid var(--rule);
  object-fit: cover;
}

/* Headshot photo simulations */
.hs-rod {    background-image: radial-gradient(ellipse at 48% 30%, #C0A888 0%, #907860 45%, #604840 80%, #402820 100%); filter: sepia(8%); }
.hs-dad {    background-image: radial-gradient(ellipse at 52% 28%, #C8B898 0%, #A88060 45%, #786050 80%, #504030 100%); filter: sepia(12%); }
.hs-bitty {  background-image: radial-gradient(ellipse at 50% 32%, #D0B8A8 0%, #B09080 45%, #887060 80%, #605040 100%); filter: sepia(10%); }
.hs-almanac { background-image: radial-gradient(ellipse at 45% 28%, #B8A888 0%, #988060 45%, #706040 80%, #482820 100%); filter: sepia(15%); }
.hs-foundry { background-image: radial-gradient(ellipse at 50% 30%, #B0A090 0%, #908070 45%, #706050 80%, #504030 100%); filter: sepia(18%); }
.hs-coffee {  background-image: radial-gradient(ellipse at 52% 32%, #C8B8A0 0%, #A89078 45%, #807060 80%, #585040 100%); filter: sepia(10%); }
.hs-sermon {  background-image: radial-gradient(ellipse at 50% 30%, #B8A888 0%, #987858 45%, #786040 80%, #503818 100%); filter: sepia(14%); }
.hs-church {  background-image: radial-gradient(ellipse at 48% 30%, #C8B8A8 0%, #A89880 45%, #807860 80%, #585840 100%); filter: sepia(8%); }

.columnist-info { flex: 1; min-width: 0; }
.col-name { font-family: var(--font-hed); font-size: .92rem; font-weight: 700; margin-bottom: .05rem; }
.col-title { font-family: var(--font-sans); font-size: .62rem; color: var(--ink-light); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .3rem; }
.col-quote {
  font-family: var(--font-deck);
  font-size: .78rem;
  font-style: italic;
  color: var(--ink-mid);
  border-left: 2px solid var(--red);
  padding-left: .4rem;
  line-height: 1.35;
}

/* ============================================================
   SIDEBAR BOX (in-article: timeline, Q&A, etc.)
   ============================================================ */
.box {
  border: 1px solid var(--rule);
  margin: .75rem 0;
  background: var(--paper-dark);
  overflow: hidden;
  break-inside: avoid;
}

.box-header {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .28rem .6rem;
}

.box-header.red-bg { background: var(--red); }
.box-header.navy-bg { background: var(--navy); }

.box-body {
  padding: .65rem .7rem;
  font-size: .8rem;
  line-height: 1.55;
}

.box-body p { margin-bottom: .4rem; }

/* Timeline */
.timeline-item {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: .5rem;
  margin-bottom: .45rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid var(--rule-light);
  font-size: .78rem;
}

.timeline-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.tl-year { font-family: var(--font-sans); font-size: .7rem; font-weight: 700; color: var(--red); padding-top: .05rem; }
.tl-event { line-height: 1.4; }

/* Q&A box */
.qa-item { margin-bottom: .6rem; }
.qa-q { font-weight: 700; font-family: var(--font-sans); font-size: .78rem; margin-bottom: .15rem; }
.qa-a { font-size: .8rem; line-height: 1.5; }

/* By the Numbers */
.btn-item {
  display: flex;
  gap: .5rem;
  align-items: baseline;
  margin-bottom: .35rem;
  border-bottom: 1px solid var(--rule-light);
  padding-bottom: .35rem;
  font-size: .78rem;
}

.btn-item:last-child { border-bottom: none; }
.btn-num { font-family: var(--font-hed); font-size: 1.3rem; font-weight: 900; color: var(--red); line-height: 1; flex-shrink: 0; }

/* ============================================================
   CLASSIFIEDS
   ============================================================ */
.classifieds-page { font-family: var(--font-sans); font-size: .72rem; line-height: 1.45; }

.classifieds-header {
  border-top: 5px double var(--ink);
  border-bottom: 2px solid var(--ink);
  text-align: center;
  padding: .4rem 0;
  margin-bottom: .75rem;
}

.classifieds-title { font-family: var(--font-sc); font-size: 1.8rem; font-weight: 900; }
.classifieds-subtitle { font-family: var(--font-sans); font-size: .7rem; color: var(--ink-light); margin-top: .15rem; }

.classified-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.classified-col {
  border-right: 1px solid var(--rule);
  padding: 0 .6rem;
  vertical-align: top;
}

.classified-col:last-child { border-right: none; }
.classified-col:first-child { padding-left: 0; }

.classified-cat {
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  border-bottom: 1px solid var(--rule);
  padding-bottom: .2rem;
  margin-bottom: .45rem;
}

.classified-item {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px dotted var(--rule-light);
  font-size: .7rem;
  line-height: 1.45;
}

.classified-item:last-child { border-bottom: none; }
.classified-item strong { font-weight: 700; }

/* ============================================================
   COMICS
   ============================================================ */
.comics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding: .75rem;
}

.comic-strip {
  border: 1px solid var(--rule);
  background: #fff;
  overflow: hidden;
}

.strip-title-bar {
  background: var(--navy);
  color: #fff;
  font-family: var(--font-sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .22rem .5rem;
  display: flex;
  justify-content: space-between;
}

.strip-author { font-weight: 400; opacity: .7; }

.strip-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule);
}

.strip-panel {
  border-right: 1px solid var(--rule);
  min-height: 90px;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  font-family: 'Comic Sans MS', 'Chalkboard SE', cursive, sans-serif;
  font-size: .62rem;
}

.strip-panel:last-child { border-right: none; }

.panel-art {
  flex: 1;
  background: linear-gradient(180deg, #f0f0f0 0%, #e8e8e8 100%);
  border: 1px solid #ccc;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .58rem;
  color: #888;
  font-style: italic;
}

.panel-dialog {
  background: #fff;
  border: 1px solid #ccc;
  padding: .18rem .25rem;
  line-height: 1.3;
  font-size: .62rem;
}

/* ============================================================
   POLICE BLOTTER
   ============================================================ */
.blotter-item {
  margin-bottom: .65rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid var(--rule-light);
  font-size: .82rem;
  line-height: 1.55;
}

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

.blotter-date {
  font-family: var(--font-sans);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .08rem;
}

/* ============================================================
   HOROSCOPE
   ============================================================ */
.horoscope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem;
}

.horoscope-sign {
  border: 1px solid var(--rule-light);
  padding: .5rem .55rem;
  font-size: .8rem;
}

.sign-name { font-family: var(--font-hed); font-size: .95rem; font-weight: 700; margin-bottom: .05rem; }
.sign-dates { font-family: var(--font-sans); font-size: .62rem; color: var(--ink-light); margin-bottom: .25rem; }

/* ============================================================
   TV LISTINGS
   ============================================================ */
.tv-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-sans);
  font-size: .7rem;
}

.tv-table th {
  background: var(--navy);
  color: #fff;
  padding: .28rem .5rem;
  text-align: left;
  font-size: .65rem;
  letter-spacing: .05em;
  border-right: 1px solid rgba(255,255,255,.15);
}

.tv-table td {
  padding: .28rem .5rem;
  border-bottom: 1px solid var(--rule-light);
  border-right: 1px solid var(--rule-light);
  vertical-align: top;
  line-height: 1.4;
}

.tv-table tr:nth-child(even) { background: var(--paper-dark); }
.tv-table .time-col { font-weight: 700; color: var(--navy); white-space: nowrap; }

/* ============================================================
   OBITUARIES
   ============================================================ */
.obit-item {
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--rule-light);
}

.obit-item:last-child { border-bottom: none; }
.obit-name { font-family: var(--font-hed); font-size: 1rem; font-weight: 700; }
.obit-dates { font-family: var(--font-sans); font-size: .68rem; color: var(--ink-light); margin-bottom: .2rem; }
.obit-body { font-size: .82rem; line-height: 1.55; }

/* ============================================================
   LETTERS TO THE EDITOR
   ============================================================ */
.letter-item {
  margin-bottom: .8rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--rule-light);
}

.letter-item:last-child { border-bottom: none; }
.letter-hed { font-family: var(--font-hed); font-size: .95rem; font-weight: 700; margin-bottom: .15rem; }
.letter-from { font-family: var(--font-sans); font-size: .63rem; color: var(--ink-light); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .2rem; }
.letter-body { font-size: .82rem; line-height: 1.55; }

/* ============================================================
   ABOUT THE PUBLISHER BLURB
   ============================================================ */
.publisher-blurb {
  border: 1px solid var(--rule);
  padding: .75rem;
  background: var(--paper-dark);
  font-size: .78rem;
  line-height: 1.6;
}

.publisher-blurb h3 {
  font-family: var(--font-sc);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .4rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid var(--rule);
}

/* ============================================================
   FOOTER
   ============================================================ */
.trib-footer {
  background: var(--ink);
  color: var(--paper-dark);
  padding: 1rem 1.25rem;
  font-family: var(--font-sans);
  font-size: .7rem;
  line-height: 1.6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.footer-col h4 {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18);
  padding-bottom: .25rem;
}

.footer-col p, .footer-col li { color: rgba(255,255,255,.6); line-height: 1.55; margin-bottom: .2rem; }
.footer-col ul { list-style: none; }
.footer-col a { color: rgba(255,255,255,.7); }
.footer-col a:hover { color: #fff; text-decoration: underline; }

.footer-base {
  text-align: center;
  color: rgba(255,255,255,.35);
  font-size: .63rem;
  line-height: 1.6;
}

/* ============================================================
   EDITORIAL CARTOON
   ============================================================ */
.editorial-cartoon {
  border: 1px solid var(--rule);
  background: #fff;
  margin-bottom: .75rem;
}

.cartoon-img {
  width: 100%;
  aspect-ratio: 4/3;
  background:
    repeating-linear-gradient(45deg, transparent 0, transparent 2px, rgba(0,0,0,.04) 2px, rgba(0,0,0,.04) 4px),
    repeating-linear-gradient(-45deg, transparent 0, transparent 2px, rgba(0,0,0,.03) 2px, rgba(0,0,0,.03) 4px),
    linear-gradient(180deg, #f5f0e8 0%, #e8e0d0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartoon-caption {
  padding: .3rem .5rem;
  font-family: var(--font-sans);
  font-size: .68rem;
  color: var(--ink-mid);
  background: var(--paper-dark);
  border-top: 1px solid var(--rule-light);
  font-style: italic;
}

/* ============================================================
   UTILITY
   ============================================================ */
.rule       { height: 1px; background: var(--rule);  margin: .5rem 0; }
.rule-thick { height: 2px; background: var(--ink);   margin: .75rem 0; }
.rule-red   { height: 2px; background: var(--red);   margin: .5rem 0; }
.rule-double { border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); height: 5px; margin: .75rem 0; }
.mt-half { margin-top: .5rem; }
.mt-1    { margin-top: 1rem; }
.text-center { text-align: center; }
.italic  { font-style: italic; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .front-page { grid-template-columns: 1fr; }
  .main-story { border-right: none; padding-right: 0; }
  .front-sidebar { padding-left: 0; border-top: 2px solid var(--rule); padding-top: .75rem; margin-top: .5rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
  .secondary-strip { grid-template-columns: 1fr 1fr; }
  .story-grid-3, .story-grid-4 { grid-template-columns: 1fr 1fr; }
  .classified-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .comics-grid { grid-template-columns: 1fr; }
  .horoscope-grid { grid-template-columns: 1fr 1fr; }
  .col-3 .article-body { columns: 2; }
}

@media (max-width: 640px) {
  .masthead-title { font-size: 2rem; }
  .masthead-meta { flex-wrap: wrap; gap: .2rem; }
  .masthead-meta-center { order: 3; flex-basis: 100%; }
  .section-nav ul { flex-wrap: wrap; }
  .section-nav a { padding: .35rem .5rem; font-size: .65rem; }
  .secondary-strip { grid-template-columns: 1fr; }
  .strip-item { border-right: none; border-bottom: 1px solid var(--rule); }
  .story-grid-3, .story-grid-4, .story-grid-2 { grid-template-columns: 1fr; }
  .gcol { border-right: none; padding-right: 0; padding-bottom: .75rem; border-bottom: 1px solid var(--rule-light); }
  .gcol:last-child { border-bottom: none; }
  .gcol + .gcol { padding-left: 0; }
  .classified-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .horoscope-grid { grid-template-columns: 1fr 1fr; }
  .comics-grid { grid-template-columns: 1fr; }
  .col-2 .article-body, .col-3 .article-body { columns: 1; }
  .front-sidebar { grid-template-columns: 1fr; }
  .lead-headline { font-size: 2rem; }
  .ad-banner { width: 320px; }
}

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