@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
:root{--green:#0b3023;--gold:#e5b84e;--cream:#fbf8ef;--ink:#15372a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:var(--cream);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #cc8e15;outline-offset:6px}.skip{position:fixed;top:-80px;background:white;padding:15px;z-index:10}.skip:focus{top:10px}.ribbon{text-align:center;background:var(--green);color:#f6df9d;font-size:13px;letter-spacing:1.8px;padding:11px 16px}header{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:10px 6%;background:var(--cream)}.brand img{display:block;width:137px;height:90px;object-fit:contain}nav{display:flex;gap:36px;font-size:14px}nav a:hover,footer a:hover{text-decoration:underline;text-underline-offset:6px}.nav-cta{border:1px solid #acb5a7;padding:14px 20px;font-size:14px}.nav-cta span{margin-left:18px}.hero{background:var(--green);color:var(--cream);display:grid;grid-template-columns:1fr 1fr;min-height:625px;overflow:hidden}.hero-copy{padding:68px 4% 34px 12%;position:relative;z-index:1}.eyebrow{font-size:12px;letter-spacing:2.2px;font-weight:600;margin:0 0 24px}.hero .eyebrow{color:var(--gold)}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:500;margin:0}h1{font-size:clamp(42px,4.6vw,72px);line-height:1.12;letter-spacing:-1.7px}em{color:var(--gold);font-weight:500}.intro{color:#d2d9cf;line-height:1.7;margin:25px 0 29px}.button{background:var(--gold);color:#143225;display:inline-flex;padding:17px 23px;gap:35px;align-items:center;font-size:14px;font-weight:600;transition:background .2s}.button:hover{background:#f3cd73}.hero-foot{font-size:11px;letter-spacing:1.4px;margin-top:42px;color:#c4cebf;display:flex;gap:16px;flex-wrap:wrap}.hero-visual{position:relative;display:flex;align-items:center;min-height:550px;background:#082a1d}.hero-visual img{width:100%;height:100%;max-height:700px;object-fit:contain;display:block}.hero-visual.food img{object-fit:cover}.hero-visual.food:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0b3023 0%,transparent 28%,transparent 85%);pointer-events:none}.image-caption{position:absolute;bottom:27px;right:30px;font-size:10px;letter-spacing:2px;color:#f3e4c1;z-index:1}.products{padding:78px 6% 82px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-heading .eyebrow{color:#8d6e2f;margin-bottom:16px}h2{font-size:clamp(32px,3vw,48px);line-height:1.2;letter-spacing:-1px}.section-heading>p{font-size:14px;line-height:1.7;color:#657065;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{padding:26px 24px 14px;background:#f0e5dc;border-top:3px solid #a23a23;display:flex;flex-direction:column}.product-top{display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:1.4px;font-weight:600;margin-bottom:32px}.swatch{display:block;width:12px;height:12px;border-radius:50%;background:#ae3d26}.product h3{font-size:32px;line-height:1.17;min-height:78px}.product>p{font-size:14px;line-height:1.65;min-height:70px;color:#5e6054;margin:19px 0 28px}.product details{border-top:1px solid #cbbdad;margin-top:auto;padding:17px 0 4px}.product summary{list-style:none;cursor:pointer;font-size:13px;font-weight:600;display:flex;justify-content:space-between;gap:10px}.product summary::-webkit-details-marker{display:none}.product details p{font-size:14px;line-height:1.65}.product details[open] summary span{transform:rotate(45deg)}.turmeric{background:#f4e7c3;border-color:#c38d19}.turmeric .swatch{background:#c38d19}.pickle{background:#e5e9dc;border-color:#557143}.pickle .swatch{background:#557143}.eggs{background:#ece7dd;border-color:#ab9273}.eggs .swatch{background:#ab9273}.about{text-align:center;padding:72px 24px 80px;border-top:1px solid #d7d9cb;background:#e9eddf}.about .eyebrow{color:#677343}.about h2{font-size:clamp(38px,4vw,58px)}.about em{color:#7c692e}.about>p:not(.eyebrow){max-width:610px;margin:25px auto;line-height:1.8;color:#5b675a}.about>a{display:inline-block;border-bottom:1px solid #839076;padding:8px 0;font-size:14px;font-weight:600}.about>a span{margin-left:20px}footer{padding:38px 6% 23px;background:var(--green);color:#e9eada;display:flex;align-items:center;gap:35px;flex-wrap:wrap}.footer-brand{font-family:Georgia,serif;color:var(--gold);font-size:28px;letter-spacing:2px}.footer-brand span{display:block;font-size:10px;letter-spacing:6px;margin-top:4px}footer p{font-size:13px;color:#b9c3b5}footer>a:last-of-type{margin-left:auto;font-size:13px}.copyright{border-top:1px solid #39503e;width:100%;padding-top:20px;color:#9ba996;font-size:12px}@media(min-width:1600px){header,.products,footer{padding-left:max(6%,calc((100vw - 1440px)/2));padding-right:max(6%,calc((100vw - 1440px)/2))}.hero-copy{padding-left:max(12%,calc((100vw - 1440px)))}}@media(max-width:900px){header{gap:20px;padding:10px 5%}nav{gap:20px}.nav-cta{display:none}.hero-copy{padding:48px 7% 35px 10%}h1{font-size:45px}.hero{min-height:570px}.hero-visual{min-height:570px}.product-grid{grid-template-columns:repeat(2,1fr)}.product>p{min-height:auto}.products{padding:55px 5%}.section-heading{align-items:start}.section-heading>p{max-width:170px}.hero-foot{line-height:1.7}}@media(max-width:600px){header{min-height:92px;padding:9px 5%}.brand img{width:100px;height:68px}nav{gap:15px;font-size:12px}.ribbon{font-size:11px;padding:9px 12px;letter-spacing:1.2px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 7% 32px}h1{font-size:48px;letter-spacing:-1px}.intro{font-size:15px}.hero-foot{margin-top:28px;font-size:10px;gap:12px}.hero-visual{height:330px;min-height:0}.hero-visual img{object-fit:contain}.hero-visual.food:after{background:linear-gradient(180deg,#0b3023,transparent 28%)}.image-caption{bottom:20px;font-size:9px}.section-heading{display:block}.section-heading>p{margin-top:17px;max-width:none}.section-heading>p br{display:none}.products{padding:44px 6%}.product-grid{gap:14px}.product{padding:20px 17px 14px}.product-top{font-size:9px;letter-spacing:.8px;margin-bottom:22px}.product h3{font-size:25px;min-height:60px}.product>p{font-size:13px;margin:17px 0 22px}.product summary{font-size:12px}.product details p{font-size:13px}.about{padding:52px 7%}.about>p:not(.eyebrow){font-size:15px}footer{gap:20px}footer p{width:100%;margin:0}footer>a:last-of-type{margin:0}.copyright{margin-top:5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.product-photo{display:block;width:calc(100% + 48px);max-width:none;height:auto;aspect-ratio:4/3;object-fit:cover;margin:-26px -24px 23px}.product-top{margin-bottom:24px}@media(max-width:600px){.product-photo{width:calc(100% + 34px);margin:-20px -17px 19px;aspect-ratio:1/1}.product-top{margin-bottom:20px}}
.purchase{margin-bottom:22px}.purchase p{margin:0 0 13px}.purchase strong{font-size:24px}.purchase span{font-size:14px;color:#5b675a}.add-product{background:var(--green);color:white;width:100%;border:0;padding:13px;font:600 14px 'DM Sans',sans-serif;cursor:pointer}.add-product:hover{background:#24543d}button:disabled{opacity:.5;cursor:not-allowed}.checkout-section{padding:65px 6%;background:#fffdf7;border-top:1px solid #d7d9cb}.checkout-section>p{line-height:1.7}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;margin-top:35px}.cart-line{display:flex;gap:16px;align-items:center;border-bottom:1px solid #d7d9cb;padding:20px 0;font-size:14px}.cart-line>div:first-child{flex:1}.cart-line span{display:block;font-size:13px;margin-top:5px;color:#667360}.quantity{display:flex;align-items:center;gap:12px}.quantity button{width:30px;height:32px;border:1px solid #b0b9a4;background:transparent;font-size:18px;cursor:pointer}.quantity span{margin:0;color:inherit}.totals{margin-top:25px}.totals>div{display:flex;justify-content:space-between;padding:12px 0}.grand-total{border-top:1px solid #b0b9a4;font-size:22px;font-weight:600}.totals dd{margin:0}#checkout-form fieldset{padding:0;border:0;margin:0}#checkout-form legend{font-family:Georgia,serif;font-size:26px;margin-bottom:20px}#checkout-form label{display:block;font-size:14px;margin-bottom:17px}#checkout-form input:not([type=checkbox]),#checkout-form textarea,#checkout-form select{width:100%;display:block;margin-top:8px;padding:12px;border:1px solid #b0b9a4;background:white;border-radius:0;font:16px 'DM Sans',sans-serif;color:var(--green)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}#checkout-form .check-label{display:flex;align-items:start;gap:10px;line-height:1.5}.check-label input{margin-top:4px}.privacy-copy{font-size:13px;color:#687461;line-height:1.7}.payment-notice{padding:14px;background:#f4e7c3;font-size:14px;line-height:1.6}.pay-button{border:0;cursor:pointer;width:100%;justify-content:center;font-family:inherit}.status-button{margin-top:12px;background:transparent;padding:13px;border:1px solid var(--green);font:inherit;width:100%;cursor:pointer}#checkout-message{font-size:15px;line-height:1.65;overflow-wrap:anywhere}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #c38d19;outline-offset:3px}@media(max-width:800px){.checkout-grid{grid-template-columns:1fr;gap:35px}.checkout-section{padding:45px 6%}.cart-line{gap:12px}}
