<style>
  /* TaurusGrotesk Font Family - Regular & Italics */

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Thin.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-ThinItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Light.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-LightItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Regular.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Italic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
  }

    @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Medium.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }

    @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-MediumItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-MediumItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Bold.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-BoldItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Heavy.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-HeavyItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-HeavyItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
  }


  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Black.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-BlackItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
  }


/* Global font override */
html, body, p, h1, h2, h3, h4, h5, h6,
a, li, span, div, td, th, input, textarea, button,
.wsite-content,
.wsite-section,
.wsite-button,
.wsite-headline,
.wsite-subtitle,
.wsite-menu,
.wsite-menu-default a,
.wsite-image div,
.wsite-caption,
.wsite-footer,
.wsite-header,
.wsite-title,
.wsite-nav,
.wsite-form-label,
.wsite-form-input,
.wsite-social {
  font-family: 'TaurusGrotesk', sans-serif !important;
}

</style>



html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}

/* Responsive images except logo */
img:not(.logo):not(.footer-logo) {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block;
}



html.index-page {
  scroll-padding-top: 205px;
}

html.news-page {
  scroll-padding-top: 355px;
}

@media (max-width: 475px) {
  html.index-page,
  html.news-page {
    scroll-padding-top: 120px;
  }
}


:root {
     --bg: #212121;
      --text: #ffffff;
      --muted: #ededed;
    }

    body {
  margin: 0;
  font-family: 'TaurusGrotesk', sans-serif;
  font-weight: 100;
  background-color: var(--bg);
  color: var(--muted);
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: var(--bg);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 0px 20px;
      z-index: 1000;
      box-sizing: border-box;
    }

    .logo-long, .logo-square {
      display: block;
      height: 180px;
      max-width: 90%;
      object-fit: contain;
      margin-bottom: 0px;
    }

       .logo-square {
      display: none;
    }




    nav#menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    nav#menu a {
      color: var(--text);
      text-decoration: none;
      font-size: 1rem;
      white-space: nowrap;
    }

    main {
      padding-top: 180px;
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
    }

    section {
      padding: 60px 20px;
    }

    h1 {
      font-size: 2.5rem;
      color: var(--text);
      text-align: center;
      margin-bottom: 20px;
    }

 .iframe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .iframe-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .iframe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .iframe-grid {
    grid-template-columns: 1fr;
  }
}


    iframe {
      width: 100%;
      border: none;
    }

    footer {
      text-align: center;
      padding: 40px 20px;
      background: var(--bg);
      color: var(--muted);
      font-size: 0.9rem;
    }

  
.footer-logo {
  height: 80px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}



#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
  filter: brightness(0.8);
  transform: translateY(180px); /* shift matches full header height */
}

#bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.65;
  z-index: -1;
  pointer-events: none;
}


#footer-fade {
  position: fixed;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  z-index: 0;
}

#header-fade {
  background: linear-gradient(to bottom, #212121 0%, transparent 100%);
}

#footer-fade {
  bottom: 0;
  background: linear-gradient(to top, #212121 0%, transparent 100%);
}




#header-fade {
  position: fixed;
  left: 0;
  width: 100%;
  height: 7cap;
  background: linear-gradient(to bottom, #212121, transparent);
  z-index: 0;
  pointer-events: none;
}


    

    

      nav#menu a {
        display: inline-block;
        margin: 0px;
        white-space: normal;
      }
    }




  nav#menu a {
    font-size: 0.95rem;
  }

  .logo-square {
    height: 90px;
  }
}


/* Default visibility */
.logo-long {
  display: block;
}

.logo-square {
  display: none;
}

@media (max-width: 460px) {
  .logo-long {
    display: none !important;
  }
  .logo-square {
    display: block !important;
  }
  .logo-long {
    display: none;
  }

  .logo-square {
    display: block;
  }
}


html {
  overflow-y: scroll;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}


@media (min-width: 586px) {
  .logo-long {
    max-width: none;
  }
}

  html {
    scroll-padding-top: 205px;
  }

  @media (max-width: 475px) {
    html {
      scroll-padding-top: 120px;
    }
  }

