/* Newsfinch editorial architecture, June 2026.
   Heritage typography, precise modern structure, generous mobile composition. */

/* ===== Neue Haas Grotesk — licensed webfont activation =====
   Until the licensed files are uploaded, the site renders Helvetica Neue (Apple) / Arial.
   Drop the purchased .woff2 files into /assets/fonts/ and uncomment this block:
@font-face{font-family:"Neue Haas Grotesk Display Pro";src:url("/assets/fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Neue Haas Grotesk Display Pro";src:url("/assets/fonts/NHaasGroteskDSPro-65Md.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Neue Haas Grotesk Display Pro";src:url("/assets/fonts/NHaasGroteskDSPro-75Bd.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:"Neue Haas Grotesk Text Pro";src:url("/assets/fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
   ===== */

:root {
  --paper: #f8f6ed;
  --paper-raised: #fffdf6;
  --paper-soft: #f0ede3;
  --ink-true: #151512;
  --ink-soft: #36352f;
  --stone: #77746b;
  --rule-strong: #22221e;
  --rule-mid: #aaa69a;
  --rule-hair: #d9d5ca;
  --section-head: "Hoefler Text", "Bodoni 72", Didot, "Newsreader", Baskerville, Georgia, serif;
  --serif-display: "Neue Haas Grotesk Display Pro", "NeueHaasGroteskDisp Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif-body: "Neue Haas Grotesk Text Pro", "Neue Haas Grotesk Display Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans-ui: "Neue Haas Grotesk Display Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --site-width: 1500px;
  --page-gutter: clamp(22px, 3.2vw, 58px);
  --section-space: clamp(28px, 3.4vw, 54px);
}

html {
  background: var(--paper);
  overflow-x: hidden;
}

body {
  max-width: none;
  background: var(--paper);
  color: var(--ink-true);
  font-family: var(--serif-body);
  font-size: 15px;
  line-height: 1.48;
  overflow-x: hidden;
}

body:not(.dark-mode) {
  background:
    linear-gradient(90deg, rgba(28, 27, 23, 0.018), transparent 12%, transparent 88%, rgba(28, 27, 23, 0.018)),
    var(--paper);
}

