/* Executive events — About page */
.events-section{margin-top:72px;padding-top:64px;border-top:1px solid rgba(35,33,31,.12)}
.events-section>.section-head{margin-bottom:34px!important}
.events-section>.section-head p{max-width:640px}
.event-block{margin-top:34px;padding:30px;border:1px solid rgba(35,33,31,.10);border-radius:28px;background:rgba(255,253,249,.74);box-shadow:0 18px 50px rgba(45,48,43,.06)}
.event-title{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}
.event-title>div{display:flex;align-items:center;gap:12px}
.event-title h4{font-size:clamp(1.7rem,2.4vw,2.35rem)!important;margin:0!important;line-height:1!important}
.event-title p{margin:0;max-width:560px;text-align:right;color:#66615b;font-size:.96rem;line-height:1.6}
html[dir="rtl"] .event-title p{text-align:left}
.event-year{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:#2d302b;color:#fff;font-size:.74rem;font-weight:800;letter-spacing:.08em}
.event-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.event-gallery figure{margin:0;overflow:hidden;border-radius:20px;background:#fff;border:1px solid rgba(35,33,31,.08);box-shadow:0 10px 28px rgba(45,48,43,.05)}
.event-gallery img{display:block;width:100%;height:360px;object-fit:cover;object-position:center 28%;transition:transform .25s ease}
.event-gallery figure:hover img{transform:scale(1.015)}
.event-gallery figcaption{padding:13px 14px 15px;font-size:.88rem;line-height:1.55;color:#5d5954;min-height:66px}
html[lang="ar"] .event-gallery figcaption{line-height:1.8}
@media(max-width:850px){.event-gallery{grid-template-columns:1fr 1fr}.event-gallery figure:last-child{grid-column:1/-1}.event-gallery figure:last-child img{height:330px}.event-title{align-items:flex-start;flex-direction:column}.event-title p,html[dir="rtl"] .event-title p{text-align:start}}
@media(max-width:560px){.events-section{margin-top:52px;padding-top:46px}.event-block{padding:18px;border-radius:22px}.event-gallery{grid-template-columns:1fr;gap:14px}.event-gallery figure:last-child{grid-column:auto}.event-gallery img,.event-gallery figure:last-child img{height:320px}.event-gallery figcaption{min-height:0}.event-title{margin-bottom:18px}.event-title h4{font-size:1.8rem!important}}
