/* Source catalogue from localhost:4174. This file loads last so legacy visual layers cannot alter it. */
.menu-stage {
  --source-blue: #1351aa;
  --source-orange: #ff751f;
  --source-ink: #071d43;
  --source-line: rgba(7, 29, 67, 0.15);
  background: #fff9f0;
}

.menu-stage .menu-section {
  padding: clamp(70px, 10vw, 140px) clamp(18px, 9vw, 155px) 74px;
}

.menu-stage .section-head {
  display: flex;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 35px;
}

.menu-stage .section-title {
  color: var(--source-ink) !important;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: clamp(36px, 5vw, 68px) !important;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 0.94;
}

.menu-stage .section-note {
  max-width: 295px;
  margin: 0 0 4px;
  color: #49628e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.menu-stage .category-row {
  display: flex;
  gap: 8px;
  margin: 0 0 32px;
  padding: 14px 0;
  overflow: auto;
  border-top: 1px solid var(--source-line);
  border-bottom: 1px solid var(--source-line);
  scrollbar-width: none;
}

.menu-stage .category-row::-webkit-scrollbar { display: none; }

.menu-stage .category-button {
  min-height: 0;
  padding: 8px 13px;
  color: var(--source-ink);
  border: 1px solid #b6c4d9;
  border-radius: 999px;
  background: transparent;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  white-space: nowrap;
}

.menu-stage .category-button:hover,
.menu-stage .category-button.active {
  color: #fff;
  border-color: var(--source-blue);
  background: var(--source-blue);
}

.menu-stage .menu-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.menu-stage .menu-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: visible;
  color: var(--source-ink);
  border: 1px solid #dae3f0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  cursor: default;
  transition: transform 0.25s, box-shadow 0.25s;
}

.menu-stage .menu-card:hover {
  border-color: #dae3f0;
  box-shadow: 0 13px 0 rgba(19, 81, 170, 0.12);
  transform: translateY(-5px);
}

.menu-stage .menu-image {
  position: relative;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid #dee5ed;
  background: #f4f3ef;
}

.menu-stage .menu-image::after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 7px;
  content: attr(data-piece);
  color: #fff;
  background: var(--source-blue);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 400;
  line-height: normal;
}

.menu-stage .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform 0.3s;
}

.menu-stage .menu-card:hover .menu-image img { transform: scale(1.06); }

.menu-stage .popular-badge {
  position: absolute;
  right: 9px;
  bottom: 8px;
  z-index: 2;
  padding: 5px 7px;
  color: var(--source-ink);
  background: var(--source-orange);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.menu-stage .menu-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 15px 13px;
}

.menu-stage .menu-category {
  display: inline;
  margin-bottom: 7px;
  color: var(--source-orange);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: normal;
  text-transform: uppercase;
}

.menu-stage .menu-name {
  min-height: 0;
  margin: 0 0 7px;
  color: var(--source-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.menu-stage .menu-description {
  display: block;
  min-height: 43px;
  margin: 0 0 17px;
  overflow: visible;
  color: #607294;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
}

.menu-stage .menu-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-right: 0;
}

.menu-stage .price {
  color: var(--source-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: normal;
}

.menu-stage .menu-card .add-button,
.menu-stage .add-button {
  position: static;
  display: block;
  width: 31px;
  height: 31px;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--source-ink);
  border: 0;
  border-radius: 0;
  background: var(--source-orange);
  box-shadow: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: none;
}

.menu-stage .add-button:hover,
.menu-stage .add-button:focus-visible {
  color: #fff;
  background: var(--source-blue);
}

.menu-stage .menu-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  margin-top: 38px;
  padding-top: 30px;
  color: var(--source-ink);
  border-top: 1px solid var(--source-line);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.menu-stage .menu-cta-row p { margin: 0; }

@media (max-width: 1000px) {
  .menu-stage .menu-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .menu-stage .menu-section { padding: 71px 19px 59px; }
  .menu-stage .section-head { display: block; }
  .menu-stage .section-title { font-size: 42px !important; letter-spacing: -2.2px; }
  .menu-stage .section-note { margin-top: 18px; font-size: 12px; }
  .menu-stage .category-row { margin-right: -19px; margin-left: -19px; padding-right: 19px; padding-left: 19px; }
  .menu-stage .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .menu-stage .menu-image { height: 139px; }
  .menu-stage .menu-body { padding: 12px 10px 10px; }
  .menu-stage .menu-name { font-size: 13px; }
  .menu-stage .menu-description { min-height: 50px; font-size: 9px; }
  .menu-stage .price { font-size: 14px; }
  .menu-stage .menu-cta-row { display: block; text-align: center; }
  .menu-stage .menu-cta-row .source-button { margin-top: 15px; }
}

/* The Under band is the original section from the source catalogue page. */
.signature-band {
  position: relative;
  display: grid;
  min-height: 286px;
  grid-template-columns: 1.2fr 1fr 300px;
  align-items: center;
  gap: 35px;
  overflow: hidden;
  padding: 30px clamp(18px, 9vw, 155px);
  border: 0;
  background: var(--source-orange);
}

.signature-word {
  position: absolute;
  bottom: -14px;
  left: 5%;
  color: var(--source-blue);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(62px, 10vw, 160px);
  font-weight: 400;
  letter-spacing: -9px;
  line-height: 0.8;
  opacity: 0.98;
}

.signature-content {
  z-index: 1;
  grid-column: 2;
  align-self: auto;
  padding-top: 0;
}

.source-signature-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: var(--source-ink);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.source-signature-eyebrow > span:first-child {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: var(--source-ink);
}

.signature-content > p:last-child {
  margin: 0;
  color: var(--source-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -1.1px;
  line-height: 1.13;
}

.signature-band img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 206px;
  align-self: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: none;
}

@media (max-width: 1000px) {
  .signature-band { grid-template-columns: 1fr 1fr 220px; }
}

@media (max-width: 720px) {
  .signature-band {
    display: block;
    min-height: 349px;
    padding: 27px 19px;
  }

  .signature-word {
    bottom: -4px;
    left: 11px;
    font-size: 93px;
    letter-spacing: -6px;
  }

  .signature-content {
    position: relative;
    z-index: 2;
    width: 82%;
    padding-top: 0;
  }

  .signature-content > p:last-child { font-size: 19px; }

  .signature-band img {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 49%;
    height: 170px;
  }
}
