181 lines
7.0 KiB
HTML
181 lines
7.0 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Body Rebalance — Form Guide</title>
|
||
<style>
|
||
:root {
|
||
--bg: #1a1a2e;
|
||
--card: #16213e;
|
||
--accent: #e94560;
|
||
--text: #eee;
|
||
--muted: #999;
|
||
--green: #4ecca3;
|
||
}
|
||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||
background: var(--bg);
|
||
color: var(--text);
|
||
line-height: 1.6;
|
||
padding: 2rem 1rem;
|
||
}
|
||
.container { max-width: 700px; margin: 0 auto; }
|
||
h1 { font-size: 1.8rem; margin-bottom: 0.3rem; }
|
||
.subtitle { color: var(--muted); margin-bottom: 2rem; }
|
||
h2 {
|
||
font-size: 1.3rem;
|
||
border-bottom: 2px solid var(--accent);
|
||
padding-bottom: 0.3rem;
|
||
margin: 2.5rem 0 1.2rem;
|
||
}
|
||
.exercise {
|
||
background: var(--card);
|
||
border-radius: 8px;
|
||
padding: 1.2rem;
|
||
margin-bottom: 1rem;
|
||
border-left: 3px solid var(--green);
|
||
}
|
||
.exercise h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
|
||
.exercise .duration { color: var(--accent); font-size: 0.85rem; margin-bottom: 0.5rem; }
|
||
.cues { list-style: none; }
|
||
.cues li { margin-bottom: 0.4rem; padding-left: 1.2rem; position: relative; font-size: 0.95rem; }
|
||
.cues li::before { content: "→"; position: absolute; left: 0; color: var(--green); }
|
||
.section-desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 1rem; }
|
||
.back-link {
|
||
display: inline-block; margin-top: 2rem;
|
||
color: var(--accent); text-decoration: none; font-size: 0.95rem;
|
||
}
|
||
.back-link:hover { text-decoration: underline; }
|
||
.youtube-link { font-size: 0.85rem; color: var(--muted); margin-top: 0.5rem; }
|
||
.youtube-link a { color: var(--accent); }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
|
||
<h1>Body Rebalance — Form Guide</h1>
|
||
<p class="subtitle">Quick reference for yin yoga poses & warm-up additions. Less thinking, more doing.</p>
|
||
|
||
<!-- YIN YOGA -->
|
||
<h2>🧘 Yin Yoga Sequence (10 min)</h2>
|
||
<p class="section-desc">Hold each 60–90 seconds. Breathe into the tight side — right shoulder, right hip, right QL. These aren't stretches to push into; settle into them and let gravity do the work.</p>
|
||
|
||
<div class="exercise">
|
||
<h3>1. Thread-the-Needle</h3>
|
||
<div class="duration">Start on right side (the tight one). 60–90s each side.</div>
|
||
<ul class="cues">
|
||
<li>Start on hands and knees, tabletop position</li>
|
||
<li>Slide right arm under left arm, palm facing up</li>
|
||
<li>Rest right shoulder and side of head on the floor</li>
|
||
<li>Keep hips stacked over knees — don't let them drift</li>
|
||
<li>Feel the stretch in right shoulder and upper back</li>
|
||
<li>Breathe into the tight spots between shoulder blades</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="exercise">
|
||
<h3>2. Pigeon Pose</h3>
|
||
<div class="duration">Right leg forward first. 60–90s each side.</div>
|
||
<ul class="cues">
|
||
<li>From downward dog or plank, bring right knee toward right wrist</li>
|
||
<li>Right shin at a comfortable angle — doesn't need to be parallel to mat edge</li>
|
||
<li>Extend left leg straight back, hips square to front</li>
|
||
<li>If hips don't reach floor: place a cushion or folded blanket under right hip</li>
|
||
<li>Walk hands forward and fold over front shin if comfortable</li>
|
||
<li>Right hip is the anchor of the whole chain — this is priority #1</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="exercise">
|
||
<h3>3. Sphinx Pose</h3>
|
||
<div class="duration">60–90s. Passive lumbar extension.</div>
|
||
<ul class="cues">
|
||
<li>Lie on belly, elbows under shoulders, forearms parallel</li>
|
||
<li>Press forearms into floor, gently lift chest</li>
|
||
<li>Keep shoulders down away from ears</li>
|
||
<li>Glutes relaxed — don't clench</li>
|
||
<li>Low back should feel decompressed, not compressed</li>
|
||
<li>If sharp pain in low back: slide elbows further forward</li>
|
||
<li>Right QL gets a chance to relax here — let it</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="exercise">
|
||
<h3>4. Cat/Cow</h3>
|
||
<div class="duration">10 slow reps. Extra rotation to right on extension.</div>
|
||
<ul class="cues">
|
||
<li>Hands and knees, tabletop. Inhale = cow (belly drops, look up)</li>
|
||
<li>Exhale = cat (round spine, tuck chin)</li>
|
||
<li>On cow (extension): deliberately rotate a little extra to the right</li>
|
||
<li>This re-calibrates "center" — your default center is tilted left</li>
|
||
<li>Move with breath, not speed</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- WARM-UP: DAY A -->
|
||
<h2>💪 Day A Warm-up (Mon/Fri — Strength Focus)</h2>
|
||
<p class="section-desc">Add to beginning of workout. ~5 min total.</p>
|
||
|
||
<div class="exercise">
|
||
<h3>Dead Hang</h3>
|
||
<div class="duration">15–30 seconds, 2 rounds. Pull-up bar or sturdy doorframe bar.</div>
|
||
<ul class="cues">
|
||
<li>Grip bar at shoulder width, palms facing away</li>
|
||
<li>Let body go completely dead — shoulders up near ears</li>
|
||
<li>Feet off floor (bend knees if bar is low)</li>
|
||
<li>Passive shoulder decompression — gravity does the work</li>
|
||
<li>No active pulling. No flexing. Just hang.</li>
|
||
<li>If grip fails before 15s: that's fine. Build it.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="exercise">
|
||
<h3>Calf Step Stretch</h3>
|
||
<div class="duration">90 seconds each side. Edge of a step, curb, or thick book.</div>
|
||
<ul class="cues">
|
||
<li>Ball of foot on step edge, heel drops below step level</li>
|
||
<li>Stand upright — don't lean forward</li>
|
||
<li>Hold something for balance if needed</li>
|
||
<li>Straight leg targets gastrocnemius; slight knee bend targets soleus</li>
|
||
<li>Tight calves → ankle pronation → hip tilt. Loosen the chain from the ground up.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- WARM-UP: DAY B -->
|
||
<h2>💪 Day B Warm-up (Wed — Rotational/Core Focus)</h2>
|
||
<p class="section-desc">Add to beginning of workout. ~5 min total.</p>
|
||
|
||
<div class="exercise">
|
||
<h3>Single-Arm KB Carry</h3>
|
||
<div class="duration">1 minute each side. 15–20 lb KB.</div>
|
||
<ul class="cues">
|
||
<li>Hold KB in one hand at your side like a suitcase</li>
|
||
<li>Walk normally — keep shoulders level, don't lean away from the weight</li>
|
||
<li>Engage opposite-side obliques to stay upright</li>
|
||
<li>The loaded side's shoulder stabilizers work to keep the joint centered</li>
|
||
<li>Forces each side to stabilize independently — can't cheat with right-eye dominance</li>
|
||
<li>Farmers walk (both hands) is fine too, but single-arm is the key progression</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="exercise">
|
||
<h3>Face Pulls</h3>
|
||
<div class="duration">15 reps. Light resistance band or cable at face height.</div>
|
||
<ul class="cues">
|
||
<li>Anchor band at face height. Grip with both hands, palms facing down or toward each other.</li>
|
||
<li>Pull band toward your face — elbows go wide and high</li>
|
||
<li>Squeeze between shoulder blades at the end position</li>
|
||
<li>Hands finish beside ears, not below chin</li>
|
||
<li>Wakes up posterior delts, external rotators, lower traps</li>
|
||
<li>Counteracts the forward-rounded shoulder pattern from desk work</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<a href="/ash/" class="back-link">← Back to Ash pages</a>
|
||
|
||
</div>
|
||
</body>
|
||
</html>
|