/* Collective dedicated subpages — FAQ + Offerings hero / structure
 * Inherits from faq-page.css (FAQ accordion) and content-pages.css (Offerings grid).
 */

/* When the FAQ page is the dedicated Collective FAQ and a Featured Image is set,
 * we want a full-width hero. Override the narrow .sw-faq container in that case. */

.sw-cfaq-page .sw-faq {
  max-width: none;
  padding: 0 0 72px;
}

.sw-cfaq-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 140px 24px 56px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 56px;
}

.sw-cfaq-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.sw-cfaq-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.55) contrast(1.04) brightness(0.85);
}

.sw-cfaq-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.78) 100%);
  z-index: -1;
}

.sw-cfaq-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
}

.sw-cfaq-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 14px;
}

.sw-cfaq-eyebrow--plain {
  color: rgba(255, 255, 255, 0.65);
}

.sw-cfaq-hero-title {
  font-family: "Mrs Saint Delafield", "Playfair Display", cursive;
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.sw-cfaq-page .sw-cfaq-header {
  padding: 140px 24px 32px;
}

.sw-cfaq-intro {
  max-width: 640px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.6;
  text-align: center;
  padding: 0 24px;
}

.sw-cfaq-intro p {
  margin: 0 0 0.85em;
}

.sw-cfaq-page .sw-faq-list,
.sw-cfaq-page .sw-faq-back {
  padding-left: 24px;
  padding-right: 24px;
}

/* ============================================================
 * Collective Offerings — extends content-pages.css base styles
 * (.sw-cp-*, .sw-off-*) but adds a Collective-flavored eyebrow.
 * ============================================================ */

.sw-coff-page .sw-cp-eyebrow {
  letter-spacing: 0.34em;
}

.sw-coff-page .sw-cp-tagline-block .sw-cp-tagline {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
}
