/* Page-specific additions on top of the shared checkout stylesheet. The soap
   page inherits its layout, form and workflow-panel styling from
   ../checkout.css so the two order pages cannot drift apart visually. */

.soap-order-visual { margin: 0 0 42px; }

/* Unlike the landing-page chapter, the order page ships only the vertical ad
   master, so the 9:16 framing has to hold at every breakpoint — the shared
   rule in styles.css keys off data-variant, which reports "landscape" on a
   desktop viewport even though the attached source is the portrait cut. */
.soap-order-visual .lime-soap-video { margin-top: 0; }
.soap-order-visual .lime-soap-video-media,
.soap-order-visual .lime-soap-video[data-variant="portrait"] .lime-soap-video-media {
  aspect-ratio: 9 / 16;
  max-height: 68svh;
  width: auto;
  margin: 0 auto;
}
.soap-order-visual figcaption {
  margin-top: 14px;
  font: 11px/1.7 var(--mono, monospace);
  opacity: .68;
}

.supplier-claims { list-style: none; margin: 28px 0 0; padding: 0; }
.supplier-claims li { padding: 16px 0; border-top: 1px solid rgba(29, 41, 35, .2); }
.supplier-claims span {
  display: block;
  font: 10px/1.4 var(--mono, monospace);
  letter-spacing: .12em;
  color: var(--red, #b6462e);
}
.supplier-claims strong { display: block; margin: 8px 0 4px; font: 600 19px/1.3 var(--serif, serif); }
.supplier-claims small { font-size: 12px; opacity: .7; }

.soap-ingredients {
  margin: 26px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(29, 41, 35, .2);
}
.soap-ingredients summary { cursor: pointer; font: 12px/1.5 var(--mono, monospace); letter-spacing: .08em; }
.soap-ingredients p { margin: 14px 0 0; font-size: 12px; line-height: 1.85; opacity: .78; }
.soap-ingredients .ingredients-main { font-weight: 600; opacity: 1; }

.usage-notes { margin: 26px 0 0; font-size: 13px; line-height: 1.8; }
.usage-notes dt {
  margin-top: 14px;
  font: 10px/1.6 var(--mono, monospace);
  letter-spacing: .1em;
  color: var(--red, #b6462e);
}
.usage-notes dd { margin: 4px 0 0; opacity: .8; }

.supplier-disclosure { margin-top: 60px; }
.supplier-list { list-style: none; margin: 26px 0; padding: 0; }
.supplier-list li { padding: 16px 0; border-top: 1px solid rgba(29, 41, 35, .2); }
.supplier-list span {
  display: block;
  font: 10px/1.6 var(--mono, monospace);
  letter-spacing: .1em;
  color: var(--red, #b6462e);
}
.supplier-list strong { display: block; margin: 6px 0 3px; font-size: 15px; }
.supplier-list small { font-size: 12px; opacity: .68; }
.supplier-disclosure > p { font-size: 13px; line-height: 1.85; opacity: .82; }

/* Shown at the step where the customer actually pays. Without it the flow asks
   for a transfer that the customer has nowhere to send. */
.transfer-account {
  margin: 22px 0 14px;
  padding: 18px 20px;
  border: 2px solid var(--ink, #1d2923);
  background: var(--mist, #eef1ea);
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 10px 16px;
  font: 14px/1.5 var(--sans, sans-serif);
}
.transfer-account dt { font: 11px/1.6 var(--mono, monospace); letter-spacing: .1em; opacity: .7; }
.transfer-account dd { margin: 0; }
.transfer-account dd strong { font: 600 19px/1.2 var(--mono, monospace); letter-spacing: .06em; }
.transfer-account-note { font-size: 12px; line-height: 1.8; opacity: .78; margin: 0 0 6px; }

/* Terms and seller identity. Distance selling in Taiwan requires the seller and
   the withdrawal right to be stated before purchase, not buried after it. */
.seller-info { margin-top: 72px; }
.terms-list { margin: 26px 0 0; }
.terms-list dt {
  margin-top: 22px;
  font: 11px/1.6 var(--mono, monospace);
  letter-spacing: .12em;
  color: var(--red, #b6462e);
}
.terms-list dd { margin: 8px 0 0; font-size: 13px; line-height: 1.85; opacity: .86; }
.seller-contact {
  margin: 34px 0 0;
  padding: 20px;
  border: 1px solid rgba(29, 41, 35, .2);
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 10px 16px;
  font-size: 13px;
}
.seller-contact dt { font: 10px/1.7 var(--mono, monospace); letter-spacing: .1em; opacity: .7; }
.seller-contact dd { margin: 0; }
