/*
Theme Name: Nova Journal
Author: Nova Journal
Description: Clean magazine/blog theme for fictional storytelling and journal content.
Version: 1.0
*/
:root{--ink:#20202a;--muted:#6d6d7b;--accent:#8b4d78;--soft:#faf6f9;--line:#ece7eb;--max:1120px}
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.7}
a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}.wrap{max-width:var(--max);margin:auto;padding:0 22px}
.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:25px;font-weight:800;letter-spacing:-.5px}.tag{color:var(--muted);font-size:13px}
.site-main{padding:45px 0}.hero{background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:38px;margin-bottom:35px}.hero h1{font-size:42px;line-height:1.12;margin:0 0 12px}.hero p{max-width:720px;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}.card h2{font-size:21px;line-height:1.3;margin:10px 0}.cat{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:700}
.post{max-width:820px;margin:auto}.post h1{font-size:46px;line-height:1.12}.post-content h2{margin-top:35px}.notice{background:#faf6f9;border-left:4px solid var(--accent);padding:16px 18px;margin:25px 0;border-radius:8px}
.site-footer{margin-top:60px;padding:35px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
@media(max-width:800px){.grid{grid-template-columns:1fr 1fr}.hero h1,.post h1{font-size:34px}}@media(max-width:560px){.grid{grid-template-columns:1fr}.header-inner{display:block;padding:18px 22px}.tag{display:block;margin-top:3px}}

.notice{background:#fff7fb;border:1px solid #f1d3e1;border-left:4px solid #d82b78;padding:13px 16px;margin:24px 0;border-radius:10px;color:#554a53;font-size:14px}
.cta-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.cta-button{display:inline-block;background:#e82d7a;color:#fff!important;padding:11px 18px;border-radius:999px;font-weight:750;text-decoration:none!important}
.cta-button.secondary{background:#fff;border:1px solid #e82d7a;color:#d82b78!important}
.post-content img{display:block;max-width:100%;height:auto}
.post-content h2 a{color:inherit}

.emily-photo-card{margin:25px 0 32px;border:1px solid #eadde5;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(70,35,55,.08)}
.emily-photo-card a{display:block;text-decoration:none}
.emily-photo{display:block;width:100%;max-height:620px;object-fit:cover;object-position:center}
.photo-caption{display:flex;justify-content:space-between;gap:16px;padding:14px 18px;background:#fff7fb;color:#3c2d38}
.photo-caption span{color:#d82b78;font-weight:700}
