:root {
  --sn-navy: #0b1f3a;
  --sn-red: #c43b31;
  --sn-ivory: #f7f3ea;
  --sn-charcoal: #20242a;
  --sn-muted: #68717d;
  --sn-gold: #806326;
  --sn-rule: #d9d6cf;
  --sn-shell: min(1240px, calc(100% - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sn-charcoal);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  text-underline-offset: 0.16em;
}

.sn-shell {
  width: var(--sn-shell);
  margin-inline: auto;
}

.sn-skip-link {
  position: fixed;
  z-index: 99999;
  top: 8px;
  left: 8px;
  transform: translateY(-140%);
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--sn-navy);
}

.sn-skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid #e5a900;
  outline-offset: 3px;
}

.sn-utility {
  color: #fff;
  background: var(--sn-navy);
  font-size: 0.75rem;
}

.sn-utility__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sn-utility a {
  color: #fff;
  text-decoration: none;
}

.sn-utility__links {
  display: flex;
  gap: 1.15rem;
}

.sn-masthead {
  position: relative;
  display: grid;
  min-height: 126px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--sn-rule);
}

.sn-brand {
  grid-column: 2;
  text-align: center;
}

.sn-brand__name,
.sn-footer-brand {
  color: var(--sn-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.sn-brand p {
  margin: 0.5rem 0 0;
  color: var(--sn-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
}

.sn-brand .custom-logo {
  display: block;
  width: auto;
  max-width: min(520px, 100%);
  max-height: 86px;
  margin-inline: auto;
  object-fit: contain;
}

.sn-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 3px;
  color: #fff;
  background: var(--sn-red);
  font-weight: 700;
  text-decoration: none;
}

.sn-button:hover {
  color: #fff;
  background: #a62f27;
}

.sn-masthead__subscribe {
  grid-column: 3;
  justify-self: end;
}

.sn-menu-toggle {
  display: none;
  border: 0;
  color: var(--sn-navy);
  background: transparent;
  font-size: 1.5rem;
}

.sn-primary-nav {
  background: #fff;
}

.sn-primary-nav .sn-shell {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.75rem);
}

.sn-primary-nav a {
  color: var(--sn-charcoal);
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: none;
}

.sn-primary-nav a:hover {
  color: var(--sn-red);
}

.sn-search-drawer {
  padding: 1rem 0;
  border-bottom: 1px solid var(--sn-rule);
  background: var(--sn-ivory);
}

.sn-search-drawer form {
  display: flex;
  gap: 0.5rem;
}

.sn-search-drawer label {
  flex: 1;
}

.sn-search-drawer input[type="search"] {
  width: 100%;
  min-height: 46px;
  padding: 0.6rem 0.8rem;
  border: 1px solid #aeb4bc;
}

.sn-search-drawer input[type="submit"] {
  min-height: 46px;
  padding: 0.6rem 1rem;
  border: 0;
  color: #fff;
  background: var(--sn-navy);
}

.sn-breaking {
  color: #fff;
  background: var(--sn-red);
}

.sn-breaking__inner {
  display: grid;
  min-height: 40px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  font-size: 0.78rem;
}

.sn-breaking strong {
  padding-right: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.sn-breaking a {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sn-home {
  padding: 2rem 0 4rem;
  background: #fff;
}

.sn-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(240px, 0.78fr) minmax(220px, 0.58fr);
  gap: 1rem;
}

.sn-story-card {
  min-width: 0;
  border: 1px solid var(--sn-rule);
  background: #fff;
}

.sn-story-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e9e6df;
}

.sn-story-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.sn-story-card:hover .sn-story-image:not(.sn-image-placeholder) {
  transform: scale(1.025);
}

.sn-image-placeholder {
  display: grid;
  place-items: center;
  color: rgba(11, 31, 58, 0.5);
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.12), rgba(196, 59, 49, 0.08)),
    var(--sn-ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.sn-story-card__body {
  min-width: 0;
  padding: 0.9rem 1rem 1rem;
}

.sn-story-card h3 {
  overflow-wrap: anywhere;
  margin: 0.45rem 0;
  color: var(--sn-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.sn-story-card h3 a,
.sn-latest h3 a {
  color: inherit;
  text-decoration: none;
}

.sn-story-card h3 a:hover,
.sn-latest h3 a:hover {
  color: var(--sn-red);
}

.sn-story-card--lead h3 {
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.sn-story-card--lead .sn-story-card__image {
  aspect-ratio: 16 / 9;
}

.sn-story-card__excerpt {
  margin: 0.8rem 0;
  color: #4f5863;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.55;
}

.sn-secondary-stories {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.sn-kicker {
  display: inline-block;
  color: var(--sn-navy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.sn-meta,
.sn-latest time {
  margin: 0.6rem 0 0;
  color: var(--sn-muted);
  font-size: 0.72rem;
}

.sn-latest {
  padding-left: 1rem;
  border-left: 1px solid var(--sn-rule);
}

.sn-latest > h2,
.sn-section-heading h2 {
  margin: 0 0 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.sn-latest article {
  min-width: 0;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--sn-rule);
}

.sn-latest h3 {
  overflow-wrap: anywhere;
  margin: 0.2rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.15;
}

.sn-section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 0.8rem;
}

.sn-section-heading h2 {
  margin: 0;
}

.sn-section-heading > span {
  height: 1px;
  background: var(--sn-rule);
}

.sn-section-heading--carousel {
  grid-template-columns: auto minmax(2rem, 1fr) auto;
}

.sn-trending {
  --sn-trending-gap: 0.8rem;
  --sn-trending-per-view: 4;
}

.sn-trending-viewport {
  width: 100%;
  overflow: hidden;
}

.sn-trending-track {
  display: flex;
  align-items: stretch;
  gap: var(--sn-trending-gap);
  transition: transform 420ms ease;
  will-change: transform;
}

.sn-trending-slide {
  min-width: 0;
  flex: 0 0 calc((100% - 2.4rem) / 4);
}

.sn-trending-slide .sn-story-card {
  height: 100%;
}

.sn-carousel-controls {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.sn-carousel-controls button,
.sn-carousel-dots button {
  border: 1px solid #aeb4bc;
  color: var(--sn-navy);
  background: #fff;
  cursor: pointer;
}

.sn-carousel-controls button {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  padding: 0.4rem 0.65rem;
  place-items: center;
  border-radius: 2px;
  font: inherit;
  font-weight: 750;
}

.sn-carousel-controls .sn-carousel-toggle {
  min-width: 68px;
  font-size: 0.75rem;
}

.sn-carousel-controls button:hover,
.sn-carousel-controls button:focus-visible {
  border-color: var(--sn-navy);
  color: #fff;
  background: var(--sn-navy);
}

.sn-carousel-dots {
  display: flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.sn-carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
}

.sn-carousel-dots button[aria-current="true"] {
  border-color: var(--sn-red);
  background: var(--sn-red);
}

.sn-carousel-controls[hidden],
.sn-carousel-dots[hidden] {
  display: none;
}

.sn-carousel-controls button[hidden] {
  display: none;
}

.sn-story-card--compact h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.sn-newsletter-band {
  display: grid;
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 2rem;
  border: 1px solid #ded8cc;
  background: var(--sn-ivory);
}

.sn-newsletter-band > div:first-child {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.9rem;
}

.sn-newsletter-icon {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: span 2;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sn-navy);
}

.sn-newsletter-band h2 {
  margin: 0;
  font-size: 1.45rem;
}

.sn-newsletter-band p {
  margin: 0.25rem 0 0;
  color: var(--sn-muted);
  font-size: 0.86rem;
}

.sn-newsletter-form__row {
  display: grid;
  grid-template-columns: minmax(110px, 0.8fr) minmax(170px, 1.2fr) auto;
  gap: 0.55rem;
}

.sn-newsletter-form input[type="text"],
.sn-newsletter-form input[type="email"] {
  min-width: 0;
  min-height: 44px;
  flex: 1;
  padding: 0.65rem 0.75rem;
  border: 1px solid #aeb4bc;
  border-radius: 2px;
  background: #fff;
}

.sn-newsletter-form button {
  min-height: 44px;
  padding: 0.65rem 1.25rem;
  border: 0;
  border-radius: 2px;
  color: #fff;
  background: var(--sn-red);
  font-weight: 750;
}

.sn-newsletter-consent {
  display: block;
  margin-top: 0.6rem;
  color: #4f5863;
  font-size: 0.73rem;
  line-height: 1.4;
}

.sn-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sn-form-message {
  margin: 0 0 0.65rem !important;
  color: var(--sn-navy) !important;
  font-weight: 700;
}

.sn-ad-slot {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 1.5rem auto;
  text-align: center;
}

.sn-ad-slot :where(iframe, img, ins) {
  max-width: 100%;
}

.sn-ad-slot__label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--sn-muted);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sn-site-footer {
  padding: 3rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.78);
  background: var(--sn-navy);
}

.sn-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
}

.sn-footer-brand {
  color: #fff;
  font-size: 1.6rem;
}

.sn-site-footer nav {
  display: grid;
  align-content: start;
  gap: 0.6rem;
}

.sn-site-footer a {
  color: #fff;
  text-decoration: none;
}

.sn-footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
}

.sn-page-shell,
.sn-archive-shell,
.sn-article-shell {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 3rem 0 5rem;
}

.sn-archive-shell {
  width: var(--sn-shell);
}

.sn-archive-title,
.sn-article-title {
  margin-bottom: 1rem;
  color: var(--sn-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.02;
}

.sn-article-meta {
  margin-bottom: 1.5rem;
}

.sn-article-meta p {
  color: var(--sn-muted);
  font-size: 0.82rem;
}

.sn-article-meta__details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
}

.sn-article-meta__details > * + *::before {
  content: "·";
  margin-right: 0.65rem;
  color: var(--sn-muted);
}

.sn-article-meta__details a {
  color: var(--sn-navy);
}

.sn-breadcrumbs {
  margin-bottom: 1.1rem;
  color: var(--sn-muted);
  font-size: 0.78rem;
}

.sn-breadcrumbs ol {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sn-breadcrumbs li {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sn-breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.35rem;
  color: #9199a3;
}

.sn-breadcrumbs a {
  color: var(--sn-navy);
}

.sn-article-shell .wp-block-post-featured-image {
  margin: 1.5rem 0 0.5rem;
}

.sn-article-shell .wp-block-post-featured-image img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

.sn-article-shell .wp-block-post-content {
  min-width: 0;
  margin-top: 2rem;
}

.sn-article-shell .wp-block-post-content :where(p, a, li, blockquote, figcaption) {
  overflow-wrap: anywhere;
}

.sn-article-shell .wp-block-post-content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.sn-article-shell .wp-block-post-content pre {
  max-width: 100%;
  overflow-x: auto;
}

.sn-article-shell .wp-block-post-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.sn-article-shell .wp-block-embed__wrapper {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.sn-article-shell .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.sn-article-shell .wp-block-post-content .youtube-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--sn-navy);
}

.sn-article-shell .wp-block-post-content .youtube-embed > p {
  width: 100%;
  height: 100%;
  margin: 0;
}

.sn-article-shell .wp-block-post-content .youtube-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.sn-video-poster {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 1rem;
  place-content: center;
  gap: 0.75rem;
  border: 0;
  color: #fff;
  background-color: var(--sn-navy);
  background-position: center;
  background-size: cover;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  isolation: isolate;
}

.sn-video-poster::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(11, 31, 58, 0.3);
  content: "";
}

.sn-video-poster:hover::before,
.sn-video-poster:focus-visible::before {
  background: rgba(11, 31, 58, 0.48);
}

.sn-video-poster__play {
  display: grid;
  width: 68px;
  height: 48px;
  margin-inline: auto;
  place-items: center;
  border-radius: 12px;
  background: #f00;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.sn-video-poster__play::after {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  content: "";
}

.sn-video-poster__label {
  padding: 0.3rem 0.55rem;
  border-radius: 2px;
  background: rgba(11, 31, 58, 0.82);
}

.sn-video-external {
  position: absolute;
  z-index: 3;
  right: 0.7rem;
  bottom: 0.7rem;
  padding: 0.35rem 0.55rem;
  color: #fff;
  background: rgba(11, 31, 58, 0.88);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

.sn-video-external:hover,
.sn-video-external:focus-visible {
  color: #fff;
  background: #000;
}

.sn-article-shell .wp-block-post-content > p:first-of-type::first-letter {
  float: left;
  margin: 0.08em 0.1em 0 0;
  color: var(--sn-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.2em;
  font-weight: 700;
  line-height: 0.78;
}

.sn-source-attribution {
  margin-top: 2rem;
  padding: 1rem;
  border-left: 4px solid var(--sn-red);
  background: var(--sn-ivory);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.85rem;
}

.sn-article-extras {
  position: relative;
  left: 50%;
  width: min(1240px, calc(100vw - 40px));
  margin-top: 2.5rem;
  transform: translateX(-50%);
}

.sn-article-share {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--sn-rule);
  border-bottom: 1px solid var(--sn-rule);
}

.sn-article-share h2 {
  margin: 0;
  color: var(--sn-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.sn-article-share__actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

.sn-article-share button {
  min-height: 44px;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--sn-navy);
  border-radius: 2px;
  color: var(--sn-navy);
  background: #fff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 750;
  cursor: pointer;
}

.sn-article-share button:hover,
.sn-article-share button:focus-visible {
  color: #fff;
  background: var(--sn-navy);
}

.sn-article-share__status {
  max-width: 280px;
  color: var(--sn-muted);
  font-size: 0.78rem;
}

.sn-related-stories {
  margin-top: 2rem;
}

.sn-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.sn-related-grid > * {
  min-width: 0;
}

.sn-related-grid .sn-story-card {
  height: 100%;
}

.sn-article-newsletter {
  display: grid;
  margin-top: 2rem;
  padding: 1.4rem 1.5rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1.2fr);
  align-items: center;
  gap: 2rem;
  border: 1px solid #ded8cc;
  background: var(--sn-ivory);
}

.sn-article-newsletter h2 {
  margin: 0;
  color: var(--sn-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.sn-article-newsletter > div > p {
  margin: 0.35rem 0 0;
  color: var(--sn-muted);
  font-size: 0.85rem;
}

.sn-comments-wrap {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--sn-rule);
}

.sn-empty-state {
  padding: 6rem 0;
  text-align: center;
}

.sn-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.sn-archive-grid > * {
  min-width: 0;
}

.sn-archive-grid :where(h2, h3, p, a) {
  overflow-wrap: anywhere;
}

.wp-block-query-pagination {
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .sn-lead-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
  }

  .sn-latest {
    grid-column: 1 / -1;
    display: grid;
    padding: 1rem 0 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1rem;
    border-top: 1px solid var(--sn-rule);
    border-left: 0;
  }

  .sn-latest > h2 {
    grid-column: 1 / -1;
  }

  .sn-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sn-trending {
    --sn-trending-per-view: 2;
  }

  .sn-trending-slide {
    flex-basis: calc((100% - 0.8rem) / 2);
  }

  .sn-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sn-newsletter-band {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .sn-article-newsletter {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 760px) {
  :root {
    --sn-shell: min(100% - 28px, 1240px);
  }

  .sn-utility__links a:not(:last-child) {
    display: none;
  }

  .sn-masthead {
    min-height: 86px;
    grid-template-columns: 44px 1fr 44px;
  }

  .sn-menu-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: start;
  }

  .sn-brand__name {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .sn-brand p {
    font-size: 0.72rem;
  }

  .sn-brand .custom-logo {
    max-height: 60px;
  }

  .sn-masthead__subscribe {
    width: 44px;
    overflow: hidden;
    padding: 0;
    color: transparent;
    background: transparent;
  }

  .sn-masthead__subscribe::after {
    content: "✉";
    color: var(--sn-navy);
    font-size: 1.25rem;
  }

  .sn-primary-nav {
    display: none;
  }

  .sn-primary-nav.is-open {
    display: block;
    border-top: 1px solid var(--sn-rule);
  }

  .sn-primary-nav .sn-shell {
    display: grid;
    padding: 0.75rem 0;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    gap: 0;
  }

  .sn-primary-nav a {
    width: 100%;
    padding: 0.7rem;
  }

  .sn-breaking__inner {
    grid-template-columns: auto 1fr;
  }

  .sn-breaking time {
    display: none;
  }

  .sn-home {
    padding-top: 1rem;
  }

  .sn-section-heading--carousel {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
  }

  .sn-section-heading--carousel .sn-section-heading__rule {
    display: none;
  }

  .sn-lead-grid {
    display: block;
  }

  .sn-story-card--lead h3 {
    font-size: 2rem;
  }

  .sn-secondary-stories {
    margin-top: 1rem;
  }

  .sn-story-card--secondary {
    display: grid;
    grid-template-columns: 38% 1fr;
  }

  .sn-story-card--secondary .sn-story-card__image {
    height: 100%;
    aspect-ratio: auto;
  }

  .sn-latest {
    display: block;
    margin-top: 1.2rem;
  }

  .sn-archive-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sn-trending {
    --sn-trending-per-view: 1;
  }

  .sn-trending-slide {
    flex-basis: 100%;
  }

  .sn-story-card--compact {
    display: grid;
    grid-template-columns: 36% 1fr;
  }

  .sn-story-card--compact .sn-story-card__image {
    height: 100%;
    aspect-ratio: auto;
  }

  .sn-article-extras {
    width: calc(100vw - 28px);
  }

  .sn-article-share {
    align-items: flex-start;
    flex-direction: column;
  }

  .sn-article-share__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .sn-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sn-newsletter-band {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .sn-newsletter-form__row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sn-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .sn-trending-track {
    transition: none;
  }
}
