/* Correcciones editoriales 0.9.2: marca oficial, texto enriquecido y móvil. */
.scp-editorial-cover .scp-ed-logo {
  display: block;
  width: 265px;
  max-height: 265px;
  margin: 22px auto 8px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(82,46,10,.18));
}
.scp-editorial-fixed-cover { padding: 0 !important; border: 0; outline: 0; background: #f7ead8; }
.scp-editorial-document,
.scp-editorial-document * { text-transform: none !important; font-variant: normal !important; }
.scp-ed-cover-artboard { position: absolute; inset: 0; overflow: hidden; }
.scp-ed-cover-artboard > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.scp-ed-fixed-heading { position: absolute; z-index: 2; top: 34.6%; right: 3%; left: 32%; display: flex; align-items: center; flex-direction: column; text-align: center; }
.scp-ed-fixed-heading h1 { width: 100%; max-width: none; margin: 0; color: #55311f; font: 400 clamp(29px,3.5vw,45px)/1.06 Georgia,"Times New Roman",serif; overflow-wrap: anywhere; text-align: center; text-transform: none; text-wrap: balance; }
.scp-ed-fixed-heading span { display: block; margin-top: 18px; color: #aa8135; font-size: 14px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scp-ed-fixed-pillars { position: absolute; z-index: 3; left: 35.5%; right: 5.8%; top: 65.5%; height: 22.5%; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 2.7% 3.7%; }
.scp-ed-fixed-pillars span { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 100%; height: 100%; padding: 12% 8% 2%; background: transparent; color: #553a2c; font: 500 clamp(10px,1.25vw,16px)/1.15 Arial,sans-serif; text-align: center; text-transform: none; overflow-wrap: anywhere; }
.scp-standard-index-brand{display:flex;align-items:center;justify-content:center;gap:9px;color:#60412e;font-size:18px;letter-spacing:.04em}.scp-standard-index-brand:before,.scp-standard-index-brand:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,#9b7542)}.scp-standard-index-brand:after{background:linear-gradient(90deg,#9b7542,transparent)}.scp-standard-index-brand span{color:#b88d3e}.scp-standard-index-title{text-align:center}.scp-standard-index-title>span{display:block;margin-top:26px;color:#9d7436;font-size:13px;font-weight:800;letter-spacing:.16em}.scp-standard-index-title h2{margin:24px auto 30px;color:#9a743b;font-size:42px;line-height:1.08}.scp-standard-index-page>ol{display:grid;gap:0;margin:24px 30px 0;padding:0;list-style:none;border-top:1px solid rgba(170,129,53,.45)}.scp-standard-index-page>ol li{display:flex;align-items:baseline;gap:14px;min-height:43px;padding:12px 4px;border-bottom:1px solid rgba(170,129,53,.35);color:#5a3827;font-size:18px}.scp-standard-index-page>ol li span{flex:1}.scp-standard-index-page>ol li b{color:#aa8135;font-size:15px}.scp-standard-index-more>ol{margin-top:70px}.scp-standard-index-folio{position:absolute;right:28px;bottom:24px;left:28px;display:flex;align-items:center;gap:12px;color:#6c4b34}.scp-standard-index-folio i{height:1px;flex:1;background:#6c4b34}.scp-standard-index-folio span{font-size:15px}
.scp-editorial-standard-preview { display: flex; align-items: center; gap: 18px; margin-top: 15px; padding: 14px; border: 1px solid #d8bd86; border-radius: 10px; background: #fffaf2; }
.scp-editorial-standard-preview img { width: 95px; height: 123px; object-fit: cover; border: 1px solid #c6a15b; }
.scp-editorial-standard-preview div { display: grid; gap: 6px; color: #5a3827; }
.scp-editorial-standard-preview span { color: #aa8135; font-weight: 700; }
.scp-ed-copy p,
.scp-ed-references p { margin: 0 0 22px; }
.scp-ed-copy ul,
.scp-ed-copy ol,
.scp-ed-references ul,
.scp-ed-references ol {
  display: grid;
  gap: 13px;
  margin: 20px 0;
  padding-left: 32px;
}
.scp-ed-copy li,
.scp-ed-references li { padding-left: 6px; }
.scp-ed-copy h3,
.scp-ed-references h3 {
  margin: 28px 0 16px;
  color: #9a743b;
  font-size: 30px;
  line-height: 1.15;
}
.scp-ed-copy h4,
.scp-ed-references h4 {
  margin: 23px 0 13px;
  color: #60412e;
  font-size: 24px;
  line-height: 1.2;
}
.scp-ed-copy blockquote,
.scp-ed-references blockquote {
  margin: 27px 0;
  padding: 19px 24px;
  border-left: 5px solid var(--ed-gold);
  background: rgba(255,249,240,.82);
  color: #5a3827;
  font-size: 25px;
  font-style: italic;
  line-height: 1.35;
}
.scp-ed-copy hr,
.scp-ed-references hr {
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: linear-gradient(90deg,transparent,var(--ed-gold),transparent);
}
.scp-ed-checklist { list-style: none; padding-left: 0 !important; }
.scp-ed-checklist li::before {
  content: "□";
  margin-right: 10px;
  color: var(--ed-gold);
  font-weight: 700;
}
.scp-ed-checklist li.is-checked::before { content: "☑"; }

/* Distribución dinámica: el texto usa lo necesario y la imagen solo el espacio
   restante, siempre por encima del folio y del borde inferior de la hoja. */
.scp-editorial-page:not(.scp-editorial-cover) {
  display: flex;
  flex-direction: column;
  padding-bottom: 82px;
}
.scp-editorial-page:not(.scp-editorial-cover) > .scp-ed-brand,
.scp-editorial-page:not(.scp-editorial-cover) > .scp-ed-title,
.scp-ed-text > .scp-ed-copy,
.scp-ed-references > .scp-ed-references {
  flex: 0 0 auto;
}
.scp-ed-text > .scp-ed-visual,
.scp-ed-references > .scp-ed-visual {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  width: min(100%,650px);
  min-height: 0;
  max-height: none;
  margin: 20px auto 0;
  overflow: hidden;
}
.scp-ed-text > .scp-ed-visual img,
.scp-ed-references > .scp-ed-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.scp-ed-image_text > .scp-ed-image-text {
  flex: 1 1 0;
  min-height: 0;
  margin-top: 20px;
  align-items: stretch;
}
.scp-ed-image_text .scp-ed-image-text > div {
  min-height: 0;
  overflow: auto;
}
.scp-ed-image_text .scp-ed-image-text .scp-ed-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}
.scp-ed-image_text .scp-ed-image-text .scp-ed-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 820px) {
  .scp-editorial-web { width: 100%; overflow: visible; padding: 6px; }
  .scp-editorial-document { width: 100%; gap: 18px; }
  .scp-editorial-page {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 30px 24px 58px;
  }
  .scp-editorial-cover { min-height: 760px; }
  .scp-editorial-fixed-cover { min-height: 0; aspect-ratio: 210/297; }
  .scp-ed-fixed-heading { top: 34.6%; right: 3%; left: 32%; }
  .scp-ed-fixed-heading h1 { font-size: clamp(16px,5.4vw,36px); }
  .scp-editorial-index > ol { margin: 24px 0 0; }
  .scp-editorial-cover .scp-ed-logo { width: min(230px,70vw); max-height: 230px; }
  .scp-editorial-cover h1 { font-size: clamp(34px,9vw,46px); }
  .scp-ed-title h2 { font-size: clamp(31px,8vw,40px); }
  .scp-ed-copy,
  .scp-ed-references { max-width: 100%; margin-top: 34px; font-size: 19px; }
  .scp-ed-profile,
  .scp-ed-image-text { grid-template-columns: 1fr; }
  .scp-ed-profile > .scp-ed-visual,
  .scp-ed-image-text .scp-ed-visual { height: auto; max-height: 520px; }
  .scp-ed-visual img { height: auto; max-height: 500px; }
  .scp-editorial-page:not(.scp-editorial-cover) { padding-bottom: 72px; }
  .scp-ed-text > .scp-ed-visual,
  .scp-ed-references > .scp-ed-visual { flex: none; height: min(400px,80vw); }
  .scp-ed-image_text > .scp-ed-image-text { flex: none; }
  .scp-ed-image_text .scp-ed-image-text .scp-ed-visual { height: min(400px,80vw); }
}

@media print {
  .scp-editorial-cover .scp-ed-logo {
    width: 68mm;
    height: 68mm;
    object-fit: contain;
  }
  .scp-editorial-page:not(.scp-editorial-cover) { padding-bottom: 22mm; }
  .scp-ed-fixed-heading { top: 34.6%; right: 3%; left: 32%; }
  .scp-ed-fixed-heading h1 { font-size: 30pt; }
}
