/* Over Ons Page - MINIMALISTISCH & STRAK DESIGN */

/* Over Ons Hero Section */
.over-ons-hero {
  background-color: var(--deep-black, #0a0a0a);
  background-image: linear-gradient(rgba(10,10,10,0.4),rgba(10,10,10,0.4)), url('../assets/spherebox_video_poster.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-image 0.3s ease;
}

.over-ons-hero .hero-content {
  text-align: center;
  max-width: 800px;
  padding: 0 clamp(1rem, 4vw, 2rem);
  z-index: 2;
}

.over-ons-hero h1 {
  font-family: var(--font-primary);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 300;
  color: var(--ivory-white);
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -1px; /* STRAKKER */
}

.over-ons-hero .hero-subtitle {
  font-size: clamp(1rem, 3vw, 1.3rem);
  color: rgba(249, 247, 243, 0.9);
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-family: var(--font-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* MINIMALISTISCH INTRO SECTION */
.intro-section {
  padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(1rem, 2vw, 1.5rem);
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  text-align: center;
}

.intro-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.intro-content .section-title {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  color: var(--deep-black);
  margin-bottom: 0;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.intro-text {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6; /* STRAKKER */
  color: var(--deep-black); /* ZWART */
  font-family: var(--font-secondary);
  margin: 0;
  font-weight: 300;
  font-style: normal; /* GEEN ITALIC */
}

/* ABOUT SECTION - MINIMALISTISCH */
.about-section {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(5rem, 8vw, 7rem);
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  position: relative;
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

/* ABOUT IMAGE - STRAK EN MINIMAAL */
.about-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 4vw, 2.5rem);
  max-width: 450px;
  margin: 0 auto;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 2px; /* MINIMALE RADIUS */
  aspect-ratio: 3/4;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); /* SUBTIEL */
  transition: all 0.3s ease;
}

.about-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.about-image:hover img {
  transform: scale(1.03);
}

/* IMAGE OVERLAY - MINIMAAL */
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: clamp(1.5rem, 3vw, 2rem);
  color: var(--ivory-white);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transform: translateY(0);
  transition: all 0.3s ease;
  font-family: var(--font-primary);
}

.image-overlay span:first-child {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 300;
  margin-bottom: 0.3rem;
}

.image-overlay span:last-child {
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  color: var(--antique-gold);
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* SIGNATURE - UNDER TEXT WITH TRANSPARENT BG */
.signature-container {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: center;
}

.signature {
  max-width: 450px;
  height: auto;
  max-height: clamp(120px, 20vw, 200px);
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

/* ABOUT CONTENT */
.about-content {
  text-align: left;
}

.about-content h3 {
  font-family: var(--font-primary);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: var(--deep-black);
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
  font-weight: 300;
  letter-spacing: -0.3px;
}

.about-content p {
  color: var(--deep-black); /* ZWART */
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.6; /* STRAKKER */
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  font-family: var(--font-secondary);
  font-weight: 300;
}

.about-content p:last-child {
  margin-bottom: 0;
}

/* PHILOSOPHY SECTION - MINIMALISTISCH */
.philosophy-section {
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: var(--ivory-white);
  text-align: center;
}

.philosophy-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.philosophy-content .section-title {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  color: var(--deep-black);
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
  letter-spacing: -0.5px;
}

.philosophy-text {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6; /* STRAKKER */
  color: var(--deep-black); /* ZWART */
  font-family: var(--font-secondary);
  margin-bottom: 0;
  font-weight: 300;
  font-style: normal; /* GEEN ITALIC */
}

/* VALUES SECTION - MINIMALISTISCH */
.values-section {
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}

.values-section .section-title {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  color: var(--deep-black);
  margin-bottom: clamp(3rem, 6vw, 4rem);
  text-align: center;
  letter-spacing: -0.5px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

/* VALUE ITEMS - STRAK EN MINIMAAL */
.value-item {
  background: var(--ivory-white);
  padding: clamp(2rem, 4vw, 2.5rem);
  border-radius: 2px; /* MINIMALE RADIUS */
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); /* SUBTIEL */
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  line-height: 1;
  color: var(--deep-black); /* ZWART */
}

.value-icon svg {
  width: clamp(35px, 7vw, 42px);
  height: clamp(35px, 7vw, 42px);
  transition: transform 0.3s ease;
}

.value-item:hover .value-icon svg {
  transform: scale(1.05);
}

.value-item h4 {
  font-family: var(--font-primary);
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  color: var(--deep-black);
  margin-bottom: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300;
  letter-spacing: -0.2px;
}

.value-item p {
  color: var(--deep-black); /* ZWART */
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 1.6;
  font-family: var(--font-secondary);
  margin: 0;
  font-weight: 300;
}

/* CTA SECTION - MINIMALISTISCH */
.cta-section {
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: var(--deep-black);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.cta-section h2 {
  font-family: var(--font-primary);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  color: var(--ivory-white);
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  font-weight: 300;
  letter-spacing: -0.3px;
}

.cta-section p {
  color: rgba(249, 247, 243, 0.8);
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: clamp(2.5rem, 5vw, 3rem);
  font-family: var(--font-secondary);
  font-weight: 400;
}

.cta-section .cta-button {
  display: inline-block;
  background: var(--ivory-white);
  color: var(--deep-black);
  padding: clamp(0.9rem, 2vw, 1.1rem) clamp(2rem, 5vw, 3rem);
  font-family: var(--font-secondary);
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  font-weight: 300;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid var(--ivory-white);
}

.cta-section .cta-button:hover {
  background: var(--deep-black);
  color: var(--ivory-white);
  border-color: var(--ivory-white);
  transform: translateY(-2px);
}

/* RESPONSIVE DESIGN */

/* Desktop (1024px+) */
@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(4rem, 6vw, 6rem);
    text-align: left;
  }

  .about-content {
    text-align: left;
  }

  .about-image-container {
    max-width: 500px;
  }

  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet (768px - 1023px) */
@media (max-width: 1023px) {
  .about-grid {
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .about-image-container {
    max-width: 400px;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}

/* Mobile (320px - 767px) */
@media (max-width: 767px) {
  .over-ons-hero {
    height: 60vh;
    min-height: 400px;
  }

  .values-section,
  .cta-section {
    padding: clamp(3rem, 6vw, 4rem) 0;
  }

  .intro-section {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(0.5rem, 1.5vw, 1rem);
  }

  .about-section {
    padding: clamp(1rem, 3vw, 2rem) 0 clamp(3rem, 6vw, 4rem);
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-content {
    text-align: center;
  }

  .signature-container {
    display: flex;
    justify-content: center;
  }

  .about-image-container {
    max-width: 350px;
    gap: clamp(1.5rem, 3vw, 2rem);
  }

  .about-image {
    aspect-ratio: 4/5;
    max-width: 320px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .value-item {
    padding: 1.5rem;
  }

  .signature {
    height: clamp(80px, 18vw, 130px);
  }
}

/* Small Mobile (320px - 479px) */
@media (max-width: 479px) {
  .about-image-container {
    max-width: 300px;
  }

  .about-image {
    max-width: 280px;
  }

  .value-item {
    padding: 1.2rem;
  }

  .signature-container {
    gap: 0.8rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .about-image,
  .value-item,
  .cta-button,
  .signature {
    transition: none !important;
  }

  .about-image:hover,
  .value-item:hover {
    transform: none !important;
  }

  .image-overlay {
    transform: translateY(0) !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .value-item,
  .about-image {
    border: 2px solid var(--deep-black);
  }

  .image-overlay {
    background: rgba(0, 0, 0, 0.9);
  }

  .cta-button {
    border: 2px solid var(--ivory-white);
  }
}

/* Print Styles */
@media print {
  .cta-section {
    background: white !important;
    color: black !important;
  }

  .cta-button {
    border: 2px solid black !important;
    color: black !important;
  }

  .about-image,
  .value-item {
    box-shadow: none !important;
    border: 1px solid #ccc;
    break-inside: avoid;
  }

  .image-overlay {
    display: none !important;
  }
}

/* Focus States for Accessibility */
.cta-button:focus {
  outline: 3px solid var(--antique-gold);
  outline-offset: 2px;
}

/* Animation Delays for Staggered Loading */
.value-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.value-item:nth-child(1) {
  animation-delay: 0.1s;
}
.value-item:nth-child(2) {
  animation-delay: 0.2s;
}
.value-item:nth-child(3) {
  animation-delay: 0.3s;
}
.value-item:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
