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

body.page-template-custom-contact #content,
body.page-template-custom-contact #content > .content-inner {
  margin: 0;
  padding: 0;
}

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

.bna-contact {
  --bna-contact-ivory: #f7f3ec;
  --bna-contact-ivory-deep: #f2ede5;
  --bna-contact-ink: #282725;
  --bna-contact-copy: #4d4943;
  --bna-contact-dark: #1d1e1e;
  --bna-contact-gold: #ad8e63;
  --bna-contact-gold-light: #d8b77d;
  --bna-contact-line: rgba(117, 95, 64, .26);
  color: var(--bna-contact-ink);
  background: var(--bna-contact-ivory);
  font-family: "Mulish", Arial, sans-serif;
}

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

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

.bna-contact-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 12, .58) 0%, rgba(13, 14, 14, .32) 42%, rgba(14, 15, 15, .18) 70%, rgba(14, 15, 15, .34) 100%);
}

.bna-contact-hero h1,
.bna-contact-intro h2,
.bna-contact-consultation h2,
.bna-contact-location h2 {
  color: inherit;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.03em;
}

.bna-contact-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.1;
}

.bna-contact-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;
  text-transform: uppercase;
}

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

.bna-contact-intro {
  padding: clamp(68px, 8vw, 104px) 0 42px;
}

.bna-contact-intro__copy {
  max-width: 530px;
}

.bna-contact-eyebrow {
  margin: 0 0 22px;
  color: var(--bna-contact-gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bna-contact-intro h2 {
  max-width: 14ch;
  margin: 0 0 22px;
  color: var(--bna-contact-ink);
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.16;
}

.bna-contact-intro__copy > p:last-child {
  max-width: 49ch;
  margin: 0;
  color: var(--bna-contact-copy);
  font-size: 15px;
  line-height: 1.72;
}

.bna-contact-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(48px, 6vw, 76px) 0 0;
  padding: 0;
  list-style: none;
}

.bna-contact-options li {
  min-width: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 13px;
  row-gap: 12px;
  padding: 0 28px;
  border-left: 1px solid var(--bna-contact-line);
}

.bna-contact-options li:first-child {
  padding-left: 0;
  border-left: 0;
}

.bna-contact-option__icon {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.bna-contact-option__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--bna-contact-gold);
  stroke-width: 1.45;
}

.bna-contact-option__content {
  display: contents;
}

.bna-contact-option__content strong {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  color: #6a6258;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bna-contact-option__content a {
  grid-column: 1 / -1;
  grid-row: 2;
  color: var(--bna-contact-ink) !important;
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

.bna-contact-consultation {
  padding: 0 0 44px;
}

.bna-contact-consultation__card {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  border: 1px solid var(--bna-contact-line);
}

.bna-contact-consultation__aside {
  padding: clamp(38px, 3.8vw, 50px) clamp(42px, 5vw, 64px);
  color: #fff;
  background: var(--bna-contact-dark);
}

.bna-contact-consultation__aside h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.18;
}

.bna-contact-consultation__rule {
  display: block;
  width: 54px;
  height: 1px;
  margin: 22px 0 28px;
  background: var(--bna-contact-gold);
}

.bna-contact-consultation__aside ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(216, 183, 125, .32);
  list-style: none;
}

.bna-contact-consultation__aside li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
}

.bna-contact-consultation__aside .bna-contact-aside-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--bna-contact-gold-light);
}

.bna-contact-consultation__aside .bna-contact-aside-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.bna-contact-consultation__aside > p {
  margin: 24px 0 0;
  color: #eee9e1;
  font-size: 14px;
  line-height: 1.75;
}

.bna-contact-consultation__aside > p a {
  color: var(--bna-contact-gold-light) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  text-decoration: none !important;
}

.bna-contact-consultation__form {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(32px, 3vw, 44px) clamp(40px, 5vw, 66px);
  background: var(--bna-contact-ivory);
}

.bna-contact-consultation__form .wpcf7,
.bna-contact-consultation__form .wpcf7-form {
  width: 100%;
}

.bna-contact-consultation__form .wpcf7-form {
  display: grid;
  gap: 14px;
}

.bna-contact-consultation__form .wpcf7-form > p,
.bna-contact-consultation__form .bna-field,
.bna-contact-consultation__form .bna-cf7-field {
  margin: 0;
}

.bna-contact-consultation__form .wpcf7-form > p {
  display: grid;
  gap: 14px;
}

/* CF7 and its honeypot add-on insert layout-only line breaks. */
.bna-contact-consultation__form .wpcf7-form br {
  display: none;
}

.bna-contact-consultation__form [data-cf7apps-honeypot] {
  position: absolute !important;
  inset: auto !important;
  margin: 0 !important;
}

.bna-contact-consultation__form label {
  display: grid;
  gap: 8px;
  color: #514d47;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .045em;
}

.bna-contact-consultation__form .bna-cf7-field,
.bna-contact-consultation__form .bna-field > p {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}

.bna-contact-consultation__form .bna-cf7-field > label,
.bna-contact-consultation__form .bna-field > p > label {
  padding-top: 0;
  text-transform: none;
}

.bna-contact-consultation__form .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.bna-contact-consultation__form :is(input:not([type="submit"]), textarea, select) {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(74, 74, 74, .2);
  border-radius: 0;
  color: var(--bna-contact-ink);
  background: rgba(255, 255, 255, .22);
  box-shadow: none;
  font: 400 14px/1.4 "Mulish", Arial, sans-serif;
}

.bna-contact-consultation__form textarea {
  height: 128px !important;
  min-height: 128px !important;
  resize: vertical;
}

.bna-contact-consultation__form :is(input, textarea, select):focus {
  border-color: var(--bna-contact-gold);
  outline: 0;
}

