:root{
  --home-bg: #050505;
  --home-bg-soft: #0d0d10;
  --home-panel: #111114;
  --home-panel-2: #17171b;

  --home-text: rgba(255,255,255,.92);
  --home-muted: rgba(255,255,255,.72);

  --home-gold: #c8a96a;
  --home-gold-light: #e3d3a3;
  --home-gold-soft: rgba(200,169,106,.18);

  --home-bordeaux: rgba(76,12,24,.16);
  --home-bordeaux-strong: rgba(38,12,18,.28);

  --home-line: rgba(200,169,106,.18);
  --home-line-strong: rgba(200,169,106,.34);

  --home-shadow: 0 18px 50px rgba(0,0,0,.42);
  --home-shadow-soft: 0 12px 28px rgba(0,0,0,.28);
  --home-shadow-hero: 0 24px 70px rgba(0,0,0,.34);

  --home-radius: 22px;
  --home-radius-sm: 14px;
  --home-radius-lg: 28px;

  --home-transition: all .25s ease;
}

/* ========================================
   BASIS
======================================== */

body{
  background:
    radial-gradient(circle at top center, var(--home-bordeaux), transparent 28%),
    linear-gradient(180deg, #070707 0%, #050505 100%);
  color: var(--home-text);
}

main{
  position: relative;
  z-index: 2;
}

.home-hero,
.home-hero-intro,
.home-intro,
.home-services,
.hp-dates,
.home-gallery{
  position: relative;
  z-index: 2;
}

.skip-link{
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus{
  left: 20px;
  top: 20px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  background: #111;
  color: #fff;
  border: 1px solid var(--home-gold);
  border-radius: 999px;
  z-index: 99999;
}

.rock_heading h1,
.rock_heading h2{
  margin-bottom: 34px;
  color: #fff !important;
  font-family: var(--ds-font-heading) !important;
  font-size: 52px;
  line-height: 1.08;
}

.rock_heading h1:after,
.rock_heading h2:after{
  border-bottom-color: var(--home-gold) !important;
}

.rock_heading p{
  display: none !important;
}

/* ========================================
   HERO SLIDER
======================================== */

.home-hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.home-hero-slider{
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-hero-slides{
  position: absolute;
  inset: 0;
}

.home-hero-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: opacity 1.4s ease-in-out, transform 6s ease-in-out;
}

.home-hero-slide.active{
  opacity: 1;
  transform: scale(1);
}

.home-hero-grid-wrap{
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .12;
  pointer-events: none;
}

.home-hero-grid-wrap a{
  pointer-events: auto;
}

.home-hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.16) 0%,
      rgba(0,0,0,.26) 26%,
      rgba(0,0,0,.42) 58%,
      rgba(5,5,5,.65) 100%
    );
}

.home-header{
  position: absolute !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 30 !important;
  padding-top: 18px;
  background: rgba(8,8,8,.58) !important;
  border-bottom: 1px solid rgba(200,169,106,.16) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* pijltjes */

.home-hero-arrow{
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(10,10,12,.34);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--home-transition);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.home-hero-arrow i{
  font-size: 28px;
  line-height: 1;
}

.home-hero-arrow:hover{
  background: rgba(200,169,106,.16);
  border-color: rgba(227,211,163,.44);
  color: var(--home-gold-light);
}

.home-hero-arrow--prev{
  left: 26px;
}

.home-hero-arrow--next{
  right: 26px;
}

/* dots */

.home-hero-dots{
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-hero-dots button{
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  cursor: pointer;
  transition: var(--home-transition);
}

.home-hero-dots button:hover{
  background: rgba(255,255,255,.72);
}

.home-hero-dots button.active{
  background: var(--home-gold-light);
  transform: scale(1.15);
}

/* ========================================
   HERO INTRO FLOATING CARD
======================================== */

.home-hero-intro{
  padding: 0 0 40px;
  background:
    radial-gradient(circle at top center, rgba(76,12,24,.12), transparent 40%),
    linear-gradient(180deg, #080607 0%, #050505 100%);
}

.home-hero-card{
  max-width: 800px;
  margin: -150px auto 0;
  padding: 42px 40px;
  text-align: center;
  border: 1px solid rgba(200,169,106,.18);
  border-radius: var(--home-radius-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(42,12,18,.22), rgba(12,12,14,.56));
  box-shadow: var(--home-shadow-hero);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.home-hero-card--floating{
  position: relative;
  z-index: 8;
}

.home-kicker,
.home-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: var(--home-gold-light);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.home-hero-card h1{
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--ds-font-heading);
  font-size: 58px;
  line-height: 1.02;
}

.home-hero-lead{
  max-width: 720px;
  margin: 0 auto 12px;
  color: rgba(255,255,255,.90);
  font-size: 20px;
  line-height: 1.6;
}

.home-hero-text{
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,.74);
  font-size: 16px;
  line-height: 1.8;
}

.home-hero-actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.home-btn-primary,
.home-btn-secondary{
  display: inline-block;
  padding: 15px 28px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--home-transition);
}

.home-btn-primary{
  background: linear-gradient(135deg, #e3d3a3, #c8a96a) !important;
  border: 0 !important;
  color: #111 !important;
  box-shadow: 0 12px 28px rgba(200,169,106,.26);
}

.home-btn-primary:hover{
  transform: translateY(-2px);
  color: #111 !important;
}

.home-btn-secondary{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(227,211,163,.34) !important;
  color: #fff !important;
}

.home-btn-secondary:hover{
  transform: translateY(-2px);
  border-color: var(--home-gold-light) !important;
  color: var(--home-gold-light) !important;
}

.home-hero-note{
  margin-top: 18px;
  color: rgba(255,255,255,.62);
  font-size: 14px;
}

/* ========================================
   FADE-IN ANIMATIE
======================================== */

.js-fade-in{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}

.js-fade-in.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in[data-animate="up"]{
  transform: translateY(28px);
}

.js-fade-in[data-animate="up"].is-visible{
  transform: translateY(0);
}

/* ========================================
   INTRO
======================================== */

.home-intro{
  padding: 42px 0 26px;
}

.home-intro-card{
  padding: 46px 48px;
  text-align: center;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    linear-gradient(135deg, var(--home-bordeaux-strong), rgba(14,14,16,.96));
  box-shadow: var(--home-shadow);
}

.home-intro-card h2{
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--ds-font-heading);
  font-size: 46px;
  line-height: 1.1;
}

.home-intro-card p{
  margin: 0 0 12px;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.8;
}

/* ========================================
   SERVICES
======================================== */

.home-services{
  padding: 34px 0 28px;
}

.home-service-card{
  min-height: 320px;
  padding: 34px 28px 30px;
  text-align: center;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    linear-gradient(180deg, rgba(34,11,16,.24), rgba(12,12,14,.95));
  box-shadow: var(--home-shadow);
  transition: var(--home-transition);
}

.home-service-card:hover{
  transform: translateY(-8px);
  border-color: var(--home-line-strong);
}

.home-service-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
  border: 1px solid rgba(227,211,163,.22);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(200,169,106,.14), rgba(200,169,106,.04));
}

