:root {
  --bg:         #050d07;
  --surface:    #091a0c;
  --card:       #0d2311;
  --border:     rgba(0, 255, 136, 0.08);
  --border-h:   rgba(0, 255, 136, 0.25);

  --green:      #00ff88;
  --green-dim:  #00cc66;
  --green-dark: #005533;
  --gold:       #ffd700;
  --gold-dim:   #cc9900;
  --blue:       #00e5ff;
  --purple:     #cc88ff;
  --warn:       #ff8844;
  --warn-dim:   #cc5522;

  --text:       #e8f5e9;
  --text-dim:   #8fbb95;
  --text-muted: #3d6b44;

  --font:       system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono:       ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;

  --r:          16px;
  --r-lg:       24px;
  --trans:      0.56s cubic-bezier(0.16, 1, 0.3, 1);
  --trans-fast: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  overflow-wrap: break-word;
  cursor: auto;
}
body.loading { overflow: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; }
a, button { touch-action: manipulation; }

h1, h2, h3, h4, h5 {
  line-height: 1.15;
  font-weight: 700;
  word-break: normal;
  overflow-wrap: normal;
}
p, li {
  word-break: normal;
  overflow-wrap: break-word;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--green-dark); border-radius: 2px; }

::selection {
  color: #031008;
  background: rgba(0,255,136,0.88);
  text-shadow: none;
}
::-moz-selection {
  color: #031008;
  background: rgba(0,255,136,0.88);
  text-shadow: none;
}

@keyframes fade-in {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes slide-up {
  from { opacity: 0; transform: translateY(50px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slide-left {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slide-right {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes letter-drop {
  0%   { opacity: 0; transform: translateY(70%) rotate(7deg) scale(0.82); }
  65%  { opacity: 1; transform: translateY(-5%) rotate(-1.5deg) scale(1.04); }
  100% { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }
}
@keyframes pulse-orb {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50%       { opacity: 0.7;  transform: scale(1.12); }
}
@keyframes float-gentle {
  0%   { transform: translateY(0px) rotate(0deg); }
  25%  { transform: translateY(-11px) rotate(2deg); }
  50%  { transform: translateY(-17px) rotate(0deg); }
  75%  { transform: translateY(-10px) rotate(-2deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}
@keyframes wing-beat {
  0%   { transform: scaleY(1) rotateX(0deg); }
  30%  { transform: scaleY(0.35) rotateX(40deg); }
  50%  { transform: scaleY(0.08) rotateX(70deg); }
  70%  { transform: scaleY(0.35) rotateX(40deg); }
  100% { transform: scaleY(1) rotateX(0deg); }
}
@keyframes dragonfly-wing-left {
  0%, 100% { transform: rotate(-3deg) scaleY(1); }
  45%      { transform: rotate(4deg) scaleY(0.32); }
  60%      { transform: rotate(1deg) scaleY(0.52); }
}
@keyframes dragonfly-wing-right {
  0%, 100% { transform: rotate(3deg) scaleY(1); }
  45%      { transform: rotate(-4deg) scaleY(0.32); }
  60%      { transform: rotate(-1deg) scaleY(0.52); }
}
@keyframes butterfly-wing-l {
  0%, 100% { transform: rotateY(0deg); }
  50%       { transform: rotateY(60deg); }
}
@keyframes butterfly-wing-r {
  0%, 100% { transform: rotateY(0deg); }
  50%       { transform: rotateY(-60deg); }
}
@keyframes bug-fly {
  0%   { transform: translate(0,0) rotate(0deg); }
  15%  { transform: translate(55px,-38px) rotate(12deg); }
  30%  { transform: translate(110px,8px) rotate(-8deg); }
  45%  { transform: translate(80px,-55px) rotate(18deg); }
  60%  { transform: translate(130px,-20px) rotate(-5deg); }
  75%  { transform: translate(70px,-70px) rotate(22deg); }
  90%  { transform: translate(20px,-15px) rotate(-3deg); }
  100% { transform: translate(0,0) rotate(0deg); }
}
@keyframes bug-fly-2 {
  0%   { transform: translate(0,0) rotate(0deg); }
  20%  { transform: translate(-40px,-60px) rotate(-15deg); }
  40%  { transform: translate(60px,-30px) rotate(10deg); }
  60%  { transform: translate(-20px,-80px) rotate(-20deg); }
  80%  { transform: translate(30px,-40px) rotate(8deg); }
  100% { transform: translate(0,0) rotate(0deg); }
}
@keyframes bug-fly-3 {
  0%   { transform: translate(0,0) rotate(5deg); }
  25%  { transform: translate(70px,-30px) rotate(-10deg); }
  50%  { transform: translate(40px,-65px) rotate(15deg); }
  75%  { transform: translate(-10px,-45px) rotate(-8deg); }
  100% { transform: translate(0,0) rotate(5deg); }
}
@keyframes glitch-clip-1 {
  0%,100%{ clip-path: inset(0 0 98% 0); transform: translate(-3px,0); }
  20%    { clip-path: inset(30% 0 50% 0); transform: translate(3px,0); }
  40%    { clip-path: inset(65% 0 18% 0); transform: translate(-2px,0); }
  60%    { clip-path: inset(12% 0 72% 0); transform: translate(3px,0); }
  80%    { clip-path: inset(82% 0 4% 0);  transform: translate(-3px,0); }
}
@keyframes glitch-clip-2 {
  0%,100%{ clip-path: inset(0 0 98% 0); transform: translate(3px,0); }
  20%    { clip-path: inset(50% 0 30% 0); transform: translate(-3px,0); }
  40%    { clip-path: inset(18% 0 65% 0); transform: translate(2px,0); }
  60%    { clip-path: inset(72% 0 12% 0); transform: translate(-3px,0); }
  80%    { clip-path: inset(4% 0 82% 0);  transform: translate(3px,0); }
}
@keyframes morph-blob {
  0%,100%{ border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
  33%    { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
  66%    { border-radius: 50% 50% 40% 60% / 40% 70% 50% 50%; }
}
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes hex-glow {
  0%,100%{ opacity:0.04; transform:scale(1); }
  50%    { opacity:0.09; transform:scale(1.05); }
}
@keyframes loader-bounce {
  0%,80%,100%{ transform: translateY(0); }
  40%        { transform: translateY(-8px); }
}
@keyframes loader-bar {
  from { width: 0%; }
  to   { width: 100%; }
}
@keyframes dot-blink {
  0%,100%{ opacity:0.2; } 50%{ opacity:1; }
}
@keyframes scroll-thumb {
  0%   { transform: translateY(0px); opacity:1; }
  100% { transform: translateY(18px); opacity:0; }
}
@keyframes eyebrow-pulse {
  0%,100%{ box-shadow: 0 0 0 0 rgba(0,255,136,0.6); transform:scale(1); }
  50%    { box-shadow: 0 0 0 8px rgba(0,255,136,0); transform:scale(1.2); }
}
@keyframes shimmer-slide {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes tl-spine-grow {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}
@keyframes tag-pop {
  0%   { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1);   opacity: 1; }
}
@keyframes prob-orb-drift {
  0%,100%{ transform: translate(0,0) scale(1); }
  33%    { transform: translate(40px,-30px) scale(1.1); }
  66%    { transform: translate(-20px,20px) scale(0.95); }
}
@keyframes card-glow-in {
  from { opacity:0; }
  to   { opacity:1; }
}
@keyframes card-reveal-flip {
  0%   { opacity:0; transform:perspective(900px) rotateX(-58deg) translateY(45px) scale(0.88); filter:blur(5px); }
  60%  { opacity:1; transform:perspective(900px) rotateX(6deg) translateY(-9px) scale(1.032); filter:blur(0); }
  80%  { transform:perspective(900px) rotateX(-2deg) translateY(3px) scale(0.968); }
  100% { opacity:1; transform:none; filter:blur(0); }
}
@keyframes card-reveal-bloom {
  0%   { opacity:0; transform:scale(0.62) rotate(-6deg); filter:blur(7px); }
  52%  { opacity:1; transform:scale(1.1) rotate(2deg); filter:blur(0); }
  78%  { transform:scale(0.95) rotate(-0.6deg); }
  100% { opacity:1; transform:scale(1) rotate(0deg); filter:blur(0); }
}
@keyframes card-reveal-slide-l {
  0%   { opacity:0; transform:translateX(-72px) rotateY(24deg) scale(0.88); filter:blur(5px); }
  60%  { opacity:1; transform:translateX(9px) rotateY(-4deg) scale(1.025); filter:blur(0); }
  80%  { transform:translateX(-4px) rotateY(1deg) scale(0.988); }
  100% { opacity:1; transform:none; filter:blur(0); }
}
@keyframes card-reveal-slide-r {
  0%   { opacity:0; transform:translateX(72px) rotateY(-24deg) scale(0.88); filter:blur(5px); }
  60%  { opacity:1; transform:translateX(-9px) rotateY(4deg) scale(1.025); filter:blur(0); }
  80%  { transform:translateX(4px) rotateY(-1deg) scale(0.988); }
  100% { opacity:1; transform:none; filter:blur(0); }
}
@keyframes card-reveal-drop {
  0%   { opacity:0; transform:translateY(-58px) rotateX(32deg) scale(0.88); filter:blur(5px); }
  58%  { opacity:1; transform:translateY(9px) rotateX(-5deg) scale(1.03); filter:blur(0); }
  80%  { transform:translateY(-4px) rotateX(1.5deg) scale(0.978); }
  100% { opacity:1; transform:none; filter:blur(0); }
}
@keyframes card-reveal-zoom {
  0%   { opacity:0; transform:scale(0.78) translateY(24px); filter:blur(6px); }
  56%  { opacity:1; transform:scale(1.06) translateY(-6px); filter:blur(0); }
  80%  { transform:scale(0.97) translateY(2.5px); }
  100% { opacity:1; transform:none; filter:blur(0); }
}
@keyframes icon-pop-in {
  0%   { opacity:0; transform:scale(0.28) rotate(-28deg); }
  62%  { opacity:1; transform:scale(1.28) rotate(7deg); }
  84%  { transform:scale(0.91) rotate(-2.5deg); }
  100% { opacity:1; transform:scale(1) rotate(0deg); }
}
@keyframes signal-run {
  0%   { transform: translateX(-120%); opacity: 0; }
  18%  { opacity: 1; }
  82%  { opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}
@keyframes node-breathe {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 0 0 rgba(0,255,136,0); }
  50%      { transform: translateY(-6px) scale(1.035); box-shadow: 0 18px 34px rgba(0,0,0,0.22), 0 0 28px rgba(0,255,136,0.11); }
}
@keyframes orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes orbit-spin-rev {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to   { transform: translate(-50%, -50%) rotate(0deg); }
}
@keyframes pollen-float {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  45%      { transform: translateY(-18px); opacity: 0.8; }
}
@keyframes meter-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(var(--fill, 1)); }
}
@keyframes scan-line {
  0%   { transform: translateY(-100%); opacity: 0; }
  18%  { opacity: 0.55; }
  100% { transform: translateY(220%); opacity: 0; }
}
@keyframes sync-pulse {
  0%, 100% { transform: scale(1); opacity: 0.42; }
  50%      { transform: scale(1.08); opacity: 0.85; }
}

#c-dot {
  position: fixed;
  left: 0; top: 0;
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  box-shadow: 0 0 10px var(--green), 0 0 22px var(--green);
  transition: width 0.18s, height 0.18s, background 0.18s, box-shadow 0.18s;
  display: none;
}
#c-ring {
  position: fixed;
  left: 0; top: 0;
  width: 38px; height: 38px;
  border: 1.5px solid rgba(0,255,136,0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  will-change: transform;
  transition: width 0.22s, height 0.22s, border-color 0.22s, opacity 0.22s;
  display: none;
}
body.cursor-hover #c-dot {
  width: 14px; height: 14px;
  background: var(--gold);
  box-shadow: 0 0 16px var(--gold), 0 0 34px var(--gold);
}
body.cursor-hover #c-ring {
  width: 52px; height: 52px;
  border-color: rgba(255,215,0,0.6);
}

@media (hover: hover) and (pointer: fine) {
  body,
  a,
  button {
    cursor: none;
  }

  #c-dot,
  #c-ring,
  .c-trail {
    display: block;
  }
}

#loader {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
#loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.loader-bee {
  width: 110px;
  height: 110px;
  animation: float-gentle 2.5s ease-in-out infinite;
  filter: drop-shadow(0 0 18px rgba(255,215,0,0.5));
}
.bee-wings-anim ellipse {
  transform-origin: center;
  animation: wing-beat 0.18s ease-in-out infinite;
}
.bee-wings-anim ellipse:first-child { animation-delay: 0s; }
.bee-wings-anim ellipse:last-child  { animation-delay: 0.09s; }

.loader-text {
  font-family: var(--mono);
  font-size: 0.9rem;
  color: var(--text-dim);
  letter-spacing: 0.12em;
}
.dot-1 { animation: dot-blink 1.2s 0s infinite; }
.dot-2 { animation: dot-blink 1.2s 0.2s infinite; }
.dot-3 { animation: dot-blink 1.2s 0.4s infinite; }

.loader-track {
  width: 200px; height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 1px;
  overflow: hidden;
}
.loader-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--gold));
  border-radius: 1px;
  animation: loader-bar 2.2s cubic-bezier(0.4,0,0.2,1) forwards;
  box-shadow: 0 0 8px var(--green);
}

#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 800;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  transition: background 0.4s, backdrop-filter 0.4s, border-bottom 0.4s;
  border-bottom: 1px solid transparent;
}
#nav.scrolled {
  background: rgba(5,13,7,0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--border);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text);
  letter-spacing: 0.01em;
}
.nav-hex-icon {
  width: 28px; height: 28px;
  color: var(--green);
  transition: transform var(--trans);
}
.nav-logo:hover .nav-hex-icon { transform: rotate(30deg); }

