/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

/* Home hero CTA buttons */
.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* "View All Posts" footer under the home page Latest Writing teaser */
.recent-posts-footer {
  text-align: center;
  margin-top: 2rem;
}

/* Showcase card image placeholder (used before a project has real photos) */
.showcase-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 700 / 560;
  background: var(--q2-bg-elev);
  border-radius: var(--q2-radius-md);
  color: var(--q2-text-muted);
  font-size: 2rem;
}

/* Showcase project detail — supporting image grid (shares gallery styling) */
.showcase-gallery {
  margin-top: 2.5rem;
}

/* Showcase project detail — tag list */
.showcase-item-tags {
  margin-top: 2rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* Modular Text sections opting into a smaller (70%), centered image */
.modular-text.photo-70 img {
  display: block;
  width: 70%;
  margin-inline: auto;
}
