/* Owned Morning — product preview animations (cream/sage)
   No CDNs. Respects prefers-reduced-motion → static final frame. */

.om-preview {
  --om-ink: #2A241F;
  --om-cream: #F6F0E6;
  --om-card: #FFFBF6;
  --om-warm: #8B4A3A;
  --om-sage: #5A6B52;
  --om-sage-soft: #E4EBE0;
  --om-clay: #C4A484;
  --om-graphite: #5A534C;
  --om-line: #e6ddd0;
  --om-mist: #f3ebe0;
  position: relative;
  width: 100%;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--om-ink);
  user-select: none;
  -webkit-user-select: none;
}
.om-preview * { box-sizing: border-box; }
.om-preview__label {
  position: absolute;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.55rem;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--om-graphite);
  background: rgba(255,251,246,0.88);
  border: 1px solid var(--om-line);
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  white-space: nowrap;
  pointer-events: none;
}
.om-preview--hero .om-preview__label { bottom: 0.85rem; font-size: 0.6rem; }
.om-preview--mini .om-preview__label { display: none; }
.om-preview--sm .om-preview__label { bottom: 0.4rem; font-size: 0.5rem; }

/* —— Controls (planner page) —— */
.om-preview__ctrl {
  position: absolute;
  z-index: 7;
  top: 0.65rem;
  right: 0.65rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--om-line);
  background: rgba(255,251,246,0.92);
  color: var(--om-sage);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(42,36,31,0.08);
}
.om-preview__ctrl:hover { background: var(--om-sage-soft); }
.om-preview__ctrl svg { width: 14px; height: 14px; }
.om-preview--paused .om-page-stack,
.om-preview--paused .om-page,
.om-preview--paused .om-phone-card,
.om-preview--paused .om-habit-chk,
.om-preview--paused .om-habit-chk::after,
.om-preview--paused .om-step-card,
.om-preview--paused .om-wave-bar,
.om-preview--paused .om-play-pulse,
.om-preview--paused .om-bundle-piece,
.om-preview--paused .om-audio__progress,
.om-preview--paused .om-audio__ch,
.om-preview--paused .om-wall__caption,
.om-preview--paused .om-bundle__kit-tag {
  animation-play-state: paused !important;
}

/* ============================================================
   1. PLANNER — iPad / GoodNotes mock, auto-flip pages
   Cream / sage paper craft (CSS-only)
   ============================================================ */
.om-planner {
  aspect-ratio: 4 / 3;
  max-width: 100%;
}
.om-planner__bezel {
  position: absolute;
  inset: 4%;
  background: linear-gradient(160deg, #3a322c 0%, #2A241F 55%, #1f1a16 100%);
  border-radius: clamp(14px, 3vw, 22px);
  padding: clamp(8px, 1.4vw, 12px);
  box-shadow:
    0 24px 60px rgba(42,36,31,0.16),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
.om-preview--mini .om-planner__bezel {
  inset: 8%;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 8px 20px rgba(42,36,31,0.1);
}
.om-preview--sm .om-planner__bezel {
  inset: 6%;
  border-radius: 12px;
  padding: 6px;
}
.om-planner__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: clamp(8px, 1.8vw, 14px);
  background:
    linear-gradient(180deg, #f8f1e6 0%, #f1e8da 100%);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(90,107,82,0.06);
}
.om-page-stack {
  position: absolute;
  inset: 0;
}
.om-page {
  position: absolute;
  inset: clamp(4px, 0.9vw, 8px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  opacity: 0;
  transform: translateX(8%) scale(0.98);
  transform-origin: left center;
  animation: om-page-cycle 16s ease-in-out infinite;
  pointer-events: none;
  border-radius: clamp(6px, 1.2vw, 10px);
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(42,36,31,0.04),
    0 8px 24px rgba(42,36,31,0.06);
}
.om-page:nth-child(1) { animation-delay: 0s; }
.om-page:nth-child(2) { animation-delay: -4s; }
.om-page:nth-child(3) { animation-delay: -8s; }
.om-page:nth-child(4) { animation-delay: -12s; }

@keyframes om-page-cycle {
  0%, 4%   { opacity: 0; transform: translateX(10%) scale(0.97); }
  8%, 22%  { opacity: 1; transform: translateX(0) scale(1); }
  28%, 100%{ opacity: 0; transform: translateX(-12%) rotateY(-6deg) scale(0.96); }
}

.om-page__side {
  display: flex;
  flex-direction: column;
  padding: clamp(0.55rem, 1.5vw, 1rem) clamp(0.5rem, 1.35vw, 0.95rem);
  font-size: clamp(0.42rem, 1.05vw, 0.66rem);
  color: var(--om-graphite);
  overflow: hidden;
  min-height: 0;
  position: relative;
}
.om-page__side--l {
  /* soft paper + sage stitch along gutter */
  background-color: #fffaf3;
  background-image:
    repeating-linear-gradient(
      180deg,
      transparent 0 7px,
      rgba(90,107,82,0.2) 7px 8.5px,
      transparent 8.5px 14px
    ),
    linear-gradient(185deg, #fffaf3 0%, #faf3e8 55%, #f6eee2 100%);
  background-size: 1.5px 100%, auto;
  background-position: calc(100% - 3px) 0, 0 0;
  background-repeat: repeat-y, no-repeat;
  box-shadow:
    inset -10px 0 18px -14px rgba(90,107,82,0.18),
    inset 0 1px 0 rgba(255,255,255,0.55);
  border-right: 1px solid rgba(90,107,82,0.14);
}
.om-page__side--r {
  background:
    linear-gradient(185deg, #f3ebe0 0%, #efe4d6 48%, #e9dccb 100%);
  box-shadow: inset 12px 0 22px -12px rgba(42,36,31,0.1);
}

/* Title + meta hierarchy */
.om-page__title {
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  font-size: clamp(0.62rem, 1.55vw, 0.95rem);
  color: var(--om-ink);
  margin: 0 0 0.2em;
  letter-spacing: 0.01em;
  line-height: 1.2;
  position: relative;
  padding-bottom: 0.35em;
  padding-left: 0.55em;
}
.om-page__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.45em;
  width: 2.5px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--om-sage) 0%, #a8b89e 100%);
  opacity: 0.85;
}
.om-page__title::after {
  content: "";
  position: absolute;
  left: 0.55em;
  bottom: 0;
  width: 2.4em;
  height: 1.5px;
  border-radius: 2px;
  background: rgba(90,107,82,0.35);
}
.om-page__meta {
  font-size: 0.72em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--om-graphite);
  opacity: 0.62;
  margin: 0 0 0.55em 0.55em;
  line-height: 1.3;
}
.om-page__block {
  margin-bottom: 0.55em;
}
.om-page__block-label {
  font-size: 0.85em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--om-sage);
  margin-bottom: 0.25em;
  opacity: 0.85;
}

/* Tiny section labels (home / launch / work) */
.om-section-label {
  font-size: 0.68em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--om-sage);
  opacity: 0.7;
  margin: 0.45em 0 0.2em 0.15em;
  font-weight: 600;
}
.om-section-label:first-of-type { margin-top: 0.15em; }

