:root {
  --bva-bg: #120f10;
  --bva-bg-soft: #181314;
  --bva-surface: rgba(22, 18, 19, 0.92);
  --bva-surface-strong: #20191a;
  --bva-panel: rgba(33, 26, 27, 0.94);
  --bva-card: rgba(28, 22, 22, 0.92);
  --bva-gold: #c9973d;
  --bva-rust: #8a4730;
  --bva-text: #f3e9d8;
  --bva-muted: #b9ab96;
  --bva-line: rgba(94, 98, 91, 0.48);
  --bva-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  --bva-radius: 1.2rem;
}

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

html {
  scroll-behavior: smooth;
}

body.bva-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(201, 151, 61, 0.18), transparent 28%),
    radial-gradient(circle at top left, rgba(138, 71, 48, 0.18), transparent 24%),
    linear-gradient(180deg, #120f10 0%, #161112 46%, #120f10 100%);
  color: var(--bva-text);
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.72;
}

a {
  color: var(--bva-text);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

a:hover,
a:focus {
  color: var(--bva-gold);
}

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

.container-xl {
  max-width: 74rem;
}

.bva-header {
  background: rgba(18, 15, 16, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201, 151, 61, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.bva-header .navbar {
  min-height: 5.75rem;
}

.bva-brand {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  padding: 0.85rem 0;
}

.bva-brand__name {
  color: var(--bva-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}

.bva-brand__line {
  color: var(--bva-gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.bva-header .nav-link,
.bva-dropdown-menu .dropdown-item {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bva-header .nav-link {
  color: var(--bva-text);
  opacity: 0.82;
  padding: 0.85rem 0.9rem !important;
}

.bva-header .nav-link.active,
.bva-header .nav-link:hover,
.bva-header .nav-link:focus {
  color: var(--bva-gold);
  opacity: 1;
}

.bva-navbar-toggler {
  border-color: rgba(201, 151, 61, 0.35);
}

.bva-dropdown-menu {
  background: rgba(22, 18, 19, 0.96);
  border: 1px solid rgba(201, 151, 61, 0.24);
  border-radius: 0.9rem;
  box-shadow: var(--bva-shadow);
}

.bva-dropdown-menu .dropdown-item {
  color: var(--bva-text);
  padding: 0.7rem 1rem;
}

.bva-dropdown-menu .dropdown-item:hover,
.bva-dropdown-menu .dropdown-item:focus {
  background: rgba(201, 151, 61, 0.08);
  color: var(--bva-gold);
}

.bva-main {
  position: relative;
  z-index: 1;
}

.bva-hero,
.bva-page-banner {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(12, 9, 10, 0.36), rgba(12, 9, 10, 0.88)),
    linear-gradient(135deg, rgba(12, 9, 10, 0.9), rgba(138, 71, 48, 0.28)),
    var(--bva-hero-image) center/cover no-repeat;
}

.bva-hero::after,
.bva-page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(201, 151, 61, 0.14), transparent 46%);
  pointer-events: none;
}

.bva-hero__inner,
.bva-page-banner__inner {
  position: relative;
  z-index: 1;
}

.bva-hero {
  min-height: clamp(30rem, 82vh, 46rem);
}

.bva-hero__inner {
  padding: 8rem 0 6rem;
}

.bva-page-banner__inner {
  padding: 5.8rem 0 4rem;
}

.bva-display,
.bva-page-title,
.bva-heading {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 600;
  line-height: 0.96;
}

.bva-display {
  margin: 0 0 1rem;
  font-size: clamp(3.1rem, 8vw, 6rem);
  max-width: 42rem;
}

.bva-page-title {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
}

.bva-heading {
  margin: 0 0 1rem;
  color: var(--bva-text);
}

.bva-heading.level-2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.bva-heading.level-3 {
  font-size: clamp(1.45rem, 3vw, 1.95rem);
}

.bva-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: var(--bva-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.bva-kicker::before,
.bva-kicker::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(201, 151, 61, 0.55);
}

.bva-lead {
  max-width: 36rem;
  margin: 0 0 2rem;
  color: rgba(243, 233, 216, 0.88);
  font-size: 1.15rem;
}

.bva-btn {
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 0.95rem 1.4rem;
  text-transform: uppercase;
}

.bva-btn--primary {
  background: var(--bva-gold);
  border: 1px solid var(--bva-gold);
  color: #1a1311;
}

.bva-btn--primary:hover,
.bva-btn--primary:focus {
  background: #d6aa5c;
  color: #1a1311;
}

.bva-btn--ghost {
  border: 1px solid rgba(243, 233, 216, 0.4);
  color: var(--bva-text);
}

.bva-btn--ghost:hover,
.bva-btn--ghost:focus {
  border-color: var(--bva-gold);
  color: var(--bva-gold);
}

.bva-section {
  padding: 5rem 0;
}

.bva-section--lift {
  margin-top: -4rem;
  position: relative;
  z-index: 2;
}

.bva-panel,
.bva-sidebar-card,
.bva-feature-card,
.bva-content-card,
.bva-toc,
.bva-category-card {
  border: 1px solid rgba(201, 151, 61, 0.14);
  border-radius: var(--bva-radius);
  background:
    linear-gradient(180deg, rgba(32, 25, 26, 0.96), rgba(18, 15, 16, 0.98)),
    var(--bva-panel);
  box-shadow: var(--bva-shadow);
}

.bva-panel,
.bva-sidebar-card,
.bva-content-card,
.bva-toc {
  padding: 1.7rem;
}

.bva-panel--story {
  padding: 1.9rem;
}

.bva-panel--article,
.bva-panel--media,
.bva-panel--form {
  padding: 2rem;
}

.bva-copy,
.bva-rich-text {
  margin: 0 0 1.15rem;
  color: rgba(243, 233, 216, 0.9);
  font-size: 1.05rem;
}

.bva-copy--compact {
  font-size: 1rem;
}

.bva-copy--lead {
  margin-bottom: 0;
  font-size: 1.12rem;
}

.bva-figure {
  margin: 0 0 1.5rem;
}

.bva-figure img {
  width: 100%;
  border-radius: calc(var(--bva-radius) - 0.35rem);
  object-fit: cover;
}

.bva-figure figcaption {
  margin-top: 0.6rem;
  color: var(--bva-muted);
  font-size: 0.92rem;
}

.bva-feature-card {
  position: relative;
  display: block;
  min-height: 16rem;
  overflow: hidden;
}

.bva-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 15, 16, 0.1), rgba(18, 15, 16, 0.78));
}

.bva-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.bva-feature-card:hover img,
.bva-feature-card:focus img {
  transform: scale(1.06);
}

.bva-feature-card__label {
  position: absolute;
  left: 1.4rem;
  bottom: 1.2rem;
  z-index: 1;
  color: var(--bva-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.95;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.bva-breadcrumbs {
  margin-bottom: 1.5rem;
}

.bva-breadcrumbs .breadcrumb-item,
.bva-breadcrumbs .breadcrumb-item a,
.bva-breadcrumbs .breadcrumb-item span {
  color: var(--bva-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bva-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(243, 233, 216, 0.35);
}

.bva-list {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}

.bva-list li {
  margin-bottom: 0.5rem;
}

.bva-list--compact {
  margin-bottom: 0;
}

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

.bva-gallery-grid.is-compact {
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}

.bva-table-shell {
  margin: 0 0 1.5rem;
  border: 1px solid rgba(201, 151, 61, 0.14);
  border-radius: calc(var(--bva-radius) - 0.25rem);
  overflow: hidden;
}

.bva-table-shell table {
  margin: 0;
  color: var(--bva-text);
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
  --bs-table-border-color: rgba(243, 233, 216, 0.08);
}

.bva-table-shell td,
.bva-table-shell th {
  padding: 1rem;
  vertical-align: top;
}

.bva-table-shell tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.015);
}

.bva-stack-group {
  display: grid;
  gap: 0.9rem;
}

.bva-embed {
  margin: 0 0 1.5rem;
  overflow: hidden;
  border-radius: calc(var(--bva-radius) - 0.25rem);
}

.bva-quote {
  margin: 0 0 1.5rem;
  padding: 1.35rem 1.5rem;
  border-left: 3px solid var(--bva-gold);
  background: rgba(255, 255, 255, 0.03);
  color: var(--bva-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.6rem;
}

.bva-code {
  margin: 0 0 1.5rem;
  padding: 1rem 1.2rem;
  border-radius: calc(var(--bva-radius) - 0.35rem);
  background: rgba(9, 7, 8, 0.75);
  color: #f9f4ea;
}

.bva-separator {
  margin: 2rem 0;
  border-color: rgba(201, 151, 61, 0.24);
  opacity: 1;
}

.bva-mini-card {
  margin: 0 0 1.5rem;
  padding: 1.25rem;
  border-radius: calc(var(--bva-radius) - 0.35rem);
  background: rgba(255, 255, 255, 0.03);
}

.bva-mini-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.65rem;
}

.bva-sidebar-stack {
  display: grid;
  gap: 1rem;
}

.bva-sidebar-card--image {
  overflow: hidden;
  padding: 0;
}

.bva-sidebar-card--image img {
  width: 100%;
  min-height: 14rem;
  object-fit: cover;
}

.bva-sidebar-nav li + li {
  margin-top: 0.7rem;
}

.bva-sidebar-nav a,
.bva-social-links a,
.bva-footer__nav a {
  color: var(--bva-text);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bva-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

.bva-content-card {
  height: 100%;
}

.bva-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bva-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bva-main-image {
  width: min(100%, 22rem);
}

.bva-toc {
  margin-bottom: 1.5rem;
}

.bva-toc ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.bva-toc li + li {
  margin-top: 0.55rem;
}

.bva-toc a {
  color: var(--bva-muted);
  font-size: 0.92rem;
}

.bva-toc a:hover,
.bva-toc a:focus {
  color: var(--bva-gold);
}

.bva-category-grid {
  display: grid;
  gap: 1.2rem;
}

.bva-category-card {
  display: grid;
  gap: 1rem;
  overflow: hidden;
}

.bva-category-card.is-horizontal {
  grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
}

.bva-category-card.is-minimal {
  padding: 1.5rem;
}

.bva-category-card img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
}

.bva-category-card__body {
  padding: 1.45rem;
}

.bva-category-card__title {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
}

.bva-footer {
  padding: 2rem 0 2.5rem;
  background: rgba(10, 8, 9, 0.94);
  border-top: 1px solid rgba(201, 151, 61, 0.14);
}

.bva-footer__brand {
  color: var(--bva-gold);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.bva-footer__meta {
  color: var(--bva-muted);
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bva-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}

@media (max-width: 991.98px) {
  .bva-header .navbar-collapse {
    padding: 0 0 1rem;
  }

  .bva-feature-card {
    min-height: 13rem;
  }

  .bva-category-card.is-horizontal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .bva-hero__inner {
    padding: 7rem 0 4.5rem;
  }

  .bva-page-banner__inner,
  .bva-section {
    padding: 4rem 0;
  }

  .bva-section--lift {
    margin-top: -2.25rem;
  }

  .bva-panel,
  .bva-sidebar-card,
  .bva-content-card,
  .bva-toc {
    padding: 1.25rem;
  }

  .bva-panel--article,
  .bva-panel--media,
  .bva-panel--form {
    padding: 1.4rem;
  }

  .bva-feature-card__label {
    font-size: 1.6rem;
  }

  .bva-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  }
}
