{"product_id":"voice-activation-bundle","title":"voice activation bundle","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003ethe voice activation\u003c\/title\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400\u0026family=EB+Garamond:ital,wght@0,400;0,500;1,400\u0026display=swap');\n\n  :root {\n    --void: #1c1118;\n    --smoke: #2a1620;\n    --oxblood: #5c2027;\n    --gold: #b8964a;\n    --gold-soft: #d9bd83;\n    --bone: #ece3d2;\n    --bone-dim: #c9bea9;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--void);\n    color: var(--bone);\n    font-family: 'EB Garamond', serif;\n    font-size: 19px;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  h1, h2, h3, .display {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 500;\n    letter-spacing: 0.01em;\n  }\n\n  .wrap {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n\n  \/* signature waveform *\/\n  .waveform {\n    width: 100%;\n    height: 90px;\n    display: block;\n  }\n  .waveform path {\n    fill: none;\n    stroke: var(--gold);\n    stroke-width: 1.4;\n    opacity: 0.85;\n  }\n  @media (prefers-reduced-motion: no-preference) {\n    .waveform path {\n      stroke-dasharray: 6 10;\n      animation: drift 14s linear infinite;\n    }\n    @keyframes drift {\n      to { stroke-dashoffset: -800; }\n    }\n  }\n\n  .eyebrow {\n    font-family: 'EB Garamond', serif;\n    text-transform: uppercase;\n    letter-spacing: 0.22em;\n    font-size: 12.5px;\n    color: var(--gold-soft);\n  }\n\n  \/* hero *\/\n  .hero {\n    padding: 110px 0 70px;\n    text-align: center;\n    position: relative;\n  }\n  .hero h1 {\n    font-size: 54px;\n    line-height: 1.12;\n    color: var(--bone);\n    margin: 26px 0 22px;\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--gold-soft);\n  }\n  .hero p.sub {\n    font-size: 20px;\n    color: var(--bone-dim);\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  .divider {\n    width: 1px;\n    height: 60px;\n    background: linear-gradient(to bottom, transparent, var(--gold), transparent);\n    margin: 0 auto;\n  }\n\n  section { padding: 70px 0; }\n\n  .opening {\n    text-align: center;\n  }\n  .opening p {\n    font-size: 21px;\n    color: var(--bone);\n    max-width: 560px;\n    margin: 0 auto 20px;\n  }\n  .opening p:last-child { margin-bottom: 0; }\n  .opening .gold-line {\n    color: var(--gold-soft);\n    font-style: italic;\n  }\n\n  .recognition {\n    background: var(--smoke);\n    border-top: 1px solid rgba(184,150,74,0.25);\n    border-bottom: 1px solid rgba(184,150,74,0.25);\n  }\n  .recognition h2 {\n    text-align: center;\n    font-size: 32px;\n    color: var(--bone);\n    margin-bottom: 36px;\n  }\n  .recognition ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 18px;\n  }\n  .recognition li {\n    font-size: 19px;\n    color: var(--bone-dim);\n    padding-left: 26px;\n    position: relative;\n  }\n  .recognition li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 11px;\n    width: 8px;\n    height: 1px;\n    background: var(--gold);\n  }\n\n  .offer-intro {\n    text-align: center;\n  }\n  .offer-intro .eyebrow { display: block; margin-bottom: 14px; }\n  .offer-intro h2 {\n    font-size: 38px;\n    color: var(--bone);\n    margin-bottom: 18px;\n  }\n  .offer-intro p {\n    color: var(--bone-dim);\n    max-width: 540px;\n    margin: 0 auto;\n    font-size: 19px;\n  }\n\n  .modalities {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .modality {\n    display: grid;\n    grid-template-columns: 90px 1fr;\n    gap: 24px;\n    align-items: start;\n    padding: 30px 0;\n    border-bottom: 1px solid rgba(236,227,210,0.08);\n  }\n  .modality:first-child { border-top: 1px solid rgba(236,227,210,0.08); }\n  .modality .mark {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 17px;\n    color: var(--gold);\n    padding-top: 4px;\n  }\n  .modality h3 {\n    font-size: 24px;\n    color: var(--bone);\n    margin-bottom: 8px;\n    font-weight: 500;\n  }\n  .modality p {\n    color: var(--bone-dim);\n    font-size: 18px;\n  }\n\n  .transformation {\n    background: var(--smoke);\n    border-top: 1px solid rgba(184,150,74,0.25);\n    border-bottom: 1px solid rgba(184,150,74,0.25);\n    text-align: center;\n  }\n  .transformation h2 {\n    font-size: 32px;\n    color: var(--bone);\n    margin-bottom: 28px;\n  }\n  .transformation p {\n    font-size: 20px;\n    color: var(--bone-dim);\n    max-width: 560px;\n    margin: 0 auto 18px;\n    font-style: italic;\n  }\n  .transformation p:last-child { margin-bottom: 0; }\n\n  .who {\n    text-align: center;\n  }\n  .who h2 {\n    font-size: 32px;\n    color: var(--bone);\n    margin-bottom: 30px;\n  }\n  .who p {\n    font-size: 19px;\n    color: var(--bone-dim);\n    max-width: 540px;\n    margin: 0 auto;\n  }\n\n  .pricing {\n    text-align: center;\n    padding: 90px 0 110px;\n  }\n  .pricing .eyebrow { display: block; margin-bottom: 18px; }\n  .pricing .price {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 84px;\n    color: var(--gold-soft);\n    line-height: 1;\n    margin-bottom: 10px;\n  }\n  .pricing .price-note {\n    font-size: 16px;\n    color: var(--bone-dim);\n    margin-bottom: 36px;\n    letter-spacing: 0.04em;\n  }\n  .pricing h2 {\n    font-size: 30px;\n    color: var(--bone);\n    max-width: 480px;\n    margin: 0 auto 20px;\n  }\n  .pricing p.lead {\n    color: var(--bone-dim);\n    font-size: 19px;\n    max-width: 460px;\n    margin: 0 auto 40px;\n  }\n  .cta-btn {\n    display: inline-block;\n    font-family: 'EB Garamond', serif;\n    text-transform: uppercase;\n    letter-spacing: 0.18em;\n    font-size: 14px;\n    color: var(--void);\n    background: var(--gold-soft);\n    padding: 18px 44px;\n    border-radius: 2px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease;\n  }\n  .cta-btn:hover {\n    background: var(--gold);\n    transform: translateY(-1px);\n  }\n  .cta-sub {\n    margin-top: 22px;\n    font-size: 15px;\n    color: var(--bone-dim);\n    font-style: italic;\n  }\n\n  footer {\n    text-align: center;\n    padding: 50px 0 70px;\n    color: var(--bone-dim);\n    font-size: 14px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  @media (max-width: 600px) {\n    .hero h1 { font-size: 38px; }\n    .pricing .price { font-size: 64px; }\n    .modality { grid-template-columns: 50px 1fr; gap: 14px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"hero wrap\"\u003e\n  \u003cspan class=\"eyebrow\"\u003ea sound and somatic activation\u003c\/span\u003e\n  \u003ch1\u003eyour voice is a frequency.\u003cbr\u003e\u003cem\u003eit is time to let it move.\u003c\/em\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"sub\"\u003ea holistic activation for the women ready to speak their message into the world and watch the right people arrive.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003csvg class=\"waveform\" viewbox=\"0 0 720 90\" preserveaspectratio=\"none\"\u003e\n  \u003cpath d=\"M0,45 Q30,10 60,45 T120,45 Q150,80 180,45 T240,45 Q270,15 300,45 T360,45 Q390,75 420,45 T480,45 Q510,12 540,45 T600,45 Q630,78 660,45 T720,45\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\n\u003csection class=\"opening wrap\"\u003e\n  \u003cp\u003eyour throat holds a record of every sentence you swallowed. every truth you softened so the room would stay comfortable. every message you carried and never spoke, because speaking it felt louder than you were allowed to be.\u003c\/p\u003e\n  \u003cp class=\"gold-line\"\u003ethat record is ready to be rewritten.\u003c\/p\u003e\n  \u003cp\u003ethis activation works the voice as an instrument and a nervous system at once, through meditation, somatic release, energetic opening, and ritual movement, so the words you have been protecting can finally travel.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"recognition\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003ch2\u003eyou'll recognise yourself here if\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eyour throat tightens in the exact moment that matters most\u003c\/li\u003e\n      \u003cli\u003eyou rehearse the sentence ten times and the room hears silence\u003c\/li\u003e\n      \u003cli\u003esomeone else says the thing you meant to say, first, again\u003c\/li\u003e\n      \u003cli\u003eyour art keeps getting quieter so it stays easier to dismiss\u003c\/li\u003e\n      \u003cli\u003eyou can feel the message inside you and still can't locate the door it leaves through\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"offer-intro wrap\"\u003e\n  \u003cspan class=\"eyebrow\"\u003ethe activation · 61 minutes plus bonus ritual\u003c\/span\u003e\n  \u003ch2\u003esix audios. one full opening.\u003c\/h2\u003e\n  \u003cp\u003eeach track moves you through a different layer of the voice, grounding, affirmation, energetic opening, somatic release, mission, and visibility, so the activation reaches the whole instrument, not just the parts that are easy to talk about.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"wrap\"\u003e\n  \u003cdiv class=\"modalities\"\u003e\n    \u003cdiv class=\"modality\"\u003e\n      \u003cspan class=\"mark\"\u003e5 min\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eintroduction\u003c\/h3\u003e\n        \u003cp\u003ea grounding entry point that brings you fully into your body before the activation begins.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"modality\"\u003e\n      \u003cspan class=\"mark\"\u003e4 min\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003ecreative morning affirmation audio\u003c\/h3\u003e\n        \u003cp\u003ea daily ritual that primes your voice and your day with the frequency you are choosing to speak from.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"modality\"\u003e\n      \u003cspan class=\"mark\"\u003e13 min\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003evoice activation audio\u003c\/h3\u003e\n        \u003cp\u003ean energetic opening of the throat channel your message has been waiting to move through.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"modality\"\u003e\n      \u003cspan class=\"mark\"\u003e20 min\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003espeaking your mission, somatic practice\u003c\/h3\u003e\n        \u003cp\u003emovement and breath that release what years of swallowed sentences have stored in the throat and jaw, while your mission finds its shape in the body.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"modality\"\u003e\n      \u003cspan class=\"mark\"\u003e10 min\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003espeaking your mission, practice\u003c\/h3\u003e\n        \u003cp\u003ea direct practice in saying your message out loud until it sounds like you.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"modality\"\u003e\n      \u003cspan class=\"mark\"\u003e9 min\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003evisibility activation\u003c\/h3\u003e\n        \u003cp\u003ea closing frequency that aligns your voice with the people it was always meant to reach.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"modality\"\u003e\n      \u003cspan class=\"mark\"\u003ebonus\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003edance ritual\u003c\/h3\u003e\n        \u003cp\u003ea closing movement that carries the stuck energy out of the body and the words into the open.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"transformation\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003ch2\u003ewhat opens on the other side\u003c\/h2\u003e\n    \u003cp\u003e\"i said the thing i meant, out loud, and the room held it.\"\u003c\/p\u003e\n    \u003cp\u003e\"my message finally sounds like me.\"\u003c\/p\u003e\n    \u003cp\u003e\"the right people are starting to find my work.\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"who wrap\"\u003e\n  \u003ch2\u003ewho this activation meets\u003c\/h2\u003e\n  \u003cp\u003eartists, healers, and creators who already know their message and are ready for it to leave their body at full volume, attracting the people it was always meant to reach.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n\u003csection class=\"pricing wrap\"\u003e\n  \u003cspan class=\"eyebrow\"\u003ethe offer\u003c\/span\u003e\n  \u003cdiv class=\"price\"\u003e55 €\u003c\/div\u003e\n  \u003cdiv class=\"price-note\"\u003esix audios, 61 minutes, plus the dance ritual bonus · instant access\u003c\/div\u003e\n  \u003ch2\u003eyour voice has been waiting. this is the room it gets to open in.\u003c\/h2\u003e\n  \u003cp class=\"lead\"\u003eclaim instant access and the full activation is yours within minutes.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"cta-btn\"\u003eclaim your activation\u003c\/a\u003e\n  \u003cp class=\"cta-sub\"\u003eyour message is already written inside you. this is the activation that lets it travel.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003cfooter\u003ekatemi official\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Katemi","offers":[{"title":"Default Title","offer_id":54212077945159,"sku":null,"price":55.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0798\/9044\/8711\/files\/creativewealthstarterkit_1.png?v=1782197542","url":"https:\/\/katemiofficial.com\/products\/voice-activation-bundle","provider":"Katemi","version":"1.0","type":"link"}