/* ═══ GARDEN BOTS ════════════════════════════════════════════════════ */
:root {
  --acc:  #22c55e;
  --acc2: rgba(34,197,94,0.10);
  --acc3: rgba(34,197,94,0.04);
  --bg:   #010a03;
  --text: #c8d4c0;
  --dim:  rgba(200,212,192,0.48);
  --grn:  #00c896;
  --mono: 'JetBrains Mono', monospace;
  --serif:'Cormorant Garamond', Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--bg); color: var(--text); font-family: var(--serif); font-size: 1.05rem; line-height: 1.75; }
a { color: var(--acc); text-decoration: none; }
strong { color: #ecf5e8; font-weight: 600; }
code { font-family: var(--mono); font-size: 0.82em; color: var(--acc); }

.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 7rem 2rem 5rem; position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(34,197,94,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(34,197,94,0.04) 1px,transparent 1px); background-size: 44px 44px; pointer-events: none; }
.hero-label { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.22em; color: rgba(34,197,94,0.55); margin-bottom: 2.5rem; }
.hero-title { font-family: var(--serif); font-size: clamp(3.5rem,9vw,7rem); font-weight: 300; letter-spacing: -0.02em; color: #ecf5e8; line-height: 1; margin-bottom: 1.2rem; }
.hero-sub { font-family: var(--serif); font-size: 1.35rem; font-style: italic; font-weight: 300; color: var(--dim); margin-bottom: 2rem; }

/* LOOP VIZ */
.loop-viz { display: flex; align-items: center; gap: 0.6rem; justify-content: center; flex-wrap: wrap; font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.08em; margin: 0 auto 2rem; }
.lv-node { padding: 0.4rem 0.9rem; border: 1px solid rgba(34,197,94,0.3); color: var(--acc); border-radius: 2px; }
.lv-arr { color: rgba(34,197,94,0.35); }

.s { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; }
.s-2 { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.s-divider { border: none; border-top: 1px solid rgba(34,197,94,0.09); }
.sec-label { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.2em; color: rgba(34,197,94,0.52); text-transform: uppercase; margin-bottom: 1.2rem; }
h2 { font-family: var(--serif); font-size: clamp(1.9rem,3.5vw,2.7rem); font-weight: 300; color: #ecf5e8; margin-bottom: 1.6rem; line-height: 1.2; }
p { margin-bottom: 1.1rem; }
.pull { font-family: var(--serif); font-size: 1.3rem; font-style: italic; color: var(--acc); line-height: 1.55; margin: 2rem 0; padding-left: 1.2rem; border-left: 2px solid rgba(34,197,94,0.38); }

/* SENSOR TABLE */
.sensor-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; font-size: 0.88rem; }
.sensor-table th { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.15em; color: var(--dim); text-align: left; padding: 0.5rem 0.8rem; border-bottom: 1px solid rgba(34,197,94,0.18); }
.sensor-table td { padding: 0.5rem 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.04); }
.sensor-table td:first-child { font-family: var(--mono); font-size: 0.7rem; color: rgba(34,197,94,0.8); }
.sensor-table td:last-child { color: var(--dim); font-size: 0.82rem; }

/* VLLM CARDS */
.vllm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 0.5rem; margin-top: 1.5rem; }
.vllm-card { border: 1px solid rgba(34,197,94,0.18); padding: 0.8rem 1rem; background: rgba(34,197,94,0.02); }
.vc-name { font-family: var(--mono); font-size: 0.68rem; color: var(--acc); margin-bottom: 0.3rem; }
.vc-note { font-size: 0.78rem; color: var(--dim); }

/* SOIL LAYERS */
.soil-stack { display: flex; flex-direction: column; gap: 1px; background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.12); margin-top: 1.5rem; }
.soil-layer { background: var(--bg); padding: 0.9rem 1.2rem; display: grid; grid-template-columns: 7rem 1fr; gap: 0.8rem; }
.sl-name { font-family: var(--mono); font-size: 0.68rem; color: var(--acc); }
.sl-desc { font-size: 0.88rem; line-height: 1.55; }

/* SPEC BOX */
.spec-box { font-family: var(--mono); font-size: 0.74rem; line-height: 1.75; background: rgba(34,197,94,0.03); border: 1px solid rgba(34,197,94,0.14); border-radius: 3px; padding: 1.4rem 1.6rem; }
.sb-head { font-size: 0.6rem; letter-spacing: 0.18em; color: rgba(34,197,94,0.65); margin-bottom: 1rem; }
.sb-row { display: flex; gap: 0.8rem; padding: 0.22rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.sb-key { color: rgba(34,197,94,0.68); min-width: 9rem; }
.sb-val { color: var(--text); }

.s-close { background: rgba(34,197,94,0.03); border-top: 1px solid rgba(34,197,94,0.1); }
.close-inner { max-width: 820px; margin: 0 auto; padding: 7rem 2rem; text-align: center; }
.close-inner h2 { font-size: clamp(2rem,4.5vw,3.2rem); font-weight: 300; color: #ecf5e8; font-style: italic; line-height: 1.3; }
.site-footer { text-align: center; padding: 1.8rem; font-family: var(--mono); font-size: 0.68rem; color: var(--dim); border-top: 1px solid rgba(255,255,255,0.04); }

@media (max-width: 760px) {
  .s-2 { grid-template-columns: 1fr; padding: 3rem 1.2rem; }
  .s   { padding: 3rem 1.2rem; }
  .soil-layer { grid-template-columns: 1fr; }
}
