:root {
  color-scheme: light;
  --ink: #1a1d17;
  --muted: #676b62;
  --line: #e0e3dc;
  --accent: #293c20;
  --lime: #d0f267;
  --danger: #ac3737;
  color: var(--ink);
  background: #fff;
  font-family: "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .4; }
button, input, select { min-height: 44px; }
button { border: 1px solid var(--line); border-radius: 4px; padding: 8px 14px; background: white; color: var(--ink); font-size: .875rem; font-weight: 650; }
button:hover:not(:disabled) { border-color: var(--ink); background: #f3f5ee; }
:focus-visible { outline: 3px solid #638f22; outline-offset: 4px; }
input, select, textarea { width: 100%; min-width: 0; border: 1px solid #bcc1b5; border-radius: 4px; background: white; color: var(--ink); padding: 10px 12px; }
textarea { resize: vertical; }
label { display: grid; gap: 8px; font-size: .875rem; font-weight: 600; }
input:focus, textarea:focus, select:focus { border-color: var(--ink); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 30; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
.announcement { padding: 10px 20px; background: #1c2118; color: #e7eddc; text-align: center; font-size: .75rem; font-weight: 650; letter-spacing: .14em; }
.announcement span { padding: 0 12px; color: var(--lime); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1488px; margin: auto; padding: 22px 40px; }
.brand-lockup { display: flex; gap: 9px; align-items: center; text-decoration: none; }
.brand-mark { font-size: 3.4rem; line-height: 1; color: #51702e; }
.brand-name { display: grid; font-size: 1.3rem; font-weight: 900; line-height: .92; letter-spacing: -.07em; }
.brand-name > span { letter-spacing: .022em; font-size: 1.13rem; margin-top: 4px; }
.main-nav { display: flex; gap: 32px; }
.main-nav a { display: grid; align-items: center; min-height: 44px; text-decoration: none; font-size: .875rem; font-weight: 600; color: var(--muted); }
.main-nav a.active, .main-nav a:hover { color: var(--ink); }
.nav-sheet { display: flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; font-size: .875rem; font-weight: 650; }
#navItemCount { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--lime); font-size: .75rem; }
.store-shell { max-width: 1488px; margin: auto; padding: 0 40px 32px; }
.builder-intro { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 390px; overflow: hidden; background: #141613; border-radius: 6px; color: #fff; }
.hero-image { position: absolute; z-index: -2; right: 0; width: 76%; height: 100%; object-fit: cover; object-position: center 53%; }
.builder-intro::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #141613 0%, #141613f5 25%, #1416137a 49%, transparent 66%); }
.hero-copy { position: relative; width: 57%; padding: 38px 40px 42px; }
.eyebrow, .step-kicker { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; color: #d9e6c1; font-size: .75rem; }
.eyebrow i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; }
h1 { font-size: clamp(2.9rem, 4.6vw, 4.8rem); line-height: .99; letter-spacing: -.065em; font-weight: 900; margin: 22px 0 20px; }
h1 span { color: var(--lime); }
.hero-copy p { max-width: 320px; margin: 0 0 26px; font-size: 1rem; line-height: 1.7; color: #c0c5b9; }
.hero-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 14px 20px; border-radius: 3px; background: var(--lime); color: #202617; text-decoration: none; font-size: .875rem; font-weight: 700; min-height: 48px; }
.hero-action:hover { background: #e0ff87; }
.hero-action span { font-size: 1.25rem; }
.hero-caption { position: absolute; right: 20px; bottom: 18px; padding: 5px 7px; border-radius: 2px; background: #141613a6; color: #d7ddcd; font-size: .75rem; letter-spacing: .12em; }
.how-it-works { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); padding: 24px 0; margin-bottom: 40px; gap: 24px; }
.how-it-works > div { display: flex; gap: 14px; align-items: center; justify-content: center; }
.how-it-works > div + div { border-left: 1px solid var(--line); }
.how-it-works b { display: grid; place-items: center; width: 30px; height: 30px; background: #f0f3e9; color: #5d6c46; border-radius: 50%; font-size: .75rem; }
.how-it-works span { font-size: .8125rem; line-height: 1.6; color: var(--muted); }
.how-it-works strong { display: block; color: var(--ink); font-size: .875rem; }
.builder-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 28px; align-items: start; }
.catalog-panel { min-width: 0; }
.panel-heading, .sheet-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
h2 { margin: 8px 0 0; font-size: 1.75rem; font-weight: 750; letter-spacing: -.045em; line-height: 1.15; }
.panel-heading p { margin: 9px 0 0; color: var(--muted); line-height: 1.5; font-size: .875rem; }
.collection-count { color: var(--muted); font-size: .75rem; white-space: nowrap; }
.category-tabs { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.category-tab { background: transparent; border: 0; border-bottom: 2px solid transparent; border-radius: 0; padding: 10px 0 12px; color: var(--muted); }
.category-tab.active { border-bottom-color: var(--ink); color: var(--ink); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
.product-card { min-width: 0; position: relative; }
.product-art { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 1; border: 1px solid #e9ebe4; border-radius: 5px; background: #f5f6f2; padding: 18px; overflow: hidden; }
.product-art img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s; }
.product-art:hover img { transform: scale(1.07); }
.product-art span { position: absolute; bottom: 10px; right: 10px; display: grid; place-items: center; width: 28px; height: 28px; background: white; border: 1px solid var(--line); border-radius: 50%; font-size: 1rem; }
.product-card.is-selected .product-art { border-color: #8eac56; }
.product-card.is-selected .product-art::after { content: "ON YOUR SHEET"; position: absolute; top: 10px; left: 10px; padding: 5px 7px; background: var(--lime); color: #26341c; font-size: .75rem; font-weight: 750; letter-spacing: .08em; }
.product-meta { display: grid; gap: 6px; padding: 14px 0 12px; }
.product-meta strong { font-size: 1rem; font-weight: 700; overflow-wrap: anywhere; }
.product-meta span { color: var(--muted); font-size: .75rem; }
.product-meta .category-label { order: -1; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.product-actions { display: grid; gap: 8px; }
.scale-picker { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: var(--muted); }
.scale-picker select { border: 0; background: #f5f6f2; min-width: 0; padding: 8px; font-size: .8125rem; min-height: 40px; }
.stepper { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; align-items: center; border: 1px solid var(--line); border-radius: 4px; min-height: 44px; }
.stepper output { text-align: center; font-size: .8125rem; }
.icon-button { width: 40px; min-height: 42px; padding: 0; border: 0; font-size: 1.2rem; }
.stepper .icon-button:last-child { background: #eef2e6; }
.stepper.is-empty { display: block; border: 0; }
.stepper.is-empty > :not(:last-child) { display: none; }
.stepper.is-empty .icon-button:last-child { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 10px 12px; background: white; border: 1px solid #cbd0c1; font-size: .8125rem; font-weight: 650; }
.stepper.is-empty .icon-button:last-child:hover { background: var(--lime); border-color: var(--lime); }
.sheet-panel { position: sticky; top: 24px; min-width: 0; margin-top: 4px; border: 1px solid #dedfd7; border-radius: 6px; background: #f5f6f1; padding: 20px; }
.sheet-panel-heading { margin-bottom: 16px; }
.sheet-panel h2 { font-size: 1.3rem; }
.sheet-panel .step-kicker { font-size: .75rem; }
.live-badge { display: flex; align-items: center; gap: 5px; color: #557735; font-size: .75rem; white-space: nowrap; }
.live-badge i { width: 5px; height: 5px; border-radius: 50%; background: #648742; }
.topbar-metrics { display: flex; justify-content: space-between; gap: 8px; padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.sheet-spec { display: flex; justify-content: space-between; color: var(--muted); font-size: .75rem; letter-spacing: .04em; margin-bottom: 8px; }
.sheet-stage { position: relative; display: grid; align-items: start; justify-items: center; max-height: 330px; overflow: auto; padding: 8px; border: 1px solid #e0e3d8; border-radius: 3px; background: #e9ece3; }
#sheetSvg { display: block; width: 100%; height: auto; filter: drop-shadow(0 2px 4px #0001); }
.sheet-empty-hint { position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); width: 72%; display: grid; gap: 12px; text-align: center; line-height: 1.55; font-size: .75rem; color: var(--muted); pointer-events: none; }
.sheet-empty-hint strong { color: var(--ink); font-size: 1.2rem; font-weight: 700; line-height: 1.2; letter-spacing: -.04em; }
.sheet-empty-icon { font-size: 1.75rem; color: #76904d; }
.hidden, [hidden] { display: none !important; }
.sheet-item { cursor: pointer; }
.sheet-item:hover > rect:first-of-type, .sheet-item:focus > rect:first-of-type { stroke: var(--danger); stroke-width: .04; }
.sheet-item-remove { opacity: .8; pointer-events: none; }
.sheet-status { display: grid; gap: 4px; margin-top: 14px; font-size: .75rem; color: var(--muted); }
.sheet-status strong { color: var(--ink); }
.over, .sheet-status.over strong { color: var(--danger); }
.review-link { display: flex; justify-content: space-between; align-items: center; min-height: 46px; background: var(--ink); color: var(--lime); border-radius: 4px; margin-top: 18px; padding: 12px 14px; text-decoration: none; font-size: .8125rem; font-weight: 650; }
.review-link:hover { background: #35482a; }
.sheet-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .75rem; margin-top: 8px; }
.text-action { background: transparent; border: 0; padding: 6px 0; font-size: .75rem; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.order-panel { grid-column: 1 / -1; min-width: 0; border: 1px solid var(--line); border-radius: 14px; padding: 32px; background: white; }
#orderIdPreview { padding: 6px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: .8125rem; }
.order-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 64px; }
.order-summary { min-width: 0; }
.order-summary h3 { margin: 0 0 16px; font-size: 1rem; }
.line-items, .page-copies { display: grid; gap: 14px; }
.line-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.line-item strong { font-size: .875rem; }
.line-item span { color: var(--muted); font-size: .8125rem; }
.line-item em { font-style: normal; font-weight: 700; }
.page-copies { margin-top: 22px; }
.page-copies:empty { display: none; }
.page-copies-heading, .page-copy-row { display: grid; grid-template-columns: minmax(0, 1fr) 80px; align-items: center; gap: 14px; font-size: .875rem; }
.page-copy-row small { display: block; margin-top: 4px; color: var(--muted); }
.order-expectation { margin-top: 28px; padding: 20px; border-radius: 8px; background: #f4f6ef; line-height: 1.6; font-size: .875rem; }
.order-expectation p { margin: 8px 0 0; color: var(--muted); }
.order-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-content: start; }
.order-form > :not(.contact-field) { grid-column: 1 / -1; }
.optional-fields { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }
.optional-fields summary { cursor: pointer; min-height: 24px; font-size: .875rem; font-weight: 650; }
.optional-fields label { margin-top: 20px; }
.label-row { display: flex; justify-content: space-between; gap: 12px; }
.optional-label, .field-status { color: var(--muted); font-size: .8125rem; font-weight: 400; }
.field-status:empty { display: none; }
.primary-action { min-height: 50px; background: var(--accent); color: white; border-color: var(--accent); }
.primary-action:hover:not(:disabled) { background: #164832; color: white; }
.order-help { margin: 0; color: var(--muted); font-size: .8125rem; line-height: 1.6; }
#orderMessage { margin: 0; line-height: 1.6; overflow-wrap: anywhere; }
#orderMessage:empty { display: none; }
#orderMessage a, #orderMessage button { display: inline-block; margin: 8px 8px 0 0; }
.empty-state { grid-column: 1 / -1; padding: 28px; text-align: center; border: 1px dashed #b7c7bc; border-radius: 8px; color: var(--muted); font-size: .875rem; line-height: 1.7; }
.catalog-error { display: grid; gap: 12px; justify-items: center; }
.store-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 26px; color: var(--muted); font-size: .8125rem; }
.plant-viewer { position: fixed; inset: 0; display: grid; place-items: center; background: #10120fe0; z-index: 20; padding: 20px; }
.plant-viewer-panel { display: grid; grid-template-rows: auto auto minmax(0, 1fr); width: min(1040px, 100%); max-height: calc(100dvh - 40px); border-radius: 14px; background: white; overflow: hidden; box-shadow: 0 24px 80px #0003; }
.plant-viewer-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.plant-viewer-header strong { display: block; font-size: 1.4rem; }
.plant-viewer-header span { display: block; margin-top: 5px; font-size: .875rem; color: var(--muted); }
.plant-viewer-tabs { display: flex; gap: 8px; padding: 12px 24px; }
.plant-viewer-tabs button.active { background: var(--accent); color: white; }
.plant-viewer-body { overflow: auto; padding: 0 24px 24px; }
.viewer-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 20px; }
.zoom-stage, .reference-stage { display: grid; place-items: center; overflow: auto; min-height: 430px; background: #f3f4f1; border-radius: 8px; }
.zoom-stage img { display: block; width: var(--viewer-zoom, 100%); max-width: none; padding: 24px; }
.reference-stage { padding: 12px; }
.reference-svg { display: block; width: 100%; min-width: 300px; }
.viewer-inspector, .viewer-spec-grid, .viewer-field, .viewer-add-control { display: grid; gap: 16px; }
.viewer-inspector { padding: 20px; background: #f4f5f1; border-radius: 8px; align-content: start; }
.viewer-spec-grid div { display: grid; gap: 4px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.viewer-spec-grid span, .viewer-reference-note, .viewer-add-control > span { color: var(--muted); font-size: .8125rem; line-height: 1.6; }
.viewer-zoom-control > span { display: flex; justify-content: space-between; }
.viewer-field input { accent-color: var(--accent); }
.viewer-stepper { display: grid; grid-template-columns: 44px 1fr; gap: 8px; }
.viewer-stepper button:last-child { background: var(--accent); color: white; }
.order-panel { margin-top: 24px; border-radius: 6px; border-top: 3px solid var(--ink); }
.primary-action { background: var(--ink); color: var(--lime); border-color: var(--ink); border-radius: 4px; }
.store-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.store-footer > span:first-child { font-weight: 800; color: var(--ink); letter-spacing: -.03em; }
@media (min-width: 1440px) { .builder-workspace { grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; } .sheet-stage { max-height: 370px; } }
@media (max-width: 1100px) {
  .store-shell { padding: 0 28px 28px; }
  .topbar { padding: 20px 28px; }
  .hero-copy { width: 62%; padding: 32px; }
  .hero-image { width: 80%; }
  .builder-workspace { grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-layout { gap: 32px; }
  .sheet-panel { padding: 16px; }
  .how-it-works { gap: 12px; }
  .how-it-works > div { gap: 9px; }
}
@media (max-width: 760px) {
  .announcement { font-size: .75rem; letter-spacing: .09em; padding: 9px; }
  .announcement span { padding: 0 6px; }
  .topbar { padding: 16px 20px; gap: 16px; }
  .brand-mark { font-size: 2.7rem; }
  .brand-name { font-size: 1.08rem; }
  .brand-name > span { font-size: .94rem; }
  .main-nav { display: none; }
  .nav-sheet { gap: 8px; font-size: .8125rem; }
  .store-shell { padding: 0 16px 24px; }
  .builder-intro { min-height: 450px; align-items: start; }
  .hero-image { width: 100%; object-position: 70% center; }
  .builder-intro::after { background: linear-gradient(90deg, #141613f5 0%, #141613a3 50%, #14161324 100%); }
  .hero-copy { width: 100%; padding: 32px 24px; }
  h1 { font-size: clamp(2.7rem, 8.6vw, 4rem); }
  .hero-copy p { width: 80%; max-width: 280px; }
  .hero-caption { right: 12px; font-size: .75rem; }
  .how-it-works { grid-template-columns: 1fr; gap: 14px; padding: 22px 4px; margin-bottom: 28px; }
  .how-it-works > div { justify-content: start; gap: 12px; }
  .how-it-works > div + div { border-left: 0; }
  .how-it-works span { display: flex; flex-wrap: wrap; column-gap: 8px; font-size: .75rem; }
  .how-it-works strong { font-size: .8125rem; }
  .how-it-works b { width: 26px; height: 26px; }
  .builder-workspace { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  h2 { font-size: 1.5rem; }
  .catalog-grid { gap: 24px 14px; }
  .sheet-panel { position: static; padding: 24px; }
  .sheet-stage { max-height: 430px; padding: 16px; }
  .sheet-empty-hint { max-width: 220px; font-size: .875rem; }
  .sheet-empty-hint strong { font-size: 1.6rem; }
  .sheet-bottom { font-size: .75rem; }
  .sheet-panel .step-kicker, .sheet-spec { font-size: .75rem; }
  .live-badge, .sheet-status, .topbar-metrics { font-size: .8125rem; }
  .sheet-status { display: flex; justify-content: space-between; }
  .order-panel { margin-top: 0; padding: 24px; }
  .order-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .order-form { gap: 18px; }
  .viewer-layout { grid-template-columns: minmax(0, 1fr); }
  .zoom-stage, .reference-stage { min-height: 280px; max-height: 380px; }
  .plant-viewer { padding: 8px; }
  .plant-viewer-panel { max-height: calc(100dvh - 16px); }
  .plant-viewer-body { padding: 0 16px 16px; }
}
@media (max-width: 390px) {
  .hero-copy { padding: 28px 20px; }
  .hero-copy .eyebrow { font-size: .75rem; }
  .product-art { padding: 10px; }
  .product-meta strong { font-size: .875rem; }
  .scale-picker { display: grid; gap: 4px; }
  .order-form { grid-template-columns: minmax(0, 1fr); }
  .collection-count { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Request review: contact form and a separate selection summary. */
.order-panel { padding: 36px; border: 1px solid var(--line); border-top: 3px solid var(--ink); }
.order-panel > .panel-heading { padding-bottom: 28px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.order-panel h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); }
.order-panel .panel-heading p { font-size: 1rem; }
.order-layout { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 48px; align-items: start; }
.order-form { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.order-fields { border: 0; padding: 0; margin: 0; min-width: 0; }
.order-fields legend { font-size: 1rem; font-weight: 700; padding: 0; margin-bottom: 8px; }
.section-help { margin: 0 0 20px; font-size: .875rem; line-height: 1.6; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-grid label { align-content: start; }
.order-form input, .order-form textarea { font-size: 1rem; border-color: #cdd1c6; border-radius: 5px; }
.order-form input { min-height: 48px; }
.order-form input::placeholder, .order-form textarea::placeholder { color: #7b8073; }
.order-form input[aria-invalid="true"] { border-color: var(--danger); }
.field-error { font-size: .8125rem; color: var(--danger); line-height: 1.5; }
.order-extras { margin: 24px 0; border-top: 1px solid var(--line); }
.order-extras .optional-fields { padding: 0; border-top: 0; }
.optional-fields summary { display: list-item; min-height: 48px; padding: 15px 0; font-size: .875rem; }
.optional-fields summary > span { float: right; color: var(--muted); font-size: .8125rem; font-weight: 400; }
.optional-fields[open] { padding-bottom: 16px; }
.optional-fields label { margin: 0 0 8px; }
.optional-fields .section-help { margin: 8px 0 0; }
.field-status[data-state="error"] { color: var(--danger); }
.field-status[data-state="success"] { color: #3a6528; }
.order-notes { gap: 10px; }
.order-submit { display: grid; gap: 12px; border-top: 1px solid var(--line); padding-top: 24px; }
.order-submit .primary-action { display: block; width: 100%; min-height: 52px; font-size: 1rem; }
.order-submit .primary-action:disabled { opacity: 1; background: #eaede5; color: #747a6b; border-color: #eaede5; }
.order-help { text-align: center; }
.submit-hint { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.submit-hint:empty { display: none; }
.order-summary { background: #f5f6f1; border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.summary-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.summary-heading h3 { margin: 0; }
.summary-heading a { font-size: .8125rem; text-underline-offset: 4px; padding: 8px 0; }
.order-summary .line-item strong { display: block; overflow-wrap: anywhere; line-height: 1.5; }
.order-summary .line-item span { line-height: 1.6; }
.order-summary .page-copies-heading { grid-template-columns: 1fr; gap: 4px; }
.order-summary .page-copies-heading span { font-size: .8125rem; color: var(--muted); }
.order-summary .order-expectation { border-top: 1px solid #d8dece; border-radius: 0; background: transparent; margin-top: 24px; padding: 20px 0 0; }
.order-summary .empty-state { background: white; text-align: left; padding: 18px; font-weight: 400; }
#orderMessage:not(:empty) { padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: #f5f6f1; font-size: .875rem; }
#orderMessage[data-state="error"] { border-color: #e7b9b9; background: #fff5f4; color: #872b2b; }
#orderMessage[data-state="success"] { border-color: #b7c9a1; background: #f0f6e6; }
#orderMessage > span { display: block; font-weight: 650; }
#orderIdPreview[data-state="submitted"] { background: #eaf3db; border-color: #b7c9a1; color: #3b5824; }
@media (max-width: 1000px) { .order-layout { gap: 28px; } .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .order-panel { padding: 22px; }
  .order-layout { grid-template-columns: minmax(0, 1fr); }
  .order-panel > .panel-heading { align-items: start; padding-bottom: 22px; margin-bottom: 24px; }
  .order-summary { grid-row: 1; padding: 20px; }
  .order-form { grid-row: 2; }
}

.shipping-field { margin-top: 22px; }
.shipping-field .section-help { margin: 0; font-weight: 400; }
.order-form textarea[aria-invalid="true"] { border-color: var(--danger); }

.workspace { display: block; }
.workspace > .order-panel { margin-top: 40px; }
.catalog-notice { padding: 12px; background: #fff5dd; border: 1px solid #e7d7b2; font-size: .875rem; line-height: 1.5; }
.draft-help { margin: 0; font-size: .8125rem; line-height: 1.6; color: var(--muted); }
.draft-help .text-action { font-size: inherit; min-height: 32px; }
.order-summary [inert] { opacity: .65; }
.order-form input, .order-form textarea { font-weight: 400; }
@media(max-width:760px) { .workspace > .order-panel { margin-top: 28px; } }
