.order-hero {
  padding-top: var(--space-12);
}

.order-hero__inner {
  align-items: center;
  gap: var(--space-8);
}

.order-hero__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
  max-width: 34rem;
}

.order-hero__actions {
  margin-top: var(--space-4);
}

.order-hero__meta {
  margin-top: var(--space-4);
}

.order-hero__media {
  max-width: 520px;
  margin-left: auto;
}

.order-section-header p {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.order-flow__grid {
  align-items: stretch;
}

.order-step .card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.order-form__field {
  margin-bottom: var(--space-3);
}

.order-form__field--grow {
  flex: 1 1 auto;
}

.order-form__inline {
  align-items: flex-end;
}

.order-form__qty {
  max-width: 96px;
}

.order-form__add {
  width: 100%;
}

.order-form__hint {
  font-size: var(--font-size-xs);
}

.order-options__group {
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  background: rgba(0, 0, 0, 0.32);
}

.order-options__legend {
  font-size: var(--font-size-sm);
  font-weight: 600;
  margin-bottom: var(--space-2);
}

.order-options__note {
  margin-top: var(--space-2);
  font-size: var(--font-size-sm);
}

.order-options__choice.is-active,
.order-payment-option.is-active {
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-pill);
}

.order-options__submit {
  width: 100%;
  margin-top: var(--space-4);
}

.order-promo__inner,
.order-tracking__inner,
.order-pickup__inner {
  align-items: center;
  gap: var(--space-8);
}

.order-promo__list,
.order-pickup__list,
.order-payments {
  padding-left: 1.1rem;
  color: var(--color-text-muted);
}

.order-promo__list li,
.order-pickup__list li,
.order-payments li {
  margin-bottom: var(--space-2);
}

.order-tracking__statuses .notice {
  border-radius: var(--radius-md);
}

.order-pickup__extra {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order-faq__inner {
  max-width: 960px;
}

.order-faq__grid {
  gap: var(--space-4);
}

.order-faq-item {
  padding: 0;
}

.order-faq-item__header {
  width: 100%;
  padding: var(--space-4) var(--space-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: transparent;
}

.order-faq-item__question {
  font-family: var(--font-display);
  font-size: var(--font-size-md);
}

.order-faq-item__icon {
  font-size: var(--font-size-xl);
  line-height: 1;
}

.order-faq-item__panel {
  padding: 0 var(--space-5) var(--space-4) var(--space-5);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.order-faq-item[aria-expanded='true'] .order-faq-item__panel {
  display: block;
}

@media (max-width: 768px) {
  .order-hero {
    padding-top: var(--space-8);
  }

  .order-hero__inner,
  .order-promo__inner,
  .order-tracking__inner,
  .order-pickup__inner {
    gap: var(--space-6);
  }

  .order-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .order-hero__media {
    max-width: none;
  }

  .order-options__group {
    padding: var(--space-3);
  }

  .order-faq-item__header,
  .order-faq-item__panel {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }
}
