/* ============================================================
   CUSTOM — Per-store micro-overrides for Muscle Tribe
   This file is generated per restaurant. Override tokens or add
   store-specific rules here. Do NOT edit global.css, theme.css,
   or style.css directly for per-store changes.
   ============================================================ */

/* Inline meal-name headings inside info-box lists (landing pages).
   Matches the previous `.gs-info-box li strong` treatment exactly so the
   markup can use semantic <h4> headings without any visual change. */
.gs-info-box li h4 {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--gs-dark);
  font-weight: 500;
}

/* Dish pages: subsection headings inside the dish story block.
   Keeps the template's centered h2/h3 rhythm while giving the new
   h4 detail blocks readable left-aligned copy on mobile and desktop. */
.gs-about-dish-inner h3 {
  margin-top: 2.6rem;
  margin-bottom: 0.9rem;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}

.gs-about-dish-inner h4 {
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
  font-size: clamp(1.02rem, 1.7vw, 1.14rem);
  color: var(--gs-dark);
  text-align: left;
}

.gs-about-dish-inner h4 + .gs-section-desc {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* ============================================================
   FAQ CTA — surfaced on tag / dish / place landing pages so
   readers can jump back to the main FAQ on the home page.
   ============================================================ */
.gs-faq-cta {
  padding: clamp(3rem, 6vw, 5rem) 1rem;
  background: linear-gradient(135deg, var(--gs-primary, #1a1a1a) 0%, var(--gs-dark, #000) 100%);
  color: #fff;
  text-align: center;
}
.gs-faq-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.gs-faq-cta-icon {
  font-size: clamp(2.25rem, 4vw, 3rem);
  color: var(--gs-accent, #ffb400);
  line-height: 1;
}
.gs-faq-cta-title {
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-weight: 700;
  margin: 0;
  color: #fff;
  letter-spacing: -0.01em;
}
.gs-faq-cta-text {
  font-size: clamp(0.98rem, 1.5vw, 1.075rem);
  line-height: 1.55;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 60ch;
}
.gs-faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.85rem 1.75rem;
  background: var(--gs-btn-bg, #d8d1ac);
  color: var(--gs-btn-text, #274319);
  font-weight: 600;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.gs-faq-cta-btn:hover,
.gs-faq-cta-btn:focus-visible {
  transform: translateY(-2px);
  background: var(--gs-btn-bg-hover, #cbc290);
  color: var(--gs-btn-text, #274319);
  outline: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.gs-faq-cta-btn i {
  font-size: 1.05em;
  line-height: 1;
}

/* ============================================================
   NAVBAR — white bar override.
   style.css section 05 styles the nav for a dark green bar (light
   text, gold hairlines, heavy drop shadows). The bar is now white,
   so every foreground value it sets has to be re-pointed at the
   --gs-nav-* tokens in theme.css. Change colours THERE, not here.
   ============================================================ */

/* Hairline + soft lift, so the white bar separates from white page
   sections instead of dissolving into them. */
.nav__container {
  border-bottom: 1px solid var(--gs-nav-border);
  box-shadow: 0 1px 16px rgba(27, 36, 39, 0.07);
}

/* The crest is green artwork on a transparent ground — on white it
   needs no plaque framing, so drop the gold ring and dark shadow. */
.nav__container .logo__image {
  box-shadow: none;
  border-radius: 0;
}

/* Link labels */
.nav__container .nav__links li a {
  color: var(--gs-nav-text);
}

.nav__container .nav__links li a:hover {
  color: var(--gs-nav-text-hover);
}

.nav__container .nav__links li a.active {
  color: var(--gs-nav-text-active);
  font-weight: 500;
}

/* Underline sweep — gold is too pale on white, use brand green */
.nav__container .nav__links li a::after {
  background: var(--gs-nav-accent);
}

/* Hamburger was cream (invisible on white) */
.nav__container .nav__menu__btn {
  color: var(--gs-nav-accent);
}

/* Order Now: the default ribbon-cream button reads at roughly 1.5:1
   against white, so the button shape vanishes. Solid green on the
   nav only — the cream button is untouched everywhere else. */
.nav__container .nav__btn .btn,
.nav__container .nav__links .nav__btn-mobile .btn {
  background: var(--gs-primary);
  border-color: var(--gs-primary);
  color: var(--gs-white);
}

.nav__container .nav__btn .btn:hover,
.nav__container .nav__links .nav__btn-mobile .btn:hover {
  background: var(--gs-primary-deep);
  border-color: var(--gs-primary-deep);
  color: var(--gs-white);
  box-shadow: 0 10px 26px rgba(39, 67, 25, 0.28);
}

@media (max-width: 992px) {
  /* Open drop-down panel: soften the dark shadow, re-point the
     gold row dividers that are near-invisible on white. */
  .nav__container .nav__links {
    border-bottom: 1px solid var(--gs-nav-border);
    box-shadow: 0 22px 40px rgba(27, 36, 39, 0.14);
  }

  .nav__container .nav__links li a {
    border-bottom: 1px solid var(--gs-nav-divider);
  }

  .nav__container .nav__links li:last-child a {
    border-bottom: none;
  }
}

/* Six links now sit in the bar. Between the 992px mobile breakpoint and
   ~1180px the row would otherwise crowd the Order Now button, so tighten
   the tracking and gap through that band only. */
@media (min-width: 993px) and (max-width: 1180px) {
  .nav__container .nav__links {
    gap: 1.15rem;
  }

  .nav__container .nav__links li a {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .nav__container .nav__btn .btn {
    padding: 0.85em 1.3em;
    font-size: 0.8rem;
  }
}

/* ============================================================
   MONTHLY MEAL PLANS — page: monthly-meal-plans.html
   Tab-switched plan cards, comparison table, notes band and the
   plan disclaimer. Colours come from the tokens in theme.css.
   ============================================================ */

.gs-plans {
  padding: clamp(3.2rem, 6vw, 5rem) 1.5rem;
  background: var(--gs-bg-alt);
}

.gs-plans-inner {
  max-width: var(--max-width);
  margin-inline: auto;
  text-align: center;
}

/* style.css only centres the ornamental divider and section copy inside a
   handful of named sections — opt this one in too. */
.gs-plans .gs-divider {
  justify-content: center;
  margin-inline: auto;
}

.gs-plans .gs-section-desc {
  margin-inline: auto;
  text-align: center;
}

/* Tab strip — one row per diet (Basic / Veg / Non-Veg / Egg) */
.gs-plan-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem auto 0;
  border-bottom: 1px solid var(--gs-border);
  max-width: 780px;
}

.gs-plan-tab {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 0.85rem 1.5rem;
  font-family: var(--gs-font-body);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gs-text-light);
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.gs-plan-tab:hover {
  color: var(--gs-primary);
}

.gs-plan-tab[aria-selected="true"] {
  color: var(--gs-primary-deep);
  border-bottom-color: var(--gs-primary);
}

.gs-plan-panel[hidden] {
  display: none;
}

.gs-plan-panel-desc {
  max-width: 62ch;
  margin: 2.2rem auto 0;
  font-size: 0.98rem;
  font-weight: 300;
  color: var(--gs-text-light);
}

.gs-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.6rem;
  margin-top: 2.2rem;
  text-align: left;
}

/* The Basic package stands alone — keep it from stretching full width */
.gs-plan-grid--single {
  max-width: 420px;
  margin-inline: auto;
}

.gs-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--gs-cream);
  border: 1px solid var(--gs-border-light);
  border-top: 3px solid var(--gs-primary);
  border-radius: 6px;
  padding: 2rem 1.8rem 1.8rem;
  box-shadow: var(--gs-shadow);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.gs-plan-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--gs-shadow-hover);
}

.gs-plan-card--featured {
  border-top-color: var(--gs-accent);
}

.gs-plan-flag {
  position: absolute;
  top: 0;
  right: 1.4rem;
  transform: translateY(-50%);
  background: var(--gs-accent);
  color: #14252c;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.45em 0.9em;
  border-radius: 999px;
}

.gs-plan-diet {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gs-primary);
}

.gs-plan-diet i {
  font-size: 0.85rem;
  line-height: 1;
}

.gs-plan-diet--nonveg {
  color: #9c2b1f;
}

.gs-plan-name {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--gs-primary-deep);
  margin: 0.55rem 0 0.75rem;
}

.gs-plan-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-family: var(--gs-font-heading);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--gs-dark);
}

.gs-plan-price span {
  font-family: var(--gs-font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gs-text-light);
}

.gs-plan-rule {
  height: 1px;
  background: var(--gs-border-light);
  margin: 1.3rem 0 0.4rem;
}

.gs-plan-includes {
  margin-bottom: 0;
}

/* Only cards that still carry a CTA need the gap below the list. */
.gs-plan-includes:has(+ .gs-btn) {
  margin-bottom: 1.7rem;
}

.gs-plan-includes li {
  display: flex;
  gap: 0.7rem;
  padding: 0.62rem 0;
  border-bottom: 1px dashed var(--gs-border-light);
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--gs-text-light);
}

