* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }

:root {
  --maroon: #4a1420;
  --maroon-dark: #330f19;
  --maroon-light: #6d1f30;
  --olive: #6f7d3c;
  --olive-dark: #566130;
  --olive-soft: #eef1e1;
  --gold: #cc9a44;
  --cream: #faf5ee;
  --paper: #ffffff;
  --ink: #271a17;
  --ink-soft: #6d5f58;
  --muted: #a0918a;
  --line: #ece1d6;
  --max: 1220px;
  --ease: cubic-bezier(.32,.72,0,1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Mulish', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; letter-spacing: -0.01em; }

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--olive-soft); color: var(--ink); }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
  .reveal.visible { opacity: 1; transform: translateY(0); }
}

/* ---------- Buttons & shared bits ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.9em 1.8em; border-radius: 6px; font-size: 0.88rem; font-weight: 700; border: none; transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease; }
.btn-primary { background: var(--olive); color: #fff; box-shadow: 0 10px 24px -14px rgba(111,125,60,0.6); }
.btn-primary:hover { background: var(--olive-dark); transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0) scale(0.97); }
.btn-primary.added { background: #3d7a4e; }
.btn-outline { background: none; border: 1.5px solid rgba(255,255,255,0.5); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-outline-dark { background: none; border: 1.5px solid var(--line); color: var(--ink); }
.btn-outline-dark:hover { background: var(--cream); border-color: var(--olive); }
.btn.full { width: 100%; }
.link-arrow { font-size: 0.86rem; font-weight: 700; color: var(--olive-dark); }
.link-arrow:hover { color: var(--olive); }

.eyebrow-pill { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--olive); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.5em 1.1em; border-radius: 999px; margin-bottom: 1.2rem; }

.section-head { max-width: var(--max); margin: 0 auto; text-align: center; padding: 0 2.5rem 2.6rem; }
.section-head .eyebrow-pill { background: var(--olive-soft); color: var(--olive-dark); }
.section-head h2 { font-size: 2.1rem; font-weight: 700; }
.section-head p { color: var(--ink-soft); max-width: 56ch; margin: 0.8rem auto 0; }
.section-head.left { text-align: left; margin: 0 0 2.4rem; padding: 0; }

.page-shell { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; }

/* ---------- Header ---------- */
.site-header { background: var(--maroon); position: sticky; top: 0; z-index: 60; transition: box-shadow 0.25s ease; }
.site-header.scrolled { box-shadow: 0 8px 26px -18px rgba(0,0,0,0.6); }
.header-inner { max-width: var(--max); margin: 0 auto; padding: 1rem 2.5rem; display: flex; align-items: center; gap: 2rem; }
.logo { display: flex; align-items: center; gap: 0.6rem; color: #fff; white-space: nowrap; }
.logo svg { color: var(--gold); flex-shrink: 0; }
.logo span { font-family: 'Alex Brush', cursive; font-size: 1.7rem; line-height: 1; color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.4rem; margin-left: auto; }
.nav-toggle span { width: 22px; height: 2px; background: #fff; display: block; }
.main-nav { display: flex; gap: 1.8rem; flex: 1; justify-content: center; }
.main-nav a { font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.78); }
.main-nav a.active { color: var(--gold); }
.main-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 1.1rem; }
.header-actions button { background: none; border: none; color: #fff; position: relative; display: flex; }
.cart-btn { position: relative; }
.cart-badge { position: absolute; top: -6px; right: -8px; background: var(--gold); color: var(--maroon-dark); font-size: 0.6rem; font-weight: 800; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.btn-delivery { background: var(--olive); color: #fff; border-radius: 6px; padding: 0.65em 1.3em; font-weight: 700; font-size: 0.84rem; transition: background 0.2s ease; }
.btn-delivery:hover { background: var(--olive-dark); }

/* ---------- Hero (home) ---------- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,8,8,0.86) 32%, rgba(20,8,8,0.42) 68%, rgba(20,8,8,0.55) 100%); }
.hero-content { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 5rem 2.5rem; width: 100%; }
.hero-content-inner { max-width: 640px; }
.hero-content h1 { font-size: 3.4rem; font-weight: 700; line-height: 1.1; margin-bottom: 1.3rem; }
.hero-content .lead { color: rgba(255,255,255,0.85); font-size: 1rem; max-width: 52ch; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- Our Story ---------- */
.story-section { padding: 5.5rem 0; }
.story-grid { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; display: grid; grid-template-columns: 1fr 1.05fr; gap: 3.2rem; align-items: center; }
.story-img { border-radius: 18px; overflow: hidden; aspect-ratio: 5/4.4; }
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-text h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; }
.story-text p { color: var(--ink-soft); margin-bottom: 1rem; max-width: 52ch; }
.story-text p:last-of-type { margin-bottom: 1.6rem; }

/* ---------- Features strip ---------- */
.features-strip { background: var(--cream); padding: 3.4rem 0; }
.features-grid { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.feature-card { text-align: center; }
.feature-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--olive-soft); color: var(--olive-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.feature-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; font-family: 'Mulish', sans-serif; }
.feature-card p { font-size: 0.84rem; color: var(--ink-soft); }

/* ---------- Home featured teaser ---------- */
.home-featured { padding: 5.5rem 0 2rem; }
.home-featured-layout { max-width: var(--max); margin: 0 auto 2.4rem; padding: 0 2.5rem; display: grid; grid-template-columns: 1fr 280px; gap: 2.4rem; align-items: start; }
.home-featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.home-featured-cta { text-align: center; padding-bottom: 3rem; }

/* ---------- Home featured sidebar (menu preview list) ---------- */
.home-featured-sidebar { background: var(--cream); border-radius: 16px; padding: 1.8rem 1.6rem; }
.home-featured-sidebar h3 { font-family: var(--font-display); font-size: 1.05rem; margin: 0 0 1.2rem; }
.sidebar-dish-list { display: flex; flex-direction: column; gap: 1.2rem; }
.sidebar-dish { display: block; text-decoration: none; color: inherit; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(30,15,12,0.1); transition: opacity 0.2s ease; }
.sidebar-dish:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-dish:hover { opacity: 0.7; }
.sidebar-dish h4 { margin: 0 0 0.35rem; font-size: 0.92rem; font-weight: 700; }
.sidebar-dish p { margin: 0; font-size: 0.8rem; line-height: 1.5; color: var(--ink-soft); }

/* ---------- Featured cards (menu preview style) ---------- */
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.featured-card { background: var(--cream); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); cursor: pointer; }
.featured-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -28px rgba(30,15,12,0.4); }
.featured-img { aspect-ratio: 4/3.1; overflow: hidden; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.featured-card:hover .featured-img img { transform: scale(1.06); }
.featured-body { padding: 1.4rem 1.5rem 1.6rem; text-align: center; flex: 1; display: flex; flex-direction: column; }
.featured-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--olive-dark); margin-bottom: 0.5rem; }
.featured-body h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.8rem; }
.featured-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin-bottom: 0.3rem; }
.featured-desc { font-size: 0.84rem; color: var(--ink-soft); margin-bottom: 0.9rem; }
.featured-ingredients { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.featured-add { margin-top: auto; }

/* ---------- Gallery ---------- */
.gallery-section { padding: 5.5rem 0; background: var(--cream); }
.gallery-grid { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; gap: 1rem; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; transition: transform 0.4s var(--ease); }
.gallery-grid a { display: block; overflow: hidden; border-radius: 12px; }
.gallery-grid a:hover img { transform: scale(1.06); }
.gallery-grid .g-tall { grid-row: span 2; }
.gallery-grid .g-wide { grid-column: span 2; }

/* ---------- Testimonials ---------- */
.testimonials-section { padding: 5.5rem 0; }
.testimonials-grid { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.testimonial-card { background: var(--cream); border-radius: 16px; padding: 1.8rem; }
.testimonial-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; display: block; margin-bottom: 0.9rem; }
.testimonial-quote { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 1.3rem; line-height: 1.7; }
.testimonial-person { display: flex; align-items: center; gap: 0.8rem; }
.testimonial-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testimonial-person strong { display: block; font-size: 0.9rem; }
.testimonial-person span { font-size: 0.76rem; color: var(--muted); }

/* ---------- Reservation CTA banner ---------- */
.cta-banner { position: relative; border-radius: 20px; overflow: hidden; max-width: var(--max); margin: 0 auto 5.5rem; padding: 3.6rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; background: var(--maroon); color: #fff; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(204,154,68,0.25), transparent 55%); }
.cta-banner-text { position: relative; z-index: 1; max-width: 480px; }
.cta-banner-text h2 { font-size: 1.9rem; margin-bottom: 0.6rem; }
.cta-banner-text p { color: rgba(255,255,255,0.78); }
.cta-banner-actions { position: relative; z-index: 1; display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--maroon-dark); color: rgba(255,255,255,0.68); padding: 4rem 2.5rem 1.6rem; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2.2rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo { margin-bottom: 0.9rem; }
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.55); margin-bottom: 1.2rem; max-width: 32ch; }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: background 0.2s ease; }
.footer-social a:hover { background: var(--olive); }
.footer-col h4 { color: #fff; font-size: 0.92rem; font-weight: 700; margin-bottom: 1rem; font-family: 'Mulish', sans-serif; }
.footer-col a, .footer-col p { display: block; font-size: 0.84rem; color: rgba(255,255,255,0.6); margin-bottom: 0.7rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding-top: 1.6rem; font-size: 0.78rem; color: rgba(255,255,255,0.45); text-align: center; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { position: relative; background: var(--maroon); color: #fff; padding: 4.4rem 2.5rem; text-align: center; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(204,154,68,0.18), transparent 50%), radial-gradient(circle at 85% 80%, rgba(111,125,60,0.22), transparent 55%); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.7rem; }
.page-hero p { color: rgba(255,255,255,0.78); max-width: 52ch; margin: 0 auto; }
.breadcrumb { max-width: var(--max); margin: 0 auto; padding: 1.6rem 2.5rem 0; font-size: 0.82rem; color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span { margin: 0 0.4rem; }

.page-section { max-width: var(--max); margin: 0 auto; padding: 4.4rem 2.5rem; }
.page-section + .page-section { border-top: 1px solid var(--line); }
.page-section.alt { background: var(--cream); max-width: none; }
.page-section.alt > * { max-width: var(--max); margin-left: auto; margin-right: auto; }

/* ---------- Menu page ---------- */
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; flex-wrap: wrap; }
.menu-tabs { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.menu-tab { padding: 0.6em 1.3em; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); }
.menu-tab.active { background: var(--maroon); border-color: var(--maroon); color: #fff; }
.menu-tab:hover:not(.active) { border-color: var(--olive); color: var(--ink); }
.menu-count { font-size: 0.82rem; color: var(--ink-soft); }

.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.dish-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.dish-card:hover { transform: translateY(-4px); box-shadow: 0 20px 36px -26px rgba(30,15,12,0.3); }
.dish-card.just-added { box-shadow: 0 0 0 2px var(--olive) inset; }
.dish-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.dish-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.dish-card:hover .dish-img img { transform: scale(1.06); }
.dish-category-pill { position: absolute; top: 0.7rem; left: 0.7rem; background: rgba(20,8,8,0.72); color: #fff; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.35em 0.7em; border-radius: 999px; }
.dish-card-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.dish-card-body h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 0.4rem; }
.dish-card-body p { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dish-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: 0.6rem; }
.dish-price { font-weight: 800; font-size: 1rem; color: var(--maroon); font-family: 'Playfair Display', serif; }
.no-results { grid-column: 1/-1; text-align: center; color: var(--ink-soft); padding: 2.4rem 0; }

.qty-stepper { display: flex; align-items: center; gap: 0.6rem; border: 1px solid var(--line); border-radius: 999px; padding: 0.3rem 0.6rem; }
.qty-stepper button { width: 22px; height: 22px; border-radius: 50%; border: none; background: var(--olive-soft); color: var(--olive-dark); font-size: 0.9rem; display: flex; align-items: center; justify-content: center; transition: background 0.15s ease; }
.qty-stepper button:hover:not(:disabled) { background: var(--olive); color: #fff; }
.qty-stepper button:disabled { opacity: 0.4; cursor: not-allowed; }
.qty-stepper .qty-num { font-weight: 700; font-size: 0.85rem; min-width: 1.1em; text-align: center; }
.qty-stepper.standalone { padding: 0.5rem 1rem; gap: 1rem; }
.qty-stepper.standalone button { width: 30px; height: 30px; font-size: 1.05rem; }

/* ---------- Dish detail page ---------- */
.pdp { max-width: var(--max); margin: 0 auto; padding: 2rem 2.5rem 4.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.pdp-gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 18px; background: var(--cream); }
.pdp-category { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--olive-dark); margin-bottom: 0.6rem; }
.pdp-info h1 { font-size: 2.1rem; font-weight: 700; margin-bottom: 0.9rem; }
.pdp-price { font-size: 1.7rem; font-weight: 800; color: var(--maroon); margin-bottom: 1.2rem; }
.pdp-desc { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 1.6rem; max-width: 48ch; }
.pdp-block { margin-bottom: 1.6rem; }
.pdp-block h4 { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin-bottom: 0.5rem; font-family: 'Mulish', sans-serif; }
.pdp-block p { color: var(--ink-soft); font-size: 0.9rem; }
.pdp-buy-row { display: flex; align-items: center; gap: 1rem; margin: 1.8rem 0; flex-wrap: wrap; }
.pdp-perks { color: var(--ink-soft); font-size: 0.86rem; display: flex; flex-direction: column; gap: 0.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.related-section { padding-top: 1rem; padding-bottom: 4rem; }
.related-section .section-head.left h2 { font-size: 1.5rem; }

/* ---------- Forms (shared) ---------- */
.form-field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.1rem; }
.form-field.full { grid-column: 1/-1; }
.form-field label { font-size: 0.8rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { border: 1px solid var(--line); border-radius: 8px; padding: 0.75em 0.9em; font-size: 0.9rem; font-family: inherit; background: #fff; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--olive); }
.form-field textarea { resize: vertical; min-height: 90px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 2.2rem; max-width: 720px; }
.form-card.wide { max-width: none; }
.form-success { margin-top: 1rem; color: var(--olive-dark); font-weight: 600; font-size: 0.9rem; background: var(--olive-soft); border-radius: 10px; padding: 1rem 1.2rem; }

/* ---------- Confirmation panel (reservation/checkout/events) ---------- */
.confirmation { max-width: 560px; margin: 0 auto; text-align: center; padding: 2rem 0; }
.confirmation-icon { width: 68px; height: 68px; border-radius: 50%; background: var(--olive); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.3rem; font-size: 1.8rem; animation: pop-in 0.5s var(--ease); }
@keyframes pop-in { 0% { transform: scale(0); opacity: 0; } 60% { transform: scale(1.15); opacity: 1; } 100% { transform: scale(1); } }
.confirmation h2 { font-size: 1.6rem; margin-bottom: 0.7rem; }
.confirmation p { color: var(--ink-soft); margin-bottom: 0.6rem; }
.confirm-highlight { font-weight: 700; color: var(--maroon); font-size: 1.05rem; }

/* ---------- Checkout ---------- */
.checkout-grid { max-width: var(--max); margin: 0 auto; padding: 3rem 2.5rem 5rem; display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.6rem; align-items: start; }
.order-summary { background: var(--cream); border-radius: 18px; padding: 1.8rem; position: sticky; top: 96px; }
.order-summary h3 { font-size: 1.1rem; margin-bottom: 1.3rem; }
.summary-item { display: grid; grid-template-columns: 52px 1fr auto auto; align-items: center; gap: 0.8rem; margin-bottom: 1rem; }
.summary-item img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; }
.summary-item-body strong { display: block; font-size: 0.85rem; margin-bottom: 0.35rem; }
.summary-item-price { font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
.summary-item .cart-item-remove { font-size: 0.7rem; }
.summary-totals { border-top: 1px solid var(--line); margin-top: 1.2rem; padding-top: 1.1rem; }
.summary-totals div { display: flex; justify-content: space-between; font-size: 0.88rem; margin-bottom: 0.55rem; color: var(--ink-soft); }
.summary-totals .grand-total { font-size: 1.15rem; font-weight: 800; color: var(--ink); border-top: 1px solid var(--line); padding-top: 0.8rem; margin-top: 0.6rem; }
.cart-item-remove { background: none; border: none; color: var(--ink-soft); font-size: 0.74rem; text-decoration: underline; }

/* ---------- Cart drawer ---------- */
.cart-overlay { position: fixed; inset: 0; background: rgba(20,8,8,0.55); z-index: 100; display: flex; justify-content: flex-end; opacity: 0; transition: opacity 0.3s ease; }
.cart-overlay.open { opacity: 1; }
.cart-drawer { background: #fff; width: 100%; max-width: 420px; height: 100%; display: flex; flex-direction: column; box-shadow: -20px 0 40px -20px rgba(0,0,0,0.35); transform: translateX(100%); transition: transform 0.35s var(--ease); }
.cart-overlay.open .cart-drawer { transform: translateX(0); }
.cart-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 1.6rem; border-bottom: 1px solid var(--line); }
.cart-drawer-head h3 { font-size: 1.15rem; }
.modal-close { width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,0.05); border: none; font-size: 1.3rem; line-height: 1; color: var(--ink); }
.cart-items { flex: 1; overflow-y: auto; padding: 1rem 1.6rem; }
.cart-item { display: flex; gap: 0.9rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.cart-item-body { flex: 1; }
.cart-item-body strong { display: block; font-size: 0.9rem; margin-bottom: 0.3rem; }
.cart-item-price { color: var(--maroon); font-weight: 700; font-size: 0.85rem; margin-bottom: 0.5rem; }
.cart-drawer-foot { padding: 1.2rem 1.6rem 1.6rem; border-top: 1px solid var(--line); }
.cart-line { display: flex; justify-content: space-between; font-size: 1.05rem; font-weight: 800; margin-bottom: 1rem; }
#cartEmpty { margin: 2.2rem 1.6rem; text-align: center; color: var(--ink-soft); }

/* ---------- Delivery page ---------- */
.delivery-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; max-width: 760px; margin: 2.4rem auto 0; position: relative; z-index: 1; }
.delivery-stat { background: rgba(255,255,255,0.1); border-radius: 14px; padding: 1.2rem; }
.delivery-stat strong { display: block; font-size: 1.5rem; color: var(--gold); font-family: 'Playfair Display', serif; }
.delivery-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.75); }
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.area-card { border: 1px solid var(--line); border-radius: 14px; padding: 1.4rem; }
.area-card strong { display: block; font-size: 1rem; margin-bottom: 0.4rem; }
.area-card span { color: var(--ink-soft); font-size: 0.84rem; }
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.step-card { text-align: center; }
.step-num { width: 52px; height: 52px; border-radius: 50%; background: var(--maroon); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: 'Playfair Display', serif; font-size: 1.2rem; margin: 0 auto 1rem; }
.step-card strong { display: block; margin-bottom: 0.4rem; }
.step-card span { color: var(--ink-soft); font-size: 0.84rem; }

/* ---------- Events page ---------- */
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.package-card { border: 1px solid var(--line); border-radius: 16px; padding: 1.8rem; display: flex; flex-direction: column; }
.package-card.featured { border-color: var(--olive); box-shadow: 0 20px 40px -28px rgba(111,125,60,0.4); position: relative; }
.package-card.featured::before { content: 'Most Popular'; position: absolute; top: -0.7rem; left: 1.6rem; background: var(--olive); color: #fff; font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 0.4em 0.9em; border-radius: 999px; }
.package-card h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.package-price { font-size: 1.5rem; font-weight: 800; color: var(--maroon); margin-bottom: 0.9rem; font-family: 'Playfair Display', serif; }
.package-price small { font-size: 0.7rem; font-weight: 600; color: var(--ink-soft); }
.package-card ul { margin-bottom: 1.6rem; flex: 1; }
.package-card li { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 0.6rem; padding-left: 1.3rem; position: relative; }
.package-card li::before { content: '✓'; position: absolute; left: 0; color: var(--olive); font-weight: 700; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; }
.contact-info-list { margin-bottom: 2rem; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.4rem; }
.contact-info-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--olive-soft); color: var(--olive-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-item strong { display: block; font-size: 0.92rem; margin-bottom: 0.2rem; }
.contact-info-item span { color: var(--ink-soft); font-size: 0.85rem; }
.map-frame { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Legal-ish reservation intro ---------- */
.reservation-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.reservation-info h3 { font-size: 1.2rem; margin-bottom: 0.8rem; }
.reservation-info p { color: var(--ink-soft); font-size: 0.88rem; margin-bottom: 1rem; }
.reservation-info ul { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 1.6rem; }
.reservation-info li { font-size: 0.86rem; color: var(--ink-soft); padding-left: 1.4rem; position: relative; }
.reservation-info li::before { content: '—'; position: absolute; left: 0; color: var(--olive); }

/* ---------- Back to top ---------- */
.back-to-top { position: fixed; right: 1.6rem; bottom: 1.6rem; z-index: 40; width: 46px; height: 46px; border-radius: 50%; border: none; background: var(--maroon); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 28px -14px rgba(20,8,8,0.6); opacity: 0; transform: translateY(12px) scale(0.9); pointer-events: none; transition: opacity 0.25s ease, transform 0.25s var(--ease), background 0.2s ease; }
.back-to-top.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.back-to-top:hover { background: var(--olive); }
.back-to-top svg { width: 18px; height: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .story-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .home-featured-grid, .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .home-featured-layout { grid-template-columns: 1fr; }
  .home-featured-sidebar { order: 2; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp { grid-template-columns: 1fr; gap: 2rem; }
  .checkout-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .areas-grid, .steps-row, .packages-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .reservation-layout { grid-template-columns: 1fr; }
  .delivery-hero-stats { grid-template-columns: 1fr; max-width: 320px; }
}

@media (max-width: 760px) {
  .header-inner { flex-wrap: wrap; padding: 0.9rem 1.3rem; }
  .nav-toggle { display: flex; }
  .header-actions { order: 3; }
  .main-nav { order: 4; width: 100%; flex-direction: column; align-items: flex-start; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .main-nav.open { max-height: 340px; padding-top: 0.8rem; }
  .main-nav a { padding: 0.5rem 0; width: 100%; }

  .hero { min-height: auto; }
  .hero-content { padding: 3.4rem 1.3rem; }
  .hero-content h1 { font-size: 2.2rem; }

  .page-shell, .section-head, .story-grid, .features-grid, .home-featured-layout, .gallery-grid, .testimonials-grid, .page-section, .breadcrumb, .pdp, .checkout-grid, .footer-grid, .page-hero { padding-left: 1.3rem; padding-right: 1.3rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .features-grid, .home-featured-grid, .featured-grid, .dish-grid, .areas-grid, .steps-row, .packages-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-banner { margin: 0 1.3rem 4rem; padding: 2.4rem 1.6rem; }
  .page-hero h1 { font-size: 2rem; }
}
