:root {
  color-scheme: light;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: #203d36;
  background: #f6f5ee;
  font-synthesis: none;
  line-height: 1.6;
  --host-accent: #245e4e;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
.site-header, main, footer { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 26px; border-bottom: 1px solid #d7ddd4; }
.wordmark { font: 600 27px Georgia, serif; text-decoration: none; }
.wordmark span { display: block; margin-top: 4px; font: 500 11px "Avenir Next", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.test-label, .small-label { font-size: 12px; font-weight: 600; }
.test-label { padding: 8px 12px; border: 1px solid #cbd6cb; border-radius: 4px; }
.intro { max-width: 720px; padding: 58px 0 30px; }
.eyebrow { font-size: 11px; letter-spacing: .14em; font-weight: 700; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.15; }
h1 { margin: 16px 0; font-size: clamp(38px, 6vw, 62px); letter-spacing: -.035em; }
h2 { margin: 0 0 20px; font-size: 24px; }
.description { font-size: 17px; color: #566b60; }
.setup { padding: 26px; border: 1px solid #d7ddd4; border-radius: 6px; background: #fffef9; }
.acceptance-controls { margin-top: 24px; padding: 26px; border: 1px solid #d6bb83; border-radius: 6px; background: #fff9eb; }
.acceptance-controls h2 { margin-bottom: 12px; }
.pause-control { display: flex; align-items: center; gap: 12px; margin: 18px 0 10px; cursor: pointer; }
.pause-control input { flex: 0 0 20px; width: 20px; min-height: 20px; height: 20px; margin: 0; padding: 0; accent-color: var(--host-accent); }
.acceptance-controls .status { margin-bottom: 0; padding-bottom: 0; color: #6c5426; }
label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }
.form-row { display: flex; gap: 12px; }
input, button { font: inherit; border-radius: 4px; min-height: 48px; }
input { width: 100%; min-width: 0; padding: 10px 13px; border: 1px solid #b4c3b8; background: white; color: inherit; }
button { flex-shrink: 0; padding: 10px 18px; border: 1px solid var(--host-accent); color: white; background: var(--host-accent); cursor: pointer; font-weight: 600; }
button:hover { background: #194a3c; }
:focus-visible { outline: 3px solid #d59638; outline-offset: 3px; }
input[aria-invalid="true"] { border-color: #a1352d; }
.hint, .error, .status { font-size: 13px; }
.hint { margin-bottom: 0; color: #596d62; }
.error { color: #a1352d; font-weight: 600; }
code { font-size: .95em; }
.ordering { margin-block: 40px 60px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.section-heading h2 { margin-bottom: 8px; }
.small-label { color: #64776c; }
.status { margin-top: 4px; padding-bottom: 18px; color: #64776c; }
#ordering-mount { color: #203d36; background: #fffef9; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
footer { border-top: 1px solid #d7ddd4; padding-block: 24px; color: #64776c; font-size: 12px; }
@media (max-width: 620px) {
  .site-header, main, footer { width: calc(100% - 32px); }
  .site-header { align-items: flex-start; flex-direction: column; gap: 16px; }
  .intro { padding-top: 36px; }
  .setup, .acceptance-controls { padding: 20px; }
  .form-row, .section-heading { flex-direction: column; align-items: stretch; }
  .section-heading { gap: 0; }
  button { width: 100%; }
}
