/*
Theme Name: Jason's Modern Journal
Theme URI: https://example.com/
Author: Jason Vanderslice
Description: A modern, accessible WordPress block theme for personal thoughts and autism-focused writing.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: jasons-modern-journal
License: GNU General Public License v2 or later
*/

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a { text-underline-offset: .18em; }
.wp-site-blocks { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.jmj-card { transition: transform .22s ease, box-shadow .22s ease; }
.jmj-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(27,42,74,.10); }
.jmj-hero-image img { box-shadow: 0 28px 70px rgba(44,95,141,.18); }
input, textarea { box-sizing: border-box; width:100%; padding:.85rem; border:1px solid #cbd5e1; border-radius:10px; font:inherit; background:#fff; }
label { display:block; font-weight:600; margin:.6rem 0 .25rem; }
button { cursor:pointer; border:0; border-radius:999px; padding:.8rem 1.25rem; background:#245c8f; color:#fff; font-weight:700; }
@media (max-width: 700px) { .jmj-hero { text-align:center; } }
