/* ----------------------------------------
   COLOPHON — block component
   Used by: <!-- block:colophon --> ... <!-- block:colophon:end -->
   ---------------------------------------- */

.colophon {
    text-align: center;
    padding: 2.5rem 2rem;
    margin-top: 2rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #888;
}

.colophon strong {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 0.3rem;
}

.colophon p {
    margin: 0;
}

/* ----------------------------------------
   COLOPHON — legacy aqc- prefixed variant
   ---------------------------------------- */

.aqc-colophon {
    background: #111;
    color: #aaa;
    padding: 3rem 2rem;
    font-size: 0.8rem;
    line-height: 1.7;
}

.aqc-colophon strong {
    color: #fff;
    font-weight: 500;
}

.aqc-colophon a {
    color: #aaa;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    transition: color 0.15s ease, border-color 0.15s ease;
}

.aqc-colophon a:hover {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.5);
}

.colophon-gallery,
.colophon-concept,
.colophon-social {
    max-width: 1200px;
    margin: 0 auto 1.5rem auto;
}

.colophon-social {
    margin-bottom: 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.colophon-serial {
    max-width: 1200px;
    margin: 0 auto 1.5rem auto;
    font-family: 'SF Mono', 'Fira Code', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #888;
}
