:root {
  --bwhr-ink: #111827;
  --bwhr-ink-soft: #374151;
  --bwhr-muted: #5b6472;
  --bwhr-paper: #ffffff;
  --bwhr-warm: #fefce8;
  --bwhr-light: #f4f6f8;
  --bwhr-line: #d7dde5;
  --bwhr-yellow: #facc15;
  --bwhr-yellow-hover: #fbbf24;
  --bwhr-navy: #111827;
  --bwhr-black: #070707;
  --bwhr-radius: 14px;
  --bwhr-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bwhr-ink);
  background: var(--bwhr-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.bwhr-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bwhr-narrow { width: min(850px, 100%); }
.bwhr-section { padding: 68px 0; }
.bwhr-section h2 {
  margin: 0 0 20px;
  color: var(--bwhr-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
}
.bwhr-section p { font-size: 1.06rem; }
.bwhr-lead {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
  color: var(--bwhr-muted);
}

/* Pass 1: force dependable contrast on every CTA state. */
body.bwhr-csv-page .bwhr-button,
body.bwhr-csv-page .bwhr-button:link,
body.bwhr-csv-page .bwhr-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border: 2px solid var(--bwhr-yellow);
  border-radius: 999px;
  background: var(--bwhr-yellow) !important;
  color: var(--bwhr-ink) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
body.bwhr-csv-page .bwhr-button:hover,
body.bwhr-csv-page .bwhr-button:focus-visible {
  border-color: var(--bwhr-yellow-hover);
  background: var(--bwhr-yellow-hover) !important;
  color: var(--bwhr-ink) !important;
  transform: translateY(-2px);
  outline: 3px solid rgba(17, 24, 39, .24);
  outline-offset: 3px;
}
body.bwhr-csv-page .bwhr-button--dark,
body.bwhr-csv-page .bwhr-button--dark:link,
body.bwhr-csv-page .bwhr-button--dark:visited {
  border-color: var(--bwhr-ink);
  background: var(--bwhr-ink) !important;
  color: #fff !important;
}
body.bwhr-csv-page .bwhr-button--dark:hover,
body.bwhr-csv-page .bwhr-button--dark:focus-visible {
  border-color: #000;
  background: #000 !important;
  color: #fff !important;
}

.bwhr-skip-link { position: absolute; left: -9999px; }
.bwhr-skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 99999;
  padding: 10px 14px;
  background: #fff;
  color: #111827;
  border: 2px solid #111827;
}

/* Header now follows the current Neve child template: black phone bar + white navigation. */
.bwhr-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  color: var(--bwhr-ink);
  box-shadow: 0 3px 14px rgba(0, 0, 0, .16);
}
.admin-bar .bwhr-header { top: 32px; }
.bwhr-topbar {
  padding: 8px 14px;
  background: var(--bwhr-black);
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: .03em;
}
.bwhr-topbar a,
.bwhr-topbar a:visited { color: #fff !important; text-decoration: none; }
.bwhr-topbar a:hover { color: var(--bwhr-yellow) !important; }
.bwhr-nav-wrap {
  width: min(1260px, calc(100% - 28px));
  min-height: 86px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
}
.bwhr-logo { display: flex; align-items: center; margin-right: auto; }
.bwhr-logo img { width: 145px; max-height: 70px; object-fit: contain; }
.bwhr-menu { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.bwhr-menu > li { position: relative; }
body.bwhr-csv-page .bwhr-menu a,
body.bwhr-csv-page .bwhr-menu a:visited,
body.bwhr-csv-page .bwhr-menu button {
  display: block;
  padding: 30px 9px;
  border: 0;
  background: transparent !important;
  color: #2b3441 !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
body.bwhr-csv-page .bwhr-menu a:hover,
body.bwhr-csv-page .bwhr-menu a:focus-visible,
body.bwhr-csv-page .bwhr-menu button:hover,
body.bwhr-csv-page .bwhr-menu button:focus-visible {
  color: #000 !important;
  background: #f6f7f9 !important;
  outline: 2px solid transparent;
}
.bwhr-menu button::after { content: "▾"; margin-left: 5px; font-size: .72em; }
.bwhr-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 245px;
  max-height: 410px;
  overflow: auto;
  margin: 0;
  padding: 8px;
  border-top: 4px solid var(--bwhr-yellow);
  border-radius: 0 0 10px 10px;
  background: #fff;
  color: var(--bwhr-ink);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .23);
  list-style: none;
}
body.bwhr-csv-page .bwhr-submenu li a,
body.bwhr-csv-page .bwhr-submenu li a:visited {
  padding: 11px 12px;
  border-radius: 6px;
  background: #fff !important;
  color: var(--bwhr-ink) !important;
  white-space: nowrap;
}
body.bwhr-csv-page .bwhr-submenu li a:hover,
body.bwhr-csv-page .bwhr-submenu li a:focus-visible {
  background: var(--bwhr-yellow) !important;
  color: var(--bwhr-ink) !important;
}
.bwhr-has-submenu:hover > .bwhr-submenu,
.bwhr-has-submenu:focus-within > .bwhr-submenu { display: block; }
.bwhr-location-menu { right: 0; left: auto; min-width: 280px; }
.bwhr-menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 9px;
  border: 1px solid #d8dde4;
  border-radius: 7px;
  background: #fff !important;
  cursor: pointer;
}
.bwhr-menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 3px;
  margin: 5px;
  border-radius: 2px;
  background: var(--bwhr-ink);
}
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.bwhr-hero {
  min-height: 690px;
  display: grid;
  background-image: var(--hero);
  background-size: cover;
  background-position: center;
  animation: bwhr-hero-pan 24s ease-in-out infinite alternate;
}
@keyframes bwhr-hero-pan { from { background-position: 42% center; } to { background-position: 58% center; } }
.bwhr-hero-overlay {
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.26));
}
.bwhr-hero-content { max-width: 900px; padding: 90px 20px; color: #fff; text-align: center; }
.bwhr-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.55rem, 6vw, 5rem);
  line-height: 1.03;
  text-shadow: 0 3px 15px #000;
}
.bwhr-hero p { max-width: 760px; margin: 0 auto 34px; color: #fff; font-size: clamp(1.08rem, 2vw, 1.4rem); }
.bwhr-eyebrow { color: var(--bwhr-yellow) !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bwhr-pulse { animation: bwhr-pulse 2.3s infinite; }
@keyframes bwhr-pulse { 50% { transform: scale(1.04); } }

.bwhr-estimate-section { padding: 54px 20px; background: #111; }
.bwhr-form-card {
  max-width: 780px;
  margin: auto;
  padding: 36px;
  border-radius: 18px;
  background: #fff;
  color: var(--bwhr-ink);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .3);
}
.bwhr-form-card h2 { margin: 0; color: var(--bwhr-ink); text-align: center; font-size: 2rem; }
.bwhr-form-card > p { color: #4b5563; text-align: center; }
.bwhr-estimate-form { display: grid; gap: 16px; }
.bwhr-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bwhr-estimate-form label { display: grid; gap: 6px; color: var(--bwhr-ink); font-weight: 700; }
.bwhr-estimate-form input,
.bwhr-estimate-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #bfc8d4;
  border-radius: 8px;
  background: #fff !important;
  color: var(--bwhr-ink) !important;
}
.bwhr-estimate-form input::placeholder,
.bwhr-estimate-form textarea::placeholder { color: #667085; opacity: 1; }
.bwhr-estimate-form input:focus,
.bwhr-estimate-form textarea:focus { border-color: #a67f00; outline: 3px solid rgba(250, 204, 21, .35); }
body.bwhr-csv-page .bwhr-estimate-form button,
body.bwhr-csv-page .bwhr-estimate-form button:visited {
  min-height: 50px;
  padding: 15px;
  border: 2px solid var(--bwhr-yellow);
  border-radius: 8px;
  background: var(--bwhr-yellow) !important;
  color: var(--bwhr-ink) !important;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  appearance: none;
}
body.bwhr-csv-page .bwhr-estimate-form button:hover,
body.bwhr-csv-page .bwhr-estimate-form button:focus-visible {
  border-color: var(--bwhr-yellow-hover);
  background: var(--bwhr-yellow-hover) !important;
  color: var(--bwhr-ink) !important;
  outline: 3px solid rgba(17,24,39,.22);
  outline-offset: 2px;
}
.bwhr-honeypot { position: absolute !important; left: -9999px !important; }

/* About section mirrors the yellow-gradient Neve child section. */
.bwhr-about {
  margin-top: 48px;
  padding: 80px 20px 48px;
  background: linear-gradient(135deg, var(--bwhr-yellow), var(--bwhr-yellow-hover));
}
.bwhr-about-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 12px;
  background: #fff;
  color: var(--bwhr-ink);
  box-shadow: var(--bwhr-shadow);
  text-align: center;
}
.bwhr-about-card h2 { color: var(--bwhr-ink); }
.bwhr-about-card p { color: var(--bwhr-ink-soft); }

/* Community bar follows the original black/yellow treatment. */
.bwhr-community { margin-top: 48px; padding: 60px 0 44px; background: #000; color: #f3f4f6; text-align: center; }
.bwhr-community h2 { color: var(--bwhr-yellow); }
.bwhr-community .bwhr-lead { color: #d1d5db; }
.bwhr-chip-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
body.bwhr-csv-page .bwhr-chip-list a,
body.bwhr-csv-page .bwhr-chip-list a:visited {
  padding: 9px 14px;
  border: 1px solid var(--bwhr-yellow);
  border-radius: 999px;
  background: transparent !important;
  color: var(--bwhr-yellow) !important;
  font-weight: 800;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-chip-list a:hover,
body.bwhr-csv-page .bwhr-chip-list a:focus-visible {
  background: var(--bwhr-yellow) !important;
  color: var(--bwhr-ink) !important;
}

.bwhr-roofing-intro {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 82px 20px;
  background-image: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), var(--roofing-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.bwhr-roofing-intro .bwhr-narrow { margin-inline: auto; }
.bwhr-roofing-intro h2 { color: var(--bwhr-yellow); }
.bwhr-roofing-intro p { color: #f3f4f6; font-size: 1.16rem; }

.bwhr-two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
.bwhr-accent-panel {
  min-height: 330px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(145deg, #111, #273449);
  color: #fff;
  box-shadow: 18px 18px 0 var(--bwhr-yellow);
}
.bwhr-accent-panel strong { font-size: 3rem; line-height: 1; }
.bwhr-accent-panel span { margin: 18px 0; font-size: 1.15rem; }
.bwhr-accent-panel small { color: #dbe4ee; }

.bwhr-trust { padding: 60px 0; background: var(--bwhr-yellow); color: var(--bwhr-ink); }
.bwhr-trust h2,
.bwhr-reviews h2,
.bwhr-services h2,
.bwhr-why h2,
.bwhr-team h2,
.bwhr-faq h2,
.bwhr-service-areas h2,
.bwhr-related h2 { text-align: center; }
.bwhr-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.bwhr-trust-item {
  min-height: 210px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  color: var(--bwhr-ink);
  text-align: center;
}
.bwhr-trust-item img { width: 140px; height: 105px; object-fit: contain; }
.bwhr-trust-item h3 { color: var(--bwhr-ink); font-size: 1rem; }
.bwhr-trust-item p { color: var(--bwhr-ink-soft); }

.bwhr-reviews { background: var(--bwhr-warm); }
.bwhr-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bwhr-review-grid blockquote {
  margin: 0;
  padding: 28px;
  border-radius: 14px;
  background: #fff;
  color: var(--bwhr-ink);
  box-shadow: var(--bwhr-shadow);
}
.bwhr-review-grid blockquote p { color: var(--bwhr-ink-soft); }
.bwhr-stars { color: #b98200; letter-spacing: .08em; }
.bwhr-review-grid cite { color: var(--bwhr-ink); font-style: normal; font-weight: 800; }

.bwhr-callout { padding: 62px 0; background: var(--bwhr-navy); color: #fff; text-align: center; }
.bwhr-callout h2 { margin: 0 0 8px; color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.bwhr-callout p { margin: 0 0 24px; color: #d1d5db; }

.bwhr-services { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); }
.bwhr-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bwhr-service-card {
  padding: 28px;
  border-top: 5px solid var(--bwhr-yellow);
  border-radius: 14px;
  background: #fff;
  color: var(--bwhr-ink);
  box-shadow: 0 12px 32px rgba(30,41,59,.08);
}
.bwhr-service-card h3 { margin-top: 0; color: var(--bwhr-ink); font-size: 1.35rem; }
.bwhr-service-card p { color: var(--bwhr-ink-soft); }
body.bwhr-csv-page .bwhr-service-card a,
body.bwhr-csv-page .bwhr-service-card a:visited {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--bwhr-yellow) !important;
  color: var(--bwhr-ink) !important;
  font-weight: 900;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-service-card a:hover,
body.bwhr-csv-page .bwhr-service-card a:focus-visible {
  background: var(--bwhr-yellow-hover) !important;
  color: var(--bwhr-ink) !important;
}

.bwhr-why { background: #111; color: #fff; }
.bwhr-why h2 { color: #fff; }
.bwhr-why .bwhr-lead { color: #d1d5db; }
.bwhr-why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.bwhr-why-grid article {
  padding: 24px 18px;
  border: 1px solid #374252;
  border-radius: 14px;
  background: #1c2531;
  color: #fff;
  text-align: center;
}
.bwhr-why-grid h3 { color: #fff; }
.bwhr-why-grid p { color: #d7dde5; }
.bwhr-icon-circle {
  width: 52px;
  height: 52px;
  margin: 0 auto 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  color: var(--bwhr-ink);
  font-size: 1.5rem;
  font-weight: 900;
}

.bwhr-team { background: #fff; }
.bwhr-team-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px 4px 26px; }
.bwhr-team-card {
  min-width: 245px;
  overflow: hidden;
  border-radius: 16px;
  background: #f7f8fa;
  color: var(--bwhr-ink);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  scroll-snap-align: start;
  text-align: center;
}
.bwhr-team-card img { width: 100%; height: 280px; object-fit: cover; }
.bwhr-team-card h3 { margin: 18px 0 0; color: var(--bwhr-ink); }
.bwhr-team-card p { margin: 4px 0 20px; color: var(--bwhr-muted); }

.bwhr-secondary { background: #f4f6f8; text-align: center; }
.bwhr-secondary h2 { color: var(--bwhr-ink); }
.bwhr-secondary p { color: var(--bwhr-ink-soft); }
.bwhr-map iframe { width: 100%; height: 430px; border: 0; border-radius: 18px; }

.bwhr-faq details {
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid var(--bwhr-line);
  border-radius: 12px;
  background: #fff;
  color: var(--bwhr-ink);
}
.bwhr-faq summary { padding: 18px 20px; color: var(--bwhr-ink); font-weight: 800; cursor: pointer; }
.bwhr-faq details div { padding: 0 20px 18px; color: var(--bwhr-ink-soft); }

.bwhr-service-areas { background: var(--bwhr-warm); }
.bwhr-location-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
body.bwhr-csv-page .bwhr-location-grid a,
body.bwhr-csv-page .bwhr-location-grid a:visited {
  padding: 10px 18px;
  border: 1px solid #d6aa0b;
  border-radius: 999px;
  background: var(--bwhr-yellow) !important;
  color: var(--bwhr-ink) !important;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  font-weight: 800;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-location-grid a:hover,
body.bwhr-csv-page .bwhr-location-grid a:focus-visible {
  background: var(--bwhr-yellow-hover) !important;
  color: var(--bwhr-ink) !important;
  text-decoration: underline;
}

.bwhr-service-intro img { width: 100%; height: 430px; object-fit: cover; border-radius: 20px; }
.bwhr-detail-sections { background: #f2f5f8; }
.bwhr-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.bwhr-detail-grid article { padding: 30px; border-radius: 16px; background: #fff; color: var(--bwhr-ink); box-shadow: 0 12px 30px rgba(0,0,0,.07); }
.bwhr-detail-grid article > span { color: #9b7500; font-size: 1.6rem; font-weight: 900; }
.bwhr-detail-grid h2 { color: var(--bwhr-ink); font-size: 1.55rem; }
.bwhr-detail-grid p { color: var(--bwhr-ink-soft); }

.bwhr-footer { padding-top: 62px; background: var(--bwhr-navy); color: #d8dde5; }
.bwhr-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; }
.bwhr-footer-logo { width: 180px; filter: brightness(1.1); }
.bwhr-footer h2 { color: #fff; font-size: 1.2rem; }
.bwhr-footer ul { margin: 0; padding: 0; list-style: none; }
.bwhr-footer li { margin: 8px 0; }
body.bwhr-csv-page .bwhr-footer a,
body.bwhr-csv-page .bwhr-footer a:visited { color: #f3f4f6 !important; text-decoration: none; }
body.bwhr-csv-page .bwhr-footer a:hover,
body.bwhr-csv-page .bwhr-footer a:focus-visible { color: var(--bwhr-yellow) !important; text-decoration: underline; }
.bwhr-footer-bottom { margin-top: 45px; padding: 22px; border-top: 1px solid #29313d; text-align: center; }
.bwhr-mobile-actions { display: none; }
.post h1 { color: var(--bwhr-ink); font-size: 3rem; }
.post a { color: #7a5c00; }

@media (max-width: 1100px) {
  body.bwhr-csv-page .bwhr-menu a,
  body.bwhr-csv-page .bwhr-menu button { padding-inline: 7px; font-size: .9rem; }
  .bwhr-trust-grid, .bwhr-why-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .admin-bar .bwhr-header { top: 46px; }
  .bwhr-menu-toggle { display: block; }
  .bwhr-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-top: 1px solid #d8dde4;
    background: #fff;
  }
  .bwhr-nav.is-open { display: block; }
  .bwhr-menu { display: block; padding: 10px; }
  body.bwhr-csv-page .bwhr-menu a,
  body.bwhr-csv-page .bwhr-menu button { width: 100%; padding: 14px; text-align: left; }
  .bwhr-has-submenu:hover > .bwhr-submenu { display: none; }
  .bwhr-has-submenu.is-open > .bwhr-submenu { display: block; }
  .bwhr-submenu { position: static; max-height: none; margin: 0 8px 8px; border: 1px solid #d8dde4; border-top: 4px solid var(--bwhr-yellow); border-radius: 8px; }
  .bwhr-two-col { grid-template-columns: 1fr; }
  .bwhr-card-grid { grid-template-columns: repeat(2, 1fr); }
  .bwhr-review-grid, .bwhr-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .bwhr-section { padding: 56px 0; }
  .bwhr-container { width: min(100% - 28px, 1180px); }
  .bwhr-nav-wrap { min-height: 72px; }
  .bwhr-logo img { width: 122px; max-height: 60px; }
  .bwhr-hero { min-height: 590px; }
  .bwhr-hero-content { padding-block: 70px; }
  .bwhr-form-card, .bwhr-about-card { padding: 28px 20px; }
  .bwhr-form-row { grid-template-columns: 1fr; }
  .bwhr-trust-grid, .bwhr-why-grid, .bwhr-card-grid { grid-template-columns: 1fr; }
  .bwhr-accent-panel { box-shadow: 10px 10px 0 var(--bwhr-yellow); }
  .bwhr-footer-grid { grid-template-columns: 1fr; }
  .bwhr-mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.bwhr-csv-page .bwhr-mobile-actions a,
  body.bwhr-csv-page .bwhr-mobile-actions a:visited {
    padding: 14px 8px;
    border-top: 1px solid #333;
    background: var(--bwhr-navy) !important;
    color: #fff !important;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }
  body.bwhr-csv-page .bwhr-mobile-actions a:last-child,
  body.bwhr-csv-page .bwhr-mobile-actions a:last-child:visited {
    background: var(--bwhr-yellow) !important;
    color: var(--bwhr-ink) !important;
  }
  body { padding-bottom: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ========================================================================
   Version 1.3.0 visual parity pass
   Matches the uploaded Neve child city template while retaining CSV data.
   ======================================================================== */

/* The source template uses a full-screen moving hero with a light overlay. */
.bwhr-hero {
  min-height: 100vh;
  background-position: center;
  animation: bwhr-source-hero-pan 8s linear infinite alternate;
}
@keyframes bwhr-source-hero-pan {
  from { background-position: 0% center; }
  to { background-position: 100% center; }
}
.bwhr-hero-overlay { background: rgba(0, 0, 0, .28); }
.bwhr-hero-content { max-width: 840px; }
.bwhr-hero h1 { font-size: clamp(2.45rem, 5vw, 3.6rem); }
.bwhr-hero p { font-size: clamp(1.08rem, 2vw, 1.3rem); }
.bwhr-eyebrow { font-size: .86rem !important; }

/* Preserve the intentional white breathing room between major source blocks. */
.bwhr-estimate-section { margin-top: 40px; padding: 48px 20px; }
.bwhr-form-card { max-width: 700px; padding: 32px; border-radius: 16px; }
.bwhr-about { padding: 80px 20px 48px; }
.bwhr-about-card { max-width: 900px; padding: 40px; }
.bwhr-community { margin-top: 48px; padding: 60px 0; }

/* Separate image-overlay and light roofing-copy sections, as in page-city. */
.bwhr-roofing-visual {
  position: relative;
  min-height: 500px;
  margin-top: 40px;
  display: grid;
  background-image: var(--roofing-bg);
  background-size: cover;
  background-position: center;
  color: #f3f4f6;
  text-align: center;
}
.bwhr-roofing-visual-overlay {
  width: 100%;
  min-height: 500px;
  padding: 80px 20px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .38);
}
.bwhr-roofing-visual h2 {
  margin: 0 0 20px;
  color: var(--bwhr-yellow);
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.15;
}
.bwhr-roofing-visual p {
  max-width: 900px;
  margin: 0 auto 30px;
  color: #e5e7eb;
  font-size: 1.25rem;
}
.bwhr-roof-services-copy {
  margin: .25in 0;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f1f5f9, #fff);
  color: #1f2937;
  text-align: center;
}
.bwhr-roof-services-copy h2 {
  margin: 0 0 20px;
  color: #1f2937;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}
.bwhr-roof-services-copy p {
  max-width: 800px;
  margin: 0 auto 22px;
  color: #374151;
  font-size: 1.15rem;
  line-height: 1.65;
}

/* Trust badges are intentionally open on yellow, not enclosed in cards. */
.bwhr-trust { margin-top: .25in; padding: 60px 20px; }
.bwhr-trust h2 {
  margin: 0 0 30px;
  color: #1f2937;
  font-size: clamp(1.9rem, 4vw, 2.3rem);
}
.bwhr-trust-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.bwhr-trust-item {
  width: 140px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bwhr-trust-item img {
  width: 140px;
  height: 105px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.bwhr-trust-item h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.35;
}

/* Reviews mirror the warm source section and left-aligned white cards. */
.bwhr-reviews { padding: 60px 0; background: #fefce8; }
.bwhr-reviews h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 2.4rem); }
.bwhr-reviews .bwhr-lead { margin-bottom: 40px; font-size: 1.2rem; }
.bwhr-review-grid { gap: 30px; }
.bwhr-review-grid blockquote {
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
  text-align: left;
}
.bwhr-stars { color: #facc15; font-size: 1.5rem; }
.bwhr-review-grid blockquote p { font-style: italic; font-size: 1.05rem; }

/* Service and dark credential sections align with the source dimensions. */
.bwhr-services { padding: 80px 0; }
.bwhr-service-card { padding: 30px 25px; border-top: 0; border-radius: 12px; }
.bwhr-why { padding: 80px 0; background: #111; }
.bwhr-why-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px; }
.bwhr-why-grid article {
  padding: 30px 20px;
  border: 0;
  border-radius: 12px;
  background: #1d1d1d;
  box-shadow: 0 0 10px rgba(255,255,255,.05);
  transition: transform .3s ease;
}
.bwhr-why-grid article:hover { transform: translateY(-5px); }
.bwhr-why-icon { width: 50px; height: 50px; object-fit: contain; }
.bwhr-why-grid h3 { margin: 10px 0; color: var(--bwhr-yellow); }
.bwhr-why-grid p { margin-bottom: 0; color: #ddd; font-size: .95rem; }

/* Team section rebuilt to match the yellow Swiper-style carousel. */
.bwhr-team {
  margin-top: 20px;
  padding: 80px 0;
  background: #facc15;
  color: #1f2937;
  text-align: center;
}
.bwhr-team h2 {
  margin: 0 0 40px;
  color: #1f2937;
  font-size: clamp(2.1rem, 4vw, 2.5rem);
}
.bwhr-team-carousel { position: relative; padding: 0 50px; }
.bwhr-team-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.bwhr-team-viewport::-webkit-scrollbar { display: none; }
.bwhr-team-track {
  display: flex;
  gap: 20px;
  overflow: visible;
  padding: 0 0 12px;
  scroll-snap-type: none;
}
.bwhr-team-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  padding: 30px 20px;
  overflow: visible;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  scroll-snap-align: start;
  transition: transform .3s ease;
}
.bwhr-team-card:hover { transform: translateY(-8px); }
.bwhr-team-card img {
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin: 0 auto 20px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}
.bwhr-team-card h3 { margin: 10px 0 5px; color: #111827; font-size: 1.2rem; }
.bwhr-team-card p { margin: 0; color: #6b7280; font-size: 1rem; }
.bwhr-team-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #1f2937 !important;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(0,0,0,.2);
  font-size: 34px;
  line-height: 38px;
  cursor: pointer;
  transform: translateY(-50%);
}
.bwhr-team-arrow:hover,
.bwhr-team-arrow:focus-visible { background: #000 !important; color: #facc15 !important; }
.bwhr-team-prev { left: 0; }
.bwhr-team-next { right: 0; }

.bwhr-secondary { padding: 64px 0; background: #fff; }

/* Company-wide home page uses office cards instead of a Billings-only map. */
.bwhr-offices { background: #f8fafc; text-align: center; }
.bwhr-office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bwhr-office-card {
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  text-align: left;
}
.bwhr-office-card h3 { margin: 0 0 10px; color: #111827; }
.bwhr-office-card p { min-height: 52px; color: #4b5563; }
body.bwhr-csv-page .bwhr-office-card a,
body.bwhr-csv-page .bwhr-office-card a:visited {
  display: block;
  margin-top: 7px;
  color: #7a5c00 !important;
  font-weight: 800;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-office-card .bwhr-office-link { color: #111827 !important; }

/* FAQ now reproduces the light-gray field, yellow question bars and cream answers. */
.bwhr-faq {
  padding: 80px 0;
  background: #f8fafc;
  color: #1f2937;
}
.bwhr-faq h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 2.2rem); }
.bwhr-faq .bwhr-lead { margin-bottom: 40px; color: #4b5563; font-size: 1.1rem; }
.bwhr-faq-list { display: grid; gap: 15px; }
.bwhr-faq details,
.bwhr-faq .bwhr-faq-item {
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
.bwhr-faq summary {
  position: relative;
  padding: 15px 54px 15px 20px;
  border-radius: 8px;
  background: #facc15;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  transition: background .3s ease;
}
.bwhr-faq summary::-webkit-details-marker { display: none; }
.bwhr-faq summary:hover { background: #fbbf24; }
.bwhr-faq summary span::before,
.bwhr-faq summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 16px;
  height: 2px;
  background: #111827;
  transform: translateY(-50%);
}
.bwhr-faq summary span::after { transform: translateY(-50%) rotate(90deg); transition: transform .2s ease; }
.bwhr-faq details[open] summary { border-radius: 8px 8px 0 0; }
.bwhr-faq details[open] summary span::after { transform: translateY(-50%) rotate(0); }
.bwhr-faq details > div {
  padding: 15px 20px;
  border-radius: 0 0 8px 8px;
  background: #fffbea;
  color: #374151;
}
.bwhr-faq details > div p { margin: 0; }

/* Service-area pills and source-like mobile collapse. */
.bwhr-service-areas { padding: 60px 0; background: #fefce8; }
.bwhr-location-toggle {
  display: none;
  margin: 22px auto 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: #facc15 !important;
  color: #111827 !important;
  font-weight: 700;
  cursor: pointer;
}

/* Original template's desktop quick-contact controls. */
.bwhr-floating-actions { pointer-events: none; }
.bwhr-floating-actions > div {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 15px;
  pointer-events: auto;
}
body.bwhr-csv-page .bwhr-floating-round,
body.bwhr-csv-page .bwhr-floating-round:visited {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #facc15 !important;
  color: #111827 !important;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-floating-contact,
body.bwhr-csv-page .bwhr-floating-contact:visited {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  padding: 13px 21px;
  border-radius: 999px;
  background: #10b981 !important;
  color: #fff !important;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  font-weight: 800;
  text-decoration: none;
  pointer-events: auto;
}

@media (max-width: 1100px) {
  .bwhr-why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bwhr-office-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .bwhr-team-card { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 700px) {
  .bwhr-hero { min-height: 680px; }
  .bwhr-roofing-visual,
  .bwhr-roofing-visual-overlay { min-height: 440px; }
  .bwhr-roofing-visual-overlay { padding: 64px 16px; }
  .bwhr-roofing-visual p { font-size: 1.05rem; }
  .bwhr-trust-item { width: 45%; }
  .bwhr-team-carousel { padding: 0 40px; }
  .bwhr-team-card { flex-basis: 100%; }
  .bwhr-team-card img { width: 190px; height: 190px; }
  .bwhr-office-grid { grid-template-columns: 1fr; }
  .bwhr-why-grid { grid-template-columns: 1fr; }
  .bwhr-floating-actions { display: none; }
  .bwhr-location-grid { max-height: 248px; overflow: hidden; transition: max-height .4s ease; }
  .bwhr-location-grid.is-expanded { max-height: 1600px; }
  .bwhr-location-toggle { display: block; }
}
@media (max-width: 480px) {
  .bwhr-trust-item { width: 100%; }
  .bwhr-team-carousel { padding: 0 34px; }
  .bwhr-team-arrow { width: 36px; height: 36px; font-size: 29px; line-height: 32px; }
}

/* ========================================================================
   Version 1.4.0 parity corrections
   - Source-sized estimate form
   - Exact ten-card service layout and link treatment
   - Compact state-based home service areas
   ======================================================================== */

/* The source form is a compact 700px card with placeholders instead of
   visible field labels and a short message box. */
.bwhr-estimate-section {
  margin-top: 40px;
  padding: 48px 16px;
  background: #111;
}
.bwhr-form-card {
  width: min(700px, 100%);
  max-width: 700px;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.bwhr-form-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2rem);
}
.bwhr-form-card > p {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.5;
}
.bwhr-estimate-form { gap: 16px; }
.bwhr-form-row { gap: 16px; }
.bwhr-estimate-form label { display: block; }
.bwhr-estimate-form input,
.bwhr-estimate-form textarea {
  min-height: 46px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.35;
}
.bwhr-estimate-form textarea {
  min-height: 92px;
  max-height: 180px;
  resize: vertical;
}
body.bwhr-csv-page .bwhr-estimate-form button,
body.bwhr-csv-page .bwhr-estimate-form button:visited {
  min-height: 50px;
  padding: 14px 16px;
  border-width: 0;
  border-radius: 6px;
}

/* Match the current city template: five cards per row on a full desktop,
   centered white boxes, blue text links, and two rows of five. */
.bwhr-services .bwhr-container {
  width: min(1600px, calc(100% - 40px));
}
.bwhr-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}
.bwhr-service-card {
  min-height: 182px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  text-align: center;
  transition: transform .3s ease;
}
.bwhr-service-card:hover { transform: translateY(-5px); }
.bwhr-service-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.28rem;
  line-height: 1.25;
}
.bwhr-service-card p {
  margin: 0 0 14px;
  color: #334155;
  font-size: 1rem;
  line-height: 1.35;
}
body.bwhr-csv-page .bwhr-service-card a,
body.bwhr-csv-page .bwhr-service-card a:link,
body.bwhr-csv-page .bwhr-service-card a:visited {
  margin-top: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #2563eb !important;
  box-shadow: none;
  font-weight: 600;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-service-card a:hover,
body.bwhr-csv-page .bwhr-service-card a:focus-visible {
  background: transparent !important;
  color: #1d4ed8 !important;
  text-decoration: underline;
  outline: 2px solid transparent;
}

/* Home page shows five state groups instead of dozens of city pills. City and
   service pages retain the nearby-city list from locations.csv. */
.bwhr-state-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.bwhr-state-card {
  padding: 24px 18px;
  border: 1px solid #d6aa0b;
  border-radius: 14px;
  background: #facc15;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
  text-align: center;
}
.bwhr-state-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.35rem;
}
.bwhr-state-office-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
body.bwhr-csv-page .bwhr-state-office-links a,
body.bwhr-csv-page .bwhr-state-office-links a:visited {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(17, 24, 39, .22);
  border-radius: 999px;
  background: #fff7c2 !important;
  color: #111827 !important;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-state-office-links a:hover,
body.bwhr-csv-page .bwhr-state-office-links a:focus-visible {
  background: #fff !important;
  color: #111827 !important;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .bwhr-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bwhr-state-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .bwhr-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .bwhr-state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .bwhr-form-card { padding: 28px 20px; }
  .bwhr-card-grid,
  .bwhr-state-grid { grid-template-columns: 1fr; }
  .bwhr-service-card { min-height: 0; }
}

/* ========================================================================
   Version 1.5.0 homepage service-area refinement
   - State-only navigation in the original black/yellow community strip
   - Office details grouped by state
   - Duplicate homepage service-area block removed in the template
   ======================================================================== */
html { scroll-behavior: smooth; }

.bwhr-community--home {
  margin-top: 48px;
  padding: 64px 0 58px;
}
.bwhr-community--home .bwhr-lead {
  max-width: 850px;
  margin: 0 auto 26px;
}
.bwhr-state-chip-list {
  gap: 14px;
  margin-bottom: 28px;
}
body.bwhr-csv-page .bwhr-state-chip-list a,
body.bwhr-csv-page .bwhr-state-chip-list a:visited {
  min-width: 145px;
  padding: 12px 22px;
  font-size: 1.02rem;
}
body.bwhr-csv-page .bwhr-community-link,
body.bwhr-csv-page .bwhr-community-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid var(--bwhr-yellow);
  border-radius: 7px;
  background: var(--bwhr-yellow) !important;
  color: #111827 !important;
  font-weight: 900;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-community-link:hover,
body.bwhr-csv-page .bwhr-community-link:focus-visible {
  background: #fff !important;
  border-color: #fff;
  color: #111827 !important;
}

.bwhr-office-state-groups {
  display: grid;
  gap: 34px;
  margin-top: 38px;
}
.bwhr-office-state-group {
  scroll-margin-top: 105px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  text-align: left;
}
.bwhr-office-state-group > h3 {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  text-align: center;
}
.bwhr-office-state-group .bwhr-office-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1050px;
  margin: 0 auto;
}
.bwhr-office-state-group.is-single-office .bwhr-office-grid {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}
.bwhr-office-card h4 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media (max-width: 760px) {
  .bwhr-state-chip-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.bwhr-csv-page .bwhr-state-chip-list a,
  body.bwhr-csv-page .bwhr-state-chip-list a:visited {
    min-width: 0;
    text-align: center;
  }
  .bwhr-office-state-group { padding: 22px 16px; }
  .bwhr-office-state-group .bwhr-office-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .bwhr-state-chip-list { grid-template-columns: 1fr; }
}


/* ========================================================================
   Version 1.6.0 homepage state cards
   ======================================================================== */
.bwhr-community--home {
  padding: 72px 0 66px;
}
.bwhr-community--home .bwhr-container {
  max-width: 1360px;
}
.bwhr-state-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 34px auto 30px;
}
body.bwhr-csv-page .bwhr-state-card,
body.bwhr-csv-page .bwhr-state-card:visited {
  position: relative;
  display: flex;
  min-height: 190px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(255, 203, 7, .65);
  border-top: 5px solid var(--bwhr-yellow);
  border-radius: 14px;
  background: linear-gradient(145deg, #1c1c1c 0%, #0e0e0e 100%) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
  color: #fff !important;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.bwhr-csv-page .bwhr-state-card::after {
  content: '';
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 125px;
  height: 125px;
  border: 18px solid rgba(255, 203, 7, .08);
  border-radius: 50%;
}
body.bwhr-csv-page .bwhr-state-card:hover,
body.bwhr-csv-page .bwhr-state-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--bwhr-yellow);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .38);
  color: #fff !important;
}
.bwhr-state-card-abbr {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  color: #111827;
  font-size: 1.22rem;
  font-weight: 950;
  letter-spacing: .04em;
  box-shadow: 0 7px 18px rgba(255, 203, 7, .2);
}
.bwhr-state-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.bwhr-state-card-body strong {
  margin: 3px 0 10px;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.15;
}
.bwhr-state-card-body > span {
  color: #d1d5db;
  font-size: .91rem;
  line-height: 1.45;
}
.bwhr-state-card-body em {
  margin-top: auto;
  padding-top: 20px;
  color: var(--bwhr-yellow);
  font-size: .94rem;
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 1180px) {
  .bwhr-state-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .bwhr-state-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.bwhr-csv-page .bwhr-state-card { min-height: 170px; }
}
@media (max-width: 520px) {
  .bwhr-state-card-grid { grid-template-columns: 1fr; }
  body.bwhr-csv-page .bwhr-state-card { min-height: 145px; }
}

/* ========================================================================
   Version 1.7.0 homepage state and office redesign
   ======================================================================== */
.bwhr-community--home {
  padding: 68px 0 64px;
}
.bwhr-community--home .bwhr-lead {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.bwhr-state-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1260px;
  margin: 32px auto 26px;
}
body.bwhr-csv-page .bwhr-state-card,
body.bwhr-csv-page .bwhr-state-card:visited {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(250, 204, 21, .55);
  border-radius: 11px;
  background: #121212 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  align-items: flex-start;
}
body.bwhr-csv-page .bwhr-state-card::after {
  right: -46px;
  bottom: -54px;
  width: 122px;
  height: 122px;
  border-width: 14px;
  opacity: .75;
}
body.bwhr-csv-page .bwhr-state-card:hover,
body.bwhr-csv-page .bwhr-state-card:focus-visible {
  transform: translateY(-4px);
  background: #1b1b1b !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .34);
}
.bwhr-state-card-abbr {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 9px;
  font-size: 1rem;
}
.bwhr-state-card-body strong {
  margin: 1px 0 6px;
  font-size: 1.08rem;
}
.bwhr-state-card-body > span {
  font-size: .79rem;
  line-height: 1.35;
}
.bwhr-state-card-body em {
  padding-top: 12px;
  font-size: .82rem;
}

.bwhr-offices {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 10% 10%, rgba(250, 204, 21, .14), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
  text-align: center;
}
.bwhr-offices::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  height: 6px;
  border-radius: 0 0 8px 8px;
  background: var(--bwhr-yellow);
  transform: translateX(-50%);
}
.bwhr-offices .bwhr-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
}
.bwhr-offices > .bwhr-container > h2 {
  margin-bottom: 12px;
}
.bwhr-offices > .bwhr-container > .bwhr-lead {
  max-width: 780px;
  margin: 0 auto;
}
.bwhr-home-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}
.bwhr-home-office-card {
  scroll-margin-top: 110px;
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--bwhr-yellow);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bwhr-home-office-card:hover {
  transform: translateY(-5px);
  border-color: #d7dee8;
  border-top-color: #111827;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .13);
}
.bwhr-home-office-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.bwhr-home-office-state {
  display: inline-grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #111827;
  color: var(--bwhr-yellow);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: .06em;
  box-shadow: 0 7px 16px rgba(15, 23, 42, .16);
}
.bwhr-home-office-state-name {
  display: block;
  margin-bottom: 3px;
  color: #8a6500;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}
.bwhr-home-office-card h3 {
  margin: 0;
  color: #111827;
  font-size: 1.25rem;
  line-height: 1.22;
}
.bwhr-home-office-address {
  display: flex;
  gap: 10px;
  min-height: 52px;
  margin: 0 0 22px;
  color: #475569;
  font-size: .98rem;
  line-height: 1.55;
}
.bwhr-home-office-address > span {
  flex: 0 0 auto;
  margin-top: 5px;
  color: #ef4444;
  font-size: .62rem;
}
.bwhr-home-office-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}
body.bwhr-csv-page .bwhr-home-office-phone,
body.bwhr-csv-page .bwhr-home-office-phone:visited {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #111827 !important;
  font-size: .98rem;
  font-weight: 950;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-home-office-phone > span {
  color: #9a7100;
}
body.bwhr-csv-page .bwhr-home-office-link,
body.bwhr-csv-page .bwhr-home-office-link:visited {
  color: #775800 !important;
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
body.bwhr-csv-page .bwhr-home-office-phone:hover,
body.bwhr-csv-page .bwhr-home-office-phone:focus-visible,
body.bwhr-csv-page .bwhr-home-office-link:hover,
body.bwhr-csv-page .bwhr-home-office-link:focus-visible {
  color: #000 !important;
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .bwhr-state-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bwhr-home-office-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .bwhr-community--home { padding: 56px 0; }
  .bwhr-state-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.bwhr-csv-page .bwhr-state-card { min-height: 132px; }
  .bwhr-offices { padding: 68px 0 72px; }
  .bwhr-home-office-grid { grid-template-columns: 1fr; gap: 18px; }
  .bwhr-home-office-card { min-height: 0; }
}
@media (max-width: 520px) {
  .bwhr-state-card-grid { grid-template-columns: 1fr; }
  body.bwhr-csv-page .bwhr-state-card { min-height: 118px; }
  .bwhr-home-office-card { padding: 22px 19px; }
  .bwhr-home-office-actions { align-items: flex-start; flex-direction: column; }
}


/* ========================================================================
   Version 1.8.0 homepage office-network refinement
   ======================================================================== */
.bwhr-community--home {
  padding: 62px 0 60px;
}
.bwhr-community--home .bwhr-state-card-grid {
  margin-top: 30px;
}
body.bwhr-csv-page .bwhr-state-card,
body.bwhr-csv-page .bwhr-state-card:visited {
  min-height: 132px;
  align-items: center;
}
.bwhr-state-card-body strong {
  margin-bottom: 7px;
}
.bwhr-state-card-location {
  display: block;
  color: #e5e7eb !important;
  font-size: .86rem !important;
  font-weight: 700;
  line-height: 1.35 !important;
}
.bwhr-state-card-body em {
  padding-top: 10px;
}
.bwhr-community--home .bwhr-community-link {
  margin-top: 2px;
}
@media (max-width: 760px) {
  body.bwhr-csv-page .bwhr-state-card { min-height: 124px; }
}
@media (max-width: 520px) {
  body.bwhr-csv-page .bwhr-state-card { min-height: 112px; }
}


/* ========================================================================
   Version 2.0.0 premium service cards
   - Keeps the original five-by-two desktop grid
   - Adds brand icons, numbered cards, depth, and stronger calls to action
   ======================================================================== */
.bwhr-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(250, 204, 21, .13), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(15, 23, 42, .07), transparent 28%),
    linear-gradient(135deg, #f7f9fc 0%, #e9eef5 100%);
}
.bwhr-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 110px;
  height: 6px;
  border-radius: 0 0 10px 10px;
  background: var(--bwhr-yellow);
  transform: translateX(-50%);
}
.bwhr-services .bwhr-container { position: relative; z-index: 1; }
.bwhr-services .bwhr-card-grid { gap: 22px; }
.bwhr-service-card {
  position: relative;
  min-height: 250px;
  padding: 23px 21px 20px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 72%, rgba(255,248,207,.92) 100%);
  box-shadow:
    0 16px 34px rgba(15, 23, 42, .10),
    0 2px 0 rgba(255, 255, 255, .9) inset;
  text-align: left;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bwhr-service-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--bwhr-yellow) 0 72%, #111827 72% 100%);
}
.bwhr-service-card::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -45px;
  bottom: -54px;
  width: 125px;
  height: 125px;
  border: 18px solid rgba(250, 204, 21, .14);
  border-radius: 50%;
  transition: transform .25s ease, opacity .25s ease;
}
.bwhr-service-card:hover,
.bwhr-service-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(250, 204, 21, .9);
  box-shadow:
    0 24px 48px rgba(15, 23, 42, .18),
    0 0 0 2px rgba(250, 204, 21, .14);
}
.bwhr-service-card:hover::after,
.bwhr-service-card:focus-within::after { transform: scale(1.12); opacity: .9; }
.bwhr-service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.bwhr-service-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 14px;
  background: var(--bwhr-yellow);
  color: #111827;
  box-shadow: 0 10px 20px rgba(250, 204, 21, .24);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.bwhr-service-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-service-card:hover .bwhr-service-icon,
.bwhr-service-card:focus-within .bwhr-service-icon {
  background: #111827;
  color: var(--bwhr-yellow);
  transform: rotate(-3deg) scale(1.04);
}
.bwhr-service-number {
  color: rgba(15, 23, 42, .18);
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1;
}
.bwhr-service-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(1.12rem, 1.4vw, 1.32rem);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.bwhr-service-card p {
  margin: 0 0 18px;
  color: #475569;
  font-size: .96rem;
  line-height: 1.48;
}
body.bwhr-csv-page .bwhr-service-card a,
body.bwhr-csv-page .bwhr-service-card a:link,
body.bwhr-csv-page .bwhr-service-card a:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding: 13px 0 0;
  border-top: 1px solid rgba(15, 23, 42, .10);
  background: transparent !important;
  color: #111827 !important;
  font-size: .95rem;
  font-weight: 900;
  text-decoration: none;
}
.bwhr-service-arrow {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  color: #111827;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
body.bwhr-csv-page .bwhr-service-card a:hover,
body.bwhr-csv-page .bwhr-service-card a:focus-visible {
  background: transparent !important;
  color: #111827 !important;
  text-decoration: none;
  outline: 0;
}
body.bwhr-csv-page .bwhr-service-card a:hover .bwhr-service-arrow,
body.bwhr-csv-page .bwhr-service-card a:focus-visible .bwhr-service-arrow {
  background: #111827;
  color: var(--bwhr-yellow);
  transform: translateX(4px);
}
@media (max-width: 1199px) {
  .bwhr-service-card { min-height: 235px; }
}
@media (max-width: 800px) {
  .bwhr-services .bwhr-card-grid { gap: 18px; }
  .bwhr-service-card { min-height: 230px; }
}
@media (max-width: 560px) {
  .bwhr-service-card { min-height: 0; padding: 22px 20px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .bwhr-service-card,
  .bwhr-service-card::after,
  .bwhr-service-icon,
  .bwhr-service-arrow { transition: none; }
}

/* ========================================================================
   Version 2.1.0 home-page refinement pass
   - Compact credential presentation on phones
   - Editorial split about section
   - Better complete-services content block
   - Non-duplicative, compact trust-reason list
   ======================================================================== */

.bwhr-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #7a5b00;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.bwhr-section-kicker::before {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--bwhr-yellow);
  content: "";
}
.bwhr-section-kicker--light { color: #f7d862; }
.bwhr-section-kicker--light::before { background: var(--bwhr-yellow); }

/* Homepage story panel. The image and copy now read as one designed module. */
.bwhr-about--home {
  padding: 78px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.32), transparent 28%),
    linear-gradient(135deg, #ffd51d 0%, #f7bd11 100%);
}
.bwhr-about--home .bwhr-about-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 60px rgba(17,24,39,.18);
}
.bwhr-about--home .bwhr-about-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background-image: var(--about-bg);
  background-position: center;
  background-size: cover;
}
.bwhr-about-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,9,18,.08) 0%, rgba(4,9,18,.12) 42%, rgba(4,9,18,.88) 100%),
    linear-gradient(90deg, rgba(4,9,18,.08), transparent 50%);
}
.bwhr-about-media-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(8,14,24,.72);
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(7px);
  color: #fff;
}
.bwhr-about-media-copy span {
  display: block;
  margin-bottom: 7px;
  color: var(--bwhr-yellow);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bwhr-about-media-copy strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.35;
}
.bwhr-about--home .bwhr-about-card {
  max-width: none;
  margin: 0;
  padding: clamp(38px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: left;
}
.bwhr-about--home .bwhr-about-card h2 {
  max-width: 680px;
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.bwhr-about--home .bwhr-about-card p {
  margin: 0 0 18px;
  font-size: 1.06rem;
  line-height: 1.72;
}
.bwhr-about--home .bwhr-about-card .bwhr-button {
  align-self: flex-start;
  margin-top: 10px;
}

/* Complete exterior services: one cohesive editorial section with a four-card service rail. */
.bwhr-roof-services-copy {
  margin: 0;
  padding: 84px 0 88px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255,255,255,.97), rgba(244,247,250,.98)),
    radial-gradient(circle at 88% 10%, rgba(250,204,21,.18), transparent 30%);
  text-align: left;
}
.bwhr-roof-services-copy::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #111827 0 23%, var(--bwhr-yellow) 23% 100%);
  content: "";
}
.bwhr-roof-services-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  padding-bottom: 38px;
  border-bottom: 1px solid #dce3ea;
}
.bwhr-roof-services-heading {
  position: relative;
  padding-right: 20px;
}
.bwhr-roof-services-heading::after {
  position: absolute;
  top: 4px;
  right: -1px;
  width: 4px;
  height: 78%;
  min-height: 112px;
  border-radius: 999px;
  background: var(--bwhr-yellow);
  content: "";
}
.bwhr-roof-services-heading h2 {
  max-width: 690px;
  margin: 0;
  color: #111827;
  font-size: clamp(2.25rem, 4.25vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-align: left;
  text-wrap: balance;
}
.bwhr-roof-services-copy-text {
  padding-top: 5px;
}
.bwhr-roof-services-copy-text p {
  max-width: 760px;
  margin: 0 0 17px;
  color: #405063;
  font-size: 1.06rem;
  line-height: 1.74;
  text-align: left;
}
.bwhr-text-link {
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827 !important;
  font-size: .98rem;
  font-weight: 900;
  text-decoration: none;
}
.bwhr-text-link span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  transition: transform .2s ease;
}
.bwhr-text-link:hover span,
.bwhr-text-link:focus-visible span { transform: translateX(4px); }
.bwhr-roof-services-rail {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.bwhr-roof-services-rail article {
  min-height: 126px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 110% -10%, rgba(250,204,21,.16), transparent 42%),
    linear-gradient(145deg, #111827, #1d2430);
  box-shadow: 0 13px 30px rgba(15,23,42,.14);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.bwhr-roof-services-rail article::after {
  position: absolute;
  right: -26px;
  bottom: -28px;
  width: 86px;
  height: 86px;
  border: 13px solid rgba(250,204,21,.055);
  border-radius: 50%;
  content: "";
}
.bwhr-roof-services-rail article:hover {
  transform: translateY(-5px);
  border-color: rgba(250,204,21,.42);
  box-shadow: 0 20px 38px rgba(15,23,42,.2);
}
.bwhr-roof-service-mini-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--bwhr-yellow);
  box-shadow: 0 8px 20px rgba(250,204,21,.18);
}
.bwhr-roof-service-mini-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-roof-services-rail article div {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.bwhr-roof-services-rail strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.25;
}
.bwhr-roof-services-rail small {
  display: block;
  color: #cbd2dc;
  font-size: .84rem;
  line-height: 1.42;
}

/* Credential logos: premium cards on desktop, compact two-column grid on phones. */
.bwhr-trust {
  margin-top: 0;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.32), transparent 26%),
    linear-gradient(135deg, #ffd51d 0%, #f6be12 100%);
}
.bwhr-trust-heading {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}
.bwhr-trust-heading h2 {
  margin: 0 0 13px;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.bwhr-trust-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: #344054;
  font-size: 1.05rem;
  line-height: 1.62;
}
.bwhr-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.bwhr-trust-item {
  width: auto;
  min-width: 0;
  min-height: 205px;
  padding: 18px 14px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17,24,39,.1);
  border-radius: 17px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(17,24,39,.12);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.bwhr-trust-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(17,24,39,.18);
}
.bwhr-trust-logo-wrap {
  width: 100%;
  height: 118px;
  margin-bottom: 12px;
  padding: 8px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #f8fafc);
}
.bwhr-trust-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin: 0;
  object-fit: contain;
}
.bwhr-trust-item h3 {
  margin: 0;
  color: #111827;
  font-size: .94rem;
  line-height: 1.32;
}

/* Why choose Built Wright: centered editorial heading with a balanced 3+2 card grid. */
.bwhr-why {
  padding: 88px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(250,204,21,.12), transparent 25%),
    radial-gradient(circle at 92% 92%, rgba(250,204,21,.08), transparent 24%),
    linear-gradient(145deg, #0b0d11, #171b23);
}
.bwhr-why-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}
.bwhr-why-heading h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.3rem, 4.4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.042em;
  text-align: center;
  text-wrap: balance;
}
.bwhr-why-heading .bwhr-lead {
  max-width: 720px;
  margin: 0 auto;
  color: #cbd2dc;
  font-size: 1.06rem;
  line-height: 1.68;
  text-align: center;
}
.bwhr-why-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.bwhr-why-list article {
  flex: 0 1 calc(33.333% - 11px);
  min-width: 250px;
  min-height: 238px;
  padding: 28px 24px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-top: 4px solid var(--bwhr-yellow);
  border-radius: 16px;
  background:
    radial-gradient(circle at 110% -10%, rgba(250,204,21,.13), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  text-align: left;
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}
.bwhr-why-list article:hover {
  transform: translateY(-6px);
  border-color: rgba(250,204,21,.4);
  border-top-color: var(--bwhr-yellow);
  background:
    radial-gradient(circle at 110% -10%, rgba(250,204,21,.19), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
}
.bwhr-why-number {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255,255,255,.3);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .11em;
}
.bwhr-why-icon-wrap {
  width: 58px;
  height: 58px;
  margin-bottom: 21px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--bwhr-yellow);
  box-shadow: 0 9px 22px rgba(250,204,21,.2);
}
.bwhr-why-icon {
  width: 29px;
  height: 29px;
  filter: brightness(0) saturate(100%);
  object-fit: contain;
}
.bwhr-why-copy h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.28;
}
.bwhr-why-copy p {
  margin: 0;
  color: #cbd2dc;
  font-size: .94rem;
  line-height: 1.58;
}
.bwhr-why-footer {
  max-width: 920px;
  margin: 28px auto 0;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd51d, #f6be12);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  color: #111827;
}
.bwhr-why-footer > span {
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.35;
}
.bwhr-why-footer .bwhr-button { margin: 0; white-space: nowrap; }

@media (max-width: 980px) {
  .admin-bar .bwhr-header { top: 46px; }
  .bwhr-menu-toggle { display: block; }
  .bwhr-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-top: 1px solid #d8dde4;
    background: #fff;
  }
  .bwhr-nav.is-open { display: block; }
  .bwhr-menu { display: block; padding: 10px; }
  body.bwhr-csv-page .bwhr-menu a,
  body.bwhr-csv-page .bwhr-menu button { width: 100%; padding: 14px; text-align: left; }
  .bwhr-has-submenu:hover > .bwhr-submenu { display: none; }
  .bwhr-has-submenu.is-open > .bwhr-submenu { display: block; }
  .bwhr-submenu { position: static; max-height: none; margin: 0 8px 8px; border: 1px solid #d8dde4; border-top: 4px solid var(--bwhr-yellow); border-radius: 8px; }
  .bwhr-two-col { grid-template-columns: 1fr; }
  .bwhr-card-grid { grid-template-columns: repeat(2, 1fr); }
  .bwhr-review-grid, .bwhr-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .bwhr-section { padding: 56px 0; }
  .bwhr-container { width: min(100% - 28px, 1180px); }
  .bwhr-nav-wrap { min-height: 72px; }
  .bwhr-logo img { width: 122px; max-height: 60px; }
  .bwhr-hero { min-height: 590px; }
  .bwhr-hero-content { padding-block: 70px; }
  .bwhr-form-card, .bwhr-about-card { padding: 28px 20px; }
  .bwhr-form-row { grid-template-columns: 1fr; }
  .bwhr-trust-grid, .bwhr-why-grid, .bwhr-card-grid { grid-template-columns: 1fr; }
  .bwhr-accent-panel { box-shadow: 10px 10px 0 var(--bwhr-yellow); }
  .bwhr-footer-grid { grid-template-columns: 1fr; }
  .bwhr-mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.bwhr-csv-page .bwhr-mobile-actions a,
  body.bwhr-csv-page .bwhr-mobile-actions a:visited {
    padding: 14px 8px;
    border-top: 1px solid #333;
    background: var(--bwhr-navy) !important;
    color: #fff !important;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }
  body.bwhr-csv-page .bwhr-mobile-actions a:last-child,
  body.bwhr-csv-page .bwhr-mobile-actions a:last-child:visited {
    background: var(--bwhr-yellow) !important;
    color: var(--bwhr-ink) !important;
  }
  body { padding-bottom: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ========================================================================
   Version 1.3.0 visual parity pass
   Matches the uploaded Neve child city template while retaining CSV data.
   ======================================================================== */

/* The source template uses a full-screen moving hero with a light overlay. */
.bwhr-hero {
  min-height: 100vh;
  background-position: center;
  animation: bwhr-source-hero-pan 8s linear infinite alternate;
}
@keyframes bwhr-source-hero-pan {
  from { background-position: 0% center; }
  to { background-position: 100% center; }
}
.bwhr-hero-overlay { background: rgba(0, 0, 0, .28); }
.bwhr-hero-content { max-width: 840px; }
.bwhr-hero h1 { font-size: clamp(2.45rem, 5vw, 3.6rem); }
.bwhr-hero p { font-size: clamp(1.08rem, 2vw, 1.3rem); }
.bwhr-eyebrow { font-size: .86rem !important; }

/* Preserve the intentional white breathing room between major source blocks. */
.bwhr-estimate-section { margin-top: 40px; padding: 48px 20px; }
.bwhr-form-card { max-width: 700px; padding: 32px; border-radius: 16px; }
.bwhr-about { padding: 80px 20px 48px; }
.bwhr-about-card { max-width: 900px; padding: 40px; }
.bwhr-community { margin-top: 48px; padding: 60px 0; }

/* Separate image-overlay and light roofing-copy sections, as in page-city. */
.bwhr-roofing-visual {
  position: relative;
  min-height: 500px;
  margin-top: 40px;
  display: grid;
  background-image: var(--roofing-bg);
  background-size: cover;
  background-position: center;
  color: #f3f4f6;
  text-align: center;
}
.bwhr-roofing-visual-overlay {
  width: 100%;
  min-height: 500px;
  padding: 80px 20px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .38);
}
.bwhr-roofing-visual h2 {
  margin: 0 0 20px;
  color: var(--bwhr-yellow);
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.15;
}
.bwhr-roofing-visual p {
  max-width: 900px;
  margin: 0 auto 30px;
  color: #e5e7eb;
  font-size: 1.25rem;
}
.bwhr-roof-services-copy {
  margin: .25in 0;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f1f5f9, #fff);
  color: #1f2937;
  text-align: center;
}
.bwhr-roof-services-copy h2 {
  margin: 0 0 20px;
  color: #1f2937;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}
.bwhr-roof-services-copy p {
  max-width: 800px;
  margin: 0 auto 22px;
  color: #374151;
  font-size: 1.15rem;
  line-height: 1.65;
}

/* Trust badges are intentionally open on yellow, not enclosed in cards. */
.bwhr-trust { margin-top: .25in; padding: 60px 20px; }
.bwhr-trust h2 {
  margin: 0 0 30px;
  color: #1f2937;
  font-size: clamp(1.9rem, 4vw, 2.3rem);
}
.bwhr-trust-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.bwhr-trust-item {
  width: 140px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bwhr-trust-item img {
  width: 140px;
  height: 105px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.bwhr-trust-item h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.35;
}

/* Reviews mirror the warm source section and left-aligned white cards. */
.bwhr-reviews { padding: 60px 0; background: #fefce8; }
.bwhr-reviews h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 2.4rem); }
.bwhr-reviews .bwhr-lead { margin-bottom: 40px; font-size: 1.2rem; }
.bwhr-review-grid { gap: 30px; }
.bwhr-review-grid blockquote {
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
  text-align: left;
}
.bwhr-stars { color: #facc15; font-size: 1.5rem; }
.bwhr-review-grid blockquote p { font-style: italic; font-size: 1.05rem; }

/* Service and dark credential sections align with the source dimensions. */
.bwhr-services { padding: 80px 0; }
.bwhr-service-card { padding: 30px 25px; border-top: 0; border-radius: 12px; }
.bwhr-why { padding: 80px 0; background: #111; }
.bwhr-why-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px; }
.bwhr-why-grid article {
  padding: 30px 20px;
  border: 0;
  border-radius: 12px;
  background: #1d1d1d;
  box-shadow: 0 0 10px rgba(255,255,255,.05);
  transition: transform .3s ease;
}
.bwhr-why-grid article:hover { transform: translateY(-5px); }
.bwhr-why-icon { width: 50px; height: 50px; object-fit: contain; }
.bwhr-why-grid h3 { margin: 10px 0; color: var(--bwhr-yellow); }
.bwhr-why-grid p { margin-bottom: 0; color: #ddd; font-size: .95rem; }

/* Team section rebuilt to match the yellow Swiper-style carousel. */
.bwhr-team {
  margin-top: 20px;
  padding: 80px 0;
  background: #facc15;
  color: #1f2937;
  text-align: center;
}
.bwhr-team h2 {
  margin: 0 0 40px;
  color: #1f2937;
  font-size: clamp(2.1rem, 4vw, 2.5rem);
}
.bwhr-team-carousel { position: relative; padding: 0 50px; }
.bwhr-team-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.bwhr-team-viewport::-webkit-scrollbar { display: none; }
.bwhr-team-track {
  display: flex;
  gap: 20px;
  overflow: visible;
  padding: 0 0 12px;
  scroll-snap-type: none;
}
.bwhr-team-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  padding: 30px 20px;
  overflow: visible;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  scroll-snap-align: start;
  transition: transform .3s ease;
}
.bwhr-team-card:hover { transform: translateY(-8px); }
.bwhr-team-card img {
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin: 0 auto 20px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}
.bwhr-team-card h3 { margin: 10px 0 5px; color: #111827; font-size: 1.2rem; }
.bwhr-team-card p { margin: 0; color: #6b7280; font-size: 1rem; }
.bwhr-team-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #1f2937 !important;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(0,0,0,.2);
  font-size: 34px;
  line-height: 38px;
  cursor: pointer;
  transform: translateY(-50%);
}
.bwhr-team-arrow:hover,
.bwhr-team-arrow:focus-visible { background: #000 !important; color: #facc15 !important; }
.bwhr-team-prev { left: 0; }
.bwhr-team-next { right: 0; }

.bwhr-secondary { padding: 64px 0; background: #fff; }

/* Company-wide home page uses office cards instead of a Billings-only map. */
.bwhr-offices { background: #f8fafc; text-align: center; }
.bwhr-office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bwhr-office-card {
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  text-align: left;
}
.bwhr-office-card h3 { margin: 0 0 10px; color: #111827; }
.bwhr-office-card p { min-height: 52px; color: #4b5563; }
body.bwhr-csv-page .bwhr-office-card a,
body.bwhr-csv-page .bwhr-office-card a:visited {
  display: block;
  margin-top: 7px;
  color: #7a5c00 !important;
  font-weight: 800;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-office-card .bwhr-office-link { color: #111827 !important; }

/* FAQ now reproduces the light-gray field, yellow question bars and cream answers. */
.bwhr-faq {
  padding: 80px 0;
  background: #f8fafc;
  color: #1f2937;
}
.bwhr-faq h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 2.2rem); }
.bwhr-faq .bwhr-lead { margin-bottom: 40px; color: #4b5563; font-size: 1.1rem; }
.bwhr-faq-list { display: grid; gap: 15px; }
.bwhr-faq details,
.bwhr-faq .bwhr-faq-item {
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
.bwhr-faq summary {
  position: relative;
  padding: 15px 54px 15px 20px;
  border-radius: 8px;
  background: #facc15;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  transition: background .3s ease;
}
.bwhr-faq summary::-webkit-details-marker { display: none; }
.bwhr-faq summary:hover { background: #fbbf24; }
.bwhr-faq summary span::before,
.bwhr-faq summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 16px;
  height: 2px;
  background: #111827;
  transform: translateY(-50%);
}
.bwhr-faq summary span::after { transform: translateY(-50%) rotate(90deg); transition: transform .2s ease; }
.bwhr-faq details[open] summary { border-radius: 8px 8px 0 0; }
.bwhr-faq details[open] summary span::after { transform: translateY(-50%) rotate(0); }
.bwhr-faq details > div {
  padding: 15px 20px;
  border-radius: 0 0 8px 8px;
  background: #fffbea;
  color: #374151;
}
.bwhr-faq details > div p { margin: 0; }

/* Service-area pills and source-like mobile collapse. */
.bwhr-service-areas { padding: 60px 0; background: #fefce8; }
.bwhr-location-toggle {
  display: none;
  margin: 22px auto 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: #facc15 !important;
  color: #111827 !important;
  font-weight: 700;
  cursor: pointer;
}

/* Original template's desktop quick-contact controls. */
.bwhr-floating-actions { pointer-events: none; }
.bwhr-floating-actions > div {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 15px;
  pointer-events: auto;
}
body.bwhr-csv-page .bwhr-floating-round,
body.bwhr-csv-page .bwhr-floating-round:visited {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #facc15 !important;
  color: #111827 !important;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-floating-contact,
body.bwhr-csv-page .bwhr-floating-contact:visited {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  padding: 13px 21px;
  border-radius: 999px;
  background: #10b981 !important;
  color: #fff !important;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  font-weight: 800;
  text-decoration: none;
  pointer-events: auto;
}

@media (max-width: 1100px) {
  .bwhr-why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bwhr-office-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .bwhr-team-card { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 700px) {
  .bwhr-hero { min-height: 680px; }
  .bwhr-roofing-visual,
  .bwhr-roofing-visual-overlay { min-height: 440px; }
  .bwhr-roofing-visual-overlay { padding: 64px 16px; }
  .bwhr-roofing-visual p { font-size: 1.05rem; }
  .bwhr-trust-item { width: 45%; }
  .bwhr-team-carousel { padding: 0 40px; }
  .bwhr-team-card { flex-basis: 100%; }
  .bwhr-team-card img { width: 190px; height: 190px; }
  .bwhr-office-grid { grid-template-columns: 1fr; }
  .bwhr-why-grid { grid-template-columns: 1fr; }
  .bwhr-floating-actions { display: none; }
  .bwhr-location-grid { max-height: 248px; overflow: hidden; transition: max-height .4s ease; }
  .bwhr-location-grid.is-expanded { max-height: 1600px; }
  .bwhr-location-toggle { display: block; }
}
@media (max-width: 480px) {
  .bwhr-trust-item { width: 100%; }
  .bwhr-team-carousel { padding: 0 34px; }
  .bwhr-team-arrow { width: 36px; height: 36px; font-size: 29px; line-height: 32px; }
}

/* ========================================================================
   Version 1.4.0 parity corrections
   - Source-sized estimate form
   - Exact ten-card service layout and link treatment
   - Compact state-based home service areas
   ======================================================================== */

/* The source form is a compact 700px card with placeholders instead of
   visible field labels and a short message box. */
.bwhr-estimate-section {
  margin-top: 40px;
  padding: 48px 16px;
  background: #111;
}
.bwhr-form-card {
  width: min(700px, 100%);
  max-width: 700px;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.bwhr-form-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2rem);
}
.bwhr-form-card > p {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.5;
}
.bwhr-estimate-form { gap: 16px; }
.bwhr-form-row { gap: 16px; }
.bwhr-estimate-form label { display: block; }
.bwhr-estimate-form input,
.bwhr-estimate-form textarea {
  min-height: 46px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.35;
}
.bwhr-estimate-form textarea {
  min-height: 92px;
  max-height: 180px;
  resize: vertical;
}
body.bwhr-csv-page .bwhr-estimate-form button,
body.bwhr-csv-page .bwhr-estimate-form button:visited {
  min-height: 50px;
  padding: 14px 16px;
  border-width: 0;
  border-radius: 6px;
}

/* Match the current city template: five cards per row on a full desktop,
   centered white boxes, blue text links, and two rows of five. */
.bwhr-services .bwhr-container {
  width: min(1600px, calc(100% - 40px));
}
.bwhr-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}
.bwhr-service-card {
  min-height: 182px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  text-align: center;
  transition: transform .3s ease;
}
.bwhr-service-card:hover { transform: translateY(-5px); }
.bwhr-service-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.28rem;
  line-height: 1.25;
}
.bwhr-service-card p {
  margin: 0 0 14px;
  color: #334155;
  font-size: 1rem;
  line-height: 1.35;
}
body.bwhr-csv-page .bwhr-service-card a,
body.bwhr-csv-page .bwhr-service-card a:link,
body.bwhr-csv-page .bwhr-service-card a:visited {
  margin-top: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #2563eb !important;
  box-shadow: none;
  font-weight: 600;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-service-card a:hover,
body.bwhr-csv-page .bwhr-service-card a:focus-visible {
  background: transparent !important;
  color: #1d4ed8 !important;
  text-decoration: underline;
  outline: 2px solid transparent;
}

/* Home page shows five state groups instead of dozens of city pills. City and
   service pages retain the nearby-city list from locations.csv. */
.bwhr-state-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.bwhr-state-card {
  padding: 24px 18px;
  border: 1px solid #d6aa0b;
  border-radius: 14px;
  background: #facc15;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
  text-align: center;
}
.bwhr-state-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.35rem;
}
.bwhr-state-office-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
body.bwhr-csv-page .bwhr-state-office-links a,
body.bwhr-csv-page .bwhr-state-office-links a:visited {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(17, 24, 39, .22);
  border-radius: 999px;
  background: #fff7c2 !important;
  color: #111827 !important;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-state-office-links a:hover,
body.bwhr-csv-page .bwhr-state-office-links a:focus-visible {
  background: #fff !important;
  color: #111827 !important;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .bwhr-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bwhr-state-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .bwhr-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .bwhr-state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .bwhr-form-card { padding: 28px 20px; }
  .bwhr-card-grid,
  .bwhr-state-grid { grid-template-columns: 1fr; }
  .bwhr-service-card { min-height: 0; }
}

/* ========================================================================
   Version 1.5.0 homepage service-area refinement
   - State-only navigation in the original black/yellow community strip
   - Office details grouped by state
   - Duplicate homepage service-area block removed in the template
   ======================================================================== */
html { scroll-behavior: smooth; }

.bwhr-community--home {
  margin-top: 48px;
  padding: 64px 0 58px;
}
.bwhr-community--home .bwhr-lead {
  max-width: 850px;
  margin: 0 auto 26px;
}
.bwhr-state-chip-list {
  gap: 14px;
  margin-bottom: 28px;
}
body.bwhr-csv-page .bwhr-state-chip-list a,
body.bwhr-csv-page .bwhr-state-chip-list a:visited {
  min-width: 145px;
  padding: 12px 22px;
  font-size: 1.02rem;
}
body.bwhr-csv-page .bwhr-community-link,
body.bwhr-csv-page .bwhr-community-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid var(--bwhr-yellow);
  border-radius: 7px;
  background: var(--bwhr-yellow) !important;
  color: #111827 !important;
  font-weight: 900;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-community-link:hover,
body.bwhr-csv-page .bwhr-community-link:focus-visible {
  background: #fff !important;
  border-color: #fff;
  color: #111827 !important;
}

.bwhr-office-state-groups {
  display: grid;
  gap: 34px;
  margin-top: 38px;
}
.bwhr-office-state-group {
  scroll-margin-top: 105px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  text-align: left;
}
.bwhr-office-state-group > h3 {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  text-align: center;
}
.bwhr-office-state-group .bwhr-office-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1050px;
  margin: 0 auto;
}
.bwhr-office-state-group.is-single-office .bwhr-office-grid {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}
.bwhr-office-card h4 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media (max-width: 760px) {
  .bwhr-state-chip-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.bwhr-csv-page .bwhr-state-chip-list a,
  body.bwhr-csv-page .bwhr-state-chip-list a:visited {
    min-width: 0;
    text-align: center;
  }
  .bwhr-office-state-group { padding: 22px 16px; }
  .bwhr-office-state-group .bwhr-office-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .bwhr-state-chip-list { grid-template-columns: 1fr; }
}


/* ========================================================================
   Version 1.6.0 homepage state cards
   ======================================================================== */
.bwhr-community--home {
  padding: 72px 0 66px;
}
.bwhr-community--home .bwhr-container {
  max-width: 1360px;
}
.bwhr-state-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 34px auto 30px;
}
body.bwhr-csv-page .bwhr-state-card,
body.bwhr-csv-page .bwhr-state-card:visited {
  position: relative;
  display: flex;
  min-height: 190px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(255, 203, 7, .65);
  border-top: 5px solid var(--bwhr-yellow);
  border-radius: 14px;
  background: linear-gradient(145deg, #1c1c1c 0%, #0e0e0e 100%) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
  color: #fff !important;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.bwhr-csv-page .bwhr-state-card::after {
  content: '';
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 125px;
  height: 125px;
  border: 18px solid rgba(255, 203, 7, .08);
  border-radius: 50%;
}
body.bwhr-csv-page .bwhr-state-card:hover,
body.bwhr-csv-page .bwhr-state-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--bwhr-yellow);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .38);
  color: #fff !important;
}
.bwhr-state-card-abbr {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  color: #111827;
  font-size: 1.22rem;
  font-weight: 950;
  letter-spacing: .04em;
  box-shadow: 0 7px 18px rgba(255, 203, 7, .2);
}
.bwhr-state-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.bwhr-state-card-body strong {
  margin: 3px 0 10px;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.15;
}
.bwhr-state-card-body > span {
  color: #d1d5db;
  font-size: .91rem;
  line-height: 1.45;
}
.bwhr-state-card-body em {
  margin-top: auto;
  padding-top: 20px;
  color: var(--bwhr-yellow);
  font-size: .94rem;
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 1180px) {
  .bwhr-state-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .bwhr-state-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.bwhr-csv-page .bwhr-state-card { min-height: 170px; }
}
@media (max-width: 520px) {
  .bwhr-state-card-grid { grid-template-columns: 1fr; }
  body.bwhr-csv-page .bwhr-state-card { min-height: 145px; }
}

/* ========================================================================
   Version 1.7.0 homepage state and office redesign
   ======================================================================== */
.bwhr-community--home {
  padding: 68px 0 64px;
}
.bwhr-community--home .bwhr-lead {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.bwhr-state-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1260px;
  margin: 32px auto 26px;
}
body.bwhr-csv-page .bwhr-state-card,
body.bwhr-csv-page .bwhr-state-card:visited {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(250, 204, 21, .55);
  border-radius: 11px;
  background: #121212 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  align-items: flex-start;
}
body.bwhr-csv-page .bwhr-state-card::after {
  right: -46px;
  bottom: -54px;
  width: 122px;
  height: 122px;
  border-width: 14px;
  opacity: .75;
}
body.bwhr-csv-page .bwhr-state-card:hover,
body.bwhr-csv-page .bwhr-state-card:focus-visible {
  transform: translateY(-4px);
  background: #1b1b1b !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .34);
}
.bwhr-state-card-abbr {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 9px;
  font-size: 1rem;
}
.bwhr-state-card-body strong {
  margin: 1px 0 6px;
  font-size: 1.08rem;
}
.bwhr-state-card-body > span {
  font-size: .79rem;
  line-height: 1.35;
}
.bwhr-state-card-body em {
  padding-top: 12px;
  font-size: .82rem;
}

.bwhr-offices {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 10% 10%, rgba(250, 204, 21, .14), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
  text-align: center;
}
.bwhr-offices::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  height: 6px;
  border-radius: 0 0 8px 8px;
  background: var(--bwhr-yellow);
  transform: translateX(-50%);
}
.bwhr-offices .bwhr-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
}
.bwhr-offices > .bwhr-container > h2 {
  margin-bottom: 12px;
}
.bwhr-offices > .bwhr-container > .bwhr-lead {
  max-width: 780px;
  margin: 0 auto;
}
.bwhr-home-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}
.bwhr-home-office-card {
  scroll-margin-top: 110px;
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--bwhr-yellow);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bwhr-home-office-card:hover {
  transform: translateY(-5px);
  border-color: #d7dee8;
  border-top-color: #111827;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .13);
}
.bwhr-home-office-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.bwhr-home-office-state {
  display: inline-grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #111827;
  color: var(--bwhr-yellow);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: .06em;
  box-shadow: 0 7px 16px rgba(15, 23, 42, .16);
}
.bwhr-home-office-state-name {
  display: block;
  margin-bottom: 3px;
  color: #8a6500;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}
.bwhr-home-office-card h3 {
  margin: 0;
  color: #111827;
  font-size: 1.25rem;
  line-height: 1.22;
}
.bwhr-home-office-address {
  display: flex;
  gap: 10px;
  min-height: 52px;
  margin: 0 0 22px;
  color: #475569;
  font-size: .98rem;
  line-height: 1.55;
}
.bwhr-home-office-address > span {
  flex: 0 0 auto;
  margin-top: 5px;
  color: #ef4444;
  font-size: .62rem;
}
.bwhr-home-office-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}
body.bwhr-csv-page .bwhr-home-office-phone,
body.bwhr-csv-page .bwhr-home-office-phone:visited {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #111827 !important;
  font-size: .98rem;
  font-weight: 950;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-home-office-phone > span {
  color: #9a7100;
}
body.bwhr-csv-page .bwhr-home-office-link,
body.bwhr-csv-page .bwhr-home-office-link:visited {
  color: #775800 !important;
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
body.bwhr-csv-page .bwhr-home-office-phone:hover,
body.bwhr-csv-page .bwhr-home-office-phone:focus-visible,
body.bwhr-csv-page .bwhr-home-office-link:hover,
body.bwhr-csv-page .bwhr-home-office-link:focus-visible {
  color: #000 !important;
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .bwhr-state-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bwhr-home-office-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .bwhr-community--home { padding: 56px 0; }
  .bwhr-state-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.bwhr-csv-page .bwhr-state-card { min-height: 132px; }
  .bwhr-offices { padding: 68px 0 72px; }
  .bwhr-home-office-grid { grid-template-columns: 1fr; gap: 18px; }
  .bwhr-home-office-card { min-height: 0; }
}
@media (max-width: 520px) {
  .bwhr-state-card-grid { grid-template-columns: 1fr; }
  body.bwhr-csv-page .bwhr-state-card { min-height: 118px; }
  .bwhr-home-office-card { padding: 22px 19px; }
  .bwhr-home-office-actions { align-items: flex-start; flex-direction: column; }
}


/* ========================================================================
   Version 1.8.0 homepage office-network refinement
   ======================================================================== */
.bwhr-community--home {
  padding: 62px 0 60px;
}
.bwhr-community--home .bwhr-state-card-grid {
  margin-top: 30px;
}
body.bwhr-csv-page .bwhr-state-card,
body.bwhr-csv-page .bwhr-state-card:visited {
  min-height: 132px;
  align-items: center;
}
.bwhr-state-card-body strong {
  margin-bottom: 7px;
}
.bwhr-state-card-location {
  display: block;
  color: #e5e7eb !important;
  font-size: .86rem !important;
  font-weight: 700;
  line-height: 1.35 !important;
}
.bwhr-state-card-body em {
  padding-top: 10px;
}
.bwhr-community--home .bwhr-community-link {
  margin-top: 2px;
}
@media (max-width: 760px) {
  body.bwhr-csv-page .bwhr-state-card { min-height: 124px; }
}
@media (max-width: 520px) {
  body.bwhr-csv-page .bwhr-state-card { min-height: 112px; }
}


/* ========================================================================
   Version 2.0.0 premium service cards
   - Keeps the original five-by-two desktop grid
   - Adds brand icons, numbered cards, depth, and stronger calls to action
   ======================================================================== */
.bwhr-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(250, 204, 21, .13), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(15, 23, 42, .07), transparent 28%),
    linear-gradient(135deg, #f7f9fc 0%, #e9eef5 100%);
}
.bwhr-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 110px;
  height: 6px;
  border-radius: 0 0 10px 10px;
  background: var(--bwhr-yellow);
  transform: translateX(-50%);
}
.bwhr-services .bwhr-container { position: relative; z-index: 1; }
.bwhr-services .bwhr-card-grid { gap: 22px; }
.bwhr-service-card {
  position: relative;
  min-height: 250px;
  padding: 23px 21px 20px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 72%, rgba(255,248,207,.92) 100%);
  box-shadow:
    0 16px 34px rgba(15, 23, 42, .10),
    0 2px 0 rgba(255, 255, 255, .9) inset;
  text-align: left;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bwhr-service-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--bwhr-yellow) 0 72%, #111827 72% 100%);
}
.bwhr-service-card::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -45px;
  bottom: -54px;
  width: 125px;
  height: 125px;
  border: 18px solid rgba(250, 204, 21, .14);
  border-radius: 50%;
  transition: transform .25s ease, opacity .25s ease;
}
.bwhr-service-card:hover,
.bwhr-service-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(250, 204, 21, .9);
  box-shadow:
    0 24px 48px rgba(15, 23, 42, .18),
    0 0 0 2px rgba(250, 204, 21, .14);
}
.bwhr-service-card:hover::after,
.bwhr-service-card:focus-within::after { transform: scale(1.12); opacity: .9; }
.bwhr-service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.bwhr-service-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 14px;
  background: var(--bwhr-yellow);
  color: #111827;
  box-shadow: 0 10px 20px rgba(250, 204, 21, .24);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.bwhr-service-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-service-card:hover .bwhr-service-icon,
.bwhr-service-card:focus-within .bwhr-service-icon {
  background: #111827;
  color: var(--bwhr-yellow);
  transform: rotate(-3deg) scale(1.04);
}
.bwhr-service-number {
  color: rgba(15, 23, 42, .18);
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1;
}
.bwhr-service-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(1.12rem, 1.4vw, 1.32rem);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.bwhr-service-card p {
  margin: 0 0 18px;
  color: #475569;
  font-size: .96rem;
  line-height: 1.48;
}
body.bwhr-csv-page .bwhr-service-card a,
body.bwhr-csv-page .bwhr-service-card a:link,
body.bwhr-csv-page .bwhr-service-card a:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding: 13px 0 0;
  border-top: 1px solid rgba(15, 23, 42, .10);
  background: transparent !important;
  color: #111827 !important;
  font-size: .95rem;
  font-weight: 900;
  text-decoration: none;
}
.bwhr-service-arrow {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  color: #111827;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
body.bwhr-csv-page .bwhr-service-card a:hover,
body.bwhr-csv-page .bwhr-service-card a:focus-visible {
  background: transparent !important;
  color: #111827 !important;
  text-decoration: none;
  outline: 0;
}
body.bwhr-csv-page .bwhr-service-card a:hover .bwhr-service-arrow,
body.bwhr-csv-page .bwhr-service-card a:focus-visible .bwhr-service-arrow {
  background: #111827;
  color: var(--bwhr-yellow);
  transform: translateX(4px);
}
@media (max-width: 1199px) {
  .bwhr-service-card { min-height: 235px; }
}
@media (max-width: 800px) {
  .bwhr-services .bwhr-card-grid { gap: 18px; }
  .bwhr-service-card { min-height: 230px; }
}
@media (max-width: 560px) {
  .bwhr-service-card { min-height: 0; padding: 22px 20px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .bwhr-service-card,
  .bwhr-service-card::after,
  .bwhr-service-icon,
  .bwhr-service-arrow { transition: none; }
}

/* ========================================================================
   Version 2.1.0 home-page refinement pass
   - Compact credential presentation on phones
   - Editorial split about section
   - Better complete-services content block
   - Non-duplicative, compact trust-reason list
   ======================================================================== */

.bwhr-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #7a5b00;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.bwhr-section-kicker::before {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--bwhr-yellow);
  content: "";
}
.bwhr-section-kicker--light { color: #f7d862; }
.bwhr-section-kicker--light::before { background: var(--bwhr-yellow); }

/* Homepage story panel. The image and copy now read as one designed module. */
.bwhr-about--home {
  padding: 78px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.32), transparent 28%),
    linear-gradient(135deg, #ffd51d 0%, #f7bd11 100%);
}
.bwhr-about--home .bwhr-about-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 60px rgba(17,24,39,.18);
}
.bwhr-about--home .bwhr-about-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background-image: var(--about-bg);
  background-position: center;
  background-size: cover;
}
.bwhr-about-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,9,18,.08) 0%, rgba(4,9,18,.12) 42%, rgba(4,9,18,.88) 100%),
    linear-gradient(90deg, rgba(4,9,18,.08), transparent 50%);
}
.bwhr-about-media-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(8,14,24,.72);
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(7px);
  color: #fff;
}
.bwhr-about-media-copy span {
  display: block;
  margin-bottom: 7px;
  color: var(--bwhr-yellow);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bwhr-about-media-copy strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.35;
}
.bwhr-about--home .bwhr-about-card {
  max-width: none;
  margin: 0;
  padding: clamp(38px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: left;
}
.bwhr-about--home .bwhr-about-card h2 {
  max-width: 680px;
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.bwhr-about--home .bwhr-about-card p {
  margin: 0 0 18px;
  font-size: 1.06rem;
  line-height: 1.72;
}
.bwhr-about--home .bwhr-about-card .bwhr-button {
  align-self: flex-start;
  margin-top: 10px;
}

/* Complete exterior services: one cohesive editorial section with a four-card service rail. */
.bwhr-roof-services-copy {
  margin: 0;
  padding: 84px 0 88px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255,255,255,.97), rgba(244,247,250,.98)),
    radial-gradient(circle at 88% 10%, rgba(250,204,21,.18), transparent 30%);
  text-align: left;
}
.bwhr-roof-services-copy::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #111827 0 23%, var(--bwhr-yellow) 23% 100%);
  content: "";
}
.bwhr-roof-services-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  padding-bottom: 38px;
  border-bottom: 1px solid #dce3ea;
}
.bwhr-roof-services-heading {
  position: relative;
  padding-right: 20px;
}
.bwhr-roof-services-heading::after {
  position: absolute;
  top: 4px;
  right: -1px;
  width: 4px;
  height: 78%;
  min-height: 112px;
  border-radius: 999px;
  background: var(--bwhr-yellow);
  content: "";
}
.bwhr-roof-services-heading h2 {
  max-width: 690px;
  margin: 0;
  color: #111827;
  font-size: clamp(2.25rem, 4.25vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-align: left;
  text-wrap: balance;
}
.bwhr-roof-services-copy-text {
  padding-top: 5px;
}
.bwhr-roof-services-copy-text p {
  max-width: 760px;
  margin: 0 0 17px;
  color: #405063;
  font-size: 1.06rem;
  line-height: 1.74;
  text-align: left;
}
.bwhr-text-link {
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827 !important;
  font-size: .98rem;
  font-weight: 900;
  text-decoration: none;
}
.bwhr-text-link span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  transition: transform .2s ease;
}
.bwhr-text-link:hover span,
.bwhr-text-link:focus-visible span { transform: translateX(4px); }
.bwhr-roof-services-rail {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.bwhr-roof-services-rail article {
  min-height: 126px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 110% -10%, rgba(250,204,21,.16), transparent 42%),
    linear-gradient(145deg, #111827, #1d2430);
  box-shadow: 0 13px 30px rgba(15,23,42,.14);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.bwhr-roof-services-rail article::after {
  position: absolute;
  right: -26px;
  bottom: -28px;
  width: 86px;
  height: 86px;
  border: 13px solid rgba(250,204,21,.055);
  border-radius: 50%;
  content: "";
}
.bwhr-roof-services-rail article:hover {
  transform: translateY(-5px);
  border-color: rgba(250,204,21,.42);
  box-shadow: 0 20px 38px rgba(15,23,42,.2);
}
.bwhr-roof-service-mini-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--bwhr-yellow);
  box-shadow: 0 8px 20px rgba(250,204,21,.18);
}
.bwhr-roof-service-mini-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-roof-services-rail article div {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.bwhr-roof-services-rail strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.25;
}
.bwhr-roof-services-rail small {
  display: block;
  color: #cbd2dc;
  font-size: .84rem;
  line-height: 1.42;
}

/* Credential logos: premium cards on desktop, compact two-column grid on phones. */
.bwhr-trust {
  margin-top: 0;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.32), transparent 26%),
    linear-gradient(135deg, #ffd51d 0%, #f6be12 100%);
}
.bwhr-trust-heading {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}
.bwhr-trust-heading h2 {
  margin: 0 0 13px;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.bwhr-trust-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: #344054;
  font-size: 1.05rem;
  line-height: 1.62;
}
.bwhr-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.bwhr-trust-item {
  width: auto;
  min-width: 0;
  min-height: 205px;
  padding: 18px 14px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17,24,39,.1);
  border-radius: 17px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(17,24,39,.12);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.bwhr-trust-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(17,24,39,.18);
}
.bwhr-trust-logo-wrap {
  width: 100%;
  height: 118px;
  margin-bottom: 12px;
  padding: 8px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #f8fafc);
}
.bwhr-trust-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin: 0;
  object-fit: contain;
}
.bwhr-trust-item h3 {
  margin: 0;
  color: #111827;
  font-size: .94rem;
  line-height: 1.32;
}

/* Why choose Built Wright: centered editorial heading with a balanced 3+2 card grid. */
.bwhr-why {
  padding: 88px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(250,204,21,.12), transparent 25%),
    radial-gradient(circle at 92% 92%, rgba(250,204,21,.08), transparent 24%),
    linear-gradient(145deg, #0b0d11, #171b23);
}
.bwhr-why-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}
.bwhr-why-heading h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.3rem, 4.4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.042em;
  text-align: center;
  text-wrap: balance;
}
.bwhr-why-heading .bwhr-lead {
  max-width: 720px;
  margin: 0 auto;
  color: #cbd2dc;
  font-size: 1.06rem;
  line-height: 1.68;
  text-align: center;
}
.bwhr-why-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.bwhr-why-list article {
  flex: 0 1 calc(33.333% - 11px);
  min-width: 250px;
  min-height: 238px;
  padding: 28px 24px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-top: 4px solid var(--bwhr-yellow);
  border-radius: 16px;
  background:
    radial-gradient(circle at 110% -10%, rgba(250,204,21,.13), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  text-align: left;
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}
.bwhr-why-list article:hover {
  transform: translateY(-6px);
  border-color: rgba(250,204,21,.4);
  border-top-color: var(--bwhr-yellow);
  background:
    radial-gradient(circle at 110% -10%, rgba(250,204,21,.19), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
}
.bwhr-why-number {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255,255,255,.3);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .11em;
}
.bwhr-why-icon-wrap {
  width: 58px;
  height: 58px;
  margin-bottom: 21px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--bwhr-yellow);
  box-shadow: 0 9px 22px rgba(250,204,21,.2);
}
.bwhr-why-icon {
  width: 29px;
  height: 29px;
  filter: brightness(0) saturate(100%);
  object-fit: contain;
}
.bwhr-why-copy h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.28;
}
.bwhr-why-copy p {
  margin: 0;
  color: #cbd2dc;
  font-size: .94rem;
  line-height: 1.58;
}
.bwhr-why-footer {
  max-width: 920px;
  margin: 28px auto 0;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd51d, #f6be12);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  color: #111827;
}
.bwhr-why-footer > span {
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.35;
}
.bwhr-why-footer .bwhr-button { margin: 0; white-space: nowrap; }

@media (max-width: 980px) {
  .bwhr-about--home .bwhr-about-layout { grid-template-columns: 1fr; }
  .bwhr-about--home .bwhr-about-media { min-height: 390px; }
  .bwhr-roof-services-intro { grid-template-columns: 1fr; gap: 28px; }
  .bwhr-roof-services-heading { padding-right: 0; }
  .bwhr-roof-services-heading::after { display: none; }
  .bwhr-roof-services-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bwhr-trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bwhr-why-list article { flex-basis: calc(50% - 8px); }
}

@media (max-width: 700px) {
  .bwhr-about--home { padding: 44px 0; }
  .bwhr-about--home .bwhr-about-layout { border-radius: 19px; }
  .bwhr-about--home .bwhr-about-media { min-height: 250px; }
  .bwhr-about-media-copy {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 15px 16px;
    border-radius: 12px;
  }
  .bwhr-about--home .bwhr-about-card { padding: 30px 22px 32px; }
  .bwhr-about--home .bwhr-about-card h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
    line-height: 1.12;
  }
  .bwhr-about--home .bwhr-about-card p { font-size: .99rem; line-height: 1.65; }
  .bwhr-about--home .bwhr-about-card .bwhr-button { width: 100%; justify-content: center; text-align: center; }

  .bwhr-roof-services-copy { padding: 54px 0 58px; }
  .bwhr-roof-services-intro { padding-bottom: 26px; }
  .bwhr-roof-services-heading h2 {
    font-size: clamp(1.9rem, 8.4vw, 2.45rem);
    line-height: 1.1;
  }
  .bwhr-roof-services-copy-text p { font-size: .98rem; line-height: 1.64; }
  .bwhr-roof-services-rail { margin-top: 20px; gap: 10px; }
  .bwhr-roof-services-rail article {
    min-height: 112px;
    padding: 16px 13px;
    gap: 11px;
    border-radius: 13px;
  }
  .bwhr-roof-service-mini-icon { width: 43px; height: 43px; flex-basis: 43px; border-radius: 12px; }
  .bwhr-roof-service-mini-icon svg { width: 23px; height: 23px; }
  .bwhr-roof-services-rail strong { font-size: .95rem; }
  .bwhr-roof-services-rail small { font-size: .77rem; line-height: 1.35; }

  .bwhr-trust { padding: 52px 0 58px; }
  .bwhr-trust-heading { margin-bottom: 27px; }
  .bwhr-trust-heading h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.4rem);
    line-height: 1.1;
  }
  .bwhr-trust-heading p { font-size: .96rem; line-height: 1.55; }
  .bwhr-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .bwhr-trust-item {
    width: auto;
    min-height: 164px;
    padding: 12px 9px;
    border-radius: 14px;
  }
  .bwhr-trust-item:last-child {
    width: calc(50% - 6px);
    grid-column: 1 / -1;
    justify-self: center;
  }
  .bwhr-trust-logo-wrap { height: 98px; margin-bottom: 8px; padding: 5px; }
  .bwhr-trust-item img { max-height: 82px; }
  .bwhr-trust-item h3 { font-size: .81rem; }

  .bwhr-why { padding: 60px 0 64px; }
  .bwhr-why-heading { margin-bottom: 28px; }
  .bwhr-why-heading h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    text-align: center;
  }
  .bwhr-why-heading .bwhr-lead { font-size: .98rem; line-height: 1.6; text-align: center; }
  .bwhr-why-list { gap: 10px; }
  .bwhr-why-list article {
    flex-basis: 100%;
    min-width: 0;
    min-height: 0;
    padding: 18px 16px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    border-top-width: 3px;
    border-radius: 13px;
  }
  .bwhr-why-number { display: none; }
  .bwhr-why-icon-wrap { width: 43px; height: 43px; margin: 0; border-radius: 11px; }
  .bwhr-why-icon { width: 23px; height: 23px; }
  .bwhr-why-copy h3 { font-size: .98rem; }
  .bwhr-why-copy p { font-size: .86rem; line-height: 1.48; }
  .bwhr-why-footer { margin-top: 18px; padding: 17px; flex-direction: column; text-align: center; }
  .bwhr-why-footer .bwhr-button { width: 100%; justify-content: center; }
}

