/* ===================================
   HEADER-FOOTER CSS - FAUTE BENDT
   Navigatie, sticky header, footer styling
   10-jaar jubileum branding
   =================================== */

/* STICKY HEADER - ALTIJD ZICHTBAAR BOVENAAN */
.faute-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bg-primary-transparent);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 2px solid var(--gold-warm);
  box-shadow: 
    0 2px 4px rgba(218, 165, 32, 0.2),
    0 1px 0 rgba(255, 215, 0, 0.4);
  z-index: 1000;
  transition: all 1s ease;
  transform: translateY(0); /* Altijd zichtbaar */
  opacity: 1;
}

/* Header verdwijnt na stoppen met scrollen */
.faute-sticky-header.hide-on-pause {
  transform: translateY(-100%);
  opacity: 0;
}

/* Header tijdens scrollen - extra zichtbaar */
.faute-sticky-header.scrolling,
.faute-sticky-header.scrolled {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Header bovenaan pagina - altijd zichtbaar */
.faute-sticky-header.at-top {
  transform: translateY(0);
  opacity: 1;
  box-shadow: none;
}

.faute-sticky-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-gradient);
  animation: goldGlow 3s ease-in-out infinite;
}

@keyframes goldGlow {
  0%, 100% { 
    opacity: 1;
    filter: brightness(1);
  }
  50% { 
    opacity: 0.8;
    filter: brightness(1.3);
  }
}



/* HEADER CONTENT LAYOUT */
.faute-header-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* LOGO STYLING - ULTRA SCHERP EN CLEAN */
.faute-logo {
    flex-shrink: 0;
}

.faute-logo a {
    display: block;
    transition: transform 0.2s ease;
}

.faute-logo a:hover {
    transform: scale(1.03); /* Subtielere hover */
}

.faute-logo img {
    height: 35px;
    width: auto;
    
    /* MAXIMALE SCHERPTE - GEEN FILTERS! */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    
    /* PIXEL-PERFECT */
    position: relative;
    top: 0;
    left: 0;
}

/* RESPONSIVE LOGO SIZES - CLEAN */
@media (min-width: 480px) {
    .faute-logo img {
        height: 45px;
    }
}

@media (min-width: 1200px) {
    .faute-logo img {
        height: 55px;
    }
}

/* HOVER EFFECT - ALLEEN TRANSFORM, GEEN FILTERS */
.faute-logo a:hover img {
    /* GEEN FILTERS - alleen transform van parent */
}


/* HOOFDNAVIGATIE */
.faute-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  justify-content: center;
}

.faute-nav a {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.faute-nav a:hover {
  color: var(--gold-warm);
  background: rgba(218, 165, 32, 0.1);
  transform: translateY(-2px);
}

/* Actieve pagina styling */
.faute-nav a.active {
  background: var(--gold-gradient);
  color: var(--white);
  box-shadow: var(--gold-shadow);
}

.faute-nav a.active:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4);
}

/* SOCIAL MEDIA BUTTONS */
.faute-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.faute-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Social media iconen als background images */
.faute-social-btn.facebook {
  background: #1877F2;
}

.faute-social-btn.instagram {
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.faute-social-btn.youtube {
  background: #FF0000;
}

.faute-social-btn.bandsintown {
  background: #00D4AA;
}

/* SVG iconen styling */
.faute-social-btn::before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.faute-social-btn.facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
}

.faute-social-btn.instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.40s-.644-1.44-1.439-1.40z'/%3E%3C/svg%3E");
}

.faute-social-btn.youtube::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");
}

.faute-social-btn.bandsintown::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='173.91' y='152.17' width='65.22' height='86.96'/%3E%3Crect x='260.87' y='152.17' width='65.22' height='86.96'/%3E%3Crect x='347.83' y='86.96' width='65.22' height='152.17'/%3E%3Cpolygon points='173.91 260.87 173.91 326.09 347.83 326.09 347.83 347.83 152.17 347.83 152.17 86.96 86.96 86.96 86.96 413.04 413.04 413.04 413.04 260.87 173.91 260.87'/%3E%3C/svg%3E");
}

/* Gouden shimmer hover effect */
.faute-social-btn:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  animation: socialShimmer 0.6s ease;
}

@keyframes socialShimmer {
  0% { filter: brightness(1); }
  50% { filter: brightness(1.3) saturate(1.2); }
  100% { filter: brightness(1); }
}

/* MOBILE MENU TOGGLE */
.faute-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.faute-mobile-toggle:hover {
  background: rgba(218, 165, 32, 0.1);
}

.faute-mobile-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--text-primary);
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Mobile menu animatie */
.faute-mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  background: var(--gold-warm);
}

.faute-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.faute-mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background: var(--gold-warm);
}

/* FOOTER STYLING - VOLLEDIG GECORRIGEERD VOOR BORDEAUX DEEP */
.site-footer {
  background: var(--bordeaux-deep);
  color: var(--white);
  padding: 3rem 0 2rem;
  margin-top: 0;
  border-top: 3px solid var(--gold-warm);
  position: relative;
  box-shadow: var(--bordeaux-shadow);
}

