/* Index2 header + menu drawer */
:root {
  --gold: #C49B63;
  --gold-light: #D4AB73;
  --gold-dark: #B8935C;
  --blackboard: #111614;
  --blackboard-dark: #0B0F0D;
  --text-light: #E5E7EB;
  --text-muted: #9CA3AF;
  --glass: rgba(255, 255, 255, 0.08);
  --line: rgba(196, 155, 99, 0.2);
}

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

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--blackboard);
  color: var(--text-light);
}

body.drawer-open {
  overflow: hidden;
}

body.wishlist-open {
  overflow: hidden;
}

/* Force wishlist above transformed Elementor sections */
body.wishlist-open .elementor,
body.wishlist-open .elementor-section,
body.wishlist-open .elementor-container,
body.wishlist-open .site,
body.wishlist-open .site-main,
body.wishlist-open .page {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
}

/* Force drawer above transformed Elementor sections */
body.drawer-open .elementor,
body.drawer-open .elementor-section,
body.drawer-open .elementor-container,
body.drawer-open .site,
body.drawer-open .site-main,
body.drawer-open .page {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
}

/* Force wishlist-help popup above EVERYTHING - highest priority */
/* Put ALL page content below popup */
body.wishlist-help-open main,
body.wishlist-help-open section,
body.wishlist-help-open article,
body.wishlist-help-open .hero,
body.wishlist-help-open .hero-content,
body.wishlist-help-open section.hero,
body.wishlist-help-open .hero-icons,
body.wishlist-help-open .floating-icon,
body.wishlist-help-open .hero-content > *,
body.wishlist-help-open .elementor,
body.wishlist-help-open .elementor-section,
body.wishlist-help-open .elementor-container,
body.wishlist-help-open .site,
body.wishlist-help-open .site-main,
body.wishlist-help-open .page,
body.wishlist-help-open .wishlist-panel,
body.wishlist-help-open .drawer,
body.wishlist-help-open .search-panel,
body.wishlist-help-open .site-header,
body.wishlist-help-open div:not(.wishlist-help-popup):not(.wishlist-help-overlay):not(.wishlist-help-popup-content):not(.wishlist-help-close) {
  z-index: 1 !important;
  position: relative !important;
  transform: none !important;
  filter: none !important;
  perspective: none !important;
}

/* Popup and overlay - highest z-index - MUST be above everything */
body.wishlist-help-open .wishlist-help-popup,
.wishlist-help-popup {
  z-index: 2147483649 !important;
  position: fixed !important;
  isolation: isolate !important;
}

body.wishlist-help-open .wishlist-help-overlay,
.wishlist-help-overlay {
  z-index: 2147483648 !important;
  position: fixed !important;
}

body.wishlist-help-open .wishlist-help-close,
.wishlist-help-close {
  z-index: 2147483650 !important;
  position: fixed !important;
}

/* Override index.css hero-content z-index: 2 */
body.wishlist-help-open .hero-content,
body.wishlist-help-open .hero-content * {
  z-index: 1 !important;
}

/* Override any floating-icon z-index */
body.wishlist-help-open .floating-icon {
  z-index: 1 !important;
  position: relative !important;
}

/* Wishlist toast - highest priority, always on top */
.wishlist-toast,
.wishlist-toast.show {
  z-index: 2147483650 !important;
  position: fixed !important;
  isolation: isolate !important;
}

/* Ensure toast is above all other content */
body.wishlist-help-open .wishlist-toast,
body.search-open .wishlist-toast,
.wishlist-toast {
  z-index: 2147483650 !important;
  position: fixed !important;
}

