@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&display=swap";.top-bar{background:var(--color-charcoal);color:var(--color-warm-gray-light);padding:.5rem 0;font-size:.8rem}.top-bar-inner{justify-content:flex-end;gap:var(--space-xl);display:flex}.top-bar-item{align-items:center;gap:6px;display:flex}.header{z-index:100;-webkit-backdrop-filter:blur(20px);transition:all var(--transition-base);background:#fdf5ecd9;border-bottom:1px solid #0000;position:sticky;top:0}.header--scrolled{border-bottom-color:var(--color-cream-dark);box-shadow:var(--shadow-sm)}.header-inner{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;display:flex}.logo:hover .site-logo{opacity:.8;transform:scale(.97)}.nav{align-items:center;gap:var(--space-lg);display:flex}.nav-link{color:var(--color-charcoal-light);padding:.3rem 0;font-size:.9rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--color-red);width:0;height:2px;transition:width var(--transition-base);border-radius:1px;position:absolute;bottom:-2px;left:0}.nav-link:hover:after,.nav-link--active:after{width:100%}.nav-link--active{color:var(--color-red)}.nav-cta{margin-left:var(--space-md);padding:.6rem 1.4rem;font-size:.85rem}.menu-toggle{color:var(--color-charcoal);background:0 0;display:none}@media (width<=900px){.menu-toggle{display:block}.top-bar{display:none}.nav{top:var(--header-height);background:var(--color-cream);padding:var(--space-2xl);gap:var(--space-lg);transition:transform var(--transition-slow);z-index:99;flex-direction:column;position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.nav--open{transform:translate(0)}.nav-link{font-size:1.2rem}.nav-cta{margin-left:0;margin-top:var(--space-md);text-align:center;width:100%}}.footer{background:var(--color-charcoal);color:var(--color-warm-gray-light);padding:var(--space-4xl) 0 var(--space-xl)}.footer-grid{gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.footer-logo{margin-bottom:var(--space-md)}.footer-brand-name{font-family:var(--font-display);color:var(--color-white);font-size:2rem;line-height:1;display:block}.footer-brand-sub{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-warm-gray);margin-top:4px;font-size:.8rem;font-weight:400;display:block}.footer-desc{max-width:300px;margin-top:var(--space-md);font-size:.9rem;line-height:1.7}.footer-heading{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--color-white);margin-bottom:var(--space-lg);font-size:.8rem;font-weight:600}.footer-col{gap:var(--space-sm);flex-direction:column;display:flex}.footer-col a{color:var(--color-warm-gray-light);transition:color var(--transition-fast);padding:2px 0;font-size:.9rem}.footer-col a:hover{color:var(--color-white)}.footer-contact{align-items:center;gap:8px;display:flex}.footer-bottom{padding-top:var(--space-xl);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.footer-bottom-links{gap:var(--space-lg);display:flex}.footer-bottom-links a{color:var(--color-warm-gray)}.footer-bottom-links a:hover{color:var(--color-white)}@media (width<=900px){.footer-grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:var(--space-md);text-align:center;flex-direction:column}}.chatmate-banner{background:linear-gradient(135deg,#0f2b1f 0%,#133526 50%,#1a4030 100%);padding:2.5rem 0;position:relative;overflow:hidden}.chatmate-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#1d9e7526 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-50%;right:-10%}.chatmate-banner-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.chatmate-banner-badge{color:#5ee8b7;text-transform:uppercase;letter-spacing:.06em;background:#1d9e7533;border:1px solid #1d9e754d;border-radius:100px;align-items:center;gap:6px;margin-bottom:.75rem;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.chatmate-banner-title{font-family:var(--font-display,"DM Serif Display", serif);color:#fff;letter-spacing:-.01em;margin:0 0 .5rem;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}.chatmate-banner-desc{color:#ffffffa6;max-width:500px;margin:0;font-size:.9rem;line-height:1.6}.chatmate-banner-btn{color:#fff;border-radius:var(--radius-md,8px);cursor:pointer;white-space:nowrap;background:#1d9e75;border:none;flex-shrink:0;align-items:center;gap:8px;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.chatmate-banner-btn:hover{background:#22b786;transform:translateY(-2px);box-shadow:0 8px 24px #1d9e7559}@media (width<=768px){.chatmate-banner{padding:2rem 0}.chatmate-banner-inner{text-align:center;flex-direction:column}.chatmate-banner-desc{max-width:100%}.chatmate-banner-badge{margin-left:auto;margin-right:auto}}.property-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.property-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #00000026}.property-card-image{aspect-ratio:4/3;position:relative;overflow:hidden}.property-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.property-card:hover .property-card-image img{transform:scale(1.08)}.property-card-overlay{opacity:0;transition:opacity var(--transition-base);background:linear-gradient(#0000 50%,#0006 100%);position:absolute;inset:0}.property-card:hover .property-card-overlay{opacity:1}.property-card-badges{top:var(--space-md);left:var(--space-md);gap:6px;display:flex;position:absolute}.property-card-price{bottom:var(--space-md);right:var(--space-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-white);border-radius:var(--radius-full);letter-spacing:-.01em;background:#000c;padding:.45rem 1rem;font-size:.95rem;font-weight:600;position:absolute}.property-card-fav{top:var(--space-md);right:var(--space-md);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;height:36px;color:var(--color-warm-gray);opacity:0;transition:all var(--transition-base);cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;transform:scale(.8)}.property-card:hover .property-card-fav{opacity:1;transform:scale(1)}.property-card-fav:hover{color:var(--color-red);background:var(--color-white)}.property-card-body{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.property-card-title{margin-bottom:var(--space-sm);color:var(--color-charcoal);font-size:1.1rem;line-height:1.3}.property-card-location{color:var(--color-warm-gray);margin-bottom:var(--space-md);align-items:center;gap:6px;font-size:.85rem;display:flex}.property-card-features{gap:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-cream-dark);display:flex}.property-card-feature{color:var(--color-charcoal-light);align-items:center;gap:6px;font-size:.85rem;display:flex}.property-card-footer{padding-top:var(--space-md);margin-top:auto}.property-card-link{color:var(--color-red);transition:gap var(--transition-fast);align-items:center;gap:4px;font-size:.9rem;font-weight:500;display:inline-flex}.property-card:hover .property-card-link{gap:8px}.hero{background:var(--color-charcoal);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero-bg-wrapper{width:100%;height:100%;position:absolute;inset:0}.hero-bg{opacity:.2;background:url(https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1920&h=1080&fit=crop) 50%/cover;animation:20s ease-in-out infinite alternate heroZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.hero-grain{background:radial-gradient(at 30%,#c4382a14 0%,#0000 60%),linear-gradient(#0000 60%,#1a1a1a80 100%);position:absolute;inset:0}.hero-content{z-index:1;width:100%;padding:var(--space-4xl) 0 var(--space-3xl);position:relative}.hero-tag{color:#fffc;border-radius:var(--radius-full);margin-bottom:var(--space-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-tag-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 8px #4ade8080}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{color:var(--color-white);margin-bottom:var(--space-lg);letter-spacing:-.02em;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.05}.hero-title-accent{color:var(--color-red-light);font-style:italic}.hero-subtitle{color:#ffffffa6;max-width:520px;margin-bottom:var(--space-2xl);font-size:1.15rem;line-height:1.75}.hero-actions{gap:var(--space-md);flex-wrap:wrap;display:flex}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-hero-secondary{color:var(--color-white);border-color:#ffffff40}.btn-hero-secondary:hover{color:var(--color-white);background:#ffffff1a;border-color:#fff6}.hero-search{margin-top:var(--space-3xl);background:var(--color-white);border-radius:var(--radius-xl);max-width:820px;overflow:hidden;box-shadow:0 24px 60px #0000004d}.hero-search-tabs{border-bottom:1px solid var(--color-cream-dark);display:flex}.hero-search-tab{color:var(--color-warm-gray);transition:all var(--transition-fast);background:0 0;border-bottom:2px solid #0000;flex:1;padding:.9rem;font-size:.9rem;font-weight:500}.hero-search-tab.active{color:var(--color-red);border-bottom-color:var(--color-red);background:#c4382a08}.hero-search-form{padding:var(--space-lg);align-items:flex-end;gap:var(--space-md);display:flex}.hero-search-field{flex-direction:column;flex:1;gap:4px;display:flex}.hero-search-field label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-warm-gray);font-size:.7rem;font-weight:600}.hero-search-field select{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);background:var(--color-cream);color:var(--color-charcoal);transition:border-color var(--transition-fast);padding:.65rem .6rem;font-size:.9rem}.hero-search-field select:focus{border-color:var(--color-red)}.hero-search-btn{flex-shrink:0;padding:.7rem 1.5rem}.hero-floating-stats{bottom:var(--space-2xl);right:var(--space-2xl);align-items:center;gap:var(--space-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-xl);padding:var(--space-md) var(--space-xl);z-index:2;opacity:0;background:#ffffff12;border:1px solid #ffffff1a;animation:.6s ease-out .8s forwards statsReveal;display:flex;position:absolute}@keyframes statsReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-floating-stat{text-align:center}.hero-floating-stat strong{font-family:var(--font-display);color:var(--color-white);font-size:1.4rem;display:block}.hero-floating-stat span{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.hero-floating-divider{background:#ffffff26;width:1px;height:32px}.section-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--color-red);margin-bottom:var(--space-sm);font-size:.75rem;font-weight:600;display:inline-block}.stats-bar{background:var(--color-white);padding:var(--space-2xl) 0;border-bottom:1px solid var(--color-cream-dark)}.stats-grid{gap:var(--space-xl);text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.stat-item{flex-direction:column;gap:4px;display:flex}.stat-value{font-family:var(--font-display);color:var(--color-red);font-size:2.4rem}.stat-label{color:var(--color-warm-gray);font-size:.85rem;font-weight:500}.section-header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-end;gap:var(--space-md);flex-wrap:wrap;display:flex}.properties-grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(290px,1fr));display:grid}.services-section{background:var(--color-white)}.services-grid{gap:var(--space-xl);margin-top:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.service-card{text-align:center;padding:var(--space-2xl) var(--space-lg);border-radius:var(--radius-lg);transition:all var(--transition-slow);border:1px solid #0000}.service-card:hover{background:var(--color-cream);border-color:var(--color-cream-dark);transform:translateY(-4px)}.service-icon{width:60px;height:60px;margin:0 auto var(--space-lg);color:var(--color-red);border-radius:var(--radius-xl);transition:all var(--transition-base);background:linear-gradient(135deg,#c4382a14,#c4382a26);justify-content:center;align-items:center;display:flex}.service-card:hover .service-icon{background:var(--color-red);color:var(--color-white);transform:scale(1.05)}.service-title{font-family:var(--font-display);margin-bottom:var(--space-sm);font-size:1.15rem}.service-desc{color:var(--color-warm-gray);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.65}.service-link{color:var(--color-red);opacity:0;transition:all var(--transition-base);align-items:center;gap:4px;font-size:.85rem;font-weight:500;display:inline-flex;transform:translateY(4px)}.service-card:hover .service-link{opacity:1;transform:translateY(0)}.trust-banner{background:var(--color-charcoal);padding:var(--space-4xl) 0;overflow:hidden}.trust-content{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.trust-title{color:var(--color-white);margin-bottom:var(--space-lg);font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.25}.trust-desc{color:#fff9;margin-bottom:var(--space-xl);font-size:1rem;line-height:1.75}.trust-image{position:relative}.trust-image img{border-radius:var(--radius-xl);width:100%}.trust-image-accent{border:2px solid var(--color-red);border-radius:var(--radius-xl);z-index:-1;opacity:.4;position:absolute;inset:-12px -12px 12px 12px}.testimonials-section{background:var(--color-cream)}.testimonials-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.testimonial-card{background:var(--color-white);padding:var(--space-2xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition-slow);position:relative}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.testimonial-quote{font-family:var(--font-display);color:var(--color-red);opacity:.15;font-size:4rem;line-height:1;position:absolute;top:12px;left:20px}.testimonial-stars{margin-bottom:var(--space-md);gap:2px;display:flex}.testimonial-text{color:var(--color-charcoal-light);margin-bottom:var(--space-lg);font-size:1rem;line-height:1.7}.testimonial-author{align-items:center;gap:var(--space-md);display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--color-red), var(--color-red-dark));width:40px;height:40px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.testimonial-name{font-size:.9rem;font-weight:600}.cta-section{background:var(--color-red);padding:var(--space-5xl) 0;text-align:center;position:relative;overflow:hidden}.cta-pattern{background:radial-gradient(circle at 20%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 80%,#0000001a 0%,#0000 50%);position:absolute;inset:0}.cta-content{z-index:1;position:relative}.cta-title{color:var(--color-white);margin-bottom:var(--space-md);font-size:clamp(2rem,4vw,2.8rem);line-height:1.15}.cta-text{color:#fffc;margin-bottom:var(--space-2xl);max-width:500px;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.cta-btn-primary{background:var(--color-white);color:var(--color-red)}.cta-btn-primary:hover{background:var(--color-cream);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.cta-btn-secondary{color:var(--color-white);border-color:#fff6}.cta-btn-secondary:hover{border-color:var(--color-white);background:#ffffff1a}.footer{min-height:200px}.services-section{min-height:300px}@media (width<=900px){.hero{min-height:auto;padding:var(--space-2xl) 0}.hero-search-form{flex-direction:column}.hero-floating-stats{margin-top:var(--space-xl);opacity:1;justify-content:center;animation:none;position:static}.stats-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid,.trust-content{grid-template-columns:1fr}.trust-image{display:none}}@media (width<=600px){.services-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}}.properties-hero{background:var(--color-charcoal);padding:var(--space-4xl) 0 var(--space-2xl);align-items:center;min-height:160px;display:flex}.properties-hero .container{width:100%}.properties-hero-title{color:var(--color-white);font-size:clamp(2rem,4vw,3rem)}.properties-hero-sub{color:var(--color-warm-gray-light);margin-top:var(--space-sm);min-height:1.5rem;font-size:1rem}.properties-content{padding:var(--space-2xl) 0 var(--space-4xl)}.properties-toolbar{justify-content:space-between;align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.properties-search{align-items:center;gap:var(--space-sm);background:var(--color-white);border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-full);max-width:400px;transition:border-color var(--transition-fast);flex:1;padding:.6rem 1rem;display:flex}.properties-search:focus-within{border-color:var(--color-red)}.properties-search input{background:0 0;border:none;width:100%;font-size:.9rem}.properties-search svg{color:var(--color-warm-gray);flex-shrink:0}.properties-toolbar-right{gap:var(--space-md);align-items:center;display:flex}.properties-sort{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-full);background:var(--color-white);padding:.6rem 1rem;font-size:.85rem}.properties-filter-toggle{padding:.6rem 1.2rem;font-size:.85rem;position:relative}.filter-count{background:var(--color-red);width:20px;height:20px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.properties-filters{background:var(--color-white);border:1px solid var(--color-cream-dark);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-xl);gap:var(--space-xl);flex-wrap:wrap;align-items:flex-end;display:flex}.filter-group{gap:var(--space-sm);flex-direction:column;display:flex}.filter-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-warm-gray);font-size:.75rem;font-weight:600}.filter-group select,.filter-group input{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);min-width:160px;padding:.5rem .8rem;font-size:.9rem}.filter-group select:focus,.filter-group input:focus{border-color:var(--color-red)}.filter-pills{flex-wrap:wrap;gap:6px;display:flex}.filter-pill{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-full);background:var(--color-white);cursor:pointer;transition:all var(--transition-fast);padding:.4rem .9rem;font-size:.85rem}.filter-pill:hover{border-color:var(--color-red)}.filter-pill.active{background:var(--color-red);color:var(--color-white);border-color:var(--color-red)}.filter-clear{align-self:flex-end;align-items:center;gap:4px;display:flex}.properties-empty{text-align:center;padding:var(--space-4xl) 0;color:var(--color-warm-gray)}.properties-empty h3{font-family:var(--font-display);color:var(--color-charcoal);margin:var(--space-md) 0 var(--space-sm);font-size:1.5rem}.properties-empty p{margin-bottom:var(--space-lg)}@keyframes skeleton-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-pulse{background:linear-gradient(90deg,#ede8e3 25%,#e2dbd4 50%,#ede8e3 75%) 0 0/1200px 100%;border-radius:6px;animation:1.6s linear infinite skeleton-shimmer;display:block}.skeleton-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-cream-dark);overflow:hidden;box-shadow:0 2px 12px #0000000f}.skeleton-image{border-radius:0;width:100%;height:220px}.skeleton-body{flex-direction:column;gap:0;padding:16px;display:flex}.skeleton-line{border-radius:6px;margin-top:10px;display:block}.skeleton-footer{border-top:1px solid var(--color-cream-dark);justify-content:space-between;align-items:center;margin-top:18px;padding-top:14px;display:flex}@media (width<=600px){.properties-toolbar{flex-direction:column}.properties-search{max-width:100%}.properties-toolbar-right{justify-content:space-between;width:100%}.properties-filters{flex-direction:column}}.property-detail-breadcrumb{background:var(--color-charcoal);padding:var(--space-md) 0}.breadcrumb-back{color:var(--color-warm-gray-light);align-items:center;gap:6px;font-size:.9rem;display:inline-flex}.breadcrumb-back:hover{color:var(--color-white)}.property-gallery{background:var(--color-charcoal);padding-bottom:var(--space-md)}.gallery-main{max-width:var(--max-width);aspect-ratio:16/9;max-height:560px;margin:0 auto;position:relative;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-badges{top:var(--space-lg);left:var(--space-lg);gap:8px;display:flex;position:absolute}.gallery-nav{width:44px;height:44px;color:var(--color-charcoal);cursor:pointer;transition:all var(--transition-fast);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:var(--color-white);box-shadow:var(--shadow-md)}.gallery-prev{left:var(--space-lg)}.gallery-next{right:var(--space-lg)}.gallery-counter{bottom:var(--space-lg);right:var(--space-lg);color:#fff;border-radius:var(--radius-full);background:#0009;padding:.3rem .8rem;font-size:.85rem;position:absolute}.gallery-thumbs{max-width:var(--max-width);padding:var(--space-sm) var(--space-xl);gap:8px;margin:0 auto;display:flex;overflow-x:auto}.gallery-thumb{border-radius:var(--radius-sm);cursor:pointer;opacity:.6;width:80px;height:60px;transition:all var(--transition-fast);background:0 0;border:2px solid #0000;flex-shrink:0;padding:0;overflow:hidden}.gallery-thumb.active,.gallery-thumb:hover{opacity:1;border-color:var(--color-red)}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.property-detail-content{gap:var(--space-3xl);padding-top:var(--space-2xl);padding-bottom:var(--space-4xl);grid-template-columns:1fr 360px;display:grid}.property-detail-header{justify-content:space-between;align-items:flex-start;gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-cream-dark);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.property-detail-title{font-size:clamp(1.5rem,3vw,2rem)}.property-detail-location{color:var(--color-warm-gray);margin-top:var(--space-sm);align-items:center;gap:6px;font-size:.95rem;display:flex}.property-detail-price{font-family:var(--font-display);color:var(--color-red);white-space:nowrap;font-size:1.8rem}.property-stats-grid{gap:var(--space-md);margin-bottom:var(--space-2xl);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.property-stat{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-cream-dark);display:flex}.property-stat svg{color:var(--color-red);flex-shrink:0}.property-stat-value{font-size:1rem;font-weight:600;display:block}.property-stat-label{color:var(--color-warm-gray);font-size:.75rem;display:block}.property-section{margin-bottom:var(--space-2xl)}.property-section-title{margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:2px solid var(--color-red);font-size:1.3rem;display:inline-block}.property-description-text{color:var(--color-charcoal-light);margin-bottom:var(--space-md);font-size:1rem;line-height:1.8}.property-details-table{gap:0;display:grid}.detail-row{border-bottom:1px solid var(--color-cream-dark);justify-content:space-between;padding:.7rem 0;font-size:.95rem;display:flex}.detail-row span:first-child{color:var(--color-warm-gray)}.detail-row span:last-child{font-weight:500}.energy-badge{background:var(--color-success);color:#fff;border-radius:var(--radius-sm);padding:.15rem .6rem;font-size:.85rem;display:inline-block}.property-features-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}.property-feature-item{color:var(--color-charcoal-light);align-items:center;gap:8px;font-size:.95rem;display:flex}.property-feature-item svg{color:var(--color-success)}.property-actions{gap:var(--space-md);padding-top:var(--space-xl);border-top:1px solid var(--color-cream-dark);display:flex}.agent-card-sticky{top:calc(var(--header-height) + var(--space-xl));position:sticky}.agent-card-detail{background:var(--color-white);border:1px solid var(--color-cream-dark);border-radius:var(--radius-lg);padding:var(--space-xl);text-align:center}.agent-card-avatar{object-fit:cover;width:80px;height:80px;margin:0 auto var(--space-md);border-radius:50%}.agent-card-name{font-family:var(--font-display);font-size:1.2rem}.agent-card-role{color:var(--color-warm-gray);margin-bottom:var(--space-lg);font-size:.85rem}.agent-card-actions{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.agent-contact-form{text-align:left;padding-top:var(--space-lg);border-top:1px solid var(--color-cream-dark)}.agent-contact-form h4{font-family:var(--font-display);margin-bottom:var(--space-md);font-size:1.1rem}.agent-contact-form input,.agent-contact-form textarea{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);width:100%;margin-bottom:var(--space-sm);background:var(--color-cream);transition:border-color var(--transition-fast);padding:.6rem .8rem;font-size:.9rem}.agent-contact-form input:focus,.agent-contact-form textarea:focus{border-color:var(--color-red)}@media (width<=900px){.property-detail-content{grid-template-columns:1fr}.gallery-main{aspect-ratio:3/2}.property-detail-header{flex-direction:column}.property-actions{flex-wrap:wrap}}.agents-hero{background:var(--color-charcoal);padding:var(--space-4xl) 0 var(--space-2xl)}.agents-hero-title{color:var(--color-white);font-size:clamp(2rem,4vw,3rem)}.agents-hero-sub{color:var(--color-warm-gray-light);margin-top:var(--space-sm)}.agents-grid{gap:var(--space-3xl);flex-direction:column;display:flex}.agent-profile{gap:var(--space-3xl);background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);grid-template-columns:320px 1fr;display:grid;overflow:hidden}.agent-profile-image{aspect-ratio:1;overflow:hidden}.agent-profile-image img{object-fit:cover;width:100%;height:100%}.agent-profile-info{padding:var(--space-2xl) var(--space-2xl) var(--space-2xl) 0}.agent-profile-name{margin-bottom:var(--space-xs);font-size:1.8rem}.agent-profile-role{color:var(--color-red);margin-bottom:var(--space-lg);font-size:.9rem;font-weight:500;display:inline-block}.agent-profile-bio{color:var(--color-charcoal-light);margin-bottom:var(--space-xl);max-width:500px;font-size:1rem;line-height:1.7}.agent-profile-stats{gap:var(--space-2xl);padding:var(--space-lg) 0;border-top:1px solid var(--color-cream-dark);border-bottom:1px solid var(--color-cream-dark);margin-bottom:var(--space-xl);display:flex}.agent-profile-stat{align-items:center;gap:var(--space-md);display:flex}.agent-profile-stat svg{color:var(--color-red)}.agent-stat-val{font-size:1.2rem;font-weight:600;display:block}.agent-stat-lbl{color:var(--color-warm-gray);font-size:.8rem;display:block}.agent-profile-actions{gap:var(--space-md);flex-wrap:wrap;display:flex}@media (width<=768px){.agent-profile{grid-template-columns:1fr}.agent-profile-image{aspect-ratio:16/9}.agent-profile-info{padding:var(--space-xl)}}.blog-hero{background:var(--color-charcoal);padding:var(--space-4xl) 0 var(--space-2xl)}.blog-hero-title{color:var(--color-white);font-size:clamp(2rem,4vw,3rem)}.blog-hero-sub{color:var(--color-warm-gray-light);margin-top:var(--space-sm)}.blog-featured{gap:var(--space-2xl);background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);margin-bottom:var(--space-3xl);transition:box-shadow var(--transition-base);grid-template-columns:1.2fr 1fr;display:grid;overflow:hidden}.blog-featured:hover{box-shadow:var(--shadow-lg)}.blog-featured-image{position:relative;overflow:hidden}.blog-featured-image img{object-fit:cover;width:100%;height:100%;min-height:320px}.blog-featured-image .badge{top:var(--space-md);left:var(--space-md);position:absolute}.blog-featured-content{padding:var(--space-2xl);flex-direction:column;justify-content:center;display:flex}.blog-featured-title{margin:var(--space-md) 0;font-size:1.6rem;line-height:1.3}.blog-featured-excerpt{color:var(--color-warm-gray);margin-bottom:var(--space-lg);line-height:1.7}.blog-meta{gap:var(--space-lg);color:var(--color-warm-gray);font-size:.8rem;display:flex}.blog-meta span{align-items:center;gap:4px;display:flex}.blog-grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.blog-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition-slow);overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card-image{aspect-ratio:16/9;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-body{padding:var(--space-lg)}.blog-card-category{text-transform:uppercase;letter-spacing:.05em;color:var(--color-red);font-size:.75rem;font-weight:600}.blog-card-title{margin:var(--space-sm) 0;font-size:1.15rem;line-height:1.3}.blog-card-excerpt{color:var(--color-warm-gray);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.6}@media (width<=768px){.blog-featured,.blog-grid{grid-template-columns:1fr}}.blog-post-hero{min-height:400px;padding:var(--space-3xl) 0;background-position:50%;background-size:cover;align-items:flex-end;display:flex;position:relative}.blog-post-hero-overlay{background:linear-gradient(#1a1a1a4d 0%,#1a1a1ae6 100%);position:absolute;inset:0}.blog-post-hero-content{z-index:1;position:relative}.blog-post-category{color:var(--color-red-light);text-transform:uppercase;letter-spacing:.05em;margin:var(--space-lg) 0 var(--space-sm);font-size:.8rem;font-weight:600;display:inline-block}.blog-post-title{color:var(--color-white);max-width:700px;font-size:clamp(1.8rem,4vw,2.5rem)}.blog-post-meta{gap:var(--space-lg);margin-top:var(--space-md);color:#ffffffb3;font-size:.85rem;display:flex}.blog-post-meta span{align-items:center;gap:4px;display:flex}.blog-post-content-wrapper{gap:var(--space-3xl);padding:var(--space-3xl) 0 var(--space-4xl);grid-template-columns:1fr 300px;display:grid}.blog-post-body{max-width:720px}.blog-post-body p{color:var(--color-charcoal-light);margin-bottom:var(--space-lg);font-size:1.05rem;line-height:1.85}.blog-post-related h3{font-family:var(--font-display);margin-bottom:var(--space-lg);font-size:1.2rem}.blog-post-related-item{gap:var(--space-md);margin-bottom:var(--space-lg);transition:opacity var(--transition-fast);display:flex}.blog-post-related-item:hover{opacity:.8}.blog-post-related-item img{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:80px;height:60px}.blog-post-related-item h4{font-family:var(--font-display);font-size:.95rem;line-height:1.3}@media (width<=768px){.blog-post-content-wrapper{grid-template-columns:1fr}.blog-post-hero{min-height:300px}.blog-post-meta{flex-wrap:wrap}}.contact-hero{background:var(--color-charcoal);padding:var(--space-4xl) 0 var(--space-2xl)}.contact-hero-title{color:var(--color-white);font-size:clamp(2rem,4vw,3rem)}.contact-hero-sub{color:var(--color-warm-gray-light);margin-top:var(--space-sm)}.contact-grid{gap:var(--space-3xl);grid-template-columns:1fr 1.2fr;display:grid}.contact-info-title{margin-bottom:var(--space-xl);font-size:1.5rem}.contact-info-items{gap:var(--space-xl);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.contact-info-item{gap:var(--space-md);display:flex}.contact-info-icon{width:48px;height:48px;color:var(--color-red);border-radius:var(--radius-lg);background:#c4382a14;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-item h4{font-family:var(--font-body);margin-bottom:4px;font-size:.95rem;font-weight:600}.contact-info-item p{color:var(--color-warm-gray);font-size:.9rem;line-height:1.6}.contact-info-item a{color:var(--color-charcoal)}.contact-info-item a:hover{color:var(--color-red)}.contact-form-wrapper{background:var(--color-white);padding:var(--space-2xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.contact-form-title{margin-bottom:var(--space-sm);font-size:1.5rem}.contact-form-desc{color:var(--color-warm-gray);margin-bottom:var(--space-xl)}.form-row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.form-group{margin-bottom:var(--space-md)}.form-group label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-warm-gray);margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);background:var(--color-cream);width:100%;transition:border-color var(--transition-fast);padding:.7rem .9rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-red)}.contact-submit{margin-top:var(--space-md);width:100%;padding:.9rem;font-size:1rem}.contact-success{text-align:center;padding:var(--space-3xl) 0;color:var(--color-success)}.contact-success h3{font-family:var(--font-display);color:var(--color-charcoal);margin:var(--space-md) 0 var(--space-sm);font-size:1.5rem}.contact-success p{color:var(--color-warm-gray)}@media (width<=768px){.contact-grid,.form-row{grid-template-columns:1fr}.chatmate-inline{text-align:center;flex-direction:column}.chatmate-inline-content{flex-direction:column;align-items:center}.chatmate-inline-icon{margin-bottom:var(--space-sm)}}.chatmate-inline{justify-content:space-between;align-items:center;gap:var(--space-xl);border-radius:var(--radius-xl);padding:var(--space-xl) var(--space-2xl);margin-bottom:var(--space-2xl);background:linear-gradient(135deg,#f0faf6 0%,#e8f5f0 100%);border:1.5px solid #c8e6da;display:flex}.chatmate-inline-content{align-items:center;gap:var(--space-lg);display:flex}.chatmate-inline-icon{color:#fff;border-radius:var(--radius-lg);background:#1d9e75;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.chatmate-inline-title{font-family:var(--font-display);color:var(--color-charcoal);margin-bottom:4px;font-size:1.2rem;font-weight:700}.chatmate-inline-desc{color:var(--color-warm-gray);max-width:480px;font-size:.9rem;line-height:1.5}.btn-chatmate{color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), transform var(--transition-fast);background:#1d9e75;border:none;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-chatmate:hover{background:#178a65;transform:translateY(-1px)}.valuation-hero{background:linear-gradient(135deg, var(--color-charcoal) 0%, #2a1a18 100%);padding:var(--space-4xl) 0 var(--space-2xl);text-align:center;position:relative;overflow:hidden}.valuation-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c4382a1f 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-30%;right:-15%}.valuation-hero-badge{color:var(--color-red-light);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-full);margin-bottom:var(--space-lg);background:#c4382a26;border:1px solid #c4382a40;align-items:center;gap:6px;padding:5px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.valuation-hero-title{color:var(--color-white);margin-bottom:var(--space-sm);font-size:clamp(2rem,4vw,3rem)}.valuation-hero-sub{color:var(--color-warm-gray-light);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.valuation-layout{gap:var(--space-3xl);grid-template-columns:1.1fr 1fr;align-items:start;display:grid}.valuation-form-card{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-2xl);box-shadow:var(--shadow-card)}.valuation-form-title{align-items:center;gap:var(--space-sm);font-family:var(--font-display);color:var(--color-charcoal);margin-bottom:var(--space-xl);font-size:1.4rem;display:flex}.valuation-types{gap:var(--space-sm);margin-bottom:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.valuation-type-btn{padding:var(--space-md) var(--space-sm);background:var(--color-cream);border-radius:var(--radius-lg);color:var(--color-warm-gray);transition:all var(--transition-fast);cursor:pointer;border:1.5px solid #0000;flex-direction:column;align-items:center;gap:4px;font-size:.82rem;font-weight:500;display:flex}.valuation-type-btn:hover{border-color:var(--color-cream-dark);color:var(--color-charcoal)}.valuation-type-btn.active{border-color:var(--color-red);color:var(--color-red);background:#c4382a0f}.valuation-type-icon{font-size:1.4rem}.valuation-toggle-row{margin-bottom:var(--space-xl)}.valuation-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-warm-gray);margin-bottom:var(--space-sm);font-size:.8rem;font-weight:600;display:block}.valuation-toggle{background:var(--color-cream);border-radius:var(--radius-full);padding:3px;display:flex}.valuation-toggle-btn{border-radius:var(--radius-full);color:var(--color-warm-gray);transition:all var(--transition-fast);background:0 0;flex:1;padding:.6rem 1rem;font-size:.9rem;font-weight:500}.valuation-toggle-btn.active{background:var(--color-white);color:var(--color-charcoal);box-shadow:var(--shadow-sm)}.valuation-grid{gap:var(--space-md);margin-bottom:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.valuation-field{flex-direction:column;gap:6px;display:flex}.valuation-field-full{margin-bottom:var(--space-md)}.valuation-field label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-warm-gray);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.valuation-field input,.valuation-field select{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);background:var(--color-cream);width:100%;transition:border-color var(--transition-fast);padding:.7rem .9rem;font-size:.95rem}.valuation-field input:focus,.valuation-field select:focus{border-color:var(--color-red)}.valuation-amenities{margin-bottom:var(--space-xl)}.valuation-checks{gap:var(--space-sm);flex-wrap:wrap;display:flex}.valuation-check{background:var(--color-cream);border-radius:var(--radius-full);color:var(--color-warm-gray);cursor:pointer;transition:all var(--transition-fast);border:1.5px solid #0000;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.85rem;display:flex}.valuation-check input{display:none}.valuation-check.checked{border-color:var(--color-red);color:var(--color-red);background:#c4382a0f}.valuation-error{align-items:center;gap:var(--space-sm);padding:var(--space-md);color:#b91c1c;border-radius:var(--radius-md);margin-bottom:var(--space-md);background:#fef2f2;font-size:.9rem;display:flex}.valuation-submit{width:100%;padding:1rem;font-size:1.05rem}.valuation-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.valuation-results-area{top:calc(var(--header-height) + 2rem);position:sticky}.valuation-placeholder{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-3xl) var(--space-2xl);text-align:center;box-shadow:var(--shadow-card);border:2px dashed var(--color-cream-dark)}.valuation-placeholder-icon{color:var(--color-cream-dark);margin-bottom:var(--space-lg)}.valuation-placeholder h3{font-family:var(--font-display);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-size:1.4rem}.valuation-placeholder p{color:var(--color-warm-gray);font-size:.95rem;line-height:1.6}.valuation-loading{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-3xl) var(--space-2xl);text-align:center;box-shadow:var(--shadow-card)}.valuation-loading p{color:var(--color-warm-gray);margin-top:var(--space-lg)}.valuation-loading-dots{justify-content:center;gap:6px;display:flex}.valuation-loading-dots span{background:var(--color-red);border-radius:50%;width:10px;height:10px;animation:1.2s ease-in-out infinite dotPulse}.valuation-loading-dots span:nth-child(2){animation-delay:.15s}.valuation-loading-dots span:nth-child(3){animation-delay:.3s}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.valuation-result{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-2xl);box-shadow:var(--shadow-lg)}.valuation-result-header{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);color:var(--color-charcoal);display:flex}.valuation-result-header h3{font-family:var(--font-display);flex:1;font-size:1.3rem}.valuation-confidence{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-full);padding:4px 10px;font-size:.72rem;font-weight:600}.confidence-high{color:#166534;background:#dcfce7}.confidence-medium{color:#854d0e;background:#fef9c3}.confidence-low{color:#991b1b;background:#fee2e2}.valuation-price-main{background:linear-gradient(135deg, var(--color-charcoal) 0%, #2a1a18 100%);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-xl);text-align:center}.valuation-price-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-warm-gray-light);font-size:.8rem;font-weight:600}.valuation-price-range{justify-content:center;align-items:center;gap:var(--space-md);margin:var(--space-md) 0;color:var(--color-white);display:flex}.valuation-price-min,.valuation-price-max{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.8rem)}.valuation-price-avg{color:var(--color-warm-gray-light);font-size:.9rem}.valuation-price-avg strong{color:var(--color-red-light)}.valuation-perm2{padding:var(--space-md);background:var(--color-cream);border-radius:var(--radius-md);margin-bottom:var(--space-lg);color:var(--color-warm-gray);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.valuation-perm2 strong{color:var(--color-charcoal)}.valuation-explanation{margin-bottom:var(--space-lg);color:var(--color-charcoal);font-size:.95rem;line-height:1.7}.valuation-factors{margin-bottom:var(--space-xl)}.valuation-factors h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.04em;color:var(--color-warm-gray);margin-bottom:var(--space-md);font-size:.8rem;font-weight:600}.valuation-factors-list{gap:var(--space-sm);flex-direction:column;display:flex}.valuation-factor{align-items:center;gap:var(--space-sm);color:var(--color-charcoal);font-size:.9rem;display:flex}.valuation-factor-dot{background:var(--color-red);border-radius:50%;flex-shrink:0;width:6px;height:6px}.valuation-disclaimer{gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-md);margin-bottom:var(--space-xl);color:#92400e;background:#fffbeb;font-size:.82rem;line-height:1.5;display:flex}.valuation-disclaimer svg{flex-shrink:0;margin-top:2px}.valuation-cta{text-align:center;width:100%}@media (width<=900px){.valuation-layout{grid-template-columns:1fr}.valuation-results-area{position:static}}@media (width<=500px){.valuation-types{grid-template-columns:repeat(2,1fr)}.valuation-grid{grid-template-columns:1fr}}.cms-page{min-height:60vh}.cms-hero{background:linear-gradient(135deg, var(--color-charcoal) 0%, #1a1a2e 100%);color:#fff;text-align:center;align-items:center;min-height:200px;padding:5rem 0 3rem;display:flex}.cms-hero-title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.cms-hero-sub{opacity:.85;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.6}.cms-content{max-width:800px;margin:0 auto;padding:3rem 0 4rem}.cms-body{color:var(--color-charcoal);font-size:1.05rem;line-height:1.85}.cms-body h2{font-family:var(--font-display);color:var(--color-charcoal);letter-spacing:-.01em;margin:2.5rem 0 1rem;font-size:1.6rem;font-weight:700}.cms-body h3{font-family:var(--font-display);color:var(--color-charcoal);margin:2rem 0 .75rem;font-size:1.3rem;font-weight:600}.cms-body p{margin:0 0 1.25rem}.cms-body ul,.cms-body ol{margin:0 0 1.25rem;padding-left:1.5rem}.cms-body li{margin-bottom:.5rem}.cms-body strong{color:var(--color-charcoal);font-weight:600}.cms-body blockquote{border-left:4px solid var(--color-red);background:var(--color-cream);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--color-warm-gray);margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.cms-body img{border-radius:var(--radius-lg);max-width:100%;height:auto;margin:1.5rem 0}.cms-body a{color:var(--color-red);text-underline-offset:2px;text-decoration:underline}.cms-body a:hover{opacity:.8}.cms-hero-skeleton{border-radius:var(--radius-md);background:#ffffff26;width:300px;height:2.5rem;margin:0 auto;animation:1.5s ease-in-out infinite cmsPulse}.cms-skeleton-line{background:var(--color-cream-dark);border-radius:var(--radius-sm);height:1rem;margin-bottom:1rem;animation:1.5s ease-in-out infinite cmsPulse}@keyframes cmsPulse{0%,to{opacity:.4}50%{opacity:.8}}@media (width<=768px){.cms-hero{padding:4rem 0 2.5rem}.cms-content{padding:2rem 0 3rem}.cms-body{font-size:1rem}}:root{--color-cream:#fdf5ec;--color-cream-dark:#f5e6d3;--color-red:#c4382a;--color-red-dark:#9e2d22;--color-red-light:#e8564a;--color-charcoal:#1a1a1a;--color-charcoal-light:#2d2d2d;--color-warm-gray:#8a7e76;--color-warm-gray-light:#b8afa8;--color-white:#fff;--color-gold:#c9a96e;--color-success:#2d8f5e;--color-overlay:#1a1a1ab3;--font-display:"DM Serif Display", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f;--shadow-xl:0 20px 60px #00000026;--shadow-card:0 2px 8px #0000000f, 0 0 0 1px #00000008;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.16, 1, .3, 1);--max-width:1280px;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-body);color:var(--color-charcoal);background:var(--color-cream);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.2}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}input,select,textarea{font-family:var(--font-body);outline:none}.container{max-width:var(--max-width);padding:0 var(--space-xl);margin:0 auto}.section{padding:var(--space-5xl) 0}.section-title{color:var(--color-charcoal);margin-bottom:var(--space-sm);font-size:clamp(2rem,4vw,3rem)}.section-subtitle{color:var(--color-warm-gray);max-width:560px;font-size:1.1rem}.btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);letter-spacing:.01em;transition:all var(--transition-base);white-space:nowrap;padding:.8rem 1.8rem;font-size:.95rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--color-red);color:var(--color-white)}.btn-primary:hover{background:var(--color-red-dark);transform:translateY(-1px);box-shadow:0 4px 16px #c4382a4d}.btn-secondary{color:var(--color-charcoal);border:1.5px solid var(--color-charcoal);background:0 0}.btn-secondary:hover{background:var(--color-charcoal);color:var(--color-white)}.btn-ghost{color:var(--color-red);background:0 0;padding:.5rem 0}.btn-ghost:hover{color:var(--color-red-dark)}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-sale{background:var(--color-red);color:var(--color-white)}.badge-rent{background:var(--color-gold);color:var(--color-white)}.badge-new{background:var(--color-success);color:var(--color-white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-cream)}::-webkit-scrollbar-thumb{background:var(--color-warm-gray-light);border-radius:4px}.scroll-top-btn{background:var(--color-red);width:44px;height:44px;color:var(--color-white);z-index:90;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:6rem;right:2rem;transform:translateY(16px)scale(.8);box-shadow:0 4px 16px #c4382a59}.scroll-top-btn--visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.scroll-top-btn:hover{background:var(--color-red-dark);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 24px #c4382a73}main{animation:.4s cubic-bezier(.16,1,.3,1) pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.container{padding:0 var(--space-md)}.section{padding:var(--space-3xl) 0}:root{--header-height:64px}.scroll-top-btn{width:40px;height:40px;bottom:5.5rem;right:1.2rem}}
