{# Approved screenshot slots: docs/website-product-media.json. Until supplied, render
useful workflow content, never a fabricated screen or a production placeholder. #}
{% set products = [
{key:'business',tab:'Business',name:'HoneyBee Business Suite',title:'Run the business. Keep the project in view.',text:'Lead, proposal, procurement, project and finance in one business context. Nectar Beezness brings selected workflows to the field.',route:'honeybee_business_suite',params:{},cta:'Explore Business Suite',steps:{Win:'Lead → opportunity → quotation',Buy:'RFQ → supplier comparison → purchase order',Deliver:'Projects → tasks → documentation',Control:'Budget → cost → cash',Close:'Invoice → handover → reporting',Maintain:'Service → warranty → O&M'}},
{key:'engineering',tab:'Engineering',name:'HoneyWatt',title:'Engineer the system. Go beyond the layout.',text:'A professional engineering environment for solar, storage and electrical design. Review the assumptions before releasing an output.',route:'honeybee_honeywatt',params:{},cta:'Explore HoneyWatt',steps:{Site:'Roof or land → layout',Electrical:'Modules → strings → connections',Storage:'BESS sizing and system context',Simulation:'Yield assumptions and checks',Economics:'Costs, inputs and sensitivities',Output:'Drawings → BoQ → engineering review'}},
{key:'operations',tab:'Operations',name:'HoneyCore + Energy Operations',title:'Operate what you built.',text:'Bring PV, grid, gensets, storage, building systems and meters into a site-specific operating picture.',route:'honeybee_website_page',params:{page:'energy-operations'},cta:'Explore Energy Operations',steps:{Field:'Equipment, meters and supported interfaces',Edge:'HoneyCore data acquisition and local control',Cloud:'Monitoring, history and alarms',Business:'Defined maintenance and operational handovers'}},
{key:'intelligence',tab:'Intelligence',name:'HiveMind + Agents',title:'Intelligence where it helps the work.',text:'HiveMind helps teams understand information. Agents handle defined workflows. People approve consequential actions.',route:'honeybee_hivemind',params:{},cta:'Explore HiveMind',steps:{Understand:'Questions, documents and business context',Recommend:'Prepare a draft or proposed next step',Approve:'Review permissions and consequential actions',Record:'Keep the action and decision trail'}}
] %}
<section class="section white" id="showroom" aria-labelledby="showroom-title"><div class="wrap">
<div class="section-heading"><div><span class="eyebrow">Business / Engineering / Operations / Intelligence</span><h2 id="showroom-title">One ecosystem.<br>See each part doing its job.</h2></div><p>Explore the workflow, try the public tools, or bring your own requirement to a demonstration.</p></div>
<div class="hbp-showroom-tabs" data-showroom-tabs aria-label="Product showroom">
{% for product in products %}<button type="button" id="showroom-tab-{{ product.key }}" data-showroom-tab aria-controls="showroom-{{ product.key }}">{{ product.tab }}</button>{% endfor %}
</div>
{% for product in products %}
<section id="showroom-{{ product.key }}" data-showroom-panel aria-labelledby="showroom-tab-{{ product.key }}"><div class="hbp-showroom-layout"><div><span class="eyebrow">{{ product.name }}</span><h3>{{ product.title }}</h3><p>{{ product.text }}</p><div class="actions"><a class="btn" data-wa="home_product_click" href="{{ path(product.route, product.params) }}">{{ product.cta }} <span aria-hidden="true">→</span></a>
{% if product.key == 'engineering' %}<a class="textlink" data-wa="trial_start" href="{{ path('honeybee_tool', {'slug':'rooftop-estimate'}) }}">Try Solar Studio →</a>
{% elseif product.key == 'business' %}<a class="textlink" href="{{ path('honeybee_website_app', {'app':'nectar'}) }}">Nectar Beezness →</a>
{% elseif product.key == 'operations' %}<a class="textlink" href="{{ path('honeybee_honeycore') }}">HoneyCore edge hardware →</a>
{% else %}<a class="textlink" href="{{ path('honeybee_agents') }}">Explore Agents →</a>{% endif %}</div>
{% if product.key == 'engineering' %}<p class="note">Public Solar Studio is a lightweight preview. The full HoneyWatt workspace requires your account and the applicable access.</p>
{% elseif product.key == 'operations' %}<p class="note">Interfaces, local control functions and cloud connections are confirmed during deployment.</p>
{% elseif product.key == 'intelligence' %}<p class="note"><a class="textlink" href="{{ path('honeybee_trust') }}">Review Trust & Governance →</a></p>{% endif %}
</div><div><p class="hbp-showroom-label">{{ product.tab }} workflow</p><ul class="hbp-work-list">{% for label, detail in product.steps %}<li><b>{{ label }}</b><span>{{ detail }}</span></li>{% endfor %}</ul></div></div></section>
{% endfor %}
</div></section>