:root{--property-bg:#f4f1ec;--property-surface:#fff;--property-surface-soft:#f8f6f2;--property-text:#1f1f1b;--property-text-soft:#6c6a66;--property-border:#1f1f1b14;--property-shadow:0 24px 70px #00000014;--property-shadow-soft:0 18px 45px #0000000f;--property-radius-xl:34px;--property-radius-lg:26px;--property-radius-md:20px;--property-red:#c60c23;--property-red-dark:#9e1225;--property-price-bg:#c60c2380;--property-price-border:#ffffff29;--property-white:#fff}html{scroll-behavior:smooth}.property-page{background:var(--property-bg);color:var(--property-text);min-height:100vh}.container-property{width:min(1240px,100% - 32px);margin:0 auto}.property-page-loading,.property-page-error{text-align:center;background:#fff;place-items:center;min-height:100vh;padding:120px 20px 40px;display:grid}.property-page-loading__spinner{border:3px solid #c5162e2e;border-top-color:var(--property-red);border-radius:50%;width:52px;height:52px;margin:0 auto 16px;animation:.9s linear infinite propertySpin}.property-page-error h1{margin-bottom:10px;font-size:clamp(2rem,4vw,3rem)}.property-page-error p{color:var(--property-text-soft);margin-bottom:24px}.property-page-error__button{background:var(--property-red);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-weight:700;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.property-page-error__button:hover{background:var(--property-red-dark);transform:translateY(-1px)}@keyframes propertySpin{to{transform:rotate(360deg)}}.property-hero{background:#111;align-items:end;min-height:75vh;display:flex;position:relative;overflow:hidden}.property-hero__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.property-hero__overlay{background:#00000052;position:absolute;inset:0}.property-hero__gradient{background:linear-gradient(#00000014 0%,#0000002e 30%,#00000073 65%,#000000c7 100%);position:absolute;inset:0}.property-hero__inner{z-index:2;justify-content:center;width:100%;padding-top:140px;padding-bottom:44px;display:flex;position:relative}.property-hero__content{max-width:1200px;color:var(--property-white);margin:8vw auto}.property-hero__main{grid-template-columns:minmax(0,1fr) 320px;align-items:end;gap:32px;margin:0 4vw;display:grid}.property-hero__info{min-width:0}.property-hero__badges{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.property-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#ffffff1c;border:1px solid #ffffff26;border-radius:999px;align-items:center;min-height:38px;padding:0 16px;font-size:.78rem;font-weight:700;display:inline-flex}.property-badge--credit{background:#19a15deb;border-color:#ffffff24}.property-hero__title{letter-spacing:.03em;text-wrap:balance;margin:0;font-size:2.5rem;font-weight:800;line-height:.95}.property-hero__location{color:#ffffffeb;align-items:flex-start;gap:10px;margin-top:18px;font-size:clamp(1rem,1.8vw,1.45rem);display:flex}.property-hero__location-icon{opacity:.9;line-height:1.1}.property-hero__specs{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.property-hero__spec{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff1c;border-radius:4px;min-width:110px;padding:14px 16px}.property-hero__spec-value{color:#fff;font-size:1.05rem;font-weight:800;line-height:1.1;display:block}.property-hero__spec-label{color:#ffffffbf;margin-top:4px;font-size:.82rem;display:block}.property-hero__bottom{flex-direction:column;justify-content:end;align-items:stretch;gap:16px;width:100%;max-width:320px;margin-top:0;margin-left:auto;display:flex}.property-price-card{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;flex-direction:column;gap:6px;padding:12px 0 16px;animation:.8s forwards priceLineIn;display:flex;position:relative}@keyframes priceLineIn{to{width:100%}}.property-price-card:after{content:"";background:var(--property-red);width:100%;height:5px;transition:width .6s;position:absolute;bottom:0;left:0}.property-price-card__label{letter-spacing:.16em;text-transform:uppercase;color:#fffc;font-size:.78rem;font-weight:700}.property-price-card__value{color:#fff;font-size:clamp(1.5rem,2vw,2rem);font-weight:800;line-height:1}.property-hero__cta{width:100%;min-height:54px;color:var(--property-text);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 26px;font-weight:800;text-decoration:none;transition:transform .25s,background .25s;display:inline-flex}.property-hero__cta:hover{background:#ffffffeb;transform:translateY(-1px)}.property-gallery-wrap{z-index:3;margin-top:-54px;position:relative}.property-gallery{background:var(--property-surface);border-radius:var(--property-radius-xl);box-shadow:var(--property-shadow);padding:30px}.property-gallery__header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.property-section-kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--property-text-soft);font-size:.78rem;font-weight:700;display:inline-block}.property-section-title{color:var(--property-text);margin:6px 0 0;font-size:clamp(1rem,1.5vw,1.5rem);font-weight:800;line-height:1.05}.property-gallery__nav{align-items:center;gap:10px;display:flex}.property-gallery__nav button{border:1px solid var(--property-border);width:46px;height:46px;color:var(--property-text);cursor:pointer;background:#fff;border-radius:999px;font-size:1.7rem;line-height:1;transition:background .25s,transform .25s,border-color .25s}.property-gallery__nav button:hover{background:var(--property-surface-soft);border-color:#1f1f1b29;transform:translateY(-1px)}.property-gallery__main{cursor:pointer;background:#ddd;border:0;border-radius:28px;width:100%;height:560px;padding:0;display:block;position:relative;overflow:hidden}.property-gallery__main img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.property-gallery__main:hover img{transform:scale(1.02)}.property-gallery__counter{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000ad;border-radius:999px;padding:10px 14px;font-size:.9rem;font-weight:700;position:absolute;bottom:18px;right:18px}.property-gallery__thumbs{gap:12px;padding-top:16px;display:flex;overflow-x:auto}.property-gallery__thumbs::-webkit-scrollbar{height:8px}.property-gallery__thumbs::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.property-gallery__thumb{cursor:pointer;opacity:.75;background:#ddd;border:2px solid #0000;border-radius:20px;flex:none;width:150px;height:100px;padding:0;transition:opacity .25s,transform .25s,border-color .25s;overflow:hidden}.property-gallery__thumb img{object-fit:cover;width:100%;height:100%}.property-gallery__thumb:hover{opacity:1;transform:translateY(-2px)}.property-gallery__thumb.is-active{opacity:1;border-color:var(--property-red)}.property-main{padding:40px 0 70px}.property-main__grid{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:32px;display:grid}.property-main__content,.property-main__sidebar{min-width:0}.property-card{background:var(--property-surface);border-radius:var(--property-radius-xl);box-shadow:var(--property-shadow-soft);margin-bottom:24px;padding:34px}.property-breadcrumb{color:var(--property-text-soft);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:22px;font-size:.92rem;display:flex}.property-breadcrumb a{color:var(--property-text-soft);text-decoration:none}.property-breadcrumb a:hover{color:var(--property-red)}.property-block{margin-bottom:0}.property-block__title{color:var(--property-text);margin:0 0 18px;font-size:clamp(1.7rem,2.4vw,2.7rem);font-weight:800;line-height:1.05}.property-block__subtitle{color:var(--property-text);margin:0 0 18px;font-size:clamp(1.25rem,2vw,1.9rem);font-weight:800;line-height:1.1}.property-description{color:#3f3d39;font-size:1.2rem;line-height:1.8}.property-description p{margin:0 0 1em}.property-description strong,.property-description b{color:var(--property-text)}.property-features-box{border:1px solid var(--property-border);border-radius:var(--property-radius-lg);background:var(--property-surface-soft);margin-top:30px;padding:28px}.property-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;display:grid}.property-feature-row{border-bottom:1px solid #1f1f1b12;justify-content:space-between;gap:16px;padding:14px 0;display:flex}.property-feature-row__label{color:var(--property-text-soft);font-size:.95rem}.property-feature-row__value{color:var(--property-text);text-align:right;font-size:.96rem;font-weight:700}.property-tags{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.property-tag{color:#4b4843;background:#ece8e0;border-radius:999px;align-items:center;min-height:36px;padding:0 14px;font-size:.9rem;font-weight:600;display:inline-flex}.property-map{border:1px solid var(--property-border);border-radius:26px;overflow:hidden}.property-blueprints{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.property-blueprints img{border:1px solid var(--property-border);border-radius:20px;width:100%;display:block}.property-videos{gap:18px;display:grid}.property-video-frame{border:0;border-radius:20px;width:100%;height:360px;display:block}.property-contact-card{background:var(--property-surface);border-radius:var(--property-radius-xl);box-shadow:var(--property-shadow);padding:28px;position:sticky;top:24px}.property-contact-card__badge{color:#147347;letter-spacing:.08em;text-transform:uppercase;background:#e5f7eb;border-radius:999px;align-items:center;min-height:34px;margin-bottom:16px;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex}.property-contact-card__price{border-bottom:1px solid var(--property-border);margin-bottom:22px;padding-bottom:22px}.property-contact-card__price span{text-transform:uppercase;letter-spacing:.16em;color:var(--property-text-soft);margin-bottom:8px;font-size:.8rem;font-weight:700;display:block}.property-contact-card__price strong{color:var(--property-red-dark);font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:.95;display:block}.property-contact-card__form h3{color:var(--property-text);margin:0 0 16px;font-size:1.7rem;font-weight:800;line-height:1.05}.property-contact-card__form-embed{height:auto;min-height:619px;overflow:visible}.property-contact-card__branch{border-top:1px solid var(--property-border);color:var(--property-text-soft);margin-top:24px;padding-top:20px;font-size:.95rem;line-height:1.7}.property-contact-card__branch h4{color:var(--property-text);margin:0 0 8px;font-size:1.05rem;font-weight:800}.property-contact-card__branch p{margin:0 0 4px}.property-related{padding:0 0 72px}.property-related__header{justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px;display:flex}.property-related__nav{flex-shrink:0;gap:10px;display:flex}.property-related__nav button,.property-related__arrow{border:1px solid var(--property-border);background:var(--property-surface);width:46px;height:46px;color:var(--property-text);cursor:pointer;box-shadow:var(--property-shadow-soft);border-radius:999px;justify-content:center;align-items:center;font-size:1.7rem;line-height:1;transition:background .2s,color .2s,transform .2s;display:inline-flex}.property-related__nav svg,.property-related__arrow svg{stroke-width:2.2px;width:22px;height:22px}.property-related__nav button:hover,.property-related__arrow:hover{background:var(--property-red);color:var(--property-white);transform:translateY(-1px)}.property-related__shell{position:relative}.property-related__carousel{scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;-ms-overflow-style:none;grid-auto-columns:minmax(280px,390px);grid-auto-flow:column;gap:18px;padding:2px 2px 18px;display:grid;overflow-x:auto}.property-related__carousel::-webkit-scrollbar{display:none}.property-related__item{scroll-snap-align:start}.property-related__arrow{z-index:2;display:none;position:absolute;top:50%;transform:translateY(-50%)}.property-related__arrow:hover{transform:translateY(-50%)translateY(-1px)}.property-related__arrow--prev{left:-18px}.property-related__arrow--next{right:-18px}.property-related__loading{border:1px solid var(--property-border);border-radius:var(--property-radius-lg);background:var(--property-surface);color:var(--property-text-soft);box-shadow:var(--property-shadow-soft);padding:26px}.property-lightbox{z-index:999;background:#000000f0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.property-lightbox__image{object-fit:contain;max-width:94vw;max-height:92vh}.property-lightbox__close{color:#fff;cursor:pointer;background:0 0;border:0;font-size:3rem;line-height:1;position:absolute;top:18px;right:20px}.property-lightbox__nav{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;border:0;border-radius:999px;width:58px;height:58px;font-size:2.4rem;line-height:1;transition:background .25s;position:absolute;top:50%;transform:translateY(-50%)}.property-lightbox__nav:hover{background:#ffffff3d}.property-lightbox__nav--prev{left:20px}.property-lightbox__nav--next{right:20px}.property-lightbox__counter{color:#fff;background:#000000a8;border-radius:999px;padding:10px 14px;font-size:.92rem;font-weight:700;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (max-width:1100px){.property-main__grid{grid-template-columns:1fr}.property-contact-card{position:relative;top:0}}@media (max-width:768px){.container-property{width:min(100% - 20px,1240px)}.property-hero{min-height:75vh}.property-hero__inner{padding-top:120px;padding-bottom:24px}.property-hero__main{grid-template-columns:1fr;gap:18px}.property-hero__title{font-size:clamp(2.2rem,10vw,3.5rem)}.property-hero__location{font-size:1rem}.property-hero__specs{gap:10px}.property-hero__spec{min-width:calc(50% - 5px);padding:12px 14px}.property-hero__bottom{max-width:100%;margin-top:8px;margin-left:0}.property-price-card,.property-hero__cta{width:100%}.property-gallery-wrap{margin-top:-30px}.property-gallery{border-radius:24px;padding:14px}.property-gallery__header{flex-direction:column;align-items:start}.property-gallery__main{border-radius:20px;height:240px}.property-gallery__thumb{border-radius:16px;width:96px;height:72px}.property-main{padding:24px 0 50px}.property-card{border-radius:24px;padding:22px 18px}.property-features-box{border-radius:20px;padding:18px}.property-features-grid{grid-template-columns:1fr}.property-feature-row{flex-direction:column;gap:4px}.property-feature-row__value{text-align:left}.property-blueprints{grid-template-columns:1fr}.property-video-frame{height:220px}.property-contact-card{border-radius:24px;padding:22px 18px}.property-contact-card__form h3{font-size:1.45rem}.property-contact-card__form-embed{min-height:520px}.property-related{padding-bottom:54px}.property-related__header{align-items:flex-start}.property-related__nav{display:none}.property-related__carousel{scrollbar-width:none;grid-auto-columns:minmax(260px,86vw);padding-inline:4px}.property-related__carousel::-webkit-scrollbar{display:none}.property-related__arrow{width:42px;height:42px;font-size:1.55rem;display:block}.property-related__arrow--prev{left:-4px}.property-related__arrow--next{right:-4px}.property-lightbox__nav{width:48px;height:48px;font-size:2rem}.property-lightbox__nav--prev{left:10px}.property-lightbox__nav--next{right:10px}.property-lightbox__close{font-size:2.5rem;top:10px;right:14px}}
