/* ACOMIUS platform pages. */
/* ACOMIUS overview: compact technology platform */
.acomiusLead{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(56px,8vw,128px);
  align-items:center;
}

.acomiusLeadCopy,
.acomiusLeadMedia{
  min-width:0;
}

.acomiusLeadCopy{
  grid-column:1;
}

.acomiusLeadMedia{
  grid-column:2;
}

.aquaStage.acomiusTreatmentPoster{
  min-height:0;
  aspect-ratio:1;
  background:#eaf5f8;
}

.acomiusTreatmentPoster img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

@media(max-width:1000px){
  .acomiusLead{
    grid-template-columns:1fr;
    gap:34px;
  }

  .acomiusLeadCopy,
  .acomiusLeadMedia{
    grid-column:1;
  }

  .acomiusLeadCopy{
    max-width:760px;
  }
}

@media(max-width:640px){
  .acomiusLead{
    gap:28px;
  }
}

.acomiusTechPlatform{
  padding:82px 6vw 96px;
  background:linear-gradient(180deg,#fcfbf8 0%,#f8f7f2 100%);
}

.acomiusTechHeading{
  max-width:1500px;
  margin:0 auto 42px;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);
  gap:clamp(48px,8vw,130px);
  align-items:end;
}

.acomiusTechHeading h2{
  max-width:840px;
  margin:14px 0 0;
  font-size:clamp(42px,4.4vw,64px);
  line-height:1.03;
  letter-spacing:-.05em;
}

.acomiusTechHeading>p{
  max-width:520px;
  margin:0 0 5px;
  font-size:16px;
  line-height:1.65;
}

.acomiusTechPlatform .techGrid{
  max-width:1500px;
  margin:0 auto;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:rgba(255,255,255,.52);
  border-color:#d9dad5;
}

.acomiusTechPlatform .techGrid article{
  min-height:310px;
  padding:24px 26px 28px;
  display:flex;
  flex-direction:column;
  border-color:#d9dad5;
  transition:background .25s ease,transform .25s ease,box-shadow .25s ease;
}

.acomiusTechPlatform .techGrid article:hover{
  position:relative;
  z-index:1;
  background:#edf5f5;
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(25,45,54,.08);
}

.techCardTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.acomiusTechPlatform .techCardTop>span{
  color:var(--blue2);
  font-size:10px;
  letter-spacing:.12em;
}

.techCardTop b{
  padding:7px 10px 6px;
  border:1px solid rgba(87,157,182,.34);
  border-radius:999px;
  color:var(--blue2);
  background:rgba(255,255,255,.62);
  font-size:9px;
  font-weight:650;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.acomiusTechPlatform .techIcon{
  height:88px;
  justify-content:flex-start;
  color:var(--blue2);
}

.acomiusTechPlatform .techIcon svg{
  width:62px;
  height:62px;
  overflow:visible;
}

.acomiusTechPlatform .techGrid h3{
  margin:11px 0 10px;
  font-size:clamp(21px,1.6vw,25px);
  font-weight:520;
  line-height:1.1;
  letter-spacing:-.04em;
}

.acomiusTechPlatform .techGrid p{
  max-width:290px;
  margin:0;
  font-size:13px;
  line-height:1.6;
}

@media(max-width:1000px){
  .acomiusTechPlatform{
    padding:72px 5vw 82px;
  }

  .acomiusTechHeading{
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:34px;
  }

  .acomiusTechHeading>p{
    max-width:720px;
  }

  .acomiusTechPlatform .techGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .acomiusTechPlatform .techGrid article{
    min-height:285px;
  }

  .acomiusTechPlatform .techGrid article:nth-child(2n){
    border-right:0;
  }
}

@media(max-width:640px){
  .acomiusTechPlatform{
    padding:62px 22px 70px;
  }

  .acomiusTechHeading{
    margin-bottom:28px;
  }

  .acomiusTechHeading h2{
    font-size:39px;
  }

  .acomiusTechHeading>p{
    font-size:15px;
  }

  .acomiusTechPlatform .techGrid{
    grid-template-columns:1fr;
    margin:0;
  }

  .acomiusTechPlatform .techGrid article{
    min-height:0;
    padding:22px 23px 25px;
    border-right:0;
    border-bottom:1px solid #d9dad5;
  }

  .acomiusTechPlatform .techGrid article:last-child{
    border-bottom:0;
  }

  .acomiusTechPlatform .techGrid article:hover{
    transform:none;
  }

  .acomiusTechPlatform .techIcon{
    height:74px;
  }

  .acomiusTechPlatform .techIcon svg{
    width:54px;
    height:54px;
  }
}

/* ACOMIUS overview: compact partnership and project close */
.acomiusPartnership,
.acomiusProjectCta{
  padding:72px 7vw 76px;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
  gap:clamp(52px,7vw,120px);
  align-items:start;
}

.acomiusPartnership h2,
.acomiusProjectCta h2{
  max-width:850px;
  margin:14px 0 0;
  font-size:clamp(36px,3.25vw,52px);
  line-height:1.04;
  letter-spacing:-.05em;
}

.acomiusPartnership>div:last-child,
.acomiusProjectCta>div:last-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:24px;
}

.acomiusPartnership p,
.acomiusProjectCta p{
  max-width:590px;
  margin:0;
  font-size:17px;
  line-height:1.6;
}

.acomiusPartnership .btn,
.acomiusProjectCta .btn{
  min-height:54px;
}

.acomiusProjectCta{
  padding-top:68px;
  padding-bottom:72px;
  border-top:1px solid var(--line);
  background:var(--ivory);
}

@media(max-width:1000px){
  .acomiusPartnership,
  .acomiusProjectCta{
    padding:64px 5vw 68px;
    grid-template-columns:1fr;
    gap:28px;
  }

  .acomiusPartnership h2,
  .acomiusProjectCta h2{
    max-width:760px;
  }
}

@media(max-width:640px){
  .acomiusPartnership,
  .acomiusProjectCta{
    padding:54px 22px 58px;
    gap:22px;
  }

  .acomiusPartnership h2,
  .acomiusProjectCta h2{
    margin-top:12px;
    font-size:36px;
    line-height:1.06;
  }

  .acomiusPartnership>div:last-child,
  .acomiusProjectCta>div:last-child{
    gap:20px;
  }

  .acomiusPartnership p,
  .acomiusProjectCta p{
    font-size:15px;
  }
}
