/* Artwork stays whole: legibility is more important than filling a crop. */
.project-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 24px;align-items:start}
.project-gallery .work-card:nth-child(n){margin:0;min-width:0}
.project-gallery .work-image{aspect-ratio:3/4;background:#141416;overflow:hidden}
.project-gallery .work-image img{width:100%;height:100%;object-fit:contain;transform:none}
.project-gallery .work-image:hover img{transform:none}
.project-gallery .work-meta{display:block;padding-top:16px}
.project-gallery .work-meta h3{font-size:16px;line-height:1.5;overflow-wrap:anywhere}
.work-labels{display:flex;flex-wrap:wrap;gap:8px 14px;color:#a3a3ab;font-size:11px;margin-top:8px;line-height:1.5}
.concept-label{color:#cacace}
.all-projects-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:40px;margin-top:40px;border-top:1px solid #343438}
.all-projects-cta p{margin:0;font-size:13px;color:#a3a3ab}
.projects-page{padding:160px 5.5% 100px;min-height:70vh}
.projects-heading>.text-link{font-size:12px}.projects-heading .section-head{margin:36px 0 48px;align-items:end}
.projects-heading h1{font-size:clamp(44px,5.5vw,82px);line-height:1.06;letter-spacing:-.055em;font-weight:400;margin:0}
.projects-heading .section-head p{max-width:300px;font-size:14px;line-height:1.8;margin:0}
.project-filters{display:flex;align-items:end;gap:16px;margin:0 0 40px;padding:24px 0;border-top:1px solid #343438;border-bottom:1px solid #343438}
.project-filters .field{width:280px;max-width:100%;margin:0;gap:10px}.project-filters .field>span{font-size:11px;color:#a3a3ab}
.project-filters select{min-height:48px}.project-filters .btn{min-height:48px;font-size:12px}
.project-filters .text-link{align-self:center;font-size:12px}.project-count{margin:0 0 14px auto;font-size:12px;white-space:nowrap;color:#a3a3ab}
.project-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin:64px 0 0}
.page-number{display:grid;place-items:center;min-width:44px;height:44px;border:1px solid #343438;border-radius:4px;font-size:13px}
.page-number:hover{border-color:#bfc0c3}.page-number.active{background:#f3f3f1;color:#050505;border-color:#f3f3f1}.project-pagination .btn{min-height:44px;font-size:12px}
@media(min-width:1700px){.all-projects-cta,.projects-heading,.project-filters,.project-pagination{max-width:1600px;margin-left:auto;margin-right:auto}}
@media(max-width:1000px){.project-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.project-filters{flex-wrap:wrap}.project-count{white-space:normal}}
@media(max-width:640px){.projects-page{padding:170px 6% 64px}.projects-heading .section-head{margin:28px 0 32px}.projects-heading h1{font-size:44px}.projects-heading .section-head p{margin-top:24px;font-size:12px}.project-gallery{grid-template-columns:1fr;gap:32px}.project-gallery .work-meta h3{font-size:15px}.work-labels{font-size:11px}.all-projects-cta{align-items:stretch;flex-direction:column;padding-top:28px;margin-top:32px;gap:20px}.all-projects-cta .btn{justify-content:center}.project-filters{gap:12px;padding:20px 0;margin-bottom:28px}.project-filters .field{width:100%}.project-count{width:100%;margin:8px 0 0;order:4}.project-pagination{gap:8px;margin-top:40px}.project-pagination .btn{padding:12px}.page-number{min-width:40px}}
