/* BOA program content pages (hub + monthly archives) */

body.got-boa-page {
  padding-bottom: 48px;
}

.boa-main {
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.boa-hero {
  text-align: center;
  margin-bottom: 32px;
}

.boa-hero-logo {
  max-width: min(420px, 100%);
  height: auto;
  margin: 0 auto 20px;
  display: block;
  border-radius: 4px;
}

.boa-hero h1 {
  font-family: var(--display);
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-bright);
  margin: 0 0 8px;
}

.boa-hero .boa-tagline {
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

.boa-section {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 20px;
}

.boa-section h2 {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-bright);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.boa-section h3 {
  font-family: var(--display);
  font-size: 0.95rem;
  color: var(--gold);
  margin: 20px 0 10px;
  letter-spacing: 0.04em;
}

.boa-section p,
.boa-section li {
  color: var(--text);
  line-height: 1.65;
  font-size: 0.92rem;
}

.boa-section ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

.boa-section a {
  color: var(--link);
}

.boa-section img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid var(--border);
  margin: 12px auto;
  display: block;
}

.boa-hero-logo {
  max-width: min(420px, 100%);
  max-height: none;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  border-radius: 4px;
}

.boa-step-num {
  display: inline-block;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.boa-callout {
  background: var(--gold-dim);
  border: 1px solid rgba(196, 160, 53, 0.35);
  border-radius: 4px;
  padding: 12px 14px;
  margin: 16px 0;
  color: var(--text);
  font-size: 0.88rem;
}

.boa-hof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.boa-hof-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.15s;
}

.boa-hof-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.boa-hof-card img {
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
}

.boa-hof-card-body {
  padding: 12px;
  font-size: 0.85rem;
}

.boa-hof-card-body strong {
  color: var(--accent-bright);
  display: block;
  margin-bottom: 4px;
}

.boa-hof-header {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .boa-hof-header { grid-template-columns: 1fr; }
}

.boa-hof-header img {
  max-width: 120px;
  margin: 0;
}

.boa-archive-hero img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.3);
}

.boa-archive-title {
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--gold);
  margin: 16px 0 8px;
  letter-spacing: 0.04em;
}

.boa-archive-meta {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 16px;
}

.boa-archive-meta a {
  color: var(--link);
  margin-right: 12px;
}

.boa-archive-block {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.boa-footer-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.boa-discord-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background: var(--discord);
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.88rem;
}

.boa-discord-btn:hover {
  filter: brightness(1.08);
}

.boa-back-bar {
  margin-bottom: 20px;
}

.boa-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
  background: linear-gradient(180deg, var(--panel-raised) 0%, rgba(26, 30, 22, 0.95) 100%);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.15s, color 0.15s, transform 0.1s, box-shadow 0.1s;
}

.boa-back-btn:hover {
  border-color: var(--accent);
  color: var(--accent-bright);
}

.boa-back-btn:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.boa-back-btn-icon {
  font-size: 1rem;
  line-height: 1;
  opacity: 0.85;
}

@media (max-width: 640px) {
  .boa-main { padding: 16px 12px 40px; }
  .boa-section { padding: 18px 14px; }
  .boa-hero h1 { font-size: 1.35rem; }
  .boa-archive-title { font-size: 1.15rem; }
  .boa-hof-grid { grid-template-columns: 1fr; }
  .boa-back-btn { width: 100%; justify-content: center; }
}
