:root{--property-gallery-gap:0.5rem;--property-gallery-radius:1rem;--property-gallery-btn-bg:rgba(255, 255, 255, 0.94);--property-gallery-btn-color:#111111;--property-gallery-btn-border:rgba(0, 0, 0, 0.08);--property-gallery-btn-shadow:0 0.25rem 1rem rgba(0, 0, 0, 0.16);--property-gallery-overlay:linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.08));--property-gallery-focus:#111111}.property-gallery{position:relative;container-type:inline-size}.property-gallery__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--property-gallery-gap);inline-size:100%;overflow:hidden;border-radius:var(--property-gallery-radius)}.property-gallery__item{position:relative;margin:0;min-inline-size:0;min-block-size:0;overflow:hidden;background-color:#f3f4f6}.property-gallery__link{display:block;inline-size:100%;block-size:100%;color:inherit;text-decoration:none;cursor:zoom-in}.property-gallery__img{display:block;inline-size:100%;block-size:100%;object-fit:cover;object-position:center;transition:transform 0.3s ease,filter 0.3s ease}.property-gallery__link:hover .property-gallery__img,.property-gallery__link:focus-visible .property-gallery__img{transform:scale(1.03);filter:brightness(.96)}.property-gallery__link:focus-visible,.property-gallery__trigger:focus-visible{outline:2px solid var(--property-gallery-focus);outline-offset:2px}.property-gallery__trigger{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:.5rem;padding:.7rem .9rem;border:1px solid var(--property-gallery-btn-border);border-radius:999px;background:var(--property-gallery-btn-bg);color:var(--property-gallery-btn-color);box-shadow:var(--property-gallery-btn-shadow);font:inherit;font-size:.875rem;font-weight:600;line-height:1;cursor:pointer;transition:transform 0.2s ease,background-color 0.2s ease}.property-gallery__trigger:hover{transform:translateY(-1px)}.property-gallery__trigger svg{inline-size:1rem;block-size:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.property-gallery__trigger--desktop{inset-inline-end:1rem;inset-block-end:1rem}.property-gallery__trigger--mobile{display:none;inset-inline-end:1rem;inset-block-end:1rem;background:rgb(17 17 17 / .72);color:#fff;border-color:rgb(255 255 255 / .18);backdrop-filter:blur(8px)}.property-gallery--count-1 .property-gallery__list{grid-template-columns:1fr;grid-template-rows:auto}.property-gallery--count-1 .property-gallery__item--0{grid-column:1 / -1;grid-row:1 / -1}.property-gallery--count-2 .property-gallery__list{grid-template-columns:2fr 1fr;grid-template-rows:1fr}.property-gallery--count-2 .property-gallery__item--0{grid-column:1 / 2;grid-row:1 / 2}.property-gallery--count-2 .property-gallery__item--1{grid-column:2 / 3;grid-row:1 / 2}.property-gallery--count-3 .property-gallery__list{grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr))}.property-gallery--count-3 .property-gallery__item--0{grid-column:1 / 2;grid-row:1 / 3}.property-gallery--count-3 .property-gallery__item--1{grid-column:2 / 3;grid-row:1 / 2}.property-gallery--count-3 .property-gallery__item--2{grid-column:2 / 3;grid-row:2 / 3}.property-gallery--count-4 .property-gallery__list{grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr))}.property-gallery--count-4 .property-gallery__item--0{grid-column:1 / 2;grid-row:1 / 3}.property-gallery--count-4 .property-gallery__item--1{grid-column:2 / 4;grid-row:1 / 2}.property-gallery--count-4 .property-gallery__item--2{grid-column:2 / 3;grid-row:2 / 3}.property-gallery--count-4 .property-gallery__item--3{grid-column:3 / 4;grid-row:2 / 3}.property-gallery--count-5 .property-gallery__list{grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr))}.property-gallery--count-5 .property-gallery__item--0{grid-column:1 / 2;grid-row:1 / 3}.property-gallery--count-5 .property-gallery__item--1{grid-column:2 / 3;grid-row:1 / 2}.property-gallery--count-5 .property-gallery__item--2{grid-column:3 / 4;grid-row:1 / 2}.property-gallery--count-5 .property-gallery__item--3{grid-column:2 / 3;grid-row:2 / 3}.property-gallery--count-5 .property-gallery__item--4{grid-column:3 / 4;grid-row:2 / 3}.property-gallery--count-5 .property-gallery__item--4::after{content:"";position:absolute;inset:0;background:var(--property-gallery-overlay);pointer-events:none}@supports (container-type:inline-size){@container (max-width:768px){.property-gallery--count-1 .property-gallery__list{grid-template-columns:1fr;grid-template-rows:auto;aspect-ratio:auto}.property-gallery--count-1 .property-gallery__item--0{grid-column:1 / -1;grid-row:1 / -1;aspect-ratio:16 / 9}.property-gallery--count-2 .property-gallery__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;aspect-ratio:auto}.property-gallery--count-2 .property-gallery__item--0,.property-gallery--count-2 .property-gallery__item--1{aspect-ratio:1 / 1}.property-gallery--count-2 .property-gallery__item--0{grid-column:1 / 2;grid-row:1 / 2}.property-gallery--count-2 .property-gallery__item--1{grid-column:2 / 3;grid-row:1 / 2}.property-gallery--count-3 .property-gallery__list,.property-gallery--count-4 .property-gallery__list,.property-gallery--count-5 .property-gallery__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;aspect-ratio:auto}.property-gallery--count-3 .property-gallery__item--0,.property-gallery--count-4 .property-gallery__item--0,.property-gallery--count-5 .property-gallery__item--0{grid-column:1 / 3;grid-row:1 / 2;aspect-ratio:16 / 9}.property-gallery--count-3 .property-gallery__item--1,.property-gallery--count-4 .property-gallery__item--1,.property-gallery--count-5 .property-gallery__item--1{grid-column:1 / 2;grid-row:2 / 3;aspect-ratio:1 / 1}.property-gallery--count-3 .property-gallery__item--2,.property-gallery--count-4 .property-gallery__item--2,.property-gallery--count-5 .property-gallery__item--2{grid-column:2 / 3;grid-row:2 / 3;aspect-ratio:1 / 1}.property-gallery--count-4 .property-gallery__item--3,.property-gallery--count-5 .property-gallery__item--3,.property-gallery--count-5 .property-gallery__item--4{display:none}.property-gallery--count-5 .property-gallery__item--4::after{display:none}.property-gallery__trigger--desktop{display:none}.property-gallery__trigger--mobile{display:inline-flex}}}@supports not (container-type:inline-size){@media (max-width:768px){.property-gallery--count-1 .property-gallery__list{grid-template-columns:1fr;grid-template-rows:auto;aspect-ratio:auto}.property-gallery--count-1 .property-gallery__item--0{grid-column:1 / -1;grid-row:1 / -1;aspect-ratio:16 / 9}.property-gallery--count-2 .property-gallery__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;aspect-ratio:auto}.property-gallery--count-2 .property-gallery__item--0,.property-gallery--count-2 .property-gallery__item--1{aspect-ratio:1 / 1}.property-gallery--count-2 .property-gallery__item--0{grid-column:1 / 2;grid-row:1 / 2}.property-gallery--count-2 .property-gallery__item--1{grid-column:2 / 3;grid-row:1 / 2}.property-gallery--count-3 .property-gallery__list,.property-gallery--count-4 .property-gallery__list,.property-gallery--count-5 .property-gallery__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;aspect-ratio:auto}.property-gallery--count-3 .property-gallery__item--0,.property-gallery--count-4 .property-gallery__item--0,.property-gallery--count-5 .property-gallery__item--0{grid-column:1 / 3;grid-row:1 / 2;aspect-ratio:16 / 9}.property-gallery--count-3 .property-gallery__item--1,.property-gallery--count-4 .property-gallery__item--1,.property-gallery--count-5 .property-gallery__item--1{grid-column:1 / 2;grid-row:2 / 3;aspect-ratio:1 / 1}.property-gallery--count-3 .property-gallery__item--2,.property-gallery--count-4 .property-gallery__item--2,.property-gallery--count-5 .property-gallery__item--2{grid-column:2 / 3;grid-row:2 / 3;aspect-ratio:1 / 1}.property-gallery--count-4 .property-gallery__item--3,.property-gallery--count-5 .property-gallery__item--3,.property-gallery--count-5 .property-gallery__item--4{display:none}.property-gallery--count-5 .property-gallery__item--4::after{display:none}.property-gallery__trigger--desktop{display:none}.property-gallery__trigger--mobile{display:inline-flex}}}