@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Baskerville:wght@400;700&display=swap");

.bna-body {
  --bna-charcoal: #4a4a4a;
  --bna-ink: #282725;
  --bna-ivory: #f7f3ec;
  --bna-ivory-deep: #f1ebe2;
  --bna-gold-dark: #755f40;
  --bna-gold-mid: #a4885e;
  --bna-gold-light: #cbaa79;
  --bna-line: rgba(117, 95, 64, 0.25);
  --bna-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --bna-sans: "DM Sans", Arial, sans-serif;
  color: var(--bna-ink);
  background: var(--bna-ivory);
  font-family: var(--bna-sans);
  font-size: 16px;
  line-height: 1.6;
  overflow: clip;
}

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

.bna-body :where(h2, h3, p, figure, blockquote) {
  margin-top: 0;
}

.bna-body :where(a) {
  color: inherit;
  text-decoration: none;
}

.bna-body :where(img) {
  display: block;
  max-width: 100%;
}

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

.bna-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bna-eyebrow {
  margin-bottom: 14px;
  color: var(--bna-gold-dark);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bna-button,
.bna-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: var(--bna-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bna-button {
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid transparent;
}

.bna-button--outline {
  border-color: var(--bna-gold-mid);
  color: var(--bna-gold-dark);
  background: transparent;
}

.bna-button--gold {
  color: #27231e;
  background: linear-gradient(105deg, var(--bna-gold-light), #e0c18f 48%, var(--bna-gold-mid));
  box-shadow: 0 7px 18px rgba(62, 48, 30, 0.12);
}

.bna-button:hover,
.bna-text-link:hover {
  transform: translateY(-2px);
}

.bna-button--outline:hover {
  color: var(--bna-ivory);
  background: var(--bna-gold-dark);
  border-color: var(--bna-gold-dark);
}

.bna-button:focus-visible,
.bna-text-link:focus-visible,
.bna-service:focus-visible,
.bna-insight-card a:focus-visible,
.bna-faq-item summary:focus-visible,
.bna-enquiry-form :is(input, textarea, button):focus-visible {
  outline: 2px solid var(--bna-gold-mid);
  outline-offset: 4px;
}

.bna-text-link {
  color: var(--bna-gold-dark);
}

.bna-text-link--light {
  color: #d8b77d;
}

.bna-services {
  --bna-services-line: rgba(117, 95, 64, 0.25);
  padding: clamp(72px, 8vw, 118px) 0;
  border-bottom: 1px solid var(--bna-services-line);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.75), transparent 29%),
    #f7f3ec;
}

.bna-services__layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 3fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
}

.bna-section-intro h2,
.bna-faq h2,
.bna-enquiry__intro h2 {
  font-family: var(--bna-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.bna-section-intro h2 {
  margin-bottom: 42px;
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 1.35;
}

.bna-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 0;
}

.bna-service {
  position: relative;
  min-height: 210px;
  padding: 8px clamp(24px, 3vw, 44px) 32px;
  border-right: 1px solid var(--bna-services-line);
  border-bottom: 1px solid var(--bna-services-line);
}

.bna-service:nth-last-child(-n + 3) {
  padding-top: 32px;
  padding-bottom: 8px;
  border-bottom: 0;
}

.bna-service:nth-child(3n) {
  border-right: 0;
}

.bna-service__number {
  display: inline-block;
  color: var(--bna-gold-mid);
  font-family: var(--bna-serif);
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1;
}

.bna-service__rule {
  display: inline-block;
  width: 58px;
  height: 1px;
  margin: 0 0 12px 14px;
  background: var(--bna-gold-mid);
  transform-origin: left;
  transition: transform 180ms ease;
}

.bna-service:hover .bna-service__rule {
  transform: scaleX(1.3);
}

.bna-service h3 {
  margin: 26px 0 11px;
  font-family: var(--bna-serif);
  font-size: clamp(1.08rem, 1.6vw, 1.42rem);
  font-weight: 400;
  line-height: 1.35;
}

.bna-service p {
  max-width: 25ch;
  margin-bottom: 0;
  color: #5a5752;
  font-size: 0.76rem;
  line-height: 1.65;
}

.bna-service-cta {
  color: #fff;
  background: #292a29;
  border-top: 1px solid var(--bna-gold-dark);
}

.bna-service-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) auto auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: 158px;
  padding-block: 28px;
}

