/* Inner detail pages - prose and CTAs aligned with Grapheine sections */

/* Category / campaign meta line: alone on its own row (same colour as body copy). */
.vl-prose-kicker {
  display: block;
  margin: 0 0 0.75rem;
  padding: 0;
  font-weight: 600;
  font-size: inherit;
  line-height: 1.45;
  color: inherit;
}

.vl-prose-kicker strong {
  font-weight: inherit;
  color: inherit;
}

.vl-inner .vl-prose-kicker + .p1 {
  margin-top: 0;
}

.vl-inner .p1,
.vl-inner p {
  margin-bottom: 1rem;
  line-height: 1.55;
}

.vl-inner h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.vl-inner h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.05rem;
}

.vl-inner ul {
  margin: 0.75rem 0 1.25rem 1.25rem;
  list-style: disc;
}

.vl-inner li {
  margin-bottom: 0.35rem;
}

.vl-inner__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 2rem;
  padding-top: 0;
  border-top: none;
}

/* CTAs use shared `vl-liquid-btn` (+ `--ghost` secondary) from vl-liquid-btn.css */

.vl-inner__note {
  font-size: 0.9rem;
  opacity: 0.75;
  margin-top: 1rem;
}

/* Downloads page - coming soon banner */
.vl-downloads-coming-soon {
  margin: 0 0 2rem;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 4vw, 2rem);
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 43, 43, 0.14) 0%,
    rgba(255, 43, 43, 0.04) 100%
  );
  text-align: center;
}

.vl-downloads-coming-soon__eyebrow {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff2b2b;
}

.vl-downloads-coming-soon__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
}

.vl-downloads-coming-soon__text {
  margin: 0 auto;
  max-width: 36rem;
  opacity: 0.85;
  line-height: 1.55;
}

.vl-downloads-coming-soon__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.vl-theme-middle .vl-downloads-coming-soon {
  background: linear-gradient(
    135deg,
    rgba(255, 43, 43, 0.1) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
}

/* Downloads handset rail sizing - see product-page-rail.css (matches Bars). */
.vl-downloads-combined [data-vl-downloads-rail] .vl-product-bars-rail__tilt {
  pointer-events: none;
}
