.fenike-project-archive-page,
.fenike-project-shortcode{
  --fp-orange:#db7225;
  --fp-orange-dark:#c7631e;
  --fp-dark:#171717;
  --fp-muted:#666;
  --fp-soft:#faf9f5;
  font-family:Poppins,Segoe UI,Arial,sans-serif;
}

.fenike-project-archive-page{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  background:transparent !important;
  overflow:hidden;
  position:relative;
}

.fenike-project-archive-page *{box-sizing:border-box}

.fenike-project-archive-container{
  width:100%;
  max-width:1480px;
  margin:0 auto;
  padding-left:32px;
  padding-right:32px;
}

.fenike-project-archive-hero{
  width:100%;
  padding:110px 0 76px;
  background:transparent !important;
}

.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,74px);
  line-height:1.14;
  font-weight:700;
  letter-spacing:-1.2px;
}

.fenike-project-archive-hero p{
  max-width:760px;
  margin:0;
  color:var(--fp-muted);
  font-size:17px;
  line-height:1.8;
}

.fenike-project-archive-list{padding:78px 0 110px;background:transparent!important}

.fenike-project-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
}

.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:270px;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.28;font-weight:750;letter-spacing:-.2px}
.fenike-project-content h3 a{color:inherit!important;text-decoration:none!important}
.fenike-project-content p{
  margin:0;
  color:#666;
  font-size:14.6px;
  line-height:1.68;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.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}

.fenike-project-shortcode{width:100%}

@media(max-width:1100px){
  .fenike-project-grid{grid-template-columns:repeat(2,1fr)}
  .fenike-project-archive-container{padding-left:22px;padding-right:22px}
}
@media(max-width:767px){
  .fenike-project-archive-container{padding-left:14px;padding-right: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}
}


/* v1.0.7: Archive/category/project listing pages are transparent and card descriptions are hidden. */
.fenike-project-archive-page,
.fenike-project-archive-page .fenike-project-archive-hero,
.fenike-project-archive-page .fenike-project-archive-list,
.fenike-project-shortcode{
  background:transparent!important;
}
.fenike-project-archive-page .fenike-project-content p,
.fenike-project-shortcode .fenike-project-content p{
  display:none!important;
}
.fenike-project-content{
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.fenike-project-readmore{
  margin-top:auto!important;
}

/* v1.0.8: Homepage shortcode section support */
.fenike-project-shortcode{
  --fp-orange:#db7225;
  --fp-orange-dark:#c7631e;
  --fp-dark:#171717;
  --fp-muted:#666;
  --fp-soft:#faf9f5;
  width:100%;
  position:relative;
  padding:20px 0;
  font-family:Poppins,Segoe UI,Arial,sans-serif;
}
.fenike-project-shortcode *{box-sizing:border-box}
.fenike-project-shortcode-head{
  max-width:860px;
  margin:0 0 34px;
}
.fenike-project-shortcode-title{
  margin:24px 0 12px!important;
  color:var(--fp-dark)!important;
  font-size:clamp(34px,4.2vw,58px)!important;
  line-height:1.12!important;
  font-weight:750!important;
  letter-spacing:-1.2px!important;
  text-transform:none!important;
}
.fenike-project-shortcode-desc{
  max-width:720px;
  margin:0!important;
  color:var(--fp-muted)!important;
  font-size:16.5px!important;
  line-height:1.8!important;
}
.fenike-project-shortcode-cols-2 .fenike-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.fenike-project-shortcode-cols-3 .fenike-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.fenike-project-shortcode-cols-4 .fenike-project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.fenike-project-shortcode-cols-4 .fenike-project-image{height:230px;}
.fenike-project-shortcode-cols-4 .fenike-project-content{padding:24px;}
.fenike-project-shortcode-cols-4 .fenike-project-content h3{font-size:21px;}
.fenike-project-shortcode-action{
  display:flex;
  justify-content:center;
  margin-top:42px;
}
.fenike-project-archive-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 22px;
  border-radius:999px;
  background:var(--fp-dark);
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px;
  line-height:1;
  font-weight:850;
  letter-spacing:.2px;
  box-shadow:0 18px 45px rgba(0,0,0,.16);
  transition:.25s ease;
}
.fenike-project-archive-button:hover{
  background:var(--fp-orange);
  transform:translateY(-3px);
  box-shadow:0 22px 55px rgba(219,114,37,.26);
}
@media(max-width:1100px){
  .fenike-project-shortcode-cols-3 .fenike-project-grid,
  .fenike-project-shortcode-cols-4 .fenike-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  .fenike-project-shortcode{padding:8px 0;}
  .fenike-project-shortcode-head{margin-bottom:26px;}
  .fenike-project-shortcode-title{font-size:32px!important;letter-spacing:-.6px!important;}
  .fenike-project-shortcode-desc{font-size:15px!important;line-height:1.7!important;}
  .fenike-project-shortcode-cols-2 .fenike-project-grid,
  .fenike-project-shortcode-cols-3 .fenike-project-grid,
  .fenike-project-shortcode-cols-4 .fenike-project-grid{grid-template-columns:1fr;}
  .fenike-project-shortcode-action{justify-content:flex-start;margin-top:30px;}
}
