/* Synaptic Impact – final shared header cascade.
   Loaded last so legacy page styles cannot override the unified header. */

html body:has(.site-header.si-header-organic){
  padding-top:0!important;
}

/* Mobile drawer integration: final cascade authority. */
@media (max-width:767px){
  html body .site-header.si-header-organic,
  html body.page-synset .site-header.si-header-organic{
    position:sticky!important;
    top:0!important;
    z-index:1000!important;
    min-height:78px!important;
    padding:0!important;
  }

  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav,
  html body.page-synset .site-header.si-header-organic .main-nav,
  html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    min-height:78px!important;
    margin:0!important;
    padding:max(10px,env(safe-area-inset-top)) 15px 10px!important;
  }

  html body .site-header.si-header-organic .si-brand-cluster,
  html body.page-synset .site-header.si-header-organic .si-brand-cluster{
    grid-column:1!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    align-items:center!important;
    gap:11px!important;
    min-width:0!important;
  }

  html body .site-header.si-header-organic .brand,
  html body.page-synset .site-header.si-header-organic .brand{
    grid-column:1!important;
    grid-row:1!important;
    width:54px!important;
    min-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    margin:0!important;
  }

  html body .site-header.si-header-organic .brand-logo-shell,
  html body .site-header.si-header-organic .brand-logo,
  html body.page-synset .site-header.si-header-organic .brand-logo-shell,
  html body.page-synset .site-header.si-header-organic .brand-logo{
    width:54px!important;
    min-width:54px!important;
    height:54px!important;
    min-height:54px!important;
  }

  html body .site-header.si-header-organic .si-brand-copy,
  html body:not(.page-index) .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-brand-copy{
    grid-column:2!important;
    grid-row:1!important;
    align-items:flex-start!important;
    min-width:0!important;
  }

  html body .site-header.si-header-organic .si-brand-label,
  html body.page-synset .site-header.si-header-organic .si-brand-label{
    width:min(100%,187px)!important;
  }

  html body .site-header.si-header-organic .si-brand-label-image,
  html body.page-synset .site-header.si-header-organic .si-brand-label-image{
    width:100%!important;
    max-height:none!important;
    object-position:left center!important;
  }

  html body .site-header.si-header-organic .si-brand-tagline,
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{
    margin:4px 0 0!important;
    font-size:8.5px!important;
    letter-spacing:.08em!important;
    text-align:left!important;
  }

  html body .site-header.si-header-organic .nav-links,
  html body .site-header.si-header-organic .si-nav-pills,
  html body .site-header.si-header-organic .si-monster-socials,
  html body.page-synset .site-header.si-header-organic .nav-links,
  html body.page-synset .site-header.si-header-organic .si-nav-pills,
  html body.page-synset .site-header.si-header-organic .si-monster-socials,
  html body.page-index .site-header.si-header-organic .brand-logo-replay{
    display:none!important;
  }

  html body .site-header.si-header-organic .si-mobile-menu-toggle,
  html body.page-synset .site-header.si-header-organic .si-mobile-menu-toggle{
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    align-self:center!important;
    justify-self:end!important;
  }

  html body .site-header.si-header-organic .brand-logo-shell,
  html body.page-synset .site-header.si-header-organic .brand-logo-shell{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:17px!important;
  }

  html body .site-header.si-header-organic .brand-logo,
  html body.page-synset .site-header.si-header-organic .brand-logo{
    position:static!important;
    inset:auto!important;
    display:block!important;
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
    margin:0!important;
    padding:0!important;
    border-radius:17px!important;
    object-fit:cover!important;
    transform:none!important;
  }

  html body .site-header.si-header-organic .si-brand-copy,
  html body:not(.page-index) .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-brand-copy{
    justify-self:start!important;
    width:min(100%,187px)!important;
    height:auto!important;
  }

  html body .site-header.si-header-organic .si-brand-label,
  html body.page-synset .site-header.si-header-organic .si-brand-label{
    width:187px!important;
    max-width:100%!important;
    height:auto!important;
  }

  html body .site-header.si-header-organic .si-brand-label-image,
  html body.page-synset .site-header.si-header-organic .si-brand-label-image{
    width:187px!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:left center!important;
    transform:none!important;
  }

  html body .site-header.si-header-organic .si-brand-tagline,
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{
    width:187px!important;
    max-width:100%!important;
    height:auto!important;
    margin:4px 0 0!important;
    overflow:hidden!important;
    font-size:9px!important;
    line-height:1.2!important;
    text-align:left!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  html body .site-header.si-header-organic .si-mobile-menu-toggle,
  html body.page-synset .site-header.si-header-organic .si-mobile-menu-toggle{
    border-radius:16px!important;
  }
}