.nav-links {
  display: flex;
  gap: 2rem;
}
.nav-links a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-dim);
  letter-spacing: 0.04em;
  position: relative;
  transition: color var(--trans-fast);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1.5px;
  background: var(--green);
  transition: width var(--trans);
  box-shadow: 0 0 8px var(--green);
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-badge {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--green-dim);
  background: rgba(0,255,136,0.06);
  border: 1px solid rgba(0,255,136,0.15);
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.08em;
}
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
}
.nav-burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}

#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 2.5rem 80px;
}

#canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: pulse-orb 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.orb-a {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,255,136,0.18) 0%, transparent 70%);
  top: -100px; left: -100px;
  animation-delay: 0s;
}
.orb-b {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,229,255,0.12) 0%, transparent 70%);
  top: 20%; right: 5%;
  animation-delay: 2s;
}
.orb-c {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);
  bottom: 0; left: 40%;
  animation-delay: 4s;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--green-dim);
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  opacity: 0;
  animation: slide-left 0.7s 0.2s forwards;
}
.eyebrow-pulse {
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  animation: eyebrow-pulse 2s infinite;
  box-shadow: 0 0 6px var(--green);
}

.hero-h1 {
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.h1-line {
  overflow: hidden;
  display: block;
}
.h1-line span {
  display: inline-block;
  opacity: 0;
}
.h1-accent span { color: var(--green); }

.hero-by {
  font-size: 1rem;
  color: var(--text-dim);
  margin-bottom: 18px;
  opacity: 0;
  animation: fade-in 0.6s 1.2s forwards;
}
.hero-by strong { color: var(--text); }

.hero-desc {
  font-size: 1.1rem;
  color: var(--text-dim);
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 40px;
  opacity: 0;
  animation: fade-in 0.6s 1.4s forwards;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fade-in 0.6s 1.6s forwards;
}

.btn-glow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green);
  color: #050d07;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 50px;
  transition: all var(--trans);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0,255,136,0.3);
}
.btn-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,0.2), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn-glow:hover { box-shadow: 0 0 50px rgba(0,255,136,0.6); transform: translateY(-2px); }
.btn-glow:hover::before { opacity: 1; }
.btn-glow svg { width: 18px; transition: transform var(--trans); }
.btn-glow:hover svg { transform: translateX(4px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 13px 28px;
  border-radius: 50px;
  border: 1.5px solid var(--border-h);
  color: var(--text);
  transition: all var(--trans);
  position: relative;
  overflow: hidden;
}
.btn-ghost:hover {
  border-color: var(--green);
  color: var(--green);
  box-shadow: inset 0 0 20px rgba(0,255,136,0.07), 0 0 20px rgba(0,255,136,0.1);
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 60%;
  opacity: 0.32;
  z-index: 0;
  pointer-events: none;
  animation: hero-img-in 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform-origin: center;
}
@keyframes hero-img-in {
  from { transform: scale(1.08); opacity: 0; }
  to   { transform: scale(1);    opacity: 0.32; }
}

#hero-bugs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.hero-bug {
  position: absolute;
  opacity: 0.55;
  filter: drop-shadow(0 0 8px rgba(0,255,136,0.4));
}
.hero-bee-wing-left,
.hero-bee-wing-right {
  transform-box: fill-box;
  will-change: transform;
}
.hero-bee-wing-left {
  transform-origin: right center;
  animation: wing-beat 0.19s ease-in-out infinite;
}
.hero-bee-wing-right {
  transform-origin: left center;
  animation: wing-beat 0.19s 0.095s ease-in-out infinite;
}
.hero-bee-wing-small {
  animation-duration: 0.2s;
}
.hero-dragonfly-wing-left,
.hero-dragonfly-wing-right {
  transform-box: fill-box;
  will-change: transform;
}
.hero-dragonfly-wing-left {
  transform-origin: right center;
  animation: dragonfly-wing-left 0.18s ease-in-out infinite;
}
.hero-dragonfly-wing-right {
  transform-origin: left center;
  animation: dragonfly-wing-right 0.18s ease-in-out infinite;
}
.hero-dragonfly-wing-low {
  animation-duration: 0.22s;
  animation-delay: 0.055s;
}

.scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fade-in 1s 2.2s forwards;
  z-index: 2;
}
.scroll-track {
  width: 2px; height: 36px;
  background: rgba(255,255,255,0.1);
  border-radius: 1px;
  overflow: hidden;
}
.scroll-thumb {
  width: 100%; height: 12px;
  background: var(--green);
  border-radius: 1px;
  animation: scroll-thumb 1.8s ease-in-out infinite;
}
.scroll-hint span {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.section-alt { background: var(--surface); }

.sec-head {
  text-align: center;
  margin-bottom: 72px;
}
.eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-dim);
  background: rgba(0,255,136,0.06);
  border: 1px solid rgba(0,255,136,0.15);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.warn-eye {
  color: var(--warn);
  background: rgba(255,136,68,0.06);
  border-color: rgba(255,136,68,0.2);
}

.sec-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 18px;
}
.sec-sub {
  font-size: 1.05rem;
  color: var(--text-dim);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.acc      { color: var(--green); }
.acc-warn { color: var(--warn); }

.reveal {
  --reveal-y: 28px;
  --reveal-scale: 0.985;
  --reveal-blur: 2px;
  --reveal-duration: 0.9s;
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
  filter: blur(var(--reveal-blur));
  will-change: opacity, transform, filter;
}
.reveal.visible {
  opacity: 1;
  transform: none;
  filter: none;
  animation: reveal-rise-in var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay) both;
}
.reveal.reveal-done { animation: none; will-change: auto; }

@keyframes reveal-rise-in {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
    filter: blur(var(--reveal-blur));
  }
  55% { opacity: 1; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes card-organic-idle {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
    box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,255,136,0);
  }
  32% {
    transform: translate3d(var(--idle-x, 1px), var(--idle-y, -3px), 0) rotateZ(var(--idle-r, 0.12deg));
    box-shadow: 0 18px 46px rgba(0,0,0,0.18), 0 0 28px rgba(0,255,136,var(--idle-glow, 0.045));
  }
  68% {
    transform: translate3d(var(--idle-x-back, -0.6px), var(--idle-y-back, -1px), 0) rotateZ(var(--idle-r-back, -0.08deg));
    box-shadow: 0 12px 34px rgba(0,0,0,0.13), 0 0 20px rgba(255,215,0,var(--idle-warm, 0.022));
  }
}

@keyframes card-detail-idle {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  42%      { transform: translate3d(0, -2px, 0) scale(1.025); }
  72%      { transform: translate3d(0, -0.7px, 0) scale(1.01); }
}

.stat-card.reveal,
.about-card.reveal,
.prob-card.reveal,
.ws-card.reveal,
.goal-card.reveal,
.team-card.reveal,
.nav-card.reveal,
.tl-item.reveal {
  --reveal-y: 36px;
  --reveal-scale: 0.972;
  --reveal-blur: 3px;
  --reveal-duration: 1s;
}

.about-card.reveal.visible,
.goal-card.reveal.visible {
  animation-name: card-reveal-flip;
  --reveal-duration: 1.1s;
}
.team-card.reveal.visible {
  animation-name: card-reveal-bloom;
  --reveal-duration: 1.05s;
}
.prob-card:nth-child(odd).reveal.visible,
.tl-item.tl-left.reveal.visible {
  animation-name: card-reveal-slide-l;
  --reveal-duration: 1s;
}
.prob-card:nth-child(even).reveal.visible,
.tl-item.tl-right.reveal.visible {
  animation-name: card-reveal-slide-r;
  --reveal-duration: 1s;
}
.ws-card.reveal.visible {
  animation-name: card-reveal-drop;
  --reveal-duration: 1s;
}
.stat-card.reveal.visible {
  animation-name: card-reveal-zoom;
  --reveal-duration: 1.05s;
}

.reveal.visible:not(.reveal-done) :where(.about-icon-wrap, .goal-icon, .stat-icon-wrap, .ws-num) {
  animation: icon-pop-in 0.54s calc(var(--reveal-delay) + 570ms) cubic-bezier(0.22,1,0.36,1) both;
}
.reveal.visible:not(.reveal-done) .team-bug-wrap {
  animation: icon-pop-in 0.65s calc(var(--reveal-delay) + 450ms) cubic-bezier(0.22,1,0.36,1) both;
}
.reveal.visible:not(.reveal-done) .prob-num {
  animation: icon-pop-in 0.44s calc(var(--reveal-delay) + 520ms) cubic-bezier(0.22,1,0.36,1) both;
}

.reveal-done :where(.stat-icon-wrap, .nav-card-icon, .goal-icon, .ws-num, .prob-num, .team-bug-wrap, .about-icon-wrap) {
  backface-visibility: hidden;
  transform-origin: center;
}

.organic-card.reveal-done:not(.card-interacting),
.tl-item.reveal-done .organic-card:not(.card-interacting) {
  animation: none;
}

.organic-card.reveal-done.card-interacting,
.organic-card.reveal-done:hover,
.organic-card.reveal-done:focus-within,
.tl-item.reveal-done .organic-card.card-interacting,
.tl-item.reveal-done .organic-card:hover,
.tl-item.reveal-done .organic-card:focus-within {
  animation: none;
}

.organic-card.reveal-done :where(.stat-icon-wrap, .nav-card-icon, .goal-icon, .ws-num, .prob-num, .team-bug-wrap, .about-icon-wrap),
.tl-item.reveal-done .organic-card :where(.stat-icon-wrap, .nav-card-icon, .goal-icon, .ws-num, .prob-num, .team-bug-wrap, .about-icon-wrap) {
  animation: card-detail-idle var(--idle-detail-duration, 5.8s) ease-in-out var(--idle-delay, 0s) infinite;
  will-change: transform;
}

