/* Regentron v5.1 image integration */
.media-figure,
.team-strip,
.clinical-figure,
.profile-photo{
  margin:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 18px 44px rgba(15,33,56,.08);
}

.media-figure img,
.team-strip img,
.clinical-figure img,
.profile-photo img{
  display:block;
  width:100%;
}

.media-figure figcaption,
.team-strip figcaption,
.clinical-figure figcaption{
  padding:12px 16px 13px;
  color:var(--muted);
  background:#fff;
  border-top:1px solid var(--line);
  font-size:12.5px;
  line-height:1.45;
}

.product-feature{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  align-items:stretch;
  margin:34px 0 8px;
  overflow:hidden;
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  border:1px solid rgba(15,33,56,.14);
  border-radius:16px;
  box-shadow:0 20px 48px rgba(15,33,56,.12);
}

.product-feature-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
}

.product-feature-copy .eyebrow{color:#e7c877}
.product-feature-copy h3{
  margin:10px 0 12px;
  color:#fff;
  font-size:28px;
  line-height:1.15;
}
.product-feature-copy p{color:#cfdcea;font-size:15.5px}

.product-feature .media-figure{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  border:0;
  border-left:1px solid rgba(255,255,255,.12);
  border-radius:0;
  box-shadow:none;
}
.product-feature .media-figure img{
  height:100%;
  min-height:340px;
  object-fit:cover;
}
.product-feature .media-figure figcaption{
  color:#d7e1eb;
  background:#132a43;
  border-color:rgba(255,255,255,.1);
}

.multi-angle-panel{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(260px,.65fr);
  align-items:center;
  gap:34px;
  margin:40px 0 36px;
  padding:22px;
  background:var(--bg2);
  border:1px solid var(--line);
  border-radius:16px;
}
.multi-angle-panel .media-figure{box-shadow:none}
.multi-angle-copy{padding:10px 14px 10px 0}
.multi-angle-copy h3{
  margin:10px 0 12px;
  color:var(--navy);
  font-size:26px;
  line-height:1.18;
}
.multi-angle-copy p{color:var(--muted);font-size:15.5px}

.bioreactor-operation{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(270px,.92fr);
  align-items:stretch;
  max-width:980px;
  margin:34px auto 18px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 16px 42px rgba(15,33,56,.08);
}
.bioreactor-operation .operation-image{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  box-shadow:none;
}
.bioreactor-operation .operation-image img{
  height:100%;
  min-height:320px;
  object-fit:cover;
}
.operation-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px 30px;
}
.operation-copy h3{
  margin:9px 0 11px;
  color:var(--navy);
  font-size:25px;
  line-height:1.18;
}
.operation-copy>p{color:var(--muted);font-size:15px}
.operation-points{
  display:grid;
  gap:10px;
  margin:17px 0 0;
  padding:0;
  list-style:none;
  counter-reset:operation;
}
.operation-points li{
  position:relative;
  padding-left:27px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.5;
  counter-increment:operation;
}
.operation-points li::before{
  content:counter(operation);
  position:absolute;
  top:1px;
  left:0;
  width:18px;
  height:18px;
  color:#fff;
  background:var(--accent);
  border-radius:50%;
  font-size:10px;
  font-weight:700;
  line-height:18px;
  text-align:center;
}
.operation-points strong{color:var(--navy)}

.prototype-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  max-width:900px;
  margin:18px auto 36px;
}
.prototype-card{box-shadow:0 12px 34px rgba(15,33,56,.065)}
.prototype-card img{
  height:250px;
  padding:10px;
  background:#fbfbf8;
  object-fit:contain;
}
.prototype-card figcaption{min-height:58px}
.prototype-card figcaption strong{color:var(--navy)}