.bna-service-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--bna-serif);
  font-size: clamp(1.35rem, 2.3vw, 2.05rem);
  font-weight: 400;
  line-height: 1.3;
}

.bna-service-cta .bna-eyebrow {
  color: #d8b77d;
}

.bna-service-cta .bna-text-link--light {
  color: #fff;
}

.bna-service-cta .bna-text-link--light:hover,
.bna-service-cta .bna-text-link--light:focus-visible {
  color: #d8b77d;
}

@media (min-width: 761px) {
  .bna-service-cta h2 {
    white-space: nowrap;
  }
}

.bna-service-cta__copy > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.bna-service-cta__phone {
  min-width: 220px;
}

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

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

.bna-language-card {
  padding: clamp(70px, 8vw, 112px) clamp(16px, 6vw, 82px);
}

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

.bna-language-card h3 {
  max-width: 18ch;
  margin-bottom: 28px;
  font-family: var(--bna-serif);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.bna-language-card > p:not(.bna-eyebrow) {
  max-width: 47ch;
  color: #47443f;
}

.bna-language-card__lead {
  margin-bottom: 26px;
}

/* Reserve three text lines so the signature rows align across languages. */
.bna-language-card > p:not(.bna-eyebrow):not(.bna-language-card__lead) {
  min-height: 4.8em;
}

.bna-signature {
  display: grid;
  gap: 2px;
  margin: 44px 0 24px;
}

.bna-signature strong {
  font-family: var(--bna-serif);
  font-size: 1.13rem;
  font-weight: 400;
}

.bna-signature span {
  font-size: 0.82rem;
}

.bna-partners {
  padding: clamp(38px, 4.5vw, 58px) 0 clamp(42px, 5vw, 66px);
  border-bottom: 1px solid var(--bna-line);
  background: var(--bna-ivory);
}

.page-template-custom-landing .bna-body .bna-partners__title {
  margin: 0 0 clamp(27px, 3vw, 39px);
  color: var(--bna-gold-mid) !important;
  font-family: var(--bna-sans) !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.45 !important;
  text-align: center;
  text-transform: uppercase;
}

.bna-partners__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bna-partners__item {
  display: grid;
  min-width: 0;
  min-height: 108px;
  place-items: center;
  padding: 10px clamp(24px, 4vw, 60px);
}

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

.bna-partners__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.bna-partners__item--ifa img {
  max-width: 225px;
  max-height: 125px;
}

.bna-partners__item--xero img {
  max-width: 270px;
  max-height: 94px;
}

.bna-partners__item--quickbooks img {
  max-width: 310px;
  max-height: 88px;
}

.bna-testimonials {
  padding: clamp(58px, 7vw, 90px) 0;
  border-bottom: 1px solid var(--bna-line);
  background: var(--bna-ivory-deep);
}

.bna-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bna-quote {
  position: relative;
  min-height: 230px;
  margin: 0;
  padding: 4px clamp(30px, 4vw, 58px) 0;
}

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

.bna-quote::before {
  content: "“";
  position: absolute;
  top: -17px;
  left: 8px;
  color: var(--bna-gold-light);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.bna-quote blockquote {
  max-width: 25ch;
  margin-bottom: 30px;
  font-family: var(--bna-serif);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.5;
}

.bna-quote figcaption {
  display: grid;
  gap: 2px;
  color: #58544d;
  font-size: 0.66rem;
  line-height: 1.45;
}

.bna-quote figcaption strong {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bna-insights {
  padding: clamp(72px, 8vw, 110px) 0;
  border-bottom: 1px solid var(--bna-line);
  background: var(--bna-ivory);
}

.bna-insights__layout {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 3fr);
  gap: clamp(32px, 5vw, 68px);
}

.bna-section-intro--compact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.bna-section-intro--compact h2 {
  font-size: clamp(1.85rem, 3vw, 2.8rem);
}

.bna-insights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bna-insight-card {
  overflow: hidden;
  border: 1px solid var(--bna-line);
  background: rgba(255, 255, 255, 0.22);
}

.bna-insight-card__image {
  display: block;
  aspect-ratio: 16 / 8;
  overflow: hidden;
}

.bna-insight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65) contrast(0.95);
  transition: transform 450ms ease, filter 450ms ease;
}

