/* MoKU cart-to-checkout family. Scoped to the owned pages and intentionally standalone. */
:root {
  --ink: #17352f;
  --ink-strong: #0c2d25;
  --muted: #68766f;
  --green: #123c32;
  --green-2: #1d5748;
  --mint: #dcece4;
  --mint-pale: #f0f7f3;
  --cream: #fbfaf6;
  --paper: #ffffff;
  --line: #dfe5df;
  --line-dark: #c8d2cb;
  --accent: #d48b58;
  --accent-pale: #fff1e5;
  --danger: #b33a3a;
  --danger-pale: #fff1f1;
  --warning: #7d5314;
  --warning-pale: #fff7df;
  --shadow: 0 14px 40px rgba(19, 55, 45, .08);
  --radius: 18px;
  --radius-sm: 10px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  color: var(--ink);
  font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--green); color: white; }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.site-header { position: relative; z-index: 5; border-bottom: 1px solid rgba(200, 210, 203, .8); background: rgba(251, 250, 246, .96); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-strong); text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; background: var(--green); color: white; font: 700 20px/1 Georgia, serif; transform: rotate(-5deg); }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font: 700 24px/1 Georgia, serif; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.header-nav { display: flex; align-items: center; gap: 26px; }
.header-nav a, .header-help { color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.header-nav a:hover, .header-help:hover, .header-nav a[aria-current="page"] { color: var(--green-2); }
.cart-pill { padding: 7px 12px; border-radius: 999px; background: var(--mint); }
.cart-pill span { display: inline-grid; min-width: 21px; height: 21px; margin-left: 5px; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 11px; }
.compact-header .header-inner { min-height: 70px; }

.page-main { flex: 1; padding-block: 34px 70px; }
.steps { max-width: 640px; margin: 0 auto 42px; display: flex; align-items: center; justify-content: center; color: #87938d; font-size: 13px; font-weight: 650; }
.step { display: flex; align-items: center; gap: 8px; white-space: nowrap; text-decoration: none; }
.step b { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: var(--paper); font-size: 12px; }
.step.is-current, .step.is-done { color: var(--green); }
.step.is-current b { border-color: var(--green); background: var(--green); color: white; }
.step.is-done b { border-color: var(--mint); background: var(--mint); color: var(--green); }
.step-line { width: 80px; height: 1px; margin: 0 13px; background: var(--line-dark); }
.step-line.is-done { background: var(--green-2); }

.page-heading { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.page-heading h1, .track-hero h1, .success-hero h1, .state-card h1 { margin: 0; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: clamp(34px, 5vw, 52px); line-height: 1.15; }
.page-heading p:not(.eyebrow), .track-hero > p:last-child { margin: 9px 0 0; color: var(--muted); }
.eyebrow { margin: 0 0 5px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link { color: var(--green-2); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.muted { color: var(--muted); }
.section-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-title-row h2 { margin: 0; font-family: Georgia, "Noto Serif Bengali", serif; font-size: 25px; }

.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 44px; align-items: start; }
.cart-items { margin-top: 14px; border-top: 1px solid var(--line); }
.cart-item { position: relative; display: grid; grid-template-columns: 116px minmax(0, 1fr) auto; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.product-image, .review-thumb { overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg, #eef2ec, #e4ece6); color: var(--green-2); }
.product-image { width: 116px; height: 128px; border-radius: 13px; }
.product-image img, .review-thumb img { width: 100%; height: 100%; object-fit: cover; }
.image-fallback { font: 700 28px/1 Georgia, serif; opacity: .55; }
.product-copy h3 { margin: 1px 0 5px; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 21px; line-height: 1.35; }
.product-meta { min-height: 22px; margin: 0; color: var(--muted); font-size: 13px; }
.quantity-control { width: max-content; margin-top: 21px; display: flex; align-items: center; border: 1px solid var(--line-dark); border-radius: 9px; background: var(--paper); }
.quantity-control button { width: 36px; height: 34px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 20px; line-height: 1; }
.quantity-control button:hover:not(:disabled) { background: var(--mint-pale); }
.quantity-control button:disabled { cursor: not-allowed; opacity: .35; }
.quantity-control input { width: 42px; height: 34px; border: 0; border-inline: 1px solid var(--line); background: transparent; color: var(--ink-strong); text-align: center; appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.product-side { min-width: 104px; display: flex; flex-direction: column; align-items: end; justify-content: space-between; text-align: right; }
.item-total { color: var(--ink-strong); font-weight: 800; }
.unit-price { display: block; color: var(--muted); font-size: 12px; font-weight: 400; }
.remove-button { padding: 3px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--danger); cursor: pointer; font-size: 13px; }

.summary-card, .form-card, .detail-card, .track-search-card, .track-result { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.summary-card { padding: 27px; }
.summary-card > h2, .summary-sticky h2 { margin: 0; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 27px; }
.price-list { margin: 23px 0; }
.price-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.price-list dt { color: var(--muted); }
.price-list dd { margin: 0; color: var(--ink-strong); font-weight: 650; text-align: right; }
.price-list .price-total { margin-top: 10px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 18px; }
.price-list .price-total dt, .price-list .price-total dd { color: var(--ink-strong); font-weight: 800; }
.summary-note { margin: -4px 0 18px; color: var(--muted); font-size: 12px; }
.trust-list { margin-top: 20px; display: grid; gap: 7px; color: var(--muted); font-size: 12px; }
.trust-list span::first-letter { color: var(--green-2); }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 21px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-weight: 750; line-height: 1.3; text-align: center; text-decoration: none; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.button:hover:not(:disabled) { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .copy-button:focus-visible, .quantity-control button:focus-visible { outline: 3px solid rgba(29, 87, 72, .2); outline-offset: 2px; }
.button-primary { background: var(--green); color: white; box-shadow: 0 8px 20px rgba(18, 60, 50, .15); }
.button-primary:hover:not(:disabled) { background: var(--green-2); }
.button-secondary { border-color: var(--line-dark); background: var(--paper); color: var(--green); }
.button-block { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .55; }
.button.is-disabled { pointer-events: none; opacity: .55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button-row.centered { justify-content: center; }
.spinner { width: 17px; height: 17px; display: none; border: 2px solid rgba(255, 255, 255, .45); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; }
.is-loading .spinner { display: block; }
.is-loading .button-label { opacity: .8; }
@keyframes spin { to { transform: rotate(360deg); } }

.empty-state, .state-card { max-width: 710px; margin: 24px auto 40px; padding: 58px 36px; border: 1px dashed var(--line-dark); border-radius: var(--radius); background: var(--paper); text-align: center; }
.empty-state h2 { margin: 11px 0 8px; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 30px; }
.empty-state p, .state-card p { max-width: 560px; margin: 0 auto 23px; color: var(--muted); }
.empty-icon { display: inline-grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 36px; }
.demo-disclaimer { margin-top: 48px; padding: 17px 20px; border-left: 3px solid var(--accent); border-radius: 0 9px 9px 0; background: var(--accent-pale); color: #674938; font-size: 12px; }
.demo-disclaimer strong { color: #523528; }
.demo-disclaimer p { margin: 3px 0 0; }

.notice { padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 13px; }
.notice-info { border-color: #cfe1d6; background: var(--mint-pale); color: var(--green); }
.notice-error { border-color: #ecc6c6; background: var(--danger-pale); color: var(--danger); }
.notice-warning { border-color: #ead8aa; background: var(--warning-pale); color: var(--warning); }
.notice-success { border-color: #badbc8; background: var(--mint-pale); color: var(--green); }

.checkout-heading { justify-content: flex-start; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 32px; align-items: start; }
.checkout-form-column { display: grid; gap: 18px; }
.form-card { padding: 28px; box-shadow: 0 7px 24px rgba(19, 55, 45, .05); }
.card-heading { margin-bottom: 24px; display: flex; gap: 14px; align-items: start; }
.number-badge { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 13px; font-weight: 800; }
.card-heading h2 { margin: 0; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 24px; }
.card-heading p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--ink); font-size: 13px; font-weight: 750; }
.optional { color: var(--muted); font-size: 10px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 9px; background: #fdfdfb; color: var(--ink-strong); padding: 11px 12px; outline: 0; transition: border .15s ease, box-shadow .15s ease; }
.field select { min-height: 48px; }
.field textarea { min-height: 82px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9ca6a0; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(29, 87, 72, .08); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); background: #fffafa; }
.field-error { min-height: 0; margin: 4px 0 0; color: var(--danger); font-size: 11px; line-height: 1.4; }
.field-error:empty { margin: 0; }
.field-hint { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.standalone-error { margin-top: 8px; }
.choice-list { display: grid; gap: 10px; }
.choice-card { position: relative; min-height: 70px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid var(--line-dark); border-radius: 11px; cursor: pointer; background: #fdfdfb; }
.choice-card:hover { border-color: #96b1a4; }
.choice-card:has(input:checked) { border-color: var(--green-2); background: var(--mint-pale); box-shadow: inset 0 0 0 1px var(--green-2); }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-indicator { flex: 0 0 auto; width: 19px; height: 19px; border: 1px solid #9ba9a1; border-radius: 50%; background: white; box-shadow: inset 0 0 0 4px white; }
.choice-card input:checked + .choice-indicator { border-color: var(--green); background: var(--green); }
.choice-card input:focus-visible + .choice-indicator { outline: 3px solid rgba(29, 87, 72, .2); outline-offset: 2px; }
.choice-content { flex: 1; display: grid; }
.choice-content strong { color: var(--ink-strong); font-size: 14px; }
.choice-content small { color: var(--muted); font-size: 11px; }
.choice-card > b { color: var(--ink-strong); font-size: 13px; text-align: right; }
.payment-tag { min-width: 42px; padding: 4px 7px; border-radius: 5px; background: var(--mint); color: var(--green); font-size: 10px; font-weight: 900; text-align: center; }
.inline-note { margin-top: 12px; padding: 10px 12px; border-radius: 8px; background: var(--warning-pale); color: var(--warning); font-size: 11px; }
.checkout-summary { padding: 26px; }
.summary-sticky { position: sticky; top: 20px; }
.review-items { margin: 18px 0; display: grid; gap: 13px; }
.review-item { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 11px; align-items: center; }
.review-thumb { position: relative; width: 58px; height: 63px; border-radius: 8px; }
.review-thumb .image-fallback { font-size: 18px; }
.review-qty { position: absolute; top: -6px; right: -6px; min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 9px; }
.review-copy { min-width: 0; }
.review-copy strong { display: block; overflow: hidden; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 14px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.review-copy small { color: var(--muted); font-size: 10px; }
.review-price { color: var(--ink-strong); font-size: 13px; font-weight: 750; white-space: nowrap; }
.terms-row { display: flex; gap: 9px; align-items: start; color: var(--muted); cursor: pointer; font-size: 11px; }
.terms-row input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--green); }
.terms-row a { color: var(--green-2); font-weight: 700; }
#checkout-message { margin: 12px 0; }
.secure-caption { margin: 11px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { border-top: 1px solid var(--line); background: #f4f3ed; color: var(--muted); font-size: 12px; }
.footer-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner a { text-decoration: none; }

.success-main { max-width: 1060px; }
.state-card h1 { margin: 12px auto; font-size: 35px; }
.large-spinner { width: 44px; height: 44px; display: inline-block; border: 4px solid var(--mint); border-top-color: var(--green); border-radius: 50%; animation: spin .7s linear infinite; }
.state-icon { width: 66px; height: 66px; margin-inline: auto; display: grid; place-items: center; border-radius: 50%; font-size: 31px; font-weight: 800; }
.state-icon.success { background: var(--mint); color: var(--green); }
.state-icon.warning { background: var(--warning-pale); color: var(--warning); }
.success-hero { max-width: 720px; margin: 0 auto 35px; text-align: center; }
.success-hero h1 { margin: 4px 0 12px; }
.success-hero > p:not(.eyebrow) { color: var(--muted); }
.order-number-box { width: max-content; max-width: 100%; margin: 22px auto 15px; display: grid; grid-template-columns: auto auto; gap: 0 18px; align-items: center; padding: 12px 15px; border: 1px dashed #9fb5aa; border-radius: 11px; background: var(--mint-pale); text-align: left; }
.order-number-box > span { grid-column: 1; color: var(--muted); font-size: 10px; }
.order-number-box strong { grid-column: 1; color: var(--ink-strong); font-size: 18px; letter-spacing: .04em; }
.copy-button { grid-column: 2; grid-row: 1 / 3; padding: 7px 10px; border: 1px solid var(--line-dark); border-radius: 7px; background: white; color: var(--green); cursor: pointer; font-size: 11px; font-weight: 700; }
.success-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 20px; align-items: start; }
.detail-card { padding: 24px; box-shadow: 0 6px 20px rgba(19, 55, 45, .04); }
.detail-card h2, .detail-card h3 { margin: 0 0 14px; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; }
.detail-card h2 { font-size: 23px; }
.detail-card h3 { font-size: 18px; }
.detail-card hr { margin: 20px 0; border: 0; border-top: 1px solid var(--line); }
.success-side { display: grid; gap: 20px; }
.status-chip { display: inline-flex; width: max-content; padding: 5px 9px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 10px; font-weight: 800; }
.detail-copy { color: var(--muted); font-size: 13px; }
.detail-copy strong { display: block; margin-bottom: 3px; color: var(--ink-strong); font-size: 15px; }
.detail-copy p { margin: 3px 0; }
.review-items.detailed .review-item { grid-template-columns: 64px minmax(0, 1fr) auto; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.review-items.detailed .review-thumb { width: 64px; height: 68px; }
.success-actions { margin-top: 28px; }

.track-main { max-width: 930px; }
.track-hero { margin: 10px auto 28px; text-align: center; }
.track-search-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 34px; padding: 31px; align-items: center; }
.track-search-copy { display: flex; align-items: start; gap: 15px; }
.search-art { flex: 0 0 auto; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 28px; }
.track-search-copy h2 { margin: 0; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 25px; line-height: 1.3; }
.track-search-copy p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.track-fields { gap: 12px; }
#track-submit { margin-top: 13px; }
#track-message { margin-top: 12px; }
.track-result { margin-top: 25px; padding: 29px; }
.track-result-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.track-result-head h2 { margin: 0; color: var(--ink-strong); font-size: 27px; letter-spacing: .03em; }
.track-result-head p { margin: 4px 0 0; font-size: 12px; }
.timeline { margin: 30px 0; display: flex; align-items: flex-start; }
.timeline-step { flex: 0 0 auto; width: 120px; display: grid; justify-items: center; text-align: center; opacity: .45; }
.timeline-step > span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: white; font-size: 12px; font-weight: 800; }
.timeline-step strong { display: block; margin-top: 8px; color: var(--ink-strong); font-size: 12px; }
.timeline-step small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.timeline-step.is-active { opacity: 1; }
.timeline-step.is-active > span { border-color: var(--green); background: var(--green); color: white; }
.timeline-line { flex: 1; min-width: 25px; height: 1px; margin-top: 15px; background: var(--line-dark); }
.timeline-line.is-active { background: var(--green); }
.track-details-grid { margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.track-details-grid .detail-card { box-shadow: none; }
.price-list.compact { margin: 10px 0 0; }
.help-strip { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 30px; border-radius: var(--radius); background: var(--mint); }
.help-strip h2 { margin: 0; color: var(--ink-strong); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 24px; }
.help-strip p:not(.eyebrow) { max-width: 620px; margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.help-strip .button { flex: 0 0 auto; }

@media (max-width: 900px) {
  .cart-layout, .checkout-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; }
  .track-search-card { grid-template-columns: 1fr; }
  .track-search-copy { align-items: center; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand small { display: none; }
  .header-nav { gap: 13px; }
  .header-nav > a:not(.cart-pill):first-child { display: none; }
  .page-main { padding-block: 25px 48px; }
  .steps { margin-bottom: 30px; }
  .step { font-size: 11px; }
  .step-line { width: 34px; margin-inline: 8px; }
  .page-heading { align-items: start; }
  .page-heading h1, .track-hero h1, .success-hero h1 { font-size: 38px; }
  .cart-layout, .checkout-layout, .success-grid { grid-template-columns: 1fr; }
  .checkout-summary { order: -1; }
  .summary-sticky { position: static; }
  .cart-layout { gap: 28px; }
  .track-details-grid { grid-template-columns: 1fr; }
  .timeline { overflow-x: auto; padding-bottom: 8px; }
  .timeline-step { width: 100px; }
  .timeline-line { min-width: 35px; }
  .help-strip { align-items: start; flex-direction: column; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .shell { width: min(calc(100% - 22px), var(--shell)); }
  .header-nav { gap: 9px; }
  .header-nav a, .header-help { font-size: 12px; }
  .brand strong { font-size: 21px; }
  .brand-mark { width: 36px; height: 36px; }
  .steps { max-width: 100%; }
  .step { gap: 5px; }
  .step b { width: 23px; height: 23px; }
  .step-line { width: 18px; margin-inline: 5px; }
  .page-heading { flex-direction: column; }
  .cart-item { grid-template-columns: 86px minmax(0, 1fr); gap: 14px; }
  .product-image { width: 86px; height: 100px; }
  .product-copy h3 { font-size: 18px; }
  .product-side { grid-column: 2; min-width: 0; margin-top: -9px; flex-direction: row; align-items: center; }
  .quantity-control { margin-top: 14px; }
  .form-card, .summary-card, .detail-card, .track-search-card, .track-result { padding: 20px; border-radius: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .choice-card { padding-inline: 12px; }
  .choice-card > b { max-width: 78px; font-size: 11px; }
  .review-item { grid-template-columns: 52px minmax(0, 1fr) auto; }
  .review-thumb { width: 52px; height: 57px; }
  .empty-state, .state-card { padding: 42px 20px; }
  .order-number-box { width: 100%; }
  .track-result-head { align-items: start; flex-direction: column; }
  .footer-inner { min-height: 65px; }
}
