.featured-projects{background-color:var(--bg);width:100%;color:var(--fg);padding:1rem;position:relative}.featured-projects .featured-project-card{width:100%;height:100svh;transform-style:preserve-3d;perspective:1000px;will-change:transform;justify-content:center;align-items:center;display:flex;position:sticky}.featured-projects .featured-project-card-inner{background-color:var(--surface);border:1px solid var(--line);transform-origin:50% 100%;will-change:transform;border-radius:0;gap:1rem;width:100%;height:calc(100% - 2rem);padding:1rem;display:flex;position:relative;overflow:hidden}.featured-projects .featured-project-card-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.featured-projects .featured-project-card-content-main{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:2rem;display:flex}.featured-projects .featured-project-card-info{text-align:left;color:var(--fg-muted);justify-content:space-between;align-items:center;gap:1rem;padding:2rem;display:flex}.featured-projects .featured-project-card-info p{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-size:.78rem;font-weight:600;line-height:1.7}.featured-projects .fp-capacity{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg);border:1px solid var(--line);border-radius:0;flex-shrink:0;padding:.4rem .85rem;font-size:.68rem;font-weight:600}.featured-projects .fp-features{gap:.7rem;width:90%;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.featured-projects .fp-features li{color:var(--fg-muted);padding-left:1.6rem;font-size:1rem;line-height:1.4;position:relative}.featured-projects .fp-features li:before{content:"";border-left:1.6px solid var(--accent);border-bottom:1.6px solid var(--accent);width:8px;height:5px;position:absolute;top:.35rem;left:0;transform:rotate(-45deg)}.featured-projects .fp-cta{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent);border-bottom:1px solid var(--accent);align-items:center;gap:.5rem;margin-top:2rem;padding-bottom:.4rem;font-size:.78rem;font-weight:600;transition:gap .25s;display:inline-flex}.featured-projects .fp-cta:hover{gap:.9rem}.featured-projects .featured-project-card-title h2{color:var(--fg);padding:1.5rem 0 1.25rem;font-size:clamp(2.2rem,3.4vw,3.6rem);line-height:1}.featured-projects .featured-project-card-description{text-align:left;width:80%;color:var(--fg-muted)}.featured-projects .featured-project-card-description p{font-size:1.15rem;line-height:1.55}.featured-projects .featured-project-card-img{border-radius:0;flex:1.3;width:100%;height:100%;overflow:hidden}.featured-projects .featured-project-card-img img{object-fit:cover;width:100%;height:100%}.featured-projects .featured-project-card-inner:after{content:"";background-color:var(--bg);width:100%;height:100%;opacity:var(--after-opacity,0);will-change:opacity;pointer-events:none;z-index:2;position:absolute;top:0;left:0}@media (max-width:1000px){.featured-projects .featured-project-card-inner{flex-direction:column}.featured-projects .featured-project-card-content,.featured-projects .featured-project-card-img{flex:1}.featured-projects .featured-project-card-info{width:90%;padding:1.5rem}.featured-projects .featured-project-card-content-main{padding:1.5rem}.featured-projects .featured-project-card-description{display:none}}
