/*
 * Kukburi — Menu page only. Ported ~verbatim from kukburi_menu.html.
 * Loaded after assets/css/menu-cards.css (see functions.php) — the
 * .price-row override below is a deliberate cascade re-declaration, same
 * technique the prototype used, not a duplicate rule to clean up.
 */

.page-banner{ padding: 170px 0 60px; text-align: center; }
@media (max-width: 780px){ .page-banner{ padding: 110px 0 40px; } }
.page-banner .eyebrow{ display: block; margin-bottom: 14px; }
.page-banner h1{ font-size: clamp(2.4rem,5vw,3.6rem); }

.price-row{ align-items: flex-end; }