/* Sterrenhemel - Laag 1 (donkerblauw met bewegende sterren - sterker blauw effect) */
.site-header::before {
  content: '';
  position: absolute;
  inset: -50% -30% -50% -30%;
  background:
    radial-gradient(circle at 20% 30%, rgba(70, 130, 240, 0.45), transparent 70%),
    radial-gradient(circle at 80% 70%, rgba(90, 150, 250, 0.42), transparent 70%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18) 1.5px, transparent 4px),
    radial-gradient(circle at 30% 60%, rgba(110, 170, 255, 0.38), transparent 65%),
    radial-gradient(circle at 70% 40%, rgba(80, 140, 245, 0.4), transparent 65%),
    radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0.15) 1px, transparent 3.5px),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.15) 1px, transparent 3.5px),
    radial-gradient(circle at 45% 15%, rgba(255, 255, 255, 0.12) 1.2px, transparent 3px),
    radial-gradient(circle at 65% 85%, rgba(255, 255, 255, 0.12) 1.2px, transparent 3px),
    radial-gradient(circle at 25% 45%, rgba(255, 255, 255, 0.13) 1px, transparent 3.5px),
    radial-gradient(circle at 75% 55%, rgba(255, 255, 255, 0.13) 1px, transparent 3.5px),
    linear-gradient(180deg, rgba(50, 110, 210, 0.25) 0%, transparent 50%),
    linear-gradient(90deg, rgba(40, 100, 200, 0.2) 0%, transparent 50%);
  background-size:
    220% 220%,
    200% 200%,
    150px 150px,
    190% 190%,
    210% 210%,
    120px 120px,
    130px 130px,
    110px 110px,
    115px 115px,
    125px 125px,
    135px 135px,
    100% 100%,
    100% 100%;
  background-position:
    0% 0%,
    100% 100%,
    0 0,
    30% 60%,
    70% 40%,
    15% 80%,
    85% 20%,
    45% 15%,
    65% 85%,
    25% 45%,
    75% 55%,
    0% 0%,
    0% 0%;
  background-repeat: repeat;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
  animation: starrySkyMove 120s linear infinite;
  transform: translateZ(0);
  will-change: background-position;
}

/* Sahara lucht - Laag 2 (bewegend boven sterrenhemel - sterker effect) */
.site-header::after {
  content: '';
  position: absolute;
  inset: -50% -30% -50% -30%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 25%, rgba(245, 232, 210, 0.18) 50%, transparent 75%),
    linear-gradient(45deg, rgba(255, 248, 235, 0.12) 0%, transparent 40%, rgba(255, 255, 255, 0.15) 60%, transparent 100%),
    radial-gradient(ellipse 160% 140% at 20% 40%, rgba(255, 248, 235, 0.25), transparent 90%),
    radial-gradient(ellipse 140% 160% at 60% 20%, rgba(255, 255, 255, 0.18), transparent 85%),
    radial-gradient(ellipse 150% 140% at 80% 60%, rgba(245, 232, 210, 0.22), transparent 90%),
    radial-gradient(ellipse 130% 150% at 40% 80%, rgba(255, 255, 255, 0.15), transparent 80%);
  background-size:
    280% 280%,
    260% 260%,
    220% 240%,
    240% 260%,
    200% 220%,
    250% 250%;
  background-position:
    0% 0%,
    0% 0%,
    15% 5%,
    85% 20%,
    10% 80%,
    40% 75%;
  background-repeat: repeat;
  opacity: 0.75;
  pointer-events: none;
  z-index: 1;
  animation: sandDrift 50s linear infinite;
  transform: translateZ(0);
  will-change: background-position;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  left: 0;
  right: 0;
  background: #191920;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(4px);
  overflow: hidden;
  contain: layout style paint;
  transform: translateZ(0);
}

.site-header > * {
  position: relative;
  z-index: 2;
}

@keyframes starrySkyMove {
  0% {
    background-position:
      0% 0%,
      100% 100%,
      0 0,
      30% 60%,
      70% 40%,
      15% 80%,
      85% 20%,
      45% 15%,
      65% 85%,
      25% 45%,
      75% 55%,
      0% 0%,
      0% 0%;
  }
  25% {
    background-position:
      25% 15%,
      75% 85%,
      40px 40px,
      35% 65%,
      65% 35%,
      20% 75%,
      80% 25%,
      50% 20%,
      60% 80%,
      30% 50%,
      70% 50%,
      0% 10%,
      10% 0%;
  }
  50% {
    background-position:
      50% 30%,
      50% 70%,
      80px 80px,
      40% 60%,
      60% 40%,
      25% 70%,
      75% 30%,
      55% 25%,
      55% 75%,
      35% 55%,
      65% 45%,
      0% 20%,
      20% 0%;
  }
  75% {
    background-position:
      75% 45%,
      25% 55%,
      120px 120px,
      35% 65%,
      65% 35%,
      20% 75%,
      80% 25%,
      50% 20%,
      60% 80%,
      30% 50%,
      70% 50%,
      0% 10%,
      10% 0%;
  }
  100% {
    background-position:
      100% 60%,
      0% 40%,
      150px 150px,
      30% 60%,
      70% 40%,
      15% 80%,
      85% 20%,
      45% 15%,
      65% 85%,
      25% 45%,
      75% 55%,
      0% 0%,
      0% 0%;
  }
}



