/* ============================================================
   Hartford Daily Brief — "Brick & Oak" editorial design
   Original theme. Cream paper, ink text, Charter-Oak green,
   Hartford-brick terracotta. Fraunces for display, Newsreader
   for body.
   ============================================================ */

:root {
  --cream: #faf6ee;
  --paper: #fffdf7;
  --ink: #221d17;
  --ink-soft: #5f554a;
  --oak: #2f5233;
  --oak-deep: #1f3a23;
  --brick: #b5452c;
  --clay: #c96f3d;
  --sage: #6f8f6a;
  --gold: #e0a63c;
  --line: #e6dcc7;
  --line-strong: #d8cbaa;

  --serif-display: "Fraunces", Georgia, serif;
  --serif-body: "Newsreader", Georgia, serif;
  --sans: "Newsreader", Georgia, serif;

  --measure: 42rem;
  --measure-wide: 64rem;
  --gap: 1rem;
  --gap-lg: 2rem;
  --gap-xl: 3.5rem;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--serif-body);
  font-size: 1.0625rem;
  line-height: 1.6;
}

img, svg { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }
a:hover { color: var(--oak); }

.container { max-width: var(--measure-wide); margin: 0 auto; padding: 0 1.25rem; }
.container--home { max-width: var(--measure-wide); }
.container--editorial { max-width: 46rem; }
.container--reading { max-width: var(--measure); }

/* ---------- status bar ---------- */
.status {
  background: var(--ink);
  color: var(--cream);
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.status .container {
  display: flex; gap: 1.5rem; align-items: center;
  padding-top: 0.45rem; padding-bottom: 0.45rem;
  overflow-x: auto; white-space: nowrap;
}
.status .dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); margin-right: 0.45rem; vertical-align: 1px;
}
.status .warn .dot { background: var(--brick); }
.status .spacer { flex: 1; }
.status .btn-sub--status { flex: none; margin-left: 0.75rem; }

/* ---------- masthead ---------- */
.masthead { padding: 1.35rem 0 0.7rem; }
.masthead__row { text-align: center; }
.masthead__kicker {
  font-family: var(--serif-display);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--brick); margin-bottom: 0.6rem;
}
.masthead__wordmark {
  font-family: var(--serif-display);
  font-variation-settings: "SOFT" 60, "WONK" 1;
  font-weight: 700;
  font-size: clamp(2.3rem, 6.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
}
.masthead__wordmark a:hover { color: var(--ink); }
.masthead__tagline {
  margin-top: 0.55rem;
  color: var(--ink-soft);
  font-size: 1.02rem; font-style: italic;
}

/* ---------- section nav ---------- */
.section-nav {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  margin-bottom: var(--gap-lg);
}
.nav-main {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.5rem; flex-wrap: wrap;
  padding: 0.4rem 0;
}
.streams-nav { display: flex; gap: 0.3rem 1.05rem; flex-wrap: wrap; align-items: center; }
.streams-nav a {
  font-family: var(--serif-display);
  font-size: 0.86rem; font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.1rem 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap; flex: none;
}
.streams-nav a:hover, .streams-nav a.active {
  color: var(--oak); border-bottom-color: var(--oak);
}
.btn-sub {
  background: var(--ink); color: var(--cream);
  font-family: var(--serif-display); font-weight: 600;
  font-size: 0.85rem; letter-spacing: 0.04em;
  padding: 0.5rem 1.1rem; border-radius: 999px;
  transition: background 0.15s ease;
}
.btn-sub:hover { background: var(--oak); color: var(--cream); }
.btn-sub--status {
  background: var(--cream); color: var(--ink);
  font-size: 0.72rem; letter-spacing: 0.05em;
  padding: 0.2rem 0.7rem;
}
.btn-sub--status:hover { background: var(--gold); color: var(--ink); }

/* ---------- edition line ---------- */
.edition {
  display: flex; align-items: center; gap: 0.9rem;
  font-family: var(--serif-display);
  font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; font-size: 0.82rem;
  margin-bottom: var(--gap-lg);
}
.edition .rule {
  flex: 1; height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-strong) 0 7px, transparent 7px 13px);
}
.edition .loc { color: var(--brick); }

/* ---------- lead grid ---------- */
.lead-grid {
  display: grid; gap: var(--gap-lg);
  grid-template-columns: 2fr 1fr;
  margin-bottom: var(--gap-xl);
}
.lead__kicker {
  font-family: var(--serif-display);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--oak); margin-bottom: 0.7rem;
}
.lead__head {
  font-family: var(--serif-display);
  font-variation-settings: "SOFT" 40;
  font-weight: 650;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.08;
  margin-bottom: 0.9rem;
}
.lead__dek { color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 1.1rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--serif-display); font-weight: 650;
  color: var(--oak);
  border-bottom: 1px solid transparent;
}
.link-arrow:hover { border-bottom-color: var(--oak); }
.link-arrow svg { transition: transform 0.15s ease; }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---------- rundown ---------- */
.rundown {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--oak);
  padding: 1.3rem 1.4rem;
  align-self: start;
}
.rundown h2 {
  font-family: var(--serif-display);
  font-size: 1.02rem; font-weight: 650;
  margin-bottom: 0.8rem;
}
.rundown ol { list-style: none; counter-reset: rd; display: grid; gap: 0.75rem; }
.rundown li {
  counter-increment: rd;
  padding-left: 1.9rem; position: relative;
  font-size: 0.98rem; line-height: 1.45;
}
.rundown li::before {
  content: counter(rd);
  position: absolute; left: 0; top: 0.05em;
  font-family: var(--serif-display); font-weight: 700;
  color: var(--brick); font-size: 0.95rem;
}
.rundown li a:hover { color: var(--oak); }

