@font-face{font-family:"Zilla Slab";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/zilla-slab-400.woff2") format("woff2")}
@font-face{font-family:"Zilla Slab";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/zilla-slab-500.woff2") format("woff2")}
@font-face{font-family:"Zilla Slab";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/zilla-slab-600.woff2") format("woff2")}
@font-face{font-family:"Zilla Slab";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/zilla-slab-700.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:100;font-display:swap;src:url("/assets/public-sans-100.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:200;font-display:swap;src:url("/assets/public-sans-200.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:300;font-display:swap;src:url("/assets/public-sans-300.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/public-sans-400.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/public-sans-500.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/public-sans-600.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/public-sans-700.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:800;font-display:swap;src:url("/assets/public-sans-800.woff2") format("woff2")}
@font-face{font-family:"Public Sans";font-style:normal;font-weight:900;font-display:swap;src:url("/assets/public-sans-900.woff2") format("woff2")}


  :root{
    --slate:#26333d; --slate2:#33454f; --ink:#1c252b; --muted:#5c656c;
    --rust:#ab5328; --rust-dk:#8a3f1c; --ember:#c47a4f;
    /* cool whites only — no cream/beige */
    --paper:#f6f8f9; --surface:#ffffff; --cool:#eef2f4; --line:#dde4e8; --line2:#e7edf0;
    --slab:"Zilla Slab",Georgia,serif; --sans:"Public Sans",system-ui,sans-serif; --wrap:1180px;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.62;-webkit-font-smoothing:antialiased}
  .wrap{max-width:var(--wrap);margin:0 auto;padding:0 30px}
  a{color:inherit;text-decoration:none}
  h1,h2,h3{font-family:var(--slab);font-weight:600;line-height:1.07;letter-spacing:-.01em;color:var(--ink)}
  .eyebrow{font:700 12px/1 var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--rust-dk);display:inline-flex;align-items:center;gap:10px}
  .eyebrow::before{content:"";width:26px;height:2px;background:var(--rust)}
  .rust-u{box-shadow:inset 0 -.16em 0 rgba(171,83,40,.28)}
  /* photo placeholders (duotone-free: warm-real tone, slate base) */
  .ph{position:relative;background:linear-gradient(150deg,#3c4a54,#212c34);overflow:hidden}
  .ph::after{content:attr(data-l);position:absolute;left:15px;bottom:13px;font:700 10px/1.3 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.6)}
  .ph::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:22px 22px}
  .ph.rust{background:linear-gradient(150deg,#ab5328,#74321a)}
  .ph.tex{background:linear-gradient(150deg,#46535d,#2b363e)}
  .ph.tex::before{background-image:repeating-linear-gradient(115deg,rgba(255,255,255,.05) 0 2px,transparent 2px 9px)}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font:700 14px/1 var(--sans);letter-spacing:.02em;padding:15px 26px;cursor:pointer;transition:.16s;border:2px solid transparent}
  .btn-rust{background:var(--rust);color:#fff}
  .btn-rust:hover{background:var(--rust-dk)}
  .btn-out{border-color:var(--slate);color:var(--slate)}
  .btn-out:hover{background:var(--slate);color:#fff}
  .btn-lg{padding:16px 30px;font-size:15px}

  /* topbar — honest positioning, NO license/credential claims */
  .topbar{background:var(--slate);color:#dfe6ea;font-size:12.5px}
  .topbar .wrap{display:flex;justify-content:space-between;gap:18px;padding:9px 30px;letter-spacing:.02em}
  .topbar .l{display:flex;gap:22px;flex-wrap:wrap}
  .topbar .l span{display:inline-flex;align-items:center;gap:8px}
  .topbar .l span::before{content:"";width:5px;height:5px;background:var(--ember);transform:rotate(45deg)}
  .topbar b{color:#fff}

  /* nav — cool white */
  header.nav{position:sticky;top:0;z-index:40;background:rgba(246,248,249,.94);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-bottom:1px solid var(--line)}
  .nav .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 30px}
  .brand{display:flex;align-items:center;gap:13px}
  .brand .mark{width:42px;height:42px;background:var(--slate);display:grid;place-items:center;position:relative}
  .brand .mark svg{width:24px;height:24px;color:var(--ember)}
  .brand .bn{font-family:var(--slab);font-weight:700;font-size:21px;letter-spacing:-.01em}
  .brand .bn small{display:block;font:700 9px/1 var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:4px}
  nav.links{display:flex;gap:27px;font:600 15px/1 var(--sans)}
  nav.links a{padding:6px 0;border-bottom:2px solid transparent;transition:.15s}
  nav.links a:hover{border-color:var(--rust);color:var(--rust-dk)}
  .nav-cta{display:flex;align-items:center;gap:16px}
  .nav-cta .num{font:800 16px/1 var(--sans)}

  /* HERO — editorial billboard + slim inline form */
  .hero{padding:60px 0 70px;border-bottom:1px solid var(--line)}
  .hero .grid{display:grid;grid-template-columns:1.06fr .94fr;gap:54px;align-items:center}
  .hero h1{font-size:57px;margin:20px 0 0}
  .hero .lead{font-size:18.5px;color:var(--muted);max-width:40ch;margin:20px 0 26px}
  .hero .lead b{color:var(--ink);font-weight:600}
  /* slim 3-field checkup form (form-in-hero default; craftsman idiom, not MP's dark card) */
  .checkup{background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--rust);padding:20px 22px;max-width:430px}
  .checkup .cap{font:700 12px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--rust-dk);margin-bottom:14px}
  .checkup .f{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .checkup input{width:100%;padding:12px 13px;border:1px solid var(--line);background:var(--paper);font:500 14.5px var(--sans);color:var(--ink)}
  .checkup input::placeholder{color:#97a0a6}
  .checkup input.full{grid-column:1 / -1}
  .checkup .btn{width:100%;margin-top:10px}
  .checkup .micro{font-size:11.5px;color:var(--muted);margin-top:10px;line-height:1.4}
  .hero-art{position:relative}
  .hero-art .ph{aspect-ratio:4/5}
  /* round-cropped detail photo (Perry device) */
  .hero-art .detail{position:absolute;left:-26px;bottom:-26px;width:148px;height:148px;border-radius:50%;border:6px solid var(--paper);overflow:hidden}
  .hero-art .tag{position:absolute;right:18px;top:18px;background:var(--paper);color:var(--slate);font:700 11px/1.4 var(--sans);letter-spacing:.1em;text-transform:uppercase;padding:9px 13px}
  .hero-art .tag b{font-family:var(--slab);font-size:15px}
  .owner-line{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}
  .owner-line .av{width:46px;height:46px;border-radius:50%;background:linear-gradient(150deg,#ab5328,#74321a);flex:none}
  .owner-line .t b{font:700 14px/1.3 var(--sans);display:block}
  .owner-line .t span{font-size:13px;color:var(--muted)}

  
  
  
  
  
  


/* Three parallel benefits, using the family slate and body typography. */
.counter{background:var(--slate);color:#e8edf0}
.counter .wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;list-style:none;gap:0;padding:24px 30px;text-align:center}
.counter li{padding:4px 24px;font:600 16px/1.5 var(--sans);color:inherit}
.counter li+li{border-left:1px solid #52616b}
@media(max-width:800px){.counter .wrap{grid-template-columns:1fr;padding:12px 30px}.counter li{padding:10px 0}.counter li+li{border-left:0;border-top:1px solid #52616b}}

  section{padding:88px 0}
  .head{max-width:660px}
  .head h2{font-size:39px;margin-top:13px}
  .head p{color:var(--muted);font-size:17px;margin-top:14px}
  .center{margin:0 auto;text-align:center}

  /* SERVICES — editorial 2-col photo cards (magazine), NOT MP duotone grid */
  .svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:46px}
  .svc{position:relative;display:grid;grid-template-columns:1fr 1fr;background:var(--surface);border:1px solid var(--line);overflow:hidden;transition:.18s}
  .svc:hover{box-shadow:0 26px 50px -34px rgba(38,51,61,.6);transform:translateY(-3px)}
  .svc .ph{aspect-ratio:auto;min-height:208px}
  .svc .bd{padding:26px 26px 28px;display:flex;flex-direction:column;justify-content:center}
  .svc .ix{font:700 12px/1 var(--sans);letter-spacing:.14em;color:var(--rust-dk)}
  .svc h3{font-size:24px;margin:11px 0 0}
  .svc p{font-size:14.5px;color:var(--muted);margin-top:11px}
  .svc .more{margin-top:16px;font:700 13px/1 var(--sans);letter-spacing:.04em;color:var(--slate);display:inline-flex;gap:7px;align-items:center}
  .svc .more::after{content:"→";color:var(--rust)}

  /* MATERIALS CLOSE-UP CATALOG — the signature section (no sibling has this) */
  .cat{background:var(--cool)}
  .cat .strip{display:flex;gap:18px;margin-top:42px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}
  .cat .mat{flex:0 0 248px;scroll-snap-align:start;background:var(--surface);border:1px solid var(--line)}
  .cat .mat .ph{aspect-ratio:4/3}
  .cat .mat .bd{padding:16px 18px 20px}
  .cat .mat h3{font-size:18px}
  .cat .mat .term{display:inline-block;font:700 11px/1 var(--sans);letter-spacing:.06em;color:var(--rust-dk);margin:9px 0 7px;text-transform:uppercase}
  .cat .mat p{font-size:13.5px;color:var(--muted)}
  .cat .note{margin-top:20px;font-size:13.5px;color:var(--muted);font-style:italic}

  /* NAMED SYSTEM — editorial ruled list w/ round-crop details (NOT MP dark stepper) */
  .sys .grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:start}
  .sys .art{position:relative}
  .sys .art .ph{aspect-ratio:3/4}
  .sys .art .rd{position:absolute;right:-24px;bottom:40px;width:128px;height:128px;border-radius:50%;border:6px solid var(--paper);overflow:hidden}
  .sys .steps{display:grid;gap:0}
  .sys .step{display:grid;grid-template-columns:auto 1fr;gap:22px;padding:22px 0;border-bottom:1px solid var(--line)}
  .sys .step:first-child{padding-top:0}
  .sys .step:last-child{border-bottom:0}
  .sys .step .no{font-family:var(--slab);font-weight:700;font-size:30px;color:var(--rust);line-height:1}
  .sys .step h3{font-size:21px}
  .sys .step p{font-size:14.5px;color:var(--muted);margin-top:7px;max-width:46ch}
  .sys .name{font-family:var(--slab);font-weight:700;font-size:15px;color:var(--rust-dk);letter-spacing:.02em}

  /* GALLERY as proof — staggered editorial frames (not MP mosaic grid) */
  .work{background:var(--slate);color:#e8edf0}
  .work .head h2{color:#fff}.work .head p{color:rgba(232,237,240,.72)}
  .work .frames{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
  .work .fr{background:#1c262d;padding:9px;border:1px solid rgba(255,255,255,.08)}
  .work .fr .ph{aspect-ratio:4/3}
  .work .fr .cap{font:600 12.5px/1.4 var(--sans);color:rgba(232,237,240,.8);padding:11px 4px 4px;display:flex;justify-content:space-between}
  .work .fr .cap em{color:var(--ember);font-style:normal}
  .work .fr.up{transform:translateY(-22px)}

  /* SINGLE PULL-QUOTE — one named testimonial, full section (fillable) */
  .quote{background:var(--paper)}
  .quote .wrap{max-width:900px;text-align:center}
  .quote .qm{font-family:var(--slab);font-weight:700;font-size:64px;color:var(--rust);line-height:.6}
  .quote blockquote{font-family:var(--slab);font-weight:500;font-size:31px;line-height:1.36;color:var(--ink);margin-top:14px}
  .quote cite{display:block;margin-top:24px;font:700 14px/1.5 var(--sans);font-style:normal;color:var(--slate)}
  .quote cite span{display:block;color:var(--muted);font-weight:500;margin-top:3px}

  /* MANUFACTURER WALL — honest "trained to install" */
  .makers{text-align:center;padding-top:0}
  .makers .row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}
  .makers .chip{border:1px solid var(--line);padding:14px 24px;font-family:var(--slab);font-weight:600;font-size:18px;color:var(--muted);background:var(--surface)}

  /* AREA — county grounded */
  .area{background:var(--cool)}
  .area .grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
  .area .ph{aspect-ratio:4/3}
  .area .towns{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
  .area .towns span{background:var(--surface);border:1px solid var(--line);padding:8px 15px;font:600 14px/1 var(--sans)}

  /* GUARANTEE — named, ruled editorial panel (NOT a seal disc) */
  .guar{padding:0}
  .guar .panel{background:var(--slate);color:#eef2f4;padding:56px 0;position:relative;overflow:hidden}
  .guar .panel::before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:var(--rust)}
  .guar .grid{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:center}
  .guar .name{font-family:var(--slab);font-weight:700;font-size:14px;letter-spacing:.04em;color:var(--ember);text-transform:uppercase}
  .guar h2{color:#fff;font-size:36px;margin-top:12px}
  .guar p{color:rgba(238,242,244,.86);font-size:16px;margin-top:14px;max-width:46ch}
  .guar .terms{border-left:1px solid rgba(255,255,255,.16);padding-left:34px;display:grid;gap:16px}
  .guar .terms .t{display:flex;gap:13px;align-items:flex-start}
  .guar .terms .t svg{width:22px;height:22px;color:var(--ember);flex:none;margin-top:1px}
  .guar .terms .t b{font:700 15px/1.3 var(--sans);color:#fff;display:block}
  .guar .terms .t span{font-size:13.5px;color:rgba(238,242,244,.72)}

  /* CTA — editorial sign-off, LIGHT (not MP dark band) */
  .cta{text-align:center;border-top:1px solid var(--line)}
  .cta .eyebrow{justify-content:center}
  .cta h2{font-size:46px;margin-top:14px}
  .cta p{font-size:18px;color:var(--muted);margin:14px auto 26px;max-width:42ch}
  .cta .row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
  .cta .sign{margin-top:30px;font-family:var(--slab);font-style:italic;font-size:23px;color:var(--slate)}
  .cta .sign small{display:block;font:700 12px/1 var(--sans);font-style:normal;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:8px}

  /* FOOTER — Craftsman's OWN layout (NOT the FL/MP shared layout): rust rule + editorial masthead row */
  footer{background:#1b242a;color:rgba(232,237,240,.66)}
  footer .top{border-top:3px solid var(--rust)}
  footer .mast{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;padding:46px 0 30px;border-bottom:1px solid rgba(255,255,255,.1);flex-wrap:wrap}
  footer .mast .bn{font-family:var(--slab);color:#fff;font-size:30px;font-weight:700}
  footer .mast .bn small{display:block;font:700 10px/1 var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--ember);margin-top:8px}
  footer .mast .say{font-family:var(--slab);font-style:italic;font-size:19px;color:rgba(232,237,240,.85);max-width:34ch;text-align:right}
  footer .cols{display:grid;grid-template-columns:1fr 1fr 1fr 1.4fr;gap:30px;padding:34px 0}
  footer h4{color:#fff;font:700 12px/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;margin-bottom:15px}
  footer ul{list-style:none;display:grid;gap:9px;font-size:14px}
  footer .contact b{color:#fff;font-family:var(--slab);font-size:19px;display:block;margin-bottom:4px}
  footer .copy{border-top:1px solid rgba(255,255,255,.1);padding:18px 0 36px;font-size:12.5px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

  @media(max-width:920px){
    .hero .grid,.sys .grid,.area .grid,.guar .grid{grid-template-columns:1fr;gap:34px}
    .svc-grid,.work .frames{grid-template-columns:1fr}
    .work .fr.up{transform:none}
    .guar .terms{border-left:0;padding-left:0;border-top:1px solid rgba(255,255,255,.16);padding-top:24px}
    .hero h1{font-size:40px}.head h2,.cta h2{font-size:30px}
    
    footer .cols{grid-template-columns:1fr 1fr}
    footer .mast{flex-direction:column;align-items:flex-start}
    footer .mast .say{text-align:left}
    nav.links,.topbar .l{display:none}
  }
  @media(max-width:560px){
    .svc{grid-template-columns:1fr}
    .svc .ph{min-height:172px}
    .hero h1{font-size:34px}
    .hero .grid{gap:30px}
    
    
    footer .cols{grid-template-columns:1fr}
  }

/* Functional controls and developed inner-page additions to the exact approved mock CSS. */
:root{--heading-font:var(--slab);--body-font:var(--sans);--accent:var(--rust);--wash:var(--cool)}
[hidden]{display:none!important}html{scroll-padding-top:100px}img{display:block;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 #177895;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}.hero .lead p{font-size:inherit;line-height:1.55;margin:0}.hero .lead p+p{margin-top:12px}.hero .lead{max-width:43ch}.hero .grid>*,.feature-grid>*,.contact-grid>*{min-width:0}.hero-art .ph{aspect-ratio:4/5}.hero-art .detail .ph{height:100%;aspect-ratio:auto}.brand .bn{line-height:1.05}.brand .bn small{line-height:1.2}.nav .wrap{gap:20px}nav.links{gap:17px;align-items:center;font-size:14px}.phone-box{border:1px solid var(--rust);padding:12px 14px;color:var(--rust-dk);white-space:nowrap;background:#fff}.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 #26333d22;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}.head h2{margin-top:0}.head p+p{margin-top:14px}.head p a,.prose a,.feature-copy p a,.step p a,.comparison-grid p a,details p a{color:var(--rust-dk);text-decoration:underline}.text-link{display:inline-block;font-size:15px;font-weight:700;color:var(--rust-dk);text-decoration:underline;text-underline-offset:4px;margin-top:22px;padding:5px 0;line-height:1.45}.text-link:hover{color:var(--slate)}p+p{margin-top:16px}.svc .bd p{line-height:1.6}.svc-grid .svc .ph{min-height:245px}.svc .more{line-height:1.4}.cat .mat{flex-basis:265px}.cat .mat p+p{margin-top:10px}.cat .mat p{line-height:1.65;font-size:14px}.cat .strip{scrollbar-color:var(--rust) var(--line);scrollbar-width:thin}.sys .head{margin-bottom:32px}.sys .art .ph{aspect-ratio:4/3}.sys .step p{font-size:16px;max-width:54ch}.sys .step p+p{margin-top:12px}.sys .step h3{font-size:24px}.sys .steps{padding-top:0}.area .head p{max-width:none}.map img{height:auto;aspect-ratio:8/5;object-fit:cover}.map figcaption,figcaption{font-size:12px;line-height:1.5;color:var(--muted);padding:10px 0}.map figcaption a{text-decoration:underline}.feature{background:var(--surface)}.feature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.feature-copy h2{font-size:38px;margin-bottom:24px}.feature-copy p{font-size:17px;line-height:1.8}.feature-grid .ph{aspect-ratio:4/3}.comparison-section{background:var(--cool)}.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px;margin-top:35px}.comparison-grid article{border-top:3px solid var(--rust);padding:24px 0 0}.comparison-grid h3{font-size:26px;line-height:1.2;margin-bottom:16px}.comparison-grid p{font-size:16px;line-height:1.8}.prose-section .prose{max-width:780px;margin:0 auto}.prose-section h2{font-size:34px;margin-bottom:24px}.prose-section p{font-size:17px;line-height:1.85}.prose-feature{background:var(--cool)}.prose-section ul{padding-left:24px;margin-top:20px}.prose-section li+li{margin-top:12px}.diagram-section{background:var(--cool)}.drawing{margin-top:30px;overflow:hidden}.drawing svg{display:block;width:100%;height:auto}.diagram-section .drawing{max-width:860px;margin:35px auto}.diagram-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:30px}.diagram-notes h3{font-size:22px;margin-bottom:14px}.diagram-notes p{font-size:15px;line-height:1.75}.faq{background:var(--paper);border-top:1px solid var(--line)}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq details{padding:21px 0;border-bottom:1px solid var(--line)}.faq details:first-child{padding-top:0}.faq summary{cursor:pointer;font-family:var(--slab);font-weight:600;font-size:23px;line-height:1.3;padding-right:20px}.faq details p{margin-top:17px;font-size:16px;line-height:1.8}.cta h2{margin-top:0}.cta p{max-width:56ch}.cta .row{margin-top:26px}.editorial-open{padding:65px 0 40px;border-bottom:1px solid var(--line)}.editorial-open .prose{max-width:790px;margin:auto}.editorial-open h1{font-size:50px;line-height:1.1;margin:20px 0 22px}.editorial-open .lead{font-size:20px;color:var(--muted);line-height:1.7}.article-meta{font-size:13px;color:var(--muted);margin-top:24px}.article-image{max-width:980px;margin:36px auto 0;height:350px}.editorial-page .prose-section{padding:40px 0}.editorial-page .prose-section h2{font-size:32px}.editorial-page .feature{padding:48px 0}.editorial-page .feature-grid{display:block;max-width:780px;margin:auto}.editorial-page .feature-grid figure{margin-top:28px}.editorial-page .comparison-section{padding:44px 0}.editorial-page .comparison-section>.wrap{max-width:850px}.editorial-page .head{max-width:790px}.editorial-page .diagram-section{padding:40px 0}.editorial-page .diagram-section>.wrap{max-width:850px}.editorial-page .cta{margin-top:30px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.contact-relation{font-size:14px!important;line-height:1.7!important;max-width:46ch}.phone-large{display:inline-block;font:700 28px var(--sans);margin:18px 0;color:var(--rust-dk)}
.lead-form{padding:22px;background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--rust);color:var(--ink);box-shadow:none;scroll-margin-top:120px}.hero .lead-form{max-width:430px}.lead-form h2{font:700 20px/1.2 var(--slab);margin:0 0 8px}.lead-form .form-intro{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 16px}.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:11px 12px;background:var(--paper);border:1px solid #9ca7ae;border-radius:0;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(--rust);border:0;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(--rust-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.55;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(--rust-dk);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(--cool)}.ks-calculator{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:35px;background:white;border-top:3px solid var(--rust);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 #9ca7ae;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:700 40px/1.1 var(--slab);color:var(--rust-dk);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}.ks-calc-result .eyebrow{letter-spacing:.12em}
footer .cols h2{color:#fff;font:700 12px/1.4 var(--sans);letter-spacing:.1em;text-transform:uppercase;margin:0 0 15px}footer .cols{grid-template-columns:1.1fr 1fr 1fr 1.25fr}footer a:hover{text-decoration:underline}footer .contact p{font-size:14px;margin:12px 0;color:#c5ced3}footer .contact .text-link{color:#f0bc9c}footer .copy{color:#bcc7cd}footer ul{color:#c5ced3}.mobile-actions{display:none}
@media(max-width:1120px){.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}.topbar .l{display:flex}.nav .wrap{padding-block:12px}.nav-cta{margin-left:0}.nav-panel a{font-size:15px}.hero h1{font-size:48px}}
@media(max-width:920px){.hero .grid,.feature-grid,.contact-grid,.faq-layout{grid-template-columns:1fr;gap:34px}.hero h1{font-size:40px}.hero-art{max-width:650px}.hero-art .ph{aspect-ratio:4/3}.hero .lead{max-width:58ch}.hero .lead-form{max-width:100%}.hero .grid{align-items:start}.feature-copy h2{font-size:32px}.comparison-grid{gap:25px}.diagram-notes{grid-template-columns:1fr}.faq .head{max-width:650px}.sys .art .ph{aspect-ratio:16/9}.head h2{font-size:32px}footer .cols{grid-template-columns:1fr 1fr}.ks-calculator{gap:28px;padding:24px}.topbar .l{display:none}}
@media(max-width:560px){body{padding-bottom:62px;font-size:16px}.wrap{padding-left:22px;padding-right:22px}.nav .wrap{padding:12px 18px}.brand .mark{width:34px;height:34px}.brand .bn{font-size:21px}.brand{gap:9px}.brand .bn small{font-size:8px;letter-spacing:.14em}.nav-cta{display:none}.topbar .wrap{padding:7px 22px;justify-content:center;font-size:12px}.hero{padding:32px 0 48px}.hero h1{font-size:36px;line-height:1.1;margin-top:15px}.hero .lead{font-size:17px;margin:18px 0 24px}.hero-art .detail{width:98px;height:98px;left:-8px;bottom:-18px;border-width:4px}.hero-art .tag{right:12px;top:12px;font-size:9px}.hero-art .tag b{font-size:13px}.hero-art .ph{aspect-ratio:4/3}section{padding:52px 0}.head h2,.feature-copy h2,.prose-section h2,.editorial-page .prose-section h2{font-size:29px;line-height:1.13}.head p{font-size:16px}.svc-grid{gap:22px;margin-top:28px}.svc-grid .svc .ph{aspect-ratio:16/10;min-height:0}.svc .bd{padding:23px}.svc h3{font-size:26px}.svc p{font-size:16px}.cat .mat{flex-basis:265px}.cat .strip{margin-top:26px}.sys .grid{gap:24px}.sys .step{gap:16px}.sys .step h3{font-size:23px}.sys .step p{font-size:16px}.sys .step .no{font-size:27px}.sys .head{margin-bottom:22px}.feature-grid{gap:25px}.comparison-grid{grid-template-columns:1fr;gap:28px}.comparison-grid h3{font-size:25px}.faq-layout{gap:25px}.faq summary{font-size:22px}.cta h2{font-size:32px}.cta p{font-size:17px}.cta .row{display:grid;gap:12px}.cta .btn{padding:15px 18px;font-size:14px}.editorial-open{padding:35px 0 30px}.editorial-open h1{font-size:36px}.editorial-open .lead{font-size:18px}.article-image{height:225px;margin-top:26px}.editorial-page .prose-section{padding:30px 0}.prose-section p,.feature-copy p{font-size:17px;line-height:1.8}.drawing{overflow-x:auto}.drawing svg{min-width:610px}.diagram-notes{margin-top:23px;gap:22px}.drawing:after{content:'Diagram can be scrolled sideways';display:block;font:12px var(--sans);padding:8px 0;color:var(--muted)}.lead-form{padding:19px}.lead-form h2{font-size:21px}.lead-form select,.lead-form input,.lead-form textarea{font-size:16px!important}.form-grid{grid-template-columns:1fr;gap:0}.contact-grid{gap:25px}.phone-large{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}.ks-calc-controls label{margin-top:18px}footer .cols{grid-template-columns:1fr 1fr;gap:28px 20px}footer .cols>.contact{grid-column:1/-1}footer .mast .bn{font-size:27px}footer .mast{padding-top:35px}footer .mast .say{font-size:18px}.mobile-actions{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--paper);box-shadow:0 -3px 20px #26333d22;padding-bottom:env(safe-area-inset-bottom)}.mobile-actions a{flex:1;display:flex;justify-content:center;align-items:center;min-height:58px;font-size:12px;font-weight:700;padding:10px 7px;color:var(--rust-dk)}.mobile-actions a:last-child{background:var(--rust);color:#fff}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Seed corrections, September 10: contained diagram and header action. */
.sys .grid>div{min-width:0}.drawing{max-width:100%}.header-cta{font-size:12px;padding:13px 14px;white-space:nowrap}.nav-cta{gap:10px}.nav .wrap{gap:14px}nav.links{gap:14px}@media(max-width:560px){.drawing{width:100%;overflow-x:auto}}

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

.lc-welcome{padding:60px 0 74px;background:var(--surface)}.welcome-rule{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--slate);padding-top:15px;font-size:13px;font-weight:600;color:var(--muted)}.lc-welcome h2{font-size:47px;max-width:860px;line-height:1.13;margin:28px 0 35px}.welcome-letter{display:grid;grid-template-columns:1.2fr .8fr;gap:68px;align-items:start}.welcome-opening p{font-size:20px;line-height:1.85}.welcome-opening p:first-child{font-size:23px;line-height:1.65}.welcome-visit{background:var(--cool);border-left:3px solid var(--rust);padding:26px 30px}.welcome-visit>.brand-mark-approved{width:46px;height:46px;margin-bottom:18px}.welcome-visit h3{font-size:25px;line-height:1.2;margin-bottom:13px}.welcome-visit p{font-size:16px;line-height:1.8}.welcome-close{font:500 27px/1.4 var(--slab);color:var(--rust-dk);border-top:1px solid var(--line);padding-top:24px;margin-top:34px;max-width:890px}.lc-repair-depth{background:var(--cool);padding:66px 0}.lc-repair-depth h2,.lc-assembly-price h2,.lc-notes h2{font-size:38px;line-height:1.15;max-width:850px}.repair-scope-group{margin-top:56px}.repair-scope-heading{font:600 38px/1.15 var(--slab);max-width:760px;margin:0 0 28px}.depth-stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:0 0 32px}.depth-stage{border-bottom:1px solid #b9c6ce;padding-bottom:23px}.depth-stage h4{font:600 22px/1.25 var(--slab);color:var(--ink);letter-spacing:-.01em;margin:0 0 12px}.depth-stage p{font-size:16px;line-height:1.7}.depth-explanation{columns:2;column-gap:48px}.depth-explanation p{font-size:17px;line-height:1.85;break-inside:avoid}.depth-explanation p+p{margin-top:20px}.lc-assembly-price{background:var(--surface);padding:66px 0}.assembly-reading{display:grid;grid-template-columns:1.1fr 1fr;gap:44px;margin-top:28px;align-items:center}.assembly-reading p{font-size:17px;line-height:1.85}.assembly-reading .drawing{background:var(--cool);padding:12px}.assembly-reading .drawing svg{min-width:500px;width:100%;height:auto}.lc-material-view{background:var(--surface);padding:66px 0}.lc-material-view .wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.lc-material-view h2{font-size:38px;line-height:1.15;margin-bottom:22px}.lc-material-view p{font-size:17px;line-height:1.85}.lc-material-view .ph{height:340px}.lc-material-view figcaption{font-size:13px;line-height:1.65;color:var(--muted);margin-top:12px}.lc-notes{padding:60px 0;background:var(--paper)}.lc-notes .wrap{max-width:1050px}.work-entries{margin-top:29px;border-top:2px solid var(--rust)}.work-entries article{display:grid;grid-template-columns:240px minmax(0,1fr);gap:40px;padding:24px 0;border-bottom:1px solid var(--line)}.work-entries article:not(:has(h3)){display:block}.work-entries h3{font-size:24px;line-height:1.25}.work-entries p{font-size:17px;line-height:1.8}.field-note{background:var(--surface)}.field-note .wrap{border-left:4px solid var(--slate);padding-left:30px;max-width:980px}.field-note .work-entries{border-top:1px solid var(--line)}.field-note .work-entries article{grid-template-columns:1fr;border:0;padding:20px 0;gap:12px}.field-note .work-entries article+article{border-top:1px solid var(--line)}.lc-reader-note{padding:40px 0}.lc-reader-note .wrap{display:grid;grid-template-columns:minmax(0,740px) 240px;gap:50px;justify-content:center}.lc-reader-note .prose{margin:0;max-width:none}.lc-reader-note aside{font:500 25px/1.45 var(--slab);border-left:3px solid var(--rust);padding-left:20px;color:var(--slate);align-self:start}
@media(max-width:900px){.welcome-letter{gap:35px;grid-template-columns:1fr 1fr}.assembly-reading{grid-template-columns:1fr}.lc-reader-note .wrap{grid-template-columns:1fr}.lc-reader-note aside{max-width:700px}.lc-material-view .wrap{gap:30px}.work-entries article{grid-template-columns:210px 1fr;gap:28px}}
@media(max-width:600px){.lc-welcome,.lc-repair-depth,.lc-assembly-price,.lc-material-view,.lc-notes{padding:44px 0}.welcome-rule{font-size:11px}.welcome-rule span:last-child{max-width:115px;text-align:right}.lc-welcome h2{font-size:35px;margin:24px 0}.welcome-letter,.depth-stages,.lc-material-view .wrap{grid-template-columns:1fr;gap:26px}.welcome-opening p{font-size:18px}.welcome-opening p:first-child{font-size:20px}.welcome-visit{padding:24px}.welcome-close{font-size:24px;margin-top:26px}.lc-repair-depth h2,.lc-assembly-price h2,.lc-notes h2,.lc-material-view h2{font-size:31px}.repair-scope-group{margin-top:44px}.repair-scope-heading{font-size:31px;margin:0 0 28px}.depth-stage h4{font-size:21px}.depth-stage p{font-size:16px}.depth-explanation{columns:auto}.lc-material-view .ph{height:260px}.work-entries article{grid-template-columns:1fr;gap:12px;padding:22px 0}.work-entries h3{font-size:23px}.field-note .wrap{margin-inline:22px;padding-inline:18px;border-left-width:3px}.lc-reader-note .wrap{gap:22px}.lc-reader-note aside{font-size:23px}.assembly-reading .drawing{max-width:100%;overflow:auto}}

.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}}
.footer-identity .brand-mark-approved path[fill="#26333D"]{fill:#e7edf0}

/* Three independent leak examples retain equal editorial weight. */
@media(min-width:1000px){.page-content .comparison-grid:has(> :nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}}

/* 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-local-craftsman.resource-kind-blog-index .resource-opening{background:var(--slate);color:#fff}.resource-local-craftsman.resource-kind-blog-index h1{color:#fff}.resource-local-craftsman .resource-destination{display:grid;grid-template-columns:1fr 1.25fr;border-top:2px solid var(--rust);background:var(--paper)}.resource-local-craftsman .resource-destination-copy{padding:28px}.resource-local-craftsman .resource-destinations{grid-template-columns:1fr;gap:24px}.resource-local-craftsman .resource-destination .resource-photo img{height:100%;aspect-ratio:1.65}.resource-local-craftsman .resource-articles article{border-bottom:1px solid var(--line);padding-bottom:32px}.resource-local-craftsman .resource-official{background:#fff}.resource-local-craftsman .resource-official .resource-reading-grid{background:var(--cool);border:0}@media(max-width:560px){.resource-local-craftsman .resource-destination{grid-template-columns:1fr}.resource-local-craftsman .resource-destination-copy{padding:23px}.resource-local-craftsman .resource-destination .resource-photo img{height:auto;aspect-ratio:1.85}}

.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:#26333d;--experience-accent:#ab5328;--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}}
.lc-water-explorer .experience-heading h2{color:#fff}.resource-local-craftsman.resource-kind-reference .resource-answer{color:#1c252b}
/* Contact: the local-craftsman correspondence layout, September 14 feedback. */
/* Operator-directed legacy contact composition, within Local Craftsman. */
.lc-contact-hero{position:relative;isolation:isolate;background:var(--slate);padding:70px 0;color:#fff}
.lc-contact-backdrop{position:absolute;inset:0;z-index:-1}.lc-contact-backdrop:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#15232de8,#15232da6)}.lc-contact-backdrop img{object-fit:cover}
.lc-contact-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.lc-contact-hero-grid>*{min-width:0}.lc-contact-hero h1{font-size:clamp(40px,4.3vw,60px);line-height:1.06;max-width:none;margin:0 0 25px;color:#fff}.lc-contact-hero header>p{font-size:19px;line-height:1.7;max-width:44ch}.lc-contact-call{background:#fff;color:var(--slate);border-color:#fff;font-size:16px;margin-top:27px}.lc-contact-call:hover{background:var(--cool);border-color:var(--cool)}.lc-contact-hero header>.lc-contact-offer{font-size:14px;line-height:1.6;margin-top:18px;color:#e2e9ed}
.lc-contact-form-card{background:#fff;color:var(--ink);border-top:4px solid var(--rust)}.lc-contact-form-card .lead-form{padding:28px 30px 18px;margin:0;border:0;max-width:none}.lc-contact-form-card .lead-form h2{font-size:29px;line-height:1.1;margin-bottom:12px}.lc-contact-relationship{font-size:12px;line-height:1.6;margin:0!important;padding:0 30px 25px;color:var(--muted)}
.lc-contact-methods{padding-top:66px;padding-bottom:68px;text-align:center}.lc-contact-methods h2{font-size:38px;line-height:1.13;margin:0 0 23px}.lc-contact-methods>p{max-width:70ch;margin:0 auto;font-size:17px;line-height:1.75}.lc-contact-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:36px auto 0;max-width:900px}.lc-contact-method-grid article{border:1px solid var(--line);border-top:3px solid var(--rust);padding:29px 30px 25px;background:#fff}.lc-contact-method-grid h3{font-size:28px;line-height:1.2;margin-bottom:15px}.lc-contact-method-grid p{font-size:16px;line-height:1.75}.lc-contact-method-grid .text-link{margin-top:15px}
.lc-contact-place{background:var(--cool);padding:60px 0}.lc-contact-place>.wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.lc-contact-place h2{font-size:36px;line-height:1.12;margin-bottom:22px}.lc-contact-place p{font-size:17px;line-height:1.75}.lc-contact-place img{height:auto;aspect-ratio:8/5;object-fit:contain}.lc-contact-place figcaption{font-size:12px;line-height:1.5;margin-top:8px}.lc-contact-place figcaption a{color:inherit;text-decoration:underline}
.lc-contact-close{padding:60px 0 65px;background:var(--rust-dk);color:#fff;text-align:center}.lc-contact-close h2{font-size:40px;line-height:1.1;margin-bottom:20px;color:#fff}.lc-contact-close p{max-width:56ch;margin:0 auto;font-size:18px;line-height:1.7}.lc-contact-number{display:block;width:max-content;max-width:100%;font:700 34px/1.2 var(--slab);margin:25px auto 0;color:#fff}.lc-contact-close .lc-contact-call{margin-top:23px}
@media(max-width:900px){.lc-contact-hero-grid{gap:35px}.lc-contact-hero{padding:48px 0}.lc-contact-form-card .lead-form{padding:25px 22px 18px}.lc-contact-relationship{padding:0 22px 23px}.lc-contact-hero h1{font-size:44px}.lc-contact-place>.wrap{gap:35px}}
@media(max-width:700px){.lc-contact-hero{padding:33px 0 38px}.lc-contact-hero-grid{grid-template-columns:1fr;gap:28px}.lc-contact-hero h1{font-size:39px;max-width:15ch;margin-bottom:18px}.lc-contact-hero header>p{font-size:17px;line-height:1.65}.lc-contact-hero .lc-contact-call{margin-top:21px}.lc-contact-hero header>.lc-contact-offer{font-size:13px;margin-top:14px}.lc-contact-form-card .lead-form h2{font-size:27px}.lc-contact-methods{padding-top:40px;padding-bottom:42px}.lc-contact-methods h2,.lc-contact-place h2{font-size:32px}.lc-contact-method-grid{grid-template-columns:1fr;gap:20px;margin-top:26px}.lc-contact-method-grid article{padding:25px 24px}.lc-contact-place{padding:42px 0}.lc-contact-place>.wrap{grid-template-columns:1fr;gap:28px}.lc-contact-close{padding:42px 0 45px}.lc-contact-close h2{font-size:34px}.lc-contact-close p{font-size:17px}.lc-contact-number{font-size:31px}.lc-contact input,.lc-contact button,.lc-contact select,.lc-contact textarea{scroll-margin-bottom:95px}}


/* 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%}}

/* 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(--rust-dk)}.faq details[open]{border-left:3px solid var(--rust)}.faq+.cta{background:var(--cool);border-top:0}.faq+.cta h2{max-width:24ch;margin-left:auto;margin-right:auto}

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

/* Explicit page actions: rectangular family buttons, distinct from prose links. */
.btn[data-cta="standalone"]{min-height:46px;max-width:100%;line-height:1.4;text-align:center;text-decoration:none;white-space:normal;border-radius:0;letter-spacing:0;padding:12px 20px;color:var(--slate);border:1px solid var(--slate);background:transparent}
.btn[data-cta="standalone"]:hover{color:#fff;background:var(--slate)}
.section-action{margin-top:24px;align-self:flex-start}
.svc .card-action{align-self:flex-start;margin-top:20px;font-size:13px;padding:11px 14px}
.resource-action[data-cta="standalone"]{margin-top:20px;align-self:flex-start}
.service-system-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}
.service-system-actions .section-action{margin-top:0}
.lc-water-explorer .btn[data-cta="standalone"],.lc-contact-close .btn[data-cta="standalone"],footer .btn[data-cta="standalone"]{color:#fff;border-color:#d2dde3}
.lc-water-explorer .btn[data-cta="standalone"]:hover,.lc-contact-close .btn[data-cta="standalone"]:hover,footer .btn[data-cta="standalone"]:hover{background:#fff;color:var(--slate)}
footer .contact .btn{font-size:14px;padding:12px 16px}
.lc-contact-close .lc-contact-number{display:table;margin:24px auto 16px;font:700 20px/1.4 var(--sans)}
.faq>.wrap>.section-action{display:table;margin:24px auto 0}
@media(max-width:560px){.section-action,.resource-action[data-cta="standalone"]{width:100%}.service-system-actions{display:grid;grid-template-columns:1fr}.svc .card-action{width:100%}}

/* September 16: a complete, ordinary inline request form within the Craftsman hero. */
.hero-inline{padding:52px 0 66px}
.hero-inline .grid{grid-template-columns:minmax(0,1.06fr) minmax(0,1fr);column-gap:48px;row-gap:28px;align-items:start}
.hero-inline .hero-copy{grid-column:1;grid-row:1}
.hero-inline .hero-form{grid-column:2;grid-row:1 / span 2}
.hero-inline .hero-art{grid-column:1;grid-row:2;align-self:start;margin:0 0 20px}
.hero-inline .lead{margin-bottom:0;max-width:43ch}
.hero-inline .hero-art>.ph{aspect-ratio:16/9}
.hero-inline .hero-art .detail{width:112px;height:112px;left:-18px;bottom:-20px;border-width:5px}
.hero-inline .lead-form{max-width:none;margin:0;padding:26px}
.hero-inline .lead-form h2{font-size:26px;line-height:1.15;margin-bottom:10px}
.hero-inline .lead-form .form-intro{margin-bottom:20px}
.hero-inline .lead-form .form-grid{gap:0 16px}
.hero-inline .lead-form label{font-size:13px;margin-bottom:14px}
.hero-inline .lead-form input:not([type=checkbox]),.hero-inline .lead-form select,.hero-inline .lead-form textarea{font-size:16px;min-height:46px}
.hero-inline .lead-form .consent{font-size:12px;margin:4px 0 18px}
.hero-inline .lead-form .button{min-height:48px}
.hero-inline .lead-form input,.hero-inline .lead-form select,.hero-inline .lead-form textarea,.hero-inline .lead-form button{scroll-margin-bottom:90px}
@media(max-width:1120px) and (min-width:921px){.hero-inline .grid{column-gap:32px}.hero-inline .lead-form{padding:22px}.hero-inline h1{font-size:48px}}
@media(max-width:920px){.hero-inline .grid{grid-template-columns:1fr;gap:30px;max-width:700px;margin:0 auto}.hero-inline .hero-copy,.hero-inline .hero-form,.hero-inline .hero-art{grid-column:1;grid-row:auto}.hero-inline .hero-art{max-width:none}.hero-inline .lead{max-width:58ch}}
@media(max-width:560px){.hero-inline{padding:32px 0 44px}.hero-inline .lead-form{padding:22px 20px}.hero-inline .lead-form h2{font-size:25px}.hero-inline .lead-form .form-grid{gap:0}.hero-inline .hero-art .detail{width:90px;height:90px;left:-8px;bottom:-18px;border-width:4px}.hero-inline .hero-art>.ph{aspect-ratio:4/3}}
@media(max-width:560px){body:has(.lead-form:focus-within) .mobile-actions{display:none}}
@media(min-width:360px) and (max-width:560px){:is(.hero-inline,.lc-contact-form-card) .lead-form-full .form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 12px}:is(.hero-inline,.lc-contact-form-card) .lead-form-full .form-grid.form-address-row{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}}

/* Commercial choices sit with their own explanation and destination. */
.lc-commercial-options{background:var(--cool);padding:66px 0}
.commercial-options-intro{max-width:760px}
.commercial-options-intro h2{font-size:38px;line-height:1.15;margin:0 0 22px}
.commercial-options-intro p{font-size:17px;line-height:1.8}
.commercial-options-intro .commercial-hub-action{margin-top:24px}
.commercial-options-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:38px}
.commercial-options-grid article{display:flex;flex-direction:column;align-items:flex-start;background:var(--surface);border-top:3px solid var(--rust);padding:26px}
.commercial-options-grid h3{font-size:26px;line-height:1.15;margin-bottom:16px}
.commercial-options-grid p{font-size:16px;line-height:1.75;margin:0 0 24px}
.commercial-options-grid .commercial-option-action{margin-top:auto;min-height:48px;padding:12px 15px;line-height:1.3;max-width:100%}
.lc-commercial-options+.cta{background:var(--surface)}
@media(max-width:760px){.commercial-options-grid{grid-template-columns:1fr;gap:18px}.commercial-options-grid article{padding:25px}.commercial-options-grid p{max-width:58ch}}
@media(max-width:560px){.lc-commercial-options{padding:44px 0}.commercial-options-intro h2{font-size:31px}.commercial-options-grid{margin-top:30px}.commercial-hub-action,.commercial-option-action{width:100%}}

/* 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:700 24px/1.2 var(--slab);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(--rust);border-color:var(--rust);color:#fff;font-size:14px;line-height:1.3;text-decoration:none}
footer .contact .footer-inspection:hover{background:var(--rust-dk);border-color:var(--rust-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-local-craftsman{--resource-accent:var(--rust-dk);--resource-dark:var(--slate);--resource-pale:var(--cool)}
.resource-page.resource-local-craftsman .resource-opening{background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line)}
.resource-page.resource-local-craftsman .resource-opening h1{color:var(--ink)}
.resource-page.resource-local-craftsman .resource-opening-art{padding:10px;background:#fff;border:1px solid var(--line)}
.resource-page.resource-local-craftsman .resource-opening-copy{border-top:2px solid var(--rust);padding-top:26px}
.resource-page.resource-local-craftsman .resource-answer{border-color:var(--line)}
.resource-page.resource-local-craftsman .resource-action{background:var(--rust);color:#fff}
.resource-page.resource-local-craftsman .resource-action:hover{background:var(--rust-dk)}
.resource-page.resource-local-craftsman .resource-close{border-top:2px solid var(--rust)}

.mat p.material-illustration-label{display:block;margin:14px 0 0;padding:12px 0 0;border-top:1px solid var(--line);font-size:12px;font-weight:400;line-height:1.5;color:var(--muted);letter-spacing:0;text-transform:none}

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

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

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

/* All Resources pages reuse the standard hero; introductions are distinct sections. */
.resource-page>.hero-inline{background:var(--paper)}
.resource-page .lc-resource-introduction{background:#fff;padding:56px 0 60px;border-bottom:1px solid var(--line)}
.lc-resource-introduction .resource-trail{margin:0 0 30px}
.lc-resource-introduction .resource-introduction-copy{max-width:800px}
.lc-resource-introduction h2{font-size:38px;line-height:1.15;max-width:30ch;margin:0 0 24px}
.lc-resource-introduction .resource-introduction-text{font-size:18px;line-height:1.8}
.lc-resource-introduction .resource-introduction-text p+p{margin-top:18px}
.lc-resource-introduction .resource-scope{max-width:740px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.lc-resource-introduction .resource-scope h3{font-size:23px;line-height:1.25;margin:0 0 12px}
.lc-resource-introduction .resource-scope p{font-size:16px;line-height:1.75;margin:0}
.resource-page .lc-resource-introduction+.resource-directory,.resource-page .lc-resource-introduction+.resource-reading,.resource-page .lc-resource-introduction+.weather-history{background:var(--cool)}
@media(max-width:650px){.resource-page .lc-resource-introduction{padding:36px 0 40px}.lc-resource-introduction .resource-trail{margin-bottom:24px}.lc-resource-introduction h2{font-size:31px;margin-bottom:20px}.lc-resource-introduction .resource-introduction-text{font-size:17px}.lc-resource-introduction .resource-scope{margin-top:24px;padding-top:20px}}
