.custom-logo {
  width: 55px;
  height: auto;
  display: block;
}

.nav-links .menu-item {
  list-style: none;
}

.nav-links li {
  list-style: none;
}

.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
  color: var(--ice-blue);
}

.footer-links ul {
  margin: 0;
  padding: 0;
}

.footer-links li {
  list-style: none;
}

.wp-page-main,
.single-post-main {
  background: #020202;
  min-height: 100vh;
}

.wp-content-wrap {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 120px;
}

.wp-content-wrap > * + * {
  margin-top: 1.35rem;
}

.wp-content-wrap,
.wp-content-wrap p,
.wp-content-wrap li {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.8;
}

.wp-content-wrap h2,
.wp-content-wrap h3,
.wp-content-wrap h4 {
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.wp-content-wrap a {
  color: #9bd0ff;
}

.wp-content-wrap img {
  border-radius: 24px;
  height: auto;
}

.post-meta-line {
  color: rgba(255,255,255,0.55);
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.pagination-wrap .page-numbers {
  color: rgba(255,255,255,0.76);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 10px 15px;
  margin: 4px;
  text-decoration: none;
}

.pagination-wrap .current {
  background: linear-gradient(135deg, #ffe5c2, #9bd0ff);
  color: #050505;
}

.project-detail-hero-content h1 {
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 600;
}

.portfolio-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(255,255,255,0.7);
  padding: 70px 20px;
}

@media (max-width: 768px) {
  .wp-content-wrap {
    width: min(100% - 40px, 960px);
  }
}
