:root {
  --ink: #111820;
  --coal: #19222d;
  --steel: #52616f;
  --gold: #1282ab;
  --sand: #f4efe6;
  --mist: #f7f8f8;
  --white: #ffffff;
  --green: ;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  letter-spacing: 0;
}

a {
  color: var(--ink);
}

.navbar {
  background: var(--white);
  backdrop-filter: blur(10px);
}

.navbar-brand img {
  width: 80px;
  height: auto;
}

.navbar .nav-link {
  color: var(--ink);
  font-weight: 700;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold);
}

.navbar-toggler {
  background-color: var(--gold);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem var(--gold);
}

.hero {
  min-height: 84vh;
  display: flex;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.92), rgba(17, 24, 32, 0.58) 45%, rgba(17, 24, 32, 0.28)),
    var(--hero-image) center / cover no-repeat;
  padding: 8rem 0 5rem;
}

.hero-inner {
  max-width: 870px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  letter-spacing: 0;
}

.display-title {
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.94;
}

.lead {
  color: inherit;
}

.section-pad {
  padding: 5.5rem 0;
}

.section-muted {
  background: var(--mist);
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.content-panel {
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(17, 24, 32, 0.08);
}

.service-card,
.project-card,
.leader-card {
  height: 100%;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(17, 24, 32, 0.08);
}

.service-card img,
.project-card img,
.leader-card img,
.gallery-img {
  width: 100%;
  object-fit: cover;
}

.service-card img,
.project-card img {
  height: 245px;
}

.leader-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  filter: saturate(0.9);
}

.leader-card.team-profile,
.leader-card:has(.team-social) {
  text-align: center;
}

.leader-card:has(.team-social) img {
  width: 132px;
  height: 132px;
  margin: 1.25rem auto 0;
  border: 4px solid rgba(18, 130, 171, 0.18);
  border-radius: 8px;
  display: block;
}

.leader-card:has(.team-social) h3 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.leader-card:has(.team-social) .p-4 > p:not(.team-role) {
  display: none;
}

.team-role {
  color: var(--steel);
  font-weight: 700;
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

.team-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 8px;
  color: var(--gold);
  text-decoration: none;
}

.team-social a:hover {
  background: var(--gold);
  color: var(--white);
}

.team-credentials .accordion-item {
  border-color: rgba(17, 24, 32, 0.1);
}

.team-credentials .accordion-button {
  font-weight: 800;
}

.team-credentials .accordion-button:not(.collapsed) {
  color: var(--ink);
  background: rgba(18, 130, 171, 0.1);
  box-shadow: none;
}

.gallery-img {
  height: 330px;
  border-radius: 8px;
}

.stat {
  border-left: 4px solid var(--gold);
  padding-left: 1rem;
}

.cta-band {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.94), rgba(17, 24, 32, 0.76)),
    var(--cta-image) center / cover no-repeat;
}

.btn-gold {
  --bs-btn-color: #111820;
  --bs-btn-bg: #d99a32;
  --bs-btn-border-color: #d99a32;
  --bs-btn-hover-color: #111820;
  --bs-btn-hover-bg: #f0bb57;
  --bs-btn-hover-border-color: #f0bb57;
  font-weight: 800;
}

.btn-outline-light {
  font-weight: 800;
}

.icon-box {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
}

.list-clean {
  padding-left: 0;
  list-style: none;
}

.list-clean li {
  padding: 0.35rem 0 0.35rem 1.75rem;
  position: relative;
}

.list-clean li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  position: absolute;
  left: 0;
  top: 0.85rem;
}

.contact-link {
  display: block;
  padding: 1rem;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 8px;
  text-decoration: none;
  background: var(--white);
}

.contact-link:hover {
  border-color: var(--gold);
}

.footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--coal);
}

.footer h5,
.footer strong {
  color: var(--white);
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer a:hover {
  color: var(--gold);
}

.footer-contact li,
.footer-contact a {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.footer-contact li {
  margin-bottom: 0.75rem;
}

.footer-contact i {
  color: var(--gold);
  font-size: 1.1rem;
  line-height: 1.45;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--white);
}

.social-links a:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.footer-contact + .social-links + p {
  display: none;
}

.image-credit {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 150px;
  }

  .hero {
    min-height: 78vh;
    padding-top: 7rem;
  }

  .section-pad {
    padding: 4rem 0;
  }

  .display-title {
    line-height: 1;
  }
}
