.about-container{max-width:1200px;margin:0 auto;padding:120px 20px 80px;min-height:100vh;color:#fff;font-family:Raleway,sans-serif}.about-header{margin-bottom:3rem;position:relative}.about-header:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:3px;background:linear-gradient(90deg,#c9a7a7,#e2c4c4)}.about-title{font-size:3.5rem;margin-bottom:1rem;font-weight:500;letter-spacing:-.5px}.about-content-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.about-content-wrapper{grid-template-columns:3fr 2fr}}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#fff;font-family:Inter,sans-serif}.about-content p:first-of-type{font-size:1.25rem;font-weight:300;color:#fff}.profile-photo-container{display:flex;flex-direction:column;align-items:center}.profile-photo-container .profile-photo{width:100%;max-width:350px;height:auto;border-radius:4px;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative;overflow:hidden;transition:transform .5s ease,box-shadow .5s ease;will-change:transform,box-shadow}.profile-photo-container .profile-photo:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.profile-photo-container .profile-photo img{width:100%;height:100%;object-fit:cover;display:block}.profile-photo-container .credentials{margin-top:1.5rem;text-align:center}.profile-photo-container .credentials .credential-badge{display:inline-block;background:#f8f3f3;padding:.5rem 1rem;border-radius:30px;font-size:.9rem;margin:.5rem;color:#8a6868;border:1px solid #e2d5d5}.about-skills{margin-top:2rem}.about-skills h2{font-size:2rem;margin-bottom:2rem;font-weight:500;position:relative;display:inline-block}.about-skills h2:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#c9a7a7,#e2c4c4)}.about-skills .skills-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about-skills .skills-grid{grid-template-columns:1fr 1fr}}.about-skills .skill-category h3{font-size:1.5rem;margin-bottom:1.5rem;font-weight:400;color:#555}.about-skills .skill-category ul{list-style:none;padding:0}.about-skills .skill-category ul li{font-size:1.1rem;position:relative;padding:.75rem 0 .75rem 1.5rem;font-family:Inter,sans-serif}.about-skills .skill-category ul li:before{content:"•";position:absolute;left:0;color:#c9a7a7;font-size:1.2rem}