/* =========================================================
   KUNDAPURAM — GLOBAL TOKENS
   ========================================================= */
:root{--kp-terracotta:#D6452D;--kp-terracotta-dark:#B33A26;--kp-gold:#D7B458;--kp-gold-deep:#D6A939;--kp-green:#3E6A36;--kp-green-dark:#213C1C;--kp-orange:#E98B3B;--kp-dark:#1D1D1B;--kp-text-muted:#6B6B6B;--kp-cream:#FBF9F5;--kp-nav-bg:#F7F5F1;--kp-border:rgba(0,0,0,0.07);--kp-font-display:'DM Serif Display',serif;--kp-font-body:'Plus Jakarta Sans',sans-serif;--kp-gradient-line:linear-gradient(90deg,#D6452D 0%,#EA8C3A 35%,#E9C349 68%,#4C8C3F 100%);}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:var(--kp-font-body);color:var(--kp-dark);margin:0;padding:0;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
body.kp-drawer-open{overflow:hidden;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;}
 
select:focus,.btn:focus,a:focus,button:focus{outline:none;}
select:focus-visible,.btn:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--kp-terracotta);outline-offset:2px;}
 
@media (prefers-reduced-motion: reduce){*{animation-duration:0.01ms !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}}
 body.modal-open{padding-right:0 !important;}
/* =========================================================
   SHARED UTILITIES
   ========================================================= */
.kp-gradient-text{background:var(--kp-gradient-line);-webkit-background-clip:text;background-clip:text;color:transparent;}
.kp-line-accent{display:block;width:56px;height:3px;border-radius:3px;background:var(--kp-gradient-line);margin:0.7rem 0 1.3rem;}
.kp-line-accent--center{margin-left:auto;margin-right:auto;}
 
.kp-reveal{opacity:0;transform:translateY(26px);transition:opacity 0.7s ease,transform 0.7s ease;}
.kp-reveal.kp-is-visible{opacity:1;transform:none;}
.kp-reveal--pop{transform:scale(0.55);transition:opacity 0.65s cubic-bezier(.34,1.56,.64,1),transform 0.65s cubic-bezier(.34,1.56,.64,1);}
.kp-reveal--pop.kp-is-visible{opacity:1;transform:scale(1);}
 
@keyframes kp-ring-spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
 
/* =========================================================
   BUTTON SYSTEM
   ========================================================= */
