:root{--brand: #bf3126;--brand-dark: #9e2820;--brand-deep: #6e1a16;--ink: #221c1c;--muted: #6e6562;--blush: #fdf3f1;--paper: #ffffff;--line: #ece6e4;--radius: 18px;--container: 1180px;--display: "Montserrat Variable", "Segoe UI", ui-sans-serif, system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;--body: "Mulish Variable", "Segoe UI", ui-sans-serif, system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif}body{font-family:var(--body);color:var(--ink);background:var(--paper);font-size:1.0625rem}h1,h2,h3{font-family:var(--display)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.5rem}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:50;background:#fff;padding:.6rem 1rem;border-radius:8px}section{padding-block:clamp(3.5rem,7vw,6.5rem)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;padding:.85rem 1.6rem;border-radius:999px;border:2px solid transparent;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px -10px #bf31268c}.btn-primary:hover{background:var(--brand-dark)}.btn-ghost{background:#ffffff14;color:#fff;border-color:#ffffff80}.btn-line{border-color:#ffffff8c;color:#fff}.hero .btn-primary,.cta .btn-primary{background:#fff;color:var(--brand);box-shadow:0 10px 24px -10px #6e1a168c}.hero .btn-primary:hover,.cta .btn-primary:hover{background:#ffe9e6}.utility{background:var(--brand-deep);color:#f0cfca;font-size:.85rem}.utility-row{display:flex;justify-content:space-between;align-items:center;min-height:40px;flex-wrap:wrap;gap:.5rem}.utility-phone{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:#fff}.utility-links{display:flex;gap:1.25rem}.utility-links a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:40;background:#fff;box-shadow:0 2px 12px -6px #6e1a1638}.nav{display:flex;align-items:center;gap:1.25rem;min-height:78px}.brand{display:inline-flex;align-items:center;gap:.6rem}.brand-mark{display:block;height:auto}.brand-lockup{font-family:var(--display);font-weight:700;font-size:.6rem;line-height:1.18;letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}.brand-light .brand-lockup{color:#fff}.primary-nav{display:flex;gap:1.15rem;margin-left:auto;flex-wrap:wrap}.primary-nav a{font-weight:600;font-size:.95rem;color:var(--ink)}.primary-nav a:hover{color:var(--brand)}.nav .btn{padding:.65rem 1.25rem}.nav-actions{display:inline-flex;align-items:center;gap:1.1rem;--login-fs: .95rem;--login-fw: 600;--login-bb: 0}.nav-phone{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.95rem;color:var(--ink);white-space:nowrap}.nav-phone svg{color:var(--brand)}.nav-phone:hover{color:var(--brand)}.hero{background-image:linear-gradient(100deg,#6e1a16e6 24%,#6e1a166b 96%),radial-gradient(120% 120% at 80% -10%,#a52a2266,#6e1a1600 55%),url(/photos/hero-construction.jpg);background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-120px;bottom:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,180,170,.22),transparent 70%)}.hero-inner{padding:clamp(2.5rem,6vw,4.5rem) 1.5rem;max-width:820px;position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.82rem;font-weight:800;color:#ffd0ca;margin-bottom:1rem}.hero h1{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.03em;line-height:1.05}.hero-sub{margin-top:1.4rem;max-width:54ch;font-size:1.25rem;color:#f0d6d2}.hero-cta{margin-top:2.2rem;display:flex;gap:.9rem;flex-wrap:wrap}.hero-chips{margin-top:2rem;display:flex;gap:.6rem;flex-wrap:wrap}.hero-chips li{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);padding:.4rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600}.hero-chips svg{color:#fff}.stats{background:var(--brand-dark);color:#fff;padding-block:0}.stat-row{display:flex;flex-wrap:wrap;gap:1.25rem 4rem;justify-content:center;padding-block:1.75rem}.stat{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.1}.stat-value{font-family:var(--display);font-weight:800;font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.02em}.stat-label{margin-top:.35rem;font-size:.95rem;font-weight:600;color:#f0d6d2}.section-head{max-width:60ch;margin-bottom:2.5rem}.section-head.center{margin-inline:auto;text-align:center}.section-head h2{font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.02em;color:var(--ink)}.section-head p{margin-top:.6rem;color:var(--muted);font-size:1.1rem}.props{background:var(--blush)}.prop-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(235px,1fr))}.prop-card{background:#fff;border-radius:var(--radius);padding:2rem 1.75rem;box-shadow:0 30px 60px -45px #6e1a1673;transition:transform .18s ease}.prop-card:hover{transform:translateY(-6px)}.prop-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#fde3df,#f7cdc6);color:var(--brand);margin-bottom:1.1rem}.prop-card h3{font-size:1.22rem;margin-bottom:.5rem}.prop-card p{color:var(--muted);font-size:.98rem}.industry-grid{display:grid;gap:1rem;grid-template-columns:repeat(5,minmax(0,1fr))}.industry-tile{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1rem;font-weight:700;color:var(--ink);transition:transform .15s ease,box-shadow .15s ease}.industry-tile:hover{transform:translateY(-5px);box-shadow:0 24px 44px -34px #6e1a1673}.industry-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--blush);color:var(--brand)}.industry-more{background:var(--blush);border-color:transparent;color:var(--brand)}.industry-more .industry-icon{background:var(--brand);color:#fff}.tile-link{position:absolute;inset:0;border-radius:inherit}.safety-band{background:linear-gradient(135deg,#fdf3f1,#f7d9d4)}.safety-inner{text-align:center;max-width:720px;margin-inline:auto}.safety-mark{display:grid;place-items:center;width:84px;height:84px;margin:0 auto 1.25rem;border-radius:24px;background:#fff;color:var(--brand);box-shadow:0 20px 40px -24px #9e282073}.safety-band h2{font-size:clamp(1.9rem,4.5vw,2.8rem);color:var(--ink);letter-spacing:-.02em}.safety-band p{margin:1rem auto 1.8rem;max-width:52ch;color:#7d4a45;font-size:1.12rem}.news-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.news-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;display:flex;flex-direction:column;gap:.7rem;transition:transform .18s ease,box-shadow .18s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 26px 50px -36px #6e1a1673}.news-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem}.news-tag{background:var(--blush);color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .65rem;border-radius:999px}.news-date{color:var(--muted)}.news-card h3{font-size:1.2rem}.news-card p{color:var(--muted);font-size:.97rem}.news-more{margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;font-weight:800;color:var(--brand)}.cta{background:#bf3126d9;color:#fff}.cta-inner{text-align:center;max-width:680px;margin-inline:auto}.cta h2{font-size:clamp(1.9rem,4.5vw,2.8rem);letter-spacing:-.02em}.cta p{margin:1rem auto 1.8rem;color:#f0d6d2;font-size:1.12rem}.cta .hero-cta{justify-content:center}.site-footer{background:var(--brand-deep);color:#e6c8c4;padding-block:3.5rem 1.5rem}.footer-top{display:grid;gap:2rem;grid-template-columns:1.5fr repeat(3,1fr) 1.2fr}.brand-light{color:#fff}.footer-brand p{margin-top:.75rem;font-size:.92rem}.footer-tagline{color:#ffd9d4;font-weight:700}.footer-col h4{color:#fff;font-size:.95rem;margin-bottom:.9rem}.footer-col ul{display:flex;flex-direction:column;gap:.55rem}.footer-col a:hover{color:#fff}.footer-contact p{margin-bottom:.45rem;font-size:.92rem}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem}.footer-social{display:flex;gap:.6rem}.footer-social a{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:#fff;font-weight:700;font-size:.85rem}.footer-social a:hover{background:#fff;color:var(--brand-deep)}@media(max-width:980px){.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:900px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.primary-nav{display:none}}@media(max-width:560px){.footer-top{grid-template-columns:1fr}.btn{width:100%;justify-content:center}.hero-cta{width:100%}.nav-phone{display:none}.nav .btn{width:auto}}.page-hero{background:var(--blush);border-bottom:1px solid var(--line);padding-block:clamp(2.75rem,6vw,4.5rem)}.page-hero .eyebrow{color:var(--brand);margin-bottom:.7rem}.page-hero h1{font-size:clamp(2.1rem,5vw,3.3rem);letter-spacing:-.02em;line-height:1.06;color:var(--ink)}.page-hero .lead{margin-top:1.1rem;max-width:62ch;font-size:1.18rem;color:var(--muted)}.prose{max-width:68ch;color:#433c3a;font-size:1.06rem;line-height:1.75}.prose>*+*{margin-top:1.05rem}.prose h2{font-family:var(--display);color:var(--ink);font-size:clamp(1.5rem,3.2vw,2.1rem);letter-spacing:-.02em;margin-top:2.2rem}.prose h3{font-family:var(--display);color:var(--ink);font-size:1.25rem;margin-top:1.6rem}.prose ul{padding-left:1.25rem;list-style:disc}.prose li{margin-top:.4rem}.prose a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.prose strong{color:var(--ink)}.btn-outline{background:#fff;border-color:var(--brand);color:var(--brand)}.btn-outline:hover,.section-alt{background:var(--blush)}.split{display:grid;gap:clamp(1.75rem,4vw,3rem);grid-template-columns:1.6fr 1fr;align-items:start}@media(max-width:860px){.split{grid-template-columns:1fr}}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem;box-shadow:0 30px 60px -50px #6e1a1673}.panel+.panel{margin-top:1.25rem}.panel h3{font-size:1.1rem;margin-bottom:.6rem;color:var(--ink)}.panel p{color:var(--muted);font-size:.98rem}.panel-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--blush);color:var(--brand);margin-bottom:.9rem}.panel-contact p{margin-bottom:.45rem;color:var(--ink)}.panel-contact a{color:var(--brand);font-weight:700}.steps{display:grid;gap:1.25rem;counter-reset:step}.steps.cols{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem 1.5rem}.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--brand);color:#fff;font-family:var(--display);font-weight:800;font-size:1.05rem;margin-bottom:.9rem}.step h3{font-size:1.12rem;margin-bottom:.4rem;color:var(--ink)}.step p{color:var(--muted);font-size:.98rem}.feature-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.feature{display:flex;flex-direction:column;gap:.5rem}.feature .feature-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:var(--blush);color:var(--brand);margin-bottom:.5rem}.feature h3{font-size:1.15rem;color:var(--ink)}.feature p{color:var(--muted);font-size:.98rem}.value-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.value-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem}.value-card .value-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--blush);color:var(--brand);margin-bottom:.9rem}.value-card h3{font-size:1.15rem;color:var(--ink);margin-bottom:.45rem}.value-card p{color:var(--muted);font-size:.98rem}.form-grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-grid .full{grid-column:1 / -1}@media(max-width:620px){.form-grid{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-weight:700;font-size:.88rem;color:var(--ink)}.field input,.field select,.field textarea{font:inherit;padding:.7rem .85rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--brand);outline-offset:1px;border-color:var(--brand)}.agent-toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;margin-bottom:1.75rem}.agent-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.agent-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem 1.4rem}.agent-card h3{font-size:1.08rem;color:var(--ink)}.agent-loc{color:var(--muted);font-size:.92rem;margin:.2rem 0 .6rem}.agent-card .agent-phone{color:var(--brand);font-weight:700}
