@theme {
  --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

body {
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Full-bleed Birmingham museum background */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("images/birmingham-museums-trust-ztgUEyfdz00-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: darkslategrey;
  background-blend-mode: color-dodge;
}

/* Translucent light scrim so dark overlaid text stays legible */
.page-scrim {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.91);
}

.page-shell {
  position: relative;
  z-index: 2;
}

/* Soft shadow for crisp text over a busy photo */
.overlay-heading {
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.62);
}

.overlay-lede {
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.58);
}

.cta-icon,
.feature-icon {
  flex: 0 0 auto;
  pointer-events: none;
}

.cta-icon {
  height: 1rem;
  width: 1rem;
}

.feature-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  line-height: 1.2;
}

.feature-icon {
  height: 1.35rem;
  width: 1.35rem;
  margin-top: 0.2rem;
  color: rgba(15, 23, 42, 0.72);
}
