/* Shabbat page — minimal extras; reuses main.css + entry-gate.css */

body.shabbat-page {
  min-height: 100vh;
}

.shabbat-closed {
  display: grid;
  place-items: center;
  min-height: 70vh;
  padding: 2rem 1.25rem;
  text-align: center;
}

.shabbat-closed[hidden] {
  display: none !important;
}

.shabbat-closed__panel {
  max-width: 28rem;
  display: grid;
  gap: 1rem;
}

.shabbat-closed__title {
  margin: 0;
  font-family: var(--font-display, 'Frank Ruhl Libre', serif);
  font-size: clamp(1.4rem, 4.5vw, 1.85rem);
  font-weight: 600;
  color: var(--color-navy, #1e3354);
  line-height: 1.3;
}

.shabbat-closed__text {
  margin: 0;
  font-family: var(--font-body, 'Heebo', sans-serif);
  font-size: 1.05rem;
  color: var(--color-text-muted, #58677b);
  line-height: 1.5;
}

.shabbat-app[hidden] {
  display: none !important;
}

.shabbat-app {
  padding-top: calc(var(--header-height, 72px) + 1.85rem);
}

.shabbat-hero {
  padding: 0 0 0.75rem;
  text-align: center;
}

.shabbat-hero__title {
  margin: 0 1.25rem 1rem;
  font-family: var(--font-display, 'Frank Ruhl Libre', serif);
  font-size: clamp(1.5rem, 5vw, 2rem);
  color: var(--color-navy, #1e3354);
}

.shabbat-menu-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--color-text-muted, #58677b);
}

.shabbat-category-note {
  margin: -0.35rem 0 1rem;
  font-family: var(--font-body, 'Heebo', sans-serif);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-muted, #58677b);
  line-height: 1.4;
}

.shabbat-menu-notes {
  margin: 0.25rem auto 1.15rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(30, 51, 84, 0.06);
  border: 1px solid rgba(30, 51, 84, 0.1);
  display: grid;
  gap: 0.45rem;
  text-align: start;
}

.shabbat-menu-notes__title {
  margin: 0 0 0.15rem;
  font-family: var(--font-body, 'Heebo', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-navy, #1e3354);
  line-height: 1.3;
}

.shabbat-menu-notes p {
  margin: 0;
  font-family: var(--font-body, 'Heebo', sans-serif);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-navy, #1e3354);
  line-height: 1.45;
}

.shabbat-menu-notes p::before {
  content: '• ';
  font-weight: 700;
}

/* Full-page details step (mirrors takeaway entry-gate, not a modal) */
body.shabbat-details-pending {
  overflow: hidden;
}

body.shabbat-details-pending > *:not(#shabbat-entry-gate) {
  visibility: hidden;
  pointer-events: none;
}

.shabbat-entry-pickup-note {
  margin: -0.35rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(30, 51, 84, 0.08);
  color: var(--color-navy, #1e3354);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
}

#shabbat-entry-back {
  display: inline-block;
  text-decoration: none;
  margin-top: 0.35rem;
}

.header-action--home {
  text-decoration: none;
}

body.shabbat-browse-only #shabbat-cart-toggle,
body.shabbat-browse-only #shabbat-cart-panel,
body.shabbat-browse-only .food-add-btn,
body.shabbat-browse-only .food-qty-control {
  display: none !important;
}

body.shabbat-browse-only .header-action--home {
  display: flex !important;
}

.shabbat-closed__text {
  white-space: normal;
}
