/* ============================================================
   Approval Nudge partner demo page — page-scoped additions.
   Loaded after /assets/site.css; assumes the studio tokens there.
   ============================================================ */

/* ---------- hero: tighter than the studio home hero so the demo
   video sits close to the first screen ---------- */
.an-hero .wrap {
  padding-top: clamp(3.2rem, 8vw, 5.6rem);
  padding-bottom: clamp(2.4rem, 5vw, 3.4rem);
}
.an-hero h1 { max-width: 22em; }
.an-hero-cue {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin: 1.9rem 0 0; font-size: 0.95rem; color: var(--hero-muted);
}
.an-hero-cue .an-cue-mark {
  display: grid; place-items: center; width: 26px; height: 26px; flex: none;
  border-radius: 50%; background: rgba(201, 138, 43, 0.18); color: var(--gold);
  font-size: 0.7rem; font-weight: 700;
}
.an-hero-cue a { color: var(--hero-fg); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- demo ---------- */
.an-demo { padding-top: clamp(2.2rem, 4.5vw, 3.2rem); }
.an-demo .section-head { max-width: 720px; }
.an-video-figure { margin: 0; }
.an-video-frame {
  padding: clamp(0.5rem, 1.3vw, 0.9rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px; background: var(--ink);
  box-shadow: var(--shadow-lift);
}
.an-video {
  display: block; width: 100%; height: auto; aspect-ratio: 16 / 9;
  border-radius: 14px; background: #000;
}
.an-video:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.an-video-credit {
  margin: 0.9rem 0 0; color: var(--muted); font-size: 0.86rem;
}
.an-video-credit a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.an-video-credit a:hover { color: var(--fg); }

/* ---------- transcript (silent, opt-in alternative to the burned-in captions) ---------- */
.an-transcript {
  margin-top: 1.8rem; border: 1px solid var(--line);
  border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow);
}
.an-transcript > summary {
  cursor: pointer; padding: 1rem 1.2rem; font-weight: 600; color: var(--fg);
  border-radius: var(--radius);
}
.an-transcript > summary:hover { color: var(--blue); }
.an-transcript > summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.an-transcript-body { padding: 0 1.2rem 1.3rem; }
.an-transcript-body p { margin: 0.75rem 0 0; color: var(--muted); max-width: 70ch; }

/* ---------- benefit blocks ---------- */
.an-tag {
  display: inline-block; margin-left: 0.5rem; vertical-align: 0.12em;
  font-family: var(--font-text); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold); background: var(--gold-soft);
  border-radius: 999px; padding: 0.1rem 0.55rem;
}

/* ---------- partner band ---------- */
.an-audience { align-items: center; }
.an-fit { margin-top: 0.9rem; }
.an-fit li { margin: 0.55rem 0; font-size: 0.95rem; }
.an-fit-note { margin-top: 1.1rem !important; font-size: 0.88rem; }

@media (max-width: 600px) {
  .an-video-frame { border-radius: 16px; }
  .an-video { border-radius: 10px; }
}