html body .site-header.si-header-organic{
  position:sticky!important;
  top:0!important;
  width:100%!important;
  margin:0!important;
  padding:4px 0 0!important;
  border:0!important;
  border-bottom:1px solid rgba(155,92,255,.26)!important;
  background:
    radial-gradient(circle at 14% 50%,rgba(191,255,0,.09),transparent 27%),
    radial-gradient(circle at 86% 50%,rgba(100,234,255,.09),transparent 29%),
    linear-gradient(180deg,rgba(7,8,20,.42),rgba(5,7,17,.26))!important;
  box-shadow:0 14px 42px rgba(0,0,0,.16),0 1px 0 rgba(255,255,255,.07) inset!important;
  backdrop-filter:blur(4px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(4px) saturate(1.08)!important;
  overflow:visible!important;
}

html body .site-header.si-header-organic::before{content:none!important;display:none!important}
html body .site-header.si-header-organic::after{
  content:""!important;display:block!important;position:absolute!important;z-index:20!important;
  left:0!important;right:0!important;top:0!important;height:4px!important;pointer-events:none!important;
  background:linear-gradient(90deg,#bfff00 0%,#64eaff 27%,#9b5cff 52%,#ff2bd6 76%,#bfff00 100%)!important;
  box-shadow:0 0 12px rgba(100,234,255,.5),0 0 22px rgba(255,43,214,.28)!important;
}

html body .si-global-music-link{
  position:fixed!important;
  z-index:8!important;
  left:var(--si-music-left,50%)!important;
  top:var(--si-music-top,50%)!important;
  display:block!important;
  width:calc(var(--si-music-size,130px) * 1.18)!important;
  min-width:86px!important;
  max-width:190px!important;
  aspect-ratio:3 / 2!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  transform:translate(-50%,-50%) scale(.92)!important;
  transform-origin:center!important;
  cursor:pointer!important;
  text-decoration:none!important;
  animation:si-global-music-pulse 2.8s ease-in-out infinite!important;
  transition:transform .22s ease,filter .22s ease!important;
  isolation:isolate!important;
}

/* The decorative background portal must never cover legal copy. */
html body.legal-page .si-global-music-link{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body .si-global-music-link::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:-16%!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,255,255,.7) 0%,rgba(100,234,255,.48) 18%,rgba(224,76,255,.34) 40%,rgba(191,255,0,.18) 58%,transparent 74%)!important;
  box-shadow:0 0 24px rgba(100,234,255,.58),0 0 55px rgba(224,76,255,.44),0 0 84px rgba(191,255,0,.24)!important;
  filter:blur(4px)!important;
  animation:si-global-music-ring 2.8s ease-out infinite!important;
}
html body .si-global-music-link picture,
html body .si-global-music-link img{
  display:block!important;width:100%!important;height:100%!important;
}
html body .si-global-music-link img{
  object-fit:contain!important;border:0!important;background:transparent!important;
  filter:drop-shadow(0 0 9px rgba(255,43,214,.7)) drop-shadow(0 0 22px rgba(100,234,255,.5))!important;
  -webkit-filter:drop-shadow(0 0 9px rgba(255,43,214,.7)) drop-shadow(0 0 22px rgba(100,234,255,.5))!important;
}
html body .si-global-music-link:hover,
html body .si-global-music-link:focus-visible{
  transform:translate(-50%,-50%) scale(1.08)!important;
  outline:2px solid rgba(191,255,0,.9)!important;
  outline-offset:5px!important;
}
@keyframes si-global-music-pulse{
  0%,100%{transform:translate(-50%,-50%) scale(.9);filter:brightness(.95)}
  50%{transform:translate(-50%,-50%) scale(1.03);filter:brightness(1.18)}
}
@keyframes si-global-music-ring{
  0%,100%{opacity:.58;transform:scale(.82)}
  50%{opacity:1;transform:scale(1.14)}
}

html body.page-index .si-glow-music-button:hover,
html body.page-index .si-glow-music-button:focus-visible{
  outline:2px solid #bfff00!important;
  outline-offset:5px!important;
  border-radius:50%!important;
}

html body .site-header.si-header-organic .main-nav,
html body .site-header.si-header-organic.si-header-has-back .main-nav{
  position:relative!important;z-index:10!important;display:grid!important;
  grid-template-columns:minmax(500px,560px) minmax(0,1fr) minmax(268px,auto)!important;
  align-items:center!important;gap:clamp(18px,2vw,36px)!important;
  width:min(calc(100% - 48px),1740px)!important;max-width:1740px!important;
  min-height:104px!important;height:auto!important;margin:0 auto!important;padding:12px 0!important;
  box-sizing:border-box!important;
}

