@media (min-width: 860px) {
  body {
    background: var(--paper);
  }

  .app-shell {
    width: 100%;
    min-height: 100vh;
    box-shadow: none;
  }

  .topbar {
    min-height: 76px;
    padding: 14px max(44px, calc((100vw - var(--content-max)) / 2));
  }

  .desktop-nav {
    display: flex;
    gap: 4px;
    margin-left: auto;
  }

  .desktop-nav button {
    min-height: 38px;
    padding: 0 13px;
    color: var(--muted);
    background: transparent;
    border: 0;
    border-radius: 12px;
    font-weight: 760;
  }

  .desktop-nav button.active,
  .desktop-nav button:hover {
    color: var(--ink);
    background: var(--white);
  }

  .top-actions {
    margin-left: 18px;
  }

  .api-badge {
    display: inline-flex;
  }

  .main-view {
    width: min(var(--content-max), 100%);
    margin: 0 auto;
    padding: 58px 44px 96px;
  }

  .tabbar {
    display: none;
  }

  .home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 72px;
    align-items: center;
  }

  .hero h1 {
    max-width: 720px;
    font-size: 68px;
  }

  .hero p {
    max-width: 610px;
    font-size: 18px;
  }

  .hero-actions,
  .search {
    max-width: 610px;
  }

  .quick-grid,
  .service-grid,
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-layout {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .category-grid {
    max-height: none;
  }

  .category-card {
    min-height: 72px;
  }

  .service-card .actions {
    grid-column: auto;
  }

  .service-card {
    grid-template-columns: auto 1fr auto;
  }

  .location-editor {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .location-editor .map-preview {
    height: 360px;
  }

  .detail-layout,
  .provider-layout,
  .admin-layout,
  .growth-layout,
  .billing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
  }

  .growth-strip {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .recruit-hero,
  .local-landing {
    min-height: 360px;
    align-items: center;
    padding: 40px;
  }

  .recruit-hero h2,
  .local-landing h2 {
    max-width: 760px;
    font-size: 48px;
  }

  .recruit-hero p,
  .local-landing p {
    max-width: 620px;
    font-size: 18px;
  }

  .sticky-actions {
    position: static;
  }

  .form-grid,
  .progress-width,
  .account-width,
  .admin-width {
    max-width: 760px;
  }
}
