/*
 * Standalone archived-news presentation for the preserved 2007 TBO article.
 * Intentionally independent from the PAWS Drupal/global stylesheet.
 */

:root {
  --news-navy: #17375e;
  --news-navy-deep: #0e2745;
  --news-blue: #275f92;
  --news-red: #a9202a;
  --news-ink: #20252b;
  --news-muted: #65707b;
  --news-line: #d7dde3;
  --news-paper: #ffffff;
  --news-page: #edf1f4;
  --news-soft: #f5f7f9;
  --news-link: #1c5d91;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  background: var(--news-page);
}

body {
  min-width: 0;
  margin: 0;
  background: var(--news-page);
  color: var(--news-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--news-link);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover,
a:focus {
  color: var(--news-red);
}

.archive-utility {
  background: #252a30;
  color: #f3f5f7;
  border-bottom: 1px solid #101317;
}

.archive-utility__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 9px 0;
  font-size: 12px;
  line-height: 1.35;
}

.archive-utility strong {
  color: #ffffff;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.archive-utility a {
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.archive-utility a:hover,
.archive-utility a:focus {
  text-decoration: underline;
}

.news-site-header {
  background: var(--news-paper);
  border-bottom: 1px solid #bec7d0;
}

.news-masthead {
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 108px;
  margin: 0 auto;
  padding: 14px 0 12px;
}

.news-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.news-brand img {
  display: block;
  width: 242px;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
}

.news-brand__fallback {
  color: var(--news-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.news-brand__fallback small {
  display: block;
  margin-top: 7px;
  color: var(--news-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-masthead__right {
  align-self: end;
  padding-bottom: 6px;
  color: var(--news-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.news-masthead__date {
  display: block;
  margin-bottom: 4px;
  color: var(--news-navy-deep);
  font-weight: 700;
}

.news-nav {
  background: linear-gradient(180deg, var(--news-navy) 0%, var(--news-navy-deep) 100%);
  border-top: 4px solid var(--news-red);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
}

.news-nav__inner {
  display: flex;
  align-items: stretch;
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: thin;
}

.news-nav span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-nav .is-active {
  background: var(--news-red);
}

.news-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 48px;
  background: var(--news-paper);
  border: 1px solid #cfd6dc;
  box-shadow: 0 10px 30px rgba(26, 40, 54, .13);
}

.news-section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  padding: 0 28px;
  background: #f1f4f6;
  border-bottom: 1px solid var(--news-line);
  color: var(--news-navy);
}

.news-section-bar strong {
  font-size: 14px;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.news-section-bar span {
  color: var(--news-muted);
  font-size: 12px;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 44px;
  padding: 34px 38px 42px;
}

.news-article {
  min-width: 0;
}

.news-crumbs {
  margin: 0 0 16px;
  color: var(--news-muted);
  font-size: 12px;
  line-height: 1.4;
}

.news-crumbs span + span::before {
  content: "/";
  margin: 0 7px;
  color: #98a1aa;
}

.news-kicker {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--news-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.news-headline {
  max-width: 800px;
  margin: 0 0 14px;
  color: #15191d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.025em;
}

.news-deck {
  max-width: 790px;
  margin: 0 0 21px;
  color: #4a535c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.42;
}

.news-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
  margin: 0 0 22px;
  padding: 14px 0;
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
  color: var(--news-muted);
  font-size: 13px;
  line-height: 1.4;
}

.news-byline strong {
  color: var(--news-navy-deep);
  font-size: 13px;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.news-byline time::before {
  content: "Published ";
}

.news-article-body {
  max-width: 760px;
  color: #24282d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.72;
}

.news-article-body p {
  margin: 0 0 1.15em;
}

.news-article-body p:first-child::first-letter {
  float: left;
  margin: .11em .09em 0 0;
  color: var(--news-navy);
  font-size: 4.1em;
  font-weight: 700;
  line-height: .78;
}

.news-article-body blockquote {
  margin: 1.35em 0;
  padding: 0 0 0 24px;
  border-left: 5px solid var(--news-red);
  color: #333b43;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.news-article-body blockquote p {
  margin-bottom: .65em;
}

.news-article-body blockquote p:last-child {
  margin-bottom: 0;
}

.news-source-note {
  margin: 30px 0 0;
  padding: 15px 17px;
  background: var(--news-soft);
  border: 1px solid var(--news-line);
  color: #59636d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.news-comments {
  margin-top: 36px;
  padding-top: 26px;
  border-top: 4px solid var(--news-navy);
}

.news-comments h2 {
  margin: 0 0 14px;
  color: var(--news-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
}

.news-comment {
  padding: 18px 20px;
  background: #f7f8f9;
  border: 1px solid var(--news-line);
  border-left: 4px solid var(--news-blue);
}

.news-comment__meta {
  margin: 0 0 12px;
  color: var(--news-muted);
  font-size: 12px;
  line-height: 1.4;
}

.news-comment__body {
  color: #30363c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
}

.news-comment__body p {
  margin: 0 0 12px;
}

.news-comment__body p:last-child {
  margin-bottom: 0;
}

.news-sidebar {
  min-width: 0;
  border-left: 1px solid var(--news-line);
  padding-left: 28px;
}

.news-sidebar__box {
  margin: 0 0 24px;
  padding: 18px;
  background: #f7f8f9;
  border-top: 5px solid var(--news-navy);
  border-right: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
  border-left: 1px solid var(--news-line);
}

.news-sidebar__box--archive {
  border-top-color: var(--news-red);
  background: #fff9f4;
}

.news-sidebar h2 {
  margin: 0 0 11px;
  color: var(--news-navy-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.news-sidebar p,
.news-sidebar li,
.news-sidebar dt,
.news-sidebar dd {
  font-size: 13px;
  line-height: 1.55;
}

.news-sidebar p:last-child {
  margin-bottom: 0;
}

.news-sidebar dl {
  margin: 0;
}

.news-sidebar dt {
  margin-top: 11px;
  color: var(--news-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-sidebar dt:first-child {
  margin-top: 0;
}

.news-sidebar dd {
  margin: 1px 0 0;
  color: #252a30;
  font-weight: 700;
}

.news-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-sidebar li {
  padding: 10px 0;
  border-top: 1px solid var(--news-line);
}

.news-sidebar li:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-sidebar a {
  font-weight: 700;
}

.news-footer {
  padding: 22px 28px;
  background: var(--news-navy-deep);
  border-top: 5px solid var(--news-red);
  color: #dbe2e8;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.news-footer strong {
  color: #ffffff;
}

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

  .news-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .news-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border-top: 1px solid var(--news-line);
    border-left: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .news-sidebar__box {
    margin: 0;
  }
}

@media (max-width: 650px) {
  body {
    background: #ffffff;
  }

  .archive-utility__inner {
    align-items: flex-start;
  }

  .archive-utility__inner span {
    max-width: 72%;
  }

  .news-masthead {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 13px 0;
  }

  .news-brand {
    justify-content: center;
  }

  .news-brand img {
    width: 205px;
  }

  .news-brand__fallback {
    font-size: 30px;
  }

  .news-masthead__right {
    padding: 0;
    text-align: center;
  }

  .news-shell {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .news-section-bar {
    align-items: flex-start;
    padding: 12px 16px;
  }

  .news-section-bar span {
    text-align: right;
  }

  .news-layout {
    padding: 25px 18px 34px;
  }

  .news-headline {
    font-size: clamp(36px, 11vw, 48px);
  }

  .news-deck {
    font-size: 18px;
  }

  .news-article-body {
    font-size: 17px;
    line-height: 1.68;
  }


  .news-sidebar {
    grid-template-columns: 1fr;
  }
}

@media print {
  body {
    background: #ffffff;
    color: #000000;
  }

  .archive-utility,
  .news-nav,
  .news-sidebar,
  .news-footer {
    display: none !important;
  }

  .news-site-header {
    border-bottom: 2px solid #000000;
  }

  .news-shell {
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .news-layout {
    display: block;
    padding: 24px 0;
  }

  .news-article-body,
  .news-deck {
    max-width: none;
  }

  .news-source-note,
  .news-comment {
    break-inside: avoid;
  }
}
