/*
Theme Name: NHB
Theme URI: https://example.com/nhb
Author: Antigravity
Author URI: https://example.com
Description: A high-end, futuristic WordPress theme matching the Nexus Studio design.
Version: 1.2.0
License: GNU General Public License v2 or later
Text Domain: nhb
*/

:root {
  --background: 0 0% 2%;
  --foreground: 210 40% 98%;
  --card: 0 0% 4%;
  --card-foreground: 210 40% 98%;
  --popover: 0 0% 4%;
  --popover-foreground: 210 40% 98%;
  --primary: 183 100% 50%;
  --primary-foreground: 0 0% 2%;
  --secondary: 338 100% 58%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 240 5% 64%;
  --accent: 183 100% 50%;
  --accent-foreground: 0 0% 2%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 98%;
  --border: 0 0% 12%;
  --input: 0 0% 10%;
  --ring: 183 100% 50%;
  --radius: 0.75rem;

  /* Brand Colors */
  --obsidian: #050505;
  --cyan: #00F5FF;
  --pink: #FF2D78;
  --ghost-white: #F9FAFB;
  --slate-muted: #A1A1AA;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #050505;
  color: #F9FAFB;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  margin-top: 0;
  color: #F9FAFB;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Utilities */
.text-cyan { color: #00F5FF; }
.text-pink { color: #FF2D78; }
.text-ghost { color: #F9FAFB; }
.text-slate-muted { color: #A1A1AA; }
.bg-obsidian { background-color: #050505; }
.border-cyan { border-color: #00F5FF; }
.border-pink { border-color: #FF2D78; }

.glow-cyan {
  box-shadow: 0 0 20px rgba(0, 245, 255, 0.3), 0 0 60px rgba(0, 245, 255, 0.1);
}
.glow-pink {
  box-shadow: 0 0 20px rgba(255, 45, 120, 0.3), 0 0 60px rgba(255, 45, 120, 0.1);
}
.text-glow-cyan {
  text-shadow: 0 0 30px rgba(0, 245, 255, 0.5), 0 0 60px rgba(0, 245, 255, 0.2);
}
.text-glow-pink {
  text-shadow: 0 0 30px rgba(255, 45, 120, 0.5), 0 0 60px rgba(255, 45, 120, 0.2);
}

.glass-blade {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-blade-cyan {
  background: rgba(0, 245, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 245, 255, 0.15);
}

.razor-edge {
  border-image: linear-gradient(135deg, rgba(0, 245, 255, 0.4), rgba(255, 45, 120, 0.2), transparent) 1;
}

.headline-xl {
  font-size: clamp(3.5rem, 9vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-weight: 900;
  font-family: 'Space Grotesk', sans-serif;
}

.headline-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #F9FAFB;
}

.headline-outline-cyan {
  color: transparent;
  -webkit-text-stroke: 1px #00F5FF;
}

.noise-overlay::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.4;
}

.gradient-text-cyan {
  background: linear-gradient(135deg, #00F5FF 0%, #00C4CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-pink {
  background: linear-gradient(135deg, #FF2D78 0%, #FF6B9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.scrollbar-none {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}

/* Animations */
@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(0.95); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

@keyframes scan-line {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100vh); }
}

@keyframes border-travel {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slide-down {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-up { animation: fade-up 0.8s ease forwards; }
.animate-fade-in { animation: fade-in 0.6s ease forwards; }
.animate-orb { animation: orb-float 8s ease-in-out infinite; }
.animate-pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
.animate-slide-down { animation: slide-down 0.4s ease forwards; }

.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }
.delay-600 { animation-delay: 0.6s; }
.delay-700 { animation-delay: 0.7s; }

/* Elementor Compatibility */
.entry-content {
    width: 100%;
}
.elementor-section-filled .elementor-row {
    max-width: none !important;
}
.elementor-page .site-main {
    padding-top: 0;
}
