section.bna-hero {
  --bna-hero-white: #fff;
  --bna-hero-cream: #f3f1ed;
  --bna-hero-gold: #e8c58d;
  --bna-hero-page-pad: clamp(24px, 6vw, 96px);
  position: relative;
  min-height: 880px;
  box-sizing: border-box;
  color: var(--bna-hero-white);
  background: #151717 url("../images/hero.webp") center / cover no-repeat;
  font-family: "Mulish", "Helvetica Neue", Arial, sans-serif;
  isolation: isolate;
}

section.bna-hero *,
section.bna-hero *::before,
section.bna-hero *::after {
  box-sizing: border-box;
}

section.bna-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 15, 15, .93) 0%, rgba(13, 15, 15, .72) 24%, rgba(13, 15, 15, .12) 53%, rgba(13, 15, 15, .18) 100%);
}

section.bna-hero .bna-hero-inner {
  min-height: 850px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 202px var(--bna-hero-page-pad) 92px;
}

section.bna-hero .bna-hero-copy {
  max-width: 490px;
  margin-left: 4%;
}

section.bna-hero .bna-hero-copy h1 {
  margin: 0 0 28px;
  color: inherit;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 4.15vw, 78px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.035em;
}

section.bna-hero .bna-hero-copy p {
  margin: 0 0 32px;
  color: inherit;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.5;
}

section.bna-hero .bna-button {
  min-width: 290px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid rgba(255, 255, 255, .15);
  color: #222;
  background: linear-gradient(105deg, #bf9154, #edd09b 49%, #bd8c4d);
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease;
}

section.bna-hero .bna-button:hover,
section.bna-hero .bna-button:focus-visible {
  color: #222;
  filter: brightness(1.09);
  transform: translateY(-2px);
}

section.bna-hero .bna-hero-address {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 0 4%;
  color: inherit;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

section.bna-hero .bna-hero-address span {
  width: 2px;
  height: 47px;
  flex: 0 0 2px;
  margin-right: 7px;
  background: var(--bna-hero-gold);
}

section.bna-hero .bna-hero-address b {
  font-size: 8px;
}

section.bna-hero .bna-trust-strip {
  position: absolute;
  right: 7%;
  bottom: -14px;
  width: min(61%, 980px);
  min-height: 124px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  color: #292727;
  background: var(--bna-hero-cream);
  list-style: none;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .13);
}

section.bna-hero .bna-trust-strip li {
  display: grid;
  place-items: center;
  padding: 20px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
  list-style: none;
}

section.bna-hero .bna-trust-strip li + li {
  border-left: 1px solid #ded7cc;
}

@media (max-width: 1200px) {
  section.bna-hero .bna-hero-copy,
  section.bna-hero .bna-hero-address {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  section.bna-hero {
    min-height: 820px;
    background-position: 61% center;
  }

  section.bna-hero .bna-hero-inner {
    min-height: 790px;
    padding-top: 160px;
  }

  section.bna-hero .bna-hero-copy h1 {
    font-size: clamp(50px, 11vw, 68px);
  }

  section.bna-hero .bna-trust-strip {
    right: var(--bna-hero-page-pad);
    left: var(--bna-hero-page-pad);
    bottom: -95px;
    width: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  section.bna-hero .bna-trust-strip li {
    min-height: 95px;
    font-size: 18px;
  }

  section.bna-hero .bna-trust-strip li:nth-child(3) {
    border-top: 1px solid #ded7cc;
    border-left: 0;
  }

  section.bna-hero .bna-trust-strip li:nth-child(4) {
    border-top: 1px solid #ded7cc;
  }
}

@media (max-width: 560px) {
  section.bna-hero {
    --bna-hero-page-pad: 22px;
    min-height: 760px;
    background-position: 64% center;
  }

  section.bna-hero::before {
    background: linear-gradient(90deg, rgba(13, 15, 15, .92), rgba(13, 15, 15, .58) 65%, rgba(13, 15, 15, .2));
  }

  section.bna-hero .bna-hero-inner {
    min-height: 730px;
    padding-top: 138px;
    padding-bottom: 78px;
  }

  section.bna-hero .bna-hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(46px, 14.5vw, 61px);
  }

  section.bna-hero .bna-hero-copy p {
    font-size: 16px;
  }

  section.bna-hero .bna-hero-copy .bna-button {
    width: 100%;
    min-width: 0;
  }

  section.bna-hero .bna-hero-address {
    font-size: 8px;
    line-height: 1.4;
  }

  section.bna-hero .bna-hero-address span {
    height: 35px;
  }

  section.bna-hero .bna-trust-strip {
    bottom: -78px;
  }

  section.bna-hero .bna-trust-strip li {
    min-height: 78px;
    padding: 10px 5px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  section.bna-hero * {
    transition-duration: .01ms !important;
  }
}
