*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg-main: #FAFAF8;
  --bg-card: #FFFFFF;
  --bg-section: #F5F0E8;
  --bg-dark: #1A1A1A;
  --text-primary: #1A1A1A;
  --text-secondary: #555555;
  --text-muted: #888888;
  --red: #C0392B;
  --red-light: #E74C3C;
  --red-bg: #FFF0EE;
  --gold: #C9973A;
  --border: #E8E0D5;
  --white: #FFFFFF;

  /* Mappings for backward compatibility */
  --bg: var(--bg-main);
  --card: var(--bg-card);
  --card-hover: var(--red-bg);
  --text: var(--text-primary);
  --text-muted: var(--text-secondary);
  --nav-h:60px;
  --glow: 0 4px 20px rgba(192,57,43,0.15);
}
html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h)}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text-muted);font-size:16px;line-height:1.7}
a{color:var(--red)}

/* SITE NAV */
.site-nav{position:sticky;top:0;z-index:1000;background:var(--bg-dark);border-bottom:1px solid rgba(255,255,255,0.08);box-shadow:0 4px 24px rgba(0,0,0,0.15)}
.site-nav .nav-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;min-height:var(--nav-h);gap:16px;position:relative}
.nav-logo{font-family:'Playfair Display',serif;font-size:clamp(14px,2.8vw,17px);font-weight:700;color:var(--white) !important;text-decoration:none;white-space:nowrap}
.nav-logo:hover{color:var(--red-light) !important}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:6px 0;border-radius:2px;transition:transform .25s,opacity .25s}
.site-nav.open .nav-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.site-nav.open .nav-toggle span:nth-child(2){opacity:0}
.site-nav.open .nav-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:4px 18px;list-style:none}
.nav-links a{color:#CCCCCC !important;text-decoration:none;font-size:13px;font-weight:500;transition:color .2s}
.nav-links a:hover,.nav-links a.is-active{color:var(--red) !important}

/* BREADCRUMB */
.breadcrumb{background:var(--bg-section);border-bottom:1px solid var(--border);padding:10px 0;font-size:13px;color:var(--text-muted)}
.breadcrumb .inner{max-width:960px;margin:0 auto;padding:0 20px}
.breadcrumb a{color:var(--text-muted);text-decoration:none}
.breadcrumb a:hover{color:var(--red)}
.breadcrumb span{margin:0 6px}

/* HERO */
.hero{position:relative;height:420px;display:flex;align-items:center;justify-content:center;text-align:center;color:#ffffff;overflow:hidden}
.hero--plain{background:linear-gradient(135deg,#1a0000 0%,#0a0a0a 60%)}
.hero-media{position:absolute;inset:0;z-index:0}
.hero-bg-image{width:100%;height:100%;object-fit:cover}
.hero-bg-gradient{position:absolute;inset:0;background:rgba(0,0,0,0.60);z-index:1}
.hero-inner{position:relative;z-index:2;padding:20px;max-width:800px;width:100%}
.hero-badge{display:inline-block;background:var(--red);color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 18px;border-radius:30px;margin-bottom:18px}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(28px,5vw,44px);font-weight:700;line-height:1.2;margin-bottom:14px;color:#ffffff !important}
.hero h1 span{color:var(--red-light) !important}
.hero-sub{font-size:clamp(14px,2.3vw,17px);color:#cccccc !important;max-width:600px;margin:0 auto;line-height:1.65}
.hero-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:18px}
.hero-pill{background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.2);color:#cccccc !important;font-size:13px;padding:8px 18px;border-radius:24px;backdrop-filter:blur(6px)}
.hero-pill strong{color:var(--gold) !important}

/* STATS ROW */
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);max-width:800px;margin:20px auto;border:1px solid rgba(255,255,255,0.15);border-radius:12px;overflow:hidden;background:rgba(0,0,0,0.35)}
.stat-card{padding:18px 14px;text-align:center;border-right:1px solid rgba(255,255,255,0.15);background:rgba(255,255,255,.02)}
.stat-card:last-child{border-right:none}
.stat-icon{font-size:22px;margin-bottom:5px;color:var(--red-light)}
.stat-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.7);margin-bottom:3px}
.stat-val{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:var(--white) !important}

