:root{
  --ink:#191b18;
  --paper:#f3f0e9;
  --paper-2:#e4ded3;
  --white:#ffffff;
  --accent:#ae5533;
  --accent-dark:#874127;
  --muted:#686861;
  --line:#cbc5ba;
  --dark-line:#3b3d38;
  --shell:min(1180px,calc(100% - 64px));
  --sans:Arial,Helvetica,sans-serif;
  --serif:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img,svg{max-width:100%;display:block}
.shell{width:var(--shell);margin:0 auto}
.skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--white);padding:10px 14px}
.skip:focus{left:10px;top:10px}

.site-header{height:82px;position:sticky;top:0;z-index:40;background:var(--paper);border-bottom:1px solid #d7d1c7}
.header-inner{height:100%;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:14px;min-width:0;flex:none}
.brand-mark{width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--ink);font-weight:900;font-size:17px;letter-spacing:-.06em;flex:none;position:relative}
.brand-mark:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-2px;height:4px;background:var(--accent)}
.brand-logo{width:148px;height:auto;flex:none;display:block}
.brand-copy{display:flex;flex-direction:column;line-height:1.12}
.brand-copy strong{font-size:14px;letter-spacing:.01em}
.brand-copy small{margin-top:5px;color:var(--muted);font-size:10px;letter-spacing:.04em}
.desktop-nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:700;margin-left:auto}
.desktop-nav a{position:relative;padding:9px 0;color:#232520}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--accent);transition:right .2s ease}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:14px;border-left:1px solid var(--line);padding-left:18px}
.header-phone{display:flex;flex-direction:column;line-height:1.15;text-align:right;padding:8px 12px;border:1px solid var(--line);background:#f8f5ee}
.header-phone span{font-size:9px;color:var(--muted);letter-spacing:.03em}
.header-phone strong{font-size:12px;margin-top:3px}
.nav-cta{background:var(--ink);color:var(--white);padding:12px 16px;font-size:13px;font-weight:800;border:1px solid var(--ink);transition:background .2s ease,color .2s ease;box-shadow:0 10px 20px rgba(25,27,24,.08)}
.nav-cta:hover{background:transparent;color:var(--ink)}
.menu-btn{display:none;background:none;border:0;width:44px;height:44px;padding:10px;cursor:pointer;margin-left:auto}
.menu-btn span{display:block;height:2px;background:var(--ink);margin:7px 0}
.mobile-nav{position:absolute;left:0;right:0;top:76px;background:var(--paper);border-bottom:1px solid var(--line);padding:10px 32px 22px}
.mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-weight:700}
.mobile-nav .mobile-nav-phone{color:var(--accent-dark);border-bottom:0}

.section-label{margin:0 0 18px;color:var(--accent-dark);font-size:14px;font-weight:800;letter-spacing:.01em}
.section-label.on-dark{color:#d8a187}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:800;letter-spacing:-.035em;line-height:1.04}
h1{font-size:clamp(48px,6.6vw,88px);max-width:900px;margin-bottom:27px}
h2{font-size:clamp(38px,4.6vw,64px);margin-bottom:23px}
h3{font-size:26px;margin-bottom:15px}

.hero{background:var(--ink);color:var(--white);position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center;min-height:610px;padding:68px 0}
.hero-copy h1{font-size:clamp(48px,5.3vw,72px);max-width:760px;margin-bottom:22px}
.hero-lead{max-width:700px;color:#c7c9c2;font-size:18px;line-height:1.55;margin-bottom:30px}
.hero-actions{display:flex;align-items:center;gap:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 19px;border:1px solid transparent;font-size:14px;font-weight:800;cursor:pointer}
.btn-primary{background:var(--accent);color:var(--white)}
.btn-primary:hover{background:var(--accent-dark)}
.btn-light{background:var(--white);color:var(--ink)}
.phone-link{font-weight:800;border-bottom:1px solid #6b6f67;padding:8px 0}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:42px;border-top:1px solid var(--dark-line);max-width:760px}
.hero-facts p{margin:0;padding:17px 18px 0 0}
.hero-facts p+p{padding-left:18px;border-left:1px solid var(--dark-line)}
.hero-facts strong,.hero-facts span{display:block}
.hero-facts strong{font-size:14px;margin-bottom:3px}
.hero-facts span{font-size:11px;color:#949890}
.hero-visual{position:relative;border-left:1px solid #555950;padding-left:38px;min-height:430px;display:flex;flex-direction:column;justify-content:center}
.hero-visual svg{width:100%;max-height:390px}
.line-strong{fill:none;stroke:#d4d5cf;stroke-width:3}
.line-soft{fill:none;stroke:#676b63;stroke-width:2}
.accent-line{stroke:var(--accent);stroke-width:6}.accent-line.thin{stroke-width:2}.accent-fill{fill:var(--accent)}
.drawing-caption{font-size:12px;color:#a8aba4;font-weight:700;margin-bottom:4px}
.drawing-note{max-width:410px;color:#a8aba4;font-size:12px;margin:8px 0 0}

.quick-help{background:var(--paper-2);border-bottom:1px solid var(--line)}
.quick-help-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:76px;padding:64px 0}
.quick-help-intro{align-self:start;max-width:420px}
.quick-help-kicker{margin:0 0 11px;color:var(--accent-dark);font-size:13px;font-weight:800}
.quick-help h2{font-size:clamp(32px,3.1vw,46px);margin:0 0 14px;letter-spacing:-.035em}
.quick-help-note{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.problem-list{border-top:2px solid var(--ink);background:#f6f1e8}
.problem-item{display:grid;grid-template-columns:42px minmax(0,1.45fr) minmax(160px,.65fr) 24px;gap:18px;align-items:center;min-height:82px;padding:14px 18px;border-bottom:1px solid var(--line);transition:padding .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}
.problem-item:hover{background:#fffaf0;transform:translateY(-1px);box-shadow:0 14px 24px rgba(34,30,22,.05)}
.problem-index{font-family:var(--serif);font-size:13px;color:#8a847a}
.problem-item strong{font-size:15px;line-height:1.35}
.problem-service{color:var(--accent-dark);font-weight:800;font-size:13px;text-align:right}
.problem-arrow{font-size:18px;transition:transform .2s ease}
.problem-item:hover .problem-arrow{transform:translate(3px,3px)}

.section{padding:104px 0}
.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:58px}
.section-intro .section-label{grid-column:1/-1;margin-bottom:-46px}
.section-intro h2{margin-bottom:0}
.section-intro>p:last-child{margin:0;color:var(--muted);max-width:600px}

.service-list{border-top:2px solid var(--ink)}
.service-row{display:grid;grid-template-columns:.76fr 1.24fr;gap:80px;padding:42px 0;border-bottom:1px solid var(--line)}
.service-heading{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start}
.service-index{font-family:var(--serif);font-size:17px;color:var(--accent-dark);padding-top:5px}
.service-heading h3{font-size:34px;margin:0}
.service-short{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.45;max-width:430px}
.service-copy>p{color:#565850;max-width:720px}
.service-context{border-left:3px solid var(--accent);padding:5px 0 5px 17px;margin:22px 0;color:#64665e!important}
.service-context strong{color:var(--ink)}
.service-copy a,.text-link{display:inline-block;margin-top:5px;font-size:14px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:3px}
.service-copy a:hover,.text-link:hover{color:var(--accent-dark);border-color:var(--accent-dark)}

.sandblast{background:var(--accent);color:var(--white);padding:92px 0}
.sandblast-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.sandblast-copy>p:not(.section-label){font-size:18px;max-width:650px;color:#f0ddd4;margin-bottom:31px}
.sandblast-example{position:relative;height:370px;border:1px solid rgba(255,255,255,.55);display:grid;grid-template-columns:1fr 1fr;background:#7d3d27}
.surface-before,.surface-after{position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:22px}
.surface-before{background:#5c4d43}
.surface-before:before,.surface-before:after{content:"";position:absolute;background:#8b7567;transform:rotate(-12deg)}
.surface-before:before{width:180px;height:38px;left:20px;top:70px}.surface-before:after{width:130px;height:26px;right:8px;top:170px}
.surface-before i{position:absolute;width:7px;height:7px;background:#c8b4a5;border-radius:50%}.surface-before i:nth-of-type(1){left:34%;top:34%}.surface-before i:nth-of-type(2){left:62%;top:57%}.surface-before i:nth-of-type(3){left:43%;top:72%}
.surface-after{background:#cfc7b8;color:var(--ink)}
.surface-before span,.surface-after span{position:relative;z-index:2;font-size:13px;font-weight:800}
.surface-arrow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;display:grid;place-items:center;background:var(--white);color:var(--ink);font-size:24px;font-weight:800;border:5px solid var(--accent)}

.trust{background:var(--paper)}
.trust-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px}
.trust-layout .section-intro{display:block;margin:0}
.trust-layout .section-intro h2{font-size:clamp(36px,4vw,54px);max-width:620px}
.trust-layout .section-intro p:last-child{font-size:17px;max-width:600px}
.trust-points{border-top:2px solid var(--ink)}
.trust-points>div{display:grid;grid-template-columns:.85fr 1.15fr;gap:38px;padding:26px 0;border-bottom:1px solid var(--line)}
.trust-points h3{font-size:22px;margin:0;line-height:1.12}
.trust-points p{margin:0;color:var(--muted)}

.project{background:var(--paper-2)}
.project-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}
.project-drawing{border:1px solid #b8b0a4;background:#d4cbbb;padding:28px}
.project-drawing svg{width:100%}
.garage-wall{fill:#c5b9a9;stroke:#6d675f;stroke-width:2}
.garage-roof{stroke:#443f39;stroke-width:8}
.garage-door{fill:#ece6dc;stroke:#6d675f;stroke-width:2}
.garage-detail{fill:none;stroke:#827b72;stroke-width:2}
.project-copy>p:not(.section-label){color:var(--muted);font-size:18px}

.about{background:var(--white)}
.about-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px;align-items:center}
.about-name{min-height:430px;background:var(--ink);color:var(--white);padding:38px;display:flex;flex-direction:column;justify-content:space-between}
.about-name>span{font-size:clamp(110px,15vw,180px);font-weight:900;letter-spacing:-.12em;line-height:.8;color:#d8d2c7}
.about-name p{margin:0;padding-top:18px;border-top:1px solid var(--dark-line);font-weight:700}
.about-copy>p:not(.section-label){font-size:18px;color:#575950;max-width:760px}
.about-copy address{font-style:normal;margin-top:34px;padding-top:22px;border-top:1px solid var(--line);font-weight:700}

.contact{background:var(--ink);color:var(--white)}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px;align-items:start}
.contact-intro{position:sticky;top:120px}
.contact-intro>p:not(.section-label){color:#b7bbb2;max-width:520px;margin-bottom:34px}
.contact-direct{border-top:1px solid var(--dark-line)}
.contact-direct a{display:grid;grid-template-columns:90px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid var(--dark-line)}
.contact-direct span{font-size:12px;color:#989c94}
.contact-direct strong{font-size:14px;overflow-wrap:anywhere}
.contact-form{background:#ebe5da;color:var(--ink);padding:36px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label:not(.check){display:block;margin-bottom:18px}
.contact-form label>span:first-child{display:block;font-size:13px;font-weight:800;margin-bottom:7px;color:#575950}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #bdb5a8;background:var(--white);padding:13px 12px;border-radius:0;outline:none;color:var(--ink)}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--accent)}
.contact-form textarea{resize:vertical}
.check{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:start;font-size:12px;color:#5f615b;margin:2px 0 21px}
.check input{width:16px;height:16px;margin-top:3px}.check a{text-decoration:underline}
.form-submit{border:0}.form-note{font-size:11px;color:#77746d;margin:10px 0 0}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}

.questions{background:var(--paper)}
.questions-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}
.questions-title h2{font-size:44px}
.question-list{border-top:2px solid var(--ink)}
.question-list article{padding:27px 0;border-bottom:1px solid var(--line)}
.question-list h3{font-size:21px;margin-bottom:9px;letter-spacing:-.02em}
.question-list p{margin:0;color:var(--muted);max-width:760px}

.footer{background:#111310;color:#cfd1ca;padding:62px 0 20px;border-top:5px solid var(--accent)}
.footer-callout{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;padding-bottom:42px;border-bottom:1px solid #333630}
.footer-callout>div{max-width:760px}
.footer-eyebrow{margin:0 0 8px;color:#d19a82;font-size:12px;font-weight:800}
.footer-callout h2{color:var(--white);font-size:clamp(30px,3.2vw,44px);margin:0 0 12px;max-width:720px}
.footer-callout p:last-child{margin:0;color:#9da198;max-width:650px}
.footer-cta{background:var(--white);color:var(--ink);border-color:var(--white);white-space:nowrap}
.footer-cta:hover{background:transparent;color:var(--white)}
.footer-main{display:grid;grid-template-columns:1.35fr .95fr .85fr;gap:60px;padding:40px 0 34px}
.footer-brand{display:flex;gap:18px;align-items:center}.footer-logo{width:160px;height:auto;flex:none;display:block;background:#fff;padding:8px 10px}.footer-brand .brand-mark{border-color:#9da097}.footer-brand p{margin:0;font-size:12px;color:#959990;max-width:360px}.footer-brand strong{color:#e2e4de;font-size:14px}
.footer-title{margin:0 0 12px;color:#d6d8d2;font-size:12px;font-weight:800}
.footer-contact,.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:7px;font-size:13px}
.footer-contact a:hover,.footer-links a:hover{color:var(--white)}
.footer-contact address{font-style:normal;color:#858981;margin-top:7px;line-height:1.45}
.footer-legal-inline{display:flex;gap:14px;margin-top:11px;padding-top:11px;border-top:1px solid #2d302c;width:100%}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #2d302c;padding-top:18px;font-size:11px;color:#777b73}
.mobile-call{display:none}

.legal-page{min-height:calc(100vh - 82px);padding:82px 0 100px}
.legal-shell{max-width:860px}
.legal-page h1{color:var(--ink);font-size:clamp(48px,7vw,74px);margin-bottom:48px}
.legal-copy{max-width:760px;font-size:16px}
.legal-copy h2{font-size:26px;margin:38px 0 13px}
.legal-note{margin-top:52px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
.state-page{min-height:100vh;display:grid;place-items:center;background:var(--ink);color:var(--white);padding:60px 0}
.state-page .shell{max-width:800px}.state-page h1{font-size:clamp(48px,8vw,84px)}.state-page p{font-size:18px;color:#bdc1b8;max-width:680px}

.reveal{opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease}.reveal.visible{opacity:1;transform:none}

@media (max-width:980px){
  :root{--shell:min(100% - 38px,780px)}
  .desktop-nav,.header-actions{display:none}.menu-btn{display:block}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:68px 0}.hero-visual{min-height:400px;border-left:0;border-top:1px solid #555950;padding:34px 0 0}.hero-visual svg{max-height:360px}
  .quick-help-grid,.section-intro,.service-row,.sandblast-grid,.trust-layout,.project-layout,.about-layout,.contact-grid,.questions-layout{grid-template-columns:1fr;gap:46px}
  .quick-help-grid{gap:30px}.quick-help-intro{max-width:620px}.section-intro{gap:20px}.section-intro .section-label{grid-column:auto;margin-bottom:0}.section-intro>p:last-child{max-width:none}
  .service-row{gap:24px}.sandblast-example{height:320px}.trust-points>div{grid-template-columns:.7fr 1.3fr}.about-name{min-height:340px}.contact-intro{position:static}
}

@media (max-width:640px){
  :root{--shell:calc(100% - 30px)}
  body{padding-bottom:58px}
  .site-header{height:72px}.brand-logo{width:110px}.brand-mark{width:40px;height:40px}.brand-copy strong{font-size:12px}.brand-copy small{font-size:9px}.mobile-nav{top:72px;padding-left:15px;padding-right:15px}
  h1{font-size:46px}.hero-copy h1{font-size:46px}.hero-grid{padding:58px 0;gap:48px}.hero-lead{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.hero-facts{grid-template-columns:1fr;margin-top:42px}.hero-facts p{padding:15px 0}.hero-facts p+p{padding-left:0;border-left:0;border-top:1px solid var(--dark-line)}.hero-visual{min-height:330px}.drawing-note{font-size:12px}
  .quick-help-grid{padding:46px 0}.quick-help h2{font-size:34px}.problem-item{grid-template-columns:30px minmax(0,1fr) 22px;gap:10px;min-height:70px}.problem-service{grid-column:2/3;font-size:12px;margin-top:-7px}.problem-arrow{grid-column:3;grid-row:1/3}.problem-item strong{font-size:14px}.problem-item:hover{padding-left:7px;padding-right:5px}
  .section{padding:72px 0}.section-intro{margin-bottom:42px}.service-heading{grid-template-columns:36px 1fr;gap:11px}.service-heading h3{font-size:29px}.service-short{font-size:13px;margin-top:8px}.service-row{padding:33px 0}.service-context{font-size:14px}
  .sandblast{padding:70px 0}.sandblast-copy h2{font-size:40px}.sandblast-copy>p:not(.section-label){font-size:16px}.sandblast-example{height:260px}.surface-before,.surface-after{padding:15px}.surface-arrow{width:46px;height:46px;border-width:4px}
  .trust-points>div{grid-template-columns:1fr;gap:7px}.trust-points h3{font-size:22px}.project-drawing{padding:12px}.project-copy>p:not(.section-label),.about-copy>p:not(.section-label){font-size:16px}.about-name{min-height:300px;padding:26px}
  .contact-form{padding:24px 18px}.field-row{grid-template-columns:1fr}.contact-direct a{grid-template-columns:72px 1fr}.contact-direct strong{font-size:13px}
  .questions-title h2{font-size:38px}.question-list h3{font-size:19px}
  .footer-callout{align-items:flex-start;flex-direction:column;gap:22px}.footer-main{grid-template-columns:1fr;gap:28px;padding:32px 0}.footer-bottom{flex-direction:column;gap:8px}
  .mobile-call{position:fixed;z-index:60;display:flex;left:0;right:0;bottom:0;height:58px;align-items:center;justify-content:space-between;background:var(--accent);color:var(--white);padding:0 16px;font-size:13px;font-weight:800}.mobile-call span{font-weight:700}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* v20260911-3 refinements */
.header-inner > .nav-cta{margin-left:auto}
.trust-layout .section-intro .section-label{margin:0 0 16px}

/* v20260911-5 logo and tone refinements */
@media (max-width:1180px){.brand-logo{width:132px}.header-phone strong{font-size:11px}}
@media (max-width:860px){.brand{gap:10px}.brand-copy{display:none}.brand-logo{width:124px}.problem-item{padding-left:12px;padding-right:12px}.problem-service{text-align:left}}

/* v20260911-7 draft marker and project credit */
.draft-watermark{position:fixed;right:22px;top:104px;z-index:55;pointer-events:none;user-select:none;padding:7px 12px;border:1px solid rgba(174,85,51,.32);color:rgba(135,65,39,.48);background:rgba(243,240,233,.86);font-size:12px;font-weight:800;letter-spacing:.08em;transform:rotate(-4deg)}
.footer-brand-copy{min-width:0}.footer-brand-copy>p:first-child{margin:0;font-size:12px;color:#959990;max-width:360px}.site-credit{margin:13px 0 0;font-size:11px;color:#757a72}.site-credit a{color:#c6c9c1;border-bottom:1px solid #555a52;padding-bottom:1px}.site-credit a:hover{color:#fff;border-color:#fff}
@media (max-width:640px){.draft-watermark{right:10px;top:84px;padding:5px 8px;font-size:10px}.footer-brand{align-items:flex-start}.footer-logo{width:138px}.site-credit{margin-top:10px}}
