:root{--color-cream: #F9F8F5;--color-gold: #9E7C42;--bg-dark-primary: #1A1814;--bg-dark-secondary: #342D1E;--bg-gradient: linear-gradient( 271.63deg, #1A1814 1.39%, #342D1E 50.16%, #1A1814 98.61% );--color-muted: #C6B79C;--color-border: rgba(255, 255, 255, .08);--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}.scroll-container{overflow-y:scroll;height:400px;scrollbar-width:none;-ms-overflow-style:none}.scroll-container::-webkit-scrollbar{display:none}.custom-scrollbar{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#D4C7AD transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d4c7ad;border-radius:1000px;min-height:40px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#c5b899}body{font-family:var(--font-body);color:var(--color-cream);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600}.text-gold{color:var(--color-gold)}.text-muted{color:var(--color-muted)}*{margin:0;padding:0;box-sizing:border-box}.fit-section{display:flex;width:960px;flex-direction:column;align-items:center;gap:160px;margin:0 auto}body{max-width:1280px;background:#f9f8f5;opacity:1;margin:0 auto}@media screen and (max-width:1024px){body{max-width:1024;min-height:9489px;background:#f9f8f5;opacity:1}.fit-section{display:flex;width:744px;padding-bottom:10px;flex-direction:column;align-items:center;gap:40px}}@media screen and (max-width:480px){body{max-width:480px;min-height:10017px;background:#f9f8f5;opacity:1;margin:0}.fit-section{display:flex;width:380px;flex-direction:column;align-items:center;gap:80px}}:root{--primary-bg: #F9F8F5;--text-color: #55524C;--border-color: #00000012;--accent-color: #9E7C42;--white: #ffffff}.navbar{width:100%;height:80px;background:var(--primary-bg);border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0;z-index:1000}.navbar-container{max-width:1280px;height:100%;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.nav-right{display:flex;align-items:center;gap:40px}.navbar-logo{width:312px;height:64px;object-fit:contain}.nav-links{display:flex;gap:24px}.nav-links a{text-decoration:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:100%;color:var(--text-color);transition:.4s linear;cursor:pointer}.nav-links a:hover{color:var(--accent-color)}.enquire-btn{height:40px;border-radius:8px;padding:0 20px;background:var(--accent-color);color:var(--primary-bg);font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:132%;border:none;cursor:pointer;transition:.2s linear}.enquire-btn:hover{opacity:.85}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:25px;height:3px;background:var(--text-color);transition:.3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1024px){.navbar-container{padding:0 20px}.nav-links a{size:40px}.navbar-logo{width:220px;height:auto}}@media(max-width:768px){.nav-right{position:absolute;top:80px;left:0;width:100%;background:var(--primary-bg);flex-direction:column;align-items:flex-start;gap:25px;padding:30px 40px;display:none}.nav-right.active{display:flex}.nav-links{flex-direction:column;align-items:flex-start;gap:20px}.nav-links a{size:24px}.enquire-btn{display:block}.hamburger{display:flex}}:root{--color-hero-background: linear-gradient(272deg, #1A1814 1.39%, #342D1E 50%, #1A1814 98.61%);--color-bg-dark: #111111;--color-white: #ffffff;--color-off-white: #F9F8F5;--color-primary: #9E7C42;--color-primary-light: #CECDCA;--color-text-dark: #1E1E1E;--color-text-muted: #55524C;--color-text-light: #908D86;--color-danger: #D44;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--h1-size: 64px;--h2-size: 32px;--body-lg: 18px;--body-md: 16px;--body-sm: 14px;--body-xs: 12px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 40px;--radius-sm: 8px;--radius-md: 16px}.hero{display:flex;align-items:center;width:1260px;height:680px;justify-content:space-between;border-radius:40px;background:var(--color-hero-background);padding:40px 60px;gap:80px;position:relative;margin:80px auto 40px}.hero__image{position:absolute;width:600px;height:600px;object-fit:cover;bottom:0%;left:30%;transform:translate(-30%)}.hero__content{display:flex;position:absolute;top:40px;left:40px;width:558px;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--space-xl)}.hero__text-group{display:flex;flex-direction:column;gap:var(--space-md);align-self:stretch}.hero__title{font-family:var(--font-heading);font-size:var(--h1-size);font-weight:600;line-height:120%;color:var(--color-white)}.hero__description{width:376px;font-family:var(--font-body);font-size:var(--body-lg);line-height:132%;color:var(--color-primary-light)}.hero__button{display:flex;height:48px;padding:12px 26px;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--color-off-white);font-family:var(--font-body);font-size:var(--body-md);font-weight:500;color:var(--color-primary);cursor:pointer;transition:all .3s ease}.hero__button:hover{opacity:.85}.hero__form{width:400px;padding:var(--space-lg);display:flex;margin-left:auto;flex-direction:column;gap:var(--space-2xl);border-radius:var(--radius-md);background:var(--color-white);position:relative}.form__toast{position:absolute;bottom:60px;right:0;padding:8px 14px;font-size:.85rem;border-radius:6px;white-space:nowrap;animation:fadeInUp .5s ease;pointer-events:none;z-index:5}.form__toast.success{background:#e6f4ea;color:#1e7e34}.form__toast.error{background:#fdecea;color:#c62828}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero_tabmob{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-top:80px;align-self:stretch;padding:40px}.hero_tabmob__content{padding:40px 60px;position:relative;overflow:hidden;height:800px;align-self:stretch;border-radius:24px;background:linear-gradient(272deg,#1a1814 1.39%,#342d1e,#1a1814 98.61%)}.hero_tabmob__image{position:absolute;bottom:0;right:-30%;width:771.249px;height:813px;aspect-ratio:37/39;object-fit:cover}.hero_tabmob__text-content{display:flex;width:584px;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px}.hero_tabmob__text-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.hero_tabmob__title{color:#fff;font-family:Playfair Display;font-size:52px;font-style:normal;font-weight:600;line-height:120%}.hero_tabmob__description{width:376px;color:#cecdca;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:132%}.show_line_break_for_mob{display:none}.hero_tabmob__button{display:flex;height:48px;padding:12px 26px;justify-content:center;align-items:center;gap:16px;border-radius:8px;background:#f9f8f5;color:#9e7c42;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:132%;z-index:999}@media(max-width:767px){.hero_tabmob{gap:16px;margin-top:80px;padding:0}.hero_tabmob__content{padding:20px;height:612px;border-radius:24px}.hero_tabmob__image{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:320px;height:auto}.hero_tabmob__text-content{width:256px}.hero_tabmob__title{font-size:40px}.hero_tabmob__description{width:256px}}.hero_tabmob__info{display:flex;justify-content:center;align-items:center;gap:40px;align-self:stretch;flex-wrap:wrap}.hero_tabmob__info-pill{display:flex;align-items:center;height:48px;padding:12px 16px;gap:12px;border-radius:1000px;border:1px solid #9E7C42;background:#f9f8f5;color:#9e7c42;font-family:Inter;font-size:14px;font-weight:500;line-height:132%}@media(max-width:1024px){.hero_tabmob__info{gap:24px;flex-wrap:wrap}.hero_tabmob__info-pill{padding:10px 18px;font-size:13px}}@media(max-width:767px){.hero_tabmob__info{flex-direction:column;gap:16px}.hero_tabmob__info-pill{width:100%;justify-content:left;padding:12px 16px;font-size:14px}}.desktop{margin-top:40px}.mobile-tablet{display:none}@media(max-width:1024px){.desktop{display:none}.mobile-tablet{display:flex}}.about-details-container{display:flex;flex-direction:column;align-items:flex-start;gap:32px;flex:1 0 0}.about-details{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.about-details h1{color:#1a1814;font-family:Playfair Display;font-size:40px;font-style:normal;font-weight:600;line-height:120%}.about-details p{color:#55524c;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:132%}.about-enquiry-btn{display:flex;height:48px;padding:12px 26px;justify-content:center;align-items:center;gap:16px;border-radius:8px;background:#9e7c42;border:1px solid #9E7C42;color:#f9f8f5;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:132%}@media screen and (max-width:1024px){.about-details-container{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.about-details h1{font-size:32px}.about-details p{font-size:16px}}@media screen and (max-width:480px){.about-details-container{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.about-details h1{font-size:28px}.about-details p{font-size:16px}}.about-card-container{display:grid;width:544px;gap:24px;grid-template-columns:repeat(2,1fr)}.about-card{display:flex;padding:16px;gap:16px;align-items:flex-start;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}.about-card-img-container{display:flex;width:64px;height:64px;padding:16px;justify-content:center;align-items:center;border-radius:8px;background:#f9f8f5}.about-card-img{width:32px;height:32px}.about-card-text-container{display:flex;flex-direction:column;gap:8px;flex:1}.about-card-text-container h3{color:#55524c;font-family:Inter;font-size:16px;font-weight:600;line-height:132%}.about-card-text-container p{color:#55524c;font-family:Inter;font-size:14px;font-weight:400;line-height:132%}.about-card{transition:transform .3s ease}.about-card:hover{transform:scale(1.05)}@media(max-width:1024px){.about-card-container{gap:16px;width:100%}}@media(max-width:480px){.about-card-container{grid-template-columns:1fr;gap:12px;grid-template-rows:repeat(2,fit-content(100%));grid-template-columns:repeat(2,minmax(0,1fr))}.about-card{flex-direction:column;padding:12px}}.about-container{display:flex;align-items:center;gap:40px;align-self:stretch}@media screen and (max-width:1024px){.about-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;align-self:stretch}}@media screen and (max-width:480px){.about-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;align-self:stretch}}.location-container{display:flex;flex-direction:column;align-items:flex-start;gap:80px;align-self:stretch}.location-details{display:flex;flex-direction:column;align-items:center;gap:48px;align-self:stretch}@media screen and (max-width:1024px){.location-container{align-items:center;gap:40px;max-width:fit-content;width:664px;margin:auto}.location-details{gap:40px;max-width:fit-content}}@media screen and (max-width:480px){.location-container{align-items:center;gap:40px;max-width:fit-content;width:480px;margin:auto}.location-details{gap:40px;max-width:fit-content}}.location-upco-container{display:flex;height:126px;align-items:flex-start;gap:40px;align-self:stretch}.upcoming-head{color:#1a1814;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:120%}.upcoming-cards-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.upcoming-cards-container-row{display:flex;justify-content:center;align-items:center;gap:8px;align-self:stretch}.upcoming-card{display:flex;padding:16px;align-items:center;gap:12px;flex:1 0 0;color:#9e7c42;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%;border-radius:1000px;border:1px solid #9E7C42;background:#f9f8f5;min-width:205px}@media screen and (max-width:1024px){.location-upco-container{height:auto;flex-direction:column;gap:24px;align-self:stretch;max-width:fit-content}.upcoming-card{padding:12px 16px}}@media screen and (max-width:480px){.location-upco-container{display:flex;width:288px;height:auto;flex-direction:column;align-items:flex-start;gap:24px}.upcoming-cards-container{align-self:stretch}.upcoming-cards-container-row{flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.upcoming-card{width:100%;padding:12px 16px}}.location-header{display:flex;width:560px;flex-direction:column;align-items:center;gap:16px}.location-header h3{color:#9e7c42;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%;letter-spacing:1.12px;text-transform:uppercase}.location-header h1{color:#1a1814;text-align:center;font-family:Playfair Display;font-size:40px;font-style:normal;font-weight:600;line-height:120%}.location-header p{color:#55524c;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:132%}@media screen and (max-width:1024px){.location-header{width:auto;max-width:664px}.location-header h1{font-size:32px}.location-header p{font-size:16px}}@media screen and (max-width:480px){.location-header{width:auto;max-width:320px}.location-header h3{font-size:14px}.location-header h1{font-size:28px}.location-header p{font-size:16px}}.location-nearby-container{display:flex;align-items:flex-start;gap:40px;align-self:stretch}.location-google-map{display:flex;height:400px;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}.nearby-accordion{display:none}.location-nearbys{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:24px;background:#f9f8f5}.location-nearbys-tabs{display:flex;padding:4px;align-items:flex-start;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}.location-nearbys-tab{display:flex;height:40px;padding:12px 24px;justify-content:center;align-items:center;gap:16px;font-family:Inter,sans-serif;font-size:14px;line-height:132%;border-radius:12px;white-space:nowrap;cursor:pointer;transition:all .2s ease;background:transparent;color:#908d86;font-weight:400}.location-nearbys-tab.active{background:#9e7c42;color:#f9f8f5;font-weight:500}.location-nearbys-tab-content{width:100%;display:flex;padding:0 8px;flex-direction:column;align-items:flex-start;align-self:stretch;max-height:320px;overflow:auto}.location-nearbys-tab-content-row{display:flex;padding:20px 0;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid rgba(0,0,0,.07)}.location-nearby-name{color:#55524c;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:132%}.location-nearby-distance{color:#9e7c42;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%}@media screen and (max-width:1024px){.location-nearby-container{max-width:fit-content;flex-direction:column;gap:40px}.location-nearbys{width:fit-content;min-width:664px;height:400px}.location-nearbys-tab-content{padding:0 4px}.location-nearbys-tab-content-row{display:flex;padding:20px 0;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid rgba(0,0,0,.07)}.location-google-map{width:100%;height:400px;min-height:400px;display:block}}@media screen and (max-width:480px){.location-nearby-container{max-width:fit-content;flex-direction:column}.location-nearbys{display:none}.nearby-accordion{display:block;width:100%}.accordion-item{border-bottom:1px solid #e8e6e3}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:16px 0;cursor:pointer}.accordion-title{color:#9e7c42;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:132%}.accordion-icon{transition:transform .3s ease}.accordion-icon.icon-open{transform:rotate(180deg)}.accordion-body{list-style:none;margin:0;padding:0 16px;max-height:315px}.accordion-row{display:flex;padding:12px 0;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid rgba(0,0,0,.07)}.place-name{color:#55524c;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:132%}.place-distance{color:#9e7c42;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%}.location-google-map{width:fit-content;height:400px}}.developer-container{display:flex;flex-direction:column;align-items:center;gap:48px;align-self:stretch}.developer-header{display:flex;width:560px;flex-direction:column;align-items:center;gap:16px}.developer-header h3{color:#9e7c42;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%;letter-spacing:1.12px;text-transform:uppercase}.developer-header h1{color:#1a1814;text-align:center;font-family:Playfair Display;font-size:40px;font-style:normal;font-weight:600;line-height:120%}.developer-header p{color:#55524c;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:132%}@media screen and (max-width:1024px){.developer-header{width:auto;max-width:664px}.developer-header h1{font-size:32px}.developer-header p{font-size:16px}}@media screen and (max-width:480px){.developer-header{width:auto;max-width:320px}.developer-header h3{font-size:14px}.developer-header h1{font-size:28px}.developer-header p{font-size:16px}}.developerCards{display:flex;align-items:flex-start;gap:24px;align-self:stretch}.developerCard{display:flex;padding:40.5px 16px;flex-direction:column;align-items:center;gap:8px;flex:1 0 0;border-radius:16px;border:1px solid #9e7c42;background:#fff}.developerCard__title{color:#9e7c42;text-align:center;font-family:Playfair Display,serif;font-size:56px;font-style:normal;font-weight:600;line-height:132%;margin:0}.developerCard__description{color:#55524c;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:132%;margin:0}@media screen and (max-width:1024px){.developerCards{flex-wrap:wrap;width:664px;margin:0 auto}.developerCard{display:flex;height:160px;min-width:320px;padding:40.5px 16px;flex-direction:column;justify-content:center;align-items:center;gap:24px;flex:1 0 0;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}}@media screen and (max-width:480px){.developerCards{flex-wrap:wrap;width:320px;margin:0 auto}.developerCard{display:flex;height:167px;width:140px;min-width:140px;max-width:140px;padding:40.5px 16px;flex-direction:column;align-items:center;gap:8px;flex:1 0 0}.developerCard__title{font-size:32px}}.awards-miles-container{display:flex;width:960px;flex-direction:column;align-items:center}.awards-miles-title{color:#1a1814;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:120%}.awards-miles-cards-container{display:flex;width:960px;align-items:center;gap:24px;overflow-x:auto;padding:0 20px}.awards-miles-card{display:flex;width:280px;height:240px;padding:40.5px 16px;flex-direction:column;justify-content:space-between;align-items:center;flex-shrink:0;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}.awards-miles-card img{width:40px;height:40px;flex-shrink:0;aspect-ratio:1/1}.awards-miles-card h4{color:#55524c;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:132%}.awards-miles-card h6{color:#55524c;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:132%}.awards-wrapper{position:relative;display:flex;align-items:center}.scroll-btn{position:absolute;z-index:2;width:48px;height:48px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease,transform .2s ease}.scroll-btn:hover:not(:disabled){transform:scale(1.1)}.scroll-btn.left{left:-24px}.scroll-btn.right{right:-24px}.scroll-btn:disabled{opacity:.3;cursor:not-allowed}@media screen and (max-width:1024px){.awards-miles-container{width:664px;align-items:start}.awards-miles-cards-container{display:flex;width:664px;align-items:center;gap:24px;overflow-x:auto;padding:0 20px}}@media screen and (max-width:480px){.awards-miles-container{width:420px;align-items:center}.awards-miles-cards-container{display:flex;width:420px;align-items:center;gap:24px;overflow-x:auto;padding:0 20px}}.amenities-header{display:flex;flex-direction:column;align-items:center;gap:16px}.amenities-header h3{color:#9e7c42;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%;letter-spacing:1.12px;text-transform:uppercase}.amenities-header h1{color:#1a1814;text-align:center;font-family:Playfair Display;font-size:40px;font-style:normal;font-weight:600;line-height:120%}.amenities-header p{color:#55524c;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:132%}.amenities-conatiner{display:flex;flex-direction:column;align-items:center;gap:48px;align-self:stretch}.amenities-grid-container{display:grid;gap:48px;align-self:stretch}@media(min-width:1024px){.amenities-grid-container{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,auto);overflow:visible}}@media(max-width:1023px){.amenities-grid-container{grid-template-columns:repeat(8,280px);grid-template-rows:repeat(2,auto);overflow-x:auto;overflow-y:hidden;padding-bottom:12px}}.amenities-card-container{display:flex;flex-direction:column;height:240px;align-items:flex-start;justify-self:stretch;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff;overflow:hidden}.amenities-card-image-wrapper{display:flex;height:160px;justify-content:center;align-items:center;align-self:stretch;background:#fff}.amenities-card-image-wrapper img{width:100%;height:100%;object-fit:cover}.amenities-card-content{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:4px;flex:1;align-self:stretch;background:#fff}.amenities-card-title{color:#55524c;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:132%;margin:0}.amenities-card-subtitle{color:#55524c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:132%;margin:0}.amenities-card-container{transition:box-shadow .3s ease,transform .3s ease}.amenities-card-container:hover{box-shadow:0 2px 4px #0000000a,0 4px 16px #0000000f;transform:translateY(-4px)}.residences-header{display:flex;flex-direction:column;align-items:center;gap:16px}.residences-header h3{color:#9e7c42;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%;letter-spacing:1.12px;text-transform:uppercase}.residences-header h1{color:#1a1814;text-align:center;font-family:Playfair Display;font-size:40px;font-style:normal;font-weight:600;line-height:120%}.residences-header p{color:#55524c;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:132%}@media screen and (max-width:1024px){.residences-header{width:auto;max-width:664px}.residences-header h1{font-size:32px}.residences-header p{font-size:16px}}@media screen and (max-width:480px){.residences-header{width:auto;max-width:320px}.residences-header h3{font-size:14px}.residences-header h1{font-size:28px}.residences-header p{font-size:16px}}.configs-section{display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch;background:#f9f8f5;padding:40px 0}.config-tabs{display:flex;padding:4px;align-items:flex-start;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}.config-tab{display:flex;height:40px;padding:12px 24px;justify-content:center;align-items:center;gap:16px;font-family:Inter,sans-serif;font-size:14px;line-height:132%;border-radius:12px;cursor:pointer;transition:all .2s ease;background:transparent;color:#908d86;font-weight:400}.config-tab.active{background:#9e7c42;color:#f9f8f5;font-weight:500}.config-heading{display:flex;flex-direction:column;align-items:center;gap:8px;align-self:stretch}.config-title{color:#1a1814;text-align:center;font-family:Playfair Display,serif;font-size:24px;font-weight:600;line-height:120%;margin:0}.config-subtitle{color:#9e7c42;text-align:center;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:132%;margin:0}.config-card{position:relative;height:480px;width:100%;border-radius:24px;border:1px solid rgba(0,0,0,.07);background:#fff;overflow:hidden;display:flex;justify-content:center;align-items:center}.config-blur-wrapper{position:absolute;width:480px;height:480px}.config-blur-image{width:100%;height:100%;object-fit:cover;filter:blur(20px)}.config-info-card{position:relative;z-index:2;display:flex;width:280px;padding:16px;flex-direction:column;align-items:center;gap:16px;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}.config-icon{display:flex;width:48px;height:48px;padding:8px;justify-content:center;align-items:center;border-radius:8px;background:#f9f8f5}.config-info-text{display:flex;flex-direction:column;align-items:center;gap:8px;align-self:stretch;text-align:center}.config-info-text h5{color:#55524c;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:132%;margin:0}.config-info-text p{color:#55524c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:132%;margin:0}.config-btn{display:flex;height:40px;padding:12px 26px;justify-content:center;align-items:center;gap:16px;border-radius:8px;background:#9e7c42;color:#f9f8f5;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:132%;border:none;cursor:pointer;transition:.2s ease}.config-btn:hover{opacity:.9}.spec-section{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.spec-heading{color:#1a1814;font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:120%;margin:0}.spec-container{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:640px}.spec-item{width:100%;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.07);background:#f9f8f5;transition:all .3s ease}.spec-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.spec-title{color:#55524c;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:132%;margin:0;transition:.2s ease}.spec-item.active .spec-title{color:#9e7c42}.spec-icon{transition:transform .3s ease}.spec-icon.rotate{transform:rotate(180deg)}.spec-content{margin-top:16px;padding-right:40px}.spec-content p{color:#55524c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:132%;margin:0}@media screen and (max-width:480px){.spec-container{width:320px}}.resideneces-container{display:flex;width:640px;flex-direction:column;align-items:flex-start;gap:24px}@media screen and (max-width:480px){.resideneces-container{width:320px;margin:0 auto}}.retail-header{display:flex;flex-direction:column;align-items:center;gap:16px}.retail-header h3{color:#9e7c42;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:132%;letter-spacing:1.12px;text-transform:uppercase}.retail-header h1{color:#1a1814;text-align:center;font-family:Playfair Display;font-size:40px;font-style:normal;font-weight:600;line-height:120%}.retail-header p{color:#55524c;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:132%}@media screen and (max-width:1024px){.retail-header{width:auto;max-width:664px}.retail-header h1{font-size:32px}.retail-header p{font-size:16px}}@media screen and (max-width:480px){.retail-header{width:auto;max-width:320px}.retail-header h3{font-size:14px}.retail-header h1{font-size:28px}.retail-header p{font-size:16px}}.retailcards-container{display:flex;align-items:stretch;gap:24px;align-self:stretch}.retailcards-card{display:flex;padding:24px 16px;justify-content:center;align-items:center;gap:16px;flex:1 0 0;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff}.retailcards-icon-wrapper{display:flex;width:64px;height:64px;padding:16px;justify-content:center;align-items:center;aspect-ratio:1 / 1;border-radius:8px;background:#f9f8f5;flex-shrink:0}.retailcards-icon{width:100%;height:100%;object-fit:contain}.retailcards-text{color:#55524c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:132%;display:flex;width:192px;flex-direction:column;justify-content:center;align-self:stretch}@media screen and (max-width:1024px){.retailcards-container{flex-direction:column;gap:16px;margin-left:0}.retailcards-card{width:100%;padding:28px 16px;align-items:flex-start;justify-content:flex-start}.retailcards-text{width:100%}}@media screen and (max-width:480px){.retailcards-container{flex-direction:column;gap:16px}.retailcards-card{padding:28px 16px}}.retail-display{display:flex;align-items:center;gap:40px;align-self:stretch}.retail-display-card{position:relative;flex:1 0 0;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:#fff;overflow:hidden;height:400px}.retail-display-card-image{width:100%;height:100%;object-fit:cover;aspect-ratio:3 / 2}.retail-display-content{position:absolute;bottom:20px;left:20px;z-index:2}.retail-display-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000080,#0003);z-index:1}.retail-display-big-title{color:#fff;font-family:Playfair Display,serif;font-size:28px;font-weight:600;line-height:120%;margin:0}.retail-display-small-title{color:#c9a96e;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:132%;letter-spacing:1.12px;text-transform:uppercase;margin-bottom:8px}@media screen and (max-width:1024px){.retail-display{height:824px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch;margin:0 auto}.retail-display-card-image{width:720px;height:481px;aspect-ratio:238/159}}@media screen and (max-width:480px){.retail-display{height:824px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch;margin:0 auto}.retail-display-card-image{width:100%;height:100%;aspect-ratio:unset}}.retail-container{display:flex;flex-direction:column;align-items:center;gap:48px;align-self:stretch}.retail-cards-container{display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}.dreamhome-container{display:inline-flex;height:640px;padding:209px 216px 208px;justify-content:center;align-items:center;border-radius:40px;background:linear-gradient(272deg,#1a1814 1.39%,#342d1e 50.16%,#1a1814 98.61%);margin-top:100px}.dreamhome-sub-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px}.dreamhome-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.dreamhome-title{color:#fff;text-align:center;font-family:Playfair Display,serif;font-size:64px;font-weight:600;line-height:120%;margin:0}.dreamhome-highlight{color:#9e7c42}.dreamhome-description{display:flex;padding:0 120px;justify-content:center;align-items:center;gap:16px;align-self:stretch;color:#cecdca;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:132%;margin:0}.dreamhome-buttons{display:flex;justify-content:center;align-items:center;gap:32px;align-self:stretch}.dreamhome-btn-primary{display:flex;height:48px;padding:12px 26px;justify-content:center;align-items:center;gap:16px;border-radius:8px;background:#f9f8f5;color:#9e7c42;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:132%;border:none;cursor:pointer}.dreamhome-btn-secondary{display:flex;height:48px;padding:12px 26px;justify-content:center;align-items:center;gap:16px;border-radius:8px;border:1px solid #ededed;background:transparent;color:#f9f8f5;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:132%;cursor:pointer}@media screen and (max-width:1024px){.dreamhome-container{display:flex;height:auto;padding:164px 80px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:24px;background:linear-gradient(272deg,#1a1814 1.39%,#342d1e 50.16%,#1a1814 98.61%);margin:80px 16px 0}.dreamhome-title{font-size:52px}.dreamhome-description{padding:0 40px}}@media screen and (max-width:480px){.dreamhome-container{height:auto;display:flex;padding:60px 24px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:40px;margin-top:40px}.dreamhome-title{font-size:40px}.dreamhome-description{padding:0 40px}.dreamhome-buttons{flex-direction:column;gap:16px}.dreamhome-btn-primary,.dreamhome-btn-secondary{width:100%}}.footer-container{display:flex;justify-content:center;align-items:center;padding:54px 306px 53px 305px;border-top:1px solid rgba(0,0,0,.07);border-bottom:1px solid rgba(0,0,0,.07);background:#f9f8f5;margin-top:100px}.footer-content{display:flex;flex-direction:column;align-items:center;gap:24px;width:669px}.footer-main{display:flex;align-items:flex-start;gap:120px;width:100%}.footer-column{display:flex;flex-direction:column;gap:24px}.footer-heading{color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:132%}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#55524c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;margin:0;text-decoration:none}.footer-text{min-width:162px}.footer-text p{color:#55524c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;margin:0}.footer-legal{display:flex;flex-direction:column;gap:12px}.footer-rera{color:#55524c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;margin:0}.footer-divider-small{width:186px;height:1px;background:#00000012}.footer-disclaimer{color:#908d86;font-family:Inter,sans-serif;font-size:12px;font-weight:400;margin:0}.footer-divider{width:100%;height:1px;background:#00000012}.footer-copy{color:#55524c;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-weight:400;margin:0}@media screen and (max-width:1024px){.footer-container{align-items:flex-start;flex-direction:column;padding:40px 16px;margin-top:80px}.footer-content{width:auto;align-self:stretch}.footer-main{flex-direction:column;gap:48px;width:auto;align-self:stretch}.footer-column{align-items:flex-start;gap:24px}.footer-links{align-items:flex-start;gap:16px}.footer-legal{align-items:flex-start;gap:24px}.footer-divider-small{width:632px;height:1px;background:#00000012}}@media screen and (max-width:480px){.footer-container{align-items:flex-start;flex-direction:column;padding:40px 16px;gap:16px;margin-top:40px}.footer-content{width:auto;align-self:stretch}.footer-main{flex-direction:column;gap:40px;width:auto;align-self:stretch}.footer-column,.footer-links{align-items:flex-start;gap:16px}.footer-legal{align-items:flex-start;gap:24px}.footer-divider-small{width:288px;height:1px;background:#00000012}}.hero__form{width:400px;padding:var(--space-lg);display:flex;margin-left:auto;flex-direction:column;gap:var(--space-2xl);border-radius:var(--radius-md);background:var(--color-white)}.form__header{display:flex;flex-direction:column;gap:var(--space-sm)}.form__title{font-family:var(--font-heading);font-size:var(--h2-size);font-weight:600;line-height:120%;color:var(--color-text-dark)}.form__subtitle{font-family:var(--font-body);font-size:var(--body-sm);line-height:132%;color:var(--color-text-dark)}.form__fields{display:flex;flex-direction:column;gap:var(--space-lg)}.form__field{display:flex;flex-direction:column;gap:var(--space-xs)}.form__label{font-family:var(--font-body);font-size:var(--body-sm);color:var(--color-text-muted)}.form__label span{color:var(--color-danger)}.form__input{height:48px;padding:0 16px;background:#faf9f6;border-radius:var(--radius-sm);border:1px solid #E5E5E5;font-family:var(--font-body);font-size:var(--body-sm);outline:none;color:#757575}.form__input:focus{border-color:var(--color-primary)}.form__submit{height:48px;border:none;border-radius:var(--radius-sm);background:var(--color-primary);color:var(--color-off-white);font-family:var(--font-body);font-size:var(--body-md);font-weight:500;cursor:pointer;transition:all .3s ease}.form__submit:hover{opacity:.9}.form__submit:disabled{background:#999;cursor:not-allowed;opacity:.7}.form__consent{font-family:var(--font-body);font-size:var(--body-xs);line-height:132%;color:var(--color-text-light);text-align:center}.modal-overlay{position:fixed;inset:0;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 20px 60px #0003;animation:fadeInScale .25s ease}.form__error{color:#d32f2f;background:#fdecea;padding:.75rem 1rem;border-radius:6px;font-size:.9rem}.form__success{color:#2e7d32;background:#edf7ed;padding:.75rem 1rem;border-radius:6px;font-size:.9rem}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:1024px){.hero__form{width:fit-content;display:flex;padding:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;align-self:stretch;border-radius:24px;border:1px solid rgba(0,0,0,.07);background:#fff}.form__header{align-items:flex-start;align-self:stretch}.form__title{font-size:28px}.form__fields{align-items:center;align-self:stretch}.form__field{align-items:flex-start;align-self:stretch}.form__input{width:100%;padding:13.5px 16px;font-size:var(--body-md)}.form__submit{width:100%}}@media(max-width:767px){.hero__form{width:320px;margin:0 auto;display:flex;padding:32px 16px 16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch;border-radius:24px;border:1px solid rgba(0,0,0,.07);background:#fff}.form__header{align-items:flex-start;align-self:stretch}.form__title{font-size:24px}.form__fields{align-items:center;align-self:stretch}.form__field{align-items:flex-start;align-self:stretch}.form__input{padding:13.5px 16px;font-size:var(--body-md)}}@media(max-width:320px){.hero__form{width:288px}}
