/**
 * Shared additions for inner pages (used after main.css or with blog-post.css).
 * Hosting: cache-bust with ?v= in HTML link tags.
 */
html {
  scroll-padding-top: 88px;
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 72px;
  }
}

/* Skip link (duplicated minimal set when main.css is not loaded) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.85rem 1.25rem;
  background: #b07a3f;
  color: #172434;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 0 0 8px 0;
  font-family: 'IBM Plex Sans', sans-serif;
}

.skip-link:focus {
  left: 1rem;
  outline: 2px solid #172434;
  outline-offset: 2px;
}

.site-main {
  width: 100%;
  overflow-x: clip;
}

/* Nav logo mark: same as index inline guard — beats stale cached main.css */
nav .nav-logo-mark {
  background: #ffffff !important;
  border: 1px solid rgba(23, 36, 52, 0.12) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
}
nav .nav-logo-mark img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}
