/* =========================================================
   P556A — INDUSTRIAL PHOTOGRAPHY
   ========================================================= */

.pphoto-page{
    --pp-bg:#06131b;
    --pp-bg2:#071922;
    --pp-cyan:#63dce8;
    --pp-gold:#d8aa62;
    --pp-text:#eef5f7;
    --pp-muted:#8fa4ad;
    background:var(--pp-bg);
    color:var(--pp-text);
}

.pphoto-shell{
    width:min(1180px,calc(100% - 48px));
    margin:auto;
}

.pphoto-hero{
    padding:clamp(105px,10vw,150px) 0 90px;
    background:linear-gradient(
        125deg,#071923 0%,#06131b 62%,#0a131b 100%
    );
}

.pphoto-hero-grid{
    display:grid;
    grid-template-columns:1.08fr .72fr;
    gap:76px;
    align-items:center;
}

.pphoto-kicker,
.pphoto-section-head>span,
.pphoto-cta-panel>div>span,
.pphoto-proof-panel>span{
    display:block;
    margin-bottom:15px;
    color:var(--pp-cyan);
    font-size:10px;
    font-weight:800;
    letter-spacing:.14em;
}

.pphoto-hero h1{
    margin:0;
    color:#f6f9fa;
    font-size:clamp(42px,5.3vw,72px);
    line-height:1.37;
}

.pphoto-hero h1 strong,
.pphoto-ecosystem h2 strong,
.pphoto-proof-panel h2 strong,
.pphoto-cta-panel h2 strong{
    color:var(--pp-gold);
}

.pphoto-hero h1 strong{
    display:block;
}

.pphoto-hero-grid>div>p{
    max-width:670px;
    margin:27px 0 0;
    color:#9db0b7;
    font-size:15px;
    line-height:2.1;
}

.pphoto-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.pphoto-primary,
.pphoto-cta-panel>a{
    display:inline-flex;
    min-height:52px;
    align-items:center;
    justify-content:center;
    padding:0 21px;
    border:1px solid rgba(99,220,232,.35);
    border-radius:8px;
    background:rgba(99,220,232,.10);
    color:#dff8fa;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.pphoto-secondary{
    display:inline-flex;
    min-height:52px;
    align-items:center;
    padding:0 18px;
    color:#b7c8ce;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.pphoto-brief{
    padding:30px;
    border:1px solid rgba(216,170,98,.17);
    background:rgba(255,255,255,.025);
}

.pphoto-brief>span{
    color:var(--pp-gold);
    font-size:10px;
    font-weight:800;
}

.pphoto-brief h2{
    margin:12px 0 22px;
    font-size:22px;
}

.pphoto-brief ul{
    margin:0;
    padding:0;
    list-style:none;
}

.pphoto-brief li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.055);
    color:#96aab2;
    font-size:12px;
}

.pphoto-services,
.pphoto-process,
.pphoto-cost{
    padding:clamp(80px,9vw,125px) 0;
}

.pphoto-services,
.pphoto-cost{
    background:#071720;
}

.pphoto-process{
    background:#06131b;
}

.pphoto-section-head{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:50px;
    align-items:end;
    margin-bottom:40px;
}

.pphoto-section-head>span{
    grid-column:1/-1;
    margin-bottom:-25px;
}

.pphoto-section-head h2{
    margin:0;
    color:#f2f7f8;
    font-size:clamp(30px,4vw,48px);
    line-height:1.5;
}

.pphoto-section-head h2 strong{
    color:var(--pp-gold);
}

.pphoto-section-head>p{
    margin:0;
    color:var(--pp-muted);
    font-size:13px;
    line-height:2;
}

.pphoto-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:1px;
    background:rgba(255,255,255,.06);
}

.pphoto-grid article{
    min-height:255px;
    padding:27px;
    background:#06131b;
}

.pphoto-grid article>b{
    color:var(--pp-gold);
    font-size:11px;
    letter-spacing:.08em;
}

.pphoto-grid h3{
    margin:27px 0 11px;
    color:#edf5f7;
    font-size:18px;
}

.pphoto-grid p{
    margin:0;
    color:#8298a1;
    font-size:11.5px;
    line-height:1.95;
}

.pphoto-cost .pphoto-primary{
    margin-top:28px;
}

.pphoto-ecosystem{
    padding:105px 0;
    background:#06131b;
}

.pphoto-ecosystem-grid{
    display:grid;
    grid-template-columns:.8fr 1fr;
    gap:90px;
}

.pphoto-ecosystem h2{
    margin:0;
    font-size:clamp(30px,4vw,48px);
    line-height:1.55;
}

.pphoto-ecosystem-grid>div:last-child>p{
    margin:0;
    color:#91a5ad;
    font-size:13px;
    line-height:2.1;
}

.pphoto-links{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    margin-top:27px;
}

.pphoto-links a,
.pphoto-proof-panel>a{
    color:var(--pp-cyan);
    font-size:11px;
    font-weight:800;
    text-decoration:none;
}

.pphoto-proof{
    padding:0 0 105px;
}

.pphoto-proof-panel{
    padding:42px;
    border:1px solid rgba(216,170,98,.16);
    background:rgba(216,170,98,.025);
}

.pphoto-proof-panel h2{
    margin:0;
    font-size:30px;
    line-height:1.55;
}

.pphoto-proof-panel p{
    max-width:800px;
    margin:15px 0 20px;
    color:#8ca1aa;
    font-size:12px;
    line-height:2;
}

.pphoto-cta{
    padding:0 0 120px;
}

.pphoto-cta-panel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:48px;
    padding:45px;
    border:1px solid rgba(99,220,232,.15);
}

.pphoto-cta-panel h2{
    margin:0;
    font-size:30px;
    line-height:1.55;
}

.pphoto-cta-panel p{
    max-width:690px;
    margin:13px 0 0;
    color:#8da2aa;
    font-size:12px;
    line-height:2;
}

@media(max-width:900px){

    .pphoto-hero-grid,
    .pphoto-section-head,
    .pphoto-ecosystem-grid{
        grid-template-columns:1fr;
        gap:32px;
    }

    .pphoto-section-head>span{
        margin-bottom:0;
    }

    .pphoto-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:620px){

    .pphoto-shell{
        width:min(100% - 28px,1180px);
    }

    .pphoto-hero{
        padding-top:85px;
    }

    .pphoto-grid{
        grid-template-columns:1fr;
    }

    .pphoto-grid article{
        min-height:0;
    }

    .pphoto-proof-panel,
    .pphoto-cta-panel{
        padding:28px;
    }

    .pphoto-cta-panel{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* END P556A */
