/* Feature page — layout migrated to Tailwind utility classes */
/* Uses shared classes from concept.css; only page-specific styles here */

/* ── Hero background (Ken Burns) ──────────────────────────── */
.feature-hero-bg {
  position: absolute;
  inset: -5%;
  width: 110%;
  height: 110%;
  background-image: url("../flying_strawberry/img/top.7be625e3c1d6.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: kenburns 20s ease-out infinite alternate;
}

/* ── Scroll offset for fixed header ───────────────────────── */
#facility, #system, #location, #before-booking, #faq, #cta {
  scroll-margin-top: 100px;
}