html body .site-header.si-header-organic .si-brand-cluster{
  display:contents!important;
}
html body .site-header.si-header-organic .brand,
html body .site-header.si-header-organic .brand:visited{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:86px!important;min-width:86px!important;height:86px!important;min-height:86px!important;
  flex:0 0 86px!important;margin:0!important;padding:0!important;background:transparent!important;
}
html body .site-header.si-header-organic .brand-logo-shell{
  position:relative!important;display:grid!important;place-items:center!important;isolation:isolate!important;
  width:86px!important;height:86px!important;min-width:86px!important;min-height:86px!important;
  box-sizing:border-box!important;
  border:3px solid transparent!important;
  border-radius:50%!important;
  background:
    linear-gradient(rgba(5,7,17,.98),rgba(5,7,17,.98)) padding-box,
    conic-gradient(from 215deg,#bfff00,#64eaff,#735cff,#ff2bd6,#ff9b2f,#bfff00) border-box!important;
  box-shadow:0 0 12px rgba(100,234,255,.2),0 0 18px rgba(255,43,214,.12)!important;
}
html body:not(.page-index):not(.page-welcome) .site-header.si-header-organic .brand-logo-shell::before{
  content:""!important;position:absolute!important;z-index:0!important;inset:7px!important;
  border-radius:50%!important;pointer-events:none!important;
  background:radial-gradient(circle,rgba(218,255,54,.72) 0%,rgba(191,255,0,.48) 48%,rgba(191,255,0,.18) 68%,transparent 76%)!important;
  box-shadow:0 0 17px rgba(207,255,42,.7),0 0 36px rgba(191,255,0,.52)!important;
  filter:blur(6px)!important;opacity:0!important;transform:scale(.72)!important;
  transition:opacity .22s ease,transform .22s ease!important;
}
html body .site-header.si-header-organic .brand-logo{
  position:relative!important;z-index:1!important;transition:transform .22s ease,filter .22s ease!important;
}
html body .site-header.si-header-organic .brand-logo-video{
  position:absolute!important;z-index:2!important;inset:3px!important;
  display:block!important;width:calc(100% - 6px)!important;height:calc(100% - 6px)!important;
  border:0!important;border-radius:50%!important;background:#050711!important;
  object-fit:cover!important;opacity:1!important;
  transition:opacity .35s ease!important;
}
html body .site-header.si-header-organic .brand-logo-shell.is-finished .brand-logo-video{
  opacity:0!important;pointer-events:none!important;
}
html body.page-index .site-header.si-header-organic .brand-logo-shell.is-finished{
  cursor:pointer!important;
}
html body.page-index .site-header.si-header-organic .brand-logo-replay{
  grid-column:1!important;
  grid-row:2!important;
  align-self:center!important;
  justify-self:center!important;
  display:none!important;
  min-height:22px!important;
  margin:0!important;
  padding:4px 9px!important;
  border:1px solid rgba(191,255,0,.78)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(155,92,255,.22),rgba(255,43,214,.14))!important;
  color:#f8f5ff!important;
  font:800 .58rem/1 Inter,Arial,sans-serif!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  box-shadow:0 0 14px rgba(191,255,0,.16),0 0 22px rgba(155,92,255,.16)!important;
  cursor:pointer!important;
}
html body.page-index .site-header.si-header-organic .brand-logo-replay.is-visible{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html body.page-index .site-header.si-header-organic .brand-logo-replay:hover,
html body.page-index .site-header.si-header-organic .brand-logo-replay:focus-visible{
  border-color:#bfff00!important;
  background:linear-gradient(135deg,rgba(191,255,0,.19),rgba(155,92,255,.25))!important;
  box-shadow:0 0 18px rgba(191,255,0,.42),0 0 30px rgba(155,92,255,.22)!important;
  outline:none!important;
}
html body.page-index .site-header.si-header-organic .brand-logo-shell.is-sound-blocked::after{
  content:"Sound"!important;
  position:absolute!important;z-index:4!important;left:50%!important;bottom:8px!important;
  display:block!important;transform:translateX(-50%)!important;
  padding:4px 8px!important;border:1px solid rgba(191,255,0,.85)!important;border-radius:999px!important;
  background:rgba(5,7,17,.86)!important;color:#d8ff4a!important;
  font:800 .62rem/1 Inter,Arial,sans-serif!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  box-shadow:0 0 12px rgba(191,255,0,.45)!important;pointer-events:none!important;
}
html body:not(.page-index):not(.page-welcome) .site-header.si-header-organic .brand:hover .brand-logo-shell::before,
html body:not(.page-index):not(.page-welcome) .site-header.si-header-organic .brand:focus-visible .brand-logo-shell::before{
  opacity:1!important;transform:scale(1.36)!important;
}
html body:not(.page-index):not(.page-welcome) .site-header.si-header-organic .brand:hover .brand-logo,
html body:not(.page-index):not(.page-welcome) .site-header.si-header-organic .brand:focus-visible .brand-logo{
  transform:translateY(-2px) scale(1.055)!important;
  filter:drop-shadow(0 0 8px rgba(218,255,54,.94)) drop-shadow(0 0 18px rgba(191,255,0,.7))!important;
  -webkit-filter:drop-shadow(0 0 8px rgba(218,255,54,.94)) drop-shadow(0 0 18px rgba(191,255,0,.7))!important;
}
html body:not(.page-index):not(.page-welcome) .site-header.si-header-organic .brand:focus-visible{
  outline:2px solid #c9ff24!important;outline-offset:5px!important;border-radius:50%!important;
}
html body .site-header.si-header-organic .si-brand-copy{
  display:flex!important;flex-direction:column!important;justify-content:space-between!important;
  align-self:flex-start!important;width:auto!important;height:86px!important;
  gap:0!important;min-width:0!important;padding:0!important;overflow:visible!important;
}
html body .site-header.si-header-organic .si-brand-label{
  display:block!important;
  font-family:Impact,"Arial Black","Franklin Gothic Heavy",fantasy!important;
  font-size:clamp(2.05rem,2.55vw,2.75rem)!important;line-height:.84!important;
  font-weight:900!important;font-style:normal!important;letter-spacing:.018em!important;
  color:#c9ff24!important;
  background:linear-gradient(180deg,#efff62 0%,#c8ff18 34%,#aeea00 62%,#ffd33d 83%,#ff8a2a 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  -webkit-text-stroke:.65px rgba(19,13,4,.9)!important;
  text-shadow:1px 2px 0 rgba(26,4,34,.96),0 0 8px rgba(191,255,0,.38),0 0 17px rgba(255,173,39,.16)!important;
  white-space:nowrap!important;transform:rotate(-1deg)!important;transform-origin:left center!important;
}
html body .site-header.si-header-organic .si-brand-label-image{
  display:none!important;
}
html body .site-header.si-header-organic .si-brand-tagline{
  color:rgba(246,242,255,.72)!important;font-size:clamp(.72rem,.72vw,.84rem)!important;font-weight:800!important;
  line-height:1!important;letter-spacing:.075em!important;text-transform:uppercase!important;
  margin:0 0 1px!important;
  white-space:nowrap!important;
}

html body .site-header.si-header-organic .main-nav{
  grid-template-columns:205px minmax(0,1fr) 268px!important;
  align-items:center!important;gap:16px 28px!important;
}
html body .site-header.si-header-organic .si-brand-copy{
  grid-column:2!important;grid-row:1!important;
  justify-self:stretch!important;align-self:center!important;
  width:100%!important;height:auto!important;gap:0!important;
}
html body .site-header.si-header-organic .brand,
html body .site-header.si-header-organic .brand-logo-shell{
  grid-column:1!important;grid-row:1!important;justify-self:start!important;
  width:205px!important;min-width:205px!important;height:205px!important;min-height:205px!important;
  flex-basis:205px!important;
}
html body .site-header.si-header-organic .si-brand-label{
  width:100%!important;line-height:0!important;background:none!important;
  -webkit-text-stroke:0!important;text-shadow:none!important;transform:none!important;overflow:visible!important;
}
html body .site-header.si-header-organic .si-brand-label-text{
  display:none!important;
}
html body .site-header.si-header-organic .si-brand-label-image{
  display:block!important;width:100%!important;max-width:none!important;
  height:clamp(150px,13vw,265px)!important;
  border:0!important;background:transparent!important;object-fit:fill!important;object-position:left top!important;
  filter:none!important;
  -webkit-filter:none!important;
  overflow:visible!important;
}
html body .site-header.si-header-organic .si-brand-tagline{
  align-self:flex-start!important;text-align:left!important;
  font-size:clamp(.86rem,.94vw,1.08rem)!important;
  margin:clamp(-1.6rem,-1.45vw,-1rem) 0 0!important;
  padding-left:3.45%!important;
}
html body .site-header.si-header-organic .nav-links,
html body .site-header.si-header-organic .si-nav-pills{
  grid-column:2!important;
  grid-row:2!important;
}

html body .site-header.si-header-organic .nav-links,
html body .site-header.si-header-organic .si-nav-pills{
  display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;
  gap:7px!important;width:100%!important;min-width:0!important;margin:0!important;padding:10px!important;
  box-sizing:border-box!important;border:1px solid rgba(155,92,255,.34)!important;border-radius:24px!important;
  background:linear-gradient(180deg,rgba(18,12,35,.9),rgba(7,5,18,.96))!important;
  box-shadow:0 12px 32px rgba(0,0,0,.3) inset,0 0 26px rgba(155,92,255,.08)!important;
}
html body .site-header.si-header-organic .nav-links a,
html body .site-header.si-header-organic .si-nav-pills a{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  flex:1 1 0!important;
  min-height:44px!important;padding:10px clamp(13px,1vw,20px)!important;
  border:1px solid transparent!important;border-radius:16px!important;background:transparent!important;
  color:rgba(246,242,255,.82)!important;font-size:clamp(1rem,1vw,1.22rem)!important;
  font-weight:800!important;line-height:1.1!important;white-space:nowrap!important;
  box-shadow:none!important;transform:none!important;
  transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
html body .site-header.si-header-organic .nav-links a:hover,
html body .site-header.si-header-organic .nav-links a:focus-visible{
  color:#fff!important;border-color:transparent!important;background:rgba(155,92,255,.12)!important;
  box-shadow:0 0 18px rgba(155,92,255,.16)!important;transform:translateY(-1px)!important;
}
html body .site-header.si-header-organic .nav-links a.active{
  color:#fff!important;border-color:rgba(255,43,214,.5)!important;
  background:linear-gradient(135deg,rgba(155,92,255,.2),rgba(255,43,214,.12))!important;
  box-shadow:0 0 20px rgba(255,43,214,.14),0 0 12px rgba(100,234,255,.08) inset!important;
}

html body .site-header.si-header-organic .si-monster-socials{
  grid-column:3!important;grid-row:1!important;
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  gap:12px!important;min-width:268px!important;margin:0!important;overflow:visible!important;
}
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link,
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:hover,
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:focus,
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:focus-visible{
  position:relative!important;display:grid!important;place-items:center!important;
  width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important;
  padding:0!important;margin:0!important;border:0!important;outline:0!important;border-radius:50%!important;
  box-sizing:border-box!important;
  border:3px solid transparent!important;
  background:
    linear-gradient(rgba(5,7,17,.98),rgba(5,7,17,.98)) padding-box,
    conic-gradient(from 215deg,#bfff00,#64eaff,#735cff,#ff2bd6,#ff9b2f,#bfff00) border-box!important;
  overflow:visible!important;
  box-shadow:0 0 11px rgba(100,234,255,.2),0 0 17px rgba(255,43,214,.13)!important;
  transform:none!important;filter:none!important;isolation:isolate!important;
}
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link::before{
  content:""!important;display:block!important;position:absolute!important;inset:5px!important;z-index:0!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(213,255,45,.62) 0%,rgba(191,255,0,.44) 48%,rgba(191,255,0,.2) 67%,transparent 75%)!important;
  box-shadow:0 0 16px rgba(207,255,42,.72),0 0 34px rgba(191,255,0,.58)!important;
  filter:blur(6px)!important;
  opacity:0!important;transform:scale(.75)!important;
  transition:opacity .22s ease,transform .22s ease!important;
}
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link::after{
  content:none!important;display:none!important;
}
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link img{
  position:absolute!important;z-index:1!important;display:block!important;left:50%!important;top:50%!important;
  width:134px!important;min-width:134px!important;max-width:none!important;
  height:89px!important;min-height:89px!important;max-height:none!important;
  object-fit:fill!important;border-radius:0!important;background:transparent!important;
  clip-path:ellipse(22.2% 33.2% at 50% 50%)!important;
  -webkit-clip-path:ellipse(22.2% 33.2% at 50% 50%)!important;
  box-shadow:none!important;transform:translate(-50%,-50%) scale(1)!important;filter:none!important;
  -webkit-filter:none!important;transition:transform .22s ease,filter .22s ease!important;
}
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:hover::before,
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:focus-visible::before{
  opacity:1!important;transform:scale(1.45)!important;
}
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:hover img,
html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:focus-visible img{
  transform:translate(-50%,calc(-50% - 2px)) scale(1.08)!important;
  filter:drop-shadow(0 0 8px rgba(213,255,45,.95)) drop-shadow(0 0 19px rgba(191,255,0,.82))!important;
  -webkit-filter:drop-shadow(0 0 8px rgba(213,255,45,.95)) drop-shadow(0 0 19px rgba(191,255,0,.82))!important;
}

@media(max-width:1400px){
  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav{
    grid-template-columns:205px minmax(0,1fr) 268px!important;gap:12px 22px!important;
  }
  html body .site-header.si-header-organic .nav-links,
  html body .site-header.si-header-organic .si-nav-pills{
    grid-column:2!important;grid-row:2!important;
  }
}

@media(max-width:720px){
  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav{
    grid-template-columns:1fr!important;width:min(calc(100% - 24px),1740px)!important;
    gap:12px!important;padding:12px 0 14px!important;
  }
  html body .site-header.si-header-organic .si-brand-copy{
    grid-column:1!important;grid-row:auto!important;
    width:100%!important;height:auto!important;gap:.75em!important;
  }
  html body .site-header.si-header-organic .brand{
    grid-column:1!important;grid-row:auto!important;justify-self:center!important;
  }
  html body .site-header.si-header-organic .brand,
  html body .site-header.si-header-organic .brand-logo-shell{
    width:clamp(82px,20.5vw,148px)!important;min-width:clamp(82px,20.5vw,148px)!important;
    height:clamp(82px,20.5vw,148px)!important;min-height:clamp(82px,20.5vw,148px)!important;
    flex-basis:clamp(82px,20.5vw,148px)!important;
  }
  html body .site-header.si-header-organic .si-brand-label{
    font-size:clamp(2rem,7.2vw,3rem)!important;
  }
  html body .site-header.si-header-organic .si-brand-label-image{
    height:clamp(92px,22vw,145px)!important;
  }
  html body .site-header.si-header-organic .si-brand-tagline{
    font-size:.66rem!important;white-space:normal!important;
  }
  html body .site-header.si-header-organic .si-monster-socials{
    grid-column:1!important;grid-row:auto!important;
    justify-content:center!important;min-width:0!important;
  }
  html body .site-header.si-header-organic .nav-links,
  html body .site-header.si-header-organic .si-nav-pills{
    grid-column:1!important;grid-row:auto!important;
  }
  html body.page-index .site-header.si-header-organic .brand-logo-replay{
    grid-column:1!important;
    grid-row:auto!important;
  }
}

@media(max-width:480px){
  html body .site-header.si-header-organic .brand,
  html body .site-header.si-header-organic .brand-logo-shell{
    width:62px!important;min-width:62px!important;height:62px!important;min-height:62px!important;flex-basis:62px!important;
  }
  html body .site-header.si-header-organic .si-brand-copy{height:62px!important}
  html body .site-header.si-header-organic .si-brand-label{font-size:clamp(1.45rem,7vw,2.05rem)!important}
  html body .site-header.si-header-organic .si-brand-tagline{font-size:.58rem!important}
  html body .site-header.si-header-organic .si-brand-copy{
    width:100%!important;height:auto!important;
  }
  html body .site-header.si-header-organic .brand,
  html body .site-header.si-header-organic .brand-logo-shell{
    width:92px!important;min-width:92px!important;height:92px!important;min-height:92px!important;flex-basis:92px!important;
  }
  html body .site-header.si-header-organic .si-brand-label{
    font-size:clamp(1.65rem,7.5vw,2.2rem)!important;
  }
  html body .site-header.si-header-organic .si-brand-label-image{
    height:88px!important;
  }
  html body .site-header.si-header-organic .si-brand-tagline{white-space:normal!important}
  html body .site-header.si-header-organic .si-monster-socials{gap:9px!important}
  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link,
  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:hover,
  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link:focus-visible{
    width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;
  }
  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link img{
    width:94px!important;min-width:94px!important;height:63px!important;min-height:63px!important;
  }
}

/* SynSet used to ship a separate header layout. Keep it identical to the
   shared site header, including the circular home-logo glow. */
html body.page-synset .site-header.si-header-organic,
html body.page-synset .site-header.si-header-organic.si-header-has-back{
  position:sticky!important;top:0!important;width:100%!important;
  margin:0!important;padding:4px 0 0!important;
  border:0!important;border-bottom:1px solid rgba(155,92,255,.26)!important;
  background:
    radial-gradient(circle at 14% 50%,rgba(191,255,0,.09),transparent 27%),
    radial-gradient(circle at 86% 50%,rgba(100,234,255,.09),transparent 29%),
    linear-gradient(180deg,rgba(7,8,20,.42),rgba(5,7,17,.26))!important;
  box-shadow:0 14px 42px rgba(0,0,0,.16),0 1px 0 rgba(255,255,255,.07) inset!important;
  backdrop-filter:blur(4px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(4px) saturate(1.08)!important;
  overflow:visible!important;
}
html body.page-synset .site-header.si-header-organic::before{
  content:none!important;display:none!important;
}
html body.page-synset .site-header.si-header-organic .main-nav,
html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
  position:relative!important;z-index:10!important;display:grid!important;
  grid-template-columns:205px minmax(0,1fr) 268px!important;
  align-items:center!important;gap:16px 28px!important;
  width:min(calc(100% - 48px),1740px)!important;max-width:1740px!important;
  min-height:104px!important;height:auto!important;margin:0 auto!important;padding:12px 0!important;
  box-sizing:border-box!important;overflow:visible!important;
}
html body.page-synset .site-header.si-header-organic .si-brand-cluster{
  display:contents!important;
}
html body.page-synset .site-header.si-header-organic .brand{
  grid-column:1!important;grid-row:1!important;justify-self:start!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:205px!important;min-width:205px!important;height:205px!important;min-height:205px!important;
  margin:0!important;padding:0!important;background:transparent!important;border-radius:50%!important;
}
html body.page-synset .site-header.si-header-organic .brand-logo-shell{
  position:relative!important;display:grid!important;place-items:center!important;isolation:isolate!important;
  width:205px!important;min-width:205px!important;height:205px!important;min-height:205px!important;
  box-sizing:border-box!important;border:3px solid transparent!important;border-radius:50%!important;
  background:
    linear-gradient(rgba(5,7,17,.98),rgba(5,7,17,.98)) padding-box,
    conic-gradient(from 215deg,#bfff00,#64eaff,#735cff,#ff2bd6,#ff9b2f,#bfff00) border-box!important;
  box-shadow:0 0 12px rgba(100,234,255,.2),0 0 18px rgba(255,43,214,.12)!important;
  overflow:visible!important;
}
html body.page-synset .site-header.si-header-organic .brand-logo{
  position:relative!important;z-index:1!important;display:block!important;
  width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;
  object-fit:contain!important;clip-path:none!important;-webkit-clip-path:none!important;
  border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;
}
html body.page-synset .site-header.si-header-organic .si-brand-copy{
  grid-column:2!important;grid-row:1!important;justify-self:stretch!important;align-self:center!important;
  display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;
  min-width:0!important;gap:0!important;padding:0!important;overflow:visible!important;
}
html body.page-synset .site-header.si-header-organic .si-brand-label{
  display:block!important;width:100%!important;font-size:inherit!important;line-height:0!important;
  letter-spacing:normal!important;text-transform:none!important;background:none!important;
  -webkit-text-stroke:0!important;text-shadow:none!important;transform:none!important;overflow:visible!important;
}
html body.page-synset .site-header.si-header-organic .si-brand-label-image{
  display:block!important;width:100%!important;max-width:none!important;
  height:clamp(150px,13vw,265px)!important;object-fit:fill!important;object-position:left top!important;
}
html body.page-synset .site-header.si-header-organic .si-brand-tagline{
  align-self:flex-start!important;margin:clamp(-1.6rem,-1.45vw,-1rem) 0 0!important;
  padding-left:3.45%!important;text-align:left!important;
  font-size:clamp(.86rem,.94vw,1.08rem)!important;white-space:nowrap!important;
}
html body.page-synset .site-header.si-header-organic .si-monster-socials{
  grid-column:3!important;grid-row:1!important;justify-content:flex-end!important;
  min-width:268px!important;margin:0!important;
}
html body.page-synset .site-header.si-header-organic .nav-links,
html body.page-synset .site-header.si-header-organic .si-nav-pills{
  grid-column:2!important;grid-row:2!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;
  gap:7px!important;width:100%!important;margin:0!important;padding:10px!important;
  border:1px solid rgba(155,92,255,.34)!important;border-radius:24px!important;
  background:linear-gradient(180deg,rgba(18,12,35,.9),rgba(7,5,18,.96))!important;
}
html body.page-synset .site-header.si-header-organic .nav-links a,
html body.page-synset .site-header.si-header-organic .si-nav-pills a{
  flex:1 1 0!important;
  min-height:44px!important;padding:10px clamp(13px,1vw,20px)!important;
  border:1px solid transparent!important;border-radius:16px!important;background:transparent!important;
  font-size:clamp(1rem,1vw,1.22rem)!important;font-weight:800!important;
}

@media(max-width:720px){
  html body.page-synset .site-header.si-header-organic .main-nav,
  html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
    grid-template-columns:1fr!important;width:min(calc(100% - 24px),1740px)!important;
    gap:12px!important;padding:12px 0 14px!important;
  }
  html body.page-synset .site-header.si-header-organic .brand{
    grid-column:1!important;grid-row:auto!important;justify-self:center!important;
  }
  html body.page-synset .site-header.si-header-organic .brand,
  html body.page-synset .site-header.si-header-organic .brand-logo-shell{
    width:clamp(82px,20.5vw,148px)!important;min-width:clamp(82px,20.5vw,148px)!important;
    height:clamp(82px,20.5vw,148px)!important;min-height:clamp(82px,20.5vw,148px)!important;
  }
  html body.page-synset .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-monster-socials,
  html body.page-synset .site-header.si-header-organic .nav-links,
  html body.page-synset .site-header.si-header-organic .si-nav-pills{
    grid-column:1!important;grid-row:auto!important;
  }
  html body.page-synset .site-header.si-header-organic .si-brand-copy{width:100%!important;gap:.75em!important}
  html body.page-synset .site-header.si-header-organic .si-brand-label-image{height:clamp(92px,22vw,145px)!important}
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{font-size:.66rem!important;white-space:normal!important}
  html body.page-synset .site-header.si-header-organic .si-monster-socials{justify-content:center!important;min-width:0!important}
}

@media(max-width:720px){
  html body .site-header.si-header-organic .si-brand-tagline,
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{
    margin-top:-.45rem!important;
    padding-left:3.45%!important;
  }
}

/* --------------------------------------------------------------------------
   Definitive responsive header
   Keep this block last: it intentionally replaces accumulated legacy mobile
   overrides on every PHP page, including SynSet.
   -------------------------------------------------------------------------- */
@media (max-width:1180px){
  html body .site-header.si-header-organic,
  html body.page-synset .site-header.si-header-organic{
    position:relative!important;
    top:auto!important;
    z-index:50000!important;
    overflow:visible!important;
  }

  html body .si-global-music-link{
    z-index:2!important;
  }

  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav,
  html body.page-synset .site-header.si-header-organic .main-nav,
  html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
    display:grid!important;
    grid-template-columns:clamp(112px,18vw,160px) minmax(0,1fr) clamp(190px,25vw,232px)!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    gap:8px 18px!important;
    width:min(calc(100% - 28px),1080px)!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:12px 0 14px!important;
    overflow:visible!important;
  }

  html body .site-header.si-header-organic .si-brand-cluster,
  html body.page-synset .site-header.si-header-organic .si-brand-cluster{
    display:contents!important;
  }

  html body .site-header.si-header-organic .brand,
  html body.page-synset .site-header.si-header-organic .brand{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:center!important;
    width:clamp(112px,18vw,160px)!important;
    min-width:clamp(112px,18vw,160px)!important;
    height:clamp(112px,18vw,160px)!important;
    min-height:clamp(112px,18vw,160px)!important;
  }

  html body .site-header.si-header-organic .brand-logo-shell,
  html body.page-synset .site-header.si-header-organic .brand-logo-shell{
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    min-height:100%!important;
  }

  html body .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-brand-copy{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    height:auto!important;
    min-width:0!important;
    gap:0!important;
  }

  html body .site-header.si-header-organic .si-brand-label-image,
  html body.page-synset .site-header.si-header-organic .si-brand-label-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:168px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  html body .site-header.si-header-organic .si-brand-tagline,
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{
    margin:-.15rem 0 0!important;
    padding:0!important;
    font-size:clamp(.68rem,1.45vw,.92rem)!important;
    line-height:1.2!important;
    text-align:left!important;
    white-space:normal!important;
  }

  html body .site-header.si-header-organic .si-monster-socials,
  html body.page-synset .site-header.si-header-organic .si-monster-socials{
    grid-column:3!important;
    grid-row:1!important;
    align-self:center!important;
    justify-self:end!important;
    justify-content:flex-end!important;
    min-width:0!important;
    gap:7px!important;
  }

  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link,
  html body.page-synset .site-header.si-header-organic .si-monster-socials .si-monster-social-link{
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    min-height:48px!important;
  }

  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link img,
  html body.page-synset .site-header.si-header-organic .si-monster-socials .si-monster-social-link img{
    width:106px!important;
    min-width:106px!important;
    height:71px!important;
    min-height:71px!important;
  }

  html body.page-index .site-header.si-header-organic .brand-logo-replay{
    grid-column:1!important;
    grid-row:2!important;
    align-self:start!important;
    justify-self:center!important;
    margin:0!important;
  }

  html body .site-header.si-header-organic .nav-links,
  html body .site-header.si-header-organic .si-nav-pills,
  html body.page-synset .site-header.si-header-organic .nav-links,
  html body.page-synset .site-header.si-header-organic .si-nav-pills{
    grid-column:2 / 4!important;
    grid-row:2!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:6px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:7px!important;
    overflow:visible!important;
  }

  html body .site-header.si-header-organic .nav-links a,
  html body .site-header.si-header-organic .si-nav-pills a,
  html body.page-synset .site-header.si-header-organic .nav-links a,
  html body.page-synset .site-header.si-header-organic .si-nav-pills a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:none!important;
    width:auto!important;
    min-width:0!important;
    min-height:38px!important;
    padding:7px 5px!important;
    font-size:clamp(.72rem,1.55vw,.92rem)!important;
    line-height:1.15!important;
    text-align:center!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
}

@media (max-width:600px) and (orientation:portrait){
  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav,
  html body.page-synset .site-header.si-header-organic .main-nav,
  html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    gap:8px!important;
    width:calc(100% - 20px)!important;
    padding:10px 0 12px!important;
  }

  html body .site-header.si-header-organic .brand,
  html body.page-synset .site-header.si-header-organic .brand{
    grid-column:1!important;
    grid-row:1!important;
    width:clamp(88px,25vw,112px)!important;
    min-width:clamp(88px,25vw,112px)!important;
    height:clamp(88px,25vw,112px)!important;
    min-height:clamp(88px,25vw,112px)!important;
  }

  html body.page-index .site-header.si-header-organic .brand-logo-replay{
    grid-column:1!important;
    grid-row:2!important;
    min-height:28px!important;
    padding:4px 12px!important;
    font-size:.68rem!important;
  }

  html body .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-brand-copy{
    grid-column:1!important;
    grid-row:3!important;
    align-items:center!important;
  }

  html body:not(.page-index) .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-brand-copy{
    grid-row:2!important;
  }

  html body .site-header.si-header-organic .si-brand-label-image,
  html body.page-synset .site-header.si-header-organic .si-brand-label-image{
    width:min(100%,560px)!important;
    max-height:none!important;
    object-position:center!important;
  }

  html body .site-header.si-header-organic .si-brand-tagline,
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{
    margin:-.1rem 0 0!important;
    font-size:clamp(.6rem,2.75vw,.78rem)!important;
    text-align:center!important;
  }

  html body .site-header.si-header-organic .nav-links,
  html body .site-header.si-header-organic .si-nav-pills,
  html body.page-synset .site-header.si-header-organic .nav-links,
  html body.page-synset .site-header.si-header-organic .si-nav-pills{
    grid-column:1!important;
    grid-row:4!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:5px!important;
    padding:7px!important;
    border-radius:20px!important;
  }

  html body:not(.page-index) .site-header.si-header-organic .nav-links,
  html body:not(.page-index) .site-header.si-header-organic .si-nav-pills,
  html body.page-synset .site-header.si-header-organic .nav-links,
  html body.page-synset .site-header.si-header-organic .si-nav-pills{
    grid-row:3!important;
  }

  html body .site-header.si-header-organic .nav-links a,
  html body .site-header.si-header-organic .si-nav-pills a,
  html body.page-synset .site-header.si-header-organic .nav-links a,
  html body.page-synset .site-header.si-header-organic .si-nav-pills a{
    grid-column:span 2!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    min-height:36px!important;
    padding:6px 4px!important;
    font-size:clamp(.66rem,3vw,.84rem)!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
  }

  html body .site-header.si-header-organic .nav-links a:nth-child(7),
  html body .site-header.si-header-organic .si-nav-pills a:nth-child(7),
  html body.page-synset .site-header.si-header-organic .nav-links a:nth-child(7),
  html body.page-synset .site-header.si-header-organic .si-nav-pills a:nth-child(7){
    grid-column:2 / span 2!important;
  }

  html body .site-header.si-header-organic .nav-links a:nth-child(8),
  html body .site-header.si-header-organic .si-nav-pills a:nth-child(8),
  html body.page-synset .site-header.si-header-organic .nav-links a:nth-child(8),
  html body.page-synset .site-header.si-header-organic .si-nav-pills a:nth-child(8){
    grid-column:4 / span 2!important;
  }

  html body .site-header.si-header-organic .si-monster-socials,
  html body.page-synset .site-header.si-header-organic .si-monster-socials{
    grid-column:1!important;
    grid-row:5!important;
    justify-self:center!important;
    justify-content:center!important;
    gap:10px!important;
  }

  html body:not(.page-index) .site-header.si-header-organic .si-monster-socials,
  html body.page-synset .site-header.si-header-organic .si-monster-socials{
    grid-row:4!important;
  }

  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link,
  html body.page-synset .site-header.si-header-organic .si-monster-socials .si-monster-social-link{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
  }

  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link img,
  html body.page-synset .site-header.si-header-organic .si-monster-socials .si-monster-social-link img{
    width:98px!important;
    min-width:98px!important;
    height:65px!important;
    min-height:65px!important;
  }
}

@media (max-width:950px) and (orientation:landscape) and (max-height:600px){
  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav,
  html body.page-synset .site-header.si-header-organic .main-nav,
  html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
    grid-template-columns:82px minmax(0,1fr) 184px!important;
    gap:5px 12px!important;
    width:calc(100% - 20px)!important;
    padding:6px 0 8px!important;
  }

  html body .site-header.si-header-organic .brand,
  html body.page-synset .site-header.si-header-organic .brand{
    width:78px!important;
    min-width:78px!important;
    height:78px!important;
    min-height:78px!important;
  }

  html body .site-header.si-header-organic .si-brand-label-image,
  html body.page-synset .site-header.si-header-organic .si-brand-label-image{
    max-height:78px!important;
  }

  html body .site-header.si-header-organic .si-brand-tagline,
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{
    font-size:.58rem!important;
  }

  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link,
  html body.page-synset .site-header.si-header-organic .si-monster-socials .si-monster-social-link{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
  }

  html body .site-header.si-header-organic .si-monster-socials .si-monster-social-link img,
  html body.page-synset .site-header.si-header-organic .si-monster-socials .si-monster-social-link img{
    width:86px!important;
    min-width:86px!important;
    height:57px!important;
    min-height:57px!important;
  }

  html body.page-index .site-header.si-header-organic .brand-logo-replay{
    min-height:22px!important;
    padding:2px 8px!important;
    font-size:.56rem!important;
  }

  html body .site-header.si-header-organic .nav-links,
  html body .site-header.si-header-organic .si-nav-pills,
  html body.page-synset .site-header.si-header-organic .nav-links,
  html body.page-synset .site-header.si-header-organic .si-nav-pills{
    grid-column:1 / -1!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    padding:4px!important;
    gap:3px!important;
  }

  html body .site-header.si-header-organic .nav-links a,
  html body .site-header.si-header-organic .si-nav-pills a,
  html body.page-synset .site-header.si-header-organic .nav-links a,
  html body.page-synset .site-header.si-header-organic .si-nav-pills a{
    min-height:28px!important;
    padding:3px!important;
    font-size:.68rem!important;
  }
}

