/* -------------------
   Basis
------------------- */
body {
  font-family: 'Manrope', sans-serif;
  color: #2a2116;
  background: #fdfbf8;
  line-height: 1.6;
  margin: 0;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #1b1613;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.9rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-head {
  text-align: center;
  margin: 60px 0 30px;
}

/* -------------------
   Header
------------------- */
.topbar {
  background: #fdfbf8;
  border-bottom: 1px solid #e5e2dc;
  padding: 20px 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  font-family: 'Playfair Display', serif;
  line-height: 1.3;
  text-align: left;
}

.logo .brand {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #1b1613;
  display: block;
}

.logo .sub {
  font-size: 12px;
  color: #8a837b;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-top: 2px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: #2a2116;
  cursor: pointer;
}

.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.main-nav a {
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 12px;
    gap: 16px;
    text-align: center;
  }

  .main-nav.show {
    display: flex;
  }
}

/* -------------------
   Buttons
------------------- */
.btn, .ghost {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.25s ease all;
  cursor: pointer;
  font-size: 15px;
}

.btn {
  background: #c3a978;
  color: #fff;
  border: none;
  box-shadow: inset 0 0 0 1px #c3a978;
}

.btn:hover {
  background: #a88c5e;
}

.ghost {
  border: 1px solid #c3a978;
  color: #c3a978;
  background: transparent;
}

.ghost:hover {
  background: #c3a978;
  color: #fff;
}

/* -------------------
   Hero
------------------- */
.hero {
  padding: 60px 20px;
  background: #faf7f2;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hero-card {
  background: #f7f2ea;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  flex: 1 1 480px;
}

.hero-card h1 {
  margin-top: 0;
}

.eyebrow {
  text-transform: uppercase;
  color: #b49c6a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hero-actions {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-image {
  flex: 1 1 400px;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
}

.gold-line {
  width: 60px;
  height: 3px;
  background: #c3a978;
  margin-top: 24px;
}

/* -------------------
   About
------------------- */
.about {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.about .card {
  flex: 1 1 300px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.about img {
  max-width: 100%;
  border-radius: 12px;
}

.quote {
  font-style: italic;
  color: #6a6159;
}

.band {
  margin-top: 20px;
  background: #f5efe5;
  padding: 20px;
  border-radius: 12px;
}

/* -------------------
   Portfolio
------------------- */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 0 20px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.tile {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.tile img {
  width: 100%;
  display: block;
}

.tile .cap {
  padding: 12px;
  font-weight: 600;
  font-size: 15px;
  color: #2a2116;
}

/* -------------------
   Diensten
------------------- */
.services {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.svc {
  flex: 1 1 300px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.svc .price {
  color: #b49c6a;
  font-weight: bold;
  margin-bottom: 10px;
}

/* -------------------
   Contactformulier
------------------- */
#contact .card.inset {
  background: #fefaf6;
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  flex: 1 1 480px;
}

#contact form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}

#contact input,
#contact textarea {
  flex: 1 1 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #e0dcd6;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #2a2116;
  box-sizing: border-box;
}

#contact .row input {
  flex: 1 1 calc(50% - 10px);
}

#contact textarea {
  min-height: 140px;
  resize: vertical;
  width: 100%;
}

#contact .row:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#contact .btn {
  background: linear-gradient(to top, #b49763, #e0c898);
  color: #fff;
  border-radius: 30px;
  padding: 12px 24px;
}

#contact .ghost {
  border: 1px solid #c3a978;
  color: #c3a978;
  background: transparent;
  padding: 12px 24px;
  border-radius: 30px;
}

#contact .ghost:hover {
  background: #c3a978;
  color: #fff;
}

@media (max-width: 768px) {
  #contact .row input {
    flex: 1 1 100%;
  }
}

/* -------------------
   Reviews
------------------- */
#reviews {
  background: #fdf9f3;
  padding: 80px 20px;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.reviews blockquote {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.reviews blockquote::before {
  content: "“";
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  line-height: 0.5;
  color: #c3a978;
  position: absolute;
  top: 20px;
  left: 24px;
  opacity: 0.2;
  z-index: 0;
}

.reviews blockquote p {
  position: relative;
  z-index: 1;
  font-size: 16.5px;
  font-style: italic;
  line-height: 1.7;
  color: #2a2116;
  margin-bottom: 24px;
}

.reviews blockquote footer {
  background: #f6f1ea;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #8a837b;
  text-align: center;
}

/* -------------------
   Footer
------------------- */
footer {
  background: #f3efe8;
  padding: 30px 20px;
  text-align: center;
  color: #6a6159;
  font-size: 14px;
}