/* ---------- section heads ---------- */
.section-head {
  font-family: var(--serif-display);
  font-size: 1.35rem; font-weight: 700;
  letter-spacing: -0.01em;
  padding-bottom: 0.5rem;
  margin: var(--gap-xl) 0 var(--gap);
  border-bottom: 1px solid var(--line-strong);
}

/* ---------- latest cells ---------- */
.across {
  display: grid; gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.cell {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.15rem 1.2rem;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.cell:hover { box-shadow: 0 3px 14px rgba(34, 29, 23, 0.08); transform: translateY(-1px); }
.eyebrow {
  font-family: var(--serif-display);
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brick); margin-bottom: 0.55rem;
}
.eyebrow.sage { color: var(--sage); }
.eyebrow.clay { color: var(--clay); }
.cell h3 {
  font-family: var(--serif-display);
  font-size: 1.05rem; font-weight: 620;
  line-height: 1.3; margin-bottom: 0.45rem;
}
.cell h3 a:hover { color: var(--oak); }
.meta { font-size: 0.82rem; color: var(--ink-soft); }

/* ---------- week at a glance ---------- */
.wk-h {
  display: flex; align-items: baseline; gap: 0.8rem;
  margin: var(--gap-xl) 0 var(--gap);
}
.wk-h h2 { font-family: var(--serif-display); font-size: 1.35rem; font-weight: 700; }
.wk-h .note { font-size: 0.75rem; letter-spacing: 0.14em; color: var(--ink-soft); }
.week {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px; overflow: hidden;
}
.day { background: var(--paper); padding: 0.9rem 0.95rem; min-height: 7.5rem; }
.day.today { background: var(--oak); color: var(--cream); }
.day.today .dh { color: var(--cream); }
.dh {
  font-family: var(--serif-display);
  font-weight: 700; font-size: 0.85rem;
  color: var(--oak-deep);
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
}
.day ul { list-style: none; display: grid; gap: 0.5rem; }
.day li { font-size: 0.86rem; line-height: 1.4; }
.mk {
  display: inline-block;
  font-family: var(--serif-display);
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--oak);
  border: 1px solid var(--oak);
  border-radius: 999px;
  padding: 0.05rem 0.45rem;
  margin-right: 0.4rem;
  vertical-align: 1px;
}
.day.today .mk { color: var(--cream); border-color: var(--cream); }
.mk.report { color: var(--brick); border-color: var(--brick); }
.mk.preview { color: var(--clay); border-color: var(--clay); }

/* ---------- recent briefs ---------- */
.recent-list { list-style: none; display: grid; gap: 0.65rem; }
.recent-list li { display: flex; gap: 1rem; align-items: baseline; font-size: 1rem; }
.recent-list .d {
  font-family: var(--serif-display);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-soft);
  min-width: 8.2rem;
}
.recent-list li a:hover { color: var(--oak); }
.see-all { margin-top: 1rem; }

/* ---------- preview note ---------- */
.preview-note {
  background: #fdf3e3; border: 1px solid var(--gold);
  color: #6b4d12;
  border-radius: 6px;
  font-size: 0.88rem;
  padding: 0.6rem 0.9rem;
  margin-bottom: var(--gap-lg);
}

