/* Scoped additions for the approved BBR project photographs. */
.bbr-project-section{background:#10122e;color:#fff;padding:56px 0}
.bbr-project-section h2{color:#fff;max-width:850px}
.bbr-project-section .bbr-project-intro{max-width:800px;color:#e4e8f0;margin:0 0 28px}
.bbr-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1120px;margin:0 auto;align-items:start}
.bbr-project-grid.bbr-project-grid-pair{grid-template-columns:repeat(2,minmax(0,1fr));max-width:740px}
.bbr-project-section .bbr-project-card{min-width:0;margin:0;background:#fff;color:#101828;border:1px solid #d9e1ec;border-radius:16px;overflow:hidden}
.bbr-project-section .bbr-project-card img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;background:#f4f6fb}
.bbr-project-section .bbr-project-card img[height="720"]{aspect-ratio:4/3}
.bbr-project-section .bbr-project-card figcaption{margin:0;padding:14px 16px;color:#101828;font-size:15px;line-height:1.5}
.bbr-project-section .bbr-project-group{margin:24px 0 0;border:1px solid #77809d;border-radius:14px;background:#161a38;color:#fff;overflow:hidden}
.bbr-project-section .bbr-project-group summary{padding:20px;color:#fff;font-size:18px;font-weight:700;line-height:1.5;cursor:pointer}
.bbr-project-section .bbr-project-group summary:hover{background:#202647}
.bbr-project-section .bbr-project-group summary:focus-visible{outline:3px solid #fff;outline-offset:-6px;box-shadow:none}
.bbr-project-section .bbr-project-group-content{padding:0 20px 24px}
.bbr-project-section .bbr-project-group-content>p{color:#e4e8f0;margin:0 0 20px}
@media(max-width:899px){.bbr-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:599px){.bbr-project-section{padding:40px 0}.bbr-project-grid,.bbr-project-grid.bbr-project-grid-pair{grid-template-columns:1fr;max-width:420px}.bbr-project-section .bbr-project-group-content{padding:0 12px 18px}.bbr-project-section .bbr-project-group summary{padding:18px 14px}}
