/* Orders, straight to you — Ala.menu-style checkout → dashboard demo */

.landing-order-straight.landing-order-live {
  position: relative;
  overflow: visible;
}

.lm-ost-backdrop {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lm-ost-backdrop__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  transition: opacity 1.1s ease 0.15s;
}

.lm-ost-backdrop__glow--left {
  left: 6%;
  top: 18%;
  width: min(620px, 70vw);
  height: min(440px, 50vh);
  background: radial-gradient(closest-side, rgba(15, 165, 107, 0.1), transparent 70%);
}

.lm-ost-backdrop__glow--right {
  right: 2%;
  top: 40%;
  width: min(560px, 62vw);
  height: min(400px, 45vh);
  background: radial-gradient(closest-side, rgba(15, 165, 107, 0.08), transparent 70%);
}

.lm-ost-backdrop__floor {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 44%;
  background: radial-gradient(62% 95% at 50% 100%, rgba(15, 165, 107, 0.08), transparent 72%);
  transition: opacity 1.1s ease 0.15s;
}

.lm-ost-backdrop__flare {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease-out;
}

.lm-ost-backdrop__flare:not([hidden]) {
  opacity: 1;
}

.lm-ost-backdrop__flare::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 60%;
  background: radial-gradient(58% 80% at 50% 100%, rgba(15, 165, 107, 0.16), transparent 70%);
}

.lm-ost-backdrop__flare::after {
  content: '';
  position: absolute;
  right: 4%;
  top: 8%;
  width: min(540px, 60vw);
  height: min(380px, 42vh);
  background: radial-gradient(closest-side, rgba(52, 211, 153, 0.12), transparent 70%);
}

.lm-ost-inner {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  overflow: visible;
}

.lm-ost-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 1024px) {
  .lm-ost-grid {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 4vw, 5rem);
  }
}

.lm-ost-copy {
  width: 100%;
  max-width: 36rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .lm-ost-copy {
    flex: 0 1 28rem;
    max-width: 32rem;
    text-align: start;
  }
}

.lm-ost-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lm-ost-title {
  margin: 1rem 0 0;
  font-size: clamp(1.85rem, 4.8vw, 3rem);
  line-height: 1.08;
  text-wrap: balance;
}

.lm-ost-lead {
  margin: 1rem auto 0;
  max-width: 34rem;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.65;
}

.lm-ost-cta--desktop {
  display: none;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .lm-ost-cta--desktop {
    display: inline-flex;
  }
}

.lm-ost-cta-row {
  margin-top: 1.75rem;
}

.lm-ost-cta--mobile {
  display: inline-flex;
}

@media (min-width: 1024px) {
  .lm-ost-cta-row {
    display: none;
  }
}

.lm-ost-visual {
  width: 100%;
  min-width: 0;
  max-width: min(100%, 22.5rem);
  overflow: visible;
}

.lm-ost-orbit {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding:
    var(--lm-mock-bleed-y, clamp(1rem, 2.75vw, 2rem))
    var(--lm-mock-bleed-x, clamp(1.15rem, 3.25vw, 2.35rem))
    calc(var(--lm-mock-bleed-y, clamp(1rem, 2.75vw, 2rem)) + 1rem);
  box-sizing: border-box;
  overflow: visible;
}

.lm-ost-orbit::before {
  content: '';
  position: absolute;
  inset: 8% 4% 6%;
  z-index: 0;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 42%, rgba(15, 165, 107, 0.08), transparent 68%),
    radial-gradient(ellipse 48% 40% at 82% 72%, rgba(254, 243, 199, 0.2), transparent 58%);
  pointer-events: none;
}

.lm-ost-orbit .lm-ost-stage {
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .lm-ost-visual {
    max-width: 26.25rem;
  }
}