.gs-plan-includes li:last-child {
  border-bottom: none;
}

.gs-plan-includes i {
  flex: none;
  margin-top: 0.28rem;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--gs-primary);
}

.gs-plan-includes strong {
  color: var(--gs-dark);
  font-weight: 500;
}

.gs-plan-card .gs-btn {
  margin-top: auto;
  width: 100%;
}

/* Comparison table — the same plans, side by side */
.gs-plan-table-wrap {
  overflow-x: auto;
  margin-top: 2.4rem;
  border: 1px solid var(--gs-border-light);
  border-radius: 6px;
  background: var(--gs-cream);
  box-shadow: var(--gs-shadow);
}

.gs-plan-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.93rem;
}

.gs-plan-table th,
.gs-plan-table td {
  padding: 0.9rem 1rem;
  text-align: center;
  border-bottom: 1px solid var(--gs-border-light);
}

.gs-plan-table thead th {
  font-family: var(--gs-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gs-primary-deep);
  background: var(--gs-bg-alt);
}

.gs-plan-table tbody th {
  text-align: left;
  font-family: var(--gs-font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gs-dark);
}

.gs-plan-table tbody tr:last-child th,
.gs-plan-table tbody tr:last-child td {
  border-bottom: none;
}

.gs-plan-table .ri-check-line {
  color: var(--gs-primary);
  font-size: 1.1rem;
}

