:root {
  --ink: #2b1b14;
  --coffee: #4d2b1d;
  --coffee-soft: #76513e;
  --cream: #f7f1e9;
  --cream-2: #efe2d4;
  --paper: #fffdf9;
  --muted: #7d7068;
  --line: rgba(77, 43, 29, 0.12);
  --shadow: 0 24px 70px rgba(56, 31, 20, 0.11);
  --soft-shadow: 0 12px 32px rgba(56, 31, 20, 0.08);
  --container: 1180px;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 15px; font-weight: 400; }
body.no-scroll { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 9px 12px; border-radius: 8px; background: var(--coffee); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 15px; color: var(--coffee-soft); font-size: 11px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255, 253, 249, .88); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { color: var(--coffee); font-size: 17px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { color: #4f443e; font-size: 12px; transition: color .18s ease; }
.desktop-nav a:hover { color: var(--coffee); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-order { position: relative; display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--coffee); color: white; cursor: pointer; font-size: 12px; font-weight: 500; box-shadow: 0 8px 20px rgba(67, 37, 25, .18); }
.header-order b { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 50%; background: white; color: var(--coffee); font-size: 10px; font-weight: 500; }
.bag-icon { font-size: 16px; }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 19px; height: 1px; margin: 5px auto; background: var(--coffee); transition: transform .18s ease; }
.menu-button.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 100%; right: 18px; left: 18px; display: grid; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.mobile-nav a { padding: 12px 14px; border-radius: 10px; font-size: 13px; }
.mobile-nav a:hover { background: var(--cream); }

.hero { position: relative; overflow: hidden; min-height: 620px; background: linear-gradient(122deg, #fbf8f3 0%, #f6ebe0 53%, #e8d2bf 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; top: -180px; right: 18%; background: rgba(255, 255, 255, .45); }
.hero-glow-two { width: 300px; height: 300px; bottom: -140px; left: 12%; background: rgba(239, 221, 204, .6); }
.hero-grid { position: relative; display: grid; min-height: 620px; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 34px; padding-top: 48px; padding-bottom: 106px; }
.hero-copy { position: relative; z-index: 2; max-width: 560px; padding-left: 8px; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(55px, 5.6vw, 82px); font-weight: 400; line-height: .99; letter-spacing: -.045em; }
.hero-description { max-width: 465px; margin: 24px 0 0; color: #665952; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 11px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 500; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--coffee); color: white; box-shadow: 0 10px 24px rgba(67, 37, 25, .15); }
.button.secondary { border-color: var(--line); background: rgba(255, 255, 255, .72); color: var(--coffee); }
.full-button { width: 100%; border-radius: 12px; }
.hero-photo { position: relative; align-self: stretch; overflow: hidden; min-height: 520px; margin-right: -95px; border-radius: 0 0 0 100px; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246, 235, 224, .82) 0%, rgba(246, 235, 224, .08) 25%, transparent 53%); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.benefit-strip { position: absolute; right: 0; bottom: 24px; left: 0; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(77, 43, 29, .1); border-radius: 18px; background: rgba(255, 253, 249, .8); box-shadow: var(--soft-shadow); backdrop-filter: blur(16px); }
.benefit-strip > div { display: flex; min-height: 72px; align-items: center; gap: 11px; padding: 0 25px; border-right: 1px solid var(--line); }
.benefit-strip > div:last-child { border-right: 0; }
.benefit-strip > div > span { color: var(--coffee-soft); font-size: 20px; }
.benefit-strip p { margin: 0; font-size: 12px; font-weight: 500; line-height: 1.25; }
.benefit-strip small { display: block; color: var(--muted); font-size: 10px; font-weight: 400; }

.menu-section { padding: 92px 0 104px; background: #fffdfa; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 430px); align-items: end; gap: 60px; margin-bottom: 24px; }
.section-heading h2, .story-copy h2, .location-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.compact-heading { grid-template-columns: 1fr; }
.category-filter { display: flex; flex-wrap: wrap; gap: 7px; margin: 30px 0 27px; }
.category-filter button { min-height: 34px; padding: 0 15px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; }
.category-filter button:hover { color: var(--coffee); }
.category-filter button.is-active { background: var(--coffee); color: white; }
.menu-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: start; gap: 23px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 7px 24px rgba(56, 31, 20, .04); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--soft-shadow); }
.product-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1.66 / 1; background: #eadfD4; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.025); }
.product-label { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(255, 253, 249, .8); color: var(--coffee); font-size: 9px; backdrop-filter: blur(8px); }
.product-body { display: grid; min-height: 178px; grid-template-rows: 1fr auto; gap: 14px; padding: 17px; }
.product-copy h3 { margin: 0; font-size: 15px; font-weight: 500; line-height: 1.25; }
.product-copy p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.product-bottom { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 9px; }
.price { color: var(--coffee); font-size: 13px; font-weight: 500; }
.round-add { display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 50%; background: var(--coffee); color: white; cursor: pointer; font-size: 19px; font-weight: 400; }
.quantity { display: flex; align-items: center; gap: 8px; }
.quantity button, .mini-quantity button { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--coffee); cursor: pointer; }
.quantity output, .mini-quantity output { min-width: 15px; text-align: center; font-size: 11px; }
.desktop-cart-card { position: sticky; top: 92px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 253, 249, .96); box-shadow: var(--soft-shadow); }
.desktop-cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 21px 17px; border-bottom: 1px solid var(--line); }
.desktop-cart-head .eyebrow { margin-bottom: 5px; }
.desktop-cart-head h3 { margin: 0; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.cart-badge { display: grid; min-width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--coffee); font-size: 11px; }
.desktop-cart-items { max-height: 330px; overflow: auto; padding: 8px 18px; }
.side-empty { padding: 38px 12px; text-align: center; }
.side-empty span { font-size: 25px; }
.side-empty p { margin: 10px 0 3px; font-size: 12px; }
.side-empty small { color: var(--muted); font-size: 10px; }
.side-cart-row { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.side-cart-row:last-child { border-bottom: 0; }
.side-cart-row img { width: 52px; height: 43px; border-radius: 9px; object-fit: cover; }
.side-cart-row strong { display: block; overflow: hidden; font-size: 10px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.side-cart-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.mini-quantity { display: flex; align-items: center; gap: 5px; }
.mini-quantity button { width: 23px; height: 23px; font-size: 11px; }
.mini-quantity output { font-size: 10px; }
.desktop-cart-footer { padding: 18px; border-top: 1px solid var(--line); }
.desktop-cart-footer > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.desktop-cart-footer span { color: var(--muted); font-size: 10px; }
.desktop-cart-footer strong { font-size: 15px; font-weight: 500; }
.desktop-cart-footer p { margin: 10px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }

.story-section { padding: 96px 0; background: linear-gradient(135deg, #f8f2eb 0%, #efe0d2 100%); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.story-image { overflow: hidden; min-height: 430px; border-radius: 30px; box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.story-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; color: var(--muted); line-height: 1.8; }
.story-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.story-points span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.52); color: var(--coffee); font-size: 10px; }

.order-steps { padding: 92px 0; background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { min-height: 205px; padding: 29px 30px; border-right: 1px solid var(--line); }
.steps-grid article:first-child { padding-left: 0; }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article > span { color: var(--coffee-soft); font-size: 10px; letter-spacing: .12em; }
.steps-grid h3 { margin: 42px 0 8px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.location-section { padding: 0 0 96px; }
.location-card { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 50px; padding: 42px; border-radius: 28px; background: var(--coffee); color: white; box-shadow: var(--shadow); }
.location-card .eyebrow { color: #d9bda9; }
.location-card h2 { font-size: 43px; }
.location-details { display: grid; gap: 13px; }
.location-details p { margin: 0; font-size: 12px; line-height: 1.5; }
.location-details span { display: block; color: #cbb2a3; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.location-actions { display: grid; gap: 9px; }
.location-card .button.secondary { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: white; }
.location-card .button.primary { background: white; color: var(--coffee); box-shadow: none; }

.site-footer { padding: 54px 0 70px; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.4fr auto; align-items: center; gap: 30px; }
.footer-grid p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 20px; }
.footer-links { display: flex; gap: 20px; font-size: 11px; }
.footer-grid small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }

.mobile-cart { position: fixed; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); left: 14px; z-index: 45; display: none; min-height: 58px; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 0 17px; border: 0; border-radius: 17px; background: var(--coffee); color: white; box-shadow: 0 18px 50px rgba(49, 26, 18, .3); cursor: pointer; }
.mobile-cart span { font-size: 11px; text-align: left; }
.mobile-cart strong { font-size: 13px; font-weight: 500; }
.mobile-cart em { font-size: 10px; font-style: normal; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(29, 17, 12, .34); opacity: 0; backdrop-filter: blur(3px); transition: opacity .22s ease; }
.drawer-backdrop.is-open { opacity: 1; }
.order-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 71; display: grid; width: min(100%, 480px); grid-template-rows: auto minmax(0, 1fr); background: var(--paper); box-shadow: -22px 0 70px rgba(42, 24, 16, .18); transform: translateX(100%); transition: transform .22s ease; }
.order-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 26px 18px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 5px; }
.drawer-header h2 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--coffee); cursor: pointer; font-size: 21px; font-weight: 300; }
#order-form { display: grid; min-height: 0; grid-template-rows: minmax(0, 1fr) auto; }
.drawer-scroll { overflow-y: auto; padding: 0 26px 26px; }
.cart-items { padding: 8px 0 19px; }
.cart-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.cart-row img { width: 64px; height: 50px; border-radius: 10px; object-fit: cover; }
.cart-row h3 { margin: 0; font-size: 12px; font-weight: 500; }
.cart-row p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.compact-quantity { gap: 5px; }
.compact-quantity button { width: 27px; height: 27px; }
.empty-cart { padding: 46px 12px; text-align: center; }
.empty-cart > span { font-size: 34px; }
.empty-cart h3 { margin: 12px 0 5px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.empty-cart p { margin: 0 0 20px; color: var(--muted); font-size: 11px; }
.form-section { padding: 22px 0 4px; border-top: 1px solid var(--line); }
.form-section h3 { margin: 0 0 13px; font-size: 12px; font-weight: 500; }
.segmented-control { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); }
.segmented-control input { position: absolute; opacity: 0; pointer-events: none; }
.segmented-control span { display: grid; min-height: 39px; place-items: center; border-radius: 9px; color: var(--muted); cursor: pointer; font-size: 11px; }
.segmented-control input:checked + span { background: white; color: var(--coffee); box-shadow: 0 5px 15px rgba(56,31,20,.08); }
.field-note { margin: 8px 2px 0; color: var(--muted); font-size: 9px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 5px; }
.field.full { grid-column: 1 / -1; }
.field > span { color: var(--muted); font-size: 9px; letter-spacing: .02em; }
.field small { font-size: 8px; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; outline: none; background: var(--cream); color: var(--ink); font-size: 12px; transition: border-color .18s ease, box-shadow .18s ease; }
.field input { height: 42px; padding: 0 11px; }
.field textarea { padding: 10px 11px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: rgba(77,43,29,.44); box-shadow: 0 0 0 3px rgba(77,43,29,.07); }
.drawer-footer { padding: 16px 26px max(18px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--cream); }
.order-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.order-total span { color: var(--muted); font-size: 10px; }
.order-total strong { font-size: 16px; font-weight: 500; }
.whatsapp-button { width: 100%; min-height: 49px; border: 0; border-radius: 12px; background: var(--coffee); color: white; cursor: pointer; font-size: 12px; font-weight: 500; }
.drawer-footer > p { margin: 7px 0 0; color: var(--muted); font-size: 8px; text-align: center; }
.toast { position: fixed; left: 50%; bottom: 82px; z-index: 100; padding: 10px 14px; border-radius: 999px; background: var(--ink); color: white; opacity: 0; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease; font-size: 10px; box-shadow: var(--shadow); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .hero-photo { margin-right: -40px; }
  .menu-layout { grid-template-columns: minmax(0, 1fr) 285px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-card { grid-template-columns: 1fr 1fr; }
  .location-actions { grid-column: 1 / -1; grid-template-columns: auto auto; justify-content: start; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr 1fr; padding-bottom: 106px; }
  .hero-photo { min-height: 430px; margin-right: -25px; }
  .menu-layout { grid-template-columns: 1fr; }
  .desktop-cart-card { display: none; }
  .mobile-cart { display: grid; }
  .story-grid { gap: 45px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .header-inner { min-height: 64px; }
  .header-order { display: none; }
  .brand { font-size: 15px; }
  .hero-grid { grid-template-columns: 1fr; gap: 13px; padding-top: 38px; padding-bottom: 144px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(48px, 15vw, 67px); line-height: 1.01; }
  .hero-description { margin-top: 17px; font-size: 13px; line-height: 1.65; }
  .hero-actions { margin-top: 21px; }
  .button { min-height: 42px; padding-inline: 16px; }
  .hero-photo { min-height: 330px; margin: 4px -13px 0; border-radius: 25px; }
  .hero-photo::after { background: linear-gradient(180deg, rgba(246,235,224,.28), transparent 35%); }
  .benefit-strip { bottom: 14px; grid-template-columns: repeat(2, 1fr); border-radius: 16px; }
  .benefit-strip > div { min-height: 58px; padding: 0 13px; border-bottom: 1px solid var(--line); }
  .benefit-strip > div:nth-child(2) { border-right: 0; }
  .benefit-strip > div:nth-last-child(-n+2) { border-bottom: 0; }
  .benefit-strip > div > span { font-size: 17px; }
  .benefit-strip p { font-size: 10px; }
  .benefit-strip small { font-size: 8px; }
  .menu-section, .story-section, .order-steps { padding: 72px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 20px; }
  .section-heading h2, .story-copy h2 { font-size: 40px; }
  .section-heading > p { font-size: 12px; }
  .category-filter { margin: 24px 0 20px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .category-filter::-webkit-scrollbar { display: none; }
  .category-filter button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 15px; }
  .product-label { display: none; }
  .product-body { min-height: 166px; padding: 13px; }
  .product-copy h3 { font-size: 13px; }
  .product-copy p { font-size: 9.5px; line-height: 1.45; }
  .price { font-size: 12px; }
  .round-add { width: 31px; height: 31px; font-size: 17px; }
  .quantity { gap: 4px; }
  .quantity button { width: 26px; height: 26px; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
  .story-image, .story-image img { min-height: 320px; }
  .story-copy > p:not(.eyebrow) { font-size: 13px; }
  .steps-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .steps-grid article, .steps-grid article:first-child { min-height: auto; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps-grid h3 { margin: 17px 0 5px; }
  .location-section { padding-bottom: 72px; }
  .location-card { grid-template-columns: 1fr; gap: 26px; padding: 29px 23px; border-radius: 22px; }
  .location-card h2 { font-size: 38px; }
  .location-actions { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid p { font-size: 18px; }
  .footer-grid small { grid-column: auto; }
  .site-footer { padding-bottom: 120px; }
}

@media (max-width: 430px) {
  body { font-size: 14px; }
  .hero-photo { min-height: 295px; }
  .hero-grid { padding-bottom: 140px; }
  .product-grid { gap: 8px; }
  .product-body { min-height: 174px; padding: 12px 10px; }
  .product-copy h3 { font-size: 12px; }
  .product-copy p { font-size: 9px; }
  .product-bottom { gap: 5px; }
  .price { font-size: 11px; }
  .quantity button { width: 24px; height: 24px; }
  .quantity output { font-size: 10px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .drawer-header, .drawer-footer { padding-inline: 18px; }
  .drawer-scroll { padding-inline: 18px; }
  .cart-row { grid-template-columns: 55px minmax(0, 1fr) auto; gap: 8px; }
  .cart-row img { width: 55px; height: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* v1.2 — compact, lightweight and mobile-first refinement */
:root {
  --cream: #faf5ef;
  --cream-2: #f2e7dc;
  --paper: #fffdfb;
  --line: rgba(77, 43, 29, 0.09);
  --shadow: 0 18px 48px rgba(56, 31, 20, 0.08);
  --soft-shadow: 0 8px 24px rgba(56, 31, 20, 0.055);
}

.hero {
  min-height: 560px;
  background:
    radial-gradient(circle at 78% 15%, rgba(255,255,255,.62), transparent 30%),
    linear-gradient(125deg, #fffdf9 0%, #f9f1e8 52%, #ead8c8 100%);
}
.hero-grid { min-height: 560px; padding-top: 32px; padding-bottom: 88px; }
.hero h1 { font-size: clamp(49px, 5vw, 72px); }
.hero-description { margin-top: 18px; line-height: 1.65; }
.hero-actions { margin-top: 22px; }
.hero-photo { min-height: 472px; border-radius: 0 0 0 72px; }
.benefit-strip { bottom: 16px; border-radius: 15px; box-shadow: 0 8px 25px rgba(56,31,20,.06); }
.benefit-strip > div { min-height: 62px; padding-inline: 20px; }

.menu-section { padding: 68px 0 78px; background: linear-gradient(180deg, #fffdfb 0%, #fffaf5 100%); }
.section-heading { margin-bottom: 17px; }
.category-filter { margin: 21px 0 20px; }
.product-grid { gap: 13px; }
.product-card { border-radius: 15px; box-shadow: 0 5px 18px rgba(56,31,20,.035); }
.product-body { min-height: 153px; gap: 10px; padding: 14px; }
.product-copy p { margin-top: 5px; }
.product-image-wrap { aspect-ratio: 1.72 / 1; }
.desktop-cart-card { top: 82px; border-radius: 17px; box-shadow: 0 8px 28px rgba(56,31,20,.06); }
.desktop-cart-head { padding: 18px 18px 14px; }
.desktop-cart-head h3 { font-size: 23px; }
.desktop-cart-items { padding-inline: 15px; }
.desktop-cart-footer { padding: 15px; }

.story-section { padding: 74px 0; background: linear-gradient(135deg, #fbf7f2 0%, #f2e6db 100%); }
.story-grid { gap: 52px; }
.story-image, .story-image img { min-height: 365px; }
.story-image { border-radius: 23px; box-shadow: 0 14px 38px rgba(56,31,20,.08); }
.order-steps { padding: 68px 0; }
.steps-grid { margin-top: 22px; }
.steps-grid article { min-height: 172px; padding: 24px; }
.steps-grid h3 { margin-top: 31px; }
.location-section { padding-bottom: 74px; }
.location-card { padding: 34px; border-radius: 22px; box-shadow: 0 16px 42px rgba(56,31,20,.11); }
.site-footer { padding: 42px 0 56px; }

.story-section,
.order-steps,
.location-section,
.site-footer { content-visibility: auto; contain-intrinsic-size: 600px; }

@media (max-width: 720px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .site-header { background: rgba(255,253,251,.92); backdrop-filter: blur(12px); }
  .header-inner { min-height: 54px; }
  .brand { font-size: 13px; letter-spacing: .15em; }
  .menu-button { width: 36px; height: 36px; }
  .mobile-nav { right: 11px; left: 11px; padding: 8px; border-radius: 14px; box-shadow: 0 12px 34px rgba(56,31,20,.1); }
  .mobile-nav a { padding: 10px 12px; font-size: 12px; }

  .hero { min-height: auto; }
  .hero-grid { gap: 9px; padding-top: 27px; padding-bottom: 78px; }
  .hero-copy { max-width: 390px; }
  .eyebrow { margin-bottom: 10px; font-size: 8.5px; letter-spacing: .16em; }
  .hero h1 { font-size: clamp(38px, 11.8vw, 52px); line-height: 1.01; letter-spacing: -.04em; }
  .hero-description { max-width: 330px; margin-top: 12px; font-size: 11px; line-height: 1.55; }
  .hero-actions { gap: 7px; margin-top: 16px; }
  .button { min-height: 36px; gap: 7px; padding-inline: 13px; font-size: 10px; }
  .hero-photo { min-height: 215px; margin: 5px -11px 0; border-radius: 18px; }
  .hero-photo img { object-position: center 56%; }
  .hero-photo::after { background: linear-gradient(180deg, rgba(250,245,239,.1), transparent 40%); }
  .hero-glow { display: none; }

  .benefit-strip { right: 0; bottom: 10px; left: 0; grid-template-columns: repeat(4, 1fr); border-radius: 12px; background: rgba(255,253,251,.9); backdrop-filter: blur(9px); }
  .benefit-strip > div { display: grid; min-height: 52px; place-items: center; gap: 2px; padding: 6px 3px; border-right: 1px solid var(--line); border-bottom: 0; text-align: center; }
  .benefit-strip > div:nth-child(2) { border-right: 1px solid var(--line); }
  .benefit-strip > div:last-child { border-right: 0; }
  .benefit-strip > div > span { font-size: 14px; line-height: 1; }
  .benefit-strip p { font-size: 8px; line-height: 1.16; }
  .benefit-strip small { font-size: 6.8px; }

  .menu-section { padding: 41px 0 50px; }
  .section-heading { gap: 8px; margin-bottom: 11px; }
  .section-heading h2, .story-copy h2, .location-card h2 { font-size: 30px; line-height: 1.04; }
  .section-heading > p { max-width: 330px; font-size: 10px; line-height: 1.55; }
  .category-filter { gap: 4px; margin: 14px -2px 13px; padding: 0 2px; }
  .category-filter button { min-height: 27px; padding-inline: 10px; font-size: 8.5px; }

  .product-grid { grid-template-columns: 1fr; gap: 8px; }
  .product-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); min-height: 88px; border-radius: 13px; }
  .product-card:hover { transform: none; }
  .product-image-wrap { aspect-ratio: auto; min-height: 88px; }
  .product-image-wrap img { height: 100%; object-fit: cover; }
  .product-body { min-height: 88px; grid-template-rows: 1fr auto; gap: 4px; padding: 10px 11px; }
  .product-copy h3 { font-size: 11px; line-height: 1.2; }
  .product-copy p { display: none; }
  .product-bottom { min-height: 25px; }
  .price { font-size: 10px; }
  .round-add { width: 27px; height: 27px; font-size: 15px; }
  .quantity { gap: 3px; }
  .quantity button { width: 23px; height: 23px; font-size: 11px; }
  .quantity output { font-size: 9px; }

  .story-section, .order-steps { padding: 47px 0; }
  .story-grid { gap: 22px; }
  .story-image, .story-image img { min-height: 210px; }
  .story-image { border-radius: 17px; }
  .story-copy > p:not(.eyebrow) { margin-top: 13px; font-size: 10.5px; line-height: 1.6; }
  .story-points { gap: 5px; margin-top: 15px; }
  .story-points span { padding: 7px 9px; font-size: 8px; }

  .steps-grid { margin-top: 13px; }
  .steps-grid article,
  .steps-grid article:first-child { display: grid; min-height: auto; grid-template-columns: 34px minmax(0, 1fr); column-gap: 7px; padding: 13px 0; }
  .steps-grid article > span { grid-row: 1 / 3; padding-top: 2px; font-size: 8px; }
  .steps-grid h3 { margin: 0 0 3px; font-size: 17px; }
  .steps-grid p { font-size: 9.5px; line-height: 1.45; }

  .location-section { padding-bottom: 47px; }
  .location-card { gap: 18px; padding: 23px 18px; border-radius: 17px; }
  .location-details { gap: 9px; }
  .location-details p { font-size: 10px; }
  .location-details span { font-size: 7px; }
  .location-actions { gap: 7px; }

  .site-footer { padding: 32px 0 88px; }
  .footer-grid { gap: 12px; }
  .footer-grid p { font-size: 16px; }
  .footer-links { gap: 15px; font-size: 9px; }

  .mobile-cart { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; min-height: 49px; gap: 9px; padding-inline: 14px; border-radius: 13px; box-shadow: 0 13px 35px rgba(49,26,18,.24); }
  .mobile-cart span { font-size: 9px; }
  .mobile-cart strong { font-size: 11px; }
  .mobile-cart em { font-size: 8px; }

  .order-drawer { top: auto; width: 100%; height: min(92dvh, 760px); border-radius: 20px 20px 0 0; box-shadow: 0 -18px 55px rgba(42,24,16,.17); transform: translateY(100%); }
  .order-drawer.is-open { transform: translateY(0); }
  .drawer-header { padding: 15px 17px 12px; }
  .drawer-header h2 { font-size: 24px; }
  .icon-button { width: 32px; height: 32px; font-size: 18px; }
  .drawer-scroll { padding: 0 17px 17px; }
  .cart-items { padding-bottom: 12px; }
  .cart-row { grid-template-columns: 52px minmax(0,1fr) auto; gap: 7px; padding: 8px 0; }
  .cart-row img { width: 52px; height: 41px; border-radius: 8px; }
  .cart-row h3 { font-size: 10px; }
  .cart-row p { font-size: 8px; }
  .compact-quantity button { width: 23px; height: 23px; }
  .form-section { padding-top: 15px; }
  .form-section h3 { margin-bottom: 9px; font-size: 10px; }
  .segmented-control { gap: 4px; padding: 4px; border-radius: 10px; }
  .segmented-control span { min-height: 34px; font-size: 9px; }
  .field-grid { gap: 9px; }
  .field input { height: 38px; }
  .field input, .field textarea { border-radius: 9px; font-size: 11px; }
  .drawer-footer { padding: 12px 17px max(13px, env(safe-area-inset-bottom)); }
  .whatsapp-button { min-height: 43px; border-radius: 10px; font-size: 10px; }
}

@media (max-width: 370px) {
  .product-card { grid-template-columns: 98px minmax(0, 1fr); }
  .hero h1 { font-size: 37px; }
  .benefit-strip p { font-size: 7.4px; }
  .location-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
