/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--cream:#fff8e9;--warm-white:#f8f4eb;--ink:#2f251f;--green:#2f6b3d;--dark-green:#18472e;--sage:#dfe9d6;--red:#bd3038;--marigold:#f3b52d;--clay:#b8694a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--warm-white);color:var(--ink);font-family:var(--font-geist-sans), Arial, sans-serif;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.announcement{background:var(--dark-green);color:#fffced;letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;gap:26px;min-height:42px;padding:10px 6vw;font-size:12px;font-weight:700;display:flex}.announcement i{background:var(--marigold);border-radius:50%;width:4px;height:4px}.site-header{background:var(--cream);z-index:50;border-bottom:1px solid #2f251f1f;grid-template-columns:1fr auto 1fr;align-items:center;gap:36px;height:92px;padding:0 5vw;display:grid;position:sticky;top:0}.brand{color:var(--dark-green);letter-spacing:-.04em;align-items:center;gap:8px;font-family:Georgia,serif;font-size:clamp(25px,2.4vw,37px);display:flex}.brand-leaf{color:var(--green);font-size:1.35em;transform:rotate(-15deg)}.site-header nav{gap:clamp(20px,2.8vw,46px);font-size:14px;font-weight:650;display:flex}.site-header nav a{padding:10px 0;position:relative}.site-header nav a:after{content:"";background:var(--marigold);height:3px;transition:right .2s;position:absolute;bottom:3px;left:0;right:100%}.site-header nav a:hover:after,.site-header nav a:focus-visible:after{right:0}.site-header>.button{justify-self:end}.button{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:14px;min-height:54px;padding:0 27px;font-weight:750;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #8b212829}.button:hover{background:#9f232c;transform:translateY(-2px);box-shadow:0 12px 28px #8b212838}.button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--marigold);outline-offset:3px}.button-small{min-height:48px;padding:0 23px;font-size:13px}.text-link{color:var(--green);border-bottom:2px solid var(--green);align-items:center;gap:12px;width:fit-content;padding-bottom:4px;font-weight:750;display:inline-flex}.hero{background:var(--cream);grid-template-columns:43% 57%;min-height:740px;display:grid;overflow:hidden}.hero-copy{z-index:2;flex-direction:column;align-items:flex-start;padding:100px 3vw 70px 6vw;display:flex;position:relative}.eyebrow{color:var(--green);letter-spacing:.22em;text-transform:uppercase;margin:0 0 24px;font-size:12px;font-weight:800}.hero h1{max-width:680px;color:var(--dark-green);letter-spacing:-.055em;margin:0;font-family:Georgia,serif;font-size:clamp(55px,6.2vw,91px);font-weight:500;line-height:.96}.hero-text{max-width:560px;margin:32px 0;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:34px;display:flex}.season-note{color:var(--dark-green);flex-direction:column;gap:6px;margin-top:auto;padding-top:58px;display:flex}.season-note strong{letter-spacing:.15em;text-transform:uppercase;font-size:12px}.season-note span{font-family:Georgia,serif;font-size:24px}.hero-image-wrap{background:#eee7d7;justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.hero-image-wrap img{object-fit:cover;z-index:2;clip-path:polygon(5% 0,100% 0,100% 94%,0 100%,0 7%);width:94%;height:84%;position:relative}.paint{z-index:1;border-radius:45% 55% 50% 42%;position:absolute}.paint-red{background:var(--red);width:53%;height:49%;top:9%;left:1%;transform:rotate(-8deg)}.paint-green{background:var(--green);width:53%;height:54%;bottom:1%;right:-8%;transform:rotate(7deg)}.harvest-tag{z-index:4;background:var(--cream);color:var(--green);border-radius:999px;padding:16px 22px;font-weight:750;position:absolute;bottom:10%;right:5vw;box-shadow:0 12px 34px #2f251f2b}.harvest-tag span{color:var(--marigold)}.section{padding:120px 6vw}.section h2{color:var(--dark-green);letter-spacing:-.045em;margin:0;font-family:Georgia,serif;font-size:clamp(44px,5vw,72px);font-weight:500;line-height:1.03}.story{background:#fffdf7;grid-template-columns:minmax(300px,.85fr) 1.15fr;align-items:center;gap:9vw;display:grid}.story-photo{background:#fff;max-width:520px;padding:18px 18px 56px;position:relative;transform:rotate(-2deg);box-shadow:0 20px 55px #2f251f26}.story-photo img{object-fit:cover;width:100%;height:570px}.photo-caption{color:var(--green);font-family:Georgia,serif;font-style:italic;position:absolute;bottom:17px;left:25px}.story-copy{max-width:650px}.story-copy .lead{margin:30px 0 16px;font-size:21px;font-weight:650;line-height:1.5}.story-copy>p:not(.eyebrow):not(.lead){color:#675a50;margin:0 0 30px;font-size:17px;line-height:1.8}.box-section{background:var(--cream)}.section-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:8vw;display:grid}.section-heading>p{color:#675a50;max-width:570px;margin:0;font-size:17px;line-height:1.75}.harvest-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:60px;display:grid}.harvest-card{color:#fff;border-radius:4px;flex-direction:column;justify-content:flex-end;min-height:300px;padding:34px;display:flex;position:relative;overflow:hidden}.harvest-card:before{content:"";border:2px solid #ffffff59;border-radius:50%;width:175px;height:175px;position:absolute;top:-45px;right:-35px}.card-1{background:var(--green)}.card-2{background:var(--clay)}.card-3{background:var(--red)}.card-4{color:var(--ink);background:#d99a1b}.produce-icon{filter:saturate(.9);font-size:58px;position:absolute;top:29px;left:30px}.harvest-card h3{margin:0 0 7px;font-family:Georgia,serif;font-size:29px;font-weight:500}.harvest-card p{opacity:.88;margin:0;font-size:14px;line-height:1.6}.fine-print{color:#786a5d;margin:24px 0 0;font-size:13px}.how{color:#fff;background:var(--dark-green);grid-template-columns:.85fr 1.15fr;gap:8vw;padding-top:110px;padding-bottom:110px;display:grid}.eyebrow.light{color:#dceccf}.how h2{color:#fff}.how-heading>p:last-child{color:#d7e0d8;max-width:520px;margin-top:30px;line-height:1.75}.steps{border-top:1px solid #ffffff40}.step{border-bottom:1px solid #ffffff40;grid-template-columns:52px 180px 1fr;align-items:start;gap:20px;padding:31px 0;display:grid}.step>span{color:var(--marigold);font-weight:800}.step h3{margin:0;font-family:Georgia,serif;font-size:25px;font-weight:500}.step p{color:#d7e0d8;margin:2px 0 0;line-height:1.6}.find{background:#fffdf7;grid-template-columns:1.25fr .75fr;gap:22px;display:grid}.market-card,.delivery-card{border-radius:3px;padding:clamp(38px,5vw,72px)}.market-card{color:#fff;background:var(--red)}.market-card .eyebrow{color:#ffe0d6}.market-card h2{color:#fff}.market-details{grid-template-columns:1fr 1fr;gap:40px;margin:43px 0;display:grid}.market-details div{flex-direction:column;gap:7px;display:flex}.market-details span{color:#ffd9ce;letter-spacing:.15em;text-transform:uppercase;font-size:11px;font-weight:800}.market-details strong{font-size:18px}.market-details small{opacity:.8}.button-cream{background:var(--cream);color:var(--red);box-shadow:none}.button-cream:hover{color:#fff}.delivery-card{background:var(--sage);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.coming-pill{background:var(--marigold);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800}.delivery-card h3{color:var(--dark-green);margin:26px 0 20px;font-family:Georgia,serif;font-size:clamp(35px,3vw,48px);font-weight:500;line-height:1.05}.delivery-card p{color:#52614d;margin:0 0 27px;line-height:1.7}.subscribe{background:var(--marigold);grid-template-columns:.83fr 1.17fr;gap:8vw;display:grid}.subscribe-copy{padding-top:20px}.subscribe-copy .eyebrow{color:#654315}.subscribe-copy p:not(.eyebrow){max-width:540px;margin:30px 0;font-size:18px;line-height:1.7}.subscribe-copy ul{gap:13px;margin:0;padding:0;font-weight:700;list-style:none;display:grid}.subscribe-copy li:before{content:"✓";color:var(--green);margin-right:12px}.interest-form{background:#fffdf7;border-radius:4px;gap:20px;padding:clamp(30px,4vw,54px);display:grid;box-shadow:0 24px 60px #5a3a0c26}.field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.interest-form label{color:var(--dark-green);gap:8px;font-size:13px;font-weight:750;display:grid}.optional{color:#837569;font-weight:450}.interest-form input:not([type=checkbox]),.interest-form select,.interest-form textarea{width:100%;min-height:49px;color:var(--ink);background:#fff;border:1px solid #cbbfb0;border-radius:2px;padding:12px 14px}.interest-form textarea{resize:vertical}.consent{align-items:start;line-height:1.45;color:#5d5149!important;grid-template-columns:20px 1fr!important;font-weight:500!important}.consent input{width:18px;height:18px;accent-color:var(--green)}.form-button{width:100%;margin-top:4px}.form-button:disabled{opacity:.65;cursor:wait}.form-status{min-height:22px;color:var(--green);margin:0;font-size:14px;font-weight:700}.faq{background:var(--cream);grid-template-columns:.7fr 1.3fr;gap:8vw;display:grid}.faq-list{border-top:1px solid #cfc4b5}.faq details{border-bottom:1px solid #cfc4b5}.faq summary{cursor:pointer;color:var(--dark-green);padding:25px 4px;font-size:18px;font-weight:700}.faq details p{color:#6c6056;max-width:700px;margin:-5px 0 25px;line-height:1.7}footer{color:#e7eee4;background:#153723;grid-template-columns:2fr 1fr 1fr;gap:50px;padding:72px 6vw 28px;display:grid}footer strong{color:#fff}.footer-brand strong{font-family:Georgia,serif;font-size:31px;font-weight:500}.footer-brand .brand-leaf{margin-right:8px}.footer-brand p{color:#b8c6b9}footer>div:not(.footer-brand){flex-direction:column;gap:13px;display:flex}footer>div:not(.footer-brand) strong{margin-bottom:8px}footer a{color:#b8c6b9}footer a:hover{color:var(--marigold)}.copyright{color:#91a093;border-top:1px solid #ffffff24;grid-column:1/-1;margin:40px 0 0;padding-top:24px;font-size:12px}@media (width<=1040px){.site-header nav{display:none}.site-header{grid-template-columns:1fr auto}.hero{grid-template-columns:1fr}.hero-copy{min-height:650px;padding-right:8vw}.hero-image-wrap{min-height:620px}.story,.how,.subscribe,.faq{grid-template-columns:1fr}.story-photo{max-width:600px}.harvest-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.announcement{text-align:center;gap:10px;font-size:9px}.site-header{height:76px;padding:0 20px}.brand{font-size:25px}.button-small{min-height:44px;padding:0 16px;font-size:0}.button-small:before{content:"Join";font-size:13px}.button-small span{font-size:13px}.hero-copy{min-height:590px;padding:75px 24px 48px}.hero h1{font-size:clamp(54px,16vw,72px)}.hero-text{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start}.season-note{padding-top:48px}.hero-image-wrap{min-height:430px}.hero-image-wrap img{width:100%;height:86%}.harvest-tag{font-size:12px;bottom:7%;right:18px}.section{padding:80px 24px}.section-heading{grid-template-columns:1fr;align-items:start}.section-heading>p{margin-top:22px}.story{gap:65px}.story-photo img{height:470px}.harvest-grid{grid-template-columns:1fr}.harvest-card{min-height:240px}.how{gap:60px}.step{grid-template-columns:42px 1fr}.step p{grid-column:2}.find{grid-template-columns:1fr;gap:15px}.market-details{grid-template-columns:1fr;gap:25px}.field-row{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}.footer-brand,.copyright{grid-column:1/-1}}@media (prefers-reduced-motion:no-preference){.hero-copy>*{animation:.55s both rise}.hero-copy>:nth-child(2){animation-delay:60ms}.hero-copy>:nth-child(3){animation-delay:.12s}.hero-copy>:nth-child(4){animation-delay:.18s}.hero-image-wrap img{animation:.75s 80ms both reveal}@keyframes rise{0%{opacity:0;transform:translateY(16px)}}@keyframes reveal{0%{opacity:0;transform:translate(24px)scale(.98)}}}
