/* =========================================================
   My Wife's Tamales — Design System
   Loaded last so it overrides template styles.
   ========================================================= */

/* ---------- Fonts ----------
   Open Sans + Fraunces are loaded from the <head> with preconnect/preload.
   Athelas is Apple-licensed; if the woff2 is placed in /fonts/, the @font-face
   below activates it and the display stack uses it ahead of Fraunces. */
@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --mwt-green:          #095A3D;
  --mwt-green-dark:     #062e1f;
  --mwt-red:            #CB1D29;
  --mwt-red-alt:        #A31A22;
  --mwt-yellow:         #F9BD4E;
  --mwt-yellow-alt:     #EBA33B;
  --mwt-cream:          #F7EBC9;
  --mwt-white:          #FFFFFF;
  --mwt-black:          #0A0907;
  --mwt-coal:           #141210;
  --mwt-ash:            #1E1B17;
  --mwt-fog:            rgba(247, 235, 201, 0.65);

  --color-primary:      var(--mwt-green);
  --color-accent:       var(--mwt-red);
  --color-accent-hover: var(--mwt-red-alt);
  --color-highlight:    var(--mwt-yellow);
  --color-highlight-hover: var(--mwt-yellow-alt);
  --color-bg:           var(--mwt-black);
  --color-surface:      var(--mwt-coal);
  --color-surface-2:    var(--mwt-ash);
  --color-text:         var(--mwt-cream);
  --color-text-muted:   var(--mwt-fog);

  --font-display: 'Athelas', 'Fraunces', 'Baskerville', 'Georgia', serif;
  --font-body:    'Open Sans', 'Lato', 'Nunito Sans', system-ui, -apple-system, sans-serif;

  --shadow-card: 0 20px 40px -20px rgba(0,0,0,0.6), 0 8px 16px -12px rgba(0,0,0,0.4);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;

  --section-pad-y: clamp(72px, 10vw, 140px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }

body.mwt {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Lock background scroll while the mobile drawer is open */
body.mwt.nav-open { overflow: hidden; }

/* ---------- Icons (inline SVG sprite) ---------- */
.mwt .icon {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: inline-block;
  vertical-align: -0.14em;
  flex-shrink: 0;
}
.mwt .icon-lg { width: 1.25em; height: 1.25em; }
.mwt .spin { animation: mwtSpin 0.9s linear infinite; transform-origin: 50% 50%; }
@keyframes mwtSpin { to { transform: rotate(360deg); } }

/* ---------- Focus rings (branded, visible on keyboard only) ---------- */
.mwt :focus { outline: none; }
.mwt :focus-visible {
  outline: 2px solid var(--mwt-yellow);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
.mwt .btn-mwt:focus-visible { outline-offset: 3px; }

.mwt h1, .mwt h2, .mwt h3, .mwt h4, .mwt h5 {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: italic;
  color: var(--mwt-cream);
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

.mwt h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.mwt h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
.mwt h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
.mwt h4 { font-size: 1.25rem; }

.mwt p { margin: 0 0 1em; color: var(--color-text-muted); }
.mwt a { color: var(--mwt-yellow); text-decoration: none; transition: color .2s ease; }
.mwt a:hover { color: var(--mwt-yellow-alt); }

.mwt .eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  color: var(--mwt-yellow);
  display: inline-block;
  margin-bottom: 1rem;
}

.mwt .section {
  padding: var(--section-pad-y) 0;
  position: relative;
}
.mwt .section.section-green { background: var(--color-primary); }
.mwt .section.section-coal  { background: var(--color-surface); }

.mwt .section-title { margin-bottom: 3rem; }
.mwt .section-title p { max-width: 56ch; margin-left: auto; margin-right: auto; }
.mwt .section-title.text-left p { margin-left: 0; margin-right: auto; }

/* ---------- Papel-picado divider ---------- */
.mwt .picado {
  display: block;
  height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 22' preserveAspectRatio='none'><path d='M0 0h40v8l-5 6-5-4-5 4-5-4-5 4-5-4-5 4-5-6z' fill='%23F9BD4E'/><circle cx='10' cy='6' r='1.6' fill='%230A0907'/><circle cx='20' cy='6' r='1.6' fill='%230A0907'/><circle cx='30' cy='6' r='1.6' fill='%230A0907'/></svg>");
  background-repeat: repeat-x;
  background-size: 40px 22px;
  opacity: 0.95;
}
.mwt .picado.picado-red {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 22' preserveAspectRatio='none'><path d='M0 0h40v8l-5 6-5-4-5 4-5-4-5 4-5-4-5 4-5-6z' fill='%23CB1D29'/><circle cx='10' cy='6' r='1.6' fill='%230A0907'/><circle cx='20' cy='6' r='1.6' fill='%230A0907'/><circle cx='30' cy='6' r='1.6' fill='%230A0907'/></svg>");
}
.mwt .picado.picado-green {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 22' preserveAspectRatio='none'><path d='M0 0h40v8l-5 6-5-4-5 4-5-4-5 4-5-4-5 4-5-6z' fill='%23095A3D'/><circle cx='10' cy='6' r='1.6' fill='%23F7EBC9'/><circle cx='20' cy='6' r='1.6' fill='%23F7EBC9'/><circle cx='30' cy='6' r='1.6' fill='%23F7EBC9'/></svg>");
}

/* Ornate framed accent line */
.mwt .ornament {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--mwt-yellow);
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}
.mwt .ornament::before, .mwt .ornament::after {
  content: ""; width: 48px; height: 1px; background: currentColor; opacity: 0.65;
}

/* ---------- Buttons ---------- */
.mwt .btn-mwt {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform .15s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  text-decoration: none;
}
.mwt .btn-mwt:active { transform: translateY(1px); }

.mwt .btn-primary-mwt {
  background: var(--color-accent);
  color: var(--mwt-white);
  border-color: var(--color-accent);
}
.mwt .btn-primary-mwt:hover {
  background: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  color: var(--mwt-white);
}
.mwt .btn-secondary-mwt {
  background: transparent;
  color: var(--mwt-yellow);
  border-color: var(--mwt-yellow);
}
.mwt .btn-secondary-mwt:hover {
  background: var(--mwt-yellow);
  color: var(--mwt-black);
}
.mwt .btn-ghost-mwt {
  background: transparent;
  color: var(--mwt-cream);
  border-color: rgba(247, 235, 201, 0.3);
}
.mwt .btn-ghost-mwt:hover {
  border-color: var(--mwt-cream);
  color: var(--mwt-white);
}

/* ---------- Utility bar (phones strip above header) ---------- */
.mwt .utility-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 101;
  background: rgba(9, 90, 61, 0.95);
  border-bottom: 1px solid rgba(249, 189, 78, 0.25);
  font-size: 0.8rem;
}
.mwt .utility-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 6px 20px;
  display: flex; justify-content: flex-end; align-items: center;
  gap: 0.5rem;
}
.mwt .ub-phone {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--mwt-cream);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  transition: color .15s ease, background-color .15s ease;
}
.mwt .ub-phone:hover { color: var(--mwt-yellow); background: rgba(0,0,0,0.2); }
.mwt .ub-phone .ph-lang {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--mwt-yellow);
  padding: 1px 6px;
  border: 1px solid rgba(249, 189, 78, 0.5);
  border-radius: 100px;
  font-weight: 700;
}
.mwt .ub-phone .ph-num { letter-spacing: 0.02em; }
.mwt .ub-phone + .ub-phone {
  border-left: 1px solid rgba(247, 235, 201, 0.2);
  padding-left: 14px;
  margin-left: 6px;
}
@media (max-width: 620px) {
  .mwt .utility-inner { justify-content: center; padding: 5px 8px; gap: 0.25rem; }
  .mwt .ub-phone { padding: 5px 6px; font-size: 0.78rem; }
  .mwt .ub-phone + .ub-phone { padding-left: 10px; margin-left: 2px; }
  .mwt .ub-phone .ph-num { font-size: 0.78rem; }
}
@media (max-width: 380px) {
  .mwt .ub-phone .ph-num { display: none; }
}

