*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-deep: #1e3a2f;--green-mid: #2d5a3d;--green-light: #4a8c5c;--cream: #f5f0e8;--cream-dark: #ede5d4;--gold: #c8922a;--gold-light: #e8b84b;--brown: #6b4423;--text-dark: #1a1a18;--text-body: #3d3a30;--text-muted: #7a7060;--white: #ffffff;--font-display: "Playfair Display", Georgia, serif;--font-body: "Lato", system-ui, sans-serif;--section-pad: clamp(5rem, 10vw, 9rem);--container: 1200px;--radius: 4px}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--cream);overflow-x:hidden;cursor:default}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:9999}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream-dark)}::-webkit-scrollbar-thumb{background:var(--green-mid);border-radius:4px}.container{width:min(var(--container),100% - 3rem);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background .4s ease,padding .4s ease,box-shadow .4s ease}.nav.scrolled{background:#1e3a2ff7;padding:.75rem 0;box-shadow:0 2px 24px #0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.nav__logo-icon{font-size:1.7rem;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.nav__logo-text{display:flex;flex-direction:column;line-height:1}.nav__logo-name{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--white);letter-spacing:.02em}.nav__logo-sub{font-family:var(--font-body);font-size:.62rem;font-weight:300;color:var(--gold-light);letter-spacing:.14em;text-transform:uppercase}.nav__links{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav__links a{font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;text-decoration:none;transition:color .2s;position:relative}.nav__links a:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1px;background:var(--gold-light);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.nav__links a:hover{color:var(--gold-light)}.nav__links a:hover:after{transform:scaleX(1)}.nav__cta{background:var(--gold);color:var(--white)!important;padding:.5rem 1.2rem;border-radius:var(--radius);transition:background .2s!important}.nav__cta:hover{background:var(--gold-light)!important}.nav__cta:after{display:none!important}.nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav__hamburger span{display:block;width:24px;height:2px;background:var(--white);transition:transform .3s,opacity .3s;border-radius:2px}.nav__hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__hamburger.open span:nth-child(2){opacity:0}.nav__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.nav__hamburger{display:flex}.nav__links{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;background:var(--green-deep);flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 2.5rem;gap:2rem;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 32px #0000004d}.nav__links.open{right:0}.nav__links a{font-size:1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/hero-farm.jpg);background-size:cover;background-position:center 30%;transform:scale(1.05);animation:heroZoom 18s ease-in-out infinite alternate}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f2116c7,#1e3a2f8c,#0f211659)}.hero__content{position:relative;z-index:2;max-width:750px;padding-top:5rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#c8922a33;border:1px solid rgba(200,146,42,.5);color:var(--gold-light);font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:.45rem 1rem;border-radius:100px;margin-bottom:2rem;animation:fadeUp .8s .2s both}.hero__title{font-family:var(--font-display);font-size:clamp(3rem,7vw,6rem);font-weight:800;color:var(--white);line-height:1.04;letter-spacing:-.02em;margin-bottom:1.5rem;animation:fadeUp .8s .4s both}.hero__title em{font-style:italic;color:var(--gold-light);display:block}.hero__desc{font-size:clamp(1rem,2vw,1.2rem);font-weight:300;color:#ffffffd9;line-height:1.8;max-width:520px;margin-bottom:2.5rem;animation:fadeUp .8s .6s both}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .8s .8s both}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:var(--radius);transition:all .25s ease;cursor:pointer;border:none}.btn--primary{background:var(--gold);color:var(--white);box-shadow:0 4px 20px #c8922a66}.btn--primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 28px #c8922a80}.btn--outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.5)}.btn--outline:hover{background:#ffffff1a;border-color:var(--white);transform:translateY(-2px)}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;animation:fadeUp 1s 1.2s both;z-index:2}.hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%,to{opacity:.5;transform:scaleY(1);transform-origin:top}50%{opacity:1}}.stats{background:var(--green-deep);padding:2.5rem 0;position:relative;z-index:2}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stats__item{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;border-right:1px solid rgba(255,255,255,.08);opacity:0;transform:translateY(16px);transition:opacity .6s,transform .6s}.stats__item:last-child{border-right:none}.stats__item.visible{opacity:1;transform:none}.stats__number{font-family:var(--font-display);font-size:2.6rem;font-weight:800;color:var(--gold-light);line-height:1;margin-bottom:.4rem}.stats__label{font-size:.72rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:#fff9;text-align:center}@media (max-width: 600px){.stats__grid{grid-template-columns:repeat(2,1fr)}.stats__item:nth-child(2){border-right:none}.stats__item:nth-child(1),.stats__item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.08)}}.about{padding:var(--section-pad) 0;background:var(--cream)}.about__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about__images{position:relative;aspect-ratio:4/5}.about__img-main{position:absolute;top:0;right:0;bottom:0;left:0;width:85%;height:90%;object-fit:cover;border-radius:2px;box-shadow:0 24px 64px #00000026}.about__img-accent{position:absolute;bottom:0;right:0;width:55%;height:55%;object-fit:cover;border-radius:2px;border:6px solid var(--cream);box-shadow:0 16px 48px #0000002e}.about__leaf{position:absolute;top:-1.5rem;left:-1.5rem;font-size:4rem;opacity:.15;transform:rotate(-25deg);pointer-events:none}.section-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.section-label:before{content:"";display:block;width:28px;height:1.5px;background:var(--gold)}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:var(--green-deep);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--gold)}.about__text{font-size:1.05rem;font-weight:300;line-height:1.9;color:var(--text-body);margin-bottom:1.25rem}.about__values{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}.value-chip{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:var(--cream-dark);border-radius:var(--radius);border-left:3px solid var(--green-light);font-size:.88rem;font-weight:700;color:var(--green-deep)}.value-chip span{font-size:1.3rem}@media (max-width: 900px){.about__inner{grid-template-columns:1fr;gap:3rem}.about__images{aspect-ratio:3/2;max-height:420px}}.products{padding:var(--section-pad) 0;background:var(--green-deep);position:relative;overflow:hidden}.products:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(74,140,92,.18) 0%,transparent 70%);pointer-events:none}.products .section-label{color:var(--gold-light)}.products .section-label:before{background:var(--gold-light)}.products .section-title{color:var(--white)}.products .section-title em{color:var(--gold-light)}.products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:4rem}.products__intro{max-width:480px;font-size:1rem;font-weight:300;line-height:1.8;color:#ffffffb3}.products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:2px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;opacity:0;transform:translateY(24px)}.product-card.visible{opacity:1;transform:none}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 56px #00000059;border-color:#e8b84b4d}.product-card__img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__body{padding:1.75rem}.product-card__tag{display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);background:#e8b84b1f;padding:.3rem .7rem;border-radius:100px;margin-bottom:1rem}.product-card__title{font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:var(--white);margin-bottom:.75rem;line-height:1.25}.product-card__desc{font-size:.9rem;font-weight:300;line-height:1.75;color:#ffffffa6;margin-bottom:1.5rem}.product-card__price{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--gold-light)}.product-card__price small{font-family:var(--font-body);font-size:.75rem;font-weight:300;color:#fff6;vertical-align:middle;margin-left:.3rem}@media (max-width: 900px){.products__grid{grid-template-columns:1fr}.products__header{flex-direction:column;align-items:flex-start}}@media (max-width: 600px){.products__grid{grid-template-columns:1fr}}.process{padding:var(--section-pad) 0;background:var(--cream-dark)}.process__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:6rem;align-items:center;margin-top:4rem}.process__image{position:relative}.process__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:2px;box-shadow:0 24px 72px #0000001f}.process__badge{position:absolute;bottom:-1.5rem;right:-1.5rem;width:120px;height:120px;background:var(--gold);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 32px #c8922a66;text-align:center}.process__badge-year{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--white);line-height:1}.process__badge-text{font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fffc;margin-top:.2rem}.process__steps{display:flex;flex-direction:column;gap:2rem}.process__step{display:flex;gap:1.5rem;align-items:flex-start;opacity:0;transform:translate(20px);transition:opacity .5s,transform .5s}.process__step.visible{opacity:1;transform:none}.process__step-num{flex-shrink:0;width:48px;height:48px;background:var(--green-deep);color:var(--gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.1rem;font-weight:700}.process__step-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--green-deep);margin-bottom:.4rem}.process__step-text{font-size:.92rem;font-weight:300;line-height:1.75;color:var(--text-body)}@media (max-width: 900px){.process__grid{grid-template-columns:1fr;gap:3rem}.process__badge{right:0}}.testimonials{padding:var(--section-pad) 0;background:var(--cream);overflow:hidden}.testimonials__track-wrap{overflow:hidden;margin-top:3.5rem;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.testimonials__track{display:flex;gap:1.5rem;animation:marquee 32s linear infinite;width:max-content}.testimonials__track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{flex-shrink:0;width:360px;background:var(--white);border-radius:2px;padding:2rem;box-shadow:0 4px 24px #0000000f;border-top:3px solid var(--gold)}.testimonial-card__stars{color:var(--gold);font-size:.9rem;letter-spacing:.1em;margin-bottom:1rem}.testimonial-card__text{font-family:var(--font-display);font-size:1rem;font-style:italic;line-height:1.7;color:var(--text-body);margin-bottom:1.5rem}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:40px;height:40px;background:var(--green-deep);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--gold-light)}.testimonial-card__name{font-weight:700;font-size:.88rem;color:var(--green-deep)}.testimonial-card__location{font-size:.78rem;color:var(--text-muted)}.farm-visual{position:relative;height:clamp(320px,50vw,600px);overflow:hidden}.farm-visual__img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.farm-visual__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(30,58,47,.7) 0%,transparent 60%);display:flex;align-items:center}.farm-visual__text{padding:0 min(8vw,6rem);max-width:540px}.farm-visual__quote{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2.6rem);font-weight:600;font-style:italic;color:var(--white);line-height:1.35;margin-bottom:1rem}.farm-visual__author{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light)}.contact{padding:var(--section-pad) 0;background:var(--green-deep);position:relative;overflow:hidden}.contact:after{content:"🐓";position:absolute;font-size:18rem;right:-2rem;bottom:-4rem;opacity:.04;pointer-events:none;line-height:1}.contact .section-label{color:var(--gold-light)}.contact .section-label:before{background:var(--gold-light)}.contact .section-title{color:var(--white)}.contact .section-title em{color:var(--gold-light)}.contact__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;margin-top:4rem}.contact__info{display:flex;flex-direction:column;gap:2rem}.contact__info-text{font-size:1rem;font-weight:300;line-height:1.85;color:#ffffffb3}.contact__items{display:flex;flex-direction:column;gap:1.25rem}.contact__item{display:flex;align-items:flex-start;gap:1rem;color:#ffffffd9}.contact__item-icon{width:40px;height:40px;background:#ffffff12;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact__item-label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.2rem}.contact__item-value{font-size:.95rem;font-weight:300}.contact__hours{padding:1.5rem;background:#ffffff0d;border-radius:var(--radius);border:1px solid rgba(255,255,255,.08)}.contact__hours-title{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem}.contact__hours-row{display:flex;justify-content:space-between;font-size:.88rem;color:#ffffffbf;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.contact__hours-row:last-child{border-bottom:none}.form{display:flex;flex-direction:column;gap:1.25rem}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form__group{display:flex;flex-direction:column;gap:.5rem}.form__label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff9}.form__input,.form__select,.form__textarea{padding:.85rem 1rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);color:var(--white);font-family:var(--font-body);font-size:.95rem;font-weight:300;transition:border-color .2s,background .2s;outline:none}.form__input::placeholder,.form__textarea::placeholder{color:#ffffff4d}.form__input:focus,.form__select:focus,.form__textarea:focus{border-color:var(--gold-light);background:#ffffff1a}.form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:18px;padding-right:2.5rem}.form__select option{background:var(--green-deep)}.form__textarea{resize:vertical;min-height:120px}.form__submit{align-self:flex-start}@media (max-width: 900px){.contact__grid{grid-template-columns:1fr;gap:3rem}.form__row{grid-template-columns:1fr}}.map{height:380px;background:var(--green-deep);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.map__placeholder{text-align:center;color:#ffffff80;display:flex;flex-direction:column;align-items:center;gap:1rem}.map__icon{font-size:3rem}.map__label{font-size:.8rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase}.map__addr{font-family:var(--font-display);font-style:italic;font-size:1.1rem;color:#ffffffb3}.map__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0px,transparent 1px,transparent 40px),repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0px,transparent 1px,transparent 40px)}.footer{background:#0f1f16;padding:4rem 0 2rem}.footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:2rem}.footer__brand-name{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:.3rem}.footer__brand-sub{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}.footer__brand-desc{font-size:.88rem;font-weight:300;line-height:1.8;color:#ffffff80;max-width:280px}.footer__col-title{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__links a{font-size:.88rem;font-weight:300;color:#ffffff8c;text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--gold-light)}.footer__cert{display:flex;flex-direction:column;gap:.75rem}.cert-badge{display:flex;align-items:center;gap:.6rem;font-size:.82rem;font-weight:300;color:#ffffff8c}.cert-badge span:first-child{font-size:1.2rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copy{font-size:.78rem;font-weight:300;color:#ffffff4d}.footer__socials{display:flex;gap:1rem}.footer__social{width:36px;height:36px;background:#ffffff0f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff9;text-decoration:none;transition:background .2s,color .2s}.footer__social:hover{background:var(--gold);color:var(--white)}@media (max-width: 900px){.footer__top{grid-template-columns:1fr 1fr}}@media (max-width: 500px){.footer__top{grid-template-columns:1fr}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal:nth-child(2){transition-delay:.1s}.reveal:nth-child(3){transition-delay:.2s}.reveal:nth-child(4){transition-delay:.3s}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--green-mid);color:var(--white);padding:1rem 1.5rem;border-radius:var(--radius);border-left:4px solid var(--gold-light);font-size:.9rem;box-shadow:0 8px 32px #00000040;transform:translateY(120%);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s;z-index:9000;max-width:320px}.toast.show{transform:translateY(0);opacity:1}
