/*
Theme Name: MR. SANDWICH
Theme URI: https://mrsandwich.co.in/
Author: MR. SANDWICH
Description: Fast, SEO-focused theme for the MR. SANDWICH cafe brand. Five ready-built pages (Home, About, Menu, Franchise, Contact) with Restaurant, Menu and FAQ structured data. No page builder and no WooCommerce required.
Version: 1.1.0
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mr-sandwich
Tags: restaurant, food, one-column, custom-logo, custom-menu, translation-ready
*/

/* ==========================================================================
   MR. SANDWICH — site stylesheet
   Palette is built from the food itself: coriander chutney, multigrain crust,
   tomato, jalapeno leaf.
   ========================================================================== */

:root{
  /* Mono & Lime — the whole site is black, the lime is the only colour.
     Sampled from the logo: #0A0B10 disc black · #F5F251 ring lime */

  --ink:#EFEFEC;          /* primary text — light, because every surface is dark */
  --paper:#0A0B10;        /* page background = the logo disc black, exactly */
  --crust-soft:#101115;   /* alternating sections */
  --crust:#2B2C31;        /* dividers and the layer motif */
  --line:#26272C;         /* borders */
  --muted:#9B9B98;        /* secondary text */

  --chutney:#0A0B10;      /* header and hero — same black, the lime rule separates them */
  --chutney-dark:#07080B; /* top bar and footer, the deepest step */
  --chutney-soft:#16171C33;

  --leaf:#F5F251;         /* the lime */
  --tomato:#F5F251;       /* buttons and the CTA band */
  --tomato-dark:#FFFDA0;
  --accent-ink:#F5F251;   /* on an all-dark site the lime works everywhere */

  --card:#16171C;         /* cards, menu rows, form fields */
  --card-hi:#1C1D23;      /* card hover */

  --display:"Bricolage Grotesque","Arial Black",Impact,sans-serif;
  --body:"Instrument Sans","Segoe UI",Helvetica,Arial,sans-serif;

  --wrap:1200px;
  --pad:clamp(20px,5vw,48px);
  --radius:14px;
  --shadow:0 18px 40px -22px rgba(0,0,0,.9);
}

*,*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:17px;
  line-height:1.65;
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}

a{color:inherit}

h1,h2,h3,h4{
  font-family:var(--display);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-.02em;
  margin:0 0 .5em;
  text-wrap:balance;
}

h1{font-size:clamp(2.6rem,7vw,5rem)}
h2{font-size:clamp(2rem,4.6vw,3.4rem)}
h3{font-size:clamp(1.25rem,2.2vw,1.6rem)}
h4{font-size:1.05rem;letter-spacing:-.01em}

p{margin:0 0 1.1em}

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}

.skip{
  position:absolute;left:-999px;top:0;z-index:999;
  background:var(--tomato);color:#fff;padding:12px 18px;border-radius:0 0 8px 0;
}
.skip:focus{left:0}

:focus-visible{outline:3px solid var(--tomato);outline-offset:3px;border-radius:4px}

/* ---------- eyebrow + layer motif (the signature) ---------- */

.eyebrow{
  font-family:var(--body);
  font-size:.74rem;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--tomato);
  margin:0 0 .9rem;
  display:flex;align-items:center;gap:.6rem;
}
.eyebrow::before{content:"";width:26px;height:3px;background:var(--tomato);border-radius:2px}
.eyebrow.on-dark{color:var(--leaf)}
.eyebrow.on-dark::before{background:var(--leaf)}

/* stacked "sandwich layers" divider */
.layers{display:flex;flex-direction:column;gap:3px;width:100%}
.layers span{height:5px;border-radius:3px;display:block}
.layers span:nth-child(1){background:var(--crust)}
.layers span:nth-child(2){background:var(--leaf)}
.layers span:nth-child(3){background:var(--tomato)}
.layers span:nth-child(4){background:var(--chutney)}
.layers.tight span{height:4px}

