/* ═══════════════════════════════════════════════════════
   UTI-CRISIS.CSS — Page-specific styles for /uti-crisis/
   Gated whitepaper landing page. Layers on info-page.css
   for hero overline / surface treatments and reuses tokens.
   Page-specific classes prefixed `uc-`.
   Form classes prefixed `wp-form` (also used by future
   gated download forms — not page-specific).
   ═══════════════════════════════════════════════════════ */


/* ── HERO ────────────────────────────────────────────────
   Two-column on desktop. Copy left, gate-form right (sticky-
   ish on tall viewports). Soft purple→white gradient backdrop
   matching the report cover. */
.uc-hero {
  position: relative;
  padding: var(--gap-3xl) 0 var(--gap-2xl);
  background:
    radial-gradient(ellipse 80% 60% at 30% 0%, rgba(143, 202, 235, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 90% 30%, rgba(232, 32, 101, 0.10) 0%, transparent 70%),
    linear-gradient(180deg, #f5f3ff 0%, #ffffff 70%);
  overflow: hidden;
}

.uc-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-2xl);
  align-items: start;
}

@media (min-width: 1024px) {
  .uc-hero {
    padding: var(--gap-3xl) 0;
  }
  .uc-hero__inner {
    grid-template-columns: 1.25fr 1fr;
    gap: var(--gap-3xl);
    align-items: start;
  }
}

.uc-hero__copy {
  max-width: 580px;
}

.uc-hero__overline {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-coral-dark);
  background: rgba(232, 32, 101, 0.08);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  margin-bottom: var(--gap-md);
}

.uc-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--color-purple);
  margin: 0 0 var(--gap-lg);
}

.uc-hero__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

.uc-hero__lede {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  line-height: 1.5;
  color: var(--color-purple-mid);
  font-weight: 500;
  margin: 0 0 var(--gap-md);
  max-width: 520px;
}

.uc-hero__body {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  font-style: italic;
  color: var(--on-surface-variant);
  margin: 0 0 var(--gap-xl);
  max-width: 520px;
}

.uc-hero__scrollhint {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-purple-mid);
  margin: 0;
}

.uc-hero__scrollhint a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(85, 84, 173, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.uc-hero__scrollhint a:hover {
  color: var(--color-coral);
  border-color: var(--color-coral);
}

.uc-hero__formwrap {
  position: relative;
  max-width: 460px;
  margin-left: auto;
  margin-right: 0;
}


/* ── Roundtable panel block (under the body copy) ───────
   Sits inside .uc-hero__copy, beneath the body line. The
   form on the right stays anchored top-right via the
   parent's align-items:start, so the copy column extends
   below it with the panelists list. */
.uc-hero__panel {
  margin-top: var(--gap-xl);
  padding-top: var(--gap-xl);
  border-top: 1px solid rgba(57, 55, 143, 0.12);
}

.uc-hero__panel-lede {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--color-purple-mid);
  margin: 0 0 var(--gap-xl);
  max-width: 540px;
}

.uc-hero__panel-overline {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-coral-dark);
  margin-bottom: var(--gap-md);
}

.uc-hero__panelists {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-lg);
}

.uc-hero__panelist {
  position: relative;
}

.uc-hero__panelist-role {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-coral-dark);
  margin-bottom: 6px;
}

.uc-hero__panelist-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-purple);
  margin: 0 0 4px;
}

.uc-hero__panelist-bio {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-purple-mid);
  margin: 0;
  max-width: 540px;
}

/* Moderator gets a small visual separation from the 5 panelists */
.uc-hero__panelist--moderator {
  margin-top: var(--gap-sm);
  padding-top: var(--gap-md);
  border-top: 1px dashed rgba(57, 55, 143, 0.18);
}


/* ═══════════════════════════════════════════════════════════
   ROUNDTABLE PANEL SECTION — full-width, sits below the hero.
   2-column grid of panelists with rounded headshots on the
   left and role/name/bio on the right. Soft sky+lavender bg
   continues the watercolor palette from the hero.
   ═══════════════════════════════════════════════════════ */
