/* ===================================================================
   AI Momentum Show & Tell.

   Every selector is scoped under #showtell-root (or body.mode-showtell) so it
   cannot touch Overview, Resources or Results. Reuses the --hub-* tokens from
   hub.css for type, surface and shadow.

   Colour: Show & Tell is not a topic, it is the connective tissue between
   them, so it takes the design system's cross-topic amber rather than
   borrowing a topic hue. Surfaces stay on the site's cool mauve; amber appears
   only as rule, numeral, chip and bar. Every amber value below was checked:
   #B45309 is >= 4.55:1 on all three light surfaces, #FBBF24 is 10.7:1 on dark,
   and the two chart-mark values pass the palette validator's lightness band
   for their mode.

   Type: the site's two loaded families carry the personality by role rather
   than by adding a third face. JetBrains Mono is the metadata voice (session
   numbers, dates, tags, counts); Plus Jakarta Sans is the human voice (titles,
   quotes, prose). Machine facts and human stories look different on purpose.
=================================================================== */

#showtell-root {
  --st-accent:        #B45309;
  --st-accent-strong: #92400E;
  --st-mark:          #B45309;
  --st-gold:          #F4B740;
  --st-tint:          #FEF6E7;
  --st-track:         #EDE9E2;
  --st-chip:          var(--surface-sunken);

  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  line-height: 1.65;
  color: var(--hub-text-primary);
  background-color: var(--surface-page);
  min-height: 60vh;
}

[data-theme="dark"] #showtell-root {
  --st-accent:        #FBBF24;
  --st-accent-strong: #FCD34D;
  --st-mark:          #C58414;
  --st-gold:          #F4B740;
  --st-tint:          #241D12;
  --st-track:         rgba(255, 255, 255, .08);
  /* hub.css does not redefine --surface-sunken for dark, so chips must carry
     their own dark value or they render as light grey pills on a dark card. */
  --st-chip:          rgba(255, 255, 255, .06);
}

#showtell-root[hidden] { display: none; }

/* The cohort picker belongs to Results only (mirrors the rules in home.css
   and hub.css for the other non-Results modes). */
body.mode-showtell #cohort-select { display: none; }

/* The Results scroll-progress bar sits outside every mode root, so each
   non-Results mode has to hide it (home.css and hub.css do the same). */
body.mode-showtell .scroll-progress { display: none; }

#showtell-root .st-container {
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

#showtell-root section[id] { scroll-margin-top: 80px; }

#showtell-root :focus-visible {
  outline: 3px solid var(--st-accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Shared type roles ------------------------------------------------ */

#showtell-root .st-eyebrow,
#showtell-root .st-session-n,
#showtell-root .st-session-date,
#showtell-root .st-session-att,
#showtell-root .st-tag,
#showtell-root .st-stat-label,
#showtell-root .st-beat-n,
#showtell-root .st-metric-label,
#showtell-root .st-honest-label,
#showtell-root .st-pattern-eyebrow,
#showtell-root .st-poll-num,
#showtell-root .st-poll-count,
#showtell-root .st-month-name,
#showtell-root .st-day,
#showtell-root .st-expand {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}

#showtell-root .st-h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.125rem);
  color: var(--hub-text-primary);
  margin-bottom: 12px;
}

#showtell-root .st-lead {
  max-width: 62ch;
  color: var(--hub-text-secondary);
  margin-bottom: 32px;
}

/* Sections --------------------------------------------------------- */

#showtell-root .st-section { padding: clamp(48px, 7vw, 80px) 0; }

#showtell-root .st-section--alt {
  background: var(--surface-sunken);
  border-block: 1px solid var(--border-subtle);
}

[data-theme="dark"] #showtell-root .st-section--alt {
  background: rgba(255, 255, 255, .025);
}

/* ===================================================================
   HERO
   A single amber hairline runs under the eyebrow: the only decoration
   above the fold, so the stat ribbon carries the weight.
=================================================================== */

#showtell-root .st-hero {
  padding: clamp(56px, 9vw, 104px) 0 clamp(40px, 6vw, 64px);
  background: var(--surface-card);
  border-bottom: 1px solid var(--border-subtle);
}

