: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,.08) 0%,
      rgba(0,0,0,.16) 26%,
      rgba(0,0,0,.28) 58%,
      rgba(5,5,5,.48) 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 - unified hero and homepage sections
   ========================================================= */
.home-hero,
.home-hero *{
  box-sizing: border-box;
}

.home-hero{
  position: relative;
  min-height: clamp(650px, 82svh, 780px);
  overflow: hidden;
  isolation: isolate;
}

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

.home-hero-slider{
  z-index: auto;
  pointer-events: none;
}

.home-hero-slides,
.home-hero-slide{
  z-index: 1;
}

.home-hero-slide{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.16) saturate(1.08) contrast(1.08);
  image-rendering: auto;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.home-hero-slide--1{
  background-position: 62% center;
}

.home-hero-overlay{
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12,5,8,.78) 0%, rgba(12,5,8,.54) 42%, rgba(12,5,8,.18) 72%, rgba(12,5,8,.42) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 55%, rgba(5,5,5,.58) 100%);
}

.home-hero-grid-wrap{
  z-index: 1;
  opacity: .10;
  pointer-events: none;
}

.home-hero-arrow,
.home-hero-dots{
  pointer-events: auto;
}

.home-hero-arrow{
  z-index: 12;
}

.home-hero-dots{
  left: 50%;
  bottom: calc(26px + env(safe-area-inset-bottom));
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transform: translateX(-50%);
}

.home-hero-dots button{
  flex: 0 0 auto;
}

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

.home-hero-copy-v9::before{
  content: none;
}

.home-hero-copy-v9__inner{
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 88px;
  pointer-events: auto;
}

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

.home-hero-copy-v9__pill{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 8px 14px;
  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: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.2;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home-hero-copy-v9 h1{
  max-width: 720px;
  margin: 0 0 16px;
  color: #fff7ef;
  font-family: var(--ds-font-heading);
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 12px 38px rgba(0,0,0,.40);
}

.home-hero-copy-v9__lead{
  max-width: 650px;
  margin: 0 0 15px;
  color: #fff7ef;
  font-family: var(--ds-font-body);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 750;
  line-height: 1.5;
  text-shadow: 0 8px 28px rgba(0,0,0,.45);
}

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

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

.home-hero-copy-v9__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: var(--ds-font-body);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  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);
  -webkit-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: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.home-hero-copy-v9__trust li{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  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: 12px;
  font-weight: 900;
  line-height: 1.2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Header homepage */
.page-home .home-header{
  width: 100%;
  z-index: 80;
}

@media (min-width: 992px){
  .page-home .home-header{
    position: absolute !important;
    top: 0 !important;
    left: 0;
    right: 0;
    padding-top: 18px;
    background: rgba(8,8,8,.58);
    border-bottom: 1px solid rgba(200,169,106,.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .page-home .home-header .container{
    width: min(1180px, calc(100% - 40px));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px){
  .page-home .home-header{
    position: relative !important;
    top: auto !important;
    left: auto;
    right: auto;
    padding: 12px 0 11px;
    background: rgba(8,8,8,.88) !important;
    border-bottom: 1px solid rgba(200,169,106,.22) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

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

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

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

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

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

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

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

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

  .page-home .home-header .rock_menu{
    position: relative;
    z-index: 90;
    width: 100%;
    overflow: visible;
  }

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

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

  .home-hero{
    min-height: clamp(600px, 78svh, 720px);
  }

  .home-hero-copy-v9{
    align-items: flex-end;
  }

  .home-hero-copy-v9__inner{
    width: min(100% - 36px, 680px);
    padding: 70px 0 calc(94px + env(safe-area-inset-bottom));
  }

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

  .home-hero-copy-v9 h1{
    font-size: clamp(34px, 7.4vw, 52px);
  }

  .home-hero-copy-v9__lead{
    max-width: 560px;
    font-size: clamp(17px, 2.8vw, 20px);
  }

  .home-hero-copy-v9__text{
    max-width: 540px;
    font-size: 15.5px;
  }

  .home-hero-slide,
  .home-hero-slide--1,
  .home-hero-slide--2,
  .home-hero-slide--3{
    background-position: 62% center;
  }

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

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

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

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

  .page-home .rock_menu_toggle.navbar-toggle,
  .page-home .rock_menu_toggle{
    min-height: 60px;
  }

  .home-hero{
    min-height: 620px;
  }

  .home-hero-overlay{
    background:
      linear-gradient(180deg, rgba(12,5,8,.18) 0%, rgba(12,5,8,.22) 34%, rgba(12,5,8,.84) 76%, rgba(5,5,5,.94) 100%),
      linear-gradient(90deg, rgba(12,5,8,.46) 0%, rgba(12,5,8,.18) 48%, rgba(12,5,8,.26) 100%);
  }

  .home-hero-slide,
  .home-hero-slide--1,
  .home-hero-slide--2,
  .home-hero-slide--3{
    background-position: 68% center;
  }

  .home-hero-copy-v9__inner{
    width: min(100% - 32px, 430px);
    padding: 48px 0 calc(92px + env(safe-area-inset-bottom));
  }

  .home-hero-copy-v9__content{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .home-hero-copy-v9__pill{
    justify-content: center;
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .home-hero-copy-v9 h1{
    max-width: 100%;
    margin-bottom: 13px;
    font-size: clamp(29px, 8.7vw, 40px);
    line-height: 1.06;
    letter-spacing: -.025em;
  }

  .home-hero-copy-v9__lead{
    max-width: 100%;
    margin: 0 auto 22px;
    font-size: clamp(15.5px, 4.25vw, 17px);
    line-height: 1.5;
  }

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

  .home-hero-copy-v9__actions{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    gap: 10px;
  }

  .home-hero-copy-v9__btn{
    width: 100%;
    max-width: 340px;
    min-width: 0;
    min-height: 56px;
    padding: 0 18px;
    font-size: 15.5px;
    line-height: 1.2;
    white-space: normal;
  }

  .home-hero-dots{
    bottom: calc(18px + env(safe-area-inset-bottom));
  }
}

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

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

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

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

  .home-hero{
    min-height: 590px;
  }

  .home-hero-copy-v9__inner{
    width: min(100% - 28px, 390px);
    padding-top: 40px;
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .home-hero-copy-v9 h1{
    font-size: clamp(27px, 8.6vw, 34px);
  }

  .home-hero-copy-v9__lead{
    font-size: 14.8px;
  }

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

  .home-hero-dots{
    bottom: calc(14px + env(safe-area-inset-bottom));
  }
}

  #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_goud.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);
    }
  }


/* 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>.
   ========================================================= */

/* =========================================================
   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;
  }
}



/* =========================================================
   HOME HERO SLIDER - IMAGE PATHS
   De slides gebruiken background-images. Omdat dit bestand in /css staat,
   lopen de paden via ../images/slider/. De final responsive correcties staan
   in responsive-final.css, dat als laatste wordt geladen.
   ========================================================= */

/* =========================================================
   KOMENDE SHOWDATA - luxe CTA en duidelijke uitverkocht-status
   ========================================================= */
#main-content .hpv5-agenda .hpv5-agenda-main {
  min-width: 0;
}

#main-content .hpv5-agenda .hpv5-agenda-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

#main-content .hpv5-agenda .hpv5-agenda-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

#main-content .hpv5-agenda .hpv5-agenda-more p {
  flex: 1 1 340px;
  max-width: 560px;
  margin: 0;
  color: rgba(255,246,234,.82);
}

#main-content .hpv5-agenda-cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  overflow: hidden;
  border: 1px solid rgba(255,240,168,.75);
  border-radius: 999px;
  background:
    linear-gradient(135deg, #ffec9c 0%, #f3c35c 46%, #d99a34 100%);
  color: #170a0d;
  font-family: var(--ds-font-body);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .01em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    0 18px 42px rgba(243,195,92,.25),
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -1px 0 rgba(88,42,6,.20);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#main-content .hpv5-agenda-cta::before {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,0) 45%),
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.72), transparent 18%);
  opacity: .72;
}

#main-content .hpv5-agenda-cta::after {
  content: '›';
  margin-left: 10px;
  font-size: 22px;
  line-height: .7;
  transform: translateY(-1px);
}

