/* ==========================================================
   P019013 TYPOGRAPHY POLISH
   Readability only — no composition changes
   ========================================================== */


/* ----------------------------------------------------------
   BASE
   ---------------------------------------------------------- */

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* ----------------------------------------------------------
   PRIMARY PERSIAN DESCRIPTIVE COPY
   ---------------------------------------------------------- */

.ph-architecture-copy p,
.ph-ownership-copy p,
.ph-process-copy p,
.ph-gateway-content > p {
    font-size:
        clamp(.88rem,1vw,.96rem);

    line-height:
        2.05;
}


/* ----------------------------------------------------------
   SERVICES
   ---------------------------------------------------------- */

.ph-track-output {
    font-size:
        .80rem;

    line-height:
        1.9;
}

.ph-track-output strong {
    font-size:
        .76rem;
}

.ph-architecture-conclusion p {
    font-size:
        .90rem;

    line-height:
        2;
}


/* ----------------------------------------------------------
   OWNERSHIP
   ---------------------------------------------------------- */

.ph-legacy-bottom p {
    font-size:
        .82rem;

    line-height:
        2;
}

.ph-principle-copy {
    font-size:
        .80rem;

    line-height:
        1.95;
}

.ph-ownership-signature p {
    font-size:
        .90rem;
}


/* ----------------------------------------------------------
   PROCESS
   ---------------------------------------------------------- */

.ph-process-stage p {
    font-size:
        .80rem;

    line-height:
        1.95;
}

.ph-process-conclusion p {
    font-size:
        .90rem;
}


/* ----------------------------------------------------------
   FINAL GATEWAY
   ---------------------------------------------------------- */

.ph-gateway-signal-bottom strong {
    font-size:
        .90rem;
}

.ph-gateway-contact strong {
    font-size:
        .76rem;
}


/* ----------------------------------------------------------
   PORTFOLIO / REAL WORK
   Keep metadata restrained, but readable
   ---------------------------------------------------------- */

.ph-work-name small {
    font-size:
        .69rem;
}

.ph-work-link {
    font-size:
        .75rem;
}


/* ----------------------------------------------------------
   HEADER / FOOTER
   Slight readability lift only
   ---------------------------------------------------------- */

.ph-brand-copy small {
    font-size:
        .68rem;
}

.ph-nav a {
    font-size:
        .75rem;
}

.ph-end {
    font-size:
        .75rem;
}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media (max-width:720px) {

    .ph-architecture-copy p,
    .ph-ownership-copy p,
    .ph-process-copy p,
    .ph-gateway-content > p,
    .ph-track-output,
    .ph-principle-copy,
    .ph-process-stage p {
        font-size:
            .88rem;
    }

    .ph-architecture-conclusion p,
    .ph-ownership-signature p,
    .ph-process-conclusion p {
        font-size:
            .92rem;
    }

}


/* END P019013 TYPOGRAPHY POLISH */
