:root {
  --cream: #f2eee7;
  --cream-deep: #e7dccf;
  --paper: #f7f1e8;
  --espresso: #1f1816;
  --espresso-soft: #3b2c27;
  --olive: #70734e;
  --olive-dark: #5e6041;
  --toast: #8a5a3c;
  --terracotta: #b86a47;
  --rose: #d8b5b3;
  --blue: #66758a;
  --yellow: #d4aa32;
  --ivory: #fff6e6;
  --ivory-soft: #f7ead8;
  --line: rgba(31, 24, 22, 0.16);
  --shadow: rgba(31, 24, 22, 0.18);
  --font: -apple-system, BlinkMacSystemFont, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--cream);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--espresso);
  background:
    radial-gradient(circle at 18px 22px, rgba(31, 24, 22, 0.045) 0 1px, transparent 1.4px),
    radial-gradient(circle at 86px 44px, rgba(112, 115, 78, 0.05) 0 1px, transparent 1.5px),
    var(--cream);
  background-size: 122px 122px, 150px 150px, auto;
  font-family: var(--font);
}

button,
input,
select {
  font: inherit;
}

button,
select {
  color: inherit;
}

.page-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  mix-blend-mode: multiply;
  background-image:
    linear-gradient(90deg, rgba(138, 90, 60, 0.035), transparent 34%, rgba(112, 115, 78, 0.028)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.42), transparent 28%),
    radial-gradient(circle at 72% 74%, rgba(138, 90, 60, 0.08), transparent 30%);
}

.prototype {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 390px);
  justify-content: center;
  align-content: center;
  gap: 18px;
  padding: 26px 18px;
}

.prototype-switcher {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: min(390px, calc(100vw - 36px));
  margin: 0 auto;
}

.prototype-tab {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(31, 24, 22, 0.2);
  border-radius: 999px;
  background: rgba(247, 241, 232, 0.82);
  box-shadow: 0 5px 16px rgba(31, 24, 22, 0.05);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.prototype-tab.is-active {
  color: var(--ivory-soft);
  border-color: var(--espresso);
  background: var(--espresso);
}

.phone-shell {
  position: relative;
  width: min(390px, calc(100vw - 36px));
  min-height: 820px;
  margin: 0 auto;
  overflow: visible;
  border: 7px solid #11100f;
  border-radius: 44px;
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(31, 24, 22, 0.22);
}

.phone-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 9%, rgba(255, 255, 255, 0.44), transparent 18%),
    radial-gradient(circle at 78% 50%, rgba(184, 106, 71, 0.05), transparent 28%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.18), transparent 38%, rgba(31, 24, 22, 0.025));
}

.phone-sensor {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 50%;
  width: 74px;
  height: 19px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #050505;
}

.app-screen {
  position: relative;
  z-index: 1;
  min-height: 806px;
  padding: 55px 22px 86px;
}

.language-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 3px auto 12px;
  color: rgba(31, 24, 22, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.language-code {
  position: relative;
  min-width: 18px;
  min-height: 24px;
  padding: 2px 0 7px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.language-code.is-active {
  color: var(--espresso);
}

.language-code.is-active::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 3px;
  height: 2px;
  border-radius: 99px;
  background: var(--olive);
}

.language-separator {
  transform: translateY(-2px);
  color: rgba(31, 24, 22, 0.42);
}

.brand-header {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
}

.brand-header.is-compact {
  margin-bottom: 29px;
}

.brand-logo {
  width: 128px;
  height: 102px;
  margin-top: -1px;
  background-image: url("../assets/brand/faro-logo-transparent.png");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-size: 150px auto;
}

.brand-header.is-compact .brand-logo {
  width: 116px;
  height: 95px;
  background-size: 137px auto;
}

.slogan-wrap {
  position: relative;
  display: inline-grid;
  justify-items: center;
  margin-top: -3px;
}

.slogan {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.slogan-underline {
  width: 168px;
  height: 13px;
  margin-top: 4px;
  color: var(--olive);
}

.screen-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 900;
}

.screen-subtitle {
  margin: 11px 0 22px;
  color: var(--espresso-soft);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.benefit-list {
  display: grid;
  gap: 17px;
  margin: 0 0 27px;
}

.benefit-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--ivory-soft);
  background: var(--olive);
  box-shadow: inset 0 -7px 12px rgba(31, 24, 22, 0.12);
}

.icon-badge svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.icon-badge.is-rose {
  background: #c96d5b;
}

.icon-badge.is-yellow {
  background: #d99b1e;
}

.icon-badge.is-toast {
  background: #a75d28;
}

.benefit-row p {
  margin: 0;
  color: var(--espresso-soft);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}

.signup-form,
.counter-form {
  display: grid;
  gap: 9px;
}

.field {
  position: relative;
}

.field svg {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  color: rgba(31, 24, 22, 0.48);
  pointer-events: none;
}

.field input {
  width: 100%;
  height: 43px;
  padding: 0 13px 0 44px;
  border: 1.5px solid rgba(31, 24, 22, 0.15);
  border-radius: 6px;
  color: var(--espresso);
  background: rgba(242, 238, 231, 0.68);
  font-size: 12px;
  font-weight: 750;
  outline: none;
}

.field input::placeholder {
  color: rgba(31, 24, 22, 0.56);
}

.field input:focus {
  border-color: rgba(112, 115, 78, 0.72);
  box-shadow: 0 0 0 3px rgba(112, 115, 78, 0.13);
}

.birthday-fields {
  display: grid;
  grid-template-columns: 0.78fr 1.36fr 0.96fr;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.birthday-fields legend {
  display: flex;
  align-items: center;
  gap: 7px;
  grid-column: 1 / -1;
  margin: 0 0 1px;
  padding: 0;
  color: rgba(31, 24, 22, 0.62);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
}

.birthday-fields legend svg {
  width: 15px;
  height: 15px;
  color: rgba(31, 24, 22, 0.48);
  stroke-width: 1.8;
}

.birthday-fields label {
  min-width: 0;
}

.birthday-fields input,
.birthday-fields select {
  width: 100%;
  height: 43px;
  min-width: 0;
  padding: 0 10px;
  border: 1.5px solid rgba(31, 24, 22, 0.15);
  border-radius: 6px;
  color: var(--espresso);
  background: rgba(242, 238, 231, 0.68);
  font-size: 12px;
  font-weight: 750;
  outline: none;
}

.birthday-fields select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(31, 24, 22, 0.54) 50%),
    linear-gradient(135deg, rgba(31, 24, 22, 0.54) 50%, transparent 50%);
  background-position:
    calc(100% - 14px) 18px,
    calc(100% - 9px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 23px;
}

.birthday-fields input::placeholder {
  color: rgba(31, 24, 22, 0.56);
}

.birthday-fields input:focus,
.birthday-fields select:focus {
  border-color: rgba(112, 115, 78, 0.72);
  box-shadow: 0 0 0 3px rgba(112, 115, 78, 0.13);
}

.birthday-fields p {
  grid-column: 1 / -1;
  margin: -1px 0 0 2px;
  color: rgba(31, 24, 22, 0.55);
  font-size: 9px;
  line-height: 1.3;
  font-weight: 800;
}

.primary-button {
  width: 100%;
  min-height: 48px;
  margin-top: 9px;
  border: 0;
  border-radius: 5px;
  color: var(--ivory-soft);
  background: var(--espresso);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31, 24, 22, 0.12);
}

.privacy-note {
  max-width: 260px;
  margin: 22px 0 0 8px;
  color: rgba(31, 24, 22, 0.68);
  font-size: 10px;
  line-height: 1.45;
  font-weight: 800;
}

.legal-note,
.legal-links,
.menu-policy-note,
.policy-note-stack p {
  margin: 7px 0 0 8px;
  color: rgba(31, 24, 22, 0.58);
  font-size: 9px;
  line-height: 1.4;
  font-weight: 800;
}

.legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: rgba(31, 24, 22, 0.64);
}

.legal-links button {
  min-height: 22px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.legal-links button:focus-visible,
.legal-modal-tabs button:focus-visible,
.legal-close-icon:focus-visible,
.legal-close:focus-visible {
  outline: 2px solid rgba(112, 115, 78, 0.55);
  outline-offset: 3px;
}

.policy-note-stack {
  margin-top: 17px;
}

.policy-note-stack p {
  margin-left: 0;
}

.policy-note-stack .legal-links {
  margin-left: 0;
}

.legal-modal {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 20px max(18px, calc((100vw - 390px) / 2 + 18px)) 0;
}

body[data-legal-modal="open"] {
  overflow: hidden;
}

.legal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(31, 24, 22, 0.32);
  cursor: pointer;
}

.legal-sheet {
  position: relative;
  width: min(390px, 100%);
  max-height: min(82dvh, 680px);
  overflow: auto;
  padding: 12px 16px 19px;
  border: 1.5px solid rgba(31, 24, 22, 0.14);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  color: var(--espresso);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.46), transparent 28%),
    var(--paper);
  box-shadow: 0 -18px 44px rgba(31, 24, 22, 0.2);
  overscroll-behavior: contain;
}

.legal-sheet-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 12px;
  border-radius: 99px;
  background: rgba(31, 24, 22, 0.22);
}

.legal-close-icon {
  position: absolute;
  top: 28px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: rgba(31, 24, 22, 0.74);
  background: transparent;
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
}

.legal-modal-tabs {
  display: flex;
  gap: 6px;
  margin-top: 17px;
  overflow-x: auto;
  scrollbar-width: none;
}

.legal-modal-tabs::-webkit-scrollbar {
  display: none;
}

