body:not(.wp-admin) .team {
  overflow-x: hidden;
  background:
    linear-gradient(rgba(3, 18, 26, 0.78), rgba(3, 18, 26, 0.92)),
    url("/bg-desktop-2.JPG") center / cover fixed,
    #06141d;
}

.commandos-team .bf-team-hero,
.commandos-team .bf-team-statement,
.commandos-team .bf-team-roster {
  display: none;
}

.bf-commandos-leadership {
  position: relative;
  min-height: calc(100vh - var(--header-height, 8rem));
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: #06141d;
}

.bf-commandos-leadership,
.bf-commandos-leadership *,
.bf-commandos-leadership *::before,
.bf-commandos-leadership *::after {
  box-sizing: border-box;
}

.bf-commandos-leadership::before,
.bf-commandos-leadership::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bf-commandos-leadership::before {
  background:
    linear-gradient(rgba(3, 18, 26, 0.2), rgba(3, 18, 26, 0.5)),
    url("/assets/about/photos/henry-production-set.png?v=20260603-new") 38% center / cover no-repeat;
  opacity: 1;
  transform: scale(1.01);
}

.bf-commandos-leadership::after {
  opacity: 0.16;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 25% 100%, 100% 24rem;
}

.bf-commandos-leadership-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(27rem, 1fr) auto;
  gap: clamp(2rem, 3vw, 4rem);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: calc(100vh - var(--header-height, 8rem));
  padding: clamp(2.4rem, 3.2vw, 5rem) var(--padding-container) clamp(1.8rem, 2.5vw, 3rem);
}

.bf-commandos-topbar,
.bf-commandos-panel-head,
.bf-commandos-mini-card p,
.bf-commandos-lead-card p,
.bf-commandos-lead-card span {
  font-family: IBMPlexMono, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-commandos-topbar {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 0.78vw, 1.2rem);
  line-height: 1.25;
}

.bf-commandos-main {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(26rem, 0.38fr);
  gap: clamp(3rem, 6vw, 9rem);
  align-items: center;
}

.bf-commandos-copy {
  max-width: 50rem;
  text-shadow: 0 0.4rem 2.2rem rgba(0, 0, 0, 0.68);
}

.bf-commandos-copy h1 {
  margin-bottom: clamp(1.8rem, 2vw, 2.8rem);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 8.2vw, 11.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
}

.bf-commandos-copy > p:not(.bf-team-kicker) {
  max-width: 49rem;
  margin-bottom: clamp(2.4rem, 3vw, 4rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.55rem, 1.1vw, 2.05rem);
  line-height: 1.34;
}

.bf-commandos-copy .bf-team-cta {
  min-height: 5.4rem;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(4, 12, 16, 0.32);
  backdrop-filter: blur(10px);
}

.bf-commandos-lead-card {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  width: min(45rem, 100%);
  padding: 2.2rem 2.6rem;
  background: rgba(3, 16, 23, 0.68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.2rem;
  box-shadow: 
    0 1.5rem 3.5rem rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 1px 2px rgba(0, 0, 0, 0.9);
}

.bf-commandos-star {
  position: relative;
  flex: 0 0 3.4rem;
  width: 3.4rem;
  height: 3.4rem;
}

.bf-commandos-star::before,
.bf-commandos-star::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.bf-commandos-star::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bf-commandos-lead-photo {
  display: none !important;
  position: relative;
  flex: 0 0 6.8rem;
  width: 6.8rem;
  height: 6.8rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 138, 96, 0.72);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.4);
}

.bf-commandos-lead-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: brightness(0.92) saturate(1.05);
}


.bf-commandos-lead-card p {
  margin-bottom: 0.6rem;
  color: rgba(255, 138, 96, 0.95);
  font-size: clamp(1rem, 0.78vw, 1.2rem);
}

.bf-commandos-lead-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 1.9vw, 3.5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-commandos-lead-card span {
  display: block;
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 0.78vw, 1.25rem);
}

.bf-commandos-panel {
  width: 100%;
  max-width: 150rem;
  min-width: 0;
  margin: 0 auto;
  padding: clamp(1.2rem, 1.5vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(3, 8, 11, 0.78);
  box-shadow: 0 1.4rem 6rem rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.bf-commandos-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(0.95rem, 0.72vw, 1.1rem);
  line-height: 1.2;
}

.bf-commandos-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(15.5rem, 1fr);
  gap: 1.1rem;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(255, 138, 96, 0.65) rgba(255, 255, 255, 0.12);
}

.bf-commandos-mini-card {
  min-width: 0;
  scroll-snap-align: start;
}

