/* ============================================================
   CUSTOM — Per-store overrides for Template TF
   Add store-specific tweaks here. Loaded last so it wins
   over theme.css and style.css.
   ============================================================ */

/* ---------- FAQ answer links (tags/ dish & place landing pages) ---------- */

.qa-body a {
  color: var(--chili-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

.qa-body a:hover,
.qa-body a:focus-visible {
  color: var(--chili);
}

/* ---------- "find us" map box (city + cuisine landing pages) ---------- */

.location-box {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--card);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  margin-top: 2rem;
  text-align: left;
}

.location-box__map {
  position: relative;
  min-height: 420px;
}

.location-box__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-box__details {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.location-box__details h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  margin-top: 0.15rem;
}

.location-box__info {
  display: grid;
  gap: 0.9rem;
}

.location-box__info li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.location-box__info .ic {
  flex: none;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: var(--r-md);
  background: var(--chili-soft);
  color: var(--chili-dark);
  font-size: 1rem;
}

.location-box__info strong {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.location-box__info span span {
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--ink);
}

.location-box__info span span a {
  font-weight: 600;
  color: var(--ink);
}

.location-box__info span span a:hover {
  color: var(--chili);
}

.location-box .hours-table {
  margin-top: 0;
}

.location-box .hours-table h4 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.location-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 0.25rem;
}

@media (max-width: 900px) {
  .location-box {
    grid-template-columns: 1fr;
  }

  .location-box__map {
    min-height: 300px;
  }

  .location-box__actions {
    justify-content: stretch;
  }

  .location-box__actions .btn {
    flex: 1;
  }
}

/* ============================================================
   BRAND PALETTE PLACEMENTS — Bloom lotus logo
   teal #1a8c8c · gold #c59b67 · orange #ee905e · mint #a2e3df
   Teal and gold are wired through style.css (--chili / --gold).
   This block places the two extra hues — orange as the warm
   "appetite" accent, mint as the soft tint family — and nudges
   a few small-text teals to --chili-dark so they clear WCAG AA.
   ============================================================ */

/* ---------- teal: AA nudge for small text on light ---------- */

.kicker {
  color: var(--chili-dark); /* 0.78rem bold caps — 5.83:1 on white */
}

/* ---------- orange: section rules & sparkles ---------- */

.kicker::before {
  background: var(--accent);
}

/* Kickers that sit on photography / dark bands: gold, not teal.
   NOTE the doubled class — plain `.kicker` above has the same
   specificity, so `.kicker.kicker--light` is what keeps this
   from being overridden by source order. The hero overlay is
   weakest mid-image (measured ground ~#565b58), so the gold is
   lifted toward the logo's pale petal-gold and carries a soft
   scrim; raw --gold only reaches 2.7:1 there. */

.kicker.kicker--light {
  color: var(--gold-light);
  text-shadow: 0 1px 3px rgba(20, 16, 12, 0.55);
}

.kicker.kicker--light::before {
  background: var(--gold-light);
}

.menu-band .kicker::before {
  background: var(--gold);
}

.chip .dot {
  color: var(--accent);
}

/* ---------- orange: prices & dish labels ---------- */

.price,
.dish-price .price {
  color: var(--accent-dark); /* 1.6rem/800 — large-text AA */
}

.item-price,
.plate .plate-foot {
  color: var(--accent-ink); /* small text — 4.9:1 on white */
}

/* ---------- orange: secondary button ---------- */

.btn-line {
  background: var(--accent-soft);
  color: var(--accent-ink);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 30%, transparent);
}

.btn-line:hover {
  background: color-mix(in srgb, var(--accent) 26%, #ffffff);
  color: var(--accent-ink);
}

/* ---------- orange: numbered category tiles (dark band) ---------- */

.cat-tile .arrow {
  color: var(--accent);
}

.cat-tile:hover .arrow,
.cat-tile:hover::before {
  color: var(--accent-dark);
}

/* ---------- mint: diet pills & menu sidebar ---------- */

.item-desc span {
  background: var(--mint);
  color: var(--basil);
}

.menu-button:hover {
  background: var(--mint-soft);
  color: var(--chili-dark);
}

/* ---------- mint: accents on the deep-teal bands ---------- */

.site-topline a:hover,
.site-footer li a:hover,
.foot-legal a:hover {
  color: var(--mint);
}

.foot-hours li span:last-child {
  color: var(--mint);
}

/* ---------- mint: icon bubbles on the tags/ landing pages ---------- */

.location-box__info .ic {
  background: var(--mint-soft);
  color: var(--chili-dark);
}

/* ============================================================
   IMAGE CARD SIZING — about / menu / tags landing pages

   An <img>'s width/height ATTRIBUTES are presentational hints
   that set the CSS width/height properties. style.css sets
   `width: 100%` on these images but never `height`, so the
   attribute's `height` survives the cascade, both dimensions
   become definite, and the `aspect-ratio` beside it is ignored.

   Measured before this block (1440px viewport):
     .ph-img img      wanted 4/3  = 1.333 -> rendered 0.864 / 1.405
     .bd-img img      wanted 16/11 = 1.455 -> rendered 0.887
     .explore__image  no ratio at all      -> rendered 1.966 and,
                      with no object-fit, visibly squashed

   `height: auto` releases the hint so aspect-ratio governs and
   the boxes scale with the column instead of being pinned to a
   fixed pixel height. .snap-grid is the control case — it has no
   width/height attributes, so its 3/4 ratio already worked.
   ============================================================ */

.page-hero--split .ph-img img,
.bd-img img,
.explore__image img {
  height: auto;
}

/* The two banner photos on every tags/ page are natural 16:9
   (1376x768 and 1672x940), so this ratio matches the source
   almost exactly — it aligns the pair without cropping, and
   object-fit stops the stretch. */

.explore__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Best-dish cards: the cards already stretch to equal height,
   but the body did not fill them, so the rule above .bd-note
   floated up on any card with a shorter description. Pin the
   note to the bottom so the three dividers line up. */

.bd-card .bd-body {
  flex: 1;
}

.bd-card .bd-note {
  margin-top: auto;
}
