/* BCF-WEB-007B-R2: mockup-aligned staging visual layer. */

body.bcf-web007b-r2-active {
  --bcf-r2-red: #d5232f;
  --bcf-r2-red-dark: #b71824;
  --bcf-r2-ink: #14171a;
  --bcf-r2-muted: #5f6670;
  --bcf-r2-line: #e5e1de;
  --bcf-r2-warm: #fbf8f5;
  --bcf-r2-pale: #fff3f2;
  --bcf-r2-charcoal: #171a1f;
  color: var(--bcf-r2-ink);
}

/* Qualified sticky mechanics and heights remain owned by WEB-006. */
.bcf-web007b-r2-active .bcf-site-header {
  background: #fff;
  border-bottom-color: var(--bcf-color-brand, #c12635);
  box-shadow: 0 5px 18px rgba(20, 23, 26, 0.055);
}

.bcf-web007b-r2-active .bcf-site-header__inner {
  max-width: 1240px;
}

.bcf-web007b-r2-active .bcf-site-brand {
  margin-right: 12px;
}

.bcf-web007b-r2-active .bcf-site-brand img {
  width: 126px;
}

.bcf-web007b-r2-active .bcf-site-header .nav-link {
  color: var(--bcf-r2-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 8px;
}

.bcf-web007b-r2-active .bcf-site-header .nav-link:hover,
.bcf-web007b-r2-active .bcf-site-header .nav-link:focus-visible {
  color: var(--bcf-r2-red-dark);
}

.bcf-web007b-r2-active .bcf-site-header .bcf-nav-search > .nav-link {
  align-items: center;
  display: inline-flex;
  font-size: 0 !important;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0;
}

.bcf-web007b-r2-active .bcf-site-header .bcf-nav-search .fa-search {
  font-size: 15px;
  margin-right: 0 !important;
}

.bcf-web007b-r2-active .bcf-site-header .bcf-nav-claim > .nav-link {
  border: 1px solid var(--bcf-r2-red);
  border-radius: 8px;
  color: var(--bcf-r2-red-dark);
  margin: 0 4px 0 2px;
  padding: 9px 13px;
}

.bcf-web007b-r2-active .bcf-site-header .bcf-nav-claim > .nav-link:hover,
.bcf-web007b-r2-active .bcf-site-header .bcf-nav-claim > .nav-link:focus-visible {
  background: var(--bcf-r2-pale);
}

.bcf-web007b-r2-active .bcf-home,
.bcf-web007b-r2-active .bcf-home * {
  box-sizing: border-box;
}

.bcf-web007b-r2-active .bcf-home {
  background: #fff;
  overflow: clip;
}

.bcf-web007b-r2-active .bcf-home__inner {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: 24px;
  position: relative;
}

.bcf-web007b-r2-active .bcf-home__hero {
  background:
    radial-gradient(circle at 76% 25%, rgba(213, 35, 47, 0.07), transparent 29%),
    linear-gradient(135deg, #fff 0%, #fff 56%, #fff7f5 100%);
  border-bottom: 1px solid #f0e9e5;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.bcf-web007b-r2-active .bcf-home__hero::before {
  background: rgba(213, 35, 47, 0.055);
  clip-path: polygon(50% 0, 57% 23%, 70% 15%, 67% 35%, 91% 31%, 77% 48%, 100% 57%, 73% 63%, 77% 84%, 57% 75%, 50% 100%, 43% 75%, 23% 84%, 27% 63%, 0 57%, 23% 48%, 9% 31%, 33% 35%, 30% 15%, 43% 23%);
  content: "";
  height: 410px;
  pointer-events: none;
  position: absolute;
  right: -70px;
  top: 28px;
  transform: rotate(8deg);
  width: 410px;
}

.bcf-web007b-r2-active .bcf-home__hero::after {
  border: 36px solid rgba(213, 35, 47, 0.035);
  border-radius: 28% 28% 46% 46%;
  content: "";
  height: 210px;
  pointer-events: none;
  position: absolute;
  right: 215px;
  top: 98px;
  transform: rotate(-8deg);
  width: 170px;
}

.bcf-web007b-r2-active .bcf-home__hero-inner {
  padding-bottom: 42px;
  padding-top: 64px;
  z-index: 1;
}

.bcf-web007b-r2-active .bcf-home__title {
  color: var(--bcf-r2-ink);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.01;
  margin: 0;
  max-width: 760px;
}

.bcf-web007b-r2-active .bcf-home__title > span {
  display: block;
}

.bcf-web007b-r2-active .bcf-home__title .bcf-home__title-accent {
  color: var(--bcf-r2-red);
}

.bcf-web007b-r2-active .bcf-home__lead {
  color: var(--bcf-r2-muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 20px 0 24px;
  max-width: 610px;
}

.bcf-web007b-r2-active .bcf-home__search {
  background: #fff;
  border: 1px solid rgba(20, 23, 26, 0.09);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(36, 27, 24, 0.09);
  max-width: 950px;
  padding: 8px;
}

.bcf-web007b-r2-active .bcf-home__search .geodir-search,
.bcf-web007b-r2-active .bcf-home__search .geodir-search-form-wrapper,
.bcf-web007b-r2-active .bcf-home__search form {
  margin: 0 !important;
}

.bcf-web007b-r2-active .bcf-home__search .form-control,
.bcf-web007b-r2-active .bcf-home__search .select2-selection,
.bcf-web007b-r2-active .bcf-home__search button,
.bcf-web007b-r2-active .bcf-home__search .btn {
  min-height: 48px;
}

.bcf-web007b-r2-active .bcf-home__search .btn-primary {
  background: var(--bcf-r2-red);
  border-color: var(--bcf-r2-red);
  border-radius: 8px;
  font-weight: 700;
}

.bcf-web007b-r2-active .bcf-home__search .btn-primary:hover,
.bcf-web007b-r2-active .bcf-home__search .btn-primary:focus-visible {
  background: var(--bcf-r2-red-dark);
  border-color: var(--bcf-r2-red-dark);
}

.bcf-web007b-r2-active .bcf-home__value-cues {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  max-width: 930px;
}

.bcf-web007b-r2-active .bcf-home__cue {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.bcf-web007b-r2-active .bcf-home__cue > i {
  align-items: center;
  background: var(--bcf-r2-pale);
  border-radius: 50%;
  color: var(--bcf-r2-red);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.bcf-web007b-r2-active .bcf-home__cue strong,
.bcf-web007b-r2-active .bcf-home__cue span {
  display: block;
}

.bcf-web007b-r2-active .bcf-home__cue strong {
  color: var(--bcf-r2-ink);
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 3px;
}

.bcf-web007b-r2-active .bcf-home__cue span {
  color: var(--bcf-r2-muted);
  font-size: 13px;
  line-height: 1.45;
}

.bcf-web007b-r2-active .bcf-home__section {
  padding-block: 64px;
}

.bcf-web007b-r2-active .bcf-home__section--subtle {
  background: var(--bcf-r2-warm);
  border-block: 1px solid #f0ece9;
}

.bcf-web007b-r2-active .bcf-home__eyebrow {
  color: var(--bcf-r2-red-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.bcf-web007b-r2-active .bcf-home__section h2 {
  color: var(--bcf-r2-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0;
}

.bcf-web007b-r2-active .bcf-home__section-intro {
  color: var(--bcf-r2-muted);
  margin: 10px 0 28px;
}

.bcf-web007b-r2-active .bcf-home__more-link {
  margin: 0;
  position: absolute;
  right: 24px;
  top: 26px;
}

.bcf-web007b-r2-active .bcf-home__more-link a {
  align-items: center;
  color: var(--bcf-r2-red-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 44px;
  padding: 0 4px;
  text-decoration: none;
}

.bcf-web007b-r2-active .bcf-home__more-link a::after {
  content: "\2192";
  margin-left: 7px;
}

.bcf-web007b-r2-active .bcf-home__category-list .row {
  display: grid !important;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-inline: 0 !important;
}

.bcf-web007b-r2-active .bcf-home__category-list .gd-cptcat-ul,
.bcf-web007b-r2-active .bcf-home__category-list [class*="col-"] {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

.bcf-web007b-r2-active .bcf-home__category-list .card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bcf-r2-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 14px rgba(25, 20, 18, 0.035);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 132px;
  text-align: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.bcf-web007b-r2-active .bcf-home__category-list .card:hover,
.bcf-web007b-r2-active .bcf-home__category-list .card:focus-within {
  border-color: rgba(213, 35, 47, 0.45) !important;
  box-shadow: 0 9px 22px rgba(25, 20, 18, 0.075);
  transform: translateY(-2px);
}

.bcf-web007b-r2-active .bcf-home__category-list .card-body {
  align-items: center;
  background: transparent;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 14px 8px !important;
  white-space: normal;
  width: 100%;
}

.bcf-web007b-r2-active .bcf-home__category-list .gd-cptcat-cat-left {
  align-items: center;
  background: var(--bcf-r2-pale);
  border: 0;
  border-radius: 50%;
  display: inline-flex !important;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  margin: 0 0 11px !important;
  min-height: 46px;
  overflow: hidden;
  width: 46px;
}

.bcf-web007b-r2-active .bcf-home__category-list .gd-cptcat-cat-right {
  max-width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  width: 100%;
}

.bcf-web007b-r2-active .bcf-home__category-list a {
  color: var(--bcf-r2-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.bcf-web007b-r2-active .bcf-home__category-list i {
  color: var(--bcf-r2-red) !important;
  font-size: 30px !important;
  margin-bottom: 0;
}

.bcf-web007b-r2-active .bcf-home__category-list img {
  height: 34px !important;
  margin-bottom: 0;
  object-fit: contain;
  width: 34px !important;
}

.bcf-web007b-r2-active .bcf-home__location-list ul,
.bcf-web007b-r2-active .bcf-home__location-list .geodir-locations,
.bcf-web007b-r2-active .bcf-home__location-list .geodir-location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bcf-web007b-r2-active .bcf-home__location-list li {
  margin: 0 !important;
}

.bcf-web007b-r2-active .bcf-home__location-list a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bcf-r2-line);
  border-radius: 999px;
  color: var(--bcf-r2-ink);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  min-height: 48px;
  padding: 9px 20px;
  text-decoration: none;
}

.bcf-web007b-r2-active .bcf-home__location-list a::before {
  color: var(--bcf-r2-red);
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 9px;
}

.bcf-web007b-r2-active .bcf-home__location-list a:hover,
.bcf-web007b-r2-active .bcf-home__location-list a:focus-visible {
  border-color: rgba(213, 35, 47, 0.45);
  color: var(--bcf-r2-red-dark);
}

.bcf-web007b-r2-active .bcf-home__about-grid {
  align-items: center;
  display: grid;
  gap: 82px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  isolation: isolate;
  position: relative;
}

.bcf-web007b-r2-active .bcf-home__about-grid::before {
  border: 22px solid rgba(213, 35, 47, 0.055);
  border-radius: 28% 28% 46% 46%;
  content: "";
  height: 154px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%) rotate(8deg);
  width: 126px;
  z-index: -1;
}

.bcf-web007b-r2-active .bcf-home__about-copy > p:last-child {
  color: var(--bcf-r2-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 650px;
}

.bcf-web007b-r2-active .bcf-home__about-cues {
  background: var(--bcf-r2-warm);
  border: 1px solid var(--bcf-r2-line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(25, 20, 18, 0.055);
  display: grid;
  gap: 22px;
  padding: 28px;
}

.bcf-web007b-r2-active .bcf-home__owner {
  background: #fff;
  padding-bottom: 72px;
  padding-top: 12px;
}

.bcf-web007b-r2-active .bcf-home__owner-inner {
  align-items: center;
  background: linear-gradient(105deg, #fff3f2, #fff8f6);
  border: 1px solid rgba(213, 35, 47, 0.18);
  border-radius: 16px;
  display: grid;
  gap: 22px;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 30px 34px;
}

.bcf-web007b-r2-active .bcf-home__owner-icon {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(213, 35, 47, 0.2);
  border-radius: 50%;
  color: var(--bcf-r2-red);
  display: flex;
  font-size: 25px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.bcf-web007b-r2-active .bcf-home__owner-copy h2 {
  font-size: 26px;
}

.bcf-web007b-r2-active .bcf-home__owner-copy p {
  color: var(--bcf-r2-muted);
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 680px;
}

.bcf-web007b-r2-active .bcf-home__owner-action {
  margin: 0;
}

.bcf-web007b-r2-active .bcf-home__owner-action .wp-block-button__link {
  align-items: center;
  background: var(--bcf-r2-red);
  border: 1px solid var(--bcf-r2-red);
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
}

.bcf-web007b-r2-active .bcf-home__owner-action .wp-block-button__link:hover,
.bcf-web007b-r2-active .bcf-home__owner-action .wp-block-button__link:focus-visible {
  background: var(--bcf-r2-red-dark);
  border-color: var(--bcf-r2-red-dark);
}

/* Mockup-approved global dark footer; identity and information architecture are unchanged. */
.bcf-web007b-r2-active .bcf-site-footer {
  background: var(--bcf-r2-charcoal);
  border-top: 0;
  color: #c7ccd3;
}

.bcf-web007b-r2-active .bcf-footer__inner {
  max-width: 1200px;
  padding: 50px 24px 26px;
}

.bcf-web007b-r2-active .bcf-footer__brand-logo {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.bcf-web007b-r2-active .bcf-footer__brand p {
  color: #aeb5be;
  line-height: 1.7;
}

.bcf-web007b-r2-active .bcf-footer__group h2 {
  color: #fff;
  letter-spacing: 0.09em;
}

.bcf-web007b-r2-active .bcf-footer__group a,
.bcf-web007b-r2-active .bcf-footer__legal a {
  color: #cbd0d7;
}

.bcf-web007b-r2-active .bcf-footer__group a:hover,
.bcf-web007b-r2-active .bcf-footer__group a:focus-visible,
.bcf-web007b-r2-active .bcf-footer__legal a:hover,
.bcf-web007b-r2-active .bcf-footer__legal a:focus-visible {
  color: #fff;
  text-decoration-color: var(--bcf-r2-red);
}

.bcf-web007b-r2-active .bcf-footer__bottom {
  align-items: center;
  border-top: 1px solid #30343a;
  display: flex;
  gap: 20px;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
}

.bcf-web007b-r2-active .bcf-footer__copyright {
  color: #969da7;
  font-size: 13px;
  margin: 0;
}

.bcf-web007b-r2-active .bcf-footer__legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  justify-content: flex-end;
}

.bcf-web007b-r2-active .bcf-footer__legal a {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  min-height: 44px;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .bcf-web007b-r2-active .bcf-site-header__inner {
    padding-inline: 14px;
  }

  .bcf-web007b-r2-active .bcf-site-brand img {
    width: 118px;
  }

  .bcf-web007b-r2-active .bcf-site-header .nav-link {
    padding-inline: 7px;
  }

  .bcf-web007b-r2-active .bcf-site-header .bcf-nav-claim > .nav-link {
    padding-inline: 10px;
  }

  .bcf-web007b-r2-active .bcf-home__category-list .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .bcf-web007b-r2-active .bcf-site-brand {
    margin-right: 0;
  }

  .bcf-web007b-r2-active .bcf-site-brand img {
    width: auto;
  }

  .bcf-web007b-r2-active .bcf-site-header .bcf-nav-search > .nav-link {
    font-size: 15px !important;
    height: auto;
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 14px;
  }

  .bcf-web007b-r2-active .bcf-site-header .bcf-nav-search .fa-search {
    margin-right: 9px;
  }

  .bcf-web007b-r2-active .bcf-site-header .bcf-nav-claim > .nav-link {
    margin: 4px 10px;
    padding: 10px 12px;
  }

  .bcf-web007b-r2-active .bcf-home__hero {
    min-height: 0;
  }

  .bcf-web007b-r2-active .bcf-home__hero-inner {
    padding-bottom: 36px;
    padding-top: 52px;
  }

  .bcf-web007b-r2-active .bcf-home__about-grid {
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  }

  .bcf-web007b-r2-active .bcf-home__owner-inner {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .bcf-web007b-r2-active .bcf-home__owner-action {
    grid-column: 2;
  }
}

@media (max-width: 767.98px) {
  .bcf-web007b-r2-active .bcf-home__inner {
    padding-inline: 20px;
  }

  .bcf-web007b-r2-active .bcf-home__hero::before {
    height: 270px;
    right: -108px;
    top: 30px;
    width: 270px;
  }

  .bcf-web007b-r2-active .bcf-home__hero::after {
    display: none;
  }

  .bcf-web007b-r2-active .bcf-home__hero-inner {
    padding-bottom: 30px;
    padding-top: 38px;
  }

  .bcf-web007b-r2-active .bcf-home__title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .bcf-web007b-r2-active .bcf-home__lead {
    font-size: 16px;
    margin-block: 16px 20px;
  }

  .bcf-web007b-r2-active .bcf-home__search {
    padding: 7px;
  }

  .bcf-web007b-r2-active .bcf-home__value-cues {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .bcf-web007b-r2-active .bcf-home__section {
    padding-block: 48px;
  }

  .bcf-web007b-r2-active .bcf-home__more-link {
    margin-top: 22px;
    position: static;
  }

  .bcf-web007b-r2-active .bcf-home__category-list .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcf-web007b-r2-active .bcf-home__category-list .card {
    min-height: 120px;
  }

  .bcf-web007b-r2-active .bcf-home__location-list a {
    min-height: 46px;
    padding-inline: 16px;
  }

  .bcf-web007b-r2-active .bcf-home__about-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .bcf-web007b-r2-active .bcf-home__about-grid::before {
    display: none;
  }

  .bcf-web007b-r2-active .bcf-home__about-cues {
    padding: 22px;
  }

  .bcf-web007b-r2-active .bcf-home__owner {
    padding-bottom: 54px;
    padding-top: 4px;
  }

  .bcf-web007b-r2-active .bcf-home__owner-inner {
    gap: 17px;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 24px 20px;
  }

  .bcf-web007b-r2-active .bcf-home__owner-icon {
    font-size: 21px;
    height: 48px;
    width: 48px;
  }

  .bcf-web007b-r2-active .bcf-home__owner-copy h2 {
    font-size: 24px;
  }

  .bcf-web007b-r2-active .bcf-home__owner-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .bcf-web007b-r2-active .bcf-home__owner-action .wp-block-button,
  .bcf-web007b-r2-active .bcf-home__owner-action .wp-block-button__link {
    width: 100%;
  }

  .bcf-web007b-r2-active .bcf-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .bcf-web007b-r2-active .bcf-footer__legal {
    justify-content: flex-start;
  }
}

@media (max-width: 389.98px) {
  .bcf-web007b-r2-active .bcf-home__inner {
    padding-inline: 16px;
  }

  .bcf-web007b-r2-active .bcf-home__title {
    font-size: 36px;
  }

  .bcf-web007b-r2-active .bcf-home__category-list .row {
    gap: 9px;
  }

  .bcf-web007b-r2-active .bcf-home__category-list .card {
    min-height: 116px;
  }

  .bcf-web007b-r2-active .bcf-home__location-list ul,
  .bcf-web007b-r2-active .bcf-home__location-list .geodir-locations,
  .bcf-web007b-r2-active .bcf-home__location-list .geodir-location-list {
    gap: 8px;
  }

  .bcf-web007b-r2-active .bcf-home__location-list a {
    font-size: 14px;
    padding-inline: 13px;
  }

  .bcf-web007b-r2-active .bcf-footer__inner {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bcf-web007b-r2-active .bcf-home__category-list .card {
    transition: none;
  }
}