.bf-commandos-mini-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 48%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  filter: brightness(0.72) saturate(0.92);
}

.bf-commandos-mini-card.is-lead img,
.bf-commandos-mini-card:hover img {
  filter: brightness(0.88) saturate(1);
}

.bf-commandos-mini-card div {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.9rem;
}

.bf-commandos-mini-card h3 {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(1.35rem, 1vw, 1.85rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-commandos-mini-card p {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.92rem, 0.68vw, 1.05rem);
  line-height: 1.22;
}

.bf-team-hero,
.bf-team-statement,
.bf-team-roster,
.bf-team-process,
.bf-team-footer-cta {
  color: #fff;
}

.bf-team-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bf-team-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(32rem, 0.72fr);
  min-height: clamp(30rem, 45vh, 46rem);
}

.bf-team-title-block,
.bf-team-hero-copy {
  display: grid;
  align-content: end;
  min-width: 0;
  padding: clamp(3.2rem, 5vw, 7rem) var(--padding-container);
}

.bf-team-title-block {
  position: relative;
}

.bf-team-title-block::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 13%;
  width: min(32vw, 42rem);
  height: min(32vw, 42rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: rotate(4deg);
}

.bf-team-kicker,
.bf-team-section-head,
.bf-team-role,
.bf-team-cta,
.bf-team-signal span,
.bf-team-process span {
  font-family: IBMPlexMono, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-team-kicker {
  margin-bottom: 1.2rem;
  color: rgba(255, 138, 96, 0.94);
  font-size: clamp(1rem, 0.78vw, 1.25rem);
  line-height: 1.25;
}

.bf-team-title-block h1 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  font-size: clamp(4.4rem, 5.8vw, 8.6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-team-hero-copy {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  gap: 2.4rem;
}

.bf-team-hero-copy p {
  max-width: 43rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.55rem, 1.15vw, 2.05rem);
  line-height: 1.34;
}

.bf-team-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 4.8rem;
  align-items: center;
  gap: 1.2rem;
  padding: 0 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: clamp(1rem, 0.82vw, 1.25rem);
  line-height: 1;
  text-decoration: none;
}

.bf-team-cta:hover,
.bf-team-cta:focus-visible {
  background: #fff;
  color: #07151c;
}

.bf-team-statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.34fr);
  gap: clamp(2rem, 4vw, 6rem);
  align-items: end;
  padding: clamp(3.2rem, 5vw, 7rem) var(--padding-container);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.035);
}

.bf-team-statement h2 {
  max-width: 92rem;
  font-size: clamp(2.9rem, 3.8vw, 5.5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-team-signal {
  min-height: 22rem;
  display: grid;
  align-content: space-between;
  padding: clamp(2rem, 2.6vw, 3.2rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(2, 12, 17, 0.42);
}

.bf-team-signal span {
  color: rgba(255, 138, 96, 0.9);
  font-size: clamp(1rem, 0.78vw, 1.2rem);
  line-height: 1.25;
}

.bf-team-signal p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.6rem, 1.25vw, 2.1rem);
  line-height: 1.2;
  text-transform: uppercase;
}

.bf-team-roster,
.bf-team-process {
  padding: clamp(1.6rem, 2.2vw, 3rem) var(--padding-container) clamp(2.6rem, 4vw, 5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bf-team-section-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: clamp(0.9rem, 1vw, 1.25rem);
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 0.78vw, 1.25rem);
  line-height: 1.25;
}

.bf-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.bf-team-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.14);
}

.bf-team-card::before {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  z-index: 1;
  background: linear-gradient(rgba(3, 18, 26, 0), rgba(3, 18, 26, 0.82) 52%, rgba(3, 18, 26, 0.96));
  pointer-events: none;
}

.bf-team-card-photo {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #07151c;
}

.bf-team-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.bf-team-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bf-team-card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-width: 0;
  min-height: 0;
  padding: clamp(1.6rem, 1.9vw, 2.6rem);
  text-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.5);
}

.bf-team-role {
  color: rgba(255, 138, 96, 0.9);
  font-size: clamp(1rem, 0.78vw, 1.2rem);
  line-height: 1.25;
}

.bf-team-card h3 {
  font-size: clamp(2.1rem, 2vw, 3.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-team-card a,
.bf-team-contact-note {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.7);
  font-family: IBMPlexMono, monospace;
  font-size: clamp(1.05rem, 0.82vw, 1.25rem);
  line-height: 1.3;
  text-decoration: none;
}

.bf-team-card a:hover,
.bf-team-card a:focus-visible {
  color: #ff8a60;
}

.bf-team-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.bf-team-process-grid article {
  min-height: clamp(15rem, 15vw, 20rem);
  display: grid;
  align-content: start;
  gap: clamp(0.9rem, 1vw, 1.25rem);
  padding: clamp(1.6rem, 2vw, 2.6rem);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.025);
}

