:root {
  --bg: #fff7ef;
  --bg-soft: #fff2e3;
  --card: rgba(255, 255, 255, 0.90);
  --card-soft: rgba(255,255,255,0.72);
  --ink: #2c1a12;
  --muted: #6e5a4b;
  --muted-2: #91735f;
  --brand: #f1642a;
  --brand-2: #ffbf55;
  --line: rgba(44,26,18,0.10);
  --line-strong: rgba(44,26,18,0.16);
  --shadow: 0 22px 56px rgba(90, 55, 35, 0.12);
  --radius: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shell: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  line-height: 1.55;
  background:
    radial-gradient(circle at top left, rgba(255, 191, 85, 0.28), transparent 26%),
    linear-gradient(180deg, #fffaf5 0%, #fff7ef 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin: 0 auto; }

.hero {
  position: relative;
  min-height: 100svh;
  background-image: url('assets/img/bg-hero.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(64,32,18,0.52) 0%, rgba(64,32,18,0.30) 42%, rgba(64,32,18,0.18) 100%),
    linear-gradient(180deg, rgba(64,32,18,0.18) 0%, rgba(64,32,18,0.36) 100%);
}
.nav,
.hero-content { position: relative; z-index: 2; }
.nav {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: min(230px, 52vw);
  max-height: 74px;
  object-fit: contain;
  display: block;
  padding: 8px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}
.brand strong { display: block; font-size: 1.05rem; }
.brand small { color: rgba(255,255,255,.88); }
.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-family: 'Bebas Neue', Inter, sans-serif;
  font-size: 1.45rem;
  letter-spacing: .08em;
  box-shadow: var(--shadow);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nav-links a {
  padding: 12px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.94);
  font-weight: 700;
  transition: .18s ease;
}
.nav-links a:hover { background: rgba(255,255,255,.08); color: #fff; }
.nav-phone {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff !important;
}

.hero-content {
  min-height: calc(100svh - 98px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr);
  align-items: end;
  gap: 24px;
  padding: 34px 0 48px;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: #ffd269;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.02;
}
h1, h2 {
  font-family: 'Bebas Neue', Inter, sans-serif;
  letter-spacing: .02em;
}
h1 { font-size: clamp(3.5rem, 8vw, 7rem); }
h2 { font-size: clamp(2.6rem, 5.2vw, 4.6rem); }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.08rem; }
.lead {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 1.08rem;
  color: rgba(255,255,255,.94);
}
.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.primary {
  background: linear-gradient(135deg, var(--brand), #ff8b38);
  color: #fff;
  box-shadow: 0 16px 36px rgba(255,107,46,.28);
}
.secondary {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
}
.hero-box {
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 250, 245, 0.78);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}
.hero-box-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.hero-box strong {
  display: block;
  font-size: 1.2rem;
  color: var(--ink);
}
.hero-box span { color: var(--muted-2); font-size: .92rem; }
.hero-box p {
  margin: 18px 0 0;
  color: var(--muted);
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -26px;
  position: relative;
  z-index: 3;
}
.intro-strip article,
.menu-category,
.order-card,
.summary-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.intro-strip article { padding: 22px; }
.intro-strip strong { display: block; margin-bottom: 6px; }
.intro-strip p { margin: 0; color: var(--muted); }

.menu-section,
.order-section {
  position: relative;
  margin-top: 42px;
}
.section-bg-food {
  background-image: url('assets/img/bg-food.png');
  background-size: cover;
  background-position: center center;
}
.section-bg-vibe {
  background-image: url('assets/img/bg-vibe.png');
  background-size: cover;
  background-position: center center;
}
.section-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 248, 241, .76);
}
.section-overlay.dark {
  background: rgba(255, 246, 238, .84);
}
.section-inner {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}
.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}
.section-head p:last-child { color: var(--muted); margin-top: 10px; }
.section-head.light p:last-child { color: var(--muted); }
.narrow { max-width: 720px; }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.menu-category {
  padding: 22px;
  display: grid;
  gap: 14px;
}
.category-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.category-head span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--brand);
  font-size: .84rem;
  font-weight: 800;
}
.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(44,26,18,.08);
}
.menu-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}
.menu-text p {
  margin: 8px 0 0;
  color: var(--muted);
}
.menu-text strong { color: var(--brand); }
.qty-label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
}
.qty-input,
input,
select,
textarea {
  width: 100%;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.qty-input { text-align: center; font-weight: 900; }
textarea { resize: vertical; min-height: 110px; }
input::placeholder,
textarea::placeholder { color: var(--muted-2); }
input:focus,
select:focus,
textarea:focus,
.qty-input:focus {
  outline: 2px solid rgba(255,107,46,.20);
  border-color: rgba(255,107,46,.40);
}
option { color: var(--ink); }

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}
.order-card,
.summary-card { padding: 24px; }
.order-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 210, 105, 0.14), rgba(255,107,46,0.12));
  border: 1px solid rgba(255,255,255,.08);
}
.order-top strong { display: block; margin-bottom: 4px; }
.order-top p { margin: 0; color: var(--muted); }
.tag {
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffd269;
  font-size: .82rem;
  font-weight: 900;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
label { display: grid; gap: 8px; font-weight: 800; }
.full { grid-column: 1 / -1; }
.summary-card {
  position: sticky;
  top: 16px;
  background: rgba(255,255,255,0.94);
}
.summary-items {
  display: grid;
  gap: 10px;
  min-height: 84px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.summary-item,
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.summary-row {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.summary-row.total {
  border-bottom: 0;
  font-size: 1.34rem;
}
.notice {
  min-height: 24px;
  color: var(--brand);
  font-weight: 800;
}
.submit-btn {
  width: 100%;
  margin: 8px 0 12px;
}
.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.footer {
  padding: 40px 0 48px;
  background: #fff7ef;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.footer p { margin: 6px 0 0; color: var(--muted); }
.footer-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-actions a { color: var(--muted); font-weight: 800; }
.footer-actions a:hover { color: var(--ink); }

.result-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(180deg, #fffaf5 0%, #fff7ef 100%);
}
.result-card {
  width: min(760px, 100%);
  padding: clamp(24px, 5vw, 42px);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.result-card p { color: var(--muted); }
.receipt {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(44,26,18,.08);
}
.receipt pre { white-space: pre-wrap; font: inherit; color: var(--ink); }

@media (max-width: 1080px) {
  .hero-content,
  .menu-grid,
  .order-layout,
  .intro-strip {
    grid-template-columns: 1fr;
  }
  .summary-card { position: static; }
}

@media (max-width: 760px) {
  .nav,
  .footer-inner,
  .order-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-links,
  .hero-cta,
  .footer-actions {
    width: 100%;
  }
  .nav-links a,
  .button {
    width: 100%;
  }
  .hero-content,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .menu-item,
  .menu-top {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
  .qty-input { width: 100%; }
}


/* Language switcher — compact buttons top right */
.language-switcher {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(8px);
}

.language-switcher a {
  min-width: 38px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  transition: .18s ease;
}

.language-switcher a:hover {
  background: rgba(255,255,255,.10);
  color: #fff;
}

.language-switcher a.active {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  box-shadow: 0 8px 20px rgba(255,107,46,.24);
}

@media (max-width: 760px) {
  .language-switcher {
    width: 100%;
    justify-content: space-between;
  }

  .language-switcher a {
    flex: 1;
  }
}

.menu-section h2, .menu-section h3, .order-section h2, .order-section h3, .menu-section h4, .order-section h4 { color: var(--ink); }
.order-section .eyebrow, .menu-section .eyebrow { color: var(--brand); }
.hero h1, .hero .eyebrow { text-shadow: 0 2px 18px rgba(0,0,0,.18); }


.brand-logo {
  display: block;
  width: 126px;
  height: auto;
}

.variant-field {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
}

.variant-select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.menu-price {
  white-space: nowrap;
}
