1- Standard Layout

Apartment 6

Two-bedroom residences with full kitchen and private balcony, splittable into a studio + 1-bedroom layout for maximum flexibility.

Size:

78 m²

document.getElementById('apart-cont').addEventListener('click', function (e) {
e.preventDefault();

const $select = jQuery('select[name="select-1[]"]');

let current = $select.val() || [];

let newValue = 'Apartment 06 Type B — 78 m² (with Split Option)';

if (!current.includes(newValue)) {
current.push(newValue);
}

$select.val(current).trigger('change');

setTimeout(() => {
const section = document.getElementById('contact');

window.scrollTo({
top: section.getBoundingClientRect().top + window.scrollY,
behavior: 'smooth'
});
}, 200);
});

2- Optional Split Layout

Apartment 6 — Optional Split Layout

Apartment 6 can also be split into two independent sub-units for maximum flexibility.

1A

1-bedroom apartment with living area, kitchen and balcony.

1B

Studio with bed, kitchen and bathroom.