[hidden] {
  display: none !important;
}
.drink-can.zero {
  background: #222;
  color: white;
}
.drink-can.guarana {
  background: #348d42;
  color: white;
}
.sachet-pack {
  background: #f5f1dd;
  border: 2px solid #b22520;
  outline: 4px solid #f5f1dd;
  box-shadow: 8px 8px 0 #172c2915;
  width: 84px;
  height: 100px;
  transform: rotate(12deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #a52019;
  font-weight: 900;
  font-size: 20px;
}
.sachet-pack span {
  font-size: 9px;
  margin-top: 8px;
  letter-spacing: 3px;
}
.product-art.sachet {
  background: #e6ded0;
}
:root {
  --ink: #172c29;
  --blue: #b9dded;
  --orange: #ff6b24;
  --paper: #faf8f1;
  --line: #dedfd7;
  --muted: #62706c;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #1671b9;
  outline-offset: 4px;
}
button {
  border: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
img {
  max-width: 100%;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding: 0 42px;
}
.demo-strip {
  text-align: center;
  background: var(--ink);
  color: white;
  font-size: 11px;
  letter-spacing: 0.07em;
  padding: 8px 14px;
}
.header {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #172c2920;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  width: 40px;
}
.wordmark {
  font-weight: 950;
  letter-spacing: -2.5px;
  font-size: 34px;
}
.wordmark span {
  color: var(--orange);
}
.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 3.6px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: -3px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 700;
}
.nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.pill {
  padding: 12px 18px;
  border-radius: 30px;
  border: 1px solid var(--ink);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.pill.dark {
  background: var(--ink);
  color: white;
}
.cart-count {
  background: var(--orange);
  border-radius: 50%;
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: var(--ink);
}
.hero {
  background: var(--blue);
  overflow: hidden;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  min-height: 480px;
  align-items: center;
  gap: 10px;
  padding-top: 35px;
  padding-bottom: 40px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  letter-spacing: 1.6px;
  font-weight: 800;
  text-transform: uppercase;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
  display: inline-block;
}
.hero h1 {
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: clamp(60px, 6.7vw, 96px);
  letter-spacing: -2.5px;
  line-height: 0.94;
  text-transform: uppercase;
  margin: 22px 0 22px;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
  -webkit-text-stroke: 1.2px var(--ink);
  text-shadow: 3px 3px 0 var(--ink);
}
.hero-copy > p {
  font-size: 15px;
  line-height: 1.7;
  max-width: 365px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 26px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 17px 23px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  background: var(--orange);
  border: 1.5px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink);
}
.btn.secondary {
  background: transparent;
  box-shadow: none;
}
.btn.dark {
  background: var(--ink);
  color: white;
}
.hero-actions small {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  max-width: 95px;
}
.hero-art {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
}
.hero-art:before {
  content: "";
  position: absolute;
  border: 1px solid #172c2920;
  border-radius: 50%;
  width: 355px;
  height: 355px;
}
.hero-art:after {
  content: "";
  position: absolute;
  border: 1px dashed #172c2928;
  border-radius: 50%;
  width: 415px;
  height: 415px;
}
.hero-art > img {
  position: relative;
  z-index: 1;
  width: 570px;
  max-width: 115%;
  filter: drop-shadow(0 10px 7px #172c2910);
  transform: rotate(-4deg);
}
.sticker {
  position: absolute;
  z-index: 2;
  background: var(--orange);
  width: 112px;
  height: 112px;
  clip-path: polygon(
    50% 0,
    60% 9%,
    75% 4%,
    79% 18%,
    94% 24%,
    90% 39%,
    100% 50%,
    90% 61%,
    95% 76%,
    79% 82%,
    75% 96%,
    61% 91%,
    50% 100%,
    39% 91%,
    25% 96%,
    20% 82%,
    5% 76%,
    10% 61%,
    0 50%,
    10% 39%,
    5% 24%,
    20% 18%,
    25% 4%,
    39% 9%
  );
  right: 8px;
  top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(12deg);
  font-weight: 900;
  font-size: 23px;
  line-height: 1;
}
.sticker small {
  font-size: 10px;
  margin: 4px;
}
.art-caption {
  position: absolute;
  right: 5px;
  bottom: 15px;
  font-size: 10px;
  letter-spacing: 1px;
  z-index: 2;
}
.scribble {
  position: absolute;
  bottom: 10px;
  left: 16px;
  transform: rotate(-8deg);
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  z-index: 2;
}
.ticker {
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--orange);
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.5px;
}
.ticker span {
  display: inline-block;
  margin: 0 24px;
}
.info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  gap: 15px;
  font-size: 12px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-icon {
  font-size: 22px;
}
.info-item strong {
  display: block;
  margin-bottom: 4px;
}
.info-item small {
  color: var(--muted);
  font-size: 11px;
}
.text-btn {
  background: transparent;
  padding: 6px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 12px;
}
.menu-section {
  padding-top: 45px;
  padding-bottom: 55px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.section-heading h2 {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 43px;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  font-weight: 900;
}
.section-heading p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 7px;
}
.search {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.search input {
  width: 100%;
  background: transparent;
  border: 1px solid #cfd4cf;
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 12px;
}
.category-row {
  display: flex;
  gap: 9px;
  overflow: auto;
  padding: 25px 0;
}
.category {
  padding: 11px 21px;
  border: 1px solid #cfd4cf;
  border-radius: 6px;
  white-space: nowrap;
  background: transparent;
  font-weight: 700;
  font-size: 12px;
}
.category.active {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
.product {
  border: 1px solid #d5d9d1;
  border-radius: 12px;
  overflow: hidden;
  background: #fffdf8;
  transition: transform 0.2s;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.product:hover {
  transform: translateY(-4px);
}
.product-art {
  height: 205px;
  width: 100%;
  background: #e9ddc3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-art img {
  width: 90%;
  height: 115%;
  object-fit: contain;
}
.product-art.bacon {
  background: #f2ccb6;
}
.product-art.cheese {
  background: #d9e8df;
}
.product-art.combo {
  background: var(--blue);
}
.product-art.drink {
  background: #e7e8d5;
}
.product-art.bacon img {
  transform: rotate(9deg);
  filter: saturate(1.3);
}
.product-art.cheese img {
  transform: rotate(-6deg);
  filter: hue-rotate(8deg);
}
.product-art.combo img {
  transform: scale(0.9);
}
.product-label {
  position: absolute;
  top: 13px;
  left: 13px;
  border: 1px solid var(--ink);
  background: var(--paper);
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.6px;
  z-index: 1;
}
.product-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-body h3 {
  font-size: 19px;
  letter-spacing: -0.5px;
}
.product-body p {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  margin: 9px 0 19px;
  flex: 1;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price {
  font-weight: 850;
  font-size: 19px;
  letter-spacing: -0.7px;
}
.add-circle {
  height: 33px;
  width: 33px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
  display: grid;
  place-items: center;
  font-size: 23px;
}
.drink-can {
  height: 125px;
  width: 68px;
  background: var(--orange);
  border-radius: 15px 15px 17px 17px;
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 #172c2920;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
  font-weight: 900;
  font-size: 16px;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}
.story {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--blue);
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  padding: 30px 35px;
  gap: 25px;
  margin-bottom: 45px;
}
.story h2 {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 33px;
  text-transform: uppercase;
  max-width: 400px;
}
.story p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 320px;
}
.story img {
  width: 72px;
  transform: rotate(-10deg);
}
footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
footer .brand {
  color: var(--ink);
}
footer .wordmark {
  font-size: 24px;
}
footer .brand img {
  width: 30px;
}
.mobile-cart {
  display: none;
}
.loading {
  padding: 100px 30px;
  text-align: center;
  color: var(--muted);
}
.empty {
  padding: 45px 20px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  text-align: center;
  color: var(--muted);
  grid-column: 1/-1;
}
.error {
  color: #b33d20;
  background: #fff0e8;
  padding: 13px;
  border-radius: 7px;
  font-size: 13px;
  margin: 12px 0;
}
.notice {
  background: #eef3ee;
  padding: 14px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
  margin: 14px 0;
}
dialog {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 0;
  border-radius: 17px;
  max-width: 520px;
  width: calc(100% - 26px);
  max-height: 90dvh;
  box-shadow: 10px 10px 0 #172c2925;
}
dialog::backdrop {
  background: #112d2b99;
  backdrop-filter: blur(4px);
}
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: var(--paper);
  z-index: 3;
}
.modal-head h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 23px;
}
.modal-body {
  padding: 24px;
}
.modal-body .product-art {
  border-radius: 9px;
  height: 180px;
  margin-bottom: 20px;
}
.modal-body > p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.field {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 17px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  display: block;
  border: 1px solid #bdc7bf;
  border-radius: 7px;
  padding: 12px;
  background: #fffefa;
  color: var(--ink);
  margin-top: 7px;
  font-weight: 400;
}
.field textarea {
  resize: vertical;
  min-height: 72px;
}
.check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.check > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.check input {
  accent-color: var(--orange);
  width: 17px;
  height: 17px;
}
.modal-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.modal-actions .btn {
  flex: 1;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 16px;
}
.quantity button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 5px;
  font-size: 18px;
}
.cart-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.cart-item small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin: 8px 0;
}
.cart-item .quantity {
  gap: 10px;
  font-size: 12px;
}
.cart-item .quantity button {
  width: 27px;
  height: 27px;
}
.totals {
  margin: 20px 0;
}
.totals > div {
  display: flex;
  justify-content: space-between;
  margin: 11px 0;
  font-size: 13px;
}
.totals .grand-total {
  font-size: 20px;
  font-weight: 800;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.full {
  width: 100%;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  background: var(--ink);
  color: white;
  box-shadow: 0 6px 20px #0002;
  padding: 15px 24px;
  border-radius: 9px;
  font-size: 13px;
  display: none;
  max-width: 90%;
}
#toast.show {
  display: block;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}
