:root {
  --bg: #080808;
  --bg-soft: #0d0d0d;
  --panel: #101010;

  --text: #eeeeeb;
  --text-soft: #b7b7b2;
  --muted: #777772;
  --faint: #4c4c48;

  --line: #252523;
  --line-soft: #1b1b19;

  --max-width: 1000px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);

  color: var(--text);

  font-family:
    Inter,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;

  top: 0;

  z-index: 100;

  background: rgba(8, 8, 8, 0.96);

  border-bottom: 1px solid var(--line);

  backdrop-filter: blur(14px);
}

.header-main {
  max-width: var(--max-width);

  height: 78px;

  margin: auto;

  padding: 0 32px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 100px;
  height: auto;
}

.brand-name {
  margin-top: 3px;
  color: #555551;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1;
}

.brand-label {
  margin-top: 5px;

  color: var(--muted);

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 2.8px;
}

.desktop-nav {
  display: flex;

  align-items: center;

  gap: 25px;
}

.nav-item {
  position: relative;

  color: #858580;

  font-size: 11px;

  font-weight: 650;

  letter-spacing: 0.2px;

  transition: color 0.2s ease;
}

.nav-item:hover,
.nav-item.active {
  color: var(--text);
}

.nav-item.active::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;

  bottom: -9px;

  height: 1px;

  background: var(--text);
}

.header-right {
  min-width: 180px;

  display: flex;

  justify-content: flex-end;
}

.search-button {
  width: 38px;

  height: 38px;

  border: 1px solid var(--line);

  background: transparent;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.search-button:hover {
  background: var(--panel);

  border-color: #3a3a38;
}

.search-button svg {
  width: 16px;

  height: 16px;

  fill: none;

  stroke: #aaa;

  stroke-width: 1.5;

  stroke-linecap: round;
}

.search-panel {
  max-width: var(--max-width);
  margin: auto;
  padding: 14px 32px;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.search-form {
  display: flex;
  gap: 8px;
}

.search-form input {
  min-width: 0;
  flex: 1;
  padding: 11px 12px;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--line);
  font: inherit;
}

.search-form button {
  padding: 0 14px;
  color: var(--text-soft);
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 1px;
}

.search-form button:hover {
  color: var(--text);
  border-color: var(--text-soft);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-menu {
  display: none;
}

.mobile-nav {
  display: none;
}

.ticker {
  max-width: var(--max-width);

  height: 37px;

  margin: auto;

  padding: 0 32px;

  border-top: 1px solid var(--line-soft);

  display: flex;

  align-items: center;

  overflow: hidden;
}

.ticker-label {
  flex-shrink: 0;

  display: flex;

  align-items: center;

  gap: 8px;

  color: #d4d4d0;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.7px;
}

.ticker-dot {
  width: 6px;

  height: 6px;

  border-radius: 50%;

  background: #deded9;
}

.ticker-content {
  margin-left: 25px;

  color: #686864;

  font-size: 10px;

  white-space: nowrap;
}

.ticker-separator {
  margin: 0 10px;

  color: #383835;
}

.page-container {
  max-width: var(--max-width);

  margin: auto;

  border-left: 1px solid var(--line);

  border-right: 1px solid var(--line);
}

.edition-bar {
  height: 46px;

  padding: 0 32px;

  border-bottom: 1px solid var(--line);

  display: flex;

  align-items: center;

  justify-content: space-between;

  color: var(--faint);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 1.3px;
}

.section-heading {
  margin-bottom: 35px;

  display: flex;

  align-items: end;

  justify-content: space-between;
}

.section-heading.simple {
  align-items: end;
}

.section-kicker {
  color: #777772;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 2px;
}

.section-heading h1 {
  margin-top: 10px;

  font-size: 42px;

  font-weight: 720;

  line-height: 1;

  letter-spacing: -1.8px;
}

.section-heading h2 {
  margin-top: 10px;

  font-size: 40px;

  font-weight: 720;

  line-height: 1;

  letter-spacing: -1.8px;
}

.story-count {
  color: var(--faint);

  font-family: monospace;

  font-size: 10px;
}

.top-stories {
  padding: 55px 32px 70px;

  border-bottom: 1px solid var(--line);
}

.lead-grid {
  display: grid;

  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.75fr);

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);
}

.lead-story {
  border-right: 1px solid var(--line);
}

.story-image {
  width: 100%;
  display: block;
  object-fit: cover;
  background: #111;
}

.story-image.large {
  width: 100%;
  height: 470px;
}

.secondary-story .story-image {
  height: 150px;
  margin: 16px 0 0;
  object-fit: cover;
}

.secondary-story h3 {
  margin-top: 18px;
}

.lead-story .story-image.large {
  position: relative;
  overflow: hidden;
}

