:root{--bg:#f6f7fb;--surface:#fff;--surface-muted:#f1f4f9;--text:#121826;--text-soft:#5b6472;--line:#dbe2ea;--accent:#0f172a;--accent-2:#1d4ed8;--accent-2-hover:#1e40af;--radius:20px;--shadow:0 10px 30px #0f172a14;--container:1200px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--bg);min-width:320px;color:var(--text);margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(100% - 32px, var(--container));margin:0 auto}.section{padding:64px 0}.section-muted{background:var(--surface-muted)}.section-accent{padding-top:24px;padding-bottom:80px}.section-kicker,.eyebrow{color:var(--accent-2);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:14px;font-weight:700}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero{padding:72px 0 48px}.hero-inner{background:linear-gradient(135deg, #1d4ed814, #0f172a0a), var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:32px;overflow:hidden}.hero-copy{width:100%;padding:56px}.hero-copy h1{letter-spacing:-.03em;margin:0;font-size:clamp(36px,5vw,64px);line-height:1.04}.hero-logo{width:auto;max-width:min(100%,560px);height:auto;max-height:140px;display:block}.hero-text{max-width:760px;color:var(--text-soft);margin:20px 0 0;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent-2);color:#fff}.button-primary:hover{background:var(--accent-2-hover)}.button-secondary{border-color:var(--line);color:var(--text);background:0 0}.button-secondary:hover{background:#eef3ff}.text-link{color:var(--accent-2);font-weight:600}.prose-block{max-width:840px}.prose-block h2,.section-head h2,.section-head h1,.cta-box h2{letter-spacing:-.02em;margin:0;font-size:clamp(28px,4vw,40px);line-height:1.1}.prose-block p,.cta-box p,.info-card p,.empty-state,.section-head p{color:var(--text-soft);line-height:1.7}.about-home-section{padding-top:12px}.about-intro{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:28px;display:grid}.about-intro-copy{min-width:0}.about-intro-title{letter-spacing:-.04em;margin:0;font-size:clamp(44px,6vw,72px);line-height:.98}.about-intro-text{max-width:720px;color:var(--text);margin:28px 0 0;font-size:18px;line-height:1.55}.about-intro-media{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;overflow:hidden}.about-intro-media img{aspect-ratio:16/10;object-fit:cover;width:100%}.about-advantages-grid{margin-top:36px}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.info-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:24px}.info-card h3{margin:0 0 10px;font-size:20px}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.section-head-stack{flex-direction:column;align-items:stretch}.properties-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.property-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.property-card-link{height:100%;display:block}.property-card-media{aspect-ratio:16/10;background:linear-gradient(135deg,#e5eaf2,#f5f7fb);position:relative}.property-card-media img{object-fit:cover;width:100%;height:100%}.property-card-placeholder{height:100%;min-height:220px;color:var(--text-soft);place-items:center;display:grid}.property-card-body{padding:20px}.property-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.property-card-type{color:var(--accent-2);letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:700}.property-card-price{white-space:nowrap;font-weight:700}.property-card-title{margin:0 0 10px;font-size:22px;line-height:1.2}.property-card-description{color:var(--text-soft);margin:0 0 16px;line-height:1.6}.property-card-meta{color:var(--text-soft);flex-wrap:wrap;gap:10px;margin-bottom:16px;font-size:14px;display:flex}.property-card-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.empty-state{background:var(--surface);border:1px dashed var(--line);border-radius:20px;padding:24px}.cta-box{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(135deg,#1d4ed814,#fffc);border-radius:28px;justify-content:space-between;align-items:center;gap:24px;padding:32px;display:flex}.filters{grid-template-columns:repeat(4,minmax(0,1fr)) auto auto;gap:12px;width:100%;display:grid}.filters input,.filters select{background:var(--surface);border:1px solid var(--line);min-height:48px;color:var(--text);border-radius:14px;padding:0 14px}.filters input:focus,.filters select:focus{border-color:var(--accent-2);outline:2px solid #1d4ed833}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f7fbd9;border-bottom:1px solid #dbe2eacc;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:76px;display:flex}.site-logo{letter-spacing:-.02em;font-size:20px;font-weight:800}.site-nav{flex-wrap:wrap;gap:18px;display:flex}.site-nav a{color:var(--text-soft);font-weight:600}.site-nav a:hover{color:var(--text)}.site-footer{border-top:1px solid var(--line);background:var(--surface);margin-top:80px}.site-footer-inner{grid-template-columns:1.2fr 1fr 1fr;gap:24px;padding:36px 0;display:grid}.site-footer h3,.site-footer h4{margin:0 0 12px}.site-footer p,.site-footer a,.site-footer li{color:var(--text-soft);line-height:1.7}.site-footer ul{margin:0;padding:0;list-style:none}.property-details{grid-template-columns:1.1fr 1fr;align-items:start;gap:28px;display:grid}.property-details-media{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;overflow:hidden}.property-details-media img{aspect-ratio:16/10;object-fit:cover;width:100%}.property-image-placeholder{min-height:320px;color:var(--text-soft);background:linear-gradient(135deg,#e5eaf2,#f5f7fb);place-items:center;display:grid}.property-details-content h1{letter-spacing:-.03em;margin:0;font-size:clamp(32px,4vw,48px);line-height:1.08}.property-details-lead{color:var(--text-soft);margin:16px 0 0;font-size:18px;line-height:1.7}.property-details-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:28px 0;display:grid}.property-meta-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:18px}.property-meta-card span{color:var(--text-soft);margin-bottom:8px;font-size:14px;display:block}.property-meta-card strong{font-size:18px}.property-details-text{margin-top:28px}.property-details-text h2{margin:0 0 12px;font-size:24px}.property-details-text p{color:var(--text-soft);margin:0;line-height:1.75}.property-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.property-feature-item{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px}.property-feature-item span{color:var(--text-soft);margin-bottom:6px;font-size:14px;display:block}.property-feature-item strong{font-size:16px}@media (max-width:1024px){.cards-grid,.properties-grid,.site-footer-inner,.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-box,.about-intro{flex-direction:column;grid-template-columns:1fr;align-items:start}}@media (max-width:900px){.property-details,.property-details-meta,.property-features-grid{grid-template-columns:1fr}}@media (max-width:720px){.hero-copy{padding:28px}.hero-logo{max-width:min(100%,320px);max-height:96px}.section{padding:48px 0}.cards-grid,.properties-grid,.site-footer-inner,.filters{grid-template-columns:1fr}.section-head,.site-header-inner,.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}}
:root{--bg:#f8f9fc;--surface:#fff;--surface-muted:#f3f6fb;--text:#132035;--muted:#5f6b7c;--line:#e8edf5;--accent:#2f6fbd;--accent-strong:#255d9f;--shadow:0 10px 30px #1018280f;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}main{min-height:calc(100vh - 220px)}.container{width:min(1200px,100% - 32px);margin:0 auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f9fce6;border-bottom:1px solid #13203514;position:sticky;top:0}.header-shell{width:calc(100% - 64px);margin:0 auto}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:80px;display:grid}.brand{flex-direction:column;justify-self:start;gap:4px;display:flex}.brand-title{font-size:1.125rem;font-weight:700}.brand-subtitle{color:var(--muted);font-size:.875rem}.main-nav{flex-wrap:wrap;justify-self:center;align-items:center;gap:28px;display:flex}.main-nav a{color:var(--muted);font-weight:600}.main-nav a:hover{color:var(--text)}.header-spacer{justify-self:end;width:1px;height:1px}.hero{padding:72px 0 40px}.hero-inner{grid-template-columns:1.2fr;gap:24px;display:grid}.hero-copy{width:100%;box-shadow:var(--shadow);background:linear-gradient(135deg,#fff 0%,#eef4fb 100%);border-radius:32px;padding:40px}.hero-logo{width:auto;max-width:min(100%,560px);height:auto;max-height:150px;display:block}.eyebrow,.section-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:.875rem;font-weight:700}.hero h1,.section h1,.section h2{margin:0 0 16px;line-height:1.05}.hero h1{font-size:clamp(2.25rem,5vw,4.5rem)}.hero-text,.prose-block p,.info-card p,.property-card p,.property-main p{color:var(--muted);line-height:1.7}.hero-actions,.section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.section-head-stack{align-items:stretch}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;display:inline-flex}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong)}.button-secondary{background:#ffffffd9;border-color:#1320351a}.text-link{color:var(--accent);font-weight:700}.section{padding:40px 0}.section-muted{background:0 0}.section-accent{padding-bottom:72px}.prose-block{max-width:760px}.prose-block-wide{max-width:none}.rich-text-content{color:var(--muted)}.rich-text-content p,.rich-text-content ul,.rich-text-content ol{margin:0 0 16px;line-height:1.8}.rich-text-content ul,.rich-text-content ol{padding-left:22px}.rich-text-content strong{color:var(--text)}.inline-contact-link{color:var(--accent);font-weight:600}.about-home-section{padding-top:10px}.about-intro{grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);align-items:start;gap:28px;display:grid}.about-intro-title{letter-spacing:-.04em;margin:0;font-size:clamp(44px,6vw,72px);line-height:.98}.about-intro-text{max-width:720px;color:var(--text);margin:24px 0 0;font-size:18px;line-height:1.6}.about-intro-media{background:var(--surface);box-shadow:var(--shadow);border:1px solid #1320350f;border-radius:28px;overflow:hidden}.about-intro-media img{aspect-ratio:16/10;object-fit:cover;width:100%}.about-advantages-grid{margin-top:36px}.about-advantages-grid .info-card{flex-direction:column;min-height:220px;display:flex}.cards-grid,.properties-grid,.legal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.properties-grid,.properties-grid-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card,.property-card,.cta-box,.specs-card,.empty-state,.filters,.property-media-stage,.property-meta-card,.property-feature-item,.property-about-card,.property-map-card,.document-row{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #1320350f}.info-card,.specs-card,.empty-state,.property-about-card{padding:24px}.info-card h3{letter-spacing:-.03em;margin:0 0 12px;font-size:clamp(24px,3vw,32px);line-height:1.1}.info-card p{margin:0}.info-card-plain{box-shadow:none;background:0 0;border-color:#0000;padding:34px}.info-card-soft{box-shadow:none;background:#f1f3f7;border:0;padding:34px}.info-card-accent{box-shadow:none;background:linear-gradient(135deg,#6f9fe8 0%,#5a8fe2 100%);border:0;padding:34px}.info-card-accent h3,.info-card-accent p{color:#fff}.cta-box{justify-content:space-between;align-items:center;gap:24px;padding:32px;display:flex}.filters{flex-wrap:wrap;gap:12px;padding:16px;display:flex}.filters select,.filters input{background:#fff;border:1px solid #13203514;border-radius:14px;min-width:180px;min-height:44px;padding:0 14px}.property-card{overflow:hidden}.property-card-link{height:100%;display:block}.property-card-media{aspect-ratio:16/10;background:#dbe7f6;position:relative;overflow:hidden}.property-card-media img,.property-gallery-item img,.property-media-stage img,.property-media-thumb img{object-fit:cover}.property-card-placeholder{width:100%;height:100%;color:var(--muted);place-items:center;display:grid}.property-card-body{padding:24px}.property-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.property-card-type{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.property-card-title{letter-spacing:-.03em;margin:0 0 12px;font-size:1.85rem;line-height:1.1}.property-card-price{margin:0 0 14px;font-size:1.2rem;font-weight:800;color:var(--text)!important}.property-card-meta{color:var(--muted);flex-wrap:wrap;gap:10px;margin:0 0 10px;font-size:.95rem;display:flex}.property-card-description{color:var(--muted);margin:10px 0 0}.media-arrow{z-index:3;width:40px;height:40px;color:var(--text);cursor:pointer;background:#ffffffe6;border:0;border-radius:999px;place-items:center;font-size:1.5rem;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px #1018281f}.media-arrow-prev{left:12px}.media-arrow-next{right:12px}.media-dots{z-index:3;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.media-dot{cursor:pointer;background:#ffffff73;border:0;border-radius:999px;width:8px;height:8px;padding:0}.media-dot.is-active{background:#fff;width:22px}.property-details-top{align-items:start}.property-details{grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr);gap:28px;display:grid}.property-details-primary,.property-details-content,.property-media-panel{min-width:0}.property-media-topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.property-media-tabs{flex-wrap:wrap;gap:10px;display:flex}.media-tab{min-height:44px;color:var(--muted);cursor:pointer;background:#ffffffe0;border:1px solid #13203514;border-radius:999px;padding:0 18px;font-weight:700}.media-tab.is-active{background:var(--text);border-color:var(--text);color:#fff}.media-tab:disabled{opacity:.45;cursor:not-allowed}.property-media-stage{min-height:540px;position:relative;overflow:hidden}.property-media-stage-button{cursor:zoom-in;background:0 0;border:0;padding:0;position:absolute;inset:0}.media-expand-button{z-index:4;cursor:pointer;width:44px;height:44px;color:var(--text);background:#ffffffeb;border:0;border-radius:14px;place-items:center;font-size:1.1rem;display:grid;position:absolute;bottom:16px;right:16px;box-shadow:0 8px 20px #10182824}.property-image-placeholder{width:100%;min-height:320px;color:var(--muted);background:linear-gradient(135deg,#e7edf8 0%,#f7f9fc 100%);place-items:center;display:grid}.property-media-thumbs{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:10px;margin-top:14px;display:grid}.property-media-thumb{aspect-ratio:4/3;background:var(--surface-muted);cursor:pointer;border:2px solid #0000;border-radius:14px;padding:0;position:relative;overflow:hidden}.property-media-thumb.is-active{border-color:var(--accent)}.media-lightbox{z-index:120;place-items:center;display:grid;position:fixed;inset:0}.media-lightbox-backdrop{background:#0b1120f0;position:absolute;inset:0}.media-lightbox-shell{z-index:1;grid-template-rows:1fr auto;gap:18px;width:min(100vw - 48px,1400px);height:min(100vh - 48px,900px);display:grid;position:relative}.media-lightbox-stage{place-items:center;display:grid;position:relative;overflow:hidden}.media-lightbox-image{-webkit-user-select:none;user-select:none;transform-origin:50%;cursor:zoom-in;max-width:100%;max-height:100%;transition:transform 80ms linear}.media-lightbox-image.is-zoomed{cursor:grab}.media-lightbox-image.is-grabbing{cursor:grabbing}.media-lightbox-close,.media-lightbox-nav{z-index:3;width:52px;height:52px;color:var(--text);cursor:pointer;background:#fffffff2;border:0;border-radius:999px;place-items:center;display:grid;position:absolute;box-shadow:0 10px 24px #1018282e}.media-lightbox-close{font-size:2rem;line-height:1;top:16px;right:16px}.media-lightbox-nav-prev{font-size:2rem;top:50%;left:16px;transform:translateY(-50%)}.media-lightbox-nav-next{font-size:2rem;top:50%;right:16px;transform:translateY(-50%)}.media-lightbox-footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.media-lightbox-counter{color:#fff;background:#ffffff1a;border-radius:999px;padding:8px 16px;font-weight:600}.media-lightbox-dots{gap:8px;display:flex}.property-about-card{margin-top:18px}.property-about-card h2,.documents-page-head h1{margin:0 0 16px;font-size:clamp(2rem,4vw,3rem);line-height:1.03}.property-about-content{color:var(--muted)}.property-details-content{min-width:0}.property-details-lead{color:var(--muted);margin:12px 0 0;font-size:1.05rem}.property-price-block{margin:24px 0 28px}.property-price-row{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;display:flex}.property-price-main{letter-spacing:-.04em;margin:0;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.02}.property-price-secondary{color:var(--muted);margin:0;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600}.property-price-note{color:var(--muted);margin:12px 0 0}.property-price-action{margin-top:18px}.property-details-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.property-meta-card{padding:20px}.property-meta-card span{color:var(--muted);margin-bottom:8px;display:block}.property-meta-card strong{font-size:1.1rem}.property-details-text{margin-top:28px}.property-details-text h2,.property-location-head h2{margin:0 0 12px;font-size:2rem;line-height:1.05}.property-details-text p,.property-location-head p{color:var(--muted);margin:0;line-height:1.75}.property-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.property-feature-item{padding:18px}.property-feature-item span{color:var(--muted);margin-bottom:8px;display:block}.property-section-divider{background:#1320350f;height:1px;margin:36px 0 28px}.property-location-section{max-width:980px;margin:0 auto}.property-location-head{text-align:center}.property-metro-list{flex-wrap:wrap;justify-content:center;gap:14px;margin:18px 0 22px;display:flex}.property-metro-item{background:#fffc;border:1px solid #1320350d;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.property-metro-dot{border-radius:999px;width:10px;height:10px}.property-metro-name{font-weight:600}.property-metro-time{color:var(--muted)}.property-map-card{overflow:hidden}.property-map-card-wide{margin-top:12px}.documents-page{padding-bottom:72px}.documents-page-inner{grid-template-columns:minmax(240px,1fr) minmax(0,1fr);align-items:start;gap:28px;display:grid}.documents-page-head h1{letter-spacing:-.05em;font-size:clamp(3rem,7vw,5rem)}.documents-list{flex-direction:column;gap:14px;display:flex}.document-row{background:#ffffffe6;justify-content:space-between;align-items:center;gap:16px;padding:24px 28px;display:flex}.document-row-title{color:var(--text);font-size:1.15rem;font-weight:700;display:block}.document-row-description{color:var(--muted);margin-top:6px;display:block}.document-row-arrow{color:var(--accent);font-size:1.25rem}.about-page-layout{flex-direction:column;gap:24px;display:flex}.about-page-head{max-width:980px}.about-page-content{margin-top:12px}.legal-grid-about{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.about-info-card{min-height:100%}.about-disclaimer-card{width:100%}.spec-row{border-bottom:1px solid #1320350f;grid-template-columns:1fr 1fr;gap:12px;padding:10px 0;display:grid}.spec-row:last-child{border-bottom:0}.spec-row dt{color:var(--muted)}.spec-row dd{text-align:right;margin:0;font-weight:600}.site-footer{border-top:1px solid #13203514;padding:40px 0 24px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.footer-grid-extended{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid h2,.info-card h2,.specs-card h2{margin-top:0}.footer-bottom{padding-top:24px}.footer-disclaimer{color:var(--muted);line-height:1.6}.empty-state{min-height:200px;color:var(--muted);text-align:center;grid-column:1/-1;place-items:center;display:grid}@media (max-width:980px){.cards-grid,.properties-grid,.legal-grid,.footer-grid,.property-layout,.property-gallery,.about-intro,.property-details,.property-details-meta,.property-features-grid,.documents-page-inner,.legal-grid-about{grid-template-columns:1fr}.header-inner{flex-direction:column;align-items:flex-start;padding:14px 0;display:flex}.header-shell{width:calc(100% - 32px)}.header-spacer{display:none}.main-nav{justify-self:flex-start;gap:18px}.cta-box{flex-direction:column;align-items:flex-start}.property-media-stage{min-height:340px}.property-location-section{max-width:100%}}@media (max-width:720px){.hero-copy{padding:28px}.hero-logo{max-width:min(100%,320px);max-height:96px}.section{padding:48px 0}.cards-grid,.properties-grid,.site-footer-inner,.filters,.footer-grid-extended{grid-template-columns:1fr}.section-head,.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.property-media-stage{min-height:280px}.property-price-row{align-items:flex-start}.media-lightbox-shell{width:min(100vw - 24px,1400px);height:min(100vh - 24px,900px)}.media-lightbox-close,.media-lightbox-nav{width:44px;height:44px}}
