:root{--green-primary:#4a7c3f;--green-dark:#2d5a27;--green-light:#6b9e3a;--green-pale:#e8f0e4;--green-accent:#3a6b30;--white:#fff;--off-white:#f5f5f0;--text-dark:#333;--text-body:#444;--text-light:#777;--card-bg:#ffffffd9;--card-shadow:0 4px 30px #00000026;--card-radius:16px;--card-blur:10px;--header-height:60px;--font-body:"Georgia", "Times New Roman", serif;--font-heading:"Georgia", "Times New Roman", serif;--font-nav:"Segoe UI", system-ui, -apple-system, sans-serif;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page-with-bg{min-height:calc(100vh - var(--header-height));background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;flex:1;align-items:center;padding:0 20px 40px;display:flex;position:relative}.page-with-bg:before{content:"";z-index:0;background:#0000001a;position:absolute;inset:0}.page-with-bg>*{z-index:1;position:relative}.page-with-bg.no-bg-image{background:linear-gradient(135deg,#6b9e3a 0%,#2d5a27 50%,#4a7c3f 100%)}.section-title-bar{text-align:center;width:280px;max-width:90%;font-family:var(--font-heading);color:var(--text-dark);letter-spacing:1px;background:linear-gradient(#e8eef0 0%,#d8dee2 100%);border:1px solid #c0c8cc;border-radius:4px;margin:24px auto 20px;padding:8px 24px;font-size:22px}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(var(--card-blur));border-radius:var(--card-radius);box-shadow:var(--card-shadow);text-align:justify;width:70%;max-width:800px;margin:0 auto;padding:40px 50px}.glass-card p{color:var(--text-body);margin-bottom:16px;font-size:15px;line-height:1.7}.glass-card p:last-child{margin-bottom:0}p.drop-cap,.home-content p.drop-cap,.glass-card p.drop-cap,p.home-cta,.home-content p.home-cta,.glass-card p.home-cta{font-size:20px}.drop-cap:first-letter{float:left;color:var(--green-dark);margin-top:4px;margin-right:4px;font-size:2.4em;font-weight:700;line-height:.8}@media (width<=1024px){.glass-card{width:85%;padding:30px 35px}}@media (width<=768px){.glass-card{width:95%;padding:24px 20px}.section-title-bar{width:220px;padding:6px 16px;font-size:18px}}.site-header{z-index:100;background:var(--white);border-bottom:2px solid var(--green-pale);position:sticky;top:0}.header-inner{max-width:var(--max-width);height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;padding:10px 24px;display:flex}.logo-area{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.logo-img{width:auto;height:54px;padding-right:20px}.logo-img-text{object-fit:contain;width:auto;height:24px}.logo-text{font-family:var(--font-heading);color:var(--green-dark);letter-spacing:2px;text-transform:uppercase;font-size:22px;font-weight:400}.main-nav{align-items:flex-end;gap:6px;display:flex}.nav-link{font-family:var(--font-nav);color:var(--text-dark);white-space:nowrap;background:url(/images/nav-button.png) bottom/100% 100% no-repeat;border:none;padding:8px 20px 10px;font-size:14px;transition:opacity .2s,color .2s}.nav-link:hover{opacity:.8}.nav-link.active{color:var(--white);background:url(/images/nav-button-active.png) bottom/100% 100% no-repeat}.hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:4px;display:none}.hamburger .bar{background:var(--green-dark);border-radius:2px;width:26px;height:3px;transition:transform .3s,opacity .3s;display:block}.hamburger.open .bar:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=900px){.nav-link{padding:6px 12px 8px;font-size:13px}.logo-text{letter-spacing:1px;font-size:18px}}@media (width<=768px){.hamburger{display:flex}.main-nav{top:var(--header-height);background:#fffffff7;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;padding:40px 0 0;display:none;position:fixed;bottom:0;left:0;right:0}.main-nav.show{display:flex}.nav-link{text-align:center;width:80%;padding:12px 40px 14px;font-size:18px}.logo-text{font-size:16px}.logo-img{height:34px}}.site-footer{text-align:center;color:var(--text-light);font-family:var(--font-nav);background:var(--white);border-top:1px solid var(--green-pale);padding:16px 20px;font-size:13px}.home-page{background:var(--white);flex-direction:column;flex:1;display:flex}.home-strip{width:100%;line-height:0;overflow:hidden}.home-strip img{object-fit:cover;width:100%;height:180px}.top-strip{background:linear-gradient(135deg,#c8e6c0 0%,#a8d5a0 50%,#88c580 100%);min-height:160px}.bottom-strip{background:linear-gradient(135deg,#6b9e3a 0%,#4a7c3f 50%,#3a6b30 100%);min-height:160px}.home-content{text-align:justify;max-width:750px;margin:0 auto;padding:36px 32px 40px}.home-heading{text-align:center;font-family:var(--font-heading);color:var(--green-dark);letter-spacing:.5px;margin-bottom:24px;font-size:28px;font-weight:400}.home-content p{color:var(--text-body);margin-bottom:16px;font-size:15px;line-height:1.7}.home-cta{text-align:left;color:var(--green-dark);margin-top:8px;font-style:italic}@media (width<=768px){.home-strip img{height:120px}.home-content{padding:24px 20px 32px}.home-heading{font-size:22px}}.products-page{background:linear-gradient(135deg,#c8e6c0 0%,#6b9e3a 50%,#4a7c3f 100%)}.products-carousel{flex:1;justify-content:center;align-items:center;gap:20px;width:100%;max-width:900px;padding:0 20px;display:flex}.carousel-card{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:280px;display:flex}.carousel-arrow{cursor:pointer;color:var(--white);text-shadow:0 2px 8px #0000004d;background:0 0;border:none;flex-shrink:0;padding:8px;font-size:48px;line-height:1;transition:opacity .2s}.carousel-arrow:hover{opacity:.7}.product-logo{max-width:320px;max-height:100px;margin-bottom:20px}.product-title{font-family:var(--font-heading);color:var(--green-dark);margin-bottom:16px;font-size:32px;font-weight:400}.fallback-title{font-size:28px}.product-subtitle{color:var(--text-body);text-align:center;font-size:16px}.carousel-dots{gap:10px;margin-top:16px;margin-bottom:30px;display:flex}.dot{border:2px solid var(--white);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;transition:background .2s}.dot.active{background:var(--white)}@media (width<=768px){.carousel-arrow{font-size:32px}.carousel-card{min-height:220px}.product-logo{max-width:200px}.product-title{font-size:24px}}.rnd-page{background:linear-gradient(135deg,#d4a0b0 0%,#8b5e6b 50%,#6b4050 100%)}.rnd-card{flex-direction:column;flex:1;max-height:400px;margin-top:10px;margin-bottom:40px;display:flex}.faq-page{background:linear-gradient(135deg,#d4d0a0 0%,#8b8e5e 50%,#6b704a 100%)}.faq-card{flex-direction:column;flex:1;max-height:400px;margin-top:10px;margin-bottom:40px;display:flex}.faq-question{color:var(--text-dark);font-size:17px;line-height:1.7}.about-page{background:linear-gradient(135deg,#c8e6c0 0%,#6b9e3a 50%,#4a7c3f 100%)}.about-card{margin-top:10px;margin-bottom:40px}.contact-page{background:linear-gradient(135deg,#6b9e3a 0%,#4a7c3f 50%,#2d5a27 100%)}.contact-card{flex-direction:column;flex:1;justify-content:flex-start;max-height:400px;margin-top:10px;margin-bottom:40px;padding-top:50px;display:flex}.contact-text{color:var(--green-dark);text-align:left;font-size:17px}.contact-email{color:var(--green-primary);text-decoration:underline;transition:color .2s}.contact-email:hover{color:var(--green-dark)}.main-content{flex-direction:column;flex:1;display:flex}
