/* 2026-08 mobile brand and responsive layout fixes */
@media (max-width: 760px) {
  .access-shell {
    min-height: 100svh;
  }

  .brand-panel {
    min-height: 250px;
    gap: 14px;
    padding: 22px 20px 24px;
  }

  .brand-panel > div:nth-child(2) {
    display: grid;
    gap: 5px;
  }

  .brand-panel .eyebrow {
    margin: 0;
    font-size: 9px;
  }

  .brand-panel h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .brand-copy {
    display: block !important;
    max-width: none;
    margin: 0;
    padding-left: 12px;
    color: #d1ccc0;
    font-size: 14px;
    line-height: 1.55;
  }

  .brand-foot {
    display: none !important;
  }

  .auth-panel {
    place-items: start center;
    padding: 26px 18px 40px;
  }

  .mode-tabs {
    margin-bottom: 30px;
  }

  .mode-tabs button {
    min-width: 0;
    padding-inline: 2px;
  }

  .workspace {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-title {
    gap: 12px;
  }

  .project-intro {
    padding: 14px 15px;
  }

  .project-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .project-card {
    width: 100%;
  }

  .project-cover {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 430px) {
  .brand-panel {
    min-height: 244px;
  }

  .brand-mark.brand-glyph > span {
    width: 34px;
    height: 38px;
    font-size: 18px;
  }

  .brand-panel h1 {
    font-size: 28px;
  }

  .brand-copy {
    font-size: 13px;
  }
}
