CalmCore Atelier

The clear agreement

Terms of Use

Effective date: January 1, 2025

1. Agreement

By using the CalmCore Atelier website, you agree to these terms. If you do not agree, please do not use the site. Our Privacy Policy explains related information practices.

2. Educational information

Course descriptions are provided to help you choose a learning experience. Course format, duration, inclusions, and pricing are shown as accurately as possible and may be updated. A displayed course is not a binding booking until availability and arrangements are confirmed by CalmCore Atelier.

3. Cart and Fallows

The cart and Fallows shelf are browser-based planning features. They do not reserve a seat, process payment, or create an enrolment. You are responsible for reviewing your selections before contacting the team.

4. Responsible use

Use the website lawfully and do not interfere with its operation, attempt unauthorized access, copy protected content for commercial use, or submit harmful, abusive, or misleading material through a form.

5. Content and intellectual property

CalmCore Atelier owns or licenses the website text, structure, branding, course descriptions, and teaching materials. You may read and use them for personal learning decisions but may not reproduce or redistribute them without written permission.

6. Candle safety

Candle making involves heat, open flame, fragrance materials, and equipment. Follow course instructions, supplier guidance, local rules, and sensible workspace precautions. Educational content does not replace product testing or professional safety advice.

7. Availability and liability

We work to keep the site accurate and available, but pages may change or experience interruptions. To the extent allowed by law, CalmCore Atelier is not responsible for losses caused by reliance on incomplete site information, browser storage failure, or circumstances outside reasonable control.

8. Changes and contact

We may revise these terms by publishing an updated effective date. Questions can be sent through the contact page. Read the FAQ for practical course information.

`; const footerHTML=``; document.getElementById('site-header').innerHTML=headerHTML; document.getElementById('site-footer').innerHTML=footerHTML; function initAll(){ const q=s=>document.querySelector(s); const qa=s=>document.querySelectorAll(s); const mt=q('#menu-toggle'); const mn=q('#mobile-nav'); if(mt&&mn)mt.addEventListener('click',()=>mn.classList.toggle('hidden')); qa('[data-modal]').forEach(b=>b.addEventListener('click',()=>q('#'+b.dataset.modal).classList.remove('hidden'))); qa('[data-close-modal]').forEach(b=>b.addEventListener('click',()=>b.closest('.fixed').classList.add('hidden'))); const tt=q('#theme-toggle'); if(tt){ const apply=t=>{document.documentElement.classList.toggle('dark',t==='dark');localStorage.setItem('calmcore-theme',t);}; tt.addEventListener('click',()=>{apply(document.documentElement.classList.contains('dark')?'light':'dark');}); apply(localStorage.getItem('calmcore-theme')||'light'); } const cb=q('#cookie-banner'); if(localStorage.getItem('calmcore-cookies')==='accepted'&&cb)cb.remove(); const ac=q('#accept-cookies'); if(ac)ac.addEventListener('click',()=>{localStorage.setItem('calmcore-cookies','accepted');if(cb)cb.remove();}); } initAll();