.ff-page {
  background:
    radial-gradient(circle at top, rgba(224, 19, 218, 0.09), transparent 36%),
    linear-gradient(180deg, #f4f6fb 0%, #eef2fb 55%, #f9fbff 100%);
}

.ff-body .row {
  position: relative;
  z-index: 1;
}

.ff-eyebrow,
.ff-kicker {
  color: #f2c7ef;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ff-body {
  padding: 3.2rem 0 4.8rem;
}

.ff-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 8, 30, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(55, 74, 122, 0.08);
  margin-bottom: 2rem;
  padding: 2rem;
}

.ff-panel--intro {
  padding: 2.1rem;
}

.ff-section-heading {
  margin-bottom: 1.4rem;
}

.ff-section-heading h2,
.ff-story-copy h2,
.ff-notes h3 {
  color: #0f081e;
  margin-top: 0.45rem;
}

.ff-section-heading h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.ff-pillars {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-pillar {
  background: linear-gradient(180deg, #fbfcff 0%, #f1f4fb 100%);
  border: 1px solid rgba(15, 8, 30, 0.06);
  border-radius: 22px;
  padding: 1.35rem;
}

.ff-pillar h3 {
  color: #0f081e;
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}

.ff-pillar p,
.ff-story-copy p,
.ff-note-text {
  color: #49546f;
  line-height: 1.8;
}

.ff-story {
  padding: 0;
  overflow: hidden;
}

.ff-story-media img,
.ff-gallery-card img {
  display: block;
  width: 100%;
}

.ff-story-copy {
  padding: 1.65rem 1.8rem 1.9rem;
}

.ff-story-copy strong {
  color: #0f081e;
}

.ff-notes {
  background: linear-gradient(180deg, #171126 0%, #0f081e 100%);
  color: #fff;
}

.ff-notes .ff-kicker,
.ff-notes h3,
.ff-notes .ff-note-text,
.ff-note-list {
  color: #fff;
}

.ff-note-list {
  line-height: 1.8;
  margin: 1rem 0 0;
}

.ff-note-list li + li {
  margin-top: 0.45rem;
}

.ff-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-gallery-card {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.ff-gallery-card--note {
  background: linear-gradient(180deg, #fbfcff 0%, #edf1fb 100%);
  border: 1px solid rgba(15, 8, 30, 0.08);
}

.ff-gallery-card--note::after {
  display: none;
}

.ff-gallery-card::after {
  background: linear-gradient(180deg, transparent 45%, rgba(15, 8, 30, 0.82) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.ff-gallery-card img {
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.ff-gallery-caption {
  bottom: 1rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  left: 1rem;
  position: absolute;
  z-index: 1;
}

.ff-gallery-note {
  color: #49546f;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  justify-content: center;
  min-height: 18rem;
  padding: 1.6rem;
}

.ff-gallery-note h3 {
  color: #0f081e;
  margin: 0;
}

.ff-gallery-note p {
  line-height: 1.75;
  margin: 0;
}

@media only screen and (max-width: 900px) {
  .ff-pillars,
  .ff-gallery-grid {
    grid-template-columns: 1fr;
  }

  .ff-panel {
    padding: 1.45rem;
  }

  .ff-story-copy {
    padding: 1.4rem 1.45rem 1.6rem;
  }
}
