.breakfast-hero::before { background: linear-gradient(90deg, rgba(52,34,18,.82), rgba(52,34,18,.32) 65%, rgba(52,34,18,.12)); }
.breakfast-hero .page-hero-image { object-position: center 55%; }
.breakfast-visit { background: var(--cream); }
.visit-notes { margin: 28px 0 0; padding: 0; list-style: none; }
.visit-notes li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid var(--border); color: var(--text-mid); }
.visit-notes li::before { content: ""; position: absolute; left: 3px; top: 27px; width: 8px; height: 8px; border-radius: 50%; background: var(--breakfast); }
.breakfast-access .eyebrow { color: #e5c7a7; }
.info-list-dark { border-color: rgba(255,255,255,.2); }
.info-list-dark li { border-color: rgba(255,255,255,.2); }
.info-list-dark span { color: rgba(255,255,255,.78); }
.simple-page-header { padding-top: 48px; }
.menu-grid-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.menu-grid-page .menu-card img { aspect-ratio: 16 / 10; }
.menu-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.menu-note { margin-top: 15px !important; font-size: .8rem !important; }
.menu-caution { max-width: 820px; margin: 48px auto 0; }
@media (max-width: 700px) { .menu-grid-page { grid-template-columns: 1fr; } }

