/* --------------------------------------------------
   Build 020 / v2.0.028
   HOME PAGE RELEASE CANDIDATE
   Full home page must fit without scrolling.
   This frame becomes the sizing standard for interior pages.
--------------------------------------------------- */
.screen[data-screen="home"] {
  grid-template-rows: 82px minmax(0, 1fr) 58px 58px;
}

.topbar.home.trust-space {
  min-height: 82px;
  height: 82px;
  padding: max(1px, env(safe-area-inset-top)) 10px 0;
}

.topbar.home.trust-space .trust-brand {
  gap: 9px;
  transform: translateY(3px);
}

.topbar.home.trust-space .practice-logo {
  width: 49px;
  height: 49px;
}

.trust-space .practice-wordmark strong {
  font-size: 24px;
}

.trust-space .practice-wordmark span {
  font-size: 10px;
}

.trust-space .practice-wordmark small {
  font-size: 8.5px;
  margin-top: 1px;
}

.screen[data-screen="home"] > .content {
  grid-template-rows: auto auto auto minmax(0, 1fr);
  padding: 0 10px 4px;
}

.office-title,
.build010-home-content .knowledge-title {
  font-size: 16px;
  line-height: 1;
}

.office-title {
  padding-top: 1px;
  margin: 0 0 3px;
}

.practice-actions {
  gap: 5px;
  margin: 0 0 3px;
}

.practice-actions .office-action {
  height: 48px;
  min-height: 48px;
  border-radius: 13px;
}

.build010-home-content .knowledge-title {
  margin: 3px 0 4px;
}

.screen[data-screen="home"] .knowledge-grid {
  gap: 4px;
}

.screen[data-screen="home"] .knowledge-card {
  border-radius: 14px;
  padding: 2px;
}

.screen[data-screen="home"] .knowledge-card .knowledge-icon {
  inset: 2px;
}

.screen[data-screen="home"] .home-question {
  height: 58px;
  min-height: 58px;
  padding: 6px 10px;
}

.screen[data-screen="home"] .home-question .ask-input {
  min-height: 44px;
}

.screen[data-screen="home"] .bottom-nav.home-footer {
  height: 58px;
  min-height: 58px;
  padding-bottom: max(env(safe-area-inset-bottom), 2px);
}

.screen[data-screen="home"] .bottom-nav.home-footer .nav-btn {
  gap: 1px;
  font-size: 10px;
}

.screen[data-screen="home"] .bottom-nav.home-footer .nav-btn svg {
  width: 21px;
  height: 21px;
}

/* Extra-short usable viewports, including Android tablet taskbars. */
@media (max-height: 700px) {
  .screen[data-screen="home"] {
    grid-template-rows: 76px minmax(0, 1fr) 54px 54px;
  }
  .topbar.home.trust-space {
    min-height: 76px;
    height: 76px;
  }
  .topbar.home.trust-space .practice-logo {
    width: 45px;
    height: 45px;
  }
  .trust-space .practice-wordmark strong { font-size: 22px; }
  .practice-actions .office-action {
    height: 44px;
    min-height: 44px;
  }
  .screen[data-screen="home"] .home-question {
    height: 54px;
    min-height: 54px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .screen[data-screen="home"] .bottom-nav.home-footer {
    height: 54px;
    min-height: 54px;
  }
}
