:root {
  --gomel-navy: #2F3038;
  --power-red: #B94E0B;
  --ice-white: #FFFFFF;
  --steel-grey: #26323A;
  --trophy-gold: #F27A3D;
  --rink: #E7E2DA;
  --line: #D8D0C5;
}

body {
  color: #26323A;
  background-color: #E7E2DA;
  background:
    linear-gradient(rgba(47,48,56,.18), rgba(47,48,56,.18)),
    url("/assets/images/homepage-original.png") center top / cover fixed;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.container {
  max-width: 1200px;
}

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

.site-header {
  background: #2F3038;
  border-color: #2F3038;
  box-shadow: 0 10px 30px rgba(47, 48, 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: #F27A3D;
  border-color: #F27A3D;
}

.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-color: #B94E0B;
  background:
    linear-gradient(120deg, rgba(47, 48, 56, .94) 0%, rgba(75, 76, 84, .9) 58%, rgba(185, 78, 11, .9) 100%),
    url("/assets/images/img_0715501bb714.png") center / cover;
  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);
}

.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;
}

.content-band > .container,
.article-shell > .container,
.listing-shell > .container,
.breadcrumb-wrap > .container {
  background-color: #FFFFFF;
  background-image: linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96));
  border: 1px solid rgba(216,208,197,.85);
  box-shadow: 0 24px 60px rgba(47,48,56,.16);
  padding: clamp(1rem, 2vw, 2rem);
}

.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: #FFFFFF;
  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-color: #FFFFFF;
  border-color: #E7E2DA;
  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;
  }
}

/* Remediation: Bootstrap collapse styles are not guaranteed in the static build. */
.site-header.navbar {
  min-height: 0;
  padding: 0.45rem 0;
}

.site-header > .container {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 0;
}

.site-header .navbar-brand {
  flex: 0 0 auto;
  font-size: 1.1rem;
  line-height: 1;
  margin-right: 0;
}

.site-header .brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  font-size: 0.82rem;
}

.site-header .navbar-toggler {
  display: none;
}

.site-header .navbar-collapse,
.site-header .collapse:not(.show) {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  min-width: 0;
}

.site-header .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
  max-height: 46px;
  overflow-x: auto;
  overflow-y: visible;
}

.site-header .nav-item {
  flex: 0 0 auto;
}

.site-header .nav-link {
  padding: 0.45rem 0.55rem;
  font-size: 0.72rem;
  line-height: 1.1;
  white-space: nowrap;
}

.site-header .dropdown-menu {
  max-height: 52vh;
  overflow-y: auto;
}