@keyframes sandDrift {
  0% {
    background-position: 0% 0%, 0% 0%, 15% 5%, 85% 20%, 10% 80%, 40% 75%;
  }
  20% {
    background-position: 20% 10%, 15% 8%, 20% 8%, 80% 25%, 14% 79%, 42% 73%;
  }
  40% {
    background-position: 40% 20%, 30% 15%, 25% 12%, 75% 30%, 18% 78%, 45% 72%;
  }
  60% {
    background-position: 60% 30%, 45% 25%, 30% 15%, 70% 35%, 22% 77%, 48% 71%;
  }
  80% {
    background-position: 80% 40%, 60% 35%, 20% 8%, 80% 25%, 14% 79%, 42% 73%;
  }
  100% {
    background-position: 100% 50%, 0% 0%, 15% 5%, 85% 20%, 10% 80%, 40% 75%;
  }
}



@media (prefers-reduced-motion: reduce) {
  .site-header::before,
  .site-header::after {
    animation: none;
  }
}

@media (min-width: 901px) {
  .site-header::before {
    opacity: 1;
  }
  .site-header::after {
    opacity: 0.8;
  }
}

.header-top {
  background: #191920;
  border-bottom: 1px solid rgba(196, 155, 99, 0.12);
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.header-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(100, 150, 255, 0.18), transparent 65%),
    radial-gradient(circle at 80% 70%, rgba(120, 170, 255, 0.15), transparent 65%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 1px, transparent 3.5px),
    radial-gradient(circle at 30% 60%, rgba(150, 200, 255, 0.12), transparent 60%),
    radial-gradient(circle at 70% 40%, rgba(110, 160, 255, 0.14), transparent 60%),
    radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0.06) 0.8px, transparent 3px),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.06) 0.8px, transparent 3px);
  background-size: 200% 200%, 180% 180%, 120px 120px, 170% 170%, 190% 190%, 100px 100px, 110px 110px;
  background-position: 0% 0%, 100% 100%, 0 0, 30% 60%, 70% 40%, 15% 80%, 85% 20%;
  opacity: 0.7;
  animation: starrySky 80s linear infinite;
  pointer-events: none;
  z-index: 0;
  transform: translateZ(0);
}

.header-top::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, transparent 30%, rgba(245, 232, 210, 0.08) 50%, transparent 70%),
    radial-gradient(ellipse 140% 120% at 60% 40%, rgba(255, 248, 235, 0.12), transparent 85%),
    radial-gradient(ellipse 120% 140% at 30% 80%, rgba(255, 255, 255, 0.08), transparent 80%);
  background-size: 260% 260%, 240% 240%, 220% 220%;
  background-position: 0% 0%, 50% 50%, 0% 0%;
  opacity: 0.5;
  animation: starrySkyAlt 70s linear infinite;
  pointer-events: none;
  z-index: 0;
  transform: translateZ(0);
}

@keyframes starrySky {
  0% {
    background-position: 0% 0%, 100% 100%, 0 0, 30% 60%, 70% 40%, 15% 80%, 85% 20%, 0% 0%;
  }
  25% {
    background-position: 25% 15%, 75% 85%, 30px 30px, 35% 65%, 65% 35%, 20% 75%, 80% 25%, 5% 0%;
  }
  50% {
    background-position: 50% 30%, 50% 70%, 60px 60px, 40% 60%, 60% 40%, 25% 70%, 75% 30%, 10% 0%;
  }
  75% {
    background-position: 75% 45%, 25% 55%, 90px 90px, 35% 65%, 65% 35%, 20% 75%, 80% 25%, 5% 0%;
  }
  100% {
    background-position: 100% 100%, 0% 0%, 120px 120px, 30% 60%, 70% 40%, 15% 80%, 85% 20%, 0% 0%;
  }
}

@keyframes starrySkyAlt {
  0% {
    background-position: 0% 0%, 50% 50%, 0% 0%;
  }
  33% {
    background-position: 33% 15%, 60% 60%, 20% 10%;
  }
  66% {
    background-position: 66% 30%, 40% 40%, 40% 20%;
  }
  100% {
    background-position: 100% 50%, 50% 50%, 0% 0%;
  }
}

.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 1.5rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.header-rotator {
  color: var(--text-muted);
  position: relative;
  min-height: 1.1rem;
  overflow: hidden;
  text-align: right;
}

.header-rotator span {
  display: inline-block;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.header-rotator.is-fading span {
  opacity: 0;
  transform: translateY(-6px);
}

.header-top a {
  color: var(--text-muted);
  text-decoration: none;
}

.header-top a:hover {
  color: var(--gold);
}

.header-top-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.header-top-left .header-rotator {
  margin-left: 0.5rem;
  text-align: left;
  font-size: 0.85rem;
}

.header-top-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.header-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 155, 99, 0.1);
  border: 2px solid rgba(196, 155, 99, 0.3);
  border-radius: 50%;
  color: var(--gold);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.header-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--gold);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
  z-index: 0;
}

