.mesa-site {
  --sand: #f7f5ef;
  --forest: #254a3d;
  --ink: #203a36;
  background: var(--sand);
  color: var(--ink);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.mesa-site * {
  box-sizing: border-box;
}
.mesa-site a {
  text-decoration: none;
}
.mesa-site a:focus-visible,
.mesa-site button:focus-visible,
.mesa-site input:focus-visible,
.mesa-site textarea:focus-visible {
  outline: 3px solid #bf642b;
  outline-offset: 4px;
}
.mesa-wrap {
  max-width: 1240px;
  margin: auto;
  padding-left: 48px;
  padding-right: 48px;
}
.mesa-nav {
  max-width: 1360px;
  padding: 30px 48px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.mesa-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}
.mesa-brand svg {
  width: 32px;
  height: 32px;
}
.mesa-brand > span {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 500;
  max-width: 105px;
  border-left: 1px solid #c5ccc0;
  padding-left: 12px;
  margin-left: 6px;
}
.mesa-nav nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.mesa-nav-cta {
  padding: 10px 18px;
  border: 1px solid #bcc6ba;
  border-radius: 5px;
}
.mesa-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  padding-top: 70px;
  padding-bottom: 95px;
  align-items: center;
}
.mesa-eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 24px;
}
.mesa-eyebrow > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6b8066;
  border-radius: 50%;
  margin-right: 8px;
}
.mesa-site h1 {
  font-size: clamp(44px, 5vw, 67px);
  line-height: 1.06;
  letter-spacing: -3px;
  font-weight: 500;
  margin: 0 0 24px;
}
.mesa-site em {
  font-family: Georgia, serif;
  color: #6b805f;
  font-weight: 400;
}
.mesa-intro {
  font-size: 16px;
  line-height: 1.85;
  max-width: 440px;
  color: #5d6b62;
  margin-bottom: 30px;
}
.mesa-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-radius: 5px;
  background: var(--forest);
  color: white;
  padding: 16px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  min-height: 48px;
}
.mesa-button:hover {
  background: #35604e;
}
.mesa-button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.mesa-quiet,
.mesa-form-note {
  font-size: 11px;
  color: #617267;
  margin-top: 16px;
}
.mesa-illustration {
  position: relative;
  padding: 32px 0 32px 24px;
  min-width: 0;
}
.mesa-landscape {
  position: absolute;
  inset: 0 -20px 0 0;
  border-radius: 160px 160px 24px 24px;
  background: linear-gradient(160deg, #e1e4d5 40%, #d1d8c1 40%, #d1d8c1 66%, #bdc7ad 66%);
  transform: rotate(3deg);
}
.mesa-board {
  position: relative;
  background: #fffefa;
  border: 1px solid #d8ded0;
  border-radius: 12px;
  box-shadow: 0 20px 45px #243c3614;
  padding: 23px 28px 18px;
  transform: rotate(-2deg);
  margin-right: 16px;
}
.mesa-board-top {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ebdf;
  font-size: 11px;
}
.mesa-board-top svg {
  width: 23px;
  height: 23px;
}
.mesa-dot {
  margin-left: auto;
  background: #879c74;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.mesa-board-eyebrow {
  font-size: 8px;
  letter-spacing: 1.8px;
  margin: 24px 0 12px;
}
.mesa-board h2 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 22px;
}
.mesa-board ol,
.mesa-process ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mesa-board li {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e6e8de;
  padding: 15px 0;
}
.mesa-board li > span:first-child {
  background: #eef1e6;
  font-size: 9px;
  border-radius: 8px;
  padding: 8px;
}
.mesa-board li > span:last-child {
  margin-left: auto;
}
.mesa-board strong {
  font-size: 12px;
  font-weight: 600;
}
.mesa-board li p {
  font-size: 10px;
  color: #617267;
  margin: 2px 0;
}
.mesa-example {
  font-size: 9px;
  color: #748072;
  margin-top: 14px;
}
.mesa-float {
  position: absolute;
  bottom: 0;
  right: -14px;
  padding: 15px 25px;
  background: #eacba7;
  border: 4px solid var(--sand);
  border-radius: 8px;
  font-size: 12px;
  transform: rotate(4deg);
}
.mesa-float strong {
  font-size: 16px;
}
.mesa-local-strip {
  border-block: 1px solid #dedfd4;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 22px 30px;
}
.mesa-local-strip > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.mesa-local-strip p {
  font-size: 12px;
  margin: 0;
  color: #667466;
}
.mesa-local-strip b {
  font-weight: 400;
  padding: 0 12px;
  color: #a6ac9c;
}
.mesa-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.mesa-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}
.mesa-site h2 {
  font-size: 39px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1.15;
  margin: 0;
}
.mesa-section-heading > p {
  max-width: 340px;
  color: #667466;
  font-size: 14px;
}
.mesa-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 45px;
}
.mesa-services article {
  border-top: 1px solid #c8cdbb;
  padding-top: 25px;
}
.mesa-services article > span {
  font-size: 9px;
  letter-spacing: 1px;
}
.mesa-site h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin: 20px 0 12px;
  letter-spacing: -0.4px;
}
.mesa-services p,
.mesa-process p,
.mesa-conversation > div > p {
  font-size: 14px;
  line-height: 1.8;
  color: #667466;
}
.mesa-process {
  background: #e9ede1;
  padding: 75px 0;
}
.mesa-process > .mesa-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.mesa-process p {
  max-width: 340px;
  margin-top: 25px;
}
.mesa-process li {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #cbd3c2;
  padding: 20px 0;
}
.mesa-process li:first-child {
  padding-top: 0;
}
.mesa-process li > span {
  font-family: Georgia, serif;
  color: #7f9270;
  font-size: 23px;
}
.mesa-process h3 {
  font-size: 17px;
  margin: 0 0 6px;
}
.mesa-process li p {
  margin: 0;
  font-size: 12px;
}
.mesa-conversation {
  padding-top: 95px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}