/* Body & header offsets so the fixed utility bar + header don't overlap hero */
.mwt { --utility-h: 38px; }
@media (max-width: 620px) { .mwt { --utility-h: 34px; } }

/* ---------- Header / Nav ---------- */
.mwt .mwt-header {
  position: fixed; top: var(--utility-h); left: 0; right: 0; z-index: 100;
  background: rgba(10, 9, 7, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(247, 235, 201, 0.08);
  transition: background-color .2s ease;
}
.mwt .mwt-header.scrolled { background: rgba(10, 9, 7, 0.96); }
.mwt .mwt-header .container {
  display: flex; align-items: center;
  padding: 14px 20px;
  max-width: 1280px; margin: 0 auto;
  gap: 1rem;
}
.mwt .mwt-logo img { height: 48px; width: auto; display: block; }
.mwt .mwt-nav {
  display: flex; align-items: center; gap: 2rem;
  margin-left: auto;
}
.mwt .mwt-nav a {
  color: var(--mwt-cream);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  padding: 6px 0;
}
.mwt .mwt-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--mwt-yellow); transition: width .2s ease;
}
.mwt .mwt-nav a:hover { color: var(--mwt-yellow); }
.mwt .mwt-nav a:hover::after { width: 100%; }
.mwt .mwt-nav .btn-mwt { margin-left: 1rem; padding: 10px 20px; }

.mwt .mobile-toggle {
  display: none;
  background: none; border: 0; color: var(--mwt-cream);
  font-size: 1.6rem; cursor: pointer; padding: 8px;
}

/* (old .header-right / .header-phone moved to utility bar) */
.mwt .mobile-toggle { margin-left: auto; }
@media (min-width: 901px) {
  .mwt .mobile-toggle { display: none; }
}

/* ---------- Hero ---------- */
.mwt .hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  text-align: center;
  padding: 140px 20px 80px;
  background: #0a0907;
  isolation: isolate;
}
/* Base photo layer */
.mwt .hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: url("../img/tamales-3.jpg");
  background-size: cover;
  background-position: center 40%;
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.05); /* subtle depth */
}
/* Warm, darkened overlay — keeps text legible + on-brand tint */
.mwt .hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at top, rgba(203, 29, 41, 0.28), transparent 55%),
    radial-gradient(ellipse at bottom, rgba(9, 90, 61, 0.35), transparent 60%),
    linear-gradient(180deg, rgba(10, 9, 7, 0.78) 0%, rgba(10, 9, 7, 0.88) 50%, rgba(10, 9, 7, 0.96) 100%);
  pointer-events: none;
}
.mwt .hero-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }
.mwt .hero .hero-mark {
  width: clamp(140px, 20vw, 200px);
  margin: 0 auto 2rem;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.5));
}
.mwt .hero h1 { margin-bottom: 1rem; }
.mwt .hero h1 .accent { color: var(--mwt-yellow); display: block; }
.mwt .hero .subhead {
  font-family: var(--font-body);
  font-size: 1.15rem;
  color: var(--color-text-muted);
  max-width: 52ch;
  margin: 0 auto 2.5rem;
}
.mwt .hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.mwt .hero-scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: var(--mwt-fog); font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.mwt .hero-scroll::after {
  content: ""; width: 1px; height: 40px; background: var(--mwt-yellow);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.5); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ---------- About ---------- */