/* LAYOUT */
.page-wrap{max-width:960px;margin:0 auto;padding:40px 20px 56px}
.back-link{display:inline-block;margin-bottom:24px;color:var(--red);font-weight:600;text-decoration:none;font-size:14px}
.back-link:hover{text-decoration:underline}

/* INTRO BOX */
.intro-box{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:28px 32px;margin-bottom:36px;line-height:1.8;color:var(--text-secondary)}
.intro-box h2{font-family:'Playfair Display',serif;font-size:20px;color:var(--text-primary) !important;margin-bottom:12px}
.intro-box p{margin-bottom:12px}.intro-box p:last-child{margin-bottom:0}

/* TABLE OF CONTENTS (TOC) */
.toc{background:var(--bg-card);color:var(--text-primary);border-radius:14px;padding:28px 32px;margin:36px 0;border:1px solid var(--border)}
.toc-title{font-family:'Playfair Display',serif;font-size:18px;color:var(--red) !important;margin-bottom:18px;display:flex;align-items:center;gap:8px}
.toc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px 20px;list-style:none;counter-reset:toc}
.toc-grid li{font-size:13.5px;color:var(--text-secondary);counter-increment:toc;display:flex;align-items:center;gap:8px}
.toc-grid li::before{content:counter(toc,decimal-leading-zero);font-size:11px;font-weight:700;color:var(--red);min-width:20px;flex-shrink:0}
.toc-grid a{color:var(--text-secondary);text-decoration:none}
.toc-grid a:hover{color:var(--red)}

/* SECTION HEADERS */
.menu-section{margin-bottom:58px}
.section-anchor{display:block;height:var(--nav-h);margin-top:calc(-1 * var(--nav-h));visibility:hidden}
h2.cat-title, h2.section-title, .menu-section h2 {
  font-family:'Playfair Display',serif;
  font-size:clamp(22px,3.5vw,30px);
  font-weight:700;
  color:var(--text-primary) !important;
  line-height:1.25;
  margin:32px 0 16px;
  position:relative;
  padding-bottom:12px;
}
h2.cat-title::after, h2.section-title::after, .menu-section h2::after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:60px;
  height:3px;
  background-color:var(--red);
}
h2.cat-title span, h2.section-title span, .menu-section h2 span {
  color:var(--red) !important;
}
.cat-intro{font-size:15px;color:var(--text-secondary);line-height:1.75;background:var(--bg-section);border-left:4px solid var(--gold);padding:14px 20px;border-radius:0 10px 10px 0;margin-bottom:18px;border:1px solid var(--border);border-left:4px solid var(--gold)}
.cat-intro p{margin-bottom:10px}.cat-intro p:last-child{margin-bottom:0}
.sub-heading{font-family:'Playfair Display',serif;font-size:17px;color:var(--text-primary) !important;margin:22px 0 10px;display:flex;align-items:center;gap:8px}

/* TABLES */
.table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--border);box-shadow:0 2px 12px rgba(0,0,0,0.08);margin-bottom:28px;background:var(--bg-card)}
table{width:100%;border-collapse:collapse;font-size:14.5px}
thead{background:var(--red);color:var(--white)}
thead th{padding:12px 16px;text-align:left;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--white)}
tbody tr{border-bottom:1px solid var(--border);transition:background .15s}
tbody tr:last-child{border-bottom:none}
tbody tr:nth-child(odd){background:var(--white)}
tbody tr:nth-child(even){background:var(--bg-section)}
tbody tr td:first-child{border-left:4px solid transparent;transition:border-color 0.15s}
tbody tr:hover{background:var(--red-bg)}
tbody tr:hover td:first-child{border-left-color:var(--red)}
tbody td{padding:12px 16px;vertical-align:top;color:var(--text-secondary)}
td.item-name{font-weight:bold;color:var(--text-primary);min-width:160px}
.price-col{color:var(--red);font-weight:bold;white-space:nowrap;font-size:15px}
.cal-col{color:var(--text-muted);font-size:13px;white-space:nowrap}
.desc-col{color:var(--text-secondary);font-size:13.5px;line-height:1.5}