.header-icon svg {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  width: 20px;
  height: 20px;
}

.header-icon:hover {
  border-color: var(--gold);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(196, 155, 99, 0.4);
}

.header-icon:hover::before {
  width: 100%;
  height: 100%;
}

.header-icon:hover svg {
  color: var(--blackboard-dark);
  transform: rotate(5deg);
}

.header-icon:active {
  transform: translateY(-2px) scale(1.05);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 1.5rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex: 1 1 auto;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}

.header-center-nav {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex: 1 1 auto;
}

.header-center-nav a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 600;
}

.header-center-nav a:hover {
  color: var(--gold);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(196, 155, 99, 0.4);
  background: transparent;
  color: var(--gold);
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  z-index: 2147483649;
}

.menu-toggle:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #FFFFFF;
  border-color: var(--gold-light);
  box-shadow: 0 10px 24px rgba(196, 155, 99, 0.5);
  animation: menuPulse 1.4s ease-in-out infinite;
}

.menu-toggle:active {
  transform: translateY(1px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--text-light);
  position: relative;
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: none;
}

.logo img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid rgba(196, 155, 99, 0.4);
  background: rgba(15, 20, 19, 0.5);
  box-shadow: 0 10px 22px rgba(196, 155, 99, 0.18);
  transform: translateX(18px);
  transition: all 0.3s ease;
}

.logo:hover img {
  transform: translateX(18px) scale(1);
  animation: logoPulse 3s ease-in-out infinite;
}

@keyframes logoPulse {
  0%, 100% {
    box-shadow: 0 10px 22px rgba(196, 155, 99, 0.18), 0 0 0 0 rgba(196, 155, 99, 0.4);
  }
  50% {
    box-shadow: 0 10px 22px rgba(196, 155, 99, 0.18), 0 0 0 8px rgba(196, 155, 99, 0.1);
  }
}

.logo-category-orbits {
  position: fixed;
  pointer-events: none;
  z-index: 2147483645;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
}

.logo-category-orbits.is-visible {
  pointer-events: auto;
}

.logo-category-orbit-item {
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: auto;
  z-index: 10;
}

.logo-category-orbit-item:hover {
  z-index: 20;
}