.legal-modal-tabs button {
  flex: 0 0 auto;
  min-height: 31px;
  padding: 0 11px;
  border: 1.5px solid rgba(31, 24, 22, 0.14);
  border-radius: 999px;
  color: var(--espresso-soft);
  background: rgba(242, 238, 231, 0.58);
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.legal-modal-tabs button.is-active {
  color: var(--ivory-soft);
  border-color: var(--olive-dark);
  background: var(--olive);
}

.legal-sheet h2 {
  margin: 17px 40px 10px 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.legal-modal-layout {
  display: grid;
  gap: 12px;
}

.legal-modal-layout.has-leaf {
  grid-template-columns: minmax(0, 1fr) 74px;
  align-items: end;
}

.legal-modal-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.legal-modal-copy p {
  margin: 0;
  color: rgba(31, 24, 22, 0.72);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 750;
}

.legal-leaf {
  width: 74px;
  height: 102px;
  margin: 0 2px -3px 0;
  color: rgba(112, 115, 78, 0.42);
}

.legal-close {
  width: 100%;
  min-height: 40px;
  margin-top: 15px;
  border: 0;
  border-radius: 5px;
  color: var(--ivory-soft);
  background: var(--espresso);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.progress-hero {
  margin-top: 2px;
}

.progress-amount {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 24px 0 14px;
}

.progress-amount strong {
  font-size: 43px;
  line-height: 0.95;
  font-weight: 500;
}

.progress-amount span {
  color: var(--espresso);
  font-size: 16px;
  font-weight: 900;
}

.progress-track {
  position: relative;
  height: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: #ded3c6;
}

.progress-fill {
  width: 48.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--olive);
}

.progress-copy {
  margin: 18px 0 31px;
  color: var(--espresso-soft);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 750;
}

.reward-stack {
  display: grid;
  gap: 16px;
}

.reward-card,
.admin-card,
.activity-list,
.rule-card {
  border: 1.5px solid rgba(31, 24, 22, 0.13);
  border-radius: 7px;
  background: rgba(242, 238, 231, 0.5);
  box-shadow: 0 8px 24px rgba(31, 24, 22, 0.035);
}

.reward-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 15px;
}

.reward-card.is-birthday {
  background: rgba(216, 181, 179, 0.14);
  border-color: rgba(184, 106, 71, 0.18);
}

.reward-card h2,
.admin-card h2,
.rule-card h2 {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.reward-card p,
.admin-card p,
.rule-card p {
  margin: 0;
  color: var(--espresso-soft);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.internal-header {
  margin-bottom: 17px;
}

.internal-title {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.search-field {
  margin-bottom: 18px;
}

.staff-card {
  display: grid;
  gap: 10px;
  margin: 0 0 12px;
  padding: 13px 14px;
  border: 1.5px solid rgba(31, 24, 22, 0.13);
  border-radius: 7px;
  background: rgba(242, 238, 231, 0.48);
}

.staff-card h2 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.staff-card p {
  margin: 0;
  color: rgba(31, 24, 22, 0.66);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
}

.staff-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: start;
}

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

.staff-detail-grid span {
  display: grid;
  gap: 3px;
  min-height: 45px;
  padding: 8px 9px;
  border-radius: 6px;
  color: rgba(31, 24, 22, 0.65);
  background: rgba(247, 241, 232, 0.62);
  font-size: 10px;
  font-weight: 850;
}

.staff-detail-grid strong {
  color: var(--espresso);
  font-size: 13px;
  font-weight: 900;
}

.inline-status {
  color: var(--espresso-soft);
}

.purchase-form {
  margin-bottom: 10px;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 18px;
}

.action-tile {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 105px;
  padding: 12px 9px;
  border: 1.5px solid rgba(31, 24, 22, 0.13);
  border-radius: 6px;
  background: rgba(242, 238, 231, 0.44);
  text-align: center;
  cursor: pointer;
}

.action-tile:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.action-tile .icon-badge {
  width: 47px;
  height: 47px;
  margin-bottom: 8px;
}

.action-tile span {
  display: block;
  max-width: 108px;
  font-size: 12px;
  line-height: 1.18;
  font-weight: 900;
}

.section-label {
  margin: 4px 0 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.staff-message {
  margin: -4px 0 14px;
  color: var(--olive-dark);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;
}

.activity-list {
  display: grid;
  padding: 0 10px;
}

.activity-item {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid rgba(31, 24, 22, 0.09);
}

.activity-item:last-child {
  border-bottom: 0;
}

.activity-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--olive);
}

.activity-dot.is-toast {
  background: var(--toast);
}

.activity-dot.is-rose {
  background: #c96d5b;
}

.activity-dot.is-yellow {
  background: var(--yellow);
}

.activity-name {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 900;
}

.activity-detail {
  margin: 0;
  color: rgba(31, 24, 22, 0.68);
  font-size: 10px;
  font-weight: 750;
}

.activity-time {
  color: rgba(31, 24, 22, 0.5);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.metric {
  min-height: 76px;
  padding: 11px 9px;
  border: 1.5px solid rgba(31, 24, 22, 0.13);
  border-radius: 7px;
  background: rgba(242, 238, 231, 0.52);
}

.metric strong {
  display: block;
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 1;
}

.metric span {
  display: block;
  color: var(--espresso-soft);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 850;
}

.customer-list {
  display: grid;
  gap: 9px;
  margin: 0 0 15px;
}

.customer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 55px;
  padding: 10px 12px;
  border: 1.5px solid rgba(31, 24, 22, 0.13);
  border-radius: 7px;
  background: rgba(242, 238, 231, 0.48);
}

.customer-row h3 {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 900;
}

.customer-row p {
  margin: 0;
  color: rgba(31, 24, 22, 0.65);
  font-size: 10px;
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--ivory-soft);
  background: var(--olive);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.status-pill.is-soft {
  color: var(--espresso);
  background: rgba(216, 181, 179, 0.55);
}

.rule-card {
  padding: 14px;
  margin-bottom: 14px;
}

.rule-line {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 9px;
  color: var(--espresso-soft);
  font-size: 12px;
  line-height: 1.32;
  font-weight: 750;
}

.rule-line::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--olive);
}

.menu-hero {
  margin-top: 0;
}

.menu-featured {
  margin-bottom: 17px;
}

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

.menu-category-strip {
  position: sticky;
  top: -1px;
  z-index: 7;
  margin: 2px -22px 15px;
  padding-top: 4px;
  background: var(--paper);
}

.menu-category-strip::before,
.menu-category-strip::after {
  display: none;
}

.menu-category-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 34px 7px 22px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 22px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  white-space: nowrap;
  cursor: grab;
}

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

.menu-category-tabs:active {
  cursor: grabbing;
}

.menu-category-tabs:focus-visible {
  outline: 2px solid rgba(112, 115, 78, 0.5);
  outline-offset: 2px;
  border-radius: 999px;
}

.menu-category-tab {
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-height: 32px;
  padding: 0 12px;
  border: 1.5px solid rgba(31, 24, 22, 0.15);
  border-radius: 999px;
  color: var(--espresso-soft);
  background: rgba(242, 238, 231, 0.56);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.menu-category-tab.is-active {
  color: var(--ivory-soft);
  border-color: var(--olive-dark);
  background: var(--olive);
}

.menu-item-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  min-height: 92px;
  padding: 10px;
  border: 1.5px solid rgba(31, 24, 22, 0.13);
  border-radius: 7px;
  background: rgba(242, 238, 231, 0.5);
  box-shadow: 0 8px 24px rgba(31, 24, 22, 0.035);
}

.menu-item-card.is-featured {
  background: rgba(216, 181, 179, 0.15);
  border-color: rgba(184, 106, 71, 0.18);
}

.menu-item-card.is-unavailable {
  opacity: 0.72;
}

.menu-item-media {
  display: grid;
  place-items: center;
  min-height: 72px;
  overflow: hidden;
  border-radius: 6px;
  color: rgba(31, 24, 22, 0.56);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.52), transparent 33%),
    linear-gradient(135deg, rgba(112, 115, 78, 0.18), rgba(184, 106, 71, 0.12)),
    rgba(231, 220, 207, 0.62);
}

.menu-item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-item-media span {
  max-width: 52px;
  font-size: 9px;
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.menu-item-copy {
  display: grid;
  align-content: start;
  min-width: 0;
}

.menu-item-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 5px;
}

.menu-item-head h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.16;
  font-weight: 900;
}

.menu-item-head strong {
  color: var(--espresso);
  font-size: 12px;
  line-height: 1.16;
  font-weight: 900;
  white-space: nowrap;
}

.menu-item-copy p {
  margin: 0 0 8px;
  color: rgba(31, 24, 22, 0.68);
  font-size: 11px;
  line-height: 1.32;
  font-weight: 750;
}

.menu-item-copy .status-pill {
  justify-self: start;
}

.menu-whatsapp-note {
  max-width: 230px;
  margin: 14px 0 0 2px;
  color: rgba(31, 24, 22, 0.68);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 850;
}

.menu-policy-note {
  max-width: 250px;
  margin-left: 2px;
}

.whatsapp-float {
  position: absolute;
  z-index: 8;
  right: 16px;
  bottom: 16px;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: var(--ivory-soft);
  background: var(--olive);
  border: 2px solid rgba(247, 241, 232, 0.72);
  box-shadow: 0 8px 20px rgba(31, 24, 22, 0.28);
  text-decoration: none;
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
  margin-top: 1px;
}

.whatsapp-float span {
  max-width: 52px;
  margin-top: 1px;
  font-size: 9px;
  line-height: 0.96;
  font-weight: 900;
  text-align: center;
}

.mobile-mascot-helper {
  position: absolute;
  z-index: 132;
  right: 10px;
  bottom: 82px;
  width: 92px;
  min-height: 98px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--espresso);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-mascot-character {
  position: relative;
  display: block;
  width: 92px;
  animation: mobile-mascot-breathe 4.2s ease-in-out infinite;
}

.mobile-mascot-character img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(31, 24, 22, 0.22));
}

.mobile-mascot-dot {
  position: absolute;
  right: 1px;
  bottom: 4px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--ivory-soft);
  background: var(--olive);
  box-shadow: 0 8px 14px rgba(31, 24, 22, 0.2);
}

.mobile-mascot-dot svg {
  width: 17px;
  height: 17px;
}

.mobile-mascot-bubble {
  position: absolute;
  right: 64px;
  bottom: 58px;
  width: 148px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 24, 22, 0.12);
  border-radius: 16px;
  color: var(--espresso);
  background: rgba(247, 241, 232, 0.94);
  box-shadow: 0 12px 24px rgba(31, 24, 22, 0.1);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 850;
  text-align: left;
  opacity: 0;
  transform: translateY(4px) scale(0.98);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-mascot-helper:hover .mobile-mascot-bubble,