.mesa-conversation > div > p {
  max-width: 320px;
}
.mesa-contact-note {
  border-left: 2px solid #9eaf8e;
  padding-left: 18px;
  margin-top: 35px;
  max-width: 310px;
}
.mesa-contact-note strong {
  font-size: 12px;
}
.mesa-contact-note p {
  font-size: 11px;
  color: #667466;
}
.mesa-form {
  display: grid;
  gap: 18px;
}
.mesa-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.mesa-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
}
.mesa-form input:not([type='checkbox']),
.mesa-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd1c1;
  border-radius: 4px;
  background: #fffefa;
  color: var(--ink);
  font: inherit;
  font-weight: 400;
}
.mesa-form textarea {
  resize: vertical;
}
.mesa-form .mesa-consent {
  display: flex;
  align-items: flex-start;
  font-size: 11px;
  font-weight: 400;
  gap: 10px;
}
.mesa-consent input {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--forest);
}
.mesa-form-note {
  margin: 0;
}
.mesa-form .mesa-button {
  justify-self: start;
}
.mesa-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mesa-received {
  background: #e9ede1;
  padding: 30px;
  border-radius: 8px;
  align-self: start;
}
.mesa-received > span {
  font-size: 10px;
  letter-spacing: 1px;
}
.mesa-received p {
  font-size: 14px;
}
.mesa-footer {
  border-top: 1px solid #d7dbcd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mesa-footer p,
.mesa-footer > span {
  font-size: 10px;
  color: #667466;
}
.mesa-skip {
  position: absolute;
  left: -10000px;
}
.mesa-skip:focus {
  left: 12px;
  top: 12px;
  background: white;
  padding: 12px;
  z-index: 20;
}
@media (max-width: 900px) {
  .mesa-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
  .mesa-nav {
    padding: 24px 28px;
  }
  .mesa-brand > span {
    display: none;
  }
  .mesa-hero {
    gap: 30px;
  }
  .mesa-site h1 {
    font-size: 48px;
  }
  .mesa-board {
    padding: 20px;
  }
  .mesa-local-strip {
    gap: 16px;
    flex-wrap: wrap;
  }
  .mesa-process > .mesa-wrap,
  .mesa-conversation {
    gap: 40px;
  }
  .mesa-site h2 {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  .mesa-form input:not([type='checkbox']),
  .mesa-form textarea {
    font-size: 16px;
    min-height: 48px;
  }
  .mesa-nav nav > a:not(.mesa-nav-cta) {
    display: none;
  }
  .mesa-nav nav {
    gap: 0;
  }
  .mesa-nav-cta {
    font-size: 12px;
  }
  .mesa-brand {
    font-size: 22px;
  }
  .mesa-hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    padding-bottom: 50px;
    gap: 40px;
  }
  .mesa-site h1 {
    font-size: 49px;
  }
  .mesa-illustration {
    max-width: 410px;
    margin: auto;
    width: 100%;
    padding-left: 10px;
  }
  .mesa-landscape {
    right: 0;
  }
  .mesa-float {
    right: 0;
  }
  .mesa-local-strip {
    text-align: center;
  }
  .mesa-local-strip b {
    padding: 0 4px;
  }
  .mesa-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mesa-section-heading {
    display: block;
  }
  .mesa-services {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }
  .mesa-services article {
    padding-top: 20px;
  }
  .mesa-process {
    padding: 50px 0;
  }
  .mesa-process > .mesa-wrap,
  .mesa-conversation {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .mesa-conversation {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mesa-form-row {
    grid-template-columns: 1fr;
  }
  .mesa-footer {
    flex-wrap: wrap;
  }
  .mesa-footer p {
    display: none;
  }
}

.mesa-hero-secondary { display: block; width: fit-content; margin-top: 18px; font-size: 13px; border-bottom: 1px solid #a8b5a0; }
.mesa-product { border-bottom: 1px solid #d7dbcd; }
.mesa-product-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 48px; align-items: center; }
.mesa-product-switch { display: grid; gap: 8px; }
.mesa-product-switch button { text-align: left; padding: 19px 16px; display: flex; gap: 18px; align-items: center; border: 1px solid #d5dcca; border-radius: 6px; cursor: pointer; }
.mesa-product-switch button > span:first-child { font-size: 10px; color: #6f7e69; }
.mesa-product-switch button > span:last-child { margin-left: auto; }
.mesa-product-switch button[aria-pressed='true'] { background: #254a3d; color: white; border-color: #254a3d; }
.mesa-product-switch button[aria-pressed='true'] > span:first-child { color: #c8d4b9; }
.mesa-product-explanation { min-height: 155px; padding-top: 12px; }
.mesa-product-explanation p, .mesa-fit > div > p:not(.mesa-eyebrow) { font-size: 14px; color: #667466; line-height: 1.8; }
.mesa-text-link { display: inline-block; font-size: 13px; padding: 12px 0; border-bottom: 1px solid #97a58a; cursor: pointer; }
.mesa-product-screen { background: #fffefa; border: 1px solid #cad3bf; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px #243c3610; }
.mesa-screen-bar { display: flex; gap: 9px; align-items: center; padding: 16px 20px; background: #e7ecdf; font-size: 8px; letter-spacing: 1px; }
.mesa-screen-bar > span:last-child { margin-left: auto; letter-spacing: 0; }
.mesa-screen-dot { width: 7px; height: 7px; border-radius: 50%; background: #809672; }
.mesa-sample-store, .mesa-sample-workspace { min-height: 410px; padding: 36px; }
.mesa-sample-store { background: radial-gradient(ellipse at 100% 0%, #d6dfc0, transparent 65%), #f3f1e6; }
.mesa-sample-store h3 { font: 42px/1.05 Georgia, serif; margin: 0 0 16px; }
.mesa-sample-store > p:not(.mesa-eyebrow), .mesa-sample-meal p, .mesa-sample-person p { font-size: 12px; color: #667466; }
.mesa-sample-meal { display: flex; gap: 15px; align-items: center; margin: 25px 0; padding-block: 20px; border-block: 1px solid #cbd4bd; }
.mesa-sample-meal > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #dce4ce; font: 20px Georgia, serif; }
.mesa-sample-meal strong, .mesa-sample-person strong { font-size: 14px; }
.mesa-sample-workspace h3 { margin-top: 0; font-size: 27px; }
.mesa-sample-order { padding: 22px; border: 1px solid #dce2d2; border-radius: 8px; margin: 24px 0 18px; font-size: 12px; }
.mesa-sample-order > div { display: flex; gap: 12px; flex-wrap: wrap; justify-content: space-between; }
.mesa-sample-status { color: #695025; background: #f2e7cc; font-size: 10px; padding: 3px 7px; border-radius: 4px; }
.mesa-sample-order > p { margin: 12px 0; color: #667466; }
.mesa-sample-order dl > div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e8ebdf; padding-top: 12px; margin-top: 12px; }
.mesa-sample-order dt { color: #667466; }
.mesa-sample-order dd { text-align: right; }
.mesa-sample-person { display: flex; gap: 13px; align-items: center; margin-top: 25px; }
.mesa-sample-person > span { background: #e4ebd7; padding: 12px; border-radius: 50%; font-size: 12px; }
.mesa-sample-caption, .mesa-demo-disclosure { font-size: 10px; color: #667466; }
.mesa-demo-disclosure { padding: 14px 20px; border-top: 1px solid #dce2d2; margin: 0; }
.mesa-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-bottom: 1px solid #d7dbcd; }
.mesa-fit > div > p:not(.mesa-eyebrow) { margin-block: 25px; max-width: 410px; }
.mesa-questions details { border-bottom: 1px solid #cdd5c0; padding: 20px 0; }
.mesa-questions summary { font-size: 15px; cursor: pointer; }
.mesa-questions p { font-size: 13px; color: #667466; padding-top: 14px; }
@media (max-width: 850px) { .mesa-product-layout { gap: 30px; } .mesa-sample-store, .mesa-sample-workspace { padding: 26px; } }
@media (max-width: 650px) { .mesa-product-layout, .mesa-fit { grid-template-columns: 1fr; gap: 30px; } .mesa-product-explanation { min-height: 0; margin-bottom: 12px; } .mesa-sample-store, .mesa-sample-workspace { min-height: 390px; padding: 24px; } .mesa-screen-bar { padding-inline: 15px; font-size: 7px; } .mesa-sample-order { padding: 15px; } }

html{scroll-behavior:smooth}body{margin:0}a{color:inherit}button,input,textarea{font:inherit}p{margin-top:0}h1,h2,h3{overflow-wrap:break-word}.mesa-form{display:grid;gap:18px;padding:30px;background:#fffefa;border:1px solid #d8ded0;border-radius:12px}.mesa-form label{display:grid;gap:7px;font-size:13px}.mesa-form input:not([type=checkbox]),.mesa-form textarea{width:100%;padding:12px;border:1px solid #c4cdbf;border-radius:5px;background:#fff;font-size:16px;color:#203a36}.mesa-form .consent{display:flex;align-items:flex-start;gap:12px;font-size:12px}.consent input{margin-top:5px;min-width:18px;min-height:18px}.consent a,.policy a{text-decoration:underline}.example-card{margin-top:22px;padding:20px;background:#e9eddf;border-radius:8px}.example-card p{margin:12px 0}.example-card span{font-size:12px}.offer-price{font-size:36px!important;font-weight:600;line-height:1.2!important;margin-top:28px}.offer-price span{font-size:22px;font-weight:400}.mesa-questions ul{padding-left:22px;color:#53645a;font-size:14px;line-height:1.7}.mesa-questions li{margin:12px 0}.policy{max-width:850px;min-height:65vh}.policy h2{font-size:26px;margin:32px 0 18px}.policy h1{margin-bottom:30px}.mesa-footer a{font-size:13px}.mesa-footer .mesa-brand{font-size:24px}.mesa-form button{justify-content:space-between}.mesa-hero-secondary{display:block;margin-top:18px}@media(max-width:600px){.mesa-form{padding:22px}.mesa-nav{padding:24px}.mesa-nav nav{gap:14px}.mesa-nav nav a:first-child{display:none}.mesa-nav-cta{padding:8px 10px}.mesa-brand{font-size:22px}.mesa-footer{flex-wrap:wrap;gap:20px}.mesa-conversation{padding-bottom:55px}.offer-price{font-size:32px!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
