{# private_dining persona block — framed room image + gilded details panel. Media via {% img %}. With no image, collapses to a single centred column so the empty media half never balloons. #} {% set hasImage = image %}
{% if hasImage %}
{% img image alt=title class="w-full h-auto object-cover" %}
{% endif %}
{% if eyebrow %}
{{ eyebrow }}{% if not hasImage %}{% endif %}
{% endif %} {% if title %}

{{ title }}

{% endif %} {% if description %}
{{ description|safe }}
{% endif %} {% if seats or minimum %}
{% if seats %}
Capacity
{{ seats }}
{% endif %}{% if minimum %}
Minimum
{{ minimum }}
{% endif %}
{% endif %} {% if enquireUrl %}{{ enquireLabel|default:"Enquire" }}{% endif %}