/* September 2026 editorial design pass.
   Adds the visual rhythm of the original Wix work without restoring its
   oversized type, dense justified copy, or decorative clutter. */

:root {
  --bhp-brand-green: #0e413b;
  --bhp-brand-gold: #d2ac47;
}

/* Homepage: concise answer rather than another full text section. */
.bhp-home-answer {
  background: #fbfaf8;
  padding: clamp(2.25rem, 4vw, 3.5rem) 1rem;
}

.bhp-home-answer__inner {
  display: block;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.bhp-home-answer__inner > div:first-child {
  display: block;
}

.bhp-home-answer__inner > div:first-child .bhp-eyebrow {
  margin: 0 0 0.65rem;
}

.bhp-home-answer h2 {
  max-width: none;
  margin: 0;
  color: var(--bhp-brand-green);
  font: 500 clamp(2rem, 3.4vw, 3.5rem)/1.02 var(--bhp-serif);
  letter-spacing: -0.035em;
}

.bhp-home-answer__copy {
  display: block;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(14, 65, 59, 0.22);
  padding-top: 1.25rem;
}

.bhp-home-answer__copy p {
  max-width: none;
  margin: 0;
  color: #38443f;
  font: 400 clamp(0.96rem, 1.2vw, 1.08rem)/1.55 var(--bhp-sans);
}

.bhp-home-answer__copy strong {
  color: var(--bhp-brand-green);
  font-weight: 650;
}

.bhp-home-answer__services {
  display: flex;
  margin-top: 1.35rem;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bhp-home-answer__services a {
  border: 1px solid rgba(14, 65, 59, 0.2);
  color: var(--bhp-brand-green);
  font: 700 0.7rem/1 var(--bhp-sans);
  letter-spacing: 0.08em;
  padding: 0.7rem 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bhp-home-answer__services a:hover,
.bhp-home-answer__services a:focus-visible {
  border-color: var(--bhp-brand-green);
  color: #fff;
  background: var(--bhp-brand-green);
}

/* Homepage: image-backed services repeat the useful depth of the Wix cards. */
#what-we-do {
  background: var(--bhp-brand-green) !important;
}

#what-we-do h2 {
  color: #fff !important;
}

#what-we-do > div > div > p {
  color: var(--bhp-brand-gold) !important;
}

#what-we-do > div > ul {
  gap: 1rem !important;
}

#what-we-do > div > ul > li > a {
  min-height: 25rem;
  justify-content: flex-end;
  padding: 2rem !important;
  border: 1px solid rgba(210, 172, 71, 0.72);
  border-radius: 0 !important;
  background-color: #142a23 !important;
  background-position: center;
  background-size: cover;
  box-shadow: none !important;
  isolation: isolate;
  transform: none !important;
}

#what-we-do > div > ul > li > a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 30, 27, 0) 30%, rgba(8, 30, 27, 0.38) 54%, rgba(8, 30, 27, 0.97) 100%);
  content: "";
}

#what-we-do > div > ul > li > a > span.absolute {
  display: none;
}

#what-we-do > div > ul > li:nth-child(1) > a { background-image: url("images/sale-leaseback-section.jpg"); }
#what-we-do > div > ul > li:nth-child(2) > a { background-image: url("images/acquisitions-section.jpg"); }
#what-we-do > div > ul > li:nth-child(3) > a { background-image: url("images/sell-side-section.jpg"); }
#what-we-do > div > ul > li:nth-child(4) > a { background-image: url("images/de-novo-section.jpg"); }
#what-we-do > div > ul > li:nth-child(5) > a { background-image: url("images/investors-section.jpg"); }
#what-we-do > div > ul > li:nth-child(6) > a { background-image: url("images/private-equity-section.jpg"); }

#what-we-do > div > ul h3,
#what-we-do > div > ul p,
#what-we-do > div > ul a > span:last-child {
  color: #fff !important;
}