.home-service-card h3{
  margin: 0 0 12px;
  color: var(--home-gold-light);
  font-family: var(--ds-font-heading);
  font-size: 34px;
  line-height: 1.1;
}

.home-service-card p{
  margin: 0 0 16px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.75;
}

.home-inline-link{
  display: inline-block;
  color: var(--home-gold-light);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(227,211,163,.35);
  padding-bottom: 3px;
  transition: var(--home-transition);
}

.home-inline-link:hover{
  color: #fff;
  border-bottom-color: var(--home-gold-light);
}

/* ========================================
   AGENDA / PROGRAMMA
======================================== */

.hp-dates{
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top center, rgba(76,12,24,.12), transparent 34%),
    linear-gradient(180deg, #080607 0%, #050505 100%);
}

.hp-dates .container{
  max-width: 1200px;
}

.hp-dates__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 380px);
  gap: 34px;
  align-items: start;
}

.hp-dates__main{
  min-width: 0;
}

.hp-section-head{
  margin-bottom: 24px;
}

.hp-section-head__sub{
  display: inline-block;
  margin-bottom: 10px;
  color: var(--home-gold-light);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hp-section-head h2{
  margin: 0;
  color: #fff;
  font-family: var(--ds-font-heading);
  font-size: 58px;
  line-height: 1.08;
}

.hp-section-head h2::after{
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(to right, transparent, var(--home-gold), transparent);
}

.hp-section-head--small h2{
  font-size: 42px;
}

.hp-section-head__text{
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.8;
  max-width: 700px;
}

.hp-date-card{
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  margin-bottom: 18px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(38,12,18,.22), rgba(14,14,16,.96));
  box-shadow: var(--home-shadow);
  transition: var(--home-transition);
}

.hp-date-card:last-child{
  margin-bottom: 0;
}

.hp-date-card:hover{
  transform: translateY(-4px);
  border-color: var(--home-line-strong);
}

.hp-date-card__date{
  min-height: 118px;
  border: 1px solid rgba(200,169,106,.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)),
    rgba(255,255,255,.01);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hp-day{
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
}

.hp-month{
  display: block;
  margin-top: 8px;
  color: var(--home-gold-light);
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hp-date-card__content{
  min-width: 0;
}

.hp-date-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.hp-date-card__content h3{
  margin: 0;
  color: #fff;
  font-family: var(--ds-font-heading);
  font-size: 34px;
  line-height: 1.1;
}

.hp-date-card__content p{
  margin: 0 0 16px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.75;
}

.hp-date-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(227,211,163,.26);
  border-radius: 999px;
  background: rgba(200,169,106,.10);
  color: var(--home-gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.hp-date-card__actions{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hp-link{
  display: inline-block;
  color: var(--home-gold-light);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(227,211,163,.35);
  padding-bottom: 3px;
  transition: var(--home-transition);
}

.hp-link:hover{
  color: #fff;
  border-bottom-color: var(--home-gold-light);
}

.hp-link--primary{
  padding: 12px 20px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #e3d3a3, #c8a96a);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(200,169,106,.24);
}

.hp-link--primary:hover{
  color: #111;
  transform: translateY(-2px);
  border-bottom-color: transparent;
}

.hp-link--block{
  margin-top: 18px;
}

.hp-program{
  min-width: 0;
}

.hp-program__card{
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(38,12,18,.22), rgba(14,14,16,.96));
  box-shadow: var(--home-shadow);
}

.hp-program__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.hp-program__row:last-of-type{
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.hp-program__row strong{
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.hp-program__row span{
  color: var(--home-gold-light);
  font-size: 15px;
  text-align: right;
  line-height: 1.5;
}

/* ========================================
   GALLERY
======================================== */

.home-gallery{
  padding: 56px 0 34px;
}

.home-gallery-head{
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-gallery-head h2{
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--ds-font-heading);
  font-size: 58px;
  line-height: 1.08;
}

.home-gallery-head h2::after{
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(to right, transparent, var(--home-gold), transparent);
}

.home-gallery-head p{
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.8;
}

.home-gallery-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.home-gallery-card{
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(38,12,18,.22), rgba(14,14,16,.96));
  box-shadow: var(--home-shadow);
  transition: var(--home-transition);
}

.home-gallery-card:hover{
  transform: translateY(-8px);
  border-color: var(--home-line-strong);
}

.home-gallery-card__image{
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #111;
}

.home-gallery-card__image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.18) 100%);
  opacity: 0;
  transition: var(--home-transition);
}

.home-gallery-card:hover .home-gallery-card__image::after{
  opacity: 1;
}

.home-gallery-card__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .6s ease;
}

.home-gallery-card:hover .home-gallery-card__image img{
  transform: scale(1.05);
}

.home-gallery-card__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 20px;
}

.home-gallery-card__content h3{
  margin: 0;
  color: #fff;
  font-family: var(--ds-font-heading);
  font-size: 28px;
  line-height: 1.15;
}

