img[src$='#center']{display:block;margin:.7rem auto}img[src$='#floatleft']{float:left;margin:.7rem}img[src$='#floatright']{float:right;margin:.7rem}.page article a{color:#212121;font-weight:500}.page article a:hover,.page article a:focus{color:#1565c0;text-decoration:underline}.hero-section{background-color:#fafafa;width:100%;height:500px;display:flex;align-items:center;justify-content:center;margin:2rem 0}.hero-container{width:100%;height:300px;background-color:#f5f5f5;display:flex;align-items:center;padding:2rem}.hero-content{width:100%;position:relative}.hero-carousel{position:relative;width:100%;overflow:hidden}.carousel-slides{position:relative;width:100%;height:400px}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;opacity:0;transition:opacity .5s ease-in-out}.carousel-slide.active{opacity:1}.carousel-slide .hero-text{flex:1;display:flex;flex-direction:column;gap:1rem}.carousel-slide .hero-image{flex-shrink:0;width:400px;height:400px;display:flex;align-items:center;justify-content:center;margin:0}.carousel-controls{display:flex;justify-content:flex-start;margin-top:2.5rem;margin-left:0}.carousel-dots{display:flex;flex-direction:row;gap:.75rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:rgba(0,122,204,.3);cursor:pointer;transition:background-color .3s ease}.carousel-dot.active,.carousel-dot:hover{background:#007acc}.hero-text{flex:1;display:flex;flex-direction:column;gap:1rem}.hero-title{font-size:3rem;font-weight:700;color:#333;margin:0;line-height:1.2}.hero-subtitle{font-size:1.8rem;color:#666;margin:0;line-height:1.4}.hero-cta{display:inline-block;background-color:#007acc;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background-color .3s ease;width:fit-content}.hero-cta:hover{background-color:#005a9b;color:#fff;text-decoration:none}.hero-image{flex-shrink:0;width:400px;height:400px;display:flex;align-items:center;justify-content:center;margin:-100px 0}.hero-image img{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.hero-section{height:auto;padding:2rem 0}.hero-container{height:auto;padding:2rem 1rem;align-items:center}.carousel-slides{height:auto;min-height:300px}.carousel-slide{flex-direction:column;text-align:center;gap:2rem;position:absolute}.carousel-slide .hero-text{width:100%;order:1;align-items:center}.carousel-slide .hero-image{width:100%;max-width:300px;height:300px;margin:0!important;order:2;flex-shrink:0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.4rem}.carousel-controls{position:static;transform:none;flex-direction:row;justify-content:center;margin-top:1rem}.carousel-dots{flex-direction:row;gap:.5rem}}@media(max-width:480px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1.3rem}.carousel-slide .hero-image{max-width:250px!important;height:250px!important;margin:0!important}.hero-container{padding:1rem}.carousel-slides{height:auto;min-height:280px}}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0;padding:0}.project-card{display:flex;flex-direction:column}.project-image-container{position:relative;width:100%;overflow:hidden;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.project-image-container:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.project-cover{width:100%;height:auto;min-height:180px;max-height:300px;object-fit:cover;display:block}.project-hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-image-container:hover .project-hover-overlay{opacity:1}.view-button{background:#fff;color:#333;border:none;padding:.5rem 1.5rem;border-radius:24px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.2);text-decoration:none!important;display:inline-block}.view-button:hover{background:#f8f8f8;color:#333;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3);text-decoration:none!important}.view-button:focus,.view-button:active,.view-button:visited{text-decoration:none!important;color:#333}.project-content{padding:1rem 0 0}.project-header{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.project-info{flex:1;min-width:0}.project-title{font-size:1.4rem;font-weight:600;color:#333;margin:0 0 .25rem;padding:0;line-height:1}.project-organization{font-size:1.2rem;color:#666;margin:0;padding:0;line-height:1}.project-icon{width:32px;height:32px;border-radius:8px;object-fit:cover;flex-shrink:0}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;gap:2.5rem;margin:2rem 0}.project-image-container{box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:8px}.project-image-container:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.project-content{padding:.75rem 0 0}.project-cover{height:auto;min-height:unset;max-height:unset}.project-title{font-size:1.6rem}.project-organization{font-size:1.4rem}.project-icon{width:28px;height:28px;border-radius:6px}.view-button{padding:.4rem 1.2rem;font-size:.85rem}}.other-projects-section{margin-top:4rem}.other-projects-title{font-size:2rem;font-weight:600;color:#333;margin:0 0 2rem;text-align:center}.other-projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0;padding:0}.other-projects-grid .project-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1.5rem}.other-projects-grid .project-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.other-projects-grid .project-content{padding:0}@media(max-width:1024px){.other-projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.other-projects-grid{grid-template-columns:1fr;gap:2.5rem;margin:2rem 0}.other-projects-grid .project-card{box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1.25rem}.other-projects-grid .project-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.other-projects-title{font-size:1.5rem}}.back-navigation{margin-bottom:2rem;padding:0}.back-link{display:inline-flex;align-items:center;color:#007acc;text-decoration:none;font-size:2.2rem;font-weight:500;transition:color .3s ease}.back-link:hover{color:#005a9b;text-decoration:none}.back-link:before{content:'';margin-right:.5rem}@media(max-width:768px){.back-navigation{margin-bottom:1.5rem;padding:0 1rem}.back-link{font-size:2rem}}.project-content-section{max-width:800px;margin:0 auto;padding:2rem 0}.project-content-section h2{font-size:3rem;font-weight:600;color:#333;margin:2rem 0 1rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.project-content-section h3{font-size:2.2rem;font-weight:600;color:#444;margin:1.5rem 0 .75rem}.project-content-section p{font-size:1.6rem;line-height:1.6;color:#555;margin-bottom:1rem}.project-content-section ul{margin:1rem 0;padding-left:1.5rem}.project-content-section li{font-size:1.6rem;line-height:1.6;color:#555;margin-bottom:.5rem}.project-content-section strong{color:#333;font-weight:600}@media(max-width:768px){.project-content-section{padding:2rem 1rem}.project-content-section h2{font-size:2.5rem}.project-content-section h3{font-size:1.8rem}.project-content-section p,.project-content-section li{font-size:1.4rem}}