/* Site overrides — loaded after the Webflow export.
 *
 * Keep this file for corrections to the exported CSS. Editing
 * sameitem-com.webflow.css directly means losing the change on any future
 * re-export from Webflow; this file survives.
 */

/* The export writes `overflow: clip visible` here, but the published Webflow
 * site computes `overflow: hidden`. The difference lets an absolutely
 * positioned decorative gradient (.blur-gradient.home-2-email-2, ~991px tall,
 * offset above its section) overflow the wrapper vertically, adding roughly
 * 420px of empty scroll below the footer. Matching the published value clips
 * it, as live does. */
.main-wrapper {
  overflow: hidden;
}
