.today-page { max-width: 680px; margin: 0 auto; padding: 1.5rem 0 2rem; }
.today-page__eyebrow { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--season-accent, var(--color-primary, #1a5276)); margin-bottom: 0.35rem; }
.today-page__title { font-family: var(--font-heading, 'Playfair Display', serif); font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; line-height: 1.2; color: #111; margin: 0 0 0.75rem; letter-spacing: -0.02em; }
.today-page__body { font-size: 1rem; line-height: 1.7; color: #111; margin-bottom: 1.5rem; }
.today-page__body p { margin: 0 0 0.75rem; }
.today-page__body p:last-child { margin-bottom: 0; }
.today-page__date { font-size: 0.8rem; color: #666; margin-bottom: 0.25rem; }

.today-page__divider { border: none; border-top: 2px solid rgba(0,0,0,0.1); margin: 1.5rem 0; }

.today-page__past-heading { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #666; margin-bottom: 1rem; }

.today-page__past-list { display: grid; gap: 1rem; }

.today-page__past-entry { border-bottom: 1px solid rgba(0,0,0,0.08); padding-bottom: 1rem; }
.today-page__past-entry:last-child { border-bottom: none; }
.today-page__past-date { font-size: 0.75rem; color: #666; margin-bottom: 0.2rem; }
.today-page__past-headline { font-family: var(--font-heading, 'Playfair Display', serif); font-size: 1.05rem; font-weight: 700; line-height: 1.25; color: #111; margin-bottom: 0.3rem; }
.today-page__past-body { font-size: 0.85rem; line-height: 1.55; color: #222; }
.today-page__past-body p { margin: 0 0 0.5rem; }
.today-page__past-body p:last-child { margin-bottom: 0; }

/* Dark mode */
html[data-theme="dark"] .today-page__title,
html[data-theme="dark"] .today-page__past-headline { color: var(--dk-text-heading, #f0f0f2); }
html[data-theme="dark"] .today-page__body { color: var(--dk-text, #e2e2e6); }
html[data-theme="dark"] .today-page__past-body { color: var(--dk-text-muted, #8e8e9a); }
html[data-theme="dark"] .today-page__date,
html[data-theme="dark"] .today-page__past-date,
html[data-theme="dark"] .today-page__past-heading { color: var(--dk-text-muted, #8e8e9a); }
html[data-theme="dark"] .today-page__divider { border-top-color: var(--dk-border, #2e2e3a); }
html[data-theme="dark"] .today-page__past-entry { border-bottom-color: var(--dk-border, #2e2e3a); }

@media (prefers-color-scheme: dark) {
    .today-page__title,
    .today-page__past-headline { color: #e0e0e0; }
    .today-page__body { color: #d4d4d4; }
    .today-page__past-body { color: #9a9a9a; }
    .today-page__date,
    .today-page__past-date,
    .today-page__past-heading { color: #8b8b8b; }
    .today-page__divider { border-top-color: #2d2d2d; }
    .today-page__past-entry { border-bottom-color: #2d2d2d; }
}

@media (max-width: 640px) {
    .today-page { padding: 1rem 0 1.5rem; }
    .today-page__body { font-size: 0.92rem; }
}