.mwt .about {
  background: linear-gradient(180deg, var(--mwt-black) 0%, var(--mwt-coal) 100%);
}
.mwt .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.mwt .about-image {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(249, 189, 78, 0.15);
  aspect-ratio: 4 / 5;
}
.mwt .about-image::before, .mwt .about-image::after {
  content: ""; position: absolute; width: 36px; height: 36px;
  border: 2px solid var(--mwt-yellow);
  opacity: 0.55;
  z-index: 2;
}
.mwt .about-image::before { top: 8px;    left: 8px;    border-right: 0; border-bottom: 0; }
.mwt .about-image::after  { bottom: 8px; right: 8px;   border-left: 0;  border-top: 0;    }
.mwt .about-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.mwt .about-copy { text-align: left; }
.mwt .about-copy .eyebrow { margin-bottom: 0.75rem; }
.mwt .about-copy h2 { margin-bottom: 1.5rem; }
.mwt .about .story {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.mwt .about .pull-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  color: var(--mwt-yellow);
  margin: 1.75rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid var(--mwt-yellow);
  line-height: 1.35;
}

@media (max-width: 820px) {
  .mwt .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .mwt .about-image { max-width: 480px; margin: 0 auto; aspect-ratio: 4 / 3; }
  .mwt .about-copy { text-align: center; }
  .mwt .about .pull-quote { padding-left: 0; border-left: 0; border-top: 2px solid var(--mwt-yellow); border-bottom: 2px solid var(--mwt-yellow); padding: 1rem 0; }
}

/* ---------- Menu ---------- */
.mwt .menu {
  background:
    linear-gradient(180deg, var(--mwt-coal) 0%, var(--mwt-black) 100%);
  text-align: center;
}
.mwt .menu-feature {
  position: relative;
  margin: 2.5rem auto 0;
  max-width: 820px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(249, 189, 78, 0.18);
}
.mwt .menu-feature::before, .mwt .menu-feature::after {
  content: ""; position: absolute; width: 36px; height: 36px;
  border: 2px solid var(--mwt-yellow);
  opacity: 0.55;
  z-index: 2;
}
.mwt .menu-feature::before { top: 8px;    left: 8px;    border-right: 0; border-bottom: 0; }
.mwt .menu-feature::after  { bottom: 8px; right: 8px;   border-left: 0;  border-top: 0;    }
.mwt .menu-feature img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.mwt .menu-feature figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2rem 1.5rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(10, 9, 7, 0.85));
  color: var(--mwt-cream);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-align: center;
}

.mwt .menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.mwt .menu-card {
  background: var(--color-surface-2);
  border: 1px solid rgba(249, 189, 78, 0.12);
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  text-align: left;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, border-color .25s ease;
  overflow: hidden;
}
.mwt .menu-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--mwt-green), var(--mwt-yellow), var(--mwt-red));
}
.mwt .menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 189, 78, 0.3);
}
.mwt .menu-card .cat {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 4px 10px;
  border-radius: 100px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.mwt .menu-card .cat-savory { background: rgba(203, 29, 41, 0.15); color: #ff8a8f; }
.mwt .menu-card .cat-vegetarian { background: rgba(9, 90, 61, 0.25); color: #6fce9f; }
.mwt .menu-card .cat-sweet { background: rgba(249, 189, 78, 0.15); color: var(--mwt-yellow); }
.mwt .menu-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--mwt-cream);
}
.mwt .menu-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.mwt .menu-note {
  margin-top: 2.5rem;
  font-style: italic;
  color: var(--mwt-fog);
}

/* ---------- Pricing display ---------- */
.mwt .pricing {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  margin: 3rem auto 0;
  padding: 1.5rem 2rem;
  background: rgba(249, 189, 78, 0.06);
  border: 1px solid rgba(249, 189, 78, 0.2);
  border-radius: var(--radius-lg);
  position: relative;
}
.mwt .pricing::before, .mwt .pricing::after {
  content: ""; position: absolute; width: 24px; height: 24px;
  border: 1px solid var(--mwt-yellow);
  opacity: 0.5;
}
.mwt .pricing::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.mwt .pricing::after  { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.mwt .price-tier {
  display: flex; flex-direction: column; align-items: center;
  padding: 0 1.5rem;
  min-width: 80px;
}
.mwt .price-tier .price-amt {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: var(--mwt-cream);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.mwt .price-tier .price-lbl {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--mwt-fog);
  font-weight: 600;
}
.mwt .price-tier.featured .price-amt { color: var(--mwt-yellow); }
.mwt .price-sep {
  width: 1px;
  background: rgba(249, 189, 78, 0.25);
  margin: 0.25rem 0;
}
@media (max-width: 500px) {
  .mwt .pricing { padding: 1.25rem 1rem; }
  .mwt .price-tier { padding: 0 0.75rem; min-width: 64px; }
}

/* ---------- Sold-out states ---------- */
.mwt .menu-card { position: relative; }
.mwt .menu-card .soldout-badge {
  display: none;
  position: absolute; top: 14px; right: 14px;
  padding: 4px 10px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: rgba(203, 29, 41, 0.2);
  color: #ff8a8f;
  border: 1px solid rgba(255, 138, 143, 0.4);
  border-radius: 100px;
}
.mwt .menu-card.is-soldout .soldout-badge { display: inline-block; }
.mwt .menu-card.is-soldout {
  opacity: 0.55;
  filter: saturate(0.55);
}
.mwt .menu-card.is-soldout h3,
.mwt .menu-card.is-soldout p { text-decoration: line-through; text-decoration-thickness: 1px; text-decoration-color: rgba(247, 235, 201, 0.3); }

.mwt .tamale-row .row-soldout {
  display: none;
  margin-left: 0.5rem;
  padding: 2px 8px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: rgba(203, 29, 41, 0.2);
  color: #ff8a8f;
  border-radius: 100px;
}
.mwt .tamale-row.is-soldout { opacity: 0.5; }
.mwt .tamale-row.is-soldout .row-soldout { display: inline-block; }
.mwt .tamale-row.is-soldout .stepper { opacity: 0.4; }

/* Price estimate on total */
.mwt .order-total .price-estimate {
  text-align: right;
}
.mwt .order-total .price-estimate .label { display: block; }
.mwt .order-total .price-estimate .amount {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--mwt-yellow);
}

/* ---------- Find Us ---------- */
.mwt .findus {
  background:
    linear-gradient(180deg, var(--mwt-black) 0%, var(--mwt-green-dark) 100%);
  text-align: center;
}
.mwt .status-card {
  max-width: 640px; margin: 3rem auto 0;
  background: var(--mwt-black);
  border: 2px solid rgba(249, 189, 78, 0.25);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-card);
  position: relative;
}
.mwt .status-card::before, .mwt .status-card::after {
  content: ""; position: absolute; width: 40px; height: 40px;
  border: 2px solid var(--mwt-yellow);
  opacity: 0.4;
}
.mwt .status-card::before { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.mwt .status-card::after { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }

.mwt .status-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.mwt .status-badge .dot {
  width: 10px; height: 10px; border-radius: 50%;
  display: inline-block;
}
.mwt .status-badge.is-open {
  background: rgba(9, 90, 61, 0.3);
  color: #6fce9f;
  border: 1px solid rgba(111, 206, 159, 0.4);
}
.mwt .status-badge.is-open .dot {
  background: #6fce9f;
  box-shadow: 0 0 0 0 rgba(111, 206, 159, 0.7);
  animation: pulseDot 1.8s infinite;
}
.mwt .status-badge.is-closed {
  background: rgba(203, 29, 41, 0.2);
  color: #ff8a8f;
  border: 1px solid rgba(255, 138, 143, 0.4);
}
.mwt .status-badge.is-closed .dot { background: #ff8a8f; }
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(111, 206, 159, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(111, 206, 159, 0); }
  100% { box-shadow: 0 0 0 0 rgba(111, 206, 159, 0); }
}

.mwt .status-card .loc-name {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--mwt-yellow);
  margin: 0 0 0.25rem;
}
.mwt .status-card .loc-address {
  font-size: 1.05rem;
  color: var(--mwt-cream);
  margin-bottom: 0.5rem;
}
.mwt .status-card .loc-hours {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--mwt-cream);
  margin-bottom: 1rem;
}
.mwt .status-card .loc-updated {
  font-size: 0.8rem;
  color: var(--mwt-fog);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.mwt .status-card .loc-actions { margin-top: 1.5rem; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.mwt .status-card.loading { opacity: 0.6; }
.mwt .status-card .skeleton {
  background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 4px;
  height: 1em; display: inline-block; width: 60%;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ---------- Instagram Gallery ---------- */
.mwt .gallery {
  background: linear-gradient(180deg, var(--mwt-green-dark) 0%, var(--mwt-black) 100%);
  text-align: center;
}
.mwt .ig-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}
.mwt .ig-tile {
  position: relative;
  aspect-ratio: 3 / 4;
  background: rgba(10, 9, 7, 0.7);
  border: 1px solid rgba(249, 189, 78, 0.15);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.mwt .ig-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 189, 78, 0.35);
  box-shadow: 0 24px 48px -20px rgba(0,0,0,0.7), 0 8px 16px -12px rgba(0,0,0,0.4);
}
.mwt .ig-tile iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: white;
}
/* Overlay anchor so a click anywhere on the tile opens the real post.
   Pointer-events none on small children keeps IG's in-iframe interactions
   working; we put the anchor on top with a subtle fade. */
