:root {
  --charcoal: #120f0d;
  --coal: #201a16;
  --smoke: #6f6761;
  --flame: #f04b23;
  --ember: #ffb23d;
  --cream: #f7efe2;
  --white: #ffffff;
  --line: rgba(18, 15, 13, .14);
  --shadow: 0 28px 70px rgba(18, 15, 13, .28);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(247, 239, 226, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 900;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  color: var(--smoke);
  font-size: 14px;
  font-weight: 900;
}

nav a:hover { color: var(--flame); }

.lang {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
}

.lang button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--smoke);
  padding: 8px 10px;
  font-weight: 900;
  cursor: pointer;
}

.lang .active {
  background: var(--charcoal);
  color: #fff;
}

.hero {
  position: relative;
  min-height: calc(100vh - 69px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 8, 6, .92), rgba(10, 8, 6, .66) 44%, rgba(10, 8, 6, .12));
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 840px;
  padding: clamp(62px, 9vw, 120px) clamp(20px, 6vw, 86px);
}

.kicker {
  margin: 0 0 14px;
  color: var(--ember);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

h1, h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  font-size: clamp(54px, 8.5vw, 128px);
}

h2 {
  font-size: clamp(38px, 5.5vw, 82px);
}

h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.hero-copy p:not(.kicker) {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
}

.btn.primary {
  background: var(--flame);
  color: #fff;
}

.btn.ghost {
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.hero-card {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 34px;
  z-index: 2;
  width: min(390px, calc(100vw - 36px));
  padding: 24px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--charcoal);
  box-shadow: var(--shadow);
}

.hero-card span, .hero-card strong, .hero-card small { display: block; }
.hero-card span { color: var(--flame); font-weight: 900; }
.hero-card strong { margin: 8px 0; font-family: "Archivo Black", Impact, sans-serif; font-size: 30px; text-transform: uppercase; }
.hero-card small { color: var(--smoke); line-height: 1.45; }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.metrics div {
  padding: 26px clamp(18px, 4vw, 42px);
  background: #fff;
}

.metrics strong, .metrics span { display: block; }
.metrics strong { font-family: "Archivo Black", Impact, sans-serif; font-size: 36px; color: var(--flame); }
.metrics span { color: var(--smoke); font-weight: 800; }

.intro, .delivery, .visit, .section {
  padding: clamp(60px, 9vw, 118px) clamp(20px, 6vw, 86px);
}

.intro, .delivery, .visit {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, .88fr);
  gap: clamp(28px, 6vw, 80px);
}

.intro p:last-child, .visit p {
  margin: 0;
  color: var(--smoke);
  font-size: 20px;
  line-height: 1.7;
}

.food-strip {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr .8fr;
  gap: 10px;
  padding: 0 clamp(20px, 6vw, 86px) clamp(60px, 8vw, 100px);
}

.food-strip figure {
  margin: 0;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}

.food-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-head {
  max-width: 940px;
  margin-bottom: 36px;
}

.menu {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.menu-grid article {
  min-height: 220px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.menu-grid .highlight {
  background: var(--charcoal);
  color: #fff;
}

article p {
  color: var(--smoke);
  line-height: 1.62;
}

.highlight p { color: rgba(255,255,255,.78); }

.delivery {
  color: #fff;
  background: linear-gradient(135deg, var(--charcoal), #6a1f12);
  align-items: center;
}

.delivery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.delivery-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--ember);
  color: var(--charcoal);
  font-weight: 900;
  font-size: 20px;
}

.quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

blockquote {
  margin: 0;
  min-height: 150px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border-left: 5px solid var(--flame);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-card a:first-child {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 36px;
  color: var(--flame);
}

.contact-card a { font-weight: 900; }

footer {
  padding: 28px clamp(20px, 6vw, 86px);
  color: var(--smoke);
  border-top: 1px solid var(--line);
}

footer p { margin: 0; }

@media (max-width: 980px) {
  .header { grid-template-columns: auto auto; }
  nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; }
  .hero { min-height: auto; padding-bottom: 215px; }
  .hero-copy { padding-top: 70px; }
  .metrics, .menu-grid, .quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro, .delivery, .visit { grid-template-columns: 1fr; }
  .food-strip { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .header { padding: 10px 14px; gap: 12px; }
  .brand strong { font-size: 14px; }
  nav { gap: 16px; font-size: 13px; }
  .hero { padding-bottom: 240px; }
  .hero-copy { padding: 54px 18px; }
  h1 { font-size: 54px; }
  h2 { font-size: 40px; }
  .hero-card { left: 18px; right: 18px; bottom: 24px; }
  .metrics, .menu-grid, .quotes, .food-strip { grid-template-columns: 1fr; }
  .food-strip figure { min-height: 330px; }
}
