/* ═══════════════════════════════════════════════════
   DIEGEM CROSS — PREMIUM DESIGN SYSTEM
═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,300;0,400;0,600;0,700;1,700&family=Barlow+Condensed:wght@400;600;700&display=swap');

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

:root {
  color-scheme: only dark;
  --groen: #00aa13;
  --groen-dim: rgba(0,170,19,0.12);
  --groen-rand: rgba(0,170,19,0.28);
  --groen-hover: #00cc17;
  --zwart: #000000;
  --donker: #0d0d0d;
  --paneel: #141414;
  --paneel2: #1a1a1a;
  --wit: #ffffff;
  --grijs: rgba(255,255,255,0.52);
  --grijs2: rgba(255,255,255,0.75);
  --nav-h: 72px;
  --topbar-h: 36px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { background: #000000; color: #ffffff; font-family: 'Barlow', Arial, sans-serif; font-weight: 400; overflow-x: hidden; padding-top: calc(var(--nav-h) + var(--topbar-h)); -webkit-text-size-adjust: 100%; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── TOPBAR ── */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 300; height: var(--topbar-h); background: #00aa13; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; }
.topbar-lang { display: flex; gap: 2px; }
.topbar-lang a { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(0,0,0,0.6); padding: 4px 8px; transition: color 0.2s; }
.topbar-lang a.active, .topbar-lang a:hover { color: #000; }
.topbar-lang a.active { background: rgba(0,0,0,0.15); }
.topbar-social { display: flex; gap: 16px; align-items: center; }
.topbar-social a { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0,0,0,0.7); transition: color 0.2s; }
.topbar-social a:hover { color: #000; }
.topbar-ticker { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0,0,0,0.7); overflow: hidden; white-space: nowrap; max-width: 400px; }