.mwt .ig-tile-link {
  position: absolute; inset: 0;
  display: block;
  background: transparent;
  z-index: 2;
}
.mwt .ig-tile-link:focus-visible {
  outline: 3px solid var(--mwt-yellow);
  outline-offset: -4px;
  border-radius: var(--radius-md);
}
.mwt .ig-cta {
  margin-top: 2.5rem;
  display: flex; justify-content: center;
}

/* Small screens: single column, slightly taller aspect */
@media (max-width: 520px) {
  .mwt .ig-grid { grid-template-columns: 1fr; gap: 1rem; }
  .mwt .ig-tile { aspect-ratio: 4 / 5; max-width: 420px; margin: 0 auto; }
}

/* ---------- Custom Orders ---------- */
.mwt .orders {
  background:
    linear-gradient(180deg, var(--mwt-green-dark) 0%, var(--mwt-black) 100%);
}
.mwt .orders-accent {
  margin: 0 auto 1.75rem;
  width: clamp(110px, 18vw, 160px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--mwt-yellow);
  box-shadow: 0 12px 28px -8px rgba(0,0,0,0.6), 0 0 0 6px rgba(249, 189, 78, 0.1);
  transform: rotate(-4deg);
  transition: transform .35s ease;
}
.mwt .orders-accent:hover { transform: rotate(0); }
.mwt .orders-accent img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.mwt .orders .container { max-width: 860px; }
.mwt .order-form {
  background: var(--color-surface-2);
  border: 1px solid rgba(249, 189, 78, 0.15);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-card);
  margin-top: 1.25rem;
}

/* Policy callout above the order form */
.mwt .policy-callout {
  max-width: 720px; margin: 2.5rem auto 0;
  padding: 1.25rem 1.5rem;
  background: rgba(249, 189, 78, 0.06);
  border: 1px solid rgba(249, 189, 78, 0.2);
  border-radius: var(--radius-md);
}
.mwt .policy-callout ul {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.mwt .policy-callout li {
  position: relative;
  padding-left: 22px;
  color: var(--mwt-cream);
  font-size: 0.92rem;
}
.mwt .policy-callout li::before {
  content: "";
  position: absolute; left: 4px; top: 10px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mwt-yellow);
}
.mwt .policy-callout b { color: var(--mwt-yellow); font-weight: 700; }

