:root{--olive:#35431f;--olive2:#566b35;--cream:#f7f1e7;--paper:#fffdf8;--ink:#24231f;--muted:#706d63;--line:#e7dfd1;--terracotta:#a65f3b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.shell{width:min(1180px,calc(100% - 96px));margin:auto}.announcement{background:var(--olive);color:#fff;text-align:center;padding:9px;font-size:12px;letter-spacing:.04em}.header{height:96px;justify-content:space-between;border-bottom:1px solid var(--line)}.brand,.header{display:flex;align-items:center}.brand{gap:12px;color:var(--ink);text-decoration:none;font-family:Georgia,serif;font-size:21px}.brandLogo{width:72px;height:72px;object-fit:contain;display:block;flex-shrink:0}.brandMark{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--olive);border-radius:50%;font:700 12px Arial;color:var(--olive)}.desktopNav{display:flex;gap:40px}.desktopNav a{color:var(--ink);text-decoration:none;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;transition:color .2s ease}.desktopNav a:hover{color:var(--olive)}.headerActions{display:flex;gap:18px}.iconButton{border:0;background:none}.mobileMenu,.mobileOnly{display:none}.hero{display:grid;grid-template-columns:.8fr 1.2fr;min-height:560px;background:var(--cream);margin-top:28px;overflow:hidden}.heroCopy{padding:70px 54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--olive2);font-weight:700}.hero h1,.pageTitle{font:500 clamp(48px,7vw,78px)/.98 Georgia,serif;margin:12px 0 24px}.hero h1 em{font-weight:400;color:var(--olive2)}.heroCopy>p:not(.eyebrow){line-height:1.7;max-width:440px;color:var(--muted);margin-bottom:28px}.heroImage{background:url(https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1600&q=85) 50%/cover}.primary,.shopButton{background:var(--olive);color:white;border:0;border-radius:3px;padding:14px 18px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px;cursor:pointer}.section{padding:112px 0}.sectionHead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.sectionHead h2{margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:400;line-height:1}.sectionHead .eyebrow{margin:0}.sectionHead a{color:var(--olive);font-weight:600;text-decoration:underline;text-underline-offset:4px}.productCard{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #ddd6c8;background:#fff;transition:transform .22s ease,box-shadow .22s ease}.productCard:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(36,35,31,.08)}.productImage{position:relative;width:100%;height:300px;padding:28px 34px 20px 20px;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain}.badge{position:absolute;top:14px;right:14px;left:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:66px;height:66px;padding:8px;border-radius:50%;border:2px solid #d8c78a;background:var(--olive);color:#fdfbf4;font-size:.55rem;font-weight:700;line-height:1.05;letter-spacing:.08em;text-align:center;box-shadow:0 8px 18px rgba(53,67,31,.22);z-index:2}.badgeIcon{font-size:1.2rem;line-height:1;margin-bottom:4px}.productBody{display:flex;flex:1 1;flex-direction:column;padding:24px}.productMeta{min-height:18px}.productBody .eyebrow{margin:0}.productBody h3{margin:10px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,2vw,2.1rem);font-weight:400;line-height:1.08;letter-spacing:-.025em}.productDescription{display:-webkit-box;margin:0 0 24px;overflow:hidden;color:var(--muted);line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.offerList{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.shopButton{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 16px;border:1px solid var(--olive);border-radius:2px;background:var(--olive);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-decoration:none;transition:background .16s ease,color .16s ease}.shopButton:hover{background:transparent;color:var(--olive)}.affiliateDisclosure{display:block;margin-top:16px;color:#888278;font-size:.72rem;line-height:1.45}.values{background:var(--olive);color:white;padding:28px 0}.valueGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.valueGrid div{display:flex;flex-direction:column;gap:6px}.valueGrid span{font-size:13px;opacity:.8}.pageTitle{margin-bottom:10px}.pageIntro{color:var(--muted);font-size:18px}.searchInput{border:1px solid var(--line);padding:15px 16px;background:white;margin:24px 0}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.chips button{border:1px solid var(--line);background:white;padding:10px 14px;border-radius:999px}.chips button.active{background:var(--olive);color:white}.studioGrid{min-height:100vh;display:grid;grid-template-columns:250px 1fr;background:#f5f2eb}.studioSidebar{background:var(--olive);color:white;padding:28px 20px}.studioSidebar h2{font:500 27px Georgia,serif;margin:0 0 32px}.studioSidebar button{display:block;width:100%;text-align:left;background:none;border:0;color:white;padding:12px;border-radius:6px;margin-bottom:5px}.studioSidebar button.active{background:rgba(255,255,255,.15)}.studioMain{padding:36px}.studioTop{display:flex;justify-content:space-between;align-items:center}.studioTop h1{font:500 44px Georgia,serif;margin:4px 0}.productTable{background:white;border:1px solid var(--line)}.productRow{display:flex;align-items:center;gap:15px;padding:14px;border-bottom:1px solid var(--line)}.thumb{width:58px;height:58px;background-size:cover;background-position:50%}.grow{flex:1 1}.productRow .grow{display:flex;flex-direction:column;gap:5px}.productRow span{color:var(--muted);font-size:13px}.status{text-transform:capitalize;padding:6px 9px;border-radius:999px;background:#eee}.status.published{background:#e5f0dc;color:#375326}.status.archived{background:#eee}.rowActions{display:flex}.rowActions button{border:0;background:none;padding:8px}.modalBackdrop{position:fixed;inset:0;background:rgba(20,20,16,.65);display:grid;place-items:center;padding:20px;z-index:20}.modal{background:white;width:min(760px,100%);max-height:92vh;overflow:auto;padding:26px}.modalHead{display:flex;justify-content:space-between}.modalHead h2{font:500 34px Georgia,serif;margin:4px 0 20px}.modalHead>button{border:0;background:none;font-size:28px}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.formGrid label{display:flex;flex-direction:column;gap:7px;font-size:13px}.formGrid .full{grid-column:1/-1}input,select,textarea{border:1px solid var(--line);padding:12px;font:inherit}textarea{min-height:90px}.checks{display:flex;gap:20px;margin:18px 0}.offerAdd,.offerEdit{display:flex;gap:10px;align-items:center;border-top:1px solid var(--line);padding:10px 0}.offerAdd input{flex:1 1}.modalActions>button:not(.primary),.offerAdd button,.offerEdit button{border:1px solid var(--line);background:white;padding:11px 13px}.modalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}@media(max-width:800px){.desktopNav{display:none}.mobileOnly{display:block}.brand>span:last-child{display:none}.mobileMenu{display:flex;position:absolute;z-index:10;left:16px;right:16px;background:white;border:1px solid var(--line);padding:16px;flex-direction:column;gap:15px}.mobileMenu a{color:var(--ink);text-decoration:none}.hero{grid-template-columns:1fr;margin-top:0}.heroCopy{padding:44px 26px}.heroImage{height:360px;grid-row:1}.productGrid{grid-template-columns:1fr 1fr}.productImage{height:210px}.valueGrid{grid-template-columns:1fr 1fr}.studioGrid{display:block}.studioSidebar{padding:18px;display:flex;gap:6px;overflow:auto}.studioSidebar h2{display:none}.studioSidebar button{width:auto;white-space:nowrap}.studioMain{padding:20px}.productRow{align-items:flex-start;flex-wrap:wrap}.status{margin-left:auto}.rowActions{width:100%;justify-content:flex-end}.formGrid{grid-template-columns:1fr}.formGrid .full{grid-column:auto}.offerAdd{flex-wrap:wrap}.offerAdd input{min-width:100%}}@media(max-width:520px){.productGrid{grid-template-columns:1fr}.hero h1{font-size:52px}.header{height:70px}.productImage{height:280px}.section{padding:48px 0}.valueGrid{grid-template-columns:1fr}.studioTop{align-items:flex-start;gap:14px}.studioTop h1{font-size:36px}.studioTop .primary{padding:11px}.productRow .thumb{width:50px;height:50px}}.emptyState{border:1px solid var(--line);background:var(--cream);padding:42px}.emptyState h3{font:500 30px Georgia,serif;margin:0 0 10px}.emptyState p{color:var(--muted);margin:0 0 22px}.loginPage{min-height:100vh;background:var(--cream);display:grid;place-items:center;padding:24px}.loginCard{width:min(430px,100%);background:white;border:1px solid var(--line);padding:40px;display:flex;flex-direction:column;gap:16px}.loginCard h1{font:500 42px Georgia,serif;margin:0}.loginCard>p{color:var(--muted);line-height:1.5}.loginCard label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.loginCard .primary{justify-content:center}.formError{color:#9a2d20!important;background:#fff1ef;padding:10px}.notice{background:#eef3e8;border:1px solid #d3dfc5;color:var(--olive);padding:10px 14px}.tableMessage{padding:30px;color:var(--muted);text-align:center}.miniBadge{background:var(--olive);color:white!important;padding:6px 8px;font-size:10px!important;text-transform:uppercase;letter-spacing:.06em}.studioSidebar button small{display:block;opacity:.65;font-size:10px;margin-top:3px}.studioSidebar button:disabled{opacity:.6}.studioSidebar .signOut{display:flex;align-items:center;gap:8px;margin-top:32px}.offerEdit .grow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shopExperience{padding:72px 0 96px}.shopIntro{max-width:720px;margin-bottom:48px}.shopIntro h1{margin:8px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:.98;letter-spacing:-.04em}.shopIntroText{max-width:620px;color:#6d685f;font-size:1.08rem;line-height:1.75}.shopToolbar{margin-bottom:38px}.shopSearch{display:block;max-width:680px;margin-bottom:24px}.searchInput{width:100%;padding:17px 20px;border:1px solid #d9d2c4;border-radius:0;background:#fff;color:#28261f;font:inherit;font-size:1rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.searchInput:focus{border-color:var(--olive);box-shadow:0 0 0 3px rgba(53,67,31,.1)}.categoryFilters{display:flex;flex-wrap:wrap;gap:10px}.categoryFilter{padding:10px 17px;border:1px solid #d9d2c4;border-radius:999px;background:transparent;color:#4f4b43;font:inherit;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.categoryFilter:hover,.categoryFilterActive{border-color:var(--olive);background:var(--olive);color:#fff}.shopResultsHeader{display:flex;justify-content:flex-end;margin-bottom:18px;color:#777166;font-size:.92rem}.productGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:38px 24px;gap:38px 24px}.emptyState{padding:72px 24px;border:1px solid #ded7ca;text-align:center;background:rgba(255,255,255,.45)}.emptyState h2{margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400}.srOnly{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:900px){.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.shopExperience{padding:44px 0 64px}.shopIntro{margin-bottom:34px}.productGrid{grid-template-columns:1fr;gap:28px}.categoryFilters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.categoryFilter{flex:0 0 auto}}.homeHero{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);min-height:700px;margin-top:28px;background:#f4eee3}.homeHeroCopy{display:flex;flex-direction:column;justify-content:center;padding:clamp(64px,7vw,96px)}.homeHeroCopy h1{margin:12px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.5rem,6vw,6.4rem);font-weight:400;line-height:.94;letter-spacing:-.05em}.homeHeroCopy h1 em{color:var(--olive2);font-weight:400}.homeHeroText{max-width:540px;margin:0 0 28px;color:#6b665d;font-size:1.08rem;line-height:1.7}.homeHeroActions{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.textLink{color:var(--olive);font-weight:700;text-decoration:underline;text-underline-offset:5px}.homeHeroImage{min-height:700px;background-image:url(/hero-dinner.jpg);background-position:50%;background-size:cover;border-radius:0 24px 24px 0;overflow:hidden}.homeSection{padding-top:128px;padding-bottom:112px}.homeCategories .sectionHead,.homeSection .sectionHead{align-items:flex-end;margin-bottom:48px}.homeCategories .sectionHead h2,.homeSection .sectionHead h2,.homeStory h2{margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);font-weight:400;line-height:1.04;letter-spacing:-.035em}.homeCategories{padding:88px 0 96px;background:#f2ede4}.categoryCardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.categoryCard{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #ddd6c8;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.categoryCard:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.08)}.categoryImage{height:260px;background-size:cover;background-position:50%}.categoryContent{padding:28px}.categoryContent span{display:block;margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1.1}.categoryContent p{margin:0 0 28px;color:#6f695f;line-height:1.7}.categoryContent strong{color:var(--olive);text-transform:uppercase;letter-spacing:.12em;font-size:.82rem}.homeStory{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(40px,7vw,110px);gap:clamp(40px,7vw,110px);align-items:start;padding-top:96px;padding-bottom:96px}.homeStory>p{margin:38px 0 0;color:#6b665d;font-size:1.12rem;line-height:1.85}@media (max-width:900px){.homeHero{grid-template-columns:1fr}.homeHeroImage{min-height:480px;order:-1}.homeHeroCopy{display:flex;flex-direction:column;justify-content:center;padding:52px 36px 64px}.categoryCardGrid{grid-template-columns:1fr}.categoryCard{min-height:auto}.homeStory{grid-template-columns:1fr;gap:20px}.homeStory>p{margin-top:0}}@media (max-width:620px){.homeHero{width:calc(100% - 32px);min-height:auto}.homeHeroImage{min-height:340px}.homeHeroCopy{padding:42px 24px 52px}.homeHeroActions{align-items:stretch;flex-direction:column}.homeHeroActions .primary,.homeHeroActions .textLink{text-align:center}.homeCategories,.homeSection,.homeStory{padding-top:64px;padding-bottom:68px}.badge{top:12px;right:12px;width:60px;height:60px;font-size:.55rem}}