@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:wght@400;500;600;700&display=swap";:root{color:#1a3022;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--ink:#1a3022;--forest:#275b3b;--leaf:#75a85d;--cream:#f7f8f1;--line:#dce5d6;background:#f7f8f1;font-family:Poppins,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden}a{color:inherit}button,a{font:inherit}h1,h2,h3,h4,h5,h6{text-transform:capitalize}.app-shell{flex-direction:column;min-height:100vh;display:flex;overflow-x:clip}.site-header{background:var(--cream);z-index:20;justify-content:space-between;align-self:center;width:100%;padding:12px 24px;transition:background .25s;display:flex;position:sticky;top:0;overflow:visible}.site-header.menu-open{background:var(--forest)}.header-inner{justify-content:space-between;align-items:center;gap:28px;width:100%;min-width:0;max-width:1440px;height:auto;margin:0 auto;display:flex;position:relative}.header-actions{z-index:30;flex-shrink:0;order:3;align-items:center;gap:12px;margin-left:auto;display:flex;position:relative}.call-button{color:var(--forest);cursor:pointer;background:#ffffff80;border:1px solid #cbdcc4;border-radius:4px;align-items:center;gap:8px;padding:10px 17px;font-size:13px;transition:color .2s,background .2s,border-color .2s,transform .2s;display:inline-flex}.call-button span{color:#fff;background:#f49a1d;border-radius:5px;place-items:center;width:28px;height:28px;display:inline-grid}.call-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px;display:block}.call-button strong{letter-spacing:.2px;font-weight:600}.call-button:hover{color:#fff;border-color:var(--leaf);background:var(--leaf);transform:translateY(-2px)}.call-button:hover span{color:#fff;background:#dc8610}.header-cta{color:#fff;border:1px solid var(--forest);background:var(--forest);cursor:pointer;letter-spacing:.2px;white-space:nowrap;border-radius:4px;min-height:42px;padding:10px 17px;font-size:12px;font-weight:600;transition:color .2s,background .2s,transform .2s,box-shadow .2s}.header-actions .header-cta:hover,.header-cta:hover{color:#fff;transform:translateY(-2px);box-shadow:0 7px 18px #275b3b38;background:#1b432a!important;border-color:#1b432a!important}.call-button:focus-visible,.header-cta:focus-visible{outline-offset:3px;outline:3px solid #75a85d59}.header-logo{object-fit:contain;object-position:center;background:0 0;width:150px;height:44px;display:block}.brand{cursor:pointer;z-index:30;background:0 0;border:0;order:1;align-items:center;gap:11px;padding:0;text-decoration:none;display:flex;position:relative}.brand-mark{width:42px;height:36px;display:block;position:relative}.brand-roof{border-top:4px solid var(--forest);border-left:4px solid var(--forest);width:29px;height:29px;position:absolute;top:7px;left:2px;transform:rotate(45deg)}.brand-door{background:var(--leaf);border-radius:6px 6px 0 0;width:10px;height:16px;position:absolute;bottom:1px;left:16px}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{font-family:DM Serif Display,serif;font-size:25px;font-weight:400}.brand-copy small{color:#70806f;letter-spacing:1.5px;text-transform:uppercase;margin-top:5px;font-size:8px}.primary-navigation{white-space:nowrap;flex:1;order:2;justify-content:center;align-items:center;gap:28px;min-width:0;display:flex}.primary-navigation a{color:#526455;font-size:13px;text-decoration:none;transition:color .2s}.primary-navigation a:hover{color:var(--forest)}.primary-navigation button{color:#526455;cursor:pointer;background:0 0;border:1px solid #0000;border-bottom-width:2px;border-radius:4px;padding:8px 10px 7px;font-size:13px;transition:color .2s,background .2s,border-color .2s}.primary-navigation button:hover,.primary-navigation button.is-active{color:var(--forest);border-bottom-color:var(--leaf);background:#75a85d1a}.primary-navigation button:focus-visible{color:var(--forest);border-color:var(--leaf);outline:0}.primary-navigation .header-cta{color:#fff;background:var(--forest);border-radius:3px;padding:12px 18px}.menu-toggle{cursor:pointer;background:0 0;border:0;padding:8px;display:none}.menu-toggle span:not(.sr-only){background:var(--ink);width:23px;height:2px;margin:4px;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=800px){.site-header{padding:12px}.site-header.menu-open{background:var(--forest);min-height:100vh}.header-inner{gap:12px;min-height:48px}.primary-navigation{flex:initial}.header-logo{object-position:center 28%;width:150px;height:44px}.brand{min-width:0}.menu-toggle{display:block}.call-button strong,.header-cta{display:none}.call-button span{width:30px;height:30px}.menu-open .call-button{color:#fff}.primary-navigation{z-index:-1;background:var(--forest);flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;height:100vh;padding:120px 8% 50px;display:none;position:fixed;inset:0}.primary-navigation.is-open{display:flex}.primary-navigation a,.primary-navigation button{color:#e6f0dc;text-align:center;width:100%;max-width:300px;padding:8px;font-family:DM Serif Display,serif;font-size:30px}.primary-navigation button:hover{color:#c6e09a}.primary-navigation .header-cta{max-width:300px;color:var(--forest);text-align:center;background:#c6e09a;margin-top:14px;font-family:Poppins,sans-serif;font-size:13px}.menu-toggle.is-close span:not(.sr-only):nth-child(2){transform:translateY(6px)rotate(45deg)}.menu-toggle.is-close span:not(.sr-only):nth-child(3){opacity:0}.menu-toggle.is-close span:not(.sr-only):nth-child(4){transform:translateY(-6px)rotate(-45deg)}.menu-open .menu-toggle span:not(.sr-only){background:#fff}}@media (width<=520px){.site-header{padding:12px 16px}.header-inner{gap:8px;min-height:42px}.brand{gap:7px}.brand-mark{transform-origin:0;width:34px;height:32px;transform:scale(.86)}.brand-copy strong{font-size:21px}.brand-copy small{letter-spacing:1px;font-size:7px}.call-button{background:#f49a1d;border-color:#f49a1d;justify-content:center;width:42px;height:38px;padding:4px}.menu-toggle{width:38px;height:36px}.primary-navigation.is-open{padding:12px}}.mobile-menu-actions{display:none}.call-icon svg{width:14px;height:14px}.call-button span{width:20px;height:20px}@media (width<=1120px) and (width>=801px){.site-header{padding-left:3%;padding-right:3%}.header-inner{gap:16px}.header-logo{width:155px}.primary-navigation{gap:14px}.call-button strong{font-size:11px}.primary-navigation .header-cta{padding:11px 13px}}@media (width<=800px){.site-header.menu-open{background:#fff;min-height:100vh}.menu-open .call-button{color:#fff;background:#f49a1d;border-radius:9px;justify-content:center;width:42px;height:38px;box-shadow:0 4px 10px #f49a1d40}.menu-open .menu-toggle{background:#28265f;border-radius:9px;width:42px;height:38px;box-shadow:0 4px 10px #28265f40}.primary-navigation.is-open{z-index:1;background:#fff;padding:12px}.primary-navigation.is-open>button:not(.header-cta){color:#28265f;text-align:left;border-bottom:1px solid #d8e3d6;width:100%;max-width:390px;padding:15px 14px;font-family:Poppins,sans-serif;font-size:17px;font-weight:500}.primary-navigation.is-open .header-cta{display:none}.mobile-menu-actions{background:#f4faf1;flex-direction:column;gap:12px;width:100%;max-width:390px;margin-top:7px;padding:20px 14px 16px;display:flex}.mobile-menu-actions button{color:#fff;text-align:center;cursor:pointer;border:0;border-radius:10px;width:100%;max-width:none;padding:15px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.mobile-call-action{background:#28265f}.mobile-book-action{background:#48ad42}.site-header.menu-open{background:#fff;height:auto;min-height:0}.primary-navigation.is-open{z-index:10;justify-content:flex-start;gap:0;height:100dvh;padding:92px 32px 32px;inset:0;overflow-y:auto}.primary-navigation.is-open>button:not(.header-cta){color:#28265f;text-align:left;border-bottom:1px solid #e3e9df;flex:none;width:100%;max-width:390px;min-height:72px;padding:18px 14px;font-family:Poppins,sans-serif;font-size:18px;font-weight:500;line-height:1.3}.primary-navigation.is-open>button:not(.header-cta):first-child{border-top:1px solid #e3e9df}.primary-navigation.is-open>button:not(.header-cta):hover,.primary-navigation.is-open>button:not(.header-cta).is-active{color:#28265f;background:#f4faf1;border-bottom-color:#d8e3d6}.header-inner{z-index:30}}@media (width<=520px){.menu-open .call-button{color:#fff;box-shadow:none;background:#f49a1d;border-color:#f49a1d}.primary-navigation.is-open{padding-left:32px;padding-right:32px}.primary-navigation.is-open>button:not(.header-cta){min-height:68px;font-size:17px}.call-icon svg{width:14px;height:14px}.call-button{width:28px!important;height:28px!important}}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}.site-footer{color:#dce8d2;background:#183323;margin-top:auto;padding:64px 6% 22px}.footer-main{justify-content:space-between;gap:55px;width:100%;max-width:1440px;margin:0 auto;display:flex}.footer-intro{width:100%;max-width:420px}.footer-brand{margin-bottom:15px;padding:0;line-height:0;display:block}.footer-brand img{object-fit:contain;object-position:left center;width:175px;height:52px;display:block}.footer-intro p{color:#a8bba9;max-width:280px;margin:0 0 20px;font-size:12px;line-height:1.8}.footer-email{color:#c6e09a;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.footer-links{gap:75px;width:100%;max-width:420px;display:flex}.footer-contact{flex-direction:column;flex:260px;gap:8px;max-width:300px;display:flex}.footer-contact h2{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:600}.footer-contact a,.footer-contact address{color:#a8bba9;font-size:11px;font-style:normal;line-height:1.55;text-decoration:none}.footer-contact a:hover{color:#c6e09a}.footer-group{flex-direction:column;gap:12px;display:flex}.footer-group h2{color:#fff;letter-spacing:1px;text-transform:uppercase;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.footer-group a{color:#a8bba9;font-size:12px;text-decoration:none}.footer-note{color:#c6e09a;justify-content:space-between;align-items:flex-start;gap:15px;width:100%;max-width:180px;font-family:DM Serif Display,serif;font-size:22px;line-height:1.1;display:none}.footer-arrow{color:#fff;font-family:Poppins,sans-serif;font-size:20px;text-decoration:none}.footer-bottom{color:#78917c;border-top:1px solid #36513d;justify-content:space-between;gap:20px;width:100%;max-width:1440px;margin:55px auto 0;padding-top:20px;font-size:10px;display:flex}.whatsapp-float{z-index:50;color:#fff;background:#25d366;border:3px solid #fff;border-radius:50%;place-items:center;width:54px;height:54px;transition:transform .2s,box-shadow .2s;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 22px #124a2647}.whatsapp-float .whatsapp-float:hover{color:#fff;transform:translateY(-3px)scale(1.04);box-shadow:0 12px 26px #124a265c}.whatsapp-float:focus-visible{outline-offset:3px;outline:3px solid #b6d391}.whatsapp-float svg{fill:currentColor;width:29px;height:29px}@media (width<=800px){.footer-main{flex-wrap:wrap;gap:35px}.footer-intro{width:100%;max-width:none}.footer-links{gap:45px;width:100%;max-width:none}.footer-contact,.footer-note{width:100%;max-width:none}}@media (width<=500px){.footer-links,.footer-note{width:100%}.footer-bottom{flex-direction:column;gap:8px;margin-top:35px}.site-footer{padding:24px}.footer-links{flex-direction:column;gap:30px}.footer-bottom{align-items:flex-start}.whatsapp-float{width:50px;height:50px;bottom:50px;right:16px}}.footer-brand,.footer-group button,.footer-arrow{cursor:pointer;background:0 0;border:0}.footer-group button{color:#a8bba9;text-align:left;padding:0;font-size:12px}.footer-group button:hover,.footer-email:hover{color:#fff}.home-page{background:var(--cream);width:100%;overflow:hidden}.content-width,.hero-content-wrap{flex-direction:row;justify-self:center;align-items:center;gap:12px;width:100%;max-width:1440px;height:auto;display:flex}.home-eyebrow{color:#b6d391;background:var(--leaf);letter-spacing:2px;text-transform:uppercase;border-radius:3px;align-items:center;gap:9px;width:fit-content;padding:5px 9px;font-size:10px;font-weight:700;line-height:1.4;display:flex}.home-eyebrow span{background:#d9edbc;border-radius:50%;width:5px;height:5px}.home-button,.filter-list button,.possibility-card button,.locality-card button,.opportunity-card button,.text-link{cursor:pointer;font-family:inherit}.home-button{border:1px solid var(--forest);border-radius:12px 12px 0 0;align-items:center;gap:16px;padding:14px 52px;font-size:18px;text-decoration:none;transition:transform .25s,background .25s;display:inline-flex}.home-button:hover{transform:translateY(-3px)}.home-button-primary{color:#fff;background:#b6d391;border:1px solid #b6d391}.home-button-outline{color:#b6d391;background:var(--forest)}.home-button-light{color:#fff;background:var(--forest);border-color:#1c2017}.janaharsha-hero{background:#edf3e5;width:100%;overflow:hidden}.hero-content-wrap{justify-self:center;align-items:center;gap:6%;width:100%;max-width:1440px;height:auto;max-height:700px;padding:42px 24px;display:flex}.hero-copy,.janaharsha-art{width:100%}.hero-copy{z-index:1;flex-direction:column;justify-content:flex-start;gap:24px;max-width:610px;display:flex;position:relative}.hero-copy h1{max-width:650px;color:var(--ink);letter-spacing:-1px;text-wrap:balance;margin:0;font-family:DM Serif Display,serif;font-size:52px;font-weight:400;line-height:.96}.hero-copy h1 em,.future-section h2 em,.possibility-section h2 em,.nature-copy h2 em,.find-heading h2 em,.locality-heading h2 em,.remote-row h2 em,.opportunity-section h2 em,.closing-section h2 em{color:var(--leaf);font-style:italic}.hero-lead{color:#637267;width:100%;max-width:510px;font-size:14px;line-height:1.85}.hero-actions,.hero-stats,.metrics-row,.nature-points,.filter-list,.possibility-list,.locality-list,.opportunity-list{display:flex}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px}.hero-stats{border-top:1px solid #cfddc5;flex-wrap:wrap;gap:36px;margin-top:62px;padding-top:25px}.hero-stats div,.metrics-row div{flex-direction:column;gap:4px;display:flex}.hero-stats strong,.metrics-row strong{color:var(--ink);font-family:DM Serif Display,serif;font-size:26px;font-weight:400}.hero-stats span,.metrics-row span{color:#849187;font-size:10px}.janaharsha-art{border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:620px;height:clamp(360px,42vw,420px);min-height:0;animation:.8s both rise-in;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #275b3b24}.janaharsha-art:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(115deg,#0000 35%,#ffffff47 48%,#0000 61%);animation:5s ease-in-out 1s infinite image-shine;position:absolute;inset:0;transform:translate(-120%)}.janaharsha-art img{object-fit:cover;object-position:center;will-change:transform;width:100%;height:100%;animation:7s ease-in-out 1s infinite image-float;display:block;position:absolute;inset:0;transform:scale(1.02)}.metric-band{color:#fff;background:var(--forest);width:100%;background-color:#fff!important}.remote-section{color:#fff;background:#fff;width:100%}.metrics-row{justify-content:space-between;align-items:stretch;gap:26px;padding:30px 6%}.metrics-row div{border-left:1px solid #426347;justify-content:center;width:100%;max-width:250px;min-height:64px;padding-left:20px}.metrics-row div:first-child{border-left:0;padding-left:0}.metrics-row .metric-card{cursor:default;cursor:pointer;background:#ffffff0f;border-left:4px solid #b6d391;border-radius:0 4px 4px 0;justify-content:center;width:100%;max-width:250px;min-height:112px;padding:17px 20px;transition:background .25s,transform .25s,border-color .25s;position:relative}.metrics-row .metric-card:first-child{border-left:4px solid #b6d391;padding-left:20px}.metric-card strong{font-size:28px;color:#062e1a!important}.metric-card .metric-label{color:#536654;font-size:11px;font-weight:600;line-height:1.4}.metric-hover-copy{color:#d9e7d1;opacity:0;max-width:200px;max-height:0;font-size:10px;line-height:1.4;transition:max-height .25s,opacity .25s,transform .25s;overflow:hidden;transform:translateY(5px)}.metric-card:hover{background:#ffffff24;transform:translateY(-4px)}.metric-card:hover .metric-hover-copy{opacity:1;max-height:32px;margin-top:5px;transform:translateY(0)}.metric-card:hover strong,.metric-card:hover .metric-label,.metric-card:hover .metric-hover-copy{color:#fff}.metric-card-acres{background:#fff4d7!important;border-left-color:#d9b86c!important}.metric-card-plots{background:#e3f2fb!important;border-left-color:#7db6d9!important}.metric-card-experience{background:#f1e5f7!important;border-left-color:#c79bd8!important}.metric-card-teak{background:#e8f4dc!important;border-left-color:#b6d391!important}.metric-card-acres:hover{background:#9a7626!important}.metric-card-plots:hover{background:#3f789d!important}.metric-card-experience:hover{background:#79508e!important}.metric-card-teak:hover{background:#4f7839!important}.metrics-row strong{color:#c6e09a}.metrics-row span{color:#c2d0bf;line-height:1.5}.possibility-section,.find-section,.opportunity-section,.support-section{padding:24px}.possibility-section,.find-section,.support-section,.opportunity-section{box-shadow:0 0 0 100vmax var(--section-background);clip-path:inset(0 -100vmax)}.find-section,.nature-row,.remote-row,.closing-row,.support-section{align-items:flex-start;gap:9%;display:flex}.future-section{--section-background:#f8f5eb;background:var(--section-background);box-shadow:0 0 0 100vmax var(--section-background);clip-path:inset(0 -100vmax);flex-direction:row;justify-content:center;align-items:center;gap:9%;padding:24px;display:flex;position:relative}.possibility-section{--section-background:#fff}.find-section{--section-background:#f4f0e5}.support-section{--section-background:#fff}.opportunity-section{--section-background:#f8f5eb}.possibility-section,.find-section,.opportunity-section{position:relative}.future-section:before,.possibility-section:before,.find-section:before,.opportunity-section:before{content:"";background:var(--leaf);width:38px;height:2px;display:none;position:absolute;top:45px;left:6%}.future-copy,.find-heading,.find-options,.nature-copy,.remote-row>div,.closing-row>div{width:100%}.future-paln-img{border-radius:12px;width:100%;max-width:550px;height:auto;box-shadow:0 18px 40px #275b3b1a}.section-intro{flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:550px;display:flex}.future-copy{max-width:550px}.future-section h2,.section-heading h2,.nature-copy h2,.find-heading h2,.remote-row h2,.opportunity-section h2,.closing-section h2{color:var(--ink);text-wrap:balance;margin:0;font-family:DM Serif Display,serif;font-size:40px;font-weight:400;line-height:1.03}.future-copy{flex-direction:column;gap:18px;display:flex}.future-copy h3{color:var(--forest);margin:0 0 15px;font-family:DM Serif Display,serif;font-size:30px;font-weight:400}.future-copy p,.find-heading>p,.nature-copy>p,.closing-row>div>p{color:#6a786d;font-size:14px;line-height:1.9}.possibility-section{background:var(--section-background)}.section-heading{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:720px;display:flex}.possibility-list{flex-flow:wrap;justify-content:center;align-items:center;gap:14px;margin-top:48px;display:flex}.locality-list,.opportunity-list{flex-wrap:wrap;gap:14px;margin-top:48px}.locality-card,.opportunity-card{border:1px solid var(--line);border-top:5px solid var(--card-accent,var(--leaf));flex-direction:column;width:100%;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;box-shadow:0 8px 25px #1a302209}.possibility-card{border:1px solid var(--line);background:#fbfcf7;border-radius:12px;flex-direction:column;gap:12px;max-width:310px;min-height:245px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;box-shadow:0 8px 25px #1a302209}.possi-blii-image{background:#dce8d2;border-radius:12px 12px 0 0;width:100%;height:150px}.possibl-image{object-fit:cover;border-radius:12px 12px 0 0;width:100%;height:100%}.posible-card-cont{flex-direction:column;gap:12px;padding:12px;display:flex}.possibility-card:hover,.locality-card:hover,.opportunity-card:hover{border-color:var(--leaf);border-top-color:var(--card-accent,var(--leaf));transform:translateY(-5px);box-shadow:0 18px 35px #1a302214}.possibility-card>span,.opportunity-card>span,.locality-card>div>span{color:var(--leaf);letter-spacing:1px;text-transform:uppercase;font-size:10px}.possibility-card h3,.locality-card h3,.opportunity-card h3{color:var(--ink);font-family:DM Serif Display,serif;font-size:25px;font-weight:400;line-height:1.1}.possibility-card p,.locality-card p,.opportunity-card p{color:#728074;font-size:12px;line-height:1.7}.possibility-card button{color:#efefef;text-align:center;background:#728074;border:1px solid #0000;border-radius:4px;padding:8px;font-size:11px;transition:color .2s,letter-spacing .2s}.locality-card button,.opportunity-card button{color:var(--forest);text-align:left;background:0 0;border:0;margin-top:auto;padding:0;font-size:11px;transition:color .2s,letter-spacing .2s}.possibility-card button:hover,.locality-card button:hover,.opportunity-card button:hover{color:var(--leaf);letter-spacing:.3px}.content-width-evry{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.nature-section{background:#dfead5;flex-direction:row;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.nature-row{align-items:center;gap:11%;padding:24px}.nature-art{background:#9fba82;border-radius:3px;width:100%;max-width:560px;height:auto;position:relative;overflow:hidden;box-shadow:0 18px 40px #275b3b1a}.nature-image{object-fit:cover;object-position:center;width:100%;height:100%}.nature-copy{flex-direction:column;gap:18px;max-width:750px;display:flex}.nature-copy>p:not(.home-eyebrow){max-width:500px}.nature-points{flex-wrap:wrap;gap:10px;margin-top:25px}.nature-points span{color:var(--forest);border:1px solid #b7cbaa;padding:9px 12px;font-size:10px}.find-section{background:var(--section-background);padding:24px}.find-heading{border-left:3px solid var(--leaf);flex-direction:column;gap:12px;max-width:670px;padding:10px 0 10px 28px;display:flex}.find-heading h2{color:var(--ink);margin:0;font-family:DM Serif Display,serif;font-size:30px;font-weight:400;line-height:1.03}.finder-note{color:#718071;letter-spacing:.4px;text-transform:uppercase;align-items:center;gap:12px;margin-top:34px;font-size:10px;display:flex}.finder-note span:first-child{color:#fff;background:var(--forest);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:9px;font-weight:700;display:inline-flex}.find-options{background:#ffffff6b;border:1px solid #e2dfd2;flex-direction:column;gap:26px;max-width:820px;padding:28px;display:flex;box-shadow:12px 12px #75a85d1f}.finder-group+.finder-group{border-top:1px solid #e2dfd2;padding-top:24px}.finder-group-heading{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.find-options h3{color:var(--forest);letter-spacing:1px;text-transform:uppercase;margin:0 0 15px;font-size:12px}.finder-group-heading h3{margin:0}.finder-group-heading span{color:#8a978b;letter-spacing:.5px;text-transform:uppercase;font-size:10px}.filter-list{flex-wrap:wrap;gap:8px}.filter-list button{color:#607063;background:#fffc;border:1px solid #d9e3d4;border-radius:3px;padding:12px 14px;font-size:11px;transition:background .2s,color .2s,border-color .2s,transform .2s}.filter-list button small{color:#92a094;font-size:9px}.filter-list button:hover{color:#fff;background:var(--forest);border-color:var(--forest);transform:translateY(-2px)}.filter-list button:hover small{color:#d7e6ce}.finder-cta{text-align:left;border-radius:4px;justify-content:space-between;align-items:center;width:100%;margin-top:3px;padding:17px 22px}.finder-cta span{flex-direction:column;gap:4px;display:flex}.finder-cta small{color:#416644;letter-spacing:1.2px;text-transform:uppercase;font-size:9px}.finder-cta b{font-size:20px;font-weight:400}.locality-section{background:#eaf1e4;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:24px;display:flex}.content-width-local{grid-template-columns:minmax(0,1fr) minmax(320px,420px);justify-self:center;align-items:center;gap:36px 8%;width:100%;max-width:1440px;height:auto;display:grid}.locality-heading{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;align-items:flex-start;gap:12px;display:flex}.locality-map-board{border:1px solid #cfdcc6;border-radius:8px;grid-area:1/2;justify-self:end;width:100%;max-width:420px;margin:0;overflow:hidden;box-shadow:0 18px 36px #1a30221f}.locality-map-trigger{cursor:pointer;text-align:left;background:#eef2d8;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.locality-map-trigger img{object-fit:cover;width:100%;height:170px;transition:transform .3s;display:block}.locality-map-trigger:hover img{transform:scale(1.04)}.locality-map-trigger:after{content:"";pointer-events:none;background:linear-gradient(#0000 35%,#122f1ce0);position:absolute;inset:0}.locality-map-trigger-copy{z-index:1;color:#fff;flex-direction:column;gap:4px;display:flex;position:absolute;bottom:16px;left:18px}.locality-map-trigger-copy strong{font-size:14px}.locality-map-trigger-copy small{color:#d8e8cf;font-size:10px}.locality-map-trigger-icon{z-index:1;width:30px;height:30px;color:var(--forest);background:#b6d391;border-radius:50%;place-items:center;font-size:18px;display:grid;position:absolute;bottom:16px;right:16px}.layout-modal{z-index:100;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.layout-modal-backdrop{cursor:pointer;background:#0b1a10c7;border:0;position:absolute;inset:0}.layout-modal-content{z-index:1;background:#f8f8ef;border:1px solid #b6d391;border-radius:8px;width:min(1100px,100%);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000059}.layout-modal-header{color:var(--forest);background:#fff;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.layout-modal-header div{align-items:baseline;gap:12px;display:flex}.layout-modal-header span{letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700}.layout-modal-header small{color:#879689;font-size:10px}.layout-modal-header button{width:30px;height:30px;color:var(--forest);cursor:pointer;background:#eaf1e4;border:0;border-radius:50%}.layout-modal-content>img{object-fit:contain;width:100%;max-height:calc(100vh - 110px);display:block}.locality-list{flex-wrap:wrap;grid-column:1/-1;justify-content:center;align-items:center;gap:14px;width:100%;display:flex}.locality-card{background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;gap:12px;max-width:310px;min-height:190px;padding:20px;display:flex}.locality-card:first-child{--card-accent:#3f7d52}.locality-card:nth-child(2){--card-accent:#c88a45}.locality-card:nth-child(3){--card-accent:#6b8fbd}.locality-card:nth-child(4){--card-accent:#ad6a68}.locality-card:nth-child(5){--card-accent:#7c9d58}.locality-card:nth-child(6){--card-accent:#8a70a8}.locality-card footer{border-top:1px solid var(--line);flex-direction:column;gap:5px;padding-top:18px;display:flex}.locality-card footer small{color:#859286;font-size:10px}.locality-card footer strong{color:var(--ink);font-size:12px;font-weight:500}.look-support-section{background:var(--section-background);justify-content:space-;flex-direction:row;align-items:center;width:100%;display:flex}.support-card{color:#fff;background:var(--forest);border-radius:2px;flex-direction:column;justify-content:center;align-items:flex-end;gap:12px;width:100%;min-height:300px;padding:42px;display:flex;box-shadow:0 12px 35px #1a302212}.support-card-light{color:var(--ink);background:#e3ead8;flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.support-card .home-eyebrow{color:#e3ead8}.support-card-light .home-eyebrow{color:#282928}.support-card h2{max-width:344px;color:inherit;font-family:DM Serif Display,serif;font-size:39px;font-weight:400;line-height:1}.support-card>p:not(.home-eyebrow){max-width:340px;color:inherit;opacity:.76;font-size:13px;line-height:1.7}.remote-section{background:#fff}.remote-row{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:24px;display:flex}.remote-row>div{flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.remote-row h2{color:#4f7839;text-align:center;font-size:clamp(36px,4vw,58px)}.remote-row .home-eyebrow{color:#b6d391}.remote-steps{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:100%;max-width:800px;display:flex;flex-direction:row!important}.remote-steps div{border:1px solid #426347;border-left-width:4px;border-radius:12px;flex-direction:row;align-items:center;gap:20px;width:100%;max-width:360px;padding:12px;display:flex}.remote-steps div:first-child{border-top:1px solid #426347}.remote-step-icon{width:30px;height:30px;color:var(--forest);background:#b6d391;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.remote-steps div:first-child .remote-step-icon{color:#fff;background:#3f7d52}.remote-steps div:nth-child(2) .remote-step-icon{color:#fff;background:#c88a45}.remote-steps div:nth-child(3) .remote-step-icon{color:#fff;background:#6b8fbd}.remote-steps div:nth-child(4) .remote-step-icon{color:#fff;background:#ad6a68}.remote-steps div:nth-child(5) .remote-step-icon{color:#fff;background:#7c9d58}.remote-steps div:nth-child(6) .remote-step-icon{color:#fff;background:#8a70a8}.remote-steps div:nth-child(7) .remote-step-icon{color:#fff;background:#3e8d9c}.remote-steps div:nth-child(8) .remote-step-icon{color:#fff;background:#b85c72}.remote-steps p{color:#454844;margin:0;font-size:12px}.opportunity-section{background:var(--section-background)}.opportunity-card{background:#fcfdf9;max-width:300px;min-height:225px;padding:24px}.opportunity-card h3{margin-top:18px}.opportunity-card small{color:#819084;font-size:10px}.text-link{color:var(--forest);border:0;border-bottom:1px solid var(--leaf);background:0 0;margin-top:35px;padding:0 0 7px;font-size:11px}.closing-section{color:#fff;background:#173722;width:100%;overflow:hidden}.closing-row{z-index:1;justify-content:space-between;align-items:flex-end;gap:10%;padding:95px 6%;position:relative}.closing-section h2{color:#fff}.closing-row>div>p:not(.home-eyebrow){color:#d0ddcc}@keyframes rise-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes image-float{0%,to{transform:scale(1.02)translate(0,0)}50%{transform:scale(1.06)translateY(-7px)}}@keyframes image-shine{0%,22%{transform:translate(-120%)}52%,to{transform:translate(120%)}}@media (prefers-reduced-motion:reduce){.janaharsha-art,.janaharsha-art img,.janaharsha-art:after{animation:none}}@media (width<=900px){.content-width-local{grid-template-columns:1fr;gap:24px}.locality-heading,.locality-map-board,.locality-list{grid-area:auto/1}.locality-heading{text-align:center;align-items:center}.locality-map-board{justify-self:center}.hero-content-wrap,.future-section,.find-section,.nature-row,.remote-row,.closing-row,.support-section{flex-direction:column;align-items:stretch;gap:45px}.janaharsha-art,.nature-art,.hero-copy,.future-copy,.find-heading,.find-options,.nature-copy,.remote-row>div,.closing-row>div,.support-card{max-width:none}.janaharsha-art{height:430px}.metrics-row{flex-wrap:wrap}.metrics-row div{max-width:320px}.possibility-card,.locality-card,.opportunity-card{max-width:none}.future-copy{padding-top:0}}@media (width<=600px){.locality-map-board{border-radius:5px;align-self:center;max-width:420px;margin-top:22px}.locality-map-toolbar,.locality-map-caption{flex-direction:column;align-items:flex-start;gap:7px;padding:12px 14px}.layout-modal{padding:12px}.layout-modal-header div{flex-direction:column;align-items:flex-start;gap:4px}.find-section{padding-top:52px;padding-bottom:52px}.find-heading{padding-left:18px}.find-options{padding:18px;box-shadow:7px 7px #75a85d1f}.finder-group-heading{flex-direction:column;align-items:flex-start;gap:6px}.hero-content-wrap{padding-top:30px}.janaharsha-art,.nature-art{height:390px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .home-button,.home-button{justify-content:space-between;width:100%}.hero-stats{gap:20px;padding-top:20px}.hero-stats strong{font-size:22px}.metrics-row{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;flex-flow:row;justify-content:flex-start;gap:12px;overflow-x:auto}.metrics-row::-webkit-scrollbar{display:none}.metrics-row div,.metrics-row div:first-child{border-bottom:1px solid #426347;border-left:0;width:100%;max-width:none;min-height:0;padding:0 0 18px}.metrics-row .metric-card,.metrics-row .metric-card:first-child{scroll-snap-align:start;border-bottom:0;border-left-width:4px;flex-shrink:0;width:100%;max-width:none;min-height:96px;padding:15px 16px}.metrics-row div:last-child{border-bottom:0;padding-bottom:0}.future-section,.possibility-section,.find-section,.opportunity-section,.locality-section>div,.support-section{gap:30px;padding:30px}.future-section:before,.possibility-section:before,.find-section:before,.opportunity-section:before{top:34px}.possibility-card,.locality-card,.opportunity-card{min-height:215px}.support-card{min-height:0;padding:30px}.remote-steps{margin-top:10px}.look-support-section{flex-direction:column;gap:0}.support-card{align-items:stretch}.nature-row{flex-direction:column-reverse;gap:20px}.nature-points{margin-top:0}}@media (width<=420px){.hero-content-wrap,.nature-row,.remote-row,.closing-row,.future-section,.possibility-section,.find-section,.opportunity-section,.support-section{padding-left:16px;padding-right:16px}.hero-copy h1,.future-section h2,.nature-copy h2,.remote-row h2,.closing-section h2{font-size:34px}.janaharsha-art,.nature-art{height:300px}.find-options{padding:14px}.filter-list{flex-flow:wrap;gap:8px}.filter-list button{text-align:center;border-top:1px solid #426347;border-left:3px solid #426347;width:42%}.metrics-row{padding-left:16px;padding-right:16px}.metrics-row .metric-card{min-width:min(280px,100vw - 32px)}.support-card{padding:22px}.section-heading h2{text-align:center;font-size:34px}.possibility-list{margin-top:0}.nature-row{flex-direction:column-reverse;gap:20px}.nature-art{border-radius:12px;height:200px}.nature-points{flex-direction:column;margin-top:0}.nature-points span{text-align:center;border-left:4px solid #df9956;border-radius:4px;font-size:12px}.locality-section{padding:0}.locality-section>div{gap:16px;padding:16px}.locality-list{gap:12px;margin-top:6px}.home-button{padding:12px 16px}.remote-row{gap:24px}}.about-page{background:var(--cream);color:var(--ink);flex-direction:column;justify-content:center;align-items:center;display:flex}.about-cta-near{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;margin:0 auto;display:flex;padding:40px!important}.about-hero{background-color:#fff;flex-direction:row;justify-content:center;align-items:center;gap:7%;width:100%;height:auto;margin:0 auto;padding:24px;display:flex}.about-hero-content{flex-direction:row;justify-content:center;align-items:center;gap:7%;width:100%;max-width:1440px;display:flex}.about-hero-copy{flex:42%;max-width:560px}.about-eyebrow{color:#e4f0d5;background:var(--leaf);letter-spacing:2px;text-transform:uppercase;border-radius:2px;width:fit-content;padding:6px 10px;font-size:10px;font-weight:700;line-height:1.4}.about-hero h1,.about-content h2,.about-history h2,.about-cta h2{margin:0;font-family:DM Serif Display,serif;font-size:clamp(40px,5vw,68px);font-weight:400;line-height:.98}.about-hero h1 em,.about-content h2 em,.about-history h2 em,.about-cta h2 em{color:var(--leaf);font-style:italic}.about-hero-copy>p:last-child{color:#637267;max-width:420px;margin-top:28px;font-size:15px;line-height:1.8}.about-hero-image{border-radius:14px;flex:58%;max-width:680px;height:auto;min-height:360px;position:relative;overflow:hidden;box-shadow:0 18px 45px #275b3b1f}.about-hero-image img{object-fit:cover;width:100%;height:100%;min-height:360px;display:block}.about-hero-image span{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#1a3022c7;padding:8px 12px;font-size:11px;position:absolute;bottom:20px;right:22px}.about-gallery{flex-direction:column;gap:34px;padding:0 0 110px;display:flex}.about-gallery-heading{text-align:center;justify-content:center;align-items:center;gap:12px;display:flex}.about-gallery-heading h2{max-width:520px;font-size:clamp(38px,4vw,56px)}.about-gallery-list{flex-wrap:wrap;align-items:stretch;gap:18px;width:100%;max-width:1440px;display:flex}.about-gallery-list figure{background:#e8efdf;border-radius:12px;flex:260px;min-width:0;min-height:250px;margin:0;position:relative;overflow:hidden}.about-gallery-list figure:first-child{flex-basis:420px}.about-gallery-list img{object-fit:cover;width:100%;height:100%;min-height:250px;transition:transform .35s;display:block}.about-gallery-list figure:hover img{transform:scale(1.05)}.about-gallery-list figcaption{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#1a3022c7;border-radius:3px;padding:7px 10px;font-size:10px;position:absolute;bottom:14px;right:14px}.about-introduction{border-top:1px solid var(--line);flex-direction:row;align-items:flex-start;gap:10%;width:100%;max-width:1440px;padding:40px;display:flex}.about-section-label{flex-direction:column;width:100%;max-width:560px;display:flex}.about-section-label p{color:var(--forest);letter-spacing:1.5px;text-transform:uppercase;flex:0 30%;font-size:12px;font-weight:700;margin-top:0!important}.about-section-label img{object-fit:cover;border-radius:20px;width:100%;height:320px}.about-introduction h2{font-size:clamp(38px,4vw,56px)}.about-introduction p,.history-copy p,.sizes-copy>p:last-child,.about-cta-actions p{color:#637267;max-width:650px;margin-top:24px;font-size:14px;line-height:1.9}.about-introduction>div:last-child{flex:70%}.about-location-advantages{padding:0 0 112px}.location-advantage-list{flex-wrap:wrap;align-items:stretch;gap:16px;display:flex}.location-advantage-list article{border:1px solid var(--line);border-top:3px solid var(--leaf);background:#fff;border-radius:10px;flex:260px;min-height:220px;padding:26px;transition:transform .25s,box-shadow .25s}.location-advantage-list article:nth-child(2){border-top-color:#7da9c4}.location-advantage-list article:nth-child(3){border-top-color:#d9ad58}.location-advantage-list article:hover{transform:translateY(-4px);box-shadow:0 14px 28px #275b3b1a}.location-advantage-list span{color:var(--leaf);letter-spacing:1px;font-size:11px;font-weight:700}.location-advantage-list h3{color:var(--forest);margin:28px 0 12px;font-size:18px}.location-advantage-list p{color:#70806f;font-size:12px;line-height:1.75}.about-features{padding:24px 0 120px}.about-section-heading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.about-section-heading h2{max-width:600px;font-size:clamp(38px,4vw,56px)}.feature-grid{flex-wrap:wrap;align-items:stretch;gap:16px;display:flex}.feature-card{border:1px solid var(--line);background:#fff;border-radius:10px;flex:calc(33.333% - 16px);min-width:240px;min-height:210px;padding:30px;transition:transform .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #275b3b1a}.feature-card strong{color:var(--forest);font-family:DM Serif Display,serif;font-size:38px;font-weight:400}.feature-card h3{margin:10px 0 12px;font-size:15px}.feature-card p{color:#70806f;font-size:12px;line-height:1.7}.about-history{color:#eff5e9;background:var(--forest);justify-content:center;align-items:center;width:100%;padding:40px 24px;display:flex}.history-grid{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;max-width:1240px;display:flex}.history-copy-hed{flex-direction:column;gap:24px;display:flex}.about-history h2{max-width:470px}.about-history h2 em{color:#b6d391}.history-copy p{color:#c8d7c5;margin-top:12px!important}.about-sizes{flex-direction:row;align-items:center;gap:10%;padding:120px 0;display:flex}.sizes-copy{flex:38%}.size-list{flex:62%}.sizes-copy h2{font-size:clamp(38px,4vw,56px)}.size-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.size-list span{color:var(--forest);border:1px solid var(--line);text-align:center;flex:120px;font-family:DM Serif Display,serif;font-size:22px}.size-list small{color:#879689;letter-spacing:1px;text-transform:uppercase;margin-top:5px;font-family:Poppins,sans-serif;font-size:9px;display:block}.about-possibilities{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:1240px;padding:40px 0;display:flex}.possibility-grid{flex-wrap:wrap;justify-content:stretch;align-items:center;gap:24px;max-width:1200px;display:flex}.possibility-card-data{border:1px solid #78cd11;border-radius:6px;flex-direction:column;gap:18px;width:100%;max-width:280px;padding:16px;display:flex}.possibility-card-icon{width:36px;height:36px;color:var(--icon-color,#78cd11);border:1px solid;border-radius:50%;place-items:center;font-size:18px;line-height:1;display:inline-grid}.possibility-card-data:first-child{--icon-color:#b88728}.possibility-card-data:nth-child(2){--icon-color:#5b8f68}.possibility-card-data:nth-child(3){--icon-color:#4f88a8}.possibility-card-data:nth-child(4){--icon-color:#a4678d}.possibility-card-data:nth-child(5){--icon-color:#bd7650}.possibility-card-data:nth-child(6){--icon-color:#7e72a7}.possibility-card-data:nth-child(7){--icon-color:#568174}.possibility-card-data:nth-child(8){--icon-color:#a15f5b}.possibility-card-data:hover{color:#1d3e0d;background:#d5f5ad;border:1px solid #ebf4e0;box-shadow:0 14px 28px #275b3b1a}.possibility-card-data:hover .possibility-card-icon{color:var(--icon-color);border-color:var(--icon-color);background:#ffffffd9}.possibility-grid span{color:var(--leaf);font-size:11px;font-weight:600}.possibility-grid h3{letter-spacing:0;max-width:320px;font-size:15px;line-height:1.35}.about-cta{color:#eff5e9;background:#4b3c1f;justify-content:center;align-items:center;gap:24px;width:100%;padding:40px 24px;display:flex;flex-direction:column!important}.about-cta>div:first-child{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:760px;display:flex}.about-cta-actions{flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;display:flex}.about-cta h2{text-align:center;font-size:clamp(38px,4vw,54px)}.about-cta h2 em{color:#b6d391}.about-cta-actions p{color:#c8d7c5;max-width:100%;margin-top:12px!important}.about-cta-btns{flex-direction:row;gap:10px;display:flex}.about-cta button{color:var(--forest);cursor:pointer;background:#b6d391;border:1px solid #b6d391;border-radius:2px;padding:14px 24px;font-weight:600}.about-cta .about-cta-outline{color:#eff5e9;background:0 0}@media (width<=760px){.about-content,.about-hero{width:100%}.about-hero,.about-introduction,.history-grid,.about-sizes,.about-cta{flex-direction:column;gap:42px}.about-hero{padding:50px 0 76px}.about-hero-image,.about-hero-image img{min-height:300px}.about-gallery{padding:0 0 76px}.about-gallery-heading{display:block}.about-gallery-list figure,.about-gallery-list figure:first-child{flex-basis:calc(50% - 9px);min-height:220px}.about-introduction,.about-features,.about-location-advantages,.about-sizes,.about-possibilities{padding:76px 0}.about-section-heading{display:block}.feature-card{flex-basis:calc(50% - 8px);min-height:230px;padding:22px 16px}.about-history{padding:76px 0}.about-cta{margin-bottom:60px;padding:40px 26px}}@media (width<=600px){.about-hero-content{flex-direction:column;gap:24px}.about-hero{padding:24px}.about-hero-copy>p:last-child{margin-top:12px}.about-hero h1{margin-top:10px}.about-introduction{flex-direction:column-reverse;gap:24px;padding:30px 24px}.about-introduction p{margin-top:12px}.about-cta-near{padding:24px!important}.about-section-heading{flex-direction:column;gap:12px;display:flex}.about-history{padding:32px 16px}.history-grid{gap:12px}.about-possibilities{padding:30px 24px}.possibility-grid{justify-content:center}.possibility-card-data{width:100%;max-width:580px}.about-cta{gap:12px;margin-bottom:0;padding:30px 16px}}@media (width<=420px){.feature-card{flex-basis:100%;min-height:auto}.possibility-grid div,.about-gallery-list figure,.about-gallery-list figure:first-child{flex-basis:100%}.about-hero,.about-introduction,.about-features,.about-location-advantages,.about-sizes,.about-possibilities{padding-left:16px;padding-right:16px}.about-hero h1,.about-content h2,.about-history h2,.about-cta h2{font-size:38px}.about-hero-image,.about-hero-image img{min-height:240px}.about-cta-btns{flex-direction:column;width:100%}.about-cta button{width:100%}}.presence-page{color:var(--ink);background:var(--cream)}.presence-hero,.presence-layouts,.presence-contact{width:100%;margin:0 auto}.presence-hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#f9f9f9 0%,#cae2b7 50%);flex-direction:row;justify-content:center;align-items:center;gap:10%;height:auto;padding:0;display:flex}.presence-hero-content{flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1440px;display:flex}.presence-hero-content>div:first-child{flex:50%;padding:24px}.presence-hero-art{flex:50%;min-width:0;max-width:586px;overflow:hidden}.presence-hero-art img{object-fit:contain;width:100%;height:clamp(280px,34vw,430px);display:block}.presence-eyebrow{color:#e4f0d5;background:var(--leaf);letter-spacing:2px;text-transform:uppercase;border-radius:2px;width:fit-content;padding:6px 10px;font-size:10px;font-weight:700;line-height:1.4}.presence-hero h1,.presence-layouts h2,.presence-contact h2{max-width:820px;margin:0;font-family:DM Serif Display,serif;font-size:clamp(44px,6vw,76px);font-weight:400;line-height:.95}.presence-hero h1 em,.presence-layouts h2 em,.presence-contact h2 em{color:var(--leaf);font-style:italic}.presence-hero>div p:last-child{color:#637267;flex:1 1 0;max-width:570px;margin-top:28px;font-size:15px;line-height:1.85}.presence-marker{color:#eff5e9;background:var(--forest);border-radius:50%;flex-direction:column;justify-content:center;width:420px;height:320px;padding:34px;display:none;transform:rotate(8deg)}.presence-marker span{font-family:DM Serif Display,serif;font-size:72px;line-height:.8}.presence-marker small{color:#b6d391;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;margin-top:20px;font-size:10px;line-height:1.5}.presence-directory-heading{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.presence-directory-heading div{flex-direction:column;justify-content:center;align-items:center;gap:2px;width:100%;display:flex}.presence-layouts h2{text-align:center;width:100%;font-size:clamp(38px,4.5vw,58px)}.presence-contact button{width:fit-content;color:var(--forest);border:0;border-bottom:1px solid var(--leaf);cursor:pointer;background:0 0;margin-top:auto;padding:11px 0;font-size:12px;font-weight:600}.presence-layouts{background:#f9f9f9;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;padding:40px;display:flex}.presence-layouts-intro{color:#637267;margin:0 0 4px;font-size:13px;line-height:1.8}.phase-layout-grid{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:24px;width:100%;max-width:1240px;margin-left:auto;margin-right:auto;display:flex}.phase-layout-card{--card-accent:#b88728;--card-tint:#fff8e8;--card-shadow:#b8872833;border:1px solid var(--line);border-top:4px solid var(--card-accent);background:#fff;border-radius:16px;flex-direction:column;gap:6px;max-width:350px;min-height:260px;padding:24px 24px 12px;transition:transform .25s,background .25s,color .25s,box-shadow .25s,border-color .25s;display:flex}.phase-layout-card:first-child{--card-accent:#b88728;--card-tint:#fff8e8;--card-shadow:#b8872833}.phase-layout-card:nth-child(2){--card-accent:#5b8f68;--card-tint:#eff8f0;--card-shadow:#5b8f6833}.phase-layout-card:nth-child(3){--card-accent:#4f88a8;--card-tint:#eef7fb;--card-shadow:#4f88a833}.phase-layout-card:nth-child(4){--card-accent:#a4678d;--card-tint:#fbf0f7;--card-shadow:#a4678d33}.phase-layout-card:nth-child(5){--card-accent:#9b704d;--card-tint:#faf3ed;--card-shadow:#9b704d33}.phase-layout-card:nth-child(6){--card-accent:#4e8c87;--card-tint:#edf8f7;--card-shadow:#4e8c8733}.phase-layout-card:nth-child(7){--card-accent:#7e72a7;--card-tint:#f3f0fb;--card-shadow:#7e72a733}.phase-layout-card:nth-child(8){--card-accent:#bd7650;--card-tint:#fff2ed;--card-shadow:#bd765033}.phase-layout-card:nth-child(9){--card-accent:#648b9b;--card-tint:#eef6f9;--card-shadow:#648b9b33}.phase-layout-card:nth-child(10){--card-accent:#718d4c;--card-tint:#f2f8e9;--card-shadow:#718d4c33}.phase-layout-card:nth-child(11){--card-accent:#a67845;--card-tint:#fff5e9;--card-shadow:#a6784533}.phase-layout-card:nth-child(12){--card-accent:#6e87b2;--card-tint:#eff4fc;--card-shadow:#6e87b233}.phase-layout-card:nth-child(13){--card-accent:#96804c;--card-tint:#faf6e9;--card-shadow:#96804c33}.phase-layout-card:nth-child(14){--card-accent:#5b9a8b;--card-tint:#edf9f5;--card-shadow:#5b9a8b33}.phase-layout-card:nth-child(15){--card-accent:#94709d;--card-tint:#f8f0fa;--card-shadow:#94709d33}.phase-layout-card:nth-child(16){--card-accent:#a15f5b;--card-tint:#fff0ef;--card-shadow:#a15f5b33}.phase-layout-card:nth-child(17){--card-accent:#568174;--card-tint:#edf7f3;--card-shadow:#56817433}.phase-layout-card:hover{color:var(--card-accent);border-color:var(--card-accent);background:var(--card-tint);box-shadow:0 14px 32px var(--card-shadow);transform:translateY(-4px)}.phase-layout-card p{color:var(--card-accent);letter-spacing:1px;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:700}.phase-layout-card h3{color:#596274;margin:0 0 12px;font-family:inherit;font-size:27px;font-weight:700;line-height:1.15}.phase-layout-card:hover h3,.phase-layout-card:hover>span{color:var(--card-accent)}.phase-layout-card>span{color:#737a84;font-size:15px;line-height:1.45}.phase-layout-link{width:auto;color:var(--forest);border:1px solid var(--leaf);background:#f5f9f1;border-radius:8px;justify-content:center;align-items:center;margin-top:auto;padding:9px 10px 9px 12px;font-size:13px;font-weight:700;text-decoration:none;transition:color .2s,background .2s,transform .2s;display:inline-flex}.phase-layout-link:hover{color:#fff;background:var(--forest);transform:translateY(-2px)}.phase-layout-link-icon{color:#fff;background:var(--leaf);border-radius:4px;place-items:center;width:22px;height:22px;margin-left:8px;font-size:15px;line-height:1;display:inline-grid}.presence-contact{color:#eff5e9;background:var(--forest);flex-direction:row;justify-content:center;align-items:center;gap:10%;width:100%;padding:40px;display:flex}.presence-contact-content{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.presence-contact h2{text-align:center;font-size:clamp(38px,4vw,54px)}.presence-contact h2 em{color:#b6d391}.presence-contact>div:last-child p{color:#c8d7c5;flex:1 1 0;margin:0;font-size:14px;line-height:1.8}.presence-contact button{color:var(--forest);background:#b6d391;border:1px solid #b6d391;margin-top:28px;padding:13px 20px}@media (width<=800px){.presence-hero,.presence-layouts,.presence-contact{width:100%}.presence-hero{flex-direction:column;align-items:flex-start;gap:45px;padding:30px 16px}.presence-hero-content{flex-direction:column;align-items:center}.presence-hero-content>div:first-child,.presence-hero-art{flex-basis:auto;width:100%;max-width:620px}.presence-hero-art img{height:300px}.presence-marker{flex-basis:150px;width:150px;height:150px;padding:25px}.presence-marker span{font-size:52px}.presence-marker small{margin-top:12px}.presence-directory-heading{display:block}.presence-layouts{margin-bottom:0}.presence-layouts-intro{text-align:center;margin:24px 0 0}.presence-contact>div:last-child p{text-align:center}.phase-layout-grid{justify-content:center}.presence-contact{flex-direction:column;align-items:stretch;gap:35px;margin-bottom:0;padding:42px 26px}}@media (width<=480px){.phase-layout-grid{grid-template-columns:1fr}.phase-layout-card{min-height:210px;padding:24px}.presence-layouts{gap:30px;padding:20px 16px}.presence-hero-content>div:first-child{padding:0}.presence-hero h1,.presence-layouts h2,.presence-contact h2{font-size:38px}.presence-hero-art img{height:260px}.phase-layout-card h3{font-size:23px}.presence-contact{padding:36px 16px}.presence-hero>div p:last-child,.presence-layouts h2{margin-top:12px}}.contact-page{color:var(--ink);background:#f7f8f1}.contact-content h2 em{color:var(--leaf);font-style:italic}.contact-hero-copy{text-align:center;background:linear-gradient(110deg,#85c226,#0a8c82);flex-direction:column;justify-self:center;align-items:center;gap:18px;width:100%;height:auto;padding:40px 24px;display:flex}.contact-hero-copy:before{content:"Prime Realtors · Janaharsha";color:#eff5e9;letter-spacing:2px;text-transform:uppercase;border:1px solid #ffffff80;border-radius:3px;padding:7px 11px;font-size:10px;font-weight:700}.contact-hero-copy h1{color:#fff;text-wrap:balance;max-width:900px;margin:0;font-family:DM Serif Display,serif;font-size:clamp(24px,7vw,48px);font-weight:400;line-height:.94}.contact-hero-copy h1 em{color:#d9f29d;font-style:italic}.contact-hero-copy>p:last-child{color:#ffffffdb;max-width:560px;margin:4px 0 0;font-size:15px;line-height:1.8}.contact-hero-mark{color:#eff5e9;background:var(--forest);border-radius:50%;flex-direction:column;flex:0 0 190px;justify-content:center;width:190px;height:190px;padding:30px;display:flex;transform:rotate(8deg)}.contact-hero-mark span{font-family:DM Serif Display,serif;font-size:64px;line-height:.8}.contact-hero-mark small{color:#b6d391;letter-spacing:1.5px;text-transform:uppercase;margin-top:18px;font-size:10px;line-height:1.5}.contact-content{background:#fff;padding:40px 24px}.contact-section-heading{text-align:center;flex-direction:column;align-items:center;margin-bottom:42px;display:flex}.contact-section-heading h2{max-width:650px;font-size:clamp(24px,4vw,42px)}.contact-paths{flex-wrap:wrap;gap:16px;display:flex}.contact-path{min-height:235px;color:var(--ink);border:1px solid var(--line);border-top:3px solid var(--leaf);text-align:left;cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;flex:260px;align-items:flex-start;padding:26px;transition:transform .25s,background .25s,box-shadow .25s;display:flex}.contact-path:nth-child(2){border-top-color:#7da9c4}.contact-path:nth-child(3){border-top-color:#d9ad58}.contact-path:hover,.contact-path.is-active{background:#f1f7ec;transform:translateY(-4px);box-shadow:0 14px 30px #275b3b1a}.contact-path-number{color:var(--leaf);letter-spacing:1px;font-size:11px;font-weight:700}.contact-path-title{color:var(--forest);margin-top:30px;font-family:DM Serif Display,serif;font-size:28px}.contact-path-copy{color:#70806f;margin-top:10px;font-size:13px;line-height:1.7}.contact-path-arrow{color:var(--forest);align-self:flex-end;margin-top:auto;font-size:20px}.contact-details{color:#eff5e9;background:var(--forest);align-items:flex-start;gap:10%;padding:24px;display:flex}.contact-detail-lead{flex:42%}.contact-detail-info{flex:52%;min-width:0}.contact-list-heading{margin-bottom:24px}.contact-list-heading h2{color:#eff5e9;margin:0;font-family:DM Serif Display,serif;font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1}.contact-list-heading>p:last-child{color:#c8d7c5;max-width:390px;margin-top:16px;font-size:14px;line-height:1.8}.contact-detail-lead h2{font-size:clamp(38px,4vw,54px)}.contact-detail-lead>p:last-of-type{color:#c8d7c5;max-width:340px;margin-top:22px;font-size:14px;line-height:1.8}.contact-primary-action,.contact-remote a{width:fit-content;color:var(--forest);background:#b6d391;border:1px solid #b6d391;align-items:center;gap:10px;margin-top:28px;padding:13px 18px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.contact-detail-list{flex-wrap:wrap;flex:58%;align-items:stretch;gap:12px;display:flex}.contact-detail-list a,.contact-detail-list div{min-width:190px;min-height:82px;color:inherit;background:#ffffff0a;border:1px solid #c8d7c538;border-radius:6px;flex-direction:column;flex:calc(50% - 6px);justify-content:center;gap:7px;padding:16px;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex}.contact-detail-list a:hover{background:#b6d3911f;border-color:#b6d391;transform:translateY(-2px)}.contact-detail-icon{width:26px;height:26px;color:var(--forest);background:#b6d391;border-radius:50%;place-items:center;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1;display:inline-grid}.contact-whatsapp-icon{letter-spacing:.2px;font-size:9px}.contact-location-icon{font-size:16px}.contact-detail-list small{color:#b6d391;letter-spacing:1.5px;text-transform:uppercase;font-size:10px}.contact-detail-list strong{color:#eff5e9;font-size:13px;font-weight:500;line-height:1.55}.contact-detail-list>div{flex-basis:100%;min-height:auto}.contact-detail-list a:hover strong{color:#b6d391}.contact-form{min-width:0;color:var(--ink);background:#f7f8f1;flex:48%;padding:30px}.contact-form h2{color:var(--forest);margin-bottom:12px;font-size:clamp(24px,3vw,32px)}.contact-form label{color:#637267;letter-spacing:.5px;flex-direction:column;gap:7px;margin-top:6px;font-size:11px;font-weight:600;display:flex}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);font:inherit;resize:vertical;background:#fff;border:1px solid #cbdcc4;border-radius:4px;outline:0;padding:11px 12px;font-size:13px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--leaf);box-shadow:0 0 0 3px #75a85d26}.contact-form-submit{color:var(--forest);cursor:pointer;background:#b6d391;border:1px solid #b6d391;margin-top:22px;padding:12px 18px;font-size:13px;font-weight:700}.contact-form-submit span{margin-left:8px}.contact-success{min-width:0;color:var(--forest);background:#f7f8f1;flex:48%;padding:36px 30px}.contact-success-icon{color:#fff;background:var(--leaf);border-radius:50%;place-items:center;width:44px;height:44px;margin-bottom:22px;font-size:24px;font-weight:700;display:grid}.contact-success h2{margin:0;font-family:DM Serif Display,serif;font-size:clamp(32px,3vw,46px);font-weight:400;line-height:1}.contact-eyebrow{color:#000;background:#2edf1a;border-radius:12px;width:auto;padding:12px;font-size:14px;line-height:1.8}.contact-success>p:not(.contact-eyebrow){color:#637267;max-width:420px;margin-top:18px;font-size:14px;line-height:1.8}.contact-success button{color:var(--forest);border:1px solid var(--leaf);cursor:pointer;background:#b6d391;margin:24px 10px 0 0;padding:12px 16px;font-size:12px;font-weight:700}.contact-success .contact-success-home{color:var(--forest);background:0 0}.contact-remote{background:#eaf1e4;border:1px solid #dce8d2;justify-content:space-between;align-items:center;gap:10%;margin-top:90px;padding:52px 7%;display:flex}.contact-remote>div:first-child{flex:55%}.contact-remote>div:last-child{flex:45%}.contact-remote h2{font-size:clamp(34px,4vw,44px)}.contact-remote p{color:#637267;max-width:410px;font-size:14px;line-height:1.8}.contact-remote a{color:#eff5e9;background:var(--forest);border-color:var(--forest);margin-top:22px}@media (width<=760px){.contact-hero,.contact-content{width:100%}.contact-hero{text-align:center;flex-direction:column;align-items:center;gap:45px;padding:0}.contact-hero-copy{flex-direction:column;align-items:center;display:flex}.contact-hero-mark{align-self:center}.contact-content{padding:20px}.contact-details,.contact-remote{flex-direction:column;align-items:stretch;gap:35px;padding:42px 26px}.contact-details{flex-direction:column-reverse}.contact-detail-list a,.contact-detail-list div{flex-basis:100%}.contact-form{width:100%}}@media (width<=420px){.contact-hero-copy,.contact-content{padding-left:16px;padding-right:16px}.contact-hero-copy h1{font-size:36px}.contact-hero-copy>p:last-child,.contact-detail-lead>p:last-of-type,.contact-remote p{font-size:13px}.contact-hero-mark{flex-basis:150px;width:150px;height:150px;padding:22px}.contact-hero-mark span{font-size:50px}.contact-path,.contact-form,.contact-success{padding:22px}.contact-details,.contact-remote{padding:32px 16px}.contact-primary-action,.contact-remote a,.contact-success button,.contact-form-submit{justify-content:center;width:100%;margin-right:0}}.thank-you-page{min-height:70vh;color:var(--ink);background:var(--cream);justify-content:center;align-items:center;padding:80px 24px;display:flex}.thank-you-panel{border:1px solid var(--line);border-top:4px solid var(--leaf);text-align:center;background:#fff;width:min(100%,680px);padding:64px 48px;box-shadow:0 18px 45px #275b3b1a}.thank-you-icon{color:#fff;background:var(--leaf);border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 24px;font-size:30px;font-weight:700;display:grid}.thank-you-panel .contact-eyebrow{margin:0 auto 22px}.thank-you-panel h1{margin:0;font-family:DM Serif Display,serif;font-size:clamp(42px,6vw,72px);font-weight:400;line-height:.98}.thank-you-panel h1 em{color:var(--leaf);font-style:italic}.thank-you-panel>p:not(.contact-eyebrow){color:#637267;max-width:460px;margin:24px auto 0;font-size:14px;line-height:1.8}.thank-you-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.thank-you-actions button{color:var(--forest);cursor:pointer;background:#b6d391;border:1px solid #b6d391;padding:13px 18px;font-size:13px;font-weight:700}.thank-you-actions .thank-you-secondary{color:var(--forest);background:0 0}@media (width<=520px){.thank-you-page{padding:48px 16px}.thank-you-panel{padding:48px 24px}.thank-you-actions{flex-direction:column}.thank-you-actions button{width:100%}}@media (width<=360px){.thank-you-page{padding:32px 12px}.thank-you-panel{padding:36px 18px}.thank-you-panel h1{font-size:38px}}.gallery-page{color:var(--ink);background:var(--cream)}.gallery-hero{color:#eff5e9;text-align:center;background:linear-gradient(120deg,#183323 0%,#275b3b 62%,#4f7839 100%);padding:32px}.gallery-eyebrow,.gallery-kicker{color:#b6d391;letter-spacing:2px;text-transform:uppercase;font-size:10px;font-weight:700}.gallery-eyebrow{border:1px solid #d6ebc273;border-radius:3px;width:fit-content;margin:0 auto 24px;padding:7px 11px}.gallery-hero h1{max-width:800px;margin:0 auto;font-family:DM Serif Display,serif;font-size:clamp(46px,7vw,78px);font-weight:400;line-height:.98}.gallery-hero h1 em,.gallery-heading h2 em{color:#b6d391;font-style:italic}.gallery-hero>p:last-child{color:#d0ddcc;max-width:530px;margin:24px auto 0;font-size:14px;line-height:1.8}.gallery-content{max-width:1440px;margin:0 auto;padding:40px 24px}.gallery-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:42px;display:flex}.gallery-heading h2{color:var(--ink);margin:8px 0 0;font-family:DM Serif Display,serif;font-size:clamp(42px,5vw,64px);font-weight:400;line-height:1}.gallery-heading>p{color:#70806f;letter-spacing:.5px;text-transform:uppercase;margin:0 0 4px;font-size:11px}.gallery-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:220px;gap:16px;display:grid}.gallery-card{cursor:pointer;text-align:left;background:#dce8d2;border:0;border-radius:8px;min-width:0;padding:0;position:relative;overflow:hidden}.gallery-card-1,.gallery-card-6{grid-area:span 2/span 5}.gallery-card-2,.gallery-card-3,.gallery-card-7,.gallery-card-8,.gallery-card-10,.gallery-card-11{grid-column:span 3}.gallery-card-4,.gallery-card-5,.gallery-card-9{grid-column:span 4}.gallery-card img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.gallery-card:after{content:"";background:linear-gradient(#0000,#0f2716d1);position:absolute;inset:35% 0 0}.gallery-card:hover img,.gallery-card:focus-visible img{transform:scale(1.06)}.gallery-card:focus-visible{outline:3px solid var(--leaf);outline-offset:3px}.gallery-card-overlay{z-index:1;color:#fff;flex-direction:column;gap:4px;display:flex;position:absolute;bottom:16px;left:18px;right:18px}.gallery-card-overlay small,.gallery-lightbox-content small{color:#b6d391;letter-spacing:1.5px;text-transform:uppercase;font-size:9px;font-weight:700}.gallery-card-overlay strong{font-family:DM Serif Display,serif;font-size:22px;font-weight:400}.gallery-lightbox{z-index:100;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.gallery-lightbox-backdrop{cursor:pointer;background:#0b1a10d1;border:0;position:absolute;inset:0}.gallery-lightbox-content{z-index:1;background:#fff;border:1px solid #b6d391;border-radius:8px;width:min(1000px,100%);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000059}.gallery-lightbox-content img{object-fit:contain;background:#eaf1e4;width:100%;max-height:76vh;display:block}.gallery-lightbox-content>div{flex-direction:column;gap:4px;padding:14px 18px 16px;display:flex}.gallery-lightbox-content strong{color:var(--forest);font-family:DM Serif Display,serif;font-size:25px;font-weight:400}.gallery-lightbox-close{z-index:2;width:34px;height:34px;color:var(--forest);cursor:pointer;background:#b6d391;border:0;border-radius:50%;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}@media (width<=800px){.gallery-hero{padding:30px 24px}.gallery-content{padding:64px 24px 76px}.gallery-heading{flex-direction:column;align-items:flex-start;gap:14px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:190px}.gallery-card-1,.gallery-card-6,.gallery-card-4,.gallery-card-5,.gallery-card-9{grid-area:span 2/span 1}.gallery-card-2,.gallery-card-3,.gallery-card-7,.gallery-card-8,.gallery-card-10,.gallery-card-11{grid-column:span 1}}@media (width<=480px){.gallery-hero{padding:30px 24px}.gallery-content{padding:30px 16px 64px}.gallery-hero h1{font-size:44px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:230px}.gallery-card-1,.gallery-card-2,.gallery-card-3,.gallery-card-4,.gallery-card-5,.gallery-card-6,.gallery-card-7,.gallery-card-8,.gallery-card-9,.gallery-card-10,.gallery-card-11{grid-area:span 1/span 1}.gallery-lightbox{padding:12px}}
