@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--navy:#1e2348;--navy-light:#2a3060;--gold:#c9a84c;--gold-light:#e6c96e;--bg-light:#f8f9fc;--text-primary:#1e2348;--text-body:#555;--text-muted:#888;--border:#ecedf2;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}body{font-family:var(--font-sans);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;margin:0;font-size:16px;line-height:1.6}#root{text-align:left;border:none;flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--text-primary);margin:0 0 .5rem}h1{letter-spacing:-.5px;font-size:2.5rem;font-weight:700;line-height:1.15}h2{font-size:1.8rem;font-weight:700;line-height:1.2}h3{font-size:1.2rem;font-weight:600;line-height:1.3}p{margin:0;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}ul{margin:0;padding:0;list-style:none}.home-page{width:100%;overflow-x:hidden}.home-container{max-width:1200px;margin:0 auto;padding:0 2rem}.home-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem 8rem;display:flex;position:relative}.home-hero-content{max-width:820px;animation:1s ease-out heroFadeIn}.home-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border:1px solid #c9a84c40;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.6rem;font-size:.78rem;font-weight:700;animation:1s ease-out .2s both heroFadeIn;display:inline-block}.home-hero-title{color:#fff;letter-spacing:-1px;text-shadow:0 4px 30px #0000004d;margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1.1;animation:1s ease-out .35s both heroFadeIn}.hero-brand{background:linear-gradient(135deg,#c9a84c,#e6c96e,#c9a84c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.home-hero-subtitle{color:#ffffffb3;letter-spacing:1.5px;margin-bottom:.75rem;font-size:1.15rem;font-weight:500;animation:1s ease-out .45s both heroFadeIn}.home-hero-description{color:#ffffffd1;margin-bottom:1rem;font-size:1.05rem;line-height:1.7;animation:1s ease-out .55s both heroFadeIn}.home-hero-actions{flex-wrap:wrap;justify-content:center;gap:1.2rem;animation:1s ease-out .65s both heroFadeIn;display:flex}.hero-btn{letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border-radius:6px;padding:.9rem 2.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .3s}.hero-btn-primary{color:#1e2348;background:linear-gradient(135deg,#c9a84c,#e6c96e);box-shadow:0 4px 20px #c9a84c59}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #c9a84c80}.hero-btn-outline{color:#fff;background:0 0;border:2px solid #fff6}.hero-btn-outline:hover{color:#c9a84c;border-color:#c9a84c;transform:translateY(-3px)}.hero-scroll-indicator{cursor:pointer;color:#c9a84c;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:.2rem;transition:color .3s,transform .3s;animation:1s ease-out 1.2s both heroFadeIn;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator:hover{color:#e0bf6a;transform:translate(-50%)translateY(3px)}.scroll-label{letter-spacing:3px;text-transform:uppercase;color:inherit;opacity:.9;margin-bottom:.35rem;font-size:.65rem;font-weight:700}.scroll-chevron{width:22px;height:22px;color:inherit;animation:1.6s ease-in-out infinite chevronBounce;display:block}.scroll-chevron--delayed{opacity:.55;margin-top:-10px;animation-delay:.25s}.section-header-home{text-align:center;margin-bottom:3.5rem}.section-tag-home{letter-spacing:2.5px;text-transform:uppercase;color:#c9a84c;margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-block}.section-title-home{color:#1e2348;margin-bottom:1rem;font-size:2.4rem;font-weight:700;line-height:1.2}.section-divider-home{background:linear-gradient(90deg,#1e2348,#3a4080);border-radius:2px;width:50px;height:3px;margin:0 auto 1.25rem}.section-subtitle-home{color:#777;max-width:550px;margin:0 auto;font-size:1rem;line-height:1.7}.home-services{background:#f8f9fc;padding:6rem 0}.services-grid-home{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card-home{background:#fff;border:1px solid #ecedf2;border-radius:12px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.service-card-home:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 16px 48px #1e23481f}.service-card-accent{transform-origin:0;background:linear-gradient(90deg,#1e2348,#c9a84c);width:100%;height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.service-card-home:hover .service-card-accent{transform:scaleX(1)}.service-icon-home{background:linear-gradient(135deg,#1e2348,#2a3060);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;transition:transform .3s;display:flex}.service-card-home:hover .service-icon-home{transform:scale(1.08)}.service-icon-home svg{color:#c9a84c;width:24px;height:24px}.service-card-home h3{color:#1e2348;text-align:left;margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.35}.service-card-home p{color:#666;text-align:left;margin:0;font-size:.9rem;line-height:1.7}.home-impact{background:#fff;padding:6rem 0}.impact-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.impact-image{border-radius:16px;overflow:hidden;box-shadow:0 12px 48px #0000001f}.impact-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.impact-image:hover img{transform:scale(1.04)}.impact-text h2{color:#1e2348;text-align:left;margin-bottom:1.25rem;font-size:2rem;font-weight:700;line-height:1.2}.impact-text>p{color:#555;text-align:left;margin-bottom:2rem;font-size:.98rem;line-height:1.85}.impact-stats{gap:2.5rem;margin-bottom:2rem;display:flex}.stat-item{text-align:left;flex-direction:column;display:flex}.stat-number{background:linear-gradient(135deg,#1e2348,#3a4080);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800;line-height:1.1}.stat-label{color:#888;letter-spacing:.5px;text-transform:uppercase;margin-top:.25rem;font-size:.82rem;font-weight:600}.impact-link{color:#c9a84c;letter-spacing:.3px;align-items:center;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.impact-link:hover{color:#1e2348;transform:translate(6px)}.home-cta{text-align:center;background:linear-gradient(135deg,#1e2348 0%,#2a3060 50%,#1e2348 100%);padding:6rem 2rem;position:relative;overflow:hidden}.home-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c14,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-40%;right:-15%}.home-cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c0f,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.home-cta-inner{z-index:1;max-width:680px;margin:0 auto;position:relative}.home-cta-inner h2{color:#fff;margin-bottom:1.25rem;font-size:2.2rem;font-weight:700;line-height:1.2}.home-cta-inner p{color:#ffffffc7;margin-bottom:2.5rem;font-size:1rem;line-height:1.85}.home-cta-btn{color:#1e2348;letter-spacing:1.5px;text-transform:uppercase;background:linear-gradient(135deg,#c9a84c,#e6c96e);border-radius:6px;padding:.9rem 2.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #c9a84c4d}.home-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 28px #c9a84c73}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes chevronBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.6;transform:translateY(5px)}}@media (width<=1024px){.home-hero-title{font-size:3rem}.services-grid-home{grid-template-columns:repeat(2,1fr)}.impact-content{grid-template-columns:1fr;gap:2.5rem}.impact-image{max-width:560px;margin:0 auto}.impact-text h2,.impact-text>p{text-align:center}.impact-stats{justify-content:center}.stat-item{text-align:center}.impact-link{justify-content:center}}@media (width<=640px){.home-hero{background-attachment:scroll;min-height:90vh;padding:4rem 1.5rem}.home-hero-title{font-size:2.2rem}.home-hero-subtitle{font-size:.95rem}.home-hero-description{font-size:.92rem}.home-services,.home-impact{padding:4rem 0}.services-grid-home{grid-template-columns:1fr}.section-title-home{font-size:1.8rem}.home-cta{padding:4rem 1.5rem}.home-cta-inner h2{font-size:1.6rem}.hero-scroll-indicator{display:none}.impact-stats{flex-direction:column;align-items:center;gap:1rem}}.about-page{width:100%;overflow-x:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:520px;padding:6rem 2rem;display:flex;position:relative}.about-hero-content{max-width:780px;animation:.9s ease-out fadeInUp}.about-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.about-hero-title{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 20px #0000004d;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.15}.about-hero-title .highlight-brand{background:linear-gradient(135deg,#c9a84c,#e6c96e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-hero-description{color:#ffffffe0;text-align:center;margin-bottom:2rem;font-size:1.1rem;line-height:1.85}.about-hero-divider{background:linear-gradient(90deg,#c9a84c,#e6c96e);border-radius:2px;width:60px;height:3px;margin:0 auto}.about-core-values{background:#f8f9fc;padding:5rem 0}.core-values-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.core-value-card{background:#fff;border-radius:12px;padding:2.5rem;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f}.core-value-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.card-accent-bar{background:linear-gradient(90deg,#1e2348,#3a4080);border-radius:2px;width:50px;height:4px;margin-bottom:1.5rem}.core-value-card h2{color:#1e2348;text-align:left;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.card-intro{color:#555;text-align:left;margin-bottom:1.25rem;font-size:.98rem;line-height:1.8}.card-bullet-list{margin:0;padding:0;list-style:none}.card-bullet-list li{color:#555;text-align:left;padding:.7rem 0 .7rem 1.6rem;font-size:.95rem;line-height:1.7;position:relative}.card-bullet-list li:before{content:"";background:linear-gradient(135deg,#1e2348,#3a4080);border-radius:50%;width:8px;height:8px;position:absolute;top:1.1rem;left:0}.bullet-label{color:#1e2348;font-weight:600}.core-value-quote{background:linear-gradient(135deg,#f0f1f8,#e8e9f3);border-left:4px solid #1e2348;border-radius:0 8px 8px 0;align-items:flex-start;gap:.75rem;margin-top:1.5rem;padding:1.2rem 1.4rem;display:flex}.quote-icon{color:#1e2348;opacity:.5;flex-shrink:0;margin-top:2px}.core-value-quote p{color:#3a3a4a;text-align:left;margin:0;font-size:.92rem;font-style:italic;font-weight:500;line-height:1.7}.about-community-banner{background:#f8f9fc;padding:0 0 5rem}.community-image-wrapper{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000001a}.community-image-wrapper img{object-fit:cover;width:100%;height:400px;transition:transform .6s;display:block}.community-image-wrapper:hover img{transform:scale(1.03)}.community-image-overlay{background:linear-gradient(#0000,#1e2348e6);padding:2rem 2.5rem;position:absolute;bottom:0;left:0;right:0}.community-image-overlay span{color:#fff;letter-spacing:.3px;text-shadow:0 2px 8px #0000004d;font-size:1.3rem;font-weight:700}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{letter-spacing:2.5px;text-transform:uppercase;color:#c9a84c;margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-block}.section-title{color:#1e2348;margin-bottom:1rem;font-size:2.2rem;font-weight:700;line-height:1.2}.section-divider{background:linear-gradient(90deg,#1e2348,#3a4080);border-radius:2px;width:50px;height:3px;margin:0 auto}.about-engagement{background:#fff;padding:5rem 0}.engagement-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.engagement-card{text-align:center;background:#fff;border:1px solid #e8e9f0;border-radius:12px;padding:2rem 1.5rem;transition:all .35s;position:relative;overflow:hidden}.engagement-card:before{content:"";z-index:0;background:linear-gradient(135deg,#1e2348,#2a3060);height:0;transition:height .35s;position:absolute;top:0;left:0;right:0}.engagement-card:hover:before{height:100%}.engagement-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 12px 40px #1e234833}.engagement-card>*{z-index:1;position:relative}.engagement-number{background:linear-gradient(135deg,#c9a84c,#e6c96e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.2rem;font-weight:800;transition:all .35s}.engagement-card h3{color:#1e2348;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;transition:color .35s}.engagement-card p{color:#666;margin:0;font-size:.9rem;line-height:1.7;transition:color .35s}.engagement-card:hover h3{color:#fff}.engagement-card:hover p{color:#fffc}.engagement-card-line{background:linear-gradient(90deg,#c9a84c,#e6c96e);border-radius:1px;width:30px;height:2px;margin:1.25rem auto 0;transition:width .35s}.engagement-card:hover .engagement-card-line{width:50px}.about-why-choose{background:#f8f9fc;padding:5rem 0 6rem}.why-choose-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.why-choose-img-wrapper{position:relative}.why-choose-img-wrapper img{z-index:1;border-radius:12px;width:100%;height:auto;display:block;position:relative;box-shadow:0 8px 40px #0000001f}.image-accent-frame{z-index:0;opacity:.4;border:3px solid #c9a84c;border-radius:12px;position:absolute;inset:20px -20px -20px 20px}.why-choose-text-col .section-tag{text-align:left;display:block}.why-choose-text-col .section-title{text-align:left;margin-bottom:1.25rem}.why-choose-intro{color:#555;text-align:left;margin-bottom:2rem;font-size:.98rem;line-height:1.85}.expertise-items{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.expertise-items li{text-align:left;background:#fff;border:1px solid #ecedf2;border-radius:10px;align-items:center;gap:1rem;padding:.9rem 1.2rem;transition:all .3s;display:flex}.expertise-items li:hover{border-color:#c9a84c;transform:translate(6px);box-shadow:0 4px 16px #c9a84c1f}.expertise-icon{background:linear-gradient(135deg,#1e2348,#2a3060);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.expertise-icon svg{color:#c9a84c;width:18px;height:18px}.expertise-items li span{color:#2c3050;font-size:.92rem;font-weight:600;line-height:1.4}.about-cta{text-align:center;background:linear-gradient(135deg,#1e2348 0%,#2a3060 50%,#1e2348 100%);padding:5rem 2rem;position:relative;overflow:hidden}.about-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c14,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.about-cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c0f,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-30%;left:-10%}.about-cta-content{z-index:1;max-width:680px;margin:0 auto;animation:.7s ease-out fadeInUp;position:relative}.about-cta-content h2{color:#fff;margin-bottom:1.25rem;font-size:2rem;font-weight:700;line-height:1.25}.about-cta-content p{color:#fffc;margin-bottom:2.5rem;font-size:1rem;line-height:1.85}.about-cta-btn{color:#1e2348;letter-spacing:1.5px;text-transform:uppercase;background:linear-gradient(135deg,#c9a84c,#e6c96e);border-radius:6px;padding:.9rem 2.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #c9a84c4d}.about-cta-btn:hover{background:linear-gradient(135deg,#d4b35a,#f0d87c);transform:translateY(-3px);box-shadow:0 8px 28px #c9a84c73}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.about-hero{min-height:420px;padding:4rem 1.5rem}.about-hero-title{font-size:2.4rem}.core-values-grid{grid-template-columns:1fr}.engagement-grid{grid-template-columns:repeat(2,1fr)}.why-choose-layout{grid-template-columns:1fr;gap:2.5rem}.why-choose-img-wrapper{max-width:520px;margin:0 auto}.why-choose-text-col .section-tag,.why-choose-text-col .section-title,.why-choose-intro{text-align:center}.community-image-wrapper img{height:300px}}@media (width<=640px){.about-hero{background-attachment:scroll;min-height:380px;padding:3rem 1rem}.about-hero-title{font-size:1.8rem}.about-hero-description{font-size:.95rem}.about-core-values,.about-engagement,.about-why-choose{padding:3rem 0}.core-value-card{padding:1.8rem}.engagement-grid{grid-template-columns:1fr}.section-title{font-size:1.7rem}.community-image-wrapper img{height:220px}.community-image-overlay span{font-size:1rem}.about-cta{padding:3.5rem 1.5rem}.about-cta-content h2{font-size:1.5rem}.image-accent-frame{display:none}.about-community-banner{padding:0 0 3rem}}.our-team-page{width:100%}.team-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:480px;padding:6rem 2rem;display:flex;position:relative}.team-hero-content{max-width:800px;animation:.9s ease-out fadeInUp}.team-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.team-hero-title{color:#fff;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.15}.team-hero-description{color:#ffffffe6;max-width:720px;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}@media (width<=768px){.team-hero-title{font-size:2.8rem}.team-hero-description{font-size:1.1rem}}.member-card{background-color:#fff;border:1px solid #ecedf2;border-radius:12px;flex-direction:column;height:100%;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000f}.member-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001f}.card-image{background-color:#f5f5f5;flex-shrink:0;width:100%;height:400px;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.member-card:hover .card-image img{transform:scale(1.05)}.card-content{text-align:left;flex-direction:column;flex:1;padding:1.5rem;display:flex}.card-content h3{color:#1e2348;margin:0 0 .3rem;font-size:1.1rem;font-weight:700}.card-content .title{color:#c9a84c;margin:0 0 .75rem;font-size:.88rem;font-weight:600}.card-content .description{color:#777;margin:0;font-size:.88rem;line-height:1.6}.member-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:2rem auto;padding:0 2rem;display:grid}@media (width<=1024px){.member-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.member-grid{grid-template-columns:1fr;max-width:400px}}.team-member-page{background-color:#f8f9fc;width:100%;padding-bottom:5rem}.member-page-header{text-align:center;background-color:#1e2348;padding:4rem 2rem}.member-page-header h1{color:#fff;margin:0;font-size:2.5rem}.member-page-content{flex-direction:column;align-items:center;max-width:900px;margin:-3rem auto 0;padding:0 1.5rem;display:flex}.member-card-wrapper{width:100%;max-width:360px;margin-bottom:3rem}.member-about-content{background:#fff;border-radius:12px;width:100%;padding:3rem;box-shadow:0 8px 30px #0000000d}.member-about-content h2{color:#1e2348;margin-top:0;margin-bottom:.5rem;font-size:2rem}.member-about-content .subtitle{color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.member-about-content .contact-links{color:#c9a84c;margin-bottom:2rem;font-weight:500}.member-about-content .contact-links a{color:#c9a84c;text-decoration:none;transition:color .3s}.member-about-content .contact-links a:hover{color:#1e2348}.member-about-content .summary{color:#333;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.member-about-content h3{color:#1e2348;border-bottom:2px solid #f0f0f0;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.3rem}.member-about-content h4{color:#1e2348;margin-top:1.5rem;margin-bottom:.2rem;font-size:1.1rem}.member-about-content .org{color:#c9a84c;margin-top:0;margin-bottom:.8rem;font-size:.95rem;font-weight:500}.competencies-list,.skills-list,.experience-item ul{color:#444;padding-left:1.2rem;line-height:1.7}.competencies-list li,.skills-list li,.experience-item ul li{margin-bottom:.6rem}@media (width<=768px){.member-about-content{padding:2rem}}.projects-page{width:100%}.projects-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:480px;padding:6rem 2rem;display:flex;position:relative}.projects-hero-content{max-width:800px;animation:.9s ease-out fadeInUp}.projects-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.projects-hero-title{color:#fff;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.15}.projects-hero-description{color:#ffffffe6;max-width:720px;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}@media (width<=768px){.projects-hero-title{font-size:2.8rem}.projects-hero-description{font-size:1.1rem}}.contact-page{width:100%}.contact-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:480px;padding:6rem 2rem;display:flex;position:relative}.contact-hero-content{max-width:800px;animation:.9s ease-out fadeInUp}.contact-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.contact-hero-title{color:#fff;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.15}.contact-hero-description{color:#ffffffe6;max-width:720px;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}@media (width<=768px){.contact-hero-title{font-size:2.8rem}.contact-hero-description{font-size:1.1rem}}.contact-info-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-grid{grid-template-columns:1.5fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.contact-form-section{background:#fff;border:1px solid #0000000d;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px #0000000d}.form-header{color:#1e2348;margin-bottom:2rem;font-size:2rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#1e2348;outline:none;box-shadow:0 0 0 3px #1e23481a}.submit-btn{color:#1e2348;cursor:pointer;letter-spacing:1px;background:#c9a84c;border:none;border-radius:6px;padding:1rem 2rem;font-size:1rem;font-weight:800;transition:all .3s}.submit-btn:hover{background:#d4b35a;transform:translateY(-2px);box-shadow:0 6px 15px #c9a84c4d}.contact-details-section{flex-direction:column;display:flex}.details-card{color:#fff;background:#1e2348;border-radius:12px;height:100%;padding:2.5rem;box-shadow:0 10px 30px #1e234826}.details-header{margin-bottom:.5rem;font-size:2rem;font-weight:700}.reach-us-tag{color:#c9a84c;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:1rem;font-weight:600}.info-block{margin-bottom:2rem}.info-block p{color:#ffffffd9;margin:0;font-size:1.1rem;line-height:1.6}.info-block strong{color:#c9a84c;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.9rem;display:block}.info-block a{color:#fff;text-decoration:none;transition:color .3s}.info-block a:hover{color:#c9a84c}.contact-map-section{background:#eee;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:2rem}}@keyframes gaFadeIn{0%{opacity:0}to{opacity:1}}.ga-gallery-item{cursor:pointer;position:relative;overflow:hidden}.cm-page{width:100%}.cm-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:400px;padding:6rem 2rem 3rem;display:flex;position:relative}.cm-hero-content{max-width:900px;animation:.9s ease-out fadeInUp;position:relative}.cm-back-link{color:#c9a84c;letter-spacing:1px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block;position:absolute;top:-2rem;left:0}.cm-back-link:hover{color:#fff}.cm-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-top:1rem;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.cm-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.cm-hero-description{color:#ffffffe6;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}.cm-main-content{background:#fdfdfd;padding:5rem 2rem}.cm-container{max-width:1200px;margin:0 auto}.cm-section{margin-bottom:5rem}.cm-section-title{color:#1e2348;text-align:center;margin-bottom:2rem;font-size:2.2rem;font-weight:700;position:relative}.cm-section-title:after{content:"";background:#c9a84c;border-radius:2px;width:50px;height:3px;margin:.75rem auto 0;display:block}.cm-pdf-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.cm-pdf-fallback{text-align:center;background:#eee;border-radius:12px;padding:3rem}.cm-pdf-fallback a{color:#c9a84c;font-weight:600;text-decoration:none}.cm-pdf-fallback a:hover{text-decoration:underline}.cm-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.cm-gallery-item{border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 5px 20px #00000014}.cm-gallery-item:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000026}.cm-gallery-item img{object-fit:cover;aspect-ratio:4/3;width:100%;height:auto;display:block}@media (width<=768px){.cm-hero-title{font-size:2.2rem}.cm-back-link{top:-1rem;left:50%;transform:translate(-50%)}.cm-gallery-grid{grid-template-columns:1fr}}.cap-card{background:#fff;border:1px solid #c9a84c26;border-radius:16px;padding:2.5rem 2.5rem 2rem;transition:box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000a,0 1px 3px #00000008}.cap-card:hover{box-shadow:0 8px 40px #00000012,0 2px 8px #0000000a}.cap-card:before{content:"";background:linear-gradient(90deg,#c9a84c 0%,#e8d48b 50%,#c9a84c 100%);height:4px;position:absolute;top:0;left:0;right:0}.cap-header{border-bottom:1px solid #1e234814;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.cap-title{color:#1e2348;align-items:center;gap:.75rem;margin:0;font-size:1.5rem;font-weight:700;display:flex}.cap-title-icon{background:linear-gradient(135deg,#c9a84c1f,#c9a84c0d);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cap-title-icon svg{stroke:#c9a84c;width:18px;height:18px}.cap-view-btn{color:#c9a84c;white-space:nowrap;background-color:#0000;border:2px solid #c9a84c;border-radius:50px;align-items:center;gap:8px;padding:9px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cap-view-btn:hover{color:#fff;background-color:#c9a84c;transform:translateY(-1px);box-shadow:0 4px 12px #c9a84c40}.cap-view-btn svg{flex-shrink:0;width:15px;height:15px}.cap-body{color:#4a5568;font-size:1.05rem;line-height:1.85}.cap-body>p{margin:0 0 1.75rem}.cap-features{flex-direction:column;gap:0;margin:0 0 2rem;padding:0;list-style:none;display:flex}.cap-feature-item{border-radius:10px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;transition:background-color .25s;display:flex}.cap-feature-item:hover{background-color:#c9a84c0a}.cap-feature-icon{background:linear-gradient(135deg,#c9a84c,#b0923d);border-radius:8px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:2px;display:flex}.cap-feature-icon svg{stroke:#fff;fill:none;width:16px;height:16px}.cap-feature-text{flex:1}.cap-feature-text strong{color:#1e2348;margin-bottom:.25rem;font-size:1.05rem;font-weight:700;display:block}.cap-feature-text span{color:#5a6577;font-size:.98rem;line-height:1.7}.cap-footer{border-top:1px solid #1e234814;flex-wrap:wrap;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.cap-read-more{color:#fff;background:linear-gradient(135deg,#c9a84c,#b0923d);border-radius:50px;align-items:center;gap:10px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #c9a84c40}.cap-read-more:hover{background:linear-gradient(135deg,#b0923d,#967b30);transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c59}.cap-read-more svg{flex-shrink:0;width:18px;height:18px;transition:transform .3s}.cap-read-more:hover svg{transform:translate(2px)}.cap-hint{color:#8896a7;font-size:.85rem;font-style:italic}@media (width<=640px){.cap-card{border-radius:12px;padding:1.75rem 1.25rem 1.5rem}.cap-header{flex-direction:column;align-items:flex-start}.cap-feature-item{padding:.9rem .5rem}.cap-footer{flex-direction:column;align-items:flex-start}}.ep-page{width:100%}.ep-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:400px;padding:6rem 2rem 3rem;display:flex;position:relative}.ep-hero-content{max-width:900px;animation:.9s ease-out fadeInUp;position:relative}.ep-back-link{color:#c9a84c;letter-spacing:1px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block;position:absolute;top:-2rem;left:0}.ep-back-link:hover{color:#fff}.ep-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-top:1rem;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.ep-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.ep-hero-description{color:#ffffffe6;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}.ep-main-content{background:#fdfdfd;padding:5rem 2rem}.ep-container{max-width:1200px;margin:0 auto}.ep-section{margin-bottom:5rem}.ep-section-title{color:#1e2348;text-align:center;margin-bottom:2rem;font-size:2.2rem;font-weight:700;position:relative}.ep-section-title:after{content:"";background:#c9a84c;border-radius:2px;width:50px;height:3px;margin:.75rem auto 0;display:block}.ep-pdf-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.ep-pdf-fallback{text-align:center;background:#eee;border-radius:12px;padding:3rem}.ep-pdf-fallback a{color:#c9a84c;font-weight:600;text-decoration:none}.ep-pdf-fallback a:hover{text-decoration:underline}@media (width<=768px){.ep-hero-title{font-size:2.2rem}.ep-back-link{top:-1rem;left:50%;transform:translate(-50%)}}.me-page{width:100%}.me-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:400px;padding:6rem 2rem 3rem;display:flex;position:relative}.me-hero-content{max-width:900px;animation:.9s ease-out fadeInUp;position:relative}.me-back-link{color:#c9a84c;letter-spacing:1px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block;position:absolute;top:-2rem;left:0}.me-back-link:hover{color:#fff}.me-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-top:1rem;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.me-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.me-hero-description{color:#ffffffe6;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}.me-main-content{background:#fdfdfd;padding:5rem 2rem}.me-container{max-width:1200px;margin:0 auto}.me-section{margin-bottom:5rem}.me-section-title{color:#1e2348;text-align:center;margin-bottom:2rem;font-size:2.2rem;font-weight:700;position:relative}.me-section-title:after{content:"";background:#c9a84c;border-radius:2px;width:50px;height:3px;margin:.75rem auto 0;display:block}.me-pdf-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.me-pdf-fallback{text-align:center;background:#eee;border-radius:12px;padding:3rem}.me-pdf-fallback a{color:#c9a84c;font-weight:600;text-decoration:none}.me-pdf-fallback a:hover{text-decoration:underline}@media (width<=768px){.me-hero-title{font-size:2.2rem}.me-back-link{top:-1rem;left:50%;transform:translate(-50%)}}.tp-page{width:100%}.tp-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:400px;padding:6rem 2rem 3rem;display:flex;position:relative}.tp-hero-content{max-width:900px;animation:.9s ease-out fadeInUp;position:relative}.tp-back-link{color:#c9a84c;letter-spacing:1px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block;position:absolute;top:-2rem;left:0}.tp-back-link:hover{color:#fff}.tp-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-top:1rem;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.tp-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.highlight-brand{color:#c9a84c;display:inline-block}.tp-hero-description{color:#ffffffe6;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}.tp-main-content{background:#fdfdfd;padding:5rem 2rem}.tp-container{max-width:1200px;margin:0 auto}.tp-section{margin-bottom:5rem}.tp-section-title{color:#1e2348;text-align:center;margin-bottom:2rem;font-size:2.2rem;font-weight:700;position:relative}.tp-section-title:after{content:"";background:#c9a84c;border-radius:2px;width:50px;height:3px;margin:.75rem auto 0;display:block}.tp-pdf-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.tp-pdf-fallback{text-align:center;background:#eee;border-radius:12px;padding:3rem}.tp-pdf-fallback a{color:#c9a84c;font-weight:600;text-decoration:none}.tp-pdf-fallback a:hover{text-decoration:underline}@media (width<=768px){.tp-hero-title{font-size:2.2rem}.tp-back-link{top:-1rem;left:50%;transform:translate(-50%)}}.ga-lightbox-counter{color:#fff;background:#00000080;border-radius:50px;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.project-delivery-page{--color-brand:#c9a84c;--color-brand-rgb:201, 168, 76;--color-bg:#1e2348;--color-bg-alt:#f8f9fa;--color-text-light:#fff;--color-text-muted:#d0d2e0;--color-heading:#1e2348;--font-heading:"Inter", sans-serif;--font-base:"Inter", sans-serif}.service-hero{background-color:var(--color-bg);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:10rem 5%;display:flex;position:relative}.service-hero-tag{color:var(--color-brand);text-transform:uppercase;letter-spacing:.05em;background:#dca0281a;border-radius:4px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.service-hero-title{color:var(--color-text-light);font-size:3.5rem;font-weight:800;line-height:1.1;font-family:var(--font-heading);margin-bottom:1.5rem}.service-hero-description{max-width:800px;color:var(--color-text-muted);margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.6}.hero-actions{justify-content:center;gap:1rem;display:flex}.btn-primary,.btn-outline{font-weight:600;font-family:var(--font-base);border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--gold,#c9a84c);color:var(--navy,#1e2348);border:2px solid var(--gold,#c9a84c)}.btn-primary:hover{color:var(--navy,#1e2348);background-color:#fff;border-color:#fff}.btn-outline{color:#fff;background-color:#0000;border:2px solid #fff}.btn-outline:hover{color:var(--navy,#1e2348);background-color:#fff}.btn-icon{width:20px;height:20px}.container{width:100%;max-width:1200px;margin:0 auto}.text-center{text-align:center}.section-header{margin-bottom:3rem}.section-header h2{color:var(--color-heading);margin-bottom:.5rem;font-size:2.2rem}.section-header p{color:var(--color-text-muted)}.section-divider{background-color:var(--color-brand);width:60px;height:3px;margin:1rem auto}.video-showcase-section,.architecture-gallery-section{background-color:var(--color-bg-alt);padding:5rem 5%}.video-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.video-card{background:#000;border-radius:8px;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000001a}.custom-video-player{object-fit:cover;background:#000;width:100%;height:auto;max-height:400px}.masonry-gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.gallery-item{cursor:pointer;cursor:pointer;aspect-ratio:1;background-color:#eee;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.gallery-item img.gallery-lazy-img{object-fit:cover;width:100%;height:100%;transition:transform .5s,opacity .8s,filter .8s;display:block}.gallery-item img.gallery-lazy-img.loading{opacity:0;filter:blur(10px)}.gallery-item img.gallery-lazy-img.loaded{opacity:1;filter:blur()}.gallery-item:hover img.gallery-lazy-img.loaded{transform:scale(1.05)}.gallery-overlay{opacity:0;background:#141932b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;letter-spacing:.05em;font-size:1.1rem;font-weight:600;transition:transform .3s;transform:translateY(20px)}.gallery-item:hover .gallery-overlay span{transform:translateY(0)}.pdf-container{background-color:#fff;border-radius:8px;width:100%;max-width:1000px;height:80vh;min-height:600px;margin:0 auto;overflow:hidden;box-shadow:0 10px 30px #00000026}.pdf-fallback{text-align:center;background-color:var(--color-bg-alt);border-radius:8px;padding:3rem}.pdf-fallback p{margin-bottom:1.5rem;font-size:1.1rem}.service-cta{color:#fff;background-image:linear-gradient(#141932d9,#141932f2);padding:6rem 5%}.service-cta h2{color:#fff;margin-bottom:1rem;font-size:2.2rem}.service-cta p{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.cta-btn{padding:1rem 2rem;font-size:1.1rem}@media (width<=768px){.service-hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}.pdf-container{height:60vh;min-height:400px}}.ga-page{width:100%}.ga-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:440px;padding:7rem 2rem 4rem;display:flex;position:relative}.ga-hero-content{max-width:900px;animation:.9s ease-out gaFadeInUp;position:relative}@keyframes gaFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ga-back-link{color:#c9a84c;letter-spacing:1px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block;position:absolute;top:-2rem;left:0}.ga-back-link:hover{color:#fff}.ga-hero-tag{letter-spacing:3px;text-transform:uppercase;color:#c9a84c;background:#c9a84c1f;border-radius:50px;margin-top:1rem;margin-bottom:1.5rem;padding:.4rem 1.4rem;font-size:.8rem;font-weight:700;display:inline-block}.ga-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.ga-hero-title .highlight-green{color:#2ecc71;display:inline-block}.ga-hero-description{color:#ffffffe6;max-width:700px;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.7}.ga-intro-section{background:#fdfdfd;padding:5rem 2rem}.ga-container{max-width:1200px;margin:0 auto}.ga-intro-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ga-intro-text h2{color:#1e2348;margin-bottom:1rem;font-size:2.2rem;font-weight:700;position:relative}.ga-intro-text h2:after{content:"";background:#2ecc71;border-radius:2px;width:50px;height:3px;margin-top:.75rem;display:block}.ga-intro-text p{color:#555;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.ga-pillars{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.ga-pillar-tag{color:#1e2348;background:#2ecc7114;border:1px solid #2ecc7133;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.ga-pillar-tag:hover{background:#2ecc7126;border-color:#2ecc7166;transform:translateY(-2px)}.ga-pillar-icon{font-size:1.1rem}.ga-intro-image{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001f}.ga-intro-image img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;transition:transform .6s;display:block}.ga-intro-image:hover img{transform:scale(1.03)}.ga-intro-image:before{content:"";z-index:-1;border:2px solid #2ecc714d;border-radius:16px;width:100%;height:100%;position:absolute;top:-8px;right:-8px}.ga-gallery-section{background:#f1f3f7;padding:5rem 2rem}.ga-section-header{text-align:center;margin-bottom:3rem}.ga-section-header h2{color:#1e2348;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.ga-section-header p{color:#777;max-width:600px;margin:0 auto;font-size:1.05rem}.ga-section-divider{background:linear-gradient(90deg,#2ecc71,#27ae60);border-radius:2px;width:60px;height:3px;margin:1rem auto}.ga-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.ga-gallery-item{cursor:pointer;aspect-ratio:4/3;background:#e0e0e0;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 5px 20px #00000014}.ga-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s,opacity .8s,filter .8s;display:block}.ga-gallery-item img.ga-loading{opacity:0;filter:blur(10px)}.ga-gallery-item img.ga-loaded{opacity:1;filter:blur()}.ga-gallery-item:hover img.ga-loaded{transform:scale(1.06)}.ga-gallery-overlay{opacity:0;background:linear-gradient(#0000 0%,#1419321a 40%,#141932cc 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.ga-gallery-item:hover .ga-gallery-overlay{opacity:1}.ga-gallery-overlay span{color:#fff;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;transition:transform .35s;display:flex;transform:translateY(12px)}.ga-gallery-item:hover .ga-gallery-overlay span{transform:translateY(0)}.ga-gallery-overlay .ga-view-icon{opacity:.85;width:20px;height:20px}.ga-stats-section{color:#fff;background:linear-gradient(135deg,#1e2348 0%,#141932 100%);padding:5rem 2rem}.ga-stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;display:grid}.ga-stat-item{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;padding:2rem 1rem;transition:all .3s}.ga-stat-item:hover{background:#ffffff14;border-color:#2ecc714d;transform:translateY(-4px)}.ga-stat-icon{margin-bottom:.75rem;font-size:2rem;display:block}.ga-stat-number{color:#2ecc71;margin-bottom:.5rem;font-size:2.8rem;font-weight:800;line-height:1;display:block}.ga-stat-label{color:#ffffffa6;letter-spacing:.5px;font-size:.9rem;font-weight:500}.ga-cta-section{text-align:center;color:#fff;background:linear-gradient(135deg,#1a4d2e 0%,#0f3a22 50%,#1e2348 100%);padding:6rem 2rem;position:relative;overflow:hidden}.ga-cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#2ecc7114 0%,#0000 50%),radial-gradient(circle at 80%,#c9a84c0f 0%,#0000 50%);position:absolute;inset:0}.ga-cta-section h2{color:#fff;margin-bottom:1rem;font-size:2.2rem;position:relative}.ga-cta-section p{opacity:.9;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem;position:relative}.ga-cta-btn{color:#fff;background:linear-gradient(135deg,#2ecc71,#27ae60);border:none;border-radius:6px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;box-shadow:0 4px 20px #2ecc714d}.ga-cta-btn:hover{background:linear-gradient(135deg,#3ddb80,#2ecc71);transform:translateY(-3px);box-shadow:0 8px 30px #2ecc7173}.ga-lightbox-backdrop{z-index:9999;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.25s gaFadeIn;display:flex;position:fixed;inset:0}.ga-lightbox-backdrop img{object-fit:contain;cursor:default;border-radius:8px;max-width:90vw;max-height:85vh;box-shadow:0 20px 80px #00000080}.ga-lightbox-close{color:#fff;cursor:pointer;background:#00000080;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ga-lightbox-close:hover{background:#ffffff26;border-color:#fff9}.ga-lightbox-nav{color:#fff;cursor:pointer;background:#0006;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.4rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ga-lightbox-nav:hover{background:#ffffff26;border-color:#fff9}.ga-lightbox-prev{left:1.5rem}.ga-lightbox-next{right:1.5rem}.ga-lightbox-counter{color:#fff9;letter-spacing:1px;font-size:.9rem;font-weight:500;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (width<=1024px){.ga-intro-grid{grid-template-columns:1fr;gap:2.5rem}.ga-intro-image:before{display:none}}@media (width<=768px){.ga-hero{min-height:350px;padding:6rem 1.5rem 3rem}.ga-hero-title{font-size:2.2rem}.ga-back-link{white-space:nowrap;top:-1rem;left:50%;transform:translate(-50%)}.ga-gallery-grid{grid-template-columns:1fr 1fr;gap:1rem}.ga-stats-grid{grid-template-columns:1fr 1fr}.ga-stat-number{font-size:2.2rem}.ga-lightbox-nav{width:40px;height:40px;font-size:1.1rem}.ga-lightbox-prev{left:.75rem}.ga-lightbox-next{right:.75rem}}@media (width<=480px){.ga-gallery-grid{grid-template-columns:1fr}}.nf-page{flex-direction:column;min-height:100vh;display:flex}.nf-hero{text-align:center;background:linear-gradient(160deg,#0a0f1e 0%,#141932 50%,#1a1230 100%);flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.nf-hero:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#c9a84c0f 0%,#0000 60%),radial-gradient(at 80% 20%,#c9a84c0a 0%,#0000 50%);position:absolute;inset:0}.nf-content{z-index:1;max-width:600px;position:relative}.nf-glitch{letter-spacing:-.04em;background:linear-gradient(135deg,#c9a84c 0%,#e8d48b 40%,#c9a84c 60%,#a07c2e 100%);-webkit-text-fill-color:transparent;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(6rem,20vw,12rem);font-weight:900;line-height:1;animation:4s ease-in-out infinite nf-float;display:block}@keyframes nf-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.nf-title{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.nf-description{color:#fff9;margin:0 0 2.5rem;font-size:1.1rem;line-height:1.7}.nf-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.nf-btn{cursor:pointer;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.nf-btn-primary{color:#fff;background-color:#c9a84c;box-shadow:0 4px 14px #c9a84c4d}.nf-btn-primary:hover{background-color:#b0923d;transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c66}.nf-btn-outline{color:#c9a84c;background-color:#0000;border:2px solid #c9a84c}.nf-btn-outline:hover{color:#fff;background-color:#c9a84c;transform:translateY(-2px)}@media (width<=480px){.nf-hero{padding:3rem 1.5rem}.nf-actions{flex-direction:column;align-items:center}.nf-btn{justify-content:center;width:100%}}.scroll-to-top{z-index:999;position:fixed;bottom:2rem;right:2rem}.scroll-to-top button{background-color:var(--navy);color:#fff;cursor:pointer;opacity:.9;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .3s,box-shadow .3s;animation:1.8s ease-in-out infinite sttBounce;display:flex;box-shadow:0 4px 6px #0000001a}.scroll-to-top button:hover{background-color:var(--gold);opacity:1;animation-play-state:paused;transform:translateY(-5px);box-shadow:0 6px 8px #0003}@keyframes sttBounce{0%,to{transform:translateY(0);box-shadow:0 4px 6px #0000001a}40%{transform:translateY(-8px);box-shadow:0 10px 16px #00000026}60%{transform:translateY(-5px);box-shadow:0 8px 12px #0000001f}}.scroll-to-top button svg{width:24px;height:24px}.chatbot-container{z-index:1000;flex-direction:column;align-items:flex-start;display:flex;position:fixed;bottom:20px;left:20px}.chatbot-toggle-btn{background-color:var(--primary-color,#0f4c81);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-top:10px;font-size:24px;transition:background-color .2s,box-shadow .2s;animation:1.8s ease-in-out infinite chatBounce;display:flex;box-shadow:0 4px 6px #0003}.chatbot-toggle-btn:hover{background-color:var(--accent-color,#135d9e);animation-play-state:paused;transform:scale(1.08)}.chatbot-window{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;width:350px;max-width:90vw;height:450px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 10px 20px #00000026}.chatbot-header{background-color:var(--primary-color,#0f4c81);color:#fff;border-bottom:1px solid #0000001a;padding:15px 20px}.chatbot-header h3{margin:0;font-size:16px;font-weight:600}.chatbot-messages{background-color:#f9f9f9;flex-direction:column;flex:1;gap:10px;padding:15px;display:flex;overflow-y:auto}.chatbot-message{word-wrap:break-word;border-radius:12px;max-width:80%;padding:10px 14px;font-size:14px;line-height:1.4}.message-bot{color:#333;background-color:#e2e8f0;border-bottom-left-radius:2px;align-self:flex-start}.message-user{background-color:var(--primary-color,#0f4c81);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.chatbot-input-form{background-color:#fff;border-top:1px solid #eaeaea;padding:15px;display:flex}.chatbot-input-form input{border:1px solid #ccc;border-radius:20px;outline:none;flex:1;padding:10px 15px;font-size:14px;transition:border-color .2s}.chatbot-input-form input:focus{border-color:var(--primary-color,#0f4c81)}.chatbot-input-form button{color:var(--primary-color,#0f4c81);cursor:pointer;background-color:#0000;border:none;margin-left:10px;padding:0 10px;font-weight:600}.chatbot-input-form button:disabled{color:#ccc;cursor:not-allowed}@media (width<=480px){.chatbot-window{z-index:1001;border-radius:0;width:100vw;height:100dvh;max-height:100dvh;position:fixed;inset:0}}.typing-indicator span{margin:0 1px;animation:1.4s infinite typing;display:inline-block}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.chat-link{color:#1a6bbf;text-underline-offset:2px;word-break:break-all;text-decoration:underline}.chat-link:hover{color:#0f4c81}@keyframes chatBounce{0%,to{transform:translateY(0);box-shadow:0 4px 6px #0003}40%{transform:translateY(-8px);box-shadow:0 12px 18px #00000040}60%{transform:translateY(-5px);box-shadow:0 9px 13px #00000038}}.cms-wrapper{background:#f4f6f9;min-height:100vh;font-family:Inter,system-ui,sans-serif}.cms-header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.cms-header-left{align-items:center;gap:.75rem;display:flex}.cms-logo{border-radius:4px;width:auto;height:36px}.cms-title{color:#1a202c;font-size:1.1rem;font-weight:600}.cms-content{max-width:960px;margin:0 auto;padding:2rem 1.5rem}.cms-section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.cms-section-header h1{color:#1a202c;margin:0;font-size:1.5rem;font-weight:700}.cms-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.cms-btn:disabled{opacity:.6;cursor:not-allowed}.cms-btn-primary{color:#fff;background:#1a3c6e}.cms-btn-primary:hover:not(:disabled){background:#15306b}.cms-btn-secondary{color:#4a5568;background:#e2e8f0}.cms-btn-secondary:hover:not(:disabled){background:#cbd5e0}.cms-btn-danger{color:#c53030;background:#fff0f0;border:1px solid #feb2b2}.cms-btn-danger:hover:not(:disabled){background:#fee2e2}.cms-form{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:2rem;padding:1.75rem}.cms-form h2{color:#2d3748;margin:0 0 1.25rem;font-size:1.1rem;font-weight:600}.cms-form label{color:#4a5568;flex-direction:column;gap:.3rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:flex}.cms-form input,.cms-form textarea{color:#1a202c;background:#fff;border:1px solid #cbd5e0;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.cms-form input:focus,.cms-form textarea:focus{border-color:#1a3c6e;outline:none}.cms-hint{color:#718096;margin-top:.1rem;font-size:.78rem}.cms-form-actions{gap:.75rem;margin-top:1.25rem;display:flex}.cms-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.cms-table{border-collapse:collapse;width:100%;font-size:.9rem}.cms-table thead{background:#f7fafc}.cms-table th{text-align:left;color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;padding:.75rem 1rem;font-size:.8rem;font-weight:600}.cms-table td{color:#2d3748;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:.85rem 1rem}.cms-table tbody tr:last-child td{border-bottom:none}.cms-table tbody tr:hover{background:#f7fafc}.cms-slug-link{color:#1a3c6e;font-family:monospace;font-size:.85rem;text-decoration:none}.cms-slug-link:hover{text-decoration:underline}.cms-empty,.cms-loading{text-align:center;color:#718096;padding:2rem}.cms-error{color:#c53030;background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;margin-bottom:1rem;padding:.6rem .9rem;font-size:.875rem}.cms-forbidden{color:#4a5568;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.cms-forbidden h2{color:#1a202c;margin:0;font-size:1.5rem}.cms-upload-area{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.cms-upload-input{display:none}.cms-upload-btn{color:#2d3748;cursor:pointer;white-space:nowrap;background:#edf2f7;border:1px solid #cbd5e0;border-radius:6px;align-items:center;padding:.45rem .9rem;font-size:.875rem;font-weight:500;transition:background .15s;display:inline-flex}.cms-upload-btn:hover{background:#e2e8f0}.cms-image-preview{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:100px;height:100px;margin-top:.75rem}html{scroll-behavior:smooth;scroll-padding-top:90px}*,:before,:after{box-sizing:border-box}main{flex:1}.site-header{z-index:1000;background:0 0;padding:0 2rem;transition:all .35s;position:fixed;top:0;left:0;right:0}.site-header.header-scrolled{-webkit-backdrop-filter:blur(12px);background:#1e2348f5;box-shadow:0 4px 24px #00000026}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 0;display:flex}.header-logo{align-items:center;gap:.75rem;text-decoration:none;transition:opacity .3s;display:flex}.header-logo:hover{opacity:.9}.header-logo img{object-fit:cover;border-radius:8px;width:42px;height:42px}.logo-text{color:#fff;letter-spacing:1px;font-size:1.35rem;font-weight:800}.logo-ltd{color:#c9a84c;font-size:.85em;font-weight:500}.header-nav ul{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.header-nav a{color:#ffffffd9;letter-spacing:.3px;border-radius:6px;padding:.5rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s}.header-nav a:hover{color:#fff;background:#ffffff1a}.header-nav a.nav-active{color:#c9a84c}.nav-cta{box-shadow:0 2px 12px #c9a84c4d;color:#1e2348!important;background:linear-gradient(135deg,#c9a84c,#e6c96e)!important;border-radius:6px!important;padding:.5rem 1.5rem!important;font-weight:700!important;transition:all .3s!important}.nav-cta:hover{transform:translateY(-2px);background:linear-gradient(135deg,#d4b35a,#f0d87c)!important;box-shadow:0 4px 20px #c9a84c73!important}.nav-cta.nav-active{color:#1e2348!important}.mobile-menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.mobile-menu-toggle span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.mobile-menu-toggle.menu-open span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-toggle.menu-open span:nth-child(2){opacity:0}.mobile-menu-toggle.menu-open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.site-footer{color:#fff;background-position:50%;background-size:cover;padding:4rem 2rem 0}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand{text-align:left}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.footer-logo img{object-fit:cover;border-radius:8px;width:40px;height:40px}.footer-logo span{color:#fff;letter-spacing:1px;font-size:1.3rem;font-weight:800}.logo-ltd-footer{color:#c9a84c;font-size:.85em;font-weight:500}.footer-description{color:#fff9;margin-bottom:1.5rem;font-size:.88rem;line-height:1.75}.footer-social{gap:.75rem;display:flex}.footer-social a{color:#ffffffb3;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.footer-social a:hover{color:#1e2348;background:#c9a84c;transform:translateY(-3px)}.footer-social svg{width:18px;height:18px}.footer-links-col{text-align:left}.footer-links-col h4,.footer-contact-col h4{color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.9rem;font-weight:700;position:relative}.footer-links-col h4:after,.footer-contact-col h4:after{content:"";background:#c9a84c;border-radius:1px;width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links-col ul{margin:0;padding:0;list-style:none}.footer-links-col li{margin-bottom:.6rem}.footer-links-col a{color:#fff9;font-size:.88rem;text-decoration:none;transition:all .25s}.footer-links-col a:hover{color:#c9a84c;padding-left:6px}.footer-contact-col{text-align:left}.footer-contact-col ul{margin:0;padding:0;list-style:none}.footer-contact-col li{color:#fff9;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.88rem;display:flex}.footer-contact-col svg{color:#c9a84c;flex-shrink:0;width:18px;height:18px;margin-top:2px}.footer-contact-col a{color:#fff9;text-decoration:none;transition:color .25s}.footer-contact-col a:hover{color:#c9a84c}.footer-bottom{text-align:center;padding:1.5rem 0}.footer-bottom-line{background:#ffffff1a;width:100%;height:1px;margin-bottom:1.5rem}.footer-bottom p{color:#fff6;margin:0;font-size:.82rem}@media (width<=1024px){.mobile-menu-toggle{display:flex}.header-nav{background:#1e2348;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .35s;position:fixed;top:0;right:-100%;box-shadow:-4px 0 24px #0000004d}.header-nav.nav-open{right:0}.header-nav ul{flex-direction:column;gap:.25rem}.header-nav a{padding:.75rem 1rem;font-size:1rem;display:block}.nav-cta{text-align:center;margin-top:.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=640px){.site-header{padding:0 1rem}.footer-grid{grid-template-columns:1fr;gap:2rem}}
