.inner-hero{
  padding: 0;
  min-height: 100vh;
  background: #03254C;
  display:flex;
}

.inner-hero.details{
  min-height: 24vh;
}

.inner-hero .container-lg{
  flex: 1;
  display:flex;
}

.inner-hero-content{
  width:100%;
  margin: 0 auto;
  max-width: 820px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 250px 0 90px; /* room for header/menu */
}

.inner-hero-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  margin-bottom: 24px;
  color: #FFF;
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.inner-hero-title{
  margin: 0 0 8px;
  color:#FFF;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.inner-hero-text{
  margin: 0 0 60px;
  color:#FFF;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 692px;
}

.inner-hero-btn{
  margin-top: 6px;
}

/* Responsive */
@media (max-width: 1188px){
  .inner-hero.details{
  min-height: 17vh;
}
}

@media (max-width: 1024px){
  .inner-hero-title{
    font-size: 52px;
  }
  .inner-hero-text{
    font-size: 20px;
  }


}

@media (max-width: 768px){
  .inner-hero-content{
    padding: 160px 0 70px;
  }
  .inner-hero-title{
    font-size: 40px;
    line-height: 1.05;
  }
  .inner-hero-text{
    font-size: 18px;
    line-height: 150%;
  }
}

@media (max-width: 420px){
  .inner-hero-title{
    font-size: 34px;
  }
}

.mission-stats{
  padding: 80px 100px;
}

.mission-head{
  /* max-width: 980px; */
}

.mission-title{
  margin: 0 0 50px;
  color:#03254C;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.mission-text{
  margin: 0;
  color:#1E1E1E;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 1280px;
}

.mission-stats-box{
  margin-top: 44px;
}

.mission-line{
  height: 2px;
  background: rgba(3, 37, 76, 0.30);
}

.mission-grid{
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: auto;
  padding: 50px 0;
  flex-wrap: wrap;
  place-content: space-between;
  /* justify-content: center; */
}

.mission-stat{
  text-align:center;
  display:flex;
  flex-direction:column;
  /* align-items: flex-start; */
  /* justify-content: flex-start; */
  gap: 24px;
}

