:root{--green-primary:#2d5016;--green-light:#4a7c59;--green-accent:#a8e6cf;--cream:#f7f5f3;--warm-white:#fefcf8;--text-dark:#2c2c2c;--text-gray:#666;--shadow:0 2px 8px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background:var(--warm-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4{color:var(--green-primary);margin-bottom:1rem;font-weight:600;line-height:1.3}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2.25rem)}h3{font-size:1.25rem}p{color:var(--text-gray);margin-bottom:1rem;line-height:1.7}strong{color:var(--green-primary)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-header{background:var(--warm-white);z-index:100;border-bottom:1px solid #e5e5e5;position:fixed;top:0;left:0;right:0}.nav-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{color:var(--green-primary);font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-link{color:var(--text-gray);border-bottom:2px solid #0000;padding:.5rem 0;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:var(--green-primary);border-bottom-color:var(--green-accent)}.nav-cta{background:var(--green-primary);color:#fff;border-bottom:none;border-radius:6px;padding:.75rem 1.5rem}.nav-cta:hover{background:var(--green-light);color:#fff}.main-content{margin-top:80px}.hero{background:linear-gradient(135deg,var(--warm-white)0%,var(--cream)100%);align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at center,var(--green-accent)0%,transparent 60%);opacity:.1;width:120%;height:120%;animation:15s ease-in-out infinite float;position:absolute;top:-50%;right:-20%}.hero-content{text-align:center;z-index:1;max-width:1000px;margin:0 auto;padding:4rem 2rem;position:relative}.hero-badge{background:var(--green-primary);color:#fff;box-shadow:var(--shadow);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.hero-title{color:var(--green-primary);margin-bottom:1.5rem;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:700;line-height:1.2}.hero-subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,3vw,1.4rem);line-height:1.6}.hero-actions{flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}.hero-primary-cta{background:var(--green-primary);color:#fff;box-shadow:var(--shadow);cursor:pointer;border:none;border-radius:50px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.hero-primary-cta:hover{background:var(--green-light);transform:translateY(-2px);box-shadow:0 8px 25px #2d50164d}.hero-features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin-top:4rem;margin-left:auto;margin-right:auto;display:grid}.hero-feature{backdrop-filter:blur(10px);background:#fffc;border:1px solid #a8e6cf4d;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;transition:all .3s;display:flex}.hero-feature:hover{box-shadow:var(--shadow);background:#fff;transform:translateY(-4px)}.hero-feature-icon{background:var(--green-accent);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:2.5rem;display:flex}.hero-feature-title{color:var(--green-primary);margin:0;font-size:1.1rem;font-weight:600}.hero-feature-text{color:var(--text-gray);text-align:center;margin:0;font-size:.9rem}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}.btn{background:var(--green-primary);color:#fff;border:2px solid var(--green-primary);border-radius:6px;margin:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn:hover{background:var(--green-light);border-color:var(--green-light)}.btn-outline{color:var(--green-primary);background:0 0}.btn-outline:hover{background:var(--green-primary);color:#fff}.feature-section,.services-section,.about-section,.philosophy-section,.testimonials-section{padding:4rem 0}.bg-light{background:var(--cream)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:3rem 0;display:grid}.service-card{box-shadow:var(--shadow);border-top:4px solid var(--green-accent);background:#fff;border-radius:8px;padding:2rem;position:relative}.service-number{background:var(--green-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;display:flex;position:absolute;top:-15px;right:20px}.card-icon{margin-bottom:1rem;font-size:2rem}.card-title{color:var(--green-primary);margin-bottom:1rem}.about-grid{grid-template-columns:1fr 1.5fr;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.about-image{box-shadow:var(--shadow);border-radius:8px;overflow:hidden}.about-image img{width:100%;height:auto;display:block}.about-highlight{background:var(--green-accent);color:var(--green-primary);border-radius:12px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.lead{color:var(--green-primary);font-size:1.1rem;font-weight:500}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0;display:grid}.feature-item,.philosophy-item{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:1.5rem}.feature-icon,.philosophy-icon{margin-bottom:1rem;font-size:2.5rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0;display:grid}.testimonial-card{box-shadow:var(--shadow);border-left:4px solid var(--green-primary);background:#fff;border-radius:8px;padding:2rem}.testimonial-content p{margin-bottom:1.5rem;font-style:italic}.testimonial-author strong{color:var(--green-primary);display:block}.testimonial-rating{color:var(--green-accent);margin-top:1rem;font-size:1.1rem}.cta-section{background:var(--green-primary);color:#fff;text-align:center;padding:4rem 0}.cta-title{color:#fff;margin-bottom:1rem;font-size:2rem}.cta-description{color:#ffffffe6;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-button{color:var(--green-primary);background:#fff;border-color:#fff}.cta-button:hover{background:var(--cream)}.cta-content{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.modern-footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-main h3{color:#fff;margin-bottom:1rem}.footer-tagline{color:#fffc;margin-bottom:1.5rem}.social-links{gap:1rem;display:flex}.social-link{color:#fffc;background:#ffffff1a;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s}.social-link:hover{background:var(--green-primary);color:#fff}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1rem}.footer-links{list-style:none}.footer-links a,.contact-info a{color:#ffffffb3;line-height:2;text-decoration:none}.footer-links a:hover,.contact-info a:hover{color:var(--green-accent)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:#fff9;text-decoration:none}.footer-legal a:hover{color:var(--green-accent)}.footer-brand{color:#ffffff80;font-size:.9rem}.text-center,.text-center p{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.eco-friendly-tag{color:var(--green-primary);font-weight:500}.eco-friendly-tag:before{content:"🌱 ";margin-right:.25rem}.highlight-green{background:linear-gradient(120deg,transparent 0%,var(--green-accent)50%,transparent 100%);padding:.1rem .3rem}.value-badge,.value-item{border:2px solid var(--green-accent);color:var(--green-primary);background:#fff;border-radius:25px;align-items:center;gap:.5rem;margin:.5rem;padding:.75rem 1.25rem;font-weight:600;display:inline-flex}.hero-values,.value-props,.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;display:flex}.stats-row{flex-wrap:wrap;justify-content:center;gap:3rem;margin:2rem 0;display:flex}.stat-item{text-align:center}.stat-number{color:var(--green-primary);font-size:2.5rem;font-weight:700;display:block}.credentials{flex-direction:column;gap:1rem;margin:2rem 0;display:flex}.credential-item{background:var(--green-accent);border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.cred-icon{font-size:2rem}.process-timeline{max-width:600px;margin:0 auto}.process-step{align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.step-number{background:var(--green-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.service-features,.service-highlights,.feature-list{margin:1rem 0;padding:0;list-style:none}.service-features li,.service-highlights li,.feature-list li{color:var(--text-gray);padding:.25rem 0}.benefits-grid,.reasons-grid,.philosophy-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0;display:grid}.benefit-card,.reason-card{box-shadow:var(--shadow);text-align:center;border-top:4px solid var(--green-primary);background:#fff;border-radius:8px;padding:2rem}.benefit-card ul{text-align:left;margin:1rem 0;padding-left:1rem}.benefit-card li{color:var(--text-gray);margin:.5rem 0;line-height:1.5}.reason-number,.benefit-icon{color:var(--green-primary);margin-bottom:1rem;font-size:2.5rem;display:block}.restaurant-why-section{max-width:800px;margin:0 auto}.why-content{text-align:center;margin-bottom:3rem}.why-content h3{margin-bottom:1rem;font-size:1.5rem}.experience-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.experience-item{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:2rem;transition:all .2s}.experience-item:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000026}.exp-icon{margin-bottom:1rem;font-size:3rem;display:block}.experience-item h4{color:var(--green-primary);margin-bottom:.5rem;font-size:1.1rem}.experience-item p{color:var(--text-gray);margin:0}.approach-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.approach-item{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:2rem;transition:all .2s}.approach-item:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000026}.approach-icon{margin-bottom:1rem;font-size:3rem;display:block}.approach-item h4{color:var(--green-primary);margin-bottom:.5rem;font-size:1.1rem}.approach-item p{color:var(--text-gray);margin:0}@media (width<=768px){.container{padding:0 1rem}.nav-content{flex-direction:column;gap:1rem;padding:1rem}.nav-menu{text-align:center;flex-direction:column;gap:1rem}.hero{padding:3rem 0}.about-grid{text-align:center;grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.footer-content{text-align:center;grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.stats-row,.hero-values,.value-props{flex-direction:column;align-items:center}.process-step{text-align:center;flex-direction:column}.experience-grid,.approach-grid{grid-template-columns:1fr}.hero{min-height:60vh;padding:2rem 0}.hero-content{padding:2rem 1rem}.hero-features{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.hero-feature{padding:1.5rem 1rem}}