/* Portfolio readability, brand-grid and Spori detail corrections */
.portfolio-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.portfolio-category-card{min-height:430px;padding:40px}
.portfolio-category-card::after{background:linear-gradient(180deg,rgba(3,7,13,.45) 0%,rgba(3,7,13,.72) 48%,rgba(3,7,13,.99) 100%)}
.portfolio-category-card--social::after{background:linear-gradient(90deg,rgba(3,7,13,.96) 0%,rgba(3,7,13,.82) 48%,rgba(3,7,13,.6) 100%),linear-gradient(180deg,rgba(3,7,13,.25),rgba(3,7,13,.9))}
.portfolio-category-card h2,.portfolio-category-card p,.portfolio-category-card__link,.portfolio-category-card__tag,.portfolio-category-card__number{position:relative;z-index:2;text-shadow:0 3px 18px rgba(0,0,0,.85)}
.portfolio-category-card p{color:#f4f7fb}
.portfolio-category-card__tag{background:rgba(3,7,13,.7);border-color:rgba(255,255,255,.3)}

.brand-selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:none}
.brand-selection-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(7,17,31,.07)}
.brand-selection-card .project-selection-card__media{aspect-ratio:4/5;background:#090909}
.brand-selection-card .project-selection-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.brand-selection-card .project-selection-card__body{padding:22px 24px 26px}
.brand-selection-card .project-selection-card__body p{margin:10px 0 16px;color:var(--slate);font-size:.83rem}
.brand-selection-card .project-selection-card__body strong{color:var(--blue);font-size:.82rem}

.spori-detail-hero{padding-top:150px;padding-bottom:78px;background:radial-gradient(circle at 82% 18%,rgba(255,202,0,.2),transparent 24%),linear-gradient(145deg,#050505,#151515)}
.spori-detail-logo{display:block;width:min(420px,72vw);height:auto;margin:0 0 28px}
.spori-detail-hero h1{max-width:900px;font-size:clamp(2.6rem,5.2vw,4.8rem)}
.spori-detail-hero p{max-width:760px}
.spori-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}
.spori-project-card{overflow:hidden;padding:0;border:1px solid var(--line);border-radius:22px;cursor:zoom-in;background:#fff;box-shadow:0 18px 50px rgba(7,17,31,.07);transition:transform 220ms ease,box-shadow 220ms ease}
.spori-project-card:hover{transform:translateY(-4px);box-shadow:0 26px 65px rgba(7,17,31,.13)}
.spori-project-card img,.spori-project-card.spori-gallery__item img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;background:#f2f4f8;transition:none}
.spori-project-card span{display:block;padding:16px 18px;color:var(--navy);font-size:.8rem;font-weight:700;text-align:left}
.spori-project-card--wide{grid-column:auto}

@media(max-width:1020px){.brand-selection-grid,.spori-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.portfolio-categories{grid-template-columns:1fr}.portfolio-category-card{min-height:360px;padding:30px}.portfolio-category-card h2{font-size:1.8rem}.portfolio-category-card p{font-size:.84rem;line-height:1.55}.brand-selection-grid,.spori-project-grid{grid-template-columns:1fr;gap:18px}.brand-selection-card .project-selection-card__media{aspect-ratio:4/5}.spori-detail-hero{padding-top:130px;padding-bottom:62px}.spori-detail-logo{width:min(320px,80vw)}.spori-detail-hero h1{font-size:2.35rem}.spori-project-card{border-radius:18px}}