.lead-story .story-image.large img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.error-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
  border-bottom: 1px solid var(--line);
}

.error-code {
  font-size: clamp(72px, 12vw, 150px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -5px;
  color: var(--text);
  margin-bottom: 30px;
}

.error-page .section-kicker {
  margin-bottom: 14px;
}

.error-page h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -1.5px;
}

.error-page p {
  max-width: 480px;
  margin: 18px auto 30px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.error-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.error-button:hover {
  background: var(--panel);
  border-color: var(--text-soft);
}

.article-actions {
  margin-top: 18px;
}

.share-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  height: 34px;
  padding: 0 12px;

  background: transparent;
  border: 1px solid var(--line);

  color: var(--text-soft);

  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;

  cursor: pointer;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.share-button svg {
  width: 14px;
  height: 14px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.share-button:hover {
  color: var(--text);
  border-color: var(--text-soft);
  background: var(--panel);
}

.share-button:active {
  transform: translateY(1px);
}
@media (max-width: 1050px) {
  .secondary-story .story-image {
    height: 130px;
  }
}

@media (max-width: 760px) {
  .secondary-story .story-image {
    height: 180px;
    margin-top: 15px;
  }

  .story-image.large {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .story-image.large {
    height: 240px;
  }

  .secondary-story .story-image {
    height: 160px;
  }
}

.image-placeholder::after {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(255, 255, 255, 0.025) 50%,
    transparent 100%
  );
}

.image-tag {
  position: absolute;

  left: 22px;

  bottom: 20px;

  padding: 7px 9px;

  background: rgba(8, 8, 8, 0.78);

  border: 1px solid #363634;

  color: #d1d1cd;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1.5px;
}

.lead-story-content {
  padding: 27px 0 0;
}

.story-meta {
  display: flex;

  gap: 9px;

  color: #5e5e5a;

  font-size: 8px;

  font-weight: 750;

  letter-spacing: 1.1px;
}

.lead-story-content h2 {
  max-width: 850px;

  margin-top: 14px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(34px, 3.2vw, 51px);

  font-weight: 500;

  line-height: 1.02;

  letter-spacing: -1.7px;
}

.lead-story-content p {
  max-width: 700px;

  margin-top: 17px;

  color: #81817c;

  font-size: 13px;

  line-height: 1.65;
}

.source-line {
  margin-top: 25px;

  padding-top: 13px;

  border-top: 1px solid var(--line-soft);

  display: flex;

  gap: 8px;

  color: #555551;

  font-size: 9px;

  letter-spacing: 0.5px;
}

.source-line strong {
  color: #858581;

  font-weight: 600;
}

.secondary-stories {
  display: flex;

  flex-direction: column;
}

.secondary-story {
  min-height: 0;

  padding: 22px 25px;

  border-bottom: 1px solid var(--line);

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  flex: 1;
}

.secondary-story:last-child {
  border-bottom: none;
}

.secondary-story-top,
.secondary-story-bottom {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.story-category {
  color: #8a8a85;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1.6px;
}

.story-time {
  color: #4e4e4a;

  font-family: monospace;

  font-size: 9px;
}

.secondary-story h3 {
  margin: 18px 0 12px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 22px;

  font-weight: 500;

  line-height: 1.14;

  letter-spacing: -0.5px;
}

.secondary-story p {
  color: #686864;

  font-size: 11px;

  line-height: 1.55;
}

.secondary-story-bottom {
  margin-top: 18px;

  padding-top: 14px;

  border-top: 1px solid var(--line-soft);

  color: #555551;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1px;
}

.story-index {
  color: #444440;

  font-family: monospace;
}

.latest-section {
  padding: 65px 32px 75px;

  border-bottom: 1px solid var(--line);
}

.all-news {
  color: #777772;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.5px;
}

.all-news:hover {
  color: var(--text);
}

.news-list {
  border-top: 1px solid var(--line);
}

.news-row {
  min-height: 128px;

  padding: 22px 0;

  border-bottom: 1px solid var(--line);

  display: grid;

  grid-template-columns: 70px 100px minmax(0, 1fr) 90px;

  gap: 20px;

  align-items: start;
}

.news-row-time {
  color: #555551;

  font-family: monospace;

  font-size: 10px;
}

.news-row-category {
  color: #858580;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1.5px;
}

.news-row-content h3 {
  max-width: 800px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 21px;

  font-weight: 500;

  line-height: 1.17;

  letter-spacing: -0.35px;
}

.news-row-content p {
  max-width: 720px;

  margin-top: 8px;

  color: #666662;

  font-size: 11px;

  line-height: 1.5;
}

.news-row-source {
  color: #454541;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1px;

  text-align: right;
}

.topic-section {
  padding: 65px 32px 75px;

  display: grid;

  grid-template-columns: 0.8fr 1.2fr;

  gap: 80px;
}

.topic-intro h2 {
  margin-top: 14px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 48px;

  font-weight: 500;

  line-height: 1;

  letter-spacing: -1.8px;
}

.topic-list {
  border-top: 1px solid var(--line);
}

.topic-row {
  min-height: 65px;

  padding: 0 5px;

  border-bottom: 1px solid var(--line);

  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #a4a49f;

  font-size: 13px;

  font-weight: 600;

  transition:
    color 0.2s ease,
    padding 0.2s ease;
}

.topic-row:hover {
  padding-left: 12px;

  color: var(--text);
}

.site-footer {
  background: #050505;

  border-top: 1px solid var(--line);
}

.footer-inner {
  max-width: var(--max-width);

  margin: auto;

  padding: 60px 32px 25px;
}

.footer-top {
  display: grid;

  grid-template-columns: 2fr 1fr 1fr;

  gap: 50px;
}

.footer-logo {
  font-size: 24px;

  font-weight: 850;

  letter-spacing: 2.5px;
}

.footer-tagline {
  margin-top: 4px;

  color: #555551;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 2.5px;
}

.footer-brand p {
  max-width: 250px;

  margin-top: 22px;

  color: #5f5f5b;

  font-size: 11px;
}

.footer-column {
  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 12px;
}

.footer-heading {
  margin-bottom: 5px;

  color: #858580;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1.8px;
}

.footer-column a {
  color: #555551;

  font-size: 11px;

  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #d0d0cc;
}

.footer-bottom {
  margin-top: 65px;

  padding-top: 18px;

  border-top: 1px solid var(--line);

  display: flex;

  justify-content: space-between;

  color: #3f3f3c;

  font-size: 8px;

  letter-spacing: 0.4px;
}

.article-page {
  max-width: 820px;
  margin: auto;
  padding: 55px 32px 90px;
}

.back-link,
.source-link {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.back-link:hover,
.source-link:hover {
  color: var(--text);
}

.article-header {
  padding: 38px 0 30px;
  border-bottom: 1px solid var(--line);
}

.article-header h1 {
  margin-top: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.04;
}

.article-meta {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted);
  font-family: monospace;
  font-size: 10px;
}

.article-image {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-top: 30px;
}

.article-deck {
  margin-top: 32px;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.55;
}

.article-body {
  max-width: 680px;
  margin-top: 30px;
  color: #d0d0ca;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
  white-space: pre-line;
}

.source-link {
  display: inline-block;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.news-page {
  padding: 55px 32px 75px;
}

.news-row {
  min-height: 128px;
  padding: 22px 0;

  border-bottom: 1px solid var(--line);

  display: grid;
  grid-template-columns: 70px 100px minmax(0, 1fr) 90px;
  gap: 20px;
  align-items: start;
}

.news-row-number {
  color: #eeeeeb;
  font-family: monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
}

.news-row-category {
  color: #858580;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.5px;
  padding-top: 2px;
}

.news-row-content {
  min-width: 0;
}

.news-row-content h2 {
  max-width: 800px;

  margin: 0;

  color: var(--text);

  font-family:
    Inter,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;

  font-size: 28px;
  font-weight: 720;
  line-height: 1.12;
  letter-spacing: -0.8px;
}

.news-row-content p {
  max-width: 720px;

  margin-top: 9px;

  color: #666662;

  font-size: 11px;
  line-height: 1.5;
}

.news-row-source {
  color: #454541;

  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;

  text-align: right;

  padding-top: 3px;
}

.news-row-content a {
  display: block;
}

.news-row-content h2 {
  transition: color 0.2s ease;
}

.news-row:hover .news-row-content h2 {
  color: #ffffff;
}

.infinite-scroll-status {
  min-height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px 0;

  color: #555551;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;

  text-align: center;
}

.loading-text {
  color: #555551;
}

.news-end {
  padding: 70px 0 30px;

  text-align: center;

  border-top: 1px solid var(--line);
}

.news-end .section-kicker {
  display: block;
}

.news-end h2 {
  margin-top: 12px;

  color: var(--text);

  font-family: Georgia, "Times New Roman", serif;

  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1px;
}

.news-end p {
  max-width: 450px;

  margin: 14px auto 0;

  color: #666662;

  font-size: 11px;
  line-height: 1.6;
}

.retry-news {
  appearance: none;

  padding: 10px 16px;

  border: 1px solid #383836;

  background: transparent;

  color: #999994;

  font-family:
    Inter,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;

  cursor: pointer;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.retry-news:hover {
  background: #11110f;
  border-color: #5a5a56;
  color: #eeeeeb;
}

@media (max-width: 1050px) {
  .news-row {
    grid-template-columns: 60px 90px minmax(0, 1fr);
  }

  .news-row-source {
    display: none;
  }
}

@media (max-width: 760px) {
  .news-page {
    padding: 38px 18px 65px;
  }

  .news-row {
    grid-template-columns: 42px minmax(0, 1fr);

    gap: 12px;

    min-height: auto;

    padding: 20px 0;
  }

  .news-row-number {
    grid-column: 1;
    grid-row: 1 / span 2;

    font-size: 15px;
  }

  .news-row-category {
    grid-column: 2;
    grid-row: 1;

    padding-top: 0;
  }

  .news-row-content {
    grid-column: 2;
    grid-row: 2;

    margin-top: 8px;
  }

  .news-row-content h2 {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.4px;
  }

  .news-row-content p {
    margin-top: 8px;

    font-size: 11px;
    line-height: 1.5;
  }

  .news-row-source {
    display: none;
  }

  .infinite-scroll-status {
    min-height: 60px;
  }

  .news-end {
    padding: 55px 0 20px;
  }

  .news-end h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .news-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .news-row {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .news-row-number {
    font-size: 14px;
  }

  .news-row-content h2 {
    font-size: 19px;
  }

  .news-row-content p {
    font-size: 11px;
  }
}

@media (max-width: 1050px) {
  .desktop-nav {
    gap: 15px;
  }

  .nav-item {
    font-size: 10px;
  }

  .header-main {
    padding: 0 22px;
  }

  .ticker {
    padding: 0 22px;
  }

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

  .lead-story {
    padding-bottom: 30px;

    border-right: none;

    border-bottom: 1px solid var(--line);
  }

  .secondary-stories {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
  }

  .secondary-story {
    border-bottom: none;

    border-right: 1px solid var(--line);
  }

  .secondary-story:last-child {
    border-right: none;
  }

  .news-row {
    grid-template-columns: 60px 90px minmax(0, 1fr);
  }

  .news-row-source {
    display: none;
  }
}

@media (max-width: 760px) {
  .header-main {
    height: 68px;

    padding: 0 18px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    padding: 8px 18px 18px;
    background: rgba(8, 8, 8, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line-soft);
    color: var(--text-soft);
    font-size: 12px;
  }

  .mobile-menu {
    width: 35px;

    height: 35px;

    border: 1px solid var(--line);

    background: transparent;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    padding: 0 9px;
  }

  .mobile-menu span {
    width: 100%;

    height: 1px;

    background: #aaa;
  }

  .brand {
    min-width: auto;
  }

  .brand-name {
    font-size: 19px;
  }

  .header-right {
    min-width: auto;
  }

  .search-panel {
    padding: 12px 18px;
  }

  .search-form button {
    padding: 0 10px;
  }

  .ticker {
    padding: 0 18px;
  }

  .ticker-content {
    margin-left: 15px;
  }

  .page-container {
    border-left: none;

    border-right: none;
  }

  .edition-bar {
    padding: 0 18px;
  }

  .top-stories,
  .latest-section,
  .topic-section {
    padding-left: 18px;

    padding-right: 18px;
  }

  .section-heading h1 {
    font-size: 34px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .story-image.large {
    height: 300px;
  }

  .lead-story-content h2 {
    font-size: 34px;
  }

  .secondary-stories {
    display: block;
  }

  .secondary-story {
    border-right: none;

    border-bottom: 1px solid var(--line);

    min-height: 190px;
  }

  .secondary-story:last-child {
    border-bottom: none;
  }

  .news-row {
    grid-template-columns: 48px minmax(0, 1fr);

    gap: 12px;

    min-height: auto;

    padding: 22px 0;
  }

  .news-row-category {
    grid-column: 2;

    grid-row: 1;
  }

  .news-row-content {
    grid-column: 2;
  }

  .news-row-time {
    grid-row: 1 / span 2;
  }

  .news-row-content h3 {
    font-size: 19px;
  }

  .topic-section {
    grid-template-columns: 1fr;

    gap: 35px;
  }

  .topic-intro h2 {
    font-size: 40px;
  }

  .footer-inner {
    padding-left: 18px;

    padding-right: 18px;
  }

  .article-page {
    padding: 38px 18px 65px;
  }

  .article-header h1 {
    font-size: 38px;
  }

  .article-deck {
    font-size: 16px;
  }

  .article-body {
    font-size: 17px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .brand-label {
    display: none;
  }

  .edition-bar {
    font-size: 8px;
  }

  .section-heading {
    margin-bottom: 25px;
  }

  .section-heading h1 {
    font-size: 30px;
  }

  .story-image.large {
    height: 240px;
  }

  .lead-story-content h2 {
    font-size: 30px;

    letter-spacing: -1px;
  }

  .lead-story-content p {
    font-size: 12px;
  }

  .secondary-story h3 {
    font-size: 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;

    gap: 8px;
  }
}