@media (min-width: 1024px) {
  .lm-ost-visual {
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}

.lm-ost-stage {
  position: relative;
  width: 100%;
  height: clamp(21rem, 62vw, 30rem);
  max-width: 22.5rem;
  margin-inline: auto;
  overflow: visible;
  padding:
    var(--lm-mock-bleed-lg, clamp(1.25rem, 3.5vw, 2.5rem))
    var(--lm-mock-bleed-lg, clamp(1.25rem, 3.5vw, 2.5rem))
    calc(var(--lm-mock-bleed-lg, clamp(1.25rem, 3.5vw, 2.5rem)) + 2rem);
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .lm-ost-stage {
    height: clamp(23rem, 64vw, 33rem);
    max-width: 26.25rem;
  }
}

@media (min-width: 1024px) {
  .lm-ost-stage {
    width: clamp(20rem, 34vw, 33.75rem);
    height: clamp(24rem, 40vw, 36rem);
    max-width: none;
  }
}

/* Dashboard (top-right) */
.lm-ost-dash {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 88%;
  max-width: 20.625rem;
}

@media (min-width: 1024px) {
  .lm-ost-dash {
    width: clamp(16rem, 28vw, 27.5rem);
    max-width: none;
  }
}

.lm-ost-dash__glow {
  position: absolute;
  inset: -3.5rem;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(15, 165, 107, 0.16), transparent 72%);
  pointer-events: none;
}

.lm-ost-dash__tilt {
  perspective: 1600px;
}

.lm-ost-stage.is-parallax .lm-ost-dash__tilt {
  transform: rotateY(var(--lm-ost-dash-tilt-y, -7deg));
}

.lm-ost-dash__window {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.32),
    0 36px 90px -22px rgba(0, 0, 0, 0.65);
  outline: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.45s ease;
}

.lm-ost-stage.is-parallax .lm-ost-dash__window {
  transform: translate(var(--lm-ost-dash-x, 0), var(--lm-ost-dash-y, 0));
}

.lm-ost-dash__chrome {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(231, 229, 228, 0.8);
  background: #fafaf9;
}

.lm-ost-dash__lights {
  display: flex;
  gap: 0.35rem;
}

.lm-ost-dash__lights span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

.lm-ost-dash__lights span:nth-child(1) { background: #ff5f57; }
.lm-ost-dash__lights span:nth-child(2) { background: #febc2e; }
.lm-ost-dash__lights span:nth-child(3) { background: #28c840; }

.lm-ost-dash__url {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.2rem 0.65rem;
  border-radius: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #78716c;
  background: rgba(231, 229, 228, 0.6);
}

.lm-ost-dash__url .lm-icon {
  color: #a8a29e;
}

.lm-ost-dash__chrome-spacer {
  width: 2.625rem;
  flex-shrink: 0;
}

.lm-ost-dash__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem 0.15rem;
}

.lm-ost-dash__live-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1c1917;
}

.lm-ost-dash__live-dot {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}

.lm-ost-dash__live-dot::before,
.lm-ost-dash__live-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #10b981;
}

.lm-ost-dash__live-dot::before {
  opacity: 0.6;
  animation: lm-ost-ping 1.6s ease-out infinite;
}

@keyframes lm-ost-ping {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(2.2); opacity: 0; }
}

.lm-ost-dash__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #10b981;
  animation: lm-ost-badge-pop 0.45s cubic-bezier(0.34, 1.35, 0.64, 1);
}

.lm-ost-dash__badge[hidden] {
  display: none !important;
}

@keyframes lm-ost-badge-pop {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.lm-ost-dash__time {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #a8a29e;
}

.lm-ost-kanban {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.35rem 1rem 0.65rem;
}

.lm-ost-kanban__col {
  min-width: 0;
  padding: 0.35rem;
  border-radius: 0.75rem;
  background: rgba(245, 245, 244, 0.8);
}

.lm-ost-kanban__col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.2rem 0.35rem;
}

.lm-ost-kanban__col-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a8a29e;
}

.lm-ost-kanban__col-dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
}

