section.bna-service-hero,
section.bna-service-hero *,
aside.bna-service-proof,
aside.bna-service-proof * {
  box-sizing: border-box;
}

section.bna-service-hero {
  --bna-service-ivory: #fbf9f5;
  --bna-service-gold-dark: #755f40;
  --bna-service-gold-mid: #a4885e;
  --bna-service-gold-light: #d9b77f;
  --bna-service-gold: linear-gradient(112deg, #755f40 0%, #a4885e 54%, #ac8d62 100%);
  position: relative;
  min-height: 750px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 170px clamp(30px, 5vw, 84px) 70px;
  overflow: hidden;
  color: var(--bna-service-ivory);
  background-color: #292a2a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Mulish", "Helvetica Neue", Arial, sans-serif;
  isolation: isolate;
}

section.bna-service-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 29, 29, .96) 0%, rgba(28, 29, 29, .9) 29%, rgba(30, 31, 31, .52) 50%, rgba(34, 34, 34, .03) 75%),
    linear-gradient(180deg, rgba(20, 21, 21, .28), transparent 26%, rgba(17, 18, 18, .18));
}

section.bna-service-hero--bookkeeping-services { background-image: url("../images/services/bookkeeping-services.webp"); }
section.bna-service-hero--annual-accounts { background-image: url("../images/services/annual-accounts.webp"); }
section.bna-service-hero--annual-returns-filing { background-image: url("../images/services/annual-returns-filing.webp"); }
section.bna-service-hero--payroll-outsourcing { background-image: url("../images/services/payroll-outsourcing.webp"); }
section.bna-service-hero--limited-company-accountants { background-image: url("../images/services/limited-company-accountants.webp"); }
section.bna-service-hero--cis-accountants { background-image: url("../images/services/cis-accountants.webp"); }
section.bna-service-hero--self-assessment { background-image: url("../images/services/self-assessment.webp"); }
section.bna-service-hero--utr-number { background-image: url("../images/services/utr-number.webp"); }
section.bna-service-hero--vat-accountants { background-image: url("../images/services/vat-accountants.webp"); }
section.bna-service-hero--sa302-tax-calculation { background-image: url("../images/services/sa302-tax-calculation.webp"); }
section.bna-service-hero--russian-tax-return { background-image: url("../images/services/russian-tax-return.webp"); }
section.bna-service-hero--russian-accounting-uk { background-image: url("../images/services/russian-accounting-uk.webp"); }
section.bna-service-hero--services { background-image: url("../images/services/services-overview.webp"); }

section.bna-service-hero .bna-service-hero__inner {
  width: min(100%, 1504px);
  margin: 0 auto;
}

section.bna-service-hero .bna-service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0 0 54px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5;
  text-transform: uppercase;
}

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

section.bna-service-hero .bna-service-breadcrumb a:hover,
section.bna-service-hero .bna-service-breadcrumb a:focus-visible {
  color: var(--bna-service-gold-light);
}

section.bna-service-hero .bna-service-breadcrumb__separator {
  width: 1px;
  height: 18px;
  display: inline-block;
  background: var(--bna-service-gold-mid);
  transform: rotate(21deg);
}

section.bna-service-hero .bna-service-hero__eyebrow {
  margin: 0 0 20px;
  color: var(--bna-service-gold-light);
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

section.bna-service-hero .bna-service-hero__title {
  max-width: 780px;
  margin: 0;
  color: inherit;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.2vw, 68px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.04;
}

section.bna-service-hero .bna-service-hero__introduction {
  max-width: 620px;
  margin: 26px 0 28px;
  color: inherit;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

section.bna-service-hero .bna-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

section.bna-service-hero .bna-service-hero__button {
  min-width: 278px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: 1px solid rgba(164, 136, 94, .88);
  color: #1e1e1d;
  background: var(--bna-service-gold);
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .09em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .22s ease, background-color .22s ease, filter .22s ease, transform .22s ease;
}

section.bna-service-hero .bna-service-hero__button--secondary {
  color: var(--bna-service-ivory);
  background: rgba(33, 34, 34, .48);
}

section.bna-service-hero .bna-service-hero__button:hover,
section.bna-service-hero .bna-service-hero__button:focus-visible {
  color: #1e1e1d;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

section.bna-service-hero .bna-service-hero__button--secondary:hover,
section.bna-service-hero .bna-service-hero__button--secondary:focus-visible {
  color: var(--bna-service-ivory);
  background: rgba(117, 95, 64, .72);
}

aside.bna-service-proof {
  --bna-service-proof-ivory: #fbf9f5;
  --bna-service-proof-gold: #a4885e;
  min-height: 108px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: 0;
  padding: 0 clamp(30px, 9vw, 150px);
  border-top: 1px solid var(--bna-service-proof-gold);
  color: #292929;
  background: var(--bna-service-proof-ivory);
}

aside.bna-service-proof .bna-service-proof__item {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 10px 28px;
  border-right: 1px solid rgba(164, 136, 94, .48);
}

aside.bna-service-proof .bna-service-proof__item:last-child {
  border-right: 0;
}

aside.bna-service-proof svg {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  fill: none;
  stroke: var(--bna-service-proof-gold);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

aside.bna-service-proof span {
  color: inherit;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  section.bna-service-hero {
    min-height: 720px;
    padding-top: 145px;
    background-position: 62% center;
  }

  section.bna-service-hero::before {
    background: linear-gradient(90deg, rgba(25, 27, 27, .96), rgba(27, 29, 29, .76) 58%, rgba(27, 29, 29, .2));
  }

  section.bna-service-hero .bna-service-breadcrumb {
    margin-bottom: 42px;
  }

  section.bna-service-hero .bna-service-hero__title {
    max-width: 660px;
  }

  aside.bna-service-proof {
    padding-inline: 20px;
  }

  aside.bna-service-proof .bna-service-proof__item {
    gap: 14px;
    padding-inline: 16px;
  }

  aside.bna-service-proof span {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  section.bna-service-hero {
    min-height: 710px;
    padding: 132px 22px 58px;
    background-position: 66% center;
  }

  section.bna-service-hero::before {
    background: rgba(23, 25, 25, .78);
  }

  section.bna-service-hero .bna-service-breadcrumb {
    gap: 10px;
    margin-bottom: 34px;
    font-size: 11px;
  }

  section.bna-service-hero .bna-service-breadcrumb__separator {
    height: 14px;
  }

  section.bna-service-hero .bna-service-hero__eyebrow {
    margin-bottom: 15px;
    font-size: 12px;
  }

  section.bna-service-hero .bna-service-hero__title {
    font-size: clamp(42px, 12.5vw, 56px);
    line-height: 1;
  }

  section.bna-service-hero .bna-service-hero__introduction {
    margin: 22px 0 25px;
    font-size: 15px;
    line-height: 1.55;
  }

  section.bna-service-hero .bna-service-hero__actions {
    display: grid;
    gap: 12px;
  }

  section.bna-service-hero .bna-service-hero__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  aside.bna-service-proof {
    grid-template-columns: 1fr;
    padding: 14px 22px;
  }

  aside.bna-service-proof .bna-service-proof__item {
    min-height: 70px;
    justify-content: flex-start;
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(164, 136, 94, .35);
  }

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

  aside.bna-service-proof svg {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  aside.bna-service-proof span {
    font-size: 18px;
  }
}

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