.mission-number{
  color:#03254C;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.mission-label{
  margin:0;
  color:#1E1E1E;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* Responsive */
@media (max-width: 1100px){
  .mission-title,
  .mission-number{
    font-size: 52px;
  }

  .mission-text{
    font-size: 20px;
  }

  .mission-grid{
    flex-flow: row;
    row-gap: 26px;
  }
   .mission-stats{
    padding: 56px 0;
  }
}

@media (max-width: 725px){
 

  .mission-title,
  .mission-number{
    font-size: 40px;
  }

  .mission-text{
    font-size: 18px;
  }

  .mission-grid{
    flex-flow: column;
    padding: 26px 0;
  }
}

.core-values{
  padding: 50px 100px;
}

.core-values-grid{
  margin-top: 34px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.core-card{
  border-top: 20px solid #BAE0FF;
  background: #03254C;
  padding: 80px 70px;
  min-height: 330px;
  display:flex;
  flex-direction:column;
  /* align-items:center; */
  /* text-align:center; */
}

.core-card-title{
  margin: 0 0 16px;
  color:#BAE0FF;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
}

.core-card-text{
  margin:0;
  color:#FFF;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* Responsive */
@media (max-width: 1250px){
  .core-values-grid{
    grid-template-columns: repeat(2, 1fr);
  }
 .core-values{
    padding: 0;
  }
}

@media (max-width: 980px){
 

  .core-values-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .core-card{
    padding: 34px 20px 26px;
    min-height: auto;
  }

  .core-card-text{
    font-size: 18px;
  }
}

.about-full-image{
  padding: 70px 0 0px;
}

section.section-white.about-full-image .container-lg {
    padding: 0;
}
.about-full-image-wrap{
  border-radius: 14px 14px 0px 0px;
  overflow:hidden;
  background:#eee;
  max-height: 700px;
}

.about-full-image-wrap img{
  display:block;
  width:100%;
  height:auto;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 820px){
  .about-full-image{
    padding: 56px 0;
  }
}


.projects-filter{
  padding: 100px 0 70px;
}

.projects-filter-row{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap: 14px;
}

.projects-filter-label{
  margin-right: 6px;
  color: #03254C;
  font-family: Metropolis;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.projects-filter-btn{
  appearance:none;
  border-radius: 100px;
  border: 2px solid #03254C;
  padding: 18px 24px;

  background: transparent;
  cursor:pointer;

  color:#03254C;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;

  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.projects-filter-btn:hover{
  transform: translateY(-1px);
}

.projects-filter-btn.is-active{
  background:#03254C;
  color:#FFF;
}

.projects-filter-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(186, 224, 255, .7);
}

/* Responsive */
@media (max-width: 820px){
  .projects-filter{
    padding: 56px 0;
  }

  .projects-filter-btn{
    font-size: 18px;
    padding: 14px 16px;
  }
}

.projects-grid{
  padding: 60px 0 80px;
}

.projects-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.project-card{
  position:relative;
  display:block;
  border-radius: 20px;
  overflow:hidden;
  text-decoration:none;
  background:#eee;
  min-height: 500px;
  /* max-width: 430px; */
  isolation:isolate;
}

.project-card-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform: scale(1);
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.project-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 100%);
  z-index:1;
  opacity:.9;
  transition: opacity .35s ease;
}

.project-card-overlay{
  position:absolute;
  /* left: 18px; */
  /* right: 18px; */
  bottom: -1px;
  z-index:2;
  border-radius: 20px;
  background: rgba(3, 37, 76, 0.60);
  padding: 20px 18px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  width: 100%;
}

.project-card-title{
  margin:0;
  color:#FFF;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  /* letter-spacing: -0.32px; */
  text-transform: uppercase;
}

.project-card-meta{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap:wrap;
}

.project-pill{
  color:#FFF;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 1000px;
  border: 1px solid #FFF;
  padding: 14px 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space: nowrap;
}

/* Hover effect */
.project-card:hover .project-card-img,
.project-card:focus-visible .project-card-img{
  transform: scale(1.06);
}

.project-card:hover::after,
.project-card:focus-visible::after{
  opacity: 1;
}

.project-card:hover .project-card-overlay,
.project-card:focus-visible .project-card-overlay{
  background: rgba(3, 37, 76, 0.72);
}

.project-card:focus-visible{
  outline:none;
  box-shadow: 0 0 0 3px rgba(186, 224, 255, .7);
}

/* Responsive */
@media (max-width: 1100px){
  .projects-cards{
    grid-template-columns: repeat(2, 1fr);
  }

  .project-card-title{
    font-size: 28px;
  }
}

@media (max-width: 680px){
  .projects-cards{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .project-card{
    min-height: 500px;
  }

  .project-card-title{
    font-size: 24px;
  }

  .project-pill{
    font-size: 14px;
    padding: 12px 16px;
  }
}


.project-detail{
  padding: 60px 80px;
}

.project-detail-backlink{
  display:inline-flex;
  align-items:center;
  gap: 12px;
  text-decoration:none;
  margin-bottom: 28px;
  color: #03254C;
  font-family: Metropolis;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
}

.project-detail-backicon{
  width: 18px;
  height: 18px;
  flex: 0 0 38px;
  background-color:#03254C;
  -webkit-mask: url('../img/icons/long-arrow-right.svg') no-repeat center / contain;
  mask: url('../img/icons/long-arrow-right.svg') no-repeat center / contain;
  transform: rotate(180deg);
}

.project-detail-grid{
  display:flex;
  gap: 70px;
  align-items: center;
}

.project-detail-media{
  flex: 1 1 0;
  min-width: 0;
}

.project-detail-hero{
  display:block;
  border-radius: 16px;
  overflow:hidden;
  background:#eee;
}

.project-detail-hero img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  object-position:center;
}

.project-detail-info{
  flex: 1 1 0;
  min-width: 0;
}

.project-detail-title{
  margin: 0 0 32px;
  color:#03254C;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.project-detail-meta{
  margin: 0 0 76px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  max-width: 360px;
}

.project-meta-row{
  display:flex;
  align-items:baseline;
  justify-content:flex-start;
  gap: 10px;
  flex-wrap:wrap;
}

.project-meta-k{
  color:#03254C;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.project-meta-v{
  color:#03254C;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.project-images-title{
  margin: 0 0 26px;
  color:#03254C;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align:left;
}

.project-thumbs{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

.project-thumb{
  display:block;
  border-radius: 12px;
  overflow:hidden;
  background:#eee;
  aspect-ratio: 5 / 3;
}

.project-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}

.project-thumb:hover img{
  transform: scale(1.06);
}

.project-detail-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
  margin-top: 76px;
}

.project-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 18px 24px;
  border-radius: 100px;
  text-decoration:none;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.project-btn:hover{
  transform: translateY(-1px);
}

.project-btn-back{
  background:#03254C;
  color:#FFF;
}

.project-btn-outline{
  border: 2px solid #03254C;
  color:#03254C;
  background: transparent;
}

.project-btn-icon{
  width: 26px;
  height: 26px;
  flex: 1 0 18px;
  background-color:#03254C;
  -webkit-mask: url('../img/icons/arrow-up-right.svg') no-repeat center / contain;
  mask: url('../img/icons/arrow-up-right.svg') no-repeat center / contain;
  transition: background-color .2s ease, transform .2s ease;
}

.project-btn-outline:hover .project-btn-icon{
  transform: translate(1px, -1px);
}

.fancybox__container {
z-index:99999!important;
}
@media (max-width: 1250px){
  .project-detail-grid{
    flex-direction:column;
    gap: 26px;
  }

  .project-detail-title{
    font-size: 44px;
  }
.project-detail{
    padding: 56px 0;
  }

  .project-thumbs{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 680px){
  

  .project-detail-backlink{
    font-size: 22px;
  }

  .project-detail-title{
    font-size: 36px;
  }

  .project-thumbs{
    grid-template-columns: repeat(3, 1fr);
  }

  .project-detail-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .project-btn{
    width:100%;
  }
}

.inner-hero-services{
  padding: 40px 80px;
  min-height: 100vh;
  background: #03254C;
  display:flex;
}

.inner-hero-services .container-lg{
  flex: 1;
  display:flex;
}

.inner-hero-services h1{
  text-align:left;
  
}

.inner-hero-services-row{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 136px;
  padding: 180px 0 90px;
}

.inner-hero-services-left,
.inner-hero-services-right{
  /* flex:1 1 0; */
  min-width:0;
  align-self: center;
}

.inner-hero-services-left{
  /* max-width: 520px; */
}

.inner-hero-services .inner-hero-text-sm{
  max-width: 870px;
  font-size: 24px;
  text-align: left;
  line-height: 140%;
  margin-top: 30px;
  /* opacity: .95; */
}

.inner-hero-services-media{
  border-radius: 18px;
  overflow:hidden;
  /* background:#0b2f5a; */
}

.inner-hero-services-media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  object-position:center;
}

/* Responsive */
@media (max-width: 1200px){
  .inner-hero-services-row{
    flex-direction:column-reverse;
    align-items:flex-start;
    padding: 80px 0 70px;
    gap:20px
  }
.inner-hero-services{
 padding:30px 0
}

  .inner-hero-services-left{
    /* max-width: 720px; */
  }

  .inner-hero-services-media{
    width:100%;
  }
}

.services-rows{
  padding: 100px 80px;
}

.services-row{
  display:flex;
  align-items:center;
  align-items: flex-start;
  justify-content:space-between;
  gap: 78px;
}

.services-row + .services-row{
  margin-top: 200px;
}

.services-row-media,
.services-row-copy{
  flex: 1 1 0;
  min-width: 0;
}

.services-row-media{
  border-radius: 16px;
  /* overflow:hidden; */
  background:#eee;
  align-self: center;
}

.services-row-media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  object-position:center;
}