.bna-contact-consultation__form input[type="submit"],
.bna-contact-consultation__form .bna-cf7-submit-proxy,
.bna-contact-form-fallback a {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 0;
  color: #27231e !important;
  background: linear-gradient(105deg, var(--bna-contact-gold), var(--bna-contact-gold-light) 48%, #a4885e);
  box-shadow: 0 7px 18px rgba(62, 48, 30, .12);
  font: 600 11px/1.2 "Poppins", Arial, sans-serif;
  letter-spacing: .075em;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}

.bna-contact-consultation__form .bna-cf7-submit-proxy[hidden] {
  display: none;
}

.bna-contact-consultation__form.bna-cf7-proxy-ready .wpcf7-submit[type="submit"] {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.bna-contact-consultation__form .wpcf7-spinner {
  margin: 8px 0 0;
}

.bna-contact-consultation__form .wpcf7-response-output {
  margin: 0 !important;
  font-size: 12px;
}

.bna-contact-location {
  padding: 0 0 30px;
}

.bna-contact-location__card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .75fr);
  min-height: 330px;
  border: 1px solid var(--bna-contact-line);
}

.bna-contact-map {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-right: 1px solid var(--bna-contact-line);
  color: #69635a;
  background:
    linear-gradient(28deg, transparent 47%, rgba(164, 136, 94, .22) 48%, rgba(164, 136, 94, .22) 49%, transparent 50%),
    linear-gradient(105deg, transparent 56%, rgba(164, 136, 94, .18) 57%, rgba(164, 136, 94, .18) 58%, transparent 59%),
    linear-gradient(165deg, transparent 35%, rgba(117, 95, 64, .13) 36%, rgba(117, 95, 64, .13) 38%, transparent 39%),
    #f2f0eb;
}

.bna-contact-map::before,
.bna-contact-map::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 30px;
  border-top: 1px solid rgba(117, 95, 64, .18);
  border-bottom: 1px solid rgba(117, 95, 64, .18);
  background: rgba(255, 255, 255, .22);
  transform: rotate(-18deg);
}

.bna-contact-map::before {
  top: 35%;
  left: -25%;
}

.bna-contact-map::after {
  right: -28%;
  bottom: 23%;
  transform: rotate(16deg);
}

.bna-contact-map > span {
  position: absolute;
  z-index: 1;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bna-contact-map__district { top: 25%; left: 9%; }
.bna-contact-map__station { top: 57%; left: 23%; text-align: center; }
.bna-contact-map__street { top: 23%; right: 19%; transform: rotate(-42deg); }
.bna-contact-map__office { right: 25%; bottom: 24%; text-align: center; }

.bna-contact-map .bna-contact-map__pin {
  right: 33%;
  bottom: 36%;
}

.bna-contact-map__pin svg {
  width: 48px;
  height: 48px;
  fill: var(--bna-contact-gold);
  stroke: #f7f3ec;
  stroke-width: 1.2;
}

.bna-contact-location__details {
  padding: clamp(42px, 5vw, 64px);
}

.bna-contact-location__details h2 {
  margin: 0;
  color: var(--bna-contact-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.bna-contact-rule {
  display: block;
  width: 65px;
  height: 1px;
  margin: 24px 0;
  background: var(--bna-contact-gold);
}

.bna-contact-location__details address {
  color: var(--bna-contact-ink);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.bna-contact-location__details p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  margin: 20px 0;
  color: var(--bna-contact-copy);
  font-size: 12px;
  line-height: 1.55;
}

.bna-contact-location__details > a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border: 1px solid rgba(164, 136, 94, .65);
  color: var(--bna-contact-gold) !important;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .07em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.bna-contact-assurances {
  padding: 0 0 28px;
}

.bna-contact-assurances ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.bna-contact-assurances li {
  min-height: 78px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 14px;
  padding: 0 40px;
  border-left: 1px solid var(--bna-contact-line);
}

.bna-contact-assurances li:first-child {
  border-left: 0;
}

.bna-contact-assurances .bna-contact-assurance__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--bna-contact-gold);
}

.bna-contact-assurances .bna-contact-assurance__icon svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.bna-contact-assurances strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.bna-contact-assurances p {
  max-width: 24ch;
  margin: 0;
  color: var(--bna-contact-copy);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .bna-contact-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 0;
  }

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

  .bna-contact-consultation__card,
  .bna-contact-location__card {
    grid-template-columns: 1fr;
  }

  .bna-contact-map {
    border-right: 0;
    border-bottom: 1px solid var(--bna-contact-line);
  }
}

@media (max-width: 680px) {
  .bna-contact .bna-contact-shell {
    width: min(100% - 32px, 560px);
  }

  .bna-contact-hero {
    min-height: 350px;
    padding: 145px 0 38px;
    background-position: 60% 56%;
  }

  .bna-contact-intro {
    padding-top: 58px;
  }

  .bna-contact-intro h2 {
    font-size: 38px;
  }

  .bna-contact-options {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 44px;
  }

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

  .bna-contact-consultation__aside,
  .bna-contact-consultation__form,
  .bna-contact-location__details {
    padding: 38px 26px;
  }

  .bna-contact-consultation__form .bna-cf7-field,
  .bna-contact-consultation__form .bna-field > p {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .bna-contact-consultation__form .bna-cf7-field > label,
  .bna-contact-consultation__form .bna-field > p > label {
    padding-top: 0;
  }

  .bna-contact-map {
    min-height: 280px;
  }

  .bna-contact-assurances ul {
    grid-template-columns: 1fr;
  }

  .bna-contact-assurances li,
  .bna-contact-assurances li:first-child {
    padding: 25px 0;
    border-top: 1px solid var(--bna-contact-line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bna-contact *,
  .bna-contact *::before,
  .bna-contact *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
