/* ==================================================
   PCS GLOBAL DESIGN SYSTEM
================================================== */

:root {
  --pcs-black: #0a0a0a;
  --pcs-bg: #070707;
  --pcs-dark: #121212;
  --pcs-dark-2: #1a1a1a;
  --pcs-red: #c40000;
  --pcs-red-hover: #e10600;
  --pcs-white: #ffffff;
  --pcs-text: #d7d7d7;
  --pcs-muted: #9c9c9c;
  --pcs-border: rgba(255,255,255,0.08);
  --pcs-border-strong: rgba(255,255,255,0.12);
}

/* ==================================================
   BASE
================================================== */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background: radial-gradient(circle at 15% 10%, rgba(196,0,0,.10), transparent 28%), radial-gradient(circle at 85% 35%, rgba(255,255,255,.04), transparent 22%), var(--pcs-bg);
  color: var(--pcs-text);
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, .pcs-heading {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--pcs-white);
}

a {
  text-decoration: none;
}

/* ==========================================
   NAVBAR
========================================== */

.pcs-navbar {
  background: rgba(10,10,10,.88)!important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: .3s;
}

.pcs-navbar .container {
  min-height: 72px;
}

.pcs-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff!important;
}

.pcs-nav-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  transition: .3s;
}

.pcs-brand-text {
  display: flex;
  flex-direction: column;
  line-height: .92;
}

.pcs-brand-line1 {
  font-family: 'Bebas Neue',sans-serif;
  font-size: 1.22rem;
  letter-spacing: 1px;
  color: #fff;
}

.pcs-brand-line2 {
  font-family: 'Bebas Neue',sans-serif;
  font-size: 1.22rem;
  letter-spacing: 1px;
  color: #fff;
}

.navbar-nav {
  gap: 2px;
}

.nav-link {
  position: relative;
  color: rgba(255,255,255,.72)!important;
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .75rem .70rem!important;
  transition: .25s;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: var(--pcs-red);
  transition: .25s;
  transform: translateX(-50%);
}

.nav-link:hover, .nav-link.active {
  color: #fff!important;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 24px;
}

.navbar .btn {
  padding: .65rem 1.35rem;
  font-size: .76rem;
  letter-spacing: 1px;
  margin-left: 20px;
}

.navbar-toggler {
  border: none;
  box-shadow: none!important;
}

.navbar-toggler:focus {
  box-shadow: none!important;
}

/* ========= MOBILE ========= */

@media (max-width:991.98px) {
  .pcs-navbar .container {
    min-height: 68px;
  }
}

@media (max-width:991.98px) {
  .pcs-nav-logo {
    width: 40px;
    height: 40px;
  }
}

@media (max-width:991.98px) {
  .pcs-brand-line1, .pcs-brand-line2 {
    font-size: 1rem;
  }
}

@media (max-width:991.98px) {
  .navbar-collapse {
    margin-top: 20px;
    padding: 20px;
    background: #101010;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
  }
}

@media (max-width:991.98px) {
  .navbar-nav {
    gap: 0;
  }
}

@media (max-width:991.98px) {
  .nav-link {
    text-align: center;
    padding: 13px 0!important;
  }
}

@media (max-width:991.98px) {
  .navbar .btn {
    width: 100%;
    margin: 20px 0 0;
  }
}

/* ==================================================
   BUTTONS
================================================== */

.pcs-btn-primary, .proefles-btn-primary, .mds-btn-primary, .btn-danger {
  background: var(--pcs-red) !important;
  border: 2px solid var(--pcs-red) !important;
  color: #fff !important;
  padding: 14px 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: .25s ease;
  box-shadow: 0 14px 35px rgba(196,0,0,.28);
}