/* ---------- subscribe ---------- */
.subscribe { margin-top: var(--gap-xl); }
.subscribe__panel {
  display: grid; grid-template-columns: 220px 1fr;
  gap: var(--gap-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.subscribe__art svg { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.subscribe__body { padding: var(--gap-lg) var(--gap-lg) var(--gap-lg) 0; }
.subscribe__eyebrow {
  font-family: var(--serif-display);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brick); margin-bottom: 0.5rem;
}
.subscribe__title {
  font-family: var(--serif-display);
  font-weight: 700; font-size: 1.5rem; line-height: 1.15;
  margin-bottom: 0.6rem;
}
.subscribe__body p { color: var(--ink-soft); font-size: 0.98rem; margin-bottom: 1rem; }
.subscribe__form { display: flex; gap: 0.5rem; max-width: 26rem; }
.subscribe__input {
  flex: 1; min-width: 0;
  font: inherit; font-size: 0.95rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--cream);
  color: var(--ink);
}
.subscribe__input:focus { outline: 2px solid var(--oak); outline-offset: 1px; }
.subscribe__button {
  background: var(--oak); color: var(--cream);
  border: none; border-radius: 6px;
  font-family: var(--serif-display); font-weight: 650;
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
}
.subscribe__button:hover { background: var(--oak-deep); }
.subscribe__fine { font-size: 0.8rem !important; margin-bottom: 0 !important; }

/* ---------- footer ---------- */
footer {
  margin-top: var(--gap-xl);
  border-top: 1px solid var(--line-strong);
  padding: 1.4rem 0 2.5rem;
}
.footer-row {
  display: flex; justify-content: space-between; gap: var(--gap);
  flex-wrap: wrap;
  font-size: 0.85rem; color: var(--ink-soft);
}
.footer-row__links { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.footer-row__links a:hover { color: var(--oak); }

/* ---------- story cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 0.8rem; }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(34, 29, 23, 0.12); }
.card-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; background: var(--line); }
.card-media__logo {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(47, 79, 63, 0.08), rgba(106, 31, 28, 0.08));
}
.card-media__logo img { width: 56px; height: 56px; object-fit: contain; filter: grayscale(0.2); }
.tile {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 6px;
  color: #fff; font-weight: 800; font-size: 0.78rem;
  flex: none;
}
.card-media__tile {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
}
.card-media__tile span { font-size: 3.2rem; font-weight: 800; color: rgba(255, 255, 255, 0.9); }
.card-body { padding: 0.55rem 0.7rem 0.65rem; display: flex; flex-direction: column; gap: 0.28rem; flex: 1; }
.card-meta { display: flex; align-items: center; gap: 0.35rem; font-size: 0.72rem; color: var(--ink-soft); flex-wrap: wrap; }
.card-logo { width: 18px; height: 18px; border-radius: 4px; }
.dot-sep { color: var(--line-strong); }
.card-title { font-family: var(--serif-display); font-size: 0.94rem; font-weight: 640; line-height: 1.28; }
.card-summary { font-size: 0.78rem; color: var(--ink-soft); flex: 1; }
.card-read { color: var(--brick); font-weight: 650; font-size: 0.78rem; }

/* ---------- in-page reader modal ---------- */
.reader { width: min(680px, 92vw); max-height: 88vh; border: none; border-radius: 10px; padding: 0; box-shadow: 0 20px 60px rgba(0,0,0,0.35); }
.reader::backdrop { background: rgba(20, 16, 12, 0.6); }
.reader-close {
  position: absolute; top: 0.6rem; right: 0.8rem;
  background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--ink-soft);
  z-index: 2;
}
.reader-media img { width: 100%; max-height: 300px; object-fit: cover; display: block; }
.reader-body { padding: 1.2rem 1.4rem 1.4rem; }
.reader-title { font-family: var(--serif-display); font-size: 1.5rem; font-weight: 700; line-height: 1.25; margin: 0.5rem 0; }
.reader-summary { font-size: 1rem; }
.reader-content { font-size: 0.95rem; color: var(--ink-soft); max-height: 240px; overflow-y: auto; margin: 0.7rem 0; white-space: pre-wrap; }

/* ---------- story view toggle ---------- */
.view-toggle { display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; margin: 0.4rem 0 0.9rem; }
.view-toggle__label { font-size: 0.85rem; color: var(--ink-soft); }
.view-toggle__btn {
  font-family: var(--serif-display); font-size: 0.82rem; font-weight: 620;
  padding: 0.25rem 0.7rem; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line); background: var(--paper); color: var(--ink);
}
.view-toggle__btn.is-active { background: var(--brick); border-color: var(--brick); color: var(--cream); }
.story-view[hidden] { display: none; }
.src { color: var(--ink-soft); font-size: 0.8rem; margin-right: 0.45rem; }

