/* about.css — sayfa kapsamlı stiller, a- önekiyle global çakışmadan korunur */
.a-section { max-width: 1160px; margin: 0 auto; padding: 32px 16px; }

/* Each sentence is its own block. Wider container so a typical sentence
   fits on one visual line at desktop sizes; on narrow screens we accept
   a soft wrap rather than horizontal scroll. */
.a-prose {
    max-width: 960px;
    margin: 0 auto;
    color: #2a3a4d;
    text-align: center;
}
.a-line {
    font-size: 1.1rem;
    line-height: 1.55;
    margin: 0;
    padding: 4px 0;
    /* Don't break words inside a sentence; wrap only between words. */
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}
.a-stanza { margin: 0 0 28px 0; }
.a-stanza:last-of-type { margin-bottom: 0; }

.a-pull {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0a3d62;
    letter-spacing: 0.015em;
    margin: 28px auto 28px auto;
    padding: 14px 0;
    border-top: 1px solid #f0d7a8;
    border-bottom: 1px solid #f0d7a8;
    max-width: 40ch;
}

.a-signoff {
    text-align: center;
    font-size: 1.2rem;
    color: #0a3d62;
    margin: 28px 0 0 0;
    font-weight: 600;
}
.a-close {
    text-align: center;
    font-size: 1.05rem;
    color: #4a5a6d;
    margin: 8px 0 0 0;
    font-style: italic;
}

.a-sunset {
    margin: 40px auto 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 44px rgba(60, 30, 10, 0.20);
    max-width: 1160px;
}
.a-sunset img {
    display: block;
    width: 100%;
    height: auto;
}

.a-credits {
    font-size: 0.78rem;
    color: #8a9aad;
    line-height: 1.6;
    text-align: center;
    padding-top: 14px;
    margin-top: 16px;
}
.a-credits a { color: #6a8a9d; text-decoration: underline; }

@media (max-width: 720px) {
    .a-line { font-size: 1rem; }
    .a-pull { font-size: 1.2rem; }
}
