:root{--green:#123d2a;--deep:#09291c;--cream:#f7f0df;--gold:#d5a64a;--red:#842e2d;--ink:#19221d;--white:#fff;--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}a{color:inherit}.topbar{height:86px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:rgba(247,240,223,.97);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(18,61,42,.13)}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--green);font-family:var(--serif);font-size:1.25rem;font-weight:700;line-height:1.05}.brand small{display:block;margin-top:5px;font-family:var(--sans);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.mountain{display:grid;place-items:center;width:38px;height:38px;border:2px solid var(--green);transform:rotate(45deg);font-size:.65rem}.mountain+span{margin-left:5px}.topbar nav{display:flex;gap:28px;align-items:center}.topbar nav a{text-decoration:none;font-size:.9rem;font-weight:700}.nav-call{padding:11px 18px;background:var(--green);color:white}.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:1.15fr .85fr}.hero-image{background:linear-gradient(90deg,rgba(4,25,16,.08),rgba(4,25,16,.1)),url("assets/dried-fruits.png") center/cover}.hero-copy{background:var(--green);color:white;padding:clamp(50px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.eyebrow{margin:0 0 18px;color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.18em}.hero h1,.section-heading h2,.visit h2{font-family:var(--serif);font-weight:500;line-height:1.05;margin:0}.hero h1{font-size:clamp(2.6rem,5vw,5.6rem);max-width:720px}.intro{font-size:clamp(1rem,1.4vw,1.2rem);max-width:590px;color:rgba(255,255,255,.82);margin:28px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-block;text-decoration:none;font-weight:800;padding:14px 20px;border:1px solid transparent}.primary{background:var(--gold);color:var(--deep)}.secondary{border-color:rgba(255,255,255,.5);color:white}.open-card{display:flex;gap:13px;align-items:center;margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.2)}.open-card div{display:flex;flex-direction:column}.open-card span{font-size:.88rem;color:rgba(255,255,255,.7)}.dot{width:10px;height:10px;background:#7fd39d;border-radius:50%;box-shadow:0 0 0 6px rgba(127,211,157,.14)}.favorites{padding:clamp(70px,9vw,130px) clamp(20px,6vw,90px)}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:42px}.section-heading h2{font-size:clamp(2.2rem,4vw,4.5rem);max-width:780px;color:var(--green)}.feature-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:20px}.feature{background:white;display:grid;grid-template-columns:45% 55%;min-height:280px;overflow:hidden}.feature.large{grid-row:1/3;display:block;position:relative;min-height:660px}.feature img{width:100%;height:100%;object-fit:cover}.feature:not(.large) div{padding:clamp(24px,3vw,44px);display:flex;flex-direction:column;justify-content:center}.feature.large div{position:absolute;left:0;right:0;bottom:0;padding:70px 34px 32px;color:white;background:linear-gradient(transparent,rgba(5,31,20,.92))}.feature h3{font-family:var(--serif);font-size:clamp(1.6rem,2.5vw,2.5rem);line-height:1.05;margin:0 0 12px}.feature p{margin:0;opacity:.78}.text-card{background:var(--red);color:white}.text-card .icon{font-family:var(--serif);font-size:2.2rem;color:var(--gold);padding-bottom:0}.visit{padding:clamp(60px,8vw,110px) clamp(20px,7vw,110px);background:var(--deep);color:white;display:grid;grid-template-columns:1.2fr 1fr;gap:60px}.visit h2{font-size:clamp(2.3rem,4vw,4.7rem);max-width:690px}.visit>div>p:last-child{max-width:580px;color:rgba(255,255,255,.72)}.details{display:grid;grid-template-columns:1fr 1fr;gap:28px}.details div{border-top:1px solid rgba(255,255,255,.25);padding-top:15px}.details span{display:block;color:var(--gold);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.details strong{display:block;margin-top:8px}.light{background:white;color:var(--deep);align-self:end;justify-self:start}footer{background:#061c13;color:white;padding:34px clamp(20px,5vw,72px);display:flex;justify-content:space-between;align-items:center;gap:24px}footer .brand{color:white}footer p{font-size:.78rem;color:rgba(255,255,255,.6)}
@media(max-width:900px){.topbar nav a:not(.nav-call){display:none}.hero{grid-template-columns:1fr}.hero-image{min-height:55vh}.hero-copy{padding:55px 24px}.feature-grid{display:block}.feature{margin-bottom:18px}.feature.large{min-height:620px}.visit{grid-template-columns:1fr}.section-heading{display:block}.details{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.topbar{height:74px;padding:0 16px}.brand{font-size:1rem}.brand small{font-size:.56rem}.mountain{width:30px;height:30px}.nav-call{padding:9px 12px}.hero{min-height:auto}.hero-image{min-height:46vh}.hero h1{font-size:2.65rem}.actions .button{width:100%;text-align:center}.feature.large{min-height:520px}.feature{grid-template-columns:1fr;min-height:0}.feature:not(.large) img{height:280px}.details{grid-template-columns:1fr}.visit{gap:30px}footer{align-items:flex-start;flex-direction:column}}
.bakery{padding:clamp(70px,9vw,130px) clamp(20px,6vw,90px);background:#fff}.bakery-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.bakery-heading h2{font-family:var(--serif);font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:1;margin:0;color:var(--green)}.bakery-heading>p{max-width:520px;margin:0;color:#5d655f}.bakery-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:360px;gap:16px}.bakery-photo{position:relative;margin:0;overflow:hidden;background:var(--cream)}.bakery-photo-wide{grid-column:span 2}.bakery-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.bakery-photo:hover img{transform:scale(1.025)}.bakery-photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:48px 22px 18px;color:#fff;background:linear-gradient(transparent,rgba(5,31,20,.88));display:flex;flex-direction:column}.bakery-photo figcaption strong{font-family:var(--serif);font-size:1.45rem}.bakery-photo figcaption span{font-size:.85rem;color:rgba(255,255,255,.78)}
@media(max-width:900px){.bakery-heading{display:block}.bakery-heading>p{margin-top:18px}.bakery-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:340px}}
@media(max-width:560px){.bakery-gallery{grid-template-columns:1fr;grid-auto-rows:360px}.bakery-photo-wide{grid-column:auto}}
.meat{padding:clamp(70px,9vw,130px) clamp(20px,6vw,90px);background:var(--green);color:#fff}.meat-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.meat-heading h2{font-family:var(--serif);font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:1;margin:0;max-width:780px}.meat-heading>p{max-width:520px;margin:0;color:rgba(255,255,255,.72)}.meat-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:400px;gap:16px}.meat-photo{position:relative;margin:0;overflow:hidden;background:var(--deep)}.meat-photo-wide{grid-column:span 1}.meat-photo-full{grid-column:1/-1}.meat-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.meat-photo:hover img{transform:scale(1.025)}.meat-photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:58px 24px 20px;background:linear-gradient(transparent,rgba(5,31,20,.9));display:flex;flex-direction:column}.meat-photo figcaption strong{font-family:var(--serif);font-size:1.65rem}.meat-photo figcaption span{font-size:.9rem;color:rgba(255,255,255,.8)}.meat-callout{margin-top:16px;padding:24px 26px;background:var(--deep);display:flex;align-items:center;justify-content:space-between;gap:20px}.meat-callout div{display:flex;flex-direction:column}.meat-callout span{color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.meat-callout strong{font-family:var(--serif);font-size:1.6rem}
@media(max-width:900px){.meat-heading{display:block}.meat-heading>p{margin-top:18px}.meat-gallery{grid-auto-rows:340px}}
@media(max-width:560px){.meat-gallery{grid-template-columns:1fr;grid-auto-rows:340px}.meat-photo-full{grid-column:auto}.meat-callout{align-items:flex-start;flex-direction:column}.meat-callout .button{width:100%;text-align:center}}
.shop{padding:clamp(70px,9vw,125px) clamp(20px,6vw,90px);background:#f4f6f1}.shop-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}.shop-heading h2{font-family:var(--serif);font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:1;margin:0;color:var(--green)}.shop-heading>p{max-width:530px;margin:0;color:#59635d}.shop-tools{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}.product-search{display:flex;flex-direction:column;gap:7px;font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.product-search input{width:100%;min-height:52px;padding:0 17px;border:1px solid #bfc8c0;background:white;color:var(--ink);font:inherit;font-size:1rem;letter-spacing:0;text-transform:none}.product-search input:focus{outline:3px solid rgba(213,166,74,.35);border-color:var(--green)}.cart-button{min-height:52px;padding:0 20px;border:0;background:var(--green);color:white;font:inherit;font-weight:800;display:flex;align-items:center;gap:12px;cursor:pointer}.cart-button strong{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--gold);color:var(--deep)}.category-tabs{display:flex;gap:9px;overflow-x:auto;padding:20px 0 12px;scrollbar-width:thin}.category-tab{flex:none;border:1px solid #bdc6be;background:white;color:var(--green);padding:9px 14px;font:inherit;font-size:.84rem;font-weight:800;cursor:pointer}.category-tab.active{background:var(--green);color:white;border-color:var(--green)}.product-summary{display:flex;justify-content:space-between;gap:20px;margin:14px 0 22px;color:#69726d;font-size:.86rem}.product-summary strong{color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid #dfe4df;display:flex;flex-direction:column;min-width:0}.product-image{height:230px;padding:20px;background:#fff;display:grid;place-items:center;border-bottom:1px solid #edf0ed}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:19px;display:flex;flex-direction:column;flex:1}.product-sku{font-size:.72rem;color:#768078;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.product-card h3{font-family:var(--serif);font-size:1.25rem;line-height:1.14;color:var(--green);margin:8px 0;min-height:2.3em}.product-card p{font-size:.85rem;color:#68716b;margin:0 0 18px}.product-buy{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px}.product-buy>strong{font-size:1.18rem;color:var(--deep)}.product-buy button,.load-more{border:0;background:var(--gold);color:var(--deep);font:inherit;font-size:.82rem;font-weight:900;padding:10px 12px;cursor:pointer}.load-more{display:block;margin:34px auto 0;padding:13px 25px}.load-more[hidden]{display:none}.cart-overlay{position:fixed;inset:0;background:rgba(2,16,10,.6);z-index:39}.cart-panel{position:fixed;z-index:40;top:0;right:0;width:min(470px,100%);height:100vh;background:white;box-shadow:-18px 0 50px rgba(0,0,0,.24);transform:translateX(105%);transition:transform .25s ease;display:flex;flex-direction:column;padding:24px}.cart-panel.open{transform:translateX(0)}.cart-header{display:flex;justify-content:space-between;align-items:start;padding-bottom:17px;border-bottom:1px solid #dfe4df}.cart-header span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#6d776f;font-weight:800}.cart-header h2{font-family:var(--serif);color:var(--green);font-size:2rem;line-height:1;margin:4px 0 0}.cart-header button{border:0;background:#edf1ed;width:40px;height:40px;font-size:1.8rem;line-height:1;cursor:pointer}.cart-items{overflow:auto}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid #e5e8e5;align-items:start}.cart-line img{width:64px;height:64px;object-fit:contain}.cart-line>div{display:flex;flex-direction:column}.cart-line>div>strong{font-size:.9rem;line-height:1.25;color:var(--green)}.cart-line>div>span{font-size:.77rem;color:#778078}.cart-line>strong{font-size:.88rem}.quantity{display:flex;align-items:center;gap:11px;margin-top:9px}.quantity button{border:1px solid #c8cec9;background:white;width:28px;height:28px;cursor:pointer}.quantity span{font-weight:800}.cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 20px;color:#6a746d}.cart-empty strong{color:var(--green)}.fulfillment{margin-top:auto;padding:17px 0;border-top:1px solid #dfe4df}.fulfillment p{margin:0 0 9px;font-weight:900}.fulfillment label{margin-right:16px}.fulfillment small{display:block;margin-top:10px;color:#6c756e}.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;padding:13px 0}.cart-total strong{font-size:1.5rem;color:var(--green)}.checkout-button{width:100%;border:0;background:#aeb5af;color:white;padding:15px;font:inherit;font-weight:900}.checkout-note{text-align:center;font-size:.78rem;color:#707970;margin:10px 0 0}.cart-open{overflow:hidden}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.topbar nav{gap:18px}}
@media(max-width:780px){.shop-heading{display:block}.shop-heading>p{margin-top:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-image{height:210px}.product-summary span{display:none}}
@media(max-width:520px){.shop-tools{grid-template-columns:1fr}.cart-button{justify-content:space-between}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:155px;padding:12px}.product-info{padding:13px}.product-card h3{font-size:1.05rem;min-height:auto}.product-buy{display:block}.product-buy button{width:100%;margin-top:10px}.cart-panel{padding:18px}}
