@media (max-width: 1100px) {
  .president-shell {
    padding: 24px 14px 34px;
  }

  .president-hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .president-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .president-card {
    padding: 20px;
  }

  .president-card__head {
    flex-direction: column;
    align-items: stretch;
  }

  .president-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .president-columns,
  .president-form {
    grid-template-columns: 1fr;
  }

  .president-focus__head,
  .president-focus__stats {
    grid-template-columns: 1fr;
  }

  .president-focus__tags {
    justify-content: flex-start;
  }

  .president-user-card__top,
  .president-user-card__actions,
  .president-user-card__picker {
    flex-direction: column;
    align-items: flex-start;
  }

  .president-timeline-item__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .president-shell {
    padding: 18px 10px 28px;
  }

  .president-hero,
  .president-card,
  .president-focus,
  .president-bulk-bar {
    border-radius: 20px;
  }

  .president-hero {
    gap: 16px;
    padding: 18px;
  }

  .president-nav {
    grid-template-columns: 1fr;
  }

  .president-link,
  .president-btn,
  .president-details > summary {
    padding: 11px 13px;
    border-radius: 14px;
    font-size: 0.95rem;
  }

  .president-card {
    padding: 16px;
  }

  .president-card__head {
    margin-bottom: 14px;
  }

  .president-kpis {
    grid-template-columns: 1fr;
  }

  .president-kpi strong {
    font-size: 20px;
  }

  .president-kpi span,
  .president-directory-meta,
  .president-list,
  .president-focus__empty,
  .president-timeline-item__meta,
  .president-timeline-item__details,
  .president-growth__section ul,
  .president-focus__summary-meta {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .president-focus__stat,
  .president-growth__section,
  .president-user-card,
  .president-timeline-item,
  .president-bulk-bar {
    padding: 12px;
    border-radius: 16px;
  }

  .president-pre {
    padding: 12px;
    border-radius: 14px;
  }
}

@media (max-width: 520px) {
  .president-shell {
    padding: 14px 8px 24px;
  }

  .president-hero h1,
  .president-card h2 {
    font-size: 1.22rem;
    line-height: 1.16;
  }

  .president-lead {
    margin-top: 8px;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .president-nav {
    gap: 10px;
  }

  .president-link {
    width: 100%;
    text-align: center;
  }

  .president-form label,
  .president-form input,
  .president-form select,
  .president-form textarea {
    font-size: 16px;
  }

  .president-form label {
    gap: 6px;
  }

  .president-eyebrow,
  .president-kicker {
    font-size: 11px;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
  }

  .president-card h3,
  .president-focus__name,
  .president-user-card__name {
    font-size: 1rem;
    line-height: 1.25;
  }

  .president-focus__stat strong {
    font-size: 17px;
  }

  .president-growth__chips {
    gap: 6px;
  }

  .president-growth__section h4 {
    font-size: 13px;
  }

  .president-summary-chip,
  .president-source-badge {
    width: 100%;
    justify-content: center;
  }

  .president-timeline-item__time {
    white-space: normal;
  }

  .president-user-card__email,
  .president-user-card__events {
    font-size: 0.9rem;
  }
}
