.project-header{justify-content:space-between;align-items:flex-start;gap:1.875rem;width:100%;display:flex}.project-header-main{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}.project-header-title{font-family:var(--display-medium-emphasized-family);font-weight:var(--display-medium-emphasized-weight);font-size:var(--display-medium-emphasized-size);line-height:var(--display-medium-emphasized-line-height);letter-spacing:var(--display-medium-emphasized-letter-spacing);color:var(--text-default);margin:0}.project-header-meta{align-items:center;gap:1rem;display:flex}.project-header-tag{border-radius:var(--radius-xs);background:linear-gradient(174deg, var(--brand-950) 0%, var(--neutral-950) 100%);color:var(--text-inverse);font-family:var(--label-large-family);font-weight:var(--font-weight-medium);font-size:var(--label-large-size);letter-spacing:var(--label-large-letter-spacing);padding:.5625rem .5rem}.project-header-rating{align-items:center;gap:.25rem;display:flex}.project-header-reviews{font-family:var(--body-large-family);font-weight:var(--font-weight-regular);font-size:var(--body-large-size);color:var(--text-bold);margin-left:.5rem}.project-header-location{color:var(--text-bold);font-family:var(--body-large-family);font-weight:var(--font-weight-regular);font-size:var(--body-large-size);align-items:center;gap:.375rem;display:flex}.project-header-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:1rem;display:flex}.project-header-price{text-align:right;flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.project-header-price-value{font-family:var(--headline-large-emphasized-family);font-weight:var(--headline-large-emphasized-weight);font-size:var(--headline-large-emphasized-size);line-height:var(--headline-large-emphasized-line-height);letter-spacing:var(--headline-large-emphasized-letter-spacing);color:var(--text-brand-subtle);white-space:nowrap;margin:0}.project-header-price-suffix{font-family:var(--body-large-family);font-weight:var(--font-weight-regular);font-size:var(--body-large-size);color:var(--text-bold);margin:0}.project-header-ctas{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.hero-primary-cta{background-color:var(--brand-500)!important;color:#fff!important;border-color:var(--brand-500)!important}.hero-primary-cta:hover{background-color:var(--brand-600)!important}@media (max-width:768px){.project-header-right{align-items:flex-start;width:100%}.project-header-price{text-align:left;align-items:flex-start}.project-header-ctas{width:100%}.project-header-ctas>*{flex:1}}@media (max-width:640px){.project-header{flex-direction:column}.project-header-price{text-align:left;align-items:flex-start}}
.project-gallery{grid-template-columns:1.85fr 1fr;gap:.5rem;width:100%;display:grid}.project-gallery-main{border-radius:var(--radius-xl);background-color:var(--neutral-100);min-height:300px;position:relative;overflow:hidden}.project-gallery-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.project-gallery-thumb{border-radius:var(--radius-lg);aspect-ratio:1;background-color:var(--neutral-100);position:relative;overflow:hidden}@media (max-width:1024px){.project-gallery{grid-template-columns:1fr}.project-gallery-main{min-height:260px}}@media (max-width:640px){.project-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}
.project-metrics{width:100%}.project-metrics-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.project-metric-card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);text-align:left;border-radius:18px;flex-direction:column;align-items:flex-start;padding:1.35rem 1.25rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000008}.project-metric-card:before{content:"";opacity:0;background:linear-gradient(90deg,#7b50a0cc,#7b50a033);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.project-metric-card:hover{border-color:#7b50a04d;transform:translateY(-3px);box-shadow:0 10px 28px #7b50a017}.project-metric-card:hover:before{opacity:1}.project-metric-header{align-items:center;gap:.5rem;width:100%;margin-bottom:.85rem;display:flex}.project-metric-icon{width:34px;height:34px;color:var(--color-primary-600,#7b50a0);background:#7b50a014;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.project-metric-badge{font-family:var(--font-body,"Manrope", sans-serif);text-transform:uppercase;letter-spacing:.04em;color:var(--text-brand-subtle,#7b50a0);font-size:.8125rem;font-weight:700}.project-metric-value{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default,#1f1b2c);white-space:nowrap;letter-spacing:-.02em;margin-bottom:.35rem;font-size:clamp(1.25rem,1.6vw,1.5rem);font-weight:700;line-height:1.25}.project-metric-sublabel{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-subtle,#6b7280);margin:0;font-size:.8125rem;line-height:1.4}@media (max-width:1024px){.project-metrics-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.project-metric-value{font-size:1.5rem}}@media (max-width:520px){.project-metrics-grid{grid-template-columns:1fr;gap:.875rem}.project-metric-card{padding:1.15rem 1rem}}
.about-project-wrapper{flex-direction:column;gap:1rem;display:flex}.about-project-title{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default);margin:0;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.3}.about-project{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);border-radius:20px;padding:2rem 2.5rem;box-shadow:0 4px 20px #0000000a}.about-project-content{color:var(--text-subtle);flex-direction:column;gap:1rem;font-size:1.0625rem;line-height:1.7;display:flex}@media (max-width:640px){.about-project{border-radius:16px;padding:1.5rem 1.25rem}.about-project-title{font-size:1.5rem}.about-project-content{font-size:.9375rem}}
.project-experience{flex-direction:column;gap:1.5rem;display:flex}.project-experience-title{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default);font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.3}.project-experience-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.experience-card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);border-radius:16px;flex-direction:column;padding:1.75rem 1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #00000008}.experience-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.experience-card-icon{color:var(--text-brand-subtle);background:#7b50a01a;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.25rem;display:flex}.experience-card-title{color:var(--text-brand-default);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.experience-card-subtitle{color:var(--text-subtle);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.experience-card-desc{color:var(--text-subtle);font-size:.875rem;line-height:1.55}@media (max-width:1024px){.project-experience-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.project-experience-grid{grid-template-columns:1fr}.project-experience-title{font-size:1.5rem}}
.investment-opportunity{flex-direction:column;gap:1.75rem;display:flex}.investment-title{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default);margin-bottom:.35rem;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.3}.investment-subtitle{color:var(--text-subtle);font-size:1rem}.investment-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.investment-card{background:linear-gradient(145deg, var(--surface-surface) 0%, var(--brand-50) 100%);border:1px solid var(--border-subtle,#00000014);border-radius:18px;flex-direction:column;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0000000a}.investment-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.investment-card-tag{color:var(--text-brand-default);background:#1e3a2914;border-radius:6px;margin-bottom:.5rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.investment-card-title{color:var(--text-default);margin-bottom:.75rem;font-size:1.0625rem;font-weight:600}.investment-card-value{color:var(--text-brand-subtle);letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1.35rem,1.75vw,1.55rem);font-weight:600;line-height:1.25}.investment-card-desc{color:var(--text-subtle);font-size:.875rem;line-height:1.6}.investment-snapshot{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);border-radius:16px;padding:1.5rem 1.75rem}.investment-snapshot-title{color:var(--text-brand-default);border-bottom:1px solid var(--border-subtle,#0000000f);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:700}.investment-snapshot-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.investment-snapshot-item{flex-direction:column;display:flex}.snapshot-label{color:var(--text-subtle);margin-bottom:.25rem;font-size:.875rem}.snapshot-value{color:var(--text-brand-default);margin-bottom:.15rem;font-size:1.5rem;font-weight:700}.snapshot-note{color:var(--text-placeholder);font-size:.75rem}@media (max-width:900px){.investment-cards-grid,.investment-snapshot-grid{grid-template-columns:1fr;gap:1rem}}
.lifestyle-benefits{flex-direction:column;gap:1.5rem;display:flex}.lifestyle-title{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default);margin-bottom:.35rem;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.3}.lifestyle-subtitle{color:var(--text-subtle);font-size:1rem}.lifestyle-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.lifestyle-card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);border-radius:16px;padding:1.5rem 1.25rem;transition:transform .2s;box-shadow:0 4px 14px #00000008}.lifestyle-card:hover{transform:translateY(-2px)}.lifestyle-card-title{color:var(--text-brand-default);margin-bottom:.25rem;font-size:1.375rem;font-weight:700}.lifestyle-card-label{color:var(--text-brand-subtle);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.lifestyle-card-desc{color:var(--text-subtle);font-size:.8125rem;line-height:1.5}@media (max-width:900px){.lifestyle-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.lifestyle-grid{grid-template-columns:1fr}}
.proj-amenities-section{flex-direction:column;gap:1.75rem;width:100%;display:flex}.proj-amenities-header{flex-direction:column;gap:.5rem;display:flex}.proj-amenities-title{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default,#1f1b2c);margin:0;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.3}.proj-amenities-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;display:grid}.proj-amenity-card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);border-radius:20px;flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 4px 20px #00000008}.proj-amenity-card:hover{border-color:#7b50a040;transform:translateY(-2px);box-shadow:0 8px 30px #7b50a014}.proj-amenity-card-header{border-bottom:1.5px solid #7b50a01f;align-items:center;gap:.875rem;padding-bottom:.875rem;display:flex}.proj-amenity-card-icon{width:40px;height:40px;color:var(--color-primary-600,#7b50a0);background:#7b50a014;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.proj-amenity-card-name{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default,#1f1b2c);letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:700}.proj-amenity-list{text-align:left!important;flex-direction:column!important;gap:.875rem!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}.proj-amenity-item{color:var(--text-subtle,#4b5563)!important;text-align:left!important;flex-direction:row!important;justify-content:flex-start!important;align-items:flex-start!important;gap:.625rem!important;margin:0!important;padding:0!important;font-size:.9375rem!important;line-height:1.45!important;display:flex!important}.proj-amenity-bullet{color:var(--color-primary-600,#7b50a0)!important;background:#7b50a01a!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:18px!important;height:18px!important;margin-top:2px!important;display:inline-flex!important}.proj-amenity-item-text{text-align:left;flex:1;font-weight:500}@media (max-width:1024px){.proj-amenities-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:640px){.proj-amenities-grid{grid-template-columns:1fr;gap:1rem}.proj-amenity-card{padding:1.25rem 1rem}.proj-amenities-title{font-size:1.5rem}}
.trust-exit-options{flex-direction:column;gap:1.5rem;display:flex}.trust-title{font-family:var(--font-body,"Manrope", sans-serif);color:var(--text-brand-default);font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.3}.trust-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.trust-card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);border-radius:16px;padding:1.5rem 1.25rem;transition:transform .2s;box-shadow:0 4px 14px #00000008}.trust-card:hover{transform:translateY(-2px)}.trust-card-title{color:var(--text-brand-default);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.trust-card-desc{color:var(--text-subtle);font-size:.84375rem;line-height:1.55}@media (max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.trust-grid{grid-template-columns:1fr}}
.brochure-cta{background:var(--gradient-surface-inverse);color:#fff;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 10px 30px #1e3a2926}.brochure-cta-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.brochure-cta-content{max-width:680px}.brochure-cta-title{color:#fff;margin-bottom:.75rem;font-size:1.875rem;font-weight:700;line-height:1.3}.brochure-cta-subtitle{color:#ffffffd1;font-size:1rem;line-height:1.6}.brochure-cta-action{flex-shrink:0}.brochure-download-button{align-items:center;font-weight:600;display:inline-flex;background-color:var(--brand-500)!important;color:#fff!important;border-color:var(--brand-500)!important}.brochure-download-button:hover{background-color:var(--brand-600)!important;border-color:var(--brand-600)!important}@media (max-width:900px){.brochure-cta-inner{flex-direction:column;align-items:flex-start}.brochure-cta{padding:2rem 1.5rem}.brochure-cta-title{font-size:1.5rem}}
.brochure-modal{background:var(--gradient-surface-inverse);color:#fff;text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:1.25rem;width:min(520px,100%);margin-inline:auto;padding:3rem 2.5rem;display:flex;position:relative;box-shadow:0 10px 30px #1e3a2926}.brochure-modal-close{z-index:1;border-radius:var(--radius-circle);cursor:pointer;width:36px;height:36px;transition:background-color var(--duration-base) var(--ease-standard);background-color:#ffffff1f;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.brochure-modal-close:hover{background-color:#ffffff38}.brochure-modal-title{color:#fff;margin:.5rem 0 0;font-size:1.75rem;font-weight:700;line-height:1.3}.brochure-modal-subtitle{color:#ffffffd1;margin:0;font-size:1rem;line-height:1.6}.brochure-modal-download{margin-top:.5rem;font-weight:600;background-color:var(--brand-500)!important;color:#fff!important;border-color:var(--brand-500)!important}.brochure-modal-download:hover{background-color:var(--brand-600)!important;border-color:var(--brand-600)!important}@media (max-width:640px){.brochure-modal{padding:2.25rem 1.5rem}.brochure-modal-title{font-size:1.4rem}}
.project-faq{flex-direction:column;gap:1.5rem;display:flex}.faq-title{color:var(--text-brand-default);font-size:1.875rem;font-weight:700;line-height:1.3}.faq-accordion{flex-direction:column;gap:.85rem;display:flex}.faq-item{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#00000014);border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item-open{border-color:var(--brand-700);box-shadow:0 4px 14px #0000000a}.faq-question-btn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:inherit;display:flex}.faq-question-text{color:var(--text-brand-default);font-size:1.0625rem;font-weight:600}.faq-icon{color:var(--text-brand-subtle);font-size:1.5rem;font-weight:400;line-height:1}.faq-answer-content{color:var(--text-subtle);border-top:1px dashed #0000000f;padding:.85rem 1.5rem 1.25rem;font-size:.9375rem;line-height:1.65}@media (max-width:640px){.faq-title{font-size:1.5rem}.faq-question-text{font-size:.9375rem}}
.schedule-tour{background-color:var(--surface-surface);border:1px solid var(--border-subtler);border-radius:var(--radius-md);flex-direction:column;gap:1.5rem;width:100%;max-width:410px;padding:1.875rem;display:flex}.schedule-tour-heading{flex-direction:column;gap:1rem;display:flex}.schedule-tour-title{font-family:var(--title-large-emphasized-family);font-weight:var(--title-large-emphasized-weight);font-size:var(--title-large-emphasized-size);line-height:var(--title-large-emphasized-line-height);letter-spacing:var(--title-large-emphasized-letter-spacing);color:var(--text-default);margin:0}.schedule-tour-meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.schedule-tour-tag{border-radius:var(--radius-xs);background:linear-gradient(174deg, var(--brand-950) 0%, var(--neutral-950) 100%);color:var(--neutral-0);font-family:var(--label-large-family);font-weight:var(--font-weight-medium);font-size:var(--label-large-size);letter-spacing:var(--label-large-letter-spacing);padding:.5625rem .5rem}.schedule-tour-rating{align-items:center;gap:.2rem;display:flex}.schedule-tour-reviews{font-family:var(--body-large-family);font-weight:var(--font-weight-regular);font-size:var(--body-large-size);color:var(--text-bold);margin-left:.375rem}.schedule-tour-location{color:var(--text-bold);font-family:var(--font-body);align-items:center;gap:.375rem;font-size:1rem;display:flex}.schedule-tour-price{font-family:var(--font-body);font-weight:var(--font-weight-medium);color:var(--text-brand-subtle);margin:0;font-size:1.375rem}.schedule-tour-price:after{content:""}.schedule-tour-divider{background-color:var(--border-subtler);width:100%;height:1px}.schedule-tour-contact{flex-direction:column;gap:1rem;display:flex}.schedule-tour-contact-title{font-family:var(--title-large-emphasized-family);font-weight:var(--title-large-emphasized-weight);font-size:var(--title-large-emphasized-size);line-height:var(--title-large-emphasized-line-height);letter-spacing:var(--title-large-emphasized-letter-spacing);color:var(--text-default);margin:0}.schedule-tour-agent-card{background-color:var(--surface-sunken);border-radius:var(--radius-md);flex-direction:column;gap:1rem;padding:1rem;display:flex}.schedule-tour-agent-row{align-items:center;gap:.75rem;display:flex}.schedule-tour-agent-avatar{border-radius:var(--radius-circle);background-color:var(--neutral-100);flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.schedule-tour-agent-info{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.schedule-tour-agent-name{font-family:var(--title-medium-emphasized-family);font-weight:var(--title-medium-emphasized-weight);font-size:var(--title-medium-emphasized-size);letter-spacing:var(--title-medium-emphasized-letter-spacing);color:var(--text-default);margin:0}.schedule-tour-agent-phone{color:var(--text-brand-subtle);font-family:var(--body-large-family);font-size:var(--body-large-size);align-items:center;gap:.375rem;display:flex}.schedule-tour-actions{gap:1rem;display:flex}.schedule-tour-message,.schedule-tour-call{flex:1}
