/* ============================================================
   Tema "Editorial Luxury" compartido — body.elegant
   Re-viste el markup existente con el estilo elegante,
   conservando el contenido y los colores de la marca como acento.
   ============================================================ */

body.elegant {
  --cream: #f7f1e6;
  --cream-soft: #efe7d6;
  --beige: #d9cdb6;
  --ink: #1c1b18;
  --ink-soft: #6b665c;
  --e-navy: #2c3a6e;
  --e-navy-dark: #1f2a52;
  --e-red: #9c2b2b;
  --e-red-dark: #7a2121;
  --e-ease: cubic-bezier(0.23, 1, 0.32, 1);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Plus Jakarta Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
}

/* Film-grain paper overlay */
body.elegant::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body.elegant .site-header,
body.elegant main,
body.elegant section,
body.elegant .site-footer {
  position: relative;
  z-index: 2;
}

/* ---------- Header ---------- */
body.elegant .site-header {
  background: rgba(247, 241, 230, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(28, 27, 24, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}

body.elegant .nav-links {
  gap: 6px;
  align-items: center;
}

body.elegant .nav-links a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13.5px;
  transition: background 200ms ease, color 200ms ease, transform 160ms var(--e-ease);
}

@media (hover: hover) and (pointer: fine) {
  body.elegant .nav-links a:hover {
    background: rgba(28, 27, 24, 0.06);
    color: var(--ink);
  }
}

body.elegant .nav-links a:active {
  transform: scale(0.96);
}

body.elegant .nav-links a.active {
  background: var(--ink);
  color: var(--cream);
  font-weight: 600;
}

/* ---------- Typography ---------- */
body.elegant h1,
body.elegant h2,
body.elegant h3,
body.elegant h4 {
  letter-spacing: -0.01em;
}

/* Section headings get an editorial serif accent */
body.elegant .section-title,
body.elegant .section-heading {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

body.elegant .section-label {
  color: var(--e-red);
  letter-spacing: 0.18em;
}

/* ---------- Page headers (inner pages) ---------- */
body.elegant .page-header {
  background: transparent;
  padding: 80px 24px 28px;
}

body.elegant .page-header h1 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(34px, 6vw, 62px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

body.elegant .page-header-navy {
  background: var(--e-navy-dark);
  border-radius: 0 0 28px 28px;
}

body.elegant .page-header-navy h1 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
}

/* Eyebrow tag helper (optional, used where added) */
body.elegant .eyebrow {
  display: inline-block;
  border: 1px solid rgba(28, 27, 24, 0.18);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 22px;
}

/* ---------- Buttons (island pills) ---------- */
body.elegant .btn,
body.elegant .btn-pill {
  border-radius: 999px;
  font-family: var(--sans);
  transition: transform 200ms var(--e-ease), background 200ms ease, box-shadow 250ms ease;
}

body.elegant .btn {
  background: var(--ink);
  padding: 13px 30px;
}

@media (hover: hover) and (pointer: fine) {
  body.elegant .btn:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -12px rgba(28, 27, 24, 0.5);
  }
  body.elegant .btn-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -12px rgba(156, 43, 43, 0.45);
  }
}

body.elegant .btn:active,
body.elegant .btn-pill:active {
  transform: scale(0.97);
}

body.elegant .btn-outline {
  border-radius: 999px;
  border-color: var(--ink);
  color: var(--ink);
}

@media (hover: hover) and (pointer: fine) {
  body.elegant .btn-outline:hover {
    background: var(--ink);
    color: var(--cream);
  }
}

/* ---------- Hero island buttons (with nested arrow) ---------- */
body.elegant .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 8px 8px 8px 24px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 220ms var(--e-ease), background 220ms ease,
    box-shadow 250ms ease, color 220ms ease;
}

body.elegant .hero-btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms var(--e-ease), background 220ms ease;
}

/* Primary: warm cream island on the dark hero, dark nested arrow */
body.elegant .hero-btn-primary {
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 16px 34px -16px rgba(0, 0, 0, 0.55);
}

body.elegant .hero-btn-primary .hero-btn-icon {
  background: var(--ink);
  color: var(--cream);
}

/* Ghost: glass outline on the photo */
body.elegant .hero-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
}

body.elegant .hero-btn-ghost .hero-btn-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

body.elegant .hero-btn:active {
  transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  body.elegant .hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px -16px rgba(0, 0, 0, 0.6);
  }
  body.elegant .hero-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.7);
  }
  body.elegant .hero-btn:hover .hero-btn-icon {
    transform: translate(3px, -1px);
  }
}