#showtell-root .st-eyebrow {
  font-size: .75rem;
  font-weight: 600;
  color: var(--st-accent);
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--st-gold);
  display: inline-block;
}

#showtell-root .st-hero-h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
  font-size: clamp(2rem, 1.3rem + 3.4vw, 3.5rem);
  max-width: 18ch;
  margin-bottom: 20px;
}

#showtell-root .st-hero-sub {
  max-width: 58ch;
  font-size: clamp(1.0625rem, 1rem + .3vw, 1.1875rem);
  color: var(--hub-text-secondary);
}

#showtell-root .st-stat-ribbon {
  list-style: none;
  margin: clamp(32px, 5vw, 48px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
}

#showtell-root .st-stat { display: flex; flex-direction: column; gap: 4px; }

#showtell-root .st-stat-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem);
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--st-accent);
}

#showtell-root .st-stat-label {
  font-size: .6875rem;
  font-weight: 600;
  color: var(--hub-text-muted);
}

/* ===================================================================
   HOW A SESSION RUNS
   Five beats as an ordered list. The numbering is load-bearing: the
   beats are a required order, not a set of equal parts.
=================================================================== */

#showtell-root .st-beats {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

#showtell-root .st-beat {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md, 12px);
  padding: 22px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#showtell-root .st-beat-n {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--st-accent);
}

#showtell-root .st-beat-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .9375rem;
  letter-spacing: -.01em;
  line-height: 1.3;
  margin: 0;
}

#showtell-root .st-beat-blurb {
  font-size: .8125rem;
  line-height: 1.55;
  color: var(--hub-text-secondary);
  margin: 0;
}

#showtell-root .st-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 32px);
}

#showtell-root .st-fact {
  border-top: 2px solid var(--st-gold);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#showtell-root .st-fact-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -.02em;
}

#showtell-root .st-fact-label {
  font-size: .875rem;
  color: var(--hub-text-secondary);
  line-height: 1.5;
}

/* ===================================================================
   SESSIONS
   Each session is a slate with an amber channel edge. Native
   <details>/<summary>, so expansion needs no JS and no key handling.
=================================================================== */

#showtell-root .st-session-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#showtell-root .st-session {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--st-gold);
  border-radius: var(--radius-lg, 16px);
  box-shadow: var(--hub-shadow-sm);
  transition: box-shadow var(--dur-base, 250ms) var(--ease-out, ease);
}

#showtell-root .st-session:has(.st-session-details[open]) {
  border-left-color: var(--st-accent);
  box-shadow: var(--hub-shadow-md);
}

#showtell-root .st-session-card { padding: clamp(20px, 3vw, 28px); }

#showtell-root .st-session-details { display: block; }

#showtell-root .st-expand::-webkit-details-marker { display: none; }
#showtell-root .st-expand::marker { content: ""; }

#showtell-root .st-session-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: .6875rem;
  font-weight: 600;
  margin-bottom: 14px;
}

#showtell-root .st-session-n { color: var(--st-accent); }
#showtell-root .st-session-date { color: var(--hub-text-muted); }

#showtell-root .st-session-att {
  color: var(--hub-text-muted);
  margin-left: auto;
}

#showtell-root .st-session-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 260px);
  gap: clamp(20px, 4vw, 40px);
  align-items: start;
}

#showtell-root .st-session-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  font-size: clamp(1.375rem, 1.1rem + 1.3vw, 2rem);
  margin: 0 0 16px;
}

#showtell-root .st-presenters {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

#showtell-root .st-presenter { display: flex; align-items: center; gap: 10px; }

#showtell-root .st-presenter-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--st-gold);
  color: #1A1A2E;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .875rem;
  display: grid;
  place-items: center;
}

#showtell-root .st-presenter-text { display: flex; flex-direction: column; line-height: 1.3; }

#showtell-root .st-presenter-name { font-weight: 700; font-size: .9375rem; }

#showtell-root .st-presenter-role {
  font-size: .75rem;
  color: var(--hub-text-muted);
}

