:root{--green:#239b54;--green-dark:#147c3f;--black:#050505;--ink:#202124;--muted:#555b61;--soft:#f2f4f3;--green-soft:#edf8f1;--green-soft-line:#bfe8cf;--line:#dedede;--white:#fff;font-family:Montserrat,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}button,input,textarea{font:inherit}h1,h2,h3,p{margin-top:0}.site-header{background:var(--white);justify-content:center;align-items:center;gap:clamp(64px,18vw,520px);min-height:118px;padding:18px 40px;display:flex;box-shadow:0 2px 12px #00000014}.brand{color:var(--green);text-transform:uppercase;justify-items:center;gap:4px;font-size:.95rem;font-weight:900;line-height:1;display:grid}.brand img{object-fit:contain;width:78px;height:58px}nav{align-items:center;gap:28px;font-size:.95rem;font-weight:500;display:flex}nav a{border-radius:8px;padding:8px 16px}nav a.active{color:var(--white);background:#111}nav a.nav-cta{color:var(--white);background:var(--green);text-transform:uppercase;font-weight:700}nav a.nav-cta:hover{background:var(--green-dark)}.hero{min-height:610px;color:var(--white);position:relative;overflow:hidden}.hero-background,.hero-overlay{position:absolute;inset:0}.hero-background img{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#000000e0,#0000009e 48%,#00000047),linear-gradient(#239b5438,#0003)}.hero-content{z-index:1;grid-template-columns:minmax(0,1fr) minmax(360px,.54fr);align-items:center;gap:52px;width:min(1180px,100% - 40px);min-height:610px;margin:0 auto;padding:54px 0;display:grid;position:relative}.hero-copy{max-width:760px}.eyebrow{color:var(--green);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:800}h1{letter-spacing:0;text-transform:uppercase;margin-bottom:18px;font-size:clamp(2.45rem,5vw,4.75rem);line-height:.98}.hero-copy p{color:#ffffffdb;width:min(760px,100%);font-size:1.17rem}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.button{cursor:pointer;text-align:center;text-transform:uppercase;border:0;border-radius:5px;justify-content:center;align-items:center;min-width:184px;min-height:40px;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.button.primary{color:var(--white);background:var(--green)}.button.primary:hover{background:var(--green-dark)}.button.secondary{color:var(--white);background:#ffffff24;border:1px solid #ffffff80}.button.light{color:var(--ink);background:var(--white);border-radius:999px}.button.centered{margin:26px auto 0}.button.full{width:100%}.hero-form{width:100%;color:var(--ink);backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #ffffffb8;border-radius:14px;padding:22px;box-shadow:0 28px 80px #00000047}.hero-form h2{margin-bottom:16px;font-size:1.55rem}.hero-form label{color:var(--ink);grid-template-columns:1fr;gap:5px;margin-bottom:11px;font-size:.85rem;font-weight:700;display:grid}.hero-form input,.hero-form textarea{background:var(--white);width:100%;color:var(--ink);border:1px solid #cfd3d0;border-radius:8px;padding:9px 10px}.hero-form input:focus,.hero-form textarea:focus{border-color:var(--green);outline:0;box-shadow:0 0 0 3px #239b5424}.hero-form textarea::placeholder{color:#8a918d}.hero-form .consent-field{color:#4f5752;grid-template-columns:18px 1fr;align-items:start;gap:9px;margin:2px 0 13px;font-size:.78rem;font-weight:500;line-height:1.35;display:grid}.hero-form .consent-field input{width:16px;height:16px;accent-color:var(--green);margin-top:1px}.stats-strip{background:var(--black);color:var(--white);grid-template-columns:repeat(3,1fr);display:grid}.stats-strip div{text-align:center;border-right:1px solid #ffffff2e;place-items:center;gap:4px;min-height:116px;padding:22px;display:grid}.stats-strip div:last-child{border-right:0}.stats-strip strong{color:var(--green);font-size:clamp(1.65rem,3vw,2.55rem);line-height:1}.stats-strip span{color:#ffffffc2;font-size:.92rem;font-weight:400}.work-section{background:var(--white);padding:44px 70px 32px}.section-title{text-align:center;justify-items:center;margin-bottom:32px;display:grid}.carousel-controls{justify-content:center;gap:10px;margin-top:16px;display:flex}.carousel-controls button{border:1px solid var(--line);background:var(--white);width:42px;height:42px;color:var(--ink);cursor:pointer;border-radius:999px;place-items:center;font-size:1.1rem;display:grid}.section-title h2,.markets-copy h2,.contact-section h2{letter-spacing:0;margin-bottom:12px;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.1}.section-title h2{text-transform:uppercase}.section-title span{background:var(--ink);width:30px;height:3px}.work-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:calc(25% - 22.5px);grid-auto-flow:column;gap:30px;padding:2px;display:grid;overflow-x:auto}.work-carousel::-webkit-scrollbar{display:none}.work-card{scroll-snap-align:start;background:#111;min-width:0;min-height:260px;position:relative;overflow:hidden}.work-card img{object-fit:cover;width:100%;height:100%}.work-card:after{content:"";background:linear-gradient(#0000,#000000ad);height:45%;position:absolute;inset:auto 0 0}.work-card-caption{z-index:1;color:var(--white);text-align:center;justify-items:center;gap:4px;padding:18px 12px;display:grid;position:absolute;bottom:0;left:0;right:0}.work-card-caption span{color:#ffffffbf;text-transform:uppercase;font-size:.76rem}.work-card-caption strong{font-weight:600}.work-card dl{background:#fff3;grid-template-columns:1fr 1fr;gap:1px;width:100%;margin:12px 0 0;display:grid}.work-card dl div{background:#0000006b;padding:8px}.work-card dt,.work-card dd{margin:0}.work-card dt{color:#ffffffad;text-transform:uppercase;font-size:.68rem}.work-card dd{font-size:.82rem;font-weight:700}.work-cta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;width:min(1120px,100% - 40px);margin:24px auto 42px;padding:20px 0 0;display:flex}.work-cta h2{margin-bottom:4px;font-size:clamp(1.55rem,3vw,2.25rem)}.work-cta p{color:var(--muted);margin-bottom:0}.deal-types-section,.process-section{background:var(--white);padding:42px max(24px,50vw - 560px)}.deal-types-section{background:var(--white)}.deal-types-grid,.process-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.deal-types-grid article,.process-grid article{border:1px solid var(--line);background:#fbfbfb;border-radius:14px;padding:24px}.deal-types-grid article{border:2px solid var(--green-soft-line);background:#fbfbfb}.deal-types-grid h3,.process-grid h3{margin-bottom:10px;font-size:1.35rem}.deal-types-grid p,.process-grid p{color:var(--muted);margin-bottom:0}.process-grid{grid-template-columns:repeat(3,1fr)}.process-grid h3 span{color:var(--black);font-weight:800}.section-action{justify-content:center;margin-top:28px;display:flex}.markets-section{background:var(--black);color:var(--white);grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);align-items:center;gap:80px;padding:36px max(60px,50vw - 590px);display:grid}.texas-card{place-items:center;min-height:260px;display:grid}.texas-card img{aspect-ratio:1;object-fit:contain;width:min(360px,82vw)}.markets-copy{max-width:620px}.markets-copy p{color:#ffffffe0;font-size:1.05rem;line-height:1.78}textarea{resize:vertical}.hidden{display:none}.site-footer{background:var(--white);color:var(--ink);border-top:1px solid var(--line);padding:42px max(24px,50vw - 560px)}.footer-main{grid-template-columns:minmax(340px,1.55fr) minmax(150px,.58fr) minmax(150px,.58fr) auto;align-items:start;gap:24px;display:grid}.footer-brand{align-items:center;gap:14px;display:flex}.footer-brand img{object-fit:contain;width:58px;height:44px}.footer-brand p{color:var(--muted);max-width:430px;margin-bottom:0}.footer-values-heading{color:var(--green);margin-bottom:3px;font-size:1rem;font-weight:800;display:block}.footer-values{color:var(--ink);line-height:1.45}.footer-values span{font-weight:700}.footer-values-note{color:var(--muted);text-transform:none;margin-top:2px;font-size:.86rem}.footer-column{gap:8px;display:grid}.footer-column h3{color:var(--black);text-transform:uppercase;margin-bottom:6px;font-size:.85rem}.footer-column a,.footer-column span{color:var(--muted)}.footer-column a:hover{color:var(--green)}.footer-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;margin-top:34px;padding-top:22px;display:flex}.footer-links{flex-wrap:wrap;gap:18px;font-weight:600;display:flex}.copyright{color:var(--muted);margin:0}.footer-button{place-self:start}.legal-page{width:min(780px,100% - 32px);margin:0 auto;padding:44px 0 80px}.legal-brand{color:var(--green);text-transform:uppercase;justify-items:center;margin-bottom:24px;font-weight:900;display:inline-grid}.legal-brand img,.thank-you-brand img{object-fit:contain;width:64px;height:48px}.legal-actions{align-items:center;gap:18px;margin-bottom:34px;display:flex}.legal-actions a:not(.button){color:var(--green);font-weight:700}.legal-page section,.thank-you-card{border:1px solid var(--line);background:var(--white);padding:34px}.legal-page h1,.thank-you-card h1{color:var(--ink);font-size:clamp(2.4rem,7vw,4rem)}.legal-page h2{margin-top:28px;font-size:1.35rem}.legal-page p,.thank-you-card p:not(.eyebrow){color:var(--muted)}.legal-page a{color:var(--green);font-weight:700}.thank-you-page{background:var(--black);place-items:center;min-height:100vh;padding:48px 16px;display:grid}.thank-you-card{text-align:center;border-radius:16px;width:min(680px,100%);box-shadow:0 28px 80px #00000038}.thank-you-actions{justify-content:center;margin-top:28px;display:flex}.confirmation-flow{grid-template-columns:76px 1fr 76px 1fr 76px;align-items:center;gap:14px;width:min(440px,100%);margin:0 auto 28px;display:grid}.flow-icon{border:2px solid var(--green);background:var(--green-soft);border-radius:16px;place-items:center;width:76px;height:76px;display:grid}.flow-icon svg{width:34px;height:34px;color:var(--black);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.flow-arrow{background:var(--green);height:2px;position:relative}.flow-arrow:after{content:"";border-top:2px solid var(--green);border-right:2px solid var(--green);width:10px;height:10px;position:absolute;top:50%;right:-1px;transform:translateY(-50%)rotate(45deg)}@media (width<=980px){.site-header{justify-content:space-between;gap:24px;padding-inline:24px}.hero-content,.markets-section,.footer-main,.stats-strip,.deal-types-grid,.process-grid{grid-template-columns:1fr}.stats-strip div{border-bottom:1px solid #ffffff2e;border-right:0}.stats-strip div:last-child{border-bottom:0}.hero-content{min-height:auto;padding:64px 0}.work-carousel{grid-auto-columns:42%;gap:18px}.markets-section{gap:24px;padding:44px 24px}.footer-links{justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=680px){.site-header{min-height:84px;padding:12px 16px;display:flex}.brand{grid-template-columns:auto auto;place-items:center start;gap:8px;font-size:.78rem}.brand img{width:52px;height:40px}nav{flex:none}nav a:not(.nav-cta){display:none}nav a.nav-cta{white-space:nowrap;padding:9px 12px;font-size:.78rem}.hero{min-height:auto}.hero-content{text-align:center;width:min(100% - 32px,1180px);padding:42px 0}.hero-copy{justify-items:center;max-width:100%;display:grid}h1{font-size:clamp(2.25rem,11vw,3.05rem)}.hero-copy p{font-size:1rem}.hero-actions{justify-content:center}.hero-actions .button{min-width:154px;padding-inline:14px}.hero-form{text-align:left;padding:22px}.stats-strip{display:none}.work-section{padding:20px 18px 18px}.work-carousel{grid-auto-columns:84%;gap:14px}.deal-types-section,.process-section{padding:32px 18px}.process-section{padding-bottom:20px}.deal-types-section{padding-top:26px;padding-bottom:26px}.section-action{margin-top:18px}.work-cta{flex-direction:column;align-items:flex-start;margin-top:12px;margin-bottom:28px}.site-footer{gap:20px}.confirmation-flow{grid-template-columns:52px 1fr 52px 1fr 52px;gap:8px;margin-bottom:22px}.flow-icon{border-radius:12px;width:52px;height:52px}.flow-icon svg{width:26px;height:26px}.flow-arrow:after{width:8px;height:8px}.thank-you-card{padding:28px 18px}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.footer-brand,.footer-button{grid-column:1/-1}.footer-brand{align-items:flex-start}.footer-button{justify-self:stretch}}
