@media (max-width: 760px) {
  .site-header {
    width: min(1120px, calc(100% - 28px));
    min-height: auto;
    align-items: stretch;
    gap: 12px;
    padding: 12px 0;
  }

  .site-nav {
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 44px 0 56px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
    line-height: 1.02;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .official-strip {
    height: 4px;
  }

  .official-header {
    inset: 4px 0 auto;
  }

  .official-header-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 9px 0;
  }

  .official-brand {
    min-width: 0;
    gap: 10px;
  }

  .official-brand strong {
    font-size: 0.82rem;
    line-height: 1.15;
  }

  .official-brand small {
    font-size: 0.74rem;
  }

  .official-emblem {
    width: 34px;
    height: 34px;
    border-width: 1px;
    font-size: 0.72rem;
  }

  .official-action {
    display: none;
  }

  .language-switcher {
    justify-self: end;
    gap: 3px;
    border-radius: 4px;
    padding: 3px;
  }

  .lang-button {
    min-height: 28px;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 0.72rem;
  }

  .flag {
    width: 19px;
    height: 13px;
  }

  .official-hero {
    padding-top: 98px;
    padding-bottom: 50px;
  }

  .official-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.06;
  }

  .official-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .official-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 300px;
  }

  .official-actions .home-button,
  .official-callout .home-button,
  .official-final .home-button {
    width: 100%;
  }

  .official-facts {
    padding: 18px 0;
  }

  .official-home .home-section {
    padding: 56px 0;
  }

  .official-content-page .blog-main,
  .official-content-page .article-main {
    padding-top: 86px;
  }

  .official-content-page .blog-hero h1,
  .official-content-page .article-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .article-featured-image {
    aspect-ratio: 4 / 3;
    margin-bottom: 32px;
  }

  .apply-main {
    padding-top: 86px;
  }

  .apply-container {
    width: min(1024px, calc(100% - 24px));
  }

  .apply-hero h1 {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }
}

@media (max-width: 430px) {
  .home-container,
  .article-container {
    width: min(1200px, calc(100% - 28px));
  }

  .official-header-inner {
    gap: 7px 10px;
  }

  .official-emblem {
    display: none;
  }

  .official-hero {
    padding-top: 90px;
  }

  .apply-main {
    padding-top: 82px;
  }

  .official-kicker {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .official-hero-copy h1 {
    max-width: 10.5ch;
  }

  .official-fact-grid span {
    font-size: 0.76rem;
  }

  .official-info-list div,
  .doc-row {
    gap: 10px;
  }

  .official-footer {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .mobile-nav {
    height: 58px;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-nav a {
    font-size: 0.58rem;
  }
}
