@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=DM+Serif+Display:ital@0;1&display=swap";:root{--paper: #f8f5ee;--cream: #efe8d9;--ink: #30382c;--green: #424b35;--rust: #9a4f31;--muted: #6d7064;--border: #dedccf;--serif: "DM Serif Display", Georgia, serif;--sans: "DM Sans", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:118px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--rust);outline-offset:5px}::selection{background:#e6c5a6;color:var(--ink)}.container{width:min(1200px,calc(100% - 96px));margin-inline:auto}.topbar{background:var(--green);color:#f5f0e5;display:flex;align-items:center;justify-content:center;gap:14px;min-height:37px;font-size:11px;letter-spacing:.04em}.topbar a:hover{text-decoration:underline}.tiny-sun{font-size:20px;line-height:1}.topbar-divider{opacity:.3;margin:0 8px}.header{position:sticky;top:0;z-index:30;background:#f8f5eef7;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{height:104px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px;flex-shrink:0}.brand img{width:66px;height:68px;object-fit:contain}.brand-small{display:block;font-size:9px;letter-spacing:.17em;font-weight:600;line-height:1.5}.brand-name{display:block;font-family:var(--serif);font-size:29px;line-height:1.2;letter-spacing:-.7px}.brand-dot{color:var(--rust)}nav{display:flex;align-items:center;gap:29px;font-size:12px;font-weight:550}nav>a:not(.button):hover{color:var(--rust)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;background:var(--green);color:#fffaf1;padding:16px 23px;border:1px solid var(--green);border-radius:3px;font-size:12px;font-weight:550;line-height:1.6;transition:background .2s,transform .2s}.button:hover{background:#303c29;transform:translateY(-2px)}.button span{font-size:19px;font-weight:400;line-height:1}.button-small{padding:12px 17px;font-size:11px;gap:20px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding-top:62px;padding-bottom:75px}.eyebrow{display:flex;align-items:center;gap:11px;font-size:10px;font-weight:650;letter-spacing:.15em;line-height:1.6;color:var(--green)}.line{height:1px;width:27px;background:var(--rust)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h1{font-size:clamp(54px,5.7vw,81px);line-height:1.05;letter-spacing:-2.5px;margin:22px 0}h1 em,h2 em{color:var(--rust);font-weight:400}p{color:var(--muted)}.hero-copy>p{max-width:400px;font-size:15px;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:29px}.text-link{display:inline-flex;align-items:center;gap:17px;font-size:12px;font-weight:550;padding:10px 0;border-bottom:1px solid #8a8e7d;line-height:1.5}.text-link:hover{color:var(--rust);border-color:var(--rust)}.text-link span{font-size:19px}.hero-note{display:flex;gap:9px;align-items:center;font-size:10px;color:var(--muted);margin-top:32px}.icon{width:23px;height:23px;stroke:currentColor;stroke-width:1.45;fill:none;flex-shrink:0}.hero-note .icon{width:17px;height:17px}.note-dot{margin:0 7px}.hero-visual{position:relative;min-width:0;padding-bottom:18px}.hero-photo{height:490px;border-radius:48% 48% 3px 3px;overflow:hidden;background:#e7ddc8;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:59% center}.hero-photo:after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#18190e66);pointer-events:none}.photo-caption{position:absolute;bottom:22px;right:25px;color:#fff9ee;font-size:11px;letter-spacing:.05em;z-index:1}.round-stamp{position:absolute;left:-34px;bottom:-6px;width:128px;height:128px;border-radius:50%;background:#e8dcb9;color:var(--green);border:5px solid var(--paper);box-shadow:0 0 0 1px #d9d0b8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transform:rotate(-12deg)}.round-stamp span{font-size:9px;font-weight:650;letter-spacing:.14em}.hero-scribble{font-family:var(--serif);font-style:italic;font-size:16px;position:absolute;right:0;bottom:-19px;color:var(--rust)}.values{border-block:1px solid var(--border);background:#eeeee4}.values-inner{display:flex;justify-content:space-around;gap:24px;padding-block:23px}.values-inner>span{display:flex;align-items:center;gap:13px;font-size:12px}.values-inner>span+span{border-left:1px solid #d1d4c5;padding-left:40px}.section{padding-block:83px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.section-heading h2{margin-top:11px}h2{font-size:clamp(32px,3.4vw,45px);line-height:1.16;letter-spacing:-.8px}.section-heading>p{font-size:12px;line-height:1.8;padding-bottom:3px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-card{min-width:0}.product-image{height:248px;position:relative;overflow:hidden;background:var(--cream);border-radius:4px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.035)}.tag{position:absolute;left:16px;top:16px;background:var(--paper);color:var(--ink);padding:6px 10px;border-radius:2px;letter-spacing:.08em;font-weight:600;font-size:8px}.product-content{padding:22px 2px 0}.product-number{font-size:8px;letter-spacing:.13em;color:var(--muted)}h3{font-size:26px;line-height:1.2;margin-top:8px;margin-bottom:11px;letter-spacing:-.35px}.product-content p{font-size:12px;line-height:1.85;max-width:325px}.availability{display:flex;align-items:center;gap:7px;font-size:10px;margin-top:18px}.availability>span,.status-dot{width:6px;height:6px;border-radius:50%;background:#77865b;flex-shrink:0}.inline-link{font-size:11px;font-weight:550;display:inline-flex;align-items:center;gap:18px}.product-content .inline-link{margin-top:18px}.inline-link:hover{text-decoration:underline;text-underline-offset:4px}.meat-strip{display:flex;align-items:center;gap:18px;margin-top:37px;padding:22px 25px;border:1px solid var(--border);border-radius:3px}.meat-strip p{font-size:11px;flex:1}.meat-strip strong{font-weight:550;color:var(--ink)}.story{background:var(--cream);padding-block:73px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.story-visual{position:relative;padding:0 0 38px}.harvest-photo{width:100%;height:353px;object-fit:cover;border-radius:4px}.story-label{position:absolute;bottom:0;right:-23px;background:var(--paper);padding:20px 26px;display:flex;align-items:center;gap:18px;box-shadow:0 5px 15px #3d332509;transform:rotate(-3deg);font-family:var(--serif);font-size:19px;line-height:1.45}.story-label em{color:var(--rust)}.small-flower{font-size:44px;color:var(--rust)}.story-copy h2{margin-top:14px;margin-bottom:23px}.story-copy p{font-size:13px;line-height:1.9;margin-top:15px}.story-copy .handwritten{font-family:var(--serif);font-size:20px;font-style:italic;color:var(--rust);margin-top:18px}.story-copy .text-link{margin-top:10px}.self-service{margin-block:77px 0;padding:46px 49px;background:var(--green);color:var(--paper);border-radius:4px;display:grid;grid-template-columns:190px 1fr 130px;gap:40px;align-items:center;position:relative}.self-service .eyebrow{color:#e2d9be;font-size:9px}.self-service h2{font-size:37px;margin:11px 0 17px}.self-service p{color:#e0e0d3;font-size:12px;max-width:395px}.self-illustration svg{width:100%;height:auto;opacity:.85}.self-illustration>span{display:block;font-family:var(--serif);font-size:15px;font-style:italic;text-align:center;margin-top:12px;color:#e3d9bd}.button-light{background:var(--paper);border-color:var(--paper);color:var(--green);margin-top:22px;font-size:11px;padding:12px 19px}.button-light:hover{background:var(--cream)}.daily{border:1px solid #adb09a;border-radius:75px;padding:28px 6px;text-align:center;transform:rotate(8deg);color:#e9ddbb}.daily strong{display:block;font-family:var(--serif);font-size:71px;line-height:1}.daily>span{display:block;font-size:8px;letter-spacing:.09em;margin-top:9px}.daily .daily-bottom{font-family:var(--serif);font-style:italic;font-size:16px;letter-spacing:0}.visit-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding-top:86px;padding-bottom:90px}.visit-intro h2{font-size:53px;margin-block:14px 19px}.visit-intro>p{max-width:335px;font-size:13px}.address{display:flex;gap:15px;margin-block:26px;align-items:start;font-size:12px}.address .icon{color:var(--rust)}.address strong{font-weight:550}.address address{font-style:normal;color:var(--muted);margin-top:4px}.hours-card{background:#efece2;border:1px solid #ddd9ca;padding:36px 39px;border-radius:4px}.hours-top{display:flex;justify-content:space-between;align-items:center}.hours-top .eyebrow{font-size:8px}.hours-card h3{font-size:32px;margin-top:16px;margin-bottom:23px}.hours{margin:0 0 24px}.hours>div{display:flex;justify-content:space-between;gap:16px;padding:17px 0;border-bottom:1px solid #d8d7c9;font-size:13px}.hours dd{font-weight:600;margin:0}.self-hours{display:flex;align-items:start;gap:11px}.self-hours .status-dot{margin-top:8px}.self-hours strong{font-size:12px;font-weight:550}.self-hours p{font-size:10px;margin-top:5px}.hours-note{border-top:1px solid #d8d7c9;margin-top:24px;padding-top:20px;font-size:10px}.hours-note a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.social-section{background:#efeee5;padding-block:62px 70px;border-top:1px solid var(--border)}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.social-grid>a{position:relative;overflow:hidden;border-radius:3px;aspect-ratio:1.32;background:var(--cream)}.social-grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.social-grid a:hover img{transform:scale(1.035)}.social-grid a:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#172011b3)}.social-grid a>span{position:absolute;bottom:20px;left:20px;right:20px;color:#fff;display:flex;justify-content:space-between;z-index:1;font-size:12px}.social-grid a>span>span{font-size:18px}footer{background:#30392c;color:#f4f0e5}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:35px}.footer-main .brand img{width:58px;height:60px}.footer-main .brand-name{font-size:26px}.footer-main .brand-small{font-size:8px}.footer-main>p{font-family:var(--serif);font-style:italic;color:#d5d3bd;font-size:20px}.footer-social{display:flex;gap:22px;font-size:11px}.footer-social a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #565d4e;display:flex;justify-content:space-between;gap:20px;padding-block:20px;color:#bfc2af;font-size:9px}.mobile-only{display:none}.skip-link{position:fixed;top:-60px;left:20px;padding:10px 20px;background:var(--paper);z-index:100}.skip-link:focus{top:10px}@media(min-width:1500px){.hero{padding-block:75px 85px}.hero-photo{height:535px}}@media(max-width:1100px){.container{width:calc(100% - 64px)}nav{gap:18px}.header-inner{gap:20px}.brand img{width:57px;height:59px}.brand-name{font-size:26px}.hero{gap:30px}.hero-photo{height:440px}h1{font-size:65px}.hero-actions{gap:18px}.hero-actions .button{padding-inline:17px;font-size:11px}.hero-note{font-size:9px}.values-inner>span+span{padding-left:25px}.story-grid{gap:60px}.self-service{grid-template-columns:160px 1fr 115px;gap:25px;padding:39px}.visit-section{gap:60px}}@media(max-width:1000px){.header-inner{height:88px}.menu-toggle{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:3px;padding:9px 12px;background:transparent;font-size:12px;color:var(--ink)}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:22px 32px;border-bottom:1px solid var(--border);box-shadow:0 10px 15px #3333330a}nav.is-open{display:flex;flex-wrap:wrap}nav>a{padding-block:10px}.hero{padding-top:44px;padding-bottom:64px}h1{font-size:56px}.hero-copy>p{font-size:13px}.hero-actions{align-items:start;flex-direction:column;gap:7px}.hero-note{align-items:start;max-width:220px}.hero-note .icon{margin-top:2px}.hero-photo{height:421px}.round-stamp{width:110px;height:110px;left:-17px}.round-stamp span{font-size:8px}.hero-scribble{font-size:14px}.values-inner{gap:15px}.values-inner>span{font-size:10px;gap:8px}.values-inner>span+span{padding-left:15px}.product-grid{gap:18px}.product-image{height:190px}.product-content h3{font-size:23px}.story-grid{gap:40px}.story-label{right:-10px;font-size:16px;padding:17px}.self-service{grid-template-columns:130px 1fr;gap:35px}.daily{display:none}.self-service h2{font-size:34px}.hours-card{padding:28px}.visit-section{gap:40px}.visit-intro h2{font-size:46px}.footer-main>p{display:none}.section-heading>p{font-size:11px}}@media(max-width:650px){html{scroll-padding-top:100px}.container{width:calc(100% - 40px)}.topbar{font-size:10px;gap:8px;min-height:32px}.topbar-divider,.topbar>a{display:none}.header-inner{height:79px}.brand img{width:49px;height:51px}.brand{gap:9px}.brand-name{font-size:25px}.brand-small{font-size:8px}.menu-toggle{padding:8px 9px;font-size:11px}nav{padding:15px 20px}nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:3px}nav>a{padding:12px 10px;font-size:14px}.hero{grid-template-columns:1fr;gap:33px;padding-top:36px;padding-bottom:50px}.hero .eyebrow{font-size:9px}h1{font-size:clamp(47px,12vw,67px);letter-spacing:-1.7px;margin-block:19px}.hero-copy>p{font-size:14px;max-width:370px}.hero-actions{flex-direction:row;align-items:center;gap:20px;margin-top:23px}.hero-actions .button{padding:14px 15px;font-size:11px;gap:12px}.hero-actions .text-link{font-size:11px;gap:10px}.hero-note{margin-top:22px;max-width:none;font-size:9px;align-items:center}.hero-note .icon{margin-top:0}.hero-visual{padding-bottom:10px;margin-left:14px;margin-right:4px}.hero-photo{height:380px;border-radius:46% 46% 3px 3px}.hero-photo img{object-position:55% center}.round-stamp{bottom:0;left:-14px;width:110px;height:110px}.hero-scribble{font-size:13px;bottom:-18px}.photo-caption{font-size:10px;bottom:20px;right:15px}.values-inner{flex-wrap:wrap;justify-content:center;padding-block:18px;gap:12px 19px}.values-inner>span{font-size:10px}.values-inner>span+span{border:0;padding:0}.values-inner .icon{width:19px;height:19px}.section{padding-block:53px}.section-heading{display:block;margin-bottom:24px}.section-heading h2{font-size:34px;margin-top:10px}.section-heading>p{font-size:12px;margin-top:15px}.eyebrow{font-size:9px}.mobile-only{display:block}.product-grid{grid-template-columns:1fr;gap:31px}.product-image{height:260px}.product-content{padding-top:16px}.product-content h3{font-size:27px}.product-content p{font-size:13px;max-width:100%}.product-number{font-size:9px}.availability,.product-content .inline-link{font-size:11px;margin-top:13px}.tag{font-size:9px}.meat-strip{padding:20px;align-items:start;gap:12px;flex-wrap:wrap;margin-top:29px}.meat-strip p{font-size:12px;flex-basis:calc(100% - 38px)}.meat-strip .inline-link{margin-left:35px}.story{padding-block:45px}.story-grid{grid-template-columns:1fr;gap:28px}.harvest-photo{height:270px}.story-label{right:0;font-size:17px}.story-copy h2{font-size:37px;margin-bottom:18px}.story-copy p{font-size:13px}.self-service{margin-top:45px;padding:29px 26px;grid-template-columns:1fr;gap:24px}.self-illustration{max-width:155px;margin:auto}.self-illustration>span{font-size:14px}.self-copy h2{font-size:37px}.self-copy p{font-size:13px}.visit-section{grid-template-columns:1fr;gap:30px}.visit-intro h2{font-size:45px}.hours-card{padding:25px}.hours-card h3{font-size:29px}.hours-top .eyebrow{font-size:8px}.hours>div{font-size:13px}.hours-note,.self-hours p{font-size:11px}.social-section{padding-block:43px}.social-section .section-heading h2{font-size:33px}.social-section .text-link{margin-top:13px}.social-grid{grid-template-columns:1fr;gap:15px}.social-grid>a{aspect-ratio:1.45}.social-grid a>span{font-size:13px}.footer-main{align-items:start;gap:24px;flex-direction:column;padding-block:28px}.footer-social{font-size:12px}.footer-bottom{flex-direction:column;gap:7px;font-size:10px;padding-block:19px}.footer-bottom>span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
