:root {
  --ink: #101010;
  --lime: #c8ff21;
  --white: #f7f7f2;
  --gray: #d8d8d0;
  --blue: #2147d9;
  --muted: #656660;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    Space Grotesk,
    sans-serif;
}
a {
  color: inherit;
}
.code {
  font:
    600 14px IBM Plex Mono,
    monospace;
  letter-spacing: 0.08em;
}
header {
  height: 70px;
  padding: 0 max(18px, calc((100vw - 1320px) / 2));
  display: flex;
  align-items: center;
  gap: 45px;
  border-bottom: 2px solid var(--ink);
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 20;
}
.logo {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.logo span {
  padding: 3px 5px;
  margin-left: 3px;
  background: var(--lime);
}
nav {
  display: flex;
  gap: 25px;
  margin: auto;
}
nav a {
  font:
    600 14px IBM Plex Mono,
    monospace;
  text-decoration: none;
}
.status {
  display: flex;
  gap: 7px;
  align-items: center;
  font:
    600 8px IBM Plex Mono,
    monospace;
}
.status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  border: 1px solid var(--ink);
}
.hero {
  height: 650px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #f7f7f2f5 0 40%, transparent 65%),
    linear-gradient(#10101010 1px, transparent 1px),
    linear-gradient(90deg, #10101010 1px, transparent 1px);
  background-size:
    auto,
    40px 40px,
    40px 40px;
}
.hero-copy {
  position: absolute;
  left: max(18px, calc((100vw - 1320px) / 2));
  top: 75px;
}
.hero h1,
.section-head h2,
.system h2,
.facts h2,
.safety h2 {
  font-size: clamp(55px, 7vw, 100px);
  line-height: 0.85;
  letter-spacing: -0.085em;
  margin: 24px 0;
}
.hero h1 b {
  display: inline-block;
  padding: 0 7px;
  background: var(--lime);
}
.hero-copy p {
  max-width: 390px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.hero-copy a {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 16px;
  color: white;
  background: var(--ink);
  text-decoration: none;
  font:
    600 14px IBM Plex Mono,
    monospace;
}
.hero-data {
  position: absolute;
  right: max(18px, calc((100vw - 1320px) / 2));
  bottom: 25px;
  display: grid;
  grid-template-columns: repeat(3, 110px);
  border: 2px solid var(--ink);
  background: var(--white);
}
.hero-data div {
  padding: 16px;
  border-right: 2px solid var(--ink);
}
.hero-data div:last-child {
  border: 0;
}
.hero-data b {
  display: block;
  font-size: 27px;
}
.hero-data span {
  font:
    600 7px IBM Plex Mono,
    monospace;
}
.signal {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--ink);
  color: white;
  font:
    500 8px IBM Plex Mono,
    monospace;
}
.signal b {
  color: var(--lime);
}
.ranking {
  max-width: 1320px;
  margin: auto;
  padding: 110px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 40px;
}
.section-head h2 {
  font-size: 68px;
  margin: 17px 0 0;
}
.section-head p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.profiles {
  display: grid;
  gap: 14px;
}
.profile {
  display: grid;
  grid-template-columns: 210px 150px 1fr 230px 210px;
  border: 2px solid var(--ink);
  background: white;
}
.profile > div {
  padding: 22px;
  border-right: 2px solid var(--ink);
}
.profile > div:last-child {
  border: 0;
}
.profile-id {
  display: grid;
}
.profile-id span,
.profile-score span,
.profile-offer span,
.profile-offer small,
.profile-action small,
.metric-grid span {
  font:
    500 7px IBM Plex Mono,
    monospace;
  color: var(--muted);
}
.profile-id b {
  margin: auto 0;
  font-size: 23px;
}
.profile-id b span {
  color: #dd4541;
  font: inherit;
}
.profile-id small {
  font-size: 14px;
  color: var(--muted);
}
.profile-score strong {
  font-size: 44px;
  letter-spacing: -0.08em;
}
.profile-score em {
  font-size: 14px;
  font-style: normal;
}
.bar {
  height: 7px;
  margin-top: 13px;
  background: var(--gray);
}
.bar i {
  display: block;
  height: 100%;
  background: var(--lime);
  border-right: 2px solid var(--ink);
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.metric-grid div {
  display: grid;
  place-items: center;
  padding: 13px 5px;
  background: #efefe9;
}
.metric-grid b {
  font-size: 25px;
}
.profile-offer {
  display: grid;
  align-content: center;
}
.profile-offer b {
  margin: 8px 0;
  color: var(--blue);
  font-size: 15px;
}
.profile-action {
  display: grid;
  gap: 8px;
  align-content: center;
  text-align: center;
}
.profile-action a {
  padding: 13px 8px;
  background: var(--lime);
  border: 2px solid var(--ink);
  text-decoration: none;
  font:
    600 8px IBM Plex Mono,
    monospace;
}
.affiliate {
  max-width: 780px;
  margin: 20px auto 0;
  text-align: center;
  color: var(--muted);
  font:
    500 7px/1.7 IBM Plex Mono,
    monospace;
}
.system {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.lab-photo {
  position: relative;
  border-right: 2px solid var(--ink);
}
.lab-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 750px;
  object-fit: cover;
}
.photo-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  background: var(--lime);
  font:
    600 8px IBM Plex Mono,
    monospace;
}
.system-copy {
  padding: 80px max(25px, calc((100vw - 1320px) / 2)) 80px 65px;
}
.system h2 {
  font-size: 62px;
}
.system-copy > p {
  max-width: 500px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.system-list {
  margin-top: 35px;
}
.system-list article {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 15px;
  padding: 18px 0;
  border-top: 1px solid var(--ink);
}
.system-list article:last-child {
  border-bottom: 1px solid var(--ink);
}
.system-list article > b {
  color: var(--blue);
  font:
    600 11px IBM Plex Mono,
    monospace;
}
.system-list h3 {
  margin: 0;
  font-size: 14px;
}
.system-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.system-list strong {
  font:
    600 7px IBM Plex Mono,
    monospace;
}
.facts {
  max-width: 1320px;
  margin: auto;
  padding: 105px 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  border-bottom: 2px solid var(--ink);
}
.fact-title {
  padding-right: 40px;
}
.facts h2 {
  font-size: 52px;
  margin: 15px 0;
}
.facts article {
  padding: 23px;
  border-left: 2px solid var(--ink);
}
.facts article strong {
  display: inline-block;
  padding: 4px 6px;
  background: var(--lime);
  font:
    600 14px IBM Plex Mono,
    monospace;
}
.facts h3 {
  font-size: 16px;
}
.facts article p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.safety {
  max-width: 1320px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  padding: 45px;
  background: var(--lime);
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
}
.safety h2 {
  font-size: 58px;
  margin: 18px 0 0;
}
.safety > div:last-child {
  align-self: center;
}
.safety p {
  font-size: 16px;
  line-height: 1.8;
}
.safety a {
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 10px;
  border: 2px solid var(--ink);
  background: white;
  text-decoration: none;
  font:
    600 7px IBM Plex Mono,
    monospace;
}
footer {
  padding: 60px max(18px, calc((100vw - 1320px) / 2)) 20px;
  color: white;
  background: var(--ink);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 55px;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-grid p,
.footer-grid a {
  color: #a9aaa3;
  font:
    500 8px/1.8 IBM Plex Mono,
    monospace;
  text-decoration: none;
}
.footer-grid b {
  color: var(--lime);
  font:
    600 8px IBM Plex Mono,
    monospace;
}
.warning {
  margin-top: 40px;
  padding: 13px;
  border: 1px solid #ffffff40;
  color: var(--lime);
  text-align: center;
  font:
    500 7px IBM Plex Mono,
    monospace;
}
.copyright {
  padding-top: 20px;
  text-align: center;
  color: #777870;
  font:
    500 7px IBM Plex Mono,
    monospace;
}
.age-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #101010df;
  backdrop-filter: blur(8px);
}
.age-layer.hidden,
.cookie.hidden {
  display: none;
}
.age-panel {
  width: min(430px, 100%);
  padding: 34px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--lime);
}
.age-code {
  padding: 8px;
  background: var(--ink);
  color: var(--lime);
  font:
    600 8px IBM Plex Mono,
    monospace;
}
.age-panel h2 {
  font-size: 36px;
  letter-spacing: -0.06em;
}
.age-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.age-panel button,
.age-panel a {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  border: 2px solid var(--ink);
  text-align: center;
  text-decoration: none;
  font:
    600 8px IBM Plex Mono,
    monospace;
}
.age-panel button {
  background: var(--lime);
  cursor: pointer;
}
.age-panel small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font:
    500 7px IBM Plex Mono,
    monospace;
}
.cookie {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--ink);
  background: var(--lime);
  font:
    600 7px IBM Plex Mono,
    monospace;
}
.cookie button {
  border: 2px solid var(--ink);
  background: white;
  font:
    600 7px IBM Plex Mono,
    monospace;
}
.legal main {
  max-width: 850px;
  min-height: 70vh;
  margin: auto;
  padding: 90px 22px;
}
.legal main h1 {
  font-size: 65px;
  letter-spacing: -0.08em;
}
.legal main h2 {
  margin-top: 35px;
  font-size: 25px;
}
.legal main h2::before {
  content: "// ";
  color: var(--blue);
}
.legal main p,
.legal main li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
@media (max-width: 1050px) {
  nav {
    display: none;
  }
  .status {
    margin-left: auto;
  }
  .ranking,
  .facts,
  .safety {
    margin-left: 18px;
    margin-right: 18px;
  }
  .profile {
    grid-template-columns: 180px 130px 1fr;
  }
  .profile-offer {
    grid-column: 1/3;
    border-top: 2px solid var(--ink);
  }
  .profile-action {
    grid-column: 3;
    border-top: 2px solid var(--ink);
  }
  .system {
    grid-template-columns: 1fr;
  }
  .lab-photo {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }
  .facts {
    grid-template-columns: 1fr 1fr;
  }
  .fact-title {
    grid-column: 1/-1;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  header {
    padding: 0 12px;
  }
  .hero {
    height: 640px;
  }
  .hero-grid {
    background: linear-gradient(0deg, #f7f7f2f5 0 55%, transparent 90%);
  }
  .hero-copy {
    left: 17px;
    right: 17px;
    top: auto;
    bottom: 30px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-data {
    display: none;
  }
  .signal {
    justify-content: flex-start;
    overflow: hidden;
    padding-left: 15px;
  }
  .ranking {
    padding: 70px 0;
  }
  .section-head {
    grid-template-columns: 1fr;
  }
  .section-head h2 {
    font-size: 50px;
  }
  .profile {
    grid-template-columns: 1fr;
  }
  .profile > div {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }
  .profile > div:last-child {
    border-bottom: 0;
  }
  .profile-offer,
  .profile-action {
    grid-column: auto;
    border-top: 0;
  }
  .system-copy {
    padding: 60px 20px;
  }
  .system h2 {
    font-size: 49px;
  }
  .lab-photo img {
    min-height: 430px;
  }
  .system-list article {
    grid-template-columns: 35px 1fr;
  }
  .system-list strong {
    grid-column: 2;
  }
  .facts {
    grid-template-columns: 1fr;
    padding: 70px 0;
  }
  .fact-title {
    grid-column: auto;
  }
  .facts article {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }
  .safety {
    grid-template-columns: 1fr;
    padding: 25px;
    margin-top: 60px;
    margin-bottom: 70px;
    box-shadow: 7px 7px 0 var(--ink);
  }
  .safety h2 {
    font-size: 43px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
