:root {
  --paper:#fcfcf9; --surface:#ffffff; --paper-2:#f1f2ec; --ink:#293629; --muted:#6b7267;
  --accent:#344a36; --accent-dark:#223224; --green:#344a36; --sage:#e8eddf; --dark:#233125;
  --line:#dedfd7; --yellow:#efd184; --soft-red:#f3f0e6; --header-h:82px;
  --shadow:0 14px 50px #252c2018;
}
:root[data-theme="dark"] {
  --paper:#1d251f; --surface:#253027; --paper-2:#2b352c; --ink:#f1f0e7; --muted:#b1b9aa;
  --accent:#d7ddb6; --accent-dark:#edf0d8; --green:#d7ddb6; --sage:#303c30;
  --dark:#172119; --line:#445044; --yellow:#6d6039; --soft-red:#343b2d;
}
* { box-sizing:border-box; letter-spacing:0; }
html { background:var(--paper); scroll-behavior:auto; scrollbar-gutter:stable; }
body { margin:0; color:var(--ink); background:var(--paper); font:15px/1.65 "Manrope",Arial,sans-serif; }
body.is-locked { overflow:hidden; }
button,input,textarea,select { font:inherit; color:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
[hidden] { display:none!important; }
:focus-visible { outline:3px solid var(--accent); outline-offset:5px; }
main:focus { outline:none; }
main { min-height:65vh; }
.container { width:min(1440px,calc(100% - 96px)); margin-inline:auto; }
h1,h2,h3,p,figure { margin-top:0; }
h1,h2,h3 { font-family:"Manrope",Arial,sans-serif; font-weight:600; line-height:1.17; overflow-wrap:anywhere; }
.eyebrow { margin:0 0 16px; color:var(--accent); font-size:11px; font-weight:800; text-transform:uppercase; }
.section { padding:82px 0; }
.section.soft { background:var(--paper-2); }
.section-title { margin:0; font-size:40px; color:var(--ink); }
.display { margin:0; font-size:64px; }
.lead { max-width:620px; color:var(--muted); font-size:17px; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:36px; }
.text-link { display:inline-flex; align-items:center; gap:16px; padding-block:8px; font-size:13px; font-weight:700; border-bottom:1px solid currentColor; }
.text-link:hover { color:var(--accent); }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:20px; padding:12px 25px; border:1px solid transparent; border-radius:3px; background:var(--accent); color:var(--paper); font-size:13px; font-weight:700; }
.button:hover { background:var(--accent-dark); }
.button.light { background:#fff; color:#344a36; }
.button.secondary { background:transparent; border-color:var(--line); color:var(--ink); }
.button.dark,.button.green { background:var(--accent); color:var(--paper); }
.button.small { min-height:40px; padding:8px 16px; }
.button.wide { width:100%; }
.icon-btn { width:42px; height:42px; display:inline-grid; place-items:center; border:0; border-radius:50%; background:transparent; font-size:22px; }
.icon-btn:hover { background:var(--paper-2); }
.skip-link { position:fixed; top:-70px; left:20px; padding:12px; z-index:400; background:var(--surface); }
.skip-link:focus { top:12px; }
.product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:34px 22px; }
.product-card { min-width:0; }
.product-media { position:relative; display:block; aspect-ratio:1; overflow:hidden; background:var(--paper-2); border-radius:6px; }
.product-media img { width:100%; height:100%; object-fit:cover; transition:transform .25s; }
.product-media:hover img { transform:scale(1.04); }
.product-badge { position:absolute; top:12px; left:12px; padding:4px 9px; background:#fffffff0; color:#69232b; font-size:9px; border-radius:2px; font-weight:700; text-transform:uppercase; }
.product-body { padding-top:18px; }
.product-body h3 { font:700 17px/1.3 "Manrope",sans-serif; margin:0 0 9px; }
.product-subline { display:flex; justify-content:space-between; gap:10px; font-size:11px; color:var(--muted); min-height:22px; }
.product-meta { display:flex; justify-content:space-between; align-items:center; gap:10px; margin-top:15px; padding-top:14px; border-top:1px solid var(--line); }
.price { font-size:15px; white-space:nowrap; }
.add-button { min-height:37px; display:flex; align-items:center; justify-content:center; gap:5px; padding:7px 10px; border:1px solid var(--accent); border-radius:3px; color:var(--accent); background:transparent; font-size:10px; font-weight:700; }
.add-button i { font-size:18px; }
.add-button:hover { background:var(--accent); color:var(--paper); }
.journal-home { background:var(--paper); }
.journal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:46px 28px; }
.journal-card { min-width:0; }
.journal-card-media { position:relative; display:block; aspect-ratio:1.4; overflow:hidden; }
.journal-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .25s; }
.journal-card-media:hover img { transform:scale(1.03); }
.journal-card-media > span { position:absolute; bottom:0; left:0; background:var(--paper); color:var(--accent); padding:7px 12px; font-size:10px; font-weight:700; }
.journal-card-copy { padding-top:18px; }
.journal-meta { display:flex; align-items:center; gap:8px; font-size:10px; color:var(--muted); }
.journal-meta > i { width:3px; height:3px; border-radius:50%; background:currentColor; }
.journal-card h3 { font-size:29px; line-height:1.06; margin:13px 0; }
.journal-card-copy p { color:var(--muted); font-size:12px; }
.journal-card .text-link { font-size:11px; }
.empty-state { grid-column:1/-1; text-align:center; padding:60px 20px; background:var(--paper-2); }
.empty-state > i { font-size:36px; }
.page-hero { padding:60px 0; background:var(--soft-red); color:var(--accent); border-bottom:1px solid var(--line); }
.page-hero .lead { margin:20px 0 0; }
.detail { display:grid; grid-template-columns:1fr 1fr; gap:65px; align-items:start; }
.detail-image { position:sticky; top:150px; aspect-ratio:1; border-radius:6px; overflow:hidden; }
.detail-image img { width:100%; height:100%; object-fit:cover; }
.detail-copy h1 { font-size:57px; color:var(--accent); margin:0; }
.detail-price { font-size:24px; font-weight:700; margin-top:22px; }
.detail-copy > p:not(.eyebrow) { font-size:14px; color:var(--muted); margin:18px 0; }
.detail-list { border-top:1px solid var(--line); margin:25px 0; }
.detail-row { display:flex; justify-content:space-between; gap:25px; border-bottom:1px solid var(--line); padding-block:13px; font-size:12px; }
.detail-row > span { color:var(--muted); }
.detail-row > strong { text-align:right; overflow-wrap:anywhere; }
.detail-actions { display:grid; grid-template-columns:115px 1fr; gap:12px; }
.qty-control { display:grid; grid-template-columns:35px 1fr 35px; text-align:center; align-items:center; border:1px solid var(--line); }
.qty-control button { height:48px; border:0; background:none; }
.facts { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); margin-top:30px; }
.fact { text-align:center; padding:15px; background:var(--paper); }
.fact strong,.fact small { display:block; }
.fact small { font-size:10px; color:var(--muted); }
.product-journal-link { background:var(--soft-red); padding:40px 0; }
.product-journal-link .container { display:grid; grid-template-columns:180px 1fr; gap:40px; align-items:center; }
.product-journal-link img { width:180px; height:155px; object-fit:cover; }
.product-journal-link h2 { font-size:34px; color:var(--accent); }
.product-journal-link p:not(.eyebrow) { font-size:13px; color:var(--muted); }
.content-split { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.content-image { aspect-ratio:1; overflow:hidden; border-radius:50% 50% 4px 4px; }
.content-image img { width:100%; height:100%; object-fit:cover; }
.content-copy p { color:var(--muted); margin-top:22px; font-size:15px; }
.values { display:grid; grid-template-columns:repeat(3,1fr); margin-top:40px; gap:45px; }
.value { border-top:2px solid var(--accent); padding-top:25px; }
.value i { color:var(--accent); font-size:32px; }
.value h3 { font-size:30px; margin:20px 0 12px; }
.value p { color:var(--muted); font-size:13px; }
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; }
.contact-list { margin-top:35px; }
.contact-line { display:grid; grid-template-columns:28px 1fr; gap:12px; padding:18px 0; border-top:1px solid var(--line); }
.contact-line i { color:var(--accent); font-size:20px; }
.contact-line strong,.contact-line span { display:block; font-size:13px; }
.contact-line span { color:var(--muted); margin-top:6px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-panel { background:var(--paper-2); padding:35px; border-radius:6px; }
.field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.field.full { grid-column:1/-1; }
.field label { font-size:12px; font-weight:700; }
.field input,.field textarea,.field select { width:100%; min-height:46px; padding:12px; border:1px solid var(--line); border-radius:3px; background:var(--surface); }
.field textarea { min-height:120px; resize:vertical; }
.managed-contact-notice { grid-column:1/-1; padding:12px; background:var(--sage); }
.managed-contact-notice.is-error { background:var(--soft-red); }
.journal-filters { display:flex; gap:8px; border-bottom:1px solid var(--line); padding-bottom:18px; margin-bottom:35px; }
.journal-filters .filter-button { border:1px solid var(--line); }
.article-header { padding:55px 0 45px; background:var(--paper); }
.article-heading { max-width:950px; }
.back-link { display:inline-flex; gap:12px; align-items:center; margin-bottom:25px; font-size:12px; }
.article-heading h1 { font-size:66px; color:var(--accent); margin:0; }
.article-summary { color:var(--muted); font-size:17px; margin-top:25px; }
.article-cover { width:min(1280px,calc(100% - 80px)); margin:auto; height:420px; }
.article-cover img { width:100%; height:100%; object-fit:cover; border-radius:4px; }
.article-layout { display:grid; grid-template-columns:240px minmax(0,710px); justify-content:center; gap:75px; padding-block:65px; }
.ingredient-panel,.article-aside { background:var(--paper-2); padding:25px; border-radius:5px; align-self:start; position:sticky; top:150px; }
.ingredient-panel ul { list-style:none; padding:0; margin:0; }
.ingredient-panel li { display:flex; align-items:start; gap:10px; font-size:13px; padding:10px 0; }
.ingredient-panel i,.article-aside > i { color:var(--accent); }
.article-aside > i { font-size:32px; display:block; }
.article-aside strong { display:block; margin-block:12px; font-size:16px; }
.article-aside p { font-size:13px; color:var(--muted); }
.article-body p { font-size:17px; line-height:1.85; margin-bottom:25px; }
.article-body a { overflow-wrap:anywhere; text-decoration:underline; }
.article-body h2 { font-size:38px; color:var(--accent); margin-top:35px; }
.article-body ol { padding-left:25px; }
.article-body li { padding:14px 0 14px 8px; border-top:1px solid var(--line); font-size:15px; }
.article-body li::marker { color:var(--accent); font-weight:bold; }
.article-product { padding:50px 0; background:var(--yellow); }
.article-product .container { display:grid; grid-template-columns:260px 1fr; gap:50px; align-items:center; }
.article-product-image { aspect-ratio:1; border-radius:50%; overflow:hidden; }
.article-product-image img { width:100%; height:100%; object-fit:cover; }
.article-product h2 { font-size:45px; color:var(--accent); margin-bottom:15px; }
.article-product p:not(.eyebrow) { font-size:14px; max-width:550px; }
.article-product-action { display:flex; align-items:center; gap:25px; margin-top:25px; }
.overlay { position:fixed; z-index:120; inset:0; background:#16181377; visibility:hidden; opacity:0; transition:opacity .2s,visibility .2s; }
.overlay.is-open { opacity:1; visibility:visible; }
.cart-drawer { position:fixed; z-index:130; top:0; right:0; width:min(440px,100%); height:100dvh; display:flex; flex-direction:column; background:var(--surface); transform:translateX(100%); visibility:hidden; transition:transform .25s,visibility .25s; box-shadow:var(--shadow); }
.cart-drawer.is-open { transform:none; visibility:visible; }
.drawer-head { min-height:82px; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 24px; border-bottom:1px solid var(--line); }
.drawer-head h2 { font-size:31px; margin:0; color:var(--accent); }
.drawer-head small { color:var(--muted); }
.cart-items { flex:1; overflow:auto; padding:0 24px; }
.cart-item { display:grid; grid-template-columns:70px 1fr auto; gap:14px; padding:20px 0; border-bottom:1px solid var(--line); }
.cart-item img { width:70px; height:80px; object-fit:cover; border-radius:4px; }
.cart-item h3 { font:700 14px/1.4 "Manrope",sans-serif; margin-bottom:5px; }
.cart-item p { font-size:11px; color:var(--muted); margin-bottom:8px; }
.mini-qty { display:flex; align-items:center; gap:12px; font-size:12px; }
.mini-qty button { width:28px; height:28px; border:1px solid var(--line); background:var(--paper-2); }
.remove { border:0; background:none; align-self:start; font-size:17px; color:var(--muted); }
.drawer-foot { padding:22px 24px; border-top:1px solid var(--line); }
.total-line { display:flex; justify-content:space-between; gap:20px; font-weight:700; font-size:18px; margin-bottom:12px; }
.delivery-note { font-size:12px; color:var(--muted); }
.cart-empty { padding:55px 15px; text-align:center; }
.cart-empty > i { font-size:45px; display:block; color:var(--accent); margin-bottom:18px; }
.modal { position:fixed; z-index:150; inset:0; display:grid; place-items:center; padding:20px; visibility:hidden; }
.modal.is-open { visibility:visible; }
.modal-panel { width:min(900px,100%); max-height:calc(100dvh - 40px); overflow:auto; background:var(--surface); border-radius:7px; box-shadow:var(--shadow); }
.checkout-layout { display:grid; grid-template-columns:1.1fr .9fr; }
.checkout-form,.checkout-summary { padding:26px; }
.checkout-summary { background:var(--paper-2); }
.checkout-summary h3 { font-size:28px; }
.summary-item { display:flex; gap:15px; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--line); font-size:12px; }
.checkout-summary .total-line { margin-top:20px; }
.checkout-summary p { font-size:12px; color:var(--muted); }
.success { padding:45px 30px; text-align:center; }
.success h2 { font-size:36px; }
.success > i { font-size:50px; color:var(--accent); }
.success .button { margin:5px; }
.toast { position:fixed; bottom:20px; left:50%; z-index:210; max-width:calc(100% - 32px); transform:translateX(-50%); padding:12px 20px; background:var(--ink); color:var(--paper); border-radius:4px; opacity:0; visibility:hidden; font-size:13px; }
.toast.is-open { opacity:1; visibility:visible; }
.theme-transition { position:fixed; inset:0; z-index:260; pointer-events:none; background:var(--theme-transition-color); opacity:0; visibility:hidden; transition:opacity 190ms; }
.theme-transition.is-covering { opacity:.35; visibility:visible; }
.theme-transition.is-revealing { opacity:0; visibility:visible; transition:opacity 440ms; }
.is-theme-transitioning body,.is-theme-transitioning header,.is-theme-transitioning section,.is-theme-transitioning footer { transition:background-color 440ms,color 440ms; }

/* Market layout: products lead the page; editorial content follows the catalog. */
body { font-size:14px; }
.button { border-radius:4px; font-size:12px; }
.shop-announcement { display:flex; justify-content:center; gap:35px; align-items:center; background:var(--accent); color:var(--paper); min-height:32px; font-size:10px; }
.shop-announcement a { border-left:1px solid #ffffff55; padding-left:30px; }
.shop-announcement i { margin-left:5px; }
.site-header { position:sticky; top:0; z-index:90; background:var(--paper); border-bottom:1px solid var(--line); }
.header-inner { display:flex; align-items:center; height:82px; gap:40px; }
.brand { display:flex; align-items:center; gap:10px; flex-shrink:0; color:var(--ink); }
.brand > i { font-size:32px; }
.brand-wordmark { font:800 27px/1 "Manrope",sans-serif; white-space:nowrap; }
.brand-wordmark > span { color:#aa7027; }
.header-actions { display:flex; align-items:center; gap:4px; margin-left:auto; }
.nav { display:flex; align-items:center; gap:27px; height:100%; margin:auto; }
.nav a { display:flex; position:relative; align-items:center; height:100%; font-size:12px; white-space:nowrap; font-weight:600; }
.nav a::after { content:""; position:absolute; left:0; right:0; bottom:19px; height:2px; background:currentColor; transform:scaleX(0); }
.nav a:hover::after,.nav a.is-active::after { transform:scaleX(1); }
.icon-btn { width:39px; height:39px; font-size:21px; }
.cart-button { position:relative; }
.cart-count { position:absolute; top:-1px; right:-1px; min-width:15px; height:15px; display:grid; place-items:center; padding:0 3px; border-radius:50%; font-size:9px; background:var(--yellow); color:var(--ink); }
.menu-button { display:none; }
.market-opening { padding:46px 0 62px; }
.market-heading { display:grid; grid-template-columns:1.8fr 1fr; gap:65px; align-items:center; margin-bottom:40px; }
.market-heading .eyebrow { display:flex; align-items:center; gap:9px; text-transform:none; font-weight:500; font-size:12px; margin-bottom:20px; }
.small-sun { color:#9a6320; font-size:19px; }
.market-heading h1 { font-size:62px; line-height:1.12; font-weight:600; margin:0; }
.market-heading h1 > span { position:relative; z-index:0; }
.market-heading h1 > span::after { content:""; position:absolute; bottom:5px; left:0; right:0; height:15px; background:var(--yellow); z-index:-1; }
.opening-note { max-width:340px; justify-self:end; padding-top:35px; }
.opening-note p { font-size:13px; color:var(--muted); line-height:1.85; margin-bottom:16px; }
.opening-note .text-link { font-size:11px; }
.shelf-toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; border-bottom:1px solid var(--line); margin-bottom:23px; }
.shelf-tabs { display:flex; gap:25px; }
.shelf-tabs button { position:relative; padding:16px 0; background:none; border:0; color:var(--muted); font-weight:600; font-size:12px; white-space:nowrap; }
.shelf-tabs button.is-active { color:var(--ink); }
.shelf-tabs button.is-active::after { content:""; position:absolute; bottom:-1px; left:0; right:0; height:3px; background:var(--ink); }
.all-products-link { display:flex; align-items:center; gap:15px; flex-shrink:0; font-size:11px; font-weight:700; }
.mobile-all-products { display:none; }
.product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:40px 22px; }
.product-media { aspect-ratio:1.15; border-radius:5px; }
.product-image-arrow { position:absolute; bottom:12px; right:12px; width:32px; height:32px; display:grid; place-items:center; background:#fffdf5; color:#344a36; border-radius:50%; opacity:0; transition:opacity .15s; }
.product-media:hover .product-image-arrow,.product-media:focus-visible .product-image-arrow { opacity:1; }
.product-body { padding-top:16px; }
.product-kicker { display:flex; justify-content:space-between; gap:10px; color:var(--muted); font-size:10px; margin-bottom:7px; }
.product-body h3 { font-size:17px; font-weight:600; min-height:44px; margin:0; }
.product-meta { border:0; margin:10px 0 0; padding:0; }
.price { font-size:16px; font-weight:700; }
.add-button { background:var(--accent); color:var(--paper); border:1px solid var(--accent); height:37px; min-height:37px; padding:8px 11px; gap:10px; border-radius:3px; font-size:10px; }
.add-button:hover { background:var(--accent-dark); color:var(--paper); }
.service-line { border-block:1px solid var(--line); padding:24px 0; }
.service-line .container { display:flex; align-items:center; justify-content:space-between; gap:25px; }
.service-line span { display:flex; align-items:center; gap:12px; font-size:12px; }
.service-line i { font-size:23px; }
.collection-stories { display:grid; grid-template-columns:1fr 1fr; margin-top:65px; }
.collection-scene { position:relative; isolation:isolate; overflow:hidden; height:390px; background:#ded8bb; color:#293629; }
.collection-scene img { position:absolute; inset:0; z-index:-1; width:100%; height:100%; object-fit:cover; object-position:80% 50%; }
.collection-scene > div { position:absolute; inset:0; padding:36px 45px; background:linear-gradient(90deg,#f1e5c9f5 0%,#f1e5c9dc 30%,#f1e5c900 70%); display:flex; flex-direction:column; align-items:start; }
.collection-breakfast > div { background:linear-gradient(90deg,#e6e9d9f5 0%,#e6e9d9c9 30%,#e6e9d900 70%); }
.collection-scene div > span:first-child { font-size:10px; font-weight:700; }
.collection-scene h2 { font-size:45px; line-height:1.15; margin:23px 0; }
.scene-link { margin-top:auto; display:flex; gap:15px; align-items:center; font-size:11px; border-bottom:1px solid; padding-bottom:7px; }
.meal-finder { padding:75px 0; background:var(--paper-2); }
.meal-curation { display:grid; grid-template-columns:.9fr 2fr; gap:65px; }
.curation-heading h2 { font-size:42px; margin:0 0 27px; }
.curation-heading .eyebrow { font-size:10px; }
.meal-tabs { display:grid; gap:0; max-width:250px; }
.meal-tabs button { display:flex; align-items:center; justify-content:space-between; border:0; border-bottom:1px solid var(--line); padding:12px 0; background:none; font-size:13px; color:var(--muted); }
.meal-tabs button i { opacity:0; }
.meal-tabs button.is-active { color:var(--ink); font-weight:700; }
.meal-tabs button.is-active i { opacity:1; }
.curation-product { display:grid; grid-template-columns:1.05fr 1fr; gap:34px; align-items:center; }
.meal-photo { aspect-ratio:.9; display:block; overflow:hidden; border-radius:5px; }
.meal-photo img { width:100%; height:100%; object-fit:cover; }
.meal-ticket { min-width:0; }
.meal-ticket .eyebrow { font-size:10px; margin-bottom:16px; }
.meal-ticket h3 { font-size:30px; margin:0 0 20px; }
.meal-ticket > p:not(.eyebrow) { font-size:12px; line-height:1.85; color:var(--muted); }
.meal-ticket > div { display:flex; align-items:center; gap:24px; margin-top:25px; }
.meal-ticket strong { font-size:17px; white-space:nowrap; }
.journal-home { padding-block:70px; }
.journal-grid { gap:35px 26px; }
.journal-card-media { border-radius:5px; aspect-ratio:1.6; }
.journal-card h3 { font-size:22px; line-height:1.35; }
.journal-card-copy p { font-size:12px; }
.journal-card-media > span { padding:5px 10px; bottom:12px; left:12px; border-radius:2px; }
.journal-card .text-link { border:0; }
.makers { display:grid; grid-template-columns:1fr 1fr; background:var(--sage); }
.makers-photo { min-height:490px; }
.makers-photo img { width:100%; height:100%; max-height:580px; object-fit:cover; }
.makers-copy { padding:65px 70px; display:flex; flex-direction:column; align-items:start; justify-content:center; }
.makers-copy h2 { font-size:43px; margin:0 0 25px; max-width:520px; }
.makers-copy > p:not(.eyebrow) { max-width:440px; font-size:13px; line-height:1.9; color:var(--muted); margin-bottom:30px; }
.footer { background:var(--dark); color:#f1f0e7; padding:60px 0 0; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:40px; padding-bottom:60px; }
.footer .brand { color:#f1f0e7; }
.footer .brand-wordmark > span { color:#efd184; }
.footer-intro p { font-size:12px; margin:20px 0; color:#c0c7b8; }
.footer-contact { display:inline-flex; align-items:center; gap:16px; font-size:12px; padding-bottom:8px; border-bottom:1px solid #87957f; }
.footer-links { display:flex; flex-direction:column; gap:13px; font-size:11px; min-width:0; overflow-wrap:anywhere; color:#c0c7b8; }
.footer-links strong { color:#fff; margin-bottom:9px; font-size:12px; }
.footer-links a:hover { color:#efd184; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:25px; padding-block:22px; border-top:1px solid #56634f; font-size:10px; color:#c0c7b8; }
.footer-bottom a { display:flex; gap:10px; }
.catalog-heading { padding:44px 0; background:var(--sage); }
.catalog-heading .eyebrow { font-size:10px; }
.catalog-heading .container > div { display:flex; align-items:end; justify-content:space-between; gap:45px; }
.catalog-heading h1 { font-size:52px; margin:0; }
.catalog-heading p:not(.eyebrow) { max-width:340px; margin:0; font-size:12px; color:var(--muted); }
.catalog { padding-bottom:75px; }
.catalog-filters { display:flex; gap:28px; border-bottom:1px solid var(--line); padding-top:14px; }
.catalog-filters .filter-button { padding:20px 0; font-size:12px; background:none; border:0; border-bottom:2px solid transparent; }
.catalog-filters .filter-button.is-active { font-weight:700; border-color:var(--ink); }
.catalog-filters .filter-button.is-active { background:transparent; border-radius:0; }
.catalog-filters .filter-button span { color:var(--muted); font-size:9px; margin-left:9px; }
.catalog-toolbar { display:flex; align-items:center; gap:20px; margin:25px 0; }
.catalog-toolbar .search-box { width:300px; }
.search-box { display:block; position:relative; }
.search-box > i { position:absolute; top:10px; left:14px; font-size:19px; }
.search-box input { border:1px solid var(--line); border-radius:4px; width:100%; height:43px; padding:10px 12px 10px 40px; background:var(--surface); font-size:12px; }
.results-count { color:var(--muted); font-size:11px; margin-left:auto; }
.sort-control { display:flex; gap:8px; align-items:center; border-left:1px solid var(--line); padding-left:20px; font-size:11px; }
.sort-control > i { font-size:18px; }
.sort-control select { border:0; background:var(--paper); height:40px; max-width:200px; }
.journal-masthead { padding:50px 0; background:var(--yellow); }
.journal-masthead h1 { font-size:68px; margin:0 0 25px; }
.journal-masthead h1 span { color:var(--accent); }
.journal-masthead .container > p:last-child { max-width:470px; margin:0; font-size:13px; }
.filter-button { font-size:12px; padding:10px 16px; border-radius:3px; background:transparent; border:1px solid var(--line); }
.filter-button.is-active { background:var(--sage); }
.page-hero { background:var(--sage); }
.detail-copy h1 { font-size:45px; }
.content-image { border-radius:5px; }
.value h3 { font-size:25px; }
.article-heading h1 { font-size:52px; }
.article-product h2 { font-size:32px; }
.article-product-image { border-radius:5px; }
.article-product { background:var(--sage); }
.order-strip { background:var(--sage); padding:45px 0; }
.order-strip .container { display:flex; align-items:center; gap:30px; }
.order-strip .container > div { flex:1; }
.order-strip .container > i { font-size:38px; }
.order-strip h2 { font-size:28px; margin:0 0 12px; }
.order-strip p { font-size:12px; margin:0; }
.order-strip .button { flex-shrink:0; }
.drawer-head h2 { font-size:27px; }
.checkout-summary h3 { font-size:23px; }
@media(min-width:1800px) {
 .market-opening { padding-top:60px; }
 .market-heading { margin-bottom:50px; }
 .market-heading h1 { font-size:76px; }
}
@media(max-width:1150px) {
 .container { width:calc(100% - 48px); }
 .header-inner { gap:25px; }
 .nav { gap:18px; }
 .nav a { font-size:11px; }
 .brand-wordmark { font-size:23px; }
 .brand > i { font-size:27px; }
 .header-actions { gap:0; }
 .icon-btn { width:34px; }
 .market-heading { gap:40px; grid-template-columns:1.8fr 1fr; }
 .market-heading h1 { font-size:50px; }
 .opening-note { padding-top:25px; }
 .shelf-tabs { gap:20px; }
 .shelf-tabs button { font-size:11px; }
 .product-grid { gap:35px 18px; }
 .product-body h3 { font-size:15px; }
 .add-button span { display:none; }
 .add-button { width:37px; padding:0; }
 .meal-curation { gap:35px; grid-template-columns:1fr 2fr; }
 .curation-product { gap:24px; }
 .curation-heading h2 { font-size:35px; }
 .meal-ticket h3 { font-size:26px; }
 .collection-scene > div { padding:30px; }
 .collection-scene h2 { font-size:37px; }
 .makers-copy { padding:40px; }
 .makers-copy h2 { font-size:35px; }
 .footer-grid { gap:25px; }
 .catalog-filters { gap:22px; }
 .catalog-heading h1 { font-size:43px; }
 .detail,.content-split,.contact-layout { gap:35px; }
 .article-layout { gap:35px; }
}
@media(max-width:900px) {
 .header-inner { height:72px; }
 .nav { display:none; position:absolute; inset:72px 0 auto; height:auto; margin:0; background:var(--paper); border-bottom:1px solid var(--line); padding:12px 24px; box-shadow:var(--shadow); }
 .nav.is-open { display:grid; gap:0; }
 .nav a { height:46px; font-size:13px; }
 .nav a::after { bottom:4px; width:25px; }
 .menu-button { display:grid; }
 .market-heading { grid-template-columns:1.5fr 1fr; gap:25px; }
 .market-heading h1 { font-size:42px; }
 .shelf-tabs { gap:15px; }
 .all-products-link { font-size:10px; gap:6px; }
 .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 20px; }
 .product-media { aspect-ratio:1.2; }
 .product-body h3 { font-size:18px; min-height:26px; }
 .add-button span { display:inline; }
 .add-button { width:auto; padding:8px 12px; }
 .collection-scene { height:330px; }
 .collection-scene h2 { font-size:33px; }
 .meal-curation { grid-template-columns:1fr; }
 .curation-heading { display:grid; grid-template-columns:1fr 1fr; gap:10px 35px; }
 .curation-heading .eyebrow { grid-column:1/-1; margin-bottom:0; }
 .meal-tabs { max-width:none; }
 .curation-product { grid-template-columns:1fr 1fr; gap:35px; }
 .meal-photo { aspect-ratio:1.2; }
 .journal-grid { gap:24px; }
 .journal-card h3 { font-size:18px; }
 .makers-copy h2 { font-size:28px; }
 .makers-photo { min-height:400px; }
 .makers-copy { padding:30px; }
 .footer-grid { grid-template-columns:1fr 1fr; gap:35px; }
 .catalog-filters { flex-wrap:wrap; gap:0 20px; }
 .catalog-heading .container > div { display:block; }
 .catalog-heading p:not(.eyebrow) { margin-top:20px; }
}
@media(max-width:600px) {
 .container { width:calc(100% - 36px); }
 .shop-announcement { min-height:28px; font-size:9px; }
 .shop-announcement a { display:none; }
 .header-inner { height:65px; gap:12px; }
 .brand { gap:6px; }
 .brand-wordmark { font-size:22px; }
 .brand > i { font-size:25px; }
 .icon-btn { width:31px; height:35px; font-size:19px; }
 .nav { top:65px; }
 .market-opening { padding:28px 0 35px; }
 .market-heading { display:block; margin-bottom:20px; }
 .market-heading .eyebrow { font-size:10px; margin-bottom:16px; }
 .market-heading h1 { font-size:35px; line-height:1.16; max-width:410px; }
 .market-heading h1 > span::after { height:9px; bottom:3px; }
 .opening-note { padding:0; margin-top:16px; max-width:400px; }
 .opening-note p { font-size:11px; line-height:1.7; margin:0; }
 .opening-note .text-link { display:none; }
 .shelf-toolbar { display:block; margin-bottom:17px; overflow:auto; scrollbar-width:none; }
 .shelf-tabs { gap:20px; min-width:max-content; }
 .shelf-tabs button { font-size:10px; padding:14px 0; }
 .all-products-link { display:none; }
 .mobile-all-products { display:flex; align-items:center; justify-content:center; gap:20px; border:1px solid var(--line); margin-top:28px; padding:12px; font-size:12px; }
 .product-grid { gap:26px 13px; }
 .product-media { aspect-ratio:1; }
 .product-body { padding-top:11px; }
 .product-kicker { font-size:8px; gap:5px; margin-bottom:6px; }
 .product-body h3 { font-size:13px; line-height:1.35; min-height:36px; }
 .product-meta { margin-top:8px; gap:8px; }
 .price { font-size:13px; }
 .add-button { width:32px; height:32px; min-height:32px; padding:0; }
 .add-button span { display:none; }
 .product-image-arrow { display:none; }
 .service-line { padding:20px 0; }
 .service-line .container { flex-wrap:wrap; justify-content:center; gap:17px; }
 .service-line span { font-size:9px; gap:7px; }
 .service-line span:last-child { display:none; }
 .service-line i { font-size:19px; }
 .collection-stories { margin-top:35px; grid-template-columns:1fr; }
 .collection-scene { height:285px; }
 .collection-scene > div { padding:28px; }
 .collection-scene h2 { font-size:34px; margin-top:20px; }
 .collection-scene div > span:first-child { font-size:9px; }
 .scene-link { font-size:10px; }
 .meal-finder { padding:38px 0; }
 .curation-heading { gap:12px 18px; }
 .curation-heading .eyebrow { font-size:8px; }
 .curation-heading h2 { font-size:28px; margin-bottom:0; padding-top:10px; }
 .meal-tabs button { font-size:10px; padding:9px 0; }
 .curation-product { gap:18px; align-items:start; }
 .meal-photo { aspect-ratio:.78; }
 .meal-ticket .eyebrow { font-size:8px; margin-bottom:9px; }
 .meal-ticket h3 { font-size:21px; margin-bottom:12px; }
 .meal-ticket > p:not(.eyebrow) { font-size:10px; line-height:1.65; margin-bottom:10px; }
 .meal-ticket > div { gap:12px; justify-content:space-between; margin-top:15px; }
 .meal-ticket strong { font-size:13px; }
 .section,.journal-home { padding:42px 0; }
 .section-title { font-size:29px; }
 .section-head { align-items:center; gap:20px; margin-bottom:25px; }
 .section-head .eyebrow { font-size:8px; margin-bottom:12px; }
 .section-head .text-link { font-size:9px; gap:8px; flex-shrink:0; }
 .journal-grid { grid-template-columns:1fr; gap:27px; }
 .journal-card { display:grid; grid-template-columns:110px 1fr; gap:15px; border-bottom:1px solid var(--line); padding-bottom:25px; }
 .journal-card-media { aspect-ratio:.85; }
 .journal-card-media > span { font-size:8px; left:7px; bottom:7px; padding:3px 5px; }
 .journal-card-copy { padding:0; }
 .journal-card h3 { font-size:15px; margin:9px 0; }
 .journal-meta { font-size:8px; }
 .journal-card-copy p { font-size:10px; line-height:1.6; }
 .journal-card .text-link { font-size:9px; padding:0; }
 .makers { grid-template-columns:1fr; }
 .makers-photo { min-height:0; height:285px; }
 .makers-copy { padding:34px 26px; }
 .makers-copy .eyebrow { font-size:9px; }
 .makers-copy h2 { font-size:31px; }
 .makers-copy > p:not(.eyebrow) { font-size:12px; }
 .footer { padding-top:38px; }
 .footer-grid { gap:30px 22px; padding-bottom:35px; }
 .footer-intro { grid-column:1/-1; }
 .footer-links { font-size:10px; gap:11px; }
 .footer-links strong { font-size:11px; margin-bottom:5px; }
 .footer-bottom { font-size:9px; gap:15px; }
 .footer-bottom > span:nth-child(2) { display:none; }
 .catalog-heading { padding:30px 0; }
 .catalog-heading h1 { font-size:34px; }
 .catalog-heading p:not(.eyebrow) { margin-top:14px; font-size:11px; }
 .catalog-filters { flex-wrap:nowrap; overflow:auto; scrollbar-width:none; gap:22px; }
 .catalog-filters .filter-button { flex-shrink:0; font-size:10px; padding:15px 0; }
 .catalog-filters .filter-button span { display:none; }
 .catalog-toolbar { flex-wrap:wrap; gap:10px; margin:20px 0; }
 .catalog-toolbar .search-box { width:100%; }
 .results-count { margin:0 auto 0 0; }
 .sort-control { border:0; padding:0; font-size:10px; }
 .catalog { padding-bottom:40px; }
 .catalog .product-grid { margin-top:15px; }
 .journal-masthead { padding:32px 0; }
 .journal-masthead h1 { font-size:43px; }
 .journal-masthead .eyebrow { font-size:9px; }
 .journal-masthead .container > p:last-child { font-size:12px; }
 .journal-filters { flex-wrap:wrap; gap:7px; margin-bottom:25px; }
 .filter-button { font-size:10px; padding:9px 12px; }
 .display { font-size:40px; }
 .page-hero { padding:34px 0; }
 .lead { font-size:13px; }
 .detail,.content-split,.contact-layout { grid-template-columns:1fr; gap:28px; }
 .detail-image { position:static; }
 .detail-copy h1 { font-size:32px; }
 .detail-price { font-size:22px; }
 .detail-copy > p:not(.eyebrow) { font-size:12px; }
 .detail-row { font-size:11px; }
 .detail-actions { grid-template-columns:100px 1fr; }
 .facts { grid-template-columns:repeat(2,1fr); }
 .product-journal-link .container { grid-template-columns:90px 1fr; gap:20px; }
 .product-journal-link img { width:90px; height:120px; }
 .product-journal-link h2 { font-size:22px; }
 .product-journal-link p:not(.eyebrow) { font-size:11px; }
 .product-journal-link .text-link { font-size:10px; }
 .content-copy p { font-size:13px; }
 .values { grid-template-columns:1fr; gap:30px; }
 .value h3 { font-size:24px; }
 .form-panel { padding:22px; }
 .form-grid { gap:16px; }
 .field { grid-column:1/-1; }
 .order-strip .container { flex-wrap:wrap; gap:20px; }
 .order-strip .container > i { display:none; }
 .order-strip .container > div { flex:1 1 100%; }
 .order-strip h2 { font-size:27px; }
 .article-header { padding:30px 0; }
 .article-heading h1 { font-size:33px; }
 .article-summary { font-size:13px; }
 .article-cover { width:calc(100% - 36px); height:260px; }
 .article-layout { grid-template-columns:1fr; gap:28px; padding-block:35px; }
 .ingredient-panel,.article-aside { position:static; }
 .article-body p { font-size:14px; }
 .article-body h2 { font-size:28px; }
 .article-product .container { grid-template-columns:100px 1fr; gap:22px; }
 .article-product h2 { font-size:23px; }
 .article-product p:not(.eyebrow) { font-size:12px; }
 .article-product-action { flex-direction:column; align-items:start; gap:15px; }
 .article-product .button { padding:10px 12px; font-size:10px; }
 .checkout-layout { grid-template-columns:1fr; }
 .checkout-summary { order:-1; }
 .checkout-form,.checkout-summary { padding:20px; }
 .modal { padding:10px; }
 .modal-panel { max-height:calc(100dvh - 20px); }
}
@media(max-width:360px) {
 .brand-wordmark { font-size:19px; }
 .brand > i { font-size:22px; }
 .header-inner { gap:5px; }
 .icon-btn { width:29px; }
 .market-heading h1 { font-size:30px; }
 .product-body h3 { font-size:12px; }
 .product-kicker { font-size:7px; }
 .price { font-size:12px; }
 .section-title { font-size:26px; }
 .curation-heading h2 { font-size:25px; }
 .meal-ticket h3 { font-size:18px; }
 .meal-ticket strong { font-size:11px; }
 .journal-card { grid-template-columns:95px 1fr; }
}
@media(prefers-reduced-motion:reduce) {
 *,*::before,*::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; }
 .theme-transition { display:none; }
}
