/* ============================================
   LR PRODUCTIONS – MAIN STYLESHEET
   Kleuren: #323B44 | #287999 | #ACB9A5 | #EDEFDF | #F0C968
   ============================================ */

:root {
  --dark:    #323B44;
  --blue:    #287999;
  --sage:    #ACB9A5;
  --cream:   #EDEFDF;
  --gold:    #F0C968;
  --dark2:   #21282f;
  --dark3:   #1a2028;
  --blue-light: #3a9ec0;
  --text-muted: #8a9ba8;
  --radius:  14px;
  --radius-lg: 24px;
  --transition: 0.3s cubic-bezier(.4,0,.2,1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--dark3);
  color: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, .nav-logo, .logo-lr { font-family: 'Syne', sans-serif; }
h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.05; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; }
h3 { font-size: 1.15rem; font-weight: 700; }

.accent { color: var(--gold); }

/* ── NAV ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(26,32,40,0.85);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(172,185,165,0.1);
  transition: background var(--transition);
}
.navbar.scrolled { background: rgba(26,32,40,0.97); }

.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 2rem;
}

.nav-logo {
  text-decoration: none;
  display: flex; align-items: center; gap: 2px;
}
.logo-lr {
  font-family: 'Syne', sans-serif;
  font-weight: 800; font-size: 1.5rem;
  color: var(--gold);
  background: linear-gradient(135deg, var(--gold), #e0a830);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.logo-prod {
  font-family: 'Syne', sans-serif;
  font-weight: 600; font-size: 1.1rem;
  color: var(--cream);
  letter-spacing: -0.02em;
}

.nav-links {
  list-style: none;
  display: flex; gap: 2.5rem;
}
.nav-links a {
  color: var(--sage);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -4px; left: 0; right: 0; height: 2px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--cream); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-burger span {
  display: block; width: 24px; height: 2px;
  background: var(--cream); border-radius: 2px;
  transition: var(--transition);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--dark2);
  border-top: 1px solid rgba(172,185,165,0.1);
  padding: 1rem 2rem;
  gap: 1rem;
}
.nav-mobile a {
  color: var(--sage); text-decoration: none;
  font-weight: 500; font-size: 1.05rem;
  transition: color var(--transition);
}
.nav-mobile a:hover { color: var(--cream); }
.nav-mobile.open { display: flex; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, var(--gold), #d4a820);
  color: var(--dark3);
  font-family: 'Syne', sans-serif;
  font-weight: 700; font-size: 0.95rem;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 20px rgba(240,201,104,0.25);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(240,201,104,0.4);
}
.btn-primary.btn-large { padding: 1rem 2.5rem; font-size: 1.05rem; }

.btn-ghost {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(172,185,165,0.4);
  color: var(--cream);
  font-family: 'Syne', sans-serif;
  font-weight: 600; font-size: 0.95rem;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all var(--transition);
}
.btn-ghost:hover {
  background: rgba(172,185,165,0.1);
  border-color: var(--sage);
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 7rem 2rem 4rem;
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(172,185,165,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(172,185,165,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-glow {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none;
}
.glow1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(40,121,153,0.25), transparent 70%);
  top: -100px; left: -100px;
  animation: floatGlow 8s ease-in-out infinite;
}
.glow2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(240,201,104,0.12), transparent 70%);
  bottom: 0; right: 10%;
  animation: floatGlow 10s ease-in-out infinite reverse;
}
@keyframes floatGlow {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(30px, 30px); }
}

.hero-content {
  position: relative; z-index: 1;
  max-width: 600px;
  animation: fadeUp 0.8s ease both;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(40,121,153,0.2);
  border: 1px solid rgba(40,121,153,0.4);
  color: var(--blue-light);
  font-size: 0.85rem; font-weight: 500;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.hero-title { margin-bottom: 1.25rem; }

.hero-sub {
  color: var(--sage);
  font-size: 1.1rem; line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 480px;
}

.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-visual {
  position: absolute; right: 8%; top: 50%;
  transform: translateY(-50%);
  width: 280px; height: 280px;
  z-index: 1;
}

.hv-orb {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 40% 40%, rgba(40,121,153,0.3), rgba(26,32,40,0) 70%);
  border: 1px solid rgba(40,121,153,0.2);
  border-radius: 50%;
  animation: rotateSlow 20s linear infinite;
}
@keyframes rotateSlow { to { transform: rotate(360deg); } }

.hv-card {
  position: absolute;
  background: rgba(50,59,68,0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(172,185,165,0.15);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  display: flex; align-items: center; gap: 0.75rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  animation: floatCard 4s ease-in-out infinite;
}
.hv-card1 { top: 10%; left: 0; animation-delay: 0s; }
.hv-card2 { top: 45%; right: -10%; animation-delay: 1.3s; }
.hv-card3 { bottom: 8%; left: 15%; animation-delay: 0.7s; }
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hv-icon { font-size: 1.4rem; }
.hv-label { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--cream); }

.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: var(--text-muted); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  z-index: 1;
}
.scroll-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, var(--blue), transparent);
  animation: scrollPulse 2s ease infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ── STATS ── */
