@font-face {
  font-family: Central;
  src: local("Arial");
  font-display: swap;
}
:root {
  --blue: #063c80;
  --navy: #082a56;
  --ink: #152132;
  --muted: #667180;
  --line: #e1e6ed;
  --pale: #f3f6fa;
  --cyan: #25bbe9;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Central, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--blue);
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.wrap {
  max-width: 1280px;
  padding: 0 32px;
  margin: 0 auto;
}
.skip {
  position: absolute;
  top: -100px;
  z-index: 100;
  background: #fff;
  padding: 15px;
}
.skip:focus {
  top: 0;
}
:focus-visible {
  outline: 3px solid #1e8ae9;
  outline-offset: 4px;
}
.utility {
  background: var(--navy);
  color: #dce8f5;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.utility > .wrap {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utility div div {
  display: flex;
  gap: 25px;
}
.utility a:hover {
  color: white;
}
.masthead {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
}
.brand strong {
  display: block;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.brand b {
  display: block;
  font-size: 15px;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.095em;
  margin-top: 6px;
  color: var(--muted);
}
.icon-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 0;
  background: none;
  padding: 10px 0;
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  width: 110px;
}
.search-toggle {
  justify-content: flex-end;
}
.hamburger {
  width: 22px;
  height: 15px;
  display: block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  position: relative;
}
.hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  right: 4px;
  height: 2px;
  background: currentColor;
  top: 5px;
}
.search-icon {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid;
  border-radius: 100%;
  position: relative;
}
.search-icon:after {
  content: "";
  width: 7px;
  height: 2px;
  position: absolute;
  bottom: -4px;
  right: -5px;
  background: currentColor;
  transform: rotate(45deg);
}
.navigation {
  border-top: 1px solid var(--line);
  border-bottom: 2px solid var(--navy);
}
.navigation .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: none;
  height: 47px;
}
.navigation a {
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid transparent;
  padding-top: 3px;
}
.navigation a.selected {
  border-bottom-color: var(--blue);
}
.navigation i,
.edition-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1597c1;
  display: inline-block;
}
.search-panel form,
.public-search {
  display: flex;
  gap: 10px;
  padding: 20px 0;
}
.search-panel input,
.public-search input {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  background: var(--blue);
  border: 1px solid var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
}
.button:hover {
  background: var(--navy);
  color: white;
}
.mobile-menu:not([hidden]) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--pale);
  font-weight: bold;
}
.advertisement {
  padding: 20px 0 25px;
}
.ad-label {
  display: block;
  text-align: center;
  letter-spacing: 0.18em;
  color: #8b94a0;
  font-size: 8px;
  margin-bottom: 9px;
}
.ad-creative {
  position: relative;
  isolation: isolate;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 25px 42px;
  gap: 28px;
  border-radius: 4px;
  color: white !important;
}
.ad-webav {
  background: #201444;
}
.ad-fm24h {
  background: #073b3d;
}
.ad-yoapy {
  background: #102654;
}
.ad-brand {
  font-size: 38px;
  letter-spacing: -0.055em;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 1;
}
.ad-symbol {
  font-size: 42px;
  color: #bda7ff;
}
.ad-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}
.ad-copy strong {
  font-size: 26px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.ad-copy > span {
  font-size: 12px;
  color: #e0d9f0;
}
.ad-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 17px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid #ffffff55;
  border-radius: 4px;
  z-index: 1;
}
.ad-cta b {
  font-size: 20px;
  font-weight: 400;
}
.ad-orbit {
  position: absolute;
  z-index: 0;
  width: 320px;
  height: 320px;
  border: 45px solid #ffffff08;
  border-radius: 50%;
  right: 8%;
  top: -80px;
  transform: rotate(-20deg);
}
.ad-tall .ad-creative {
  height: 360px;
  padding: 30px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.ad-tall {
  padding-top: 0;
}
.ad-tall .ad-copy strong {
  font-size: 35px;
  max-width: 225px;
}
.ad-tall .ad-copy > span {
  font-size: 14px;
  line-height: 1.5;
  max-width: 200px;
}
.ad-fm24h .ad-symbol {
  color: #82f4b9;
}
.ad-fm24h .ad-orbit {
  border-color: #73efb915;
  right: -200px;
  top: 75px;
  border-width: 18px;
  box-shadow:
    0 0 0 20px #73efb910,
    0 0 0 40px #73efb907;
}
.ad-yoapy .ad-symbol {
  color: #59cff0;
}
.edition-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  margin-bottom: 26px;
  letter-spacing: 0.08em;
}
.edition-bar > span {
  font-weight: 800;
  color: var(--blue);
}
.edition-bar i {
  margin-right: 7px;
}
.edition-bar a {
  color: var(--muted);
  letter-spacing: 0;
  font-size: 11px;
}
.edition-bar b {
  color: var(--blue);
  margin-left: 15px;
}
.lead-grid {
  display: grid;
  grid-template-columns: 1.85fr 1fr 0.95fr;
  gap: 26px;
}
.lead-image {
  display: block;
  position: relative;
  aspect-ratio: 1.72;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 19px;
  background: var(--pale);
}
.lead-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-badge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: white;
  background: var(--blue);
  padding: 7px 10px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.eyebrow {
  display: block;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.lead h1 {
  font-size: 36px;
  letter-spacing: -1.25px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 12px;
}
.lead > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 14px;
}
.story-time {
  display: block;
  color: #88909b;
  font-size: 10px;
  line-height: 1.5;
}
.secondary {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.story-image {
  display: block;
  aspect-ratio: 1.62;
  background: var(--pale);
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 13px;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.story-image:hover img {
  transform: scale(1.025);
}
.story h3 {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  font-weight: 800;
  margin-bottom: 11px;
}
.story p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.news-rail {
  border-left: 1px solid var(--line);
  padding-left: 25px;
}
.news-rail h2 {
  font-size: 17px;
  letter-spacing: -0.4px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-rail h2 span {
  font-size: 8px;
  letter-spacing: 0.05em;
  background: #e8f1fa;
  color: var(--blue);
  padding: 4px 5px;
}
.news-rail article {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.news-rail h3 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.news-rail small {
  font-size: 10px;
  color: var(--muted);
}
.text-link {
  display: inline-block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  margin-top: 18px;
}
.editorial-art {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(135deg, #071e41, #205d91);
  color: white;
}
.editorial-art > span {
  display: none;
  font-size: 10px;
  letter-spacing: 0.2em;
  opacity: 0.7;
}
.editorial-art > b {
  font-size: clamp(14px, 1.8vw, 26px);
  margin-top: 6px;
  letter-spacing: -0.06em;
  z-index: 1;
}
.section-heading { gap: 16px; }
.section-heading h2, .section-heading h1 { min-width: 0; }
.section-heading > a { flex-shrink: 0; max-width: 35%; text-align: right; }
.news-rail h2 { gap: 10px; }
@media (max-width: 720px) {
  .story-image .editorial-art { padding: 10px; }
  .story-image .editorial-art > b { font-size: 13px; letter-spacing: -.02em; }
  .mobile-menu a { overflow-wrap: anywhere; }
}
.editorial-art > i {
  position: absolute;
  right: -15px;
  bottom: -28px;
  font-size: 130px;
  letter-spacing: -0.15em;
  opacity: 0.09;
  font-weight: 900;
  font-style: normal;
}
.art-economia {
  background: linear-gradient(135deg, #0e3d3a, #337278);
}
.art-mundo {
  background: linear-gradient(135deg, #122947, #286cb7);
}
.art-cultura {
  background: linear-gradient(135deg, #3e265b, #976185);
}
.art-esportes {
  background: linear-gradient(135deg, #153f34, #3d8563);
}
.section {
  margin-top: 45px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid var(--navy);
  padding: 18px 0 22px;
  gap: 20px;
}
.section-heading h2 {
  font-size: 25px;
  letter-spacing: -0.9px;
}
.section-heading em {
  font-style: normal;
  font-weight: 400;
}
.section-heading a,
.section-heading > span {
  color: var(--muted);
  font-size: 11px;
}
.section-heading a:hover {
  color: var(--blue);
}
.latest-layout {
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 32px;
}
.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 23px;
}
.latest-grid .story h3 {
  font-size: 18px;
}
.follow-box {
  border: 1px solid var(--line);
  padding: 24px;
  background: var(--pale);
}
.follow-box h3 {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin: 12px 0;
}
.follow-box p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
}
.follow-box .button {
  width: 100%;
  font-size: 11px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.category-section .section-heading {
  border-top-width: 1px;
  border-color: var(--line);
}
.category-section h2:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 22px;
  background: var(--blue);
  margin-right: 11px;
  vertical-align: -2px;
}
.central-note {
  display: flex;
  align-items: center;
  gap: 27px;
  background: var(--pale);
  margin: 50px 0;
  padding: 30px;
}
.note-monogram {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: -0.1em;
  font-size: 60px;
}
.central-note h2 {
  font-size: 25px;
  letter-spacing: -1px;
}
.central-note p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 9px;
}
.central-note > a {
  margin-left: auto;
  white-space: nowrap;
  font-size: 12px;
  color: var(--blue);
  font-weight: bold;
}
.footer {
  border-top: 4px solid var(--navy);
  margin-top: 55px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  gap: 30px;
}
.footer .brand strong {
  font-size: 22px;
}
.footer .brand b {
  font-size: 10px;
}
.footer p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.footer-main > div {
  display: flex;
  gap: 20px;
  font-size: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  padding-bottom: 22px;
  font-size: 9px;
  line-height: 1.5;
  color: var(--muted);
}
.footer-bottom b {
  color: var(--blue);
}
.listing {
  padding: 20px 0;
}
.listing h1 {
  font-size: 38px;
  letter-spacing: -1.5px;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 28px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 40px 0;
  font-size: 13px;
}
.pagination a {
  color: var(--blue);
  font-weight: bold;
  padding: 12px;
  border: 1px solid var(--line);
}
.empty {
  padding-top: 80px;
  padding-bottom: 90px;
  min-height: 50vh;
}
.empty h1,
.empty h2 {
  font-size: 36px;
  letter-spacing: -1px;
}
.empty p {
  margin: 15px 0 25px;
  color: var(--muted);
}
.article-page {
  padding-top: 20px;
}
.article-page > h1 {
  font-size: 49px;
  letter-spacing: -1.9px;
  line-height: 1.08;
  max-width: 1030px;
  margin: 12px 0 20px;
}
.article-deck {
  font-size: 20px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 950px;
}
.article-byline {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  margin-bottom: 25px;
}
.article-byline strong {
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
}
.article-byline span {
  font-size: 11px;
  color: var(--muted);
}
.share {
  display: flex;
  gap: 10px;
  align-items: center;
}
.share > a,
.share > button {
  padding: 10px 13px;
  border: 1px solid var(--line);
  background: white;
  font-size: 11px;
  border-radius: 3px;
  color: var(--blue);
}
.article-photo {
  margin: 0 0 30px;
  max-width: 950px;
}
.article-photo img {
  height: auto;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
}
.article-photo figcaption {
  color: var(--muted);
  font-size: 11px;
  margin-top: 10px;
}
.article-columns {
  display: grid;
  grid-template-columns: minmax(0, 760px) 285px;
  gap: 55px;
}
.article-body {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.8;
  color: #2f3742;
}
.article-body p {
  margin-bottom: 24px;
}
.article-body h2,
.article-body h3 {
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 36px 0 18px;
  letter-spacing: -0.7px;
}
.article-body a {
  color: var(--blue);
  text-decoration: underline;
}
.article-body blockquote {
  border-left: 3px solid var(--blue);
  padding: 12px 22px;
  margin: 28px 0;
  background: var(--pale);
}
.source-note {
  padding: 20px;
  background: var(--pale);
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin: 30px 0;
}
.source-note a {
  color: var(--blue);
  font-weight: 700;
}
.info-page {
  max-width: 900px;
  padding-top: 70px;
  padding-bottom: 50px;
  min-height: 60vh;
}
.info-page h1 {
  font-size: 45px;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.info-page h2 {
  font-size: 25px;
  margin: 30px 0 15px;
}
.info-page p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 20px;
}
.ad-formats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.ad-formats > div {
  background: var(--pale);
  padding: 20px;
}
.ad-formats p {
  font-size: 13px;
  margin: 10px 0 0;
}
@media (min-width: 1450px) {
  .wrap {
    max-width: 1340px;
  }
  .lead h1 {
    font-size: 40px;
  }
  .lead-grid {
    grid-template-columns: 1.95fr 1fr 0.95fr;
  }
}
@media (max-width: 1050px) {
  .lead-grid {
    grid-template-columns: 1.8fr 1fr;
  }
  .news-rail {
    grid-column: 1/-1;
    border-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .news-rail h2 {
    grid-column: 1/-1;
  }
  .news-rail > article {
    padding: 0 0 15px;
  }
  .news-rail > .text-link {
    grid-column: 1/-1;
    margin-top: 0;
  }
  .latest-layout {
    grid-template-columns: 1fr 240px;
  }
  .latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ad-creative {
    padding: 24px;
  }
  .ad-copy strong {
    font-size: 23px;
  }
  .ad-brand {
    font-size: 30px;
  }
  .ad-symbol {
    font-size: 30px;
  }
  .article-columns {
    grid-template-columns: 1fr 240px;
    gap: 30px;
  }
  .article-page > h1 {
    font-size: 42px;
  }
  .footer-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
  .utility > .wrap {
    height: 29px;
    font-size: 9px;
  }
  .utility div div {
    gap: 10px;
  }
  .utility a:first-child {
    display: none;
  }
  .masthead {
    height: 96px;
  }
  .brand img {
    width: 53px;
    height: 53px;
  }
  .brand {
    gap: 6px;
  }
  .brand strong {
    font-size: 25px;
    letter-spacing: 0.055em;
  }
  .brand b {
    font-size: 10px;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 0;
    margin-top: 3px;
  }
  .menu-label {
    display: none;
  }
  .icon-btn {
    width: 25px;
  }
  .navigation .wrap {
    height: 44px;
    gap: 23px;
    justify-content: flex-start;
  }
  .navigation a {
    font-size: 12px;
  }
  .advertisement {
    padding: 15px 0 20px;
  }
  .ad-creative {
    padding: 20px;
    gap: 15px;
    min-height: 130px;
    flex-wrap: wrap;
  }
  .ad-brand {
    font-size: 24px;
    gap: 8px;
  }
  .ad-symbol {
    font-size: 28px;
  }
  .ad-copy {
    flex: 1;
    min-width: 180px;
    gap: 5px;
  }
  .ad-copy strong {
    font-size: 21px;
  }
  .ad-copy > span {
    font-size: 10px;
    line-height: 1.4;
  }
  .ad-cta {
    padding: 7px 11px;
    font-size: 9px;
  }
  .ad-cta b {
    font-size: 15px;
  }
  .ad-orbit {
    right: -140px;
  }
  .edition-bar {
    font-size: 8px;
    padding-top: 5px;
    gap: 15px;
    margin-bottom: 18px;
  }
  .edition-bar a {
    font-size: 9px;
    text-align: right;
  }
  .edition-bar a b {
    display: none;
  }
  .lead-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .lead h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .lead > p {
    font-size: 14px;
  }
  .lead-image {
    aspect-ratio: 1.55;
    margin-bottom: 16px;
  }
  .secondary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .story h3 {
    font-size: 17px;
  }
  .secondary .story-time {
    font-size: 9px;
  }
  .news-rail {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .news-rail h3 {
    font-size: 16px;
  }
  .latest-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .latest-grid {
    gap: 26px 18px;
  }
  .latest-grid .story h3 {
    font-size: 17px;
  }
  .latest-layout > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ad-tall .ad-creative {
    height: auto;
    min-height: 250px;
  }
  .ad-tall .ad-copy strong {
    max-width: none;
    font-size: 32px;
  }
  .ad-tall .ad-copy > span {
    max-width: none;
  }
  .section {
    margin-top: 32px;
  }
  .section-heading {
    padding: 16px 0 20px;
  }
  .section-heading h2 {
    font-size: 24px;
  }
  .section-heading a {
    font-size: 10px;
  }
  .category-grid {
    gap: 26px 18px;
  }
  .story-time {
    font-size: 9px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .central-note {
    padding: 24px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .note-monogram {
    font-size: 42px;
  }
  .central-note h2 {
    font-size: 23px;
  }
  .central-note > a {
    margin-left: 0;
  }
  .footer-main {
    display: block;
  }
  .footer-main > p {
    margin: 22px 0;
  }
  .footer-main > div {
    flex-wrap: wrap;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
  }
  .listing h1 {
    font-size: 31px;
  }
  .article-page > h1 {
    font-size: 34px;
    letter-spacing: -1.1px;
  }
  .article-deck {
    font-size: 17px;
  }
  .article-byline {
    display: block;
  }
  .share {
    margin-top: 20px;
  }
  .article-columns {
    grid-template-columns: 1fr;
  }
  .article-body {
    font-size: 18px;
    line-height: 1.8;
  }
  .article-body h2 {
    font-size: 25px;
  }
  .article-byline span {
    line-height: 1.7;
  }
  .info-page {
    padding-top: 45px;
  }
  .info-page h1 {
    font-size: 35px;
  }
  .info-page p {
    font-size: 16px;
  }
  .ad-formats {
    grid-template-columns: 1fr;
  }
  .mobile-menu:not([hidden]) {
    grid-template-columns: repeat(2, 1fr);
  }
  .pagination {
    font-size: 12px;
    gap: 15px;
  }
}
.masthead:has(.brand-original) { height: 200px; }
.masthead-surface {
  background: linear-gradient(180deg, #303747 0%, #2b3242 50%, #1d2635 100%);
}
.masthead-surface .icon-btn { color: #fff; }
.masthead-surface .icon-btn:hover { color: #a9dcff; }
.masthead-surface .brand-original img {
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent), linear-gradient(to bottom, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent), linear-gradient(to bottom, transparent, #000 4%, #000 96%, transparent);
  mask-composite: intersect;
}
.brand-original { justify-content: center; }
.masthead .brand.brand-original img { width: 230px; height: auto; object-fit: contain; }
.footer .brand-original img { width: 220px; height: auto; object-fit: contain; }
@media (max-width: 720px) {
  .masthead:has(.brand-original) { height: 156px; }
  .masthead .brand.brand-original img { width: 180px; height: auto; }
  .footer .brand-original { justify-content: flex-start; }
}
.news-ticker { background: #102b4f; color: white; }
.ticker-inner { display: flex; align-items: center; min-height: 40px; }
.ticker-label { flex-shrink: 0; background: #17629a; align-self: stretch; display: flex; align-items: center; gap: 8px; padding: 0 14px; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.ticker-label span { color: #88d6ef; font-size: 8px; }
.ticker-window { min-width: 0; flex: 1; overflow: hidden; }
.ticker-track { display: flex; width: max-content; animation: headline-scroll 110s linear infinite; }
.ticker-group { display: flex; flex-shrink: 0; align-items: center; }
.ticker-group a { display: flex; align-items: center; white-space: nowrap; gap: 14px; padding: 11px 18px; font-size: 12px; }
.ticker-group a:hover { text-decoration: underline; }
.ticker-group time { color: #9ed3f0; font-size: 10px; }
.ticker-group a > span { color: #6f98bd; margin-left: 16px; }
.ticker-pause { flex-shrink: 0; width: 44px; min-height: 40px; border: 0; background: #102b4f; color: white; cursor: pointer; }
.news-ticker[data-paused="true"] .ticker-track { animation-play-state: paused; }
.ticker-window:focus-within { overflow-x: auto; }
.ticker-window { scrollbar-width: none; }
.ticker-window::-webkit-scrollbar { display: none; }
.ticker-window:focus-within .ticker-track { animation: none; }
.footer-credits { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.footer-credits a:hover { text-decoration: underline; }
.credit-heart { color: #e68497; }
@keyframes headline-scroll { to { transform: translateX(-50%); } }
@media (max-width: 720px) {
  .wrap { padding-left: 12px; padding-right: 12px; }
  .utility, .navigation { display: none; }
  .masthead { height: 60px; gap: 8px; }
  .masthead .brand { gap: 7px; }
  .masthead .brand img { width: 40px; height: 40px; }
  .masthead .brand strong { font-size: 23px; letter-spacing: .025em; }
  .masthead .brand b { font-size: 9px; }
  .masthead .brand small { display: none; }
  .masthead .icon-btn { width: 36px; height: 44px; justify-content: center; }
  .ticker-inner { padding: 0; min-height: 36px; }
  .ticker-label { padding: 0 9px; font-size: 9px; gap: 5px; }
  .ticker-pause { width: 36px; min-height: 36px; }
  .ticker-group a { padding: 10px 12px; font-size: 11px; }
  .edition-bar { display: none; }
  .lead-grid { gap: 22px; }
  .lead-image { aspect-ratio: 1.6; border-radius: 0; margin-bottom: 12px; }
  .image-badge { display: none; }
  .lead h1 { font-size: 30px; line-height: 1.1; letter-spacing: -.7px; }
  .lead > p { font-size: 15px; color: #424b57; }
  .eyebrow { font-size: 11px; letter-spacing: .015em; }
  .secondary { grid-template-columns: 1fr; gap: 22px; }
  .secondary .story { border-top: 1px solid var(--line); padding-top: 20px; }
  .secondary .story h3 { font-size: 25px; line-height: 1.15; }
  .news-rail { grid-template-columns: 1fr; gap: 0; }
  .news-rail h3 { font-size: 19px; }
  .latest-grid, .category-grid, .listing-grid { grid-template-columns: 1fr; gap: 22px; }
  .latest-grid .story, .category-grid .story, .listing-grid .story { display: grid; grid-template-columns: minmax(0,1fr) 110px; gap: 0 14px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .latest-grid .story-image, .category-grid .story-image, .listing-grid .story-image { grid-column: 2; grid-row: 1 / span 4; aspect-ratio: 1; margin: 0; }
  .latest-grid .story > :not(.story-image), .category-grid .story > :not(.story-image), .listing-grid .story > :not(.story-image) { grid-column: 1; }
  .latest-grid .story h3, .category-grid .story h3, .listing-grid .story h3 { font-size: 19px; line-height: 1.18; }
  .footer-credits { flex-shrink: 1; line-height: 1.6; }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .ticker-window { overflow-x: auto; }
  .news-ticker[data-motion="enabled"] .ticker-track { animation: headline-scroll 110s linear infinite; }
  .news-ticker[data-motion="enabled"][data-paused="true"] .ticker-track { animation-play-state: paused; }
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
