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

/* Content-free approved Local Craftsman shell, inline hero, full forms and card primitives.
 * Source: preserved Burleson CSS; page recipes and narrative components excluded. */
:root{
    --slate:#26333d; --slate2:#33454f; --ink:#1c252b; --muted:#5c656c;
    --rust:#ab5328; --rust-dk:#8a3f1c; --ember:#c47a4f;
    
    --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)}
.ph{position:relative;background:linear-gradient(150deg,#3c4a54,#212c34);overflow:hidden}
.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{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}
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{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}
.hero-art{position:relative}
.hero-art .ph{aspect-ratio:4/5}
.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}
.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}
.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 h3{font-size:24px;margin:11px 0 0}
.svc p{font-size:14.5px;color:var(--muted);margin-top:11px}
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{grid-template-columns:1fr;gap:34px}
.svc-grid{grid-template-columns:1fr}
.hero h1{font-size:40px}
.head 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}
}
: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>*{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{color:var(--rust-dk);text-decoration:underline}
p+p{margin-top:16px}
.svc .bd p{line-height:1.6}
.svc-grid .svc .ph{min-height:245px}
.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-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}
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{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}
.head h2{font-size:32px}
footer .cols{grid-template-columns:1fr 1fr}
.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{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}
.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}
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}
}
.header-cta{font-size:12px;padding:13px 14px;white-space:nowrap}
.nav-cta{gap:10px}
.nav .wrap{gap:14px}
nav.links{gap:14px}
.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}
:root{--experience-ink:#26333d;--experience-accent:#ab5328;--experience-paper:#fff}
.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}
.service-system-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}
.service-system-actions .section-action{margin-top:0}
footer .btn[data-cta="standalone"]{color:#fff;border-color:#d2dde3}
footer .btn[data-cta="standalone"]:hover{background:#fff;color:var(--slate)}
footer .contact .btn{font-size:14px;padding:12px 16px}
@media(max-width:560px){
.section-action{width:100%}
.service-system-actions{display:grid;grid-template-columns:1fr}
.svc .card-action{width:100%}
}
.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)}
}
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}

.ph{background:var(--cool)}.ph.real:before,.ph.real:after{display:none}.hero-copy>h1:first-child{margin-top:0}.menu-toggle svg{vertical-align:middle;margin-left:5px}.form-status:empty{margin:0}.field-error{display:block;color:#8a2418;font-size:13px;line-height:1.5;margin-top:5px}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:#8a2418}::selection{background:#d8ab91;color:var(--ink)}
/* The developed resource introduction remains below the shared marketing hero. */
.lc-resource-introduction{background:#fff;padding:56px 0 60px;border-bottom:1px solid var(--line)}
.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}
@media(max-width:650px){.lc-resource-introduction{padding:36px 0 40px}.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}}

/* Approved Local Craftsman hero alternatives. All v1 rules above stay intact.
   v2: Denton / approved gallery full photograph, slate scrim, white full form.
   v3: approved twin-photo ribbon above editorial copy and the full form. */
