/* ============================================================
   Homepage-only additions on top of the shared Minimalist system
   (styles-about-rebuild.css). Only new component patterns live
   here - everything else reuses the shared classes directly.
   ============================================================ */

.home-cta {
  text-align: center;
}

.home-cta h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--ink);
  max-width: 16ch;
  margin: 0 auto 28px;
}

.home-cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cal-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
}

.cal-hero > .cal-container {
  width: 100%;
}

.cal-hero-solo {
  position: relative;
  z-index: 1;
}

.cal-hero-solo > div {
  max-width: 620px;
}

.cal-motion-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cal-motion-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .cal-hero {
    min-height: 620px;
  }
}