/* Keep this override last: the drawer replaces every legacy mobile header grid. */
@media (max-width:767px){
  html body .site-header.si-header-organic,
  html body.page-synset .site-header.si-header-organic{
    min-height:78px!important;
    padding:0!important;
  }

  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav,
  html body.page-synset .site-header.si-header-organic .main-nav,
  html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    min-height:78px!important;
    margin:0!important;
    padding:max(10px,env(safe-area-inset-top)) 15px 10px!important;
  }

  html body .site-header.si-header-organic .si-brand-cluster,
  html body.page-synset .site-header.si-header-organic .si-brand-cluster{
    grid-column:1!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    align-items:center!important;
    gap:11px!important;
    min-width:0!important;
  }

  html body .site-header.si-header-organic .brand,
  html body.page-synset .site-header.si-header-organic .brand{
    grid-column:1!important;
    grid-row:1!important;
    width:54px!important;
    min-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    margin:0!important;
  }

  html body .site-header.si-header-organic .si-brand-copy,
  html body:not(.page-index) .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-brand-copy{
    grid-column:2!important;
    grid-row:1!important;
    align-items:flex-start!important;
    min-width:0!important;
  }

  html body .site-header.si-header-organic .nav-links,
  html body .site-header.si-header-organic .si-nav-pills,
  html body .site-header.si-header-organic .si-monster-socials,
  html body.page-synset .site-header.si-header-organic .nav-links,
  html body.page-synset .site-header.si-header-organic .si-nav-pills,
  html body.page-synset .site-header.si-header-organic .si-monster-socials,
  html body.page-index .site-header.si-header-organic .brand-logo-replay{
    display:none!important;
  }

  html body .site-header.si-header-organic .si-mobile-menu-toggle,
  html body.page-synset .site-header.si-header-organic .si-mobile-menu-toggle{
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    align-self:center!important;
    justify-self:end!important;
  }
}