.lm-ost-kanban__col-dot--new { background: #fbbf24; }
.lm-ost-kanban__col-dot--preparing { background: #38bdf8; }
.lm-ost-kanban__col-dot--ready { background: #10b981; }

.lm-ost-kanban__col-count {
  font-size: 0.59rem;
  font-weight: 600;
  color: #d6d3d1;
}

.lm-ost-kanban__col-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.lm-ost-kanban__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  border: 1px dashed rgba(214, 211, 209, 0.9);
  border-radius: 0.5rem;
}

.lm-ost-kanban__empty[hidden] {
  display: none !important;
}

.lm-ost-kanban__empty-dot {
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
}

.lm-ost-kanban__empty-dot::before,
.lm-ost-kanban__empty-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #a8a29e;
}

.lm-ost-kanban__empty-dot::before {
  opacity: 0.5;
  animation: lm-ost-ping 1.6s ease-out infinite;
}

.lm-ost-kanban__card {
  padding: 0.55rem 0.65rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  outline: 1px solid #e7e5e4;
}

.lm-ost-kanban__card--static {
  opacity: 0.7;
}

.lm-ost-kanban__card--live {
  position: relative;
  opacity: 1;
  outline-color: rgba(251, 191, 36, 0.6);
  box-shadow: 0 8px 22px -8px rgba(251, 191, 36, 0.4);
  animation: lm-ost-card-in 0.45s cubic-bezier(0.34, 1.35, 0.64, 1);
}

.lm-ost-kanban__card--live.is-flash::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(251, 191, 36, 0.4);
  animation: lm-ost-flash 0.8s ease-out;
  pointer-events: none;
}

