*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --font-display: 'Manrope', Arial, sans-serif;
  --font-body: 'Outfit', Arial, sans-serif;
  --purple: #3D2C6E;
  --purple-soft: #4E3B84;
  --purple-dark: #0D0A1A;
  --purple-mid: #2A1F52;
  --purple-deep: #1A1230;
  --sage: #8FA878;
  --sage-dark: #5A7048;
  --sage-glow: #B8D4A0;
  --lavender: #D4CCF0;
  --white: #FFFFFF;
  --off-white: #F7F6FA;
  --border: #E8E6F0;
  --text: #2A2540;
  --text-muted: #9B8FBB;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

/* ─── SHARED TYPOGRAPHY (mirror van veo-homepage) ──── */
.section-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  color: var(--sage); text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.section-tag::before {
  content: ''; display: block; width: 20px; height: 1.5px; background: var(--sage);
}
.section-tag.on-dark { color: var(--sage-glow); }
.section-tag.on-dark::before { background: var(--sage-glow); }

.section-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 700; color: var(--purple-soft);
  line-height: 1.15; letter-spacing: -0.02em;
}
.section-title.white { color: var(--white); }

.section-sub {
  font-size: 16px; color: #6B6B8A; line-height: 1.7;
  max-width: 560px; margin-top: 12px; font-weight: 300;
}
.section-sub.white { color: rgba(255,255,255,0.72); }
.sprekers-note { max-width: none !important; }
@media (min-width: 900px) { .sprekers-note { white-space: nowrap; } }
.gallery-sub { max-width: none !important; }
@media (min-width: 900px) { .gallery-sub { white-space: nowrap; } }

/* ─── BUTTONS (mirror van veo-homepage) ──────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--sage); color: var(--white);
  padding: 14px 28px; border-radius: 10px;
  font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 0.02em; text-decoration: none; border: none; cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  position: relative; overflow: hidden; isolation: isolate;
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: var(--sage-dark); border-radius: 10px;
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); z-index: -1;
}
.btn-primary:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-primary:hover { box-shadow: 0 8px 24px rgba(143,168,120,0.3); transform: translateY(-2px); }
.btn-primary span, .btn-primary .btn-arrow { position: relative; z-index: 1; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1.5px solid rgba(255,255,255,0.4); color: var(--white);
  padding: 13px 28px; border-radius: 10px;
  font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500;
  text-decoration: none; background: transparent; cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  position: relative; overflow: hidden; isolation: isolate;
}
.btn-outline::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,0.15); border-radius: 10px;
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); z-index: -1;
}
.btn-outline:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-outline:hover { border-color: rgba(255,255,255,0.9); transform: translateY(-2px); }
.btn-outline span, .btn-outline .btn-arrow { position: relative; z-index: 1; }

.btn-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border: 1.5px solid currentColor;
  border-radius: 50%; font-size: 14px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
a:hover .btn-arrow, button:hover .btn-arrow { transform: translateX(4px); }

.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── TOPBAR ──────────────────────────────────────── */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 64px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}
.topbar.scrolled {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding: 14px 64px;
  border-bottom-color: var(--border);
}
.topbar-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.topbar-brand img {
  height: 36px; width: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.35s ease;
}
.topbar.scrolled .topbar-brand img { filter: none; }
.topbar-brand .divider {
  width: 1px; height: 22px; background: rgba(255,255,255,0.3);
  transition: background 0.35s ease;
}
.topbar.scrolled .topbar-brand .divider { background: var(--border); }
.topbar-brand .event {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white);
  transition: color 0.35s ease;
}
.topbar.scrolled .topbar-brand .event { color: var(--purple); }

