/* Exact catalogue and product-card treatment from the local Sushivibe source. */
.menu-stage {
  --source-blue: #1351aa;
  --source-orange: #ff751f;
  --source-ink: #071d43;
  --source-line: rgba(7, 29, 67, 0.15);
  position: relative;
  overflow: visible;
  background: #fff9f0;
}

.menu-stage::before { display: none; }

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

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

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

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

.menu-stage .section-title {
  max-width: none;
  margin: 0;
  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;
  text-transform: none;
}

.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;
  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 {
  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 {
  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 {
  min-height: 43px;
  margin: 0 0 17px;
  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;
}

.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 .add-button {
  width: 31px;
  height: 31px;
  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 {
  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; }

.menu-stage .menu-cta-row .source-button { background: var(--source-blue); }

@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; }
}

/* Exact lower-page composition from the local Sushivibe source. */
.site-shell {
  --source-blue: #1351aa;
  --source-orange: #ff751f;
  --source-ink: #071d43;
  --source-line: rgba(7, 29, 67, 0.15);
}

.signature-band {
  position: relative;
  display: grid;
  min-height: 286px;
  grid-template-columns: 1.2fr 1fr 300px;
  align-items: center;
  gap: 35px;
  padding: 30px clamp(18px, 9vw, 155px);
  overflow: hidden;
  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;
}

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

.source-eyebrow > span:first-child {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.source-eyebrow--ink { color: var(--source-ink); }
.source-eyebrow--blue { color: var(--source-blue); }
.source-eyebrow--orange { color: var(--source-orange); }

.signature-content .source-eyebrow { margin-bottom: 13px; }

.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;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.delivery-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 55px;
  padding: clamp(75px, 9vw, 125px) clamp(18px, 9vw, 155px);
  background: #e7eef8;
}

.delivery-main h2,
.about-card h2 {
  margin: 0;
  color: var(--source-ink);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 0.94;
}

.delivery-main h2 em { color: var(--source-orange); font-style: normal; }

.delivery-main > p:not(.source-eyebrow) {
  max-width: 520px;
  margin: 26px 0;
  color: #4c638b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.source-button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 17px 0 20px;
  color: #fff;
  text-decoration: none;
  background: var(--source-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  transition: transform 0.2s, box-shadow 0.2s;
}

.source-button:hover {
  color: #fff;
  box-shadow: 4px 5px 0 rgba(7, 29, 67, 0.33);
  transform: translateY(-2px);
}

.source-button b { font-size: 20px; line-height: 1; }

.delivery-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}

.delivery-options article {
  position: relative;
  padding: 18px 21px 17px;
  color: var(--source-ink);
  border-left: 5px solid var(--source-orange);
  background: #fff;
}

.delivery-options span {
  position: absolute;
  top: 17px;
  right: 17px;
  color: var(--source-orange);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

.delivery-options h3 {
  margin: 0 0 5px;
  color: var(--source-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: normal;
}

.delivery-options p {
  max-width: 350px;
  margin: 0;
  color: #536b92;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}

.about-section {
  display: grid;
  min-height: 458px;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  background: var(--source-ink);
}

.about-card {
  display: flex;
  flex-direction: column;
  padding: clamp(55px, 7vw, 108px) clamp(18px, 9vw, 155px);
}

.about-card h2 { max-width: 500px; color: #fff; }

.about-card > p {
  max-width: 520px;
  margin: 25px 0 43px;
  color: #c5d3ec;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.about-card address {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  padding-top: 16px;
  color: #c5d3ec;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-card address strong {
  color: var(--source-orange);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 400;
}

.about-card address a {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.about-image {
  min-height: 400px;
  overflow: hidden;
  background: var(--source-orange);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: scale(1.08);
}

.source-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 28px clamp(18px, 4vw, 68px);
  color: #fff;
  background: var(--source-blue);
}

.source-footer-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  color: #fff;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 18px;
  letter-spacing: -1.2px;
  line-height: 0.82;
  text-decoration: none;
}

.source-footer-brand > span:first-child,
.source-footer-brand i { color: var(--source-orange); }
.source-footer-brand i { font-size: 12px; font-style: normal; }

.source-footer p {
  margin: 0;
  color: #bcd0f5;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.source-footer div {
  display: flex;
  justify-content: flex-end;
  gap: 17px;
}

.source-footer div a {
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .signature-band { grid-template-columns: 1fr 1fr 220px; }
  .delivery-section { padding-right: 6vw; padding-left: 6vw; }
  .about-card { padding-right: 7vw; padding-left: 7vw; }
}

@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; }
  .delivery-section { display: block; padding: 71px 19px; }
  .delivery-main h2, .about-card h2 { font-size: 42px; letter-spacing: -2.2px; }
  .delivery-main > p:not(.source-eyebrow) { margin: 22px 0; font-size: 13px; }
  .delivery-options { margin-top: 36px; }
  .about-section { display: block; }
  .about-card { padding: 62px 19px; }
  .about-image { min-height: 245px; }
  .source-footer { grid-template-columns: 1fr auto; padding: 20px 19px; }
  .source-footer p { display: none; }
  .source-footer div { gap: 11px; }
  .source-footer div a { font-size: 9px; }
}