.pcs-btn-primary:hover, .proefles-btn-primary:hover, .mds-btn-primary:hover, .btn-danger:hover {
  background: var(--pcs-red-hover) !important;
  border-color: var(--pcs-red-hover) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

.pcs-btn-outline, .proefles-btn-outline, .mds-btn-outline {
  border: 2px solid rgba(255,255,255,.32);
  color: #fff;
  padding: 14px 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: .25s ease;
}

.pcs-btn-outline:hover, .proefles-btn-outline:hover, .mds-btn-outline:hover {
  background: rgba(196,0,0,.15);
  border-color: var(--pcs-red);
  color: #fff;
  transform: translateY(-3px);
}

/* ==================================================
   SHARED SECTIONS
================================================== */

.pcs-section, .proefles-section, .mds-section {
  padding: 100px 0;
}

.section-dark, .proefles-dark {
  background: linear-gradient(135deg, #111 0%, #171717 45%, #090909 100%);
}

.section-darker, .proefles-deep {
  background: radial-gradient(circle at 20% 20%, rgba(196,0,0,.12), transparent 28%), linear-gradient(180deg, #070707 0%, #131313 100%);
}

.section-deep {
  background: linear-gradient(135deg, rgba(196,0,0,.08), transparent 35%), linear-gradient(180deg, #0b0b0b 0%, #141414 100%);
}

/* ==================================================
   SHARED TYPOGRAPHY
================================================== */

.pcs-text {
  color: var(--pcs-red);
}

.pcs-eyebrow, .proefles-eyebrow, .mds-eyebrow {
  color: var(--pcs-red);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.pcs-section-title, .proefles-section h2, .mds-title {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.pcs-section-text, .proefles-section p, .mds-text {
  color: var(--pcs-muted);
  max-width: 760px;
  line-height: 1.7;
}

/* ==================================================
   BADGES
================================================== */

.pcs-badge, .proefles-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  background: var(--pcs-red);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 12px 35px rgba(196,0,0,.35);
}

/* ==================================================
   HOME HERO
================================================== */

.pcs-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.58), rgba(0,0,0,.9)), url("../img/pcs-hero.jpg") center/cover no-repeat;
}

.pcs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(196,0,0,.22), transparent 35%);
  pointer-events: none;
}

.pcs-hero-content {
  position: relative;
  z-index: 2;
}

.pcs-hero h1 {
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: .88;
  margin-bottom: 1.2rem;
  text-shadow: 0 20px 50px rgba(0,0,0,.9);
}

.pcs-lead {
  font-size: 1.1rem;
  color: var(--pcs-text);
  max-width: 720px;
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* ==================================================
   PROEFLES HERO
================================================== */

.proefles-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.68), rgba(0,0,0,.9)), url("../img/pcs-hero.jpg") center/cover no-repeat;
}

.proefles-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 30%, rgba(196,0,0,.28), transparent 32%);
  pointer-events: none;
}

.proefles-hero .container {
  position: relative;
  z-index: 2;
}

.proefles-hero h1 {
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  line-height: .88;
  text-shadow: 0 20px 50px rgba(0,0,0,.9);
  margin-bottom: 24px;
}

.proefles-lead {
  max-width: 700px;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.7;
  color: var(--pcs-text);
  margin-bottom: 34px;
}

/* ==================================================
   MDS HERO
================================================== */

.mds-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.72), rgba(0,0,0,.92)), url("../img/mds-bg.jpg") center/cover no-repeat;
}

.mds-logo {
  width: 150px;
  height: auto;
  margin-bottom: 25px;
}

.mds-subtitle {
  color: var(--pcs-red);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mds-hero h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .92;
  text-shadow: 0 20px 50px rgba(0,0,0,.9);
}

.mds-lead {
  max-width: 700px;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.7;
  color: var(--pcs-text);
  margin-bottom: 34px;
}

/* ==================================================
   SHARED CARDS
================================================== */

.pcs-hero-card, .pcs-card, .pcs-schedule-card, .pcs-trainer-card, .pcs-cta-box, .proefles-info-card, .proefles-card, .proefles-manifest, .proefles-form-box, .mds-card, .mds-manifest, .mds-cta {
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)), var(--pcs-dark-2);
  border: 1px solid var(--pcs-border);
  position: relative;
}

.pcs-hero-card::before, .pcs-card::before, .pcs-schedule-card::before, .pcs-trainer-card::before, .pcs-cta-box::before, .proefles-info-card::before, .proefles-card::before, .proefles-manifest::before, .proefles-form-box::before, .mds-card::before, .mds-manifest::before, .mds-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--pcs-red);
}

