/* ---------- Holten landing page overrides ---------- */

/* Custom hero banner */
.holten-hero {
  background-image: url("afbeeldingen/holten.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4rem 1.5rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
  position: relative;
}

.holten-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(70, 50, 30, 0.45);
}

.holten-hero > * {
  position: relative;
  z-index: 1;
}

/* Warm accents */
h2 {
  color: #7a5130;
  border-color: #e0d2b7;
}

.btn {
  background: #5a2f0d;
}

.btn:hover {
  background: #633e24;
}

/* Info section */
.details ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.details li {
  background: #e9e3d6;
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
  margin: 0.3rem 0;
}

/* Gallery */
.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.photo-grid img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  max-height: 180px;
}

/* Order section */
.order {
  text-align: center;
  background: #e9e3d6;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 1rem;
}

/* ---------- Reviews (Holten page) ---------- */
.reviews {
  margin-top: 2rem;
}

.reviews blockquote {
  background: #e9e3d6;
  border-left: 4px solid #7a5130;
  padding: 1rem 1.2rem;
  margin: 1rem 0;
  border-radius: 8px;
  font-style: italic;
  color: #444;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.reviews strong {
  display: block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: #3a3a3a;
}
/* ---------- Map preview ---------- */
.start-map {
  height: 220px;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 1px solid #d7cfb9;
}
