:root{--font-heading:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"DM Sans", system-ui, -apple-system, sans-serif;--green-dark:#1b3022;--green-medium:#2d4a35;--gold:#c5a059;--gold-dark:#b8860b;--cream:#fdf8e1;--cream-light:#fffef5;--white:#fff;--text-muted:#5a6b5e;--shadow:#1b30221f;--shadow-lg:#1b302233}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--cream-light);color:var(--green-dark);-webkit-font-smoothing:antialiased;line-height:1.7}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:min(1140px,92%);margin:0 auto}.section{padding:5rem 0}.section-title{letter-spacing:.02em;color:var(--green-dark);text-align:center;margin-bottom:.75rem;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700}.section-subtitle{text-align:center;color:var(--text-muted);max-width:640px;margin:0 auto 3rem;font-size:1.05rem}.section-divider{background:linear-gradient(90deg, var(--gold), var(--gold-dark));border-radius:2px;width:60px;height:3px;margin:0 auto 2.5rem}.btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--green-dark)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c5a05966}.btn-outline{color:var(--cream);border:2px solid var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:var(--green-dark)}@media (width<=768px){.section{padding:3.5rem 0}}.splash-screen{z-index:10000;background:linear-gradient(135deg, var(--green-dark) 0%, var(--green-medium) 50%, #1a3d28 100%);justify-content:center;align-items:center;transition:opacity .7s,visibility .7s;display:flex;position:fixed;inset:0}.splash-screen.exiting{opacity:0;visibility:hidden;pointer-events:none}.splash-screen:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 60%,#c5a0592e 0%,#0000 55%);position:absolute;inset:0}.splash-content{z-index:1;text-align:center;padding:2rem;position:relative}.splash-logo{filter:drop-shadow(0 24px 48px #00000059);width:min(300px,72vw);margin:0 auto 1.5rem;animation:1.4s ease-out forwards splashLogoIntro}.splash-brand{font-family:var(--font-heading);color:var(--cream);letter-spacing:.12em;opacity:0;margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;animation:.8s .6s forwards splashTextFade}.splash-tagline{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);opacity:0;margin-bottom:1rem;font-size:.9rem;font-weight:600;animation:.8s .9s forwards splashTextFade}.splash-since{letter-spacing:.12em;color:var(--gold);border:1px solid var(--gold);opacity:0;background:#c5a05926;border-radius:20px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;animation:.8s 1.2s forwards splashTextFade;display:inline-block}@keyframes splashLogoIntro{0%{opacity:0;transform:scale(.5)}65%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes splashTextFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1b3022f7;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:0 4px 20px var(--shadow-lg)}.header-inner{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.logo-link{opacity:0;white-space:nowrap;pointer-events:none;align-items:center;gap:.75rem;max-width:0;transition:max-width .35s,opacity .3s;display:flex;overflow:hidden}.header.show-logo .logo-link{opacity:1;pointer-events:auto;max-width:240px}.logo-img{object-fit:contain;flex-shrink:0;width:52px;height:52px}.logo-text{font-family:var(--font-heading);color:var(--cream);letter-spacing:.05em;font-size:1.15rem;font-weight:700}.nav{align-items:center;gap:2rem;margin-left:auto;display:flex}.nav a{color:var(--cream);letter-spacing:.03em;text-transform:uppercase;font-size:.875rem;font-weight:500;transition:color .3s;position:relative}.nav a:after{content:"";background:var(--gold);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav a:hover{color:var(--gold)}.nav a:hover:after{width:100%}.menu-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.menu-toggle span{background:var(--cream);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}@media (width<=900px){.menu-toggle{display:block}.nav{background:var(--green-dark);width:min(300px,80vw);height:100vh;box-shadow:-4px 0 20px var(--shadow-lg);flex-direction:column;justify-content:center;gap:2rem;transition:right .3s;position:fixed;top:0;right:-100%}.nav.open{right:0}.nav a{font-size:1rem}}.hero{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green-medium) 50%, #1a3d28 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#c5a05926 0%,#0000 50%);position:absolute;inset:0}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-content h1{color:var(--cream);margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.25rem)}.hero-content .tagline{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:600}.hero-content .since{border:1px solid var(--gold);color:var(--gold);letter-spacing:.1em;background:#c5a05933;border-radius:20px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-content p{color:#fdf8e1d9;max-width:520px;margin-bottom:2rem;font-size:1.05rem}.hero-logo{justify-content:center;align-items:center;display:flex}.hero-logo img{filter:drop-shadow(0 20px 40px #0000004d);width:min(380px,90%)}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=768px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-content p{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-logo{order:-1}.hero-logo img{width:min(260px,70%)}}.about{background:var(--cream)}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.about-text p{color:var(--text-muted);margin-bottom:1.25rem}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.stat-card{background:var(--white);text-align:center;box-shadow:0 4px 20px var(--shadow);border-top:3px solid var(--gold);border-radius:8px;padding:1.75rem}.stat-card .number{font-family:var(--font-heading);color:var(--green-dark);font-size:2.5rem;font-weight:700;line-height:1}.stat-card .label{color:var(--text-muted);margin-top:.5rem;font-size:.85rem;font-weight:500}@media (width<=768px){.about-grid{grid-template-columns:1fr}}.legacy{background:var(--green-dark);color:var(--cream)}.legacy .section-title{color:var(--cream)}.legacy .section-subtitle{color:#fdf8e1bf}.legacy-content{text-align:center;max-width:800px;margin:0 auto}.legacy-content p{color:#fdf8e1d9;margin-bottom:1.25rem;font-size:1.05rem}.legacy .section-divider{background:linear-gradient(90deg, var(--gold), var(--gold-dark))}.leadership{background:var(--cream-light)}.leadership-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.leadership-stat{background:var(--white);text-align:center;box-shadow:0 4px 20px var(--shadow);border-top:3px solid var(--gold);border-radius:10px;padding:1.75rem 1.25rem}.leadership-stat .stat-value{font-family:var(--font-heading);color:var(--green-dark);font-size:2.25rem;font-weight:700;line-height:1;display:block}.leadership-stat .stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.5rem;font-size:.8rem;font-weight:600;display:block}.leadership-tiers{flex-direction:column;gap:3rem;display:flex}.leadership-tier{background:var(--white);box-shadow:0 4px 24px var(--shadow);border:1px solid #c5a05926;border-radius:12px;padding:2rem}.tier-heading{border-bottom:1px solid #c5a05940;align-items:flex-start;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.tier-number{font-family:var(--font-heading);color:var(--gold);opacity:.85;font-size:2.5rem;font-weight:700;line-height:1}.tier-heading h3{color:var(--green-dark);margin-bottom:.35rem;font-size:1.5rem}.tier-heading p{color:var(--text-muted);margin:0;font-size:.9rem}.partners-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.partners-grid-wide,.partners-grid-all{grid-template-columns:repeat(4,1fr)}.partner-simple{border-top:3px solid var(--gold)}.partner-simple .partner-name{margin-bottom:0}.partner-profile{background:var(--cream-light);text-align:center;border:1px solid #1b30220f;border-radius:10px;padding:1.5rem 1.25rem;transition:transform .3s,box-shadow .3s}.partner-profile:hover{box-shadow:0 8px 24px var(--shadow);transform:translateY(-4px)}.partner-profile.senior{border-top:3px solid var(--green-dark)}.partner-profile.fourth{border-top:3px solid var(--gold)}.partner-avatar{background:linear-gradient(135deg, var(--green-dark), var(--green-medium));width:64px;height:64px;color:var(--gold);font-family:var(--font-heading);letter-spacing:.05em;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.35rem;font-weight:700;display:flex}.partner-profile.fourth .partner-avatar{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--green-dark)}.partner-tier-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gold-dark);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:inline-block}.partner-name{font-family:var(--font-heading);color:var(--green-dark);margin-bottom:.75rem;font-size:1.05rem;font-weight:600;line-height:1.3}.partner-years{background:var(--white);box-shadow:0 2px 8px var(--shadow);border-radius:20px;align-items:baseline;gap:.25rem;margin-bottom:.75rem;padding:.35rem .85rem;display:inline-flex}.partner-years .years-number{font-family:var(--font-heading);color:var(--green-dark);font-size:1.25rem;font-weight:700}.partner-years .years-label{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.partner-experience{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.5}.leadership-note{text-align:center;background:linear-gradient(135deg, var(--green-dark), var(--green-medium));color:var(--cream);border-radius:8px;margin-top:2.5rem;padding:1.5rem 2rem;font-size:1.05rem}.leadership-note strong{color:var(--gold)}@media (width<=1024px){.partners-grid-wide,.partners-grid-all{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.leadership-stats,.partners-grid,.partners-grid-wide,.partners-grid-all{grid-template-columns:1fr}.leadership-tier{padding:1.5rem}.tier-heading{flex-direction:column;gap:.75rem}}.business{background:var(--cream)}.business-content{text-align:center;max-width:800px;margin:0 auto}.business-content p{color:var(--text-muted);font-size:1.05rem}.products{background:var(--cream-light)}.products-grid{flex-direction:column;gap:3rem;display:flex}.product-category{background:var(--white);box-shadow:0 4px 24px var(--shadow);border-radius:12px;overflow:hidden}.product-category-header{background:linear-gradient(135deg, var(--green-dark), var(--green-medium));color:var(--cream);padding:1.5rem 2rem}.product-category-header h3{margin-bottom:.25rem;font-size:1.5rem}.product-category-header p{opacity:.85;font-size:.875rem}.fruit-grid{background:linear-gradient(180deg, var(--white) 0%, var(--cream-light) 100%);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;padding:1.75rem;display:grid}.product-category-domestic .fruit-grid{grid-template-columns:repeat(3,1fr)}.fruit-card{background:var(--white);box-shadow:0 2px 12px var(--shadow);text-align:center;border:1px solid #c5a05926;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden}.fruit-card:hover{box-shadow:0 8px 24px var(--shadow-lg);transform:translateY(-4px)}.fruit-card-image{aspect-ratio:1;background:var(--cream);overflow:hidden}.fruit-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.fruit-card:hover .fruit-card-image img{transform:scale(1.08)}.fruit-card-name{font-family:var(--font-body);color:var(--green-dark);margin:0;padding:.75rem .5rem 1rem;font-size:.85rem;font-weight:600;line-height:1.35}.product-category-imported .fruit-grid{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.product-category-domestic .fruit-grid,.product-category-imported .fruit-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.products-grid{gap:2rem}}@media (width<=480px){.fruit-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.25rem}.fruit-card-name{font-size:.8rem}}.infrastructure{background:var(--green-dark);color:var(--cream)}.infrastructure .section-title{color:var(--cream)}.infrastructure .section-subtitle{color:#fdf8e1bf}.infrastructure-content{text-align:center;max-width:800px;margin:0 auto}.infrastructure-content p{color:#fdf8e1d9;margin-bottom:1rem;font-size:1.05rem}.infra-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.infra-feature{text-align:center;background:#ffffff14;border:1px solid #c5a0594d;border-radius:8px;padding:1.75rem 1.25rem}.infra-feature .icon{color:var(--gold);justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.infra-feature h4{color:var(--gold);font-family:var(--font-body);margin-bottom:.5rem;font-size:1rem;font-weight:600}.infra-feature p{margin-bottom:0;font-size:.875rem}@media (width<=768px){.infra-features{grid-template-columns:1fr}}.strengths{background:var(--cream)}.strengths-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.strength-card{background:var(--white);box-shadow:0 4px 20px var(--shadow);text-align:center;border-radius:8px;padding:2rem 1.5rem;transition:transform .3s}.strength-card:hover{transform:translateY(-4px)}.strength-card .icon{background:linear-gradient(135deg, var(--gold), var(--gold-dark));width:56px;height:56px;color:var(--green-dark);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.strength-card h4{color:var(--green-dark);margin-bottom:.75rem;font-size:1.1rem}.strength-card p{color:var(--text-muted);font-size:.9rem}@media (width<=900px){.strengths-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.strengths-grid{grid-template-columns:1fr}}.vision{background:linear-gradient(135deg, var(--green-dark), #1a3d28);color:var(--cream);text-align:center}.vision .section-title{color:var(--cream)}.vision-content{max-width:760px;margin:0 auto}.vision-content p{color:#fdf8e1e6;font-size:1.15rem;line-height:1.8}.vision .section-divider{background:linear-gradient(90deg, var(--gold), var(--gold-dark))}.contact{background:var(--cream-light)}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info h3{color:var(--green-dark);margin-bottom:1.5rem;font-size:1.5rem}.contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-item .icon{background:var(--green-dark);width:44px;height:44px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item .details h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.contact-item .details p,.contact-item .details a{color:var(--green-dark);font-size:1rem;font-weight:500}.contact-item .details a:hover{color:var(--gold-dark)}.contact-map{background:var(--white);box-shadow:0 4px 24px var(--shadow);border:2px solid #c5a0594d;border-radius:12px;flex-direction:column;min-height:420px;display:flex;overflow:hidden}.map-header{background:var(--green-dark);color:var(--cream);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.map-header-text{align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.map-header-text svg{color:var(--gold);flex-shrink:0}.map-directions-link{text-transform:uppercase;letter-spacing:.04em;color:var(--green-dark);background:var(--gold);white-space:nowrap;border-radius:4px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:background .3s,transform .3s}.map-directions-link:hover{background:var(--gold-dark);transform:translateY(-1px)}.map-frame{background:#e8e8e8;flex:1;min-height:320px;position:relative}.map-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.map-footer{background:var(--cream);border-top:1px solid #c5a05940;padding:.875rem 1.25rem}.map-footer p{color:var(--text-muted);text-align:center;margin:0;font-size:.875rem}@media (width<=768px){.contact-grid{grid-template-columns:1fr}.map-header{flex-direction:column;align-items:flex-start}.map-frame{min-height:280px}}.footer{background:var(--green-dark);color:var(--cream);text-align:center;padding:2.5rem 0}.footer-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-logo{object-fit:contain;width:64px;height:64px}.footer-brand{font-family:var(--font-heading);letter-spacing:.05em;font-size:1.25rem;font-weight:700}.footer-tagline{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}.footer-copy{color:#fdf8e199;margin-top:.5rem;font-size:.8rem}
