.apps-page .topbar{
  position: sticky;
}

.apps-page .brand{
  background: #101513;
}

.apps-hero{
  min-height: auto;
  padding: clamp(54px, 8vw, 98px) 0;
}

.apps-hero-simple{
  max-width: 860px;
}

.apps-hero h1{
  max-width: 780px;
  font-size: clamp(50px, 8vw, 94px);
}

.apps-hero .hero-lede{
  max-width: 680px;
}

.apps-index-section{
  padding-top: 72px;
}

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

.apps-grid .project-card{
  min-width: 0;
}

.apps-directory-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(40,95,76,0.10), rgba(31,79,143,0.10)),
    var(--surface);
}

.apps-directory-card .project-title-row{
  align-items: flex-start;
}

.apps-directory-card .project-icon{
  background: var(--surface);
  object-fit: contain;
}

.apps-directory-card p{
  color: var(--muted);
}

.apps-note{
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.apps-page .footer-links a,
.apps-page .footer-consent-link{
  white-space: nowrap;
}

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

@media (max-width: 760px){
  .apps-page .nav{
    display: none;
  }

  .apps-page .nav-toggle{
    display: inline-flex;
  }

  .apps-hero{
    padding-top: 40px;
  }

  .apps-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px){
  .apps-page .project-actions{
    align-items: stretch;
  }

  .apps-page .project-actions .project-btn,
  .apps-page .work-card-actions .project-btn,
  .apps-page .app-store-link,
  .apps-page .app-store-badge{
    width: 100%;
  }

  .apps-page .app-store-badge{
    object-position: left center;
  }

  .apps-page .footer-inner{
    align-items: flex-start;
  }
}