#what-we-do > div > ul p {
  flex: 0 0 auto;
}

#what-we-do > div > ul h3 {
  margin-top: 0.55rem !important;
}

#what-we-do > div > ul a > span:last-child {
  margin-top: 1.15rem !important;
}

#what-we-do > div > ul a > span:first-of-type {
  color: var(--bhp-brand-gold) !important;
}

#what-we-do > div > p {
  color: rgba(255, 255, 255, 0.72) !important;
}

#what-we-do > div > p a {
  color: #fff !important;
}

.bhp-home-photo-split {
  background: #dfe5de;
}

.bhp-home-photo-split__copy > a {
  padding: 0.85rem 1.1rem;
  color: var(--bhp-brand-green);
  background: var(--bhp-brand-gold);
  font-weight: 750;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.bhp-home-photo-split__copy > a:hover,
.bhp-home-photo-split__copy > a:focus-visible {
  color: #fff;
  background: var(--bhp-brand-green);
}

.bhp-sector-proof {
  background: #fbfaf8;
  padding: clamp(4rem, 8vw, 7rem) 1rem;
}

.bhp-sector-proof__inner {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.96fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.bhp-sector-proof figure {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  overflow: hidden;
}

.bhp-sector-proof__copy {
  grid-column: 1;
  grid-row: 1;
}

.bhp-sector-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bhp-sector-proof h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--bhp-brand-green);
  font: 500 clamp(2.2rem, 4.5vw, 4.4rem)/1 var(--bhp-serif);
  letter-spacing: -0.035em;
}

.bhp-sector-proof__copy > p:not(.bhp-eyebrow) {
  max-width: 49ch;
  margin: 1.35rem 0 0;
  color: #49524e;
  font: 400 1.02rem/1.72 var(--bhp-sans);
}

.bhp-sector-proof__facts {
  display: grid;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.bhp-sector-proof__facts li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.8rem;
  align-items: center;
  border-top: 1px solid rgba(14, 65, 59, 0.18);
  color: var(--bhp-brand-green);
  font: 650 0.9rem/1.4 var(--bhp-sans);
  padding: 0.95rem 0;
}

.bhp-sector-proof__facts span {
  color: var(--bhp-brand-gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

/* Keep image statements editorial, not poster-like. */
.bhp-home-image-band__content {
  width: min(1120px, calc(100% - 4rem));
}

.bhp-home-image-band__content h2 {
  max-width: 15ch;
  font-size: clamp(2.6rem, 5.5vw, 5.6rem);
  line-height: 0.98;
}

.bhp-home-office-band__content h2 {
  max-width: 19ch;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: 1;
  text-wrap: balance;
}

.bhp-home-office-band__content h2 span {
  display: block;
}

/* Sale-leaseback: turn long vertical copy into designed modules. */
.bhp-sale-snapshot {
  background: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) 1rem;
}

.bhp-sale-snapshot__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bhp-sale-snapshot__intro {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.bhp-sale-snapshot h2 {
  margin: 0;
  color: var(--bhp-brand-green);
  font: 500 clamp(2.15rem, 4vw, 3.8rem)/1.02 var(--bhp-serif);
  letter-spacing: -0.03em;
}

.bhp-sale-snapshot__intro > p {
  margin: 0;
  color: #4b5550;
  font: 400 1.02rem/1.7 var(--bhp-sans);
}

.bhp-sale-snapshot__grid {
  display: grid;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.bhp-sale-snapshot__grid li {
  border: 1px solid rgba(14, 65, 59, 0.16);
  background: #fbfaf8;
  padding: 1.5rem;
}

.bhp-sale-snapshot__grid img {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.bhp-sale-snapshot__grid h3 {
  margin: 1.4rem 0 0.65rem;
  color: var(--bhp-brand-green);
  font: 700 1.05rem/1.25 var(--bhp-sans);
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.bhp-sale-snapshot__grid p {
  margin: 0;
  color: #59615d;
  font: 400 0.95rem/1.65 var(--bhp-sans);
}

#how-it-works > div > div,
#economics > div > div,
#when-not-to > div > div {
  max-width: 1180px !important;
}

#how-it-works ol,
#economics ul,
#when-not-to ul {
  display: grid;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px !important;
  background: rgba(14, 65, 59, 0.15);
  border: 1px solid rgba(14, 65, 59, 0.15);
}

#how-it-works ol > li,
#economics ul > li,
#when-not-to ul > li {
  min-height: 11rem;
  background: #fff;
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

#how-it-works h3 {
  margin-top: 4rem !important;
}

#how-it-works h3 + ul {
  display: grid;
  max-width: none !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px !important;
  background: rgba(14, 65, 59, 0.15);
}

#how-it-works h3 + ul > li {
  display: block;
  min-height: 10rem;
  background: #fbfaf8;
  padding: 1.25rem;
}

