/* spherebox - Modern Luxe Huisstijl - IMPROVED TYPOGRAPHY */
/* Optimized Font Loading */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;600;700&display=swap");

/* ==========================================
   SPHEREBOX POPUP STYLES
   ========================================== */
.spherebox-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease, background 0.4s ease;
  padding: 1.5rem;
}

.spherebox-popup-overlay.active {
  opacity: 1;
  background: rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(8px);
}

.spherebox-popup-overlay.closing {
  opacity: 0;
  background: rgba(10, 10, 10, 0);
}

.spherebox-popup {
  background: var(--ivory-white, #f9f7f3);
  max-width: 520px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.2),
    0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(30px) scale(0.97);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.spherebox-popup-overlay.active .spherebox-popup {
  transform: translateY(0) scale(1);
}

.spherebox-popup-overlay.closing .spherebox-popup {
  transform: translateY(30px) scale(0.97);
}

/* Gold accent line at top */
.spherebox-popup-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--antique-gold, #c9a66b), var(--warm-taupe, #b8a78c));
}

.spherebox-popup-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  color: var(--deep-black, #0a0a0a);
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 4px;
  z-index: 1;
}

.spherebox-popup-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.spherebox-popup-content {
  padding: 3rem 2.5rem 2rem;
}

.spherebox-popup-title {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 400;
  color: var(--deep-black, #0a0a0a);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 1.25rem;
  position: relative;
}

.spherebox-popup-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--antique-gold, #c9a66b);
  margin-top: 1rem;
}

.spherebox-popup-message {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.8;
  color: var(--deep-black, #0a0a0a);
  opacity: 0.85;
  font-weight: 300;
  margin: 0;
  white-space: pre-line;
}

.spherebox-popup-btn {
  display: block;
  width: calc(100% - 5rem);
  margin: 0 2.5rem 2.5rem;
  padding: 1rem;
  background: transparent;
  color: var(--deep-black, #0a0a0a);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid var(--deep-black, #0a0a0a);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  overflow: hidden;
}

.spherebox-popup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--deep-black, #0a0a0a);
  transition: left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -1;
}

.spherebox-popup-btn:hover {
  color: var(--ivory-white, #f9f7f3);
}

.spherebox-popup-btn:hover::before {
  left: 0;
}

/* Popup Responsive */
@media (max-width: 600px) {
  .spherebox-popup-content {
    padding: 2.5rem 1.5rem 1.5rem;
  }

  .spherebox-popup-btn {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem;
  }
}

/* Popup Reduced Motion */
@media (prefers-reduced-motion: reduce) {

  .spherebox-popup-overlay,
  .spherebox-popup,
  .spherebox-popup-close,
  .spherebox-popup-btn {
    transition: none !important;
  }
}

/* Add font-display for faster text rendering */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* Show fallback immediately */
  src: local("Inter"), local("Inter-Regular");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular");
}

:root {
  --deep-black: #0a0a0a;
  --warm-taupe: #b8a78c;
  --ivory-white: #f9f7f3;
  --antique-gold: #c9a66b;

  /* Nieuwe accent kleuren */
  --silver-mist: #c7c8ca;
  --warm-grey: #aca298;

  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-medium: rgba(0, 0, 0, 0.2);

  /* VERBETERD LETTERTYPE HIËRARCHIE - STRAKKER */
  --font-primary: "Roboto", "Helvetica Neue", Arial, sans-serif;
  --font-secondary: "Inter", "Segoe UI", system-ui, sans-serif;

  /* FONT WEIGHTS */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* LINE HEIGHTS */
  --line-height-tight: 1.1;
  --line-height-normal: 1.4;
  --line-height-relaxed: 1.6;
  --line-height-loose: 1.8;

  /* LETTER SPACING VOOR STRAAKKERE LOOK */
  --letter-spacing-tight: -0.025em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: 0.025em;
  --letter-spacing-wider: 0.05em;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-normal);
  letter-spacing: var(--letter-spacing-normal);
  color: var(--deep-black);
  /* CONSISTENT ZWART */
  background-color: var(--ivory-white);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
}

/* UNIVERSELE TYPOGRAFIE - CONSISTENT ZWART */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  color: var(--deep-black);
  /* CONSISTENT ZWART */
  margin-bottom: 0;
  font-feature-settings: "kern" 1, "liga" 1;
}

h1 {
  font-weight: var(--font-weight-light);
  letter-spacing: -0.04em;
}