.mobile-mascot-helper:focus-visible .mobile-mascot-bubble,
.mobile-mascot-helper.is-howling .mobile-mascot-bubble {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mobile-mascot-helper.is-howling .mobile-mascot-character {
  animation: mobile-mascot-howl 760ms ease both;
}

@keyframes mobile-mascot-breathe {
  0%, 100% {
    transform: translateY(0) rotate(-0.4deg);
  }

  50% {
    transform: translateY(-3px) rotate(0.5deg);
  }
}

@keyframes mobile-mascot-howl {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }

  42% {
    transform: translateY(-5px) rotate(-2deg);
  }

  70% {
    transform: translateY(-2px) rotate(1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-mascot-character,
  .mobile-mascot-helper.is-howling .mobile-mascot-character {
    animation: none;
  }
}

.admin-brand-logo {
  width: 66px;
  height: 60px;
  margin: -1px 0 7px -2px;
  background-image: url("../assets/brand/lobita.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.settings-preview-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.settings-preview-list li {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--espresso-soft);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 750;
}

.settings-preview-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--olive);
}

.admin-mark-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

/* FARO Mobile customer shell */
.prototype {
  gap: 0;
}

.prototype-switcher {
  display: none;
}

.app-screen {
  display: block;
  padding: 58px 24px 98px;
}

.faro-wordmark {
  display: block;
  width: 118px;
  height: auto;
}

.lobita-mark {
  display: block;
  width: 42px;
  height: auto;
  object-fit: contain;
}

.lobita-mark.is-header {
  width: 58px;
}

.lobita-mark.is-inline {
  display: inline-block;
  width: 25px;
  margin-left: 3px;
  transform: translateY(5px);
}

.lobita-mark.is-card {
  width: 104px;
  filter: brightness(0) invert(1);
  opacity: 0.78;
}

.lobita-mark.is-stamp {
  width: 26px;
  filter: brightness(0) invert(1);
}

.mobile-header,
.signup-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mobile-header {
  min-height: 54px;
  margin-bottom: 20px;
}

.mobile-header.has-title {
  align-items: start;
}

.mobile-header h1 {
  flex: 1;
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 750;
}

.mobile-back {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--espresso);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.v2-signup {
  min-height: 100%;
  padding: 9px 0 18px;
}

.signup-brand-row {
  align-items: center;
  justify-content: center;
  min-height: 116px;
  margin-bottom: 18px;
}

.registration-brand-logo {
  display: block;
  width: min(190px, 52vw);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.v2-signup .language-select {
  justify-content: flex-start;
  width: max-content;
  max-width: 100%;
  margin: 0 0 17px;
}

.v2-home h1 {
  margin: 0 0 13px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 650;
}

.mobile-whatsapp-note {
  margin: 0 0 14px;
  color: rgba(31, 24, 22, 0.78);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.signup-form-card {
  margin-right: -4px;
  margin-left: -4px;
  padding: 27px 18px 29px;
  border: 1px solid rgba(90, 65, 52, 0.07);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 9%, rgba(255, 255, 255, 0.5), transparent 42%),
    linear-gradient(145deg, rgba(244, 226, 219, 0.34), rgba(250, 241, 235, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 18px 42px rgba(70, 52, 42, 0.075);
}

.signup-card-copy h1 {
  margin: 0 0 12px;
  color: var(--espresso);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 910;
}

.signup-card-copy p {
  margin: 0;
  color: rgba(31, 24, 22, 0.82);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 850;
}

.v2-signup-form {
  gap: 14px;
  margin-top: 26px;
}

.phone-field-row {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  position: relative;
}

.country-field {
  position: relative;
  min-width: 0;
}

.country-select-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  min-width: 0;
  padding: 0 26px 0 11px;
  border: 1.5px solid rgba(31, 24, 22, 0.11);
  border-radius: 12px;
  color: var(--espresso);
  background:
    linear-gradient(45deg, transparent 50%, rgba(31, 24, 22, 0.54) 50%) calc(100% - 14px) 24px / 5px 5px no-repeat,
    linear-gradient(135deg, rgba(31, 24, 22, 0.54) 50%, transparent 50%) calc(100% - 9px) 24px / 5px 5px no-repeat,
    rgba(249, 245, 239, 0.78);
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(31, 24, 22, 0.035);
}

.country-field.is-open .country-select-button,
.country-select-button:focus-visible {
  border-color: rgba(112, 115, 78, 0.72);
  outline: none;
  box-shadow: 0 0 0 3px rgba(112, 115, 78, 0.13);
}

.country-picker-panel {
  position: absolute;
  z-index: 120;
  top: calc(100% + 8px);
  left: 0;
  width: min(318px, calc(100vw - 72px));
  max-height: 294px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 8px;
  padding: 10px;
  border: 1.5px solid rgba(31, 24, 22, 0.12);
  border-radius: 16px;
  color: var(--espresso);
  background: rgba(247, 241, 232, 0.98);
  box-shadow: 0 18px 40px rgba(31, 24, 22, 0.18);
}

.country-picker-panel[hidden],
.country-picker-panel.is-closed,
.country-field.is-closed .country-picker-panel {
  display: none !important;
  pointer-events: none;
}

.country-search {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1.5px solid rgba(31, 24, 22, 0.12);
  border-radius: 12px;
  color: var(--espresso);
  background: rgba(242, 238, 231, 0.8);
  font-size: 12px;
  font-weight: 800;
  outline: none;
}

.country-search:focus {
  border-color: rgba(112, 115, 78, 0.72);
  box-shadow: 0 0 0 3px rgba(112, 115, 78, 0.13);
}

.country-option-list {
  display: grid;
  gap: 4px;
  min-height: 0;
  max-height: 224px;
  overflow-y: auto;
  padding-right: 3px;
  -webkit-overflow-scrolling: touch;
}

.country-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 11px;
  color: var(--espresso);
  background: transparent;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
}

.country-option span {
  min-width: 0;
}

.country-option strong {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
}

.country-option:hover,
.country-option:focus-visible,
.country-option.is-active {
  outline: none;
  background: rgba(112, 115, 78, 0.13);
}

.v2-signup .field input,
.v2-signup .birthday-fields input,
.v2-signup .birthday-fields select {
  height: 54px;
  border-color: rgba(31, 24, 22, 0.13);
  border-radius: 12px;
  background: rgba(249, 245, 239, 0.78);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 7px 15px rgba(31, 24, 22, 0.035);
}

.v2-signup .field svg {
  left: 16px;
  width: 20px;
  height: 20px;
  color: rgba(31, 24, 22, 0.4);
}

.v2-signup .field input {
  padding-left: 52px;
}

.v2-signup .birthday-fields {
  gap: 9px;
  margin-top: 1px;
}

.v2-signup .birthday-fields legend {
  margin-bottom: 2px;
  color: rgba(31, 24, 22, 0.64);
  font-size: 12px;
  font-weight: 900;
}

.v2-signup .birthday-fields legend svg {
  width: 16px;
  height: 16px;
}

.v2-signup .birthday-fields p {
  margin-top: 2px;
  color: rgba(31, 24, 22, 0.58);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 820;
}

.v2-signup .birthday-fields select {
  background-position:
    calc(100% - 14px) 23px,
    calc(100% - 9px) 23px;
}

.birthday-lock-note {
  margin: -7px 0 5px 2px;
  color: rgba(31, 24, 22, 0.52);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
}

.v2-signup .primary-button {
  min-height: 60px;
  margin-top: 15px;
  border-radius: 999px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(31, 24, 22, 0.08)),
    url("../assets/textures/mobile-v3/FARO_OLIVE_CARD_TEXTURE.png"),
    var(--olive);
  background-size: cover;
  background-position: center;
  font-size: 18px;
  box-shadow: 0 15px 28px rgba(31, 24, 22, 0.18);
  color: var(--ivory-soft);
}

.signup-info-rows {
  margin: 38px 16px 0;
  border-top: 1px solid rgba(31, 24, 22, 0.14);
}

.signup-info-row {
  display: grid;
  grid-template-columns: 33px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 72px;
  padding: 16px 10px 16px 0;
  border-bottom: 1px solid rgba(31, 24, 22, 0.14);
}

.signup-info-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: rgba(31, 24, 22, 0.82);
}

.signup-info-icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.7;
}

.signup-info-row p {
  margin: 0;
  color: rgba(31, 24, 22, 0.82);
  font-size: 12px;
  line-height: 1.33;
  font-weight: 850;
}

.signup-footer {
  margin: 21px 0 0 18px;
}

.v2-signup .legal-links {
  margin: 0;
  gap: 8px;
  color: rgba(31, 24, 22, 0.78);
  font-size: 11px;
  font-weight: 850;
}

.v2-signup .legal-links button {
  min-height: 20px;
}

@media (max-width: 360px) {
  .v2-signup {
    padding-top: 4px;
  }

  .signup-brand-row {
    min-height: 102px;
    margin-bottom: 14px;
  }

  .registration-brand-logo {
    width: min(176px, 52vw);
  }

  .signup-form-card {
    margin-right: -2px;
    margin-left: -2px;
    padding: 23px 15px 25px;
  }

  .signup-card-copy h1 {
    font-size: 19px;
  }

  .phone-field-row {
    grid-template-columns: 101px minmax(0, 1fr);
    gap: 7px;
  }

  .country-select-button {
    padding-right: 24px;
    padding-left: 9px;
    font-size: 11px;
  }

  .v2-signup .field input,
  .v2-signup .birthday-fields input,
  .v2-signup .birthday-fields select,
  .country-select-button {
    height: 50px;
  }

  .country-picker-panel {
    width: min(302px, calc(100vw - 64px));
  }

  .signup-info-rows {
    margin-top: 31px;
  }
}

.v2-home,
.v2-benefits,
.orders-screen,
.profile-screen {
  display: grid;
  gap: 18px;
}

.digital-card {
  position: relative;
  min-height: 224px;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  padding: 27px 28px 22px;
  border-radius: 20px;
  color: var(--ivory-soft);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(31, 24, 22, 0.18), transparent 34%),
    linear-gradient(135deg, #777a52, #626642 58%, #565936);
  box-shadow: 0 16px 28px rgba(31, 24, 22, 0.17);
}

.digital-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 10px 10px, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.5px),
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(31, 24, 22, 0.08));
  background-size: 32px 32px, auto;
}

.digital-card > * {
  position: relative;
  z-index: 1;
}

.digital-card p {
  margin: 0 0 17px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.digital-card h2 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 430;
}

.digital-card span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.digital-card .is-card {
  align-self: end;
  margin-top: 24px;
}

.digital-card-points {
  position: absolute;
  right: 26px;
  bottom: 19px;
  text-align: right;
}

.digital-card-points span {
  font-size: 11px;
  line-height: 1;
}

.digital-card-points strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 450;
}

.quick-action-card,
.v2-card,
.order-card,
.profile-card,
.profile-list,
.language-panel {
  border: 1px solid rgba(31, 24, 22, 0.1);
  border-radius: 18px;
  background: rgba(247, 241, 232, 0.56);
  box-shadow: 0 10px 24px rgba(31, 24, 22, 0.035);
}

.quick-action-card {
  overflow: hidden;
}

.quick-action-row {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 25px;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 62px;
  padding: 0 17px;
  border: 0;
  border-bottom: 1px solid rgba(31, 24, 22, 0.08);
  background: transparent;
  color: var(--espresso);
  font-size: 17px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.quick-action-row:last-child {
  border-bottom: 0;
}

.quick-action-row svg,
.mobile-bottom-nav svg,
.profile-row svg,
.order-card svg,
.wide-whatsapp-button svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.8;
}

.quick-action-icon {
  color: var(--terracotta);
}

.v2-card {
  padding: 17px;
}

.reward-progress-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.reward-progress-head strong,
.birthday-benefit-card h2,
.visits-card h2 {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.reward-progress-head svg,
.birthday-benefit-card > svg {
  width: 28px;
  height: 28px;
  color: var(--olive);
}

.v2-progress-track {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(31, 24, 22, 0.09);
}

.v2-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--olive);
}

.reward-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: rgba(31, 24, 22, 0.68);
  font-size: 10px;
  font-weight: 800;
}

.birthday-benefit-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.birthday-benefit-card p,
.visits-card p,
.visits-card small {
  margin: 7px 0 0;
  color: rgba(31, 24, 22, 0.66);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 750;
}

.birthday-benefit-card .status-pill {
  grid-column: 1 / -1;
  justify-self: end;
}

.visits-card {
  display: grid;
  gap: 8px;
}

.visit-stamps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
}

.visit-stamps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1.5px dashed rgba(112, 115, 78, 0.55);
  border-radius: 50%;
  color: var(--olive);
  font-size: 13px;
  font-weight: 900;
}

.visit-stamps span.is-filled {
  border-style: solid;
  color: var(--ivory-soft);
  background: var(--olive);
}

.visits-card > span {
  color: rgba(31, 24, 22, 0.68);
  font-size: 10px;
  font-weight: 800;
}

.orders-screen .section-label {
  margin-top: 0;
}

.order-list {
  display: grid;
  gap: 11px;
}

.order-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 13px 14px;
}

.order-icon {
  color: var(--espresso-soft);
}

.order-card h3 {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 900;
}

.order-card p {
  margin: 0;
  color: rgba(31, 24, 22, 0.52);
  font-size: 10px;
  font-weight: 750;
}

.order-status {
  min-width: 67px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--olive-dark);
  background: rgba(112, 115, 78, 0.16);
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.order-status.is-preparing {
  color: #9b5a25;
  background: rgba(184, 106, 71, 0.17);
}

.order-status.is-almost-ready {
  color: #b35b1d;
  background: rgba(212, 170, 50, 0.22);
}

.order-status.is-ready {
  color: var(--olive-dark);
  background: rgba(112, 115, 78, 0.22);
}

.wide-whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 2px;
  border-radius: 999px;
  color: var(--ivory-soft);
  background:
    radial-gradient(circle at 22% 15%, rgba(255, 255, 255, 0.2), transparent 34%),
    var(--olive);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(31, 24, 22, 0.12);
}

.profile-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 13px;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--ivory-soft);
  background: var(--olive);
  font-size: 17px;
  font-weight: 750;
}

.profile-card h2 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 900;
}

.profile-card p {
  margin: 0;
  color: rgba(31, 24, 22, 0.54);
  font-size: 12px;
  font-weight: 750;
}

.profile-list {
  overflow: hidden;
}

.profile-row {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(31, 24, 22, 0.075);
  color: var(--espresso);
  background: transparent;
  text-decoration: none;
}

.profile-row:last-child {
  border-bottom: 0;
}

.profile-row.is-button {
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-align: left;
  cursor: pointer;
}

.profile-row-icon {
  color: var(--espresso-soft);
}

.profile-row span:not(.profile-row-icon) {
  min-width: 0;
  font-size: 11px;
  font-weight: 800;
}