#how-it-works h3 + ul > li > span {
  margin: 0 0 1rem !important;
}

/* Individual profiles: match the old light portrait-and-name opening. */
.bhp-profile-page {
  background: #fbfaf8;
}

.bhp-profile-page .bhp-page__hero {
  display: none;
}

.bhp-profile-page .bhp-bio {
  padding-top: clamp(4rem, 8vw, 7rem);
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
}

.bhp-profile-page .bhp-bio__copy h2 {
  max-width: 9ch;
  color: var(--bhp-brand-green);
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 500;
  line-height: 0.9;
}

.bhp-profile-page .bhp-bio__copy > p:not(.bhp-eyebrow):not(.bhp-bio__role):first-of-type {
  color: #202823;
  font-family: var(--bhp-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-style: italic;
  line-height: 1.4;
}

.bhp-profile-page .bhp-profile-quote {
  background: var(--bhp-brand-green);
}

.bhp-profile-page .bhp-profile-quote blockquote {
  max-width: 29ch;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  font-style: italic;
  line-height: 1.08;
}

/* Team index: compact editorial split instead of a large empty green block. */
.bhp-team-index .bhp-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #173f39;
  background: #f5f0e7;
}

.bhp-team-index .bhp-page__hero .bhp-page__inner {
  align-self: center;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(2rem, 6vw, 7rem);
}

.bhp-team-index .bhp-page__hero h1 {
  max-width: 10ch;
  margin: 0.75rem 0 1.5rem;
  color: #173f39;
  font-size: clamp(3rem, 5.2vw, 5.8rem);
}

.bhp-team-index .bhp-page__hero p:not(.bhp-eyebrow) {
  max-width: 35rem;
  color: #394b47;
}

.bhp-team-hero-media {
  min-height: clamp(26rem, 48vw, 39rem);
}

.bhp-team-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Ethos page: search-useful editorial content without stacked green slabs. */
.bhp-ethos-page {
  background: #fbfaf8;
}

.bhp-ethos-hero {
  position: relative;
  display: grid;
  min-height: clamp(34rem, 68vw, 52rem);
  align-items: end;
  overflow: hidden;
  color: #fff;
  padding: clamp(5rem, 10vw, 8rem) 1rem;
}

.bhp-ethos-hero > img,
.bhp-ethos-hero::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bhp-ethos-hero > img {
  object-fit: cover;
  object-position: center;
}

.bhp-ethos-hero::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 34, 30, 0.92), rgba(8, 34, 30, 0.32));
  content: "";
}

.bhp-ethos-hero__content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bhp-ethos-hero h1 {
  max-width: 12ch;
  margin: 0;
  font: 500 clamp(3rem, 7.5vw, 7rem)/0.92 var(--bhp-serif);
  letter-spacing: -0.045em;
}

.bhp-ethos-hero__content > p:last-child {
  max-width: 48rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font: 400 clamp(1rem, 1.7vw, 1.2rem)/1.65 var(--bhp-sans);
}