/* ---------- Cards / grids ---------- */
body.elegant .card {
  background: var(--cream-soft);
  border: none;
  border-radius: 22px;
  box-shadow: 0 18px 40px -28px rgba(28, 27, 24, 0.35);
  transition: transform 450ms var(--e-ease), box-shadow 450ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body.elegant .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 50px -26px rgba(28, 27, 24, 0.4);
  }
}

body.elegant .card .icon {
  color: var(--e-navy);
}

body.elegant .card h3 {
  font-family: var(--sans);
  font-weight: 700;
}

/* Sections that used the light brand bg get the warm cream-soft */
body.elegant .section[style*="--color-bg-light"],
body.elegant section[style*="--color-bg-light"] {
  background: var(--cream-soft) !important;
}

/* ---------- Two-column (Nuestra firma) ---------- */
body.elegant .two-col h2 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
}

body.elegant .two-col p {
  color: var(--ink-soft);
}

/* ---------- Bio + team ---------- */
body.elegant .bio-avatar,
body.elegant .team-card .avatar {
  background: var(--cream-soft);
  box-shadow: 0 14px 30px -18px rgba(28, 27, 24, 0.4);
}

body.elegant .bio-content h3,
body.elegant .team-card h3 {
  font-family: var(--sans);
  font-weight: 700;
}

body.elegant .bio-role {
  color: var(--e-red);
}

/* ---------- Blog ---------- */
body.elegant .blog-hero-content {
  background: var(--e-navy-dark);
  border-radius: 0 0 0 28px;
}

body.elegant .blog-hero-content h1 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
}

body.elegant .blog-card .blog-card-thumb {
  border-radius: 18px;
}

body.elegant .blog-card h3 {
  font-family: var(--serif);
}

body.elegant .blog-category {
  background: var(--e-red);
}

/* ---------- Featured (home) ---------- */
body.elegant .featured-card {
  border-radius: 24px;
  background: var(--e-navy-dark);
}

body.elegant .featured-card h2 {
  font-family: var(--serif);
  font-style: italic;
}

/* ---------- Socia directora — editorial feature ---------- */
.director-feature {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  background: var(--cream);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px -34px rgba(28, 27, 24, 0.45);
}

.director-photo {
  min-height: 340px;
  background-size: cover;
  background-position: center top;
}

.director-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.director-name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 40px);
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.director-body p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 460px;
}

.director-btn,
.blog-preview-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  padding: 9px 9px 9px 24px;
}

.director-btn-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms var(--e-ease);
}

@media (hover: hover) and (pointer: fine) {
  .director-btn:hover .director-btn-icon,
  .blog-preview-btn:hover .director-btn-icon {
    transform: translate(3px, -1px);
  }
}

/* ---------- Del blog — preview head ---------- */
.blog-preview-head {
  max-width: 1100px;
  margin: 0 auto 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.blog-preview-btn {
  white-space: nowrap;
}

body.elegant .blog-preview-head + .blog-grid {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .director-feature {
    grid-template-columns: 1fr;
  }
  .director-photo {
    min-height: 280px;
  }
  .director-body {
    padding: 32px 28px;
  }
}

/* ---------- Contact ---------- */
body.elegant .contact-hero {
  background: var(--e-navy-dark);
  border-radius: 0 0 28px 28px;
}

body.elegant .contact-section,
body.elegant .contact-bottom-section {
  background: var(--cream-soft);
}

body.elegant .contact-heading {
  color: var(--ink);
}

body.elegant .contact-heading em {
  color: var(--e-red);
}

body.elegant .contact-form-card {
  border: none;
  border-radius: 22px;
  box-shadow: 0 22px 50px -30px rgba(28, 27, 24, 0.4);
}

body.elegant .info-pill {
  border-color: rgba(28, 27, 24, 0.16);
}

body.elegant .info-pill-icon {
  background: var(--cream);
  border: none;
  color: var(--e-navy);
}

/* ---------- Media gallery (Nuestra firma) ---------- */
body.elegant .media-item {
  border-radius: 16px;
}

/* ---------- Team cards (overlapping colored panel) ---------- */
.team2-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.team2-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 450ms var(--e-ease), box-shadow 450ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .team2-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 54px -28px rgba(28, 27, 24, 0.5);
  }
}

.team2-photo {
  aspect-ratio: 1 / 1.12;
  background-size: cover;
  background-position: center top;
}

.team2-photo.is-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream-soft);
  color: var(--e-navy);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 46px;
}