.stats {
  background: rgba(40,121,153,0.08);
  border-top: 1px solid rgba(40,121,153,0.15);
  border-bottom: 1px solid rgba(40,121,153,0.15);
  padding: 2.5rem 2rem;
}
.stats-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 1rem;
}
.stat-item { text-align: center; padding: 0.5rem 2rem; }
.stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem; font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.stat-label { font-size: 0.85rem; color: var(--sage); margin-top: 0.25rem; }
.stat-divider {
  width: 1px; height: 50px;
  background: rgba(172,185,165,0.2);
}

/* ── ABOUT ── */
.about { padding: 7rem 2rem; }
.about-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}

.section-tag {
  display: inline-block;
  color: var(--blue-light);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-text h2 { margin-bottom: 1.25rem; }
.about-text p { color: var(--sage); line-height: 1.8; margin-bottom: 1rem; }

.about-cards {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.acard {
  background: rgba(50,59,68,0.5);
  border: 1px solid rgba(172,185,165,0.1);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: transform var(--transition), border-color var(--transition);
}
.acard:hover {
  transform: translateY(-4px);
  border-color: rgba(40,121,153,0.3);
}
.acard.acard-accent {
  background: rgba(40,121,153,0.1);
  border-color: rgba(40,121,153,0.2);
}
.acard-icon { font-size: 1.8rem; margin-bottom: 0.75rem; }
.acard h3 { margin-bottom: 0.5rem; color: var(--cream); }
.acard p { font-size: 0.88rem; color: var(--sage); line-height: 1.6; }

/* ── CTA ── */
.cta {
  padding: 7rem 2rem;
  position: relative; overflow: hidden;
}
.cta-inner {
  max-width: 700px; margin: 0 auto;
  text-align: center;
  position: relative; z-index: 1;
}
.cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 300px;
  background: radial-gradient(ellipse, rgba(40,121,153,0.2), transparent 70%);
  pointer-events: none;
}
.cta h2 { margin-bottom: 1rem; }
.cta p { color: var(--sage); font-size: 1.1rem; margin-bottom: 2rem; }

/* ── PAGE HERO ── */
.page-hero {
  min-height: 45vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 8rem 2rem 4rem;
}
.page-hero-content {
  position: relative; z-index: 1;
  max-width: 700px; margin: 0 auto;
  text-align: center;
  animation: fadeUp 0.7s ease both;
}
.page-hero-content .section-tag { margin-bottom: 1rem; display: block; }
.page-hero-content h1 { margin-bottom: 1rem; }
.page-hero-content p { color: var(--sage); font-size: 1.1rem; max-width: 500px; margin: 0 auto; }

/* ── TEAM ── */
.team-section { padding: 5rem 2rem 7rem; }
.team-inner { max-width: 1200px; margin: 0 auto; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}

.team-card {
  background: rgba(50,59,68,0.5);
  border: 1px solid rgba(172,185,165,0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
  animation: fadeUp 0.5s ease both;
}
.team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(40,121,153,0.4);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.team-card-img {
  width: 100%; aspect-ratio: 1;
  overflow: hidden;
  background: linear-gradient(135deg, var(--dark), var(--dark2));
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.team-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.team-card:hover .team-card-img img { transform: scale(1.05); }
.team-card-img .img-fallback {
  font-size: 3.5rem;
  opacity: 0.5;
}

.team-card-img::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 60px;
  background: linear-gradient(to top, rgba(26,32,40,0.8), transparent);
}

.team-card-info { padding: 1.25rem; }
.team-card-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700; font-size: 1.05rem;
  color: var(--cream); margin-bottom: 0.25rem;
}
.team-card-role {
  display: inline-block;
  font-size: 0.78rem; font-weight: 500;
  color: var(--blue-light);
  background: rgba(40,121,153,0.15);
  border: 1px solid rgba(40,121,153,0.25);
  padding: 0.2rem 0.65rem;
  border-radius: 50px;
}

/* ── EVENTS ── */
.events-section { padding: 4rem 2rem 7rem; }
.events-inner { max-width: 900px; margin: 0 auto; }

.events-list { display: flex; flex-direction: column; gap: 1.25rem; }

.event-card {
  background: rgba(50,59,68,0.5);
  border: 1px solid rgba(172,185,165,0.1);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.75rem;
  transition: transform var(--transition), border-color var(--transition);
  animation: fadeUp 0.4s ease both;
  position: relative;
  overflow: hidden;
}
.event-card::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--blue);
  border-radius: 4px 0 0 4px;
}
.event-card.event-special::before { background: var(--gold); }
.event-card:hover {
  transform: translateX(4px);
  border-color: rgba(40,121,153,0.35);
}