.uc-panel {
  position: relative;
  padding: var(--gap-3xl) 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(143, 202, 235, 0.10) 0%, transparent 65%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(180, 130, 220, 0.08) 0%, transparent 65%),
    linear-gradient(180deg, #ffffff 0%, #faf6fb 100%);
  overflow: hidden;
}

.uc-panel__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--gap-3xl);
}

.uc-panel__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--color-purple);
  margin: var(--gap-sm) 0 var(--gap-md);
}

.uc-panel__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

.uc-panel__lede {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  line-height: 1.55;
  color: var(--color-purple-mid);
  margin: 0 auto;
  max-width: 660px;
}

.uc-panel__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-2xl);
}

@media (min-width: 768px) {
  .uc-panel__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-2xl) var(--gap-3xl);
  }
}

.uc-panelist {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: var(--gap-lg);
  align-items: start;
}

@media (min-width: 1024px) {
  .uc-panelist {
    grid-template-columns: 112px 1fr;
  }
}

.uc-panelist__photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(57, 55, 143, 0.08), rgba(232, 32, 101, 0.08));
  position: relative;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .uc-panelist__photo {
    width: 112px;
    height: 112px;
  }
}

.uc-panelist__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder: initials inside a soft purple→coral gradient circle */
.uc-panelist__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,
    rgba(57, 55, 143, 0.20) 0%,
    rgba(232, 32, 101, 0.18) 100%);
}

.uc-panelist__photo--placeholder span {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.75rem;
  color: var(--color-purple);
  letter-spacing: -0.02em;
}

.uc-panelist__role {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-coral-dark);
  margin-bottom: 6px;
}

.uc-panelist__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-purple);
  margin: 0 0 6px;
}

.uc-panelist__bio {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-purple-mid);
  margin: 0;
}


/* ── GATE FORM ──────────────────────────────────────────
   Glass-card form. Lives in the hero (and reusable). */
.wp-form,
.wp-form__success {
  position: relative;
  padding: var(--gap-xl);
  background: #ffffff;
  border: 1px solid rgba(57, 55, 143, 0.12);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px -16px rgba(57, 55, 143, 0.18);
}

@media (min-width: 1024px) {
  .wp-form,
  .wp-form__success {
    padding: var(--gap-xl);
  }
}

.wp-form__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-purple);
  margin: 0 0 var(--gap-sm);
}

.wp-form__lede {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--on-surface-variant);
  margin: 0 0 var(--gap-lg);
}

.wp-form__row {
  display: grid;
  gap: var(--gap-md);
  margin-bottom: var(--gap-md);
}

.wp-form__row--two {
  grid-template-columns: 1fr 1fr;
}

.wp-form__field {
  display: block;
  margin-bottom: var(--gap-md);
  font-family: var(--font-body);
}

.wp-form__field span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-purple-mid);
  margin-bottom: 6px;
}

.wp-form input[type="text"],
.wp-form input[type="email"],
.wp-form select {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.4;
  color: var(--on-surface);
  background: #ffffff;
  border: 1px solid rgba(57, 55, 143, 0.18);
  border-radius: var(--radius-md);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

.wp-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><polyline points='2 3 5 7 8 3' fill='none' stroke='%235554ad' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 38px;
}

.wp-form input:focus,
.wp-form select:focus {
  outline: 0;
  border-color: var(--color-purple);
  box-shadow: 0 0 0 3px rgba(57, 55, 143, 0.14);
}

.wp-form input:invalid:not(:placeholder-shown),
.wp-form select:invalid:not(:focus) {
  /* hold off until interaction — input has no placeholder, so this is a no-op. fine. */
}

.wp-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  margin-top: var(--gap-sm);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: var(--color-coral);
  border: 0;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 20px -6px rgba(232, 32, 101, 0.45);
}

.wp-form__submit:hover:not(:disabled) {
  background: var(--color-coral-dark);
  transform: translateY(-1px);
}

.wp-form__submit:active:not(:disabled) {
  transform: translateY(0);
}

.wp-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none;
}

.wp-form__submit-arrow {
  width: 18px;
  height: 18px;
}