#main-content .hpv5-agenda-cta:hover,
#main-content .hpv5-agenda-cta:focus {
  transform: translateY(-2px);
  border-color: rgba(255,246,210,.95);
  color: #170a0d;
  text-decoration: none;
  box-shadow:
    0 24px 54px rgba(243,195,92,.35),
    0 0 0 3px rgba(243,195,92,.12),
    inset 0 1px 0 rgba(255,255,255,.65);
}

#main-content .hpv5-badge--available {
  background: rgba(243,195,92,.14);
  color: var(--hpv5-gold-2);
}

#main-content a.hpv5-badge--available {
  border: 1px solid rgba(243,195,92,.30);
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    0 12px 26px rgba(243,195,92,.12),
    inset 0 1px 0 rgba(255,255,255,.16);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

#main-content a.hpv5-badge--available:hover,
#main-content a.hpv5-badge--available:focus {
  transform: translateY(-2px);
  border-color: rgba(255,219,133,.78);
  background: linear-gradient(135deg, #f0bd53 0%, #fff0a8 100%);
  color: #1a0d0d;
  text-decoration: none;
  box-shadow:
    0 18px 34px rgba(243,195,92,.24),
    0 0 0 3px rgba(243,195,92,.10),
    inset 0 1px 0 rgba(255,255,255,.54);
}

#main-content .hpv5-date-card--soldout {
  border-color: rgba(219,71,71,.34);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.028)),
    linear-gradient(135deg, rgba(118,22,22,.24), rgba(255,255,255,0));
}

#main-content .hpv5-date-card--soldout .hpv5-date-mini {
  background: linear-gradient(135deg, #9b1f1f 0%, #d83a3a 52%, #ff7070 100%);
  color: #fff;
  box-shadow:
    0 16px 34px rgba(216,58,58,.22),
    inset 0 1px 0 rgba(255,255,255,.30);
}

#main-content .hpv5-date-card--soldout .hpv5-date-mini span,
#main-content .hpv5-date-card--soldout .hpv5-date-mini strong {
  color: #fff;
}

#main-content .hpv5-badge--soldout {
  border: 1px solid rgba(255,150,150,.46);
  background: linear-gradient(135deg, #8f1d1d 0%, #c73333 52%, #ef5b5b 100%);
  color: #fff;
  box-shadow:
    0 14px 30px rgba(199,51,51,.25),
    inset 0 1px 0 rgba(255,255,255,.26);
}

@media (max-width: 991px) {
  #main-content .hpv5-agenda .hpv5-agenda-intro {
    max-width: none;
  }
}

@media (max-width: 640px) {
  #main-content .hpv5-agenda .hpv5-agenda-more {
    align-items: stretch;
  }

  #main-content .hpv5-agenda-cta {
    width: 100%;
    min-height: 56px;
  }

  #main-content .hpv5-date-card .hpv5-badge {
    justify-self: start;
  }
}