.wrap {
  width: min(100%, var(--site-width));
  max-width: var(--site-width);
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

/* Utility row: quiet ownership line, not another navigation bar. */
.utility-bar {
  min-height: 34px;
  border-bottom: 1px solid var(--rule-hair);
  color: var(--stone);
  font: 400 11px/1 var(--sans-ui);
  letter-spacing: 0.025em;
}

.utility-left,
.utility-right {
  gap: 17px;
}

.kch-top-mini {
  margin-right: 14px;
}

.kch-top-mini img {
  height: 21px;
  opacity: 0.88;
}

.utility-share-btn,
.member-access-link {
  border: 0;
  border-left: 1px solid var(--rule-hair);
  background: transparent;
  color: var(--ink-soft);
  height: auto;
  padding: 2px 0 2px 15px;
  font: 500 10px/1 var(--sans-ui);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.darkmode-label {
  font-size: 10px;
  letter-spacing: 0.04em;
}

/* Masthead: a generous, calm architectural datum. */
.header {
  grid-template-columns: minmax(280px, 390px) minmax(260px, 1fr) minmax(230px, 310px);
  min-height: 142px;
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 23px;
  border-bottom: 0;
  position: relative;
}

.header::after {
  content: "";
  position: absolute;
  right: var(--page-gutter);
  bottom: 0;
  left: var(--page-gutter);
  height: 7px;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 3px solid var(--rule-strong);
}

.logo-box {
  width: min(100%, 360px);
}

.logo-tagline {
  gap: 10px;
  margin-top: 3px;
}

.logo-tagline::before,
.logo-tagline::after {
  border-top-width: 3px;
}

.logo-tagline-text {
  font: italic 600 15px/1.05 var(--serif-display);
}

.header-date {
  color: var(--ink-soft);
  font: 400 14px/1.2 var(--serif-body);
  letter-spacing: 0.015em;
  font-variant-numeric: tabular-nums;
}

.header-search {
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid var(--rule-strong);
}

body:not(.dark-mode) .header-search input,
body:not(.dark-mode) .header-search button {
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink-true);
  font-family: var(--sans-ui);
}

body:not(.dark-mode) .header-search input {
  width: min(220px, 17vw);
  padding: 0 9px 0 1px;
  font-size: 12px;
}

body:not(.dark-mode) .header-search button {
  border-left: 1px solid var(--rule-hair);
  padding: 0 2px 0 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Navigation: one precise black datum across page. */
.primary-nav {
  min-height: 36px;
  margin-top: 12px;
  padding: 0 12px;
  background: var(--ink-true);
}

.primary-nav-track {
  gap: clamp(12px, 1.7vw, 27px);
}

.primary-nav a,
.customize-btn {
  padding: 12px 1px 11px;
  color: #f4f0e5;
  font: 500 10px/1 var(--sans-ui);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.primary-nav a.nav-active {
  background: transparent;
  box-shadow: inset 0 -2px #f4f0e5;
}

.primary-nav a:hover,
.customize-btn:hover {
  background: transparent;
  box-shadow: inset 0 -1px rgba(244, 240, 229, 0.7);
}

/* Desktop content plan: broad reporting field, structured briefing, slim river. */
.main-grid {
  grid-template-columns: minmax(0, 1.75fr) minmax(330px, 0.92fr) minmax(200px, 0.48fr);
  gap: clamp(24px, 2.5vw, 44px);
  margin-top: 0;
  padding-top: 30px;
  align-items: start;
}

.mid-col,
.right-col {
  border-left: 1px solid var(--rule-hair);
  padding-left: clamp(18px, 1.5vw, 26px);
}

/* Section headings carry heritage. UI labels stay quiet. */
.col-title {
  margin: 0;
  padding: 0;
  color: var(--ink-true);
  font: 700 clamp(25px, 2vw, 34px)/0.98 var(--section-head) !important;
  letter-spacing: -0.032em !important;
  text-transform: none !important;
  font-variant-caps: normal;
  font-feature-settings: "kern" 1, "liga" 1, "case" 1;
  -webkit-font-smoothing: antialiased;
}

.top-news-head {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: end;
  gap: 16px 24px;
  min-height: 48px;
  margin: 0 0 5px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--rule-strong);
}

.top-news-head .col-title {
  padding-left: 0;
}

.briefing-title-text,
.calendar-title-word,
.about-subheading {
  font-family: var(--section-head) !important;
  font-feature-settings: "kern" 1, "liga" 1, "case" 1;
  letter-spacing: -0.02em;
}

.top-news-bias-tabs {
  display: flex;
  gap: 9px 18px;
  margin: 0 0 2px;
  font: 400 11px/1 var(--sans-ui) !important;
  letter-spacing: 0.035em !important;
  text-transform: none;
}

.top-news-bias-tab {
  color: var(--stone);
  padding: 4px 0;
}

.top-news-bias-tab:hover,
.top-news-bias-tab.is-active {
  color: var(--ink-true);
  text-decoration: none;
  box-shadow: inset 0 -1px var(--ink-true);
}

.top-news-active-bias {
  margin: 10px 0 2px;
  font-family: var(--sans-ui);
}

.top-news-bias-tag {
  border: 1px solid var(--rule-strong);
  border-radius: 0;
  background: var(--ink-true);
  box-shadow: none;
  padding: 4px 5px 4px 9px;
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-news-bias-tag-clear {
  width: 20px;
  height: 20px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,0.35);
  border-radius: 0;
  background: transparent;
}

.col-title.briefing-title,
.col-title.calendar-title,
.right-col .col-title,
.newest-col .col-title,
.left-col > .col-title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule-strong);
}

/* Story rhythm: slower, more deliberate, more legible. */
#leadStories .itc1,
#leadStories .relitems .itc1,
#leadStories .itc2 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.item {
  padding: 22px 0 25px;
  border-bottom: 1px solid var(--rule-hair);
}

.left-col .shrtbl {
  margin-bottom: 8px;
}

.left-col .cite-line,
.left-col .item .di cite,
.left-col .item .di cite a {
  color: var(--stone);
  font: 500 10px/1.25 var(--sans-ui);
  letter-spacing: 0.04em;
}

.left-col .new-badge {
  padding: 3px 5px 2px;
  border: 0;
  background: #b30008;
  font: 700 9px/1 var(--sans-ui);
  letter-spacing: 0.13em;
}

.left-col .ii {
  padding-top: 0;
  color: var(--ink-soft);
  font: 400 16px/1.48 var(--serif-body);
}

.left-col .item .di a,
.left-col .lead-headline,
#yourNewsStories .item .di a {
  color: var(--ink-true);
  font-family: var(--serif-display);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.028em;
  text-wrap: pretty;
}

.left-col .item .di a {
  font-size: clamp(20px, 1.5vw, 25px);
}

