/* GHG Site Core 2.0 alpha 2 — refined visual system */
:root{
  --ghg-v2-ink:#263020;
  --ghg-v2-muted:#66705f;
  --ghg-v2-green:#8da930;
  --ghg-v2-green-2:#b9d765;
  --ghg-v2-green-3:#eaf3d5;
  --ghg-v2-line:rgba(38,48,32,.10);
  --ghg-v2-shadow:0 24px 70px rgba(32,50,28,.08);
}

.ghg-v2-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto;position:relative;z-index:2}
.ghg-v2-section{position:relative;z-index:3;padding:clamp(78px,9vw,128px) 0;overflow:hidden;color:var(--ghg-v2-ink)}
.ghg-v2-heading{max-width:760px;margin-bottom:42px}
.ghg-v2-heading>span,.ghg-v2-heading>div>span{display:block;margin-bottom:12px;color:var(--ghg-v2-green);font-size:.76rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.ghg-v2-heading h2{margin:0;color:var(--ghg-v2-ink);font-size:clamp(2rem,4vw,3.35rem);line-height:1.07;letter-spacing:-.04em}
.ghg-v2-heading p{margin:18px 0 0;color:var(--ghg-v2-muted);font-size:1.02rem;line-height:1.75}
.ghg-v2-heading-split{max-width:none;display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,.7fr);gap:70px;align-items:end}
.ghg-v2-heading-split p{margin:0}
.ghg-v2-ambient{position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none}
.ghg-v2-ambient.ambient-a{width:420px;height:420px;right:-100px;top:-100px;background:radial-gradient(circle,rgba(169,198,79,.16),transparent 68%)}
.ghg-v2-ambient.ambient-b{width:280px;height:280px;left:-70px;bottom:-60px;background:radial-gradient(circle,rgba(119,153,44,.10),transparent 70%)}

