:root{--pr-orange: #FF8427;--pr-orange-light: #F69C60;--pr-orange-glow: rgba(255, 132, 39, .08);--pr-green: #a0c230;--pr-green-glow: rgba(160, 194, 48, .06);--pr-dark: #1a1a1a;--pr-muted: #6b7280;--pr-border: rgba(0, 0, 0, .06);--pr-surface: #ffffff;--pr-radius: 16px;--pr-transition: all .4s cubic-bezier(.4, 0, .2, 1)}.projects-hero{position:relative;overflow:hidden;background:radial-gradient(ellipse 700px 500px at 85% 20%,var(--pr-orange-glow) 0%,transparent 100%),radial-gradient(ellipse 500px 400px at 5% 80%,var(--pr-green-glow) 0%,transparent 100%),linear-gradient(180deg,#fffaf6,#fff)}.projects-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--pr-border),transparent)}.projects-label{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pr-orange)}.projects-label:before{content:"";width:24px;height:2px;background:linear-gradient(90deg,var(--pr-orange),var(--pr-orange-light));border-radius:1px}.projects-hero__title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--pr-dark)}.projects-hero__subtitle{font-size:1.125rem;line-height:1.6;color:var(--pr-muted);max-width:560px}.projects-hero__stats{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:50px;font-size:13px;font-weight:700;color:var(--pr-orange);background:#ff842714;border:1px solid rgba(255,132,39,.15)}.projects-hero__stats svg{width:16px;height:16px;stroke:var(--pr-orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.projects-hero__stats--green{color:var(--pr-green);background:#a0c23014;border-color:#a0c23033}.projects-hero__stats--green svg{stroke:var(--pr-green)}.projects-hero__title span{color:var(--pr-orange)}.projects-hero__highlights{display:grid;grid-template-columns:1fr 1fr;gap:16px}.projects-highlight{background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-radius);padding:20px 18px;transition:var(--pr-transition);position:relative;overflow:hidden}.projects-highlight:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#FFFAF6 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.projects-highlight:hover{box-shadow:0 12px 32px #ff842714,0 4px 12px #00000008;transform:translateY(-2px)}.projects-highlight:hover:before{opacity:1}.projects-highlight__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;position:relative;z-index:1}.projects-highlight__icon--orange{background:#ff842714;color:var(--pr-orange)}.projects-highlight__icon--orange svg{stroke:var(--pr-orange)}.projects-highlight__icon--green{background:#a0c23014;color:var(--pr-green)}.projects-highlight__icon--green svg{stroke:var(--pr-green)}.projects-highlight__title{font-size:.9375rem;font-weight:700;color:var(--pr-dark);margin-bottom:4px;position:relative;z-index:1}.projects-highlight__text{font-size:.8125rem;color:var(--pr-muted);line-height:1.5;position:relative;z-index:1}.projects-cities{padding:2rem 0 0;border-bottom:1px solid var(--pr-border)}.projects-cities__wrap{display:flex;align-items:center;gap:1.25rem;padding-bottom:1.5rem}.projects-cities__label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--pr-muted);white-space:nowrap;flex-shrink:0}.projects-cities__label svg{stroke:var(--pr-orange)}.projects-cities__list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.projects-city-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:50px;font-size:13px;font-weight:600;color:var(--pr-muted);background:#f5f5f5;border:1px solid transparent;text-decoration:none;transition:all .2s ease;white-space:nowrap}.projects-city-tag:hover{color:var(--pr-orange);background:#ff84270f;border-color:#ff842726}.projects-city-tag.is-active{color:#fff;background:linear-gradient(135deg,var(--pr-orange) 0%,#e06f10 100%);border-color:transparent;box-shadow:0 2px 8px #ff84274d}.projects-city-tag.is-active .projects-city-tag__count{background:#ffffff40;color:#fff}.projects-city-tag__count{font-size:11px;font-weight:700;padding:1px 7px;border-radius:50px;background:#0000000d;color:var(--pr-muted);line-height:1.4}@media(max-width:640px){.projects-cities__wrap{flex-direction:column;align-items:flex-start;gap:.75rem}.projects-cities__list{overflow-x:auto;flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none;width:100%}.projects-cities__list::-webkit-scrollbar{display:none}}.projects-grid__count{margin-bottom:1.5rem;font-size:.875rem;color:var(--pr-muted)}.projects-grid__count strong{color:var(--pr-dark);font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1280px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.projects-grid{grid-template-columns:1fr}}.project-card{background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-radius);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:var(--pr-transition);position:relative}.project-card:hover{box-shadow:0 20px 40px #ff84271a,0 8px 16px #0000000a;transform:translateY(-4px);border-color:#ff842733}.project-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:#f5f5f5}.project-card__image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.project-card:hover .project-card__image-wrap img{transform:scale(1.06)}.project-card__image-wrap:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.35) 0%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .4s ease}.project-card:hover .project-card__image-wrap:after{opacity:1}.project-card__badge{position:absolute;top:12px;left:12px;padding:4px 12px;font-size:11px;font-weight:700;color:var(--pr-orange);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;z-index:2;letter-spacing:.02em}.project-card__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1}.project-card__title{font-size:.9375rem;font-weight:700;color:var(--pr-dark);line-height:1.4;margin:0;transition:color .2s ease}.project-card:hover .project-card__title{color:var(--pr-orange)}.project-card__link{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:var(--pr-orange);margin-top:auto}.project-card__link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.project-card:hover .project-card__link svg{transform:translate(3px)}.pr-fade-up{opacity:0;transform:translateY(24px)}.pr-fade-up.is-visible{animation:prFadeUp .7s cubic-bezier(.16,1,.3,1) forwards}@keyframes prFadeUp{to{opacity:1;transform:translateY(0)}}.pr-delay-1{animation-delay:.1s}.pr-delay-2{animation-delay:.2s}.pr-delay-3{animation-delay:.3s}.pr-delay-4{animation-delay:.4s}.projects-empty{text-align:center;padding:4rem 2rem;color:var(--pr-muted)}.projects-empty svg{width:48px;height:48px;stroke:#d1d5db;fill:none;stroke-width:1.5;margin-bottom:1rem}.projects-empty p{font-size:1.125rem;font-weight:600;color:var(--pr-dark);margin-bottom:.5rem}.projects-empty span{font-size:.875rem}.projects-filter{position:relative;z-index:50;display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:end;padding:18px 20px;background:#fff9;border:1px solid rgba(0,0,0,.05);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.projects-filter:has(details[open]){z-index:200}.projects-cities{position:relative;z-index:50}.projects-filter__group{display:flex;flex-direction:column;gap:6px;min-width:0}.projects-filter__label{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--pr-muted, #6b7280);text-transform:uppercase;letter-spacing:.04em}.projects-filter__dropdown{position:relative;width:100%}.projects-filter__dropdown[open]{z-index:210}.projects-filter__dropdown>summary{list-style:none}.projects-filter__dropdown>summary::-webkit-details-marker{display:none}.projects-filter__trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;cursor:pointer;font-size:.9375rem;font-weight:500;color:var(--pr-dark, #1f2937);transition:border-color .15s ease,box-shadow .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.projects-filter__trigger:hover{border-color:#ff8427}.projects-filter__dropdown[open] .projects-filter__trigger{border-color:#ff8427;box-shadow:0 0 0 3px #ff84271f}.projects-filter__chevron{flex-shrink:0;transition:transform .2s ease}.projects-filter__dropdown[open] .projects-filter__chevron{transform:rotate(180deg)}.projects-filter__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:220;max-height:320px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2px;padding:6px;margin:0;list-style:none;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 12px 32px #00000014;animation:prFilterFade .15s ease}.projects-filter__menu .projects-filter__option-count{display:none}@keyframes prFilterFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.projects-filter__option{display:flex!important;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:8px 12px!important;border-radius:8px;font-size:.875rem;color:var(--pr-dark, #1f2937);cursor:pointer;transition:background .12s ease,color .12s ease;text-decoration:none!important}.projects-filter__option>span:first-child{min-width:0;overflow-wrap:anywhere}.projects-filter__option:hover:not(.is-disabled){background:#ff842714;color:#ff8427}.projects-filter__option.is-active{background:linear-gradient(135deg,#ff8427,#e06f10);color:#fff}.projects-filter__option.is-active .projects-filter__option-count{color:#ffffffd9}.projects-filter__option.is-disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.projects-filter__option-count{font-size:.75rem;color:var(--pr-muted, #9ca3af);font-variant-numeric:tabular-nums}.projects-filter__actions{display:flex;align-items:end;gap:8px}.projects-filter__reset{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;background:transparent;border:1px solid rgba(0,0,0,.08);border-radius:12px;color:var(--pr-muted, #6b7280);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-decoration:none}.projects-filter__reset:hover{color:#dc2626;border-color:#dc2626;background:#dc26260d}#jsProjectsContent.is-loading{opacity:.5;pointer-events:none;transition:opacity .15s ease}@media(max-width:768px){.projects-filter{grid-template-columns:1fr;gap:12px;padding:14px 16px}.projects-filter__menu{max-height:60vh;grid-template-columns:1fr}}