:root {
      --bg: #212121;
      --text: #ffffff;
      --muted: #ededed;
      --accent: #0ff;
    }

    body {
      margin: 0;
      font-family: 'TaurusGrotesk', sans-serif;
      font-weight: 100;
      background-color: var(--bg);
      color: var(--muted);
      scroll-behavior: smooth;
      overflow-x: hidden;
      width: 100%;
      margin: 0 auto;
      padding: 60px 20px 20px 20px;
    }


  .topic {
    margin-bottom: 40px;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
  }
  .topic > a {
    font-size: 20px;
    text-decoration: none;
    color: cyan;
  }
  .topic-content a {
    color: cyan;
    text-decoration: underline;
    font-size: 16px; /* keep normal size for body links */
  }
  .topic-content {
    margin-top: 10px;
    font-size: 16px;
    color: #ddd;
  }
  .topic p {
    font-size: 14px;
    color: #aaa;
    margin-top: 5px;
  }

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: var(--bg);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 0 20px;
      z-index: 1000;
      box-sizing: border-box;
    }

    .logo-long,
    .logo-square {
      display: block;
      height: 180px;
      max-width: 90%;
      object-fit: contain;
      margin-bottom: 0;
    }

    .logo-square {
      display: none;
    }

    nav#menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    nav#menu a {
      color: var(--text);
      text-decoration: none;
      font-size: 1rem;
      white-space: nowrap;
    }

    nav#menu a.active {
      color: var(--accent);
      font-weight: bold;
    }

    main {
      padding-top: 200px;
      max-width: 1000px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
    }

    section {
      padding: 60px 20px;
      text-align: center;
    }

    h1 {
      font-size: 2.5rem;
      color: var(--text);
      margin-bottom: 20px;
    }

    p {
      font-size: 1.2rem;
      color: var(--muted);
      margin-bottom: 30px;
    }

    .btn {
      display: inline-block;
      padding: 12px 24px;
      background: var(--accent);
      color: #000;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      transition: background 0.3s;
    }

    .btn:hover {
      background: #00cccc;
    }

    #bg-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
      pointer-events: none;
      filter: brightness(0.8);
      transform: translateY(180px);
    }

    #bg-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--bg);
      opacity: 0.65;
      z-index: -1;
      pointer-events: none;
    }

    #footer-fade {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to top, #212121 0%, transparent 100%);
      pointer-events: none;
      z-index: 0;
    }

    #header-fade {
      position: fixed;
      left: 0;
      width: 100%;
      height: 7cap;
      background: linear-gradient(to bottom, #212121, transparent);
      margin-top: -1px;

      z-index: 0;
      pointer-events: none;
    }


    @media (max-width: 460px) {
      .logo-long {
        display: none !important;
      }
      .logo-square {
        display: block !important;
        height: 90px;
      }
      nav#menu a {
        font-size: 0.95rem;
      }
    }

    @media (min-width: 586px) {
  .logo-long {
    max-width: none;
  }
}


.jump-nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jump-nav-toggle {
  display: none;
}
.jump-nav-toggle:hover {
  background-color: var(--link);
  color: var(--bg);
}

.jump-nav-content {
  display: block;
  width: 100%;
  max-height: none;
  opacity: 1;
  pointer-events: auto;
}

.jump-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.jump-nav a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9rem;
}

.jump-nav a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .jump-nav-toggle {
    display: block;
    background-color: var(--bg);
    color: var(--text);
    border: 1px solid var(--accent);
    padding: 10px 15px;
    font-family: 'TaurusGrotesk', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    margin: 10px 0;
    width: 80%;
    max-width: 300px;
    text-align: center;
    box-sizing: border-box;
  }

  .jump-nav-toggle:hover {
    background-color: var(--accent);
    color: var(--bg);
  }

  .jump-nav-content {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }

  .jump-nav-content.is-open {
    max-height: 450px;
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
  }

  .jump-nav {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding: 10px 0;
    width: 100%;
  }

  .jump-nav a {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    padding: 4px 0;
  }
}

a {
  color: cyan;
}


html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}

  html {
    scroll-padding-top: 355px;
  }

  @media (max-width: 475px) {
    html {
      scroll-padding-top: 120px;
    }
  }


.topic-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

main img,
.wsite-content img,
.article-content img,
.discourse-post img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block;
}

.content-wrapper {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}




/* Header Logo Swapping */

.desktop-logo {
  display: block;
  width: 975px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


.mobile-logo {
  display: none;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 585px) {
  .desktop-logo {
    display: none;
    width: 0;
    height: 0;
  }

  .mobile-logo {
    display: block;
  }
}

