@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%}
}

.fs-section{padding:82px 0;border-top:1px solid var(--line)}
.fs-section h2{font-size:clamp(30px,3.1vw,43px);max-width:24ch;margin-bottom:24px}
.fs-section h3{font-size:25px;margin-bottom:14px}
.fs-section p{margin:0 0 19px;max-width:72ch;font-size:17px;line-height:1.75}
.fs-section .section-heading{max-width:800px;margin-bottom:34px}
.fs-feature-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center}
.fs-feature-grid.image-first .feature-copy{order:2}.fs-feature-grid.image-first figure{order:1}
.fs-feature figure{min-width:0}.fs-feature .ph{aspect-ratio:4/3}.fs-feature .ph img{height:100%;width:100%;object-fit:cover}
figcaption{font-size:13px;color:var(--muted);margin-top:12px;line-height:1.6}
.fs-feature .section-action{margin-top:8px}.fs-feature.cool{background:var(--cool)}
.decision-rows{border-top:1px solid var(--line)}
.decision-rows article{display:grid;grid-template-columns:1fr 2fr;gap:70px;padding:28px 0;border-bottom:1px solid var(--line)}
.decision-rows h3{font-size:28px}.decision-rows p:last-child{margin-bottom:0}
.comparison-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.comparison-columns article{padding-top:23px;border-top:2px solid var(--rust)}
.fs-compare{background:var(--cool)}
.fs-detail .wrap{display:grid;grid-template-columns:1fr 1.3fr;gap:64px}
.detail-heading p{font-size:20px}.detail-entries article{padding:0 0 22px;margin:0 0 24px;border-bottom:1px solid var(--line)}
.detail-entries article:last-child{margin-bottom:0;padding-bottom:0;border:0}
.fs-table table{border-collapse:collapse;width:100%;font-size:16px}
.fs-table th,.fs-table td{text-align:left;vertical-align:top;padding:21px;border-bottom:1px solid var(--line);line-height:1.7}
.fs-table thead{background:var(--slate);color:white}.fs-table th{font-weight:650}.fs-table tbody th{width:24%;font-family:var(--slab);font-size:22px}
.fs-table tbody tr:nth-child(even){background:var(--cool)}
.faq-list{max-width:900px;margin:auto}.fs-faq .section-heading{text-align:center;margin:0 auto 34px}.fs-faq h2{margin-left:auto;margin-right:auto}
.faq-list details{padding:22px 0;border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{font:600 23px/1.35 var(--slab);cursor:pointer}.faq-list details p{margin-top:17px;max-width:75ch}
.fs-section a.contextual-link,.fs-reading-hero p a:not(.btn){color:var(--rust-dk);text-decoration:underline;text-underline-offset:3px}
.fs-map .wrap{display:grid;grid-template-columns:1fr 1.2fr;column-gap:60px}.fs-map iframe{width:100%;height:360px;border:1px solid var(--line);background:var(--cool)}.fs-map .map-note{grid-column:2;font-size:12px;margin-top:10px}
.fs-closing{padding:64px 0;background:var(--slate);color:white}.fs-closing .wrap{display:grid;grid-template-columns:1.5fr 1fr;gap:70px;align-items:center}.fs-closing h2{color:white;font-size:40px;max-width:24ch;margin-bottom:18px}.fs-closing p{max-width:60ch}.closing-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.closing-phone{font:600 27px var(--slab)}
.fs-reading-hero{padding:70px 0 42px}.fs-reading-hero h1{font-size:clamp(36px,4vw,57px);max-width:22ch;margin-bottom:25px}.fs-reading-hero p{font-size:20px;max-width:68ch;margin-bottom:20px}.fs-reading-hero .article-meta{display:flex;justify-content:space-between;gap:15px;font-size:13px}.fs-reading-hero figure{margin-top:30px}.fs-reading-hero .ph{aspect-ratio:16/9}.fs-reading-hero img{width:100%;height:100%;object-fit:cover}
.reading-copy{max-width:850px}.fs-page-article .fs-feature-grid{max-width:1000px}.fs-page-article .fs-text{padding:55px 0}.fs-page-utility .fs-section{padding-top:30px}.fs-text li{margin:14px 0 14px 20px}
.contact-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:start}.contact-number{font:600 35px var(--slab);color:var(--rust-dk)}
.fs-tool h2{max-width:30ch}.ks-calculator{display:grid;grid-template-columns:1fr 1fr;gap:45px;background:var(--cool);padding:40px;margin:30px 0}.ks-calc-controls label{display:grid;gap:8px;font-weight:600;margin-bottom:12px}.ks-calc-controls input,.ks-calc-controls select{width:100%;padding:12px;border:1px solid #99a5ad;background:white;font:inherit}.ks-calc-controls .ks-calc-help,.ks-calc-help{font-size:14px}.ks-calc-result{align-self:center}.ks-calc-result output{font:600 38px var(--slab);display:block;margin:20px 0}.ks-calc-result .eyebrow{display:none}.ks-model-method{padding:20px 0}.ks-model-method summary{font-weight:700;cursor:pointer}.ks-model-method p{font-size:15px;margin-top:20px}.ks-source{font-size:14px!important}
.ks-blog-feed{padding:80px 0;border-top:1px solid var(--line)}.ks-blog-feed .container{max-width:1180px;padding:0 30px;margin:auto}.ks-blog-feed h2{font-size:40px;margin-bottom:30px}.ks-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.ks-blog-grid article img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.ks-blog-grid article>div{padding-top:18px}.ks-blog-grid h3{font-size:27px;margin:12px 0}.ks-blog-grid p{font-size:16px;margin-bottom:20px}.blog-date{font-size:12px!important;color:var(--muted)}.collection-actions{margin-top:30px}
.button{display:inline-flex;padding:14px 20px;background:var(--rust);color:white;border:2px solid var(--rust);font:650 15px var(--sans);text-align:center;cursor:pointer}.section-action{margin-top:8px}.fs-directory .svc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
::selection{background:#dce7ed;color:var(--ink)}input,textarea{caret-color:var(--rust)}:focus-visible{outline:3px solid var(--rust);outline-offset:4px}
@media(max-width:1000px){.fs-feature-grid,.fs-detail .wrap,.contact-layout{gap:35px}.comparison-columns{gap:22px}.fs-directory .svc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.fs-section{padding:50px 0}.fs-section h2{font-size:32px;max-width:100%}.fs-section p{font-size:16px;line-height:1.75}.fs-feature-grid,.fs-detail .wrap,.decision-rows article,.comparison-columns,.fs-map .wrap,.contact-layout,.fs-closing .wrap,.ks-calculator{grid-template-columns:1fr;gap:28px}.fs-feature-grid.image-first .feature-copy{order:0}.fs-feature-grid.image-first figure{order:0}.fs-feature .ph{aspect-ratio:4/3}.fs-directory .svc-grid,.ks-blog-grid{grid-template-columns:1fr}.decision-rows article{gap:8px}.comparison-columns{gap:22px}.fs-map .map-note{grid-column:auto}.fs-map iframe{height:320px}.fs-closing{padding:48px 0}.fs-closing h2{font-size:33px}.fs-reading-hero{padding:44px 0 30px}.fs-reading-hero h1{font-size:37px}.fs-reading-hero p{font-size:18px}.fs-reading-hero .article-meta{display:block}.article-meta span{display:block;margin-top:10px}.fs-table thead{display:none}.fs-table tr,.fs-table td,.fs-table th{display:block}.fs-table tbody th{width:100%;background:var(--slate);color:white;padding:15px}.fs-table td{padding:14px 16px}.fs-table td:before{content:attr(data-label);display:block;font-weight:700;font-size:13px;color:var(--rust-dk);margin-bottom:5px}.fs-table tr{margin-bottom:23px}.ks-calculator{padding:23px;gap:20px}.ks-calc-result output{font-size:33px}.ks-blog-feed{padding:50px 0}.ks-blog-feed h2{font-size:32px}.fs-page-article .fs-text{padding:38px 0}.fs-detail .wrap>.section-action{justify-self:start}}
.fs-directory .svc{grid-template-columns:1fr;align-content:start}
.fs-directory .svc .ph{aspect-ratio:16/10;min-height:0}
.fs-directory .svc .bd{padding:24px}
.fs-directory .svc .bd p{font-size:16px}
.fs-closing .btn-rust{color:white;border-color:var(--rust)}
.fs-closing .btn-rust:hover{background:var(--rust-dk);border-color:var(--rust-dk)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.fs-closing .closing-actions{align-items:stretch;max-width:340px;width:100%;justify-self:end}
.fs-closing .closing-phone{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 18px;border:1px solid var(--paper);background:var(--paper);color:var(--slate);font:650 16px/1.4 var(--sans);text-align:center}
.fs-closing .closing-phone:hover{background:var(--cool)}
.fs-security-placeholder{display:flex;align-items:center;justify-content:center;width:300px;max-width:100%;height:65px;box-sizing:border-box;border:1px solid var(--line);background:var(--paper);color:var(--muted);font:13px/1.4 var(--sans);margin:0 0 16px}
@media(max-width:700px){.fs-closing .closing-actions{max-width:none;justify-self:stretch}}

/* Recovery: compact original reading scale on the remaining site-owned utility surfaces. */
.fs-section{padding:74px 0;border-top:0}.fs-section h2{font-size:38px;line-height:1.07}.fs-section h3{font-size:21px}.fs-section p{font-size:16px;line-height:1.62}.reading-copy{max-width:820px}.ks-blog-grid h3{font-size:22px}.ks-blog-grid p{font-size:14px;line-height:1.6}.ks-blog-feed{padding:74px 0;border:0}.ks-blog-feed h2{font-size:38px}.fs-page-utility .fs-section{padding:26px 0}.fs-page-utility .fs-section h2{font-size:27px}.fs-page-utility .fs-reading-hero{padding-bottom:20px}@media(max-width:700px){.fs-section,.ks-blog-feed{padding:50px 0}.fs-section h2,.ks-blog-feed h2{font-size:30px}.fs-page-utility .fs-section{padding:23px 0}}

/* The separate resource introduction uses the original centered Craftsman reading measure. */
.fs-page [data-resource-intro]{background:var(--paper);padding:74px 0}.fs-page [data-resource-intro] .resource-introduction-copy{max-width:680px;margin:0 auto;text-align:center}.fs-page [data-resource-intro] h2{font:600 38px/1.07 var(--slab);max-width:none;margin:0 0 16px}.fs-page [data-resource-intro] .resource-introduction-text p{font:400 16.5px/1.6 var(--sans);color:var(--muted);margin:14px 0 0}@media(max-width:700px){.fs-page [data-resource-intro]{padding:50px 0}.fs-page [data-resource-intro] h2{font-size:30px}}
.fs-standard-hero .hero-copy h1{font-size:56px;line-height:1.07;letter-spacing:-.025em;text-wrap:balance}
.fs-standard-hero .fs-hero-underline{white-space:nowrap;text-decoration:underline;text-decoration-color:rgba(221,129,81,.72);text-decoration-thickness:7px;text-underline-offset:7px;text-decoration-skip-ink:none}
.fs-standard-hero .eyebrow{color:#efad87}
.fs-standard-hero .eyebrow:before{background:#dc8a5b}
.fs-standard-hero .lead{margin-top:22px;max-width:43ch}
.fs-standard-hero .fs-hero-actions{margin-top:26px}
.fs-standard-hero .fs-hero-call{min-height:58px;padding:17px 26px;gap:13px;font-size:19px;letter-spacing:0;box-shadow:0 5px 16px #0002}
.fs-standard-hero .fs-hero-call svg{flex:none}
.fs-standard-hero .fs-hero-trust{display:grid;gap:6px;border-top:1px solid #ffffff40;padding-top:19px;margin:25px 0 0;max-width:43ch;font-size:15px;line-height:1.5;color:#e4ecf0}
.fs-standard-hero .fs-hero-trust strong{font-weight:650;color:#fff}
.fs-standard-hero .lead-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:12px;padding:22px 20px}
.fs-standard-hero .lead-form>*{grid-column:1/-1}
.fs-standard-hero .lead-form .form-grid{display:contents}
.fs-standard-hero .lead-form .form-grid>label{grid-column:auto}
.fs-standard-hero .lead-form .form-grid:not(.form-address-row)>label:first-child,.fs-standard-hero .lead-form .form-address-row>label:last-child{grid-column:1/-1}
.fs-standard-hero .lead-form h2{font:700 12px/1.4 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--rust-dk);margin-bottom:4px}
.fs-standard-hero .lead-form .form-intro{font-size:13px;line-height:1.45;margin-bottom:17px}
.fs-standard-hero .lead-form label{font-size:12px;line-height:1.35;font-weight:500;margin-bottom:10px}
.fs-standard-hero .lead-form input:not([type=checkbox]),.fs-standard-hero .lead-form select,.fs-standard-hero .lead-form textarea{min-height:44px;padding:9px 11px;border:1px solid #bdc9d1;border-radius:2px;margin-top:5px;font-size:15px}
.fs-standard-hero .lead-form textarea{min-height:58px}
.fs-standard-hero .lead-form input::placeholder,.fs-standard-hero .lead-form textarea::placeholder{color:#627482;opacity:1}
.fs-standard-hero .lead-form .fs-security-placeholder{margin-top:1px;margin-bottom:8px}
.fs-standard-hero .lead-form .consent{font-size:11.5px;line-height:1.5;margin:4px 0 16px}
.fs-standard-hero .lead-form .button{min-height:48px}
.fs-home-trust-bar .wrap{padding-top:21px;padding-bottom:21px}
.fs-home-trust-bar li{display:grid;gap:5px;padding:1px 22px}
.fs-home-trust-bar .n{font:600 26px/1.15 var(--slab);color:#fff}
.fs-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){.fs-standard-hero .hero-copy h1{font-size:48px}.fs-standard-hero .fs-hero-call{font-size:17px}.fs-home-trust-bar .n{font-size:23px}}
@media(max-width:920px){.fs-standard-hero .hero-copy h1{font-size:44px}.fs-standard-hero .hero-copy{max-width:640px}.fs-standard-hero .lead-form{max-width:640px}.fs-standard-hero .hero-photo .grid{gap:30px}}
@media(max-width:560px){.fs-standard-hero .hero-copy h1{font-size:36px;line-height:1.12}.fs-standard-hero .fs-hero-underline{text-decoration-thickness:5px;text-underline-offset:5px}.fs-standard-hero .fs-hero-call{width:100%;padding:16px 14px;font-size:18px}.fs-standard-hero .fs-hero-trust{font-size:14px}.fs-standard-hero .lead-form h2{font-size:12px}.fs-standard-hero .lead-form input:not([type=checkbox]),.fs-standard-hero .lead-form select,.fs-standard-hero .lead-form textarea{font-size:16px}.fs-home-trust-bar .wrap{padding-top:10px;padding-bottom:10px}.fs-home-trust-bar li{padding:14px 0;gap:4px}.fs-home-trust-bar .n{font-size:23px}.fs-home-trust-bar .lab{font-size:11px}}

/* Fort Smith: authored section emphasis using the approved Local Craftsman
   paper, cool, white and slate surfaces. Bind only explicit section.tone;
   do not alternate by index or override other owners or shared tokens. */
.fs-page .fs-surface-white{background:var(--surface)}
.fs-page .fs-surface-paper{background:var(--paper)}
.fs-page .fs-surface-cool{background:var(--cool)}
.fs-page .fs-surface-slate{
  --ink:#ffffff;
  --muted:#c5cfd5;
  --line:rgba(238,242,244,.24);
  --surface:#33454f;
  --rust:#f0bc9c;
  --rust-dk:#f0bc9c;
  background:var(--slate);
  color:#eef2f4;
}
.fs-page .fs-surface-slate .lc-body__action{
  border-color:#eef2f4;
  color:#eef2f4;
  background:transparent;
}
.fs-page .fs-surface-slate .lc-body__action:hover{
  background:#eef2f4;
  color:var(--slate);
}
.fs-page .fs-surface-slate .lc-body__sheet{border-top-color:rgba(238,242,244,.6)}
.fs-page .fs-surface-slate .lc-body__sheet tbody tr:hover{background:var(--slate2)}

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