.gs-plan-table .ri-subtract-line {
  color: rgba(27, 36, 39, 0.22);
  font-size: 1.1rem;
}

.gs-plan-table-price {
  font-family: var(--gs-font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gs-dark);
}

/* Green notes band — the plan rules that apply to every package */
.gs-plan-notes {
  background: var(--gs-primary-deep);
  padding: clamp(2.6rem, 5vw, 3.6rem) 1.5rem;
  color: var(--gs-dark-text);
}

.gs-plan-notes-inner {
  max-width: var(--max-width);
  margin-inline: auto;
}

.gs-plan-notes h2 {
  color: var(--gs-dark-heading);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  text-align: center;
}

.gs-plan-notes-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 0.2rem 2.4rem;
  margin-top: 1.8rem;
}

.gs-plan-notes-list li {
  display: flex;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.65;
}

.gs-plan-notes-list i {
  flex: none;
  margin-top: 0.3rem;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--gs-accent-bright);
}

.gs-plan-notes-list a {
  color: var(--gs-accent-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Disclaimer — cancellation, refunds and menu variation terms */
.gs-plan-disclaimer {
  max-width: var(--max-width);
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 4.5rem) 1.5rem;
}

.gs-plan-disclaimer-box {
  background: var(--gs-cream);
  border: 1px solid var(--gs-border-light);
  border-left: 3px solid var(--gs-accent);
  border-radius: 6px;
  padding: 1.9rem;
  box-shadow: var(--gs-shadow);
}

.gs-plan-disclaimer h2 {
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
}

.gs-plan-disclaimer h3 {
  font-family: var(--gs-font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gs-primary-deep);
  margin: 1.4rem 0 0.45rem;
}

.gs-plan-disclaimer p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gs-text-light);
}

@media (max-width: 600px) {
  .gs-plan-tab {
    padding: 0.75rem 0.85rem;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .gs-plan-card {
    padding: 1.7rem 1.4rem 1.5rem;
  }

  .gs-plan-name {
    font-size: 1.8rem;
  }
}

/* Meal-plan cross-link band — sits on the menu page and points at
   monthly-meal-plans.html. Same card language as .gs-info-box. */
.gs-plan-promo {
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 0 1.5rem clamp(2rem, 4vw, 3rem);
}

.gs-plan-promo-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  background: var(--gs-cream);
  border: 1px solid var(--gs-border-light);
  border-left: 3px solid var(--gs-primary);
  border-radius: 6px;
  padding: 1.7rem 1.9rem;
  box-shadow: var(--gs-shadow);
}

.gs-plan-promo-text {
  max-width: 62ch;
}

.gs-plan-promo h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  margin-bottom: 0.35rem;
}

.gs-plan-promo p {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--gs-text-light);
}

.gs-plan-promo .gs-btn {
  flex: none;
}

/* Menu hero carries two buttons now — keep them from colliding on mobile */
.menu-page .header__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.menu-page .header__btn .btn-margin-left {
  margin-left: 0;
}

/* ============================================================
   HOME HERO — keyword highlight
   Only the search phrase inside the h1 is lifted; the rest of the
   headline keeps the template's cream. The h1's text is unchanged
   — the phrase is simply wrapped in a span.

   Scoped to .gs-hero-focus, NOT the id: 28 pages reuse
   id="home-hero" (the local landing page and every tags/places
   hero), and those must keep the plain cream headline.
   ============================================================ */

/* Soft vignette behind the whole hero block. The kitchen photo is bright and
   high-contrast right under the headline, so the flat page overlay alone is not
   enough — this feathered wash sits under the text only, darkening the busy
   patch without dimming the food at the edges of the frame. */
