/**
Theme Name: Numenera 2026
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: numenera-2026
Template: astra
*/

/* Lucius Cipher Font for text scramble effect */
@font-face {
  font-family: 'Lucius Cipher';
  src: url('https://numenera.com/wp-content/themes/numenera-2026/fonts/LuciusCipher-3zYvy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cipher-char {
  font-family: 'Lucius Cipher', monospace;
  font-size: 0.7em;
  display: inline-block;
}

/* Enable smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Fixed Campaign Button */
#numenera-campaign-btn {
  position: fixed;
  bottom: 30px;
  right: 105px;
  z-index: 99;
  margin: 0;
}

#numenera-campaign-btn .wp-block-button__link {
  background-color: #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#numenera-campaign-btn .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* Mobile adjustment - smaller offset */
@media (max-width: 768px) {
  #numenera-campaign-btn {
    bottom: 20px;
    right: 95px;
    font-size: 16px;
  }

  #numenera-campaign-btn .wp-block-button__link {
    font-size: 16px !important;
  }
}

.kt-svg-icon-link {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
}

.kt-svg-icon-link:hover {
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .9));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .9));
}

/* ===================
   CUSTOM CURSOR
   =================== */
body {
  cursor: none;
}

a,
button,
input[type="submit"],
.wp-block-button__link {
  cursor: none;
}

.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(218, 165, 32, 0.8);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, border-color 0.2s, background-color 0.2s;
  mix-blend-mode: difference;
}

.custom-cursor.cursor-hover {
  width: 40px;
  height: 40px;
  background-color: rgba(218, 165, 32, 0.2);
  border-color: rgba(255, 193, 37, 1);
}

.cursor-trail {
  position: fixed;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, rgba(218, 165, 32, 0.8) 0%, rgba(218, 165, 32, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
}

/* ===================
   FLOATING PARTICLES
   =================== */
.particle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.floating-particle {
  position: absolute;
  background: radial-gradient(circle, rgba(218, 165, 32, 1) 0%, rgba(218, 165, 32, 0.3) 70%);
  border-radius: 50%;
  animation: floatParticle linear infinite, particleFlicker ease-in-out infinite;
  box-shadow: 0 0 8px rgba(218, 165, 32, 0.8);
}

@keyframes floatParticle {
  0% {
    transform: translateY(0) translateX(0);
  }

  100% {
    transform: translateY(-100vh) translateX(20px);
  }
}

@keyframes particleFlicker {

  0%,
  100% {
    opacity: 0.4;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 0.9;
  }
}

/* ===================
   MAGNETIC BUTTONS
   =================== */
.magnetic {
  display: inline-block;
  will-change: transform;
}

/* ===================
   GLOWING BORDER PULSE
   =================== */
.card-container>.kt-inside-inner-col {
  position: relative;
  animation: borderPulse 3s ease-in-out infinite;
}

@keyframes borderPulse {

  0%,
  100% {
    box-shadow: 0 0 5px rgba(218, 165, 32, 0.3),
      0 0 10px rgba(218, 165, 32, 0.2),
      0 0 20px rgba(218, 165, 32, 0.1);
  }

  50% {
    box-shadow: 0 0 10px rgba(218, 165, 32, 0.5),
      0 0 20px rgba(218, 165, 32, 0.4),
      0 0 40px rgba(218, 165, 32, 0.2);
  }
}

/* Disable custom cursor and particles on touch/mobile devices */
@media (hover: none) and (pointer: coarse) {
  body {
    cursor: auto;
  }

  a,
  button,
  input[type="submit"],
  .wp-block-button__link {
    cursor: auto;
  }

  .custom-cursor,
  .cursor-trail,
  .particle-container {
    display: none;
  }
}

#ast-scroll-top {
  border: 2px solid #de9b00
}

.site-logo-img img {
  filter: none !important;
}