/* TAGS */
.tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:4px;margin-left:5px;vertical-align:middle;white-space:nowrap}
.tag-new{background:#e0f2e9;color:#1a6b3a}
.tag-pop, .tag-best{background:var(--red);color:var(--white)}
.tag-fam{background:#ece8f8;color:#5a3aa0}
.tag-inc{background:rgba(26,107,90,.2);color:#1a6b5a}
.tag-light{background:rgba(74,144,217,.15);color:#2a5fa0}

/* CALLOUTS */
.callout{background:var(--red-bg);border-left:4px solid var(--red);border-radius:0 10px 10px 0;padding:14px 20px;margin-bottom:28px;font-size:14.5px;line-height:1.65;color:var(--text-primary) !important}
.callout-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;display:flex;align-items:center;gap:6px;color:var(--red)}

/* DAY DEAL CARDS */
.day-deals{display:flex;flex-direction:column;gap:13px;margin:20px 0}
.day-card{border-radius:12px;overflow:hidden;border:1px solid var(--border);display:grid;grid-template-columns:90px 1fr}
.day-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 8px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;text-align:center}
.day-mon{background:var(--red)}.day-tue{background:#2980b9}.day-wed{background:#27ae60}
.day-thu{background:#8e44ad}.day-fri{background:#d35400}
.day-body{padding:15px 20px;background:var(--bg-card)}
.day-body h4{font-family:'Playfair Display',serif;font-size:16px;color:var(--text-primary);margin-bottom:5px}
.day-body p{font-size:13.5px;color:var(--text-secondary);margin-bottom:8px}
.day-price{font-size:21px;font-weight:700;color:var(--red);font-family:'Playfair Display',serif}
.day-price small{font-size:12px;font-weight:400;color:var(--text-secondary);margin-left:4px}

/* KIDS GRID */
.kids-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}
.kids-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px 14px;text-align:center;transition:border-color .25s,box-shadow .25s}
.kids-card:hover{border-color:var(--red);box-shadow:var(--glow)}
.kids-card h4{font-family:'Playfair Display',serif;font-size:14px;color:var(--text-primary);margin-bottom:5px;line-height:1.3}
.kids-card .k-price{font-size:18px;font-weight:700;color:var(--red);margin-bottom:4px}
.kids-card .k-desc{font-size:12px;color:var(--text-secondary);line-height:1.4}

/* BUDGET GRID & TIP CARDS */
.budget-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}
.budget-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px 16px;text-align:center}
.budget-card h4{font-family:'Playfair Display',serif;font-size:14px;color:var(--text-primary);margin-bottom:6px;line-height:1.3}
.budget-card .b-price{font-size:20px;font-weight:700;color:var(--red);margin-bottom:4px}
.budget-card .b-desc{font-size:12px;color:var(--text-secondary);line-height:1.4}
.tips-grid{display:flex;flex-direction:column;gap:12px;margin:20px 0}
.tip-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px 22px;display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:start}
.tip-num{width:40px;height:40px;border-radius:50%;background:var(--bg-section);color:var(--red);font-family:'Playfair Display',serif;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tip-content h4{font-weight:600;font-size:15px;color:var(--text-primary);margin-bottom:4px}
.tip-content p{font-size:14px;color:var(--text-secondary);margin:0}

/* FOOD IMAGES BETWEEN SECTIONS */
.food-banner {
  position: relative;
  width: 100%;
  height: 260px;
  margin: 36px 0 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.food-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
.food-banner-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 3.5vw, 28px);
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.food-banner-caption {
  font-size: 13.5px;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 36px;
  font-style: italic;
}

/* FAQ SECTION */
.faq-section{margin-top:40px}
.faq-section h2{font-family:'Playfair Display',serif;font-size:24px;color:var(--text-primary);margin-bottom:18px}
.faq-list{display:flex;flex-direction:column;gap:9px}
.faq-item{background:var(--bg-card) !important;border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:12px}
.faq-item.open{border-color:var(--red)}
.faq-q{width:100%;background:none;border:none;text-align:left;padding:15px 20px;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;color:var(--text-primary) !important;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-q:hover{background:var(--red-bg)}
.faq-icon{font-size:22px;color:var(--red) !important;flex-shrink:0;transition:transform .28s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:8px 20px 18px;font-size:14.5px;color:var(--text-secondary) !important;border-top:1px solid var(--border);line-height:1.75;background:var(--bg-card)}
.faq-item.open .faq-a{display:block}

/* FOOTER */
.footer{background:#1a1a1a;border-top:1px solid rgba(255, 255, 255, 0.08);color:#cccccc;font-size:13px;text-align:center;padding:40px 20px;line-height:1.8}
.footer strong{color:var(--white)}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;list-style:none;margin-bottom:16px;max-width:1000px;margin-left:auto;margin-right:auto}
.footer-links a{color:#cccccc;text-decoration:none;font-size:13.5px;transition:color 0.2s}
.footer-links a:hover{color:#c0392b}
.footer p{color:#888888;font-size:12.5px;margin-top:20px;border-top:1px solid rgba(255, 255, 255, 0.08);padding-top:20px}

.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin: 16px 0;
  color: #cccccc;
}
.social-links a {
  color: #cccccc;
  transition: color 0.2s;
}
.social-links a:hover {
  color: #c0392b;
}

/* FORM BOX & SITEMAP GRID */
.form-box{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:32px;max-width:560px}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:6px}
.form-group input,.form-group textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-primary);font-family:inherit;font-size:15px}
.form-group textarea{min-height:140px;resize:vertical}
.btn-submit{display:inline-block;background:var(--red);color:#fff;font-weight:700;font-size:14px;border:none;padding:14px 32px;border-radius:30px;cursor:pointer;transition:background .2s,box-shadow .2s}
.btn-submit:hover{background:var(--red-light);box-shadow:var(--glow)}
.sitemap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px;list-style:none}
.sitemap-grid a{color:var(--text-secondary);text-decoration:none;font-size:15px;padding:8px 0;border-bottom:1px solid var(--border)}
.sitemap-grid a:hover{color:var(--red)}
.content-page .intro-box h2{font-size:24px}
.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.fade-in.is-visible{opacity:1;transform:translateY(0)}

/* DINNER HIGHLIGHT & SENIOR BOX & FIND US BOX */
.dinner-box{background:var(--bg-section);color:var(--text-primary);border-radius:14px;padding:32px;margin:20px 0;border:1px solid var(--border)}
.dinner-box h3{font-family:'Playfair Display',serif;font-size:20px;color:var(--red);margin-bottom:12px}
.dinner-box p{color:var(--text-secondary);font-size:15px;margin-bottom:12px;line-height:1.7}
.dinner-box p:last-child{margin-bottom:0}
.dinner-box strong{color:var(--red)}
.senior-box{background:var(--bg-card);border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:0 12px 12px 0;padding:22px 26px;margin:20px 0}
.senior-box h3{font-family:'Playfair Display',serif;font-size:18px;color:var(--text-primary)}
.senior-box p{font-size:14.5px;color:var(--text-secondary);margin-bottom:10px;line-height:1.7}
.senior-box p:last-child{margin-bottom:0}
.find-box{background:var(--bg-card);border-radius:14px;padding:36px;text-align:center;margin:20px 0;color:var(--text-primary);border:1px solid var(--border)}
.find-box h3{font-family:'Playfair Display',serif;font-size:22px;margin-bottom:12px}
.find-box p{color:var(--text-secondary);font-size:15px;margin-bottom:20px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7}
.find-btn{display:inline-block;background:var(--red);color:#fff;font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;padding:13px 30px;border-radius:30px;text-decoration:none;transition:background .2s,transform .2s}
.find-btn:hover{background:var(--red-light);transform:translateY(-1px)}

/* KIDS MENU STYLES */
.kids-main-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}
.kids-main-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:22px 18px;text-align:center;position:relative;transition:box-shadow .2s}
.kids-main-card:hover{box-shadow:var(--glow);background:var(--bg-card)}
.kids-main-card h3{font-family:'Playfair Display',serif;font-size:16px;color:var(--text-primary);margin-bottom:6px;line-height:1.3}
.kids-main-card .km-price{font-size:24px;font-weight:700;color:var(--red);font-family:'Playfair Display',serif;margin-bottom:4px}
.kids-main-card .km-cal{font-size:11px;color:var(--text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em}
.kids-main-card .km-desc{font-size:13px;color:var(--text-secondary);line-height:1.5;margin-bottom:10px}
.km-includes{font-size:11px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;background:var(--bg-section);padding:4px 10px;border-radius:20px;display:inline-block}
.km-badge{position:absolute;top:12px;right:12px}

.allergy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}
.allergy-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:16px 12px;text-align:center}
.allergy-card h4{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:4px}
.allergy-card p{font-size:11.5px;color:var(--text-secondary);line-height:1.4}

