/* Shared execution gallery, with each city's existing type and palette. */
.execution-proof{padding:clamp(48px,8vw,100px) 0;border-block:1px solid currentColor}
.execution-proof .proof-intro{max-width:720px;margin-bottom:32px}
.execution-proof .proof-intro h2{font-size:clamp(2rem,4.6vw,3.8rem);line-height:1.06;margin:10px 0 20px}
.execution-proof .proof-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:30px 0}
.execution-proof figure{margin:0;min-width:0}
.execution-proof .proof-gallery img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:rgba(0,0,0,.025)}
.execution-proof figcaption{font-size:.82rem;line-height:1.5;margin:10px 0 20px}
.execution-proof .proof-film{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(240px,1fr);gap:40px;align-items:center;margin:48px 0}
.execution-proof iframe{width:100%;aspect-ratio:16/9;border:0;background:#211a17}
.execution-proof .proof-links{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.execution-proof a:focus-visible{outline:3px solid currentColor;outline-offset:5px}
[data-delivery-status]{flex:1 1 100%;line-height:1.6}
[data-delivery-status][data-state=error]{color:#9d2525}
[data-delivery-status][data-state=success]{font-size:1.1rem;font-weight:600}
.footer-grid>*{min-width:0;overflow-wrap:anywhere}
@media(max-width:650px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:420px){.footer-grid{grid-template-columns:1fr}}
@media(max-width:650px){.execution-proof .proof-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.execution-proof .proof-film{grid-template-columns:1fr;gap:20px}}

/* Contextual planning resources within the existing execution section. */
.execution-proof .proof-planning{margin-top:52px;padding-top:36px;border-top:1px solid currentColor}
.execution-proof .proof-planning>p{max-width:740px;line-height:1.65}
.execution-proof .proof-planning h3{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.15;margin:10px 0 18px}
.execution-proof .proof-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:28px}
.execution-proof .proof-resource-grid article{min-width:0;padding-top:20px;border-top:1px solid currentColor}
.execution-proof .proof-resource-grid h4{font-family:inherit;font-size:1.1rem;line-height:1.35;margin:0 0 12px}
.execution-proof .proof-resource-grid p{line-height:1.6;margin:0 0 18px}
.execution-proof .proof-resource-grid a{display:block;line-height:1.5;margin:12px 0;text-underline-offset:4px;overflow-wrap:anywhere}
@media(max-width:800px){.execution-proof .proof-resource-grid{grid-template-columns:1fr;gap:16px}}