.bna-insight-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.85) contrast(1);
}

.bna-insight-card__content {
  padding: 22px 24px 24px;
}

.bna-insight-card__content .bna-eyebrow {
  margin-bottom: 8px;
}

.bna-insight-card h3 {
  min-height: 3.5em;
  margin-bottom: 15px;
  font-family: var(--bna-serif);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 400;
  line-height: 1.45;
}

.bna-insight-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-bottom: 19px;
  color: #5c5852;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.bna-faq {
  padding: clamp(72px, 8vw, 110px) 0 36px;
  background: var(--bna-ivory);
}

.bna-faq h2 {
  margin-bottom: 36px;
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  line-height: 1.25;
}

.bna-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px 16px;
}

.bna-faq-item {
  border: 1px solid rgba(164, 136, 94, 0.5);
  background: rgba(255, 255, 255, 0.16);
}

.bna-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
  padding: 18px 24px;
  cursor: pointer;
  font-family: var(--bna-serif);
  font-size: 0.98rem;
  line-height: 1.45;
  list-style: none;
}

.bna-faq-item summary::-webkit-details-marker {
  display: none;
}

.bna-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--bna-gold-mid);
  font-family: var(--bna-sans);
  font-size: 1.35rem;
  font-weight: 400;
}

.bna-faq-item[open] summary::after {
  content: "−";
}

.bna-faq-item__answer {
  padding: 0 24px 21px;
  color: #514d47;
  font-size: 0.86rem;
}

.bna-faq-item__answer p {
  max-width: 52ch;
  margin-bottom: 0;
}

.bna-faq__all {
  display: flex;
  width: max-content;
  margin: 24px auto 0;
}

.bna-enquiry {
  padding: 0 0 clamp(70px, 8vw, 112px);
  background: var(--bna-ivory);
}

.bna-enquiry__card {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  padding: 0;
  border: 1px solid var(--bna-line);
}

.bna-enquiry__intro {
  padding: clamp(44px, 6vw, 78px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.065), transparent 38%),
    linear-gradient(130deg, #292a29, var(--bna-charcoal));
}

.bna-enquiry__intro .bna-eyebrow {
  color: #d8b77d;
}

.bna-enquiry__intro h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.3;
}

.bna-enquiry__intro > p:not(.bna-eyebrow) {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.8);
}

.bna-enquiry__phone {
  margin-top: 32px;
  color: #d8b77d !important;
}

.bna-enquiry__phone a {
  margin-left: 8px;
  font-size: 1.05rem;
  letter-spacing: 0.055em;
}

.bna-enquiry-form {
  display: grid;
  gap: 18px;
  padding: clamp(38px, 6vw, 72px);
  background: rgba(255, 255, 255, 0.16);
}

