:root {
  --ink: #080706;
  --charcoal: #14100d;
  --panel: rgba(18, 13, 10, 0.84);
  --line: rgba(232, 190, 120, 0.38);
  --gold: #d9aa60;
  --champagne: #f3dfba;
  --rose: #bf4f64;
  --jade: #4d8d7b;
  --text: #fff6e8;
  --muted: #ccb99c;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.12), rgba(8, 7, 6, 0.78)),
    url("1.jpeg") center / cover no-repeat;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 44%, var(--ink)),
    radial-gradient(circle at 18% 80%, rgba(191, 79, 100, 0.22), transparent 30%);
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.34);
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.74rem;
}

.call-link,
.button {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
  border-radius: 999px;
}

.call-link {
  flex: 0 0 auto;
  padding: 12px 16px;
  color: var(--champagne);
  font-weight: 700;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: min(12vh, 110px) 0 170px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 7vw, 5.7rem);
  line-height: 1.05;
  text-wrap: balance;
}

.hero__copy {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--champagne);
  font-size: clamp(1.02rem, 2.2vw, 1.25rem);
  line-height: 1.8;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  font-weight: 800;
}

.button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), #f4d7a0);
  color: #1a1008;
}

.button--ghost {
  color: var(--champagne);
}

.strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(280px, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 32px));
  margin: -92px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.strip div {
  min-width: 0;
  padding: 20px;
  background: rgba(15, 11, 9, 0.9);
}

.strip span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.strip strong {
  display: block;
  margin-top: 8px;
  color: var(--champagne);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.5;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 0;
}

.section__heading {
  margin-bottom: 24px;
}

.section__heading p {
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 800;
}

.section__heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
}

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

.offer,
.menu-item,
.source-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(24, 18, 14, 0.95), rgba(11, 9, 8, 0.95));
  box-shadow: var(--shadow);
}

.offer {
  min-height: 190px;
  padding: 22px;
}

.offer--evening {
  border-color: rgba(191, 79, 100, 0.65);
  background:
    linear-gradient(145deg, rgba(54, 20, 27, 0.92), rgba(13, 9, 8, 0.95));
}

.offer__time {
  color: var(--muted);
  font-weight: 800;
}

.offer h3 {
  margin: 18px 0 16px;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.price {
  margin: 0;
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
}

.menu-section {
  padding-bottom: 78px;
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 18px;
  align-items: start;
}

.menu-list {
  display: grid;
  gap: 10px;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
  padding: 17px 18px;
}

.menu-item div {
  min-width: 0;
}

.menu-item h3 {
  margin-bottom: 6px;
  font-size: clamp(1.06rem, 2vw, 1.25rem);
}

.menu-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.menu-item strong {
  flex: 0 0 auto;
  color: var(--champagne);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  white-space: nowrap;
}

.source-panel {
  position: sticky;
  top: 16px;
  overflow: hidden;
}

.source-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.source-panel p {
  margin: 0;
  padding: 16px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  border-top: 1px solid var(--line);
  padding: 28px 16px;
  color: var(--muted);
  background: var(--charcoal);
}

@media (max-width: 860px) {
  .hero {
    min-height: 88svh;
    background-position: center top;
  }

  .hero__content {
    padding-bottom: 136px;
  }

  .strip,
  .offer-grid,
  .menu-layout {
    grid-template-columns: 1fr;
  }

  .source-panel {
    position: static;
  }

  .source-panel img {
    max-height: 520px;
  }
}

@media (max-width: 560px) {
  .topbar {
    align-items: flex-start;
  }

  .brand strong {
    white-space: normal;
  }

  .call-link {
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .hero__content {
    padding-top: 9vh;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .menu-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-item strong {
    white-space: normal;
  }
}
