body.page-template-custom-about > #page > #pagetitle {
  display: none;
}

.bna-about,
.bna-about * {
  box-sizing: border-box;
}

.bna-about {
  --bna-about-ivory: #f7f3ec;
  --bna-about-ivory-deep: #f3eee6;
  --bna-about-ink: #282725;
  --bna-about-copy: #4b4843;
  --bna-about-gold: #a4885e;
  --bna-about-line: rgba(117, 95, 64, .25);
  color: var(--bna-about-ink);
  background: var(--bna-about-ivory);
  font-family: "Mulish", Arial, sans-serif;
}

.bna-about .bna-about-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.bna-about-hero {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 165px 0 44px;
  overflow: hidden;
  color: #fff;
  background: #202222 url("../images/about/about-hero.webp") center 57% / cover no-repeat;
  isolation: isolate;
}

.bna-about-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 18, 18, .78), rgba(20, 21, 21, .28) 58%, rgba(18, 19, 19, .48));
}

.bna-about-hero__inner {
  position: relative;
  z-index: 1;
}

.bna-about-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.bna-about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bna-about-breadcrumb a,
.bna-about-breadcrumb span {
  color: inherit;
  text-decoration: none;
}

.bna-about-breadcrumb a:hover,
.bna-about-breadcrumb a:focus-visible {
  color: #d8b77d;
}

.bna-about-overview {
  padding: clamp(66px, 7vw, 104px) 0 clamp(72px, 8vw, 116px);
  border-bottom: 1px solid var(--bna-about-line);
  background:
    radial-gradient(circle at 12% 7%, rgba(255, 255, 255, .8), transparent 29%),
    var(--bna-about-ivory);
}

.bna-about-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
}

.bna-about-intro__heading {
  padding-right: clamp(44px, 7vw, 92px);
}

.bna-about-intro__copy {
  padding: 12px 0 12px clamp(44px, 7vw, 92px);
  border-left: 1px solid var(--bna-about-line);
}

.bna-about-eyebrow {
  margin: 0 0 15px;
  color: var(--bna-about-gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bna-about-intro h2,
.bna-about-story h2,
.bna-about-expectations > h2,
.bna-about-language-card h2 {
  color: var(--bna-about-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.03em;
}

.bna-about-intro h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(36px, 3.55vw, 51px);
  line-height: 1.18;
}

.bna-about-intro h2 span {
  display: block;
  white-space: nowrap;
}

.bna-about-rule {
  width: 45px;
  height: 1px;
  display: block;
  margin-top: 28px;
  background: var(--bna-about-gold);
}

.bna-about-intro__copy > p {
  max-width: 49ch;
  margin: 0 0 28px;
  color: var(--bna-about-copy);
  font-size: 15px;
  line-height: 1.75;
}

.bna-about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--bna-about-gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, gap .2s ease;
}

.bna-about-text-link:hover,
.bna-about-text-link:focus-visible {
  gap: 29px;
  color: var(--bna-about-ink);
}

.bna-about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
  margin-top: clamp(72px, 8vw, 116px);
}

.bna-about-story__image {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.bna-about-story__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bna-about-story__copy {
  max-width: 540px;
}

.bna-about-story h2 {
  max-width: 18ch;
  margin: 0 0 28px;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.25;
}

.bna-about-story__copy > p {
  max-width: 54ch;
  margin: 0 0 19px;
  color: var(--bna-about-copy);
  font-size: 14px;
  line-height: 1.75;
}

.bna-about-signature {
  display: grid;
  gap: 3px;
  margin-top: 30px;
}

.bna-about-signature strong {
  color: var(--bna-about-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.bna-about-signature span {
  color: var(--bna-about-copy);
  font-size: 12px;
}

.bna-about-expectations {
  margin-top: clamp(70px, 7vw, 102px);
}

.bna-about-expectations > h2 {
  margin: 0;
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1.25;
}

.bna-about-expectations > .bna-about-rule {
  margin: 18px 0 30px;
}

.bna-about-expectations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.bna-about-expectations__grid li {
  min-width: 0;
  padding: 0 clamp(22px, 3vw, 40px);
}

.bna-about-expectations__grid li:first-child {
  padding-left: 0;
}

.bna-about-expectations__grid li + li {
  border-left: 1px solid var(--bna-about-line);
}

.bna-about-expectations__number {
  display: block;
  margin-bottom: 10px;
  color: var(--bna-about-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.bna-about-expectations h3 {
  min-height: 2.8em;
  margin: 0 0 14px;
  color: var(--bna-about-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.bna-about-expectations li p {
  margin: 0;
  color: var(--bna-about-copy);
  font-size: 11px;
  line-height: 1.65;
}

.bna-about-languages {
  border-bottom: 1px solid var(--bna-about-line);
  background: var(--bna-about-ivory-deep);
}

.bna-about-languages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bna-about-language-card {
  padding: clamp(62px, 7vw, 96px) clamp(34px, 5vw, 72px);
}

.bna-about-language-card + .bna-about-language-card {
  border-left: 1px solid var(--bna-about-line);
}

.bna-about-language-card h2 {
  min-height: 3.75em;
  margin: 0 0 25px;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.25;
}

.bna-about-language-card > p:not(.bna-about-eyebrow) {
  min-height: 5.1em;
  margin: 0;
  color: var(--bna-about-copy);
  font-size: 14px;
  line-height: 1.7;
}

.bna-about-language-card > .bna-about-rule {
  margin-top: 27px;
}

.bna-about-language-card .bna-about-signature {
  margin-top: 20px;
}

.bna-about .bna-partners__title {
  margin: 0 0 clamp(27px, 3vw, 39px);
  color: var(--bna-about-gold) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  line-height: 1.45 !important;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .bna-about-intro,
  .bna-about-story {
    grid-template-columns: 1fr;
  }

  .bna-about-intro__heading {
    padding-right: 0;
  }

  .bna-about-intro__copy {
    margin-top: 40px;
    padding: 36px 0 0;
    border-top: 1px solid var(--bna-about-line);
    border-left: 0;
  }

  .bna-about-story__copy {
    max-width: none;
  }

  .bna-about-expectations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 0;
  }

  .bna-about-expectations__grid li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .bna-about-intro h2 span {
    white-space: normal;
  }

  .bna-about .bna-about-shell {
    width: min(100% - 32px, 560px);
  }

  .bna-about-hero {
    min-height: 350px;
    padding: 145px 0 38px;
  }

  .bna-about-story__image {
    min-height: 300px;
  }

  .bna-about-expectations__grid,
  .bna-about-languages__grid {
    grid-template-columns: 1fr;
  }

  .bna-about-expectations__grid {
    gap: 0;
  }

  .bna-about-expectations__grid li,
  .bna-about-expectations__grid li:first-child,
  .bna-about-expectations__grid li:nth-child(3) {
    padding: 28px 0;
    border-top: 1px solid var(--bna-about-line);
    border-left: 0;
  }

  .bna-about-expectations h3,
  .bna-about-language-card h2,
  .bna-about-language-card > p:not(.bna-about-eyebrow) {
    min-height: 0;
  }

  .bna-about-language-card {
    padding: 54px 4px;
  }

  .bna-about-language-card + .bna-about-language-card {
    border-top: 1px solid var(--bna-about-line);
    border-left: 0;
  }
}
