:root{--green: #2d7a2d;--green-dark: #1b561b;--green-light: #4aa84a;--black: #111111;--white: #ffffff;--gray-light: #f5f6f5;--gray-mid: #e4e8e4;--text: #1a1a1a;--text-muted: #555555;--nav-height: 84px;--radius: 6px;--shadow: 0 2px 16px rgba(0, 0, 0, .1);--shadow-md: 0 4px 32px rgba(0, 0, 0, .14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background-color:var(--white);color:var(--text);line-height:1.6}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}a{color:inherit;text-decoration:none}.app{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.btn-primary{display:inline-block;background-color:var(--green);color:var(--white);padding:.85rem 2.2rem;border-radius:var(--radius);font-size:1rem;font-weight:600;letter-spacing:.02em;transition:background-color .2s,transform .15s;cursor:pointer;border:none;font-family:inherit}.btn-primary:hover{background-color:var(--green-dark);transform:translateY(-1px)}.btn-primary.btn-full{width:100%;text-align:center}.btn-white{display:inline-block;background-color:var(--white);color:var(--green-dark);padding:.85rem 2.2rem;border-radius:var(--radius);font-size:1rem;font-weight:700;letter-spacing:.02em;transition:background-color .2s,transform .15s;cursor:pointer;border:none;font-family:inherit}.btn-white:hover{background-color:var(--gray-light);transform:translateY(-1px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#00000085;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);max-width:1100px;margin:0 auto;padding:0 1.5rem}.navbar-logo{display:flex;align-items:center;cursor:pointer;border:none;background:none;padding:0}.navbar-logo-img{height:68px;width:auto;display:block}.navbar-links{display:flex;align-items:center;gap:.5rem}.nav-link{color:#ffffffd9;font-size:.95rem;font-weight:500;padding:.5rem .9rem;border-radius:var(--radius);transition:color .2s;cursor:pointer;border:none;background:none;font-family:inherit}.nav-link:hover,.nav-link.active{color:var(--green-light)}.btn-hero{display:inline-block;background:var(--green-light);color:var(--white);padding:.85rem 2.4rem;border-radius:3px;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;font-family:inherit;transition:background .2s,transform .15s}.btn-hero:hover{background:var(--green);transform:translateY(-1px)}.btn-dark{display:inline-block;background:var(--green-light);color:var(--white);padding:.75rem 1.8rem;border-radius:3px;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;font-family:inherit;margin-top:.5rem;transition:background .2s}.btn-dark:hover{background:var(--green)}.hero{position:relative;min-height:100vh;background-color:var(--green-dark);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085}.hero-content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--white);max-width:700px;padding:calc(var(--nav-height) + 2rem) 1.5rem 3rem}.hero-eyebrow{display:block;text-transform:uppercase;letter-spacing:.18em;font-size:.82rem;font-weight:600;color:var(--green-light);margin-bottom:1rem}.hero-title{font-size:clamp(2.8rem,7vw,5rem);font-weight:800;font-family:Big Shoulders Display,sans-serif;line-height:1.1;margin-bottom:1rem;letter-spacing:.04em}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#ffffffd1;margin-bottom:2rem;letter-spacing:.04em}.hero-about-wrap{position:relative;z-index:2;width:100%;padding:0 1.5rem;display:flex;justify-content:center}.section{padding:5rem 0}.section--white{background:var(--white)}.section--gray{background:var(--gray-light)}.section-eyebrow{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:700;color:var(--green);margin-bottom:.6rem}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;color:var(--black);margin-bottom:.75rem;line-height:1.2}.section-subtitle{font-size:1.05rem;color:var(--text-muted);margin-bottom:3rem;max-width:560px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.5rem}.service-card{background:var(--white);border:1px solid var(--gray-mid);border-radius:var(--radius);padding:2rem 1.75rem;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.service-card-accent{width:40px;height:4px;background:var(--green);border-radius:2px;margin-bottom:1.2rem}.service-card h3{font-size:1.2rem;font-weight:700;color:var(--black);margin-bottom:.6rem}.service-card p{font-size:.95rem;color:var(--text-muted);line-height:1.65}.about-card{max-width:900px;margin:0 auto;background:var(--white);box-shadow:0 4px 40px #0000001f;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.about-card-image{position:relative;min-height:340px;padding:1.25rem;display:flex;align-items:center;justify-content:center}.about-card-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.about-card-text{padding:2.5rem 2.2rem;display:flex;flex-direction:column;justify-content:center}.about-card-text h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;color:var(--black);margin-bottom:1rem;line-height:1.25}.about-card-text h2 strong{font-weight:800}.about-card-text p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:2.5rem}.gallery-pair{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.5rem}.gallery-pair .gallery-label{grid-column:1 / -1;text-align:center;font-weight:600;font-size:.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.3rem}.gallery-img-wrap{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:4/3;background:var(--gray-mid)}.gallery-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-img-wrap:hover img{transform:scale(1.04)}.gallery-badge{position:absolute;top:.6rem;left:.6rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .6rem;border-radius:3px}.gallery-badge--before{background:#000000a6;color:var(--white)}.gallery-badge--after{background:var(--green);color:var(--white)}.cta-banner{background:var(--green-dark);color:var(--white);text-align:center;padding:5rem 1.5rem}.cta-banner h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem}.cta-banner p{font-size:1.05rem;color:#fffc;margin-bottom:2rem}.contact-page{flex:1}.page-header{position:relative;height:320px;background:var(--black);display:flex;align-items:center;justify-content:center;text-align:center;padding-top:var(--nav-height)}.page-header-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.page-header-content{position:relative;z-index:1;color:var(--white)}.page-header-content h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;margin-bottom:.5rem}.page-header-content p{font-size:1.1rem;color:#ffffffbf}.contact-container{display:grid;grid-template-columns:1.4fr 1fr;gap:4rem;align-items:start}.contact-form-wrap h2{font-size:1.75rem;font-weight:800;margin-bottom:.4rem}.contact-form-wrap>p{color:var(--text-muted);margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.88rem;font-weight:600;color:var(--text)}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1.5px solid var(--gray-mid);border-radius:var(--radius);font-size:.97rem;font-family:inherit;color:var(--text);background:var(--white);transition:border-color .2s;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green)}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-success{text-align:center;padding:3rem 1.5rem;background:var(--gray-light);border-radius:var(--radius)}.form-success-icon{width:60px;height:60px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 1rem}.form-success h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.form-success p{color:var(--text-muted)}.contact-info{padding:2.5rem;background:var(--gray-light);border-radius:10px}.contact-info h2{font-size:1.5rem;font-weight:800;margin-bottom:1.75rem}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.info-icon{width:38px;height:38px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}.info-item>div{display:flex;flex-direction:column;gap:.2rem}.info-item strong{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text)}.info-item a,.info-item span{font-size:.95rem;color:var(--text-muted)}.info-item a:hover{color:var(--green)}.contact-social{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gray-mid)}.contact-social h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.9rem;color:var(--text)}.social-btn{display:inline-block;padding:.55rem 1.2rem;border-radius:var(--radius);font-size:.88rem;font-weight:600;margin-right:.5rem;margin-bottom:.5rem;transition:opacity .2s}.social-btn:hover{opacity:.85}.social-btn--facebook{background:#1877f2;color:var(--white)}.social-btn--instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:var(--white)}.footer{background:var(--black);color:#ffffffbf}.footer-container{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding:3.5rem 1.5rem}.footer-logo-img{height:56px;width:auto;display:block;margin-bottom:.75rem}.footer-brand p{font-size:.9rem;line-height:1.6}.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:.2rem}.footer-nav h4,.footer-contact h4{color:var(--white);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.footer-link{display:block;font-size:.9rem;color:#ffffffa6;padding:.2rem 0;transition:color .2s;cursor:pointer;border:none;background:none;font-family:inherit;text-align:left}.footer-link:hover{color:var(--green-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:1.25rem 1.5rem;font-size:.82rem;color:#fff6}@media(max-width:768px){.about-card{grid-template-columns:1fr}.about-card-image{min-height:240px}.gallery-grid{grid-template-columns:1fr}.gallery-pair{grid-template-columns:1fr 1fr}.contact-container{grid-template-columns:1fr;gap:2.5rem}.footer-container{grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.5rem}}@media(max-width:480px){.gallery-pair,.services-grid{grid-template-columns:1fr}}
