/* ===== Amorinne Dress Reservation ===== */
#dress-reservation-final {
  --dress-accent: #8b7355;
  --dress-soft: #faf7f3;
  --dress-border: #ece6df;
  color: #332f2b;
}

#dress-reservation-final + #dressForm { display: none; }

.dress-reservation-shell { max-width: 820px; margin: 0 auto; padding: 4px 4px 90px; }
.dress-progress { background: var(--dress-soft); border-radius: 14px; padding: 18px; margin-bottom: 24px; }
.dress-progress-nodes { max-width: 420px; margin: 0 auto 14px; display: flex; justify-content: space-between; position: relative; }
.dress-progress-nodes::before { content: ''; position: absolute; left: 16px; right: 16px; top: 15px; height: 2px; background: var(--dress-border); }
.dress-step-node { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--dress-border); background: #fff; color: #b3aaa1; font-weight: 700; z-index: 1; }
.dress-step-node.active { background: var(--dress-accent); border-color: var(--dress-accent); color: #fff; }
.dress-step-node.done { background: #d5c7b8; border-color: #d5c7b8; color: #fff; }
.dress-progress-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dress-progress-title-row strong { font-size: 15px; }
.dress-reset-btn { font-size: 12px; color: #7e746b; }

.dress-form-stack { max-width: 700px; margin: 0 auto; }
.dress-notice, .dress-submit-guide { background: #f8f5f1; border: 1px solid var(--dress-border); border-radius: 10px; padding: 12px 14px; font-size: 13px; color: #665e57; margin-bottom: 18px; }
.dress-field { margin-bottom: 18px; }
.dress-field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; }
.dress-field input, .dress-field select, .dress-field textarea { width: 100%; padding: 12px; border: 1px solid var(--dress-border); border-radius: 8px; background: #fff; font-size: 15px; }
.dress-field textarea { resize: vertical; }

.dress-section-block { margin-bottom: 28px; }
.dress-section-block h3 { margin: 0 0 12px; font-size: 18px; }
.dress-section-heading { margin-bottom: 10px; }
.dress-section-heading h3 { margin-bottom: 3px; }
.dress-section-heading p { color: #8a8178; font-size: 13px; }
.dress-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dress-choice { min-height: 48px; border: 1px solid var(--dress-border); border-radius: 9px; background: #fff; font-weight: 700; font-size: 13px; padding: 8px; }
.dress-choice.selected { border-color: var(--dress-accent); background: var(--dress-soft); color: var(--dress-accent); }
.dress-outfit-name { margin-top: 14px; }

.dress-option-list { border-top: 1px solid var(--dress-border); }
.dress-option-row { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--dress-border); padding: 8px 0; }
.dress-option-copy { display: flex; align-items: center; gap: 8px; min-width: 0; flex: 1; }
.dress-option-copy strong { font-size: 14px; }
.dress-option-copy span { font-size: 13px; color: #a46955; white-space: nowrap; }
.dress-option-color { width: auto; min-width: 86px; padding: 6px 8px; border: 1px solid var(--dress-border); border-radius: 7px; background: #fff; font-size: 12px; }
.dress-add-btn { flex: 0 0 auto; width: auto; min-width: 62px; padding: 7px 10px; border-radius: 8px; border: 1px solid var(--dress-border); background: #fff; font-size: 12px; font-weight: 700; }
.dress-add-btn.selected { border-color: var(--dress-accent); color: var(--dress-accent); background: var(--dress-soft); }

.dress-summary-card, .dress-cart-card { border: 1px solid var(--dress-border); border-radius: 12px; padding: 16px; margin-bottom: 18px; background: #fff; }
.dress-summary-row { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid #f1ece7; }
.dress-summary-row:last-child { border-bottom: 0; }
.dress-summary-row span { color: #887e75; font-size: 13px; }
.dress-summary-row strong { font-size: 14px; text-align: right; }
.dress-cart-card h3 { font-size: 16px; margin-bottom: 8px; }
.dress-cart-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f1ece7; }
.dress-cart-row div { display: flex; gap: 8px; align-items: center; }
.dress-cart-row span { color: #a46955; font-size: 13px; }
.dress-cart-row button { font-size: 12px; color: #8b8178; border: 1px solid var(--dress-border); border-radius: 6px; padding: 4px 7px; }
.dress-cart-total { display: flex; justify-content: space-between; padding-top: 14px; margin-top: 6px; font-weight: 700; }
.dress-empty { color: #918880; font-size: 13px; padding: 12px 0; }

.dress-nav-row { display: flex; gap: 10px; margin-top: 24px; }
.dress-btn-primary, .dress-btn-secondary { flex: 1; min-height: 48px; border-radius: 9px; font-weight: 700; padding: 12px; }
.dress-btn-primary { background: var(--dress-accent); color: #fff; }
.dress-btn-secondary { background: #fff; color: #625a53; border: 1px solid var(--dress-border); }

.dress-sticky-total { position: sticky; bottom: -1px; z-index: 30; margin: 24px -4px -90px; padding: 13px 16px; background: rgba(255,255,255,.96); border-top: 1px solid var(--dress-border); display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(8px); }
.dress-sticky-total span { font-size: 13px; color: #746b63; }
.dress-sticky-total strong { color: var(--dress-accent); font-size: 18px; }

@media (max-width: 600px) {
  .dress-reservation-shell { padding-bottom: 76px; }
  .dress-progress { padding: 15px 13px; margin-bottom: 18px; }
  .dress-progress-title-row strong { font-size: 14px; }
  .dress-choice-grid { grid-template-columns: 1fr; gap: 7px; }
  .dress-choice { min-height: 43px; text-align: left; padding: 10px 12px; }
  .dress-option-row { min-height: 52px; }
  .dress-option-copy { flex-wrap: wrap; gap: 4px 8px; }
  .dress-option-copy strong { min-width: 110px; }
  .dress-option-color { order: 3; }
  .dress-summary-row { grid-template-columns: 76px 1fr; }
  .dress-sticky-total { margin-bottom: -76px; }
}