.gs-hero-focus .gs-location-hero-content::before {
  content: "";
  position: absolute;
  inset: -2.5rem -2rem -2rem;
  z-index: -1;
  border-radius: 28px;
  background: radial-gradient(
    115% 100% at 50% 45%,
    rgba(6, 9, 5, 0.72) 0%,
    rgba(6, 9, 5, 0.58) 48%,
    rgba(6, 9, 5, 0.22) 78%,
    rgba(6, 9, 5, 0) 100%
  );
  pointer-events: none;
}

/* The badge sits on the vignette now, so give it a real surface too. */
.gs-hero-focus .gs-location-hero-badge {
  background: rgba(8, 11, 6, 0.55);
  border-color: rgba(233, 185, 94, 0.55);
  color: #f2c86a;
  backdrop-filter: blur(2px);
}

.gs-hero-focus h1 {
  /* Extra leading so the per-line highlight plates below stop touching. */
  line-height: 1.28;
  text-shadow: 0 2px 14px rgba(6, 9, 5, 0.6);
}

.gs-hero-focus .gs-hero-keyword {
  color: #ffdf6b;

  /* Dark plate behind the phrase. The hero photo is bright and busy under
     this line, so no text colour alone can carry it — the backing is what
     makes the gold read. Near-opaque: readability wins over showing the
     food through two lines of type. */
  background: rgba(7, 10, 5, 0.86);
  box-shadow: inset 0 0 0 1px rgba(233, 185, 94, 0.28);
  padding: 0.1em 0.3em 0.16em;
  border-radius: 6px;

  /* The phrase wraps to two lines at most widths; without this the plate
     would be drawn once around the whole run and swallow the line gap. */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  text-shadow:
    0 1px 2px rgba(6, 5, 2, 0.8),
    0 2px 10px rgba(6, 5, 2, 0.5);
}

/* Body copy under the headline — lift it off the light-weight template default
   so it survives the photo at mobile widths. */
.gs-hero-focus .gs-location-hero-text {
  font-weight: 400;
  color: rgba(250, 246, 238, 0.96);
  text-shadow: 0 1px 10px rgba(6, 9, 5, 0.7);
}

@media (max-width: 768px) {
  /* Narrow screens: the plate wraps to 3 lines, so trim the horizontal
     padding and pull the vignette tighter to the text. */
  .gs-hero-focus .gs-hero-keyword {
    padding: 0.08em 0.22em 0.14em;
    border-radius: 5px;
  }

  .gs-hero-focus .gs-location-hero-content::before {
    inset: -1.5rem -1rem;
    border-radius: 20px;
  }
}

/* ============================================================
   HERO BUTTON ROW (home hero)
   Two CTAs side by side; stacks full-width on small screens.
   ============================================================ */
.gs-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Outline CTA sits on the dark hero photo, so it needs the
   on-dark treatment rather than the default green-on-light. */
.gs-location-hero .gs-btn-outline {
  border-color: rgba(244, 239, 228, 0.5);
  color: var(--gs-dark-heading);
}

.gs-location-hero .gs-btn-outline:hover {
  background: var(--gs-btn-bg);
  border-color: var(--gs-btn-bg);
  color: var(--gs-btn-text);
}

@media (max-width: 520px) {
  .gs-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .gs-hero-buttons .gs-btn {
    width: 100%;
  }
}

/* ============================================================
   HORIZONTAL OVERFLOW GUARDS
   The auto-fit grids below declare a fixed minimum track (290px,
   320px, 280px). Once the viewport minus its section padding drops
   under that minimum, the track keeps its width and pushes the grid
   past the screen edge — the page then scrolls sideways into blank
   space. min(<track>, 100%) lets the track collapse to the container
   on narrow phones and behaves exactly as before on wider screens.
   ============================================================ */
.gs-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
}

.gs-plan-notes-list {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

.gs-delivery-areas-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}

/* The comparison table scrolls inside its own wrapper — make sure the
   wrapper itself can never be widened by the 680px table inside it. */
.gs-plan-table-wrap {
  max-width: 100%;
}

/* The table cells carry .visually-hidden screen-reader labels beside the
   check/dash icons, and that utility is position:absolute. With no positioned
   ancestor inside the table, their containing block was the initial containing
   block — the page itself — so they sat at the 680px table's far right edge and
   escaped the wrapper's overflow clip completely, stretching the document past
   the viewport on phones and leaving a band of empty space to the right.
   Making the cells (and the caption) positioned keeps those labels inside the
   scroll container, where the wrapper clips them. */
.gs-plan-table caption,
.gs-plan-table th,
.gs-plan-table td {
  position: relative;
}


/* Backstop: nothing may scroll the page sideways. `clip` is used rather
   than `hidden` because it does not turn the body into a scroll container,
   so position:sticky elsewhere on the site keeps working. `hidden` stays
   first as the fallback for browsers without overflow:clip. */
body {
  overflow-x: hidden;
  overflow-x: clip;
}