@media (max-width: 420px) {
  .bwhr-roof-services-rail { grid-template-columns: 1fr; }
  .bwhr-trust-item:last-child { width: 100%; }
}

/* ========================================================================
   Version 2.3.0 — stronger desktop service showcase and team presentation.
   ======================================================================== */

/* A cohesive service showcase: editorial copy paired with real project imagery. */
.bwhr-roof-services-copy {
  padding: 88px 0 94px;
  background:
    radial-gradient(circle at 6% 12%, rgba(250,204,21,.14), transparent 26%),
    linear-gradient(135deg, #eef2f6 0%, #f9fafb 55%, #edf1f5 100%);
}
.bwhr-roof-services-showcase {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(15,23,42,.14);
}
.bwhr-roof-services-content {
  padding: clamp(44px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.bwhr-roof-services-content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: linear-gradient(180deg, var(--bwhr-yellow), #f1b800);
  content: "";
}
.bwhr-roof-services-content h2 {
  max-width: 650px;
  margin: 0;
  color: #111827;
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-align: left;
  text-wrap: balance;
}
.bwhr-roof-services-accent {
  width: 86px;
  height: 6px;
  margin: 24px 0 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bwhr-yellow) 0 66%, #111827 66% 100%);
}
.bwhr-roof-services-content p {
  max-width: 650px;
  margin: 0 0 17px;
  color: #405063;
  font-size: 1.05rem;
  line-height: 1.72;
  text-align: left;
}
.bwhr-roof-services-content .bwhr-button {
  align-self: flex-start;
  margin-top: 12px;
  gap: 10px;
}
.bwhr-roof-services-content .bwhr-button span {
  transition: transform .2s ease;
}
.bwhr-roof-services-content .bwhr-button:hover span,
.bwhr-roof-services-content .bwhr-button:focus-visible span { transform: translateX(4px); }
.bwhr-roof-services-mosaic {
  min-height: 520px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, .82fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: #111827;
}
.bwhr-roof-service-tile {
  min-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background-image:
    linear-gradient(180deg, rgba(15,23,42,.05), rgba(15,23,42,.68)),
    var(--service-image);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  transition: transform .28s ease, box-shadow .28s ease;
}
.bwhr-roof-service-tile--featured { grid-row: 1 / span 3; }
.bwhr-roof-service-tile::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(250,204,21,.04), transparent 48%);
  content: "";
  transition: background .28s ease;
}
.bwhr-roof-service-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.25), inset 0 0 0 1px rgba(250,204,21,.34);
}
.bwhr-roof-service-tile:hover::before {
  background: linear-gradient(135deg, rgba(250,204,21,.14), transparent 54%);
}
.bwhr-roof-service-tile-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  z-index: 1;
}
.bwhr-roof-service-tile-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--bwhr-yellow);
  box-shadow: 0 9px 24px rgba(0,0,0,.22);
}
.bwhr-roof-service-tile-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-roof-service-tile-overlay div { min-width: 0; }
.bwhr-roof-service-tile-overlay strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.bwhr-roof-service-tile-overlay small {
  display: block;
  color: #e4e9ef;
  font-size: .8rem;
  line-height: 1.35;
}
.bwhr-roof-service-tile--featured .bwhr-roof-service-tile-overlay {
  padding: 28px;
}
.bwhr-roof-service-tile--featured .bwhr-roof-service-tile-icon {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
}
.bwhr-roof-service-tile--featured .bwhr-roof-service-tile-icon svg {
  width: 31px;
  height: 31px;
}
.bwhr-roof-service-tile--featured .bwhr-roof-service-tile-overlay strong {
  font-size: 1.3rem;
}
.bwhr-roof-service-tile--featured .bwhr-roof-service-tile-overlay small {
  font-size: .9rem;
}

