/* A quiet, touch-friendly entry into Maram's prayer room. */
.prayer-entry { padding: 30px 0 56px; }
.prayer-entry__grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px; }
.prayer-entry__card { display:flex;flex-direction:column;background:#fff;border:1px solid #d2e1df;border-radius:24px;overflow:hidden;color:#183e50;text-decoration:none;box-shadow:0 8px 24px #183e5009; }
.prayer-entry__card img { width:100%;aspect-ratio:16/10;height:auto;object-fit:cover; }
.prayer-entry__card>div { padding:22px; }
.prayer-entry__card small { color:#4b6572; }
.prayer-entry__card h2 { font-size:1.55rem;line-height:1.15;margin:9px 0; }
.prayer-entry__card p { line-height:1.5;margin:0 0 14px; }
.prayer-entry__card span { font-weight:800;color:#14627d; }
.prayer-entry__card:hover { border-color:#32728b; }
.prayer-entry__card:focus-visible,.prayer-action:focus-visible,.prayer-exit:focus-visible,.prayer-chapter>summary:focus-visible { outline:3px solid #a33a60;outline-offset:4px; }
.prayer-journey-section { background:#102f43;padding:52px 0 64px; }
.prayer-journey-section .prayer-heading h2,.prayer-journey-section .prayer-heading p,.prayer-journey-section .eyebrow { color:#fff5d8; }
.prayer-journey { border-radius:28px;overflow:hidden;background:#fffaf0;display:grid;grid-template-columns:1.13fr 1fr;align-items:stretch; }
.prayer-journey__scene { min-width:0;background:#143242; }
.prayer-journey__scene img { display:block;width:100%;height:100%;min-height:400px;max-height:650px;object-fit:cover;object-position:60% center; }
.prayer-journey__body { padding:clamp(24px,4vw,42px);min-width:0; }
.prayer-journey__body .eyebrow { color:#82632a;font-size:.78rem;letter-spacing:.07em; }
.prayer-journey__body h3 { font-size:clamp(1.8rem,3vw,2.25rem);line-height:1.12;color:#173e51;outline:none;margin:10px 0 20px; }
.prayer-journey__body [data-journey-text] { font-size:1.13rem;line-height:1.65;margin:0 0 22px; }
.prayer-journey__nav,.prayer-journey__choices { display:flex;flex-wrap:wrap;gap:10px;margin-top:20px; }
.prayer-action { display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 19px;background:#17677e;color:#fff;border:2px solid transparent;border-radius:25px;font:800 1rem/1.25 var(--font-text);cursor:pointer;max-width:100%;white-space:normal; }
.prayer-action--quiet { background:transparent;color:#225568;border-color:#b8d0d4; }
.prayer-action:disabled { opacity:.45;cursor:default; }
.prayer-journey__choices .prayer-action { background:#f6c453;color:#173e51; }
.prayer-exit { background:none;border:0;color:#4d6672;text-decoration:underline;font:inherit;min-height:48px;margin-top:14px;cursor:pointer;padding:8px 0; }
.prayer-listener { display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:16px 0; }
.prayer-listener__status { width:100%;font-size:.95rem!important;line-height:1.5;margin:0!important;color:#4c6770!important;min-height:0; }
.prayer-listener__status:empty { display:none; }
.prayer-audio-fallback { color:#155d78;text-decoration:underline; }
.prayer-chapter { max-width:1040px;margin:20px auto;border:1px solid #d0dfdf;border-radius:22px;background:#fffdf7;overflow:hidden; }
.prayer-chapter>summary { display:flex;justify-content:space-between;align-items:center;gap:18px;padding:25px 28px;cursor:pointer;list-style:none;color:#163e51;font:800 1.45rem/1.25 var(--font-title); }
.prayer-chapter>summary::-webkit-details-marker {display:none;}
.prayer-chapter>summary small {display:block;font:400 1rem/1.5 var(--font-text);margin-top:5px;color:#4e6b78;}
.prayer-chapter[open]>summary { border-bottom:1px solid #d0dfdf;background:#eff7f6; }
.prayer-chapter[open]>summary>span:last-child { transform:rotate(45deg); }
.prayer-chapter>.section {padding:36px 18px;}
.prayer-chapter .prayer-shell {width:100%;}
.prayer-chapter .prayer-heading {margin-bottom:26px;}
.prayer-chapter .prayer-heading h2 {font-size:2rem;}
.prayer-chapter .prayer-dialogue__turn {max-width:100%;}
.prayer-dialogue__turn .prayer-avatar-frame {position:relative;display:block;overflow:hidden;flex-shrink:0;}
.prayer-dialogue__turn .prayer-avatar-frame img {position:absolute;width:270%;max-width:none;height:auto;left:50%;top:50%;transform:translate(-50%,-27%);}
.prayer-dialogue__turn--mamma .prayer-avatar-frame img {width:350%;transform:translate(-50%,-16%);}
.prayer-side-note {font-size:.94rem!important;line-height:1.55;color:#4d6773;}
.cross-practice__picture img {aspect-ratio:16/9;object-fit:contain!important;height:auto!important;width:100%;}
.prayer-text p {padding:4px 8px;border-radius:9px;margin:4px 0;}
.prayer-page .is-reading {background:#ffebad;color:#143c4f;box-shadow:inset 4px 0 #c89118;border-radius:6px;}
.prayer-turn {color:#526d78;font-size:.96rem;}
.prayer-mystery-image {margin:0 0 20px;overflow:hidden;border-radius:18px;}
.prayer-mystery-image img {width:100%;height:auto;aspect-ratio:16/8;object-fit:cover;}
.prayer-bead-reading {margin:20px 0;padding:24px;background:#fffdf7;border-radius:18px;color:#183e50;}
.prayer-bead-reading__text p {padding:6px 10px;margin:0;line-height:1.6;font-size:1.1rem;}
.prayer-chapter .rosary-status {padding:20px;margin-bottom:0;}
.prayer-chapter .rosary-practice__permission {color:#183e50;}
.prayer-chapter .rosary-track {gap:8px;display:flex;flex-wrap:wrap;justify-content:center;}
.prayer-chapter .rosary-bead {min-width:48px;min-height:48px;}
.prayer-page [hidden] {display:none!important;}
@media(max-width:760px){
 .prayer-entry__grid {grid-template-columns:1fr;gap:12px;}
 .prayer-entry__card {display:grid;grid-template-columns:110px minmax(0,1fr);border-radius:18px;}
 .prayer-entry__card img {height:100%;aspect-ratio:auto;object-position:65% center;}
 .prayer-entry__card>div {padding:16px;}
 .prayer-entry__card h2 {font-size:1.35rem;}
 .prayer-entry__card p {font-size:.95rem;}
 .prayer-entry__card small {font-size:.8rem;}
 .prayer-journey {grid-template-columns:1fr;}
 .prayer-journey__scene img {height:auto;min-height:0;max-height:none;aspect-ratio:16/9;object-fit:contain;}
 .prayer-journey__body {padding:23px;}
 .prayer-journey__body h3 {font-size:1.8rem;}
 .prayer-chapter {margin:14px 12px;}
 .prayer-chapter>summary {padding:20px;font-size:1.3rem;}
 .prayer-chapter>.section {padding:28px 0;}
 .prayer-chapter .prayer-card__body,.prayer-chapter .rosary-practice {padding:20px;}
 .prayer-mystery-image img {aspect-ratio:16/10;}
 .prayer-bead-reading {padding:15px;}
 .prayer-listener {gap:8px;}
 .prayer-action {font-size:.95rem;padding:11px 15px;}
}
@media(prefers-reduced-motion:reduce){.prayer-page * {scroll-behavior:auto!important;transition:none!important;animation:none!important;}}
.prayer-journey-section .prayer-heading .eyebrow {color:#183e50;}
.prayer-journey[data-stage="cross"] .prayer-journey__scene img {object-fit:contain;object-position:center;}

.prayer-journey {scroll-margin-top:88px;}

.rosary-track {scroll-margin-top:90px;}

@media(max-width:760px){
 .prayer-chapter .rosary-status {padding:14px 18px;}
 .prayer-chapter .rosary-status h4 {margin:4px 0;font-size:1.3rem;}
 .prayer-chapter .rosary-status p {font-size:.92rem;line-height:1.45;margin:6px 0 0;}
 .prayer-chapter .prayer-bead-reading {margin-top:12px;}
}

.prayer-journey__line {display:block;padding:4px 8px;border-radius:6px;}
.prayer-journey[data-stage="father"] [data-journey-text],.prayer-journey[data-stage="cross"] [data-journey-text] {font-size:1.04rem;line-height:1.5;}
