/* Shared photo treatment for programme and reading pages. */
.chapter-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.chapter-photo-grid .chapter-photo{min-width:0;display:flex;flex-direction:column}.chapter-photo-grid .chapter-photo>a{position:relative;aspect-ratio:4/3;background:#edf3fa}.chapter-photo-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.chapter-photo-grid figcaption{margin-top:auto}.programme-hero-photo .photo-frame.photo-natural,.guide-hero-photo .photo-frame.photo-natural{aspect-ratio:3/2}.guide-hero-photo .photo-frame.photo-panoramic{aspect-ratio:16/9}
.programme-page .programme-hero{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:43px}
.programme-hero-photo{min-width:0;margin:0;align-self:center}.programme-hero-photo .photo-frame{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:16px 48px 16px 16px;background:#edf3fa}.programme-hero-photo img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}.programme-hero-photo .photo-frame.photo-contain img{object-fit:contain}.programme-hero-photo figcaption{font-size:.875rem;line-height:1.7;color:#dce7fb;margin-top:12px}.programme-hero-photo figcaption a{text-decoration:underline;text-underline-offset:4px}
.programme-overview.inline-overview{display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;background:var(--surface);padding:19px 22px;border:1px solid var(--line);border-radius:12px;margin-bottom:30px}.programme-overview.inline-overview>p{width:100%;font-size:.875rem;letter-spacing:0;text-transform:none;margin:0;font-weight:600}.programme-overview.inline-overview>a{padding:7px 0;border:0;font-size:.9375rem;line-height:1.5;min-height:44px;justify-content:flex-start;gap:8px}.programme-overview.inline-overview>a:last-child{padding-bottom:7px}.programme-overview.inline-overview .icon{width:16px;height:16px}
.chapter-photo{margin:23px 0 6px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface)}.chapter-photo>a{display:block}.chapter-photo img{display:block;width:100%;height:auto;max-height:430px;object-fit:contain;background:#edf3fa}.chapter-photo figcaption{font-size:.875rem;line-height:1.75;color:#4e6380;padding:15px 20px}.chapter-photo figcaption a{color:#2458aa;text-decoration:underline;text-underline-offset:4px;display:inline-block;min-height:28px}.chapter-photo figcaption strong{font-weight:500;color:var(--ink)}
.guide-hero.with-photo{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:36px;align-items:center;padding:34px 38px}.guide-hero-copy{min-width:0}.guide-hero-copy>p:last-child{font-size:1.125rem;line-height:1.75;color:#e0e9f8;margin-top:18px;max-width:760px}.guide-hero.with-photo h1{font-size:clamp(2.4rem,4.1vw,3.65rem)}.guide-hero-photo{margin:0;min-width:0}.guide-hero-photo .photo-frame{position:relative;aspect-ratio:4/3;border-radius:14px 40px 14px 14px;overflow:hidden;background:#edf3fa}.guide-hero-photo img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.guide-hero-photo .photo-cover img{object-fit:cover}.guide-hero-photo figcaption{font-size:.875rem;line-height:1.65;color:#dce7fb;margin-top:11px}.guide-hero-photo figcaption a{color:inherit;text-decoration:underline;text-underline-offset:4px}.guide-hero.with-photo a:focus-visible{outline-color:var(--ice)}
@media(max-width:1100px){.programme-page .programme-hero{gap:29px;padding:36px 31px}.guide-hero.with-photo{padding:31px;gap:29px}}
@media(max-width:850px){.programme-page .programme-hero{grid-template-columns:1fr;gap:26px;padding:31px 27px}.programme-hero-photo{width:100%}.programme-hero-photo .photo-frame{aspect-ratio:3/2}.programme-hero-photo .photo-frame.photo-contain{aspect-ratio:4/3}.guide-hero.with-photo{grid-template-columns:1fr;padding:29px 27px;gap:24px}.guide-hero-photo .photo-frame{aspect-ratio:3/2}.guide-hero-photo .photo-frame.photo-contain{aspect-ratio:4/3}.guide-hero-copy>p:last-child{font-size:1.0625rem}.guide-hero.with-photo h1{font-size:2.8rem}.chapter-photo img{max-height:480px}}
@media(max-width:480px){.programme-page .programme-hero,.guide-hero.with-photo{padding:28px 23px}.programme-hero-photo .photo-frame,.guide-hero-photo .photo-frame{border-radius:12px 30px 12px 12px}.programme-overview.inline-overview{padding:18px 20px;gap:0 18px}.programme-overview.inline-overview>a{width:100%;justify-content:space-between}.chapter-photo figcaption{padding:14px 17px}.guide-hero.with-photo h1{font-size:2.5rem}}
@media(max-width:530px){.chapter-photo-grid{grid-template-columns:1fr;gap:0}.chapter-photo-grid .chapter-photo{margin-top:17px}}
.chapter-photo-grid .chapter-photo>a{overflow:hidden}.chapter-photo-grid .chapter-photo img{height:100%;max-height:none;object-fit:contain}

/* Natural-height photographs fill the panel without cropping or side gaps. */
.chapter-photo.photo-natural img{max-height:none}
