@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono&family=Lora:ital,wght@0,400;0,700;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lora&display=swap";.app-nav{background-color:#222;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.app-nav ul{display:flex;justify-content:flex-start;align-items:center;gap:2rem;margin:0;padding:0;list-style:none}.app-nav li a{color:#fff;font-weight:500;text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s}.app-nav li a:after{content:"";position:absolute;width:100%;height:2px;background-color:maroon;bottom:-4px;left:0;transform:scaleX(0);transition:transform .3s ease-in-out;transform-origin:bottom left}.app-nav li a:hover{color:#fdd}.app-nav li a:hover:after{transform:scaleX(1)}body,html{margin:0;padding:0;overflow-x:hidden}.main-section{background:linear-gradient(to bottom,#0006,#0009),url(/assets/hero-image-2-D6rTgSFE.png) no-repeat center center;background-size:cover;background-attachment:fixed;min-height:100vh;padding:0 2rem;display:flex;align-items:center;justify-content:flex-start;position:relative;color:#fff}.main-section .main-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:center}.main-section .main-text{max-width:750px;padding:2rem}.main-section .main-text p{font-size:4rem;font-weight:500;line-height:1.2;color:#fff;margin-bottom:1.5rem;font-family:Lora,serif;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.main-section .main-text .subheading{font-size:1.3rem;font-weight:400;font-style:italic;letter-spacing:.5px;margin-bottom:2.5rem;color:#ccc;font-family:IBM Plex Mono,monospace;opacity:0;transform:translateY(10px);animation:fadeUp 1s ease-out .5s forwards}.main-section .main-text .main-cta-buttons{display:flex;gap:1.25rem;flex-wrap:wrap}.main-section .main-text .main-cta-buttons .btn{padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.main-section .main-text .main-cta-buttons .learn-more{background-color:#ffffff1a;color:#fff;border:2px solid #fff}.main-section .main-text .main-cta-buttons .learn-more:hover{background-color:#fff;color:#000}.main-section .main-text .main-cta-buttons .contact-us{background-color:maroon;color:#fff}.main-section .main-text .main-cta-buttons .contact-us:hover{background-color:#4d0000;transform:scale(1.05)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.main-section{padding:3rem 1.5rem;text-align:center;background-attachment:scroll}.main-content{justify-content:center}.main-text{padding:0}.main-text p{font-size:1.8rem}.main-text .subheading{font-size:.95rem}.main-text .main-cta-buttons{justify-content:center}.main-text .main-cta-buttons .btn{font-size:.95rem;padding:.8rem 1.5rem}.program-badge{font-size:.75rem;padding:.1rem 1rem}}.program-badge{position:absolute;bottom:.2rem;left:50%;transform:translate(-50%);background-color:#fffffff2;color:#000;font-family:IBM Plex Mono,monospace;font-style:italic;font-weight:600;font-size:.95rem;padding:.1rem 1.25rem;border-left:4px solid #800000;border-radius:6px;text-align:center;width:fit-content;max-width:90%;box-shadow:0 2px 10px #0000001a}.program-badge a{color:maroon;text-decoration:none}.program-badge a:hover{text-decoration:underline}.about-section{background-color:#fdfdfd;padding:5rem 2rem;position:relative}.about-section:after{content:"";position:absolute;bottom:0;left:10%;width:80%;height:2px;background-color:#8000001a}.about-section .about-header{text-align:center;margin-bottom:4rem}.about-section .about-header h1{font-family:Bebas Neue,sans-serif;font-size:3.5rem;letter-spacing:2px;color:#111;margin-bottom:.5rem;position:relative}.about-section .about-header h1:after{content:"";display:block;width:80px;height:4px;background-color:maroon;margin:1rem auto 0}.about-section .about-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;max-width:1300px;margin:0 auto;align-items:start;position:relative}.about-section .about-grid:before{content:"";position:absolute;top:0;left:33.33%;height:100%;width:1px;background-color:#80000026}.about-section .about-grid:after{content:"";position:absolute;top:0;left:66.66%;height:100%;width:1px;background-color:#8000001a}.about-section .section-label{font-family:Bebas Neue,sans-serif;font-size:2rem;letter-spacing:1px;color:maroon;position:relative;margin-bottom:1.25rem;text-align:left}.about-section .section-label:after{content:"";display:block;width:60px;height:3px;background:maroon;margin-top:.5rem}.about-section p{font-size:1.15rem;line-height:1.7;color:#333;font-family:Lora,serif}.about-section p .highlight{color:maroon;font-weight:500}.project-carousel{text-align:left}.project-carousel .carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1rem}.project-carousel .carousel-wrapper .carousel-btn{background:none;border:2px solid #800000;color:maroon;font-size:2rem;padding:.25rem 1rem;cursor:pointer;transition:all .3s ease}.project-carousel .carousel-wrapper .carousel-btn:hover{background-color:maroon;color:#fff}.project-carousel .carousel-wrapper .carousel-img-link{display:block;width:100%;max-width:220px}.project-carousel .carousel-wrapper .carousel-img-link img{width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.project-carousel .carousel-wrapper .carousel-img-link img:hover{transform:scale(1.03)}.highlight-key{color:maroon;font-weight:700;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.highlight-key:hover{text-decoration:underline;text-underline-offset:3px}.highlight-verb{color:maroon;font-weight:600;font-style:italic;transition:color .3s ease}.highlight-verb:hover{color:#4d0000}@media (max-width: 768px){.about-section{padding:3rem 1.5rem}.about-section:after{display:none}.about-section .about-grid{grid-template-columns:1fr}.about-section .about-grid:before,.about-section .about-grid:after{display:none}.about-section .section-label{font-size:1.5rem;text-align:center}.about-section p{font-size:1.05rem}.about-section .about-header h1{font-size:2.2rem}.about-section .about-header h1:after{width:60px}.project-carousel .carousel-wrapper{flex-direction:column}.project-carousel .carousel-wrapper .carousel-btn{font-size:1.5rem}.project-carousel .carousel-wrapper .carousel-img-link{max-width:100%}}.project-carousel .carousel-description{margin-top:1.5rem;text-align:center}.project-carousel .carousel-description h3{font-family:Bebas Neue,sans-serif;font-size:1.5rem;color:maroon;margin-bottom:.5rem}.project-carousel .carousel-description p{font-size:1.05rem;font-family:Lora,serif;color:#444;line-height:1.6;padding:0 1rem}.project-modal-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-in-out}.project-modal{background:#fff;width:85%;max-width:420px;max-height:80vh;overflow-y:auto;padding:1.5rem;border-radius:10px;box-shadow:0 8px 28px #00000026;text-align:center;font-family:Lora,serif;position:relative;animation:scaleIn .3s ease-in-out}.project-modal h3{font-family:Bebas Neue,sans-serif;font-size:1.75rem;color:maroon;margin-bottom:1rem}.project-modal p{font-size:1.05rem;line-height:1.6;color:#444}.project-modal .close-btn{position:absolute;top:.75rem;right:.75rem;font-size:1.5rem;background:none;border:none;color:#999;cursor:pointer}.project-modal .close-btn:hover{color:maroon}.project-modal::-webkit-scrollbar{width:6px}.project-modal::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:4px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.cta-wrapper{margin-top:1.5rem;text-align:left}.cta-wrapper .cta-text{margin-bottom:.75rem;font-size:1.1rem;color:#333}.cta-wrapper .cta-button{padding:.6rem 1.4rem;background-color:maroon;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.cta-wrapper .cta-button:hover{background-color:#a00000}.team-list{list-style:none;padding:0;margin-top:1.5rem}.team-list .team-member{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.team-list .team-member .member-info{font-size:1.05rem;color:#333}.team-list .team-member .member-info strong{display:block;font-family:Bebas Neue,sans-serif;font-size:1.25rem;color:maroon;margin-bottom:.25rem}.team-list .team-member .member-info .member-contact{display:flex;align-items:center;gap:.5rem}.team-list .team-member .member-info .member-contact a{text-decoration:none;font-size:1.25rem;color:maroon}.team-list .team-member .member-info .member-contact a:hover{color:#4d0000}.team-modal{max-height:80vh;overflow-y:auto}.team-modal .team-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.team-modal .team-member{display:flex;align-items:center;gap:1rem;text-align:left}.team-modal .team-member img,.team-modal .team-member .avatar-placeholder{width:60px;height:60px;border-radius:50%;object-fit:cover;background-color:#ddd;display:flex;align-items:center;justify-content:center;font-weight:700;color:#555;font-family:Bebas Neue,sans-serif}.team-modal .team-member div{line-height:1.5}.team-modal .team-member div strong{font-size:1.1rem;color:maroon}.team-modal .team-member div a{display:block;color:#333;text-decoration:none;font-size:.95rem}.team-modal .team-member div a:hover{text-decoration:underline}.team-modal .team-member div p{margin:.25rem 0}.linkedin-icon{display:inline-flex;align-items:center;margin-top:.25rem;color:maroon;font-size:1.2rem;transition:color .2s ease}.linkedin-icon:hover{color:#4d0000}.values-card{cursor:pointer;border-radius:12px;overflow:hidden;margin-top:2rem;transition:transform .3s ease}.values-card:hover{transform:translateY(-5px)}.values-card .values-image{background-size:cover;background-position:center;height:260px;width:100%;display:flex;justify-content:center;align-items:center}.values-card .values-text-overlay{background:#ffffffb3;padding:1rem 2rem;font-family:Bebas Neue,sans-serif;font-size:2.2rem;color:maroon;border-radius:8px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 2px 10px #0000001a}.projects-section{padding:4rem 2rem;background:#fafafa;text-align:center}.projects-section h2{font-family:Bebas Neue,sans-serif;font-size:3.5rem;margin-bottom:2.5rem;position:relative;letter-spacing:1px}.projects-section h2:after{content:"";display:block;width:70px;height:4px;background-color:maroon;margin:1rem auto 0}.projects-section .projects-carousel{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:980px;margin:0 auto}.projects-section .carousel-window{width:min(900px,100%);height:460px;border-radius:14px;background-size:cover;background-position:center;box-shadow:0 10px 30px #0000001f;overflow:hidden;position:relative}.projects-section .carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:1.5rem;background:linear-gradient(to top,#0000008c,#00000026,#0000)}.projects-section .carousel-card{width:min(720px,100%);text-align:left;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:1.5rem 1.75rem;font-family:Lora,serif}.projects-section .carousel-card h3{font-family:Bebas Neue,sans-serif;font-size:2.1rem;color:maroon;margin:0 0 .75rem;letter-spacing:.5px}.projects-section .carousel-card p{font-size:1.12rem;line-height:1.7;color:#222;margin:0}.projects-section .carousel-cta{margin-top:1.25rem;text-align:left}.projects-section .carousel-cta .cta-button{display:inline-block;padding:.75rem 1.5rem;background-color:maroon;color:#fff;font-weight:700;border-radius:8px;border:none;cursor:pointer;transition:background-color .3s ease}.projects-section .carousel-cta .cta-button:hover{background-color:#a00000}.projects-section .carousel-btn{width:48px;height:48px;border-radius:999px;border:none;background:#fff;color:#111;font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 8px 22px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.projects-section .carousel-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000029}.projects-section .carousel-btn:active{transform:translateY(0)}.projects-section .carousel-dots{margin-top:1.25rem;display:flex;justify-content:center;gap:.6rem}.projects-section .carousel-dots .dot{width:10px;height:10px;border-radius:999px;border:none;cursor:pointer;background:#80000040;transition:transform .2s ease,background .2s ease}.projects-section .carousel-dots .dot.active{background:#800000e6;transform:scale(1.15)}@media (max-width: 768px){.projects-section{padding:3rem 1.25rem}.projects-section h2{font-size:2.2rem}.projects-section h2:after{width:50px;height:3px}.projects-section .projects-carousel{gap:.6rem}.projects-section .carousel-window{height:380px}.projects-section .carousel-card{padding:1.1rem}.projects-section .carousel-card h3{font-size:1.7rem}.projects-section .carousel-card p{font-size:1rem}.projects-section .carousel-btn{width:42px;height:42px;font-size:1.8rem}}.contact-section{background:#fafafa;padding:4rem 2rem}.contact-section h2{text-align:center;font-family:Bebas Neue,sans-serif;font-size:3.5rem;letter-spacing:1px;color:#111;margin-bottom:3rem;position:relative}.contact-section h2:after{content:"";display:block;width:70px;height:4px;background-color:maroon;margin:1rem auto 0}.contact-section .contact-form{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-left:4px solid #800000;border-radius:6px;box-shadow:0 6px 16px #0000000d;display:flex;flex-direction:column;gap:1.5rem}.contact-section .contact-form label{font-size:1.1rem;font-family:Lora,serif;color:#333;display:flex;flex-direction:column}.contact-section .contact-form label input,.contact-section .contact-form label textarea{margin-top:.5rem;padding:.75rem;font-size:1rem;font-family:Lora,serif;border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease}.contact-section .contact-form label input:focus,.contact-section .contact-form label textarea:focus{border-color:maroon;outline:none}.contact-section .contact-form button{align-self:start;padding:.5rem 1.5rem;font-family:Bebas Neue,sans-serif;font-size:1.2rem;letter-spacing:1px;background-color:maroon;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.contact-section .contact-form button:hover{background-color:#4d0000}.contact-section .success,.contact-section .error{max-width:600px;margin:1rem auto 0;font-family:Lora,serif;font-size:1rem}.contact-section .success{color:green}.contact-section .error{color:red}@media (max-width: 768px){.contact-section{padding:3rem 1.5rem}.contact-section h2{font-size:2.2rem}.contact-section h2:after{width:50px;height:3px}.contact-section .contact-form{padding:1.5rem;gap:1.25rem}.contact-section .contact-form label{font-size:1rem}.contact-section .contact-form label input,.contact-section .contact-form label textarea{font-size:.95rem;padding:.65rem}.contact-section .contact-form button{font-size:1rem;padding:.5rem 1.25rem}.contact-section .success,.contact-section .error{font-size:.95rem;text-align:center;padding:0 1rem}}.site-footer{background-color:#111;color:#fff;padding:2rem 1.5rem;text-align:center;font-family:IBM Plex Mono,monospace}.site-footer .footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.site-footer .footer-content{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer .footer-brand{font-size:1rem;color:#ccc}.site-footer .footer-links{list-style:none;display:flex;gap:1.5rem;justify-content:center;padding:0;margin:0}.site-footer .footer-links li a{color:#ccc;text-decoration:none;font-size:1rem;transition:color .3s ease}.site-footer .footer-links li a:hover{color:maroon}.project-page-layout{display:flex;gap:3rem;padding:6rem 2rem 4rem;max-width:1200px;margin:0 auto;align-items:flex-start}.project-sidebar{width:270px;flex-shrink:0;position:sticky;top:110px;height:fit-content}.sidebar-title{font-family:Bebas Neue,sans-serif;font-size:1.9rem;letter-spacing:.5px;margin:0 0 1rem;color:#111}.project-nav{display:flex;flex-direction:column;gap:.55rem}.project-nav-item{text-decoration:none;color:#333;padding:.65rem .85rem;border-radius:8px;transition:background .2s ease,transform .15s ease;line-height:1.3}.project-nav-item:hover{background:#80000014;transform:translateY(-1px)}.project-nav-item.active{background:maroon;color:#fff;font-weight:700}.back-home-item{font-weight:700;color:maroon}.project-nav-divider{height:1px;background:#0000001f;margin:.4rem 0 .65rem}.project-page{flex:1;font-family:Lora,serif;color:#222}.project-page h1{font-family:Bebas Neue,sans-serif;font-size:3rem;letter-spacing:1px;margin:0 0 1rem;color:#111}.project-image{margin-top:1.25rem;height:340px;border-radius:14px;background-size:cover;background-position:center;box-shadow:0 12px 32px #00000024}.project-description{margin-top:1.5rem;font-size:1.15rem;line-height:1.85;color:#333}.project-bullets{margin-top:1.25rem;padding-left:1.2rem;line-height:1.8}.project-bullets li{margin-bottom:.55rem}.cta-container{margin-top:2.25rem}.cta-button{display:inline-block;padding:.85rem 1.75rem;background-color:maroon;color:#fff;font-weight:800;border-radius:10px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;box-shadow:0 8px 20px #00000024}.cta-button:hover{background-color:#570000;transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}@media (max-width: 900px){.project-page-layout{flex-direction:column;padding:5rem 1.25rem 3rem;gap:1.5rem}.project-sidebar{width:100%;position:relative;top:auto}.project-nav{flex-direction:row;overflow-x:auto;gap:.6rem;padding-bottom:.25rem}.project-nav-item{white-space:nowrap}.project-nav-divider{display:none}.project-page h1{font-size:2.2rem}.project-image{height:260px}.project-description{font-size:1.05rem}}.app-nav{position:fixed;top:0;left:0;right:0;width:100%;padding:1rem 2rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease;z-index:1000}.app-nav.scrolled{background-color:#fafafaf2;box-shadow:0 2px 6px #00000014}.app-nav .nav-logo{display:flex;align-items:center}.app-nav .nav-logo img{height:60px;max-width:100%}.app-nav .nav-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.app-nav .nav-links li a{font-family:Bebas Neue,sans-serif;color:#fff;font-size:1.4rem;letter-spacing:1px;text-decoration:none;white-space:nowrap;transition:color .3s ease}.app-nav .nav-links li a:hover{color:#fff}.app-nav.scrolled .nav-links li a{color:#111}.app-nav.scrolled .nav-links li a:hover{color:maroon}.app-nav .hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:1001}.app-nav .hamburger span{display:block;height:3px;background:#fff;border-radius:2px;transition:.3s ease}.app-nav .hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(8px)}.app-nav .hamburger.open span:nth-child(2){opacity:0}.app-nav .hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}@media (max-width: 768px){.app-nav{flex-direction:column;align-items:flex-start}.app-nav .hamburger{display:flex}.app-nav .hamburger span{background:#fff}.app-nav .nav-links{display:none;flex-direction:column;width:100%;background:#000000f2;position:absolute;top:100%;left:0;padding:1rem 2rem}.app-nav .nav-links li a{color:#fff}.app-nav .nav-links.active{display:flex}.app-nav.scrolled .nav-links{background:#fafafaf2}.app-nav.scrolled .nav-links li a{color:#111}.app-nav.scrolled .hamburger span{background:#111}}
