:root {
  color-scheme: light;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: #263d31;
  background: #faf8f1;
  line-height: 1.6;
  --host-accent: #355b44;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
main,
.site-header,
.site-footer {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 27px;
  border-bottom: 1px solid #d8ddd0;
}
.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: -0.04em;
}
.wordmark span {
  font:
    10px "Avenir Next",
    Avenir,
    "Segoe UI",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.order-link {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-block: 8px;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
}
h1 {
  margin: 22px 0;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -0.045em;
}
h1 em {
  font-weight: 400;
  color: #6c795b;
}
h2 {
  margin: 12px 0 0;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -0.025em;
}
.eyebrow {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
}
.intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 40px;
  padding-block: 74px;
}
.description {
  margin: 0 0 30px;
  color: #616f61;
  font-size: 16px;
}
.intro-link {
  display: inline-flex;
  gap: 28px;
  padding-bottom: 6px;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #a5af9b;
}
.table-setting {
  display: grid;
  place-items: center;
  min-height: 340px;
  background:
    repeating-linear-gradient(90deg, transparent 0 34px, #a7ae8522 34px 35px),
    repeating-linear-gradient(0deg, transparent 0 34px, #a7ae8522 34px 35px), #e7ead9;
  border-radius: 48% 48% 6px 6px;
}
.plate {
  display: grid;
  place-items: center;
  width: 235px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 22px solid #f9f8ee;
  background: #f5f4e8;
  box-shadow:
    0 16px 35px #3648271c,
    inset 0 0 0 1px #dedfcb;
  outline: 1px solid #e4e4d5;
  outline-offset: -10px;
}
.plate span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 42px;
  color: #839071;
}
.ordering {
  border-top: 1px solid #d8ddd0;
  padding-block: 38px 80px;
  scroll-margin-top: 28px;
}
.section-heading {
  margin-bottom: 30px;
}
.status {
  padding: 24px;
  border: 1px solid #d8ddd0;
  border-radius: 4px;
  color: #606d60;
  background: #f3f3e9;
}
#ordering-mount {
  color: #263d31;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
/* Ordinary merchant form styles intentionally reach native embed controls. */
label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
}
input,
button,
select,
textarea {
  font: inherit;
  border-radius: 4px;
  min-height: 46px;
}
input,
select,
textarea {
  width: 100%;
  min-width: 0;
  padding: 10px 13px;
  border: 1px solid #b7c1b0;
  background: #fffef9;
  color: inherit;
}
button {
  flex-shrink: 0;
  padding: 10px 18px;
  border: 1px solid var(--host-accent);
  color: #fffef9;
  background: var(--host-accent);
  cursor: pointer;
  font-weight: 600;
}
button:hover {
  background: #264631;
}
:focus-visible {
  outline: 3px solid #8c642c;
  outline-offset: 4px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  border-top: 1px solid #d8ddd0;
  padding-block: 28px;
}
.site-footer p {
  font-size: 12px;
  color: #6a7565;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  padding: 12px 20px;
  background: #fffef9;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
@media (max-width: 620px) {
  main,
  .site-header,
  .site-footer {
    width: calc(100% - 36px);
  }
  .site-header {
    padding-block: 20px;
    gap: 16px;
  }
  .wordmark {
    font-size: 23px;
    gap: 6px;
  }
  .wordmark span {
    font-size: 8px;
  }
  .order-link {
    gap: 12px;
    font-size: 12px;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 40px;
  }
  .table-setting {
    min-height: 240px;
    border-radius: 42% 42% 6px 6px;
  }
  .plate {
    width: 180px;
    border-width: 18px;
  }
  .plate span {
    font-size: 34px;
  }
  button {
    width: 100%;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
