body {
  background-color: #d6d3cd;
  background-image:
    linear-gradient(rgba(214, 211, 205, 0.66), rgba(214, 211, 205, 0.66)),
    url("../img/bg-texture-warm-stone.webp");
  background-repeat: repeat, repeat;
  background-size: auto, 512px 512px;
  background-attachment: fixed, fixed;
}

.wp-site-blocks main {
  isolation: isolate;
}

.wp-site-blocks > main,
.wp-site-blocks > footer {
  overflow-x: clip;
}

/* Live header consistency overrides.
 * Loaded after style.css so older cached pages still render the updated header.
 */
.bb-header-surface,
.bb-header-surface.has-charcoal-background-color,
.bb-header-surface.has-surface-background-color {
  padding-top: 6px !important;
  padding-bottom: 14px !important;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.bb-header-surface::before {
  transition: background 0.35s ease, backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease, opacity 0.35s ease !important;
}

.bb-header-surface .wp-block-group.alignwide {
  gap: 1.1rem !important;
  min-height: 68px !important;
}

.bb-logo-image img,
.bb-header-surface .wp-block-site-logo img,
.bb-header-surface .wp-block-image img {
  width: min(150px, 32vw) !important;
  max-width: min(150px, 32vw) !important;
  height: auto !important;
  filter: none !important;
}

.bb-logo-image {
  width: min(150px, 32vw) !important;
}

.bb-logo-image a {
  display: block;
  position: relative;
}

.bb-logo-image a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/brush-busters-logo-header.png") center / contain no-repeat;
  pointer-events: none;
  transition: filter 0.35s ease, opacity 0.35s ease;
}

.bb-logo-image img {
  opacity: 0 !important;
}

.bb-main-nav.wp-block-navigation__container,
.bb-main-nav > .wp-block-navigation__container {
  gap: 1.35rem !important;
}