.drinks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.drink-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:16px 14px;display:flex;align-items:center;gap:14px}
.drink-card h4{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:2px}
.drink-card p{font-size:12px;color:var(--text-secondary)}

.verdict-card{background:var(--bg-card);color:var(--text-primary);border-radius:14px;padding:34px;margin:22px 0;border:1px solid var(--border)}
.verdict-card h3{font-family:'Playfair Display',serif;font-size:22px;color:var(--red);margin-bottom:13px}
.verdict-card p{color:var(--text-secondary);font-size:15px;margin-bottom:13px;line-height:1.7}
.verdict-card p:last-child{margin-bottom:0;color:var(--text-muted);font-size:13.5px}
.verdict-card strong{color:var(--text-primary)}

.cta-box{background:var(--bg-card);border-radius:14px;padding:38px 34px;text-align:center;margin:38px 0 20px;color:var(--text-primary);border:1px solid var(--border)}
.cta-box h3{font-family:'Playfair Display',serif;font-size:24px;margin-bottom:10px}
.cta-box p{color:var(--text-secondary);font-size:15px;margin-bottom:22px;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7}
.cta-btn{display:inline-block;background:var(--red);color:#fff;font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;padding:13px 30px;border-radius:30px;text-decoration:none;transition:background .2s,transform .2s}
.cta-btn:hover{background:var(--red-light);transform:translateY(-1px)}

/* RESPONSIVE */
@media(max-width:900px){
  .nav-toggle{display:block}
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg-dark);border-top:1px solid rgba(255,255,255,0.08);padding:8px 0 16px}
  .site-nav.open .nav-links{display:flex}
  .nav-links a{display:block;padding:12px 20px}
  .sitemap-grid{grid-template-columns:1fr}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .toc-grid{grid-template-columns:1fr 1fr}
  .kids-main-grid{grid-template-columns:repeat(2,1fr)}
  .allergy-grid{grid-template-columns:repeat(2,1fr)}
  .drinks-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .hero{height:auto;max-height:500px;min-height:300px}
  .intro-box{padding:20px}
  .kids-grid{grid-template-columns:repeat(2,1fr)}
  .budget-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .stats-row{grid-template-columns:1fr 1fr}
  .toc-grid{grid-template-columns:1fr}
  .day-card{grid-template-columns:70px 1fr}
  .kids-grid{grid-template-columns:1fr 1fr}
  .budget-grid{grid-template-columns:1fr}
  .tip-card{grid-template-columns:1fr}
  .intro-box,.dinner-box,.find-box,.senior-box{padding:18px}
  thead th,tbody td{padding:10px 11px}
}

