/* No Waste To Go — shared styles */

html { scroll-behavior: smooth; }
html[lang="vi"] body, html[lang="vi"] body * { font-family: 'Be Vietnam Pro', system-ui, sans-serif !important; }
html[lang="vi"] body h1, html[lang="vi"] body h2, html[lang="vi"] body h3 { font-family: 'Bricolage Grotesque', system-ui, sans-serif !important; }
body {
  margin: 0;
  background: #F6F4EE;
  color: #16211B;
  font-family: Karla, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
a { color: #1F3D2B; text-decoration: none; }
a:hover { color: #C4653A; }
::selection { background: #DDE3D6; }
img { max-width: 100%; }

.wrap { max-width: 1280px; margin: 0 auto; }

/* Header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246,244,238,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(22,33,27,0.09);
}
.site-header .wrap {
  padding: 14px 28px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  gap: 32px;
}
.site-header .logo { display: flex; align-items: center; flex: 0 0 auto; }
.site-header .logo img { height: 44px; width: auto; display: block; }
.site-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav a { color: #16211B; }
.site-nav a.current { color: #C4653A; }
.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 6px;
  border-left: 1px solid rgba(22,33,27,0.15);
  order: 3;
  margin-left: -6px;   /* keeps the original 26px gap after the last nav link */
}

/* Narrow screens: lift the language switch onto the logo row instead of
   letting it drop to a line of its own, and tighten the nav so its links
   stay on a single row. */
@media (max-width: 720px) {
  .site-header .wrap { gap: 16px; }
  .lang-switch { order: 1; margin-left: auto; }
  .site-nav { order: 2; width: 100%; margin-left: 0; gap: 18px; font-size: 12px; }
}
.lang-btn {
  font-family: Karla, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  background: none;
  border: 0;
  padding: 2px 0;
  cursor: pointer;
  color: #9AA09A;
  font-weight: 400;
}
.lang-btn.active { color: #16211B; font-weight: 600; }

/* Pill buttons */
.pill {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pill-solid { background: #F6F4EE; color: #16211B; }
.pill-solid:hover { background: #C4653A; color: #F6F4EE; }
.pill-outline { border: 1px solid rgba(246,244,238,0.5); color: #F6F4EE; }
.pill-outline:hover { border-color: #F6F4EE; background: rgba(246,244,238,0.12); color: #F6F4EE; }

/* Reveal-on-scroll */
[data-reveal] { opacity: 0; }

/* Footer */
.site-footer { background: #16211B; color: rgba(246,244,238,0.72); }
.site-footer .wrap {
  padding: 56px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.site-footer nav { display: flex; flex-wrap: wrap; gap: 22px; letter-spacing: 0.06em; text-transform: uppercase; font-size: 13px; }
.site-footer nav a { color: rgba(246,244,238,0.72); }
.site-footer .brand { font-family: 'Familjen Grotesk', sans-serif; font-size: 17px; color: #F6F4EE; }
.site-footer .copyright { color: rgba(246,244,238,0.45); }

/* Price list page */
.chip-row {
  position: sticky;
  top: 73px;
  z-index: 40;
  background: rgba(246,244,238,0.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(22,33,27,0.09);
  border-bottom: 1px solid rgba(22,33,27,0.09);
}
.chip-row .wrap { max-width: 920px; padding: 14px 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: Karla, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 9px 17px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 200ms ease;
  background: transparent;
  color: #3A443D;
  border: 1px solid rgba(22,33,27,0.22);
}
.chip.active { background: #16211B; color: #F6F4EE; border-color: #16211B; }

.price-group-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(22,33,27,0.5);
}
.price-group-title {
  margin: 0;
  font-family: 'Familjen Grotesk', sans-serif;
  font-weight: 500;
  font-size: clamp(24px,2.6vw,38px);
  letter-spacing: -0.02em;
}
.price-group-note { margin: 0; font-size: 14px; color: #6B7269; font-style: italic; }
.price-group-count { margin: 0 0 0 auto; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #9AA09A; }
.price-row {
  display: grid;
  grid-template-columns: 1fr 90px 110px;
  gap: 12px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid rgba(22,33,27,0.1);
}
.price-name { font-size: 16px; line-height: 1.35; color: #16211B; }
.price-size { font-size: 14px; color: #6B7269; }
.price-value { font-size: 16px; text-align: right; font-variant-numeric: tabular-nums; color: #1F3D2B; }
