/* Generated by scripts/apply-theme.sh — do not edit by hand. */

/* --- gallery --- */
.c-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
.c-gallery__item {
  margin: 0;
}
.c-gallery img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.c-gallery figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}

/* --- mailto-form --- */
.c-mailto-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 480px;
}
.c-mailto-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-mailto-form__field label {
  font-weight: 600;
  font-size: 0.95rem;
}
.c-mailto-form__field input,
.c-mailto-form__field textarea {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: inherit;
  font-size: 1rem;
}
.c-mailto-form__field textarea {
  min-height: 6rem;
  resize: vertical;
}
.c-mailto-form__required {
  color: #c00;
}
.c-mailto-form__submit {
  align-self: flex-start;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 4px;
  background: #222;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.c-mailto-form__submit:hover {
  background: #444;
}

/* --- prose --- */
/* prose uses global typography from the theme (scaffold/src/css/themes/<theme>.css).
   No component-scoped CSS needed for v1. If future themes want to scope typography
   inside .c-prose specifically, add rules here. */
