.about-philosophy{display:flex;flex-direction:column;gap:20px}.about-philosophy p{margin:0}.about-photos{display:flex;margin:40px 0;padding:24px 0}.about-photo-wrap{margin:0 -40px 0 0;flex-shrink:0;position:relative;transition:transform .4s ease,z-index 0s}.about-photo-wrap:last-child{margin-right:0}.about-photo-wrap:first-child{transform:rotate(-5deg);z-index:1}.about-photo-wrap:nth-child(2){transform:rotate(4deg);z-index:2}.about-photo-wrap:nth-child(3){transform:rotate(-3deg);z-index:3}.about-photo-wrap:nth-child(4){transform:rotate(5deg);z-index:4}.about-photo-wrap:hover{transform:rotate(0deg) scale(1.1);z-index:10}.about-photo{width:200px;height:200px;object-fit:cover;border-radius:12px;display:block}.about-photo-caption{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);white-space:nowrap;padding:4px 12px;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;font-size:.7rem;color:#fff;opacity:0;transition:opacity .3s ease;pointer-events:none}.about-photo-wrap:hover .about-photo-caption{opacity:1}@media screen and (max-width:767px){.about-photos{flex-direction:column;align-items:center}.about-photo{width:240px;height:240px}.about-photo-wrap{margin-right:0;margin-bottom:-20px;box-shadow:0 4px 20px rgba(0,0,0,.15);border-radius:12px}.about-photo-wrap:last-child{margin-bottom:0}.about-photo-wrap:first-child{transform:rotate(-6deg) translateX(-20px)}.about-photo-wrap:nth-child(2){transform:rotate(5deg) translateX(20px)}.about-photo-wrap:nth-child(3){transform:rotate(-4deg) translateX(-15px)}.about-photo-wrap:nth-child(4){transform:rotate(6deg) translateX(25px)}.about-photo-wrap:hover{transform:rotate(0deg) translateX(0) scale(1.1)}}@media screen and (max-width:425px){.about-name{font-size:2.2rem}}