.customer-order-pad {
  --order-ink: var(--ink, #1d2529); --order-trellis: var(--trellis, #405764);
  --order-living: var(--living, #256b4a); --order-paper: var(--paper, #fffdf7);
  max-width: 68rem; margin-inline: auto; padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid #b7c3c8; border-radius: 1.4rem; color: var(--order-ink); background: var(--order-paper);
}
.customer-order-pad h2, .customer-order-pad h3 { margin-block: 0 .45rem; }
.order-eyebrow { margin: 0 0 .35rem; color: var(--order-trellis); font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.order-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .8fr); gap: 1.25rem; align-items: start; }
.order-menu { display: grid; gap: .75rem; }
.order-offering { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border: 1px solid #ccd4d7; border-radius: 1rem; background: #fff; }
.order-offering p { margin: .2rem 0; }
.order-price { color: #5a666b; font-size: .9rem; }
.customer-order-pad button { min-height: 2.75rem; padding: .55rem .9rem; border: 1px solid var(--order-trellis); border-radius: .7rem; color: #fff; background: var(--order-trellis); font: inherit; font-weight: 800; cursor: pointer; }
.customer-order-pad button:focus-visible, .customer-order-pad input:focus-visible, .customer-order-pad textarea:focus-visible { outline: 3px solid #b51f2a; outline-offset: 2px; }
.customer-order-pad button:disabled { cursor: not-allowed; opacity: .55; }
.order-basket { position: sticky; top: 1rem; padding: 1rem; border: 2px solid var(--order-trellis); border-radius: 1rem; background: #fff8e7; }
.order-basket ol { display: grid; gap: .8rem; padding: 0; list-style: none; }
.order-line { display: grid; grid-template-columns: 1fr auto; gap: .55rem; padding-block: .75rem; border-bottom: 1px solid #ccd4d7; }
.order-line fieldset { margin-top: .45rem; border: 0; padding: 0; }
.order-line fieldset label { display: block; min-height: 2rem; }
.order-row-key { display: block; color: #5a666b; font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.order-line textarea { display: block; width: 100%; margin-top: .35rem; padding: .55rem; resize: vertical; font: inherit; }
.order-line .order-remove { grid-column: 1 / -1; justify-self: start; color: #8b1520; background: transparent; border-color: #8b1520; }
.order-entry-gate { max-width: 38rem; margin: 1.25rem auto 0; padding: 1.25rem; border: 2px solid var(--order-trellis); border-radius: 1rem; background: #fff8e7; }
.order-entry-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.order-location-proposal, .order-locked { margin-top: 1rem; padding: 1rem; border: 2px solid var(--order-living); border-radius: .9rem; background: #e7f5ec; }
.order-fulfillment-summary, .order-confirmed-location { font-weight: 800; }
.order-note { display: grid; gap: .35rem; margin-block: 1rem; font-weight: 750; }
.order-note textarea { width: 100%; resize: vertical; padding: .65rem; font: inherit; }
.order-review { margin-top: 1rem; padding: 1rem; border: 2px solid var(--order-living); border-radius: 1rem; background: #e7f5ec; }
.order-review button { background: var(--order-living); border-color: var(--order-living); }
.order-total { font-size: 1.25rem; font-weight: 900; }
.order-result { min-height: 1.5rem; margin-bottom: 0; font-weight: 750; }
.order-empty { color: #5a666b; }
@media (max-width: 46rem) { .order-layout { grid-template-columns: 1fr; } .order-basket { position: static; } .order-offering { align-items: start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .customer-order-pad *, .customer-order-pad *::before, .customer-order-pad *::after { scroll-behavior: auto !important; transition: none !important; } }