/* Team section: dark stage, yellow lower field, and raised portrait cards. */
.bwhr-team {
  padding: 82px 0 94px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 14% 12%, rgba(250,204,21,.12), transparent 24%),
    linear-gradient(180deg, #10141c 0 43%, #facc15 43% 100%);
}
.bwhr-team::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 270px;
  height: 270px;
  border: 34px solid rgba(17,24,39,.08);
  border-radius: 50%;
  content: "";
}
.bwhr-team-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.bwhr-team-heading h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.25rem, 4.4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.bwhr-team-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: #cbd2dc;
  font-size: 1.04rem;
  line-height: 1.65;
}
.bwhr-team-carousel {
  margin-top: 6px;
  padding: 66px 58px 8px;
  position: relative;
  z-index: 1;
}
.bwhr-team-viewport {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.bwhr-team-track {
  padding: 0 2px 22px;
  gap: 24px;
  align-items: stretch;
}
.bwhr-team-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 260px;
  min-height: 386px;
  padding: 0 26px 28px;
  overflow: visible;
  position: relative;
  border: 1px solid rgba(17,24,39,.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(17,24,39,.19);
  scroll-snap-align: start;
  text-align: center;
  transition: transform .26s ease, box-shadow .26s ease;
}
.bwhr-team-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #111827 0 27%, var(--bwhr-yellow) 27% 100%);
  content: "";
}
.bwhr-team-card::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border: 9px solid rgba(250,204,21,.13);
  border-radius: 50%;
  content: "";
}
.bwhr-team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 58px rgba(17,24,39,.25);
}
.bwhr-team-photo-shell {
  width: 218px;
  height: 218px;
  margin: -52px auto 22px;
  padding: 7px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe24c, #f1b900);
  box-shadow:
    0 0 0 9px #111827,
    0 18px 34px rgba(17,24,39,.25);
}
.bwhr-team-photo-shell img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.bwhr-team-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  position: absolute;
  right: -5px;
  bottom: 15px;
  z-index: 2;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #111827;
  color: var(--bwhr-yellow);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 8px 20px rgba(17,24,39,.24);
}
.bwhr-team-card-copy {
  position: relative;
  z-index: 1;
}
.bwhr-team-card-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7cc;
  color: #7a5a00;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}