/* ---------- buttons ---------- */

.btn{
  display:inline-flex;align-items:center;gap:.55rem;
  font-family:var(--display);font-weight:700;font-size:.98rem;letter-spacing:-.01em;
  padding:15px 30px;border-radius:100px;border:2px solid transparent;
  text-decoration:none;cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.btn-primary{background:var(--tomato);color:#fff}
.btn-primary:hover{background:var(--tomato-dark);transform:translateY(-2px)}
.btn-leaf{background:var(--leaf);color:var(--chutney-dark)}
.btn-leaf:hover{background:#b9d96c;transform:translateY(-2px)}
.btn-ghost{border-color:currentColor;background:transparent}
.btn-ghost:hover{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.btn-ghost.on-dark:hover{background:var(--paper);color:var(--chutney-dark);border-color:var(--paper)}

/* ---------- header ---------- */

.topbar{
  background:var(--chutney-dark);color:var(--crust);
  font-size:.82rem;letter-spacing:.02em;
}
.topbar .wrap{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;align-items:center;justify-content:space-between;padding-block:9px}
.topbar a{text-decoration:none}
.topbar a:hover{color:var(--leaf)}
.topbar strong{color:#fff;font-weight:600}

.site-header{
  position:sticky;top:0;z-index:60;
  background:var(--chutney);
  border-bottom:3px solid var(--leaf);
}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding-block:12px}

.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;flex-shrink:0}
.brand img{height:52px;width:auto}
.brand-fallback{
  font-family:var(--display);font-weight:800;font-size:1.35rem;color:#fff;letter-spacing:-.03em;line-height:1;
}
.brand-fallback small{display:block;font-size:.58rem;letter-spacing:.28em;color:var(--leaf);font-weight:600;margin-top:3px}

.nav{display:flex;align-items:center;gap:.2rem}
.nav a{
  text-decoration:none;color:#F2EADA;font-weight:500;font-size:.97rem;
  padding:10px 15px;border-radius:100px;transition:background .18s ease,color .18s ease;
}
.nav a:hover{background:#ffffff1a;color:#fff}
.nav a[aria-current="page"]{background:var(--leaf);color:var(--chutney-dark);font-weight:600}

.header-cta{display:flex;align-items:center;gap:.7rem}
.header-cta .btn{padding:12px 22px;font-size:.9rem}

.nav-toggle{
  display:none;background:none;border:2px solid #ffffff40;border-radius:10px;
  width:46px;height:44px;cursor:pointer;padding:0;align-items:center;justify-content:center;
}
.nav-toggle span{display:block;width:20px;height:2px;background:#fff;position:relative}
.nav-toggle span::before,.nav-toggle span::after{
  content:"";position:absolute;left:0;width:20px;height:2px;background:#fff;
}
.nav-toggle span::before{top:-6px}
.nav-toggle span::after{top:6px}

/* ---------- hero ---------- */

.hero{
  background:var(--chutney);
  color:var(--paper);
  position:relative;
  overflow:hidden;
  padding-block:clamp(48px,7vw,90px);
}
.hero::after{
  content:"";position:absolute;right:-140px;bottom:-160px;width:440px;height:440px;
  border-radius:50%;background:radial-gradient(circle,#ffffff14,transparent 68%);pointer-events:none;
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,5vw,64px);align-items:center;position:relative;z-index:2}
.hero h1{color:#fff;margin-bottom:.35em}
.hero h1 em{font-style:normal;color:var(--leaf)}
.hero-lead{font-size:clamp(1.02rem,1.6vw,1.2rem);color:#E4DCCB;max-width:48ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}
.hero-media{position:relative}
.hero-media img{
  border-radius:22px;
  filter:drop-shadow(0 30px 40px rgba(0,0,0,.35));
}
.hero-badge{
  position:absolute;left:-8px;bottom:14px;
  background:var(--leaf);color:var(--chutney-dark);
  border-radius:16px;padding:14px 20px;font-family:var(--display);font-weight:800;
  line-height:1.05;box-shadow:var(--shadow);
}
.hero-badge span{display:block;font-family:var(--body);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600}

.hero-layers{max-width:130px;margin-bottom:1.6rem}

/* ---------- page banner (inner pages) ---------- */

.page-head{
  background:var(--chutney);color:#fff;
  padding-block:clamp(46px,6vw,74px);
  border-bottom:6px solid var(--leaf);
}
.page-head h1{margin-bottom:.25em}
.page-head p{color:#DCD3C1;max-width:62ch;margin:0}
.crumbs{font-size:.82rem;color:var(--leaf);margin-bottom:1rem;letter-spacing:.05em}
.crumbs a{text-decoration:none}
.crumbs a:hover{text-decoration:underline}

/* ---------- generic sections ---------- */

.section{padding-block:clamp(56px,7vw,100px)}
.section-cream{background:var(--crust-soft)}
.section-dark{background:var(--chutney);color:var(--paper)}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark p{color:#DCD3C1}

.section-head{max-width:640px;margin-bottom:clamp(30px,4vw,52px)}
.section-head.center{margin-inline:auto;text-align:center}
.section-head.center .eyebrow{justify-content:center}
.section-head p{color:var(--muted);margin-bottom:0}
.section-dark .section-head p{color:#CFC6B5}

/* ---------- stats ---------- */

.stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
}
.stat{background:var(--paper);padding:28px 22px;text-align:center}
.stat b{display:block;font-family:var(--display);font-size:clamp(1.9rem,3.4vw,2.7rem);font-weight:800;color:var(--chutney);line-height:1}
.stat span{display:block;margin-top:.5rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600}

/* ---------- split (image + text) ---------- */

.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}
.split-media img{border-radius:var(--radius);box-shadow:var(--shadow)}
.split ul{list-style:none;padding:0;margin:1.4rem 0 0}
.split ul li{position:relative;padding-left:30px;margin-bottom:.7rem}
.split ul li::before{
  content:"";position:absolute;left:0;top:.55em;width:14px;height:14px;border-radius:4px;
  background:var(--leaf);border:3px solid var(--chutney);
}

/* ---------- dish cards ---------- */

.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}

.dish{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;
  transition:transform .2s ease,box-shadow .2s ease;
}
.dish:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.dish-img{background:var(--crust-soft);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:14px}
.dish-img img{max-height:100%;width:auto;object-fit:contain}
.dish-body{padding:18px 20px 22px;flex:1;display:flex;flex-direction:column}
.dish-body h3{font-size:1.08rem;margin-bottom:.35em}
.dish-body p{font-size:.9rem;color:var(--muted);margin-bottom:1rem;flex:1}
.dish-price{font-family:var(--display);font-weight:800;color:var(--tomato);font-size:1.15rem}

/* ---------- menu list (layered rows) ---------- */

.menu-block{margin-bottom:clamp(38px,5vw,60px)}
.menu-block h2{margin-bottom:.15em}
.menu-note{color:var(--muted);font-size:.92rem;margin-bottom:1.6rem}

.menu-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.menu-item{
  background:var(--paper);
  border:1px solid var(--line);
  border-left:7px solid var(--crust);
  border-radius:10px;
  padding:18px 22px;
  display:grid;grid-template-columns:1fr auto;gap:8px 24px;align-items:start;
  transition:border-left-color .2s ease,transform .2s ease;
}
.menu-item:hover{border-left-color:var(--leaf);transform:translateX(3px)}
.menu-item h3{font-size:1.1rem;margin:0 0 .3em}
.menu-item .layer-line{font-size:.88rem;color:var(--muted);margin:0}
.menu-item .price{
  font-family:var(--display);font-weight:800;font-size:1.22rem;color:var(--chutney);white-space:nowrap;
}
.menu-item .price.soft{font-size:.82rem;font-family:var(--body);font-weight:600;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.tag-veg{
  display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.12em;
  color:#1B4332;background:#A7C95733;border:1px solid var(--leaf);
  padding:2px 8px;border-radius:100px;vertical-align:middle;margin-left:8px;
}

/* category chips */
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:clamp(28px,4vw,44px)}
.chips a{
  text-decoration:none;font-weight:600;font-size:.9rem;
  padding:10px 20px;border-radius:100px;border:2px solid var(--line);background:var(--paper);
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.chips a:hover{background:var(--chutney);border-color:var(--chutney);color:#fff}

/* ---------- process / steps ---------- */

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;counter-reset:step}
.step{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;
}
.step-no{
  font-family:var(--display);font-weight:800;font-size:.9rem;color:var(--tomato);
  letter-spacing:.1em;display:block;margin-bottom:.8rem;
}
.step h3{font-size:1.15rem}
.step p{margin:0;color:var(--muted);font-size:.94rem}

/* ---------- gallery ---------- */

.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}
.gallery figure{margin:0;border-radius:var(--radius);overflow:hidden;background:var(--crust-soft);aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:12px}
.gallery img{max-height:100%;width:auto;object-fit:contain;transition:transform .3s ease}
.gallery figure:hover img{transform:scale(1.06)}

/* ---------- quote / testimonial ---------- */

.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.quote{
  background:#ffffff0f;border:1px solid #ffffff26;border-radius:var(--radius);padding:28px 26px;
}
.quote blockquote{margin:0 0 1.1rem;font-size:1.02rem;color:#EFE8DA;line-height:1.55}
.quote cite{font-style:normal;font-family:var(--display);font-weight:700;color:var(--leaf);display:block}
.quote small{color:#B9B1A2;font-size:.8rem}

/* ---------- CTA band ---------- */

.cta-band{background:var(--tomato);color:#fff;padding-block:clamp(46px,6vw,72px)}
.cta-band .wrap{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}
.cta-band h2{color:#fff;margin:0 0 .3em;max-width:20ch}
.cta-band p{margin:0;color:#FFE4DE;max-width:46ch}
.cta-band .btn-white{background:#fff;color:var(--tomato)}
.cta-band .btn-white:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}

/* ---------- contact ---------- */

.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(28px,5vw,56px);align-items:start}
.info-card{
  background:var(--paper);border:1px solid var(--line);border-left:7px solid var(--tomato);
  border-radius:10px;padding:22px 24px;margin-bottom:14px;
}
.info-card h3{font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--tomato);margin-bottom:.5em;font-family:var(--body);font-weight:700}
.info-card p{margin:0;font-size:1.02rem}
.info-card a{text-decoration:none;font-weight:600}
.info-card a:hover{color:var(--tomato)}

.form-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,4vw,36px)}
.field{margin-bottom:18px}
.field label{display:block;font-weight:600;font-size:.88rem;margin-bottom:6px}
.field input,.field textarea,.field select{
  width:100%;padding:13px 15px;font:inherit;font-size:.98rem;
  border:2px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);
  transition:border-color .18s ease;
}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--chutney);outline:none}
.field textarea{min-height:130px;resize:vertical}
.form-note{font-size:.82rem;color:var(--muted);margin:14px 0 0}

.map-embed{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);line-height:0}
.map-embed iframe{width:100%;height:400px;border:0}

.form-embed{border-radius:var(--radius);overflow:hidden;background:var(--paper);border:1px solid var(--line)}
.form-embed iframe{width:100%;height:1250px;border:0;display:block}

/* ---------- faq ---------- */

.faq{max-width:820px}
.faq details{
  background:var(--paper);border:1px solid var(--line);border-radius:10px;
  padding:18px 22px;margin-bottom:12px;
}
.faq summary{
  cursor:pointer;font-family:var(--display);font-weight:700;font-size:1.05rem;list-style:none;
  display:flex;justify-content:space-between;gap:16px;align-items:center;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--tomato);font-size:1.5rem;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq details p{margin:.9rem 0 0;color:var(--muted)}

/* ---------- footer ---------- */

.site-footer{background:var(--chutney-dark);color:#CFC6B5;padding-block:clamp(46px,6vw,70px) 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:clamp(26px,4vw,44px)}
.site-footer h4{color:#fff;font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;font-family:var(--body);font-weight:700;margin-bottom:1.1em}
.site-footer p{font-size:.94rem}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:.6rem}
.site-footer a{text-decoration:none;font-size:.94rem}
.site-footer a:hover{color:var(--leaf)}
.footer-brand img{margin-bottom:1.1rem}
.footer-bottom{
  margin-top:clamp(34px,4vw,52px);border-top:1px solid #ffffff1f;
  padding-block:22px;display:flex;flex-wrap:wrap;gap:10px 24px;justify-content:space-between;
  font-size:.85rem;color:#9C9485;
}

/* ---------- floating call button (mobile) ---------- */

.call-fab{
  position:fixed;right:16px;bottom:16px;z-index:70;display:none;
  background:var(--tomato);color:#fff;text-decoration:none;
  border-radius:100px;padding:14px 22px;font-family:var(--display);font-weight:700;
  box-shadow:0 12px 26px -8px rgba(226,62,35,.7);
}

/* ---------- responsive ---------- */

@media (max-width:1050px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .stats{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:900px){
  .nav{
    position:absolute;top:100%;left:0;right:0;
    background:var(--chutney-dark);flex-direction:column;align-items:stretch;
    padding:10px 16px 18px;gap:2px;
    border-bottom:3px solid var(--leaf);
    display:none;
  }
  .nav.open{display:flex}
  .nav a{padding:13px 16px;border-radius:8px}
  .nav-toggle{display:flex}
  .header-cta .btn{display:none}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}
  .hero-media{order:-1;max-width:420px}
  .steps,.quotes{grid-template-columns:1fr}
  .cta-band .wrap{flex-direction:column;align-items:flex-start}
  .call-fab{display:block}
  .form-embed iframe{height:1400px}
}

@media (max-width:600px){
  body{font-size:16px}
  .topbar .wrap{justify-content:center;text-align:center}
  .menu-item{grid-template-columns:1fr}
  .menu-item .price{justify-self:start}
  .brand img{height:44px}
  .footer-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}

/* text-only price label on cards (items priced in outlet) */
.dish-price.soft{
  font-family:var(--body);font-weight:600;font-size:.78rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--muted);
}

/* ==========================================================================
   WordPress-specific additions
   ========================================================================== */

.custom-logo{height:52px;width:auto}
.admin-bar .site-header{top:32px}
@media screen and (max-width:782px){.admin-bar .site-header{top:46px}}

/* Honeypot field — hidden from people, visible to bots */
.mrs-hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

/* Form result messages */
.form-alert{border-radius:10px;padding:14px 18px;margin:0 0 1.2rem;font-size:.95rem;font-weight:500}
.form-alert.ok{background:#EEF5E2;border-left:5px solid var(--leaf);color:#22452B}
.form-alert.bad{background:#FDECE8;border-left:5px solid var(--tomato);color:#8A2E12}

/* Editor content on any page that is not one of the five layouts */
.entry{max-width:820px}
.entry h2,.entry h3{margin-top:1.8em}
.entry img{border-radius:var(--radius);margin:1.4rem 0}
.entry ul,.entry ol{padding-left:1.3rem;margin-bottom:1.2rem}
.entry li{margin-bottom:.5rem}
.entry blockquote{border-left:5px solid var(--leaf);margin:1.6rem 0;padding:.4rem 0 .4rem 1.4rem;color:var(--muted);font-size:1.05rem}
.entry a{color:var(--tomato)}
.entry table{width:100%;border-collapse:collapse;margin:1.4rem 0}
.entry th,.entry td{border:1px solid var(--line);padding:10px 14px;text-align:left}

/* Pagination */
.pagination{display:flex;gap:8px;flex-wrap:wrap}
.pagination .page-numbers{
  display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;
  padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--paper);
  text-decoration:none;font-weight:600;
}
.pagination .page-numbers.current,.pagination .page-numbers:hover{background:var(--chutney);color:#fff;border-color:var(--chutney)}

/* WordPress alignment + caption defaults */
.alignwide{max-width:1100px;margin-inline:auto}
.alignfull{max-width:none}
.aligncenter{margin-inline:auto;display:block}
.wp-caption-text,.wp-element-caption{font-size:.85rem;color:var(--muted);text-align:center;margin-top:.5rem}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}


/* ==========================================================================
   MONO & LIME — full dark treatment
   Everything that was a cream panel becomes a black one, and the lime is the
   only colour on the site. Because no surface is light, the lime is readable
   everywhere and no secondary accent is needed.
   ========================================================================== */

/* ---- surfaces that used to be cream ---- */
.dish,
.menu-item,
.step,
.info-card,
.form-card,
.faq details,
.chips a,
.stat,
.pagination .page-numbers{
  background:var(--card);
  border-color:var(--line);
}
.dish:hover{ background:var(--card-hi); }
.menu-item{ border-left-color:var(--crust); }
.menu-item:hover{ border-left-color:var(--leaf); background:var(--card-hi); }
.dish-img,
.gallery figure{ background:#101116; }
.stats{ background:var(--line); border-color:var(--line); }
.chips a:hover{ background:var(--leaf); border-color:var(--leaf); color:#0A0B10; }

/* ---- text ---- */
body{ color:var(--ink); }
h1,h2,h3,h4{ color:var(--ink); }
.stat b{ color:var(--leaf); }
.menu-item .price{ color:var(--leaf); }
.dish-price{ color:var(--leaf); }
.dish-price.soft{ color:var(--muted); }
.eyebrow, .eyebrow.on-dark{ color:var(--leaf); }
.eyebrow::before, .eyebrow.on-dark::before{ background:var(--leaf); }
.step-no{ color:var(--leaf); }
.info-card h3{ color:var(--leaf); }
.info-card{ border-left-color:var(--leaf); }
.faq summary::after{ color:var(--leaf); }
.crumbs{ color:var(--leaf); }
.quote cite{ color:var(--leaf); }
.hero h1 em{ color:var(--leaf); }
.entry a{ color:var(--leaf); }
.split ul li::before{ background:var(--leaf); border-color:var(--paper); }

/* ---- buttons: lime fill, black label ---- */
.btn-primary{ background:var(--leaf); color:#0A0B10; border-color:var(--leaf); }
.btn-primary:hover{ background:#FFFDA0; color:#0A0B10; border-color:#FFFDA0; }
.btn-leaf{ background:var(--leaf); color:#0A0B10; }
.btn-leaf:hover{ background:#FFFDA0; }
.btn-ghost{ border-color:var(--ink); color:var(--ink); }
.btn-ghost:hover{ background:var(--leaf); color:#0A0B10; border-color:var(--leaf); }
.btn-ghost.on-dark:hover{ background:var(--leaf); color:#0A0B10; border-color:var(--leaf); }
.skip{ background:var(--leaf); color:#0A0B10; }
.call-fab{ background:var(--leaf); color:#0A0B10; box-shadow:0 12px 26px -8px rgba(245,242,81,.45); }
:focus-visible{ outline-color:var(--leaf); }

/* ---- the CTA band is the one full-bleed lime moment ---- */
.cta-band{ background:var(--leaf); color:#0A0B10; }
.cta-band h2{ color:#0A0B10; }
.cta-band p{ color:#0A0B10; opacity:.78; }
.cta-band .btn-white{ background:#0A0B10; color:var(--leaf); }
.cta-band .btn-white:hover{ background:#FFFFFF; color:#0A0B10; }
.cta-band .btn-ghost.on-dark{ border-color:#0A0B10; color:#0A0B10; }
.cta-band .btn-ghost.on-dark:hover{ background:#0A0B10; color:var(--leaf); border-color:#0A0B10; }

/* ---- forms ---- */
.field input,.field textarea,.field select{
  background:#0D0E12; color:var(--ink); border-color:var(--line);
}
.field input:focus,.field textarea:focus,.field select:focus{ border-color:var(--leaf); }
.field input::placeholder,.field textarea::placeholder{ color:#6A6A68; }
.form-alert.ok{ background:#161B10; border-left-color:var(--leaf); color:var(--leaf); }
.form-alert.bad{ background:#1E1210; border-left-color:#E2574A; color:#F0A79D; }

/* ---- veg tag ---- */
.tag-veg{ background:#F5F25120; border-color:var(--leaf); color:var(--leaf); }

/* ---- structure ---- */
.site-header{ border-bottom-color:var(--leaf); }
.page-head{ border-bottom-color:var(--leaf); background:var(--chutney); }
.nav a[aria-current="page"]{ background:var(--leaf); color:#0A0B10; }
.nav a{ color:#DDDDD8; }
.section-cream{ background:var(--crust-soft); }
.section-dark{ background:var(--chutney); }
.hero{ background:var(--chutney); }
.map-embed,.form-embed{ border-color:var(--line); background:var(--card); }
.entry th,.entry td{ border-color:var(--line); }
.entry blockquote{ border-left-color:var(--leaf); }

/* ---- the logo badge ---- */
.brand img,.custom-logo{
  height:62px; width:auto; border-radius:50%;
  /* the disc is the same black as the page, so the lime ring and wordmark
     appear to float. A hairline keeps the edge defined against the header. */
  box-shadow:0 0 0 1px rgba(245,242,81,.20);
  transition:box-shadow .2s ease;
}
.brand:hover img,.brand:hover .custom-logo{ box-shadow:0 0 0 2px rgba(245,242,81,.55); }

/* in the footer there is room to run it large enough to actually read */
.footer-brand img{
  height:132px; width:132px; border-radius:50%;
  box-shadow:0 0 0 1px rgba(245,242,81,.18);
}
.footer-brand{ margin-bottom:1.4rem; }

@media (max-width:600px){
  .brand img,.custom-logo{ height:50px; }
  .footer-brand img{ height:108px; width:108px; }
}

/* ---- remaining light-theme leftovers ---- */
.pagination .page-numbers.current,
.pagination .page-numbers:hover{ background:var(--leaf); color:#0A0B10; border-color:var(--leaf); }
.cta-band .btn-white:hover{ background:#FFFFFF; color:#0A0B10; }

/* the layer motif: one lime bar among greys, so it stays mono */
.layers span:nth-child(1){ background:#3A3B40; }
.layers span:nth-child(2){ background:var(--leaf); }
.layers span:nth-child(3){ background:#2B2C31; }
.layers span:nth-child(4){ background:#1B1C21; }

/* card interiors that were pure white in the light build */
.mini-item,.entry img{ background:var(--card); }
.hero-badge{ background:var(--leaf); color:#0A0B10; }
.quote blockquote{ color:#DEDED9; }
.site-footer{ background:var(--chutney-dark); }
.topbar{ background:var(--chutney-dark); color:#C9C9C4; }

/* ==========================================================================
   Elementor pages
   When a page is edited in Elementor, let its content span the full width;
   the theme header, footer and colour palette still wrap it.
   ========================================================================== */
.mrs-elementor-page #main{ display:block; }
.mrs-elementor-page #main > .elementor{ width:100%; }
/* Elementor sections inherit the site's dark background by default */
.mrs-elementor-page .elementor-section{ color:var(--ink); }