.logo-category-orbit-item:hover,
.logo-category-orbits:hover .logo-category-orbit-item {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.logo-category-orbits.is-visible .logo-category-orbit-item {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.logo-category-orbit-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(196, 155, 99, 0.15);
  border: 2px solid rgba(196, 155, 99, 0.4);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.logo-category-orbit-item a:hover {
  background: #FFFFFF;
  border-color: var(--gold);
  transform: scale(1.2);
  border-radius: 22px;
  width: auto;
  padding: 0 12px;
  box-shadow: 0 4px 12px rgba(196, 155, 99, 0.4);
}

.logo-category-orbit-item a:hover .orbit-icon {
  filter: brightness(0.9);
}

.logo-category-orbit-item a:hover .orbit-label {
  color: var(--blackboard-dark);
}

.orbit-icon {
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.orbit-label {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 600;
  margin-left: 0;
  transition: all 0.3s ease;
  color: var(--gold);
  flex-shrink: 0;
}


.logo-category-orbit-item a:hover .orbit-label {
  max-width: 200px;
  opacity: 1;
  margin-left: 10px;
}

.logo-category-orbit-item a:hover .orbit-icon {
  font-size: 22px;
}

.header-actions {
  display: flex;
  gap: 0.75rem;
  flex: 1 1 auto;
  justify-content: flex-end;
  position: relative;
  z-index: 2147483649;
  pointer-events: auto;
}

/* Icon Link - REMOVED - Only wishlist-toggle remains */
.icon-link:not(.wishlist-toggle) {
  display: none !important;
}

/* Wishlist Toggle - Red Heart Only - Donkerblauw achtergrond #191920 */
.wishlist-toggle {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #191920;
  border: 2px solid rgba(80, 140, 255, 0.4);
  border-radius: 50%;
  color: #DC143C;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: visible;
  cursor: pointer;
  padding: 8px;
  z-index: 2147483649;
}

.wishlist-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(220, 20, 60, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
  z-index: 0;
}

.wishlist-toggle > span {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  color: #DC143C;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.wishlist-toggle .wishlist-count {
  position: absolute;
  top: -10px;
  right: -14px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #0B0F0D;
  font-size: 0.7rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.wishlist-toggle:hover,
.wishlist-toggle.is-active {
  transform: translateY(-3px) scale(1.1);
}

.wishlist-toggle:hover::before {
  width: 100%;
  height: 100%;
}

.wishlist-toggle:hover > span {
  color: #FF1744;
}

.wishlist-toggle:active {
  transform: translateY(-3px) scale(1.1);
}

.wishlist-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2147483649;
  pointer-events: auto;
}

.wishlist-help {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #191920;
  border: 2px solid rgba(80, 140, 255, 0.4);
  border-radius: 50%;
  color: rgba(80, 140, 255, 0.9) !important;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2147483649 !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
  padding: 8px;
}

.wishlist-help:hover {
  background: rgba(80, 140, 255, 0.15);
  border-color: rgba(80, 140, 255, 0.6);
  color: rgba(100, 160, 255, 1) !important;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(80, 140, 255, 0.3);
}

.wishlist-help:hover span,
.wishlist-help:hover > * {
  color: rgba(100, 160, 255, 1) !important;
}

.wishlist-help-popup {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: min(95vw, 420px) !important;
  transform: translateX(100%);
  background: rgba(11, 15, 13, 0.98);
  border: none;
  border-left: 1px solid rgba(196, 155, 99, 0.25);
  border-radius: 0;
  padding: 1.2rem;
  z-index: 2147483649 !important;
  opacity: 1;
  pointer-events: none;
  transition: transform 0.25s ease;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
  isolation: isolate !important;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wishlist-help-popup[aria-hidden="false"],
.wishlist-help-popup.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2147483648 !important;
  position: fixed !important;
}

.wishlist-help-popup-content {
  position: relative;
}

.wishlist-help-close {
  position: absolute !important;
  top: 1.2rem !important;
  right: 1.2rem !important;
  width: 40px;
  height: 40px;
  background: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--blackboard-dark);
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1 !important;
  pointer-events: auto !important;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(196, 155, 99, 0.4);
}

.wishlist-help-close:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: scale(1.15) rotate(90deg);
  box-shadow: 0 6px 16px rgba(196, 155, 99, 0.6);
}

.wishlist-help-popup h3 {
  color: #F5EBDD;
  font-size: 1.3rem;
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.wishlist-help-steps {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.wishlist-help-step {
  padding: 1.25rem;
  background: rgba(196, 155, 99, 0.12);
  border: 2px solid rgba(196, 155, 99, 0.3);
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.wishlist-help-step:hover {
  background: rgba(196, 155, 99, 0.18);
  border-color: var(--gold);
  transform: translateX(4px);
  box-shadow: 0 6px 16px rgba(196, 155, 99, 0.3);
}

.wishlist-help-step strong {
  color: var(--gold);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.wishlist-help-step p {
  color: #FFFFFF;
  line-height: 1.7;
  margin: 0;
  font-size: 1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.wishlist-help-step .heart-icon {
  color: #DC143C;
  font-size: 1.2em;
  vertical-align: middle;
}

.wishlist-help-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196, 155, 99, 0.2);
}

.wishlist-help-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: rgba(196, 155, 99, 0.15);
  border: 2px solid var(--gold);
  border-radius: 12px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(196, 155, 99, 0.2);
}

.wishlist-help-link:hover {
  background: rgba(196, 155, 99, 0.25);
  border-color: var(--gold-light);
  color: var(--gold-light);
  transform: translateX(4px);
  box-shadow: 0 6px 16px rgba(196, 155, 99, 0.4);
  text-decoration: none;
}

.wishlist-help-link .heart-icon {
  color: #DC143C;
  font-size: 1.3em;
}

.search-stats {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(196, 155, 99, 0.15);
  text-align: center;
  color: var(--text-muted);
}

.search-stats small {
  font-size: 0.85rem;
  color: rgba(196, 155, 99, 0.7);
}

.wishlist-help-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 2147483648 !important;
  pointer-events: none;
}

.wishlist-help-overlay[aria-hidden="false"],
.wishlist-help-overlay.is-open,
body.wishlist-help-open .wishlist-help-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2147483648 !important;
}

/* Search Toggle Button - Donkerblauw zoals header achtergrond */
.search-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #191920;
  border: 2px solid rgba(80, 140, 255, 0.4);
  border-radius: 50%;
  color: rgba(80, 140, 255, 0.9);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  margin-left: 0.5rem;
  padding: 8px;
}

