Inspired by the legendary Italian Dolomite mountains - an exploration of their topography and the environment of the mountains, this surface is truly is multifaceted. The various metallic options provide a dynamic visual effect by the composition of irregular cavities on the panel, recreating a landscape pattern. Dolomite also plays on the different effects light can have when hitting a surface, with the undulations of this panel reflecting light and emanating warmth from every angle. DIMENSIONS + Our standard ‘RTI’ panels are ‘Ready-To-Install’ panels. These are made to order at a set standard size of 1200mm x 2400mm* *dimensions are approximate and may differ either way by 50mm. WIDTH: 1200mm HEIGHT: 2400mm There are no bounds to what we can do and our CTO ‘Customised-To-Order’ panels are for bespoke commissions, incurring extra fees. Do contact us for more information on custom and bespoke projects. LEAD TIMES + 8–12 weeks, unless advised otherwise in writing. Due to the hand-crafted nature of our artisan individually produced pieces, unanticipated delays may occur. STORAGE + WATSON & GABB surfaces and panels should be stored where no moisture can attack them. Storage conditions should have a relative humidity of between 35% and 60% and be suitable for timber products. EXTRA PROCESSING & ADD-ONS + PLYWOOD SUBSTRATE + + £69.58 surcharge Plywood backing adds strength and support to the panel. Ideal for installations that need added stability or where the panel will be fixed mechanically. Best suited to kitchens, utility rooms, or commercial spaces where panels may be fixed to stud walls or need extra rigidity. EXTRA LARGE BOARD (3 X 3.5M IN HEIGHT) + + £139.15 surcharge For taller panels that go beyond standard size. A great option for impactful, large-scale designs that require seamless vertical coverage. Ideal for entrance halls, stairwells, feature walls, or double-height spaces. PATINA (ANTIQUE EFFECT) + + £251.56 per panel Aged metal look with character. This finish creates a rich, time-worn appearance that adds depth and uniqueness to each panel. Perfect for lounges, dining areas, bars, boutique retail, or anywhere a statement, heritage-inspired finish is desired. LACQUER + + £251.56 per panel A clear protective coating that helps maintain the finish, prevents tarnishing, and boosts durability — especially useful in high-touch areas. Recommended for kitchens, bathrooms, and commercial interiors where extra protection is needed. CUSTOM CUTTING TO SIZE + Price per job Panels cut to your exact dimensions, reducing waste and saving time on-site. Ideal for bespoke layouts or precision installs. SPRAYED LIQUID METAL (EDGES) + + £123.24 per linear metre Edges are hand-finished with real liquid metal to match the panel face, giving a continuous, high-end look across all sides. Great for open-plan living, reception areas, or anywhere the edges of panels are visible and contribute to the overall design. SPRAYED LIQUID METAL (BACKS) + + £1,152.99 per square metre A premium, textured finish made from real metal particles. Offers the look and feel of solid metal with more flexibility in application. Ideal for high-impact feature walls in living rooms, bedrooms, hotel lobbies, or retail spaces. SPRAYED PAINT (EDGES) + + £54.27 per linear metre Neatly painted panel edges for a clean, finished appearance. Ideal when panel sides are visible or part of the design. Well suited to kitchens, bathrooms, and wardrobes where panel edges are regularly exposed. SPRAYED PAINT (BACKS) + + £174.70 per square metre The back of the panel is sealed or painted to protect against moisture and corrosion — important for humid areas or exposed fixings. Essential for bathrooms, wet rooms, spa areas, or outdoor-covered installations. TEARSHEET + Download the product tearsheet here. /* Main accordion styling */ .faq-accordion { border-top: 1px solid #ddd; } .faq-item { border-bottom: 1px solid #ddd; } .faq-question { width: 100%; text-align: left; background: none; border: none; padding: 1rem 0; font-size: 1.1rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s ease; } .faq-question:hover { color: #014421; } .faq-answer { display: none; padding-bottom: 1rem; color: #444; } .faq-item.active .faq-answer { display: block; } /* Nested accordion styling */ .nested-accordion { border-top: 1px solid #ccc; } .nested-item { border-bottom: 1px solid #ccc; } .nested-question { width: 100%; text-align: left; background: none; border: none; padding: 0.75rem 0; font-size: 1rem; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #222; transition: color 0.2s ease; } .nested-question:hover { color: #014421; } .nested-answer { display: none; padding: 0 0 0.75rem 0; color: #444; } .nested-item.active .nested-answer { display: block; } .toggle-icon { font-size: 1.2rem; line-height: 1; font-weight: 600; transition: color 0.2s ease; } /* Main accordion toggles */ document.querySelectorAll('.faq-question').forEach(button => { button.addEventListener('click', () => { const item = button.parentElement; const icon = button.querySelector('.toggle-icon'); item.classList.toggle('active'); icon.textContent = item.classList.contains('active') ? '–' : '+'; }); }); /* Nested accordion toggles */ document.querySelectorAll('.nested-question').forEach(button => { button.addEventListener('click', () => { const item = button.parentElement; const icon = button.querySelector('.toggle-icon'); item.classList.toggle('active'); icon.textContent = item.classList.contains('active') ? '–' : '+'; }); });