.history-grid>div:last-child{
  position:relative;
  padding:clamp(34px,4vw,68px);
  background:rgba(255,255,255,.96);
  box-shadow:0 24px 70px rgba(17,28,54,.10);
}

.history-archive{
  padding:110px max(6vw,28px);
  background:#fff;
}

.history-archive-head{
  display:grid;
  grid-template-columns:.72fr 2.3fr;
  gap:5vw;
  align-items:start;
  margin-bottom:58px;
}

.history-archive h2{
  margin:0;
  font-size:clamp(38px,4.8vw,70px);
  line-height:1.03;
  letter-spacing:-.05em;
}

.history-archive-head>div>p{
  max-width:740px;
  color:#606060;
  font-size:18px;
  line-height:1.72;
}

.history-archive-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.history-archive-grid figure{
  position:relative;
  min-width:0;
  margin:0;
  overflow:hidden;
  background:#111c36;
}

.history-archive-grid img{
  display:block;
  width:100%;
  height:390px;
  object-fit:cover;
}

.history-archive-grid figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:52px 20px 19px;
  color:#fff;
  background:linear-gradient(0deg,rgba(9,18,41,.92),transparent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.history-journey{
  padding:110px max(6vw,28px);
  background:#f3f5fa;
}

.history-journey-head{
  display:grid;
  grid-template-columns:.72fr 1.3fr 1fr;
  gap:5vw;
  align-items:start;
}

.history-journey h2,
.history-evolution h2,
.history-future h2{
  margin:0;
  font-size:clamp(38px,4.8vw,70px);
  line-height:1.03;
  letter-spacing:-.05em;
}

.history-journey-head>p:last-child,
.history-evolution p,
.history-future-copy p{
  margin-top:0;
  color:#606060;
  font-size:18px;
  line-height:1.75;
}

.history-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:76px;
  border-top:2px solid #111c36;
}

.history-steps article{
  padding:34px 42px 0 0;
  border-right:1px solid #ccd2e3;
  margin-right:42px;
}

.history-steps article:last-child{
  margin-right:0;
  border-right:0;
}

.history-steps span{
  color:#0235ce;
  font-size:13px;
  font-weight:800;
}

.history-steps h3{
  margin:36px 0 16px;
  font-size:27px;
}

.history-steps p{
  color:#606060;
  line-height:1.7;
}

.history-evolution{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:8vw;
  align-items:center;
  padding:110px max(6vw,28px);
  color:#fff;
  background:#111c36;
}

.history-evolution h2{
  margin-bottom:38px;
}

.history-evolution p{
  color:#d6dced;
}

.history-evolution img{
  display:block;
  width:100%;
  height:620px;
  object-fit:cover;
}

.history-future{
  padding:110px max(7vw,30px);
  background:#fff;
}

.history-future h2{
  color:#0235ce;
  max-width:980px;
}

.history-future-copy{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:4vw;
  margin-top:60px;
  padding-top:34px;
  border-top:1px solid #ccd2e3;
}

@media(max-width:850px){
  .history-grid{
    background:#fff;
  }

  .history-grid>div:last-child{
    padding:34px 0;
    background:#fff;
    box-shadow:none;
  }

  .history-archive{
    padding:80px 26px;
  }

  .history-archive-head{
    grid-template-columns:1fr;
    gap:22px;
    margin-bottom:38px;
  }

  .history-archive-grid{
    grid-template-columns:repeat(2,1fr);
    gap:9px;
  }

  .history-archive-grid img{
    height:260px;
  }

  .history-journey,
  .history-evolution,
  .history-future{
    padding:80px 26px;
  }

  .history-journey-head,
  .history-evolution,
  .history-future-copy{
    grid-template-columns:1fr;
    gap:28px;
  }

  .history-steps{
    grid-template-columns:1fr;
    margin-top:54px;
  }

  .history-steps article{
    margin:0;
    padding:28px 0;
    border-right:0;
    border-bottom:1px solid #ccd2e3;
  }

  .history-evolution img{
    height:440px;
  }

  .history-future-copy{
    margin-top:42px;
  }
}

@media(max-width:520px){
  .history-archive-grid img{
    height:220px;
  }

  .history-archive-grid figcaption{
    padding:42px 13px 14px;
    font-size:10px;
  }

  .history-evolution img{
    height:360px;
  }
}
