/* ============================================================
   Mina Story — Styles
   ============================================================ */
.mina-story-section, .mina-story-section * { box-sizing: border-box; font-family: 'IRANSans','Vazirmatn',Tahoma,sans-serif !important; }

.mina-story-section {
    background: #fef9f7;
    padding: 110px 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
}

.mina-story-section::before {
    content: ""; position: absolute;
    top: -140px; left: -120px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(223,154,104,.10) 0%, rgba(223,154,104,0) 68%);
    pointer-events: none;
}

.mina-story-wrap { max-width: 1240px; margin: 0 auto; padding: 0 34px; position: relative; z-index: 1; }

.mina-story-grid {
    display: grid;
    grid-template-columns: 58% 42%;
    gap: 56px;
    direction: ltr;
    align-items: center;
}

.mina-story-copy { direction: rtl; text-align: right; max-width: 720px; }

.mina-story-kicker {
    display: inline-flex; align-items: center; gap: 10px;
    margin: 0 0 16px;
    color: #c9855a; font-size: 13px; font-weight: 700;
}
.mina-story-kicker::before {
    content: ""; width: 26px; height: 1px; background: #d9a07a;
}

.mina-story-title {
    margin: 0 0 18px;
    font-size: clamp(2.1rem, 4.2vw, 3.35rem);
    font-weight: 900; color: #1f1a17;
}

.mina-story-lead {
    margin: 0 0 22px;
    color: #4f4741;
    font-size: 1.02rem; line-height: 2.05;
    font-weight: 700;
    padding-right: 18px;
    border-right: 3px solid #df9a68;
}

.mina-highlight-name {
    color: #c9855a; font-weight: 900;
    box-shadow: inset 0 -0.38em 0 rgba(223,154,104,.18);
}

.mina-story-text { color: #625953; font-size: .94rem; line-height: 2.1; }
.mina-story-text p { margin: 0 0 16px; }

.mina-story-media { display: flex; justify-content: flex-end; }

.mina-story-image-wrap { width: 100%; max-width: 470px; position: relative; }
.mina-story-image-wrap::before {
    content: ""; position: absolute; inset: -18px 18px 18px -18px;
    border: 1px solid rgba(31,26,23,.08);
}

.mina-story-image {
    width: 100%; max-width: 100%; height: auto; display: block; object-fit: cover;
    box-shadow: 0 22px 40px rgba(31,26,23,.08);
}

.mina-story-badge {
    position: absolute; left: -18px; bottom: 18px;
    background: #fff; padding: 10px 12px;
    font-size: 12px; font-weight: 700;
}

.mina-story-points {
    display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px;
}
.mina-story-point {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid rgba(31,26,23,.08);
    font-size: 13px; font-weight: 700;
    height: 38px;
}
.mina-story-point::before {
    content: ""; width: 7px; height: 7px;
    background: #df9a68; border-radius: 50%;
}

@media (max-width: 1024px) {
    .mina-story-wrap { padding: 0 24px; }
    .mina-story-grid { grid-template-columns: 56% 44%; gap: 36px; }
}

@media (max-width: 860px) {
    .mina-story-grid { grid-template-columns: 1fr; direction: rtl; }
    .mina-story-media { justify-content: center; }
}

@media (max-width: 640px) {
    .mina-story-section { padding: 78px 0; }
    .mina-story-wrap { padding: 0 18px; }
    .mina-story-title { font-size: clamp(1.9rem, 8vw, 2.7rem); }
    .mina-story-point {
        height: auto;
        min-height: 38px;
        white-space: normal !important;
        line-height: 1.4 !important;
        word-break: break-word;
    }
}

@media (max-width: 380px) {
    .mina-story-wrap { padding: 0 14px; }
    .mina-story-title { font-size: clamp(1.7rem, 8vw, 2.5rem); }
    .mina-story-point { padding: 8px 10px; }
}