/* Hero telemetry strip — intentionally compact */
.ghg-v2-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;max-width:760px;margin-top:28px;padding:7px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(5,16,10,.24);box-shadow:0 18px 50px rgba(0,0,0,.12);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}
.ghg-v2-stats article{position:relative;min-height:62px;padding:11px 12px 10px 15px;display:flex;flex-direction:column;justify-content:center;border-radius:12px;background:rgba(255,255,255,.045);overflow:hidden}
.ghg-v2-stats article:after{content:"";position:absolute;right:-16px;bottom:-20px;width:52px;height:52px;border:1px solid rgba(207,233,156,.10);border-radius:50%}
.ghg-v2-stats article i{position:absolute;left:7px;top:50%;width:3px;height:30px;transform:translateY(-50%);border-radius:9px;background:linear-gradient(180deg,transparent,#b9d765,transparent);opacity:.75}
.ghg-v2-stats strong{color:#d8efa0;font-size:clamp(.98rem,1.45vw,1.24rem);line-height:1.08;letter-spacing:-.02em;white-space:nowrap}
.ghg-v2-stat-copy > span{margin-top:4px;color:rgba(255,255,255,.58);font-size:.59rem;font-weight:760;letter-spacing:.07em;text-transform:uppercase;line-height:1.25}

/* Hardware */
.ghg-v2-hardware{background:linear-gradient(180deg,#f7faf4,#fff)}
.ghg-v2-hardware-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:34px;align-items:stretch}
.ghg-v2-sensor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.ghg-v2-sensor{position:relative;display:flex;align-items:center;gap:14px;padding:16px 42px 16px 16px;border:1px solid var(--ghg-v2-line);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 16px 50px rgba(32,50,28,.05);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;overflow:hidden}
.ghg-v2-sensor:before{content:"";position:absolute;inset:auto -32px -42px auto;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(169,198,79,.15),transparent 68%);transition:transform .35s ease}
.ghg-v2-sensor:hover{transform:translateY(-4px);border-color:rgba(169,198,79,.48);box-shadow:0 22px 60px rgba(32,50,28,.10)}
.ghg-v2-sensor:hover:before{transform:scale(1.25)}
.ghg-v2-sensor>span{position:relative;z-index:1;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#f3f8e9,#e3efc9);color:#688323;font-size:.75rem;font-weight:900;box-shadow:inset 0 0 0 1px rgba(125,155,46,.08)}
.ghg-v2-sensor strong{display:block;color:var(--ghg-v2-ink);font-size:.93rem}
.ghg-v2-sensor small{display:block;margin-top:4px;color:#76806f;font-size:.76rem}
.ghg-v2-sensor>i{position:absolute;right:15px;top:50%;width:9px;height:9px;transform:translateY(-50%);border-radius:50%;background:#a7c755;box-shadow:0 0 0 0 rgba(167,199,85,.28);animation:ghgV2Status 2.5s ease-out infinite;animation-delay:calc(var(--sensor-index) * -.19s)}
@keyframes ghgV2Status{0%{box-shadow:0 0 0 0 rgba(167,199,85,.35)}70%{box-shadow:0 0 0 9px rgba(167,199,85,0)}100%{box-shadow:0 0 0 0 rgba(167,199,85,0)}}
.ghg-v2-spec-card{position:relative;padding:28px;border-radius:28px;background:linear-gradient(145deg,#0b1710,#19331d);color:#fff;box-shadow:0 30px 80px rgba(15,38,19,.18);overflow:hidden}
.ghg-v2-spec-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.ghg-v2-spec-card h3,.ghg-v2-spec-card ul,.ghg-v2-spec-orbit{position:relative;z-index:1}
.ghg-v2-spec-card h3{margin:22px 0 18px;color:#fff;font-size:1.3rem}
.ghg-v2-spec-card ul{display:grid;gap:11px;padding:0;margin:0;list-style:none}
.ghg-v2-spec-card li{display:flex;gap:10px;color:rgba(255,255,255,.72);font-size:.88rem}
.ghg-v2-spec-card li span{width:7px;height:7px;margin-top:7px;border-radius:50%;background:#b8d963;box-shadow:0 0 14px rgba(184,217,99,.45)}
.ghg-v2-spec-orbit{position:relative;width:150px;height:150px;margin:auto;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:50%}
.ghg-v2-spec-orbit:before,.ghg-v2-spec-orbit:after,.ghg-v2-spec-orbit i{content:"";position:absolute;border:1px solid rgba(184,217,99,.2);border-radius:50%;animation:ghgV2Pulse 3.6s ease-out infinite}
.ghg-v2-spec-orbit:before{inset:16px}.ghg-v2-spec-orbit:after{inset:-18px;animation-delay:1.2s}.ghg-v2-spec-orbit i:nth-of-type(1){inset:34px;animation-delay:2.1s}.ghg-v2-spec-orbit i:nth-of-type(2){width:8px;height:8px;left:2px;top:50%;background:#d8ee99;border:0;animation:ghgV2Orbit 7s linear infinite;transform-origin:73px 0}.ghg-v2-spec-orbit i:nth-of-type(3){display:none}
.ghg-v2-spec-orbit b{position:relative;z-index:2;width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(135deg,#b8d963,#fff);color:#10200f;font-size:1rem;box-shadow:0 18px 40px rgba(0,0,0,.25)}
.ghg-v2-spec-orbit em{position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;right:16px;top:30px;box-shadow:0 0 14px rgba(255,255,255,.55)}
@keyframes ghgV2Pulse{0%{opacity:.6;transform:scale(.88)}100%{opacity:0;transform:scale(1.22)}}
@keyframes ghgV2Orbit{to{transform:rotate(360deg)}}

/* IoT — light, readable, animated */
.ghg-v2-iot{background:linear-gradient(180deg,#ffffff,#f4f8ef)}
.ghg-v2-circuit-grid{position:absolute;inset:0;opacity:.38;background-image:linear-gradient(rgba(126,155,48,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(126,155,48,.055) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle at 50% 45%,black 0%,transparent 72%)}
.ghg-v2-iot-shell{position:relative;padding:34px 28px 30px;border:1px solid rgba(38,48,32,.10);border-radius:34px;background:rgba(255,255,255,.86);box-shadow:0 30px 90px rgba(38,48,32,.08);overflow:hidden}
.ghg-v2-iot-shell:before{content:"";position:absolute;left:50%;top:50%;width:520px;height:520px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(169,198,79,.10),transparent 67%);pointer-events:none}
.ghg-v2-iot-core{position:absolute;left:50%;top:50%;width:160px;height:160px;transform:translate(-50%,-50%);border:1px solid rgba(141,169,48,.12);border-radius:50%;opacity:.45;pointer-events:none}
.ghg-v2-iot-core span,.ghg-v2-iot-core i,.ghg-v2-iot-core b{position:absolute;inset:18px;border:1px dashed rgba(141,169,48,.16);border-radius:50%;animation:ghgV2Spin 18s linear infinite}
.ghg-v2-iot-core i{inset:42px;animation-direction:reverse;animation-duration:12s}.ghg-v2-iot-core b{inset:68px;background:#a8c954;border:0;box-shadow:0 0 18px rgba(168,201,84,.32)}
.ghg-v2-iot-flow{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr) 54px minmax(0,1fr) 54px minmax(0,1fr);align-items:stretch;grid-auto-rows:1fr}
.ghg-v2-iot-node{position:relative;display:flex;min-width:0;min-height:310px;height:100%;flex-direction:column;padding:24px 20px;border:1px solid rgba(38,48,32,.10);border-radius:24px;background:linear-gradient(180deg,#fff,#f9fbf6);box-shadow:0 16px 46px rgba(38,48,32,.06);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.ghg-v2-iot-node:hover{transform:translateY(-5px);border-color:rgba(141,169,48,.40);box-shadow:0 24px 60px rgba(38,48,32,.11)}
.ghg-v2-iot-node:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(169,198,79,.08),transparent 40%);opacity:.8}
.ghg-v2-node-top,.ghg-v2-iot-node h3,.ghg-v2-iot-node p,.ghg-v2-node-tags{position:relative;z-index:2}
.ghg-v2-node-top{display:flex;align-items:center;justify-content:space-between}
.ghg-v2-node-icon{width:52px;height:52px;display:grid;flex:0 0 52px;place-items:center;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#edf5dc,#f9fcf4);color:#718b24;font-size:1.45rem;line-height:1;box-shadow:inset 0 0 0 1px rgba(141,169,48,.10)}
.ghg-v2-node-step{color:#b6bea9;font:800 .68rem/1 monospace;letter-spacing:.12em}
.ghg-v2-iot-node h3{margin:20px 0 10px;color:var(--ghg-v2-ink);font-size:clamp(1rem,1.12vw,1.12rem);line-height:1.3;overflow-wrap:anywhere;word-break:normal}
.ghg-v2-iot-node p{min-width:0;margin:0;color:#687263;font-size:.83rem;line-height:1.62;overflow-wrap:anywhere;word-break:normal}
.ghg-v2-node-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:17px}
.ghg-v2-node-tags span{padding:5px 8px;border:1px solid rgba(141,169,48,.18);border-radius:999px;color:#688323;background:#f2f7e7;font-size:.66rem}
.ghg-v2-node-signal{position:absolute;right:-22px;bottom:-22px;width:92px;height:92px;border-radius:50%;opacity:.45}
.ghg-v2-node-signal i{position:absolute;left:50%;top:50%;border:1px solid rgba(141,169,48,.22);border-radius:50%;transform:translate(-50%,-50%);animation:ghgV2Signal 3s ease-out infinite}
.ghg-v2-node-signal i:nth-child(1){width:28px;height:28px}.ghg-v2-node-signal i:nth-child(2){width:52px;height:52px;animation-delay:.8s}.ghg-v2-node-signal i:nth-child(3){width:78px;height:78px;animation-delay:1.6s}
@keyframes ghgV2Signal{0%{opacity:.65;transform:translate(-50%,-50%) scale(.72)}100%{opacity:0;transform:translate(-50%,-50%) scale(1.16)}}
.ghg-v2-flow-arrow{position:relative;display:grid;place-items:center;gap:7px}
.ghg-v2-flow-arrow i{position:relative;width:44px;height:2px;border-radius:99px;background:linear-gradient(90deg,transparent,#91ad3d,transparent)}
.ghg-v2-flow-arrow i:before,.ghg-v2-flow-arrow i:after,.ghg-v2-flow-arrow i b{content:"";position:absolute;top:50%;left:0;width:7px;height:7px;border-radius:50%;background:#b4d060;transform:translate(-50%,-50%);box-shadow:0 0 12px rgba(141,169,48,.35);animation:ghgV2Packet 2.25s linear infinite}
.ghg-v2-flow-arrow i:after{animation-delay:.75s}.ghg-v2-flow-arrow i b{animation-delay:1.5s}
@keyframes ghgV2Packet{to{left:100%}}
.ghg-v2-flow-arrow small{color:#8b9485;font-size:.56rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}

/* Industries */
.ghg-v2-industries{background:#fff}
.ghg-v2-industry-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.ghg-v2-industry-tab{display:flex;align-items:center;gap:9px;padding:12px 16px;border:1px solid rgba(36,48,32,.12);border-radius:999px;background:#fff;color:#5a6754;font:700 .8rem/1 inherit;cursor:pointer;transition:.25s}
.ghg-v2-industry-tab:hover{transform:translateY(-2px);border-color:rgba(141,169,48,.35)}
.ghg-v2-industry-tab i{width:8px;height:8px;border-radius:50%;background:#d8e6ba}
.ghg-v2-industry-tab.is-active{border-color:#a9c64f;background:#eff6df;color:#263020;box-shadow:0 10px 24px rgba(141,169,48,.12)}
.ghg-v2-industry-tab.is-active i{background:#8aa832;box-shadow:0 0 0 5px rgba(169,198,79,.15)}
.ghg-v2-industry-panel{display:none;grid-template-columns:.72fr 1.28fr;gap:38px;align-items:center;padding:32px;border:1px solid rgba(36,48,32,.09);border-radius:30px;background:linear-gradient(135deg,#f4f8ed,#fff);box-shadow:0 22px 70px rgba(35,50,29,.07)}
.ghg-v2-industry-panel.is-active{display:grid;animation:ghgV2Panel .42s cubic-bezier(.2,.8,.2,1) both}
@keyframes ghgV2Panel{from{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}
.ghg-v2-industry-visual{position:relative;min-height:280px;display:grid;place-items:center;overflow:hidden;border-radius:24px;background:radial-gradient(circle at 50% 42%,#244c29,#0a1710 72%);isolation:isolate}
.ghg-v2-industry-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 42%)}
.ghg-v2-industry-visual>strong{position:relative;z-index:3;color:#d9eda5;font-size:4.1rem;letter-spacing:-.08em;text-shadow:0 0 36px rgba(185,215,101,.25)}
.ghg-v2-industry-visual>small{position:absolute;left:18px;top:16px;z-index:3;color:rgba(255,255,255,.42);font:800 .68rem/1 monospace;letter-spacing:.15em}
.ghg-v2-industry-particles{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.78) 0 1px,transparent 1.4px);background-size:25px 25px;opacity:.22;animation:ghgV2Drift 8s linear infinite}
@keyframes ghgV2Drift{to{background-position:50px -50px}}
.ghg-v2-industry-radar{position:absolute;inset:0;display:grid;place-items:center}
.ghg-v2-industry-radar i{position:absolute;width:150px;height:150px;border:1px solid rgba(218,239,169,.16);border-radius:50%;animation:ghgV2Radar 4.6s ease-out infinite}
.ghg-v2-industry-radar i:nth-child(2){width:210px;height:210px;animation-delay:1.45s}.ghg-v2-industry-radar i:nth-child(3){width:270px;height:270px;animation-delay:2.9s}
@keyframes ghgV2Radar{0%{opacity:.55;transform:scale(.78)}100%{opacity:0;transform:scale(1.08)}}
.ghg-v2-industry-copy>small{color:#8aa832;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.ghg-v2-industry-copy h3{margin:9px 0 14px;color:#263020;font-size:2rem}
.ghg-v2-industry-copy p{margin:0;color:#687263;line-height:1.75}
.ghg-v2-industry-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.ghg-v2-industry-chips span{padding:7px 10px;border-radius:999px;background:#edf5dc;color:#617720;font-size:.72rem;font-weight:700}

/* Capabilities */
.ghg-v2-capabilities{background:linear-gradient(180deg,#f7faf4,#fff)}
.ghg-v2-cap-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ghg-v2-cap-grid article{position:relative;min-height:244px;padding:24px;border:1px solid rgba(36,48,32,.09);border-radius:22px;background:#fff;box-shadow:0 15px 50px rgba(34,48,29,.05);transition:.3s;overflow:hidden}
.ghg-v2-cap-grid article:before{content:"";position:absolute;right:-42px;top:-42px;width:120px;height:120px;border:1px solid rgba(141,169,48,.11);border-radius:50%;transition:.35s}
.ghg-v2-cap-grid article>i{position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,#8ea932,#cfe895);transform:scaleX(0);transform-origin:left;transition:.35s}
.ghg-v2-cap-grid article:hover{transform:translateY(-5px);border-color:rgba(169,198,79,.45);box-shadow:0 24px 65px rgba(34,48,29,.10)}
.ghg-v2-cap-grid article:hover:before{transform:scale(1.22)}.ghg-v2-cap-grid article:hover>i{transform:scaleX(1)}
.ghg-v2-cap-grid article>span{position:relative;z-index:1;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eff6df;color:#6e8729;font-weight:900}
.ghg-v2-cap-grid h3{position:relative;z-index:1;margin:18px 0 10px;color:#263020;font-size:1rem}
.ghg-v2-cap-grid p{position:relative;z-index:1;margin:0;color:#687263;font-size:.83rem;line-height:1.65}
.ghg-v2-cap-grid article>b{position:absolute;right:16px;bottom:14px;color:#e6eadf;font:800 1.6rem/1 monospace}

/* Matrix — light and readable */
.ghg-v2-matrix{background:linear-gradient(180deg,#fff,#f5f8f1)}
.ghg-v2-matrix-board{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:stretch}
.ghg-v2-matrix-visual{position:relative;min-height:100%;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;border-radius:26px;background:linear-gradient(155deg,#0d1c12,#244526);overflow:hidden;box-shadow:0 24px 70px rgba(29,55,30,.16)}
.ghg-v2-matrix-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:28px 28px}
.ghg-v2-matrix-visual>span{position:relative;z-index:2;padding:8px 10px;border:1px solid rgba(255,255,255,.09);border-radius:10px;color:rgba(255,255,255,.68);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.04)}
.ghg-v2-matrix-orbit{position:absolute;left:50%;top:34%;width:150px;height:150px;transform:translate(-50%,-50%);display:grid;place-items:center;border:1px solid rgba(207,232,149,.18);border-radius:50%}
.ghg-v2-matrix-orbit i{position:absolute;border:1px solid rgba(207,232,149,.18);border-radius:50%;animation:ghgV2MatrixPulse 4s ease-out infinite}.ghg-v2-matrix-orbit i:nth-child(1){inset:20px}.ghg-v2-matrix-orbit i:nth-child(2){inset:-20px;animation-delay:1.3s}.ghg-v2-matrix-orbit i:nth-child(3){inset:-46px;animation-delay:2.6s}
.ghg-v2-matrix-orbit b{position:relative;z-index:2;color:#d8ec9f;font-size:1rem}
@keyframes ghgV2MatrixPulse{0%{opacity:.6;transform:scale(.78)}100%{opacity:0;transform:scale(1.12)}}
.ghg-v2-table-wrap{overflow:auto;border:1px solid rgba(36,48,32,.10);border-radius:26px;background:#fff;box-shadow:0 18px 56px rgba(36,48,32,.06)}
.ghg-v2-table-wrap table{width:100%;min-width:820px;border-collapse:collapse}
.ghg-v2-table-wrap th,.ghg-v2-table-wrap td{padding:17px 18px;border-bottom:1px solid rgba(36,48,32,.075);text-align:left;vertical-align:top}
.ghg-v2-table-wrap thead th{background:#f5f8f1;color:#788272;font-size:.67rem;letter-spacing:.11em;text-transform:uppercase}
.ghg-v2-table-wrap tbody th{position:relative;color:#263020;font-size:.84rem;padding-left:30px}
.ghg-v2-table-wrap tbody th i{position:absolute;left:15px;top:23px;width:7px;height:7px;border-radius:50%;background:#9fbd47;box-shadow:0 0 0 4px rgba(159,189,71,.12)}
.ghg-v2-table-wrap td{color:#657060;font-size:.8rem;line-height:1.55}
.ghg-v2-table-wrap tbody tr{transition:background .2s ease,transform .2s ease}
.ghg-v2-table-wrap tbody tr:hover{background:#fbfcf9}
.ghg-v2-gas-tags{display:flex;flex-wrap:wrap;gap:5px}
.ghg-v2-gas-tags span{padding:4px 7px;border:1px solid rgba(141,169,48,.20);border-radius:7px;background:#f2f7e8;color:#657d20;font-size:.66rem;font-weight:700}

/* Simulator */
.ghg-v2-simulator{background:#f7faf5}
.ghg-v2-sim-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:18px}
.ghg-v2-sim-panel{position:relative;padding:28px;border:1px solid rgba(36,48,32,.1);border-radius:26px;background:#fff;box-shadow:0 18px 60px rgba(36,48,32,.06);overflow:hidden}
.ghg-v2-panel-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.ghg-v2-panel-header span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#edf4df;color:#6e8729;font:800 .72rem/1 monospace}.ghg-v2-panel-header h3{margin:0;color:#263020}
.ghg-v2-sim-panel label{display:grid;gap:9px;margin-bottom:21px;color:#5c6857;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.ghg-v2-sim-panel select{width:100%;padding:12px 13px;border:1px solid rgba(36,48,32,.13);border-radius:12px;background:#f8faf6;color:#263020}
.ghg-v2-sim-panel input[type=range]{width:100%;accent-color:#8da930}.ghg-v2-sim-panel output{justify-self:end;margin-top:-25px;color:#799126;font-size:.78rem}
.ghg-v2-readouts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ghg-v2-readouts article{position:relative;min-height:145px;padding:20px;border-radius:18px;background:linear-gradient(145deg,#f6f9f1,#fff);border:1px solid rgba(38,48,32,.07);overflow:hidden}
.ghg-v2-readouts small{display:block;color:#7a8674;font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ghg-v2-readouts strong{display:block;margin-top:14px;color:#6f8922;font-size:1.35rem}.ghg-v2-readouts span{display:block;margin-top:6px;color:#7a8674;font-size:.73rem;line-height:1.45}.ghg-v2-readouts i:not(.ghg-v2-data-wave){display:block;height:6px;margin-top:14px;overflow:hidden;border-radius:99px;background:#e3e9da}.ghg-v2-readouts i b{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#84a22c,#c8e37f);transition:width .35s}
.ghg-v2-data-wave{position:absolute;right:-4px;bottom:10px;width:88px;height:38px;background:repeating-linear-gradient(90deg,transparent 0 5px,rgba(141,169,48,.18) 5px 7px);mask-image:linear-gradient(to right,transparent,black);animation:ghgV2Wave 2.8s linear infinite}@keyframes ghgV2Wave{to{transform:translateX(14px)}}
.ghg-v2-status-pulse{position:absolute;right:18px;bottom:18px;width:10px;height:10px;border-radius:50%;background:#9fbd47;box-shadow:0 0 0 0 rgba(159,189,71,.35);animation:ghgV2Status 2.2s ease-out infinite}

/* Loading escape */
.ghg-v2-fallback{position:absolute;left:50%;bottom:28px;z-index:12;transform:translateX(-50%);padding:12px 18px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(5,16,10,.7);color:#fff;font:700 .78rem/1 inherit;backdrop-filter:blur(12px);cursor:pointer;animation:ghgV2FallbackIn .4s ease both}@keyframes ghgV2FallbackIn{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}

/* Reveal */
.ghg-v2-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1)}
.ghg-v2-reveal.is-visible{opacity:1;transform:none}
.ghg-v2-sensor.ghg-v2-reveal,.ghg-v2-cap-grid article.ghg-v2-reveal,.ghg-v2-iot-node.ghg-v2-reveal{transition-delay:calc(var(--sensor-index, var(--card-index, var(--node-index, 0))) * 55ms)}
@keyframes ghgV2Spin{to{transform:rotate(360deg)}}

@media(max-width:1100px){
  .ghg-v2-iot-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;grid-auto-rows:1fr}.ghg-v2-flow-arrow{display:none}.ghg-v2-iot-node{min-height:280px}
  .ghg-v2-cap-grid{grid-template-columns:repeat(2,1fr)}
  .ghg-v2-matrix-board{grid-template-columns:170px minmax(0,1fr)}
}
@media(max-width:820px){
  .ghg-v2-wrap{width:min(100% - 28px,720px)}
  .ghg-v2-heading-split{grid-template-columns:1fr;gap:18px;align-items:start}
  .ghg-v2-stats{grid-template-columns:repeat(2,1fr);max-width:520px}.ghg-v2-stats article:last-child{grid-column:1/-1}.ghg-v2-stats article{min-height:58px}
  .ghg-v2-hardware-grid,.ghg-v2-industry-panel,.ghg-v2-sim-grid,.ghg-v2-matrix-board{grid-template-columns:1fr}
  .ghg-v2-matrix-visual{min-height:250px}.ghg-v2-matrix-orbit{top:42%}
  .ghg-v2-iot-flow{grid-template-columns:1fr;gap:14px;grid-auto-rows:auto}.ghg-v2-flow-arrow{display:none}.ghg-v2-iot-core{display:none}.ghg-v2-iot-node{min-height:0}
  .ghg-v2-sensor-grid{grid-template-columns:1fr}.ghg-v2-cap-grid{grid-template-columns:1fr}.ghg-v2-readouts{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .ghg-v2-stats{grid-template-columns:1fr 1fr;gap:6px;margin-top:22px}.ghg-v2-stats article:last-child{grid-column:1/-1}.ghg-v2-stats strong{font-size:1rem}.ghg-v2-stat-copy > span{font-size:.55rem}
  .ghg-v2-readouts{grid-template-columns:1fr}.ghg-v2-section{padding:68px 0}.ghg-v2-industry-tab{flex:1 1 calc(50% - 8px);justify-content:center}.ghg-v2-industry-panel{padding:18px}.ghg-v2-industry-visual{min-height:210px}.ghg-v2-iot-shell{padding:18px 14px}.ghg-v2-iot-node{min-height:235px}
}

@media(prefers-reduced-motion:reduce){
  .ghg-v2-section *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Active pipeline scan and visual parallax */
.ghg-v2-iot-node.is-active{border-color:rgba(141,169,48,.52);box-shadow:0 26px 68px rgba(70,94,29,.13);transform:translateY(-4px)}
.ghg-v2-iot-node.is-active .ghg-v2-node-icon{background:linear-gradient(135deg,#ddecaf,#f8fbef);box-shadow:0 0 0 7px rgba(141,169,48,.08),0 10px 28px rgba(141,169,48,.16)}
.ghg-v2-iot-node.is-active .ghg-v2-node-step{color:#789126}
.ghg-v2-industry-visual>strong,.ghg-v2-spec-orbit,.ghg-v2-matrix-orbit{transform:translate(var(--parallax-x,0),var(--parallax-y,0));transition:transform .18s ease-out}
.ghg-v2-table-wrap tbody tr{opacity:0;transform:translateX(10px);animation:ghgV2RowIn .45s ease forwards;animation-delay:var(--row-delay,0ms)}
@keyframes ghgV2RowIn{to{opacity:1;transform:none}}

/* =========================================================
   GHG Site Core 2.0 alpha 3 — cinematic motion system
   Content remains readable if JavaScript is unavailable.
   ========================================================= */

.ghg-v2-section::after{
  content:"";
  position:absolute;
  inset:auto -18% -54% auto;
  width:42vw;
  height:42vw;
  min-width:360px;
  min-height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(169,198,79,.10),rgba(169,198,79,0) 68%);
  transform:translate3d(calc(var(--scene-progress,0) * -34px),calc(var(--scene-progress,0) * -22px),0);
  pointer-events:none;
  z-index:0;
}

.ghg-v2-motion-enabled .ghg-v2-scene .ghg-v2-heading{
  opacity:0;
  transform:translate3d(0,38px,0);
  filter:blur(7px);
  transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),filter .85s ease;
}
.ghg-v2-motion-enabled .ghg-v2-scene.is-inview .ghg-v2-heading{
  opacity:1;
  transform:none;
  filter:none;
}
.ghg-v2-motion-enabled .ghg-v2-heading-split>div{
  opacity:0;
  transform:translateX(-62px);
  transition:opacity .8s .04s cubic-bezier(.16,1,.3,1),transform .8s .04s cubic-bezier(.16,1,.3,1);
}
.ghg-v2-motion-enabled .ghg-v2-heading-split>p{
  opacity:0;
  transform:translateX(62px);
  transition:opacity .8s .12s cubic-bezier(.16,1,.3,1),transform .8s .12s cubic-bezier(.16,1,.3,1);
}
.ghg-v2-motion-enabled .ghg-v2-scene.is-inview .ghg-v2-heading-split>div,
.ghg-v2-motion-enabled .ghg-v2-scene.is-inview .ghg-v2-heading-split>p{
  opacity:1;
  transform:none;
}

/* Hero telemetry — sequential signal acquisition */
.ghg-v2-motion-enabled .ghg-v2-stats article{
  opacity:0;
  transform:translateY(18px) scale(.94);
  transition:opacity .52s cubic-bezier(.16,1,.3,1),transform .52s cubic-bezier(.16,1,.3,1);
  transition-delay:calc(var(--stat-index,0) * 80ms + 120ms);
}
.ghg-v2-motion-enabled .ghg-v2-stats.is-visible article{
  opacity:1;
  transform:none;
}
.ghg-v2-stats article::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(105deg,transparent 18%,rgba(220,239,188,.13) 44%,transparent 70%);
  transform:translateX(-125%);
}
.ghg-v2-stats.is-visible article::before{
  animation:ghgV3TelemetrySweep 1.1s ease forwards;
  animation-delay:calc(var(--stat-index,0) * 105ms + 360ms);
}
@keyframes ghgV3TelemetrySweep{to{transform:translateX(125%)}}

/* Hardware — alternate side entrance and assembly scan */
.ghg-v2-hardware-grid{position:relative;perspective:1400px}
.ghg-v2-hardware-grid::before{
  content:"";
  position:absolute;
  left:calc(57.5% + 7px);
  top:8%;
  bottom:8%;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(141,169,48,.34),transparent);
  transform:scaleY(0);
  transform-origin:top;
  transition:transform .8s .45s cubic-bezier(.16,1,.3,1);
  z-index:3;
}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-hardware-grid::before{transform:scaleY(1)}
.ghg-v2-sensor-grid{position:relative}
.ghg-v2-sensor-grid::after{
  content:"";
  position:absolute;
  left:-3%;
  right:-3%;
  top:-14%;
  height:34%;
  opacity:0;
  background:linear-gradient(180deg,transparent,rgba(173,205,91,.10),transparent);
  transform:translateY(-120%);
  pointer-events:none;
}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-sensor-grid::after{
  opacity:1;
  animation:ghgV3HardwareScan 2.2s .55s cubic-bezier(.22,.8,.28,1) forwards;
}
@keyframes ghgV3HardwareScan{to{transform:translateY(410%);opacity:0}}
.ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-sensor{
  opacity:0;
  filter:blur(5px);
  transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1),filter .72s ease,border-color .28s ease,box-shadow .28s ease;
  transition-delay:calc(var(--sensor-index,0) * 82ms + 120ms);
}
.ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-sensor:nth-child(odd){transform:translate3d(-110px,18px,0) rotateY(10deg)}
.ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-sensor:nth-child(even){transform:translate3d(110px,18px,0) rotateY(-10deg)}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-sensor{
  opacity:1;
  transform:none;
  filter:none;
}
.ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-spec-card{
  opacity:0;
  transform:translate3d(120px,24px,0) rotateY(-13deg) scale(.92);
  transform-origin:left center;
  filter:blur(7px);
  transition:opacity .9s .22s cubic-bezier(.16,1,.3,1),transform .9s .22s cubic-bezier(.16,1,.3,1),filter .9s .22s ease;
}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card{
  opacity:1;
  transform:none;
  filter:none;
}
.ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-spec-card li{
  opacity:0;
  transform:translateX(30px);
  transition:opacity .48s cubic-bezier(.16,1,.3,1),transform .48s cubic-bezier(.16,1,.3,1);
}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card li{opacity:1;transform:none}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card li:nth-child(1){transition-delay:.55s}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card li:nth-child(2){transition-delay:.63s}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card li:nth-child(3){transition-delay:.71s}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card li:nth-child(4){transition-delay:.79s}
.ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card li:nth-child(5){transition-delay:.87s}

/* IoT — shell unfolds, cards assemble, connectors draw */
.ghg-v2-motion-enabled .ghg-v2-iot .ghg-v2-iot-shell{
  opacity:0;
  clip-path:inset(0 50% round 34px);
  transform:scale(.96);
  transition:opacity .65s .16s ease,clip-path 1s .16s cubic-bezier(.16,1,.3,1),transform 1s .16s cubic-bezier(.16,1,.3,1);
}
.ghg-v2-motion-enabled .ghg-v2-iot.is-inview .ghg-v2-iot-shell{
  opacity:1;
  clip-path:inset(0 0 round 34px);
  transform:none;
}
.ghg-v2-motion-enabled .ghg-v2-iot .ghg-v2-iot-node{
  opacity:0;
  transform:translateY(72px) scale(.82) rotateX(12deg);
  transform-origin:center bottom;
  filter:blur(5px);
  transition:opacity .66s cubic-bezier(.16,1,.3,1),transform .66s cubic-bezier(.16,1,.3,1),filter .66s ease,border-color .3s ease,box-shadow .3s ease;
  transition-delay:calc(var(--node-index,0) * 170ms + 420ms);
}
.ghg-v2-motion-enabled .ghg-v2-iot.is-inview .ghg-v2-iot-node{
  opacity:1;
  transform:none;
  filter:none;
}
.ghg-v2-motion-enabled .ghg-v2-iot .ghg-v2-flow-arrow{
  opacity:0;
  transform:scaleX(0);
  transform-origin:left center;
  transition:opacity .35s ease,transform .62s cubic-bezier(.16,1,.3,1);
}
.ghg-v2-motion-enabled .ghg-v2-iot.is-inview .ghg-v2-flow-arrow{
  opacity:1;
  transform:scaleX(1);
}
.ghg-v2-motion-enabled .ghg-v2-iot.is-inview .ghg-v2-flow-arrow:nth-of-type(2){transition-delay:.64s}
.ghg-v2-motion-enabled .ghg-v2-iot.is-inview .ghg-v2-flow-arrow:nth-of-type(4){transition-delay:.82s}
.ghg-v2-motion-enabled .ghg-v2-iot.is-inview .ghg-v2-flow-arrow:nth-of-type(6){transition-delay:1s}
.ghg-v2-iot-shell::after{
  content:"";
  position:absolute;
  left:-25%;
  top:0;
  width:22%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(170,205,83,.11),transparent);
  transform:skewX(-16deg);
  pointer-events:none;
}
.ghg-v2-iot.is-inview .ghg-v2-iot-shell::after{animation:ghgV3IotScan 2.6s .6s ease forwards}
@keyframes ghgV3IotScan{to{left:118%}}

/* Industries — tab cascade and split-panel choreography */
.ghg-v2-motion-enabled .ghg-v2-industries .ghg-v2-industry-tab{
  opacity:0;
  transform:translateY(28px) scale(.9);
  transition:opacity .52s cubic-bezier(.16,1,.3,1),transform .52s cubic-bezier(.16,1,.3,1),background .2s,border-color .2s,color .2s;
}
.ghg-v2-motion-enabled .ghg-v2-industries.is-inview .ghg-v2-industry-tab{opacity:1;transform:none}
.ghg-v2-motion-enabled .ghg-v2-industries.is-inview .ghg-v2-industry-tab:nth-child(1){transition-delay:.16s}
.ghg-v2-motion-enabled .ghg-v2-industries.is-inview .ghg-v2-industry-tab:nth-child(2){transition-delay:.24s}
.ghg-v2-motion-enabled .ghg-v2-industries.is-inview .ghg-v2-industry-tab:nth-child(3){transition-delay:.32s}
.ghg-v2-motion-enabled .ghg-v2-industries.is-inview .ghg-v2-industry-tab:nth-child(4){transition-delay:.40s}
.ghg-v2-motion-enabled .ghg-v2-industries.is-inview .ghg-v2-industry-tab:nth-child(5){transition-delay:.48s}
.ghg-v2-industry-panel.is-active .ghg-v2-industry-visual{animation:ghgV3PanelVisualIn .72s cubic-bezier(.16,1,.3,1) both}
.ghg-v2-industry-panel.is-active .ghg-v2-industry-copy{animation:ghgV3PanelCopyIn .72s .08s cubic-bezier(.16,1,.3,1) both}
.ghg-v2-industry-panel.is-switching .ghg-v2-industry-visual,
.ghg-v2-industry-panel.is-switching .ghg-v2-industry-copy{animation:none;opacity:0}
@keyframes ghgV3PanelVisualIn{from{opacity:0;transform:translateX(-80px) rotateY(10deg) scale(.92);filter:blur(7px)}to{opacity:1;transform:none;filter:none}}
@keyframes ghgV3PanelCopyIn{from{opacity:0;transform:translateX(80px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
.ghg-v2-industry-radar::after{
  content:"";
  position:absolute;
  left:50%;top:50%;width:48%;height:1px;
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(216,239,159,.65),transparent);
  animation:ghgV3RadarSweep 4.4s linear infinite;
}
@keyframes ghgV3RadarSweep{to{transform:rotate(360deg)}}

/* Capability cards — fan-in rather than static grid */
.ghg-v2-motion-enabled .ghg-v2-capabilities .ghg-v2-cap-grid article{
  opacity:0;
  filter:blur(5px);
  transform:perspective(900px) translate3d(var(--cap-x,0),70px,0) rotateY(var(--cap-r,0deg)) scale(.88);
  transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),filter .7s ease,border-color .3s,box-shadow .3s;
  transition-delay:calc(var(--card-index,0) * 72ms + 110ms);
}
.ghg-v2-cap-grid article:nth-child(3n+1){--cap-x:-76px;--cap-r:9deg}
.ghg-v2-cap-grid article:nth-child(3n+2){--cap-x:0px;--cap-r:0deg}
.ghg-v2-cap-grid article:nth-child(3n+3){--cap-x:76px;--cap-r:-9deg}
.ghg-v2-motion-enabled .ghg-v2-capabilities.is-inview .ghg-v2-cap-grid article{
  opacity:1;
  filter:none;
  transform:none;
}

/* Matrix — split reveal and row scan */
.ghg-v2-motion-enabled .ghg-v2-matrix .ghg-v2-matrix-visual{
  opacity:0;
  transform:translateX(-95px) rotateY(10deg) scale(.93);
  filter:blur(6px);
  transition:opacity .86s .12s cubic-bezier(.16,1,.3,1),transform .86s .12s cubic-bezier(.16,1,.3,1),filter .86s .12s ease;
}
.ghg-v2-motion-enabled .ghg-v2-matrix .ghg-v2-table-wrap{
  opacity:0;
  transform:translateX(95px);
  clip-path:inset(0 100% 0 0 round 26px);
  transition:opacity .82s .2s ease,transform .82s .2s cubic-bezier(.16,1,.3,1),clip-path 1s .2s cubic-bezier(.16,1,.3,1);
}
.ghg-v2-motion-enabled .ghg-v2-matrix.is-inview .ghg-v2-matrix-visual{opacity:1;transform:none;filter:none}
.ghg-v2-motion-enabled .ghg-v2-matrix.is-inview .ghg-v2-table-wrap{opacity:1;transform:none;clip-path:inset(0 0 0 0 round 26px)}
.ghg-v2-motion-enabled .ghg-v2-matrix .ghg-v2-table-wrap tbody tr{opacity:0;transform:translateX(34px)}
.ghg-v2-motion-enabled .ghg-v2-matrix.is-inview .ghg-v2-table-wrap tbody tr{
  animation:ghgV3MatrixRow .52s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay:calc(var(--row-index,0) * 72ms + 650ms);
}
@keyframes ghgV3MatrixRow{to{opacity:1;transform:none}}

/* Simulator — two panels arrive from opposite sides, readouts pop */
.ghg-v2-motion-enabled .ghg-v2-simulator .ghg-v2-input-panel{
  opacity:0;
  transform:translateX(-110px) rotateY(9deg);
  transform-origin:right center;
  filter:blur(6px);
  transition:opacity .82s .12s cubic-bezier(.16,1,.3,1),transform .82s .12s cubic-bezier(.16,1,.3,1),filter .82s .12s ease;
}
.ghg-v2-motion-enabled .ghg-v2-simulator .ghg-v2-output-panel{
  opacity:0;
  transform:translateX(110px) rotateY(-9deg);
  transform-origin:left center;
  filter:blur(6px);
  transition:opacity .82s .22s cubic-bezier(.16,1,.3,1),transform .82s .22s cubic-bezier(.16,1,.3,1),filter .82s .22s ease;
}
.ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-input-panel,
.ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-output-panel{opacity:1;transform:none;filter:none}
.ghg-v2-motion-enabled .ghg-v2-simulator .ghg-v2-readouts article{
  opacity:0;
  transform:translateY(32px) scale(.9);
  transition:opacity .48s cubic-bezier(.16,1,.3,1),transform .48s cubic-bezier(.16,1,.3,1);
}
.ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-readouts article{opacity:1;transform:none}
.ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-readouts article:nth-child(1){transition-delay:.48s}
.ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-readouts article:nth-child(2){transition-delay:.56s}
.ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-readouts article:nth-child(3){transition-delay:.64s}
.ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-readouts article:nth-child(4){transition-delay:.72s}
.ghg-v2-output-panel.is-updating .ghg-v2-readouts article{animation:ghgV3ReadoutPing .34s ease both}
@keyframes ghgV3ReadoutPing{50%{transform:translateY(-3px);box-shadow:0 16px 38px rgba(114,145,38,.12)}}

/* Pointer-driven light, gives static cards a live surface */
.ghg-v2-pointer-card{isolation:isolate}
.ghg-v2-pointer-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  border-radius:inherit;
  opacity:0;
  background:radial-gradient(220px circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(183,215,100,.16),transparent 64%);
  transition:opacity .25s ease;
}
.ghg-v2-pointer-card:hover::after{opacity:1}
.ghg-v2-pointer-card>*{position:relative;z-index:1}

@media(max-width:820px){
  .ghg-v2-hardware-grid::before{display:none}
  .ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-sensor:nth-child(odd),
  .ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-sensor:nth-child(even){transform:translateY(46px) scale(.94)}
  .ghg-v2-motion-enabled .ghg-v2-hardware .ghg-v2-spec-card,
  .ghg-v2-motion-enabled .ghg-v2-simulator .ghg-v2-input-panel,
  .ghg-v2-motion-enabled .ghg-v2-simulator .ghg-v2-output-panel,
  .ghg-v2-motion-enabled .ghg-v2-matrix .ghg-v2-matrix-visual,
  .ghg-v2-motion-enabled .ghg-v2-matrix .ghg-v2-table-wrap{transform:translateY(52px);clip-path:none}
  .ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-sensor,
  .ghg-v2-motion-enabled .ghg-v2-hardware.is-inview .ghg-v2-spec-card,
  .ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-input-panel,
  .ghg-v2-motion-enabled .ghg-v2-simulator.is-inview .ghg-v2-output-panel,
  .ghg-v2-motion-enabled .ghg-v2-matrix.is-inview .ghg-v2-matrix-visual,
  .ghg-v2-motion-enabled .ghg-v2-matrix.is-inview .ghg-v2-table-wrap{transform:none}
  .ghg-v2-motion-enabled .ghg-v2-iot .ghg-v2-flow-arrow{transform:rotate(90deg) scaleX(0)}
  .ghg-v2-motion-enabled .ghg-v2-iot.is-inview .ghg-v2-flow-arrow{transform:rotate(90deg) scaleX(1)}
}

@media(prefers-reduced-motion:reduce){
  .ghg-v2-motion-enabled .ghg-v2-scene *,
  .ghg-v2-motion-enabled .ghg-v2-stats *{opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important;animation:none!important;transition:none!important}
}

/* =========================================================
   GHG Site Core 2.0 alpha 4 — reversible motion loop
   ========================================================= */
.ghg-v2-motion-enabled .ghg-v2-scene.is-exiting *,
.ghg-loop-item.is-loop-exiting{
  transition-delay:0ms!important;
}

.ghg-loop-item{
  opacity:0;
  filter:blur(6px);
  transition:
    opacity .76s cubic-bezier(.16,1,.3,1) var(--loop-delay,0ms),
    transform .76s cubic-bezier(.16,1,.3,1) var(--loop-delay,0ms),
    filter .76s ease var(--loop-delay,0ms);
  will-change:opacity,transform,filter;
}
.ghg-loop-left{transform:translate3d(-92px,18px,0) rotateY(8deg) scale(.94)}
.ghg-loop-right{transform:translate3d(92px,18px,0) rotateY(-8deg) scale(.94)}
.ghg-loop-up{transform:translate3d(0,66px,0) scale(.94)}
.ghg-loop-zoom{transform:translate3d(0,18px,0) scale(.82)}
.ghg-loop-item.is-loop-visible{
  opacity:1;
  filter:none;
  transform:none;
}

/* The loading escape appears after five seconds and stays visually secondary. */
.ghg-v2-fallback{
  position:absolute;
  left:50%;
  bottom:24px;
  z-index:20;
  transform:translateX(-50%);
  min-width:220px;
  padding:10px 14px 10px 11px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:18px;
  background:rgba(5,16,10,.72);
  color:#fff;
  text-align:left;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 18px 55px rgba(0,0,0,.24);
  cursor:pointer;
  animation:ghgV4FallbackIn .48s cubic-bezier(.16,1,.3,1) both;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.ghg-v2-fallback:hover{
  background:rgba(17,36,23,.88);
  border-color:rgba(208,233,159,.48);
  transform:translateX(-50%) translateY(-3px);
}
.ghg-v2-fallback-icon{
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(145deg,#a8c452,#d4e79b);
  color:#172014;
  font-size:1rem;
  font-weight:900;
  flex:0 0 auto;
}
.ghg-v2-fallback-copy{display:grid;gap:3px}
.ghg-v2-fallback-copy strong{font-size:.75rem;line-height:1.1;letter-spacing:.01em}
.ghg-v2-fallback-copy small{color:rgba(255,255,255,.56);font-size:.61rem;line-height:1.1}
@keyframes ghgV4FallbackIn{
  from{opacity:0;transform:translate(-50%,14px) scale(.94)}
  to{opacity:1;transform:translate(-50%,0) scale(1)}
}

/* Reset one-shot animation residue so scenes replay in both directions. */
.ghg-v2-scene:not(.is-inview) .ghg-v2-table-wrap tbody tr{
  animation:none!important;
  opacity:0;
  transform:translateX(34px);
}
.ghg-v2-scene:not(.is-inview) .ghg-v2-iot-shell::after{
  animation:none!important;
  left:-25%;
}

@media(max-width:820px){
  .ghg-loop-left,.ghg-loop-right,.ghg-loop-up,.ghg-loop-zoom{transform:translateY(44px) scale(.94)}
  .ghg-v2-fallback{bottom:16px;min-width:205px}
}

@media(prefers-reduced-motion:reduce){
  .ghg-loop-item{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}
}

/* =========================================================
   GHG Site Core 2.0 alpha 4.26 — premium hero telemetry cards
   ========================================================= */
.ghg-v2-stats{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:11px;
  max-width:820px;
  margin-top:34px;
  padding:10px;
  border:1px solid rgba(216,239,159,.20);
  border-radius:30px;
  background:
    radial-gradient(460px 140px at 14% 0%,rgba(184,217,99,.13),transparent 72%),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.028)),
    rgba(3,12,8,.46);
  box-shadow:0 28px 90px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(18px) saturate(1.16);
  -webkit-backdrop-filter:blur(18px) saturate(1.16);
  overflow:hidden;
  isolation:isolate;
}
.ghg-v2-stats::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(216,239,159,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(216,239,159,.045) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(90deg,transparent,black 18%,black 82%,transparent);
  opacity:.72;
}
.ghg-v2-stats::after{
  content:"";
  position:absolute;
  z-index:1;
  left:-18%;
  top:0;
  width:18%;
  height:100%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(216,239,159,.13),rgba(255,255,255,.10),transparent);
  transform:skewX(-18deg);
  animation:ghgHeroStatsScanner 6.5s ease-in-out infinite;
}
@keyframes ghgHeroStatsScanner{
  0%,18%{left:-24%;opacity:0}
  34%{opacity:.8}
  58%,100%{left:116%;opacity:0}
}
.ghg-v2-stats article{
  position:relative;
  z-index:2;
  min-height:104px;
  padding:14px 13px 13px;
  display:grid;
  grid-template-rows:auto auto 1fr;
  align-content:start;
  border:1px solid rgba(255,255,255,.135);
  border-radius:22px;
  background:
    radial-gradient(90px 70px at 82% 16%,rgba(216,239,159,.13),transparent 72%),
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 18px 46px rgba(0,0,0,.12);
  overflow:hidden;
  isolation:isolate;
  transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .35s ease,background .35s ease;
}
.ghg-v2-stats article:hover{
  transform:translateY(-6px);
  border-color:rgba(216,239,159,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 26px 62px rgba(0,0,0,.18), 0 0 42px rgba(184,217,99,.09);
  background:
    radial-gradient(110px 80px at 80% 8%,rgba(216,239,159,.20),transparent 72%),
    linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.045));
}
.ghg-v2-stats article::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 18%,rgba(238,250,215,.18) 45%,transparent 72%);
  transform:translateX(-128%);
}
.ghg-v2-stats.is-visible article::before{animation:ghgHeroCardSweep 1.05s ease forwards;animation-delay:calc(var(--stat-index,0) * 110ms + 280ms)}
@keyframes ghgHeroCardSweep{to{transform:translateX(128%)}}
.ghg-v2-stats article::after{
  content:"";
  position:absolute;
  right:12px;
  top:12px;
  z-index:1;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#d8efa0;
  box-shadow:0 0 0 5px rgba(216,239,160,.08),0 0 18px rgba(216,239,160,.50);
  animation:ghgHeroStatPulse 2.6s ease-in-out infinite;
  animation-delay:calc(var(--stat-index,0) * -.28s);
}
@keyframes ghgHeroStatPulse{0%,100%{opacity:.58;transform:scale(.82)}50%{opacity:1;transform:scale(1.12)}}
.ghg-v2-stats article>*{position:relative;z-index:2}
.ghg-v2-stats article i{
  position:relative;
  left:auto;
  top:auto;
  transform:none;
  width:34px;
  height:34px;
  margin:0 0 10px;
  border-radius:14px;
  opacity:1;
  background:linear-gradient(145deg,rgba(216,239,159,.96),rgba(122,153,43,.92));
  box-shadow:0 12px 28px rgba(63,92,23,.24), inset 0 1px 0 rgba(255,255,255,.55);
}
.ghg-v2-stats article i::before,
.ghg-v2-stats article i::after{content:"";position:absolute;inset:auto}
.ghg-v2-stats article:nth-of-type(1) i::before{left:9px;top:9px;width:6px;height:6px;border-radius:50%;background:#10200f;box-shadow:11px 0 0 #10200f,5px 11px 0 #10200f}
.ghg-v2-stats article:nth-of-type(1) i::after{left:11px;top:12px;width:16px;height:12px;border:1.5px solid rgba(16,32,15,.72);border-left:0;border-bottom:0;transform:rotate(28deg);border-radius:50%}
.ghg-v2-stats article:nth-of-type(2) i::before{left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#10200f;transform:translate(-50%,-50%);box-shadow:0 0 0 5px rgba(16,32,15,.12)}
.ghg-v2-stats article:nth-of-type(2) i::after{inset:7px;border:2px solid rgba(16,32,15,.65);border-radius:50%;animation:ghgHeroIconPing 1.8s ease-out infinite}
.ghg-v2-stats article:nth-of-type(3) i::before{left:8px;top:6px;width:18px;height:22px;background:#10200f;clip-path:polygon(50% 0,90% 17%,80% 72%,50% 100%,20% 72%,10% 17%);opacity:.9}
.ghg-v2-stats article:nth-of-type(3) i::after{left:14px;top:12px;width:7px;height:10px;border:2px solid rgba(216,239,159,.9);border-top:0;border-left:0;transform:rotate(45deg)}
.ghg-v2-stats article:nth-of-type(4) i::before{left:7px;bottom:8px;width:4px;height:4px;border-radius:50%;background:#10200f;box-shadow:7px -5px 0 rgba(16,32,15,.88),15px -12px 0 rgba(16,32,15,.75),23px -19px 0 rgba(16,32,15,.56)}
.ghg-v2-stats article:nth-of-type(4) i::after{left:7px;bottom:7px;width:23px;height:23px;border-radius:50%;border-top:2px solid rgba(16,32,15,.62);border-right:2px solid rgba(16,32,15,.62);transform:rotate(-28deg)}
.ghg-v2-stats article:nth-of-type(5) i::before{left:7px;top:11px;width:18px;height:12px;border:2px solid #10200f;border-radius:4px;background:rgba(16,32,15,.12)}
.ghg-v2-stats article:nth-of-type(5) i::after{right:5px;top:15px;width:3px;height:5px;border-radius:0 2px 2px 0;background:#10200f;box-shadow:-15px 0 0 -1px #10200f,-10px 0 0 -1px #10200f,-5px 0 0 -1px #10200f}
@keyframes ghgHeroIconPing{0%{opacity:.55;transform:scale(.72)}75%{opacity:0;transform:scale(1.45)}100%{opacity:0}}
.ghg-v2-stats strong{
  color:#effbd5;
  font-size:clamp(1.16rem,1.72vw,1.56rem);
  line-height:.98;
  letter-spacing:-.045em;
  white-space:nowrap;
  text-shadow:0 8px 30px rgba(184,217,99,.16);
}
.ghg-v2-stats article:nth-of-type(4) strong{font-size:clamp(.95rem,1.25vw,1.12rem);letter-spacing:-.055em}
.ghg-v2-stat-copy > span{
  margin-top:8px;
  color:rgba(255,255,255,.72);
  font-size:.61rem;
  font-weight:860;
  letter-spacing:.095em;
  text-transform:uppercase;
  line-height:1.28;
}
.ghg-v2-stats article:nth-of-type(1){--accent:#d8efa0}
.ghg-v2-stats article:nth-of-type(2){--accent:#b8ff94}
.ghg-v2-stats article:nth-of-type(3){--accent:#eef7d8}
.ghg-v2-stats article:nth-of-type(4){--accent:#cfe690}
.ghg-v2-stats article:nth-of-type(5){--accent:#d6b46c}
.ghg-v2-stats article:nth-of-type(5) i{background:linear-gradient(145deg,#f0dc9f,#a9c64f)}
@media(max-width:1120px){
  .ghg-v2-stats{max-width:680px;grid-template-columns:repeat(3,minmax(0,1fr))}
  .ghg-v2-stats article{min-height:98px}
  .ghg-v2-stats article:nth-of-type(4),.ghg-v2-stats article:nth-of-type(5){grid-column:auto}
}
@media(max-width:820px){
  .ghg-v2-stats{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px;gap:9px;border-radius:24px;margin-top:26px}
  .ghg-v2-stats article{min-height:92px;padding:13px 12px}
  .ghg-v2-stats article:last-child{grid-column:1/-1}
}
@media(max-width:520px){
  .ghg-v2-stats{grid-template-columns:1fr 1fr;gap:8px;margin-top:22px;padding:8px}
  .ghg-v2-stats article{min-height:88px;border-radius:18px}
  .ghg-v2-stats article i{width:30px;height:30px;border-radius:12px;margin-bottom:8px}
  .ghg-v2-stats strong{font-size:1.04rem}
  .ghg-v2-stats article:nth-of-type(4) strong{font-size:.88rem}
  .ghg-v2-stat-copy > span{font-size:.55rem;letter-spacing:.075em}
}

/* =========================================================
   MetronTech Site Core 2.0 alpha 4.44
   Flexible hero highlights + employer-selected icon images
   ========================================================= */
.ghg-v2-stats{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  width:min(100%,760px);
  max-width:760px;
  margin-top:32px;
  padding:8px;
  border-radius:25px;
  background:
    radial-gradient(420px 135px at 16% -12%,rgba(184,217,99,.14),transparent 72%),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.025)),
    rgba(3,12,8,.42);
  overflow:visible;
}
.ghg-v2-stats::before{
  border-radius:inherit;
  mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
}
.ghg-v2-stats-signal{
  position:absolute;
  left:24px;
  right:24px;
  bottom:-12px;
  z-index:1;
  height:2px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(216,239,159,.12);
  pointer-events:none;
}
.ghg-v2-stats-signal::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,#d8efa0 22%,rgba(255,255,255,.85) 50%,#d8efa0 78%,transparent);
  transform:translateX(-115%);
  animation:ghgHeroSignalRail 4.8s 1.1s cubic-bezier(.4,0,.2,1) infinite;
}
.ghg-v2-stats-signal span{
  position:absolute;
  left:0;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d8efa0;
  box-shadow:0 0 18px rgba(216,239,160,.75);
  transform:translate(-50%,-50%);
  animation:ghgHeroSignalDot 4.8s 1.1s cubic-bezier(.4,0,.2,1) infinite;
}
@keyframes ghgHeroSignalRail{0%,12%{transform:translateX(-115%);opacity:0}25%{opacity:1}72%{opacity:1}88%,100%{transform:translateX(115%);opacity:0}}
@keyframes ghgHeroSignalDot{0%,12%{left:0;opacity:0}22%{opacity:1}88%{left:100%;opacity:1}100%{left:100%;opacity:0}}
.ghg-v2-stats article{
  min-width:0;
  min-height:112px;
  padding:13px 12px 14px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  border-radius:19px;
}
.ghg-v2-stats article::after{
  right:10px;
  top:10px;
  width:6px;
  height:6px;
}
.ghg-v2-stats article .ghg-v2-stat-icon{
  flex:0 0 auto;
  width:34px;
  height:34px;
  margin:0;
  overflow:hidden;
}
.ghg-v2-stats article .ghg-v2-stat-icon.has-custom-icon{
  display:grid;
  place-items:center;
  padding:5px;
  background:linear-gradient(145deg,rgba(244,252,226,.98),rgba(174,204,91,.94));
}
.ghg-v2-stat-icon.has-custom-icon::before,
.ghg-v2-stat-icon.has-custom-icon::after{display:none!important;content:none!important}
.ghg-v2-custom-icon{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.ghg-v2-stat-copy{
  min-width:0;
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.ghg-v2-stats strong,
.ghg-v2-stats article:nth-of-type(4) strong{
  max-width:100%;
  color:#f2fbdc;
  font-size:clamp(1.03rem,1.48vw,1.34rem);
  line-height:1.08;
  letter-spacing:-.038em;
  white-space:normal;
  overflow-wrap:anywhere;
  text-wrap:balance;
}
.ghg-v2-stats .is-feature strong{
  font-size:clamp(.82rem,1.08vw,.98rem);
  line-height:1.2;
  letter-spacing:-.018em;
  color:#f6faed;
}
.ghg-v2-stat-copy > span{
  margin-top:6px;
  font-size:.58rem;
  line-height:1.25;
  letter-spacing:.085em;
}
.ghg-v2-node-icon.has-custom-icon,
.ghg-v2-cap-icon.has-custom-icon{
  display:grid;
  place-items:center;
  overflow:hidden;
}
.ghg-v2-node-icon.has-custom-icon{padding:9px}
.ghg-v2-node-icon.has-custom-icon .ghg-v2-custom-icon{width:32px;height:32px}
.ghg-v2-cap-grid article>.ghg-v2-cap-icon.has-custom-icon{padding:9px}
.ghg-v2-cap-grid article>.ghg-v2-cap-icon.has-custom-icon .ghg-v2-custom-icon{width:30px;height:30px}
@media(max-width:1120px){
  .ghg-v2-stats{grid-template-columns:repeat(5,minmax(0,1fr));max-width:700px}
  .ghg-v2-stats article{min-height:108px}
}
@media(max-width:820px){
  .ghg-v2-stats{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px;gap:8px;border-radius:22px;margin-top:26px}
  .ghg-v2-stats article{min-height:96px;padding:12px}
  .ghg-v2-stats article:last-of-type{grid-column:1/-1;min-height:82px}
  .ghg-v2-stats article:last-of-type .ghg-v2-stat-copy{width:auto}
  .ghg-v2-stats article:last-of-type{flex-direction:row;align-items:center;justify-content:flex-start}
  .ghg-v2-stats-signal{display:none}
}
@media(max-width:520px){
  .ghg-v2-stats{grid-template-columns:1fr 1fr;gap:7px;padding:7px}
  .ghg-v2-stats article{min-height:92px;border-radius:17px;padding:11px}
  .ghg-v2-stats article .ghg-v2-stat-icon{width:30px;height:30px}
  .ghg-v2-stats strong,.ghg-v2-stats article:nth-of-type(4) strong{font-size:.98rem}
  .ghg-v2-stats .is-feature strong{font-size:.77rem;line-height:1.18}
  .ghg-v2-stat-copy > span{font-size:.52rem;letter-spacing:.065em}
}


/* Employer-selected Industry Application symbols */
.ghg-v2-industry-visual > strong.has-custom-icon{
  display:grid;
  place-items:center;
  width:92px;
  height:92px;
  padding:18px;
  border-radius:28px;
  overflow:hidden;
  background:rgba(7,18,11,.28);
  border:1px solid rgba(238,250,215,.22);
  box-shadow:0 24px 64px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.ghg-v2-industry-custom-icon{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.18));
}
@media(max-width:640px){
  .ghg-v2-industry-visual > strong.has-custom-icon{width:76px;height:76px;padding:15px;border-radius:23px}
}
