body.bac-site,
.editor-styles-wrapper {
  --bac-navy: #0b2e6b;
  --bac-deep-navy: #071d44;
  --bac-blue: #0036f7;
  --bac-red: #d81e33;
  --bac-white: #ffffff;
  --bac-cream: #f5f7fb;
  --bac-ink: #11141d;
  --bac-muted: #657087;
  --bac-line: #dfe3ea;
  --bac-status-safe: #3b8f50;
  --bac-status-monitor: #b07c00;
  --bac-status-urgent: #d81e33;
  --bac-font-body: var(--wp--preset--font-family--inter, "Inter", Arial, sans-serif);
  --bac-font-display: var(--wp--preset--font-family--oswald, "Oswald", Impact, sans-serif);
  --bac-focus: #f2c14e;
}

body.bac-site {
  margin: 0;
  overflow-x: clip;
  color: var(--bac-ink);
  background: var(--bac-white);
  font-family: var(--bac-font-body);
}

.bac-site *,
.bac-site *::before,
.bac-site *::after,
.editor-styles-wrapper .bac-homepage *,
.editor-styles-wrapper .bac-homepage *::before,
.editor-styles-wrapper .bac-homepage *::after {
  box-sizing: border-box;
}

.bac-site .wp-site-blocks {
  padding: 0;
}

.bac-site .bac-homepage,
.editor-styles-wrapper .bac-homepage {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  color: var(--bac-ink);
  background: var(--bac-white);
  font-family: var(--bac-font-body);
}

.bac-site .bac-homepage a,
.bac-site .bac-header a,
.bac-site .bac-footer a,
.editor-styles-wrapper .bac-homepage a {
  color: inherit;
  text-decoration: none;
}

.bac-site :where(a, button, summary):focus-visible,
.editor-styles-wrapper .bac-homepage :where(a, button, summary):focus-visible {
  outline: 3px solid var(--bac-focus);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px var(--bac-deep-navy);
}

.bac-site .bac-media,
.editor-styles-wrapper .bac-media {
  display: block;
  width: 100%;
  max-width: 100%;
}

.bac-site :where(.bac-section, .bac-real-shop, .bac-contact, .bac-credibility, .bac-hiring),
.editor-styles-wrapper :where(.bac-section, .bac-real-shop, .bac-contact, .bac-credibility, .bac-hiring) {
  scroll-margin-top: 96px;
}

.bac-site .bac-visually-hidden,
.editor-styles-wrapper .bac-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;
}

.bac-site .bac-skip-link {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-180%);
  background: var(--bac-white);
  color: var(--bac-deep-navy);
  font-weight: 800;
  box-shadow: 0 8px 30px rgba(7, 29, 68, 0.25);
}

.bac-site .bac-skip-link:focus {
  transform: none;
}

.bac-site .bac-header,
.editor-styles-wrapper .bac-header {
  position: relative;
  z-index: 10;
  height: 92px;
  border-top: 4px solid var(--bac-blue);
  background: var(--bac-white);
}

.bac-site .bac-header__inner,
.editor-styles-wrapper .bac-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 5vw;
  gap: 28px;
}

.bac-site .bac-brand,
.editor-styles-wrapper .bac-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--bac-navy);
  text-transform: uppercase;
}

.bac-site .bac-brand__logo,
.editor-styles-wrapper .bac-brand__logo {
  flex: 0 0 auto;
  width: 86px;
  height: 48px;
  object-fit: contain;
}

.bac-site .bac-brand__words,
.editor-styles-wrapper .bac-brand__words {
  display: flex;
  flex-direction: column;
}

.bac-site .bac-brand__words strong,
.editor-styles-wrapper .bac-brand__words strong {
  color: var(--bac-navy);
  font: 700 22px/1 var(--bac-font-display);
  letter-spacing: 0.5px;
}

.bac-site .bac-brand__words small,
.editor-styles-wrapper .bac-brand__words small {
  color: var(--bac-red);
  font: 700 11px/1.5 var(--bac-font-body);
  letter-spacing: 3.2px;
}

.bac-site .bac-header__links,
.bac-site .bac-header__mobile-links,
.editor-styles-wrapper .bac-header__links,
.editor-styles-wrapper .bac-header__mobile-links {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bac-site .bac-header__links a,
.editor-styles-wrapper .bac-header__links a {
  color: var(--bac-ink);
  font-size: 13px;
  font-weight: 700;
}

.bac-site .bac-header__links a:hover,
.editor-styles-wrapper .bac-header__links a:hover {
  color: var(--bac-red);
}

.bac-site .bac-header__mobile-nav,
.editor-styles-wrapper .bac-header__mobile-nav {
  display: none;
}

.bac-site .bac-header__call,
.editor-styles-wrapper .bac-header__call {
  flex: 0 0 auto;
  padding-left: 30px;
  border-left: 1px solid var(--bac-line);
  color: var(--bac-navy);
  font-size: 15px;
  font-weight: 800;
}

.bac-site .bac-header__call span,
.editor-styles-wrapper .bac-header__call span {
  display: block;
  margin-bottom: 4px;
  color: var(--bac-red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.bac-site .bac-hero,
.editor-styles-wrapper .bac-hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  background: var(--bac-deep-navy);
}

.bac-site .bac-hero__media,
.bac-site .bac-hero__shade,
.editor-styles-wrapper .bac-hero__media,
.editor-styles-wrapper .bac-hero__shade {
  position: absolute;
  inset: 0;
}

.bac-site .bac-hero__media,
.editor-styles-wrapper .bac-hero__media {
  z-index: 0;
}

.bac-site .bac-hero__image,
.editor-styles-wrapper .bac-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bac-site .bac-hero__slide,
.editor-styles-wrapper .bac-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 1.15s ease, transform 7s linear;
}

.bac-site .bac-hero__slide.is-active,
.editor-styles-wrapper .bac-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.bac-site .bac-hero__slide--current,
.editor-styles-wrapper .bac-hero__slide--current {
  object-position: center;
}

.bac-site .bac-hero__slide--exterior,
.editor-styles-wrapper .bac-hero__slide--exterior {
  object-position: 62% 32%;
}

.editor-styles-wrapper .bac-hero__media--exterior .bac-hero__image {
  object-position: 62% 32%;
}

.bac-site .bac-hero__shade,
.editor-styles-wrapper .bac-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 29, 68, 0.985) 0%, rgba(7, 29, 68, 0.91) 40%, rgba(7, 29, 68, 0.34) 72%, rgba(7, 29, 68, 0.12));
}

