/**
 * Theoria posters — Imagen Mamaria + ESUR (fondo claro).
 * @package Viruca
 */

body.theoria-case {
  margin: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.theoria-case a { color: inherit; text-decoration: none; }

.theoria-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 22px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.theoria-topbar__brand {
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.theoria-topbar__brand .v-logo-svg {
  height: 22px;
  width: auto;
  display: block;
}
.theoria-topbar__label {
  display: none;
  font-size: 12px;
  opacity: .55;
  font-weight: 600;
}
@media (min-width: 720px) {
  .theoria-topbar__label { display: block; }
}
.theoria-topbar__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  transition: border-color .2s, background .2s;
}
.theoria-topbar__back:hover {
  border-color: rgba(0, 0, 0, .45);
  background: rgba(0, 0, 0, .04);
}

/* ── Mamaria: galería vertical ─────────────────────────────── */
.theoria-gallery {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 20px 40px;
  display: grid;
  gap: 28px;
}
.theoria-gallery__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.theoria-copy {
  padding: 8px 4px 12px;
  max-width: 640px;
}
.theoria-copy p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(26, 26, 26, .72);
  font-weight: 400;
}
.theoria-copy p:last-child { margin-bottom: 0; }

/* ── ESUR: imagen completa ─────────────────────────────────── */
.theoria-crop {
  line-height: 0;
  background: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 20px 0;
}
.theoria-crop img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ── Meta cards (3 columnas) ───────────────────────────────── */
.theoria-info {
  padding: 48px 24px 72px;
  background: #ffffff;
}
.theoria-info__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 820px) {
  .theoria-info__grid { grid-template-columns: 1fr; }
}
.theoria-meta {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 18px;
  padding: 26px 24px 28px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
}
.theoria-meta__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 17px;
  margin-bottom: 6px;
}
.theoria-meta__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, .45);
}
.theoria-meta__value {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #1a1a1a;
}
.theoria-meta__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(26, 26, 26, .65);
}

.admin-bar .theoria-topbar { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .theoria-topbar { top: 46px; }
}