/* Morning blocks — timeline: clock | rail | task */
.om-block-row {
  display: grid;
  grid-template-columns: 3.35em 12px 1fr;
  align-items: center;
  column-gap: 0.35em;
  margin: 0.1em 0;
  padding: 0.32em 0.45em 0.32em 0.25em;
  line-height: 1.35;
  color: var(--om-ink);
  border-radius: 8px;
  position: relative;
}
.om-block-row:nth-child(even) {
  background: rgba(90,107,82,0.055);
}
.om-block-row .om-page__clock {
  flex-shrink: 0;
  width: 3.35em;
  min-width: 3.35em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.om-block-rail {
  display: block;
  position: relative;
  width: 12px;
  height: 1.15em;
  justify-self: center;
}
.om-block-rail::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 35% 30%, #a8b89e, var(--om-sage));
  box-shadow: 0 0 0 2.5px rgba(250,243,232,0.95), 0 1px 2px rgba(42,36,31,0.12);
}
/* continuous soft vertical rail behind dots via side-level timeline */
.om-page__side .om-block-row + .om-block-row .om-block-rail::before,
.om-page__side .om-section-label + .om-block-row .om-block-rail::before {
  content: none;
}
.om-timeline {
  position: relative;
  margin: 0.15em 0 0.25em;
  padding-left: 0;
}
.om-timeline::before {
  content: "";
  position: absolute;
  left: calc(0.25em + 3.35em + 0.35em + 5px);
  top: 0.7em;
  bottom: 0.7em;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(90,107,82,0.35), rgba(90,107,82,0.12) 50%, rgba(90,107,82,0.28));
  pointer-events: none;
  z-index: 0;
}
.om-timeline .om-block-row { position: relative; z-index: 1; }
.om-block-task {
  min-width: 0;
  color: #3d3731;
  opacity: 0.94;
  letter-spacing: 0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Energy match — soft cards */
.om-energy-card {
  background: linear-gradient(165deg, rgba(255,251,246,0.95) 0%, rgba(247,241,230,0.88) 100%);
  border: 1px solid rgba(196,164,132,0.32);
  border-radius: 12px;
  padding: 0.55em 0.65em 0.6em;
  margin: 0.38em 0;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.75),
    0 3px 10px rgba(42,36,31,0.055);
}
.om-energy {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 0.35em;
}
.om-energy__tag {
  flex-shrink: 0;
  width: 1.55em;
  height: 1.55em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(145deg, #c4a484, #a8896e);
  box-shadow: 0 1px 3px rgba(42,36,31,0.14);
}
.om-energy-card--l .om-energy__tag { background: linear-gradient(145deg, #c5d4bc, #9aaf90); }
.om-energy-card--m .om-energy__tag { background: linear-gradient(145deg, #a8b89e, #7d9174); }
.om-energy-card--h .om-energy__tag { background: linear-gradient(145deg, #6e8066, #5A6B52); }
.om-energy__track {
  flex: 1;
  height: 12px;
  border-radius: 999px;
  background: rgba(90,107,82,0.12);
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(42,36,31,0.08);
}
.om-energy__bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--om-sage-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}
.om-energy__bar--l { width: 38%; background: linear-gradient(90deg, #c5d4bc, #a8b89e); }
.om-energy__bar--m { width: 64%; background: linear-gradient(90deg, #a8b89e, #7d9174); }
.om-energy__bar--h { width: 90%; background: linear-gradient(90deg, #7d9174, #5A6B52); }
.om-energy-card__copy {
  margin: 0;
  font-size: 0.95em;
  line-height: 1.35;
  color: #3d3731;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Legacy bare .om-energy (if any) still readable */
.om-page__side > .om-energy { margin: 0.28em 0; }

/* Notes — lined paper + sticky chips */
.om-page__side--notes {
  background:
    linear-gradient(185deg, #f4ece2 0%, #efe4d6 50%, #e9dccb 100%);
}
.om-notes {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28em;
  padding: 0.35em 0.15em 0.2em;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 1.55em,
    rgba(90,107,82,0.09) 1.55em,
    rgba(90,107,82,0.09) calc(1.55em + 1px)
  );
  border-radius: 8px;
  margin-bottom: 0.25em;
}
.om-note-chip {
  position: relative;
  background: rgba(255,251,246,0.82);
  border: 1px solid rgba(196,164,132,0.22);
  border-radius: 8px;
  padding: 0.38em 0.55em 0.38em 0.7em;
  color: #3d3731;
  line-height: 1.3;
  letter-spacing: 0.015em;
  box-shadow: 0 1px 2px rgba(42,36,31,0.04);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.om-note-chip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(180deg, #c4a484, #a8896e);
  opacity: 0.85;
}

/* Aside named lines (non-chip) */
.om-page__aside,
.om-page__named {
  font-size: clamp(0.48rem, 1.1vw, 0.7rem);
  color: var(--om-ink);
  margin: 0.28em 0 0.12em;
  opacity: 0.88;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.om-page__aside {
  padding: 0.3em 0.45em;
  border-radius: 7px;
  background: rgba(90,107,82,0.06);
  border-left: 2px solid rgba(90,107,82,0.28);
}

/* Habits — soft checklist rows */
.om-dots {
  display: flex;
  gap: 0.3em;
  flex-wrap: wrap;
  margin: 0.35em 0;
}
.om-dot {
  width: clamp(8px, 1.25vw, 12px);
  height: clamp(8px, 1.25vw, 12px);
  border-radius: 50%;
  border: 1.5px solid rgba(90,107,82,0.45);
  background: transparent;
  opacity: 0.7;
  box-shadow: inset 0 1px 1px rgba(42,36,31,0.04);
}
.om-dot--on {
  background: radial-gradient(circle at 35% 30%, #8a9b80, var(--om-sage));
  opacity: 0.9;
  border-color: transparent;
  box-shadow: 0 1px 2px rgba(42,36,31,0.12);
}
.om-habit-named {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0.22em 0;
  padding: 0.4em 0.55em;
  font-size: 0.95em;
  color: var(--om-ink);
  line-height: 1.25;
  background: rgba(255,251,246,0.7);
  border: 1px solid rgba(90,107,82,0.12);
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(42,36,31,0.03);
}
.om-habit-named .om-dot { flex-shrink: 0; }
.om-habit-named__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.015em;
}

/* Pills — quiet, bottom-anchored */
.om-page__foot {
  margin-top: auto;
  padding-top: 0.55em;
  display: flex;
  align-items: center;
}
.om-pill {
  display: inline-block;
  margin-top: 0;
  padding: 0.16em 0.55em;
  border-radius: 999px;
  background: rgba(228,235,224,0.85);
  color: var(--om-sage);
  font-size: 0.68em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(90,107,82,0.12);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5);
  opacity: 0.92;
}
/* If a pill appears without foot, still push down when side is flex */
.om-page__side > .om-pill { margin-top: auto; }

/* Week map — intentional soft day cells */
.om-week-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-top: 0.45em;
  margin-bottom: 0.35em;
}
.om-week-day {
  aspect-ratio: 1;
  border-radius: 9px;
  background: #f3ebe0;
  border: 1px solid rgba(90,107,82,0.1);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
}
.om-week-day--on {
  background: linear-gradient(160deg, #a8b89e 0%, #5A6B52 100%);
  opacity: 1;
  border-color: transparent;
  box-shadow:
    0 3px 8px rgba(90,107,82,0.28),
    inset 0 1px 0 rgba(255,255,255,0.3);
  transform: translateY(-1px);
}
.om-week-grid--labeled {
  gap: 6px 5px;
  align-items: start;
}
.om-week-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28em;
  min-width: 0;
  padding: 0.15em 0.05em 0.2em;
  border-radius: 10px;
}
.om-week-cell--on {
  background: rgba(90,107,82,0.05);
}
.om-week-day-label {
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--om-ink);
  opacity: 0.8;
  line-height: 1;
}
.om-week-cell--on .om-week-day-label {
  color: var(--om-sage);
  opacity: 1;
}
.om-week-cell .om-week-day {
  width: 100%;
  max-width: 2.1em;
  aspect-ratio: 1;
}
.om-week-cap {
  font-size: 0.58em;
  line-height: 1.15;
  text-align: center;
  color: var(--om-graphite);
  opacity: 0.82;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.01em;
}

/* Kept for non-planner previews if any; unused in planner HTML */
.om-line-bar {
  height: 5px;
  border-radius: 3px;
  background: var(--om-sage-soft);
  margin: 0.3em 0;
  width: 88%;
}
.om-line-bar--s { width: 55%; }

.om-preview--mini .om-page__side { padding: 0.35rem 0.3rem; }
.om-preview--mini .om-energy__tag,
.om-preview--mini .om-page__block-label,
.om-preview--mini .om-pill,
.om-preview--mini .om-page__foot,
.om-preview--mini .om-section-label,
.om-preview--mini .om-block-rail,
.om-preview--mini .om-week-cap,
.om-preview--mini .om-page__meta { display: none; }
.om-preview--mini .om-page__title {
  font-size: 0.52rem;
  margin-bottom: 0.25em;
  padding-left: 0.4em;
  padding-bottom: 0.2em;
}
.om-preview--mini .om-page__title::before { width: 2px; }
.om-preview--mini .om-block-row {
  grid-template-columns: 1fr;
  padding: 0.12em 0.2em;
  margin: 0.06em 0;
}
.om-preview--mini .om-block-task {
  -webkit-line-clamp: 1;
  font-size: 0.4rem;
}
.om-preview--mini .om-energy-card {
  padding: 0.25em 0.35em;
  margin: 0.15em 0;
}
.om-preview--mini .om-energy-card__copy {
  -webkit-line-clamp: 1;
  font-size: 0.38rem;
}
.om-preview--mini .om-energy__track { height: 5px; }
.om-preview--mini .om-note-chip {
  padding: 0.2em 0.35em 0.2em 0.5em;
  font-size: 0.38rem;
}
.om-preview--mini .om-habit-named {
  padding: 0.18em 0.3em;
  margin: 0.1em 0;
}
.om-preview--mini .om-notes { background-image: none; gap: 0.12em; }
.om-preview--mini .om-page {
  inset: 2px;
  border-radius: 4px;
}

/* ============================================================
   2. WALLPAPER — phone bezel, lock-screen crossfade
   ============================================================ */
.om-wallpaper {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.om-phone {
  position: relative;
  width: 42%;
  max-width: 120px;
  aspect-ratio: 9 / 19;
  background: #2A241F;
  border-radius: 18px;
  padding: 5px;
  box-shadow: 0 12px 28px rgba(42,36,31,0.16);
}
.om-preview--hero .om-phone { max-width: 160px; border-radius: 22px; padding: 7px; }
.om-phone__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 5px;
  background: #1a1612;
  border-radius: 4px;
  z-index: 3;
}
.om-phone__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #c5d4bc;
}
.om-phone-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18% 10% 12%;
  opacity: 0;
  animation: om-crossfade 12s ease-in-out infinite;
}
.om-phone-card:nth-child(1) {
  background: linear-gradient(165deg, #d8e4d2 0%, #e8efe4 50%, #c5d4bc 100%);
  animation-delay: 0s;
}
.om-phone-card:nth-child(2) {
  background: linear-gradient(165deg, #efe4d4 0%, #f5efe6 50%, #e0d4c4 100%);
  animation-delay: -4s;
}
.om-phone-card:nth-child(3) {
  background: linear-gradient(165deg, #e4e6f0 0%, #ebeaf2 50%, #d4d6e0 100%);
  animation-delay: -8s;
}
@keyframes om-crossfade {
  0%, 5%   { opacity: 0; }
  12%, 30% { opacity: 1; }
  38%, 100%{ opacity: 0; }
}
.om-phone-card__time {
  font-family: Georgia, serif;
  font-size: clamp(0.85rem, 2.5vw, 1.15rem);
  color: var(--om-ink);
  opacity: 0.7;
  margin-bottom: 0.85em;
}
.om-phone-card__cue {
  font-size: clamp(0.45rem, 1.3vw, 0.62rem);
  text-align: center;
  line-height: 1.35;
  color: var(--om-ink);
  background: rgba(255,251,246,0.72);
  border-radius: 10px;
  padding: 0.55em 0.7em;
  max-width: 100%;
  letter-spacing: 0.01em;
}

/* ============================================================
   3. HABIT TRACKERS — printable sheet, checkmarks fill week
   ============================================================ */
.om-habits {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
}
.om-habits__sheet {
  width: 100%;
  height: 100%;
  background: var(--om-card);
  border: 1px solid var(--om-line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(42,36,31,0.08);
  padding: 10% 8%;
  display: flex;
  flex-direction: column;
  gap: 8%;
}
.om-habit-row {
  display: flex;
  align-items: center;
  gap: 6%;
  flex: 1;
}
.om-habit-swatch {
  width: 10%;
  aspect-ratio: 1;
  border-radius: 3px;
  flex-shrink: 0;
}
.om-habit-row:nth-child(1) .om-habit-swatch { background: #5A6B52; }
.om-habit-row:nth-child(2) .om-habit-swatch { background: #8B4A3A; }
.om-habit-row:nth-child(3) .om-habit-swatch { background: #C4A484; }
.om-habit-row:nth-child(4) .om-habit-swatch { background: #6E7A9A; }
.om-habit-row:nth-child(5) .om-habit-swatch { background: #7A6B52; }
.om-habit-name {
  width: 22%;
  height: 4px;
  border-radius: 2px;
  background: var(--om-sage-soft);
  flex-shrink: 0;
}
.om-habit-days {
  display: flex;
  gap: 4%;
  flex: 1;
}
.om-habit-chk {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2px;
  border: 1.5px solid var(--om-line);
  position: relative;
  background: #fffaf3;
}
.om-habit-chk::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 1px;
  background: transparent;
  opacity: 0;
  transform: scale(0.4);
}
.om-habit-row:nth-child(1) .om-habit-chk::after { background: #5A6B52; }
.om-habit-row:nth-child(2) .om-habit-chk::after { background: #8B4A3A; }
.om-habit-row:nth-child(3) .om-habit-chk::after { background: #C4A484; }
.om-habit-row:nth-child(4) .om-habit-chk::after { background: #6E7A9A; }
.om-habit-row:nth-child(5) .om-habit-chk::after { background: #7A6B52; }

.om-habit-chk:nth-child(1)::after { animation: om-chk-fill 8s ease-in-out infinite; animation-delay: 0.2s; }
.om-habit-chk:nth-child(2)::after { animation: om-chk-fill 8s ease-in-out infinite; animation-delay: 0.55s; }
.om-habit-chk:nth-child(3)::after { animation: om-chk-fill 8s ease-in-out infinite; animation-delay: 0.9s; }
.om-habit-chk:nth-child(4)::after { animation: om-chk-fill 8s ease-in-out infinite; animation-delay: 1.25s; }
.om-habit-chk:nth-child(5)::after { animation: om-chk-fill 8s ease-in-out infinite; animation-delay: 1.6s; }
.om-habit-chk:nth-child(6)::after { animation: om-chk-fill 8s ease-in-out infinite; animation-delay: 1.95s; }
.om-habit-chk:nth-child(7)::after { animation: om-chk-fill 8s ease-in-out infinite; animation-delay: 2.3s; }

.om-habit-row:nth-child(2) .om-habit-chk:nth-child(n)::after { animation-delay: calc(0.35s + var(--d, 0s)); }
.om-habit-row:nth-child(2) .om-habit-chk:nth-child(1)::after { --d: 0.15s; }
.om-habit-row:nth-child(2) .om-habit-chk:nth-child(2)::after { --d: 0.5s; }
.om-habit-row:nth-child(2) .om-habit-chk:nth-child(3)::after { --d: 0.85s; }
.om-habit-row:nth-child(2) .om-habit-chk:nth-child(4)::after { --d: 1.2s; }
.om-habit-row:nth-child(2) .om-habit-chk:nth-child(5)::after { --d: 1.55s; }
.om-habit-row:nth-child(2) .om-habit-chk:nth-child(6)::after { --d: 1.9s; }
.om-habit-row:nth-child(2) .om-habit-chk:nth-child(7)::after { animation: none; opacity: 0; }

@keyframes om-chk-fill {
  0%, 8%   { opacity: 0; transform: scale(0.4); }
  14%, 55% { opacity: 0.75; transform: scale(1); }
  70%, 100%{ opacity: 0; transform: scale(0.4); }
}

/* ============================================================
   4. WALL STEP CARDS — 3 stacked, fan / cycle
   ============================================================ */
.om-steps {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 600px;
}
.om-steps__stack {
  position: relative;
  width: 48%;
  aspect-ratio: 3 / 4;
}
.om-step-card {
  position: absolute;
  inset: 0;
  background: var(--om-card);
  border: 1px solid var(--om-line);
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(42,36,31,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  animation: om-fan 9s ease-in-out infinite;
}
.om-step-card:nth-child(1) {
  background: #E4EBE0;
  animation-name: om-fan-1;
}
.om-step-card:nth-child(2) {
  background: #F0E8DC;
  animation-name: om-fan-2;
}
.om-step-card:nth-child(3) {
  background: #E8E4F0;
  animation-name: om-fan-3;
}
.om-step-num {
  font-family: Georgia, serif;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  color: var(--om-ink);
  opacity: 0.75;
}
.om-step-label {
  font-size: clamp(0.45rem, 1.2vw, 0.62rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--om-graphite);
}

@keyframes om-fan-1 {
  0%, 100% { transform: translate(-18%, 4%) rotate(-8deg); z-index: 1; }
  33%      { transform: translate(0, 0) rotate(0deg); z-index: 3; }
  66%      { transform: translate(18%, 4%) rotate(8deg); z-index: 2; }
}
@keyframes om-fan-2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); z-index: 3; }
  33%      { transform: translate(18%, 4%) rotate(8deg); z-index: 2; }
  66%      { transform: translate(-18%, 4%) rotate(-8deg); z-index: 1; }
}
@keyframes om-fan-3 {
  0%, 100% { transform: translate(18%, 4%) rotate(8deg); z-index: 2; }
  33%      { transform: translate(-18%, 4%) rotate(-8deg); z-index: 1; }
  66%      { transform: translate(0, 0) rotate(0deg); z-index: 3; }
}

/* ============================================================
   5. MORNING AUDIO — waveform + play pulse
   ============================================================ */
.om-audio {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12%;
  padding: 12%;
}
.om-audio__play {
  position: relative;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--om-sage-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
.om-play-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--om-sage);
  opacity: 0;
  animation: om-pulse 2.8s ease-out infinite;
}
.om-play-pulse:nth-child(2) { animation-delay: 0.9s; }
@keyframes om-pulse {
  0%   { transform: scale(1); opacity: 0.45; }
  100% { transform: scale(1.7); opacity: 0; }
}
.om-audio__icon {
  width: 36%;
  height: 36%;
  margin-left: 8%;
  fill: var(--om-sage);
  position: relative;
  z-index: 1;
}
.om-audio__wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 28%;
  width: 70%;
}
.om-wave-bar {
  flex: 1;
  max-width: 6px;
  border-radius: 3px;
  background: var(--om-sage);
  opacity: 0.55;
  height: 40%;
  animation: om-wave 1.6s ease-in-out infinite;
}
.om-wave-bar:nth-child(1) { animation-delay: 0s; }
.om-wave-bar:nth-child(2) { animation-delay: 0.15s; height: 70%; }
.om-wave-bar:nth-child(3) { animation-delay: 0.3s; height: 100%; }
.om-wave-bar:nth-child(4) { animation-delay: 0.45s; height: 55%; }
.om-wave-bar:nth-child(5) { animation-delay: 0.6s; height: 85%; }
.om-wave-bar:nth-child(6) { animation-delay: 0.2s; height: 45%; }
.om-wave-bar:nth-child(7) { animation-delay: 0.35s; height: 75%; }
@keyframes om-wave {
  0%, 100% { transform: scaleY(0.55); }
  50%      { transform: scaleY(1); }
}
.om-audio__caption {
  font-size: clamp(0.48rem, 1.3vw, 0.65rem);
  letter-spacing: 0.04em;
  color: var(--om-graphite);
  text-align: center;
  opacity: 0.85;
}

/* ============================================================
   6. BUNDLE — small collage of the above
   ============================================================ */
.om-bundle {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8%;
}
.om-bundle--wide {
  aspect-ratio: auto;
  min-height: 140px;
}
.om-bundle__stage {
  position: relative;
  width: 90%;
  aspect-ratio: 5 / 3;
}
.om-bundle-piece {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(42,36,31,0.1);
  border: 1px solid rgba(42,36,31,0.08);
  overflow: hidden;
  animation: om-bundle-bob 6s ease-in-out infinite;
}
.om-bundle-piece--planner {
  width: 38%;
  aspect-ratio: 4/3;
  left: 4%;
  top: 18%;
  background: #2A241F;
  padding: 3px;
  animation-delay: 0s;
}
.om-bundle-piece--planner > div {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #fffaf3 50%, #f7f2e8 50%);
}
.om-bundle-piece--phone {
  width: 16%;
  aspect-ratio: 9/16;
  left: 42%;
  top: 8%;
  background: #2A241F;
  padding: 2px;
  border-radius: 8px;
  animation-delay: -1.5s;
}
.om-bundle-piece--phone > div {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(165deg, #d8e4d2, #c5d4bc);
}
.om-bundle-piece--habits {
  width: 28%;
  aspect-ratio: 5/4;
  right: 6%;
  top: 12%;
  background: var(--om-card);
  padding: 6px;
  animation-delay: -3s;
}
.om-bundle-piece--habits .om-b-row {
  display: flex;
  gap: 3px;
  margin-bottom: 4px;
  align-items: center;
}
.om-bundle-piece--habits .om-b-sw { width: 6px; height: 6px; border-radius: 1px; }
.om-bundle-piece--habits .om-b-box {
  width: 7px; height: 7px; border: 1px solid var(--om-line); border-radius: 1px;
}
.om-bundle-piece--audio {
  width: 22%;
  aspect-ratio: 1;
  left: 38%;
  bottom: 8%;
  background: var(--om-sage-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  animation-delay: -4.5s;
}
.om-bundle-piece--audio svg { width: 40%; fill: var(--om-sage); margin-left: 6%; }
.om-bundle-piece--steps {
  width: 20%;
  aspect-ratio: 3/4;
  right: 18%;
  bottom: 6%;
  background: #F0E8DC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 0.7rem;
  color: var(--om-graphite);
  opacity: 0.85;
  animation-delay: -2s;
}

@keyframes om-bundle-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}

/* —— Hero layout helper (home planner teaser) —— */
.om-preview-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto 1.5rem;
}
.om-preview-wrap--hero .om-preview {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--om-line, #e6ddd0);
  background: var(--om-card, #FFFBF6);
  box-shadow: 0 24px 60px rgba(42,36,31,0.12);
}
.om-preview--full {
  max-width: 780px;
  margin: 0 auto;
}

/* Shop card visual hosts */
.shop-visual .om-preview {
  width: 100%;
  height: 100%;
}
.shop-visual .om-preview--mini {
  position: absolute;
  inset: 0;
}

/* Quiz result mini planner */
.om-quiz-preview {
  max-width: 280px;
  margin: 0 auto 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--om-line, #e6ddd0);
  box-shadow: 0 12px 32px rgba(42,36,31,0.1);
}

/* ============================================================
   Reduced motion — show static final / mid frame
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .om-page {
    animation: none !important;
    opacity: 0;
    transform: none;
  }
  .om-page:first-child {
    opacity: 1;
  }
  .om-phone-card {
    animation: none !important;
    opacity: 0;
  }
  .om-phone-card:first-child {
    opacity: 1;
  }
  .om-habit-chk::after {
    animation: none !important;
    opacity: 0;
    transform: scale(1);
  }
  /* Show a completed mid-week state */
  .om-habit-chk:nth-child(-n+4)::after {
    opacity: 0.75;
  }
  .om-habit-row:nth-child(2) .om-habit-chk:nth-child(7)::after {
    opacity: 0;
  }
  .om-step-card {
    animation: none !important;
  }
  .om-step-card:nth-child(1) { transform: translate(-14%, 3%) rotate(-6deg); z-index: 1; }
  .om-step-card:nth-child(2) { transform: translate(0, 0) rotate(0deg); z-index: 3; }
  .om-step-card:nth-child(3) { transform: translate(14%, 3%) rotate(6deg); z-index: 2; }
  .om-wave-bar,
  .om-play-pulse,
  .om-bundle-piece {
    animation: none !important;
  }
  .om-wave-bar:nth-child(1) { transform: scaleY(0.6); }
  .om-wave-bar:nth-child(2) { transform: scaleY(0.85); }
  .om-wave-bar:nth-child(3) { transform: scaleY(1); }
  .om-wave-bar:nth-child(4) { transform: scaleY(0.7); }
  .om-wave-bar:nth-child(5) { transform: scaleY(0.9); }
  .om-wave-bar:nth-child(6) { transform: scaleY(0.55); }
  .om-wave-bar:nth-child(7) { transform: scaleY(0.8); }
  .om-play-pulse { opacity: 0; }
}

/* Mini hosts: fill square shop tiles */
.om-preview--mini.om-planner,
.om-preview--mini.om-wallpaper,
.om-preview--mini.om-habits,
.om-preview--mini.om-steps,
.om-preview--mini.om-audio,
.om-preview--mini.om-bundle {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.om-preview--mini.om-habits { padding: 12%; }
.om-preview--mini.om-audio { padding: 14%; gap: 10%; }
.om-preview--mini.om-bundle { padding: 6%; }
.om-preview--mini .om-bundle__stage { width: 100%; height: 100%; aspect-ratio: auto; }
.om-preview--sm.om-planner { aspect-ratio: 4 / 3; }

/* Planner page device spacing */
.device .om-planner { border-radius: 18px; }
.device .om-planner__bezel { inset: 0; }

/* ============================================================
   DEEP variants — person-specific story demos (info pages)
   ============================================================ */
.om-preview--deep {
  max-width: 100%;
}
.om-preview--deep .om-preview__label {
  bottom: 0.95rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  max-width: 92%;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  padding: 0.28rem 0.7rem;
}
.om-preview__sample {
  display: inline-block;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--om-sage);
  margin-bottom: 0.65rem;
}
.om-preview__persona {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.82rem;
  color: var(--om-graphite);
  margin-bottom: 1.25rem;
}

/* —— Deep planner: Maya Soft Dawn —— */
.om-preview--deep.om-planner {
  aspect-ratio: 4 / 3;
  min-height: 300px;
}
.om-preview--deep .om-planner__bezel {
  inset: 2.5%;
  border-radius: 26px;
  padding: 14px;
  background: linear-gradient(160deg, #3d3530 0%, #2A241F 55%, #1c1814 100%);
}
.om-preview--deep .om-planner__screen {
  border-radius: 16px;
  background: linear-gradient(180deg, #f9f2e8 0%, #f0e6d8 100%);
}
.om-preview--deep .om-page {
  animation-duration: 20s;
  inset: clamp(6px, 1.1vw, 10px);
  border-radius: 12px;
}
.om-preview--deep .om-page:nth-child(1) { animation-delay: 0s; }
.om-preview--deep .om-page:nth-child(2) { animation-delay: -4s; }
.om-preview--deep .om-page:nth-child(3) { animation-delay: -8s; }
.om-preview--deep .om-page:nth-child(4) { animation-delay: -12s; }
.om-preview--deep .om-page:nth-child(5) { animation-delay: -16s; }
.om-preview--deep .om-page__side {
  font-size: clamp(0.64rem, 1.35vw, 0.84rem);
  padding: clamp(0.75rem, 1.9vw, 1.25rem) clamp(0.65rem, 1.6vw, 1.15rem);
}
.om-preview--deep .om-page__title {
  font-size: clamp(0.85rem, 1.75vw, 1.12rem);
  padding-bottom: 0.4em;
}
.om-preview--deep .om-page__meta {
  font-size: clamp(0.52rem, 1.05vw, 0.68rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.65em;
}
.om-preview--deep .om-page__named,
.om-preview--deep .om-page__aside {
  font-size: clamp(0.68rem, 1.35vw, 0.9rem);
  margin: 0.35em 0 0.2em;
  line-height: 1.35;
}
.om-preview--deep .om-page__clock {
  font-size: clamp(0.68rem, 1.3vw, 0.86rem);
}
.om-preview--deep .om-block-row {
  padding: 0.32em 0.4em 0.32em 0.25em;
  margin: 0.14em 0;
  border-radius: 8px;
}
.om-preview--deep .om-block-task {
  font-size: clamp(0.7rem, 1.35vw, 0.9rem);
  -webkit-line-clamp: 2;
}
.om-preview--deep .om-energy-card {
  padding: 0.55em 0.65em 0.6em;
  margin: 0.4em 0;
  border-radius: 12px;
}
.om-preview--deep .om-energy__track { height: 14px; }
.om-preview--deep .om-energy-card__copy {
  font-size: clamp(0.68rem, 1.3vw, 0.88rem);
}
.om-preview--deep .om-note-chip {
  padding: 0.42em 0.65em 0.42em 0.8em;
  font-size: clamp(0.66rem, 1.25vw, 0.86rem);
  border-radius: 9px;
}
.om-preview--deep .om-notes {
  gap: 0.35em;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 1.85em,
    rgba(90,107,82,0.08) 1.85em,
    rgba(90,107,82,0.08) calc(1.85em + 1px)
  );
}
.om-preview--deep .om-habit-named {
  font-size: clamp(0.7rem, 1.35vw, 0.9rem);
  padding: 0.48em 0.65em;
  margin: 0.28em 0;
  border-radius: 10px;
}
.om-preview--deep .om-week-day-label {
  font-size: clamp(0.55rem, 1.1vw, 0.72rem);
}
.om-preview--deep .om-week-cap {
  font-size: clamp(0.48rem, 0.95vw, 0.62rem);
}
.om-preview--deep .om-week-grid--labeled { gap: 8px 6px; }
.om-preview--deep .om-week-cell .om-week-day { max-width: 2.4em; }
.om-preview--deep .om-pill {
  font-size: 0.62em;
  padding: 0.2em 0.65em;
}
.om-preview--deep .om-section-label {
  font-size: 0.62em;
  margin: 0.55em 0 0.25em 0.2em;
}

/* —— Deep wallpaper: Jordan Fog Walker — 5 screens —— */
.om-preview--deep.om-wallpaper {
  aspect-ratio: 3 / 4;
  max-height: 560px;
  margin: 0 auto;
}
.om-preview--deep .om-phone {
  width: 48%;
  max-width: 200px;
  border-radius: 28px;
  padding: 9px;
}
.om-preview--deep .om-phone__screen { border-radius: 20px; }
.om-preview--deep .om-phone-card {
  animation: om-crossfade-5 18s ease-in-out infinite;
  padding: 22% 12% 14%;
}
.om-preview--deep .om-phone-card:nth-child(1) {
  background: linear-gradient(165deg, #c8d4c6 0%, #dce4d8 45%, #b8c8b4 100%);
  animation-delay: 0s;
}
.om-preview--deep .om-phone-card:nth-child(2) {
  background: linear-gradient(165deg, #d4d8dc 0%, #e4e8ec 45%, #c0c6cc 100%);
  animation-delay: -3.6s;
}
.om-preview--deep .om-phone-card:nth-child(3) {
  background: linear-gradient(165deg, #d8d4cc 0%, #ebe6de 45%, #c8c0b4 100%);
  animation-delay: -7.2s;
}
.om-preview--deep .om-phone-card:nth-child(4) {
  background: linear-gradient(165deg, #c4d0c8 0%, #dce8e0 45%, #a8bcb0 100%);
  animation-delay: -10.8s;
}
.om-preview--deep .om-phone-card:nth-child(5) {
  background: linear-gradient(165deg, #d0c8d4 0%, #e4dee8 45%, #b8b0c0 100%);
  animation-delay: -14.4s;
}
@keyframes om-crossfade-5 {
  0%, 3%    { opacity: 0; }
  8%, 16%   { opacity: 1; }
  20%, 100% { opacity: 0; }
}
.om-preview--deep .om-phone-card__tod {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: clamp(0.4rem, 1.1vw, 0.52rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--om-graphite);
  opacity: 0.65;
  margin-bottom: 0.5em;
}
.om-preview--deep .om-phone-card__time {
  font-size: clamp(1.1rem, 3.2vw, 1.55rem);
  margin-bottom: 1em;
}

/* —— Deep habits: Sam Visual Anchor —— */
.om-preview--deep.om-habits {
  aspect-ratio: 5 / 4;
  padding: 6%;
}
.om-preview--deep .om-habits__rows {
  display: flex;
  flex-direction: column;
  gap: 8%;
  flex: 1;
  min-height: 0;
}
.om-preview--deep .om-habits__sheet {
  padding: 8% 7% 10%;
  gap: 6%;
  border-radius: 12px;
}
.om-preview--deep .om-habits__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2%;
  flex-shrink: 0;
}
.om-preview--deep .om-habits__title {
  font-family: Georgia, serif;
  font-size: clamp(0.7rem, 1.8vw, 0.95rem);
  color: var(--om-ink);
}
.om-preview--deep .om-habits__week {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: clamp(0.42rem, 1vw, 0.55rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--om-graphite);
  opacity: 0.7;
}
.om-preview--deep .om-habit-name {
  width: auto;
  min-width: 22%;
  height: auto;
  background: none;
  font-size: clamp(0.48rem, 1.2vw, 0.68rem);
  color: var(--om-ink);
  opacity: 0.85;
  white-space: nowrap;
}
.om-preview--deep .om-habit-days-label {
  display: flex;
  gap: 4%;
  margin-left: calc(10% + 6% + min(22%, 5.5rem));
  margin-bottom: 0.35rem;
  flex-shrink: 0;
}
.om-preview--deep .om-habit-days-label span {
  flex: 1;
  text-align: center;
  font-size: clamp(0.38rem, 0.9vw, 0.5rem);
  color: var(--om-graphite);
  opacity: 0.55;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.om-preview--deep .om-habit-chk {
  animation: none;
}
.om-preview--deep .om-habit-chk::after {
  animation: om-chk-fill-deep 14s ease-in-out infinite;
}
/* Stagger fill across week × 4 habits */
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(1)::after { animation-delay: 0.3s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(2)::after { animation-delay: 1.8s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(3)::after { animation-delay: 3.3s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(4)::after { animation-delay: 4.8s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(5)::after { animation-delay: 6.3s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(6)::after { animation-delay: 7.8s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(7)::after { animation-delay: 9.3s; }

.om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(1)::after { animation-delay: 0.5s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(2)::after { animation-delay: 2s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(3)::after { animation-delay: 3.5s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(4)::after { animation-delay: 5s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(5)::after { animation-delay: 6.5s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(6)::after { animation-delay: 8s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(7)::after { animation: none; opacity: 0; }

.om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(1)::after { animation-delay: 0.7s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(2)::after { animation-delay: 2.2s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(3)::after { animation-delay: 3.7s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(4)::after { animation-delay: 5.2s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(5)::after { animation-delay: 6.7s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(6)::after { animation: none; opacity: 0; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(7)::after { animation: none; opacity: 0; }

.om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(1)::after { animation-delay: 0.9s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(2)::after { animation-delay: 2.4s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(3)::after { animation-delay: 3.9s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(4)::after { animation-delay: 5.4s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(5)::after { animation: none; opacity: 0; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(6)::after { animation-delay: 8.2s; }
.om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(7)::after { animation: none; opacity: 0; }

@keyframes om-chk-fill-deep {
  0%, 5%   { opacity: 0; transform: scale(0.4); }
  10%, 72% { opacity: 0.8; transform: scale(1); }
  85%, 100%{ opacity: 0; transform: scale(0.4); }
}

/* —— Deep steps: Riley Scramble Bloom — wall place then use —— */
.om-preview--deep.om-steps {
  aspect-ratio: 4 / 3;
  perspective: 800px;
}
.om-wall {
  position: relative;
  width: 88%;
  height: 78%;
  background:
    linear-gradient(180deg, #e8e0d4 0%, #ddd4c6 100%);
  border-radius: 8px;
  border: 1px solid var(--om-line);
  box-shadow: inset 0 0 40px rgba(42,36,31,0.04);
  overflow: hidden;
}
.om-wall__rail {
  position: absolute;
  top: 18%;
  left: 8%;
  right: 8%;
  height: 3px;
  background: rgba(42,36,31,0.12);
  border-radius: 2px;
}
.om-wall .om-step-card {
  width: 22%;
  aspect-ratio: 3 / 4;
  inset: auto;
  top: 28%;
  animation: none;
}
.om-wall .om-step-card:nth-child(2) {
  left: 10%;
  animation: om-wall-place-1 12s ease-in-out infinite;
}
.om-wall .om-step-card:nth-child(3) {
  left: 39%;
  animation: om-wall-place-2 12s ease-in-out infinite;
}
.om-wall .om-step-card:nth-child(4) {
  left: 68%;
  animation: om-wall-place-3 12s ease-in-out infinite;
}
.om-wall .om-step-card.is-active {
  box-shadow: 0 0 0 2px var(--om-sage), 0 8px 24px rgba(42,36,31,0.15);
}
@keyframes om-wall-place-1 {
  0%, 5%   { transform: translateY(40%) scale(0.85); opacity: 0; }
  12%, 28% { transform: translateY(0) scale(1); opacity: 1; box-shadow: 0 6px 18px rgba(42,36,31,0.1); }
  32%, 42% { transform: translateY(-4%) scale(1.04); opacity: 1; box-shadow: 0 0 0 2px #5A6B52, 0 10px 28px rgba(42,36,31,0.18); }
  48%, 100%{ transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes om-wall-place-2 {
  0%, 14%  { transform: translateY(40%) scale(0.85); opacity: 0; }
  20%, 42% { transform: translateY(0) scale(1); opacity: 1; }
  48%, 58% { transform: translateY(-4%) scale(1.04); opacity: 1; box-shadow: 0 0 0 2px #5A6B52, 0 10px 28px rgba(42,36,31,0.18); }
  64%, 100%{ transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes om-wall-place-3 {
  0%, 22%  { transform: translateY(40%) scale(0.85); opacity: 0; }
  28%, 58% { transform: translateY(0) scale(1); opacity: 1; }
  64%, 74% { transform: translateY(-4%) scale(1.04); opacity: 1; box-shadow: 0 0 0 2px #5A6B52, 0 10px 28px rgba(42,36,31,0.18); }
  80%, 100%{ transform: translateY(0) scale(1); opacity: 1; }
}
.om-wall__caption {
  position: absolute;
  bottom: 8%;
  left: 0; right: 0;
  text-align: center;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: clamp(0.45rem, 1.1vw, 0.58rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--om-graphite);
  opacity: 0;
  animation: om-wall-cap 12s ease-in-out infinite;
}
@keyframes om-wall-cap {
  0%, 10%  { opacity: 0; content: ""; }
  14%, 26% { opacity: 0.7; }
  30%, 100%{ opacity: 0.55; }
}

/* —— Deep audio: Avery Audio Drift — timeline chapters —— */
.om-preview--deep.om-audio {
  aspect-ratio: 16 / 10;
  padding: 8% 6%;
  gap: 8%;
  background: var(--om-card);
  border: 1px solid var(--om-line);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(42,36,31,0.08);
}
.om-audio__timeline {
  width: 100%;
  position: relative;
  padding-top: 0.5rem;
}
.om-audio__track {
  height: 6px;
  border-radius: 3px;
  background: var(--om-sage-soft);
  position: relative;
  overflow: hidden;
}
.om-audio__progress {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--om-sage);
  opacity: 0.7;
  border-radius: 3px;
  animation: om-audio-prog 16s linear infinite;
}
@keyframes om-audio-prog {
  0%   { width: 0%; }
  95%  { width: 100%; }
  100% { width: 100%; }
}
.om-audio__chapters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  margin-top: 0.85rem;
}
.om-audio__ch {
  text-align: center;
  padding: 0.55rem 0.25rem;
  border-radius: 8px;
  background: rgba(90,107,82,0.06);
  opacity: 0.45;
  transition: none;
  animation: om-ch-glow 16s ease-in-out infinite;
}
.om-audio__ch:nth-child(1) { animation-delay: 0s; }
.om-audio__ch:nth-child(2) { animation-delay: -4s; }
.om-audio__ch:nth-child(3) { animation-delay: -8s; }
.om-audio__ch:nth-child(4) { animation-delay: -12s; }
@keyframes om-ch-glow {
  0%, 5%   { opacity: 0.35; background: rgba(90,107,82,0.06); transform: scale(1); }
  8%, 22%  { opacity: 1; background: var(--om-sage-soft); transform: scale(1.03); }
  28%, 100%{ opacity: 0.4; background: rgba(90,107,82,0.06); transform: scale(1); }
}
.om-audio__ch-name {
  font-family: Georgia, serif;
  font-size: clamp(0.65rem, 1.6vw, 0.85rem);
  color: var(--om-ink);
  display: block;
  margin-bottom: 0.2em;
}
.om-audio__ch-time {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: clamp(0.4rem, 1vw, 0.52rem);
  letter-spacing: 0.06em;
  color: var(--om-graphite);
  text-transform: uppercase;
}
.om-preview--deep .om-audio__play { width: 18%; max-width: 64px; }
.om-preview--deep .om-audio__wave { height: 18%; width: 55%; }

/* —— Deep bundle: kit unboxing / spread —— */
.om-preview--deep.om-bundle {
  aspect-ratio: 16 / 10;
  padding: 5%;
  background: linear-gradient(145deg, #efe8dc, #e4ebe0);
  border-radius: 16px;
  border: 1px solid var(--om-line);
}
.om-preview--deep .om-bundle__stage {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.om-preview--deep .om-bundle-piece {
  animation: om-bundle-unpack 14s ease-in-out infinite;
  opacity: 0;
}
.om-preview--deep .om-bundle-piece--planner { animation-delay: 0s; }
.om-preview--deep .om-bundle-piece--phone { animation-delay: 1.2s; }
.om-preview--deep .om-bundle-piece--habits { animation-delay: 2.4s; }
.om-preview--deep .om-bundle-piece--steps { animation-delay: 3.6s; }
.om-preview--deep .om-bundle-piece--audio { animation-delay: 4.8s; }
@keyframes om-bundle-unpack {
  0%, 4%   { opacity: 0; transform: translateY(18px) scale(0.9); }
  12%, 78% { opacity: 1; transform: translateY(0) scale(1); }
  88%, 100%{ opacity: 0.85; transform: translateY(-3px) scale(1); }
}
.om-bundle__kit-tag {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: clamp(0.45rem, 1.1vw, 0.58rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--om-warm);
  background: rgba(255,251,246,0.9);
  border: 1px solid var(--om-line);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  white-space: nowrap;
  animation: om-kit-tag 14s ease-in-out infinite;
}
@keyframes om-kit-tag {
  0%, 8%  { opacity: 0; }
  15%, 100%{ opacity: 1; }
}

/* Info page chrome helpers */
.om-pinfo-device {
  max-width: 820px;
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
}
.om-pinfo-device .om-preview--deep {
  margin: 0 auto;
}
.shop-see {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: var(--graphite, #5A534C);
  opacity: 0.85;
  border-bottom: none !important;
}
.shop-see:hover { opacity: 1; color: var(--warm, #8B4A3A); }

/* Deep reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .om-preview--deep .om-page { animation: none !important; opacity: 0; }
  .om-preview--deep .om-page:first-child { opacity: 1; transform: none; }
  .om-preview--deep .om-phone-card { animation: none !important; opacity: 0; }
  .om-preview--deep .om-phone-card:first-child { opacity: 1; }
  .om-preview--deep .om-habit-chk::after {
    animation: none !important;
    opacity: 0;
    transform: scale(1);
  }
  .om-preview--deep .om-habits__rows .om-habit-row:nth-child(1) .om-habit-chk:nth-child(-n+5)::after,
  .om-preview--deep .om-habits__rows .om-habit-row:nth-child(2) .om-habit-chk:nth-child(-n+4)::after,
  .om-preview--deep .om-habits__rows .om-habit-row:nth-child(3) .om-habit-chk:nth-child(-n+3)::after,
  .om-preview--deep .om-habits__rows .om-habit-row:nth-child(4) .om-habit-chk:nth-child(-n+3)::after {
    opacity: 0.8;
  }
  .om-wall .om-step-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .om-audio__progress { animation: none !important; width: 45%; }
  .om-audio__ch { animation: none !important; opacity: 0.45; }
  .om-audio__ch:nth-child(2) { opacity: 1; background: var(--om-sage-soft); }
  .om-preview--deep .om-bundle-piece {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .om-bundle__kit-tag { animation: none !important; opacity: 1; }
  .om-wall__caption { animation: none !important; opacity: 0.55; }
}

/* ============================================================
   FILLED deliverable polish — concrete copy, not blank bars
   ============================================================ */
/* clock/meta moved to paper-craft trail */

/* Habit names as real text (standard + mini, not empty bars) */
.om-habits .om-habit-name,
.om-preview--mini .om-habit-name,
.om-preview--sm .om-habit-name {
  width: auto;
  min-width: 0;
  max-width: 38%;
  height: auto;
  background: none;
  font-size: clamp(0.38rem, 1.05vw, 0.58rem);
  color: var(--om-ink);
  opacity: 0.88;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.om-habits__rows {
  display: flex;
  flex-direction: column;
  gap: 8%;
  flex: 1;
  min-height: 0;
  width: 100%;
}
.om-habits__sheet .om-habits__rows { flex: 1; }

/* Static mid-week checkmarks (filled deliverable state) */
.om-habit-chk--on::after {
  opacity: 0.8 !important;
  transform: scale(1) !important;
  animation: none !important;
}
.om-habit-chk--on::after {
  background: inherit;
}
.om-habit-row:nth-child(1) .om-habit-chk--on::after { background: #5A6B52; }
.om-habit-row:nth-child(2) .om-habit-chk--on::after { background: #8B4A3A; }
.om-habit-row:nth-child(3) .om-habit-chk--on::after { background: #C4A484; }
.om-habit-row:nth-child(4) .om-habit-chk--on::after { background: #6E7A9A; }
.om-habit-row:nth-child(5) .om-habit-chk--on::after { background: #7A6B52; }

/* When using static --on marks, kill the fill animation on those cells */
.om-habit-chk--on {
  border-color: transparent;
}

/* Step card body copy (Start/Move/Close actions) */
.om-step-body {
  display: block;
  font-size: clamp(0.36rem, 1vw, 0.52rem);
  line-height: 1.3;
  text-align: center;
  color: var(--om-graphite);
  padding: 0 0.55em;
  letter-spacing: 0.01em;
  text-transform: none;
  max-width: 100%;
  margin-top: 0.15em;
}
.om-preview--mini .om-step-body {
  font-size: 0.32rem;
  padding: 0 0.35em;
}
.om-wall .om-step-card {
  padding: 0.45em 0.25em;
  justify-content: flex-start;
  padding-top: 12%;
}
.om-wall .om-step-num { font-size: clamp(0.85rem, 2.4vw, 1.25rem); }
.om-wall .om-step-body {
  font-size: clamp(0.4rem, 1.05vw, 0.55rem);
  margin-top: 0.45em;
}

/* Audio chapter spoken beats */
.om-audio__ch-beat {
  display: block;
  font-size: clamp(0.36rem, 0.95vw, 0.48rem);
  color: var(--om-graphite);
  line-height: 1.25;
  margin-top: 0.25em;
  opacity: 0.85;
  text-transform: none;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* Bundle miniature filled artifacts */
.om-bundle-mini-page {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #fffaf3 50%, #f7f2e8 50%);
  padding: 6% 5%;
  display: flex;
  flex-direction: column;
  gap: 4%;
  overflow: hidden;
}
.om-bundle-mini-t {
  font-family: Georgia, serif;
  font-size: clamp(0.32rem, 0.9vw, 0.48rem);
  color: var(--om-ink);
  margin-bottom: 2%;
}
.om-bundle-mini-l {
  font-size: clamp(0.26rem, 0.75vw, 0.4rem);
  color: var(--om-graphite);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.om-bundle-mini-phone {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(165deg, #d8e4d2, #c5d4bc);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12% 8%;
  text-align: center;
  gap: 0.35em;
}
.om-bundle-mini-phone span {
  font-family: Georgia, serif;
  font-size: clamp(0.4rem, 1.1vw, 0.58rem);
  color: var(--om-ink);
  opacity: 0.75;
}
.om-bundle-mini-phone em {
  font-style: normal;
  font-size: clamp(0.22rem, 0.65vw, 0.36rem);
  line-height: 1.25;
  color: var(--om-ink);
  background: rgba(255,251,246,0.72);
  border-radius: 4px;
  padding: 0.3em 0.35em;
}
.om-bundle-piece--habits .om-b-name {
  flex: 1;
  font-size: clamp(0.28rem, 0.7vw, 0.4rem);
  color: var(--om-ink);
  opacity: 0.85;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.om-bundle-piece--habits .om-b-box--on {
  background: var(--om-sage);
  opacity: 0.65;
  border-color: transparent;
}
.om-bundle-piece--habits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.om-bundle-mini-audio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  width: 100%;
  height: 100%;
  padding: 8%;
}
.om-bundle-mini-audio svg { width: 36%; fill: var(--om-sage); margin-left: 4%; }
.om-bundle-mini-audio span {
  font-size: clamp(0.28rem, 0.7vw, 0.4rem);
  color: var(--om-sage);
  text-align: center;
  line-height: 1.2;
}
.om-bundle-piece--steps {
  flex-direction: column;
  gap: 0.2em;
  padding: 8% 6%;
  text-align: center;
}
.om-bundle-mini-step-n {
  font-family: Georgia, serif;
  font-size: clamp(0.7rem, 1.8vw, 1rem);
  color: var(--om-ink);
  opacity: 0.75;
  line-height: 1;
}
.om-bundle-mini-step-l {
  font-size: clamp(0.26rem, 0.7vw, 0.38rem);
  color: var(--om-graphite);
  line-height: 1.25;
}

/* Deep habits: prefer static mid-week --on marks over looping fill */
.om-preview--deep .om-habits__rows .om-habit-chk::after {
  animation: none;
  opacity: 0;
  transform: scale(1);
}
.om-preview--deep .om-habits__rows .om-habit-chk--on::after {
  opacity: 0.8;
}

/* Standard/mini habits: also prefer static --on over animation */
.om-habits:not(.om-preview--deep) .om-habit-chk::after {
  animation: none;
  opacity: 0;
  transform: scale(1);
}
.om-habits:not(.om-preview--deep) .om-habit-chk--on::after {
  opacity: 0.8;
}

/* Base named/meta (non-deep sizes inherit paper craft above) */
.om-page__named--time {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15em 0.35em;
  align-items: baseline;
  line-height: 1.35;
}
.om-page__clock {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  color: #6a7a62;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Hero (home teaser) — breathing room, larger type, ellipsis over walls */
.om-preview--hero .om-planner__bezel {
  background: linear-gradient(160deg, #3a322c 0%, #2A241F 55%, #1f1a16 100%);
  padding: clamp(10px, 1.5vw, 14px);
}
.om-preview--hero .om-planner__screen {
  background: linear-gradient(180deg, #f9f2e8 0%, #f0e6d8 100%);
}
.om-preview--hero .om-page {
  inset: clamp(6px, 1vw, 10px);
  border-radius: 12px;
}
.om-preview--hero .om-page__side {
  font-size: clamp(0.6rem, 1.25vw, 0.8rem);
  padding: clamp(0.7rem, 1.6vw, 1.15rem) clamp(0.6rem, 1.4vw, 1rem);
}
.om-preview--hero .om-page__title {
  font-size: clamp(0.78rem, 1.6vw, 1.05rem);
}
.om-preview--hero .om-page__meta {
  font-size: clamp(0.5rem, 1vw, 0.65rem);
}
.om-preview--hero .om-page__named,
.om-preview--hero .om-page__aside {
  font-size: clamp(0.66rem, 1.3vw, 0.88rem);
}
.om-preview--hero .om-page__clock,
.om-preview--hero .om-block-row .om-page__clock {
  font-size: clamp(0.64rem, 1.25vw, 0.84rem);
}
.om-preview--hero .om-block-task {
  font-size: clamp(0.66rem, 1.3vw, 0.86rem);
  -webkit-line-clamp: 2;
}
.om-preview--hero .om-energy-card__copy {
  font-size: clamp(0.64rem, 1.25vw, 0.84rem);
}
.om-preview--hero .om-note-chip {
  font-size: clamp(0.62rem, 1.2vw, 0.82rem);
}
.om-preview--hero .om-habit-named {
  font-size: clamp(0.66rem, 1.3vw, 0.86rem);
}
.om-preview--hero .om-week-day-label {
  font-size: clamp(0.52rem, 1.05vw, 0.68rem);
}
.om-preview--hero .om-week-cap {
  font-size: clamp(0.45rem, 0.9vw, 0.58rem);
}

.om-preview--mini .om-page__meta,
.om-preview--mini .om-page__clock { display: none; }
.om-preview--mini .om-page__named,
.om-preview--mini .om-page__aside {
  font-size: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.15em 0.25em;
}
.om-preview--mini .om-habit-named { font-size: 0.4rem; }

/* Reduced-motion: filled static final frames stay detailed */
@media (prefers-reduced-motion: reduce) {
  .om-habit-chk--on::after {
    opacity: 0.8 !important;
    transform: scale(1) !important;
  }
  .om-preview--deep .om-habits__rows .om-habit-chk--on::after {
    opacity: 0.8 !important;
  }
  .om-habits:not(.om-preview--deep) .om-habit-chk--on::after {
    opacity: 0.8 !important;
  }
  /* Prefer painted mid-week over nth-child animation fallbacks */
  .om-preview--deep .om-habits__rows .om-habit-row .om-habit-chk:not(.om-habit-chk--on)::after {
    opacity: 0 !important;
  }
}