.bac-site .bac-hero__content,
.editor-styles-wrapper .bac-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 122px 8vw 150px;
  color: var(--bac-white);
}

.bac-site .bac-eyebrow,
.editor-styles-wrapper .bac-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--bac-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.bac-site .bac-eyebrow > span,
.editor-styles-wrapper .bac-eyebrow > span {
  width: 30px;
  height: 3px;
  background: var(--bac-red);
}

.bac-site .bac-eyebrow--dark,
.editor-styles-wrapper .bac-eyebrow--dark {
  color: var(--bac-red);
}

.bac-site .bac-hero h1,
.editor-styles-wrapper .bac-hero h1 {
  margin: 0;
  color: var(--bac-white);
  font: 700 clamp(54px, 7vw, 92px)/0.95 var(--bac-font-display);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.bac-site .bac-hero h1 em,
.editor-styles-wrapper .bac-hero h1 em {
  color: var(--bac-white);
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--bac-red);
  text-decoration-thickness: 7px;
  text-underline-offset: 10px;
}

.bac-site .bac-hero__copy,
.editor-styles-wrapper .bac-hero__copy {
  max-width: 590px;
  margin: 28px 0 36px;
  color: #d7ddeb;
  font-size: 18px;
  line-height: 1.7;
}

.bac-site .bac-hero__actions,
.editor-styles-wrapper .bac-hero__actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

body.bac-site .bac-button,
.editor-styles-wrapper .bac-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: 900 11px/1 var(--bac-font-body);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.bac-site .bac-button:hover,
.editor-styles-wrapper .bac-button:hover {
  transform: translateY(-2px);
}

body.bac-site .bac-button--red,
.editor-styles-wrapper .bac-button--red {
  background: var(--bac-red);
  color: var(--bac-white);
}

body.bac-site .bac-button--red:hover,
.editor-styles-wrapper .bac-button--red:hover {
  background: #b91429;
}

body.bac-site .bac-button--red > span,
.editor-styles-wrapper .bac-button--red > span {
  margin-left: 28px;
  font-size: 18px;
}

body.bac-site .bac-button--blue,
.editor-styles-wrapper .bac-button--blue {
  background: var(--bac-blue);
  color: var(--bac-white);
}

body.bac-site .bac-button--outline,
.editor-styles-wrapper .bac-button--outline {
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: var(--bac-white);
}

.bac-site .bac-text-link,
.editor-styles-wrapper .bac-text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--bac-white);
  font-size: 13px;
  font-weight: 800;
}

.bac-site .bac-hero__badge,
.editor-styles-wrapper .bac-hero__badge {
  position: absolute;
  z-index: 3;
  right: 6vw;
  bottom: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: var(--bac-red);
}

.bac-site .bac-hero__badge-image,
.editor-styles-wrapper .bac-hero__badge-image {
  width: 250px;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.bac-site .bac-hero__controls,
.editor-styles-wrapper .bac-hero__controls {
  position: absolute;
  z-index: 4;
  top: 24px;
  right: 5vw;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 3px;
  color: var(--bac-white);
  background: rgba(7, 29, 68, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(7, 29, 68, 0.24);
}

.bac-site .bac-hero__controls[hidden],
.editor-styles-wrapper .bac-hero__controls[hidden] {
  display: none;
}

.bac-site .bac-hero__rotation,
.bac-site .bac-hero__indicator,
.editor-styles-wrapper .bac-hero__rotation,
.editor-styles-wrapper .bac-hero__indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--bac-white);
  background: transparent;
  cursor: pointer;
}

.bac-site .bac-hero__rotation,
.editor-styles-wrapper .bac-hero__rotation {
  font: 900 15px/1 var(--bac-font-body);
}

.bac-site .bac-hero__rotation:disabled,
.editor-styles-wrapper .bac-hero__rotation:disabled {
  cursor: default;
  opacity: 0.58;
}

.bac-site .bac-hero__counter,
.editor-styles-wrapper .bac-hero__counter {
  padding: 0 8px 0 4px;
  color: #dce5fa;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.bac-site .bac-hero__indicators,
.editor-styles-wrapper .bac-hero__indicators {
  display: flex;
}

.bac-site .bac-hero__indicator span,
.editor-styles-wrapper .bac-hero__indicator span {
  width: 17px;
  height: 3px;
  background: rgba(255, 255, 255, 0.44);
  transition: background-color 0.2s ease, width 0.2s ease;
}

.bac-site .bac-hero__indicator[aria-current="true"] span,
.editor-styles-wrapper .bac-hero__indicator[aria-current="true"] span {
  width: 24px;
  background: var(--bac-red);
}

.bac-site .bac-trust-strip,
.editor-styles-wrapper .bac-trust-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin: -76px 0 0;
  padding: 0 7vw;
  background: var(--bac-blue);
  color: var(--bac-white);
  box-shadow: 0 24px 55px rgba(7, 29, 68, 0.24);
}

.bac-site .bac-trust-strip__item,
.editor-styles-wrapper .bac-trust-strip__item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 32px 3vw;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bac-site .bac-trust-strip__item:last-child,
.editor-styles-wrapper .bac-trust-strip__item:last-child {
  border-right: 0;
}

.bac-site .bac-trust-strip__item > b,
.editor-styles-wrapper .bac-trust-strip__item > b {
  color: var(--bac-white);
  font: 700 30px/1 var(--bac-font-display);
}

.bac-site .bac-trust-strip__item > span,
.editor-styles-wrapper .bac-trust-strip__item > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #d9e3ff;
  font-size: 11px;
}

.bac-site .bac-trust-strip__item strong,
.editor-styles-wrapper .bac-trust-strip__item strong {
  margin-bottom: 5px;
  color: var(--bac-white);
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.bac-site .bac-section,
.editor-styles-wrapper .bac-section {
  max-width: none;
  margin: 0;
  padding: 120px 8vw;
}

.bac-site .bac-section h2,
.bac-site .bac-contact h2,
.editor-styles-wrapper .bac-section h2,
.editor-styles-wrapper .bac-contact h2 {
  margin: 0;
  font: 700 clamp(44px, 5vw, 68px)/0.98 var(--bac-font-display);
  letter-spacing: -1px;
  text-transform: uppercase;
}

.bac-site .bac-about,
.editor-styles-wrapper .bac-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 9vw;
}

.bac-site .bac-about__media,
.editor-styles-wrapper .bac-about__media {
  position: relative;
  height: 590px;
  padding-right: 9%;
}

.bac-site .bac-about__image,
.editor-styles-wrapper .bac-about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.8);
}

