/*
 * Frisian Orchard — Module 3: About (Cream Section)
 * Paste into: Elementor → Site Settings → Custom CSS
 */

.fo-about {
  position: relative;
  overflow: hidden;
}

.fo-about__bg-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  z-index: 0;
}

.fo-section--has-bg .fo-about__bg-lines {
  z-index: 0;
}

.fo-about__bg-lines svg {
  width: 100%;
  height: 100%;
}

.fo-about__content {
  position: relative;
  z-index: 1;
}

.fo-about .fo-heading-lg {
  color: var(--fo-text-dark);
}

.fo-about .fo-body {
  max-width: 48ch;
}

.fo-about__actions {
  margin-top: 2rem;
}
