:root {
  --ink: #2f261f;
  --muted: #74685f;
  --green: #4c663e;
  --green-dark: #32472d;
  --green-soft: #dfe9d8;
  --brown: #74461f;
  --brown-dark: #4c2f19;
  --orange: #b95f27;
  --wheat: #f1d48e;
  --cream: #fbf5e7;
  --paper: #fffdf8;
  --line: #e7ddcd;
  --danger: #a13d31;
  --whatsapp: #18794e;
  --shadow: 0 22px 60px rgba(65, 43, 23, .14);
  --shadow-soft: 0 12px 36px rgba(65, 43, 23, .09);
  --radius: 24px;
  --radius-small: 15px;
  --container: 1210px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.cart-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(3rem, 6.2vw, 6.15rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { line-height: 1.25; }
a { color: inherit; }
.container { width: min(calc(100% - 38px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 38px), 850px); }
.section { padding-block: 104px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; padding: 10px 14px; border-radius: 10px; background: #fff; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.announcement { color: #fff; background: #352417; font-size: .82rem; font-weight: 760; letter-spacing: .02em; }
.announcement-inner { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: 13px; text-align: center; }
.announcement-dot { color: var(--wheat); }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255, 253, 248, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(48,34,22,.08); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { flex: 0 0 auto; border-radius: 16px; }
.brand span { display: grid; line-height: 1.08; }
.brand strong { font-family: Georgia, serif; font-size: 1.28rem; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .73rem; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; padding: 9px 0; text-decoration: none; font-size: .89rem; font-weight: 800; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; border-radius: 99px; background: var(--green); transition: right .2s ease; }
.site-nav a:hover::after { right: 0; }
.cart-button { min-height: 50px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border: 0; border-radius: 999px; background: var(--brown); color: #fff; font-weight: 900; cursor: pointer; box-shadow: 0 10px 24px rgba(101,57,25,.19); }
.cart-count { min-width: 25px; height: 25px; display: grid; place-items: center; padding-inline: 6px; border-radius: 999px; background: #fff; color: var(--brown); font-size: .75rem; }
.menu-toggle { display: none; width: 45px; height: 45px; margin-left: auto; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 84px 0 96px; background: radial-gradient(circle at 88% 12%, rgba(226,196,123,.43), transparent 27%), linear-gradient(128deg, #fffaf0 0%, #fbf4df 50%, #edf0d7 100%); }
.hero::before { content: ""; position: absolute; width: 310px; height: 310px; left: -160px; bottom: -150px; border-radius: 50%; background: rgba(91,116,73,.19); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 76px; align-items: center; }
.eyebrow { margin-bottom: 15px; color: var(--orange); font-size: .73rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.hero-lead { max-width: 680px; margin-bottom: 30px; color: #65594f; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.button { min-height: 51px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .17s ease, box-shadow .17s ease, background .17s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.button-primary { color: #fff; background: var(--brown); box-shadow: 0 12px 25px rgba(103,59,25,.18); }
.button-primary:hover { background: var(--brown-dark); }
.button-secondary { border-color: #d5c7b3; background: rgba(255,255,255,.72); color: var(--brown); }
.button-secondary:hover { background: #fff; }
.button-light { color: var(--brown); background: #fff; }
.button-whatsapp { color: #fff; background: var(--whatsapp); }
.button-whatsapp:hover { background: #11653f; }
.button.compact { min-height: 43px; padding-inline: 17px; font-size: .83rem; }
.full-width { width: 100%; }
.payment-trust { width: fit-content; display: flex; align-items: center; gap: 12px; margin-bottom: 22px; padding: 11px 15px; border: 1px solid rgba(77,99,63,.18); border-radius: 16px; background: rgba(255,255,255,.6); }
.payment-trust span:last-child { display: grid; }
.payment-trust strong { font-size: .83rem; }
.payment-trust small { color: var(--muted); font-size: .74rem; }
.secure-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: var(--green-soft); }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px; color: var(--green-dark); font-size: .82rem; font-weight: 850; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; border: 1px solid rgba(255,255,255,.85); border-radius: 52px 52px 52px 18px; box-shadow: 0 34px 75px rgba(71,49,24,.21); transform: rotate(1.5deg); }
.hero-price-card { position: absolute; left: -34px; bottom: 48px; display: grid; min-width: 210px; padding: 19px 23px; border-radius: 19px; background: #fff; box-shadow: var(--shadow); }
.hero-price-card small { color: var(--muted); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-price-card strong { margin-top: 4px; font-family: Georgia, serif; font-size: 1.22rem; }
.hero-price-card span { color: var(--orange); font-weight: 950; }
.hero-seal { position: absolute; right: -16px; bottom: 28px; width: 126px; height: 126px; display: grid; place-content: center; border: 6px solid rgba(255,255,255,.78); border-radius: 50%; background: var(--green); color: #fff; text-align: center; transform: rotate(7deg); box-shadow: var(--shadow-soft); }
.hero-seal strong { font-family: Georgia, serif; font-size: 1.22rem; line-height: .9; }
.hero-seal span { font-weight: 900; font-size: .98rem; }
.hero-seal small { margin-top: 4px; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.benefits-section { position: relative; z-index: 3; margin-top: -28px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.benefits-grid article { display: flex; gap: 15px; padding: 24px 27px; }
.benefits-grid article + article { border-left: 1px solid var(--line); }
.benefit-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 14px; background: var(--cream); font-size: 1.45rem; }
.benefits-grid h2 { margin: 0 0 5px; font-family: inherit; font-size: .98rem; letter-spacing: 0; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.section-heading { margin-bottom: 35px; }
.section-heading h2 { max-width: 850px; }
.section-heading p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.split-heading { display: flex; justify-content: space-between; gap: 35px; align-items: end; }
.centered { text-align: center; }
.centered h2, .centered p { margin-inline: auto; }
.products-section { background: var(--paper); }
.shop-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 30px; }
.search-box { width: min(100%, 390px); display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.search-box input { width: 100%; height: 48px; border: 0; outline: 0; background: transparent; }
.filter-pills { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-pill { min-height: 39px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: #685b50; background: #fff; font-size: .75rem; font-weight: 850; cursor: pointer; }
.filter-pill.active { border-color: var(--green); color: #fff; background: var(--green); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 25px; background: #fff; overflow: hidden; box-shadow: 0 10px 28px rgba(76,51,30,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-card:hover { transform: translateY(-6px); border-color: #cfb99a; box-shadow: 0 20px 45px rgba(76,51,30,.13); }
.product-image-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream); }
.product-image { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-card:hover .product-image { transform: scale(1.025); }
.product-badge { position: absolute; left: 14px; top: 14px; z-index: 2; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 8px 18px rgba(83,47,23,.15); font-size: .63rem; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.product-content { flex: 1; display: flex; flex-direction: column; padding: 19px; }
.product-meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 8px; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { min-height: 49px; margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.17rem; }
.product-description { min-height: 61px; margin-bottom: 17px; color: var(--muted); font-size: .82rem; line-height: 1.48; }
.product-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 11px; }
.price { display: grid; line-height: 1.1; }
.price strong { color: var(--brown); font-size: 1.2rem; }
.price small { margin-top: 5px; color: var(--muted); font-size: .69rem; }
.add-button { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--brown); box-shadow: 0 9px 19px rgba(87,47,19,.18); font-size: 1.35rem; cursor: pointer; }
.add-button:hover { background: var(--brown-dark); }
.empty-state { padding: 34px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }

.warm-section { background: linear-gradient(130deg, #f8ebc8, #f3dfad); }
.feature-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 64px; align-items: center; }
.feature-copy p:not(.eyebrow), .feature-copy li { color: #5f5145; }
.check-list { list-style: none; display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.meal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 19px; }
.meal-card { display: flex; flex-direction: column; border: 1px solid rgba(111,77,42,.15); border-radius: 29px; background: rgba(255,255,255,.9); overflow: hidden; box-shadow: var(--shadow-soft); }
.meal-card img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.meal-card-content { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.meal-card h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.55rem; }
.meal-card p:not(.eyebrow) { color: var(--muted); font-size: .87rem; }
.meal-card .product-bottom { margin-top: auto; }

.process-showcase { background: #f7f6ef; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.process-grid > img { border-radius: 35px; box-shadow: var(--shadow); }
.process-grid > div > p:not(.eyebrow) { color: var(--muted); }
.quality-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 26px 0; }
.quality-list article { padding: 18px 12px; border: 1px solid var(--line); border-radius: 17px; background: #fff; text-align: center; }
.quality-list strong { display: block; color: var(--green); font-family: Georgia, serif; font-size: 1.75rem; }
.quality-list span { color: var(--muted); font-size: .72rem; line-height: 1.25; }
.notice-box { margin-top: 22px; padding: 17px 19px; border-left: 4px solid var(--orange); border-radius: 0 var(--radius-small) var(--radius-small) 0; background: #fff; font-size: .88rem; font-weight: 800; }

.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.steps-grid article { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.steps-grid article > span { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 14px; background: var(--green); color: #fff; font-weight: 950; }
.steps-grid h3 { margin-bottom: 8px; }
.steps-grid p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.faq-section { background: #fff; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: #fffdf8; }
.faq-list summary { position: relative; padding: 19px 52px 19px 20px; list-style: none; cursor: pointer; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 14px; color: var(--brown); font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.cta-section { padding-block: 68px; background: var(--brown); color: #fff; }
.cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-wrap h2 { margin-bottom: 10px; }
.cta-wrap p { margin-bottom: 0; color: rgba(255,255,255,.76); }
.cta-wrap .eyebrow { color: var(--wheat); }

.site-footer { padding-top: 64px; background: #24170f; color: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr 1fr .75fr; gap: 45px; padding-bottom: 45px; }
.footer-brand { margin-bottom: 18px; color: #fff; }
.footer-brand small { color: rgba(255,255,255,.62); }
.site-footer h2 { margin-bottom: 14px; color: #fff; font-family: inherit; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { color: rgba(255,255,255,.64); font-size: .84rem; }
.site-footer a, .footer-link-button { display: block; margin: 8px 0; padding: 0; border: 0; color: rgba(255,255,255,.72); background: none; text-decoration: none; cursor: pointer; }
.site-footer a:hover, .footer-link-button:hover { color: #fff; }
.stripe-note { display: block; margin-top: 16px; color: rgba(255,255,255,.5); font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.52); font-size: .77rem; }

.cart-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(27,18,12,.58); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(100%, 570px); height: 100dvh; display: flex; flex-direction: column; padding: 24px; background: #fffdf8; box-shadow: -22px 0 60px rgba(34,19,7,.25); transform: translateX(105%); transition: transform .25s ease; overflow-y: auto; }
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-header h2 { margin: 0; font-size: 2rem; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 1.8rem; cursor: pointer; }
.cart-items { display: grid; gap: 12px; padding: 20px 0; }
.cart-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 13px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.cart-item-image { width: 70px; height: 70px; border-radius: 14px; object-fit: cover; background: var(--cream); }
.cart-item h3 { margin: 0 0 3px; font-size: .91rem; }
.cart-item-price { color: var(--muted); font-size: .72rem; }
.qty-control { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; }
.qty-control button { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
.qty-control span { min-width: 22px; text-align: center; font-weight: 900; }
.cart-item-total { text-align: right; }
.cart-item-total strong { display: block; color: var(--brown); }
.remove-item { margin-top: 6px; padding: 0; border: 0; background: transparent; color: var(--danger); font-size: .69rem; text-decoration: underline; cursor: pointer; }
.cart-empty { margin: auto; padding: 44px 12px; text-align: center; }
.cart-empty > span { font-size: 4rem; }
.cart-empty p { color: var(--muted); }
.cart-summary { border-top: 1px solid var(--line); padding-top: 20px; }
.summary-line { display: flex; justify-content: space-between; font-size: .94rem; }
.summary-line + .summary-line { margin-top: 5px; }
.summary-line strong { color: var(--brown); font-size: 1.05rem; }
.grand-total { margin-top: 10px !important; padding-top: 12px; border-top: 1px dashed var(--line); font-weight: 900; }
.grand-total strong { font-size: 1.35rem; }
.delivery-note { margin: 8px 0 18px; color: var(--muted); font-size: .75rem; }
.order-form { display: grid; gap: 13px; }
.order-form label, .order-form legend { color: #4d4138; font-size: .77rem; font-weight: 850; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.order-form input, .order-form textarea { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; outline: 0; }
.order-form input:focus, .order-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(76,102,62,.1); }
.order-form input.invalid, .order-form textarea.invalid { border-color: var(--danger); }
.order-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; border: 0; }
.order-form legend { grid-column: 1/-1; margin-bottom: 4px; }
.radio-card { display: flex; gap: 9px; align-items: start; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.radio-card input { width: auto; margin-top: 4px; }
.radio-card span { display: grid; }
.radio-card small { color: var(--muted); font-weight: 500; line-height: 1.35; }
.form-error { padding: 11px 13px; border: 1px solid #e5b1aa; border-radius: 11px; background: #fff1ef; color: #8a2f26; font-size: .78rem; font-weight: 750; }
.checkout-note { margin: -2px 7px 0; color: var(--muted); font-size: .68rem; text-align: center; }
.text-button { justify-self: center; padding: 4px; border: 0; background: transparent; color: #8f4335; text-decoration: underline; cursor: pointer; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 150; max-width: calc(100% - 30px); padding: 12px 17px; border-radius: 999px; color: #fff; background: #25211e; box-shadow: var(--shadow); font-size: .83rem; font-weight: 780; transform: translate(-50%,20px); opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { transform: translate(-50%,0); opacity: 1; }
.noscript { padding: 14px; color: #fff; background: #8a2d20; text-align: center; }

/* Success, legal and error pages */
.simple-page { min-height: 100dvh; background: linear-gradient(145deg,#fffaf0,#edf1dd); }
.simple-header { padding-block: 24px; }
.simple-main { padding: 45px 0 90px; }
.status-card, .legal-card, .error-card { width: min(100%, 820px); margin-inline: auto; padding: clamp(28px,5vw,58px); border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); }
.status-icon { width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 50%; background: var(--green-soft); font-size: 2.2rem; }
.status-card h1, .legal-card h1, .error-card h1 { margin-bottom: 16px; font-size: clamp(2.4rem,6vw,4.7rem); }
.status-message { color: var(--muted); }
.order-summary-box { display: grid; gap: 12px; margin: 26px 0; padding: 19px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.order-summary-row { display: flex; justify-content: space-between; gap: 20px; }
.order-summary-row strong { text-align: right; }
.order-items-list { margin: 0; padding-left: 20px; color: var(--muted); }
.simple-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.legal-card h2 { margin-top: 32px; font-family: inherit; font-size: 1.25rem; letter-spacing: 0; }
.legal-card p, .legal-card li { color: var(--muted); }

@media (max-width: 1080px) {
  .hero-grid { gap: 42px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .site-nav { gap: 18px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  .section { padding-block: 78px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 18px; right: 18px; display: none; margin: 0; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 10px 8px; }
  .cart-button { min-height: 45px; padding-inline: 12px; }
  .hero { padding-top: 62px; }
  .hero-grid, .feature-grid, .process-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-lead, .payment-trust { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(100%,650px); margin-inline: auto; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .shop-toolbar, .split-heading { align-items: stretch; flex-direction: column; }
  .filter-pills { justify-content: flex-start; }
  .search-box { width: 100%; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { gap: 45px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .cta-wrap { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 580px) {
  .container, .narrow { width: min(calc(100% - 26px), var(--container)); }
  .announcement-inner { min-height: 48px; gap: 7px; flex-wrap: wrap; padding-block: 7px; line-height: 1.2; }
  .announcement-dot { display: none; }
  .nav-wrap { min-height: 74px; gap: 10px; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 1rem; }
  .brand small { display: none; }
  .cart-button > span:nth-child(2) { display: none; }
  .hero { padding: 49px 0 72px; }
  h1 { font-size: clamp(2.65rem,14vw,4.2rem); }
  h2 { font-size: clamp(2.05rem,11vw,3.2rem); }
  .hero-visual > img { border-radius: 31px 31px 31px 12px; }
  .hero-price-card { left: 8px; bottom: 16px; min-width: 170px; padding: 14px 17px; }
  .hero-price-card strong { font-size: 1rem; }
  .hero-seal { right: -2px; bottom: -30px; width: 102px; height: 102px; }
  .benefits-section { margin-top: -12px; }
  .product-grid, .meal-grid, .quality-list, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-card h3, .product-description { min-height: 0; }
  .feature-grid { gap: 38px; }
  .steps-grid article { padding: 21px; }
  .footer-bottom { flex-direction: column; }
  .cart-drawer { padding: 18px 14px; }
  .cart-item { grid-template-columns: 62px 1fr; }
  .cart-item-image { width: 62px; height: 62px; }
  .cart-item-total { grid-column: 2; display: flex; justify-content: space-between; align-items: center; text-align: left; }
  .form-grid, .order-form fieldset { grid-template-columns: 1fr; }
}
.website-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.payment-button.loading { cursor: wait; opacity: .82; }
.payment-button:disabled { cursor: not-allowed; opacity: .58; filter: grayscale(.15); }

/* Multi-page catalogue update — July 2026 */
.site-nav a.active { color: var(--green-dark); }
.site-nav a.active::after { right: 0; }
.page-hero { position: relative; padding: clamp(72px, 9vw, 120px) 0; overflow: hidden; background: linear-gradient(135deg, #f8edd0 0%, #f5f7e9 58%, #e5eddc 100%); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; bottom: -240px; border-radius: 50%; background: rgba(76,102,62,.09); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-inner > div { max-width: 860px; }
.page-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.22rem); }

.category-section { background: #f7f6ef; }
.category-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: #fff; text-decoration: none; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.category-card > span { font-size: 2.7rem; }
.category-card h3 { margin: 18px 0 9px; font-family: Georgia, serif; font-size: 1.55rem; }
.category-card p { color: var(--muted); font-size: .88rem; }
.category-card strong { margin-top: auto; color: var(--green-dark); font-size: .83rem; }
.featured-section { background: #fffdf8; }

.product-local-names { display: flex; flex-wrap: wrap; gap: 6px 9px; min-height: 48px; margin: -1px 0 10px; color: var(--green-dark); font-size: .79rem; font-weight: 780; line-height: 1.45; }
.variant-list { display: grid; gap: 8px; margin-top: auto; padding-top: 4px; }
.variant-row { display: grid; grid-template-columns: minmax(78px,1fr) auto auto; gap: 9px; align-items: center; padding: 9px 9px 9px 12px; border: 1px solid var(--line); border-radius: 13px; background: #fffcf5; }
.variant-size { color: #51463d; font-size: .75rem; font-weight: 850; }
.variant-row strong { color: var(--brown); font-size: .94rem; white-space: nowrap; }
.variant-add { min-width: 48px; min-height: 34px; padding: 0 10px; border: 0; border-radius: 9px; color: #fff; background: var(--brown); font-size: .7rem; font-weight: 900; cursor: pointer; }
.variant-add:hover { background: var(--brown-dark); }
.product-image-wrap.product-image-contain { aspect-ratio: 4 / 3; padding: 10px; background: #fff; }
.product-image-wrap.product-image-contain .product-image { object-fit: contain; transform: none; }
.packaging-product-card .product-image-wrap { aspect-ratio: 4 / 5; }
.packaging-product-card .product-image { object-fit: contain; }
.packaging-product-card:hover .product-image { transform: none; }
.packaging-product-card .product-description { min-height: 82px; }
.product-card h3 { min-height: auto; }
.product-description { min-height: 72px; }

.inquiry-split { display: grid; grid-template-columns: 1fr .85fr; gap: 60px; align-items: center; }
.inquiry-split > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.packaging-inquiry-section { background: #f7f6ef; }
.packaging-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.packaging-photo-grid figure { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.packaging-photo-grid img { width: 100%; height: 520px; object-fit: contain; border-radius: 16px; background: #f7f7f7; }
.packaging-photo-grid figcaption { padding: 11px 4px 2px; color: var(--muted); font-size: .8rem; text-align: center; }

@media (max-width: 1120px) {
  .category-card-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .page-hero { padding-block: 72px; }
  .inquiry-split { grid-template-columns: 1fr; gap: 32px; }
  .packaging-photo-grid img { height: 390px; }
}
@media (max-width: 580px) {
  .category-card-grid, .packaging-photo-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 240px; }
  .product-local-names { min-height: 0; }
  .product-description, .packaging-product-card .product-description { min-height: 0; }
  .variant-row { grid-template-columns: 1fr auto auto; }
  .packaging-photo-grid img { height: 360px; }
}

/* Pickup, weekend delivery and refreshed Samarth logo — v5.2 */
.brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 0;
}
.footer-brand img {
  padding: 4px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
}
.footer-directions,
.inline-directions {
  color: var(--wheat) !important;
  font-weight: 850;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.inline-directions { color: var(--green-dark) !important; }
.pickup-directions {
  padding: 12px 14px;
  border: 1px solid #cfe0c3;
  border-radius: 13px;
  background: #f1f7ec;
}
.directions-link {
  color: var(--green-dark);
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
}
.directions-link:hover { text-decoration: underline; }
.delivery-options {
  display: grid;
  gap: 8px;
  padding: 13px;
  border: 1px solid #dfcfb8;
  border-radius: 14px;
  background: #fff8e9;
}
.delivery-options[hidden], .pickup-directions[hidden] { display: none !important; }
.delivery-distance-help {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.45;
}
.order-form select {
  width: 100%;
  margin-top: 5px;
  padding: 11px 36px 11px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  outline: 0;
}
.order-form select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(76,102,62,.1);
}
.founder-story .about-brand-logo {
  width: min(100%, 520px);
  max-height: 570px;
  margin-inline: auto;
  padding: 20px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
@media (max-width: 580px) {
  .brand img { width: 52px; height: 52px; }
  .nav-wrap { min-height: 80px; }
  .delivery-options { padding: 11px; }
}

.variant-price-wrap { display: inline-flex; align-items: center; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.variant-offer { display: inline-flex; align-items: center; min-height: 20px; padding: 2px 7px; border-radius: 999px; background: #fff0df; color: #a94316; border: 1px solid #f2c49f; font-size: .65rem; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
