:root { color-scheme: light; }
* { box-sizing: border-box; }
html { background: var(--page-bg, #fbf7f4); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--page-bg, #fbf7f4); color: #211c1e; font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { transition: border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 35%, transparent); outline-offset: 2px; }
[hidden] { display: none !important; }
.checkout-shell { min-height: 100dvh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr); }
.form-column { padding: 54px max(40px, calc((100vw - 1240px) / 2)) 42px; padding-right: clamp(40px, 5vw, 76px); background: var(--page-bg); }
.summary-column { min-height: 100%; background: var(--summary-bg); border-left: 1px solid #ead9dc; padding: 70px max(36px, calc((100vw - 1240px) / 2)) 48px clamp(36px, 4vw, 64px); }
.campaign-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid color-mix(in srgb, var(--accent) 38%, #fff); border-radius: 999px; background: #fff7f8; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.campaign-pill span { font-size: 9px; }
.brand-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 34px; height: 42px; object-fit: contain; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; letter-spacing: -.04em; }
.limit-badge, .prime-tag, .cod-badge { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.limit-badge { padding: 7px 13px; color: #fff; background: var(--accent); }
.hero-copy { margin: 30px 0 34px; padding-left: 18px; border-left: 3px solid var(--accent); }
.hero-copy h1 { margin: 0; font: 400 clamp(30px, 3.5vw, 42px)/1.1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.hero-copy p { max-width: 570px; margin: 12px 0 0; color: #806e72; font-size: 14px; line-height: 1.65; }
.form-section { margin-top: 30px; }
.form-section h2 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.02em; }
.section-note { margin: -4px 0 14px; color: #786c6f; font-size: 14px; }
.field { position: relative; display: block; margin-bottom: 12px; }
.field > span { position: absolute; top: 7px; left: 14px; color: #8c8184; font-size: 10px; pointer-events: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; border: 1px solid #dcd8d9; border-radius: 5px; background: var(--form-bg); color: #292426; padding: 20px 14px 7px; outline: none; }
.field textarea { min-height: 72px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.field select:disabled { color: #4e4749; opacity: 1; }
.field-grid { display: grid; gap: 12px; }
.field-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shipping-card, .payment-card { position: relative; display: flex; align-items: flex-start; gap: 14px; border: 1px solid #d9d5d6; border-radius: 10px; background: #fff; padding: 17px; }
.shipping-card.selected { border-color: #248765; background: #eff9f5; box-shadow: inset 0 0 0 1px #248765; }
.shipping-card img { width: 54px; height: 54px; object-fit: contain; border: 1px solid #cce8dd; border-radius: 8px; background: #fff; }
.radio { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 3px; border: 2px solid #b8b3b5; border-radius: 50%; background: #fff; }
.selected-radio { border: 6px solid #2b9270; }
.shipping-copy { min-width: 0; flex: 1; }
.shipping-copy strong { font-size: 15px; }
.shipping-copy small, .shipping-copy p, .payment-card small { display: block; color: #77686c; font-size: 12px; }
.shipping-copy p { margin: 8px 0 0; line-height: 1.45; }
.shipping-card > b { margin-left: auto; color: #167657; font-size: 14px; white-space: nowrap; }
.prime-tag { margin-left: 8px; padding: 4px 7px; color: #fff; background: #288c6b; vertical-align: 1px; }
.payment-card { align-items: center; border-radius: 6px; background: #fff7f8; border-color: var(--accent); }
.payment-card > div { flex: 1; }
.payment-card strong { display: block; font-size: 15px; }
.cod-badge { padding: 6px 9px; border: 1px solid #decfd2; color: var(--accent); background: #fff; }
.terms-row { display: flex; align-items: flex-start; gap: 11px; margin-top: 14px; padding: 15px; border: 1px solid #ded9da; border-radius: 6px; background: #fff; font-size: 13px; line-height: 1.6; }
.terms-row input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--accent); }
.inline-policies a, footer a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.inline-policies a + a::before { content: " · "; color: #8c8184; text-decoration: none; }
.error { margin-top: 12px; border: 1px solid #ef6c54; border-radius: 6px; background: #fff3ef; color: #a6321e; padding: 12px 14px; font-size: 13px; }
#submit { width: 100%; min-height: 54px; margin-top: 14px; border: 0; border-radius: 5px; background: var(--accent); color: #fff; cursor: pointer; font-weight: 700; }
#submit:hover { filter: brightness(.93); transform: translateY(-1px); }
#submit:active { transform: translateY(1px); }
#submit:disabled { cursor: wait; opacity: .65; transform: none; }
footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid #ddd7d9; color: #7e7477; font-size: 12px; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
footer p { margin: 12px 0 0; }
.summary-inner { position: sticky; top: 48px; max-width: 580px; }
.product-row { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.product-image { position: relative; width: 68px; height: 68px; border: 1px solid #ded5d7; border-radius: 8px; background: #fff; }
.product-image img { width: 100%; height: 100%; object-fit: contain; border-radius: inherit; }
.product-image span { position: absolute; top: -10px; right: -10px; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #fff; background: #777; font-size: 12px; }
.product-copy { min-width: 0; }
.product-copy strong { display: block; font-size: 14px; }
.product-copy small { display: block; margin-top: 4px; color: #776e70; }
.product-row > b { font-size: 14px; white-space: nowrap; }
.discount-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin: 24px 0; }
.discount-row input, .discount-row button { min-height: 48px; border: 1px solid #e0d6d8; border-radius: 5px; background: #fff; padding: 0 14px; color: #7a7173; }
.discount-row button { background: #eddde0; }
dl { margin: 0; }
dl > div { display: flex; justify-content: space-between; gap: 18px; margin: 11px 0; font-size: 14px; }
dl dt, dl dd { margin: 0; }
dl .total { margin-top: 20px; padding-top: 18px; border-top: 1px solid #dacdd0; font-size: 19px; font-weight: 700; }
dl .total small { color: #7f7477; font-size: 11px; font-weight: 400; }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.success-shell { min-height: 100dvh; display: grid; place-items: center; padding: 24px; background: var(--page-bg); }
.success-card { width: min(100%, 620px); text-align: center; border: 1px solid #eadbde; border-radius: 14px; background: #fff; padding: 48px 36px; box-shadow: 0 24px 80px rgba(91, 42, 54, .1); }
.success-mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 26px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 35px; }
.success-order { color: #7f7477; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.success-card h1 { margin: 12px 0; font: 400 42px/1.1 Georgia, "Times New Roman", serif; }
.success-card > p { color: #746a6d; }
.success-summary { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 18px; border: 1px solid #eadde0; border-radius: 8px; background: var(--summary-bg); }
.success-help { margin-top: 22px; font-size: 13px; }
@media (max-width: 900px) {
  .checkout-shell { grid-template-columns: 1fr; }
  .summary-column { grid-row: 1; min-height: 0; border-left: 0; border-bottom: 1px solid #ead9dc; padding: 24px 20px; }
  .summary-inner { position: static; max-width: none; }
  .form-column { padding: 26px 20px 36px; }
  .hero-copy h1 { font-size: 32px; }
}
@media (max-width: 620px) {
  .field-grid-three { grid-template-columns: 1fr; gap: 0; }
  .brand strong { font-size: 24px; }
  .limit-badge { font-size: 9px; }
  .shipping-card { display: grid; grid-template-columns: 20px 48px minmax(0, 1fr); }
  .shipping-card img { width: 48px; height: 48px; }
  .shipping-card > b { grid-column: 3; margin: -4px 0 0; }
  .product-row { grid-template-columns: 60px minmax(0, 1fr); }
  .product-image { width: 60px; height: 60px; }
  .product-row > b { grid-column: 2; }
  .success-card { padding: 38px 22px; }
}
