@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap";.header{position:fixed;top:0;left:0;right:0;background:#fffffffa;z-index:1000;border-bottom:1px solid #e0e0e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{max-width:100%;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:#000;letter-spacing:-.5px}.nav-desktop{display:flex;gap:2.5rem;align-items:center;flex:1;justify-content:center}.nav-link{font-size:.85rem;font-weight:500;letter-spacing:.5px;color:#888;text-transform:uppercase;transition:color .3s ease;position:relative;padding-bottom:.3rem}.nav-link:hover,.nav-link.active{color:#000}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#000}.header-right{display:flex;gap:1.5rem;align-items:center}.global-presence{font-size:.85rem;font-weight:500;color:#888;transition:color .3s ease}.global-presence:hover{color:#000}.contact-btn{background:#000;color:#fff;padding:.75rem 1.75rem;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:background .3s ease,transform .2s ease}.contact-btn:hover{background:#333;transform:translateY(-1px)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:2px;background:#000;transition:all .3s ease}.nav-mobile{display:none}@media (max-width: 1024px){.nav-desktop{gap:1.5rem}.nav-link{font-size:.75rem}.header-right{gap:1rem}.global-presence{font-size:.75rem}.contact-btn{padding:.6rem 1.3rem;font-size:.75rem}}@media (max-width: 768px){.header-container{padding:1rem 1.5rem}.nav-desktop,.header-right{display:none}.mobile-menu-toggle{display:flex}.nav-mobile{display:flex;flex-direction:column;position:fixed;top:70px;left:0;right:0;background:#fff;padding:2rem;gap:1.5rem;box-shadow:0 4px 12px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-mobile.nav-mobile-open{transform:translateY(0);opacity:1;visibility:visible}.nav-mobile a{font-size:.9rem;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 0;border-bottom:1px solid #eee}.nav-mobile a:last-child{border-bottom:none}.nav-mobile a:hover{color:#666}}@media (max-width: 480px){.header-container{padding:1rem}.logo-text{font-size:1.2rem}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#c8c8c899,#c8c8c899),url(/assets/Image%206.png) center/cover no-repeat;filter:grayscale(100%);z-index:-1}.hero-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 5%}.hero-text-container{max-width:1000px;width:100%}.hero-brand{font-size:4.5rem;font-weight:700;color:#000;margin:0 0 .2rem;line-height:1}.hero-tagline{font-size:6rem;font-weight:300;color:#000;margin:0;line-height:1}.hero-tagline-outline{font-size:6rem;font-weight:300;color:transparent;-webkit-text-stroke:2px #000;text-stroke:2px #000;margin:0 0 2rem;line-height:1}.hero-description{font-size:1.1rem;line-height:1.6;color:#333;max-width:800px;margin:0 auto 3rem;font-weight:400}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center}.hero-btn{padding:1rem 2.5rem;font-size:.9rem;font-weight:600;letter-spacing:.5px;border:2px solid #000;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.hero-btn-primary{background-color:#000;color:#fff}.hero-btn-primary:hover{background-color:#333;transform:translateY(-2px)}.hero-btn-secondary{background-color:transparent;color:#000}.hero-btn-secondary:hover{background-color:#000;color:#fff;transform:translateY(-2px)}@media (max-width: 1024px){.hero-brand{font-size:3.5rem}.hero-tagline,.hero-tagline-outline{font-size:4.5rem}.hero-description{font-size:1rem}}@media (max-width: 768px){.hero-brand{font-size:2.5rem}.hero-tagline,.hero-tagline-outline{font-size:3.5rem}.hero-description{font-size:.95rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-btn{width:100%;max-width:300px}}@media (max-width: 480px){.hero-brand{font-size:2rem}.hero-tagline,.hero-tagline-outline{font-size:2.5rem}.hero-tagline-outline{-webkit-text-stroke:1.5px #000;text-stroke:1.5px #000}.hero-description{font-size:.85rem}.hero-btn{padding:.9rem 2rem;font-size:.8rem}}.four-pillars{padding:6rem 2rem;background:#fff}.pillars-container{max-width:1400px;margin:0 auto}.pillars-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.pillars-title{font-size:2.5rem;font-weight:700;letter-spacing:1.5px;line-height:1.1;margin:0}.pillars-title span{display:block}.pillars-dots{height:12px;width:auto;object-fit:contain}.pillars-grid{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;margin:0 auto;height:320px;padding:2rem;overflow:visible}.pillar-circle{position:absolute;border:2px solid #333;border-radius:50%;background:#fffffffa;display:flex;align-items:center;justify-content:center;padding:1.8rem;text-align:center;transition:all .3s ease}.pillar-circle:nth-child(1){width:240px;height:240px;left:20%;z-index:1}.pillar-circle:nth-child(2){width:280px;height:280px;left:50%;transform:translate(-50%);margin-left:-5%;z-index:3}.pillar-circle:nth-child(3){width:240px;height:240px;left:56%;transform:translate(-50%);margin-left:5%;z-index:3}.pillar-circle:nth-child(4){width:240px;height:240px;right:16%;z-index:1}.pillar-circle:nth-child(2):hover{z-index:10;transform:translate(-50%) scale(1.02);box-shadow:0 10px 30px #00000026}.pillar-circle:nth-child(3):hover{z-index:10;transform:translate(-50%) scale(1.02);box-shadow:0 10px 30px #00000026}.pillar-circle:hover{z-index:10;transform:scale(1.02);box-shadow:0 10px 30px #00000026}.pillar-content{width:100%}.pillar-circle h3{font-size:1.3rem;margin-bottom:.6rem;font-weight:700}.pillar-circle:nth-child(2) h3{font-size:1.5rem;margin-bottom:.8rem}.pillar-desc{font-size:.7rem;line-height:1.4;margin-bottom:.6rem}.pillar-circle:nth-child(2) .pillar-desc{font-size:.75rem}.pillar-details{list-style:none;padding:0;margin:.5rem 0 0}.pillar-details li{font-size:.65rem;line-height:1.5;margin-bottom:.1rem}.pillar-circle:nth-child(2) .pillar-details li{font-size:.7rem}@media (max-width: 1200px){.pillars-grid{height:auto;flex-direction:column;gap:1.5rem;padding:2rem 1rem}.pillar-circle{position:relative!important;left:auto!important;right:auto!important;width:100%!important;max-width:280px!important;height:auto!important;min-height:250px;transform:none!important;margin:0!important}.pillar-circle:nth-child(2){max-width:300px!important}}@media (max-width: 768px){.pillars-title{font-size:2rem}.pillar-circle{max-width:260px!important;min-height:230px}.pillar-circle:nth-child(2){max-width:280px!important}.pillar-circle h3{font-size:1.2rem}.pillar-circle:nth-child(2) h3{font-size:1.4rem}.pillar-desc{font-size:.65rem}.pillar-details li{font-size:.6rem}}@media (max-width: 480px){.pillars-title{font-size:1.8rem}.pillars-grid{padding:1rem}.pillar-circle{max-width:240px!important;padding:1.5rem!important;min-height:200px}.pillar-circle:nth-child(2){max-width:260px!important}}.sectors{padding:6rem 2rem;background:var(--light-gray)}.sectors-container{max-width:1400px;margin:0 auto}.sectors-content{display:flex;align-items:center;justify-content:center;gap:6rem}.sectors-header{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.sectors-title{font-size:3.5rem;font-weight:700;letter-spacing:1px;line-height:1.1}.sectors-dots{height:12px;width:auto;object-fit:contain}.sectors-venn{position:relative;width:550px;height:550px;flex-shrink:0}.sector-circle{position:absolute;width:260px;height:260px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.85}.sector-circle span{font-size:.7rem;font-weight:700;text-align:center;padding:1rem;color:#000;z-index:10;position:relative;letter-spacing:.5px;line-height:1.3}.sector-circle.red{background:var(--red)}.sector-circle.yellow{background:var(--yellow)}.sector-circle.pink{background:var(--pink)}.sector-circle.blue{background:var(--blue)}.sector-circle.top{top:0;left:50%;transform:translate(-50%)}.sector-circle.left{bottom:25%;left:8%}.sector-circle.right{top:32%;right:8%}.sector-circle.bottom{bottom:0;left:50%;transform:translate(-50%)}@media (max-width: 1200px){.sectors-content{gap:4rem}.sectors-venn{width:480px;height:480px}.sector-circle{width:230px;height:230px}.sector-circle span{font-size:.65rem}}@media (max-width: 1024px){.sectors-content{flex-direction:column;gap:3rem}.sectors-title{text-align:center;font-size:3rem}.sectors-header{align-items:center}}@media (max-width: 768px){.sectors-title{font-size:2.5rem}.sectors-venn{width:400px;height:400px}.sector-circle{width:200px;height:200px}.sector-circle span{font-size:.6rem}}@media (max-width: 480px){.sectors-title{font-size:2rem}.sectors-venn{width:300px;height:550px}.sector-circle{width:170px;height:170px}.sector-circle span{font-size:.55rem;padding:.75rem}.sector-circle.top{top:0;left:50%}.sector-circle.left{top:25%;left:50%;transform:translate(-50%)}.sector-circle.right{top:50%;left:50%;transform:translate(-50%)}.sector-circle.bottom{top:75%;left:50%}}.brands{padding:6rem 2rem;background:var(--light-gray)}.brands-container{max-width:1600px;margin:0 auto}.brands-header{position:absolute;top:70%;left:1rem;transform:translateY(-70%);z-index:3;display:flex;flex-direction:column;gap:.8rem}.brands-title{font-size:2.5rem;font-weight:700;letter-spacing:2px;line-height:1.1;color:#fff;margin:0}.brands-header-dots{display:flex;gap:.5rem;align-items:center}.brands-header-dots .dot{width:8px;height:8px;border-radius:50%}.brands-header-dots .dot.blue{background:var(--blue)}.brands-header-dots .dot.pink{background:var(--pink)}.brands-header-dots .dot.red{background:var(--red)}.brands-header-dots .dot.yellow{background:var(--yellow)}.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.brand-card{position:relative;border-radius:16px;overflow:hidden;background:#000;height:100%;min-height:700px}.brand-image-container{width:100%;height:100%;position:relative;overflow:hidden}.brand-image-container img{width:100%;height:100%;object-fit:cover}.brand-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0003,#000000b3);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:1.5rem}.brand-overlay-content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.brand-logo{max-width:120px;max-height:60px;width:auto;height:auto;object-fit:contain}.brand-logo-text{font-size:2rem;font-weight:400;color:#fff;font-style:italic;margin:0}.brand-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;align-self:flex-end}.brand-icon.blue{background:var(--blue)}.brand-icon.pink{background:var(--pink)}.brand-icon.red{background:var(--red)}.brand-icon.yellow{background:var(--yellow)}.brand-description{font-size:.7rem;line-height:1.5;color:#fff;letter-spacing:.3px;margin:0;font-weight:300}@media (max-width: 1200px){.brands-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.brands-title{font-size:2rem}.brands-grid{grid-template-columns:1fr}.brand-card{min-height:500px}}@media (max-width: 480px){.brands-header{flex-direction:column;align-items:flex-start;gap:1rem}.brand-card{min-height:400px}.brand-logo{max-width:100px;max-height:50px}.brand-logo-text{font-size:1.5rem}.brand-description{font-size:.65rem}}.milestones{padding:6rem 2rem;background:var(--light-gray)}.milestones-container{max-width:1400px;margin:0 auto}.milestones-title{font-size:3.5rem;font-weight:700;margin-bottom:4rem;letter-spacing:2px;line-height:1.1}.timeline-horizontal{position:relative;width:100%;min-height:400px;margin-top:4rem}.timeline-line-container{position:absolute;width:100%;height:100%}.timeline-line{position:absolute;height:3px;background:#999;left:2%}.timeline-line.top-line{top:80px;width:95%;border-radius:3px 0 0 3px}.timeline-line.bottom-line{bottom:80px;width:95%;border-radius:3px 0 0 3px}.timeline-connector{position:absolute;left:95%;top:80px;bottom:80px;width:120px;height:auto}.milestone-item{position:absolute;display:flex;flex-direction:column;align-items:center;z-index:2}.milestone-item.top{top:0}.milestone-item.bottom{bottom:0}.milestone-0{left:2%;top:0}.milestone-1{left:26%;top:0}.milestone-2{left:50%;top:0}.milestone-3{left:74%;top:0}.milestone-4{left:2%;bottom:0}.milestone-5{left:38%;bottom:0}.milestone-6{left:74%;bottom:0}.milestone-dot{width:18px;height:18px;border-radius:50%;margin:.5rem 0;z-index:3}.milestone-dot.blue{background:var(--blue)}.milestone-dot.red{background:var(--red)}.milestone-dot.yellow{background:var(--yellow)}.milestone-dot.pink{background:var(--pink)}.milestone-year{font-size:1.6rem;font-weight:400;color:#999;margin-bottom:.8rem}.milestone-item.bottom .milestone-year{margin-bottom:0;margin-top:.8rem;order:2}.milestone-item.bottom .milestone-dot{order:1}.milestone-item.bottom .milestone-text{order:0}.milestone-text{max-width:280px;text-align:center}.milestone-item.top .milestone-text{margin-top:.8rem}.milestone-item.bottom .milestone-text{margin-bottom:.8rem}.milestone-text p{font-size:.8rem;line-height:1.5;color:#666}@media (max-width: 1024px){.timeline-horizontal{min-height:800px}.milestone-item{position:relative;left:0!important;right:0!important;top:auto!important;bottom:auto!important;margin-bottom:3rem}.timeline-line-container{display:none}}@media (max-width: 768px){.milestones-title{font-size:2rem}.milestone-year{font-size:1.5rem}.milestone-text{max-width:200px}.milestone-text p{font-size:.8rem}}.clients{padding:3rem 2rem 4rem;background:#000;color:#fff}.clients-container{max-width:1400px;margin:0 auto}.clients-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem}.clients-title{font-size:4rem;font-weight:700;text-align:center;letter-spacing:4px;margin:0}.clients-dots{height:14px;width:auto;object-fit:contain}.clients-logos{display:flex;justify-content:center;align-items:center;padding:2rem}.clients-logos img{width:80%;max-width:1000px;height:auto;object-fit:contain}@media (max-width: 768px){.clients-title{font-size:2rem}.clients-logos{padding:1rem}}@media (max-width: 480px){.clients-title{font-size:1.5rem}.clients-logos{padding:.5rem}}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;letter-spacing:2px}.contact-content{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-block h3{font-size:.9rem;font-weight:700;margin-bottom:.4rem;letter-spacing:.5px;text-transform:uppercase}.contact-block p{font-size:.85rem;color:#666;line-height:1.5}.contact-social{display:flex;gap:1rem;margin-top:1rem}.contact-social a{width:40px;height:40px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contact-social a:hover{background:#333;transform:translateY(-3px)}.contact-map{width:100%;height:400px;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.contact-map img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.contact-title{font-size:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-map{height:300px}}.footer{background:#000;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-tagline{text-align:center;margin-bottom:1.5rem}.footer-tagline h3{font-size:1.5rem;font-weight:600;letter-spacing:2px;margin-bottom:.75rem}.footer-dots{display:flex;justify-content:center;gap:10px;margin-top:1rem}.footer-dots .dot{width:12px;height:12px;border-radius:50%}.footer-dots .dot.blue{background:var(--blue)}.footer-dots .dot.red{background:var(--red)}.footer-dots .dot.yellow{background:var(--yellow)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid #222}.footer-bottom p{font-size:.75rem;color:#666}@media (max-width: 768px){.footer-tagline h3{font-size:1.5rem}}.App{min-height:100vh;overflow-x:hidden}@font-face{font-family:Glacial Indifference;src:url(https://fonts.cdnfonts.com/s/15011/GlacialIndifference-Regular.woff) format("woff");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #000000;--secondary-color: #ffffff;--text-color: #333333;--light-gray: #f5f5f5;--red: #E74C3C;--yellow: #d4ed31;--pink: #f5a3d0;--blue: #5b9bd5;--title-font: "Oswald", sans-serif;--body-font: "Glacial Indifference", sans-serif}body{font-family:var(--body-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--title-font);font-weight:700;line-height:1.2}p,span,a,li{font-family:var(--body-font)}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto;display:block}