.topbar-links { display: flex; align-items: center; gap: 24px; }
.topbar-toggle { display: none; background: transparent; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.topbar-toggle span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease; }
.topbar.scrolled .topbar-toggle span { background: var(--purple); }
.topbar-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.topbar-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.topbar-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.topbar-links a {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-size: 13px; font-weight: 500; letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.topbar-links a:hover { color: var(--sage-glow); }
.topbar.scrolled .topbar-links a { color: var(--purple-soft); }
.topbar.scrolled .topbar-links a:hover { color: var(--sage-dark); }
.topbar-links .topbar-cta {
  padding: 10px 20px; border-radius: 10px;
  background: var(--sage); color: var(--white) !important;
  font-weight: 600; letter-spacing: 0.02em;
  transition: all 0.25s ease;
}
.topbar-links .topbar-cta:hover { background: var(--sage-dark); transform: translateY(-1px); }

/* ─── HERO ────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 72vh;
  padding: 120px 64px 72px;
  display: flex; align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--purple-deep);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  /* achtergrond via blok (inline-style, attachment-ID) */
  background-size: cover; background-position: center;
  opacity: 0.55;
  filter: saturate(0.85);
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 110% 70% at 20% 0%, rgba(143,168,120,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 90% 100%, rgba(212,204,240,0.15) 0%, transparent 50%),
    linear-gradient(160deg, rgba(13,10,26,0.62) 0%, rgba(42,31,82,0.7) 45%, rgba(61,44,110,0.72) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 72px; align-items: center;
}
.hero-copy .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  margin-bottom: 32px;
  animation: fadeInDown 0.8s ease 0.2s both;
}
.hero-copy .kicker .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--sage-glow);
  box-shadow: 0 0 0 0 rgba(184,212,160,0.7);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(184,212,160,0.7); }
  50% { box-shadow: 0 0 0 10px rgba(184,212,160,0); }
}
.hero-copy h1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(44px, 5.6vw, 76px);
  font-weight: 800; line-height: 1.0;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
  white-space: nowrap;
  animation: fadeInUp 0.9s ease 0.35s both;
}
.hero-copy h1 .mobile-br { display: none; }
.hero-copy h1 .accent {
  background: linear-gradient(120deg, var(--sage-glow) 0%, var(--lavender) 55%, var(--sage-glow) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: gradientShift 6s ease infinite;
}
@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero-copy p.sub {
  font-size: 17px; line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 540px; margin-bottom: 40px; font-weight: 300;
  animation: fadeInUp 0.9s ease 0.5s both;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 40px;
  margin-bottom: 40px;
  animation: fadeInUp 0.9s ease 0.65s both;
}
.hero-meta-item { display: flex; flex-direction: column; gap: 4px; }
.hero-meta-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage-glow);
}
.hero-meta-value {
  font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 600; color: var(--white);
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; animation: fadeInUp 0.9s ease 0.8s both; }

/* Hero visual — stacked photo cards */
.hero-visual {
  position: relative; height: 420px;
  animation: fadeInUp 1s ease 0.4s both;
}
.hero-photo {
  position: absolute; border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.1);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-1 {
  top: 0; right: 8%; width: 72%; aspect-ratio: 4/5;
  transform: rotate(2deg);
  animation: float-a 7s ease-in-out infinite;
}
.hero-photo-2 {
  bottom: 0; left: 0; width: 62%; aspect-ratio: 4/3;
  transform: rotate(-3deg);
  animation: float-b 9s ease-in-out infinite;
}
@keyframes float-a {
  0%, 100% { transform: rotate(2deg) translateY(0); }
  50%      { transform: rotate(2deg) translateY(-10px); }
}
@keyframes float-b {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50%      { transform: rotate(-3deg) translateY(8px); }
}
.hero-visual .year-badge {
  position: absolute; bottom: 12%; right: -8px;
  width: 148px; height: 148px; border-radius: 50%;
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--white);
  box-shadow: 0 20px 50px rgba(143,168,120,0.4);
  transform: rotate(6deg);
  z-index: 2;
  animation: float-badge 6s ease-in-out infinite;
}
.hero-visual .year-badge > div { line-height: 1; }
.hero-visual .year-badge small {
  display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; margin-bottom: 10px; opacity: 0.85;
}
.hero-visual .year-badge .badge-year {
  display: block; font-family: 'Manrope', sans-serif; font-weight: 800;
  font-size: 36px; letter-spacing: -0.02em;
}
@keyframes float-badge {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50%      { transform: rotate(6deg) translateY(-6px); }
}

@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }

.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.55);
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  z-index: 2;
  animation: fadeInUp 0.8s ease 1.2s both;
}
.scroll-hint .line {
  width: 1px; height: 36px; background: rgba(255,255,255,0.3);
  position: relative; overflow: hidden;
}
.scroll-hint .line::after {
  content: ''; position: absolute; top: -100%; left: 0; right: 0; height: 100%;
  background: var(--sage-glow);
  animation: scrollLine 2.2s ease-in-out infinite;
}
@keyframes scrollLine { 0% { top: -100%; } 100% { top: 100%; } }