/* ── NAVIGATIE ── */
nav { position: fixed; top: var(--topbar-h); left: 0; right: 0; z-index: 200; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; background: rgba(0,0,0,0.95); backdrop-filter: blur(20px); border-bottom: 2px solid #00aa13; transition: background 0.3s; }
.nav-logo a { display: block; line-height: 1; }
.nav-logo img { height: auto; width: 110px; }
.nav-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { display: flex; align-items: center; gap: 4px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.75); padding: 8px 14px; transition: color 0.2s; white-space: nowrap; }
.nav-menu > li > a:hover, .nav-menu > li > a.active { color: #00aa13; }
.nav-menu > li > a .arrow { font-size: 8px; opacity: 0.6; transition: transform 0.2s; }
.nav-menu > li:hover > a .arrow { transform: rotate(180deg); }
.dropdown { position: absolute; top: 100%; left: 0; background: #0a0a0a; border: 1px solid rgba(0,170,19,0.2); border-top: 2px solid #00aa13; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.2s; z-index: 100; }
.nav-menu > li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.52); padding: 10px 20px; border-bottom: 1px solid rgba(255,255,255,0.04); transition: color 0.2s, background 0.2s, padding-left 0.2s; }
.dropdown a:hover { color: #00aa13; background: rgba(0,170,19,0.06); padding-left: 26px; }
.dropdown a:last-child { border-bottom: none; }
.nav-ticket { background: #00aa13; color: #000 !important; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; padding: 10px 22px; margin-left: 8px; transition: background 0.2s, transform 0.15s; white-space: nowrap; }
.nav-ticket:hover { background: #00cc17; transform: translateY(-1px); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; margin-left: 12px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #ffffff; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU ── */
.mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0; bottom: 0;
  background: #000000;
  z-index: 500;
  overflow-y: auto;
  padding: 8px 0 80px;
  flex-direction: column;
}
.mobile-nav.open { display: flex; }

.mobile-nav a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: 0.06em;
  color: #ffffff;
  padding: 11px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s, padding-left 0.2s;
  display: block;
  line-height: 1.1;
}
.mobile-nav a:hover, .mobile-nav a:active { color: #00aa13; padding-left: 32px; }
.mobile-nav a.active { color: #00aa13; }

.mobile-nav .mob-section {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #00aa13;
  padding: 14px 24px 5px;
  background: rgba(0,170,19,0.07);
  border-bottom: none;
  border-top: 1px solid rgba(0,170,19,0.15);
  cursor: default;
  line-height: 1;
}
.mobile-nav .mob-section:hover { color: #00aa13; padding-left: 24px; }

.mobile-nav .sub-link,
.mobile-nav .mob-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  padding: 9px 24px 9px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  line-height: 1.2;
}
.mobile-nav .sub-link:hover,
.mobile-nav .mob-sub:hover { color: #00aa13; padding-left: 48px; }

.mobile-nav .mob-ticket {
  background: #00aa13; color: #000 !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px; letter-spacing: 0.12em;
  padding: 16px 28px; margin: 16px 20px 0;
  text-align: center; border-bottom: none;
  display: block; border-radius: 2px;
}
.mobile-nav .mob-ticket:hover { background: #00cc17; padding-left: 28px; color: #000 !important; }

/* ── PAGE HERO ── */
.page-hero { position: relative; height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.4); }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 60%); }
.page-hero-content { position: relative; z-index: 2; padding: 0 48px 48px; }
.page-hero-label { font-size: 10px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: #00aa13; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.page-hero-label::before { content: ''; width: 24px; height: 2px; background: #00aa13; }
.page-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 8vw, 96px); letter-spacing: 0.03em; line-height: 0.95; }

/* ── BREADCRUMB ── */
.breadcrumb { background: #141414; padding: 12px 48px; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 8px; }
.breadcrumb a, .breadcrumb span { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.52); }
.breadcrumb a:hover { color: #00aa13; }
.breadcrumb span.sep { color: rgba(255,255,255,0.2); }
.breadcrumb span.current { color: #00aa13; }

/* ── SECTIE HELPERS ── */
.sec { padding: 80px 48px; }
.sec-sm { padding: 48px 48px; }
.sec-alt { background: #0d0d0d; }
.sec-groen { background: #00aa13; }
.container { max-width: 1280px; margin: 0 auto; }
.sec-label { font-size: 10px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: #00aa13; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.sec-label::before { content: ''; width: 28px; height: 2px; background: #00aa13; }
.sec-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 6vw, 80px); letter-spacing: 0.03em; line-height: 0.95; margin-bottom: 48px; }
.sec-title-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.sec-title-row .sec-title { margin-bottom: 0; }

/* ── KNOPPEN ── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 13px 28px; transition: all 0.2s; cursor: pointer; border: none; white-space: nowrap; }
.btn-groen { background: #00aa13; color: #000; }
.btn-groen:hover { background: #00cc17; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: #ffffff; border: 2px solid rgba(255,255,255,0.22); }
.btn-ghost:hover { border-color: #00aa13; color: #00aa13; }
.btn-ghost-groen { background: transparent; color: #00aa13; border: 2px solid #00aa13; }
.btn-ghost-groen:hover { background: #00aa13; color: #000; }
.btn-lg { font-size: 14px; padding: 16px 36px; }
.btn-sm { font-size: 11px; padding: 9px 18px; }

/* ── KAARTEN ── */
.card { background: #141414; border: 1px solid rgba(255,255,255,0.05); transition: background 0.3s, border-color 0.3s; }
.card:hover { background: #1a1a1a; border-color: rgba(0,170,19,0.28); }
.card-top { border-top: 3px solid #00aa13; }

/* ── GRID HELPERS ── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }

/* ── DIVIDER ── */
.divider { height: 1px; background: rgba(255,255,255,0.06); margin: 0; }
.divider-groen { height: 2px; background: #00aa13; }

/* ── BADGE ── */
.badge { display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 4px 10px; }
.badge-groen { background: rgba(0,170,19,0.12); color: #00aa13; border: 1px solid rgba(0,170,19,0.28); }
.badge-rood { background: rgba(220,38,38,0.15); color: #ef4444; border: 1px solid rgba(220,38,38,0.3); }
.badge-uitverkocht { background: rgba(100,100,100,0.2); color: rgba(255,255,255,0.4); border: 1px solid rgba(255,255,255,0.1); }

/* ── FOOTER ── */
footer { background: #000; border-top: 3px solid #00aa13; }
.footer-main { padding: 64px 48px 48px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; }
.footer-logo img { height: auto; width: 130px; margin-bottom: 20px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.52); line-height: 1.7; max-width: 260px; margin-bottom: 20px; }
.footer-contact { font-size: 13px; color: rgba(255,255,255,0.52); line-height: 2; }
.footer-contact a { color: #00aa13; }
.footer-contact a:hover { color: #00cc17; }
.footer-col-title { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 0.08em; color: #ffffff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(0,170,19,0.28); }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.38); transition: color 0.2s; }
.footer-links a:hover { color: #00aa13; }
.footer-bottom { padding: 20px 48px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.18); letter-spacing: 0.04em; }
.footer-social { display: flex; gap: 20px; }
.footer-social a { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-social a:hover { color: #00aa13; }
.footer-partner-cell { background: #141414; height: 56px; width: 100px; display: flex; align-items: center; justify-content: center; padding: 0 12px; transition: background 0.2s; }
.footer-partner-cell:hover { background: #1a1a1a; }
.footer-partner-cell img { max-height: 30px; max-width: 80px; object-fit: contain; transition: filter 0.3s; }

/* ── LOADING STATE ── */
.loading-state { text-align: center; padding: 48px; color: rgba(255,255,255,0.52); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.loading-state::before { content: ''; display: block; width: 32px; height: 32px; border: 2px solid rgba(0,170,19,0.2); border-top-color: #00aa13; border-radius: 50%; margin: 0 auto 16px; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── ANIMATIES ── */
@keyframes fadeup { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { opacity: 0; animation: fadeup 0.7s forwards; }
.fade-in-1 { animation-delay: 0.1s; }
.fade-in-2 { animation-delay: 0.2s; }
.fade-in-3 { animation-delay: 0.3s; }
.fade-in-4 { animation-delay: 0.4s; }

/* ══════════════════════════════════════
   RESPONSIVE — TABLET (max 1100px)
══════════════════════════════════════ */
@media (max-width: 1100px) {
  nav { padding: 0 24px; }
  .topbar { padding: 0 24px; }
  .topbar-ticker { display: none; }
  .nav-menu > li > a { padding: 8px 10px; font-size: 12px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
  .page-hero-content { padding: 0 24px 36px; }
  .breadcrumb { padding: 12px 24px; }
  .sec { padding: 64px 24px; }
  .sec-sm { padding: 40px 24px; }
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBIEL (max 768px)
══════════════════════════════════════ */
@media (max-width: 768px) {
  :root { --nav-h: 56px; --topbar-h: 0px; }
  .nav-logo img { height: auto !important; width: 100px !important; }
  .topbar { display: none; }
  body { padding-top: var(--nav-h); }
  nav { padding: 0 16px; top: 0; }
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .nav-ticket { display: inline-flex !important; font-size: 11px; padding: 8px 14px; margin-left: 8px; }

  .mobile-nav { top: var(--nav-h); padding: 8px 0 80px; }
  .mobile-nav a { font-size: 24px; padding: 10px 20px; }
  .mobile-nav .mob-section { padding: 12px 20px 5px; }
  .mobile-nav .sub-link, .mobile-nav .mob-sub { padding: 8px 20px 8px 36px; font-size: 14px; }
  .mobile-nav .mob-ticket { margin: 14px 16px 0; font-size: 18px; padding: 14px; }

  .scroll-hint { display: none; }
  .hero-ctas { flex-direction: column; gap: 10px; }
  .hero-ctas .btn { width: 100%; text-align: center; justify-content: center; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 40px 20px 32px; }
  .footer-bottom { padding: 16px 20px; }
  .footer-partners { padding: 24px 20px; }
  .page-hero { height: 240px; }
  .page-hero-content { padding: 0 16px 24px; }
  .page-hero h1 { font-size: clamp(36px, 10vw, 64px); }
  .breadcrumb { padding: 10px 16px; }
  .sec { padding: 40px 16px; }
  .sec-sm { padding: 28px 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .sec-title-row { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .nav-ticket { font-size: 10px; padding: 7px 10px; }
  .mobile-nav a { font-size: 22px; padding: 9px 18px; }
  .mobile-nav .mob-section { padding: 10px 18px 4px; }
  .mobile-nav .sub-link, .mobile-nav .mob-sub { padding: 7px 18px 7px 32px; font-size: 13px; }
}

@media (max-width: 768px) {
  .footer-logo img { height: auto !important; width: 120px !important; max-width: 120px !important; }
}
