/* ==================================================
   PAGE TEMPLATE (page.php)
   Scoped, conflict-free
================================================== */

/* --------------------------------------------------
   HERO
-------------------------------------------------- */






/* --------------------------------------------------
   TITLE (overlap κάτω από hero)
-------------------------------------------------- */




/* --------------------------------------------------
   BREADCRUMBS
-------------------------------------------------- */

.breadcrumbs__list li::after {
  content: "/";
  margin-left: 0.5rem;
}

.breadcrumbs__list li:last-child::after {
  content: "";
}

.breadcrumbs > ul > li > a {
  color: white;
}





/* --------------------------------------------------
   PAGE CONTENT
-------------------------------------------------- */

.page-content {
width: auto;      /* ή απλά μην έχει width */
  max-width: none;
  margin: 0 auto;
  padding: 0 1.5rem 8rem;

  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.2rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.page-content p + p {
  margin-top: 1.6rem;
}


/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */

@media (max-width: 980px) {

  .page-hero__media {
    height: 42vh;
  }

}

@media (max-width: 640px) {

  .page-hero__media {
    height: 38vh;
    min-height: 240px;
  }

  .page-intro__title {
    margin-top: -2.25rem;
    margin-bottom: 1.5rem;
  }

  .page-content {
    font-size: 1.1rem;
  }

  .page-intro__lead {
    font-size: 1.1rem;
  }

}
