/* --- Interim: no product captures yet -----------------------
   TEMPORARY. Hides the empty screenshot frames and lets the
   copy reflow to the page's single left edge, so interior
   pages read as deliberate rather than unfinished.

   The .slot markup itself is left untouched in every page —
   frames, tabs, ratios and descriptions all stay — so real
   captures drop into .slot-body exactly as components.css
   intends, with no layout change.

   TO REMOVE, per page, as captures land:
     1. Put the image in that page's .slot-body elements.
     2. Delete this file's <link> from that page's <head>.
   When the last page is done, delete this file.

   Deliberately does NOT hide .todo — a TODO block must stay
   visible on a live page. That is the point of it.
   ----------------------------------------------------------- */

.slot,
.slot-caption,
.page-hero-visual {
  display: none !important;
}

.split {
  display: block;
}

.split-copy {
  width: auto;
  max-width: 780px;
}

.section-v2 {
  padding: var(--space-20) 0;
}
