/* Final studio pass: one coherent layer for typography, interaction and responsive density. */
:root {
  --studio-ink: #071d43;
  --studio-blue: #1351aa;
  --studio-orange: #ff751f;
  --studio-paper: #fefaf5;
  --studio-line: rgba(7, 29, 67, 0.16);
}

html { scroll-behavior: smooth; }

#menu,
#delivery,
#location { scroll-margin-top: 78px; }

.primary-nav a {
  font-size: 11px;
  letter-spacing: 0;
}

.header-phone {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 32px auto;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  color: var(--studio-ink);
  border-left: 1px solid var(--studio-line);
}

.header-phone-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  border-radius: 6px;
  background: var(--studio-blue);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.header-phone > span:last-child { display: grid; gap: 2px; }

.header-phone strong,
.header-phone small {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  letter-spacing: 0;
}

.header-phone strong { font-size: 11px; }
.header-phone small { color: #65738a; font-size: 8px; }

.header-phone:hover { color: var(--studio-orange); }
.header-phone:hover .header-phone-icon {
  color: var(--studio-ink);
  background: var(--studio-orange);
  transform: translateY(-1px);
}

.hero h1,
.menu-stage .section-title,
.menu-stage .menu-name,
.menu-stage .price,
.signature-word,
.delivery-main h2,
.delivery-options h3,
.about-page-hero h1,
.location-copy h2,
.about-order-band h2,
.detail-title,
.drawer-header h2,
.dialog-header h2 {
  letter-spacing: 0 !important;
}

.hero h1 span { color: var(--studio-blue); }
.hero h1 em { color: var(--studio-orange); }

.brand-stamp--logo {
  overflow: visible;
  color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-stamp--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.08);
}

.hero .button,
.cart-trigger,
.source-button {
  border-radius: 6px;
}

/* Ordering channels: a branded blue bridge between the hero and catalogue. */
.hero-service-strip {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(19, 81, 170, 0.97);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(125%);
}