@keyframes lm-ost-card-in {
  from { opacity: 0; transform: scale(0.55); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes lm-ost-flash {
  0%, 100% { opacity: 0; }
  40% { opacity: 0.6; }
}

.lm-ost-kanban__card-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1c1917;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lm-ost-kanban__card-meta {
  margin-top: 0.1rem;
  padding-inline-start: 0.75rem;
  font-size: 0.66rem;
  font-weight: 500;
  color: #78716c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lm-ost-kanban__live-slot[hidden],
.lm-ost-kanban__rush:empty {
  display: none;
}

.lm-ost-dash__foot {
  display: flex;
  justify-content: flex-end;
  padding: 0.55rem 1rem;
  border-top: 1px solid rgba(231, 229, 228, 0.8);
  background: #fafaf9;
}

.lm-ost-dash__stats {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #78716c;
}

.lm-ost-dash__shadow {
  position: absolute;
  left: 50%;
  bottom: -1.75rem;
  z-index: -1;
  width: 80%;
  height: 1.75rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(16px);
}

/* Phone checkout (bottom-left) — sit lower so slide-up + fly path read clearly */
.landing-order-straight.landing-order-live {
  --lm-ost-phone-bottom: -2rem;
  --lm-ost-phone-sheet-hidden-y: 136%;
}

.lm-ost-phone {
  position: absolute;
  z-index: 3;
  bottom: var(--lm-ost-phone-bottom, -2rem);
  left: 0;
  width: min(100%, 17rem);
  height: 15.9rem;
  transform-origin: bottom left;
  transform: scale(0.62);
}

@media (min-width: 640px) {
  .landing-order-straight.landing-order-live {
    --lm-ost-phone-bottom: -2.25rem;
  }

  .lm-ost-phone {
    height: 17.5rem;
    transform: scale(0.72);
  }
}

@media (min-width: 1024px) {
  .landing-order-straight.landing-order-live {
    --lm-ost-phone-bottom: -2.5rem;
  }

  .lm-ost-phone {
    height: 25.625rem;
    transform: scale(1);
  }
}

.lm-ost-phone__glow {
  position: absolute;
  inset: -3.5rem;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(236, 253, 245, 0.09), transparent 72%);
}

.lm-ost-phone__tilt {
  position: relative;
  height: 100%;
  perspective: 1600px;
}

.lm-ost-stage.is-parallax .lm-ost-phone__tilt {
  transform: rotateY(var(--lm-ost-phone-tilt-y, -6deg));
}

.lm-ost-phone__sheet {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 25.625rem;
  border-radius: 1.375rem 1.375rem 1rem 1rem;
  background: #fff;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.22),
    0 24px 56px -18px rgba(0, 0, 0, 0.45);
  outline: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(var(--lm-ost-phone-sheet-hidden-y, 136%));
  opacity: 0;
  transition:
    transform 0.78s cubic-bezier(0.34, 1.1, 0.64, 1),
    opacity 0.35s ease;
}

.lm-ost-phone.is-up .lm-ost-phone__sheet {
  transform: translateY(0);
  opacity: 1;
}

.lm-ost-stage.is-parallax .lm-ost-phone.is-up .lm-ost-phone__sheet {
  transform: translate(var(--lm-ost-phone-x, 0), var(--lm-ost-phone-y-parallax, 0));
}

.lm-ost-phone__handle {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding: 0.45rem 0 0.25rem;
  pointer-events: none;
}

.lm-ost-phone__handle::after {
  content: '';
  width: 2.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: #e7e5e4;
}

.lm-ost-phone__screens {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.lm-ost-phone__checkout,
.lm-ost-phone__success {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1rem 1rem;
  transition: opacity 0.5s ease;
}

.lm-ost-phone__checkout {
  opacity: 1;
}

.lm-ost-phone__success {
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.lm-ost-stage[data-lm-ost-phase="land"] .lm-ost-phone__checkout,
.lm-ost-stage[data-lm-ost-phase="settle"] .lm-ost-phone__checkout {
  opacity: 0;
}

.lm-ost-stage[data-lm-ost-phase="land"] .lm-ost-phone__success,
.lm-ost-stage[data-lm-ost-phase="settle"] .lm-ost-phone__success {
  opacity: 1;
}

.lm-ost-phone__success[hidden] {
  display: flex !important;
}

.lm-ost-phone__checkout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lm-ost-phone__checkout-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1c1917;
}

.lm-ost-phone__store {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #a8a29e;
}

.lm-ost-phone__methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

.lm-ost-phone__method {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #78716c;
  background: #f5f5f4;
  transition: background 0.3s ease, color 0.3s ease;
}

.lm-ost-phone__method.is-active {
  color: #fff;
  background: #1c1917;
}

.lm-ost-phone__items {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid #f5f5f4;
}

.lm-ost-phone__item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8125rem;
}

.lm-ost-phone__item img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  object-fit: cover;
  flex-shrink: 0;
}

.lm-ost-phone__item span:first-of-type {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #44403c;
}

.lm-ost-phone__item span:last-child {
  font-family: ui-monospace, monospace;
  font-weight: 500;
  color: #1c1917;
}

.lm-ost-phone__details {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid #f5f5f4;
  font-size: 0.75rem;
  color: #78716c;
}

.lm-ost-phone__detail {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lm-ost-phone__detail svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #a8a29e;
  flex-shrink: 0;
}

.lm-ost-phone__totals {
  margin-top: auto;
  padding-top: 0.55rem;
}

.lm-ost-phone__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #78716c;
}

.lm-ost-phone__row + .lm-ost-phone__row {
  margin-top: 0.25rem;
}

.lm-ost-phone__row--total {
  padding-top: 0.15rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1c1917;
}

.lm-ost-phone__row--total span:last-child {
  font-family: ui-monospace, monospace;
  font-size: 0.9375rem;
  font-weight: 700;
}

.lm-ost-phone__row.is-hidden {
  visibility: hidden;
}

.lm-ost-phone__send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
  margin-top: 0.55rem;
  border: none;
  border-radius: 0.75rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #10b981;
  transition: background 0.3s ease, color 0.3s ease, transform 0.35s ease;
}

.lm-ost-stage[data-lm-ost-phase="place"] .lm-ost-phone__send {
  background: #059669;
  animation: lm-ost-send-pulse 0.4s ease;
}

.lm-ost-stage[data-lm-ost-phase="travel"] .lm-ost-phone__send,
.lm-ost-stage[data-lm-ost-phase="land"] .lm-ost-phone__send,
.lm-ost-stage[data-lm-ost-phase="settle"] .lm-ost-phone__send {
  color: #047857;
  background: rgba(16, 185, 129, 0.1);
}