.bf-team-process-grid span {
  color: rgba(255, 138, 96, 0.9);
  font-size: clamp(1rem, 0.78vw, 1.2rem);
}

.bf-team-process-grid h3 {
  font-size: clamp(2.6rem, 2.4vw, 4.1rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bf-team-process-grid p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.22rem, 0.9vw, 1.5rem);
  line-height: 1.32;
}

.bf-team-footer-cta {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
  padding: clamp(2.4rem, 4vw, 5.4rem) var(--padding-container);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bf-team-footer-cta h2 {
  max-width: 92rem;
  font-size: clamp(2.9rem, 4vw, 5.8rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .bf-commandos-main {
    grid-template-columns: 1fr;
    align-content: end;
  }

  .bf-commandos-lead-card {
    justify-self: start;
  }

  .bf-commandos-copy h1 {
    max-width: 46rem;
  }

  .bf-team-hero-grid,
  .bf-team-statement {
    grid-template-columns: 1fr;
  }

  .bf-team-hero-copy {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

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

@media (max-width: 767px) {
  body:not(.wp-admin) .team {
    background:
      linear-gradient(rgba(3, 18, 26, 0.8), rgba(3, 18, 26, 0.94)),
      url("/bg-mobile-2.JPG") center top / cover fixed,
      #06141d;
  }

  .bf-commandos-leadership {
    min-height: calc(100vh - var(--header-height, 8rem)) !important;
    position: relative;
    overflow: hidden;
  }

  .bf-commandos-leadership::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(rgba(3, 18, 26, 0.35), rgba(3, 18, 26, 0.65)),
      url("/assets/about/photos/henry-production-set.png?v=20260603-new") 38% center / cover no-repeat;
    filter: saturate(1.12) contrast(1.04);
    opacity: 1;
  }

  .bf-commandos-leadership::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .bf-commandos-leadership-inner {
    position: relative;
    z-index: 2;
    grid-template-rows: auto auto auto;
    min-height: calc(100vh - var(--header-height, 8rem));
    gap: 2.4rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .bf-commandos-topbar span:last-child,
  .bf-commandos-panel-head span:last-child {
    display: none;
  }

  .bf-commandos-main {
    gap: 1.8rem;
  }

  .bf-commandos-copy h1 {
    margin-bottom: 1.15rem;
    max-width: 18rem;
    font-size: clamp(2.8rem, 12vw, 4rem);
    line-height: 1;
  }

  .bf-commandos-copy > p:not(.bf-team-kicker) {
    margin-bottom: 1.5rem;
    max-width: 29rem;
    font-size: clamp(0.96rem, 3.55vw, 1.16rem);
    line-height: 1.4;
  }

  .bf-commandos-copy .bf-team-cta {
    min-height: 4.8rem;
  }

  .bf-commandos-star {
    display: none !important;
  }

  .bf-commandos-lead-photo {
    display: block !important;
    flex: none !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .bf-commandos-lead-card {
    width: 100%;
    padding: 2.2rem;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .bf-commandos-lead-card h2 {
    font-size: clamp(1.55rem, 5.6vw, 2.15rem);
  }

  .bf-commandos-panel {
    padding: 1rem;
  }

  .bf-commandos-strip {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .bf-commandos-mini-card {
    width: 100%;
    min-width: 0;
  }

  .bf-commandos-mini-card img {
    aspect-ratio: 16 / 10;
  }

  .bf-team-hero-grid {
    min-height: auto;
  }

  .bf-team-title-block h1 {
    font-size: clamp(4.6rem, 13vw, 5.8rem);
  }

  .bf-team-title-block::after {
    right: var(--padding-container);
    bottom: 16%;
    width: 18rem;
    height: 18rem;
  }

  .bf-team-grid,
  .bf-team-process-grid {
    grid-template-columns: 1fr;
  }

  .bf-team-card {
    aspect-ratio: 3 / 4;
  }

  .bf-team-card-body {
    padding: 1.8rem;
  }

  .bf-team-process-grid article {
    min-height: auto;
  }

  .bf-team-footer-cta {
    display: grid;
  }
}

/* Hide Commandos Copy Block for premium cinematic look */
.bf-commandos-copy {
  display: none !important;
}
.bf-commandos-main {
  grid-template-columns: 1fr !important;
}
.bf-commandos-lead-card {
  justify-self: end !important;
}