.wp-form__legal {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
  color: var(--on-surface-variant);
  margin: var(--gap-md) 0 0;
}

.wp-form__legal a {
  color: var(--color-purple-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wp-form__legal a:hover { color: var(--color-coral); }

.wp-form__error {
  margin-top: var(--gap-md);
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-coral-dark);
  background: rgba(232, 32, 101, 0.06);
  border: 1px solid rgba(232, 32, 101, 0.25);
  border-radius: var(--radius-md);
}

/* Success state */
.wp-form__success {
  text-align: center;
}

.wp-form__success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto var(--gap-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 174, 129, 0.12);
  color: var(--color-green-dark);
}

.wp-form__success-icon svg { width: 28px; height: 28px; }

.wp-form__success-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  line-height: 1.2;
  color: var(--color-purple);
  margin: 0 0 var(--gap-sm);
}

.wp-form__success-body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--on-surface-variant);
  margin: 0 0 var(--gap-lg);
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.wp-form__success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap-sm);
}


/* ── STATS BAND ─────────────────────────────────────────
   Sticky gradient panel on the right pins one big stat at
   a time. Narrative blocks scroll on the left and trigger
   the panel to swap as each enters the viewport center. */
.uc-stats {
  padding: var(--gap-3xl) 0;
  background: var(--surface);
  position: relative;
}

.uc-stats__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--gap-3xl);
}

.uc-stats__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-purple);
  margin: var(--gap-sm) 0 0;
}

.uc-stats__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

/* ── Two-column split: narrative blocks (L) + sticky panel (R) ── */
.uc-stats__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-2xl);
  align-items: start;
}

@media (min-width: 1024px) {
  .uc-stats__split {
    grid-template-columns: 1fr 1.1fr;
    gap: var(--gap-3xl);
  }
}

/* ── LEFT: scrolling narrative blocks ── */
.uc-stats__blocks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.uc-stats__block {
  padding-block: var(--gap-2xl);
  border-top: 1px solid rgba(57, 55, 143, 0.08);
}

.uc-stats__block:first-child {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .uc-stats__block {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: var(--gap-3xl);
    border-top: none;
  }
}

.uc-stats__block-label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-coral-dark);
  margin-bottom: var(--gap-md);
}

.uc-stats__block-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(3.5rem, 12vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--color-coral-dark);
  margin: 0 0 var(--gap-md);
}

.uc-stats__block-num sup {
  font-size: 0.22em;
  font-style: normal;
  font-weight: 500;
  vertical-align: super;
  margin-left: 0.25em;
  color: var(--color-purple-mid);
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  /* Hide the inline number on desktop — the sticky panel owns it. */
  .uc-stats__block-num {
    display: none;
  }
}

.uc-stats__block-headline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.125rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-purple);
  margin: 0 0 var(--gap-md);
  transition: color 0.4s ease;
}

@media (min-width: 1024px) {
  .uc-stats__block.is-active .uc-stats__block-headline {
    color: var(--color-coral-dark);
  }
}

.uc-stats__block-body {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--on-surface-variant);
  margin: 0;
  max-width: 480px;
}

/* ── RIGHT: sticky gradient panel (desktop only) ── */
.uc-stats__panel {
  display: none;
}

@media (min-width: 1024px) {
  .uc-stats__panel {
    display: block;
    position: sticky;
    top: 200px;
    height: calc(100vh - 240px);
    max-height: 760px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow:
      0 30px 70px -20px rgba(57, 55, 143, 0.45),
      0 12px 32px -10px rgba(232, 32, 101, 0.28);
  }
}

.uc-stats__panel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse 80% 60% at 80% 15%, rgba(255, 255, 255, 0.18) 0%, transparent 60%),
    linear-gradient(180deg, #e82065 0%, #b8004b 32%, #5e2877 65%, #39378f 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--gap-3xl) var(--gap-2xl);
  color: #ffffff;
}

.uc-stats__panel-content {
  position: relative;
  z-index: 2;
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  margin-top: auto;
  margin-bottom: auto;
}