.profile-row strong,
.profile-row small {
  min-width: 0;
  max-width: 165px;
  overflow: hidden;
  color: rgba(31, 24, 22, 0.58);
  font-size: 10px;
  font-weight: 750;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-panel {
  padding: 13px;
}

.language-panel h2 {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 900;
}

.language-panel .language-select {
  justify-content: flex-start;
  margin: 0;
}

.mobile-bottom-nav {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 72px;
  padding: 8px 35px 12px;
  border-top: 1px solid rgba(31, 24, 22, 0.1);
  background: rgba(247, 241, 232, 0.92);
  backdrop-filter: blur(10px);
}

.mobile-bottom-nav button {
  display: grid;
  justify-items: center;
  gap: 3px;
  border: 0;
  background: transparent;
  color: var(--espresso);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.mobile-bottom-nav button.is-active {
  color: var(--olive-dark);
}

.mobile-bottom-nav svg {
  width: 24px;
  height: 24px;
}

body[data-customer-view="true"] .whatsapp-float {
  display: none;
}

/* FARO Mobile Menu + Ordering V3 */
.app-screen {
  height: 806px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.app-screen::-webkit-scrollbar {
  display: none;
}

.phone-shell {
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 0.48), transparent 24%),
    radial-gradient(circle at 76% 64%, rgba(138, 90, 60, 0.055), transparent 28%),
    var(--paper);
}

.digital-card,
.wide-whatsapp-button,
.v3-add-button,
.confirmation-check,
.cart-actions .primary-button,
.confirmation-card .primary-button {
  background-color: var(--olive);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(31, 24, 22, 0.08)),
    url("../assets/textures/mobile-v3/FARO_OLIVE_CARD_TEXTURE.png");
  background-size: cover;
  background-position: center;
}

.v3-menu-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  margin-bottom: 6px;
}

.faro-wordmark.is-menu {
  width: 86px;
}

.v3-menu-header .lobita-mark {
  width: 58px;
  margin-top: 0;
}

.v3-menu-intro {
  margin-bottom: 21px;
}

