@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-bold.ttf") format("truetype");
  font-weight: 700 900;
  font-display: swap;
}
:root {
  --forest: #02501c;
  --ink: #123b22;
  --lime: #b7ef64;
  --paper: #f9faf4;
  --muted: #607264;
  --line: #dae2d5;
  --soft: #edf2e5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #ea9d34;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
img,
svg {
  max-width: 100%;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 112px);
}
.section {
  padding-top: 108px;
  padding-bottom: 108px;
}
.hero-wrap {
  background: var(--forest);
  color: var(--paper);
  overflow: hidden;
}
.header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff24;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img {
  width: 182px;
  height: auto;
}
.header nav {
  display: flex;
  gap: 36px;
  align-items: center;
  font-size: 13px;
}
.nav-entry {
  border: 1px solid #ffffff66;
  padding: 12px 20px;
  border-radius: 100px;
}
.nav-entry span {
  margin-left: 20px;
}
.header a:hover {
  color: var(--lime);
}
.hero {
  min-height: 662px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 60px 0 74px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.light {
  color: #d1e6ce;
}
.small-star {
  color: var(--lime);
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
h1 {
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 1.05;
  letter-spacing: -0.065em;
  margin: 0 0 26px;
  font-weight: 800;
}
h1 span {
  color: var(--lime);
}
.intro {
  font-size: 19px;
  line-height: 1.7;
  color: #dbe7d5;
  margin: 0 0 34px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 19px 24px;
  border-radius: 100px;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.lime {
  background: var(--lime);
  color: var(--ink);
}
.lime:hover {
  background: #cefa96;
}
.forest {
  background: var(--forest);
  color: white;
}
.forest:hover {
  background: #0b6530;
}
.text-link {
  font-size: 12px;
  border-bottom: 1px solid #ffffff50;
  padding-bottom: 6px;
}
.text-link span {
  margin-left: 10px;
}
.preview-note {
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #b8d0b8;
  margin-top: 22px;
}
.hero-art {
  position: relative;
  aspect-ratio: 1/1;
  min-width: 0;
  isolation: isolate;
}
.plate {
  width: 88%;
  aspect-ratio: 1;
  position: absolute;
  top: 2%;
  left: 7%;
  border-radius: 50%;
  background: #eeeee0;
  box-shadow:
    inset 0 0 0 12px #fdfcf0,
    inset 0 0 0 15px #dadbca,
    18px 28px 40px #001b2545;
  transform: rotate(-18deg);
  display: grid;
  place-items: center;
}
.pizza {
  width: 89%;
  filter: drop-shadow(2px 5px 3px #55350c55);
}
.orbit-label {
  position: absolute;
  top: -5%;
  left: 24%;
  transform: rotate(7deg);
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: #b8d0b8;
}
.share-sticker {
  position: absolute;
  right: -2%;
  bottom: 7%;
  background: #fbfaee;
  color: var(--ink);
  padding: 25px 27px 22px;
  width: 207px;
  transform: rotate(8deg);
  box-shadow: 0 10px 30px #00180630;
  border-radius: 4px 4px 22px 4px;
}
.share-sticker > span:first-child {
  font-size: 13px;
}
.share-sticker strong {
  display: block;
  font-size: 51px;
  letter-spacing: -0.05em;
  margin: 1px 0 13px;
}
.share-sticker strong span {
  font-size: 27px;
}
.sticker-check {
  display: block;
  font-size: 9px;
  border-top: 1px dashed #819678;
  padding-top: 12px;
}
.table-pill {
  position: absolute;
  bottom: -5%;
  left: 3%;
  background: var(--lime);
  color: var(--ink);
  padding: 10px 20px 10px 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  box-shadow: 0 7px 20px #00180618;
  transform: rotate(-5deg);
}
.avatars {
  display: flex;
  padding-right: 5px;
}
.avatars b {
  display: grid;
  place-items: center;
  border: 2px solid var(--lime);
  margin-right: -6px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #f6d9ae;
  font-size: 9px;
}
.avatars b:nth-child(2) {
  background: #e5bfb1;
}
.avatars b:nth-child(3) {
  background: #bdd5dc;
}
.sparkle {
  position: absolute;
  color: var(--lime);
}
.sparkle-one {
  font-size: 64px;
  left: 0;
  top: 0;
  transform: rotate(15deg);
}
.sparkle-two {
  font-size: 36px;
  right: -5%;
  top: 42%;
}
.hero-footer {
  border-top: 1px solid #ffffff24;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #bdd5ba;
}
.hero-footer a {
  letter-spacing: 0;
  font-size: 11px;
}
.hero-footer a span {
  margin-left: 20px;
}
.section-heading {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 65px;
}
h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.13;
  letter-spacing: -0.05em;
  margin: 0 0 24px;
  font-weight: 800;
}
.section-heading > p:last-child,
.demo-copy > p,
.restaurant-copy > p:not(.eyebrow):not(.small-note) {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.step-num {
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.step-art {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px 0 24px;
  border-radius: 16px;
  background: #edf1e6;
}
.steps h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin: 0 0 13px;
}
.steps p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 305px;
  margin: 0;
}
.qr-art > span {
  font-size: 105px;
  line-height: 1;
  transform: rotate(-9deg);
  color: var(--forest);
}
.qr-art i {
  font-size: 10px;
  font-style: normal;
  background: white;
  border: 1px solid var(--line);
  padding: 10px 17px;
  border-radius: 100px;
  position: absolute;
  bottom: 22px;
  right: 15%;
  transform: rotate(5deg);
}
.chips-art {
  flex-direction: column;
  gap: 8px;
}
.chips-art > span {
  width: 158px;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  background: white;
  border: 1px solid #d5dfce;
  border-radius: 7px;
  font-size: 12px;
  transform: rotate(-5deg);
}
.chips-art > span:last-child {
  transform: rotate(4deg);
  margin-left: 30px;
}
.chips-art b {
  color: var(--forest);
}
.paid-art {
  align-items: flex-start;
  flex-direction: column;
  padding: 27px 34px;
}
.paid-art > span {
  font-size: 8px;
  letter-spacing: 0.15em;
}
.paid-art strong {
  font-size: 24px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 7px 0 20px;
}
.paid-art b {
  font-size: 14px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--lime);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}
.paid-art > div {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #52c93f;
}
.demo-section {
  background: #e8efdf;
}
.demo-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.demo-copy > p:not(.eyebrow) {
  max-width: 320px;
}
.demo-hint {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 35px 0;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
}
.demo-hint > span {
  font-size: 38px;
}
.demo-copy .demo-disclaimer {
  font-size: 11px;
  line-height: 1.8;
}
.demo-card {
  background: #fffef8;
  border: 1px solid #d2ddc8;
  padding: 30px;
  border-radius: 22px;
  box-shadow: 0 20px 50px #46672f0c;
  max-width: 480px;
  width: 100%;
  justify-self: end;
}
.demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.demo-top .eyebrow {
  font-size: 8px;
  margin-bottom: 6px;
}
.demo-top h3 {
  font-size: 23px;
  margin: 0;
  letter-spacing: -0.04em;
}
.tag {
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.food-row {
  display: flex;
  align-items: center;
  gap: 13px;
}
.food-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #f4f0df;
  font-size: 25px;
  border-radius: 12px;
}
.food-row h4 {
  font-size: 13px;
  margin: 0 0 5px;
}
.food-row p {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.food-price {
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
}
.slice-field {
  padding: 0;
  margin: 22px 0;
  border: 0;
}
.slice-field legend {
  font-size: 10px;
  margin-bottom: 10px;
}
.slice-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.slice-buttons button {
  padding: 12px 0;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 9px;
  font-size: 11px;
  color: var(--ink);
}
.slice-buttons button[aria-pressed="true"] {
  background: var(--forest);
  color: white;
  border-color: var(--forest);
}
.slice-buttons button:hover:not(:disabled) {
  border-color: var(--forest);
}
.lemonade {
  padding: 19px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.glass-toggle {
  border: 1px solid var(--line);
  background: transparent;
  padding: 9px;
  border-radius: 9px;
  font-size: 10px;
  line-height: 1.5;
  color: var(--ink);
  margin-left: auto;
  white-space: nowrap;
}
.glass-toggle span {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.glass-toggle[aria-pressed="true"] {
  background: var(--lime);
  border-color: #9bbc67;
}
.your-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
.your-share > span {
  font-size: 13px;
}
.your-share strong {
  font-size: 32px;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.demo-pay {
  width: 100%;
  border-radius: 11px;
  padding: 16px 20px;
  font-size: 12px;
}
.demo-pay:disabled {
  background: #e3efd5;
  color: var(--forest);
  transform: none;
}
.table-progress {
  margin-top: 24px;
}
.table-progress > div {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  align-items: center;
}
.table-progress strong {
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
progress {
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
  height: 7px;
  border-radius: 10px;
  margin: 11px 0 12px;
  background: #e9eddf;
  overflow: hidden;
}
progress::-webkit-progress-bar {
  background: #e9eddf;
  border-radius: 10px;
}
progress::-webkit-progress-value {
  background: #52c93f;
  border-radius: 10px;
}
progress::-moz-progress-bar {
  background: #52c93f;
  border-radius: 10px;
}
.table-progress p {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
  min-height: 32px;
}
.reset-demo {
  padding: 0;
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid #a6b798;
  color: var(--forest);
  background: none;
  font-size: 11px;
}
.restaurant-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.restaurant-visual {
  background: #edddc3;
  border-radius: 22px;
  min-height: 460px;
  display: grid;
  place-items: center;
  position: relative;
  padding: 25px;
}
.restaurant-window {
  width: 100%;
  background: #fffef8;
  border-radius: 13px;
  padding: 25px;
  box-shadow: 0 20px 35px #765d3020;
  transform: rotate(-5deg);
}
.window-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.mini-wordmark {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.window-head .tag {
  font-size: 7px;
}
.restaurant-window > .eyebrow {
  font-size: 8px;
  margin-bottom: 12px;
}
.restaurant-window h3 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
}
.table-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.table-tiles > div {
  padding: 17px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.table-tiles > div.settled-tile {
  background: #e6f0d4;
  border-color: #cfdfa9;
}
.table-tiles span {
  display: block;
  font-size: 10px;
}
.table-tiles strong {
  display: block;
  font-size: 20px;
  margin: 8px 0 17px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.table-tiles strong b {
  font-size: 13px;
}
.table-tiles small {
  font-size: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #458634;
}
.dot.amber {
  background: #d2943c;
}
.window-line {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 17px;
  font-size: 7px;
}
.window-line > span {
  color: var(--muted);
}
.restaurant-badge {
  position: absolute;
  right: -24px;
  bottom: 24px;
  background: var(--lime);
  padding: 19px 23px;
  transform: rotate(8deg);
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
}
.benefits {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.benefits li {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.benefits li > span {
  font-size: 10px;
  color: #79906f;
  padding-top: 3px;
}
.benefits h3 {
  font-size: 13px;
  margin: 0 0 6px;
}
.benefits p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.small-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 13px;
}
.faq-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 90px;
}
.questions details {
  border-bottom: 1px solid var(--line);
}
.questions details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  list-style: none;
  padding: 24px 30px 24px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 21px;
  top: 19px;
  font-weight: 400;
}
details[open] summary:after {
  content: "−";
}
.questions p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 30px 24px 0;
}
.closing {
  background: var(--forest);
  color: var(--paper);
  padding: 73px 0 80px;
  text-align: center;
}
.closing .wrap > span {
  color: var(--lime);
  font-size: 49px;
  display: block;
  margin-bottom: 20px;
}
.closing .eyebrow {
  font-size: 9px;
  margin-bottom: 17px;
}
.closing h2 {
  font-size: clamp(36px, 4.7vw, 62px);
  margin-bottom: 30px;
}
.closing p:last-child {
  font-size: 10px;
  color: #bbd2b4;
  margin-top: 20px;
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 35px;
  align-items: center;
  padding: 43px 0 25px;
}
.footer-brand {
  font-size: 20px;
  letter-spacing: 0.13em;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-brand span {
  color: #49a539;
}
.footer > span {
  font-size: 11px;
  color: var(--muted);
}
.footer nav {
  display: flex;
  gap: 24px;
  justify-content: end;
  font-size: 10px;
}
.footer small {
  grid-column: 1/-1;
  font-size: 9px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  background: white;
  color: var(--ink);
  padding: 15px;
  z-index: 20;
}
.skip:focus {
  top: 10px;
}
.legal {
  max-width: 720px;
  padding: 70px 0;
}
.legal h1 {
  font-size: 47px;
}
.legal h2 {
  font-size: 24px;
  margin-top: 35px;
}
.legal p {
  line-height: 1.9;
  font-size: 15px;
  color: var(--muted);
}
.legal a {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 730px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 590px;
    gap: 25px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .intro {
    font-size: 17px;
  }
  .share-sticker {
    width: 170px;
    padding: 19px;
  }
  .share-sticker strong {
    font-size: 42px;
  }
  .sticker-check {
    font-size: 8px;
  }
  .steps {
    gap: 28px;
  }
  .demo-layout,
  .restaurant-section {
    gap: 55px;
  }
  .restaurant-visual {
    padding: 20px;
    min-height: 425px;
  }
  .restaurant-window {
    padding: 20px;
  }
  .table-tiles strong {
    font-size: 17px;
  }
  .footer {
    grid-template-columns: 1fr 1.3fr;
  }
  .footer > span {
    display: none;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 84px;
  }
  .brand img {
    width: 139px;
  }
  .header nav {
    gap: 0;
  }
  .header nav > a:not(.nav-entry) {
    display: none;
  }
  .nav-entry {
    padding: 10px 16px;
    font-size: 11px;
  }
  .nav-entry span {
    margin-left: 12px;
  }
  .hero {
    padding: 42px 0 50px;
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .hero-copy {
    max-width: 520px;
  }
  .hero .eyebrow {
    font-size: 8px;
    margin-bottom: 22px;
    letter-spacing: 0.12em;
  }
  .hero h1 {
    font-size: clamp(47px, 9.7vw, 68px);
    line-height: 1.06;
    margin-bottom: 22px;
    letter-spacing: -0.055em;
  }
  .intro {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 26px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding: 16px 19px;
    font-size: 11px;
    gap: 23px;
  }
  .text-link {
    font-size: 10px;
  }
  .preview-note {
    font-size: 9px;
    margin-top: 19px;
  }
  .hero-art {
    width: 90%;
    max-width: 420px;
    justify-self: center;
    margin: 0 0 35px;
    aspect-ratio: 1.05;
  }
  .orbit-label {
    font-size: 8px;
  }
  .share-sticker {
    right: -5%;
    bottom: 1%;
    width: 162px;
    transform: rotate(8deg);
  }
  .share-sticker > span:first-child {
    font-size: 11px;
  }
  .share-sticker strong {
    font-size: 39px;
  }
  .table-pill {
    bottom: -8%;
    left: 0;
    font-size: 9px;
    gap: 10px;
    padding-right: 14px;
  }
  .avatars b {
    width: 27px;
    height: 27px;
  }
  .sparkle-one {
    font-size: 49px;
  }
  .sparkle-two {
    font-size: 29px;
  }
  .hero-footer {
    padding: 21px 0;
    font-size: 7px;
    letter-spacing: 0.05em;
  }
  .hero-footer a {
    font-size: 9px;
  }
  .hero-footer a span {
    margin-left: 5px;
  }
  .section {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 38px;
    letter-spacing: -0.045em;
  }
  .section-heading {
    margin-bottom: 38px;
    text-align: left;
  }
  .section-heading > p:last-child,
  .demo-copy > p,
  .restaurant-copy > p:not(.eyebrow):not(.small-note) {
    font-size: 13px;
  }
  .desktop-break {
    display: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 106px 1fr;
    column-gap: 23px;
    align-items: start;
  }
  .step-num {
    grid-column: 2;
    font-size: 8px;
    margin-bottom: 8px;
  }
  .step-art {
    grid-column: 1;
    grid-row: 1/4;
    height: 116px;
    margin: 0;
  }
  .steps h3 {
    font-size: 17px;
    margin-bottom: 9px;
  }
  .steps p {
    font-size: 11px;
    grid-column: 2;
    line-height: 1.75;
  }
  .qr-art > span {
    font-size: 74px;
  }
  .qr-art i {
    font-size: 7px;
    padding: 6px 8px;
    right: -7px;
    bottom: 15px;
    white-space: nowrap;
  }
  .chips-art > span {
    width: 98px;
    font-size: 8px;
    padding: 8px;
  }
  .chips-art > span:last-child {
    margin-left: 0;
  }
  .paid-art {
    padding: 13px 12px;
  }
  .paid-art > span {
    font-size: 6px;
  }
  .paid-art strong {
    font-size: 15px;
    display: block;
    margin: 8px 0;
  }
  .paid-art b {
    display: inline-grid;
    width: 17px;
    height: 17px;
    font-size: 10px;
    margin-top: 4px;
  }
  .paid-art > div {
    height: 4px;
  }
  .demo-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .demo-copy h2 br:nth-child(2) {
    display: none;
  }
  .demo-copy h2 {
    margin-bottom: 17px;
  }
  .demo-copy > p:not(.eyebrow) {
    max-width: 360px;
  }
  .demo-hint {
    margin: 17px 0;
    font-size: 12px;
  }
  .demo-hint > span {
    transform: rotate(90deg);
    font-size: 29px;
  }
  .demo-copy .demo-disclaimer {
    font-size: 9px;
    margin-bottom: 0;
  }
  .demo-card {
    justify-self: center;
    padding: 24px 20px;
    border-radius: 17px;
  }
  .demo-top h3 {
    font-size: 22px;
  }
  .demo-top {
    margin-bottom: 23px;
  }
  .food-row {
    gap: 10px;
  }
  .food-row h4 {
    font-size: 12px;
  }
  .food-row p {
    font-size: 9px;
  }
  .glass-toggle {
    padding: 8px;
    font-size: 9px;
  }
  .food-icon {
    width: 40px;
    height: 40px;
    font-size: 23px;
    flex-shrink: 0;
  }
  .slice-buttons button {
    font-size: 10px;
  }
  .restaurant-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .restaurant-visual {
    min-height: 350px;
    padding: 28px;
    max-width: 460px;
    width: 100%;
    justify-self: center;
  }
  .restaurant-window {
    padding: 23px;
  }
  .restaurant-badge {
    right: -4px;
    bottom: 8px;
    font-size: 11px;
    padding: 13px 19px;
  }
  .window-head {
    margin-bottom: 25px;
  }
  .restaurant-window h3 {
    font-size: 25px;
  }
  .table-tiles strong {
    font-size: 18px;
  }
  .restaurant-copy h2 {
    font-size: 38px;
  }
  .benefits {
    margin: 20px 0 25px;
  }
  .restaurant-copy > .button {
    font-size: 12px;
    padding: 17px 21px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section h2 {
    font-size: 35px;
  }
  .questions summary {
    font-size: 12px;
    padding: 21px 25px 21px 0;
  }
  .questions p {
    font-size: 12px;
    margin-right: 10px;
  }
  .closing {
    padding: 57px 0 62px;
  }
  .closing h2 {
    font-size: 38px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .closing .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .closing .button {
    font-size: 12px;
  }
  .footer {
    gap: 27px;
    grid-template-columns: 1fr;
    padding-top: 33px;
  }
  .footer-brand {
    font-size: 21px;
  }
  .footer nav {
    justify-content: start;
    font-size: 11px;
    gap: 28px;
  }
  .footer small {
    font-size: 8px;
    padding-top: 18px;
  }
  .legal {
    padding: 50px 0;
  }
  .legal h1 {
    font-size: 38px;
  }
  .legal p {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