.steps li {
  padding: 15px 0 15px 30px;
  border-left: 2px solid var(--line);
  position: relative;
  font-size: 14px;
}
.steps li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--line);
  position: absolute;
  left: -6px;
  top: 18px;
  border-radius: 50%;
}
.steps li.done {
  border-color: var(--orange);
  font-weight: 700;
}
.steps li.done:before {
  background: var(--orange);
}
.steps small {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: var(--muted);
}
.panel {
  display: grid;
  grid-template-columns: 235px 1fr;
  min-height: 100dvh;
  background: #f3f5f2;
}
.sidebar {
  background: var(--ink);
  color: #f9fbf6;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sidebar .wordmark {
  font-size: 27px;
  letter-spacing: -1px;
}
.sidebar small {
  font-size: 11px;
  color: #abc5bb;
}
.side-nav {
  display: grid;
  gap: 6px;
}
.side-nav button {
  padding: 14px;
  border-radius: 8px;
  text-align: left;
  background: transparent;
  color: inherit;
  font-size: 13px;
}
.side-nav button.active,
.side-nav button:hover {
  background: #ffffff15;
}
.sidebar-bottom {
  margin-top: auto;
  display: grid;
  gap: 15px;
}
.sidebar select {
  max-width: 100%;
  padding: 9px;
  border: 1px solid #ffffff40;
  background: var(--ink);
  color: white;
  border-radius: 5px;
}
.panel-main {
  padding: 35px;
  min-width: 0;
}
.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.panel-header h1 {
  font-size: 28px;
  letter-spacing: -1px;
}
.panel-header p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 7px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 28px;
}
.metric,
.panel-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 10px;
}
.metric small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 12px;
}
.metric strong {
  font-size: 27px;
  letter-spacing: -1px;
}
.orders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.order-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 17px;
}
.badge {
  padding: 5px 9px;
  border-radius: 5px;
  background: #e4efea;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.panel-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}
.panel-card p,
.panel-card li {
  font-size: 12px;
  line-height: 1.7;
}
.panel-card ul {
  padding-left: 17px;
  margin: 15px 0;
}
.order-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.order-actions button {
  font-size: 11px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--line);
  background: #f7f9f4;
}
.order-actions button.primary {
  background: var(--ink);
  color: white;
}
.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  gap: 15px;
}
.toolbar select {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.table-wrap {
  overflow: auto;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.data-table th,
.data-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.data-table th {
  color: var(--muted);
  font-size: 11px;
}
.settings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.auth-shell {
  max-width: 460px;
  margin: 70px auto;
  padding: 30px;
}
.auth-shell h1 {
  font-size: 30px;
  margin: 30px 0 12px;
}
.auth-shell p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.auth-shell .btn {
  margin-top: 25px;
}
.commercial {
  background: #f2f5ee;
}
.commercial .header {
  border: 0;
}
.commercial-hero {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}
.commercial h1 {
  font-size: 66px;
  letter-spacing: -4px;
  line-height: 1.04;
  margin: 20px 0;
}
.commercial-hero p {
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 25px;
  max-width: 450px;
}
.commercial h2 {
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0 70px;
}
.feature-grid h3 {
  margin-bottom: 13px;
}
.feature-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.commercial details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.commercial summary {
  cursor: pointer;
  font-weight: 700;
}
.commercial details p {
  margin-top: 15px;
  line-height: 1.7;
  color: var(--muted);
  font-size: 14px;
}
.commercial-section {
  padding: 45px 0;
}
.dark-mode .panel-main {
  background: #12231f;
  color: #e8efe9;
  --line: #3c5147;
  --muted: #a4baae;
}
.dark-mode .metric,
.dark-mode .panel-card {
  background: #1c312a;
}
.dark-mode .order-actions button {
  background: #31453a;
  color: white;
}
.dark-mode .data-table {
  color: inherit;
}
.dark-mode .badge {
  color: var(--ink);
}
@media (min-width: 1500px) {
  .hero-grid {
    min-height: 540px;
  }
  .hero-art > img {
    width: 620px;
  }
}
@media (max-width: 950px) {
  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-art {
    min-height: 330px;
  }
  .hero-art:after {
    width: 330px;
    height: 330px;
  }
  .hero-art:before {
    width: 280px;
    height: 280px;
  }
  .sticker {
    width: 90px;
    height: 90px;
    font-size: 19px;
  }
  .menu-grid {
    gap: 15px;
  }
  .product-art {
    height: 170px;
  }
  .nav {
    gap: 18px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .panel {
    grid-template-columns: 190px 1fr;
  }
  .panel-main {
    padding: 25px;
  }
  .orders-grid {
    grid-template-columns: 1fr;
  }
  .commercial h1 {
    font-size: 50px;
  }
  .commercial-hero {
    gap: 30px;
  }
  .info-item small {
    max-width: 170px;
    display: block;
  }
}
@media (max-width: 640px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .demo-strip {
    font-size: 9px;
    letter-spacing: 0;
  }
  .header {
    height: 78px;
  }
  .wordmark {
    font-size: 28px;
  }
  .brand img {
    width: 34px;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 2.9px;
  }
  .nav > a {
    display: none;
  }
  .nav {
    gap: 0;
  }
  .nav .pill {
    padding: 10px 12px;
    font-size: 11px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 32px;
    padding-bottom: 15px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 76px;
    max-width: 370px;
    margin: 18px 0;
  }
  .hero-copy > p {
    font-size: 13px;
    max-width: 305px;
  }
  .hero-actions {
    margin-top: 20px;
  }
  .hero-art {
    min-height: 280px;
    margin-top: 6px;
  }
  .hero-art > img {
    width: 390px;
    max-width: 100%;
    height: 305px;
  }
  .hero-art:before {
    width: 245px;
    height: 245px;
  }
  .hero-art:after {
    width: 290px;
    height: 290px;
  }
  .sticker {
    top: 16px;
    right: 8px;
  }
  .scribble {
    bottom: 9px;
    left: 0;
    font-size: 12px;
  }
  .art-caption {
    font-size: 8px;
    bottom: 12px;
  }
  .ticker {
    font-size: 10px;
    padding: 10px 0;
  }
  .ticker span {
    margin: 0 14px;
  }
  .info-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .info-item:nth-child(3) {
    display: none;
  }
  .info-bar > .text-btn {
    grid-column: 1/-1;
    text-align: left;
    width: max-content;
    font-size: 11px;
  }
  .info-item {
    gap: 8px;
  }
  .info-item strong {
    font-size: 11px;
  }
  .info-icon {
    font-size: 18px;
  }
  .info-item small {
    font-size: 10px;
  }
  .menu-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading p {
    font-size: 12px;
  }
  .search {
    margin-top: 19px;
    max-width: none;
  }
  .category-row {
    padding: 19px 0;
    gap: 7px;
  }
  .category {
    font-size: 11px;
    padding: 10px 15px;
  }
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .product {
    display: grid;
    grid-template-columns: 116px 1fr;
    min-height: 158px;
  }
  .product-art {
    height: 100%;
    min-height: 158px;
  }
  .product-art img {
    width: 150%;
    max-width: none;
    height: 145px;
  }
  .product-label {
    top: 8px;
    left: 6px;
    font-size: 7px;
    padding: 4px;
  }
  .product-body {
    padding: 15px;
  }
  .product-body h3 {
    font-size: 17px;
  }
  .product-body p {
    font-size: 11px;
    line-height: 1.5;
    margin: 6px 0 12px;
  }
  .price {
    font-size: 17px;
  }
  .add-circle {
    height: 28px;
    width: 28px;
    font-size: 20px;
  }
  .drink-can {
    width: 45px;
    height: 90px;
    font-size: 11px;
  }
  .story {
    padding: 24px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .story h2 {
    font-size: 30px;
    max-width: 230px;
  }
  .story p {
    font-size: 12px;
    margin-top: 15px;
    max-width: 250px;
  }
  .story img {
    position: absolute;
    right: -10px;
    top: 18px;
    width: 65px;
    transform: rotate(15deg);
  }
  footer {
    padding-bottom: 95px;
  }
  .footer-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-row > small {
    width: 100%;
  }
  .mobile-cart {
    display: flex;
    position: fixed;
    bottom: 14px;
    left: 16px;
    right: 16px;
    background: var(--ink);
    color: white;
    border: 1px solid #fff5;
    border-radius: 10px;
    box-shadow: 0 5px 20px #172c2940;
    padding: 16px 20px;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    font-size: 12px;
    font-weight: 700;
  }
  .mobile-cart span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #toast {
    bottom: 85px;
  }
  .modal-body {
    padding: 20px;
  }
  .panel {
    display: block;
  }
  .sidebar {
    padding: 17px;
    gap: 15px;
  }
  .sidebar .wordmark {
    font-size: 24px;
  }
  .sidebar > .brand {
    display: none;
  }
  .sidebar-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
  }
  .side-nav {
    display: flex;
    overflow: auto;
    gap: 3px;
  }
  .side-nav button {
    padding: 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .panel-main {
    padding: 20px 15px;
  }
  .panel-header h1 {
    font-size: 24px;
  }
  .panel-header {
    gap: 10px;
  }
  .panel-header .pill {
    font-size: 10px;
    padding: 10px;
  }
  .metric {
    padding: 17px;
  }
  .metric strong {
    font-size: 24px;
  }
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .auth-shell {
    margin: 20px auto;
    padding: 25px;
  }
  .commercial-hero {
    grid-template-columns: 1fr;
    padding: 45px 0;
    gap: 30px;
  }
  .commercial h1 {
    font-size: 51px;
    letter-spacing: -2.5px;
  }
  .commercial h2 {
    font-size: 29px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 13px;
    margin: 25px 0;
  }
  .commercial .nav a {
    display: block;
    font-size: 11px;
  }
  .commercial .nav {
    gap: 15px;
  }
  .commercial .header .wordmark {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print {
  .sidebar,
  .order-actions,
  .panel-header,
  .toolbar,
  .metrics {
    display: none;
  }
  .panel {
    display: block;
  }
  .panel-card {
    break-inside: avoid;
  }
  .orders-grid {
    display: block;
  }
  .panel-card {
    margin-bottom: 20px;
  }
}
