/* ==========================================================================
about_us.css
========================================================================== */

/* ==========================================================================
   صفحه درباره ما — بخش‌های اختصاصی
   ========================================================================== */

/* ---------- Hero درباره ما : ورق پروف رنگی ---------- */
.about-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 70px;
    background: radial-gradient(ellipse 70% 55% at 90% -10%, rgba(40, 158, 188, .16), transparent 60%),
    radial-gradient(ellipse 55% 50% at 0% 100%, rgba(30, 29, 86, .10), transparent 60%),
    var(--c-paper);
    overflow: hidden;
}

.about-hero .container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.about-hero .kicker-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 26px;
}

.about-hero .kicker-row .dot-live {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--c-secondary);
    box-shadow: 0 0 0 0 rgba(40, 158, 188, .6);
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 158, 188, .5);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(40, 158, 188, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(40, 158, 188, 0);
    }
}

.about-hero .kicker-row span {
    font-weight: 700;
    font-size: 14px;
    color: var(--c-primary);
    letter-spacing: .3px;
}

.about-hero h1 {
    font-size: clamp(36px, 5.6vw, 68px);
    font-weight: 800;
    line-height: 1.28;
    color: var(--c-primary);
    letter-spacing: -.5px;
    margin-bottom: 8px;
}

.about-hero h1 .misreg {
    position: relative;
    display: inline-block;
    color: var(--c-secondary);
}

.about-hero h1 .misreg::before, .about-hero h1 .misreg::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    opacity: .55;
}

.about-hero h1 .misreg::before {
    color: var(--ink-cyan);
    transform: translate(2px, -1px);
    mix-blend-mode: multiply;
}

.about-hero h1 .misreg::after {
    color: var(--ink-magenta);
    transform: translate(-2px, 1px);
    mix-blend-mode: multiply;
}

.about-hero h1 .misreg.settled::before, .about-hero h1 .misreg.settled::after {
    transform: translate(0, 0);
    opacity: 0;
    transition: transform 1.2s var(--ease-out) .3s, opacity 1.2s var(--ease-out) .3s;
}

.about-hero .text-lead {
    margin: 26px auto 0;
    max-width: 620px;
    text-align: center;
}

/* نوار CMYK — امضای گرافیکی صفحه: چهار خط ثبت رنگ که هنگام اسکرول Hero روی هم می‌نشینند */
.proof-strip {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 44px;
}

.proof-strip .swatch {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    position: relative;
}

.proof-strip .swatch::after {
    content: attr(data-label);
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10.5px;
    font-weight: 700;
    color: var(--c-muted);
    letter-spacing: .5px;
    direction: ltr;
}

.proof-strip .swatch.c {
    background: var(--ink-cyan);
}

.proof-strip .swatch.m {
    background: var(--ink-magenta);
}

.proof-strip .swatch.y {
    background: var(--ink-yellow);
}

.proof-strip .swatch.k {
    background: var(--ink-key);
}

/* ---------- روایت / داستان ---------- */
.story-split {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.story-visual {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-hard);
}

.story-visual img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.story-visual .badge-year {
    position: absolute;
    bottom: 26px;
    inset-inline-start: 26px;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(14px);
    border-radius: var(--radius-md);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: var(--shadow-soft);
}

.story-visual .badge-year .ring {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.story-visual .badge-year b {
    display: block;
    font-size: 20px;
    color: var(--c-primary);
}

.story-visual .badge-year span {
    font-size: 12px;
    color: var(--c-muted);
}

.pull-quote {
    position: relative;
    margin: 34px 0;
    padding-inline-start: 28px;
    border-inline-start: 3px solid var(--c-secondary);
    font-size: 19px;
    font-weight: 700;
    color: var(--c-primary);
    line-height: 1.9;
}

.name-meaning {
    margin-top: 34px;
    padding: 26px 28px;
    border-radius: var(--radius-md);
    background: rgba(40, 158, 188, .07);
    border: 1px solid rgba(40, 158, 188, .18);
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.name-meaning .letter-mark {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--c-secondary);
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name-meaning h5 {
    font-size: 15.5px;
    font-weight: 800;
    color: var(--c-primary);
    margin-bottom: 6px;
}

.name-meaning p {
    font-size: 14px;
    color: var(--c-muted);
}

/* ---------- اصول کاری ---------- */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.value-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background: var(--c-white);
    border-radius: var(--radius-md);
    padding: 30px 24px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(30, 29, 86, .05);
    transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hard);
}

