body{overflow-x:hidden}.projects{background:#e8e4d9}.projects-heading{display:flex;align-items:end;justify-content:space-between;gap:32px}.projects-heading p{max-width:430px;color:var(--muted);margin-bottom:48px}.carousel{max-width:1040px;margin:auto;touch-action:pan-y;outline:none}.carousel:focus-visible{outline:3px solid #687456;outline-offset:8px}.carousel-viewport{overflow:hidden;border-radius:18px}.carousel-track{display:flex;transition:transform .48s cubic-bezier(.2,.7,.2,1);will-change:transform}.project-card{min-width:100%;min-height:390px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(28px,7vw,78px);background:var(--dark);color:#fff}.project-card small{color:var(--acid);font-weight:850;letter-spacing:.14em}.project-card h3{font-size:clamp(38px,6vw,68px);line-height:1;margin:20px 0;letter-spacing:-.05em}.project-card p{max-width:680px;font-size:20px;color:#d7dbd2}.project-card a{margin-top:18px;font-weight:800;text-underline-offset:5px}.catalog-card{background:#303827}.carousel-controls{display:grid;grid-template-columns:50px 1fr 50px;align-items:center;gap:16px;margin-top:18px}.carousel-controls>button,.carousel-dots button{border:1px solid #777b71;background:transparent;color:var(--ink);cursor:pointer}.carousel-controls>button{width:50px;height:46px;border-radius:8px;font-size:24px}.carousel-dots{display:flex;justify-content:center;gap:9px}.carousel-dots button{width:11px;height:11px;border-radius:50%;padding:0}.carousel-dots button[aria-current=true]{background:var(--ink)}.carousel-progress{height:3px;background:#cbc7bc;margin-top:12px;overflow:hidden}.carousel-progress i{display:block;width:0;height:100%;background:#687456}.carousel-progress i.running{animation:carousel-progress 7s linear forwards}.project-details{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:56px;scroll-margin-top:100px}.project-details article{padding:18px;background:var(--card);border:1px solid var(--line);border-radius:10px;scroll-margin-top:100px}.project-details p{font-size:14px;color:var(--muted)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes carousel-progress{to{width:100%}}@media(max-width:850px){.projects-heading{align-items:flex-start;flex-direction:column}.projects-heading p{margin:0 0 30px}.project-details{grid-template-columns:1fr}.project-card{min-height:430px}}@media(max-width:420px){.project-card{padding:28px 22px}.project-card h3{font-size:40px}.carousel-controls{grid-template-columns:46px 1fr 46px}.carousel-dots{gap:7px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.carousel-track{transition:none}.carousel-progress i.running{animation:none}}
