*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:#1a1a2e;background:#fff}img{display:block;width:100%;object-fit:cover}a{text-decoration:none;color:inherit}ul{list-style:none}:root{--gold: #c9a84c;--dark: #1a1a2e;--mid: #2d2d44;--light-bg: #f8f7f4;--text-muted: #6b7280;--text-icon: #306ab8;--text-icon-dark: #052d5f;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.08)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#1a1a2eeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:box-shadow .3s}.navbar.scrolled{box-shadow:0 2px 20px #0000004d}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;height:80px}.logo{font-family:Playfair Display,serif;font-size:1.4rem;color:#fff;display:flex;align-items:center;gap:.4rem}.logo-icon{color:var(--gold);font-size:1rem}.nav-links{display:flex;gap:2rem}.nav-link{color:#ffffffbf;font-size:1.2rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--gold)}.btn-nav{background:var(--gold);color:#fff;padding:.5rem 1.4rem;border-radius:50px;font-size:.85rem;font-weight:600;transition:opacity .2s;cursor:pointer}.btn-nav:hover{opacity:.85}.hero{position:relative;height:100vh;min-height:600px;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1a2ed9,#1a1a2e66)}.hero-content{position:absolute;z-index:2;padding:0 2rem;display:flex;flex-direction:column;bottom:25%;left:10%}.hero-tag{color:var(--gold);font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem}.hero-content h1{font-family:Playfair Display,serif;font-size:75px;color:#fff;line-height:1.15;margin-bottom:1.2rem}.hero-content h1 span{color:var(--gold);font-size:42px;display:block}.hero-sub{color:#fffc;font-size:1.1rem;max-width:500px;margin-bottom:2rem;line-height:1.7}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{position:absolute;bottom:0;left:0;right:0;z-index:2;background:#c9a84cf2;display:flex;justify-content:center}.stat{padding:1.5rem 3rem;text-align:center;border-right:1px solid rgba(255,255,255,.3)}.stat:last-child{border-right:none}.stat span{display:block;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#fff}.stat p{color:#ffffffd9;font-size:.8rem;font-weight:500;margin-top:.2rem}.slider-dots{position:absolute;display:flex;gap:.6rem;min-width:100%;justify-content:center;align-items:center;top:auto;left:auto;bottom:120px}.slider-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0;transition:background .3s}.slider-dot.active{background:#fff;border-color:#fff}.offerings{background-color:var(--light-bg)}.offerings-sub{text-align:center;color:#4b5563;max-width:800px;margin:0 auto 3rem;line-height:1.8}.offerings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.offering-card{background:#fff;border-radius:var(--radius);padding:2.5rem 2rem;box-shadow:0 4px 24px #00000012;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}.offering-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001f}.offering-num{color:var(--gold);font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;line-height:1}.offering-icon{font-size:2.2rem}.offering-card h3{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--dark);margin:0}.offering-tag{display:inline-block;background:#c9a84c26;color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.25rem .75rem;border-radius:20px}.offering-card p{color:#4b5563;line-height:1.7;font-size:.95rem;flex:1}.gallery-section{background:var(--light-bg)}.gallery-section--dark{background:#fff}.gallery-grid{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--gold) transparent}.gallery-grid::-webkit-scrollbar{height:5px}.gallery-grid::-webkit-scrollbar-track{background:transparent}.gallery-grid::-webkit-scrollbar-thumb{background:var(--gold);border-radius:10px}.gallery-item{flex:0 0 320px;height:220px;scroll-snap-align:start;border-radius:var(--radius);overflow:hidden;position:relative;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item--labeled .gallery-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#1a1a2ed9);color:#fff;font-size:.95rem;font-weight:600;padding:1.5rem 1rem .75rem;letter-spacing:.5px}.page-hero{position:relative;height:50vh;min-height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 2rem;padding-top:80px}.page-hero-content h1{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.8rem}.page-hero-content p{font-size:1.1rem;color:#fffc}.btn-primary{background:var(--gold);color:#fff;border:none;padding:.85rem 2rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-primary.full{width:100%}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);padding:.85rem 2rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-sm{background:var(--dark);color:#fff;border:none;padding:.5rem 1.2rem;border-radius:50px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-sm:hover{background:var(--gold)}.btn-sm:disabled{background:#ccc;cursor:not-allowed}.section{padding:3rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-tag{color:var(--gold);font-size:.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:.6rem;text-align:center}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--dark);line-height:1.2;margin-bottom:2.5rem;text-align:center}.section-title.left{text-align:left}.listings{background:var(--light-bg)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .3s}.card:hover{transform:translateY(-6px)}.card-img-wrap{position:relative;height:220px;overflow:hidden}.card-img-wrap img{height:100%;transition:transform .4s}.card:hover .card-img-wrap img{transform:scale(1.05)}.badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:#fff;font-size:.72rem;font-weight:700;padding:.3rem .8rem;border-radius:50px;text-transform:uppercase}.badge.new{background:#16a34a}.badge.sold{background:#6b7280}.card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.card-body h3{font-family:Playfair Display,serif;font-size:1.2rem}.card-loc{color:var(--text-muted);font-size:.85rem}.card-desc{color:#4b5563;font-size:.9rem;line-height:1.6;flex:1}.card-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.price{font-size:1.1rem;color:var(--dark);font-weight:700}.why-choose-us{background:#fff}.why-choose-us .section-tag,.why-choose-us .section-title{color:var(--dark)}.wcu-tabs-layout{display:grid;grid-template-rows:1fr;gap:2.5rem;align-items:start}.wcu-tab-list{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}.wcu-tab{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;background:#ffffff0d;border:.15rem solid rgba(255,255,255,.08);border-radius:var(--radius);cursor:pointer;transition:background .25s,border-color .25s;text-align:center}.wcu-tab img{width:auto;border:solid .18rem var(--text-icon);padding:.5rem;border-radius:1rem}.wcu-tab span{font-size:1.2rem;color:var(--text-icon-dark);font-weight:700;line-height:1.3;transition:color .25s}.wcu-tab:hover,.wcu-tab.active{border-color:var(--gold);border-width:.15rem}.wcu-tab-panel{border:1px solid var(--gold);border-radius:var(--radius);padding:3rem 2.5rem;min-height:280px;display:flex;flex-direction:column;gap:1.2rem}.wcu-panel-icon{width:120px;height:120px;object-fit:contain}.wcu-tab-panel h3{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--dark)}.wcu-tab-panel p{color:#ffffffb3;line-height:1.9;font-size:.95rem;color:var(--dark)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.why-img img{border-radius:var(--radius);height:500px}.why-desc{color:#4b5563;line-height:1.8;margin-bottom:2rem}.why-points{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.point{display:flex;gap:1rem;align-items:flex-start}.point-icon{color:var(--gold);font-size:1.2rem;margin-top:.1rem;flex-shrink:0}.point strong{display:block;margin-bottom:.2rem}.point p{color:var(--text-muted);font-size:.9rem}.testimonials{background:var(--dark)}.testimonials .section-tag{color:var(--gold)}.testimonials .section-title{color:#fff}.testi-grid{display:grid;gap:1.5rem}.testi-card{gap:20px;display:flex;flex-direction:row;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:.7rem}.testi-card .news{display:flex;flex-direction:column;justify-content:space-between}.testi-card p{color:#fffc;line-height:1.8;margin-bottom:1.5rem;font-size:.9rem}.testi-card a{color:#fff;font-size:.9rem}.testi-author{display:flex;align-items:center;gap:1rem;width:400px}.testi-author strong{display:block;color:#fff;font-size:.95rem}.testi-author span{color:var(--gold);font-size:.8rem}.testi-author img{width:300px;border-radius:5%;object-fit:cover;flex-shrink:0}.news>div{color:#fff;font-size:.7rem}.news>p:last-child{margin-bottom:0;padding-bottom:0}.faq-section{background:var(--light-bg)}.faq-container{max-width:860px}.faq-header{text-align:center;margin-bottom:3rem}.faq-header .section-tag{color:var(--gold)}.faq-header .section-title{color:var(--dark)}.faq-sub{color:var(--text-muted);font-size:1rem;margin-top:.5rem}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(26,26,46,.12)}.faq-item:first-child{border-top:1px solid rgba(26,26,46,.12)}.faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;gap:1rem;text-align:left;color:var(--dark);font-size:1rem;font-weight:500;transition:color .2s}.faq-question:hover,.faq-item.open .faq-question{color:var(--gold)}.faq-icon{font-size:1.4rem;color:var(--gold);flex-shrink:0;line-height:1}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.2rem}.faq-answer p{color:#4b5563;line-height:1.8;font-size:.95rem}.contact{background:var(--light-bg)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-text p{color:#4b5563;line-height:1.8;margin-bottom:1.5rem}.contact-info p{color:var(--dark);font-size:.95rem;margin-bottom:.6rem}.contact-form{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #e5e7eb;border-radius:8px;padding:.8rem 1rem;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold)}.contact-form textarea{resize:vertical}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-img img{border-radius:var(--radius);height:460px}.about-text p{color:#4b5563;line-height:1.8}.mission-vision{background:var(--dark)}.mv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.mv-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center}.mv-card.accent{background:var(--gold);border-color:var(--gold)}.mv-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.mv-card h3{font-family:Playfair Display,serif;font-size:1.3rem;color:#fff;margin-bottom:1rem}.mv-card p{color:#fffc;line-height:1.8;font-size:.9rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.team-card{text-align:center;background:var(--light-bg);border-radius:var(--radius);padding:2rem 1.5rem;transition:transform .3s}.team-card:hover{transform:translateY(-4px)}.team-card img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid var(--gold)}.team-card h4{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:.3rem}.team-card span{color:var(--gold);font-size:.8rem;font-weight:600;display:block;margin-bottom:.8rem}.team-card p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.milestones{background:var(--light-bg)}.timeline{position:relative;max-width:700px;margin:0 auto}.timeline:before{content:"";position:absolute;left:90px;top:0;bottom:0;width:2px;background:var(--gold);opacity:.3}.tl-item{display:flex;gap:2rem;margin-bottom:2.5rem;align-items:flex-start}.tl-year{min-width:80px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--gold);text-align:right;padding-top:.2rem}.tl-content{background:#fff;border-radius:var(--radius);padding:1.2rem 1.5rem;box-shadow:var(--shadow);flex:1}.tl-content h4{font-size:1rem;margin-bottom:.3rem}.tl-content p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.filter-bar{display:flex;gap:.8rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-btn{background:transparent;border:2px solid #e5e7eb;color:var(--text-muted);padding:.5rem 1.4rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--gold);border-color:var(--gold);color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.proj-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .3s}.proj-card:hover{transform:translateY(-6px)}.proj-img-wrap{position:relative;height:230px;overflow:hidden}.proj-img-wrap img{height:100%;transition:transform .4s}.proj-card:hover .proj-img-wrap img{transform:scale(1.05)}.proj-status{position:absolute;top:1rem;right:1rem;font-size:.72rem;font-weight:700;padding:.3rem .8rem;border-radius:50px;text-transform:uppercase}.proj-status.ongoing{background:#dbeafe;color:#1d4ed8}.proj-status.completed{background:#dcfce7;color:#15803d}.proj-status.upcoming{background:#fef9c3;color:#a16207}.proj-body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.proj-cat{font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:1px}.proj-body h3{font-family:Playfair Display,serif;font-size:1.25rem}.proj-body p{color:#4b5563;font-size:.9rem;line-height:1.6;flex:1}.proj-specs{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.3rem}.proj-specs span{background:var(--light-bg);color:var(--dark);font-size:.78rem;font-weight:500;padding:.3rem .8rem;border-radius:50px}.footer{background:var(--dark);color:#ffffffbf;padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem}.footer-brand .logo{color:#fff;font-size:1.3rem;margin-bottom:1rem;display:inline-flex}.footer-brand p{font-size:.88rem;line-height:1.8;max-width:260px}.footer-links h5,.footer-contact h5{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:1.2rem}.footer-links ul li{margin-bottom:.6rem}.footer-links ul li a{font-size:.88rem;transition:color .2s}.footer-links ul li a:hover{color:var(--gold)}.footer-contact p{font-size:.88rem;margin-bottom:.6rem;line-height:1.6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;text-align:center;font-size:.82rem;color:#fff6}.des{color:var(--dark)}.des h4+p{margin-bottom:1rem}.des h4+p:last-child{margin-bottom:0}.des>p{margin-bottom:1rem}.des>p:last-child{margin-bottom:0}.des ol{margin-top:.2rem;margin-left:1.2rem;padding-left:0}@media (max-width: 1000px){.why-grid,.contact-grid,.about-intro{grid-template-columns:1fr;gap:2rem}.offerings-grid{grid-template-columns:1fr}.wcu-tabs-layout{grid-template-rows:1fr}.wcu-tab-list{grid-template-columns:repeat(3,1fr)}.gallery-grid,.gallery-grid--projects{overflow-x:auto}.why-img img,.about-img img{height:300px}.mv-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-stats{position:static;flex-wrap:wrap}.stat{padding:1rem 1.5rem}}@media (max-width: 600px){.nav-links{display:none}.hero-content h1{font-size:2.2rem}.gallery-grid,.gallery-grid--projects{overflow-x:auto}.footer-grid{grid-template-columns:1fr}.timeline:before{left:70px}.tl-year{min-width:60px;font-size:.95rem}}