.organic-card.reveal-done.card-interacting :where(.stat-icon-wrap, .nav-card-icon, .goal-icon, .ws-num, .prob-num, .team-bug-wrap, .about-icon-wrap),
.tl-item.reveal-done .organic-card.card-interacting :where(.stat-icon-wrap, .nav-card-icon, .goal-icon, .ws-num, .prob-num, .team-bug-wrap, .about-icon-wrap) {
  animation-play-state: paused;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1),
              transform 0.72s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}
.reveal-left.visible { opacity: 1; transform: none; }
.reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1),
              transform 0.65s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}
.reveal-scale.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.visible,
  .reveal-left,
  .reveal-left.visible,
  .reveal-scale,
  .reveal-scale.visible {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
    transition: none;
  }

  .organic-card.reveal-done,
  .tl-item.reveal-done .organic-card {
    animation: none;
  }

  .organic-card.reveal-done :where(.stat-icon-wrap, .nav-card-icon, .goal-icon, .ws-num, .prob-num, .team-bug-wrap, .about-icon-wrap),
  .tl-item.reveal-done .organic-card :where(.stat-icon-wrap, .nav-card-icon, .goal-icon, .ws-num, .prob-num, .team-bug-wrap, .about-icon-wrap) {
    animation: none;
  }
}

.stats-hex-bg {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='70'%3E%3Cpolygon points='40,4 74,22 74,48 40,66 6,48 6,22' fill='none' stroke='rgba(0,255,136,0.04)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 80px 70px;
  pointer-events: none;
  animation: hex-glow 4s ease-in-out infinite;
}

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

.stat-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: transform var(--trans), border-color var(--trans), box-shadow var(--trans);
}
.stat-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-h);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 30px rgba(0,255,136,0.08);
}
.stat-glow {
  position: absolute;
  top: -40px; left: -40px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(0,255,136,0.12) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.4s;
  opacity: 0;
}
.stat-card:hover .stat-glow { opacity: 1; }

.stat-icon-wrap {
  width: 44px; height: 44px;
  color: var(--green-dim);
  margin-bottom: 20px;
  opacity: 0.7;
}
.stat-icon-wrap.stat-img {
  width: 82px;
  height: 82px;
  background-image: url("assets/generated/stat-icons.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-color: rgba(0,255,136,0.05);
  border: 1px solid rgba(0,255,136,0.14);
  border-radius: 18px;
  opacity: 1;
  box-shadow: inset 0 0 22px rgba(0,255,136,0.06), 0 16px 30px rgba(0,0,0,0.22);
}
.stat-decline { background-position: 0 0; }
.stat-threat { background-position: 100% 0; }
.stat-crops { background-position: 0 100%; }
.stat-value { background-position: 100% 100%; }
.stat-card:hover .stat-img {
  box-shadow: inset 0 0 24px rgba(255,215,0,0.08), 0 18px 36px rgba(0,0,0,0.28), 0 0 28px rgba(0,255,136,0.1);
}
.stat-num {
  font-family: var(--mono);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--green), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.55;
}

.about-feature-img {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid var(--border);
  height: 380px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.about-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  filter: saturate(0.8) brightness(0.75);
  transition: filter 0.6s ease, transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.about-feature-img:hover img {
  filter: saturate(1) brightness(0.85);
  transform: scale(1.02);
}
.about-feature-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(5,13,7,0.7) 100%
  );
  pointer-events: none;
}
.about-feature-caption {
  position: absolute;
  bottom: 20px; left: 24px; right: 24px;
  z-index: 2;
  font-size: 0.82rem;
  color: rgba(232,245,233,0.7);
  font-style: italic;
  letter-spacing: 0.02em;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.about-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: transform var(--trans), border-color var(--trans), box-shadow var(--trans);
  transform-style: preserve-3d;
}
.about-card:hover {
  border-color: var(--border-h);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4), 0 0 40px rgba(0,255,136,0.07);
}
.card-shine {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--cx,50%) var(--cy,50%), rgba(0,255,136,0.07), transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  border-radius: inherit;
}
.about-card:hover .card-shine { opacity: 1; }

.about-icon-wrap {
  width: 60px; height: 60px;
  color: var(--green-dim);
  margin-bottom: 22px;
  opacity: 0.75;
}
.about-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--text);
}
.about-card p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.65;
}

.prob-bg-orb {
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,136,68,0.07) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: prob-orb-drift 8s ease-in-out infinite;
}

.prob-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.prob-card {
  background: rgba(30,10,5,0.6);
  border: 1px solid rgba(255,136,68,0.1);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: border-color var(--trans), box-shadow var(--trans), transform var(--trans);
}
.prob-card:hover {
  border-color: rgba(255,136,68,0.3);
  box-shadow: 0 0 40px rgba(255,136,68,0.08);
  transform: translateY(-4px);
}
.prob-num {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--warn);
  opacity: 0.6;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.prob-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--text);
}
.prob-card p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.65;
}

.prob-statement {
  background: rgba(0,255,136,0.04);
  border: 1px solid rgba(0,255,136,0.12);
  border-radius: var(--r-lg);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ps-bar {
  flex-shrink: 0;
  width: 4px; height: 60px;
  background: linear-gradient(to bottom, var(--green), transparent);
  border-radius: 2px;
}
.prob-statement p {
  font-size: 1.05rem;
  color: var(--text-dim);
  line-height: 1.7;
}
.prob-statement strong { color: var(--green); }

.ws-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.ws-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  gap: 24px;
  transition: border-color var(--trans), box-shadow var(--trans), transform var(--trans);
  position: relative;
  overflow: hidden;
}
.ws-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 0;
  background: linear-gradient(to bottom, var(--green), transparent);
  border-radius: 0 0 2px 2px;
  transition: height 0.5s var(--trans);
}
.ws-card:hover { border-color: var(--border-h); transform: translateY(-4px); }
.ws-card:hover::before { height: 100%; }
.ws-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.35), 0 0 30px rgba(0,255,136,0.06); }

.ws-num {
  font-family: var(--mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--green);
  opacity: 0.2;
  line-height: 1;
  flex-shrink: 0;
  transition: opacity var(--trans);
  align-self: flex-start;
}
.ws-card:hover .ws-num { opacity: 0.5; }
.ws-body h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.ws-body p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.65;
}

.ws-backup {
  background: rgba(0,229,255,0.04);
  border: 1px solid rgba(0,229,255,0.12);
  border-radius: var(--r);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.6;
}
.ws-backup-icon { width: 36px; height: 36px; color: var(--blue); flex-shrink: 0; }
.ws-backup strong { color: var(--blue); }

.ws-needs h4 {
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--mono);
  margin-bottom: 16px;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag {
  font-size: 0.82rem;
  color: var(--text-dim);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 6px 14px;
  border-radius: 20px;
  transition: all var(--trans-fast);
  animation: tag-pop 0.4s backwards;
}
.tag:hover {
  border-color: var(--border-h);
  color: var(--green);
  background: rgba(0,255,136,0.05);
}

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

.team-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 40px 24px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color var(--trans), box-shadow var(--trans);
  transform-style: preserve-3d;
}
.team-card:hover {
  border-color: var(--border-h);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 0 50px rgba(0,255,136,0.07);
}
.team-card .card-shine { border-radius: inherit; }
.team-card:hover .card-shine { opacity: 1; }