.left-col .lead-headline.L1 { font-size: clamp(22px, 1.7vw, 28px); }
.left-col .lead-headline.L2 { font-size: clamp(24px, 1.9vw, 31px); }
.left-col .lead-headline.L3 { font-size: clamp(27px, 2.15vw, 35px); }
.left-col .lead-headline.L4 { font-size: clamp(30px, 2.45vw, 40px); }

.left-col .emdash {
  color: var(--stone);
}

.left-col .img-link {
  width: min(43%, 310px);
  margin: 1px 0 12px 22px;
  overflow: hidden;
  background: var(--paper-soft);
}

.left-col .ill {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.left-col .ill.img-fallback {
  opacity: 0.3;
  filter: grayscale(1);
}

.left-col .img-link:has(.ill.img-fallback),
.left-col .img-link:has(.ill[src=""]),
.left-col .img-link:has(.ill:not([src])) {
  display: none;
}

.dbpt {
  clear: both;
  padding-top: 11px;
  font-size: 12px;
  line-height: 1.45;
}

.drhed {
  color: var(--stone);
  font-family: var(--sans-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.item a:hover,
.river-item a:hover {
  background: transparent;
  text-decoration-color: var(--rule-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

/* Briefing: a special editorial object, quiet and materially distinct. */
.briefing-panel {
  padding: 0 16px 16px;
  overflow: hidden;
  border: 1px solid rgba(34, 34, 30, 0.14);
  border-top: 3px solid var(--rule-strong);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(227, 232, 235, 0.84), rgba(240, 241, 237, 0.92)),
    #edf0ee;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.briefing-panel::before {
  content: "";
  position: absolute;
  top: -56px;
  right: -48px;
  width: 392px;
  height: 392px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 58%, rgba(55, 62, 69, 0.12) 58.2% 58.9%, transparent 59.1%),
    radial-gradient(circle at 50% 50%, transparent 0 73%, rgba(55, 62, 69, 0.08) 73.2% 73.8%, transparent 74%),
    linear-gradient(90deg, transparent 0 18%, rgba(55, 62, 69, 0.06) 18.2% 18.8%, transparent 19% 39%, rgba(55, 62, 69, 0.06) 39.2% 39.8%, transparent 40% 60%, rgba(55, 62, 69, 0.06) 60.2% 60.8%, transparent 61% 81%, rgba(55, 62, 69, 0.06) 81.2% 81.8%, transparent 82%),
    linear-gradient(0deg, transparent 0 25%, rgba(55, 62, 69, 0.055) 25.2% 25.8%, transparent 26% 49%, rgba(55, 62, 69, 0.055) 49.2% 49.8%, transparent 50% 73%, rgba(55, 62, 69, 0.055) 73.2% 73.8%, transparent 74%);
  opacity: 0.58;
  pointer-events: none;
}

.briefing-title {
  gap: 9px;
  padding: 15px 0 11px !important;
}

.briefing-title-mark {
  width: 66px;
  height: 66px;
  margin: -6px 2px -4px 0;
  opacity: 0.96;
  filter: contrast(1.05);
}

.briefing-note,
.briefing-updated,
.river-meta,
.bulletin-status {
  color: var(--stone);
  font: 400 10px/1.4 var(--sans-ui);
  letter-spacing: 0.025em;
}

.briefing-note {
  margin: 0 0 15px;
  color: #49515a;
}

.briefing-block {
  margin-bottom: 0;
  padding: 12px 12px 13px;
  border: 1px solid rgba(34, 34, 30, 0.08);
  border-top: 1px solid rgba(34, 34, 30, 0.12);
  border-radius: 0;
  background: rgba(255, 253, 246, 0.76);
  backdrop-filter: saturate(0.94);
}

.briefing-block:first-child {
  border-top-color: rgba(34, 34, 30, 0.14);
}

.briefing-block-header {
  margin-bottom: 8px;
  gap: 6px;
}

.briefing-block-cat {
  color: var(--ink-true);
  font: 600 9px/1.2 var(--sans-ui);
  letter-spacing: 0.14em;
}

.briefing-block-direction,
.briefing-block-arrow {
  color: var(--stone);
  font: 400 9px/1.2 var(--sans-ui);
}

.briefing-block-bullets {
  padding-left: 15px;
}

.briefing-block-bullets li {
  margin-bottom: 5px;
  color: var(--ink-soft);
  font: 400 13px/1.42 var(--serif-body);
}

.bulletin-signup {
  margin-top: 14px;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid rgba(34, 34, 30, 0.1);
  background: transparent;
}

.bulletin-form {
  gap: 0;
  border-bottom: 1px solid var(--rule-strong);
}

body:not(.dark-mode) .bulletin-form input,
body:not(.dark-mode) .bulletin-form button {
  height: 35px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 252, 244, 0.92);
  color: var(--ink-true);
  font-family: var(--sans-ui);
}

body:not(.dark-mode) .bulletin-form input {
  padding-left: 0;
  font-size: 11px;
}

body:not(.dark-mode) .bulletin-form button {
  border-left: 1px solid var(--rule-hair);
  padding: 0 0 0 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

/* Newest rail: tight, but never visually frantic. */
.right-col .col-title {
  margin-bottom: 0;
  padding-top: 4px;
  font-size: clamp(23px, 1.7vw, 29px) !important;
}

.river-item {
  padding: 13px 0 14px;
  border-bottom: 1px solid var(--rule-hair);
}

.river-source {
  margin-bottom: 4px;
  color: var(--stone);
  font: 600 9px/1.2 var(--sans-ui);
  letter-spacing: 0.05em;
}

.right-col .item a,
.newest-col .item a,
.river-item > a {
  color: var(--ink-true);
  font: 600 15px/1.12 var(--serif-display);
  letter-spacing: -0.015em;
}

/* Secondary objects are framed like well-made printed matter. */
.ad-space {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-strong);
}

.ad-slot {
  margin-bottom: 18px;
  background: var(--paper-raised);
}

.ad-poster {
  display: block;
  width: 100%;
  height: auto;
}

.power-calendar {
  margin-top: 28px;
}

.power-calendar-panel {
  padding: 16px 0 0;
  border: 0;
  border-top: 3px solid var(--rule-strong);
  background: transparent;
}

.power-calendar-head {
  gap: 10px 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule-mid);
}

.power-calendar .col-title.calendar-title {
  padding: 0;
  border: 0;
  font-size: 25px !important;
}

.calendar-title-logo {
  max-height: 22px;
}

.power-events-meta {
  color: var(--stone);
  font: 400 9px/1.4 var(--sans-ui);
  letter-spacing: 0.04em;
}

.power-event-row {
  border-bottom-color: var(--rule-hair);
}

.site-footer {
  margin-top: var(--section-space);
  padding-top: 20px;
  padding-bottom: 38px;
  border-top: 1px solid var(--rule-strong);
  color: var(--stone);
  font: 400 9px/1.4 var(--sans-ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Mobile is a distinct editorial composition, not compressed desktop. */
@media (max-width: 760px) {
  :root {
    --page-gutter: 20px;
  }

  body,
  body:not(.thin-tall-mode) {
    min-width: 0;
    max-width: none;
    font-size: 16px;
    line-height: 1.5;
  }

  body .wrap {
    width: 100%;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  body .utility-bar {
    min-height: 30px;
    padding: 0;
  }

  body .utility-bar-track {
    gap: 8px;
  }

  body .utility-left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
  }

  body .kch-top-mini {
    margin-right: 0;
  }

  body .kch-top-mini img {
    height: 20px;
    max-width: 168px;
    opacity: 1;
  }

  body .utility-left .utility-uc,
  body .utility-right .utility-checkbox,
  body .utility-share-btn,
  body .darkmode-label {
    display: none;
  }

  body .utility-right {
    flex: 0 0 auto;
  }

  body .header,
  body.thin-tall-mode .header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo logo"
      "date date"
      "search search";
    min-height: 0;
    row-gap: 13px;
    justify-items: stretch;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 22px;
  }

  body .header::after {
    right: var(--page-gutter);
    left: var(--page-gutter);
    height: 6px;
  }

  body .logo-box,
  body.thin-tall-mode .logo-box {
    grid-area: logo;
    width: min(86vw, 360px);
    justify-self: center;
  }

  body .logo-tagline-text {
    font-size: 13px;
  }

  body .header-date,
  body.thin-tall-mode .header-date {
    grid-area: date;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.025em;
  }

  body .header-search,
  body.thin-tall-mode .header-search {
    grid-area: search;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body:not(.dark-mode) .header-search input,
  body:not(.dark-mode) .header-search button {
    height: 38px;
  }

  body:not(.dark-mode) .header-search input {
    width: 100%;
    padding-left: 0;
    font-size: 12px;
  }

  body:not(.dark-mode) .header-search button {
    padding-left: 16px;
  }

  body .primary-nav,
  body.thin-tall-mode .primary-nav {
    margin-top: 10px;
    padding: 0 var(--page-gutter);
    border: 0;
    background: var(--ink-true);
    flex-wrap: nowrap;
    gap: 0;
  }

  body .primary-nav-track {
    gap: 21px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  body .primary-nav a,
  body .primary-nav .customize-btn {
    flex: 0 0 auto;
    padding: 13px 0 12px;
    color: #f4f0e5;
    font-size: 9px;
    letter-spacing: 0.14em;
    scroll-snap-align: start;
  }

  body .primary-nav a.nav-active {
    color: #fffdf6;
    background: transparent;
  }

  body .main-grid,
  body.thin-tall-mode .main-grid {
    display: flex;
    flex-direction: column;
    gap: 42px;
    width: 100%;
    margin-top: 0;
    padding-top: 28px;
  }

  body .left-col,
  body .mid-col,
  body .right-col {
    width: 100%;
    min-width: 0;
    padding-left: 0;
    border-left: 0;
  }

  body .top-news-head {
    display: block;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 13px;
  }

  body .col-title,
  body .right-col .col-title {
    font-size: 34px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
  }

  body .top-news-bias-tabs {
    display: flex;
    gap: 12px 17px;
    margin-top: 17px;
    padding-bottom: 1px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  body .top-news-bias-tabs::-webkit-scrollbar {
    display: none;
  }

  body .top-news-bias-tab {
    flex: 0 0 auto;
    padding: 3px 0;
    font-size: 11px;
  }

  body .top-news-active-bias {
    margin: 10px 0 0;
  }

  body #leadStories .item {
    padding: 25px 0 27px;
  }

  body .left-col .shrtbl {
    margin-bottom: 11px;
  }

  body .left-col .cite-line {
    display: block;
    max-width: 100%;
    font-size: 9px;
    line-height: 1.4;
    white-space: normal;
  }

  body .left-col .cite-time {
    min-width: 0;
  }

  body .left-col .ii {
    font-size: 16px;
    line-height: 1.48;
  }

  body .left-col .lead-headline,
  body .left-col .lead-headline.L1,
  body .left-col .lead-headline.L2,
  body .left-col .lead-headline.L3,
  body .left-col .lead-headline.L4,
  body .left-col .item .di a {
    font-size: clamp(25px, 7.3vw, 31px);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  body .left-col .img-link {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 16px;
    background: var(--paper-soft);
  }

  body .left-col .ill,
  body.thin-tall-mode .left-col .ill {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    object-fit: cover;
  }

  body .left-col .ill.img-fallback {
    display: none;
  }

  body .dbpt {
    padding-top: 14px;
    font-size: 12px;
  }

  body .briefing-panel {
    padding-top: 0;
  }

  body .briefing-title {
    padding-top: 15px !important;
  }

  body .briefing-list {
    display: block;
    overflow: visible;
    padding-bottom: 0;
  }

  body .briefing-block,
  body .briefing-list > li {
    padding: 14px 0 15px;
    border: 0;
    border-top: 1px solid var(--rule-hair);
    border-radius: 0;
    background: transparent;
  }

  body .briefing-block-bullets li {
    line-height: 1.42;
  }

  body .right-col {
    padding-bottom: 12px;
  }

  body .right-col .col-title {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rule-strong);
  }

  body .river-item {
    padding: 16px 0 17px;
  }

  body .river-item > a {
    font-size: 20px;
    line-height: 1.08;
  }

  body .ad-space {
    margin-top: 32px;
  }

  body .ad-slot {
    margin-bottom: 16px;
  }

  body .power-calendar {
    margin-top: 34px;
  }

  body .power-calendar-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body .site-footer {
    padding-bottom: 28px;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .main-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  }

  .right-col {
    display: none;
  }
}

body.dark-mode {
  --paper: #151512;
  --paper-raised: #1b1b17;
  --paper-soft: #23231e;
  --ink-true: #eeeade;
  --ink-soft: #d1cdc1;
  --stone: #9c988e;
  --rule-strong: #ded9cb;
  --rule-mid: #706d65;
  --rule-hair: #393832;
}

body.dark-mode .primary-nav {
  background: #090908;
}

body.dark-mode .mid-col,
body.dark-mode .right-col,
body.dark-mode .briefing-block,
body.dark-mode .river-item,
body.dark-mode .item {
  border-color: var(--rule-hair);
}

body.dark-mode .briefing-panel,
body.dark-mode .power-calendar-panel,
body.dark-mode .bulletin-signup {
  background: linear-gradient(180deg, rgba(31, 33, 37, 0.96), rgba(24, 25, 28, 0.98));
}

body.dark-mode .briefing-panel::before {
  opacity: 0.28;
}

body.dark-mode .briefing-block {
  background: rgba(11, 12, 14, 0.36);
  border-color: rgba(222, 217, 203, 0.12);
}