.pcs-card, .pcs-schedule-card, .pcs-trainer-card, .proefles-card, .mds-card {
  height: 100%;
  padding: 30px;
  transition: .25s ease;
}

.pcs-hero-card, .proefles-info-card {
  padding: 36px;
}

.pcs-card:hover, .pcs-schedule-card:hover, .pcs-trainer-card:hover, .pcs-gallery-item:hover, .proefles-card:hover, .mds-card:hover {
  transform: translateY(-4px);
}

.pcs-card h3, .pcs-schedule-card h3, .pcs-trainer-card h3, .proefles-card h3, .proefles-info-card h3, .mds-card h3 {
  font-size: 2rem;
  margin-bottom: .75rem;
}

.pcs-card p, .pcs-schedule-card p, .pcs-trainer-card p, .proefles-card p, .mds-card p {
  color: var(--pcs-muted);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ==================================================
   TRAINING SCHEDULE
================================================== */

.pcs-schedule-day {
  color: var(--pcs-red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .6rem;
}

.pcs-time {
  display: inline-block;
  font-weight: 800;
  color: #fff;
  margin-top: .9rem;
  font-size: 1.1rem;
}

.proefles-training {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.proefles-training strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.proefles-training span {
  color: var(--pcs-muted);
}

/* ==================================================
   LISTS / MINI BLOCKS
================================================== */

.pcs-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pcs-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  color: var(--pcs-text);
  font-weight: 500;
}

.pcs-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--pcs-red);
  position: absolute;
  top: 7px;
  left: 0;
}

.proefles-mini, .mds-mini {
  padding: 18px 20px;
  background: rgba(255,255,255,.045);
  border-left: 4px solid var(--pcs-red);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* ==================================================
   IMAGES / GALLERY / TRAINERS
================================================== */

.pcs-image-wrap {
  min-height: 520px;
  background: linear-gradient(rgba(0,0,0,.20), rgba(0,0,0,.20)), url("../../assets/img/pcs-logo.webp") center/cover no-repeat;
  border: 1px solid var(--pcs-border);
}

.pcs-trainer-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border: 1px solid var(--pcs-border);
  margin-bottom: 20px;
}

.pcs-gallery-item {
  overflow: hidden;
  border: 1px solid var(--pcs-border);
  background: #111;
  transition: .25s ease;
}

.pcs-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* ==================================================
   MANIFEST / CTA / FORMS
================================================== */

.proefles-manifest, .mds-manifest {
  padding: 60px;
}

.pcs-cta-box, .mds-cta {
  padding: 50px 36px;
}

.proefles-form-box {
  padding: 55px;
}

.form-label {
  color: #fff;
  font-weight: 700;
}

.form-control, .form-select {
  background: #080808;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  padding: 14px 16px;
}

.form-control:focus, .form-select:focus {
  background: #080808;
  color: #fff;
  border-color: var(--pcs-red);
  box-shadow: 0 0 0 .2rem rgba(196,0,0,.18);
}

.proefles-small {
  font-size: .9rem;
  color: var(--pcs-muted);
}

/* ==================================================
   FOOTER
================================================== */

.pcs-footer, .footer {
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--pcs-muted);
}

/* ==================================================
   REVEAL EFFECT
================================================== */

