/* ---------- About Suda (placeholder) ----------
   Minimal work-in-progress page — reuses .contact__header/.contact__logo/
   .contact__back from css/contact.css so the header/back-link match the
   Contact page exactly instead of duplicating those rules here. */

.about-suda-wip {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(16px + 8px * var(--t));
  box-sizing: border-box;
  padding: calc(32px + 24px * var(--t)) 20px;
  text-align: center;
}

.about-suda-wip__title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: calc(28px + 24px * var(--t));
  line-height: 1.2;
  color: var(--color-green);
}