.bwhr-team-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1.42rem;
  line-height: 1.16;
  letter-spacing: -.02em;
}
.bwhr-team-card p {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
}
.bwhr-team-arrow {
  width: 48px;
  height: 48px;
  border: 2px solid var(--bwhr-yellow);
  background: #111827 !important;
  color: var(--bwhr-yellow) !important;
  box-shadow: 0 12px 25px rgba(17,24,39,.25);
}
.bwhr-team-arrow:hover,
.bwhr-team-arrow:focus-visible {
  background: var(--bwhr-yellow) !important;
  color: #111827 !important;
  border-color: #111827;
}

@media (max-width: 1100px) {
  .bwhr-roof-services-showcase { grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); }
  .bwhr-team-card { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 900px) {
  .bwhr-roof-services-showcase { grid-template-columns: 1fr; }
  .bwhr-roof-services-mosaic {
    min-height: 430px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .bwhr-roof-service-tile--featured { grid-row: auto; }
  .bwhr-team { background: linear-gradient(180deg, #10141c 0 38%, #facc15 38% 100%); }
}

@media (max-width: 700px) {
  .bwhr-roof-services-copy { padding: 54px 0 60px; }
  .bwhr-roof-services-showcase { border-radius: 19px; }
  .bwhr-roof-services-content { padding: 34px 23px 36px; }
  .bwhr-roof-services-content::before { width: 5px; }
  .bwhr-roof-services-content h2 {
    font-size: clamp(1.9rem, 8.4vw, 2.42rem);
    line-height: 1.08;
  }
  .bwhr-roof-services-content p { font-size: .97rem; line-height: 1.62; }
  .bwhr-roof-services-content .bwhr-button { width: 100%; justify-content: center; }
  .bwhr-roof-services-mosaic {
    min-height: 0;
    padding: 9px;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 155px);
  }
  .bwhr-roof-service-tile { border-radius: 13px; }
  .bwhr-roof-service-tile-overlay { padding: 13px; gap: 9px; }
  .bwhr-roof-service-tile-icon,
  .bwhr-roof-service-tile--featured .bwhr-roof-service-tile-icon {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
    border-radius: 11px;
  }
  .bwhr-roof-service-tile-icon svg,
  .bwhr-roof-service-tile--featured .bwhr-roof-service-tile-icon svg { width: 21px; height: 21px; }
  .bwhr-roof-service-tile-overlay strong,
  .bwhr-roof-service-tile--featured .bwhr-roof-service-tile-overlay strong { font-size: .92rem; }
  .bwhr-roof-service-tile-overlay small { display: none; }

  .bwhr-team {
    padding: 58px 0 68px;
    background: linear-gradient(180deg, #10141c 0 34%, #facc15 34% 100%);
  }
  .bwhr-team-heading { margin-bottom: 15px; padding: 0 8px; }
  .bwhr-team-heading h2 { font-size: clamp(2rem, 9vw, 2.5rem); }
  .bwhr-team-heading p { font-size: .95rem; line-height: 1.55; }
  .bwhr-team-carousel { padding: 58px 38px 5px; }
  .bwhr-team-track { gap: 18px; }
  .bwhr-team-card {
    flex-basis: 100%;
    min-width: 0;
    min-height: 338px;
    padding: 0 20px 24px;
    border-radius: 18px;
  }
  .bwhr-team-photo-shell {
    width: 184px;
    height: 184px;
    margin-top: -44px;
    box-shadow: 0 0 0 7px #111827, 0 15px 30px rgba(17,24,39,.24);
  }
  .bwhr-team-card h3 { font-size: 1.28rem; }
  .bwhr-team-arrow { width: 38px; height: 38px; font-size: 29px; line-height: 32px; }
}

@media (max-width: 430px) {
  .bwhr-roof-services-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(4, 138px); }
  .bwhr-team-carousel { padding-right: 32px; padding-left: 32px; }
  .bwhr-team-photo-shell { width: 170px; height: 170px; }
}

/* ========================================================================
   Version 2.4.0 — homepage process, office, and team refinement
   ======================================================================== */

/* Keep the sticky navigation solid and readable over every section. */
body.bwhr-csv-page .bwhr-header,
body.bwhr-csv-page .bwhr-nav-wrap {
  background: var(--bwhr-yellow) !important;
}
body.bwhr-csv-page .bwhr-header {
  z-index: 9998;
  isolation: isolate;
  box-shadow: 0 3px 18px rgba(15, 23, 42, .2);
}
body.bwhr-csv-page .bwhr-topbar { background: #050505 !important; }

/* Replace the stale generic homepage paragraph block with a useful process. */
.bwhr-home-process {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 7% 15%, rgba(250, 204, 21, .14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}
.bwhr-home-process::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 96px;
  height: 6px;
  border-radius: 0 0 8px 8px;
  background: var(--bwhr-yellow);
  content: "";
  transform: translateX(-50%);
}
.bwhr-home-process-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}
.bwhr-home-process-heading h2 {
  margin: 12px 0 16px;
  color: #111827;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.bwhr-home-process-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 1.06rem;
  line-height: 1.72;
}
.bwhr-home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}
.bwhr-home-process-grid::before {
  position: absolute;
  top: 44px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, .18) 10%, rgba(17, 24, 39, .18) 90%, transparent);
  content: "";
}
.bwhr-home-process-card {
  min-height: 285px;
  padding: 28px 24px 26px;
  position: relative;
  border: 1px solid #e1e6ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(15, 23, 42, .08);
  text-align: left;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.bwhr-home-process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(250, 204, 21, .9);
  box-shadow: 0 22px 46px rgba(15, 23, 42, .14);
}
.bwhr-home-process-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #d6dbe2;
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.bwhr-home-process-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  border-radius: 17px;
  background: var(--bwhr-yellow);
  box-shadow: 0 10px 24px rgba(189, 140, 0, .2);
}
.bwhr-home-process-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-home-process-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1.18rem;
  line-height: 1.25;
}
.bwhr-home-process-card p {
  margin: 0;
  color: #5b6573;
  font-size: .94rem;
  line-height: 1.62;
}
.bwhr-home-process-footer {
  margin-top: 28px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 16px;
  background: #111827;
  color: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
}
.bwhr-home-process-footer > span {
  font-size: 1.03rem;
  font-weight: 750;
}
body.bwhr-csv-page .bwhr-home-process-footer .bwhr-button--dark,
body.bwhr-csv-page .bwhr-home-process-footer .bwhr-button--dark:visited {
  border-color: var(--bwhr-yellow);
  background: var(--bwhr-yellow) !important;
  color: #111827 !important;
}

