{"title":"Vitalityou","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --sage: #7a9e7e;\n    --warm-cream: #faf6f0;\n    --clay: #f0879c;\n    --pink: #f0879c;\n    --primary: #f0879c;\n    --structural: #7a9e7e;\n    --accent: #f0879c;\n    --deep: #2c2c2c;\n    --soft: #f0ebe3;\n    --muted: #8a8278;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--warm-cream);\n    color: var(--deep);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    line-height: 1.7;\n  }\n\n  \/* COPY PANEL *\/\n  .copy-notice {\n    background: var(--sage);\n    color: white;\n    text-align: center;\n    padding: 12px 24px;\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    font-family: 'Jost', sans-serif;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: var(--soft);\n    padding: 100px 40px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; left: 50%;\n    transform: translateX(-50%);\n    width: 400px; height: 400px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(122,158,126,0.15), transparent 70%);\n    pointer-events: none;\n  }\n\n  .eyebrow {\n    font-family: 'Jost', sans-serif;\n    font-size: 11px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #c45f78;\n    margin-bottom: 20px;\n  }\n\n  h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(52px, 8vw, 88px);\n    font-weight: 300;\n    line-height: 1.05;\n    color: var(--deep);\n    margin-bottom: 24px;\n  }\n\n  h1 em {\n    font-style: italic;\n    color: #c45f78;\n  }\n\n  .hero-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(18px, 2.5vw, 24px);\n    font-style: italic;\n    color: #8a8278;\n    max-width: 560px;\n    margin: 0 auto 40px;\n  }\n\n  .btn {\n    display: inline-block;\n    background: var(--sage);\n    color: white;\n    padding: 16px 40px;\n    font-family: 'Jost', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n    transition: background 0.3s;\n  }\n  .btn:hover { background: #7a9e7e; }\n\n  .btn-outline {\n    background: transparent;\n    color: var(--clay-accent);\n    border: 1px solid var(--sage);\n    margin-left: 16px;\n  }\n  .btn-outline:hover { background: var(--sage); color: white; }\n\n  \/* DIVIDER *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 20px;\n    padding: 60px 40px 0;\n    color: #c45f78;\n    font-size: 18px;\n  }\n  .divider-line {\n    width: 80px;\n    height: 1px;\n    background: var(--sage);\n    opacity: 0.4;\n  }\n\n  \/* SECTIONS *\/\n  section {\n    padding: 80px 40px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .section-label {\n    font-size: 10px;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: #c45f78;\n    margin-bottom: 16px;\n  }\n\n  h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 4vw, 48px);\n    font-weight: 300;\n    line-height: 1.2;\n    margin-bottom: 28px;\n  }\n\n  h2 em { font-style: italic; color: #c45f78; }\n\n  p {\n    font-size: 16px;\n    color: #555;\n    margin-bottom: 20px;\n    max-width: 680px;\n  }\n\n  \/* PILLARS *\/\n  .pillars {\n    background: var(--soft);\n    padding: 80px 40px;\n  }\n\n  .pillars-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .pillars-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 32px;\n    margin-top: 48px;\n  }\n\n  .pillar {\n    padding: 36px 28px;\n    background: white;\n    border-top: 2px solid var(--pink);\n  }\n\n  .pillar-icon {\n    font-size: 28px;\n    margin-bottom: 16px;\n  }\n\n  .pillar h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 400;\n    margin-bottom: 12px;\n    color: var(--deep);\n  }\n\n  .pillar p {\n    font-size: 14px;\n    margin: 0;\n  }\n\n  \/* FOR YOU *\/\n  .for-you {\n    background: var(--deep);\n    color: white;\n    padding: 80px 40px;\n  }\n\n  .for-you-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .for-you .section-label { color: #c45f78; }\n\n  .for-you h2 { color: white; }\n  .for-you h2 em { color: #c45f78; }\n\n  .audience-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 40px;\n  }\n\n  .audience-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    line-height: 1.5;\n  }\n\n  .audience-list li::before {\n    content: '—';\n    color: #c45f78;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* WHAT TO EXPECT *\/\n  .expect-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px;\n    margin-top: 40px;\n  }\n\n  .expect-card {\n    border: 1px solid rgba(240,135,156,0.4);\n    padding: 28px 24px;\n  }\n\n  .expect-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 48px;\n    color: rgba(240,135,156,0.35);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n\n  .expect-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    margin-bottom: 10px;\n    color: var(--deep);\n  }\n\n  .expect-card p { font-size: 14px; }\n\n  \/* OFFERINGS *\/\n  .offerings {\n    background: var(--soft);\n    padding: 80px 40px;\n  }\n\n  .offerings-inner { max-width: 900px; margin: 0 auto; }\n\n  .offer-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px;\n    margin-top: 48px;\n  }\n\n  .offer-card {\n    background: white;\n    padding: 40px 32px;\n    text-align: center;\n  }\n\n  .offer-card .price {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 40px;\n    font-weight: 300;\n    color: var(--clay-accent);\n    margin-bottom: 4px;\n  }\n\n  .offer-card .price-note {\n    font-size: 12px;\n    letter-spacing: 0.1em;\n    color: #c45f78;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n\n  .offer-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    margin-bottom: 16px;\n  }\n\n  .offer-card p { font-size: 14px; }\n\n  .offer-card .btn {\n    margin-top: 24px;\n    font-size: 11px;\n    padding: 12px 28px;\n  }\n\n  \/* SCHEDULE *\/\n  .schedule-note {\n    background: white;\n    border-left: 3px solid var(--pink);\n    padding: 28px 32px;\n    margin-top: 40px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-style: italic;\n    color: #8a8278;\n  }\n\n  \/* PHILOSOPHY *\/\n  .philosophy {\n    text-align: center;\n    padding: 100px 40px;\n    background: white;\n  }\n\n  .philosophy blockquote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(24px, 3.5vw, 40px);\n    font-style: italic;\n    font-weight: 300;\n    line-height: 1.4;\n    color: var(--deep);\n    max-width: 760px;\n    margin: 0 auto 32px;\n  }\n\n  .philosophy cite {\n    font-size: 13px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #c45f78;\n    font-style: normal;\n  }\n\n  \/* CTA *\/\n  .cta {\n    background: var(--sage);\n    padding: 80px 40px;\n    text-align: center;\n    color: white;\n  }\n\n  .cta h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 4vw, 52px);\n    font-weight: 300;\n    color: white;\n    margin-bottom: 16px;\n  }\n\n  .cta p {\n    color: rgba(255,255,255,0.95);\n    max-width: 480px;\n    margin: 0 auto 36px;\n    font-size: 16px;\n  }\n\n  .cta .btn {\n    background: white;\n    color: #c45f78;\n  }\n\n  .cta .btn:hover { background: var(--soft); }\n\n  \/* COPY BLOCKS for Shopify *\/\n  .shopify-copy {\n    background: #1a1a1a;\n    color: #e8e8e8;\n    padding: 40px;\n    margin: 0;\n    border-top: 4px solid var(--sage);\n  }\n\n  .shopify-copy h2 {\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--clay-accent);\n    margin-bottom: 24px;\n  }\n\n  .copy-block {\n    background: #2a2a2a;\n    border-radius: 4px;\n    padding: 28px;\n    margin-bottom: 20px;\n  }\n\n  .copy-block h3 {\n    font-family: 'Jost', sans-serif;\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #c45f78;\n    margin-bottom: 12px;\n    font-weight: 400;\n  }\n\n  .copy-block pre {\n    font-family: 'Courier New', monospace;\n    font-size: 13px;\n    line-height: 1.7;\n    white-space: pre-wrap;\n    word-break: break-word;\n    color: #d4d4d4;\n  }\n\n  @media (max-width: 600px) {\n    .hero { padding: 80px 24px 60px; }\n    section { padding: 60px 24px; }\n    .pillars, .for-you, .offerings, .philosophy, .cta { padding: 60px 24px; }\n    .btn-outline { margin-left: 0; margin-top: 12px; display: block; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"copy-notice\"\u003e\n\u003cbr\u003eIntelligent, loving movement for every body — at every age, at every ability.\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cp class=\"eyebrow\"\u003eIt all begins with you.\u003c\/p\u003e\n\u003ch1\u003eMove Well.\u003cbr\u003e\u003cem\u003eLive Whole.\u003c\/em\u003e\u003cbr\u003eChoose You.\u003c\/h1\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 40px; margin-bottom: 40px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: var(--pink); font-style: italic;\"\u003eBalance\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; letter-spacing: 0.15em; color: var(--muted); text-transform: uppercase; margin-top: 4px;\"\u003ein body \u0026amp; life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: var(--pink); font-style: italic;\"\u003eCompassion\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; letter-spacing: 0.15em; color: var(--muted); text-transform: uppercase; margin-top: 4px;\"\u003efor yourself\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: var(--pink); font-style: italic;\"\u003eAwareness\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; letter-spacing: 0.15em; color: var(--muted); text-transform: uppercase; margin-top: 4px;\"\u003eof your body's wisdom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"#\" class=\"btn\"\u003eJoin the Waitlist\u003c\/a\u003e \u003ca href=\"#\" class=\"btn btn-outline\"\u003eLearn More\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\n\u003cspan class=\"divider-line\"\u003e\u003c\/span\u003e✦\u003cspan class=\"divider-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT IS VITALITYOU --\u003e\n\u003csection\u003e\n\u003cp class=\"section-label\"\u003eWhat is Vitalityou\u003c\/p\u003e\n\u003ch2\u003eMovement that meets you \u003cem\u003eexactly\u003c\/em\u003e where you are.\u003c\/h2\u003e\n\u003cp\u003eAt Everlyou, we believe your body is not a problem to be solved — it's a home to be loved. Everything we do is rooted in three simple beliefs: that you deserve \u003cstrong\u003eBalance\u003c\/strong\u003e, \u003cstrong\u003eCompassion\u003c\/strong\u003e, and \u003cstrong\u003eAwareness\u003c\/strong\u003e. In your body, in your life, and in everything in between.\u003c\/p\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; font-style: italic; color: var(--pink); margin-bottom: 24px;\"\u003eBecause it all begins with you.\u003c\/p\u003e\n\u003cp\u003eVitalityou is a research-informed movement practice drawing from physical therapy protocols, athletic mobility training, yoga, and somatic body awareness — designed to restore flexibility, improve posture, build stability, and deepen your relationship with your body. Gently, intelligently, and at your own pace.\u003c\/p\u003e\n\u003cp\u003eThis isn't just a workout. It's a practice in body love. A way of moving through life with more ease, more grace, and more of yourself.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PILLARS --\u003e\n\u003cdiv class=\"pillars\"\u003e\n\u003cdiv class=\"pillars-inner\"\u003e\n\u003cp class=\"section-label\"\u003eThe Vitalityou Method\u003c\/p\u003e\n\u003ch2\u003eSix pillars. \u003cem\u003eOne practice.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pillars-grid\"\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e〇\u003c\/div\u003e\n\u003ch3\u003eJoint Mobility\u003c\/h3\u003e\n\u003cp\u003eRestore and maintain your full range of motion. Reduce stiffness, improve circulation, and keep your joints feeling fluid and free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e◻\u003c\/div\u003e\n\u003ch3\u003ePosture \u0026amp; Alignment\u003c\/h3\u003e\n\u003cp\u003eRebuild your body's natural relationship with gravity. Improve energy, breathing, confidence, and ease — from the inside out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e△\u003c\/div\u003e\n\u003ch3\u003eStability \u0026amp; Balance\u003c\/h3\u003e\n\u003cp\u003eBuild the strength and proprioception that keeps you grounded — in your body and in your life. Fall prevention, confidence, and presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e◇\u003c\/div\u003e\n\u003ch3\u003eLymphatic System \u0026amp; Flow\u003c\/h3\u003e\n\u003cp\u003eGentle movement sequences that support your body's natural lymphatic pathways — reducing stagnation, supporting immunity, and helping your body feel lighter and more alive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e□\u003c\/div\u003e\n\u003ch3\u003eFascial Release\u003c\/h3\u003e\n\u003cp\u003eAddresses the connective tissue that holds chronic tension. Rooted in modern anatomy research for deep, lasting release.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eBody Awareness\u003c\/h3\u003e\n\u003cp\u003eThe practice of listening inward. Learning the language of your body so you can honor what it needs — today, and every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOR YOU --\u003e\n\u003cdiv class=\"for-you\"\u003e\n\u003cdiv class=\"for-you-inner\"\u003e\n\u003cp class=\"section-label\"\u003eWho This Is For\u003c\/p\u003e\n\u003ch2\u003eEvery body is \u003cem\u003ewelcome\u003c\/em\u003e here.\u003c\/h2\u003e\n\u003cul class=\"audience-list\"\u003e\n\u003cli\u003ePeople who want to move better and hurt less as they age\u003c\/li\u003e\n\u003cli\u003eAthletes and active people looking to improve recovery and flexibility\u003c\/li\u003e\n\u003cli\u003eThose with injuries, limitations, or chronic tension seeking safe, gentle movement\u003c\/li\u003e\n\u003cli\u003eDesk workers and busy people carrying stress in their bodies\u003c\/li\u003e\n\u003cli\u003eAnyone who has felt left out of traditional fitness spaces\u003c\/li\u003e\n\u003cli\u003ePeople ready to build a more loving, conscious relationship with their body\u003c\/li\u003e\n\u003cli\u003eYoga-curious movers who want something grounded and accessible\u003c\/li\u003e\n\u003cli\u003eAnyone at any age who simply wants to feel better in their body\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003csection\u003e\n\u003cp class=\"section-label\"\u003eWhat to Expect\u003c\/p\u003e\n\u003ch2\u003eA class unlike \u003cem\u003eanything\u003c\/em\u003e you've tried before.\u003c\/h2\u003e\n\u003cdiv class=\"expect-grid\"\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\u003cdiv class=\"expect-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eYou will be met with warmth\u003c\/h3\u003e\n\u003cp\u003eEvery class begins with an invitation — not an instruction. You are welcomed exactly as you are, no prior experience needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\u003cdiv class=\"expect-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eYou will always have a choice\u003c\/h3\u003e\n\u003cp\u003eEvery movement offers modifications. There is no wrong way to be in your body. You will always be guided, never pushed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\u003cdiv class=\"expect-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eYou will leave feeling different\u003c\/h3\u003e\n\u003cp\u003eNot just more flexible — more present. More connected to yourself. More at ease in the body you live in every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\u003cdiv class=\"expect-num\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eYou will understand why\u003c\/h3\u003e\n\u003cp\u003eEach sequence is rooted in research. You'll learn what each movement does and why it matters — so the practice becomes yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OFFERINGS --\u003e\n\u003cdiv class=\"offerings\"\u003e\n\u003cdiv class=\"offerings-inner\"\u003e\n\u003cp class=\"section-label\"\u003eWays to Practice\u003c\/p\u003e\n\u003ch2\u003eFind the experience \u003cem\u003eright for you.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp style=\"color: #555; font-size: 15px; margin-bottom: 32px;\"\u003eIn-person classes are held at \u003cstrong style=\"color: var(--deep);\"\u003eNamaste Massage and Spa\u003c\/strong\u003e in Keizer, Oregon. Private group Zoom sessions bring the Vitalityou experience directly to you and your people — wherever you are.\u003c\/p\u003e\n\u003cdiv class=\"offer-grid\"\u003e\n\u003cdiv class=\"offer-card\" style=\"border: 2px solid var(--sage); position: relative;\"\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--sage); color: white; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; padding: 4px 16px;\"\u003eIn-Person\u003c\/div\u003e\n\u003cdiv class=\"price\"\u003e$18\u003c\/div\u003e\n\u003cdiv class=\"price-note\"\u003eSingle drop-in class\u003c\/div\u003e\n\u003ch3\u003eDrop-In Class\u003c\/h3\u003e\n\u003cp\u003eJoin me in person at Namaste Massage \u0026amp; Spa in Keizer, OR. An intimate, welcoming space with limited spots so every person receives real attention and care. All levels welcome.\u003c\/p\u003e\n\u003ca href=\"#SCHEDULER-LINK\" class=\"btn\"\u003eReserve Your Spot\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"offer-card\" style=\"border: 2px solid var(--sage); position: relative;\"\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--sage); color: white; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; padding: 4px 16px;\"\u003eGreat Value\u003c\/div\u003e\n\u003cdiv class=\"price\"\u003e$75\u003c\/div\u003e\n\u003cdiv class=\"price-note\"\u003e5-class punch pass — $15\/class\u003c\/div\u003e\n\u003ch3\u003ePunch Pass\u003c\/h3\u003e\n\u003cp\u003eFive classes to use at your own pace. No expiration pressure — just movement when you're ready, at a savings over drop-in.\u003c\/p\u003e\n\u003ca href=\"#SCHEDULER-LINK\" class=\"btn\"\u003eBuy Your Pass\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"offer-card\" style=\"border: 2px solid #f0879c; position: relative;\"\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #f0879c; color: white; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; padding: 4px 16px;\"\u003eVirtual\u003c\/div\u003e\n\u003cdiv class=\"price\"\u003e$40\u003c\/div\u003e\n\u003cdiv class=\"price-note\"\u003ePer session — up to 4 people · 45 minutes\u003c\/div\u003e\n\u003ch3\u003ePrivate Group Zoom\u003c\/h3\u003e\n\u003cp\u003eGather your people and move together from the comfort of your own space. A private 45-minute live Zoom session with Amanda — personalized, intimate, and designed for your group. Prepaid online.\u003c\/p\u003e\n\u003ca href=\"#BOOKING-LINK\" class=\"btn\"\u003eBook Your Session\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"schedule-note\"\u003e\"Classes are intimate by design with limited spots available. Prepayment is required to reserve your place. If you have questions reach out to Amanda directly at amanda@everlyou.com 🌿\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PHILOSOPHY QUOTE --\u003e\n\u003cdiv class=\"philosophy\"\u003e\n\u003cblockquote\u003e\"Your body is not a problem to be solved. It is a home to be loved — and it has been waiting for you to come back.\"\u003c\/blockquote\u003e\n\u003ccite\u003e— Amanda Bresee, Founder of Vitalityou \u0026amp; Everlyou\u003c\/cite\u003e\n\u003cdiv style=\"margin-top: 48px; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 28px; color: var(--pink); font-style: italic; margin-bottom: 8px;\"\u003eBalance\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: var(--muted); max-width: 180px;\"\u003eIn your body, hormones, food, time \u0026amp; boundaries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 28px; color: var(--pink); font-style: italic; margin-bottom: 8px;\"\u003eCompassion\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: var(--muted); max-width: 180px;\"\u003eFor yourself, physically \u0026amp; emotionally, always\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 28px; color: var(--pink); font-style: italic; margin-bottom: 8px;\"\u003eAwareness\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: var(--muted); max-width: 180px;\"\u003eOf your body's wisdom \u0026amp; what you truly need\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003ch2\u003eReady to come home to your body?\u003c\/h2\u003e\n\u003cp\u003eClasses are available now — in person in Keizer, OR and virtually via private group Zoom. Spots are limited and prepayment is required.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"btn\"\u003eReserve Your Spot\u003c\/a\u003e \u003ca href=\"#\" class=\"btn\" style=\"margin-left: 16px; background: transparent; border: 1px solid white;\"\u003eBook a Private Group Zoom\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================\n     SHOPIFY COPY — PASTE SECTIONS BELOW INTO YOUR SHOPIFY EDITOR\n     ============================================================ --\u003e\n","products":[],"url":"https:\/\/www.everlyou.com\/collections\/vitalityou-classes.oembed","provider":"Everlyou","version":"1.0","type":"link"}