/* A mobile-first landscape, drawn in layers instead of a large bitmap. */
.portada.portada-minimal {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: max(730px, calc(100svh - var(--cabecera)));
  height: auto;
  padding: 36px 22px 120px;
  background: linear-gradient(180deg, #f5efe3, #f8f4eb 58%, #ecedde);
}
.portada-minimal .paisaje { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.portada-minimal .paisaje::after { content: ''; position: absolute; inset: 0; background: url('assets/paper.svg'); opacity: .6; }
.paisaje-sol { position: absolute; width: 68px; height: 68px; top: 8%; right: 9%; border-radius: 50%; background: #dec7a54d; border: 1px solid #c2a26c40; }
.paisaje-sol::after { content: ''; position: absolute; inset: -8px; border: 1px solid #c2a26c20; border-radius: 50%; }
.paisaje-capa { position: absolute; width: 100%; height: 58%; left: 0; bottom: -45px; }
.paisaje-lejos { height: 66%; }
.paisaje-medio { bottom: -35px; }
.paisaje-cerca { height: 52%; bottom: -62px; }
.paisaje-ramas { position: absolute; left: 0; right: 0; bottom: -40px; height: 235px; }
.paisaje-rama { position: absolute; width: 135px; height: 235px; bottom: 0; }
.rama-inicio { left: -36px; transform: rotate(-8deg); }
.rama-final { right: -39px; transform: scaleX(-1) rotate(-13deg); opacity: .7; }
.portada-minimal [data-par] { will-change: transform; transform: translate3d(0, var(--parallax-y, 0px), 0); }
.portada-minimal .portada-interior { width: 100%; max-width: 500px; margin: 0 auto; display: block; }
.portada-minimal .titulo-portada { padding: 0; margin: 0; gap: 0; }
.portada-flor { color: var(--ocre); font-size: 1.6rem; line-height: 1; margin-bottom: 19px; }
.portada-minimal .titulo-portada > .eyebrow { font-size: .66rem; letter-spacing: .29em; max-width: none; }
.portada-minimal .nombres { font-size: clamp(4.7rem, 22vw, 6rem); line-height: 1.07; margin-top: 25px; }
.portada-minimal .nombres .amp { font-size: .65em; }
.portada-minimal .lema-portada { margin-top: 22px; font-size: 1.5rem; line-height: 1.25; }
.portada-filete { width: 37px; height: 1px; background: #b49b78; margin-top: 24px; margin-bottom: 21px; }
.fecha-sencilla { font-size: .82rem; letter-spacing: .065em; color: var(--tinta); }
.portada-minimal .sitio-portada { margin-top: 8px; font-size: .84rem; color: #4a503e; }
.calendario-boton { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 9px 12px; margin-top: 9px; color: var(--olivo-osc); font-size: .92rem; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.calendario-boton:hover { color: var(--terracota-osc); }
.calendario-boton svg { width: 19px; height: 19px; flex: 0 0 auto; }
.portada-minimal > .descubrir { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; margin: 0; width: max-content; font-size: .64rem; letter-spacing: .09em; color: #2f3626; }
.portada-minimal > .descubrir span { margin: 0; font-size: 1.25rem; line-height: 1; }
.calendario-dialogo { width: min(calc(100% - 28px), 430px); padding: 43px 26px 27px; border: 1px solid #c4b290; background: var(--papel) url('assets/paper.svg'); color: var(--tinta); text-align: center; border-radius: 8px; max-height: calc(100svh - 40px); overflow-y: auto; box-shadow: 0 20px 70px #20251e40; }
.calendario-dialogo::backdrop { background: #252c2370; backdrop-filter: blur(4px); }
.calendario-dialogo h2 { font-size: 2.7rem; margin-block: 20px; }
.calendario-dialogo > p:not(.eyebrow):not(.nota-form) { font-size: 1rem; line-height: 1.65; }
.calendario-cerrar { position: absolute; right: 5px; top: 5px; width: 44px; height: 44px; border: 0; background: none; color: var(--olivo-osc); font: 27px/1 var(--cuerpo); cursor: pointer; }
.calendario-opciones { display: flex; flex-direction: column; gap: 11px; margin-block: 25px 16px; }
.calendario-opciones .boton { padding-inline: 12px; letter-spacing: .08em; font-size: .68rem; }
.calendario-dialogo .nota-form { font-size: .85rem; }
html.calendario-abierto { overflow: hidden; }
@media (max-width: 360px) {
  .portada.portada-minimal { min-height: 710px; padding-inline: 17px; }
  .portada-minimal .nombres { font-size: 4.8rem; }
  .portada-minimal .lema-portada { font-size: 1.4rem; }
  .paisaje-sol { width: 51px; height: 51px; right: 5%; }
}
@media (min-width: 600px) {
  .portada.portada-minimal { min-height: 780px; }
  .paisaje-rama { width: 180px; height: 300px; }
  .paisaje-capa { width: 100%; }
  .paisaje-sol { right: 23%; top: 12%; }
}
@media (prefers-reduced-motion: reduce) {
  .portada-minimal [data-par] { transform: none !important; will-change: auto; }
}
