.featured-projects{position:relative;width:100%;background-color:var(--base-500);color:var(--base-100);padding:1rem}.featured-project-card{position:relative;width:100%;height:100svh;display:flex;align-items:center;transform-style:preserve-3d;perspective:1000px}.featured-project-card-inner{position:relative;width:100%;height:calc(100% - 2rem);padding:1rem;display:flex;gap:1rem;border-radius:2rem;background-color:var(--base-450);transform-origin:50% 100%;overflow:hidden}.featured-project-card-content{display:flex;flex-direction:column;justify-content:space-between;flex:1 1;min-width:0}.featured-project-card-content-main{padding:2rem}.featured-project-card-info{max-width:30ch;padding:2rem;color:var(--base-250)}.featured-project-card-title h3{padding:2rem 0 1rem;font-size:clamp(2rem,3.6vw,3.5rem)}.featured-project-card-description{max-width:36ch;color:var(--base-250)}.featured-project-card-img{flex:1 1;min-width:0;height:100%;border-radius:1.5rem;overflow:hidden}.featured-project-card-img img{display:block}.featured-project-card-inner:after{content:"";position:absolute;inset:0;background-color:var(--base-500);opacity:var(--after-opacity,0);pointer-events:none;z-index:2}@media (max-height:699px),(max-width:1000px),(prefers-reduced-motion:reduce){.featured-project-card{height:auto;margin-bottom:1rem}.featured-project-card-inner{height:auto}.featured-project-card-img{height:auto;aspect-ratio:4/3}}@media (max-width:1000px){.featured-project-card-inner{flex-direction:column}.featured-project-card-content-main,.featured-project-card-info{padding:1rem}.featured-project-card-title h3{padding-top:0}.featured-project-card-img{flex:none;width:100%}}.client-reviews{width:100%;display:flex;justify-content:center}.client-reviews-wrapper{width:min(100%,42rem);min-width:0;color:var(--base-200)}.client-review-content{display:flex;flex-direction:column;gap:2rem}.client-review-img{position:relative;width:100%;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;padding:.5rem;background-color:var(--base-400)}.client-review-img img{display:block;border-radius:.75rem}.client-review-copy{min-height:9rem}.client-review-copy p{text-align:center;font-size:clamp(1.25rem,2vw,1.75rem);color:var(--base-250);line-height:1.5}.clients-list{display:flex;align-items:stretch;gap:.25rem;margin-top:2rem}.client-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;overflow:hidden;background-color:var(--base-400);color:var(--base-100);border:none;border-radius:.25rem;padding:.25rem;min-height:3rem;flex:0 0 3rem;min-width:0;font:inherit;text-align:right;transition:background-color .5s,flex-grow .75s cubic-bezier(.76,0,.24,1)}.client-item.active{flex-grow:1;background-color:var(--base-100);color:var(--base-500)}.client-avatar{width:2.5rem;height:2.5rem;border-radius:.25rem;overflow:hidden;flex-shrink:0}.client-info{min-width:0;display:flex;flex-direction:column;gap:.25rem;opacity:0;transition:opacity .3s}.client-item.active .client-info{opacity:1}.client-name{font-size:.9rem;font-weight:600;line-height:1.3}.client-title{font-size:.75rem;color:var(--base-400)}@media (max-width:600px){.clients-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.client-info{opacity:1}.client-name{font-size:.8rem}.client-title{display:none}}