@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;
  }
}
/* Only configured slots reserve the flexible production widget's footprint. */
.lead-form .turnstile-slot {
  display: block;
  width: 100%;
  min-width: 300px;
  min-height: 65px;
  line-height: 0;
}
.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;
  }
}

/* Beacon primary-source port: V3 hero, V1 cards/process, V2 standards, V3 close.
   Current compact single-step form and content-specific inner layouts. */
:root{--blue:#1d5fd0;--blue-dk:#143f8c;--blue-soft:#e7eefb;--paper:#f4f7fb;--cool:#eef3fa;--ink:#1b2430;--muted:#53647e;--line:#d7e2f1;--gold:#e8a93b;--accent:var(--blue);--heading-font:'Figtree',sans-serif;--body-font:'Figtree',sans-serif;--wrap:1180px}
body{font:17px/1.6 var(--body-font);background:white;color:var(--ink)}h1,h2,h3{font-weight:800;letter-spacing:-.025em;line-height:1.1}h1{font-size:clamp(34px,3.45vw,50px)}h2{font-size:clamp(29px,2.85vw,40px)}h3{font-size:22px}p{max-width:none}a{color:inherit}.wrap,.container{max-width:var(--wrap);padding-inline:28px;margin-inline:auto;width:100%}.eyebrow{font-size:12px;line-height:1.4;letter-spacing:.14em;font-weight:800;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:10px;margin-bottom:18px}.eyebrow:before{content:'';height:3px;width:25px;flex:none;background:var(--gold);border-radius:2px}.button{border:2px solid transparent;border-radius:10px;background:var(--blue);color:white;font-family:inherit;font-size:15px;font-weight:800;line-height:1.25;padding:14px 22px;box-shadow:0 5px 14px #143f8c1a;min-height:48px;display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none}.button:hover{background:var(--blue-dk)}.button-outline{color:var(--blue);border-color:var(--blue);background:white}.text-link{color:var(--blue-dk);font-weight:750;text-decoration:underline;text-underline-offset:4px;display:inline-block;margin-top:22px}.text-link:after{content:' →';white-space:nowrap}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}figure{margin:0;border-radius:16px;overflow:hidden}figcaption{font-size:12px;color:var(--muted);padding:10px 0}p+p{margin-top:17px}
.site-header{height:86px;background:white;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.header-inner{max-width:1360px;display:flex;gap:28px;height:100%;padding-inline:40px;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;line-height:1}.brand svg{width:43px;height:43px;flex:none}.brand>span{font-size:24px;font-weight:850;letter-spacing:-.04em}.brand small{font-size:10px;letter-spacing:.2em;color:var(--muted);margin-top:8px;display:block}.site-header nav{gap:22px;font-size:14px;font-weight:700}.nav-parent{gap:3px}.nav-panel{border:1px solid var(--line);border-radius:12px;box-shadow:0 15px 35px #143f8c1c;min-width:260px;padding:12px}.nav-panel a{font-size:14px;padding:10px 12px;white-space:normal}.nav-panel a:hover{background:var(--paper);color:var(--blue)}.header-actions{margin:0}.header-cta{font-size:13px;white-space:nowrap}.nav-disclosure span{font-size:0}.nav-disclosure span:after{content:'';display:block;width:6px;height:6px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);margin-top:-3px}.menu-toggle{font-family:inherit}
.bn-hero.bn-v3{padding:0;background:var(--paper)}.bn-v3>.grid{display:grid;grid-template-columns:1fr 1.05fr;max-width:1680px;margin:auto;align-items:stretch}.bn-hero .art{position:relative;border-radius:0;min-height:670px}.bn-hero .art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bn-hero .art:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#101d36aa);pointer-events:none}.bn-hero .art figcaption{position:absolute;bottom:30px;left:38px;color:white;font-weight:650;z-index:1;font-size:14px}.bn-hero .copy{padding:36px clamp(30px,4vw,70px);background:linear-gradient(150deg,var(--paper),white);display:flex;flex-direction:column;justify-content:center}.bn-hero .ci{color:var(--blue);display:inline}.bn-hero .lead{font-size:17px;color:var(--muted);margin:15px 0 22px;max-width:57ch}.bn-hero .lead p+p{margin-top:12px}.bn-hero .eyebrow{margin-bottom:13px}.bn-v4{background:linear-gradient(130deg,#1d5fd0,#143f8c);padding:55px 0;position:relative}.bn-v4 .grid{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:center}.bn-v4 h1,.bn-v4 .ci,.bn-v4 .hero-message,.bn-v4 .hero-message>.eyebrow{color:white}.bn-v4 h1{font-size:clamp(38px,4vw,56px);margin-bottom:24px}.bn-v4 .hero-message>p:not(.eyebrow){font-size:19px}.hero-note{border-top:1px solid #ffffff4a;padding-top:25px;margin-top:30px!important;font-size:15px!important}.article-date{font-size:13px;margin-bottom:18px;color:var(--muted)}
.lead-form{background:white;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 8px 24px #143f8c0c;display:grid;gap:11px;width:100%;max-width:510px;color:var(--ink);margin:0}.lead-form h2{font-size:22px;line-height:1.16;margin:0;letter-spacing:-.015em}.lead-form .form-intro{font-size:13px;color:var(--muted);line-height:1.4;margin:0 0 3px}.lead-form label{font-size:12px;font-weight:750;line-height:1.4;display:grid;gap:5px}.lead-form label>span:not(.consent span){font-weight:500}.lead-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid>label{display:block}.form-grid input{margin-top:5px}.form-grid label>span{display:inline}.lead-form input:not([type=checkbox]),.lead-form select,.lead-form textarea{font-family:inherit;font-size:15px;min-height:43px;width:100%;min-width:0;padding:9px 11px;border:1px solid var(--line);border-radius:7px;background:var(--paper);color:var(--ink);margin-bottom:0}.lead-form textarea{min-height:60px;resize:vertical}.lead-form .consent{display:flex;align-items:flex-start;font-size:11px;font-weight:400;line-height:1.45;gap:9px}.lead-form .consent input{width:16px;height:16px;flex:none;margin:2px 0 0}.lead-form .button{width:100%;min-height:45px;padding:11px 16px;font-size:14px;gap:8px}.form-status:empty{display:none}.form-status{font-size:13px;color:#a32222;margin:0}.turnstile-slot{min-height:0;display:none}.turnstile-slot:not(:empty){display:block;min-height:65px}.honey{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.bn-section{padding:78px 0}.sec-head{max-width:740px;margin-bottom:35px}.sec-head.center{text-align:center;margin-inline:auto}.sec-head>p:not(.eyebrow){margin-top:18px;color:var(--muted)}.bn-split{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:70px}.bn-split .sec-head{margin:0}.bn-split .split-copy>p{margin-top:18px}.bn-split figure{height:420px}.bn-split figure img{width:100%;height:100%;object-fit:cover}.bn-split.image-left figure{grid-column:1;grid-row:1}.bn-split.image-left .split-copy{grid-column:2}.bn-services,.bn-areas,.bn-resources{background:var(--paper)}.bn-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.bn-card-grid.count-2,.bn-card-grid.count-4{grid-template-columns:repeat(2,1fr)}.bn-card-grid.count-7{grid-template-columns:repeat(4,1fr)}.bn-card{border:1px solid var(--line);background:white;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 5px 14px #1b243007}.bn-card>a{height:190px;overflow:hidden}.bn-card>a img{height:100%;width:100%;object-fit:cover;transition:transform .2s}.bn-card:hover>a img{transform:scale(1.025)}.card-body{padding:25px;flex:1;display:flex;flex-direction:column}.card-body h3{font-size:23px}.card-body h3 a{text-decoration:none}.card-body p{color:var(--muted);font-size:15px;margin:14px 0 0}.card-body>.text-link{margin-top:auto;padding-top:18px;font-size:14px}
.bn-process-row{display:grid;grid-template-columns:repeat(var(--steps),1fr);list-style:none;padding:0;gap:32px;margin:0;counter-reset:steps}.bn-process-row li{position:relative}.bn-process-row li:not(:last-child):before{content:'';position:absolute;left:47px;right:-34px;top:25px;border-top:2px solid #cbdcf5;z-index:0}.node{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--blue);color:white;font-weight:800;font-size:21px;position:relative;box-shadow:0 0 0 7px white;margin-bottom:24px}.bn-process-row h3{font-size:22px}.bn-process-row p{font-size:16px;color:var(--muted);margin-top:13px}.bn-standards{background:var(--paper)}.bn-standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bn-standards-grid article{border:1px solid var(--line);border-radius:14px;background:white;padding:30px}.check-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--blue-soft);color:var(--blue);margin-bottom:20px;font-weight:800}.bn-standards-grid p{font-size:16px;color:var(--muted)}
.bn-compare{background:var(--paper)}.bn-comparison{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;background:white}.bn-comparison article{padding:32px}.bn-comparison article+article{border-left:1px solid var(--line)}.bn-comparison:has(>article:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}.option-label{color:var(--blue);font-weight:800;font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.bn-comparison p:not(.option-label){font-size:16px;color:var(--muted)}.bn-details-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.bn-details-layout .sec-head{margin-bottom:25px}.bn-details-layout figure{height:320px}.bn-detail-rows article{display:grid;grid-template-columns:36px 1fr;gap:17px;border-bottom:1px solid var(--line);padding:23px 0}.bn-detail-rows article:first-child{padding-top:0}.bn-detail-rows article>span{font-size:14px;font-weight:800;color:var(--blue);padding-top:2px}.bn-detail-rows h3{font-size:21px}.bn-detail-rows p{font-size:16px;color:var(--muted);margin-top:11px}
.bn-prices{background:var(--blue-dk);color:white}.bn-prices .sec-head p,.bn-prices .sec-head h2,.bn-prices h3{color:white}.bn-prices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin:38px 0 30px}.bn-prices-grid article{background:#ffffff0d;border:1px solid #ffffff3b;padding:32px;border-radius:15px}.bn-prices-grid .price{font-size:clamp(30px,3vw,44px);font-weight:850;line-height:1.1;letter-spacing:-.03em;margin:25px 0 20px}.bn-prices-grid p:not(.price){font-size:15px;color:#e4ecfb}.bn-prices>.wrap>p{font-size:13px;color:#dce8fb;max-width:90ch}.bn-calculator{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:18px;overflow:hidden}.calc-controls{padding:34px;display:grid;gap:17px}.calc-controls label{font-size:14px;font-weight:750;display:grid;gap:8px}.calc-controls input,.calc-controls select{font:16px inherit;border-radius:8px;border:1px solid var(--line);background:var(--paper);min-height:48px;padding:12px;width:100%}.calc-help{font-size:13px;color:var(--muted)}.calc-result{background:var(--paper);padding:38px;display:flex;flex-direction:column;justify-content:center}.calc-result output{font-size:38px;font-weight:850;color:var(--blue-dk);line-height:1.15;margin:18px 0 25px}.calc-result .button{margin-top:27px}.calc-result>p:not(.eyebrow){font-size:14px}.bn-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.faq-answers details{border-bottom:1px solid var(--line);padding:20px 0;background:transparent;border-radius:0}.faq-answers details:first-child{padding-top:0}.faq-answers summary{font-size:18px;font-weight:750;cursor:pointer;line-height:1.4;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq-answers summary:after{content:'+';color:var(--blue);font-size:23px}.faq-answers details[open] summary:after{content:'−'}.faq-answers details p{font-size:16px;color:var(--muted);margin-top:15px}.faq-answers a{color:var(--blue-dk)}
.bn-cta{position:relative;background:var(--blue-dk);padding:65px 0;overflow:hidden}.cta-photo{position:absolute;inset:0}.cta-photo img{width:100%;height:100%;object-fit:cover}.cta-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(100deg,#102b57f2,#102b57bc)}.cta-grid{position:relative;display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.cta-copy{color:white}.cta-copy h2{font-size:clamp(34px,3.7vw,50px);color:white}.cta-copy>.eyebrow{color:white}.cta-copy>p:not(.eyebrow){margin-top:25px;font-size:19px;max-width:43ch}.cta-copy a{font-size:16px;color:white}.bn-footer{background:#f4f7fb;color:var(--ink);padding:65px 0 20px;border-top:1px solid var(--line)}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr;gap:45px}.footer-identity>svg{width:48px;height:48px;margin-bottom:20px}.footer-brand{font-size:24px;font-weight:850;line-height:1.2}.footer-identity>p:not(.footer-brand){font-size:15px;color:var(--muted);margin:16px 0 24px}.bn-footer nav h2{font-size:16px;margin:0 0 20px;color:var(--blue-dk)}.bn-footer nav>a{display:block;font-size:14px;text-decoration:none;margin:13px 0;line-height:1.4}.bn-footer nav>a:hover{text-decoration:underline}.bn-footer nav>p{font-size:13px;color:var(--muted);margin-top:25px}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;margin-top:45px;display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.mobile-actions{display:none}.bn-utility-hero{background:var(--paper);padding:70px 0}.bn-utility-hero h1{font-size:46px}.bn-utility-hero p:not(.eyebrow){max-width:70ch;margin-top:25px}.bn-text{padding:35px 0}.utility-copy{max-width:780px;margin:auto}.utility-copy h2{font-size:27px}.utility-copy .sec-head{margin:0}.utility-copy p{font-size:16px}.bn-error{padding:100px 0;background:var(--paper);min-height:65vh}.bn-error h1{color:var(--blue-dk);margin-bottom:25px}.bn-error p:not(.eyebrow){max-width:60ch}.bn-error nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:35px}
.bn-blog-feed{background:var(--paper)}.ks-blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:35px}.ks-blog-grid article{border:1px solid var(--line);border-radius:15px;background:white;overflow:hidden}.ks-blog-grid article>img{height:240px}.ks-blog-grid article>div{padding:28px}.blog-date{font-size:12px;color:var(--muted);margin-bottom:15px}.ks-blog-grid h3{font-size:25px}.ks-blog-grid p{font-size:15px}.collection-actions{margin-top:30px}.archive-scope{font-size:14px;color:var(--muted);margin-bottom:32px}.storm-highlights{padding:28px;background:var(--paper);border-radius:14px;margin:30px 0}.storm-highlights h3{font-size:23px}.storm-highlights p{font-size:14px}.storm-year{margin:15px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.storm-year>summary{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;gap:20px}.storm-year summary h3{font-size:25px}.storm-year summary small{display:block;font-size:12px;color:var(--muted)}.ks-table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}th,td{padding:18px;border-bottom:1px solid var(--line)}thead{background:var(--paper)}td small{display:block;color:var(--muted);font-size:11px}.table-cell-label{display:none}.ks-caption-accessible{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(min-width:1680px){.bn-hero.bn-v3{background:linear-gradient(90deg,var(--cool),white)}.bn-hero .copy{padding:45px 75px}.bn-hero .art{min-height:800px}}
@media(max-width:1150px){.header-inner{padding-inline:24px;gap:18px}.site-header nav{gap:10px;font-size:13px}.brand>span{font-size:21px}.brand svg{width:36px;height:36px}.header-cta{padding:11px;font-size:12px}.bn-hero .copy{padding:30px}.bn-split,.bn-details-layout,.bn-faq-grid{gap:38px}.cta-grid{gap:45px}.bn-v4 .grid{gap:35px}}
@media(max-width:1000px){.site-header{height:74px}.header-actions{display:none}.menu-toggle{display:block;border:1px solid var(--line);border-radius:8px;padding:9px 12px;font-size:13px;min-height:42px;background:white}.site-header #main-nav{display:none;position:absolute;top:74px;left:0;right:0;background:white;padding:20px 24px;border-bottom:1px solid var(--line);max-height:calc(100dvh - 140px);overflow:auto}.site-header #main-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:5px}.site-header #main-nav>a,.nav-parent>a{padding:12px 0;font-size:16px}.nav-parent{display:flex;justify-content:space-between}.nav-disclosure{width:45px;min-height:44px}.nav-panel{position:static;box-shadow:none;min-width:0;margin:0 0 10px}.bn-v3>.grid{grid-template-columns:.8fr 1.2fr}.bn-hero .art{min-height:700px}.bn-hero .copy{padding:26px}.bn-hero h1{font-size:36px}.bn-hero .lead{font-size:16px}.bn-card-grid.count-7{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1.2fr 1fr;gap:40px}.bn-process-row{gap:20px}}
@media(max-width:700px){html{scroll-padding-top:85px}.wrap,.container{padding-inline:22px}.header-inner{padding-inline:20px}.brand>span{font-size:22px}.brand svg{width:36px;height:36px}.brand small{font-size:9px}.bn-v3>.grid{display:flex;flex-direction:column}.bn-hero .art{height:240px;min-height:0;order:0}.bn-hero .art img{object-position:center}.bn-hero .art figcaption{bottom:14px;left:22px;font-size:12px}.bn-hero .copy{padding:28px 22px 35px}.bn-hero h1{font-size:35px;line-height:1.06}.bn-hero .lead{font-size:16px;margin-bottom:23px}.bn-hero .eyebrow{font-size:10px}.lead-form{max-width:none;padding:20px 17px;gap:12px}.lead-form h2{font-size:21px}.lead-form .form-grid{gap:10px}.lead-form input:not([type=checkbox]),.lead-form select,.lead-form textarea{font-size:16px}.lead-form .consent{font-size:11px}.bn-v4{padding:35px 0}.bn-v4 .grid{display:block}.bn-v4 .hero-message{margin-bottom:28px}.bn-v4 h1{font-size:38px}.bn-v4 .hero-message>p:not(.eyebrow){font-size:17px}.hero-note{margin-top:20px!important;padding-top:20px}.bn-section{padding:48px 0}h2{font-size:30px}.sec-head{margin-bottom:26px}.sec-head>p:not(.eyebrow){font-size:16px}.bn-split,.bn-details-layout,.bn-faq-grid{display:flex;flex-direction:column;gap:27px}.bn-split figure{height:260px;width:100%}.bn-split.image-left figure{order:1}.bn-split .split-copy>p{font-size:16px}.bn-card-grid,.bn-card-grid.count-2,.bn-card-grid.count-4,.bn-card-grid.count-7{grid-template-columns:1fr;gap:15px}.bn-services .bn-card{display:grid;grid-template-columns:105px 1fr}.bn-services .bn-card>a{height:100%;min-height:155px}.card-body{padding:20px}.card-body h3{font-size:21px}.card-body p{font-size:14px;margin-top:10px}.card-body>.text-link{font-size:13px;padding-top:14px}.bn-areas .bn-card>a,.bn-resources .bn-card>a{height:190px}.bn-process-row{display:block}.bn-process-row li{padding-left:67px;padding-bottom:28px;min-height:100px}.bn-process-row li:last-child{padding-bottom:0}.node{position:absolute;left:0;top:0;width:42px;height:42px;font-size:18px;margin:0;box-shadow:none}.bn-process-row li:not(:last-child):before{left:20px;top:42px;bottom:0;width:2px;right:auto;border-left:2px solid #cbdcf5;border-top:none}.bn-process-row h3{font-size:21px}.bn-process-row p{font-size:15px;margin-top:10px}.bn-standards-grid,.bn-comparison{grid-template-columns:1fr!important}.bn-standards-grid article{padding:25px}.bn-comparison article{padding:25px}.bn-comparison article+article{border-left:0;border-top:1px solid var(--line)}.bn-details-layout>div{width:100%}.bn-details-layout figure{height:245px}.bn-detail-rows article{padding:21px 0;grid-template-columns:27px 1fr;gap:12px}.bn-prices-grid{grid-template-columns:1fr;margin-top:30px;gap:18px}.bn-prices-grid article{padding:25px}.bn-prices-grid .price{font-size:36px;margin:23px 0 20px}.bn-calculator{grid-template-columns:1fr}.calc-controls,.calc-result{padding:25px}.calc-result output{font-size:34px}.bn-faq-grid{gap:6px}.bn-faq-grid>.sec-head{margin-bottom:20px}.faq-answers summary{font-size:17px}.faq-answers details p{font-size:15px}.bn-cta{padding:46px 0}.cta-grid{display:block}.cta-copy{margin-bottom:32px}.cta-copy h2{font-size:36px}.cta-copy>p:not(.eyebrow){font-size:17px;margin-top:20px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-identity{grid-column:1/-1}.footer-identity>svg{float:left;margin:0 15px 10px 0}.footer-identity .footer-brand{font-size:23px}.footer-bottom{display:block;font-size:11px;margin-top:35px}.footer-bottom p+p{margin-top:8px}.bn-footer{padding:45px 0 85px}.mobile-actions{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:45;background:var(--blue);padding:0;box-shadow:0 -4px 18px #143f8c24}.mobile-actions a{display:block;width:100%;padding:16px;text-align:center;color:white;background:var(--blue);font-size:14px;font-weight:800}.bn-text{padding:27px 0}.bn-utility-hero{padding:40px 0}.bn-utility-hero h1{font-size:35px}.bn-error{padding:55px 0}.bn-error h1{font-size:39px}.bn-error nav{display:flex;align-items:stretch;flex-direction:column}.ks-blog-grid{grid-template-columns:1fr}.ks-blog-grid article>img{height:210px}.ks-blog-grid article>div{padding:24px}.storm-year>summary{padding:18px;gap:14px}.storm-highlights{padding:22px}.storm-highlights h3{font-size:22px}.ks-table-scroll table,.ks-table-scroll tbody,.ks-table-scroll tr,.ks-table-scroll th,.ks-table-scroll td{display:block}.ks-table-scroll thead{display:none}.ks-table-scroll tr{padding:18px;border-bottom:1px solid var(--line)}.ks-table-scroll td,.ks-table-scroll th{border:0;padding:7px 0}.table-cell-label{display:block;font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;margin-bottom:4px}.storm-year summary span{font-size:13px}.storm-year summary small{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Seed review corrections: family navigation anatomy, compact fields, real container only. */
.nav-parent{display:flex;align-items:center}.nav-group{position:relative}.nav-disclosure{border:0;background:transparent;color:var(--muted);padding:8px;min-width:25px;min-height:32px}.nav-disclosure span:after{display:none}.nav-panel{position:absolute;top:100%;left:0;z-index:60;background:white}.nav-panel[hidden]{display:none}.nav-panel a{display:block}.lead-form label{margin:0}.lead-form .form-grid{margin:0}.lead-form .turnstile-slot:not([data-turnstile-sitekey]){display:none;min-height:0;padding:0;border:0}.lead-form .turnstile-slot:not([data-turnstile-sitekey]):before{content:none}.bn-card-grid.count-8{grid-template-columns:repeat(4,1fr)}.bn-details-layout>div:first-child{display:flex;flex-direction:column;height:100%}.bn-details-layout>div:first-child figure{flex:1;min-height:320px;max-height:470px}.button:hover{filter:none}
@media(max-width:1000px){.nav-panel{position:static}.bn-card-grid.count-8{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.bn-card-grid.count-8{grid-template-columns:1fr}.bn-details-layout>div:first-child figure{height:245px;min-height:245px;flex:none}}
.lead-form .consent{margin:4px 0 0}.lead-form input:not([type=checkbox]),.lead-form select,.lead-form textarea{font-weight:400;margin-top:0}.lead-form .form-grid input{margin-top:5px}.site-header .nav-panel a{padding:10px 12px;font-size:14px}.bn-card-grid.count-7{grid-template-columns:repeat(6,1fr)}.bn-card-grid.count-7 .bn-card{grid-column:span 2}.bn-card-grid.count-7 .bn-card:nth-last-child(-n+4){grid-column:span 3}@media(max-width:700px){.bn-card-grid.count-7{grid-template-columns:1fr}.bn-card-grid.count-7 .bn-card{grid-column:auto}}

@media(max-width:1000px) and (min-width:701px){.bn-card-grid.count-7{grid-template-columns:repeat(2,1fr)}.bn-card-grid.count-7 .bn-card,.bn-card-grid.count-7 .bn-card:nth-last-child(-n+4){grid-column:auto}.bn-card-grid.count-7 .bn-card:last-child{grid-column:1/-1}}
@media(max-width:700px){.bn-card-grid.count-7 .bn-card,.bn-card-grid.count-7 .bn-card:nth-last-child(-n+4){grid-column:auto}}
.calc-controls input,.calc-controls select{font-family:inherit;font-size:16px;font-weight:400}

.lead-form .turnstile-slot[data-turnstile-sitekey]{display:block;min-height:65px}.lead-form .turnstile-slot:before{content:none}
/* Jury polish: reduce the joined white detail/process seam on roof repair only. */
@media(min-width:701px){#how-the-repair-comes-together{padding-top:32px}}

/* 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}
/* Authorized Gravette hero experiment and complete article/area/storm compositions. */
:root{--blue:#1859c9;--blue-dk:#123c82;--ink:#13263e;--heading-font:'Sora',sans-serif;--wrap:1240px}
h1,h2,h3{font-family:var(--heading-font);font-weight:700;letter-spacing:-.045em}h3{letter-spacing:-.025em}.brand>span{font-family:'Sora',sans-serif;font-size:23px}.brand small{font-family:'Figtree',sans-serif;font-size:10px}.header-inner{max-width:1510px;padding-inline:32px;gap:22px}.site-header nav{gap:15px;font-size:13px}.header-actions{gap:12px}.header-phone{white-space:nowrap;font-size:14px}.header-cta{padding-inline:17px}
.fr-hero{position:relative;background:#102c56;isolation:isolate}.hero-scene{position:absolute;inset:0 0 63px;z-index:-2}.hero-scene img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-scene:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,30,57,.88) 0%,rgba(10,30,57,.57) 42%,rgba(10,30,57,.1) 72%)}.fr-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:center;min-height:754px;padding-block:55px}.fr-hero .hero-message{color:white;padding-bottom:35px}.fr-hero .eyebrow{color:#fff;font-size:11px;letter-spacing:.16em}.fr-hero h1{font-size:clamp(43px,4.5vw,65px);line-height:1.06;max-width:11ch;letter-spacing:-.055em;color:white}.fr-hero h1>span{display:block;font-size:22px;line-height:1.3;letter-spacing:-.025em;margin-bottom:18px;color:#fff}.hero-intro{font-size:19px;line-height:1.65;max-width:44ch;margin-top:25px}.hero-benefits{display:flex;gap:15px;flex-wrap:wrap;font-size:12px;font-weight:650;margin-top:28px}.hero-benefits span:before{content:'✓';color:#ffd17b;margin-right:7px}.hero-request-wrap{position:relative}.offer-tab{display:inline-block;padding:10px 20px;border-radius:12px 12px 0 0;background:#f3ba50;color:#172b44;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-left:20px}.hero-request-wrap .lead-form{padding:26px;max-width:none;box-shadow:0 24px 55px #081b3240;border-color:white}.hero-request-wrap .lead-form h2{font-size:22px;letter-spacing:-.035em}.hero-foot{border-top:1px solid #ffffff30;background:#113777;color:white}.hero-foot>.wrap{min-height:63px;display:flex;align-items:center;gap:30px}.hero-foot span{font-size:10px;font-weight:750;letter-spacing:.12em;white-space:nowrap}.hero-foot p{font-size:14px;margin:0}.hero-foot a{font-size:13px;margin-left:auto;white-space:nowrap;font-weight:700;text-underline-offset:4px}
.fr-inner-hero{background:linear-gradient(140deg,#edf3fc,#f8fafc);padding:45px 0 50px;border-bottom:1px solid var(--line)}.fr-inner-hero>.wrap{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center}.inner-story h1{font-size:clamp(34px,3.3vw,49px);max-width:20ch;color:#143d7f}.inner-story .lead{font-size:18px;color:#425874;margin:20px 0 25px;max-width:55ch}.inner-story figure{height:250px;border-radius:14px}.inner-story figure img{width:100%;height:100%;object-fit:cover}.fr-inner-hero .lead-form{justify-self:end;max-width:490px;box-shadow:0 14px 45px #1b3e7a0c}
.lead-form .turnstile-slot{display:block;min-height:65px;border-radius:5px;background:#fafbfc;border:1px solid #e2e7ee;max-width:300px;width:100%}.lead-form .turnstile-slot:empty:after{content:'Security verification';display:flex;align-items:center;justify-content:center;color:#52647a;font-size:12px;height:63px}.lead-form .turnstile-slot:not(:empty){border:0;background:transparent}.lead-form .form-grid{gap:13px}.lead-form input:not([type=checkbox]),.lead-form select,.lead-form textarea{font-size:16px}.lead-form label{font-size:12px}.lead-form h2{font-size:22px}.lead-form .consent{font-size:11px}.fr-section{padding:78px 0}.fr-section h2{font-size:clamp(29px,2.75vw,39px);margin-bottom:23px}.fr-section p{color:var(--muted)}.directory-head{max-width:700px;margin-bottom:32px}.service-directory{display:grid;grid-template-columns:.82fr 1.3fr;gap:40px;align-items:stretch}.service-directory>figure{position:relative;min-height:550px}.service-directory>figure img{position:absolute;width:100%;height:100%;object-fit:cover}.service-directory figcaption{position:absolute;bottom:0;left:0;right:0;padding:90px 28px 28px;background:linear-gradient(transparent,#112a4ef2);font-size:22px;font-weight:750;color:white}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:0 27px}.service-list>a{display:flex;gap:14px;align-items:flex-start;padding:23px 0;text-decoration:none;border-top:1px solid var(--line)}.service-num{color:var(--blue);font-size:11px;font-weight:800;line-height:2}.service-list strong{font-size:19px;line-height:1.2;display:block;margin-bottom:9px;color:#153a73}.service-list>a>span:nth-child(2)>span{font-size:14px;line-height:1.5;display:block;color:var(--muted)}.service-list>a>span:last-child{color:var(--blue);margin-left:auto}.service-list>a:hover strong{text-decoration:underline}.fr-service-directory{background:#f4f7fc}.bn-section{padding-block:78px}.bn-split{gap:55px}.bn-details-layout{gap:55px}.bn-details-layout figure img{height:100%;width:100%;object-fit:cover}.bn-comparison article{padding:32px}.bn-comparison h3{font-size:22px}.bn-comparison p{line-height:1.7}.bn-process-row p{line-height:1.65}.bn-process-row h3{font-size:21px}.bn-card-grid.count-8{grid-template-columns:repeat(4,1fr)}
.fr-assembly{background:#123875;color:white}.fr-assembly h2,.fr-assembly h3,.fr-assembly p{color:white}.assembly-heading{max-width:780px;margin-bottom:40px}.assembly-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:75px;align-items:center}.roof-layers{padding:36px 32px;background:#ffffff0c;border:1px solid #ffffff30;border-radius:20px}.roof-layers .eyebrow{font-size:10px}.roof-layer{padding:20px 17px;margin-top:12px;background:#e8effb;color:#14376b;border-radius:6px;box-shadow:8px 7px 0 #061d3e44;font-size:15px;font-weight:750}.roof-layer span{font-size:11px;display:inline-block;margin-right:12px;color:#315991}.roof-layer:nth-child(even){margin-left:18px;background:#c4d8fa}.roof-layers>p:last-child{font-size:12px;line-height:1.5;color:#c8d8ee;margin-top:28px}.assembly-notes article+article{border-top:1px solid #ffffff24;margin-top:20px;padding-top:20px}.assembly-notes h3{font-size:21px;margin-bottom:10px}.assembly-notes h3 span{display:inline-block;font-family:'Figtree',sans-serif;font-size:12px;color:#f6c875;margin-right:15px}.assembly-notes p{font-size:16px;line-height:1.7;color:#e3ecf9}.fr-facts{background:#eff4fc}.fact-heading{max-width:720px}.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:32px;gap:24px}.fact-grid article{border-top:3px solid var(--blue);padding:24px 20px 10px 0}.fact-grid .fact-value{color:var(--blue);font-size:48px;line-height:1.1;font-weight:800;margin:0 0 17px}.fact-grid h3{font-size:20px}.fact-grid p:not(.fact-value){font-size:15px;line-height:1.65;margin-top:12px}.fact-source{margin-top:26px;border-top:1px solid #ced9eb;padding-top:18px;font-size:12px;max-width:100ch}.fact-source a{color:var(--blue-dk)}
.reading{width:calc(100% - 48px);max-width:800px;margin-inline:auto}.wide-reading{max-width:880px;width:100%}.wide-reading h2{max-width:24ch}.wide-reading>p{font-size:18px;line-height:1.8}.fr-text{padding-block:58px}.fr-map>.wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}.area-map iframe{width:100%;height:360px;border:1px solid var(--line);border-radius:16px;background:#e7eef7}.area-map>p{font-size:12px;margin-top:10px}.article-header{background:#f0f5fd;border-bottom:1px solid var(--line);padding:68px 0 55px}.article-header h1{font-size:clamp(35px,4vw,54px);line-height:1.15;max-width:22ch;color:#113775}.article-date{margin-bottom:18px}.article-intro{font-size:21px;line-height:1.65;color:#425872;margin-top:24px}.article-body{padding-top:45px}.article-body h2{font-size:30px;line-height:1.25;margin-bottom:23px}.article-body p{font-size:19px;line-height:1.85;max-width:none;margin-top:20px;color:#354b65}.article-body a{color:var(--blue-dk);text-underline-offset:4px}.article-figure{margin-block:34px 0;max-width:880px}.article-figure img{width:100%;height:390px;object-fit:cover}.article-figure figcaption{font-size:13px;padding:13px 15px;background:#f3f6fb;line-height:1.55}.article-close{margin-block:48px 70px;padding:35px;background:#eaf1fc;border-radius:16px;max-width:800px}.article-close h2{font-size:28px;line-height:1.25}.article-close p{font-size:17px;margin-top:18px}.article-close .button{margin-top:24px}.bn-blog-feed .ks-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.ks-blog-grid article{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:white}.ks-blog-grid article>div{padding:24px}.ks-blog-grid img{width:100%;height:230px;object-fit:cover}.ks-blog-grid h3{font-size:25px}.ks-blog-feed header,.bn-blog-feed header{margin-bottom:30px}.ks-blog-grid time{font-size:12px;color:var(--muted)}
.storm-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:35px 0}.storm-metrics article{background:#eaf1fd;border-radius:13px;padding:25px}.storm-metrics strong{display:block;font-size:42px;color:var(--blue-dk);line-height:1.2;margin-bottom:14px}.storm-metrics span{font-size:14px;color:var(--muted)}.storm-chart{padding:32px;border:1px solid var(--line);border-radius:16px;margin:30px 0}.storm-chart h3{font-size:23px}.chart-key{display:flex;gap:22px;font-size:12px;margin:18px 0 25px}.chart-key span:before{content:'';display:inline-block;width:10px;height:10px;background:#2362c4;margin-right:6px}.chart-key span+span:before{background:#d6a33f}.chart-row{display:grid;grid-template-columns:55px 1fr 150px;align-items:center;gap:18px;margin:17px 0}.chart-row>strong{font-size:14px}.chart-row>span{font-size:12px}.chart-track{display:flex;height:20px;gap:2px}.chart-track span{min-width:0}.bar-hail{background:#2362c4;border-radius:4px}.bar-wind{background:#d6a33f;border-radius:4px}.chart-note,.archive-scope{font-size:13px;line-height:1.7}.fr-storm-history .storm-highlights{margin-top:40px}.fr-storm-history table{width:100%;border-collapse:collapse;font-size:14px}.fr-storm-history td,.fr-storm-history th{text-align:left;padding:12px;border-bottom:1px solid var(--line)}.fr-storm-history details{margin-top:15px;padding:20px;border:1px solid var(--line);border-radius:12px}.fr-storm-history summary{font-weight:750;cursor:pointer}.bn-footer{background:#0e274d;color:white}.bn-footer .footer-brand,.bn-footer nav h2,.bn-footer nav>a{color:white}.bn-footer .footer-identity>p:not(.footer-brand),.bn-footer nav>p,.bn-footer .footer-bottom{color:#cad9ec}.bn-footer .footer-bottom{border-color:#ffffff26}.bn-footer .phone-large{color:white}.bn-error{background:#eef4fc}.bn-error p:not(.eyebrow){color:#435975}.bn-prices-grid .price{color:white}.bn-prices a{color:white}.bn-cta .lead-form h2{color:var(--ink)}
@media(min-width:701px) and (max-width:1150px){.site-header{height:auto;min-height:86px}.header-inner{flex-wrap:wrap;padding-block:17px}.header-actions{margin-left:auto}.menu-toggle{display:block;order:2}.header-actions{order:1}.site-header #main-nav{display:none;order:3;width:100%;flex-basis:100%}.site-header #main-nav.open{display:flex;flex-direction:column;align-items:stretch}.site-header #main-nav>*{width:100%}.site-header .nav-parent{justify-content:space-between;width:100%}.site-header .nav-panel{position:static;box-shadow:none;width:100%;min-width:0}.site-header .nav-panel a{width:100%}.fr-hero-grid{gap:35px}.fr-hero h1{font-size:48px}.fr-inner-hero>.wrap{gap:35px}.hero-foot p{font-size:12px}.hero-foot span{display:none}}
@media(max-width:800px){.fr-hero-grid{gap:27px}.hero-intro{font-size:17px}.fr-hero h1{font-size:42px}.fr-hero h1>span{font-size:18px}.hero-request-wrap .lead-form{padding:20px}.service-directory{grid-template-columns:.7fr 1fr;gap:24px}.service-list{grid-template-columns:1fr}.service-directory>figure{min-height:580px}.assembly-grid{gap:35px}.hero-benefits{gap:9px}.fr-inner-hero>.wrap{gap:25px}.inner-story h1{font-size:35px}.fact-grid{gap:15px}.fact-grid .fact-value{font-size:37px}}
@media(max-width:700px){.site-header{height:auto;min-height:74px}.header-inner{padding:15px 20px;min-height:74px;gap:15px}.brand>span{font-size:20px}.brand svg{width:37px;height:37px}.brand small{font-size:8px}.header-actions{display:none}.menu-toggle{display:block;margin-left:auto}.site-header #main-nav{width:100%;flex-basis:100%;display:none}.site-header #main-nav.open{display:flex}.site-header #main-nav>*{width:100%}.wrap,.container{padding-inline:24px}.hero-scene{inset:0 0 auto;height:520px}.hero-scene img{object-position:47% center}.hero-scene:after{background:linear-gradient(0deg,#102c56 0%,#102c56a3 48%,#102c5673 100%)}.fr-hero-grid{display:block;padding-top:36px;padding-bottom:30px;min-height:0}.fr-hero .hero-message{padding-bottom:27px}.fr-hero .eyebrow{font-size:9px}.fr-hero h1{font-size:43px;line-height:1.08;max-width:12ch}.fr-hero h1>span{font-size:19px;margin-bottom:15px}.hero-intro{font-size:17px;line-height:1.65;margin-top:22px;max-width:36ch}.hero-benefits{font-size:11px;gap:14px;margin-top:23px}.hero-request-wrap .lead-form{padding:22px;border-radius:15px}.hero-request-wrap .lead-form h2{font-size:21px}.offer-tab{padding:9px 16px;font-size:9px}.hero-foot{padding:17px 0}.hero-foot>.wrap{display:block;min-height:0}.hero-foot span{display:none}.hero-foot p{font-size:12px;line-height:1.6}.hero-foot a{font-size:12px;margin-top:9px;display:inline-block}.fr-inner-hero{padding:32px 0 35px}.fr-inner-hero>.wrap{display:block}.inner-story h1{font-size:34px;max-width:22ch}.inner-story .lead{font-size:17px;margin-bottom:24px}.inner-story figure{height:190px;margin-bottom:26px}.fr-inner-hero .lead-form{max-width:none}.fr-section,.bn-section{padding-block:50px}.fr-text{padding-block:42px}.bn-split{display:flex;flex-direction:column;gap:27px}.bn-split figure{height:245px;width:100%}.bn-split.image-left{flex-direction:column}.bn-details-layout{display:block}.bn-details-layout figure{height:235px;margin:25px 0}.bn-detail-rows{margin-top:25px}.bn-comparison{display:block}.bn-comparison article+article{border-left:0;border-top:1px solid var(--line)}.bn-comparison article{padding:27px}.bn-process-row{gap:28px}.service-directory{display:block}.service-directory>figure{min-height:0;height:240px;margin-bottom:22px}.service-directory figcaption{font-size:19px;padding:65px 22px 22px}.service-list{grid-template-columns:1fr;gap:0}.service-list>a{padding:17px 0}.service-list strong{font-size:19px;margin-bottom:5px}.service-list>a>span:nth-child(2)>span{font-size:14px}.assembly-grid{display:block}.roof-layers{padding:25px 22px;margin-bottom:32px}.roof-layer{font-size:13px;padding:17px 13px}.assembly-notes h3{font-size:20px}.fact-grid{grid-template-columns:1fr;gap:5px;margin-top:25px}.fact-grid article{padding:21px 0}.fact-grid .fact-value{font-size:42px;margin-bottom:10px}.fact-grid h3{font-size:20px}.fact-source{margin-top:12px}.wide-reading>p{font-size:17px;line-height:1.8}.fr-map>.wrap{display:block}.area-map{margin-top:27px}.area-map iframe{height:290px}.article-header{padding:35px 0}.article-header h1{font-size:35px;line-height:1.16}.article-intro{font-size:19px}.article-body{padding-top:32px}.article-body h2{font-size:27px}.article-body p{font-size:18px;line-height:1.8;margin-top:17px}.article-figure{margin-top:28px}.article-figure img{height:225px}.article-close{padding:25px;margin-block:35px 50px}.article-close h2{font-size:26px}.article-close p{font-size:17px}.bn-blog-feed .ks-blog-grid{grid-template-columns:1fr}.storm-metrics{grid-template-columns:1fr;gap:12px}.storm-metrics article{padding:23px;display:flex;align-items:center;gap:20px}.storm-metrics strong{font-size:33px;margin:0;min-width:92px}.storm-metrics span{font-size:13px}.storm-chart{padding:23px 17px}.storm-chart h3{font-size:21px}.chart-row{grid-template-columns:42px 1fr;gap:10px;margin:20px 0}.chart-row>span{grid-column:2;margin-top:-7px}.fr-storm-history table,.fr-storm-history tbody,.fr-storm-history tr,.fr-storm-history td{display:block}.fr-storm-history thead{display:none}.fr-storm-history td:before{content:attr(data-label);display:block;font-size:11px;font-weight:700;color:var(--blue);margin-bottom:5px}.fr-storm-history details{padding:16px}.fr-storm-history tr{margin:15px 0;border:1px solid var(--line);border-radius:8px}.bn-footer{padding-bottom:90px}.bn-card-grid.count-8{grid-template-columns:1fr}.mobile-actions{position:fixed;bottom:0;left:0;right:0;z-index:45;display:flex;background:white;border-top:1px solid var(--line);padding:10px 15px;gap:10px}.mobile-actions a{min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex:1;background:var(--blue);color:white;font-size:13px;font-weight:750;text-decoration:none}.mobile-actions a:first-child:not(:last-child){background:white;color:var(--blue);border:1px solid var(--blue)}}

/* Keep the tablet menu control consistent with the mobile Beacon shell. */
@media(max-width:1150px){.menu-toggle{font:600 14px/1.4 var(--body-font, Figtree),sans-serif;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:9px;padding:11px 14px;min-height:42px}}
.article-figure h2{font-size:22px;line-height:1.3;margin:0 0 18px}
.fr-storm-history .storm-highlights+.storm-highlights{margin-top:28px}

/* Flint Ridge revision: one photo-led hero language, with room for the first answer. */
.fr-hero .hero-scene{inset:0}.fr-hero .hero-scene:after{background:linear-gradient(90deg,#0b2449f0 0%,#0b2449c7 44%,#0b24494a 100%)}
.fr-hero h1{font-size:clamp(39px,4vw,59px);max-width:17ch;line-height:1.13;letter-spacing:-.045em}
.fr-hero-grid{min-height:715px;gap:65px;padding-block:55px}.fr-hero .hero-message{padding-bottom:0}
.hero-promise{font-family:Sora,sans-serif;font-size:24px;line-height:1.4;color:#ffcd77;margin-top:23px;max-width:25ch;font-weight:600}
.hero-intro{color:#f2f6fc;font-size:19px;line-height:1.7}.hero-call{margin-top:32px;display:grid;gap:9px}.hero-call a{color:#fff;text-decoration:none;font-size:24px;font-weight:750}.hero-call a:hover{text-decoration:underline}.hero-call>span{font-size:14px;color:#dae6f8}
.eyebrow:before{display:none!important}.hero-request-wrap .lead-form{border-radius:18px}
.fr-reading-hero>.wrap{padding-block:75px}.fr-reading-hero .hero-message{max-width:920px}.fr-reading-hero h1{max-width:25ch}.fr-reading-hero .hero-intro{max-width:70ch}.fr-reading-hero .article-date{color:#dae6f8;font-size:14px}
.editorial-intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:start}.editorial-intro-grid h2{font-size:clamp(28px,3vw,39px);max-width:19ch}.editorial-intro-grid p{font-size:18px;line-height:1.8;margin-bottom:19px}.editorial-intro-grid p:first-child{font-size:20px;color:#174274}.fr-editorial-intro{padding-block:72px}
.roof-cutaway{margin:0;align-self:start;position:sticky;top:110px}.roof-cutaway svg{width:100%;height:auto;display:block;overflow:visible}.roof-cutaway figcaption{padding:0 25px 18px;font-size:13px;line-height:1.7;color:#d1e0f3;text-align:center}.assembly-grid{grid-template-columns:1.1fr 1fr;gap:45px;align-items:start}.assembly-heading{max-width:850px}.assembly-notes{padding-block:26px}.assembly-notes h3{font-size:20px}
.contact-methods-head{max-width:780px}.contact-methods{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:35px}.contact-methods article{border:1px solid #cddcf0;border-radius:18px;padding:32px;background:#f4f8fe}.contact-methods svg{width:38px;height:38px;color:#1b5ed0;margin-bottom:22px}.contact-methods h3{font-size:25px;margin-bottom:15px}.contact-methods p{font-size:18px;line-height:1.75;max-width:43ch;margin-bottom:22px}.contact-number{font-size:clamp(23px,2.5vw,32px);font-weight:750;text-decoration:none;color:#174cb1}.contact-number:hover{text-decoration:underline}.contact-next{margin-top:48px;padding-top:35px;border-top:1px solid var(--line);display:grid;grid-template-columns:.7fr 1fr 1fr;gap:32px}.contact-next h3{font-size:25px}.contact-next p{font-size:17px;line-height:1.75}
.lead-form .turnstile-slot:not([data-turnstile-sitekey]){display:block;min-height:65px;max-width:300px;width:100%;padding:0;border:1px solid #e2e7ee;background:#fafbfc;border-radius:5px}
.lead-form .turnstile-slot[data-turnstile-sitekey]:empty:after{content:none}
.bn-details-layout:has(>div:first-child:not(:has(figure))){grid-template-columns:.8fr 1.2fr}.bn-detail-rows p{font-size:17px;line-height:1.75}
@media(max-width:1150px){.fr-hero-grid{gap:35px}.fr-hero h1{font-size:44px}.editorial-intro-grid{gap:42px}.hero-call a{font-size:21px}.assembly-grid{gap:20px}.contact-next{grid-template-columns:1fr 1fr}.contact-next h3{grid-column:1/-1}}
@media(max-width:700px){.fr-hero .hero-scene{height:600px;inset:0 0 auto}.fr-hero .hero-scene:after{background:linear-gradient(0deg,#102c56 0%,#102c56ba 40%,#102c56a6 100%)}.fr-hero-grid{min-height:0;padding-block:38px 34px}.fr-hero h1{font-size:38px;max-width:17ch;line-height:1.14}.fr-hero .hero-message{padding-bottom:29px}.hero-promise{font-size:20px;margin-top:18px}.hero-intro{font-size:17px;line-height:1.75;margin-top:20px}.hero-call{margin-top:23px;gap:7px}.hero-call a{font-size:21px}.hero-call>span{font-size:13px}.fr-reading-hero>.wrap{padding-block:42px 20px}.fr-reading-hero .hero-message{padding-bottom:25px}.fr-reading-hero .hero-scene{height:100%}.fr-reading-hero h1{font-size:34px}.editorial-intro-grid{display:block}.editorial-intro-grid h2{font-size:30px;max-width:22ch;margin-bottom:24px}.editorial-intro-grid p:first-child{font-size:18px}.editorial-intro-grid p{font-size:17px;line-height:1.8}.fr-editorial-intro{padding-block:48px}.assembly-grid{display:block}.roof-cutaway{position:static;margin-inline:-15px}.roof-cutaway figcaption{padding-inline:25px;font-size:12px}.assembly-notes{padding-top:15px}.contact-methods{grid-template-columns:1fr;gap:18px}.contact-methods article{padding:26px}.contact-methods p{font-size:17px}.contact-methods h3{font-size:23px}.contact-next{display:block;margin-top:35px;padding-top:27px}.contact-next h3{margin-bottom:19px}.contact-next p+p{margin-top:18px}.bn-detail-rows p{font-size:16px}}
/* September 9: deliberate page rhythm and content-owned explanatory features.
   Surface choices live in the page storyboard; never alternate by nth-child. */
.flint-ridge .surface-white{background:#fff}
.flint-ridge .surface-mist{background:#edf3fc}
.flint-ridge .surface-navy{background:#123875;color:#fff;--muted:#dbe7fa;--line:#456392}
.surface-navy h2,.surface-navy h3,.surface-navy .sec-head h2{color:#fff}
.surface-navy p,.surface-navy .sec-head>p:not(.eyebrow),.surface-navy figcaption{color:#dbe7fa}
.surface-navy a:not(.button){color:#fff;text-decoration-color:#81cfe8}
.surface-navy a:focus-visible,.surface-navy summary:focus-visible{outline-color:#ffcb6a}
.surface-navy .bn-detail-rows article{border-color:#456392}
.surface-navy .bn-detail-rows article>span{color:#ffcb6a}
.surface-navy .bn-process-row .node{box-shadow:0 0 0 6px #123875;background:#fff;color:#184f9e}
.surface-navy .bn-process-row li:before{border-color:#6783aa}
.surface-mist .bn-process-row .node{box-shadow:0 0 0 6px #edf3fc}
.surface-mist .bn-process-row li:before{border-color:#adc5e6}
.surface-white.bn-compare .bn-comparison{border-color:#b9cce5}
.surface-mist.fr-faq .faq-answers{padding:10px 28px;background:#fff;border:1px solid #cbdcf0;border-radius:14px}
.fr-feature{padding-block:78px}
.fr-feature h2{max-width:24ch}
.fr-feature p{font-size:17px;line-height:1.75}
.fr-feature h3{font-size:22px;line-height:1.25;margin-bottom:12px}
.feature-grid,.rules-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:84px;align-items:start}
.feature-heading h2{max-width:17ch}
.feature-heading>p{margin-top:24px}
.roof-symbol{display:block;width:60px;height:60px;flex:none;color:#1d5fd0}
.feature-heading>.roof-symbol{width:112px;height:112px;margin-top:38px;padding:15px;border:1px solid #b7cce7;border-radius:24px;background:#e0ebfa}
.surface-navy .roof-symbol{color:#8cd8ed}
.surface-navy .feature-heading>.roof-symbol{border-color:#486996;background:#21477e}
.answer-ledger{margin:0;padding:0;list-style:none}
.answer-ledger li{display:grid;grid-template-columns:40px 1fr;gap:21px;padding:26px 0;border-top:1px solid #b9cde8}
.answer-ledger li:first-child{padding-top:0;border-top:0}
.answer-ledger li:last-child{padding-bottom:0}
.ledger-number{font-family:var(--heading-font);font-size:18px;font-weight:700;color:#1d5fd0;line-height:1.4}
.surface-navy .ledger-number{color:#ffcb6a}
.surface-navy .answer-ledger li{border-color:#456392}
.feature-prose>p:first-of-type{margin-top:22px}
.inspection-heading{max-width:840px;margin-bottom:38px}
.inspection-heading h2{max-width:25ch}
.inspection-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:68px;align-items:start}
.inspection-signals{background:#f0f5fd;border-radius:20px;padding:8px 32px;box-shadow:12px 14px 0 #0d2e61}
.inspection-signals article{display:flex;align-items:flex-start;gap:22px;padding:27px 0;border-bottom:1px solid #bfd0e9}
.inspection-signals article:last-child{border-bottom:0}
.surface-navy .inspection-signals h3{color:#123875}
.surface-navy .inspection-signals p{color:#435c7b;font-size:16px;margin:0}
.surface-navy .inspection-signals .roof-symbol{color:#1d5fd0;width:46px;height:46px}
.inspection-details>div+div{border-top:1px solid #456392;margin-top:28px;padding-top:26px}
.inspection-details .button{margin-top:27px;background:#fff;color:#143f8c}
.inspection-details .button:hover{background:#e6f0ff}
.storm-preview-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:center}
.storm-preview-chart{padding:30px;background:#21477e;border:1px solid #486c9c;border-radius:18px}
.preview-total{display:flex;gap:21px;align-items:center;padding-bottom:23px;border-bottom:1px solid #6783aa}
.preview-total>strong{font-family:var(--heading-font);font-size:66px;font-weight:700;line-height:1;color:#ffcb6a}
.preview-total>span{font-size:16px;line-height:1.4;color:#eff5ff}
.preview-years{margin:24px 0 18px}
.preview-years>div{display:grid;grid-template-columns:47px 1fr 22px;align-items:center;gap:12px;margin:12px 0;font-size:14px}
.preview-years strong{text-align:right;color:#fff}
.preview-bar{height:11px;background:#365b8d;border-radius:2px;overflow:hidden}
.preview-bar i{display:block;height:100%;background:#8cd8ed}
.storm-preview-chart figcaption{font-size:12px;line-height:1.6;padding:0}
.scope-ledger article{padding:23px 0 23px 27px;border-left:3px solid #87d0e7;border-bottom:1px solid #456392}
.scope-ledger article:first-child{padding-top:0}
.scope-ledger article h3{margin-bottom:7px}
.scope-ledger article p{font-size:16px}
.scope-note{padding:24px 0 0 30px}
.roof-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.roof-plan{background:#f8fbff;padding:20px 20px 15px;border:1px solid #c1d4ed;border-radius:20px;box-shadow:12px 12px 0 #dce8f7}
.roof-plan svg{width:100%;height:auto}
.roof-plan figcaption{font-size:13px;text-align:center;padding:15px 10px 5px}
.coating-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.coating-heading h2{max-width:19ch}
.coating-heading>p{margin:0}
.coating-options{display:grid;grid-template-columns:1fr 1fr;gap:34px;margin-top:28px}
.coating-options article{padding:28px 31px;background:#22477e;border:1px solid #486996;border-radius:15px}
.coating-options .roof-symbol{float:right;width:49px;height:49px;margin:0 0 18px 20px}
.coating-options p{clear:both;margin:18px 0 0}
.coating-note{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:29px;margin-top:32px;border-top:1px solid #52739f}
.coating-note>strong{font-size:20px;font-weight:650;line-height:1.55;color:#ffda8d}
.coating-note>p{margin:0}
.rules-options{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.rules-options article{padding:0 20px 0 0;border-right:1px solid #52739f}
.rules-options article:last-child{padding-right:0;border-right:0}
.rules-options h3{color:#ffda8d}
.rules-note{border-top:1px solid #52739f;margin-top:26px;padding-top:26px}
.priorities-opening{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}
.priorities-opening h2{max-width:18ch}
.priorities-opening>p{margin:0}
.priorities-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:38px}
.priorities-row article{display:flex;gap:26px;padding:26px 0;border-top:2px solid #a8c4e8}
.priorities-row p{margin:0}
.priorities-close{max-width:780px;margin-top:10px;border-left:3px solid #1d5fd0;padding-left:26px}
.archive-guide-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:56px;align-items:center}


.surface-mist.fr-storm-history .storm-chart{background:white;padding:28px;border-radius:16px;border-color:#c0d3ed}
.surface-mist.fr-storm-history .storm-metrics article{background:#fff;border-color:#c0d3ed}
@media(max-width:1000px){
 .feature-grid,.rules-layout{gap:44px;grid-template-columns:.85fr 1.15fr}
 .inspection-layout,.storm-preview-grid{gap:38px}
 .inspection-signals{padding-inline:22px}
 .inspection-signals article{gap:16px}
 .coating-heading,.coating-note,.priorities-opening{gap:38px}
 .roof-plan-grid,.archive-guide-grid{gap:30px}
}
@media(max-width:700px){
 .fr-feature{padding-block:50px}
 .fr-feature h2{max-width:none}
 .fr-feature p{font-size:16px;line-height:1.75}
 .fr-feature h3{font-size:21px}
 .feature-grid,.rules-layout,.inspection-layout,.storm-preview-grid,.roof-plan-grid,.coating-heading,.coating-note,.priorities-opening,.archive-guide-grid{grid-template-columns:1fr;gap:30px}
 .feature-heading{display:flex;gap:20px;align-items:flex-start}
 .feature-heading:has(>p){display:block}
 .feature-heading h2{flex:1;margin-bottom:0}
 .feature-heading>.roof-symbol{width:62px;height:62px;padding:8px;border-radius:13px;margin-top:0}
 .feature-heading:has(>p)>.roof-symbol{display:none}
 .answer-ledger li{grid-template-columns:28px 1fr;gap:14px;padding-block:25px}
 .inspection-heading{margin-bottom:28px}
 .inspection-signals{padding-inline:20px;box-shadow:6px 8px 0 #0d2e61}
 .inspection-signals article{gap:16px;padding-block:25px}
 .surface-navy .inspection-signals .roof-symbol{width:38px;height:38px}
 .inspection-details .button{width:100%}
 .storm-preview-grid .feature-prose{grid-row:1}
 .storm-preview-chart{padding:25px}
 .preview-total>strong{font-size:58px}
 .scope-note{padding-left:0}
 .scope-ledger article{padding-left:20px}
 .roof-plan{box-shadow:6px 6px 0 #dce8f7;padding:12px}
 .coating-options,.rules-options,.priorities-row{grid-template-columns:1fr;gap:22px}
 .coating-options article{padding:24px}
 .coating-note{gap:22px}
 .rules-options article{border-right:0;border-bottom:1px solid #52739f;padding:0 0 22px}
 .rules-options article:last-child{border-bottom:0;padding:0}
 .priorities-row{margin-top:26px;gap:0}
 .priorities-row .roof-symbol{width:44px;height:44px}
 .priorities-close{padding-left:20px}
 .surface-mist.fr-faq .faq-answers{padding:6px 18px}
 
 .surface-mist.fr-storm-history .storm-chart{padding:18px}
}

/* Wide ledgers use the full row; narrow screens retain the connected vertical reading path. */
@media(min-width:1001px){
 .feature-sequence .feature-grid,.feature-coverage-guide .feature-grid{display:block}
 .feature-sequence .feature-heading,.feature-coverage-guide .feature-heading{display:flex;justify-content:space-between;gap:50px;align-items:center;margin-bottom:38px}
 .feature-sequence .feature-heading h2,.feature-coverage-guide .feature-heading h2{max-width:25ch;margin:0}
 .feature-sequence .feature-heading>.roof-symbol,.feature-coverage-guide .feature-heading>.roof-symbol{width:76px;height:76px;margin:0;padding:10px;border-radius:18px}
 .feature-sequence .answer-ledger,.feature-coverage-guide .answer-ledger{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
 .feature-sequence .answer-ledger li,.feature-coverage-guide .answer-ledger li{display:block;border-top:2px solid #a7c2e5;border-bottom:0;padding:22px 0 0}
 .feature-sequence .answer-ledger .ledger-number,.feature-coverage-guide .answer-ledger .ledger-number{display:block;margin-bottom:17px}
 .feature-sequence.surface-navy .answer-ledger li,.feature-coverage-guide.surface-navy .answer-ledger li{border-top-color:#6284b0}
}

/* Keep the pinned action rail clear of active form controls and mobile keyboards. */
.flint-ridge:has(.lead-form:focus-within) .mobile-actions{visibility:hidden;pointer-events:none}

/* Browsing comes first: one collection, useful year links, readable records. */
.storm-browser-heading{max-width:860px;margin-bottom:34px}
.storm-browser-heading>p{font-size:17px;line-height:1.75}
.storm-browser-heading .storm-current-note{font-size:13px;color:#466181;margin-top:12px}
.storm-browser-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}
.storm-year-nav{background:#123875;color:#fff;border-radius:16px;padding:26px 23px}
.storm-year-nav h3{color:#fff;font-size:23px;margin:0 0 8px}
.storm-year-nav>p{font-size:13px;color:#d5e4fa;margin:0 0 20px}
.storm-year-options{display:grid;gap:10px}
.storm-year-options>a{display:block;color:#fff;padding:15px;border:1px solid #5477a7;border-radius:9px;text-decoration:none;background:#1d437b}
.storm-year-options>a:hover,.storm-year-options>a:focus-visible{background:#315b91;border-color:#ffcf78}
.year-choice{display:flex;align-items:center;justify-content:space-between;gap:10px}
.year-choice>strong{font-family:var(--heading-font);font-size:22px;line-height:1.2}
.year-choice>span{font-size:12px;color:#e2edfc}
.year-choice>span>span{color:#ffcf78;margin-left:6px}
.year-volume{height:5px;display:block;background:#092b5e;margin:12px 0 7px;border-radius:3px;overflow:hidden}
.year-volume i{display:block;background:#8cd8ed;height:100%;border-radius:3px}
.storm-year-options small{font-size:12px;color:#d5e4fa}
.storm-year-nav .year-nav-note{font-size:12px;line-height:1.65;margin:22px 0 0;color:#d5e4fa}
.fr-storm-browser .storm-year{background:#fff;padding:22px;margin:0 0 14px;scroll-margin-top:110px;border-color:#c2d3eb}
.fr-storm-browser .storm-year summary{display:flex;align-items:center;gap:20px}
.fr-storm-browser .storm-year summary h3{font-size:28px;margin:0;color:#123875;display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.fr-storm-browser .storm-year summary>span:not(.storm-expand){margin-left:auto;font-size:15px;font-weight:600;text-align:right}
.fr-storm-browser .storm-year summary>span>small{display:block;margin-top:5px;font-size:11px;color:#466181;font-weight:400}
.fr-storm-browser .year-incomplete{font-family:var(--body-font);font-size:11px;font-weight:600;background:#e7effb;color:#214d82;padding:5px 8px;border-radius:5px}
.fr-storm-browser .storm-expand{font-size:25px;font-weight:400;color:#1d5fd0;line-height:1}
.fr-storm-browser .storm-year[open] .storm-expand{font-size:0}
.fr-storm-browser .storm-year[open] .storm-expand:after{content:'−';font-size:25px}
.fr-storm-browser .ks-table-scroll{margin-top:20px}
.fr-storm-browser table{font-size:13px}
.fr-storm-browser th,.fr-storm-browser td{padding:13px 9px;vertical-align:top}
.fr-storm-browser thead{background:#edf3fc}
.fr-storm-browser td small{display:block;color:#466181;font-size:11px;margin-top:5px}
.fr-storm-browser th time{white-space:nowrap}
.fr-storm-browser .storm-source-note{padding:21px 24px;margin-top:25px;background:transparent;border:0;border-top:1px solid #bacfe9;border-radius:0}
.storm-source-note>summary{font-size:16px;color:#123875}
.storm-source-note p{font-size:14px;line-height:1.75}
.storm-source-note .text-link{font-size:14px}

/* Complete material answers with illustrative, comparable profiles. */
.shingle-types-heading{max-width:830px;margin-bottom:32px}
.shingle-types-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.shingle-types-grid article{background:#fff;border:1px solid #c1d2e9;border-radius:14px;overflow:hidden}
.shingle-profile-art{display:block;width:100%;height:auto}
.shingle-types-grid article>div{padding:27px 24px}
.shingle-types-grid h3{font-size:23px;line-height:1.25;margin:0 0 10px}
.shingle-types-grid p{font-size:15px;line-height:1.75;margin-top:17px}
.shingle-types-grid .shingle-profile-label{font-size:12px;color:#285da0;font-weight:700;margin:0 0 20px}
.shingle-art-caption{font-size:12px;margin-top:16px;color:#466181}
.shingle-rating{margin-top:35px;background:#123875;border-radius:14px;padding:32px;display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;color:white}
.shingle-rating h3{font-size:25px;color:#fff;margin:0;line-height:1.3}
.shingle-rating p{font-size:16px;line-height:1.75;color:#e1ebf9;margin:0 0 17px}
.shingle-rating a{color:#fff}
.home-area-heading{display:grid;grid-template-columns:1fr 1.05fr;gap:68px;align-items:start}
.home-area-heading h2{max-width:23ch}
.home-area-heading>div>p{font-size:17px;line-height:1.8}
.home-area-heading>.home-area-list{border-top:1px solid #b9cdea}
.home-area-list>article{display:grid;grid-template-columns:28px 1fr;gap:15px;padding:25px 0;border-bottom:1px solid #b9cdea}
.home-area-list h3{font-size:22px;margin:0 0 12px;color:#123875;display:flex;justify-content:space-between;gap:15px}
.home-area-list h3>span{color:#1d5fd0;font-size:20px}
.home-area-list p{font-size:15px;line-height:1.75;margin:0;color:#466181}
.home-area-list>a:hover h3{text-decoration:underline;text-underline-offset:4px}
.area-index{font-size:11px;font-weight:700;color:#1d5fd0;padding-top:5px}
.home-area-note{font-size:14px;margin-top:28px;padding:19px 22px;background:#edf3fc;border-left:3px solid #1d5fd0;color:#385875}
.home-estimate-heading{display:flex;justify-content:space-between;align-items:center;gap:45px;margin-bottom:36px}
.home-estimate-heading h2{max-width:24ch;margin:0}
.home-estimate-heading .button{flex-shrink:0}
.feature-home-estimate .answer-ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.feature-home-estimate .answer-ledger li{display:block;border-bottom:0;border-top:2px solid #a7c2e5;padding-top:23px}
.feature-home-estimate .ledger-number{display:block;margin-bottom:17px}
@media(max-width:1000px){
 .storm-browser-grid{grid-template-columns:1fr}
 .storm-year-options{grid-template-columns:repeat(3,minmax(0,1fr))}
 .storm-year-nav{padding:24px}
 .storm-year-nav .year-nav-note br{display:none}
 .shingle-types-grid{gap:16px}
 .shingle-types-grid article>div{padding:24px 18px}
 .home-area-heading{gap:35px}
 .home-estimate-heading{display:block}
 .home-estimate-heading .button{margin-top:24px}
}
@media(max-width:700px){
 .storm-year-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
 .storm-year-nav{padding:23px 18px}
 .storm-year-options>a{padding:13px 10px}
 .year-choice{display:block}
 .year-choice>span{display:block;margin-top:8px;font-size:11px}
 .storm-browser-heading{margin-bottom:26px}
 .fr-storm-browser .storm-year{padding:18px 14px;scroll-margin-top:100px}
 .fr-storm-browser .storm-year summary{gap:10px}
 .fr-storm-browser .storm-year summary h3{font-size:25px;gap:6px}
 .fr-storm-browser .storm-year summary>span:not(.storm-expand){font-size:13px}
 .fr-storm-browser .storm-year summary>span>small{max-width:115px;font-size:10px}
 .fr-storm-browser .year-incomplete{font-size:9px}
 .fr-storm-browser th,.fr-storm-browser td{padding:12px 14px}
 .fr-storm-browser tbody th{display:block;background:#edf3fc;font-size:15px;border-radius:7px 7px 0 0}
 .fr-storm-browser td{font-size:14px}
 .fr-storm-browser .ks-table-scroll{margin-top:12px}
 .fr-storm-browser tr{margin:18px 0}
 .fr-storm-browser .storm-source-note{padding:20px 0}
 .shingle-types-grid{grid-template-columns:1fr;gap:25px}
 .shingle-profile-art{max-height:175px;object-fit:cover}
 .shingle-types-grid article>div{padding:25px}
 .shingle-types-grid p{font-size:16px}
 .shingle-rating{grid-template-columns:1fr;gap:22px;padding:26px 23px}
 .shingle-rating h3{font-size:25px;max-width:20ch}
 .home-area-heading{grid-template-columns:1fr;gap:30px}
 .home-area-heading h2{max-width:none}
 .home-area-note{font-size:14px;padding:17px 19px}
 .feature-home-estimate .answer-ledger{grid-template-columns:1fr;gap:12px}
 .feature-home-estimate .answer-ledger li{display:grid;grid-template-columns:25px 1fr;gap:17px;padding-block:23px 10px;border-top:1px solid #b9cdea}
}

.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}

/* Existing September 9 header-phone direction, completed in the quality pass. */
.site-header .header-phone{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 17px;border:1px solid var(--blue);border-radius:10px;color:var(--blue);background:white;font-size:14px;font-weight:800;line-height:1.3;text-decoration:none;white-space:nowrap}
.site-header .header-phone:hover{background:var(--paper);color:var(--ink)}
.site-header .header-phone:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