h2 {
  font-weight: var(--font-weight-light);
  letter-spacing: -0.02em;
}

h3,
h4 {
  font-weight: var(--font-weight-light);
  letter-spacing: -0.01em;
}

p {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
  margin-bottom: 0;
  color: var(--deep-black);
  /* CONSISTENT ZWART */
}

/* LINK STYLING */
a {
  font-family: inherit;
  font-weight: var(--font-weight-light);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  letter-spacing: inherit;
}

/* BUTTON TYPOGRAPHY */
button {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-light);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  font-size: 0.875rem;
}

/* SECTION TITLES - CONSISTENT ZWART */
.section-title {
  font-family: var(--font-primary);
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--deep-black);
  /* CONSISTENT ZWART */
  letter-spacing: var(--letter-spacing-tight);
  line-height: var(--line-height-tight);
}

.section-subtitle {
  text-align: center;
  color: var(--deep-black);
  /* GEWIJZIGD NAAR ZWART */
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  font-weight: var(--font-weight-light);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-secondary);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
}

/* FOOTER TYPOGRAPHY - ALLES WIT */
.footer-brand p {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-size: 0.95rem;
  line-height: var(--line-height-relaxed);
  font-weight: var(--font-weight-regular);
}

.footer h4 {
  font-family: var(--font-primary);
  font-size: 1.1rem;
  font-weight: var(--font-weight-light);
  color: var(--ivory-white);
  margin-bottom: 1rem;
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
}

.footer p {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-size: 0.9rem;
  line-height: var(--line-height-relaxed);
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-regular);
}

.footer a {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-weight: var(--font-weight-light);
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--antique-gold);
}

.footer-bottom-content p {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-size: 0.85rem;
  margin-bottom: 0;
  font-weight: var(--font-weight-regular);
}

.footer-links a {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-size: 0.85rem;
  font-weight: var(--font-weight-light);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-wide);
}

/* ALLE OVERIGE TEKST ELEMENTEN - CONSISTENT ZWART */
.intro-text,
.brand-description,
.category-description p,
.policy-content p,
.designer-description p,
.about-content p,
.philosophy-text,
.news-card p,
.contact-item p,
.location-card p,
.project-content p,
.gallery-overlay h4,
.gallery-overlay p,
.art-overlay h4,
.art-overlay p,
.featured-content p,
.artist-names,
.news-excerpt,
.newsletter-content p,
.privacy-link,
.cookie-link,
.loading-spinner p,
.error-content p {
  color: var(--deep-black) !important;
  /* CONSISTENT ZWART */
}

/* SPECIFIEKE ELEMENTEN DIE ZWART MOETEN BLIJVEN */
.nav-item a,
.mobile-menu-toggle span,
.designer-link,
.gallery-item,
.contact-form input,
.contact-form textarea,
.contact-form select,
.form-group label,
.policy-content li,
.cookie-table td,
.brand-header .section-title,
.category-header .section-title,
.designer-header .section-title {
  color: var(--deep-black) !important;
  /* CONSISTENT ZWART */
}

/* HERO CONTENT BLIJFT WIT (uitzondering) */
.hero h1,
.hero-subtitle,
.hero-description,
.designer-hero h1,
.designer-hero .hero-subtitle,
.art-hero h1,
.art-hero .hero-subtitle,
.indoor-hero h1,
.indoor-hero .hero-subtitle,
.outdoor-hero h1,
.outdoor-hero .hero-subtitle,
.over-ons-hero h1,
.over-ons-hero .hero-subtitle,
.projects-hero h1,
.projects-hero .hero-subtitle,
.policy-hero h1,
.policy-hero .hero-subtitle {
  color: var(--ivory-white) !important;
  /* BLIJFT WIT */
}

/* CTA SECTIONS BLIVEN WIT (uitzondering) */
.cta-section h2,
.cta-section p {
  color: var(--ivory-white) !important;
  /* BLIJFT WIT */
}

/* NEWSLETTER BLIJFT WIT (uitzondering) */
.newsletter-content h2,
.newsletter-content>p {
  color: var(--ivory-white) !important;
  /* BLIJFT WIT */
}

/* RESPONSIVE DESIGN VOOR COOKIE BANNER */