.search-toggle:hover {
  background: rgba(80, 140, 255, 0.15);
  border-color: rgba(80, 140, 255, 0.6);
  color: rgba(100, 160, 255, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(80, 140, 255, 0.3);
}

.search-toggle svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

/* Search Panel */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 2147483646;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.search-overlay[aria-hidden="false"],
.search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(15, 20, 19, 0.98), rgba(20, 24, 23, 0.98));
  border-bottom: 2px solid var(--gold);
  z-index: 2147483647;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.search-panel[aria-hidden="false"],
.search-panel.is-open {
  transform: translateY(0);
  opacity: 1;
}

.search-panel-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(196, 155, 99, 0.2);
}

.search-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.search-icon {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
}

#globalSearchInput {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(196, 155, 99, 0.3);
  color: var(--text-light);
  font-size: 1.1rem;
  padding: 0.5rem 0;
  outline: none;
  transition: border-color 0.3s ease;
}

#globalSearchInput:focus {
  border-bottom-color: var(--gold);
}

#globalSearchInput::placeholder {
  color: var(--text-muted);
}

.search-close {
  width: 36px;
  height: 36px;
  background: var(--gold);
  border: none;
  border-radius: 50%;
  color: var(--blackboard-dark);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search-close:hover {
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 4px 12px rgba(196, 155, 99, 0.5);
}

.search-results {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.search-results-empty {
  text-align: center;
  color: var(--text-muted);
  padding: 2rem;
}

.search-results-loading {
  text-align: center;
  color: var(--gold);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.search-results-loading::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid rgba(196, 155, 99, 0.3);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
  background: rgba(196, 155, 99, 0.08);
  border: 1px solid rgba(196, 155, 99, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.search-result-item:hover {
  background: rgba(196, 155, 99, 0.15);
  border-color: rgba(196, 155, 99, 0.4);
  transform: translateX(4px);
}

.search-result-link {
  flex: 1;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.search-result-link:hover {
  text-decoration: none;
}

.search-result-item h4 {
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.search-result-item p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0;
}

.search-result-wishlist-btn {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  background: rgba(196, 155, 99, 0.15);
  border: 1px solid rgba(196, 155, 99, 0.3);
  border-radius: 6px;
  color: var(--gold);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.search-result-wishlist-btn:hover {
  background: rgba(196, 155, 99, 0.25);
  border-color: var(--gold);
}

.search-result-wishlist-btn.in-wishlist {
  background: rgba(220, 20, 60, 0.2);
  border-color: rgba(220, 20, 60, 0.4);
  color: #DC143C;
}

body.search-open {
  overflow: hidden;
}

@keyframes wishlistShine {
  0% { transform: translateX(-120%) rotate(20deg); opacity: 0; }
  30% { opacity: 0.9; }
  60% { opacity: 0; transform: translateX(260%) rotate(20deg); }
  100% { opacity: 0; }
}

.category-strip-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  padding: 0.6rem 1.5rem 1rem;
  border-top: 1px solid rgba(196, 155, 99, 0.12);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.category-strip {
  display: flex;
  gap: 0.9rem;
  padding: 0.6rem 2.6rem 1rem;
  border-top: 1px solid rgba(196, 155, 99, 0.08);
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  background: #0a0e1a;
  width: 100%;
  position: relative;
  scroll-behavior: smooth;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.category-strip a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 155, 99, 0.2);
  background: rgba(196, 155, 99, 0.08);
  transition: all 0.25s ease;
}

.category-strip a:hover {
  color: #FFFFFF;
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.drawer-category-link,
.drawer-subservices a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.wishlist-inline {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(196, 155, 99, 0.35);
  background: rgba(196, 155, 99, 0.12);
  color: var(--gold-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wishlist-inline.is-active {
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 18px rgba(196, 155, 99, 0.45);
}

.wishlist-inline:hover {
  transform: translateY(-1px) scale(1.05);
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}

.category-strip a:hover .wishlist-inline {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.2);
}

.wishlist-card-btn:hover,
.wishlist-card-btn.is-active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 6px 16px rgba(196, 155, 99, 0.35);
}

.wishlist-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(95vw, 420px);
  background: rgba(11, 15, 13, 0.98);
  border-left: 1px solid rgba(196, 155, 99, 0.25);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 2147483647;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  pointer-events: none;
}

.wishlist-panel.is-open {
  transform: translateX(0);
  pointer-events: auto;
}

.wishlist-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 2147483646;
  pointer-events: none;
}

.wishlist-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wishlist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #F5EBDD;
}

.wishlist-close {
  background: transparent;
  border: 1px solid rgba(196, 155, 99, 0.4);
  color: var(--gold);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  cursor: pointer;
}

.wishlist-body {
  flex: 1;
  overflow: auto;
}

.wishlist-empty {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

.wishlist-list {
  list-style: none;
  display: grid;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.wishlist-item {
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(196, 155, 99, 0.18);
}

.wishlist-item a {
  color: #F8FAFC;
  font-weight: 600;
  text-decoration: none;
}

.wishlist-item small {
  color: var(--text-muted);
}

.wishlist-remove {
  margin-top: 0.35rem;
  width: fit-content;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  cursor: pointer;
  font-size: 0.75rem;
}

.wishlist-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.wishlist-action {
  flex: 1 1 auto;
  text-align: center;
  text-decoration: none;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 155, 99, 0.35);
  color: #F8FAFC;
  font-weight: 700;
}

.wishlist-action.primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #0B0F0D;
  border: none;
}

.wishlist-toast {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  background: #FFFFFF;
  color: #0B0F0D;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(196, 155, 99, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 2147483647;
  pointer-events: none;
}

.wishlist-toast.show {
  opacity: 1;
  transform: translateY(0);
  z-index: 2147483650 !important;
}

.wishlist-card-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(196, 155, 99, 0.35);
  background: rgba(15, 20, 25, 0.6);
  color: var(--gold-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  z-index: 3;
}

.wishlist-card-btn.is-active {
  background: var(--gold);
  color: #0B0F0D;
}

.wishlist-fly {
  position: fixed;
  z-index: 2147483647;
  pointer-events: none;
  font-size: 1.1rem;
  color: var(--gold-light);
  animation: wishlistFly 0.8s ease forwards;
}

@keyframes wishlistFly {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(var(--fly-x), var(--fly-y)) scale(0.2); opacity: 0; }
}

.category-strip-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(196, 155, 99, 0.45);
  background: rgba(15, 20, 19, 0.8);
  color: var(--gold-light);
  cursor: pointer;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.category-strip-arrow.left { left: 0.4rem; }
.category-strip-arrow.right { right: 0.4rem; }
.category-strip-arrow:hover { transform: translateY(-50%) scale(1.06); }

.nav-links a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--gold);
}

