*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal-brand: #39928d;--teal-deep: #1a5c58;--teal-light: #e8f5f4;--teal-muted: #2d7a76;--cta-orange: #e8683a;--cta-orange-hover: #d4572b;--bg-warm: #faf8f5;--bg-sand: #f4f1ec;--bg-dark: #1a2e2d;--text-primary: #1a2e2d;--text-secondary: #4a5e5d;--text-light: #6b7f7e;--text-on-dark: #f0f7f6;--white: #ffffff;--border: #d4dedd;--error: #c0392b;--success: #27ae60;--shadow-sm: 0 1px 3px rgba(26,46,45,.08);--shadow-md: 0 4px 12px rgba(26,46,45,.1);--shadow-lg: 0 8px 32px rgba(26,46,45,.12);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--max-width: 1200px;--header-height: 72px}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Archivo,sans-serif;font-weight:400;line-height:1.6;color:var(--text-primary);background:var(--bg-warm);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:72px}@media (min-width: 768px){body{padding-bottom:0}}img{max-width:100%;height:auto;display:block}a{color:var(--teal-brand);text-decoration:none;transition:color .2s ease}a:hover{color:var(--teal-deep)}h1,h2,h3,h4,h5,h6{font-family:Fraunces,serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--teal-deep)}h1{font-size:clamp(2rem,5vw,3.052rem);font-weight:900}h2{font-size:clamp(1.6rem,4vw,2.441rem);font-weight:700}h3{font-size:clamp(1.3rem,3vw,1.953rem);font-weight:600}h4{font-size:clamp(1.1rem,2.5vw,1.563rem);font-weight:600}p{max-width:68ch;margin-bottom:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.container{padding:0 2rem}}.section{padding:3.5rem 0}@media (min-width: 768px){.section{padding:5rem 0}}.section--sand{background:var(--bg-sand)}.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}.section--dark h2,.section--dark h3,.section--dark h4{color:var(--white)}.section--teal{background:var(--teal-deep);color:var(--text-on-dark)}.section--teal h2,.section--teal h3{color:var(--white)}.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.grid-2{grid-template-columns:1fr 1fr;gap:3rem}}.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 600px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.grid-3{grid-template-columns:repeat(3,1fr)}}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.header-inner{padding:0 2rem}}.header-logo img{height:40px;width:auto}.header-phone{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;color:var(--teal-deep);padding:.5rem 1rem;border:2px solid var(--teal-brand);border-radius:var(--radius-sm);transition:all .2s ease}.header-phone:hover{background:var(--teal-brand);color:var(--white)}.header-phone svg{width:18px;height:18px}.header-nav{display:none;background:var(--bg-warm);border-bottom:1px solid var(--border)}@media (min-width: 900px){.header-nav{display:block}}.header-nav ul{display:flex;list-style:none;max-width:var(--max-width);margin:0 auto;padding:0 2rem;gap:0}.header-nav li a{display:block;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color .2s,border-color .2s;border-bottom:2px solid transparent}.header-nav li a:hover,.header-nav li a.active{color:var(--teal-deep);border-bottom-color:var(--teal-brand)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Archivo,sans-serif;font-weight:600;font-size:1rem;padding:.875rem 1.75rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1.2}.btn--primary{background:var(--cta-orange);color:var(--white);box-shadow:0 2px 8px #e8683a4d}.btn--primary:hover{background:var(--cta-orange-hover);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 16px #e8683a66}.btn--secondary{background:transparent;color:var(--teal-deep);border:2px solid var(--teal-brand)}.btn--secondary:hover{background:var(--teal-brand);color:var(--white)}.btn--white{background:var(--white);color:var(--teal-deep)}.btn--white:hover{background:var(--teal-light);color:var(--teal-deep)}.btn--large{padding:1rem 2.25rem;font-size:1.1rem}.hero{position:relative;overflow:hidden;background:var(--bg-dark);min-height:520px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;padding:4rem 1.25rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.hero-content{padding:5rem 2rem;grid-template-columns:1fr 1fr;min-height:560px}}.hero-text h1{color:var(--white);margin-bottom:1rem}.hero-text p{color:#ffffffd9;font-size:1.125rem;margin-bottom:1.5rem;max-width:50ch}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.trust-strip{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.85rem;color:#ffffffb3}.trust-strip span{display:flex;align-items:center;gap:.35rem}.trust-strip span:before{content:"✓";color:var(--teal-brand);font-weight:700}.quote-form-wrapper{background:var(--white);border-radius:var(--radius-md);padding:2rem 1.5rem;box-shadow:var(--shadow-lg)}.quote-form-wrapper h3{margin-bottom:.5rem;font-size:1.3rem}.quote-form-wrapper .form-subtitle{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.25rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem .9rem;font-family:Archivo,sans-serif;font-size:.95rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-warm);transition:border-color .2s,box-shadow .2s;color:var(--text-primary)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--teal-brand);box-shadow:0 0 0 3px #39928d1f}.form-group textarea{resize:vertical;min-height:80px}.form-group .error-msg{display:none;font-size:.8rem;color:var(--error);margin-top:.25rem}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:var(--error)}.form-group.has-error .error-msg{display:block}.form-submit-btn{width:100%;margin-top:.5rem}.problem-section .problem-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.problem-section .problem-grid{grid-template-columns:1.2fr 1fr}}.problem-section .problem-text h2{margin-bottom:1.25rem}.problem-section .problem-text p{color:var(--text-secondary)}.problem-section .problem-image{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.checklist{list-style:none;display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 600px){.checklist{grid-template-columns:1fr 1fr}}.checklist li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5}.checklist li:before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:2px;background:var(--teal-brand);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.process-steps{display:grid;grid-template-columns:1fr;gap:1.5rem;counter-reset:step}@media (min-width: 600px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.process-steps{grid-template-columns:repeat(4,1fr)}}.process-step{position:relative;padding:1.5rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-top:3px solid var(--teal-brand);counter-increment:step}.process-step:before{content:counter(step);display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--teal-light);color:var(--teal-deep);font-family:Fraunces,serif;font-weight:700;font-size:1.1rem;border-radius:50%;margin-bottom:.75rem}.process-step h4{font-size:1.05rem;margin-bottom:.4rem}.process-step p{font-size:.875rem;color:var(--text-secondary);margin-bottom:0}.featured-project{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.featured-project{grid-template-columns:1.3fr 1fr}}.featured-project-image{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-lg)}.featured-project-image img{width:100%;aspect-ratio:16/10;object-fit:cover}.project-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.project-meta-item{font-size:.85rem}.project-meta-item strong{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:.15rem}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 600px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--white);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:3px solid var(--teal-brand)}.review-stars{color:#f4b942;font-size:1rem;margin-bottom:.75rem}.review-card blockquote{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem;font-style:italic}.review-card cite{font-size:.8rem;font-style:normal;font-weight:600;color:var(--text-primary)}.reviews-link{margin-top:1.5rem;text-align:center}.service-area-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;list-style:none}@media (min-width: 600px){.service-area-list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 900px){.service-area-list{grid-template-columns:repeat(4,1fr)}}.service-area-list li{padding:.5rem 0;font-size:.95rem;border-bottom:1px solid var(--border)}.faq-list{max-width:800px}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Archivo,sans-serif;font-size:1rem;font-weight:600;color:var(--text-primary);gap:1rem}.faq-question:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--teal-brand);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-question:after{content:"−"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{padding-bottom:1.25rem;font-size:.9rem;color:var(--text-secondary);line-height:1.7}.service-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 600px){.service-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.service-grid{grid-template-columns:repeat(3,1fr)}}.service-card{position:relative;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .2s,box-shadow .2s;background:var(--white)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card-image{aspect-ratio:16/10;overflow:hidden}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.service-card:hover .service-card-image img{transform:scale(1.03)}.service-card-body{padding:1.25rem}.service-card-body h3{font-size:1.15rem;margin-bottom:.4rem}.service-card-body p{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem}.service-card-link{font-size:.875rem;font-weight:600;color:var(--teal-brand);display:inline-flex;align-items:center;gap:.3rem}.service-card-link:after{content:"→"}.stats-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}@media (min-width: 768px){.stats-bar{grid-template-columns:repeat(4,1fr)}}.stat-item{padding:1rem}.stat-number{font-family:Fraunces,serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;color:var(--teal-brand);line-height:1;margin-bottom:.3rem}.section--dark .stat-number,.section--teal .stat-number{color:var(--white)}.stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light)}.section--dark .stat-label,.section--teal .stat-label{color:#ffffffb3}.final-cta{text-align:center}.final-cta h2{margin-bottom:.75rem}.final-cta p{margin:0 auto 1.5rem;color:var(--text-secondary)}.final-cta .cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.site-footer{background:var(--bg-dark);color:var(--text-on-dark);padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}.footer-brand img{height:36px;margin-bottom:1rem}.footer-brand p{font-size:.875rem;color:#ffffffb3;max-width:35ch}.footer-links h4{color:var(--white);font-size:.9rem;margin-bottom:.75rem;font-family:Archivo,sans-serif;text-transform:uppercase;letter-spacing:.05em}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.4rem}.footer-links a{font-size:.875rem;color:#ffffffb3}.footer-links a:hover{color:var(--white)}.footer-contact p{font-size:.875rem;color:#ffffffb3;margin-bottom:.4rem}.footer-contact a{color:#ffffffd9}.footer-socials{display:flex;gap:.75rem;margin-top:1rem}.footer-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border-radius:50%;color:var(--white);font-size:.9rem;transition:background .2s}.footer-socials a:hover{background:var(--teal-brand)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.8rem;color:#ffffff80}.sticky-mobile-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;background:var(--white);border-top:1px solid var(--border);box-shadow:0 -2px 12px #0000001a;padding:.5rem;gap:.5rem}@media (min-width: 768px){.sticky-mobile-bar{display:none}}.sticky-mobile-bar a{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;text-align:center}.sticky-mobile-bar .bar-call{background:var(--teal-deep);color:var(--white)}.sticky-mobile-bar .bar-quote{background:var(--cta-orange);color:var(--white)}.thankyou-hero{text-align:center;padding:4rem 1.25rem;background:var(--teal-light)}.thankyou-hero h1{color:var(--teal-deep);margin-bottom:1rem}.thankyou-hero p{max-width:55ch;margin:0 auto 1.5rem;color:var(--text-secondary);font-size:1.1rem}.thankyou-next{background:var(--white);border-radius:var(--radius-md);padding:2rem;max-width:600px;margin:-2rem auto 0;position:relative;z-index:2;box-shadow:var(--shadow-lg);text-align:center}.thankyou-next h3{margin-bottom:1rem}.thankyou-next ul{list-style:none;text-align:left;margin-bottom:1.5rem}.thankyou-next li{padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.95rem;color:var(--text-secondary)}.thankyou-next li:before{content:"→";position:absolute;left:0;color:var(--teal-brand);font-weight:700}.method-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.method-content{grid-template-columns:1fr 1fr;align-items:start}}.method-content h2{margin-bottom:1rem}.method-content p{color:var(--text-secondary)}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
