/* Majestic — warehouse pick-slip layout */
.commerce-majestic .mj-hero{padding:24px 0 10px;border-bottom:2px solid #00695C}
.commerce-majestic .mj-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3vw,2.7rem);margin:6px 0 0;color:#12241a}
.commerce-majestic .mj-hero .eyebrow{font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#00695C;font-size:.74rem}
.commerce-majestic .mj-layout{display:grid;grid-template-columns:1fr 300px;gap:22px;align-items:start}
.commerce-majestic .mj-stack{display:grid;gap:10px}
.commerce-majestic .mj-slip-line{display:grid;grid-template-columns:64px 1fr auto auto;gap:12px;align-items:center;padding:14px 16px;border:1px solid rgba(18,36,26,.14);border-left:5px solid #FF7043;border-radius:4px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.commerce-majestic .mj-slip-line img{width:64px;height:64px;object-fit:contain;border-radius:4px;background:#fbf9f4;border:1px dashed rgba(18,36,26,.12)}
.commerce-majestic .mj-slip-line strong{font-size:.95rem}
.commerce-majestic .mj-slip-tally{position:sticky;top:92px;padding:20px;border-radius:6px;background:linear-gradient(180deg,#fff,#f5f2ea);border:2px solid #00695C;font-family:'Work Sans',sans-serif}
.commerce-majestic .mj-slip-tally h3{margin:0 0 12px;font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:#00695C}
.commerce-majestic .mj-slip-meta{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#58705b;margin-bottom:14px}
.commerce-majestic .mj-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.commerce-majestic .mj-checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}
.commerce-majestic .mj-dispatch-form{padding:24px;border-radius:6px;background:#fff;border:2px solid rgba(18,36,26,.12);border-top:5px solid #00695C}
.commerce-majestic .mj-dispatch-form h2{font-family:'Cormorant Garamond',serif;margin:0 0 6px;color:#12241a}
.commerce-majestic .mj-product-slip{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:22px;border-radius:6px;background:#fff;border:1px solid rgba(18,36,26,.12);border-left:6px solid #FF7043}
.commerce-majestic .mj-spec-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.commerce-majestic .mj-spec-tags span{padding:6px 10px;border-radius:3px;background:rgba(0,105,92,.08);border:1px solid rgba(0,105,92,.18);font-weight:600;font-size:.78rem;color:#12241a}
.commerce-majestic .mj-product-stack{display:grid;gap:18px}
@media(max-width:900px){.commerce-majestic .mj-layout,.commerce-majestic .mj-checkout-grid,.commerce-majestic .mj-product-slip{grid-template-columns:1fr}.commerce-majestic .mj-slip-line{grid-template-columns:52px 1fr;grid-template-rows:auto auto}.commerce-majestic .mj-slip-line img{width:52px;height:52px}}