.bhp-ethos-intro,
.bhp-ethos-evaluation,
.bhp-ethos-principles,
.bhp-ethos-guidance {
  padding: clamp(4rem, 8vw, 7rem) 1rem;
}

.bhp-ethos-intro__inner,
.bhp-ethos-evaluation__inner,
.bhp-ethos-principles__inner,
.bhp-ethos-guidance__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bhp-ethos-intro__inner {
  display: grid;
  grid-template-columns: minmax(15rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.bhp-ethos-intro h2,
.bhp-ethos-evaluation h2,
.bhp-ethos-principles h2,
.bhp-ethos-guidance h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--bhp-brand-green);
  font: 500 clamp(2.2rem, 4.5vw, 4.4rem)/1 var(--bhp-serif);
  letter-spacing: -0.035em;
}

.bhp-ethos-intro__copy p,
.bhp-ethos-evaluation__copy > p,
.bhp-ethos-guidance__copy p {
  max-width: 58ch;
  margin: 0 0 1.25rem;
  color: #48534e;
  font: 400 1.03rem/1.75 var(--bhp-sans);
}

.bhp-ethos-principles {
  background: #fff;
}

.bhp-ethos-principles__grid {
  display: grid;
  margin: 3rem 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(14, 65, 59, 0.16);
  border: 1px solid rgba(14, 65, 59, 0.16);
  list-style: none;
  padding: 0;
}

.bhp-ethos-principles__grid li {
  background: #fbfaf8;
  padding: 1.5rem;
}

