/* ============================================================
   FESTIVETS — Gedeelde stijl
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400;1,700&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

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

:root {
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --gold-dark: #8A6B2A;
  --cream: #FDF8EE;
  --dark: #1A1208;
  --dark2: #0f0a04;
  --text: rgba(253,248,238,0.75);
  --text-dim: rgba(253,248,238,0.45);
}

html { scroll-behavior: smooth; }

body {
  background: radial-gradient(ellipse at 25% 15%, #2e1d06 0%, #1a1208 50%, #0f0a04 100%);
  color: var(--cream);
  font-family: 'Crimson Pro', serif;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── Particles ── */
.particles { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.particle { position: absolute; bottom: 0; animation: floatUp linear infinite; }
.orb { position: fixed; border-radius: 50%; pointer-events: none; z-index: 0; }
.orb1 { top: -120px; right: -120px; width: 450px; height: 450px; background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%); }
.orb2 { bottom: -100px; left: -100px; width: 350px; height: 350px; background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%); }

/* ── Nav ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(15, 9, 2, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 0 40px;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.nav-logo img { height: 44px; filter: drop-shadow(0 0 8px rgba(201,168,76,0.3)); }
.nav-logo span {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 900; font-style: italic;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light), var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  color: rgba(253,248,238,0.6); text-decoration: none;
  font-family: 'Crimson Pro', serif; font-size: 14px; letter-spacing: 0.5px;
  padding: 8px 14px; border-radius: 8px;
  transition: all 0.2s ease; position: relative;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold-light);
  background: rgba(201,168,76,0.08);
}
.nav-links a.highlight {
  color: var(--dark);
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  font-weight: 600; padding: 8px 16px;
}
.nav-links a.highlight:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(201,168,76,0.3); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: all 0.3s; }
.mobile-menu {
  display: none; position: fixed; top: 68px; left: 0; right: 0;
  background: rgba(15,9,2,0.97); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 16px 24px 24px; z-index: 99; flex-direction: column; gap: 4px;
}
.mobile-menu a {
  color: rgba(253,248,238,0.7); text-decoration: none;
  font-family: 'Crimson Pro', serif; font-size: 16px;
  padding: 12px 16px; border-radius: 8px; display: block;
  transition: all 0.2s;
}
.mobile-menu a:hover { color: var(--gold-light); background: rgba(201,168,76,0.08); }
.mobile-menu a.highlight { color: var(--dark); background: linear-gradient(135deg, var(--gold-dark), var(--gold)); font-weight: 600; margin-top: 8px; text-align: center; }

@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .mobile-menu.open { display: flex; }
}

/* ── Page wrapper ── */
.page { position: relative; z-index: 1; padding-top: 68px; }

/* ── Hero ── */
.hero {
  min-height: 92vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 60px 24px;
  position: relative;
}
.hero-content { max-width: 760px; position: relative; z-index: 1; }
.hero-logo { width: 220px; margin: 0 auto 20px; display: block; filter: drop-shadow(0 0 30px rgba(201,168,76,0.45)); animation: fadeInUp 0.7s ease both; opacity: 0; }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 8vw, 68px); font-weight: 900; font-style: italic;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 40%, var(--gold) 60%, var(--gold-dark) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: fadeInUp 0.7s ease 0.1s both, shimmerLine 4s linear 1s infinite;
  opacity: 0; line-height: 1.1; margin-bottom: 8px;
}
.hero-sub {
  font-size: clamp(16px, 3vw, 20px); color: var(--text);
  font-style: italic; margin-top: 16px; line-height: 1.5;
  animation: fadeInUp 0.7s ease 0.2s both; opacity: 0;
}
.hero-badge {
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 100px; padding: 8px 20px; margin: 16px 0;
  animation: fadeInUp 0.7s ease 0.15s both; opacity: 0;
}
.hero-badge span { font-size: 12px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; animation: fadeInUp 0.7s ease 0.3s both; opacity: 0; }
.btn-gold {
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-light) 100%);
  border: none; border-radius: 12px; color: var(--dark);
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 15px;
  letter-spacing: 0.5px; cursor: pointer; text-decoration: none;
  transition: all 0.25s; box-shadow: 0 4px 20px rgba(201,168,76,0.25); display: inline-block;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,0.4); }