/* EXPLORE MENU CARDS (index.html) */
.menu-explore { margin: 48px 0 56px; }
.menu-explore-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  color: var(--text-primary) !important;
  text-align: center;
  margin-bottom: 32px;
}
.menu-explore-title span { color: var(--red) !important; }
.menu-nav-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; perspective: 1200px; }
.menu-nav-card { display: block; height: 260px; text-decoration: none; border-radius: 16px; transform-style: preserve-3d; }
.menu-nav-card-inner {
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  will-change: transform;
}
.menu-nav-card:hover .menu-nav-card-inner {
  border-color: var(--red) !important;
  box-shadow: 0 0 15px rgba(192,57,43,0.6) !important;
}
.menu-nav-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.menu-nav-card:hover img { transform: scale(1.1); }
.menu-nav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45) !important;
  z-index: 1;
  transition: background .35s;
}
.menu-nav-card:hover .menu-nav-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
.menu-nav-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 18px 16px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 700;
  color: var(--white) !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}
@media(max-width:900px){
  .menu-nav-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .menu-nav-grid{grid-template-columns:1fr}
}

/* BACKGROUND TEXTURE */
body {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E") !important;
}

/* SCROLL PROGRESS BAR */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: var(--red);
  z-index: 9999;
  transition: width 0.1s ease;
}

