.search-container{margin:2rem 0}
.search-container form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
.search-box{max-width:640px}
.search-btn{min-width:140px}
.results-stats{text-align:center;margin-bottom:1.5rem}
.gallery-grid{
    display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem
}
.memorial-card{
    display:flex;flex-direction:column;justify-content:space-between;
    background:rgba(40,40,40,.62);border-radius:14px;padding:1.2rem;border:1px solid rgba(255,255,255,.06)
}
.card-header h3{margin:0 0 .25rem}
.arabic-name{font-size:1.1rem;opacity:.95}
.card-footer{margin-top:1rem}
.read-more{display:inline-block}
.identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:rgba(40,40,40,.4);padding:1.5rem;border-radius:14px;margin:2rem 0}
.no-results{text-align:center;padding:2rem 1rem}
.hint{opacity:.82;margin-top:.75rem}
@media (max-width: 760px){.identity-grid{grid-template-columns:1fr}}
/* Orange gradient card headers */
.memorial-card .card-header {
    background: linear-gradient(135deg, #ff8800 0%, #cc6600 100%);
    padding: 1.5rem 1rem;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px 12px 0 0;
    margin: -1.2rem -1.2rem 0 -1.2rem; /* pulls header to card edges */
}

.memorial-card .card-header h3 {
    color: #000 !important;
    font-size: 1.3rem;
    margin: 0 0 0.25rem 0;
}

.memorial-card .card-header .arabic-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}