.sheet-4-dark.experience {
    background: radial-gradient(
      circle at top,
      #1c1c1c 0%,
      #0b0b0b 60%
    );
    color: #fff;
    padding: 150px 80px;
    position: relative;
    overflow: hidden;
  }
  
  .sheet-4-dark::after {
    content:"";
    position:absolute;
    inset:0;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");
    pointer-events:none;
  }
  
  .exp-wrap {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }
  
  .exp-label {
    display: inline-block;
    background: #e84f1b;
    color: #111;
    font-weight: 800;
    letter-spacing: .12em;
    padding: 8px 14px;
    margin-bottom: 40px;
  }
  
  .exp-quote {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 28px;
  }
  
  .exp-quote span {
    color: #e84f1b;
    font-weight: 700;
  }
  
  .exp-author {
    opacity: .7;
    font-size: 1rem;
    margin-bottom: 50px;
  }
  
  .exp-text {
    max-width: 520px;
    border-left: 4px solid #e84f1b;
    padding-left: 24px;
  }
  
  .exp-text p {
    margin-bottom: 14px;
    line-height: 1.7;
    opacity: .9;
  }
  
  @media (max-width: 768px) {
    .sheet-4-dark.experience {
      padding: 100px 24px;
    }
  
    .exp-quote {
      font-size: 1.9rem;
    }
  }
  

.exp-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
  max-width: 1100px;
}

.exp-photo {
  margin: 0;
  transform: rotate(2.5deg);
  border: 8px solid #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  transition: transform .35s ease;
}

.exp-photo:hover { transform: rotate(0deg) scale(1.02); }

.exp-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.exp-photo figcaption {
  background: #fff;
  color: #111;
  font-weight: 800;
  text-align: center;
  padding: 12px;
  font-size: .95rem;
}

@media (max-width: 900px) {
  .exp-grid { grid-template-columns: 1fr; gap: 50px; }
  .exp-photo { max-width: 420px; margin: 0 auto; }
}













.sheet-video {
  position: relative;
  padding: 70px 24px 90px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.sv-bgword {
  position: absolute;
  top: -0.15em;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 14vw, 10rem);
  font-weight: 700;
  color: #f4ede9;
  letter-spacing: -0.02em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.sv-wrap {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}

.sv-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #e84f1b;
  margin-bottom: 10px;
}

.sv-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #1c1c1c;
}

.sv-sub {
  color: #666;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 460px;
  margin: 0 auto 40px;
}

/* --- video frame --- */
.sv-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 16px 44px rgba(232, 79, 27, 0.22);
  background: linear-gradient(135deg, #2a2a2a 0%, #141414 100%);
}

.sv-frame.sv-no-poster {
  background:
    radial-gradient(circle at 25% 25%, rgba(232,79,27,0.35), transparent 55%),
    radial-gradient(circle at 80% 75%, rgba(232,79,27,0.25), transparent 50%),
    linear-gradient(135deg, #1f1f1f 0%, #0d0d0d 100%);
}

.sv-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* play button, zelfde energie als btn-primary */
.sv-play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.sv-play-btn {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: none;
  background: #e84f1b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(232, 79, 27, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: sv-pulse 2.4s ease-out infinite;
}

.sv-play-btn svg { margin-left: 3px; }

.sv-frame:hover .sv-play-btn,
.sv-frame:focus-visible .sv-play-btn {
  transform: scale(1.08);
}

@keyframes sv-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(232, 79, 27, 0.45); }
  70%  { box-shadow: 0 0 0 22px rgba(232, 79, 27, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 79, 27, 0); }
}

.sv-play-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0,0,0,0.35);
  padding: 5px 12px;
  border-radius: 100px;
}

/* decoratie, hergebruikt hero-stijl */
.sv-spray-ring {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border: 2px dashed rgba(232, 79, 27, 0.35);
  border-radius: 50%;
  z-index: 1;
}

.sv-star {
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 2;
  font-size: 1.4rem;
  color: #ffd23f;
}

.sv-spark {
  position: absolute;
  bottom: 22px;
  right: 30px;
  z-index: 2;
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 600px) {
  .sheet-video { padding: 50px 16px 65px; }
  .sv-play-btn { width: 60px; height: 60px; }
  .sv-play-btn svg { width: 20px; height: 20px; }
  .sv-play-label { font-size: 0.7rem; }
  .sv-spray-ring { width: 90px; height: 90px; top: -20px; right: -20px; }
}