/* ===== Atelogia, paginas internas ===== */

.atx-header {
  border-bottom: 1px solid var(--at-linha);
  background: #fff;
}
.atx-header-in {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.atx-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.atx-brand-sig {
  font-family: var(--at-serif);
  font-size: 22px;
  color: var(--at-tinta);
}
.atx-brand-name {
  font-family: var(--at-serif);
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--at-suave);
  text-transform: uppercase;
}
.atx-nav .atx-menu {
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
}
.atx-nav .atx-menu a {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--at-suave);
  text-decoration: none;
}
.atx-nav .atx-menu a:hover { color: var(--at-tinta); }

.atx-main { min-height: 60vh; }

.atx-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}
.atx-title {
  font-family: var(--at-play);
  font-weight: 500;
  color: #161616;
  line-height: 1.2;
  margin: 0 0 18px;
  font-size: 32px;
}
.atx-title a { color: inherit; text-decoration: none; }
.atx-title a:hover { color: #3c7a5c; }
.atx-meta { font-size: 13px; color: #98a0a6; margin-bottom: 12px; }
.atx-content, .atx-excerpt {
  font-size: 16.5px;
  line-height: 1.75;
  color: #3a4046;
}
.atx-content p { margin: 0 0 1.1em; }
.atx-content h2 { font-family: var(--at-play); font-weight: 500; font-size: 24px; color: #1c1f22; margin: 1.6em 0 .5em; }
.atx-content h3 { font-family: var(--at-play); font-weight: 500; font-size: 20px; color: #1c1f22; margin: 1.4em 0 .4em; }
.atx-content a { color: #3c7a5c; }
.atx-content img { border-radius: 8px; }
.atx-article + .atx-article { margin-top: 48px; border-top: 1px solid var(--at-linha); padding-top: 40px; }

.atx-pagination { margin-top: 50px; }
.atx-pagination .page-numbers {
  display: inline-block;
  padding: 7px 12px;
  margin-right: 6px;
  border: 1px solid var(--at-linha);
  border-radius: 7px;
  color: var(--at-suave);
  text-decoration: none;
  font-size: 14px;
}
.atx-pagination .page-numbers.current { background: var(--at-tinta); color: #fff; border-color: var(--at-tinta); }

.atx-404 { text-align: center; padding-top: 90px; }
.atx-404-texto { color: var(--at-suave); }
.atx-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  background: var(--at-salvia);
  color: #fff;
  border-radius: 9px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.atx-btn:hover { background: #76997f; }

.atx-footer {
  border-top: 1px solid var(--at-linha);
  background: var(--at-preto);
  color: #8b9197;
}
.atx-footer-in {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.atx-footer-name {
  font-family: var(--at-serif);
  letter-spacing: 0.2em;
  color: #c9cdd0;
  font-size: 15px;
  text-transform: uppercase;
}
.atx-foot-nav .atx-foot-menu {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.atx-foot-nav .atx-foot-menu a { color: #8b9197; text-decoration: none; font-size: 13px; }
.atx-foot-nav .atx-foot-menu a:hover { color: #fff; }
.atx-footer-copy { font-size: 12px; color: #5b6166; }

@media (max-width: 600px) {
  .atx-header-in { flex-direction: column; align-items: flex-start; gap: 12px; }
  .atx-title { font-size: 26px; }
  .atx-footer-in { flex-direction: column; align-items: flex-start; }
}
