html:has(.lp){scrollbar-gutter:stable}.lp-header{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1180px;margin:0 auto;padding:14px 24px}.lp-logo{height:clamp(50px,4.6vw,66px);width:auto;display:block}.lp{min-height:100vh;display:flex;flex-direction:column}.lp-hero{position:relative;overflow:hidden;flex:1;display:flex;align-items:center;padding:48px 0 64px}.lp-hero>.container{width:100%}.lp-hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.lp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#12271fed,#12271fc7 55%,#12271f80)}.lp-hero-grid{position:relative;display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:center}.lp-hero-copy h1{color:var(--surface);font-size:clamp(2.2rem,5vw,3.4rem);letter-spacing:-.02em}.lp-hero-copy>p{color:#fffdf7e0;margin:18px 0 28px;max-width:52ch;font-size:1.05rem}.lp-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.lp-chip{background:var(--gold);color:var(--green-900);font-weight:700;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px}.lp-facts{list-style:none;margin:0 0 26px;padding:14px 18px;display:grid;gap:10px;max-width:480px;background:#fffdf714;border:1px solid rgba(255,253,247,.22);border-radius:var(--radius-md)}.lp-facts li{display:flex;justify-content:space-between;align-items:baseline;gap:14px;font-size:.92rem}.lp-facts span{color:#fffdf7a6;flex-shrink:0}.lp-facts strong{color:var(--surface);text-align:right}.lp-hero-copy .lp-urgency{color:var(--gold);font-weight:700;letter-spacing:.02em;margin:0 0 14px}.lp-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.lp-location{margin-top:56px}.lp-form-slot .lead-form{box-shadow:var(--shadow)}.lp .lead-form .btn{align-self:center}.lp-survey-options{display:grid;gap:10px}.lp-option{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:14px 16px;border:1px solid var(--gold-soft);border-radius:var(--radius-sm);background:var(--bg);font:inherit;cursor:pointer;text-align:left;transition:border-color .2s ease,transform .2s ease}.lp-option:hover{border-color:var(--green-700);transform:translateY(-1px)}.lp-option strong{color:var(--ink)}.lp-option span{color:var(--green-700);font-weight:600;white-space:nowrap}.lp-survey-back{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--green-700);cursor:pointer;align-self:flex-start}.lp-form-final .lp-survey-back-light{color:#fffdf7d9;margin-top:12px}.lp-flash .lead-form{animation:lp-glow 1.2s ease}@keyframes lp-glow{0%{box-shadow:0 0 #c6a15b00}30%{box-shadow:0 0 0 5px #c6a15be6}to{box-shadow:0 12px 40px #14201a1a}}.lp-section{padding:72px 0}.lp-tinted{background:var(--tint)}.lp-rera{font-size:.72rem;word-break:break-all}.lp-footer{background:var(--green-900);color:#fffdf78c;padding:24px 0 18px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:-28px;position:relative;z-index:2}.lp-footer-row{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.85rem}.lp-sticky{display:none}@media(min-width:769px)and (max-height:820px){.lp-hero{padding:24px 0 40px}.lp-hero-copy h1{font-size:clamp(2rem,4vw,2.7rem)}.lp-hero-copy>p{margin:12px 0 20px;font-size:1rem}.lp-chips{margin-bottom:14px}.lp-facts{margin-bottom:18px;gap:8px;padding:12px 16px}.lp .lead-form{padding:30px 28px;gap:12px}.lp .lead-form input{padding:11px 16px}}@media(max-width:768px){.lp-hero-grid{grid-template-columns:1fr;gap:28px}.lp-logo{height:48px}.lp-header .btn{padding:10px 16px;font-size:.85rem}.lp-hero-actions{display:none}.lp-footer{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.lp-sticky{position:fixed;bottom:0;left:0;right:0;z-index:90;display:flex;gap:10px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:var(--surface);box-shadow:0 -8px 24px #14201a2e}.lp-sticky .btn{flex:1;text-align:center;padding:10px 14px;font-size:.85rem}}:root{--bg: #f7f3eb;--surface: #fffdf7;--tint: #efe9db;--ink: #14201a;--body: #5f6b63;--green-900: #12271f;--green-800: #16332a;--green-700: #1e4d3b;--gold: #c6a15b;--gold-soft: #eaddc2;--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--font-display: "Sora", sans-serif;--font-body: "Manrope", sans-serif;--shadow: 0 12px 40px rgba(20, 32, 26, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;font-weight:700}p{color:var(--body)}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font:inherit;cursor:pointer;border:none;background:none}.container{max-width:1180px;margin:0 auto;padding:0 24px}.container.narrow{max-width:760px}.section{padding:96px 0}.section-tinted{background:var(--tint)}.section-title{font-size:clamp(2rem,4.5vw,3.25rem);letter-spacing:-.02em;margin-bottom:48px}.section-title-light{color:var(--surface)}.section-eyebrow{display:inline-block;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;margin-bottom:12px}.center{display:flex;justify-content:center;margin-top:48px}.btn{display:inline-block;padding:14px 30px;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .25s ease,background .25s ease,color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green-700);color:var(--surface)}.btn-primary:hover{background:var(--green-900)}.btn-light{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.btn-light:hover{background:var(--gold-soft)}.text-link{color:var(--green-700);font-weight:600;transition:color .2s ease}.text-link:hover{color:var(--gold)}.nav-wrap{position:fixed;top:16px;left:0;right:0;z-index:100;padding:0 16px;display:flex;justify-content:center}.nav-pill{width:min(1148px,100%);display:flex;align-items:center;gap:16px;background:#f7f3ebeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;padding:8px 12px 8px 20px;box-shadow:var(--shadow)}.nav-logo{display:flex;align-items:center;flex-shrink:0}.nav-logo img{height:clamp(50px,4.6vw,66px);width:auto;display:block}.nav-menu{flex:1;display:flex;align-items:center;justify-content:center;gap:4px}.nav-cta{flex-shrink:0}.nav-link{padding:10px 18px;border-radius:999px;font-weight:600;color:var(--green-800);transition:background .2s ease}.nav-link:hover,.nav-link-active{background:var(--tint);color:var(--green-700)}.hero{position:relative;min-height:94vh;display:flex;align-items:flex-end;overflow:hidden}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#12271f0d,#12271f8c 55%,#12271feb)}.hero-content{position:relative;padding-bottom:88px;width:100%}.hero h1{color:var(--surface);font-size:clamp(2.4rem,6vw,4.4rem);letter-spacing:-.02em;max-width:15ch}.hero-copy{color:#fffdf7d9;max-width:52ch;margin:20px 0 32px;font-size:1.05rem}.hero-actions{display:flex;align-items:center;gap:36px;flex-wrap:wrap}.hero-scene{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:linear-gradient(180deg,#f4e9d3,#e5cd9c 55%,#d8b978)}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-glow{position:absolute;top:9%;right:14%;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#f0dca8f2,#f0dca800 70%);animation:glow-pulse 7s ease-in-out infinite}@keyframes glow-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.18);opacity:1}}.hero-cloud{position:absolute;left:0;background:#fffdf78c;filter:blur(26px);border-radius:50%;animation-name:cloud-drift;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes cloud-drift{0%{transform:translate(-30vw)}to{transform:translate(110vw)}}.hero-layer{position:absolute;bottom:0;left:0;display:flex;width:max-content}.hero-layer-far{height:66%;opacity:.45;animation:hero-pan 110s linear infinite}.hero-layer-near{height:56%;animation:hero-pan 65s linear infinite}@keyframes hero-pan{to{transform:translate(-50%)}}.hero-strip{height:100%;width:auto;display:block;flex-shrink:0}.hero-window{opacity:.3;animation:twinkle 4s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.22}50%{opacity:.95}}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pillar-card{background:var(--surface);border-radius:var(--radius-lg);padding:36px 30px;box-shadow:var(--shadow);height:100%;display:flex;flex-direction:column;gap:14px}.pillar-number{font-family:var(--font-display);font-weight:800;font-size:2.4rem;color:var(--gold)}.pillar-card p{flex:1}.stats-band{background:var(--green-900);border-radius:var(--radius-lg);padding:64px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center}.counter{display:flex;flex-direction:column;gap:6px}.counter-value{font-family:var(--font-display);font-weight:800;font-size:clamp(2.2rem,4.5vw,3.4rem);color:var(--gold);letter-spacing:-.02em}.stats-band .counter-label{color:#fffdf7cc;font-weight:500}.diff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.diff-card,.contact-card{background:var(--surface);border-radius:var(--radius-lg);padding:32px 26px;box-shadow:var(--shadow);height:100%;display:flex;flex-direction:column;gap:12px}.diff-icon{font-size:1.9rem}.diff-card h3,.contact-card h3{font-size:1.1rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.contact-card p{flex:1;word-break:break-word}.dark-section{background:var(--green-900);border-radius:var(--radius-lg);margin:0 16px;padding:96px 0}.feature-row{display:flex;gap:14px;height:440px}.feature-card{position:relative;flex:1;border-radius:var(--radius-md);overflow:hidden;transition:flex .55s cubic-bezier(.4,0,.2,1)}.feature-card:hover,.feature-card:focus-visible{flex:2.6}.feature-card-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.feature-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;padding:26px;background:linear-gradient(180deg,#12271f00 45%,#12271fd9)}.feature-card-overlay h3{color:var(--surface);font-size:1.3rem;white-space:nowrap}.feature-card-meta{color:#fffdf7bf;font-size:.85rem;white-space:nowrap}.feature-card-cta{color:var(--gold);font-weight:600;font-size:.9rem;max-height:0;opacity:0;overflow:hidden;transition:max-height .45s ease,opacity .45s ease .1s}.feature-card:hover .feature-card-cta,.feature-card:focus-visible .feature-card-cta{max-height:40px;opacity:1}.status-badge{display:inline-block;padding:6px 14px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.08em;width:fit-content}.badge-completed{background:var(--gold);color:var(--green-900)}.badge-construction{background:#0d9488;color:var(--surface)}.badge-soon{background:var(--tint);color:var(--green-700)}.testimonial-head{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.review-source{color:var(--body);font-weight:600;font-size:.9rem;margin-bottom:48px}.review-stars{color:var(--gold);font-size:1.05rem;letter-spacing:3px}.review-slide{animation:review-fade .6s ease both}@keyframes review-fade{0%{opacity:0;transform:translateY(14px)}}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-card{background:var(--surface);border-radius:var(--radius-lg);padding:32px 28px;box-shadow:var(--shadow);height:100%;display:flex;flex-direction:column;gap:20px}.testimonial-card p{flex:1;font-size:1.02rem}.testimonial-card footer{display:flex;flex-direction:column;margin-top:auto}.testimonial-card footer span{color:var(--gold);font-size:.85rem;font-weight:600}.page-hero{padding:180px 0 64px;background:linear-gradient(180deg,var(--tint) 0%,var(--bg) 100%)}.page-hero h1{font-size:clamp(2.2rem,5vw,3.6rem);letter-spacing:-.02em;max-width:20ch}.page-hero-sub{margin-top:16px;max-width:56ch;font-size:1.05rem}.breadcrumb{color:var(--body);font-size:.85rem;font-weight:600;margin-bottom:18px}.breadcrumb a:hover{color:var(--green-700)}.crumb-sep{padding:0 6px;color:var(--gold)}.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:40px}.filter-pill{padding:10px 24px;border-radius:999px;background:var(--surface);border:1px solid var(--gold-soft);font-weight:600;color:var(--body);transition:background .2s ease,color .2s ease}.filter-pill:hover{color:var(--green-700)}.filter-pill-active{background:var(--green-700);border-color:var(--green-700);color:var(--surface)}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.project-card{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease;height:100%}.project-card:hover{transform:translateY(-6px)}.project-card-media{position:relative;aspect-ratio:16 / 9;overflow:hidden}.project-card-art{width:100%;height:100%;object-fit:cover}.project-card-media .status-badge{position:absolute;top:16px;left:16px}.project-card-body{padding:26px 28px 30px;display:flex;flex-direction:column;gap:10px;flex:1}.project-card-type{color:var(--gold);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.project-card-body p{flex:1}.specs-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:var(--surface);border-radius:var(--radius-lg);padding:28px 32px;box-shadow:var(--shadow)}.spec-item{display:flex;flex-direction:column;gap:4px}.spec-label{color:var(--body);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.spec-value{font-family:var(--font-display);font-weight:700}.detail-hero-media{position:relative;margin-top:32px;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16 / 9;max-height:640px;margin-left:auto;margin-right:auto}.detail-hero-art{width:100%;height:100%}.detail-hero-media .status-badge{position:absolute;top:20px;left:20px}.detail-columns{display:grid;grid-template-columns:1.6fr 1fr;gap:48px;align-items:start}.detail-description h2{font-size:1.8rem;margin-bottom:20px}.detail-description p{margin-bottom:16px}.highlight-list{margin-top:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px;list-style:none}.highlight-list li{position:relative;padding-left:26px;font-weight:600;color:var(--green-800)}.highlight-list li:before{content:"✦";position:absolute;left:0;color:var(--gold)}.key-details{background:var(--green-900);color:var(--surface);border-radius:var(--radius-lg);padding:32px 30px}.key-details h3{color:var(--gold);margin-bottom:20px}.key-detail-row{display:flex;flex-direction:column;gap:2px;padding:12px 0;border-bottom:1px solid rgba(255,253,247,.12)}.key-detail-row:last-child{border-bottom:none}.key-detail-row span{color:#fffdf799;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.amenity-card{background:var(--surface);border-radius:var(--radius-md);padding:26px 22px;height:100%;display:flex;flex-direction:column;gap:8px}.amenity-icon{font-size:1.7rem}.amenity-card h3{font-size:1rem}.amenity-card p{font-size:.9rem}.map-embed{width:100%;height:380px;border:none;border-radius:var(--radius-lg)}.detail-address{margin-bottom:24px;max-width:40ch}.transport-list{margin-top:36px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.transport-item{background:var(--surface);border-radius:var(--radius-sm);padding:14px 18px;display:flex;flex-direction:column}.transport-category{color:var(--gold);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.transport-item span:last-child{color:var(--body);font-size:.85rem}.detail-nav{display:flex;justify-content:space-between;padding-bottom:80px}.lead-form{background:var(--surface);border-radius:var(--radius-lg);padding:44px 40px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px}.lead-form h3{font-size:1.6rem}.lead-form-sub{margin-top:-8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lead-form input,.lead-form textarea{font:inherit;padding:14px 18px;border:1px solid var(--gold-soft);border-radius:var(--radius-sm);background:var(--bg);color:var(--ink);width:100%;resize:vertical;transition:border-color .2s ease}.lead-form input:focus,.lead-form textarea:focus{outline:none;border-color:var(--green-700)}.lead-form .btn{align-self:flex-start}.lead-form-done{text-align:center;gap:8px}.lead-form-error{color:#b3261e;font-size:.9rem}.lead-form-error a{font-weight:700;text-decoration:underline}.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0}.plans-shell{position:relative}.plans-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;background:var(--green-700);color:var(--surface);font-size:1.7rem;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);transition:background .2s ease,transform .2s ease}.plans-arrow:hover{background:var(--green-900);transform:translateY(-50%) scale(1.06)}.plans-arrow-left{left:14px}.plans-arrow-right{right:14px}.carousel-frame{position:relative;overflow:hidden;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow)}.carousel-track{display:flex;transition:transform .45s ease}.carousel-slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center;height:560px;padding:16px}.carousel-slide img{max-width:100%;max-height:100%;object-fit:contain}.carousel-count{position:absolute;top:14px;right:14px;background:#12271fbf;color:var(--surface);font-size:.85rem;font-weight:600;padding:4px 12px;border-radius:999px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.carousel-dot{width:9px;height:9px;border-radius:50%;background:var(--gold-soft);padding:0;transition:background .2s ease,transform .2s ease}.carousel-dot-active{background:var(--green-700);transform:scale(1.3)}.plans-intro{max-width:62ch;margin:-28px 0 36px}.plans-gate{display:grid;border-radius:var(--radius-lg);overflow:hidden}.plans-gate>*{grid-area:1 / 1}.plans-blur{filter:blur(16px);transform:scale(1.03);pointer-events:none;-webkit-user-select:none;user-select:none}.plans-overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#f7f3eb99;padding:32px 20px}.plans-overlay .lead-form{width:min(560px,100%)}.plans-lock{font-size:2rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.call-value{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,3vw,2.1rem);color:var(--green-800);letter-spacing:-.01em}.contact-hours{color:var(--gold);font-weight:600;font-size:.92rem}.contact-card .btn{align-self:flex-start;margin-top:8px}.project-call-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project-call-item{background:var(--surface);border-radius:var(--radius-md);padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:var(--shadow);height:100%}.project-call-item h3{margin:10px 0 4px;font-size:1.15rem}.project-call-item h3 a:hover{color:var(--green-700)}.project-call-item p{font-size:.9rem}.project-call-item .btn{flex-shrink:0}.faq-list{display:flex;flex-direction:column;gap:14px;max-width:820px}.faq-item{background:var(--surface);border-radius:var(--radius-md);padding:20px 26px;box-shadow:var(--shadow)}.faq-item summary{font-family:var(--font-display);font-weight:600;cursor:pointer;list-style-position:outside}.faq-item summary::marker{color:var(--gold)}.faq-item p{margin-top:12px}.about-copy{font-size:1.08rem;margin-bottom:20px}.footer{background:var(--green-900);color:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:40px;padding:72px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,253,247,.12)}.footer-logo-img{height:96px;width:auto;display:block}.footer-tagline{color:#fffdf7b3;margin-top:12px;max-width:32ch}.footer h4{color:var(--gold);margin-bottom:16px;font-size:.95rem}.footer-link{display:block;color:#fffdf7cc;padding:5px 0;transition:color .2s ease}.footer-link:hover{color:var(--gold)}.footer-address{color:#fffdf799;margin-top:8px;font-size:.9rem}.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:24px;color:#fffdf78c;font-size:.85rem}.img-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.img-frame{position:relative;overflow:hidden;background:var(--green-900)}.img-frame-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(26px) brightness(.85);transform:scale(1.15)}.img-frame-main{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero-layer,.hero-window,.hero-cloud,.hero-glow{animation:none}}@media(max-width:1024px){.diff-grid,.amenity-grid{grid-template-columns:repeat(2,1fr)}.feature-row{height:400px}}@media(max-width:768px){.section{padding:64px 0}.nav-pill{flex-wrap:wrap;border-radius:28px;padding:10px 14px;row-gap:2px}.nav-logo img{height:48px}.nav-menu{order:3;width:100%;flex-basis:100%}.nav-cta{margin-left:auto;padding:12px 18px;font-size:.85rem}.nav-link{padding:8px 12px;font-size:.9rem}.pillar-grid,.stats-band,.contact-grid,.grid-2,.project-call-list,.testimonial-grid,.project-grid{grid-template-columns:1fr}.carousel-slide{height:380px;padding:8px}.plans-arrow{width:40px;height:40px}.project-call-item{flex-direction:column;align-items:flex-start}.detail-columns{grid-template-columns:1fr;gap:32px}.specs-strip{grid-template-columns:repeat(2,1fr)}.highlight-list,.transport-list,.form-row{grid-template-columns:1fr}.feature-row{flex-direction:column;height:auto}.feature-card{min-height:220px;flex:none}.feature-card-cta{max-height:40px;opacity:1}.detail-hero-media{aspect-ratio:4 / 3}.footer-grid{grid-template-columns:1fr}.hero{min-height:88vh}}@media(max-width:480px){.diff-grid,.amenity-grid,.specs-strip{grid-template-columns:1fr}.lead-form{padding:32px 24px}}