/* Pickup vs Delivery switch */
.mwt .pd-switch {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem;
}
.mwt .pd-option { position: relative; cursor: pointer; display: block; }
.mwt .pd-option input[type="radio"] {
  position: absolute; opacity: 0; pointer-events: none;
  width: 0; height: 0;
}
.mwt .pd-card {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 16px;
  background: rgba(10, 9, 7, 0.7);
  border: 1px solid rgba(247, 235, 201, 0.14);
  border-radius: var(--radius-md);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.mwt .pd-option input:checked + .pd-card {
  border-color: var(--mwt-yellow);
  background: rgba(249, 189, 78, 0.08);
  box-shadow: 0 0 0 3px rgba(249, 189, 78, 0.12);
}
.mwt .pd-option input:focus-visible + .pd-card {
  outline: 2px solid var(--mwt-yellow);
  outline-offset: 2px;
}
.mwt .pd-card .pd-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--mwt-cream);
}
.mwt .pd-card .pd-sub {
  font-size: 0.8rem;
  color: var(--mwt-fog);
  letter-spacing: 0.02em;
}
.mwt .order-form .field { margin-bottom: 1.25rem; }
.mwt .order-form label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mwt-yellow);
  margin-bottom: 0.5rem;
}
.mwt .order-form label .req { color: var(--mwt-red); }
.mwt .order-form input[type="text"],
.mwt .order-form input[type="tel"],
.mwt .order-form input[type="email"],
.mwt .order-form input[type="date"],
.mwt .order-form input[type="number"],
.mwt .order-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: var(--mwt-black);
  border: 1px solid rgba(247, 235, 201, 0.15);
  border-radius: var(--radius-sm);
  color: var(--mwt-cream);
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color .2s ease, background-color .2s ease;
}
.mwt .order-form input:focus,
.mwt .order-form textarea:focus {
  outline: none;
  border-color: var(--mwt-yellow);
  background: rgba(249, 189, 78, 0.05);
}
.mwt .order-form textarea { resize: vertical; min-height: 100px; }

.mwt .order-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 600px) { .mwt .order-row { grid-template-columns: 1fr; } }

.mwt .tamale-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 1.25rem;
  background: rgba(0,0,0,0.3);
  border-radius: var(--radius-md);
  border: 1px dashed rgba(249, 189, 78, 0.2);
}
.mwt .tamale-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  transition: background-color .15s ease;
}
.mwt .tamale-row:hover { background: rgba(249, 189, 78, 0.04); }
.mwt .tamale-row .name { font-weight: 600; color: var(--mwt-cream); font-size: 0.95rem; }
.mwt .tamale-row .name small { display: block; font-weight: 400; font-size: 0.75rem; color: var(--mwt-fog); letter-spacing: 0.05em; text-transform: uppercase; }
.mwt .stepper {
  display: inline-flex; align-items: center;
  background: var(--mwt-black);
  border: 1px solid rgba(247, 235, 201, 0.15);
  border-radius: 100px;
}
.mwt .stepper button {
  background: none; border: 0; color: var(--mwt-yellow);
  width: 34px; height: 34px; font-size: 1.1rem; font-weight: 700;
  cursor: pointer; border-radius: 50%;
  transition: background-color .15s ease;
}
.mwt .stepper button:hover { background: rgba(249, 189, 78, 0.1); }
.mwt .stepper input {
  width: 44px; text-align: center;
  background: transparent; border: 0; color: var(--mwt-cream);
  font-family: var(--font-body); font-size: 1rem; font-weight: 700;
  padding: 6px 0;
  -moz-appearance: textfield;
}
.mwt .stepper input::-webkit-outer-spin-button,
.mwt .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.mwt .order-total {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(249, 189, 78, 0.08);
  border: 1px solid rgba(249, 189, 78, 0.2);
  border-radius: var(--radius-md);
}
.mwt .order-total .label { font-weight: 600; color: var(--mwt-cream); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; }
.mwt .order-total .count { font-family: var(--font-display); font-size: 1.5rem; color: var(--mwt-yellow); }
.mwt .order-total.warn { background: rgba(203, 29, 41, 0.08); border-color: rgba(203, 29, 41, 0.3); }
.mwt .order-total.warn .count { color: #ff8a8f; }

.mwt .order-min { font-size: 0.85rem; color: var(--mwt-fog); margin-top: 0.5rem; }
.mwt .field-error { color: #ff8a8f; font-size: 0.82rem; margin-top: 6px; min-height: 1em; }
.mwt .field-error:empty { display: none; }
.mwt .order-submit { text-align: center; margin-top: 1.75rem; }
.mwt .order-submit .btn-mwt { padding: 16px 40px; }

.mwt .order-success {
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(9, 90, 61, 0.15);
  border: 1px solid rgba(111, 206, 159, 0.3);
  border-radius: var(--radius-lg);
}
.mwt .order-success .check {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--mwt-green);
  color: white;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

/* ---------- Footer ---------- */
.mwt .mwt-footer {
  background: var(--mwt-black);
  border-top: 1px solid rgba(247, 235, 201, 0.08);
  padding: 4rem 0 2rem;
  text-align: center;
}
.mwt .mwt-footer .flogo img {
  height: clamp(160px, 22vw, 220px);
  width: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.5));
}
.mwt .mwt-footer .f-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--mwt-yellow);
  margin-bottom: 0.25rem;
}
.mwt .mwt-footer .f-loc {
  color: var(--mwt-fog);
  margin-bottom: 1rem;
  display: inline-flex; align-items: center; gap: 8px;
}

.mwt .mwt-footer .f-phones {
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  margin-bottom: 1rem;
}
.mwt .mwt-footer .fp-phone {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--mwt-yellow);
  font-size: 1.05rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  transition: color .15s ease, background-color .15s ease;
}
.mwt .mwt-footer .fp-phone:hover { color: var(--mwt-yellow-alt); background: rgba(249, 189, 78, 0.08); }
.mwt .mwt-footer .fp-phone .ph-lang {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--mwt-yellow);
  padding: 2px 8px;
  border: 1px solid rgba(249, 189, 78, 0.5);
  border-radius: 100px;
  font-weight: 700;
}