#showtell-root .st-tags { display: flex; flex-wrap: wrap; gap: 6px; }

#showtell-root .st-tag {
  font-size: .625rem;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--st-chip);
  color: var(--hub-text-secondary);
  border: 1px solid var(--border-subtle);
}

#showtell-root .st-tag--spectrum {
  background: var(--st-tint);
  color: var(--st-accent-strong);
  border-color: var(--st-gold);
}

[data-theme="dark"] #showtell-root .st-tag--spectrum { color: var(--st-accent); }

#showtell-root .st-tag--team {
  background: transparent;
  border-style: dashed;
}

/* The metric rail. Label is a per-session question, not a fixed metric
   name, because not every use case was measured the same way. */
#showtell-root .st-session-metric {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  background: var(--st-tint);
  border-radius: var(--radius-md, 12px);
}

#showtell-root .st-metric-label {
  font-size: .625rem;
  font-weight: 600;
  color: var(--st-accent-strong);
}

[data-theme="dark"] #showtell-root .st-metric-label { color: var(--st-accent); }

#showtell-root .st-metric-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.15;
  letter-spacing: -.025em;
  color: var(--hub-text-primary);
}

#showtell-root .st-metric-note {
  font-size: .8125rem;
  line-height: 1.45;
  color: var(--hub-text-secondary);
}

/* ---- THE SIGNATURE ----
   The format's own centre of gravity is beat four: the thing the
   presenter would do differently. Most showcase pages bury the caveat.
   Here it is the largest text on a collapsed card, set in the display
   face against an amber rule, above the fold of the expansion. */

#showtell-root .st-honest {
  margin: 24px 0 0;
  padding: 0 0 0 20px;
  border-left: 3px solid var(--st-accent);
}

#showtell-root .st-honest-label {
  font-size: .625rem;
  font-weight: 600;
  color: var(--st-accent);
  margin-bottom: 8px;
}

#showtell-root .st-honest-quote {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.0625rem, .95rem + .7vw, 1.375rem);
  line-height: 1.4;
  letter-spacing: -.015em;
  color: var(--hub-text-primary);
  margin: 0;
  max-width: 54ch;
}

#showtell-root .st-honest-quote::before { content: "\201C"; }
#showtell-root .st-honest-quote::after  { content: "\201D"; }

/* Expand affordance ------------------------------------------------ */

#showtell-root .st-expand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 clamp(20px, 3vw, 28px) 20px;
  cursor: pointer;
  list-style: none;
  font-size: .6875rem;
  font-weight: 600;
  color: var(--st-accent);
}

/* The ring is drawn inside the control, so a rounded or clipping ancestor can
   never swallow it (WCAG 2.4.7). */
#showtell-root .st-expand:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--st-accent);
  border-radius: 8px;
}

#showtell-root .st-expand-less { display: none; }
#showtell-root .st-session-details[open] .st-expand-more { display: none; }
#showtell-root .st-session-details[open] .st-expand-less { display: inline; }

#showtell-root .st-expand-icon {
  font-size: 1rem;
  transition: transform var(--dur-fast, 150ms) var(--ease-out, ease);
}

#showtell-root .st-session-details[open] .st-expand-icon { transform: rotate(180deg); }

#showtell-root .st-expand:hover { color: var(--st-accent-strong); }

/* Expanded body ---------------------------------------------------- */

#showtell-root .st-session-body {
  padding: 0 clamp(20px, 3vw, 28px) clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--border-subtle);
  margin-top: 4px;
  padding-top: 24px;
}

#showtell-root .st-detail-row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 8px 32px;
  padding: 16px 0;
  border-bottom: 1px solid var(--divider);
}

#showtell-root .st-detail-row:last-of-type { border-bottom: none; }

#showtell-root .st-detail-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: -.01em;
  color: var(--st-accent-strong);
  margin: 0;
}

[data-theme="dark"] #showtell-root .st-detail-label { color: var(--st-accent); }

#showtell-root .st-detail-body {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--hub-text-secondary);
}

#showtell-root .st-room { list-style: none; margin: 0; padding: 0; }