.bna-field {
  display: grid;
  grid-template-columns: minmax(115px, 0.35fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.bna-field label {
  padding-top: 13px;
  color: #504b44;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bna-field :is(input, textarea) {
  width: 100%;
  border: 1px solid rgba(74, 74, 74, 0.2);
  border-radius: 0;
  color: var(--bna-ink);
  background: rgba(255, 255, 255, 0.18);
  font: inherit;
}

.bna-field input {
  min-height: 46px;
  padding: 8px 12px;
}

.bna-field textarea {
  min-height: 108px;
  padding: 12px;
  resize: vertical;
}

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

.bna-enquiry-form__footer {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: calc(35% + 20px);
}

.bna-enquiry-form__footer p {
  margin-bottom: 0;
  color: #615d57;
  font-size: 0.68rem;
}

@media (max-width: 980px) {
  .bna-services__layout,
  .bna-insights__layout {
    grid-template-columns: 1fr;
  }

  .bna-section-intro h2 br {
    display: none;
  }

  .bna-section-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
  }

  .bna-section-intro h2 {
    margin-bottom: 0;
  }

  .bna-service-cta__inner {
    grid-template-columns: 1fr auto;
  }

  .bna-service-cta__copy {
    grid-column: 1 / -1;
  }

  .bna-section-intro--compact {
    flex-direction: row;
  }

  .bna-enquiry__card {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .bna-field {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .bna-field label {
    padding-top: 0;
  }

  .bna-enquiry-form__footer {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
}

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

  .bna-section-intro,
  .bna-section-intro--compact {
    align-items: flex-start;
    flex-direction: column;
  }

  .bna-services__grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .bna-service,
  .bna-service:nth-last-child(-n + 3) {
    min-height: 0;
    padding: 28px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--bna-line);
  }

  .bna-service:last-child {
    border-bottom: 0;
  }

  .bna-service h3 {
    margin-top: 18px;
  }

  .bna-service-cta__inner,
  .bna-service-cta__copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .bna-service-cta__inner {
    gap: 24px;
    padding-block: 42px;
  }

  .bna-service-cta__phone {
    min-width: 0;
    width: 100%;
  }

  .bna-bilingual__grid,
  .bna-testimonials__grid,
  .bna-insights__grid,
  .bna-faq__grid,
  .bna-enquiry__card {
    grid-template-columns: 1fr;
  }

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

  .bna-language-card > p:not(.bna-eyebrow):not(.bna-language-card__lead) {
    min-height: 0;
  }

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

  .bna-partners {
    padding-block: 42px;
  }

  .bna-partners__list {
    grid-template-columns: 1fr;
  }

  .bna-partners__item {
    min-height: 122px;
    padding: 24px;
  }

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

  .bna-partners__item--ifa img,
  .bna-partners__item--xero img,
  .bna-partners__item--quickbooks img {
    max-width: min(100%, 280px);
    max-height: 92px;
  }

  .bna-partners__item--ifa img {
    max-height: 112px;
  }

  .bna-quote {
    min-height: 0;
    padding: 34px 28px 38px;
  }

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

  .bna-quote::before {
    top: 12px;
    left: 0;
  }

  .bna-insight-card h3 {
    min-height: 0;
  }

  .bna-faq {
    padding-bottom: 30px;
  }

  .bna-enquiry__card {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  .bna-enquiry__intro,
  .bna-enquiry-form {
    padding: 40px 24px;
  }
}

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

/* WordPress/Contact Form 7 output inside the enquiry design. */
.bna-body .bna-enquiry-form--wordpress {
  align-content: center;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7,
.bna-body .bna-enquiry-form--wordpress .wpcf7-form {
  width: 100%;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form {
  display: grid;
  gap: 14px;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form > p {
  margin: 0;
}

.bna-body .bna-enquiry-form--wordpress label {
  display: grid;
  gap: 6px;
  color: #504b44;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.bna-body .bna-enquiry-form--wordpress :is(input:not([type="submit"]), textarea, select) {
  width: 100%;
  min-height: 46px;
  margin-top: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(74, 74, 74, .2);
  border-radius: 0;
  color: var(--bna-ink);
  background: rgba(255, 255, 255, .2);
  font: 400 .86rem/1.4 var(--bna-sans);
}

.bna-body .bna-enquiry-form--wordpress textarea {
  min-height: 96px;
}

.bna-body .bna-enquiry-form--wordpress input[type="submit"] {
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: 0;
  color: #27231e;
  background: linear-gradient(105deg, var(--bna-gold-light), #e0c18f 48%, var(--bna-gold-mid));
  font: 600 .72rem/1.2 var(--bna-sans);
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
}

/*
 * The native CF7 submit remains in the form for CF7's AJAX and validation
 * hooks. It is visually hidden only after JavaScript connects the proxy.
 */
.bna-body .bna-enquiry-form--wordpress .bna-cf7-submit-proxy[hidden] {
  display: none;
}

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

.bna-body .bna-enquiry-form--wordpress .bna-cf7-submit-proxy {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100%, 250px);
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #27231e;
  background: linear-gradient(105deg, var(--bna-gold-light), #e0c18f 48%, var(--bna-gold-mid));
  box-shadow: 0 7px 18px rgba(62, 48, 30, .12);
  font: 600 11.52px/1.2 var(--bna-sans);
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-submit-proxy:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(62, 48, 30, .18);
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-submit-proxy:focus-visible {
  outline: 2px solid var(--bna-gold-mid);
  outline-offset: 4px;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-submit-proxy:disabled {
  cursor: wait;
  opacity: .62;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-submit-proxy.bna-is-submitting span:first-child::after {
  content: "\2026";
}

/* Contact Form 7 markup used by the homepage consultation form. */
.bna-body .bna-enquiry-form--wordpress .bna-cf7-fields {
  display: grid;
  gap: 24px;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-field {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  align-items: start;
  gap: 25px;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-field label {
  display: block;
  padding-top: 15px;
  color: #504b44;
  font-size: 10.4px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-field .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-field :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, .22);
  border-radius: 0;
  color: var(--bna-ink);
  background: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-field textarea {
  min-height: 128px !important;
  resize: vertical;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-field :is(input, textarea, select):focus {
  border-color: var(--bna-gold-mid);
  outline: 0;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-footer {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 160px;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-footer > p {
  max-width: 155px;
  margin: 0;
  color: #615d57;
  font-size: 10.88px;
  line-height: 1.55;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-footer .bna-cf7-submit-proxy {
  flex: 0 0 165px;
  justify-content: center;
  width: 165px;
  min-height: 58px;
  padding: 12px 22px;
  text-align: center;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-footer .bna-cf7-submit-proxy span:first-child {
  max-width: 13ch;
}

.bna-body .bna-enquiry-form--wordpress .bna-cf7-footer .bna-cf7-submit-proxy span:nth-child(2) {
  display: none;
}

/*
 * Compatibility with the `.bna-field` form markup currently saved in CF7.
 * CF7 adds a paragraph and line break around each field; make that generated
 * paragraph the grid so the control uses the full right-hand column.
 */
.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field {
  display: block;
  min-height: 0;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field > p {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  align-items: start;
  gap: 25px;
  width: 100%;
  margin: 0;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field > p > br {
  display: none;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field label {
  display: block;
  padding-top: 15px;
  color: #504b44;
  font-size: 10.4px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field :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, .22);
  border-radius: 0;
  color: var(--bna-ink);
  background: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field textarea {
  height: 128px !important;
  min-height: 128px !important;
  resize: vertical;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 160px;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer > p {
  margin: 0;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer > p:last-child {
  max-width: 155px;
  color: #615d57;
  font-size: 10.88px;
  line-height: 1.55;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer .bna-cf7-submit-proxy {
  justify-content: center;
  width: 165px;
  min-height: 58px;
  padding: 12px 22px;
  text-align: center;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer .bna-cf7-submit-proxy span:first-child {
  display: block;
  max-width: 13ch;
  line-height: 1.35;
  white-space: normal !important;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer .bna-cf7-submit-proxy span:nth-child(2) {
  display: none;
}

@media (max-width: 980px) {
  .bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field > p,
  .bna-body .bna-enquiry-form--wordpress .bna-cf7-field {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-field label,
  .bna-body .bna-enquiry-form--wordpress .bna-cf7-field label {
    padding-top: 0;
  }

  .bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer,
  .bna-body .bna-enquiry-form--wordpress .bna-cf7-footer {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .bna-body .bna-enquiry-form--wordpress .bna-cf7-fields {
    gap: 20px;
  }

  .bna-body .bna-enquiry-form--wordpress .bna-cf7-footer,
  .bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer,
  .bna-body .bna-enquiry-form--wordpress .wpcf7-form .bna-enquiry-form__footer .bna-cf7-submit-proxy,
  .bna-body .bna-enquiry-form--wordpress .bna-cf7-footer .bna-cf7-submit-proxy {
    width: 100%;
  }

  .bna-body .bna-enquiry-form--wordpress .bna-cf7-footer .bna-cf7-submit-proxy {
    flex-basis: auto;
  }
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-spinner {
  margin: 0 0 0 12px;
}

.bna-body .bna-enquiry-form--wordpress .wpcf7-response-output {
  margin: 0;
  font-size: .78rem;
}

/* Keep the custom landing template flush with the theme header/footer shell. */
.page-template-custom-landing #content,
.page-template-custom-landing #content > .content-inner {
  margin: 0;
  padding: 0;
}

.page-template-custom-landing .page-title {
  display: none;
}

/*
 * Isolate the homepage body typography from Finano's global heading and
 * blockquote rules. The standalone body mockup is based on a 16px root size;
 * explicit pixel values preserve those proportions without changing the
 * header, hero, footer or the rest of the theme.
 */
.page-template-custom-landing .bna-body,
.page-template-custom-landing .bna-body :where(p, a, span, time, summary, input, textarea, select, button) {
  font-family: var(--bna-sans) !important;
}

.page-template-custom-landing .bna-body :where(h2, h3, blockquote),
.page-template-custom-landing .bna-body :where(h2, h3, blockquote) a,
.page-template-custom-landing .bna-body .bna-signature strong {
  color: var(--bna-ink) !important;
  font-family: var(--bna-serif) !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.page-template-custom-landing .bna-body .bna-service__number {
  color: var(--bna-gold-mid) !important;
  font-family: var(--bna-serif) !important;
  font-weight: 400 !important;
}

.page-template-custom-landing .bna-body .bna-section-intro h2 {
  font-size: clamp(32px, 3.6vw, 52.8px) !important;
  line-height: 1.35 !important;
}

.page-template-custom-landing .bna-body .bna-services .bna-section-intro h2 {
  color: #282725 !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  line-height: 1.28 !important;
  white-space: nowrap;
}

/* Preserve the reference's three-line services heading at every breakpoint. */
.page-template-custom-landing .bna-body .bna-services .bna-section-intro h2 br {
  display: block;
}

.page-template-custom-landing .bna-body .bna-service h3 {
  font-size: clamp(17.28px, 1.6vw, 22.72px) !important;
  line-height: 1.35 !important;
}

.page-template-custom-landing .bna-body .bna-service-cta h2 {
  color: #fff !important;
  font-size: clamp(21.6px, 2.3vw, 32.8px) !important;
  line-height: 1.3 !important;
}

.page-template-custom-landing .bna-body .bna-language-card h3 {
  font-size: clamp(28.8px, 3.2vw, 48px) !important;
  line-height: 1.28 !important;
}

.page-template-custom-landing .bna-body .bna-quote blockquote {
  max-width: 25ch !important;
  margin: 0 40px 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--bna-ink) !important;
  background: transparent !important;
  font-size: clamp(16px, 1.5vw, 20.8px) !important;
  line-height: 1.5 !important;
}

.page-template-custom-landing .bna-body .bna-quote blockquote::before,
.page-template-custom-landing .bna-body .bna-quote blockquote::after {
  content: none !important;
  display: none !important;
}

.page-template-custom-landing .bna-body .bna-section-intro--compact h2 {
  font-size: clamp(29.6px, 3vw, 44.8px) !important;
}

.page-template-custom-landing .bna-body .bna-insight-card h3 {
  display: block;
  min-height: 3.5em;
  max-height: 3.5em;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: clamp(16px, 1.6vw, 20.8px) !important;
  line-height: 1.45 !important;
}

.page-template-custom-landing .bna-body .bna-insight-card h3 a {
  display: -webkit-box;
  max-height: 2.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* The card specification contains category, title, date/read time and link only. */
.page-template-custom-landing .bna-body .bna-insight-card__content > p:not(.bna-eyebrow):not(.bna-insight-card__meta) {
  display: none !important;
}

.page-template-custom-landing .bna-body .bna-faq h2,
.page-template-custom-landing .bna-body .bna-enquiry__intro h2 {
  font-size: clamp(30.4px, 3.4vw, 49.6px) !important;
  line-height: 1.25 !important;
}

.page-template-custom-landing .bna-body .bna-enquiry__intro h2 {
  color: #fff !important;
}