/* Cleaner team presentation: strong enough to pop, restrained enough to feel professional. */
.bwhr-team {
  padding: 82px 0 88px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 92% 8%, rgba(17, 24, 39, .09), transparent 21%),
    linear-gradient(135deg, #ffda20 0%, #f6bf00 100%);
}
.bwhr-team::before {
  position: absolute;
  top: -115px;
  right: -90px;
  width: 330px;
  height: 330px;
  border: 52px solid rgba(17, 24, 39, .06);
  border-radius: 50%;
  content: "";
}
.bwhr-team::after { display: none; }
.bwhr-team-heading {
  max-width: none;
  margin: 0 0 38px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  align-items: end;
  gap: 60px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.bwhr-team-heading .bwhr-section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -38px;
  color: #111827;
}
.bwhr-team-heading .bwhr-section-kicker::before { background: #111827; }
.bwhr-team-heading h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(2.45rem, 4.5vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.bwhr-team-heading p {
  max-width: 620px;
  margin: 0;
  padding: 0 0 7px;
  color: #333b48;
  font-size: 1.04rem;
  line-height: 1.7;
}
.bwhr-team-carousel {
  margin-top: 0;
  padding: 0 58px 6px;
  position: relative;
  z-index: 1;
}
.bwhr-team-viewport { overflow-y: hidden; }
.bwhr-team-track {
  padding: 4px 2px 22px;
  gap: 22px;
  align-items: stretch;
}
.bwhr-team-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 260px;
  min-height: 378px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(17, 24, 39, .13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, .17);
  scroll-snap-align: start;
  text-align: center;
  transition: transform .24s ease, box-shadow .24s ease;
}
.bwhr-team-card::before {
  height: 128px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .05), transparent 52%),
    #111827;
}
.bwhr-team-card::after {
  right: -22px;
  bottom: -28px;
  width: 108px;
  height: 108px;
  border: 18px solid rgba(250, 204, 21, .12);
}
.bwhr-team-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 52px rgba(17, 24, 39, .23);
}
.bwhr-team-photo-shell {
  width: 178px;
  height: 178px;
  margin: 28px auto 18px;
  padding: 5px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  box-shadow: 0 0 0 6px #fff, 0 14px 28px rgba(17, 24, 39, .22);
}
.bwhr-team-photo-shell img {
  border: 0;
  object-position: center 20%;
}
.bwhr-team-number {
  width: 38px;
  height: 38px;
  right: -2px;
  bottom: 7px;
  border: 3px solid #fff;
  font-size: .68rem;
}
.bwhr-team-card-copy {
  padding: 0 24px 26px;
}
.bwhr-team-card-label {
  margin-bottom: 9px;
  padding: 5px 9px;
  background: #fff5bf;
  color: #735400;
  font-size: .64rem;
}
.bwhr-team-card h3 {
  margin: 0 0 7px;
  font-size: 1.38rem;
}
.bwhr-team-card p {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #657080;
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.45;
}
.bwhr-team-arrow {
  width: 46px;
  height: 46px;
  border: 0;
  background: #111827 !important;
  color: var(--bwhr-yellow) !important;
  box-shadow: 0 12px 26px rgba(17, 24, 39, .23);
}
.bwhr-team-arrow:hover,
.bwhr-team-arrow:focus-visible {
  background: #fff !important;
  color: #111827 !important;
}

/* Make the detailed office section distinct from the team and useful at a glance. */
.bwhr-offices {
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 8% 12%, rgba(250, 204, 21, .12), transparent 24%),
    #111827;
  color: #fff;
}
.bwhr-offices::before {
  width: 110px;
  height: 7px;
  background: var(--bwhr-yellow);
}
.bwhr-offices > .bwhr-container > .bwhr-section-kicker {
  justify-content: center;
  margin-bottom: 12px;
  color: var(--bwhr-yellow);
}
.bwhr-offices > .bwhr-container > h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  letter-spacing: -.04em;
}
.bwhr-offices > .bwhr-container > .bwhr-lead {
  color: #cbd5e1;
  line-height: 1.7;
}
.bwhr-home-office-grid { margin-top: 42px; }
.bwhr-home-office-card {
  min-height: 258px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-top: 5px solid var(--bwhr-yellow);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}
