:root {
  --bg: #fffaf2;
  --panel: #ffffff;
  --text: #202018;
  --muted: #6c6a60;
  --line: #e7ddcf;
  --green: #008f4c;
  --green-dark: #00683a;
  --red: #d92b20;
  --saffron: #f9bd12;
  --danger: #b91c1c;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.site-shell { min-height: 100vh; overflow: clip; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 74px;
  padding: 10px clamp(16px, 5vw, 72px);
  border-bottom: 1px solid rgba(231, 221, 207, .9);
  background: rgba(255, 250, 242, .96);
  backdrop-filter: blur(14px);
}
.brand img { display: block; width: 188px; height: 54px; object-fit: contain; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a, .text-link {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.nav-links a:hover, .text-link:hover { color: var(--red); }
.pill-btn, .outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.pill-btn { border: 1px solid var(--green); background: var(--green); color: #fff; }
.pill-btn:hover { border-color: var(--green-dark); background: var(--green-dark); }
.cart-nav-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 1px solid var(--green); border-radius: 999px; padding: 8px 10px 8px 13px; background: var(--green); color: #fff; font-weight: 900; cursor: pointer; }
.cart-icon { font-size: 16px; line-height: 1; }
.cart-count { display: grid; min-width: 24px; min-height: 24px; place-items: center; border-radius: 50%; background: #fff; color: var(--green-dark); font-size: 12px; }
.outline-btn { border: 1px solid rgba(255,255,255,.75); background: rgba(0,0,0,.12); color: #fff; }
.dark-outline { margin-left: 8px; border-color: var(--green); background: transparent; color: var(--green); }
.pill-btn-large { min-height: 52px; padding: 13px 24px; }
.hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 690px;
  overflow: hidden;
}
.hero-bg, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(18, 26, 18, .9) 0%, rgba(18, 26, 18, .68) 42%, rgba(18, 26, 18, .12) 100%); }
.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: 72px clamp(18px, 6vw, 92px) 86px;
  color: #fff;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero .eyebrow { color: #ffd65d; }
.hero h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}
.hero h1 { max-width: 650px; font-size: clamp(56px, 8vw, 94px); line-height: .92; }
.hero-copy { max-width: 650px; margin: 22px 0; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 800; }
.hero-meta a { text-decoration: none; }
.welcome-band, .feature-section, .reviews-band, .visit-band, .menu-intro, .page-pad {
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}
.welcome-band {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 46px;
  padding-top: 58px;
  padding-bottom: 58px;
  background: #fff;
}
.welcome-band h2, .section-heading h2, .menu-intro h2, .visit-band h2, .catering-copy h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.03; }
.welcome-band > p { align-self: end; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-section, .reviews-band { padding-top: 68px; padding-bottom: 76px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-dish { position: relative; min-height: 360px; overflow: hidden; border-radius: 8px; color: #fff; text-decoration: none; }
.feature-dish::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), rgba(0,0,0,0) 58%); }
.feature-dish img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.feature-dish:hover img { transform: scale(1.04); }
.feature-dish span { position: absolute; z-index: 1; left: 20px; bottom: 18px; font-family: Georgia, serif; font-size: 28px; font-weight: 700; }
.catering-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--green-dark); color: #fff; }
.catering-band > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.catering-copy { display: flex; flex-direction: column; align-items: start; justify-content: center; padding: clamp(34px, 6vw, 84px); }
.catering-copy .eyebrow { color: #ffd65d; }
.catering-copy p:not(.eyebrow) { color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.7; }
.catering-copy .pill-btn { margin-top: 10px; border-color: var(--saffron); background: var(--saffron); color: #3b2a00; }
.menu-intro { padding-top: 76px; padding-bottom: 26px; text-align: center; }
.menu-intro p:last-child { color: var(--muted); }
.order-header { padding: 42px clamp(18px,5vw,72px) 34px; border-bottom: 1px solid var(--line); background: #fff; }
.order-header h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px,5vw,64px); letter-spacing: 0; }
.order-header p:last-child { margin-bottom: 0; color: var(--muted); }
.ordering-layout { display: grid; grid-template-columns: 224px minmax(0,1fr) 360px; gap: 22px; padding: 26px clamp(18px,4vw,62px) 68px; }
.category-sidebar { position: sticky; top: 92px; align-self: start; }
.category-list { display: grid; gap: 3px; margin-top: 14px; }
.category-list a { border-left: 3px solid transparent; padding: 9px 10px; color: var(--muted); font-size: 14px; font-weight: 800; text-decoration: none; }
.category-list a:hover { border-left-color: var(--red); color: var(--green-dark); background: #fff; }
.menu-content { min-width: 0; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 24px; padding: 18px clamp(18px, 5vw, 72px) 68px; }
.order-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.order-tab { border: 1px solid var(--line); border-radius: 8px; padding: 14px; background: #fff; color: var(--text); font-weight: 900; cursor: pointer; }
.order-tab.active { border-color: var(--green-dark); background: var(--green-dark); color: #fff; }
.category-tabs {
  position: sticky;
  top: 74px;
  z-index: 15;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 9px 0 16px;
  background: var(--bg);
}
.category-tabs a { white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; background: #fff; color: var(--green-dark); font-size: 13px; font-weight: 800; text-decoration: none; }
.menu-tools { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 24px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.menu-tools p { margin: 4px 0 0; color: var(--muted); }
.menu-tools input { width: min(340px, 100%); border: 1px solid var(--line); border-radius: 999px; padding: 12px 15px; background: var(--bg); color: var(--text); }
.category { margin-bottom: 36px; }
.category-heading { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin: 8px 0 14px; }
.category-heading h2 { font-size: 30px; }
.category-heading span { color: var(--muted); font-size: 13px; font-weight: 800; }
.menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.food-card { position: relative; display: block; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.food-image { width: 100%; aspect-ratio: 1.28 / 1; overflow: hidden; background: var(--bg); }
.food-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.food-copy { min-width: 0; min-height: 90px; padding: 12px 44px 13px 12px; }
.food-card h3 { margin: 0 0 5px; font-size: 15px; line-height: 1.25; }
.food-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.42; }
.price { margin-top: 8px; color: var(--green-dark); font-size: 14px; font-weight: 900; }
.mini-badge { display: inline-flex; width: fit-content; margin-bottom: 6px; border-radius: 999px; padding: 3px 7px; background: #fff1c9; color: #934d00; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.add-btn { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--red); color: #fff; font-size: 22px; cursor: pointer; }
.add-btn.in-cart { background: var(--green-dark); font-size: 14px; font-weight: 900; }
.add-btn.just-added { animation: added-pulse .65s ease; }
@keyframes added-pulse { 50% { transform: scale(1.24); box-shadow: 0 0 0 7px rgba(0,143,76,.2); } }
.cart { position: sticky; top: 90px; align-self: start; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 40px rgba(68,44,16,.11); }
.cart header { padding: 18px; border-bottom: 1px solid var(--line); }
.cart header h2 { font-family: Georgia, serif; font-size: 30px; }
.cart header p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.cart-body { max-height: calc(100vh - 180px); overflow: auto; padding: 16px; }
.cart-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.cart-item:nth-child(n+4) { display: none; }
.show-all-items .cart-item:nth-child(n+4) { display: flex; }
.cart-item-copy { min-width: 0; }
.cart-item strong { display: block; }
.cart-item span { color: var(--muted); font-size: 13px; }
.cart-controls { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.cart-controls span { min-width: 12px; color: var(--text); font-size: 14px; text-align: center; }
.cart-controls button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--text); cursor: pointer; }
.cart-items-toggle { width: 100%; margin-top: 10px; border: 0; padding: 4px; background: transparent; color: var(--green-dark); font-size: 13px; font-weight: 900; text-align: left; cursor: pointer; }
.field { display: grid; gap: 6px; margin-top: 12px; }
.field label { font-size: 13px; font-weight: 800; }
.field small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 11px; background: #fff; color: var(--text); }
.total-row { display: flex; justify-content: space-between; margin: 16px 0; font-size: 18px; font-weight: 900; }
.notice { border-radius: 7px; padding: 12px; background: #e9f9ef; color: #07663b; font-size: 14px; line-height: 1.45; }
.error { margin-top: 10px; color: var(--danger); font-weight: 800; }
.full-btn { width: 100%; margin-top: 12px; }
.cart-close-btn, .cart-backdrop { display: none; }
.mobile-cart-btn { display: none; }
.cart-toast { position: fixed; z-index: 60; right: 20px; bottom: 22px; translate: 0 18px; opacity: 0; pointer-events: none; border-radius: 999px; padding: 12px 17px; background: var(--green-dark); color: #fff; font-size: 14px; font-weight: 900; box-shadow: 0 12px 28px rgba(0,70,39,.24); transition: opacity .2s ease, translate .2s ease; }
.cart-toast.show { translate: 0 0; opacity: 1; }
.reviews-band { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg); }
.review-card p { color: var(--muted); line-height: 1.65; }
.review-card strong { color: var(--green-dark); font-size: 14px; }
.stars { color: var(--saffron); font-size: 20px; letter-spacing: 0; }
.visit-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; padding-top: 66px; padding-bottom: 66px; background: #f4eadb; }
.visit-band p { color: var(--muted); line-height: 1.65; }
.visit-photo { overflow: hidden; min-height: 330px; border-radius: 8px; }
.visit-photo img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.site-footer { display: flex; align-items: center; gap: 18px; padding: 22px clamp(18px, 5vw, 72px); background: #1b241d; color: rgba(255,255,255,.72); }
.site-footer img { width: 180px; height: 54px; object-fit: contain; background: #fff; }
.site-footer p { flex: 1; font-size: 13px; }
.site-footer a { color: rgba(255,255,255,.72); font-size: 13px; }
.payment-shell { display: grid; grid-template-columns: minmax(300px,.88fr) minmax(420px,1.12fr); gap: 18px; width: min(980px,calc(100% - 36px)); margin: 36px auto; }
.payment-summary, .payment-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(68,44,16,.07); }
.payment-shell h1, .payment-card h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 34px; }
.payment-order-id, .payment-help, .payment-reassurance { color: var(--muted); font-size: 14px; line-height: 1.55; }
.payment-line-items { margin-top: 20px; border-top: 1px solid var(--line); }
.payment-reassurance { margin-top: 20px; }
.payment-card label { display: block; margin: 16px 0 7px; color: var(--text); font-size: 13px; font-weight: 900; }
.clover-field { height: 50px; min-height: 50px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.clover-field iframe { display: block !important; width: 100% !important; height: 50px !important; min-height: 50px !important; }
.payment-fields { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.secure-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; font-weight: 800; text-align: center; }
.confirmation { display: grid; min-height: 100vh; place-items: center; padding: 24px; }
.confirmation-card, .admin-card { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.confirmation-card { width: min(760px, 100%); }
.status-row { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.status-tracker { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 18px 0; }
.status-step { padding: 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: 12px; font-weight: 800; text-align: center; }
.status-step.active { border-color: var(--green); background: #e9f9ef; color: var(--green-dark); }
.badge { display: inline-flex; border-radius: 999px; padding: 4px 9px; background: #e0f2fe; color: #075985; font-size: 12px; font-weight: 800; }
.admin-shell { padding: 24px clamp(14px,3vw,36px); }
.admin-grid { display: grid; grid-template-columns: 280px 1fr; gap: 20px; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.ghost-btn { display: inline-flex; justify-content: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); text-decoration: none; cursor: pointer; }

@media (max-width: 1650px) and (min-width: 1351px) {
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1350px) and (min-width: 1051px) {
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1050px) {
  .nav-links { display: none; }
  .layout, .admin-grid { grid-template-columns: 1fr; }
  .ordering-layout { grid-template-columns: 1fr; padding: 16px 14px 58px; }
  .category-sidebar { position: sticky; top: 66px; z-index: 16; overflow: hidden; padding: 8px 0 0; background: var(--bg); }
  .category-sidebar .order-tabs { margin: 0; }
  .category-list { display: flex; gap: 7px; overflow-x: auto; margin: 0; padding: 9px 0 12px; }
  .category-list a { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; background: #fff; font-size: 12px; }
  .category-list a:hover { border-left-color: var(--line); }
  .menu-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cart { position: static; }
  .cart-body { max-height: none; }
  .cart.drawer-open { position: fixed; z-index: 42; right: 0; bottom: 0; left: 0; display: block; max-height: min(82vh,760px); overflow: auto; border-radius: 14px 14px 0 0; box-shadow: 0 -12px 36px rgba(32,32,24,.24); }
  .cart.drawer-open .cart-body { max-height: none; }
  .cart-close-btn { position: absolute; top: 13px; right: 14px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--text); font-size: 25px; line-height: 1; cursor: pointer; }
  .cart-backdrop { position: fixed; z-index: 40; inset: 0; border: 0; background: rgba(20,24,20,.48); }
  .cart-drawer-open { overflow: hidden; }
  .cart-drawer-open .cart-backdrop { display: block; }
  .mobile-cart-btn { position: fixed; z-index: 25; right: 16px; bottom: 16px; display: inline-flex; gap: 8px; border: 0; border-radius: 999px; padding: 14px 18px; background: var(--red); color: #fff; font-weight: 900; box-shadow: 0 12px 28px rgba(97,25,18,.3); }
  .mobile-cart-btn span { display: grid; min-width: 22px; min-height: 22px; place-items: center; border-radius: 50%; background: #fff; color: var(--red); font-size: 12px; }
  .mobile-cart-btn .cart-icon { min-width: auto; min-height: auto; background: transparent; color: #fff; font-size: 16px; }
  .cart-toast { right: 16px; bottom: 78px; }
}
@media (max-width: 900px) {
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .topbar { min-height: 66px; padding: 8px 14px; }
  .brand img { width: 150px; height: 48px; }
  .nav-order { min-height: 40px; padding: 8px 13px; font-size: 13px; }
  .cart-nav-btn { min-height: 40px; padding: 7px 8px 7px 11px; }
  .cart-nav-label { display: none; }
  .hero { min-height: 600px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(18,26,18,.9) 0%, rgba(18,26,18,.62) 70%, rgba(18,26,18,.24) 100%); }
  .hero-content { padding: 48px 18px 56px; }
  .hero h1 { font-size: 58px; }
  .hero-copy { font-size: 16px; }
  .hero-meta { display: grid; gap: 7px; }
  .welcome-band, .catering-band, .visit-band { grid-template-columns: 1fr; }
  .welcome-band { gap: 16px; padding-top: 42px; padding-bottom: 42px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-dish { min-height: 240px; }
  .catering-band > img { min-height: 280px; }
  .catering-copy { padding: 34px 20px 42px; }
  .menu-intro { padding-top: 54px; }
  .layout { padding: 12px 14px 58px; }
  .order-header { padding: 26px 16px 20px; }
  .order-header h1 { font-size: 42px; }
  .order-header p:last-child { font-size: 13px; line-height: 1.55; }
  .order-tabs { grid-template-columns: 1fr 1fr; }
  .menu-tools { align-items: stretch; flex-direction: column; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .food-copy { min-height: 82px; padding: 10px 38px 11px 10px; }
  .food-card h3 { font-size: 14px; }
  .add-btn { right: 9px; bottom: 9px; width: 32px; height: 32px; }
  .review-grid { grid-template-columns: 1fr; }
  .visit-band { gap: 24px; padding-top: 46px; padding-bottom: 46px; }
  .site-footer { align-items: start; flex-direction: column; gap: 9px; }
  .site-footer p { margin: 0; }
  .status-tracker { grid-template-columns: 1fr 1fr; }
  .payment-shell { grid-template-columns: 1fr; gap: 14px; width: min(100% - 24px,560px); margin: 16px auto 28px; }
  .payment-summary, .payment-card { padding: 16px; }
  .payment-shell h1, .payment-card h2 { font-size: 29px; }
  .payment-summary { order: 2; }
  .payment-card { order: 1; }
  .payment-fields { grid-template-columns: 1fr 1fr; gap: 0 9px; }
  .payment-fields > div:last-child { grid-column: 1 / -1; }
}