.reveal {
  opacity: 10;
  transform: translateY(45px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* ==================================================
   UTILITIES
================================================== */

.text-muted-custom {
  color: var(--pcs-muted) !important;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991.98px) {
  .navbar > .container {
    min-height: 64px;
  }
}

@media (max-width: 991.98px) {
  .pcs-nav-logo {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991.98px) {
  .pcs-brand-main {
    font-size: 1.35rem;
  }
}

@media (max-width: 991.98px) {
  .pcs-brand-sub {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .pcs-section, .proefles-section, .mds-section {
    padding: 75px 0;
  }
}

@media (max-width: 991.98px) {
  .pcs-hero, .proefles-hero, .mds-hero {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .pcs-hero .row, .proefles-hero .row, .mds-hero .row {
    min-height: auto !important;
  }
}

@media (max-width: 991.98px) {
  .pcs-image-wrap {
    min-height: 380px;
  }
}

@media (max-width: 991.98px) {
  .pcs-trainer-img {
    height: 300px;
  }
}

@media (max-width: 991.98px) {
  .mds-logo {
    width: 120px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .proefles-manifest, .proefles-form-box, .proefles-info-card, .mds-manifest, .mds-cta {
    padding: 32px;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse .btn, .navbar-collapse .pcs-btn-primary, .navbar-collapse .btn-danger {
    display: block;
    width: 220px;
    margin: 15px auto 5px auto;
    text-align: center;
  }
}

.form-check-input {
  background-color: #080808;
  border: 1px solid rgba(255,255,255,.25);
}

.form-check-input:checked {
  background-color: var(--pcs-red);
  border-color: var(--pcs-red);
}

.form-check-label {
  color: var(--pcs-text) !important;
  line-height: 1.5;
}

.pcs-photo-consent {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.pcs-photo-consent .proefles-small {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.pcs-photo-consent-options {
  text-align: left;
}

/* ==================================================
   PRIVACYVERKLARING
================================================== */

.pcs-privacy-content {
  max-width: 920px;
  margin: 0 auto;
}

.pcs-privacy-content section + section {
  margin-top: 2.75rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

.pcs-privacy-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin-bottom: 1rem;
}

.pcs-privacy-content p, .pcs-privacy-content li {
  color: var(--pcs-text);
  line-height: 1.75;
}

.pcs-privacy-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.pcs-privacy-content li {
  margin-bottom: .55rem;
}

.pcs-privacy-content li::marker {
  color: var(--pcs-red);
}

.pcs-privacy-content a {
  color: var(--pcs-white);
  text-decoration: underline;
  text-decoration-color: var(--pcs-red);
  text-underline-offset: 3px;
}

@media (max-width: 767.98px) {
  .pcs-privacy-content section + section {
    margin-top: 2rem;
    padding-top: 1.75rem;
  }
}

/* ==================================================
   COOKIEBANNER
================================================== */

.pcs-cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 5000;
}

.pcs-cookie-banner[hidden], .pcs-cookie-preferences[hidden] {
  display: none !important;
}

.pcs-cookie-card {
  max-width: 1040px;
  margin: 0 auto;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)), #121212;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 25px 80px rgba(0,0,0,.6);
}

.pcs-cookie-eyebrow {
  color: var(--pcs-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: .6rem;
}

.pcs-cookie-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: .85rem;
}

.pcs-cookie-content p {
  max-width: 760px;
  color: var(--pcs-text);
  line-height: 1.65;
  margin-bottom: .75rem;
}

.pcs-cookie-small {
  font-size: .88rem;
  color: var(--pcs-muted) !important;
}

.pcs-cookie-small a {
  color: var(--pcs-white);
  text-decoration: underline;
  text-decoration-color: var(--pcs-red);
  text-underline-offset: 3px;
}

.pcs-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pcs-cookie-button {
  min-height: 46px;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
  transition: .2s ease;
}

.pcs-cookie-button:hover {
  border-color: var(--pcs-red);
  color: #fff;
}

.pcs-cookie-button-accept {
  border-color: var(--pcs-red);
}

.pcs-cookie-preferences {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.pcs-cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--pcs-text);
  cursor: pointer;
}

.pcs-cookie-option strong, .pcs-cookie-option span {
  display: block;
}

.pcs-cookie-option strong {
  color: #fff;
  margin-bottom: 3px;
}

.pcs-cookie-option span span, .pcs-cookie-option-required > div > span {
  color: var(--pcs-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.pcs-cookie-option-required {
  cursor: default;
}

.pcs-cookie-option-required > span {
  color: var(--pcs-muted);
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.pcs-cookie-option input {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  accent-color: var(--pcs-red);
}

.pcs-cookie-save {
  margin-top: 18px;
}

@media (max-width: 767.98px) {
  .pcs-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

@media (max-width: 767.98px) {
  .pcs-cookie-card {
    padding: 22px;
  }
}

@media (max-width: 767.98px) {
  .pcs-cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .pcs-cookie-button {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .pcs-cookie-option {
    align-items: flex-start;
  }
}

/* Footerlinks: Privacy en Cookie-instellingen */

.pcs-footer a {
  color: var(--pcs-muted);
  font-size: .9rem;
  transition: color .2s ease;
}

.pcs-footer a:hover {
  color: var(--pcs-white);
}

.pcs-footer a:focus-visible {
  color: var(--pcs-white);
  outline: 2px solid var(--pcs-red);
  outline-offset: 4px;
}

/* ==================================================
   DANKJEPAGINA'S
================================================== */

.pcs-thanks-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 80px;
}

.pcs-thanks-card {
  max-width: 820px;
  margin: 0 auto;
}

.pcs-thanks-logo {
  width: 105px;
  height: auto;
  margin-bottom: 24px;
}

.pcs-thanks-check {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  border: 2px solid var(--pcs-red);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

/* ==================================================
   404 PAGINA
================================================== */

.pcs-404-page {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  background: radial-gradient(circle at 50% 30%, rgba(196,0,0,.16), transparent 32%), linear-gradient(180deg, #070707 0%, #121212 100%);
}

.pcs-404-card {
  position: relative;
  padding: 65px 40px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)), var(--pcs-dark-2);
  border: 1px solid var(--pcs-border);
}

.pcs-404-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 3px;
  background: var(--pcs-red);
  transform: translateX(-50%);
}

.pcs-404-logo {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.pcs-404-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 17vw, 13rem);
  line-height: .75;
  color: transparent;
  -webkit-text-stroke: 2px var(--pcs-red);
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-shadow: 0 20px 60px rgba(196,0,0,.18);
}

@media (max-width: 767.98px) {
  .pcs-404-page {
    padding: 100px 0 55px;
  }
}

@media (max-width: 767.98px) {
  .pcs-404-card {
    padding: 48px 24px;
  }
}

@media (max-width: 767.98px) {
  .pcs-404-number {
    -webkit-text-stroke: 1px var(--pcs-red);
    margin-bottom: 24px;
  }
}

.pcs-admin-page {
  min-height: 100vh;
  padding: 48px 0 80px;
  background: radial-gradient(circle at 12% 0%, rgba(196,0,0,.14), transparent 30%), linear-gradient(180deg, #070707 0%, #121212 100%);
}

.pcs-admin-shell {
  max-width: 1240px;
}

.pcs-admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.pcs-admin-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.pcs-admin-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.pcs-admin-brand h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: .9;
}

.pcs-admin-brand p {
  margin: 7px 0 0;
  color: var(--pcs-muted);
  font-size: .95rem;
}

.pcs-admin-header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.pcs-admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  background: transparent;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: .2s ease;
}

.pcs-admin-btn:hover {
  color: #fff;
  border-color: var(--pcs-red);
  background: rgba(196,0,0,.12);
}

.pcs-admin-btn-primary {
  background: var(--pcs-red);
  border-color: var(--pcs-red);
}

.pcs-admin-btn-primary:hover {
  background: var(--pcs-red-hover);
  border-color: var(--pcs-red-hover);
}

.pcs-admin-section {
  margin-top: 46px;
}

.pcs-admin-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}

.pcs-admin-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.pcs-admin-section-heading p {
  margin: 0;
  color: var(--pcs-muted);
  max-width: 680px;
  line-height: 1.6;
}

.pcs-admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pcs-admin-card {
  position: relative;
  padding: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)), var(--pcs-dark-2);
  border: 1px solid var(--pcs-border);
}

.pcs-admin-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--pcs-red);
}

.pcs-admin-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.pcs-admin-tag {
  color: var(--pcs-red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pcs-admin-download {
  color: var(--pcs-text);
  font-size: .8rem;
  text-decoration: underline;
  text-decoration-color: rgba(196,0,0,.7);
  text-underline-offset: 4px;
}

.pcs-admin-download:hover {
  color: #fff;
}

.pcs-admin-qr {
  display: block;
  width: min(100%, 220px);
  margin: 0 auto 20px;
  background: #fff;
  border: 10px solid #fff;
}

.pcs-admin-card h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.pcs-admin-card p {
  min-height: 72px;
  color: var(--pcs-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.pcs-admin-card code {
  display: block;
  min-height: 76px;
  padding: 11px;
  overflow-wrap: anywhere;
  background: #090909;
  border: 1px solid rgba(255,255,255,.08);
  color: #d8d8d8;
  font-size: .72rem;
  line-height: 1.45;
}

.pcs-admin-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.pcs-admin-copy, .pcs-admin-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: transparent;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  transition: .2s ease;
}

.pcs-admin-copy:hover, .pcs-admin-open:hover {
  border-color: var(--pcs-red);
  color: #fff;
}

.pcs-admin-open {
  background: rgba(196,0,0,.14);
  border-color: rgba(196,0,0,.55);
}

.pcs-admin-quicklinks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pcs-admin-quicklink {
  display: block;
  padding: 20px;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--pcs-border);
  color: #fff;
  transition: .2s ease;
}

.pcs-admin-quicklink:hover {
  color: #fff;
  border-color: rgba(196,0,0,.7);
  transform: translateY(-3px);
}

.pcs-admin-quicklink strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.pcs-admin-quicklink span {
  color: var(--pcs-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.pcs-admin-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--pcs-red);
  background: rgba(255,255,255,.04);
  color: var(--pcs-text);
  line-height: 1.65;
}

.pcs-admin-note strong {
  color: #fff;
}

@media (max-width: 991.98px) {
  .pcs-admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .pcs-admin-quicklinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pcs-admin-page {
    padding-top: 28px;
  }
}

@media (max-width: 767.98px) {
  .pcs-admin-header, .pcs-admin-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .pcs-admin-header-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .pcs-admin-grid, .pcs-admin-quicklinks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .pcs-admin-card p {
    min-height: 0;
  }
}

```css ``` door dit volledige blok: ```css .pcs-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 44px;
  grid-auto-flow: dense;
  gap: 12px;
  margin-top: 38px;
}

.pcs-gallery-item {
  position: relative;
  display: block;
  grid-column: span 3;
  grid-row: span 5;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  border: 1px solid rgba(255,255,255,.13);
  background: #111;
  transition: border-color .25s ease, transform .25s ease;
}

/* Grote hoofdfoto */

.pcs-gallery-item:nth-child(8n + 1) {
  grid-column: span 6;
  grid-row: span 10;
}

/* Brede foto onder de kleine beelden */

.pcs-gallery-item:nth-child(8n + 4) {
  grid-column: span 6;
  grid-row: span 5;
}

.pcs-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.pcs-gallery-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--pcs-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.pcs-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.48));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.pcs-gallery-item:hover, .pcs-gallery-item:focus-visible {
  border-color: rgba(196,0,0,.9);
}

.pcs-gallery-item:hover img, .pcs-gallery-item:focus-visible img {
  transform: scale(1.07);
  filter: contrast(1.06);
}

.pcs-gallery-item:hover::before, .pcs-gallery-item:focus-visible::before {
  transform: scaleX(1);
}

.pcs-gallery-item:hover::after, .pcs-gallery-item:focus-visible::after {
  opacity: 1;
}

.pcs-gallery-item:focus-visible {
  outline: 2px solid var(--pcs-red);
  outline-offset: 4px;
}

.pcs-gallery-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 1px dashed rgba(255,255,255,.25);
  color: var(--pcs-muted);
  text-align: center;
}

/* Lightbox */

.pcs-gallery-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(0,0,0,.93);
}

.pcs-gallery-lightbox[hidden] {
  display: none;
}

.pcs-gallery-lightbox-image {
  display: block;
  max-width: min(1200px, 94vw);
  max-height: 88vh;
  object-fit: contain;
}

.pcs-gallery-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.5);
  background: #111;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

/* Tablet */

@media (max-width: 991.98px) {
  .pcs-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 48px;
  }
}

@media (max-width: 991.98px) {
  .pcs-gallery-item {
    grid-column: span 3;
    grid-row: span 4;
  }
}

@media (max-width: 991.98px) {
  .pcs-gallery-item:nth-child(8n + 1) {
    grid-column: span 6;
    grid-row: span 8;
  }
}

@media (max-width: 991.98px) {
  .pcs-gallery-item:nth-child(8n + 4) {
    grid-column: span 6;
    grid-row: span 4;
  }
}

/* Mobiel */

@media (max-width: 767.98px) {
  .pcs-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 115px;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .pcs-gallery-item {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 767.98px) {
  .pcs-gallery-item:nth-child(8n + 1) {
    grid-column: span 2;
    grid-row: span 3;
  }
}

@media (max-width: 767.98px) {
  .pcs-gallery-item:nth-child(8n + 4) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 767.98px) {
  .pcs-gallery-lightbox {
    padding: 18px;
  }
}

``` #pcs-gallery-grid.pcs-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-auto-rows: 44px !important;
  grid-auto-flow: dense !important;
  gap: 12px !important;
  margin-top: 38px !important;
}

#pcs-gallery-grid .pcs-gallery-item {
  display: block !important;
  grid-column: span 3 !important;
  grid-row: span 5 !important;
  aspect-ratio: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Foto 1, 9, 17 ... worden groot */

#pcs-gallery-grid .pcs-gallery-item:nth-child(8n + 1) {
  grid-column: span 6 !important;
  grid-row: span 10 !important;
}

/* Foto 4, 12, 20 ... worden breed */

#pcs-gallery-grid .pcs-gallery-item:nth-child(8n + 4) {
  grid-column: span 6 !important;
  grid-row: span 5 !important;
}