.kp-btn{display:inline-flex;align-items:center;gap:0.9rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.92rem;color:#ffffff;background:var(--kp-terracotta);padding:0.28rem 0.28rem 0.28rem 1.4rem;border-radius:50px;border:none;transition:background 0.3s ease,border-color .3s ease;}
.kp-btn__label{white-space:nowrap;}
.kp-btn__icon{width:38px;height:38px;border-radius:50%;background:#ffffff;color:var(--kp-terracotta);display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;flex-shrink:0;transition:transform 0.3s ease;}
.kp-btn:hover{color:#ffffff;background:var(--kp-terracotta-dark);}
.kp-btn:hover .kp-btn__icon{transform:translateX(3px) rotate(-45deg);}
.kp-btn--green{background:var(--kp-green);}
.kp-btn--green .kp-btn__icon{color:var(--kp-green);}
.kp-btn--green:hover{background:var(--kp-green-dark);}
.kp-btn--primary{background:var(--kp-terracotta);}
.kp-btn--sm{padding:0.2rem 0.2rem 0.2rem 1.1rem;font-size:0.85rem;gap:0.65rem;}
.kp-btn--sm .kp-btn__icon{width:32px;height:32px;font-size:0.82rem;}
 
/* =========================================================
                        NAVBAR
   ========================================================= */
/* ---- Bar shell ---- */
.kp-nav-main{position:fixed;top:0;left:0;right:0;z-index:1050;padding:1.1rem 0;background:rgba(255,255,255,0.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:none;transition:background 0.35s ease,padding 0.3s ease,box-shadow 0.35s ease;}
.kp-nav-main.scrolled{padding:0.6rem 0;background:#ffffff;box-shadow:0 4px 24px rgba(0,0,0,0.08);}
.kp-nav-main__container{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.kp-nav-main__brand{display:inline-flex;align-items:center;flex-shrink:0;}
.kp-nav-main__logo-img{height:44px;width:auto;transition:height 0.3s ease,filter 0.3s ease;filter:drop-shadow(0 2px 6px rgba(0,0,0,0.35));}
.kp-nav-main.scrolled .kp-nav-main__logo-img{height:44px;filter:none;}
 
/* ---- Primary nav links ---- */
.kp-nav-main__nav{list-style:none;display:flex;align-items:center;gap:0.2rem;margin:0;padding:0;}
.kp-nav-main__nav-link{position:relative;display:inline-flex;align-items:center;gap:0.4rem;font-family:var(--kp-font-body);font-weight:600;font-size:0.92rem;color:#000000;opacity:0.92;padding:0.55rem 1.15rem;transition:color 0.25s,opacity 0.25s;text-shadow:0 1px 4px rgba(0,0,0,0.25);}
.kp-nav-main.scrolled .kp-nav-main__nav-link{color:var(--kp-dark);opacity:0.82;text-shadow:none;}
.kp-nav-main__nav-link::after{content:'';position:absolute;left:1.15rem;right:1.15rem;bottom:0.3rem;height:3px;border-radius:3px;background:var(--kp-gradient-line);transform:scaleX(0);transform-origin:left;transition:transform 0.35s ease;}
.kp-nav-main__nav-link:hover,.kp-nav-main__nav-link.active{opacity:1;}
.kp-nav-main__nav-link:hover::after,.kp-nav-main__nav-link.active::after{transform:scaleX(1);}
 
/* ---- Dropdown trigger (button, not a link) ---- */
.kp-nav-main__nav-item--dropdown{position:relative;}
button.kp-nav-main__nav-link--dropdown{background:none;-webkit-appearance:none;appearance:none;border:none;margin:0;cursor:pointer;font-family:inherit;font-weight:600px;font-size:inherit;line-height:inherit;color:inherit;}
.kp-nav-main__dropdown-caret{font-size:0.62rem;transition:transform 0.3s ease;}
.kp-nav-main__nav-item--dropdown:hover .kp-nav-main__dropdown-caret,
.kp-nav-main__nav-item--dropdown.is-open .kp-nav-main__dropdown-caret{transform:rotate(180deg);}
 
/* ---- Dropdown panel (desktop: hover / focus / click-toggled) ---- */
ul.kp-nav-main__dropdown{list-style:none;margin:0;padding:9px 0.6rem 0.6rem;position:absolute !important;top:100%;left:50%;transform:translate(-50%,8px);min-width:260px;background:#ffffff;border-radius:16px;box-shadow:0 24px 50px rgba(0,0,0,0.18);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s ease,transform 0.25s ease,visibility 0.25s;z-index:1100;}
ul.kp-nav-main__dropdown::before{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%) rotate(45deg);width:14px;height:14px;background:#ffffff;border-radius:3px;}
.kp-nav-main__nav-item--dropdown:hover ul.kp-nav-main__dropdown,
.kp-nav-main__nav-item--dropdown:focus-within ul.kp-nav-main__dropdown,
.kp-nav-main__nav-item--dropdown.is-open ul.kp-nav-main__dropdown{border: 1px solid green;opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0);}
a.kp-nav-main__dropdown-link{position:relative;display:flex;align-items:center;gap:0.75rem;padding:0.7rem;border-radius:11px;font-family:var(--kp-font-body);font-weight:600;font-size:0.88rem;color:var(--kp-dark);text-decoration:none;transition:background 0.2s,color 0.2s,padding-left 0.2s;}
li+li>a.kp-nav-main__dropdown-link{margin-top:2px;}
.kp-nav-main__dropdown-link-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,rgba(248, 239, 189, 0.12),rgba(248, 239, 189, 0.12));color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:background 0.2s,color 0.2s,transform 0.25s ease;}
.kp-nav-main__dropdown-link-arrow{margin-left:auto;flex-shrink:0;font-size:0.75rem;color:var(--kp-green);opacity:0;transform:translateX(-6px);transition:opacity 0.2s ease,transform 0.2s ease;}
a.kp-nav-main__dropdown-link:hover{background:var(--kp-cream);color:var(--kp-green);padding-left:0.9rem;}
a.kp-nav-main__dropdown-link:hover .kp-nav-main__dropdown-link-icon{background:var(--kp-green);color:#ffffff;transform:scale(1.06);}
a.kp-nav-main__dropdown-link:hover .kp-nav-main__dropdown-link-arrow{opacity:1;transform:translateX(0);}
 
/* ---- Right-side actions: call button + hamburger ---- */
.kp-nav-main__actions{display:flex;align-items:center;gap:0.9rem;flex-shrink:0;}
.kp-nav-main__btn-call{display:inline-flex;align-items:center;gap:0.7rem;background:#ffffff;border:1.5px solid rgba(214,69,45,0.25);border-radius:50px;padding:0.35rem 1.1rem 0.35rem 0.35rem;box-shadow:0 4px 16px rgba(0,0,0,0.12);transition:border-color 0.25s,box-shadow 0.25s;flex-shrink:0;}
.kp-nav-main__btn-call:hover{border-color:var(--kp-terracotta);box-shadow:0 6px 18px rgba(214,69,45,0.22);}
.kp-nav-main__btn-call-icon{width:36px;height:36px;border-radius:50%;background:var(--kp-terracotta);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:0.9rem;flex-shrink:0;}
.kp-nav-main__btn-call-text{display:flex;flex-direction:column;line-height:1.15;}
.kp-nav-main__btn-call-text small{font-family:var(--kp-font-body);font-size:0.68rem;font-weight:500;color:var(--kp-text-muted);text-transform:uppercase;letter-spacing:0.5px;}
.kp-nav-main__btn-call-text strong{font-family:var(--kp-font-body);font-size:0.85rem;font-weight:700;color:var(--kp-dark);}
 
.kp-nav-main__toggler{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--kp-border);background:#ffffff;box-shadow:0 4px 16px rgba(0,0,0,0.12);display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;flex-shrink:0;transition:border-color 0.25s,background 0.25s;}
.kp-nav-main__toggler:hover{border-color:var(--kp-terracotta);}
.kp-nav-main__toggler-bar{display:block;width:18px;height:2px;border-radius:2px;background:var(--kp-dark);transition:transform 0.3s ease,opacity 0.3s ease,width 0.3s ease;}
.kp-nav-main__toggler-bar:nth-child(2){width:13px;align-self:flex-end;margin-right:1px;}
.kp-nav-main__toggler.is-open{background:var(--kp-dark);border-color:var(--kp-dark);}
.kp-nav-main__toggler.is-open .kp-nav-main__toggler-bar{background:#ffffff;width:18px;}
.kp-nav-main__toggler.is-open .kp-nav-main__toggler-bar:nth-child(1){transform:translateY(7px) rotate(45deg);}
.kp-nav-main__toggler.is-open .kp-nav-main__toggler-bar:nth-child(2){opacity:0;}
.kp-nav-main__toggler.is-open .kp-nav-main__toggler-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
 
/* =========================================================
   OFF-CANVAS DRAWER (mobile menu)
   ========================================================= */
.kp-nav-drawer-backdrop{position:fixed;inset:0;background:rgba(29,29,27,0.55);opacity:0;visibility:hidden;transition:opacity 0.35s ease,visibility 0.35s ease;z-index:1200;}
.kp-nav-drawer-backdrop.is-open{opacity:1;visibility:visible;}
.kp-nav-drawer{position:fixed;top:0;right:0;bottom:0;width:82%;max-width:340px;background:#ffffff;z-index:1300;box-shadow:-16px 0 40px rgba(0,0,0,0.15);transform:translateX(100%);transition:transform 0.35s ease;display:flex;flex-direction:column;padding:1.4rem 1.4rem 1.6rem;}
.kp-nav-drawer.is-open{transform:translateX(0);}
.kp-nav-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;}
.kp-nav-drawer__logo-img{height:32px;width:auto;}
.kp-nav-drawer__close{width:38px;height:38px;border-radius:50%;border:1.5px solid var(--kp-border);background:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;color:var(--kp-dark);cursor:pointer;transition:background 0.25s,color 0.25s;}
.kp-nav-drawer__close:hover{background:var(--kp-terracotta);color:#ffffff;border-color:var(--kp-terracotta);}
 
.kp-nav-drawer__nav{list-style:none;margin:0 0 1.6rem;padding:0;display:flex;flex-direction:column;}
.kp-nav-drawer__nav-link{position:relative;display:block;font-family:var(--kp-font-body);font-weight:600;font-size:1rem;color:var(--kp-dark);padding:0.7rem 0.2rem;border-bottom:1px solid var(--kp-border);transition:color 0.25s,padding-left 0.25s;}
.kp-nav-drawer__nav-link::after{content:'';position:absolute;left:0.2rem;bottom:0;width:28px;height:3px;border-radius:3px;background:var(--kp-gradient-line);transform:scaleX(0);transform-origin:left;transition:transform 0.3s ease;}
.kp-nav-drawer__nav-link:hover,.kp-nav-drawer__nav-link.active{color:var(--kp-terracotta);padding-left:0.6rem;}
.kp-nav-drawer__nav-link:hover::after,.kp-nav-drawer__nav-link.active::after{transform:scaleX(1);}
 
/* ---- Drawer dropdown trigger + accordion (works with JS is-open class, no media query needed) ---- */
.kp-nav-drawer__nav-item--dropdown{position:relative;}
button.kp-nav-drawer__nav-link--dropdown{width:100%;background:none;-webkit-appearance:none;appearance:none;margin:0;border:none;border-bottom:1px solid var(--kp-border);cursor:pointer;font-family:inherit;font-weight:600;font-size:1rem;line-height:inherit;text-align:left;color:var(--kp-dark);display:flex;align-items:center;justify-content:space-between;gap:0.6rem;padding:0.7rem 0.2rem;}
.kp-nav-drawer__dropdown-caret{font-size:0.68rem;color:var(--kp-text-muted);transition:transform 0.3s ease;flex-shrink:0;}
.kp-nav-drawer__nav-item--dropdown.is-open .kp-nav-drawer__dropdown-caret{transform:rotate(180deg);}
ul.kp-nav-drawer__dropdown{list-style:none;margin:0;padding:0.4rem 0 0.2rem;max-height:0;overflow:hidden;transition:max-height 0.35s ease;}
.kp-nav-drawer__nav-item--dropdown.is-open ul.kp-nav-drawer__dropdown{max-height:220px;}
a.kp-nav-drawer__dropdown-link{display:flex;align-items:center;gap:0.7rem;padding:0.55rem 0.2rem 0.55rem 0.3rem;font-family:var(--kp-font-body);font-weight:600;font-size:0.9rem;color:var(--kp-text-muted);text-decoration:none;transition:color 0.2s;}
.kp-nav-drawer__dropdown-link-icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:rgb(34 105 47 / 10%);;color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:0.8rem;}
a.kp-nav-drawer__dropdown-link:hover{color:var(--kp-terracotta);}
 
.kp-nav-drawer__cta{margin-top:auto;justify-content:space-between;padding:0.22rem 0.22rem 0.22rem 1.1rem;font-size:0.85rem;}
.kp-nav-drawer__cta .kp-btn__icon{width:32px;height:32px;font-size:0.82rem;}
 
/* =========================================================
   ABOUT — professional framed image treatment
   ========================================================= */
.kp-home-about-section{padding:3rem 0;background:#ffffff;}
.kp-home-about-section__eyebrow{font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;}
.kp-home-about-section__title{font-family:var(--kp-font-display);font-size:3rem;font-weight:400;color:var(--kp-dark);margin:0 0 0.2rem;}
.kp-home-about-section__subtitle{font-family:var(--kp-font-body);font-size:1.15rem;font-weight:700;color:var(--kp-green);margin-bottom:1.2rem;}
.kp-home-about-section__desc{font-family:var(--kp-font-body);font-size:1rem;line-height:1.85;color:var(--kp-text-muted);margin-bottom:1.8rem;max-width:480px;}
 
.kp-home-about-section__timeline{list-style:none;margin:2.2rem 0 0;padding:0;max-width:520px;}
.kp-home-about-section__timeline-item{display:flex;align-items:flex-start;gap:1.1rem;padding-bottom:1.6rem;}
.kp-home-about-section__timeline-item:last-child{padding-bottom:0;}
.kp-home-about-section__timeline-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 50%,var(--kp-green-dark) 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;box-shadow:0 8px 20px rgba(33,60,28,0.28);}
.kp-home-about-section__timeline-copy{display:flex;flex-direction:column;gap:0.35rem;padding-top:0.5rem;}
.kp-home-about-section__timeline-copy strong{font-family:var(--kp-font-body);font-size:1rem;font-weight:700;color:var(--kp-dark);}
.kp-home-about-section__timeline-rule{display:block;width:26px;height:2px;border-radius:2px;background:var(--kp-gradient-line);}
.kp-home-about-section__timeline-copy em{font-family:var(--kp-font-body);font-style:normal;font-size:0.85rem;color:var(--kp-text-muted);}
 
.kp-home-about-section__img-wrap{position:relative;isolation:isolate;padding:22px 22px 22px 0;}
.kp-home-about-section__img-clip{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 40px 70px -20px rgba(29,29,27,0.35);}
.kp-home-about-section__img{width:100%;max-width:100%;height:auto;position:relative;display:block;}
.kp-home-about-section__frame-corner{position:absolute;width:64px;height:64px;z-index:2;pointer-events:none;}
.kp-home-about-section__frame-corner--tl{top:-6px;left:-27px;border-top:2px solid var(--kp-gold);border-left:2px solid var(--kp-gold);}
.kp-home-about-section__frame-corner--br{bottom:-9px;right:-9px;border-bottom:2px solid var(--kp-gold);border-right:2px solid var(--kp-gold);}
.kp-home-about-section__plaque{position:absolute;left:-37px;bottom:-74px;z-index:3;background:var(--kp-green-dark);color:#ffffff;padding:1.5rem 1.7rem;border-radius:4px;box-shadow:0 24px 40px rgba(0,0,0,0.28);max-width:230px;}
.kp-home-about-section__plaque-eyebrow{display:block;font-family:var(--kp-font-body);font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--kp-gold);margin-bottom:0.5rem;}
.kp-home-about-section__plaque-title{display:block;font-family:var(--kp-font-display);font-size:1.35rem;line-height:1.25;color:#ffffff;}
.kp-home-about-section__plaque-rule{display:block;width:32px;height:2px;background:var(--kp-gradient-line);margin:0.9rem 0 0.7rem;}
.kp-home-about-section__plaque-sub{display:block;font-family:var(--kp-font-body);font-size:0.78rem;color:rgba(255,255,255,0.7);}
 
/* =========================================================
   HERO — story-style tab navigator (replaces old side arrows)
   ========================================================= */
.kp-home-hero-section{position:relative;height:100vh;min-height:600px;}
.kp-home-hero-section__carousel,.kp-home-hero-section__inner{height:100%;}
.kp-home-hero-section__item{height:100%;position:relative;}
.kp-home-hero-section__image{width:auto;height:100%;min-width:100%;object-fit:cover;object-position:center;margin:0 auto;}
 
.kp-home-hero-section__navigator{position:absolute;left:88%;bottom:2.4rem;transform:translateX(-50%);display:flex;gap:0.4rem;z-index:5;background:rgba(20,20,18,0.32);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,0.2);border-radius:20px;padding:0.45rem;box-shadow:0 20px 45px rgba(0,0,0,0.25);}
.kp-home-hero-section__navtab{position:relative;display:flex;align-items:center;gap:0.55rem;background:transparent;border:none;color:rgba(255,255,255,0.55);padding:0.6rem 0.85rem;border-radius:14px;cursor:pointer;transition:background 0.35s ease,color 0.35s ease,padding 0.35s ease;}
.kp-home-hero-section__navtab-index{font-family:var(--kp-font-display);font-size:1.05rem;line-height:1;}
.kp-home-hero-section__navtab-label{font-family:var(--kp-font-body);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;max-width:0;opacity:0;white-space:nowrap;overflow:hidden;transition:max-width 0.35s ease,opacity 0.3s ease,margin 0.35s ease;}
.kp-home-hero-section__navtab-progress{position:absolute;left:0.85rem;right:0.85rem;bottom:0.4rem;height:2px;background:rgba(255,255,255,0.22);border-radius:2px;overflow:hidden;}
.kp-home-hero-section__navtab-progress-fill{display:block;height:100%;width:0%;background:var(--kp-gold);border-radius:2px;}
.kp-home-hero-section__navtab:hover{color:rgba(255,255,255,0.85);}
.kp-home-hero-section__navtab.is-active{background:rgba(255,255,255,0.16);color:#ffffff;padding:0.6rem 1.1rem 0.6rem 1rem;}
.kp-home-hero-section__navtab.is-active .kp-home-hero-section__navtab-label{max-width:120px;opacity:1;margin-left:0.05rem;}
.kp-home-hero-section__navtab.is-active .kp-home-hero-section__navtab-progress-fill{animation:kp-hero-progress 11s linear forwards;}
@keyframes kp-hero-progress{from{width:0%;}to{width:100%;}}
 
/* =========================================================
   WHY CHOOSE US — horizontal stepper with thin column dividers
   ========================================================= */
.kp-why-choose-section{background:#ffffff url('images/home-why-choose-bg.webp') center/cover no-repeat;padding:5rem 0 5.5rem;}
.kp-why-choose-section__eyebrow{font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;}
.kp-why-choose-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.85rem;line-height:1.25;color:var(--kp-dark);margin:0 0 1.3rem;}
.kp-why-choose-section__title-accent--green{color:var(--kp-green);}
.kp-why-choose-section__title-accent--red{color:var(--kp-terracotta);}
.kp-why-choose-section__desc{font-family:var(--kp-font-body);font-size:1rem;line-height:1.9;color:var(--kp-text-muted);max-width:420px;margin:0 0 2.5rem;}
 
.kp-why-choose-section__track{position:relative;padding-top:0.5rem;}
 
.kp-why-choose-section__features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:88px auto 10px auto;column-gap:0;row-gap:0.55rem;position:relative;z-index:1;align-items:start;}
.kp-why-choose-section__feature{display:grid;grid-row:1 / 5;grid-template-rows:subgrid;justify-items:center;text-align:center;opacity:0;transform:translateY(14px) scale(0.92);transition:opacity 0.4s ease,transform 0.4s cubic-bezier(.34,1.56,.64,1);padding:0 1.1rem;border-right:1px solid var(--kp-border);}
.kp-why-choose-section__feature:last-child{border-right:none;}
.kp-why-choose-section__feature.kp-step-active{opacity:1;transform:none;}
.kp-why-choose-section__feature-icon{align-self:center;position:relative;flex-shrink:0;width:60px;height:60px;border-radius:50%;background:#ffffff;border:1.5px solid rgba(62,106,54,0.18);color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:1.7rem;box-shadow:0 14px 30px rgba(33,60,28,0.1);transition:background 0.35s ease,color 0.35s ease,border-color 0.35s ease;}
.kp-why-choose-section__feature.kp-step-active .kp-why-choose-section__feature-icon{background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 55%,var(--kp-green-dark) 100%);color:#ffffff;border-color:transparent;}
.kp-why-choose-section__feature-copy{display:grid;grid-row:2 / 5;grid-template-rows:subgrid;justify-items:center;}
.kp-why-choose-section__feature-copy strong{font-family:var(--kp-font-body);font-size:0.92rem;font-weight:700;color:var(--kp-dark);}
.kp-why-choose-section__feature-rule{display:block;width:22px;height:2px;border-radius:2px;background:var(--kp-gradient-line);align-self:center;}
.kp-why-choose-section__feature-copy p{font-family:var(--kp-font-body);font-size:0.78rem;line-height:1.6;color:var(--kp-text-muted);margin:0;max-width:150px;}
 
/* =========================================================
   TRUSTED PARTNER — new section (reference layout, site theme, white bg)
   ========================================================= */
.kp-trusted-partner-section{padding:1.5rem 0;background:#ffffff;}
.kp-trusted-partner-section__head{text-align:center;max-width:640px;margin:0 auto 3.5rem;}
.kp-trusted-partner-section__eyebrow{font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;}
.kp-trusted-partner-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.6rem;line-height:1.25;color:var(--kp-dark);margin:0.6rem 0 0.9rem;}
.kp-trusted-partner-section__desc{font-family:var(--kp-font-body);font-size:0.98rem;line-height:1.85;color:var(--kp-text-muted);margin:0 auto;}
 
.kp-trusted-partner-section__grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:2.5rem;align-items:center;}
.kp-trusted-partner-section__col{display:flex;flex-direction:column;gap:1.4rem;}
 
.kp-trusted-partner-section__feature{display:flex;flex-direction:column;gap:0.75rem;width:100%;background:#ffffff24;border:1px solid rgb(48 108 50 / 46%);border-radius:12px;padding:1.25rem 1.3rem;box-shadow:0 10px 24px rgba(29,29,27,0.045);}
.kp-trusted-partner-section__feature-icon{flex-shrink:0;width:42px;height:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;color:#ffffff;}
.kp-trusted-partner-section__feature:nth-child(1) .kp-trusted-partner-section__feature-icon{background:#3e6a36;}
.kp-trusted-partner-section__feature:nth-child(2) .kp-trusted-partner-section__feature-icon{background:#3e6a36;}
.kp-trusted-partner-section__col--right .kp-trusted-partner-section__feature:nth-child(1) .kp-trusted-partner-section__feature-icon{background:#3e6a36;}
.kp-trusted-partner-section__col--right .kp-trusted-partner-section__feature:nth-child(2) .kp-trusted-partner-section__feature-icon{background:#3e6a36;}
.kp-trusted-partner-section__feature-copy strong{display:block;font-family:var(--kp-font-body);font-size:0.93rem;font-weight:700;color:var(--kp-dark);margin-bottom:0.3rem;}
.kp-trusted-partner-section__feature-copy p{font-family:var(--kp-font-body);font-size:0.81rem;line-height:1.6;color:var(--kp-text-muted);margin:0;}
 
.kp-trusted-partner-section__media{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,0.14);aspect-ratio:3/4;}
.kp-trusted-partner-section__media img{width:100%;height:100%;object-fit:cover;}
.kp-trusted-partner-section__media-badge{position:absolute;left:1.1rem;bottom:1.1rem;background:#ffffff;border-radius:14px;padding:0.75rem 1.1rem;display:flex;align-items:center;gap:0.7rem;box-shadow:0 16px 30px rgba(0,0,0,0.18);}
.kp-trusted-partner-section__media-badge i{color:var(--kp-green);font-size:1.3rem;}
.kp-trusted-partner-section__media-badge strong{display:block;font-family:var(--kp-font-body);font-size:0.85rem;font-weight:700;color:var(--kp-dark);}
.kp-trusted-partner-section__media-badge span{display:block;font-family:var(--kp-font-body);font-size:0.68rem;color:var(--kp-text-muted);}
 
/* =========================================================
   OUR PROJECTS
   ========================================================= */
.kp-home-projects-section{background:#ffffff url('images/home-projects-bg.webp') center/cover no-repeat;padding:2rem 0;}
.kp-home-projects-section__head{text-align:center;max-width:700px;margin:0 auto 3rem;}
.kp-home-projects-section__eyebrow{font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;}
.kp-home-projects-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.5rem;color:var(--kp-dark);margin:0 0 0.8rem;}
.kp-home-projects-section__desc{font-family:var(--kp-font-body);font-size:1rem;line-height:1.8;color:var(--kp-text-muted);margin:0;}
 
.kp-home-projects-section__card{position:relative;min-height:440px;border-radius:22px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:2.4rem;box-shadow:0 24px 50px rgba(0,0,0,0.16);}
.kp-home-projects-section__card::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,15,10,0.88) 0%,rgba(10,15,10,0.55) 40%,rgba(10,15,10,0.05) 80%);}
.kp-home-projects-section__badge{position:absolute;top:1.6rem;left:1.6rem;background:var(--kp-gold);color:var(--kp-dark);font-family:var(--kp-font-body);font-weight:700;font-size:0.78rem;padding:0.5rem 1.1rem;border-radius:50px;z-index:1;}
.kp-home-projects-section__badge--gold{background:var(--kp-gold-deep);}
.kp-home-projects-section__card-body{position:relative;z-index:1;max-width:380px;}
.kp-home-projects-section__card-title{font-family:var(--kp-font-display);font-size:20px;font-weight:400;color:#ffffff;margin:0 0 0.5rem;text-transform:uppercase;letter-spacing:1px;}
.kp-home-projects-section__card-rule{display:block;width:34px;height:3px;border-radius:3px;background:var(--kp-gold);margin-bottom:0.8rem;}
.kp-home-projects-section__card-desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.7;color:rgba(255,255,255,0.85);margin:0 0 1.3rem;}
.kp-home-projects-section__card-btn{display:inline-block;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:#ffffff;border:1.5px solid rgba(255,255,255,0.55);border-radius:50px;padding:0.6rem 1.6rem;transition:background 0.25s,color 0.25s,border-color 0.25s;}
.kp-home-projects-section__card-btn:hover{background:#ffffff;color:var(--kp-dark);border-color:#ffffff;}
.kp-home-amenities-section__col-media col-12 col-lg-6 kp-reveal kp-is-visible{margin-top: 0px;}
 
/* =========================================================
   PLOT FEATURES
   ========================================================= */
.kp-home-plot-features-section{padding:14px 0px 50px;background:#fff;}
.kp-home-plot-features-section__head{text-align:center;max-width:820px;margin:0 auto 3rem;}
.kp-home-plot-features-section__eyebrow{display:inline-block;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;}
.kp-home-plot-features-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.5rem;line-height:1.3;color:var(--kp-dark);margin:0.6rem 0;}
.kp-home-plot-features-section__desc{font-family:var(--kp-font-body);font-size:1rem;line-height:1.8;color:var(--kp-text-muted);max-width:640px;margin:0.6rem auto 0;}
 
.kp-home-plot-features-section__card{background:#ffffff;border-radius:26px;box-shadow:0 30px 60px rgba(0,0,0,0.08);padding:2.8rem 2rem;}
.kp-home-plot-features-section__grid{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;}
.kp-home-plot-features-section__feature{flex:1 1 12.5%;min-width:150px;text-align:center;padding:0.5rem 1.2rem;border-right:1px solid var(--kp-border);display:flex;flex-direction:column;align-items:center;}
.kp-home-plot-features-section__feature:last-child{border-right:none;}
.kp-home-plot-features-section__icon-wrap{position:relative;width:100px;height:100px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.1rem;}
.kp-home-plot-features-section__icon-wrap::before{content:'';position:absolute;inset:0;border-radius:50%;border:1.5px dotted rgba(214,69,45,0.4);animation:kp-ring-spin 20s linear infinite;}
.kp-home-plot-features-section__feature-icon{width:100px;height:100px;object-fit:contain;}
.kp-home-plot-features-section__feature-title{font-family:var(--kp-font-body);font-size:0.9rem;font-weight:800;text-transform:uppercase;letter-spacing:0.3px;color:var(--kp-dark);margin:0 0 0.5rem;line-height:1.3;}
.kp-home-plot-features-section__feature-title--accent{color:var(--kp-green);}
.kp-home-plot-features-section__feature-rule{display:block;width:22px;height:2px;border-radius:2px;background:var(--kp-gradient-line);margin-bottom:0.6rem;}
.kp-home-plot-features-section__feature-desc{font-family:var(--kp-font-body);font-size:0.8rem;line-height:1.55;color:var(--kp-text-muted);margin:0;}
 
/* =========================================================
   AMENITIES
   ========================================================= */
.kp-home-amenities-section{background:var(--kp-green-dark);}
.kp-home-amenities-section__col-media{min-height:420px;}
.kp-home-amenities-section__media{position:relative;width:100%;height:100%;min-height:420px;background-size:cover;background-position:center;display:flex;align-items:flex-end;}
.kp-home-amenities-section__media::before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,40,22,0.75) 0%,rgba(20,40,22,0.15) 45%,transparent 70%);}
.kp-home-amenities-section__caption{position:relative;z-index:1;padding:2rem;text-align:center;width:100%;}
.kp-home-amenities-section__caption-title{display:block;font-family:var(--kp-font-display);font-style:italic;font-size:1.5rem;color:#ffffff;}
.kp-home-amenities-section__caption-line{display:flex;align-items:center;justify-content:center;gap:0.6rem;margin:0.5rem 0;color:var(--kp-gold);font-size:0.8rem;}
.kp-home-amenities-section__caption-line::before,.kp-home-amenities-section__caption-line::after{content:'';width:40px;height:1px;background:var(--kp-gold);opacity:0.6;}
.kp-home-amenities-section__caption-sub{display:block;font-family:var(--kp-font-display);font-style:italic;font-size:1rem;color:rgba(255,255,255,0.85);}
 
.kp-home-amenities-section__col-text{display:flex;align-items:center;background:var(--kp-green-dark);}
.kp-home-amenities-section__content{padding:4rem 3rem;max-width:560px;}
.kp-home-amenities-section__eyebrow{display:inline-block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;background:var(--kp-gradient-line);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:0.6rem;}
.kp-home-amenities-section__title{font-family:var(--kp-font-body);font-weight:800;font-size:32px;line-height:1.2;color:#ffffff;margin:0 0 1.6rem;}
.kp-home-amenities-section__title-accent{color:var(--kp-gold);}
.kp-home-amenities-section__divider{display:block;width:64px;height:3px;border-radius:3px;background:var(--kp-gradient-line);margin-bottom:2rem;}
.kp-home-amenities-section__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2rem;}
.kp-home-amenities-section__item{flex:1 1 150px;display:flex;flex-direction:column;gap:0.7rem;}
.kp-home-amenities-section__item-icon{width:44px;height:44px;border-radius:10px;border:1.5px solid rgba(215,180,88,0.4);background:rgba(215,180,88,0.08);color:var(--kp-gold);display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;}
.kp-home-amenities-section__item-copy{display:flex;flex-direction:column;gap:0.4rem;}
.kp-home-amenities-section__item-copy strong{font-family:var(--kp-font-body);font-size:0.92rem;font-weight:700;color:#ffffff;text-transform:uppercase;letter-spacing:0.3px;}
.kp-home-amenities-section__item-copy em{font-family:var(--kp-font-body);font-style:normal;font-size:0.82rem;line-height:1.6;color:rgba(255,255,255,0.62);}
 
/* =========================================================
   CTA BANNER
   ========================================================= */
.kp-home-cta-section{padding:3rem 0;background:#ffffff;}
.kp-home-cta-section__panel{position:relative;border-radius:28px;overflow:hidden;background-color:#0c150c;background-size:cover;background-position:center;padding:3.5rem;min-height:460px;display:flex;align-items:center;box-shadow:0 30px 60px rgba(0,0,0,0.18);}
.kp-home-cta-section__panel::before{ content:"";position:absolute;inset:0;background:linear-gradient(113deg, rgba(20,35,20,26.82) 20%,rgba(26,31,26,0.50) 50%,rgba(20,35,20,.18) 58%,transparent 78%)}
.kp-home-cta-section__content{position:relative;z-index:1;max-width:520px;}
.kp-home-cta-section__badge{display:inline-block;font-family:var(--kp-font-body);font-weight:700;font-size:0.78rem;text-transform:uppercase;letter-spacing:1px;color:var(--kp-green-dark);background:#CDE6A5;padding:0.5rem 1.2rem;border-radius:50px;margin-bottom:1.3rem;}
.kp-home-cta-section__title{font-family:var(--kp-font-body);font-weight:800;font-size:2.6rem;line-height:1.15;color:#ffffff;margin:0 0 1rem;}
.kp-home-cta-section__title-accent{color:var(--kp-gold);}
.kp-home-cta-section__desc{font-family:var(--kp-font-body);font-size:1rem;line-height:1.8;color:rgba(255,255,255,0.85);margin:0 0 1.8rem;max-width:440px;}
.kp-home-cta-section__features{list-style:none;display:flex;flex-wrap:wrap;gap:1.6rem;margin:0 0 2rem;padding:0;}
.kp-home-cta-section__feature{display:flex;align-items:center;gap:0.6rem;font-family:var(--kp-font-body);font-size:0.85rem;font-weight:600;color:#ffffff;}
.kp-home-cta-section__feature-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.12);color:var(--kp-gold);display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;flex-shrink:0;}
.kp-home-cta-section__actions{display:flex;flex-wrap:wrap;gap:1rem;}
.kp-home-cta-section__btn{display:inline-flex;align-items:center;gap:0.6rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.9rem;color:var(--kp-dark);background:var(--kp-gold);padding:0.85rem 1.7rem;border-radius:50px;border:1.5px solid var(--kp-gold);transition:background 0.25s,color 0.25s;cursor:pointer;}
.kp-home-cta-section__btn:hover{background:var(--kp-gold-deep);border-color:var(--kp-gold-deep);}
.kp-home-cta-section__btn--outline{background:transparent;color:#ffffff;border-color:rgba(255,255,255,0.55);}
.kp-home-cta-section__btn--outline:hover{background:rgba(255,255,255,0.12);border-color:#ffffff;color:#ffffff;}
 
/* =========================================================
   TESTIMONIALS — side-scroll carousel, 3 visible, dots below
   ========================================================= */
.kp-home-testimonials-section{padding:2.5rem 0;background:#fff;}
.kp-home-testimonials-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;flex-wrap:wrap;}
.kp-home-testimonials-section__eyebrow{font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;}
.kp-home-testimonials-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.5rem;color:var(--kp-dark);margin:0.6rem 0 0.8rem;}
.kp-home-testimonials-section__desc{font-family:var(--kp-font-body);font-size:1rem;line-height:1.8;color:var(--kp-text-muted);margin:0;max-width:520px;}
.kp-home-testimonials-section__nav{display:flex;gap:0.7rem;flex-shrink:0;}
.kp-home-testimonials-section__nav-btn{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--kp-border);background:#ffffff;color:var(--kp-dark);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.25s,border-color 0.25s,color 0.25s;}
.kp-home-testimonials-section__nav-btn svg{width:18px;height:18px;}
.kp-home-testimonials-section__nav-btn:hover{background:var(--kp-green);border-color:var(--kp-green);color:#ffffff;}
 
.kp-home-testimonials-section__stage{overflow:hidden;}
.kp-home-testimonials-section__track{display:inline-flex;gap:1.6rem;transition:transform 0.55s cubic-bezier(.4,0,.2,1);}
.kp-home-testimonials-section__card{position:relative;flex:0 0 calc(33.333% - 1.067rem);background:#1e541b24;border-radius:18px;padding:2.1rem 1.9rem 1.9rem;box-shadow:0 14px 34px rgba(29,29,27,0.06);border-top:3px solid var(--kp-green);display:flex;flex-direction:column;}
.kp-home-testimonials-section__quote-icon{width:34px;height:34px;border-radius:50%;background:rgba(62,106,54,0.08);color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;margin-bottom:1.1rem;}
.kp-home-testimonials-section__rating{color:var(--kp-gold-deep);font-size:0.78rem;letter-spacing:2px;margin-bottom:0.9rem;}
.kp-home-testimonials-section__quote-text{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.8;color:var(--kp-dark);margin:0 0 1.6rem;flex:1;}
.kp-home-testimonials-section__person{display:flex;align-items:center;gap:0.8rem;padding-top:1.2rem;border-top:1px solid var(--kp-border);}
.kp-home-testimonials-section__avatar{width:40px;height:40px;border-radius:50%;background:var(--kp-green);color:#ffffff;font-family:var(--kp-font-body);font-weight:700;font-size:0.78rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.kp-home-testimonials-section__person-copy{display:flex;flex-direction:column;}
.kp-home-testimonials-section__person-copy strong{font-family:var(--kp-font-body);font-size:0.9rem;font-weight:700;color:var(--kp-dark);}
.kp-home-testimonials-section__person-copy em{font-family:var(--kp-font-body);font-style:normal;font-size:0.76rem;color:var(--kp-text-muted);}
 
.kp-home-testimonials-section__dots{display:flex;justify-content:center;gap:0.5rem;margin-top:2.2rem;}
.kp-home-testimonials-section__dots button{width:8px;height:8px;border-radius:50%;border:none;background:var(--kp-border);padding:0;cursor:pointer;transition:background 0.25s,width 0.25s;}
.kp-home-testimonials-section__dots button.is-active{background:var(--kp-green);width:22px;border-radius:5px;}
 
.kp-home-testimonials-section__cta{display:flex;align-items:center;gap:1.2rem;background:var(--kp-green-dark);border-radius:20px;padding:1.6rem 2rem;flex-wrap:wrap;margin-top:3.5rem;}
.kp-home-testimonials-section__cta-icon{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,0.1);color:var(--kp-gold);display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;}
.kp-home-testimonials-section__cta-copy{display:flex;flex-direction:column;gap:0.2rem;flex:1;min-width:220px;}
.kp-home-testimonials-section__cta-copy strong{font-family:var(--kp-font-body);font-size:1.05rem;font-weight:700;color:#ffffff;}
.kp-home-testimonials-section__cta-copy em{font-family:var(--kp-font-body);font-style:normal;font-size:0.85rem;color:rgba(255,255,255,0.65);}
.kp-home-testimonials-section__cta-btn{flex-shrink:0;padding:0.2rem 0.2rem 0.2rem 1.1rem;font-size:0.85rem;gap:0.65rem;}
.kp-home-testimonials-section__cta-btn .kp-btn__icon{width:32px;height:32px;font-size:0.82rem;}
 
/* =========================================================
   FAQ — with background image
   ========================================================= */
.kp-home-faq-section{position:relative;padding:5rem 0;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--kp-cream);}
.kp-home-faq-section::before{content:'';position:absolute;inset:0;background:linear-gradient(120deg, rgb(255 243 158 / 70%) 0%, rgba(251, 249, 245, 0.93) 55%, rgba(251, 249, 245, 0.85) 100%);}
.kp-home-faq-section .container{position:relative;z-index:1;}
.kp-home-faq-section__eyebrow{font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;}
.kp-home-faq-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.3rem;line-height:1.3;color:var(--kp-dark);margin:0 0 1rem;}
.kp-home-faq-section__desc{font-family:var(--kp-font-body);font-size:0.95rem;line-height:1.8;color:var(--kp-text-muted);margin:0 0 1.8rem;max-width:380px;}
 
.kp-home-faq-section__item{border:none;border-radius:16px !important;overflow:hidden;margin-bottom:1rem;box-shadow:0 8px 24px rgba(0,0,0,0.05);}
.kp-home-faq-section__btn{font-family:var(--kp-font-body);font-weight:700;font-size:0.98rem;color:var(--kp-dark);background:#ffffff;padding:1.2rem 1.4rem;box-shadow:none !important;}
.kp-home-faq-section__btn:not(.collapsed){color:var(--kp-terracotta);background:var(--kp-cream);}
.kp-home-faq-section__btn::after{filter:none;background-image:none;font-family:"bootstrap-icons";content:"\f282";font-size:1.1rem;color:var(--kp-terracotta);transition:transform 0.3s ease;}
.kp-home-faq-section__btn:not(.collapsed)::after{transform:rotate(180deg);}
.kp-home-faq-section__body{font-family:var(--kp-font-body);font-size:0.9rem;line-height:1.75;color:var(--kp-text-muted);padding:0 1.4rem 1.4rem;background:var(--kp-cream);}
 
/* =========================================================
   FOOTER
   ========================================================= */
.kp-page-footer{background:#213C1C;padding:4rem 0 0;}
.kp-page-footer__brand{display:inline-block;margin-bottom:0.9rem;}
.kp-page-footer__logo-img{height:42px;width:auto;}
.kp-page-footer__about{font-family:var(--kp-font-body);font-size:0.88rem;line-height:1.7;color:rgba(255,255,255,0.75);margin-bottom:1.2rem;max-width:280px;}
.kp-page-footer__socials{list-style:none;display:flex;gap:0.7rem;margin:0;padding:0;}
.kp-page-footer__social-link{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.12);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:0.9rem;transition:all 0.25s;}
.kp-page-footer__social-link:hover{background:#ffffff;color:#213C1C;}
.kp-page-footer__heading{font-family:var(--kp-font-body);font-size:1rem;font-weight:700;color:#ffffff;margin-bottom:1.1rem;}
.kp-page-footer__links{list-style:none;margin:0;padding:0;}
.kp-page-footer__links li{margin-bottom:0.55rem;}
.kp-page-footer__link{font-family:var(--kp-font-body);font-size:0.88rem;color:rgba(255,255,255,0.75);transition:color 0.2s;}
.kp-page-footer__link:hover{color:#ffffff;}
.kp-page-footer__address{font-style:normal;font-family:var(--kp-font-body);font-size:0.88rem;line-height:1.7;color:rgba(255,255,255,0.75);}
.kp-page-footer__address p{margin-bottom:0.6rem;display:flex;align-items:flex-start;gap:0.5rem;}
.kp-page-footer__address .bi{color:#ffffff;flex-shrink:0;margin-top:3px;}
.kp-page-footer__newsletter-text{font-family:var(--kp-font-body);font-size:0.88rem;color:rgba(255,255,255,0.75);margin-bottom:1rem;}
.kp-page-footer__newsletter-form{display:flex;background:#ffffff;border-radius:50px;padding:0.3rem;max-width:280px;}
.kp-page-footer__newsletter-input{border:none;background:transparent;flex:1;padding:0.4rem 0.9rem;font-family:var(--kp-font-body);font-size:0.85rem;color:var(--kp-dark);outline:none;min-width:0;}
.kp-page-footer__newsletter-btn{border:none;background:#213C1C;color:#ffffff;width:36px;height:36px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:background 0.25s;}
.kp-page-footer__newsletter-btn:hover{background:var(--kp-terracotta);color:#ffffff;}
.kp-page-footer__bottom{margin-top:3rem;border-top:1px solid rgba(255,255,255,0.15);padding:1.2rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.6rem;}
.kp-page-footer__copyright{font-family:var(--kp-font-body);font-size:0.82rem;color:rgba(255,255,255,0.7);margin:0;}
.kp-page-footer__legal{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0;}
.kp-page-footer__legal-link{font-family:var(--kp-font-body);font-size:0.82rem;color:rgba(255,255,255,0.7);transition:color 0.2s;}
.kp-page-footer__legal-link:hover{color:#ffffff;}
 
/* =========================================================
   INNER PAGE BANNER
   ========================================================= */
.kp-page-banner{position:relative;padding:9rem 0 3.5rem;background:linear-gradient(rgba(29,29,27,0.6),rgba(29,29,27,0.6)),url('images/page-banner.webp') center/cover no-repeat;text-align:center;}
.kp-page-banner__title{font-family:var(--kp-font-display);font-size:2.6rem;color:#ffffff;margin-bottom:0.6rem;}
.kp-page-banner__crumbs{list-style:none;display:flex;justify-content:center;gap:0.5rem;margin:0;padding:0;font-family:var(--kp-font-body);font-size:0.85rem;color:rgba(255,255,255,0.85);}
.kp-page-banner__crumbs a{color:rgba(255,255,255,0.85);}
.kp-page-banner__crumbs a:hover{color:var(--kp-gold);}
.kp-page-banner__crumbs li:not(:last-child)::after{content:'/';margin-left:0.5rem;color:rgba(255,255,255,0.5);}
.kp-page-content-section{padding:4rem 0;}
.kp-page-content-section__title{font-family:var(--kp-font-display);font-size:2.2rem;color:var(--kp-dark);margin-bottom:1rem;}
.kp-page-content-section__text{font-family:var(--kp-font-body);font-size:1rem;line-height:1.85;color:var(--kp-text-muted);}
.kp-trusted-partner-section__feature:nth-child(3) .kp-trusted-partner-section__feature-icon,
.kp-trusted-partner-section__col--right .kp-trusted-partner-section__feature:nth-child(3) .kp-trusted-partner-section__feature-icon{background:#3e6a36;}
 
   /* =========================================================
      BOOK A SITE VISIT — modal (classic split layout)
      ========================================================= */
   .kp-visit-modal__dialog{max-width:920px;}
   .kp-visit-modal__content{border:none;border-radius:22px;overflow:hidden;display:flex;flex-direction:row;box-shadow:0 40px 80px rgba(0,0,0,0.35);}
   .kp-visit-modal__close{position:absolute;top:1rem;right:1rem;z-index:6;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,0.4);background:rgba(20,20,18,0.35);backdrop-filter:blur(8px);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:background 0.25s;}
   .kp-visit-modal__close:hover{background:rgba(20,20,18,0.6);}
   .kp-visit-modal__media{position:relative;flex:0 0 42%;min-height:100%;background:var(--kp-green-dark);}
   .kp-visit-modal__media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;}
   .kp-visit-modal__media-caption{position:absolute;left:1.4rem;bottom:1.4rem;right:1.4rem;z-index:2;color:#ffffff;}
   .kp-visit-modal__media-caption span{display:block;font-family:var(--kp-font-body);font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--kp-gold);margin-bottom:0.4rem;}
   .kp-visit-modal__media-caption strong{display:block;font-family:var(--kp-font-display);font-size:1.4rem;line-height:1.3;}
   .kp-visit-modal__media::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,15,10,0.75) 0%,rgba(10,15,10,0.05) 55%);}
   
   .kp-visit-modal__form-wrap{flex:1 1 58%;background:var(--kp-cream);padding:2.6rem 2.6rem 2.2rem;max-height:90vh;overflow-y:auto;}
   .kp-visit-modal__eyebrow{display:inline-block;font-family:var(--kp-font-body);font-weight:700;font-size:0.78rem;text-transform:uppercase;letter-spacing:2px;}
   .kp-visit-modal__title{font-family:var(--kp-font-display);font-weight:400;font-size:1.8rem;color:var(--kp-dark);margin:0.5rem 0 0.5rem;}
   .kp-visit-modal__desc{font-family:var(--kp-font-body);font-size:0.88rem;line-height:1.7;color:var(--kp-text-muted);margin:0 0 1.6rem;}
   
   .kp-visit-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;}
   .kp-visit-modal__field{display:flex;flex-direction:column;gap:0.4rem;margin-bottom:1rem;}
   .kp-visit-modal__field label{font-family:var(--kp-font-body);font-size:0.78rem;font-weight:700;color:var(--kp-dark);}
   .kp-visit-modal__field input,
   .kp-visit-modal__field select,
   .kp-visit-modal__field textarea{font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-dark);background:#ffffff;border:1.5px solid var(--kp-border);border-radius:10px;padding:0.7rem 0.9rem;width:100%;transition:border-color 0.2s;}
   .kp-visit-modal__field input:focus,
   .kp-visit-modal__field select:focus,
   .kp-visit-modal__field textarea:focus{outline:none;border-color:var(--kp-terracotta);}
   .kp-visit-modal__field textarea{resize:vertical;min-height:80px;}
   .kp-visit-submit{display:inline-flex;align-items:center;justify-content:center;gap:0.65rem;width:auto;margin:0.4rem auto 0;background:var(--kp-green);border:none;border-radius:50px;padding:0.7rem 0.5rem 0.7rem 1.5rem;cursor:pointer;transition:background 0.25s ease;}
   .kp-visit-modal__form{display:flex;flex-direction:column;}
   .kp-visit-submit:hover{background:var(--kp-green-dark);}
   .kp-visit-submit__label{font-family:var(--kp-font-body);font-weight:700;font-size:0.88rem;color:#ffffff;white-space:nowrap;}
   .kp-visit-submit__icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#ffffff;color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:0.85rem;transition:transform 0.25s ease;}
   .kp-visit-submit:hover .kp-visit-submit__icon{transform:translateX(2px) rotate(-45deg);}
   .kp-visit-modal__fineprint{font-family:var(--kp-font-body);font-size:0.72rem;color:var(--kp-text-muted);text-align:center;margin:1rem 0 0;}
   .kp-visit-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 0.5rem;}
   .kp-visit-modal__success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 55%,var(--kp-green-dark) 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1.7rem;margin-bottom:1.2rem;}
 


  /* =================ABOUT PAGE=================== */

/* ---- Hero: full-bleed photo + overlay + floating brand card (kept as-is) ---- */
    .kp-about-hero{position:relative;}
    .kp-about-hero__img{width:100%;height:100vh;min-height:640px;object-fit:cover;display:block;}
    .kp-about-hero__brand{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);background:#ffffff;border-radius:50px;padding:1rem 2.2rem;display:inline-flex;align-items:center;gap:0.9rem;box-shadow:0 20px 44px rgba(0,0,0,0.2);z-index:2;white-space:nowrap;}
    .kp-about-hero__brand-icon{width:44px;height:44px;object-fit:contain;}
    .kp-about-hero__brand-copy{display:flex;flex-direction:column;text-align:left;}
    .kp-about-hero__brand-copy strong{font-family:var(--kp-font-display);font-size:1.15rem;color:var(--kp-dark);letter-spacing:0.5px;}
    .kp-about-hero__brand-copy span{font-family:var(--kp-font-body);font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--kp-green);}

    /* ---- Shared "— TAG —" eyebrow with flanking dashes ---- */
    .kp-about-tag{display:inline-flex;align-items:center;gap:0.6rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.78rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-green);margin-bottom:0.9rem;}
    .kp-about-tag::before,.kp-about-tag::after{content:'';width:20px;height:2px;border-radius:2px;background:var(--kp-gradient-line);opacity:0.9;}
    .kp-about-tag--gold{color:var(--kp-gold);}
    .kp-about-tag--center{justify-content:center;width:100%;}

    /* ---- Section 2: Legacy + Timeline + Stats ---- */
    .kp-about-legacy-section{padding:3rem 0 3rem!important;background:#ffffff;}
    .kp-about-legacy-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.3rem;line-height:1.3;color:var(--kp-dark);margin:0 0 1.2rem;}
    .kp-about-legacy-section__title-accent{color:var(--kp-green);}
    .kp-about-legacy-section__desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.85;color:var(--kp-text-muted);margin:0 0 1.8rem;max-width:400px;}
    .kp-about-legacy-section__btn{display:inline-flex;align-items:center;gap:0.6rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-green);background:#ffffff;border:1.5px solid rgba(62,106,54,0.35);border-radius:50px;padding:0.75rem 1.5rem;transition:background 0.25s,color 0.25s;}
    .kp-about-legacy-section__btn:hover{background:var(--kp-green);color:#ffffff;}

    .kp-about-legacy-section__timeline{position:relative;list-style:none;margin: 0 !important;;padding:0;display:flex;justify-content:space-between;gap:1rem;}
    .kp-about-legacy-section__timeline::before{content:'';position:absolute;top:76px;left:6%;right:6%;height:0;border-top:1.5px solid var(--kp-border);}
    .kp-about-legacy-section__timeline-item{position:relative;flex:1;text-align:center;}
    .kp-about-legacy-section__timeline-icon{position:relative;width:82px;height:82px;border-radius:50%;background:var(--kp-cream);display:flex;align-items:center;justify-content:center;margin:0 auto;z-index:1;}
    .kp-about-legacy-section__timeline-icon img{width:58px;height:58px;object-fit:contain;}
    .kp-about-legacy-section__timeline-dot{position:absolute;top:76px;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--kp-green);z-index:1;border:2px solid #ffffff;}
    .kp-about-legacy-section__timeline-item--gold .kp-about-legacy-section__timeline-dot{background:var(--kp-gold-deep);}
    .kp-about-legacy-section__timeline-year{display:block;font-family:var(--kp-font-display);font-size:1.35rem;color:var(--kp-dark);margin:1.3rem 0 0.35rem;}
    .kp-about-legacy-section__timeline-title{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-green);margin-bottom:0.5rem;}
    .kp-about-legacy-section__timeline-desc{display:block;font-family:var(--kp-font-body);font-size:0.78rem;line-height:1.6;color:var(--kp-text-muted);padding:0 0.3rem;}

    .kp-about-stats-section{padding:0 0 3.5rem;background:#ffffff;}
    .kp-about-stats-section__bar{background:linear-gradient(120deg, #32562b 0%, #0f1c0d 100%);border-radius:16px;display:flex;flex-wrap:wrap;padding:1.7rem 2.2rem;box-shadow:0 24px 50px rgba(15,28,13,0.35);}
    .kp-about-stats-section__item{flex:1 1 25%;min-width:150px;display:flex;align-items:center;gap:1rem;justify-content:center;padding:0.5rem 1rem;border-right:1px solid rgba(255,255,255,0.16);}
    .kp-about-stats-section__item:last-child{border-right:none;}
    .kp-about-stats-section__icon{width:60px;height:60px;object-fit:contain;flex-shrink:0;}
    .kp-about-stats-section__copy{display:flex;flex-direction:column;text-align:left;}
    .kp-about-stats-section__value{font-family:var(--kp-font-display);font-size:1.5rem;color:#ffffff;line-height:1.1;}
    .kp-about-stats-section__label{font-family:var(--kp-font-body);font-size:15px;color:rgba(255,255,255,0.62);}

    /* ---- Section 3: Driven by Values ---- */
    .kp-about-values-section{padding:0 0 3.5rem;background:#ffffff;}
    .kp-about-values-section__img{width:100%;height:100%;min-height:400px;object-fit:cover;border-radius:28px;}
    .kp-about-values-section__title{font-family:var(--kp-font-display);font-size:2.2rem;line-height:1.3;color:var(--kp-dark);margin:0 0 1rem;}
    .kp-about-values-section__title-accent{color:var(--kp-green);}
    .kp-about-values-section__desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.85;color:var(--kp-text-muted);margin:0 0 2rem;max-width:460px;}
    .kp-about-values-section__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);}
    .kp-about-values-section__item{display:flex;align-items:flex-start;gap:1rem;padding:10px 10px 10px 10px;}
    .kp-about-values-section__item:nth-child(1),.kp-about-values-section__item:nth-child(2){border-bottom:1px solid var(--kp-border);padding-bottom:1.4rem;}
    .kp-about-values-section__item:nth-child(3),.kp-about-values-section__item:nth-child(4){padding-top:1.4rem;}
    .kp-about-values-section__item:nth-child(1),.kp-about-values-section__item:nth-child(3){border-right:1px solid var(--kp-border);}
    .kp-about-values-section__icon-wrap{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:rgba(62,106,54,0.1);display:flex;align-items:center;justify-content:center;}
    .kp-about-values-section__icon{width:24px;height:24px;object-fit:contain;}
    .kp-about-values-section__item strong{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.92rem;color:var(--kp-dark);margin-bottom:0.35rem;}
    .kp-about-values-section__item p{margin:0;font-family:var(--kp-font-body);font-size:0.8rem;line-height:1.65;color:var(--kp-text-muted);}

    /* ---- Section 4: A Perfect Address (whole section is one rounded card) ---- */
    .kp-about-perfect-section{padding:0 0 3.5rem;background:#ffffff;}
    .kp-about-perfect-section__card{background:var(--kp-cream);border-radius:32px;padding:2.4rem;box-shadow:0 30px 60px rgba(0,0,0,0.06);}
    .kp-about-perfect-section__title{font-family:var(--kp-font-display);font-size:2.3rem;line-height:1.3;color:var(--kp-dark);margin:0 0 1.1rem;}
    .kp-about-perfect-section__title-accent{color:var(--kp-green);}
    .kp-about-perfect-section__desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.85;color:var(--kp-text-muted);margin:0 0 1.6rem;max-width:420px;}
    .kp-about-perfect-section__checklist{list-style:none;margin:0 0 1.8rem;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:0.9rem 1.2rem;max-width:440px;}
    .kp-about-perfect-section__checklist li{display:flex;align-items:center;gap:0.6rem;font-family:var(--kp-font-body);font-weight:600;font-size:0.85rem;color:var(--kp-dark);}
    .kp-about-perfect-section__checklist .bi{color:var(--kp-green);font-size:1.05rem;flex-shrink:0;}

    .kp-about-perfect-section__main{border-radius:20px;aspect-ratio:16/9;overflow:hidden;margin-bottom:1rem;box-shadow:0 20px 44px rgba(0,0,0,0.1);}
    .kp-about-perfect-section__main img{width:100%;height:100%;object-fit:cover;}
    .kp-about-perfect-section__thumbs-row{display:flex;align-items:center;gap:0.8rem;}
    .kp-about-perfect-section__thumbs-nav{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:#ffffff;border:1px solid var(--kp-border);box-shadow:0 8px 20px rgba(0,0,0,0.1);display:inline-flex;align-items:center;justify-content:center;color:var(--kp-dark);cursor:pointer;transition:background 0.25s,color 0.25s;}
    .kp-about-perfect-section__thumbs-nav:hover{background:var(--kp-green);color:#ffffff;}
    .kp-about-perfect-section__thumbs{flex:1;display:flex;gap:0.7rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;min-width:0;}
    .kp-about-perfect-section__thumbs::-webkit-scrollbar{display:none;}
    .kp-about-perfect-section__thumb{flex:1 1 0;min-width:0;aspect-ratio:4/3;border-radius:14px;overflow:hidden;scroll-snap-align:start;}
    .kp-about-perfect-section__thumb img{width:100%;height:100%;object-fit:cover;}

    /* ---- Section 5: Where Nature Meets Modern Living (dark, real bg image) ---- */
    .kp-about-community-section{position:relative;padding:3.5rem 0;text-align:center;background: url('images/about-community-bg.webp') center/cover no-repeat;}
    .kp-about-community-section__title{font-family:var(--kp-font-display);font-size:2.5rem;color:#ffffff;margin:0.4rem 0 0.9rem;}
    .kp-about-community-section__title-accent{color:var(--kp-gold);}
    .kp-about-community-section__divider{display:flex;align-items:center;justify-content:center;gap:0.7rem;color:var(--kp-gold);max-width:220px;margin:0 auto 3rem;}
    .kp-about-community-section__divider span{flex:1;height:1px;background:var(--kp-gold);opacity:0.5;}
    .kp-about-community-section__grid{list-style:none;margin:0 0 2.6rem;padding:0;display:flex;justify-content:center;flex-wrap:wrap;}
    .kp-about-community-section__item{flex:1 1 16%;min-width:130px;padding:0 1rem;border-right:1px solid rgba(255,255,255,0.16);}
    .kp-about-community-section__item:last-child{border-right:none;}
    .kp-about-community-section__icon{width:44px;height:44px;object-fit:contain;margin:0 auto 0.8rem;}
    .kp-about-community-section__item span{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.82rem;color:#ffffff;line-height:1.4;}
    .kp-about-community-section__desc{font-family:var(--kp-font-body);font-size:0.9rem;line-height:1.8;color:rgba(255,255,255,0.7);max-width:640px;margin:0 auto;}


    /*==================APARTMENTS=================================================== */

   
       .kp-apartments-hero{margin-top:0;}
    .kp-apartments-hero__img{width:100%;height:auto;display:block;}
    /* ---- Intro: heading/desc + salient features box ---- */
    .kp-apartments-intro-section{padding:3rem 0 3.5rem;background:#ffffff;}
    .kp-apartments-intro-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.82rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);margin-bottom:0.3rem;}
    .kp-apartments-intro-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:3rem;color:var(--kp-dark);line-height:1;margin:0;}
    .kp-apartments-intro-section__subtitle{font-family:var(--kp-font-body);font-weight:800;font-size:1.1rem;letter-spacing:1px;color:var(--kp-green);margin:0.3rem 0 1.2rem;}
    .kp-apartments-intro-section__desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.85;color:var(--kp-text-muted);margin:0 0 1.8rem;}
    .kp-apartments-intro-section__actions{display:flex;flex-wrap:wrap;gap:0.9rem;}
    .kp-apartments-intro-section__btn-outline{display:inline-flex;align-items:center;gap:0.6rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-dark);border:1.5px solid var(--kp-border);border-radius:50px;padding:0.8rem 1.6rem;transition:border-color 0.25s,color 0.25s;}
    .kp-apartments-intro-section__btn-outline:hover{border-color:var(--kp-terracotta);color:var(--kp-terracotta);}

    /* ---- Starting price highlight badge ---- */
    .kp-apartments-intro-section__price{display:inline-flex;align-items:center;gap:0.8rem;background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 55%,var(--kp-green-dark) 100%);border-radius:16px;padding:0.9rem 1.4rem;margin:0 0 1.4rem;box-shadow:0 14px 30px rgba(33,60,28,0.25);}
    .kp-apartments-intro-section__price-icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.16);color:var(--kp-gold);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;}
    .kp-apartments-intro-section__price-copy{display:flex;flex-direction:column;line-height:1.25;}
    .kp-apartments-intro-section__price-label{font-family:var(--kp-font-body);font-weight:700;font-size:0.7rem;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,0.75);}
    .kp-apartments-intro-section__price-value{font-family:var(--kp-font-display);font-size:1.6rem;color:#ffffff;}
    .kp-apartments-intro-section__price-value small{font-family:var(--kp-font-body);font-weight:600;font-size:0.7rem;color:rgba(255,255,255,0.7);margin-left:0.3rem;}

    .kp-apartments-intro-section__salient{background:var(--kp-cream);border-radius:22px;padding:2rem 1.8rem;}
    .kp-apartments-intro-section__salient-title{font-family:var(--kp-font-body);font-weight:800;font-size:0.95rem;letter-spacing:1px;text-transform:uppercase;color:var(--kp-dark);margin:0 0 1.2rem;}
    .kp-apartments-intro-section__salient-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem;}
    .kp-apartments-intro-section__salient-item{display:flex;align-items:flex-start;gap:0.8rem;}
    .kp-apartments-intro-section__salient-icon{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#ffffff;color:var(--kp-gold-deep);display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;box-shadow:0 6px 14px rgba(0,0,0,0.06);}
    .kp-apartments-intro-section__salient-item p{margin:0;font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.6;color:var(--kp-dark);padding-top:0.35rem;}

    /* ---- Stats row ---- */
    .kp-apartments-stats-section{padding:0 0 3.5rem;background:#ffffff;}
    .kp-apartments-stats-section__row{background:transparent;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;}
    .kp-apartments-stats-section__item{border:1px solid var(--kp-green);border-radius:18px;background:#ffffff;text-align:center;padding:1.8rem 1rem;}
    .kp-apartments-stats-section__icon{font-size:1.6rem;color:var(--kp-gold-deep);margin-bottom:0.6rem;}
    .kp-apartments-stats-section__value{display:block;font-family:var(--kp-font-display);font-size:1.35rem;color:var(--kp-dark);}
    .kp-apartments-stats-section__label{display:block;font-family:var(--kp-font-body);font-size:0.78rem;color:var(--kp-text-muted);margin-top:0.2rem;}

    /* ---- Highlight: 70/30 split, image right, no video overlay ---- */
    .kp-apartments-highlight-section{padding:0 0 4.5rem;background:#ffffff;}
    .kp-apartments-highlight-section__row{display:grid;grid-template-columns:7fr 3fr;gap:2.4rem;align-items:center;}
    .kp-apartments-highlight-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);margin-bottom:0.6rem;}
    .kp-apartments-highlight-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.1rem;line-height:1.35;color:var(--kp-dark);margin:0 0 1.1rem;}
    .kp-apartments-highlight-section__title-accent{color:var(--kp-green);}
    .kp-apartments-highlight-section__desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.85;color:var(--kp-text-muted);margin:0 0 1.6rem;max-width:520px;}
    .kp-apartments-highlight-section__img-wrap{border-radius:22px;overflow:hidden;box-shadow:0 24px 50px rgba(0,0,0,0.1);}
    .kp-apartments-highlight-section__img-wrap img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block;}

    /* ---- Gallery: peek-style looping carousel, 10 images ---- */
    .kp-apartments-gallery-section{padding:34px 0 4.5rem;background:#ffffff url('images/apartments-gallery-bg.webp') center/cover no-repeat;}
    .kp-apartments-gallery-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-apartments-gallery-section__title{font-family:var(--kp-font-display);font-size:2.2rem;color:var(--kp-dark);margin:0.3rem 0 0.6rem;}
    .kp-apartments-gallery-section__desc{font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-text-muted);max-width:420px;margin:0 0 2rem;}
    .kp-apartments-gallery-section__expand{display:flex;gap:0.7rem;height:440px;overflow-x:auto;scrollbar-width:none;padding-bottom:0.2rem;}
    .kp-apartments-gallery-section__expand::-webkit-scrollbar{display:none;}
    .kp-apartments-gallery-section__panel{position:relative;flex:1 1 70px;min-width:70px;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;cursor:pointer;transition:flex-grow 0.55s cubic-bezier(.22,.68,0,1.01),flex-basis 0.55s cubic-bezier(.22,.68,0,1.01);}
    .kp-apartments-gallery-section__panel::before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.15) 45%,transparent 65%);opacity:0;transition:opacity 0.4s ease;}
    .kp-apartments-gallery-section__panel:hover,.kp-apartments-gallery-section__panel.kp-is-active{flex:6 1 320px;}
    .kp-apartments-gallery-section__panel:hover::before,.kp-apartments-gallery-section__panel.kp-is-active::before{opacity:1;}
    .kp-apartments-gallery-section__panel-caption{position:absolute;left:1.2rem;right:1.2rem;bottom:1.1rem;z-index:1;opacity:0;transform:translateY(10px);transition:opacity 0.35s ease,transform 0.35s ease;}
    .kp-apartments-gallery-section__panel:hover .kp-apartments-gallery-section__panel-caption,.kp-apartments-gallery-section__panel.kp-is-active .kp-apartments-gallery-section__panel-caption{opacity:1;transform:translateY(0);}
    .kp-apartments-gallery-section__panel-caption strong{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.95rem;color:#ffffff;white-space:nowrap;}
    .kp-apartments-gallery-section__panel-icon{position:absolute;left:1.2rem;top:1.1rem;z-index:1;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.18);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:0.9rem;opacity:0;transition:opacity 0.35s ease;}
    .kp-apartments-gallery-section__panel:hover .kp-apartments-gallery-section__panel-icon,.kp-apartments-gallery-section__panel.kp-is-active .kp-apartments-gallery-section__panel-icon{opacity:1;}

    /* ---- Amenities: tabs + swapping photo panel ---- */
    .kp-apartments-amenities-section{padding:29px 0 4.5rem;background:#ffffff;}
    .kp-apartments-amenities-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-apartments-amenities-section__row{display:grid;grid-template-columns:250px 1fr;gap:1.4rem;}
    .kp-apartments-amenities-section__tabs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.7rem;}
    .kp-apartments-amenities-section__tab{display:flex;align-items:center;gap:0.8rem;width:100%;text-align:left;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-dark);background:#2268211f;border:none;border-radius:16px;padding:1rem 1.2rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:background 0.25s,color 0.25s,box-shadow 0.25s;}
    .kp-apartments-amenities-section__tab .bi{font-size:1.05rem;flex-shrink:0;}
    .kp-apartments-amenities-section__tab:hover{background:rgba(62,106,54,0.12);box-shadow:0 8px 18px rgba(0,0,0,0.06);}
    .kp-apartments-amenities-section__tab.kp-is-active{background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 50%,var(--kp-green-dark) 100%);color:#ffffff;box-shadow:0 12px 26px rgba(33,60,28,0.28);}
    .kp-apartments-amenities-section__panel{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 24px 50px rgba(0,0,0,0.1);min-height:340px;}
    .kp-apartments-amenities-section__photo{position:absolute;inset:0;}
    .kp-apartments-amenities-section__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.35s ease;}
    .kp-apartments-amenities-section__img.kp-is-active{opacity:1;}
    .kp-apartments-amenities-section__caption{position:absolute;right:0;bottom:0;max-width:280px;background:var(--kp-green-dark);color:#ffffff;padding:1.6rem 1.8rem;border-top-left-radius:20px;}
    .kp-apartments-amenities-section__caption-title{display:block;font-family:var(--kp-font-body);font-weight:800;font-size:0.85rem;letter-spacing:1px;text-transform:uppercase;color:var(--kp-gold);margin-bottom:0.5rem;}
    .kp-apartments-amenities-section__caption-text{font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.65;color:rgba(255,255,255,0.82);}

    /* ---- Typical Floor Plan: row of tabs + one big image below ---- */
    .kp-apartments-floorplan-section{padding:0 0 4.5rem;background:#fdf1bf33 url('images/apartments-floorplan-bg.webp') center/cover no-repeat;}
    .kp-apartments-floorplan-section__inner{padding:3rem 0;text-align:center;}
    .kp-apartments-floorplan-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-apartments-floorplan-section__title{font-family:var(--kp-font-display);font-size:2.2rem;color:var(--kp-dark);margin:0.3rem 0 1.8rem;}
    .kp-apartments-floorplan-section__tabs{list-style:none;margin:0 0 1.8rem;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:0.7rem;}
    .kp-apartments-floorplan-section__tab{font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-dark);background:#ffffff;border:1.5px solid var(--kp-border);border-radius:50px;padding:0.7rem 1.4rem;cursor:pointer;transition:background 0.25s,color 0.25s,border-color 0.25s;}
    .kp-apartments-floorplan-section__tab:hover{border-color:var(--kp-terracotta);color:var(--kp-terracotta);}
    .kp-apartments-floorplan-section__tab.kp-is-active{background:var(--kp-green-dark);border-color:var(--kp-green-dark);color:#ffffff;}
    .kp-apartments-floorplan-section__stage{position:relative;background:#ffffff;border-radius:22px;box-shadow:0 24px 50px rgba(0,0,0,0.08);padding:1.4rem;min-height:420px;}
    .kp-apartments-floorplan-section__img{width:100%;max-height:640px;object-fit:contain;display:none;margin:0 auto;}
    .kp-apartments-floorplan-section__img.kp-is-active{display:block;}

    /* ---- Specifications: icon + title + description card grid ---- */
    .kp-apartments-specs-section{padding:2.5rem 0;background:#fff;}
    .kp-apartments-specs-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-apartments-specs-section__title{font-family:var(--kp-font-display);font-size:2.2rem;color:var(--kp-dark);margin:0.3rem 0 1.8rem;}
    .kp-apartments-specs-section__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem;}
    .kp-apartments-specs-section__item--wide{grid-column:span 2;}
    .kp-apartments-specs-section__item{background:#ffffff;border-radius:16px;padding:1.2rem 0.6rem;display:flex;border: gold 1px solid;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 22px rgba(0,0,0,0.05);}
    .kp-apartments-specs-section__icon{flex-shrink:0;width:100px;height:100px;object-fit:contain;margin:0 auto 0.8rem;}
    .kp-apartments-specs-section__copy strong{display:block;font-family:var(--kp-font-body);font-weight:800;font-size:0.78rem;letter-spacing:0.3px;text-transform:uppercase;color:var(--kp-dark);line-height:1.35;}

    .kp-location-facilities-section{padding:24px 0 5.5rem;background:#ffffff;}
    .kp-location-facilities-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-green);margin-bottom:1.6rem;}
    .kp-location-facilities-section__panel{background:var(--kp-cream);border-radius:26px;padding:1.6rem;display:grid;grid-template-columns:200px 1fr 1fr;gap:1.6rem;align-items:stretch;}
    .kp-location-facilities-section__tabs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;gap:0.6rem;height:100%;}
    .kp-location-facilities-section__tab{display:flex;align-items:center;justify-content:center;gap:0.7rem;width:100%;text-align:center;font-family:var(--kp-font-body);font-weight:700;font-size:0.88rem;color:var(--kp-dark);background:#ffffff;border:none;border-radius:12px;padding:0.9rem 1rem;cursor:pointer;transition:background 0.25s,color 0.25s;}
    .kp-location-facilities-section__tab .bi{font-size:1rem;}
    .kp-location-facilities-section__tab:hover{background:rgba(62,106,54,0.08);}
    .kp-location-facilities-section__tab.kp-is-active{background:var(--kp-green);color:#ffffff;}
    .kp-location-facilities-section__list-panel{background:#ffffff;border-radius:18px;padding:1.8rem;min-height:340px;}
    .kp-location-facilities-section__list-title{font-family:var(--kp-font-body);font-weight:700;font-size:1.1rem;color:var(--kp-dark);margin:0 0 1.1rem;}
    .kp-location-facilities-section__list{list-style:none;margin:0 0 1.4rem;padding:0;}
    .kp-location-facilities-section__list li{display:flex;align-items:center;justify-content:space-between;gap:0.8rem;font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-dark);padding:0.55rem 0;border-bottom:1px dashed var(--kp-border);}
    .kp-location-facilities-section__list li:last-child{border-bottom:none;}
    .kp-location-facilities-section__list li::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--kp-gold-deep);flex-shrink:0;margin-right:0.6rem;}
    .kp-location-facilities-section__list li span{display:flex;align-items:center;flex:1;}
    .kp-location-facilities-section__list li strong{font-weight:600;color:var(--kp-text-muted);white-space:nowrap;}
    .kp-location-facilities-section__list-panel .kp-btn{width:47%;justify-content:space-between;}
    .kp-location-facilities-section__map-panel{position:relative;border-radius:18px;overflow:hidden;min-height:340px;height:100%;background:var(--kp-cream);}
    .kp-location-facilities-section__map-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 0.35s ease;}
    .kp-location-facilities-section__map-img.kp-is-active{opacity:1;}
    .kp-location-facilities-section__map-link{position:absolute;left:1rem;bottom:1rem;z-index:2;display:inline-flex;align-items:center;gap:0.5rem;background:#ffffff;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;color:var(--kp-dark);padding:0.6rem 1rem;border-radius:50px;box-shadow:0 8px 20px rgba(0,0,0,0.12);}
    .kp-location-facilities-section__map-link .bi{color:var(--kp-terracotta);}


    /* CONTACT PAGE */

    
    /* ---- Hero: background image + dark overlay, separate mobile image ---- */
    .kp-contact-hero{position:relative;min-height:560px;display:flex;align-items:center;background:linear-gradient(7deg,rgba(15,25,14,0.78) -69%,rgba(15,25,14,0.55) 55%,rgba(15,25,14,-0.15) 98%),url('images/contact-hero-banner.webp') center/cover no-repeat,url('images/contact-hero-banner.webp') center/cover no-repeat}
    .kp-contact-hero__eyebrow{display:inline-block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-gold);margin-bottom:0.8rem;}
    .kp-contact-hero__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.9rem;line-height:1.25;color:#ffffff;margin:0 0 1rem;max-width:600px;}
    .kp-contact-hero__title-accent{color:var(--kp-gold);}
    .kp-contact-hero__desc{font-family:var(--kp-font-body);font-size:1rem;line-height:1.8;color:rgba(255,255,255,0.82);max-width:480px;margin:0 0 1.8rem;}
    .kp-contact-hero__badges{list-style:none;display:flex;flex-wrap:wrap;gap:1.8rem;margin:0;padding:0;}
    .kp-contact-hero__badge{display:flex;align-items:center;gap:0.7rem;}
    .kp-contact-hero__badge-icon{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.14);border:1px solid rgba(255,255,255,0.3);color:var(--kp-gold);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;}
    .kp-contact-hero__badge-copy{display:flex;flex-direction:column;}
    .kp-contact-hero__badge-copy strong{font-family:var(--kp-font-body);font-size:0.88rem;font-weight:700;color:#ffffff;}
    .kp-contact-hero__badge-copy span{font-family:var(--kp-font-body);font-size:0.78rem;color:rgba(255,255,255,0.72);}
    .kp-contact-panel-section{margin-top:1.5rem;position:relative;z-index:2;padding-bottom:40px;}
    .kp-contact-panel{display:grid;grid-template-columns:1.4fr 1fr;border-radius:26px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,0.22);}
    .kp-contact-panel__form{background:var(--kp-green-dark);padding:2.8rem;}
    .kp-contact-panel__form-title{font-family:var(--kp-font-display);font-weight:400;font-size:1.7rem;color:#ffffff;margin:0 0 0.4rem;}
    .kp-contact-panel__form-desc{font-family:var(--kp-font-body);font-size:0.88rem;color:rgba(255,255,255,0.65);margin:0 0 1.6rem;}
    .kp-contact-panel__row{display:flex;gap:1rem;margin-bottom:1rem;}
    .kp-contact-panel__field{flex:1;position:relative;margin-bottom:1rem;}
    .kp-contact-panel__row .kp-contact-panel__field{margin-bottom:0;}
    .kp-contact-panel__field .bi{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:rgba(255,255,255,0.45);font-size:0.9rem;pointer-events:none;}
    .kp-contact-panel__field textarea ~ .bi{top:1.1rem;transform:none;}
    .kp-contact-panel__input,.kp-contact-panel__select,.kp-contact-panel__textarea{width:100%;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.16);border-radius:12px;padding:0.9rem 1rem 0.9rem 2.6rem;font-family:var(--kp-font-body);font-size:0.88rem;color:#ffffff;transition:border-color 0.25s,background 0.25s;}
    .kp-contact-panel__input::placeholder,.kp-contact-panel__textarea::placeholder{color:rgba(255,255,255,0.45);}
    .kp-contact-panel__input:focus,.kp-contact-panel__select:focus,.kp-contact-panel__textarea:focus{outline:none;border-color:var(--kp-gold);background:rgba(255,255,255,0.12);}
    .kp-contact-panel__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px 12px;padding-right:2.6rem;}
    .kp-contact-panel__select option{color:var(--kp-dark);}
    .kp-contact-panel__textarea{resize:none;height:110px;padding-top:0.9rem;}
    .kp-contact-panel__submit{display:inline-flex;align-items:center;gap:0.7rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.9rem;color:var(--kp-dark);background:var(--kp-gold);border:none;border-radius:50px;padding:0.85rem 1.8rem;cursor:pointer;transition:background 0.25s;}
    .kp-contact-panel__submit:hover{background:var(--kp-gold-deep);}
    .kp-contact-panel__privacy{display:flex;align-items:center;gap:0.5rem;font-family:var(--kp-font-body);font-size:0.75rem;color:rgba(255,255,255,0.5);margin-top:1rem;}
    .kp-contact-panel__info{background:#e3cc7838;padding:2.8rem 2.4rem;display:flex;flex-direction:column;}
    .kp-contact-panel__info-title{font-family:var(--kp-font-display);font-weight:400;font-size:1.5rem;color:var(--kp-dark);margin:0 0 0.6rem;}
    .kp-contact-panel__info-rule{display:block;width:44px;height:3px;border-radius:3px;background:var(--kp-gradient-line);margin-bottom:1rem;}
    .kp-contact-panel__info-desc{font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.7;color:var(--kp-text-muted);margin:0 0 1.8rem;}
    .kp-contact-panel__info-list{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column;justify-content:space-evenly;gap:2rem;}
    .kp-contact-panel__info-item{display:flex;align-items:flex-start;gap:0.9rem;}
    .kp-contact-panel__info-icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:#ffffff;color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;box-shadow:0 6px 16px rgba(0,0,0,0.06);}
    .kp-contact-panel__info-copy strong{display:block;font-family:var(--kp-font-body);font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.4px;color:var(--kp-text-muted);margin-bottom:0.25rem;}
    .kp-contact-panel__info-copy span{display:block;font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-dark);line-height:1.5;}
    .kp-contact-panel__info-copy a{color:var(--kp-dark);}
    .kp-contact-features-section{padding:0px 0px 40px;background:#ffffff;}
    .kp-contact-features-section__card{border: 1px solid green;background:#ffffff;border-radius:22px;box-shadow:0 24px 50px rgba(0,0,0,0.08);padding:17px 2px;}
    .kp-contact-features-section__grid{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;}
    .kp-contact-features-section__item{flex:1 1 22%;min-width:200px;display:flex;align-items:flex-start;gap:1rem;padding:0.8rem 1rem;}
    .kp-contact-features-section__icon{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 50%,var(--kp-green-dark) 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;box-shadow:0 8px 18px rgba(33,60,28,0.28);}
    .kp-contact-features-section__copy strong{display:block;font-family:var(--kp-font-body);font-size:1rem;font-weight:700;color:var(--kp-dark);margin-bottom:0.3rem;}
    .kp-contact-features-section__copy span{display:block;font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.55;color:var(--kp-text-muted);}
    .kp-contact-visit-section{padding:0px 0px 40px;background:#ffffff;}
    .kp-contact-visit-section__row{display:grid;grid-template-columns:1fr 1.4fr;align-items:stretch;}
    .kp-contact-visit-section__card{background:var(--kp-green-dark);padding:2.6rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;}
    .kp-contact-visit-section__btn{display:inline-flex;align-items:center;gap:0.9rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.92rem;color:#ffffff;background:var(--kp-green);padding:0.28rem 0.28rem 0.28rem 1.4rem;border-radius:50px;border:none;transition:background 0.3s ease;align-self:flex-start;}
    .kp-contact-visit-section__btn-icon{width:38px;height:38px;border-radius:50%;background:#ffffff;color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;flex-shrink:0;transition:transform 0.3s ease;}
    .kp-contact-visit-section__btn:hover{background:var(--kp-green-dark);}
    .kp-contact-visit-section__btn:hover .kp-contact-visit-section__btn-icon{transform:translateX(3px) rotate(-45deg);}
    .kp-contact-visit-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:1.7rem;color:#ffffff;margin:0 0 0.5rem;}
    .kp-contact-visit-section__rule{display:block;width:44px;height:3px;border-radius:3px;background:var(--kp-gradient-line);margin-bottom:1.1rem;}
    .kp-contact-visit-section__desc{font-family:var(--kp-font-body);font-size:0.9rem;line-height:1.8;color:rgba(255,255,255,0.72);margin:0 0 1.6rem;}
    .kp-contact-visit-section__note{display:flex;align-items:flex-start;gap:0.7rem;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,0.14);}
    .kp-contact-visit-section__note .bi{color:var(--kp-gold);font-size:1rem;flex-shrink:0;margin-top:0.15rem;}
    .kp-contact-visit-section__note span{font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.6;color:rgba(255,255,255,0.72);}
    .kp-contact-visit-section__map{overflow:hidden;min-height:340px;box-shadow:0 20px 44px rgba(0,0,0,0.1);}
    .kp-contact-visit-section__map iframe{width:100%;height:100%;min-height:340px;border:0;display:block;}


    /* ---- Full-width QR / scan-to-locate strip (50% image / 50% QR panel) ---- */
    .kp-contact-qr-section{background:#ffffff;}
    .kp-contact-qr-section__row{display:grid;grid-template-columns:1fr;min-height:520px;}
    .kp-contact-qr-section__media{position:relative;min-height:520px;overflow:hidden;}
    .kp-contact-qr-section__media-img{width:100%;height:100%;object-fit:cover;display:block;}
    .kp-contact-qr-section__media::before{content:'';position:absolute;inset:0;background:#0c1e0c9e;;pointer-events:none;}
    .kp-contact-qr-section__panel{position:relative;overflow:hidden;background:linear-gradient(155deg, var(--kp-green) 0%, var(--kp-green-dark) 100%);padding:3rem 2.6rem;display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:2.2rem;text-align:left;}
    .kp-contact-qr-section__watermark{position:absolute;top:-1.2rem;right:-1.2rem;font-size:9rem;line-height:1;color:rgba(255,255,255,0.06);pointer-events:none;}
    .kp-contact-qr-section__content{display:flex;flex-direction:column;align-items:flex-start;gap:0.9rem;}
    .kp-contact-qr-section__scan-badge{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);color:var(--kp-gold);display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;}
    .kp-contact-qr-section__eyebrow{font-family:var(--kp-font-body);font-weight:700;font-size:0.74rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-gold);}
    .kp-contact-qr-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:1.6rem;line-height:1.3;color:#ffffff;margin:0;}
    .kp-contact-qr-section__desc{font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.75;color:rgba(255,255,255,0.75);margin:0;max-width:340px;}
    .kp-contact-qr-section__points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.75rem;text-align:left;width:100%;max-width:340px;}
    .kp-contact-qr-section__points li{display:flex;align-items:flex-start;gap:0.65rem;font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.5;color:rgba(255,255,255,0.85);}
    .kp-contact-qr-section__points .bi{color:var(--kp-gold);flex-shrink:0;font-size:1rem;margin-top:0.15rem;}
    .kp-contact-qr-section__qr-col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.9rem;    margin-left: -337px;}
    .kp-contact-qr-section__code{background:#ffffff;border-radius:15px;padding:6px;box-shadow:0 20px 40px rgba(0,0,0,0.3);}
    .kp-contact-qr-section__code img{width:220px;height:220px;display:block;border-radius: 9px}
    .kp-contact-qr-section__address{display:flex;align-items:center;gap:0.5rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.82rem;color:#ffffff;}
    .kp-contact-qr-section__address .bi{color:var(--kp-gold);}

    /* ---- CONTACT PAGE ---- */

    .kp-emi-hero{margin-top:0;}
    .kp-emi-hero__img{width:100%;height:auto;display:block;}
    .kp-emi-intro-section{padding:3rem 0 2.5rem;background:#ffffff;text-align:center;}
    .kp-emi-intro-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.82rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-emi-intro-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.7rem;color:var(--kp-dark);margin:0.7rem 0 0.9rem;}
    .kp-emi-intro-section__desc{font-family:var(--kp-font-body);font-size:0.95rem;line-height:1.8;color:var(--kp-text-muted);max-width:560px;margin:0 auto;}
    .kp-emi-calc-section{padding:0 0 4rem;background:#ffffff;}
    .kp-emi-calc-section__panel{position:relative;background:var(--kp-cream);border-radius:28px;padding:2.6rem;box-shadow:0 30px 60px rgb(0 0 0 / 20%);overflow:hidden;}
    .kp-emi-calc-section__panel::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:var(--kp-gradient-line);}
    .kp-emi-calc-section__row{display:grid;grid-template-columns:1fr 1.15fr;gap:3rem;align-items:center;min-width:0;}
    .kp-emi-inputs{min-width:0;}
    .kp-emi-field{margin-bottom:2.3rem;min-width:0;}
    .kp-emi-field:last-child{margin-bottom:0;}
    .kp-emi-field__head{display:flex;align-items:flex-start;justify-content:space-between;gap:0.8rem;margin-bottom:1rem;min-width:0;}
    .kp-emi-field__label{flex-shrink:1;min-width:0;font-family:var(--kp-font-body);font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--kp-text-muted);padding-top:0.5rem;}
    .kp-emi-field__value-wrap{flex-shrink:0;display:flex;align-items:baseline;gap:0.15rem;min-width:0;max-width:60%;background:#ffffff;border-radius:10px;padding:0.35rem 0.7rem;box-shadow:0 4px 12px rgba(0,0,0,0.05);}
    .kp-emi-field__prefix{font-family:var(--kp-font-display);font-size:1.25rem;color:var(--kp-green);flex-shrink:0;}
    .kp-emi-field__input{border:none;background:transparent;font-family:var(--kp-font-display);font-size:1.3rem;color:var(--kp-dark);width:5.4rem;min-width:0;text-align:right;padding:0;border-bottom:2px solid transparent;transition:border-color 0.2s;}
    .kp-emi-field__input:focus{outline:none;border-color:var(--kp-green);}
    .kp-emi-field__suffix{font-family:var(--kp-font-body);font-weight:700;font-size:0.72rem;color:var(--kp-text-muted);margin-left:0.25rem;flex-shrink:0;white-space:nowrap;}
    .kp-emi-ruler{position:relative;padding-top:8px;}
    .kp-emi-ruler__ticks{position:absolute;top:0;left:0;right:0;height:8px;display:flex;justify-content:space-between;pointer-events:none;}
    .kp-emi-ruler__ticks span{width:1px;height:6px;background:var(--kp-border);}
    .kp-emi-ruler__ticks span:nth-child(5n+1){height:8px;background:#c9c2b3;}
    .kp-emi-slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:4px;background:var(--kp-border);outline:none;cursor:pointer;position:relative;}
    .kp-emi-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--kp-green);border:4px solid #ffffff;box-shadow:0 3px 10px rgba(33,60,28,0.4);cursor:pointer;margin-top:-8px;transition:transform 0.15s ease;}
    .kp-emi-slider:hover::-webkit-slider-thumb,.kp-emi-slider:active::-webkit-slider-thumb{transform:scale(1.15);}
    .kp-emi-slider::-webkit-slider-runnable-track{height:4px;border-radius:4px;}
    .kp-emi-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--kp-green);border:4px solid #ffffff;box-shadow:0 3px 10px rgba(33,60,28,0.4);cursor:pointer;}
    .kp-emi-slider::-moz-range-track{height:4px;border-radius:4px;background:var(--kp-border);}
    .kp-emi-field__minmax{display:flex;justify-content:space-between;margin-top:0.5rem;}
    .kp-emi-field__minmax span{font-family:var(--kp-font-body);font-size:0.68rem;color:var(--kp-text-muted);white-space:nowrap;}
    .kp-emi-siteplan{position:relative;min-width:0;background:repeating-linear-gradient(0deg, rgba(62,106,54,0.06) 0px, rgba(62,106,54,0.06) 1px, transparent 1px, transparent 22px),repeating-linear-gradient(90deg, rgba(62,106,54,0.06) 0px, rgba(62,106,54,0.06) 1px, transparent 1px, transparent 22px),#ffffff;border:1.5px dashed #c9c2b3;border-radius:18px;padding:2.6rem 1.6rem 1.6rem;}
    .kp-emi-siteplan__compass{position:absolute;top:0.9rem;right:0.9rem;width:30px;height:30px;border-radius:50%;border:1.5px solid var(--kp-terracotta);display:flex;align-items:center;justify-content:center;color:var(--kp-terracotta);font-family:var(--kp-font-body);font-weight:800;font-size:0.62rem;}
    .kp-emi-siteplan__label-top{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.68rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--kp-terracotta);margin-bottom:1.4rem;}
    .kp-emi-siteplan__dims{position:relative;height:26px;margin-bottom:0.4rem;}
    .kp-emi-siteplan__dim-line{position:absolute;top:12px;left:0;right:0;height:1px;background:var(--kp-dark);opacity:0.55;}
    .kp-emi-siteplan__tick{position:absolute;top:6px;width:1px;height:13px;background:var(--kp-dark);opacity:0.55;transition:left 0.3s ease;}
    .kp-emi-siteplan__dim-label{position:absolute;top:-16px;transform:translateX(-50%);font-family:var(--kp-font-body);font-weight:700;font-size:0.68rem;color:var(--kp-dark);background:#ffffff;padding:0 0.3rem;white-space:nowrap;transition:left 0.3s ease;}
    .kp-emi-siteplan__bar{position:relative;display:flex;height:96px;border-radius:8px;overflow:hidden;box-shadow:0 10px 22px rgba(0,0,0,0.12);}
    .kp-emi-siteplan__zone{position:relative;display:flex;align-items:center;justify-content:center;transition:flex-basis 0.4s ease;overflow:hidden;}
    .kp-emi-siteplan__zone::before{content:'';position:absolute;inset:0;opacity:0.16;}
    .kp-emi-siteplan__zone--principal{background:var(--kp-green);}
    .kp-emi-siteplan__zone--principal::before{background:repeating-linear-gradient(45deg,#ffffff 0,#ffffff 2px,transparent 2px,transparent 10px);}
    .kp-emi-siteplan__zone--interest{background:var(--kp-gold-deep);}
    .kp-emi-siteplan__zone--interest::before{background:repeating-linear-gradient(45deg,#ffffff 0,#ffffff 2px,transparent 2px,transparent 10px);}
    .kp-emi-siteplan__zone-tag{position:relative;font-family:var(--kp-font-body);font-weight:800;font-size:0.68rem;text-transform:uppercase;letter-spacing:1px;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,0.25);}
    .kp-emi-siteplan__legend{display:flex;justify-content:space-between;margin-top:1.1rem;gap:1rem;}
    .kp-emi-siteplan__legend-item{flex:1;min-width:0;}
    .kp-emi-siteplan__legend-item--interest{text-align:right;}
    .kp-emi-siteplan__legend-item span{display:block;font-family:var(--kp-font-body);font-size:0.68rem;text-transform:uppercase;letter-spacing:0.6px;color:var(--kp-text-muted);}
    .kp-emi-siteplan__legend-item strong{display:block;font-family:var(--kp-font-display);font-size:1.15rem;color:var(--kp-dark);margin-top:0.15rem;}
    .kp-emi-readout{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.6rem;padding-top:1.4rem;border-top:1px dashed #c9c2b3;flex-wrap:wrap;}
    .kp-emi-readout__label{font-family:var(--kp-font-body);font-weight:700;font-size:0.75rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--kp-terracotta);}
    .kp-emi-readout__value{font-family:var(--kp-font-display);font-size:2.2rem;color:var(--kp-dark);line-height:1;}
    .kp-emi-readout__value small{font-family:var(--kp-font-body);font-size:0.7rem;font-weight:700;color:var(--kp-text-muted);text-transform:none;letter-spacing:0;margin-left:0.3rem;}
    .kp-emi-cta-row{margin-top:1.6rem;flex-wrap:wrap;gap:0.8rem;}
    .kp-emi-cta-row .kp-btn{flex:1;justify-content:center;min-width:180px;}
    .kp-emi-table-section{padding:0 0 4.5rem;background:#ffffff;}
    .kp-emi-table-section__head{text-align:center;max-width:620px;margin:0 auto 2.4rem;}
    .kp-emi-table-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-emi-table-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.1rem;color:var(--kp-dark);margin:0.6rem 0 0.7rem;}
    .kp-emi-table-section__desc{font-family:var(--kp-font-body);font-size:0.9rem;line-height:1.8;color:var(--kp-text-muted);margin:0;}
    .kp-emi-table-section__card{background:var(--kp-cream);border-radius:24px;padding:1.6rem;box-shadow:0 24px 50px rgba(0,0,0,0.06);overflow-x:auto;}
    .kp-emi-table{width:100%;border-collapse:separate;border-spacing:0;min-width:560px;}
    .kp-emi-table thead th{font-family:var(--kp-font-body);font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#ffffff;background:var(--kp-green-dark);text-align:left;padding:0.95rem 1.1rem;}
    .kp-emi-table thead th:first-child{border-radius:12px 0 0 0;}
    .kp-emi-table thead th:last-child{border-radius:0 12px 0 0;text-align:right;}
    .kp-emi-table tbody td{font-family:var(--kp-font-body);font-size:0.88rem;color:var(--kp-dark);padding:0.95rem 1.1rem;background:#ffffff;border-bottom:1px solid var(--kp-border);}
    .kp-emi-table tbody tr:last-child td{border-bottom:none;}
    .kp-emi-table tbody tr:last-child td:first-child{border-radius:0 0 0 12px;}
    .kp-emi-table tbody tr:last-child td:last-child{border-radius:0 0 12px 0;}
    .kp-emi-table tbody tr:nth-child(even) td{background:#fbfaf7;}
    .kp-emi-table tbody tr{transition:background 0.2s ease;}
    .kp-emi-table tbody tr:hover td{background:rgba(62,106,54,0.06);}
    .kp-emi-table td:last-child{text-align:right;font-family:var(--kp-font-display);font-size:1rem;color:var(--kp-green);white-space:nowrap;}
    .kp-emi-table td:first-child{font-weight:700;white-space:nowrap;}
    .kp-emi-table__badge{display:inline-block;font-family:var(--kp-font-body);font-weight:700;font-size:0.72rem;color:var(--kp-text-muted);background:var(--kp-cream);border-radius:50px;padding:0.2rem 0.65rem;white-space:nowrap;}
    .kp-emi-table-section__fineprint{display:flex;align-items:flex-start;gap:0.6rem;font-family:var(--kp-font-body);font-size:0.78rem;line-height:1.6;color:var(--kp-text-muted);margin:1.1rem 0 0;padding:0 0.2rem;}
    .kp-emi-table-section__fineprint .bi{flex-shrink:0;margin-top:0.15rem;color:var(--kp-terracotta);}
    .kp-emi-info-section{padding:0 0 5.5rem;background:#ffffff;}
    .kp-emi-info-section__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
    .kp-emi-info-section__item{border: 1px solid gold;position:relative;background:var(--kp-cream);border-radius:20px;padding:1.8rem;overflow:hidden;}
    .kp-emi-info-section__item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--kp-gradient-line);}
    .kp-emi-info-section__icon{width:44px;height:44px;border-radius:50%;background:#ffffff;color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;margin:0.5rem 0 1rem;box-shadow:0 8px 18px rgba(0,0,0,0.06);}
    .kp-emi-info-section__item strong{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.92rem;color:var(--kp-dark);margin-bottom:0.4rem;}
    .kp-emi-info-section__item p{margin:0;font-family:var(--kp-font-body);font-size:0.82rem;line-height:1.65;color:var(--kp-text-muted);}


    /* PLOI IV */

     .kp-plots-hero{margin-top:0;}
    .kp-plots-hero__img{width:100%;height:auto;display:block;}

    .kp-plots-intro-section{padding:2rem 0 0.5rem;background:#ffffff;}
    .kp-plots-intro-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.82rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);margin-bottom:0.3rem;}
    .kp-plots-intro-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:3rem;color:var(--kp-dark);line-height:1;margin:0;}
    .kp-plots-intro-section__subtitle{font-family:var(--kp-font-body);font-weight:800;font-size:1.1rem;letter-spacing:1px;color:var(--kp-green);margin:0.3rem 0 1.2rem;}
    .kp-plots-intro-section__desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.85;color:var(--kp-text-muted);margin:0 0 1.8rem;}
    .kp-plots-intro-section__actions{display:flex;flex-wrap:wrap;gap:0.9rem;}
    .kp-plots-intro-section__btn-outline{display:inline-flex;align-items:center;gap:0.6rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-dark);border:1.5px solid var(--kp-border);border-radius:50px;padding:0.8rem 1.6rem;transition:border-color 0.25s,color 0.25s;}
    .kp-plots-intro-section__btn-outline:hover{border-color:var(--kp-terracotta);color:var(--kp-terracotta);}

    /* ---- Price highlight badge ---- */
    .kp-plots-intro-section__price{display:inline-flex;align-items:center;gap:0.8rem;background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 55%,var(--kp-green-dark) 100%);border-radius:16px;padding:0.9rem 1.4rem;margin:0 0 1.4rem;box-shadow:0 14px 30px rgba(33,60,28,0.25);}
    .kp-plots-intro-section__price-icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.16);color:var(--kp-gold);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;}
    .kp-plots-intro-section__price-copy{display:flex;flex-direction:column;line-height:1.25;}
    .kp-plots-intro-section__price-label{font-family:var(--kp-font-body);font-weight:700;font-size:0.7rem;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,0.75);}
    .kp-plots-intro-section__price-value{font-family:var(--kp-font-display);font-size:1.6rem;color:#ffffff;}
    .kp-plots-intro-section__price-value small{font-family:var(--kp-font-body);font-weight:600;font-size:0.7rem;color:rgba(255,255,255,0.7);margin-left:0.3rem;}

    .kp-plots-intro-section__salient{background:var(--kp-cream);border-radius:22px;padding:2rem 1.8rem;}
    .kp-plots-intro-section__salient-title{font-family:var(--kp-font-body);font-weight:800;font-size:0.95rem;letter-spacing:1px;text-transform:uppercase;color:var(--kp-dark);margin:0 0 1.2rem;}
    .kp-plots-intro-section__salient-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem;}
    .kp-plots-intro-section__salient-item{display:flex;align-items:flex-start;gap:0.8rem;}
    .kp-plots-intro-section__salient-icon{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#ffffff;color:var(--kp-gold-deep);display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;box-shadow:0 6px 14px rgba(0,0,0,0.06);}
    .kp-plots-intro-section__salient-item p{margin:0;font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.6;color:var(--kp-dark);padding-top:0.35rem;}

    .kp-plots-stats-section{padding:26px 0 3.5rem;background:#ffffff;}
    .kp-plots-stats-section__row{background:transparent;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;}
    .kp-plots-stats-section__item{border:1px solid var(--kp-green);border-radius:18px;background:#ffffff;text-align:center;padding:1.8rem 1rem;}
    .kp-plots-stats-section__icon{font-size:1.6rem;color:var(--kp-gold-deep);margin-bottom:0.6rem;}
    .kp-plots-stats-section__value{display:block;font-family:var(--kp-font-display);font-size:1.5rem;color:var(--kp-dark);}
    .kp-plots-stats-section__label{display:block;font-family:var(--kp-font-body);font-size:0.78rem;color:var(--kp-text-muted);margin-top:0.2rem;}

    .kp-plots-highlight-section{padding:0 0 4.5rem;background:#ffffff;}
    .kp-plots-highlight-section__row{display:grid;grid-template-columns:7fr 3fr;gap:2.4rem;align-items:center;}
    .kp-plots-highlight-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);margin-bottom:0.6rem;}
    .kp-plots-highlight-section__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.1rem;line-height:1.35;color:var(--kp-dark);margin:0 0 1.1rem;}
    .kp-plots-highlight-section__title-accent{color:var(--kp-green);}
    .kp-plots-highlight-section__desc{font-family:var(--kp-font-body);font-size:0.92rem;line-height:1.85;color:var(--kp-text-muted);margin:0 0 1.6rem;max-width:520px;}
    .kp-plots-highlight-section__img-wrap{border-radius:22px;overflow:hidden;box-shadow:0 24px 50px rgba(0,0,0,0.1);}
    .kp-plots-highlight-section__img-wrap img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block;}

    .kp-plots-gallery-section{padding:34px 0 4.5rem;background:#ffffff url('images/apartments-gallery-bg.webp') center/cover no-repeat;}
    .kp-plots-gallery-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-plots-gallery-section__title{font-family:var(--kp-font-display);font-size:2.2rem;color:var(--kp-dark);margin:0.3rem 0 0.6rem;}
    .kp-plots-gallery-section__desc{font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-text-muted);max-width:420px;margin:0 0 2rem;}
    .kp-plots-gallery-section__expand{display:flex;gap:0.7rem;height:440px;overflow-x:auto;scrollbar-width:none;padding-bottom:0.2rem;}
    .kp-plots-gallery-section__expand::-webkit-scrollbar{display:none;}
    .kp-plots-gallery-section__panel{position:relative;flex:1 1 70px;min-width:70px;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;cursor:pointer;transition:flex-grow 0.55s cubic-bezier(.22,.68,0,1.01),flex-basis 0.55s cubic-bezier(.22,.68,0,1.01);}
    .kp-plots-gallery-section__panel::before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.15) 45%,transparent 65%);opacity:0;transition:opacity 0.4s ease;}
    .kp-plots-gallery-section__panel:hover,.kp-plots-gallery-section__panel.kp-is-active{flex:6 1 320px;}
    .kp-plots-gallery-section__panel:hover::before,.kp-plots-gallery-section__panel.kp-is-active::before{opacity:1;}
    .kp-plots-gallery-section__panel-caption{position:absolute;left:1.2rem;right:1.2rem;bottom:1.1rem;z-index:1;opacity:0;transform:translateY(10px);transition:opacity 0.35s ease,transform 0.35s ease;}
    .kp-plots-gallery-section__panel:hover .kp-plots-gallery-section__panel-caption,.kp-plots-gallery-section__panel.kp-is-active .kp-plots-gallery-section__panel-caption{opacity:1;transform:translateY(0);}
    .kp-plots-gallery-section__panel-caption strong{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.95rem;color:#ffffff;white-space:nowrap;}
    .kp-plots-gallery-section__panel-icon{position:absolute;left:1.2rem;top:1.1rem;z-index:1;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.18);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:0.9rem;opacity:0;transition:opacity 0.35s ease;}
    .kp-plots-gallery-section__panel:hover .kp-plots-gallery-section__panel-icon,.kp-plots-gallery-section__panel.kp-is-active .kp-plots-gallery-section__panel-icon{opacity:1;}

    .kp-plots-amenities-section{padding:37px 0 4.5rem;background:#ffffff;}
    .kp-plots-amenities-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-plots-amenities-section__row{display:grid;grid-template-columns:250px 1fr;gap:1.4rem;}
    .kp-plots-amenities-section__tabs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.7rem;}
    .kp-plots-amenities-section__tab{display:flex;align-items:center;gap:0.8rem;width:100%;text-align:left;font-family:var(--kp-font-body);font-weight:700;font-size:0.88rem;color:var(--kp-dark);background:#2268211f  ;border:none;border-radius:16px;padding:1rem 1.2rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:background 0.25s,color 0.25s,box-shadow 0.25s;}
    .kp-plots-amenities-section__tab .bi{font-size:1.05rem;flex-shrink:0;}
    .kp-plots-amenities-section__tab:hover{background:rgba(62,106,54,0.12);box-shadow:0 8px 18px rgba(0,0,0,0.06);}
    .kp-plots-amenities-section__tab.kp-is-active{background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 50%,var(--kp-green-dark) 100%);color:#ffffff;box-shadow:0 12px 26px rgba(33,60,28,0.28);}
    .kp-plots-amenities-section__panel{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 24px 50px rgba(0,0,0,0.1);min-height:340px;}
    .kp-plots-amenities-section__photo{position:absolute;inset:0;}
    .kp-plots-amenities-section__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.35s ease;}
    .kp-plots-amenities-section__img.kp-is-active{opacity:1;}
    .kp-plots-amenities-section__caption{position:absolute;right:0;bottom:0;max-width:280px;background:var(--kp-green-dark);color:#ffffff;padding:1.6rem 1.8rem;border-top-left-radius:20px;}
    .kp-plots-amenities-section__caption-title{display:block;font-family:var(--kp-font-body);font-weight:800;font-size:0.85rem;letter-spacing:1px;text-transform:uppercase;color:var(--kp-gold);margin-bottom:0.5rem;}
    .kp-plots-amenities-section__caption-text{font-family:var(--kp-font-body);font-size:0.85rem;line-height:1.65;color:rgba(255,255,255,0.82);}

    .kp-plots-layout-section{padding:0 0 0.5rem;background:var(--kp-cream);}
    .kp-plots-layout-section__inner{padding:3rem 0;text-align:center;}
    .kp-plots-layout-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-plots-layout-section__title{font-family:var(--kp-font-display);font-size:2.2rem;color:var(--kp-dark);margin:0.3rem 0 0.8rem;}
    .kp-plots-layout-section__desc{font-family:var(--kp-font-body);font-size:0.9rem;line-height:1.8;color:var(--kp-text-muted);margin:0 auto 1.6rem;max-width:640px;}
    .kp-plots-layout-section__badges{display:flex;gap:0.8rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center;}
    .kp-plots-layout-section__badge{display:inline-flex;align-items:center;gap:0.5rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.78rem;color:#ffffff;background:var(--kp-green);padding:0.5rem 1rem;border-radius:8px;}
    .kp-plots-layout-section__img-wrap{background:#ffffff;border-radius:22px;box-shadow:0 24px 50px rgba(0,0,0,0.08);margin: 0 auto;}
    .kp-plots-layout-section__img{width:100%;height:auto;border-radius:14px;display:block;}
    .kp-plots-layout-section__cta{text-align:right;margin-top:1rem;}
    .kp-plots-specs-section{padding:4.5rem 0;background:#fff;}
    .kp-plots-specs-section__eyebrow{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--kp-terracotta);}
    .kp-plots-specs-section__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem;}
    .kp-plots-specs-section__item--wide{grid-column:span 2;}
    .kp-plots-specs-section__item{border: 1px solid gold;background:#ffffff;border-radius:16px;padding:1.8rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 22px rgba(0,0,0,0.05);}
    .kp-plots-specs-section__icon{width:auto;margin:0 auto 0.9rem;}
    .kp-plots-specs-section__icon .bi{font-size:3.4rem;line-height:1;background:var(--kp-gradient-line);-webkit-background-clip:text;background-clip:text;color:transparent;}
    .kp-plots-specs-section__item strong{display:block;font-family:var(--kp-font-body);font-size:0.9rem;font-weight:700;color:var(--kp-dark);margin-bottom:0.4rem;}
    .kp-plots-specs-section__item span{font-family:var(--kp-font-body);font-size:0.78rem;color:var(--kp-text-muted);line-height:1.55;}


    .kp-privacy-page{background:#ffffff;min-height:100vh;}
.kp-privacy-page__logo-section{text-align:center;padding:2rem 0 1.5rem;background:#ffffff;border-bottom:1px solid var(--kp-border);}
.kp-privacy-page__logo-img{height:60px;width:auto;max-width:200px;}
.kp-privacy-hero-section{padding:60px 0 40px;background:var(--kp-cream);border-bottom:1px solid var(--kp-border);}
.kp-privacy-hero-section__title{font-family:var(--kp-font-display);font-size:2.8rem;font-weight:400;color:var(--kp-dark);margin-bottom:0.5rem;text-align:center;}
.kp-privacy-hero-section__breadcrumb{font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-text-muted);text-align:center;}
.kp-privacy-hero-section__breadcrumb a{color:var(--kp-terracotta);text-decoration:none;}
.kp-privacy-hero-section__breadcrumb a:hover{color:var(--kp-terracotta-dark);text-decoration:underline;}
.kp-privacy-content-section{padding:60px 0 80px;background:#ffffff;}
.kp-privacy-content-section__wrapper{max-width:850px;margin:0 auto;}
.kp-privacy-content-section__last-updated{font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-text-muted);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--kp-border);}
.kp-privacy-content-section__heading{font-family:var(--kp-font-display);font-size:1.6rem;font-weight:400;color:var(--kp-dark);margin-top:2.5rem;margin-bottom:1rem;}
.kp-privacy-content-section__text{font-family:var(--kp-font-body);font-size:1rem;font-weight:400;color:var(--kp-text-muted);line-height:1.8;margin-bottom:1.2rem;}
.kp-privacy-content-section__text strong{color:var(--kp-dark);}
.kp-privacy-content-section__list{font-family:var(--kp-font-body);font-size:1rem;font-weight:400;color:var(--kp-text-muted);line-height:1.8;padding-left:1.5rem;margin-bottom:1.2rem;}
.kp-privacy-content-section__list li{margin-bottom:0.5rem;}
.kp-privacy-content-section__list li::marker{color:var(--kp-gold);}
.kp-privacy-content-section__contact-link{color:var(--kp-terracotta);text-decoration:none;}
.kp-privacy-content-section__contact-link:hover{color:var(--kp-terracotta-dark);text-decoration:underline;}
.kp-privacy-content-section__back-btn{display:inline-block;margin-top:2rem;padding:0.7rem 2.5rem;background:var(--kp-terracotta);color:#ffffff;border-radius:50px;font-family:var(--kp-font-body);font-weight:600;text-decoration:none;transition:all 0.3s;border:none;}
.kp-privacy-content-section__back-btn:hover{background:var(--kp-terracotta-dark);color:#ffffff;}
.kp-footer-section{background:var(--kp-dark);padding:2.5rem 0;border-top:3px solid var(--kp-gold);}
.kp-footer-section__brand{font-family:var(--kp-font-display);font-size:1.3rem;color:#ffffff;opacity:0.9;}
.kp-footer-section__copy{font-family:var(--kp-font-body);font-size:0.85rem;color:rgba(255,255,255,0.5);margin-top:0.3rem;}
.kp-footer-section__link{font-family:var(--kp-font-body);font-size:0.85rem;color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.2s;margin-left:1.5rem;}
.kp-footer-section__link:hover{color:var(--kp-gold);}

.kp-terms-page{background:#ffffff;min-height:100vh;}
.kp-terms-page__logo-section{text-align:center;padding:2rem 0 1.5rem;background:#ffffff;border-bottom:1px solid var(--kp-border);}
.kp-terms-page__logo-img{height:60px;width:auto;max-width:200px;}
.kp-terms-hero-section{padding:60px 0 40px;background:var(--kp-cream);border-bottom:1px solid var(--kp-border);}
.kp-terms-hero-section__title{font-family:var(--kp-font-display);font-size:2.8rem;font-weight:400;color:var(--kp-dark);margin-bottom:0.5rem;text-align:center;}
.kp-terms-hero-section__breadcrumb{font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-text-muted);text-align:center;}
.kp-terms-hero-section__breadcrumb a{color:var(--kp-terracotta);text-decoration:none;}
.kp-terms-hero-section__breadcrumb a:hover{color:var(--kp-terracotta-dark);text-decoration:underline;}
.kp-terms-content-section{padding:60px 0 80px;background:#ffffff;}
.kp-terms-content-section__wrapper{max-width:850px;margin:0 auto;}
.kp-terms-content-section__last-updated{font-family:var(--kp-font-body);font-size:0.9rem;color:var(--kp-text-muted);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--kp-border);}
.kp-terms-content-section__heading{font-family:var(--kp-font-display);font-size:1.6rem;font-weight:400;color:var(--kp-dark);margin-top:2.5rem;margin-bottom:1rem;}
.kp-terms-content-section__text{font-family:var(--kp-font-body);font-size:1rem;font-weight:400;color:var(--kp-text-muted);line-height:1.8;margin-bottom:1.2rem;}
.kp-terms-content-section__text strong{color:var(--kp-dark);}
.kp-terms-content-section__list{font-family:var(--kp-font-body);font-size:1rem;font-weight:400;color:var(--kp-text-muted);line-height:1.8;padding-left:1.5rem;margin-bottom:1.2rem;}
.kp-terms-content-section__list li{margin-bottom:0.5rem;}
.kp-terms-content-section__list li::marker{color:var(--kp-gold);}
.kp-terms-content-section__contact-link{color:var(--kp-terracotta);text-decoration:none;}
.kp-terms-content-section__contact-link:hover{color:var(--kp-terracotta-dark);text-decoration:underline;}
.kp-terms-content-section__back-btn{display:inline-block;margin-top:2rem;padding:0.7rem 2.5rem;background:var(--kp-terracotta);color:#ffffff;border-radius:50px;font-family:var(--kp-font-body);font-weight:600;text-decoration:none;transition:all 0.3s;border:none;}
.kp-terms-content-section__back-btn:hover{background:var(--kp-terracotta-dark);color:#ffffff;}
.kp-footer-section{background:var(--kp-dark);padding:2.5rem 0;border-top:3px solid var(--kp-gold);}
.kp-footer-section__brand{font-family:var(--kp-font-display);font-size:1.3rem;color:#ffffff;opacity:0.9;}
.kp-footer-section__copy{font-family:var(--kp-font-body);font-size:0.85rem;color:rgba(255,255,255,0.5);margin-top:0.3rem;}
.kp-footer-section__link{font-family:var(--kp-font-body);font-size:0.85rem;color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.2s;margin-left:1.5rem;}
.kp-footer-section__link:hover{color:var(--kp-gold);}

    .kp-p2-layout-tabs{position:relative;display:inline-flex;background:#ffffff;border:1px solid var(--kp-border);border-radius:8px;padding:4px;gap:4px;box-shadow:0 4px 14px rgba(0,0,0,0.06);margin:0 0 1.6rem;}
    .kp-p2-layout-tabs__slider{position:absolute;top:4px;bottom:4px;left:4px;width:calc(49% - 4px);background:var(--kp-green);border-radius:6px;transition:transform 0.3s ease;z-index:0;}
    .kp-p2-layout-tabs__btn{position:relative;z-index:1;flex:1;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:transparent;border:none;border-radius:6px;padding:0.7rem 1.4rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-dark);cursor:pointer;transition:color 0.25s;}
    .kp-p2-layout-tabs__btn .bi{font-size:1rem;line-height:1;}
    .kp-p2-layout-tabs__btn.kp-is-active{color:#ffffff;}
    .kp-p2-panel-wrap{background:#ffffff;border-radius:22px;padding:1.6rem;box-shadow:0 20px 44px rgba(0,0,0,0.08);}
    .kp-p2-layout-panel{display:none;}
    .kp-p2-layout-panel.kp-is-active{display:block;}
    .kp-p2-panel-wrap .kp-plots-layout-section__img-wrap{text-align:center;}
    .kp-p2-panel-wrap .kp-plots-layout-section__img-wrap img{display:inline-block;width:100%;height:auto;}
    .kp-p2-area__title{font-family:var(--kp-font-body);font-weight:800;font-size:0.95rem;letter-spacing:1px;text-transform:uppercase;color:var(--kp-dark);text-align:center;margin:0 0 1.1rem;}
    .kp-p2-area__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:0.6rem;align-items:start;}
    .kp-p2-area__table{width:100%;border-collapse:collapse;font-family:var(--kp-font-body);font-size:0.74rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.05);}
    .kp-p2-area__table th{background:linear-gradient(135deg,#5C9950 0%,#2F5B27 100%);color:#ffffff;font-weight:800;padding:0.45rem 0.35rem;text-align:center;white-space:nowrap;border-right:1px solid rgba(255,255,255,0.3);}
    .kp-p2-area__table th:last-child{border-right:none;}
    .kp-p2-area__table td{padding:0.38rem 0.35rem;text-align:center;color:var(--kp-dark);border-bottom:1px solid #dcecd4;border-right:1px solid #dcecd4;}
    .kp-p2-area__table td:last-child{border-right:none;}
    .kp-p2-area__table tbody tr:last-child td{border-bottom:none;}
    .kp-p2-area__table tbody tr:nth-child(even){background:#EAF3E2;}

    /* =========================================================
   PLOTS PHASE III — LAYOUT TABS + AREA STATEMENT (base styles)
   ========================================================= */
.kp-p3-layout-tabs{position:relative;display:inline-flex;background:#ffffff;border:1px solid var(--kp-border);border-radius:8px;padding:4px;gap:4px;box-shadow:0 4px 14px rgba(0,0,0,0.06);margin:0 0 1.6rem;}
.kp-p3-layout-tabs__slider{position:absolute;top:4px;bottom:4px;left:4px;width:calc(49% - 5px);background:var(--kp-green);border-radius:6px;transition:transform 0.3s ease;z-index:0;}
.kp-p3-layout-tabs__btn{position:relative;z-index:1;flex:1;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:transparent;border:none;border-radius:6px;padding:0.7rem 1.4rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-dark);cursor:pointer;transition:color 0.25s;}
.kp-p3-layout-tabs__btn .bi{font-size:1rem;line-height:1;}
.kp-p3-layout-tabs__btn.kp-is-active{color:#ffffff;}

.kp-p3-panel-wrap{background:#ffffff;border-radius:22px;padding:1.6rem;box-shadow:0 20px 44px rgba(0,0,0,0.08);}
.kp-p3-layout-panel{display:none;}
.kp-p3-layout-panel.kp-is-active{display:block;}
.kp-p3-panel-wrap .kp-plots-layout-section__img-wrap{text-align:center;}
.kp-p3-panel-wrap .kp-plots-layout-section__img-wrap img{display:inline-block;width:100%;height:auto;}

.kp-p3-area__title{font-family:var(--kp-font-body);font-weight:800;font-size:0.95rem;letter-spacing:1px;text-transform:uppercase;color:var(--kp-dark);text-align:center;margin:0 0 1.1rem;}
.kp-p3-area__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:0.6rem;align-items:start;}
.kp-p3-area__table{width:100%;border-collapse:collapse;font-family:var(--kp-font-body);font-size:0.74rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.05);}
.kp-p3-area__table th{background:linear-gradient(135deg,#5C9950 0%,#2F5B27 100%);color:#ffffff;font-weight:800;padding:0.45rem 0.35rem;text-align:center;white-space:nowrap;border-right:1px solid rgba(255,255,255,0.3);}
.kp-p3-area__table th:last-child{border-right:none;}
.kp-p3-area__table td{padding:0.38rem 0.35rem;text-align:center;color:var(--kp-dark);border-bottom:1px solid #dcecd4;border-right:1px solid #dcecd4;}
.kp-p3-area__table td:last-child{border-right:none;}
.kp-p3-area__table tbody tr:last-child td{border-bottom:none;}
.kp-p3-area__table tbody tr:nth-child(even){background:#EAF3E2;}

        .kp-plots-layout-section__switch-row{display:flex;justify-content:center;margin:0 0 1.6rem;}
    .kp-plots-layout-section__switch{    width: 27%;position:relative;display:inline-flex;background:#ffffff;border:1px solid var(--kp-border);border-radius:8px;padding:4px;gap:4px;box-shadow:0 4px 14px rgba(0,0,0,0.06);}
    .kp-plots-layout-section__switch-slider{position:absolute;top:4px;bottom:4px;left:4px;width:calc(51% - 12px);background:var(--kp-green);border-radius:6px;transition:transform 0.3s ease;z-index:0;}
    .kp-plots-layout-section__switch-btn{position:relative;z-index:1;flex:1;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:transparent;border:none;border-radius:6px;padding:0.7rem 1.4rem;font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:var(--kp-dark);cursor:pointer;transition:color 0.25s;}
    .kp-plots-layout-section__switch-btn .bi{font-size:1rem;line-height:1;}
    .kp-plots-layout-section__switch-btn.kp-is-active{color:#ffffff;}
    .kp-plots-layout-section__panel-wrap{background:#ffffff;border-radius:22px;padding:1.2rem;box-shadow:0 20px 44px rgba(0,0,0,0.08);}
    .kp-plots-layout-section__panel{display:none;}
    .kp-plots-layout-section__panel.kp-is-active{display:block;}
    .kp-plots-layout-section__panel .kp-plots-layout-section__img-wrap{margin:0;text-align:center;}
    .kp-plots-layout-section__panel .kp-plots-layout-section__img-wrap img{display:inline-block;width:100%;height:auto;}
    .kp-plots-p4-area__grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:0.6rem;align-items:start;}
    .kp-plots-p4-area__table{width:100%;border-collapse:collapse;font-family:var(--kp-font-body);font-size:0.74rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.05);}
    .kp-plots-p4-area__table th{background:linear-gradient(135deg,#5C9950 0%,#2F5B27 100%);color:#ffffff;font-weight:800;padding:0.45rem 0.35rem;text-align:center;white-space:nowrap;border-right:1px solid rgba(255,255,255,0.3);}
    .kp-plots-p4-area__table th:last-child{border-right:none;}
    .kp-plots-p4-area__table td{padding:0.38rem 0.35rem;text-align:center;color:var(--kp-dark);border-bottom:1px solid #dcecd4;border-right:1px solid #dcecd4;}
    .kp-plots-p4-area__table td:last-child{border-right:none;}
    .kp-plots-p4-area__table tbody tr:last-child td{border-bottom:none;}
    .kp-plots-p4-area__table tbody tr:nth-child(even){background:#EAF3E2;}

.kp-future-hero{position:relative;min-height:78vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--kp-cream);}
.kp-future-hero__bg{position:absolute;inset:0;z-index:0;}
.kp-future-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.kp-future-hero__stage{position:relative;z-index:1;width:100%;height:100%;min-height:600px;}
.kp-future-hero__hand{position:absolute;top:2%;width:clamp(368px,98vw,7987px);height:auto;pointer-events:none;opacity:1 !important;filter:none !important;mix-blend-mode:normal !important;isolation:isolate;will-change:opacity, transform;image-rendering:auto;transition:opacity 1.6s ease,transform 1.6s cubic-bezier(.22,.68,0,1.01);}
.kp-future-hero__hand--left{left:-8%;transform:translate(-55%,-4%) rotate(-10deg) scale(0.85);}
.kp-future-hero__hand--left.kp-is-visible{opacity:1 !important;left:0%;transform:translate(0,0) rotate(0deg) scale(1);}
.kp-future-hero__hand--right{right:-8%;transform:translate(55%,-4%) rotate(10deg) scale(0.85);}
.kp-future-hero__hand--right.kp-is-visible{opacity:1 !important;right:0%;transform:translate(0,0) rotate(0deg) scale(1);}

/* ---- Text block: always centered via translate(-50%,-50%); pop-in, never slides from a side ---- */
.kp-future-hero__content{
  position:absolute;
  top:50%;
  left:52%;
  z-index:2;
  text-align:center;
  opacity:0;
  transform:translate(-50%,-50%) scale(0.55);
  transition:opacity 0.7s cubic-bezier(.34,1.56,.64,1), transform 0.7s cubic-bezier(.34,1.56,.64,1);
}
.kp-future-hero__content.kp-is-visible{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}

.kp-future-hero__eyebrow{display:block;font-family:var(--kp-font-display);font-style:italic;font-size:1.9rem;color:var(--kp-green-dark);margin-bottom:0.2rem;}
.kp-future-hero__title{font-family:var(--kp-font-display);font-weight:400;font-size:2.4rem;line-height:1.05;letter-spacing:1px;color:var(--kp-green-dark);text-transform:uppercase;margin:0 0 0.6rem;white-space:nowrap;}
.kp-future-hero__subtitle{display:block;font-family:var(--kp-font-body);font-weight:700;font-size:1rem;letter-spacing:6px;text-transform:uppercase;color:var(--kp-green);}

/* =========================================================
   GET BROCHURE MODAL — compact
   ========================================================= */
.kp-brochure-modal__dialog{max-width:400px;}
.kp-brochure-modal__content{border:none;border-radius:20px;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,0.3);position:relative;}
.kp-brochure-modal__close{position:absolute;top:0.9rem;right:0.9rem;z-index:6;width:34px;height:34px;border-radius:50%;border:1px solid var(--kp-border);background:#ffffff;color:var(--kp-dark);display:inline-flex;align-items:center;justify-content:center;font-size:0.9rem;cursor:pointer;transition:background 0.25s,color 0.25s;}
.kp-brochure-modal__close:hover{background:var(--kp-terracotta);color:#ffffff;border-color:var(--kp-terracotta);}

.kp-brochure-modal__body{background:var(--kp-cream);padding:2.2rem 1.8rem 1.8rem;text-align:center;}
.kp-brochure-modal__logo{height:34px;width:auto;margin:0 auto 1rem;}
.kp-brochure-modal__title{font-family:var(--kp-font-display);font-weight:400;font-size:1.4rem;color:var(--kp-dark);margin:0 0 0.4rem;}
.kp-brochure-modal__desc{font-family:var(--kp-font-body);font-size:0.82rem;line-height:1.6;color:var(--kp-text-muted);margin:0 0 1.4rem;}

.kp-brochure-modal__form{display:flex;flex-direction:column;text-align:left;}
.kp-brochure-modal__field{display:flex;flex-direction:column;gap:0.35rem;margin-bottom:0.9rem;}
.kp-brochure-modal__field label{font-family:var(--kp-font-body);font-size:0.72rem;font-weight:700;color:var(--kp-dark);}
.kp-brochure-modal__field input{font-family:var(--kp-font-body);font-size:0.88rem;color:var(--kp-dark);background:#ffffff;border:1.5px solid var(--kp-border);border-radius:10px;padding:0.65rem 0.85rem;width:100%;transition:border-color 0.2s;}
.kp-brochure-modal__field input:focus{outline:none;border-color:var(--kp-terracotta);}

.kp-brochure-submit{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;width:100%;margin-top:0.3rem;background:var(--kp-green);border:none;border-radius:50px;padding:0.65rem 0.5rem 0.65rem 1.3rem;cursor:pointer;transition:background 0.25s ease;}
.kp-brochure-submit:hover{background:var(--kp-green-dark);}
.kp-brochure-submit__label{font-family:var(--kp-font-body);font-weight:700;font-size:0.85rem;color:#ffffff;white-space:nowrap;}
.kp-brochure-submit__icon{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:#ffffff;color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:0.8rem;}

/* ---- Success state ---- */
.kp-brochure-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.6rem 0.5rem 0.8rem;}
.kp-brochure-modal__success-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#4A7D40 0%,var(--kp-green) 55%,var(--kp-green-dark) 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;animation:kp-brochure-pop 0.4s cubic-bezier(.34,1.56,.64,1);}
.kp-brochure-modal__success-title{font-family:var(--kp-font-display);font-weight:400;font-size:1.25rem;color:var(--kp-dark);margin:0 0 0.4rem;}
.kp-brochure-modal__success-desc{font-family:var(--kp-font-body);font-size:0.82rem;line-height:1.6;color:var(--kp-text-muted);margin:0;}
@keyframes kp-brochure-pop{from{transform:scale(0.4);opacity:0;}to{transform:scale(1);opacity:1;}}

@media (max-width:768px){
  .kp-brochure-modal__dialog{margin:0.8rem;max-width:none;}
  .kp-brochure-modal__body{padding:1.8rem 1.4rem 1.4rem;}
}



/* =========================================================
   ABOUT — KUTHAMBAKKAM GROWTH POTENTIAL (8-point grid + image)
   ========================================================= */
.kp-about-growth-section{padding:0 0 4.5rem;background:#ffffff;margin-top: -96px;}

.kp-about-growth-section__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem 1.8rem;}
.kp-about-growth-section__item{display:flex;align-items:flex-start;gap:0.9rem;}
.kp-about-growth-section__icon{flex-shrink:0;width:46px;height:46px;border-radius:50%;background:rgba(62,106,54,0.1);color:var(--kp-green);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;}
.kp-about-growth-section__copy{display:flex;flex-direction:column;gap:0.25rem;padding-top:0.35rem;}
.kp-about-growth-section__copy strong{font-family:var(--kp-font-body);font-weight:700;font-size:0.92rem;color:var(--kp-dark);line-height:1.35;}
.kp-about-growth-section__copy span{font-family:var(--kp-font-body);font-size:0.8rem;color:var(--kp-text-muted);}

.kp-about-growth-section__media{border-radius:24px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,0.12);}
.kp-about-growth-section__media img{width:100%;height:100%;min-height:345px;object-fit:cover;display:block;}

@media (max-width:768px){
  .kp-about-growth-section{padding:0 0 2.5rem;}
  .kp-about-growth-section__grid{grid-template-columns:1fr;gap:1.2rem;}
  .kp-about-growth-section__media{margin-top:0.5rem;}
  .kp-about-growth-section__media img{min-height:260px;}
}


/* =========================================================
   GLOBAL — prevent layout shake (scrollbar gutter + overflow safety)
   ========================================================= */
html{overflow-x:hidden;scrollbar-gutter:stable;}

/* =========================================================
   RESPONSIVE — single breakpoint (max-width: 768px)
   ========================================================= */
 
@media (max-width:768px){
  .kp-nav-main{padding:0.6rem 0;}
  .kp-nav-main__logo-img{height:44px;}
  .kp-nav-main__container{flex-wrap:nowrap;}
  .kp-nav-drawer__cta {margin-top: 0px;}
 
  .kp-nav-main__nav{display:none;}
  .kp-nav-main__toggler{display:inline-flex;}
  .kp-nav-main__btn-call-text{display:none;}
  .kp-nav-main__btn-call{padding:0.3rem;}
  .kp-nav-main__btn-call-icon{width:34px;height:34px;font-size:0.8rem;}
  .kp-nav-main__btn-call--fit{width:40px;height:40px;aspect-ratio:1/1;line-height:1;flex:0 0 40px;padding:0;display:inline-flex;align-items:center;justify-content:center;}
  .kp-nav-main__btn-call--fit .kp-nav-main__btn-call-icon{width:36px;height:36px;margin:0;}
  .kp-nav-drawer__cta{padding:0.18rem 0.18rem 0.18rem 0.9rem;font-size:0.78rem;width: 70%;}
  .kp-nav-drawer__cta .kp-home-btn__icon{width:28px;height:28px;}
 
  .kp-home-hero-section{height:85vh;min-height:auto;}
  .kp-home-hero-section__image{height:100%;width:100%;min-width:0;}
  .kp-home-hero-section__navigator{bottom:6.1rem;padding:0.35rem;gap:0.25rem;max-width:calc(100vw - 2rem);}
  .kp-home-hero-section__navtab{padding:0.5rem 0.6rem;}
  .kp-home-hero-section__navtab-label{display:none;}
  .kp-home-hero-section__navtab.is-active{padding:0.5rem 0.8rem;}
  .kp-home-hero-section__navtab-progress{left:0.6rem;right:0.6rem;}
  .kp-home-projects-section__card-title{fofont-size:20px;}
  .kp-home-projects-section__card-desc {font-size: 13px;}
  .kp-page-footer__logo-img {height: 28px;}
 
  .kp-home-about-section{padding:20px 0px;}
  .kp-home-about-section__title{font-size:2.3rem;}
  .kp-home-about-section__timeline{max-width:100%;}
  .kp-home-about-section__col-media{margin-top:3.5rem;}
  .kp-home-about-section__img-wrap{padding:14px 14px 14px 14px;}
  .kp-home-about-section__frame-corner{width:44px;height:44px;}
  .kp-home-about-section__frame-corner--br{right:0px;bottom: 1px;}
  .kp-home-about-section__plaque{left:0;bottom:-4.6rem;max-width:190px;padding:1.1rem 1.3rem;}
  .kp-home-about-section__plaque-title{font-size:1.1rem;}
 
  .kp-why-choose-section{padding:3.5rem 0;background-size:cover;background-position:center; margin-top: 65px;}
  .kp-why-choose-section__title{font-size:2rem;}
  .kp-why-choose-section__track{padding-top:0;}
  .kp-why-choose-section__features{display:flex;flex-direction:column;align-items:flex-start;gap:0;}
  .kp-why-choose-section__feature{display:flex;flex-direction:row;align-items:flex-start;text-align:left;width:100%;gap:1.1rem;padding:0 0 1.7rem;border-right:none;border-bottom:1px solid var(--kp-border);margin-bottom:0.7rem;transform:translateX(-14px);}
  .kp-why-choose-section__feature.kp-step-active{transform:none;}
  .kp-why-choose-section__feature:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0;}
  .kp-why-choose-section__feature-icon{width:48px;height:48px;font-size:1.4rem;flex-shrink:0;}
  .kp-why-choose-section__feature-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:none;gap:0.4rem;padding-top:0.3rem;}
  .kp-why-choose-section__feature-copy p{max-width:none;}
  .kp-why-choose-section__feature-rule{align-self:flex-start;}
 
  .kp-trusted-partner-section{padding:3.5rem 0;}
  .kp-trusted-partner-section__title{font-size:2rem;}
  .kp-trusted-partner-section__grid{grid-template-columns:1fr;gap:2rem;}
  .kp-trusted-partner-section__media{order:-1;aspect-ratio:4/3;max-width:420px;margin:0 auto;}
  .kp-trusted-partner-section__col{flex-direction:row;flex-wrap:wrap;gap:1.2rem;justify-content:center;}
  .kp-trusted-partner-section__feature{flex:0px;max-width:100%;}
 
  .kp-home-plot-features-section{padding:1.5rem 0;}
  .kp-home-plot-features-section__title{font-size:2rem;}
  .kp-home-plot-features-section__card{padding:0rem 0.2rem;}
  .kp-home-plot-features-section__feature{flex:1 1 50%;border-right:none;border-bottom:1px solid var(--kp-border);padding:11px 1px;}
  .kp-home-plot-features-section__feature:nth-child(odd){border-right:1px solid var(--kp-border);}
  .kp-home-plot-features-section__icon-wrap{width:80px;height:80px;}
  .kp-home-plot-features-section__feature-icon{width:72px;height:72px;}
  .kp-home-about-section__frame-corner--tl {top: -1px;left: -1px;}
    .kp-home-amenities-section__item-copy em {font-size: 9px;}
    .kp-home-amenities-section__item-copy strong {font-size: 11px;}
    .kp-home-amenities-section__list {flex-wrap: nowrap;}
 
  .kp-home-projects-section{padding:20px 0px;background-size:cover;background-position:center;}
  .kp-home-projects-section__title{font-size:1.9rem;}
  .kp-home-projects-section__card{min-height:277px;padding:1.6rem;}
  .kp-home-plot-features-section__feature-title {font-size: 11px;}
  .kp-home-plot-features-section__feature-desc {font-size: 11px;}
 
  .kp-home-amenities-section__col-media{min-height:280px;}
  .kp-home-amenities-section__media{min-height:280px;}
  .kp-home-amenities-section__content{padding:2.5rem 1.5rem;}
  .kp-home-amenities-section__title{font-size:1.9rem;}
  .kp-home-hero-section__navigator {left: 51%;}
  .kp-home-cta-section__badge {font-size: 10px;padding: 3px 10px;}
  .kp-home-cta-section__btn {font-size: 12px;padding: 10px 6px;}
  .kp-home-cta-section__desc {font-size: 13px;}
 
  .kp-home-cta-section{padding:30px 0;}
  .kp-home-cta-section__panel{padding:2rem;min-height:auto;background-position:center;}
  .kp-home-cta-section__title{font-size:23px;}
  .kp-home-cta-section__features{gap:1rem;}
  .kp-home-cta-section__actions{flex-direction:row;align-items:stretch;}
  .kp-home-cta-section__btn{justify-content:center;}
  .kp-home-cta-section__actions {gap: 12px;}
  .kp-home-cta-section__panel::before {background: linear-gradient(168deg, rgba(20, 35, 20, 19.82) -2%, rgba(20, 35, 20, 0.65) 67%, rgba(20, 35, 20, .18) 73%, transparent 78%);}
 
  .kp-home-testimonials-section{padding:1.5rem 0;}
  .kp-home-testimonials-section__title{font-size:1.9rem;}
  .kp-home-testimonials-section__head{flex-direction:column;align-items:flex-start;}
  .kp-home-testimonials-section__nav{display:none;}
  .kp-home-testimonials-section__card{flex:0 0 100%;padding:0.9rem;}
  .kp-home-testimonials-section__cta{flex-direction:column;text-align:center;}
  .kp-home-testimonials-section__cta-btn{width:auto;}
  .kp-why-choose-section__desc {margin: 0;}
  .kp-home-testimonials-section__cta {margin-top: 1.5rem;}
  .kp-plots-layout-section__switch-slider {width: calc(53% - 12px);}
 
  .kp-home-faq-section{padding:1.5rem 0;}
  .kp-home-faq-section__title{font-size:1.9rem;}
  .kp-home-faq-section__desc{max-width:100%;}
  .kp-home-faq-section__btn {font-size: 14px;}
  .kp-home-faq-section__body {font-size: 13px;}
 
  .kp-page-footer{padding:1rem 0 0;text-align:left;}
  .kp-page-footer__about{margin-left:0;margin-right:0;}
  .kp-page-footer__socials{justify-content:flex-start;}
  .kp-page-footer__address p{justify-content:flex-start;}
  .kp-page-footer__newsletter-form{margin:0;}
  .kp-page-footer__bottom{justify-content:flex-start;text-align:left;}
 
  .kp-page-banner{padding:7rem 0 2.5rem;}
  .kp-page-banner__title{font-size:1.9rem;}
  .kp-page-content-section{padding:3rem 0;}
  .kp-home-amenities-section__caption {padding: 0rem; }
 
  /* book visit modal: image hidden on mobile, form only, edge to edge */

  .kp-visit-modal__dialog{margin:0.6rem;}
  .kp-visit-modal__content{flex-direction:column;}
  .kp-visit-modal__media{display:none;}
  .kp-visit-modal__form-wrap{flex:1 1 100%;padding:2.2rem 1.4rem 1.6rem;max-height:85vh;}
  .kp-visit-modal__row{grid-template-columns:1fr;gap:0;}
  .kp-visit-submit{padding:0.62rem 0.45rem 0.62rem 1.2rem;}
  .kp-visit-submit__label{font-size:0.84rem;}
  .kp-visit-submit__icon{width:28px;height:28px;}
.kp-why-choose-section__feature-copy p{max-width:135px;}
  .kp-home-testimonials-section__card{flex:0 0 calc(50% - 0.8rem);}
  .kp-trusted-partner-section__col{flex-direction:column;align-items:flex-start;}

    .kp-about-hero__img{height:85vh;min-height:auto;}
      .kp-about-hero__brand{padding:0.8rem 1.5rem;gap:0.7rem;}
      .kp-about-hero__brand-icon{width:36px;height:36px;}
      .kp-about-hero__brand-copy strong{font-size:1rem;}
      .kp-about-legacy-section{padding:3rem 0 0.5rem !important;}
      .kp-about-legacy-section__title{font-size:1.8rem;}
      .kp-about-legacy-section__timeline{flex-wrap:wrap;row-gap:1.2rem;margin-top:2.5rem;}
      .kp-about-legacy-section__timeline::before{display:none;}
      .kp-about-legacy-section__timeline-item{flex:1 1 40%;}
      .kp-about-legacy-section__timeline-dot{display:none;}
      .kp-about-stats-section{padding:0 0 3.5rem;}
      .kp-about-stats-section__bar{border-radius:24px;}
      .kp-about-stats-section__item{flex:1 1 50%;border-right:none;padding:0.9rem;}
      .kp-about-stats-section__icon {width: 48px;height: 48px;}
      .kp-about-values-section{padding:25px 0 1.5rem;}
      .kp-about-values-section__img{margin-bottom:2rem;min-height:260px;}
      .kp-about-values-section__title{font-size:1.8rem;}
      .kp-about-values-section__grid{grid-template-columns:1fr;}
      .kp-about-values-section__item:nth-child(1),.kp-about-values-section__item:nth-child(3){border-right:none;}
      .kp-about-values-section__item{padding-right:0;}
      .kp-about-stats-section__label {font-size: 12px;}
      .kp-about-stats-section__bar {padding: 19px 10px;}
      .kp-about-perfect-section__thumb { border-radius: 6px;}
      .p-about-perfect-section {padding: 0 0 1.5rem;}
      .kp-about-community-section__divider {margin: 0px auto 0rem;}
      .kp-about-perfect-section__card{padding:0.8rem;border-radius:24px;}
      .kp-about-perfect-section__title{font-size:1.8rem;}
      .kp-about-perfect-section__checklist{grid-template-columns:1fr;}
      .kp-about-community-section{padding:1.5rem 0;background-position:center;}
      .kp-about-community-section__title{font-size:1.9rem;}
      .kp-about-community-section__item{flex:1 1 45%;border-right:none;margin-bottom:1.4rem;}

      .kp-apartments-intro-section__title{font-size:2.2rem;}
      .kp-apartments-intro-section__salient{margin-top:2rem;}
      .kp-apartments-intro-section__price{width:58%;}
      .kp-apartments-stats-section__row{grid-template-columns:repeat(2,1fr);gap:0.7rem;}
      .kp-apartments-stats-section__item:nth-child(5){grid-column:span 2;}
      .kp-apartments-stats-section__item{padding:1.2rem 0.6rem;}
      .kp-apartments-highlight-section{padding:0 0 3rem;}
      .kp-apartments-highlight-section__row{grid-template-columns:1fr;gap:1.6rem;}
      .kp-apartments-highlight-section__title{font-size:1.7rem;}
      .kp-apartments-highlight-section__img-wrap{order:-1;}
      .kp-apartments-highlight-section__img-wrap img{min-height:220px;}
      .kp-apartments-gallery-section { padding: 6px 0 4.5rem;}
      .kp-apartments-amenities-section {padding: 0px 0 4.5rem;}
      .kp-apartments-gallery-section{background-size:cover;background-position:center;}
      .kp-apartments-gallery-section__expand{flex-direction:column;height:auto;max-height:65vh;overflow-y:auto;overflow-x:hidden;}
      .kp-apartments-gallery-section__panel{flex:none;width:100%;height:70px;transition:height 0.5s ease;}
      .kp-apartments-gallery-section__panel:hover,.kp-apartments-gallery-section__panel.kp-is-active{flex:none;height:260px;}
      .kp-apartments-amenities-section__row{grid-template-columns:1fr;}
      .kp-apartments-amenities-section__tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.4rem;scrollbar-width:none;}
      .kp-apartments-amenities-section__tabs::-webkit-scrollbar{display:none;}
      .kp-apartments-amenities-section__tab{flex:0 0 auto;white-space:nowrap; font-size: 12px; border-radius: 11px; padding: 4px 6px;}
      .kp-apartments-amenities-section__panel{display:flex;flex-direction:column;overflow:visible;min-height:0;box-shadow:none;}
      .kp-apartments-amenities-section__photo{position:relative;height:240px;overflow:hidden;box-shadow:0 20px 44px rgba(0,0,0,0.1);}
      .kp-apartments-amenities-section__caption{position:static;max-width:100%;border-radius:0px;border-top-left-radius: 0px;}
      .kp-apartments-floorplan-section{background-size:cover;background-position:center;}
      .kp-apartments-floorplan-section__inner{padding:1.2rem 0;}
      .kp-apartments-floorplan-section__title{font-size:1.9rem;}
      .kp-apartments-floorplan-section__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.4rem;scrollbar-width:none;}
      .kp-apartments-floorplan-section__tabs::-webkit-scrollbar{display:none;}
      .kp-apartments-floorplan-section__tab{flex:0 0 auto;white-space:nowrap;padding:0.55rem 1rem;font-size:0.78rem;}
      .kp-apartments-floorplan-section__stage{min-height:280px;padding:1rem;}
      .kp-apartments-floorplan-section__img{max-height:400px;}
      .kp-apartments-intro-section {padding: 1rem 0 3.5rem}
      .kp-apartments-intro-section {padding: 1rem 0 0.5rem;}
      .kp-apartments-stats-section {padding: 1rem 0 0.5rem;}
      .kp-apartments-amenities-section {padding: 1rem 0 1.5rem;}
      .kp-apartments-floorplan-section {padding: 1rem 0 0.5rem;}
      .kp-apartments-specs-section{padding:3.5rem 0;}
      .kp-apartments-specs-section__title{font-size:1.9rem;}
      .kp-apartments-specs-section__grid{grid-template-columns:repeat(2,1fr);gap:0.8rem;}
      .kp-apartments-specs-section__item--wide{grid-column:span 1;}
      .kp-apartments-specs-section__item{padding:1rem 0.5rem;}
      .kp-apartments-specs-section__icon{width:76px;height:76px;}
      .kp-apartments-brochure-section {padding: 1rem 0 1.5rem;}
      .kp-apartments-brochure-section__panel{flex-direction:column;text-align:center;padding:2rem 1.5rem;background-size:cover;background-position:center;}
      .kp-apartments-brochure-cta__btn{width:64%;justify-content:center;}
      .kp-location-facilities-section{padding:1rem 0 1.5rem;}
      .kp-location-facilities-section__list-panel .kp-btn{width:65%;}
      .kp-location-facilities-section__panel{grid-template-columns:1fr;padding:1.2rem;}
      .kp-location-facilities-section__tabs{flex-direction:column;flex-wrap:wrap;height:auto;justify-content:flex-start;}
      .kp-location-facilities-section__tab{flex:1 1 auto;justify-content:center;padding:0.7rem 0.9rem;}
      .kp-location-facilities-section__map-panel{min-height:260px;height:260px;order:3;}
      .kp-location-facilities-section__list-panel{min-height:auto;}

      .kp-contact-hero{min-height:auto;padding:5.5rem 0 10rem;}
      .kp-contact-panel__submit {padding: 10px 10px;}
      .kp-contact-visit-section__map kp-reveal kp-is-visible{margin-top: 0px;}
  .kp-contact-hero__title{font-size:2.1rem;}
   .kp-contact-hero__badges{gap:1.2rem;}
   .kp-contact-panel-section{margin-top:-8rem;padding-bottom:20px;}
   .kp-contact-panel{grid-template-columns:1fr;}
   .kp-contact-panel__form,.kp-contact-panel__info{padding:2rem 1.5rem;}
   .kp-contact-panel__row{flex-direction:column;gap:1rem;}
   .kp-contact-features-section{padding:1rem 0 20px;}
   .kp-contact-features-section__item{flex:1 1 100%;}
   .kp-contact-visit-section{padding:1rem 0 20px;}
   .kp-contact-visit-section__row{grid-template-columns:1fr;}
   .kp-contact-visit-section__card{padding:2rem 1.5rem;}
   .kp-contact-visit-section__map{min-height:280px;}
   .kp-contact-visit-section__map iframe{min-height:280px;}
   .kp-contact-hero{background-image:linear-gradient(180deg,rgba(15,25,14,0.78) 0%,rgba(15,25,14,0.55) 55%,rgba(15,25,14,0.85) 100%),url('images/contact-hero-banner-mobile.webp');}
   .kp-contact-qr-section__row{grid-template-columns:1fr;min-height:auto;}
   .kp-contact-qr-section__media{min-height:0;}
   .kp-contact-qr-section__media-img{height:auto;}
   .kp-contact-qr-section__panel{grid-template-columns:1fr;padding:0.6rem 1.5rem;gap:1.8rem;}
   .kp-contact-qr-section__content{align-items:center;text-align:center;}
   .kp-contact-qr-section__desc{max-width:100%;}
   .kp-contact-qr-section__points{max-width:100%;}
   .kp-contact-qr-section__code img{width:150px;height:150px;}
   .kp-contact-qr-section__watermark{display:none;}
   .kp-contact-qr-section__qr-col {margin-left: 0!important;}


    .kp-emi-intro-section{padding:2.2rem 0 2rem;}
      .kp-emi-intro-section__title{font-size:2rem;}
      .kp-emi-calc-section{padding:1rem 0 2.8rem;}
      .kp-emi-calc-section__panel{padding:1.4rem;border-radius:20px;}
      .kp-emi-calc-section__row{grid-template-columns:1fr;gap:2.2rem;}
      .kp-emi-field{margin-bottom:1.8rem;}
      .kp-emi-field__head{flex-direction:column;align-items:flex-start;gap:0.5rem;}
      .kp-emi-field__value-wrap{max-width:100%;}
      .kp-emi-field__label{padding-top:0;}
      .kp-emi-siteplan{padding:2.4rem 1rem 1.2rem;}
      .kp-emi-siteplan__bar{height:76px;}
      .kp-emi-siteplan__zone-tag{font-size:0.6rem;}
      .kp-emi-readout{flex-direction:column;align-items:flex-start;}
      .kp-emi-readout__value{font-size:1.9rem;}
      .kp-btn {font-size: 14px}
      .kp-emi-table-section{padding:1rem 0 3rem;}
      .kp-emi-table-section__title{font-size:1.7rem;}
      .kp-emi-table-section__card{padding:0;border-radius:18px;background:transparent;box-shadow:none;overflow:visible;}
      .kp-emi-table{min-width:0;border-spacing:0 0.7rem;}
      .kp-emi-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;}
      .kp-emi-table tbody tr{display:block;background:#ffffff;border-radius:16px;box-shadow:0 10px 24px rgba(0,0,0,0.06);padding:0.9rem 1rem;}
      .kp-emi-table tbody tr:nth-child(even) td{background:transparent;}
      .kp-emi-table tbody td{display:flex;justify-content:space-between;align-items:center;padding:0.45rem 0.15rem;border-bottom:1px dashed var(--kp-border);background:transparent !important;}
      .kp-emi-table tbody tr td:last-child{border-bottom:none;}
      .kp-emi-table tbody tr:last-child td{border-radius:0;}
      .kp-emi-table td::before{content:attr(data-label);font-weight:700;font-size:0.68rem;text-transform:uppercase;letter-spacing:0.6px;color:var(--kp-text-muted);}
      .kp-emi-table td:first-child{display:flex;font-weight:700;}
      .kp-emi-table td:last-child{text-align:right;font-size:1.05rem;}
      .kp-emi-info-section__grid{grid-template-columns:1fr;}

      .kp-plots-intro-section__title{font-size:2.2rem;}
      .kp-plots-intro-section__salient{margin-top:0rem;}
      .kp-plots-intro-section__price{width:68%;}
      .kp-plots-amenities-section {padding: 37px 0 4.5rem;}
      .kp-plots-stats-section__row{grid-template-columns:repeat(2,1fr);gap:0.7rem;}
      .kp-plots-stats-section__item:nth-child(5){grid-column:span 2;}
      .kp-plots-stats-section__item{padding:1.2rem 0.6rem;}
      .kp-plots-highlight-section{padding:0 0 1rem;}
      .kp-plots-highlight-section__row{grid-template-columns:1fr;gap:1.6rem;}
      .kp-plots-highlight-section__title{font-size:1.7rem;}
      .kp-plots-highlight-section__img-wrap{order:-1;}
      .kp-plots-highlight-section__img-wrap img{min-height:220px;}
      .kp-plots-gallery-section__expand{flex-direction:column;height:auto;max-height:65vh;overflow-y:auto;overflow-x:hidden;}
      .kp-plots-gallery-section__panel{flex:none;width:100%;height:70px;transition:height 0.5s ease;}
      .kp-plots-gallery-section__panel:hover,.kp-plots-gallery-section__panel.kp-is-active{flex:none;height:260px;}
      .kp-plots-amenities-section__row{grid-template-columns:1fr;}
      .kp-plots-amenities-section__tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.4rem;scrollbar-width:none;}
      .kp-plots-amenities-section__tabs::-webkit-scrollbar{display:none;}
      .kp-plots-amenities-section__tab{flex:0 0 auto;white-space:nowrap;}
      .kp-plots-amenities-section__panel{display:flex;flex-direction:column;overflow:visible;min-height:0;box-shadow:none;}
      .kp-plots-amenities-section__photo{position:relative;height:240px;border-radius:0px;overflow:hidden;box-shadow:0 20px 44px rgba(0,0,0,0.1);}
      .kp-plots-amenities-section__caption{position:static;max-width:100%;border-radius:0px;}
      .kp-plots-amenities-section {padding: 25px 0 0.5rem;}
      .kp-plots-layout-section {padding: 0px 0 .5rem;}
      .kp-plots-specs-section {padding: 1.5rem 0;}
      .kp-plots-layout-section{background-size:cover;background-position:center;}
      .kp-plots-layout-section__inner{padding:2.2rem 0;}
      .kp-plots-layout-section__cta{text-align:left;}
      .kp-plots-specs-section__grid{grid-template-columns:repeat(2,1fr);gap:0.8rem;}
      .kp-plots-specs-section__item--wide{grid-column:span 1;}
      .kp-plots-specs-section__item{padding:1.2rem 0.6rem;}
      .kp-plots-specs-section__icon .bi{font-size:2.4rem;}
     .kp-plots-stats-section {padding: 0 0 1.5rem;}
     .kp-plots-brochure-section { padding: 0px 0 1.5rem;}
      .kp-plots-brochure-section__panel{flex-direction:column;text-align:center;padding:2rem 1.5rem;background-size:cover;background-position:center;}
      .kp-plots-gallery-section{background-size:cover;background-position:center;}
      .kp-plots-brochure-section__btn{width:65%;justify-content:center;}
      .kp-plots-amenities-section__tab{font-size:12px;border-radius:11px;padding:4px 6px;}

      .kp-privacy-page__logo-img{height:45px;}.kp-privacy-hero-section{padding:40px 0 30px;}.kp-privacy-hero-section__title{font-size:2rem;}.kp-privacy-content-section{padding:40px 0 60px;}.kp-privacy-content-section__heading{font-size:1.3rem;}.kp-footer-section__link{margin-left:0;margin-right:1rem;}.kp-footer-section .text-md-end{text-align:left !important;margin-top:0.5rem;}
      .kp-terms-page__logo-img{height:45px;}.kp-terms-hero-section{padding:40px 0 30px;}.kp-terms-hero-section__title{font-size:2rem;}.kp-terms-content-section{padding:40px 0 60px;}.kp-terms-content-section__heading{font-size:1.3rem;}.kp-footer-section__link{margin-left:0;margin-right:1rem;}.kp-footer-section .text-md-end{text-align:left !important;margin-top:0.5rem;}

      .kp-p2-layout-tabs{width:68%;}
.kp-p2-layout-tabs__btn{font-size:0.72rem;padding:0.55rem 0.5rem;gap:0.35rem;}
.kp-p2-layout-tabs__btn .bi{font-size:0.9rem;}
      .kp-p2-panel-wrap{padding:1.1rem 0.8rem;}
      .kp-p2-area__grid{grid-template-columns:repeat(2, 1fr);gap:0.5rem;}
      .kp-p2-area__table{font-size:0.72rem;}

   .kp-plots-layout-section__switch{width:68%;}
.kp-plots-layout-section__switch-btn{font-size:0.72rem;padding:0.55rem 0.5rem;gap:0.35rem;}
.kp-plots-layout-section__switch-btn .bi{font-size:0.9rem;}
      .kp-plots-layout-section__panel-wrap{padding:0.9rem;}
      .kp-plots-p4-area__grid{grid-template-columns:repeat(2, 1fr);gap:0.5rem;}
      .kp-plots-p4-area__table{font-size:0.72rem;}

      .kp-p3-layout-tabs{width:68%;}
.kp-p3-layout-tabs__btn{font-size:0.72rem;padding:0.55rem 0.5rem;gap:0.35rem;}
.kp-p3-layout-tabs__btn .bi{font-size:0.9rem;}
      .kp-p3-panel-wrap{padding:1.1rem 0.8rem;}
      .kp-p3-area__grid{grid-template-columns:repeat(2, 1fr);gap:0.5rem;}
      .kp-p3-area__table{font-size:0.72rem;}

}
/* ---- Hidden zone: 451px–1199px (tablet range) ---- */
@media (min-width:451px) and (max-width:1199px){
  .kp-future-hero{display:none;}
}

/* ---- Laptop: 1200px–1439px (closes the gap that let it leak through) ---- */
@media (min-width:1200px) and (max-width:1570px){
  .kp-future-hero__content{
    top:44% !important;
    left:52% !important;
    
  }
  .kp-future-hero__hand {
    position: absolute;
    top: 5%;}
}

/* ---- Mobile: <=450px — unchanged, kept exactly as-is ---- */
@media (max-width:450px){
  .kp-future-hero{display:flex;min-height:58vh;}
  .kp-future-hero__stage{min-height:240px;}
  .kp-future-hero__hand{width:clamp(232px,139vw,447px);top:0;}
  .kp-future-hero__hand--left.kp-is-visible{left:0%;}
  .kp-future-hero__hand--right.kp-is-visible{right:0%;}
  .kp-future-hero__content{top:-19%;left:53%;padding:0 1rem;}
  .kp-future-hero__content.kp-is-visible{width:70%;}
  .kp-future-hero__eyebrow{font-size:1.2rem;}
  .kp-future-hero__title{font-size:1.9rem;white-space:normal;}
  .kp-future-hero__subtitle{letter-spacing:3px;font-size:0.8rem;}
}
