.project-grid__filter{gap:var(--spacing-2);padding-inline:var(--section-padding-inline);padding-block:var(--spacing-4);flex-wrap:wrap;display:flex}.project-grid__filter button{cursor:pointer;opacity:var(--opacity-disabled);border:none}.project-grid__filter .project-grid__tag--active{opacity:1}.project-grid{gap:var(--border-width-sm);background-color:var(--color-background-dark);grid-template-columns:1fr;display:grid}@media (min-width:768px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.project-grid{grid-template-columns:repeat(6,1fr)}}.project-grid .project-card{padding-inline:var(--section-padding-inline);padding-block:var(--spacing-4);background-color:var(--color-background-light);height:auto}.project-grid .project-card .project-card__cta{align-self:stretch}@media (min-width:768px){.project-grid .project-card{grid-row:span 5;grid-template-rows:subgrid;display:grid}.project-grid .project-card .tag{place-self:start}.project-grid .project-card .project-card__cta{align-self:start}}@media (min-width:1280px){.project-grid .project-card:first-child{flex-direction:column;grid-area:span 10/span 3;display:flex}.project-grid .project-card:first-child .project-card__image-wrap{flex:1;min-height:0}.project-grid .project-card:first-child .project-card__image{object-fit:cover;width:100%;height:100%}}.project-grid .project-card:not(:first-child) .project-card__cta .button{padding-block:var(--button-primary-padding-block);padding-inline:var(--button-primary-padding-inline);font-size:var(--button-primary-font-size)}@media (min-width:1280px){.project-grid .project-card:not(:first-child) .project-card__title{font-size:var(--text-h6-font-size)}.project-grid .project-card:not(:first-child) .project-card__description{font-size:var(--text-paragraph-small-font-size)}}.project-grid__empty{background-color:var(--color-background-light)}@media (min-width:768px){.project-grid__empty{grid-row:span 5}}.project-grid__empty--xl-only{display:none}@media (min-width:1280px){.project-grid__empty--xl-only{display:grid}.project-grid__empty--md-only{display:none}}