.v3-menu-intro h1,
.product-detail-screen h1,
.fulfillment-screen h1,
.confirmation-screen h1 {
  margin: 0;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

.v3-menu-intro h1 {
  font-size: 29px;
}

.v3-menu-intro p {
  max-width: 245px;
  margin: 9px 0 0;
  color: rgba(47, 33, 26, 0.68);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.v3-product-list {
  display: grid;
  margin-top: 10px;
}

.v3-menu-section {
  display: grid;
  scroll-margin-top: 76px;
}

.v3-menu-section + .v3-menu-section {
  margin-top: 28px;
}

.v3-product-list > h2,
.v3-menu-section > h2 {
  margin: 0 0 12px;
  color: var(--espresso);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.v3-product-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 64px;
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(47, 33, 26, 0.11);
  color: var(--espresso);
  cursor: pointer;
}

.v3-product-row.is-unavailable {
  opacity: 0.56;
}

.v3-product-image {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
}

.v3-product-image img,
.product-detail-image img,
.cart-line-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-placeholder {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 18px;
  color: rgba(47, 33, 26, 0.52);
  background: rgba(255, 252, 246, 0.5);
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.v3-product-copy {
  min-width: 0;
}

.v3-product-copy h3 {
  margin: 0 0 8px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.08;
  font-weight: 700;
}

.v3-product-copy p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 7px;
  color: rgba(47, 33, 26, 0.62);
  font-size: 12px;
  line-height: 1.38;
  font-weight: 600;
}

.v3-availability {
  color: var(--olive-dark);
  font-size: 9px;
  font-weight: 900;
}

.v3-availability.is-unavailable {
  color: var(--terracotta);
}

.v3-product-actions {
  display: grid;
  justify-items: end;
  gap: 17px;
  align-self: center;
}

.v3-product-actions strong,
.product-detail-price,
.cart-total-row strong,
.order-card-meta strong,
.confirmation-card strong {
  color: var(--olive-dark);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 22px 24px 22px;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  color: var(--espresso-soft);
}

.quantity-control button {
  display: grid;
  place-items: center;
  width: 22px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.quantity-control button:disabled {
  cursor: not-allowed;
  opacity: 0.34;
}

.quantity-control span {
  color: var(--espresso);
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.product-detail-screen,
.fulfillment-screen,
.confirmation-screen {
  display: grid;
  min-height: 100%;
  align-content: start;
}

.product-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  margin-bottom: 18px;
}

.product-detail-header .mobile-back {
  margin-left: -4px;
  font-size: 32px;
}

.product-detail-image {
  display: grid;
  place-items: center;
  width: min(250px, 82%);
  aspect-ratio: 1;
  margin: 0 auto 18px;
}

.product-detail-screen h1 {
  font-size: 25px;
  font-family: var(--font);
  font-weight: 900;
}

.product-detail-price {
  display: block;
  margin: 8px 0 0;
  color: var(--espresso);
}

.product-detail-screen > p {
  margin: 15px 0 18px;
  color: rgba(47, 33, 26, 0.7);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.product-options {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.product-options legend,
.product-note span {
  margin-bottom: 6px;
  color: var(--espresso);
  font-size: 11px;
  font-weight: 900;
}

.product-options > div {
  display: flex;
  gap: 8px;
}

.product-options button {
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.52);
  color: var(--espresso-soft);
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.product-options button.is-active {
  color: var(--ivory-soft);
  border-color: var(--olive-dark);
  background: var(--olive);
}

.product-note {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.product-note textarea {
  width: 100%;
  min-height: 48px;
  resize: none;
  padding: 12px 13px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-radius: 11px;
  color: var(--espresso);
  background: rgba(255, 252, 246, 0.55);
  font-size: 12px;
  line-height: 1.35;
  outline: none;
}

.detail-order-row {
  display: flex;
  justify-content: center;
  margin: 2px 0 16px;
}

.detail-order-row .quantity-control {
  grid-template-columns: 34px 34px 34px;
  min-height: 35px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.42);
}

.detail-order-row .quantity-control button {
  width: 34px;
}

.v3-add-button {
  margin-top: auto;
  border-radius: 999px;
}

.cart-summary-bar {
  position: sticky;
  z-index: 6;
  right: 0;
  bottom: 76px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  color: var(--ivory-soft);
  background: var(--olive);
  box-shadow: 0 12px 24px rgba(47, 33, 26, 0.16);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.cart-drawer-layer {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: center;
  pointer-events: none;
}

.cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(47, 33, 26, 0.24);
  pointer-events: auto;
}

.cart-drawer {
  position: relative;
  width: min(390px, 100vw);
  max-height: 78dvh;
  overflow: auto;
  padding: 13px 20px 24px;
  border: 1px solid rgba(47, 33, 26, 0.13);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.55), transparent 24%),
    var(--paper);
  box-shadow: 0 -18px 42px rgba(47, 33, 26, 0.21);
  pointer-events: auto;
}

.cart-drawer-handle {
  width: 112px;
  height: 3px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(47, 33, 26, 0.26);
}

.cart-drawer header,
.cart-total-row,
.cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-drawer h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.cart-drawer header button {
  border: 0;
  background: transparent;
  color: var(--toast);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.cart-line-list {
  display: grid;
  margin: 14px 0;
}

.cart-line {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(47, 33, 26, 0.09);
}

.cart-line-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 42px;
  height: 42px;
  overflow: visible;
}

.cart-line h3 {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.cart-line p {
  margin: 0;
  color: rgba(47, 33, 26, 0.58);
  font-size: 11px;
  font-weight: 800;
}

.cart-total-row {
  padding: 3px 0 16px;
  color: var(--espresso);
  font-size: 12px;
  font-weight: 900;
}

.cart-actions {
  gap: 10px;
}

.cart-actions button {
  min-height: 42px;
  margin: 0;
  border-radius: 999px;
  font-size: 11px;
}

.secondary-button {
  flex: 1;
  border: 0;
  color: var(--espresso-soft);
  background: rgba(47, 33, 26, 0.08);
  font-weight: 900;
  cursor: pointer;
}

.cart-actions .primary-button {
  flex: 1;
}

.fulfillment-screen {
  align-content: center;
  gap: 16px;
  min-height: 650px;
}

.fulfillment-screen h1 {
  margin-bottom: 14px;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.fulfillment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 14px;
  align-items: center;
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-radius: 15px;
  background: rgba(255, 252, 246, 0.58);
  color: var(--espresso);
  text-align: left;
  box-shadow: 0 10px 24px rgba(47, 33, 26, 0.04);
  cursor: pointer;
}

.fulfillment-card span:last-child {
  display: grid;
  gap: 8px;
}

.fulfillment-card strong {
  font-size: 14px;
  font-weight: 900;
}

.fulfillment-card small {
  color: rgba(47, 33, 26, 0.66);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.fulfillment-icon {
  order: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--olive-dark);
}

.fulfillment-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.4;
}

.fulfillment-asset {
  order: 2;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
}

.fulfillment-asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.confirmation-screen {
  align-content: center;
  justify-items: center;
  min-height: 650px;
  text-align: center;
}

.confirmation-check {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 26px;
  border-radius: 50%;
  color: var(--ivory-soft);
}

.confirmation-check svg {
  width: 43px;
  height: 43px;
  stroke-width: 1.8;
}

.confirmation-screen h1 {
  font-family: var(--font);
  font-size: 19px;
  font-weight: 900;
}

.confirmation-screen > p {
  margin: 14px 0 25px;
  color: rgba(47, 33, 26, 0.72);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.confirmation-card {
  display: grid;
  gap: 7px;
  width: 100%;
  padding: 17px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.56);
  text-align: left;
}

.confirmation-card h2,
.confirmation-card p,
.confirmation-card span {
  margin: 0;
}

.confirmation-card h2 {
  font-size: 13px;
  font-weight: 900;
}

.confirmation-card p,
.confirmation-card span {
  color: rgba(47, 33, 26, 0.62);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 750;
}

.confirmation-card .primary-button {
  min-height: 37px;
  margin-top: 9px;
  border-radius: 999px;
  font-size: 11px;
}

.confirmation-whatsapp {
  width: 100%;
  margin-top: 18px;
}

.order-card small {
  display: block;
  max-width: 155px;
  overflow: hidden;
  color: rgba(47, 33, 26, 0.58);
  font-size: 9px;
  line-height: 1.25;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-card-meta {
  display: grid;
  justify-items: end;
  gap: 6px;
}

@media (min-width: 980px) {
  .prototype {
    grid-template-columns: 190px minmax(0, 390px);
    align-items: center;
    gap: 28px;
  }

  .prototype-switcher {
    flex-direction: column;
    width: 172px;
    margin: 0;
  }

  .prototype-tab {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .prototype {
    min-height: 100dvh;
    padding: 0;
    gap: 0;
    align-content: start;
  }

  .prototype-switcher {
    position: sticky;
    z-index: 20;
    top: 0;
    width: 100%;
    padding: 10px 12px;
    gap: 6px;
    overflow-x: auto;
    background: rgba(242, 238, 231, 0.88);
    backdrop-filter: blur(10px);
  }

  .prototype-tab {
    flex: 1 0 auto;
  }

  .phone-shell {
    width: 100%;
    min-height: calc(100dvh - 58px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .phone-sensor {
    display: none;
  }

  .app-screen {
    height: calc(100dvh - 58px);
    min-height: calc(100dvh - 58px);
    padding-top: 18px;
    padding-bottom: 112px;
  }

  .language-select {
    margin-top: 0;
  }

  .whatsapp-float {
    position: fixed;
    right: max(16px, calc((100vw - 390px) / 2 + 16px));
    bottom: 16px;
  }

  .legal-modal {
    padding-right: 0;
    padding-left: 0;
  }

  .legal-sheet {
    width: 100%;
  }

  body[data-view="admin"] .activity-list {
    padding-right: 80px;
  }
}

@media (max-width: 360px) {
  .app-screen {
    padding-right: 17px;
    padding-left: 17px;
  }

  .screen-title {
    font-size: 23px;
  }

  .progress-amount strong {
    font-size: 36px;
  }

  .action-tile span {
    font-size: 11px;
  }

  .birthday-fields {
    grid-template-columns: 0.74fr 1.34fr 0.92fr;
    gap: 7px;
  }

  .birthday-fields input,
  .birthday-fields select {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
  }

  .birthday-fields select {
    padding-right: 21px;
  }

  .menu-category-strip {
    margin-right: -17px;
    margin-left: -17px;
  }

  .menu-category-tabs {
    padding-right: 17px;
    padding-left: 17px;
    scroll-padding-inline: 17px;
  }

  .legal-modal-layout.has-leaf {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .legal-leaf {
    width: 58px;
    height: 87px;
  }
}

/* Final mobile menu/order refinement */
body[data-customer-view="true"] .app-screen {
  padding-bottom: 118px;
}

body[data-view="menu"] .app-screen {
  padding-bottom: 172px;
}

.mobile-bottom-nav {
  position: absolute;
  z-index: 22;
  right: 0;
  bottom: 0;
  left: 0;
}

.v3-menu-intro h1 {
  font-size: 26px;
  line-height: 1.02;
}

.v3-menu-intro p {
  max-width: 230px;
  font-size: 12px;
}

.v3-menu-sections {
  padding-bottom: 22px;
}

.v3-product-row {
  grid-template-columns: 94px minmax(0, 1fr) 58px;
  gap: 11px;
  min-height: 112px;
  padding: 10px 0;
}

.v3-product-image {
  width: 94px;
  height: 94px;
}

.v3-product-image img,
.product-detail-image img,
.cart-line-image img {
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.v3-product-copy h3 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.08;
}

.v3-product-copy p {
  margin-bottom: 6px;
  color: rgba(47, 33, 26, 0.6);
  font-size: 11.5px;
  line-height: 1.34;
}

.v3-product-actions {
  gap: 12px;
}

.v3-product-actions strong {
  font-size: 13px;
}

.quantity-control {
  grid-template-columns: 20px 22px 20px;
  min-height: 28px;
}

.quantity-control button {
  width: 20px;
  height: 28px;
  font-size: 17px;
}

.quantity-control span {
  font-size: 17px;
}

.cart-summary-bar {
  position: absolute;
  z-index: 21;
  right: 22px;
  bottom: 82px;
  left: 22px;
  width: auto;
  margin: 0;
}

.product-detail-screen {
  padding-bottom: 18px;
}

.product-detail-header .lobita-mark {
  width: 58px;
}

.product-detail-image {
  width: min(230px, 76%);
  margin-bottom: 13px;
  transform: scale(var(--detail-image-scale, 1));
  transform-origin: center top;
  transition: transform 120ms ease-out;
}

.product-detail-screen h1 {
  font-size: 23px;
  line-height: 1.08;
}

.product-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
}

.product-info-button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(47, 33, 26, 0.16);
  border-radius: 50%;
  color: var(--olive-dark);
  background: rgba(255, 252, 246, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  cursor: pointer;
}

.product-options {
  gap: 8px;
  margin-bottom: 15px;
}

.product-options > div {
  flex-wrap: wrap;
}

.product-options button {
  min-height: 31px;
  padding: 0 11px;
  font-size: 10.5px;
}

.detail-order-row .quantity-control {
  grid-template-columns: 32px 32px 32px;
}

.detail-order-row .quantity-control button {
  width: 32px;
}

.v3-add-button {
  position: sticky;
  bottom: 12px;
  z-index: 10;
  min-height: 46px;
}

.product-info-layer {
  position: fixed;
  z-index: 34;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: center;
  pointer-events: none;
}

.product-info-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(47, 33, 26, 0.24);
  pointer-events: auto;
}

.product-info-sheet {
  position: relative;
  width: min(390px, 100vw);
  max-height: 78dvh;
  overflow: auto;
  padding: 13px 20px 24px;
  border: 1px solid rgba(47, 33, 26, 0.13);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.55), transparent 24%),
    var(--paper);
  box-shadow: 0 -18px 42px rgba(47, 33, 26, 0.21);
  pointer-events: auto;
}

.product-info-sheet header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.product-info-sheet header span {
  color: rgba(47, 33, 26, 0.58);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-info-sheet h2 {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 900;
}

.product-info-sheet header button {
  border: 0;
  color: var(--espresso-soft);
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.product-info-list {
  display: grid;
  gap: 9px;
}

.product-info-list article {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(47, 33, 26, 0.08);
}

.product-info-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--espresso);
  font-size: 11px;
  font-weight: 900;
}

.product-info-list p {
  margin: 0;
  color: rgba(47, 33, 26, 0.66);
  font-size: 11px;
  line-height: 1.36;
  font-weight: 650;
}

.fulfillment-asset {
  width: 92px;
  height: 92px;
}

.fulfillment-asset img {
  filter: drop-shadow(0 10px 12px rgba(47, 33, 26, 0.12));
}

/* Final lock-in corrections */
body[data-customer-view="true"] .app-screen {
  padding-bottom: 0;
}

body[data-view="menu"] .app-screen {
  padding-bottom: 0;
}

.v3-menu-header {
  margin-bottom: 4px;
}

.v3-menu-intro {
  margin-bottom: 12px;
}

.v3-menu-intro h1 {
  font-family: var(--font);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 950;
}

.v3-menu-intro p {
  max-width: 245px;
  font-size: 12px;
}

.menu-category-strip {
  position: sticky;
  top: -1px;
  z-index: 25;
  margin: 0 -22px 17px;
  padding: 9px 0 10px;
  background: var(--paper);
  box-shadow: 0 10px 18px rgba(47, 33, 26, 0.035), 0 1px 0 rgba(47, 33, 26, 0.08);
}

.menu-category-strip::before,
.menu-category-strip::after {
  bottom: 0;
  width: 30px;
}

.menu-category-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 38px 0 22px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 22px;
  touch-action: pan-x pan-y;
}

.menu-category-tab {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  grid-template-columns: none;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(47, 33, 26, 0.14);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.64);
  color: var(--espresso-soft);
  font-size: 10.5px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.menu-category-tab.is-active {
  color: var(--ivory-soft);
  border-color: var(--olive-dark);
  background: var(--olive);
}

.v3-menu-section {
  scroll-margin-top: 96px;
}

.v3-menu-sections {
  padding-bottom: 150px;
}

.v3-product-row {
  grid-template-columns: 106px minmax(0, 1fr) 58px;
  min-height: 126px;
  padding: 12px 0;
}

.v3-product-image {
  width: 106px;
  height: 106px;
  overflow: visible;
}

.v3-product-image img,
.product-detail-image img,
.cart-line-image img,
.fulfillment-asset img {
  object-fit: contain;
  object-position: center;
}

.v3-product-copy h3 {
  font-family: var(--font);
  font-size: 15.5px;
  line-height: 1.12;
  font-weight: 900;
}

.v3-product-copy p {
  font-size: 11.25px;
  line-height: 1.36;
}

.v3-product-row.is-unavailable {
  opacity: 0.5;
}

.v3-product-row.is-unavailable .quantity-control {
  opacity: 0.55;
}

.mobile-bottom-nav {
  position: sticky;
  z-index: 30;
  bottom: 0;
  right: auto;
  left: auto;
  margin: 0 -22px;
}

.cart-summary-bar {
  position: sticky;
  z-index: 29;
  bottom: 80px;
  right: auto;
  left: auto;
  width: auto;
  margin: 0 0 10px;
}

.product-detail-screen {
  padding-bottom: 92px;
}

.product-detail-image {
  width: min(282px, 88%);
  min-height: 212px;
  margin-bottom: 12px;
  transform: scale(var(--detail-image-scale, 1));
}

.product-detail-image img {
  max-width: 100%;
  max-height: 100%;
}

.product-info-button {
  width: 26px;
  height: 26px;
  font-size: 14px;
}

.v3-add-button {
  position: static;
  z-index: auto;
  min-height: 46px;
  margin-top: 4px;
}

.fulfillment-screen {
  padding-bottom: 36px;
}

.fulfillment-detail-header {
  justify-content: flex-start;
  margin-bottom: 6px;
}

.fulfillment-asset {
  width: 96px;
  height: 96px;
}

@media (max-width: 560px) {
  .mobile-bottom-nav {
    margin-right: -22px;
    margin-left: -22px;
  }

  .cart-summary-bar {
    bottom: 78px;
  }

  .v3-menu-sections {
    padding-bottom: 158px;
  }
}

@media (max-width: 360px) {
  .menu-category-strip {
    margin-right: -17px;
    margin-left: -17px;
  }

  .menu-category-tabs {
    padding-right: 33px;
    padding-left: 17px;
    scroll-padding-inline: 17px;
  }

  .mobile-bottom-nav {
    margin-right: -17px;
    margin-left: -17px;
  }

  .v3-product-row {
    grid-template-columns: 98px minmax(0, 1fr) 54px;
  }

  .v3-product-image {
    width: 98px;
    height: 98px;
  }
}

/* Final app-shell/menu containment fix */
:root {
  --bottom-nav-height: 76px;
  --order-bar-height: 54px;
  --app-gutter: 24px;
}

.phone-shell {
  height: 820px;
}

.app-screen {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: auto;
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 0.48), transparent 24%),
    radial-gradient(circle at 76% 64%, rgba(138, 90, 60, 0.055), transparent 28%),
    var(--paper);
  border-radius: inherit;
}

.app-page {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: inherit;
}

.app-scroll {
  position: relative;
  flex: 1;
  min-height: 0;
  padding: 58px var(--app-gutter) calc(var(--bottom-nav-height) + 28px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.app-scroll::-webkit-scrollbar {
  display: none;
}

.app-scroll.is-page-entering {
  animation: faro-page-enter 180ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.app-layer {
  position: absolute;
  inset: 0;
  z-index: 120;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.app-layer > * {
  pointer-events: auto;
}

body[data-customer-view="true"] .app-scroll {
  padding-bottom: calc(var(--bottom-nav-height) + 28px);
}

body[data-view="menu"] .app-scroll {
  padding-bottom: calc(var(--bottom-nav-height) + var(--order-bar-height) + 42px);
}

body[data-view="product"] .app-scroll,
body[data-view="fulfillment"] .app-scroll,
body[data-view="confirmation"] .app-scroll {
  padding-bottom: calc(var(--bottom-nav-height) + 30px);
}

.mobile-bottom-nav {
  position: absolute !important;
  z-index: 50;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  min-height: var(--bottom-nav-height);
  margin: 0 !important;
  padding: 8px 35px 12px;
  transform: none !important;
  border-radius: 0 0 34px 34px;
}

.cart-summary-bar {
  position: absolute !important;
  z-index: 60;
  right: 22px !important;
  bottom: calc(var(--bottom-nav-height) + 10px) !important;
  left: 22px !important;
  width: auto !important;
  min-height: 46px;
  margin: 0 !important;
  transform: none !important;
}

.cart-drawer-layer,
.product-info-layer,
.legal-modal {
  position: absolute !important;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: stretch;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

.cart-drawer-layer {
  z-index: 140;
  pointer-events: auto;
}

.product-info-layer {
  z-index: 142;
}

.legal-modal {
  z-index: 146;
}

.cart-drawer-backdrop,
.product-info-backdrop,
.legal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: rgba(47, 33, 26, 0.34);
  pointer-events: auto;
}

.cart-drawer,
.product-info-sheet,
.legal-sheet {
  position: relative;
  z-index: 110;
  width: 100%;
  max-height: min(78%, 650px);
  border-radius: 28px 28px 0 0;
  pointer-events: auto;
}

.cart-drawer {
  padding-bottom: 26px;
}

.product-info-sheet,
.legal-sheet {
  justify-self: stretch;
}

.menu-category-strip {
  position: sticky;
  top: 0;
  z-index: 70;
  margin: 0 calc(var(--app-gutter) * -1) 18px;
  padding: 10px 0 11px;
  overflow: visible;
  isolation: isolate;
  background: var(--paper);
  box-shadow:
    0 -150px 0 150px var(--paper),
    0 7px 14px rgba(47, 33, 26, 0.035),
    0 1px 0 rgba(47, 33, 26, 0.07);
}

.menu-category-strip::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -150px;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--paper);
  pointer-events: none;
}

.menu-category-strip::after {
  display: none !important;
}

.menu-category-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  padding: 0 38px 0 var(--app-gutter);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-padding-inline: var(--app-gutter);
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

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

.menu-category-tab {
  flex: 0 0 auto;
  white-space: nowrap;
  scroll-snap-align: center;
}

.v3-menu-section {
  scroll-margin-top: 104px;
}

.v3-menu-sections {
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
}

.v3-product-row {
  grid-template-columns: 128px minmax(0, 1fr) 58px;
  min-height: 172px;
  overflow: visible;
}

.v3-product-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 128px;
  min-width: 128px;
  height: 164px;
  padding: 8px 2px 18px;
  overflow: visible;
}

.v3-product-image img,
.product-detail-image img,
.cart-line-image img,
.fulfillment-asset img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
}

.v3-product-row.is-unavailable {
  opacity: 0.58;
}

.v3-product-image img {
  max-width: 122px;
  max-height: 144px;
}

.v3-availability.is-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 23px;
  padding: 0 8px;
  border-radius: 999px;
  color: rgba(47, 33, 26, 0.78);
  background: rgba(216, 181, 179, 0.55);
  font-size: 9.5px;
  font-weight: 900;
}

