/* ============================================================
   Senta Deli — sentadeli.com
   Cream + logo-red palette, matching the printed menu identity
   ============================================================ */

:root {
  --cream: #FAF6ED;
  --cream-2: #F3ECDD;
  --card: #FFFDF8;
  --red: #AD0F0F;
  --red-dark: #870B0B;
  --red-soft: #F6E3E0;
  --ink: #2E2118;
  --muted: #85786B;
  --line: #E7DCC9;
  --gold: #C89B3C;
  --shadow: 0 10px 30px rgba(66, 40, 20, .10);
  --radius: 18px;
  --font-head: "Playfair Display", "Times New Roman", serif;
  --font-body: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* Language toggle: only the active language is visible */
html[data-lang="vi"] .en { display: none !important; }
html[data-lang="en"] .vi { display: none !important; }

.container { width: min(1140px, 92%); margin: 0 auto; }

h1, h2, h3, .brand-name { font-family: var(--font-head); font-weight: 700; }

.section { padding: 72px 0; }

.section-head { text-align: center; margin-bottom: 42px; }
.section-head .kicker {
  display: inline-block; color: var(--red); font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; font-size: .78rem;
  margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); line-height: 1.2; }
.section-head p.sub { color: var(--muted); max-width: 640px; margin: 12px auto 0; }

.rule {
  width: 64px; height: 3px; background: var(--red);
  margin: 18px auto 0; border-radius: 2px; position: relative;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 237, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { height: 48px; width: auto; }
.brand .brand-name { font-size: 1.3rem; color: var(--red); white-space: nowrap; }
.brand .brand-sub { font-size: .68rem; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; display: block; margin-top: -3px; }

.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 500; font-size: .95rem; }
.nav-links a { position: relative; padding: 6px 0; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--red); transition: width .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.lang-switch {
  display: flex; border: 1.5px solid var(--red); border-radius: 999px; overflow: hidden;
  font-size: .8rem; font-weight: 700; cursor: pointer; user-select: none;
}
.lang-switch button {
  border: 0; background: transparent; color: var(--red);
  padding: 5px 12px; cursor: pointer; font-weight: 700; font-family: var(--font-body);
}
.lang-switch button.on { background: var(--red); color: #fff; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  border: 1.5px solid transparent; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(173, 15, 15, .28); }
.btn-red:hover { background: var(--red-dark); }
.btn-line { border-color: var(--red); color: var(--red); background: transparent; }
.btn-line:hover { background: var(--red-soft); }
.btn-sm { padding: 8px 16px; font-size: .88rem; }

.burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  cursor: pointer; padding: 6px;
}
.burger span { width: 24px; height: 2.5px; background: var(--red); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px;
  align-items: center; padding: 64px 0 72px;
}
.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.15; }
.hero h1 .accent { color: var(--red); }
.hero .lead { color: var(--muted); margin: 18px 0 28px; font-size: 1.06rem; max-width: 520px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 26px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .9rem; }
.hero-note .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.hero-media { position: relative; }
.hero-media .arch {
  width: min(430px, 100%); aspect-ratio: 4 / 4.8; margin-left: auto;
  border-radius: 999px 999px var(--radius) var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  border: 6px solid #fff;
  background: radial-gradient(circle at 50% 42%, #fff 0%, var(--cream-2) 78%);
  display: flex; align-items: center; justify-content: center;
}
.hero-media .arch img {
  width: 88%; height: auto; max-height: 82%; object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(66, 40, 20, .28));
}
.hero-media .badge {
  position: absolute; left: 4px; bottom: 26px;
  background: #fff; border-radius: 14px; box-shadow: var(--shadow);
  padding: 12px 18px; display: flex; align-items: center; gap: 10px;
  font-size: .88rem; font-weight: 600;
}
.hero-media .badge .flame { font-size: 1.3rem; }

/* ---------- USP strip ---------- */
.usp { background: var(--card); border-block: 1px solid var(--line); }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; padding: 40px 0; }
.usp-item { text-align: center; padding: 8px 6px; }
.usp-item .ico {
  width: 54px; height: 54px; margin: 0 auto 12px; border-radius: 50%;
  background: var(--red-soft); color: var(--red);
  display: flex; align-items: center; justify-content: center; font-size: 1.45rem;
}
.usp-item h3 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; margin-bottom: 6px; }
.usp-item p { color: var(--muted); font-size: .88rem; line-height: 1.5; }

