/*
  Plan section. The entire layout — frame, floral background, title, events,
  and cherub — is baked into a single SVG asset (plan.svg) exported from
  Figma. Editing event times/labels requires re-exporting from Figma.
*/

#plan {
  background: var(--color-cream);
  padding: 0;
}

.plan__image {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 1235 / 1841;
  pointer-events: none;
}