/* Absolute final mobile geometry: prevent legacy logo stretching. */
@media (max-width:767px){
  html body .site-header.si-header-organic .main-nav,
  html body .site-header.si-header-organic.si-header-has-back .main-nav,
  html body.page-synset .site-header.si-header-organic .main-nav,
  html body.page-synset .site-header.si-header-organic.si-header-has-back .main-nav{
    grid-template-columns:minmax(0,1fr) 49px!important;
    justify-content:stretch!important;
    padding-left:8px!important;
    padding-right:12px!important;
  }

  html body .site-header.si-header-organic .si-brand-cluster,
  html body.page-synset .site-header.si-header-organic .si-brand-cluster{
    grid-template-columns:54px minmax(0,1fr)!important;
    justify-self:stretch!important;
    justify-content:stretch!important;
    width:auto!important;
    max-width:none!important;
    gap:8px!important;
  }

  html body .site-header.si-header-organic .brand,
  html body.page-synset .site-header.si-header-organic .brand{
    justify-content:flex-start!important;
  }

  html body .site-header.si-header-organic .brand-logo-shell,
  html body.page-synset .site-header.si-header-organic .brand-logo-shell{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:50%!important;
  }

  html body .site-header.si-header-organic .brand-logo,
  html body.page-synset .site-header.si-header-organic .brand-logo{
    position:static!important;
    inset:auto!important;
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
    margin:0!important;
    padding:0!important;
    border-radius:50%!important;
    object-fit:cover!important;
    transform:none!important;
  }

  html body .site-header.si-header-organic .si-brand-copy,
  html body:not(.page-index) .site-header.si-header-organic .si-brand-copy,
  html body.page-synset .site-header.si-header-organic .si-brand-copy{
    align-self:center!important;
    align-items:center!important;
    justify-self:center!important;
    width:min(100%,260px)!important;
    height:auto!important;
    transform:translateY(-2px)!important;
  }

  html body .site-header.si-header-organic .si-brand-label,
  html body.page-synset .site-header.si-header-organic .si-brand-label,
  html body .site-header.si-header-organic .si-brand-label-image,
  html body.page-synset .site-header.si-header-organic .si-brand-label-image{
    width:260px!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
  }

  html body .site-header.si-header-organic .si-brand-tagline,
  html body.page-synset .site-header.si-header-organic .si-brand-tagline{
    width:260px!important;
    max-width:100%!important;
    height:auto!important;
    margin:4px 0 0!important;
    overflow:hidden!important;
    font-size:8.5px!important;
    letter-spacing:.07em!important;
    line-height:1.2!important;
    text-align:center!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  html body .site-header.si-header-organic .si-mobile-menu-toggle,
  html body.page-synset .site-header.si-header-organic .si-mobile-menu-toggle{
    grid-template-columns:repeat(3,5px)!important;
    grid-template-rows:5px!important;
    place-content:center!important;
    gap:5px!important;
    border-radius:50%!important;
    background:linear-gradient(145deg,#df38d5,#ad27d2)!important;
  }

  html body .site-header.si-header-organic .si-mobile-menu-toggle span,
  html body .site-header.si-header-organic .si-mobile-menu-toggle::before,
  html body .site-header.si-header-organic .si-mobile-menu-toggle::after,
  html body.page-synset .site-header.si-header-organic .si-mobile-menu-toggle span,
  html body.page-synset .site-header.si-header-organic .si-mobile-menu-toggle::before,
  html body.page-synset .site-header.si-header-organic .si-mobile-menu-toggle::after{
    width:5px!important;
    height:5px!important;
    border-radius:50%!important;
  }
}
