@font-face{font-family:"Archivo";font-style:normal;font-weight:100;font-display:swap;src:url("/assets/archivo-100.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:200;font-display:swap;src:url("/assets/archivo-200.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:300;font-display:swap;src:url("/assets/archivo-300.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/archivo-400.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/archivo-500.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/archivo-600.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/archivo-700.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:800;font-display:swap;src:url("/assets/archivo-800.woff2") format("woff2")}
@font-face{font-family:"Archivo";font-style:normal;font-weight:900;font-display:swap;src:url("/assets/archivo-900.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url("/assets/inter-100.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url("/assets/inter-200.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url("/assets/inter-300.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/inter-400.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/inter-500.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/inter-600.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/inter-700.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url("/assets/inter-800.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url("/assets/inter-900.woff2") format("woff2")}


  :root{
    --red:#B72A2A; --red-dk:#9c2121; --red-lt:#cf3636;
    --char:#1E2127; --char-2:#2a2e36; --char-3:#363b45;
    --gold:#C9A24B; --gold-dk:#b08c38;
    /* cool whites only — no cream/beige */
    --white:#ffffff; --paper:#F5F6F7; --cool:#eceef1; --line:#dde0e6;
    --ink:#20242B; --ink-2:#3c424d; --muted:#646b78;
    --head:"Archivo",system-ui,Segoe UI,sans-serif;
    --body:"Inter",system-ui,Segoe UI,sans-serif;
    --wrap:1180px;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--body);color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}
  .wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px}
  a{color:inherit;text-decoration:none}
  h1,h2,h3,h4{font-family:var(--head);font-weight:800;line-height:1.04;letter-spacing:-.02em;color:var(--ink)}
  p{line-height:1.65}
  .eyebrow{font:700 12px/1 var(--head);letter-spacing:.18em;text-transform:uppercase;color:var(--red);display:inline-flex;align-items:center;gap:10px}
  .eyebrow::before{content:"";width:26px;height:3px;background:var(--red)}
  .eyebrow.on-dark{color:#fff}
  .eyebrow.on-dark::before{background:var(--gold)}

  /* CSS-only photo placeholder — gradient + grid texture + corner label */
  .ph{position:relative;background:linear-gradient(150deg,#3a3f48,#1E2127);overflow:hidden}
  .ph::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:28px 28px}
  .ph::after{content:attr(data-l);position:absolute;left:16px;bottom:13px;font:600 10px/1.3 var(--body);letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.6)}

  .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font:700 14.5px/1 var(--head);letter-spacing:.01em;padding:15px 26px;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease;border:2px solid transparent;border-radius:4px}
  .btn-red{background:var(--red);color:#fff;box-shadow:0 4px 14px rgba(183,42,42,.28)}
  .btn-red:hover{background:var(--red-dk);transform:translateY(-2px)}
  .btn-out-light{border-color:rgba(255,255,255,.55);color:#fff}
  .btn-out-light:hover{border-color:#fff;background:rgba(255,255,255,.08);transform:translateY(-2px)}
  .btn-out-ink{border-color:var(--ink);color:var(--ink)}
  .btn-out-ink:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}
  .btn-lg{padding:17px 30px;font-size:15.5px}

  /* NAV */
  header.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:saturate(140%) blur(6px);border-bottom:1px solid var(--line)}
  .nav .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 28px}
  .brand{display:flex;align-items:center;gap:12px}
  .brand .mark{width:42px;height:42px;background:var(--red);border-radius:5px;display:grid;place-items:center;position:relative;overflow:hidden}
  .brand .mark::after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:var(--char);clip-path:polygon(0 100%,50% 0,100% 100%)}
  .brand .mark span{position:relative;z-index:1;font:900 19px/1 var(--head);color:#fff;letter-spacing:-.04em;margin-top:9px}
  .brand .bn{font:800 20px/1 var(--head);letter-spacing:-.03em}
  .brand .bn small{display:block;font:700 9px/1 var(--head);letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-top:5px}
  nav.links{display:flex;gap:26px;font:600 15px/1 var(--body)}
  nav.links a{padding:6px 0;border-bottom:2px solid transparent;transition:border-color .15s,color .15s}
  nav.links a:hover{border-color:var(--red);color:var(--red)}
  .nav-cta{display:flex;align-items:center;gap:16px}
  .nav-cta .num{font:800 16px/1 var(--head);color:var(--ink);white-space:nowrap}
  .nav-cta .num small{display:block;font:600 9px/1 var(--body);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}

  /* 1+2. HERO — crew-in-action photo with dark scrim, content overlaid */
  .hero{position:relative;background:var(--char);overflow:hidden}
  .hero .bg{position:absolute;inset:0}
  .hero .bg .ph{position:absolute;inset:0}
  .hero .scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(20,22,27,.94) 0%,rgba(20,22,27,.86) 42%,rgba(20,22,27,.55) 100%)}
  .hero .wrap{position:relative;z-index:2;padding:74px 28px 86px}
  .hero .inner{max-width:660px}
  
  
  .hero h1{font-size:clamp(40px,6vw,68px);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1}
  .hero h1 .ci{color:var(--red-lt)}
  .hero .sub{font:700 19px/1.3 var(--head);color:#fff;margin:18px 0 0;letter-spacing:-.01em}
  .hero .lead{font-size:17.5px;color:#c7cbd3;max-width:50ch;margin:14px 0 26px;line-height:1.6}
  .hero .ctas{display:flex;gap:13px;flex-wrap:wrap;align-items:center}
  .hero .ctas .phone-c{display:inline-flex;flex-direction:column;color:#fff;font:800 19px/1 var(--head);letter-spacing:-.01em;padding:8px 4px}
  .hero .ctas .phone-c small{font:600 10px/1 var(--body);letter-spacing:.12em;text-transform:uppercase;color:#9aa0ab;margin-bottom:6px}
  .hero .trust-line{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}
  .hero .trust-line .ti{display:flex;align-items:center;gap:9px;color:#d4d8df;font:600 13.5px/1.3 var(--body)}
  .hero .trust-line .ti .stars{color:var(--gold);font-size:14px;letter-spacing:1px}
  .hero .trust-line .ti b{color:#fff;font-family:var(--head)}

  /* 3. FINANCING BAND — the lead device, high up */
  .fin{background:var(--char-2);border-top:3px solid var(--red);position:relative}
  .fin .wrap{display:grid;grid-template-columns:1.5fr 1fr;gap:36px;align-items:center;padding:40px 28px}
  .fin .lead-col .lbl{font:700 12px/1 var(--head);letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}
  .fin .lead-col h2{font-size:clamp(26px,3.6vw,38px);color:#fff;letter-spacing:-.02em;line-height:1.05}
  .fin .lead-col h2 .amt{color:var(--red-lt)}
  .fin .lead-col .re{color:#c2c6cf;font-size:15px;margin-top:12px;max-width:54ch}
  .fin .lead-col .re b{color:#fff;font-weight:600}
  .fin .act{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
  .fin .act .btn{width:100%}
  .fin .act .fineprint{font-size:12px;color:#8d93a0;line-height:1.5}

  /* shared section scaffolding */
  section.block{padding:90px 0}
  .sec-head{max-width:720px;margin:0 auto 50px;text-align:center}
  .sec-head .eyebrow{justify-content:center}
  .sec-head h2{font-size:clamp(30px,4vw,44px);margin-top:16px;letter-spacing:-.025em}
  .sec-head p{color:var(--muted);font-size:17px;margin-top:14px}

  /* 4. COMPARISON TABLE */
  .compare{background:var(--paper)}
  .compare .table{max-width:880px;margin:0 auto;background:var(--white);border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 18px 50px rgba(30,33,39,.07)}
  .compare .trow{display:grid;grid-template-columns:1.6fr 1fr 1fr;align-items:center}
  .compare .thead{background:var(--char);color:#fff}
  .compare .thead .c{padding:20px 22px;font:800 15px/1.1 var(--head);letter-spacing:-.01em;text-align:center;display:flex;align-items:center;justify-content:center;min-height:62px}
  .compare .thead .c.lead-c{justify-content:flex-start;text-align:left;color:#aeb3bc;font:700 12px/1.2 var(--head);letter-spacing:.1em;text-transform:uppercase}
  .compare .thead .c.us{background:var(--red);position:relative}
  .compare .thead .c.us .tag{position:absolute;top:-1px;left:0;right:0;font:700 9px/1 var(--body);letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--red-dk);padding:5px 0}
  .compare .trow.r{border-top:1px solid var(--line)}
  .compare .trow.r:nth-child(even){background:#fafbfc}
  .compare .trow.r .feat{padding:18px 22px;font:600 15.5px/1.35 var(--body);color:var(--ink)}
  .compare .trow.r .cell{padding:18px 12px;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center}
  .compare .trow.r .cell.us{background:rgba(183,42,42,.04)}
  /* CSS check + blank marks, no icon font */
  .mk{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%}
  .mk.yes{background:var(--red)}
  .mk.yes::after{content:"";width:12px;height:7px;border-left:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:rotate(-45deg);margin-top:-3px}
  .mk.no{border:2px solid var(--line)}
  .mk.no::after{content:"";width:11px;height:2px;background:var(--muted);border-radius:2px}
  .compare .cap{text-align:center;color:var(--muted);font-size:13.5px;margin-top:20px;font-style:italic}

  /* 5. STAT STRIP */
  .stats{background:var(--char);color:#fff}
  .stats .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
  .stats .stat{padding:54px 30px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}
  .stats .stat:last-child{border-right:none}
  .stats .stat .fig{font:900 clamp(40px,5.5vw,62px)/1 var(--head);color:#fff;letter-spacing:-.03em}
  .stats .stat .fig .u{color:var(--red-lt)}
  .stats .stat .lbl{font:600 14px/1.4 var(--body);color:#aeb3bc;margin-top:12px;letter-spacing:.02em}
  .stats .note{text-align:center;color:#7e8490;font-size:12.5px;padding:0 30px 30px;font-style:italic}

  /* 6. MANUFACTURER / PARTNER BADGE WALL */
  .partners{background:var(--white);padding:56px 0}
  .partners .lbl{text-align:center;font:700 12px/1 var(--head);letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:30px}
  .partners .wall{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px}
  .partners .slot{flex:1 1 0;min-width:140px;max-width:200px;height:78px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink-2);font:800 16px/1.1 var(--head);letter-spacing:-.01em;text-align:center;padding:0 14px;transition:border-color .15s,color .15s}
  .partners .slot small{display:block;font:600 9px/1 var(--body);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:5px}
  .partners .slot:hover{border-color:var(--red);color:var(--red)}

  /* 7. REVIEWS — multi-platform row */
  .reviews{background:var(--paper)}
  .reviews .row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:920px;margin:0 auto}
  .reviews .card{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:28px 26px;text-align:center;box-shadow:0 10px 30px rgba(30,33,39,.05)}
  .reviews .card .plat{font:800 17px/1 var(--head);color:var(--ink);letter-spacing:-.01em}
  .reviews .card .stars{color:var(--gold);font-size:21px;letter-spacing:3px;margin:14px 0 8px}
  .reviews .card .meta{font:600 13px/1.4 var(--body);color:var(--muted)}
  .reviews .card .meta b{color:var(--ink);font-family:var(--head)}
  .reviews .card .slot-line{margin-top:14px;padding-top:14px;border-top:1px dashed var(--line);font-size:12.5px;color:var(--muted);font-style:italic}

  /* 8. SERVICES */
  .services .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .services .card{background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
  .services .card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(30,33,39,.1)}
  .services .card .top{height:148px;position:relative}
  .services .card .top .ph{position:absolute;inset:0}
  .services .card .top .num{position:absolute;top:14px;left:14px;width:34px;height:34px;border-radius:6px;background:var(--red);color:#fff;font:900 16px/34px var(--head);text-align:center}
  .services .card .body{padding:26px 24px 28px;flex:1;display:flex;flex-direction:column}
  .services .card .body h3{font-size:22px;letter-spacing:-.02em}
  .services .card .body p{font-size:14.5px;color:var(--muted);margin:12px 0 18px;flex:1}
  .services .card .more{font:700 14px/1 var(--head);color:var(--red);display:inline-flex;align-items:center;gap:7px}
  .services .card .more::after{content:"\2192";transition:transform .15s}
  .services .card:hover .more::after{transform:translateX(4px)}

  /* 9. PROCESS — 3 step */
  .process{background:var(--char);color:#fff}
  .process .sec-head h2{color:#fff}
  .process .sec-head p{color:#aeb3bc}
  .process .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:980px;margin:0 auto;position:relative}
  .process .step{text-align:center;padding:0 26px;position:relative}
  .process .step .n{width:64px;height:64px;margin:0 auto 22px;border-radius:50%;background:var(--red);color:#fff;font:900 26px/64px var(--head);text-align:center;position:relative;z-index:2;box-shadow:0 0 0 8px rgba(183,42,42,.15)}
  .process .step h3{font-size:21px;color:#fff;letter-spacing:-.02em}
  .process .step p{font-size:14.5px;color:#aeb3bc;margin-top:10px}
  /* connector line behind the circles */
  .process .steps::before{content:"";position:absolute;top:32px;left:18%;right:18%;height:2px;background:rgba(255,255,255,.14);z-index:1}

  /* 10. SEASONAL OFFER BAND */
  .offer{background:linear-gradient(120deg,var(--red) 0%,var(--red-dk) 100%);color:#fff;position:relative;overflow:hidden}
  .offer::after{content:"";position:absolute;top:-60px;right:-40px;width:280px;height:280px;border:30px solid rgba(255,255,255,.06);border-radius:50%}
  .offer .wrap{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;padding:42px 28px}
  .offer .tag{font:700 12px/1 var(--head);letter-spacing:.16em;text-transform:uppercase;color:#fff;opacity:.85}
  .offer .mid h2{font-size:clamp(24px,3.4vw,34px);color:#fff;letter-spacing:-.02em;line-height:1.1}
  .offer .mid .slot{display:inline-block;background:rgba(255,255,255,.16);border:1px dashed rgba(255,255,255,.6);border-radius:5px;padding:1px 10px;margin:0 2px}
  .offer .mid p{font-size:14px;color:rgba(255,255,255,.82);margin-top:8px}
  .offer .btn-white{background:#fff;color:var(--red);box-shadow:0 6px 20px rgba(0,0,0,.18)}
  .offer .btn-white:hover{background:var(--paper);transform:translateY(-2px)}

  /* 11. COVERAGE */
  .coverage .grid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}
  .coverage h2{font-size:clamp(28px,3.6vw,40px);letter-spacing:-.025em}
  .coverage p{color:var(--muted);font-size:16.5px;margin-top:14px;max-width:44ch}
  .coverage .towns{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
  .coverage .towns span{background:var(--paper);border:1px solid var(--line);border-radius:30px;padding:9px 16px;font:600 14px/1 var(--body)}
  .coverage .towns span.lead-t{background:var(--red);color:#fff;border-color:var(--red)}
  .coverage .region{position:relative;aspect-ratio:1.15/1;background:var(--paper);border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;overflow:hidden}
  .coverage .region::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:38px 38px;opacity:.5}
  .coverage .region svg{position:relative;width:76%;height:76%}
  .coverage .region .shape{fill:rgba(183,42,42,.06);stroke:var(--red);stroke-width:5;stroke-linejoin:round}
  .coverage .region .dot{fill:var(--red)}
  .coverage .region .ring{fill:none;stroke:var(--red);stroke-width:2;opacity:.5}
  .coverage .region .pin{fill:var(--char);font:800 12px/1 var(--head);letter-spacing:.04em}

  /* 12. FINAL CTA */
  .final{background:var(--char);color:#fff;position:relative;overflow:hidden}
  .final .bg .ph{position:absolute;inset:0;opacity:.32}
  .final .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,22,27,.85),rgba(20,22,27,.95))}
  .final .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:84px 28px}
  .final h2{font-size:clamp(32px,4.6vw,52px);color:#fff;letter-spacing:-.03em;line-height:1.02}
  .final h2 .ci{color:var(--red-lt)}
  .final .sub{font-size:18px;color:#c2c6cf;margin:18px 0 26px;max-width:42ch;line-height:1.55}
  .final .phone{display:inline-flex;flex-direction:column;font:900 30px/1 var(--head);color:#fff;letter-spacing:-.02em}
  .final .phone small{font:600 11px/1 var(--body);letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
  /* form card */
  .form{background:var(--white);border-radius:14px;padding:30px 28px;box-shadow:0 26px 70px rgba(0,0,0,.4)}
  .form .cap{font:800 18px/1.1 var(--head);color:var(--ink);letter-spacing:-.02em}
  .form .cap small{display:block;font:600 12px/1.3 var(--body);color:var(--muted);margin-top:6px;letter-spacing:0;text-transform:none}
  .form .row{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:18px}
  .form input,.form select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:6px;background:var(--paper);font:500 14.5px var(--body);color:var(--ink)}
  .form input:focus,.form select:focus{outline:none;border-color:var(--red);background:#fff;box-shadow:0 0 0 3px rgba(183,42,42,.12)}
  .form input::placeholder{color:var(--muted)}
  .form input.full,.form select.full{grid-column:1 / -1}
  .form .btn{width:100%;margin-top:12px}
  .form .micro{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.5;text-align:center}

  /* FOOTER */
  footer{background:#16181d;color:#9aa0ab}
  footer .top{border-top:4px solid var(--red)}
  footer .mast{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;padding:48px 0 30px;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap}
  footer .mast .bn{font:900 30px/1 var(--head);color:#fff;letter-spacing:-.03em}
  footer .mast .bn span{color:var(--red-lt)}
  footer .mast .bn small{display:block;font:700 10px/1 var(--head);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-top:9px}
  footer .mast .say{font-size:16px;color:#c2c6cf;max-width:32ch;text-align:right;line-height:1.45}
  footer .cols{display:grid;grid-template-columns:1fr 1fr 1fr 1.3fr;gap:30px;padding:36px 0}
  footer h4{color:#fff;font:700 12px/1 var(--head);letter-spacing:.16em;text-transform:uppercase;margin-bottom:16px}
  footer ul{list-style:none;display:grid;gap:9px;font-size:14px}
  footer ul a:hover{color:#fff}
  footer .contact b{color:#fff;font:800 20px/1 var(--head);display:block;margin-bottom:5px;letter-spacing:-.02em}
  footer .copy{border-top:1px solid rgba(255,255,255,.08);padding:18px 0 84px;font-size:12.5px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

  /* STICKY MOBILE CTA BAR */
  .mbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--char);border-top:1px solid rgba(255,255,255,.1);padding:9px 12px;gap:10px;box-shadow:0 -6px 22px rgba(0,0,0,.28)}
  .mbar a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:13px 8px;border-radius:6px;font:800 14px/1 var(--head);letter-spacing:.01em}
  .mbar .call{background:var(--char-3);color:#fff;border:1px solid rgba(255,255,255,.16)}
  .mbar .quote{background:var(--red);color:#fff}

  @media(max-width:920px){
    .fin .wrap{grid-template-columns:1fr;gap:24px}
    .stats .grid{grid-template-columns:1fr}
    .stats .stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:38px 30px}
    .stats .stat:last-child{border-bottom:none}
    .reviews .row,.services .grid,.process .steps{grid-template-columns:1fr}
    .process .steps::before{display:none}
    .process .step{padding:0 0 38px}
    .offer .wrap{grid-template-columns:1fr;text-align:center;gap:18px}
    .offer .btn-white{justify-self:center}
    .coverage .grid,.final .wrap{grid-template-columns:1fr;gap:36px}
    .compare .thead .c{font-size:13px;padding:18px 10px}
  }
  @media(max-width:760px){
    nav.links{display:none}
    .nav-cta .num{display:none}
    .hero .wrap{padding:54px 24px 66px}
    .hero .trust-line{gap:14px}
    section.block{padding:64px 0}
    footer .cols{grid-template-columns:1fr 1fr}
    footer .mast{flex-direction:column;align-items:flex-start}
    footer .mast .say{text-align:left}
    .mbar{display:flex}
    .compare .table{font-size:13px}
    .compare .trow.r .feat{padding:14px 14px;font-size:14px}
    .compare .thead .c.lead-c{font-size:10px}
  }
  @media(max-width:480px){
    .form .row{grid-template-columns:1fr}
    footer .cols{grid-template-columns:1fr}
    .partners .slot{min-width:120px}
  }
  @media(prefers-reduced-motion:reduce){
    .btn:hover,.services .card:hover,.offer .btn-white:hover{transform:none}
    *{scroll-behavior:auto;transition:none!important}
  }

/* Approved Summit hero v1, adapted to the operator-requested full inline form. */
.sv-hero{position:relative;background:var(--char);overflow:hidden}
.sv-hero .bg{position:absolute;inset:0}
.sv-hero .bg .ph{position:absolute;inset:0}
.sv-hero .scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(20,22,27,.94) 0%,rgba(20,22,27,.86) 42%,rgba(20,22,27,.55) 100%)}


.sv-hero h1{font-size:clamp(38px,5.4vw,64px);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.02}
.sv-hero h1 .ci{color:var(--red-lt)}
.sv-hero .sub{font:700 19px/1.3 var(--head);color:#fff;margin:18px 0 0;letter-spacing:-.01em}
.sv-hero .lead{font-size:17.5px;color:#c7cbd3;max-width:50ch;margin:14px 0 24px;line-height:1.6}
.sv-hero .lead b{color:#fff;font-weight:600}
.sv-hero .trust-line{display:flex;gap:22px;flex-wrap:wrap;margin:8px 0 24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}
.sv-hero .trust-line .ti{display:flex;align-items:flex-start;gap:10px;color:#d4d8df;font:600 13.5px/1.4 var(--body)}
.sv-hero .trust-line .ti b{color:#fff;font-family:var(--head);font-weight:700}
.sv-hero .trust-line .ti .ck{flex:none;width:18px;height:18px;border-radius:50%;background:var(--red);position:relative;margin-top:1px}
.sv-hero .trust-line .ti .ck::after{content:"";position:absolute;left:6px;top:4px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(43deg)}
.sv-hero .ctas{display:flex;gap:13px;flex-wrap:wrap;align-items:center}
.sv-hero .phone-c{display:inline-flex;flex-direction:column;color:#fff;font:800 19px/1 var(--head);letter-spacing:-.01em;padding:8px 4px}
.sv-hero .phone-c small{font:600 10px/1 var(--body);letter-spacing:.12em;text-transform:uppercase;color:#9aa0ab;margin-bottom:6px}
.sv-hero .sv-urgent{margin:14px 0 0;font:600 13.5px/1.55 var(--body);color:#d4d8df;max-width:52ch}
.sv-hero .sv-urgent .urg-tel{color:var(--gold);font:800 14.5px/1.2 var(--head);letter-spacing:-.01em;white-space:nowrap;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(201,162,75,.45)}
.sv-hero .sv-urgent .urg-tel:hover{text-decoration-color:var(--gold)}
.sv-hero.sv-v2 .sv-urgent{color:var(--ink-2)}
.sv-hero.sv-v2 .sv-urgent .urg-tel{color:var(--red);text-decoration-color:rgba(var(--red-rgb),.4)}
.sv-hero.sv-v2 .sv-urgent .urg-tel:hover{text-decoration-color:var(--red)}
.sv-hero.sv-v1 .wrap{position:relative;z-index:2}
.sv-hero.sv-v1 .grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center;padding:48px 0 56px}
.sv-hero.sv-v1 .sv-form{max-width:none}
/* Native reference components plus working Studio controls and readable article extensions. */
:root{--heading-font:var(--head);--body-font:var(--body);--accent:var(--red);--wash:var(--paper)}
[hidden]{display:none!important}html{scroll-padding-top:105px}img{display:block;max-width:100%;width:100%;height:100%;object-fit:cover}figure{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #007a9a;outline-offset:4px}button:disabled{opacity:.65;cursor:wait}.skip-link{position:fixed;top:-100px;left:16px;z-index:1000;background:white;padding:12px}.skip-link:focus{top:12px}.ph.real:before,.ph.real:after{display:none}.ph.real img{position:absolute;inset:0}p+p{margin-top:16px}.nav .wrap{gap:20px}.brand .bn{white-space:nowrap}.nav-cta{gap:12px}nav.links{gap:15px;font-size:14px;align-items:center}.nav-cta .btn{padding:12px 15px;font-size:13px}.nav-group{position:relative}.nav-parent{display:flex;align-items:center;gap:1px}.nav-disclosure{display:grid;place-items:center;width:28px;height:34px;background:transparent;border:0;color:inherit}.nav-disclosure span{display:block;font-size:0;width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-2px) rotate(45deg)}.nav-disclosure[aria-expanded=true] span{transform:translateY(2px) rotate(225deg)}.nav-panel{position:absolute;top:calc(100% + 16px);left:0;width:285px;background:var(--paper);border:1px solid var(--line);box-shadow:0 12px 30px #20242b22;padding:10px;z-index:80}.nav-panel a{display:block;line-height:1.4;padding:10px 12px!important;border:0!important}.nav-panel a:hover{background:var(--cool)}.menu-toggle{display:none;border:1px solid var(--line);background:transparent;padding:10px 12px;font-size:14px}.text-link{display:inline-block;font-size:15px;font-weight:700;color:var(--red);text-decoration:underline;text-underline-offset:4px;margin-top:22px;padding:5px 0;line-height:1.5}.fin .text-link,.process .text-link{color:#fff}.fin .act .text-link{display:block;border:2px solid var(--red);background:var(--red);padding:17px 26px;border-radius:4px;text-decoration:none;margin:0;text-align:center}.sec-head h2{margin-top:0}.sec-head p a,main p a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.process p a,.fin p a{color:white}.sv-hero .grid>*{min-width:0}.sv-hero{padding:0}.sv-hero .lead p{font-size:inherit;line-height:inherit;margin:0}.fin .re p{line-height:1.75}.compare .table{max-width:1000px}.compare .trow.r .cell{font-size:14.5px;line-height:1.65;text-align:left;display:block;padding:18px 22px;align-self:stretch}.compare .trow.r .feat{align-self:stretch}.compare .thead .c.us{min-height:62px}.compare>.wrap>.text-link{display:table;margin:24px auto 0}.value-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;max-width:1000px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.value-columns article{padding:30px;border-right:1px solid var(--line)}.value-columns article:nth-child(even){background:#fafbfc;border:0}.value-columns h3{font-size:25px;line-height:1.15;margin-bottom:17px}.value-columns p{font-size:16px;line-height:1.8}.services .card .top{height:190px}.services .card .body p{font-size:16px;line-height:1.7}.services .card .body{padding:26px}.services .card .more{line-height:1.4}.process .step p{font-size:16px;line-height:1.75}.process .step h3{line-height:1.15}.process .steps{max-width:1100px}.process .sec-head{max-width:800px}.process .step p+p{margin-top:14px}.process>.wrap>.text-link{display:table;margin:30px auto 0}.coverage .region{aspect-ratio:8/5;display:block}.coverage .region:before{display:none}.coverage .region img{position:relative}.coverage p{max-width:none;line-height:1.8}.coverage figcaption,figcaption{font-size:12px;line-height:1.6;color:var(--muted);margin-top:10px}figcaption a{text-decoration:underline}.feature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.feature-grid>*{min-width:0}.feature h2{font-size:38px;line-height:1.1;margin-bottom:24px}.feature p{font-size:17px;line-height:1.85}.feature .ph{aspect-ratio:4/3;border-radius:10px}.feature .text-only{display:block;max-width:790px;margin:auto}.prose{max-width:790px;margin:auto}.prose-section h2{font-size:34px;line-height:1.15;margin-bottom:24px}.prose-section p{font-size:17px;line-height:1.85}.prose-section ul{padding-left:24px;margin-top:18px}.prose-section li+li{margin-top:12px}.faq{background:var(--paper)}.faq-list{max-width:850px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:23px 0}.faq summary{cursor:pointer;font:700 21px/1.3 var(--head);padding-right:20px}.faq details p{font-size:16px;line-height:1.8;margin-top:18px}.editorial-open{padding:64px 0 35px;border-bottom:1px solid var(--line);background:var(--paper)}.editorial-open h1{font-size:50px;line-height:1.06;margin:22px 0}.editorial-open .lead{font-size:20px;line-height:1.75;color:var(--ink-2)}.article-meta{font-size:13px;color:var(--muted);margin-top:22px}.article-image{max-width:1000px;height:390px;margin:36px auto 0}.article-image img{border-radius:10px}.editorial-page .prose-section{padding:40px 0}.editorial-page .feature{padding:45px 0}.editorial-page .feature-grid{display:block;max-width:790px;margin:auto}.editorial-page .feature figure{margin-top:28px}.editorial-page .compare{padding:45px 0}.editorial-page .compare>.wrap{max-width:940px}.editorial-page .sec-head{text-align:left;margin-bottom:30px}.editorial-page .sec-head h2{font-size:34px}.editorial-page .final{margin-top:30px}.final .wrap>*{min-width:0}.final .sub p{font-size:inherit;line-height:inherit}.final .lead-form{box-shadow:0 26px 70px #0006}.compact-final .wrap{grid-template-columns:1.4fr .6fr}.compact-final .final-action{text-align:right}.compact-final h2{font-size:40px}.compact-final .wrap{padding-block:65px}.final .phone{font-size:28px}.final .phone small{line-height:1.3}footer .cols h2{color:white;font:700 12px/1.4 var(--head);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}footer a:hover{text-decoration:underline}footer .contact p{font-size:14px;margin-top:12px}footer .contact .text-link{color:#e9b4b4}footer .copy,footer ul,footer .contact p{color:#b6bdc8}
.lead-form{padding:28px 26px;background:white;border:0;border-radius:12px;color:var(--ink);box-shadow:0 26px 70px #0003;scroll-margin-top:120px}.lead-form h2{font:800 22px/1.2 var(--head);margin:0 0 9px;color:var(--ink)}.lead-form .form-intro{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 18px}.lead-form label{display:block;font-size:13px;font-weight:600;margin-bottom:12px}.lead-form label span{font-weight:400}.lead-form input:not([type=checkbox]),.lead-form select,.lead-form textarea{width:100%;display:block;padding:12px 13px;background:var(--paper);border:1px solid #a5aab4;border-radius:6px;color:var(--ink);font-size:15px;min-height:44px;margin-top:5px}.lead-form textarea{resize:vertical}.form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.form-grid>*{min-width:0}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--red);border:0;border-radius:4px;color:white;min-height:46px;padding:12px 20px;font-weight:700;line-height:1.3}.lead-form .button{width:100%;font-size:14px}.lead-form .button:hover{background:var(--red-dk)}.lead-form .button span{margin-left:10px}.lead-form .consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.6;margin:15px 0}.lead-form .consent input{flex:none;width:17px;height:17px;margin-top:2px}.consent a{text-decoration:underline}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-progress{font-size:12px;margin-bottom:12px;color:var(--muted)}.form-back{display:block;border:0;background:transparent;color:var(--red);text-decoration:underline;font-size:13px;margin-top:10px;padding:6px 0}.form-status{font-size:13px;line-height:1.5;margin-top:12px}.form-status:empty{display:none}.turnstile-slot{display:none}.turnstile-slot[data-turnstile-sitekey]{display:block;min-width:300px;min-height:65px}.lead-form [aria-invalid=true]{border-color:#b52222!important;outline-color:#b52222}
.cost-section{background:var(--paper)}.ks-calculator{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:35px;background:white;border:1px solid var(--line);border-radius:10px;padding:30px}.ks-calc-controls label{display:block;font-weight:700;font-size:14px;margin-top:20px}.ks-calc-controls label:first-child{margin-top:0}.ks-calc-controls input,.ks-calc-controls select{display:block;margin-top:7px;width:100%;padding:11px;border:1px solid #a5aab4;border-radius:4px;background:var(--paper);font-size:16px}.ks-calc-help{font-size:13px;color:var(--muted);line-height:1.6;margin-top:8px}.ks-calc-result{align-self:center}.ks-calc-result output{display:block;font:800 40px/1.1 var(--head);color:var(--red);margin:18px 0}.ks-calc-result p{font-size:15px;line-height:1.7}.ks-calc-result .button{margin-top:24px}.ks-source{font-size:13px;line-height:1.6;margin-top:20px;color:var(--muted)}.ks-model-method{margin-top:18px;border-top:1px solid var(--line);padding-top:18px}.ks-model-method summary{cursor:pointer;font-weight:700}.ks-model-method p{font-size:14px;line-height:1.75;margin-top:16px}.ks-model-method a{text-decoration:underline}
@media(max-width:1200px){.nav .wrap{flex-wrap:wrap}.menu-toggle{display:block;margin-left:auto}nav.links{display:none;flex-basis:100%;order:3;flex-direction:column;align-items:stretch;gap:0;padding:10px 0}nav.links.open{display:flex}.nav-panel{position:static;width:100%;box-shadow:none;background:#fff;margin:3px 0 9px}.nav-parent{justify-content:space-between}.nav-parent>a,nav.links>a{padding:12px 0}.nav-disclosure{width:44px;height:44px}.nav-panel a{font-size:15px}}
@media(max-width:920px){.sv-hero.sv-v1 .grid{grid-template-columns:1fr;gap:32px;padding:48px 0}.sv-hero h1{font-size:46px}.feature-grid{grid-template-columns:1fr;gap:30px}.compact-final .wrap{grid-template-columns:1fr;gap:28px}.compact-final .final-action{text-align:left}.process .steps{max-width:660px}.process .step{padding-bottom:36px}.process .step:last-child{padding-bottom:0}.process .step p{max-width:60ch;margin-inline:auto}.ks-calculator{gap:25px;padding:24px}.services .card .top{height:250px}}
@media(max-width:560px){body{padding-bottom:70px}.wrap{padding-inline:22px}.nav .wrap{padding:12px 18px}.brand{gap:9px}.brand .bn{font-size:18px}.brand .bn small{font-size:8px;letter-spacing:.12em}.brand .mark{width:36px;height:36px}.nav-cta{display:none}.sv-hero.sv-v1 .grid{padding:35px 0 45px;gap:28px}.sv-hero h1{font-size:38px;line-height:1.05}.sv-hero .lead{font-size:17px}.sv-hero .trust-line{gap:14px}.lead-form{padding:23px 20px}.lead-form h2{font-size:22px}.form-grid{grid-template-columns:1fr;gap:0}.lead-form input,.lead-form select,.lead-form textarea{font-size:16px!important}section.block{padding:55px 0}.sec-head{margin-bottom:30px}.sec-head h2,.feature h2{font-size:31px;line-height:1.13}.sec-head p{font-size:16px}.compare .trow{grid-template-columns:1fr 1fr}.compare .thead .lead-c{grid-column:1/-1;min-height:38px;justify-content:center}.compare .trow.r .feat{grid-column:1/-1;background:var(--paper);padding:13px 15px;font-size:15px}.compare .trow.r .cell{padding:15px;font-size:14px}.compare .thead .c{min-height:50px}.value-columns{grid-template-columns:1fr}.value-columns article{padding:25px;border:0;border-bottom:1px solid var(--line)}.value-columns h3{font-size:24px}.services .card .top{height:200px}.services .card .body{padding:24px}.services .card .body h3{font-size:25px}.process .step{text-align:left}.process .step .n{margin:0 0 22px}.process .step h3{font-size:25px}.feature h2,.prose-section h2,.editorial-page .sec-head h2{font-size:30px}.feature p,.prose-section p{font-size:17px;line-height:1.8}.coverage .grid{gap:28px}.coverage h2{font-size:31px}.fin .wrap{padding:35px 22px}.fin .lead-col h2{font-size:30px}.faq summary{font-size:21px}.editorial-open{padding:36px 0 28px}.editorial-open h1{font-size:38px;line-height:1.08}.editorial-open .lead{font-size:18px}.article-image{height:240px;margin-top:28px}.editorial-page .prose-section{padding:30px 0}.final .wrap,.compact-final .wrap{padding:52px 22px;gap:30px}.final h2,.compact-final h2{font-size:35px}.final .sub{font-size:17px}.final .phone{font-size:26px}.ks-calculator{grid-template-columns:1fr;padding:20px}.ks-calc-result output{font-size:35px}.ks-calc-result .eyebrow{font-size:11px;letter-spacing:.09em}footer .cols{grid-template-columns:1fr 1fr;gap:30px 22px}footer .contact{grid-column:1/-1}footer .mast .bn{font-size:26px}footer .copy{padding-bottom:25px}.mbar{padding-bottom:max(9px,env(safe-area-inset-bottom))}.mbar a{font-size:12px;line-height:1.3}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Assigned phone: explicit boxed control in the existing reference header. */
.nav-cta .num{border:1px solid var(--red);padding:10px 12px;white-space:nowrap;background:#fff;line-height:1.2}

/* Site-owned operator revision: purpose-specific reading sections. */

.sv-introduction{padding:76px 0 80px;background:var(--paper)}.welcome-title{max-width:850px;margin-bottom:34px}.welcome-title h2{font-size:42px;line-height:1.1}.welcome-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:start}.welcome-copy p{font-size:18px;line-height:1.8}.welcome-copy p:first-child{font-size:21px;line-height:1.65}.welcome-property .ph{height:230px}.welcome-property figcaption{font-size:13px;line-height:1.6;margin:10px 0 20px;color:var(--muted)}.value-priorities{border-top:3px solid var(--red)}.value-priorities>div{padding:16px 0;border-bottom:1px solid var(--line)}.value-priorities h3{font-size:18px;line-height:1.2}.value-priorities p{font-size:14px;margin-top:6px;line-height:1.6}.sv-clue-board{background:var(--white);padding:70px 0}.sv-clue-board h2,.sv-repair-cost h2,.sv-scope-ledger h2,.sv-notes h2{font-size:36px;line-height:1.15;max-width:860px}.clue-intro{max-width:740px;font-size:18px;margin:20px 0 32px}.sv-clue-board dl{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}.sv-clue-board dl>div{padding:24px 0;border-top:1px solid var(--line)}.sv-clue-board dl>div:last-child{grid-column:1/-1;max-width:740px}.sv-clue-board dt{font:800 18px/1.4 var(--head);display:flex;gap:14px;align-items:baseline}.sv-clue-board dt span{color:var(--red);font-size:14px}.sv-clue-board dd{font-size:17px;line-height:1.75;margin:10px 0 0 34px}.sv-repair-cost{background:#f5f6f7;padding:70px 0}.repair-work{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin:30px 0 40px}.repair-work>div{background:var(--char);color:white;padding:22px 24px;border-bottom:5px solid var(--red)}.repair-work>div:nth-child(2){background:var(--char-2)}.repair-work>div:nth-child(3){background:var(--char-3)}.repair-work b{display:block;font:800 22px/1.2 var(--head)}.repair-work span{display:block;font-size:15px;margin-top:10px;line-height:1.5}.cost-reasoning{display:grid;grid-template-columns:1fr 1fr;gap:32px 48px}.cost-reasoning h3,.scope-reading h3{font-size:21px;line-height:1.25;margin-bottom:13px}.cost-reasoning p,.scope-reading p{font-size:17px;line-height:1.8}.sv-scope-ledger{padding:70px 0;background:var(--paper)}.scope-parts{display:grid;grid-template-columns:repeat(4,1fr);margin:30px 0 38px;border-top:4px solid var(--red);background:white;box-shadow:0 8px 24px #20242b0a}.scope-parts>div{padding:22px;border-right:1px solid var(--line)}.scope-parts>div:last-child{border:0}.scope-parts h3{font-size:20px}.scope-parts p{font-size:15px;margin-top:10px}.scope-reading{display:grid;grid-template-columns:1.25fr 1fr;gap:48px}.sv-notes{padding:66px 0;background:var(--white)}.sv-notes .note-reading{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:28px;border-top:2px solid var(--char);padding-top:26px}.note-reading h3{font-size:21px;line-height:1.25;margin:0 0 14px}.note-reading p{font-size:17px;line-height:1.8}.sv-notes.briefing{background:var(--cool)}.briefing .wrap{max-width:1050px}.briefing .note-reading{border-top-color:var(--red)}.sv-reading-note{padding:45px 0}.reading-layout{display:grid;grid-template-columns:minmax(0,740px) 240px;gap:60px;align-items:start;justify-content:center}.reading-layout .prose{max-width:none;margin:0}.reading-layout aside{border-top:4px solid var(--red);padding-top:20px;font:700 20px/1.5 var(--head);color:var(--ink-2)}
@media(max-width:900px){.welcome-grid{gap:32px}.welcome-title h2{font-size:37px}.scope-parts{grid-template-columns:1fr 1fr}.scope-parts>div{border-bottom:1px solid var(--line)}.reading-layout{grid-template-columns:minmax(0,1fr);gap:26px}.reading-layout aside{max-width:740px}.scope-reading{gap:30px}.repair-work>div{padding:20px}}
@media(max-width:600px){.sv-introduction,.sv-clue-board,.sv-repair-cost,.sv-scope-ledger,.sv-notes{padding:46px 0}.welcome-grid,.sv-clue-board dl,.cost-reasoning,.scope-reading,.sv-notes .note-reading{grid-template-columns:1fr;gap:25px}.welcome-title{margin-bottom:24px}.welcome-title h2,.sv-clue-board h2,.sv-repair-cost h2,.sv-scope-ledger h2,.sv-notes h2{font-size:30px}.welcome-copy p{font-size:17px}.welcome-copy p:first-child{font-size:19px}.welcome-property .ph{height:220px}.sv-clue-board dl{gap:0}.sv-clue-board dl>div{padding:21px 0}.sv-clue-board dd{margin-left:0}.repair-work{grid-template-columns:1fr;margin-bottom:30px}.repair-work>div{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:14px;border-bottom:0;border-left:4px solid var(--red);padding:18px}.repair-work span{margin:0;font-size:14px}.repair-work b{font-size:19px}.scope-parts{grid-template-columns:1fr 1fr}.scope-parts>div{padding:18px 14px}.scope-parts h3{font-size:18px}.scope-parts p{font-size:14px}.sv-reading-note{padding:32px 0}.reading-layout aside{font-size:18px}.note-reading article+article{border-top:1px solid var(--line);padding-top:22px}}

.brand>.brand-mark-approved{width:44px;height:44px;flex:none}.footer-identity{display:flex;align-items:center;gap:16px}.footer-identity>.brand-mark-approved{width:48px;height:48px;flex:none}.brand .mark{display:none}@media(max-width:560px){.brand>.brand-mark-approved{width:36px;height:36px}.footer-identity{align-items:flex-start}.footer-identity>.brand-mark-approved{width:38px;height:38px}}

/* Resources are task destinations; Blog is the article collection. */
.resource-page{--resource-accent:var(--rust,#ab5328);--resource-dark:var(--slate,#26333d);--resource-pale:var(--cool,#eef2f4);background:#fff}
.resource-page a:focus-visible,.reading-trail a:focus-visible{outline:3px solid currentColor;outline-offset:5px}
.resource-trail,.reading-trail{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:14px;line-height:1.5}
.resource-trail a,.reading-trail a{text-decoration:underline;text-underline-offset:4px}
.reading-trail{padding-top:26px;padding-bottom:0}
.resource-opening{padding:28px 0 44px;background:var(--resource-pale);border-bottom:1px solid var(--line)}
.resource-opening-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(250px,.85fr);gap:64px;align-items:start;margin-top:30px}
.resource-kind-directory .resource-opening-grid,.resource-kind-blog-index .resource-opening-grid{display:block;max-width:850px}
.resource-opening h1{font-size:clamp(34px,4vw,54px);line-height:1.09;max-width:22ch;text-wrap:balance}
.resource-intro{font-size:18px;line-height:1.65;margin-top:20px;max-width:68ch}
.resource-answer{padding:24px 26px;background:#fff;border:1px solid var(--line);border-radius:3px}
.resource-answer h2{font-size:24px;line-height:1.15;margin:0 0 12px}
.resource-answer p{font-size:16px;line-height:1.65;margin:0}
.resource-jumps{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}
.resource-jumps a{font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:4px;padding:5px 0}
.resource-page section{scroll-margin-top:130px}
.resource-directory,.resource-blog{padding:54px 0 64px}
.resource-directory h2,.resource-blog h2{font-size:32px;line-height:1.2;margin:0 0 28px}
.resource-destinations,.resource-articles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.resource-destination,.resource-articles article{min-width:0;background:#fff}
.resource-photo{display:block;overflow:hidden}
.resource-photo img{display:block;width:100%;height:auto;aspect-ratio:1.85;object-fit:cover;transition:transform 180ms ease-out}
.resource-photo:hover img{transform:scale(1.025)}
.resource-destination-copy,.resource-article-copy{padding:24px 0 0}
.resource-destination h3,.resource-articles h3{font-size:29px;line-height:1.18;margin:0 0 14px;text-wrap:balance}
.resource-destination p,.resource-articles p{font-size:17px;line-height:1.7;max-width:65ch;margin:0 0 20px}
.resource-action{display:inline-flex;align-items:center;min-height:44px;padding:10px 18px;background:var(--resource-accent);color:#fff;font-size:15px;font-weight:700;line-height:1.5;border-radius:3px}
.resource-action:hover{background:var(--resource-dark);color:#fff}
.resource-date.resource-date{font-size:13px;font-weight:600;margin-bottom:12px;color:var(--muted,#505760)}
.resource-bridge{padding:38px 0;background:var(--resource-pale);border-top:1px solid var(--line)}
.resource-bridge>.wrap{display:flex;align-items:center;justify-content:space-between;gap:32px}
.resource-bridge h2{font-size:29px;line-height:1.15;margin:0 0 12px;max-width:30ch}
.resource-bridge p{font-size:17px;line-height:1.65;max-width:65ch;margin:0}
.resource-bridge .resource-action{flex:none}
.resource-reading{padding:56px 0;background:#fff}
.resource-reading-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.5fr);gap:60px}
.resource-reading h2{font-size:31px;line-height:1.15;max-width:20ch}
.resource-prose{font-size:17px;line-height:1.8;max-width:72ch}
.resource-prose p+p{margin-top:18px}
.resource-prose a{text-decoration:underline;text-underline-offset:4px}
.resource-prose .text-link{display:inline-block;margin-top:20px}
.resource-official{background:var(--resource-pale)}
.resource-official .resource-reading-grid{padding:30px;background:white;border:1px solid var(--line)}
@media(max-width:850px){.resource-opening-grid{grid-template-columns:1fr;gap:26px}.resource-answer{max-width:700px}.resource-reading-grid{grid-template-columns:1fr;gap:22px}.resource-reading h2{max-width:32ch}.resource-bridge>.wrap{align-items:flex-start;flex-direction:column;gap:20px}}
@media(max-width:560px){.resource-opening{padding:22px 0 30px}.resource-opening-grid{margin-top:24px}.resource-opening h1{font-size:35px}.resource-intro{font-size:17px}.resource-answer{padding:20px}.resource-jumps{gap:6px 20px}.resource-destinations,.resource-articles{grid-template-columns:1fr;gap:38px}.resource-directory,.resource-blog,.resource-reading{padding:36px 0}.resource-directory h2,.resource-blog h2{font-size:29px}.resource-destination h3,.resource-articles h3{font-size:27px}.resource-official .resource-reading-grid{padding:22px}.resource-reading h2{font-size:28px}.resource-prose{font-size:16px;line-height:1.8}.resource-bridge{padding:30px 0}.resource-bridge h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){.resource-photo img{transition:none}.resource-photo:hover img{transform:none}}

.resource-summit-value{--resource-accent:var(--red);--resource-dark:var(--ink);--resource-pale:var(--paper)}.resource-summit-value .resource-opening{border-top:5px solid var(--red);background:#fff}.resource-summit-value .resource-answer{background:var(--paper);border:0;border-radius:4px}.resource-summit-value.resource-kind-blog-index .resource-opening{background:var(--ink);color:#fff}.resource-summit-value.resource-kind-blog-index h1{color:#fff}.resource-summit-value .resource-articles{grid-template-columns:1fr;gap:38px}.resource-summit-value .resource-articles article{display:grid;grid-template-columns:1fr 1.3fr;gap:36px;border-bottom:1px solid var(--line);padding-bottom:38px}.resource-summit-value .resource-article-copy{padding:0}.resource-summit-value .resource-photo{border-radius:4px}.resource-summit-value .resource-destination{box-shadow:0 7px 23px #20242b0e;border-radius:4px;overflow:hidden}.resource-summit-value .resource-destination-copy{padding:28px}.resource-summit-value .resource-blog h3,.resource-summit-value .resource-destination h3{font-size:27px}.resource-summit-value .resource-reading h2{font-size:29px}.resource-summit-value .resource-official .resource-reading-grid{border:0;border-radius:4px}.resource-summit-value .resource-bridge{background:var(--ink);color:white}.resource-summit-value .resource-bridge h2{color:white}.resource-summit-value .resource-bridge .resource-action:hover{background:var(--red-dk)}@media(max-width:700px){.resource-summit-value .resource-articles article{grid-template-columns:1fr;gap:24px}.resource-summit-value .resource-articles{gap:34px}}

.resource-kind-tool .resource-opening-grid{grid-template-columns:1fr;max-width:920px}.resource-calculator{padding:42px 0 50px}.resource-calculator> .wrap>h2{font-size:32px;line-height:1.2;margin:0 0 24px;max-width:34ch}.resource-calculator-notes{max-width:74ch;margin:28px auto 0;font-size:16px;line-height:1.75}.resource-calculator-notes p+p{margin-top:16px}@media(max-width:560px){.resource-calculator{padding:32px 0}.resource-calculator> .wrap>h2{font-size:28px}}

:root{--experience-ink:#20242b;--experience-accent:#b72a2a;--experience-paper:#fff}
/* Site-owned explanatory tools extend the pinned family; they do not replace its shell. */
.roof-experience,.weather-history,.weather-teaser,.sv-upgrade,.sv-commercial-ledger,.sr-repair-timeline{padding:80px 0;scroll-margin-top:130px}
.experience-heading{max-width:790px;margin-bottom:36px}.experience-heading h2,.weather-heading h2{margin:0 0 20px}.experience-heading p{max-width:72ch}
.roof-experience [hidden],.weather-history [hidden],.sv-upgrade [hidden]{display:none!important}
.choice-controls{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}.choice-controls button,.weather-controls button,.sv-upgrade button{font:inherit;font-weight:700;min-height:48px;padding:12px 18px;border:1px solid currentColor;cursor:pointer;line-height:1.3;background:transparent;color:inherit;border-radius:3px}
.choice-controls button[aria-pressed=true]{background:var(--experience-ink);color:var(--experience-paper);border-color:var(--experience-ink)}
.choice-controls button:hover,.weather-controls button:hover,.sv-upgrade button:hover{box-shadow:0 3px 8px #00000018}
.roof-experience :focus-visible,.weather-history :focus-visible,.weather-teaser :focus-visible,.sv-upgrade :focus-visible{outline:3px solid var(--experience-accent);outline-offset:4px}
.choice-stage{display:grid;grid-template-columns:1.16fr 1fr;gap:42px;align-items:center}.choice-figure{margin:0}.choice-figure svg{width:100%;height:auto;display:block}.choice-figure figcaption{font-size:13px;line-height:1.55;margin-top:12px;max-width:62ch}.choice-panel h3{font-size:26px;line-height:1.15;margin:0 0 18px}.choice-panel p{font-size:16px;line-height:1.75;margin:0 0 18px;max-width:70ch}.choice-reading{min-width:0}.choice-panel+.choice-panel{margin-top:30px}.choice-panel:not([hidden]){margin-top:0}.choice-implication{font-weight:650;padding-top:18px;border-top:1px solid #89949b}.roof-experience>.wrap>.text-link{display:inline-block;margin-top:28px}
.choice-figure [data-diagram-part]{transition:opacity .18s ease-out,stroke-width .18s ease-out}.choice-experience[data-enhanced] .choice-figure [data-diagram-part]{opacity:.23}.choice-experience[data-enhanced] .choice-figure .is-active{opacity:1;filter:drop-shadow(0 3px 2px #26333d25)}
.lc-roof-explorer{background:#eef2f4}.lc-water-explorer{background:#26333d;color:#fff}.lc-water-explorer .text-link{color:#ffd0ad}.lc-water-explorer .choice-controls button[aria-pressed=true]{color:#26333d;background:#fff;border-color:#fff}.lc-water-explorer .choice-figure figcaption{color:#d5e0e7}.lc-water-explorer .choice-panel h3{color:#fff}
.sv-shingle-studio{background:#f5f6f7}.shingle-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:36px}.shingle-photo-strip figure{margin:0}.shingle-photo-strip img{width:100%;aspect-ratio:1.6;object-fit:cover;display:block}.shingle-photo-strip figcaption{font-weight:800;font-size:18px;margin-top:12px}.sv-material-tabs .choice-stage,.sv-choice-workbench .choice-stage{display:block}.sv-material-tabs .choice-panel{display:grid;grid-template-columns:280px 1fr;column-gap:48px}.sv-material-tabs .choice-panel h3{grid-row:1/6}.sv-material-tabs .choice-panel p{max-width:72ch}.sv-project-choices{background:#20242b;color:#fff}.sv-project-choices .experience-heading h2,.sv-project-choices .choice-panel h3{color:#fff}.sv-project-choices .choice-controls button[aria-pressed=true]{background:#b72a2a;border-color:#d94343;color:#fff}.sv-project-choices .text-link{color:#fff}.sv-choice-workbench .choice-panel{max-width:860px;border-top:1px solid #67707b;padding-top:28px}.sv-choice-workbench .choice-panel h3{max-width:28ch;font-size:32px}
.sv-upgrade{background:#f5f6f7}.sv-upgrade>.wrap{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:start}.sv-upgrade h2{font-size:34px}.sv-upgrade p{line-height:1.75}.upgrade-workspace{background:#fff;padding:32px;box-shadow:0 10px 28px #20242b0c}.upgrade-inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px}.upgrade-inputs label{display:block;font-weight:700;font-size:15px}.upgrade-inputs input{display:block;width:100%;border:1px solid #87909a;padding:12px;font:inherit;margin:9px 0 20px;min-height:48px}.sv-upgrade button[type=submit]{background:#b72a2a;color:#fff;border-color:#b72a2a}.sv-upgrade .upgrade-reset{margin-left:8px}.upgrade-workspace output{display:block;margin-top:24px;font-size:20px;line-height:1.6;font-weight:700;min-height:95px}.upgrade-workspace .upgrade-privacy{font-size:13px;color:#535d68;margin-bottom:0}
.sv-commercial-ledger{background:#20242b;color:#fff}.sv-commercial-ledger h2,.sv-commercial-ledger h3{color:#fff}.sv-commercial-ledger header{display:grid;grid-template-columns:1fr 1.4fr;gap:45px;margin-bottom:35px}.sv-commercial-ledger header h2{grid-row:1/4}.sv-commercial-ledger header p{max-width:68ch}.commercial-ledger-lines{border-top:1px solid #78808a}.commercial-ledger-lines>div{display:grid;grid-template-columns:1fr 1.4fr;gap:45px;border-bottom:1px solid #78808a;padding:24px 0}.commercial-ledger-lines h3{font-size:23px;margin:0}.commercial-ledger-lines p{margin:0;line-height:1.75}.sv-commercial-ledger .text-link{color:#fff}
.sr-concern-section{background:#16181b;color:#fff}.sr-concern-section h2,.sr-concern-section h3{color:#fff}.sr-concerns .choice-stage{display:block}.sr-concerns .choice-panel{background:#f4f6f8;color:#16181b;padding:32px 40px;display:grid;grid-template-columns:280px 1fr;column-gap:48px}.sr-concerns .choice-panel h3{color:#16181b;grid-row:1/6;font-size:32px}.sr-concerns .choice-controls button[aria-pressed=true]{background:#ffb100;color:#16181b;border-color:#ffb100}.sr-concerns .choice-panel .choice-implication{font-size:15px}.sr-concerns .choice-panel .text-link{color:#16181b}.sr-shingle-forces{background:#f4f6f8}.sr-commercial-water{background:#f4f6f8}.sr-repair-timeline{background:#fff}.sr-permanent-sequence{display:flex;gap:24px;margin-top:35px;border-top:2px solid #16181b;padding-top:24px}.sr-permanent-sequence>div{flex:1}.sr-permanent-sequence>div>span{display:block;font:700 30px Oswald,sans-serif;color:#16181b;margin-bottom:14px}.sr-permanent-sequence h3{font-size:22px}.sr-permanent-sequence p{line-height:1.7;font-size:15px}
.weather-heading{max-width:850px;margin-bottom:34px}.weather-browser-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.6fr);gap:48px;align-items:start}.weather-plot{margin:0}.weather-plot>figcaption{font-weight:750;font-size:20px;line-height:1.3;margin:0 0 25px}.weather-bar-row{display:grid;grid-template-columns:55px 1fr 52px;gap:12px;align-items:center;min-height:46px;text-decoration:none!important;color:inherit!important;font-size:15px;font-variant-numeric:tabular-nums}.weather-year-label{font-weight:700}.weather-bar-track{display:flex;height:17px;align-items:center;background:#e2e6e9}.weather-bar-track i{height:100%;display:block}.hail-bar{background:var(--experience-accent)}.wind-bar{background:var(--experience-ink)}.weather-bar-value{text-align:right;font-weight:700}.weather-chart-note{font-size:13px;line-height:1.6;margin:22px 0 0}.weather-legend{display:inline-flex;align-items:center;gap:6px;margin-right:12px}.weather-legend:before{content:'';width:10px;height:10px;display:inline-block}.hail-key:before{background:var(--experience-accent)}.wind-key:before{background:var(--experience-ink)}.weather-scope{padding:26px 0;margin-top:25px;border-top:1px solid #a2aab2}.weather-scope h3{font-size:22px;line-height:1.25;margin:0 0 16px}.weather-scope p{font-size:14px;line-height:1.75;margin:0 0 18px}.weather-status{font-weight:650;line-height:1.6;margin:0 0 22px}.weather-year{border-top:1px solid #9ca7b0;scroll-margin-top:130px}.weather-year:last-of-type{border-bottom:1px solid #9ca7b0}.weather-year>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 0;cursor:pointer;color:inherit;font-size:24px;font-weight:700}.weather-year>summary:after{content:'+';font-size:26px;font-weight:400}.weather-year[open]>summary:after{content:'−'}.weather-year>summary>span:nth-child(2){font-size:14px;font-weight:500;margin-left:auto}.weather-year>summary::-webkit-details-marker{display:none}.weather-table-wrap{overflow:auto}.weather-year table{width:100%;border-collapse:collapse;background:#fff;color:#20242b;font-size:13px}.weather-year caption{text-align:left;font-weight:650;padding:0 0 15px}.weather-year th,.weather-year td{text-align:left;vertical-align:top;padding:14px 10px;border-bottom:1px solid #d4dbe0;line-height:1.55}.weather-year thead{background:var(--experience-ink);color:var(--experience-paper)}.weather-year td small{display:block;margin-top:5px;font-size:12px}.weather-year td a{white-space:nowrap}.weather-empty-note{font-size:13px;line-height:1.65;margin-top:24px}.weather-controls{display:flex;align-items:end;gap:20px;padding:22px 26px;margin-bottom:32px;background:#e9edf0;flex-wrap:wrap;color:#16181b}.weather-controls label{font-size:14px;font-weight:700;flex:1;min-width:145px}.weather-controls select{display:block;width:100%;min-height:48px;padding:10px 30px 10px 12px;font:inherit;background:#fff;color:#16181b;border:1px solid #83909b;margin-top:8px;border-radius:0}.weather-controls button{min-height:48px}.weather-teaser>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.weather-teaser h2{margin:0 0 22px}.weather-teaser p{line-height:1.7}.weather-teaser .weather-teaser-scope{font-size:13px;margin-top:24px;max-width:62ch}.weather-teaser .weather-plot{padding:30px;background:#fff;color:#20242b}.weather-teaser{background:#eef2f4}
.weather-local-craftsman .weather-plot{padding:26px;background:#eef2f4}.weather-local-craftsman .weather-year>summary{font-family:'Zilla Slab',serif}.weather-summit-value .weather-browser-layout{grid-template-columns:1fr 1.5fr}.weather-summit-value .weather-overview{background:#f5f6f7;padding:30px}.hail-size-plot .weather-bar-row{grid-template-columns:55px 1fr 55px;gap:14px}.hail-size-plot .weather-bar-track{background:transparent;border-bottom:1px solid #c5cbd0;height:21px}.hail-size-line{height:3px!important;background:#b72a2a;position:relative;align-self:center}.hail-size-line:after{content:'';position:absolute;right:0;top:-5px;width:13px;height:13px;background:#b72a2a;border-radius:50%}.weather-storm-response .weather-browser-layout{grid-template-columns:1fr}.weather-storm-response .weather-overview{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;background:#16181b;color:#fff;padding:40px}.weather-storm-response .weather-scope{margin:0;border:0;padding:0}.weather-storm-response .weather-scope h3,.weather-storm-response .weather-scope a{color:#fff}.weather-storm-response .weather-overview .wind-bar,.weather-storm-response .weather-overview .wind-key:before{background:#c2cbd2}.weather-storm-response .weather-overview .weather-bar-track{background:#3d454d}.weather-storm-response .weather-bar-row[data-selected]{outline:1px solid #ffb100;outline-offset:3px}.weather-storm-response .weather-year>summary{font-family:Oswald,sans-serif}.weather-storm-response .weather-controls{border-top:4px solid #ffb100}
@media(prefers-reduced-motion:reduce){.choice-figure [data-diagram-part]{transition:none}}
@media(max-width:800px){.roof-experience,.weather-history,.weather-teaser,.sv-upgrade,.sv-commercial-ledger,.sr-repair-timeline{padding:52px 0}.choice-stage,.weather-browser-layout,.weather-summit-value .weather-browser-layout,.weather-teaser>.wrap,.sv-upgrade>.wrap,.weather-storm-response .weather-overview{grid-template-columns:1fr;gap:28px}.choice-stage{align-items:start}.choice-controls{gap:8px}.choice-controls button{padding:10px 12px;flex:1 1 auto;font-size:14px}.choice-panel h3{font-size:25px}.experience-heading{margin-bottom:25px}.choice-figure{max-width:620px}.sv-material-tabs .choice-panel,.sr-concerns .choice-panel{display:block}.sr-concerns .choice-panel{padding:26px 23px}.sv-choice-workbench .choice-panel h3{font-size:27px}.shingle-photo-strip{gap:12px}.shingle-photo-strip figcaption{font-size:14px}.shingle-photo-strip img{aspect-ratio:.95}.upgrade-workspace{padding:24px}.upgrade-inputs{grid-template-columns:1fr;gap:0}.sv-upgrade .upgrade-reset{margin-top:10px}.weather-controls{padding:20px;gap:18px}.weather-controls label{flex-basis:100%}.weather-storm-response .weather-overview{padding:26px 22px}.weather-summit-value .weather-overview{padding:24px}.weather-year table,.weather-year tbody,.weather-year tr,.weather-year th,.weather-year td{display:block;width:100%}.weather-year thead{display:none}.weather-year tbody tr{padding:16px 0;border-top:1px solid #aab2b8}.weather-year tbody th,.weather-year tbody td{padding:4px 10px;border:0}.weather-year tbody th{font-size:16px}.weather-year td[data-label=Measurement]:before{content:'Reported: ';font-weight:650}.weather-year td[data-label=Source]{padding-top:12px;padding-bottom:8px}.weather-year td a{display:inline-block;min-height:28px}.weather-year caption{display:block;padding-top:10px}.weather-year>summary{font-size:23px}.weather-bar-row{grid-template-columns:52px 1fr 36px;gap:10px}.weather-teaser .weather-plot{padding:22px}.sr-permanent-sequence{display:block;border:0;padding:0}.sr-permanent-sequence>div{display:grid;grid-template-columns:32px 1fr;gap:18px;border-top:1px solid #9aa4ac;padding:22px 0}.sr-permanent-sequence h3{margin:3px 0 12px}.sr-permanent-sequence p{margin:0 0 14px}.sv-commercial-ledger header,.commercial-ledger-lines>div{display:block}.sv-commercial-ledger header{margin-bottom:24px}.commercial-ledger-lines h3{margin-bottom:14px}}

.experience-heading h2,.weather-heading h2{font-size:36px;line-height:1.12}.weather-overview .weather-plot>figcaption{color:inherit}.shingle-photo-strip{margin-bottom:42px}.sv-choice-table{overflow:auto;margin:22px 0;grid-column:1/-1}.sv-choice-table table{width:100%;border-collapse:collapse;font-size:14px;color:#fff}.sv-choice-table th,.sv-choice-table td{padding:16px 14px;vertical-align:top;border:1px solid #75818f;text-align:left;line-height:1.6}.sv-choice-table caption{text-align:left;margin-bottom:12px;font-weight:700}.sv-choice-table thead{background:#333a43}.sv-choice-table td{min-width:160px}.weather-year td a{min-height:32px;padding-block:4px}@media(max-width:800px){.experience-heading h2,.weather-heading h2{font-size:29px}.sv-choice-table table{font-size:13px}.sv-choice-table td{min-width:140px}}
/* Commercial subject transition and summit-value contact workspace. */
.sv-commercial-bridge{background:#fff;padding:66px 0}.sv-commercial-bridge>.wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}.sv-commercial-bridge figure{height:300px}.sv-commercial-bridge figure>.ph{height:100%;position:relative}.sv-commercial-bridge h2{font-size:clamp(29px,3vw,38px);line-height:1.08;margin-bottom:20px;max-width:24ch}.sv-commercial-bridge p{font-size:16px;line-height:1.75;max-width:62ch}.sv-commercial-bridge .text-link{margin-top:20px}/* Operator-directed legacy contact composition, within Local Craftsman. */
.sv-contact-hero{position:relative;isolation:isolate;background:var(--char);padding:56px 0;color:#fff}
.sv-contact-backdrop{position:absolute;inset:0;z-index:-1}.sv-contact-backdrop:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#15232de8,#15232da6)}.sv-contact-backdrop img{object-fit:cover}
.sv-contact-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:48px}.sv-contact-hero-grid>*{min-width:0}.sv-contact-hero h1{font-size:clamp(40px,4.3vw,60px);line-height:1.06;max-width:none;margin:0 0 25px;color:#fff}.sv-contact-hero header>p{font-size:19px;line-height:1.7;max-width:44ch}.sv-contact-call{background:#fff;color:var(--char);border-color:#fff;font-size:16px;margin-top:27px}.sv-contact-call:hover{background:var(--cool);border-color:var(--cool)}.sv-contact-hero header>.sv-contact-offer{font-size:14px;line-height:1.6;margin-top:18px;color:#e2e9ed}
.sv-contact-form-card{background:#fff;color:var(--ink);border-top:4px solid var(--red)}.sv-contact-form-card .lead-form{padding:28px 28px 18px;margin:0;border:0;max-width:none}.sv-contact-form-card .lead-form h2{font-size:25px;line-height:1.2;margin-bottom:10px}.sv-contact-relationship{font-size:12px;line-height:1.6;margin:0!important;padding:0 30px 25px;color:var(--muted)}
.sv-contact-methods{padding-top:66px;padding-bottom:68px;text-align:center}.sv-contact-methods h2{font-size:38px;line-height:1.13;margin:0 0 23px}.sv-contact-methods>p{max-width:70ch;margin:0 auto;font-size:17px;line-height:1.75}.sv-contact-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:36px auto 0;max-width:900px}.sv-contact-method-grid article{border:1px solid var(--line);border-top:3px solid var(--red);padding:29px 30px 25px;background:#fff}.sv-contact-method-grid h3{font-size:28px;line-height:1.2;margin-bottom:15px}.sv-contact-method-grid p{font-size:16px;line-height:1.75}.sv-contact-method-grid .text-link{margin-top:15px}
.sv-contact-place{background:var(--cool);padding:60px 0}.sv-contact-place>.wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.sv-contact-place h2{font-size:36px;line-height:1.12;margin-bottom:22px}.sv-contact-place p{font-size:17px;line-height:1.75}.sv-contact-place img{height:auto;aspect-ratio:8/5;object-fit:contain}.sv-contact-place figcaption{font-size:12px;line-height:1.5;margin-top:8px}.sv-contact-place figcaption a{color:inherit;text-decoration:underline}
.sv-contact-close{padding:60px 0 65px;background:var(--red-dk);color:#fff;text-align:center}.sv-contact-close h2{font-size:40px;line-height:1.1;margin-bottom:20px;color:#fff}.sv-contact-close p{max-width:56ch;margin:0 auto;font-size:18px;line-height:1.7}.sv-contact-number{display:block;width:max-content;max-width:100%;font:700 34px/1.2 var(--head);margin:25px auto 0;color:#fff}.sv-contact-close .sv-contact-call{margin-top:23px}
@media(max-width:900px){.sv-contact-hero-grid{gap:35px}.sv-contact-hero{padding:48px 0}.sv-contact-form-card .lead-form{padding:25px 22px 18px}.sv-contact-relationship{padding:0 22px 23px}.sv-contact-hero h1{font-size:44px}.sv-contact-place>.wrap{gap:35px}}
@media(max-width:700px){.sv-contact-hero{padding:33px 0 38px}.sv-contact-hero-grid{grid-template-columns:1fr;gap:28px}.sv-contact-hero h1{font-size:39px;max-width:15ch;margin-bottom:18px}.sv-contact-hero header>p{font-size:17px;line-height:1.65}.sv-contact-hero .sv-contact-call{margin-top:21px}.sv-contact-hero header>.sv-contact-offer{font-size:13px;margin-top:14px}.sv-contact-form-card .lead-form h2{font-size:27px}.sv-contact-methods{padding-top:40px;padding-bottom:42px}.sv-contact-methods h2,.sv-contact-place h2{font-size:32px}.sv-contact-method-grid{grid-template-columns:1fr;gap:20px;margin-top:26px}.sv-contact-method-grid article{padding:25px 24px}.sv-contact-place{padding:42px 0}.sv-contact-place>.wrap{grid-template-columns:1fr;gap:28px}.sv-contact-close{padding:42px 0 45px}.sv-contact-close h2{font-size:34px}.sv-contact-close p{font-size:17px}.sv-contact-number{font-size:31px}.sv-contact input,.sv-contact button,.sv-contact select,.sv-contact textarea{scroll-margin-bottom:95px}}

.sv-contact-form-card{box-shadow:0 12px 30px #0002}.sv-contact-hero h1{font-size:54px}.sv-contact-method-grid article{border-top-width:2px}.sv-contact-methods>p:last-child{margin-top:25px;font-size:14px}.sv-contact-close{background:var(--red)}@media(max-width:700px){.sv-contact-hero h1{font-size:37px}.sv-contact-form-card .lead-form h2{font-size:25px}}

/* Developed answers use the owning family's type, palette and section vocabulary. */
.depth-section{padding:60px 0}.depth-section h2{font-size:clamp(30px,3.3vw,43px);line-height:1.12;margin-bottom:23px;max-width:32ch}.depth-section header>p,.depth-section>.wrap>p{max-width:78ch;font-size:17px;line-height:1.75}.depth-section header{margin-bottom:30px}.depth-section p+p{margin-top:17px}.depth-section dl{margin:0}.depth-section dt{font-weight:700}.depth-section dd{margin:0;font-size:16px;line-height:1.75}.roof-warranty{background:#eef2f4}.warranty-reading>div{display:grid;grid-template-columns:.5fr 1fr;gap:50px;padding:24px 0;border-top:1px solid #b8c1c8}.warranty-reading dt{font-size:22px;line-height:1.2}.roof-warranty.summit-value .warranty-reading{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}.roof-warranty.summit-value .warranty-reading>div{display:block}.roof-warranty.summit-value dt{margin-bottom:14px}.roof-warranty.storm-response{background:#f4f6f8}.roof-warranty.storm-response dt{font-family:var(--disp);font-size:25px;font-weight:600}.roof-warranty.local-craftsman dt{font-family:var(--slab);font-size:26px}.claim-payment{background:#fff}.claim-bases{display:grid;grid-template-columns:1fr 1fr;gap:46px;padding-bottom:30px}.claim-bases dt{font-size:23px;margin-bottom:13px;line-height:1.2}.claim-example{background:#eef2f4;padding:28px 32px;max-width:950px;margin:0 0 28px}.claim-example figcaption{font-size:15px;font-weight:650;line-height:1.6;max-width:78ch;margin-bottom:16px}.claim-example dl>div{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;padding:12px 0;border-top:1px solid #b9c3cb}.claim-example dt{font-size:16px;line-height:1.5;font-weight:500}.claim-example dd{font-size:25px;line-height:1.3;font-weight:750;font-variant-numeric:tabular-nums}.claim-example dl>div:last-child{border-top:2px solid #687984}.claim-example dl>div:last-child dt{font-weight:700}.claim-payment.summit-value .claim-example{border-top:3px solid var(--red)}.claim-payment.storm-response .claim-example{border-top:3px solid var(--amber)}.claim-payment.local-craftsman .claim-example{border-top:3px solid var(--rust)}.claim-explanation{max-width:80ch}.claim-explanation p{font-size:16px;line-height:1.8}.depth-source{font-size:13px;line-height:1.65;margin-top:23px;color:#4f5c66}.depth-source p{font-size:13px;line-height:1.65}.depth-source a{color:inherit;text-decoration:underline;text-underline-offset:3px}.depth-source p+p{margin-top:8px}.repair-price-context{margin:29px 0 35px;padding:29px 32px;background:#fff;border:1px solid #b7c1c9;color:#202a31}.repair-price-context h3{font-size:26px;line-height:1.16;margin-bottom:15px;color:inherit}.repair-price-context>p{font-size:15px;line-height:1.7;max-width:82ch}.repair-price-context table,.material-budget table{border-collapse:collapse;text-align:left;width:100%;margin:22px 0}.repair-price-context th,.repair-price-context td,.material-budget th,.material-budget td{padding:14px 20px;border-bottom:1px solid #bac5cf;font-size:16px;line-height:1.5;vertical-align:top}.repair-price-context thead,.material-budget thead{background:#e6ecf0}.repair-price-context tbody th,.material-budget tbody th{font-weight:550}.repair-price-context td{white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:650}.material-budget{background:#eef2f4}.material-budget>.wrap{max-width:1050px}.material-budget table{background:#fff}.material-budget th:first-child{width:48%}.material-budget td{font-variant-numeric:tabular-nums}.resource-decisions{background:#edf1f4}.resource-decisions>.wrap>div{display:grid;grid-template-columns:1fr 1fr;gap:50px}.resource-decisions article{padding:20px 0;border-top:1px solid #aebcc6}.resource-decisions h3{font-size:25px;line-height:1.2;margin-bottom:14px}.resource-decisions h3 a{color:inherit;text-decoration:underline;text-underline-offset:5px}.resource-decisions p{font-size:16px;line-height:1.65;max-width:58ch}
@media(max-width:750px){.depth-section{padding:40px 0}.depth-section h2{font-size:32px;max-width:100%}.warranty-reading>div,.claim-bases,.resource-decisions>.wrap>div{grid-template-columns:1fr;gap:16px}.roof-warranty.summit-value .warranty-reading{grid-template-columns:1fr;gap:0}.warranty-reading>div{padding:21px 0}.claim-bases{gap:23px}.claim-example{padding:20px 18px}.claim-example dl>div{gap:14px;align-items:start}.claim-example dd{font-size:23px}.claim-example dt{font-size:14px}.repair-price-context{padding:23px 16px}.repair-price-context th,.repair-price-context td,.material-budget th,.material-budget td{padding:12px 9px;font-size:14px}.repair-price-context td{white-space:normal}.repair-price-context table{table-layout:fixed}.repair-price-context th:first-child{width:62%}.resource-decisions>.wrap>div{gap:10px}.material-budget th:first-child{width:43%}}

@media(min-width:901px){.services .grid:has(>:nth-child(8):last-child){grid-template-columns:repeat(6,minmax(0,1fr))}.services .grid:has(>:nth-child(8):last-child)>.card{grid-column:span 2}.services .grid:has(>:nth-child(8):last-child)>.card:nth-last-child(-n+2){grid-column:span 3}}


/* September 14 centered FAQ composition, replacing the side-heading treatment. */
.faq{background:#fff;padding:66px 0 70px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.faq .faq-layout{display:block;max-width:850px;margin:0 auto}.faq .head,.faq .sec-head{display:block;text-align:center;max-width:850px;margin:0 auto 32px}.faq .head h2,.faq .sec-head h2{max-width:100%;margin:0 auto 18px;font-size:38px;line-height:1.15}.faq .head p,.faq .sec-head p{max-width:65ch;margin:0 auto 14px}.faq .faq-list,.faq .faq-layout>div:last-child{max-width:850px;margin:0 auto}.faq details,.faq details:first-child{padding:0;margin:0 0 12px;border:1px solid var(--line);background:var(--cool)}.faq summary{display:flex;position:relative;align-items:center;justify-content:center;list-style:none;text-align:center;padding:23px 64px 23px 30px;font-size:22px;line-height:1.3;min-height:72px;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:23px;top:50%;transform:translateY(-50%);font:400 27px/1 Arial,sans-serif}.faq details[open]{background:#fff}.faq details[open] summary:after{content:"−"}.faq details[open] summary{border-bottom:1px solid var(--line)}.faq details p{margin:0;padding:20px 30px 0;font-size:16px;line-height:1.8;text-align:left}.faq details p:last-child{padding-bottom:24px}.faq details p+p{padding-top:14px}.faq>.wrap>.text-link{display:table;margin:24px auto 0}@media(max-width:700px){.faq{padding:42px 0 46px}.faq .head,.faq .sec-head{margin-bottom:25px}.faq .head h2,.faq .sec-head h2{font-size:31px}.faq summary{font-size:20px;padding:20px 49px 20px 19px;min-height:70px}.faq summary:after{right:17px}.faq details p{padding:18px 20px 0;font-size:16px}.faq details p:last-child{padding-bottom:22px}}

.faq summary:after{color:var(--red)}.faq summary{font-family:var(--head);font-weight:700;font-size:20px}.faq details,.faq details:first-child{border-left:3px solid var(--red);background:var(--paper)}.faq details[open]{box-shadow:0 5px 18px #20242b0a}

.material-budget{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sv-contact-form-card .lead-form{box-shadow:none;border-radius:0}@media(max-width:700px){.sv-contact-hero header>.sv-contact-call{display:none}}

/* September 16: explicit calls to action use the Summit Value button shape. */
.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;max-width:100%;padding:12px 20px;border:2px solid var(--red);border-radius:4px;background:transparent;color:var(--red);font:700 15px/1.4 var(--head);text-decoration:none;text-align:center;vertical-align:middle;transition:background .16s ease,color .16s ease,border-color .16s ease}
.cta-button:hover{background:var(--red);border-color:var(--red);color:#fff;text-decoration:none}
.text-link.cta-button,.resource-action.cta-button{padding:12px 20px;text-decoration:none;line-height:1.4}
.services .card .more.cta-button{padding:11px 17px;align-self:flex-start;line-height:1.4}
.services .card .more.cta-button:hover{color:#fff}
.services .card .more.cta-button:after{content:none}
.services[data-composition="featured-services"]>.wrap>.cta-button{display:table;margin:32px auto 0;background:var(--red);color:#fff}
.services[data-composition="featured-services"]>.wrap>.cta-button:hover{background:var(--red-dk);border-color:var(--red-dk)}
.process .cta-button,.fin .cta-button,.sv-choice-workbench .cta-button,.weather-storm-response .weather-overview .cta-button{color:#fff;border-color:#d8dde3}
.process .cta-button:hover,.sv-choice-workbench .cta-button:hover{background:#fff;color:var(--ink);border-color:#fff}
.sv-hero .phone-c.cta-button,.final .phone.cta-button{padding:14px 20px;font-size:23px;line-height:1.2;border-color:#e0e4ea;letter-spacing:0;background:transparent}
.sv-hero .phone-c.cta-button small{color:#dfe4ec}
.sv-hero .phone-c.cta-button:hover,.final .phone.cta-button:hover{background:#fff;color:var(--ink);border-color:#fff}
.sv-hero .phone-c.cta-button:hover small,.final .phone.cta-button:hover small{color:var(--muted)}
.sv-contact-number.cta-button{display:flex;width:max-content;padding:13px 22px;color:#fff;border-color:#fff;font-size:25px;line-height:1.25}
.sv-contact-number.cta-button:hover{background:#fff;color:var(--red)}
footer .cta-button{color:#fff;border-color:#9aa0ab;font-size:14px}
footer .cta-button:hover{background:#fff;border-color:#fff;color:var(--ink)}


.resource-bridge .resource-action.cta-button{flex-shrink:0}
@media(max-width:700px){.cta-button{white-space:normal}.resource-bridge .resource-action.cta-button{flex-shrink:1}.sv-hero .phone-c.cta-button,.final .phone.cta-button{font-size:22px}.services[data-composition="featured-services"]>.wrap>.cta-button{display:flex;width:100%}}

.commercial-service-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.commercial-service-actions .cta-button{font-size:14px;padding:10px 14px}
.resource-summit-value .resource-bridge .resource-action.cta-button{color:#fff;border-color:#d8dde3}
.resource-summit-value .resource-bridge .resource-action.cta-button:hover{background:#fff;color:var(--ink);border-color:#fff}
@media(max-width:700px){.sv-commercial-bridge{padding:42px 0}.sv-commercial-bridge>.wrap{grid-template-columns:1fr;gap:28px}.sv-commercial-bridge figure{height:220px}.sv-commercial-bridge h2{max-width:100%}}

/* Every request field stays in the page, with height determined by its content. */
.lead-form-full .form-grid{column-gap:16px;row-gap:0}.lead-form-full .consent{font-size:12px;line-height:1.65}.lead-form-full .button{min-height:48px}
.lead-form-full input:not([type=checkbox]),.lead-form-full select,.lead-form-full textarea{font-size:16px}
@media(max-width:920px){.sv-hero.sv-v1 .grid>.lead-form,.sv-contact-form-card{width:100%;max-width:600px;justify-self:start}.sv-contact-hero-grid{grid-template-columns:1fr;gap:32px}.sv-contact-hero header>p{max-width:52ch}}
@media(max-width:760px){body:has(.lead-form:focus-within) .mbar{display:none}.lead-form-full input,.lead-form-full select,.lead-form-full textarea,.lead-form-full button{scroll-margin-block:110px}}

/* Footer contact hierarchy: one primary button and a plain, generous phone target. */
footer .contact h2{margin-bottom:6px}
footer .contact .footer-phone{display:inline-flex;align-items:center;min-height:44px;padding:0;border:0;background:transparent;color:#fff;font:800 23px/1.2 var(--head);letter-spacing:0;text-decoration:none;white-space:nowrap}
footer .contact .footer-phone:hover{text-decoration:underline;text-underline-offset:4px}
footer .contact p{margin:4px 0 16px;line-height:1.6}
footer .contact .footer-inspection{min-height:48px;max-width:100%;padding:12px 16px;background:var(--red);border-color:var(--red);color:#fff;font-size:14px;line-height:1.3;text-decoration:none}
footer .contact .footer-inspection:hover{background:var(--red-dk);border-color:var(--red-dk);color:#fff;text-decoration:none}

/* September 17: resource tasks retain the site's family and a clear reading path. */
.resource-page .resource-opening{position:relative;isolation:isolate;padding:30px 0 52px}
.resource-page .resource-opening>.wrap{position:relative}
.resource-page .resource-opening-grid{display:block;max-width:none;margin-top:34px}
.resource-page .resource-opening-with-photo .resource-opening-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:64px;align-items:center}
.resource-page .resource-opening-copy{min-width:0;max-width:850px}
.resource-page .resource-opening h1{margin:0;max-width:22ch;font-size:clamp(40px,4.3vw,60px);line-height:1.08}
.resource-page .resource-intro{font-size:18px;line-height:1.7;max-width:66ch;margin-top:22px}
.resource-page .resource-intro p+p{margin-top:16px}
.resource-page .resource-opening-art{margin:0;min-width:0}
.resource-page .resource-opening-art img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.resource-page .resource-answer{padding:22px 0 0;margin-top:26px;max-width:70ch;background:transparent;border:0;border-top:1px solid currentColor;border-radius:0}
.resource-page .resource-answer h2{color:inherit;font-size:23px;line-height:1.2;margin:0 0 10px}
.resource-page .resource-answer p{font-size:16px;line-height:1.7;margin:0}
.resource-page .resource-jumps{margin-top:30px;padding-top:16px;gap:4px 24px}
.resource-page .resource-jumps a{display:inline-flex;align-items:center;min-height:44px;padding:6px 0;line-height:1.45}
.resource-page .resource-intro a,.resource-page .resource-answer a{color:inherit;text-decoration:underline;text-underline-offset:4px}
.resource-page .resource-reading{padding:52px 0;background:#fff}
.resource-page .resource-reading-grid{display:block;max-width:760px;margin-inline:auto;padding:0;background:transparent;border:0}
.resource-page .resource-reading h2{font-size:34px;line-height:1.17;max-width:30ch;margin:0 0 22px}
.resource-page .resource-prose{font-size:17px;line-height:1.8;max-width:72ch}
.resource-page .resource-prose p+p{margin-top:18px}
.resource-page .resource-prose li{margin:10px 0}
.resource-page .resource-prose ul{padding-left:22px}
.resource-page .resource-prose a:not([data-cta]),.resource-page .resource-calculator-notes a,.resource-page .resource-blog-heading a,.resource-page .resource-article-copy p a{color:var(--resource-accent);text-decoration:underline;text-underline-offset:4px}
.resource-page .resource-action{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:0;padding:12px 20px;border:2px solid transparent;border-radius:0;line-height:1.4;text-decoration:none;font-size:15px;font-weight:700}
.resource-page .resource-prose>.resource-action{margin-top:24px}
.resource-page .resource-blog-heading{max-width:790px;margin-bottom:32px}
.resource-page .resource-blog-heading h2{margin:0 0 16px}
.resource-page .resource-blog-heading p{font-size:18px;line-height:1.7}
.resource-page .resource-latest{background:#fff;padding:60px 0 68px}
.resource-page .resource-latest .resource-articles{gap:40px}
.resource-page .resource-latest .resource-articles article{background:transparent;border:0;padding-bottom:0}
.resource-page .resource-latest .resource-article-copy{padding:24px 0 0}
.resource-page .resource-blog-actions{margin-top:38px;padding-top:28px;border-top:1px solid var(--line)}
.resource-page .resource-reference-feature{background:var(--resource-pale);padding:56px 0}
.resource-page .resource-reference-feature-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:64px;align-items:center}
.resource-page .resource-reference-feature h2{font-size:35px;line-height:1.15;max-width:28ch;margin:0 0 24px}
.resource-page .resource-reference-feature figure{min-width:0;margin:0}
.resource-page .resource-reference-feature img{height:auto;aspect-ratio:4/3;width:100%;object-fit:cover}
.resource-page .resource-reference-feature figcaption{font-size:13px;line-height:1.6;padding-top:10px}
.resource-page .resource-inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.resource-page .resource-reference-context{background:var(--resource-dark);color:#fff}
.resource-page .resource-reference-context h2{color:inherit}
.resource-page .resource-reference-context .resource-prose a:not([data-cta]){color:inherit}
.resource-page .resource-close{background:var(--resource-pale);padding:54px 0 60px;border-top:1px solid var(--line)}
.resource-page .resource-close-copy{max-width:820px;margin-inline:auto;text-align:center}
.resource-page .resource-close h2{font-size:38px;line-height:1.12;margin:0 auto 20px;max-width:28ch}
.resource-page .resource-close p{font-size:17px;line-height:1.75;max-width:62ch;margin-inline:auto}
.resource-page .resource-close-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px}
.resource-page .resource-close .resource-phone{background:transparent;color:var(--resource-dark);border-color:currentColor}
@media(max-width:850px){.resource-page .resource-opening-with-photo .resource-opening-grid{gap:32px;grid-template-columns:1fr 1fr}.resource-page .resource-reference-feature-grid{gap:36px}.resource-page .resource-opening h1{font-size:44px}}
@media(max-width:650px){.resource-page .resource-opening{padding:24px 0 34px}.resource-page .resource-opening-grid{margin-top:26px}.resource-page .resource-opening-with-photo .resource-opening-grid{grid-template-columns:1fr;gap:30px}.resource-page .resource-opening h1{font-size:38px;max-width:24ch}.resource-page .resource-intro{font-size:17px;margin-top:20px}.resource-page .resource-answer{margin-top:24px;padding-top:20px}.resource-page .resource-answer h2{font-size:23px}.resource-page .resource-jumps{margin-top:24px;gap:2px 20px}.resource-page .resource-reading,.resource-page .resource-reference-feature{padding:38px 0}.resource-page .resource-reading h2,.resource-page .resource-reference-feature h2{font-size:30px;line-height:1.2;margin-bottom:20px;max-width:28ch}.resource-page .resource-reading-grid{padding:0}.resource-page .resource-reference-feature-grid{grid-template-columns:1fr;gap:28px}.resource-page .resource-latest{padding:40px 0 48px}.resource-page .resource-latest .resource-articles{gap:40px}.resource-page .resource-blog-heading{margin-bottom:28px}.resource-page .resource-blog-heading p{font-size:17px}.resource-page .resource-close{padding:40px 0 46px}.resource-page .resource-close h2{font-size:32px;line-height:1.15}.resource-page .resource-close-actions{align-items:stretch;flex-direction:column;gap:12px}.resource-page .resource-close-actions a{width:100%}}

.resource-page.resource-summit-value{--resource-accent:var(--red);--resource-dark:var(--char);--resource-pale:var(--paper)}
.resource-page.resource-summit-value .resource-opening{background:var(--char);color:#fff;border-bottom:4px solid var(--red);padding-bottom:58px}
.resource-page.resource-summit-value .resource-opening>.wrap{position:static}
.resource-page.resource-summit-value .resource-opening-grid{display:block;position:static}
.resource-page.resource-summit-value .resource-opening-copy,.resource-page.resource-summit-value .resource-trail,.resource-page.resource-summit-value .resource-jumps{position:relative;z-index:1}
.resource-page.resource-summit-value .resource-opening-copy{max-width:790px}
.resource-page.resource-summit-value .resource-opening-with-photo .resource-opening-copy{max-width:700px;padding:20px 0 14px}
.resource-page.resource-summit-value .resource-opening h1{color:#fff;line-height:1.04;font-size:clamp(42px,4.8vw,65px)}
.resource-page.resource-summit-value .resource-opening-art{position:absolute;inset:0;z-index:-1}
.resource-page.resource-summit-value .resource-opening-art img{height:100%;aspect-ratio:auto;object-fit:cover}
.resource-page.resource-summit-value .resource-opening-with-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,25,30,.96) 0%,rgba(22,25,30,.87) 48%,rgba(22,25,30,.55) 100%);z-index:-1;pointer-events:none}
.resource-page.resource-summit-value .resource-intro{color:#e1e5eb}
.resource-page.resource-summit-value .resource-answer{border-color:#626873}
.resource-page.resource-summit-value .resource-answer h2{color:var(--gold)}
.resource-page.resource-summit-value .resource-jumps{border-color:#626873}
.resource-page.resource-summit-value .resource-jumps a{color:#fff}
.resource-page.resource-summit-value .resource-action{background:var(--red);color:#fff}
.resource-page.resource-summit-value .resource-action:hover{background:var(--red-dk)}
.resource-page.resource-summit-value .resource-close{border-top:3px solid var(--red)}
@media(max-width:650px){.resource-page.resource-summit-value .resource-opening{padding-bottom:38px}.resource-page.resource-summit-value .resource-opening h1{font-size:40px}.resource-page.resource-summit-value .resource-opening-with-photo .resource-opening-copy{padding:8px 0 0}.resource-page.resource-summit-value .resource-opening-with-photo:after{background:rgba(22,25,30,.86)}}

.resource-page .resource-close .resource-action.resource-phone{background:transparent;color:var(--resource-dark);border-color:currentColor}

/* September 17: the normal Summit hero comes first; resource explanation follows. */
.sv-resource-introduction{padding:34px 0 54px;background:var(--paper);color:var(--ink)}
.sv-resource-introduction .resource-trail{color:var(--muted)}
.sv-resource-intro-reading{max-width:760px;margin:32px auto 0}
.sv-resource-intro-reading>h2{font-size:34px;line-height:1.16;max-width:30ch;margin:0 0 22px}
.sv-resource-intro-reading>p{font-size:18px;line-height:1.75;margin:0}
.sv-resource-intro-reading>p+p{margin-top:18px}
.sv-resource-summary{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.sv-resource-summary h3{font-size:23px;line-height:1.2;margin:0 0 12px;color:var(--ink)}
.sv-resource-summary p{font-size:16px;line-height:1.75;margin:0}
.resource-page.resource-summit-value .sv-resource-introduction .resource-jumps{border-color:var(--line)}
.resource-page.resource-summit-value .sv-resource-introduction .resource-jumps a{color:var(--ink)}
@media(max-width:650px){.sv-resource-introduction{padding:26px 0 38px}.sv-resource-intro-reading{margin-top:26px}.sv-resource-intro-reading>h2{font-size:29px;line-height:1.18;margin-bottom:20px}.sv-resource-intro-reading>p{font-size:17px;line-height:1.75}.sv-resource-summary{margin-top:24px;padding-top:22px}}

/* Bedford review: clear call controls and one full closing composition. */
.nav-cta .num{padding:12px 14px;color:var(--red)}
.sv-hero .phone-c.cta-button,.final .phone.cta-button{background:var(--red);border-color:var(--red);color:#fff;padding:16px 22px;min-height:54px;font-size:23px}
.sv-hero .phone-c.cta-button:hover,.final .phone.cta-button:hover{background:#971e1e;border-color:#971e1e;color:#fff}
.final[data-closing-cta] .wrap{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:56px;padding-block:84px}
.final[data-closing-cta] .sub{max-width:46ch}
.resource-page .final[data-closing-cta] .final-copy h2{font-size:clamp(32px,4.6vw,52px);line-height:1.02;color:#fff;margin:0}
.final[data-closing-cta] .lead-form h2{color:var(--ink);font-size:22px;line-height:1.2;margin:0 0 9px}
.resource-page .final[data-closing-cta] .lead-form p{color:var(--muted)}
.resource-kind-blog-index .resource-bridge{background:var(--paper);color:var(--ink)}
.resource-kind-blog-index .resource-bridge h2{color:var(--ink)}
.resource-kind-blog-index .resource-bridge .cta-button{color:var(--red);border-color:var(--red)}

/* The proposal explanation is a distinct reading section after the dark process. */
.sv-commercial-ledger{background:#fff;color:var(--ink)}
.sv-commercial-ledger h2,.sv-commercial-ledger h3{color:var(--ink)}
.sv-commercial-ledger header h2{font-size:36px;line-height:1.15;margin-bottom:20px}
.sv-commercial-ledger header p{font-weight:400;font-size:17px;line-height:1.8}
.commercial-ledger-lines,.commercial-ledger-lines>div{border-color:var(--line)}
.sv-commercial-ledger .text-link{color:var(--red)}

/* Keep the optional comparison together, later in the homepage reading path. */
.sv-project-choices{background:var(--paper);color:var(--ink)}
.sv-project-choices .experience-heading h2,.sv-project-choices .choice-panel h3{color:var(--ink)}
.sv-project-choices .choice-controls button{color:var(--ink);background:#fff;border-color:var(--line)}
.sv-project-choices .choice-controls button[aria-pressed=true]{background:var(--red);border-color:var(--red);color:#fff}
.sv-choice-workbench .choice-panel{border-color:var(--line);max-width:none}
.sv-choice-workbench .choice-panel>p{max-width:70ch}
.sv-project-choices .sv-choice-table table{color:var(--ink);background:#fff}
.sv-project-choices .sv-choice-table th,.sv-project-choices .sv-choice-table td{border-color:var(--line)}
.sv-project-choices .sv-choice-table thead{background:var(--cool)}
.sv-choice-workbench .cta-button,.sv-project-choices>.wrap>.cta-button{color:var(--red);border-color:var(--red)}
.sv-choice-workbench .cta-button:hover{background:var(--red);border-color:var(--red);color:#fff}
.sv-project-choices+.faq{background:#fff}

/* Price context belongs to the introduction; inputs belong to the calculator. */
.resource-kind-tool .sv-resource-introduction{background:#fff;padding-bottom:48px}
.resource-kind-tool .sv-resource-intro-reading{max-width:900px;margin:28px auto 0}
.resource-kind-tool .sv-resource-intro-reading>h2{max-width:30ch;font-size:38px;line-height:1.15}
.resource-kind-tool .sv-resource-intro-reading>p{max-width:76ch;font-size:18px}
.resource-page.resource-summit-value.resource-kind-tool .resource-jumps{border:0;padding:0;margin-top:26px;gap:12px}
.resource-page.resource-summit-value.resource-kind-tool .resource-jumps a{border:1px solid var(--red);padding:11px 17px;color:var(--red);background:#fff;text-decoration:none;min-height:44px}
.resource-page.resource-summit-value.resource-kind-tool .resource-jumps a:hover{background:var(--red);color:#fff}
@media(max-width:920px){.final[data-closing-cta] .wrap{grid-template-columns:1fr;gap:32px;padding-block:56px}.final[data-closing-cta] .final-copy{max-width:660px}}
@media(max-width:650px){.final[data-closing-cta] .wrap{padding:48px 22px}.final[data-closing-cta] .final-copy h2,.resource-page .final[data-closing-cta] .final-copy h2{font-size:34px}.sv-commercial-ledger header h2{font-size:30px}.resource-kind-tool .sv-resource-intro-reading>h2{font-size:30px}.resource-kind-tool .sv-resource-intro-reading>p{font-size:17px}.resource-page.resource-summit-value.resource-kind-tool .resource-jumps{gap:10px}.resource-page.resource-summit-value.resource-kind-tool .resource-jumps a{padding:11px 13px}}

/* About introduction: preserve the selected backlit roofer and roofing context. */
img[src*="crew-action-024"]{object-position:62% 50%!important}

/* Shared rich-text links stay visible in every family prose wrapper. */
main a.contextual-link{text-decoration:underline;text-underline-offset:3px}
