:root{--forest:#183c2d;--cream:#f6f1e7;--paper:#fffdf8;--clay:#b96845;--ink:#21302a;--muted:#6b756f;--line:#d9e0da;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}*{box-sizing:border-box}body{margin:0;background:var(--cream)}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:14px max(24px,calc((100vw - 1240px)/2));background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-family:Georgia,serif;font-size:1.25rem}.brand span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:white;font-weight:800}.site-header nav{display:flex;gap:1.35rem;align-items:center;font-weight:800}.site-header nav a{text-decoration:none}.site-header nav .active{color:var(--clay)}main{max-width:1240px;margin:0 auto;padding:0 24px 80px}.hero{margin:28px 0 52px;padding:clamp(36px,8vw,90px);border-radius:32px;background:linear-gradient(120deg,rgba(14,44,31,.96),rgba(24,60,45,.74)),url('https://static.wixstatic.com/media/6ee1d7_717bec245f774a1b86e1cd23b7057709~mv2.jpg/v1/fill/w_1800,h_900,al_c,q_88/6ee1d7_717bec245f774a1b86e1cd23b7057709~mv2.jpg') center/cover;color:white}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:900;color:#f1c690;margin:0 0 .8rem}.eyebrow.dark{color:#93472d}.hero h1,.section-heading h2,.visit-note h2{font-family:Georgia,serif}.hero h1{max-width:750px;font-size:clamp(3rem,8vw,6.2rem);line-height:.9;margin:0 0 1rem}.hero p{max-width:720px;font-size:1.15rem;line-height:1.7}.button,.visit-note a{display:inline-flex;margin-top:1rem;background:var(--clay);color:white;text-decoration:none;border-radius:999px;padding:.85rem 1.15rem;font-weight:850}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin:0 0 20px}.section-heading h2{font-size:clamp(2.3rem,5vw,4.5rem);line-height:.95;margin:0}.section-heading>p{color:var(--muted)}.produce-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:58px}.produce-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 35px rgba(24,60,45,.07)}.produce-photo{aspect-ratio:4/3;background:#e8eee9;display:grid;place-items:center;color:var(--muted);overflow:hidden}.produce-photo img{width:100%;height:100%;object-fit:cover}.produce-body{padding:20px}.status{display:inline-flex;border-radius:999px;padding:.35rem .6rem;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:#dceade;color:#1d5a2c}.status.unavailable,.status.off{background:#eee8df;color:#7b6758}.status.coming_soon{background:#f5e6bf;color:#765718}.produce-body h3{font-family:Georgia,serif;font-size:1.7rem;margin:.8rem 0 .4rem}.produce-body p{color:var(--muted);line-height:1.55}.supply-note{font-weight:850;color:#9a4a2f!important}.price{font-weight:900;color:var(--forest);font-size:1.05rem}.produce-mini-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:14px}.produce-mini-gallery img{width:100%;height:58px;border-radius:8px;object-fit:cover}.produce-list{display:grid;gap:12px}.produce-row{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:12px}.produce-row img,.row-placeholder{width:110px;height:82px;object-fit:cover;border-radius:12px;background:#e8eee9;display:grid;place-items:center;color:var(--muted);font-size:.8rem}.produce-row h3{margin:0 0 .25rem;font-size:1.05rem}.produce-row p{margin:.15rem 0;color:var(--muted)}.visit-note{margin-top:58px;padding:34px;border-radius:26px;background:var(--forest);color:white}.visit-note h2{font-size:2.5rem;margin:0}.visit-note p{max-width:750px;line-height:1.6}.visit-note div{display:flex;gap:12px;flex-wrap:wrap}.visit-note a{background:white;color:var(--forest)}footer{display:flex;justify-content:space-between;gap:1rem;max-width:1240px;margin:0 auto;padding:28px 24px;border-top:1px solid var(--line);color:var(--muted)}.loading{grid-column:1/-1;padding:30px;text-align:center;color:var(--muted)}@media(max-width:850px){.produce-grid{grid-template-columns:1fr 1fr}.site-header nav{gap:.75rem;font-size:.85rem}.site-header nav a:nth-child(3){display:none}}@media(max-width:600px){.site-header{padding:10px 14px}.brand strong{display:none}main{padding:0 14px 60px}.hero{margin-top:14px;padding:38px 24px}.produce-grid{grid-template-columns:1fr}.produce-row{grid-template-columns:82px 1fr}.produce-row img,.row-placeholder{width:82px;height:72px}.produce-row>.price{grid-column:2}.section-heading{display:block}footer{display:grid;padding:24px 14px}}