/* ============================================================
   CUSTOM — Per-store micro-overrides for Social Cafe By Party Platter
   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.
   ============================================================ */

/* ------------------------------------------------------------
   Home FAQ Link Section
   Used on all /tags/ pages to link back to the home page FAQ.
   ------------------------------------------------------------ */
.gs-faq-link {
  background: var(--gs-faq-section-bg, #f2ebdc);
  padding: 60px 20px;
  position: relative;
}

.gs-faq-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gs-grain);
  opacity: 0.35;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.gs-faq-link-inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: var(--gs-faq-container-bg, #fffdf8);
  border: 1px solid var(--gs-border, rgba(27, 36, 39, 0.12));
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: var(--gs-shadow, 0 2px 6px rgba(22, 40, 47, 0.05), 0 14px 34px rgba(22, 40, 47, 0.09));
}

.gs-faq-link-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gs-primary-light, rgba(122, 22, 27, 0.08));
  color: var(--gs-primary, #7a161b);
  font-size: 1.6rem;
}

.gs-faq-link-title {
  font-family: var(--gs-font-heading, 'Cormorant Garamond', serif);
  font-weight: var(--gs-heading-weight, 600);
  color: var(--gs-dark, #1b2427);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  margin: 0 0 10px;
  letter-spacing: 0.3px;
}

.gs-faq-link-desc {
  font-family: var(--gs-font-body, 'Outfit', sans-serif);
  color: var(--gs-text, #3c474b);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 520px;
}

.gs-faq-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gs-primary, #7a161b);
  color: var(--gs-white, #fff);
  text-decoration: none;
  padding: 12px 26px;
  border-radius: var(--gs-btn-radius, 3px);
  font-family: var(--gs-font-body, 'Outfit', sans-serif);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 18px var(--gs-glow-soft, rgba(122, 22, 27, 0.3));
}

.gs-faq-link-btn:hover,
.gs-faq-link-btn:focus-visible {
  background: var(--gs-primary-dark, #5e1015);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px var(--gs-glow, rgba(122, 22, 27, 0.4));
  color: var(--gs-white, #fff);
}

.gs-faq-link-btn i {
  font-size: 1.05rem;
  transition: transform 0.25s ease;
}

.gs-faq-link-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 600px) {
  .gs-faq-link {
    padding: 40px 16px;
  }
  .gs-faq-link-inner {
    padding: 32px 20px;
  }
}
