/* ═══════════════════════════════════════════════════════════════════════════
   Índice del blog — estructura y medidas de skraafoto.com/blog,
   adaptadas a la paleta y tipografía de Santal33.mx.
   ═══════════════════════════════════════════════════════════════════════════ */

.b33-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.b33-hero { padding: 64px 0 40px; text-align: center;
  border-bottom: 1px solid rgba(186,186,176,.3); }
.b33-hero-label { font-family: Manrope, system-ui, sans-serif; font-size: .625rem;
  font-weight: 600; text-transform: uppercase; letter-spacing: .3em; color: #babab0; }
.b33-hero-title { font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; letter-spacing: -.02em;
  color: #5f5e5e; margin: 16px 0 12px; }
.b33-hero-sub { font-family: Manrope, system-ui, sans-serif; font-size: 1.0625rem;
  color: #716155; line-height: 1.7; max-width: 600px; margin: 0 auto; }

/* ── Filtros por categoría ────────────────────────────────────────────────── */
.b33-filters { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 32px 0 0; }
.b33-filter { font-family: Manrope, system-ui, sans-serif; font-size: .6875rem;
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #716155;
  background: transparent; border: 1px solid rgba(186,186,176,.5); padding: 8px 16px;
  cursor: pointer; transition: all .2s; }
.b33-filter:hover { color: #5f5e5e; border-color: #babab0; background: #f6f4ec; }
.b33-filter.is-active { color: #fffcf7; background: #5f5e5e; border-color: #5f5e5e; }

/* ── Secciones ────────────────────────────────────────────────────────────── */
.b33-section { padding: 56px 0; }
.b33-section--muted { background: #f6f4ec; border-top: 1px solid rgba(186,186,176,.3);
  border-bottom: 1px solid rgba(186,186,176,.3); }

/* ── Destacado ────────────────────────────────────────────────────────────── */
.b33-featured { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.b33-featured-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #f6f4ec; }
.b33-featured-image img { width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s cubic-bezier(.22,1,.36,1); display: block; }
.b33-featured:hover .b33-featured-image img { transform: scale(1.04); }
.b33-badge { position: absolute; top: 16px; left: 16px;
  font-family: Manrope, system-ui, sans-serif; font-size: .5625rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: #fffcf7;
  background: #5f5e5e; padding: 6px 12px; }
.b33-featured-content h2 { font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.3; font-weight: 700;
  margin: 12px 0 16px; color: #5f5e5e; }
.b33-featured-content h2 a { color: inherit; text-decoration: none; transition: opacity .2s; }
.b33-featured-content h2 a:hover { opacity: .75; }
.b33-featured-excerpt { font-family: Manrope, system-ui, sans-serif; font-size: 1rem;
  line-height: 1.7; color: #716155; margin-bottom: 24px; }
.b33-featured-meta { display: flex; align-items: center; gap: 24px; }

/* ── Etiquetas y metadatos ────────────────────────────────────────────────── */
.b33-cat { display: inline-block; font-family: Manrope, system-ui, sans-serif;
  font-size: .625rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #716155; background: #f6f4ec; padding: 4px 10px; }
.b33-cat--precio      { color: #7a5c2e; background: rgba(180,130,10,.10); }
.b33-cat--comparativa { color: #4a6152; background: rgba(74,97,82,.10); }
.b33-cat--alternativas{ color: #8a4b3c; background: rgba(138,75,60,.10); }
.b33-cat--fragancia   { color: #5a5470; background: rgba(90,84,112,.10); }
.b33-cat--guia        { color: #6b5a45; background: rgba(107,90,69,.10); }
.b33-date { font-family: Manrope, system-ui, sans-serif; font-size: .6875rem;
  color: #babab0; letter-spacing: .02em; text-transform: uppercase; }
.b33-read { font-family: Manrope, system-ui, sans-serif; font-size: .625rem;
  font-weight: 500; color: #c5c5bd; letter-spacing: .04em; text-transform: uppercase; }
.b33-more { display: inline-flex; align-items: center; gap: 8px;
  font-family: Manrope, system-ui, sans-serif; font-size: .8125rem; font-weight: 600;
  color: #5f5e5e; text-decoration: none; transition: gap .25s cubic-bezier(.22,1,.36,1); }
.b33-more:hover { gap: 12px; }

/* ── Rejilla de tarjetas ──────────────────────────────────────────────────── */
.b33-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.b33-card { background: #fffcf7; border: 1px solid rgba(186,186,176,.3);
  overflow: hidden; transition: border-color .25s, box-shadow .25s, transform .25s;
  display: flex; flex-direction: column; }
.b33-card:hover { border-color: #babab0;
  box-shadow: 0 10px 26px rgba(26,26,26,.07); transform: translateY(-2px); }
.b33-card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #f6f4ec; }
.b33-card-image img { width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s cubic-bezier(.22,1,.36,1); display: block; }
.b33-card:hover .b33-card-image img { transform: scale(1.06); }
.b33-card-body { padding: 20px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.b33-card-title { font-family: "Noto Serif", Georgia, serif; font-size: 1.1875rem;
  line-height: 1.35; font-weight: 700; color: #5f5e5e; margin: 12px 0; }
.b33-card-title a { color: inherit; text-decoration: none; transition: opacity .2s; }
.b33-card-title a:hover { opacity: .75; }
.b33-card-excerpt { font-family: Manrope, system-ui, sans-serif; font-size: .875rem;
  line-height: 1.65; color: #716155; margin-bottom: 20px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.b33-card-meta { display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; margin-top: auto; border-top: 1px solid rgba(186,186,176,.3); }
.b33-card.is-hidden { display: none; }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .b33-grid { grid-template-columns: repeat(2, 1fr); }
  .b33-featured { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 640px) {
  .b33-grid { grid-template-columns: 1fr; }
  .b33-hero { padding: 40px 0 32px; }
}
