/* ============================================================
   Plan Elite — STUDIO variant
   Same aesthetic as Classic, but grounded in the client's real
   imagery and full-colour featured projects.
   ============================================================ */

/* Hero poster = the real "outside → inside" home (matches the video frame) */
.hero { background-image: url("./assets/brand/hero-studio-poster.webp"); }

/* About = the real entrance / Table Mountain photograph */
.about-image {
  background:
    linear-gradient(90deg, transparent 52%, rgba(8, 13, 18, 0.5)),
    url("./assets/real/about.webp") center / cover no-repeat;
}

/* Featured projects in full colour (no black & white) */
.project-media img {
  filter: none;
}
.projects article:hover .project-media img {
  filter: none;
  transform: scale(1.05);
}