.mwt .mwt-footer .f-pay {
  margin: 2rem auto;
  max-width: 520px;
  padding: 1.5rem 1.25rem;
  background: rgba(20, 18, 16, 0.5);
  border: 1px solid rgba(247, 235, 201, 0.1);
  border-radius: var(--radius-lg);
}
.mwt .mwt-footer .f-pay-head {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--mwt-yellow);
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
}
.mwt .mwt-footer .f-pay-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.mwt .pay-tile {
  --tile-accent: var(--mwt-yellow);
  padding: 1rem;
  background: rgba(10, 9, 7, 0.5);
  border: 1px solid rgba(247, 235, 201, 0.1);
  border-radius: var(--radius-md);
  text-align: center;
  transition: border-color .2s ease, transform .2s ease;
  position: relative;
}
.mwt .pay-tile:hover {
  border-color: var(--tile-accent);
  transform: translateY(-2px);
}
.mwt .pay-tile::before {
  content: "";
  position: absolute; top: 0; left: 1rem; right: 1rem; height: 2px;
  background: var(--tile-accent);
  border-radius: 2px;
  opacity: 0.7;
}
.mwt .pay-tile-head {
  display: flex; flex-direction: column; gap: 2px;
  margin-bottom: 0.75rem;
}
.mwt .pay-tile-lbl {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tile-accent);
  font-weight: 700;
}
.mwt .pay-tile-val {
  font-size: 0.85rem;
  color: var(--mwt-cream);
  font-weight: 600;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.mwt .pay-qr {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
  background: white;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  max-width: 180px;
  margin: 0 auto 0.5rem;
}
.mwt .pay-qr img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
.mwt .pay-qr-empty { display: none; }
.mwt .pay-tile-hint {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--mwt-fog);
  font-weight: 600;
  margin-top: 0.25rem;
}

@media (max-width: 420px) {
  .mwt .mwt-footer .f-pay-list { grid-template-columns: 1fr; }
  .mwt .pay-qr { max-width: 200px; }
}
.mwt .footer-social {
  display: flex; gap: 1rem; justify-content: center; margin-bottom: 2rem;
}
.mwt .footer-social a {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(247, 235, 201, 0.2);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--mwt-cream);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.mwt .footer-social a:hover {
  background: var(--mwt-red);
  border-color: var(--mwt-red);
  color: var(--mwt-white);
}
.mwt .mwt-footer .copyright {
  font-size: 0.8rem;
  color: var(--mwt-fog);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 2rem;
  border-top: 1px solid rgba(247, 235, 201, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.mwt .mwt-footer .credit a {
  color: var(--mwt-yellow);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.mwt .mwt-footer .credit a:hover { border-bottom-color: var(--mwt-yellow); }

/* ---------- Mobile menu ---------- */
@media (max-width: 900px) {
  .mwt .mwt-nav {
    position: fixed; top: 0; right: -100%;
    width: min(320px, 85vw); height: 100vh;
    background: var(--mwt-coal);
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 2rem 2rem;
    gap: 1.5rem;
    transition: right .3s ease;
    border-left: 1px solid rgba(247, 235, 201, 0.08);
  }
  .mwt .mwt-nav.open { right: 0; }
  .mwt .mwt-nav .btn-mwt { margin-left: 0; width: 100%; }
  .mwt .mobile-toggle { display: inline-flex; }
}

/* ==========================================================================
   ADMIN — Login screen + Dashboard
   ========================================================================== */
.mwt.admin-body {
  background:
    radial-gradient(ellipse at top left, rgba(9, 90, 61, 0.25), transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(203, 29, 41, 0.15), transparent 55%),
    linear-gradient(180deg, #0a0907 0%, #141210 100%);
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
}

/* ---------- Login ---------- */
.mwt .admin-login-screen {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  position: relative;
}
/* `display: flex` above would otherwise defeat the browser's default
   [hidden] { display: none }. Make sure hidden always wins. */
.mwt [hidden] { display: none !important; }
.mwt .admin-login-screen::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'><g fill='%23F9BD4E' fill-opacity='0.03'><circle cx='10' cy='10' r='1'/><circle cx='40' cy='25' r='1.2'/><circle cx='70' cy='12' r='1'/><circle cx='20' cy='60' r='1'/><circle cx='55' cy='55' r='1.3'/></g></svg>");
  pointer-events: none;
}
.mwt .admin-login-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: rgba(20, 18, 16, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(249, 189, 78, 0.18);
  border-radius: 20px;
  padding: 2.5rem 2rem 2rem;
  box-shadow:
    0 24px 60px -20px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.02) inset;
  text-align: center;
  animation: adminRise .5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes adminRise {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.mwt .login-logo {
  display: block;
  width: clamp(88px, 18vw, 112px);
  margin: 0 auto 1.5rem;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.4));
}
.mwt .admin-login-card h1 {
  font-size: 1.75rem;
  margin: 0 0 0.5rem;
}
.mwt .login-sub {
  color: var(--mwt-fog);
  font-size: 0.95rem;
  margin: 0 0 2rem;
}
.mwt .admin-login-card form .field { text-align: left; margin-bottom: 1rem; }
.mwt .admin-login-card label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--mwt-yellow);
  margin-bottom: 0.5rem;
}
.mwt .admin-login-card input[type="email"],
.mwt .admin-login-card input[type="password"],
.mwt .admin-login-card input[type="text"] {
  width: 100%;
  padding: 13px 14px;
  background: rgba(10, 9, 7, 0.65);
  border: 1px solid rgba(247, 235, 201, 0.15);
  border-radius: var(--radius-sm);
  color: var(--mwt-cream);
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color .2s ease, background-color .2s ease;
}
.mwt .admin-login-card input:focus {
  outline: none;
  border-color: var(--mwt-yellow);
  background: rgba(249, 189, 78, 0.06);
}
.mwt .pw-wrap { position: relative; }
.mwt .pw-wrap input { padding-right: 44px; }
.mwt .pw-toggle {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  background: none; border: 0;
  color: var(--mwt-fog);
  padding: 8px 10px;
  cursor: pointer;
  font-size: 1.1rem;
  border-radius: var(--radius-sm);
  transition: color .15s ease;
}
.mwt .pw-toggle:hover { color: var(--mwt-yellow); }
.mwt .login-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 15px;
  font-size: 0.88rem;
}
.mwt .admin-login-card .field-error {
  text-align: center;
  margin-top: 12px;
  min-height: 1em;
}
.mwt .admin-login-card .admin-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 1.5rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.mwt .admin-link.muted { color: var(--mwt-fog); }
.mwt .admin-link.muted:hover { color: var(--mwt-yellow); }

