/* The journal — the ritual's quiet aftermath. Same room, dimmer and still.
   Inherits the dark tokens from ritual.css (.ritual-body). */

.journal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.journal-wrap {
    max-width: 38rem;
    margin: 0 auto;
    padding: clamp(2rem, 7vw, 4.5rem) clamp(1.25rem, 5vw, 2rem) 5rem;
    min-height: 100dvh;
}

.journal-back {
    display: inline-block;
    font-size: 0.74rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--star-faint);
    text-decoration: none;
    margin-bottom: 3rem;
    transition: color 0.4s ease;
}
.journal-back:hover { color: var(--star-dim); }

.journal-head { margin-bottom: 2.8rem; }

.journal-title {
    font-family: 'Cormorant', Georgia, serif;
    font-weight: 500;
    font-size: clamp(2rem, 6vw, 2.8rem);
    margin: 0 0 0.5rem;
    color: var(--star);
}

.journal-sub {
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    color: var(--star-dim);
    margin: 0;
}

.journal-mirror {
    margin: 0.7rem 0 0;
    font-family: 'Cormorant', Georgia, serif;
    font-style: italic;
    font-size: 1.12rem;
    line-height: 1.5;
    color: var(--star);
    max-width: 30rem;
}

.journal-empty {
    font-family: 'Cormorant', Georgia, serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--star-dim);
    margin: 2rem 0;
}

.journal-cta {
    display: inline-block;
    margin-top: 1rem;
    color: var(--star-dim);
    font-size: 0.95rem;
    text-decoration: none;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid var(--star-faint);
    transition: color 0.4s ease, border-color 0.4s ease;
}
.journal-cta:hover { color: var(--star); border-color: var(--star-dim); }

.journal-list {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
}

.j-entry {
    border-left: 1px solid rgba(244, 241, 232, 0.12);
    padding-left: 1.4rem;
}

/* Days it held glow a touch warmer — the constellation made personal */
.j-entry--held {
    border-left-color: rgba(244, 192, 111, 0.5);
}

.j-date {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--star-faint);
    margin: 0 0 0.8rem;
}

.j-truth {
    font-family: 'Cormorant', Georgia, serif;
    font-size: 1.32rem;
    line-height: 1.55;
    color: var(--star);
    margin: 0 0 0.5rem;
    quotes: none;
}

.j-attribution {
    font-style: italic;
    font-size: 0.82rem;
    color: var(--star-faint);
}

.j-evening {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px dashed rgba(244, 241, 232, 0.1);
}

.j-helped {
    font-size: 0.84rem;
    color: var(--star-dim);
}

.j-note {
    margin: 0.4rem 0 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--star-dim);
    font-style: italic;
}

.journal-foot {
    margin-top: 4rem;
    padding-top: 1.6rem;
    border-top: 1px solid rgba(244, 241, 232, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}
.journal-foot a {
    font-size: 0.74rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--star-faint);
    text-decoration: none;
    transition: color 0.4s ease;
}
.journal-foot a:hover { color: var(--star); }
