.pathworks-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.admin-bar .nav { top: 46px; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #f7f4ff;
  color: #0a1020;
}

.pathworks-shell {
  width: min(1200px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.pathworks-site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(166, 123, 255, 0.2);
  background: rgba(10, 16, 32, 0.92);
  backdrop-filter: blur(18px);
}

.pathworks-site-header__inner,
.pathworks-content-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 84px;
}

.pathworks-site-brand img,
.pathworks-site-brand .custom-logo {
  display: block;
  width: auto;
  max-width: 190px;
  height: 38px;
  object-fit: contain;
}

.pathworks-menu,
.pathworks-footer-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pathworks-menu a,
.pathworks-footer-menu a {
  color: #f7f4ff;
  font: 600 0.85rem/1.2 Oxanium, system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.pathworks-menu a:hover,
.pathworks-menu a:focus-visible,
.pathworks-footer-menu a:hover,
.pathworks-footer-menu a:focus-visible {
  color: #a67bff;
}

.pathworks-content-shell {
  min-height: 65vh;
  padding-block: clamp(4rem, 8vw, 8rem);
}

.pathworks-entry-header {
  max-width: 900px;
  margin-bottom: 3rem;
}

.pathworks-entry-header h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 5rem);
}

.pathworks-eyebrow,
.pathworks-post-meta {
  color: #a67bff;
  font: 700 0.78rem/1.3 Oxanium, system-ui, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pathworks-entry-content,
.pathworks-comments {
  max-width: 780px;
}

.pathworks-entry-content img,
.pathworks-featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.pathworks-post-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.pathworks-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(166, 123, 255, 0.2);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(166, 123, 255, 0.08), rgba(0, 0, 0, 0.22));
}

.pathworks-card h2 {
  margin-top: 0.35rem;
}

.pathworks-card h2 a {
  color: #f7f4ff;
  text-decoration: none;
}

.pathworks-button,
.pathworks-content-shell input[type="submit"],
.pathworks-content-shell button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #5a2ddb, #a67bff);
  color: #0a1020;
  font: 700 0.9rem/1 Oxanium, system-ui, sans-serif;
  text-decoration: none;
}

.pathworks-content-shell input,
.pathworks-content-shell textarea,
.pathworks-content-shell select {
  max-width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(166, 123, 255, 0.35);
  border-radius: 0.6rem;
  background: rgba(0, 0, 0, 0.28);
  color: #f7f4ff;
}

.pathworks-content-footer {
  border-top: 1px solid rgba(166, 123, 255, 0.2);
  color: #b9b4c8;
}

@media (max-width: 782px) {
  body.admin-bar .nav { top: 60px; }
  .pathworks-site-header__inner,
  .pathworks-content-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1.25rem;
  }
  .pathworks-menu,
  .pathworks-footer-menu {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.8rem 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pathworks-site-header { backdrop-filter: none; }
}

