@font-face {
  font-family: Outfit;
  src: url('/fonts/outfit-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: Outfit, 'Avenir Next', sans-serif;
  color: #20211f;
  background: #f4efdf;
  font-synthesis: none;
  --ink: #20211f;
  --paper: #f4efdf;
  --red: #c93626;
  --blue: #234ac7;
  --yellow: #f4c744;
  --muted: #626057;
  --border: #20211f;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: 0; }
button:disabled { cursor: not-allowed; opacity: .45; }
:where(button, a, input, select):focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(44px, 5.4vw, 78px); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
h1 em { font-style: normal; color: var(--red); }
h2 { font-size: 26px; font-weight: 700; letter-spacing: -.035em; line-height: 1.15; }
h3 { font-size: 20px; font-weight: 700; letter-spacing: -.025em; }
p { line-height: 1.55; color: var(--muted); }
.app-shell { max-width: 1600px; margin: auto; }
.site-header { min-height: 100px; display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; border-bottom: 2px solid var(--ink); gap: 24px; }
.brand { font-size: 34px; font-weight: 800; letter-spacing: -1.8px; display: flex; align-items: center; gap: 12px; }
.brand-period { color: var(--red); margin-left: -11px; }
.brand-mark { display: inline-block; width: 35px; height: 35px; background: var(--blue); border-radius: 50% 50% 0 0; position: relative; }
.brand-mark::after { content: ''; position: absolute; width: 15px; height: 15px; background: var(--red); border: 2px solid var(--paper); border-radius: 50%; bottom: -4px; right: -5px; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-header nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav .nav-active { border-color: var(--red); color: var(--red); }
.main-content { padding: 24px 5% 72px; min-height: calc(100vh - 184px); }
.site-footer { border-top: 2px solid var(--ink); display: flex; justify-content: space-between; padding: 26px 5%; font-size: 13px; gap: 24px; }
.site-footer > span:last-child::before { content: '● ▲ ■'; color: var(--red); letter-spacing: 5px; margin-right: 16px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.6px; display: block; text-transform: uppercase; }
.lead { font-size: 17px; max-width: 460px; margin-top: 22px; }
.event-strip { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 13px; }
.event-strip > span:last-child { font-size: 10px; letter-spacing: 2px; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--blue); }
.guest-intro { display: flex; justify-content: space-between; align-items: center; padding: 45px 0 44px; gap: 32px; border-bottom: 2px solid var(--ink); margin-bottom: 32px; }
.guest-intro > div:first-child { flex: 1; }
.guest-intro h1 { margin-top: 22px; }
.guest-intro .lead { max-width: 430px; font-size: 15px; }
.bauhaus-art { width: 220px; height: 220px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; flex: 0 0 auto; transform: rotate(-9deg); }
.art-disc { border-radius: 50%; background: var(--red); }
.art-stripes { background: repeating-linear-gradient(90deg, var(--ink) 0 7px, transparent 7px 17px); border-radius: 0 100% 0 0; }
.art-triangle { background: var(--yellow); clip-path: polygon(0 100%, 100% 100%, 100% 0); }
.art-arch { border-radius: 100% 100% 0 0; background: var(--blue); }
.table-ticket { width: 206px; height: 206px; flex: 0 0 auto; text-align: center; border: 2px solid var(--ink); background: var(--yellow); border-radius: 50%; padding: 27px 17px 20px; transform: rotate(7deg); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.table-ticket.named-table { height: auto; min-height: 206px; border-radius: 0; padding: 24px 16px; transform: rotate(2deg); }
.table-ticket.named-table strong { font-size: 28px; line-height: 1.1; }
.table-ticket .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
.table-ticket strong { font-size: 64px; font-weight: 800; letter-spacing: -.06em; line-height: 1; display: block; margin: 6px 0; max-width: 100%; overflow-wrap: anywhere; }
.table-word { display: block; font-size: 14px; letter-spacing: 0; font-weight: 500; }
.table-ticket > span:nth-of-type(2) { font-size: 10px; max-width: 150px; overflow-wrap: anywhere; }
.ticket-bottom { border-top: 1px solid var(--ink); margin-top: 10px; padding-top: 8px; font-size: 10px; }
.demo-note { font-size: 13px; margin: 0 0 26px; padding: 12px 16px; background: var(--yellow); border: 1px solid var(--ink); }
.menu-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; align-items: start; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; }
.muted { font-size: 13px; color: var(--muted); }
.category-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 22px 0 26px; }
.category { background: transparent; border: 1.5px solid var(--ink); padding: 10px 18px; color: var(--ink); font-size: 13px; font-weight: 600; min-height: 44px; transition: background .15s, color .15s; }
.category:first-child { border-radius: 50%; min-width: 58px; }
.category:hover { background: var(--yellow); }
.category.selected { color: var(--paper); background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { border: 1.5px solid var(--ink); overflow: hidden; background: #fffcf2; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
@media (hover: hover) { .product-card:hover { transform: translateY(-4px); box-shadow: 4px 5px 0 var(--ink); } }
.product-art, .product-photo { height: 145px; position: relative; overflow: hidden; border-bottom: 1.5px solid var(--ink); }
.product-art { display: flex; align-items: center; justify-content: center; }
.product-art .shape-one, .product-art .shape-two { position: absolute; display: block; }
.lemon { background: var(--yellow); }
.lemon .shape-one { width: 78px; height: 86px; background: var(--red); border-radius: 0 0 50% 50%; transform: rotate(-12deg); top: 28px; }
.lemon .shape-two { width: 72px; height: 72px; border: 14px solid var(--blue); border-radius: 50%; right: 22px; top: -18px; }
.lemon .art-line { height: 4px; width: 54px; background: var(--ink); transform: rotate(-12deg); position: absolute; bottom: 18px; }
.sage { background: var(--blue); }
.sage .shape-one { width: 76px; height: 76px; background: var(--paper); border-radius: 0 0 50% 50%; top: 18px; transform: rotate(10deg); }
.sage .shape-one::after { content: ''; position: absolute; height: 30px; width: 5px; background: var(--paper); top: 68px; left: 36px; }
.sage .shape-two { width: 45px; height: 45px; background: var(--yellow); border-radius: 50%; left: 17px; top: 10px; }
.sage .art-line { width: 58px; height: 5px; background: var(--paper); position: absolute; top: 115px; transform: rotate(10deg); margin-left: -20px; }
.peach { background: var(--red); }
.peach .shape-one { width: 94px; height: 94px; background: var(--yellow); clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: rotate(18deg); top: 18px; }
.peach .shape-two { width: 58px; height: 58px; border: 13px solid var(--paper); border-radius: 50%; top: -18px; left: 18px; }
.peach .art-line { height: 7px; width: 110px; background: var(--ink); position: absolute; bottom: 12px; transform: rotate(-8deg); }
.product-card:nth-child(even) .shape-two { right: 12px; left: auto; top: 70px; }
.product-photo { background: #e9e3d2; }
.product-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-info { padding: 18px 16px 8px; flex: 1; }
.product-category { font-size: 9px; color: var(--muted); letter-spacing: 1.3px; text-transform: uppercase; display: block; margin-bottom: 8px; font-weight: 600; }
.product-info h3 { font-size: 20px; margin-bottom: 8px; line-height: 1.1; }
.product-info p { font-size: 12px; line-height: 1.5; }
.product-bottom { padding: 12px 16px 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 72px; flex-wrap: wrap; }
.product-bottom > strong { font-size: 19px; font-weight: 700; }
.add-button { height: 42px; width: 42px; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 28px; line-height: 1; }
.add-button:hover { background: var(--ink); color: var(--paper); }
.quantity { display: inline-flex; align-items: center; gap: 4px; border: 1.5px solid var(--ink); background: var(--paper); flex-shrink: 0; }
.quantity button { width: 32px; height: 40px; background: transparent; color: var(--ink); font-size: 22px; }
.quantity button:hover:enabled { background: var(--yellow); }
.quantity span { font-size: 13px; min-width: 10px; text-align: center; font-weight: 600; }
.menu-footnote { font-size: 12px; margin: 25px 0; max-width: 560px; }
.panel { background: #fffcf2; border: 1.5px solid var(--ink); }
.basket { padding: 24px; position: sticky; top: 24px; box-shadow: 6px 6px 0 var(--ink); border-top: 9px solid var(--blue); }
.basket .section-heading { margin-bottom: 8px; }
.basket h2 { font-size: 25px; }
.count-badge { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; background: var(--yellow); border: 1px solid var(--ink); display: grid; place-items: center; font-size: 14px; font-weight: 700; }
.basket-empty { padding: 30px 5px; text-align: center; }
.basket-empty > span { color: var(--red); font-size: 62px; display: block; line-height: 1; margin-bottom: 18px; }
.basket-empty h3 { font-size: 19px; margin-bottom: 10px; }
.basket-empty p { font-size: 13px; }
.basket-lines { padding: 6px 0 18px; }
.basket-line { border-bottom: 1px solid #c8c2b2; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.basket-line > div:first-child { font-size: 14px; min-width: 0; }
.basket-line b { font-weight: 600; display: block; }
.basket-line > div:first-child > span { display: block; color: var(--muted); font-size: 12px; margin-top: 5px; }
.basket-line .quantity { gap: 2px; }
.basket-line .quantity button { width: 26px; }
.basket-total { border-top: 2px solid var(--ink); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; font-size: 15px; }
.basket-total strong { font-size: 30px; font-weight: 700; letter-spacing: -1px; }
.primary, .secondary { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; border: 1.5px solid var(--ink); font-size: 14px; font-weight: 600; padding: 12px 18px; transition: background .15s, transform .15s; }
.primary { background: var(--red); color: #fffaf0; }
.primary:hover:enabled { background: #a8271b; }
.secondary { background: var(--paper); color: var(--ink); }
.secondary:hover:enabled, a.secondary:hover { background: var(--yellow); }
.checkout { width: 100%; font-size: 14px; padding: 14px 8px; }
.secure-note { font-size: 11px; text-align: center; margin-top: 13px; }
.basket-note { text-align: center; font-size: 12px; line-height: 1.6; background: var(--paper); border-top: 1px dashed var(--ink); margin: 24px -24px -24px; padding: 20px; }
.sold-out { font-size: 11px; border: 1px solid var(--ink); padding: 6px 9px; color: var(--muted); }
.unavailable .product-art, .unavailable .product-photo { filter: grayscale(.8); opacity: .65; }
.alert { border: 1.5px solid var(--ink); padding: 14px 18px; background: var(--yellow); font-size: 14px; margin-bottom: 20px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.alert.error { background: #f9d7cf; color: #852216; }
.alert.success { background: #e1e8fa; color: #193786; }
.text-button { background: none; color: var(--blue); font-size: 13px; padding: 10px 0; text-decoration: underline; text-underline-offset: 4px; }
.empty { padding: 60px 28px; text-align: center; }
.empty p { margin: 12px auto 0; max-width: 470px; font-size: 15px; }
.empty-icon { font-size: 46px; color: var(--red); display: block; margin-bottom: 20px; }
.welcome { padding: 60px 0 25px; position: relative; }
.welcome > .bauhaus-art { position: absolute; right: 4%; top: 70px; width: 330px; height: 330px; }
.welcome h1 { font-size: clamp(64px, 8.5vw, 120px); margin-top: 26px; }
.welcome .lead { max-width: 480px; }
.welcome-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 60px 0 36px; border: 1.5px solid var(--ink); }
.welcome-steps > div { padding: 28px; background: var(--yellow); }
.welcome-steps > div:nth-child(2) { background: var(--blue); color: var(--paper); border-left: 1.5px solid var(--ink); border-right: 1.5px solid var(--ink); }
.welcome-steps > div:nth-child(3) { background: var(--red); color: var(--paper); }
.welcome-steps b { font-size: 48px; font-weight: 800; letter-spacing: -2px; }
.welcome-steps h3 { margin: 16px 0 8px; font-size: 23px; }
.welcome-steps p { font-size: 14px; color: inherit; }
.login { max-width: 540px; margin: 40px auto; padding: 36px; border-top: 12px solid var(--blue); box-shadow: 8px 8px 0 var(--ink); }
.login h1 { font-size: 44px; margin: 18px 0; }
.login p { font-size: 14px; }
.login form { margin-top: 26px; display: grid; gap: 20px; }
label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 600; }
input, select { width: 100%; min-width: 0; border: 1.5px solid var(--ink); border-radius: 0; padding: 12px; background: #fffdf7; color: var(--ink); font-size: 16px; min-height: 46px; }
input[aria-invalid='true'] { border-color: var(--red); }
input[type='checkbox'] { width: 20px; height: 20px; min-height: 0; accent-color: var(--blue); }
.page-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 25px 0 36px; }
.page-heading h1 { font-size: clamp(40px, 5vw, 64px); margin-top: 18px; }
.page-heading .lead { max-width: none; font-size: 15px; margin-top: 16px; }
.live-label { font-size: 12px; white-space: nowrap; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 32px 0; }
.stat { padding: 24px; background: var(--yellow); }
.stat:nth-child(2) { background: var(--blue); color: var(--paper); }
.stat:nth-child(3) { background: var(--red); color: var(--paper); }
.stat > span { font-size: 15px; font-weight: 600; }
.stat > strong { font-size: 72px; font-weight: 800; letter-spacing: -3px; display: block; margin: 12px 0 4px; line-height: 1; }
.stat p { font-size: 13px; color: inherit; }
.order-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.staff-order { padding: 24px; border-top: 7px solid var(--ink); }
.staff-order .section-heading { gap: 8px; }
.staff-order .eyebrow { font-size: 10px; letter-spacing: 1px; }
.staff-order h2 { font-size: 36px; margin-bottom: 5px; }
.status-badge { padding: 7px 9px; font-size: 11px; background: var(--paper); border: 1px solid var(--ink); }
.status-badge.paid { background: var(--yellow); }
.status-badge.preparing { background: var(--blue); color: white; }
.status-badge.delivered { background: var(--paper); }
.order-lines { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); margin-top: 22px; padding: 12px 0; }
.line { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 8px 0; }
.order-lines .line { justify-content: flex-start; }
.order-lines b { color: var(--blue); min-width: 25px; }
.order-meta { font-size: 12px; color: var(--muted); padding: 20px 0; }
.staff-order > .primary { width: 100%; }
.delivered-note { font-size: 14px; display: block; text-align: center; padding: 12px; }
.receipt { max-width: 620px; margin: 35px auto; padding: 40px; text-align: center; border-top: 12px solid var(--blue); box-shadow: 8px 8px 0 var(--ink); }
.receipt-symbol { font-size: 44px; background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 50%; width: 90px; height: 90px; display: grid; place-items: center; margin: 28px auto; }
.receipt h1 { font-size: 46px; }
.receipt .lead { margin: 18px auto; font-size: 15px; }
.progress-track { display: flex; gap: 10px; margin: 32px 0; }
.progress-track span { font-size: 12px; flex: 1; padding-top: 12px; border-top: 5px solid #d6d0c1; color: var(--muted); }
.progress-track .step-done { border-color: var(--blue); color: var(--blue); }
.receipt-lines { margin: 28px 0 16px; text-align: left; }
.receipt > .secondary { margin-top: 16px; }
.admin-page { border: 0; padding: 0; margin: 0; min-width: 0; }
.settings-section { padding: 28px; margin-bottom: 28px; }
.settings-section h2 { font-size: 26px; }
.settings-section .muted { margin-top: 8px; }
.settings-section:nth-of-type(2) { border-top: 7px solid var(--blue); }
.settings-section:nth-of-type(3) { border-top: 7px solid var(--yellow); }
.settings-section:nth-of-type(4) { border-top: 7px solid var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; }
.toggle { display: flex; flex-direction: row; gap: 8px; align-items: center; white-space: nowrap; }
.table-row { display: grid; grid-template-columns: 1fr 2fr 100px 70px; gap: 18px; align-items: end; padding: 20px 0; border-top: 1px solid #c8c2b2; }
.table-row .text-button, .table-row .remove-button { margin-bottom: 6px; }
.remove-button { background: none; color: #ac2d20; font-size: 13px; padding: 10px 0; text-align: right; text-decoration: underline; text-underline-offset: 4px; }
.product-fields { display: grid; grid-template-columns: 2fr 1.4fr 100px 100px; gap: 18px; align-items: end; }
.product-fields .toggle { padding-bottom: 12px; }
.admin-product { border-top: 1px solid var(--ink); padding: 26px 0; }
.description-row { display: grid; grid-template-columns: 1fr 120px; gap: 20px; align-items: end; margin-top: 18px; }
.description-row .remove-button { margin-bottom: 6px; }
.product-image-editor { display: flex; align-items: center; gap: 18px; margin-top: 20px; }
.product-image-editor > img, .image-placeholder { width: 88px; height: 88px; flex-shrink: 0; object-fit: cover; border: 1px solid var(--ink); background: var(--yellow); }
.image-placeholder { display: grid; place-items: center; font-size: 32px; }
.product-image-editor .muted { margin: 8px 0 0; }
.qr-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.qr-card { text-align: center; border: 1px dashed var(--ink); padding: 22px 10px; display: flex; align-items: center; flex-direction: column; break-inside: avoid; background: white; }
.brand-small { font-size: 17px; font-weight: 800; letter-spacing: -.5px; }
.qr-card h3 { font-size: 14px; margin-top: 15px; }
.qr-card img { max-width: 100%; height: auto; }
.qr-card h2 { font-size: 28px; }
.qr-card p { font-size: 12px; margin: 7px 0 16px; }
.qr-card > b { font-size: 12px; }
.qr-card a { margin-top: 12px; font-size: 12px; }
.demo { max-width: 520px; margin: 10vh auto; padding: 35px; border-top: 10px solid var(--yellow); }
.demo h1 { font-size: 40px; margin: 20px 0; }
.demo h2 { margin: 25px 0; }
.demo form { display: grid; gap: 12px; }
.test-credentials { margin: 24px 0; padding: 20px; border: 1.5px solid var(--ink); background: var(--yellow); }
.test-credentials h2 { margin: 0; font-size: 24px; }
.test-credentials p { margin-top: 8px; font-size: 14px; line-height: 1.5; color: var(--ink); }
.test-account { display: grid; gap: 8px; margin-top: 18px; }
.test-account code { overflow-wrap: anywhere; user-select: all; font-size: 13px; }
.test-account button { justify-self: start; }
@media (max-width: 1200px) {
  .guest-intro > .bauhaus-art { width: 140px; height: 140px; }
  .guest-intro h1 { font-size: 62px; }
  .table-ticket { width: 185px; height: 185px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; }
  .product-art, .product-photo { height: 150px; }
  .order-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qr-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .welcome > .bauhaus-art { width: 260px; height: 260px; right: 0; }
}
@media (max-width: 960px) {
  .guest-intro > .bauhaus-art { display: none; }
  .guest-intro h1 { font-size: 62px; }
  .welcome > .bauhaus-art { width: 180px; height: 180px; top: 100px; }
}
@media (max-width: 760px) {
  .site-header { min-height: 80px; padding: 18px 5%; gap: 14px; flex-wrap: wrap; }
  .site-header nav { gap: 16px; font-size: 12px; }
  .brand { font-size: 28px; gap: 10px; }
  .brand-mark { width: 26px; height: 28px; }
  .brand-mark::after { width: 12px; height: 12px; }
  .brand-period { margin-left: -9px; }
  .main-content { padding-top: 20px; }
  .event-strip { font-size: 11px; }
  .event-strip > span:last-child { display: none; }
  .guest-intro { padding: 30px 0; gap: 16px; align-items: center; margin-bottom: 26px; }
  .guest-intro h1 { font-size: clamp(35px, 6.8vw, 52px); margin-top: 16px; }
  .guest-intro .eyebrow { font-size: 8px; letter-spacing: 1px; max-width: 200px; line-height: 1.5; }
  .guest-intro .lead { font-size: 13px; margin-top: 16px; }
  .table-ticket { width: 128px; height: 128px; padding: 15px 10px; transform: rotate(5deg); }
  .table-ticket.named-table { min-height: 128px; padding: 14px 10px; }
  .table-ticket.named-table strong { font-size: 19px; }
  .table-ticket strong { font-size: 40px; margin: 4px 0; }
  .table-ticket .eyebrow { font-size: 7px; }
  .table-word { font-size: 11px; }
  .table-ticket > span:nth-of-type(2) { font-size: 8px; max-width: 100px; }
  .ticket-bottom { display: none; }
  .menu-layout { display: flex; flex-direction: column; gap: 28px; }
  .menu-layout > section, .basket { width: 100%; }
  .basket { position: static; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-art, .product-photo { height: 130px; }
  .product-info { padding: 15px 12px 8px; }
  .product-info h3 { font-size: 19px; }
  .product-info p { font-size: 12px; }
  .product-bottom { padding: 10px 12px 14px; }
  .product-bottom > strong { font-size: 18px; }
  .product-category { font-size: 8px; letter-spacing: 1px; }
  .category-tabs { gap: 7px; margin: 20px 0; }
  .category { font-size: 12px; padding: 10px 13px; }
  .section-heading h2 { font-size: 23px; }
  .section-heading .muted { font-size: 11px; }
  .section-heading { gap: 12px; }
  .site-footer { font-size: 11px; flex-direction: column; gap: 12px; }
  .page-heading { align-items: flex-start; flex-direction: column; }
  .page-heading h1 { font-size: 42px; }
  .stats { gap: 10px; }
  .stat { padding: 16px 12px; }
  .stat > span { font-size: 12px; }
  .stat p { font-size: 11px; }
  .stat > strong { font-size: 48px; }
  .order-grid { grid-template-columns: 1fr; }
  .welcome { padding-top: 30px; }
  .welcome h1 { font-size: clamp(58px, 11vw, 82px); }
  .welcome > .bauhaus-art { position: relative; float: right; width: 100px; height: 100px; top: 10px; right: 0; margin: 0 5px 15px 15px; }
  .welcome > .eyebrow { padding-top: 15px; }
  .welcome .lead { font-size: 16px; }
  .welcome-steps { grid-template-columns: 1fr; margin-top: 35px; }
  .welcome-steps > div { padding: 22px; }
  .welcome-steps > div:nth-child(2) { border: 0; border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
  .welcome-steps b { float: left; margin-right: 22px; font-size: 46px; }
  .welcome-steps h3 { margin: 0 0 6px; font-size: 22px; }
  .settings-section { padding: 22px 18px; }
  .settings-section > .section-heading { align-items: flex-start; flex-wrap: wrap; }
  .settings-section .secondary { font-size: 12px; padding: 10px 12px; }
  .form-grid { grid-template-columns: 1fr; }
  .table-row { grid-template-columns: 1fr 1fr; gap: 15px; }
  .table-row .remove-button { text-align: left; }
  .product-fields { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 15px; }
  .qr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .description-row { grid-template-columns: 1fr; }
  .description-row .remove-button { text-align: left; }
  .receipt { padding: 28px 20px; }
  .receipt h1 { font-size: 36px; }
  .progress-track span { font-size: 11px; }
  .demo { margin: 25px 5%; }
  .login { padding: 25px; margin-top: 25px; }
  .login h1 { font-size: 38px; }
  .test-credentials { padding: 16px; }
}
@media (max-width: 390px) {
  .site-header nav { gap: 12px; font-size: 11px; }
  .brand { font-size: 25px; }
  .site-header .text-button { font-size: 11px; }
  .guest-intro { gap: 12px; }
  .table-ticket { width: 104px; height: 104px; }
  .table-ticket strong { font-size: 32px; }
  .table-ticket > span:nth-of-type(2) { display: none; }
  .product-info h3 { font-size: 17px; }
  .product-bottom { gap: 6px; }
  .quantity { gap: 2px; }
  .quantity button { width: 29px; }
  .section-heading h2 { font-size: 21px; }
  .menu-layout > section > .section-heading .muted { max-width: 55px; text-align: right; }
  .product-image-editor { align-items: flex-start; gap: 12px; }
  .product-image-editor > img, .image-placeholder { width: 66px; height: 66px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  :root, body { background: white; color: black; }
  .no-print, .site-header, .site-footer, .alert { display: none !important; }
  .main-content { padding: 0; }
  .panel { border: 0; padding: 0; box-shadow: none; }
  .qr-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .qr-card { padding: 25px 15px; }
  .qr-card img { width: 180px; }
  .qr-card h2 { font-size: 28px; }
  @page { margin: 15mm; }
}
