/* Shared SEO, brand, navigation and related-content enhancements. */
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 9999;
  padding: .75rem 1rem;
  border-radius: .75rem;
  background: #11131a;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

.brand .twiin-wordmark {
  width: 140px;
  height: 42px;
  flex: 0 0 140px;
  object-fit: contain;
}

.seo-breadcrumb {
  padding: .75rem 0 0;
  color: var(--muted, #5d6370);
  font-size: .9rem;
}
.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-breadcrumb li + li::before { content: "/"; margin-right: .45rem; opacity: .5; }
.seo-breadcrumb a { text-underline-offset: .2em; }

.seo-bridge {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: #f6f5ff;
}
.seo-bridge-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.75rem, 5vw, 3rem);
  border: 1px solid rgba(17, 19, 26, .12);
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 20px 60px rgba(43, 33, 92, .08);
}
.seo-bridge-card h2 { margin-bottom: .75rem; font-size: clamp(1.8rem, 4vw, 3rem); }
.seo-bridge-card p { max-width: 760px; margin: 0; color: var(--muted, #5d6370); font-size: 1.05rem; }
.seo-bridge-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.1rem;
  border: 1px solid var(--ink, #11131a);
  border-radius: 999px;
  background: var(--ink, #11131a);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.seo-footer-links { display: flex; flex-wrap: wrap; gap: .4rem 1rem; }
.seo-footer-links a { text-underline-offset: .2em; }

@media (max-width: 760px) {
  .seo-bridge-card { grid-template-columns: 1fr; }
  .seo-bridge-link { width: 100%; }
}

@media (max-width: 560px) {
  .brand .twiin-wordmark {
    width: 120px;
    height: 36px;
    flex-basis: 120px;
  }
  .nav { gap: .75rem; }
  .nav-links { gap: .5rem; }
  .nav .button.small { padding-inline: .75rem; font-size: .82rem; }
}