.team-bug-wrap {
  width: 100px; height: 100px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-svg {
  width: 100%; height: 100%;
  animation: float-gentle 4s ease-in-out infinite;
}

.bw-ul { fill: rgba(204,136,255,0.6); stroke: rgba(204,136,255,0.9); stroke-width: 1; }
.bw-ur { fill: rgba(221,153,255,0.6); stroke: rgba(221,153,255,0.9); stroke-width: 1; }
.bw-ll { fill: rgba(204,136,255,0.45); stroke: rgba(204,136,255,0.7); stroke-width: 1; }
.bw-lr { fill: rgba(221,153,255,0.45); stroke: rgba(221,153,255,0.7); stroke-width: 1; }

.butterfly-svg { animation-delay: 0.5s; }
.bee-svg { animation-delay: 1s; }
.beetle-svg { animation-delay: 1.5s; }
.dragonfly-svg { animation-delay: 0s; }

.bee-wing-l { transform-origin: 55px 35px; animation: wing-beat 0.18s ease-in-out infinite; }
.bee-wing-r { transform-origin: 55px 35px; animation: wing-beat 0.18s 0.09s ease-in-out infinite; }
.df-wu-l, .df-wu-r, .df-wl-l, .df-wl-r {
  animation: wing-beat 0.22s ease-in-out infinite;
}
.df-wu-r, .df-wl-r { animation-delay: 0.11s; }

.team-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.team-role {
  font-size: 0.8rem;
  font-family: var(--mono);
  color: var(--text-muted);
  letter-spacing: 0.06em;
}

.wdg-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px 36px;
  background: rgba(0,255,136,0.03);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  text-align: left;
}
.wdg-hex { width: 48px; height: 48px; color: var(--green-dim); flex-shrink: 0; }
.wdg-strip strong { font-size: 1rem; }
.wdg-strip p { font-size: 0.85rem; color: var(--text-dim); margin-top: 2px; }

.tl-wrap {
  position: relative;
  padding: 20px 0;
}
.tl-spine {
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--green-dark) 10%, var(--green-dark) 90%, transparent);
  transform: translateX(-50%);
  transform-origin: top;
}
.tl-spine.animate { animation: tl-spine-grow 1s cubic-bezier(0.22,1,0.36,1) forwards; }

.tl-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 60px;
  position: relative;
}
.tl-left { flex-direction: row-reverse; padding-left: calc(50% + 48px); }
.tl-right { padding-right: calc(50% + 48px); }

.tl-node {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px; height: 16px;
  background: var(--bg);
  border: 2.5px solid var(--green);
  border-radius: 50%;
  transition: all var(--trans);
  box-shadow: 0 0 0 4px rgba(0,255,136,0.08);
  top: 20px;
}
.tl-item:hover .tl-node {
  background: var(--green);
  box-shadow: 0 0 16px var(--green), 0 0 30px rgba(0,255,136,0.3);
}

.tl-date {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--green-dim);
  letter-spacing: 0.08em;
  padding-top: 22px;
  flex-shrink: 0;
  width: 120px;
}
.tl-left .tl-date { text-align: right; }

.tl-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 30px;
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: border-color var(--trans), box-shadow var(--trans), transform var(--trans);
}
.tl-card:hover {
  border-color: var(--border-h);
  box-shadow: 0 8px 40px rgba(0,0,0,0.3);
  transform: translateY(-3px);
}
.tl-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.tl-card p { font-size: 0.87rem; color: var(--text-dim); line-height: 1.65; }

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

.goal-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  transition: border-color var(--trans), box-shadow var(--trans), transform var(--trans);
}
.goal-card:hover {
  border-color: var(--border-h);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35), 0 0 30px rgba(0,255,136,0.06);
  transform: translateY(-4px);
}
.goal-icon {
  width: 44px; height: 44px;
  color: var(--green-dim);
  flex-shrink: 0;
  opacity: 0.75;
  margin-top: 2px;
  transition: opacity var(--trans), color var(--trans);
}
.goal-card:hover .goal-icon { opacity: 1; color: var(--green); }
.goal-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.goal-card p { font-size: 0.87rem; color: var(--text-dim); line-height: 1.65; }

#footer {
  padding: 72px 0 48px;
  position: relative;
  border-top: 1px solid var(--border);
  overflow: hidden;
}
.footer-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-logo svg { width: 52px; height: 52px; color: var(--green-dim); }
.footer-logo h3 { font-size: 1.1rem; margin-bottom: 4px; }
.footer-logo p { font-size: 0.82rem; color: var(--text-dim); }

.footer-names {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
  font-size: 0.95rem;
}
.sep { color: var(--text-muted); }

.footer-hr {
  height: 1px;
  background: var(--border);
  margin-bottom: 32px;
}
.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 24px;
  position: relative;
  z-index: 1;
}
.footer-bottom p {
  font-size: 0.88rem;
  color: var(--text-dim);
}
.footer-bottom > p:first-child {
  justify-self: start;
}
.footer-legal {
  justify-self: center;
}
.footer-meta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 7.5px;
  min-height: 33px;
  padding: 4px 7px 4px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 0 18px rgba(255,255,255,0.035), 0 10px 28px rgba(0,0,0,0.22);
}
.footer-credit img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 0 7px rgba(255,255,255,0.35));
}
.footer-class {
  font-family: var(--mono);
  font-size: 0.75rem !important;
  color: var(--text-muted) !important;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
[data-delay="0"]   { --reveal-delay: 0ms; }
[data-delay="100"] { --reveal-delay: 62ms; }
[data-delay="120"] { --reveal-delay: 74ms; }
[data-delay="150"] { --reveal-delay: 93ms; }
[data-delay="200"] { --reveal-delay: 124ms; }
[data-delay="240"] { --reveal-delay: 149ms; }
[data-delay="300"] { --reveal-delay: 186ms; }
[data-delay="360"] { --reveal-delay: 223ms; }
[data-delay="450"] { --reveal-delay: 279ms; }

.tilt {
  transform-style: preserve-3d;
  will-change: transform;
}

.insects-strip {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.insects-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  filter: saturate(0.8) brightness(0.65);
  transition: transform 14s ease-in-out, filter 0.6s ease;
  transform: scale(1.04);
}
.insects-strip:hover img {
  transform: scale(1.09);
  filter: saturate(1) brightness(0.78);
}
.insects-strip-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 22px 2.5rem;
  background: linear-gradient(
    to top,
    rgba(5,13,7,0.88) 0%,
    rgba(5,13,7,0.15) 55%,
    transparent 100%
  );
}
.insects-strip-overlay span {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: rgba(140,200,150,0.65);
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding: 130px 0 72px;
  overflow: hidden;
}
.page-hero .orb { position: absolute; pointer-events: none; }
.page-hero .container { position: relative; z-index: 4; width: 100%; }

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
  filter: saturate(0.75) brightness(0.55);
  animation: hero-img-in 10s cubic-bezier(0.22,1,0.36,1) forwards;
  transform-origin: center;
}
.page-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right,  rgba(5,13,7,0.7) 0%, transparent 40%, transparent 60%, rgba(5,13,7,0.7) 100%),
    linear-gradient(to bottom, rgba(5,13,7,0.6) 0%, transparent 40%, rgba(5,13,7,0.85) 100%);
  pointer-events: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 22px;
}
.breadcrumb a { color: var(--text-muted); transition: color var(--trans-fast); }
.breadcrumb a:hover { color: var(--green); }
.bc-sep { opacity: 0.4; }

.page-title {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 18px;
  opacity: 0;
  animation: slide-up 0.7s 0.15s cubic-bezier(0.22,1,0.36,1) forwards;
}
.letter-space { width: 0.32em; }
.title-word {
  display: inline-block;
  white-space: nowrap;
}
.page-sub {
  font-size: 1.05rem;
  color: var(--text-dim);
  max-width: 560px;
  line-height: 1.7;
  opacity: 0;
  animation: fade-in 0.6s 0.4s forwards;
}