.bac-site .bac-about__since,
.editor-styles-wrapper .bac-about__since {
  position: absolute;
  right: 0;
  bottom: 45px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 25px 28px;
  background: var(--bac-red);
  color: var(--bac-white);
}

.bac-site .bac-about__since strong,
.editor-styles-wrapper .bac-about__since strong {
  font: 700 30px/1 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-about__since span,
.editor-styles-wrapper .bac-about__since span {
  max-width: 125px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.bac-site .bac-section-copy h2,
.editor-styles-wrapper .bac-section-copy h2 {
  color: var(--bac-navy);
}

.bac-site .bac-section-copy > p:not(.bac-eyebrow),
.editor-styles-wrapper .bac-section-copy > p:not(.bac-eyebrow) {
  max-width: 590px;
  margin: 28px 0;
  color: var(--bac-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bac-site .bac-about__checks,
.editor-styles-wrapper .bac-about__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  padding: 12px 0 32px;
  color: var(--bac-navy);
  font-size: 13px;
  font-weight: 700;
}

.bac-site .bac-about__checks span,
.editor-styles-wrapper .bac-about__checks span {
  display: flex;
  gap: 8px;
}

.bac-site .bac-about__checks b,
.editor-styles-wrapper .bac-about__checks b {
  color: var(--bac-red);
}

.bac-site .bac-arrow-link,
.editor-styles-wrapper .bac-arrow-link {
  color: var(--bac-navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bac-site .bac-arrow-link b,
.editor-styles-wrapper .bac-arrow-link b {
  margin-left: 14px;
  color: var(--bac-red);
  font-size: 19px;
}

.bac-site .bac-services,
.editor-styles-wrapper .bac-services {
  background: var(--bac-navy);
  color: var(--bac-white);
}

.bac-site .bac-section-heading,
.editor-styles-wrapper .bac-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.bac-site .bac-services h2,
.editor-styles-wrapper .bac-services h2 {
  max-width: 720px;
  color: var(--bac-white);
  font-size: clamp(48px, 5.5vw, 72px);
}

.bac-site .bac-section-heading > p,
.editor-styles-wrapper .bac-section-heading > p {
  max-width: 420px;
  margin: 0;
  color: #d3dcf0;
  line-height: 1.7;
}

body.bac-site .bac-service-grid,
.editor-styles-wrapper .bac-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: var(--bac-navy);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

body.bac-site .bac-service-card,
.editor-styles-wrapper .bac-service-card {
  min-width: 0;
  min-height: 270px;
  margin: 0;
  padding: 38px;
  border-top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 0;
  color: var(--bac-white);
  transition: background-color 180ms ease;
}

.bac-site .bac-service-card:hover,
.editor-styles-wrapper .bac-service-card:hover {
  background: var(--bac-blue);
}

.bac-site .bac-service-card__number,
.editor-styles-wrapper .bac-service-card__number {
  border-bottom: 2px solid var(--bac-red);
  color: var(--bac-white);
  font: 700 14px/1 var(--bac-font-display);
}

.bac-site .bac-service-card h3,
.editor-styles-wrapper .bac-service-card h3 {
  margin: 48px 0 13px;
  color: var(--bac-white);
  font: 600 24px/1.15 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-service-card p,
.editor-styles-wrapper .bac-service-card p {
  margin: 0 0 24px;
  color: #c5cee0;
  font-size: 13px;
  line-height: 1.7;
}

.bac-site .bac-service-card a,
.editor-styles-wrapper .bac-service-card a {
  color: var(--bac-white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.bac-site .bac-inspection,
.editor-styles-wrapper .bac-inspection {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 8vw;
  background: var(--bac-cream);
}

.bac-site .bac-inspection__copy h2,
.editor-styles-wrapper .bac-inspection__copy h2 {
  color: var(--bac-navy);
  font-size: clamp(48px, 5vw, 70px);
}

.bac-site .bac-inspection__copy > p:not(.bac-eyebrow),
.editor-styles-wrapper .bac-inspection__copy > p:not(.bac-eyebrow) {
  color: var(--bac-muted);
  line-height: 1.75;
}

.bac-site .bac-inspection__steps,
.editor-styles-wrapper .bac-inspection__steps {
  margin: 0 0 28px;
  padding: 14px 0;
  list-style: none;
  counter-reset: bac-step;
}

.bac-site .bac-inspection__steps li,
.editor-styles-wrapper .bac-inspection__steps li {
  position: relative;
  padding: 16px 0 16px 50px;
  border-bottom: 1px solid #d8dce5;
  counter-increment: bac-step;
}

.bac-site .bac-inspection__steps li::before,
.editor-styles-wrapper .bac-inspection__steps li::before {
  position: absolute;
  top: 18px;
  left: 0;
  color: var(--bac-red);
  content: "0" counter(bac-step);
  font: 700 15px/1 var(--bac-font-display);
}

.bac-site .bac-inspection__steps b,
.bac-site .bac-inspection__steps span,
.editor-styles-wrapper .bac-inspection__steps b,
.editor-styles-wrapper .bac-inspection__steps span {
  display: block;
}

.bac-site .bac-inspection__steps b,
.editor-styles-wrapper .bac-inspection__steps b {
  color: var(--bac-navy);
  font: 600 16px/1.2 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-inspection__steps span,
.editor-styles-wrapper .bac-inspection__steps span {
  margin-top: 5px;
  color: var(--bac-muted);
  font-size: 12px;
}

.bac-site .bac-inspection__media,
.editor-styles-wrapper .bac-inspection__media {
  position: relative;
  height: 610px;
}

.bac-site .bac-inspection__image,
.editor-styles-wrapper .bac-inspection__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 50%;
}

.bac-site .bac-report-card,
.editor-styles-wrapper .bac-report-card {
  position: absolute;
  bottom: 38px;
  left: -45px;
  min-width: 235px;
  padding: 20px 24px;
  background: var(--bac-white);
  box-shadow: 0 15px 40px rgba(11, 46, 107, 0.2);
}

.bac-site .bac-report-card small,
.bac-site .bac-report-card > b,
.editor-styles-wrapper .bac-report-card small,
.editor-styles-wrapper .bac-report-card > b {
  display: block;
}

.bac-site .bac-report-card small,
.editor-styles-wrapper .bac-report-card small {
  color: var(--bac-muted);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.bac-site .bac-report-card > b,
.editor-styles-wrapper .bac-report-card > b {
  margin: 5px 0 14px;
  color: var(--bac-navy);
  font-size: 13px;
}

.bac-site .bac-report-card__status,
.editor-styles-wrapper .bac-report-card__status {
  display: flex;
  gap: 5px;
}

.bac-site .bac-report-card__status i,
.editor-styles-wrapper .bac-report-card__status i {
  flex: 1;
  height: 5px;
}

.bac-site .bac-status--safe,
.editor-styles-wrapper .bac-status--safe {
  background: var(--bac-status-safe);
}

.bac-site .bac-status--monitor,
.editor-styles-wrapper .bac-status--monitor {
  background: var(--bac-status-monitor);
}

.bac-site .bac-status--urgent,
.editor-styles-wrapper .bac-status--urgent {
  background: var(--bac-status-urgent);
}

.bac-site .bac-real-shop,
.editor-styles-wrapper .bac-real-shop {
  max-width: none;
  margin: 0;
  padding: 105px 8vw 115px;
  border-top: 1px solid var(--bac-line);
  background: var(--bac-white);
}

.bac-site .bac-real-shop__copy,
.editor-styles-wrapper .bac-real-shop__copy,
.editor-styles-wrapper .bac-real-shop__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: flex-end;
  gap: clamp(48px, 7vw, 110px);
  width: min(100%, 1280px);
  margin: 0 auto clamp(38px, 5vw, 64px);
}

.bac-site .bac-real-shop__copy > div,
.editor-styles-wrapper .bac-real-shop__copy > div {
  min-width: 0;
}

.bac-site .bac-real-shop__copy .bac-eyebrow,
.editor-styles-wrapper .bac-real-shop__copy .bac-eyebrow,
.editor-styles-wrapper .bac-real-shop__intro .bac-eyebrow {
  margin-bottom: 18px;
}

.bac-site .bac-real-shop__copy h2,
.editor-styles-wrapper .bac-real-shop__copy h2,
.editor-styles-wrapper .bac-real-shop__intro h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--bac-navy);
  font: 700 clamp(46px, 5vw, 70px)/0.97 var(--bac-font-display);
  letter-spacing: -1px;
  text-transform: uppercase;
}

.bac-site .bac-real-shop__copy > p,
.editor-styles-wrapper .bac-real-shop__copy > p,
.editor-styles-wrapper .bac-real-shop__intro > p {
  max-width: 420px;
  margin: 0 0 7px;
  padding: 4px 0 4px 24px;
  border-left: 4px solid var(--bac-red);
  color: var(--bac-muted);
  line-height: 1.7;
}

.editor-styles-wrapper .bac-real-shop__intro {
  grid-template-rows: auto auto;
  row-gap: 0;
}

.editor-styles-wrapper .bac-real-shop__intro .bac-eyebrow,
.editor-styles-wrapper .bac-real-shop__intro h2 {
  grid-column: 1;
}

.editor-styles-wrapper .bac-real-shop__intro > p {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: end;
}

.bac-site .bac-real-shop__gallery,
.editor-styles-wrapper .bac-real-shop__gallery,
.editor-styles-wrapper .bac-real-shop__grid {
  display: grid;
  grid-template-columns: minmax(0, 16fr) minmax(240px, 9fr);
  align-items: start;
  gap: clamp(20px, 2.25vw, 34px);
  width: min(100%, 1280px);
  margin: 0 auto;
}

.bac-site .bac-real-shop__gallery figure,
.editor-styles-wrapper .bac-real-shop__gallery figure,
.editor-styles-wrapper .bac-real-shop__grid figure {
  min-width: 0;
  margin: 0;
}

.bac-site .bac-real-shop__image,
.editor-styles-wrapper .bac-real-shop__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 48%;
  background: var(--bac-deep-navy);
  filter: saturate(0.92) contrast(1.02);
}

.editor-styles-wrapper .bac-real-shop__media {
  height: auto;
}

.bac-site .bac-real-shop__gallery figcaption,
.editor-styles-wrapper .bac-real-shop__gallery figcaption,
.editor-styles-wrapper .bac-real-shop__grid figcaption {
  position: static;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 14px;
  border-left: 4px solid var(--bac-red);
  color: var(--bac-navy);
  background: var(--bac-cream);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bac-site .bac-owner,
.editor-styles-wrapper .bac-owner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 8vw;
  background: var(--bac-deep-navy);
  color: var(--bac-white);
}

.bac-site .bac-owner__media,
.editor-styles-wrapper .bac-owner__media {
  height: 550px;
}

.bac-site .bac-owner__image,
.editor-styles-wrapper .bac-owner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% 25%;
  filter: saturate(0.75);
}

.bac-site .bac-owner__quote,
.editor-styles-wrapper .bac-owner__quote {
  margin: 0;
}

.bac-site .bac-owner__quote h2,
.editor-styles-wrapper .bac-owner__quote h2 {
  margin-bottom: 26px;
  color: var(--bac-white);
  font-size: clamp(48px, 5vw, 70px);
  text-decoration: underline;
  text-decoration-color: var(--bac-red);
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
}

.bac-site .bac-owner__quote > p:not(.bac-eyebrow),
.editor-styles-wrapper .bac-owner__quote > p:not(.bac-eyebrow) {
  max-width: 650px;
  color: #c1c9d8;
  font-size: 17px;
  line-height: 1.8;
}

.bac-site .bac-owner__quote footer,
.editor-styles-wrapper .bac-owner__quote footer {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.bac-site .bac-owner__quote footer b,
.editor-styles-wrapper .bac-owner__quote footer b {
  font: 600 19px/1 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-owner__quote footer span,
.editor-styles-wrapper .bac-owner__quote footer span {
  margin-top: 4px;
  color: #a9b5ca;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bac-site .bac-contact,
.editor-styles-wrapper .bac-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 8vw;
  max-width: none;
  margin: 0;
  padding: 100px 8vw;
  background: var(--bac-blue);
  color: var(--bac-white);
}

.bac-site .bac-contact h2,
.editor-styles-wrapper .bac-contact h2 {
  max-width: 780px;
  color: var(--bac-white);
  font-size: clamp(48px, 5.5vw, 74px);
}

.bac-site .bac-contact__primary > p:not(.bac-eyebrow),
.editor-styles-wrapper .bac-contact__primary > p:not(.bac-eyebrow) {
  color: #d9e3ff;
}

.bac-site .bac-contact__actions,
.editor-styles-wrapper .bac-contact__actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.bac-site .bac-contact__details,
.editor-styles-wrapper .bac-contact__details {
  padding-left: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.bac-site .bac-contact__details > div,
.editor-styles-wrapper .bac-contact__details > div {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bac-site .bac-contact__details small,
.editor-styles-wrapper .bac-contact__details small {
  display: block;
  margin-bottom: 7px;
  color: var(--bac-white);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.bac-site .bac-contact__details b,
.bac-site .bac-contact__details a,
.editor-styles-wrapper .bac-contact__details b,
.editor-styles-wrapper .bac-contact__details a {
  color: var(--bac-white);
  font-size: 13px;
  line-height: 1.5;
}

.bac-site .bac-booking,
.editor-styles-wrapper .bac-booking {
  max-width: 680px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: var(--bac-deep-navy);
  box-shadow: 0 24px 50px rgba(7, 29, 68, 0.24);
}

.bac-site .bac-booking__chrome,
.editor-styles-wrapper .bac-booking__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #081b40;
}

.bac-site .bac-booking__chrome > span,
.editor-styles-wrapper .bac-booking__chrome > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f56;
}

.bac-site .bac-booking__chrome > span:nth-child(2),
.editor-styles-wrapper .bac-booking__chrome > span:nth-child(2) {
  background: #f2c14e;
}

.bac-site .bac-booking__chrome > span:nth-child(3),
.editor-styles-wrapper .bac-booking__chrome > span:nth-child(3) {
  background: #34c759;
}

.bac-site .bac-booking__chrome strong,
.editor-styles-wrapper .bac-booking__chrome strong {
  margin-left: 4px;
  color: #dce5fa;
  font-size: 9px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.bac-site .bac-booking__body,
.editor-styles-wrapper .bac-booking__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 152px;
  padding: 28px;
  background: radial-gradient(500px 180px at 100% 0, rgba(216, 30, 51, 0.2), transparent 60%), linear-gradient(135deg, var(--bac-navy), var(--bac-deep-navy));
}

.bac-site .bac-booking__body h3,
.editor-styles-wrapper .bac-booking__body h3 {
  margin: 0 0 6px;
  color: var(--bac-white);
  font: 700 28px/1 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-booking__body p,
.editor-styles-wrapper .bac-booking__body p {
  margin: 0;
  color: #c8d2e7;
  font-size: 12px;
  line-height: 1.55;
}

.bac-site .bac-booking__privacy,
.editor-styles-wrapper .bac-booking__privacy {
  display: block;
  max-width: 430px;
  margin-top: 14px;
  color: #aebbd2;
  font-size: 10px;
  line-height: 1.55;
}

.bac-site .bac-booking__privacy a,
.editor-styles-wrapper .bac-booking__privacy a {
  color: var(--bac-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bac-site .bac-booking__button,
.editor-styles-wrapper .bac-booking__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: var(--bac-red);
  color: var(--bac-white);
  cursor: pointer;
  font: 900 10px/1 var(--bac-font-body);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bac-site .bac-booking__button:hover,
.editor-styles-wrapper .bac-booking__button:hover {
  background: #bb1428;
}

.bac-site .bac-booking__button span,
.editor-styles-wrapper .bac-booking__button span {
  margin-left: 13px;
  font-size: 16px;
}

.bac-site .bac-booking noscript p,
.editor-styles-wrapper .bac-booking noscript p {
  margin: 0;
  padding: 14px;
  color: var(--bac-white);
  font-size: 12px;
}

.bac-site .bac-credibility,
.editor-styles-wrapper .bac-credibility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: none;
  margin: 0;
  padding: 70px 8vw;
  border-bottom: 1px solid var(--bac-line);
  background: var(--bac-white);
}

.bac-site .bac-credibility__copy,
.editor-styles-wrapper .bac-credibility__copy {
  max-width: 650px;
}

.bac-site .bac-credibility .bac-eyebrow,
.editor-styles-wrapper .bac-credibility .bac-eyebrow {
  margin-bottom: 14px;
}

.bac-site .bac-credibility h2,
.editor-styles-wrapper .bac-credibility h2 {
  margin: 0;
  color: var(--bac-navy);
  font: 700 clamp(34px, 4vw, 50px)/1 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-credibility__copy > p:not(.bac-eyebrow),
.editor-styles-wrapper .bac-credibility__copy > p:not(.bac-eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--bac-muted);
  font-size: 14px;
  line-height: 1.7;
}

.bac-site .bac-credibility__card,
.editor-styles-wrapper .bac-credibility__card {
  min-width: 350px;
  padding: 24px 32px;
  border-left: 5px solid var(--bac-red);
  background: var(--bac-cream);
}

.bac-site .bac-credibility__badge,
.editor-styles-wrapper .bac-credibility__badge {
  width: 260px;
  height: auto;
  object-fit: contain;
}

.bac-site .bac-credibility__card > span,
.editor-styles-wrapper .bac-credibility__card > span {
  display: block;
  margin-top: 12px;
  color: var(--bac-navy);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bac-site .bac-credibility--awards,
.editor-styles-wrapper .bac-credibility--awards {
  align-items: flex-start;
}

.bac-site .bac-credibility--awards .bac-credibility__copy,
.editor-styles-wrapper .bac-credibility--awards .bac-credibility__copy {
  padding-top: 18px;
}

.bac-site .bac-award-grid,
.editor-styles-wrapper .bac-award-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(47vw, 640px);
}

.bac-site .bac-award-card,
.editor-styles-wrapper .bac-award-card {
  min-width: 0;
  margin: 0;
  padding: 24px 20px 18px;
  border-top: 5px solid var(--bac-red);
  background: var(--bac-cream);
  text-align: center;
}

.bac-site .bac-award-card__image,
.editor-styles-wrapper .bac-award-card__image {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: contain;
}

.bac-site .bac-award-card > span,
.bac-site .bac-carfax-resource > span,
.editor-styles-wrapper .bac-award-card > span,
.editor-styles-wrapper .bac-carfax-resource > span {
  display: block;
  margin-top: 14px;
  color: var(--bac-navy);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 1.45;
  text-transform: uppercase;
}

.bac-site .bac-carfax-resource,
.editor-styles-wrapper .bac-carfax-resource {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border: 1px solid var(--bac-line);
  border-left: 5px solid var(--bac-blue);
  background: var(--bac-white);
}

.bac-site .bac-carfax-resource__image,
.editor-styles-wrapper .bac-carfax-resource__image {
  display: block;
  width: 210px;
  height: auto;
  object-fit: contain;
}

.bac-site .bac-carfax-resource > span,
.editor-styles-wrapper .bac-carfax-resource > span {
  margin: 0;
  text-align: right;
}

.bac-site .bac-hiring,
.editor-styles-wrapper .bac-hiring {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 55px;
  max-width: none;
  margin: 0;
  padding: 48px 8vw;
  border-top: 5px solid var(--bac-red);
  background: var(--bac-deep-navy);
  color: var(--bac-white);
}

.bac-site .bac-hiring__kicker,
.editor-styles-wrapper .bac-hiring__kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  background: var(--bac-red);
  color: var(--bac-white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.bac-site .bac-hiring h2,
.editor-styles-wrapper .bac-hiring h2 {
  margin: 0;
  color: var(--bac-white);
  font: 700 clamp(30px, 3.2vw, 44px)/1 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-hiring__copy p,
.editor-styles-wrapper .bac-hiring__copy p {
  max-width: 570px;
  margin: 13px 0 0;
  color: #b9c5db;
  font-size: 13px;
  line-height: 1.6;
}

.bac-site .bac-hiring ul,
.editor-styles-wrapper .bac-hiring ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #e3e9f5;
  font-size: 12px;
  list-style: none;
}

.bac-site .bac-hiring li,
.editor-styles-wrapper .bac-hiring li {
  position: relative;
  padding-left: 22px;
}

.bac-site .bac-hiring li::before,
.editor-styles-wrapper .bac-hiring li::before {
  position: absolute;
  left: 0;
  color: var(--bac-red);
  content: "✓";
  font-weight: 900;
}

.bac-site .bac-hiring__actions,
.editor-styles-wrapper .bac-hiring__actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.bac-site .bac-hiring__call,
.editor-styles-wrapper .bac-hiring__call {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--bac-white);
  font-size: 11px;
  font-weight: 800;
}

.bac-site .bac-footer,
.editor-styles-wrapper .bac-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: none;
  margin: 0;
  padding: 38px 5vw;
  border-top: 4px solid var(--bac-red);
  background: var(--bac-white);
  color: var(--bac-muted);
  font-size: 10px;
}

.bac-site .bac-footer p,
.editor-styles-wrapper .bac-footer p {
  margin: 0;
}

.bac-site .bac-footer__meta,
.editor-styles-wrapper .bac-footer__meta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
}

.bac-site .bac-footer__legal,
.editor-styles-wrapper .bac-footer__legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.bac-site .bac-footer__legal a,
.bac-site .bac-footer__legal button,
.editor-styles-wrapper .bac-footer__legal a,
.editor-styles-wrapper .bac-footer__legal button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bac-navy);
  cursor: pointer;
  font: 800 9px/1.3 var(--bac-font-body);
  text-transform: uppercase;
}

.bac-site .bac-footer__legal a:hover,
.bac-site .bac-footer__legal button:hover,
.editor-styles-wrapper .bac-footer__legal a:hover,
.editor-styles-wrapper .bac-footer__legal button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bac-site .bac-content,
.editor-styles-wrapper .bac-content {
  min-height: 62vh;
  padding: clamp(64px, 9vw, 120px) 7vw;
}

.bac-site .bac-content > *,
.editor-styles-wrapper .bac-content > * {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.bac-site .bac-content > .alignwide,
.editor-styles-wrapper .bac-content > .alignwide {
  max-width: 1280px;
}

.bac-site .bac-content > .alignfull,
.editor-styles-wrapper .bac-content > .alignfull {
  max-width: none;
  margin-right: -7vw;
  margin-left: -7vw;
}

.bac-site .bac-content h1,
.editor-styles-wrapper .bac-content h1 {
  color: var(--bac-navy);
  font: 700 clamp(44px, 6vw, 76px)/1 var(--bac-font-display);
  text-transform: uppercase;
}

.bac-site .bac-content a,
.editor-styles-wrapper .bac-content a {
  color: var(--bac-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bac-site .bac-pagination,
.editor-styles-wrapper .bac-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 1100px) {
  .bac-site .bac-header__inner,
  .editor-styles-wrapper .bac-header__inner {
    gap: 18px;
  }

  .bac-site .bac-header__links,
  .editor-styles-wrapper .bac-header__links {
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .bac-site .bac-header,
  .editor-styles-wrapper .bac-header {
    height: 78px;
  }

  .bac-site .bac-header__desktop-nav,
  .editor-styles-wrapper .bac-header__desktop-nav {
    display: none;
  }

  .bac-site .bac-header__mobile-nav,
  .editor-styles-wrapper .bac-header__mobile-nav {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .bac-site .bac-header__mobile-nav summary,
  .editor-styles-wrapper .bac-header__mobile-nav summary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
    color: var(--bac-navy);
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
  }

  .bac-site .bac-header__mobile-nav summary::-webkit-details-marker,
  .editor-styles-wrapper .bac-header__mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .bac-site .bac-header__mobile-nav[open] nav,
  .editor-styles-wrapper .bac-header__mobile-nav[open] nav {
    position: absolute;
    z-index: 20;
    top: calc(100% + 18px);
    right: 0;
    width: min(220px, calc(100vw - 32px));
    min-width: 0;
    padding: 12px;
    background: var(--bac-white);
    box-shadow: 0 20px 45px rgba(7, 29, 68, 0.24);
  }

  .bac-site .bac-header__mobile-links,
  .editor-styles-wrapper .bac-header__mobile-links {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .bac-site .bac-header__mobile-links a,
  .editor-styles-wrapper .bac-header__mobile-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 10px;
    color: var(--bac-navy);
    font-size: 13px;
    font-weight: 800;
  }

  .bac-site .bac-header__call,
  .editor-styles-wrapper .bac-header__call {
    display: flex;
    justify-content: center;
    min-height: 44px;
    flex-direction: column;
    padding-left: 14px;
    font-size: 12px;
  }

  .bac-site .bac-brand,
  .bac-site .bac-text-link,
  .bac-site .bac-arrow-link,
  .bac-site .bac-service-card a,
  .editor-styles-wrapper .bac-brand,
  .editor-styles-wrapper .bac-text-link,
  .editor-styles-wrapper .bac-arrow-link,
  .editor-styles-wrapper .bac-service-card a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .bac-site .bac-hero,
  .editor-styles-wrapper .bac-hero {
    min-height: 700px;
  }

  .bac-site .bac-hero__content,
  .editor-styles-wrapper .bac-hero__content {
    padding-top: 100px;
    padding-bottom: 155px;
  }

  .bac-site .bac-hero__badge,
  .editor-styles-wrapper .bac-hero__badge {
    right: 5vw;
    bottom: 54px;
    padding: 10px 12px;
  }

  .bac-site .bac-hero__badge-image,
  .editor-styles-wrapper .bac-hero__badge-image {
    width: 190px;
  }

  .bac-site .bac-hero__slide--exterior,
  .editor-styles-wrapper .bac-hero__slide--exterior {
    object-position: 64% 50%;
  }

  .editor-styles-wrapper .bac-hero__media--exterior .bac-hero__image {
    object-position: 64% 50%;
  }

  .bac-site .bac-hero__controls,
  .editor-styles-wrapper .bac-hero__controls {
    top: 16px;
    right: 4vw;
  }

  .bac-site .bac-trust-strip,
  .editor-styles-wrapper .bac-trust-strip {
    grid-template-columns: 1fr;
    margin-top: -42px;
    padding: 0 6vw;
  }

  .bac-site .bac-trust-strip__item,
  .editor-styles-wrapper .bac-trust-strip__item {
    padding: 24px 3vw;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .bac-site .bac-trust-strip__item:last-child,
  .editor-styles-wrapper .bac-trust-strip__item:last-child {
    border-bottom: 0;
  }

  .bac-site .bac-section,
  .editor-styles-wrapper .bac-section {
    padding: 80px 7vw;
  }

  .bac-site .bac-about,
  .bac-site .bac-inspection,
  .bac-site .bac-owner,
  .bac-site .bac-contact,
  .editor-styles-wrapper .bac-about,
  .editor-styles-wrapper .bac-inspection,
  .editor-styles-wrapper .bac-owner,
  .editor-styles-wrapper .bac-contact {
    grid-template-columns: 1fr;
  }

  .bac-site .bac-about__media,
  .bac-site .bac-inspection__media,
  .bac-site .bac-owner__media,
  .editor-styles-wrapper .bac-about__media,
  .editor-styles-wrapper .bac-inspection__media,
  .editor-styles-wrapper .bac-owner__media {
    height: 460px;
  }

  .bac-site .bac-section-heading,
  .editor-styles-wrapper .bac-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body.bac-site .bac-service-grid,
  .editor-styles-wrapper .bac-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bac-site .bac-inspection__media,
  .editor-styles-wrapper .bac-inspection__media {
    order: -1;
  }

  .bac-site .bac-report-card,
  .editor-styles-wrapper .bac-report-card {
    left: 20px;
  }

  .bac-site .bac-inspection__image,
  .editor-styles-wrapper .bac-inspection__image {
    object-position: 42% 50%;
  }

  .bac-site .bac-real-shop,
  .editor-styles-wrapper .bac-real-shop {
    padding: 80px 7vw;
  }

  .bac-site .bac-real-shop__copy,
  .editor-styles-wrapper .bac-real-shop__copy {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }

  .editor-styles-wrapper .bac-real-shop__intro {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 38px;
  }

  .bac-site .bac-real-shop__copy > p,
  .editor-styles-wrapper .bac-real-shop__copy > p,
  .editor-styles-wrapper .bac-real-shop__intro > p {
    grid-row: auto;
    grid-column: auto;
    max-width: 560px;
  }

  .editor-styles-wrapper .bac-real-shop__intro > p {
    margin-top: 22px;
  }

  .bac-site .bac-contact,
  .editor-styles-wrapper .bac-contact {
    padding: 80px 7vw;
  }

  .bac-site .bac-contact__details,
  .editor-styles-wrapper .bac-contact__details {
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .bac-site .bac-booking__body,
  .editor-styles-wrapper .bac-booking__body {
    align-items: flex-start;
    flex-direction: column;
  }

  .bac-site .bac-credibility,
  .editor-styles-wrapper .bac-credibility {
    align-items: flex-start;
    flex-direction: column;
  }

  .bac-site .bac-credibility__card,
  .editor-styles-wrapper .bac-credibility__card {
    width: 100%;
    min-width: 0;
  }

  .bac-site .bac-award-grid,
  .editor-styles-wrapper .bac-award-grid {
    width: 100%;
  }

  .bac-site .bac-hiring,
  .editor-styles-wrapper .bac-hiring {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bac-site .bac-hiring__actions,
  .editor-styles-wrapper .bac-hiring__actions {
    align-items: flex-start;
  }

  .bac-site .bac-footer,
  .editor-styles-wrapper .bac-footer {
    flex-wrap: wrap;
  }

  .bac-site .bac-footer__meta,
  .editor-styles-wrapper .bac-footer__meta {
    align-items: flex-start;
    width: 100%;
  }

  .bac-site .bac-footer__legal,
  .editor-styles-wrapper .bac-footer__legal {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .bac-site .bac-footer > p,
  .editor-styles-wrapper .bac-footer > p {
    display: none;
  }
}

@media (max-width: 720px) {
  .bac-site .bac-real-shop__gallery,
  .editor-styles-wrapper .bac-real-shop__gallery,
  .editor-styles-wrapper .bac-real-shop__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bac-site .bac-real-shop__welding,
  .editor-styles-wrapper .bac-real-shop__welding,
  .editor-styles-wrapper .bac-real-shop__grid figure:last-child {
    width: min(86%, 440px);
    justify-self: center;
  }

  .bac-site .bac-owner__media,
  .editor-styles-wrapper .bac-owner__media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .bac-site .bac-owner__image,
  .editor-styles-wrapper .bac-owner__image {
    object-position: center;
  }
}

@media (max-width: 600px) {
  .bac-site .bac-header__inner,
  .editor-styles-wrapper .bac-header__inner {
    padding: 0 4vw;
    gap: 8px;
  }

  .bac-site .bac-brand,
  .editor-styles-wrapper .bac-brand {
    gap: 7px;
  }

  .bac-site .bac-brand__logo,
  .editor-styles-wrapper .bac-brand__logo {
    width: 64px;
    height: 38px;
  }

  .bac-site .bac-brand__words strong,
  .editor-styles-wrapper .bac-brand__words strong {
    font-size: 17px;
  }

  .bac-site .bac-brand__words small,
  .editor-styles-wrapper .bac-brand__words small {
    font-size: 8px;
    letter-spacing: 2.5px;
  }

  .bac-site .bac-header__call,
  .editor-styles-wrapper .bac-header__call {
    padding-left: 9px;
    font-size: 11px;
  }

  .bac-site .bac-header__call span,
  .editor-styles-wrapper .bac-header__call span {
    display: none;
  }

  .bac-site .bac-header__mobile-nav summary,
  .editor-styles-wrapper .bac-header__mobile-nav summary {
    padding: 8px;
    font-size: 10px;
  }

  .bac-site .bac-hero__controls,
  .editor-styles-wrapper .bac-hero__controls {
    min-height: 44px;
    padding: 0 2px;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(7, 29, 68, 0.2);
  }

  .bac-site .bac-hero__counter,
  .editor-styles-wrapper .bac-hero__counter {
    display: none;
  }

  .bac-site .bac-hero__rotation > span,
  .editor-styles-wrapper .bac-hero__rotation > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    font-size: 10px;
    letter-spacing: -1px;
  }

  .bac-site .bac-hero__indicator span,
  .editor-styles-wrapper .bac-hero__indicator span {
    width: 12px;
  }

  .bac-site .bac-hero__indicator[aria-current="true"] span,
  .editor-styles-wrapper .bac-hero__indicator[aria-current="true"] span {
    width: 18px;
  }

  .bac-site .bac-hero__content,
  .editor-styles-wrapper .bac-hero__content {
    padding: 90px 6vw 155px;
  }

  .bac-site .bac-hero h1,
  .editor-styles-wrapper .bac-hero h1 {
    font-size: clamp(46px, 15vw, 56px);
  }

  .bac-site .bac-hero__copy,
  .editor-styles-wrapper .bac-hero__copy {
    font-size: 16px;
  }

  .bac-site .bac-hero__actions,
  .editor-styles-wrapper .bac-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .bac-site .bac-hero__badge,
  .editor-styles-wrapper .bac-hero__badge {
    right: auto;
    bottom: 46px;
    left: 6vw;
  }

  .bac-site .bac-hero__badge-image,
  .editor-styles-wrapper .bac-hero__badge-image {
    width: 180px;
  }

  .bac-site .bac-trust-strip,
  .editor-styles-wrapper .bac-trust-strip {
    margin-top: -34px;
  }

  .bac-site .bac-about,
  .editor-styles-wrapper .bac-about {
    padding-top: 70px;
  }

  .bac-site .bac-about__media,
  .editor-styles-wrapper .bac-about__media {
    height: 380px;
    padding-right: 5%;
  }

  .bac-site .bac-owner__quote h2,
  .editor-styles-wrapper .bac-owner__quote h2 {
    font-size: clamp(40px, 13vw, 48px);
  }

  .bac-site .bac-about__since,
  .editor-styles-wrapper .bac-about__since {
    right: -2%;
    bottom: 20px;
    padding: 19px 20px;
  }

  .bac-site .bac-about__checks,
  body.bac-site .bac-service-grid,
  .editor-styles-wrapper .bac-about__checks,
  .editor-styles-wrapper .bac-service-grid {
    grid-template-columns: 1fr;
  }

  .bac-site .bac-section-heading,
  .editor-styles-wrapper .bac-section-heading {
    margin-bottom: 38px;
  }

  .bac-site .bac-real-shop,
  .editor-styles-wrapper .bac-real-shop {
    padding: 70px 6vw;
  }

  .bac-site .bac-real-shop__copy h2,
  .editor-styles-wrapper .bac-real-shop__copy h2,
  .editor-styles-wrapper .bac-real-shop__intro h2 {
    font-size: 45px;
  }

  .bac-site .bac-real-shop__copy > p,
  .editor-styles-wrapper .bac-real-shop__copy > p,
  .editor-styles-wrapper .bac-real-shop__intro > p {
    padding-left: 18px;
  }

  body.bac-site .bac-service-card,
  .editor-styles-wrapper .bac-service-card {
    min-height: 235px;
    padding: 32px;
  }

  .bac-site .bac-contact,
  .editor-styles-wrapper .bac-contact {
    padding: 70px 6vw;
  }

  .bac-site .bac-contact .bac-button--red,
  .editor-styles-wrapper .bac-contact .bac-button--red {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92);
  }

  .bac-site .bac-contact .bac-button--red:focus-visible,
  .editor-styles-wrapper .bac-contact .bac-button--red:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92), 0 0 0 6px var(--bac-deep-navy);
  }

  .bac-site .bac-contact__details a,
  .editor-styles-wrapper .bac-contact__details a {
    overflow-wrap: anywhere;
  }

  .bac-site .bac-contact__actions,
  .editor-styles-wrapper .bac-contact__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bac-site .bac-booking__body,
  .editor-styles-wrapper .bac-booking__body {
    padding: 23px;
  }

  .bac-site .bac-booking__button,
  .editor-styles-wrapper .bac-booking__button {
    width: 100%;
  }

  .bac-site .bac-credibility,
  .editor-styles-wrapper .bac-credibility {
    gap: 32px;
    padding: 55px 6vw;
  }

  .bac-site .bac-credibility__badge,
  .editor-styles-wrapper .bac-credibility__badge {
    width: 220px;
    max-width: 100%;
  }

  .bac-site .bac-hiring,
  .editor-styles-wrapper .bac-hiring {
    padding: 42px 6vw;
  }

  .bac-site .bac-hiring ul,
  .editor-styles-wrapper .bac-hiring ul {
    font-size: 14px;
  }

  .bac-site .bac-hiring .bac-button,
  .editor-styles-wrapper .bac-hiring .bac-button {
    width: 100%;
  }

  .bac-site .bac-hiring__call,
  .editor-styles-wrapper .bac-hiring__call {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .bac-site .bac-footer,
  .editor-styles-wrapper .bac-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 6vw;
  }
}

@media (max-width: 460px) {
  .bac-site .bac-award-grid,
  .editor-styles-wrapper .bac-award-grid {
    grid-template-columns: 1fr;
  }

  .bac-site .bac-carfax-resource,
  .editor-styles-wrapper .bac-carfax-resource {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .bac-site .bac-carfax-resource > span,
  .editor-styles-wrapper .bac-carfax-resource > span {
    text-align: left;
  }

  .bac-site .bac-award-card__image,
  .editor-styles-wrapper .bac-award-card__image {
    height: 210px;
  }

  .bac-site .bac-footer__legal,
  .editor-styles-wrapper .bac-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 390px) {
  .bac-site .bac-brand__words,
  .editor-styles-wrapper .bac-brand__words {
    display: none;
  }

  .bac-site .bac-header__call,
  .editor-styles-wrapper .bac-header__call {
    border-left: 0;
  }

  .bac-site .bac-hero h1,
  .editor-styles-wrapper .bac-hero h1 {
    font-size: 44px;
  }

  .bac-site .bac-about__since,
  .editor-styles-wrapper .bac-about__since {
    max-width: 92%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bac-site *,
  .bac-site *::before,
  .bac-site *::after,
  .editor-styles-wrapper .bac-homepage *,
  .editor-styles-wrapper .bac-homepage *::before,
  .editor-styles-wrapper .bac-homepage *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .bac-site .bac-hero__slide,
  .editor-styles-wrapper .bac-hero__slide {
    transform: none !important;
  }
}
