:root {
  --primary: #8f2d2d;
  --primary-dark: #672020;
  --accent: #e29b3d;
  --accent-soft: #f7e2bd;
  --cream: #fffaf1;
  --paper: #ffffff;
  --ink: #2d241f;
  --muted: #756860;
  --line: #eadfd3;
  --green: #2f7050;
  --shadow: 0 18px 50px rgba(72, 42, 23, .12);
  --radius: 22px;
  --container: min(1160px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Noto Sans Telugu", "Nirmala UI", "Gautami", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin-inline: auto; }
.hidden { display: none !important; }
.visually-hidden {
  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: -60px; z-index: 1000; background: #fff; padding: 10px 16px;
  border-radius: 10px; box-shadow: var(--shadow);
}
.skip-link:focus { top: 16px; }

.topbar {
  position: sticky; top: 0; z-index: 100; background: rgba(255, 250, 241, .92);
  border-bottom: 1px solid rgba(143, 45, 45, .08); backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { filter: drop-shadow(0 6px 10px rgba(143, 45, 45, .14)); }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { color: var(--primary); font-size: 1.22rem; }
.brand small { color: var(--muted); font-size: .72rem; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a { font-weight: 700; font-size: .94rem; color: #51443c; }
.main-nav > a:hover { color: var(--primary); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.65rem; cursor: pointer; }

.btn {
  border: 0; border-radius: 14px; padding: 12px 20px; font-weight: 800; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: white; box-shadow: 0 10px 24px rgba(143, 45, 45, .24); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: var(--accent-soft); color: var(--primary-dark); }
.btn-dark { background: var(--ink); color: white; }
.btn-light { background: white; color: var(--primary); }
.btn-outline { background: transparent; color: var(--primary); border: 1.5px solid var(--primary); }
.btn-ghost { padding: 9px 16px; background: transparent; border: 1px solid var(--line); color: var(--primary); }
.btn.full { width: 100%; }

.hero {
  position: relative; min-height: 640px; display: grid; align-items: center; overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(226,155,61,.18), transparent 28%),
    radial-gradient(circle at 88% 25%, rgba(143,45,45,.12), transparent 30%),
    linear-gradient(135deg, #fffaf1 0%, #fff4df 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .17;
  background-image: radial-gradient(#8f2d2d 0.7px, transparent 0.7px);
  background-size: 20px 20px;
  mask-image: linear-gradient(to right, transparent, black 35%, black 70%, transparent);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 6px; color: var(--primary); font-weight: 900;
  font-size: .82rem; letter-spacing: .02em; text-transform: uppercase;
}
.hero h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: 1.08; margin: 16px 0 20px; letter-spacing: -.045em; }
.hero h1 span { color: var(--primary); position: relative; }
.hero h1 span::after { content: ""; position: absolute; height: 9px; left: 3%; right: 1%; bottom: -4px; background: var(--accent); opacity: .45; border-radius: 50%; transform: rotate(-1deg); }
.hero-copy > p { max-width: 660px; font-size: 1.08rem; color: var(--muted); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; font-size: .86rem; font-weight: 800; color: var(--green); }

.hero-visual { min-height: 490px; position: relative; display: grid; place-items: center; }
.sun-disc { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(145deg, #f7d998, #efb85f); box-shadow: inset 0 0 0 40px rgba(255,255,255,.12), 0 40px 70px rgba(112,65,30,.18); }
.meal-plate {
  position: relative; width: 330px; height: 330px; border-radius: 50%; background: #fbfbf8;
  box-shadow: inset 0 0 0 22px #fff, inset 0 0 0 27px #ead9c5, 0 30px 60px rgba(80,47,24,.22);
  z-index: 2; transform: rotate(-4deg);
}
.rice { position: absolute; left: 91px; top: 88px; font-size: 8rem; filter: drop-shadow(0 9px 7px rgba(0,0,0,.12)); }
.bowl { position: absolute; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; font-size: 3.2rem; background: #f0e5d5; box-shadow: 0 8px 14px rgba(68,38,18,.16); }
.bowl-one { left: 28px; top: 50px; }
.bowl-two { right: 28px; top: 50px; }
.bowl-three { right: 33px; bottom: 46px; }
.papad { position: absolute; left: 45px; bottom: 48px; width: 72px; height: 72px; border-radius: 50%; background: #f2c36d; color: rgba(126,76,20,.4); display: grid; place-items: center; font-size: 3.2rem; }
.floating-card {
  position: absolute; z-index: 4; background: rgba(255,255,255,.93); border: 1px solid rgba(143,45,45,.1);
  box-shadow: var(--shadow); border-radius: 16px; padding: 12px 16px; display: flex; flex-direction: column;
}
.floating-card strong { color: var(--primary); }
.floating-card span { color: var(--muted); font-size: .75rem; }
.card-rating { left: -4px; top: 82px; }
.card-time { right: -4px; bottom: 72px; }
.leaf { position: absolute; width: 110px; height: 210px; border-radius: 100% 0 100% 0; background: #557a4d; opacity: .72; }
.leaf-one { left: 5px; bottom: 30px; transform: rotate(-34deg); }
.leaf-two { right: 5px; top: 30px; transform: rotate(150deg); opacity: .42; }

.location-strip { position: relative; z-index: 5; margin-top: -35px; }
.location-box {
  min-height: 86px; padding: 16px 18px 16px 24px; display: grid; grid-template-columns: auto minmax(180px, 1fr) auto;
  gap: 18px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow);
}
.location-box > div { display: flex; flex-direction: column; }
.location-box > div span { font-size: .82rem; color: var(--muted); }
.location-box select, .search-box, input, textarea, select {
  border: 1px solid var(--line); background: #fffcf7; border-radius: 12px; color: var(--ink); outline: none;
}
.location-box select { width: 100%; padding: 12px; }
.location-box select:focus, input:focus, textarea:focus, select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(226,155,61,.17); }

.section { padding: 100px 0; }
.soft-section { background: #f7eddf; }
.section-heading { margin-bottom: 32px; }
.section-heading.split { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading.center { text-align: center; max-width: 720px; margin: 0 auto 42px; }
.section-heading h2 { margin: 7px 0 6px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.18; }
.section-heading p { color: var(--muted); margin: 0; }
.search-box { width: min(340px, 100%); display: flex; align-items: center; gap: 8px; padding: 0 12px; background: white; }
.search-box input { border: 0; background: transparent; width: 100%; padding: 13px 5px; box-shadow: none; }
.category-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.chip { border: 1px solid var(--line); background: white; color: #594b43; border-radius: 999px; padding: 9px 16px; font-weight: 800; cursor: pointer; }
.chip.active, .chip:hover { background: var(--primary); color: white; border-color: var(--primary); }

.food-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.food-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(64,38,21,.07); transition: .2s ease; }
.food-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.food-art {
  height: 190px; position: relative; display: grid; place-items: center; overflow: hidden;
  background: linear-gradient(145deg, var(--art1), var(--art2));
}
.food-art::before { content: ""; width: 145px; height: 145px; border-radius: 50%; position: absolute; background: rgba(255,255,255,.36); box-shadow: inset 0 0 0 12px rgba(255,255,255,.3), 0 20px 35px rgba(77,39,10,.12); }
.food-art span { position: relative; z-index: 1; font-size: 5.2rem; filter: drop-shadow(0 10px 8px rgba(0,0,0,.15)); }
.food-badge { position: absolute; left: 14px; top: 14px; z-index: 2; background: rgba(255,255,255,.9); color: var(--green); padding: 5px 9px; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.food-body { padding: 18px; }
.food-head { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.food-head h3 { margin: 0; font-size: 1.06rem; }
.rating { white-space: nowrap; color: #a66200; font-weight: 900; font-size: .82rem; }
.chef-name { margin: 6px 0 12px; color: var(--muted); font-size: .84rem; }
.food-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.food-tags span { background: #f7efe4; color: #705b4c; border-radius: 999px; padding: 4px 8px; font-size: .7rem; font-weight: 800; }
.food-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #f0e7dd; padding-top: 14px; }
.price { font-size: 1.22rem; color: var(--primary); font-weight: 950; }
.price small { display: block; color: var(--muted); font-size: .66rem; font-weight: 700; }
.add-btn { border: 0; background: var(--primary); color: white; border-radius: 11px; padding: 9px 13px; font-weight: 900; cursor: pointer; }
.add-btn:hover { background: var(--primary-dark); }
.empty-state { text-align: center; padding: 55px; background: white; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state div { font-size: 3rem; }
.empty-state h3 { margin-bottom: 4px; }
.empty-state p { margin: 0; color: var(--muted); }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; background: rgba(255,255,255,.78); border: 1px solid rgba(143,45,45,.1); border-radius: var(--radius); padding: 28px; }
.step-no { position: absolute; right: 20px; top: 14px; font-size: 2.8rem; font-weight: 950; color: rgba(143,45,45,.08); }
.step-icon { font-size: 2.5rem; }
.step-card h3 { margin: 12px 0 7px; }
.step-card p { margin: 0; color: var(--muted); }

.chef-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.chef-card { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.avatar { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; font-size: 1.25rem; font-weight: 950; color: white; }
.avatar-one { background: linear-gradient(145deg, #b45542, #7f271f); }
.avatar-two { background: linear-gradient(145deg, #5e8c65, #2f5d3c); }
.avatar-three { background: linear-gradient(145deg, #d4934d, #9a5521); }
.chef-card h3 { margin: 0; font-size: 1rem; }
.chef-card p { margin: 3px 0 8px; color: var(--muted); font-size: .8rem; }
.meta { display: flex; gap: 12px; color: #7b5b26; font-size: .72rem; font-weight: 800; }
.verified { position: absolute; top: 12px; right: 12px; color: var(--green); background: #eaf5ed; border-radius: 999px; padding: 3px 7px; font-size: .62rem; font-weight: 900; }

.festival-section { background: linear-gradient(125deg, #702020, #a64032 58%, #bd6637); color: white; overflow: hidden; }
.festival-grid { min-height: 360px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; }
.festival-grid h2 { font-size: clamp(2.2rem, 5vw, 4rem); margin: 8px 0 12px; line-height: 1.15; }
.festival-grid p { max-width: 690px; color: rgba(255,255,255,.8); }
.kicker.light { color: #ffd787; }
.festival-art { position: relative; min-height: 300px; display: grid; grid-template-columns: 1fr 1fr; place-items: center; }
.festival-art::before { content: ""; position: absolute; width: 310px; height: 310px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 0 0 25px rgba(255,255,255,.04); }
.festival-art span { z-index: 1; font-size: 5rem; animation: float 3.4s ease-in-out infinite; }
.festival-art span:nth-child(2) { animation-delay: -.7s; }
.festival-art span:nth-child(3) { animation-delay: -1.4s; }
.festival-art span:nth-child(4) { animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-9px) rotate(3deg); } }

.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.partner-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.partner-card.featured { background: #fff1d4; border-color: #ebc77e; transform: translateY(-9px); }
.partner-icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px; background: #f7ecdf; font-size: 2.4rem; }
.partner-card h3 { margin: 17px 0 7px; }
.partner-card p { color: var(--muted); min-height: 52px; }
.text-btn, .footer-link { border: 0; background: transparent; padding: 0; color: var(--primary); font-weight: 900; cursor: pointer; }

.tracking-section { background: white; }
.tracking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.tracking-grid h2 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.2; margin: 8px 0 10px; }
.tracking-grid p { color: var(--muted); }
.tracking-form { display: flex; gap: 10px; margin-top: 24px; }
.tracking-form input { flex: 1; min-width: 0; padding: 12px 14px; }
.form-message { min-height: 24px; font-weight: 800; color: var(--green) !important; }
.tracking-card { border: 1px solid var(--line); background: #fffaf3; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); transition: .2s ease; }
.tracking-card.flash { transform: scale(1.015); box-shadow: 0 0 0 5px rgba(226,155,61,.2), var(--shadow); }
.tracking-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.tracking-head div { display: flex; flex-direction: column; }
.tracking-head span { color: var(--muted); font-size: .75rem; }
.status-pill { background: #f9d998; color: #6d4605 !important; border-radius: 999px; padding: 7px 11px; font-weight: 900; }
.timeline { list-style: none; padding: 8px 0 0; margin: 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 25px 1fr; gap: 12px; padding: 15px 0; }
.timeline li > span { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #c9b9aa; margin-top: 5px; background: white; position: relative; z-index: 1; }
.timeline li:not(:last-child)::after { content: ""; position: absolute; left: 6px; top: 29px; bottom: -8px; width: 2px; background: #dfd3c8; }
.timeline li.done > span, .timeline li.active > span { border-color: var(--green); background: var(--green); box-shadow: 0 0 0 4px #dcefe3; }
.timeline li.done:not(:last-child)::after { background: var(--green); }
.timeline li div { display: flex; flex-direction: column; }
.timeline li small { color: var(--muted); }

.footer { background: #2d231f; color: rgba(255,255,255,.78); padding-top: 65px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 40px; }
.footer-brand strong { color: #ffd287; }
.footer-brand small { color: rgba(255,255,255,.55); }
.footer h3 { color: white; margin-top: 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:hover, .footer-link:hover { color: #ffd287; }
.footer-link { color: rgba(255,255,255,.78); text-align: left; font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 45px; padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; }

.cart-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 85; display: flex; align-items: center; gap: 7px;
  border: 0; border-radius: 999px; background: var(--ink); color: white; padding: 12px 14px;
  box-shadow: 0 14px 35px rgba(0,0,0,.25); cursor: pointer;
}
.cart-fab strong { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: var(--ink); }
.drawer-overlay { position: fixed; inset: 0; background: rgba(28,18,12,.5); z-index: 190; opacity: 0; pointer-events: none; transition: .2s; backdrop-filter: blur(2px); }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; z-index: 200; right: 0; top: 0; bottom: 0; width: min(430px, 100%);
  background: #fffaf3; padding: 22px; transform: translateX(102%); transition: .28s ease;
  box-shadow: -20px 0 50px rgba(0,0,0,.18); display: flex; flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.drawer-head span { color: var(--muted); font-size: .75rem; }
.drawer-head h2 { margin: 0; }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 1.5rem; cursor: pointer; }
.cart-items { overflow: auto; flex: 1; padding: 14px 0; }
.cart-item { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-item-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: #f2e5d4; font-size: 1.8rem; }
.cart-item h4 { margin: 0 0 2px; font-size: .9rem; }
.cart-item small { color: var(--muted); }
.quantity { display: flex; align-items: center; gap: 7px; margin-top: 6px; }
.quantity button { border: 1px solid var(--line); background: white; width: 25px; height: 25px; border-radius: 7px; cursor: pointer; }
.cart-item-price { font-weight: 900; color: var(--primary); }
.cart-empty { text-align: center; margin: auto; color: var(--muted); }
.cart-empty div { font-size: 3.6rem; }
.cart-empty h3 { color: var(--ink); margin-bottom: 4px; }
.cart-summary { border-top: 1px solid var(--line); padding-top: 15px; }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 7px; }
.cart-summary .grand-total { font-size: 1.1rem; margin: 13px 0; color: var(--primary); }
.cart-summary small { display: block; text-align: center; margin-top: 8px; color: var(--muted); }

.modal { border: 0; padding: 0; background: transparent; width: min(650px, calc(100% - 24px)); max-height: calc(100vh - 24px); }
.modal::backdrop { background: rgba(32,20,13,.62); backdrop-filter: blur(4px); }
.modal-card { position: relative; background: #fffaf3; border-radius: 24px; padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow); max-height: calc(100vh - 24px); overflow: auto; }
.modal-card.compact { width: min(440px, 100%); margin: auto; }
.modal-card h2 { margin: 5px 0 20px; }
.modal-close { position: absolute; right: 17px; top: 17px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 1.45rem; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid label, .modal-card > label { display: flex; flex-direction: column; gap: 6px; font-weight: 800; font-size: .85rem; }
.form-grid input, .form-grid textarea, .form-grid select, .modal-card > label input { padding: 11px 12px; width: 100%; }
.form-grid textarea { min-height: 85px; resize: vertical; }
.full-field { grid-column: 1 / -1; }
.checkout-total { display: flex; justify-content: space-between; font-size: 1.12rem; color: var(--primary); margin: 20px 0 12px; padding-top: 15px; border-top: 1px solid var(--line); }
.role-tabs { display: grid; grid-template-columns: repeat(3, 1fr); background: #f1e6d9; padding: 4px; border-radius: 12px; margin-bottom: 18px; }
.role-tabs button { border: 0; background: transparent; border-radius: 9px; padding: 8px 4px; font-weight: 800; cursor: pointer; font-size: .78rem; }
.role-tabs button.active { background: white; color: var(--primary); box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.demo-note { display: block; text-align: center; color: var(--muted); margin-top: 10px; }

.toast {
  position: fixed; left: 50%; bottom: 26px; z-index: 400; transform: translate(-50%, 130%);
  background: #24201d; color: white; padding: 12px 18px; border-radius: 13px; box-shadow: var(--shadow);
  font-weight: 800; transition: .28s ease; max-width: calc(100% - 30px); text-align: center;
}
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; left: 16px; right: 16px; top: 82px; background: white; border: 1px solid var(--line);
    border-radius: 18px; box-shadow: var(--shadow); padding: 18px; display: none; flex-direction: column; align-items: stretch;
  }
  .main-nav.open { display: flex; }
  .hero { padding: 70px 0 90px; }
  .hero-grid, .festival-grid, .tracking-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .food-grid, .chef-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  :root { --container: min(100% - 22px, 1160px); }
  .brand small { display: none; }
  .nav-wrap { min-height: 68px; }
  .hero { min-height: auto; padding-top: 52px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero-visual { min-height: 360px; transform: scale(.86); margin: -25px -30px; }
  .sun-disc { width: 340px; height: 340px; }
  .meal-plate { width: 290px; height: 290px; }
  .rice { left: 78px; top: 77px; font-size: 7rem; }
  .bowl { width: 72px; height: 72px; font-size: 2.8rem; }
  .location-strip { margin-top: -25px; }
  .location-box { grid-template-columns: 1fr; gap: 10px; padding: 17px; }
  .section { padding: 72px 0; }
  .section-heading.split { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .food-grid, .steps-grid, .chef-grid, .partner-grid, .footer-grid { grid-template-columns: 1fr; }
  .partner-card.featured { transform: none; }
  .food-art { height: 175px; }
  .festival-grid { padding: 70px 0; text-align: center; }
  .festival-art { min-height: 250px; }
  .tracking-form { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .cart-label { display: none; }
  .cart-fab { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