.date-badge {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background: rgba(255,215,0,0.06);
  border: 1px solid rgba(255,215,0,0.22);
  border-radius: var(--r);
  padding: 22px 30px;
  margin-bottom: 48px;
}
.db-main { display: flex; flex-direction: column; gap: 4px; }
.db-date {
  font-family: var(--mono);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
.db-label { font-size: 0.82rem; color: var(--text-dim); }
.db-countdown {
  font-family: var(--mono);
  font-size: 0.9rem;
  color: var(--gold);
  background: rgba(255,215,0,0.1);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,215,0,0.2);
  animation: pulse-orb 2s ease-in-out infinite;
}

.hub-intro {
  text-align: center;
  margin-bottom: 56px;
}
.hub-intro p {
  font-size: 1.1rem;
  color: var(--text-dim);
  max-width: 600px;
  margin: 16px auto 0;
  line-height: 1.7;
}

.nav-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 0;
}
.nav-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 32px 40px;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: border-color var(--trans), transform var(--trans), box-shadow var(--trans);
  transform-style: preserve-3d;
}
.nav-card .card-shine { border-radius: inherit; }
.nav-card:hover .card-shine { opacity: 1; }
.nav-card::after {
  content: '→';
  position: absolute;
  bottom: 30px; right: 32px;
  font-size: 1.3rem;
  color: var(--green);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity var(--trans), transform var(--trans);
}
.nav-card:hover {
  border-color: var(--border-h);
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.45), 0 0 40px rgba(0,255,136,0.07);
}
.nav-card:hover::after { opacity: 1; transform: translateX(0); }
.nav-card-icon { font-size: 2.2rem; line-height: 1; }
.nav-card-eye {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
}
.nav-card h3 { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; }
.nav-card p { font-size: 0.87rem; color: var(--text-dim); line-height: 1.62; }

.tl-item.is-past .tl-node {
  background: var(--green-dark);
  border-color: var(--green-dark);
}
.tl-item.is-past .tl-card { opacity: 0.55; }
.tl-item.is-past .tl-date::after {
  content: ' ✓';
  color: var(--green-dim);
  font-size: 0.85em;
}
.tl-item.is-now .tl-node {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 0 6px rgba(255,215,0,0.15), 0 0 20px rgba(255,215,0,0.4);
}
.tl-item.is-now .tl-card {
  border-color: rgba(255,215,0,0.25);
  background: rgba(255,215,0,0.04);
}
.tl-item.is-now .tl-date { color: var(--gold); }
.now-badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  background: var(--gold);
  color: #111;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 700;
}

.legal-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 2.5rem 120px;
}
.legal-wrap h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 8px;
}
.legal-meta {
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 48px;
}
.legal-wrap h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--green-dim);
  margin: 40px 0 12px;
}
.legal-wrap h3 { font-size: 1rem; margin: 24px 0 8px; }
.legal-wrap p, .legal-wrap li {
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 12px;
}
.legal-wrap ul { padding-left: 1.4em; }
.legal-wrap a { color: var(--green-dim); }
.legal-wrap a:hover { color: var(--green); }
.ph {
  display: inline-block;
  background: rgba(255,215,0,0.1);
  border: 1px dashed rgba(255,215,0,0.35);
  border-radius: 4px;
  padding: 1px 8px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.82em;
  font-style: normal;
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 48px;
  transition: color var(--trans-fast);
}
.legal-back:hover { color: var(--green); }

.footer-legal { display: flex; align-items: center; gap: 12px; }
.footer-legal a {
  font-size: 0.82rem;
  color: var(--text-muted);
  transition: color var(--trans-fast);
}
.footer-legal a:hover { color: var(--green); }
.footer-legal .sep { color: var(--text-muted); opacity: 0.35; }

.img-icon {
  background-image: url("assets/generated/ecosystem-icons.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-color: rgba(0,255,136,0.05);
  border: 1px solid rgba(0,255,136,0.14);
  border-radius: 18px;
  box-shadow: inset 0 0 22px rgba(0,255,136,0.06), 0 16px 30px rgba(0,0,0,0.22);
}
.eco-pollination { background-position: 0 0; }
.eco-soil { background-position: 100% 0; }
.eco-foodweb { background-position: 0 100%; }
.eco-human { background-position: 100% 100%; }
.about-icon-wrap.img-icon {
  width: 86px;
  height: 86px;
  opacity: 1;
  margin-bottom: 22px;
  transform: translateZ(0);
}
.about-card:hover .about-icon-wrap.img-icon {
  box-shadow: inset 0 0 24px rgba(255,215,0,0.08), 0 18px 36px rgba(0,0,0,0.28), 0 0 28px rgba(0,255,136,0.1);
}

.img-goal {
  width: 74px;
  height: 74px;
  background-image: url("assets/generated/goal-impact-icons.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-color: rgba(0,255,136,0.05);
  border: 1px solid rgba(0,255,136,0.14);
  border-radius: 18px;
  opacity: 1;
  box-shadow: inset 0 0 22px rgba(0,255,136,0.06), 0 16px 30px rgba(0,0,0,0.22);
}
.goal-active { background-position: 0 0; }
.goal-memory { background-position: 100% 0; }
.goal-care { background-position: 0 100%; }
.goal-joy { background-position: 100% 100%; }
.goal-card:hover .img-goal {
  color: inherit;
  box-shadow: inset 0 0 24px rgba(255,215,0,0.08), 0 18px 36px rgba(0,0,0,0.28), 0 0 28px rgba(0,255,136,0.1);
}

.contact-icon {
  width: 74px;
  height: 74px;
  background-image: url("assets/generated/contact-icons.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-color: rgba(0,255,136,0.05);
  border: 1px solid rgba(0,255,136,0.14);
  border-radius: 18px;
  opacity: 1;
  box-shadow: inset 0 0 22px rgba(0,255,136,0.06), 0 16px 30px rgba(0,0,0,0.22);
}
.contact-bio { background-position: 0 0; }
.contact-class { background-position: 100% 0; }
.contact-office { background-position: 0 100%; }
.contact-lead { background-position: 100% 100%; }
.goal-card:hover .contact-icon {
  color: inherit;
  box-shadow: inset 0 0 24px rgba(255,215,0,0.08), 0 18px 36px rgba(0,0,0,0.28), 0 0 28px rgba(0,255,136,0.1);
}
.ws-backup-icon.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 15px;
  flex-shrink: 0;
}

.team-avatar {
  background-image: url("assets/generated/team-insect-portraits.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-color: rgba(0,255,136,0.05);
  border: 1px solid rgba(0,255,136,0.16);
  border-radius: 24px;
  box-shadow: inset 0 0 30px rgba(0,255,136,0.06), 0 18px 34px rgba(0,0,0,0.26);
}
.team-butterfly { background-position: 0 0; }
.team-bee { background-position: 100% 0; }
.team-beetle { background-position: 0 100%; }
.team-dragonfly { background-position: 100% 100%; }
.team-bug-wrap.team-avatar {
  width: 116px;
  height: 116px;
  margin-bottom: 26px;
  transform: translateZ(0);
}
.team-card:hover .team-avatar {
  box-shadow: inset 0 0 34px rgba(255,255,255,0.05), 0 22px 42px rgba(0,0,0,0.32), 0 0 30px rgba(0,255,136,0.12);
}

.ecosystem-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  isolation: isolate;
}
.flow-node {
  background: rgba(13,35,17,0.82);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 24px 22px;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  overflow: hidden;
  animation: node-breathe 6.8s ease-in-out infinite;
}
.flow-node:nth-child(3) { animation-delay: -1.1s; }
.flow-node:nth-child(4) { animation-delay: -2.2s; }
.flow-node:nth-child(5) { animation-delay: -3.3s; }
.flow-node::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 0%, rgba(255,255,255,0.04) 42%, transparent 58%);
  transform: translateX(-120%);
  animation: signal-run 5.4s ease-in-out infinite;
}
.flow-node .img-icon {
  width: 96px;
  height: 96px;
}
.flow-node strong {
  font-size: 1.05rem;
}
.flow-node span {
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.65;
}

