.projects-showcase{background:#fff;padding:20px 0 35px;overflow-x:hidden}.portfolio-listing[data-projects],.projects-showcase--projects{overflow:visible}.projects-showcase--home{padding:30px 0}.projects-showcase__inner{box-sizing:border-box;max-width:1920px;padding:0 var(--page-gutter);margin:0 auto}.projects-showcase--home .projects-showcase__inner{padding:0 var(--page-gutter)}.projects-showcase__title{color:#272116;width:var(--section-title-width);font-size:20px;line-height:var(--section-title-line-height);font-weight:var(--section-title-font-weight);letter-spacing:var(--section-title-letter-spacing);margin:0 0 24px}.projects-showcase--home .projects-showcase__title{width:var(--section-title-width);font-size:var(--section-title-font-size)}.projects-showcase__toolbar{display:contents}.projects-showcase--projects .projects-showcase__toolbar{align-items:center;gap:22px;margin-bottom:34px;display:flex}.projects-showcase--projects .projects-showcase__title{flex:none;width:auto;max-width:260px;margin-bottom:0}.projects-showcase--projects .projects-showcase__filters{flex-wrap:nowrap;flex:auto;justify-content:flex-end;gap:6px;max-width:none;margin-bottom:0}.projects-showcase--projects .projects-showcase__filter{letter-spacing:-.03em;min-height:34px;padding:0 9px;font-size:11px}.projects-showcase--projects .projects-showcase__filter-summary{gap:7px;min-height:34px}.projects-showcase--projects .projects-showcase__filter-arrow{border-bottom-width:1px;border-right-width:1px;width:6px;height:6px}.projects-showcase__subtitle{color:#4b412d;letter-spacing:-.03em;max-width:1480px;margin:0 0 28px;font-size:clamp(19px,1.35vw,22px);font-weight:400;line-height:1.2}.projects-showcase__filters{flex-wrap:wrap;align-items:flex-start;gap:10px;max-width:1480px;margin:0 0 34px;display:flex}.projects-showcase__filter{color:#4b412d;min-height:44px;font:inherit;letter-spacing:-.02em;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #4b412d47;border-radius:5px;padding:0 18px;font-size:16px;font-weight:500;line-height:1;transition:border-color .16s,background-color .16s,color .16s}.projects-showcase__filter-summary{align-items:center;gap:12px;min-height:44px;display:inline-flex}.projects-showcase__filter-arrow{border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transition:transform .16s;transform:translateY(-2px)rotate(45deg)}.projects-showcase__filter-menu{box-sizing:border-box;background:#fff;border:1px solid #4b412d2e;border-radius:5px;width:100%;padding:6px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 16px 34px #1f1b131f}.projects-showcase__filter-option{box-sizing:border-box;color:#4b412d;width:100%;min-height:38px;font:inherit;letter-spacing:-.02em;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:9px;padding:0 12px;font-size:15px;font-weight:500;line-height:1;display:flex}.projects-showcase__filter-option:hover{color:#272116;background:#f7f2ee}.projects-showcase__filter-checkbox{opacity:0;pointer-events:none;position:absolute}.projects-showcase__filter-checkbox-mark{box-sizing:border-box;background:#fff;border:1px solid #4b412d6b;border-radius:5px;flex:0 0 16px;width:16px;height:16px;position:relative}.projects-showcase__filter-checkbox-mark:after{content:"";opacity:0;border-bottom:2px solid #fff;border-right:2px solid #fff;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.projects-showcase__filter-checkbox:checked+.projects-showcase__filter-checkbox-mark{background:#4b412d;border-color:#4b412d}.projects-showcase__filter-checkbox:checked+.projects-showcase__filter-checkbox-mark:after{opacity:1}.projects-showcase__filter-checkbox:focus-visible+.projects-showcase__filter-checkbox-mark{outline-offset:2px;outline:2px solid #4b412d59}.projects-showcase__filter:hover{color:#272116;background:#f7f2ee;border-color:#4b412d94}.projects-showcase__filter.is-active{color:#fff;background:#4b412d;border-color:#4b412d}.projects-showcase__filters-actions{margin:-18px 0 34px;display:flex}.projects-showcase__apply-filters{color:#fff;min-height:46px;font:inherit;letter-spacing:-.02em;cursor:pointer;background:#ccba8a;border:0;border-radius:5px;padding:0 28px;font-size:16px;font-weight:700;line-height:1;transition:background-color .16s,transform .16s}.projects-showcase__apply-filters:hover{background:#bba572;transform:translateY(-1px)}.projects-showcase__apply-filters:active{transform:translateY(0)}.projects-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;display:grid}.projects-showcase--home .projects-showcase__carousel{--home-projects-carousel-gap:30px;--home-projects-carousel-width:100vw;--home-projects-card-basis:calc((var(--home-projects-carousel-width) - var(--home-projects-carousel-gap) * 4) / 4);touch-action:pan-y;position:relative;overflow:hidden}.projects-showcase--home .projects-showcase__grid{gap:var(--home-projects-carousel-gap);scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;will-change:transform;touch-action:pan-y;grid-template-columns:none;align-items:center;width:max-content;min-height:clamp(620px,48vw,840px);display:flex;overflow:visible hidden}.projects-showcase--home .projects-showcase__grid.is-dragging{cursor:grabbing}.projects-showcase--home .projects-showcase__grid::-webkit-scrollbar{display:none}.projects-showcase--home .project-card-link{flex:0 0 var(--home-projects-card-basis);opacity:.68;transform-origin:50%;filter:grayscale(.08)brightness(.86)saturate(.86);cursor:pointer;transition:flex-basis .3s,opacity .26s,filter .26s;transform:none}.projects-showcase--home .project-card-link:not(.project-card-link--active):hover{opacity:.78;filter:grayscale(0)brightness(.94)saturate(.96)}.projects-showcase--home .project-card-link--active{flex-basis:calc(var(--home-projects-card-basis) + 8vw);opacity:1;filter:brightness()saturate();cursor:pointer;transform:none}.projects-showcase--home .project-card-link--active .project-card__visual{min-height:clamp(620px,48vw,840px);box-shadow:0 22px 52px #1c1f1529}.projects-showcase--home .project-card__visual{min-height:clamp(480px,36vw,650px);transition:min-height .3s,box-shadow .26s}.projects-showcase--home .project-card__content{bottom:36px;left:18px;right:18px}.projects-showcase--home .project-card__title{margin-bottom:10px;font-size:clamp(22px,1.8vw,30px)}.projects-showcase--home .project-card__description{color:#ffffffdb;max-width:520px;margin:0 0 18px;font-size:clamp(14px,1.05vw,17px);font-weight:500;line-height:1.25}.projects-showcase--home .project-card__divider{margin-left:-18px;margin-right:-18px}.projects-showcase--home .project-card__summary{color:#ffffffeb;white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:7px;width:100%;margin:18px 0 0;font-size:clamp(15px,1.1vw,18px);font-weight:600;line-height:1.25;display:flex}.projects-showcase--home .project-card-link--active .project-card__summary{justify-content:space-between;gap:7px 14px}.projects-showcase--home .project-card__details{color:#fff;opacity:0;background:#ffffff29;border:1px solid #ffffffb8;border-radius:5px;align-items:center;min-height:42px;margin-top:22px;padding:0 16px;font-size:15px;font-weight:700;line-height:1;transition:background-color .18s,border-color .18s,color .18s,opacity .18s,transform .18s;display:inline-flex;transform:translateY(6px)}.projects-showcase--home .project-card-link--active .project-card__details{opacity:1;transform:translateY(0)}.projects-showcase--home .project-card-link--active:hover .project-card__details{color:#272116;background:#fff;border-color:#fff}.projects-showcase__catalog-cta{text-align:center;justify-content:center;align-items:center;gap:18px;margin-top:28px;display:flex}.projects-showcase__catalog-cta p{color:#4b412d;margin:0;font-size:18px;font-weight:500;line-height:1.3}.projects-showcase__catalog-cta a{color:#272116;white-space:nowrap;background:#ccba8a;border-radius:5px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-size:16px;font-weight:700;line-height:1;text-decoration:none;transition:background-color .16s,transform .16s;display:inline-flex}.projects-showcase__catalog-cta a:hover{background:#d2b776;transform:translateY(-1px)}.projects-showcase__carousel-controls{z-index:4;pointer-events:none;justify-content:space-between;gap:16px;margin-top:0;display:flex;position:absolute;top:50%;left:16px;right:16px;transform:translateY(-50%)}.projects-showcase__carousel-control{color:#fff;backdrop-filter:blur(6px);cursor:pointer;pointer-events:auto;background:#4b412d9e;border:0;border-radius:5px;place-items:center;width:40px;height:60px;transition:background-color .16s,opacity .16s,transform .16s;display:grid}.projects-showcase__carousel-control:hover{background:#4b412dcc;transform:translateY(-1px)}.projects-showcase__carousel-control:disabled{opacity:.42;cursor:default;transform:none}.projects-showcase__carousel-arrow{transform-origin:50%;border-top:3px solid;border-right:3px solid;width:14px;height:14px;display:block}.projects-showcase__carousel-arrow--left{transform:translate(3px)rotate(-135deg)}.projects-showcase__carousel-arrow--right{transform:translate(-3px)rotate(45deg)}.projects-showcase__dots{display:none}@media (width>=781px){.projects-showcase--home .projects-showcase__carousel-controls{display:none}}.projects-showcase__empty{box-sizing:border-box;color:#4b412d;letter-spacing:-.02em;text-align:center;background:#fef6f6;border-radius:5px;place-items:center;min-height:860px;margin:0;font-size:20px;font-weight:500;line-height:1.2;display:grid}.projects-showcase__empty[hidden]{display:none}.projects-showcase__empty{min-height:550px;padding:24px}.projects-showcase__footer{justify-content:center;margin-top:34px;display:flex}.projects-showcase__seo,.projects-showcase__faq,.projects-showcase__cta,.projects-showcase__popular,.projects-showcase__articles{box-sizing:border-box;width:100%;margin:42px 0 0}.projects-showcase__seo h2,.projects-showcase__faq h2,.projects-showcase__cta h2,.projects-showcase__popular h2,.projects-showcase__articles h2{color:#272116;letter-spacing:0;margin:0 0 16px;font-size:clamp(30px,2.2vw,46px);font-weight:500;line-height:1.02}.projects-showcase__seo p,.projects-showcase__cta p,.projects-showcase__faq-item p,.projects-showcase__popular-head p,.projects-showcase__articles-head p,.projects-showcase__article-content p,.projects-showcase__articles-note{color:#4b412d;letter-spacing:0;margin:0;font-size:clamp(17px,1.2vw,21px);font-weight:400;line-height:1.42}.projects-showcase__seo p+p{margin-top:14px}.projects-showcase__seo a,.projects-showcase__articles a{color:#272116;text-underline-offset:.18em;text-decoration-thickness:1px}.projects-showcase__seo--intro{background:#fef6f6;border:1px solid #4b412d29;border-radius:5px;max-width:none;margin:30px 0 34px;padding:28px 30px}.projects-showcase__seo--intro h2{font-size:clamp(28px,1.9vw,38px)}.projects-showcase__seo-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.projects-showcase__seo-benefit{background:#ffffff94;border:1px solid #4b412d24;border-radius:5px;min-width:0;padding:20px 22px}.projects-showcase__seo-benefit-kicker{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.projects-showcase__seo-benefit-icon{color:#6f6352;stroke:currentColor;stroke-width:1.55px;stroke-linecap:round;stroke-linejoin:round;fill:none;flex:none;width:28px;height:28px}.projects-showcase__seo-benefit-number{color:#c9ad6a;letter-spacing:.08em;font-size:14px;font-weight:700;line-height:1;display:block}.projects-showcase__seo-benefit h3{color:#272116;letter-spacing:0;margin:0 0 10px;font-size:clamp(18px,1.1vw,22px);font-weight:600;line-height:1.12}.projects-showcase__seo-benefit p{font-size:clamp(15px,.95vw,17px);line-height:1.35}.projects-showcase__cta{background:#fef6f6;border:1px solid #4b412d2e;border-radius:5px;justify-content:space-between;align-items:center;gap:28px;padding:30px 34px;display:flex}.projects-showcase__cta-copy{min-width:0}.projects-showcase__cta p{max-width:780px}.projects-showcase__cta-button{color:#fff;min-height:62px;font:inherit;letter-spacing:0;cursor:pointer;background:#4b412d;border:1px solid #4b412d;border-radius:5px;flex:none;justify-content:center;align-items:center;padding:0 38px;font-size:18px;font-weight:600;line-height:1;transition:background-color .18s,border-color .18s,transform .18s;display:inline-flex}.projects-showcase__cta-button:hover{background:#2f271b;border-color:#2f271b;transform:translateY(-1px)}.projects-showcase__popular{background:#fef6f6;border:1px solid #4b412d29;border-radius:5px;padding:30px}.projects-showcase__popular-head{max-width:920px;margin-bottom:22px}.projects-showcase__popular-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.projects-showcase__popular-card{color:#272116;letter-spacing:0;background:#fff;border:1px solid #4b412d24;border-radius:5px;justify-content:space-between;align-items:center;gap:16px;min-width:0;min-height:72px;padding:14px 18px;font-size:clamp(17px,1.05vw,20px);font-weight:600;line-height:1.18;text-decoration:none;display:flex}.projects-showcase__popular-card span:first-child{min-width:0}.projects-showcase__popular-arrow{color:#4b412d;flex:none;font-size:24px;line-height:1;transition:transform .16s}.projects-showcase__popular-card:hover .projects-showcase__popular-arrow{transform:translate(4px)}.projects-showcase__articles-head{max-width:980px;margin-bottom:22px}.projects-showcase__articles-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.projects-showcase__article-card{background:#fff;border:1px solid #4b412d24;border-radius:5px;min-width:0;overflow:hidden}.projects-showcase__article-media{aspect-ratio:16/10;background:#e5e0d8;display:block;overflow:hidden}.projects-showcase__article-media img{object-fit:cover;width:100%;height:100%;display:block}.projects-showcase__article-content{padding:18px}.projects-showcase__article-category{color:#4b412db8;letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:700;line-height:1}.projects-showcase__article-content h3{color:#272116;letter-spacing:0;margin:0 0 12px;font-size:clamp(20px,1.35vw,26px);font-weight:600;line-height:1.08}.projects-showcase__article-content h3 a,.projects-showcase__article-link{color:inherit;text-decoration:none}.projects-showcase__article-content p:not(.projects-showcase__article-category){-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:16px;line-height:1.35;display:-webkit-box;overflow:hidden}.projects-showcase__article-link{color:#4b412d;font-size:15px;font-weight:700;line-height:1;display:inline-flex}.projects-showcase__article-link:hover,.projects-showcase__article-content h3 a:hover{color:#2f271b;text-underline-offset:.18em;text-decoration:underline}.projects-showcase__articles-note{margin-top:20px;font-size:clamp(16px,1.05vw,18px)}@media (width<=1100px){.projects-showcase__seo-benefits,.projects-showcase__popular-grid,.projects-showcase__articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.projects-showcase__faq-list{gap:12px;display:grid}.projects-showcase__faq-item{background:#fff;border:1px solid #4b412d29;border-radius:5px}.projects-showcase__faq-item summary{color:#272116;cursor:pointer;padding:22px 58px 22px 24px;font-size:clamp(18px,1.25vw,22px);font-weight:600;line-height:1.2;display:block;position:relative}.projects-showcase__faq-item summary::-webkit-details-marker{display:none}.projects-showcase__faq-item summary:after{content:"+";color:#4b412d;font-size:28px;line-height:1;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.projects-showcase__faq-item[open] summary:after{content:"−"}.projects-showcase__faq-item p{padding:0 24px 24px}@media (width<=780px){.projects-showcase__seo,.projects-showcase__faq,.projects-showcase__cta,.projects-showcase__popular,.projects-showcase__articles{margin-top:28px}.projects-showcase__seo--intro{margin:24px 0 30px;padding:22px 18px}.projects-showcase__seo-benefits,.projects-showcase__popular-grid{grid-template-columns:1fr;gap:14px}.projects-showcase__seo-benefit{padding:16px}.projects-showcase__cta{gap:20px;padding:24px 20px;display:grid}.projects-showcase__cta-button{width:100%;min-height:54px;padding:0 20px;font-size:16px}.projects-showcase__popular{padding:22px 18px}.projects-showcase__popular-card{min-height:64px;padding:14px 16px}.projects-showcase__faq-item summary{padding:18px 46px 18px 18px}.projects-showcase__faq-item summary:after{right:18px}.projects-showcase__faq-item p{padding:0 18px 20px}.projects-showcase__articles-grid{grid-template-columns:1fr;gap:14px}.projects-showcase__article-content{padding:16px}}.projects-showcase__load-more{color:#000;letter-spacing:-.02em;cursor:pointer;background:#ccba8a;border:0;border-radius:5px;min-width:560px;min-height:100px;padding:0 28px;font-size:30px;font-weight:700;line-height:1;transition:transform .16s,background-color .16s,box-shadow .16s}.projects-showcase__load-more:hover{background:#bba572;transform:translateY(-1px);box-shadow:0 12px 24px #362b1824}.projects-showcase__load-more:active{transform:translateY(0)}.project-card{min-width:0}.project-card-link{min-width:0;max-width:100%;color:inherit;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-decoration:none;display:block}.project-card-link,.project-card-link *{-webkit-touch-callout:none;user-select:none}.project-card__visual{user-select:none;background:#d8dfeb;border-radius:5px;min-height:860px;display:block;position:relative;overflow:hidden;box-shadow:0 14px 40px #1c1f1514}.project-card__picture,.project-card__visual>picture{z-index:0;display:block;position:absolute;inset:0}.project-card__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;min-height:100%;display:flex;position:absolute;inset:0;overflow:auto hidden}.project-card__carousel::-webkit-scrollbar{display:none}.project-card__slide{flex:0 0 100%;min-width:100%;min-height:100%;position:relative}.project-card__slide picture{width:100%;min-height:100%;display:block}.project-card__visual:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#fff0 12%,#00000014 42%,#0000003d 70%,#0000006e 100%);position:absolute;inset:0}.project-card__visual:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#ffffff14 0%,#fff0 14%),linear-gradient(#0000 22%,#00000012 52%,#0000002b 78%,#00000047 100%);position:absolute;inset:0}.projects-showcase--projects .project-card__visual:before,.projects-showcase--projects .project-card__visual:after{display:none}.project-card__image{z-index:0;object-fit:var(--project-card-image-fit,cover);object-position:var(--project-card-image-position,center);width:100%;height:100%;transform:scale(var(--project-card-image-scale,1));transform-origin:50%;-webkit-user-drag:none;user-select:none;pointer-events:none;position:absolute;inset:0}.project-card__media-controls{z-index:3;pointer-events:none;justify-content:space-between;align-items:center;padding:0 12px;display:flex;position:absolute;inset:0}.project-card__media-controls--hidden{display:none}.project-card__media-action{color:#fff;backdrop-filter:blur(5px);cursor:pointer;pointer-events:auto;background:#2721168c;border:0;border-radius:5px;place-items:center;width:35px;height:72px;padding:0;display:grid}.project-card__media-action:disabled{opacity:.5;cursor:default}.project-card__arrow{transform-origin:50%;border-top:3px solid;border-right:3px solid;width:15px;height:15px;margin:0;display:block}.project-card__arrow--left{transform:translate(3px)rotate(-135deg)}.project-card__arrow--right{transform:translate(-3px)rotate(45deg)}.project-card__content{--project-card-content-x:30px;--project-card-content-bottom:34px;z-index:2;isolation:isolate;user-select:none;position:absolute;bottom:34px;left:30px;right:30px}.portfolio-listing[data-projects] .projects-showcase--projects .project-card__content:before,.projects-showcase__grid[data-category-projects-grid] .project-card__content:before{content:"";top:-28px;right:calc(var(--project-card-content-x) * -1);bottom:calc(var(--project-card-content-bottom) * -1);left:calc(var(--project-card-content-x) * -1);z-index:-1;pointer-events:none;background:linear-gradient(#0000 0%,#00000057 22%,#000000b8 100%);position:absolute}.project-card__title{color:#fff;letter-spacing:-.03em;text-transform:uppercase;margin:0 0 10px;font-size:30px;font-weight:400;line-height:.96}.project-card__description{color:#ffffffe0;letter-spacing:-.02em;max-width:620px;margin:0 0 12px;font-size:15px;font-weight:500;line-height:1.25}.project-card__badges{flex-wrap:wrap;gap:7px;margin:0 0 16px;display:flex}.project-card__badges span{color:#fff;letter-spacing:-.01em;backdrop-filter:blur(8px);background:#ffffff29;border:1px solid #ffffff47;border-radius:5px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.project-card__divider{background:#fff;width:auto;height:1px;margin-bottom:0;margin-left:-44px;margin-right:-44px}.project-card__stats{grid-template-columns:repeat(var(--project-card-stats-count,4), minmax(0, 1fr));justify-content:space-between;gap:16px;margin:0;display:grid}.project-card__stat{text-align:center;flex-direction:column;align-items:center;min-width:0;margin:0;display:flex}.project-card__stat dt{color:#bababa;overflow-wrap:anywhere;max-width:100%;margin:18px 0 8px;font-size:clamp(10px,.72vw,13px);font-weight:500;line-height:1.1}.project-card__stat dd{color:#fff;overflow-wrap:anywhere;max-width:100%;margin:0;font-size:20px;font-weight:600;line-height:1.1}.project-card__details{color:#fff;letter-spacing:-.01em;backdrop-filter:blur(8px);background:#ffffff2e;border-radius:5px;align-items:center;width:max-content;min-height:34px;margin-top:18px;padding:0 14px;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.project-card--one .project-card__image,.project-card--two .project-card__image,.project-card--three .project-card__image{object-position:center center}@media (width<=1440px){.projects-showcase{padding:56px 0 42px}.projects-showcase--home{padding:30px 0}.projects-showcase__inner,.projects-showcase--home .projects-showcase__inner{padding:0 var(--page-gutter)}.projects-showcase__title{width:var(--section-title-width);font-size:var(--section-title-font-size);margin-bottom:20px}.projects-showcase__subtitle{max-width:1320px;margin-bottom:24px;font-size:20px}.projects-showcase__filters{max-width:1320px;margin-bottom:30px}.projects-showcase--projects .projects-showcase__toolbar{gap:18px}.projects-showcase--projects .projects-showcase__title{max-width:210px;font-size:18px}.projects-showcase--projects .projects-showcase__filters{gap:5px;max-width:none;margin-bottom:0}.projects-showcase__filter{min-height:42px;padding:0 16px;font-size:15px}.projects-showcase--projects .projects-showcase__filter{min-height:30px;padding:0 6px;font-size:9px}.projects-showcase--projects .projects-showcase__filter-summary{gap:5px;min-height:30px}.projects-showcase__filter-option{font-size:14px}.projects-showcase__filters-actions{margin-bottom:30px}.projects-showcase__grid{gap:26px}.projects-showcase__footer{margin-top:28px}.projects-showcase__catalog-cta{margin-top:24px}.projects-showcase__load-more{min-height:58px;font-size:17px}.project-card__visual{min-height:722px}.project-card__media-action{width:40px;height:64px}.project-card__content{--project-card-content-x:32px;--project-card-content-bottom:42px;bottom:42px;left:32px;right:32px}.project-card__title{font-size:42px}.project-card__stats{gap:16px}.project-card__stat dt{font-size:14px}.project-card__stat dd{font-size:16px}.projects-showcase--home .project-card__details{min-height:40px;margin-top:18px;font-size:14px}}@media (width<=1100px){.projects-showcase{padding:52px 0 64px}.projects-showcase--home{padding:20px 0}.projects-showcase__subtitle,.projects-showcase__filters{max-width:980px}.projects-showcase--projects .projects-showcase__toolbar{margin-bottom:24px;display:block}.projects-showcase--projects .projects-showcase__title{width:var(--section-title-width);max-width:none;margin-bottom:16px}.projects-showcase--projects .projects-showcase__filters{flex-wrap:wrap;justify-content:flex-start;max-width:980px}.projects-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.projects-showcase--home .projects-showcase__grid{min-height:clamp(620px,48vw,840px)}.projects-showcase--home .projects-showcase__carousel{--home-projects-carousel-gap:24px;--home-projects-card-basis:calc((var(--home-projects-carousel-width) - var(--home-projects-carousel-gap) * 2) / 3)}.projects-showcase--home .project-card-link{flex-basis:var(--home-projects-card-basis)}.projects-showcase--home .project-card-link--active{flex-basis:calc(var(--home-projects-card-basis) + 6vw)}.projects-showcase__footer{margin-top:24px}.project-card__visual{min-height:665px}.project-card__media-action{width:35px;height:72px}.project-card__arrow{border-top-width:2px;border-right-width:2px;width:12px;height:12px}.project-card__content{--project-card-content-x:28px;--project-card-content-bottom:34px;bottom:34px;left:28px;right:28px}.project-card__title{font-size:38px}.project-card__stats{gap:14px}}@media (width<=900px){.projects-showcase{padding:0 0 60px}.projects-showcase--home{padding:20px 0}.projects-showcase__inner{padding:0 var(--page-gutter)}.projects-showcase__title{width:var(--section-title-width);font-size:var(--section-title-font-size);margin-bottom:16px}.projects-showcase--home .projects-showcase__title{width:var(--section-title-width);font-size:var(--section-title-font-size)}.projects-showcase__subtitle{margin-bottom:22px;font-size:18px;line-height:1.24}.projects-showcase__filters{gap:8px;margin-bottom:24px}.projects-showcase--projects .projects-showcase__toolbar{margin-bottom:24px}.projects-showcase--projects .projects-showcase__filters{margin-bottom:0}.projects-showcase__filter{min-height:40px;padding:0 14px;font-size:14px}.projects-showcase__filter-summary{gap:10px}.projects-showcase__filter-option{min-height:36px;font-size:14px}.projects-showcase__filters-actions{margin:-12px 0 24px}.projects-showcase__apply-filters{min-height:42px;padding:0 22px;font-size:15px}.projects-showcase__grid{gap:20px}.projects-showcase__load-more{min-width:210px;min-height:54px;font-size:16px}.project-card__visual{min-height:560px}.project-card__content{--project-card-content-x:20px;--project-card-content-bottom:24px;bottom:24px;left:20px;right:20px}.project-card__title{margin-bottom:14px;font-size:30px}.project-card__divider{margin-bottom:16px}.project-card__stats{gap:10px}.project-card__stat dt{font-size:12px}.project-card__stat dd{font-size:15px}.projects-showcase__catalog-cta{flex-direction:column;gap:14px;margin-top:22px}.projects-showcase__catalog-cta p{max-width:520px;font-size:16px}}@media (width<=780px){.projects-showcase__inner{padding:0 var(--page-gutter)}.projects-showcase--home .projects-showcase__inner{width:100%;padding-left:0;padding-right:0}.projects-showcase--home .projects-showcase__title,.projects-showcase--home .projects-showcase__subtitle{margin-left:16px;margin-right:16px}.projects-showcase--home .projects-showcase__grid{box-sizing:border-box;width:max-content;min-height:551px;padding-left:8px;padding-right:8px;overflow:visible}.projects-showcase--home .project-card-link{flex-shrink:0;flex-basis:min(86vw,420px)}.projects-showcase--home .project-card-link--active{flex-basis:min(86vw,420px);transform:none}.projects-showcase--home .project-card__visual,.projects-showcase--home .project-card-link--active .project-card__visual{min-height:551px}.projects-showcase--home .project-card__content{bottom:22px;left:18px;right:18px}.projects-showcase--home .project-card__description{margin-bottom:14px;font-size:14px}.projects-showcase--home .project-card__summary{white-space:normal;flex-wrap:wrap;justify-content:flex-start;margin-top:14px;font-size:14px}.projects-showcase--home .project-card__details{min-height:38px;margin-top:16px;padding:0 14px;font-size:13px}.projects-showcase__carousel-controls{display:none}.projects-showcase__carousel-control{color:#4b412d;background:#fef6f6;width:25px;height:48px}.projects-showcase__carousel-control:hover,.projects-showcase__carousel-control:active{color:#272116;background:#f8eaea}.projects-showcase__carousel-arrow{border-top-width:2px;border-right-width:2px;width:10px;height:10px}.projects-showcase--home .projects-showcase__dots{justify-content:center;gap:8px;margin-top:12px;margin-bottom:14px;display:flex}.projects-showcase__dot{background:#4b412d3d;border-radius:999px;width:7px;height:7px;transition:background .22s,transform .22s;display:block}.projects-showcase__dot--active{background:#4b412d;transform:scale(1.14)}.project-card{content-visibility:auto;contain-intrinsic-size:370px}.projects-showcase--home .project-card{content-visibility:visible;contain-intrinsic-size:auto}.projects-showcase__subtitle{margin-bottom:20px;font-size:18px;line-height:1.24}.projects-showcase__filters,.projects-showcase--projects .projects-showcase__toolbar{margin-bottom:22px}.projects-showcase--projects .projects-showcase__filters{margin-bottom:0}.projects-showcase__filters-actions{margin-bottom:22px}.projects-showcase__title{width:var(--section-title-width);font-size:var(--section-title-font-size);line-height:var(--section-title-line-height);margin-bottom:14px}.projects-showcase__grid{grid-template-columns:1fr;gap:18px}.projects-showcase__footer{margin-top:22px}.projects-showcase__load-more{width:100%;min-width:0;min-height:50px;padding:0 20px;font-size:15px}.project-card__visual{border-radius:5px;min-height:551px}.project-card__image{transform:scale(var(--project-card-image-mobile-scale,var(--project-card-image-scale,1)))}.project-card__carousel{touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain;overflow-x:auto}.project-card__media-controls{display:flex}.project-card__content{--project-card-content-x:20px;--project-card-content-bottom:26px;bottom:26px;left:20px;right:20px}.project-card__title{margin-bottom:14px;font-size:28px}.project-card__description{margin-bottom:10px;font-size:13px;line-height:1.2}.project-card__badges{gap:5px;margin-bottom:12px}.project-card__badges span{min-height:24px;padding:0 8px;font-size:10px}.project-card__divider{margin-bottom:14px}.project-card__stats{grid-template-columns:repeat(var(--project-card-stats-count,4), minmax(0, 1fr));gap:8px}.project-card__stat dt{white-space:normal;font-size:8px;line-height:1.05}.project-card__stat dd{white-space:nowrap;font-size:12px}.project-card__details{min-height:30px;margin-top:12px;padding:0 11px;font-size:12px}}@media (width<=520px){.projects-showcase{padding:0 0 54px}.projects-showcase--home{padding:20px 0}.projects-showcase--home .projects-showcase__inner{padding-left:0;padding-right:0}.projects-showcase--home .project-card-link{flex-shrink:0;flex-basis:calc(100vw - 16px)}.projects-showcase__title,.projects-showcase--home .projects-showcase__title{width:var(--section-title-width);font-size:var(--section-title-font-size)}.projects-showcase__subtitle{margin-bottom:18px;font-size:16px}.projects-showcase__filters{gap:7px;margin-bottom:20px}.projects-showcase--projects .projects-showcase__toolbar{margin-bottom:20px}.projects-showcase--projects .projects-showcase__filters{margin-bottom:0}.projects-showcase__filter{max-width:100%;min-height:38px;padding:0 12px;font-size:13px}.projects-showcase__filter-dropdown{max-width:100%}.projects-showcase__filter-summary{gap:8px}.projects-showcase__filter-menu{right:auto}.projects-showcase__filter-option{min-height:34px;font-size:13px}.projects-showcase__filters-actions{margin:-10px 0 20px}.projects-showcase__apply-filters{width:100%;min-height:40px;font-size:14px}.projects-showcase__footer{margin-top:18px}.project-card__visual{border-radius:5px;max-width:100%;min-height:550px}.project-card__media-controls{padding:0 10px}.project-card__media-action{width:25px;height:60px}.project-card__content{--project-card-content-x:18px;--project-card-content-bottom:20px;bottom:20px;left:18px;right:18px}.project-card__title{margin-bottom:8px;margin-left:0;font-size:25px}.project-card__description{margin-bottom:9px;font-size:12px}.project-card__badges{gap:4px;margin-bottom:10px}.project-card__badges span{min-height:22px;padding:0 7px;font-size:9px}.project-card__divider{margin:12px -18px 0}.project-card__stats{grid-template-columns:repeat(var(--project-card-stats-count,4), minmax(0, 1fr));gap:6px}.project-card__stat dt{white-space:normal;margin:14px 0 5px;font-size:7px;line-height:1.05}.project-card__stat dd{white-space:nowrap;font-size:13px}.project-card__details{min-height:28px;margin-top:11px;padding:0 10px;font-size:11px}.projects-showcase--home .project-card__content{bottom:22px;left:16px;right:16px}.projects-showcase--home .project-card__title{margin-bottom:8px;margin-left:0;font-size:25px}.projects-showcase--home .project-card__description{margin-bottom:12px;font-size:13px}.projects-showcase--home .project-card__divider{margin-top:0;margin-bottom:0}.projects-showcase--home .project-card__summary{gap:5px;margin-top:12px;font-size:13px}.projects-showcase--home .project-card__details{min-height:36px;margin-top:14px;padding:0 12px;font-size:13px}.projects-showcase--home .projects-showcase__catalog-cta{box-sizing:border-box;padding:0 16px}.projects-showcase--home .projects-showcase__catalog-cta a{width:100%;max-width:360px}}.projects-showcase--projects .projects-showcase__toolbar{margin-bottom:22px;display:block}.projects-showcase--projects .projects-showcase__toolbar[hidden]{display:none}.projects-showcase--projects .projects-showcase__title{width:var(--section-title-width);max-width:none;margin:0 0 20px;font-size:20px}.projects-showcase__listing-lead{color:#4b412d;letter-spacing:-.02em;max-width:980px;margin:-8px 0 16px;font-size:clamp(18px,1.45vw,24px);font-weight:400;line-height:1.28}.projects-showcase__quick-row{justify-content:space-between;align-items:flex-start;gap:14px 24px;margin:0 0 18px;display:flex}.projects-showcase__quick-categories{box-sizing:border-box;flex-wrap:wrap;gap:10px;min-width:0;max-width:100%;margin:0;display:flex}.projects-showcase__quick-categories a,.projects-showcase__filter-toggle{color:#4b412d;min-height:42px;font:inherit;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;background:#fef6f6;border:1px solid #4b412d33;border-radius:5px;align-items:center;padding:0 18px;font-size:16px;font-weight:500;line-height:1;text-decoration:none;transition:border-color .16s,background-color .16s,transform .16s;display:inline-flex}.projects-showcase__filter-toggle{background:#fff;border-color:#4b412d47;gap:12px;padding-right:18px;font-weight:600;position:relative}.projects-showcase__filter-toggle:after{content:"";border-bottom:2px solid #d2b776;border-right:2px solid #d2b776;flex:none;width:8px;height:8px;transition:transform .16s;transform:translateY(-2px)rotate(45deg)}.projects-showcase__filter-toggle[aria-expanded=true]:after{transform:translateY(2px)rotate(-135deg)}.projects-showcase__quick-categories a:hover,.projects-showcase__filter-toggle:hover{background:#fff;border-color:#d2b776;transform:translateY(-1px)}.projects-showcase__filter-toggle.is-active{border-color:#d2b776db}.projects-showcase__active-filters{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;display:flex}.projects-showcase__active-filters[hidden]{display:none}.projects-showcase__active-filter,.projects-showcase__active-filters-reset{box-sizing:border-box;color:#4b412d;min-height:34px;font:inherit;background:#fef6f6;border:1px solid #4b412d29;border-radius:5px;align-items:center;padding:0 12px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.projects-showcase__active-filters-reset{cursor:pointer;background:#fff;border-color:#4b412d3d;font-weight:700;transition:border-color .16s,background-color .16s,color .16s}.projects-showcase__active-filters-reset:hover{color:#272116;background:#fef6f6;border-color:#d2b776}.projects-showcase__filters-header{margin-bottom:18px}.projects-showcase__filters-title{color:#272116;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:500;line-height:1.12}.projects-showcase--projects .projects-showcase__filters{box-sizing:border-box;grid-template-columns:repeat(5,minmax(130px,1fr)) minmax(160px,200px);justify-content:stretch;align-items:end;gap:18px;max-width:none;margin:0;display:grid}.projects-showcase--projects .projects-showcase__toolbar{box-sizing:border-box;background:#fef6f6;border:1px solid #4b412d1f;border-radius:5px;margin-bottom:22px;padding:20px 22px 22px}.projects-showcase__results-count{color:#4b412d;letter-spacing:-.01em;white-space:nowrap;flex:none;margin:11px 0 0;font-size:16px;font-weight:600;line-height:1.2}.projects-showcase__filter-field{gap:14px;min-width:0;display:grid}.projects-showcase__filter-label{color:#4b412d;letter-spacing:0;font-size:27px;font-weight:400;line-height:1}.projects-showcase__filter-control{box-sizing:border-box;color:#4b412d;width:100%;height:58px;font:inherit;letter-spacing:0;background:#fff;border:2px solid #4b412d;border-radius:5px;outline:none;padding:0 16px;font-size:25px;font-weight:400;line-height:1}.projects-showcase__filter-dropdown{z-index:8;position:relative}.projects-showcase__filter-dropdown[open]{z-index:12}.projects-showcase__filter-dropdown>summary{list-style:none}.projects-showcase__filter-dropdown>summary::-webkit-details-marker{display:none}.projects-showcase__filter-custom-summary{color:#b2b2b2;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;display:flex}.projects-showcase__filter-custom-summary [data-projects-custom-select-label]{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.projects-showcase__filter-custom-summary .projects-showcase__filter-arrow{border-bottom:4px solid #d2b776;border-right:4px solid #d2b776;flex:none;width:16px;height:16px;transition:transform .16s;transform:translateY(-25%)rotate(45deg)}.projects-showcase__filter-dropdown[open] .projects-showcase__filter-arrow{transform:translateY(25%)rotate(-135deg)}.projects-showcase--projects .projects-showcase__filter-menu{box-sizing:border-box;background:#fff;border:2px solid #4b412d;border-radius:5px;gap:4px;width:100%;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 34px #1f1b131f}.projects-showcase--projects .projects-showcase__filter-option{box-sizing:border-box;color:#4b412d;width:100%;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:0 36px 0 12px;font-size:18px;font-weight:400;line-height:1;position:relative}.projects-showcase--projects .projects-showcase__filter-option:hover,.projects-showcase--projects .projects-showcase__filter-option.is-active{background:#fef6f6}.projects-showcase--projects .projects-showcase__filter-option:disabled,.projects-showcase--projects .projects-showcase__filter-option.is-disabled{color:#4b412d6b;cursor:not-allowed}.projects-showcase--projects .projects-showcase__filter-option:disabled:hover,.projects-showcase--projects .projects-showcase__filter-option.is-disabled:hover{background:0 0}.projects-showcase--projects .projects-showcase__filter-option.is-active:after{content:"";border-bottom:2px solid #d2b776;border-right:2px solid #d2b776;width:7px;height:12px;position:absolute;top:50%;right:13px;transform:translateY(-65%)rotate(45deg)}.projects-filter-modal{z-index:1400;background:#2721165c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.projects-filter-modal[hidden]{display:none}.projects-filter-modal__dialog{box-sizing:border-box;color:#4b412d;background:#fef6f6;border-radius:5px;width:min(100%,1040px);max-height:min(760px,100vh - 48px);padding:34px;overflow:visible;box-shadow:0 28px 80px #1f1b132e}.projects-filter-modal__header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.projects-filter-modal__title{color:#272116;letter-spacing:0;margin:0;font-size:34px;font-weight:600;line-height:1.1}.projects-filter-modal__close{color:#4b412d;cursor:pointer;background:#fff;border:0;border-radius:5px;place-items:center;width:42px;height:42px;font-size:32px;line-height:1;display:grid}.projects-filter-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.projects-filter-modal__checks{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 24px;padding-top:4px;display:grid}.projects-filter-modal__check{color:#4b412d;letter-spacing:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;font-size:20px;font-weight:400;line-height:1.15;display:grid}.projects-filter-modal__check input{box-sizing:border-box;accent-color:#d2b776;width:18px;height:18px;margin:0}.projects-filter-modal__check.is-disabled{color:#4b412d6b}.projects-filter-modal__check.is-disabled input{cursor:not-allowed}.projects-filter-modal__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:32px;display:grid}.projects-filter-modal__reset,.projects-filter-modal__apply{color:#4b412d;min-height:56px;font:inherit;cursor:pointer;border:0;border-radius:5px;padding:0 26px;font-size:20px;font-weight:600;line-height:1}.projects-filter-modal__reset{background:#fff}.projects-filter-modal__apply{background:#d2b776}.projects-showcase__filter-control::placeholder{color:#b2b2b2;opacity:1}.projects-showcase__filter-select-wrap{display:block;position:relative}.projects-showcase__filter-select-wrap:after{content:"";pointer-events:none;border-bottom:4px solid #d2b776;border-right:4px solid #d2b776;width:16px;height:16px;position:absolute;top:50%;right:18px;transform:translateY(-70%)rotate(45deg)}.projects-showcase__filter-select-wrap .projects-showcase__filter-control{appearance:none;color:#b2b2b2;padding-right:54px}.projects-showcase--projects .projects-showcase__apply-filters{color:#4b412d;letter-spacing:0;background:#fef6f6;border:2px solid #4b412d47;border-radius:5px;width:100%;min-height:58px;padding:0 26px;font-size:22px;font-weight:500}.projects-showcase--projects .projects-showcase__apply-filters:hover{color:#272116;background:#fff;border-color:#4b412d7a}@media (width<=1440px){.projects-showcase--projects .projects-showcase__filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.projects-showcase__filter-label{font-size:22px}.projects-showcase__filter-control,.projects-showcase--projects .projects-showcase__apply-filters{height:54px;min-height:54px;font-size:20px}}@media (width<=780px){.projects-showcase__listing-lead{margin:-6px 0 14px;font-size:17px;line-height:1.35}.projects-showcase__quick-row{gap:8px;margin-bottom:14px;display:grid}.projects-showcase__quick-categories{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;width:100%;margin:0;padding:0 0 4px;overflow:auto hidden}.projects-showcase__quick-categories::-webkit-scrollbar{display:none}.projects-showcase__quick-categories a{min-height:38px;padding:0 14px;font-size:14px}.projects-showcase__filter-toggle{text-align:center;flex:none;width:auto;min-height:38px;padding:0 14px;font-size:14px}.projects-showcase__filter-toggle:after{display:none}.projects-showcase__active-filters{margin-bottom:12px}.projects-showcase__active-filter,.projects-showcase__active-filters-reset{min-height:32px;font-size:13px}.projects-showcase__results-count{white-space:normal;margin:0;font-size:14px}.projects-showcase--projects .projects-showcase__filters{grid-template-columns:1fr;gap:16px}.projects-showcase__filter-field{gap:10px}.projects-showcase__filter-label{font-size:18px}.projects-showcase__filter-control,.projects-showcase--projects .projects-showcase__apply-filters{border-radius:5px;height:48px;min-height:48px;font-size:17px}.projects-showcase__filter-select-wrap:after{border-bottom-width:3px;border-right-width:3px;width:12px;height:12px;right:16px}.projects-showcase__filter-custom-summary .projects-showcase__filter-arrow{border-bottom-width:3px;border-right-width:3px;width:12px;height:12px}.projects-showcase--projects .projects-showcase__filter-menu{border-radius:5px}.projects-showcase--projects .projects-showcase__filter-option{min-height:38px;font-size:16px}.projects-filter-modal{place-items:end stretch;padding:0}.projects-filter-modal__dialog{width:100%;max-height:min(86vh,760px);padding:22px 18px calc(22px + env(safe-area-inset-bottom));border-radius:14px 14px 0 0;overflow:auto}.projects-filter-modal--has-open-dropdown .projects-filter-modal__dialog{overflow:visible}.projects-filter-modal__title{font-size:26px}.projects-filter-modal__grid,.projects-filter-modal__checks,.projects-filter-modal__actions{grid-template-columns:1fr}.projects-filter-modal__check{font-size:16px}.projects-filter-modal__reset,.projects-filter-modal__apply{min-height:50px;font-size:16px}}.projects-showcase--projects{padding-bottom:0}
