:root {
  --bh-bg: #090403;
  --bh-bg-soft: #130704;
  --bh-surface: rgba(64, 26, 7, 0.62);
  --bh-surface-2: rgba(117, 58, 15, 0.45);
  --bh-line: rgba(255, 179, 71, 0.22);
  --bh-line-strong: rgba(255, 191, 96, 0.42);
  --bh-text: #f7efe7;
  --bh-muted: #cfbda9;
  --bh-gold: #f3b04c;
  --bh-gold-deep: #cb7a1f;
  --bh-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  --bh-radius: 24px;
  --bh-radius-sm: 16px;
  --bh-max: 1220px;
}

body {
  background:
    radial-gradient(circle at 20% 10%, rgba(176, 88, 20, 0.18), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(255, 160, 54, 0.16), transparent 28%),
    radial-gradient(circle at 50% 80%, rgba(121, 54, 13, 0.14), transparent 34%),
    linear-gradient(180deg, #050202 0%, #100503 54%, #070202 100%);
  color: var(--bh-text);
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 162, 66, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 162, 66, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
}

.bronze-hawk-page,
.bronze-hawk-page p,
.bronze-hawk-page li,
.bronze-hawk-page span,
.bronze-hawk-page a,
.bronze-hawk-page h1,
.bronze-hawk-page h2,
.bronze-hawk-page h3 {
  font-family: inherit;
}

.bh-shell {
  width: min(calc(100% - 40px), var(--bh-max));
  margin: 0 auto;
}

.bh-section {
  padding: 78px 0;
  position: relative;
  z-index: 1;
}

.bh-section--tight {
  padding-top: 12px;
  padding-bottom: 34px;
}

.bh-section--band {
  padding-top: 36px;
  padding-bottom: 36px;
}

.bh-section--cta {
  padding-top: 40px;
  padding-bottom: 90px;
}

.bh-topbar {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 176, 76, 0.1);
  background: rgba(5, 2, 2, 0.66);
  backdrop-filter: blur(10px);
}

.bh-topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  color: var(--bh-muted);
  font-size: 14px;
}

.bh-hero {
  padding-top: 56px;
  padding-bottom: 38px;
}

.bh-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.bh-pill,
.bh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--bh-line-strong);
  border-radius: 999px;
  color: #ffe1b1;
  background: rgba(128, 54, 9, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 8px 30px rgba(0,0,0,0.18);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bh-hero h1,
.bh-section-heading h2,
.bh-band h2,
.bh-cta h2 {
  color: var(--bh-text);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.bh-hero h1 {
  font-size: clamp(42px, 7vw, 76px);
  margin: 18px 0 18px;
}

.bh-hero p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--bh-muted);
  max-width: 680px;
  margin: 0;
}

.bh-hero__actions,
.bh-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.bh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bh-btn:hover {
  transform: translateY(-2px);
}

.bh-btn--primary {
  color: #1b0b03;
  background: linear-gradient(135deg, #ffcf86 0%, #f3b04c 52%, #b66419 100%);
  box-shadow: 0 18px 30px rgba(182, 100, 25, 0.26);
}

.bh-btn--ghost {
  color: #ffe5c0;
  border: 1px solid var(--bh-line-strong);
  background: rgba(71, 28, 7, 0.35);
}

.bh-inline-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding: 0;
  margin: 26px 0 0;
  color: #e9d1b1;
}

.bh-inline-points li {
  position: relative;
  padding-left: 18px;
}

.bh-inline-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd188, #d3802b);
  box-shadow: 0 0 16px rgba(243, 176, 76, 0.75);
}

.bh-logo-card {
  position: relative;
  border-radius: 32px;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 181, 84, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(80, 30, 8, 0.3), rgba(23, 8, 4, 0.72));
  border: 1px solid var(--bh-line);
  box-shadow: var(--bh-shadow), inset 0 0 0 1px rgba(255,255,255,0.02);
  overflow: hidden;
}

.bh-logo-card:before,
.bh-logo-card:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.5;
}