.hero-photo{padding:0}
.hero-photo-stage{position:relative;overflow:hidden;min-height:560px;display:flex;align-items:center}
.hero-photo .hero-photo-background{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto}
.hero-photo-background img{width:100%;height:100%;object-fit:cover}
.hero-photo-scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(28,37,43,.93) 0%,rgba(28,37,43,.78) 46%,rgba(28,37,43,.22) 100%)}
.hero-photo-stage>.wrap{position:relative;width:100%;min-width:0}
.hero-photo .grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:50px;align-items:center;padding:64px 0}
.hero-photo .hero-copy{color:#eef2f4}
.hero-photo h1{color:#fff}
.hero-photo .lead{color:#eef2f4;max-width:43ch}
.hero-photo .lead b,.hero-photo .lead strong{color:#fff}
.hero-photo .eyebrow{color:#efb394}
.hero-photo .eyebrow:before{background:#efb394}
.hero-twin{padding:54px 0 60px}
.hero-twin .hero-panels{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.18fr);gap:18px;margin-bottom:34px}
.hero-twin .hero-panel-primary,.hero-twin .hero-panel-secondary>.ph{height:300px;aspect-ratio:auto}
.hero-twin .hero-panel-secondary{position:relative;min-width:0}
.hero-twin .hero-panel-detail{position:absolute;right:-22px;bottom:-22px;width:124px;height:124px;border:6px solid var(--paper);border-radius:50%;overflow:hidden}
.hero-twin .hero-panel-detail .ph{width:100%;height:100%;aspect-ratio:auto}
.hero-twin .grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:48px;align-items:center}
.hero-twin .lead{max-width:43ch}
:is(.hero-photo,.hero-twin) .hero-copy,:is(.hero-photo,.hero-twin) .hero-form{min-width:0}
:is(.hero-photo,.hero-twin) .lead-form{max-width:none;margin:0;padding:26px;background:#fff;color:var(--ink)}
:is(.hero-photo,.hero-twin) .lead-form h2{font-size:26px;line-height:1.15;margin-bottom:10px}
:is(.hero-photo,.hero-twin) .lead-form .form-intro{margin-bottom:20px}
:is(.hero-photo,.hero-twin) .lead-form .form-grid{gap:0 16px}
:is(.hero-photo,.hero-twin) .lead-form label{font-size:13px;margin-bottom:14px}
:is(.hero-photo,.hero-twin) .lead-form input:not([type=checkbox]),:is(.hero-photo,.hero-twin) .lead-form select,:is(.hero-photo,.hero-twin) .lead-form textarea{font-size:16px;min-height:46px}
:is(.hero-photo,.hero-twin) .lead-form .consent{font-size:12px;margin:4px 0 18px}
:is(.hero-photo,.hero-twin) .lead-form .button{min-height:48px}
:is(.hero-photo,.hero-twin) .lead-form input,:is(.hero-photo,.hero-twin) .lead-form select,:is(.hero-photo,.hero-twin) .lead-form textarea,:is(.hero-photo,.hero-twin) .lead-form button{scroll-margin-bottom:90px}
@media(max-width:1120px) and (min-width:921px){
:is(.hero-photo,.hero-twin) .grid{gap:32px}
:is(.hero-photo,.hero-twin) h1{font-size:48px}
:is(.hero-photo,.hero-twin) .lead-form{padding:22px}
}
@media(max-width:920px){
.hero-photo-stage{min-height:0}
.hero-photo .grid,.hero-twin .grid{grid-template-columns:minmax(0,1fr);gap:34px}
.hero-photo .grid{padding:42px 0}
.hero-photo-scrim{background:linear-gradient(180deg,rgba(28,37,43,.9),rgba(28,37,43,.82))}
.hero-twin .hero-panels{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.hero-twin .hero-panel-primary,.hero-twin .hero-panel-secondary>.ph{height:250px}
.hero-twin .hero-panel-detail{right:-8px;bottom:-16px;width:100px;height:100px;border-width:4px}
}
@media(max-width:560px){
.hero-photo .grid{padding:32px 0 40px;gap:28px}
.hero-twin{padding:30px 0 44px}
.hero-twin .hero-panels{grid-template-columns:minmax(0,1fr);gap:14px;margin-bottom:28px}
.hero-twin .hero-panel-primary,.hero-twin .hero-panel-secondary>.ph{height:auto;aspect-ratio:16/9}
.hero-twin .hero-panel-detail{display:none}
:is(.hero-photo,.hero-twin) .lead-form{padding:22px 20px}
:is(.hero-photo,.hero-twin) .lead-form h2{font-size:25px}
:is(.hero-photo,.hero-twin) .lead-form .form-grid{gap:0}
}
@media(min-width:360px) and (max-width:560px){
:is(.hero-photo,.hero-twin) .lead-form-full .form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 12px}
:is(.hero-photo,.hero-twin) .lead-form-full .form-grid.form-address-row{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}
}

/* Local Craftsman services: approved gallery V1/V2/V4/V5, June 23 section A.
 * Ported from renderer-reference/parts/styles-local-craftsman.php:604-671.
 * Scoped resets retain the reference rhythm even when owner prose rules load later.
 * Descriptors and collection actions are authored inputs, never invented or cycled. */
.lc-services-section{padding:84px 0;background:var(--surface)}
.lc-services-section .lc-services-section__head{max-width:660px}
.lc-services-section .lc-services-section__head h2{font:600 38px/1.07 var(--slab);letter-spacing:-.01em;color:var(--ink);margin:13px 0 0;max-width:none}
.lc-services-section .lc-services-section__head p{color:var(--muted);font:400 16.5px/1.6 var(--sans);margin:13px 0 0;max-width:none}
.lc-services-section .lc-services-section__head .eyebrow{margin:0}
.lc-services{margin:46px 0 0}
.lc-services :is(.lc-services__card,.lc-services__feature,.lc-services__row){position:relative;min-width:0}
.lc-services :is(.lc-services__card,.lc-services__feature,.lc-services__row) h3{margin:0;font-family:var(--slab);font-weight:600;line-height:1.1;letter-spacing:-.01em;color:var(--ink);max-width:none}
.lc-services :is(.lc-services__card,.lc-services__feature,.lc-services__row) p{margin:0;color:var(--muted);line-height:1.62;max-width:none}
.lc-services .lc-services__descriptor{display:block;margin:0 0 6px;font:700 12px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--rust-dk)}
.lc-services .lc-services__link{color:inherit;text-decoration:none}
.lc-services .lc-services__link::after{content:"";position:absolute;inset:0;z-index:1}
.lc-services .lc-services__link:focus-visible{outline:none}
.lc-services .lc-services__link:focus-visible::after{outline:2px solid var(--rust-dk);outline-offset:-3px}
.lc-services .lc-services__row:hover .lc-services__link{color:var(--rust-dk)}
.lc-services p a{position:relative;z-index:2;color:var(--rust-dk);text-decoration:underline;text-underline-offset:.18em}
.lc-services p a:focus-visible{outline:2px solid var(--rust-dk);outline-offset:3px}
.lc-services .lc-services__more{display:inline-flex;align-items:center;gap:7px;margin-top:16px;font:700 13px/1 var(--sans);letter-spacing:.04em;color:var(--slate)}
.lc-services .lc-services__more svg{color:var(--rust);flex:none}
.lc-services--v1{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.lc-services--v1 .lc-services__card{display:grid;grid-template-columns:1fr 1fr;background:var(--surface);border:1px solid var(--line);overflow:hidden;transition:.18s}
.lc-services--v1 .lc-services__card:hover{box-shadow:0 26px 50px -34px rgba(38,51,61,.6);transform:translateY(-3px)}
.lc-services--v1 .lc-services__card>.ph{min-height:208px;aspect-ratio:auto}
.lc-services--v1 .lc-services__card-copy{padding:26px 26px 28px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.lc-services--v1 .lc-services__card h3{font-size:23px;margin:11px 0 0}
.lc-services--v1 .lc-services__card p{font-size:14.5px;margin-top:11px}
.lc-services--v1 .lc-services__descriptor{margin-bottom:0}
.lc-services--v2{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:48px;align-items:start}
.lc-services--v2 .lc-services__feature{background:var(--surface);border:1px solid var(--line);overflow:hidden}
.lc-services--v2 .lc-services__feature>.ph{aspect-ratio:16/10}
.lc-services--v2 .lc-services__feature-copy{padding:30px 32px 34px}
.lc-services--v2 .lc-services__feature h3{font-size:30px;margin:12px 0 0}
.lc-services--v2 .lc-services__feature p{font-size:15.5px;margin-top:13px;max-width:48ch}
.lc-services--v2 .lc-services__feature .lc-services__descriptor{margin-bottom:0}
.lc-services--v2 .lc-services__list{border-top:1px solid var(--line)}
.lc-services--v2 .lc-services__row{padding:20px 0;border-bottom:1px solid var(--line)}
.lc-services--v2 .lc-services__row h3{font-size:19px}
.lc-services--v2 .lc-services__row p{font-size:14px;margin-top:7px;max-width:42ch}
.lc-services--v4{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:54px;align-items:start}
.lc-services--v4 .lc-services__art{position:relative}
.lc-services--v4 .lc-services__art>.ph{aspect-ratio:3/4}
.lc-services--v4 .lc-services__detail{position:absolute;right:-24px;bottom:48px;width:124px;height:124px;border-radius:50%;border:6px solid var(--paper);overflow:hidden}
.lc-services--v4 .lc-services__detail>.ph{height:100%}
.lc-services--v4 .lc-services__detail>span{position:absolute;bottom:0;left:0;right:0;background:var(--paper);color:var(--slate);font:600 11px/1.5 var(--sans);padding:2px 0;text-align:center}
.lc-services--v4 .lc-services__list{border-top:1px solid var(--line)}
.lc-services--v4 .lc-services__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:baseline;padding:22px 0;border-bottom:1px solid var(--line)}
.lc-services--v4 .lc-services__row--described{grid-template-columns:110px minmax(0,1fr) auto}
.lc-services--v4 .lc-services__descriptor{font-size:11px;line-height:1.3;letter-spacing:.06em;margin:0}
.lc-services--v4 .lc-services__row h3{font-size:21px}
.lc-services--v4 .lc-services__row p{font-size:14px;margin-top:7px;max-width:50ch}
.lc-services--v4 .lc-services__more{margin-top:0;white-space:nowrap}
.lc-services--v5{margin-top:42px;border-top:1px solid var(--line)}
.lc-services--v5 .lc-services__row{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:24px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);transition:.15s}
.lc-services--v5 .lc-services__row:hover{background:var(--surface);padding-left:14px;padding-right:14px}
.lc-services--v5 .lc-services__thumb{width:96px;height:72px;border-radius:2px}
.lc-services--v5 .lc-services__row h3{font-size:20px}
.lc-services--v5 .lc-services__row p{font-size:13.5px;margin-top:6px;max-width:60ch}
.lc-services--v5 .lc-services__descriptor{margin-bottom:5px}
.lc-services--v5 .lc-services__more{margin-top:0;white-space:nowrap}
.lc-services-collection-action{margin-top:38px;text-align:center}
.lc-services-collection-action .lc-services__all{font:700 14px/1 var(--sans);letter-spacing:.02em;color:var(--rust-dk);border:1.5px solid var(--rust);padding:14px 28px;background:transparent;margin:0}
.lc-services-collection-action .lc-services__all:hover{background:var(--rust);color:#fff}
.lc-services-collection-action .lc-services__all:focus-visible{outline:2px solid var(--rust-dk);outline-offset:4px}
/* Preserve the native split card at intermediate widths; its copy needs room. */
@media(max-width:1000px){.lc-services--v1{grid-template-columns:1fr}}
@media(max-width:880px){
 .lc-services-section .lc-services-section__head h2{font-size:30px}
 .lc-services--v2,.lc-services--v4{grid-template-columns:1fr}
 .lc-services--v2,.lc-services--v4{gap:34px}
 .lc-services--v4 .lc-services__detail{display:none}
 .lc-services--v4 .lc-services__row,.lc-services--v4 .lc-services__row--described{grid-template-columns:1fr;gap:0}
 .lc-services--v4 .lc-services__descriptor{margin-bottom:4px}
 .lc-services--v4 .lc-services__more{margin-top:10px}
}
@media(max-width:640px){
 .lc-services--v5 .lc-services__row{grid-template-columns:72px minmax(0,1fr)}
 .lc-services--v5 .lc-services__thumb{width:72px;height:56px}
 .lc-services--v5 .lc-services__more{display:none}
}
@media(max-width:540px){
 .lc-services--v1 .lc-services__card{grid-template-columns:1fr}
 .lc-services--v1 .lc-services__card>.ph{min-height:170px;aspect-ratio:auto}
}
@media(prefers-reduced-motion:reduce){.lc-services--v1 .lc-services__card,.lc-services--v5 .lc-services__row{transition:none}.lc-services--v1 .lc-services__card:hover{transform:none}}
.lc-closing{border-top:1px solid var(--line)}
.lc-closing .lc-closing__copy>h2{font-family:var(--slab);font-weight:600;line-height:1.07;letter-spacing:-.01em;text-wrap:balance}
.lc-closing .lc-closing__copy>.eyebrow{margin-bottom:14px}
.lc-closing .lc-closing__text p{line-height:1.55;color:var(--muted)}
.lc-closing .lc-closing__text p+p{margin-top:14px}
.lc-closing .lc-closing__text a{color:var(--rust-dk);text-decoration:underline;text-underline-offset:.18em}
.lc-closing .lc-closing__actions{display:flex;gap:14px;flex-wrap:wrap}
.lc-closing .lc-closing__action.btn-rust{background:var(--rust);color:#fff;border-color:var(--rust)}
.lc-closing .lc-closing__action.btn-rust:hover{background:var(--rust-dk);border-color:var(--rust-dk)}
.lc-closing .lc-closing__brand{font-family:var(--slab);font-style:italic;font-size:23px;color:var(--slate);margin:30px 0 0}
.lc-closing--v1{background:var(--surface);text-align:center;padding:78px 0 70px}
.lc-closing--v1 .lc-closing__copy>h2{font-size:46px}
.lc-closing--v1 .lc-closing__text{font-size:18px;margin:14px auto 26px;max-width:42ch}
.lc-closing--v1 .lc-closing__actions,.lc-closing--v3 .lc-closing__actions{justify-content:center}
.lc-closing--v2{background:var(--cool);padding:74px 0}
.lc-closing--v2 .lc-closing__layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:54px;align-items:center}
.lc-closing--v2 .lc-closing__copy>h2{font-size:40px}
.lc-closing--v2 .lc-closing__text{font-size:17px;margin:16px 0 0;max-width:42ch}
.lc-closing--v2 .lc-closing__text p{line-height:1.6}
.lc-closing--v2 .lc-closing__actions{margin-top:26px}
.lc-closing--v2 .lc-closing__form{max-width:480px;width:100%;justify-self:end;min-width:0}
.lc-closing--v2 .lc-closing__brand{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
.lc-closing--v3{background:var(--slate);color:#eef2f4;text-align:center;padding:74px 0;border-top:4px solid var(--rust)}
.lc-closing--v3 .lc-closing__copy>h2{color:#fff;font-size:42px}
.lc-closing--v3 .lc-closing__text{font-size:17.5px;margin:14px auto 26px;max-width:44ch}
.lc-closing--v3 .lc-closing__text p{color:rgba(238,242,244,.82)}
.lc-closing--v3 .lc-closing__text a,.lc-closing--v3 .lc-closing__copy>.eyebrow{color:#f0bc9c}
.lc-closing--v3 .lc-closing__action.btn-out{border-color:#eef2f4;color:#eef2f4}
.lc-closing--v3 .lc-closing__action.btn-out:hover{background:#eef2f4;color:var(--slate)}
.lc-closing--v3 .lc-closing__brand{color:#fff;font-size:22px;margin-top:30px;padding-top:22px}
.lc-closing--v3 .lc-closing__brand:before{content:"";display:block;width:64px;height:2px;background:rgba(255,255,255,.2);margin:0 auto 22px}
@media(max-width:880px){
  .lc-closing--v2 .lc-closing__layout{grid-template-columns:1fr;gap:34px}
  .lc-closing--v2 .lc-closing__form{justify-self:start}
  .lc-closing--v1 .lc-closing__copy>h2,.lc-closing--v3 .lc-closing__copy>h2{font-size:32px}
  .lc-closing--v2 .lc-closing__copy>h2{font-size:30px}
}
@media(max-width:640px){
  .lc-closing .lc-closing__actions{align-items:stretch}
  .lc-closing .lc-closing__action{flex:1 1 100%;min-width:0;text-align:center;line-height:1.3}
}

/* Native Local Craftsman body proportions, recovered from styles-local-craftsman.php.
   Components own their internal typography; site prose defaults must target owned copy.
   No global resets, hero/nav changes, fixed page recipes, default claims or animation. */
.lc-body{padding:74px 0;background:var(--paper);color:var(--ink)}
.lc-body--cool{background:var(--cool)}.lc-body--white{background:var(--surface)}
.lc-body .lc-body__wrap{max-width:1180px;margin:0 auto;padding:0 30px}
.lc-body .lc-body__wrap>*{min-width:0}
.lc-body .lc-body__heading{font:600 38px/1.07 var(--slab);letter-spacing:-.01em;color:var(--ink);margin:0;padding:0;max-width:none;text-transform:none;text-wrap:balance}
.lc-body .lc-body__eyebrow{display:inline-flex;align-items:center;gap:10px;font:700 12px/1 var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--rust-dk);margin:0 0 13px;padding:0}
.lc-body .lc-body__eyebrow:before{content:'';width:26px;height:2px;background:var(--rust)}
.lc-body .lc-body__head{max-width:660px;margin:0;padding:0}
.lc-body .lc-body__intro p{font:400 16.5px/1.6 var(--sans);color:var(--muted);margin:13px 0 0;padding:0;max-width:66ch}
.lc-body .lc-body__text p{font:400 16px/1.62 var(--sans);color:var(--muted);margin:16px 0 0;padding:0;max-width:70ch}
.lc-body .lc-body__text p:first-child{margin-top:0}
.lc-body .lc-body__heading+.lc-body__text{margin-top:16px}
.lc-body .lc-body__text p a,.lc-body .lc-body__intro p a,.lc-body .lc-body__term-copy a,.lc-body .lc-body__ledger-text a,.lc-body .lc-body__faq-answer a,.lc-body .lc-body__sheet a,.lc-body .lc-body__note a,.lc-body .lc-body__caption a{color:var(--rust-dk);text-decoration:underline;text-underline-offset:2px;font-weight:600}
.lc-body .lc-body__figure{margin:0;min-width:0}
.lc-body .lc-body__photo{position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--cool)}
.lc-body .lc-body__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.lc-body .lc-body__caption{font:400 12px/1.5 var(--sans);color:var(--muted);margin:10px 0 0;padding:0}
.lc-body .lc-body__actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 0}
.lc-body .lc-body__action{margin:0;font-size:13.5px;min-height:46px;border:1.5px solid var(--rust);color:var(--rust-dk);padding:13px 24px;background:transparent}
.lc-body .lc-body__action:hover{background:var(--rust);color:#fff}
.lc-body .lc-body__note p{font:400 13.5px/1.5 var(--sans);color:var(--muted);margin:20px 0 0;padding:0;max-width:76ch}
.lc-body .lc-body__descriptor{display:block;font:700 11px/1.2 var(--sans);letter-spacing:.07em;text-transform:uppercase;color:var(--rust-dk);margin:0;padding:0}
.lc-body a:focus-visible,.lc-body summary:focus-visible,.lc-body [tabindex]:focus-visible{outline:3px solid var(--rust);outline-offset:4px}
.lc-body .lc-body__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}

/* .prose: slab lede + defined term beside a developed editorial read. */
.lc-body--prose .lc-body__head{margin-bottom:30px}
.lc-body .lc-body__prose-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:54px;align-items:start}
.lc-body .lc-body__lede p,.lc-body .lc-body__lede-heading{font:500 23px/1.32 var(--slab);color:var(--ink);margin:0;padding:0;max-width:none}
.lc-body .lc-body__lede p+p{margin-top:16px}
.lc-body .lc-body__term{margin-top:22px;background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--rust);padding:18px 20px}
.lc-body .lc-body__term-label{display:block;font:700 11px/1 var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--rust-dk);margin:0 0 6px}
.lc-body .lc-body__term-title{font:700 17px/1.2 var(--slab);color:var(--ink);margin:0;padding:0}
.lc-body .lc-body__term-copy p{font:400 14.5px/1.62 var(--sans);color:var(--muted);margin:8px 0 0;padding:0;max-width:none}

/* .prof, .area and centered resource intro. */
.lc-body .lc-body__profile-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.lc-body--feature .lc-body__heading,.lc-body--area .lc-body__heading,.lc-body--profile .lc-body__heading{font-size:35px;margin-top:12px}
.lc-body--feature .lc-body__text p,.lc-body--area .lc-body__text p,.lc-body--profile .lc-body__text p,.lc-body--coverage .lc-body__text p{font-size:16.5px;margin-top:14px;max-width:48ch}
.lc-body--area .lc-body__profile-grid{grid-template-columns:1fr 1fr}
.lc-body--intro .lc-body__head{max-width:680px;margin:0 auto;text-align:center}
.lc-body--intro .lc-body__eyebrow{justify-content:center}
.lc-body--intro .lc-body__actions{justify-content:center}
.lc-body .lc-body__intro-media{max-width:760px;margin:34px auto 0}
.lc-body .lc-body__intro-media .lc-body__photo{aspect-ratio:16/8;border-radius:3px}

/* Material variants: native small type and feature/thumb relationships. */
.lc-body .lc-body__material-strip{display:flex;gap:18px;margin-top:42px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}
.lc-body .lc-body__material{min-width:0;background:var(--surface);border:1px solid var(--line);overflow:hidden}
.lc-body .lc-body__material-strip .lc-body__material{flex:0 0 248px;scroll-snap-align:start}
.lc-body .lc-body__material-copy{padding:16px 18px 20px}
.lc-body .lc-body__material-title{font:600 18px/1.07 var(--slab);color:var(--ink);margin:9px 0 7px;padding:0;letter-spacing:-.01em}
.lc-body .lc-body__material-title a:hover{color:var(--rust-dk);text-decoration:underline;text-underline-offset:3px}
.lc-body .lc-body__material-text p{font:400 13.5px/1.62 var(--sans);color:var(--muted);margin:0;padding:0;max-width:none}
.lc-body .lc-body__material-text p+p{margin-top:10px}
.lc-body .lc-body__material-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:44px}
.lc-body .lc-body__material-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.lc-body .lc-body__material-grid .lc-body__material{border-top:3px solid var(--rust)}
.lc-body .lc-body__material-grid .lc-body__photo{aspect-ratio:16/10}
.lc-body .lc-body__material-grid .lc-body__material-copy{padding:18px 20px 22px}
.lc-body .lc-body__material-grid .lc-body__material-title{font-size:19px;margin:8px 0 9px}
.lc-body .lc-body__material-grid .lc-body__material-text p{font-size:14px;line-height:1.55}
.lc-body .lc-body__material-featured{display:grid;grid-template-columns:1.18fr 1fr;gap:26px;align-items:stretch;margin-top:44px}
.lc-body .lc-body__material-featured--single{grid-template-columns:minmax(0,660px)}
.lc-body .lc-body__material--feature .lc-body__photo{aspect-ratio:16/11}
.lc-body .lc-body__material--feature .lc-body__material-copy{padding:26px 28px 30px}
.lc-body .lc-body__material--feature .lc-body__descriptor{display:inline-block;font-size:12px;letter-spacing:.08em;border:1px solid var(--line);padding:6px 11px;border-radius:2px}
.lc-body .lc-body__material--feature .lc-body__material-title{font-size:30px;margin:14px 0 12px}
.lc-body .lc-body__material--feature .lc-body__material-text p{font-size:15px;max-width:48ch}
.lc-body .lc-body__material-rest{display:grid;gap:14px;align-content:start;min-width:0}
.lc-body .lc-body__material--row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:16px}
.lc-body .lc-body__material--row .lc-body__photo{aspect-ratio:auto;min-height:110px}
.lc-body .lc-body__material--row .lc-body__material-copy{padding:13px 16px 14px 0}
.lc-body .lc-body__material--row .lc-body__descriptor{font-size:10px}
.lc-body .lc-body__material--row .lc-body__material-title{font-size:16px;margin:6px 0 4px}
.lc-body .lc-body__material--row .lc-body__material-text p{font-size:13px;line-height:1.45}

/* .mattab: exact native tabs/photo/panel relationship; JS is progressive. */
.lc-body .lc-body__tabs{display:flex;flex-wrap:wrap;gap:9px;margin-top:40px;border-bottom:1px solid var(--line);padding:0}
.lc-body .lc-body__tabs[hidden],.lc-body .lc-body__explorer-panel[hidden]{display:none}
.lc-body .lc-body__tabs button{font:700 14px/1.2 var(--sans);color:var(--slate);background:transparent;border:1px solid var(--line);border-bottom:0;padding:13px 20px;border-radius:2px 2px 0 0;cursor:pointer;position:relative;top:1px;min-height:44px}
.lc-body .lc-body__tabs button:hover{color:var(--rust-dk);background:var(--surface)}
.lc-body .lc-body__tabs button[aria-selected=true]{background:var(--surface);color:var(--rust-dk);box-shadow:inset 0 3px 0 var(--rust)}
.lc-body .lc-body__tabs button:focus-visible{outline:3px solid var(--rust);outline-offset:3px;z-index:1}
.lc-body .lc-body__panels{background:var(--surface);border:1px solid var(--line)}
.lc-body .lc-body__explorer-panel{display:grid;grid-template-columns:1fr 1fr;gap:0}
.lc-body .lc-body__explorer-panel+.lc-body__explorer-panel{border-top:1px solid var(--line)}
.lc-body .lc-body__explorer-panel>.lc-body__photo{aspect-ratio:auto;min-height:340px}
.lc-body .lc-body__explorer-copy{padding:38px 40px 40px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.lc-body .lc-body__explorer-copy>.lc-body__descriptor{display:inline-block;align-self:flex-start;font-size:11px;letter-spacing:.08em;border:1px solid var(--line);padding:6px 11px;border-radius:2px}
.lc-body .lc-body__explorer-title{font:600 30px/1.07 var(--slab);color:var(--ink);letter-spacing:-.01em;margin:14px 0 0;padding:0}
.lc-body .lc-body__explorer-text p{font:400 15px/1.6 var(--sans);color:var(--muted);margin:13px 0 0;padding:0;max-width:46ch}
.lc-body .lc-body__explorer-text a{color:var(--rust-dk);text-decoration:underline;text-underline-offset:2px}
.lc-body .lc-body__specs{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 0;padding:0}
.lc-body .lc-body__specs>div{color:var(--slate);background:var(--cool);border:1px solid var(--line);padding:8px 13px;border-radius:2px;max-width:100%}
.lc-body .lc-body__specs dt{font:700 12.5px/1.3 var(--sans);margin:0;padding:0}
.lc-body .lc-body__specs dd{font:400 12.5px/1.5 var(--sans);margin:4px 0 0;padding:0}

/* .sys1: content-bearing portrait and ruled process narrative. */
.lc-body .lc-body__ledger-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:start;margin-top:6px}
.lc-body .lc-body__art{position:relative;min-width:0}
.lc-body .lc-body__art>.lc-body__figure>.lc-body__photo{aspect-ratio:3/4}
.lc-body .lc-body__inset{position:absolute;right:-24px;bottom:40px;width:128px;height:128px;border-radius:50%;border:6px solid var(--paper);overflow:hidden}
.lc-body .lc-body__inset .lc-body__photo{height:100%;aspect-ratio:auto}
.lc-body--ledger .lc-body__heading{font-size:36px;margin-top:12px}
.lc-body .lc-body__ledger-list{display:grid;gap:0;list-style:none;padding:0;margin:30px 0 0}
.lc-body .lc-body__ledger-item{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;padding:22px 0;margin:0;border-bottom:1px solid var(--line)}
.lc-body .lc-body__ledger-list.is-ordered>.lc-body__ledger-item{grid-template-columns:auto minmax(0,1fr)}
.lc-body .lc-body__ledger-item:first-child{padding-top:0}.lc-body .lc-body__ledger-item:last-child{border-bottom:0}
.lc-body .lc-body__number{font:700 30px/1 var(--slab);color:var(--rust)}
.lc-body .lc-body__ledger-title{font:600 21px/1.07 var(--slab);color:var(--ink);margin:0;padding:0;letter-spacing:-.01em}
.lc-body .lc-body__ledger-item .lc-body__descriptor{font:700 15px/1.2 var(--slab);letter-spacing:.02em;text-transform:none;margin:0 0 5px}
.lc-body .lc-body__ledger-text p{font:400 14.5px/1.62 var(--sans);color:var(--muted);margin:7px 0 0;padding:0;max-width:46ch}

/* .matspec: open ruled sheet, not a boxed card table. */
.lc-body .lc-body__sheet{width:100%;border-collapse:collapse;table-layout:fixed;margin-top:42px;border-top:2px solid var(--ink);text-align:left}
.lc-body .lc-body__sheet tr{display:grid;grid-template-columns:var(--lc-spec-columns);gap:28px;padding:22px 4px;border-bottom:1px solid var(--line);align-items:baseline}
.lc-body .lc-body__sheet thead tr{padding:13px 4px}
.lc-body .lc-body__sheet th,.lc-body .lc-body__sheet td{padding:0;margin:0;border:0;background:transparent;overflow-wrap:anywhere}
.lc-body .lc-body__sheet thead th{font:700 11px/1.3 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.lc-body .lc-body__sheet tbody th{font:700 21px/1.15 var(--slab);color:var(--ink)}
.lc-body .lc-body__sheet td{font:400 14px/1.5 var(--sans);color:var(--ink)}
.lc-body .lc-body__sheet tbody tr:hover{background:var(--surface)}

/* Real service destinations and optional supported profile facts. */
.lc-body .lc-body__places{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.lc-body .lc-body__places a{display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--line);padding:8px 15px;font:600 14px/1.2 var(--sans);color:var(--ink);min-height:38px}
.lc-body .lc-body__places a:hover{border-color:var(--rust);color:var(--rust-dk)}
.lc-body--coverage .lc-body__profile-grid{align-items:start}
.lc-body--coverage .lc-body__heading{font-size:36px;margin-top:12px}
.lc-body--coverage .lc-body__figure>.lc-body__photo{aspect-ratio:4/5}
.lc-body--coverage .lc-body__places{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}
.lc-body--coverage .lc-body__places a{font-size:13.5px;padding:12px 15px;min-height:44px}
.lc-body .lc-body__map{height:340px;background:var(--cool);border:1px solid var(--line)}
.lc-body .lc-body__map iframe{width:100%;height:100%;border:0;display:block}
.lc-body .lc-body__facts{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0 0;padding:0}
.lc-body .lc-body__facts>div{display:flex;flex-direction:column-reverse;background:var(--surface);border:1px solid var(--line);padding:18px 20px}
.lc-body .lc-body__facts dt{font:600 12.5px/1.3 var(--sans);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:8px 0 0}
.lc-body .lc-body__facts dd{font:700 30px/1 var(--slab);color:var(--slate);margin:0}

/* .guar geometry, without inherited guarantee names or promises. */
.lc-body--slate{position:relative;padding:56px 0;background:var(--slate);color:#eef2f4;border-left:6px solid var(--rust)}
.lc-body .lc-body__slate-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:center}
.lc-body .lc-body__slate-grid--single{grid-template-columns:minmax(0,760px)}
.lc-body .lc-body__panel-label{font:700 14px/1.3 var(--slab);letter-spacing:.04em;color:#f0bc9c;text-transform:uppercase;display:block;margin-bottom:12px}
.lc-body--slate .lc-body__heading{color:#fff;font-size:36px}
.lc-body--slate .lc-body__eyebrow{color:#f0bc9c}
.lc-body--slate .lc-body__eyebrow:before{background:#f0bc9c}
.lc-body--slate .lc-body__text p{color:rgba(238,242,244,.86);font-size:16px;margin-top:14px;max-width:46ch}
.lc-body--slate .lc-body__note p{color:#c5cfd5;font-size:12.5px;max-width:54ch;margin-top:14px}
.lc-body--slate .lc-body__text p a,.lc-body--slate .lc-body__note p a,.lc-body--slate .lc-body__term-row-text p a{color:#f0bc9c;text-decoration:underline;text-underline-offset:2px}
.lc-body--slate .lc-body__action{border-color:#eef2f4;color:#eef2f4;background:transparent}
.lc-body--slate .lc-body__action:hover{background:#eef2f4;color:var(--slate)}
.lc-body .lc-body__terms{display:grid;gap:16px;border-left:1px solid rgba(255,255,255,.16);padding-left:34px}
.lc-body .lc-body__term-row-title{font:700 15px/1.3 var(--sans);color:#fff;margin:0;padding:0}
.lc-body .lc-body__term-row-text p{font:400 13.5px/1.6 var(--sans);color:rgba(238,242,244,.78);margin:4px 0 0;padding:0;max-width:none}

/* Native ruled FAQ scale; no maximum-height clipping or scripted accordion. */
.lc-body--faq-center .lc-body__head{margin:0 auto 34px;text-align:center;max-width:680px}
.lc-body--faq-center .lc-body__faq-list{max-width:900px;margin:0 auto}
.lc-body--faq-split .lc-body__faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:54px;align-items:start}
.lc-body .lc-body__faq-list{border-top:1px solid var(--line)}
.lc-body .lc-body__faq-item{border:0;border-bottom:1px solid var(--line);margin:0;padding:0}
.lc-body .lc-body__faq-item summary{position:relative;list-style:none;cursor:pointer;padding:22px 40px 22px 0;margin:0;font:600 19px/1.3 var(--slab);color:var(--ink)}
.lc-body .lc-body__faq-item summary::-webkit-details-marker{display:none}
.lc-body .lc-body__faq-item summary:after{content:'+';position:absolute;right:2px;top:19px;font:400 26px/1 var(--sans);color:var(--rust)}
.lc-body .lc-body__faq-item[open] summary:after{content:'\2212'}
.lc-body .lc-body__faq-answer p{font:500 16px/1.6 var(--sans);color:var(--muted);max-width:64ch;margin:0 0 22px;padding:0}

@media(max-width:920px){
  .lc-body .lc-body__prose-grid,.lc-body .lc-body__profile-grid,.lc-body--faq-split .lc-body__faq-layout,.lc-body .lc-body__slate-grid{grid-template-columns:1fr;gap:30px}
  .lc-body .lc-body__heading{font-size:30px}
  .lc-body .lc-body__terms{border-left:0;padding-left:0;border-top:1px solid rgba(255,255,255,.16);padding-top:24px}
}
@media(max-width:880px){
  .lc-body .lc-body__material-featured,.lc-body .lc-body__ledger-grid{grid-template-columns:1fr;gap:28px}
  .lc-body .lc-body__material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lc-body .lc-body__art>.lc-body__figure>.lc-body__photo{aspect-ratio:16/10}
  .lc-body .lc-body__inset{display:none}
  .lc-body .lc-body__explorer-panel{grid-template-columns:1fr}
  .lc-body .lc-body__explorer-panel>.lc-body__photo{min-height:220px;aspect-ratio:16/10}
}
@media(max-width:560px){
  .lc-body{padding:50px 0}.lc-body .lc-body__wrap{padding:0 18px}
  .lc-body .lc-body__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-bottom:0}
  .lc-body .lc-body__tabs[hidden]{display:none}
  .lc-body .lc-body__tabs button{border:1px solid var(--line);border-radius:2px;top:0;padding:12px 10px;min-height:44px}
  .lc-body .lc-body__map{height:310px}
  .lc-body .lc-body__material-grid,.lc-body--coverage .lc-body__places,.lc-body .lc-body__facts{grid-template-columns:1fr}
  .lc-body .lc-body__sheet thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .lc-body .lc-body__sheet tbody tr{grid-template-columns:1fr;gap:8px;padding:18px 4px}
  .lc-body .lc-body__sheet td:before{content:attr(data-label) ': ';font-weight:700;color:var(--ink)}
  .lc-body .lc-body__material--feature .lc-body__material-copy{padding:22px}
  .lc-body .lc-body__explorer-copy{padding:28px 24px}
  .lc-body .lc-body__action{max-width:100%}
}

/* Site-owned explanations within the approved Local Craftsman identity. */
::selection{background:var(--slate);color:#fff}input,textarea{caret-color:var(--rust)}
.container{max-width:1180px;margin:auto;padding:0 30px}.surface-cool{background:var(--cool)}.surface-paper{background:var(--paper)}
.df-reading h2{font-size:32px;line-height:1.12}.df-reading h3{font-size:23px;line-height:1.2}.df-reading p{line-height:1.65}.df-reading p a,.table-note a,figcaption a{color:var(--rust-dk);text-decoration:underline;text-underline-offset:3px}
.copy h2{margin-bottom:24px}.copy p{font-size:17px;color:var(--muted)}.split-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:58px;align-items:center}.split-grid .ph{aspect-ratio:4/3}.split-grid figcaption{font-size:12px;color:var(--muted);margin-top:10px}.split-grid figure{min-width:0}
.scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-top:38px}.scope-grid:has(>article:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.scope-grid article{border-top:2px solid var(--rust);padding-top:23px}.scope-grid h3{margin-bottom:15px}.scope-grid p{font-size:16px;color:var(--muted)}
.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:35px}.photo-pair .ph{aspect-ratio:16/10}.photo-pair figcaption{font-size:12px;color:var(--muted);margin-top:9px}.photo-pair h3{margin:24px 0 15px}.photo-pair p{font-size:16px;color:var(--muted)}@media(max-width:700px){.photo-pair{grid-template-columns:1fr;gap:36px}}
.df-table table{width:100%;border-collapse:collapse;margin-top:34px;background:#fff;text-align:left}.df-table th,.df-table td{padding:22px 24px;border-bottom:1px solid var(--line);vertical-align:top;line-height:1.65}.df-table thead th{background:var(--slate);color:white;font-size:14px}.df-table tbody th{font-family:var(--slab);font-size:24px;font-weight:600;width:25%;line-height:1.2}.df-table td{width:37.5%;font-size:16px}.table-note{margin-top:25px;max-width:80ch;font-size:15px;color:var(--muted)}
.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.df-process ol{counter-reset:roof-step;list-style:none;display:grid;gap:28px}.df-process li{position:relative;padding:0 0 26px 44px;border-bottom:1px solid var(--line)}.df-process li:before{counter-increment:roof-step;content:counter(roof-step);position:absolute;left:0;top:0;color:var(--rust);font:600 28px/1.1 var(--slab)}.df-process li p{margin-top:12px;color:var(--muted)}
.reading{max-width:800px}.df-reading h2{margin-bottom:25px;font-size:35px}.df-reading p{font-size:17px;color:var(--muted)}.df-reading-opening{padding:65px 0;background:var(--cool);border-bottom:1px solid var(--line)}.df-reading-opening h1{font-size:52px;max-width:22ch}.df-reading-opening p{font-size:19px;color:var(--muted);max-width:68ch;margin-top:22px}.df-reading-opening .article-photo{aspect-ratio:16/9;margin-top:35px}.blog-back{font-weight:700;color:var(--rust-dk);text-decoration:underline}.article-date{font-size:14px!important;margin:14px 0!important}.page-article .df-reading{padding:50px 0}.page-utility .df-reading{padding:38px 0;background:var(--paper)}.page-utility .df-reading h2{font-size:28px}
.df-faq .head{max-width:800px}.questions{max-width:830px;margin:34px auto 0}.questions details{border-top:1px solid #ced8de;padding:0}.questions details:last-child{border-bottom:1px solid #ced8de}.questions summary{position:relative;font:600 21px/1.4 var(--slab);padding:22px 42px 22px 0;cursor:pointer;list-style:none}.questions summary:after{content:'+';position:absolute;right:4px;top:22px;color:var(--rust)}.questions details[open] summary:after{content:'−'}.questions summary::-webkit-details-marker{display:none}.questions details>div{padding:0 40px 24px 0;color:var(--muted);font-size:16px}
.df-closing{background:var(--slate);border-top:3px solid var(--rust);color:#e8edf0;text-align:center}.df-closing h2{color:#fff;max-width:24ch;margin:0 auto 22px}.df-closing>.wrap>p{max-width:64ch;margin:0 auto;font-size:17px}.closing-actions{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap;margin:28px auto 0}.closing-actions .section-action{margin:0}.df-closing .btn{color:#fff!important;border:1px solid #fff!important;background:transparent}.df-closing .btn:hover{background:#fff!important;color:var(--slate)!important}.df-closing .closing-brand{font:italic 24px/1.2 var(--slab);margin-top:43px!important}.call-button{border:1px solid var(--rust);color:var(--rust-dk);margin-top:26px}.closing-actions .call-button{margin-top:0;min-height:46px;font-size:15px}.footer-phone{display:inline-block;font-size:20px!important;line-height:1.5!important;padding:0!important;margin-bottom:12px!important;border:0!important;white-space:nowrap}
.map-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.df-map iframe{width:100%;height:360px;border:1px solid var(--line);background:#fff}.df-map figcaption{font-size:12px;margin-top:10px;line-height:1.6;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.contact-copy h2{margin-bottom:24px}.contact-copy p{color:var(--muted);font-size:17px}.preview-security{display:flex!important;align-items:center;width:300px;height:65px;max-width:100%;min-width:0!important;border:1px solid #c9d2d8;background:var(--cool);padding:11px 14px;font-size:12px;line-height:1.5;color:#45535d;user-select:none}
.ks-material-comparison{margin:35px 0;background:#fff;padding:30px;border:1px solid var(--line)}.ks-material-comparison>p{margin-top:15px;color:var(--muted)}.ks-material-comparison dl{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:25px 0}.ks-material-comparison dl>div{border-top:2px solid var(--rust);padding-top:20px}.ks-material-comparison dt{font-weight:700}.ks-material-comparison dd{font:600 32px/1.2 var(--slab);margin-top:10px}.ks-calculator{display:grid;grid-template-columns:1fr 1fr;gap:35px;background:var(--slate);color:white;padding:35px}.ks-calc-controls label{display:block;font-weight:600;margin-bottom:12px}.ks-calc-controls input,.ks-calc-controls select{display:block;width:100%;min-height:47px;padding:10px;margin-top:5px;background:#fff;color:var(--ink);border:1px solid #acbac3;font:inherit}.ks-calc-controls .ks-calc-help{font-size:13px;color:#d6e0e7;margin:0 0 20px}.ks-calc-result{padding:15px 0}.ks-calc-result .eyebrow{color:#fff;text-transform:none;letter-spacing:0;font-size:17px}.ks-calc-result .eyebrow:before{display:none}.ks-calc-result output{display:block;font:600 43px/1.15 var(--slab);margin:20px 0}.ks-calc-result p{font-size:15px;color:#e3ebf0;margin:18px 0}.ks-calc-result .button{margin-top:12px}.ks-source,.ks-model-method{margin-top:24px;font-size:15px;color:var(--muted)}.ks-model-method summary{cursor:pointer;font-weight:700;color:var(--ink)}.ks-model-method p{margin-top:15px}
.ks-blog-feed{background:var(--paper)}.ks-blog-feed h2{margin-bottom:20px}.ks-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-top:32px}.ks-blog-grid article{background:#fff;border:1px solid var(--line)}.ks-blog-grid article>img{height:auto;aspect-ratio:16/9}.ks-blog-grid article>div{padding:27px}.ks-blog-grid h3{margin:15px 0}.ks-blog-grid p{color:var(--muted);font-size:16px}.ks-blog-grid .blog-date{font-size:13px}.ks-blog-grid .button{margin-top:20px}.collection-actions{margin-top:25px}.record-count{margin:28px 0;color:var(--muted);font-size:15px}.records article{display:grid;grid-template-columns:250px 1fr;gap:36px;padding:28px 0;border-top:1px solid var(--line)}.records h3{margin-top:9px}.records h4{font-size:18px;margin-bottom:14px}.records p{color:var(--muted);margin-bottom:14px}.records a{text-decoration:underline;color:var(--rust-dk)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.studio-error h1{font-size:48px}
@media(max-width:1100px){.brand .bn{font-size:18px}.nav .wrap{padding-inline:22px;gap:12px}nav.links{gap:10px;font-size:13px}.nav-cta .num{font-size:13px}.nav-cta .phone-box{padding:12px 9px}.header-cta{padding:12px 9px}}
@media(max-width:920px){.split-grid,.map-grid,.contact-grid,.process-grid{grid-template-columns:1fr;gap:32px}.split-grid figure{max-width:650px}.scope-grid{gap:22px}.process-grid .head{max-width:650px}.df-map iframe{height:330px}}
@media(max-width:600px){.container{padding:0 22px}.df-reading h2{font-size:29px}.df-reading-opening{padding:42px 0}.df-reading-opening h1{font-size:38px}.df-reading-opening p{font-size:17px}.split-grid .copy p,.df-reading p{font-size:16px}.scope-grid,.scope-grid:has(>article:nth-child(2):last-child){grid-template-columns:1fr;gap:25px}.scope-grid article{padding-top:20px}.df-table table{display:block}.df-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.df-table tbody,.df-table tr,.df-table th,.df-table td{display:block;width:100%!important}.df-table tr{border:1px solid var(--line);margin-top:18px}.df-table tbody th{padding:20px;background:var(--slate);color:white}.df-table td{border:0;padding:15px 20px}.df-table td:before{content:attr(data-label);display:block;font-size:12px;font-weight:700;color:var(--rust-dk);margin-bottom:5px}.questions summary{font-size:20px}.questions details>div{padding-right:5px}.df-closing .closing-actions{display:grid;justify-content:stretch}.df-closing .btn{width:100%;margin:0}.ks-calculator{grid-template-columns:1fr;padding:23px;gap:15px}.ks-calc-result output{font-size:36px}.ks-material-comparison{padding:23px}.ks-material-comparison dl{grid-template-columns:1fr}.ks-material-comparison dd{font-size:29px}.ks-blog-grid{grid-template-columns:1fr}.records article{grid-template-columns:1fr;gap:18px}.df-page .head p{font-size:16px}.df-page .lead-form h2{font-size:23px}.studio-error h1{font-size:38px}}

/* Keep the selected compact service type scale above site-wide heading rules. */
.df-page .lc-services--v5 h3{font-size:20px;line-height:1.1}

/* Native resource introduction and optional local inspection note. */
.df-page .lc-resource-introduction{padding:66px 0;background:var(--paper)}
.df-page .lc-resource-introduction .wrap{max-width:680px;text-align:center}
.df-page .lc-resource-introduction h2{font:600 38px/1.12 var(--slab);margin:0 0 20px}
.df-page .lc-resource-introduction p{font:400 16.5px/1.65 var(--sans);margin:16px 0;color:var(--muted)}
.df-history{background:var(--cool);padding:64px 0}
.df-history-head{max-width:680px;margin-bottom:34px}
.df-history-head h2{font:600 32px/1.15 var(--slab);margin:0 0 20px;text-wrap:balance}
.df-history-head p{font:400 16.5px/1.6 var(--sans);color:var(--muted);margin:14px 0}
.df-history-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}
.df-history-controls label{display:block;font:600 15px/1.4 var(--sans);margin:0 0 8px}
.df-history-controls label span{font-weight:400}
.df-history-controls select,.df-history-controls textarea{width:100%;min-height:46px;font:400 16px/1.5 var(--sans);background:white;border:1px solid #9caab4;padding:11px 12px;color:var(--ink);margin-bottom:22px;border-radius:0}
.df-history-controls textarea{resize:vertical}
.df-history .df-history-help{font:400 13px/1.6 var(--sans);color:#53616b;margin:15px 0 22px}
.df-history-actions{display:flex;gap:10px;flex-wrap:wrap}
.df-history-actions button{font:600 14px/1.3 var(--sans);background:white;border:1px solid var(--slate);color:var(--slate);min-height:46px;padding:12px 17px;cursor:pointer}
.df-history-actions button:first-child{background:var(--rust);border-color:var(--rust);color:white}
.df-history-actions button:hover{background:var(--slate);color:white}
.df-history :focus-visible{outline:3px solid var(--rust);outline-offset:3px}
.df-history-sheet{border-top:3px solid var(--rust);background:white;padding:28px 30px}
.df-history-sheet h3{font:600 24px/1.2 var(--slab);margin:0 0 20px}
.df-history-sheet pre{white-space:pre-wrap;overflow-wrap:anywhere;font:400 15px/1.65 var(--sans);color:var(--ink)}
.df-history [data-history-status]{min-height:24px;font:600 14px/1.5 var(--sans);margin-top:14px;color:var(--slate)}
.df-history-layout:has(.df-history-controls[hidden]){grid-template-columns:1fr;max-width:760px}
@media(max-width:760px){.df-history-layout{grid-template-columns:1fr;gap:28px}.df-history-sheet{padding:25px 22px}.df-history{padding:48px 0}.df-history-head h2{font-size:29px}.df-page .lc-resource-introduction h2{font-size:30px}}

/* Commissioned hero and trust refinement, 2026-09-18. */
/* Approved family identity and selected hero geometry remain in the base runtime. */
.lc-refined-hero .hero-copy h1{font-size:56px;line-height:1.07;letter-spacing:-.025em;text-wrap:balance}
.lc-refined-hero .lc-hero-emphasis{text-decoration:underline;text-decoration-color:rgba(181,81,39,.5);text-decoration-thickness:7px;text-underline-offset:7px;text-decoration-skip-ink:none}
.lc-refined-hero .eyebrow{color:var(--rust-dk)}
.lc-refined-hero .lead{margin-top:22px;max-width:43ch}
.lc-refined-hero .lc-hero-actions{margin-top:26px}
.lc-refined-hero .lc-hero-call{min-height:58px;padding:17px 26px;gap:13px;font-size:19px;letter-spacing:0;box-shadow:0 5px 16px #0002}
.lc-refined-hero .lc-hero-call svg{flex:none}
.lc-refined-hero .lc-hero-trust{display:grid;gap:6px;border-top:1px solid var(--line);padding-top:19px;margin:25px 0 0;max-width:43ch;font-size:15px;line-height:1.5;color:var(--muted)}
.lc-refined-hero .lc-hero-trust strong{font-weight:650;color:var(--ink)}
.lc-refined-hero.hero-photo .lc-hero-emphasis{text-decoration-color:rgba(221,129,81,.72)}
.lc-refined-hero.hero-photo .eyebrow{color:#efad87}
.lc-refined-hero.hero-photo .eyebrow:before{background:#dc8a5b}
.lc-refined-hero.hero-photo .lc-hero-trust{border-color:#ffffff40;color:#e4ecf0}
.lc-refined-hero.hero-photo .lc-hero-trust strong{color:#fff}
.lc-refined-hero .lead-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:12px;padding:22px 20px}
.lc-refined-hero .lead-form>*{grid-column:1/-1}
.lc-refined-hero .lead-form .form-grid{display:contents}
.lc-refined-hero .lead-form .form-grid>label{grid-column:auto}
.lc-refined-hero .lead-form .form-grid:not(.form-address-row)>label:first-child,.lc-refined-hero .lead-form .form-address-row>label:last-child{grid-column:1/-1}
.lc-refined-hero .lead-form h2{font:700 12px/1.4 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--rust-dk);margin-bottom:4px}
.lc-refined-hero .lead-form .form-intro{font-size:13px;line-height:1.45;margin-bottom:17px}
.lc-refined-hero .lead-form label{font-size:12px;line-height:1.35;font-weight:500;margin-bottom:10px}
.lc-refined-hero .lead-form input:not([type=checkbox]),.lc-refined-hero .lead-form select,.lc-refined-hero .lead-form textarea{min-height:44px;padding:9px 11px;border:1px solid #bdc9d1;border-radius:2px;margin-top:5px;font-size:15px}
.lc-refined-hero .lead-form textarea{min-height:58px}
.lc-refined-hero .lead-form input::placeholder,.lc-refined-hero .lead-form textarea::placeholder{color:#627482;opacity:1}
.lc-refined-hero .lead-form .consent{font-size:11.5px;line-height:1.5;margin:4px 0 16px}
.lc-refined-hero .lead-form .button{min-height:48px}
.lc-home-trust-bar .wrap{padding-top:21px;padding-bottom:21px}
.lc-home-trust-bar li{display:grid;gap:5px;padding:1px 22px}
.lc-home-trust-bar .n{font:600 26px/1.15 var(--slab);color:#fff}
.lc-home-trust-bar .lab{font:500 12px/1.45 var(--sans);letter-spacing:.055em;text-transform:uppercase;color:#c4d2dc}
@media(min-width:921px) and (max-width:1180px){.lc-refined-hero .hero-copy h1{font-size:48px}.lc-refined-hero .lc-hero-call{font-size:17px}.lc-home-trust-bar .n{font-size:23px}}
@media(max-width:920px){.lc-refined-hero .hero-copy h1{font-size:44px}.lc-refined-hero .hero-copy{max-width:640px}.lc-refined-hero .lead-form{max-width:640px}}
@media(max-width:560px){.lc-refined-hero .hero-copy h1{font-size:36px;line-height:1.12}.lc-refined-hero .lc-hero-emphasis{text-decoration-thickness:5px;text-underline-offset:5px}.lc-refined-hero .lc-hero-call{width:100%;padding:16px 14px;font-size:18px}.lc-refined-hero .lc-hero-trust{font-size:14px}.lc-refined-hero .lead-form h2{font-size:12px}.lc-refined-hero .lead-form input:not([type=checkbox]),.lc-refined-hero .lead-form select,.lc-refined-hero .lead-form textarea{font-size:16px}.lc-home-trust-bar .wrap{padding-top:10px;padding-bottom:10px}.lc-home-trust-bar li{padding:14px 0;gap:4px}.lc-home-trust-bar .n{font-size:23px}.lc-home-trust-bar .lab{font-size:11px}}

/* September 19 subject-specific crops: retain native .sys1 proportions. */
#gutter-installation .lc-body__photo img{object-position:85% center!important}
@media(min-width:761px){#commercial-operating-access .lc-body__photo img{transform:scale(1.65);transform-origin:center bottom}}

/* Keep both hammer and the hand on timber in the allocated About photograph. */
#about-purpose .lc-body__photo img{object-position:center!important}

/* September 20: actual Denton V2 city accent; existing photo/grid/full-form geometry retained. */
:is(.fs-standard-hero,.lc-refined-hero).hero-photo :is(.fs-hero-underline,.lc-hero-emphasis){text-decoration:none;box-shadow:inset 0 -.16em 0 rgba(181,81,39,.38);white-space:normal;box-decoration-break:clone;-webkit-box-decoration-break:clone}

/* mobile-notes-focus-clearance: keep the complete focused control inside the viewport. */
@media (max-width:760px){html{scroll-padding-bottom:80px}}