/* ─── SECTIONS ────────────────────────────────────── */
section { padding: 80px 64px; position: relative; }
.container { max-width: 1280px; margin: 0 auto; }

/* ─── INTRO ──────────────────────────────────────── */
.intro { background: var(--white); }
.intro-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: start;
}
.intro-lead {
  font-family: 'Manrope', sans-serif; font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px); line-height: 1.4;
  color: var(--purple-dark); letter-spacing: -0.01em;
}
.intro-lead em {
  font-style: normal; font-weight: 600;
  background: linear-gradient(120deg, var(--sage) 0%, var(--sage-dark) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.intro-body p { font-size: 15px; line-height: 1.75; color: #4a4a66; margin-bottom: 16px; }
.intro-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
  padding-top: 40px; border-top: 1px solid var(--border);
}
.intro-stat .n {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800; letter-spacing: -0.02em;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--purple-soft) 0%, var(--sage-dark) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  line-height: 1.15;
  padding-bottom: 0.08em;
}
.intro-stat .l { font-size: 13px; color: var(--text-muted); margin-top: 8px; font-weight: 500; }

/* ─── SPREKERS ───────────────────────────────────── */
.sprekers { background: var(--off-white); }
.sprekers-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; flex-wrap: wrap; }
.sprekers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sprekers-grid--single { grid-template-columns: minmax(0, 640px); justify-content: flex-start; }
.spreker-card {
  background: var(--white); border-radius: 18px; padding: 36px;
  border: 1px solid var(--border); position: relative; overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
}
.spreker-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--sage) 0%, var(--purple-soft) 100%);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.spreker-card:hover { border-color: transparent; transform: translateY(-4px); box-shadow: 0 24px 60px rgba(61,44,110,0.1); }
.spreker-card:hover::before { transform: scaleX(1); }
.spreker-avatar {
  width: 84px; height: 84px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-soft) 0%, var(--purple) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 22px;
  margin-bottom: 20px;
  box-shadow: 0 10px 28px rgba(61,44,110,0.22);
  overflow: hidden;
}
.spreker-avatar img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.spreker-card:hover .spreker-avatar img { transform: scale(1.06); }
.spreker-card h3 { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 700; color: var(--purple-dark); margin-bottom: 6px; }
.spreker-role { font-size: 13px; color: var(--sage-dark); font-weight: 600; margin-bottom: 14px; }
.spreker-desc { font-size: 14px; line-height: 1.65; color: #4a4a66; }

/* ─── PROGRAMMA ──────────────────────────────────── */
.programma { background: var(--white); }
.programma-header { margin-bottom: 48px; text-align: center; }
.programma-header .section-tag { justify-content: center; }
.programma-header .section-sub { margin-left: auto; margin-right: auto; }
.programma-timeline { position: relative; max-width: 820px; margin: 0 auto; }
.programma-timeline::before {
  content: ''; position: absolute; left: 122px; top: 16px; bottom: 16px; width: 2px;
  background: linear-gradient(to bottom, var(--sage-glow) 0%, var(--lavender) 100%);
}
.prog-item { display: grid; grid-template-columns: 100px 1fr; gap: 48px; padding: 18px 0; position: relative; }
.prog-time { padding-right: 12px; }
.prog-item::before {
  content: ''; position: absolute; left: 117px; top: 26px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--sage);
  box-shadow: 0 0 0 4px rgba(143,168,120,0.15);
}
.prog-item.highlight::before { background: var(--sage); border-color: var(--sage-glow); box-shadow: 0 0 0 6px rgba(143,168,120,0.25); }
.prog-time { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; color: var(--purple-soft); text-align: right; padding-top: 2px; }
.prog-title { font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 600; color: var(--purple-dark); margin-bottom: 4px; }
.prog-desc { font-size: 13px; color: #5a5a75; line-height: 1.5; }

/* ─── WERKSESSIES ────────────────────────────────── */
.werksessies {
  background:
    radial-gradient(circle at 10% 10%, rgba(212,204,240,0.35) 0%, transparent 45%),
    radial-gradient(circle at 90% 90%, rgba(143,168,120,0.14) 0%, transparent 45%),
    var(--off-white);
}
.werksessies-header { margin-bottom: 48px; text-align: center; }
.werksessies-header .section-tag { justify-content: center; }
.werksessies-header .section-sub { margin-left: auto; margin-right: auto; }
.sessie-list { display: flex; flex-direction: column; gap: 10px; max-width: 1100px; margin: 0 auto; }
.sessie {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px;
  transition: all 0.3s ease; overflow: hidden;
}
.sessie:hover { border-color: rgba(143,168,120,0.4); }
.sessie[open] { border-color: var(--sage); box-shadow: 0 12px 36px rgba(61,44,110,0.08); }
.sessie summary {
  padding: 22px 26px; display: flex; align-items: center; gap: 18px;
  cursor: pointer; list-style: none;
}
.sessie summary::-webkit-details-marker { display: none; }
.sessie-num {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--lavender) 0%, rgba(212,204,240,0.5) 100%);
  color: var(--purple); font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 14px;
  transition: all 0.3s ease;
}
.sessie[open] .sessie-num {
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
  color: var(--white); box-shadow: 0 6px 18px rgba(143,168,120,0.35);
}
.sessie-title {
  flex: 1; font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 600;
  color: var(--purple-dark); line-height: 1.35;
}
.sessie-chevron {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--off-white); color: var(--purple-soft); font-size: 12px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), background 0.25s ease, color 0.25s ease;
}
.sessie[open] .sessie-chevron { transform: rotate(180deg); background: var(--purple); color: var(--white); }
.sessie-body { padding: 0 26px 24px 86px; }
.sessie-body p { font-size: 14px; line-height: 1.7; color: #3a3a55; margin-bottom: 12px; }
.sessie-host {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 100px;
  background: rgba(143,168,120,0.12); color: var(--sage-dark);
  font-size: 12px; font-weight: 600; margin-top: 6px;
}
.sessie-host::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }

