:root {
  color-scheme: dark;
  --bg: #090807;
  --panel: rgba(17, 15, 13, 0.9);
  --panel-soft: rgba(255, 255, 255, 0.055);
  --line: rgba(242, 201, 76, 0.24);
  --gold: #f2c94c;
  --ivory: #fff8dd;
  --muted: #c9c0ad;
  --dim: #8f8576;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.78)),
    url("images/448245.jpg") center / cover fixed,
    var(--bg);
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.84);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-logo {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.45));
}

.brand-title {
  display: block;
  overflow: hidden;
  color: var(--ivory);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-subtitle {
  display: block;
  margin-top: 0.22rem;
  color: var(--dim);
  font-size: 0.76rem;
  font-weight: 650;
}

.nav {
  display: grid;
  justify-content: end;
  align-items: start;
  gap: 0.15rem;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2rem;
}

.nav a {
  border-radius: 999px;
  color: #ddd5c6;
  font-size: 0.76rem;
  font-weight: 750;
  padding: 0.55rem 0.66rem;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"] {
  background: rgba(242, 201, 76, 0.12);
  color: var(--gold);
  outline: none;
}

@media (max-width: 1120px) {
  .nav {
    display: none;
  }
}

.page {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0 5rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 12ch;
  margin-top: 0.85rem;
  color: var(--ivory);
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  font-weight: 900;
  line-height: 0.98;
}

.lead {
  max-width: 46rem;
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.seal-card {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  padding: 1.2rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.seal-card img {
  width: min(18rem, 72vw);
  aspect-ratio: 1;
  object-fit: contain;
}

.text-seal {
  display: grid;
  place-items: center;
  width: min(18rem, 72vw);
  aspect-ratio: 1;
  border: 2px solid rgba(242, 201, 76, 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(242, 201, 76, 0.18), transparent 64%),
    rgba(0, 0, 0, 0.32);
  color: var(--ivory);
  font-size: clamp(2rem, 8vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: center;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.54fr) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.facts,
.article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
}

.facts {
  overflow: hidden;
}

.facts div {
  display: grid;
  gap: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.05rem 1.15rem;
}

.facts div:last-child {
  border-bottom: 0;
}

.facts span {
  color: var(--dim);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facts strong {
  color: var(--ivory);
  line-height: 1.35;
}

.article {
  padding: clamp(1.25rem, 3vw, 2rem);
}

h2 {
  color: var(--ivory);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.08;
}

.article p {
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.85;
}

.back-link {
  display: inline-flex;
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 850;
  padding: 0.8rem 1rem;
}

.officers-section {
  margin-top: 3rem;
}

.officers-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
}

.officers-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  padding: 1.2rem;
  text-align: center;
}

.officers-head h2 {
  color: #ff4b45;
  font-size: clamp(1.35rem, 3vw, 2rem);
  text-transform: uppercase;
}

.officers-head p {
  margin-top: 0.35rem;
  color: var(--gold);
  font-weight: 900;
}

.officers-table-wrap {
  overflow-x: auto;
}

.officers-table {
  width: 100%;
  min-width: 38rem;
  border-collapse: collapse;
}

.officers-table th,
.officers-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.72rem 0.9rem;
  text-align: left;
  vertical-align: top;
}

.officers-table tr:last-child th,
.officers-table tr:last-child td {
  border-bottom: 0;
}

.officers-table th {
  width: 34%;
  color: #ff4b45;
  font-size: 0.86rem;
  font-weight: 900;
}

.officers-table td {
  color: #ff5b55;
  font-size: 0.86rem;
  font-weight: 850;
}

.officers-card.purple .officers-head h2,
.officers-card.purple .officers-table th,
.officers-card.purple .officers-table td {
  color: #a95cff;
}

.officers-card.white .officers-head h2,
.officers-card.white .officers-table th,
.officers-card.white .officers-table td {
  color: #ffffff;
}

.officers-card.green .officers-head h2,
.officers-card.green .officers-table th,
.officers-card.green .officers-table td {
  color: #78b34b;
}

.officers-card.red .officers-head h2,
.officers-card.red .officers-table th,
.officers-card.red .officers-table td {
  color: #ff3a32;
}

.officers-card.blue .officers-head h2,
.officers-card.blue .officers-table th,
.officers-card.blue .officers-table td {
  color: #5f97e5;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .seal-card {
    max-width: 24rem;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 3.25rem;
    height: 3.25rem;
  }

  .brand-subtitle {
    display: none;
  }
}
