@font-face{font-family:Poppins;src:url(/assets/poppins_regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/poppins_medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/poppins_semibold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/poppins_bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--font-sans:"Poppins", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:#0f172a;background-color:#fff;min-height:100vh;line-height:1.5}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.app-container{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;padding:1rem 2.5rem;display:flex}.header-logo-container{align-items:center;gap:.75rem;display:flex}.header-logo-img{object-fit:contain;width:auto;height:38px}.header-logo-text{color:#0f172a;letter-spacing:-.5px;font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:600}.top-nav{gap:2rem;display:flex}.nav-link{color:#64748b;cursor:pointer;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-link.active,.nav-link:hover{color:#0f172a}.nav-link:after{content:"";transform-origin:100% 100%;background-color:#3b82f6;width:100%;height:2px;transition:transform .25s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.nav-link.active:after,.nav-link:hover:after{transform-origin:0 100%;transform:scaleX(1)}.app-content{flex-grow:1;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:480px;padding:2.75rem;animation:.4s ease-out fadeIn;box-shadow:0 10px 25px -5px #00000008,0 8px 10px -6px #00000008}.contact-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.contact-divider{background:#3b82f6;border-radius:2px;width:40px;height:3px;margin-bottom:2.25rem}.contact-info-list{flex-direction:column;gap:1.75rem;display:flex}.contact-item{align-items:flex-start;gap:1.25rem;display:flex}.contact-icon{color:#3b82f6;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.contact-text{flex-direction:column;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.contact-value{color:#1e293b;font-size:1.15rem;font-weight:600;text-decoration:none;transition:color .2s}.contact-value:hover{color:#3b82f6}.contact-address{color:#334155;font-size:1.05rem;font-style:normal;font-weight:500;line-height:1.55}.info-placeholder{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:520px;padding:3rem 2.5rem;animation:.4s ease-out fadeIn;box-shadow:0 10px 25px -5px #00000008}.placeholder-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.placeholder-text{color:#64748b;font-size:1.05rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-microgreens-section{grid-template-columns:1fr 2fr 1fr;align-items:start;gap:2.5rem;width:100%;max-width:1300px;animation:.5s ease-out fadeIn;display:grid}@media (width<=1200px){.home-microgreens-section{grid-template-columns:1.2fr 2fr}.right-images-col{display:none!important}}@media (width<=900px){.home-microgreens-section{grid-template-columns:1fr;gap:2rem}.left-images-col{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;flex-direction:row!important}.left-images-col .img-card{flex:200px;max-width:280px}}.side-images-col{flex-direction:column;gap:1.5rem;display:flex}.img-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 10px -2px #00000008}.img-card img{object-fit:cover;border-radius:10px;width:100%;height:240px;transition:transform .5s}.img-card:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 24px -8px #10b98126}.img-card:hover img{transform:scale(1.05)}.center-content-col{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2.5rem 2.25rem;animation:.4s ease-out fadeIn;display:flex;box-shadow:0 10px 25px -5px #00000005}.home-promo-quote{text-align:center;background:#ecfdf5;border-left:4px solid #10b981;border-radius:4px 8px 8px 4px;margin:2rem 0;padding:1rem 1.5rem}.home-promo-quote p{color:#065f46;margin:0;font-size:1.1rem;font-style:italic;font-weight:600}.home-badges-row{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (width<=640px){.home-badges-row{grid-template-columns:1fr 1fr;gap:.75rem}}.home-badge{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;transition:background-color .2s,border-color .2s;display:flex}.home-badge:hover{background:#eff6ff;border-color:#3b82f6}.h-badge-icon{font-size:1.25rem}.h-badge-text{color:#475569;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.animate-slide-left{opacity:0;animation:.5s ease-out forwards slideLeft}.animate-slide-right{opacity:0;animation:.5s ease-out forwards slideRight}.delayed-1{animation-delay:.15s}@keyframes slideLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.about-section{width:100%;max-width:900px;animation:.4s ease-out fadeIn}.about-hero{text-align:center;margin-bottom:3rem}.about-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.about-tagline{color:#3b82f6;font-size:1.15rem;font-style:italic;font-weight:500}.about-content-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}@media (width<=768px){.about-content-grid{grid-template-columns:1fr;gap:2rem}}.about-story{flex-direction:column;gap:1.5rem;display:flex}.about-story p{color:#475569;font-size:1.05rem;line-height:1.7}.mission-vision-grid{flex-direction:column;gap:1.75rem;display:flex}.mv-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem;box-shadow:0 4px 6px -1px #00000005}.mv-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.mv-icon{font-size:1.35rem}.mv-card h2{color:#0f172a;margin:0;font-size:1.25rem;font-weight:600}.mv-card p{color:#64748b;font-size:.95rem;line-height:1.6}.benefits-section{width:100%;max-width:950px;animation:.4s ease-out fadeIn}.benefits-hero{text-align:center;margin-bottom:3.5rem}.benefits-tagline{color:#10b981;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:inline-block}.benefits-title{color:#0f172a;letter-spacing:-.5px;font-size:2.25rem;font-weight:700}.benefits-content-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:3.5rem;display:grid}@media (width<=768px){.benefits-content-grid{grid-template-columns:1fr;gap:2.5rem}}.benefits-list{flex-direction:column;gap:1.75rem;display:flex}.benefit-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.benefit-item:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 16px -4px #10b98114}.benefit-icon-wrapper{color:#10b981;background:#ecfdf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.benefit-details h3{color:#0f172a;margin-top:0;margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.benefit-details p{color:#64748b;margin:0;font-size:.9rem;line-height:1.4}.benefits-sidebar{flex-direction:column;gap:2rem;display:flex}.sidebar-card{text-align:center;background:#ecfdf5;border:1.5px dashed #a7f3d0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.25rem;display:flex;position:relative}.promo-text{color:#065f46;margin:0;font-size:1.35rem;font-weight:600;line-height:1.6}.promo-heart{font-size:1.5rem}.badges-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.badge-item{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 1rem;display:flex;box-shadow:0 4px 6px -1px #00000003}.badge-icon{font-size:1.5rem}.badge-text{color:#334155;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}