/* ---------- Dashboard ---------- */
.mwt .admin-dashboard {
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: 110px; /* room for sticky action bar */
  animation: adminRise .4s ease-out;
}

.mwt .admin-topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 14px 20px;
  background: rgba(10, 9, 7, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(247, 235, 201, 0.08);
}
.mwt .admin-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.mwt .topbar-logo { height: 42px; width: auto; flex-shrink: 0; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5)); }
.mwt .brand-meta { min-width: 0; }
.mwt .brand-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--mwt-cream);
  line-height: 1.1;
}
.mwt .brand-sub {
  font-size: 0.72rem;
  color: var(--mwt-fog);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 2px;
}
.mwt .topbar-signout {
  background: transparent;
  border: 1px solid rgba(247, 235, 201, 0.2);
  color: var(--mwt-cream);
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.05rem;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}
.mwt .topbar-signout:hover { border-color: #ff8a8f; color: #ff8a8f; background: rgba(203, 29, 41, 0.08); }

.mwt .admin-main {
  max-width: 560px;
  margin: 0 auto;
  padding: 1.5rem 20px 0;
  display: flex; flex-direction: column; gap: 1rem;
}

.mwt .admin-card {
  background: rgba(20, 18, 16, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(249, 189, 78, 0.14);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
}
.mwt .admin-card-head {
  display: flex; align-items: flex-start; gap: 14px;
  margin-bottom: 1.25rem;
}
.mwt .admin-card-head .card-icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  padding: 8px;
  border-radius: var(--radius-sm);
  background: rgba(249, 189, 78, 0.1);
  color: var(--mwt-yellow);
  stroke-width: 2;
  vertical-align: middle;
}
.mwt .admin-card-head h2 {
  font-family: var(--font-body);
  font-weight: 700;
  font-style: normal;
  font-size: 1.05rem;
  color: var(--mwt-cream);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 2px;
}
.mwt .admin-card-head p {
  font-size: 0.85rem;
  color: var(--mwt-fog);
  margin: 0;
}

/* Status switch */
.mwt .status-switch {
  display: flex; gap: 0.35rem;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(247, 235, 201, 0.12);
  border-radius: 100px;
  padding: 4px;
}
.mwt .status-switch button {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--mwt-fog);
  padding: 12px 10px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: background-color .2s ease, color .2s ease;
}
.mwt .status-switch button[aria-pressed="true"].set-open {
  background: var(--mwt-green);
  color: white;
  box-shadow: 0 4px 14px -4px rgba(9, 90, 61, 0.6);
}
.mwt .status-switch button[aria-pressed="true"].set-closed {
  background: var(--mwt-red);
  color: white;
  box-shadow: 0 4px 14px -4px rgba(203, 29, 41, 0.6);
}
.mwt .dot-ind {
  width: 8px; height: 8px; border-radius: 50%;
  background: currentColor; opacity: 0.6;
  flex-shrink: 0;
}
.mwt .status-switch button[aria-pressed="true"] .dot-ind { opacity: 1; }

/* Location inputs */
.mwt .admin-card .field { margin-bottom: 1rem; }
.mwt .admin-card .field:last-child { margin-bottom: 0; }
.mwt .admin-card label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--mwt-yellow);
  margin-bottom: 0.5rem;
}
.mwt .admin-card input[type="text"],
.mwt .admin-card input[type="email"],
.mwt .admin-card input[type="password"],
.mwt .admin-card textarea {
  width: 100%;
  padding: 13px 14px;
  background: rgba(10, 9, 7, 0.7);
  border: 1px solid rgba(247, 235, 201, 0.14);
  border-radius: var(--radius-sm);
  color: var(--mwt-cream);
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color .2s ease, background-color .2s ease;
}
.mwt .admin-card textarea {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  resize: vertical;
  min-height: 120px;
}
.mwt .admin-card input:focus,
.mwt .admin-card textarea:focus {
  outline: none;
  border-color: var(--mwt-yellow);
  background: rgba(249, 189, 78, 0.05);
}
.mwt .admin-card .hint {
  font-size: 0.78rem;
  color: var(--mwt-fog);
  margin: 8px 0 0;
  text-align: right;
  letter-spacing: 0.02em;
}