.preclinical-section{
  padding:74px 0;
  background:linear-gradient(135deg,#f4f7fa,#eef3f8);
}
.preclinical-evidence{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  align-items:center;
  gap:50px;
  max-width:none;
  margin:0;
}
.preclinical-copy .title{
  max-width:650px;
  margin-bottom:18px;
  font-size:34px;
}
.preclinical-copy .lead{
  max-width:660px;
  font-size:17px;
}
.preclinical-context{
  max-width:650px;
  margin-top:18px;
  color:var(--muted);
  font-size:17px;
}
.preclinical-video{
  width:100%;
  max-width:280px;
  margin:0;
  overflow:visible;
  justify-self:end;
  background:transparent;
}
.preclinical-video video{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:464/848;
  background:var(--navy);
  border:0;
  border-radius:0;
  box-shadow:0 18px 44px rgba(15,33,56,.14);
  object-fit:cover;
}

.clinical-gallery{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:flex-start;
  gap:16px;
  max-width:520px;
  margin:26px 0 4px;
}
.clinical-figure{
  width:240px;
  max-width:240px;
  flex:0 0 240px;
  overflow:visible;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.clinical-figure img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  border-radius:0;
}
.clinical-figure figcaption{
  min-height:0;
  padding:10px 0 0;
  background:transparent;
  border:0;
}

.replication-gallery{
  max-width:760px;
  margin:24px 0 26px;
}
.module.module-open{
  padding:18px 0 0;
  background:transparent;
  border:0;
  border-radius:0;
}
.module.module-open>.note{
  max-width:none;
  padding:0;
  background:transparent;
  border:0;
}
.replication-card{
  overflow:visible;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.replication-card img{
  display:block;
  width:100%;
  height:auto;
  padding:0;
  background:#fff;
  object-fit:contain;
  border-radius:0;
}
.replication-card.lab-card img{
  aspect-ratio:auto;
  object-fit:contain;
}
.replication-card figcaption{
  min-height:0;
  padding:10px 0 0;
  background:transparent;
  border:0;
}
.reactor-views-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.reactor-view{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:1/1;
  margin:0;
  overflow:hidden;
  background:#fff;
  border:0;
  border-radius:0;
  box-shadow:none;
  outline:0;
}
.reactor-view>img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.module .reactor-views-caption{
  margin:10px 0 0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.45;
}
.engineering-crop{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:1/1;
  background:#fff;
  border:0;
  border-radius:0;
  box-shadow:none;
  outline:0;
}
.engineering-crop img{
  position:absolute;
  width:215%;
  max-width:none;
  height:215%;
  object-fit:cover;
  background:#fff;
  border:0;
  outline:0;
}
.engineering-side img{
  top:-111.25%;
  left:-3.75%;
}
.engineering-upper img{
  top:-111.25%;
  left:-111.25%;
}

.team-strip{margin:30px 0 8px}
.team-strip img{aspect-ratio:64/27;object-fit:cover}
.team-strip figcaption{text-align:center}

.team-card-header{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:18px;
}
.team-card-header .team-thumb{
  width:92px;
  height:92px;
  flex:0 0 92px;
  object-fit:cover;
  object-position:center 16%;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(15,33,56,.09);
}
.founder.team-compact .team-thumb{
  width:108px;
  height:108px;
  flex-basis:108px;
}
.team-compact .team-card-header .role{margin:0}
.team-compact .team-card-header h3{margin:6px 0 0}

.founder.has-photo{
  display:grid;
  grid-template-columns:minmax(240px,300px) minmax(0,1fr);
  align-items:stretch;
  padding:0;
}
.founder.has-photo .profile-photo{
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  box-shadow:none;
}
.founder.has-photo .profile-photo img{
  height:100%;
  min-height:420px;
  object-fit:cover;
  object-position:center top;
}
.founder.has-photo .profile-copy{padding:30px 32px}

.people.with-portraits .person.has-photo{
  display:grid;
  grid-template-columns:minmax(170px,42%) minmax(0,1fr);
  align-items:stretch;
  padding:0;
  overflow:hidden;
}
.person.has-photo .profile-photo{
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  box-shadow:none;
}
.person.has-photo .profile-photo img{
  height:100%;
  min-height:390px;
  object-fit:cover;
  object-position:center top;
}
.person.has-photo .profile-copy{padding:26px}

@media(max-width:960px){
  .multi-angle-panel{grid-template-columns:1fr}
  .multi-angle-copy{padding:2px 8px 10px}
  .people.with-portraits{grid-template-columns:1fr}
}

@media(max-width:820px){
  .bioreactor-operation{grid-template-columns:1fr;max-width:680px}
  .bioreactor-operation .operation-image{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .bioreactor-operation .operation-image img{
    height:auto;
    min-height:0;
    aspect-ratio:3/2;
  }
  .prototype-gallery{max-width:680px}
  .prototype-card img{height:220px}
  .replication-gallery{max-width:680px}
  .preclinical-evidence{
    grid-template-columns:1fr;
    gap:30px;
    max-width:680px;
  }
  .preclinical-video{
    width:260px;
    justify-self:center;
  }
}

@media(max-width:760px){
  .product-feature{grid-template-columns:1fr}
  .product-feature-copy{padding:28px 24px}
  .product-feature .media-figure{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .product-feature .media-figure img{min-height:0}
  .multi-angle-panel{gap:20px;padding:14px}
  .clinical-gallery{
    max-width:260px;
  }
  .clinical-figure{
    width:240px;
    max-width:100%;
    flex-basis:240px;
  }
  .founder.has-photo{grid-template-columns:1fr}
  .founder.has-photo .profile-photo{border-right:0;border-bottom:1px solid var(--line)}
  .founder.has-photo .profile-photo img{
    height:auto;
    min-height:0;
    aspect-ratio:4/3;
    object-position:center 18%;
  }
  .people.with-portraits .person.has-photo{grid-template-columns:1fr}
  .person.has-photo .profile-photo{border-right:0;border-bottom:1px solid var(--line)}
  .person.has-photo .profile-photo img{
    height:auto;
    min-height:0;
    aspect-ratio:4/3;
    object-position:center 18%;
  }
}

@media(max-width:620px){
  .prototype-gallery{grid-template-columns:1fr;max-width:420px}
  .prototype-card img{height:230px}
  .prototype-card figcaption{min-height:0}
  .replication-gallery{
    max-width:360px;
  }
  .reactor-views-row{grid-template-columns:1fr}
}

@media(max-width:480px){
  .product-feature-copy h3,
  .multi-angle-copy h3{font-size:23px}
  .founder.has-photo .profile-copy,
  .person.has-photo .profile-copy{padding:24px}
  .team-card-header{gap:14px}
  .team-card-header .team-thumb{
    width:76px;
    height:76px;
    flex-basis:76px;
    border-radius:12px;
  }
  .founder.team-compact .team-thumb{
    width:86px;
    height:86px;
    flex-basis:86px;
  }
}
