@font-face{font-family:"Sora";font-style:normal;font-weight:100 900;font-display:swap;src:url("/assets/sora-latin-wght-normal.woff2") format("woff2")}
@font-face{font-family:"Figtree";font-style:normal;font-weight:100 900;font-display:swap;src:url("/assets/figtree-latin-wght-normal.woff2") format("woff2")}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body {
  margin: 0;
  color: var(--ink, #232828);
  background: var(--paper, #fff);
  font: 17px/1.65 var(--body-font, Arial, sans-serif);
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading-font, Georgia, serif);
  line-height: 1.12;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  letter-spacing: -0.04em;
}
h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.025em;
}
h3 {
  font-size: 1.4rem;
}
p + p {
  margin-top: 1rem;
}
h2 + p,
h3 + p {
  margin-top: 1.2rem;
}
a {
  color: inherit;
  text-underline-offset: 0.23em;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus, #147b98);
  outline-offset: 4px;
}
button:disabled {
  opacity: 0.7;
  cursor: wait;
}
.container {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.narrow {
  max-width: 820px;
}
.section {
  padding: 88px 0;
}
.section.tint {
  background: var(--wash, #f1eee9);
}
.section.dark {
  background: var(--accent, #571e2b);
  color: #fff;
}
.section h2 {
  margin-bottom: 1.6rem;
}
.eyebrow {
  font-family: var(--body-font);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  min-height: 52px;
  padding: 13px 24px;
  background: var(--accent, #571e2b);
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.35;
}
.button:hover {
  filter: brightness(1.18);
}
.dark .button {
  background: #fff;
  color: var(--accent);
}
.text-link {
  display: inline-block;
  font-weight: 700;
  margin-top: 1.2rem;
  padding: 6px 0;
}
.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line, #ddd);
}
.header-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.28rem;
  line-height: 1.15;
}
.brand small {
  display: block;
  letter-spacing: 0.25em;
  font-size: 0.67rem;
  margin-top: 6px;
}
.brand-mark {
  font-size: 2.5rem;
  color: var(--accent);
}
.site-header nav {
  display: flex;
  gap: 25px;
}
.site-header nav a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 12px 0;
}
.header-phone {
  font-weight: 800;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: -100px;
  left: 16px;
  background: #fff;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.page-hero {
  padding: 74px 0;
  background: var(--wash);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.page-hero p:not(.eyebrow) {
  margin: 1.5rem 0;
  max-width: 620px;
  font-size: 1.14rem;
}
.page-hero figure {
  height: 420px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center;
}
.split figure {
  height: 430px;
}
.split.reverse > div {
  order: 2;
}
.split.reverse > figure {
  order: 1;
}
figcaption {
  font-size: 0.85rem;
  padding: 8px;
  background: var(--wash);
  color: var(--ink);
}
.nav-disclosure {display:grid;place-items:center;line-height:1;align-self:center}
.nav-disclosure span {display:block;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);font-size:0}
.nav-disclosure[aria-expanded=true] span {transform:translateY(2px) rotate(225deg)}
.link-collection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 32px;
}
.link-collection article {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.link-collection img {
  height: 225px;
  margin-bottom: 24px;
}
.link-collection h3 a {
  text-decoration: none;
}
.link-collection h3 a:hover {
  text-decoration: underline;
}
.comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-top: 28px;
}
.comparison > div {
  padding: 26px 0;
  border-top: 2px solid var(--accent);
}
.plain-list {
  padding-left: 1.3rem;
}
.plain-list li + li {
  margin-top: 12px;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 700;
  min-height: 32px;
}
details p {
  margin-top: 16px;
}
.cta-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.cta-layout > div {
  max-width: 680px;
}
.cta-layout .button {
  flex-shrink: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.lead-form {
  padding: 32px;
  background: #fff;
  color: #242626;
  border: 1px solid var(--line);
  box-shadow: 0 16px 45px #24171b12;
}
.lead-form h2 {
  font: 700 1.7rem/1.2 var(--heading-font);
  margin-bottom: 10px;
}
.form-intro {
  font-size: 0.97rem;
  margin-bottom: 24px;
}
.lead-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.lead-form label span {
  font-weight: 400;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
.lead-form.lead-form-full .form-grid {grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.lead-form-full .form-grid.form-address-row {grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}
.lead-form-full .form-grid label {min-width:0}
input:not([type="checkbox"]),
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #a3a5a3;
  background: #fff;
  color: #242626;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 0;
  min-height: 46px;
}
textarea {
  resize: vertical;
}
.lead-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
  font-size: 0.8rem;
  margin: 18px 0;
}
.consent input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.lead-form .button {
  width: 100%;
}
.honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  font-size: 0.92rem;
  margin-top: 12px;
}
.header-actions {display:flex;align-items:center;gap:18px;flex-shrink:0}
.header-cta {font-size:.84rem;min-height:46px;padding:11px 16px;white-space:nowrap}
.lead-form {scroll-margin-top:28px}
.form-optional {border:0;border-block:1px solid var(--line);padding:10px 0;margin:2px 0 12px}
.form-optional summary {font-size:.85rem;min-height:28px;line-height:1.5;display:list-item}
.form-optional summary span {font-weight:400}
.form-optional[open] summary {margin-bottom:16px}
.form-optional label:last-child {margin-bottom:4px}
@media(min-width:1101px) and (max-width:1320px){.header-actions .header-phone{display:none}}
@media(max-width:1100px){.header-actions{display:none}}
@media(max-width:700px){.lead-form .form-grid{grid-template-columns:1.35fr 1fr;gap:14px}.form-optional summary{font-size:.83rem}}
.phone-large {
  font-size: 1.55rem;
  font-weight: 700;
}
.site-footer {
  padding: 64px 0 20px;
  background: var(--footer, #251e21);
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 70px;
}
.footer-brand {
  font: 700 1.7rem var(--heading-font);
  margin-bottom: 16px;
}
.footer-grid h2 {
  font: 700 1.1rem var(--body-font);
  margin-bottom: 18px;
}
.footer-grid a {
  display: block;
  width: fit-content;
  padding: 5px 0;
  font-size: 0.94rem;
}
.footer-grid .phone-large {
  font-size: 1.45rem;
  margin-top: 16px;
}
.footer-grid > div:first-child p {
  max-width: 340px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #ffffff33;
  margin-top: 50px;
  padding-top: 24px;
  font-size: 0.8rem;
}
.mobile-actions {
  display: none;
}
@media (max-width: 1000px) {
  .header-inner {
    gap: 18px;
  }
  .header-phone {
    display: none;
  }
  .site-header nav {
    gap: 20px;
  }
  .split {
    gap: 40px;
  }
  .hero-grid {
    gap: 35px;
  }
  .container {
    width: calc(100% - 48px);
  }
}
@media (max-width: 700px) {
  body {
    font-size: 16px;
    padding-bottom: 60px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding: 52px 0;
  }
  .header-inner {
    min-height: 82px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    font-size: 1.1rem;
  }
  .brand-mark {
    font-size: 2rem;
  }
  .menu-toggle {
    display: block;
    padding: 10px;
    border: 1px solid #aaa;
    background: transparent;
    color: var(--ink);
    font-size: 0.9rem;
  }
  .site-header nav {
    display: none;
    flex-basis: 100%;
    padding: 15px 0;
    gap: 0;
    flex-direction: column;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav a {
    border-top: 1px solid var(--line);
    padding: 12px;
  }
  .page-hero {
    padding: 44px 0;
  }
  .hero-grid,
  .split,
  .comparison,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-hero figure,
  .split figure {
    height: 270px;
  }
  .split.reverse > div,
  .split.reverse > figure {
    order: initial;
  }
  .link-collection {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .link-collection article {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px 20px;
  }
  .link-collection img {
    grid-row: 1/4;
    height: 140px;
    margin: 0;
  }
  .link-collection article:not(:has(img)) {
    display: block;
  }
  .link-collection p {
    margin: 0;
    font-size: 0.93rem;
  }
  .link-collection .text-link {
    margin: 0;
  }
  .cta-layout {
    display: block;
  }
  .cta-layout .button {
    margin-top: 24px;
  }
  .lead-form {
    padding: 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom p + p {
    margin-top: 10px;
  }
  .mobile-actions {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    box-shadow: 0 -3px 20px #0002;
    background: #fff;
  }
  .mobile-actions a {
    flex: 1;
    padding: 15px 6px;
    text-align: center;
    font-weight: 700;
    font-size: 0.83rem;
    text-decoration: none;
    color: var(--accent);
  }
  .mobile-actions a:last-child {
    background: var(--accent);
    color: #fff;
  }
}
/* The security slot stays in markup for launch tooling but renders nothing until a
   sitekey is configured; a configured slot keeps the flexible widget's footprint. */
.lead-form .turnstile-slot {
  display: block;
  width: 100%;
  line-height: 0;
}
.lead-form .turnstile-slot[data-turnstile-sitekey] {
  min-width: 300px;
  min-height: 65px;
}
.lead-form .turnstile-slot:not([data-turnstile-sitekey]) {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

:root{--bn-blue:#1B4FB5;--bn-blue-dk:#11337A;--bn-blue-soft:#e3ebf8;--bn-blue-rgb:27,79,181;--bn-paper:#F2F5FA;--bn-cool:#eaf0f8;--bn-cool2:#c8d8ef;--bn-band:#11337A;--bn-band2:#16306E;--bn-ink:#172131;--bn-muted:#5f6d86;--bn-line:#dbe4f1;--bn-gold:#E0A130;--heading-font:"Sora",system-ui,"Segoe UI",sans-serif;--body-font:"Figtree",system-ui,"Segoe UI",sans-serif;--paper:#ffffff;--wash:var(--bn-paper);--ink:var(--bn-ink);--line:var(--bn-line);--accent:var(--bn-blue);--footer:var(--bn-ink);--focus:var(--bn-blue)}
/* ============================================================================
   BEACON family stylesheet ("Trust-Blue") — Studio port.
   Source of truth: D:/Rank & Rent Roofing/code/mu-plugins/friendly-local/
   rr-friendly/parts/styles-beacon.php (primary) + design-mocks/lock/beacon.html.
   Adapted to the Studio DOM: shared .site-header/.nav-group/.nav-panel chrome,
   .lead-form single-step forms, ks-* hooks emitted by shared storm/blog/calc
   modules. Confident azure/cobalt lead + crisp white + cool paper + small gold
   accent. No navy+orange, no cream/beige, gold never the lead.
   Palette tokens (--bn-*) are emitted per site by beacon-library.mjs.
   ============================================================================ */
:root {
  --blue: var(--bn-blue);
  --blue-dk: var(--bn-blue-dk);
  --blue-soft: var(--bn-blue-soft);
  --bn-white: #fff;
  --cool: var(--bn-cool);
  --cool2: var(--bn-cool2);
  --band: var(--bn-band);
  --band2: var(--bn-band2);
  --muted: var(--bn-muted);
  --ink-2: color-mix(in srgb, var(--bn-ink) 82%, var(--bn-muted));
  --gold: var(--bn-gold);
  --good: #1f9d5a;
  --wrap: 1180px;
  --sh: 0 18px 40px rgba(27, 36, 48, 0.12);
  --sh-sm: 0 6px 16px rgba(27, 36, 48, 0.08);
}
body { background: #fff; font-size: 16.5px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.22rem; letter-spacing: -0.01em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.wrap.narrow { max-width: 820px; }
.section { padding: 84px 0; }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.sec-head.left { text-align: left; margin-left: 0; }
.sec-head h2 { margin-bottom: 0; }
.sec-head p { color: var(--muted); font-size: 1.02rem; margin-top: 14px; text-wrap: pretty; }

/* eyebrow = gold rule + blue tracked label */
.eyebrow { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--gold); }
.eyebrow.c { justify-content: center; }
.sec-head:not(.left) .eyebrow { justify-content: center; }
.eyebrow.light { color: #fff; }

/* buttons */
.btn, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.01em; padding: 15px 26px; min-height: 0; cursor: pointer; border-radius: 10px; border: 2px solid transparent; transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease; text-decoration: none; }
.button, .btn-blue { background: var(--blue); color: #fff; box-shadow: 0 6px 16px rgba(27, 36, 48, 0.14); }
.button:hover, .btn-blue:hover { background: var(--blue-dk); transform: translateY(-2px); filter: none; }
.btn-white { background: #fff; color: var(--blue-dk); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--sh-sm); }
.btn-out-light { border-color: rgba(255, 255, 255, 0.55); color: #fff; background: transparent; box-shadow: none; }
.btn-out-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.1); }
.btn-out-blue { border-color: var(--blue); color: var(--blue); background: transparent; box-shadow: none; }
.btn-out-blue:hover { background: var(--blue); color: #fff; }
.text-link.bn-textlink { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; margin-right: 18px; }
.text-link.bn-textlink:hover { color: var(--blue-dk); }
p a:not(.btn):not(.button) { color: var(--blue-dk); font-weight: 600; }
p a:not(.btn):not(.button):hover { color: var(--blue); }

/* trust bullets */
.trust-bul { display: grid; gap: 11px; margin: 0 0 24px; padding: 0; list-style: none; }
.trust-bul li { display: flex; align-items: flex-start; gap: 11px; font-size: 0.95rem; font-weight: 600; line-height: 1.4; color: var(--ink); }
.trust-bul .ck { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--blue-soft); display: grid; place-items: center; margin-top: 1px; }
.trust-bul .ck::after { content: ""; width: 6px; height: 11px; border: solid var(--blue); border-width: 0 2.6px 2.6px 0; transform: rotate(43deg) translateY(-1px); }
.trust-bul b { color: var(--blue-dk); }

/* covered figures */
.bn-cover { position: relative; border-radius: 14px; overflow: hidden; margin: 0; }
.bn-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bn-cover figcaption { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent, rgba(12, 16, 22, 0.72)); color: #fff; padding: 26px 16px 12px; font-size: 0.8rem; }
.bn-shadow { box-shadow: var(--sh); }

/* ============================== HEADER / NAV ============================== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.96); -webkit-backdrop-filter: saturate(140%) blur(8px); backdrop-filter: saturate(140%) blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 74px; }
.brand { font-size: 1.18rem; font-weight: 800; letter-spacing: -0.02em; gap: 11px; }
.brand small { letter-spacing: 0.2em; color: var(--muted); font-weight: 700; margin-top: 4px; }
.brand-mark.bn-mark { width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 4px 12px rgba(27, 36, 48, 0.18); }
.site-header nav { gap: 24px; }
.site-header nav a { font-size: 0.9rem; font-weight: 600; color: var(--ink-2); text-decoration: none; border-bottom: 2px solid transparent; transition: border-color 0.15s, color 0.15s; }
.site-header nav > a:hover, .site-header nav .nav-parent > a:hover { color: var(--blue); border-color: var(--blue); }
.nav-group { position: relative; display: flex; align-items: center; }
.nav-parent { display: flex; align-items: center; gap: 4px; }
.nav-disclosure { background: none; border: none; color: var(--ink-2); padding: 6px 2px; }
.nav-disclosure:hover { color: var(--blue); }
.nav-panel { position: absolute; top: 100%; left: 0; min-width: 248px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh); border-radius: 12px; padding: 9px; margin-top: 8px; z-index: 60; display: grid; }
.nav-panel[hidden] { display: none; }
.nav-panel a { display: block; padding: 10px 13px; font-size: 0.88rem; font-weight: 600; color: var(--ink); white-space: normal; line-height: 1.35; border-radius: 8px; border-bottom: none; transition: background 0.12s, color 0.12s; }
.nav-panel a:hover { background: var(--cool); color: var(--blue); }
.header-actions .header-cta { border-radius: 10px; font-size: 0.85rem; }
.header-phone { color: var(--blue-dk); background: var(--blue-soft); border-radius: 10px; padding: 10px 16px; font-size: 0.9rem; text-decoration: none; }
.header-phone:hover { background: var(--blue); color: #fff; }
.menu-toggle { border-radius: 9px; }

/* ============================== HERO ============================== */
.bn-hero { position: relative; }
.bn-hero h1 .ci { color: var(--blue); white-space: nowrap; }
.bn-hero .lead p, .bn-hero p.lead { font-size: 1.08rem; color: var(--ink-2); max-width: 46ch; line-height: 1.55; }
.bn-hero .lead, .bn-hero p.lead { margin: 16px 0 20px; }
.bn-hero .eyebrow { margin-bottom: 10px; }
/* v1 split (lock mock) */
.bn-hero.bn-v1 { background: linear-gradient(180deg, var(--wash), #fff); padding: 54px 0 64px; overflow: hidden; }
.bn-hero.bn-v1 .grid { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 48px; align-items: center; }
.bn-hero.bn-v1 .art { position: relative; align-self: stretch; display: grid; }
.bn-hero.bn-v1 .art .bn-cover { min-height: 420px; height: 100%; }
.bn-hero .chip { position: absolute; left: -18px; bottom: 22px; background: #fff; border-radius: 13px; box-shadow: var(--sh); padding: 13px 16px; display: flex; align-items: center; gap: 12px; }
.bn-hero .chip .av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(150deg, var(--gold), #c98a22); flex: none; }
.bn-hero .chip .tx b { font-size: 0.86rem; font-weight: 800; display: block; color: var(--ink); }
.bn-hero .chip .tx span { font-size: 0.72rem; font-weight: 600; color: var(--muted); }
/* v3 photo-left */
.bn-hero.bn-v3 { background: #fff; padding: 0; }
.bn-hero.bn-v3 .grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 0; align-items: stretch; min-height: 380px; }
.bn-hero.bn-v3 .art { position: relative; min-height: 340px; display: grid; }
.bn-hero.bn-v3 .art .bn-cover { border-radius: 0; height: 100%; }
.bn-hero.bn-v3 .art .bn-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 16, 22, 0) 35%, rgba(12, 16, 22, 0.35)); }
.bn-hero.bn-v3 .copy { background: linear-gradient(180deg, var(--wash), #fff); padding: 34px 44px 34px 56px; display: flex; flex-direction: column; justify-content: center; }
.bn-hero.bn-v3 h1 { font-size: clamp(1.9rem, 3.9vw, 2.9rem); max-width: 26ch; }
.bn-hero.bn-v3 .lead { margin: 9px 0 13px; }
.bn-hero.bn-v3 .lead p { font-size: 0.98rem; max-width: 44ch; }
/* v4 cobalt brand band */
.bn-hero.bn-v4 { background: linear-gradient(135deg, var(--blue), var(--blue-dk)); position: relative; overflow: hidden; }
.bn-hero.bn-v4::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px); background-size: 34px 34px; opacity: 0.6; }
.bn-hero.bn-v4 .grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; padding: 62px 0 70px; }
.bn-hero.bn-v4 h1 { color: #fff; }
.bn-hero.bn-v4 h1 .ci { color: #fff; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 7px; text-decoration-thickness: 4px; }
.bn-hero.bn-v4 .eyebrow { color: #fff; }
.bn-hero.bn-v4 .lead p, .bn-hero.bn-v4 p.lead { color: rgba(255, 255, 255, 0.9); }
.bn-hero.bn-v4 .trust-bul li { color: #fff; }
.bn-hero.bn-v4 .trust-bul .ck { background: rgba(255, 255, 255, 0.16); }
.bn-hero.bn-v4 .trust-bul .ck::after { border-color: #fff; }
.bn-hero.bn-v4 .trust-bul b { color: #fff; }

/* ============================== LEAD FORM CARD ============================== */
.bn-lead-card { max-width: 480px; }
.bn-lead-card .lead-form, .bn-contact-hero .lead-form { border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--sh-sm); padding: 22px 22px 20px; }
.lead-form h2 { font-family: var(--body-font); font-size: 1.05rem; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 6px; }
.lead-form .form-intro { font-size: 0.83rem; color: var(--muted); margin-bottom: 16px; }
.lead-form label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 12px; }
.lead-form label span { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--muted); }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { border: 1px solid var(--line); border-radius: 9px; background: var(--wash); font-size: 0.9rem; font-weight: 500; color: var(--ink); padding: 11px 13px; min-height: 44px; transition: border-color 0.15s, box-shadow 0.15s, background 0.15s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(var(--bn-blue-rgb), 0.13); }
.lead-form .consent { font-size: 0.72rem; color: var(--muted); }
.lead-form .button { border-radius: 10px; font-size: 0.92rem; padding: 15px; }
.lead-form .turnstile-slot[data-turnstile-sitekey] { border-radius: 9px; overflow: hidden; }

/* ============================== SIGNATURE ============================== */
.bn-sig.bn-v1 .strip { background: var(--band); color: #fff; padding: 18px 0; }
.bn-sig.bn-v1 .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.strip-chip { display: flex; align-items: center; gap: 11px; justify-content: center; }
.strip-chip .ic { flex: none; width: 30px; height: 30px; border-radius: 8px; background: rgba(255, 255, 255, 0.13); display: grid; place-items: center; color: var(--gold); }
.strip-chip .ic svg { width: 15px; height: 15px; }
.strip-chip b { font-size: 0.88rem; font-weight: 700; line-height: 1.2; }
.bn-sig.bn-v3 { background: linear-gradient(135deg, var(--blue), var(--blue-dk)); color: #fff; }
.bn-sig.bn-v3 .inner { padding: 15px 0; }
.bn-sig.bn-v3 .pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 26px; max-width: 1000px; margin: 0 auto; }
.bn-sig.bn-v3 .pl { display: flex; align-items: center; gap: 9px; }
.bn-sig.bn-v3 .pl > * { min-width: 0; }
.bn-sig.bn-v3 .pl b, .bn-sig.bn-v3 .pl span { overflow-wrap: anywhere; }
.bn-sig.bn-v3 .pl .ic { display: inline-grid; place-items: center; color: var(--gold); flex: none; }
.bn-sig.bn-v3 .pl .ic svg { width: 17px; height: 17px; }
.bn-sig.bn-v3 .pl b { font-size: 0.84rem; font-weight: 700; line-height: 1.2; color: #fff; }
.bn-sig.bn-v3 .pl span { display: none; }

/* ============================== SERVICES ============================== */
.bn-svc.bn-v1 { background: var(--wash); }
.bn-svc.bn-v1 .grid { display: grid; gap: 20px; }
.bn-svc.bn-v1 .grid.cols-1 { grid-template-columns: minmax(0, 340px); }
.bn-svc.bn-v1 .grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.bn-svc.bn-v1 .grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.bn-svc.bn-v1 .grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.bn-svc.bn-v1 .card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--sh-sm); transition: transform 0.18s ease, box-shadow 0.18s ease; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.bn-svc.bn-v1 .card:hover { transform: translateY(-5px); box-shadow: var(--sh); }
.bn-card-ph { margin: 0; aspect-ratio: 3/2; min-height: 150px; overflow: hidden; }
.bn-card-ph img { width: 100%; height: 100%; object-fit: cover; }
.bn-svc.bn-v1 .card .bd { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.bn-svc.bn-v1 .card p { font-size: 0.85rem; color: var(--muted); margin: 9px 0 16px; flex: 1; }
.bn-svc .more { font-size: 0.83rem; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 7px; }
.bn-svc .more::after { content: "\2192"; transition: transform 0.16s ease; }
.bn-svc .card:hover .more::after, .bn-svc .tile:hover .more::after { transform: translateX(4px); }
.bn-svc.bn-v2 { background: #fff; }
.bn-svc.bn-v2 .grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 46px; align-items: stretch; }
.bn-svc.bn-v2 .feature { position: relative; border-radius: 18px; overflow: hidden; min-height: 440px; box-shadow: var(--sh); }
.bn-svc.bn-v2 .feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bn-svc.bn-v2 .feature .ph-tint { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(12, 16, 22, 0) 35%, rgba(12, 16, 22, 0.5)); }
.bn-svc.bn-v2 .feature .cap { position: absolute; left: 22px; bottom: 22px; z-index: 2; color: #fff; background: none; padding: 0; }
.bn-svc.bn-v2 .feature .cap b { font-size: 1.05rem; font-weight: 800; display: block; color: #fff; }
.bn-svc.bn-v2 .feature .cap span { font-size: 0.8rem; font-weight: 600; color: rgba(255, 255, 255, 0.85); }
.bn-svc.bn-v2 .list { display: grid; gap: 14px; align-content: start; }
.bn-svc.bn-v2 .item { display: flex; gap: 16px; align-items: flex-start; background: var(--wash); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; transition: border-color 0.15s, transform 0.15s; text-decoration: none; color: inherit; }
.bn-svc.bn-v2 .item:hover { border-color: var(--blue); transform: translateX(3px); }
.bn-svc.bn-v2 .item .ic { flex: none; width: 46px; height: 46px; border-radius: 11px; background: var(--blue-soft); display: grid; place-items: center; color: var(--blue); }
.bn-svc.bn-v2 .item .ic svg { width: 22px; height: 22px; }
.bn-svc.bn-v2 .item h3 { font-size: 1.02rem; }
.bn-svc.bn-v2 .item p { font-size: 0.82rem; color: var(--muted); margin-top: 6px; }
.bn-svc.bn-v3 { background: var(--wash); }
.bn-svc.bn-v3 .grid { display: grid; gap: 18px; }
.bn-svc.bn-v3 .grid.cols-1 { grid-template-columns: minmax(0, 340px); }
.bn-svc.bn-v3 .grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.bn-svc.bn-v3 .grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.bn-svc.bn-v3 .grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.bn-svc.bn-v3 .tile { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; box-shadow: var(--sh-sm); transition: transform 0.16s, box-shadow 0.16s; display: flex; flex-direction: column; }
.bn-svc.bn-v3 .tile:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.bn-svc.bn-v3 .tile .ic { width: 54px; height: 54px; border-radius: 13px; background: linear-gradient(150deg, var(--blue), var(--blue-dk)); display: grid; place-items: center; margin-bottom: 16px; color: #fff; }
.bn-svc.bn-v3 .tile .ic svg { width: 24px; height: 24px; }
.bn-svc.bn-v3 .tile p { font-size: 0.85rem; color: var(--muted); margin: 9px 0 14px; flex: 1; }
.svc-all-line { margin: 18px 0 0; text-align: right; }
.svc-all-line a { font-size: 0.92rem; font-weight: 700; color: var(--blue); text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 2px; }
.svc-all-line a:hover { border-bottom-color: var(--gold); }

/* ============================== PROCESS ============================== */
.bn-proc.bn-v1 .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.bn-proc.bn-v1 .step { text-align: center; position: relative; }
.bn-proc.bn-v1 .node { width: 64px; height: 64px; border-radius: 50%; background: var(--blue); color: #fff; border: 2px solid var(--blue); font-size: 1.4rem; font-weight: 800; display: grid; place-items: center; margin: 0 auto 18px; position: relative; z-index: 2; box-shadow: var(--sh-sm); }
.bn-proc.bn-v1 .grid::before { content: ""; position: absolute; top: 32px; left: 12%; right: 12%; height: 2px; background: var(--line); z-index: 0; }
.bn-proc.bn-v1 h3 { font-size: 1.05rem; }
.bn-proc.bn-v1 p { font-size: 0.85rem; color: var(--muted); margin-top: 9px; max-width: 26ch; margin-left: auto; margin-right: auto; }
.bn-proc.bn-v2 { background: var(--wash); }
.bn-proc.bn-v2 .line { max-width: 760px; margin: 0 auto; position: relative; padding-left: 24px; }
.bn-proc.bn-v2 .line::before { content: ""; position: absolute; left: 54px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.bn-proc.bn-v2 .row { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 14px 0 26px; }
.bn-proc.bn-v2 .node { width: 62px; height: 62px; border-radius: 16px; background: var(--blue); color: #fff; font-size: 1.3rem; font-weight: 800; display: grid; place-items: center; box-shadow: var(--sh-sm); position: relative; z-index: 2; }
.bn-proc.bn-v2 .bd { padding-top: 6px; }
.bn-proc.bn-v2 p { font-size: 0.9rem; color: var(--muted); margin-top: 7px; max-width: 52ch; }
.bn-proc.bn-v3 { background: linear-gradient(180deg, var(--blue-soft), #fff); }
.bn-proc.bn-v3::before { content: ""; display: block; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); margin-top: -84px; margin-bottom: 81px; }
.bn-proc.bn-v3 .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.bn-proc.bn-v3 .art { border-radius: 18px; overflow: hidden; min-height: 440px; box-shadow: var(--sh); }
.bn-proc.bn-v3 .art img { height: 100%; min-height: 440px; }
.bn-proc.bn-v3 .steps { display: grid; gap: 0; }
.bn-proc.bn-v3 .st { display: flex; gap: 16px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.bn-proc.bn-v3 .st:last-child { border-bottom: 0; }
.bn-proc.bn-v3 .num { flex: none; width: 40px; height: 40px; border-radius: 11px; background: var(--blue); color: #fff; font-size: 1rem; font-weight: 800; display: grid; place-items: center; }
.bn-proc.bn-v3 h3 { font-size: 1rem; }
.bn-proc.bn-v3 p { font-size: 0.84rem; color: var(--muted); margin-top: 5px; max-width: 46ch; }

/* ============================== PROOF ============================== */
.bn-proof.bn-v1 { position: relative; padding: 0; overflow: hidden; }
.bn-proof.bn-v1 .bgph { position: absolute; inset: 0; margin: 0; }
.bn-proof.bn-v1 .bgph img { width: 100%; height: 100%; object-fit: cover; }
.bn-proof.bn-v1 .bgph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, color-mix(in srgb, var(--blue-dk) 85%, transparent), color-mix(in srgb, var(--blue-dk) 42%, transparent)); }
.bn-proof.bn-v1 .inner { padding: 74px 0; position: relative; z-index: 2; }
.bn-proof.bn-v1 .head { text-align: center; max-width: 620px; margin: 0 auto 38px; }
.bn-proof.bn-v1 .head h2 { color: #fff; }
.bn-proof.bn-v1 .head p { color: rgba(255, 255, 255, 0.86); font-size: 0.98rem; margin-top: 12px; }
.bn-proof.bn-v1 .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bn-proof.bn-v1 .stat { text-align: center; padding: 10px 22px; position: relative; }
.bn-proof.bn-v1 .stat:not(:first-child)::before { content: ""; position: absolute; left: 0; top: 14%; bottom: 14%; width: 1px; background: rgba(255, 255, 255, 0.22); }
.bn-proof.bn-v1 .stat b { font-size: 2rem; font-weight: 900; color: #fff; display: block; letter-spacing: -0.02em; }
.bn-proof.bn-v1 .stat b .u { color: var(--gold); }
.bn-proof.bn-v1 .stat span { font-size: 0.8rem; font-weight: 600; color: rgba(255, 255, 255, 0.85); margin-top: 9px; display: block; }
.bn-proof.bn-v2 { background: var(--wash); }
.bn-proof.bn-v2 .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bn-proof.bn-v2 .q { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 22px; box-shadow: var(--sh-sm); display: flex; flex-direction: column; }
.bn-proof.bn-v2 .q h3 { margin-bottom: 11px; font-size: 1.05rem; }
.bn-proof.bn-v2 .q p { font-size: 0.89rem; color: var(--ink-2); line-height: 1.6; flex: 1; }
.bn-proof.bn-v2 .q .who { display: block; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.bn-proof.bn-v2 .q .who b { font-size: 0.8rem; font-weight: 600; display: block; color: var(--ink-2); }
.bn-proof.bn-v2 .q .who span { font-size: 0.76rem; color: var(--muted); margin-top: 3px; display: block; }

/* ============================== SERVICE DETAIL ============================== */
.bn-scope { background: #fff; }
.bn-scope .intro { margin-bottom: 28px; }
.bn-scope .intro p { color: var(--muted); font-size: 1rem; margin-top: 14px; line-height: 1.7; max-width: 72ch; }
.bn-scope .intro .foot { font-size: 0.88rem; color: var(--ink-2); border-left: 3px solid var(--blue-soft); padding-left: 16px; margin-top: 20px; max-width: 66ch; }
.bn-scope .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; }
@media (min-width: 1000px) { .bn-scope .cards { grid-template-columns: repeat(3, 1fr); } }
.bn-scope .sc { background: var(--wash); border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; transition: border-color 0.15s, transform 0.15s; }
.bn-scope .sc:hover { border-color: var(--blue-soft); transform: translateY(-2px); }
.bn-scope .sc h3 { font-size: 1rem; margin: 0; }
.bn-scope .sc p { font-size: 0.88rem; color: var(--muted); margin-top: 8px; line-height: 1.6; }
.bn-signs { padding: 0; }
.bn-signs .panel { background: var(--band); color: #fff; padding: 64px 0; }
.bn-signs .head { max-width: 640px; }
.bn-signs h2 { color: #fff; margin-top: 6px; }
.bn-signs .head p { color: rgba(255, 255, 255, 0.82); font-size: 0.98rem; margin-top: 13px; }
.bn-signs .list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 34px; margin: 30px 0 0; padding: 0; }
.bn-signs .list li { display: flex; align-items: flex-start; gap: 13px; font-size: 0.95rem; font-weight: 500; line-height: 1.55; color: rgba(255, 255, 255, 0.88); }
.bn-signs .list li b { font-weight: 700; color: #fff; }
.bn-signs .list .mk { flex: none; width: 20px; height: 20px; border-radius: 6px; background: var(--gold); position: relative; margin-top: 2px; }
.bn-signs .list .mk::after { content: ""; position: absolute; left: 7px; top: 3px; width: 5px; height: 10px; border: solid var(--band); border-width: 0 2.4px 2.4px 0; transform: rotate(43deg); }
.bn-signs .foot { color: rgba(255, 255, 255, 0.82); font-size: 0.92rem; margin-top: 28px; max-width: 64ch; line-height: 1.6; border-top: 1px solid rgba(255, 255, 255, 0.16); padding-top: 22px; }
.bn-signs .foot a, .bn-signs .foot a:not(.btn):not(.button) { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.bn-opt { background: var(--wash); }
.bn-opt .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bn-opt .op { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 22px; box-shadow: var(--sh-sm); display: flex; flex-direction: column; }
.bn-opt .op .tag { align-self: flex-start; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--blue-dk); background: var(--blue-soft); border-radius: 6px; padding: 6px 10px; margin-bottom: 14px; }
.bn-opt .op h3 { font-size: 1.08rem; }
.bn-opt .op p { font-size: 0.86rem; color: var(--muted); margin-top: 9px; line-height: 1.6; }
.bn-opt .opt-note { font-size: 0.8rem; color: var(--muted); font-style: italic; margin: 20px auto 0; text-align: center; max-width: 60ch; }
.bn-cost { background: var(--wash); }
.bn-cost .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.bn-cost .copy { border-left: 4px solid var(--blue); padding-left: 26px; }
.bn-cost .copy p { color: var(--ink-2); font-size: 1rem; margin-top: 14px; line-height: 1.7; max-width: 48ch; }
.bn-cost .copy .btn { margin-top: 22px; }
.bn-cost .drivers { list-style: none; display: grid; gap: 13px; margin: 0; padding: 0; }
.bn-cost .drivers li { display: flex; align-items: flex-start; gap: 13px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; font-size: 0.92rem; font-weight: 600; line-height: 1.5; color: var(--ink); }
.bn-cost .drivers .ck { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--blue-soft); display: grid; place-items: center; margin-top: 1px; }
.bn-cost .drivers .ck::after { content: ""; width: 6px; height: 11px; border: solid var(--blue); border-width: 0 2.6px 2.6px 0; transform: rotate(43deg) translateY(-1px); }
.bn-cost .cost-note { display: block; font-size: 0.8rem; color: var(--muted); font-style: italic; margin: 26px 0 0; }

/* ============================== COVERAGE ============================== */
.bn-cov .grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 50px; align-items: center; }
.bn-cov p { color: var(--muted); font-size: 1rem; margin-top: 14px; max-width: 46ch; }
.bn-cov .towns { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 10px; margin-top: 24px; }
.bn-cov .towns a, .bn-cov .towns span { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 44px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px 14px; font-size: 0.85rem; font-weight: 600; color: var(--ink-2); text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.bn-cov .towns a:hover { border-color: var(--blue); color: var(--blue); }
.bn-cov .towns .lead-town { background: var(--blue); color: #fff; border-color: var(--blue); }
.bn-cov .map { position: relative; margin: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: linear-gradient(160deg, var(--cool), var(--blue-soft)); }
.bn-cov .map img { width: 100%; height: auto; display: block; }
.bn-cov .map figcaption { position: static; font-size: 0.76rem; color: var(--muted); background: #fff; border-top: 1px solid var(--line); padding: 9px 14px; }
.bn-cov .map figcaption a { color: var(--muted); }

/* ============================== NOTE / STORM ============================== */
.bn-note { background: var(--band); color: #fff; padding: 0; }
.bn-note .wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; padding: 34px 28px; }
.bn-note-k { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.bn-note-k svg { width: 15px; height: 15px; }
.bn-note p { font-family: var(--heading-font); font-weight: 700; font-size: 1.2rem; line-height: 1.4; color: #fff; max-width: 62ch; }
.bn-note p span { color: var(--gold); }
.bn-storm { background: var(--wash); }
.bn-storm-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: start; margin-bottom: 38px; }
.bn-storm-intro > p { color: var(--muted); font-size: 0.97rem; line-height: 1.65; margin-top: 12px; max-width: 48ch; }
.bn-storm-stats { display: flex; gap: 34px; margin-top: 24px; flex-wrap: wrap; }
.bn-storm-stats > div { display: flex; flex-direction: column; }
.bn-storm-stats b { font-size: 2.2rem; font-weight: 900; color: var(--blue-dk); letter-spacing: -0.02em; }
.bn-storm-stats b em { font-style: normal; font-size: 1rem; color: var(--blue); margin-left: 2px; }
.bn-storm-stats span { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); margin-top: 7px; }
.bn-storm-scope { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); margin-top: 12px; flex-basis: 100%; }
.bn-storm-chart { border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 24px 28px 20px; box-shadow: var(--sh-sm); }
.bn-storm-chart .ch-head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.bn-storm-chart .ch-lab { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
.bn-storm-chart .ch-cap { font-size: 0.72rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.bn-storm .ch-plot { position: relative; height: 240px; padding-bottom: 34px; margin-top: 18px; }
.bn-storm .ch-bars { position: absolute; left: 0; right: 0; top: 0; bottom: 34px; display: flex; align-items: flex-end; gap: 18px; padding: 0 10px; }
.bn-storm .ch-bar { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height: 100%; }
.bn-storm .ch-bar .ch-val { font-size: 1rem; font-weight: 800; color: var(--blue-dk); margin-bottom: 9px; }
.bn-storm .ch-bar .bar { width: 100%; max-width: 64px; background: linear-gradient(180deg, var(--blue), var(--blue-dk)); border-radius: 5px 5px 0 0; min-height: 6px; }
.bn-storm .ch-bar.is-peak .ch-val { color: var(--blue); }
.bn-storm .ch-xaxis { position: absolute; left: 0; right: 0; bottom: 0; display: flex; gap: 18px; padding: 11px 10px 0; border-top: 1.5px solid var(--blue-dk); }
.bn-storm .ch-xaxis span { flex: 1; text-align: center; font-size: 0.8rem; font-weight: 700; color: var(--blue-dk); }
.bn-storm .ch-foot { font-size: 0.76rem; color: var(--muted); margin-top: 16px; max-width: 62ch; }
.bn-storm-src { font-size: 0.78rem; color: var(--muted); margin-top: 24px; max-width: 78ch; }
/* shared storm archive skin */
.storm-highlights h3 { font-size: 1.2rem; margin-bottom: 8px; }
.storm-highlights > p { font-size: 0.86rem; color: var(--muted); max-width: 78ch; margin-bottom: 16px; }
.storm-archive { margin-top: 26px; }
.storm-year { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; padding: 0; overflow: hidden; }
.storm-year summary { display: flex; align-items: center; gap: 18px; padding: 16px 20px; list-style: none; }
.storm-year summary::-webkit-details-marker { display: none; }
.storm-year summary h3 { font-size: 1.15rem; margin: 0; }
.storm-year summary > span:not(.storm-expand) { font-size: 0.85rem; color: var(--ink-2); font-weight: 600; }
.storm-year summary small { display: block; font-weight: 500; color: var(--muted); font-size: 0.76rem; margin-top: 2px; }
.storm-expand { margin-left: auto; font-size: 1.5rem; color: var(--blue); font-weight: 400; }
.storm-year[open] .storm-expand { transform: rotate(45deg); }
.storm-year .ks-table-scroll { border-top: 1px solid var(--line); }
.ks-table-scroll { overflow-x: auto; }
.ks-caption-accessible { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.bn-storm table, .storm-highlights table { width: 100%; border-collapse: collapse; font-size: 0.86rem; }
.bn-storm th, .bn-storm td, .storm-highlights th, .storm-highlights td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.bn-storm thead th, .storm-highlights thead th { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--blue-dk); background: var(--wash); }
.bn-storm td small { display: block; color: var(--muted); font-size: 0.74rem; margin-top: 3px; }
.table-cell-label { display: none; }
.storm-highlights .ks-table-scroll { background: #fff; border: 1px solid var(--line); border-radius: 14px; }

/* ============================== FAQ ============================== */
.bn-faq { background: #fff; }
.bn-faq .faq-list { max-width: 820px; margin: 0 auto; }
.bn-faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; margin-bottom: 12px; padding: 0; overflow: hidden; }
.bn-faq-item summary { cursor: pointer; list-style: none; padding: 17px 46px 17px 20px; font-family: var(--heading-font); font-weight: 800; font-size: 1rem; color: var(--ink); position: relative; min-height: 0; }
.bn-faq-item summary::-webkit-details-marker { display: none; }
.bn-faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.3rem; line-height: 1; color: var(--blue); font-weight: 400; }
.bn-faq-item[open] summary::after { content: "\2013"; }
.bn-faq-item[open] summary { border-bottom: 1px solid var(--line); }
.bn-faq-item > div { padding: 14px 20px 18px; color: var(--ink-2); font-size: 0.95rem; line-height: 1.7; }
.bn-faq-item p { margin-top: 10px; }
.bn-faq-item p:first-child { margin-top: 0; }

/* ============================== SPEC SHEET ============================== */
.bn-spec { background: #fff; }
.bn-spec .sheet { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-top: 14px; }
.bn-spec .colhead { display: grid; grid-template-columns: 1.1fr 1fr 1fr; background: var(--wash); border-bottom: 1px solid var(--line); }
.bn-spec .colhead span { padding: 14px 20px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--blue-dk); }
.bn-spec .specrow { display: grid; grid-template-columns: 1.1fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.bn-spec .specrow:last-child { border-bottom: 0; }
.bn-spec .specrow > div { padding: 16px 20px; }
.bn-spec .specrow .mname { font-size: 0.94rem; font-weight: 800; color: var(--ink); }
.bn-spec .specrow .what, .bn-spec .specrow .why { font-size: 0.88rem; color: var(--muted); line-height: 1.55; }
.bn-spec .spec-cell-label { display: none; }
.bn-spec .mat-note { font-size: 0.78rem; color: var(--muted); font-style: italic; margin-top: 14px; }

/* ============================== CALCULATOR (shared ks hooks, Beacon skin) === */
.bn-calc { background: var(--wash); }
.ks-material-comparison { max-width: 760px; margin: 0 auto 26px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 28px; box-shadow: var(--sh-sm); }
.ks-material-comparison h3 { font-size: 1.1rem; }
.ks-material-comparison > p { font-size: 0.86rem; color: var(--muted); margin-top: 8px; }
.ks-material-comparison dl { margin: 18px 0 0; display: grid; gap: 0; }
.ks-material-comparison dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-top: 1px solid var(--line); }
.ks-material-comparison dt { font-weight: 600; font-size: 0.92rem; }
.ks-material-comparison dd { margin: 0; font-weight: 800; color: var(--blue-dk); font-size: 0.95rem; white-space: nowrap; }
.ks-calc-help { font-size: 0.78rem; color: var(--muted); margin: 6px 0 0; }
.ks-calculator { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--sh-sm); display: grid; grid-template-columns: 1fr 1fr; }
.ks-calc-controls { padding: 24px; border-right: 1px solid var(--line); }
.ks-calc-controls label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); margin-top: 15px; }
.ks-calc-controls label:first-child { margin-top: 0; }
.ks-calc-controls input, .ks-calc-controls select { border: 1px solid var(--line); border-radius: 9px; background: var(--wash); font-size: 0.92rem; padding: 11px 13px; }
.ks-calc-controls input:focus, .ks-calc-controls select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(var(--bn-blue-rgb), 0.13); }
.ks-calc-result { padding: 26px 24px; text-align: center; background: var(--cool); display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.ks-calc-result output { font-size: 1.9rem; font-weight: 900; color: var(--blue-dk); letter-spacing: -0.02em; display: block; margin: 8px 0 6px; }
.ks-calc-result p { font-size: 0.8rem; color: var(--muted); }
.ks-calc-result .button { margin-top: 12px; align-self: center; }
.ks-source { font-size: 0.78rem; color: var(--muted); max-width: 760px; margin: 16px auto 0; }
.bn-calc + .bn-spec, .bn-storm + .bn-faq { padding-top: 48px; }

/* ============================== GALLERY ============================== */
.bn-gal { background: var(--wash); }
.bn-gal .grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 14px; }
.bn-gal .g { margin: 0; border-radius: 12px; overflow: hidden; }
.bn-gal .g img { width: 100%; height: 100%; object-fit: cover; }
.bn-gal .g.w2 { grid-column: span 2; }
.bn-gal .g.h2 { grid-row: span 2; }
.bn-gal .note { text-align: center; margin-top: 26px; font-size: 0.82rem; color: var(--muted); font-style: italic; }

/* ============================== OVERVIEW / STORY / REGION / PROFILE ======= */
.bn-overview { background: #fff; }
.bn-overview .head { margin: 0 auto; text-align: center; max-width: 680px; }
.bn-overview .head p, .bn-overview .body p { color: var(--ink-2); font-size: 1rem; margin-top: 14px; line-height: 1.72; }
.bn-overview .body { max-width: 760px; margin: 0 auto; text-align: center; }
.bn-overview.story .body { text-align: left; }
.bn-overview .pledge { font-family: var(--heading-font); font-weight: 700; font-style: italic; font-size: 1.25rem; color: var(--blue-dk); margin-top: 22px; }
.bn-overview.has-photo .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; }
.bn-overview.has-photo .head { max-width: none; margin: 0; text-align: left; }
.bn-overview.has-photo .art { aspect-ratio: 4/3; border-radius: 16px; }
.bn-overview.has-photo .art img { height: 100%; }
.bn-overview.story.has-figure .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px; align-items: center; }
.bn-overview.story.has-figure .head { grid-column: 1 / -1; }
.bn-story-fig { border-radius: 14px; overflow: hidden; min-height: 300px; }
.bn-story-fig img { height: 100%; min-height: 300px; }
.bn-region { background: #fff; }
.bn-region .grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 50px; align-items: start; }
.bn-region .prose p { color: var(--ink-2); font-size: 1rem; line-height: 1.72; max-width: 58ch; margin-top: 16px; }
.bn-region .prose p:first-child { margin-top: 0; }
.bn-region aside .bn-cover { aspect-ratio: 4/3; border-radius: 16px; }
.bn-region .map-note { font-size: 0.8rem; color: var(--muted); margin-top: 12px; }
.bn-prof { background: var(--wash); }
.bn-prof .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center; }
.bn-prof .art { aspect-ratio: 4/3; }
.bn-prof .art img { height: 100%; }
.bn-prof p { color: var(--ink-2); font-size: 0.98rem; margin-top: 14px; max-width: 52ch; }
.bn-figs { display: flex; flex-wrap: wrap; margin-top: 26px; border-top: 2px solid var(--blue-dk); border-bottom: 1px solid var(--line); }
.bn-fig { flex: 1 1 0; min-width: 118px; padding: 16px 18px 14px; border-left: 1px solid var(--line); }
.bn-fig:first-child { border-left: 0; padding-left: 0; }
.bn-fig-n { display: block; font-size: 1.5rem; font-weight: 900; color: var(--blue-dk); }
.bn-fig-n em { color: var(--blue); font-style: normal; font-size: 0.9rem; font-weight: 800; }
.bn-fig-lab { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 7px; }
.bn-figs-note { font-size: 0.74rem; color: var(--muted); font-style: italic; margin-top: 12px; }

/* ============================== CTA ============================== */
.bn-cta .bn-lead-card { max-width: none; }
.bn-cta.bn-v1 { background: linear-gradient(160deg, var(--wash), var(--cool)); }
.bn-cta.bn-v1 .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; }
.bn-cta .sub p { font-size: 1.05rem; color: var(--ink-2); max-width: 44ch; }
.bn-cta .sub { margin: 15px 0 22px; }
.bn-cta.bn-v3 { position: relative; padding: 0; overflow: hidden; }
.bn-cta.bn-v3 .bgph { position: absolute; inset: 0; margin: 0; }
.bn-cta.bn-v3 .bgph img { width: 100%; height: 100%; object-fit: cover; }
.bn-cta.bn-v3 .bgph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 16, 22, 0.42), rgba(12, 16, 22, 0.74)); }
.bn-cta.bn-v3 .inner { position: relative; z-index: 2; max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; padding: 70px 40px; }
.bn-cta.bn-v3 h2 { color: #fff; }
.bn-cta.bn-v3 .sub p { color: rgba(255, 255, 255, 0.9); }
.bn-cta.bn-v3 .mini { display: grid; gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; }
.bn-cta.bn-v3 .mini li { display: flex; align-items: center; gap: 11px; color: #fff; font-size: 0.92rem; font-weight: 600; line-height: 1.3; }
.bn-cta.bn-v3 .mini .ck { flex: none; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); display: grid; place-items: center; }
.bn-cta.bn-v3 .mini .ck::after { content: ""; width: 6px; height: 11px; border: solid #fff; border-width: 0 2.4px 2.4px 0; transform: rotate(43deg) translateY(-1px); }

/* ============================== CONTACT / HOURS / METHODS ================= */
.bn-contact-hero .bn-lead-card { max-width: none; }
.bn-ck { background: #fff; }
.bn-ck .methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bn-ck .m { display: flex; gap: 15px; align-items: flex-start; background: var(--wash); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.bn-ck .m .ico { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--blue-soft); display: grid; place-items: center; color: var(--blue); }
.bn-ck .m .ico svg { width: 21px; height: 21px; }
.bn-ck .m .t { min-width: 0; }
.bn-ck .m .t b { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--blue); }
.bn-ck .m .t .big { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin-top: 6px; display: block; overflow-wrap: anywhere; }
.bn-ck .m .t .big a { text-decoration: none; }
.bn-ck .m .t .big a:hover { color: var(--blue); text-decoration: underline; }
.bn-ck .m .t span:not(.big) { font-size: 0.82rem; font-weight: 500; color: var(--muted); display: block; margin-top: 6px; }
.bn-hours { background: var(--band); color: #fff; padding: 64px 0; }
.bn-hours .grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.bn-hours h2 { color: #fff; }
.bn-hours p { color: rgba(255, 255, 255, 0.85); font-size: 0.98rem; margin-top: 14px; max-width: 46ch; }
.bn-hours .tbl { border-left: 1px solid rgba(255, 255, 255, 0.18); padding-left: 34px; display: grid; gap: 11px; }
.bn-hours .tbl .r { display: flex; justify-content: space-between; gap: 20px; font-size: 0.92rem; padding-bottom: 11px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.bn-hours .tbl .r:last-child { border-bottom: 0; padding-bottom: 0; }
.bn-hours .tbl .r b { color: #fff; white-space: nowrap; }
.bn-hours .tbl .r span { text-align: right; }
.bn-hours .tbl .r span, .bn-hours .tbl .r a { color: rgba(255, 255, 255, 0.85); }

/* ============================== PROSE / UTILITY / 404 ===================== */
.bn-prose .wrap.narrow { max-width: 760px; }
.bn-prose p { color: var(--ink-2); font-size: 1rem; line-height: 1.72; }
.bn-prose h2 { font-size: 1.5rem; margin-top: 10px; }
.bn-bullets { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.bn-bullets li { position: relative; padding-left: 26px; font-size: 0.98rem; line-height: 1.65; color: var(--ink-2); }
.bn-bullets li::before { content: ""; position: absolute; left: 3px; top: 9px; width: 10px; height: 10px; background: var(--blue); border-radius: 50%; }
.bn-utility-hero { background: linear-gradient(135deg, var(--blue), var(--blue-dk)); color: #fff; padding: 52px 0 44px; position: relative; overflow: hidden; }
.bn-utility-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px); background-size: 34px 34px; opacity: 0.5; }
.bn-utility-hero .wrap { position: relative; z-index: 2; }
.bn-utility-hero h1 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.bn-utility-hero p:not(.eyebrow) { color: rgba(255, 255, 255, 0.9); margin-top: 12px; max-width: 60ch; font-size: 1rem; }
.bn-notfound { min-height: 55vh; display: grid; align-items: center; }
.bn-notfound .grid { grid-template-columns: 1fr; }
.bn-notfound-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

/* ============================== BLOG (shared feed + article) ============== */
.ks-blog-feed h2 { margin-bottom: 10px; }
.ks-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.ks-blog-grid article { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--sh-sm); display: flex; flex-direction: column; }
.ks-blog-grid article img { aspect-ratio: 3/2; height: auto; }
.ks-blog-grid article > div { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.ks-blog-grid .blog-date { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blue-dk); margin-bottom: 6px; }
.ks-blog-grid h3 { font-size: 1.08rem; line-height: 1.25; }
.ks-blog-grid h3 a { text-decoration: none; }
.ks-blog-grid h3 a:hover { color: var(--blue); }
.ks-blog-grid article p:not(.blog-date) { font-size: 0.88rem; color: var(--muted); margin-top: 8px; flex: 1; }
.ks-blog-grid .text-link { color: var(--blue); font-weight: 700; text-decoration: none; }
.blog-pagination { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.collection-actions { margin-top: 28px; }
.bn-post-hero { background: linear-gradient(135deg, var(--blue), var(--blue-dk)); color: #fff; padding: 48px 0 40px; position: relative; overflow: hidden; }
.bn-post-hero::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--gold); }
.bn-post-hero .wrap { position: relative; z-index: 2; max-width: 860px; }
.bn-post-hero .crumb { font-size: 0.78rem; font-weight: 600; color: rgba(255, 255, 255, 0.78); margin-bottom: 14px; }
.bn-post-hero .crumb a { color: rgba(255, 255, 255, 0.78); }
.bn-post-hero .crumb a:hover { color: #fff; }
.bn-post-hero h1 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.12; }
.bn-post-meta { font-size: 0.8rem; font-weight: 600; color: rgba(255, 255, 255, 0.85); margin-top: 14px; }
.bn-post-fig { max-width: 820px; padding-top: 30px; }
.bn-post-fig figure { margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.bn-post-fig img { width: 100%; height: auto; }
.bn-post-body { max-width: 720px; padding-top: 34px; }
.bn-post-lead p { font-size: 1.15rem; line-height: 1.6; color: var(--ink); }
.bn-post .bn-prose { padding: 12px 0; }
.bn-post .bn-prose .wrap.narrow { max-width: 720px; }
.bn-post .bn-prose h2 { font-size: 1.6rem; margin: 26px 0 0; }
.bn-post .bn-prose p { font-size: 1rem; line-height: 1.75; color: var(--ink); }
.bn-post .bn-faq { background: var(--wash); }
.bn-post-end { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 26px; padding-bottom: 60px; }

/* ============================== FOOTER ============================== */
.bn-footer { background: var(--bn-ink); color: #a9b5c8; border-top: 4px solid var(--blue); padding: 52px 0 20px; }
.bn-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; }
.bn-foot-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.bn-foot-mark { width: 40px; height: 40px; flex: none; }
.bn-foot-name { color: #fff; font-weight: 800; font-size: 1.15rem; letter-spacing: -0.02em; line-height: 1.15; }
.bn-foot-name small { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #8090a8; margin-top: 5px; }
.bn-foot-about { font-size: 0.85rem; color: #8d9ab2; margin-top: 16px; max-width: 36ch; line-height: 1.6; }
.bn-foot-col h2 { color: #fff; font-family: var(--body-font); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.bn-foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.bn-foot-col a { display: inline-block; color: #a9b5c8; font-size: 0.86rem; padding: 4px 0; text-decoration: none; transition: color 0.15s; }
.bn-foot-col a:hover { color: #fff; }
.bn-foot-contact p { font-size: 0.85rem; color: #8d9ab2; margin: 12px 0 16px; max-width: 30ch; }
.bn-foot-phone { color: #fff; font-size: 1.2rem; font-weight: 800; text-decoration: none; display: inline-block; margin-bottom: 4px; }
.bn-foot-cta, .bn-foot-col a.bn-foot-cta, .bn-foot-col a.bn-foot-cta:hover { font-size: 0.82rem; padding: 12px 18px; color: #fff; }
.bn-foot-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.78rem; color: #7f8da4; }
.bn-foot-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.bn-foot-bottom a { color: #7f8da4; text-decoration: none; }
.bn-foot-bottom a:hover { color: #fff; }

/* mobile sticky actions — Beacon .mbar look */
.mobile-actions { border-top: 1px solid var(--line); box-shadow: 0 -6px 18px rgba(27, 36, 48, 0.1); }
.mobile-actions a { font-weight: 800; font-size: 0.88rem; color: var(--blue-dk); }
.mobile-actions a:last-child { background: var(--blue); color: #fff; }

/* ============================== RESPONSIVE ============================== */
@media (max-width: 1000px) {
  .bn-hero.bn-v1 .grid, .bn-hero.bn-v3 .grid, .bn-hero.bn-v4 .grid { grid-template-columns: 1fr; gap: 32px; }
  .bn-hero .grid > * { min-width: 0; }
  .bn-hero.bn-v1 .art { order: -1; }
  .bn-hero.bn-v1 .art .bn-cover { min-height: 0; aspect-ratio: 4/3; }
  .bn-hero.bn-v1 .chip { left: 14px; }
  .bn-hero.bn-v3 .grid { min-height: 0; }
  .bn-hero.bn-v3 .art { min-height: 300px; }
  .bn-hero.bn-v3 .copy { padding: 44px 28px; }
  .bn-lead-card { max-width: none; }
  .bn-svc.bn-v1 .grid, .bn-svc.bn-v1 .grid.cols-3, .bn-svc.bn-v1 .grid.cols-4 { grid-template-columns: 1fr 1fr; }
  .bn-svc.bn-v2 .grid { grid-template-columns: 1fr; gap: 30px; }
  .bn-svc.bn-v2 .feature { min-height: 300px; }
  .bn-svc.bn-v3 .grid, .bn-svc.bn-v3 .grid.cols-3 { grid-template-columns: 1fr 1fr; }
  .bn-proc.bn-v1 .grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .bn-proc.bn-v1 .grid::before { display: none; }
  .bn-proc.bn-v3 .grid { grid-template-columns: 1fr; gap: 30px; }
  .bn-proc.bn-v3 .art, .bn-proc.bn-v3 .art img { min-height: 300px; }
  .bn-proof.bn-v1 .stats { grid-template-columns: 1fr 1fr; gap: 26px 0; }
  .bn-proof.bn-v1 .stat:not(:first-child)::before { display: none; }
  .bn-proof.bn-v2 .grid { grid-template-columns: 1fr; }
  .bn-sig.bn-v1 .row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .bn-cov .grid, .bn-cta.bn-v1 .grid, .bn-cta.bn-v3 .inner, .bn-region .grid, .bn-prof .grid, .bn-ck .methods, .bn-hours .grid, .bn-storm-grid, .bn-cost .grid, .bn-overview.has-photo .grid, .bn-overview.story.has-figure .wrap { grid-template-columns: 1fr; gap: 30px; }
  .bn-opt .grid { grid-template-columns: 1fr 1fr; }
  .bn-hours .tbl { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.18); padding-top: 24px; }
  .bn-foot-grid { grid-template-columns: 1fr 1fr; }
  .ks-blog-grid { grid-template-columns: 1fr 1fr; }
  .bn-story-fig, .bn-story-fig img { min-height: 220px; }
}
@media (max-width: 760px) {
  .section { padding: 60px 0; }
  .wrap { padding: 0 20px; }
  .bn-svc.bn-v1 .grid, .bn-svc.bn-v1 .grid.cols-2, .bn-svc.bn-v3 .grid, .bn-svc.bn-v3 .grid.cols-2, .bn-svc.bn-v3 .grid.cols-3, .bn-svc.bn-v3 .grid.cols-4 { grid-template-columns: 1fr; }
  .bn-sig.bn-v3 .pillars { grid-template-columns: 1fr 1fr; }
  .bn-scope .cards, .bn-signs .list, .bn-opt .grid { grid-template-columns: 1fr; }
  .bn-cost .copy { padding-left: 18px; }
  .bn-scope, .bn-opt, .bn-cost, .bn-proof.bn-v2, .bn-gal, .bn-faq { padding-top: 48px; padding-bottom: 48px; }
  .bn-signs .panel { padding: 48px 0; }
  .bn-cta.bn-v3 .inner { padding: 60px 24px; }
  .bn-gal .grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; gap: 12px; }
  .bn-gal .g { aspect-ratio: 4/3; }
  .bn-gal .g.w2, .bn-gal .g.h2 { grid-column: auto; grid-row: auto; }
  .ks-calculator { grid-template-columns: 1fr; }
  .ks-calc-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .ks-blog-grid { grid-template-columns: 1fr; }
  .bn-spec .colhead { display: none; }
  .bn-spec .specrow { grid-template-columns: 1fr; gap: 4px; padding: 6px 0; }
  .bn-spec .specrow > div { padding: 8px 18px; }
  .bn-spec .spec-cell-label { display: inline; font-weight: 700; color: var(--ink); }
  .bn-storm-stats { gap: 24px; }
  .bn-post-end { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 430px) {
  .bn-proc.bn-v1 .grid, .bn-proof.bn-v1 .stats, .bn-sig.bn-v1 .row, .bn-sig.bn-v3 .pillars { grid-template-columns: 1fr; }
  .bn-gal .grid { grid-template-columns: 1fr; }
  .bn-foot-grid { grid-template-columns: 1fr; }
  .bn-ck .methods { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .btn:hover, .button:hover, .bn-svc .card:hover, .bn-svc .item:hover, .bn-svc .tile:hover { transform: none; }
  .bn-svc .card:hover .more::after, .bn-svc .tile:hover .more::after { transform: none; }
}
/* Mobile menu: submenus expand in normal flow so parent links below stay visible
   and reachable (jury B-05). Desktop keeps the floating dropdown above. */
@media (max-width: 700px) {
  .nav-group { position: static; display: block; }
  .nav-parent { display: flex; align-items: center; justify-content: space-between; }
  .nav-parent > a { flex: 1; }
  .nav-disclosure { padding: 12px 16px; }
  .nav-panel { position: static; min-width: 0; margin: 0 0 6px; border: none; border-left: 3px solid var(--cool); border-radius: 0; box-shadow: none; padding: 0 0 0 12px; }
  .nav-panel[hidden] { display: none; }
}


/* Assigned phone controls remain available between desktop and mobile breakpoints. */
.site-footer .phone-large{display:inline-block;margin-top:16px}
.header-actions:has(.header-phone){display:flex;align-items:center;gap:16px}
@media(min-width:761px){.mobile-actions:has(a[href^="tel:"]){display:none}}
@media(min-width:761px) and (max-width:1320px){.header-actions:has(.header-phone) .header-cta{display:none}.header-actions .header-phone{display:inline-flex;white-space:nowrap;font-weight:800}}
@media(max-width:760px){body:has(.mobile-actions a[href^="tel:"]){padding-bottom:74px}.header-actions:has(.header-phone){display:none}.mobile-actions:has(a[href^="tel:"]){display:flex;position:fixed;bottom:0;left:0;right:0;z-index:45;padding:0;background:white;border-top:1px solid var(--line);box-shadow:0 -4px 18px #0002}.mobile-actions:has(a[href^="tel:"]) a{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;padding:16px 6px;font-size:13px;font-weight:800;text-align:center;text-decoration:none;color:var(--ink);background:white}.mobile-actions:has(a[href^="tel:"]) a:last-child{color:white;background:var(--blue,var(--accent,#1d5fd0))}}

.contact-phone a{color:inherit;font-size:1.3rem;font-weight:800}.site-footer .phone-large{color:inherit}

.bn-contact-hero .contact-phone,.bn-contact-hero .contact-phone a{color:#fff}

.bn-contact-hero .copy .contact-phone a{color:#fff}
/* Quality pass: keep the accepted Cobalt/Sora identity and home composition. */
.header-phone{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 15px;border:1px solid var(--blue-dk,#11337a);border-radius:9px;color:var(--blue-dk,#11337a);font-size:14px;font-weight:800;white-space:nowrap;text-decoration:none}.header-phone:hover{background:#edf2fa}.lowell-answer-action{margin-top:30px;padding-top:25px;border-top:1px solid #cad7eb}.lowell-answer-action .button{margin:0}.bn-overview:not(.has-photo):has(+.bn-options){background:#f3f6fb}.lead-form a{color:#11337a}.section>.wrap>.sec-head>.eyebrow{display:none}body:has(.lead-form :focus) .mobile-actions{visibility:hidden}

.contact-hours{margin:1rem 0;max-width:34rem}.contact-hours strong{display:block;font-size:1rem;line-height:1.4;color:inherit}.contact-hours p{font-size:.88rem!important;line-height:1.6!important;margin:.4rem 0 0!important;color:inherit!important}.contact-hours-intro{padding:1rem 1.25rem;background:#edf3f8;color:#163552;border-radius:8px;margin-bottom:1rem}.contact-hours-intro .contact-hours{margin:0}footer .contact-hours{max-width:24rem}.footer-hours{margin-top:1.5rem}
.bn-contact-hero .contact-hours{color:#fff}