.bhp-ethos-principles__grid img {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.bhp-ethos-principles__grid h3 {
  margin: 1.5rem 0 0.7rem;
  color: var(--bhp-brand-green);
  font: 700 1rem/1.3 var(--bhp-sans);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bhp-ethos-principles__grid p {
  margin: 0;
  color: #56605b;
  font: 400 0.95rem/1.65 var(--bhp-sans);
}

.bhp-ethos-evaluation {
  background: #e5d7b8;
}

.bhp-ethos-evaluation__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.bhp-ethos-evaluation figure {
  margin: 0;
  order: -1;
}

.bhp-ethos-evaluation img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bhp-ethos-checklist {
  display: grid;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.bhp-ethos-checklist li {
  border-top: 1px solid rgba(14, 65, 59, 0.2);
  color: var(--bhp-brand-green);
  font: 650 0.94rem/1.45 var(--bhp-sans);
  padding: 0.85rem 0;
}

.bhp-ethos-guidance__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.bhp-ethos-links {
  display: flex;
  margin-top: 1.75rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bhp-ethos-links a {
  border-bottom: 1px solid var(--bhp-brand-gold);
  color: var(--bhp-brand-green);
  font: 700 0.78rem/1.2 var(--bhp-sans);
  letter-spacing: 0.08em;
  padding-bottom: 0.3rem;
  text-decoration: none;
  text-transform: uppercase;
}

.bhp-ethos-quote {
  margin: 0;
  background: #fff;
  border-left: 4px solid var(--bhp-brand-gold);
  color: var(--bhp-brand-green);
  font: italic 500 clamp(1.8rem, 4vw, 3.4rem)/1.12 var(--bhp-serif);
  padding: clamp(2rem, 5vw, 4.5rem);
}

/* Contextual internal-link modules shared by service and editorial pages. */
.bhp-related {
  background: #f0eadf;
  padding: clamp(3.5rem, 7vw, 6rem) 1rem;
}

.bhp-related__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bhp-related__head {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
}

.bhp-related h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--bhp-brand-green);
  font: 500 clamp(2rem, 4vw, 3.8rem)/1.02 var(--bhp-serif);
  letter-spacing: -0.03em;
}

.bhp-related__head > p {
  max-width: 54ch;
  margin: 0;
  color: #52605a;
  font: 400 1rem/1.65 var(--bhp-sans);
}

.bhp-related__grid {
  display: grid;
  margin-top: 2.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(14, 65, 59, 0.17);
  border: 1px solid rgba(14, 65, 59, 0.17);
}

.bhp-related__card {
  display: flex;
  min-height: 12rem;
  flex-direction: column;
  justify-content: space-between;
  background: #fbfaf8;
  color: var(--bhp-brand-green);
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.bhp-related__card:hover {
  background: var(--bhp-brand-green);
  color: #fff;
}

.bhp-related__card small {
  color: var(--bhp-brand-gold);
  font: 700 0.68rem/1.2 var(--bhp-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bhp-related__card strong {
  max-width: 21ch;
  font: 600 1.28rem/1.25 var(--bhp-serif);
}

.bhp-related__card span {
  font: 700 0.74rem/1.2 var(--bhp-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Homepage team introduction */
.bhp-home-team {
  position: relative;
}

.bhp-home-team__intro {
  align-items: end;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(210, 172, 71, 0.5);
}

.bhp-home-team__intro h2 {
  max-width: 12ch;
  color: var(--bhp-brand-gold);
  font-size: clamp(2.75rem, 5.3vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.bhp-home-team__intro p {
  max-width: 38rem;
  padding-bottom: 0.45rem;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.62;
}

/* Homepage contact area */
.bhp-home-contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--bhp-brand-green);
}

.bhp-home-contact::before {
  content: none;
}

.bhp-home-contact .bhp-conversion__panel {
  background: var(--bhp-cream-soft);
  border-color: rgba(210, 172, 71, 0.62);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.bhp-home-contact > .mx-auto {
  position: relative;
  margin-top: clamp(2.5rem, 5vw, 4.75rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid rgba(210, 172, 71, 0.45);
}

/* Homepage footer image wash */
.bhp-home-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 31, 28, 0.9), rgba(5, 31, 28, 0.94)),
    url("./images/home-office.webp") center 58% / cover no-repeat;
}

.bhp-home-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 0, 0, 0.18), transparent 62%);
  pointer-events: none;
}

@media (max-width: 900px) {
  .bhp-sector-proof figure,
  .bhp-sector-proof__copy {
    grid-column: auto;
    grid-row: auto;
  }

  .bhp-team-index .bhp-page__hero {
    grid-template-columns: 1fr;
  }

  .bhp-team-index .bhp-page__hero .bhp-page__inner {
    padding: 3.5rem 1.35rem;
  }

  .bhp-team-hero-media {
    min-height: 20rem;
  }

  .bhp-home-answer__inner,
  .bhp-sector-proof__inner,
  .bhp-sale-snapshot__intro,
  .bhp-ethos-intro__inner,
  .bhp-ethos-evaluation__inner,
  .bhp-ethos-guidance__inner {
    grid-template-columns: 1fr;
  }

  .bhp-sale-snapshot__grid {
    grid-template-columns: 1fr;
  }

  .bhp-ethos-principles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bhp-related__head {
    grid-template-columns: 1fr;
  }

  #how-it-works h3 + ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bhp-home-team__intro {
    align-items: start;
  }

  .bhp-home-team__intro h2 {
    max-width: 13ch;
  }
}

@media (max-width: 640px) {
  .bhp-home-image-band__content {
    width: calc(100% - 2.7rem);
  }

  #what-we-do > div > ul > li > a {
    min-height: 22rem;
  }

  #how-it-works ol,
  #economics ul,
  #when-not-to ul,
  #how-it-works h3 + ul {
    grid-template-columns: 1fr;
  }

  .bhp-home-office-band__content h2 span {
    display: inline;
  }

  .bhp-profile-page .bhp-bio__copy h2 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .bhp-ethos-principles__grid {
    grid-template-columns: 1fr;
  }

  .bhp-related__grid {
    grid-template-columns: 1fr;
  }
}
