.favourite-btn[data-astro-cid-r5lvk32v]{position:relative;display:inline-flex;align-items:center;justify-content:center;background:var(--color-bg-tertiary);border:1px solid rgba(0,0,0,.1);border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s ease,border-color .2s ease,box-shadow .3s ease,transform .2s cubic-bezier(.34,1.56,.64,1);outline:none;width:44px;height:44px}.favourite-btn[data-astro-cid-r5lvk32v]:hover{background:var(--color-bg-secondary);box-shadow:0 4px 16px #0003;transform:scale(1.08)}.favourite-btn[data-astro-cid-r5lvk32v]:active{transform:scale(.95)}.favourite-btn[data-astro-cid-r5lvk32v]:focus-visible{box-shadow:0 2px 8px #0000001a,0 0 0 3px rgba(var(--color-error),.3)}.favourite-btn[data-astro-cid-r5lvk32v]:disabled{cursor:not-allowed;opacity:.7}.favourite-btn--sm[data-astro-cid-r5lvk32v]{width:36px;height:36px}.favourite-btn--lg[data-astro-cid-r5lvk32v]{width:52px;height:52px}.favourite-btn__icon[data-astro-cid-r5lvk32v]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .2s ease,transform .3s cubic-bezier(.34,1.56,.64,1),color .2s ease}.favourite-btn__icon--outline[data-astro-cid-r5lvk32v]{color:var(--color-bg-primary);width:22px;height:22px}.favourite-btn--sm[data-astro-cid-r5lvk32v] .favourite-btn__icon--outline[data-astro-cid-r5lvk32v]{width:18px;height:18px}.favourite-btn--lg[data-astro-cid-r5lvk32v] .favourite-btn__icon--outline[data-astro-cid-r5lvk32v]{width:26px;height:26px}.favourite-btn[data-astro-cid-r5lvk32v]:hover .favourite-btn__icon--outline[data-astro-cid-r5lvk32v]{color:var(--color-bg-tertiary);transform:translate(-50%,-50%) scale(1.1)}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited .favourite-btn__icon--outline[data-astro-cid-r5lvk32v]{opacity:0;transform:translate(-50%,-50%) scale(.5)}.favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{color:var(--color-bg-tertiary);opacity:0;transform:translate(-50%,-50%) scale(.5);width:22px;height:22px}.favourite-btn--sm[data-astro-cid-r5lvk32v] .favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{width:18px;height:18px}.favourite-btn--lg[data-astro-cid-r5lvk32v] .favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{width:26px;height:26px}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited .favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{opacity:1;transform:translate(-50%,-50%) scale(1)}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited{background:var(--color-bg-secondary);border-color:var(--color-error-border);box-shadow:0 4px 16px rgba(var(--color-error-rgb, 239, 68, 68),.25)}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited:hover{box-shadow:0 6px 20px rgba(var(--color-error-rgb, 239, 68, 68),.3)}.favourite-btn__spinner[data-astro-cid-r5lvk32v]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;width:20px;height:20px}.favourite-btn--sm[data-astro-cid-r5lvk32v] .favourite-btn__spinner[data-astro-cid-r5lvk32v]{width:16px;height:16px}.favourite-btn--lg[data-astro-cid-r5lvk32v] .favourite-btn__spinner[data-astro-cid-r5lvk32v]{width:24px;height:24px}.favourite-btn[data-astro-cid-r5lvk32v].is-loading .favourite-btn__spinner[data-astro-cid-r5lvk32v]{opacity:1;animation:spin .8s linear infinite}.favourite-btn[data-astro-cid-r5lvk32v].is-loading .favourite-btn__icon--outline[data-astro-cid-r5lvk32v],.favourite-btn[data-astro-cid-r5lvk32v].is-loading .favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{opacity:0!important}.favourite-btn[data-astro-cid-r5lvk32v].is-animating:after{content:"";position:absolute;inset:-4px;border-radius:50%;background:var(--color-bg-secondary);animation:pulse-ring .6s ease-out forwards}.favourite-btn__label[data-astro-cid-r5lvk32v]{margin-left:.5rem;font-size:var(--font-size-sm);font-weight:500;color:var(--color-text-secondary);white-space:nowrap;transition:color .2s ease}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited .favourite-btn__label[data-astro-cid-r5lvk32v]{color:var(--color-error)}.favourite-btn[data-astro-cid-r5lvk32v].favourite-btn--with-label{border-radius:100px;padding:0 1rem;width:auto;gap:.5rem}.favourite-btn[data-astro-cid-r5lvk32v].favourite-btn--with-label .favourite-btn__icon[data-astro-cid-r5lvk32v]{position:relative;top:auto;left:auto;transform:none}.favourite-btn[data-astro-cid-r5lvk32v]:hover .favourite-btn[data-astro-cid-r5lvk32v].favourite-btn--with-label .favourite-btn__icon--outline[data-astro-cid-r5lvk32v]{transform:scale(1.1)}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited .favourite-btn[data-astro-cid-r5lvk32v].favourite-btn--with-label .favourite-btn__icon--outline[data-astro-cid-r5lvk32v]{transform:scale(.5)}.favourite-btn[data-astro-cid-r5lvk32v].favourite-btn--with-label .favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{position:absolute}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited .favourite-btn[data-astro-cid-r5lvk32v].favourite-btn--with-label .favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{transform:scale(1)}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes heart-pop{0%{transform:translate(-50%,-50%) scale(.5)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}.favourite-btn[data-astro-cid-r5lvk32v].is-favourited .favourite-btn__icon--filled[data-astro-cid-r5lvk32v]{animation:heart-pop .4s cubic-bezier(.34,1.56,.64,1)}.favourite-toast[data-astro-cid-r5lvk32v]{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--color-bg-secondary);color:var(--color-bg-primary);font-size:var(--font-size-sm);font-weight:500;border-radius:var(--radius-lg);box-shadow:0 8px 24px #0003;z-index:9999;animation:toast-in .3s ease-out}.favourite-toast[data-astro-cid-r5lvk32v].is-hiding{animation:toast-out .3s ease-out forwards}.favourite-toast__icon[data-astro-cid-r5lvk32v]{font-size:1.25rem}@keyframes toast-in{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.95)}}:root{--radius-none: 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-3xl: 24px;--radius-full: 9999px;--shadow-none: none;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .08), 0 4px 10px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .06);--shadow-2xl: 0 25px 50px rgba(0, 0, 0, .15);--shadow-inner: inset 0 2px 4px rgba(0, 0, 0, .05);--shadow-card: 0 2px 8px rgba(0, 0, 0, .06);--shadow-card-hover: 0 8px 25px rgba(0, 0, 0, .1);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--transition-slower: .4s ease;--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .5s cubic-bezier(.34, 1.56, .64, 1);--focus-ring-width: 3px;--focus-ring-color: rgba(var(--color-primary-rgb), .3);--focus-ring: 0 0 0 var(--focus-ring-width) var(--focus-ring-color);--opacity-disabled: .5;--opacity-hover: .8;--opacity-muted: .6}:root{--space-0: 0;--space-px: 1px;--space-0-5: .125rem;--space-1: .25rem;--space-1-5: .375rem;--space-2: .5rem;--space-2-5: .625rem;--space-3: .75rem;--space-3-5: .875rem;--space-4: 1rem;--space-4-5: 1.125rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 1.75rem;--space-8: 2rem;--space-9: 2.25rem;--space-10: 2.5rem;--space-11: 2.75rem;--space-12: 3rem;--space-14: 3.5rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-28: 7rem;--space-32: 8rem;--space-36: 9rem;--space-40: 10rem;--space-44: 11rem;--space-48: 12rem;--space-52: 13rem;--space-56: 14rem;--space-60: 15rem;--space-64: 16rem;--space-72: 18rem;--space-80: 20rem;--space-96: 24rem}:root{--font-family-heading: "Fraunces", Georgia, "Times New Roman", serif;--font-family-body: "Figtree", system-ui, -apple-system, sans-serif;--font-weight-heading: 600;--font-weight-body: 400;--font-family-mono: "SF Mono", "Monaco", "Inconsolata", "Fira Code", monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-size-6xl: 3.75rem;--line-height-none: 1;--line-height-tight: 1.25;--line-height-snug: 1.375;--line-height-base: 1.5;--line-height-relaxed: 1.625;--line-height-loose: 2;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0;--letter-spacing-wide: .025em;--letter-spacing-wider: .05em}:root{--container-max: 1280px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px;--container-padding: 1.5rem;--container-padding-mobile: 1rem;--grid-gap: 1.5rem;--grid-gap-sm: 1rem;--grid-gap-lg: 2rem;--sidebar-width: 280px;--sidebar-width-collapsed: 64px;--header-height: 72px;--header-height-mobile: 64px}:root{--z-below: -1;--z-base: 0;--z-dropdown: 10;--z-sticky: 20;--z-fixed: 30;--z-overlay: 40;--z-modal: 50;--z-popover: 60;--z-tooltip: 70;--z-toast: 80;--z-max: 9999}.property-card[data-astro-cid-hw5h576b]{position:relative;overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base),transform var(--transition-base);height:100%}.property-card[data-astro-cid-hw5h576b]:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.property-card[data-astro-cid-hw5h576b].featured{box-shadow:0 4px 16px rgba(var(--color-primary-rgb),.2)}.property-card[data-astro-cid-hw5h576b].featured:hover{box-shadow:0 12px 36px rgba(var(--color-primary-rgb),.3)}.property-card__link[data-astro-cid-hw5h576b]{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.property-card__image-container[data-astro-cid-hw5h576b]{position:relative;aspect-ratio:16/10;overflow:hidden}.property-card__image-wrapper[data-astro-cid-hw5h576b]{position:relative;width:100%;height:100%}.property-card__image[data-astro-cid-hw5h576b]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease,transform var(--transition-slow)}.property-card__image--active[data-astro-cid-hw5h576b]{opacity:1;z-index:1}.property-card[data-astro-cid-hw5h576b]:hover .property-card__image[data-astro-cid-hw5h576b]{transform:scale(1.05)}.property-card__slider-nav[data-astro-cid-hw5h576b]{position:absolute;inset:0;pointer-events:none;z-index:15;opacity:0;transition:opacity .2s ease}.property-card[data-astro-cid-hw5h576b]:hover .property-card__slider-nav[data-astro-cid-hw5h576b]{opacity:1}.property-card__slider-arrow[data-astro-cid-hw5h576b]{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border:none;border-radius:50%;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #0000001a;transition:background .2s ease,transform .2s ease,opacity .2s ease}.property-card__slider-arrow[data-astro-cid-hw5h576b] svg[data-astro-cid-hw5h576b]{width:16px;height:16px;color:var(--color-text-light)}.property-card__slider-arrow[data-astro-cid-hw5h576b]:hover:not(:disabled){transform:translateY(-50%) scale(1.1)}.property-card__slider-arrow--prev[data-astro-cid-hw5h576b]{left:.75rem}.property-card__slider-arrow--next[data-astro-cid-hw5h576b]{right:.75rem}.property-card__slider-arrow--disabled[data-astro-cid-hw5h576b]{opacity:.4;cursor:not-allowed;pointer-events:none}.property-card__image-counter[data-astro-cid-hw5h576b]{position:absolute;bottom:.75rem;right:.75rem;padding:.25rem .75rem;background:var(--color-bg-secondary);color:var(--color-text-light);font-size:var(--font-size-xs);font-weight:500;border-radius:100px;z-index:15;backdrop-filter:blur(4px)}.property-card__more-slide[data-astro-cid-hw5h576b]{display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary)}.property-card__more-slide[data-astro-cid-hw5h576b].property-card__image--active{opacity:1}.property-card__more-slide-content[data-astro-cid-hw5h576b]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;gap:.25rem}.property-card__more-slide-icon[data-astro-cid-hw5h576b]{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border-radius:50%;margin-bottom:.5rem}.property-card__more-slide-icon[data-astro-cid-hw5h576b] svg[data-astro-cid-hw5h576b]{width:1.25rem;height:1.25rem;color:#ffffffd9}.property-card__more-slide-count[data-astro-cid-hw5h576b]{font-size:1.5rem;font-weight:700;color:var(--color-text-light);line-height:1;letter-spacing:-.02em}.property-card__more-slide-text[data-astro-cid-hw5h576b]{font-size:.75rem;font-weight:500;color:#ffffffd9;text-transform:uppercase;letter-spacing:.08em}.property-card__more-slide-cta[data-astro-cid-hw5h576b]{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;padding:.5rem 1rem;background:var(--color-bg-secondary);color:var(--color-text-light);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm);transition:background-color .2s ease}.property-card[data-astro-cid-hw5h576b]:hover .property-card__more-slide-cta[data-astro-cid-hw5h576b]{background:var(--color-bg-secondary)}.property-card__badge[data-astro-cid-hw5h576b]{position:absolute;display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:var(--font-size-xs);font-weight:600;backdrop-filter:blur(8px);z-index:10}.property-card__badge--featured[data-astro-cid-hw5h576b]{top:.75rem;left:.75rem;background:var(--color-bg-secondary);color:var(--color-text-light);box-shadow:0 2px 8px rgba(var(--color-primary-rgb),.3)}.property-card__badge--featured[data-astro-cid-hw5h576b] svg[data-astro-cid-hw5h576b]{width:12px;height:12px;fill:currentColor}.property-card__badge--type[data-astro-cid-hw5h576b]{bottom:.75rem;left:.75rem;background:var(--color-bg-secondary);color:var(--color-text-light)}.property-card__badge--type[data-astro-cid-hw5h576b] svg[data-astro-cid-hw5h576b]{width:12px;height:12px}.property-card__favourite[data-astro-cid-hw5h576b]{position:absolute;top:.75rem;right:.75rem;z-index:20}.property-card__content[data-astro-cid-hw5h576b]{display:flex;flex-direction:column;padding:1.5rem;flex:1}@media(max-width:767px){.property-card__content[data-astro-cid-hw5h576b]{padding:1.25rem}}.property-card__price[data-astro-cid-hw5h576b]{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.2rem}.property-card__price-value[data-astro-cid-hw5h576b]{font-size:22px;font-weight:600;color:var(--color-text-primary);line-height:1.364em}.property-card__price-suffix[data-astro-cid-hw5h576b]{font-size:var(--font-size-sm);font-weight:500;color:var(--color-text-primary)}.property-card__title[data-astro-cid-hw5h576b]{font-size:18px;font-weight:600;color:var(--color-text-primary);line-height:1.333em;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-card__description[data-astro-cid-hw5h576b]{font-size:13px;font-weight:400;color:var(--color-text-primary);line-height:1.6;margin:0 0 1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.property-card__divider[data-astro-cid-hw5h576b]{width:100%;height:1px;background:var(--color-bg-secondary);margin-bottom:1.25rem}.property-card__specs[data-astro-cid-hw5h576b]{display:flex;flex-wrap:wrap;gap:.75rem}.property-card__spec[data-astro-cid-hw5h576b]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:100px}.property-card__spec-icon[data-astro-cid-hw5h576b]{width:18px;height:18px;color:var(--color-text-primary);flex-shrink:0}.property-card__spec-text[data-astro-cid-hw5h576b]{font-size:.9375rem;font-weight:500;color:var(--color-text-primary);white-space:nowrap}@media(max-width:767px){.property-card__price-value[data-astro-cid-hw5h576b]{font-size:20px}.property-card__title[data-astro-cid-hw5h576b]{font-size:16px}.property-card__description[data-astro-cid-hw5h576b]{font-size:.9375rem;margin-bottom:1.25rem}.property-card__specs[data-astro-cid-hw5h576b]{gap:.5rem}.property-card__spec[data-astro-cid-hw5h576b]{padding:.5rem .75rem}.property-card__spec-icon[data-astro-cid-hw5h576b]{width:16px;height:16px}.property-card__spec-text[data-astro-cid-hw5h576b]{font-size:.875rem}}