.bwhr-home-office-state {
  background: var(--bwhr-yellow);
  color: #111827;
}
.bwhr-home-office-state-name { color: #8b6700; }
.bwhr-home-office-actions { border-top-color: #e5e7eb; }
body.bwhr-csv-page .bwhr-home-office-phone,
body.bwhr-csv-page .bwhr-home-office-phone:visited {
  padding: 9px 12px;
  border-radius: 10px;
  background: #111827;
  color: #fff !important;
}
body.bwhr-csv-page .bwhr-home-office-phone > span { color: var(--bwhr-yellow); }
body.bwhr-csv-page .bwhr-home-office-link,
body.bwhr-csv-page .bwhr-home-office-link:visited { color: #6d5200 !important; }

@media (max-width: 1100px) {
  .bwhr-home-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bwhr-home-process-grid::before { display: none; }
  .bwhr-team-heading { grid-template-columns: 1fr; gap: 18px; }
  .bwhr-team-heading .bwhr-section-kicker { margin-bottom: 0; }
  .bwhr-team-heading p { max-width: 760px; }
  .bwhr-team-card { flex-basis: calc((100% - 22px) / 2); }
}

@media (max-width: 700px) {
  .bwhr-home-process { padding: 64px 0 68px; }
  .bwhr-home-process-heading { margin-bottom: 28px; }
  .bwhr-home-process-heading h2 { font-size: clamp(1.95rem, 8.7vw, 2.5rem); }
  .bwhr-home-process-grid { grid-template-columns: 1fr; gap: 14px; }
  .bwhr-home-process-card {
    min-height: 0;
    padding: 21px 20px 21px 84px;
  }
  .bwhr-home-process-icon {
    width: 48px;
    height: 48px;
    margin: 0;
    position: absolute;
    top: 22px;
    left: 20px;
    border-radius: 13px;
  }
  .bwhr-home-process-icon svg { width: 25px; height: 25px; }
  .bwhr-home-process-number { top: 18px; right: 17px; font-size: .96rem; }
  .bwhr-home-process-card h3 { padding-right: 32px; }
  .bwhr-home-process-footer {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
  .bwhr-home-process-footer .bwhr-button { width: 100%; justify-content: center; }

  .bwhr-team {
    padding: 60px 0 68px;
    background: linear-gradient(135deg, #ffda20 0%, #f6bf00 100%);
  }
  .bwhr-team-heading {
    margin-bottom: 26px;
    display: block;
    text-align: center;
  }
  .bwhr-team-heading .bwhr-section-kicker {
    justify-content: center;
    margin-bottom: 12px;
  }
  .bwhr-team-heading h2 { font-size: clamp(2rem, 9vw, 2.55rem); }
  .bwhr-team-heading p { margin: 14px auto 0; font-size: .95rem; }
  .bwhr-team-carousel { padding: 0 38px 4px; }
  .bwhr-team-card {
    flex-basis: 100%;
    min-width: 0;
    min-height: 345px;
  }
  .bwhr-team-photo-shell { width: 166px; height: 166px; }
  .bwhr-team-card::before { height: 120px; }

  .bwhr-offices { padding: 68px 0 72px; }
  .bwhr-offices > .bwhr-container > h2 { font-size: clamp(2rem, 8.5vw, 2.5rem); }
}

@media (max-width: 430px) {
  .bwhr-team-carousel { padding-right: 32px; padding-left: 32px; }
  .bwhr-team-photo-shell { width: 155px; height: 155px; }
}

/* ========================================================================
   Version 2.5.0 — premium FAQ section
   ======================================================================== */
.bwhr-faq {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(250, 204, 21, .18) 0 110px, transparent 111px),
    radial-gradient(circle at 94% 86%, rgba(15, 23, 42, .07) 0 170px, transparent 171px),
    linear-gradient(135deg, #fff9df 0%, #f8fafc 44%, #edf2f7 100%);
  color: #111827;
}
.bwhr-faq::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 70px;
  width: 230px;
  height: 230px;
  border: 34px solid rgba(250, 204, 21, .22);
  border-radius: 50%;
  pointer-events: none;
}
.bwhr-faq > .bwhr-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
}
.bwhr-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.52fr);
  gap: 34px;
  align-items: start;
}
.bwhr-faq-intro-card {
  position: sticky;
  top: 112px;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 108% -6%, rgba(250, 204, 21, .25) 0 120px, transparent 121px),
    linear-gradient(145deg, #0b1220 0%, #111827 58%, #1f2937 100%);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .2);
  color: #fff;
  text-align: left;
}
.bwhr-faq-intro-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(#facc15, #f59e0b);
}
.bwhr-faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #facc15;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.bwhr-faq-kicker::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 99px;
  background: #facc15;
}
.bwhr-faq .bwhr-faq-intro-card h2 {
  max-width: 12ch;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.15rem, 3.6vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-align: left;
}
.bwhr-faq .bwhr-faq-intro-card .bwhr-lead {
  max-width: 34rem;
  margin: 0 0 26px;
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.72;
  text-align: left;
}
.bwhr-faq-count {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  padding: 10px 14px;
  border: 1px solid rgba(250, 204, 21, .3);
  border-radius: 999px;
  background: rgba(250, 204, 21, .08);
}
.bwhr-faq-count strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #facc15;
  color: #111827;
  font-size: .95rem;
}
.bwhr-faq-count span {
  color: #f8fafc;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bwhr-faq-help {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
}
.bwhr-faq-help-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: #facc15;
  box-shadow: 0 8px 24px rgba(250, 204, 21, .22);
  color: #111827;
  font-size: 1.35rem;
  font-weight: 950;
}
.bwhr-faq-help h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.02rem;
}
.bwhr-faq-help p {
  margin: 0;
  color: #b8c2d1;
  font-size: .9rem;
  line-height: 1.55;
}
.bwhr-faq-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
body.bwhr-csv-page .bwhr-faq-estimate,
body.bwhr-csv-page .bwhr-faq-estimate:visited {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid #facc15;
  border-radius: 12px;
  background: #facc15 !important;
  color: #111827 !important;
  box-shadow: 0 12px 30px rgba(250, 204, 21, .18);
  font-weight: 900;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-faq-estimate:hover,
body.bwhr-csv-page .bwhr-faq-estimate:focus-visible {
  background: #fff !important;
  border-color: #fff;
  transform: translateY(-2px);
}
body.bwhr-csv-page .bwhr-faq-call,
body.bwhr-csv-page .bwhr-faq-call:visited {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: #fff !important;
  text-decoration: none;
}
.bwhr-faq-call span { color: #cbd5e1; font-size: .78rem; font-weight: 700; }
.bwhr-faq-call strong { color: #facc15; font-size: .93rem; white-space: nowrap; }
body.bwhr-csv-page .bwhr-faq-call:hover,
body.bwhr-csv-page .bwhr-faq-call:focus-visible { border-color: #facc15; background: rgba(250,204,21,.08); }

.bwhr-faq-accordion {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 65px rgba(15, 23, 42, .11);
  backdrop-filter: blur(8px);
}
.bwhr-faq-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 7px 15px;
  color: #111827;
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bwhr-faq-list-heading span:last-child {
  color: #64748b;
  font-weight: 800;
  letter-spacing: .04em;
}
.bwhr-faq-list {
  display: grid;
  gap: 12px;
}
.bwhr-faq details,
.bwhr-faq .bwhr-faq-item {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.bwhr-faq .bwhr-faq-item:hover {
  border-color: rgba(250, 204, 21, .8);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .09);
  transform: translateY(-1px);
}
.bwhr-faq .bwhr-faq-item[open] {
  border-color: #facc15;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .12), 0 0 0 3px rgba(250, 204, 21, .1);
}
.bwhr-faq summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 42px;
  gap: 16px;
  min-height: 78px;
  align-items: center;
  padding: 14px 17px;
  border-radius: 0;
  background: #fff;
  color: #111827;
  font-size: 1.03rem;
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  transition: background .22s ease, color .22s ease;
}
.bwhr-faq summary::-webkit-details-marker { display: none; }
.bwhr-faq summary:hover { background: #fffdf2; }
.bwhr-faq .bwhr-faq-item[open] summary {
  border-radius: 0;
  background: linear-gradient(135deg, #0f172a, #1f2937);
  color: #fff;
}
.bwhr-faq-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #facc15;
  box-shadow: 0 8px 22px rgba(250, 204, 21, .18);
  color: #111827;
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .05em;
}
.bwhr-faq-question-text { min-width: 0; }
.bwhr-faq-toggle {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  background: #111827;
  box-shadow: 0 6px 15px rgba(15, 23, 42, .12);
}
.bwhr-faq-toggle::before,
.bwhr-faq-toggle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 99px;
  background: #facc15;
  transition: transform .22s ease;
}
.bwhr-faq-toggle::after { transform: rotate(90deg); }
.bwhr-faq .bwhr-faq-item[open] .bwhr-faq-toggle { background: #facc15; }
.bwhr-faq .bwhr-faq-item[open] .bwhr-faq-toggle::before,
.bwhr-faq .bwhr-faq-item[open] .bwhr-faq-toggle::after { background: #111827; }
.bwhr-faq .bwhr-faq-item[open] .bwhr-faq-toggle::after { transform: rotate(0); }
.bwhr-faq details > .bwhr-faq-answer {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 24px 24px;
  border-top: 1px solid #e5e7eb;
  border-radius: 0;
  background: linear-gradient(135deg, #fffef7, #fff9df);
  color: #374151;
}
.bwhr-faq-answer-label {
  align-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  background: #111827;
  color: #facc15;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.bwhr-faq-answer-copy {
  position: relative;
  padding-left: 17px;
  border-left: 3px solid #facc15;
}
.bwhr-faq-answer-copy p {
  margin: 0;
  color: #374151;
  font-size: .98rem;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .bwhr-faq { padding: 76px 0; }
  .bwhr-faq-layout { grid-template-columns: 1fr; }
  .bwhr-faq-intro-card { position: relative; top: auto; }
  .bwhr-faq .bwhr-faq-intro-card h2 { max-width: 18ch; }
  .bwhr-faq-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .bwhr-faq { padding: 58px 0; }
  .bwhr-faq::after { display: none; }
  .bwhr-faq-layout { gap: 20px; }
  .bwhr-faq-intro-card { padding: 30px 24px; border-radius: 19px; }
  .bwhr-faq .bwhr-faq-intro-card h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.55rem);
  }
  .bwhr-faq .bwhr-faq-intro-card .bwhr-lead { font-size: .96rem; }
  .bwhr-faq-actions { grid-template-columns: 1fr; }
  .bwhr-faq-accordion { padding: 11px; border-radius: 18px; }
  .bwhr-faq-list-heading { padding: 5px 4px 12px; font-size: .69rem; }
  .bwhr-faq summary {
    grid-template-columns: 40px minmax(0, 1fr) 34px;
    gap: 11px;
    min-height: 70px;
    padding: 12px;
    font-size: .94rem;
  }
  .bwhr-faq-number { width: 40px; height: 40px; border-radius: 11px; }
  .bwhr-faq-toggle { width: 34px; height: 34px; }
  .bwhr-faq details > .bwhr-faq-answer {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 18px;
  }
  .bwhr-faq-answer-label { justify-self: start; }
  .bwhr-faq-answer-copy { padding-left: 13px; }
}

/* Neutralize the legacy plus-sign rules that targeted every span in a summary. */
.bwhr-faq summary .bwhr-faq-number::before,
.bwhr-faq summary .bwhr-faq-number::after,
.bwhr-faq summary .bwhr-faq-question-text::before,
.bwhr-faq summary .bwhr-faq-question-text::after {
  content: none !important;
  display: none !important;
}
.bwhr-faq summary .bwhr-faq-toggle::before,
.bwhr-faq summary .bwhr-faq-toggle::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  width: 15px;
  height: 2px;
  border-radius: 99px;
  background: #facc15;
  transform: translate(-50%, -50%);
  transition: transform .22s ease;
}
.bwhr-faq summary .bwhr-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bwhr-faq .bwhr-faq-item[open] summary .bwhr-faq-toggle::before,
.bwhr-faq .bwhr-faq-item[open] summary .bwhr-faq-toggle::after {
  background: #111827;
}
.bwhr-faq .bwhr-faq-item[open] summary .bwhr-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ========================================================================
   Version 2.6.0 — streamlined FAQ section
   ======================================================================== */
.bwhr-faq-v26 {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(250, 204, 21, .10) 0, rgba(250, 204, 21, 0) 22%),
    #f4f6f8;
  color: #111827;
}
.bwhr-faq-v26::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #111827 0 18%, #facc15 18% 82%, #111827 82%);
}
.bwhr-faq-v26 > .bwhr-container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
}
.bwhr-faq-v26-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}
.bwhr-faq-v26-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #7a5b00;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bwhr-faq-v26-kicker::before,
.bwhr-faq-v26-kicker::after {
  content: "";
  width: 25px;
  height: 3px;
  border-radius: 99px;
  background: #facc15;
}
.bwhr-faq-v26 .bwhr-faq-v26-heading h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.bwhr-faq-v26-heading p {
  max-width: 720px;
  margin: 17px auto 0;
  color: #4b5563;
  font-size: 1.06rem;
  line-height: 1.7;
}
.bwhr-faq-v26-shell {
  max-width: 1040px;
  margin: 0 auto;
}
.bwhr-faq-v26-list {
  display: grid;
  gap: 13px;
}
.bwhr-faq-v26 .bwhr-faq-item-v26 {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dfe4ea;
  border-left: 6px solid #facc15;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(15, 23, 42, .065);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.bwhr-faq-v26 .bwhr-faq-item-v26:hover {
  border-color: #facc15;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .10);
  transform: translateY(-1px);
}
.bwhr-faq-v26 .bwhr-faq-item-v26[open] {
  border-color: #facc15;
  box-shadow: 0 15px 36px rgba(15, 23, 42, .12);
}
.bwhr-faq-v26 .bwhr-faq-item-v26[hidden] {
  display: none !important;
}
.bwhr-faq-v26 .bwhr-faq-item-v26 summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 38px;
  gap: 16px;
  min-height: 72px;
  align-items: center;
  padding: 13px 18px 13px 16px;
  border-radius: 0;
  background: #fff;
  color: #111827;
  font-size: 1.03rem;
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.bwhr-faq-v26 .bwhr-faq-item-v26 summary::-webkit-details-marker { display: none; }
.bwhr-faq-v26 .bwhr-faq-item-v26 summary:hover { background: #fffdf3; }
.bwhr-faq-v26 .bwhr-faq-item-v26[open] summary {
  background: linear-gradient(135deg, #101827, #1d2737);
  color: #fff;
}
.bwhr-faq-v26-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: #facc15;
  box-shadow: 0 7px 18px rgba(250, 204, 21, .22);
  color: #111827;
  font-size: 1.08rem;
  font-weight: 950;
}
.bwhr-faq-v26 .bwhr-faq-question-text {
  min-width: 0;
}
.bwhr-faq-v26 .bwhr-faq-toggle {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  justify-self: end;
  border: 2px solid #111827;
  border-radius: 50%;
  background: #fff;
}
.bwhr-faq-v26 .bwhr-faq-toggle::before,
.bwhr-faq-v26 .bwhr-faq-toggle::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 99px;
  background: #111827;
  transform: translate(-50%, -50%);
  transition: transform .2s ease, background .2s ease;
}
.bwhr-faq-v26 .bwhr-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bwhr-faq-v26 .bwhr-faq-item-v26[open] .bwhr-faq-toggle {
  border-color: #facc15;
  background: #facc15;
}
.bwhr-faq-v26 .bwhr-faq-item-v26[open] .bwhr-faq-toggle::before,
.bwhr-faq-v26 .bwhr-faq-item-v26[open] .bwhr-faq-toggle::after {
  background: #111827;
}
.bwhr-faq-v26 .bwhr-faq-item-v26[open] .bwhr-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.bwhr-faq-v26 .bwhr-faq-item-v26 > .bwhr-faq-answer {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #fffef9, #fff9dc);
  color: #374151;
}
.bwhr-faq-v26 .bwhr-faq-answer-copy {
  padding: 21px 76px 24px 74px;
  border: 0;
}
.bwhr-faq-v26 .bwhr-faq-answer-copy p {
  margin: 0;
  color: #374151;
  font-size: 1rem;
  line-height: 1.72;
}
.bwhr-faq-v26-more {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px auto 0;
  padding: 11px 18px 11px 22px;
  border: 2px solid #111827;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
  font: inherit;
  font-size: .9rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.bwhr-faq-v26-more:hover,
.bwhr-faq-v26-more:focus-visible {
  background: #facc15;
  color: #111827;
  transform: translateY(-2px);
}
.bwhr-faq-v26-more-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #facc15;
  color: #111827;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform .2s ease;
}
.bwhr-faq-v26-more:hover .bwhr-faq-v26-more-icon,
.bwhr-faq-v26-more:focus-visible .bwhr-faq-v26-more-icon {
  background: #111827;
  color: #facc15;
}
.bwhr-faq-v26-more[aria-expanded="true"] .bwhr-faq-v26-more-icon {
  transform: rotate(45deg);
}
.bwhr-faq-v26-cta {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 18px;
  max-width: 1040px;
  align-items: center;
  margin: 30px auto 0;
  padding: 22px 24px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(250, 204, 21, .10), transparent 34%),
    #111827;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
  color: #fff;
}
.bwhr-faq-v26-cta-mark {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 15px;
  background: #facc15;
  color: #111827;
  font-size: 1.45rem;
  font-weight: 950;
}
.bwhr-faq-v26-cta-copy h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1.15rem;
}
.bwhr-faq-v26-cta-copy p {
  margin: 0;
  color: #cbd5e1;
  font-size: .92rem;
  line-height: 1.55;
}
.bwhr-faq-v26-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
body.bwhr-csv-page .bwhr-faq-v26-estimate,
body.bwhr-csv-page .bwhr-faq-v26-estimate:visited {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 2px solid #facc15;
  border-radius: 10px;
  background: #facc15 !important;
  color: #111827 !important;
  font-size: .86rem;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-faq-v26-estimate:hover,
body.bwhr-csv-page .bwhr-faq-v26-estimate:focus-visible {
  background: #fff !important;
  border-color: #fff;
}
body.bwhr-csv-page .bwhr-faq-v26-call,
body.bwhr-csv-page .bwhr-faq-v26-call:visited {
  display: flex;
  min-height: 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  color: #fff !important;
  text-decoration: none;
}
.bwhr-faq-v26-call span {
  color: #cbd5e1;
  font-size: .68rem;
  font-weight: 700;
}
.bwhr-faq-v26-call strong {
  color: #facc15;
  font-size: .85rem;
  white-space: nowrap;
}
body.bwhr-csv-page .bwhr-faq-v26-call:hover,
body.bwhr-csv-page .bwhr-faq-v26-call:focus-visible {
  border-color: #facc15;
  background: rgba(250,204,21,.09);
}

@media (max-width: 900px) {
  .bwhr-faq-v26 { padding: 74px 0; }
  .bwhr-faq-v26-cta {
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .bwhr-faq-v26-actions {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .bwhr-faq-v26 { padding: 58px 0; }
  .bwhr-faq-v26-heading { margin-bottom: 26px; }
  .bwhr-faq-v26-kicker {
    font-size: .66rem;
    letter-spacing: .11em;
  }
  .bwhr-faq-v26-kicker::before,
  .bwhr-faq-v26-kicker::after { width: 17px; }
  .bwhr-faq-v26 .bwhr-faq-v26-heading h2 {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }
  .bwhr-faq-v26-heading p {
    margin-top: 13px;
    font-size: .95rem;
  }
  .bwhr-faq-v26-list { gap: 10px; }
  .bwhr-faq-v26 .bwhr-faq-item-v26 {
    border-left-width: 4px;
    border-radius: 13px;
  }
  .bwhr-faq-v26 .bwhr-faq-item-v26 summary {
    grid-template-columns: 36px minmax(0, 1fr) 32px;
    gap: 10px;
    min-height: 66px;
    padding: 11px 12px;
    font-size: .94rem;
  }
  .bwhr-faq-v26-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    font-size: .95rem;
  }
  .bwhr-faq-v26 .bwhr-faq-toggle {
    width: 32px;
    height: 32px;
  }
  .bwhr-faq-v26 .bwhr-faq-answer-copy {
    padding: 18px 18px 20px 58px;
  }
  .bwhr-faq-v26 .bwhr-faq-answer-copy p {
    font-size: .93rem;
    line-height: 1.65;
  }
  .bwhr-faq-v26-more {
    width: 100%;
    max-width: 310px;
  }
  .bwhr-faq-v26-cta {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
    border-radius: 15px;
  }
  .bwhr-faq-v26-cta-mark {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    font-size: 1.15rem;
  }
  .bwhr-faq-v26-cta-copy h3 { font-size: 1rem; }
  .bwhr-faq-v26-cta-copy p { font-size: .84rem; }
  .bwhr-faq-v26-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Prevent legacy FAQ pseudo-elements from drawing extra plus signs on v2.6 labels. */
.bwhr-faq-v26 summary .bwhr-faq-v26-icon::before,
.bwhr-faq-v26 summary .bwhr-faq-v26-icon::after,
.bwhr-faq-v26 summary .bwhr-faq-question-text::before,
.bwhr-faq-v26 summary .bwhr-faq-question-text::after {
  content: none !important;
  display: none !important;
}

/* ========================================================================
   Version 2.7.0 hero enhancement
   Gives the homepage hero a stronger branded overlay, glass panel,
   service pills, and a secondary CTA while keeping CSV-powered text.
   ======================================================================== */
.bwhr-hero--home {
  position: relative;
  overflow: hidden;
}
.bwhr-hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 203, 7, .22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .12), transparent 34%),
    linear-gradient(120deg, rgba(5, 12, 24, .82) 0%, rgba(8, 20, 42, .52) 45%, rgba(9, 18, 35, .72) 100%);
  pointer-events: none;
}
.bwhr-hero--home .bwhr-hero-overlay {
  position: relative;
  background: linear-gradient(180deg, rgba(10, 20, 38, .18) 0%, rgba(5, 10, 18, .48) 100%);
}
.bwhr-hero--home .bwhr-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  padding: clamp(84px, 14vh, 130px) 20px;
}
.bwhr-hero-panel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(145deg, rgba(7, 18, 34, .54), rgba(15, 30, 55, .34));
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: 0 24px 70px rgba(7, 12, 24, .34);
  overflow: hidden;
}
.bwhr-hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 180px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 203, 7, 0), rgba(255, 203, 7, 1), rgba(255, 203, 7, 0));
}
.bwhr-hero-panel::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255, 203, 7, .18);
  background: radial-gradient(circle, rgba(255, 203, 7, .14), rgba(255, 203, 7, 0) 70%);
  pointer-events: none;
}
.bwhr-hero--home .bwhr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #ffe168 !important;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .82rem !important;
}
.bwhr-hero--home .bwhr-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--bwhr-yellow);
}
.bwhr-hero--home h1 {
  max-width: 760px;
  margin: 0 auto 16px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .34);
  line-height: .98;
}
.bwhr-hero--home .bwhr-hero-lead {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: clamp(1.06rem, 2vw, 1.26rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, .95);
}
.bwhr-hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 28px;
  max-width: 760px;
}
.bwhr-hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.bwhr-hero-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--bwhr-yellow);
  box-shadow: 0 0 0 5px rgba(255, 203, 7, .12);
}
.bwhr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
body.bwhr-csv-page .bwhr-button--ghost,
body.bwhr-csv-page .bwhr-button--ghost:visited {
  background: rgba(10, 18, 34, .3) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  box-shadow: none !important;
}
body.bwhr-csv-page .bwhr-button--ghost:hover,
body.bwhr-csv-page .bwhr-button--ghost:focus-visible {
  background: rgba(255, 255, 255, .14) !important;
  border-color: rgba(255, 255, 255, .42) !important;
  color: #fff !important;
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .bwhr-hero-panel { padding: 26px 20px; border-radius: 24px; }
  .bwhr-hero--home .bwhr-hero-content { padding-block: 72px; }
}
@media (max-width: 640px) {
  .bwhr-hero--home .bwhr-eyebrow {
    justify-content: center;
    width: 100%;
    letter-spacing: .13em;
    font-size: .74rem !important;
  }
  .bwhr-hero--home h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .bwhr-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.bwhr-csv-page .bwhr-hero-actions .bwhr-button,
  body.bwhr-csv-page .bwhr-hero-actions .bwhr-button:visited {
    width: 100%;
    justify-content: center;
  }
  .bwhr-hero-pills { gap: 10px; }
  .bwhr-hero-pill {
    width: calc(50% - 5px);
    min-width: 132px;
    padding-inline: 12px;
    font-size: .92rem;
  }
}

/* ================================================================
   v2.8.0 — Estimate form refinement, consent, and conversion details
   ================================================================ */
.bwhr-form-card--v28 {
  position: relative;
  max-width: 900px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 203, 7, .35);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}
.bwhr-form-card--v28::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #ffcb07, #ffe36b 52%, #ffcb07);
}
.bwhr-form-header-v28 {
  position: relative;
  padding: 36px 42px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 203, 7, .16), transparent 30%),
    linear-gradient(180deg, #fff, #fffdf5);
  border-bottom: 1px solid #eee8d5;
}
.bwhr-form-header-v28 h2 {
  margin: 8px 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  color: #111827;
}
.bwhr-form-header-v28 > p {
  max-width: 680px;
  margin: 0 auto;
  color: #526075;
  font-size: 1.04rem;
}
.bwhr-form-kicker-v28 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #755800;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bwhr-form-kicker-v28::before,
.bwhr-form-kicker-v28::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #ffcb07;
}
.bwhr-form-trust-v28 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
}
.bwhr-form-trust-v28 span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #263244;
  font-size: .86rem;
  font-weight: 800;
}
.bwhr-form-trust-v28 span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ffcb07;
  color: #111827;
  font-size: .72rem;
}
.bwhr-estimate-form--v28 {
  padding: 28px 42px 34px;
  gap: 15px;
}
.bwhr-estimate-form--v28 .bwhr-form-row {
  gap: 15px;
}
.bwhr-estimate-form--v28 input,
.bwhr-estimate-form--v28 select,
.bwhr-estimate-form--v28 textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #ccd3dd;
  border-radius: 12px;
  background: #f9fafb;
  color: #111827;
  font: inherit;
  font-weight: 650;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .04);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.bwhr-estimate-form--v28 select {
  padding: 0 44px 0 15px;
  appearance: auto;
}
.bwhr-estimate-form--v28 textarea {
  min-height: 112px;
  padding: 15px;
  resize: vertical;
}
.bwhr-estimate-form--v28 input:focus,
.bwhr-estimate-form--v28 select:focus,
.bwhr-estimate-form--v28 textarea:focus {
  background: #fff;
  border-color: #b58900;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 203, 7, .25);
  transform: translateY(-1px);
}
.bwhr-sms-consent-v28 {
  display: grid !important;
  grid-template-columns: 24px 1fr;
  gap: 12px !important;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid #efd77a;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffbea, #fff7cc);
  cursor: pointer;
}
.bwhr-sms-consent-v28 input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bwhr-sms-check-v28 {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border: 2px solid #7a640b;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .08);
}
.bwhr-sms-consent-v28 input:checked + .bwhr-sms-check-v28 {
  border-color: #111827;
  background: #ffcb07;
}
.bwhr-sms-consent-v28 input:checked + .bwhr-sms-check-v28::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #111827;
  font-size: .95rem;
  font-weight: 1000;
}
.bwhr-sms-consent-v28 input:focus-visible + .bwhr-sms-check-v28 {
  outline: 3px solid rgba(37, 99, 235, .35);
  outline-offset: 2px;
}
.bwhr-sms-copy-v28 {
  display: grid;
  gap: 4px;
  color: #263244;
  font-weight: 500;
  line-height: 1.45;
}
.bwhr-sms-copy-v28 strong {
  color: #111827;
  font-size: .95rem;
}
.bwhr-sms-copy-v28 > span {
  font-size: .84rem;
}
.bwhr-sms-copy-v28 small {
  color: #5e6674;
  font-size: .75rem;
  line-height: 1.45;
}
.bwhr-form-privacy-v28,
.bwhr-form-note-v28 {
  margin: 0;
  text-align: center;
  color: #667085;
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.45;
}
.bwhr-form-privacy-v28 a {
  color: #6e5600;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.bwhr-csv-page .bwhr-form-submit-v28,
body.bwhr-csv-page .bwhr-form-submit-v28:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  border: 2px solid #111827;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffcb07, #ffd83d);
  color: #111827 !important;
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: .01em;
  box-shadow: 0 8px 0 #111827, 0 16px 30px rgba(15, 23, 42, .16);
  transform: translateY(-4px);
}
body.bwhr-csv-page .bwhr-form-submit-v28:hover,
body.bwhr-csv-page .bwhr-form-submit-v28:focus-visible {
  background: #111827;
  color: #ffcb07 !important;
  box-shadow: 0 5px 0 #8c7000, 0 14px 28px rgba(15, 23, 42, .22);
  transform: translateY(-1px);
}
body.bwhr-csv-page .bwhr-form-submit-v28 span:last-child {
  font-size: 1.35rem;
  line-height: 1;
  transition: transform .2s ease;
}
body.bwhr-csv-page .bwhr-form-submit-v28:hover span:last-child {
  transform: translateX(4px);
}

