/*
Theme Name: Germán Lozano
Theme URI: https://www.germanlozano.es
Author: Germán Lozano
Author URI: https://www.germanlozano.es
Description: Tema personalizado para la marca personal de Germán Lozano: filmmaker, dirección creativa, diseño, branding, web e IA creativa.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: germanlozano
*/
/* =========================
   BLOG SINGLE - GERMÁN LOZANO
========================= */

html,
body {
  margin: 0;
  padding: 0;
  background: #050505;
  color: #ffffff;
}

.gl-blog-single {
  min-height: 100vh;
  padding: 150px 24px 90px;
  background:
    radial-gradient(circle at 15% 10%, rgba(122, 60, 255, 0.22), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(255, 212, 0, 0.10), transparent 28%),
    linear-gradient(180deg, #050505 0%, #09050f 55%, #050505 100%);
  color: #ffffff;
}

.gl-blog-article {
  max-width: 1100px;
  margin: 0 auto;
}

.gl-blog-hero {
  max-width: 980px;
  margin: 0 auto 70px;
  text-align: center;
}

.gl-blog-label {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 212, 0, 0.35);
  border-radius: 999px;
  color: #ffd400;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 212, 0, 0.06);
}

.gl-blog-title {
  margin: 0 auto 24px;
  max-width: 1000px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5.4vw, 5.6rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.gl-blog-meta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.gl-blog-featured {
  margin: 46px auto 0;
  max-width: 980px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.gl-blog-featured img {
  display: block;
  width: 100%;
  height: auto;
}

.gl-blog-content {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  line-height: 1.9;
}

.gl-blog-content p {
  margin: 0 0 26px;
}

.gl-blog-content h2 {
  margin: 68px 0 22px;
  color: #ffffff;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.gl-blog-content h3 {
  margin: 44px 0 16px;
  color: #ffd400;
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 800;
}

.gl-blog-content strong {
  color: #ffffff;
  font-weight: 800;
}

.gl-blog-content ul,
.gl-blog-content ol {
  margin: 0 0 32px 22px;
  padding: 0;
}

.gl-blog-content li {
  margin-bottom: 12px;
}

.gl-blog-content a {
  color: #ffd400;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 212, 0, 0.45);
  transition: all 0.25s ease;
}

.gl-blog-content a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.gl-blog-content blockquote {
  margin: 44px 0;
  padding: 28px 32px;
  border-left: 4px solid #ffd400;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.6;
}

.gl-blog-content hr {
  margin: 56px 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 212, 0, 0.45), transparent);
}

@media (max-width: 768px) {
  .gl-blog-single {
    padding: 115px 18px 65px;
  }

  .gl-blog-hero {
    margin-bottom: 48px;
    text-align: left;
  }

  .gl-blog-title {
    font-size: clamp(2.1rem, 12vw, 3.5rem);
    letter-spacing: -0.04em;
  }

  .gl-blog-meta {
    justify-content: flex-start;
  }

  .gl-blog-content {
    font-size: 1rem;
    line-height: 1.78;
  }

  .gl-blog-content h2 {
    margin-top: 48px;
  }
}
.gl-single-post {
  min-height: 100vh;
  padding: 140px 24px 80px;
  background: radial-gradient(circle at top left, rgba(126, 47, 255, 0.18), transparent 35%),
              radial-gradient(circle at bottom right, rgba(255, 210, 0, 0.12), transparent 30%),
              #050505;
  color: #ffffff;
}

.gl-article {
  max-width: 920px;
  margin: 0 auto;
}

.gl-article-header {
  margin-bottom: 48px;
  text-align: center;
}

.gl-article-kicker {
  margin-bottom: 14px;
  color: #ffd400;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gl-article-title {
  margin: 0 auto 20px;
  max-width: 900px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.05;
  font-weight: 800;
}

.gl-article-meta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
}

.gl-featured-image {
  margin-top: 36px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.45);
}

.gl-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gl-article-content {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255,255,255,0.86);
  font-size: 1.1rem;
  line-height: 1.85;
}

.gl-article-content h2 {
  margin-top: 56px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.gl-article-content h3 {
  margin-top: 36px;
  margin-bottom: 14px;
  color: #ffd400;
  font-size: 1.35rem;
}

.gl-article-content p {
  margin-bottom: 24px;
}

.gl-article-content ul,
.gl-article-content ol {
  margin: 0 0 28px 22px;
  padding: 0;
}

.gl-article-content li {
  margin-bottom: 10px;
}

.gl-article-content a {
  color: #ffd400;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 212, 0, 0.45);
}

.gl-article-content a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 768px) {
  .gl-single-post {
    padding: 110px 18px 60px;
  }

  .gl-article-content {
    font-size: 1rem;
    line-height: 1.75;
  }

  .gl-article-meta {
    font-size: 0.85rem;
  }
}