/* Ownership page: the split header uses the shared .frame-split layout (baseline-locked
   photo + copy, gap tightened at >=1440px, single column below 900px) from experience.css.
   The photo carries its own aspect-ratio via --slot-aspect/--slot-aspect-portrait (3:2 desktop,
   3:4 mobile, set by scenes.mjs), so this file only adds page-specific spacing. */

/* Zeroed at all widths, not just the stacked layout below 900px: at >=900px the split grid's
   align-items:end baseline-locks the photo frame's bottom edge to .page-intro's own bottom edge,
   so the shared experience.css padding-bottom:56px there would lock to empty padding instead of
   the paragraph's last line. */
.ownership-page .page-intro {
  padding-bottom: 0;
}
