/* El recorrido alterna escenas abiertas y notas de papelería. */
.module-section[data-chapter-styled="true"] {
  box-sizing: border-box; padding-block: calc(44px * var(--chapter-space));
  scroll-margin-top: 28px;
}
.module-section[data-chapter-styled="true"][data-chapter-measure="narrow"] { max-width: 660px; margin-inline: auto; width: 100%; }
.module-section[data-chapter-styled="true"] > .vintage-section-header { text-align: var(--chapter-align, center); }
.module-section[data-chapter-styled="true"][data-chapter-align="left"] { --chapter-align: left; }
.module-section[data-chapter-styled="true"][data-chapter-align="center"] { --chapter-align: center; }
.module-section[data-chapter-styled="true"] .section-title { font-size: calc(clamp(1.8rem, 4.8vw, 3.1rem) * var(--chapter-title-scale)); text-wrap: balance; overflow-wrap: anywhere; }
.module-section[data-chapter-styled="true"]:is([data-chapter-finish="paper"], [data-chapter-finish="ink"]) {
  padding-inline: clamp(20px, 4vw, 46px); background: var(--chapter-bg) !important;
  color: var(--chapter-ink); border: 1px solid color-mix(in oklab, var(--chapter-ink) 20%, transparent) !important;
  border-radius: 1px !important;
}
.module-section[data-chapter-styled="true"][data-chapter-finish="paper"] { box-shadow: 3px 4px 0 color-mix(in oklab, var(--chapter-bg) 85%, var(--chapter-ink)) !important; }
.module-section[data-chapter-styled="true"][data-chapter-finish="ink"] :is(.btn-vintage-primary, .btn-vintage-secondary) {
  background: var(--chapter-ink); color: var(--chapter-bg); border-color: var(--chapter-ink);
}
.module-section[data-chapter-styled="true"][data-chapter-align="left"] .historia-editorial-body { text-align: left !important; }
.module-section[data-chapter-styled="true"][data-chapter-layout="split"] .historia-editorial-body { max-width: none !important; }
.module-section[data-chapter-styled="true"][data-chapter-layout="split"] #historiaShortText {
  font-family: var(--font-serif); font-size: clamp(1.4rem, 2.4vw, 2rem) !important; line-height: 1.5 !important;
}
.module-section[data-chapter-styled="true"][data-chapter-layout="split"] .historia-editorial-body .hero-photo-frame {
  width: 100%; max-width: none; border-radius: 2px; aspect-ratio: 4 / 5; height: auto !important; padding: 0; border: 0; background: transparent;
}
.module-section[data-chapter-styled="true"][data-chapter-layout="split"] .historia-editorial-body .hero-photo-frame img { border-radius: inherit; }
.card-style-paper .rsvp-card { padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.card-style-paper #rsvpSection, .card-style-paper #rsvpSection :is(.rsvp-card, .vintage-section-header) { opacity: 1 !important; transform: none !important; }
.card-style-paper .btn-rsvp-submit { background: var(--text-primary); color: var(--bg-parchment); border-radius: 2px; box-shadow: none; font-size: 13px; }
.module-section[data-chapter-styled="true"][data-chapter-finish="ink"] :is(.rsvp-input, .rsvp-select, .rsvp-textarea, .rsvp-radio-card) {
  background: var(--chapter-bg); color: var(--chapter-ink); border-color: color-mix(in oklab, var(--chapter-ink) 45%, transparent);
}
.module-section[data-chapter-styled="true"][data-chapter-finish="ink"] :is(input, textarea)::placeholder { color: color-mix(in oklab, var(--chapter-ink) 80%, var(--chapter-bg)); }
.module-section[data-chapter-styled="true"][data-chapter-finish="ink"] .btn-rsvp-submit { background: var(--chapter-ink); color: var(--chapter-bg); box-shadow: none; border-radius: 2px; }
.module-section[data-chapter-styled="true"][data-chapter-finish="ink"] .rsvp-select option { background: var(--chapter-bg); color: var(--chapter-ink); }
@media (min-width: 760px) {
  .module-section[data-chapter-styled="true"][data-chapter-layout="split"] .historia-editorial-body {
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 38px; align-items: center;
  }
  .module-section[data-chapter-styled="true"][data-chapter-layout="split"] .historia-editorial-body .hero-photo-frame { margin-bottom: 0 !important; }
}
body[data-section-editing="true"] [data-chapter-editable="true"] { cursor: crosshair; }
body[data-section-editing="true"] #mainContent :is(.module-section, .reveal-card, .vintage-section-header, .timeline-milestone-card, .hero-photo-frame) { opacity: 1 !important; transform: none !important; }
body[data-section-editing="true"] [data-chapter-editable="true"]:hover,
body[data-section-editing="true"] [data-chapter-selected="true"] { outline: 2px dashed #9a7350; outline-offset: 5px; }
body.a11y-high-contrast .module-section[data-chapter-styled="true"] {
  --chapter-bg: #fff !important; --chapter-ink: #111 !important;
  --text-primary: #111 !important; --text-muted: #262626 !important; --text-light: #3d3d3d !important;
  --gold-primary: #6b4a00 !important; --gold-dark: #4a3300 !important;
}
