@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap";:root{--hf-bg: #f5f1e7;--hf-ink: #203424;--hf-muted: #506154;--hf-leaf: #3b7a42;--hf-leaf-2: #8abf74;--hf-sand: #f0e6d6;--hf-card: #ffffff;--hf-border: rgba(32, 52, 36, .12);--hf-radius: 18px;--hf-overlay-dark: rgba(32, 52, 36, .6);--hf-overlay-light: rgba(245, 241, 231, .85);--hf-earth: #6b5344;--hf-wheat: #d4a843;--hf-image-radius: 24px;--hf-gallery-gap: 16px}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 10% 20%,#fefcf8,#f5f1e7 55%),radial-gradient(circle at 90% 10%,rgba(138,191,116,.18),transparent 50%),var(--hf-bg);color:var(--hf-ink);font-family:Zen Maru Gothic,system-ui,-apple-system,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}.hf-page{min-height:100vh}.hf-shell{max-width:1120px;margin:0 auto;padding:72px 20px}.hf-hero{position:relative;overflow:hidden}.hf-hero:after{content:"";position:absolute;inset:20% auto -30% -20%;width:70%;background:radial-gradient(circle,rgba(138,191,116,.25),rgba(138,191,116,0));filter:blur(12px);z-index:0}.hf-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;position:relative;z-index:1;align-items:center}.hf-hero-visual{position:relative;border:1px solid var(--hf-border);background:linear-gradient(140deg,#d8e5cf,#f9f6ef);border-radius:28px;min-height:360px;overflow:hidden}.hf-hero-visual img{width:100%;height:100%;object-fit:cover;display:block}.hf-hero-text h1{font-family:Playfair Display,Work Sans,serif;font-size:clamp(34px,5vw,52px);line-height:1.2;margin:6px 0 14px}.hf-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(59,122,66,.18);color:var(--hf-leaf);background:rgba(59,122,66,.08);font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.hf-eyebrow{color:var(--hf-muted);font-size:14px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.hf-subtitle{color:var(--hf-muted);font-size:17px;max-width:620px}.hf-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:24px}.hf-button{padding:12px 18px;border-radius:12px;border:1px solid var(--hf-border);background:var(--hf-card);color:var(--hf-ink);font-weight:600;transition:transform .15s ease,background .15s ease}.hf-button.primary{background:linear-gradient(120deg,#3b7a42,#8abf74);color:#fefdf9}.hf-button:hover{transform:translateY(-2px)}.hf-stack{display:grid;gap:26px}.hf-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.hf-card{background:var(--hf-card);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:20px}.hf-card h3{margin:6px 0 8px;font-size:18px;font-weight:700}.hf-card p{margin:0;color:var(--hf-muted);font-size:15px}.hf-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;flex-wrap:wrap;border-bottom:1px solid var(--hf-border);padding-bottom:10px;margin-bottom:12px}.hf-section-heading h2{margin:0;font-size:26px;letter-spacing:-.01em}.hf-section-heading span{color:var(--hf-muted);font-size:14px}.hf-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(59,122,66,.08);color:var(--hf-ink);border:1px solid var(--hf-border);font-size:13px}.hf-tile{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.hf-badge{width:12px;height:12px;border-radius:4px;background:linear-gradient(160deg,#3b7a42,#8abf74)}.hf-marquee{background:linear-gradient(90deg,rgba(59,122,66,.08),rgba(0,0,0,0));border:1px solid var(--hf-border);border-radius:14px;padding:12px 16px;display:flex;gap:12px;overflow:hidden;position:relative}.hf-marquee-label{font-weight:700;color:var(--hf-leaf);letter-spacing:.08em;text-transform:uppercase;font-size:12px;flex:0 0 auto}.hf-marquee-track{display:grid;gap:10px}.hf-marquee-item{color:var(--hf-ink)}.hf-news-table-section{margin:0}.hf-news-table{width:100%;border-collapse:collapse;background:transparent}.hf-news-table tr{border-bottom:1px solid var(--hf-border)}.hf-news-table tr:last-child{border-bottom:none}.hf-news-table td{padding:16px 0;vertical-align:top}.hf-news-date{width:120px;color:var(--hf-leaf);font-weight:600;font-size:14px;white-space:nowrap}.hf-news-content{color:var(--hf-ink);font-size:15px;line-height:1.6}@media (max-width: 600px){.hf-news-table tr{display:flex;flex-direction:column;padding:12px 0}.hf-news-table td{padding:0}.hf-news-date{width:auto;margin-bottom:4px;font-size:13px}.hf-news-content{font-size:14px}}.hf-cta-panel{border-radius:18px;padding:24px;background:linear-gradient(120deg,rgba(59,122,66,.16),#f7f4ec);border:1px solid rgba(59,122,66,.18)}.hf-cta-panel strong{font-size:18px}.hf-cta-panel a{color:#fefdf9;background:#203424;padding:10px 14px;border-radius:12px;display:inline-flex;width:fit-content;font-weight:700}.hf-produce-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.hf-produce-item{padding:14px;border:1px solid var(--hf-border);border-radius:14px;background:var(--hf-card)}.hf-produce-item h4{margin:6px 0}.hf-produce-item small{color:var(--hf-muted)}.hf-step-list{display:grid;gap:14px}.hf-step{padding:16px;border-radius:14px;background:#f9f6ef;border:1px solid var(--hf-border)}.hf-step strong{color:var(--hf-leaf)}.hf-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.hf-gallery img{width:100%;height:180px;object-fit:cover;border-radius:14px;border:1px solid var(--hf-border)}@media (max-width: 820px){.hf-shell{padding:56px 18px}.hf-hero-grid{grid-template-columns:1fr}}.hf-hero-fullscreen{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:-60px}.hf-hero-bg{position:absolute;inset:0;z-index:0}.hf-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hf-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(32,52,36,.3) 0%,rgba(32,52,36,.5) 50%,rgba(32,52,36,.7) 100%)}.hf-hero-fullscreen-content{position:relative;z-index:1;text-align:center;color:#fefdf9;padding:40px 20px;max-width:900px}.hf-hero-fullscreen-content h1{font-family:Playfair Display,serif;font-size:clamp(32px,6vw,64px);font-weight:600;line-height:1.2;margin:0 0 24px}.hf-hero-fullscreen-content p{font-size:clamp(16px,2.5vw,20px);opacity:.9;max-width:600px;margin:0 auto 32px}.hf-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);color:#fefdf9;opacity:.8;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.hf-key-messages{position:relative;margin:72px 0;padding:104px 42px;background:linear-gradient(145deg,#fdfbf6 0%,#f2ebde 52%,#f9f2e6 100%);overflow:hidden}.hf-key-message-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;counter-reset:keyMessage;z-index:1}.hf-key-message{position:relative;background:rgba(255,255,255,.92);padding:20px;display:grid;grid-template-columns:130px 1fr;gap:16px;align-items:start;overflow:hidden;text-align:left}.hf-key-message-visual{width:100%;height:150px;background:linear-gradient(135deg,rgba(59,122,66,.12),rgba(32,52,36,.06))}.hf-key-message-visual img{width:100%;height:100%;object-fit:cover;display:block}.hf-key-message-visual--placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,rgba(32,52,36,.08),rgba(32,52,36,.08) 12px,rgba(32,52,36,.14) 12px,rgba(32,52,36,.14) 24px)}.hf-key-message-body{display:grid;gap:8px;align-content:start}.hf-key-message-index{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--hf-leaf);background:rgba(59,122,66,.08);border:1px solid rgba(59,122,66,.18);font-weight:700}.hf-key-message h3{font-size:19px;font-weight:700;margin:0;color:var(--hf-ink);letter-spacing:.01em}.hf-key-message p{color:var(--hf-muted);font-size:14px;margin:0;line-height:1.7}@media (max-width: 820px){.hf-key-messages{margin:48px 0;padding:64px 24px}.hf-key-message{padding:18px 16px;grid-template-columns:1fr}.hf-key-message-visual{height:160px}}@media (max-width: 1100px){.hf-key-message-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hf-key-message{grid-template-columns:1fr}.hf-key-message-visual{height:180px}}.hf-gallery-masonry{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:200px;gap:var(--hf-gallery-gap);padding:0}.hf-gallery-item{position:relative;overflow:hidden;border-radius:var(--hf-image-radius)}.hf-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hf-gallery-item:hover img{transform:scale(1.05)}.hf-gallery-item--large{grid-column:span 6;grid-row:span 2}.hf-gallery-item--medium{grid-column:span 4;grid-row:span 1}.hf-gallery-item--small{grid-column:span 3;grid-row:span 1}.hf-gallery-item--wide{grid-column:span 8;grid-row:span 1}.hf-gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,rgba(32,52,36,.8),transparent);color:#fefdf9;transform:translateY(100%);transition:transform .3s ease}.hf-gallery-item:hover .hf-gallery-caption{transform:translateY(0)}@media (max-width: 820px){.hf-gallery-masonry{grid-template-columns:repeat(4,1fr);grid-auto-rows:150px}.hf-gallery-item--large,.hf-gallery-item--wide{grid-column:span 4;grid-row:span 1}.hf-gallery-item--medium,.hf-gallery-item--small{grid-column:span 2}}.hf-produce-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.hf-produce-card{position:relative;border-radius:var(--hf-image-radius);overflow:hidden;aspect-ratio:4/5}.hf-produce-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hf-produce-card:hover img{transform:scale(1.08)}.hf-produce-card-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background:linear-gradient(to top,rgba(32,52,36,.9) 0%,rgba(32,52,36,.4) 40%,transparent 70%)}.hf-produce-card-overlay h4{color:#fefdf9;font-size:22px;font-weight:700;margin:0 0 8px}.hf-produce-card-overlay small{color:#fffc}.hf-produce-status{position:absolute;top:16px;right:16px;padding:8px 16px;border-radius:999px;background:var(--hf-leaf);color:#fefdf9;font-size:12px;font-weight:600;letter-spacing:.05em}.hf-produce-status--pending{background:var(--hf-earth)}.hf-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:transform .3s ease,background .3s ease,border-color .3s ease}.hf-nav--hidden{transform:translateY(-100%)}.hf-nav--solid{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom-color:var(--hf-border)}.hf-nav-inner{max-width:1120px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.hf-nav-logo{font-size:20px;font-weight:600;color:#fff;text-decoration:none;transition:color .3s ease}.hf-nav--solid .hf-nav-logo{color:var(--hf-ink)}.hf-nav-links{display:flex;gap:32px;list-style:none;margin:0;padding:0}.hf-nav-links a{color:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s ease}.hf-nav--solid .hf-nav-links a{color:var(--hf-ink)}.hf-nav-links a:hover{color:var(--hf-leaf-2)}.hf-nav--solid .hf-nav-links a:hover{color:var(--hf-leaf)}.hf-nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.hf-nav-hamburger span{display:block;width:24px;height:2px;background:#fff;transition:background .3s ease}.hf-nav--solid .hf-nav-hamburger span{background:var(--hf-ink)}.hf-nav-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hf-nav-hamburger.active span:nth-child(2){opacity:0}.hf-nav-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hf-nav-mobile{display:none;position:fixed;inset:60px 0 0;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);padding:40px 20px;z-index:99}.hf-nav-mobile.active{display:block}.hf-nav-mobile ul{list-style:none;margin:0;padding:0}.hf-nav-mobile li{margin-bottom:24px}.hf-nav-mobile a{font-size:20px;font-weight:500;color:var(--hf-ink);text-decoration:none}@media (max-width: 820px){.hf-nav-links{display:none}.hf-nav-hamburger{display:flex}}.hf-hero-slideshow{position:relative;height:100vh;overflow:hidden;margin-top:-60px;padding-top:0}.hf-hero-slides{position:relative;height:100%}.hf-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease}.hf-hero-slide.active{opacity:1}.hf-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.hf-hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(32,52,36,.2) 0%,rgba(32,52,36,.4) 50%,rgba(32,52,36,.7) 100%)}.hf-hero-slideshow-content{position:absolute;bottom:0;left:0;right:0;padding:60px 40px 100px;background:linear-gradient(to top,rgba(32,52,36,.85) 0%,rgba(32,52,36,.6) 50%,transparent 100%);color:#fefdf9;z-index:10}.hf-hero-slideshow-content h1{font-family:Zen Maru Gothic,sans-serif;font-size:clamp(20px,4vw,32px);font-weight:500;line-height:1.8;letter-spacing:.08em;margin:0 0 12px;max-width:600px;animation:fadeSlideUp 1s ease forwards}.hf-hero-slideshow-content p{font-family:Zen Maru Gothic,sans-serif;font-size:clamp(12px,2vw,15px);font-weight:400;letter-spacing:.15em;opacity:.85;margin:0 0 20px;animation:fadeSlideUp 1s ease .2s forwards;opacity:0}@media (max-width: 768px){.hf-hero-slideshow-content{padding:40px 20px 80px;text-align:center}.hf-hero-slideshow-content h1{max-width:100%}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hf-hero-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.hf-hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;padding:0;appearance:none;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:background .3s ease,transform .3s ease}.hf-hero-dot.active{background:#fefdf9;transform:scale(1.2)}.hf-animate{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.hf-animate.visible{opacity:1;transform:translateY(0)}.hf-animate-delay-1{transition-delay:.1s}.hf-animate-delay-2{transition-delay:.2s}.hf-animate-delay-3{transition-delay:.3s}.hf-carousel-container{overflow:hidden;position:relative}.hf-carousel{display:flex;gap:var(--hf-gallery-gap);animation:carouselScroll 40s linear infinite}.hf-carousel:hover{animation-play-state:paused}@keyframes carouselScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hf-carousel-item{flex:0 0 300px;height:220px;border-radius:var(--hf-image-radius);overflow:hidden}.hf-carousel-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hf-carousel-item:hover img{transform:scale(1.1)}html{scroll-behavior:smooth}.hf-page{padding-top:60px}.hf-hero-slideshow+.hf-page,.hf-hero-fullscreen+.hf-page{padding-top:0}.hf-about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:start}@media (max-width: 768px){.hf-about-grid{grid-template-columns:1fr;gap:32px}}.hf-about-image{border-radius:var(--hf-image-radius);overflow:hidden}.hf-about-image img{width:100%;height:auto;display:block}.hf-profile-list{margin:0 0 24px;padding:0}.hf-profile-item{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid var(--hf-border)}.hf-profile-item dt{font-weight:600;color:var(--hf-leaf);min-width:80px}.hf-profile-item dd{margin:0;color:var(--hf-ink)}.hf-about-description{color:var(--hf-muted);line-height:1.8;margin:0 0 24px}.hf-crops-list{background:var(--hf-sage);padding:20px 24px;border-radius:12px}.hf-crops-list strong{color:var(--hf-leaf);display:block;margin-bottom:12px}.hf-crops-list ul{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none}.hf-crops-list li{background:#fff;padding:8px 16px;border-radius:999px;font-size:14px;color:var(--hf-ink)}.hf-video-container{margin-top:48px;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--hf-image-radius)}.hf-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.hf-corporate-intro{max-width:700px;margin:0 auto 40px;text-align:center}.hf-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}@media (max-width: 768px){.hf-services-grid{grid-template-columns:1fr}}.hf-service-card{background:var(--hf-card);padding:32px;border-radius:16px;border:1px solid var(--hf-border);transition:transform .3s ease}.hf-service-card:hover{transform:translateY(-4px)}.hf-service-card h4{color:var(--hf-leaf);font-size:18px;font-weight:600;margin:0 0 12px}.hf-service-card p{color:var(--hf-muted);margin:0;font-size:14px;line-height:1.7}.hf-partners-section{background:var(--hf-sage);padding:32px;border-radius:16px}.hf-partners-section h4{color:var(--hf-leaf);font-size:16px;font-weight:600;margin:0 0 20px;text-align:center}.hf-partners-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px;margin:0;padding:0;list-style:none}.hf-partners-list li{background:#fff;padding:10px 20px;border-radius:999px;font-size:14px;color:var(--hf-ink)}.hf-partner-note{margin-left:8px;color:var(--hf-muted);font-size:12px}[data-puck-preview] .hf-nav,[data-puck-component] .hf-nav,#puck-preview .hf-nav{position:relative;background:rgba(255,255,255,.95);border-bottom-color:var(--hf-border)}[data-puck-preview] .hf-nav-logo,[data-puck-component] .hf-nav-logo,#puck-preview .hf-nav-logo,[data-puck-preview] .hf-nav-links a,[data-puck-component] .hf-nav-links a,#puck-preview .hf-nav-links a{color:var(--hf-ink)}[data-puck-preview] .hf-nav-hamburger span,[data-puck-component] .hf-nav-hamburger span,#puck-preview .hf-nav-hamburger span{background:var(--hf-ink)}[data-puck-preview] .hf-hero-slideshow,[data-puck-component] .hf-hero-slideshow,#puck-preview .hf-hero-slideshow,[data-puck-preview] .hf-hero-fullscreen,[data-puck-component] .hf-hero-fullscreen,#puck-preview .hf-hero-fullscreen{margin-top:0;height:auto;min-height:400px}[data-puck-preview] .hf-page,[data-puck-component] .hf-page,#puck-preview .hf-page{padding-top:0}[data-puck-preview] .hf-animate,[data-puck-component] .hf-animate,#puck-preview .hf-animate{opacity:1!important;transform:none!important}[data-puck-preview] .hf-carousel,[data-puck-component] .hf-carousel,#puck-preview .hf-carousel{animation:none}[data-puck-preview] .hf-hero-slide,[data-puck-component] .hf-hero-slide,#puck-preview .hf-hero-slide{position:relative;opacity:1}[data-puck-preview] .hf-hero-slides,[data-puck-component] .hf-hero-slides,#puck-preview .hf-hero-slides{display:flex;flex-wrap:wrap;gap:8px}[data-puck-preview] .hf-hero-slide,[data-puck-component] .hf-hero-slide,#puck-preview .hf-hero-slide{position:relative;flex:0 0 calc(25% - 6px);height:150px}[data-puck-preview] .hf-hero-slideshow-content,[data-puck-component] .hf-hero-slideshow-content,#puck-preview .hf-hero-slideshow-content{position:relative;background:var(--hf-ink);padding:20px}[data-puck-preview] .hf-hero-dots,[data-puck-component] .hf-hero-dots,#puck-preview .hf-hero-dots{position:relative;bottom:auto;left:auto;transform:none;padding:10px;background:var(--hf-sage)}
