Adequatelio Craft School

Questions from the workbench

Answers before you begin.

Are these courses suitable for beginners?

Yes. Several courses begin with preparation and vocabulary. Each listing identifies its level so you can choose an appropriate starting point.

Do I need specialist plumbing tools?

Many lessons discuss a modest toolkit, protective materials, and sensible tool choices. The catalog explains the expected preparation for each course.

Does a course guarantee that my installation will work?

No. Conditions vary by fixture, building, product, and existing connection. The courses teach observation and preparation without making performance guarantees.

When should I contact a professional?

Pause and seek qualified help when a connection is damaged, inaccessible, unusual, actively leaking, or outside your comfort and permission boundaries.

What is Fallows?

Fallows is the local saved-course list. Select the favorite control in the catalog, then visit the Fallows page to review or remove saved items.

How does the cart work?

The cart stores course IDs and quantities in your browser. It is a planning interface; checkout is a confirmation demonstration and does not process payment.

Can I study on a phone?

Yes. The layout uses responsive text, readable contrast, flexible cards, and controls designed for small screens.

How can I ask about accessibility?

Use the contact page to describe the format or access support you need. The team can explain available lesson materials clearly.

Are product images required for the lessons?

No. This site intentionally uses text-led, journal-like instruction so the course scope and practical steps remain easy to scan.

Browse answers in the catalog Ask another question
`; document.querySelector('header').innerHTML = headerHTML; document.querySelector('footer').innerHTML = footerHTML; const consentKey = 'acs-cookie-consent'; const banner = document.getElementById('cookie-banner'); if (localStorage.getItem(consentKey) === 'accepted') { banner.style.display = 'none'; } else { banner.style.display = 'flex'; } const closeBtn = banner.querySelector('[data-cookie-close]'); if (closeBtn) closeBtn.addEventListener('click', function() { localStorage.setItem(consentKey, 'accepted'); banner.style.display = 'none'; }); const themeBtn = document.querySelector('[data-theme-toggle]'); if (themeBtn) { themeBtn.addEventListener('click', function() { document.body.classList.toggle('bg-[#2F2118]'); document.body.classList.toggle('text-[#F5EBDD]'); }); } document.querySelectorAll('[data-open-modal]').forEach(btn => { btn.addEventListener('click', () => { const modal = document.createElement('div'); modal.className = 'fixed inset-0 z-50 flex items-center justify-center bg-black/60'; modal.innerHTML = `

Modal

This is a demo modal for ${btn.dataset.openModal}.

`; modal.querySelector('button').addEventListener('click', () => modal.remove()); document.body.appendChild(modal); }); }); })();