/* ============================================================
   GALLERY PACK — Blog Styles
   Aplica sobre WordPress + Colibri WP Child Theme
   Colores: #f3f1ec (beige) · #171717 (tinta) · #716b61 (gris cálido)
   ============================================================ */

/* ---- HERO DEL BLOG ---- */
.gp-blog-hero {
  background: #171717;
  padding: 72px 40px;
  text-align: center;
}
.gp-blog-hero__eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #716b61;
  margin-bottom: 16px;
}
.gp-blog-hero__title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: normal;
  color: #f3f1ec;
  margin-bottom: 14px;
}
.gp-blog-hero__desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #9e9890;
  max-width: 520px;
  margin: 0 auto;
  line-height: 26px;
}

/* ---- FILTROS DE CATEGORÍA ---- */
.gp-blog-filters {
  background: #fff;
  border-bottom: 1px solid #ded8ce;
  padding: 0 40px;
  display: flex;
  gap: 0;
  overflow-x: auto;
}
.gp-blog-filters a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #716b61;
  padding: 16px 20px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.gp-blog-filters a:hover,
.gp-blog-filters a.current-cat {
  color: #171717;
  border-bottom-color: #171717;
}

/* ---- GRID DE ARTÍCULOS ---- */
.gp-blog-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
}
.gp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) {
  .gp-blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .gp-blog-grid { grid-template-columns: 1fr; }
  .gp-blog-hero__title { font-size: 32px; }
  .gp-blog-container { padding: 40px 20px; }
}

/* ---- CARD ---- */
.gp-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.gp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}
.gp-card__thumb {
  display: block;
  overflow: hidden;
  height: 200px;
  background: #d8d2c7;
}
.gp-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.gp-card:hover .gp-card__thumb img {
  transform: scale(1.03);
}
.gp-card__thumb--placeholder {
  height: 200px;
  background: #d8d2c7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gp-card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gp-card__cat {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #716b61;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.gp-card__title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 25px;
  color: #171717;
  margin-bottom: 12px;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.gp-card__title:hover { color: #716b61; }
.gp-card__excerpt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #716b61;
  margin-bottom: 20px;
  flex: 1;
}
.gp-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ede9e3;
  padding-top: 14px;
  margin-top: auto;
}
.gp-card__date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #9e9890;
}
.gp-card__link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #171717;
  text-decoration: none;
  border-bottom: 1px solid #171717;
  padding-bottom: 1px;
}
.gp-card__link:hover { color: #716b61; border-color: #716b61; }

/* ---- PAGINACIÓN ---- */
.gp-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}
.gp-pagination a,
.gp-pagination span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #ded8ce;
  background: #fff;
  color: #716b61;
  text-decoration: none;
}
.gp-pagination .current,
.gp-pagination a:hover {
  background: #171717;
  color: #fff;
  border-color: #171717;
}

/* ---- ARTÍCULO INDIVIDUAL (single.php) ---- */
.gp-article-hero {
  background: #171717;
  padding: 64px 40px;
  text-align: center;
}
.gp-article-hero__cat {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #716b61;
  margin-bottom: 18px;
  text-decoration: none;
  display: block;
}
.gp-article-hero__title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: normal;
  color: #f3f1ec;
  max-width: 700px;
  margin: 0 auto 20px;
}
.gp-article-hero__meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9e9890;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .gp-article-hero__title { font-size: 28px; line-height: 36px; }
  .gp-article-hero { padding: 48px 24px; }
}

.gp-article-featured-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}
.gp-article-featured-img--placeholder {
  background: #c8c2b7;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9e9890;
}

.gp-article-layout {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 60px;
}
@media (max-width: 860px) {
  .gp-article-layout { grid-template-columns: 1fr; }
  .gp-article-sidebar { display: none; }
}

