.experience-card{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;max-width:300px;margin:16px;transition:transform .2s;display:inline-block;overflow:hidden;box-shadow:0 2px 6px #0000001a}.experience-card:hover{transform:scale(1.02)}.experience-card-image{-o-object-fit:cover;object-fit:cover;width:100%;height:180px}.experience-card-content{padding:16px}.experience-card-title{margin:0;font-size:1.25rem;font-weight:700}.experience-card-location{color:#555;margin:8px 0;font-size:.875rem}.experience-card-quote{color:#333;font-size:.875rem;font-style:italic}.experience-modal-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.experience-modal{max-width:40w;z-index:10000;background-color:#fff;border-radius:8px;max-height:80vh;padding:20px;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.experience-modal-close{cursor:pointer;background:0 0;border:none;font-size:1.5rem;font-weight:700;position:absolute;top:15px;right:15px}.experience-modal-header{margin-bottom:15px}.experience-modal-body{overflow-y:auto}@media (max-width:768px){.experience-modal{max-width:95vw;max-height:85vh;padding:15px}.experience-modal-close{font-size:1.25rem;top:10px;right:10px}}