/* Footer Nancy accent - BEHOUDEN */
.site-footer::before {
  content: '🦩';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  background: transparent;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-simple {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.footer-copyright {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--white);
}

.footer-company {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.footer-company strong {
  color: var(--gold-bright);
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.footer-links {
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.footer-links a {
  color: var(--gold-bright);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links a:hover {
  color: var(--white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.footer-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-gradient);
  transition: width 0.3s ease;
  box-shadow: 0 1px 3px rgba(218, 165, 32, 0.3);
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-slogan {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold-bright);
  margin-top: 1rem;
  font-style: italic;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.footer-slogan em {
  font-style: normal;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}


/* DARK MODE - met jouw bestaande kleuren */
@media (prefers-color-scheme: dark) {
  .site-footer {
    background: var(--bordeaux-gradient);
    box-shadow: 0 -4px 20px rgba(125, 44, 64, 0.4);
  }
}

/* MOBILE NAVIGATION */
@media (max-width: 1024px) {
  .faute-nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 0;
    padding: 2rem 0;
    z-index: 999;
  }
  
  .faute-nav.active {
    display: flex;
    animation: slideDown 0.3s ease;
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .faute-nav a {
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
  }
  
  .faute-nav a:last-child {
    border-bottom: none;
  }
  
  .faute-nav a:hover {
    background: var(--gold-warm);
    color: var(--white);
    transform: none;
  }
  
  .faute-mobile-toggle {
    display: flex;
  }
  
  .faute-social {
    gap: 0.75rem;
  }
  
  .faute-social-btn {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .faute-header-content {
    padding: 0 1rem;
    height: 70px;
  }
  
  .faute-logo img {
    height: 40px;
  }
  
  .faute-nav {
    top: 70px;
  }
  
  .faute-social {
    gap: 0.5rem;
  }
  
  .faute-social-btn {
    width: 32px;
    height: 32px;
  }
  
  .faute-social-btn::before {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .faute-header-content {
    height: 60px;
  }
  
  .faute-logo img {
    height: 35px;
  }
  
  .faute-nav {
    top: 60px;
    padding: 1rem 0;
  }
  
  .faute-nav a {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  
  .faute-mobile-toggle {
    width: 35px;
    height: 35px;
    padding: 6px;
  }
  
  .faute-mobile-toggle span {
    width: 20px;
    height: 2px;
    margin: 2px 0;
  }
}

/* FOOTER RESPONSIVE */
@media (max-width: 768px) {
  .site-footer {
    padding: 2rem 0 1.5rem;
  }
  
  .footer-content {
    padding: 0 1rem;
  }
  
  .footer-copyright,
  .footer-company {
    font-size: 0.8rem;
  }
  
  .footer-links {
    font-size: 0.8rem;
  }
  
  .footer-slogan {
    font-size: 0.9rem;
  }
}

/* STICKY HEADER JAVASCRIPT SUPPORT */
.faute-sticky-header.js-scrolled {
  transform: translateY(0);
}

/* DARK MODE SPECIFIEKE AANPASSINGEN */
@media (prefers-color-scheme: dark) {
  .faute-nav a:hover {
    background: rgba(218, 165, 32, 0.2);
  }
  
  .faute-mobile-toggle:hover {
    background: rgba(218, 165, 32, 0.2);
  }
  
  .footer-links a {
    color: #E0E0E0;
  }
  
  .footer-links a:hover {
    color: var(--gold-bright);
  }
}

/* ACCESSIBILITY FOCUS STATES */
.faute-nav a:focus,
.faute-social-btn:focus,
.faute-mobile-toggle:focus {
  outline: 3px solid var(--gold-warm);
  outline-offset: 2px;
}

.footer-links a:focus {
  outline: 2px solid var(--gold-warm);
  outline-offset: 1px;
}

/* PRINT STYLES */
@media print {
  .faute-sticky-header {
    position: static;
    transform: none;
    box-shadow: none;
    background: transparent;
  }
  
  .faute-social,
  .faute-mobile-toggle {
    display: none;
  }
  
  .site-footer::before {
    display: none;
  }
  
  .footer-links a::after {
    display: none;
  }
}

/* PERFORMANCE OPTIMALISATIES */
.faute-sticky-header {
  will-change: transform;
}

.faute-social-btn {
  will-change: transform;
}

.faute-nav a {
  will-change: background-color, color;
}

/* BROWSER COMPATIBILITY */
@supports not (backdrop-filter: blur(10px)) {
  .faute-sticky-header {
    background: rgba(255, 255, 255, 0.98);
  }
  
  @media (prefers-color-scheme: dark) {
    .faute-sticky-header {
      background: rgba(26, 26, 26, 0.98);
    }
  }
}

/* MOBIELE OPTIMALISATIE - PERFORMANCE FIRST */
@media (max-width: 1024px) {
  /* Gecombineerde mobiele stijlen met performance hints */
  .faute-sticky-header {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .faute-nav {
    display: none;
    position: fixed;
    top: var(--mobile-header-height, 70px);
    left: 0;
    right: 0;
    background: var(--bg-primary);
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }

  .faute-nav.active {
    display: flex;
    animation: mobileSlideDown 0.3s ease;
  }

  @keyframes mobileSlideDown {
    from { 
      opacity: 0; 
      transform: translateY(-20px); 
    }
    to { 
      opacity: 1; 
      transform: translateY(0); 
    }
  }

  .faute-nav a {
    width: 100%;
    padding: 1rem;
    font-size: clamp(0.8rem, 4vw, 1rem);
    text-align: center;
    border-bottom: 1px solid var(--border-color);
  }

  .faute-mobile-toggle {
    display: flex;
    will-change: transform;
    transform: translateZ(0);
  }

  .faute-social {
    gap: 0.5rem;
  }

  .faute-social-btn {
    width: 35px;
    height: 35px;
  }
}

/* ULTRA-MOBIEL - KLEINSTE SCHERMEN */
@media (max-width: 480px) {
  .faute-header-content {
    height: 60px;
    padding: 0 0.5rem;
  }

  .faute-logo img {
    height: 35px;
  }

  .faute-nav a {
    padding: 0.75rem;
    font-size: clamp(0.7rem, 3.5vw, 0.9rem);
  }

  .faute-mobile-toggle {
    width: 35px;
    height: 35px;
  }
}