.home-gallery-card__actions{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.home-gallery-link{
  display: inline-block;
  color: var(--home-gold-light);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(227,211,163,.35);
  padding-bottom: 3px;
  transition: var(--home-transition);
}

.home-gallery-link:hover{
  color: #fff;
  border-bottom-color: var(--home-gold-light);
}

.home-gallery-zoom{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(227,211,163,.24);
  border-radius: 50%;
  color: var(--home-gold-light);
  text-decoration: none;
  transition: var(--home-transition);
}

.home-gallery-zoom:hover{
  color: #111;
  background: linear-gradient(135deg, #e3d3a3, #c8a96a);
  border-color: transparent;
}

.home-gallery-footer{
  margin-top: 30px;
  text-align: center;
}

/* ========================================
   COOKIE BANNER
======================================== */

.cookie-banner{
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(200,169,106,.22);
  border-radius: 14px;
  background: rgba(21,16,17,.96);
  color: rgba(255,255,255,.88);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.cookie-banner p{
  flex: 1;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.6;
}

.cookie-banner a{
  color: #e3d3a3;
  text-decoration: none;
  border-bottom: 1px solid rgba(227,211,163,.45);
  transition: var(--home-transition);
}

.cookie-banner a:hover{
  color: #f1d082;
  border-bottom-color: rgba(241,208,130,.75);
}

.cookie-banner button{
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #e3d3a3, #c8a96a);
  color: #111;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: var(--home-transition);
}

.cookie-banner button:hover{
  transform: translateY(-1px);
}

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

@media (max-width: 1199px){
  .home-hero-card h1{
    font-size: 50px;
  }

  .hp-section-head h2,
  .home-gallery-head h2{
    font-size: 50px;
  }

  .home-gallery-grid{
    gap: 22px;
  }

  .home-gallery-card__content h3{
    font-size: 24px;
  }
}

@media (max-width: 991px){
  .home-hero{
    min-height: 820px;
  }

  .home-header{
    padding-top: 10px;
  }

  .home-hero-arrow{
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }

  .home-hero-arrow--prev{
    left: 14px;
  }

  .home-hero-arrow--next{
    right: 14px;
  }

  .home-hero-card{
    max-width: 100%;
    margin-top: -110px;
    padding: 32px 26px;
  }

  .home-hero-card h1{
    font-size: 44px;
  }

  .home-hero-lead{
    font-size: 18px;
  }

  .home-service-card{
    min-height: auto;
    margin-bottom: 24px;
  }

  .hp-dates__grid{
    grid-template-columns: 1fr;
  }

  .hp-program{
    margin-top: 8px;
  }

  .hp-section-head h2,
  .home-gallery-head h2{
    font-size: 44px;
  }

  .home-gallery-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-date-card__top{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px){
  .home-hero{
    min-height: 620px;
  }

  .home-hero-arrow{
    display: none;
  }

  .home-hero-dots{
    bottom: 20px;
  }

  .home-hero-intro{
    padding-bottom: 28px;
    margin-top: -110px;
    position: relative;
    z-index: 9;
  }

  .home-hero-card{
    margin-top: 0;
    padding: 28px 20px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0)),
      linear-gradient(135deg, rgba(42,12,18,.22), rgba(12,12,14,.56));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .home-hero-card h1{
    font-size: 36px;
  }

  .home-hero-lead{
    font-size: 17px;
  }

  .home-hero-text{
    font-size: 14px;
  }

  .home-hero-actions{
    flex-direction: column;
  }

  .home-hero-actions a{
    width: 100%;
    text-align: center;
  }

  .home-intro-card{
    padding: 28px 20px;
  }

  .home-intro-card h2{
    font-size: 32px;
  }

  .rock_heading h1,
  .rock_heading h2{
    font-size: 38px;
  }

  .home-service-card{
    padding: 28px 20px;
  }

  .home-service-card h3{
    font-size: 28px;
  }

  .hp-dates{
    padding: 70px 0 50px;
  }

  .hp-section-head h2,
  .home-gallery-head h2{
    font-size: 36px;
  }

  .hp-section-head__text{
    font-size: 15px;
  }

  .hp-date-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .hp-date-card__date{
    min-height: 92px;
  }

  .hp-day{
    font-size: 38px;
  }

  .hp-date-card__content h3{
    font-size: 28px;
  }

  .hp-date-card__actions{
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hp-link--primary{
    text-align: center;
  }

  .hp-program__card{
    padding: 20px 18px 16px;
  }

  .hp-program__row strong{
    font-size: 24px;
  }

  .hp-program__row span{
    font-size: 14px;
  }

  .home-gallery{
    padding: 42px 0 22px;
  }

  .home-gallery-head{
    margin-bottom: 24px;
  }

  .home-gallery-head p{
    font-size: 15px;
  }

  .home-gallery-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-gallery-card{
    border-radius: 20px;
  }

  .home-gallery-card__content{
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 18px;
  }

  .home-gallery-card__content h3{
    font-size: 24px;
  }

  .home-gallery-card__actions{
    width: 100%;
    justify-content: space-between;
  }

  .cookie-banner{
    bottom: 12px;
    width: calc(100% - 20px);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .cookie-banner p{
    font-size: 14px;
  }

  .cookie-banner button{
    width: 100%;
    text-align: center;
  }
}

/* =========================================================
   UNIFIED PAGE OVERRIDES - homepage
   ========================================================= */
body{
  background:
    radial-gradient(circle at top center, var(--ds-bordeaux), transparent 28%),
    linear-gradient(180deg, #070707 0%, var(--ds-bg) 100%) !important;
}

.home-hero,
.home-intro,
.home-services,
.hp-dates,
.home-gallery{
  color: var(--ds-text);
}

.home-hero h1,
.home-intro h2,
.home-services h2,
.hp-dates h2,
.home-gallery h2,
.home-gallery-card__content h3,
.hp-date-card__content h3,
.hp-program__row strong{
  color: #fff !important;
  font-family: var(--ds-font-heading) !important;
}

.home-hero p,
.home-intro p,
.home-services p,
.hp-dates p,
.home-gallery p,
.home-gallery-card__content p,
.hp-program__row span{
  color: var(--ds-muted) !important;
}

/* =========================================================
   HOMEPAGE V5 - moved from inline index.html
   CSS is now cacheable and maintainable outside the HTML.
   ========================================================= */
.home-hero {
    position: relative;
    overflow: hidden;
  }

  .home-hero .home-header {
    position: relative;
    z-index: 30;
  }

  .home-hero-copy-v9,
  .home-hero-copy-v9 * {
    box-sizing: border-box;
  }

  .home-hero-copy-v9 {
    position: absolute;
    inset: 0;
    z-index: 12;
    display: flex;
    align-items: center;
    pointer-events: none;
    color: #fff7ef;
  }

  .home-hero-copy-v9::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 68% 45%, rgba(109,24,35,.10), transparent 42%),
      linear-gradient(90deg, rgba(12,5,8,.88) 0%, rgba(12,5,8,.64) 42%, rgba(12,5,8,.26) 74%, rgba(12,5,8,.58) 100%);
    pointer-events: none;
  }

  .home-hero-copy-v9__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding-top: 84px;
    pointer-events: auto;
  }

  .home-hero-copy-v9__content {
    max-width: 930px;
  }

  .home-hero-copy-v9__pill {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 22px;
    padding: 11px 18px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #ffdb85;
    font-family: var(--ds-font-body);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.2;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
  }

  .home-hero-copy-v9 h1 {
    max-width: 980px;
    margin: 0 0 22px;
    color: #fff7ef;
    font-family: var(--ds-font-heading);
    font-size: clamp(48px, 6.4vw, 88px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow: 0 12px 38px rgba(0,0,0,.40);
  }

  .home-hero-copy-v9__lead {
    max-width: 900px;
    margin: 0 0 22px;
    color: #fff7ef;
    font-family: var(--ds-font-body);
    font-size: clamp(20px, 2.05vw, 27px);
    font-weight: 850;
    line-height: 1.45;
    text-shadow: 0 8px 28px rgba(0,0,0,.45);
  }

  .home-hero-copy-v9__text {
    max-width: 820px;
    margin: 0 0 34px;
    color: rgba(255,247,239,.88);
    font-family: var(--ds-font-body);
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 500;
    line-height: 1.55;
    text-shadow: 0 8px 24px rgba(0,0,0,.45);
  }

  .home-hero-copy-v9__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
  }

  .home-hero-copy-v9__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    font-family: var(--ds-font-body);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  }

  .home-hero-copy-v9__btn--primary {
    background: linear-gradient(135deg, #ffdb85, #f3c35c);
    color: #170a0d;
    box-shadow: 0 20px 42px rgba(243,195,92,.24);
  }

  .home-hero-copy-v9__btn--secondary {
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.09);
    color: #fff7ef;
    backdrop-filter: blur(8px);
  }

  .home-hero-copy-v9__btn:hover,
  .home-hero-copy-v9__btn:focus {
    transform: translateY(-2px);
    text-decoration: none;
  }

  .home-hero-copy-v9__btn--primary:hover,
  .home-hero-copy-v9__btn--primary:focus {
    color: #170a0d;
    box-shadow: 0 24px 46px rgba(243,195,92,.34);
  }

  .home-hero-copy-v9__btn--secondary:hover,
  .home-hero-copy-v9__btn--secondary:focus {
    color: #fff7ef;
    border-color: rgba(255,219,133,.58);
    background: rgba(255,255,255,.14);
  }

  .home-hero-copy-v9__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .home-hero-copy-v9__trust li {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 15px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #ffdb85;
    font-family: var(--ds-font-body);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    backdrop-filter: blur(8px);
  }

  @media (max-width: 991px) {
    .home-hero-copy-v9 {
      align-items: flex-end;
    }

    .home-hero-copy-v9__inner {
      padding-top: 120px;
      padding-bottom: 72px;
    }

    .home-hero-copy-v9 h1 {
      font-size: clamp(40px, 10vw, 64px);
    }

    .home-hero-copy-v9__lead {
      font-size: clamp(18px, 4.4vw, 23px);
    }

    .home-hero-copy-v9__text {
      font-size: 17px;
    }
  }

  @media (max-width: 640px) {
    .home-hero-copy-v9__inner {
      width: min(100% - 28px, 1180px);
      padding-bottom: 54px;
    }

    .home-hero-copy-v9__pill {
      margin-bottom: 16px;
      padding: 9px 14px;
      font-size: 13px;
    }

    .home-hero-copy-v9 h1 {
      margin-bottom: 16px;
      font-size: clamp(35px, 12vw, 48px);
      line-height: .98;
    }

    .home-hero-copy-v9__lead {
      margin-bottom: 15px;
      font-size: 18px;
    }

    .home-hero-copy-v9__text {
      margin-bottom: 24px;
      font-size: 15.5px;
      line-height: 1.55;
    }

    .home-hero-copy-v9__actions {
      gap: 10px;
      margin-bottom: 20px;
    }

    .home-hero-copy-v9__btn {
      width: 100%;
      min-height: 52px;
      padding: 0 20px;
      font-size: 16px;
    }

    .home-hero-copy-v9__trust {
      gap: 8px;
    }

    .home-hero-copy-v9__trust li {
      min-height: 34px;
      padding: 7px 12px;
      font-size: 12.5px;
    }
  }


  #main-content .hpv5-wrap,
  #main-content .hpv5-wrap * {
    box-sizing: border-box;
  }

  #main-content .hpv5-wrap {
    --hpv5-bg: #12090b;
    --hpv5-bg-soft: #1b1114;
    --hpv5-panel: rgba(255,255,255,.055);
    --hpv5-panel-strong: rgba(255,255,255,.085);
    --hpv5-border: rgba(255,255,255,.13);
    --hpv5-gold: #f3c35c;
    --hpv5-gold-2: #ffdb85;
    --hpv5-cream: #fff6ea;
    --hpv5-muted: rgba(255,246,234,.78);
    --hpv5-text: #fff8ef;
    --hpv5-red: #6d1823;
    --hpv5-radius: 26px;
    background: var(--hpv5-bg);
    color: var(--hpv5-text);
    font-family: var(--ds-font-body);
    line-height: 1.65;
    overflow: hidden;
  }

  #main-content .hpv5-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
  }

  #main-content .hpv5-section {
    position: relative;
    padding: 86px 0;
  }

  #main-content .hpv5-section--compact {
    padding: 54px 0;
  }

  #main-content .hpv5-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--hpv5-gold-2);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  #main-content .hpv5-eyebrow::before,
  #main-content .hpv5-eyebrow::after {
    content: '';
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hpv5-gold));
    opacity: .75;
  }

  #main-content .hpv5-eyebrow::after {
    background: linear-gradient(90deg, var(--hpv5-gold), transparent);
  }

  #main-content .hpv5-head {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
  }

  #main-content .hpv5-head--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  #main-content .hpv5-head--left .hpv5-eyebrow::before,
  #main-content .hpv5-head--left .hpv5-eyebrow::after {
    display: none;
  }

  #main-content .hpv5-title,
  #main-content .hpv5-head h2,
  #main-content .hpv5-copy h2,
  #main-content .hpv5-cta h2 {
    margin: 0;
    color: var(--hpv5-cream);
    font-family: var(--ds-font-heading);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: .98;
  }

  #main-content .hpv5-title {
    max-width: 960px;
    margin: 0 auto 18px;
    font-size: clamp(38px, 5vw, 72px);
  }

  #main-content .hpv5-head h2,
  #main-content .hpv5-copy h2,
  #main-content .hpv5-cta h2 {
    font-size: clamp(34px, 4vw, 58px);
  }

  #main-content .hpv5-head p,
  #main-content .hpv5-copy p,
  #main-content .hpv5-card p,
  #main-content .hpv5-price-card p,
  #main-content .hpv5-date-card p,
  #main-content .hpv5-faq-card p,
  #main-content .hpv5-cta p {
    color: var(--hpv5-muted);
    font-size: 17px;
  }

  #main-content .hpv5-head p {
    max-width: 760px;
    margin: 16px auto 0;
  }

  #main-content .hpv5-bg-glow {
    background:
      radial-gradient(circle at 10% 5%, rgba(243,195,92,.16), transparent 36%),
      radial-gradient(circle at 88% 20%, rgba(111,24,35,.42), transparent 38%),
      linear-gradient(180deg, #10080a 0%, #170d10 100%);
  }

  #main-content .hpv5-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  #main-content .hpv5-card,
  #main-content .hpv5-price-card,
  #main-content .hpv5-panel,
  #main-content .hpv5-faq-card {
    border: 1px solid var(--hpv5-border);
    border-radius: var(--hpv5-radius);
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
    box-shadow: 0 24px 60px rgba(0,0,0,.23);
  }

  #main-content .hpv5-card {
    min-height: 252px;
    padding: 28px 26px;
  }

  #main-content .hpv5-number {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(243,195,92,.15);
    color: var(--hpv5-gold-2);
    font-size: 20px;
    font-weight: 900;
  }

  #main-content .hpv5-card h3,
  #main-content .hpv5-price-card h3,
  #main-content .hpv5-date-card h3,
  #main-content .hpv5-faq-card h3,
  #main-content .hpv5-program h3 {
    margin: 0 0 12px;
    color: var(--hpv5-cream);
    font-family: var(--ds-font-heading);
    font-size: 29px;
    font-weight: 700;
    line-height: 1.08;
  }

  #main-content .hpv5-card p,
  #main-content .hpv5-price-card p,
  #main-content .hpv5-date-card p,
  #main-content .hpv5-faq-card p {
    margin: 0;
  }

  #main-content .hpv5-route {
    margin-top: -22px;
    padding-top: 0;
  }

  #main-content .hpv5-route-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  #main-content .hpv5-route-card {
    display: block;
    min-height: 132px;
    padding: 22px;
    border: 1px solid rgba(243,195,92,.2);
    border-radius: 22px;
    background: rgba(255,255,255,.045);
    color: var(--hpv5-text);
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
  }

  #main-content .hpv5-route-card:hover,
  #main-content .hpv5-route-card:focus {
    transform: translateY(-4px);
    border-color: rgba(243,195,92,.55);
    background: rgba(243,195,92,.08);
    color: var(--hpv5-text);
    text-decoration: none;
  }

  #main-content .hpv5-route-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--hpv5-gold-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  #main-content .hpv5-route-card strong {
    display: block;
    margin-bottom: 5px;
    font-family: var(--ds-font-heading);
    font-size: 25px;
    line-height: 1.05;
  }

  #main-content .hpv5-route-card p {
    margin: 0;
    color: var(--hpv5-muted);
    font-size: 14px;
    line-height: 1.45;
  }

  #main-content .hpv5-split {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 54px;
    align-items: center;
  }

  #main-content .hpv5-media-stack {
    position: relative;
    min-height: 520px;
  }

  #main-content .hpv5-media-stack img {
    position: absolute;
    display: block;
    width: 74%;
    height: 360px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 30px;
    box-shadow: 0 26px 80px rgba(0,0,0,.38);
  }

  #main-content .hpv5-media-stack img:first-child {
    top: 0;
    left: 0;
  }

  #main-content .hpv5-media-stack img:last-child {
    right: 0;
    bottom: 0;
  }

  #main-content .hpv5-copy p {
    margin: 20px 0 0;
  }

  #main-content .hpv5-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  #main-content .hpv5-list-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: var(--hpv5-muted);
    font-size: 16px;
  }

  #main-content .hpv5-list-item::before {
    content: '✓';
    flex: 0 0 25px;
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    margin-top: 1px;
    border-radius: 999px;
    background: rgba(243,195,92,.16);
    color: var(--hpv5-gold-2);
    font-weight: 900;
  }

  #main-content .hpv5-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 30px;
  }

  #main-content .hpv5-price-card--featured {
    border-color: rgba(243,195,92,.58);
    background: linear-gradient(180deg, rgba(243,195,92,.15), rgba(255,255,255,.04));
    transform: translateY(-10px);
  }

  #main-content .hpv5-tag {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(243,195,92,.16);
    color: var(--hpv5-gold-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  #main-content .hpv5-price {
    margin: 20px 0;
    color: var(--hpv5-gold-2);
    font-family: var(--ds-font-heading);
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
  }

  #main-content .hpv5-price small {
    color: var(--hpv5-muted);
    font-family: var(--ds-font-body);
    font-size: 14px;
    font-weight: 700;
  }

  #main-content .hpv5-price-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    color: var(--hpv5-muted);
  }

  #main-content .hpv5-price-card li {
    position: relative;
    padding-left: 22px;
  }

  #main-content .hpv5-price-card li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--hpv5-gold-2);
  }

  #main-content .hpv5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: auto;
    padding: 13px 22px;
    border: 1px solid rgba(243,195,92,.42);
    border-radius: 999px;
    color: var(--hpv5-cream);
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
  }

  #main-content .hpv5-btn:hover,
  #main-content .hpv5-btn:focus {
    transform: translateY(-2px);
    color: var(--hpv5-cream);
    text-decoration: none;
  }

  #main-content .hpv5-btn--primary {
    border-color: transparent;
    background: linear-gradient(135deg, #f0bd53, #fff0a8);
    color: #1a0d0d;
  }

  #main-content .hpv5-btn--primary:hover,
  #main-content .hpv5-btn--primary:focus {
    color: #1a0d0d;
  }

  #main-content .hpv5-agenda {
    background:
      linear-gradient(90deg, rgba(18,9,11,.98), rgba(18,9,11,.86)),
      url('../images/bg/Banner_dinnershow_3.jpg') center/cover no-repeat;
  }

  #main-content .hpv5-agenda-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    align-items: start;
  }

  #main-content .hpv5-date-list {
    display: grid;
    gap: 16px;
  }

  #main-content .hpv5-date-card {
    display: grid;
    grid-template-columns: 86px 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--hpv5-border);
    border-radius: 24px;
    background: rgba(255,255,255,.06);
  }

  #main-content .hpv5-date-mini {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f0bd53, #fff0a8);
    color: #1a0d0d;
    line-height: 1;
  }

  #main-content .hpv5-date-mini strong {
    font-size: 32px;
    font-weight: 900;
  }

  #main-content .hpv5-date-mini span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  #main-content .hpv5-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(243,195,92,.14);
    color: var(--hpv5-gold-2);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  #main-content .hpv5-program {
    padding: 28px;
  }

  #main-content .hpv5-program-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
    color: var(--hpv5-muted);
  }

  #main-content .hpv5-program-row strong {
    color: var(--hpv5-gold-2);
  }

  #main-content .hpv5-gallery-grid {
    display: grid;
    grid-template-columns: 1.35fr .95fr .95fr;
    grid-template-rows: repeat(2, minmax(230px, 1fr));
    gap: 18px;
    align-items: stretch;
  }

  #main-content .hpv5-gallery-grid a {
    position: relative;
    display: block;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid var(--hpv5-border);
    border-radius: 28px;
    background: #0b0407;
    color: var(--hpv5-cream);
    isolation: isolate;
  }

  #main-content .hpv5-gallery-grid a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,5,7,.05) 30%, rgba(8,5,7,.88) 100%);
    z-index: 0;
  }

  #main-content .hpv5-gallery-grid a:first-child {
    grid-row: 1 / span 2;
    min-height: 518px;
  }

  #main-content .hpv5-gallery-grid img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    opacity: .94;
    transition: transform .35s ease, opacity .35s ease;
  }

  #main-content .hpv5-gallery-grid a:first-child img {
    min-height: 518px;
  }

  #main-content .hpv5-gallery-grid a:hover img,
  #main-content .hpv5-gallery-grid a:focus img {
    transform: scale(1.04);
    opacity: 1;
  }

  #main-content .hpv5-gallery-grid span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 36px);
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(9,4,7,.9);
    color: #fff7f0;
    font-family: var(--ds-font-body);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    box-shadow: 0 14px 28px rgba(0,0,0,.24);
  }

  #main-content .hpv5-cta {
    padding: 42px;
    border: 1px solid rgba(243,195,92,.28);
    border-radius: 32px;
    background:
      linear-gradient(135deg, rgba(243,195,92,.18), rgba(109,24,35,.22)),
      rgba(255,255,255,.045);
  }

  #main-content .hpv5-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
  }

  #main-content .hpv5-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  #main-content .hpv5-faq-card {
    padding: 24px;
  }

  @media (max-width: 991px) {
    #main-content .hpv5-section { padding: 64px 0; }
    #main-content .hpv5-grid-3,
    #main-content .hpv5-split,
    #main-content .hpv5-agenda-layout,
    #main-content .hpv5-cta-inner {
      grid-template-columns: 1fr;
    }
    #main-content .hpv5-route-grid,
    #main-content .hpv5-faq-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    #main-content .hpv5-gallery-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
    }
    #main-content .hpv5-gallery-grid a:first-child {
      grid-column: 1 / -1;
      grid-row: auto;
      min-height: 360px;
    }
    #main-content .hpv5-gallery-grid a:first-child img { min-height: 360px; }
    #main-content .hpv5-price-card--featured { transform: none; }
    #main-content .hpv5-media-stack { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    #main-content .hpv5-media-stack img { position: static; width: 100%; height: 300px; }
    #main-content .hpv5-date-card { grid-template-columns: 78px 1fr; }
    #main-content .hpv5-badge { grid-column: 2; justify-self: start; }
  }

  @media (max-width: 640px) {
    #main-content .hpv5-container { width: min(100% - 28px, 1180px); }
    #main-content .hpv5-title { font-size: clamp(34px, 12vw, 48px); }
    #main-content .hpv5-head h2,
    #main-content .hpv5-copy h2,
    #main-content .hpv5-cta h2 { font-size: clamp(30px, 10vw, 42px); }
    #main-content .hpv5-eyebrow { font-size: 11px; letter-spacing: .13em; }
    #main-content .hpv5-eyebrow::before,
    #main-content .hpv5-eyebrow::after { width: 20px; }
    #main-content .hpv5-grid-3,
    #main-content .hpv5-route-grid,
    #main-content .hpv5-faq-grid,
    #main-content .hpv5-media-stack {
      grid-template-columns: 1fr;
    }
    #main-content .hpv5-gallery-grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    #main-content .hpv5-card,
    #main-content .hpv5-price-card,
    #main-content .hpv5-program,
    #main-content .hpv5-cta { padding: 22px; }
    #main-content .hpv5-date-card { grid-template-columns: 1fr; }
    #main-content .hpv5-badge { grid-column: auto; }
    #main-content .hpv5-gallery-grid a,
    #main-content .hpv5-gallery-grid img,
    #main-content .hpv5-gallery-grid a:first-child,
    #main-content .hpv5-gallery-grid a:first-child img { min-height: 235px; }
    #main-content .hpv5-gallery-grid span {
      font-size: 15px;
      padding: 9px 15px;
      left: 14px;
      bottom: 14px;
      max-width: calc(100% - 28px);
    }
  }