/* ---------- Featured dishes ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: var(--card); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 4px 16px rgba(66, 40, 20, .07);
  border: 1px solid var(--line);
  transition: transform .22s ease, box-shadow .22s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card .ph {
  aspect-ratio: 4 / 3; overflow: hidden; position: relative;
  background: radial-gradient(circle at 50% 55%, #fff 0%, var(--cream-2) 85%);
  display: flex; align-items: center; justify-content: center; padding: 14px;
}
.card .ph img {
  max-width: 92%; max-height: 92%; object-fit: contain; transition: transform .4s ease;
  filter: drop-shadow(0 12px 14px rgba(66, 40, 20, .22));
}
.card:hover .ph img { transform: scale(1.06) rotate(-1deg); }
.card .ph .tag {
  position: absolute; top: 10px; left: 10px; background: var(--red); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card h3 { font-family: var(--font-body); font-size: 1.02rem; font-weight: 700; line-height: 1.35; }
.card .desc { color: var(--muted); font-size: .86rem; flex: 1; }
.card .price { color: var(--red); font-weight: 700; font-size: .95rem; }

.center-cta { text-align: center; margin-top: 40px; }

/* ---------- About ---------- */
.about { background: var(--card); border-block: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.about-media { position: relative; }
.about-media .frame {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  aspect-ratio: 4 / 3.4; border: 6px solid #fff;
  background: radial-gradient(circle at 50% 50%, #fff 0%, var(--cream-2) 80%);
  display: flex; align-items: center; justify-content: center;
}
.about-media .frame img {
  width: 86%; height: auto; max-height: 86%; object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(66, 40, 20, .25));
}
.about-media .stamp {
  position: absolute; right: -14px; top: -14px; width: 92px; height: 92px; border-radius: 50%;
  background: var(--red); color: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  font-size: .6rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: var(--shadow); line-height: 1.3; padding: 10px;
}
.about-media .stamp .big { font-size: 1.15rem; font-family: var(--font-head); }
.about-text h2 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); margin-bottom: 16px; line-height: 1.25; }
.about-text p { color: #5d5245; margin-bottom: 14px; }
.about-list { margin-top: 18px; display: grid; gap: 10px; }
.about-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.about-list li::before { content: "✓"; color: var(--red); font-weight: 800; margin-top: 1px; }

/* ---------- Info / contact ---------- */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.info-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: 0 4px 16px rgba(66, 40, 20, .06);
}
.info-card h3 { font-size: 1.25rem; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.info-card h3 .em { color: var(--red); }
.info-rows { display: grid; gap: 14px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; }
.info-row .ic {
  flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px;
  background: var(--red-soft); color: var(--red); display: flex; align-items: center;
  justify-content: center; font-size: 1.1rem;
}
.info-row b { display: block; font-size: .95rem; }
.info-row span, .info-row a.plain { color: var(--muted); font-size: .9rem; }
.info-row a.plain:hover { color: var(--red); }

.hours-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours-table td { padding: 9px 4px; border-bottom: 1px dashed var(--line); }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table td:last-child { text-align: right; font-weight: 600; white-space: nowrap; }
.hours-note { margin-top: 12px; color: var(--muted); font-size: .84rem; }

.map-wrap {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 4px 16px rgba(66, 40, 20, .06); min-height: 320px; height: 100%;
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

.contact-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--red-dark); color: #F6E7DC; margin-top: 72px; }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding: 52px 0 36px;
}
.site-footer .brand-name { color: #fff; font-size: 1.5rem; }
.site-footer p, .site-footer a, .site-footer li { color: #EBD3C8; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.site-footer h4 {
  color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .14em;
  margin-bottom: 16px; font-weight: 700;
}
.site-footer ul { display: grid; gap: 9px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .18); padding: 18px 0; text-align: center;
  font-size: .84rem; color: #E3C4B6;
}
.footer-logo { height: 64px; width: auto; margin-bottom: 14px; background: #fff; border-radius: 12px; padding: 6px 10px; }
.social-row { display: flex; gap: 10px; margin-top: 14px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4);
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.social-row a:hover { background: rgba(255,255,255,.14); }

/* ---------- Menu page ---------- */
.page-hero {
  background: linear-gradient(180deg, var(--cream-2), var(--cream));
  text-align: center; padding: 54px 0 30px; border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); color: var(--ink); }
.page-hero h1 .accent { color: var(--red); }
.page-hero p { color: var(--muted); margin-top: 10px; }

