/* =====================================================================
   superradiant.ai — page layout on top of styles.css + superradiance.css
   ===================================================================== */

.logo-link { display: inline-flex; align-items: center; }

/* Hero */
.hero { padding-block: clamp(4rem, 12vh, 9rem) calc(var(--section-gap) / 2); }
.hero__title { max-width: 16ch; }
.hero__sub { margin-top: var(--s-8); max-width: 56ch; }
.hero__cta {
  display: flex; align-items: center; gap: var(--s-8);
  margin-top: var(--s-12); flex-wrap: wrap;
}

/* Announcement bar strong + link spacing */
.announce strong { font-weight: 600; }

/* Footer wordmark hugs the baseline; keep it from overflowing on small screens */
.footer .wordmark-xl { overflow-wrap: anywhere; }

/* Nav: collapse the text links on small screens, keep the CTA */
@media (max-width: 680px) {
  .nav { gap: var(--s-4); }
  .nav a:not(.btn) { display: none; }
}