@keyframes lm-ost-send-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(0.96); }
}

.lm-ost-phone__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  color: #fff;
  background: #10b981;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
  animation: lm-ost-success-pop 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.lm-ost-phone__success-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

@keyframes lm-ost-success-pop {
  0% { transform: scale(0.5); }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.lm-ost-phone__success-title {
  margin-top: 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1917;
}

.lm-ost-phone__success-meta {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: #a8a29e;
}

.lm-ost-phone__pipeline {
  width: 100%;
  max-width: 11.25rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lm-ost-phone__pipe-step {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.lm-ost-phone__pipe-dot {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 999px;
  background: #e7e5e4;
  transition: background 0.3s ease;
}

.lm-ost-phone__pipe-step.is-active .lm-ost-phone__pipe-dot {
  background: #10b981;
}

.lm-ost-phone__pipe-step.is-current .lm-ost-phone__pipe-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #34d399;
  opacity: 0.6;
  animation: lm-ost-ping 1.6s ease-out infinite;
}

.lm-ost-phone__pipe-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #d6d3d1;
  transition: color 0.3s ease;
}

.lm-ost-phone__pipe-step.is-active .lm-ost-phone__pipe-label {
  color: #1c1917;
}

.lm-ost-phone__pipe-now {
  margin-inline-start: auto;
  padding: 0.08rem 0.45rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #047857;
  background: rgba(16, 185, 129, 0.1);
}

.lm-ost-phone__pipe-now[hidden] {
  display: none !important;
}

.lm-ost-phone__shadow {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  z-index: -1;
  width: 78%;
  height: 1.5rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(14px);
}

/* Travel path + flying pill */
.lm-ost-path {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.35s ease;
}

.lm-ost-stage[data-lm-ost-phase="travel"] .lm-ost-path {
  opacity: 1;
}

.lm-ost-stage[data-lm-ost-phase="land"] .lm-ost-path,
.lm-ost-stage[data-lm-ost-phase="settle"] .lm-ost-path {
  opacity: 0;
  transition-duration: 0.45s;
}

.lm-ost-path__wide {
  stroke: rgba(52, 211, 153, 0.12);
  stroke-width: 5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.lm-ost-path__thin {
  stroke: rgba(52, 211, 153, 0.72);
  stroke-width: 2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px rgba(52, 211, 153, 0.35));
  vector-effect: non-scaling-stroke;
}

.lm-ost-path__wide,
.lm-ost-path__thin {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.lm-ost-fly {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.lm-ost-fly[hidden] {
  display: block !important;
  opacity: 0;
}

.lm-ost-fly__pill,
.lm-ost-toast__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1c1917;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.3),
    0 8px 32px rgba(18, 178, 122, 0.6);
  white-space: nowrap;
}

.lm-ost-fly__pill svg,
.lm-ost-toast__pill svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #059669;
  flex-shrink: 0;
}

.lm-ost-toast {
  position: absolute;
  z-index: 6;
  top: -1rem;
  left: 0.5rem;
  opacity: 0;
  transform: translateY(14px) scale(0.9);
}

@media (min-width: 1024px) {
  .lm-ost-toast {
    top: -1rem;
    left: -1.5rem;
  }
}

.lm-ost-toast[hidden] {
  display: none !important;
}

@keyframes lm-ost-toast-in {
  from { opacity: 0; transform: translateY(14px) scale(0.9); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lm-ost-phone__sheet,
  .lm-ost-path,
  .lm-ost-fly,
  .lm-ost-toast,
  .lm-ost-kanban__card--live,
  .lm-ost-dash__live-dot::before,
  .lm-ost-kanban__empty-dot::before,
  .lm-ost-phone__success-icon {
    animation: none !important;
    transition: none !important;
  }

  .lm-ost-phone.is-up .lm-ost-phone__sheet {
    transform: none;
    opacity: 1;
  }
}
