:root {
  --gomel-navy: #1A2238;
  --power-red: #D92D2A;
  --ice-white: #FFFFFF;
  --steel-grey: #4A5568;
  --trophy-gold: #E2B34A;
  --rink: #F4F7FB;
  --line: #D9E2EF;
}

body {
  color: var(--gomel-navy);
  background: var(--rink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.eyebrow,
.footer-heading {
  font-family: "Barlow Condensed", Arial, sans-serif;
  letter-spacing: 0;
}

.site-header {
  background: var(--gomel-navy);
  box-shadow: 0 10px 30px rgba(26, 34, 56, .22);
}

.navbar-brand {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  text-transform: uppercase;
}

.navbar-brand:hover,
.site-header .nav-link,
.site-header .dropdown-item:hover {
  color: #fff;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--power-red);
  border-radius: 8px;
  font-size: 1rem;
}

.navbar-toggler {
  background: #fff;
}

.site-header .nav-link {
  font-size: .86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header .nav-link:hover {
  color: var(--trophy-gold);
}

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(26, 34, 56, .18);
}

.hero-section {
  color: #fff;
  background: linear-gradient(120deg, var(--gomel-navy) 0%, #263552 58%, var(--power-red) 100%);
  padding: 76px 0 56px;
}

.hero-section h1,
.site-article h1,
.section-heading h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: .98;
  text-transform: uppercase;
}

.hero-lead,
.section-heading p,
.article-summary {
  color: var(--steel-grey);
  font-size: 1.05rem;
}

.hero-section .hero-lead {
  color: rgba(255, 255, 255, .82);
}

.hero-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}

.section-image {
  display: block;
  width: min(100%, 760px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 2rem auto;
  border: 1px solid #1A1A1A;
  box-shadow: 10px 10px 0 #39FF14;
}

.eyebrow {
  color: var(--power-red);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: var(--trophy-gold);
}

.content-band,
.article-shell,
.listing-shell {
  padding: 56px 0;
}

.site-prose {
  max-width: 100%;
}

.site-prose h2,
.site-prose h3,
.content-heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.site-block {
  margin-bottom: 1.25rem;
}

.site-block--paragraph a,
.site-prose a,
.site-list a,
.post-card a,
.minimal-card a {
  color: var(--power-red);
  text-decoration: none;
}

.site-block--paragraph a:hover,
.site-prose a:hover,
.site-list a:hover,
.post-card a:hover,
.minimal-card a:hover {
  color: var(--gomel-navy);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.site-figure img,
.gallery-grid img,
.post-card img,
.site-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.site-figure {
  background: #fff;
  padding: .75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-figure figcaption,
.gallery-grid figcaption {
  color: var(--steel-grey);
  font-size: .88rem;
  margin-top: .5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.site-sidebar,
.toc-box {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--power-red);
  border-radius: 8px;
  padding: 1.25rem;
}

.site-sidebar h2,
.toc-box h2 {
  color: var(--gomel-navy);
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-sidebar li + li {
  margin-top: .45rem;
}

.site-sidebar a {
  color: var(--gomel-navy);
  text-decoration: none;
}

.post-card,
.minimal-card,
.site-article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.post-card,
.minimal-card {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.post-card:hover,
.minimal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(26, 34, 56, .12);
}

.post-card .card-body,
.minimal-card {
  padding: 1.25rem;
}

.minimal-card {
  border-left: 5px solid var(--power-red);
}

.site-article {
  padding: clamp(1rem, 3vw, 2rem);
}

.read-more,
.footer-cta {
  font-weight: 800;
}

.article-meta {
  color: var(--steel-grey);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}

.article-summary {
  border-left: 4px solid var(--power-red);
  padding-left: 1rem;
}

.article-main-image {
  max-width: 33%;
  margin: 0 0 1rem 1.5rem;
  border-radius: 8px;
}

.toc-box a {
  display: block;
  color: var(--power-red);
  margin-top: .45rem;
}

.source-link-matrix {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.source-link-matrix h2 {
  color: var(--gomel-navy);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.source-link-matrix ul {
  columns: 3;
  list-style: none;
  padding: 0;
  margin: 0;
}

.source-link-matrix li {
  break-inside: avoid;
  margin-bottom: .35rem;
}

.source-link-matrix a {
  color: var(--steel-grey);
  font-size: .92rem;
  text-decoration: none;
}

.source-link-matrix a:hover {
  color: var(--power-red);
  text-decoration: underline;
}

.breadcrumb-wrap {
  padding-top: 1.25rem;
}

.site-footer {
  background: var(--gomel-navy);
  color: #ffffff;
  padding: 48px 0;
}

.footer-brand {
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-copy,
.footer-links a {
  color: rgba(255, 255, 255, .74);
}

.footer-heading {
  color: #ffffff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.footer-links a,
.footer-cta {
  text-decoration: none;
}

.footer-links a:hover,
.footer-cta:hover {
  color: var(--trophy-gold);
}

.match-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 1.5rem;
}

.match-tile {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 1rem;
}

@media (max-width: 767px) {
  .content-band,
  .article-shell,
  .listing-shell {
    padding: 40px 0;
  }

  .article-main-image {
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem;
  }

  .source-link-matrix ul {
    columns: 1;
  }
}

@media print {
  .site-header,
  .site-footer,
  .site-sidebar {
    display: none;
  }
}

:root {
  --gomel-navy: #1A1A1A;
  --power-red: #39FF14;
  --ice-white: #F9F9F9;
  --steel-grey: #606060;
  --trophy-gold: #39FF14;
  --rink: #F9F9F9;
  --line: #E0E0E0;
}

body {
  color: #1A1A1A;
  background: #F9F9F9;
  font-family: "Work Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.eyebrow,
.footer-heading {
  font-family: "Syncopate", Arial, sans-serif;
  letter-spacing: 0;
}

.site-header {
  background: rgba(249, 249, 249, .96);
  border-bottom: 1px solid #E0E0E0;
  box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover,
.site-header .nav-link {
  color: #1A1A1A;
}

.brand-mark {
  color: #1A1A1A;
  background: #39FF14;
  border-radius: 2px;
}

.site-header .nav-link {
  font-size: .78rem;
  font-weight: 700;
}

.site-header .nav-link:hover {
  color: #1A1A1A;
  background: #39FF14;
}

.hero-section {
  color: #1A1A1A;
  background: #F9F9F9;
  border-bottom: 1px solid #E0E0E0;
  padding: 72px 0 64px;
}

.hero-section h1,
.site-article h1,
.section-heading h1 {
  color: #1A1A1A;
  font-size: clamp(2.15rem, 4.8vw, 4.6rem);
}

.hero-section .eyebrow,
.eyebrow {
  color: #1A1A1A;
}

.hero-lead,
.section-heading p,
.article-summary {
  color: #606060;
}

.hero-section .hero-lead {
  color: #3d3d3d;
}

.hero-image {
  aspect-ratio: 4 / 5;
  border: 1px solid #1A1A1A;
  border-radius: 0;
  box-shadow: 16px 16px 0 #39FF14;
}

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

.match-tile {
  color: #1A1A1A;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 0;
}

.match-tile strong {
  font-family: "Syncopate", Arial, sans-serif;
  font-size: .8rem;
}

.content-band,
.listing-shell,
.article-shell {
  background: #F9F9F9;
}

.editorial-prose,
.listing-prose,
.site-article {
  max-width: 1040px;
  margin: 0 auto;
}

.site-prose table {
  background: #FFFFFF;
}

.site-prose img,
.gallery-grid img,
.post-card img {
  border-radius: 0;
}

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.site-figure,
.site-sidebar,
.toc-box,
.post-card,
.minimal-card,
.site-article {
  border-radius: 0;
  box-shadow: none;
}

.site-sidebar,
.toc-box {
  border-top-color: #39FF14;
}

.site-block--paragraph a,
.site-prose a,
.site-list a,
.post-card a,
.minimal-card a,
.toc-box a {
  color: #1A1A1A;
  text-decoration: underline;
  text-decoration-color: #39FF14;
  text-decoration-thickness: .18em;
  text-underline-offset: .22em;
}

.site-block--paragraph a:hover,
.site-prose a:hover,
.site-list a:hover,
.post-card a:hover,
.minimal-card a:hover {
  color: #000000;
  background: #39FF14;
}

.source-link-matrix {
  border-top-color: #E0E0E0;
}

.source-link-matrix a {
  color: #606060;
}

.source-link-matrix a:hover {
  color: #1A1A1A;
}

.site-footer {
  background: #1A1A1A;
  color: #F9F9F9;
}

.footer-brand,
.footer-heading {
  color: #F9F9F9;
}

.footer-links a:hover,
.footer-cta:hover {
  color: #39FF14;
}

@media (max-width: 767px) {
  .match-strip {
    grid-template-columns: 1fr;
  }

  .hero-image {
    box-shadow: 8px 8px 0 #39FF14;
  }
}