.menu-tabs {
  position: sticky; top: 67px; z-index: 40;
  background: rgba(250, 246, 237, .95); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line); padding: 12px 0;
}
.menu-tabs .row { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.menu-tabs .row::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line);
  background: var(--card); font-size: .87rem; font-weight: 600; color: #6b5d4f;
  transition: all .2s ease; white-space: nowrap;
}
.chip:hover { border-color: var(--red); color: var(--red); }
.chip.on { background: var(--red); border-color: var(--red); color: #fff; }
.chip.head-chip { background: transparent; border: 0; color: var(--red); font-weight: 800; padding-left: 0; letter-spacing: .04em; }

.menu-section { padding: 46px 0 8px; scroll-margin-top: 130px; }
.menu-section > .container > h2 {
  font-size: clamp(1.5rem, 3vw, 2rem); display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 8px;
}
.menu-section h2 .en-sub { font-family: var(--font-body); font-size: .95rem; color: var(--gold); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.menu-section .sec-line { height: 2px; background: linear-gradient(90deg, var(--red) 0 64px, var(--line) 64px); margin: 10px 0 26px; }

.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 44px; }

.mi { display: flex; gap: 14px; align-items: center; padding: 11px 6px; border-radius: 14px; transition: background .2s ease; }
.mi:hover { background: rgba(255, 255, 255, .8); }
.mi .thumb {
  flex: 0 0 58px; width: 58px; height: 58px; border-radius: 50%; overflow: hidden;
  border: 2px solid #fff; box-shadow: 0 3px 10px rgba(66, 40, 20, .16); background: #fff;
  display: flex; align-items: center; justify-content: center;
}
.mi .thumb img { width: 88%; height: 88%; object-fit: contain; }
.mi .thumb.empty { display: none; }
.mi.no-img { padding-left: 6px; }
.mi .mid { flex: 1; min-width: 0; }
.mi .names { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.mi .nvi { font-weight: 600; font-size: .98rem; }
.mi .nen { color: var(--muted); font-size: .82rem; font-style: italic; }
.mi .mt-star { color: var(--gold); font-size: .8rem; }
.mi .dots { flex: 0 1 auto; border-bottom: 2px dotted #D8C9AE; min-width: 18px; align-self: flex-end; margin-bottom: 7px; }
.mi .price { flex: 0 0 auto; color: var(--red); font-weight: 700; font-size: .95rem; white-space: nowrap; }
.mi .price .sz { color: var(--muted); font-weight: 500; font-size: .74rem; }

.menu-note {
  margin: 18px 0 6px; background: var(--red-soft); border-left: 4px solid var(--red);
  border-radius: 0 12px 12px 0; padding: 12px 16px; font-size: .88rem; color: #7a3d33;
}
.wine-box {
  margin: 18px 0 6px; background: #fff; border: 1px dashed var(--gold);
  border-radius: 12px; padding: 12px 16px; font-size: .92rem; display: flex; gap: 10px; align-items: center;
}
.wine-box .g { font-size: 1.2rem; }

.size-legend { color: var(--muted); font-size: .85rem; margin-bottom: 10px; }

.menu-cta {
  background: var(--card); border-top: 1px solid var(--line); margin-top: 42px;
  padding: 40px 0; text-align: center;
}
.menu-cta p { color: var(--muted); margin-bottom: 18px; }

/* Drinks grid */
.drink-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.drink-group {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; box-shadow: 0 4px 14px rgba(66, 40, 20, .05);
  break-inside: avoid;
}
.drink-group h3 { font-size: 1.12rem; color: var(--red); margin-bottom: 4px; }
.drink-group .gsub { color: var(--gold); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
.drink-group ul { display: grid; gap: 7px; }
.drink-group li { display: flex; align-items: baseline; gap: 8px; font-size: .92rem; }
.drink-group li .dots { flex: 1; border-bottom: 2px dotted #D8C9AE; margin-bottom: 4px; min-width: 12px; }
.drink-group li .p { color: var(--red); font-weight: 700; font-size: .88rem; white-space: nowrap; }

/* Floating call button (mobile) */
.float-call {
  position: fixed; right: 16px; bottom: 16px; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%; background: var(--red); color: #fff;
  display: none; align-items: center; justify-content: center; font-size: 1.4rem;
  box-shadow: 0 8px 22px rgba(173, 15, 15, .4); animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(173, 15, 15, .45); }
  70% { box-shadow: 0 0 0 16px rgba(173, 15, 15, 0); }
  100% { box-shadow: 0 0 0 0 rgba(173, 15, 15, 0); }
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .drink-cols { grid-template-columns: repeat(2, 1fr); }
  .menu-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .nav-links {
    position: fixed; inset: 67px 0 auto 0; background: var(--cream);
    flex-direction: column; gap: 0; padding: 10px 4%; display: none;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; padding: 13px 4px; border-bottom: 1px dashed var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .burger { display: flex; }
  .nav .btn-call-desktop { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding: 40px 0 54px; gap: 34px; }
  .hero-media .arch { margin: 0 auto; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .info-grid { grid-template-columns: 1fr; }
  .float-call { display: flex; }
  .menu-tabs { top: 59px; }
  .brand img { height: 40px; }
  .brand .brand-name { font-size: 1.12rem; }
}

@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .drink-cols { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-ctas .btn { flex: 1; }
}


/* Drinks banner + thumbs */
.drinks-banner {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 4px 14px rgba(66, 40, 20, .05);
  display: flex; align-items: flex-end; justify-content: space-around; gap: 8px;
  padding: 22px 18px 14px; margin-bottom: 26px; overflow: hidden;
}
.drinks-banner img { height: 130px; width: auto; object-fit: contain; }
.drinks-banner img:nth-child(even) { height: 112px; }
@media (max-width: 700px) {
  .drinks-banner img { height: 84px; }
  .drinks-banner img:nth-child(even) { height: 72px; }
  .drinks-banner img:nth-child(n+6) { display: none; }
}
.drink-group li { align-items: center; }
.drink-group .bev-thumb {
  flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.drink-group .bev-thumb img { width: 100%; height: 100%; object-fit: cover; }