.uc-stats__panel-content.is-swapping {
  opacity: 0;
  transform: translateY(14px);
}

.uc-stats__panel-overline {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  margin-bottom: var(--gap-xl);
}

.uc-stats__panel-label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: var(--gap-md);
}

.uc-stats__panel-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(6rem, 13vw, 11rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.uc-stats__panel-num sup {
  font-size: 0.18em;
  font-style: normal;
  font-weight: 500;
  vertical-align: super;
  margin-left: 0.4em;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
}

/* Progress bar at the bottom of the panel */
.uc-stats__panel-progress {
  position: relative;
  z-index: 2;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 1px;
  overflow: hidden;
}

.uc-stats__panel-progress-fill {
  display: block;
  height: 100%;
  width: 16.6667%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1px;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Pull-quote closes the section underneath both columns */
.uc-stats__pullquote {
  margin: var(--gap-3xl) auto 0;
  max-width: 880px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--color-purple);
  text-align: center;
  padding-top: var(--gap-xl);
  border-top: 1px solid rgba(57, 55, 143, 0.10);
}

.uc-stats__pullquote em {
  font-style: italic;
  color: var(--color-coral-dark);
}


/* ── DIAGNOSTIC FAILURE ─────────────────────────────────
   Intro headline, three pillar cards, sidebar callout. */
.uc-failure {
  padding: var(--gap-3xl) 0;
  background: #ffffff;
}

.uc-failure__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-2xl);
}

@media (min-width: 1024px) {
  .uc-failure__inner {
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-3xl) var(--gap-2xl);
    align-items: start;
  }
  .uc-failure__intro { grid-column: 1 / 2; grid-row: 1; }
  .uc-pillars       { grid-column: 1 / 2; grid-row: 2; }
  .uc-callout       { grid-column: 2 / 3; grid-row: 1 / span 2; align-self: start; position: sticky; top: 220px; }
}

.uc-failure__intro {
  max-width: 520px;
}

.uc-failure__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-purple);
  margin: var(--gap-sm) 0 var(--gap-md);
}

.uc-failure__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

.uc-failure__body {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  line-height: 1.6;
  color: var(--on-surface-variant);
  margin: 0;
}

.uc-pillars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}

.uc-pillar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--gap-md);
  padding: var(--gap-lg);
  background: var(--surface);
  border: 1px solid rgba(57, 55, 143, 0.08);
  border-radius: var(--radius-lg);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.uc-pillar:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(57, 55, 143, 0.15);
  border-color: rgba(232, 32, 101, 0.25);
}

.uc-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(232, 32, 101, 0.08);
  color: var(--color-coral-dark);
}

.uc-pillar__icon svg { width: 22px; height: 22px; }

.uc-pillar__title {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-purple);
  margin: 0 0 6px;
}

.uc-pillar__title em {
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--color-coral-dark);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.125rem;
}

.uc-pillar__body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--on-surface-variant);
  margin: 0;
}


/* ── CALLOUT (Detection Doesn't Equal Direction) ─────── */
.uc-callout {
  padding: var(--gap-2xl);
  background: linear-gradient(180deg, var(--surface) 0%, rgba(143, 202, 235, 0.18) 100%);
  border: 1px solid rgba(57, 55, 143, 0.12);
  border-radius: var(--radius-xl);
  border-left: 4px solid var(--color-coral);
}

.uc-callout__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-purple);
  margin: 0 0 var(--gap-md);
}

.uc-callout__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

.uc-callout__body {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  line-height: 1.55;
  color: var(--on-surface-variant);
  margin: 0;
}

.uc-callout__body em {
  font-style: italic;
  color: var(--color-purple);
  font-weight: 500;
}


/* ── FOUR IMPERATIVES ───────────────────────────────────
   2x2 grid on a soft watercolor backdrop. Lilac (top-left)
   + pink/coral (bottom-right) blurred blobs provide the
   ink-in-water feel. Big italic Playfair numbers serve as
   the visual anchor for each card — gradient text-fill from
   coral → purple gives them depth without cards behind them. */
