.projects-section{padding-bottom:3rem}.projects-section .section-title{display:flex;flex-direction:column;gap:.625rem;margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width:426px){.projects-section .section-title{margin-top:3.75rem;margin-bottom:2.5rem}}.section-title__eyebrow{margin:0;color:var(--color-text-light-gray);font-family:var(--font-app,"Inter",system-ui,sans-serif);font-size:.875rem;font-weight:700;line-height:1.7;letter-spacing:.2em;text-transform:uppercase;text-align:center}@media (min-width:426px){.section-title__eyebrow{text-align:left}}.section-title__main{margin:0 0 1.875rem;color:var(--color-text);font-family:var(--font-app,"Inter",system-ui,sans-serif);font-size:1.375rem;font-weight:400;line-height:1.3;text-align:center;text-transform:uppercase}@media (min-width:426px){.section-title__main{text-align:left}}@media (min-width:1024px){.section-title__main{font-size:2.625rem;line-height:1.4}}@media (min-width:1920px){.section-title__main{font-size:3.5rem;line-height:1.4}}.section-title__main--bold{font-weight:700}.section-title__main--light{font-weight:300}.project-filters{display:flex;flex-direction:column;gap:.8125rem;margin-bottom:2.8125rem}@media (min-width:768px){.project-filters__group{display:flex;gap:1.25rem;align-items:flex-start}}.project-filters__title{margin:0 0 .625rem;flex-shrink:0;min-width:10rem;color:var(--color-text);font-family:var(--font-mulish,"Mulish",system-ui,sans-serif);font-size:.875rem;font-weight:600;line-height:1.4;text-align:left}@media (min-width:1024px){.project-filters__title{font-size:1rem}}@media (min-width:1920px){.project-filters__title{font-size:1.125rem}}.project-filters__list{display:flex;flex-wrap:wrap;gap:.3125rem;list-style:none;margin:0 0 .875rem;padding:0}.project-filters__btn{color:var(--color-primary);font-family:var(--font-accent);font-size:.8125rem;font-weight:400;line-height:1.3;text-align:left;display:inline-flex;align-items:center;justify-content:flex-start;padding:.3125rem .625rem;box-sizing:border-box;border:1px solid var(--color-primary);border-radius:50px;background-color:transparent;cursor:pointer;transition:background .3s ease,transform .3s ease,color .2s ease}.project-filters__btn:hover{background-color:rgba(20,184,166,.1);transform:translateY(-1px)}.project-filters__btn:active{transform:translateY(0)}@media (min-width:1024px){.project-filters__btn{font-size:.875rem}}@media (min-width:1920px){.project-filters__btn{font-size:1.125rem}}.project-filters__btn--active{background-color:var(--color-primary);color:var(--color-text-white);font-weight:600}.project-filters__btn--active:hover{background-color:var(--color-secondary)}.projects-section__grid{display:grid;grid-template-columns:1fr;grid-gap:.625rem;gap:.625rem;margin-bottom:3.125rem;grid-auto-rows:1fr;align-items:stretch}@media (min-width:600px){.projects-section__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:4.6875rem;padding:1.25rem}}@media (min-width:1043px){.projects-section__grid{gap:1.5rem;padding:1.5rem;margin-bottom:6.25rem}}@media (min-width:1400px){.projects-section__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width:2043px){.projects-section__grid{grid-template-columns:repeat(4,1fr);max-width:1920px;margin-left:auto;margin-right:auto}}.project-preview{width:100%;margin:0 auto;display:flex;flex-direction:column;height:100%;border-radius:20px;padding:.625rem .75rem;box-shadow:0 0 1.5rem rgba(0,0,0,.2);background:var(--color-bg);color:inherit}@media (min-width:600px){.project-preview{border-radius:24px;padding:1rem 1.25rem}}@media (min-width:1043px){.project-preview{border-radius:28px;padding:1.25rem 1.5rem}}@media (min-width:1400px){.project-preview{border-radius:30px;padding:1.5rem 1.75rem}}@media (min-width:2043px){.project-preview{border-radius:32px;padding:1.75rem 2rem}}.project-preview__figure{margin:0;flex-shrink:0}.project-preview__image{width:100%;aspect-ratio:3/2;object-fit:cover;height:auto;margin-bottom:.9375rem;border-radius:20px;display:block;background:var(--color-bg-light)}.project-preview__image--placeholder{min-height:12rem}.project-preview__content{flex-grow:1;display:flex;flex-direction:column;gap:.75rem}.project-preview__header{display:flex;flex-direction:column;gap:.3125rem}.project-preview__genre,.project-preview__name{margin:0;color:var(--color-text-light-gray);font-family:var(--font-accent);font-size:.875rem;font-weight:400;line-height:1.4;text-align:left}.project-preview__name{font-weight:400}.project-preview__headline{margin:0 0 .3125rem;color:var(--color-text);font-family:var(--font-accent);font-size:1.5rem;font-weight:600;line-height:1.4;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-preview__footer{display:flex;flex-direction:column;gap:.9375rem;flex-grow:1;margin-bottom:auto}.project-preview__description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0 0 .9375rem;color:var(--color-text-secondary);font-family:var(--font-accent);font-size:1rem;font-weight:400;line-height:1.4;text-align:left}.project-preview__tags{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.625rem;list-style:none;margin:0 0 .9375rem;padding:0}.project-preview__tag{text-align:center;border-radius:50px;background:var(--color-bg-light);padding:.3125rem .625rem;color:var(--color-text-light-gray);font-family:var(--font-accent);font-size:.875rem;font-weight:400;line-height:1.4}.project-preview__actions{margin-top:auto}.project-preview__link.project-preview__link--cta{display:block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none;border:none;cursor:pointer;padding:1.25rem 2.5rem;border-radius:1.5625rem;background:linear-gradient(90deg,#14b8a6,#06b6d4);color:#fff!important;font-family:var(--font-mulish,"Mulish",system-ui,sans-serif);font-size:1rem;font-weight:800;line-height:1.6;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 4px 0 0 rgba(13,148,136,1);transition:background .3s ease,transform .1s ease,box-shadow .1s ease}.project-preview__link.project-preview__link--cta:hover{background:linear-gradient(90deg,#0d9488,#0891b2)}.project-preview__link.project-preview__link--cta:active{transform:translateY(.25rem);box-shadow:0 .25rem 0 0 rgba(13,148,136,.8)}.projects-section__load-more{display:flex;align-items:center;justify-content:center;gap:.625rem;margin:0 auto 3.125rem;transition:all .3s ease}.projects-section__load-more:hover .projects-section__load-more-icon{transform:rotate(90deg)}.projects-section__load-more-icon{flex-shrink:0;transition:transform .3s ease}.projects-section__load-more.btn--outline{box-sizing:border-box;border:2px solid var(--color-primary);border-radius:1.5625rem;padding:1.25rem 1.875rem;background:transparent;color:var(--color-primary);font-family:var(--font-accent);font-size:1rem;font-weight:600;cursor:pointer}@media (min-width:1000px){.projects-section__load-more.btn--outline{font-size:1.125rem}}@media (min-width:1920px){.projects-section__load-more.btn--outline{font-size:1.25rem}}.projects-section__load-more.btn--outline:hover{background:rgba(20,184,166,.1)}.projects-index-page .breadcrumbs{margin-bottom:0}