@media (max-width: 760px) {
  .bwhr-form-card--v28 { border-radius: 18px; }
  .bwhr-form-header-v28 { padding: 30px 22px 22px; }
  .bwhr-form-header-v28 h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
  .bwhr-form-trust-v28 { gap: 9px 12px; }
  .bwhr-form-trust-v28 span { font-size: .78rem; }
  .bwhr-estimate-form--v28 { padding: 22px 20px 28px; }
  .bwhr-estimate-form--v28 .bwhr-form-row { grid-template-columns: 1fr; }
  .bwhr-sms-consent-v28 { padding: 14px; }
}

/* =========================================================
   v2.8.1 — Visible legal links in estimate form
   ========================================================= */
body.bwhr-csv-page .bwhr-form-privacy-v28 a,
body.bwhr-csv-page .bwhr-form-privacy-v28 a:visited {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffcb07;
  color: #0f172a !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(15, 23, 42, .22);
  transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
body.bwhr-csv-page .bwhr-form-privacy-v28 a:hover,
body.bwhr-csv-page .bwhr-form-privacy-v28 a:focus-visible {
  background: #0f172a;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, .2);
}
body.bwhr-csv-page .bwhr-form-privacy-v28 a:focus-visible {
  outline: 3px solid rgba(255, 203, 7, .5);
  outline-offset: 3px;
}

/* ========================================================================
   Version 2.9.0 — featured Republic, Missouri service-area cards
   ======================================================================== */
.bwhr-community--home .bwhr-state-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  gap: 18px;
}
body.bwhr-csv-page .bwhr-state-card--service-area,
body.bwhr-csv-page .bwhr-state-card--service-area:visited {
  position: relative;
  border-color: rgba(250, 204, 21, .95);
  background:
    linear-gradient(135deg, rgba(250, 204, 21, .11), transparent 58%),
    #121212 !important;
}
.bwhr-state-card--service-area .bwhr-state-card-abbr {
  background: #fff3b0;
  box-shadow: 0 8px 20px rgba(250, 204, 21, .26);
}
.bwhr-state-card-type {
  position: absolute;
  top: 10px;
  right: 11px;
  padding: 4px 7px;
  border: 1px solid rgba(250, 204, 21, .55);
  border-radius: 999px;
  background: rgba(250, 204, 21, .1);
  color: #fde68a;
  font-size: .58rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.bwhr-home-office-card--service-area {
  border-color: rgba(250, 204, 21, .55);
  border-top-color: #facc15;
  background:
    radial-gradient(circle at 100% 0, rgba(250, 204, 21, .2), transparent 34%),
    linear-gradient(180deg, #fffdf4 0%, #fff 76%);
}
.bwhr-home-office-card--service-area:hover {
  border-color: #facc15;
  border-top-color: #111827;
}
.bwhr-home-office-type {
  display: inline-flex;
  align-self: flex-start;
  margin: -5px 0 17px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #111827;
  color: #facc15;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}
.bwhr-home-service-area-summary {
  min-height: 0;
  margin-bottom: 12px;
}
.bwhr-home-service-area-summary > span {
  color: #d09b00;
  font-size: .7rem;
}
.bwhr-home-service-area-note {
  margin: 0 0 22px;
  padding: 12px 14px;
  border-left: 3px solid #facc15;
  border-radius: 0 8px 8px 0;
  background: #fff8d8;
  color: #5b6472;
  font-size: .82rem;
  line-height: 1.5;
}
.bwhr-home-office-card--service-area .bwhr-home-office-actions {
  margin-top: auto;
}
@media (max-width: 920px) {
  .bwhr-community--home .bwhr-state-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .bwhr-community--home .bwhr-state-card-grid {
    grid-template-columns: 1fr;
  }
  .bwhr-state-card-type {
    top: 9px;
    right: 10px;
  }
}


/* ========================================================================
   Version 2.9.1 — compact Republic service-area card
   ======================================================================== */
.bwhr-home-office-card--service-area {
  min-height: 258px;
  background:
    radial-gradient(circle at 100% 0, rgba(250, 204, 21, .16), transparent 34%),
    linear-gradient(180deg, #fffdf5 0%, #fff 72%);
}
.bwhr-home-office-card--service-area .bwhr-home-office-card-head {
  margin-bottom: 0;
}
.bwhr-home-office-card--service-area .bwhr-home-office-state {
  background: var(--bwhr-yellow);
  color: #111827;
}
.bwhr-home-service-area-actions {
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}
body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-office-phone,
body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-office-phone:visited {
  justify-content: center;
  width: 100%;
  white-space: nowrap;
}
body.bwhr-csv-page .bwhr-home-service-area-link,
body.bwhr-csv-page .bwhr-home-service-area-link:visited {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 54px;
  padding: 8px 14px;
  border: 2px solid #111827;
  border-radius: 10px;
  background: var(--bwhr-yellow);
  color: #111827 !important;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
body.bwhr-csv-page .bwhr-home-service-area-link > span {
  display: block;
}
body.bwhr-csv-page .bwhr-home-service-area-link:hover,
body.bwhr-csv-page .bwhr-home-service-area-link:focus-visible {
  background: #111827;
  color: var(--bwhr-yellow) !important;
  text-decoration: none;
}
@media (max-width: 520px) {
  .bwhr-home-office-card--service-area {
    min-height: 230px;
  }
}


/* ========================================================================
   Version 2.9.2 — align Republic contact row with office cards
   ======================================================================== */
.bwhr-home-office-card--service-area .bwhr-home-service-area-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}
body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-office-phone,
body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-office-phone:visited {
  justify-content: center;
  width: auto;
  min-width: 0;
  white-space: nowrap;
}
body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-service-area-link,
body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-service-area-link:visited {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 5px 10px;
  font-size: .82rem;
  line-height: 1.08;
}
@media (max-width: 520px) {
  .bwhr-home-office-card--service-area .bwhr-home-service-area-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-office-phone,
  body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-office-phone:visited,
  body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-service-area-link,
  body.bwhr-csv-page .bwhr-home-service-area-actions .bwhr-home-service-area-link:visited {
    width: 100%;
  }
}


/* ================================================================
   Version 2.10.0 — premium customer stories and conversion callout
   ================================================================ */
.bwhr-reviews-v210 {
  position: relative;
  overflow: hidden;
  padding: 86px 0 94px;
  background:
    radial-gradient(circle at 8% 12%, rgba(250, 204, 21, .24), transparent 23rem),
    radial-gradient(circle at 92% 82%, rgba(15, 23, 42, .08), transparent 25rem),
    linear-gradient(145deg, #fffdf2 0%, #f8fafc 48%, #fff8d2 100%);
}
.bwhr-reviews-v210::before,
.bwhr-reviews-v210::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.bwhr-reviews-v210::before {
  width: 220px;
  height: 220px;
  top: -125px;
  right: 8%;
  border: 35px solid rgba(250, 204, 21, .16);
}
.bwhr-reviews-v210::after {
  width: 120px;
  height: 120px;
  bottom: -72px;
  left: 6%;
  background: rgba(15, 23, 42, .045);
}
.bwhr-review-header-v210 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}
.bwhr-section-kicker-v210,
.bwhr-callout-kicker-v210 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #8a6200;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.bwhr-section-kicker-v210::before,
.bwhr-section-kicker-v210::after,
.bwhr-callout-kicker-v210::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: #facc15;
}
.bwhr-review-header-v210 h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.35rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.bwhr-reviews-v210 .bwhr-review-header-v210 .bwhr-lead {
  max-width: 680px;
  margin: 17px auto 0;
  color: #526174;
  font-size: 1.12rem;
  line-height: 1.7;
}
.bwhr-review-grid-v210 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.bwhr-review-grid-v210 .bwhr-review-card-v210 {
  position: relative;
  isolation: isolate;
  min-height: 350px;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-top: 6px solid #facc15;
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  color: #0f172a;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .11);
  text-align: left;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.bwhr-review-grid-v210 .bwhr-review-card-v210:hover {
  transform: translateY(-8px);
  border-color: rgba(250, 204, 21, .75);
  box-shadow: 0 30px 65px rgba(15, 23, 42, .17);
}
.bwhr-review-grid-v210 .bwhr-review-card-v210.is-featured {
  transform: translateY(-12px);
  border-color: #facc15;
  background: linear-gradient(150deg, #111827, #172033);
  color: #fff;
  box-shadow: 0 28px 68px rgba(15, 23, 42, .25);
}
.bwhr-review-grid-v210 .bwhr-review-card-v210.is-featured:hover { transform: translateY(-18px); }
.bwhr-review-quote-v210 {
  position: absolute;
  z-index: -1;
  top: 8px;
  right: 18px;
  color: rgba(250, 204, 21, .16);
  font-family: Georgia, serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}
.bwhr-review-top-v210 {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bwhr-review-avatar-v210 {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border: 3px solid #facc15;
  border-radius: 50%;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .2);
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .05em;
}
.bwhr-review-card-v210.is-featured .bwhr-review-avatar-v210 {
  background: #facc15;
  color: #0f172a;
}
.bwhr-review-grid-v210 .bwhr-stars {
  color: #f5b800;
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: .07em;
}
.bwhr-review-type-v210 {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bwhr-review-card-v210.is-featured .bwhr-review-type-v210 { color: #cbd5e1; }
.bwhr-review-grid-v210 .bwhr-review-copy-v210 {
  margin: 28px 0 30px;
  color: #334155;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 620;
  line-height: 1.72;
}
.bwhr-review-grid-v210 .bwhr-review-card-v210.is-featured .bwhr-review-copy-v210 { color: #f8fafc; }
.bwhr-review-footer-v210 {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(15, 23, 42, .1);
}
.bwhr-review-card-v210.is-featured .bwhr-review-footer-v210 { border-color: rgba(255, 255, 255, .16); }
.bwhr-review-grid-v210 .bwhr-review-footer-v210 cite {
  color: inherit;
  font-size: .98rem;
  font-style: normal;
  font-weight: 950;
}
.bwhr-review-location-v210 {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff5bf;
  color: #765400;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}
.bwhr-review-card-v210.is-featured .bwhr-review-location-v210 {
  background: #facc15;
  color: #0f172a;
}

.bwhr-callout-v210 {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    linear-gradient(115deg, rgba(250, 204, 21, .08), transparent 45%),
    linear-gradient(145deg, #0b1220, #111827 58%, #182237);
  text-align: left;
}
.bwhr-callout-v210::before {
  content: "BW";
  position: absolute;
  right: -30px;
  bottom: -95px;
  color: rgba(250, 204, 21, .055);
  font-size: 18rem;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -.12em;
  pointer-events: none;
}
.bwhr-callout-shell-v210 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .65fr);
  gap: 38px;
  align-items: stretch;
}
.bwhr-callout-copy-v210 {
  padding: 18px 12px 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bwhr-callout-kicker-v210 { color: #facc15; }
.bwhr-callout-v210 .bwhr-callout-copy-v210 h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 4.4vw, 4.25rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-align: left;
}
.bwhr-callout-v210 .bwhr-callout-copy-v210 > p {
  max-width: 700px;
  margin: 22px 0 0;
  color: #cbd5e1;
  font-size: 1.12rem;
  line-height: 1.7;
}
.bwhr-callout-trust-v210 {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bwhr-callout-trust-v210 span {
  padding: 9px 13px;
  border: 1px solid rgba(250, 204, 21, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #f8fafc;
  font-size: .82rem;
  font-weight: 850;
}
.bwhr-callout-actions-v210 {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(250, 204, 21, .55);
  border-radius: 24px;
  background: linear-gradient(145deg, #facc15, #ffb900);
  color: #0f172a;
  box-shadow: 18px 18px 0 rgba(250, 204, 21, .11), 0 28px 60px rgba(0, 0, 0, .28);
}
.bwhr-callout-action-label-v210 {
  margin-bottom: 12px;
  color: #3f3000;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.bwhr-csv-page .bwhr-callout-phone-v210,
body.bwhr-csv-page .bwhr-callout-phone-v210:visited {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px 18px;
  border: 2px solid #0f172a;
  border-radius: 13px;
  background: #0f172a;
  color: #fff !important;
  font-size: 1.25rem;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .22);
}
.bwhr-callout-phone-v210 span { color: #facc15; }
body.bwhr-csv-page .bwhr-callout-estimate-v210,
body.bwhr-csv-page .bwhr-callout-estimate-v210:visited {
  margin-top: 12px;
  padding: 14px 17px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 2px solid #0f172a;
  border-radius: 13px;
  background: transparent;
  color: #0f172a !important;
  font-weight: 950;
  text-decoration: none;
}
body.bwhr-csv-page .bwhr-callout-phone-v210:hover,
body.bwhr-csv-page .bwhr-callout-phone-v210:focus-visible,
body.bwhr-csv-page .bwhr-callout-estimate-v210:hover,
body.bwhr-csv-page .bwhr-callout-estimate-v210:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 25px rgba(15, 23, 42, .24);
}
.bwhr-callout-actions-v210 small {
  margin-top: 15px;
  color: #493800;
  font-size: .78rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .bwhr-review-grid-v210 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bwhr-review-grid-v210 .bwhr-review-card-v210.is-featured { transform: none; }
  .bwhr-review-grid-v210 .bwhr-review-card-v210.is-featured:hover { transform: translateY(-8px); }
  .bwhr-callout-shell-v210 { grid-template-columns: 1fr; }
  .bwhr-callout-copy-v210 { padding-right: 0; }
  .bwhr-callout-actions-v210 { max-width: 620px; }
}
@media (max-width: 680px) {
  .bwhr-reviews-v210 { padding: 64px 0 70px; }
  .bwhr-review-header-v210 { margin-bottom: 30px; }
  .bwhr-review-header-v210 h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .bwhr-review-grid-v210 { grid-template-columns: 1fr; gap: 18px; }
  .bwhr-review-grid-v210 .bwhr-review-card-v210 { min-height: 0; padding: 24px 20px; }
  .bwhr-review-footer-v210 { align-items: flex-start; flex-direction: column; }
  .bwhr-review-location-v210 { white-space: normal; }
  .bwhr-callout-v210 { padding: 54px 0; }
  .bwhr-callout-v210 .bwhr-callout-copy-v210 h2 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
  .bwhr-callout-trust-v210 { display: grid; grid-template-columns: 1fr; }
  .bwhr-callout-actions-v210 { padding: 22px; border-radius: 18px; box-shadow: 10px 10px 0 rgba(250, 204, 21, .11); }
}


/* Version 2.10.2: reviewer locations are intentionally hidden until the expanded review carousel is added. */
.bwhr-review-footer-v210 { justify-content: flex-start; }


/* ========================================================================
   Version 2.10.3 mobile hero refinement
   Keeps the layered homepage image treatment while making the mobile hero
   shorter, cleaner, and easier to scan inside narrow Customizer viewports.
   ======================================================================== */
@media (max-width: 640px) {
  .bwhr-hero--home {
    min-height: 0;
    animation: none;
    background-position: 56% center;
  }
  .bwhr-hero--home::before {
    background:
      linear-gradient(180deg, rgba(7, 15, 29, .46) 0%, rgba(7, 15, 29, .72) 48%, rgba(4, 10, 20, .86) 100%);
  }
  .bwhr-hero--home .bwhr-hero-overlay {
    min-height: 0;
    background: transparent;
  }
  .bwhr-hero--home .bwhr-hero-content {
    width: min(100% - 24px, 520px);
    padding: 34px 0 40px;
  }
  .bwhr-hero-panel {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 18px 20px;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, .2);
    background: linear-gradient(155deg, rgba(8, 18, 34, .88), rgba(18, 35, 60, .72));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 20px 42px rgba(0, 0, 0, .34);
  }
  .bwhr-hero-panel::before {
    width: 112px;
    height: 3px;
  }
  .bwhr-hero-panel::after {
    right: -90px;
    bottom: -110px;
    width: 210px;
    height: 210px;
  }
  .bwhr-hero--home .bwhr-eyebrow {
    width: auto;
    max-width: 100%;
    margin: 0 0 11px;
    padding: 0;
    display: block;
    background: transparent;
    letter-spacing: .12em;
    font-size: .67rem !important;
    line-height: 1.45;
    text-align: center;
  }
  .bwhr-hero--home .bwhr-eyebrow::before { display: none; }
  .bwhr-hero--home h1 {
    max-width: 330px;
    margin: 0 auto 13px;
    font-size: clamp(2.05rem, 10.2vw, 2.7rem);
    line-height: 1.02;
    letter-spacing: -.035em;
    text-wrap: balance;
  }
  .bwhr-hero--home .bwhr-hero-lead {
    max-width: 330px;
    margin: 0 auto 18px;
    font-size: .98rem;
    line-height: 1.55;
  }
  .bwhr-hero-pills {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .bwhr-hero-pill {
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 8px 9px;
    justify-content: flex-start;
    border-radius: 12px;
    font-size: .79rem;
    line-height: 1.22;
    text-align: left;
    background: rgba(255, 255, 255, .08);
  }
  .bwhr-hero-pill::before {
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    box-shadow: 0 0 0 4px rgba(255, 203, 7, .11);
  }
  .bwhr-hero-actions {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }
  body.bwhr-csv-page .bwhr-hero-actions .bwhr-button,
  body.bwhr-csv-page .bwhr-hero-actions .bwhr-button:visited {
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 13px;
    font-size: .96rem;
    line-height: 1.2;
  }
  body.bwhr-csv-page .bwhr-hero-actions .bwhr-button--ghost,
  body.bwhr-csv-page .bwhr-hero-actions .bwhr-button--ghost:visited {
    min-height: 44px;
    background: rgba(255, 255, 255, .07) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .42) !important;
    box-shadow: none !important;
  }
}

@media (max-width: 390px) {
  .bwhr-hero--home .bwhr-hero-content { width: min(100% - 18px, 500px); }
  .bwhr-hero-panel { padding-inline: 15px; }
  .bwhr-hero--home h1 { font-size: clamp(1.92rem, 10.5vw, 2.35rem); }
  .bwhr-hero--home .bwhr-hero-lead { font-size: .93rem; }
  .bwhr-hero-pill { font-size: .75rem; padding-inline: 8px; }
}

/* ========================================================================
   Version 2.12: dedicated homepage composition
   ======================================================================== */
.bwhr-home-section-heading-v212 {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}
.bwhr-home-section-heading-v212 .bwhr-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #8a6500;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.bwhr-home-section-heading-v212 .bwhr-section-kicker::before,
.bwhr-home-section-heading-v212 .bwhr-section-kicker::after {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--bwhr-yellow);
}
.bwhr-home-section-heading-v212--light h2,
.bwhr-home-section-heading-v212--light .bwhr-lead { color: #fff; }
.bwhr-home-section-heading-v212--light .bwhr-section-kicker { color: var(--bwhr-yellow); }

.bwhr-home-trust-strip-v212 {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(17,24,39,.08);
}
.bwhr-home-trust-strip-grid-v212 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.bwhr-home-trust-strip-item-v212 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border-right: 1px solid #e5e7eb;
}
.bwhr-home-trust-strip-item-v212:last-child { border-right: 0; }
.bwhr-home-trust-strip-icon-v212 {
  flex: 0 0 58px;
  width: 58px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff8cf;
  color: var(--bwhr-ink);
}
.bwhr-home-trust-strip-icon-v212 img {
  max-width: 52px;
  max-height: 42px;
  object-fit: contain;
}
.bwhr-home-trust-strip-icon-v212 svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-home-trust-strip-item-v212 strong {
  display: block;
  font-size: .96rem;
  line-height: 1.2;
}
.bwhr-home-trust-strip-item-v212 small {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  color: var(--bwhr-muted);
  font-size: .78rem;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bwhr-home-services-v212 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(250,204,21,.16), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.bwhr-home-services-v212::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 34px solid rgba(250,204,21,.12);
  border-radius: 50%;
  pointer-events: none;
}
.bwhr-home-services-v212 .bwhr-card-grid { position: relative; z-index: 1; }

.bwhr-home-locations-v212 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(250,204,21,.15), transparent 28%),
    #0f172a;
}
.bwhr-home-locations-v212::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}
.bwhr-home-locations-v212 .bwhr-container { position: relative; z-index: 1; }
.bwhr-home-location-filters-v212 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 30px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  overflow-x: auto;
  scrollbar-width: none;
}
.bwhr-home-location-filters-v212::-webkit-scrollbar { display: none; }
.bwhr-home-location-filters-v212 button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.bwhr-home-location-filters-v212 button:hover,
.bwhr-home-location-filters-v212 button:focus-visible,
.bwhr-home-location-filters-v212 button.is-active {
  background: var(--bwhr-yellow);
  color: var(--bwhr-ink);
  transform: translateY(-1px);
  outline: none;
}
.bwhr-home-office-grid-v212 {
  align-items: stretch;
}
.bwhr-home-office-grid-v212 .bwhr-home-office-card {
  transition: opacity .2s ease, transform .2s ease;
}
.bwhr-home-office-grid-v212 .bwhr-home-office-card[hidden] { display: none !important; }
.bwhr-home-office-grid-v212 .bwhr-home-office-card:hover { transform: translateY(-6px); }

.bwhr-home-story-v212 {
  background:
    linear-gradient(120deg, rgba(250,204,21,.08), transparent 35%),
    #fff;
}
.bwhr-home-story-layout-v212 {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  grid-template-areas:
    "media copy"
    "media proof";
  gap: 24px 38px;
  align-items: stretch;
}
.bwhr-home-story-media-v212 {
  grid-area: media;
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 26px;
  background-image: linear-gradient(180deg, rgba(15,23,42,.1), rgba(15,23,42,.82)), var(--story-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 60px rgba(15,23,42,.2);
}
.bwhr-home-story-media-v212::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(250,204,21,.65);
  border-radius: 18px;
}
.bwhr-home-story-media-copy-v212 {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  z-index: 1;
  color: #fff;
}
.bwhr-home-story-media-copy-v212 span {
  display: block;
  margin-bottom: 8px;
  color: var(--bwhr-yellow);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bwhr-home-story-media-copy-v212 strong {
  display: block;
  max-width: 460px;
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  line-height: 1.12;
}
.bwhr-home-story-copy-v212 {
  grid-area: copy;
  padding: 28px 10px 0;
}
.bwhr-home-story-copy-v212 h2 {
  margin: 8px 0 18px;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  line-height: 1.05;
}
.bwhr-home-story-copy-v212 p { color: var(--bwhr-ink-soft); }
.bwhr-home-story-proof-v212 {
  grid-area: proof;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.bwhr-home-story-proof-v212 article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
}
.bwhr-home-story-proof-number-v212 {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--bwhr-yellow);
  color: var(--bwhr-ink);
  font-size: .8rem;
  font-weight: 900;
}
.bwhr-home-story-proof-v212 h3 { margin: 0 0 5px; font-size: 1rem; }
.bwhr-home-story-proof-v212 p { margin: 0; color: var(--bwhr-muted); font-size: .88rem; line-height: 1.45; }

.bwhr-home-projects-v212 {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}
.bwhr-home-project-grid-v212 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}
.bwhr-home-project-card-v212 {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.1);
  transition: transform .22s ease, box-shadow .22s ease;
}
.bwhr-home-project-card-v212:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 58px rgba(15,23,42,.16);
}
.bwhr-home-project-image-v212 {
  position: relative;
  min-height: 245px;
  background-image: linear-gradient(180deg, rgba(15,23,42,.04), rgba(15,23,42,.72)), var(--project-image);
  background-size: cover;
  background-position: center;
}
.bwhr-home-project-image-v212 span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bwhr-yellow);
  color: var(--bwhr-ink);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bwhr-home-project-copy-v212 { padding: 24px; }
.bwhr-home-project-copy-v212 h3 { margin: 0 0 12px; font-size: 1.45rem; line-height: 1.15; }
.bwhr-home-project-copy-v212 p { margin: 0 0 12px; color: var(--bwhr-ink-soft); }
.bwhr-home-project-copy-v212 small { display: block; margin-bottom: 18px; color: var(--bwhr-muted); line-height: 1.45; }
.bwhr-home-project-copy-v212 a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6f5200;
  font-weight: 900;
  text-decoration: none;
}
.bwhr-home-project-copy-v212 a:hover { color: #111827; }

.bwhr-home-final-cta-v212 {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background:
    radial-gradient(circle at 92% 15%, rgba(250,204,21,.2), transparent 24%),
    #0f172a;
  color: #fff;
}
.bwhr-home-final-cta-v212::before {
  content: "BW";
  position: absolute;
  right: -30px;
  bottom: -90px;
  color: rgba(255,255,255,.035);
  font-size: 16rem;
  font-weight: 900;
  line-height: 1;
}
.bwhr-home-final-cta-shell-v212 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
  gap: 40px;
  align-items: center;
}
.bwhr-home-final-cta-v212 h2 {
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(2.2rem, 4.7vw, 4rem);
  line-height: 1.04;
}
.bwhr-home-final-cta-v212 p { max-width: 720px; color: #d7dee8; font-size: 1.08rem; }
.bwhr-home-final-trust-v212 { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.bwhr-home-final-trust-v212 span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
}
.bwhr-home-final-actions-v212 {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}
.bwhr-home-final-phone-v212 {
  display: block;
  padding: 17px 18px;
  border-radius: 14px;
  background: #fff;
  color: var(--bwhr-ink);
  text-align: center;
  text-decoration: none;
}
.bwhr-home-final-phone-v212 small { display: block; color: var(--bwhr-muted); font-weight: 800; }
.bwhr-home-final-phone-v212 strong { display: block; margin-top: 3px; font-size: 1.42rem; line-height: 1.15; }
.bwhr-home-final-actions-v212 .bwhr-button { width: 100%; }

@media (max-width: 1020px) {
  .bwhr-home-trust-strip-grid-v212 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bwhr-home-trust-strip-item-v212:nth-child(2) { border-right: 0; }
  .bwhr-home-story-layout-v212 {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "copy" "proof";
  }
  .bwhr-home-story-media-v212 { min-height: 440px; }
  .bwhr-home-project-grid-v212 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bwhr-home-project-card-v212:last-child { grid-column: 1 / -1; max-width: 580px; width: 100%; margin-inline: auto; }
}

@media (max-width: 760px) {
  .bwhr-home-trust-strip-v212 { padding: 12px 0; }
  .bwhr-home-trust-strip-grid-v212 { grid-template-columns: 1fr 1fr; gap: 5px; }
  .bwhr-home-trust-strip-item-v212 { gap: 9px; padding: 9px 7px; border-right: 0; }
  .bwhr-home-trust-strip-icon-v212 { flex-basis: 42px; width: 42px; height: 40px; border-radius: 9px; }
  .bwhr-home-trust-strip-icon-v212 img { max-width: 38px; max-height: 32px; }
  .bwhr-home-trust-strip-icon-v212 svg { width: 22px; height: 22px; }
  .bwhr-home-trust-strip-item-v212 strong { font-size: .78rem; }
  .bwhr-home-trust-strip-item-v212 small { display: none; }
  .bwhr-home-location-filters-v212 { justify-content: flex-start; border-radius: 16px; }
  .bwhr-home-office-grid-v212 { grid-template-columns: 1fr; }
  .bwhr-home-story-media-v212 { min-height: 330px; border-radius: 20px; }
  .bwhr-home-story-media-v212::before { inset: 12px; }
  .bwhr-home-story-media-copy-v212 { left: 24px; right: 24px; bottom: 22px; }
  .bwhr-home-story-copy-v212 { padding: 8px 0 0; }
  .bwhr-home-story-proof-v212 { grid-template-columns: 1fr; }
  .bwhr-home-project-grid-v212 { grid-template-columns: 1fr; }
  .bwhr-home-project-card-v212:last-child { grid-column: auto; max-width: none; }
  .bwhr-home-project-image-v212 { min-height: 215px; }
  .bwhr-home-final-cta-shell-v212 { grid-template-columns: 1fr; gap: 26px; }
  .bwhr-home-final-cta-v212 { padding: 60px 0; }
}


/* ========================================================================
   Version 2.13.0 — homepage trust rail, mobile location selector, CTA contrast
   ======================================================================== */
.bwhr-home-trust-strip-v212 {
  padding: 18px 0;
  border-top: 4px solid var(--bwhr-yellow);
  border-bottom: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(250,204,21,.15), transparent 26%),
    #0f172a;
  box-shadow: 0 18px 38px rgba(15,23,42,.2);
}
.bwhr-home-trust-strip-grid-v212 {
  gap: 12px;
}
.bwhr-home-trust-strip-item-v212 {
  position: relative;
  min-height: 92px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-right: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 28px rgba(0,0,0,.16);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.bwhr-home-trust-strip-item-v212::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--bwhr-yellow);
  opacity: .9;
}
.bwhr-home-trust-strip-item-v212:hover {
  transform: translateY(-3px);
  border-color: rgba(250,204,21,.55);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
}
.bwhr-home-trust-strip-icon-v212 {
  flex-basis: 64px;
  width: 64px;
  height: 58px;
  border: 1px solid rgba(250,204,21,.45);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.bwhr-home-trust-strip-icon-v212 img {
  max-width: 56px;
  max-height: 46px;
}
.bwhr-home-trust-monogram-v213 {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #ffe55c, #facc15);
  color: #0f172a;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: .04em;
}
.bwhr-home-trust-strip-copy-v213 {
  min-width: 0;
}
.bwhr-home-trust-strip-item-v212 strong {
  color: #fff;
  font-size: .98rem;
}
.bwhr-home-trust-strip-item-v212 small {
  color: #cbd5e1;
  font-size: .76rem;
}

.bwhr-home-location-select-v213 {
  display: none;
}

body.bwhr-csv-page .bwhr-home-final-phone-v212,
body.bwhr-csv-page .bwhr-home-final-phone-v212:visited {
  border: 2px solid var(--bwhr-yellow);
  background: #fff;
  color: #0f172a !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}
body.bwhr-csv-page .bwhr-home-final-phone-v212 small,
body.bwhr-csv-page .bwhr-home-final-phone-v212:visited small {
  color: #475569 !important;
}
body.bwhr-csv-page .bwhr-home-final-phone-v212 strong,
body.bwhr-csv-page .bwhr-home-final-phone-v212:visited strong {
  color: #0f172a !important;
}
body.bwhr-csv-page .bwhr-home-final-phone-v212:hover,
body.bwhr-csv-page .bwhr-home-final-phone-v212:focus-visible {
  background: var(--bwhr-yellow);
  color: #0f172a !important;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .bwhr-home-trust-strip-v212 {
    padding: 14px 0 16px;
  }
  .bwhr-home-trust-strip-grid-v212 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(216px, 76vw);
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 18px 8px;
    margin-inline: -18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .bwhr-home-trust-strip-grid-v212::-webkit-scrollbar { display: none; }
  .bwhr-home-trust-strip-item-v212 {
    min-height: 82px;
    gap: 11px;
    padding: 11px 12px;
    scroll-snap-align: start;
  }
  .bwhr-home-trust-strip-icon-v212 {
    flex-basis: 54px;
    width: 54px;
    height: 50px;
  }
  .bwhr-home-trust-strip-icon-v212 img {
    max-width: 48px;
    max-height: 39px;
  }
  .bwhr-home-trust-strip-item-v212 strong { font-size: .88rem; }
  .bwhr-home-trust-strip-item-v212 small {
    display: -webkit-box;
    font-size: .7rem;
    -webkit-line-clamp: 2;
  }

  .bwhr-home-location-filters-v212 {
    display: none;
  }
  .bwhr-home-location-select-v213 {
    display: block;
    max-width: 520px;
    margin: 0 auto 24px;
  }
  .bwhr-home-location-select-v213 label {
    display: block;
    margin: 0 0 8px;
    color: #f8fafc;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .bwhr-home-location-select-control-v213 {
    position: relative;
  }
  .bwhr-home-location-select-control-v213::after {
    content: "⌄";
    position: absolute;
    top: 50%;
    right: 17px;
    color: #0f172a;
    font-size: 1.3rem;
    font-weight: 950;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-58%);
  }
  .bwhr-home-location-select-v213 select {
    width: 100%;
    min-height: 56px;
    padding: 12px 48px 12px 16px;
    border: 2px solid var(--bwhr-yellow);
    border-radius: 14px;
    appearance: none;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 12px 28px rgba(0,0,0,.2);
    font: inherit;
    font-size: 1rem;
    font-weight: 850;
  }
  .bwhr-home-location-select-v213 select:focus {
    outline: 3px solid rgba(250,204,21,.32);
    outline-offset: 3px;
  }
  .bwhr-home-office-grid-v212 {
    margin-top: 0;
  }
}