/* Drawer */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 2147483646;
  position: fixed !important;
  pointer-events: none;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: min(95vw, 900px);
  background: var(--blackboard-dark);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  padding: 1.2rem;
  overflow-y: auto;
  z-index: 2147483647;
  position: fixed !important;
  pointer-events: none;
}

@keyframes menuPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

.drawer.is-open {
  transform: translateX(0);
  pointer-events: auto;
}

.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.drawer-title {
  font-weight: 800;
  color: #F5EBDD;
}

.drawer-close {
  background: transparent;
  border: 1px solid rgba(196, 155, 99, 0.4);
  color: var(--gold);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  cursor: pointer;
}

.drawer-categories {
  display: grid;
  gap: 0.9rem;
}

.drawer-category {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.85rem;
}

.drawer-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.drawer-category-link {
  color: #F8FAFC;
  font-weight: 700;
  text-decoration: none;
}

.drawer-category-link:hover {
  color: var(--gold-light);
}

.drawer-category-toggle {
  border: 1px solid rgba(196, 155, 99, 0.35);
  background: rgba(196, 155, 99, 0.1);
  color: var(--gold);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
}

.drawer-subservices {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.5rem;
}

.drawer-subservices a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.45rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
}

.drawer-subservices a:hover {
  color: var(--gold-light);
  border-color: rgba(196, 155, 99, 0.35);
  background: rgba(196, 155, 99, 0.08);
}

.drawer-section {
  margin-top: 1.2rem;
}

.drawer-footer {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}

.drawer-close-bottom {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #0B0F0D;
  border: none;
  padding: 0.65rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(196, 155, 99, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.drawer-close-bottom:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(196, 155, 99, 0.45);
}

.drawer-section h4 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
  color: #F5EBDD;
}

.vacancy-slider {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.4rem;
}

.vacancy-card {
  min-width: 70%;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 155, 99, 0.2);
  border-radius: 14px;
  padding: 0.8rem;
  color: #F8FAFC;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.vacancy-card span {
  color: var(--text-muted);
  font-weight: 500;
}