/* ---------- page hero (lead + cards + week strip) ---------- */
.page-hero { margin: 0 0 1.6rem; }
.hero-lead { background: linear-gradient(135deg, rgba(47, 79, 63, 0.06), rgba(106, 31, 28, 0.07)); border: 1px solid var(--line); border-radius: 10px; padding: 1.2rem 1.4rem; margin-bottom: 1rem; }
.hero-lead__kicker { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 700; color: var(--brick); margin: 0 0 0.4rem; }
.hero-lead__title { font-family: var(--serif-display); font-size: 1.55rem; line-height: 1.2; margin: 0 0 0.4rem; }
.hero-lead__title a { color: var(--ink); }
.hero-lead__sum { color: var(--ink-soft); margin: 0 0 0.5rem; }
.hero-lead__meta { font-size: 0.85rem; color: var(--ink-soft); margin: 0; }
.week-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.45rem; margin: 0.4rem 0 1.6rem; }
.week-cell { border: 1px solid var(--line); border-radius: 8px; padding: 0.5rem; font-size: 0.78rem; background: var(--paper); }
.week-cell__day { display: block; font-weight: 700; color: var(--brick); margin-bottom: 0.2rem; }
.week-cell a { line-height: 1.25; }
.week-cell__empty { color: #c9c4ba; }
@media (max-width: 640px) { .week-strip { grid-template-columns: repeat(2, 1fr); } }

/* ---------- concierge hotel guide ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-bottom: 1.4rem; }
.guide-card { border: 1px solid var(--line); border-radius: 10px; padding: 0.9rem 1rem; background: var(--paper); }
.guide-card__head { font-family: var(--serif-display); font-size: 1.05rem; margin: 0 0 0.5rem; }
.guide-list { list-style: none; margin: 0 0 0.6rem; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; }
.guide-item {
  border: 1px solid var(--line); border-radius: 8px; padding: 0.45rem 0.6rem;
  background: #fff; display: flex; flex-direction: column; gap: 0.1rem;
}
.guide-item a { font-weight: 600; font-size: 0.9rem; }
.guide-item__meta { font-size: 0.74rem; color: var(--ink-soft); }
.guide-item__sub { font-size: 0.78rem; color: var(--ink-soft); margin-top: 0.15rem; }
.guide-item--venue { padding: 0.55rem 0.7rem; }
.guide-intro { font-size: 0.88rem; color: var(--ink-soft); margin: 0 0 0.5rem; }

/* ---------- ticketmaster venue calendar ---------- */
.tm-cal { border: 1px solid var(--line); border-radius: 10px; background: var(--paper); margin-bottom: 1rem; }
.tm-cal__head { display: flex; align-items: center; justify-content: space-between; padding: 0.6rem 0.9rem; border-bottom: 1px solid var(--line); }
.tm-cal__head button { background: none; border: 1px solid var(--line); border-radius: 6px; font-size: 1rem; padding: 0.15rem 0.6rem; cursor: pointer; }
.tm-cal__month { font-family: var(--serif-display); font-weight: 700; }
.tm-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; padding: 0.5rem; }
.tm-dow { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); text-align: center; padding: 0.15rem 0; }
.tm-day { min-height: 64px; border: 1px solid var(--line); border-radius: 7px; padding: 0.3rem; background: #fff; display: flex; flex-direction: column; gap: 2px; }
.tm-day--empty { background: transparent; border-color: transparent; }
.tm-day--has { border-color: rgba(106, 31, 28, 0.4); }
.tm-day__num { font-size: 0.72rem; font-weight: 700; color: var(--ink-soft); }
.tm-day--has .tm-day__num { color: var(--brick); }
.tm-event {
  font-size: 0.66rem; text-align: left; border: none; border-radius: 4px; cursor: pointer;
  background: rgba(47, 79, 63, 0.12); color: var(--ink); padding: 0.15rem 0.3rem; line-height: 1.2;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tm-event:hover { background: rgba(106, 31, 28, 0.18); }
.tm-day__more { font-size: 0.62rem; color: var(--ink-soft); }
.tm-detail { border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 1rem 1.2rem; margin-bottom: 1rem; }
.tm-detail__img { max-width: 100%; max-height: 220px; border-radius: 8px; margin-bottom: 0.6rem; object-fit: cover; }
.tm-detail__meta { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- weather strip ---------- */
.weather-strip {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem 1.3rem;
  border: 1px solid var(--line); border-radius: 10px;
  padding: 0.65rem 1rem; margin-bottom: 1.3rem;
  background: linear-gradient(135deg, rgba(61, 90, 128, 0.07), rgba(47, 79, 63, 0.07));
  font-size: 0.88rem;
}
.weather-strip__now { display: flex; align-items: baseline; gap: 0.5rem; flex-wrap: wrap; }
.weather-strip__temp { font-family: var(--serif-display); font-size: 1.35rem; font-weight: 700; }
.weather-strip__short { color: var(--ink); }
.weather-strip__day { color: var(--ink-soft); font-style: italic; font-size: 0.82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 340px; }
.weather-strip__hours { display: flex; gap: 0.45rem; flex-wrap: wrap; }
.weather-hour { display: flex; flex-direction: column; align-items: center; font-size: 0.66rem; color: var(--ink-soft); }
.weather-hour b { font-size: 0.82rem; color: var(--ink); }
.weather-hour i { font-style: normal; color: #3d5a80; font-size: 0.62rem; }
.weather-strip__sun { color: var(--ink-soft); }
.weather-strip__alert { color: #8b1a1a; font-weight: 600; background: #fbeaea; border-radius: 6px; padding: 0.2rem 0.5rem; }

/* ---------- ticker bar ---------- */
.ticker-bar {
  display: flex; align-items: center; gap: 0.6rem;
  border: 1px solid var(--line); border-radius: 8px;
  background: #16161a; color: #f2f0ea;
  padding: 0.4rem 0.8rem; margin-bottom: 1rem;
  overflow: hidden;
}
.ticker-bar__label {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: #d4a72c; font-weight: 700; flex: none;
}
.ticker-bar__marquee { display: flex; overflow: hidden; flex: 1; }
.ticker-bar__track {
  display: flex; gap: 1.4rem; white-space: nowrap;
  padding-right: 1.4rem; flex: none;
  animation: ticker-scroll 60s linear infinite;  /* speed ×0.75 vs the old 45s */
}
.ticker-bar:hover .ticker-bar__track { animation-play-state: paused; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-bar__track { animation: none; }
}
.ticker-item { font-size: 0.82rem; display: inline-flex; gap: 0.35rem; align-items: baseline; }
.ticker-item b { color: #fff; }
.ticker-item em { font-style: normal; font-weight: 700; }
.ticker-item em.up { color: #6fcf6f; }
.ticker-item em.down { color: #ff7a6b; }
.up { color: #14532d; font-weight: 700; }
.down { color: #8b1a1a; font-weight: 700; }

/* ---------- front page grid ---------- */
.front-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 0.9rem; margin-bottom: 1.4rem; }
.front-card { border: 1px solid var(--line); border-radius: 10px; padding: 0.9rem 1rem; background: var(--paper); }
.front-card .plain-list { margin-bottom: 0.5rem; }
.lotto-balls { display: inline-flex; align-items: center; gap: 3px; flex-wrap: wrap; margin-left: 0.3rem; }
.lotto-ball {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 22px; height: 22px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line-strong);
  font-size: 0.72rem; font-weight: 700; padding: 0 4px;
}
.lotto-ball--bonus { background: var(--brick); border-color: var(--brick); color: #fff; }
.lotto-ball--night { background: #2f4f3f; border-color: #2f4f3f; color: #fff; }
.lotto-sep { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); margin: 0 0.2rem; }

/* ---------- section heat map ---------- */
.heat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 0.6rem; margin: 0.4rem 0 1.6rem; }
.heat-box {
  border-radius: 10px; padding: 0.7rem 0.8rem; text-decoration: none;
  display: flex; flex-direction: column; gap: 0.15rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.12s ease;
}
.heat-box:hover { transform: translateY(-2px); }
.heat-box__label { font-family: var(--serif-display); font-weight: 700; font-size: 0.98rem; }
.heat-box__heat { font-size: 0.68rem; font-weight: 700; opacity: 0.7; }
.heat-box__top { font-size: 0.78rem; line-height: 1.25; opacity: 0.92; }

/* ---------- puzzles ---------- */
.wordle { max-width: 340px; }
.w-grid { display: grid; grid-template-columns: repeat(5, 52px); gap: 6px; margin-bottom: 0.6rem; }
.w-cell {
  width: 52px; height: 52px; border: 2px solid var(--line); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif-display); font-size: 1.5rem; font-weight: 700; text-transform: uppercase;
}
.w-filled { border-color: #b9b4a8; }
.w-correct { background: #4c9a4c; border-color: #4c9a4c; color: #fff; }
.w-present { background: #d4a72c; border-color: #d4a72c; color: #fff; }
.w-absent { background: #8a8578; border-color: #8a8578; color: #fff; }
.w-msg { min-height: 1.2em; font-size: 0.88rem; color: var(--ink-soft); margin: 0 0 0.5rem; }
.w-keyrow { display: flex; gap: 4px; justify-content: center; margin-bottom: 4px; }
.w-key {
  width: 30px; height: 42px; border: 1px solid var(--line); border-radius: 5px;
  background: #eeece6; font-weight: 700; font-size: 0.8rem; cursor: pointer;
}
.w-key:hover { background: #e2dfd6; }
.w-key--wide { width: 56px; font-size: 0.62rem; }
.wordsearch { max-width: 620px; }
.ws-grid { display: grid; grid-template-columns: repeat(14, 1fr); gap: 2px; margin-bottom: 0.8rem; }
.ws-cell {
  aspect-ratio: 1; border: 1px solid var(--line); border-radius: 4px;
  background: #fff; font-size: 0.72rem; font-weight: 600; cursor: pointer;
}
.ws-cell:hover { background: #f3efe6; }
.ws-sel { background: rgba(47, 79, 63, 0.25); }
.ws-list { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.ws-word { font-size: 0.78rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.05em; }
.ws-word--found { color: #14532d; text-decoration: line-through; }
.colorby { max-width: 480px; }
.colorby svg { width: 100%; height: auto; border-radius: 10px; }
.colorby__key { font-size: 0.85rem; margin-top: 0.4rem; }

/* ---------- investigations ---------- */
.inv-brief {
  border: 1px solid var(--line); border-radius: 10px;
  padding: 1.1rem 1.2rem; margin-bottom: 1.4rem; background: var(--paper);
}
.inv-brief__meta { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); margin: 0 0 0.3rem; }
.inv-brief__title { font-family: var(--serif-display); font-size: 1.4rem; margin: 0 0 0.5rem; }
.inv-brief__summary { color: var(--ink-soft); font-size: 0.95rem; }

/* investigation cards — 5-line summary, then 2-page summary vs full story */
.inv-card { margin-bottom: 1.4rem; }
.inv-card__box {
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--paper); overflow: hidden;
}
.inv-card__box[open] { box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); }
.inv-card__head {
  list-style: none; cursor: pointer;
  display: block; padding: 1.1rem 1.2rem 1rem;
}
.inv-card__head::-webkit-details-marker { display: none; }
.inv-card__head:hover { background: rgba(106, 31, 28, 0.03); }
.inv-card__meta {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--ink-soft); margin: 0 0 0.3rem;
}
.inv-card__title { font-family: var(--serif-display); font-size: 1.4rem; margin: 0 0 0.5rem; }
.inv-card__summary {
  color: var(--ink-soft); font-size: 0.95rem; line-height: 1.5; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}
.inv-card__cta {
  display: inline-block; margin-top: 0.55rem;
  font-size: 0.8rem; font-weight: 700; color: var(--brick);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.inv-card__chev { display: inline-block; transition: transform 0.15s ease; }
.inv-card__box[open] .inv-card__chev { transform: rotate(180deg); }
.inv-card__body { padding: 0 1.2rem 1.2rem; border-top: 1px solid var(--line); }
.inv-tabs {
  display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap;
  margin: 0.9rem 0 0.6rem;
}
.inv-tabs__label { font-size: 0.85rem; color: var(--ink-soft); }
.inv-tabs__btn {
  font: inherit; font-size: 0.85rem; font-weight: 650;
  padding: 0.32rem 0.75rem; border: 1px solid var(--line); border-radius: 999px;
  background: var(--paper); color: var(--ink); cursor: pointer;
}
.inv-tabs__btn:hover { border-color: var(--brick); }
.inv-tabs__btn.is-active { background: var(--brick); border-color: var(--brick); color: var(--cream); }
.inv-pane { margin-top: 0.4rem; }
.inv-pane__para { font-size: 1rem; line-height: 1.62; margin: 0 0 0.85rem; }
.inv-pane .plain-list li { margin-bottom: 0.5rem; line-height: 1.5; }

/* ---------- briefings grouped stories ---------- */
.story-list { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.story-row {
  padding: 0.6rem 0 0.55rem;
  border-bottom: 1px solid var(--line);
}
.story-row:last-child { border-bottom: none; }
.story-row__title {
  display: block;
  font-family: var(--serif-display);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.3;
  color: var(--ink);
}
.story-row__title:hover { color: var(--brick); }
.story-row__meta {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-soft);
  display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap;
}
.story-row__time {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: var(--brick);
  background: rgba(106, 31, 28, 0.07);
  padding: 0.08rem 0.4rem;
  border-radius: 4px;
}
.story-row__src { color: var(--ink-soft); }
.day-head {
  font-family: var(--serif-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--brick);
  border-bottom: 2px solid var(--brick);
  padding-bottom: 0.3rem;
  margin: 1.6rem 0 0.7rem;
}
.outlet-label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #2f4f3f;
  margin: 0.9rem 0 0.2rem;
}
.brief-list { list-style: none; margin: 0 0 1.6rem; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.brief-card {
  display: flex; align-items: baseline; gap: 0.8rem;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 0.6rem 0.8rem; background: var(--paper);
}
.brief-card__date {
  font-size: 0.72rem; font-weight: 700; color: var(--brick);
  text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap;
}
.brief-card__headline { font-family: var(--serif-display); font-size: 1rem; font-weight: 600; }

/* ---------- businesses ---------- */
.biz-group { margin-bottom: 1.2rem; }
.biz-category { margin: 1.4rem 0; }
.biz-category__head {
  font-family: var(--serif-display);
  font-size: 1.3rem; font-weight: 700; color: var(--oak);
  border-bottom: 2px solid var(--oak);
  padding-bottom: 0.3rem; margin-bottom: 0.7rem;
}
.biz-seealso { font-size: 0.85rem; color: var(--ink-soft); font-style: italic; margin-top: 0.5rem; }
.biz-niche {
  font-family: var(--serif-display);
  font-size: 1.02rem; font-weight: 620;
  border-bottom: 2px solid var(--line);
  padding-bottom: 0.25rem; margin-bottom: 0.5rem;
}
.biz-list { list-style: none; columns: 2; column-gap: 2rem; }
@media (max-width: 640px) { .biz-list { columns: 1; } }
.biz-list li { break-inside: avoid; padding: 0.2rem 0; font-size: 0.94rem; }
.biz-list a:hover { color: var(--oak); }
.biz-addr { color: var(--ink-soft); font-size: 0.85rem; }

/* ---------- police log table ---------- */
.log-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.log-table th, .log-table td {
  text-align: left; padding: 0.45rem 0.6rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.log-table th { font-family: var(--serif-display); font-weight: 650; color: var(--brick); }
.log-table tr:hover td { background: rgba(47, 82, 51, 0.04); }

/* ---------- investigation picks table (Consumer Reports-style) ---------- */
.picks-box { margin-bottom: 0.9rem; }
.picks-table { margin: 0.5rem 0 0.2rem; }
.picks-table td:first-child { font-weight: 650; white-space: nowrap; color: var(--brick); }
.picks-table .fine-print { color: var(--ink-soft); font-size: 0.82rem; }

/* ---------- transit + rentals ---------- */
.route-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 0.5rem 1rem; margin: 0.6rem 0 1rem; }
.route-pill {
  display: inline-block; min-width: 2.4rem; text-align: center;
  background: var(--brick); color: var(--cream);
  font-family: var(--serif-display); font-weight: 700; font-size: 0.82rem;
  border-radius: 5px; padding: 0.15rem 0.4rem; margin-right: 0.5rem;
}
.route-name { font-size: 0.92rem; }
.rental-list { list-style: none; display: grid; gap: 0.9rem; }
.rental-card { border: 1px solid var(--line); border-radius: 8px; padding: 0.8rem 1rem; }
.transit-tools { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-bottom: 0.6rem; font-size: 0.9rem; }
.transit-tools select { padding: 0.3rem 0.5rem; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.dir-form { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.6rem 0; }
.dir-form input { flex: 1 1 200px; padding: 0.45rem 0.6rem; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }

/* ---------- grouped jobs (classifieds / hiring) ---------- */
.dept-group { margin: 1.2rem 0; }
.dept-head {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: var(--serif-display); font-size: 1.1rem; font-weight: 650;
  border-bottom: 2px solid var(--line); padding-bottom: 0.3rem; margin: 1.1rem 0 0.5rem;
}
.dept-mono {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 7px;
  color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em;
  flex: none;
}
.job-list { list-style: none; display: grid; gap: 0.35rem; margin: 0.3rem 0 0.8rem; }
.job-list a { font-weight: 550; }

/* ---------- around town map ---------- */
.hood-map { height: 420px; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 0.6rem; z-index: 0; }
.map-focus { font-size: 0.95rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.btn-reset { background: var(--brick); color: var(--cream); border: none; border-radius: 6px; padding: 0.3rem 0.8rem; font-size: 0.85rem; cursor: pointer; }
.map-legend { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; color: var(--ink-soft); margin-bottom: 1.4rem; }
.map-legend i { display: inline-block; width: 11px; height: 11px; border-radius: 50%; margin-right: 0.3rem; }
.row-highlight { background: #fdf3d7 !important; transition: background 0.4s; }

/* ---------- record feeds (around town / local gov) ---------- */
.page-sub { color: var(--ink-soft); font-style: italic; margin: -0.6rem 0 1.5rem; }
.record-list { list-style: none; display: grid; gap: 1.1rem; }
.record-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--oak);
  border-radius: 6px;
  padding: 0.9rem 1.1rem;
}
.record-head { display: flex; align-items: baseline; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 0.35rem; }
.record-meta { font-size: 0.8rem; color: var(--ink-soft); }
.mk.development { color: var(--clay); border-color: var(--clay); }
.mk.street { color: var(--brick); border-color: var(--brick); }
.record-item h3 {
  font-family: var(--serif-display);
  font-size: 1.05rem; font-weight: 620; line-height: 1.3;
}
.record-item h3 a:hover { color: var(--oak); }
.record-summary { font-size: 0.94rem; color: var(--ink-soft); margin-top: 0.25rem; }

/* ---------- brief page ---------- */
.back-link {
  display: inline-block;
  font-family: var(--serif-display); font-weight: 600;
  font-size: 0.9rem; color: var(--oak);
  margin: var(--gap-lg) 0 var(--gap);
}
.brief-header { margin-bottom: var(--gap-lg); }
.brief-kicker {
  font-family: var(--serif-display);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--oak); margin-bottom: 0.5rem;
}
.brief-date {
  font-family: var(--serif-display);
  font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.05;
}
.brief-weekday { color: var(--ink-soft); font-style: italic; margin-top: 0.2rem; }
.correction-note {
  background: #fdf3e3; border: 1px solid var(--gold);
  color: #6b4d12; border-radius: 6px;
  font-size: 0.88rem; padding: 0.5rem 0.8rem; margin-top: 1rem;
}
.brief-body h2 {
  font-family: var(--serif-display);
  font-size: 1.15rem; font-weight: 700;
  margin: var(--gap-lg) 0 var(--gap);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--line);
}
.brief-body p { margin-bottom: 0.7rem; }
.brief-body .source {
  font-size: 0.82rem; margin-bottom: 1.2rem;
}
.brief-body .source a { color: var(--oak); font-weight: 600; }
.brief-body .source a:hover { border-bottom: 1px solid var(--oak); }
.edition-nav {
  display: flex; justify-content: space-between; gap: var(--gap);
  border-top: 1px solid var(--line-strong);
  margin: var(--gap-xl) 0; padding-top: 1rem;
}
.edition-nav__link { max-width: 45%; }
.edition-nav__dir {
  display: block;
  font-family: var(--serif-display); font-weight: 650;
  color: var(--oak); font-size: 0.9rem;
}
.edition-nav__date { font-size: 0.85rem; color: var(--ink-soft); }
.page-title {
  font-family: var(--serif-display);
  font-weight: 700; font-size: 2rem;
  margin: var(--gap-xl) 0 var(--gap);
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .lead-grid { grid-template-columns: 1fr; }
  .week { grid-template-columns: repeat(2, 1fr); }
  .subscribe__panel { grid-template-columns: 1fr; }
  .subscribe__art { display: none; }
  .subscribe__body { padding: var(--gap-lg); }
}
@media (max-width: 760px) {
  /* keep the 21-link nav to a single scrollable row on narrow screens */
  .streams-nav { flex-wrap: nowrap; overflow-x: auto; min-width: 0; -webkit-overflow-scrolling: touch;
                 padding-bottom: 3px; scrollbar-width: none; }
  .streams-nav::-webkit-scrollbar { display: none; }
}
@media (max-width: 560px) {
  .week { grid-template-columns: 1fr; }
  .streams-nav { gap: 0.25rem 0.7rem; }
  .recent-list li { flex-direction: column; gap: 0.15rem; }
}
/* ---------- Special-coverage highlight band (homepage) ---------- */
.hl-band {
  margin: var(--gap-lg) 0;
  border-left: 6px solid var(--gold);
  background: linear-gradient(180deg, var(--oak-deep), var(--oak));
  color: var(--paper);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(34, 29, 23, 0.18);
}
.hl-band__inner { padding: 1.1rem 1.4rem 1.3rem; }
.hl-band__kicker {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 0.35rem;
}
.hl-band__title {
  font-family: var(--serif-display); font-weight: 700; font-size: 1.45rem;
  line-height: 1.2; margin-bottom: 0.4rem; color: #fff;
}
.hl-band__summary { font-size: 0.98rem; line-height: 1.45; color: #f3ecdd; max-width: var(--measure-wide); }
.hl-band__tl { font-size: 0.85rem; color: #e8dcc2; margin: 0.5rem 0 0; }
.hl-band__links { margin-top: 0.7rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hl-band__links .link-arrow { color: var(--gold); }
.hl-band__inv { color: #e8dcc2; font-size: 0.9rem; }
.hl-band__inv:hover { color: #fff; }

/* ---------- Special coverage, compact — lives in the right-hand column ----------
   Sits under "This morning in Hartford"; the story is trimmed to 3 lines. */
.hl-band--rundown {
  margin: 1.1rem 0 0;
  border-left-width: 4px;
  box-shadow: none;
}
.hl-band--rundown .hl-band__inner { padding: 0.8rem 0.95rem 0.9rem; }
.hl-band--rundown .hl-band__kicker {
  font-size: 0.66rem; letter-spacing: 0.1em; margin-bottom: 0.3rem;
}
.hl-band--rundown .hl-band__title {
  font-size: 0.98rem; line-height: 1.25; margin-bottom: 0.35rem;
}
.hl-band--rundown .hl-band__titlelink { color: #fff; }
.hl-band--rundown .hl-band__titlelink:hover { color: var(--gold); }
.hl-band--rundown .hl-band__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  font-size: 0.82rem; line-height: 1.42; color: #e9e0cd; max-width: none;
}
.hl-band--rundown .hl-band__links { margin-top: 0.55rem; gap: 0.7rem; }
.hl-band--rundown .hl-band__links .link-arrow { font-size: 0.82rem; }
.hl-band--rundown .hl-band__inv { font-size: 0.79rem; }

/* Mobile: the rundown column stacks full-width under the lead — keep the
   special-coverage card tight and its story trimmed to 3 lines there too. */
@media (max-width: 900px) {
  .hl-band--rundown { margin-top: 0.9rem; }
  .hl-band--rundown .hl-band__inner { padding: 0.7rem 0.85rem 0.8rem; }
  .hl-band--rundown .hl-band__title { font-size: 1rem; }
  .hl-band--rundown .hl-band__summary {
    -webkit-line-clamp: 3; line-clamp: 3; font-size: 0.82rem;
  }
}
@media (max-width: 560px) {
  .hl-band--rundown .hl-band__title { font-size: 0.96rem; line-height: 1.22; }
  .hl-band--rundown .hl-band__links { gap: 0.6rem; margin-top: 0.5rem; }
  .hl-band--rundown .hl-band__kicker { font-size: 0.62rem; }
}

/* ---------- Investigation timeline rows (brief cards) ---------- */
.inv-timeline { list-style: none !important; padding-left: 0; }
.inv-timeline__row {
  display: flex; gap: 0.75rem; align-items: baseline;
  border-bottom: 1px dashed var(--line); padding: 0.3rem 0;
}
.inv-timeline__row:last-child { border-bottom: none; }
.inv-timeline__date {
  flex: 0 0 6.2rem; font-weight: 700; font-size: 0.85rem; color: var(--clay);
  font-variant-numeric: tabular-nums;
}
.inv-timeline__text { flex: 1 1 auto; font-size: 0.92rem; }
