/* Homepage-only public Order Visualizer demonstration. */
.order-story { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 24px; }
.order-story:hover { transform: none; box-shadow: var(--shadow); }
.order-story-copy, .linkedin-embed { min-width: 0; }
.order-still { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; border-radius: var(--radius-sm); margin: 20px 0 12px; }
.linkedin-embed iframe { display: block; width: 100%; height: 550px; border: 0; border-radius: 9px; background: #fff; }
.linkedin-embed p { font-size: 12px; color: var(--muted); margin: 12px 0 0; }
.order-post-link { display: inline-flex; align-items: center; min-height: 44px; font-family: var(--font-mono); font-size: 13px; }
@media (max-width: 640px) { .order-story { grid-template-columns: 1fr; } }
