.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.2rem;
  border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  border-radius: 999px;
  color: inherit;
  background: color-mix(in srgb, var(--cream, #f6f4f1) 90%, transparent);
  font-family: Asap, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-switch a {
  min-width: 2.3rem;
  padding: 0.5rem 0.62rem;
  border-radius: 999px;
  color: #1c1e23;
  text-align: center;
  text-decoration: none;
}

.language-switch a[aria-current="page"] {
  color: #f6f4f1;
  background: #42553d;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  margin-left: auto;
}

.header .language-switch { margin: 0; }

.language-switch--floating {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  right: 1rem;
  box-shadow: 0 6px 24px rgba(28, 30, 35, 0.1);
}

.international-section {
  background: #e7e3db;
}

.international-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: start;
}

.international-copy { max-width: 42rem; }
.international-copy p { font-size: clamp(1.1rem, 1.55vw, 1.45rem); line-height: 1.55; }
.international-note { margin-top: 1.5rem; padding: 1.2rem 1.35rem; border-left: 3px solid #687d61; background: #f6f4f1; }
.international-note strong { display: block; margin-bottom: 0.35rem; }

.translation-notice {
  margin: 1.5rem 0 2.5rem;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid #687d61;
  background: #f6f4f1;
}

@media (max-width: 900px) {
  .header-actions { gap: 0.4rem; }
  .international-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .language-switch a { min-width: 2rem; padding: 0.45rem 0.5rem; }
  .header-contact { display: none; }
}

/* The audience header has three visual columns: brand, navigation and actions.
   Keeping language + CTA in one action group prevents the CTA from wrapping
   into a second grid row and blocking the audience selector below it. */
@media (min-width: 861px) {
  .audience-page .header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .audience-page .header-actions { justify-self: end; }
}
