    /* ── Voor Mannen Page Styles ── */

    .vm-hero {
      position: relative;
      min-height: 85vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #0a0a0a;
      color: #fff;
    }

    .vm-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("/assets/Tim-Veninga-Spreker-Versiercoach.jpg") center/cover no-repeat;
      opacity: 0.25;
      z-index: 0;
    }

    .vm-hero > .container {
      position: relative;
      z-index: 1;
      padding-top: 4rem;
      padding-bottom: 4rem;
    }

    .vm-hero .eyebrow {
      color: #af1d00;
      margin-bottom: 1rem;
    }

    .vm-hero h1 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      font-weight: 700;
      line-height: 1.08;
      max-width: 14ch;
      margin: 0 0 1.5rem;
    }

    .vm-hero-sub {
      font-size: 1.15rem;
      line-height: 1.6;
      color: rgba(255,255,255,0.7);
      max-width: 48ch;
      margin: 0 0 2rem;
    }

    .vm-hero .btn {
      margin-right: 0.75rem;
    }

    .vm-btn-primary {
      background: #af1d00;
      border-color: #af1d00;
      color: #fff;
    }

    .vm-btn-primary:hover {
      background: #c42200;
      border-color: #c42200;
    }

    .vm-btn-secondary {
      border-color: rgba(255, 255, 255, 0.25);
      color: rgba(255, 255, 255, 0.8);
      background: transparent;
    }

    .vm-btn-secondary:hover {
      border-color: rgba(255, 255, 255, 0.45);
      color: #fff;
      background: rgba(255, 255, 255, 0.08);
    }

    /* ── Act I: The Boy ── */

    .vm-origin {
      background: var(--bg);
      padding: 5rem 0;
    }

    .vm-origin-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      align-items: center;
    }

    .vm-origin-img {
      border-radius: 8px;
      overflow: hidden;
    }

    .vm-origin-img img {
      width: 100%;
      display: block;
      border-radius: 8px;
    }

    .vm-origin-text .eyebrow {
      color: var(--accent-soft);
      margin-bottom: 0.8rem;
    }

    .vm-origin-text h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 700;
      line-height: 1.15;
      margin: 0 0 1.2rem;
    }

    .vm-origin-text p {
      font-size: 1.02rem;
      line-height: 1.7;
      color: var(--muted);
      max-width: 50ch;
      margin: 0 0 1.2rem;
    }

    .vm-pull {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.3rem, 2.8vw, 1.8rem);
      font-style: italic;
      line-height: 1.3;
      color: var(--text);
      margin: 1.5rem 0;
      padding-left: 1.2rem;
      border-left: 3px solid var(--accent-soft);
    }

    /* ── Act II: The Dark Years ── */

    .vm-dark {
      background: #0a0a0a;
      color: #fff;
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
    }

    .vm-dark::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: 100%;
      background: radial-gradient(ellipse at 80% 50%, rgba(175, 29, 0, 0.12) 0%, transparent 70%);
      pointer-events: none;
    }

    .vm-dark-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .vm-dark-text .eyebrow {
      color: #af1d00;
      margin-bottom: 0.8rem;
    }

    .vm-dark-text h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 700;
      line-height: 1.15;
      color: #af1d00;
      margin: 0 0 1.2rem;
    }

    .vm-dark-text p {
      font-size: 1.02rem;
      line-height: 1.7;
      color: rgba(255,255,255,0.6);
      max-width: 50ch;
      margin: 0 0 1.2rem;
    }

    .vm-dark .vm-pull {
      color: #fff;
      border-left-color: #af1d00;
    }

    .vm-dark-video {
      position: relative;
      width: 100%;
      max-width: 320px;
      aspect-ratio: 9 / 16;
      border-radius: 12px;
      overflow: hidden;
      margin: 0 auto;
    }

    .vm-dark-video iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
    }

    /* ── Act III: The Turn ── */

    .vm-turn {
      background: var(--bg);
      padding: 5rem 0;
    }

    .vm-turn-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      align-items: center;
    }

    .vm-turn-img {
      border-radius: 8px;
      overflow: hidden;
    }

    .vm-turn-img img {
      width: 100%;
      display: block;
      border-radius: 8px;
    }

    .vm-turn-text .eyebrow {
      color: var(--accent-soft);
      margin-bottom: 0.8rem;
    }

    .vm-turn-text h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 700;
      line-height: 1.15;
      margin: 0 0 1.2rem;
    }

    .vm-turn-text p {
      font-size: 1.02rem;
      line-height: 1.7;
      color: var(--muted);
      max-width: 50ch;
      margin: 0 0 1.2rem;
    }

    /* ── What Tim Teaches ── */

    .vm-method {
      background: #f4f1ec;
      padding: 5rem 0;
    }

    .vm-method-header {
      text-align: center;
      max-width: 56ch;
      margin: 0 auto 3rem;
    }

    .vm-method-header h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 700;
      margin: 0 0 1rem;
    }

    .vm-method-header p {
      font-size: 1.05rem;
      line-height: 1.6;
      color: var(--muted);
    }

    .vm-method-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }

    .vm-method-card {
      background: #fff;
      border-radius: 12px;
      padding: 2rem 1.8rem;
      box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    }

    .vm-method-card h3 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 0.8rem;
    }

    .vm-method-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      color: var(--muted);
      margin: 0;
    }

    .vm-method-icon {
      font-size: 1.8rem;
      margin-bottom: 0.8rem;
      display: block;
    }

    /* ── CTA Section ── */

    .vm-cta {
      background: #0a0a0a;
      color: #fff;
      padding: 5rem 0;
      text-align: center;
    }

    .vm-cta h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 700;
      margin: 0 0 1rem;
    }

    .vm-cta p {
      font-size: 1.08rem;
      line-height: 1.6;
      color: rgba(255,255,255,0.6);
      max-width: 48ch;
      margin: 0 auto 2rem;
    }

    .vm-cta .btn-primary {
      background: #af1d00;
      color: #fff;
      border-color: #af1d00;
      font-size: 1rem;
      padding: 0.9rem 2.4rem;
    }

    .vm-cta .btn-primary:hover {
      background: #c42200;
      border-color: #c42200;
    }

    /* ── Responsive ── */

    @media (max-width: 980px) {
      .vm-hero {
        min-height: auto;
        padding: 2rem 0;
      }

      .vm-origin-grid,
      .vm-dark-grid,
      .vm-turn-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .vm-dark-grid .vm-dark-video {
        order: -1;
      }

      .vm-method-grid {
        grid-template-columns: 1fr;
      }

      .vm-pull {
        font-size: 1.2rem;
      }
    }
