.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10001;
  padding: 10px 15px;
  border-radius: 3px;
  background: #fff;
  color: #0f1a0f;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}
.skip-link:focus {
  transform: translateY(0);
}

.hero.br-hero {
  padding: 0;
  min-height: min(86vh, 920px);
  background: #0f1a0f;
}
.hero.br-hero::before,
.hero.br-hero::after,
.hero.br-hero .hero-pattern {
  display: none;
}
.br-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 0;
  align-items: stretch;
  min-height: inherit;
  max-width: none;
  padding: 0;
}
.br-hero .hero-left {
  padding: clamp(72px, 10vw, 120px) clamp(28px, 5vw, 72px);
  max-width: 760px;
  margin-left: auto;
}
.br-hero-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #142318;
}
.br-hero-figure img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 70% center;
}
.br-hero-figure figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: min(360px, calc(100% - 24px));
  padding: 10px 12px;
  border: 1px solid rgba(225, 200, 146, 0.28);
  background: rgba(15, 26, 15, 0.72);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  line-height: 1.5;
}
.br-hero-figure figcaption a {
  color: #e1c892;
  font-weight: 700;
  text-underline-offset: 3px;
}

.br-gallery {
  padding: 72px 0;
  background: #f5f0e8;
  border-block: 1px solid rgba(201, 169, 110, 0.16);
}
.br-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}
.br-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(30, 51, 40, 0.1);
}
.br-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.br-gallery figcaption {
  padding: 14px 16px 16px;
  color: #3a3a35;
  font-size: 0.82rem;
  line-height: 1.55;
}
.br-gallery figcaption a {
  color: #1e3328;
  font-weight: 700;
  text-underline-offset: 3px;
}

.br-review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  margin-bottom: 28px;
}
.br-review-links a {
  color: #e1c892;
  font-weight: 600;
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .hero.br-hero,
  .br-hero-grid {
    min-height: 0;
  }
  .br-hero-grid {
    grid-template-columns: 1fr;
  }
  .br-hero-figure {
    order: -1;
  }
  .br-hero-figure img {
    min-height: 280px;
    max-height: 420px;
  }
  .br-gallery-grid {
    grid-template-columns: 1fr;
  }
}
.page-toc {
  position: sticky;
  top: var(--nav-height, 112px);
  z-index: 100;
}
.page-toc,
.page-toc > div,
.stats-grid,
.stat-card,
.intro-sidebar,
.container,
.br-hero-grid,
.br-gallery-grid,
.container [style*="overflow-x"] {
  min-width: 0;
  max-width: 100%;
}
.page-toc > div {
  overflow-x: auto;
}
.reveal-left,
.reveal-right {
  transform: translateY(32px);
}

@media (max-width: 720px) {
  .br-hero .hero-left {
    padding: 56px 20px 36px;
  }
  .page-toc {
    position: static;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .stat-card {
    padding: 18px 8px;
  }
  .stat-number {
    font-size: 28px;
  }
  .intro-sidebar {
    padding: 24px 18px;
  }
}