/* =========================================================
   HERO FIX v13 - aparte desktop en mobiel/tablet opbouw
   Doel: op tablet en mobiel geen overlap meer onder logo/menu.
   ========================================================= */

/* Desktop header: compactere navigatie zodat het menu niet uit beeld loopt. */
@media (min-width: 992px) {
  .home-header .container {
    width: min(1180px, calc(100% - 40px)) !important;
  }

  .home-header .row {
    display: flex !important;
    align-items: center !important;
  }

  .home-header .col-lg-3,
  .home-header .col-md-3 {
    flex: 0 0 270px !important;
    width: 270px !important;
    max-width: 270px !important;
  }

  .home-header .col-lg-9,
  .home-header .col-md-9 {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .home-header .rock_logo img {
    width: auto !important;
    max-width: 235px !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }

  .home-header .rock_menu ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  .home-header .rock_menu ul li {
    float: none !important;
    flex: 0 0 auto !important;
  }

  .home-header .rock_menu ul li > a {
    padding: 26px 10px 24px !important;
    font-size: 13px !important;
    letter-spacing: .06em !important;
    white-space: nowrap !important;
  }

  .home-header .rock_menu ul li.has-submenu > a,
  .home-header .rock_menu ul li.menu-item-has-children > a {
    padding-right: 22px !important;
  }

  .home-header .rock_menu ul li.has-submenu > a:after,
  .home-header .rock_menu ul li.menu-item-has-children > a:after {
    right: 7px !important;
  }

  .home-header .rock_menu ul li.menu-cta {
    margin-left: 10px !important;
  }

  .home-header .rock_menu ul li.menu-cta > a {
    margin-top: 0 !important;
    padding: 16px 22px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  .home-header .col-lg-3,
  .home-header .col-md-3 {
    flex-basis: 235px !important;
    width: 235px !important;
    max-width: 235px !important;
  }

  .home-header .rock_logo img {
    max-width: 210px !important;
  }

  .home-header .rock_menu ul li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 12px !important;
    letter-spacing: .045em !important;
  }

  .home-header .rock_menu ul li.has-submenu > a,
  .home-header .rock_menu ul li.menu-item-has-children > a {
    padding-right: 19px !important;
  }

  .home-header .rock_menu ul li.menu-cta > a {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

.home-hero {
  min-height: clamp(650px, 82svh, 760px) !important;
}

.home-hero-copy-v9 {
  align-items: flex-start !important;
}

.home-hero-copy-v9::before {
  background:
    linear-gradient(90deg, rgba(12,5,8,.72) 0%, rgba(12,5,8,.48) 42%, rgba(12,5,8,.16) 72%, rgba(12,5,8,.38) 100%) !important;
}

.home-hero-copy-v9__inner {
  width: min(1040px, calc(100% - 48px)) !important;
  padding-top: 126px !important;
  padding-bottom: 54px !important;
}

.home-hero-copy-v9__content {
  max-width: 660px !important;
}

.home-hero-copy-v9__pill {
  margin-bottom: 12px !important;
  padding: 7px 13px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
}

.home-hero-copy-v9 h1 {
  max-width: 700px !important;
  margin-bottom: 15px !important;
  font-size: clamp(38px, 4.45vw, 60px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.035em !important;
}

.home-hero-copy-v9__lead {
  max-width: 640px !important;
  margin-bottom: 14px !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

.home-hero-copy-v9__text {
  max-width: 610px !important;
  margin-bottom: 22px !important;
  font-size: clamp(15px, 1.05vw, 16.5px) !important;
  line-height: 1.55 !important;
}

.home-hero-copy-v9__actions {
  gap: 12px !important;
  margin-bottom: 16px !important;
}

.home-hero-copy-v9__btn {
  min-height: 48px !important;
  padding: 0 22px !important;
  font-size: 15px !important;
}

.home-hero-copy-v9__trust {
  gap: 8px !important;
}

.home-hero-copy-v9__trust li {
  min-height: 32px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
}

/* Tablet en mobiel: header en hero-copy staan in normale flow.
   Hierdoor kan de tekst nooit meer onder het logo/menu vallen. */
@media (max-width: 991px) {
  .home-hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .home-hero-slider,
  .home-hero-slides,
  .home-hero-overlay,
  .home-hero-grid-wrap {
    position: absolute !important;
    inset: 0 !important;
  }

  .home-hero .home-header,
  .home-header,
  #rock_header.home-header {
    order: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 60 !important;
    padding: 12px 0 11px !important;
    background: rgba(8,8,8,.82) !important;
    border-bottom: 1px solid rgba(200,169,106,.20) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  .home-header .container {
    width: min(100% - 32px, 760px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-header .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .home-header [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-header .rock_logo {
    text-align: center !important;
    padding: 0 0 12px !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  .home-header .rock_logo a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  .home-header .rock_logo img {
    display: block !important;
    width: auto !important;
    max-width: min(260px, 72vw) !important;
    max-height: 66px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .rock_menu_toggle.navbar-toggle,
  .rock_menu_toggle {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(14,14,16,.97), rgba(8,8,8,.97)) !important;
    border: 1px solid rgba(200,169,106,.36) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.28) !important;
    color: var(--gold2, #e3d3a3) !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: .05em !important;
  }

  .rock_menu_toggle i {
    float: right !important;
    margin-top: 1px !important;
    font-size: 24px !important;
  }

  .home-header .rock_menu {
    position: relative !important;
    z-index: 70 !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .home-header .rock_menu .navbar-collapse,
  .home-header .rock_menu ul.collapse,
  .home-header .rock_menu ul.navbar-collapse {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    z-index: 80 !important;
    background: linear-gradient(180deg, rgba(16,16,18,.99), rgba(8,8,8,.99)) !important;
    border: 1px solid rgba(200,169,106,.24) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.45) !important;
    overflow-y: auto !important;
    max-height: calc(100svh - 140px) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .home-header .rock_menu .navbar-collapse.in,
  .home-header .rock_menu ul.collapse.in,
  .home-header .rock_menu ul.navbar-collapse.in {
    display: block !important;
    height: auto !important;
  }

  .home-hero-copy-v9 {
    order: 2 !important;
    position: relative !important;
    inset: auto !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-height: 480px !important;
    pointer-events: auto !important;
  }

  .home-hero-copy-v9::before {
    z-index: -1 !important;
    background:
      linear-gradient(180deg, rgba(12,5,8,.42) 0%, rgba(12,5,8,.18) 34%, rgba(12,5,8,.78) 100%),
      linear-gradient(90deg, rgba(12,5,8,.88) 0%, rgba(12,5,8,.62) 58%, rgba(12,5,8,.36) 100%) !important;
  }

  .home-hero-copy-v9__inner {
    width: min(100% - 36px, 760px) !important;
    margin: 0 auto !important;
    padding-top: 42px !important;
    padding-bottom: 58px !important;
  }

  .home-hero-copy-v9__pill,
  .home-hero-copy-v9__text,
  .home-hero-copy-v9__trust {
    display: none !important;
  }

  .home-hero-copy-v9__actions {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-hero-copy-v9 {
    min-height: 500px !important;
  }

  .home-hero-copy-v9__content {
    max-width: 620px !important;
  }

  .home-hero-copy-v9 h1 {
    margin-bottom: 16px !important;
    font-size: clamp(38px, 6vw, 52px) !important;
    line-height: 1.04 !important;
  }

  .home-hero-copy-v9__lead {
    max-width: 590px !important;
    margin-bottom: 24px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .home-hero-copy-v9__actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
}

@media (max-width: 767px) {
  .home-header .container {
    width: min(100% - 28px, 520px) !important;
  }

  .home-header .rock_logo {
    padding-bottom: 10px !important;
  }

  .home-header .rock_logo img {
    max-width: min(232px, 72vw) !important;
    max-height: 58px !important;
  }

  .rock_menu_toggle.navbar-toggle,
  .rock_menu_toggle {
    min-height: 60px !important;
    padding: 13px 18px !important;
  }

  .home-hero-copy-v9 {
    min-height: 438px !important;
  }

  .home-hero-copy-v9__inner {
    width: min(100% - 28px, 430px) !important;
    padding-top: 34px !important;
    padding-bottom: 54px !important;
  }

  .home-hero-copy-v9__content {
    max-width: 100% !important;
  }

  .home-hero-copy-v9 h1 {
    max-width: 100% !important;
    margin-bottom: 14px !important;
    font-size: clamp(30px, 8.6vw, 40px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.028em !important;
  }

  .home-hero-copy-v9__lead {
    max-width: 100% !important;
    margin-bottom: 22px !important;
    font-size: 15.5px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
  }

  .home-hero-copy-v9__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .home-hero-copy-v9__btn {
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 18px !important;
    font-size: 16px !important;
  }

  .home-hero-dots {
    bottom: 18px !important;
  }
}

@media (max-width: 420px) {
  .home-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .home-header .container {
    width: min(100% - 24px, 390px) !important;
  }

  .home-header .rock_logo img {
    max-width: min(212px, 70vw) !important;
    max-height: 52px !important;
  }

  .rock_menu_toggle.navbar-toggle,
  .rock_menu_toggle {
    min-height: 56px !important;
    font-size: 16px !important;
  }

  .home-hero-copy-v9 {
    min-height: 420px !important;
  }

  .home-hero-copy-v9__inner {
    width: min(100% - 24px, 390px) !important;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .home-hero-copy-v9 h1 {
    font-size: clamp(28px, 8.3vw, 34px) !important;
    line-height: 1.04 !important;
  }

  .home-hero-copy-v9__lead {
    font-size: 14.5px !important;
  }

  .home-hero-copy-v9__btn {
    min-height: 54px !important;
    font-size: 15px !important;
  }
}

/* Homepage hero backgrounds formerly lived as inline style attributes. */
.home-hero-slide--1{ background-image: url('../images/slider/slider1.png'); }
.home-hero-slide--2{ background-image: url('../images/slider/slider2.png'); }
.home-hero-slide--3{ background-image: url('../images/slider/slider3.png'); }
#main-content .hpv5-btn--block{ width:100%; margin-top:24px; }

/* =========================================================
   HOME VISUAL AUDIT - header alignment, hero brightness and image slots
   Laatste versie: placeholders en echte afbeeldingen gebruiken dezelfde maatvoering.
   Zo kun je een placeholder veilig vervangen door <figure class="hpv5-image ..."><img ...></figure>.
   ========================================================= */

/* Hero slider: iets helderder, zonder de layout te veranderen. */
.home-hero-slide{
  filter: brightness(1.18) saturate(1.04) contrast(1.02);
  will-change: opacity, transform, filter;
}

@media (max-width: 991px){
  body.page-home .home-hero{
    padding-top: 150px !important;
  }
}

@media (max-width: 420px){
  body.page-home .home-hero{
    padding-top: 138px !important;
  }
}

/* =========================================================
   HPV5 IMAGE SYSTEM
   Gebruik:
   - Placeholder: <figure class="hpv5-image-placeholder hpv5-image-placeholder--wide">...</figure>
   - Echte foto:  <figure class="hpv5-image hpv5-image--wide"><img ...></figure>
   ========================================================= */

/* Gedeelde basis voor placeholders en echte afbeeldingen. */
#main-content .hpv5-image-placeholder,
#main-content .hpv5-image{
  position: relative;
  display: block;
  margin: clamp(24px, 4vw, 42px) 0 0;
  overflow: hidden;
  border-radius: var(--hpv5-radius, 24px);
  box-shadow: 0 16px 38px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.025);
}

/* Placeholder-weergave zolang er nog geen foto staat. */
#main-content .hpv5-image-placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 28px;
  border: 1px dashed rgba(243,195,92,.42);
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.015)),
    radial-gradient(circle at 20% 20%, rgba(243,195,92,.16), transparent 34%),
    linear-gradient(135deg, rgba(109,24,35,.34), rgba(12,7,9,.72));
  text-align: center;
}

#main-content .hpv5-image-placeholder::before{
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: calc(var(--hpv5-radius, 24px) - 8px);
  pointer-events: none;
}

#main-content .hpv5-image-placeholder::after{
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(243,195,92,.10);
  filter: blur(6px);
  pointer-events: none;
}

#main-content .hpv5-image-placeholder__label{
  position: relative;
  z-index: 1;
  max-width: 560px;
  color: rgba(255,248,239,.84);
  font-family: var(--ds-font-body);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.55;
  text-transform: uppercase;
}

/* Echte afbeelding: zelfde stijl als de placeholder, maar zonder dashed border. */
#main-content .hpv5-image{
  border: 1px solid rgba(243,195,92,.22);
  background: #12090b;
}

#main-content .hpv5-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Breed beeld onder de drie stappen.
   Desktop gebruikt 3:1, passend bij 1800x600 of 2172x724 foto's. */
#main-content .hpv5-image-placeholder--wide,
#main-content .hpv5-image--wide{
  aspect-ratio: 3 / 1;
  min-height: 0;
}

#main-content .hpv5-image-placeholder--wide{
  min-height: clamp(220px, 24vw, 320px);
}

#main-content .hpv5-image--wide img{
  object-position: center center;
}

/* Inline foto's in tekstblokken/secties. */
#main-content .hpv5-image-placeholder--inline,
#main-content .hpv5-image--inline{
  aspect-ratio: 16 / 9;
  min-height: 180px;
  margin-top: 24px;
}

#main-content .hpv5-image--inline img{
  object-position: center center;
}

