/* قسم من نحن */
.y-c-who{ background:#fbf3ea; padding:80px 0; }
.y-c-who__container{
  max-width:1200px; margin:0 auto; padding:0 20px;
  display:grid; grid-template-columns:1fr 1.1fr; align-items:center; gap:60px;
}

/* الصورة والمربعات (تظهر يسار) */
.y-c-who__media{ position:relative; height:360px; display:flex; align-items:center; justify-content:center; }
.y-c-who__shape{ position:absolute; width:320px; height:320px; transform:rotate(-30deg); left:10%; top:10%; }
.y-c-who__shape::before,
.y-c-who__shape::after{ content:""; position:absolute; inset:0; border-radius:6px; }
.y-c-who__shape::before{ width:78%; height:78%; background:#d3a877; transform:translate(-15%, -15%); }
.y-c-who__shape::after{ border:18px solid #fff; }
.y-c-who__img{ position:relative; z-index:2; width:260px; height:260px; object-fit:contain; }

/* النص يمين كما في الصورة */
.y-c-who__text{ text-align:right; }
.y-c-who__title{ margin:0 0 16px 0; font-size:40px; font-weight:800; color:#cf4f2f; }
.y-c-who__para{ color:#b17a44; line-height:2.1; font-size:18px; max-width:740px; margin-inline-start:auto; }
.y-c-who__para p{ margin:0 0 10px 0; }
.y-c-who__link{
  display:inline-block; margin-top:18px; padding:.55rem 1.1rem; border-radius:999px;
  background:var(--y-color-btn,#b4302f); color:#fff; text-decoration:none; font-weight:700;
}

/* موبايل */
@media (max-width: 992px){
  .y-c-who__container{ grid-template-columns:1fr; gap:30px; }
  .y-c-who__media{ order:2; height:300px; }
  .y-c-who__text{ order:1; text-align:center; }
  .y-c-who__para{ margin-inline:auto; }
}
