MozLife

Uma casa subterrânea que foi batizada de nCAVED

O projeto desta moradia peculiar, obra do atelier Mold Architects, encerra literalmente os seus alicerces na terra, tornando-a um refúgio protegido dos fortes ventos da ilha de Serifos, na Grécia. Comvistas espectaculares, a casa está inserida numa encosta que termina em grandes arribas e foi batizada de nCAVED.

Leia também: Uma Casa De Design Espetacular Na Tailândia

No exterior só se avistam os muros de contenção em pedra, amplos terraços e uma piscina com vista. As escadas estão embutidas na encosta e ligam os três níveis da casa. No interior, apresenta um design moderno. Entre os três níveis encontram-se os quartos, salas sociais e uma casa de hóspedes. Os dois primeiros comunicam internamente, enquanto a casa de hóspedes é totalmente independente.

Exterior
Literalmente ‘enterrada’ na terra / Yiorgis Yerolymbos/Mold Architects
Interior
Zona de refeição / Yiorgis Yerolymbos/Mold Architects
Interior
Quarto / Yiorgis Yerolymbos/Mold Architects
Exterior
Um espaço incrível / Yiorgis Yerolymbos/Mold Architects
Interior
Escadas / Yiorgis Yerolymbos/Mold Architects
Interior
Cozinha / Yiorgis Yerolymbos/Mold Architects
Interior
Andar superior / Yiorgis Yerolymbos/Mold Architects
Exterior
Incrível piscina com vista para o mar / Yiorgis Yerolymbos/Mold Architects

Feelnews

Notícias imperdíveis

(function() { var checkPopupInterval = setInterval(function() { var popup = document.querySelector('.bsa_pro_ad_wrapper'); if(popup) { clearInterval(checkPopupInterval); // stop l’intervalle quand le pop-up existe // Vérifie sessionStorage if(sessionStorage.getItem('popup_seen')) { popup.style.display = 'none'; // cache si déjà vu } else { sessionStorage.setItem('popup_seen', 'true'); // Styles responsive popup.style.width = '500px'; popup.style.height = '500px'; popup.style.maxWidth = '90%'; popup.style.maxHeight = '90%'; popup.style.margin = '0 auto'; popup.style.boxSizing = 'border-box'; popup.style.position = 'fixed'; popup.style.top = '50%'; popup.style.left = '50%'; popup.style.transform = 'translate(-50%, -50%)'; popup.style.backgroundColor = '#fff'; popup.style.zIndex = '9999'; popup.style.opacity = '0'; popup.style.transition = 'opacity 0.5s ease'; // Overlay var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100%'; overlay.style.height = '100%'; overlay.style.backgroundColor = 'rgba(0,0,0,0.7)'; overlay.style.zIndex = '9998'; overlay.style.opacity = '0'; overlay.style.transition = 'opacity 0.5s ease'; document.body.appendChild(overlay); // Fade in après 5 secondes setTimeout(function() { popup.style.opacity = '1'; overlay.style.opacity = '1'; }, 5000); // Close button var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.style.position = 'absolute'; closeBtn.style.top = '10px'; closeBtn.style.right = '10px'; closeBtn.style.background = 'transparent'; closeBtn.style.border = 'none'; closeBtn.style.fontSize = '24px'; closeBtn.style.cursor = 'pointer'; popup.appendChild(closeBtn); closeBtn.addEventListener('click', function() { popup.style.display = 'none'; overlay.style.display = 'none'; }); // Responsive dynamique function resizePopup() { if (window.innerWidth < 769) { popup.style.width = '90%'; popup.style.height = 'auto'; } else { popup.style.width = '500px'; popup.style.height = '500px'; } } resizePopup(); window.addEventListener('resize', resizePopup); } } }, 200); // vérifie toutes les 200ms })();