/* The supplied image is decorative; all footer information remains live text. */
.site-footer--photo {
    --footer-ink: #172021;
    --footer-text: #eef1ef;
    --footer-muted: #d0d8d3;
    --footer-line: rgba(224, 233, 226, .25);
    background-color: var(--footer-ink);
    background-image: linear-gradient(180deg, rgba(15, 23, 23, .08), rgba(15, 23, 23, .14)), url('../images/ckb-footer-background.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: var(--footer-text);
    border-top: 0;
}

.site-footer--photo .footer-main {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, .8fr);
    gap: clamp(28px, 3.3vw, 60px);
    padding-block: 56px 112px;
}

.site-footer--photo .footer-main > * { min-width: 0; }
.site-footer--photo .footer-brand {
    width: var(--brand-width);
    margin: 0;
    max-width: 100%;
    background: transparent;
}
.site-footer--photo .footer-about > p {
    max-width: 260px;
    margin: 12px 0 22px;
    color: var(--footer-text);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.5;
}
.site-footer--photo .footer-volunteer {
    display: inline-flex;
    justify-content: space-between;
    gap: 28px;
    min-height: 48px;
    padding: 11px 18px;
    margin: 0;
    border-radius: 3px;
    background: var(--red);
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    transition: background-color .18s ease;
}
.site-footer--photo .footer-volunteer:hover {
    background: var(--red-dark);
    text-decoration: none;
}
.site-footer--photo .footer-main h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.5;
}
.site-footer--photo .footer-main address,
.site-footer--photo .footer-main ul {
    color: var(--footer-text);
    font-size: 15px;
    line-height: 1.8;
}
.site-footer--photo .footer-main address > a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    max-width: 100%;
    margin-top: 0;
    overflow-wrap: anywhere;
}
.site-footer--photo .footer-main li a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding-block: 8px;
    line-height: 1.6;
    font-size: 15px;
}
.site-footer--photo .footer-organisation li a::before {
    content: '';
    width: 6px;
    height: 6px;
    flex: none;
    margin-right: 3px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: .8;
}
.site-footer--photo .footer-map-link {
    color: #fff;
    margin-top: 7px;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(255, 255, 255, .4);
}
.site-footer--photo .footer-opening-hours { color: var(--footer-muted); }
.site-footer--photo a:hover { color: #fff; }
.site-footer--photo a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 5px;
}
.site-footer--photo .footer-bottom {
    display: block;
    padding-block: 14px 20px;
    border-top-color: var(--footer-line);
    color: var(--footer-muted);
}
.site-footer--photo .footer-principles ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 18px;
}
.site-footer--photo .footer-principles a {
    min-height: 56px;
    gap: 9px;
    color: var(--footer-text);
    font-size: 13px;
}
.site-footer--photo .footer-principles img {
    width: 32px;
    height: 32px;
}
.site-footer--photo .footer-legal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 28px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--footer-line);
    font-size: 12px;
    line-height: 1.7;
}
.site-footer--photo .footer-legal-row > p {
    flex-shrink: 1;
    margin: 0;
}
.site-footer--photo .footer-staff-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
}
.site-footer--photo .footer-staff-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    gap: 9px;
    color: var(--footer-muted);
    font-size: 13px;
    font-weight: 500;
}
.site-footer--photo .footer-staff-links .icon {
    width: 17px;
    height: 17px;
}

@media (max-width: 1100px) {
    .site-footer--photo .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 64px;
        padding-block: 48px 70px;
    }
    .site-footer--photo .footer-principles ul {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px 18px;
    }
}

@media (max-width: 760px) {
    .site-footer--photo {
        background-image: linear-gradient(180deg, var(--footer-ink), rgba(15, 23, 23, .08) 34%, rgba(15, 23, 23, .14)), url('../images/ckb-footer-background.png');
        background-size: auto 620px;
        background-position: center bottom;
    }
    .site-footer--photo .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 30px;
        padding-block: 42px 48px;
    }
    .site-footer--photo .footer-about {
        display: block;
        grid-column: auto;
    }
    .site-footer--photo .footer-contact { grid-column: auto; }
    .site-footer--photo .footer-about > p {
        margin: 12px 0 20px;
        font-size: 17px;
    }
    .site-footer--photo .footer-about .footer-volunteer {
        justify-content: space-between;
        margin: 0;
    }
    .site-footer--photo .footer-main h2 { margin-bottom: 12px; }
    .site-footer--photo .footer-main address,
    .site-footer--photo .footer-main li a { font-size: 14px; }
    .site-footer--photo .footer-principles ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 16px;
    }
    .site-footer--photo .footer-principles a { min-height: 48px; }
    .site-footer--photo .footer-legal-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

@media (max-width: 540px) {
    .site-footer--photo .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }
    .site-footer--photo .footer-about,
    .site-footer--photo .footer-contact { grid-column: 1 / -1; }
    .site-footer--photo .footer-about > p { max-width: none; }
    .site-footer--photo .footer-main li a { padding-block: 9px; }
}

@media (max-width: 380px) {
    .site-footer--photo .footer-brand { max-width: calc(100% - 76px); }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer--photo .footer-volunteer { transition: none; }
}

@media print {
    .site-footer--photo { background: #fff; color: #000; }
    .site-footer--photo .footer-main,
    .site-footer--photo .footer-bottom,
    .site-footer--photo a,
    .site-footer--photo p,
    .site-footer--photo h2,
    .site-footer--photo address,
    .site-footer--photo ul { color: #000; }
    .site-footer--photo .footer-brand { display: none; }
    .site-footer--photo .footer-volunteer { background: transparent; }
}