/* CTA-afbeelding rechts/naast de call-to-action. */
#main-content .hpv5-cta-inner .hpv5-image-placeholder--cta,
#main-content .hpv5-cta-inner .hpv5-image--cta{
  flex: 0 0 min(30vw, 320px);
  width: min(30vw, 320px);
  min-height: 190px;
  margin: 0;
}

#main-content .hpv5-image-placeholder--cta,
#main-content .hpv5-image--cta{
  aspect-ratio: 4 / 3;
}

#main-content .hpv5-image--cta img{
  object-position: center center;
}

/* CTA layout update voor placeholder of echte afbeelding. */
@media (min-width: 992px){
  #main-content .hpv5-cta-inner{
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) auto;
  }
}

@media (max-width: 991px){
  #main-content .hpv5-cta-inner .hpv5-image-placeholder--cta,
  #main-content .hpv5-cta-inner .hpv5-image--cta{
    flex: 1 1 100%;
    width: 100%;
    margin: 8px 0 0;
  }
}

@media (max-width: 640px){
  #main-content .hpv5-image-placeholder{
    min-height: 160px;
    padding: 22px;
  }

  #main-content .hpv5-image-placeholder__label{
    font-size: 12px;
    letter-spacing: .06em;
  }

  /* Mobiel: de brede foto wordt iets hoger, zodat hij niet als smalle strook oogt. */
  #main-content .hpv5-image-placeholder--wide,
  #main-content .hpv5-image--wide{
    aspect-ratio: 16 / 9;
  }

  #main-content .hpv5-image--wide img{
    object-position: center center;
  }
}

