@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Lato:wght@300;400&display=swap";*{padding:0;margin:0;box-sizing:border-box}.header{display:flex;align-items:center;justify-content:space-between;background-color:#f8f8f8;padding:15px 30px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center}.header-logo{width:150px;transition:transform .3s ease;cursor:pointer}.header-logo:hover{transform:scale(1.05)}.nav-links{display:flex;align-items:center;gap:25px;padding-right:20px}.nav-link{text-decoration:none;color:#2d5016;padding:10px 20px;border-radius:8px;font-weight:500;font-size:16px;position:relative;transition:all .3s ease}.nav-link:hover{background-color:#2d50161a;transform:translateY(-2px)}.nav-link.active{background-color:#2d5016;color:#f8f8f8;font-weight:600}.nav-link:after{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#6b8e23,#2d5016);transition:width .3s ease}.nav-link:hover:after{width:80%}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;z-index:200}.hamburger span{display:block;width:100%;height:2px;background-color:#2d5016;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}main{min-height:calc(100vh - 100px);padding:20px}@media(max-width:768px){.header{flex-wrap:wrap;padding:15px 20px}.hamburger{display:flex}.nav-links{display:none;width:100%;flex-direction:column;align-items:stretch;gap:6px;padding:10px 0 6px}.nav-links.nav-open{display:flex}.nav-link{text-align:center;padding:12px 20px;font-size:15px}.nav-link:hover{transform:none}.header-logo{width:120px}}.footer{background:linear-gradient(to bottom,#f8f8f8,#e8e8e0);padding:0 20px 30px;margin-top:80px;text-align:center;position:relative}.olive-branch-decoration{width:100%;height:60px;overflow:hidden;margin-bottom:30px}.olive-branch-svg{width:100%;height:100%;opacity:.8}.footer-logo-section{margin-bottom:40px}.footer-logo{width:200px;margin-bottom:15px;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.05)}.footer-tagline{color:#2d5016;font-size:18px;font-weight:500;font-style:italic}.footer-content{max-width:800px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(2,1fr);gap:60px}.footer-column h3{color:#2d5016;font-size:20px;font-weight:600;margin-bottom:20px;position:relative;display:inline-block}.footer-column h3:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent,#6B8E23,transparent)}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#4a4a4a;text-decoration:none;font-size:15px;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#2d5016;transform:translate(5px)}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-contact p{color:#4a4a4a;font-size:15px;display:flex;align-items:center;justify-content:center;gap:10px}.footer-contact span{font-size:18px}.footer-social{display:flex;justify-content:center;gap:20px;margin-bottom:30px}.footer-social a{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2d5016;box-shadow:0 4px 10px #0000001a;transition:all .3s ease}.footer-social a:hover{background:#2d5016;color:#fff;transform:translateY(-5px);box-shadow:0 6px 15px #2d50164d}.footer-bottom{padding-top:25px;border-top:1px solid #D0D0D0}.footer-bottom p{color:#4a4a4a;font-size:14px;margin:10px}@media(max-width:768px){.footer{padding:0 15px 20px;margin-top:60px}.footer-logo{width:160px}.footer-tagline{font-size:16px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-column h3{font-size:18px}.footer-social a{width:45px;height:45px}}.about-page{max-width:1100px;margin:0 auto;padding:0 2rem}.about-eyebrow{font-family:Lato,sans-serif;font-size:11px;font-weight:400;letter-spacing:2.5px;text-transform:uppercase;color:#8a9e6e;margin:0 0 10px}.about-hero{padding:80px 0 60px;max-width:700px}.about-hero-title{font-family:Playfair Display,serif;font-size:48px;font-weight:400;line-height:1.2;color:#2c2c1e;margin:0 0 24px}.about-hero-title em{font-style:italic;color:#6b8c50}.about-hero-text{font-family:Lato,sans-serif;font-size:16px;font-weight:300;line-height:1.9;color:#5a5647;margin:0}.about-hero-line{width:60px;height:2px;background-color:#6b8c50;margin-top:40px;opacity:.6}.about-section-header{margin-bottom:40px}.about-section-title{font-family:Playfair Display,serif;font-size:32px;font-weight:400;color:#2c2c1e;margin:0}.about-values{padding:60px 0;border-top:.5px solid #e0dbd0}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.about-value-card{padding:28px 24px;border:.5px solid #d8d3c8;border-radius:12px;background-color:#faf8f3;transition:transform .2s ease,box-shadow .2s ease}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3c372814}.value-icon{font-size:28px;display:block;margin-bottom:14px}.about-value-card h3{font-family:Playfair Display,serif;font-size:17px;font-weight:500;color:#2c2c1e;margin:0 0 10px}.about-value-card p{font-family:Lato,sans-serif;font-size:13.5px;font-weight:300;line-height:1.8;color:#5a5647;margin:0}.about-markets{padding:60px 0 80px;border-top:.5px solid #e0dbd0}.about-markets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.about-market-card{border:.5px solid #d8d3c8;border-radius:12px;background-color:#faf8f3;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.about-market-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3c372814}.market-day{background-color:#6b8c50;color:#faf8f3;font-family:Lato,sans-serif;font-size:11px;font-weight:400;letter-spacing:2px;text-transform:uppercase;padding:10px 18px}.market-info{padding:20px 18px;display:flex;flex-direction:column;justify-content:center}.market-name{font-family:Playfair Display,serif;font-size:16px;font-weight:400;color:#2c2c1e;margin:0 0 8px;line-height:1.4}.market-location{font-family:Lato,sans-serif;font-size:13px;font-weight:300;color:#8a9e6e;margin:0}@media(max-width:768px){.about-hero{padding:50px 0 40px}.about-hero-title{font-size:32px}.about-values-grid,.about-markets-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.about-page{padding:0 1rem}.about-hero-title{font-size:26px}.about-values-grid,.about-markets-grid{grid-template-columns:1fr}}.product-wrapper{display:flex;justify-content:center;align-items:center;padding:2.5rem 1rem}.product-container{display:flex;align-items:stretch;max-width:1100px;width:100%;border:.5px solid #d8d3c8;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #3c372814}.product-image-wrapper{position:relative;width:420px;min-width:260px;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover;display:block}.product-image-wrapper svg{position:absolute;top:0;right:-1px;height:100%;width:60px;pointer-events:none}.product-text{flex:1;background-color:#faf8f3;padding:32px 32px 26px 24px;display:flex;flex-direction:column;justify-content:center}.product-meta{font-family:Lato,sans-serif;font-size:10.5px;font-weight:400;letter-spacing:2.5px;color:#8a9e6e;margin:0 0 8px}.product-title{font-family:Playfair Display,serif;font-size:20px;font-weight:400;font-style:italic;color:#2c2c1e;margin:0 0 16px;line-height:1.35}.product-divider{width:36px;height:1.5px;background-color:#8a9e6e;border:none;margin:0 0 18px;opacity:.7}.product-text p{font-family:Lato,sans-serif;font-size:14px;font-weight:300;line-height:1.9;color:#5a5647;margin:0 0 14px}.product-text p:last-of-type{margin-bottom:0}.product-footer{display:flex;gap:18px;padding-top:18px;margin-top:18px;border-top:.5px solid #e0dbd0;align-items:center}.product-tag{text-align:center}.product-tag .tag-icon{font-size:17px;display:block}.product-tag span{display:block;font-family:Lato,sans-serif;font-size:10px;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;color:#9a9080;margin-top:5px}.product-image-wrapper--right{flex-direction:row;padding:0}.product-image-wrapper--right svg{position:absolute;top:0;left:-1px;right:auto;width:60px;height:100%}.product-image-wrapper--right .product-image{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.product-container{flex-direction:column}.product-image-wrapper,.product-image-wrapper--right{width:100%;min-width:unset;height:220px}.product-image-wrapper svg,.product-image-wrapper--right svg{display:none}.product-text{padding:24px 20px 20px;clip-path:none}.product-image-wrapper--right{order:-1}}.product-page{max-width:1100px;margin:0 auto;padding:60px 2rem 80px}.product-page-header{margin-bottom:48px}.product-page-eyebrow{font-family:var(--font-sans);font-size:11px;font-weight:400;letter-spacing:2.5px;text-transform:uppercase;color:#8a9e6e;margin:0 0 10px}.product-page-title{font-family:var(--font-serif);font-size:42px;font-weight:400;color:#2c2c1e;margin:0;line-height:1.2}.product-page-title em{font-style:italic;color:#6b8c50}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.prod-card{border:.5px solid #d8d3c8;border-radius:12px;overflow:hidden;background-color:#faf8f3;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.prod-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #3c37281a}.prod-card-img-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden}.prod-card-img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.prod-card:hover .prod-card-img{transform:scale(1.05)}.prod-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(44,44,30,.18),transparent)}.prod-card-footer{padding:18px 20px;border-top:.5px solid #e0dbd0}.prod-card-name{font-family:var(--font-serif);font-size:18px;font-weight:400;color:#2c2c1e;margin:0}@media(max-width:768px){.product-page-title{font-size:30px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-page{padding:40px 1rem 60px}.product-grid{grid-template-columns:1fr}}
