/* ============================================
   ABOUT DK34 PAGE
============================================ */

.dk34-about-hero {
  padding: 160px 40px 80px;
  text-align: center;
  background: radial-gradient(circle at top left, #111827 0, #020308 55%);
}

.dk34-about-hero h1 {
  font-family: "Haettenschweiler", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-style: italic; /* als je 'm cursief wilt */
}

@font-face {
  font-family: "Haettenschweiler";
  src: url("/fonts/Haettenschweiler.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.dk34-about-hero h1 {
  font-family: "Haettenschweiler", sans-serif;
}

.dk34-about-hero p {
  max-width: 800px;
  margin: 0 auto;
  color: #aaa;
  font-size: 1.2rem;
  line-height: 1.7;
}

/* CONTENT SECTION */
.dk34-about-section {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 40px;
  line-height: 1.8;
}

.dk34-about-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.dk34-about-section p {
  color: #ccc;
  margin-bottom: 20px;
}

/* IMAGE BLOCK - CINEMATIC STYLE */
.dk34-about-image {
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0,0,0,0.6);
  filter: contrast(1.15) saturate(1.1) brightness(0.95);
  background: radial-gradient(circle at center, rgba(0,0,0,0.3), rgba(0,0,0,0.9));
}

.dk34-about-image img {
  width: 100%;
  display: block;
  transform: scale(1.02);
  transition: transform 0.8s ease, filter 0.8s ease;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.6)) brightness(1.05);
}

.dk34-about-image:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) contrast(1.2);
}