/* ========================================================================
   Version 2.14.0 — compact estimate form, cleaner credential grid,
   aligned mobile reassurance points, and de-duplicated company story
   ======================================================================== */

/* The credentials appear once, directly below the hero. */
.bwhr-home-trust-strip-v212 {
  padding: 18px 0;
  border-top: 4px solid var(--bwhr-yellow);
  border-bottom: 1px solid #e2e8f0;
  background:
    radial-gradient(circle at 8% 0%, rgba(250,204,21,.11), transparent 30%),
    #f8fafc;
}
.bwhr-home-trust-strip-grid-v212 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.bwhr-home-trust-strip-item-v212 {
  min-width: 0;
  min-height: 94px;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dfe5ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15,23,42,.08);
  color: #0f172a;
}
.bwhr-home-trust-strip-item-v212::after { display: none; }
.bwhr-home-trust-strip-item-v212:hover {
  border-color: rgba(250,204,21,.9);
  background: #fffdf4;
  box-shadow: 0 15px 34px rgba(15,23,42,.12);
  transform: translateY(-3px);
}
.bwhr-home-trust-strip-icon-v212 {
  width: 58px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #f1df92;
  border-radius: 12px;
  background: #fffbea;
  box-shadow: none;
}
.bwhr-home-trust-strip-icon-v212 img {
  max-width: 52px;
  max-height: 42px;
  object-fit: contain;
}
.bwhr-home-trust-strip-icon-v212 svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #0f172a;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bwhr-home-trust-strip-item-v212 strong {
  display: block;
  color: #0f172a;
  font-size: .94rem;
  line-height: 1.18;
}
.bwhr-home-trust-strip-item-v212 small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: .72rem;
  line-height: 1.28;
}

/* The company-story section no longer repeats the four credential cards. */
.bwhr-home-story-layout-v212 {
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  grid-template-areas: "media copy";
  align-items: center;
}
.bwhr-home-story-copy-v212 { padding: 24px 10px; }

/* A slightly tighter form that still preserves comfortable touch targets. */
.bwhr-form-header-v28 { padding: 28px 34px 20px; }
.bwhr-form-header-v28 h2 { font-size: clamp(2rem, 4vw, 2.75rem); }
.bwhr-form-trust-v28 { margin-top: 16px; }
.bwhr-estimate-form--v28 {
  padding: 22px 36px 28px;
  gap: 12px;
}
.bwhr-estimate-form--v28 .bwhr-form-row { gap: 12px; }
.bwhr-estimate-form--v28 input,
.bwhr-estimate-form--v28 select,
.bwhr-estimate-form--v28 textarea {
  min-height: 48px;
  border-radius: 10px;
  font-size: .94rem;
}
.bwhr-estimate-form--v28 input { padding: 0 14px; }
.bwhr-estimate-form--v28 select { padding: 0 40px 0 14px; }
.bwhr-estimate-form--v28 textarea {
  min-height: 96px;
  padding: 13px 14px;
}
.bwhr-sms-consent-v28 { padding: 14px 16px; }
body.bwhr-csv-page .bwhr-form-submit-v28,
body.bwhr-csv-page .bwhr-form-submit-v28:visited { min-height: 52px; }

/* Project cards now show visitor-facing copy only. */
.bwhr-home-project-copy-v212 p { margin-bottom: 18px; }

@media (max-width: 1020px) {
  .bwhr-home-trust-strip-grid-v212 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bwhr-home-story-layout-v212 {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "copy";
  }
}

@media (max-width: 760px) {
  .bwhr-home-trust-strip-v212 { padding: 12px 0 14px; }
  .bwhr-home-trust-strip-grid-v212 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 9px;
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .bwhr-home-trust-strip-item-v212 {
    min-width: 0;
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 11px 8px;
    text-align: center;
    scroll-snap-align: none;
  }
  .bwhr-home-trust-strip-icon-v212 {
    flex-basis: auto;
    width: 54px;
    height: 44px;
    margin: 0 auto;
  }
  .bwhr-home-trust-strip-icon-v212 img {
    max-width: 49px;
    max-height: 37px;
  }
  .bwhr-home-trust-strip-icon-v212 svg { width: 25px; height: 25px; }
  .bwhr-home-trust-strip-item-v212 strong {
    font-size: .76rem;
    line-height: 1.14;
  }
  .bwhr-home-trust-strip-item-v212 small { display: none; }

  .bwhr-form-header-v28 { padding: 24px 18px 18px; }
  .bwhr-form-header-v28 h2 { font-size: clamp(1.8rem, 8.5vw, 2.2rem); }
  .bwhr-form-header-v28 > p { font-size: .94rem; }
  .bwhr-form-trust-v28 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    max-width: 270px;
    margin: 15px auto 0;
  }
  .bwhr-form-trust-v28 span {
    display: grid;
    grid-template-columns: 20px minmax(0,1fr);
    align-items: center;
    gap: 8px;
    width: 100%;
    color: #263244;
    font-size: .78rem;
    line-height: 1.25;
    text-align: left;
  }
  .bwhr-form-trust-v28 span::before {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .bwhr-estimate-form--v28 {
    padding: 18px 16px 23px;
    gap: 11px;
  }
  .bwhr-estimate-form--v28 input,
  .bwhr-estimate-form--v28 select,
  .bwhr-estimate-form--v28 textarea {
    min-height: 46px;
    font-size: .92rem;
  }
  .bwhr-estimate-form--v28 textarea { min-height: 88px; }
  .bwhr-sms-consent-v28 { padding: 12px; }
  .bwhr-sms-copy-v28 strong { font-size: .88rem; }
  .bwhr-sms-copy-v28 > span { font-size: .78rem; }
  .bwhr-sms-copy-v28 small { font-size: .7rem; }

  .bwhr-home-location-select-v213 select {
    min-height: 52px;
    padding-inline: 14px 42px;
    font-size: .94rem;
  }
}

/* v2.15.0 — Required estimate-text consent */
.bwhr-required-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #101827;
  color: #ffca18;
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  vertical-align: middle;
}
.bwhr-sms-consent-v28 input:invalid + .bwhr-sms-check-v28 {
  border-color: #a56b00;
}


/* ========================================================================
   Version 2.15.1 — contrast recovery after the public theme-folder rename
   ======================================================================== */
/*
 * The v2.15 package renamed the request body class, while the established
 * component rules remained scoped to the compatibility class. These rules
 * make critical text readable under either class and protect visited states.
 */
body.bwhr-structured-page .bwhr-button,
body.bwhr-structured-page .bwhr-button:link,
body.bwhr-structured-page .bwhr-button:visited {
  background: var(--bwhr-yellow) !important;
  border-color: var(--bwhr-yellow) !important;
  color: #111827 !important;
  text-decoration: none !important;
}
body.bwhr-structured-page .bwhr-button--dark,
body.bwhr-structured-page .bwhr-button--dark:link,
body.bwhr-structured-page .bwhr-button--dark:visited {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
}
body.bwhr-structured-page .bwhr-service-card a,
body.bwhr-structured-page .bwhr-service-card a:link,
body.bwhr-structured-page .bwhr-service-card a:visited,
body.bwhr-structured-page .bwhr-home-project-copy-v212 a,
body.bwhr-structured-page .bwhr-home-project-copy-v212 a:link,
body.bwhr-structured-page .bwhr-home-project-copy-v212 a:visited {
  color: #111827 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
body.bwhr-structured-page .bwhr-home-office-phone,
body.bwhr-structured-page .bwhr-home-office-phone:link,
body.bwhr-structured-page .bwhr-home-office-phone:visited {
  background: #111827 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
body.bwhr-structured-page .bwhr-home-office-phone > span { color: var(--bwhr-yellow) !important; }
body.bwhr-structured-page .bwhr-home-office-link,
body.bwhr-structured-page .bwhr-home-office-link:link,
body.bwhr-structured-page .bwhr-home-office-link:visited {
  color: #6b4f00 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
body.bwhr-structured-page .bwhr-home-service-area-link,
body.bwhr-structured-page .bwhr-home-service-area-link:link,
body.bwhr-structured-page .bwhr-home-service-area-link:visited {
  background: var(--bwhr-yellow) !important;
  border-color: #111827 !important;
  color: #111827 !important;
}
body.bwhr-structured-page .bwhr-form-submit-v28,
body.bwhr-structured-page .bwhr-form-submit-v28:visited {
  background: var(--bwhr-yellow) !important;
  border: 2px solid var(--bwhr-yellow) !important;
  color: #111827 !important;
  font-weight: 900;
  text-decoration: none !important;
}
body.bwhr-structured-page .bwhr-form-privacy-v28 a,
body.bwhr-structured-page .bwhr-form-privacy-v28 a:link,
body.bwhr-structured-page .bwhr-form-privacy-v28 a:visited {
  background: #fff0a8 !important;
  color: #111827 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
body.bwhr-structured-page .bwhr-home-final-phone-v212,
body.bwhr-structured-page .bwhr-home-final-phone-v212:link,
body.bwhr-structured-page .bwhr-home-final-phone-v212:visited {
  background: #fff !important;
  color: #111827 !important;
  text-decoration: none !important;
}
body.bwhr-structured-page .bwhr-home-final-phone-v212 small { color: #5b6472 !important; }
body.bwhr-structured-page .bwhr-home-final-phone-v212 strong { color: #111827 !important; }
body.bwhr-structured-page .bwhr-home-final-actions-v212 .bwhr-button,
body.bwhr-structured-page .bwhr-home-final-actions-v212 .bwhr-button:visited {
  background: var(--bwhr-yellow) !important;
  color: #111827 !important;
}
body.bwhr-structured-page .bwhr-footer a,
body.bwhr-structured-page .bwhr-footer a:link,
body.bwhr-structured-page .bwhr-footer a:visited { color: #f3f4f6 !important; }
body.bwhr-structured-page .bwhr-floating-contact,
body.bwhr-structured-page .bwhr-floating-contact:visited {
  background: #10b981 !important;
  color: #fff !important;
}
body.bwhr-structured-page .bwhr-floating-round,
body.bwhr-structured-page .bwhr-floating-round:visited {
  background: var(--bwhr-yellow) !important;
  color: #111827 !important;
}
.bwhr-home-office-actions { position: relative; z-index: 2; }
.bwhr-home-office-phone,
.bwhr-home-office-link,
.bwhr-home-project-copy-v212 a,
.bwhr-service-card a,
.bwhr-home-final-phone-v212,
.bwhr-home-final-actions-v212 a { opacity: 1 !important; visibility: visible !important; }


/* ========================================================================
   Version 2.15.2 — persistent mobile Call + Estimate action bar
   ======================================================================== */
.bwhr-mobile-actions { display: none; }

@media (max-width: 760px) {
  html { scroll-padding-bottom: 78px; }
  body { padding-bottom: 76px !important; }

  .bwhr-mobile-actions {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2147483000 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    width: 100% !important;
    min-height: 64px;
    padding: 0 !important;
    border-top: 2px solid #facc15;
    background: #111827;
    box-shadow: 0 -10px 28px rgba(15, 23, 42, .24);
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .bwhr-mobile-actions a,
  .bwhr-mobile-actions a:link,
  .bwhr-mobile-actions a:visited {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 64px;
    margin: 0 !important;
    padding: 9px 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .bwhr-mobile-actions a:first-child {
    background: #111827 !important;
    border-right: 1px solid rgba(255,255,255,.18) !important;
  }

  .bwhr-mobile-actions a:last-child {
    background: #facc15 !important;
    color: #111827 !important;
  }

  .bwhr-mobile-actions a span {
    flex: 0 0 auto;
    font-size: 1.08rem;
    line-height: 1;
  }

  .bwhr-mobile-actions a strong {
    color: inherit !important;
    font: inherit;
  }

  .bwhr-mobile-actions a small {
    overflow: hidden;
    max-width: 118px;
    color: #facc15 !important;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bwhr-mobile-actions a:focus-visible {
    outline: 3px solid #fff !important;
    outline-offset: -5px;
  }
}


/* Estimate-form delivery feedback (v2.15.6). */
.bwhr-form-response {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #b42318;
  border-radius: 10px;
  background: #fff1f0;
  color: #8a1c13;
  font-weight: 750;
  line-height: 1.4;
}
.bwhr-form-response[hidden] { display: none !important; }
.bwhr-form-submit-v28[aria-busy="true"] { cursor: wait; opacity: .78; }

/* -------------------------------------------------------------------------
   Branded thank-you page restored from the previous Built Wright site
   ------------------------------------------------------------------------- */
.bwhr-thank-you-main {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 203, 7, .2), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fff9df 64%, #ffcb07 145%);
}

.bwhr-thank-you-section {
  padding: clamp(56px, 8vw, 92px) 0 clamp(72px, 10vw, 116px);
}

.bwhr-thank-you-shell {
  width: min(960px, calc(100% - 32px));
  text-align: center;
}

.bwhr-thank-you-copy {
  width: min(760px, 100%);
  margin: 0 auto 34px;
}

.bwhr-thank-you-copy .bwhr-section-kicker {
  justify-content: center;
  margin-bottom: 15px;
}

.bwhr-thank-you-copy h1 {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(2.35rem, 6vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.bwhr-thank-you-copy p {
  width: min(720px, 100%);
  margin: 0 auto 14px;
  color: #374151;
  font-size: clamp(1.04rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.bwhr-thank-you-video {
  position: relative;
  width: min(900px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 24px;
  background: #111827;
  box-shadow: 0 22px 60px rgba(17, 24, 39, .24);
}

.bwhr-thank-you-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bwhr-thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

body.bwhr-thank-you-page .bwhr-thank-you-actions .bwhr-button,
body.bwhr-thank-you-page .bwhr-thank-you-actions .bwhr-button:visited {
  min-width: 210px;
  justify-content: center;
}

@media (max-width: 640px) {
  .bwhr-thank-you-section { padding-top: 44px; }
  .bwhr-thank-you-shell { width: min(100% - 22px, 960px); }
  .bwhr-thank-you-video { border-width: 3px; border-radius: 16px; }
  .bwhr-thank-you-actions { display: grid; grid-template-columns: 1fr; }
  body.bwhr-thank-you-page .bwhr-thank-you-actions .bwhr-button,
  body.bwhr-thank-you-page .bwhr-thank-you-actions .bwhr-button:visited {
    width: 100%;
    min-width: 0;
  }
}