.bh-logo-card:before {
  width: 180px;
  height: 180px;
  background: rgba(255, 171, 65, 0.18);
  top: -40px;
  right: -30px;
}

.bh-logo-card:after {
  width: 120px;
  height: 120px;
  background: rgba(154, 72, 18, 0.18);
  left: -24px;
  bottom: -24px;
}

.bh-logo-card img {
  position: relative;
  display: block;
  width: min(100%, 570px);
  margin: 0 auto;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.45));
}

.bh-stats__grid,
.bh-card-grid {
  display: grid;
  gap: 22px;
}

.bh-stats__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: linear-gradient(180deg, rgba(182, 107, 34, 0.9), rgba(136, 73, 17, 0.95));
  border: 1px solid rgba(255, 213, 157, 0.18);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(48, 20, 5, 0.28);
}

.bh-stat {
  padding: 18px 8px;
  text-align: center;
}

.bh-stat strong {
  display: block;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1;
  color: #fff4e3;
  margin-bottom: 10px;
}

.bh-stat span {
  display: block;
  color: rgba(255, 244, 227, 0.86);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.bh-section-heading {
  max-width: 780px;
  text-align: center;
  margin: 0 auto 34px;
}

.bh-section-heading .bh-kicker,
.bh-band .bh-kicker,
.bh-cta .bh-kicker {
  margin-bottom: 16px;
}

.bh-section-heading h2,
.bh-band h2,
.bh-cta h2 {
  font-size: clamp(32px, 5vw, 52px);
  margin: 0 0 12px;
}

.bh-section-heading p,
.bh-band p,
.bh-cta p {
  color: var(--bh-muted);
  line-height: 1.7;
  margin: 0;
}

.bh-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bh-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bh-card,
.bh-case,
.bh-cta,
.bh-band {
  border: 1px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background:
    linear-gradient(180deg, rgba(58, 22, 6, 0.72), rgba(17, 7, 4, 0.88));
  box-shadow: var(--bh-shadow);
}

.bh-card {
  padding: 30px 24px;
}

.bh-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  color: #fff0d4;
  background: linear-gradient(135deg, rgba(255, 198, 114, 0.2), rgba(133, 61, 14, 0.45));
  border: 1px solid rgba(255, 191, 96, 0.22);
}

.bh-card h3,
.bh-case__body h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #fff5e8;
}

.bh-card p,
.bh-case__body p {
  margin: 0;
  color: var(--bh-muted);
  line-height: 1.7;
}

.bh-band {
  padding: 32px 34px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.bh-case {
  overflow: hidden;
}

.bh-case__media {
  min-height: 210px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 181, 80, 0.4), transparent 26%),
    linear-gradient(135deg, rgba(255, 173, 70, 0.28), rgba(58, 20, 6, 0.92)),
    linear-gradient(180deg, #6f360e 0%, #1b0904 100%);
  border-bottom: 1px solid var(--bh-line);
}

.bh-case__body {
  padding: 24px 24px 28px;
}

.bh-case__badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 197, 118, 0.12);
  border: 1px solid rgba(255, 197, 118, 0.25);
  color: #ffe5be;
  font-weight: 700;
  margin-bottom: 16px;
}

.bh-case__body a {
  display: inline-block;
  margin-top: 18px;
  color: #ffcf86;
  text-decoration: none;
  font-weight: 700;
}

.bh-cta {
  padding: 34px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}

@media (max-width: 1100px) {
  .bh-hero__grid,
  .bh-band,
  .bh-cta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .bh-card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-card-grid--3 {
    grid-template-columns: 1fr;
  }

  .bh-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bh-topbar__inner {
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
    text-align: center;
  }

  .bh-section {
    padding: 58px 0;
  }

  .bh-card-grid--4,
  .bh-stats__grid {
    grid-template-columns: 1fr;
  }

  .bh-logo-card {
    padding: 18px;
  }

  .bh-cta {
    padding: 28px 22px;
  }
}
