<!-- ============================================================
SCROLLYCENTERED
A centered text section for clean prose, framing statements, resets, or closings.
TO USE:
1. Paste ScrollyCore once near the top of the Squarespace page.
2. Paste this block where you want a centered text moment.
3. Change the label, title, and paragraph.
4. Optional: change the section class:
- class="section" = normal spacing
- class="section screen" = full-screen moment
- class="section tall" = extra-tall dramatic pause
GOOD FOR:
- opening claims
- transitions
- emotional resets
- key takeaways
- closing reflections
BEGINNER KNOBS:
- section-label = small uppercase label
- h2 = main statement
- p = supporting text
- screen/tall controls vertical pacing
============================================================ -->
<section class="section screen">
<div class="section-inner centered fade-in">
<div class="section-label">
Optional label
</div>
<h2>
Your title here
</h2>
<p>
Your paragraph here.
</p>
</div>
</section>