#showtell-root .st-room-q {
  font-size: .9375rem;
  line-height: 1.55;
  color: var(--hub-text-secondary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

#showtell-root .st-room-q:last-child { margin-bottom: 0; }

#showtell-root .st-room-q::before {
  content: "?";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--st-accent);
}

#showtell-root .st-session-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

#showtell-root .st-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--st-accent);
  color: #FFFFFF;
  font-weight: 600;
  font-size: .875rem;
  text-decoration: none;
  transition: background var(--dur-fast, 150ms) var(--ease-out, ease);
}

#showtell-root .st-link-btn:hover { background: var(--st-accent-strong); }

[data-theme="dark"] #showtell-root .st-link-btn { color: #1A1A2E; }

#showtell-root .st-link-out { font-size: .875rem; opacity: .8; }

/* ===================================================================
   THE PATTERN
=================================================================== */

#showtell-root .st-pattern {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

#showtell-root .st-pattern-text .st-lead { margin-bottom: 0; }

#showtell-root .st-pattern-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

#showtell-root .st-pattern-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 22px;
  border-radius: var(--radius-md, 12px);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-top: 3px solid var(--st-gold);
}

#showtell-root .st-pattern-eyebrow {
  font-size: .625rem;
  font-weight: 600;
  color: var(--hub-text-muted);
}

#showtell-root .st-pattern-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.375rem;
  letter-spacing: -.025em;
  line-height: 1.15;
  color: var(--st-accent);
}

#showtell-root .st-pattern-note {
  font-size: .8125rem;
  color: var(--hub-text-secondary);
}

/* ===================================================================
   THE POLL
   One question, one series, five ordered options. Bar length is the
   only magnitude channel and every bar is the same amber, because
   tinting by score would re-encode the position the axis already
   carries. Counts sit as direct labels, so nothing is colour-only.
=================================================================== */

#showtell-root .st-poll-note {
  font-size: .875rem;
  /* muted grey measures 4.47:1 on the sunken section background, just under
     the 4.5:1 floor; secondary clears it at 7:1 */
  color: var(--hub-text-secondary);
  margin-bottom: 32px;
  padding-left: 14px;
  border-left: 2px solid var(--border-default);
  max-width: 62ch;
}

#showtell-root .st-poll-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

#showtell-root .st-poll-figure {
  margin: 0;
  padding: clamp(20px, 3vw, 28px);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 16px);
}

#showtell-root .st-poll-question {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -.015em;
  line-height: 1.35;
  margin-bottom: 22px;
}

#showtell-root .st-poll-chart { list-style: none; margin: 0 0 18px; padding: 0; }

#showtell-root .st-poll-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

#showtell-root .st-poll-row:last-child { margin-bottom: 0; }

#showtell-root .st-poll-key { display: flex; align-items: baseline; gap: 6px; min-width: 0; }

#showtell-root .st-poll-num {
  font-size: .875rem;
  font-weight: 600;
  color: var(--hub-text-primary);
}

#showtell-root .st-poll-sub {
  font-size: .6875rem;
  color: var(--hub-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#showtell-root .st-poll-track {
  height: 26px;
  background: var(--st-track);
  border-radius: 4px;
  overflow: hidden;
}

#showtell-root .st-poll-bar {
  display: block;
  height: 100%;
  min-width: 4px;
  background: var(--st-mark);
  border-radius: 0 4px 4px 0;
}

#showtell-root .st-poll-count {
  font-size: .875rem;
  font-weight: 600;
  color: var(--hub-text-primary);
  text-align: right;
}

#showtell-root .st-poll-foot {
  font-size: .75rem;
  color: var(--hub-text-muted);
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--divider);
}

#showtell-root .st-poll-side { display: flex; flex-direction: column; gap: 20px; }

#showtell-root .st-poll-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 2px solid var(--st-gold);
  padding-top: 12px;
}

#showtell-root .st-poll-stat-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 1.5rem + 2vw, 2.75rem);
  line-height: 1;
  letter-spacing: -.035em;
  color: var(--st-accent);
}

#showtell-root .st-poll-stat-label {
  font-size: .8125rem;
  color: var(--hub-text-secondary);
}