/* Alternating layout */
.services-row:nth-child(even){
  flex-direction: row-reverse;
}

.services-row-copy h2{
  margin: 0 0 18px;
  color:#03254C;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.services-row-copy p{
  margin: 0;
  color: rgba(3, 37, 76, 0.80);
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
  /* max-width: 640px; */
}

/* Responsive */
@media (max-width: 1200px){
  .services-row,
  .services-row:nth-child(even){
    flex-direction:column;
    align-items:flex-start;
    gap: 22px;
  }

  .services-row + .services-row{
    margin-top: 40px;
  }

  .services-row-copy h2{
    font-size: 44px;
  }

  .services-row-copy p{
    font-size: 20px;
    max-width: 100%;
  }
.services-rows{
    padding: 56px 0;
  }
}

@media (max-width: 680px){
  

  .services-row-copy h2{
    font-size: 36px;
  }

  .services-row-copy p{
    font-size: 18px;
  }
}

.services-split.services-split-simple{
  padding: 0;
  background:
    linear-gradient(0deg, rgba(3, 37, 76, 0.80) 0%, rgba(3, 37, 76, 0.80) 100%),
    var(--bg-img) 50% / cover no-repeat;
}

.services-simple{
  min-height: 520px;
  /* padding: 110px 0; */
  /* max-width: 980px; */
  margin: 0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.services-simple-title{
  margin: 0px 0 23px;
  color:#FFF;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* letter-spacing: -0.02em; */
}

.services-simple-text{
  margin: 0;
  color:#FFF;
  text-align:center;
  font-family: Metropolis, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 992px;
  /* opacity: .95; */
}

/* Responsive */
@media (max-width: 980px){
  .services-simple{
    padding: 90px 0;
    min-height: 480px;
  }

  .services-simple-title{
    font-size: 44px;
  }

  .services-simple-text{
    /* font-size: 20px; */
  }
}

@media (max-width: 680px){
  .services-simple{
    padding: 76px 0;
    min-height: 420px;
  }

  .services-simple-title{
    /* font-size: 36px; */
  }

  .services-simple-text{
    /* font-size: 18px; */
  }
}


.inner-hero.inner-hero-bg{
  padding: 0;
  min-height: 70vh;
  display:flex;
  background:
    linear-gradient(0deg, rgba(3, 37, 76, 0.80) 0%, rgba(3, 37, 76, 0.80) 100%),
    var(--hero-img) 50% / cover no-repeat;
}

.inner-hero-bg .container-lg{
  flex: 1;
  display:flex;
}

.inner-hero-bg .inner-hero-content{
  width:100%;
  margin: 0 auto;
  max-width: 820px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;

  padding: 140px 0 90px;
}

/* Optional: tighter spacing for single-line H1 */
.inner-hero-bg .inner-hero-title{
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
  font-family: Metropolis;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 128px; /* 100% */
}

/* Responsive */
@media (max-width: 768px){
  .inner-hero-bg .inner-hero-content{
    padding: 120px 0 70px;
  }
  .inner-hero-bg .inner-hero-title{
    font-size:64px
  }
}

.section-white.project-detail.\34 04 h3 {
    margin: 20px 0;
    text-align: left;
}

.default-temp p {
    font-weight: 400;
    margin-bottom: 20px;
}