.uc-imperatives {
  position: relative;
  padding: var(--gap-3xl) 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(180, 140, 220, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(232, 32, 101, 0.06) 0%, transparent 65%),
    linear-gradient(180deg, #faf6fb 0%, #ffffff 50%, #fff5f9 100%);
  overflow: hidden;
}

/* Two soft watercolor blobs floating behind the content */
.uc-imperatives::before,
.uc-imperatives::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.uc-imperatives::before {
  /* Lilac/violet — top-left */
  width: 60vmax;
  height: 60vmax;
  top: -28vmax;
  left: -22vmax;
  background: radial-gradient(circle,
    rgba(180, 130, 220, 0.32) 0%,
    rgba(180, 130, 220, 0.18) 35%,
    rgba(180, 130, 220, 0)    70%);
  opacity: 0.85;
}

.uc-imperatives::after {
  /* Pink/coral — bottom-right */
  width: 55vmax;
  height: 55vmax;
  bottom: -24vmax;
  right: -20vmax;
  background: radial-gradient(circle,
    rgba(232, 32, 101, 0.28) 0%,
    rgba(232, 32, 101, 0.14) 35%,
    rgba(232, 32, 101, 0)    70%);
  opacity: 0.8;
}

.uc-imperatives > .container {
  position: relative;
  z-index: 1;
}

.uc-imperatives__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--gap-3xl);
}

.uc-imperatives__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--color-purple);
  margin: var(--gap-sm) 0 0;
}

.uc-imperatives__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

.uc-imperatives__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-2xl);
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .uc-imperatives__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-3xl) var(--gap-2xl);
  }
}

.uc-imperative {
  position: relative;
  padding-left: 0;
}

/* Numbered anchor — large italic Playfair with a coral→purple
   gradient text fill. Acts as the strong visual anchor for the
   imperative without needing a card container.
   line-height kept at 1.05 (not tighter) so italic Playfair
   descenders on 3/4 don't clip against the background-clip mask. */
.uc-imperative__num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(4.5rem, 8vw, 7rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 var(--gap-sm);
  padding-bottom: 0.04em;
  display: inline-block;
  background: linear-gradient(135deg,
    var(--color-coral) 0%,
    var(--color-coral-dark) 35%,
    var(--color-purple) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.uc-imperative__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-purple);
  margin: 0 0 var(--gap-sm);
  max-width: 460px;
}

.uc-imperative__body {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.6;
  color: var(--color-purple-mid);
  margin: 0;
  max-width: 460px;
}


/* ── BOTTOM CTA ─────────────────────────────────────────
   Single column. Coral-tinted to balance the page rhythm. */
.uc-bottom {
  padding: var(--gap-3xl) 0;
  background:
    radial-gradient(ellipse 60% 60% at 80% 20%, rgba(232, 32, 101, 0.10) 0%, transparent 60%),
    var(--surface);
}

.uc-bottom__inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.uc-bottom__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-purple);
  margin: var(--gap-sm) 0 var(--gap-md);
}

.uc-bottom__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

.uc-bottom__body {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  line-height: 1.55;
  color: var(--on-surface-variant);
  margin: 0 0 var(--gap-xl);
}

.uc-bottom__cta {
  font-size: 1rem;
}


/* ── REFERENCES ─────────────────────────────────────────
   Quiet footnote-style section. */
.uc-refs {
  padding: var(--gap-2xl) 0 var(--gap-3xl);
  background: #ffffff;
  border-top: 1px solid rgba(57, 55, 143, 0.08);
}

.uc-refs__title {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-purple-mid);
  margin: 0 0 var(--gap-md);
}

.uc-refs__list {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.7;
  color: var(--on-surface-variant);
  padding-left: 1.25em;
  margin: 0 0 var(--gap-lg);
  max-width: 720px;
}

.uc-refs__list li { margin-bottom: 4px; }

.uc-refs__list em {
  font-style: italic;
  color: var(--on-surface);
}

.uc-refs__doc {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--color-purple-mid);
  margin: 0;
}


