.camel-project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.camel-project-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.06)}.camel-card-image{display:block;aspect-ratio:4/3;background:#eee;overflow:hidden}.camel-card-image img{width:100%;height:100%;object-fit:cover;display:block}.camel-no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:220px;background:#ece9dd;color:#666;font-weight:700}.camel-card-body{padding:22px}.camel-card-body h3{margin:12px 0 4px;font-size:1.5rem}.camel-card-body h3 a{text-decoration:none;color:inherit}.camel-project-name{font-size:1.05rem;font-weight:600;margin-bottom:12px}.camel-latest{font-size:.92rem;color:#666;margin:10px 0 18px}.camel-status{display:inline-block;padding:5px 9px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:#e7e7e7}.camel-status-current{background:#dfead8}.camel-status-completed{background:#d9e6ef}.camel-status-on-hold{background:#efe3c8}.camel-button{display:inline-block;padding:10px 15px;border-radius:5px;background:#214a35;color:#fff!important;text-decoration:none;font-weight:700}.camel-project-single-wrap{max-width:1200px;margin:0 auto;padding:50px 24px 80px}.camel-project-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:40px;align-items:start}.camel-project-hero-image img{width:100%;height:auto;border-radius:10px}.camel-project-hero-copy h1{font-size:clamp(2rem,5vw,4rem);margin:12px 0 2px}.camel-project-hero-copy h2{margin:0 0 18px;font-size:1.5rem;font-weight:500}.camel-owner{font-weight:600}.camel-project-timeline-section{margin-top:70px}.camel-project-timeline-section>h2{font-size:2rem;margin-bottom:30px}.camel-timeline{position:relative;margin-left:18px}.camel-timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:#ccd1c9}.camel-timeline-item{position:relative;padding-left:45px;margin-bottom:46px}.camel-timeline-marker{position:absolute;left:0;top:7px;width:16px;height:16px;border-radius:50%;background:#214a35;box-shadow:0 0 0 5px #fff}.camel-timeline-content time{font-weight:800;color:#6c6c6c;text-transform:uppercase;font-size:.83rem;letter-spacing:.04em}.camel-timeline-content h3{font-size:1.7rem;margin:7px 0 16px}.camel-update-featured img{max-width:100%;height:auto;border-radius:8px}.camel-update-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:18px}.camel-update-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px;display:block}.camel-latest-updates{display:grid;gap:22px}.camel-latest-update{display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:center}.camel-latest-update img{width:180px;height:125px;object-fit:cover;border-radius:7px}.camel-latest-project{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.camel-latest-update h3{margin:4px 0}.camel-latest-update a{text-decoration:none;color:inherit}@media(max-width:760px){.camel-project-hero{grid-template-columns:1fr}.camel-latest-update{grid-template-columns:1fr}.camel-latest-update img{width:100%;height:auto}}


/* v1.2.0 — Singing Camel homepage / Divi child-theme integration */
.camel-project-grid.sc-home-featured,
.sc-home-featured.camel-project-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.sc-home-featured .camel-project-card {
  border-radius:0;
  border:1px solid rgba(40,56,47,.18);
  box-shadow:none;
  background:rgba(255,255,255,.30);
  transition:transform .22s ease, box-shadow .22s ease;
}
.sc-home-featured .camel-project-card:hover {
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(27,32,27,.10);
}
.sc-home-featured .camel-card-image { aspect-ratio:4/3; }
.sc-home-featured .camel-card-image img {
  filter:saturate(.82) contrast(1.03);
}
.sc-home-featured .camel-card-body { padding:22px 22px 25px; }
.sc-home-featured .camel-status {
  border-radius:0;
  background:#a58a56;
  color:#fff;
  padding:6px 9px;
  font-size:10px;
  letter-spacing:.12em;
}
.sc-home-featured .camel-status-completed { background:#485a48; }
.sc-home-featured .camel-status-on-hold { background:#795a3c; }
.sc-home-featured .camel-card-body h3 {
  margin:14px 0 4px;
  font-family:"Libre Baskerville",Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.025em;
}
.sc-home-featured .camel-project-name {
  font-family:"Libre Baskerville",Georgia,"Times New Roman",serif;
  font-weight:400;
}
.sc-home-featured .camel-latest {
  color:#6f7169;
  font-size:.82rem;
}
.sc-home-featured .camel-button {
  padding:0;
  border-radius:0;
  background:transparent;
  color:#28382f!important;
  font-size:11px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.sc-home-featured .camel-button:after { content:" →"; }
@media(max-width:980px){
  .camel-project-grid.sc-home-featured,
  .sc-home-featured.camel-project-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:600px){
  .camel-project-grid.sc-home-featured,
  .sc-home-featured.camel-project-grid { grid-template-columns:1fr; }
}
