/* FANA custom overrides */

/* Remove "Made with WeWeb" branding badge */
a[href*="go.weweb.io"],
a[href*="weweb.io/preview"] { display: none !important; }

/* Hide the phone icons on the repurposed "ดูเมนู" buttons (hero + CTA + mobile).
   These uid classes belong only to those buttons, not to the Location contact icons. */
.ww-element-6690592f-d0b5-4709-b453-401940beacbd,
.ww-element-24e1a32c-e598-4760-af72-2a6733ae8f00,
.ww-element-feae045e-4df6-4cf3-9e03-6ed73cba11c9 { display: none !important; }

/* --- Promotions: keep 3 cards (Spaghetti 25.- / Wine Buffet 459 / Add LINE) --- */
/* Drop Buy-1-Get-1. (Ladies Night card 62043d39 is repurposed as the Add LINE card.) */
.ww-element-7a968547-5909-4b19-9bff-6a071bc5be50 { display: none !important; }
/* Pin all three CTA pills to the bottom so they line up across the row */
.ww-element-5b7341f4-030b-4be7-be2e-a91c29a1bb58,
.ww-element-8d632bdd-fb1b-46ce-9413-16b64d613186,
.ww-element-3c5e9ee7-eb80-4e42-8b34-cee80da571fc { margin-top: auto !important; }
/* Add LINE card sits last in the row */
.ww-element-62043d39-1cdb-4f45-a8ee-153e873029c3 { order: 9 !important; }
/* Fluid square images so cards can shrink to fit 3-up */
.ww-element-2139ed66-e9af-4d9d-8b4c-47b1b3934090 img {
  width: 100% !important; height: auto !important; aspect-ratio: 1 / 1; object-fit: cover;
}
/* 3 columns on desktop; WeWeb stacks them on mobile */
@media (min-width: 768px) {
  .ww-element-2139ed66-e9af-4d9d-8b4c-47b1b3934090 { grid-template-columns: repeat(3, 1fr) !important; }
  .ww-element-2139ed66-e9af-4d9d-8b4c-47b1b3934090 > * { width: auto !important; max-width: none !important; }
}

/* Smooth in-page scrolling for the menu jump */
html { scroll-behavior: smooth; }
#menu_section { scroll-margin-top: 24px; }

/* Smooth fade-in for menu items when switching tabs */
@keyframes fanaFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .ww-element-e189d024-0830-4114-9c31-e3cc8e327133 > * { animation: fanaFadeUp .3s ease-out both; }
}