/* ═══════════════════════════════════════════════════════════
   THEATER — page-opener (counter-up grid).
   Single full-bleed dark panel with a 3x2 grid of stats that
   count up from 0 to their values when the section enters the
   viewport. Climax line + CTA below. No scroll-pin, no slide
   stack — one panel, one moment.
   ═══════════════════════════════════════════════════════ */
.uc-theater {
  position: relative;
  background: var(--color-purple);
  margin-top: -1px;
  /* Override inherited section padding so the gradient extends edge-to-edge */
  padding: 0 !important;
  overflow: hidden;
}

.uc-theater__stage {
  position: relative;
  width: 100%;
  /* Fill the viewport below the fixed nav stack (194px) so the
     panel reads as a true billboard regardless of screen height. */
  min-height: calc(100vh - 194px);
  padding-block: var(--gap-xl);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── Background layers (static) ────────────────────────── */
.uc-theater__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Deep purple base — same palette as the coming-soon teaser. */
.uc-theater__bg--gradient {
  background:
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(42,40,115,0.6) 0%, transparent 70%),
    #39378F;
  z-index: 0;
}

/* Marbled blobs (coral, sky, magenta) provide the watercolor effect. */
.uc-theater__bg--marbled {
  opacity: 1;
  z-index: 1;
  overflow: hidden;
}

.uc-theater__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.95;
}

.uc-theater__blob--coral {
  width: 70vmax;
  height: 70vmax;
  top: -26vmax;
  right: -22vmax;
  background: radial-gradient(circle,
    rgba(232,32,101,0.48) 0%,
    rgba(232,32,101,0.34) 20%,
    rgba(232,32,101,0.20) 40%,
    rgba(232,32,101,0.09) 58%,
    rgba(232,32,101,0.03) 75%,
    rgba(232,32,101,0)    100%);
}

.uc-theater__blob--sky {
  width: 80vmax;
  height: 80vmax;
  bottom: -32vmax;
  left: -26vmax;
  background: radial-gradient(circle, rgba(143,202,235,0.32) 0%, rgba(143,202,235,0) 65%);
}

.uc-theater__blob--magenta {
  width: 58vmax;
  height: 58vmax;
  top: 22%;
  left: -14vmax;
  background: radial-gradient(circle, rgba(184,0,75,0.45) 0%, rgba(184,0,75,0) 65%);
  mix-blend-mode: screen;
}

.uc-theater__bg--grain {
  z-index: 2;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(rgba(255,255,255,0.7) 0.5px, transparent 0.5px),
    radial-gradient(rgba(0,0,0,0.5) 0.3px, transparent 0.3px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1.5px 1.5px;
}

/* ── Inner column — sits above all bg layers ──────────── */
.uc-theater__inner {
  position: relative;
  z-index: 3;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--gap-xl);
}

/* ── Header ─────────────────────────────────────────────── */
.uc-theater__header {
  max-width: 720px;
}

.uc-theater__overline {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: var(--gap-md);
}

.uc-theater__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}

.uc-theater__title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
}

/* ── Counter-up grid ────────────────────────────────────── */
.uc-theater__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-xl) var(--gap-md);
}

@media (min-width: 768px) {
  .uc-theater__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-2xl) var(--gap-lg);
  }
}