#pcs-gallery-grid .pcs-gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Tablet */

@media (max-width: 991.98px) {
  #pcs-gallery-grid.pcs-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    grid-auto-rows: 48px !important;
  }
}

@media (max-width: 991.98px) {
  #pcs-gallery-grid .pcs-gallery-item {
    grid-column: span 3 !important;
    grid-row: span 4 !important;
  }
}

@media (max-width: 991.98px) {
  #pcs-gallery-grid .pcs-gallery-item:nth-child(8n + 1) {
    grid-column: span 6 !important;
    grid-row: span 8 !important;
  }
}

@media (max-width: 991.98px) {
  #pcs-gallery-grid .pcs-gallery-item:nth-child(8n + 4) {
    grid-column: span 6 !important;
    grid-row: span 4 !important;
  }
}

/* Mobiel */

@media (max-width: 767.98px) {
  #pcs-gallery-grid.pcs-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 110px !important;
    gap: 10px !important;
  }
}

@media (max-width: 767.98px) {
  #pcs-gallery-grid .pcs-gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

@media (max-width: 767.98px) {
  #pcs-gallery-grid .pcs-gallery-item:nth-child(8n + 1) {
    grid-column: span 2 !important;
    grid-row: span 3 !important;
  }
}

@media (max-width: 767.98px) {
  #pcs-gallery-grid .pcs-gallery-item:nth-child(8n + 4) {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
}

