{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/inc/_web_design_system.html.twig' %}
{% include '@HoneybeeWeb/inc/_hb360_tags.html.twig' %}
<style>
.hbs-wrap { max-width: 900px; margin: 0 auto; padding: 0 28px; }
.hbs-hero { background: var(--n-cream); padding: 120px 0 32px; }
.hbs-card { background: var(--n-white); border: 1px solid var(--n-border-md); border-radius: var(--n-radius); padding: 26px; box-shadow: var(--n-shadow-sm); }
</style>
<section class="hbs-hero">
<div class="hbs-wrap">
<div class="n-label">HoneyBee 360 · Shared feasibility estimate <span class="hb360-tag hb360-tag-assumed">read-only</span></div>
<h1 style="font-family:'Montserrat',sans-serif;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:900;color:var(--n-dark);letter-spacing:-.025em;line-height:1.1;margin:0 0 10px">
{{ project.title ?: 'Solar feasibility estimate' }}
</h1>
<p class="n-body" style="margin:0;font-size:14px;color:var(--n-muted)">Shared {{ project.updatedAt|date('d M Y') }}{% if project.address %} · 📍 {{ project.address }}{% endif %}</p>
</div>
</section>
<section style="background:var(--n-cream);padding:8px 0 100px">
<div class="hbs-wrap">
<div class="hbs-card">
{% include '@HoneybeeWeb/inc/_hb360_report_body.html.twig' with {'estimate': estimate, 'report': report, 'project': project} %}
<div style="display:flex;flex-wrap:wrap;gap:10px;margin-top:20px">
<a href="{{ url('honeybee_tool', {'slug': 'rooftop-estimate'}) }}" class="n-btn n-btn-amber">Get an estimate for YOUR site <i class="fa-solid fa-bolt"></i></a>
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-outline">Talk to HoneyBee</a>
</div>
</div>
</div>
</section>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}