.v3-product-row.is-unavailable .quantity-control {
  opacity: 0.52;
}

.product-detail-screen {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.product-detail-header {
  position: static;
  z-index: auto;
  top: auto;
  min-height: 40px;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.product-detail-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 282px;
  margin: 0 auto 18px;
  padding-bottom: 30px;
  overflow: visible;
  transform: scale(var(--detail-image-scale, 1));
  transform-origin: center bottom;
  transition: transform 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.product-detail-image img {
  max-width: min(252px, 90%);
  max-height: 260px;
}

.detail-fixed-action {
  position: static;
  z-index: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 6px 0 18px;
  transform: none;
}

.detail-fixed-action .v3-add-button {
  width: 100%;
  min-height: 46px;
  margin: 0;
  box-shadow: 0 12px 24px rgba(47, 33, 26, 0.16);
}

.fulfillment-screen,
.confirmation-screen {
  min-height: 100%;
  padding-bottom: 0;
}

.fulfillment-detail-header .lobita-mark {
  display: none;
}

.fulfillment-asset {
  overflow: visible;
  background: transparent;
}

.fulfillment-asset img {
  mix-blend-mode: multiply;
  filter: drop-shadow(0 10px 12px rgba(47, 33, 26, 0.12));
}

.quick-action-row,
.wide-whatsapp-button,
.v3-product-row,
.menu-category-tab,
.product-options button,
.product-info-button,
.v3-add-button,
.cart-summary-bar,
.cart-drawer button:not(.cart-drawer-backdrop),
.fulfillment-card,
.confirmation-card .primary-button,
.profile-row.is-button,
.profile-row.is-link,
.legal-links button,
.legal-modal-tabs button,
.mobile-back {
  transition:
    transform 160ms cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 160ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 160ms ease;
  will-change: transform;
}

.quick-action-row:active,
.wide-whatsapp-button:active,
.v3-product-row:active,
.menu-category-tab:active,
.product-options button:active,
.product-info-button:active,
.v3-add-button:active,
.cart-summary-bar:active,
.cart-drawer button:not(.cart-drawer-backdrop):active,
.fulfillment-card:active,
.confirmation-card .primary-button:active,
.profile-row.is-button:active,
.profile-row.is-link:active,
.legal-links button:active,
.legal-modal-tabs button:active,
.mobile-back:active {
  transform: scale(0.975);
  opacity: 0.94;
}

.v3-product-row:active,
.fulfillment-card:active {
  box-shadow: 0 7px 18px rgba(47, 33, 26, 0.055);
}

@keyframes faro-page-enter {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-scroll.is-page-entering {
    animation: none;
  }

  .quick-action-row,
  .wide-whatsapp-button,
  .v3-product-row,
  .menu-category-tab,
  .product-options button,
  .product-info-button,
  .v3-add-button,
  .cart-summary-bar,
  .cart-drawer button:not(.cart-drawer-backdrop),
  .fulfillment-card,
  .confirmation-card .primary-button,
  .profile-row.is-button,
  .profile-row.is-link,
  .legal-links button,
  .legal-modal-tabs button,
  .mobile-back {
    transition: none;
    will-change: auto;
  }

  .quick-action-row:active,
  .wide-whatsapp-button:active,
  .v3-product-row:active,
  .menu-category-tab:active,
  .product-options button:active,
  .product-info-button:active,
  .v3-add-button:active,
  .cart-summary-bar:active,
  .cart-drawer button:not(.cart-drawer-backdrop):active,
  .fulfillment-card:active,
  .confirmation-card .primary-button:active,
  .profile-row.is-button:active,
  .profile-row.is-link:active,
  .legal-links button:active,
  .legal-modal-tabs button:active,
  .mobile-back:active {
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 560px) {
  :root {
    --app-gutter: 22px;
  }

  .phone-shell {
    height: 100dvh;
    min-height: 100dvh;
  }

  .app-scroll {
    padding-top: 18px;
  }

  .mobile-bottom-nav {
    border-radius: 0;
  }
}

@media (max-width: 360px) {
  :root {
    --app-gutter: 17px;
  }

  .v3-product-row {
    grid-template-columns: 118px minmax(0, 1fr) 54px;
    min-height: 160px;
  }

  .v3-product-image {
    width: 118px;
    min-width: 118px;
    height: 152px;
  }

  .v3-product-image img {
    max-width: 112px;
    max-height: 134px;
  }

  .cart-summary-bar {
    right: 17px !important;
    left: 17px !important;
  }
}

/* Final menu polish after 13:51 review */
body[data-view="menu"] .v3-menu-header {
  position: relative;
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  margin: 0 0 10px;
  pointer-events: none;
}

body[data-view="menu"] .faro-wordmark.is-menu {
  display: block;
  width: 124px;
  height: auto;
  object-fit: contain;
}

body[data-view="menu"] .v3-menu-header .lobita-mark.is-menu {
  display: block;
  width: 50px;
  height: auto;
  margin-top: 2px;
  object-fit: contain;
}

body[data-view="menu"] .v3-menu-intro {
  position: relative;
  z-index: 72;
  margin-bottom: 14px;
}

body[data-view="menu"] .menu-sticky-cover,
body[data-view="menu"] .menu-category-strip {
  position: sticky;
  top: 0;
  z-index: 70;
  margin: 0 calc(var(--app-gutter) * -1) 18px;
  padding: 10px 0 11px;
  overflow: visible;
  isolation: isolate;
  background: var(--paper);
  box-shadow:
    0 7px 14px rgba(47, 33, 26, 0.035),
    0 1px 0 rgba(47, 33, 26, 0.07);
}

body[data-view="menu"] .menu-sticky-cover::before,
body[data-view="menu"] .menu-category-strip::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -170px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  background: var(--paper);
  pointer-events: none;
}

body[data-view="menu"] .menu-sticky-cover::after,
body[data-view="menu"] .menu-category-strip::after {
  display: none !important;
}

body[data-view="menu"] .menu-category-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  padding: 0 38px 0 var(--app-gutter);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-padding-inline: var(--app-gutter);
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

body[data-view="menu"] .menu-category-tab {
  flex: 0 0 auto;
  white-space: nowrap;
  scroll-snap-align: center;
}

body[data-view="menu"] .cart-drawer-layer {
  z-index: 140;
  pointer-events: auto;
}

body[data-view="menu"] .cart-drawer-backdrop {
  z-index: 100;
  background: rgba(247, 241, 232, 0.94);
  pointer-events: auto;
}

body[data-view="menu"] .cart-drawer {
  z-index: 110;
  overflow: hidden auto;
  background: var(--paper);
}

body[data-view="menu"] .v3-product-row {
  grid-template-columns: 138px minmax(0, 1fr) 58px;
  min-height: 190px;
  overflow: visible;
}

body[data-view="menu"] .v3-product-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 138px;
  min-width: 138px;
  height: 182px;
  padding: 8px 2px 20px;
  overflow: visible;
}

body[data-view="menu"] .v3-product-image img,
body[data-view="product"] .product-detail-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
}

body[data-view="menu"] .v3-product-image img {
  max-width: 132px;
  max-height: 162px;
}

body[data-view="menu"] .quantity-control,
body[data-view="menu"] .quantity-control button {
  touch-action: manipulation;
}

body[data-view="product"] .product-detail-image {
  min-height: 292px;
  padding-bottom: 32px;
  overflow: visible;
}

body[data-view="product"] .product-detail-image img {
  max-width: min(252px, 90%);
  max-height: 266px;
}

@media (max-width: 360px) {
  body[data-view="menu"] .v3-product-row {
    grid-template-columns: 122px minmax(0, 1fr) 54px;
    min-height: 176px;
  }

  body[data-view="menu"] .v3-product-image {
    width: 122px;
    min-width: 122px;
    height: 166px;
  }

  body[data-view="menu"] .v3-product-image img {
    max-width: 118px;
    max-height: 148px;
  }
}

/* Targeted Menu repair: category scroll and product art containment */
body[data-view="menu"] .v3-product-list,
body[data-view="menu"] .v3-menu-sections,
body[data-view="menu"] .v3-menu-section,
body[data-view="menu"] .v3-product-row {
  overflow: visible;
}

body[data-view="menu"] .v3-product-row {
  --menu-product-frame: 104px;

  grid-template-columns: var(--menu-product-frame) minmax(0, 1fr) 58px;
  column-gap: 12px;
  align-items: center;
  min-height: 132px;
  padding: 12px 0;
  contain: none;
}

body[data-view="menu"] .v3-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--menu-product-frame);
  min-width: var(--menu-product-frame);
  height: 104px;
  padding: 0;
  overflow: visible;
  contain: none;
}

body[data-view="menu"] .v3-product-image img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 94px;
  max-height: 96px;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

body[data-view="menu"] .v3-product-image .product-thumb--cup {
  max-width: 76px;
  max-height: 102px;
}

body[data-view="menu"] .v3-product-image .product-thumb--cookie {
  max-width: 96px;
  max-height: 76px;
}

body[data-view="menu"] .v3-product-image .product-thumb--brownie {
  max-width: 98px;
  max-height: 78px;
}

body[data-view="menu"] .v3-product-image .product-thumb--sandwich {
  max-width: 100px;
  max-height: 82px;
}

body[data-view="menu"] .v3-product-image .product-thumb--pao-de-queijo {
  max-width: 94px;
  max-height: 82px;
}

body[data-view="menu"] .v3-product-copy,
body[data-view="menu"] .v3-product-actions {
  position: relative;
  z-index: 2;
}

body[data-view="menu"] .v3-product-copy h3 {
  overflow-wrap: anywhere;
}

@media (max-width: 360px) {
  body[data-view="menu"] .v3-product-row {
    --menu-product-frame: 96px;
    grid-template-columns: var(--menu-product-frame) minmax(0, 1fr) 54px;
    column-gap: 10px;
    min-height: 126px;
  }

  body[data-view="menu"] .v3-product-image {
    height: 98px;
  }

  body[data-view="menu"] .v3-product-image img {
    max-width: 88px;
    max-height: 90px;
  }

  body[data-view="menu"] .v3-product-image .product-thumb--cup {
    max-width: 70px;
    max-height: 96px;
  }

  body[data-view="menu"] .v3-product-image .product-thumb--cookie {
    max-width: 88px;
    max-height: 70px;
  }

  body[data-view="menu"] .v3-product-image .product-thumb--brownie,
  body[data-view="menu"] .v3-product-image .product-thumb--sandwich,
  body[data-view="menu"] .v3-product-image .product-thumb--pao-de-queijo {
    max-width: 90px;
    max-height: 76px;
  }
}

/* Controlled Menu view-only baseline revision */
body[data-view="menu"] .app-scroll {
  padding-bottom: calc(var(--bottom-nav-height) + 30px);
}

body[data-view="menu"] .v3-menu-sections {
  padding-bottom: 24px;
}

body[data-view="menu"] .v3-product-row {
  grid-template-columns: var(--menu-product-frame) minmax(0, 1fr) 52px;
}