/* ==================================================   MDS HIGHLIGHT OP HOMEPAGE================================================== */

.pcs-mds-highlight {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: radial-gradient(circle at 82% 25%, rgba(196,0,0,.22), transparent 30%), linear-gradient(135deg, #090909 0%, #171717 55%, #080808 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.pcs-mds-highlight::before {
  content: "MDS";
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 0;
  color: rgba(255,255,255,.025);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(14rem, 27vw, 30rem);
  line-height: .7;
  transform: translateY(-50%);
  pointer-events: none;
}

.pcs-mds-highlight .container {
  position: relative;
  z-index: 1;
}

.pcs-mds-highlight h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .88;
}

.pcs-mds-highlight h2 span {
  color: var(--pcs-red);
}

.pcs-mds-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--pcs-text);
  font-size: 1.08rem;
  line-height: 1.8;
}

.pcs-mds-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pcs-mds-points span {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.035);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.pcs-mds-highlight-card {
  position: relative;
  padding: 44px 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)), #151515;
  border: 1px solid rgba(255,255,255,.13);
  text-align: center;
}

.pcs-mds-highlight-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 3px;
  background: var(--pcs-red);
}

.pcs-mds-highlight-card img {
  display: block;
  width: min(220px, 100%);
  height: auto;
  margin: 0 auto 30px;
}

.pcs-mds-highlight-card p {
  margin: 0;
  color: var(--pcs-muted);
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .pcs-mds-highlight {
    padding: 78px 0;
  }
}

@media (max-width: 767.98px) {
  .pcs-mds-highlight-card {
    padding: 34px 24px;
  }
}