.bb-main-nav .wp-block-navigation-item__content {
  padding-inline: 0.42rem !important;
  transition: color 0.35s ease, text-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.bb-main-nav .wp-block-navigation__submenu-icon {
  transition: color 0.35s ease, text-shadow 0.35s ease !important;
}

.bb-nav-leaf-separator {
  display: none !important;
}

.bb-main-nav .bb-nav-cta .wp-block-navigation-item__content {
  padding: 0.54rem 0.94rem !important;
  font-size: 0.94rem !important;
}

@media (min-width: 1024px) {
  .bb-main-nav.wp-block-navigation__container > .wp-block-navigation-item,
  .bb-main-nav > .wp-block-navigation__container > .wp-block-navigation-item {
    display: inline-flex;
    align-items: center;
  }

  .bb-main-nav.wp-block-navigation__container > .wp-block-navigation-item:not(.bb-nav-cta):not(:nth-last-child(2))::after,
  .bb-main-nav > .wp-block-navigation__container > .wp-block-navigation-item:not(.bb-nav-cta):not(:nth-last-child(2))::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 1rem;
    vertical-align: middle;
    opacity: 0.78;
    background-image: url("../img/nav-leaf-separator-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 16px;
    transform: translateY(1px);
    opacity: 0.42;
    filter: brightness(0) saturate(100%) invert(12%) sepia(4%) saturate(542%) hue-rotate(9deg) brightness(97%) contrast(90%);
    transition: opacity 0.35s ease, filter 0.35s ease;
  }
}

@media (min-width: 1024px) {
  body.home .wp-site-blocks > header.wp-block-template-part {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 700;
  }

  body.home .wp-site-blocks > main,
  body.home .wp-site-blocks > main > .entry-content,
  body.home .wp-site-blocks > main > .wp-block-post-content,
  body.home .wp-site-blocks > main .wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled),
  body.home .bb-header-surface,
  body.home .bb-header-surface.has-charcoal-background-color,
  body.home .bb-header-surface.has-surface-background-color {
    background: transparent !important;
    background-color: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) > *,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface .wp-block-group,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface nav,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface .bb-logo-shell {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  body.home .bb-header-surface::before {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: none !important;
  }

  body.home .bb-hero {
    min-height: 100vh;
    min-height: 100dvh;
    margin-top: 0;
    padding-top: 0;
  }

  body.home .bb-hero__content {
    padding-top: 120px;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation-item__content,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation__submenu-icon {
    color: #ffffff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation-item__content:hover,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation-item:focus-within > .wp-block-navigation-item__content,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation-item:hover > .wp-block-navigation__submenu-icon,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation-item:focus-within > .wp-block-navigation__submenu-icon {
    color: var(--wp--preset--color--brush-gold) !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .bb-nav-cta .wp-block-navigation-item__content {
    background: #E8A54B !important;
    color: #1E1E1C !important;
    border: 2px solid #E8A54B !important;
    box-shadow: 0 8px 24px rgba(232, 165, 75, 0.25) !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .bb-nav-cta .wp-block-navigation-item__content:hover,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .bb-nav-cta .wp-block-navigation-item__content:focus {
    background: #D4922F !important;
    color: #1E1E1C !important;
    border-color: #D4922F !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-logo-image a::after,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .site-logo a::after {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav.wp-block-navigation__container > .wp-block-navigation-item:not(.bb-nav-cta):not(:nth-last-child(2))::after,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav > .wp-block-navigation__container > .wp-block-navigation-item:not(.bb-nav-cta):not(:nth-last-child(2))::after {
    filter: none !important;
    opacity: 0.72 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-header-surface::before {
    background: rgba(244, 243, 240, 0.97) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    display: block !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-header-surface {
    border-bottom-color: rgba(201, 198, 191, 0.5) !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-logo-image a::after,
  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .site-logo a::after {
    filter: none !important;
    opacity: 1 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-main-nav.wp-block-navigation__container > .wp-block-navigation-item:not(.bb-nav-cta):not(:nth-last-child(2))::after,
  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-main-nav > .wp-block-navigation__container > .wp-block-navigation-item:not(.bb-nav-cta):not(:nth-last-child(2))::after {
    filter: brightness(0) saturate(100%) invert(12%) sepia(4%) saturate(542%) hue-rotate(9deg) brightness(97%) contrast(90%) !important;
    opacity: 0.42 !important;
  }
}

@media (max-width: 1023px) {
  body.home .bb-hero__content {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color > *,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color .wp-block-group,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color nav {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav.wp-block-navigation,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation__responsive-container,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation__responsive-container.has-surface-background-color,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation__responsive-dialog,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation__responsive-container-content,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation__responsive-close,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav .wp-block-navigation__container,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-main-nav ul {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color::before {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-header-surface.site-header.has-surface-background-color::before {
    display: block !important;
  }
}

body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary,
body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary:hover,
body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary:focus {
  background: #1B4332 !important;
  border-color: #1B4332 !important;
  color: #ffffff !important;
}

body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary:hover,
body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary:focus {
  background: #143728 !important;
  border-color: #143728 !important;
  box-shadow: 0 4px 20px rgba(20, 55, 40, 0.35) !important;
}

body.home .bb-hero .bb-hero__btn.bb-hero__btn--secondary,
body.home .bb-hero .bb-hero__btn.bb-hero__btn--secondary:hover,
body.home .bb-hero .bb-hero__btn.bb-hero__btn--secondary:focus {
  color: #1E1E1C !important;
}

html.bb-mobile-nav-open,
body.bb-mobile-nav-open {
  overflow: hidden;
}

.bb-mega-header {
  position: relative;
  z-index: 720;
  padding: 0 !important;
  border-bottom: 2px solid #1b4332 !important;
  background: #f4f3f0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bb-mega-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(244, 243, 240, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 1;
  transition: opacity 0.3s ease, background 0.3s ease;
  pointer-events: none;
}

.bb-mega-header__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 48px));
  min-height: 68px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
}

.bb-mega-header__brand {
  display: inline-flex;
  align-items: center;
  width: 168px;
  min-width: 168px;
  text-decoration: none;
}

.bb-mega-header__logo {
  display: block;
  width: 100%;
  height: auto;
}

.bb-mega-header__logo--light {
  display: none;
}

.bb-mega-header__logo--dark {
  display: block;
}

.bb-site-nav-shell {
  display: contents;
}

.bb-site-nav {
  justify-self: center;
}

.bb-site-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  align-items: center;
  gap: 0;
}

.bb-site-nav__item {
  position: static;
  display: inline-flex;
  align-items: center;
}

.bb-site-nav__item--resources {
  position: relative;
}

.bb-site-nav__item:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 1rem;
  background: url("../img/nav-leaf-separator.svg") center / contain no-repeat;
  opacity: 0.15;
  flex: 0 0 16px;
}

.bb-site-nav__trigger,
.bb-site-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1e1e1c;
  font-family: "ReloadAlt Medium", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease;
}

.bb-site-nav__trigger svg {
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}

.bb-site-nav__trigger:hover,
.bb-site-nav__trigger:focus-visible,
.bb-site-nav__link:hover,
.bb-site-nav__link:focus-visible {
  color: #1b4332;
  outline: none;
}

.bb-site-nav__item > .bb-site-nav__trigger::after,
.bb-site-nav__item > .bb-site-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  height: 2px;
  background: #e8a54b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.bb-site-nav__item.open > .bb-site-nav__trigger::after,
.bb-site-nav__item.is-current > .bb-site-nav__trigger::after,
.bb-site-nav__item.is-current > .bb-site-nav__link::after,
.bb-site-nav__item > .bb-site-nav__link:hover::after {
  transform: scaleX(1);
}

.bb-site-nav__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #e8a54b;
  border: 2px solid #e8a54b;
  color: #1e1e1c;
  font-family: "ReloadAlt Medium", "Times New Roman", serif;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(232, 165, 75, 0.25);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bb-site-nav__phone:hover,
.bb-site-nav__phone:focus-visible {
  background: #d4922f;
  border-color: #d4922f;
  transform: translateY(-1px);
  color: #1e1e1c;
  outline: none;
}

.bb-mobile-nav-toggle,
.bb-mobile-nav {
  display: none;
}

.bb-mega-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: min(1180px, calc(100vw - 48px));
  padding: 0;
  background: #f4f3f0;
  border: 1px solid rgba(27, 67, 50, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.bb-site-nav__item.open > .bb-mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.bb-mega-panel--resources {
  left: auto;
  right: 0;
  width: min(480px, calc(100vw - 48px));
  transform: translateY(-4px);
}

.bb-site-nav__item.open > .bb-mega-panel--resources {
  transform: translateY(0);
}

.bb-mega-panel__inner {
  width: 100%;
  padding: 22px 28px 26px;
}

.bb-mega-panel__inner--services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 200px;
  gap: 1rem;
}

.bb-mega-panel__inner--areas {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bb-mega-panel__inner--resources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 16px;
}

.bb-mega-column {
  min-width: 0;
  padding-right: 16px;
}

.bb-mega-column:last-of-type {
  padding-right: 0;
}

.bb-mega-column__eyebrow {
  margin: 0 0 0.9rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(232, 165, 75, 0.6);
  color: #e8a54b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bb-mega-service-list {
  display: grid;
  gap: 0.55rem;
}

.bb-mega-service {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  color: #1e1e1c;
  transition: transform 0.2s ease;
}

.bb-mega-service:hover,
.bb-mega-service:focus-visible {
  transform: translateX(4px);
  outline: none;
}

.bb-mega-service img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.bb-mega-service__text {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.bb-mega-service__name {
  color: #1e1e1c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.bb-mega-service__desc {
  color: #5c4033;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.4;
}

.bb-mega-service:hover .bb-mega-service__name,
.bb-mega-service:focus-visible .bb-mega-service__name {
  color: #1b4332;
}

.bb-mega-featured-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.7rem;
  min-height: 100%;
  padding: 16px;
  border-radius: 10px;
  background: #1b4332;
  text-decoration: none;
  color: #f4f3f0;
}

.bb-mega-featured-card__eyebrow {
  margin: 0;
  color: rgba(232, 165, 75, 0.95);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.bb-mega-featured-card__title {
  margin: 0;
  color: #f4f3f0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.bb-mega-featured-card__copy {
  margin: 0;
  color: rgba(244, 243, 240, 0.82);
  font-size: 9px;
  line-height: 1.45;
}

.bb-mega-featured-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #e8a54b;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bb-area-card {
  display: block;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid rgba(92, 64, 51, 0.06);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  color: #1e1e1c;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bb-area-card:hover,
.bb-area-card:focus-visible {
  transform: translateY(-2px);
  border-color: #e8a54b;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
  outline: none;
}

.bb-area-card__media {
  position: relative;
  height: 72px;
  overflow: hidden;
}

.bb-area-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(27, 67, 50, 0.7) 100%);
}

.bb-area-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bb-area-card__badge {
  position: absolute;
  bottom: 8px;
  left: 10px;
  z-index: 2;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgba(27, 67, 50, 0.82);
  color: #e8a54b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bb-area-card__body {
  padding: 11px 11px 10px;
}

.bb-area-card__county-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
}

.bb-area-card__title {
  margin: 0;
  color: #1e1e1c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.bb-area-card__arrow {
  color: #1b4332;
  display: inline-flex;
  width: 12px;
  height: 12px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.bb-area-card:hover .bb-area-card__arrow,
.bb-area-card:focus-visible .bb-area-card__arrow {
  opacity: 1;
}

.bb-area-card__arrow svg {
  width: 12px;
  height: 12px;
  display: block;
}

.bb-area-card__stats {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.bb-area-card__stat {
  display: flex;
  flex-direction: column;
}

.bb-area-card__stat-num {
  color: #1b4332;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.bb-area-card__stat-label {
  margin-top: 2px;
  color: #5c4033;
  font-size: 7px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bb-area-card__copy {
  margin: 0;
  color: #5c4033;
  font-size: 8px;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}

.bb-area-card__cities {
  margin: 0;
  color: rgba(92, 64, 51, 0.45);
  font-size: 8px;
  line-height: 1.45;
}

.bb-area-card__cities strong {
  color: #1b4332;
  font-weight: 600;
}

.bb-resource-card {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0.6rem;
  align-items: flex-start;
  padding: 11px;
  border-radius: 6px;
  border: 1px solid rgba(27, 67, 50, 0.1);
  background: #ffffff;
  color: #1e1e1c;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.bb-resource-card:hover,
.bb-resource-card:focus-visible {
  transform: translateY(-2px);
  border-color: #e8a54b;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
  outline: none;
}

.bb-resource-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: rgba(232, 165, 75, 0.16);
  color: #1b4332;
}

.bb-resource-card__icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.bb-resource-card__text {
  display: grid;
  gap: 0.22rem;
}

.bb-resource-card__title {
  color: #1e1e1c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.bb-resource-card__desc {
  color: #5c4033;
  font-size: 8.5px;
  line-height: 1.35;
}

.bb-mega-footer {
  padding: clamp(3rem, 5vw, 4.5rem) 0 1.4rem;
  background: #1e1e1c !important;
}

.bb-mega-footer__grid {
  display: grid;
  grid-template-columns: 240px 1fr 1fr 1fr 1fr;
  gap: clamp(1.4rem, 2vw, 2rem);
}

.bb-mega-footer__mobile {
  display: none;
}

.bb-mega-footer__brand,
.bb-mega-footer__column {
  min-width: 0;
}

.bb-mega-footer__brand-logo {
  display: inline-flex;
  width: 154px;
}

.bb-mega-footer__brand-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.bb-mega-footer__tagline,
.bb-mega-footer__info,
.bb-mega-footer__service-area {
  margin: 0 0 0.65rem;
  color: rgba(244, 243, 240, 0.7);
  font-size: 11px;
  line-height: 1.7;
}

.bb-mega-footer__info a {
  color: rgba(244, 243, 240, 0.9);
  text-decoration: none;
}

.bb-mega-footer__heading {
  margin: 0 0 0.95rem;
  color: #e8a54b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

.bb-mega-footer__heading--spaced {
  margin-top: 1.45rem;
}

.bb-mega-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

.bb-mega-footer__links a {
  color: rgba(244, 243, 240, 0.45);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.bb-mega-footer__links a:hover,
.bb-mega-footer__links a:focus-visible {
  color: rgba(244, 243, 240, 0.75);
  transform: translateX(2px);
  outline: none;
}

.bb-mega-footer__links--articles a {
  color: rgba(244, 243, 240, 0.7);
  font-weight: 500;
}

.bb-mega-footer__quote-card {
  margin-top: 1.2rem;
  padding: 1.15rem;
  border-radius: 16px;
  background: rgba(244, 243, 240, 0.04);
  border: 1px solid rgba(232, 165, 75, 0.14);
}

.bb-mega-footer__quote-title {
  margin: 0 0 0.55rem;
  color: #f4f3f0;
  font-family: "ReloadAlt Medium", "Times New Roman", serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bb-mega-footer__quote-copy {
  margin: 0 0 0.95rem;
  color: rgba(244, 243, 240, 0.62);
  font-size: 11px;
  line-height: 1.65;
}

.bb-mega-footer__quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #e8a54b;
  color: #1e1e1c;
  font-family: "ReloadAlt Medium", "Times New Roman", serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.bb-mega-footer__bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 243, 240, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bb-mega-footer__copyright,
.bb-mega-footer__bottom-links a {
  color: rgba(244, 243, 240, 0.45);
  font-size: 11px;
  line-height: 1.6;
  text-decoration: none;
}

.bb-mega-footer__bottom-links {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  body.home .wp-site-blocks > header.wp-block-template-part {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 720;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.home .wp-site-blocks > main,
  body.home .wp-site-blocks > main > .entry-content,
  body.home .wp-site-blocks > main > .wp-block-post-content,
  body.home .wp-site-blocks > main .wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.home .bb-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header::before {
    opacity: 0 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header__logo--light {
    display: block !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header__logo--dark {
    display: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__trigger,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__link {
    color: #ffffff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__trigger:hover,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__trigger:focus-visible,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__link:hover,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__link:focus-visible {
    color: #ffffff !important;
    opacity: 0.8;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__item:not(:last-child)::after {
    background-image: url("../img/nav-leaf-separator-light.svg");
    opacity: 0.25 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__item > .bb-site-nav__trigger::after,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__item > .bb-site-nav__link::after {
    background: rgba(255, 255, 255, 0.92) !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-site-nav__trigger svg {
    color: #ffffff !important;
    background: transparent !important;
    opacity: 0.5 !important;
  }

  body.home .bb-hero__subtitle {
    color: #ffffff !important;
  }

  body.home .bb-hero__btn--primary,
  body.home .bb-hero__btn--primary:hover,
  body.home .bb-hero__btn--primary:focus {
    color: #ffffff !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-mega-header::before {
    opacity: 1 !important;
  }
}

@media (max-width: 1023px) {
  .bb-mega-header {
    padding-inline: 0 !important;
  }

  .bb-mega-header__inner {
    width: min(100vw - 24px, 100%);
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 1rem;
    min-height: 76px;
  }

  .bb-mega-header__brand {
    width: 152px;
    min-width: 152px;
  }

  .bb-site-nav,
  .bb-site-nav__phone {
    display: none;
  }

  .bb-mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(92, 64, 51, 0.24);
    border-radius: 16px;
    background: transparent;
    color: #1B4332;
    cursor: pointer;
  }

  .bb-mobile-nav-toggle__logs {
    width: 22px;
    height: 22px;
    color: currentColor;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: opacity 0.2s ease;
  }

  .bb-mobile-nav-toggle[aria-expanded="true"] .bb-mobile-nav-toggle__logs {
    opacity: 0;
  }

.bb-mobile-nav {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 780;
  background: rgba(30, 30, 28, 0.18);
  overflow-y: auto;
}

.bb-mobile-nav[hidden] {
  display: none !important;
  pointer-events: none !important;
}

  .bb-mobile-nav__inner {
    width: min(100vw - 24px, 760px);
    min-height: 100dvh;
    margin-left: auto;
    padding: 1.2rem 1.15rem 1.8rem;
    background: #f4f3f0;
    overflow-x: hidden;
  }

  .bb-mobile-nav__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: auto;
    border: 1px solid rgba(92, 64, 51, 0.24);
    border-radius: 16px;
    background: transparent;
    color: #1e1e1c;
  }

  .bb-mobile-nav__close svg {
    width: 22px;
    height: 22px;
  }

  .bb-mobile-nav__stack {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
  }

  .bb-mobile-nav__section {
    border-bottom: 1px solid rgba(92, 64, 51, 0.18);
    padding-bottom: 0.9rem;
  }

  .bb-mobile-nav__section summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    cursor: pointer;
    color: #1b4332;
    font-family: "ReloadAlt Medium", "Times New Roman", serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .bb-mobile-nav__section summary::-webkit-details-marker {
    display: none;
  }

  .bb-mobile-nav__section summary::after {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
  }

  .bb-mobile-nav__section[open] summary::after {
    transform: rotate(-135deg) translateY(-1px);
  }

  .bb-mobile-nav__service-list,
  .bb-mobile-nav__link-list {
    margin: 0.9rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
  }

  .bb-mobile-nav__service-list a,
  .bb-mobile-nav__link-list a,
  .bb-mobile-nav__standalone {
    color: #1e1e1c;
    text-decoration: none;
  }

  .bb-mobile-nav__service-list a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
  }

  .bb-mobile-nav__service-list img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
  }

  .bb-mobile-nav__link-list a {
    display: block;
    padding-left: 0.25rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .bb-mobile-nav__standalone {
    display: block;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(92, 64, 51, 0.18);
    font-family: "ReloadAlt Medium", "Times New Roman", serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .bb-mobile-nav__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 1.65rem;
    border-radius: 999px;
    background: #e8a54b;
    color: #1e1e1c;
    font-family: "ReloadAlt Medium", "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .bb-mega-footer__grid {
    display: none;
  }

  .bb-mega-footer__mobile {
    display: grid;
    gap: 0.9rem;
  }

  .bb-mega-footer__accordion {
    border-top: 1px solid rgba(244, 243, 240, 0.08);
    padding-top: 0.85rem;
  }

  .bb-mega-footer__accordion summary {
    list-style: none;
    cursor: pointer;
    color: rgba(244, 243, 240, 0.92);
    font-family: "ReloadAlt Medium", "Times New Roman", serif;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .bb-mega-footer__accordion summary::-webkit-details-marker {
    display: none;
  }

  .bb-mega-footer__accordion .bb-mega-footer__links {
    margin-top: 0.9rem;
  }

  .bb-mega-footer__quote-card--mobile {
    margin-top: 0.4rem;
  }

  .bb-mega-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  body.home .wp-site-blocks > header.wp-block-template-part {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 720;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.home .wp-site-blocks > main,
  body.home .wp-site-blocks > main > .entry-content,
  body.home .wp-site-blocks > main > .wp-block-post-content,
  body.home .wp-site-blocks > main .wp-block-post-content,
  body.home .wp-site-blocks > main > .wp-block-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.has-surface-background-color,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.has-charcoal-background-color,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color > *,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color .wp-block-group,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color nav {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header::before,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface::before,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface.site-header.has-surface-background-color::before {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header {
    border-bottom-color: transparent !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header__logo--light {
    display: block !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header__logo--dark {
    display: none !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mobile-nav-toggle {
    border-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #E8A54B !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-mobile-nav-toggle,
  body:not(.home) .bb-mobile-nav-toggle,
  body.home .wp-site-blocks > header.wp-block-template-part.mobile-menu-open .bb-mobile-nav-toggle {
    color: #1B4332 !important;
  }

  body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary,
  body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary:hover,
  body.home .bb-hero .bb-hero__btn.bb-hero__btn--primary:focus {
    background: #E8A54B !important;
    border-color: #E8A54B !important;
    color: #1E1E1C !important;
    box-shadow: none !important;
  }

  body.home .bb-hero .bb-hero__btn.bb-hero__btn--secondary,
  body.home .bb-hero .bb-hero__btn.bb-hero__btn--secondary:hover,
  body.home .bb-hero .bb-hero__btn.bb-hero__btn--secondary:focus {
    color: #FFFFFF !important;
  }
}

/* Mobile redesign refresh */
@media (max-width: 1023px) {
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface {
    border-bottom-color: transparent !important;
  }

  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-mega-header::before,
  body.home .wp-site-blocks > header.wp-block-template-part:not(.scrolled) .bb-header-surface::before {
    display: block !important;
    opacity: 1 !important;
    background: linear-gradient(to bottom, rgba(15, 35, 24, 0.92) 0%, rgba(15, 35, 24, 0.75) 70%, rgba(15, 35, 24, 0) 100%) !important;
    background-color: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .bb-mega-header {
    padding-inline: 0 !important;
  }

  .bb-mega-header__inner {
    width: min(100vw - 16px, 100%);
    min-height: 72px;
    padding: 14px 20px 12px;
    gap: 1rem;
  }

  .bb-mega-header__brand {
    width: 148px;
    min-width: 148px;
  }

  .bb-mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #faf8f3;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  }

  .bb-mobile-nav-toggle__logs {
    width: 20px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .bb-mobile-nav-toggle__logs span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transform-origin: center;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .bb-mobile-nav-toggle__logs span:nth-child(2) {
    width: 14px;
    margin-left: auto;
    transition-duration: 0.35s;
  }

  .bb-mobile-nav-toggle.is-open .bb-mobile-nav-toggle__logs span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .bb-mobile-nav-toggle.is-open .bb-mobile-nav-toggle__logs span:nth-child(2) {
    opacity: 0;
    transform: translateX(8px);
  }

  .bb-mobile-nav-toggle.is-open .bb-mobile-nav-toggle__logs span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  body.home .wp-site-blocks > header.wp-block-template-part.scrolled .bb-mobile-nav-toggle,
  body:not(.home) .bb-mobile-nav-toggle,
  body.home .wp-site-blocks > header.wp-block-template-part.mobile-menu-open .bb-mobile-nav-toggle {
    background: #f4f3f0 !important;
    border-color: rgba(92, 64, 51, 0.18) !important;
    color: #1b4332 !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .bb-mobile-nav--redesign {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 780;
    pointer-events: none;
    overflow: hidden;
    background: transparent;
  }

  .bb-mobile-nav--redesign[hidden] {
    display: none !important;
  }

  .bb-mobile-nav--redesign.is-open {
    pointer-events: auto;
  }

  .bb-mobile-nav__bg {
    position: absolute;
    inset: 0;
    background: #0f2318;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .bb-mobile-nav__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 20% 80%, rgba(212, 160, 32, 0.06) 0%, transparent 60%),
      radial-gradient(ellipse at 80% 20%, rgba(53, 122, 79, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }

  .bb-mobile-nav--redesign.is-open .bb-mobile-nav__bg {
    opacity: 1;
  }

  .bb-mobile-nav__close-area {
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 2;
  }

  .bb-mobile-nav__close {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    color: #faf8f3;
    opacity: 0;
    transform: rotate(-90deg);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0s;
  }

  .bb-mobile-nav--redesign.is-open .bb-mobile-nav__close {
    opacity: 1;
    transform: rotate(0deg);
    transition-delay: 0.3s;
  }

  .bb-mobile-nav__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100dvh;
    margin: 0;
    padding: 90px 28px 40px;
    background: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .bb-mobile-nav__content {
    min-height: calc(100dvh - 130px);
    display: flex;
    flex-direction: column;
  }

  .bb-mobile-nav__items {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
  }

  .bb-mobile-nav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
  }

  .bb-mobile-nav__expand,
  .bb-mobile-nav__direct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px 0;
    text-decoration: none;
    text-align: left;
    background: transparent;
    border: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(1.6rem, 5vw, 2rem);
    line-height: 1;
    text-transform: uppercase;
    color: #faf8f3;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .bb-mobile-nav--redesign.is-open .bb-mobile-nav__expand,
  .bb-mobile-nav--redesign.is-open .bb-mobile-nav__direct {
    opacity: 1;
    transform: translateX(0);
  }

  .bb-mobile-nav__item:nth-child(1) > * { transition-delay: 0.12s; }
  .bb-mobile-nav__item:nth-child(2) > * { transition-delay: 0.17s; }
  .bb-mobile-nav__item:nth-child(3) > * { transition-delay: 0.22s; }
  .bb-mobile-nav__item:nth-child(4) > * { transition-delay: 0.27s; }
  .bb-mobile-nav__item:nth-child(5) > * { transition-delay: 0.32s; }

  .bb-mobile-nav__arrow {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d4a020;
    opacity: 0.5;
    flex: 0 0 auto;
  }

  .bb-mobile-nav__arrow svg {
    width: 24px;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .bb-mobile-nav__item.is-expanded .bb-mobile-nav__arrow svg {
    transform: rotate(90deg);
  }

  .bb-mobile-nav__subitems {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .bb-mobile-nav__sublink {
    display: block;
    padding: 12px 0 12px 16px;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(240, 236, 227, 0.55);
    border-left: 2px solid rgba(212, 160, 32, 0.2);
    transition: color 0.25s ease, border-color 0.25s ease;
  }

  .bb-mobile-nav__footer {
    margin-top: auto;
    padding-top: 32px;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0s;
  }

  .bb-mobile-nav--redesign.is-open .bb-mobile-nav__footer {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }

  .bb-mobile-nav__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 28px;
    border-radius: 12px;
    background: #d4a020;
    color: #0f2318;
    box-shadow: 0 4px 24px rgba(212, 160, 32, 0.25);
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
  }

  .bb-mobile-nav__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent 50%);
    pointer-events: none;
  }

  .bb-mobile-nav__cta svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .bb-mobile-nav__phone-link {
    display: block;
    margin-top: 16px;
    text-align: center;
    color: rgba(240, 236, 227, 0.45);
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}