.hero-service-item {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.hero-service-item:last-child { border-right-color: rgba(255, 255, 255, 0.2); }
.hero-service-item b { color: #fff; }
.hero-service-item small { color: rgba(255, 255, 255, 0.72); }

.hero-service-index,
.hero-service-item i {
  color: var(--studio-orange);
  opacity: 1;
}

.hero-service-item i { transition: transform 180ms ease; }

.hero-service-item:hover,
.hero-service-item:focus-visible {
  color: #fff;
  background: rgba(255, 117, 31, 0.13);
  box-shadow: inset 0 3px 0 var(--studio-orange);
}

.hero-service-item:hover i,
.hero-service-item:focus-visible i { transform: translate(2px, -2px); }

.hero-service-item:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid #fff;
  outline-offset: -3px;
}

/* Catalogue: the entire food card opens details; the orange plus remains a direct add action. */
.menu-stage .menu-card {
  min-height: 374px;
}

.menu-stage .menu-card-open {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.menu-stage .menu-card:has(.menu-card-open:focus-visible) {
  outline: 3px solid rgba(255, 117, 31, 0.88);
  outline-offset: 3px;
}

.menu-stage .menu-card-open:focus-visible { outline: 0; }

.menu-stage .menu-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.menu-stage .menu-bottom { padding-right: 48px; }

.menu-stage .menu-card .add-button,
.menu-stage .add-button {
  position: absolute;
  right: 15px;
  bottom: 13px;
  z-index: 3;
  width: 38px;
  height: 38px;
  color: var(--studio-ink);
  background: var(--studio-orange);
  cursor: pointer;
}

.menu-stage .add-button:hover,
.menu-stage .add-button:focus-visible {
  color: #fff;
  background: var(--studio-blue);
  transform: translateY(-2px);
}

.menu-stage .menu-card:hover .menu-image img,
.menu-stage .menu-card:focus-within .menu-image img {
  transform: scale(1.045);
}

/* Search and categories remain available through the long menu. */
.menu-browse-bar {
  position: sticky;
  top: 77px;
  z-index: 22;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  padding: 10px 0;
  border-top: 1px solid rgba(7, 29, 67, 0.12);
  border-bottom: 1px solid rgba(7, 29, 67, 0.12);
  background: rgba(254, 250, 245, 0.95);
  backdrop-filter: blur(18px) saturate(125%);
}

.menu-search-field {
  display: flex;
  width: clamp(220px, 20vw, 290px);
  min-width: 220px;
  height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 10px 0 13px;
  color: var(--studio-blue);
  border: 1px solid rgba(7, 29, 67, 0.2);
  border-radius: 6px;
  background: #fff;
}

.menu-search-field:focus-within {
  border-color: var(--studio-blue);
  box-shadow: 0 0 0 3px rgba(19, 81, 170, 0.12);
}

.menu-search-field input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--studio-ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
}

.menu-search-field input::placeholder { color: #64728a; opacity: 1; }

.menu-search-field button {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  color: var(--studio-blue);
  border: 0;
  border-radius: 4px;
  background: #eef3fb;
}

.menu-stage .menu-browse-bar .category-row {
  min-width: 0;
  flex: 1;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

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

.menu-stage .menu-browse-bar .category-button {
  flex: 0 0 auto;
}

@media (min-width: 821px) {
  .menu-browse-bar {
    gap: 16px;
    padding-block: 12px;
  }

  .menu-search-field {
    height: 46px;
  }

  .menu-stage .menu-browse-bar .category-row {
    min-height: 46px;
    align-items: center;
    gap: 10px;
  }

  .menu-stage .menu-browse-bar .category-button {
    min-height: 42px;
    padding: 0 17px;
    font-size: 12px;
    font-weight: 750;
  }
}

.menu-search-empty {
  min-height: 260px;
  grid-column: 1 / -1;
  border: 1px solid rgba(7, 29, 67, 0.14);
  background: #fff;
  font-size: 14px;
}

/* Ordering and trust sections use the same typographic roles as the catalogue. */
.signature-content > p:last-child,
.delivery-main h2,
.delivery-options h3,
.about-page-hero h1,
.location-copy h2,
.about-order-band h2,
.source-footer-brand,
.drawer-header h2,
.dialog-header h2,
.detail-title {
  font-family: "Manrope", Arial, sans-serif;
}

.signature-content > p:last-child,
.delivery-main h2,
.about-page-hero h1,
.location-copy h2,
.about-order-band h2 {
  font-weight: 800;
}

.delivery-platform-links {
  display: flex;
  gap: 16px;
  margin-top: 13px;
}

.delivery-platform-links a {
  color: var(--studio-blue);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.delivery-platform-links a:hover { color: var(--studio-orange); }

/* The bar page shows the real set in natural colour instead of an orange multiply effect. */
.about-page-hero-image {
  display: grid;
  padding: clamp(32px, 5vw, 82px);
  place-items: center;
  background: var(--studio-paper);
}

.about-page-hero-image img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: saturate(1.07) contrast(1.02);
  transform: none;
}

/* A proof section earns trust with verified facts instead of promotional copy. */
.trust-proof-band {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(660px, 1.2fr);
  color: #fff;
  background: var(--studio-ink);
}

.trust-proof-intro {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 108px);
}

.trust-proof-intro .source-eyebrow { color: #ffad7a; }

.trust-proof-intro h2 {
  max-width: 520px;
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.trust-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-proof-metrics > * {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 320px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 28px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  transition: color 180ms ease, background 180ms ease;
}

.trust-proof-metrics > * > span {
  position: absolute;
  top: 28px;
  left: 28px;
  color: #8da1c1;
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.trust-proof-metrics strong {
  color: var(--studio-orange);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(44px, 4.2vw, 70px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
}

.trust-proof-metrics strong em {
  font-size: 0.36em;
  font-style: normal;
}

.trust-proof-metrics b {
  margin-top: 19px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.trust-proof-metrics small {
  min-height: 34px;
  margin-top: 6px;
  color: #aebbd0;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.45;
}

.trust-proof-metrics i,
.trust-proof-link {
  margin-top: 20px;
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.trust-proof-link:focus-visible {
  color: var(--studio-orange);
  outline: 2px solid var(--studio-orange);
  outline-offset: 4px;
}

.trust-proof-metrics > a:hover,
.trust-proof-metrics > a:focus-visible {
  color: var(--studio-ink);
  background: var(--studio-orange);
  outline: 0;
}

.trust-proof-metrics > a:hover strong,
.trust-proof-metrics > a:focus-visible strong,
.trust-proof-metrics > a:hover small,
.trust-proof-metrics > a:focus-visible small,
.trust-proof-metrics > a:hover i,
.trust-proof-metrics > a:focus-visible i { color: var(--studio-ink); }

/* A useful, complete footer: contact and legal documents are available on every page. */
.source-footer {
  grid-template-columns: auto minmax(160px, 1fr) minmax(420px, auto);
  gap: 28px;
}

.source-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.source-footer-links a,
.source-footer-links button {
  padding: 0;
  color: #cbd5e6;
  border: 0;
  background: transparent;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
}

.source-footer-links a:hover,
.source-footer-links button:hover { color: var(--studio-orange); }

/* Cart and product detail have enough visual weight to feel like part of the same product. */
.cart-drawer { width: min(500px, 100%); }

.cart-scroll {
  min-height: 0;
  flex: 1;
  overflow: auto;
  overscroll-behavior: contain;
}

.cart-scroll .cart-list {
  min-height: 0;
  flex: none;
  padding-bottom: 8px;
  overflow: visible;
}

.cart-row {
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 14px;
}

.cart-row img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  object-position: center 58%;
  background: #f4f3ef;
  mix-blend-mode: multiply;
}

.cart-row-title {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.cart-row-meta,
.remove-link,
.cart-upsell p,
.cart-drink small,
.cart-whatsapp-hint,
.checkout-zone,
.checkout-privacy,
.order-method small,
.cart-timing-option small,
.cart-serving-label small,
.cart-serving legend small {
  font-size: 12px;
}

.quantity-button {
  width: 32px;
  height: 32px;
}

.cart-upsell {
  margin: 0 20px 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 29, 67, 0.14);
}

.cart-upsell > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.cart-upsell h3 { margin: 0; font-size: 16px; }
.cart-upsell p { margin: 0; color: #52627b; font-size: 11px; }
.cart-drinks { display: grid; gap: 7px; }

.cart-drink {
  display: grid;
  min-height: 58px;
  grid-template-columns: 46px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 10px;
  padding: 6px 8px 6px 6px;
  color: var(--studio-ink);
  border: 1px solid rgba(19, 81, 170, 0.14);
  border-radius: 6px;
  background: #fff;
  text-align: left;
}

.cart-drink:hover,
.cart-drink:focus-visible { border-color: var(--studio-orange); }

.cart-drink img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  background: #f4f3ef;
}

.cart-drink b,
.cart-drink small { display: block; }
.cart-drink b { font-size: 12px; }
.cart-drink small { margin-top: 2px; color: #5b6880; font-size: 11px; }
.cart-drink > i { color: var(--studio-orange); }

.cart-summary {
  max-height: min(430px, 52dvh);
  overflow: auto;
}

.cart-summary-action {
  position: sticky;
  z-index: 2;
  bottom: 0;
  padding-top: 14px;
  background: #fff;
  box-shadow: 0 -10px 20px 8px #fff;
}

.cart-summary-action .summary-total { margin-bottom: 12px; }

.cart-timing {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(7, 29, 67, 0.14);
}

.cart-timing legend {
  margin-bottom: 10px;
  padding: 0;
  color: var(--studio-ink);
  font-size: 14px;
  font-weight: 850;
}

.cart-timing-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.cart-timing-option {
  position: relative;
  display: grid;
  min-height: 82px;
  grid-template-columns: 22px 1fr;
  gap: 2px 7px;
  padding: 10px;
  border: 1px solid rgba(7, 29, 67, 0.18);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.cart-timing-option input { position: absolute; opacity: 0; pointer-events: none; }

.cart-timing-option > span {
  display: grid;
  grid-row: 1 / 3;
  place-items: start;
  color: var(--studio-orange);
}

.cart-timing-option b { font-size: 11px; line-height: 1.25; }
.cart-timing-option small { color: #627089; font-size: 10px; line-height: 1.3; }

.cart-timing-option.is-selected {
  border-color: var(--studio-blue);
  background: #eef3fb;
  box-shadow: inset 3px 0 0 var(--studio-blue);
}

.cart-timing-option.is-disabled {
  color: #748198;
  background: #f3f4f6;
  cursor: not-allowed;
  opacity: 0.68;
}

.cart-time-field {
  display: grid;
  grid-template-columns: 1fr 132px;
  align-items: center;
  gap: 12px;
  margin-top: 9px;
  color: #52627b;
  font-size: 11px;
  font-weight: 750;
}

.cart-time-field select {
  width: 100%;
  height: 38px;
  padding: 0 9px;
  color: var(--studio-ink);
  border: 1px solid rgba(7, 29, 67, 0.22);
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  font-weight: 750;
}

.cart-timing-error {
  margin: 8px 0 0;
  color: #b42318;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.cart-timing-error:empty { display: none; }

.cart-serving {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(7, 29, 67, 0.14);
}

.cart-serving legend {
  display: grid;
  gap: 3px;
  margin: 0 0 9px;
  padding: 0;
}

.cart-serving legend b {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--studio-ink);
  font-size: 14px;
  font-weight: 850;
}

.cart-serving legend b em {
  padding: 3px 6px;
  color: #fff;
  border-radius: 4px;
  background: var(--studio-orange);
  font: 700 8px/1 "DM Mono", monospace;
  font-style: normal;
  text-transform: uppercase;
}

.cart-serving legend small {
  max-width: 420px;
  color: #52627b;
  font-size: 10.5px;
  line-height: 1.4;
}

.cart-serving-row {
  display: grid;
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(7, 29, 67, 0.1);
}

.cart-serving-label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.cart-serving-label > i {
  flex: 0 0 auto;
  color: var(--studio-orange);
}

.cart-serving-label span,
.cart-serving-label b,
.cart-serving-label small { display: block; }

.cart-serving-label b {
  color: var(--studio-ink);
  font-size: 11.5px;
  font-weight: 850;
}

.cart-serving-label small {
  margin-top: 1px;
  color: #637088;
  font-size: 9.5px;
  font-weight: 700;
}

.cart-serving-controls,
.serving-stepper {
  display: flex;
  align-items: center;
}

.cart-serving-controls { gap: 7px; }

.serving-stepper {
  overflow: hidden;
  border: 1px solid rgba(7, 29, 67, 0.18);
  border-radius: 6px;
  background: #fff;
}

.serving-stepper button,
.serving-stepper output {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
}

.serving-stepper button {
  padding: 0;
  color: var(--studio-blue);
  border: 0;
  background: transparent;
  cursor: pointer;
}

.serving-stepper button:hover:not(:disabled),
.serving-stepper button:focus-visible { color: #fff; background: var(--studio-blue); }

.serving-stepper button:disabled { color: #a8b0bd; cursor: not-allowed; }

.serving-stepper output {
  color: var(--studio-ink);
  border-inline: 1px solid rgba(7, 29, 67, 0.12);
  font-size: 12px;
  font-weight: 850;
}

.serving-none {
  min-height: 34px;
  padding: 0 9px;
  color: #52627b;
  border: 1px solid rgba(7, 29, 67, 0.18);
  border-radius: 6px;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.serving-none:hover,
.serving-none:focus-visible,
.serving-none.is-selected {
  color: #fff;
  border-color: var(--studio-blue);
  background: var(--studio-blue);
}

.cart-serving-error {
  margin: 7px 0 0;
  color: #b42318;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.cart-serving-error:empty { display: none; }

.checkout-order-meta {
  display: grid;
  gap: 7px;
  margin: 14px 0 18px;
}

.checkout-order-meta > span {
  display: grid;
  min-height: 38px;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  color: var(--studio-ink);
  border: 1px solid rgba(7, 29, 67, 0.12);
  background: #f6f8fb;
}

.checkout-order-meta > span > i {
  display: grid;
  color: var(--studio-orange);
}

.checkout-order-meta b { font-size: 10.5px; }

.checkout-order-meta small {
  color: #53627a;
  font-size: 10.5px;
  font-weight: 700;
  text-align: right;
}

.receipt-item > span {
  display: grid;
  gap: 3px;
}

.receipt-serving {
  color: #65738a;
  font-size: 10.5px;
  line-height: 1.35;
}

/* Small supporting copy stays compact without becoming illegible. */
.menu-source-eyebrow,
.source-eyebrow,
.source-signature-eyebrow,
.dialog-overline,
.checkout-eyebrow,
.detail-category { font-size: 11px !important; }

.menu-stage .category-button { font-size: 11px; }

/* Keep the filled category state exclusive to an explicit selection. */
.menu-stage .category-button:hover:not(.active) {
  color: var(--source-ink);
  border-color: #b6c4d9;
  background: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .menu-stage .category-button:hover:not(.active) {
    color: var(--source-blue);
    border-color: var(--source-blue);
  }
}

.menu-stage .category-button:focus-visible {
  outline: 3px solid rgba(255, 117, 31, 0.34);
  outline-offset: 2px;
}

.menu-stage .menu-category { font-size: 10.5px; }

.menu-stage .menu-description {
  color: #53617a;
  font-size: 11px;
}

.menu-stage .menu-feature-badge--new {
  color: #fff;
  background: var(--source-blue);
}

.menu-stage .menu-feature-badge--promotion {
  color: var(--source-ink);
  background: var(--source-orange);
}

.header-phone small,
.hero-facts span,
.trust-proof-metrics small,
.trust-proof-metrics i,
.source-footer-links a,
.source-footer-links button { font-size: 10.5px; }

.product-detail-visual {
  position: relative;
  display: grid;
  height: 430px;
  min-height: 430px;
  overflow: hidden;
  padding: 24px;
  place-items: center;
  background: #f4f3ef;
}

.dialog--product .product-detail-image,
.product-detail-visual--source-photo .product-detail-image {
  width: 100%;
  height: 100%;
  max-height: 410px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 0;
}

.product-detail-visual--source-photo { padding: 0; }

.product-detail-visual--source-photo .product-detail-image {
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 58%;
}

@media (max-width: 1100px) {
  .header-phone { display: none; }
  .source-footer { grid-template-columns: auto 1fr; }
  .source-footer > p { display: none; }

  .trust-proof-band { grid-template-columns: 0.72fr 1.28fr; }
  .trust-proof-metrics > * { padding: 30px 20px; }
  .trust-proof-metrics > * > span { left: 20px; }
}

@media (max-width: 820px) {
  #menu,
  #delivery,
  #location { scroll-margin-top: 66px; }

  .site-header .header-inner {
    width: calc(100% - 20px);
    gap: 6px;
  }

  .brand {
    gap: 6px;
    font-size: 13px;
  }

  .brand-stamp {
    width: 30px;
    height: 30px;
  }

  .brand-lockup { display: inline-flex; }

  .site-header .brand-under { color: var(--studio-blue); }
  .site-header .brand-sushi { color: var(--studio-orange); }
  .header-actions { gap: 5px; }

  .language-switch {
    gap: 1px;
    padding: 2px;
  }

  .language-switch button,
  .language-switch a {
    min-width: 27px;
    min-height: 31px;
    padding: 0 3px;
    font-size: 8px;
  }

  .mobile-nav-toggle {
    width: 40px;
    height: 40px;
  }

  .mobile-nav.is-open { max-height: 250px; }

  .mobile-nav .mobile-nav-contact {
    display: grid;
    min-height: 58px;
    grid-column: 1 / -1;
    grid-template-columns: 22px 1fr auto;
    gap: 10px;
    color: #fff;
    border: 0;
    background: var(--studio-blue);
    font-family: "DM Mono", monospace;
    font-size: 11px;
    font-weight: 500;
  }

  .mobile-nav .mobile-nav-contact small {
    color: #bcd3ff;
    font-size: 9px;
  }

  .hero-service-strip {
    border-top-color: rgba(255, 255, 255, 0.22);
    background: var(--studio-blue);
  }

  .hero-service-item {
    border-left: 0;
    border-right: 0;
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }

  .hero-service-item:hover,
  .hero-service-item:focus-visible {
    box-shadow: inset 3px 0 0 var(--studio-orange);
  }

  .cart-trigger {
    min-width: 46px;
    min-height: 40px;
    padding: 0 9px;
  }

  .hero-facts strong { font-size: 11px; }
  .hero-facts span { font-size: 9px; line-height: 1.3; }

  .signature-content > p:last-child { line-height: 1.17; }

  .about-page-hero-image {
    min-height: 360px;
    padding: 28px 22px;
  }

  .trust-proof-band { display: block; }

  .trust-proof-intro {
    min-height: 0;
    padding: 54px 18px 44px;
  }

  .trust-proof-intro h2 {
    max-width: 360px;
    font-size: 42px;
  }

  .trust-proof-metrics {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .trust-proof-metrics > * {
    min-height: 156px;
    padding: 30px 18px 24px 118px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .trust-proof-metrics > * > span {
    top: 31px;
    left: 18px;
  }

  .trust-proof-metrics strong {
    position: absolute;
    top: 58px;
    left: 18px;
    font-size: 34px;
  }

  .trust-proof-metrics b { margin-top: 0; }
  .trust-proof-metrics small { min-height: 0; }
  .trust-proof-metrics i,
  .trust-proof-link { margin-top: 13px; }

  .source-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 18px;
  }

  .source-footer-links {
    justify-content: flex-start;
    gap: 12px 16px;
  }

  .source-footer-links a,
  .source-footer-links button { font-size: 10.5px; }

  .cart-row {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 11px;
  }

  .cart-row img {
    width: 72px;
    height: 72px;
  }

  .menu-browse-bar {
    top: 65px;
    display: block;
    margin: 0 -18px 18px;
    padding: 9px 18px;
  }

  .menu-search-field {
    width: 100%;
    min-width: 0;
    height: 40px;
    margin-bottom: 8px;
  }

  .menu-stage .menu-browse-bar .category-row {
    margin: 0 -18px;
    padding: 0 18px;
    touch-action: auto;
  }

  .menu-browse-bar {
    background: rgba(254, 250, 245, 0.985);
    backdrop-filter: none;
  }

  .cart-upsell { margin: 0 14px 16px; }

  .cart-summary {
    max-height: min(460px, 58dvh);
    padding-bottom: max(18px, env(safe-area-inset-bottom));
  }

  .cart-timing-option b { font-size: 12px; }
  .cart-timing-option small { font-size: 12px; }
  .cart-time-field { grid-template-columns: 1fr 120px; }

  .cart-serving-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .cart-serving-controls { gap: 5px; }
  .serving-none { padding-inline: 7px; }

  .product-detail-visual {
    height: 260px;
    min-height: 260px;
    padding: 14px;
  }

  .dialog--product .product-detail-image,
  .product-detail-visual--source-photo .product-detail-image {
    max-height: 280px;
    aspect-ratio: 16 / 10;
  }

  .product-detail-visual--source-photo .product-detail-image {
    position: absolute;
    inset: 0;
    max-height: none;
    aspect-ratio: auto;
    object-position: center 70%;
  }
}

@media (max-width: 720px) {
  .menu-stage .menu-section { padding: 48px 18px 58px; }

  .menu-stage .section-head {
    display: block;
    margin-bottom: 20px;
  }

  .menu-stage .section-title {
    max-width: 330px;
    font-size: 38px !important;
    line-height: 0.98;
  }

  .menu-stage .section-note {
    max-width: 340px;
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.5;
  }

  .menu-stage .category-row {
    min-height: 54px;
    margin-bottom: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-stage .category-button {
    min-height: 38px;
    padding: 8px 13px;
  }

  .menu-stage .menu-grid {
    grid-auto-rows: 260px;
    gap: 8px;
  }

  .menu-stage .menu-card { min-height: 0; }
  .menu-stage .menu-image { height: 110px; }
  .menu-stage .menu-body { padding: 9px 9px 8px; }
  .menu-stage .menu-category { margin-bottom: 4px; font-size: 10px; }

  .menu-stage .menu-name {
    min-height: 28px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.15;
  }

  .menu-stage .menu-description {
    min-height: 31px;
    margin-bottom: 6px;
    color: #4e5d75;
    font-size: 10.5px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .menu-stage .price { font-size: 13px; }
  .menu-stage .menu-bottom { padding-right: 39px; }

  .menu-stage .menu-card .add-button,
  .menu-stage .add-button {
    right: 9px;
    bottom: 8px;
    width: 34px;
    height: 34px;
    font-size: 19px;
  }
}

@media (max-width: 370px) {
  .brand-lockup { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
