.together-icon {
  overflow: hidden;
}

.together-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-panel .eyebrow {
  margin-bottom: 1.2rem;
}

.site-footer {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 1fr);
}

@media (min-width: 801px) {
  .site-header.site-header {
    padding-right: 1.4rem;
  }
}

.support-panel .support-actions {
  width: min(100%, 22rem);
  justify-self: end;
  align-self: center;
  gap: 1.15rem;
}

.support-actions .button-light {
  width: 100%;
  min-height: 4rem;
  justify-content: space-between;
  padding: 0.35rem 0.4rem 0.35rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: linear-gradient(135deg, #fff 0%, #f7eff3 52%, #e8e0f8 100%);
  box-shadow:
    0 1rem 3rem rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
}

.support-button-icon {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1rem;
  transition: transform 180ms ease;
}

.support-actions .button-light:hover .support-button-icon,
.support-actions .button-light:focus-visible .support-button-icon {
  transform: translate(0.12rem, -0.12rem);
}

.support-actions .support-response {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
}

.support-response-dot {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d9b6c9;
  box-shadow: 0 0 1.2rem rgba(217, 182, 201, 0.72);
}

.support-response small,
.support-response strong {
  display: block;
}

.support-response small {
  margin-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.support-response strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 400;
}

.app-card .app-summary {
  max-width: 25rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.5;
}

.app-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0 0;
}

.app-facts div {
  min-width: 6.5rem;
  padding: 0.6rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.app-facts dt {
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.68rem;
}

.together-icon {
  filter: saturate(0.68) brightness(0.88);
}

@media (min-width: 621px) {
  .app-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    row-gap: 1rem;
    justify-content: stretch;
  }

  .app-grid .app-card {
    animation-delay: 0s;
  }

  .app-card .app-card-bottom {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    align-self: stretch;
    align-items: start;
  }

  .app-card .app-facts {
    display: grid;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .apps .section-heading {
    margin-bottom: 2rem;
  }

  .portfolio-note {
    margin-top: 14rem;
  }

  .app-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .app-facts div {
    min-width: 0;
    padding: 0.55rem;
  }

  .app-card-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .app-card .app-actions {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
  }

  .support-panel .support-actions {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 800px) {
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-header.is-open .site-nav a:last-child {
    border-bottom: 0;
  }
}