@media (max-width: 900px) {
  .site-header::before {
    opacity: 1;
    inset: -40% -25% -40% -25%;
    will-change: auto;
  }
  .site-header::after {
    opacity: 0.75;
    inset: -40% -25% -40% -25%;
    will-change: auto;
  }
  .header-main {
    justify-content: center;
  }
  .logo-wrap {
    gap: 1rem;
    flex: 1 1 100%;
    justify-content: flex-end;
  }
  .logo {
    margin-left: 0;
  }
  .logo img {
    width: 104px;
    height: 104px;
    animation: logoFloat 4.5s ease-in-out infinite, logoGlow 3.8s ease-in-out infinite;
    transform: translateX(24px);
  }
  .header-center-nav {
    display: none;
  }
  .header-actions {
    display: flex;
    gap: 0.75rem;
    flex: 1 1 auto;
    justify-content: center;
  }
  .header-actions .icon-link:not(.wishlist-toggle) {
    display: none !important;
  }
  .nav-links {
    display: none;
  }
  .category-strip {
    padding: 0.5rem 2.2rem 0.9rem;
  }
  .drawer-subservices {
    display: none;
  }
  .drawer-category.is-open .drawer-subservices {
    display: grid;
  }
}

@media (max-width: 900px) {
  .header-top-inner {
    justify-content: center;
  }
  .header-top-left {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .header-top-left .header-rotator {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
    text-align: center;
  }
  .header-icons-standalone {
    position: static;
    padding: 0.5rem 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-icons-wrapper {
    padding: 0.4rem 0.8rem;
    margin: 0 auto;
  }
  .header-top-icons {
    gap: 0.4rem;
  }
  .header-icon {
    width: 36px;
    height: 36px;
  }
  .header-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .header-top-inner,
  .header-main {
    padding: 0.8rem 1rem;
  }
  .header-icons-standalone {
    padding: 0.4rem 0.8rem;
  }
  .header-top-icons {
    gap: 0.3rem;
  }
  .header-icon {
    width: 32px;
    height: 32px;
  }
  .header-icon svg {
    width: 16px;
    height: 16px;
  }
  .header-top-left {
    font-size: 0.85rem;
    justify-content: center;
    text-align: center;
  }
  .header-top-left .header-rotator {
    font-size: 0.8rem;
    text-align: center;
  }
  .site-header::before {
    opacity: 1;
    inset: -30% -20% -30% -20%;
    will-change: auto;
  }
  .site-header::after {
    opacity: 0.7;
    inset: -30% -20% -30% -20%;
    will-change: auto;
  }
  .wishlist-help-popup {
    width: 95vw !important;
    padding: 1rem;
  }
  .wishlist-help-popup-content {
    width: 100%;
  }
  .wishlist-help-popup h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }
  .wishlist-help-step {
    padding: 0.85rem;
  }
  .wishlist-help-step strong {
    font-size: 1rem;
  }
  .search-toggle {
    width: 36px;
    height: 36px;
    margin-left: 0.3rem;
  }
  .search-toggle svg {
    width: 16px;
    height: 16px;
  }
  .search-panel {
    max-height: 70vh;
  }
  .search-panel-header {
    padding: 1rem;
  }
  .search-input-wrapper {
    gap: 0.5rem;
  }
  #globalSearchInput {
    font-size: 1rem;
  }
  .search-results {
    padding: 1rem;
  }
  .logo-category-orbits {
    /* Constrain orbit container on mobile */
    max-width: 100vw;
    max-height: 100vh;
    overflow: visible;
  }
  .logo-category-orbit-item {
    /* Ensure items stay within viewport on mobile */
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }
  .logo-category-orbit-item a {
    width: 40px;
    height: 40px;
  }
  .logo-category-orbit-item a:hover {
    width: auto;
    padding: 0 10px;
    max-width: calc(100vw - 40px);
  }
  .orbit-icon {
    font-size: 20px;
  }
  .logo-category-orbit-item a:hover .orbit-icon {
    font-size: 20px;
  }
  .logo-category-orbit-item a:hover .orbit-label {
    max-width: calc(100vw - 100px);
  }
  .logo img {
    width: 116px;
    height: 116px;
  }
  .menu-toggle {
    position: absolute;
    left: 1rem;
  }
  .logo-wrap {
    justify-content: flex-end;
  }
}

@keyframes logoFloat {
  0%, 100% { transform: translateX(10px) translateY(0); }
  50% { transform: translateX(10px) translateY(-6px); }
}

@keyframes logoGlow {
  0%, 100% { box-shadow: 0 10px 22px rgba(196, 155, 99, 0.18); }
  50% { box-shadow: 0 16px 34px rgba(212, 171, 115, 0.45); }
}

@media (min-width: 901px) {
  .drawer-category-toggle {
    display: none;
  }
}
