
 .about-page{
     position:relative;
     overflow:hidden;
}
 .about-page::after{
     content:"";
     position:absolute;
     top:95px;
     right:-40px;
     width:320px;
     height:420px;
     opacity:.35;
     pointer-events:none;
     background-repeat:no-repeat;
     background-size:contain;
     background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='420' viewBox='0 0 320 420'%3E%3Cg fill='none' stroke='%23CFCFCF' stroke-width='2'%3E%3Cpath d='M60 60l22-13h26l22 13v26l-22 13H82L60 86z'/%3E%3Cpath d='M210 110l18-10h21l18 10v21l-18 10h-21l-18-10z'/%3E%3Cpath d='M235 240l22-13h26l22 13v26l-22 13h-26l-22-13z'/%3E%3Cpath d='M190 310l18-10h21l18 10v21l-18 10h-21l-18-10z'/%3E%3Cpath d='M260 340l14-8h17l14 8v17l-14 8h-17l-14-8z'/%3E%3C/g%3E%3C/svg%3E");
}
 .about-title{
     font-size:34px;
     font-weight:600;
     letter-spacing:-.02em;
     color:#111;
}
 .about-text{
     color:#444;
     line-height:1.8;
     font-size:14px;
}
 .about-image-wrap{
     border-radius:16px;
     overflow:hidden;
     box-shadow:0 10px 30px rgba(0,0,0,.08);
}
 .about-image{
     width:100%;
     height:auto;
     display:block;
     border-radius:16px;
}
 .about-stat-card{
     height:80px;
     border-radius:18px;
     background:#2b2b2b;
     border:1px solid rgba(255,255,255,.22);
     box-shadow:0 10px 18px rgba(0,0,0,.12);
     display:flex;
     flex-direction:column;
     align-items:center;
     justify-content:center;
     gap:2px;
}
 .about-stat-number{
     color:#E0312B;
     font-weight:800;
     font-size:22px;
     line-height:1;
}
 .about-stat-label{
     color:rgba(255,255,255,.78);
     font-size:12px;
}
 .about-passion-media{
     border-radius:26px;
     overflow:hidden;
     box-shadow:0 14px 30px rgba(0,0,0,.10);
     background:#eee;
}
 .about-passion-img{
     width:100%;
     display:block;
     object-fit:cover;
}
 .about-passion-img--tall{
     height:520px;
     border-radius:26px;
}
 .about-passion-stack{
     display:flex;
     flex-direction:column;
     gap:22px;
}
 .about-passion-img--small{
     height:245px;
     border-radius:26px;
}
 .about-passion-title{
     font-size:30px;
     font-weight:800;
     letter-spacing:-.02em;
     color:#111;
     margin-top:6px;
}
 .about-passion-text{
     color:#555;
     font-size:14px;
     line-height:1.85;
}
 .about-passion-block-title{
     font-weight:800;
     font-size:13px;
     color:#111;
     margin-bottom:8px;
}
 @media (max-width: 991.98px){
     .about-passion-img--tall{
         height:420px;
    }
     .about-passion-img--small{
         height:220px;
    }
     .about-passion-title{
         font-size:26px;
    }
}
