.brand-lockup { width: 205px; height: 70px; display: block; object-fit: contain; object-position: left center; }
.graph-logo-crop { position: relative; display: block; width: 44px; height: 44px; overflow: hidden; margin: 0 auto 4px; }
.graph-logo-crop img { position: absolute; width: 240px; max-width: none; height: auto; left: -36px; top: -16px; }
.company-lockup { width: min(86%, 430px); height: auto; display: block; }
.company-mark { position: relative; }
.company-mark > span { position: absolute; right: 18px; bottom: 16px; color: var(--dim); font: 9px var(--mono); letter-spacing: .12em; }
.footer-lockup { width: 150px; height: 52px; display: block; object-fit: contain; object-position: left center; }

.main-nav a.is-active { color: var(--ink); }
.product-logo { width: 58px; height: 58px; display: block; }

@media (min-width: 981px) {
  .product-card {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(300px, 1.18fr) 230px;
    column-gap: 28px;
    align-items: start;
  }

  .product-card .product-head { grid-column: 1 / -1; }
  .product-card .product-main { grid-column: 1; min-width: 0; }
  .product-card .product-main > div:last-child { min-width: 0; }
  .product-card .product-tag { max-width: 100%; }
  .product-card .product-description {
    grid-column: 2;
    align-self: start;
    max-width: none;
    margin: 49px 0 0;
  }
  .product-card .product-features {
    grid-column: 1 / 3;
    min-width: 0;
    margin-left: 99px;
  }
  .product-card .product-link {
    position: static;
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    margin-bottom: 3px;
    white-space: nowrap;
  }
}

@media (max-width: 980px) {
  .product-card .product-description { margin: 25px 0 0 99px; }
}

.company {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10%;
  align-items: center;
}

.company-mark {
  min-height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 50% 40%, rgba(196,255,104,.12), transparent 58%), var(--panel);
}

.company-mark img { width: min(86%, 430px); height: auto; }

.company-copy h2 { margin-top: 28px; }
.company-copy > p { max-width: 535px; margin-top: 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.company-pillars { display: flex; gap: 8px; margin-top: 30px; }
.company-pillars span { padding: 10px 12px; color: var(--muted); border: 1px solid var(--line); font: 10px var(--mono); }
.company-pillars b { margin-right: 6px; color: var(--lime); font-weight: 400; }

@media (max-width: 900px) {
  .company { grid-template-columns: 1fr; gap: 36px; }
  .company-mark { min-height: 185px; }
}

@media (max-width: 620px) {
  .product-logo { width: 46px; height: 46px; }
  .product-card .product-description { margin: 24px 0 0; }
  .company-mark { min-height: 145px; }
  .brand-lockup { width: 140px; height: 54px; }
  .company-mark img { width: 92%; }
  .company-pillars { flex-wrap: wrap; }
  .company-pillars span { flex: 1 1 100px; }
}

.company-pillars span { font-size: var(--text-meta); }
