@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#3a3e46;background:#ecebe7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1140px;margin:0 auto;padding:0 32px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#e8eaed}::-webkit-scrollbar-thumb{background:#b0b5bc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8a8f96}.sidebar{z-index:100;-webkit-backdrop-filter:blur(24px);background:#ffffffeb;border:1px solid #c8a96e26;border-radius:24px;flex-direction:column;width:220px;height:calc(100vh - 32px);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:16px;left:16px;box-shadow:0 8px 40px #0000000f,inset 0 1px #c8a96e14}.sidebar:before{content:"";z-index:-1;background:linear-gradient(135deg,#c8a96e33,#0000 40%,#c8a96e1a 70%,#0000);border-radius:24px;animation:6s ease-in-out infinite alternate sidebarGlow;position:absolute;inset:-1px}@keyframes sidebarGlow{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.sidebar-inner{flex-direction:column;height:100%;padding:32px 16px;display:flex;overflow-y:auto}.sidebar-brand{text-align:center;border-bottom:none;flex-direction:column;align-items:center;gap:4px;margin-bottom:32px;padding-bottom:0;display:flex}.brand-logo{object-fit:contain;width:100%;max-width:140px;height:auto}.brand-text{flex-direction:column;align-items:center;display:flex}.brand-name{color:#2a2e36;letter-spacing:.02em;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700}.brand-sub{color:#6a6e76;text-transform:uppercase;letter-spacing:.18em;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:.55rem}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:4px 0;display:flex;position:relative}.nav-indicator{pointer-events:none;opacity:0;background:linear-gradient(#c8a96e,#a8884e);border-radius:0 4px 4px 0;width:3px;height:40px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0;box-shadow:0 0 12px #c8a96e4d}.nav-indicator.visible{opacity:1}.nav-link{z-index:1;color:#5a5e66;background:0 0;border:none;border-radius:14px;align-items:center;gap:12px;padding:10px 16px;font-size:.8rem;font-weight:500;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.nav-link:before{content:"";opacity:0;background:linear-gradient(135deg,#c8a96e14,#0000);border-radius:14px;transition:opacity .35s;position:absolute;inset:0}.nav-link:hover:before{opacity:1}.nav-num{color:#b0b5bc;letter-spacing:.05em;font-feature-settings:"tnum";min-width:18px;font-size:.55rem;font-weight:400;transition:all .3s}.nav-link:hover .nav-num{color:#c8a96e}.nav-label{letter-spacing:.01em;transition:all .3s}.nav-link:hover .nav-label{letter-spacing:.04em;color:#1a1e26}.nav-link.active{color:#1a1e26;background:#c8a96e0f;font-weight:600}.nav-link.active:before{opacity:1}.nav-link.active .nav-num{color:#c8a96e;font-weight:600}.nav-link.active .nav-label{letter-spacing:.02em}.sidebar.open .nav-link{animation:.5s cubic-bezier(.16,1,.3,1) backwards navSlideIn}.sidebar.open .nav-link:first-child{animation-delay:50ms}.sidebar.open .nav-link:nth-child(2){animation-delay:.1s}.sidebar.open .nav-link:nth-child(3){animation-delay:.15s}.sidebar.open .nav-link:nth-child(4){animation-delay:.2s}.sidebar.open .nav-link:nth-child(5){animation-delay:.25s}@keyframes navSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.sidebar-contact{border-top:1px solid #c8a96e1a;margin-top:auto;padding-top:16px}.sidebar-phone{color:#1e3a5f;background:#c8a96e14;border:1px solid #c8a96e1a;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:10px 14px;font-size:.8rem;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.sidebar-phone:hover{background:#c8a96e2e;border-color:#c8a96e33;transform:translateY(-1px);box-shadow:0 4px 16px #c8a96e26}.sidebar-social{justify-content:center;gap:6px;margin-top:10px;display:flex}.sidebar-social a{color:#6a6e76;background:#00000005;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.sidebar-social a svg{width:14px;height:14px}.sidebar-social a:hover{color:#c8a96e;background:#c8a96e26;transform:translateY(-2px)}.sidebar-toggle{z-index:110;-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffffd9;border:1px solid #c8cdd74d;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;display:none;position:fixed;top:16px;left:16px;box-shadow:0 4px 16px #0000000f}.sidebar-toggle span{background:#3a3e46;border-radius:2px;width:18px;height:2px;transition:all .3s}.sidebar-toggle.active span:first-child{transform:rotate(45deg)translate(4px,4px)}.sidebar-toggle.active span:nth-child(2){opacity:0}.sidebar-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.sidebar-overlay{z-index:99;-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#0000004d;transition:opacity .35s;display:none;position:fixed;inset:0}.sidebar-overlay.open{opacity:1;pointer-events:all}.main-content{background:0 0;width:calc(100% - 252px);min-height:100vh;margin-left:252px;position:relative}.hero{min-height:100vh;box-shadow:none;background:0 0;border-radius:0;align-items:center;margin:0;padding:100px 60px;display:flex;position:relative;overflow:hidden}.hero-shape{z-index:1;background:radial-gradient(circle,#1e3a5f14,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:-80px;right:-80px}.hero-shape-2{z-index:1;background:radial-gradient(circle,#1e3a5f0d,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;left:40%}.hero-overlay{z-index:1;background:radial-gradient(at 30%,#0000 0%,#ecebe799 100%);position:absolute;inset:0}.hero-content{z-index:2;opacity:0;justify-content:space-between;align-items:center;gap:48px;width:100%;animation:1.2s cubic-bezier(.16,1,.3,1) .3s forwards heroFadeIn;display:flex;position:relative;transform:translateY(40px)}.hero-text{flex-shrink:0;max-width:560px}.hero-lottie{flex:1;justify-content:center;align-items:center;max-width:480px;height:420px;display:flex}.hero-lottie svg,.hero-lottie lottie-player,.hero-lottie dotlottie-player{width:100%;height:100%}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}.hero-badge{letter-spacing:.1em;text-transform:uppercase;color:#1e3a5f;background:#1e3a5f0d;border:1px solid #1e3a5f33;border-radius:100px;margin-bottom:28px;padding:6px 18px;font-size:.68rem;font-weight:500;display:inline-block}.hero-content h1{letter-spacing:-.02em;color:#0f1a2e;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.05}.text-blue{color:#1e3a5f}.hero-content>p{color:#5a5e66;max-width:560px;margin-bottom:36px;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:40px;display:flex}.btn{cursor:pointer;border:none;border-radius:16px;align-items:center;gap:10px;padding:14px 32px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#0f2a47,#1e3a5f);box-shadow:0 4px 20px #1e3a5f4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #1e3a5f66}.btn-outline{color:#3a3e46;background:#ffffffb3;border:1px solid #b4b9c34d}.btn-outline:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.btn-full{justify-content:center;width:100%}.hero-trust{flex-wrap:wrap;gap:12px;display:flex}.trust-badge{color:#4a4e56;background:#fff9;border:1px solid #b4b9c326;border-radius:12px;align-items:center;gap:6px;padding:6px 14px;font-size:.72rem;display:inline-flex}.trust-badge svg{color:#1e3a5f;width:14px;height:14px}.scroll-indicator{z-index:2;color:#8a8f96;letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:.6rem;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#1e3a5f,#0000);width:1px;height:36px;animation:2.5s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.4)}50%{opacity:1;transform:scaleY(1)}}section{padding:100px 0;position:relative}.section-header{text-align:center;max-width:640px;margin:0 auto 56px}.section-tag{letter-spacing:.12em;text-transform:uppercase;color:#1e3a5f;background:#1e3a5f0a;border:1px solid #1e3a5f1f;border-radius:100px;margin-bottom:16px;padding:6px 18px;font-size:.65rem;font-weight:500;display:inline-block}.section-header h2{letter-spacing:-.01em;color:#0f1a2e;margin-bottom:14px;font-size:2.4rem;font-weight:700;line-height:1.15}.section-header p{color:#5a5e66;font-size:1rem;line-height:1.7}.about{background:#fff;border-radius:32px;margin:24px;box-shadow:0 2px 24px #0000000a}.about-layout{align-items:stretch;gap:40px;display:flex}.about-lottie{background:#f5f3ef;border:1px solid #b4b9c31f;border-radius:24px;flex:0 0 360px;justify-content:center;align-items:center;min-height:400px;display:flex;overflow:hidden}.about-lottie svg,.about-lottie lottie-player,.about-lottie dotlottie-player{width:100%;height:100%}.about-grid{flex-wrap:wrap;flex:1;align-content:flex-start;gap:16px;display:flex}.about-card-story{flex:0 0 100%}.about-card-mission,.about-card-team{flex:0 0 calc(50% - 8px)}.about-card{background:#faf9f7;border:1px solid #b4b9c326;border-radius:20px;padding:32px 28px;transition:all .3s}.about-card:hover{border-color:#1e3a5f33;transform:translateY(-4px);box-shadow:0 20px 40px #0000000f}.about-icon{color:#1e3a5f;background:#1e3a5f14;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:flex}.about-icon svg{width:24px;height:24px}.about-card h3{color:#1a1e26;margin-bottom:10px;font-size:1.1rem;font-weight:600}.about-card p{color:#5a5e66;font-size:.9rem;line-height:1.65}.services{box-shadow:none;background:0 0;border-radius:0;margin:0}.services-layout{align-items:flex-start;gap:40px;display:flex}.services-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.services-lottie{background:#1e3a5f0a;border:1px solid #b4b9c31f;border-radius:24px;flex:0 0 320px;justify-content:center;align-items:center;min-height:400px;display:flex;position:sticky;top:100px;overflow:hidden}.services-lottie svg,.services-lottie lottie-player,.services-lottie dotlottie-player{width:100%;height:100%}.service-card{background:#faf9f7;border:1px solid #b4b9c326;border-radius:20px;padding:28px 24px;transition:all .3s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#1e3a5f,#0000);border-radius:20px 20px 0 0;height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.service-card:hover:before{opacity:1}.service-card:hover{border-color:#1e3a5f26;transform:translateY(-4px);box-shadow:0 20px 40px #0000000f}.service-card-highlight{background:#1e3a5f08;border-color:#1e3a5f1f}.service-icon{background:var(--icon-bg,#1e3a5f14);color:#1e3a5f;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.service-icon svg{width:24px;height:24px}.service-card h3{color:#1a1e26;margin-bottom:8px;font-size:1rem;font-weight:600}.service-card p{color:#5a5e66;font-size:.85rem;line-height:1.65}.service-card strong{color:#3a3e46}.projects{background:#0f1a2e;border-radius:32px;margin:24px;box-shadow:0 2px 24px #0000000a}.projects .section-tag{color:#ffffffb3;background:#ffffff0d;border-color:#ffffff26}.projects .section-header h2{color:#fff}.projects .section-header p{color:#ffffff8c}.projects-track-wrap{position:relative}.projects-track-wrap:before,.projects-track-wrap:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.projects-track-wrap:before{background:linear-gradient(90deg,#0f1a2e 0%,#0000 100%);left:0}.projects-track-wrap:after{background:linear-gradient(270deg,#0f1a2e 0%,#0000 100%);right:0}.projects-carousel{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:20px;padding:8px 0 20px;display:flex;overflow-x:auto}.projects-carousel::-webkit-scrollbar{display:none}.projects-carousel{-ms-overflow-style:none;scrollbar-width:none}.project-card{background:0 0;flex-direction:column;flex:0 0 320px;gap:12px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.project-card:hover{transform:translateY(-6px)}.project-img{color:#ffffff26;border-radius:20px;justify-content:center;align-items:center;height:220px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.project-placeholder svg{opacity:.4;width:48px;height:48px}.project-divider{display:none}.project-info{-webkit-backdrop-filter:blur(16px);background:#ffffff2e;border:1px solid #ffffff26;border-radius:20px;padding:22px 24px 26px;box-shadow:0 4px 20px #00000014}.project-cat{text-transform:uppercase;letter-spacing:.12em;color:#ffffffbf;background:#ffffff1f;border-radius:100px;margin-bottom:12px;padding:5px 14px;font-size:.6rem;font-weight:500;display:inline-block}.project-info h3{color:#fff;letter-spacing:-.01em;margin-bottom:6px;font-size:1.05rem;font-weight:600}.project-info p{color:#ffffff8c;font-size:.82rem;line-height:1.6}.contact{box-shadow:none;background:0 0;border-radius:0;margin:0}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:24px;display:grid}.contact-info{background:#faf9f7;border:1px solid #b4b9c326;border-radius:24px;padding:32px}.contact-info h3{color:#1a1e26;margin-bottom:24px;font-size:1.1rem;font-weight:600}.contact-item{color:#5a5e66;align-items:flex-start;gap:14px;margin-bottom:20px;font-size:.9rem;display:flex}.contact-item svg{color:#1e3a5f;flex-shrink:0;width:18px;height:18px;margin-top:3px}.contact-item strong{color:#3a3e46;margin-bottom:2px;font-size:.85rem;font-weight:600;display:block}.contact-item p{line-height:1.5}.contact-item a{color:#1e3a5f;transition:color .2s}.contact-item a:hover{color:#0f2a47}.contact-map{border:1px solid #b4b9c333;border-radius:16px;height:180px;margin-top:20px;overflow:hidden}.contact-map iframe{filter:grayscale(.2);border:0;width:100%;height:100%}.contact-form{background:#faf9f7;border:1px solid #b4b9c326;border-radius:24px;flex-direction:column;gap:14px;padding:32px;display:flex}.contact-form h3{color:#1a1e26;margin-bottom:4px;font-size:1.1rem;font-weight:600}.form-row{gap:14px;display:flex}.contact-form input,.contact-form textarea,.contact-form select{color:#3a3e46;background:#f8f9fb;border:1px solid #b4b9c34d;border-radius:14px;outline:none;width:100%;padding:14px 18px;font-family:inherit;font-size:.9rem;transition:all .25s}.contact-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236a6e76' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.contact-form select option{color:#3a3e46;background:#fff}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{background:#fff;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f14}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#a0a5ae}.footer{text-align:center;background:#0f1a2e;border-radius:32px 32px 0 0;margin:24px 24px 0;padding:40px 0}.footer-content{flex-direction:column;align-items:center;gap:12px;display:flex}.footer-brand{justify-content:center;align-items:center;display:flex}.footer-logo{object-fit:contain;filter:brightness(0)invert();opacity:.8;width:auto;height:44px}.footer-tagline{color:#fff6;font-size:.8rem}.footer-bottom{color:#fff3;margin-top:4px;font-size:.75rem}.reveal-rise{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(50px)}.reveal-rise.visible-rise{opacity:1;transform:translateY(0)}.reveal-right{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translate(-60px)}.reveal-right.visible-right{opacity:1;transform:translate(0)}.reveal-blur{opacity:0;filter:blur(12px);transition:opacity .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.reveal-blur.visible-blur{opacity:1;filter:blur();transform:translateY(0)}.s-item{opacity:0;filter:blur(6px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),filter .7s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.s-item.visible{opacity:1;filter:blur();transform:translateY(0)}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.back-to-top{z-index:200;-webkit-backdrop-filter:blur(16px);color:#3a3e46;cursor:pointer;opacity:0;pointer-events:none;background:#ffffffe6;border:1px solid #b4b9c333;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:32px;right:32px;transform:translateY(20px)scale(.9);box-shadow:0 4px 20px #00000014}.back-to-top svg{width:20px;height:20px;transition:transform .3s}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.back-to-top:hover{color:#1e3a5f;background:#fff;border-color:#1e3a5f33;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 28px #0000001f}.back-to-top:hover svg{transform:translateY(-2px)}.blur-overlay{z-index:300;-webkit-backdrop-filter:blur();pointer-events:none;background:0 0;transition:-webkit-backdrop-filter .6s cubic-bezier(.16,1,.3,1),backdrop-filter .6s cubic-bezier(.16,1,.3,1),background .6s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.blur-overlay.active{-webkit-backdrop-filter:blur(16px);pointer-events:all;background:#00000014}.blur-overlay.fade-out{-webkit-backdrop-filter:blur();background:0 0;transition:-webkit-backdrop-filter .8s cubic-bezier(.16,1,.3,1),backdrop-filter .8s cubic-bezier(.16,1,.3,1),background .8s cubic-bezier(.16,1,.3,1)}@media (width<=1024px){.container{padding:0 24px}.about-layout{flex-direction:column}.about-lottie{flex:none;width:100%;max-width:360px;min-height:300px}.about-card-story{flex:0 0 100%}.about-card-mission,.about-card-team{flex:0 0 calc(50% - 8px)}.services-layout{flex-direction:column}.services-lottie{flex:none;width:100%;max-width:360px;min-height:280px;position:static}.project-card{flex:0 0 280px}}@media (width<=768px){.container{padding:0 20px}section{padding:72px 0}.sidebar{left:16px;transform:translate(calc(-100% - 16px))}.sidebar.open{transform:translate(0)}.sidebar-toggle{display:flex}.sidebar-overlay{display:block}.main-content{width:100%;margin-left:0}.about,.projects,.footer{border-radius:24px;margin:0 16px 16px}.footer{border-radius:24px 24px 0 0;margin:16px 16px 0}.hero{min-height:auto;padding:80px 24px}.hero-content{text-align:center;flex-direction:column;gap:32px}.hero-content h1{font-size:2rem}.hero-text{max-width:100%}.hero-lottie{order:-1;max-width:260px;height:220px}.hero-content>p{font-size:.95rem}.hero-actions,.hero-trust{justify-content:center}.section-header{margin-bottom:40px}.section-header h2{font-size:1.6rem}.about-layout{flex-direction:column;gap:24px}.about-lottie{flex:none;width:100%;max-width:100%;min-height:220px}.about-card-story,.about-card-mission,.about-card-team{flex:0 0 100%}.services-layout{flex-direction:column;gap:24px}.services-lottie{flex:none;width:100%;max-width:100%;min-height:240px;position:static}.project-card{flex:0 0 240px}.projects-track-wrap:before,.projects-track-wrap:after{width:32px}.contact-grid{grid-template-columns:1fr;gap:20px}.contact-info,.contact-form{padding:24px 20px}.contact-map{height:160px}.form-row{flex-direction:column}.footer{padding:32px 0}.back-to-top{width:42px;height:42px;bottom:20px;right:20px}}@media (width<=480px){.container{padding:0 16px}section{padding:60px 0}.hero{padding:64px 16px}.hero-content h1{font-size:1.6rem}.hero-content>p{font-size:.88rem}.hero-lottie{max-width:200px;height:180px}.hero-trust{flex-direction:column;align-items:center}.section-header h2{font-size:1.4rem}.section-header p{font-size:.88rem}.service-card{padding:20px}.project-card{flex:0 0 200px}.project-img{height:160px}.contact-info,.contact-form{padding:20px 16px}}
