.ntropyx .ntx-cert-rail,
.ntropyx .bench-labs {
  --cert-glass: rgba(242, 238, 229, .78);
  --cert-line: rgba(22, 24, 20, .16);
  --cert-line-strong: rgba(128, 106, 61, .32);
  --cert-paper: #111411;
  --cert-muted: rgba(17, 20, 17, .66);
  --cert-plate: rgba(242, 238, 229, .72);
}

.ntropyx .ntx-cert-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 14px);
  width: 100%;
  min-width: 0;
}

.ntropyx .ntx-cert-mark,
.ntropyx .bench-labs__item {
  position: relative;
  margin: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--cert-line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.26) 38%, rgba(236,229,215,.18)),
    linear-gradient(135deg, rgba(249,246,238,.98), rgba(226,219,206,.94) 44%, rgba(190,181,166,.82)),
    var(--cert-glass);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.76),
    0 22px 56px -46px rgba(17,20,17,.56);
  overflow: hidden;
}

.ntropyx .ntx-cert-mark::before,
.ntropyx .bench-labs__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, .12) 50%, transparent 62% 100%);
  opacity: .18;
  pointer-events: none;
}

.ntropyx .ntx-cert-plate,
.ntropyx .bench-labs__mark {
  position: relative;
  z-index: 1;
  width: clamp(74px, 7vw, 96px);
  height: clamp(48px, 4.8vw, 62px);
  display: grid;
  place-items: center;
  flex: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ntropyx .ntx-cert-plate img,
.ntropyx .bench-labs__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
  opacity: .98;
  filter:
    brightness(1.02)
    saturate(1.02)
    contrast(1.04)
    drop-shadow(0 10px 18px rgba(17,20,17,.10));
}

.ntropyx .ntx-cert-mark figcaption,
.ntropyx .bench-labs__txt {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ntropyx .ntx-cert-mark strong,
.ntropyx .bench-labs__name {
  color: var(--cert-paper);
  font-family: var(--mono);
  font-size: .68rem;
  line-height: 1.15;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.ntropyx .ntx-cert-mark span,
.ntropyx .bench-labs__id {
  color: var(--cert-muted);
  font-family: var(--mono);
  font-size: .62rem;
  line-height: 1.25;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ntropyx .ntx-cert-reportbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, .46fr) minmax(0, 1fr);
  gap: clamp(14px, 2.4vw, 28px);
  align-items: center;
  margin-top: clamp(16px, 2.5vw, 26px);
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(22, 24, 20, .16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.26) 38%, rgba(236,229,215,.18)),
    linear-gradient(135deg, rgba(249,246,238,.98), rgba(226,219,206,.94) 44%, rgba(190,181,166,.82));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.76),
    0 24px 62px -52px rgba(17,20,17,.56);
}

.ntropyx .ntx-cert-reportbar__copy span {
  display: block;
  color: #7e6839;
  font-family: var(--mono);
  font-size: .66rem;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ntropyx .ntx-cert-reportbar__copy p {
  margin-top: 8px;
  max-width: 42ch;
  color: rgba(17,20,17,.66);
  font-size: .9rem;
  line-height: 1.5;
}

.ntropyx .ntx-cert-reportbar .ntx-cert-mark {
  min-height: 80px;
  padding: 10px;
}

.ntropyx .ntx-cert-reportbar .ntx-cert-plate {
  width: 92px;
  height: 60px;
}

.ntropyx .ntx-cert-panel,
.ntropyx .sector-cert-ledger {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(18px, 3vw, 34px) auto clamp(34px, 5vw, 70px);
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid var(--cert-line-strong);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.26) 38%, rgba(236,229,215,.18)),
    linear-gradient(135deg, rgba(249,246,238,.98), rgba(226,219,206,.94) 44%, rgba(190,181,166,.82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.76),
    0 34px 88px -66px rgba(17,20,17,.56);
}

.ntropyx .ntx-cert-panel {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: clamp(16px, 3vw, 30px);
  align-items: center;
}

.ntropyx .ntx-cert-panel__copy span,
.ntropyx .sector-cert-ledger__copy span {
  display: block;
  color: #7e6839;
  font-family: var(--mono);
  font-size: .68rem;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ntropyx .ntx-cert-panel__copy h3,
.ntropyx .sector-cert-ledger__copy h2 {
  margin-top: 10px;
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
  line-height: 1.05;
  font-weight: 500;
  text-wrap: balance;
}

.ntropyx .ntx-cert-panel__copy p,
.ntropyx .sector-cert-ledger__copy p {
  margin-top: 12px;
  max-width: 54ch;
  color: rgba(17,20,17,.66);
  font-size: .96rem;
  line-height: 1.6;
}

.ntropyx .sector-cert-ledger {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
  gap: clamp(16px, 3vw, 30px);
  align-items: center;
}

.ntropyx .sector-cert-ledger .bench-labs {
  margin: 0;
}

.ntropyx .bench-labs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.ntropyx .bench-labs__item {
  min-height: 86px;
}

@media (max-width: 920px) {
  .ntropyx .ntx-cert-panel,
  .ntropyx .sector-cert-ledger,
  .ntropyx .ntx-cert-reportbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ntropyx .ntx-cert-rail,
  .ntropyx .bench-labs {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 460px) {
  .ntropyx .ntx-cert-panel,
  .ntropyx .sector-cert-ledger,
  .ntropyx .ntx-cert-reportbar {
    width: min(var(--max), calc(100% - 24px));
    padding: 14px;
    border-radius: 18px;
  }
}
