.fenike-project-archive-page,
.fenike-project-shortcode{
  --fp-orange:#db7225;
  --fp-dark:#171717;
  --fp-muted:#666;
  --fp-soft:#faf9f5;
  font-family:Poppins,Segoe UI,Arial,sans-serif;
}
.fenike-project-archive-page{width:100%;background:linear-gradient(180deg,#fff 0%,#faf9f5 100%);}
.fenike-project-archive-container{width:100%;max-width:1320px;margin:0 auto;padding:0 22px;}
.fenike-project-archive-hero{padding:110px 0 70px;background:radial-gradient(circle at 10% 5%,rgba(219,114,37,.12),transparent 30%),#fff;}
.fenike-archive-kicker{display:inline-flex;align-items:center;gap:9px;padding:10px 16px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#202020;font-size:12px;font-weight:800;letter-spacing:.8px;box-shadow:0 14px 35px rgba(0,0,0,.045)}
.fenike-archive-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--fp-orange)}
.fenike-project-archive-hero h1{margin:28px 0 16px;color:var(--fp-dark);font-size:clamp(40px,5vw,72px);line-height:1.12;font-weight:700;letter-spacing:-1.4px}
.fenike-project-archive-hero p{max-width:720px;margin:0;color:var(--fp-muted);font-size:17px;line-height:1.8}
.fenike-project-archive-list{padding:70px 0 100px}
.fenike-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.fenike-project-card{overflow:hidden;border-radius:30px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 22px 70px rgba(0,0,0,.07);transition:.25s ease}
.fenike-project-card:hover{transform:translateY(-6px);box-shadow:0 32px 90px rgba(0,0,0,.11);border-color:rgba(219,114,37,.35)}
.fenike-project-image{display:block;height:255px;background:#eee;overflow:hidden}
.fenike-project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.55s ease}
.fenike-project-card:hover .fenike-project-image img{transform:scale(1.08)}
.fenike-project-content{padding:28px}
.fenike-project-label{display:inline-flex;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(219,114,37,.1);color:var(--fp-orange);font-size:11px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}
.fenike-project-content h3{margin:0 0 14px;color:#171717;font-size:24px;line-height:1.24;font-weight:750;letter-spacing:-.3px}
.fenike-project-content h3 a{color:inherit!important;text-decoration:none!important}
.fenike-project-content p{margin:0;color:#666;font-size:14.8px;line-height:1.7}
.fenike-project-readmore{display:inline-flex;margin-top:22px;color:#fff!important;background:var(--fp-orange);padding:11px 15px;border-radius:999px;text-decoration:none!important;font-size:13px;font-weight:800;transition:.25s ease}
.fenike-project-readmore:hover{background:#171717;transform:translateX(3px)}
.fenike-project-empty{grid-column:1/-1;padding:30px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.08);color:#666}
.fenike-project-pagination{margin-top:40px}
@media(max-width:1100px){.fenike-project-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.fenike-project-archive-container{padding:0 14px}.fenike-project-archive-hero{padding:76px 0 52px}.fenike-project-grid{grid-template-columns:1fr;gap:22px}.fenike-project-image{height:220px}.fenike-project-content{padding:24px}.fenike-project-content h3{font-size:22px}}