/* Cookie Banner Responsive */
@media (max-width: 600px) {
  .cookie-banner-body {
    padding: 2.5rem 1.5rem 1.5rem;
  }

  .cookie-banner-actions {
    padding: 0 1.5rem 1.5rem;
    flex-direction: column;
  }

  .cookie-banner-btn {
    width: 100%;
  }
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {

  .cookie-banner-overlay,
  .cookie-banner-modal,
  .cookie-banner-close,
  .cookie-banner-btn {
    transition: none !important;
  }

  .cookie-banner-btn:hover,
  .cookie-banner-close:hover {
    transform: none !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .cookie-banner-modal {
    border: 3px solid var(--deep-black) !important;
  }

  .cookie-banner-btn {
    border: 2px solid var(--deep-black) !important;
  }
}

/* Print Styles */
@media print {
  .cookie-banner-overlay {
    display: none !important;
  }
}

/* Focus States */
.cookie-banner-btn:focus,
.cookie-banner-links a:focus,
.cookie-banner-close:focus {
  outline: 3px solid var(--antique-gold);
  outline-offset: 2px;
}

/* COOKIE BANNER - POPUP STYLE (GDPR COMPLIANT) */
.cookie-banner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease, background 0.4s ease;
  padding: 1.5rem;
}

.cookie-banner-overlay.active {
  opacity: 1;
  background: rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(8px);
}

.cookie-banner-overlay.closing {
  opacity: 0;
  background: rgba(10, 10, 10, 0);
}

.cookie-banner-modal {
  background: var(--ivory-white, #f9f7f3);
  max-width: 520px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.2),
    0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(30px) scale(0.97);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-banner-overlay.active .cookie-banner-modal {
  transform: translateY(0) scale(1);
}

.cookie-banner-overlay.closing .cookie-banner-modal {
  transform: translateY(30px) scale(0.97);
}

/* Gold accent line at top */
.cookie-banner-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--antique-gold, #c9a66b), var(--warm-taupe, #b8a78c));
}

.cookie-banner-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  color: var(--deep-black, #0a0a0a);
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 4px;
  z-index: 1;
}

.cookie-banner-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.cookie-banner-body {
  padding: 3rem 2.5rem 1.5rem;
}

.cookie-banner-title {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 400;
  color: var(--deep-black, #0a0a0a);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 1.25rem;
  position: relative;
}

.cookie-banner-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--antique-gold, #c9a66b);
  margin-top: 1rem;
}

.cookie-banner-message {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.8;
  color: var(--deep-black, #0a0a0a);
  opacity: 0.85;
  font-weight: 300;
  margin: 0;
}

.cookie-banner-links {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.cookie-banner-links a {
  color: var(--antique-gold, #c9a66b);
  text-decoration: none;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  transition: color 0.3s ease;
  letter-spacing: 0.02em;
}

.cookie-banner-links a:hover {
  color: var(--deep-black, #0a0a0a);
}

.cookie-banner-actions {
  display: flex;
  gap: 0.75rem;
  padding: 0 2.5rem 2.5rem;
}

.cookie-banner-btn {
  flex: 1;
  padding: 0.9rem 1rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.cookie-banner-btn-accept {
  background: var(--deep-black, #0a0a0a);
  color: var(--ivory-white, #f9f7f3);
  border: 1px solid var(--deep-black, #0a0a0a);
}

.cookie-banner-btn-accept:hover {
  background: var(--antique-gold, #c9a66b);
  border-color: var(--antique-gold, #c9a66b);
  color: var(--deep-black, #0a0a0a);
}

.cookie-banner-btn-decline {
  background: transparent;
  color: var(--deep-black, #0a0a0a);
  border: 1px solid var(--deep-black, #0a0a0a);
}

.cookie-banner-btn-decline:hover {
  background: var(--deep-black, #0a0a0a);
  color: var(--ivory-white, #f9f7f3);
}

.cookie-banner-btn-settings {
  background: transparent;
  color: var(--deep-black, #0a0a0a);
  border: 1px solid rgba(10, 10, 10, 0.25);
}

.cookie-banner-btn-settings:hover {
  border-color: var(--deep-black, #0a0a0a);
  background: var(--deep-black, #0a0a0a);
  color: var(--ivory-white, #f9f7f3);
}

/* DYNAMIC BANNER SYSTEM */
[data-banner] h1 {
  opacity: 0;
  transition: opacity 0.4s ease;
}

[data-banner].banner-loaded h1 {
  opacity: 1;
}

/* FULLY RESPONSIVE NAVIGATION */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  backdrop-filter: blur(20px);
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(184, 167, 140, 0.2);
}

.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 1001;
}

.logo:hover {
  transform: scale(1.05);
}

.logo img {
  height: clamp(40px, 8vw, 50px);
  width: auto;
  transition: transform 0.3s ease;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: clamp(0.8rem, 2vw, 1.8rem);
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  margin-left: clamp(1rem, 3vw, 2rem);
}

.nav-item a {
  text-decoration: none;
  color: var(--deep-black);
  font-weight: 300;
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  font-family: var(--font-secondary);
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.nav-item a:hover {
  color: var(--antique-gold);
}

.nav-item a.external {
  color: var(--warm-taupe);
}

.nav-item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--antique-gold);
  transition: width 0.3s ease;
}

.nav-item a:hover::after {
  width: 100%;
}

/* Mobile Nav Footer - altijd verbergen op desktop */
.mobile-nav-footer {
  display: none;
}

/* Mobile Menu Toggle - ENHANCED */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
  background: none;
  border: none;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--deep-black);
  margin: 3px 0;
  transition: all 0.4s ease;
  transform-origin: center;
  border-radius: 2px;
  display: block;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* MOBILE NAVIGATION - FULLSCREEN HAMBURGER MENU */
@media (max-width: 1023px) {

  /* Hamburger menu toggle button */
  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1010;
    position: relative;
  }

  .mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    background: var(--deep-black);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .mobile-menu-toggle.active span {
    background: var(--silver-mist);
  }

  /* Animated hamburger to X */
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    width: 100%;
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    width: 100%;
  }

  /* Full screen menu - BELANGRIJKE WIJZIGINGEN */
  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    /* Overschrijft eerdere waarden */
    height: 100dvh !important;
    min-height: -webkit-fill-available;
    /* Extra zekerheid voor volledige hoogte */
    max-width: none !important;
    /* Verwijdert maximale breedte beperkingen */
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    padding: 0 0 env(safe-area-inset-bottom) 0 !important;
    /* Verwijdert padding maar houdt rekening met safe area */
    overflow: hidden;
    margin: 0 !important;
    /* Verwijdert eventuele marges */
    border: none !important;
    /* Verwijdert eventuele borders */
    right: 0 !important;
    /* Verzekert dat het element rechts is uitgerekt */
    bottom: 0 !important;
    /* Verzekert dat het element onderaan is uitgerekt */
    transform: none !important;
    /* Verwijdert eventuele transformaties */
  }

  body.menu-open {
    overflow: hidden;
  }

  .nav-menu.active {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }

  /* Menu items */
  .nav-item {
    margin: 0.5rem 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    width: auto !important;
    /* Overschrijft eerdere waarden */
    max-width: 80% !important;
    /* Limiteert items breedte voor leesbaarheid */
    text-align: center;
  }

  .nav-menu.active .nav-item {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-menu.active .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .nav-menu.active .nav-item:nth-child(2) {
    transition-delay: 0.15s;
  }

  .nav-menu.active .nav-item:nth-child(3) {
    transition-delay: 0.2s;
  }

  .nav-menu.active .nav-item:nth-child(4) {
    transition-delay: 0.25s;
  }

  .nav-menu.active .nav-item:nth-child(5) {
    transition-delay: 0.3s;
  }

  .nav-menu.active .nav-item:nth-child(6) {
    transition-delay: 0.35s;
  }

  .nav-menu.active .nav-item:nth-child(7) {
    transition-delay: 0.4s;
  }

  .nav-menu.active .nav-item:nth-child(8) {
    transition-delay: 0.45s;
  }

  .nav-item a {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    padding: clamp(0.5rem, 2vh, 0.8rem) 0;
    color: var(--ivory-white);
    letter-spacing: 0.5px;
    font-weight: 300;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    width: auto !important;
    /* Zorgt dat links niet te breed worden */
  }

  .nav-item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--silver-mist);
    transform: translateX(-50%);
    transition: width 0.3s ease;
  }

  .nav-item a:hover::before {
    width: 70%;
  }

  .nav-item a:hover {
    color: var(--silver-mist);
    transform: translateY(-3px);
  }

  .nav-item a.external {
    color: var(--warm-grey);
  }

  .nav-item a.external:hover {
    color: var(--silver-mist);
  }

  /* Footer in mobile menu */
  .mobile-nav-footer {
    display: none;
  }

  .nav-menu.active+.mobile-nav-footer,
  .nav-menu.active~.mobile-nav-footer {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-nav-footer .nav-copyright {
    color: var(--warm-grey);
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    font-family: var(--font-secondary);
  }
}

/* Voor oudere browsers die backdrop-filter niet ondersteunen */
@supports not (backdrop-filter: blur(10px)) {
  @media (max-width: 1023px) {
    .nav-menu {
      background: rgba(10, 10, 10, 0.98);
    }
  }
}

/* VERWIJDER DEZE TABLET/MOBILE SPECIFIEKE NAVIGATION RULES DIE HET PROBLEEM VEROORZAKEN */
/* Deze regels overschrijven de fullscreen instelling */
/*
@media (max-width: 1023px) and (min-width: 768px) {
  .nav-menu {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    width: 280px;
    padding: 90px 1.5rem 2rem;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    width: 260px;
    padding: 85px 1.5rem 1.5rem;
  }
}
*/

/* TABLET SPECIFIC NAVIGATION */
@media (max-width: 1023px) and (min-width: 768px) {
  .nav-menu {
    width: 350px;
  }
}

/* MOBILE SPECIFIC NAVIGATION */
@media (max-width: 767px) {
  .nav-menu {
    width: 280px;
    padding: 90px 1.5rem 2rem;
  }

  .nav-container {
    height: 70px;
    padding: 0 1rem;
  }

  .logo img {
    height: 40px;
  }

  .mobile-menu-toggle span {
    width: 22px;
    height: 2.5px;
  }
}

/* SMALL MOBILE NAVIGATION */
@media (max-width: 479px) {
  .nav-menu {
    width: 260px;
    padding: 85px 1.5rem 1.5rem;
  }

  .nav-item a {
    font-size: 1rem;
    padding: 0.8rem 0;
  }
}

/* NAVIGATIE - WIT MAKEN VOOR ZICHTBAARHEID IN MOBIEL MENU */
@media (max-width: 1023px) {
  .nav-item a {
    color: var(--ivory-white) !important;
    /* WIT IN MOBIEL MENU */
  }

  .nav-item a.external {
    color: var(--silver-mist) !important;
    /* LICHT GRIJS VOOR EXTERNE LINKS */
  }

  .nav-item a:hover {
    color: var(--antique-gold) !important;
    /* GOUD BIJ HOVER */
  }

  .nav-item a.external:hover {
    color: var(--antique-gold) !important;
    /* GOUD BIJ HOVER */
  }

  /* MOBILE MENU TOGGLE BUTTON - WIT MAKEN */
  .mobile-menu-toggle span {
    background: var(--deep-black) !important;
    /* ZWART OP NORMALE NAVBAR */
  }

  .mobile-menu-toggle.active span {
    background: var(--ivory-white) !important;
    /* WIT WANNEER MENU OPEN IS */
  }
}

/* DESKTOP NAVBAR BLIJFT ZWART */
@media (min-width: 1024px) {
  .nav-item a {
    color: var(--deep-black) !important;
    /* ZWART OP DESKTOP */
  }

  .nav-item a:hover {
    color: var(--antique-gold) !important;
    /* GOUD BIJ HOVER */
  }

  .nav-item a.external {
    color: var(--warm-taupe) !important;
    /* TAUPE VOOR EXTERNE LINKS */
  }

  .mobile-menu-toggle span {
    background: var(--deep-black) !important;
    /* ZWART HAMBURGER */
  }
}

/* DISABLE BODY SCROLL WHEN MENU IS OPEN */
body.menu-open {
  overflow: hidden;
}

/* ENHANCED MOBILE MENU ANIMATIONS */
@media (max-width: 1023px) {
  .nav-menu.active .nav-item {
    animation: slideInFromRight 0.4s ease forwards;
  }

  @keyframes slideInFromRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

/* ACCESSIBILITY IMPROVEMENTS */
@media (prefers-reduced-motion: reduce) {

  .nav-menu,
  .nav-item,
  .mobile-menu-toggle span {
    transition: none !important;
  }

  .nav-menu.active .nav-item {
    transition-delay: 0s !important;
  }

  .nav-menu.active::before {
    animation: none !important;
  }
}

/* HIGH CONTRAST MODE */
@media (prefers-contrast: high) {
  .nav-menu {
    background: white;
    border-left: 3px solid var(--deep-black);
  }

  .nav-item a {
    border-bottom: 2px solid var(--deep-black);
  }

  .mobile-menu-toggle span {
    background: var(--deep-black);
    height: 4px;
  }
}

/* GLOBAL LAYOUT COMPONENTS */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

/* SECTION TITLES - CONSISTENT ZWART */
.section-title {
  font-family: var(--font-primary);
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--deep-black);
  /* CONSISTENT ZWART */
  letter-spacing: var(--letter-spacing-tight);
  line-height: var(--line-height-tight);
}

.section-subtitle {
  text-align: center;
  color: var(--deep-black);
  /* GEWIJZIGD NAAR ZWART */
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  font-weight: var(--font-weight-regular);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-secondary);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
}

/* UNIVERSAL CTA BUTTON */
.cta-button {
  display: inline-block;
  background: var(--ivory-white);
  color: var(--deep-black);
  padding: clamp(1rem, 3vw, 1.2rem) clamp(2rem, 6vw, 3rem);
  text-decoration: none;
  font-family: var(--font-secondary);
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  font-weight: 300;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  border: 2px solid var(--ivory-white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.cta-button:hover {
  background: var(--deep-black);
  color: var(--ivory-white) !important;
  border-color: var(--ivory-white);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* UNIVERSAL FOOTER */
.footer {
  background: var(--deep-black);
  color: var(--ivory-white);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  margin-top: auto;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-brand .footer-logo img {
  height: clamp(50px, 10vw, 70px);
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* 
.footer-brand .footer-logo span {
  font-family: var(--font-primary);
  font-size: clamp(1.3rem, 4vw, 1.8rem);
  font-weight: 600;
  color: var(--ivory-white);
} 
*/

.footer-brand p {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-size: 0.95rem;
  line-height: var(--line-height-relaxed);
  font-weight: var(--font-weight-regular);
}

.footer-contact h4,
.footer-hours h4 {
  font-family: var(--font-primary);
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  margin-bottom: 1.5rem;
  color: var(--ivory-white);
  font-weight: 300;
}

.footer-contact p,
.footer-hours p {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

.footer-contact a {
  color: var(--antique-gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: var(--ivory-white);
}

.footer-hours em {
  color: var(--antique-gold);
  font-style: normal;
}

/* Footer Social Media Icons */
.footer-social {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.footer-social a {
  color: var(--antique-gold) !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social a:hover {
  color: var(--ivory-white) !important;
  transform: translateY(-3px);
}

.footer-social svg {
  width: 28px;
  height: 28px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(184, 167, 140, 0.3);
}

.footer-bottom-content p {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  font-size: 0.85rem;
  margin-bottom: 0;
  font-weight: var(--font-weight-regular);
}

.footer-bottom-content .powered-by {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  opacity: 0.9;
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
}

.powered-by a {
  color: var(--antique-gold) !important;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: var(--font-weight-light);
}

.powered-by a:hover {
  color: var(--ivory-white);
}

.footer-links {
  display: flex;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: var(--ivory-white) !important;
  /* GEWIJZIGD NAAR WIT */
  text-decoration: none;
  font-size: clamp(0.9rem, 2vw, 1rem);
  transition: color 0.3s ease;
  font-family: var(--font-secondary);
  font-weight: 300;
  padding: 0.5rem 0;
}

.footer-links a:hover {
  color: var(--antique-gold);
}

/* DESKTOP FOOTER LAYOUT */
@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-bottom {
    justify-content: space-between;
  }

  .footer-links {
    justify-content: flex-end;
  }
}

/* MOBILE FOOTER LAYOUT */
@media (max-width: 767px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .footer-links {
    justify-content: center;
    gap: 1.5rem;
  }
}

/* UTILITY CLASSES */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ACCESSIBILITY HELPERS */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* HIGH CONTRAST SUPPORT */
@media (prefers-contrast: high) {
  :root {
    --deep-black: #000000;
    --warm-taupe: #666666;
    --ivory-white: #ffffff;
    --antique-gold: #000000;
  }
}

/* PRINT STYLES */
@media print {

  .navbar,
  .footer,
  .cta-button {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.4;
    color: black;
    background: white;
  }

  .section-title {
    font-size: 18pt;
    color: black;
  }

  .section-subtitle {
    font-size: 12pt;
    color: black;
  }
}

/* FOCUS STATES FOR ACCESSIBILITY */
.nav-item a:focus,
.cta-button:focus,
.footer-contact a:focus,
.footer-links a:focus,
.powered-by a:focus {
  outline: 3px solid var(--antique-gold);
  outline-offset: 2px;
}

.mobile-menu-toggle:focus {
  outline: 3px solid var(--antique-gold);
  outline-offset: 2px;
}