/* Additive English preview refinement; the published v2 CSS stays immutable. */
.status-bar,
.language-switcher summary,
.language-panel,
.eyebrow,
.panel-label,
.reasoning-kicker,
.card-number,
.workflow-step::before,
.feature-tag,
.status-seal,
.content-aside,
.footer-links h2,
.footer-bottom {
  font-size: 0.875rem;
}

/* Long addresses and increased text size must reflow, not widen the page. */
.container,
.header-inner > *,
.hero-grid > *,
.content-shell > *,
.footer-grid > * {
  min-width: 0;
}

.content-aside,
.prose,
.footer-brand,
.reasoning-card {
  overflow-wrap: anywhere;
}

.language-panel {
  max-width: calc(100vw - 28px);
}

h1, h2, h3 { overflow-wrap: anywhere; }
.hero-note { display: block; }
.hero-note::before { display: inline-block; margin-right: 8px; }
.status-callout p + p { margin-top: 1rem; }

@media (max-width: 680px) {
  /* Keep enlarged navigation reachable without pinning a tall header. */
  .site-header {
    position: relative;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .brand-link {
    width: min(145px, 100%);
  }

  .language-switcher {
    grid-column: 2;
    margin-right: 0;
  }

  .language-panel {
    right: -52px;
  }

  .menu-toggle {
    position: static;
    width: 44px;
    height: 44px;
  }

  .primary-nav {
    max-height: 70vh;
    overflow-y: auto;
  }

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