.event-date-box {
  background: rgba(40,121,153,0.15);
  border: 1px solid rgba(40,121,153,0.25);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  text-align: center;
  min-width: 70px;
}
.event-card.event-special .event-date-box {
  background: rgba(240,201,104,0.12);
  border-color: rgba(240,201,104,0.3);
}
.event-day {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem; font-weight: 800;
  color: var(--blue-light);
  line-height: 1;
}
.event-card.event-special .event-day { color: var(--gold); }
.event-month {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sage);
}

.event-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem; font-weight: 700;
  color: var(--cream); margin-bottom: 0.35rem;
}
.event-meta {
  display: flex; gap: 1rem; flex-wrap: wrap;
}
.event-meta span {
  font-size: 0.83rem; color: var(--sage);
  display: flex; align-items: center; gap: 0.3rem;
}

.event-badge {
  font-size: 0.78rem; font-weight: 600;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  white-space: nowrap;
}
.badge-open {
  background: rgba(172,185,165,0.15);
  color: var(--sage);
  border: 1px solid rgba(172,185,165,0.25);
}
.badge-soon {
  background: rgba(240,201,104,0.12);
  color: var(--gold);
  border: 1px solid rgba(240,201,104,0.3);
}
.badge-limited {
  background: rgba(40,121,153,0.15);
  color: var(--blue-light);
  border: 1px solid rgba(40,121,153,0.3);
}

.no-events {
  text-align: center; padding: 5rem 2rem;
}
.no-events.hidden { display: none; }
.no-events-icon { font-size: 3rem; margin-bottom: 1rem; }
.no-events h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.no-events p { color: var(--sage); }

/* ── FOOTER ── */
.footer {
  background: var(--dark2);
  border-top: 1px solid rgba(172,185,165,0.1);
  padding: 3rem 2rem;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  text-align: center;
}
.footer-logo {
  display: flex; align-items: center; justify-content: center;
  gap: 2px; margin-bottom: 0.5rem;
}
.footer-tagline { color: var(--sage); font-size: 0.88rem; margin-bottom: 1.5rem; }
.footer-links {
  display: flex; justify-content: center; gap: 2rem;
  margin-bottom: 1.5rem;
}
.footer-links a {
  color: var(--sage); text-decoration: none; font-size: 0.9rem;
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--cream); }
.footer-copy { color: var(--text-muted); font-size: 0.8rem; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { flex-direction: column; text-align: center; }
  .hero-content { max-width: 100%; }
  .hero-btns { justify-content: center; }
  .hero-sub { margin: 0 auto 2rem; }
  .hero-visual { display: none; }
  .about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .stat-divider { display: none; }
  .stats-inner { gap: 1.5rem; }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .about-cards { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: auto 1fr; }
  .event-badge { display: none; }
  h1 { font-size: 2.2rem; }
}