.value-card .v-ico {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 158, 188, .1);
    color: var(--c-secondary-dark);
    margin-bottom: 18px;
    transition: background .3s, color .3s, transform .3s;
}

.value-card:hover .v-ico {
    background: var(--c-secondary);
    color: #fff;
    transform: rotate(-8deg) scale(1.06);
}

.value-card h4 {
    font-size: 16.5px;
    font-weight: 800;
    color: var(--c-primary);
    margin-bottom: 8px;
}

.value-card p {
    font-size: 13.5px;
    color: var(--c-muted);
}

/* ---------- تایم‌لاین — ورق پروف تاریخچه ---------- */
.proof-sheet {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
}

.proof-sheet::before {
    content: '';
    position: absolute;
    inset-inline-start: 27px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: repeating-linear-gradient(180deg, var(--c-line) 0 8px, transparent 8px 16px);
}

.timeline-row {
    position: relative;
    display: flex;
    gap: 28px;
    padding-bottom: 46px;
}

.timeline-row:last-child {
    padding-bottom: 0;
}

.timeline-row .t-node {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-white);
    border: 2px solid var(--c-line);
    position: relative;
    z-index: 2;
    transition: transform .4s, border-color .4s;
}

.timeline-row .t-node svg {
    width: 22px;
    height: 22px;
}

.timeline-row:hover .t-node {
    transform: scale(1.1) rotate(-6deg);
    border-color: var(--c-secondary);
}

.timeline-row.c1 .t-node {
    color: var(--ink-cyan);
}

.timeline-row.c2 .t-node {
    color: var(--ink-magenta);
}

.timeline-row.c3 .t-node {
    color: var(--c-secondary-dark);
}

.timeline-row.c4 .t-node {
    color: var(--ink-key);
}

.timeline-row.c5 .t-node {
    color: var(--c-secondary-dark);
}

.timeline-row .t-body {
    padding-top: 8px;
}

.timeline-row .t-year {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-secondary-dark);
    letter-spacing: .4px;
    margin-bottom: 6px;
    display: block;
    direction: ltr;
    text-align: right;
}

.timeline-row h4 {
    font-size: 17.5px;
    font-weight: 800;
    color: var(--c-primary);
    margin-bottom: 8px;
}

.timeline-row p {
    font-size: 14px;
    color: var(--c-muted);
    max-width: 560px;
}
/* ---------- مدیر مجموعه ---------- */
/* ---------- مدیر مجموعه ---------- */
.director-card {
    max-width: 560px;
    margin: 0 auto;
    background: var(--c-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(30, 29, 86, .05);
    transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}

.director-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hard);
}

.director-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.director-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease-out);
}

.director-card:hover .director-photo img {
    transform: scale(1.05);
}

.director-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(12, 11, 40, .45));
    pointer-events: none;
}

.director-frame-mark {
    position: absolute;
    bottom: 16px;
    inset-inline-end: 16px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--c-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.director-info {
    padding: 32px 34px 34px;
    text-align: center;
}

.director-quote {
    font-size: 17.5px;
    font-weight: 600;
    line-height: 2;
    color: var(--c-primary);
    margin-bottom: 24px;
}

.director-signature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 18px;
    border-top: 1px solid var(--c-line);
}

.director-signature .d-name {
    font-size: 17px;
    font-weight: 800;
    color: var(--c-primary);
}

.director-signature .d-role {
    font-size: 13.5px;
    color: var(--c-muted);
}

@media (max-width: 760px) {
    .director-info {
        padding: 26px 22px 28px;
    }
}
/* ==========================================================================
   ریسپانسیو
   ========================================================================== */
@media (max-width: 1080px) {
    .story-split {
        grid-template-columns: 1fr;
    }

    .story-visual img {
        height: 420px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
}

@media (max-width: 760px) {
    .main-nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .section {
        padding: 80px 0;
    }

    .about-hero {
        padding-top: 120px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .cta-band {
        margin: 0 16px;
        padding: 60px 26px;
    }

    .header-actions .btn {
        display: none;
    }

    .name-meaning {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .brand {
        min-width: 0;
        flex-shrink: 1;
        overflow: hidden;
    }

    .header-actions {
        flex-shrink: 0;
    }

    .proof-strip {
        flex-wrap: wrap;
    }
}
