/* Life Discover — issues list (light, matches the unified site theme) */
.life-wrap { max-width: 1080px; margin: 0 auto; padding: 3rem 1.5rem 5rem; font-family: 'Cormorant Garamond', 'Noto Serif SC', 'Songti SC', STSong, serif; color: #23201c; }
.life-head { text-align: center; margin-bottom: 3rem; }
.life-eyebrow { font-family: 'Archivo', 'Noto Serif SC', sans-serif; letter-spacing: .34em; font-size: .8rem; color: #b8702a; text-transform: uppercase; margin: 0 0 .6rem; }
.life-head h1 { font-family: 'Noto Serif SC', serif; font-weight: 900; font-size: clamp(2.2rem,6vw,3.4rem); margin: 0 0 .6rem; }
.life-deck { max-width: 620px; margin: 0 auto 1rem; color: #6b645a; font-size: 1.05rem; line-height: 1.8; }
.life-guide-link { display: inline-block; font-family: 'Archivo',sans-serif; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: #b8702a; border-bottom: 1px solid #d8b78c; padding-bottom: 3px; }

.issue-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px,1fr)); gap: 1.6rem; }
.issue-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e7e1d6; border-radius: 10px;
    overflow: hidden; text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; }
a.issue-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(0,0,0,.08); border-color: #d8c9b0; }
.issue-cover { position: relative; height: 200px; background: linear-gradient(135deg,#efe7d8,#e3d8c5); display: flex; align-items: flex-end; padding: 14px; }
.issue-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.issue-badge { position: relative; z-index: 2; font-family: 'Archivo', 'Noto Serif SC', sans-serif; font-weight: 900; font-size: 10px; letter-spacing: .22em;
    background: rgba(255,255,255,.92); color: #23201c; padding: 5px 12px; border-radius: 30px; }
.issue-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.issue-body h2 { font-family: 'Noto Serif SC', serif; font-weight: 700; font-size: 1.5rem; margin: 0 0 .35rem; }
.issue-meta { font-family: 'Archivo', 'Noto Serif SC', sans-serif; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: #b8702a; margin-bottom: .7rem; }
.issue-body p { color: #6b645a; font-size: .95rem; line-height: 1.6; flex: 1; margin: 0; }
.issue-tags { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 7px; }
.issue-tags span { font-size: .75rem; color: #8c8478; border: 1px solid #e7e1d6; border-radius: 20px; padding: 3px 11px; }
.issue-card.upcoming { opacity: .6; }
.issue-card.upcoming .issue-cover { background: #f1ece2; }