.btn-outline {
  padding: 14px 32px;
  background: transparent;
  border: 1.5px solid rgba(201,168,76,0.4); border-radius: 12px;
  color: var(--gold); font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 15px; letter-spacing: 0.5px;
  cursor: pointer; text-decoration: none; transition: all 0.25s; display: inline-block;
}
.btn-outline:hover { background: rgba(201,168,76,0.1); border-color: var(--gold); transform: translateY(-2px); }

/* ── Section ── */
.section { padding: 80px 24px; max-width: 1100px; margin: 0 auto; }
.section-sm { padding: 60px 24px; max-width: 860px; margin: 0 auto; }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 5vw, 42px); font-weight: 900; font-style: italic;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 40%, var(--gold) 60%, var(--gold-dark) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: shimmerLine 4s linear 1s infinite;
  line-height: 1.2; margin-bottom: 12px;
}
.section-divider { width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-light)); border-radius: 2px; margin: 16px 0 32px; }
.section-divider.center { margin: 16px auto 32px; }
.section-lead { font-size: 17px; color: var(--text); line-height: 1.7; margin-bottom: 32px; max-width: 680px; }
.section-lead.center { text-align: center; margin: 0 auto 32px; }

/* ── Card ── */
.card {
  background: rgba(20,13,4,0.85); backdrop-filter: blur(20px);
  border: 1px solid rgba(201,168,76,0.2); border-radius: 20px;
  padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(201,168,76,0.1);
  transition: border-color 0.25s, transform 0.25s;
}
.card:hover { border-color: rgba(201,168,76,0.35); transform: translateY(-3px); }
.card-icon { font-size: 32px; margin-bottom: 16px; }
.card-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--gold-light); margin-bottom: 10px; }
.card-text { font-size: 15px; color: var(--text); line-height: 1.7; }

/* ── Grid ── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* ── Gold divider line ── */
.gold-line { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent); margin: 0; }

/* ── Footer ── */
footer {
  position: relative; z-index: 1;
  border-top: 1px solid rgba(201,168,76,0.15);
  padding: 60px 40px 32px;
  background: rgba(10,6,2,0.6);
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } nav { padding: 0 16px; } }

.footer-brand img { height: 56px; margin-bottom: 16px; filter: drop-shadow(0 0 10px rgba(201,168,76,0.3)); }
.footer-brand p { font-size: 14px; color: var(--text-dim); line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-family: 'Playfair Display', serif; font-size: 14px; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
.footer-col a { display: block; color: var(--text-dim); text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-col p { font-size: 14px; color: var(--text-dim); line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(201,168,76,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(201,168,76,0.3); letter-spacing: 0.5px; }
.footer-bottom a { color: rgba(201,168,76,0.4); text-decoration: none; font-size: 12px; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold); }
.footer-disclaimer { font-size: 11px; color: rgba(201,168,76,0.2); margin-top: 12px; line-height: 1.6; text-align: center; max-width: 900px; margin: 12px auto 0; }

/* ── Animations ── */
@keyframes floatUp {
  0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  10% { opacity: 0.8; } 90% { opacity: 0.4; }
  100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; }
}
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInScale { from { opacity: 0; transform: scale(0.93); } to { opacity: 1; transform: scale(1); } }
@keyframes shimmerLine { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
.anim { animation: fadeInUp 0.7s ease both; opacity: 0; }
.anim-d1 { animation-delay: 0.1s; }
.anim-d2 { animation-delay: 0.2s; }
.anim-d3 { animation-delay: 0.3s; }
.anim-d4 { animation-delay: 0.4s; }