/* Menu toggles */
.mwt .menu-toggles {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex; flex-direction: column; gap: 2px;
  border: 1px solid rgba(247, 235, 201, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.mwt .menu-toggle {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 14px 16px;
  background: rgba(10, 9, 7, 0.4);
  transition: background-color .15s ease;
}
.mwt .menu-toggle + .menu-toggle { border-top: 1px solid rgba(247, 235, 201, 0.06); }
.mwt .menu-toggle:has(input:not(:checked)) { background: rgba(203, 29, 41, 0.05); }
.mwt .mt-info { min-width: 0; }
.mwt .mt-name {
  font-weight: 600;
  color: var(--mwt-cream);
  font-size: 0.95rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
.mwt .mt-cat {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 2px 8px;
  border-radius: 100px;
}
.mwt .mt-cat.cat-savory     { background: rgba(203, 29, 41, 0.15); color: #ff8a8f; }
.mwt .mt-cat.cat-vegetarian { background: rgba(9, 90, 61, 0.25);  color: #6fce9f; }
.mwt .mt-cat.cat-sweet      { background: rgba(249, 189, 78, 0.15); color: var(--mwt-yellow); }

/* iOS-style switch */
.mwt .switch {
  position: relative;
  display: inline-block;
  width: 52px; height: 30px;
  flex-shrink: 0;
  cursor: pointer;
}
.mwt .switch input { opacity: 0; width: 0; height: 0; position: absolute; }
.mwt .switch-slider {
  position: absolute; inset: 0;
  background: rgba(247, 235, 201, 0.18);
  border-radius: 30px;
  transition: background-color .25s ease;
}
.mwt .switch-slider::before {
  content: '';
  position: absolute;
  left: 3px; top: 3px;
  width: 24px; height: 24px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: transform .25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mwt .switch input:checked + .switch-slider { background: var(--mwt-green); }
.mwt .switch input:checked + .switch-slider::before { transform: translateX(22px); }
.mwt .switch input:focus-visible + .switch-slider {
  outline: 2px solid var(--mwt-yellow);
  outline-offset: 3px;
}

.mwt .menu-bulk {
  display: flex; gap: 0.5rem;
}
.mwt .menu-bulk .btn-mwt {
  flex: 1;
  padding: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

/* ---------- Item editor (Manage Menu Items card) ---------- */
.mwt .item-editor {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 1rem;
}
.mwt .item-row {
  padding: 1rem;
  background: rgba(10, 9, 7, 0.5);
  border: 1px solid rgba(247, 235, 201, 0.1);
  border-radius: var(--radius-md);
}
.mwt .item-row .field { margin-bottom: 0.75rem; }
.mwt .item-row .field:last-of-type { margin-bottom: 0; }
.mwt .item-row textarea {
  width: 100%;
  padding: 10px 12px;
  background: rgba(10, 9, 7, 0.7);
  border: 1px solid rgba(247, 235, 201, 0.14);
  border-radius: var(--radius-sm);
  color: var(--mwt-cream);
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.5;
  resize: vertical;
  min-height: 64px;
  transition: border-color .2s ease, background-color .2s ease;
}
.mwt .item-row textarea:focus {
  outline: none;
  border-color: var(--mwt-yellow);
  background: rgba(249, 189, 78, 0.05);
}
.mwt .item-footer {
  display: flex; align-items: center; gap: 0.6rem;
  margin-top: 0.75rem;
}
.mwt .item-footer select {
  flex: 1;
  padding: 10px 12px;
  background: rgba(10, 9, 7, 0.7);
  border: 1px solid rgba(247, 235, 201, 0.14);
  border-radius: var(--radius-sm);
  color: var(--mwt-cream);
  font-family: var(--font-body);
  font-size: 0.9rem;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><polyline fill='none' stroke='%23F9BD4E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='5 8 10 13 15 8'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  padding-right: 34px;
}
.mwt .item-footer select:focus {
  outline: none;
  border-color: var(--mwt-yellow);
}
.mwt .item-delete {
  flex-shrink: 0;
  background: transparent;
  border: 1px solid rgba(255, 138, 143, 0.3);
  color: #ff8a8f;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1rem;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
  display: inline-flex; align-items: center; justify-content: center;
}
.mwt .item-delete:hover {
  background: rgba(203, 29, 41, 0.15);
  border-color: #ff8a8f;
}

.mwt .add-item-btn {
  width: 100%;
  padding: 12px;
  font-size: 0.8rem;
  color: var(--mwt-yellow);
  border-color: rgba(249, 189, 78, 0.3);
  border-style: dashed;
}
.mwt .add-item-btn:hover {
  background: rgba(249, 189, 78, 0.08);
  border-color: var(--mwt-yellow);
  border-style: dashed;
  color: var(--mwt-yellow);
}

/* Sticky action bar */
.mwt .admin-actions {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 50;
  display: flex; gap: 0.6rem;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0));
  background: rgba(10, 9, 7, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(247, 235, 201, 0.08);
}
.mwt .admin-actions .btn-mwt {
  padding: 14px 16px;
  font-size: 0.82rem;
}
.mwt .admin-actions .quick-close {
  color: #ff8a8f;
  border-color: rgba(255, 138, 143, 0.35);
  flex: 0 0 auto;
}
.mwt .admin-actions .quick-close:hover {
  background: rgba(203, 29, 41, 0.12);
  border-color: #ff8a8f;
  color: #ff8a8f;
}
.mwt .admin-actions .save-btn { flex: 1 1 auto; }

/* Toast */
.mwt .admin-toast {
  position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%);
  padding: 12px 22px;
  background: rgba(20, 18, 16, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--mwt-cream);
  border: 1px solid rgba(247, 235, 201, 0.14);
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  box-shadow: 0 16px 40px -10px rgba(0,0,0,0.6);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 100;
}
.mwt .admin-toast.show { opacity: 1; transform: translateX(-50%) translateY(-6px); }
.mwt .admin-toast.ok  { border-color: rgba(111, 206, 159, 0.4); color: #6fce9f; }
.mwt .admin-toast.err { border-color: rgba(255, 138, 143, 0.4); color: #ff8a8f; }

/* Small tweaks: compress some spacing on small phones */
@media (max-width: 400px) {
  .mwt .admin-card { padding: 1.25rem; }
  .mwt .admin-card-head .card-icon { width: 32px; height: 32px; padding: 7px; }
  .mwt .admin-actions .btn-mwt { padding: 13px 12px; font-size: 0.78rem; }
}

.mwt .admin-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* ---------- Utility ---------- */
.mwt .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.mwt .text-center { text-align: center; }
.mwt .visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