.uc-theater__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--gap-md);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.uc-theater__cell.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .uc-theater__cell {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Stat number (regular weight Playfair, not italic) ──
   Clamp scales with viewport width: bigger on widescreens
   (8.5rem ceiling at 1920px+), readable on tablets. */
.uc-theater__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(3rem, 7.5vw, 8.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  margin-bottom: var(--gap-sm);
}

.uc-theater__num-prefix,
.uc-theater__num-suffix {
  display: inline-block;
}

.uc-theater__num-value {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}

.uc-theater__num-sup {
  font-size: 0.20em;
  font-style: normal;
  font-weight: 500;
  vertical-align: super;
  margin-left: 0.25em;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0;
}

.uc-theater__label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

/* ── Reveal beats: pullquote → climax → CTA ─────────────
   Hidden on initial render; JS adds .is-revealed in sequence
   AFTER the stat cells finish their stagger, so the user
   reads the narrative beats one at a time, not while the
   numbers are still appearing. */
.uc-theater__pullquote,
.uc-theater__climax,
.uc-theater__cta {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.uc-theater__pullquote.is-revealed,
.uc-theater__climax.is-revealed,
.uc-theater__cta.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .uc-theater__pullquote,
  .uc-theater__climax,
  .uc-theater__cta {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Pull-quote between grid and climax ─────────────────── */
.uc-theater__pullquote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0;
  padding-top: var(--gap-xl);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.uc-theater__pullquote em {
  font-style: italic;
  color: #ffffff;
}

/* ── Climax: "Yes. It's a crisis." + CTA ────────────────── */
.uc-theater__climax {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-md);
}

.uc-theater__crescendo {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.uc-theater__crisis {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0;
}

.uc-theater__crisis em {
  font-style: italic;
  font-weight: 400;
}

.uc-theater__period {
  color: var(--color-coral);
  font-style: normal;
}

.uc-theater__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-sm);
  margin-top: var(--gap-md);
  padding: 14px 28px;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.uc-theater__cta:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-1px);
}

.uc-theater__cta-arrow {
  font-size: 1.1em;
  line-height: 1;
}

/* ── Short-viewport tightening (laptops ~800–900px tall) ──
   Compress all the vertical rhythm so the panel reads as a
   single billboard within the viewport — stats + pull quote
   + climax + CTA all visible without scrolling. */
@media (min-width: 768px) and (max-height: 900px) {
  .uc-theater__stage {
    padding-block: var(--gap-md);
    min-height: auto;
  }

  .uc-theater__inner {
    gap: var(--gap-md);
  }

  .uc-theater__grid {
    gap: var(--gap-md) var(--gap-md);
  }

  .uc-theater__cell {
    padding: 4px;
  }

  .uc-theater__num {
    font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  }

  .uc-theater__label {
    font-size: 11px;
  }

  .uc-theater__pullquote {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    padding-top: var(--gap-md);
  }

  .uc-theater__crescendo {
    font-size: clamp(1.5rem, 2.6vw, 2rem);
  }

  .uc-theater__crisis {
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  }

  .uc-theater__cta {
    margin-top: var(--gap-sm);
    padding: 12px 24px;
  }
}

/* ── Mobile spacing tweaks ─────────────────────────────── */
@media (max-width: 767.98px) {
  .uc-theater__stage {
    padding-block: var(--gap-2xl);
  }

  .uc-theater__num {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .uc-theater__inner {
    gap: var(--gap-xl);
  }
}


/* ═══════════════════════════════════════════════════════════
   FORM SECTION — landing for the gated download.
   Replaces the original hero. Two-column on desktop:
   framing copy left, form card right. The wp-form/wp-form__success
   internals are unchanged from the original hero markup.
   ═══════════════════════════════════════════════════════ */
.uc-form {
  padding: var(--gap-3xl) 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 0%, rgba(143, 202, 235, 0.18) 0%, transparent 70%),
    linear-gradient(180deg, #f5f3ff 0%, #ffffff 70%);
  position: relative;
}

.uc-form__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-2xl);
  align-items: center;
}

@media (min-width: 1024px) {
  .uc-form__inner {
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-3xl);
  }
}

.uc-form__overline {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-coral-dark);
  margin-bottom: var(--gap-md);
}

.uc-form__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--color-purple);
  margin: 0 0 var(--gap-lg);
  max-width: 560px;
}

.uc-form__title em {
  font-style: italic;
  color: var(--color-coral-dark);
}

.uc-form__lede {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  line-height: 1.55;
  color: var(--color-purple-mid);
  font-weight: 500;
  margin: 0;
  max-width: 480px;
}

/* Form card mirrors the original .uc-hero__formwrap white card.
   wp-form internals unchanged. */
.uc-form__formwrap {
  background: #ffffff;
  border: 1px solid rgba(57, 55, 143, 0.10);
  border-radius: var(--radius-xl);
  padding: var(--gap-2xl);
  box-shadow: 0 24px 60px -20px rgba(57, 55, 143, 0.20);
}