.visual-panel {
  position: relative;
  min-height: 360px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 34px 80px rgba(0,0,0,0.48);
  background: var(--card);
}
.visual-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.72);
  transform: scale(1.02);
  transition: transform 9s ease, filter 0.7s ease;
}
.visual-panel:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) brightness(0.82);
}
.visual-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(5,13,7,0.82) 0%, rgba(5,13,7,0.46) 42%, rgba(5,13,7,0.18) 100%),
    linear-gradient(to top, rgba(5,13,7,0.72) 0%, transparent 55%);
  pointer-events: none;
}
.visual-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0,255,136,0.18), transparent);
  opacity: 0;
  animation: scan-line 5.8s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}
.visual-panel-overlay {
  position: relative;
  z-index: 3;
  min-height: 360px;
  max-width: 520px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
}
.visual-panel-overlay h3 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.action-pills,
.station-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.action-pills span,
.station-row span {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--text);
  border: 1px solid rgba(0,255,136,0.2);
  background: rgba(0,255,136,0.08);
  border-radius: 999px;
  padding: 8px 13px;
  backdrop-filter: blur(12px);
}
.station-row span {
  border-color: rgba(255,215,0,0.24);
  background: rgba(255,215,0,0.09);
}

.team-sync {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 48px;
  align-items: center;
  padding: 38px;
  background: rgba(0,255,136,0.035);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.sync-orbit {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,136,0.1), transparent 62%);
}
.sync-orbit::before,
.sync-orbit::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0,255,136,0.16);
  border-radius: 50%;
  animation: orbit-spin 16s linear infinite;
}
.sync-orbit::before {
  width: 245px;
  height: 245px;
}
.sync-orbit::after {
  width: 180px;
  height: 180px;
  animation-name: orbit-spin-rev;
}
.sync-orbit .team-avatar {
  position: absolute;
  width: 98px;
  height: 98px;
  animation: sync-pulse 4.8s ease-in-out infinite;
}
.sync-orbit .team-butterfly { left: 0; top: 18px; }
.sync-orbit .team-bee { right: 0; top: 18px; animation-delay: -1.2s; }
.sync-orbit .team-beetle { left: 28px; bottom: 0; animation-delay: -2.4s; }
.sync-orbit .team-dragonfly { right: 28px; bottom: 0; animation-delay: -3.6s; }
.sync-copy h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.03em;
  margin: 10px 0 18px;
}
.sync-copy p {
  color: var(--text-dim);
  max-width: 620px;
  line-height: 1.72;
}

.milestone-lab {
  margin-top: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}
.milestone-image {
  position: relative;
  min-height: 300px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 26px 64px rgba(0,0,0,0.42);
}
.milestone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.72);
  transform: scale(1.02);
  transition: transform 8s ease, filter 0.6s ease;
}
.milestone-lab:hover .milestone-image img {
  transform: scale(1.06);
  filter: saturate(1.05) brightness(0.82);
}
.milestone-steps {
  display: grid;
  gap: 14px;
}
.milestone-steps div {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
}
.milestone-steps div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--green), transparent);
}
.milestone-steps span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,255,136,0.1);
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.78rem;
  margin-bottom: 12px;
}
.milestone-steps strong {
  display: block;
  margin-bottom: 6px;
}
.milestone-steps p {
  color: var(--text-dim);
  font-size: 0.87rem;
  line-height: 1.62;
}

@media (max-width: 1080px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .ecosystem-flow { grid-template-columns: repeat(2, 1fr); }
  .team-sync { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 68px; left: 0; right: 0;
    background: rgba(5,13,7,0.97);
    backdrop-filter: blur(18px);
    padding: 24px 2rem;
    gap: 20px;
    border-bottom: 1px solid var(--border);
    z-index: 790;
  }
  .nav-burger { display: flex; }
  #nav { padding: 0 1.5rem; }

  #hero { padding: 100px 1.5rem 60px; }
  .hero-h1 { font-size: clamp(2.5rem, 9vw, 4rem); }

  .section { padding: 80px 0; }
  .container { padding: 0 1.5rem; }

  .stats-row, .about-grid, .ws-grid, .goals-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .prob-grid { grid-template-columns: 1fr; }

  .about-feature-img { height: 240px; }
  .nav-cards { grid-template-columns: 1fr; }
  .legal-wrap { padding: 60px 1.5rem 80px; }
  .page-hero { padding: 110px 0 56px; min-height: 42vh; }

  .tl-left, .tl-right { padding: 0 0 0 56px; flex-direction: row; }
  .tl-spine { left: 20px; }
  .tl-node { left: 20px; transform: translateX(-50%); }
  .tl-date { width: auto; text-align: left !important; }

  .footer-top { flex-direction: column; text-align: center; }
  .footer-bottom {
    grid-template-columns: 1fr;
    row-gap: 10px;
    text-align: center;
  }
  .footer-bottom > p:first-child,
  .footer-legal,
  .footer-meta {
    justify-self: center;
  }
  .footer-meta { flex-direction: column; gap: 8px; }
  .wdg-strip { flex-direction: column; text-align: center; }
  .ecosystem-flow { grid-template-columns: 1fr; }
  .flow-node { min-height: 0; }
  .visual-panel,
  .visual-panel-overlay { min-height: 420px; }
  .visual-panel-overlay { padding: 30px 24px; }
  .team-sync { padding: 28px 22px; gap: 28px; }
  .sync-orbit { width: 260px; height: 260px; margin: 0 auto; }
  .sync-orbit .team-avatar { width: 84px; height: 84px; }
  .milestone-lab { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-h1 { font-size: 2.4rem; }
  .hero-btns { flex-direction: column; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .sync-orbit { width: 230px; height: 230px; }
  .sync-orbit .team-avatar { width: 74px; height: 74px; border-radius: 18px; }
}

.c-trail {
  position: fixed;
  left: 0; top: 0;
  border-radius: 50%;
  background: var(--green);
  pointer-events: none;
  z-index: 9989;
  mix-blend-mode: screen;
  will-change: transform, opacity;
  display: none;
}

@keyframes ripple-burst {
  from { width: 0; height: 0; opacity: 0.7; }
  to   { width: 240px; height: 240px; opacity: 0; }
}
.ripple-fx {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: ripple-burst 0.65s ease-out forwards;
  z-index: 10;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
}
#page-bugs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

@keyframes now-node-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(255,215,0,0.15), 0 0 20px rgba(255,215,0,0.4); }
  50%       { box-shadow: 0 0 0 12px rgba(255,215,0,0.05), 0 0 35px rgba(255,215,0,0.6); }
}
.tl-item.is-now .tl-node {
  animation: now-node-pulse 2s ease-in-out infinite;
}


.nav-card {
  will-change: transform;
}

@keyframes icon-bounce {
  0%, 100% { transform: translateY(0); }
  40%       { transform: translateY(-6px); }
  70%       { transform: translateY(-2px); }
}
.goal-card:hover .goal-icon { animation: icon-bounce 0.5s ease; }

.nav-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.fact-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  transition: border-color var(--trans), box-shadow var(--trans), transform var(--trans);
}
.fact-card:hover {
  border-color: var(--border-h);
  box-shadow: 0 14px 40px rgba(0,0,0,0.3), 0 0 20px rgba(0,255,136,0.06);
  transform: translateY(-3px);
}
.fact-icon {
  font-size: 1.9rem;
  line-height: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(0,255,136,0.25));
}
.fact-text {
  font-size: 0.87rem;
  color: var(--text-dim);
  line-height: 1.65;
}
.fact-text strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
  margin-bottom: 5px;
}

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

@media (hover: hover) and (pointer: fine) {
  .c-trail { display: block; }
}

