@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-dark:#1a5c2e;--green-mid:#2e7d46;--green-light:#8ab87a;--green-pale:#c8e6c0;--green-bg:#f0f7ed;--white:#fff;--off-white:#f8faf7;--text-dark:#1c2b1e;--text-mid:#4a4a4a;--text-light:#777;--font-script:"Dancing Script", cursive;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Poppins", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-dark);background:var(--white);margin:0;overflow-x:hidden}#root{width:100%}img{max-width:100%;display:block}a{text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2}.section-header{text-align:center;margin-bottom:60px}.section-header h2{color:var(--green-dark);margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.section-header p{max-width:680px;color:var(--text-mid);margin:0 auto;font-size:1rem;line-height:1.7}.btn-primary{background:var(--green-dark);color:var(--white);font-family:var(--font-sans);cursor:pointer;border-radius:4px;padding:14px 32px;font-size:.95rem;font-weight:500;transition:background .25s;display:inline-block}.btn-primary:hover{background:var(--green-mid)}.btn-secondary{background:var(--green-light);color:var(--text-dark);border-radius:4px;padding:14px 32px;font-size:.95rem;font-weight:500;transition:background .25s,color .25s;display:inline-block}.btn-secondary:hover{background:var(--green-dark);color:var(--white)}.btn-white{background:var(--white);color:var(--green-dark);border-radius:4px;margin-top:24px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:background .25s,color .25s;display:inline-block}.btn-white:hover{background:var(--green-pale)}.navbar{z-index:1000;background:var(--white);transition:box-shadow .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #0000000f}.navbar--scrolled{box-shadow:0 4px 20px #0000001a}.nav-container{align-items:center;gap:40px;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.logo{color:var(--green-dark);flex-direction:column;flex-shrink:0;line-height:1;display:flex}.logo-img{width:auto;height:50px;display:block}.logo-sub{letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);font-size:.6rem;font-family:var(--font-sans);text-align:center}.nav-links{flex:1;justify-content:center;gap:32px;margin:0;padding:0;display:flex}.nav-links li a{color:var(--green-dark);padding:4px 0;font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.nav-links li a:after{content:"";background:var(--green-mid);height:2px;transition:transform .25s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.nav-links li a:hover{color:var(--green-mid)}.nav-links li a:hover:after{transform:scaleX(1)}.nav-actions{flex-shrink:0;gap:12px;display:flex}.btn-login{border:1.5px solid var(--green-dark);color:var(--green-dark);font-size:.9rem;font-weight:500;font-family:var(--font-sans);border-radius:4px;justify-content:center;align-items:center;padding:9px 24px;transition:background .2s,color .2s;display:inline-flex}.btn-login:hover{background:var(--green-bg)}.btn-booking{background:var(--green-dark);color:var(--white);font-size:.9rem;font-weight:500;font-family:var(--font-sans);border-radius:4px;justify-content:center;align-items:center;padding:9px 24px;transition:background .2s;display:inline-flex}.btn-booking:hover{background:var(--green-mid)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:6px;display:none}.hamburger span{background:var(--green-dark);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.nav-links{background:var(--white);border-top:1px solid var(--green-pale);opacity:0;pointer-events:none;flex-direction:column;gap:0;padding:16px 0;transition:transform .3s,opacity .3s;position:fixed;top:72px;left:0;right:0;transform:translateY(-100%);box-shadow:0 8px 20px #00000014}.nav-links--open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links li a{padding:12px 24px;display:block}.nav-actions{display:none}.hamburger{display:flex}}.hero{align-items:center;gap:60px;max-width:1200px;min-height:100vh;margin:0 auto;padding:100px 24px 60px;display:flex}.hero-content{flex:1;max-width:560px}.hero-tag{background:var(--green-bg);color:var(--green-dark);letter-spacing:.05em;font-size:.85rem;font-weight:600;font-family:var(--font-sans);border-radius:20px;margin-bottom:20px;padding:6px 14px;display:inline-block}.hero-title{color:var(--green-dark);margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.1}.hero-desc{color:var(--text-mid);font-size:1.05rem;line-height:1.75;font-family:var(--font-sans);margin-bottom:36px}.hero-btns{flex-wrap:wrap;gap:16px;display:flex}.hero-btns .btn-primary,.hero-btns .btn-secondary{border-radius:0 50px 50px;padding:14px 36px}.hero-image{border-radius:24px;flex:1;max-width:540px;overflow:hidden;box-shadow:0 24px 60px #1a5c2e26}.hero-image img{object-fit:cover;width:100%;height:480px}@media (width<=768px){.hero{text-align:center;flex-direction:column;min-height:auto;padding-top:110px}.hero-btns{justify-content:center}.hero-image{max-width:100%}.hero-image img{height:300px}}.welcome{grid-template-columns:1fr 1fr;min-height:500px;display:grid}.welcome-image{position:relative;overflow:hidden}.welcome-image img{object-fit:cover;width:100%;height:100%}.welcome-overlay{background:#8ab87a59;position:absolute;inset:0}.welcome-text{background:var(--green-dark);color:var(--white);flex-direction:column;justify-content:center;padding:80px 60px;display:flex}.welcome-text h2{color:var(--white);margin-bottom:24px;font-size:clamp(1.8rem,3vw,2.8rem)}.welcome-text p{color:#ffffffd9;font-size:.98rem;line-height:1.8;font-family:var(--font-sans)}.welcome-sub{margin-top:14px;color:#ffffffb3!important;font-size:.88rem!important}@media (width<=768px){.welcome{grid-template-columns:1fr}.welcome-image{min-height:300px}.welcome-text{padding:50px 30px}}.vegan-meaning{align-items:center;gap:80px;max-width:1200px;margin:0 auto;padding:100px 24px;display:flex}.vegan-image{border-radius:20px;flex:0 0 400px;overflow:hidden;box-shadow:0 16px 48px #1a5c2e1f}.vegan-image img{object-fit:cover;width:100%;height:520px}.vegan-features{flex:1}.vegan-features h2{color:var(--green-dark);margin-bottom:20px;font-size:clamp(1.8rem,3vw,2.5rem)}.vegan-intro{color:var(--text-mid);margin-bottom:40px;font-size:.97rem;line-height:1.75}.features-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.feature-item{align-items:flex-start;gap:14px;display:flex}.feature-icon{background:var(--green-dark);width:48px;height:48px;color:var(--white);border-radius:50% 50% 50% 0;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.feature-item h4{font-family:var(--font-serif);color:var(--green-dark);margin-bottom:6px;font-size:1rem}.feature-item p{color:var(--text-mid);font-size:.85rem;line-height:1.6;font-family:var(--font-sans)}@media (width<=900px){.vegan-meaning{flex-direction:column;gap:48px}.vegan-image{flex:none;width:100%}.vegan-image img{height:320px}}@media (width<=500px){.features-grid{grid-template-columns:1fr}}.menu-section{background:var(--off-white);padding:100px 24px}.menu-tabs{flex-wrap:wrap;justify-content:center;gap:10px;max-width:1100px;margin:0 auto 48px;display:flex}.menu-tab{border:2px solid var(--green-pale);background:var(--white);color:var(--text-mid);font-family:var(--font-sans);cursor:pointer;border-radius:30px;align-items:center;gap:6px;padding:10px 20px;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.menu-tab:hover{border-color:var(--green-mid);color:var(--green-dark)}.menu-tab--active{background:var(--green-dark);border-color:var(--green-dark);color:var(--white)}.tab-icon{font-size:1rem}.menu-items-panel{background:var(--white);border-radius:20px;max-width:900px;margin:0 auto;padding:40px;box-shadow:0 8px 40px #1a5c2e1a}.menu-items-header{border-bottom:2px solid var(--green-pale);align-items:center;gap:14px;margin-bottom:32px;padding-bottom:20px;display:flex}.panel-icon{background:var(--green-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex}.menu-items-header h3{color:var(--green-dark);font-size:1.5rem}.menu-items-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px 24px;display:grid}.menu-item{font-family:var(--font-sans);color:var(--text-mid);border-bottom:1px dashed var(--green-pale);align-items:center;gap:10px;padding:8px 0;font-size:.93rem;transition:color .2s;display:flex}.menu-item:hover{color:var(--green-dark)}.menu-item-dot{background:var(--green-mid);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (width<=600px){.menu-items-panel{padding:24px}.menu-items-grid{grid-template-columns:1fr}}.organic-banner{background:url(https://images.unsplash.com/photo-1540420773420-3366772f4999?auto=format&fit=crop&w=1400&q=80) 50%/cover no-repeat;align-items:center;min-height:400px;display:flex;position:relative}.organic-overlay{background:#8ab87aa6;position:absolute;inset:0}.organic-content{z-index:1;max-width:560px;padding:80px 24px 80px 80px;position:relative}.organic-content h3{font-family:var(--font-sans);color:var(--green-dark);margin-bottom:12px;font-size:1.6rem;font-weight:600}.organic-highlight{background:var(--green-dark);margin-bottom:24px;padding:8px 20px;display:inline-block}.organic-highlight h2{color:var(--white);font-size:clamp(1.6rem,3vw,2.2rem)}.organic-content p{color:var(--text-dark);font-size:.97rem;line-height:1.75;font-family:var(--font-sans);margin-bottom:28px}@media (width<=600px){.organic-content{padding:60px 24px}}.why-us{align-items:center;gap:80px;max-width:1200px;margin:0 auto;padding:100px 24px;display:flex}.why-images{flex:0 0 440px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;display:grid}.why-img img{object-fit:cover;width:100%;height:200px}.why-img-tl img{border-radius:50% 16px 16px}.why-img-tr img{border-radius:16px 50% 16px 16px}.why-img-bl img{border-radius:16px 16px 16px 50%}.why-img-br img{border-radius:16px 16px 50%}.why-content{flex:1}.why-content h2{color:var(--green-dark);margin-bottom:18px;font-size:clamp(1.8rem,3vw,2.5rem)}.why-content>p{color:var(--text-mid);font-size:.97rem;line-height:1.75;font-family:var(--font-sans);margin-bottom:40px}.progress-bars{flex-direction:column;gap:24px;display:flex}.progress-label{color:var(--text-dark);font-size:.9rem;font-weight:500;font-family:var(--font-sans);justify-content:space-between;margin-bottom:8px;display:flex}.progress-track{background:#e0e0e0;border-radius:4px;height:10px;overflow:hidden}.progress-fill{background:var(--green-dark);border-radius:4px;width:0;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.progress-fill--light{background:var(--green-light)}@media (width<=900px){.why-us{flex-direction:column;gap:48px}.why-images{flex:none;width:100%;max-width:440px;margin:0 auto}}@media (width<=480px){.why-img img{height:140px}}.services{background:var(--off-white);padding:100px 24px}.services-cards{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto;display:grid}.service-card{border-radius:40px 8px;padding:50px 36px 40px;transition:transform .3s,box-shadow .3s;position:relative}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #1a5c2e26}.service-card--dark{background:var(--green-light)}.service-card--mid{background:var(--green-pale)}.service-card--light{background:var(--white);box-shadow:0 4px 24px #0000000f}.service-icon{background:var(--green-dark);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:1.6rem;display:flex}.service-card h3{color:var(--text-dark);margin-bottom:14px;font-size:1.2rem}.service-card p{color:var(--text-mid);font-size:.9rem;line-height:1.7;font-family:var(--font-sans);margin-bottom:20px}.service-link{color:var(--text-dark);font-size:.9rem;font-weight:600;font-family:var(--font-sans);transition:color .2s}.service-link:hover{color:var(--green-dark)}@media (width<=768px){.services-cards{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.footer{background:var(--green-light);color:var(--text-dark)}.footer-top{flex-wrap:wrap;gap:60px;max-width:1200px;margin:0 auto;padding:80px 24px 48px;display:flex}.footer-brand{flex:1;min-width:280px}.footer-logo{flex-direction:column;margin-bottom:20px;line-height:1;display:flex}.logo-script{font-family:var(--font-script);color:var(--green-dark);font-size:2.2rem;line-height:1}.logo-sub,.logo-sub-footer{letter-spacing:.15em;text-transform:uppercase;color:var(--green-dark);font-size:.6rem;font-family:var(--font-sans)}.footer-brand p{color:var(--text-dark);font-size:.9rem;line-height:1.7;font-family:var(--font-sans);margin-bottom:24px}.footer-contact-row{font-size:.88rem;font-family:var(--font-sans);color:var(--text-dark);flex-direction:column;gap:8px;display:flex}.footer-links{flex-wrap:wrap;gap:48px;display:flex}.footer-col h5{font-family:var(--font-sans);color:var(--text-dark);letter-spacing:.05em;margin-bottom:20px;font-size:.95rem;font-weight:600}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col ul li a{color:var(--text-dark);font-size:.88rem;font-family:var(--font-sans);opacity:.85;transition:color .2s}.footer-col ul li a:hover{opacity:1;color:var(--green-dark)}.footer-bottom{border-top:1px solid #1a5c2e33;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:24px;display:flex}.footer-bottom p{color:var(--text-dark);font-size:.85rem;font-family:var(--font-sans);opacity:.8}.social-icons{gap:12px;display:flex}.social-icons a{width:36px;height:36px;color:var(--text-dark);font-size:.75rem;font-weight:700;font-family:var(--font-sans);background:#1a5c2e26;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.social-icons a:hover{background:var(--green-dark);color:var(--white)}