body[data-view="menu"] .v3-catalog-actions {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 10px;
  min-width: 0;
}

body[data-view="menu"] .v3-product-affordance {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: rgba(47, 33, 26, 0.62);
  background: rgba(255, 252, 246, 0.48);
}

body[data-view="menu"] .v3-product-affordance svg {
  width: 17px;
  height: 17px;
}

body[data-view="menu"] .v3-product-row.is-unavailable .v3-product-affordance {
  opacity: 0.5;
}

body[data-view="menu"] .quantity-control,
body[data-view="product"] .detail-order-row,
body[data-view="product"] .detail-fixed-action {
  display: none !important;
}

.product-detail-availability {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 25px;
  margin: -4px 0 18px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--olive-dark);
  background: rgba(112, 115, 78, 0.12);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.product-detail-availability.is-unavailable {
  color: rgba(47, 33, 26, 0.78);
  background: rgba(216, 181, 179, 0.55);
}

.product-options-info {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
}

.product-options-info h2 {
  margin: 0;
  color: var(--espresso);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
}

.product-options-info > div {
  display: grid;
  gap: 8px;
}

.product-options-info article {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.52);
}

.product-options-info strong {
  color: var(--espresso);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
}

.product-options-info p {
  margin: 0;
  color: rgba(47, 33, 26, 0.66);
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 650;
}

/* Controlled Product Detail options + information sheet revision */
body[data-view="product"] .product-options-info {
  gap: 13px;
  margin: 3px 0 22px;
}

body[data-view="product"] .product-options-info h2 {
  color: #211916;
  font-size: 17px;
  line-height: 1.14;
  font-weight: 950;
}

body[data-view="product"] .product-options-info > div {
  gap: 13px;
}

body[data-view="product"] .product-options-info article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 15px;
  min-height: 82px;
  padding: 15px 18px 15px 16px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 0.62), transparent 36%),
    rgba(255, 252, 246, 0.68);
  box-shadow: none;
}

body[data-view="product"] .product-options-info article[role="button"] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body[data-view="product"] .product-options-info article:focus-visible {
  outline: 2px solid rgba(112, 115, 78, 0.36);
  outline-offset: 3px;
}

body[data-view="product"] .product-options-info article.is-open {
  align-items: start;
}

.product-option-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #70734e;
}

.product-option-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.9;
}

.product-option-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body[data-view="product"] .product-options-info strong {
  color: #1f1816;
  font-size: 17px;
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: 0;
}

body[data-view="product"] .product-options-info p {
  color: rgba(47, 33, 26, 0.68);
  font-size: 15px;
  line-height: 1.32;
  font-weight: 720;
}

.option-price-highlight {
  display: inline-flex;
  align-items: center;
  min-height: 1.45em;
  padding: 0.08em 0.42em;
  border-radius: 999px;
  color: var(--olive-dark);
  background: rgba(112, 115, 78, 0.12);
  font-weight: 900;
  white-space: nowrap;
}

.product-option-chevron {
  display: grid;
  place-items: center;
  color: rgba(47, 33, 26, 0.78);
}

.product-option-chevron svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
  transition: transform 180ms ease;
}

.product-option-chevron.is-open svg {
  transform: rotate(180deg);
}

.product-option-detail {
  grid-column: 2 / -1;
  display: grid;
  gap: 0;
  margin-top: -4px;
  padding-top: 10px;
  border-top: 1px solid rgba(47, 33, 26, 0.09);
}

.product-option-detail span {
  display: block;
  padding: 8px 0;
  color: rgba(47, 33, 26, 0.72);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 720;
}

.product-option-detail span + span {
  border-top: 1px solid rgba(47, 33, 26, 0.07);
}

body[data-view="product"] .product-info-backdrop {
  background: rgba(47, 33, 26, 0.28);
  backdrop-filter: blur(1px);
}

body[data-view="product"] .product-info-sheet {
  max-height: min(72%, 650px);
  padding: 22px 20px 24px;
  border: 1px solid rgba(47, 33, 26, 0.12);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.56), transparent 32%),
    #fffaf2;
  box-shadow: 0 -14px 34px rgba(47, 33, 26, 0.14);
}

body[data-view="product"] .product-info-sheet .cart-drawer-handle {
  width: 86px;
  height: 5px;
  margin: -2px auto 22px;
  border-radius: 999px;
  background: rgba(47, 33, 26, 0.22);
}

body[data-view="product"] .product-info-sheet header {
  align-items: start;
  margin-bottom: 14px;
}

body[data-view="product"] .product-info-sheet header span {
  color: rgba(47, 33, 26, 0.52);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.035em;
}

body[data-view="product"] .product-info-sheet h2 {
  margin: 7px 0 0;
  color: #1f1816;
  font-size: 22px;
  line-height: 1.02;
  font-weight: 950;
}

body[data-view="product"] .product-info-sheet header button {
  width: 38px;
  height: 38px;
  margin-top: -4px;
  color: #3c2a23;
  font-size: 38px;
  font-weight: 300;
}

body[data-view="product"] .product-info-list {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 33, 26, 0.10);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.42);
}

body[data-view="product"] .product-info-list article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 13px 15px 13px 12px;
  border-bottom: 1px solid rgba(47, 33, 26, 0.09);
}

body[data-view="product"] .product-info-list article[role="button"] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body[data-view="product"] .product-info-list article:focus-visible {
  outline: 2px solid rgba(112, 115, 78, 0.32);
  outline-offset: -3px;
}

body[data-view="product"] .product-info-list article.is-open {
  align-items: start;
}

body[data-view="product"] .product-info-list article:last-child {
  border-bottom: 0;
}

.product-info-row-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #5f6242;
  background: rgba(229, 217, 199, 0.62);
}

.product-info-row-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.75;
}

.product-info-row-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body[data-view="product"] .product-info-list strong {
  margin: 0;
  color: #1f1816;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 950;
}

body[data-view="product"] .product-info-list p {
  color: rgba(47, 33, 26, 0.66);
  font-size: 14px;
  line-height: 1.18;
  font-weight: 680;
}

body[data-view="product"] .product-options-info article.is-placeholder {
  cursor: default;
}

.product-info-row-chevron {
  display: grid;
  place-items: center;
  color: rgba(47, 33, 26, 0.78);
}

.product-info-row-chevron svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.15;
  transition: transform 180ms ease;
}

.product-info-row-chevron.is-open svg {
  transform: rotate(180deg);
}

.product-info-row-detail {
  grid-column: 2 / -1;
  margin-top: -2px;
  padding: 9px 0 2px;
  border-top: 1px solid rgba(47, 33, 26, 0.08);
}

.product-info-row-detail p {
  margin: 0;
  color: rgba(47, 33, 26, 0.72);
  font-size: 13px;
  line-height: 1.32;
  font-weight: 650;
}

@media (max-width: 360px) {
  body[data-view="menu"] .v3-product-row {
    grid-template-columns: var(--menu-product-frame) minmax(0, 1fr) 48px;
  }

  body[data-view="menu"] .v3-product-affordance {
    width: 26px;
    height: 26px;
  }
}

/* Birthday reward link experience */
body[data-view="birthday-reward"] .app-screen {
  padding-top: 52px;
}

body[data-view="birthday-reward"] .app-scroll {
  padding-top: 42px;
  padding-top: max(42px, calc(env(safe-area-inset-top) + 32px));
  padding-bottom: 104px;
}

body[data-view="birthday-reward"] .language-select {
  justify-content: flex-start;
  width: max-content;
  max-width: 100%;
  margin: 0 0 22px;
}

.birthday-screen {
  position: relative;
  min-height: 100%;
  color: var(--espresso);
}

.birthday-ceremony-header {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 4px;
  margin: 0 0 24px;
  animation: birthday-copy-in 420ms ease both;
}

.birthday-brand-logo {
  display: block;
  width: min(202px, 58vw);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.lobita-mark.is-birthday-hero {
  width: 66px;
  height: auto;
  margin-bottom: -2px;
  object-fit: contain;
}

.faro-wordmark.is-birthday {
  width: 154px;
  height: auto;
  object-fit: contain;
}

.cafe-wordmark.is-birthday {
  width: 58px;
  height: auto;
  margin-top: -3px;
  object-fit: contain;
}

.birthday-unlocked-card {
  position: relative;
  z-index: 2;
  min-height: 232px;
  padding: 24px 23px 28px;
  overflow: hidden;
  border-radius: 24px;
  color: var(--ivory-soft);
  background-color: var(--olive);
  background-image:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(31, 24, 22, 0.08)),
    url("../assets/textures/mobile-v3/FARO_OLIVE_CARD_TEXTURE.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 38px rgba(31, 24, 22, 0.2);
  animation: birthday-card-in 620ms 120ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.birthday-unlocked-card::before,
.birthday-unlocked-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  pointer-events: none;
}

.birthday-unlocked-card::before {
  right: -34px;
  bottom: -54px;
  width: 156px;
  height: 156px;
  background: rgba(255, 246, 230, 0.075);
}

.birthday-unlocked-card::after {
  right: 0;
  bottom: 28px;
  left: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(255, 246, 230, 0.34) 0 9px, transparent 9px 15px);
  border-radius: 0;
}

.birthday-unlocked-card.is-active {
  margin-top: 0;
}

.birthday-unlocked-card.is-active::before {
  box-shadow:
    -312px 24px 0 -66px var(--paper),
    30px 24px 0 -66px var(--paper);
}

.birthday-unlocked-card.is-redeemed,
.birthday-unlocked-card.is-expired,
.birthday-unlocked-card.is-invalid {
  min-height: 208px;
  color: var(--espresso);
  border: 1px solid rgba(47, 33, 26, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(216, 181, 179, 0.12)),
    rgba(255, 252, 246, 0.78);
  box-shadow: 0 14px 34px rgba(31, 24, 22, 0.09);
}

.birthday-status-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  margin: 0 0 26px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--ivory-soft);
  background: rgba(255, 246, 230, 0.23);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  animation: birthday-badge-pulse 900ms 560ms ease-out both;
}

.birthday-status-badge i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ivory-soft);
  box-shadow: 0 0 0 5px rgba(255, 246, 230, 0.13);
}

.birthday-unlocked-card.is-redeemed .birthday-status-badge,
.birthday-unlocked-card.is-expired .birthday-status-badge,
.birthday-unlocked-card.is-invalid .birthday-status-badge {
  color: var(--espresso);
  background: rgba(216, 181, 179, 0.46);
}

.lobita-mark.is-birthday-ticket {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: 26px;
  width: 78px;
  filter: brightness(0) invert(1);
  opacity: 0.86;
}

.birthday-unlocked-card h1 {
  position: relative;
  z-index: 2;
  max-width: 280px;
  margin: 0 0 18px;
  color: inherit;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 900;
}

.birthday-card-rule {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  margin: 0 0 18px;
  background: rgba(255, 246, 230, 0.32);
}

.birthday-unlocked-card.is-redeemed .birthday-card-rule,
.birthday-unlocked-card.is-expired .birthday-card-rule,
.birthday-unlocked-card.is-invalid .birthday-card-rule {
  background: rgba(47, 33, 26, 0.12);
}

.birthday-unlocked-card p {
  position: relative;
  z-index: 2;
  max-width: 286px;
  margin: 0;
  white-space: pre-line;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 650;
}

.birthday-unlocked-card small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 15px;
  color: rgba(47, 33, 26, 0.62);
  font-size: 12px;
  font-weight: 850;
}

.birthday-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin: 18px 2px 0;
}

.birthday-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-height: 57px;
  border-radius: 20px;
  font-size: 17px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.birthday-action svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.75;
}

.birthday-primary {
  border: 0;
  color: var(--ivory-soft);
  background-color: var(--olive);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(31, 24, 22, 0.08)),
    url("../assets/textures/mobile-v3/FARO_OLIVE_CARD_TEXTURE.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 24px rgba(31, 24, 22, 0.14);
}