/* FLOATING CTA */
.floating-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--red);
  color: var(--white) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 14px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(192,57,43,0.4);
  text-decoration: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  font-size: 13px;
}
.floating-cta.visible {
  opacity: 1;
  transform: translateY(0);
  animation: cta-bounce 3s infinite;
}
@keyframes cta-bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  60% { transform: translateY(-4px); }
}

/* ANIMATIONS & TRANSITIONS */
.tilt-card {
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out !important;
  transform-style: preserve-3d;
}
.kids-card, .budget-card, .tip-card, .allergy-card, .drink-card, .kids-main-card {
  border-top: 3px solid var(--red) !important;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s !important;
}
.kids-card:hover, .budget-card:hover, .tip-card:hover, .allergy-card:hover, .drink-card:hover, .kids-main-card:hover {
  transform: translateY(-8px) !important;
  border-color: var(--red) !important;
  box-shadow: var(--glow) !important;
}

/* PROMOTIONAL PARALLAX BANNER */
.promo-banner {
  position: relative;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  margin: 40px 0;
  border-radius: 16px;
  border: 1px solid var(--border);
}
.promo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.40);
  z-index: 1;
}
.promo-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: var(--white) !important;
}
.promo-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 6vw, 54px);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white) !important;
  margin-bottom: 8px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.promo-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold) !important;
  margin-bottom: 24px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.promo-btn {
  display: inline-block;
  background: var(--red) !important;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 30px;
  text-decoration: none;
  transition: background .2s, transform .2s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  border: none;
  cursor: pointer;
}
.promo-btn:hover {
  background: var(--red-light) !important;
  transform: translateY(-2px);
}

/* 2-COLUMN PROMO IMAGE GRID */
.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 48px 0;
}
.promo-card {
  position: relative;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  border: 1px solid var(--border);
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.promo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  z-index: 0;
}
.promo-card:hover img {
  transform: scale(1.08);
}
.promo-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
  z-index: 1;
}
.promo-card-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 100%;
}
.promo-card-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--white) !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.red-word-badge {
  background: var(--red) !important;
  color: var(--white) !important;
  padding: 2px 10px;
  font-size: 0.85em;
  font-weight: 800;
  display: inline-block;
  line-height: 1.2;
}

/* EXPLORE MENU SECTION ADJUSTMENTS */
.menu-explore-label {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.menu-nav-card {
  height: 280px !important;
}
.menu-nav-label {
  font-size: clamp(14px, 2vw, 17px) !important;
  font-weight: 800 !important;
}
.menu-nav-card:hover .menu-nav-card-inner {
  box-shadow: 0 8px 30px rgba(192,57,43,0.3) !important;
}

/* FEATURED DISHES SECTION */
.featured-section {
  background-color: #1A2535 !important;
  padding: 56px 32px;
  border-radius: 16px;
  margin: 48px 0;
  color: var(--white) !important;
  border: 1px solid rgba(255,255,255,0.06);
}
.featured-section h2 {
  color: var(--white) !important;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px,3.5vw,30px);
  position: relative;
  padding-bottom: 12px;
}
.featured-section h2::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 60px !important;
  height: 3px !important;
  background-color: var(--red) !important;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.featured-card {
  background: #1E2E42 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-top: 3px solid var(--red) !important;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.featured-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 8px 30px rgba(192,57,43,0.3) !important;
}
.featured-card-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.featured-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.featured-card:hover .featured-card-img img {
  transform: scale(1.08);
}
.featured-card-body {
  padding: 22px 18px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.featured-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white) !important;
  margin-bottom: 8px;
}
.featured-card-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--gold) !important;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
}
.featured-card-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.7) !important;
  line-height: 1.5;
}
.featured-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--red);
  color: var(--white) !important;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
}

