/* Business Identity (WO-105) */

.bi-body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: #1c1917;
  background:
    radial-gradient(ellipse 50% 30% at 80% 0%, rgba(180, 120, 40, 0.10), transparent 55%),
    linear-gradient(180deg, #faf7f2 0%, #f3eee6 55%, #ebe4d8 100%);
}

.bi-body h1,
.bi-body h2,
.bi-brand,
.bi-hero-brand {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
}

.bi-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(28, 22, 16, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid #b45309;
}
.bi-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.bi-brand {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.35rem;
  text-transform: uppercase;
}
.bi-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}
.bi-nav-links a {
  color: #e7e5e4;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}
.bi-nav-links a:hover,
.bi-nav-links a[aria-current="page"] { color: #fbbf24; }
.bi-nav-cta {
  background: #d97706 !important;
  color: #1c1410 !important;
  padding: 0.45rem 0.85rem;
  border-radius: 0.5rem;
}

.bi-hero {
  position: relative;
  min-height: min(70vh, 520px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.bi-hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../20220829_194203.jpg");
  background-size: cover;
  background-position: center;
}
.bi-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(20, 14, 10, 0.88) 0%, rgba(20, 14, 10, 0.5) 55%, rgba(20, 14, 10, 0.62) 100%);
}
.bi-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1.25rem 2.75rem;
}
.bi-hero-brand {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #fbbf24;
  line-height: 0.95;
}
.bi-hero h1 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
}
.bi-hero-lead {
  margin: 0;
  max-width: 34rem;
  color: #e7e5e4;
  font-size: 1.1rem;
}

.bi-section { padding: 3.5rem 1.25rem; }
.bi-alt {
  background: rgba(255, 255, 255, 0.55);
  border-block: 1px solid rgba(120, 90, 40, 0.12);
}
.bi-wrap { max-width: 1100px; margin: 0 auto; }
.bi-narrow { max-width: 40rem; }
.bi-center { text-align: center; }
.bi-section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  color: #1c1917;
}
.bi-lede {
  color: #57534e;
  font-size: 1.08rem;
  max-width: 40rem;
  margin: 0 auto 1.25rem;
}

.bi-signals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.bi-signals li {
  background: #fff;
  border: 1px solid rgba(120, 90, 40, 0.14);
  border-radius: 0.75rem;
  padding: 0.95rem 1.1rem;
  color: #44403c;
}
.bi-signals strong { color: #78350f; }

.bi-prose p {
  margin: 0 0 0.85rem;
  font-size: 1.12rem;
  line-height: 1.55;
  color: #292524;
}
.bi-aboard {
  margin-top: 1.5rem !important;
  font-size: 1.35rem !important;
  color: #92400e !important;
}

.bi-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.bi-footer {
  background: #0c0a09;
  color: #a8a29e;
  text-align: center;
  padding: 2.5rem 1.25rem;
  border-top: 3px solid #b45309;
}
.bi-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}
.bi-footer-nav a {
  color: #e7e5e4;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.bi-footer-nav a:hover,
.bi-footer-nav a[aria-current="page"] { color: #fbbf24; }
.bi-copy { font-size: 0.75rem; color: #78716c; margin-top: 0.5rem; }

@media (max-width: 720px) {
  .bi-signals { grid-template-columns: 1fr; }
  .bi-nav-links { width: 100%; }
}
