/* Published Gallery albums and single-album viewer. */
.emmaus-gallery,.emmaus-gallery-page .emmaus-section{background:#f5f7fb}
.emmaus-gallery-hero{padding:clamp(58px,8vw,104px) 0;color:#fff;background:linear-gradient(135deg,#072d6d,#0b3d91)}
.emmaus-gallery-hero h1{margin:0;color:#fff;font-size:clamp(2rem,5vw,3.5rem);line-height:1.4}
.emmaus-gallery-hero p{margin:12px 0 0;color:#fff;line-height:1.85}
.emmaus-gallery-albums{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,28px)}
.emmaus-gallery-preview{grid-template-columns:repeat(2,minmax(0,1fr))}
.emmaus-gallery-card{min-width:0;overflow:hidden;border:1px solid #d8e1ee;border-top:4px solid #a8861f;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(7,45,109,.07)}
.emmaus-gallery-card-link{display:block;height:100%;color:#072d6d;text-decoration:none}
.emmaus-gallery-card-media{display:block;aspect-ratio:16/10;overflow:hidden;background:#dce5f1}
.emmaus-gallery-card-image{display:block;width:100%;height:100%;object-fit:cover}
.emmaus-gallery-placeholder{display:grid;height:100%;place-items:center;color:#072d6d;font-size:4rem}
.emmaus-gallery-card-body{display:grid;gap:8px;padding:22px;overflow-wrap:anywhere}
.emmaus-gallery-card-body time,.emmaus-gallery-card-count{color:#465264;font-size:.92rem}
.emmaus-gallery-card-title{margin:0;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700;line-height:1.5}
.emmaus-gallery-card-link:hover .emmaus-gallery-card-title,.emmaus-gallery-card-link:focus-visible .emmaus-gallery-card-title{text-decoration:underline}
.emmaus-gallery-empty{max-width:42rem;margin:0 auto;padding:26px;border:1px solid #d8e1ee;border-radius:12px;background:#fff;color:#303b4b;text-align:center}
.emmaus-gallery-actions{text-align:center;margin:32px 0 0}
.emmaus-gallery-button{display:inline-block;padding:12px 24px;border-radius:9px;background:#072d6d;color:#fff;font-weight:700;text-decoration:none}
.emmaus-gallery-button:hover,.emmaus-gallery-button:focus-visible{background:#0b3d91;color:#fff}
.emmaus-gallery-pagination{margin:32px 0}.emmaus-gallery-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0;list-style:none}
.emmaus-gallery-pagination a,.emmaus-gallery-pagination .current{display:block;padding:7px 12px;border-radius:6px;background:#eaf1fc;color:#072d6d}
.emmaus-gallery-pagination .current{background:#072d6d;color:#fff}
.emmaus-gallery-single{padding:clamp(48px,7vw,88px) 0}.emmaus-gallery-detail{max-width:76rem;margin:auto}
.emmaus-gallery-back{color:#072d6d;font-weight:700;text-underline-offset:.2em}
.emmaus-gallery-detail h1{margin:20px 0 10px;color:#072d6d;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.45;overflow-wrap:anywhere}
.emmaus-gallery-detail header p,.emmaus-gallery-description{color:#303b4b;line-height:1.9}
.emmaus-gallery-description{max-width:55rem;margin:18px 0 30px;overflow-wrap:anywhere}
.emmaus-gallery-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.emmaus-gallery-photo{min-width:0;margin:0}.emmaus-gallery-photo a{display:block;overflow:hidden;border-radius:10px;background:#e6ecf4}
.emmaus-gallery-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.emmaus-gallery-photo figcaption{padding:8px 2px;color:#303b4b;line-height:1.7;overflow-wrap:anywhere}
.emmaus-gallery-viewer[hidden]{display:none}.emmaus-gallery-viewer{position:fixed;inset:0;z-index:99999;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:56px 16px 20px;background:rgba(4,12,31,.96);color:#fff}
.emmaus-gallery-viewer figure{min-width:0;max-width:100%;margin:0;text-align:center}.emmaus-gallery-viewer img{display:block;max-width:100%;max-height:calc(100dvh - 120px);width:auto;height:auto;margin:auto;object-fit:contain}
.emmaus-gallery-viewer figcaption{margin-top:8px;color:#fff;line-height:1.5;overflow-wrap:anywhere}
.emmaus-gallery-viewer button{min-width:44px;min-height:44px;border:1px solid #fff;border-radius:50%;background:#072d6d;color:#fff;font-size:2rem;cursor:pointer}
.emmaus-gallery-viewer-close{position:absolute;top:12px;right:16px}.emmaus-gallery-viewer-open{overflow:hidden}
.emmaus-gallery-page a:focus-visible,.emmaus-gallery a:focus-visible,.emmaus-gallery-viewer button:focus-visible{outline:3px solid #d5ae3a;outline-offset:4px}
@media(max-width:900px){.emmaus-gallery-albums,.emmaus-gallery-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.emmaus-gallery-albums,.emmaus-gallery-image-grid{grid-template-columns:minmax(0,1fr)}.emmaus-gallery-viewer{gap:2px;padding-inline:6px}.emmaus-gallery-viewer button{min-width:40px;min-height:40px}.emmaus-gallery-viewer img{max-height:calc(100dvh - 150px)}}
