/* ============================================================
   QTW Family — Memorial Spaces Styles
   ============================================================ */

/* ── Memorial page ──────────────────────────────────────────── */
.qtw-memorial {
    max-width: 760px;
    margin: 0 auto;
    padding: 1rem;
    font-family: system-ui, sans-serif;
}

/* ── Header ─────────────────────────────────────────────────── */
.qtw-memorial__header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #1b4332 0%, #051a15 100%);
    border-radius: 14px;
    color: #fff;
    margin-bottom: 1.5rem;
}
.qtw-memorial__avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,.3);
    flex-shrink: 0;
}
.qtw-memorial__avatar-placeholder {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
}
.qtw-memorial__name {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 .25rem;
    color: #fff;
}
.qtw-memorial__years {
    font-size: .95rem;
    color: rgba(255,255,255,.75);
    margin: 0 0 .2rem;
}
.qtw-memorial__location {
    font-size: .9rem;
    color: rgba(255,255,255,.65);
    margin: 0;
}

/* ── Intro ──────────────────────────────────────────────────── */
.qtw-memorial-intro {
    line-height: 1.7;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}
.qtw-memorial-intro--child {
    background: #fff9e6;
    border: 1px solid #f6d860;
    font-size: 1.05rem;
}
.qtw-memorial-intro--teen  { background: #f8f9fa; border: 1px solid #dee2e6; }
.qtw-memorial-intro--adult { background: #f0f7f4; border: 1px solid #c8e6c9; }
.qtw-memorial-intro--senior {
    background: #f0f7f4;
    border: 1px solid #c8e6c9;
    font-size: 1.05rem;
    line-height: 1.85;
}

/* ── About ──────────────────────────────────────────────────── */
.qtw-memorial__about {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}
.qtw-memorial__about h3 { margin: 0 0 .75rem; color: #1b4332; font-size: 1rem; }

/* ── Things loved ───────────────────────────────────────────── */
.qtw-mem-things { margin-bottom: 1.5rem; }
.qtw-mem-things h3 { color: #1b4332; margin-bottom: .75rem; }
.qtw-mem-things-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.qtw-mem-thing {
    background: #fff9e6;
    border: 1px solid #f6d860;
    color: #333;
    padding: .35rem .85rem;
    border-radius: 20px;
    font-size: .9rem;
}

/* ── Photos ─────────────────────────────────────────────────── */
.qtw-mem-photos { margin-bottom: 1.5rem; }
.qtw-mem-photos h3 { color: #1b4332; margin-bottom: .75rem; }
.qtw-mem-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: .75rem;
}
.qtw-mem-photo-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.qtw-mem-photo-cap {
    font-size: .8rem;
    color: #666;
    margin: .3rem 0 0;
    line-height: 1.3;
}

/* ── Stories ────────────────────────────────────────────────── */
.qtw-mem-stories { margin-bottom: 1.5rem; }
.qtw-mem-stories h3 { color: #1b4332; margin-bottom: .75rem; }
.qtw-mem-story {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: .75rem;
}
.qtw-mem-story__header {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
    font-size: .9rem;
}
.qtw-mem-story__icon { font-size: 1.1rem; }
.qtw-mem-story__author { color: #1b4332; }
.qtw-mem-story__date { color: #999; margin-left: auto; font-size: .8rem; }
.qtw-mem-story__content { line-height: 1.65; color: #333; }
.qtw-mem-empty { color: #888; font-style: italic; }

/* ── Contribute ─────────────────────────────────────────────── */
.qtw-mem-contribute {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}
.qtw-mem-contribute h3 { color: #1b4332; margin: 0 0 1rem; }
.qtw-mem-contribute--guest { text-align: center; }

.qtw-mem-tabs { display: flex; gap: .5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.qtw-mem-tab {
    padding: .4rem .9rem;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    font-size: .9rem;
    transition: all .15s;
}
.qtw-mem-tab:hover { border-color: #051a15; }
.qtw-mem-tab.active { background: #051a15; color: #fff; border-color: #051a15; }

.qtw-mem-tab-content textarea {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: .75rem;
    font-size: 1rem;
    resize: vertical;
    box-sizing: border-box;
    margin-bottom: .75rem;
}
.qtw-mem-tab-content textarea:focus {
    outline: none;
    border-color: #051a15;
    box-shadow: 0 0 0 3px rgba(15,74,56,.1);
}

.qtw-mem-feedback {
    margin-top: .75rem;
    padding: .6rem .85rem;
    border-radius: 8px;
    font-size: .9rem;
}
.qtw-mem-feedback.qtw-success { background: #e8f5e9; color: #051a15; }
.qtw-mem-feedback.qtw-info { background: #fff3e0; color: #e65100; }

/* ── Memorial list / directory ──────────────────────────────── */
.qtw-memorial-list__intro {
    line-height: 1.65;
    color: #555;
    margin-bottom: 1.5rem;
}
.qtw-memorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: .75rem;
}
.qtw-memorial-card {
    display: flex;
    align-items: center;
    gap: .85rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .15s, transform .1s;
}
.qtw-memorial-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    transform: translateY(-2px);
}
.qtw-memorial-card__candle { font-size: 1.5rem; flex-shrink: 0; }
.qtw-memorial-card__photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(27,67,50,.18); }
.qtw-memorial-card__info { display: flex; flex-direction: column; gap: .15rem; }
.qtw-memorial-card__info strong { color: #1b4332; font-size: .95rem; }
.qtw-memorial-card__years { font-size: .8rem; color: #888; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 600px) {
    .qtw-memorial__header { flex-direction: column; text-align: center; padding: 1.5rem; }
    .qtw-memorial__name { font-size: 1.4rem; }
    .qtw-mem-photo-grid { grid-template-columns: 1fr 1fr; }
}