{"id":8,"date":"2026-04-12T05:54:34","date_gmt":"2026-04-12T05:54:34","guid":{"rendered":"https:\/\/growvolta.com\/?page_id=8"},"modified":"2026-04-12T07:03:56","modified_gmt":"2026-04-12T07:03:56","slug":"electro-culture","status":"publish","type":"page","link":"https:\/\/growvolta.com\/","title":{"rendered":"Electro Culture \u2013 Harness the Earth&#8217;s Electric Force"},"content":{"rendered":"\n<style>\n\/* \u2500\u2500 MOBILE HAMBURGER MENU \u2500\u2500 *\/\n.nav-hamburger {\n  display: none;\n  flex-direction: column;\n  gap: 5px;\n  cursor: pointer;\n  padding: 4px;\n  background: none;\n  border: none;\n  z-index: 101;\n}\n.nav-hamburger span {\n  display: block;\n  width: 24px;\n  height: 2px;\n  background: #00f0ff;\n  transition: all 0.3s;\n  box-shadow: 0 0 6px rgba(0,240,255,0.5);\n}\n.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }\n.nav-hamburger.open span:nth-child(2) { opacity: 0; }\n.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }\n\n.mobile-menu {\n  display: none;\n  position: fixed;\n  top: 60px; left: 0; right: 0;\n  background: rgba(5,10,16,0.97);\n  backdrop-filter: blur(20px);\n  -webkit-backdrop-filter: blur(20px);\n  border-bottom: 1px solid rgba(0,240,255,0.15);\n  padding: 8px 24px 20px;\n  z-index: 99;\n  flex-direction: column;\n}\n.mobile-menu.open { display: flex; }\n.mobile-menu a {\n  color: #8aa8c0;\n  text-decoration: none;\n  font-family: 'Rajdhani', sans-serif;\n  font-size: 1.05rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  padding: 14px 0;\n  border-bottom: 1px solid rgba(0,240,255,0.08);\n  transition: color 0.3s;\n}\n.mobile-menu a:last-child { border-bottom: none; }\n.mobile-menu a:active, .mobile-menu a:hover { color: #00f0ff; }\n\n@media (max-width: 768px) {\n  .nav-hamburger { display: flex !important; }\n\n  section { padding: 60px 20px !important; }\n  .section-inner { padding: 0 4px !important; }\n  #hero { padding: 100px 20px 60px !important; }\n\n  .history-grid { grid-template-columns: 1fr !important; }\n  .tech-card { padding: 28px 20px !important; }\n  .cta-inner { padding: 40px 20px !important; }\n\n  .hero-cta-group { flex-direction: column; gap: 12px !important; align-items: stretch !important; }\n  .btn-primary, .btn-outline { width: 100% !important; text-align: center !important; justify-content: center !important; }\n\n  .stat-item { padding: 20px 10px !important; }\n  .stat-num { font-size: 1.8rem !important; }\n}\n\n@media (max-width: 480px) {\n  .hero-title { font-size: 2.3rem !important; }\n  .sci-card, .step-card { padding: 24px 16px !important; }\n  .cta-title { font-size: 2rem !important; }\n  .data-label { font-size: 0.7rem !important; }\n}\n<\/style>\n<script>\n(function() {\n  function init() {\n    var nav = document.querySelector('nav');\n    if (!nav) { setTimeout(init, 150); return; }\n    if (nav.querySelector('.nav-hamburger')) return;\n\n    var btn = document.createElement('button');\n    btn.className = 'nav-hamburger';\n    btn.setAttribute('aria-label', 'Toggle navigation');\n    btn.innerHTML = '<span><\/span><span><\/span><span><\/span>';\n    nav.appendChild(btn);\n\n    var menu = document.createElement('div');\n    menu.className = 'mobile-menu';\n    menu.innerHTML =\n      '<a href=\"#what-is\">About<\/a>' +\n      '<a href=\"#how-it-works\">How It Works<\/a>' +\n      '<a href=\"#techniques\">Techniques<\/a>' +\n      '<a href=\"#benefits\">Benefits<\/a>' +\n      '<a href=\"#cta\">Get Started<\/a>';\n    document.body.appendChild(menu);\n\n    btn.addEventListener('click', function() {\n      btn.classList.toggle('open');\n      menu.classList.toggle('open');\n    });\n    menu.querySelectorAll('a').forEach(function(a) {\n      a.addEventListener('click', function() {\n        btn.classList.remove('open');\n        menu.classList.remove('open');\n      });\n    });\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else { init(); }\n})();\n<\/script>\n<style>\n\/* GrowVolta Landing Page \u2013 WordPress Theme Overrides *\/\n\n\/* Pull hero content up \u2014 reduce min-height so content sits higher *\/\nbody.page-id-8 #hero {\n  min-height: 78vh !important;\n  padding-top: 70px !important;\n  padding-bottom: 60px !important;\n}\n\/* Fix: WordPress .is-layout-constrained max-width override *\/\nbody.page-id-8 .is-layout-constrained > * { max-width: none !important; }\nbody.page-id-8 .wp-block-post-content > * { max-width: none !important; }\nbody.page-id-8 { --wp--style--global--content-size: 100vw !important; --wp--style--global--wide-size: 100vw !important; }\n\nbody.page-id-8 header.wp-block-template-part,\nbody.page-id-8 .site-header { display: none !important; }\n\nbody.page-id-8 footer.wp-block-template-part,\nbody.page-id-8 .site-footer { display: none !important; }\n\nbody.page-id-8 .wp-block-post-title,\nbody.page-id-8 h1.entry-title { display: none !important; }\n\nbody.page-id-8 .entry-content.has-global-pad,\nbody.page-id-8 .wp-block-post-content { padding: 0 !important; margin: 0 !important; }\n\nbody.page-id-8 main#wp--skip-link--target { padding: 0 !important; }\n\nbody.page-id-8 .wp-site-blocks { padding-top: 0 !important; padding-bottom: 0 !important; }\n\nbody.page-id-8 { overflow-x: hidden; }\n<\/style><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>GrowVolta \u2013 Electro Culture Farming<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Orbitron:wght@400;600;700;900&#038;family=Rajdhani:wght@300;400;500;600&#038;family=Share+Tech+Mono&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --cyan: #00f0ff;\n  --green: #00ff88;\n  --purple: #a855f7;\n  --dark: #050a10;\n  --dark2: #0a1520;\n  --dark3: #0d1e30;\n  --glow-cyan: 0 0 20px #00f0ff, 0 0 40px #00f0ff44;\n  --glow-green: 0 0 20px #00ff88, 0 0 40px #00ff8844;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nhtml { scroll-behavior: smooth; }\n\nbody {\n  background: var(--dark);\n  color: #c8d8e8;\n  font-family: 'Rajdhani', sans-serif;\n  font-size: 17px;\n  line-height: 1.7;\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 CANVAS BACKGROUND \u2500\u2500 *\/\n#bg-canvas {\n  position: fixed;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  z-index: 0;\n  pointer-events: none;\n}\n\n\/* \u2500\u2500 NAV \u2500\u2500 *\/\nnav {\n  position: fixed;\n  top: 0; left: 0; right: 0;\n  z-index: 100;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 18px 48px;\n  background: linear-gradient(180deg, rgba(5,10,16,0.95) 0%, transparent 100%);\n  backdrop-filter: blur(10px);\n  border-bottom: 1px solid rgba(0,240,255,0.08);\n}\n\n.nav-logo {\n  font-family: 'Orbitron', monospace;\n  font-size: 1.4rem;\n  font-weight: 900;\n  color: var(--cyan);\n  text-shadow: var(--glow-cyan);\n  letter-spacing: 3px;\n  text-decoration: none;\n}\n\n.nav-logo span { color: var(--green); }\n\n.nav-links {\n  display: flex;\n  gap: 36px;\n  list-style: none;\n}\n\n.nav-links a {\n  color: #8aa8c0;\n  text-decoration: none;\n  font-family: 'Rajdhani', sans-serif;\n  font-size: 0.9rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  transition: color 0.3s, text-shadow 0.3s;\n}\n\n.nav-links a:hover {\n  color: var(--cyan);\n  text-shadow: var(--glow-cyan);\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n#hero {\n  position: relative;\n  z-index: 1;\n  min-height: 100vh;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 120px 24px 80px;\n}\n\n.hero-badge {\n  display: inline-block;\n  border: 1px solid var(--cyan);\n  color: var(--cyan);\n  font-family: 'Share Tech Mono', monospace;\n  font-size: 0.75rem;\n  letter-spacing: 4px;\n  padding: 6px 20px;\n  margin-bottom: 32px;\n  text-transform: uppercase;\n  animation: pulse-border 2s infinite;\n}\n\n@keyframes pulse-border {\n  0%, 100% { box-shadow: 0 0 8px rgba(0,240,255,0.3); }\n  50% { box-shadow: 0 0 24px rgba(0,240,255,0.7), inset 0 0 12px rgba(0,240,255,0.1); }\n}\n\n.hero-title {\n  font-family: 'Orbitron', monospace;\n  font-size: clamp(2.8rem, 7vw, 6rem);\n  font-weight: 900;\n  line-height: 1.05;\n  margin-bottom: 24px;\n  color: #fff;\n  text-shadow: 0 0 40px rgba(0,240,255,0.3);\n}\n\n.hero-title .line2 {\n  display: block;\n  background: linear-gradient(90deg, var(--cyan), var(--green));\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  filter: drop-shadow(0 0 30px rgba(0,240,255,0.5));\n}\n\n.hero-sub {\n  max-width: 640px;\n  font-size: 1.25rem;\n  color: #7a99b8;\n  font-weight: 300;\n  margin-bottom: 52px;\n  letter-spacing: 0.5px;\n}\n\n.hero-cta-group {\n  display: flex;\n  gap: 20px;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n\n.btn-primary {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: linear-gradient(135deg, var(--cyan), var(--green));\n  color: #050a10;\n  font-family: 'Orbitron', monospace;\n  font-size: 0.8rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  padding: 16px 36px;\n  border: none;\n  cursor: pointer;\n  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);\n  transition: all 0.3s;\n  text-decoration: none;\n}\n\n.btn-primary:hover {\n  transform: translateY(-2px);\n  filter: brightness(1.15) drop-shadow(0 8px 20px rgba(0,240,255,0.5));\n}\n\n.btn-outline {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: transparent;\n  color: var(--cyan);\n  font-family: 'Orbitron', monospace;\n  font-size: 0.8rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  padding: 15px 35px;\n  border: 1px solid var(--cyan);\n  cursor: pointer;\n  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);\n  transition: all 0.3s;\n  text-decoration: none;\n}\n\n.btn-outline:hover {\n  background: rgba(0,240,255,0.08);\n  box-shadow: var(--glow-cyan);\n  transform: translateY(-2px);\n}\n\n\/* \u2500\u2500 STATS ROW \u2500\u2500 *\/\n.stats-bar {\n  position: relative;\n  z-index: 1;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1px;\n  background: rgba(0,240,255,0.1);\n  border-top: 1px solid rgba(0,240,255,0.15);\n  border-bottom: 1px solid rgba(0,240,255,0.15);\n  margin-top: -1px;\n}\n\n.stat-item {\n  background: rgba(5,10,16,0.9);\n  text-align: center;\n  padding: 36px 20px;\n  backdrop-filter: blur(10px);\n  transition: background 0.3s;\n}\n\n.stat-item:hover { background: rgba(0,240,255,0.05); }\n\n.stat-num {\n  font-family: 'Orbitron', monospace;\n  font-size: 2.2rem;\n  font-weight: 700;\n  color: var(--cyan);\n  text-shadow: var(--glow-cyan);\n  display: block;\n}\n\n.stat-label {\n  font-size: 0.78rem;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #567890;\n  margin-top: 6px;\n}\n\n\/* \u2500\u2500 SECTION BASE \u2500\u2500 *\/\nsection {\n  position: relative;\n  z-index: 1;\n}\n\n.section-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 100px 32px;\n}\n\n.section-tag {\n  font-family: 'Share Tech Mono', monospace;\n  font-size: 0.72rem;\n  color: var(--green);\n  letter-spacing: 5px;\n  text-transform: uppercase;\n  margin-bottom: 12px;\n  display: block;\n}\n\n.section-title {\n  font-family: 'Orbitron', monospace;\n  font-size: clamp(1.6rem, 3.5vw, 2.8rem);\n  font-weight: 700;\n  color: #e8f4ff;\n  line-height: 1.2;\n  margin-bottom: 20px;\n}\n\n.section-title .accent { color: var(--cyan); }\n\n.section-desc {\n  max-width: 580px;\n  color: #6a8ba8;\n  font-size: 1.05rem;\n  font-weight: 300;\n}\n\n\/* \u2500\u2500 WHAT IS \u2500\u2500 *\/\n#what-is {\n  background: linear-gradient(180deg, var(--dark) 0%, var(--dark2) 100%);\n}\n\n.what-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n  margin-top: 60px;\n}\n\n.what-text p {\n  color: #7a99b8;\n  margin-bottom: 20px;\n  font-size: 1.05rem;\n}\n\n.what-text p strong {\n  color: var(--cyan);\n  font-weight: 600;\n}\n\n.history-card {\n  background: linear-gradient(135deg, rgba(0,240,255,0.04), rgba(0,255,136,0.04));\n  border: 1px solid rgba(0,240,255,0.15);\n  border-radius: 2px;\n  padding: 32px;\n  position: relative;\n  overflow: hidden;\n}\n\n.history-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 4px; height: 100%;\n  background: linear-gradient(180deg, var(--cyan), var(--green));\n}\n\n.history-card .year {\n  font-family: 'Orbitron', monospace;\n  font-size: 2.5rem;\n  font-weight: 900;\n  color: rgba(0,240,255,0.15);\n  position: absolute;\n  top: 16px; right: 20px;\n  line-height: 1;\n}\n\n.history-card h3 {\n  font-family: 'Orbitron', monospace;\n  font-size: 1rem;\n  color: var(--cyan);\n  margin-bottom: 12px;\n  letter-spacing: 1px;\n}\n\n.history-card p {\n  color: #6a8ba8;\n  font-size: 0.95rem;\n}\n\n\/* \u2500\u2500 HOW IT WORKS \u2500\u2500 *\/\n#how-it-works {\n  background: var(--dark2);\n}\n\n.steps-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n  margin-top: 60px;\n}\n\n.step-card {\n  background: rgba(10,21,32,0.8);\n  border: 1px solid rgba(0,240,255,0.1);\n  border-radius: 2px;\n  padding: 36px 28px;\n  position: relative;\n  transition: all 0.4s;\n  overflow: hidden;\n}\n\n.step-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 2px;\n  background: linear-gradient(90deg, var(--cyan), var(--green));\n  transform: scaleX(0);\n  transition: transform 0.4s;\n}\n\n.step-card:hover {\n  border-color: rgba(0,240,255,0.3);\n  background: rgba(0,240,255,0.03);\n  transform: translateY(-4px);\n}\n\n.step-card:hover::after { transform: scaleX(1); }\n\n.step-num {\n  font-family: 'Orbitron', monospace;\n  font-size: 0.7rem;\n  color: var(--cyan);\n  letter-spacing: 3px;\n  margin-bottom: 20px;\n  opacity: 0.7;\n}\n\n.step-icon {\n  font-size: 2.4rem;\n  margin-bottom: 16px;\n  display: block;\n  filter: drop-shadow(0 0 12px rgba(0,240,255,0.5));\n}\n\n.step-card h3 {\n  font-family: 'Orbitron', monospace;\n  font-size: 0.95rem;\n  color: #c8d8e8;\n  margin-bottom: 12px;\n  letter-spacing: 0.5px;\n}\n\n.step-card p {\n  color: #567890;\n  font-size: 0.92rem;\n  line-height: 1.65;\n}\n\n\/* \u2500\u2500 TECHNIQUES \u2500\u2500 *\/\n#techniques {\n  background: linear-gradient(180deg, var(--dark2) 0%, var(--dark3) 100%);\n}\n\n.techniques-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 24px;\n  margin-top: 60px;\n}\n\n.tech-card {\n  display: grid;\n  grid-template-columns: 80px 1fr;\n  gap: 24px;\n  align-items: start;\n  background: rgba(8,18,28,0.7);\n  border: 1px solid rgba(0,255,136,0.08);\n  border-radius: 2px;\n  padding: 28px;\n  transition: all 0.3s;\n}\n\n.tech-card:hover {\n  border-color: rgba(0,255,136,0.25);\n  background: rgba(0,255,136,0.03);\n}\n\n.tech-icon-wrap {\n  width: 64px; height: 64px;\n  border: 1px solid rgba(0,255,136,0.3);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.8rem;\n  position: relative;\n  flex-shrink: 0;\n}\n\n.tech-icon-wrap::before {\n  content: '';\n  position: absolute;\n  top: -1px; left: -1px; right: -1px; bottom: -1px;\n  border: 1px solid rgba(0,255,136,0.1);\n  transform: translate(4px, 4px);\n}\n\n.tech-card h3 {\n  font-family: 'Orbitron', monospace;\n  font-size: 0.9rem;\n  color: var(--green);\n  margin-bottom: 8px;\n  letter-spacing: 0.5px;\n}\n\n.tech-card p {\n  color: #567890;\n  font-size: 0.9rem;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 BENEFITS \u2500\u2500 *\/\n#benefits {\n  background: var(--dark3);\n}\n\n.benefits-inner {\n  display: grid;\n  grid-template-columns: 1fr 1.4fr;\n  gap: 80px;\n  align-items: center;\n}\n\n.benefits-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n  margin-top: 40px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: center;\n  gap: 18px;\n  padding: 20px 24px;\n  background: rgba(0,240,255,0.03);\n  border: 1px solid rgba(0,240,255,0.08);\n  border-left: 3px solid var(--cyan);\n  transition: all 0.3s;\n}\n\n.benefit-item:hover {\n  background: rgba(0,240,255,0.06);\n  border-color: rgba(0,240,255,0.2);\n  transform: translateX(6px);\n}\n\n.benefit-icon { font-size: 1.6rem; flex-shrink: 0; }\n\n.benefit-content h4 {\n  font-family: 'Orbitron', monospace;\n  font-size: 0.82rem;\n  color: #c8d8e8;\n  letter-spacing: 1px;\n  margin-bottom: 4px;\n}\n\n.benefit-content p { color: #567890; font-size: 0.88rem; }\n\n\/* Circular data visualisation *\/\n.data-ring-wrap {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n}\n\n.data-ring-title {\n  font-family: 'Share Tech Mono', monospace;\n  font-size: 0.75rem;\n  letter-spacing: 3px;\n  color: var(--cyan);\n  text-transform: uppercase;\n  margin-bottom: 4px;\n}\n\n.data-bar-row { margin-bottom: 20px; }\n\n.data-bar-label {\n  display: flex;\n  justify-content: space-between;\n  font-size: 0.82rem;\n  color: #7a99b8;\n  margin-bottom: 8px;\n  font-family: 'Share Tech Mono', monospace;\n}\n\n.data-bar-label span { color: var(--cyan); font-weight: 600; }\n\n.data-bar-track {\n  height: 6px;\n  background: rgba(0,240,255,0.08);\n  border-radius: 0;\n  overflow: visible;\n  position: relative;\n}\n\n.data-bar-fill {\n  height: 100%;\n  background: linear-gradient(90deg, var(--cyan), var(--green));\n  box-shadow: 0 0 12px rgba(0,240,255,0.5);\n  position: relative;\n  transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.data-bar-fill::after {\n  content: '';\n  position: absolute;\n  right: -1px; top: -3px;\n  width: 12px; height: 12px;\n  border-radius: 50%;\n  background: var(--cyan);\n  box-shadow: 0 0 12px var(--cyan);\n}\n\n\/* \u2500\u2500 SCIENCE \u2500\u2500 *\/\n#science {\n  background: linear-gradient(180deg, var(--dark3) 0%, var(--dark2) 100%);\n  overflow: hidden;\n}\n\n.science-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-top: 60px;\n}\n\n.sci-card {\n  background: rgba(5,10,16,0.9);\n  border: 1px solid rgba(168,85,247,0.15);\n  border-radius: 2px;\n  padding: 32px 24px;\n  text-align: center;\n  transition: all 0.4s;\n}\n\n.sci-card:hover {\n  border-color: rgba(168,85,247,0.4);\n  background: rgba(168,85,247,0.05);\n  transform: translateY(-6px);\n  box-shadow: 0 20px 60px rgba(168,85,247,0.1);\n}\n\n.sci-card .sci-icon {\n  font-size: 2.5rem;\n  display: block;\n  margin-bottom: 20px;\n  filter: drop-shadow(0 0 16px rgba(168,85,247,0.7));\n}\n\n.sci-card h3 {\n  font-family: 'Orbitron', monospace;\n  font-size: 0.9rem;\n  color: #c8d8e8;\n  margin-bottom: 12px;\n  letter-spacing: 0.5px;\n}\n\n.sci-card p {\n  color: #567890;\n  font-size: 0.88rem;\n  line-height: 1.65;\n}\n\n\/* \u2500\u2500 CTA \u2500\u2500 *\/\n#cta {\n  background: var(--dark2);\n  text-align: center;\n}\n\n.cta-inner {\n  max-width: 700px;\n  margin: 0 auto;\n  padding: 120px 32px;\n}\n\n.cta-glow-ring {\n  position: relative;\n  width: 120px; height: 120px;\n  margin: 0 auto 48px;\n}\n\n.cta-glow-ring svg {\n  width: 100%; height: 100%;\n  animation: spin 8s linear infinite;\n}\n\n@keyframes spin { to { transform: rotate(360deg); } }\n\n.cta-glow-ring .center-icon {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 2.4rem;\n  filter: drop-shadow(0 0 20px var(--cyan));\n}\n\n.cta-title {\n  font-family: 'Orbitron', monospace;\n  font-size: clamp(1.6rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 20px;\n}\n\n.cta-title .accent {\n  background: linear-gradient(90deg, var(--cyan), var(--green));\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n\n.cta-sub {\n  color: #567890;\n  font-size: 1.1rem;\n  margin-bottom: 48px;\n  font-weight: 300;\n}\n\n\/* \u2500\u2500 FOOTER \u2500\u2500 *\/\nfooter {\n  position: relative;\n  z-index: 1;\n  background: rgba(5,10,16,0.97);\n  border-top: 1px solid rgba(0,240,255,0.08);\n  padding: 40px 48px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 20px;\n}\n\n.footer-logo {\n  font-family: 'Orbitron', monospace;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--cyan);\n  letter-spacing: 3px;\n}\n\n.footer-logo span { color: var(--green); }\n\nfooter p {\n  color: #345060;\n  font-size: 0.82rem;\n  font-family: 'Share Tech Mono', monospace;\n  letter-spacing: 1px;\n}\n\n\/* \u2500\u2500 REVEAL ANIMATION \u2500\u2500 *\/\n.reveal {\n  opacity: 0;\n  transform: translateY(30px);\n  transition: opacity 0.8s ease, transform 0.8s ease;\n}\n\n.reveal.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n.hex-divider {\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--cyan), transparent);\n  opacity: 0.2;\n  margin: 0;\n}\n\n\/* \u2500\u2500 SCAN LINE \u2500\u2500 *\/\n.scan-line {\n  position: fixed;\n  top: 0; left: 0; right: 0;\n  height: 2px;\n  background: linear-gradient(90deg, transparent, var(--cyan), transparent);\n  opacity: 0.06;\n  animation: scan 6s ease-in-out infinite;\n  z-index: 200;\n  pointer-events: none;\n}\n\n@keyframes scan {\n  0% { top: 0; opacity: 0.06; }\n  100% { top: 100vh; opacity: 0; }\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 768px) {\n  nav { padding: 16px 20px; }\n  .nav-links { display: none; }\n  .what-grid, .benefits-inner { grid-template-columns: 1fr; gap: 40px; }\n  .steps-grid, .science-grid { grid-template-columns: 1fr; }\n  .techniques-grid { grid-template-columns: 1fr; }\n  .stats-bar { grid-template-columns: repeat(2, 1fr); }\n  footer { flex-direction: column; text-align: center; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- Scan line effect -->\n<div class=\"scan-line\"><\/div>\n\n<!-- Animated background canvas -->\n<canvas id=\"bg-canvas\"><\/canvas>\n\n<!-- NAV -->\n<nav>\n  <a href=\"#\" class=\"nav-logo\">GROW<span>VOLTA<\/span><\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#what-is\">About<\/a><\/li>\n    <li><a href=\"#how-it-works\">How It Works<\/a><\/li>\n    <li><a href=\"#techniques\">Techniques<\/a><\/li>\n    <li><a href=\"#benefits\">Benefits<\/a><\/li>\n    <li><a href=\"#cta\">Get Started<\/a><\/li>\n  <\/ul>\n<\/nav>\n\n<!-- HERO -->\n<section id=\"hero\">\n  <div class=\"hero-badge\">\u26a1 Next-Generation Agriculture<\/div>\n  <h1 class=\"hero-title\">\n    Harness the Earth&#8217;s<br>\n    <span class=\"line2\">Electric Force<\/span>\n  <\/h1>\n  <p class=\"hero-sub\">\n    Electro Culture merges ancient wisdom with cutting-edge science \u2014 amplifying plant growth using atmospheric electricity, copper antennas, and Earth&#8217;s natural magnetic fields.\n  <\/p>\n  <div class=\"hero-cta-group\">\n    <a href=\"#how-it-works\" class=\"btn-primary\">\u26a1 Explore the Science<\/a>\n    <a href=\"#techniques\" class=\"btn-outline\">\u2193 See Techniques<\/a>\n  <\/div>\n<\/section>\n\n<!-- STATS -->\n<div class=\"stats-bar\">\n  <div class=\"stat-item reveal\">\n    <span class=\"stat-num\">+55%<\/span>\n    <span class=\"stat-label\">Reported Yield Increase<\/span>\n  <\/div>\n  <div class=\"stat-item reveal\">\n    <span class=\"stat-num\">\u221275%<\/span>\n    <span class=\"stat-label\">Pesticide Reduction<\/span>\n  <\/div>\n  <div class=\"stat-item reveal\">\n    <span class=\"stat-num\">1920s<\/span>\n    <span class=\"stat-label\">Origin of Science<\/span>\n  <\/div>\n  <div class=\"stat-item reveal\">\n    <span class=\"stat-num\">150K+<\/span>\n    <span class=\"stat-label\">Devices Sold by 1939<\/span>\n  <\/div>\n<\/div>\n\n<div class=\"hex-divider\"><\/div>\n\n<!-- WHAT IS -->\n<section id=\"what-is\">\n  <div class=\"section-inner\">\n    <span class=\"section-tag\">\/\/ system.init \u2192 electroculture<\/span>\n    <h2 class=\"section-title\">What Is <span class=\"accent\">Electro Culture<\/span>?<\/h2>\n\n    <div class=\"what-grid\">\n      <div class=\"what-text reveal\">\n        <p>Electro Culture is the practice of using <strong>natural atmospheric electricity<\/strong>, telluric earth currents, and carefully engineered electromagnetic fields to accelerate plant growth, improve soil vitality, and dramatically increase yields \u2014 without chemicals.<\/p>\n        <p>Unlike conventional high-voltage techniques, modern electro culture harnesses <strong>passive energy<\/strong>: the invisible electrical potential that constantly flows between sky and Earth. Copper spirals and antennas act as bio-antennas, collecting and transmitting this energy directly into the root zone.<\/p>\n        <p>The results reported by practitioners worldwide include <strong>faster germination<\/strong>, larger fruits, pest resistance, and reduced need for fertilizers \u2014 all powered by the planet itself.<\/p>\n      <\/div>\n      <div class=\"reveal\">\n        <div class=\"history-card\">\n          <span class=\"year\">1920<\/span>\n          <h3>\u26a1 Justin Christofleau<\/h3>\n          <p>French inventor Christofleau developed his Electro-Magnetic-Terro-Celeste device in the 1920s. Farmers in France reported <em>doubling their harvests<\/em> within seasons. Over <strong>150,000 devices<\/strong> were sold across Europe before WWII halted production.<\/p>\n        <\/div>\n        <br>\n        <div class=\"history-card\">\n          <span class=\"year\">NOW<\/span>\n          <h3>\ud83c\udf31 The Renaissance<\/h3>\n          <p>Researchers at ScienceDirect, ResearchGate, and Smithsonian are revisiting electromagnetic agriculture. Studies show electric fields can suppress pathogens, stimulate germination, and improve energy efficiency of biomass production by <strong>4\u00d7<\/strong> vs. standard photosynthesis.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"hex-divider\"><\/div>\n\n<!-- HOW IT WORKS -->\n<section id=\"how-it-works\">\n  <div class=\"section-inner\">\n    <span class=\"section-tag\">\/\/ process.map \u2192 energy.flow<\/span>\n    <h2 class=\"section-title\">How It <span class=\"accent\">Works<\/span><\/h2>\n    <p class=\"section-desc\">Three natural forces working in synergy to charge your soil and supercharge your plants.<\/p>\n\n    <div class=\"steps-grid\">\n      <div class=\"step-card reveal\">\n        <div class=\"step-num\">01 \u2014 COLLECTION<\/div>\n        <span class=\"step-icon\">\ud83c\udf29\ufe0f<\/span>\n        <h3>Atmospheric Capture<\/h3>\n        <p>The atmosphere carries a constant charge differential between sky and ground \u2014 estimated at 100 volts per meter. Copper antennas act as passive receivers, capturing this potential.<\/p>\n      <\/div>\n      <div class=\"step-card reveal\">\n        <div class=\"step-num\">02 \u2014 TRANSMISSION<\/div>\n        <span class=\"step-icon\">\ud83d\udd04<\/span>\n        <h3>Earth Conduction<\/h3>\n        <p>Helical copper coils wound in specific directions (clockwise in the Northern Hemisphere) guide the collected energy downward through the soil column, following Earth&#8217;s magnetic field lines.<\/p>\n      <\/div>\n      <div class=\"step-card reveal\">\n        <div class=\"step-num\">03 \u2014 ABSORPTION<\/div>\n        <span class=\"step-icon\">\ud83c\udf3f<\/span>\n        <h3>Root Zone Activation<\/h3>\n        <p>Plant roots, fungi, and microorganisms respond to the faint electrical current by increasing metabolic activity. Nutrient uptake improves, beneficial bacteria proliferate, and the plant&#8217;s immune response strengthens.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"hex-divider\"><\/div>\n\n<!-- TECHNIQUES -->\n<section id=\"techniques\">\n  <div class=\"section-inner\">\n    <span class=\"section-tag\">\/\/ deploy.method \u2192 field.array<\/span>\n    <h2 class=\"section-title\">Core <span class=\"accent\">Techniques<\/span><\/h2>\n    <p class=\"section-desc\">Proven electro culture methods you can implement today with minimal equipment.<\/p>\n\n    <div class=\"techniques-grid\">\n      <div class=\"tech-card reveal\">\n        <div class=\"tech-icon-wrap\">\ud83c\udf00<\/div>\n        <div>\n          <h3>Copper Spiral Antenna<\/h3>\n          <p>Wind 99cm of bare copper wire into a clockwise helix (Northern Hemisphere). Insert into soil near plant base. The spiral geometry creates a natural impedance-matched receiver for atmospheric EM energy.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"tech-card reveal\">\n        <div class=\"tech-icon-wrap\">\u26a1<\/div>\n        <div>\n          <h3>Vertical Copper Rod<\/h3>\n          <p>A straight copper rod (12\u201318 inches) driven into the ground acts as a simple earth electrode, improving ionic conductivity in the soil and supporting cation exchange for nutrient absorption.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"tech-card reveal\">\n        <div class=\"tech-icon-wrap\">\ud83e\uddf2<\/div>\n        <div>\n          <h3>Magnetic Field Generators<\/h3>\n          <p>Permanent magnets placed strategically around beds create a static field that aligns water dipoles in the soil and activates paramagnetic trace minerals \u2014 amplifying overall bio-electrical activity.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"tech-card reveal\">\n        <div class=\"tech-icon-wrap\">\ud83d\udce1<\/div>\n        <div>\n          <h3>Tower Antenna Array<\/h3>\n          <p>Inspired by Christofleau&#8217;s original design, tall wooden or bamboo poles wound with copper wire serve as area-wide atmospheric receivers \u2014 delivering broad-field energy over multiple rows or beds simultaneously.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"hex-divider\"><\/div>\n\n<!-- BENEFITS -->\n<section id=\"benefits\">\n  <div class=\"section-inner\">\n    <div class=\"benefits-inner\">\n      <div>\n        <span class=\"section-tag\">\/\/ output.analysis \u2192 yield.matrix<\/span>\n        <h2 class=\"section-title\">Measured <span class=\"accent\">Benefits<\/span><\/h2>\n        <ul class=\"benefits-list\">\n          <li class=\"benefit-item reveal\">\n            <span class=\"benefit-icon\">\ud83d\udcc8<\/span>\n            <div class=\"benefit-content\">\n              <h4>Yield Amplification<\/h4>\n              <p>Practitioners report 25\u201355% more output per harvest cycle with no additional inputs.<\/p>\n            <\/div>\n          <\/li>\n          <li class=\"benefit-item reveal\">\n            <span class=\"benefit-icon\">\ud83e\uddea<\/span>\n            <div class=\"benefit-content\">\n              <h4>Chemical-Free Growing<\/h4>\n              <p>Up to 75% reduction in fertilizer and pesticide use through enhanced natural immunity.<\/p>\n            <\/div>\n          <\/li>\n          <li class=\"benefit-item reveal\">\n            <span class=\"benefit-icon\">\ud83d\udca7<\/span>\n            <div class=\"benefit-content\">\n              <h4>Superior Water Retention<\/h4>\n              <p>Electrically-treated soil holds moisture more efficiently, reducing irrigation frequency.<\/p>\n            <\/div>\n          <\/li>\n          <li class=\"benefit-item reveal\">\n            <span class=\"benefit-icon\">\ud83d\udee1\ufe0f<\/span>\n            <div class=\"benefit-content\">\n              <h4>Natural Pest Deterrence<\/h4>\n              <p>The electromagnetic field creates an inhospitable environment for many common garden pests.<\/p>\n            <\/div>\n          <\/li>\n          <li class=\"benefit-item reveal\">\n            <span class=\"benefit-icon\">\u26a1<\/span>\n            <div class=\"benefit-content\">\n              <h4>Zero Energy Input<\/h4>\n              <p>All power is drawn passively from atmospheric and earth energies \u2014 zero electricity cost.<\/p>\n            <\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"reveal\">\n        <div class=\"data-ring-title\">\/\/ Performance Metrics<\/div>\n        <div class=\"data-bar-row\">\n          <div class=\"data-bar-label\">Yield Increase <span>+55%<\/span><\/div>\n          <div class=\"data-bar-track\"><div class=\"data-bar-fill\" style=\"width:55%\"><\/div><\/div>\n        <\/div>\n        <div class=\"data-bar-row\">\n          <div class=\"data-bar-label\">Pest Resistance <span>+68%<\/span><\/div>\n          <div class=\"data-bar-track\"><div class=\"data-bar-fill\" style=\"width:68%\"><\/div><\/div>\n        <\/div>\n        <div class=\"data-bar-row\">\n          <div class=\"data-bar-label\">Water Efficiency <span>+42%<\/span><\/div>\n          <div class=\"data-bar-track\"><div class=\"data-bar-fill\" style=\"width:42%\"><\/div><\/div>\n        <\/div>\n        <div class=\"data-bar-row\">\n          <div class=\"data-bar-label\">Pesticide Reduction <span>\u221275%<\/span><\/div>\n          <div class=\"data-bar-track\"><div class=\"data-bar-fill\" style=\"width:75%\"><\/div><\/div>\n        <\/div>\n        <div class=\"data-bar-row\">\n          <div class=\"data-bar-label\">Germination Speed <span>+38%<\/span><\/div>\n          <div class=\"data-bar-track\"><div class=\"data-bar-fill\" style=\"width:38%\"><\/div><\/div>\n        <\/div>\n        <div class=\"data-bar-row\">\n          <div class=\"data-bar-label\">Fertilizer Savings <span>\u221270%<\/span><\/div>\n          <div class=\"data-bar-track\"><div class=\"data-bar-fill\" style=\"width:70%\"><\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"hex-divider\"><\/div>\n\n<!-- SCIENCE -->\n<section id=\"science\">\n  <div class=\"section-inner\">\n    <span class=\"section-tag\">\/\/ research.node \u2192 peer.review<\/span>\n    <h2 class=\"section-title\">The <span class=\"accent\">Science<\/span> Behind It<\/h2>\n    <p class=\"section-desc\">Modern research is catching up to what pioneer experimenters discovered a century ago.<\/p>\n\n    <div class=\"science-grid\">\n      <div class=\"sci-card reveal\">\n        <span class=\"sci-icon\">\u269b\ufe0f<\/span>\n        <h3>Electric Field Biology<\/h3>\n        <p>Plants naturally generate and respond to bio-electric fields. Research shows exogenous electric fields modulate gene expression, enzyme activity, and membrane ion transport \u2014 the root mechanisms of growth acceleration.<\/p>\n      <\/div>\n      <div class=\"sci-card reveal\">\n        <span class=\"sci-icon\">\ud83c\udf0a<\/span>\n        <h3>Telluric Currents<\/h3>\n        <p>Earth&#8217;s subsurface carries natural electric currents driven by the planet&#8217;s magnetic field and solar wind interaction. These telluric currents flow through soil minerals and water, providing a continuous bio-energetic substrate.<\/p>\n      <\/div>\n      <div class=\"sci-card reveal\">\n        <span class=\"sci-icon\">\ud83d\udd2c<\/span>\n        <h3>Pathogen Suppression<\/h3>\n        <p>2025 research published in ScienceDirect demonstrated that controlled electric field exposure can eradicate soil-borne pathogens and inhibit fungal growth \u2014 offering a clean alternative to fungicide applications.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"hex-divider\"><\/div>\n\n<!-- CTA -->\n<section id=\"cta\">\n  <div class=\"cta-inner\">\n    <div class=\"cta-glow-ring\">\n      <svg viewBox=\"0 0 120 120\">\n        <circle cx=\"60\" cy=\"60\" r=\"54\" fill=\"none\" stroke=\"rgba(0,240,255,0.15)\" stroke-width=\"1\"\/>\n        <circle cx=\"60\" cy=\"60\" r=\"54\" fill=\"none\" stroke=\"url(#cta-grad)\" stroke-width=\"1.5\"\n          stroke-dasharray=\"80 260\" stroke-linecap=\"round\"\/>\n        <defs>\n          <linearGradient id=\"cta-grad\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">\n            <stop offset=\"0%\" stop-color=\"#00f0ff\"\/>\n            <stop offset=\"100%\" stop-color=\"#00ff88\"\/>\n          <\/linearGradient>\n        <\/defs>\n      <\/svg>\n      <div class=\"center-icon\">\u26a1<\/div>\n    <\/div>\n    <h2 class=\"cta-title reveal\">Ready to <span class=\"accent\">Electrify<\/span><br>Your Garden?<\/h2>\n    <p class=\"cta-sub reveal\">Join the electro culture movement \u2014 harness invisible energy, grow extraordinary food, and farm in harmony with the planet&#8217;s own power grid.<\/p>\n    <div class=\"hero-cta-group reveal\">\n      <a href=\"#how-it-works\" class=\"btn-primary\">\u26a1 Start Growing Now<\/a>\n      <a href=\"#what-is\" class=\"btn-outline\">\u2191 Learn More<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<footer>\n  <div class=\"footer-logo\">GROW<span>VOLTA<\/span><\/div>\n  <p>\u00a9 2026 GrowVolta \u00b7 Electro Culture Research &amp; Practice<\/p>\n  <p style=\"color:#1a3040; font-size:0.7rem;\">Powered by atmospheric energy \u26a1<\/p>\n<\/footer>\n\n<script>\n\/* \u2500\u2500 CANVAS PARTICLE SYSTEM \u2500\u2500 *\/\n(function() {\n  const canvas = document.getElementById('bg-canvas');\n  const ctx = canvas.getContext('2d');\n  let W, H, particles = [], lines = [];\n\n  function resize() {\n    W = canvas.width = window.innerWidth;\n    H = canvas.height = window.innerHeight;\n  }\n  resize();\n  window.addEventListener('resize', resize);\n\n  \/* Particles *\/\n  class Particle {\n    constructor() { this.reset(); }\n    reset() {\n      this.x = Math.random() * W;\n      this.y = Math.random() * H;\n      this.vx = (Math.random() - 0.5) * 0.4;\n      this.vy = (Math.random() - 0.5) * 0.4;\n      this.r = Math.random() * 1.5 + 0.5;\n      this.alpha = Math.random() * 0.4 + 0.1;\n      this.color = Math.random() > 0.5 ? '#00f0ff' : '#00ff88';\n    }\n    update() {\n      this.x += this.vx;\n      this.y += this.vy;\n      if (this.x < 0 || this.x > W || this.y < 0 || this.y > H) this.reset();\n    }\n    draw() {\n      ctx.beginPath();\n      ctx.arc(this.x, this.y, this.r, 0, Math.PI * 2);\n      ctx.fillStyle = this.color;\n      ctx.globalAlpha = this.alpha;\n      ctx.fill();\n    }\n  }\n\n  for (let i = 0; i < 120; i++) particles.push(new Particle());\n\n  \/* Electric arcs *\/\n  function drawArc() {\n    if (Math.random() > 0.985) {\n      const x1 = Math.random() * W;\n      const y1 = Math.random() * H;\n      const x2 = x1 + (Math.random() - 0.5) * 200;\n      const y2 = y1 + (Math.random() - 0.5) * 200;\n      lines.push({ x1, y1, x2, y2, life: 8, maxLife: 8 });\n    }\n    lines = lines.filter(l => l.life > 0);\n    lines.forEach(l => {\n      ctx.beginPath();\n      ctx.moveTo(l.x1, l.y1);\n      const mx = (l.x1 + l.x2) \/ 2 + (Math.random() - 0.5) * 60;\n      const my = (l.y1 + l.y2) \/ 2 + (Math.random() - 0.5) * 60;\n      ctx.quadraticCurveTo(mx, my, l.x2, l.y2);\n      ctx.strokeStyle = '#00f0ff';\n      ctx.globalAlpha = (l.life \/ l.maxLife) * 0.15;\n      ctx.lineWidth = 0.5;\n      ctx.stroke();\n      l.life--;\n    });\n  }\n\n  \/* Grid *\/\n  function drawGrid() {\n    const spacing = 80;\n    ctx.strokeStyle = '#00f0ff';\n    ctx.lineWidth = 0.3;\n    ctx.globalAlpha = 0.04;\n    for (let x = 0; x < W; x += spacing) {\n      ctx.beginPath(); ctx.moveTo(x, 0); ctx.lineTo(x, H); ctx.stroke();\n    }\n    for (let y = 0; y < H; y += spacing) {\n      ctx.beginPath(); ctx.moveTo(0, y); ctx.lineTo(W, y); ctx.stroke();\n    }\n  }\n\n  \/* Connections between nearby particles *\/\n  function drawConnections() {\n    for (let i = 0; i < particles.length; i++) {\n      for (let j = i + 1; j < particles.length; j++) {\n        const dx = particles[i].x - particles[j].x;\n        const dy = particles[i].y - particles[j].y;\n        const dist = Math.sqrt(dx*dx + dy*dy);\n        if (dist < 120) {\n          ctx.beginPath();\n          ctx.moveTo(particles[i].x, particles[i].y);\n          ctx.lineTo(particles[j].x, particles[j].y);\n          ctx.strokeStyle = '#00f0ff';\n          ctx.globalAlpha = (1 - dist \/ 120) * 0.06;\n          ctx.lineWidth = 0.4;\n          ctx.stroke();\n        }\n      }\n    }\n  }\n\n  function animate() {\n    ctx.clearRect(0, 0, W, H);\n    drawGrid();\n    drawConnections();\n    particles.forEach(p => { p.update(); p.draw(); });\n    drawArc();\n    ctx.globalAlpha = 1;\n    requestAnimationFrame(animate);\n  }\n  animate();\n})();\n\n\/* \u2500\u2500 SCROLL REVEAL \u2500\u2500 *\/\nconst observer = new IntersectionObserver(entries => {\n  entries.forEach(e => {\n    if (e.isIntersecting) {\n      e.target.classList.add('visible');\n      observer.unobserve(e.target);\n    }\n  });\n}, { threshold: 0.12 });\n\ndocument.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>GrowVolta \u2013 Electro Culture Farming GROWVOLTA About How It Works Techniques Benefits Get Started \u26a1 Next-Generation Agriculture Harness the Earth&#8217;s Electric Force Electro Culture merges ancient wisdom with cutting-edge science \u2014 amplifying plant growth using atmospheric electricity, copper antennas, and Earth&#8217;s natural magnetic fields. \u26a1 Explore the Science \u2193 See Techniques +55% Reported Yield Increase [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/growvolta.com\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/growvolta.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/growvolta.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/growvolta.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/growvolta.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":5,"href":"https:\/\/growvolta.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/growvolta.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/growvolta.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}