Radiant Stitch

Welcome to Radiant Stitch

Account access is prepared for the community experience. No payment or password is collected in this demo.

Privacy policy

Effective date: January 1, 2025

Information we receive

Radiant Stitch may receive your name, email address, phone number, message content, course preferences, and technical information needed to operate this website.

How we use information

We use information to respond to requests, provide course access, improve lessons, maintain security, and communicate service updates. We do not sell personal information.

Cookies and local storage

Essential browser storage remembers theme, cookie consent, tracked course IDs, and cart quantities. You can clear this storage through your browser settings.

Sharing

Information is shared only with service providers who help operate Radiant Stitch or when required by law.

Retention

We retain information only as long as reasonably needed for the stated purpose.

Your rights

You may request access, correction, or deletion by emailing [email protected].

Children

Our platform is intended for adults. We do not knowingly collect personal information from children under 13. If we learn that such data has been provided, we will delete it promptly.

Security

We use reasonable administrative and technical safeguards, though no internet transmission is guaranteed to be completely secure.

Changes

We may update this page and will publish the revised effective date.

Contact

Questions about this policy can be sent to [email protected].

`; document.getElementById('site-header').innerHTML = headerHTML; document.getElementById('site-footer').innerHTML = footerHTML; function initTheme(){const t=localStorage.getItem('radiantTheme')||'light';if(t==='dark')document.documentElement.classList.add('dark');document.getElementById('theme-toggle').onclick=()=>{document.documentElement.classList.toggle('dark');localStorage.setItem('radiantTheme',document.documentElement.classList.contains('dark')?'dark':'light');};} function initAuth(){const m=document.getElementById('auth-modal'),o=document.getElementById('login-open'),r=document.getElementById('register-open'),c=document.getElementById('auth-close');o.onclick=()=>{m.showModal()};r.onclick=()=>{m.showModal()};c.onclick=()=>{m.close()};} function initCookies(){const b=document.getElementById('cookie-banner'),c=document.getElementById('cookie-close');if(localStorage.getItem('radiantStitchCookies')==='accepted'){if(b)b.style.display='none';}if(c)c.onclick=()=>{localStorage.setItem('radiantStitchCookies','accepted');if(b)b.style.display='none';};} document.addEventListener('DOMContentLoaded',()=>{initTheme();initAuth();initCookies();});