:root {
  --ink: #201c19;
  --cream: #fff8e9;
  --paper: #fffdf7;
  --red: #c93128;
  --red-dark: #98241f;
  --gold: #f1a71c;
  --muted: #756d63;
  --line: #e8ddc9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.topbar {
  align-items: center;
  background: rgba(255, 253, 247, .94);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 84px;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { align-items: center; display: flex; gap: 10px; }
.brand img { border-radius: 50%; height: 56px; object-fit: cover; object-position: 50% 18%; width: 56px; }
.brand span { display: grid; line-height: .82; }
.brand strong { color: var(--red); font-family: Georgia, serif; font-size: 21px; letter-spacing: .5px; }
.brand small { color: var(--ink); font-size: 13px; font-weight: 900; letter-spacing: 3.2px; margin-top: 7px; }
nav { display: flex; gap: 32px; }
nav a { color: #554d45; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--red); }
.header-actions { display: flex; gap: 9px; }
.header-actions button { border-radius: 12px; font-size: 14px; font-weight: 800; padding: 11px 15px; }
.ghost-button { background: transparent; border: 1px solid var(--line); }
.header-link { border-radius: 12px; display: inline-block; font-size: 14px; font-weight: 800; padding: 11px 15px; }
.cart-button { align-items: center; background: var(--ink); border: 0; color: white; display: flex; gap: 7px; }
.cart-button b { align-items: center; background: var(--red); border-radius: 20px; display: flex; font-size: 11px; height: 20px; justify-content: center; min-width: 20px; }

.hero {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 570px;
  overflow: hidden;
  padding: 80px max(24px, calc((100% - 1180px) / 2));
}
.hero-copy { align-self: center; max-width: 660px; position: relative; z-index: 2; }
.eyebrow { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 2.4px; margin: 0 0 15px; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -2.5px; margin: 0; }
h1 { font-size: clamp(55px, 6vw, 82px); line-height: .95; max-width: 620px; }
h1 em { color: var(--red); display: block; font-style: normal; }
.hero-text { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 560px; }
.location-box {
  background: white;
  border: 1px solid #ead9b9;
  border-radius: 17px;
  box-shadow: 0 14px 45px rgba(88, 56, 24, .1);
  display: flex;
  gap: 8px;
  margin-top: 30px;
  padding: 8px;
}
.location-box label { align-items: center; display: flex; flex: 1; gap: 9px; padding-left: 10px; }
.location-box input { background: transparent; border: 0; outline: 0; padding: 12px 0; width: 100%; }
.location-box button, .partner button, .partner-button {
  background: var(--red);
  border: 0;
  border-radius: 11px;
  color: white;
  font-weight: 900;
  padding: 15px 21px;
}
.location-box button:hover, .partner button:hover, .partner-button:hover { background: var(--red-dark); }
.location-hint { color: #8c8174; font-size: 12px; margin: 12px 0 0 4px; }
.hero-art { align-items: center; display: flex; justify-content: center; min-height: 420px; position: relative; }
.hero-art img {
  filter: drop-shadow(0 20px 18px rgba(49, 29, 12, .16));
  position: relative;
  width: min(480px, 100%);
  z-index: 2;
}
.sunburst {
  background: var(--gold);
  border-radius: 50%;
  height: 440px;
  opacity: .17;
  position: absolute;
  width: 440px;
}
.food-badge {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(51, 31, 14, .12);
  font-size: 12px;
  font-weight: 900;
  padding: 10px 15px;
  position: absolute;
  z-index: 3;
}
.badge-one { left: 4%; top: 25%; transform: rotate(-6deg); }
.badge-two { bottom: 20%; right: 0; transform: rotate(5deg); }

.trust-strip {
  background: var(--ink);
  color: #f8e7c9;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  gap: clamp(28px, 7vw, 100px);
  padding: 17px 24px;
}
.market, .how { margin: 0 auto; max-width: 1230px; padding: 84px 24px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-heading h2, .how h2, .partner h2 { font-size: clamp(35px, 4vw, 52px); line-height: 1.05; }
.search {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  gap: 8px;
  padding: 0 14px;
}
.search input { background: transparent; border: 0; outline: 0; padding: 13px 0; width: 220px; }
.category-list { display: flex; gap: 10px; margin: 34px 0 30px; overflow-x: auto; padding-bottom: 5px; }
.category-list button {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  padding: 10px 15px;
}
.category-list button.active { background: var(--ink); border-color: var(--ink); color: white; }
.store-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.store-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(52, 38, 21, .05);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.store-card:hover { box-shadow: 0 17px 40px rgba(52, 38, 21, .11); transform: translateY(-4px); }
.store-visual { align-items: center; display: flex; height: 145px; justify-content: center; position: relative; }
.store-visual > span { filter: drop-shadow(0 10px 6px rgba(0,0,0,.2)); font-size: 70px; }
.store-visual b { background: var(--gold); border-radius: 999px; font-size: 10px; left: 12px; padding: 6px 10px; position: absolute; text-transform: uppercase; top: 12px; }
.store-content { padding: 19px; }
.store-title { display: flex; justify-content: space-between; }
.store-title h3 { font-family: Georgia, serif; font-size: 21px; margin: 0; }
.store-title p { color: var(--red); font-size: 11px; font-weight: 900; margin: 5px 0; text-transform: uppercase; }
.store-title strong { color: #8a6415; font-size: 12px; }
.store-content > p { color: var(--muted); font-size: 13px; line-height: 1.5; min-height: 40px; }
.store-meta { border-top: 1px solid #eee5d5; display: flex; font-size: 11px; gap: 18px; margin-top: 15px; padding-top: 14px; }
.store-content button { background: transparent; border: 0; color: var(--red); font-weight: 900; margin-top: 17px; padding: 0; width: 100%; text-align: left; }
.store-content button span { float: right; }
.empty-state { padding: 60px; text-align: center; }
.empty-state span { font-size: 50px; }
.empty-state h3 { margin-bottom: 5px; }
.empty-state p { color: var(--muted); }

.how { border-top: 1px solid var(--line); text-align: center; }
.how > div { display: grid; gap: 25px; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.how article { background: var(--cream); border-radius: 20px; padding: 34px; position: relative; }
.how article > b { color: #e6d6bc; font: 800 42px Georgia, serif; left: 18px; position: absolute; top: 14px; }
.how article > span { display: block; font-size: 45px; margin: 5px 0 19px; }
.how h3 { font-family: Georgia, serif; font-size: 21px; margin: 0 0 10px; }
.how article p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }
.partner {
  align-items: center;
  background: var(--ink);
  color: white;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
  margin: 30px auto 90px;
  max-width: 1180px;
  padding: 65px 70px;
  position: relative;
}
.partner::after { border: 2px dashed rgba(241,167,28,.35); content: ""; inset: 11px; pointer-events: none; position: absolute; }
.partner > div { position: relative; z-index: 2; }
.partner h2 { color: var(--gold); }
.partner p:not(.eyebrow) { color: #d7cdbf; line-height: 1.7; }
.partner button, .partner-button { display: inline-block; margin-top: 12px; }
.partner-points { display: grid; gap: 14px; }
.partner-points span { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; font-size: 14px; font-weight: 700; padding: 16px; }
footer { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1180px; padding: 35px 0; }
footer p, footer a { color: var(--muted); font-size: 12px; }
footer > div:last-child { display: flex; gap: 18px; }
.footer-brand img { height: 40px; width: 40px; }
.footer-brand strong { font-size: 15px; }
.footer-brand small { font-size: 9px; }
.toast {
  background: var(--ink);
  border-left: 4px solid var(--gold);
  bottom: 25px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  padding: 15px 20px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 40;
}

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-art { min-height: 380px; }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .partner { margin-left: 20px; margin-right: 20px; }
  footer { margin: 0 24px; }
}

@media (max-width: 620px) {
  .topbar { height: 70px; padding: 0 15px; }
  .brand img { height: 44px; width: 44px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 9px; letter-spacing: 2.4px; }
  .cart-button > span, .cart-button { font-size: 0; }
  .header-link { font-size: 11px; padding: 10px; }
  .cart-button b { font-size: 11px; }
  .cart-button::before { content: "🛒"; font-size: 18px; }
  .hero { min-height: auto; padding: 50px 20px 20px; }
  h1 { font-size: 52px; }
  .hero-text { font-size: 16px; }
  .location-box { display: grid; }
  .location-box button { width: 100%; }
  .hero-art { min-height: 305px; }
  .hero-art img { width: 330px; }
  .sunburst { height: 290px; width: 290px; }
  .food-badge { font-size: 10px; }
  .badge-one { top: 21%; }
  .trust-strip { gap: 20px; justify-content: flex-start; overflow-x: auto; }
  .trust-strip span { flex: 0 0 auto; }
  .market, .how { padding: 60px 18px; }
  .section-heading { align-items: stretch; display: grid; gap: 23px; }
  .search input { width: 100%; }
  .store-grid, .how > div, .partner { grid-template-columns: 1fr; }
  .store-grid { gap: 16px; }
  .partner { gap: 35px; margin-bottom: 50px; padding: 50px 30px; }
  footer { align-items: flex-start; display: grid; gap: 20px; margin: 0 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