/* Optionele afbeelding(en) binnen een werksessie-accordion */
.sessie-image {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 14px 0 18px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 12px 32px rgba(13,10,26,0.08);
}
.sessie-image img { display: block; width: 100%; height: auto; }
.sessie-image figcaption { padding: 10px 14px; font-size: 12px; color: var(--text-muted); background: var(--off-white); border-top: 1px solid var(--border); }
.sessie-images { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin: 14px 0 18px; }
.sessie-images img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; border: 1px solid var(--border); }

/* ─── GALLERY ────────────────────────────────────── */
.gallery { background: var(--purple-deep); color: var(--white); overflow: hidden; padding-left: 0; padding-right: 0; }
.gallery > .container { padding: 0 64px; }
.gallery-header { text-align: center; margin-bottom: 48px; }
.gallery-header .section-tag { justify-content: center; }
.gallery-header .section-sub { margin-left: auto; margin-right: auto; }
.marquee {
  position: relative; width: 100%; overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.marquee + .marquee { margin-top: 16px; }
.marquee-track {
  display: flex; gap: 16px; width: max-content;
  animation: marquee-scroll 60s linear infinite;
}
.marquee-reverse .marquee-track { animation-direction: reverse; animation-duration: 75s; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-img {
  flex: 0 0 auto; width: 300px; aspect-ratio: 4/3;
  border-radius: 14px; overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.marquee-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(0.92);
  transition: filter 0.4s ease, transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.marquee-img:hover img { filter: saturate(1.1); transform: scale(1.04); }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 680px) {
  .marquee-img { width: 220px; }
}

/* ─── LOCATIE ────────────────────────────────────── */
/* ── Sponsor (boven Aanmelden) — volgt het sectieritme (80px), iets compacter ── */
.sponsor { background: var(--white); padding-top: 64px; padding-bottom: 72px; }
.sponsor .container { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.sponsor-link { display: inline-block; line-height: 0; }
.sponsor-logo { width: 200px; max-width: 60vw; height: auto; opacity: .92; transition: opacity .2s ease; }
.sponsor-link:hover .sponsor-logo { opacity: 1; }
@media (max-width: 767px) { .sponsor-logo { width: 160px; } }

.locatie { background: var(--white); }
.locatie-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.locatie-visual {
  aspect-ratio: 4/3; border-radius: 20px; overflow: hidden;
  position: relative; box-shadow: 0 24px 60px rgba(13,10,26,0.2);
  background: var(--off-white);
}
.locatie-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.locatie-overlay {
  position: absolute; left: 20px; right: 20px; bottom: 20px;
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 14px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 32px rgba(13,10,26,0.18);
}
.locatie-overlay-pin {
  flex: 0 0 auto;
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--purple); color: var(--white);
  display: flex; align-items: center; justify-content: center;
}
.locatie-overlay-text { flex: 1; min-width: 0; }
.locatie-overlay-name { font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; color: var(--purple-dark); line-height: 1.2; }
.locatie-overlay-addr { font-size: 12px; color: #4a4a66; margin-top: 2px; }
.locatie-overlay-link {
  flex: 0 0 auto;
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--purple); background: var(--off-white);
  border: 1px solid var(--border);
  transition: all 0.25s ease;
}
.locatie-overlay-link:hover {
  background: var(--purple); color: var(--white);
  border-color: var(--purple);
  transform: translateY(-2px);
}
.locatie-info h3 { font-family: 'Manrope', sans-serif; font-size: 28px; font-weight: 700; color: var(--purple-dark); margin-bottom: 16px; letter-spacing: -0.01em; }
.locatie-info p { font-size: 15px; line-height: 1.7; color: #4a4a66; margin-bottom: 12px; }
.locatie-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  margin: 24px 0; padding: 22px; border-radius: 14px;
  background: var(--off-white); border: 1px solid var(--border);
}
.locatie-fact .l { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
.locatie-fact .v { font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 600; color: var(--purple-soft); }

/* ─── SPONSORS ───────────────────────────────────── */
.sponsors { background: var(--off-white); padding-top: 64px; padding-bottom: 64px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sponsors-wrap { max-width: 1280px; margin: 0 auto; text-align: center; }
.sponsors h4 { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 28px; }
.sponsors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: center; justify-items: center; }
.sponsor-slot {
  width: 100%; height: 64px; border-radius: 10px;
  background: var(--white); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.05em; transition: all 0.3s ease;
}
.sponsor-slot:hover { border-color: var(--sage); color: var(--sage-dark); }

/* ─── AANMELDEN ──────────────────────────────────── */
.aanmelden {
  background:
    radial-gradient(ellipse 100% 100% at 0% 0%, rgba(143,168,120,0.18) 0%, transparent 50%),
    radial-gradient(ellipse 100% 100% at 100% 100%, rgba(212,204,240,0.16) 0%, transparent 50%),
    linear-gradient(150deg, var(--purple-deep) 0%, var(--purple) 100%);
  color: var(--white); position: relative; overflow: hidden;
}
.aanmelden-wrap { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.aanmelden-header { text-align: center; margin-bottom: 48px; }
.aanmelden-header .section-tag { justify-content: center; }

.price-info {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 18px 28px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.price-info-item { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; text-align: left; }
.price-info-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.price-info-value {
  font-family: 'Manrope', sans-serif;
  font-size: 16px; font-weight: 600;
  color: var(--white);
}
.price-info-divider {
  width: 1px; height: 32px;
  background: rgba(255,255,255,0.16);
}
@media (max-width: 560px) {
  .price-info { flex-direction: column; gap: 14px; padding: 16px 20px; }
  .price-info-divider { width: 40px; height: 1px; }
  .price-info-item { align-items: center; text-align: center; }
}

.form-card {
  background: rgba(255,255,255,0.085);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 20px; padding: 40px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-row.full { grid-template-columns: 1fr; }
.form-field label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.72); margin-bottom: 8px;
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 16px; border-radius: 10px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.26);
  color: var(--white); font-family: 'Outfit', sans-serif; font-size: 14px;
  outline: none; transition: all 0.2s ease;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,0.4); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--sage-glow); background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 4px rgba(184,212,160,0.12);
}
.form-divider { margin: 28px 0 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.form-divider h4 { font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.form-divider p { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 18px; }

.ronde-group { margin-bottom: 20px; }
.ronde-label { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; color: var(--sage-glow); letter-spacing: 0.04em; margin-bottom: 10px; }
.ronde-options { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.ronde-option { position: relative; }
.ronde-option input { position: absolute; opacity: 0; pointer-events: none; }
.ronde-option label {
  display: block; padding: 13px 16px; border-radius: 10px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.88); font-size: 13px; font-weight: 500;
  cursor: pointer; transition: all 0.2s ease;
}
.ronde-option input:checked + label {
  background: rgba(143,168,120,0.22); border-color: var(--sage-glow);
  color: var(--white); box-shadow: 0 0 0 3px rgba(184,212,160,0.15);
}
.ronde-option label:hover { background: rgba(255,255,255,0.08); }

.checkbox-row {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13px; color: rgba(255,255,255,0.82); line-height: 1.5;
  margin-top: 22px;
}
.checkbox-row input { width: 18px; height: 18px; accent-color: var(--sage); margin-top: 2px; flex-shrink: 0; }
.checkbox-row a { color: var(--sage-glow); text-decoration: underline; }

.form-submit { margin-top: 28px; text-align: center; }
.form-submit .btn-primary { padding: 16px 36px; font-size: 15px; }

.form-success { display: none; text-align: center; padding: 40px; }
.form-success.show { display: block; }
.form-success .check {
  width: 68px; height: 68px; border-radius: 50%;
  background: var(--sage); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; margin: 0 auto 20px;
  box-shadow: 0 14px 34px rgba(143,168,120,0.4);
  animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes popIn { from { transform: scale(0); } to { transform: scale(1); } }
.form-success h3 { font-family: 'Manrope', sans-serif; font-size: 24px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.form-success p { color: rgba(255,255,255,0.75); font-size: 15px; line-height: 1.6; }

/* ─── FOOTER ─────────────────────────────────────── */
.footer {
  background: var(--purple-deep); padding: 48px 64px;
  color: rgba(255,255,255,0.65);
}
.footer-wrap {
  max-width: 1280px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap;
}
.footer-logo { display: flex; align-items: center; gap: 14px; }
.footer-logo img { height: 32px; filter: brightness(0) invert(1); opacity: 0.8; }
.footer-logo .event-name { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); }
.footer-links { display: flex; gap: 24px; font-size: 13px; }
.footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s ease; }
.footer-links a:hover { color: var(--sage-glow); }
.footer-copyright { font-size: 12px; }

/* ─── RESPONSIVE ─────────────────────────────────── */

/* Tablet and below */
@media (max-width: 960px) {
  .topbar, .topbar.scrolled { padding: 14px 20px; }
  .topbar-toggle { display: flex; order: 3; }
  .topbar-links {
    position: fixed;
    top: 64px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white);
    border-bottom: 0 solid var(--border);
    padding: 0 20px;
    box-shadow: 0 18px 40px rgba(13,10,26,0);
    max-height: 0; overflow: hidden;
    visibility: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease, box-shadow 0.25s ease, border-bottom-width 0.25s ease, visibility 0.35s;
  }
  .topbar-links.open {
    max-height: 70vh;
    padding: 12px 20px 20px;
    visibility: visible;
    border-bottom-width: 1px;
    box-shadow: 0 18px 40px rgba(13,10,26,0.18);
  }
  .topbar-links a:not(.topbar-cta) { color: var(--purple-soft) !important; padding: 14px 4px; border-bottom: 1px solid var(--border); font-size: 15px; }
  .topbar-links a:not(.topbar-cta):hover { color: var(--purple) !important; }
  .topbar-links .topbar-cta { margin-top: 14px; text-align: center; padding: 12px 18px; font-size: 13px; }
  .hero { padding: 110px 24px 80px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy p.sub { max-width: 620px; }
  .hero-visual { height: 460px; max-width: 480px; margin: 0 auto; width: 100%; }
  .hero-visual .year-badge { width: 118px; height: 118px; bottom: 8%; right: 2%; }
  .hero-visual .year-badge small { font-size: 9px; margin-bottom: 6px; }
  .hero-visual .year-badge .badge-year { font-size: 28px; }
  .scroll-hint { display: none; }
  section { padding: 72px 24px; }
  .intro-grid, .locatie-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-stats { grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 32px; margin-top: 40px; }
  .sprekers-header { justify-content: flex-start; }
  .programma-header, .werksessies-header, .aanmelden-header, .gallery-header { margin-bottom: 36px; }
  .programma-timeline { max-width: 100%; padding-left: 28px; }
  .programma-timeline::before { left: 8px; top: 18px; bottom: 18px; }
  .prog-item { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
  .prog-item::before { left: -24px; top: 22px; width: 10px; height: 10px; }
  .prog-time { text-align: left; font-size: 12px; padding: 0 0 2px; color: var(--sage-dark); letter-spacing: 0.04em; }
  .sessie summary { padding: 16px 18px; gap: 14px; }
  .sessie-num { width: 36px; height: 36px; font-size: 13px; border-radius: 8px; }
  .sessie-title { font-size: 14px; }
  .sessie-chevron { width: 28px; height: 28px; }
  .sessie-body { padding: 0 18px 20px 68px; }
  .sessie-body p { font-size: 13px; }
  .gallery { padding: 72px 0; }
  .gallery > .container { padding: 0 24px; }
  .marquee {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }
  .sponsors { padding: 56px 24px; }
  .sponsors-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .form-card { padding: 26px 20px; border-radius: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 14px; }
  .ronde-options { grid-template-columns: 1fr; }
  .footer { padding: 40px 24px; }
  .footer-wrap { flex-direction: column; text-align: center; gap: 20px; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
}

/* Small tablet / large phone (narrow) */
@media (max-width: 720px) {
  .sprekers-grid { grid-template-columns: 1fr; }
}

/* Phones */
@media (max-width: 560px) {
  .topbar, .topbar.scrolled { padding: 12px 16px; }
  .topbar-brand .divider, .topbar-brand .event { display: none; }
  .topbar-brand img { height: 28px; }
  .topbar-links .topbar-cta { padding: 8px 14px; font-size: 11px; letter-spacing: 0.08em; }
  .hero { padding: 96px 20px 72px; }
  .hero-copy h1 { font-size: 44px; margin-bottom: 22px; }
  .hero-copy h1 .mobile-br { display: inline; }
  .hero-copy p.sub { font-size: 15px; margin-bottom: 30px; }
  .hero-copy .kicker { font-size: 10px; padding: 7px 14px; margin-bottom: 24px; }
  .hero-meta { gap: 20px 28px; margin-bottom: 30px; }
  .hero-meta-value { font-size: 15px; }
  .hero-cta { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-cta .btn-primary, .hero-cta .btn-outline { justify-content: center; }
  .hero-visual { height: 400px; max-width: 420px; }
  .hero-visual .year-badge { width: 96px; height: 96px; bottom: 4%; right: 0; }
  .hero-visual .year-badge small { font-size: 8px; margin-bottom: 5px; letter-spacing: 0.18em; }
  .hero-visual .year-badge .badge-year { font-size: 22px; }
  section { padding: 64px 20px; }
  .intro-lead { font-size: 20px; }
  .intro-stats { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; padding-top: 28px; }
  .intro-stat .n { font-size: 36px; }
  .intro-stat .l { font-size: 12px; }
  .sprekers-header h2, .programma-header h2, .werksessies-header h2, .gallery-header h2, .aanmelden-header h2, .locatie-info h3 { font-size: 28px; }
  .section-title { font-size: 28px; }
  .sprekers-note, .gallery-sub { white-space: normal; }
  .spreker-card { padding: 26px; border-radius: 14px; }
  .spreker-avatar { width: 72px; height: 72px; margin-bottom: 16px; }
  .locatie-info h3 { font-size: 24px; }
  .locatie-visual { aspect-ratio: 5/4; }
  .locatie-facts { grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px; }
  .sponsors { padding: 48px 20px; }
  .sponsors-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .sponsor-slot { height: 56px; font-size: 11px; }
  .aanmelden-header h2 { font-size: 26px; }
  .form-card { padding: 22px 16px; }
  .form-submit .btn-primary { width: 100%; justify-content: center; }
  .marquee-img { width: 220px; border-radius: 12px; }
  .marquee + .marquee { margin-top: 10px; }
  .footer-links { gap: 16px; font-size: 12px; }
  .footer { padding: 32px 20px; }
}

/* Extra small */
@media (max-width: 380px) {
  .hero-copy h1 { font-size: 40px; }
  .hero-meta { gap: 16px 22px; }
  .hero-visual { height: 340px; max-width: 340px; }
  .hero-visual .year-badge { width: 84px; height: 84px; }
  .hero-visual .year-badge .badge-year { font-size: 20px; }
  .hero-visual .year-badge small { font-size: 7px; }
  .intro-stat .n { font-size: 32px; }
  .spreker-card { padding: 22px; }
}
