/* ==========================================================================
   ABOUT PAGE — Wise Design System
   ========================================================================== */

.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3xl); align-items: start; max-width: var(--content-max); margin: 0 auto; padding: 0 var(--s-xl); }
.about-sticky-image { position: sticky; top: calc(var(--nav-height) + var(--s-xl)); }
.about-sticky-image .image-frame, .about-sticky-image img { border-radius: var(--r-xl); overflow: hidden; }
.about-sticky-image img { width: 100%; height: auto; }
.about-story-block { margin-bottom: var(--s-3xl); }
.about-story-block:last-child { margin-bottom: 0; }
.about-story-block .mono-tag { margin-bottom: var(--s-md); }
.about-story-block h2 { font-size: 40px; font-weight: 900; line-height: 0.85; color: var(--w-ink); margin-bottom: var(--s-lg); }
.about-story-block h3 { font-size: 24px; font-weight: 600; line-height: 1.3; letter-spacing: -0.02em; color: var(--w-ink); margin-bottom: var(--s-md); }
.about-story-block p { font-size: 16px; color: var(--w-body); line-height: 1.5; margin-bottom: var(--s-md); }
.location-tags { display: flex; flex-wrap: wrap; gap: var(--s-sm); margin-top: var(--s-md); }
.loc-tag { background: var(--w-canvas-soft); color: var(--w-ink); padding: var(--s-xs) var(--s-md); border-radius: var(--r-pill); font-size: 14px; font-weight: 600; }
.about-quote { border-left: 3px solid var(--w-primary); padding: var(--s-md) var(--s-lg); font-size: 18px; line-height: 1.5; color: var(--w-body); }
html[dir="rtl"] .about-quote { border-left: none; border-right: 3px solid var(--w-primary); }
.director-layout { display: grid; grid-template-columns: 1fr 2fr; gap: var(--s-3xl); align-items: start; max-width: var(--content-max); margin: 0 auto; padding: 0 var(--s-xl); }
.director-portrait .portrait-frame, .director-portrait img { border-radius: var(--r-xl); overflow: hidden; width: 100%; }
.director-portrait .portrait-frame { margin-bottom: var(--s-lg); }
.credential-badge img { height: 48px; width: auto; margin: 0 auto; }
.director-name { font-size: 40px; font-weight: 900; line-height: 0.85; color: var(--w-ink); margin-bottom: var(--s-sm); }
.director-title-role { font-size: 16px; font-weight: 600; color: var(--w-primary); margin-bottom: var(--s-xl); }
.director-bio p { font-size: 16px; color: var(--w-body); line-height: 1.5; margin-bottom: var(--s-md); }
.director-credentials { display: flex; flex-direction: column; gap: var(--s-sm); margin-top: var(--s-lg); }
.cred-item { display: flex; align-items: center; gap: var(--s-sm); font-size: 14px; font-weight: 600; color: var(--w-ink); }
.cred-item svg { color: var(--w-primary); flex-shrink: 0; }
html[lang="fa"] .about-story-block h2, html[lang="fa"] .director-name { font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.15; }
@media (max-width: 768px) { .about-layout, .director-layout { grid-template-columns: 1fr; gap: var(--s-xl); } .about-sticky-image { position: static; } .about-story-block h2 { font-size: 32px; } .director-name { font-size: 32px; } }
