.updates-wrap{
  width:min(1476px,calc(100% - 44px));
  margin-inline:auto;
}

.updates-hero{
  padding:76px 0 30px;
}

.updates-hero .eyebrow{
  color:#8cffb5;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:.72rem;
  font-weight:900;
}

.updates-hero h1{
  margin:8px 0 12px;
  font-size:clamp(2.6rem,7vw,5.5rem);
  line-height:.92;
  letter-spacing:-.055em;
}

.updates-hero p{
  max-width:760px;
  margin:0;
  color:#a7b7b4;
  font-size:clamp(1rem,2vw,1.2rem);
  line-height:1.65;
}

.updates-controls{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(180px,260px);
  gap:12px;
  margin:22px 0;
}

.updates-controls input,
.updates-controls select{
  width:100%;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(7,13,15,.88);
  color:#eef6f4;
  font:inherit;
}

.updates-status{
  min-height:28px;
  margin-bottom:14px;
  color:#93a8a5;
  font-size:.82rem;
}

.updates-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding-bottom:50px;
}

.update-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  color:inherit;
  text-decoration:none;
  box-shadow:0 20px 55px rgba(0,0,0,.28);
  transition:transform .18s ease,border-color .18s ease;
}

.update-card:hover{
  transform:translateY(-3px);
  border-color:rgba(53,224,210,.42);
}

.update-card-media{
  aspect-ratio:16/9;
  background:radial-gradient(circle at 30% 20%,rgba(37,200,111,.2),transparent 55%);
  overflow:hidden;
}

.update-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.update-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:18px;
}

.update-card-meta,
.update-detail-meta{
  color:#8cffb5;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.67rem;
  font-weight:850;
}

.update-card h2{
  margin:9px 0 9px;
  font-size:1.35rem;
  line-height:1.12;
}

.update-card p{
  margin:0 0 17px;
  color:#a7b7b4;
  line-height:1.55;
}

.update-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
}

.update-tag{
  padding:5px 8px;
  border:1px solid rgba(53,224,210,.24);
  border-radius:999px;
  background:rgba(53,224,210,.07);
  color:#a9fbf4;
  font-size:.68rem;
  font-weight:800;
}

.updates-detail{
  max-width:900px;
  margin:0 auto 60px;
}

.update-back{
  display:inline-flex;
  margin-bottom:22px;
  color:#8cffb5;
  font-weight:800;
  text-decoration:none;
}

.update-detail-title{
  margin:9px 0 14px;
  font-size:clamp(2.3rem,6vw,4.7rem);
  line-height:.98;
  letter-spacing:-.045em;
}

.update-detail-summary{
  margin:0 0 24px;
  color:#afbfbc;
  font-size:1.15rem;
  line-height:1.65;
}

.update-detail-hero{
  width:100%;
  max-height:620px;
  margin:10px 0 30px;
  border-radius:18px;
  object-fit:cover;
}

.update-detail-body{
  color:#dce8e5;
  font-size:1.04rem;
  line-height:1.75;
}

.update-detail-body h2,
.update-detail-body h3{
  margin:1.55em 0 .55em;
  line-height:1.12;
}

.update-detail-body a{
  color:#8cffb5;
}

.update-detail-body blockquote{
  margin:1.4em 0;
  padding:12px 18px;
  border-left:3px solid #35e0d2;
  background:rgba(53,224,210,.07);
}

.update-detail-body figure{
  margin:28px 0;
}

.update-detail-body img,
.update-detail-body video{
  display:block;
  max-width:100%;
  max-height:720px;
  margin:auto;
  border-radius:15px;
}

.update-detail-body figcaption{
  margin-top:8px;
  color:#93a8a5;
  font-size:.78rem;
  text-align:center;
}

.updates-empty{
  grid-column:1/-1;
  padding:48px 20px;
  border:1px dashed rgba(255,255,255,.16);
  border-radius:18px;
  color:#93a8a5;
  text-align:center;
}

@media(max-width:900px){
  .updates-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .updates-controls,
  .updates-grid{
    grid-template-columns:1fr;
  }

  .updates-hero{
    padding-top:48px;
  }
}


/* ACCESSIBILITY SKIP LINK */
.skip-link{
  position:fixed;
  top:10px;
  left:10px;
  z-index:2147483647;
  padding:10px 14px;
  border-radius:6px;
  background:#83e85d;
  color:#07100d;
  font-weight:900;
  text-decoration:none;
  transform:translateY(calc(-100% - 24px));
  transition:transform .15s ease;
}

.skip-link:focus{
  transform:translateY(0);
  outline:3px solid #fff;
  outline-offset:3px;
}


/* SHARED BIOMEKKA-STYLE FOOTER */
.site-footer-match{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin:28px auto 32px;
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  background:
    linear-gradient(
      145deg,
      rgba(16,32,27,.94),
      rgba(7,13,15,.97)
    );
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  color:#93a8a5;
  font-size:11px;
}

.site-footer-match .social-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.site-footer-match .social-prompt{
  color:#eef4f0;
  font-size:11px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.site-footer-match .socials{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}

.site-footer-match .social{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border:1px solid rgba(131,232,93,.34);
  border-radius:5px;
  background:
    linear-gradient(
      180deg,
      rgba(131,232,93,.15),
      rgba(7,13,15,.94)
    );
  color:#f5fff5;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:uppercase;
  transition:
    transform .16s ease,
    border-color .16s ease,
    box-shadow .16s ease,
    background .16s ease;
}

.site-footer-match .social::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:999px;
  background:#83e85d;
  box-shadow:0 0 10px rgba(131,232,93,.78);
}

.site-footer-match .social::after{
  content:'↗';
  color:#83e85d;
  font-size:12px;
  line-height:1;
}

.site-footer-match .social:hover{
  transform:translateY(-2px);
  border-color:rgba(131,232,93,.88);
  background:
    linear-gradient(
      180deg,
      rgba(131,232,93,.23),
      rgba(10,18,19,.98)
    );
  box-shadow:
    0 0 18px rgba(131,232,93,.18),
    0 8px 18px rgba(0,0,0,.30);
}

.site-footer-match .social:focus-visible{
  outline:2px solid #83e85d;
  outline-offset:3px;
}

.site-footer-match .site-footer-legal{
  line-height:1.7;
  text-align:right;
}

.site-footer-match .site-footer-legal a{
  margin-left:12px;
  color:inherit;
  opacity:.86;
}

.site-footer-match .site-footer-legal a:hover{
  color:#eef4f0;
  opacity:1;
}

.updates-hero[hidden]{
  display:none;
}

.updates-detail:not([hidden]){
  padding-top:58px;
}

@media(max-width:700px){
  .site-footer-match{
    display:block;
  }

  .site-footer-match .social-prompt{
    display:block;
    margin-bottom:12px;
  }

  .site-footer-match .socials{
    margin-bottom:16px;
  }

  .site-footer-match .site-footer-legal{
    text-align:left;
  }

  .site-footer-match .site-footer-legal a{
    display:block;
    margin:4px 0 0;
  }

  .updates-detail:not([hidden]){
    padding-top:38px;
  }
}


@media(max-width:720px){
  .updates-wrap{
    width:min(100% - 20px,1476px);
  }
}

/* Keep detail-page-only sections genuinely hidden. */
.updates-controls[hidden],
.updates-status[hidden],
.updates-grid[hidden],
.updates-detail[hidden],
.updates-hero[hidden]{
  display:none;
}
