:root{--red:#cc1414;--red-dark:#a01010;--red-light:#e82020;--charcoal:#1e1e1e;--charcoal-mid:#2e2e2e;--charcoal-light:#4a4a4a;--light-gray:#f4f4f4;--white:#fff;--text-dark:#1a1a1a;--text-muted:#6b7280;--color-primary:#cc1414;--color-primary-dark:#a01010;--color-primary-light:#e82020;--color-secondary:#1e1e1e;--color-secondary-dark:#141414;--color-accent:#f4f4f4;--font-heading:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-dark);background:#fff;flex-direction:column;min-height:100dvh;line-height:1.6;display:flex;overflow-x:hidden}main{flex:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.prose{max-width:100%;font-size:.95rem;line-height:1.85}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--color-secondary);font-family:var(--font-heading);margin-top:1.75em;margin-bottom:.6em;font-weight:800;line-height:1.3}.prose h1{font-size:1.5rem}.prose h2{font-size:1.25rem}.prose h3{font-size:1.05rem}.prose h4{font-size:.95rem}.prose p{color:#374151;margin-bottom:1.1em}.prose p:last-child{margin-bottom:0}.prose ul,.prose ol{color:#374151;margin-bottom:1em;padding-left:1.5em}.prose li{margin-bottom:.35em}.prose a{color:var(--color-primary);text-decoration:underline}.prose strong{color:var(--color-secondary);font-weight:700}.prose em{font-style:italic}.prose table{border-collapse:collapse;width:100%;margin-bottom:1.5em;font-size:.875rem}.prose th,.prose td{text-align:left;border:1px solid #e5e7eb;padding:.5rem .875rem}.prose th{background:var(--color-secondary);color:#fff;font-weight:700}.prose tr:nth-child(2n) td{background:#f9fafb}.prose blockquote{border-left:4px solid var(--color-primary);color:var(--text-muted);background:#fef9f9;border-radius:0 8px 8px 0;margin:1.5em 0;padding:.75rem 1rem;font-style:italic}.prose code{color:#1e1e1e;background:#f3f4f6;border-radius:4px;padding:.15em .4em;font-family:Courier New,monospace;font-size:.875em}.prose pre{color:#f9fafb;background:#1e1e1e;border-radius:10px;margin-bottom:1.25em;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6;overflow-x:auto}.prose img{border-radius:10px;max-width:100%;margin:1em 0}.prose hr{border:none;border-top:2px solid #f3f4f6;margin:2em 0}.prose img.image-align-center{margin-left:auto;margin-right:auto;display:block}.prose img.image-align-half{vertical-align:top;margin:.25%;display:inline-block!important}.prose img.image-align-third{vertical-align:top;margin:.25% .5%;display:inline-block!important}.prose img.image-align-left{margin:.25rem 1.5rem .75rem 0;display:block;float:left!important}.prose img.image-align-right{margin:.25rem 0 .75rem 1.5rem;display:block;float:right!important}:is(.prose p:has(img.image-align-half),.prose p:has(img.image-align-third)){font-size:0;line-height:0}.prose p:after{content:"";clear:both;display:table}.container{width:100%;max-width:var(--container-max-width,1280px);padding:0 var(--container-padding-x,1.5rem);margin:0 auto}.btn-primary{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .1s;display:inline-block}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffffb3;border-radius:4px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-outline:hover{background:#ffffff26;border-color:#fff}.btn-outline-dark{color:var(--color-secondary);border:2px solid var(--color-secondary);background:0 0;border-radius:4px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-outline-dark:hover{background:var(--color-secondary);color:#fff}.not-found-pill{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.not-found-pill:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn-green{background:var(--color-secondary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.btn-green:hover{background:var(--color-secondary-dark)}.section-title{color:var(--color-secondary);margin-bottom:.5rem;font-size:2rem;font-weight:800}.section-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem}.tag-label{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:inline-block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes bounceMouse{0%,to{opacity:.28;transform:translate(-50%)translateY(0)}50%{opacity:.5;transform:translate(-50%)translateY(6px)}}@keyframes counterReveal{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatSlow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(1.5deg)}}@keyframes pulseGlow{0%,to{box-shadow:0 8px 24px #cc141459}50%{box-shadow:0 12px 36px #cc141499}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:.7s both fadeIn}.animate-slide-up{animation:.7s both slideUp}.animate-slide-right{animation:.6s both slideRight}.animate-scale-in{animation:.6s both scaleIn}.animate-bounce-mouse{animation:2s ease-in-out infinite bounceMouse}.animate-counter{animation:.6s both counterReveal}.animate-float{animation:3.5s ease-in-out infinite float}.animate-float-slow{animation:5s ease-in-out infinite floatSlow}.animate-pulse-glow{animation:2.5s ease-in-out infinite pulseGlow}.delay-0{transition-delay:0s;animation-delay:0s}.delay-100{transition-delay:.1s;animation-delay:.1s}.delay-200{transition-delay:.2s;animation-delay:.2s}.delay-300{transition-delay:.3s;animation-delay:.3s}.delay-400{transition-delay:.4s;animation-delay:.4s}.delay-500{transition-delay:.5s;animation-delay:.5s}.delay-600{transition-delay:.6s;animation-delay:.6s}.delay-700{transition-delay:.7s;animation-delay:.7s}.delay-800{transition-delay:.8s;animation-delay:.8s}.delay-900{transition-delay:.9s;animation-delay:.9s}.delay-1000{transition-delay:1s;animation-delay:1s}.delay-1200{transition-delay:1.2s;animation-delay:1.2s}.sr{opacity:0;will-change:opacity,transform;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.sr.sr-up{transform:translateY(36px)}.sr.sr-right{transform:translate(-32px)}.sr.sr-left{transform:translate(32px)}.sr.sr-scale{transform:scale(.92)}.sr.sr-fade{transform:none}.sr.sr-visible{opacity:1;transform:none}.sr-d0{transition-delay:0s}.sr-d80{transition-delay:80ms}.sr-d160{transition-delay:.16s}.sr-d240{transition-delay:.24s}.sr-d320{transition-delay:.32s}.sr-d400{transition-delay:.4s}.sr-d480{transition-delay:.48s}.sr-d560{transition-delay:.56s}@media (prefers-reduced-motion:reduce){.sr,.sr-visible{opacity:1!important;transition:none!important;transform:none!important}.animate-float,.animate-float-slow,.animate-pulse-glow,.animate-bounce-mouse{animation:none!important}}.badge-available{color:#065f46;background:#d1fae5;border-radius:9999px;padding:.2rem .65rem;font-size:.75rem;font-weight:700}.badge-limited{color:#92400e;background:#fef3c7;border-radius:9999px;padding:.2rem .65rem;font-size:.75rem;font-weight:700}.badge-sold{color:#991b1b;background:#fee2e2;border-radius:9999px;padding:.2rem .65rem;font-size:.75rem;font-weight:700}@media (max-width:480px){.container{padding:0 1rem}.section-title{font-size:1.5rem}.section-subtitle{margin-bottom:1.5rem;font-size:.9rem}.btn-primary,.btn-outline,.btn-green,.btn-outline-dark{padding:.7rem 1.4rem;font-size:.875rem}.contact-name-phone-row{grid-template-columns:1fr!important}.plots-filter-divider{display:none!important}.testimonials-card{padding:1.25rem!important}.plots-search-row{flex-wrap:wrap!important}.plots-search-row .plots-search-input{width:100%!important;min-width:0!important}.hero-stats-row{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.hero-stats-divider{display:none!important}.plot-detail-price-row{flex-wrap:wrap!important;gap:.5rem!important}.about-image-col{min-height:200px!important}.blog-card,.plot-card{min-width:0!important}.hero-content-container{padding:2.5rem 1rem 1.5rem!important}}@media (max-width:768px){.page-hero-band{padding:2.5rem 0 2rem!important}.hero-noimage-panel,.hero-noimage-brandmark{display:none!important}.hero-text-col{max-width:100%!important}.hero-content-container{grid-template-columns:1fr!important;padding:5rem 1.5rem 3rem!important}.hero-stats-divider{display:none!important}.hero-stats-row{flex-wrap:wrap!important;gap:1.5rem!important}.hero-banner-strip{gap:1.25rem!important}.cta-right-panel{border-top:1px solid #ffffff14!important;border-left:none!important}.about-hero-panel{display:none!important}.plot-detail-sidebar{position:static!important;top:auto!important}.blog-post-grid{grid-template-columns:1fr!important}.blog-post-col{grid-column:1!important}.contact-info-grid{gap:2rem!important}.testimonials-card{padding:1.5rem!important}}@media (max-width:640px){.hero-cta-buttons{flex-direction:column!important;align-items:stretch!important}.hero-cta-buttons>*{text-align:center!important;justify-content:center!important;width:100%!important}.page-hero-band{padding:2rem 0 1.5rem!important}.hero-content-container{padding:3rem 1rem 2rem!important}}@media (max-width:900px){.services-detail-grid{grid-template-columns:repeat(2,1fr)!important}.blog-preview-grid{grid-template-columns:1fr!important}.blog-preview-featured{grid-column:1!important;grid-template-columns:1fr!important}.blog-preview-featured>div:first-child{min-height:200px!important}}@media (max-width:640px){.services-detail-grid,.services-grid{grid-template-columns:1fr!important}}@media (max-width:767px){.back-top-btn{bottom:5.5rem!important}body{padding-bottom:4.5rem}}.plot-hero-wrap{min-height:440px}.plot-map-container{height:320px}.plot-left-col{flex-direction:column;min-width:0;display:flex;overflow-x:clip}.plot-block-gallery,.plot-block-content,.plot-block-specs,.plot-block-extra,.plot-block-map,.plot-block-trust{min-width:0;max-width:100%;overflow-x:clip}.plot-detail-grid{flex-direction:column;gap:2rem;display:flex}@media (min-width:901px){.plot-detail-grid{flex-direction:row;align-items:start}.plot-left-col{flex:1}.plot-detail-sidebar{flex-shrink:0;width:380px}}@media (max-width:900px){.plot-detail-sidebar{order:-1;position:static!important;top:auto!important}.plot-hero-wrap{min-height:360px!important}.plot-left-col>div{min-width:0;order:0!important}}@media (max-width:640px){.plot-block-content>div,.plot-block-specs>div,.plot-block-extra>div,.plot-block-map>div,.plot-block-trust>div{padding:1.25rem!important}.plot-hero-wrap{min-height:300px!important}.plot-map-container{height:220px}.plot-hero-stats>div{flex:1!important;min-width:0!important}.plot-cta-strip{flex-direction:column!important}.plot-cta-strip>a,.plot-cta-strip>button{text-align:center!important;width:100%!important;min-width:0!important}}@media (max-width:480px){.plot-hero-stats{gap:.5rem!important}.plot-hero-stats>div{padding:.6rem .75rem!important}}@media (max-width:900px){.blog-post-layout{grid-template-columns:1fr!important}.blog-post-sidebar{position:static!important;top:auto!important}}@media (max-width:640px){.hero-banner-strip{justify-content:flex-start!important;gap:1.25rem!important}}@media (max-width:480px){.hero-banner-strip{gap:1rem!important}}@media (max-width:640px){.cta-left-panel{padding:2.5rem 1.75rem!important}.cta-right-panel{border-top:1px solid #ffffff14!important;border-left:none!important;padding:2rem 1.75rem!important}.contact-info-grid{gap:2rem!important}}@media (max-width:480px){.services-detail-grid{grid-template-columns:1fr!important}}@media (max-width:640px){section[id]{padding-top:3rem!important;padding-bottom:3rem!important}}@media (max-width:480px){section[id]{padding-top:2.5rem!important;padding-bottom:2.5rem!important}}.about-feature-card{border-top:3px solid var(--color-primary);background:#fff;border-radius:10px;padding:1.5rem;transition:transform .28s,box-shadow .28s;box-shadow:0 2px 12px #0000000f}.about-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #cc14141a}.card-lift{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1)}.card-lift:hover{transform:translateY(-6px);box-shadow:0 18px 48px #cc141421}.shimmer-bar{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.underline-red{text-decoration:none;position:relative}.underline-red:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .25s;position:absolute;bottom:-2px;left:0}.underline-red:hover:after{width:100%}@keyframes ktm-pip-in{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