.birthday-secondary {
  border: 1.5px solid rgba(47, 33, 26, 0.14);
  color: rgba(47, 33, 26, 0.82);
  background: rgba(255, 252, 246, 0.54);
  box-shadow: 0 8px 18px rgba(31, 24, 22, 0.055);
}

.birthday-action:active {
  transform: scale(0.985);
}

.birthday-whatsapp {
  margin-top: 0;
}

.birthday-confetti {
  position: absolute;
  z-index: 1;
  top: 96px;
  right: 0;
  left: 0;
  height: 230px;
  overflow: hidden;
  pointer-events: none;
}

.birthday-confetti span {
  position: absolute;
  top: -18px;
  left: calc(8% + var(--i) * 10%);
  color: rgba(112, 115, 78, 0.5);
  font-size: calc(7px + (var(--i) % 3) * 3px);
  opacity: 0;
  transform: translateY(-8px) rotate(0deg);
  animation: birthday-float 1800ms calc(var(--i) * 75ms) cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.birthday-confetti span:nth-child(2n) {
  color: rgba(138, 90, 60, 0.42);
}

.birthday-confetti span:nth-child(3n) {
  color: rgba(212, 170, 50, 0.5);
}

.birthday-qr-layer {
  position: absolute;
  inset: 0;
  z-index: 150;
  display: grid;
  align-items: end;
  pointer-events: auto;
}

.birthday-qr-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(47, 33, 26, 0.22);
  backdrop-filter: blur(3px);
}

.birthday-qr-sheet {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  width: 100%;
  max-height: min(90%, 720px);
  padding: 15px 24px 28px;
  overflow: auto;
  border-radius: 30px 30px 0 0;
  color: var(--espresso);
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 255, 255, 0.58), transparent 30%),
    var(--paper);
  box-shadow: 0 -22px 50px rgba(31, 24, 22, 0.24);
}

.birthday-qr-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: rgba(47, 33, 26, 0.72);
  background: rgba(255, 252, 246, 0.54);
  font-size: 28px;
  line-height: 1;
}

.birthday-qr-sheet h2 {
  margin: 11px 40px 0 0;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 930;
}

.birthday-qr-sheet p {
  max-width: 292px;
  margin: 0;
  color: rgba(47, 33, 26, 0.72);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 760;
}

.birthday-qr-frame {
  display: grid;
  place-items: center;
  width: min(100%, 292px);
  margin: 2px auto 0;
  padding: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}

.birthday-qr-code {
  display: block;
  width: 100%;
  height: auto;
}

.birthday-paw-qr {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 28px;
  background: transparent;
  height: auto;
}

.birthday-paw-base {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.birthday-paw-qr-tile {
  position: absolute;
  top: 71.5%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding: 9px;
  border: 1px solid rgba(47, 33, 26, 0.08);
  border-radius: 17px;
  background: #f7f2ea;
  box-shadow:
    0 10px 22px rgba(31, 24, 22, 0.14),
    0 2px 5px rgba(31, 24, 22, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
}

.birthday-paw-qr-core {
  width: 100%;
  height: 100%;
  filter: none;
}

@media (max-width: 360px) {
  .birthday-paw-qr-tile {
    width: 78px;
    height: 78px;
    padding: 8px;
    border-radius: 16px;
  }
}

.birthday-qr-details {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}

.birthday-qr-details strong {
  font-size: 16px;
  font-weight: 930;
}

.birthday-qr-details span,
.birthday-qr-details small {
  color: rgba(47, 33, 26, 0.74);
  font-size: 12px;
  font-weight: 850;
}

@keyframes birthday-copy-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes birthday-card-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.975);
    box-shadow: 0 8px 18px rgba(31, 24, 22, 0.08);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 38px rgba(31, 24, 22, 0.2);
  }
}

@keyframes birthday-badge-pulse {
  0% {
    transform: scale(0.96);
  }

  45% {
    transform: scale(1.035);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes birthday-float {
  0% {
    opacity: 0;
    transform: translate3d(0, -8px, 0) rotate(0deg);
  }

  18% {
    opacity: 0.64;
  }

  100% {
    opacity: 0;
    transform: translate3d(calc((var(--i) - 4) * 2px), 142px, 0) rotate(22deg);
  }
}

@media (max-width: 360px) {
  .birthday-brand-logo {
    width: min(184px, 58vw);
  }

  .lobita-mark.is-birthday-hero {
    width: 58px;
  }

  .faro-wordmark.is-birthday {
    width: 142px;
  }

  .birthday-unlocked-card {
    min-height: 218px;
    padding: 22px 20px 26px;
  }

  .birthday-unlocked-card h1 {
    font-size: 24px;
  }

  .birthday-unlocked-card p {
    font-size: 15.5px;
  }

  .birthday-action {
    min-height: 53px;
    font-size: 15.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .birthday-confetti {
    display: none;
  }

  .birthday-ceremony-header,
  .birthday-unlocked-card,
  .birthday-status-badge {
    animation: birthday-copy-in 1ms ease both;
  }
}

/* Internal review launcher only */
body[data-view="review"] .app-scroll {
  padding-top: 28px;
  padding-bottom: 34px;
}

.review-launcher {
  display: grid;
  gap: 16px;
}

.review-launcher-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.faro-wordmark.is-review {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.review-launcher-copy h1 {
  margin: 0 0 7px;
  color: var(--espresso);
  font-size: 28px;
  line-height: 1.02;
  font-weight: 950;
}

.review-launcher-copy p {
  max-width: 290px;
  margin: 0;
  color: rgba(47, 33, 26, 0.66);
  font-size: 12.5px;
  line-height: 1.42;
  font-weight: 750;
}

.review-launcher-section {
  margin: 6px 0 -5px;
  color: var(--espresso);
  font-size: 13px;
  font-weight: 950;
}

.review-launcher-list {
  display: grid;
  gap: 9px;
}

.review-launcher-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  gap: 6px 12px;
  align-items: center;
  min-height: 54px;
  padding: 12px 13px;
  border: 1px solid rgba(47, 33, 26, 0.13);
  border-radius: 16px;
  color: var(--espresso);
  text-decoration: none;
  background: rgba(255, 252, 246, 0.58);
  box-shadow: 0 9px 22px rgba(31, 24, 22, 0.055);
}

.review-launcher-link span {
  font-size: 13.5px;
  font-weight: 920;
}

.review-launcher-link small {
  grid-column: 1 / -1;
  color: rgba(47, 33, 26, 0.56);
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 750;
}

.review-launcher-link svg {
  width: 18px;
  height: 18px;
}

/* Live phone viewport: remove the desktop preview shell on real mobile widths. */
@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    min-height: 100dvh;
    overflow-x: hidden;
  }

  body {
    background: var(--paper);
  }

  .prototype {
    width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    grid-template-columns: minmax(0, 1fr);
    align-content: stretch;
    justify-content: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .prototype-switcher {
    display: none !important;
  }

  .phone-shell {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .phone-shell::before,
  .phone-sensor {
    display: none;
  }

  .app-screen,
  .app-page {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
  }

  .app-screen {
    inset: 0;
  }

  .app-scroll {
    width: 100%;
    padding-top: max(18px, env(safe-area-inset-top));
    padding-right: var(--app-gutter);
    padding-left: var(--app-gutter);
    overflow-x: hidden;
  }

  body[data-customer-view="true"] .app-scroll {
    padding-bottom: calc(var(--bottom-nav-height) + 28px + env(safe-area-inset-bottom));
  }

  body[data-view="menu"] .app-scroll {
    padding-bottom: calc(var(--bottom-nav-height) + var(--order-bar-height) + 42px + env(safe-area-inset-bottom));
  }

  body[data-view="product"] .app-scroll,
  body[data-view="fulfillment"] .app-scroll,
  body[data-view="confirmation"] .app-scroll {
    padding-bottom: calc(var(--bottom-nav-height) + 30px + env(safe-area-inset-bottom));
  }

  .mobile-bottom-nav {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    border-radius: 0;
  }
}

/* Live mobile landscape: keep the PWA full-bleed instead of a simulated phone. */
@media (max-width: 960px) and (max-height: 560px) and (orientation: landscape) {
  html,
  body {
    width: 100%;
    min-width: 0;
    min-height: 100dvh;
    overflow-x: hidden;
  }

  body {
    background: var(--paper);
  }

  .prototype {
    width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    grid-template-columns: minmax(0, 1fr);
    align-content: stretch;
    justify-content: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .prototype-switcher {
    display: none !important;
  }

  .phone-shell {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .phone-shell::before,
  .phone-sensor {
    display: none;
  }

  .app-screen,
  .app-page {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
  }

  .app-scroll {
    width: 100%;
    padding-top: max(14px, env(safe-area-inset-top));
    overflow-x: hidden;
  }

  body[data-customer-view="true"] .app-scroll {
    padding-bottom: calc(var(--bottom-nav-height) + 18px + env(safe-area-inset-bottom));
  }

  body[data-view="menu"] .app-scroll {
    padding-bottom: calc(var(--bottom-nav-height) + var(--order-bar-height) + 30px + env(safe-area-inset-bottom));
  }

  body[data-view="product"] .app-scroll {
    padding: max(12px, env(safe-area-inset-top)) 24px calc(var(--bottom-nav-height) + 18px + env(safe-area-inset-bottom));
  }

  body[data-view="product"] .product-detail-screen {
    display: grid;
    grid-template-columns: minmax(150px, 33vw) minmax(0, 1fr);
    grid-template-areas:
      "header header"
      "image title"
      "image meta"
      "image description"
      "image status"
      "options options";
    align-items: start;
    column-gap: 22px;
    row-gap: 6px;
    min-height: 0;
    padding-bottom: 4px;
  }

  body[data-view="product"] .product-detail-header {
    grid-area: header;
    min-height: 32px;
    margin-bottom: 0;
  }

  body[data-view="product"] .product-detail-header .lobita-mark {
    width: 44px;
  }

  body[data-view="product"] .product-detail-image {
    grid-area: image;
    width: min(172px, 32vw);
    min-height: 0;
    max-height: min(176px, 48vh);
    margin: 0 auto;
    padding: 0;
    aspect-ratio: 1;
    transform: none !important;
  }

  body[data-view="product"] .product-detail-image img {
    max-width: 100%;
    max-height: min(164px, 45vh);
    object-fit: contain;
    object-position: center;
  }

  body[data-view="product"] .product-detail-screen h1 {
    grid-area: title;
    margin: 0;
    font-size: clamp(21px, 4vh, 26px);
    line-height: 1.03;
  }

  body[data-view="product"] .product-detail-meta {
    grid-area: meta;
    margin-top: 2px;
  }

  body[data-view="product"] .product-detail-screen > p {
    grid-area: description;
    margin: 4px 0 6px;
    font-size: 13px;
    line-height: 1.32;
  }

  body[data-view="product"] .product-detail-availability {
    grid-area: status;
    margin: 0 0 6px;
  }

  body[data-view="product"] .product-options-info {
    grid-area: options;
    margin: 6px 0 0;
  }

  body[data-view="product"] .product-options-info h2 {
    font-size: 15px;
  }

  body[data-view="product"] .product-options-info > div {
    gap: 8px;
  }

  body[data-view="product"] .product-options-info article {
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    min-height: 58px;
    padding: 10px 14px 10px 12px;
    border-radius: 15px;
  }

  body[data-view="product"] .product-options-info strong {
    font-size: 14px;
  }

  body[data-view="product"] .product-options-info p,
  body[data-view="product"] .product-option-detail span {
    font-size: 12.5px;
    line-height: 1.22;
  }

  .mobile-bottom-nav {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    border-radius: 0;
  }
}

/* Final profile summary size lock. */
.profile-screen {
  align-content: start;
}

.profile-screen .profile-card {
  min-height: 0;
  max-height: 120px;
  padding: 14px;
  align-content: center;
}

.profile-screen .profile-avatar {
  width: 46px;
  height: 46px;
}