/* FAQ CREAM SECTION background override */
.faq-section.cream-bg {
  background-color: var(--bg-section) !important;
  padding: 56px 32px;
  border-radius: 16px;
  margin: 48px 0;
  border: 1px solid var(--border);
}
.faq-section.cream-bg h2 {
  color: var(--text-primary) !important;
  text-align: center;
  margin-bottom: 40px;
}
.faq-section.cream-bg h2::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.faq-section.cream-bg .faq-item {
  background: var(--bg-card) !important;
  border: 1px solid var(--border) !important;
}
.faq-section.cream-bg .faq-item.open {
  border-left: 4px solid var(--red) !important;
  border-color: var(--red) !important;
}

/* INTRO BOX SECTION IN BLACK */
.intro-section-dark {
  background: #1A1A1A !important;
  color: var(--white) !important;
  border-left: 6px solid var(--red) !important;
  border-radius: 14px;
  padding: 36px 42px;
  margin: 48px 0;
  position: relative;
  overflow: hidden;
}
.intro-section-dark h2 {
  color: var(--white) !important;
  font-family: 'Playfair Display', serif;
  margin-bottom: 16px;
}
.intro-section-dark p {
  color: #CCCCCC !important;
  line-height: 1.8;
  margin-bottom: 14px;
}
.intro-section-dark p:last-child {
  margin-bottom: 0;
}
.intro-section-dark::before {
  content: '“';
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 160px;
  color: rgba(192, 57, 43, 0.15);
  font-family: 'Playfair Display', serif;
  line-height: 1;
}

@media(max-width:900px){
  .promo-grid{grid-template-columns:1fr}
  .featured-grid{grid-template-columns:1fr}
  .promo-banner{height:350px}
  .promo-card{height:320px}
}

/* EXPLORE MORE MENUS SECTION */
.explore-more-section {
  background-color: #1A2535 !important;
  padding: 56px 32px;
  border-radius: 16px;
  margin: 48px 0;
  color: var(--white) !important;
  border: 1px solid rgba(255,255,255,0.06);
}
.explore-more-section h2 {
  color: var(--white) !important;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px,3.5vw,30px);
  position: relative;
  padding-bottom: 12px;
}
.explore-more-section h2::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 60px !important;
  height: 3px !important;
  background-color: var(--red) !important;
}
.explore-more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media(max-width: 900px) {
  .explore-more-grid {
    grid-template-columns: 1fr;
  }
}
.explore-more-card {
  background: #1E2E42 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-top: 3px solid var(--red) !important;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  text-decoration: none;
}
.explore-more-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 8px 30px rgba(192,57,43,0.3) !important;
}
.explore-more-card-img {
  height: 160px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.explore-more-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.explore-more-card:hover .explore-more-card-img img {
  transform: scale(1.08);
}
.explore-more-card-body {
  padding: 18px 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.explore-more-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white) !important;
  margin-bottom: 12px;
}
.explore-more-card-btn {
  display: inline-block;
  background: var(--red) !important;
  color: var(--white) !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 6px 16px;
  border-radius: 20px;
  transition: background 0.2s;
}
.explore-more-card:hover .explore-more-card-btn {
  background: var(--red-light) !important;
}
/* BLOG INDEX GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin: 40px 0;
}
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(192, 57, 43, 0.08);
}
.blog-card-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.05);
}
.blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card-date {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 700;
}
.blog-card-excerpt {
  font-size: 14.5px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.blog-card-btn {
  display: inline-block;
  color: var(--red);
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  transition: color 0.2s;
  align-self: flex-start;
}
.blog-card-btn:hover {
  color: var(--red-light);
}
