.anecdote-container{max-width:1200px;margin:0 auto;padding:.1rem 1rem}.anecdote-main-title{text-align:center;font-size:2.2rem;margin-bottom:2.5rem;color:#333}.anecdote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,280px));gap:25px}.anecdote-card{text-decoration:none;display:block;border-radius:16px;overflow:hidden;background-color:#000;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease;max-width:80vw}.anecdote-card:hover{transform:translateY(-5px)}.anecdote-image-wrapper{position:relative;width:100%;max-width:80vw;aspect-ratio:1000/1500}.anecdote-img{object-fit:cover;opacity:.85;transition:opacity .3s ease}.anecdote-card:hover .anecdote-img{opacity:1}@media (max-width:850px){.anecdote-main-title{font-size:1.6rem;margin-bottom:1.5rem}.anecdote-grid{justify-content:center}}