:root{--primary: #b87333;--secondary: #d4af37;--bg-dark: #ffffff;--bg-alt: #fcfbf7;--bg-card: #ffffff;--text-main: #111111;--text-muted: #555555;--glass: rgba(255, 255, 255, .9);--glass-border: rgba(0, 0, 0, .08);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--transition: all .4s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-margin-top:100px}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}section{scroll-margin-top:100px}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}.container{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem)}@media (max-width: 768px){.container{padding:0 clamp(.75rem,4vw,1.5rem)}}.glass{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.btn-primary{background:var(--primary);color:#fff;padding:clamp(.7rem,2vw,1rem) clamp(1.5rem,5vw,2.5rem);border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:clamp(.7rem,1.2vw,.8rem);border:none;cursor:pointer;transition:var(--transition);display:inline-block}.btn-primary:hover{background:#a0622a;transform:translateY(-2px);box-shadow:0 10px 20px #b8733333}.section-padding{padding:clamp(60px,10vw,80px) 0}.section-title{font-size:clamp(1.8rem,5vw,2.4rem);margin-bottom:clamp(1.5rem,3vw,2.5rem);text-align:center}.section-title span{color:var(--primary)}a,button,[role=button],.cursor-pointer{cursor:pointer!important}body{cursor:default}.mobile-toggle,.mobile-only{display:none!important}.desktop-only{display:block}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-toggle,.mobile-only{display:block!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade{animation:fadeIn 1s ease forwards}.mobile-only-flex{display:none!important}@media (max-width: 768px){.mobile-only-flex{display:flex!important;justify-content:center;align-items:center}}@media (max-width: 768px){.footer-container{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:4rem!important}.footer-brand{min-width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;padding:0 1rem}.footer-brand p{margin:0 auto 2rem!important}.footer-contact-row{align-items:center!important;justify-content:center!important}.footer-social-row{justify-content:center!important}.footer-links-wrapper{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important;width:100%!important;margin-top:2rem!important}.footer-column{min-width:0!important;text-align:left!important}.footer-column h4{font-size:.85rem!important;margin-bottom:1rem!important;white-space:nowrap;color:var(--primary)!important}.footer-column ul{gap:.6rem!important}.footer-column ul li,.footer-column ul li a{font-size:.7rem!important;line-height:1.2!important}}.hero{min-height:100vh;display:flex;align-items:flex-start;position:relative;overflow:hidden;padding-top:100px}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000c,#0006 30%,#0003,#0006 70%,#000c);z-index:1}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.85) contrast(1.1);image-rendering:auto;transition:transform 1.5s ease}.hero h1{color:#fff!important;text-shadow:0 4px 20px rgba(0,0,0,.6)}.hero p{color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero:hover .hero-bg img{transform:scale(1.05)}.hero-content{max-width:800px}.hero-content h1{font-size:5rem;line-height:1.1;margin-bottom:2rem}.service-card{padding:3rem;border-radius:8px;transition:var(--transition);height:100%}.service-card:hover{background:#ffffff14;border-color:var(--primary);transform:translateY(-10px)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;text-align:center}.stat-item h3{font-size:3.5rem;color:var(--primary);margin-bottom:.5rem}.stat-item p{font-weight:500;text-transform:uppercase;color:var(--text-muted);letter-spacing:.1em}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.footer{padding:80px 0;border-top:1px solid var(--glass-border)}@media (max-width: 768px){.hero{height:auto!important;min-height:100vh;display:flex;align-items:flex-start;padding:clamp(100px,15vh,120px) 0 60px 0!important}.hero-layout{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;padding-top:0!important;text-align:center}.hero-content{max-width:100%!important;padding-top:0!important}.hero-content h1{font-size:clamp(1.8rem,6vw,2.4rem)!important;line-height:1.2!important;margin-bottom:.8rem!important}.hero-content p{font-size:clamp(.85rem,2.5vw,.95rem)!important;margin-bottom:1.2rem!important;max-width:100%!important;line-height:1.4!important}.hero-form-wrapper{width:100%;display:flex;justify-content:center}.contact-form-card{padding:clamp(1rem,5vw,1.5rem)!important}.grid-3{grid-template-columns:1fr;gap:1.5rem}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-item h3{font-size:clamp(2.2rem,6vw,2.8rem)!important}.service-card,.glass{padding:clamp(1.5rem,5vw,2rem)!important}.section-title{font-size:clamp(1.8rem,5vw,2.2rem)!important;margin-bottom:1.5rem!important}.service-showcase-card,.construction-card{padding:0!important}.service-showcase-content,.construction-content{padding:1.2rem 1rem!important;text-align:center!important}.service-showcase-title,.construction-title{margin-top:.5rem!important;font-size:clamp(1.4rem,4vw,1.6rem)!important;margin-bottom:.5rem!important}.service-showcase-img-container,.construction-img-container{height:clamp(200px,40vw,250px)!important}}@media (max-width: 480px){.hero-content h1{font-size:2.22rem}.container{padding:0 1.25rem}.hero{min-height:90vh}}@media (max-width: 768px){.portfolio-img{height:400px!important}.portfolio-overlay{padding:2rem 1.5rem!important}.portfolio-title{font-size:1.4rem!important}}
