/* The Vedic Clock — काल यन्त्र — page chrome around the framed instrument.
   The instrument itself (public/vedic-clock/instrument.html) carries its own
   complete Optical Glass styling; this file only sizes and frames the iframe. */

.vc-head {
  max-width: 860px;
  margin: 0 auto 18px;
  text-align: center;
}

.vc-lede {
  color: var(--ink-soft, #4a5568);
  font-size: 1.05rem;
  line-height: 1.6;
}

.vc-motivational {
  color: var(--ink-soft, #4a5568);
  font-size: 0.95rem;
  font-style: italic;
  margin-top: 4px;
}

.vc-frame-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 28px;
  border-radius: var(--radius, 22px);
  overflow: hidden;
  box-shadow: 0 12px 40px var(--shadow-far, rgba(40, 60, 95, 0.28));
  background: #faf9f5;
}

.vc-frame {
  display: block;
  width: 100%;
  height: min(900px, 88vh);
  border: 0;
}

@media (max-width: 720px) {
  .vc-frame { height: 78vh; }
}

.vc-noscript {
  max-width: 640px;
  margin: 0 auto 20px;
  text-align: center;
  color: var(--ink-soft, #4a5568);
}
