.rotation-growth-page .guide-hero.cheap-hero {
  order: 1;
  width: 100%;
  margin: 0;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.rotation-growth-page .cheap-utility-strip { order: 2; }

.rotation-growth-page .cheap-hero h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 3.9vw, 4.15rem);
}

.rotation-growth-page .rotation-rule-grid article b {
  display: block;
  margin: .35rem 0;
  color: var(--cheap-ink);
}

.rotation-growth-page .rotation-rule-grid article small {
  display: block;
  line-height: 1.55;
}

.rotation-growth-page .rotation-slot {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .25rem .6rem;
  border: 1px solid var(--cheap-line);
  border-radius: 999px;
  color: var(--cheap-forest);
  background: var(--cheap-mint);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .rotation-growth-page .cheap-hero h1 { font-size: clamp(2.3rem, 12vw, 3.25rem); }
}

@media (max-width: 900px) {
  .rotation-growth-page .guide-hero.cheap-hero { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rotation-growth-page * { animation: none !important; transition: none !important; }
}