.team2-body {
  position: relative;
  z-index: 1;
  margin-top: -42px;
  padding: 30px 22px 26px;
  border-radius: 44px 0 18px 18px;
}

.team2-card:nth-child(even) .team2-body {
  border-radius: 0 44px 18px 18px;
}

.team2-body h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.team2-role {
  display: block;
  font-size: 13px;
  opacity: 0.78;
  margin-bottom: 14px;
}

.team2-body p {
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.92;
  margin-bottom: 12px;
}

.team2-spec {
  font-style: italic;
  font-size: 12.5px;
  opacity: 0.85;
  margin-bottom: 0 !important;
}

/* Color variants (brand palette) */
.team2-ink .team2-body { background: var(--ink); color: #fff; }
.team2-navy-dark .team2-body { background: var(--e-navy-dark); color: #fff; }
.team2-navy .team2-body { background: var(--e-navy); color: #fff; }
.team2-red .team2-body { background: var(--e-red); color: #fff; }
.team2-red-dark .team2-body { background: var(--e-red-dark); color: #fff; }
.team2-beige .team2-body { background: var(--beige); color: var(--ink); }

/* ---------- Quiénes somos / Cómo trabajamos ---------- */
.firm-about-head {
  max-width: 1040px;
  margin: 0 auto 44px;
  text-align: center;
}

.firm-about-lead {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.25;
  color: var(--ink);
  max-width: 720px;
  margin: 0 auto;
}

.firm-about-lead em {
  font-style: italic;
  color: var(--e-red);
}

.firm-about-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.firm-about-card {
  position: relative;
  background: var(--cream-soft);
  border-radius: 22px;
  padding: 40px 36px;
  overflow: hidden;
  transition: transform 450ms var(--e-ease), box-shadow 450ms ease;
}

.firm-about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--e-red);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 450ms var(--e-ease);
}

@media (hover: hover) and (pointer: fine) {
  .firm-about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 50px -28px rgba(28, 27, 24, 0.4);
  }
  .firm-about-card:hover::before {
    transform: scaleX(1);
  }
}

.firm-about-num {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 40px;
  color: var(--e-red);
  opacity: 0.5;
  margin-bottom: 8px;
  line-height: 1;
}

.firm-about-card h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 16px;
}

.firm-about-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 12px;
  text-align: justify;
  hyphens: auto;
}

.firm-about-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .firm-about-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Firm hero banner (Nuestra firma) ---------- */
.firm-hero {
  padding: 88px 24px;
}

.firm-hero-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.05;
  margin-bottom: 18px;
}

.firm-hero-title .t1 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(26px, 3.6vw, 40px);
  color: #b7bccb;
}

.firm-hero-title .t2 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(34px, 6vw, 62px);
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #eef0f6 0%, #9aa0b6 65%, #7e859e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.firm-hero-sub {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.6;
  color: #aeb4c7 !important;
  max-width: 600px;
  margin: 0 auto;
}

/* ---------- Featured team member (Socia directora) ---------- */
.team2-feature {
  display: grid;
  grid-template-columns: 340px 1fr;
  background: var(--ink);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: 0 34px 64px -38px rgba(28, 27, 24, 0.5);
}

.team2-feature .feat-photo {
  background-size: cover;
  background-position: center top;
  min-height: 380px;
}

.team2-feature .feat-body {
  position: relative;
  z-index: 1;
  margin-left: -48px;
  padding: 44px 48px 44px 64px;
  background: var(--ink);
  color: #fff;
  border-radius: 48px 0 0 48px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team2-feature .feat-body h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 4px;
}

.team2-feature .feat-role {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--e-red);
  font-weight: 700;
  margin-bottom: 18px;
}

.team2-feature .feat-body p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .team2-feature {
    grid-template-columns: 1fr;
  }
  .team2-feature .feat-photo {
    min-height: 300px;
  }
  .team2-feature .feat-body {
    margin-left: 0;
    margin-top: -48px;
    border-radius: 48px 48px 0 0;
    padding: 44px 28px 32px;
  }
}

@media (max-width: 1000px) {
  .team2-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .team2-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 440px) {
  .team2-grid { grid-template-columns: 1fr; }
}

/* ---------- Media teaser (editorial split) ---------- */
.media-teaser {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.media-teaser-text h2 {
  margin-bottom: 16px;
}

.media-teaser-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 9px 9px 24px;
}

.media-teaser-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms var(--e-ease);
}

@media (hover: hover) and (pointer: fine) {
  .media-teaser-btn:hover .media-teaser-icon {
    transform: translate(3px, -1px);
  }
}