/* Contenido del artículo */
.gp-article-content .intro {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 32px;
  color: #171717;
  margin-bottom: 36px;
  border-left: 3px solid #ded8ce;
  padding-left: 24px;
}
.gp-article-content h2 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: normal;
  color: #171717;
  margin: 40px 0 16px;
  border-bottom: 1px solid #ded8ce;
  padding-bottom: 10px;
}
.gp-article-content h3 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #171717;
  margin: 24px 0 10px;
}
.gp-article-content p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #4a4440;
  margin-bottom: 18px;
}
.gp-article-content ul,
.gp-article-content ol {
  padding-left: 20px;
  margin-bottom: 18px;
}
.gp-article-content li {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #4a4440;
  margin-bottom: 8px;
}
.gp-article-content blockquote {
  background: #171717;
  color: #f3f1ec;
  padding: 28px;
  margin: 32px 0;
  border: none;
}
.gp-article-content blockquote p {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 28px;
  color: #f3f1ec;
  margin: 0;
}
.gp-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
.gp-article-content th {
  background: #171717;
  color: #f3f1ec;
  padding: 10px 14px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: normal;
}
.gp-article-content td {
  padding: 10px 14px;
  border-bottom: 1px solid #ede9e3;
  color: #4a4440;
}
.gp-article-content tr:nth-child(even) td { background: #faf9f7; }

/* CTA dentro del artículo */
.gp-article-cta {
  background: #f3f1ec;
  border: 1px solid #ded8ce;
  padding: 32px;
  margin: 40px 0;
  text-align: center;
}
.gp-article-cta__label {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #716b61;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gp-article-cta h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
}
.gp-btn {
  display: inline-block;
  background: #171717;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  transition: background 0.2s;
}
.gp-btn:hover { background: #333; color: #fff; }

/* Sidebar */
.gp-article-sidebar {}
.gp-sidebar-section { margin-bottom: 36px; }
.gp-sidebar-title {
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #716b61;
  margin-bottom: 16px;
  border-bottom: 1px solid #ded8ce;
  padding-bottom: 8px;
}
.gp-sidebar-card {
  background: #fff;
  padding: 16px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  transition: background 0.15s;
}
.gp-sidebar-card:hover { background: #f3f1ec; }
.gp-sidebar-card__cat {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9e9890;
  margin-bottom: 5px;
}
.gp-sidebar-card__title {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  font-weight: normal;
}
.gp-sidebar-contact {
  background: #171717;
  padding: 24px;
  text-align: center;
}
.gp-sidebar-contact p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #9e9890;
  margin-bottom: 14px;
  line-height: 20px;
}
.gp-sidebar-contact a {
  display: block;
  background: #f3f1ec;
  color: #171717;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px;
  transition: background 0.2s;
}
.gp-sidebar-contact a:hover { background: #fff; }

/* Breadcrumb */
.gp-breadcrumb {
  padding: 14px 40px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #9e9890;
  background: #f3f1ec;
}
.gp-breadcrumb a { color: #716b61; text-decoration: none; }
.gp-breadcrumb a:hover { color: #171717; }
.gp-breadcrumb span { margin: 0 6px; }

/* ---- NEWSLETTER ---- */
.gp-newsletter {
  background: #fff;
  border-top: 1px solid #ded8ce;
  padding: 60px 40px;
  text-align: center;
}
.gp-newsletter__eyebrow {
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #716b61;
  margin-bottom: 12px;
}
.gp-newsletter h2 {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 8px;
}
.gp-newsletter p {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #716b61;
  margin-bottom: 24px;
}
.gp-newsletter__form {
  display: flex;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
}
.gp-newsletter__form input[type="email"] {
  flex: 1;
  padding: 13px 16px;
  border: 1px solid #ded8ce;
  border-right: none;
  font-size: 14px;
  outline: none;
  font-family: Arial, sans-serif;
}
.gp-newsletter__form button {
  background: #171717;
  color: #fff;
  border: none;
  padding: 13px 22px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.gp-newsletter__form button:hover { background: #333; }
