:root {
  --ink:       #1a1714;
  --ink-mid:   #3a342e;
  --bark:      #6b5544;
  --stone:     #9e8b79;
  --ash:       #c8bfb5;
  --linen:     #f0ebe3;
  --snow:      #faf8f5;
  --forest:    #253b28;
  --fern:      #3d5c40;
  --lichen:    #6a8f6c;
  --mint-pale: #ddeadd;
  --gold:      #c49a3c;
  --gold-pale: #e8d5a3;
  --serif:     "Cormorant Garamond", Georgia, serif;
  --sans:      "Jost", system-ui, sans-serif;
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--snow); color: var(--ink); overflow-x: hidden; }

/* NAV (idéntico al sitio principal, siempre "solid" en el blog) */
nav {
  position: fixed; inset: 0 0 auto 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 4rem;
  background: rgba(250,248,245,0.97);
  border-bottom: 1px solid rgba(26,23,20,0.08);
  box-shadow: 0 2px 20px rgba(26,23,20,0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.logo {
  font-family: var(--serif); font-size: 1.25rem; font-weight: 300;
  color: var(--forest); text-decoration: none; letter-spacing: 0.02em;
  white-space: nowrap;
}
.logo em { font-style: italic; font-weight: 600; }
.nav-links { display:flex; gap:2.25rem; list-style:none; align-items:center; }
.nav-links a {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-mid);
  text-decoration: none; transition: color 0.3s; white-space: nowrap;
}
.nav-links a:hover { color: var(--forest); }
.nav-cta {
  background: var(--forest) !important; border: 1px solid var(--forest) !important;
  color: white !important; padding: 0.5rem 1.3rem; border-radius: 1px;
  transition: opacity 0.3s !important;
}
.nav-cta:hover { opacity: .9 !important; }
.ham { display:none; }
@media (max-width: 880px) {
  nav { padding: 0.9rem 1.3rem; }
  .nav-links { display:none; }
}

/* BREADCRUMB */
.breadcrumb {
  max-width: 760px; margin: 0 auto; padding: 7.5rem 1.5rem 0;
  font-size: 0.78rem; color: var(--stone); letter-spacing: .02em;
}
.breadcrumb a { color: var(--bark); text-decoration: none; }
.breadcrumb a:hover { color: var(--forest); }

/* ARTICLE HEADER */
.art-header { max-width: 760px; margin: 0 auto; padding: 1.6rem 1.5rem 2.4rem; }
.art-eyebrow {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.9rem;
}
.art-title {
  font-family: var(--serif); font-weight: 400; color: var(--forest);
  font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.12; margin-bottom: 1.1rem;
}
.art-title em { font-style: italic; font-weight: 600; }
.art-dek { font-size: 1.05rem; color: var(--ink-mid); font-weight: 300; line-height: 1.6; max-width: 60ch; }
.art-meta { margin-top: 1.4rem; font-size: 0.78rem; color: var(--stone); display:flex; gap: 1.2rem; }

/* ARTICLE BODY */
.art-body { max-width: 760px; margin: 0 auto; padding: 0 1.5rem 4rem; }
.art-body h2 {
  font-family: var(--serif); font-weight: 600; color: var(--forest);
  font-size: 1.7rem; margin: 2.4rem 0 1rem;
}
.art-body h3 {
  font-family: var(--sans); font-weight: 600; color: var(--ink-mid);
  font-size: 1.05rem; letter-spacing: .01em; margin: 1.8rem 0 0.7rem;
}
.art-body p { font-size: 1.02rem; line-height: 1.75; color: var(--ink-mid); margin-bottom: 1.15rem; font-weight: 300; }
.art-body strong { color: var(--ink); font-weight: 600; }
.art-body ul, .art-body ol { margin: 0 0 1.3rem 1.3rem; }
.art-body li { font-size: 1.02rem; line-height: 1.7; color: var(--ink-mid); margin-bottom: 0.5rem; font-weight: 300; }
.art-body figure { margin: 2rem 0; }
.art-body img { width: 100%; height: auto; display:block; border-radius: 2px; }

/* Imagen destacada del artículo (vive fuera de .art-body, antes del cuerpo) */
figure img { width: 100%; height: auto; display: block; border-radius: 2px; }
img { max-width: 100%; height: auto; }
.art-body figcaption { font-size: 0.82rem; color: var(--stone); margin-top: 0.6rem; text-align:center; font-style: italic; font-family: var(--serif); }

/* COMPARISON TABLE */
.cmp-table { width: 100%; border-collapse: collapse; margin: 1.6rem 0 2rem; font-size: 0.94rem; }
.cmp-table th, .cmp-table td { text-align: left; padding: 0.75rem 0.9rem; border-bottom: 1px solid var(--ash); }
.cmp-table th { font-family: var(--sans); font-weight: 600; color: var(--forest); text-transform: uppercase; font-size: 0.72rem; letter-spacing: .06em; }
.cmp-table td { color: var(--ink-mid); font-weight: 300; }
.cmp-table tr:last-child td { border-bottom: none; }

/* CALLOUT */
.callout {
  background: var(--mint-pale); border-left: 3px solid var(--fern);
  padding: 1.2rem 1.4rem; margin: 1.8rem 0; border-radius: 2px;
}
.callout p { margin: 0; color: var(--ink-mid); font-size: 0.96rem; }
.callout strong { color: var(--forest); }

/* CTA BLOCK */
.art-cta {
  max-width: 760px; margin: 0 auto 4rem; padding: 2.2rem 1.5rem; text-align:center;
  background: var(--forest); border-radius: 3px;
}
.art-cta h3 { font-family: var(--serif); font-weight: 600; color: white; font-size: 1.5rem; margin-bottom: 0.7rem; }
.art-cta p { color: rgba(255,255,255,.75); font-size: 0.95rem; margin-bottom: 1.4rem; font-weight: 300; }
.art-cta a {
  display:inline-block; background: var(--gold); color: var(--forest); font-weight: 600;
  text-decoration:none; padding: 0.85rem 2rem; border-radius: 2px; font-size: 0.85rem;
  letter-spacing: .04em; text-transform: uppercase; transition: opacity .3s;
}
.art-cta a:hover { opacity: .88; }

/* RELATED */
.art-related { max-width: 760px; margin: 0 auto 5rem; padding: 0 1.5rem; }
.art-related h3 {
  font-family: var(--serif); font-weight: 600; color: var(--forest);
  font-size: 1.3rem; margin-bottom: 1.2rem;
}
.related-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.related-card {
  border: 1px solid var(--ash); border-radius: 2px; padding: 1.1rem 1.2rem;
  text-decoration:none; transition: border-color .3s, background .3s;
}
.related-card:hover { border-color: var(--fern); background: var(--linen); }
.related-card .rc-label { font-size: 0.68rem; letter-spacing: .1em; text-transform:uppercase; color: var(--gold); margin-bottom: .4rem; display:block; }
.related-card .rc-title { font-family: var(--serif); font-weight: 600; color: var(--ink); font-size: 1.05rem; line-height:1.3; }
@media (max-width: 620px) { .related-grid { grid-template-columns: 1fr; } }

/* FOOTER (compacto, reutiliza estructura del sitio principal) */
footer { background: var(--ink); color: white; padding: 3rem 1.5rem 1.5rem; }
.footer-inner { max-width: 760px; margin: 0 auto; display:flex; flex-wrap:wrap; justify-content: space-between; gap: 1.5rem; }
.footer-brand { font-family: var(--serif); font-size: 1.15rem; }
.footer-brand em { font-style:italic; font-weight:600; }
.footer-links { display:flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.6); text-decoration:none; font-size: 0.82rem; }
.footer-links a:hover { color: white; }
.footer-bottom { max-width: 760px; margin: 2rem auto 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.08); font-size: 0.75rem; color: rgba(255,255,255,.35); }

@media (max-width: 620px) {
  .art-header, .art-body, .art-cta, .art-related, .breadcrumb { padding-left: 1.1rem; padding-right: 1.1rem; }
  .breadcrumb { padding-top: 6rem; }
}