@media (hover: none), (pointer: coarse) {
  body,
  a,
  button {
    cursor: auto !important;
  }

  #c-dot,
  #c-ring,
  .c-trail {
    display: none !important;
  }

  .card-shine,
  .stat-glow {
    display: none !important;
  }

  .tilt,
  .organic-card,
  .stat-card,
  .about-card,
  .prob-card,
  .ws-card,
  .goal-card,
  .team-card,
  .nav-card,
  .tl-card,
  .flow-node,
  .btn-glow {
    transform: none !important;
  }
}

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

  #nav {
    height: 64px;
    padding: 0 16px;
  }
  .nav-logo {
    min-width: 0;
    max-width: calc(100vw - 150px);
  }
  .nav-logo span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.92rem;
  }
  .nav-badge {
    font-size: 0.66rem;
    padding: 3px 8px;
  }
  .nav-links.open {
    top: 64px;
    padding: 18px 1.25rem 22px;
    gap: 14px;
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
  }
  .nav-links.open a {
    display: block;
    padding: 8px 0;
  }

  #hero {
    min-height: auto;
    align-items: flex-start;
    padding: 104px 1.25rem 64px;
  }
  .hero-content { max-width: 100%; }
  .hero-eyebrow {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    line-height: 1.55;
    margin-bottom: 18px;
  }
  .hero-h1 {
    font-size: clamp(2.35rem, 15vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }
  .hero-by,
  .hero-desc {
    font-size: 0.95rem;
    line-height: 1.62;
  }
  .hero-desc {
    max-width: none;
    margin-bottom: 28px;
  }
  .hero-btns {
    width: 100%;
    gap: 12px;
  }
  .btn-glow,
  .btn-ghost {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    padding: 13px 18px;
  }
  .scroll-hint,
  #hero-bugs,
  #page-bugs {
    display: none;
  }
  .orb {
    filter: blur(58px);
    opacity: 0.55;
  }
  .orb-a {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -110px;
  }
  .orb-b {
    width: 220px;
    height: 220px;
    top: 24%;
    right: -110px;
  }
  .orb-c {
    width: 220px;
    height: 220px;
    left: 30%;
    bottom: -90px;
  }

  .container { padding: 0 1.25rem; }
  .section { padding: 72px 0; }
  .sec-head { margin-bottom: 42px; }
  .sec-title {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
    line-height: 1.12;
  }
  .sec-sub {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .stats-row,
  .about-grid,
  .prob-grid,
  .ws-grid,
  .goals-grid,
  .nav-cards,
  .facts-grid {
    grid-template-columns: 1fr;
  }
  .team-grid { grid-template-columns: 1fr; }

  .hero-content,
  .hero-by,
  .hero-desc,
  .sec-head,
  .sec-sub,
  .page-sub,
  .ws-body,
  .sync-copy,
  .footer-meta,
  .team-info,
  .tl-card,
  .goal-card > div:last-child,
  .prob-card,
  .about-card,
  .nav-card,
  .legal-wrap {
    min-width: 0;
  }

  .hero-h1,
  .page-title,
  .sec-title {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }
  .legal-wrap h1,
  .legal-wrap h2,
  .legal-wrap p,
  .nav-card p,
  .team-role {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .stat-card,
  .about-card,
  .prob-card,
  .ws-card,
  .goal-card,
  .team-card,
  .nav-card,
  .tl-card,
  .milestone-steps div,
  .flow-node {
    border-radius: 16px;
    padding: 24px 20px;
  }
  .stat-icon-wrap.stat-img,
  .about-icon-wrap.img-icon,
  .img-goal,
  .contact-icon {
    width: 68px;
    height: 68px;
    border-radius: 15px;
  }
  .stat-num { font-size: 2rem; }
  .about-feature-img {
    height: 220px;
    margin-bottom: 34px;
  }

  .ws-card,
  .goal-card,
  .ws-backup,
  .prob-statement {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .ws-num { font-size: 1.55rem; }
  .ps-bar {
    width: 54px;
    height: 3px;
  }

  .insects-strip { height: 220px; }
  .insects-strip-overlay { padding: 18px 1.25rem; }
  .insects-strip-overlay span {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }

  .page-hero {
    min-height: auto;
    padding: 104px 0 48px;
  }
  .page-title {
    font-size: clamp(2.05rem, 12vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }
  .page-sub {
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .breadcrumb {
    flex-wrap: wrap;
    line-height: 1.45;
    margin-bottom: 16px;
  }

  .date-badge {
    width: 100%;
    align-items: flex-start;
    padding: 18px;
    gap: 12px;
  }
  .db-date { font-size: 1.35rem; }
  .db-countdown {
    font-size: 0.78rem;
    padding: 7px 12px;
    border-radius: 16px;
  }

  .tl-wrap { padding: 0; }
  .tl-spine { left: 18px; }
  .tl-item,
  .tl-left,
  .tl-right {
    display: block;
    padding: 0 0 0 48px;
    margin-bottom: 34px;
  }
  .tl-node {
    left: 18px;
    top: 6px;
  }
  .tl-date {
    width: auto;
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 0.7rem;
    text-align: left !important;
  }
  .now-badge {
    display: block;
    width: max-content;
    margin: 8px 0 0;
  }

  .visual-panel,
  .visual-panel-overlay {
    min-height: auto;
  }
  .visual-panel {
    display: flex;
    flex-direction: column;
  }
  .visual-panel img {
    position: relative;
    height: 220px;
    object-position: center;
  }
  .visual-panel::before,
  .visual-panel::after {
    display: none;
  }
  .visual-panel-overlay {
    max-width: none;
    padding: 24px;
    background: linear-gradient(180deg, rgba(5,13,7,0.9), rgba(9,26,12,0.96));
  }
  .visual-panel-overlay h3 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .team-sync {
    display: block;
    padding: 24px 20px;
  }
  .sync-orbit {
    width: 220px;
    height: 220px;
    margin: 0 auto 24px;
  }
  .sync-orbit::before {
    width: 180px;
    height: 180px;
  }
  .sync-orbit::after {
    width: 130px;
    height: 130px;
  }
  .sync-orbit .team-avatar {
    width: 68px;
    height: 68px;
    border-radius: 17px;
  }
  .sync-orbit .team-beetle { left: 20px; }
  .sync-orbit .team-dragonfly { right: 20px; }

  .milestone-lab { grid-template-columns: 1fr; }
  .milestone-image { min-height: 220px; }

  .legal-wrap {
    padding: 48px 1.25rem 72px;
  }
  .legal-meta {
    line-height: 1.55;
    padding-bottom: 24px;
    margin-bottom: 32px;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .legal-back { margin-bottom: 32px; }

  #footer { padding: 56px 0 36px; }
  .footer-top {
    gap: 18px;
    margin-bottom: 28px;
  }
  .footer-logo {
    justify-content: center;
    text-align: left;
  }
  .footer-names {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
  }
}

@media (max-width: 520px) {
  .nav-badge { display: none; }
  .nav-logo { max-width: calc(100vw - 88px); }
}

@media (max-width: 420px) {
  #nav { padding: 0 12px; }
  .container { padding: 0 1rem; }
  #hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-h1 { font-size: clamp(2rem, 16vw, 3rem); }
  .hero-by,
  .hero-desc,
  .sec-sub,
  .page-sub,
  .ws-body,
  .sync-copy,
  .footer-meta,
  .team-info,
  .tl-card,
  .goal-card > div:last-child,
  .prob-card,
  .about-card,
  .nav-card {
    min-width: 0;
  }

  .hero-by,
  .hero-desc,
  .sec-sub,
  .page-sub {
    font-size: 0.9rem;
  }
  .stat-card,
  .about-card,
  .prob-card,
  .ws-card,
  .goal-card,
  .team-card,
  .nav-card,
  .tl-card,
  .milestone-steps div,
  .flow-node {
    padding: 22px 18px;
  }
  .team-bug-wrap.team-avatar {
    width: 96px;
    height: 96px;
  }
  .footer-meta {
    gap: 8px;
  }
  .footer-class {
    font-size: 0.68rem !important;
    letter-spacing: 0.04em;
  }
}