#showtell-root .st-asks-h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .9375rem;
  letter-spacing: -.01em;
  margin: 4px 0 0;
}

#showtell-root .st-ask { margin: 0; }

#showtell-root .st-ask blockquote {
  margin: 0;
  font-size: .875rem;
  line-height: 1.55;
  color: var(--hub-text-secondary);
  padding-left: 14px;
  border-left: 2px solid var(--st-gold);
}

#showtell-root .st-ask blockquote::before { content: "\201C"; }
#showtell-root .st-ask blockquote::after  { content: "\201D"; }

/* ===================================================================
   WHAT IS NEXT
=================================================================== */

#showtell-root .st-schedule {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

#showtell-root .st-month {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md, 12px);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#showtell-root .st-month-name {
  font-size: .625rem;
  font-weight: 600;
  color: var(--hub-text-muted);
}

#showtell-root .st-month-days { display: flex; gap: 8px; }

#showtell-root .st-day {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--st-tint);
  color: var(--st-accent-strong);
  font-size: .9375rem;
  font-weight: 600;
  letter-spacing: 0;
}

[data-theme="dark"] #showtell-root .st-day { color: var(--st-accent); }

#showtell-root .st-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--radius-lg, 16px);
  background: var(--st-tint);
  border: 1px solid var(--st-gold);
}

#showtell-root .st-cta-text { flex: 1 1 320px; }

#showtell-root .st-cta-h {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.125rem, 1rem + .8vw, 1.5rem);
  letter-spacing: -.025em;
  line-height: 1.2;
  margin: 0 0 6px;
  color: var(--hub-text-primary);
}

#showtell-root .st-cta-body {
  margin: 0;
  font-size: .9375rem;
  color: var(--hub-text-secondary);
  max-width: 52ch;
}

#showtell-root .st-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--st-accent);
  color: #FFFFFF;
  font-weight: 700;
  font-size: .9375rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--dur-fast, 150ms) var(--ease-out, ease),
              transform var(--dur-fast, 150ms) var(--ease-out, ease);
}

#showtell-root .st-cta-btn:hover {
  background: var(--st-accent-strong);
  transform: translateX(2px);
}

[data-theme="dark"] #showtell-root .st-cta-btn { color: #1A1A2E; }

/* ===================================================================
   ENTRANCE (once per browser session, motion-gated)
=================================================================== */

@media (prefers-reduced-motion: no-preference) {
  body.showtell-landed #showtell-root .st-hero-h1,
  body.showtell-landed #showtell-root .st-hero-sub,
  body.showtell-landed #showtell-root .st-stat-ribbon {
    animation: st-rise 520ms var(--ease-out, cubic-bezier(0, 0, .2, 1)) both;
  }
  body.showtell-landed #showtell-root .st-hero-sub    { animation-delay: 70ms; }
  body.showtell-landed #showtell-root .st-stat-ribbon { animation-delay: 140ms; }
}

@keyframes st-rise {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

/* ===================================================================
   RESPONSIVE
=================================================================== */

@media (max-width: 900px) {
  #showtell-root .st-beats { grid-template-columns: repeat(2, 1fr); }
  #showtell-root .st-facts { grid-template-columns: 1fr; gap: 16px; }
  #showtell-root .st-session-grid { grid-template-columns: 1fr; }
  #showtell-root .st-pattern { grid-template-columns: 1fr; }
  #showtell-root .st-poll-grid { grid-template-columns: 1fr; }
  #showtell-root .st-schedule { grid-template-columns: repeat(2, 1fr); }
  #showtell-root .st-detail-row { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 620px) {
  #showtell-root .st-stat-ribbon { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  #showtell-root .st-beats { grid-template-columns: 1fr; }
  #showtell-root .st-schedule { grid-template-columns: 1fr; }
  #showtell-root .st-session-att { margin-left: 0; width: 100%; }
  #showtell-root .st-poll-row { grid-template-columns: 88px minmax(0, 1fr) 28px; gap: 8px; }
  #showtell-root .st-poll-sub {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  #showtell-root .st-cta-btn { width: 100%; justify-content: center; }
}
