/* =====================================
   About Page
===================================== */

.about-page {
    --about-red: #ed2939;
    --about-dark-red: #ad0928;
    --about-dark: #1d1d1d;
    --about-text: #4b4542;
    --about-muted: #877f7a;
    --about-paper: #f8f5f1;
    --about-line: rgba(29, 29, 29, 0.13);

    margin: 0;
    background: var(--about-paper);
    color: var(--about-dark);
}

.about-main {

	padding-bottom: 150px;
}

.about-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}
.about-goals div:last-child {
    border: none;
}

/* =====================================
   Hero
===================================== */

.about-hero {
    position: relative;
    min-height: 340px;
    padding: 130px 0 85px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    color: #fff;

    background:
        radial-gradient(
            circle at 72% 35%,
            rgba(255, 255, 255, 0.19),
            transparent 31%
        ),
        linear-gradient(
            125deg,
            var(--about-dark-red) 0%,
            #d81531 42%,
            #f43e48 100%
        );
}

.about-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-hero__label {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    opacity: 0.72;
}

.about-hero h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.15;
}

.about-hero p {
    margin: 14px 0 0;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 400;
    opacity: 0.88;
}

.about-hero__background {
    position: absolute;
    z-index: -1;
    top: 53%;
    left: 50%;
    transform: translate(-50%, 4%);
    color: transparent;
    font-size: clamp(90px, 15vw, 190px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.07em;
    white-space: nowrap;
    -webkit-text-stroke: 1px rgb(30 12 15 / 24%);
    opacity: 0.75;
    pointer-events: none;
}

.about-hero__curve {
    position: absolute;
    right: -4%;
    bottom: -1px;
    left: -4%;
    z-index: 3;

    height: 38px;
    background: var(--about-paper);
    clip-path: ellipse(55% 100% at 50% 100%);
}



/* =====================================
   Responsive
===================================== */

@media (max-width: 900px) {
    .about-hero {
        min-height: 300px;
        padding-top: 115px;
        padding-bottom: 70px;
    }

    .about-intro {
        padding: 75px 0 90px;
    }

    .about-intro__layout {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 40px;
    }
}

@media (max-width: 700px) {
    .about-container {
        width: min(100% - 32px, 1180px);
    }

    .about-hero {
        min-height: 265px;
        padding-top: 105px;
        padding-bottom: 62px;
    }

    .about-hero h1 {
        font-size: 38px;
    }

    .about-hero__background {
        font-size: 84px;
        opacity: 0.55;
    }

    .about-hero__curve {
        height: 24px;
    }

    .about-intro {
        padding: 62px 0 75px;
    }

    .about-intro__layout {
        display: block;
    }

    .about-intro__side {
        flex-direction: row;
        align-items: center;
        gap: 14px;
        margin-bottom: 28px;
        padding: 0;
    }

    .about-section-label {
        margin: 0;
        padding: 0 20px 0 0;
    }

    .about-section-label::before {
        top: 50%;
        right: 0;
        width: 11px;
    }

    .about-intro__content h2 {
        margin-bottom: 26px;
        font-size: 31px;
        line-height: 1.45;
    }

    .about-intro__text p {
        font-size: 15px;
        line-height: 2.05;
    }

    .about-intro__quote {
        margin-top: 35px;
        padding-right: 20px;
        font-size: 19px;
    }
}

@media (max-width: 420px) {
    .about-hero {
        min-height: 245px;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-hero p {
        font-size: 14px;
    }

    .about-hero__background {
        font-size: 68px;
    }

    .about-intro__content h2 {
        font-size: 27px;
    }
}


/* =====================================
   Main
===================================== */

.about-main {
    width: 100%;

    /*
     * overflow: hidden باعث از کار افتادن
     * position: sticky می‌شود.
     */
    overflow-x: clip;
}

.about-editorial {
    direction: rtl;
    position: relative;
    background: var(--about-paper);
}


/* =====================================
   General Sections
===================================== */

.about-section {
    position: relative;
    padding: 95px 0;
}

.about-section + .about-section {
    border-top: 1px solid var(--about-line);
}

.about-section__layout {
    display: grid;
    grid-template-columns: 170px minmax(0, 790px);
    justify-content: center;
    gap: 72px;
    align-items: start;
}


/* =====================================
   Sticky Number
===================================== */

.about-section__meta {
    position: sticky;
    top: 115px;
    align-self: start;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding-top: 8px;
}

.about-section__number {
    color: var(--about-red);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
}

.about-section__label {
    position: relative;

    margin-top: 18px;
    padding-top: 18px;

    color: var(--about-muted);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.about-section__label::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 42px;
    height: 1px;

    background: var(--about-red);
}


/* =====================================
   Section Content
===================================== */

.about-section__content {
    min-width: 0;
}

.about-section__eyebrow {
    display: block;
    margin-bottom: 20px;

    color: var(--about-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    direction: ltr;
    text-align: right;
}

.about-section__content > h2 {
    max-width: 720px;
    margin: 0 0 20px;

    color: var(--about-dark);
    font-size: clamp(32px, 3.7vw, 32px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.about-section__text {
    max-width: 760px;
}

.about-section__text p {
    margin: 0 0 20px;

    color: var(--about-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 2.15;
}

.about-section__text p:last-child {
    margin-bottom: 0;
}

.about-section__lead {
    max-width: 700px;
    margin: -10px 0 46px;

    color: var(--about-text);
    font-size: 17px;
    line-height: 2.1;
}

.about-section__quote {
    position: relative;

    max-width: 700px;
    margin: 20px 0 0;
    padding: 7px 28px 7px 0;

    border-right: 3px solid var(--about-red);

    color: var(--about-dark);
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 700;
    line-height: 1.9;
}


/* =====================================
   Vision Highlight
===================================== */

.about-highlight-line {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 28px;
    align-items: center;

    max-width: 740px;
    margin-top: 48px;
    padding-top: 28px;

    border-top: 1px solid var(--about-line);
}

.about-highlight-line span {
    color: var(--about-muted);
    font-size: 13px;
    font-weight: 600;
}

.about-highlight-line strong {
    color: var(--about-dark);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.8;
}


/* =====================================
   Goals
===================================== */

.about-goals {
    max-width: 760px;
    border-top: 1px solid var(--about-line);
}

.about-goal {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 25px;

    padding: 31px 0;

    border-bottom: 1px solid var(--about-line);
}

.about-goal__number {
    padding-top: 5px;

    color: var(--about-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.about-goal__content h3 {
    margin: 0 0 10px;

    color: var(--about-dark);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.6;
}

.about-goal__content p {
    max-width: 650px;
    margin: 0;

    color: var(--about-text);
    font-size: 15px;
    line-height: 2;
}


/* =====================================
   Tablet
===================================== */

@media (max-width: 900px) {

    .about-section {
        padding: 78px 0;
    }

    .about-section__layout {
        grid-template-columns: 125px minmax(0, 1fr);
        gap: 38px;
    }

    .about-section__meta {
        top: 100px;
    }

}


/* =====================================
   Mobile
===================================== */

@media (max-width: 700px) {

    .about-section {
        padding: 62px 0;
    }

    .about-section__layout {
        display: block;
    }

    /*
     * در موبایل Sticky غیرفعال است
     * تا فضای صفحه محدود نشود.
     */
    .about-section__meta {
        position: static;

        flex-direction: row;
        align-items: center;
        gap: 14px;

        margin-bottom: 27px;
        padding: 0;
    }

    .about-section__label {
        margin: 0;
        padding: 0 20px 0 0;
    }

    .about-section__label::before {
        top: 50%;
        right: 0;

        width: 11px;
    }

    .about-section__content > h2 {
        margin-bottom: 27px;

        font-size: 30px;
        line-height: 1.5;
    }

    .about-section__eyebrow {
        margin-bottom: 14px;
    }

    .about-section__text p {
        font-size: 15px;
        line-height: 2.05;
    }

    .about-section__quote {
        margin-top: 35px;
        padding-right: 20px;

        font-size: 19px;
    }

    .about-highlight-line {
        display: block;
        margin-top: 37px;
        padding-top: 23px;
    }

    .about-highlight-line span {
        display: block;
        margin-bottom: 10px;
    }

    .about-highlight-line strong {
        display: block;
        font-size: 19px;
    }

    .about-section__lead {
        margin-bottom: 32px;
        font-size: 15px;
    }

    .about-goal {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 16px;
        padding: 24px 0;
    }

    .about-goal__content h3 {
        font-size: 19px;
    }

    .about-goal__content p {
        font-size: 14px;
    }

}


/* =====================================
   Small Mobile
===================================== */

@media (max-width: 420px) {

    .about-section__content > h2 {
        font-size: 27px;
    }

}

/* =====================================================
   1.0.65 — ABOUT EDITORIAL BRAND VISUAL + LIVE IMAGE
===================================================== */
.about-section__label{margin-top:0}
.about-goal{grid-template-columns:minmax(0,1fr);gap:0}
.about-brand-visual{position:relative;padding:8px 0 106px;background:var(--about-paper)}
.about-brand-visual__frame{position:relative;margin:0;overflow:hidden;aspect-ratio:16 / 6;border-radius:34px;background:#a60b23;box-shadow:0 28px 70px rgba(88,15,25,.13);isolation:isolate}
.about-brand-visual__image{position:absolute;inset:0;z-index:0;display:block;background-image:var(--shani-about-brand-visual);background-position:center;background-repeat:no-repeat;background-size:cover;transform:scale(1.005);transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.about-brand-visual__frame:hover .about-brand-visual__image{transform:scale(1.02)}
.about-brand-visual__veil{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(90,0,18,.03),rgba(90,0,18,.1));box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
@media (max-width:900px){
  .about-brand-visual{padding:4px 0 82px}
  .about-brand-visual__frame{aspect-ratio:16 / 7;border-radius:28px}
}
@media (max-width:700px){
  .about-section__meta{gap:0}
  .about-brand-visual{padding:0 0 66px}
  .about-brand-visual__frame{aspect-ratio:4 / 3;border-radius:22px}
  .about-brand-visual__image{background-position:52% center}
  .about-goal{grid-template-columns:minmax(0,1fr);gap:0}
}
@media (prefers-reduced-motion:reduce){
  .about-brand-visual__image{transition:none}
}
