manifestation music bundle
the manifestation frequencies @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=EB+Garamond:ital,wght@0,400;0,500;1, 400&display=swap'); :root { --void: #1c1118; --smoke: #2a1620; --oxblood: #5c2027; --gold: #b8964a; --gold-soft: #d9bd83; --bone: #ece3d2; --bone-dim: #c9bea9; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { background: var(--void); color: var(--bone); font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.7; overflow-x: hidden; } h1, h2, h3, .display { font-family: 'Cormorant Garamond', serif; font-weight: 500; letter-spacing: 0.01em; } .wrap { max-width: 720px; margin: 0 auto; padding: 0 28px; } .waveform { width: 100%; height: 90px; display: block; } .waveform path { fill: none; stroke: var(--gold); stroke-width: 1.4; opacity: 0.85; } @media (prefers-reduced-motion: no-preference) { .waveform path { stroke-dasharray: 6 10; animation: drift 14s linear infinite; } @keyframes drift { to { stroke-dashoffset: -800; } } } .eyebrow { font-family: 'EB Garamond', serif; text-transform: uppercase; letter-spacing: 0.22em; font-size: 12.5px; color: var(--gold-soft); } .hero { padding: 110px 0 70px; text-align: center; } .hero h1 { font-size: 50px; line-height: 1.14; color: var(--bone); margin: 26px 0 22px; } .hero h1 em { font-style: italic; color: var(--gold-soft); } .hero p.sub { font-size: 20px; color: var(--bone-dim); max-width: 480px; margin: 0 auto; } .divider { width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, var(--gold), transparent); margin: 0 auto; } section { padding: 70px 0; } .opening { text-align: center; } .opening p { font-size: 21px; color: var(--bone); max-width: 560px; margin: 0 auto 20px; } .opening p:last-child { margin-bottom: 0; } .opening .gold-line { color: var(--gold-soft); font-style: italic; } .recognition { background: var(--smoke); border-top: 1px solid rgba(184,150,74,0.25); border-bottom: 1px solid rgba(184,150,74,0.25); } .recognition h2 { text-align: center; font-size: 32px; color: var(--bone); margin-bottom: 36px; } .recognition ul { list-style: none; display: flex; flex-direction: column; gap: 18px; } .recognition li { font-size: 19px; color: var(--bone-dim); padding-left: 26px; position: relative; } .recognition li::before { content: ''; position: absolute; left: 0; top: 11px; width: 8px; height: 1px; background: var(--gold); } .offer-intro { text-align: center; } .offer-intro .eyebrow { display: block; margin-bottom: 14px; } .offer-intro h2 { font-size: 38px; color: var(--bone); margin-bottom: 18px; } .offer-intro p { color: var(--bone-dim); max-width: 540px; margin: 0 auto; font-size: 19px; } .songs { display: flex; flex-direction: column; gap: 0; } .song { display: grid; grid-template-columns: 90px 1fr; gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(236,227,210,0.08); } .song:first-child { border-top: 1px solid rgba(236,227,210,0.08); } .song .mark { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: var(--gold); padding-top: 4px; } .song h3 { font-size: 24px; color: var(--bone); margin-bottom: 8px; font-weight: 500; } .song p { color: var(--bone-dim); font-size: 18px; } .song .lyric { font-style: italic; color: var(--gold-soft); font-size: 17px; margin-top: 10px; border-left: 1px solid rgba(184,150,74,0.4); padding-left: 14px; } .layer { background: var(--smoke); border-top: 1px solid rgba(184,150,74,0.25); border-bottom: 1px solid rgba(184,150,74,0.25); text-align: center; } .layer h2 { font-size: 32px; color: var(--bone); margin-bottom: 28px; } .layer .layers-row { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; max-width: 560px; margin: 0 auto; } .layer .layer-item { max-width: 150px; } .layer .layer-item .num { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--gold-soft); display: block; margin-bottom: 8px; } .layer .layer-item p { font-size: 16px; color: var(--bone-dim); } .who { text-align: center; } .who h2 { font-size: 32px; color: var(--bone); margin-bottom: 30px; } .who p { font-size: 19px; color: var(--bone-dim); max-width: 540px; margin: 0 auto; } .pricing { text-align: center; padding: 90px 0 110px; } .pricing .eyebrow { display: block; margin-bottom: 18px; } .pricing .price { font-family: 'Cormorant Garamond', serif; font-size: 84px; color: var(--gold-soft); line-height: 1; margin-bottom: 10px; } .pricing .price-note { font-size: 16px; color: var(--bone-dim); margin-bottom: 36px; letter-spacing: 0.04em; } .pricing h2 { font-size: 30px; color: var(--bone); max-width: 480px; margin: 0 auto 20px; } .pricing p.lead { color: var(--bone-dim); font-size: 19px; max-width: 460px; margin: 0 auto 40px; } .cta-btn { display: inline-block; font-family: 'EB Garamond', serif; text-transform: uppercase; letter-spacing: 0.18em; font-size: 14px; color: var(--void); background: var(--gold-soft); padding: 18px 44px; border-radius: 2px; text-decoration: none; transition: background 0.3s ease, transform 0.3s ease; } .cta-btn:hover { background: var(--gold); transform: translateY(-1px); } .cta-sub { margin-top: 22px; font-size: 15px; color: var(--bone-dim); font-style: italic; } footer { text-align: center; padding: 50px 0 70px; color: var(--bone-dim); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; } @media (max-width: 600px) { .hero h1 { font-size: 36px; } .pricing .price { font-size: 64px; } .song { grid-template-columns: 50px 1fr; gap: 14px; } .layer .layers-row { gap: 24px; } } three frequencies · minutes that shift your field three songs.a wealth, a path, a voice. a manifestation soundtrack encoded with healing frequencies and subliminals, built to shift your field in the time it takes to drink your coffee. a frequency moves through you faster than a thought does. three minutes of sound, played on repeat, can carry your nervous system into a field your mind has been trying to talk you into for years. this bundle is built for exactly that speed. each track is one minute, looped as often as you like, layered with healing frequencies and subliminal messaging beneath original music, so the shift happens underneath your awareness while the melody does the part you can hear. play this if your money mindset needs a reset that takes less time than your commute you want a daily anchor that reminds you of your direction without a single word of effort you already know your expression is valuable and want your body to believe it too you are drawn to sound as medicine, not just music as background noise the bundle three tracks. one field shift. each song carries its own frequency and its own message, so you can play the one your day calls for, or loop all three as a single ritual. 2:05 money manifestation a frequency built to soften resistance around receiving and open your field to wealth. 02 walk, walk, walk a divine encouragement track for the days your direction feels unclear and you need your body to keep moving anyway. "walk, walk, walk, walk, knowing you were sent by god, god, god, god, came to guide all the lost, lost, lost, lost." 03 your expression is your key to wealth a one minute activation that ties your voice, your art, and your income into a single frequency. what's encoded in every track i original music produced as a carrier for the frequency ii healing frequencies tuned to the message of the track iii subliminal affirmations layered beneath the melody who this bundle meets anyone ready to manifest through sound, on repeat, in the background of a real life, without adding another hour to the day. the offer 3 € three frequencies · instant access · play on repeat forever three minutes of sound. a field that keeps shifting long after the song ends. claim instant access and all three frequencies are yours within minutes. claim your frequencies wealth, direction, and expression, encoded in sound and ready to play. katemi official
More you might like
Related
Manifestation Bundle
Related
Manifestation Bundle
Related
Manifestation Bundle
Related