.media-teaser-collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 150px);
  gap: 14px;
}

.media-teaser-photo {
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 44px -26px rgba(28, 27, 24, 0.45);
  transition: transform 450ms var(--e-ease), box-shadow 450ms ease;
}

/* First photo spans the full left column (tall) */
.media-teaser-photo:first-child {
  grid-row: span 2;
}

@media (hover: hover) and (pointer: fine) {
  .media-teaser-photo:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 28px 54px -24px rgba(28, 27, 24, 0.5);
  }
}

@media (max-width: 768px) {
  .media-teaser {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .media-teaser-collage {
    grid-template-rows: repeat(2, 130px);
  }
}

/* ---------- Footer ---------- */
body.elegant .site-footer {
  background: var(--ink);
  color: #c7c2b6;
  border-radius: 28px 28px 0 0;
}

body.elegant .footer-grid h4 {
  font-family: var(--sans);
  font-weight: 700;
}

/* ============================================================
   Blog rediseñado — estilo "Migital" (hero + panel flotante)
   ============================================================ */

/* Hero oscuro con imagen */
.bl-hero {
  position: relative;
  background-image: url("../img/hero-oficina.jpg");
  background-size: cover;
  background-position: center 35%;
  padding: 120px 24px 150px;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
}

.bl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 19, 16, 0.86) 0%, rgba(20, 19, 16, 0.55) 60%, rgba(20, 19, 16, 0.35) 100%);
}

.bl-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}

.bl-hero h1 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 700px;
  margin-bottom: 24px;
}

.bl-hero p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.bl-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 11px 12px 11px 26px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 220ms var(--e-ease), box-shadow 250ms ease, background 220ms ease;
}

.bl-pill-green {
  background: var(--sage, #7c8a6b);
  color: #fff;
}

.bl-pill-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms var(--e-ease);
}

.bl-pill:active { transform: scale(0.97); }

@media (hover: hover) and (pointer: fine) {
  .bl-pill:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(0,0,0,0.5); }
  .bl-pill:hover .bl-pill-icon { transform: translate(3px, -1px); }
}

/* Panel flotante de 3 columnas */
.bl-panel {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  margin: -90px auto 0;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 40px 80px -40px rgba(28, 27, 24, 0.5);
  display: grid;
  grid-template-columns: 0.78fr 1.05fr 1fr;
  gap: 36px;
  padding: 44px;
}

.bl-col-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 18px;
}

.bl-topics {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bl-topics li {
  padding: 9px 0;
  font-size: 15px;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(28, 27, 24, 0.07);
  transition: color 200ms ease, padding-left 200ms var(--e-ease);
}

.bl-topics li.is-active {
  color: var(--e-red);
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .bl-topics li:hover {
    color: var(--ink);
    padding-left: 6px;
  }
}

.bl-feature h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 14px;
}

.bl-feature p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 24px;
}

.bl-dark-cta {
  background: var(--ink);
  color: #fff;
  border-radius: 22px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bl-dark-cta h3 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.bl-dark-cta p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 24px;
}

.bl-pill-light {
  background: #fff;
  color: var(--ink);
  align-self: flex-start;
}

.bl-pill-light .bl-pill-icon { background: rgba(28, 27, 24, 0.1); color: var(--ink); }

.bl-pill-dark {
  background: var(--ink);
  color: #fff;
  align-self: flex-start;
}

/* Fila de tarjetas compactas */
.bl-latest {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

.bl-latest-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.bl-latest-head h2 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 38px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.bl-tag {
  border: 1px solid rgba(28, 27, 24, 0.2);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.bl-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.bl-card {
  display: block;
  color: inherit;
}

.bl-card-img {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
}

.bl-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--e-ease);
}

@media (hover: hover) and (pointer: fine) {
  .bl-card:hover .bl-card-img img { transform: scale(1.07); }
}

.bl-card h4 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 6px;
}

.bl-card p {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.bl-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--ink-soft);
}

.bl-card-meta .dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--cream-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--e-red);
}

@media (max-width: 960px) {
  .bl-panel { grid-template-columns: 1fr; gap: 28px; }
  .bl-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .bl-cards { grid-template-columns: 1fr; }
  .bl-hero { padding: 90px 20px 130px; }
}

/* ---------- Scroll reveal (re-uses .reveal from styles.css) ---------- */
body.elegant .reveal {
  filter: blur(5px);
  transition: opacity 700ms var(--e-ease), transform 700ms var(--e-ease), filter 700ms ease;
}

body.elegant .reveal.is-visible {
  filter: blur(0);
}
